/*
Theme Name: Writing
Theme URI: http://ahmad.works/writing/
Author: Ahmad Abou Hashem
Author URI: https://ahmad.works/
Description: Minmal & Clean Blog Wordpress Theme.
Version: 3.431
License: Themeforest Split Licence
License URI: -
Text Domain: asalah
Tags: black, white, two-columns, left-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

html {
    overflow-x: hidden;
}

/* CUSTOM HEADER SECTION START */


:root {
    --blue: #4c28ff;
    --header-height: 100px;
    --bowl-cyan: #00fff5;
    --dark-blue: #1B0B6B;
    --link-active: var(--bowl-cyan);
    --vh: 1vh;
}

.content {
    max-width: 1190px;
    width: 100%;
    margin: auto;
}

.flex {
    display: flex;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-align-center {
    align-items: center;
}

.space-around {
    justify-content: space-around;
}

.clickable {
    cursor: pointer;
}

.opaque {
    opacity: 1;
}

.transparent {
    opacity: 0;
}

.animated {
    will-change: opacity, transform;
}

/*IE 11 specific*/

select::-ms-expand {
    display: none;
}

@media all and (max-width: 768px) {
    :root {
        --header-height: 75px;
    }
}


@media all and (max-width: 1023px) {
    .mobile-hidden {
        visibility: hidden;
        display: none;
    }
}

@media all and (min-width: 1023px) {
    .desktop-hidden {
        visibility: hidden;
        display: none;
    }
}

@media all and (max-width: 767px) {
    .mobile-hidden-section {
        display: none;
        visibility: hidden;
    }
}

.site_content {
    margin-top: 100px;
    margin-top: var(--header-height, 100px);
}


/* HEADER NEW START*/
/* HEADER*/
header {
    font-family: "Avenir Next", Helvetica, Arial, sans-serif;
    font-weight: 500;
    position: fixed;
    width: 100%;
    top: 0;
    height: 100px;
    height: var(--header-height, 100px);
    z-index: 15;
    background-color: #4c28ff;
    background-color: var(--blue, #4c28ff);
    transition: background 1s;
    font-size: 18px;
    transform: translate3d(0, 0, 0);
}

body.logged-in header {
    top: 32px;
}

@media all and (max-width: 782px) {

    body.logged-in header {
        top: 46px;
    }
}

header .navbar {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
}


header .navbar .content {
    max-width: 100%;
    padding: 0 40px;
}

nav#mobile-menu .logo,
header .navbar .logo {
    text-align: center;
    height: 26px;
    width: 120px;
    background-position: center;
    background-size: cover;
    display: block;
    background-image: url("/insights/wp-content/themes/writing3/images/logo.svg")
}

header .navbar a:hover,
header .navbar a:focus {
    text-decoration: none;
    outline: none;
}

header .navbar .navbar-list {
    flex: 2 1 auto;
    justify-content: flex-end;
}

header .navbar .navbar-list .nav-link {
    white-space: nowrap;
    padding-left: 16px;
    padding-right: 16px;
    color: white;
    text-transform: capitalize;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: center;
}

header .navbar .navbar-list .nav-link.web-signup {
    padding-left: 16px;
    padding-right: 26px;
    text-transform: none;
}

header .navbar .navbar-list .nav-link {
    transition: color 0.2s ease-in;
}

header .navbar .navbar-list .nav-link:focus,
header .navbar .navbar-list .nav-link:hover {
    color: #00fff5;
    color: var(--link-active);
    outline: none;
}

header .navbar .navbar-list .nav-link::after {
    position: relative;
    top: 6px;
    transition: width 0.2s ease-in;
    display: block;
    content: "";
    height: 1px;
    width: 0;
    background-color: #00fff5;
    background-color: var(--link-active);
}

header .navbar .navbar-list .nav-link:focus::after,
header .navbar .navbar-list .nav-link:hover::after {
    width: 100%;
}

header .navbar .logo-wrapper {
    flex: 0.7 1 auto;
    display: flex;
}

header .navbar .buttons-block {
    justify-content: flex-start;
}

header .navbar .install-button {
    margin-right: 12px;
    height: 36px;
}

header .navbar .install-button .img-wrapper,
header .navbar .install-button .img-wrapper .fill-icon,
header .navbar .signup-button,
header .navbar .signup-button::before,
header .navbar .install-button .img-wrapper::before {
    /*-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;*/
    transition: color 0.3s, border-color 0.3s, opacity 0.3s, transform 0.3s, fill 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

header .navbar .install-button .img-wrapper {
    display: inline-block;
    border: 1.2px solid white;
    border-radius: 18px;
    height: 36px;
    padding: 2.5px 12.2px 0;
    width: 36px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

header .navbar .install-button .img-wrapper .fill-icon {
    fill: white;
}

header .navbar .install-button .img-wrapper:hover .fill-icon {
    fill: #4c28ff;
    fill: var(--blue);
}

header .navbar .install-button .img-wrapper img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -71%);
}

header .navbar .signup-button {
    width: 134px;
    height: 36px;
    font-size: 12.5px;
    border-radius: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-transform: uppercase;
    color: white;
    text-align: center;
    border: solid 1.2px white;
    letter-spacing: 1px;
    background-color: #4c28ff;
    background-color: var(--blue);
    white-space: nowrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

header .navbar .signup-button:hover::before,
header .navbar .install-button .img-wrapper:hover::before {
    -webkit-transform: translateX(-100%) scale3d(-9, -9, 1);
    transform: translateX(-100%) scale3d(-9, -9, 1);
}

header .navbar .install-button .img-wrapper:hover,
header .navbar .signup-button:hover {
    color: #4c28ff;
    color: var(--blue);
    border-color: #4c28ff;
    border-color: var(--blue);
}

header .navbar .signup-button::before,
header .navbar .install-button .img-wrapper::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 100%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #00FFF5;
    background: var(--bowl-cyan, #00FFF5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translateX(-100%) scale3d(-1, -2, 1);
    transform: translateX(-100%) scale3d(-1, -2, 1);
}

header .navbar .mobile-menu-trigger {
    display: none;
}

/* HEADER MOBILE*/

@media all and (max-width: 1023px) {


    header .content {
        padding-right: 88px;
    }

    header .navbar .mobile-menu-trigger {
        cursor: pointer;
        display: block;
        height: 30px;
        width: 60px;
        padding: 0;
        background-color: transparent;
        border: none;
        margin-left: 12px;
        background-size: 45%;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("/insights/wp-content/themes/writing3/images/collapse-arrow-menu.svg");
    }

    header .navbar .navbar-list {
        display: none;
    }

    header .content {
        padding: 0 58px;
    }

    header .navbar .buttons-block {
        justify-content: flex-end;
    }


}

@media all and (max-width: 768px) {


    header.header {
        height: 76px;
        height: var(--header-height, 76px);
    }

    header .navbar .signup-button {
        border: none;
        display: none;
        color: #007BFF;
        color: var(--blue);
        background-color: #00FFF5;
        background-color: var(--bowl-cyan);
    }

    header .navbar .download-icon {
        display: none;
    }

    header .navbar .content {
        padding: 0 32px;
    }

    header .navbar .logo {
        width: 112px;
        height: 25px;
    }
}


.overlay-container.container-hidden {
    display: none;
    opacity: 0;
}

.overlay-container {
    font-size: 16px;
    font-family: "Avenir Next", Helvetica, Arial, sans-serif;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 20;
    opacity: 1;
    top: 0;
    transition: opacity 0.5s ease-in;
}

.overlay-container .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overlay-container .popup#phone-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 2.5em;
    background-color: white;
    padding: 3.75em 2em;
    width: 416px;
    height: 30.375em;
}

.overlay-container .popup#phone-popup img.fish-icon {
    height: 50px;
    margin-bottom: 44px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .overlay-container .popup#phone-popup img.fish-icon {
        margin-bottom: 30px;
    }
}

.overlay-container .popup#phone-popup h4.title {
    font-size: 1.5em;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    font-family: "Avenir Next", Helvetica, Arial, sans-serif;
    margin-bottom: 1.875em;
    letter-spacing: -0.22px;
    line-height: 28px;
    text-align: center;
    color: #4c28ff;
    color: var(--blue);
    margin-top: 0;
}

.overlay-container .popup#phone-popup .close {
    font-size: 16px;
    display: block;
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    top: 2em;
    right: 2em;
}

.overlay-container .popup#phone-popup form#sign-up {
    text-align: center;
    width: 100%;
}

.overlay-container .popup#phone-popup form#sign-up .success-message {
    display: none;
}

.overlay-container .popup#phone-popup form#sign-up.success .success-message {
    display: block;
}

.overlay-container .popup#phone-popup form#sign-up.success :not(.success-message) {
    display: none;
}

.overlay-container .popup#phone-popup form#sign-up.success .error {
    display: none;
}


.overlay-container .popup#phone-popup .country-telephone-input {
    letter-spacing: -4px;
    border-radius: 1.125em;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.overlay-container .popup#phone-popup .fsb-select,
.overlay-container .popup#phone-popup .country-code,
.overlay-container .popup#phone-popup .fsb-input {
    letter-spacing: normal;
    height: 50px;
    background-color: #e2ebf8;
    border: none;
    font-size: 1.25em;
    color: #544e5d;
}


.overlay-container .popup#phone-popup .fsb-select {
    border-bottom-left-radius: 1.5625em;
    border-top-left-radius: 1.5625em;
    border-right: 1px solid #bdc2ca;
    padding: 0 2em 0;
    background-image: url("/insights/wp-content/themes/writing3/images/arrow-down-blue.svg");
    background-repeat: no-repeat;
    background-position: right 0.75em center;
    text-transform: uppercase;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.15;
    width: 117px;
    margin: 0;
}


.overlay-container .popup#phone-popup .country-code {
    line-height: 48px;
    cursor: text;
    padding: 0 0.1em 0 1em;
    word-break: normal;
}

.overlay-container .popup#phone-popup .fsb-input {
    border-bottom-right-radius: 1.5625em;
    border-top-right-radius: 1.5625em;
    outline: none;
    width: 184px;
    min-width: auto;
    margin: 0;
}


.overlay-container .popup#phone-popup .send-link {
    width: 14.125em;
    height: 3.125em;
    border-radius: 1.5625em;
    box-shadow: 49px 49px 110px 0 rgba(40, 34, 161, 0.35), 0 14px 16px 0 rgba(100, 0, 200, 0.13);
    background-color: #4c28ff;
    background-color: var(--blue);
    border: none;
    font-size: 1em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.89px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin: auto;
}

.overlay-container .popup#phone-popup .icons {
    margin: 28px auto 12px;
    display: flex;
    justify-content: space-between;
    width: 255px;
}

.overlay-container .popup#phone-popup .icons .icon {
    width: 121px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay-container .popup#phone-popup .icons .icon.app-store {
    background-image: url("/insights/wp-content/themes/writing3/images/apple-app-store.jpg");
    margin-right: 10px;
}

.overlay-container .popup#phone-popup .icons .icon.play-market {
    background-image: url("/insights/wp-content/themes/writing3/images/google-play.jpg");
}

form#sign-up .error {
    color: red;
    opacity: 0;
    height: 0;
    transition: 0.2s opacity ease-in;
    margin-bottom: 0.5em;
}

form#sign-up.error .error {
    opacity: 1;
    height: auto;
}


/*MOBILE MENU*/

nav#mobile-menu {
    display: none;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    text-align: center;
    position: fixed;
    z-index: 16;
    transform: translateY(150%) translateZ(0);
    will-change: transform;
    transition: transform 0.4s ease-in;
    color: white;
    background-color: #1B0B6B;
    background-color: var(--dark-blue, #1B0B6B);
}


@media all and (max-width: 1190px) {
    nav#mobile-menu {
        display: block;
        visibility: visible;
    }
}

nav#mobile-menu.visible {
    transform: translateY(0);
}

nav#mobile-menu .mobile-menu-header {
    height: 76px;
    height: var(--header-height, 76px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
}

nav#mobile-menu .mobile-menu-header .logo {
    width: 90px;
    height: 19.6px;
}

nav#mobile-menu .mobile-menu-header .chevron {
    border-top: 2px solid #00FFF5;
    border-top: 2px solid var(--bowl-cyan);
    border-right: 2px solid #00FFF5;
    border-right: 2px solid var(--bowl-cyan);
    height: 20px;
    width: 20px;
    transform: rotate(-45deg);
}

nav#mobile-menu .links-block {
    margin: 72px 14px;
}


nav#mobile-menu .socials-block {
    width: 160px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
}

nav#mobile-menu .links-block .link-item {
    padding: 24px;
    font-size: 22px;
    border-top: 1px solid #00FFF5;
    border-top: 1px solid var(--bowl-cyan);
    display: block;
    color: white;
    width: 100%;
    position: relative;
    text-align: left;
}

nav#mobile-menu .links-block .link-item::after {
    display: block;
    content: "";
    border-top: 2px solid #00FFF5;
    border-top: 2px solid var(--bowl-cyan);
    border-right: 2px solid #00FFF5;
    border-right: 2px solid var(--bowl-cyan);
    height: 16px;
    width: 16px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 16px;
    top: 50%;
}

nav#mobile-menu .links-block .link-item:last-child {
    border-bottom: 1px solid #00FFF5;
    border-bottom: 1px solid var(--bowl-cyan);
}


nav#mobile-menu .socials-block .social-icon-fill {
    fill: white;
}


nav#mobile-menu button.get-app-button {
    width: 208px;
    height: 46px;
    border-radius: 23px;
    border: solid 1px #00fff5;
    border: solid 1px var(--bowl-cyan);
    font-size: 22px;
    color: #00fff5;
    color: var(--bowl-cyan);
    text-transform: uppercase;
    background-color: transparent;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

nav#mobile-menu .mobile-menu-header .mobile-menu-trigger {
    width: 60px;
    height: 30px;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*stick menu buttons to bottom for shorter screens*/
@media all and (max-height: 570px) {
    nav#mobile-menu button.get-app-button {
        bottom: 16px;
    }

    nav#mobile-menu .socials-block {
        bottom: 80px;
    }
}

/* CUSTOM HEADER SECTION END */

/*HEADER NEW END*/
body {
    font-family: "Avenir Next", Helvetica, Arial, sans-serif;
    color: #222;

    font-size: 16px;
    line-height: 1.5;

    overflow-x: hidden;
    word-break: break-word;
}

*, *:before, *:after {
    -webkit-font-smoothing: antialiased;
}

/* --------
start basic css style
------------------------------------------- */
.skin_color {
    color: #f47e00;
}

.skin_color_hover:hover {
    color: #f47e00;
}

.skin_bg {
    background-color: #f47e00;
}

.skin_bg_hover:hover {
    background-color: #f47e00;
}

.skin_border {
    border-color: #f47e00;
}

.skin_border_left {
    border-left-color: #f47e00
}

.skin_border_right {
    border-right-color: #f47e00;
}

.skin_border_top {
    border-top-color: #f47e00;
}

.skin_border_bottom {
    border-bottom-color: #f47e00;
}

a {
    color: #f47e00;
    -o-transition: color 0.2s ease-in;
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}

*:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    outline-offset: 0;
}

a:hover {
    text-decoration: none;
    color: #333;
}

a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

figure {
    max-width: 100%;
}

iframe {
    max-width: 100%;
    border: none;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.title, .nav > li > a, h3.comment-reply-title, h1, h2, h3, h4, h5, h6 {
    color: #000;
}


.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-top: 0;
    padding-top: 35px;
    margin-bottom: 10px;
}

.main_content.col-md-12 .entry-content h1, .main_content.col-md-12 .entry-content h2, .main_content.col-md-12 .entry-content h3, .main_content.col-md-12 .entry-content h4, .main_content.col-md-12 .entry-content h5, .main_content.col-md-12 .entry-content h6 {
    margin-top: 0;
    padding-top: 40px;
}

.entry-content h1 {
    font-size: 23px
}

.entry-content h2 {
    font-size: 22px
}

.entry-content h3 {
    font-size: 21px
}

.entry-content h4 {
    font-size: 20px
}

.entry-content h5 {
    font-size: 18px
}

.entry-content h6 {
    font-size: 16px
}

.main_content.col-md-12 .entry-content h1 {
    font-size: 23px
}

.main_content.col-md-12 .entry-content h2 {
    font-size: 22px
}

.main_content.col-md-12 .entry-content h3 {
    font-size: 21px
}

.main_content.col-md-12 .entry-content h4 {
    font-size: 20px
}

.main_content.col-md-12 .entry-content h5 {
    font-size: 18px
}

.main_content.col-md-12 .entry-content h6 {
    font-size: 16px
}

[set-animation] > * {
    visibility: hidden;
}

[data-animation] {
    visibility: hidden;
}

input[type="submit"] {
    background: none;
    border: none;
    background-color: #F0F0F0;
    border-radius: 30px;
    padding: 6px 19px;
}

input[type="search"], input[type="text"] {
    border: none;
    border-bottom: 2px solid #ccc;
    padding-bottom: 6px;
    font-weight: normal;
}

.asalah_row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

.asalah_row:last-child {
    margin-bottom: 0;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth, .full_column, .custom_column, .one_seventh, .one_eighth, .one_ninth {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    border-width: 0;
    border-style: solid;
}

.one_half {
    width: 50%;
}

.full_column {
    width: 100%;
}

.one_third {
    width: 33.333%;
}

.two_third {
    width: 65.33%;
}

.one_fourth {
    width: 25%;
}

.three_fourth {
    width: 74%;
}

.one_fifth {
    width: 20%;
}

.two_fifth {
    width: 40%;
}

.three_fifth {
    width: 60%;
}

.four_fifth {
    width: 80%;
}

.one_sixth {
    width: 16.66666667%;
}

.five_sixth {
    width: 82.67%;
}

.one_seventh {
    width: 14.28571429%;
}

.one_eighth {
    width: 12.5%;
}

.one_ninth {
    width: 11.11111111;
}

/* --------
end basic css style
------------------------------------------- */

/* --------
start header css style
------------------------------------------- */
.top_menu_wrapper {
    -webkit-backface-visibility: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
}

.header_logo_wrapper {
    padding-top: 42px;
}

.default_logo {
    display: block;
}

.retina_logo {
    display: none;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .default_logo {
        display: none;
    }

    .retina_logo {
        display: block;
    }

    .no_retina_logo {
        display: block !important;
    }
}

.site_logo {
    font-weight: normal;
    margin: 0;
}

.site_logo, .site_logo a {
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #222;
    font-size: 36px;
    line-height: 50px
}

.site_logo a {
    padding-bottom: 10px;
    word-break: normal;
}

.site_logo a:hover {
    color: inherit;
}

.logo_wrapper {
    max-width: 80%;
    float: left;
}

.logo_tagline {

}

.title_tagline_beside {
    margin-top: 18px;
    margin-left: 7px;
    display: inline-block;
}

.title_tagline_below {
    float: left;
    display: block;
    clear: both;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 8px;
    border-top: 4px solid #eee;
}

.header_info_wrapper {
    width: 20%;
    float: right;
}

.user_info_button {
    width: 40px;
    height: 40px;
    display: inline-block;
    float: right;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #efefef;
    text-align: center;
    line-height: 37px;
    margin-left: 6px;
    font-size: 14px;
    color: #444;
}

.user_info_button:hover {
    color: #f47e00;
}

.header_icons {
    margin-left: 30px;
    font-size: 14px;
}

.header_icons .social_icon {
    padding-top: 16px;
    display: inline-block;
    line-height: 21px;
    padding-bottom: 12px;
}

.header_social_icons a {
    margin-left: 12px;
    color: #000;
}

.header_social_icons a:hover {
    color: #f47e00;
}

.header_search {
    border-left: 1px solid #eee;
    padding: 16px 0;
    margin-left: 20px;
}

.header_search > form.search {
    position: relative;
    height: 100%;
    margin-left: 0px;
}

.header_search > form.search .search_text {
    width: 0;
    border: none;
    font-size: 12px;
    font-style: italic;
    height: auto;
    line-height: 16px;
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 14px;
    padding-left: 15px;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.header_search > form.search > i {
    position: absolute;
    right: 0px;
    line-height: 19px;
    height: 100%;
    border: none;
    width: 24px;
    text-align: right;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
}

.header_search > form.search > i > .search_submit {
    position: absolute;
    right: 0px;
    top: 0;
    padding: 0;
    background-color: transparent;
    line-height: 19px;
    height: 100%;
    border: none;
    width: 24px;
    text-align: right;
    display: none;
    cursor: pointer;
}


.expanded_search.header_search > form.search > i > .search_submit {
    display: block;
}

.expanded_search.header_search > form.search .search_text {
    width: 150px;
    padding-right: 22px;
}

.header_icons .social_icon a {
    color: #222;
}

/* start main menu */
.main_menu {
    padding: 0 0;
}

.nav > li > a {
    font-size: 14px;
    padding-top: 16px;
    padding-right: 0;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    color: #555;
}

/*.nav > li:last-child > a {
	padding-right: 0;
}*/

.main_nav, .main_nav a {
    color: inherit;
}

.main_nav .current-menu-item, .main_nav .current-menu-item > a {
    color: #000;
}

.nav > li:first-child > a {
    margin-left: -12px;
}

.nav > li:last-child > a {
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li.current-menu-ancestor > a {
    background-color: transparent;
    color: #000;
}

.main_menu .navbar .nav > li {
    text-align: center;
    padding-right: 26px;
}

.main_menu .navbar .nav > li > a {
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 1px;
    color: #555;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    -o-transition: padding 0.2s ease-in;
    -webkit-transition: padding 0.2s ease-in;
    -moz-transition: padding 0.2s ease-in;
    transition: padding 0.2s ease-in;
}

.main_menu .navbar .nav .dropdown-menu li > a {
    color: #555;
    border-bottom-color: #eee;
}

.main_menu .navbar .nav > li:last-child {
    padding-right: 0;
}

.main_menu .navbar .nav > li > a:focus, .main_menu .navbar .nav > li > a:hover {
    color: #333;
    background-color: transparent;
}

.main_menu .navbar .nav > li > a > i {
    color: #868686;
    clear: both;
    display: block;
    font-size: 22px;
    text-align: center;
    margin-bottom: 6px;
    text-align: center;
}

.main_menu .navbar .nav > li > a:hover > i {
    color: #26BDEF;
}

.main_menu .navbar .nav > li > a > img {
    display: block;
    font-size: 22px;
    margin-bottom: 6px;
    width: auto;
    max-height: 22px;
    margin: 0 auto 6px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.main_menu .navbar .nav > li.menu-item-language > a > img {
    display: inline-block;
    margin-right: 4px;
}

.navbar .nav > li > a > img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.main_menu .navbar .nav > li > a:hover > img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.container.bg-color {
    padding: 0;
}

/* secondary-menu */

.main_menu.secondary-menu {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.nav > li > a > img {
    max-width: none;
    max-height: 15px;
    margin-top: -3px;
    margin-right: 3px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    border-left: 0;
    border-right: 0;
    min-width: 175px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #eee;
}

.dropdown-submenu > .dropdown-menu {
    left: 100%;
    top: auto;
    margin-top: -37px;
    box-shadow: none;
    border: 1px solid #eee;
}

.dropdown-menu > li {
    white-space: nowrap;
}

.dropdown-menu > li > a {
    display: block;
    padding: 7px 14px;
    clear: both;
    font-weight: normal;
    line-height: 22px;
    white-space: inherit;
    font-size: 12px;
    /*border-bottom: 1px solid #eee;*/
    font-size: 13px;
    font-weight: normal;
    color: #444;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #222;
    background-color: #f4f4f4;
}

.dropdown-menu > li:last-child > a {
    border-bottom-width: 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #444;
    background-color: #F4F4F4;
}

.main_nav .current-menu-ancestor, .main_nav .current-menu-ancestor > a {
    color: #000;
}

.dropdown-menu .current-menu-ancestor, .dropdown-menu .current-menu-ancestor > a {
    color: #444;
    background-color: #F4F4F4;
}

.page_main_title {
    border: 1px solid #eee;
    border-radius: 30px;
    margin-bottom: 50px;
}


.page_main_title .title {
    border: none;
    background-color: #f2f2f2;
    border-radius: 30px;
    margin: 3px;
    padding: 8px 20px;
    font-size: 17px;
    float: left;
}

.taxonomy-description .archive_arrow {
    float: left;
    color: #8C8C8C;
    margin-right: 6px;
    margin-left: 6px;
}

.taxonomy-description .archive_arrow p {
    margin: 11px;
}

/* --------
end header css style
------------------------------------------- */


/* --------
start layout css style
------------------------------------------- */
/*@media screen and (min-width: 992px) {
	.container {
	  width: 990px;
	}

	.main_content.col-md-9 {
		width: 695px;
		padding-right: 30px;
	}

	.main_content.col-md-9.pull-right {
		padding-right: 15px;
		padding-left: 30px;
	}

	.side_content.col-md-3 {
		padding-left: 0;
		width: 295px;
	}

	.side_content.col-md-3.pull-left {
		padding-left: 15px;
		padding-right: 0;
	}
}*/

.site_content {
    padding-top: 38px;
    padding-bottom: 80px;
}

.main_content {
    position: relative;
}

.main_content.col-md-9 {
    width: 66.66666667%;
}

.side_content.col-md-3 {
    width: 33.33333333%;
}

@media screen and (max-width: 992px) {
    .col-md-9, .col-md-8 {
        width: 100%;
    }

    .col-md-3, .col-md-4 {
        width: 100%;
    }

    .main_content.col-md-9 {
        width: 100%;
    }

    .side_content.col-md-3 {
        width: 100%;
    }

    .blog_posts_wrapper.list_blog_style .post_thumbnail_wrapper, .blog_posts_wrapper.list_blog_style .post_info_wrapper {
        width: 100% !important;
    }

    .blog_posts_wrapper.list_blog_style .blog_post_banner {
        margin-bottom: 28px !important;
    }

    .sticky_logo {
        top: 60px;
        z-index: 9999;
        width: 100%;
        position: fixed;
        background: #fff;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        z-index: 9999;
    }

    .admin-bar .sticky_logo {
        top: 95px;
    }

    .invisible_header_logo {
        opacity: 0;
        display: block !important;
    }
}

.invisible_header_logo {
    display: none;
}

/* --------
end layout css style
------------------------------------------- */

/* --------
start posts grid css style
------------------------------------------- */

/*.posts_grid_wrapper {
	margin-top: 80px;
	margin-bottom: 20px;
}

.grid_slider.container {
	position: relative;
}

.posts_grid_nav_container ul.flex-direction-nav > li a {
	opacity: 0;
	display: inline;
	width: 50px;
	text-align: center;
	height: 80px;
	position: absolute;
	left: auto;
	right: auto;
	margin: auto;
	font-size: 40px;
	color: #f47e00;
	margin-top: -40px;
	-o-transition: all  0.3s ease-in;
	-webkit-transition: all  0.3s ease-in;
	-moz-transition: all  0.3s ease-in;
	transition: all  0.3s ease-in;
}

.posts_grid_nav_container ul.flex-direction-nav > li.flex-nav-prev a {
	left: 0px;
}

.posts_grid_nav_container ul.flex-direction-nav > li.flex-nav-next a {
	right: 0px;
}

.posts_grid_wrapper .grid_slider.container:hover .posts_grid_nav_container ul.flex-direction-nav > li.flex-nav-prev a {
	opacity: 1;
	left: -50px;
}

.posts_grid_wrapper .grid_slider.container:hover .posts_grid_nav_container ul.flex-direction-nav > li.flex-nav-next a {
	opacity: 1;
	right: -50px;
}

.posts_grid_wrapper .posts_grid_nav_container ul.flex-direction-nav > li a:hover {
	color: #333;
}

.posts_grid_nav_container ul.flex-direction-nav > li a:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	display: inline-block;
	color: inherit;
	line-height: 80px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.posts_grid_nav_container ul.flex-direction-nav > li.flex-nav-prev a:before {
	content: '\f100';
}

.posts_grid_nav_container ul.flex-direction-nav > li.flex-nav-next a:before {
	content: '\f101';
}

.posts_grid_wrapper > .container {
	width: 1200px;
}

.posts_grid_wrapper .posts_grid_row.row {
	margin-left: -4px;
	margin-right: -4px;
}

.posts_grid_wrapper .posts_grid_item.col-md-4 {
	margin-top: 8px;
}

.posts_grid_wrapper .posts_grid_item {
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.posts_grid_wrapper .posts_grid_item .posts_grid_caption{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 30px;
}

.posts_grid_wrapper .posts_grid_item .posts_grid_caption .title {
	color: #333;
	display: inline;
	font-size: 16px;
	line-height: 27px;
	background-color: #fff;
	padding: 10px;
}*/

/* --------
end posts grid css style
------------------------------------------- */

/* --------
start blog post css style
------------------------------------------- */
.blog_posts_list {
    /*font-size: 16px;
    line-height: 27px;*/
}

.blog_post_title .title {
    /*font-size: 26px;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 2px;
    letter-spacing: 0.8px;
    line-height: 35px;*/
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 2px;
    letter-spacing: 0.8px;
    line-height: 32px;
}

.main_content.col-md-12 .blog_posts_list .blog_post_text {
    /*font-size: 16px;*/
}

.blog_single .blog_post_text {
    font-size: 16px;
    line-height: 28px;
}

.main_content.col-md-12 .blog_single .blog_post_title .title {
    font-size: 23px;
}

.main_content.col-md-12 .blog_single .blog_post_text {
    font-size: 16px;
    line-height: 29px;
    margin-top: 14px;
}

.main_content.col-md-12 .blog_single .blog_post_text p {
    margin: 21px 0;
}

.blog_post_text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 26px;
}

.blog_page_single .blog_post_text {
    margin-top: 0;
}

.blog_page_single .blog_post_text p:first-child {
    margin-top: 0;
}

.blog_posts_wrapper.default_blog_style {
    margin-top: 22px;
}

.blog_posts_wrapper.default_blog_style .blog_post_banner {
    margin-top: 16px;
    margin-bottom: 24px;
}

.blog_posts_wrapper.default_blog_style .blog_post_title .title {
    margin-top: -6px;
}

.blog_posts_list .blog_post_title .title {
}

.blog_post_title .title a {
    color: inherit;

}

.blog_post_banner {
    margin-top: 26px;
    margin-bottom: 21px;
}

.blog_posts_wrapper.banners_blog_style .blog_post_banner {
    margin-top: 0;
}

.blog_posts_wrapper.banners_blog_style .blog_post_meta {
}

.blog_post_banner.blog_post_image {
    border-radius: 10px;
    overflow: hidden;
}

.blog_post_banner.blog_post_image img {
    border-radius: 10px;
}

.blog_post_banner.blog_post_video {
    border-radius: 6px;
    overflow: hidden;
}

.blog_post_banner img {
    width: 100%;
    height: auto;
}

.blog_post_meta .blog_meta_item {
    float: left;
    margin-right: 18px;
}

.blog_post_meta .blog_meta_item {
    color: #666;
    font-size: 12px;
}

.blog_post_meta .blog_meta_item a {
    color: #222;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1px;
}

.blog_post_meta .blog_meta_item a:hover {
    color: #f47e00
}

.blog_meta_item.blog_meta_format a {
    color: #d2d2d2;
    border-bottom: none;
    font-size: 17px;
}

.blog_meta_author img {
    width: 25px;
    margin-right: 3px;
    border-radius: 50%;
}

.blog_post_meta .blog_meta_item a.meta_author_avatar_url {
    border-bottom: none;
}

.main_content.col-md-12 .blog_single.narrow_content_width .blog_post_title,
.main_content.col-md-12 .blog_single.narrow_content_width .blog_post_meta,
.main_content.col-md-12 .blog_single.narrow_content_width .entry-content.blog_post_text,
.main_content.col-md-12 .blog_single.narrow_content_width .blog_post_control,
.main_content.col-md-12 .narrow_content_width .post_info_wrapper,
.main_content.col-md-12 .narrow_content_width.default_blog_style .entry-content.blog_post_text,
.main_content.col-md-12 .narrow_content_width.default_blog_style .blog_post_control,
.main_content.col-md-12 .narrow_content_width.default_blog_style .blog_post_title .title,
.main_content.col-md-12 .narrow_content_width.default_blog_style .blog_post_meta,
.main_content.col-md-12 .narrow_content_width.banner_grid_blog_style .blog_post_container:first-child .entry-content.blog_post_text,
.main_content.col-md-12 .narrow_content_width.banner_grid_blog_style .blog_post_container:first-child .blog_post_control,
.main_content.col-md-12 .narrow_content_width.banner_grid_blog_style .blog_post_container:first-child .post_info_wrapper,
.main_content.col-md-12 .narrow_content_width.banner_grid_blog_style .blog_post_container:first-child .blog_post_title,
.main_content.col-md-12 .narrow_content_width.banner_grid_blog_style .blog_post_container:first-child .blog_post_meta {
    max-width: 710px;
    margin: auto;
}

.blog_posts_wrapper .blog_post {
    margin-bottom: 35px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 40px;
}

.blog_single.blog_posts_wrapper > .blog_post_container:last-child > .blog_post {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.more_link.more_link_dots {
    color: inherit;
}

.blog_post_control {
    margin-top: 20px;
}

.blog_post_control_item {
    float: left;
    margin-right: 14px;
    font-size: 15px;
}

.share_above_content .blog_post_share {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 21px;
}

.share_above_content.thumb_above .blog_post_share {
    margin-top: -21px;
    margin-right: 0;
    margin-bottom: 21px;
}

.blog_post_control_item a, .blog_post_control_item .share_item.share_sign {
    height: 38px;
    padding: 0 22px;
    line-height: 38px;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: 1px solid #f47e00;
    color: inherit;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.blog_post_control_item a:hover, .blog_post_control_item .share_item.share_sign:hover {
    background-color: #f47e00;
    color: #fff;
}

.blog_post_control_item .share_item {
    width: 38px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    border: none;
    border: 1px solid #333;
}

.blog_post_control_item .social_share_item_wrapper {
    display: inline-block;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translate(20px);
    -webkit-transform: translate(20px);
    transform: translate(20px);
    -moz-transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}

.blog_post_control_item .social_share_item_wrapper.animating, .blog_post_control_item.always_show .social_share_item_wrapper {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
}

.blog_post_control_item .social_share_item_wrapper:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(2) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(4) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(6) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(8) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(10) {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.blog_post_control_item .share_item.share_sign {
    border-color: #ddd;
    padding: 0;
    cursor: pointer;
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
}

.blog_post_control_item .share_item.share_print, .blog_post_control_item .share_item.share_mail {
    border-color: inherit;
}

.blog_post_control_item .share_item.share_sign:hover {
    background-color: transparent;
    color: inherit;
}

.blog_post_control_item .share_item.share_facebook {
    border-color: #234e9a;
}

.blog_post_control_item .share_item.share_facebook:hover {
    background-color: #234e9a;
}

.blog_post_control_item .share_item.share_twitter {
    border-color: #32aadc;
}

.blog_post_control_item .share_item.share_twitter:hover {
    background-color: #32aadc;
}

.blog_post_control_item .share_item.share_googleplus {
    border-color: #e2131e;
}

.blog_post_control_item .share_item.share_googleplus:hover {
    background-color: #e2131e;
}

.blog_post_control_item .share_item.share_linkedin {
    border-color: #007bb5;
}

.blog_post_control_item .share_item.share_linkedin:hover {
    background-color: #007bb5;
}

.blog_post_control_item .share_item.share_pinterest {
    border-color: #c8071d;
}

.blog_post_control_item .share_item.share_pinterest:hover {
    background-color: #c8071d;
}

.blog_post_control_item .share_item.share_vk {
    border-color: #507299;
}

.blog_post_control_item .share_item.share_vk:hover {
    background-color: #507299;
}

.blog_post_control_item .share_item.share_pinterest {
    border-color: #EE4056;
}

.blog_post_control_item .share_item.share_pinterest:hover {
    background-color: #EE4056;
}

.blog_post_control_item .share_item.share_tumblr {
    border-color: #35465c;
}

.blog_post_control_item .share_item.share_tumblr:hover {
    background-color: #35465c;
}

.blog_post_control_item .share_item.share_reddit {
    border-color: #ff4500;
}

.blog_post_control_item .share_item.share_reddit:hover {
    background-color: #ff4500;
}

.blog_post_control_item .share_item.share_stumbleupon {
    border-color: #eb4924;
}

.blog_post_control_item .share_item.share_stumbleupon:hover {
    background-color: #eb4924;
}

.blog_post_control_item .share_item.share_whatsapp {
    border-color: #25d366;
}

.blog_post_control_item .share_item.share_whatsapp:hover {
    background-color: #25d366;
}

.blog_post_control_item .share_item.share_telegram {
    border-color: #007dbb;
}

.blog_post_control_item .share_item.share_telegram:hover {
    background-color: #007dbb;
}

.blog_post_control_item .share_item.share_telegram, .blog_post_control_item .share_item.share_whatsapp {
    display: none;
}

.blog_single .blog_post_control_item .social_share_item_wrapper {
    visibility: visible !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    -moz-transform: translate(0) !important;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
}

.blog_single .blog_post_control_item .share_item.share_sign {
    border: none;
    cursor: default;
    width: auto;
    margin-right: 12px;
}

/* --------
end blog post css style
------------------------------------------- */

/* --------
start masonry blog style
------------------------------------------- */
.blog_posts_wrapper.masonry_blog_style {
    margin-left: -20px;
    margin-right: -20px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_container {
    width: 50%;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
}

.blog_posts_wrapper.masonry_blog_style .blog_meta_item.blog_meta_format {
    font-size: 16px;
    margin-right: 2px;
}

.main_content.col-md-12 .blog_posts_wrapper.masonry_blog_style .blog_post_container {
    width: 33.33333%;
}


.blog_posts_wrapper.masonry_blog_style .blog_post_banner {
    margin-top: 0;
    margin-bottom: 20px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_title .title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 11px;
    letter-spacing: 0.8px;
    line-height: 23px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_description {
    font-size: 13.5px;
    line-height: 23px;
    margin-top: 12px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_description p {
    margin-top: 10px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_control {
    display: none;
}

.blog_posts_wrapper.masonry_blog_style .blog_post {
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_meta .blog_meta_item.blog_meta_comments,
.blog_posts_wrapper.masonry_blog_style .blog_post_meta .blog_meta_item.edit_link,
.blog_posts_wrapper.masonry_blog_style .blog_post_meta .blog_meta_item.blog_meta_author,
.blog_posts_wrapper.masonry_blog_style .blog_post_meta .blog_meta_item.blog_meta_tags {
    display: none;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_meta .blog_meta_item {
    margin-right: 11px;
    font-size: 11.6px;
}

.blog_posts_wrapper.masonry_blog_style .blog_meta_item.blog_meta_format {
    font-size: 14px;
    margin-right: 8px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_meta {
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    margin: 0;
    padding: 4px 0;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_meta .blog_meta_item a {
    border-bottom: none;
}

/* --------
end masonry blog style
------------------------------------------- */
/* --------
start Banner Grid blog style
------------------------------------------- */
.blog_posts_wrapper.banner_grid_blog_style {
    margin-left: -20px;
    margin-right: -20px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child {
    width: 100%;
    float: unset;
    padding-right: 0;
    padding-left: 0;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_container, body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container {
    width: 50%;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_meta_item.blog_meta_format {
    font-size: 16px;
    margin-right: 2px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_meta_item.blog_meta_format, body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_meta_item.blog_meta_format {
    font-size: 16px;
    margin-right: 2px;
}

.main_content.col-md-12 .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child {
    width: 100%;
}

.main_content.col-md-12 .blog_posts_wrapper.banner_grid_blog_style .blog_post_container, body.paged .main_content.col-md-12 .blog_posts_wrapper.banner_grid_blog_style .blog_post_container {
    width: 33.33333%;
}


.blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_banner {
    margin-top: 0;
    margin-bottom: 28px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_banner, body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_banner {
    margin-top: 0;
    margin-bottom: 20px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_title .title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 4px;
    letter-spacing: 0.8px;
    line-height: 35px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_title .title, body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_title .title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 11px;
    letter-spacing: 0.8px;
    line-height: 23px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_description {
    font-size: 14px;
    line-height: 26px;
    margin-top: 14px;
}

.main_content.col-md-12 .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_description {
    font-size: 14px;
    line-height: 26px;
    margin-top: 14px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_description, body.paged .main_content.col-md-12 .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_description, body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_description {
    font-size: 13.5px;
    line-height: 23px;
    margin-top: 12px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_description p {
    margin-top: 14px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_description p {
    margin-top: 10px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_control {
    display: block;
    margin-top: 20px !important;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_control, body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_control {
    display: none;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post {
    margin-bottom: 35px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 40px;
    margin-right: 20px;
    margin-left: 20px;
}

body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post {
    margin-left: 0;
    margin-right: 0;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post, body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post {
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_meta .blog_meta_item.blog_meta_comments,
.blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_meta .blog_meta_item.edit_link,
.blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_meta .blog_meta_item.blog_meta_author,
.blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_meta .blog_meta_item.blog_meta_tags {
    display: inline;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_meta .blog_meta_item.blog_meta_comments,
.blog_posts_wrapper.banner_grid_blog_style .blog_post_meta .blog_meta_item.edit_link,
.blog_posts_wrapper.banner_grid_blog_style .blog_post_meta .blog_meta_item.blog_meta_author,
.blog_posts_wrapper.banner_grid_blog_style .blog_post_meta .blog_meta_item.blog_meta_tags,
body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_meta .blog_meta_item.blog_meta_comments,
body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_meta .blog_meta_item.edit_link,
body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_meta .blog_meta_item.blog_meta_author,
body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_meta .blog_meta_item.blog_meta_tags {
    display: none;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_meta .blog_meta_item, .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_meta_item.blog_meta_format {
    margin-right: 18px;
    font-size: 12px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_meta .blog_meta_item, body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_meta .blog_meta_item {
    margin-right: 11px;
    font-size: 11.6px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_meta_item.blog_meta_format, body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_meta_item.blog_meta_format {
    font-size: 14px;
    margin-right: 8px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_meta {
    border: none;
    margin-top: -2px !important;
    padding: 0;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_meta, body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_meta {
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    margin: 0;
    padding: 4px 0;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_meta .blog_meta_item a {
    border-bottom: 1px dotted #ccc;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_meta .blog_meta_item a, body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post_meta .blog_meta_item a {
    border-bottom: none;
}

/* --------
end Banner Grid blog style
------------------------------------------- */

/* --------
start list blog style
------------------------------------------- */
.blog_posts_wrapper.list_blog_style .blog_post_text {
    font-size: 14px;
    line-height: 22px;
}

.main_content.col-md-12 .blog_posts_wrapper.list_blog_style.blog_posts_list .blog_post_text {
    font-size: 14.2px;
    line-height: 24px;
}

.blog_posts_wrapper.list_blog_style .posts_list_wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.blog_posts_wrapper.list_blog_style .post_thumbnail_wrapper {
    width: 30%;
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.blog_posts_wrapper.list_blog_style .blog_post_text {
    margin-top: 0;
}

.blog_posts_wrapper.list_blog_style .post_info_wrapper {
    width: 70%;
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .posts_list_wrapper {
    margin-left: -10px;
    margin-right: -10px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .post_thumbnail_wrapper {
    width: 38%;
    padding-right: 10px;
    padding-left: 10px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .post_info_wrapper {
    width: 62%;
    padding-right: 10px;
    padding-left: 10px;
}

.blog_posts_wrapper.list_blog_style .blog_post_banner {
    margin: 0;
}

.blog_posts_wrapper.list_blog_style .blog_post_title .title {
    margin-top: -2px;
    font-size: 19px;
    line-height: 26px;
}

.blog_posts_wrapper.list_blog_style .blog_post_description p {
    margin-top: 12px;
}

.blog_posts_wrapper.list_blog_style .blog_post_meta .blog_meta_item {
    margin-right: 11px;
    font-size: 11.6px;
}

.blog_posts_wrapper.list_blog_style .blog_post_control {
    margin-top: 16px;
}

.blog_posts_wrapper.list_blog_style .blog_post_control_item {
    margin-right: 10px;
    font-size: 14px;
}

.blog_posts_wrapper.list_blog_style .blog_post_control_item .share_item {
    font-size: 12px;
}

.blog_posts_wrapper.list_blog_style .blog_post_control_item a, .blog_posts_wrapper.list_blog_style .blog_post_control_item .share_item.share_sign {
    height: 36px;
    line-height: 36px;
}

.blog_posts_wrapper.list_blog_style .blog_post_control_item .share_item {
    width: 36px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .blog_post_control_item {
    font-size: 13px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .blog_post_control_item a, .main_content.col-md-9 .blog_posts_wrapper.list_blog_style .blog_post_control_item .share_item.share_sign {
    height: 32px;
    line-height: 32px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .blog_post_control_item .share_item {
    width: 32px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .blog_post_title .title {
    font-size: 16px;
    line-height: 24px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .blog_post_meta {
    display: none;
}

/* --------
end list blog style
------------------------------------------- */

/* --------
start single post style
------------------------------------------- */
.blog_posts_wrapper.blog_posts_single .blog_post_title .title {

}

.blog_posts_wrapper.blog_posts_single .blog_post_banner {
    margin-top: 0;
}

.blog_posts_wrapper.blog_posts_single .blog_post_banner .blog_post_text p {
    margin-bottom: 1.5em;
}

/* --------
end single post style
------------------------------------------- */

/* --------
start pagination style
------------------------------------------- */
.pagination {
    display: block;
    clear: both;
}

.pagination .current .screen-reader-text {
    position: static !important;
}

.navigation.pagination .nav-links .page-numbers {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #333;
}

.navigation.pagination .nav-links .page-numbers:hover {
    border-color: #f47e00;
}

.navigation.pagination .nav-links .page-numbers.dots {
    width: auto;
    border: none;
    border-radius: 50%;
}

.navigation.pagination .nav-links .page-numbers.current {
    border-color: #f47e00;
}

.navigation_links a {
    height: 38px;
    padding: 0 22px;
    line-height: 38px;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: 1px solid #ddd;
    color: #333;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navigation_links a:hover {
    border-color: #f47e00;
}

.navigation_links.navigation_prev {
    float: right;
}

.navigation_links.navigation_next {
    float: left;
}

.page-links {
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    font-size: 14px;
    color: #777;
}

/*.page-links .page-links-title {
	margin-left: 0;
}*/

.page-links > a, .page-links > span {
    margin-right: 6px;
    height: 35px;
    width: 35px;
    display: inline-block;
    float: left;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #e7e7e7;
    line-height: 35px;
    color: inherit;
}

.page-links > span {
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
}

.navigation.comment-navigation {
    margin-bottom: 30px;
}

.navigation.comment-navigation .comment-nav a {
    color: initial;
    font-size: 13px;
    border-radius: 30px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    background-color: #f2f2f2;
    display: inline-block;
}

.navigation.comment-navigation .comment-nav a:hover {
    background-color: #eee;
}

.navigation.comment-navigation .nav-previous {
    float: left;
}

.navigation.comment-navigation .nav-next {
    float: right;
}

/* --------
end pagination style
------------------------------------------- */

/* --------
start side container
------------------------------------------- */
html.side_container_opened .site_main_container {
    -moz-transform: translate(-341px);
    -webkit-transform: translate(-341px);
    transform: translate(-341px);
    right: 0;
}

.site_main_container {
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.site_side_container {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    width: 341px;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid #eee;
    right: -341px;
    top: 0;
    z-index: 999;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.site_side_container.closed {

}

body.admin-bar .site_side_container {
    top: 32px;
}

.side_container_opened .site_side_container {
    /*margin-left: -342px;*/
    -moz-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
}

.sliding_close_helper_overlay {
    display: none;
    position: fixed;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-left: -342px;
}

body.side_container_opened .sliding_close_helper_overlay {
    display: block;
}

.site_side_container .info_sidebar {
    padding: 26px 30px;
}

body.admin-bar .site_side_container .info_sidebar {
    padding-bottom: 58px;
}

/* --------
end side container
------------------------------------------- */

/* --------
start search form
------------------------------------------- */
.site form.search-form {
    position: relative;
}

.site input.search-field {
    top: 0;
    position: absolute;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ECECEC;
    padding: 1px;
    padding-bottom: 8px;
    margin-top: auto;
    margin-bottom: auto;
    height: auto;
    line-height: 25px;
    border-radius: 0;
}

.site form.search-form i.search_submit_icon {
    position: absolute;
    right: 0;
    background: none;
    border: none;
    background-color: #F0F0F0;
    border-radius: 30px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    top: 0px;
    cursor: pointer;
    color: #666;
}

.site form.search-form i.search_submit_icon input.search-submit {
    background-color: transparent;
    padding: 0;
    position: absolute;
    right: 0;
    background: none;
    border: none;
    border-radius: 30px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    top: 0px;
    cursor: pointer;
}

/* --------
end search form
------------------------------------------- */

/* --------
start sidebar widgets
------------------------------------------- */
.widget_container {
    margin-bottom: 45px;
    font-size: 14px;
    line-height: 23px;
    color: #666;
}

/*.widget_container:last-child {
	margin-bottom: 0;
}*/

.widget_container ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.widget_container .widget_title {
    margin-top: -4px;
    margin-bottom: 19px;
    border-radius: 30px;
    font-size: 15px;
    position: relative;
}

.side_content.widget_area .widget_container .widget_title {
    position: relative;
}

.side_content.widget_area .widget_container .widget_title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    top: 13px;
    right: 0;
    z-index: -1;
}

.side_content.widget_area .widget_container .widget_title > span {
    padding-right: 12px;
    background-color: #fff;
}

.widget_container ul li {
    line-height: 23px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #ECECEC;
    padding-bottom: 8px;
}

.widget_container ul li:last-child {
    border-bottom: 0;
}

.widget_container ul li a {
    color: inherit;
}

.widget_container ul li a:hover {
    color: #f47e00
}

/* --------
end sidebar widgets
------------------------------------------- */

/* --------
start post gallery
------------------------------------------- */
.asalah_post_gallery, .asalah_post_gallery .grid_slider {
    position: relative;
}

.asalah_post_gallery .grid_slide {
    display: none;
}

.asalah_post_gallery img {
    border-radius: 10px;
}

.asalah_post_gallery_nav_container ul.flex-direction-nav > li a {
    opacity: 1;
    display: block;
}

.asalah_post_gallery_nav_container .slick-prev a {
    left: -5px;
}

.asalah_post_gallery_nav_container .slick-next a {
    right: -5px;
}

.asalah_post_gallery .grid_slider:hover .asalah_post_gallery_nav_container ul.flex-direction-nav > li.flex-nav-prev a {
}

.asalah_post_gallery .grid_slider:hover .asalah_post_gallery_nav_container ul.flex-direction-nav > li.flex-nav-next a {
}

.asalah_post_gallery .slick-arrow a:hover {
    color: #333;
}

.asalah_post_gallery_nav_container .slick-arrow a:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    display: inline-block;
    color: inherit;
    line-height: 40px;
    text-shadow: none;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

.asalah_post_gallery_nav_container .slick-arrow a:hover:before {
    color: #f47e00;
    -o-transition: color 0.2s ease-in;
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}

.asalah_post_gallery_nav_container .slick-prev a:before {
    content: '\f100';
}

.asalah_post_gallery_nav_container .slick-next a:before {
    content: '\f101';
}

/* --------
end post gallery
------------------------------------------- */

/* --------
start related posts
------------------------------------------- */
.post_navigation {
    margin-bottom: 30px;
    padding-bottom: 22px;
    border-bottom: 1px dotted #ddd;
}

.post_navigation_item a.post_navigation_arrow {
    color: inherit;
}

.post_navigation_item:hover a.post_navigation_arrow {
    color: #f47e00;
}

.post_navigation_item i {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    display: inline-block;
    color: inherit;
    line-height: 60px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    position: absolute;
}

.post_navigation_item.post_navigation_prev i {
    content: '\f100';
    left: 15px;
}

.post_navigation_item.post_navigation_next i {
    content: '\f101';
    right: 15px;
    text-align: right;
}

.post_navigation_item {
    padding-left: 40px;
}

.post_navigation_item.post_navigation_next {
    padding-left: 15px;
    padding-right: 40px;
}

.post_navigation_item .post_thumbnail_wrapper {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.post_navigation_item.post_navigation_next .post_thumbnail_wrapper {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.post_navigation_item .post_info_wrapper {
    margin-left: 80px;
}

.post_navigation_item.no_post_thumbnail .post_info_wrapper {
    margin-left: 80px;
}

.post_navigation_item.post_navigation_next .post_info_wrapper {
    margin-left: 0;
    margin-right: 80px;
    text-align: right;
}

.post_navigation_item .post_info_wrapper .post_navigation_title {
    font-size: 14px;
}

.post_navigation_item .post_info_wrapper .post_title {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
}

.main_content.col-md-12 .post_navigation_item .post_info_wrapper .post_title {
    font-size: 14px;
    line-height: 21px;
}

.post_navigation_item .post_info_wrapper .post_title a {
    color: inherit;
}

/* --------
end related posts
------------------------------------------- */

/* --------
start about me widget
------------------------------------------- */
.asalah_about_me .author_image_wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.asalah_about_me .author_image_wrapper, .asalah_about_me .author_image_wrapper img {
    margin: auto;
}

.asalah_about_me .author_text_wrapper p {
    margin-bottom: 0;
}

.asalah_about_me .author_image_wrapper.small {
    width: 100px;
}

.asalah_about_me .author_image_wrapper.medium {
    width: 150px;
}

.asalah_about_me .author_image_wrapper.large {
    width: 200px;
}

.asalah_about_me .author_image_wrapper.circle {
    border-radius: 200px;
}

.asalah_about_me .author_image_wrapper.circle img {
    max-width: 130%;
    margin-left: -15%;
}

.asalah_about_me .author_image_wrapper.circle.small img {
    min-height: 100px;
    min-width: 100px;
}

.asalah_about_me .author_image_wrapper.circle.medium img {
    min-height: 150px;
    min-width: 150px;
}

.asalah_about_me .author_image_wrapper.circle.large img {
    min-height: 200px;
    min-width: 200px;
}

/* --------
end about me widget
------------------------------------------- */

/* --------
start posts list widget
------------------------------------------- */
.asalah_post_list_widget .post_thumbnail_wrapper {
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.asalah_post_list_widget .post_info_wrapper {
    padding-left: 70px;
}

.asalah_post_list_widget .post_info_wrapper .title {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.asalah_post_list_widget .post_info_wrapper .post_meta_item {
    font-size: 11.5px;
    color: #666;
}

.asalah-postlist-widget.widget_container ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.asalah_post_list_widget .post_thumbnail_wrapper .post_text_thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 17px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    display: block;
    background-color: #333;
    text-transform: uppercase;
}

.post_navigation_item .post_thumbnail_wrapper .post_text_thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 19px;
    line-height: 63px;
    text-align: center;
    color: #fff;
    display: block;
    background-color: #333;
    text-transform: uppercase;
}

/* --------
end posts list widget
------------------------------------------- */

/* --------
start tweets widget
------------------------------------------- */
.widget_container.asalah-tweets-widget ul li a {
    color: #777;
}

.widget_container.asalah-tweets-widget ul li a:hover {
    text-decoration: underline;
}

.widget_container.asalah-tweets-widget ul li a.tweet_name {
    font-weight: bold;
    color: #333;
}

.widget_container.asalah-tweets-widget ul li a.tweet_icon {
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
    color: #2FC2EF;
}

.widget_container.asalah-tweets-widget ul li a.tweet_icon:hover {
    text-decoration: none;
}

.widget_container.asalah-tweets-widget ul li.tweet-item, li.tweet-item {
    line-height: 20px;
    font-size: 13px;
    color: #222;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget_container.asalah-tweets-widget ul li.tweet-item:last-child, li.tweet-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.tweet_control {
    margin-top: 4px;
}

.widget_container.asalah-tweets-widget ul li a.tweet_time {
    clear: both;
    display: inline-block;
    font-size: 11px;
    color: #8899a6;
}

.tweet_links {
    float: right;
    display: inline-block;
}

.widget_container.asalah-tweets-widget ul li a.tweet_link {
    color: #ccd6dd;
    margin-left: 10px;
    font-size: 14px;
}

.widget_container.asalah-tweets-widget ul li a.tweet_link:hover {
    color: #2FC2EF;
}

/* --------
end tweets widget
------------------------------------------- */

/* --------
start social profile widgets
------------------------------------------- */
.widget_container.asalah-social-widget .widget_social_icon {
    width: 42.5px;
    height: 42.5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f2f2f2;
    color: #222;
    text-align: center;
    line-height: 42.5px;
    margin-right: 5px;
    margin-top: 5px;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-size: 14px;
}

.widgets_footer .widget_container.asalah-social-widget .widget_social_icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 6px;
    margin-top: 6px;
}

.widget_container.asalah-social-widget .widget_social_icon:hover {
    color: #fff;
    background-color: #f47e00;
}

.widget_container.asalah-social-widget .widget_title {
    margin-bottom: 15px;
}

.widgets_footer .widget_container.asalah-social-widget .widget_title {
    margin-bottom: 14px;
}

.widget_container.asalah-social-widget .widget_social_icon:nth-child(6n+6) {
    margin-right: 0;
}

/* --------
end social profile widgets
------------------------------------------- */

/* --------
start tag cloud widget
------------------------------------------- */
.tagcloud a {
    color: inherit;
    font-size: inherit !important;
    background-color: #f2f2f2;
    border-radius: 30px;
    padding: 10px 15px;
    line-height: 44px;
    -o-transition: border-color 0.1s ease-in;
    -webkit-transition: border-color 0.1s ease-in;
    -moz-transition: border-color 0.1s ease-in;
    transition: border-color 0.1s ease-in;
}

.tagcloud a:hover {
    background-color: #f47e00;
    color: #fff;
}

/* --------
end tag cloud widget
------------------------------------------- */

/* --------
start forms & inputs
------------------------------------------- */
input[type="submit"] {
    height: 38px;
    padding: 0 22px;
    line-height: 38px;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: inherit;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

input[type="submit"]:hover {
    background-color: #F2F2F2;
    border-color: #f2f2f2;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    /*background-color: #FFF;
    color: #666;
    font-size: 12px;
    margin: 0;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    border:1px solid #ddd;
    background-color: #fcfcfc;
    height: 36px;
    margin-top: 4px;
    max-width: 100%;
    outline: 0;*/

    background-color: #fff;
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    resize: none;
    margin-top: 4px;
    margin-bottom: 8px;
    outline: 0;
    max-width: 100%;
    padding: 10px 12px;
    font-size: 12px;
    color: #666;
    height: 36px;
    line-height: 16px;
    width: 250px;
}

input, textarea, textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus {
    outline: 0px !important;
    box-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 600s ease-in-out !important;
}


input:focus, .form-control:focus {
    border-color: #e2e2e2;
}

textarea {
    width: 100%;
    height: auto;
    line-height: 21px;
}

form p {
    font-size: 13px;
    font-weight: 600;
    color: #575757;
}

select {
    height: 36px;
    line-height: 43px;
    width: auto;
    padding: 0 12px;
    vertical-align: middle;
    max-width: 100%;
}

.widget_container select {
    width: 100%;
}

.asalah_select_container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    vertical-align: middle !important;
    padding-right: 22px;
    margin-top: 0;
    border: none !important;
    background: transparent !important;
    z-index: 2;
    margin-right: -2px;
}

.asalah_select_container {
    position: relative;
    margin-top: 4px;
    border: 2px solid #E0E0E0;
    background: #fff;
    padding: 10px 0;
    height: 36px;
    margin-right: -5px;
    border-radius: 5px;
}

.asalah_select_container:before {
    content: "\f107" !important;
    position: absolute;
    font-family: FontAwesome;
    line-height: 43px;
    right: 10px;
    color: inherit;
    z-index: 1;
}

/* --------
start comments
------------------------------------------- */
.comments_list {
    margin-bottom: 40px;
}

.post_comments_box {
    border-top: 1px solid #e7e7e7;
    margin-top: -1px;
}

.post_comments_box h4.page-header {
    margin-top: 0;
    margin-bottom: 16px;
}

.commenter_name {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 15px;
}

.bypostauthor .commenter_name:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f044";
    color: #ededed;
    margin-left: 10px;
}

.comment_info {
    color: #acabab;
    font-size: 12px;
    line-height: 13px;
}

.commenter_name a {
    font-weight: bold;
    color: inherit;
}

.comment_info a.comment_time {
    color: #acabab;
}

.media.the_comment > .commenter {
    padding-right: 15px;
}

.commenter img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.logged_in_name {
    color: #3d3d3d;
}

h3.comment-reply-title {
    margin-bottom: 1px;
}

h3.comment-reply-title > a {
    color: #3d3d3d;
    font-weight: bold;
}

h3.comment-reply-title small {

}

.media.the_comment {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 11px;
    display: inline-block;
}

.media.the_comment:last-child {

}

.media.the_comment .children {
    padding: 0;
    margin-top: 32px;
}

.comment_content_wrapper {
    border-left: 1px solid #ececec;
    padding-left: 20px;
}

.children .comment_content_wrapper {
    border-left: 0;
    padding-left: 0;
}

.children .media.the_comment > .commenter {
    padding-right: 10px;
}

.children .media.the_comment {
    margin-bottom: 0px;
    margin-top: 20px;
    border-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
}

.show_no_avatars .comment_content_wrapper {
    border-left: none;
    padding-left: 0;
}

.show_no_avatars .media.the_comment .children {
    padding-left: 25px;
}

.comment_textarea {
    margin-top: 10px;
}


.comments-area .comment-form input[type="text"] {
    width: 100%;
}

.comment-form p {
    margin: 0;
}

.comment_body .media-heading {
    margin: 0 0 3px;
}

.comment_body p {
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
}

.comment_body p a {
    color: inherit;
    border-bottom: 1px dotted #000;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.comment_body p a:hover {
    color: #f47e00;
    border-bottom-color: #f47e00;
}

.post.pingback a {
    color: inherit;
}

.post.pingback a:hover {
    border-bottom: 1px dotted #333;
}

.post.pingback .edit-link a:hover {
    border-bottom: none;
}

/* --------
end comments
------------------------------------------- */

/* --------
start calendar
------------------------------------------- */
.widget_calendar table {
    width: 100%;
}

.widget_calendar {
    width: 100%;
}

.widget_calendar {
    float: left;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding: 6px 0;
    background-color: #EDEDED;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #ddd;
}

#wp-calendar thead th:last-child {
    border-right: 0;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background-color: #f5f5f5;
    border-right: 2px solid #fff;
    text-align: center;
    padding: 7px;
    font-weight: 300;
    color: #888;
}

#wp-calendar tbody td:last-child {
    border-right: 0;
}

#wp-calendar tbody td:hover {
    background-color: #fff;
}

#wp-calendar tbody td.pad {
    border-color: transparent;
}

#wp-calendar tbody tr:first-child td.pad {
    border-right: 2px solid #fff;
}

#wp-calendar tbody td.pad:hover {
    background-color: transparent;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

#wp-calendar tbody td a {
    font-weight: 800;
}

.widget_container caption {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 12px;
    background-color: #F9F9F9;
    padding: 5px 12px;
    color: #5A5A5A;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
}

/* --------
end calendar
------------------------------------------- */

/* --------
start related posts
------------------------------------------- */
.post_related {
    margin-bottom: 28px;
    padding-bottom: 34px;
    border-bottom: 1px dotted #ddd;
}

.blog_posts_wrapper.blog_posts_single .post_related .blog_post_title .title {
    margin-top: -10px;
    font-size: 14px;
    line-height: 21px;
}

.main_content.col-md-12 .blog_posts_wrapper.blog_posts_single .post_related .blog_post_title .title {
    margin-top: -10px;
    font-size: 14px;
    line-height: 22px;
}

.blog_posts_wrapper .post_related .blog_post {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.post_related .blog_post_banner {
    margin-bottom: 22px;
}

/* --------
end related posts
------------------------------------------- */

/* --------
start instagram widget
------------------------------------------- */
/*.jr-insta-slider .jr-insta-thumb .thumbnails {
	padding: 0!important;
}

.jr-insta-slider .jr-insta-thumb .thumbnails > li {
	width: 31% !important;
	margin-right: 3.5%!important;
	margin-bottom: 3.5%!important;
	margin-left: 0 !important;
}*/

/* --------
end instagram widget
------------------------------------------- */

/* --------
start sticky post
------------------------------------------- */
.sticky.blog_post_container {
    position: relative;
}

.sticky.blog_post_container:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "\f08d";
    position: absolute;
    font-size: 40px;
    left: -54px;
    top: 0;
    color: #ededed;
}

.blog_posts_wrapper.masonry_blog_style .sticky.blog_post_container:before {
    font-size: 16px;
    left: 2px;
    top: 3px;
}

/* --------
end sticky post
------------------------------------------- */

/* --------
start typography elements
------------------------------------------- */
dd {
    border-left: 4px solid #f2f2f2;
    margin-left: 0;
    padding-left: 16px;
    margin-left: 15px;
}

/* --------
end typography elements
------------------------------------------- */

/* --------
start table
------------------------------------------- */
table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    border-top: 1px solid #ddd;
}

table a {
    color: inherit;
}

table a:hover {
    border-bottom: 1px dotted #333;
}

table tr {
    border-bottom: 1px solid #ddd;
}

table th, table td {
    border-left: 1px solid #ddd;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
}

table th:last-child, table td:last-child {
    border-right: 1px solid #ddd;
}

.post_content table {
    border-bottom: 1px solid #ddd;
}

.post_content table th, .post_content table td {
    border-top: 1px solid #ddd;
}

/* --------
end table
------------------------------------------- */


/* --------
start blockquote
------------------------------------------- */
blockquote {
    position: relative;
    margin: 50px 0;
    font-weight: bold;
    border-top: 1px dashed #cacaca;
    display: block;
    border-bottom: 1px dashed #cacaca;
    padding: 8px 65px;
    text-align: center;
    line-height: 1.6em;
    font-size: 1.1em;
    border-left: none;
    border-right: none;
}

blockquote:before {
    content: "\201C";
    position: absolute;
    left: 0;
    top: 43px;
    font-size: 75px;
    color: #EDEDED;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: initial;
}

.main_content.col-md-12 blockquote {
    padding: 8px 120px;
}

.main_content.col-md-12 blockquote:before {
    top: 50px;
    font-size: 100px;
}

blockquote cite {
    font-style: normal;
    clear: both;
    display: block;
    text-align: right;
    font-size: 12px;
    margin-top: 11px;
    margin-bottom: 0;
    line-height: 28px;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

blockquote.pull-left, blockquote.pull-right {
    width: 260px;
    border-left: 0;
    border-right: 0;
}

blockquote.pull-right {
    padding: 10px 20px;
}

blockquote.pull-right:before {
    content: "\f10e";
    left: auto;
    right: 0;
}

/* --------
end blockquote
------------------------------------------- */

/* --------
start alignment
------------------------------------------- */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    margin-top: 4px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 0;
}

.wp-caption.alignleft {
    margin-top: 4px;
    margin-right: 14px;
    margin-bottom: 10px;
    margin-left: 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    margin-top: 4px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-right: 0;
}

.wp-caption.alignright {
    margin-top: 4px;
    margin-right: 14px;
    margin-bottom: 10px;
    margin-right: 0;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 0;
    margin-bottom: 0;
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%;
}

.entry-content blockquote.alignleft p,
.entry-content blockquote.alignright p {
    margin-bottom: 17px;
}

.wp-caption {
    margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption {
    color: #767676;
}

.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
}

div.wp-caption .wp-caption-text {
    padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
    padding-right: 0;
}

.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* --------
end alignment
------------------------------------------- */

/* --------
start author box
------------------------------------------- */
.author_box.author-info .author-avatar {
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 24px;
    /*margin-bottom: 74px;*/
}

.author_box.author-info {
    margin-bottom: 32px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #ddd;
    overflow: auto;
}

.author_box.author-info .author-title {
    margin-bottom: 2px;
    font-size: 15px;
    margin-top: 3px;
}

.author_box.author-info .author-title a {
    color: inherit;
}

.author_box.author-info .author-title a:hover {
    border-bottom: 1px dotted #333;
}

.author_box.author-info .author-bio {
    margin-top: 0;
    font-size: 13.5px;
    line-height: 21px;
    color: #555;
}

.main_content.col-md-12 .author_box.author-info .author-bio {
    font-size: 13px;
    line-height: 19px;
}

/* --------
end author box
------------------------------------------- */

/* --------
start site footer
------------------------------------------- */
.footer_wrapper {
    border-top: 2px solid #efefef;
    margin: 0 auto;
}

.footer_wrapper .first_footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.second_footer .second_footer_content_wrapper {
    padding: 16px 0;
    font-size: 12px;
}

.second_footer.has_first_footer .second_footer_content_wrapper {
    border-top: 1px dotted #ddd;
}

.first_footer.widgets_footer .widget_container {
    margin-bottom: 0px;
}

/* --------
end site footer
------------------------------------------- */

/* --------
start 404 error page
------------------------------------------- */
.content_wrapper_404 {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 50px;
}

.page_404_main_title {
    margin-bottom: 60px;
    border-bottom: 8px solid #f2f2f2;
    padding-bottom: 12px;

}

.page_404_main_title .title {
    margin-top: 60px;
    margin-bottom: 120px;
    margin-right: 18px;
    float: left;
    font-size: 150px;
    line-height: 45px;
    text-shadow: 1px 1px 0 #fff, 2px 2px 0 #e2e2e2, 3px 3px 0 #e2e2e2, 4px 4px 0 #e2e2e2;
}

.content_wrapper_404 .search-form {
    margin-top: 50px;
}

.widget_area_404 .widget_container {
    margin-bottom: 60px;
}

.widget_area_404 .widget_container.asalah-social-widget .widget_social_icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-right: 5px;
    margin-top: 5px;
}


.widget_area_404 .widget_container.asalah-social-widget .widget_social_icon:nth-child(6n+6) {
    margin-right: 5px;
}

.widget_area_404 .widget_container.asalah-social-widget .widget_social_icon:nth-child(10n+10) {
    margin-right: 0;
}

/* --------
end 404 error page
------------------------------------------- */

/* --------
start mobile menu
------------------------------------------- */

.mobile_dropdown_arrow, .mobile_menu_button {
    display: none;
}

@media screen and (min-width: 769px) {
    .top_header_items_holder {
        display: block !important;
    }

}

@media screen and (max-width: 768px) {
    .top_header_items_holder.mobile_menu_opened {
        margin-bottom: 13px;
    }

    .top_header_items_holder .main_menu {
        padding: 0 14px 0 17px;
        padding-bottom: 0;
        padding-right: 14px;
        padding-left: 17px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 12px !important;
    }

    .slick-prev {
        left: -5px;
    }

    .slick-next {
        right: -5px;
    }

    .blog_post_control_item .share_item.share_telegram, .blog_post_control_item .share_item.share_whatsapp {
        display: block;
    }

    .logo_wrapper, .header_info_wrapper {
        width: auto;
    }

    .header_icons {
        float: none !important;
        text-align: initial;
        margin-left: 0;
    }

    .social_icons_list.header_social_icons {
        float: none !important;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center
    }

    .header_icons .social_icon {
        font-size: 16px;
        padding-top: 0;
    }

    .header_social_icons a {
        margin-left: 7px;
        margin-right: 7px;
    }

    .top_header_items_holder.mobile_menu_opened .header_search {
        border-left: 0;
        border: 1px solid #f2f2f2;
        border-radius: 30px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 12px;
        padding-left: 10px;
        float: unset !important;
        margin-left: 0;
        margin-top: 12px;
    }

    .header_search > form.search .search_text {
        width: 150px;
        padding-right: 22px;
    }

    .header_search > form.search > i {
        position: initial;
        float: right;
        margin-top: 4px;
        margin-right: 12px;
    }

    .top_header_items_holder, .main_menu.secondary-menu {
        display: none;
    }

    .top_menu_wrapper {
        border-bottom: 0;
    }

    .top_header_items_holder {

    }

    .sticky_header .main_menu .main_nav {
        max-height: 175px;
        overflow-y: auto !important;
        overflow-x: hidden;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .sticky_header .top_menu_wrapper {
        border-bottom: 1px solid #eee;
    }

    .mobile_menu_button {
        border: 3px solid #f2f2f2;
        display: block;
        padding: 9px 24px;
        border-radius: 30px;
        margin-top: 13px;
        margin-bottom: 13px;
        color: #666;
        cursor: pointer;
    }

    .secondary_mobile_menu {
        width: 100%;
        display: block;
        margin-top: 40px;
    }

    .mobile_menu_button > span {
        display: block;
        line-height: 6px;
        font-size: 45px;
        text-align: right;
    }

    .mobile_menu_button > span.mobile_menu_text {
        float: left;
        font-size: inherit;
        display: inline-block;
        line-height: initial;
    }

    .mobile_dropdown_arrow {
        display: inline-block;
        float: right;
        width: 36px;
        text-align: center;
        height: 36px;
        line-height: 36px;
        margin-top: -7px;
        margin-right: -11px;
    }

    .main_menu {
        float: none !important;
    }

    .main_menu .navbar-nav {
        margin: 0;
        display: block;
        float: none;
    }

    .navbar-nav > li {
        float: none;
    }

    .nav > li > a {
        margin: 0 !important;
    }

    .navbar-nav > li > .dropdown-menu {
        float: none;
        position: initial;
        border: none;
        margin-left: 12px;
        border-left: 1px solid #f2f2f2;
    }

    .dropdown-submenu > .dropdown-menu {
        position: initial;
        float: none;
        margin-top: auto;
        border: none;
        margin-left: 18px;
    }

    .dropdown-menu .current-menu-ancestor, .dropdown-menu .current-menu-ancestor > a {
        background-color: transparent;
        color: #000;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        background-color: transparent;
        color: #000;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #000;
    }
}

/* --------
end mobile menu
------------------------------------------- */

/* --------
start responsive design
------------------------------------------- */


@media screen and (max-width: 992px) {
    .header_search {
        padding: 11px 0;
    }

    .widget_container.asalah-social-widget .widget_social_icon {
        margin-right: 5px !important;
    }

    .side_content {
        margin-top: 60px;
        padding-top: 50px;
        border-top: 5px solid #f2f2f2;
    }

    .first_footer.widgets_footer .widget_area {
        margin-top: 40px;
    }

    .site_side_container .info_sidebar {
        padding-left: 20px;
        padding-right: 40px;
    }

    /*html.side_container_opened .site_main_container{
        width: auto;
    }*/
}

@media screen and (max-width: 900px) {
    .blog_posts_wrapper.masonry_blog_style .blog_post_container {
        width: 50% !important;
    }

    .blog_posts_wrapper.banner_grid_blog_style .blog_post_container, body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container {
        width: 50% !important;
    }

    .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child {
        width: 100% !important;
    }
}


@media screen and (max-width: 782px) {
    body.admin-bar .site_side_container {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    /*
        body.admin-bar .site_side_container {
            top: 0;
        }
    */
    .author_box.author-info .author-avatar {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 490px) {
    .blog_posts_wrapper.masonry_blog_style .blog_post_container, .blog_posts_wrapper.banner_grid_blog_style .blog_post_container, .blog_posts_wrapper.banner_grid_blog_style .blog_post_container, body.paged .blog_posts_wrapper.banner_grid_blog_style .blog_post_container {
        width: 100% !important;
    }

    .blog_posts_wrapper.banner_grid_blog_style .blog_post_container:first-child .blog_post {
        margin-bottom: 20px;
    }

    .blog_posts_wrapper.list_blog_style .post_info_wrapper {
        padding-left: 10px !important;
    }
}

@media screen and (max-width: 400px) {

    .site_side_container {
        position: fixed;
        width: 80%;
        right: -80%;
    }


    .site_side_container.opened {
        -moz-transform: translate(-100%);
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }


    body.side_container_opened .site_main_container {
        -moz-transform: translate(-80%);
        -webkit-transform: translate(-80%);
        transform: translate(-80%);
    }

    .sliding_close_helper_overlay {
        margin-left: -80%;
    }
}

@media screen and (max-width: 650px) {

    .blog_post_meta .blog_meta_item, .blog_posts_wrapper.masonry_blog_style .blog_post_meta .blog_meta_item {
        float: none;
        margin-right: 8px;
        display: inline-block;
        margin-top: 5px;
        color: #999;
    }

    .blog_post_meta .blog_meta_item a {
        color: #666;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 1px;
    }

    .blog_post_control {
        margin-top: 10px;
    }

    .blog_post_control_item {
        float: none;
        margin-right: 0;
        margin-top: 5px;
    }

    .blog_post_readmore.blog_post_control_item a {
        border: none;
        border-radius: 0;
        padding: 0;
        height: auto;
        line-height: inherit;
        font-style: italic;
        font-weight: bold;
        font-size: 15px;
        letter-spacing: 0.3px;
        border-bottom: 1px dotted transparent;
    }

    .blog_post_readmore.blog_post_control_item a:hover {
        background-color: transparent;
        border: none;
        color: #666;
        border-bottom-color: #666;
    }

    .blog_post_readmore.blog_post_control_item {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .blog_meta_item.blog_meta_format a {
        color: #999;
        border-bottom: none;
        font-size: 20px;
    }

    blockquote {
        padding: 8px 20px !important;
    }

    blockquote:before {
        left: 0 !important;
        top: 24px !important;
        font-size: 26px !important;
    }

    .blog_post_title .title, .main_content.col-md-12 .blog_post_title .title, .main_content.col-md-12 .blog_single .blog_post_title .title {
        font-size: 22px;
        line-height: 29px;
    }

    .post_navigation_item {
        padding-left: 40px !important;
        padding-right: 40px !important;
        margin-bottom: 30px !important;
        float: none !important;
    }

    .post_navigation_item:last-child {
        margin-bottom: 0 !important
    }

    .post_navigation_item i {
        right: 0;
        left: 15px;
    }

    .post_related .blog_post_container {
        margin-bottom: 20px;
    }

    .post_related .blog_post_container .blog_post_banner {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

}

/* --------
end responsive design
------------------------------------------- */


/* --------
Reading Progress Bar
------------------------------------------- */

#reading_progress {
    /* Positioning */
    position: fixed;
    left: 0;
    top: 0;

    /* Dimensions */
    width: 100%;
    height: 5px;

    /* Reset the appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Get rid of the default border in Firefox/Opera. */
    border: none;

    /* Progress bar container for Firefox/IE10+ */
    background-color: transparent;

    /* Progress bar value for IE10+ */
    color: #f47e00;
    z-index: 9999;
}

progress[value]::-webkit-progress-bar {
    background-color: transparent;
}

progress[value]::-webkit-progress-value {
    background-color: #f47e00;
}

progress[value]::-moz-progress-bar {
    background-color: #f47e00;
}

.admin-bar #reading_progress, .admin-bar .reading-progress-bar {
    top: 32px;
}

.reading-progress-bar {
    background-color: #fff;
    width: 100%;
    /* Positioning */
    position: fixed;
    left: 0;
    top: 0;

    /* Dimensions */
    width: 100%;
    height: 5px;
    display: block;
}

.reading-progress-bar > span {
    background-color: #f47e00;
    display: block;
    text-indent: -9999px;
}

/* slick slider */

/* Slider */
.slick-slider {
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/*.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}*/

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    padding: 0;

    cursor: pointer;

    color: #000;
    border: none;
    outline: none;
    background: transparent;
    z-index: 999;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {

    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    display: inline-block;
    color: inherit;
    line-height: 40px;
    text-shadow: none;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
}

.slick-prev {
    left: -10px;
}

.slick-prev:before {
    content: '\f100';
}


.slick-next {
    right: -10px;
}

.slick-next:before {
    content: '\f101';
}


.slick-slider .wp-caption-text {
    box-sizing: border-box;
    font-size: 15px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0px;
    position: absolute;
    bottom: -10px;
    left: 15px;
    right: 15px;
    padding: 10px 10px;
    background: rgba(255, 255, 255, .8);
    font-style: normal;
}

.widget_area.col-md-12 #secondary {
    padding-top: 45px;
}

.sticky_header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
}


.site_header .invisible_header {
    opacity: 0;
    display: block;
}

.admin-bar .sticky_header {
    top: 32px;
}

/*@media screen and (max-width: 782px) {
	.admin-bar .sticky_header {
		top:46px;
	}
}*/
/*.side_container_opened .sticky_header {
	top: 0 !important;
}*/

.sticky_header .top_menu_wrapper {
    background-color: #fff;
}

.sticky_header .header_info_wrapper {
    display: none;
    width: auto;
    height: 100%;
    padding-top: 18px;
    padding-right: 0;
    padding-bottom: 14px;
    border-left: 1px solid #eee;
    margin-left: 10px;
    float: left;
    /*animation-name: slide;
    animation-duration: 1s;*/
}

.sticky_header .header_info_wrapper .user_info_button {
    padding: 0;
    border-radius: 0;
    border: none;
    height: auto !important;
    width: auto;
    margin-left: 20px;
    font-size: 14px;
    line-height: 16px;
}

.sticky_header .header_info_wrapper .user_info_avatar_image.user_info_button {
    height: 35px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.sticky_header .header_info_wrapper .user_info_avatar_image.user_info_button img {
    height: 35px;
    border-radius: 100px;
}

.sticky_header .mobile_menu_opened .header_info_wrapper {
    display: none !important;
}

/*
.sticky_header .header_logo_wrapper {
	display: none;

	-webkit-transition: all 2s ease-in;
	 -moz-transition: all 2s ease-in;
		-ms-transition: all 2s ease-in;
		 -o-transition: all 2s ease-in;
				transition: all 2s ease-in;
}*/

.site_side_container.sticky_sidebar {
    top: 50px;
}

body.admin-bar .site_side_container.sticky_sidebar {
    top: 82px;
}

.site_side_container.sticky_sidebar .info_sidebar {
    padding-bottom: 78px;
}

body.admin-bar .site_side_container.sticky_sidebar .info_sidebar {
    padding-bottom: 108px;
}

.header_logo_wrapper.container {
    padding-right: 0;
    padding-left: 0;
}

.blog_posts_wrapper.blog_posts_single .blog_post_banner.undertitle {
    margin-top: 26px;
}

/*.admin-bar #reading_progress.progress_sticky_header, .admin-bar .reading-progress-bar.sticky_header {
	top: 82px !important;
}

#reading_progress.progress_sticky_header, .reading-progress-bar.sticky_header {
	top: 50px !important;
}*/

/*Hide Scrollbar from slide sidebar */

.side_container_opened {
    overflow: hidden;
}

.site_side_container.sticky_sidebar .info_sidebar {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    overflow-y: scroll;
    padding-right: 20px;
}

.mobile_menu_opened input.search_text {
    width: 85% !important;
}

/* author social icons */
.author_text .social_icons_list a {
    padding-right: 8px;
    color: #000;
    font-size: 14px;
}

.author_text .social_icons_list a:hover, .author_text .social_icons_list a:active {
    color: #f47e00;
}

/* Ajax Loading */
@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

.line-scale-pulse-out > div {
    background-color: #FF7D0E;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out 1.0s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
    animation: line-scale-pulse-out 1.0s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
    animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
    animation-delay: -0.2s !important;
}

/*       */

.ajax_content_container.ajax_item.animated {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes ajaxfadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);

    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;

    }
}

@keyframes ajaxfadeInDown {
    0% {
        opacity: 0;
        margin-top: -70px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

.fadeInDown {
    -webkit-animation: ajaxfadeInDown 800ms ease-in;
    animation: ajaxfadeInDown 800ms ease-in;

}


@-webkit-keyframes slide {
    0% {
        max-height: 0;
    }
    50% {
        max-height: 20px;
    }
    100% {
        max-height: 20000px;
    }
}

@keyframes slide {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 20000px;
    }
}

.ajax_content_container.fadeInUp {
    -webkit-animation-name: ajaxfadeInUp;
    animation-name: ajaxfadeInUp;
}

@-webkit-keyframes ajaxfadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes ajaxfadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.ajax_content_container.fadeInRight {
    -webkit-animation-name: ajaxfadeInRight;
    animation-name: ajaxfadeInRight;
}

@-webkit-keyframes ajaxfadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes ajaxfadeInLeft {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: none;
        transform: none;
    }
}

.ajax_content_container.fadeInLeft {
    -webkit-animation-name: ajaxfadeInLeft;
    animation-name: ajaxfadeInLeft;
}

@-webkit-keyframes ajaxfadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.15;
    }
}

@keyframes ajaxfadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.15;
    }
}

.ajax_content_container.fadeOut {
    -webkit-animation-name: ajaxfadeOut;
    animation-name: ajaxfadeOut;
    height: 0;
}

@-webkit-keyframes ajaxfadeIn {
    0% {
        opacity: 0.15;
        height: 0;
    }

    100% {
        opacity: 1;
        height: auto;
    }
}

@keyframes ajaxfadeIn {
    0% {
        opacity: 0.15;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}

/*.ajax_content_container .animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	-webkit-transition: all 1s ease-in;
-moz-transition: all 1s ease-in;
-ms-transition: all 1s ease-in;
-o-transition: all 1s ease-in;
transition: all 1s ease-in;
}*/

.ajax_content_container {
    height: auto;
}


.ajax_content_container .ajax_item.ajax_item_played {
    visibility: hidden;
}

.gif_loader_container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -20px;
    z-index: 1;
    display: none;
}

.asalah_hidden_schemas {
    display: none;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_banner.blog_post_audio, .blog_posts_wrapper.masonry_blog_style .blog_post_banner.blog_post_gallery {
    min-height: 166px;
}

.col-md-12 .blog_posts_wrapper.masonry_blog_style .blog_post_banner.blog_post_gallery {
    min-height: 182px;
}

.col-md-12 .banner_grid_blog_style .blog_post_container:first-child .blog_post_banner.blog_post_gallery {
    min-height: 400px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_banner.blog_post_video .video_fit_container, .blog_posts_wrapper.masonry_blog_style .blog_post_banner.blog_post_video .video_fit_container iframe {
    min-height: 181px;
    width: 100%;
}

.col-md-9 .blog_posts_wrapper.masonry_blog_style .blog_post_banner.blog_post_video .video_fit_container {
    min-height: 154px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_banner.blog_post_video .fluid-width-video-wrapper iframe {
    border-radius: 6px;
    background: #000;
    object-fit: cover;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_banner.blog_post_video .video_fit_container, .blog_posts_wrapper.banner_grid_blog_style .blog_post_banner.blog_post_video .video_fit_container iframe {
    min-height: 181px;
    width: 100%;
}

.col-md-9 .blog_posts_wrapper.banner_grid_blog_style .blog_post_banner.blog_post_video .video_fit_container {
    min-height: 154px;
}

.blog_posts_wrapper.banner_grid_blog_style .blog_post_banner.blog_post_video .fluid-width-video-wrapper iframe {
    border-radius: 6px;
    background: #000;
    object-fit: cover;
}

.blog_post_banner.blog_post_video .fluid-width-video-wrapper iframe {
    border-radius: 10px;
    background: #000;
    object-fit: cover;
}

.fb_iframe_widget_fluid {
    display: block !important;
    width: 100%;
}

.author_box.author-info.has_avatar .author_text {
    margin-left: 104px;
}

.page-header .taxonomy-description {
    padding: 5px 20px;
    font-size: 15px;
    line-height: 24px;
}

.page-header .taxonomy-description p {
    font-size: 15px;
    line-height: 24px;
    display: inline;
}

/* custom theme resets */
.main_content.col-md-12 .blog_posts_list .blog_post_text, .blog_post_description, .blog_posts_wrapper.masonry_blog_style .blog_post_description, .main_content.col-md-12 .blog_posts_wrapper.list_blog_style.blog_posts_list .blog_post_text, .blog_posts_wrapper.list_blog_style .blog_post_description p {
    font-family: "Avenir Next", Helvetica, Arial, sans-serif;
}
