/*
Theme Name: TheSimplest
Author: notdoingitwrong
Description: TheSimplest is a simple and responsive WordPress theme designed for blog.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thesimplest
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
*/


/**
 * Table of Contents
 *
 * - Elements
 * - Header Links
 * - Header and Branding
 * - Menus
 * - Header Image
 * - Posts and Pages (Content)
 * - Media
 *    - Captions
 *    - Galleries
 * - Post Navigation
 * - Comments
 * - Sidebar
 *    - Widgets
 * - Media Queries
 *    - <= 400px
 *    - >= 500px
 *    - >= 710px
 *    - >= 783px
 *    - >= 910px
 *    - >= 985px
 *    - >= 1200px
 * - Print
 */

@font-face {
    font-family: "Montserrat";
    src: url("//webfonts.zohowebstatic.com/montserratregular/font.eot");
    src: url("//webfonts.zohowebstatic.com/montserratregular/font.eot?#iefix") format("eot"), url("//webfonts.zohowebstatic.com/montserratregular/font.woff2") format("woff2"), url("//webfonts.zohowebstatic.com/montserratregular/font.woff") format("woff"), url("//webfonts.zohowebstatic.com/montserratregular/font.ttf") format("truetype"), url("//webfonts.zohowebstatic.com/montserratregular/font.svg#Montserrat-Regular") format("svg");
	font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("//webfonts.zohowebstatic.com/montserratbold/font.eot");
    src: url("//webfonts.zohowebstatic.com/montserratbold/font.eot?#iefix") format("eot"), url("//webfonts.zohowebstatic.com/montserratbold/font.woff2") format("woff2"), url("//webfonts.zohowebstatic.com/montserratbold/font.woff") format("woff"), url("//webfonts.zohowebstatic.com/montserratbold/font.ttf") format("truetype"), url("//webfonts.zohowebstatic.com/montserratbold/font.svg#Montserrat-Bold") format("svg");
	font-weight: 700;
    font-style: normal;
	font-display: swap;
}

html {
    font-size: 100%;
}

body {
    font-size: 14px;
    position: relative;
    background: #fff;
    width: 100%;
    overflow-x: hidden;
}

button,
input,
select,
textarea {
    color: #333;
    font-family: 'PT Serif', Georgia, serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

select {
    padding: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

label {
    display: block;
}


/**
 * - Links
 */

a {
    color: #03a9f5;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #686868;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

table,
th,
td {
    border: 1px solid #d1d1d1;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4375em;
}


/**
 * - Forms
 */

input {
    line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 500;
    padding: 0.625em 0.4375em;
    width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background-color: #fff;
    color: #1a1a1a;
    outline: 0;
}

.post-password-form {
    margin-bottom: 1.75em;
}

.post-password-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}

.post-password-form input[type="password"] {
    margin-top: 0.4375em;
}

.post-password-form> :last-child {
    margin-bottom: 0;
}

.content-area .search-form {
    position: relative;
}

.content-area input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
}

.content-area .search-submit:before {
    content: "\f002";
    font-size: 16px;
    line-height: 42px;
    position: relative;
    width: 40px;
}

.content-area .search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 42px;
    height: 100%;
}


/**
 * - Alignments
 */

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}


/**
 *   - Header Links
 */

.header-links {
    margin: auto 21px auto 21px;
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
}

.icon-button-search {
    cursor: pointer;
    float: right;
    padding: 5px;
}

.icon-button-search:hover {
    color: #cc0000;
}

.search-popup-close {
    position: relative;
    top: 29%;
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
}

.search-popup-close i {
    padding: 15px 22px 15px 22px;
    background: #f5f5f5;
    font-size: 20px;
    cursor: pointer;
}

.header-search-icon {
    display: none;
    position: absolute;
    right: 0px;
    font-size: 18px;
    top: 8px;
    padding: 0;
}

.search-popup {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

.search-popup .header-search-icon {
    display: block
}

.search-popup .search-top-bar-popup {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    top: 30%;
    width: 100%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.search-popup .search-field-top-bar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #888;
    font-weight: 400;
    line-height: 30px;
    outline: none;
    background: #fff;
    box-shadow: none;
    border: medium none;
    border-radius: 0;
    height: 60px;
    padding: 10px 23px;
    width: 100%;
}

.search-popup .search-top-bar-submit {
    border: medium none;
    border-radius: 0;
    bottom: 0;
    color: #fff;
    font-size: 1.3rem;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.social-links {
    display: inline-block;
    margin: 0;
    float: left;
}

.social-links a {
    color: #686868;
    margin-right: 15px;
}

.social-links a:last-child {
    margin-right: 0;
}

.social-links a:hover {
    color: #cc0000;
}


/**
 * - Header and Branding
 */

.site {
    background-color: #fff;
}

.site-header {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    width: 100%;
    display: table;
    background: #fff;
}

.site-branding {
    text-align: center;
    margin: 0 0 40px 0;
}

.site-header-main {
    padding: 10px 0 10px 0;
}

.site-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2173913043;
}

.site-branding .site-title a {
    color: #1a1a1a;
}

.custom-logo-link {
    display: block;
    margin: 20px 0 20px 0;
}

.custom-logo {
    max-width: 180px;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
    color: #cc0000;
}

.site-description {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 14px;
}


/**
 * - Menus
 */

.menu-wrapper {
    margin: 0 0 35px 0;
}

.dropdown-toggle:after,
.main-navigation .menu-item-has-children>a:after,
.menu-toggle:after,
.search-submit:before,
.bypostauthor>article .fn:after {
    font-family: "FontAwesome";
}

.dropdown-toggle:after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: middle;
    font-size: 20px;
}

.site-header-menu {
    display: none;
    margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
    display: block;
}

.menu-toggle {
    background: #f5f5f5;
    border: 0;
    display: block;
    margin: 35px auto 10px auto;
    font-size: 16px;
}

.menu-toggle:after {
    content: "\f0c9";
    font-size: 16px;
    padding-left: 20px;
}

.no-js .menu-toggle {
    display: none;
}

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus {
    color: #cc0000;
    background: #fff;
    border: 1px solid #cc0000;
}

.menu-toggle.toggled-on {
    color: #000;
    border: 1px solid #ddd;
}

.menu-toggle:focus {
    outline: 0;
}

.main-navigation,
.menu-toggle {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.site-footer .main-navigation {
    margin-bottom: 1.75em;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
}

.main-navigation li {
    border-top: 1px solid #d1d1d1;
    position: relative;
}

.main-navigation a {
    color: #1a1a1a;
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 0.84375em 0;
    font-weight: 500;
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: #cc0000;
}

.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a {
    font-weight: 600;
}

.main-navigation ul ul {
    display: none;
    margin-left: -1em;
}

.no-js .main-navigation ul ul {
    display: block;
}

.main-navigation ul .toggled-on {
    display: block;
}

.main-navigation .primary-menu {
    border-bottom: 1px solid #d1d1d1;
    margin: 0;
    padding: 0;
}

.main-navigation .menu-item-has-children>a {
    margin-right: 56px;
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    content: "";
    height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 48px;
}

.dropdown-toggle:after {
    border: 0 solid #d1d1d1;
    border-left-width: 1px;
    content: "\f107";
    left: 1px;
    top: -2px;
    position: relative;
    width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
    color: #cc0000;
}

.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px;
}

.dropdown-toggle:focus:after {
    border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
    content: "\f106";
}


/**
 * - Header Image
 */

.header-image {
    background: no-repeat center;
    background-size: cover;
    height: 400px;
    margin: 0 0 25px 0;
}


/**
 * - Posts and Pages
 */

.site-main-right {
    float: none;
}

.site-content {
    word-wrap: break-word;
}

.site-main>article {
    margin-bottom: 2.5em;
    padding-bottom: 2rem;
    border-bottom: 2px solid #f5f5f5;
    position: relative;
}

.single .site-main>article {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sticky-post {
    color: #686868;
    display: block;
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}

.single .site-main>article,
.site-main>article:last-of-type {
    border-bottom: 0;
}

.entry-header {
    margin-bottom: 1.5rem;
}

.entry-title {
    font-size: 25px;
    font-size: 1.563rem;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 0;
}

.entry-title a {
    color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #000;
}

.entry-content p {
    margin: 0 0 20px;
}
.entry-content table{
    word-break: break-word;
    width:100%
}
.entry-content em{
	font-style: italic;
}

.entry-content h1 {
    font-size: 30px;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
}

.entry-content h2 {
    font-size: 28px;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3 {
    font-size: 26px;
    line-height: 1.1052631579;
    margin: 15px 0;
}

.entry-content h4,
.entry-content h5,
.entry-content h6 {
    line-height: 1.3125;
    margin: 15px 0;
}

.entry-content h4{
	 font-size: 24px;
}

.entry-content h5{
	font-size: 22px;
}

.entry-content h6{
	font-size: 20px;
}

.entry-info {
    color: #5a5a5a;
    margin: 25px 0 0 0;
    font-family: var(--zf-primary-semibold);
    width: 100%;
    display: table;
}

.entry-info span,
.entry-info a {
    display: inline-block;
    text-transform: capitalize;
}

.entry-thumbnail {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
}

.entry-video,
.entry-audio,
.entry-gallery {
    margin: 0 0 20px 0;
}

.entry-audio iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.entry-gallery .item {
    max-height: 100%;
    height: 200px;
}

.entry-gallery .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-links {
    clear: both;
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    margin: 0 0 1.75em;
}

.page-links a,
.page-links>span {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em;
}

.page-links a {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #cc0000;
    border-color: transparent;
    color: #fff;
}

.page-links>.page-links-title {
    border: 0;
    color: #1a1a1a;
    height: auto;
    margin: 0;
    padding-right: 0.6153846154em;
    width: auto;
}

.entry-footer {
    margin: 0px 0 0 0;
    font-family: var(--zf-primary-semibold);
}

.single .entry-footer {
    padding: 30px 0 30px 0;
    margin: 40px 0 0 0;
    border-top: 1px solid #efefef;
    display: block;
    position: relative;
    font-size: 16px;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
    display: block;
    position: relative;
}

.single .entry-footer .edit-link {
    display: block;
    margin-top: 10px;
}

.entry-footer .cat-tags-links {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.entry-footer .cat-links .cat-icon,
.entry-footer .tags-links .tags-icon {
    font-size: 12px;
    color: #767676;
    left: 0;
    margin-right: 4.5em;
    position: absolute;
    top: 3px;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
    color: #03a9f5;
}

.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:hover {
    color: #03a9f5;
}

.entry-footer .cat-links a:first-of-type,
.entry-footer .tags-links a:first-of-type {
    margin: 0 0 0 25px;
}

.updated:not(.published) {
    display: none;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.page-header {
    margin: 0 0 3.5em;
}

body.error404 .page-header,
body.search-no-results .page-header {
    border-top: 0;
    padding-top: 0;
}

.page-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    line-height: 1.2173913043;
}

.page-header .page-title {
    margin-top: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object,
video {
    margin-bottom: 1.75em;
    max-width: 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
    box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    margin-top: 0;
    margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
    padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
    top: 0.7142857143em;
}


/**
 * - Captions
 */

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}


/**
 * - Galleries
 */

.gallery {
    margin: 2em -1.1666667% -0.5em;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/**
Author Box
 */

.entry-author-info {
    padding: 25px 0;
    border-top: 1px solid #ccc;
    width: 100%;
    clear: both;
}

.entry-author-info .author-avatar {
    float: left;
}

.entry-author-info .author-avatar img {
    border-radius: 100%;
}

.entry-author-info .author-title {
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.entry-author-info a {
    color: #000;
}

.entry-author-info a:hover {
    color: #cc0000;
}

.entry-author-info .author-description {
    width: calc(100% - 72px);
    float: left;
    padding-left: 20px;
}


/* Text meant only for screen readers */

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}


/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}


/**
 * - Post Navigation
 */

.post-navigation {
    clear: both;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 0 0 50px;
}

.post-navigation a {
    color: #1a1a1a;
    display: block;
    padding: 1.75em 0;
}

.post-navigation span {
    display: block;
}

.post-navigation .meta-nav {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}

.post-navigation .post-title {
    display: inline;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2173913043;
    text-rendering: optimizeLegibility;
}

.post-navigation div+div {
    border-top: 1px solid #ccc;
}

.pagination {
    border-top: 1px solid #ccc;
    border-radius: 0;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 18px;
    margin: 0 7.6923% 2.947368421em;
    padding: 20px 0 50px 0;
    display: block;
    direction: ltr;
}

.pagination a {
    color: #000;
}

.pagination a:hover,
.pagination a:focus {
    color: #cc0000;
}

.pagination .nav-links {
    padding-right: 106px;
    position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
    color: #fff;
    font-size: 32px;
    line-height: 51px;
    opacity: 0.3;
    position: absolute;
    width: 52px;
    z-index: 1;
}

.pagination .nav-links:before {
    content: "\f429";
    right: -1px;
}

.pagination .nav-links:after {
    content: "\f430";
    right: 55px;
}


/* reset screen-reader-text */

.pagination .current .screen-reader-text {
    position: static !important;
}

.pagination .prev,
.pagination .next {
    background-color: #1a1a1a;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
}

.pagination .prev:focus,
.pagination .next:focus {
    outline: 0;
}

.image-navigation>.nav-previous:empty {
    display: none
}

.image-navigation,
.comment-navigation {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin: 0 7.6923% 2.1538461538em;
    padding: 1.0769230769em 0;
}

.comment-navigation {
    margin-right: 0;
    margin-left: 0;
}

.comments-title+.comment-navigation {
    border-bottom: 0;
    margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
    display: inline-block;
}

.image-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}


/**
 * - Comments
 */

.comments-area {
    margin: 0 0 3.5em;
}

.comment-list+.comment-respond,
.comment-navigation+.comment-respond {
    padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 1.217391304em;
}

.comments-title {
    margin-bottom: 1.217391304em;
    display: none;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 1.75em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children>li {
    padding-left: 0;
}

.comment-author {
    color: #1a1a1a;
    margin-bottom: 0.4375em;
}

.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: 0.875em;
    position: relative;
    width: 28px;
    border-radius: 50%;
}

.bypostauthor>article .fn:after {
    content: "\f007";
    left: 8px;
    position: relative;
    font-size: 10px;
    top: -1px;
}

.comment-metadata,
.pingback .edit-link {
    color: #686868;
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}

.comment-metadata {
    margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #cc0000;
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 1.25em;
}

.comment-content li>ul,
.comment-content li>ol {
    margin-bottom: 0;
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #cc0000;
    display: inline-block;
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-top: 1em;
    padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #cc0000;
    outline: 0;
}

.comment-form {
    padding-top: 1.75em;
}

.comment-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}

.comment-list .comment-form {
    padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 2.1538461538em;
}

.no-comments {
    border-top: 1px solid #d1d1d1;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    margin: 0;
    padding-top: 1.75em;
}

.comment-navigation+.no-comments {
    border-top: 0;
    padding-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #cc0000;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #1a1a1a;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px;
}


/**
 * - Sidebar
 */

.sidebar {
    margin-bottom: 3.5em;
    padding: 0 2.5%;
}


/**
 * - Widgets
 */

.widget {
    border-top: 2px solid #f5f5f5;
    margin-bottom: 3.5em;
    padding-top: 1.75em;
}

.widget-area> :last-child,
.widget> :last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    font-size: 14px;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    margin: 5px 0 15px;
    text-transform: uppercase;
}

.widget .widget-title:empty {
    margin-bottom: 0;
}

.widget-title a {
    color: #1a1a1a;
}


/* Calendar widget */

.widget.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
    text-align: center;
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 1.75em;
}

.widget_calendar tbody a {
    background-color: #cc0000;
    color: #fff;
    display: block;
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #686868;
    color: #fff;
}


/* Recent Posts widget */

.widget_recent_entries .post-date {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0;
}


/* RSS widget */

.widget_rss .rsswidget img {
    margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: normal;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
    margin-bottom: 0;
}


/* Tag Cloud widget */

.tagcloud a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    line-height: 1;
    margin: 0 0.1875em 0.4375em 0;
    padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #cc0000;
    color: #cc0000;
    outline: 0;
}

.site-footer {
    text-align: center;
    padding: 25px 15px;
    background: #f9f9f9;
    border-top: 1px solid #f0f0f0;
}

.i18n-ar .site-footer {
    text-align: center;
}

.site-footer .site-info a {
    color: #fff;
}

.site-footer .site-info a:hover {
    color: #ccc;
}

.theme-credit:before {
    content: '/';
    padding: 0 0.8em 0 0.5em;
}


/**
 * - <= 400px
 */

@media screen and (max-width: 25.000em) {
    .social-links {
        margin: 20px 0 0 0;
    }
    .social-links,
    .icon-button-search {
        display: block;
        float: none;
    }
}


/**
 * - >= 500px
 */

@media screen and (min-width: 31.25em) {
    .header-links {
        text-align: right;
    }
    .header-links .social-links {
        display: inline-block;
    }
    .social-links {
        margin: 0 0 0 5px;
    }
    .social-links,
    .icon-button-search {
        float: none;
    }
    .vertical-bar:before {
        content: "|";
        padding: 0 15px 0 0;
        color: #d1d1d1;
    }
    .entry-info span,
    .entry-info a {
        display: unset;
    }
    .entry-gallery .carousel-inner>.item {
        height: 300px;
    }
}


/**
 * - >= 710px
 */

@media screen and (min-width: 44.375em) {
    .site-title {
        font-size: 52px;
        font-size: 3.250rem;
        font-weight: 900;
    }
    .custom-logo {
        max-width: 210px;
    }
    .custom-background-image {
        padding: 50px;
    }
    .menu-toggle {
        font-size: 16px;
        font-size: 1.0rem;
    }
    .site-header-menu {
        margin: 1.3125em 0;
    }
    .site-header .main-navigation+.social-navigation {
        margin-top: 2.625em;
    }
    /**
     *  Posts and pages
     */
    .entry-title {
        font-size: 28px;
        line-height: 1.2727272727;
    }
    .entry-gallery .carousel-inner>.item {
        height: 350px;
    }
    .entry-footer .edit-link {
        float: right;
    }
    .comment-author {
        margin-bottom: 0;
    }
    .comment-author .avatar {
        height: 42px;
        position: relative;
        top: 0.25em;
        width: 42px;
    }
    .comment-list .children>li {
        padding-left: 0;
    }
    .comment-list+.comment-respond,
    .comment-navigation+.comment-respond {
        padding-top: 3.5em;
    }
    .comments-area,
    .widget,
    .content-bottom-widgets .widget-area {
        margin-bottom: 5.25em;
    }
}


/**
 * - >= 783px
 */

@media screen and (min-width: 48.9375em) {
    .post-navigation .nav-links .nav-previous,
    .post-navigation .nav-links .nav-next {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding: 0 30px 0 0;
    }
    .post-navigation div+div {
        border-top: 0;
    }
    .site-main-right {
        float: right;
    }
}


/**
 * - >= 910px
 */

@media screen and (min-width: 56.875em) {
    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .pagination,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-right: 0;
        margin-left: 0;
    }
    .menu-wrapper {
        margin: 0;
    }
    .site-header-menu {
        display: block;
    }
    .main-navigation .primary-menu {
        text-align: center;
    }
    .main-navigation .primary-menu,
    .main-navigation .primary-menu>li {
        border: 0;
    }
    .main-navigation .primary-menu>li {
        /*float: left;*/
        display: inline-block;
    }
    .main-navigation a {
        outline-offset: -8px;
        padding: 0.65625em 0.875em;
        white-space: nowrap;
    }
    .main-navigation li:hover>a,
    .main-navigation li.focus>a {
        color: #cc0000;
    }
    .main-navigation ul ul {
        border-bottom: 1px solid #d1d1d1;
        display: block;
        left: -999em;
        margin: 0;
        position: absolute;
        z-index: 99999;
        padding: 0;
        text-align: left;
    }
    .main-navigation ul ul ul {
        top: -1px;
    }
    .main-navigation ul ul ul:before,
    .main-navigation ul ul ul:after {
        border: 0;
    }
    .main-navigation ul ul li {
        background-color: #fff;
        border: 1px solid #eee;
        border-bottom-width: 0;
    }
    .main-navigation ul ul a {
        white-space: normal;
        width: 12.6875em;
    }
    .main-navigation ul ul:before,
    .main-navigation ul ul:after {
        border-style: solid;
        content: "";
        position: absolute;
    }
    .main-navigation ul ul:before {
        border-color: #eee transparent;
        border-width: 0 10px 10px;
        left: 88px;
        top: -9px;
    }
    .main-navigation ul ul:after {
        border-color: #fff transparent;
        border-width: 0 8px 8px;
        left: 90.5px;
        top: -7px;
    }
    .main-navigation li:hover>ul,
    .main-navigation li.focus>ul {
        left: -15px;
        right: auto;
    }
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        right: auto;
        left: 100%;
    }
    .main-navigation .menu-item-has-children>a {
        margin: 0;
        padding-right: 2.25em;
    }
    .main-navigation .menu-item-has-children>a:after {
        content: "\f107";
        position: absolute;
        right: 0.725em;
        top: 0.7em;
    }
    .main-navigation ul ul .menu-item-has-children>a {
        padding-right: 2.0625em;
    }
    .main-navigation ul ul .menu-item-has-children>a:after {
        right: 0.5625em;
        top: 0.7em;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-header .social-navigation,
    .site-footer .main-navigation {
        display: none;
    }
}


/**
 * - >= 985px
 */

@media screen and (min-width: 61.5625em) {
    /**
     *  Posts and pages
     */
    .site-main>article {
        margin-bottom: 3em;
        padding-bottom: 2rem;
    }
    .entry-title {
        font-size: 30px;
        line-height: 1.225;
    }
    .content-bottom-widgets .widget-area,
    .widecolumn {
        margin-bottom: 7.0em;
    }
    .widget {
        margin-bottom: 4em;
    }
}


/**
 * - >= 1200px
 */

@media screen and (min-width: 75em) {}

@media print {
    form,
    button,
    input,
    select,
    textarea,
    .navigation,
    .main-navigation,
    .social-navigation,
    .sidebar,
    .content-bottom-widgets,
    .header-image,
    .page-links,
    .edit-link,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link {
        display: none;
    }
}


/*--Custom--*/

#sidebar {
    position: fixed;
    width: 280px;
    left: -280px;
    top: 0px;
    background: #181e2d;
    height: 100%;
    z-index: 1;
    transition: left 0.5s linear;
}

.i18n-ar #sidebar {
    right: -280px;
    left: inherit;
    transition: right 0.5s linear;
}

body.toggle-sidebar #sidebar {
    left: 0;
}

body.toggle-sidebar.i18n-ar #sidebar {
    right: 0;
}

#sidebar ul {
    padding: 25px 30px 25px 12px;
    text-align: right;
    list-style: none;
}

.i18n-ar #sidebar ul {
    padding: 25px 12px 25px 30px;
}

#sidebar ul li {
    margin-bottom: 15px;
}

.i18n-ar #sidebar ul li {
    text-align: left;
}

#sidebar a {
    color: #e3dede;
}

#sidebar ul li.social {
    margin: 30px 0 0;
}

#sidebar .social-share {
    margin: 0px 0px 0px 9px;
    font-size: 20px;
}

.i18n-ar #sidebar .social-share {
    margin: 0px 9px 0px 0px;
}

#page {
    left: 0;
    transition: left 0.5s linear;
    position: relative;
    width: 100%;
}

.i18n-ar #page {
    right: 0;
    left: inherit;
    transition: right 0.5s linear;
}

body.toggle-sidebar #page {
    left: 280px;
}

body.toggle-sidebar.i18n-ar #page {
    right: 280px;
    left: inherit;
}

.header-nav {
    margin: 0px 20px;
    position: relative;
}

.brand-logo {
    float: left;
}

.i18n-ar .brand-logo {
    float: right;
}

.brand-logo a {
    position: relative;
    font-size: 25px;
    padding-left: 90px;
    font-family: 'Roboto Slab', serif;
    color: #000;
}

.i18n-ar .brand-logo a {
    padding: 0 90px 0 0;
}

.brand-logo a:before {
    content: '';
    background: url('https://www.zohowebstatic.com/sites/default/files/zoho_general_pages/zgheader-footer-sprite.png') no-repeat 0 0/790px auto;
    width: 80px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.i18n-ar .brand-logo a:before {
    right: 0;
    left: inherit;
}

.hamburger-btn {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    cursor: pointer;
}

.i18n-ar .hamburger-btn {
    margin: 0 0 0 15px;
}

.hamburger-bar,
.hamburger-bar:before,
.hamburger-bar:after {
    position: absolute;
    width: 20px;
    height: 2px;
    transition: transform .15s ease;
    border-radius: 4px;
    background-color: #000;
    display: block;
}

.hamburger-bar {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s;
}

.hamburger-bar:before {
    content: '';
    top: -7px;
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger-bar:after {
    content: '';
    top: -14px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
}

.hamburger-btn.active .hamburger-bar {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger-btn.active .hamburger-bar:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(-90deg);
}

.hamburger-btn.active .hamburger-bar:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0;
}

.header-right-bar {
    float: right;
}

.i18n-ar .header-right-bar {
    float: left;
}

.header-right-bar>div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header-search .btn-search {
    position: absolute;
    right: 0px;
    font-size: 18px;
    top: 11px;
    padding: 0;
    transition: opacity .2s ease, visibility .2s ease;
}

.i18n-ar .header-search .btn-search {
    left: 0px;
    right: inherit;
}

.header-search .btn-search:hover {
    color: #000;
}

.header-search.active .btn-search {
    opacity: 0;
    visibility: hidden;
}

.header-search .search-top-bar-popup {
    position: relative;
    max-width: 310px;
    width: 0px;
    transition: all 500ms ease;
    opacity: 0;
    transform: translateZ(100px);
    visibility: hidden;
    overflow: hidden;
}

.header-search.active .search-top-bar-popup {
    width: 310px;
    opacity: 1;
    transform: translateZ(0px);
    visibility: visible;
}

.header-search .search-top-bar-popup label {
    margin: 0;
}

.header-search .search-top-bar-popup .screen-reader-text {
    display: none;
}

.header-search .search-top-bar-popup .search-field-top-bar {
    border: none;
    padding: 0px 35px 0px 15px;
    background: none;
    height: 40px;
    background: #fff;
}

.header-search .search-top-bar-popup .search-submit {
    position: absolute;
    height: 40px;
    top: 0;
    right: 0;
    width: 35px;
    background: none;
    padding: 0;
}

.header-search .search-top-bar-popup .header-search-icon {
    position: absolute;
    right: 0px;
    font-size: 18px;
    top: 11px;
    padding: 0;
    display: block;
    color: #000;
}

.i18n-ar .header-search .search-top-bar-popup .search-submit,
.i18n-ar .header-search .search-top-bar-popup .header-search-icon {
    right: inherit;
    left: 0;
}

.language-selector {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.language-selector.disabled {
    display: none;
}

.header-lan-picker {
    margin: 0 0 0 10px;
}

.i18n-ar .header-lan-picker {
    margin: 0 10px 0 0;
}

.select-language {
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-family: var(--zf-primary-semibold);
    padding-left: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.i18n-ar .select-language {
    padding: 0 20px 0 0;
}

.select-language:before {
    content: '';
    background: url('https://www.zohowebstatic.com//sites/default/files/zoho_general_pages/zgheader-footer-sprite.png') no-repeat -88px 0/730px auto;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.i18n-ar .select-language:before {
    right: 0;
    left: inherit;
}

.language-box {
    width: 160px;
    padding-top: 18px;
    position: absolute;
    top: 21px;
    right: -10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    z-index: 99;
}

.i18n-ar .language-box {
    left: -10px;
    right: inherit;
}

.language-selector.active .language-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    border: 2px solid #e0e0e0;
    padding: 15px 20px 15px 20px;
    background: #fff;
    display: block;
    float: left;
    width: 100%;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .1);
}

.language-box ul:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #e0e0e0;
    position: absolute;
    right: 20px;
    margin: auto;
    top: -11px;
}

.i18n-ar .language-box ul:before {
    left: 20px;
    right: inherit;
}

.language-box ul:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    right: 22px;
    margin: auto;
    top: -7px;
}

.i18n-ar .language-box ul:after {
    left: 22px;
    right: inherit;
}

.language-box ul li {
    margin-bottom: 15px;
    line-height: 1.5;
}

.language-box ul li:last-child {
    margin-bottom: 0;
}

.language-box ul li a {
    color: #000;
    font-size: 14px;
}

.header-product-link {
    padding: 40px 0 0;
    min-height: 90px;
}

.header-link-inner {
    background: #fff;
    width: 100%;
    transition: box-shadow 500ms ease;
}

.header-link-inner.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    box-shadow: 0 6px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.prod-nav-logo {
    float: left;
}

.i18n-ar .prod-nav-logo {
    float: right;
}

.prod-nav-logo img {
    max-width: 45px;
    margin-right: 5px;
}

.i18n-ar .prod-nav-logo img {
    margin: 0 0 0 5px;
}

.prod-nav-logo a {
    color: #000;
    font-size: 21px;
    font-family: var(--zf-primary-semibold);
    position: relative;
    display: inline-block;
}

.prdlogo-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.prdlogo-title .pow-tag {
    position: absolute;
    font-size: 11px;
    left: 1px;
    bottom: -12px;
    width: 90px;
}

.category-crm .prod-nav-logo a {
    padding-left: 80px;
    margin-top: 5px;
}

.category-podcasts .prod-nav-logo a {
    background: url('https://blog.zoho.com/wp-content/uploads/2020/05/podcast-logo.png') no-repeat 2px -1px/110px auto;
    display: inline-block;
    pointer-events: none;
    font-size: 0px;
    text-indent: -9999px;
    width: 110px;
    height: 50px;
    vertical-align: bottom;
}

.category-crm .prod-nav-logo a:before {
    content: '';
    background: url('https://www.zohowebstatic.com/sites/default/files/zoho_general_pages/zgheader-footer-sprite.png') no-repeat 0 0/700px auto;
    position: absolute;
    top: 2px;
    left: 0;
    width: 70px;
    height: 25px;
}

.prod-nav-link {
    float: right;
    text-align: right;
    margin: 3px 0 0;
}

.i18n-ar .prod-nav-link {
    float: left;
}

.prod-nav-link li {
    display: inline-block;
    margin: 0 15px;
}

.prod-nav-link li a {
    color: #000;
    font-size: 15px;
}

.prod-nav-link .signup-cta a {
    padding: 7px 30px 7px;
    background: #f0483e;
    color: #fff;
    display: inline-block;
    font-family: var(--zf-primary-semibold);
}

.site-content.container {
    padding: 60px 15px 0;
    position: relative;
}

.i18n-ar #main {
    float: right;
}

.home-latest-head {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    display: none;
}

.home-featured-posts {
    padding: 60px 30px 0px;
    position: absolute;
    right: -10px;
    top: 0px;
    width: 330px;
    border-left: 1px solid #f0f0f0;
}

.i18n-ar .home-featured-posts {
    left: -10px;
    right: inherit;
    border-left: none;
    border-right: 1px solid #f0f0f0;
}

.home-featured-posts h6 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

.home-featured-posts .featured-posts {
    margin: 20px 0 0;
}

.home-featured-posts ul li {
    padding: 0px 0px 20px 0px;
}

.home-featured-posts li a {
    position: relative;
    padding-left: 22px;
    color: #717579;
    display: block;
    transition: color 0.2s ease;
}

.i18n-ar .home-featured-posts li a {
    padding: 0 22px 0 0;
}

.home-featured-posts li a:hover {
    color: #091f35;
}

.home-featured-posts li i {
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: -2px;
    transform: rotate(43deg);
}

.i18n-ar .home-featured-posts li i {
    right: -2px;
    left: inherit;
}

.home .site-main>article,
body.archive .site-main>article,
body.search .site-main>article {
    border-bottom: 1px solid #f0f0f0;
}

body.archive .layout-box-outer,
body.search .layout-box-outer {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

body.archive .layout-box-outer article,
body.search .layout-box-outer article {
    width: 31.5%;
    float: left;
    margin: 10px;
    padding: 10px;
    border: 1px solid #f0f4f8;
    border-radius: 5px;
    transition: all 500ms ease;
}

body.archive .layout-box-outer article:hover,
body.search .layout-box-outer article:hover {
    transform: translateY(-5px);
    box-shadow: -2px 11px 16px 7px rgba(0, 0, 0, 0.078);
}

body.archive .layout-box-outer article:first-child,
body.archive .layout-box-outer article:nth-child(2),
body.search .layout-box-outer article:first-child,
body.search .layout-box-outer article:nth-child(2) {
    width: 47.75%;
}

body.archive .layout-box-outer .entry-title,
body.search .layout-box-outer .entry-title {
    font-size: 18px;
}

body.archive .layout-box-outer .entry-info,
body.search .layout-box-outer .entry-info {
    font-size: 12px;
}

.home .site-main>article:last-of-type,
body.archive .site-main>article:last-of-type,
body.search .site-main>article:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.home .entry-header,
body.archive .entry-header,
body.search .entry-header {
    margin-bottom: 5px;
}

body.archive .entry-content,
body.search .entry-content,
body.category:not(.search) .page-header,
body.author .page-header,
body.tag .page-header {
    display: none;
}

body.category:not(.search) .no-results .page-header {
    display: block;
}

.home .entry-footer,
body.author .entry-footer {
    margin: 0;
    display: table;
    width: 100%;
}

body.category .entry-footer,
body.author .entry-info .author-info {
    display: none;
}

body.author .entry-info .posted-on {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}

body.author.i18n-ar .entry-info .posted-on {
    margin: 0;
    padding: 0;
    border: none;
}

.i18n-ar .entry-info .posted-info {
    float: right;
    margin: 0 0 0 30px;
}

.i18n-ar .entry-info .read-info {
    float: left;
    margin: 0 30px 0 0;
}

.home .entry-footer .cat-links .cat-icon,
body.archive .cat-links .cat-icon,
body.search .cat-links .cat-icon {
    display: none;
}

.home .entry-footer .cat-links a:first-of-type,
body.archive .entry-footer .cat-links a:first-of-type,
body.search .entry-footer .cat-links a:first-of-type {
    margin: 0;
}

.entry-info .posted-info {
    float: left;
    margin-right: 30px;
}

.entry-info .read-info {
    float: right;
    margin-left: 30px;
}

.home .pagination {
    border-top: none;
}

.wp-pagenavi {
    margin: 0 0 30px;
    display: table;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding: 50px 0 0;
}

.wp-pagenavi span,
.wp-pagenavi a {
    margin: 0px 5px 10px;
    padding: 4px 12px;
    border: 1px solid #F0483E;
    color: #F0483E;
    display: inline-block;
}

.wp-pagenavi .pages,
.wp-pagenavi .current {
    color: #000;
    border: 1px solid #000;
}

body.category .filter-tags span {
    font-size: 18px;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

body.category .filter-tags ul {
    margin: 15px 0 25px;
}

body.category .filter-tags li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

body.category.i18n-ar .filter-tags li {
    margin: 0 0 10px 10px;
}

body.category .filter-tags a {
    display: inline-block;
    padding: 8px 10px;
    background: #f1f1f1;
    color: #000;
    font-size: 14px;
}

body.single-post .entry-title {
    font-size: 35px;
    line-height: 50px;
    padding: 0;
}

.entry-info .posted-info .posted-on {
    padding-right: 10px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}

.i18n-ar .entry-info .posted-info .posted-on {
    margin: 0 0 0 10px;
    border-left: 1px solid #ccc;
    border-right: none;
    padding: 0 0 0 10px;
    float: right;
}

body.single-post .entry-header+.entry-thumbnail {
    display: none;
}

body.single-post .entry-content>p:first-child::first-letter {
    font-size: 50px;
    color: #212225;
    line-height: 50px;
}

body.single-post.i18n-ar .entry-content>p:first-child::first-letter{
    font-size: 17px;
}

body.single-post .entry-content>p:first-child em {
    font-style: italic;
}

body.single-post .entry-content {
    font-family: "Roboto Slab";
}

body.single-post .entry-content * {
    line-height: 34px;
}

body.single-post .entry-content ol,
body.single-post .entry-content ul {
    padding-left: 20px;
}

body.single-post .entry-content ul {
    list-style-type: disc;
}

body.single-post .entry-content ol {
    list-style-type: decimal;
}

body.single-post .entry-content li {
    font-size: 17px;
    margin-bottom: 20px;
}

.sidebar>section {
    background: #fbfbfb;
    padding: 10px;
    border: 1px solid #efefef;
    margin: 0 0 20px 0;
}

.sidebar-search form {
    position: relative;
    margin: 20px 0 10px;
}

.sidebar-search input#s {
    padding: 5px 80px 5px 5px;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    height: 40px;
}

.i18n-ar .sidebar-search input#s {
    padding: 5px 5px 5px 80px;
}

.sidebar-search input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 5px 13px;
    height: 100%;
    font-size: 14px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.i18n-ar .sidebar-search input[type="submit"] {
    right: inherit;
    left: 0;
}

.social-widget li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.social-widget li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
}

.social-widget [class^="social-"] {
    background: url('https://www.zohowebstatic.com/sites/default/files/zoho_general_pages/zgheader-footer-sprite.png') no-repeat 0 0/ 620px auto;
}

.social-widget .social-facebook {
    background-position: -292px 0;
}

.social-widget .social-twitter {
    background-position: -317px 0;
}

.social-widget .social-linkedin {
    background-position: -341px 0;
}

.social-widget .social-youtube {
    background-position: -391px 0;
}

.social-widget .social-instagram {
    background-position: -416px 0;
}

.social-widget .social-pinterest {
    background-position: -441px 0;
}

.related-topics li {
    margin: 5px 0 0 0;
}

.related-topics li a {
    text-align: left;
    display: block;
    padding: 12px 15px 10px;
    background: #f1f1f1;
    color: #000;
    transition: background .2s ease;
}

.i18n-ar .related-topics li a {
    text-align: right;
}

.related-topics li a:hover {
    background: #fff;
}

.i18n-ar .entry-author-info .author-avatar,
.i18n-ar .entry-author-info .author-description {
    float: right;
}

.i18n-ar .entry-author-info .author-description {
    padding: 0 20px 0 0;
}

.i18n-ar .comment-author .avatar {
    float: right;
    margin: 0 0 0 12px;
}

.i18n-ar .bypostauthor>article .fn {
    position: relative;
}

.i18n-ar .bypostauthor>article .fn:after {
    left: -15px;
    position: absolute;
    top: 2px;
}

.i18n-ar blockquote {
    border-left: none;
    border-right: 5px solid #eee;
}

.comment-content p {
    font-size: 16px;
}

.author-bio {
    font-size: 14px;
}

.i18n-ar.single-post .entry-footer .cat-links,
.i18n-ar.single-post .entry-footer .tags-links {
    padding: 0 25px 0 0;
}

.i18n-ar.single-post .entry-footer .cat-links .cat-icon,
.i18n-ar.single-post .entry-footer .tags-links .tags-icon {
    right: 0;
    left: inherit;
    margin: 0 0 0 54px;
}

.i18n-ar.single-post .entry-footer .cat-links a:first-of-type,
.i18n-ar.single-post .entry-footer .tags-links a:first-of-type {
    margin: 0;
}

body.single-post .agree-text {
    display: block;
    margin: 10px 0 30px;
}

.related-post-title {
    text-align: center;
    border-top: 1px solid #efefef;
    padding-top: 40px;
}

.i18n-ar .related-post-title {
    text-align: center;
}

.i18n-ar .post-navigation .nav-links .nav-previous,
.i18n-ar .post-navigation .nav-links .nav-next {
    padding: 0 0 0 30px;
}

body.search-no-results .page-content,
.no-results.not-found .page-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

body.search-no-results .page-content .search-top-bar-popup,
.no-results.not-found .page-content .search-top-bar-popup {
    margin-bottom: 70px;
}

body.search-no-results.i18n-ar .page-content p {
    text-align: center;
}

body.search-no-results.i18n-ar .search-submit,
.i18n-ar .no-results.not-found .page-content .search-submit {
    right: inherit;
    left: 0;
}

.i18n-ar .no-results.not-found .page-content p {
    text-align: center;
}

.footer-lan-picker .select-language {
    margin-bottom: 10px;
}

.footer-lan-picker .language-box {
    padding: 0 0 18px 0;
    top: inherit;
    bottom: 30px;
    left: -50%;
    right: -50%;
    margin: auto;
}

.footer-lan-picker .language-box ul:before {
    border-top: 10px solid #e0e0e0;
    border-bottom: none;
    top: inherit;
    right: 0;
    left: 0;
    bottom: -11px;
}

.footer-lan-picker .language-box ul:after {
    border-top: 8px solid #fff;
    border-bottom: none;
    top: inherit;
    right: 0;
    left: 0;
    bottom: -7px;
}

.footer-lan-picker ul li {
    text-align: left;
}

.i18n-ar #footer-copyright {
    text-align: center;
}

body.error404 .not-found {
    display: flex;
    align-items: center;
    margin: 70px 0 150px;
}

body.error404 .not-found>div {
    width: 50%;
    padding: 0 50px;
}

body.error404 .page-header {
    margin: 0 0 20px;
    border-bottom: 0;
}

body.error404 .page-title {
    font-size: 34px;
}

body.error404 .not-found ul {
    margin-bottom: 0;
}

body.error404 .not-found li {
    display: inline-block;
    font-size: 18px;
}

body.error404 .not-found img {
    max-width: 430px;
    margin: 0 auto;
    display: block;
}

body.error404 .not-found .search-form {
    margin-top: 30px;
}

body.error404.i18n-ar .content-area .search-submit {
    left: 0;
    right: inherit;
}

@media only screen and (max-width: 1199px) {
    body.archive .layout-box-outer article:first-child,
    body.archive .layout-box-outer article:nth-child(2),
    body.search .layout-box-outer article:first-child,
    body.search .layout-box-outer article:nth-child(2),
    body.archive .layout-box-outer article,
    body.search .layout-box-outer article {
        width: 47.75%;
    }
}

@media only screen and (max-width: 1000px) {
    .header-product-link {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .site-content.container {
        padding: 40px 15px 0;
    }
    .home .entry-title {
        font-size: 25px;
    }
    .home-featured-posts {
        padding: 30px 20px 0px;
        right: -10px;
        width: 250px;
    }
    .i18n-ar .home-featured-posts {
        left: -10px;
        right: inherit;
    }
    body.archive .layout-box-outer article:first-child,
    body.archive .layout-box-outer article:nth-child(2),
    body.search .layout-box-outer article:first-child,
    body.search .layout-box-outer article:nth-child(2),
    body.archive .layout-box-outer article,
    body.search .layout-box-outer article {
        width: 47%;
    }
    body.archive .entry-info .posted-info,
    body.search .entry-info .posted-info {
        display: none;
    }
    body.single-post .entry-title {
        font-size: 32px;
        line-height: 1.3;
    }
    body.error404 .page-title {
        font-size: 30px;
    }
    body.error404 .not-found {
        display: block;
        margin: 30px 0 80px;
    }
    body.error404 .not-found>div {
        width: 100%;
        padding: 0;
    }
    body.error404 .not-found .image-block {
        display: none;
    }
	body.single-post .entry-content li {
    	font-size: 15px;
	}
	.entry-content h2{
        font-size: 24px;
    }
    .entry-content h3{
        font-size: 22px;
    }
    .entry-content h4{
        font-size: 20px;
    }
    .entry-content h5{
        font-size: 18px;
    }
    .entry-content h6{
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
    }
    .header-right-bar .header-search {
        position: absolute;
        right: 0;
    }
    .i18n-ar .header-right-bar .header-search {
        right: inherit;
        left: 0;
    }
    .header-search.active .search-top-bar-popup {
        width: 245px;
    }
    .header-lan-picker {
        display: none !important;
    }
    #sidebar {
        padding-top: 60px;
    }
    .home #primary {
        display: flex;
        flex-direction: column-reverse;
    }
    .site-content.container {
        max-width: 500px;
        padding: 110px 15px 0;
    }
    .home .entry-title {
        font-size: 22px;
    }
    .home-featured-posts,
    .i18n-ar .home-featured-posts {
        position: static;
        border: none;
        width: 100%;
        padding: 0 15px;
    }
    .home-featured-posts .featured-posts {
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .home-latest-head {
        display: block;
        margin: 0px 0 20px;
    }
    .wp-pagenavi {
        padding: 40px 0 0;
    }
    body.archive .layout-box-outer article:first-child,
    body.archive .layout-box-outer article:nth-child(2),
    body.search .layout-box-outer article:first-child,
    body.search .layout-box-outer article:nth-child(2),
    body.archive .layout-box-outer article,
    body.search .layout-box-outer article {
        width: 100%;
        margin: 10px 0;
    }
    body.single-post .site-content.container {
        max-width: 600px;
    }
    body.single-post .entry-title {
        font-size: 26px;
    }
    .post-navigation {
        margin: 0 0 30px;
    }
    .related-post-title {
        font-size: 20px;
    }
    .i18n-ar .post-navigation .nav-links .nav-previous,
    .i18n-ar .post-navigation .nav-links .nav-next {
        padding: 0;
    }
    .post-navigation .post-title {
        font-size: 18px;
    }
    body.error404 .not-found li {
        font-size: 16px;
    }
    body.error404 .not-found {
        margin: 10px 0 60px;
    }
    body.single-post.i18n-ar .entry-content>p:first-child::first-letter{
    	font-size: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .home .entry-info,
    body.author .entry-info,
    body.tag .entry-info {
        display: none;
    }
    body.author .entry-footer,
    body.tag .entry-footer {
        margin: 25px 0 0;
    }
}

.local-feedback {
    display: none !important;
}