/*-- Reset CSS --*/
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    text-decoration: none
}

form,
textarea,
input,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 0
}

dl,
ul {
    list-style-position: inside;
    font-weight: 400;
    list-style: none
}

ul li {
    list-style: none
}

caption,
th {
    text-align: center
}

img {
    border: none;
    position: relative
}

a,
a:visited {
    text-decoration: none
}

.clearfix {
    clear: both
}

.section,
.widget,
.widget ul {
    margin: 0;
    padding: 0
}

a {
    color: #CDA776
}

a img {
    border: 0
}

abbr {
    text-decoration: none
}

.CSS_LIGHTBOX {
    z-index: 999999 !important
}

.CSS_LIGHTBOX_ATTRIBUTION_INDEX_CONTAINER .CSS_HCONT_CHILDREN_HOLDER>.CSS_LAYOUT_COMPONENT.CSS_HCONT_CHILD:first-child>.CSS_LAYOUT_COMPONENT {
    opacity: 0
}

.separator a {
    clear: none !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

#Navbar1,
#navbar-iframe,
.widget-item-control,
a.quickedit,
.home-link,
.feed-links {
    display: none !important
}

.center {
    display: table;
    margin: 0 auto;
    position: relative
}

.widget>h2,
.widget>h3 {
    display: none
}

.widget iframe,
.widget img {
    max-width: 100%
}

/*-- Custom CSS --*/
.ctm-textarea textarea::-webkit-scrollbar {
    width: 10px;
}

.ctm-textarea textarea {
    width: 100%;
    min-height: 300px;
    font-size: 14px;
    padding: 5px;
    outline: none;
    resize: none;
    background: rgba(55, 153, 220, 0.03);
    border-radius: 5px;
    border: 1px solid rgba(55, 153, 220, 0.5);
    transition: all 0.3s ease;
}

.ctm-textarea textarea:focus {
    border-color: rgba(55, 153, 220, 1);
}

.ctm-textarea .html-btns {
    margin-top: 5px;
}

.ctm-textarea .html-btns button {
    font-family: 'Poppins', sans-serif;
    background: #2980b9;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    padding: 7px 15px;
    border-radius: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.ctm-textarea .html-btns button:hover {
    background: #2573a7;
}

.download-btn-ctm {
    width: 100%;
    display: flex;
    justify-content: center;
}

.download-btn-ctm a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    background: #27ae60;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.ctm-textarea b {
    margin-left: 3px;
}

.download-btn-ctm a i {
    padding-right: 7px;
}

.download-btn-ctm a:hover {
    background: #26a65b;
    text-decoration: none !important;
}

.contact-form img {
    display: none !important;
}

@media screen and (max-width: 500px) {
    .download-btn-ctm a {
        font-size: 16px;
        padding: 9px 0;
        width: 100%;
        justify-content: center;
    }

    .ctm-textarea .html-btns {
        dispay: flex;
        max-width: 100%;
    }

    .ctm-textarea .html-btns button {
        width: 100%;
    }
}

/*-- custom subscribebox box css code --*/


.subscribe-btn:hover {
    background: #e63600;
}

@media screen and (max-width: 700px) {
    .ctm-subscribe-box {
        display: none;
    }
}

/*-- Custom CSS for FAQ --*/
.faq_wrapper {
    max-width: 100%;
}

.faq_wrapper .accordion_tab {
    margin-bottom: 8px;
    border-radius: 3px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
}

.faq_wrapper .accordion_tab label {
    background: #20293A;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    z-index: 99;
    transition: all 0.3s ease;
}

.faq_wrapper .accordion_tab label:hover {
    background: #14181f;
}

.accordion_tab input:checked~label {
    border-radius: 3px 3px 0 0;
    background: #14181f;
}

.faq_wrapper label span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0 -1px 1px #0a0c10;
}

.accordion_tab label .icon {
    position: relative;
    height: 30px;
    width: 30px;
    font-size: 16px;
    color: #fff;
    display: block;
    border-radius: 50%;
    text-shadow: 0 -1px 1px #0a0c10;
}

.accordion_tab label .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accordion_tab input:checked~label .icon i:before {
    content: '\f068';
}

.faq_wrapper .accordion_tab .content {
    max-height: 0px;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 3px 3px;
    transition: all 0.4s ease;
}

.accordion_tab input:checked~.content {
    max-height: 100vh;
}

.accordion_tab .content p {
    padding: 15px 20px;
    font-size: 16px;
}

input[type="radio"] {
    display: none;
}

/*-- author box social media icon color --*/
.about-author .facebook-f a:before {
    color: #3b5999;
}

.about-author .twitter a:before {
    color: #00acee;
}

.about-author .instagram a:before {
    color: #dd277b;
}

.about-author .youtube a:before {
    color: #f50000;
}

.about-author .external-link a:before {
    color: #6161e4;
}


.title-oswald h1,
.title-oswald h2,
.title-oswald h3,
.title-oswald h4,
.title-oswald h5,
.title-oswald h6 {
    font-weight: 400
}

#outer-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #f7f7f7;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

#outer-wrapper.boxed {
    max-width: calc(1094px + 60px)
}

.row-x1 {
    width: 1094px
}

#content-wrapper {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    margin: 0;
    border-top: 0
}

#content-wrapper>.container {
    margin: 0 auto
}

#main-wrapper {
    position: relative;
    float: left;
    width: calc(100% - (336px + 30px));
    box-sizing: border-box;
    padding: 0
}

.left-sidebar #main-wrapper,
.rtl #main-wrapper {
    float: right
}

#sidebar-wrapper {
    position: relative;
    float: right;
    width: 336px;
    box-sizing: border-box;
    padding: 0
}

.left-sidebar #sidebar-wrapper,
.rtl #sidebar-wrapper {
    float: left
}

.entry-image-link,
.cmm-avatar,
.comments .avatar-image-container {
    overflow: hidden;
    background-color: rgba(155, 155, 155, 0.08);
    z-index: 5;
    color: transparent !important
}

.entry-thumb {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    transition: opacity .35s ease, transform .3s ease
}

.entry-thumb.lazy-ify {
    opacity: 1
}

.entry-image-link:hover .entry-thumb,
.featured-item-inner:hover .entry-thumb,
.block-posts-1 .block-inner:hover .entry-thumb,
.block-posts-2 .block-inner:hover .entry-thumb,
.column-inner:hover .entry-thumb {
    transform: scale(1.05)
}

.before-mask:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.65));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    opacity: 1;
    margin: 0;
    transition: opacity .25s ease
}

.entry-title {
    color: #20293A
}

.entry-title a {
    color: #20293A;
    display: block
}

.entry-title a:hover {
    color: #CDA776
}

.excerpt {
    font-family: var(--text-font)
}

.entry-category {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 20px;
    background-color: #CDA776;
    font-size: 11px;
    color: #ffffff;
    font-weight: 400;
    z-index: 10;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px
}

.rtl .entry-category {
    left: unset;
    right: 15px
}

.entry-info {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
    z-index: 10;
    box-sizing: border-box;
    padding: 15px
}

.entry-info .entry-meta {
    color: #eee
}

.entry-info .entry-title {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
}

.entry-info .entry-title a {
    color: #fff
}

.social a:before {
    display: inline-block;
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400
}

.social .blogger a:before {
    content: "\f37d"
}

.social .facebook a:before {
    content: "\f082"
}

.social .facebook-f a:before {
    content: "\f39e"
}

.social .twitter a:before {
    content: "\f099"
}

.social .rss a:before {
    content: "\f09e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.social .youtube a:before {
    content: "\f167"
}

.social .skype a:before {
    content: "\f17e"
}

.social .stumbleupon a:before {
    content: "\f1a4"
}

.social .tumblr a:before {
    content: "\f173"
}

.social .vk a:before {
    content: "\f189"
}

.social .stack-overflow a:before {
    content: "\f16c"
}

.social .github a:before {
    content: "\f09b"
}

.social .linkedin a:before {
    content: "\f0e1"
}

.social .dribbble a:before {
    content: "\f17d"
}

.social .soundcloud a:before {
    content: "\f1be"
}

.social .behance a:before {
    content: "\f1b4"
}

.social .digg a:before {
    content: "\f1a6"
}

.social .instagram a:before {
    content: "\f16d"
}

.social .pinterest a:before {
    content: "\f0d2"
}

.social .pinterest-p a:before {
    content: "\f231"
}

.social .twitch a:before {
    content: "\f1e8"
}

.social .delicious a:before {
    content: "\f1a5"
}

.social .codepen a:before {
    content: "\f1cb"
}

.social .flipboard a:before {
    content: "\f44d"
}

.social .reddit a:before {
    content: "\f281"
}

.social .whatsapp a:before {
    content: "\f232"
}

.social .messenger a:before {
    content: "\f39f"
}

.social .snapchat a:before {
    content: "\f2ac"
}

.social .telegram a:before {
    content: "\f3fe"
}

.social .discord a:before {
    content: "\f392"
}

.social .share a:before {
    content: "\f064";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.social .email a:before {
    content: "\f0e0";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

.social .external-link a:before {
    content: "\f35d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.social-bg .blogger a,
.social-bg-hover .blogger a:hover {
    background-color: #ff5722
}

.social-bg .facebook a,
.social-bg .facebook-f a,
.social-bg-hover .facebook a:hover,
.social-bg-hover .facebook-f a:hover {
    background-color: #3b5999
}

.social-bg .twitter a,
.social-bg-hover .twitter a:hover {
    background-color: #00acee
}

.social-bg .youtube a,
.social-bg-hover .youtube a:hover {
    background-color: #f50000
}

.social-bg .instagram a,
.social-bg-hover .instagram a:hover {
    background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4)
}

.social-bg .pinterest a,
.social-bg .pinterest-p a,
.social-bg-hover .pinterest a:hover,
.social-bg-hover .pinterest-p a:hover {
    background-color: #ca2127
}

.social-bg .dribbble a,
.social-bg-hover .dribbble a:hover {
    background-color: #ea4c89
}

.social-bg .linkedin a,
.social-bg-hover .linkedin a:hover {
    background-color: #0077b5
}

.social-bg .tumblr a,
.social-bg-hover .tumblr a:hover {
    background-color: #365069
}

.social-bg .twitch a,
.social-bg-hover .twitch a:hover {
    background-color: #6441a5
}

.social-bg .rss a,
.social-bg-hover .rss a:hover {
    background-color: #ffc200
}

.social-bg .skype a,
.social-bg-hover .skype a:hover {
    background-color: #00aff0
}

.social-bg .stumbleupon a,
.social-bg-hover .stumbleupon a:hover {
    background-color: #eb4823
}

.social-bg .vk a,
.social-bg-hover .vk a:hover {
    background-color: #4a76a8
}

.social-bg .stack-overflow a,
.social-bg-hover .stack-overflow a:hover {
    background-color: #f48024
}

.social-bg .github a,
.social-bg-hover .github a:hover {
    background-color: #24292e
}

.social-bg .soundcloud a,
.social-bg-hover .soundcloud a:hover {
    background: linear-gradient(#ff7400, #ff3400)
}

.social-bg .behance a,
.social-bg-hover .behance a:hover {
    background-color: #191919
}

.social-bg .digg a,
.social-bg-hover .digg a:hover {
    background-color: #1b1a19
}

.social-bg .delicious a,
.social-bg-hover .delicious a:hover {
    background-color: #0076e8
}

.social-bg .codepen a,
.social-bg-hover .codepen a:hover {
    background-color: #000
}

.social-bg .flipboard a,
.social-bg-hover .flipboard a:hover {
    background-color: #f52828
}

.social-bg .reddit a,
.social-bg-hover .reddit a:hover {
    background-color: #ff4500
}

.social-bg .whatsapp a,
.social-bg-hover .whatsapp a:hover {
    background-color: #3fbb50
}

.social-bg .messenger a,
.social-bg-hover .messenger a:hover {
    background-color: #0084ff
}

.social-bg .snapchat a,
.social-bg-hover .snapchat a:hover {
    background-color: #ffe700
}

.social-bg .telegram a,
.social-bg-hover .telegram a:hover {
    background-color: #179cde
}

.social-bg .discord a,
.social-bg-hover .discord a:hover {
    background-color: #7289da
}

.social-bg .share a,
.social-bg-hover .share a:hover {
    background-color: #aaaaaa
}

.social-bg .email a,
.social-bg-hover .email a:hover {
    background-color: #888
}

.social-bg .external-link a,
.social-bg-hover .external-link a:hover {
    background-color: #e53700
}

.social-color .blogger a,
.social-color-hover .blogger a:hover {
    color: #ff5722
}

.social-color .facebook a,
.social-color .facebook-f a,
.social-color-hover .facebook a:hover,
.social-color-hover .facebook-f a:hover {
    color: #3b5999
}

.social-color .twitter a,
.social-color-hover .twitter a:hover {
    color: #00acee
}

.social-color .youtube a,
.social-color-hover .youtube a:hover {
    color: #f50000
}

.social-color .instagram a,
.social-color-hover .instagram a:hover {
    color: #dd277b
}

.social-color .pinterest a,
.social-color .pinterest-p a,
.social-color-hover .pinterest a:hover,
.social-color-hover .pinterest-p a:hover {
    color: #ca2127
}

.social-color .dribbble a,
.social-color-hover .dribbble a:hover {
    color: #ea4c89
}

.social-color .linkedin a,
.social-color-hover .linkedin a:hover {
    color: #0077b5
}

.social-color .tumblr a,
.social-color-hover .tumblr a:hover {
    color: #365069
}

.social-color .twitch a,
.social-color-hover .twitch a:hover {
    color: #6441a5
}

.social-color .rss a,
.social-color-hover .rss a:hover {
    color: #ffc200
}

.social-color .skype a,
.social-color-hover .skype a:hover {
    color: #00aff0
}

.social-color .stumbleupon a,
.social-color-hover .stumbleupon a:hover {
    color: #eb4823
}

.social-color .vk a,
.social-color-hover .vk a:hover {
    color: #4a76a8
}

.social-color .stack-overflow a,
.social-color-hover .stack-overflow a:hover {
    color: #f48024
}

.social-color .github a,
.social-color-hover .github a:hover {
    color: #24292e
}

.social-color .soundcloud a,
.social-color-hover .soundcloud a:hover {
    color: #ff7400
}

.social-color .behance a,
.social-color-hover .behance a:hover {
    color: #191919
}

.social-color .digg a,
.social-color-hover .digg a:hover {
    color: #1b1a19
}

.social-color .delicious a,
.social-color-hover .delicious a:hover {
    color: #0076e8
}

.social-color .codepen a,
.social-color-hover .codepen a:hover {
    color: #000
}

.social-color .flipboard a,
.social-color-hover .flipboard a:hover {
    color: #f52828
}

.social-color .reddit a,
.social-color-hover .reddit a:hover {
    color: #ff4500
}

.social-color .whatsapp a,
.social-color-hover .whatsapp a:hover {
    color: #3fbb50
}

.social-color .messenger a,
.social-color-hover .messenger a:hover {
    color: #0084ff
}

.social-color .snapchat a,
.social-color-hover .snapchat a:hover {
    color: #ffe700
}

.social-color .telegram a,
.social-color-hover .telegram a:hover {
    color: #179cde
}

.social-color .discord a,
.social-color-hover .discord a:hover {
    color: #7289da
}

.social-color .share a,
.social-color-hover .share a:hover {
    color: #aaaaaa
}

.social-color .email a,
.social-color-hover .email a:hover {
    color: #888
}

.social-color .external-link a,
.social-color-hover .external-link a:hover {
    color: #e53700
}

#header-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    font-family: 'Roboto';
    font-weight: 400 !important;
}

.headerify-wrap,
.headerify {
    position: relative;
    float: left;
    width: 100%;
    height: 80px;
    background-color: #20293A;
    box-sizing: border-box;
    padding: 8px 0 0 0;
    margin: 0;
    border-bottom: 1px solid #20293A
}

#header-wrapper .container {
    position: relative;
    margin: 0 auto
}

.main-logo-wrap {
    position: relative;
    float: left;
    margin: 0 30px 0 0
}

.rtl .main-logo-wrap {
    float: right;
    margin: 0 0 0 30px
}

.main-logo {
    position: relative;
    float: left;
    width: 100%;
    height: 34px;
    padding: 13px 0;
    margin: 0
}

.main-logo .main-logo-img {
    float: left;
    height: 34px;
    overflow: hidden
}

.main-logo img {
    max-width: 100%;
    height: 34px;
    margin: 0
}

.main-logo h1 {
    font-size: 22px;
    color: #ffffff;
    line-height: 34px;
    margin: 0
}

.main-logo h1 a {
    color: #ffffff
}

.main-logo #h1-tag {
    position: absolute;
    top: -9000px;
    left: -9000px;
    display: none;
    visibility: hidden
}

.main-menu-wrap {
    position: static;
    float: right;
    height: 60px;
    margin: 0
}

.rtl .main-menu-wrap {
    float: right
}

#magify-free-main-menu .widget,
#magify-free-main-menu .widget>.widget-title {
    display: none
}

#magify-free-main-menu .show-menu {
    display: block
}

#magify-free-main-menu {
    position: static;
    width: 100%;
    height: 60px;
    z-index: 10
}

#magify-free-main-menu ul>li {
    position: relative;
    float: left;
    display: inline-block;
    padding: 0;
    margin: 0
}

.rtl #magify-free-main-menu ul>li {
    float: right
}

#magify-free-main-menu-nav>li>a {
    position: relative;
    display: block;
    height: 60px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 60px;
    padding: 0 26px;
    margin: 0
}

.main-oswald #magify-free-main-menu-nav>li>a {
    font-weight: 500
}

#magify-free-main-menu-nav>li:hover>a {
    color: #CDA776
}

#magify-free-main-menu ul>li>ul {
    position: absolute;
    float: left;
    left: 0;
    top: 60px;
    width: 215px;
    background-color: #1e232b;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    padding: 1.3rem 1.6rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.17);
}

.rtl #magify-free-main-menu ul>li>ul {
    left: auto;
    right: 0
}

#magify-free-main-menu ul>li>ul>li>ul {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    margin: 0
}

.rtl #magify-free-main-menu ul>li>ul>li>ul {
    left: unset;
    right: 100%;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

#magify-free-main-menu ul>li>ul>li {
    display: block;
    float: none;
    position: relative
}

.rtl #magify-free-main-menu ul>li>ul>li {
    float: none
}

#magify-free-main-menu ul>li>ul>li a {
    position: relative;
    display: block;
    height: 36px;
    font-size: 13px;
    color: #ffffff;
    line-height: 36px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0;
    border-bottom: 1px solid rgba(155, 155, 155, 0.07);
    text-transform: uppercase;
}

#magify-free-main-menu ul>li>ul>li:last-child a {
    border: 0
}

#magify-free-main-menu ul>li>ul>li:hover>a {
    color: #CDA776
}

#magify-free-main-menu ul>li.has-sub>a:after {
    content: '\f078';
    float: right;
    font-family: 'Font Awesome 5 Free';
    font-size: 9px;
    font-weight: 900;
    margin: -1px 0 0 5px
}

.rtl #magify-free-main-menu ul>li.has-sub>a:after {
    float: left;
    margin: -1px 5px 0 0
}

#magify-free-main-menu ul>li>ul>li.has-sub>a:after {
    content: '\f054';
    float: right;
    margin: 0
}

.rtl #magify-free-main-menu ul>li>ul>li.has-sub>a:after {
    content: '\f053'
}

#magify-free-main-menu ul>li:hover>ul,
#magify-free-main-menu ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0);
    transform: translate(0)
}

#magify-free-main-menu ul ul {
    transition: all .17s ease
}

#magify-free-main-menu .mega-menu {
    position: static !important
}

#magify-free-main-menu .mega-menu>ul {
    width: 100%;
    background-color: #1e232b;
    box-sizing: border-box;
    padding: 20px 10px
}

#magify-free-main-menu .mega-menu>ul.mega-widget {
    overflow: hidden
}

.tab-active {
    display: block
}

.tab-animated,
.post-animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.tab-fadeIn,
.post-fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 5px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.tab-fadeInUp,
.post-fadeInUp {
    animation-name: fadeInUp
}

.mega-widget .mega-item {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0 10px
}

.rtl .mega-widget .mega-item {
    float: right
}

.mega-widget .mega-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0
}

.mega-content .entry-image-link {
    width: 100%;
    height: 134px;
    min-height: 134px;
    background-color: rgba(255, 255, 255, 0.01);
    z-index: 1;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0
}

.mega-content .entry-title {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 8px 0 0;
    padding: 0
}

.title-oswald .mega-content .entry-title {
    font-weight: 500
}

.mega-content .entry-title a {
    color: #ffffff
}

.mega-content .entry-title a:hover {
    color: #CDA776
}

.mega-content .entry-meta {
    margin: 2px 0 0
}

.no-posts {
    display: block;
    font-size: 14px;
    color: #20293A;
    padding: 30px 0;
    font-weight: 400
}

.mega-menu .no-posts {
    color: #aaaaaa;
    text-align: center;
    padding: 0
}

.search-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(155, 155, 155, 0.03);
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    z-index: 20;
    padding: 0;
    margin: 0;
    transition: margin .25s ease
}

.rtl .search-toggle {
    right: unset;
    left: 0
}

.search-toggle:after {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: 0
}

.search-active .search-toggle:after {
    content: "\f00d"
}

.search-toggle:hover {
    color: #CDA776
}

#nav-search {
    position: absolute;
    top: 70px;
    right: 0;
    width: 320px;
    max-width: 100%;
    height: 60px;
    z-index: 25;
    background-color: #1e232b;
    box-sizing: border-box;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.17);
    transition: all .17s ease
}

.search-active #nav-search {
    visibility: visible;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.rtl #nav-search {
    right: unset;
    left: 0
}

#nav-search:before {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #1e232b;
    margin: -20px 0 0
}

.rtl #nav-search:before {
    right: unset;
    left: 20px
}

#nav-search .search-form {
    width: 100%;
    height: 38px;
    background-color: rgba(155, 155, 155, 0.03);
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid rgba(155, 155, 155, 0.2);
    border-radius: 2px
}

#nav-search .search-input {
    width: 100%;
    color: #ffffff;
    margin: 0;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0);
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    border: 0
}

.rtl #nav-search .search-input {
    padding: 0 15px 0 50px
}

#nav-search .search-input:focus {
    color: #ffffff;
    outline: none
}

#nav-search .search-input::placeholder {
    color: #ffffff;
    opacity: .5
}

#nav-search .search-action {
    background-color: #CDA776;
    font-family: inherit;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    padding: 0 12px;
    margin: 0;
    border: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-radius: 2px
}

#nav-search .search-action:hover {
    background-color: #e53700;
    color: #ffffff
}

.overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(23, 28, 36, 0.6);
    z-index: 1000;
    margin: 0;
    transition: all .25s ease
}

.show-mobile-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    z-index: 20;
    padding: 0 20px
}

.rtl .show-mobile-menu {
    left: auto;
    right: 0
}

.show-mobile-menu:before {
    content: "\f0c9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.show-mobile-menu:hover {
    color: #CDA776
}

#slide-menu {
    display: none;
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #20293A;
    overflow: auto;
    z-index: 1010;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.1);
    transition: all .25s ease
}

.rtl #slide-menu {
    left: unset;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.nav-active #slide-menu,
.rtl .nav-active #slide-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
}

.slide-menu-header {
    float: left;
    width: 100%;
    height: 60px;
    background-color: #20293A;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.mobile-logo {
    float: left;
    max-width: calc(100% - 60px);
    height: 34px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 13px 0 0
}

.rtl .mobile-logo {
    float: right
}

.mobile-logo a {
    display: block;
    height: 34px;
    font-size: 22px;
    color: #ffffff;
    line-height: 34px;
    font-weight: 700
}

.title-oswald .mobile-logo a {
    font-weight: 500
}

.mobile-logo img {
    max-width: 100%;
    height: 34px
}

.hide-mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 60px;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    z-index: 20;
    padding: 0 20px
}

.rtl .hide-mobile-menu {
    right: auto;
    left: 0
}

.hide-mobile-menu:before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.hide-mobile-menu:hover {
    color: #CDA776
}

.slide-menu-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: left;
    width: 100%;
    height: calc(100% - 60px)
}

.mobile-menu {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px
}

.mobile-menu>ul {
    margin: 0
}

.mobile-menu .m-sub {
    display: none;
    padding: 0
}

.mobile-menu ul li {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    padding: 0
}

.main-oswald .mobile-menu ul li {
    font-weight: 500
}

.mobile-menu>ul li ul {
    overflow: hidden
}

.mobile-menu ul li a {
    color: #ffffff;
    padding: 0;
    display: block
}

.mobile-menu>ul>li>a {
    text-transform: uppercase
}

.mobile-menu ul li.has-sub .submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    cursor: pointer
}

.rtl .mobile-menu ul li.has-sub .submenu-toggle {
    right: auto;
    left: 0
}

.mobile-menu ul li.has-sub .submenu-toggle:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    width: 40px;
    font-size: 12px;
    text-align: right;
    transition: all .17s ease
}

.rtl .mobile-menu ul li.has-sub .submenu-toggle:after {
    text-align: left
}

.mobile-menu ul li.has-sub.show>.submenu-toggle:after {
    content: '\f077'
}

.mobile-menu ul li a:hover,
.mobile-menu ul li.has-sub.show>a,
.mobile-menu ul li.has-sub.show>.submenu-toggle {
    color: #CDA776
}

.mobile-menu>ul>li>ul>li a {
    font-size: 13px;
    font-weight: 400;
    opacity: .8;
    padding: 0 0 0 15px
}

.rtl .mobile-menu>ul>li>ul>li a {
    padding: 0 15px 0 0
}

.mobile-menu>ul>li>ul>li>ul>li>a {
    padding: 0 0 0 30px
}

.rtl .mobile-menu>ul>li>ul>li>ul>li>a {
    padding: 0 30px 0 0
}

.mobile-menu ul>li>.submenu-toggle:hover {
    color: #CDA776
}

.social-mobile {
    position: relative;
    float: left;
    width: 100%;
    margin: 0
}

.social-mobile ul {
    display: block;
    text-align: center;
    padding: 20px;
    margin: 0
}

.social-mobile ul li {
    display: inline-block;
    margin: 0 5px
}

.social-mobile ul li a {
    display: block;
    font-size: 15px;
    color: #ffffff;
    padding: 0 5px
}

.social-mobile ul li a:hover {
    color: #CDA776
}

.is-fixed {
    position: fixed;
    top: -60px;
    left: 0;
    width: 100%;
    z-index: 990;
    transition: top .17s ease
}

.headerify.show {
    top: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.nav-active .is-fixed {
    top: 0
}

.loader {
    position: relative;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: 0
}

.loader:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin: -16px 0 0 -16px;
    border: 2px solid #CDA776;
    border-right-color: rgba(155, 155, 155, 0.2);
    border-radius: 100%;
    animation: spinner 1.1s infinite linear;
    transform-origin: center
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.header-ad-wrap {
    position: relative;
    float: left;
    width: 100%;
    margin: 0
}

.header-ad-wrap .container {
    margin: 0 auto
}

.header-ad .widget {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 0;
    margin: 30px 0 0
}

.header-ad .widget>.widget-title {
    display: none
}

.no-posts {
    display: block;
    font-size: 14px;
    color: #20293A;
    padding: 30px 0;
    font-weight: 400
}

#featured-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin: 0
}

#featured-wrapper .container {
    margin: 0 auto
}

#featured .widget,
#featured .widget.HTML .widget-content,
#featured .widget>.widget-title {
    display: none
}

#featured .widget.HTML {
    display: block
}

#featured .widget.HTML.show-ify .widget-content {
    display: block
}

#featured .widget {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    height: 402px;
    padding: 20px;
    margin: 30px 0 0;
    border: 1px solid #e6e6e6
}

.nb-style #featured .widget {
    border: 0
}

#featured .widget-content {
    position: relative;
    overflow: hidden;
    height: 402px;
    margin: 0
}

#featured .widget-content .no-posts {
    text-align: center;
    line-height: 402px;
    padding: 0
}

.featured-posts {
    position: relative;
    height: 402px;
    margin: 0 -1px
}

.featured-item {
    position: relative;
    float: right;
    width: 25%;
    height: 200px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 1px;
    margin: 0
}

.rtl .featured-item {
    float: left
}

.featured-item.item-0 {
    float: left;
    width: 50%;
    height: 402px
}

.rtl .featured-item.item-0 {
    float: right
}

.featured-item.item-1 {
    width: 50%;
    margin: 0 0 2px
}

.featured-item-inner {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    z-index: 10
}

.featured-item .entry-image-link {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    z-index: 5;
    margin: 0
}

.featured-item .entry-category {
    top: 20px;
    left: 20px
}

.rtl .featured-item .entry-category {
    left: unset;
    right: 20px
}

.featured-item .entry-info {
    padding: 25px 20px 20px
}

.featured-item .entry-title {
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 1.4em;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
}

.title-oswald .featured-item .entry-title {
    font-weight: 500
}

.featured-item.item-0 .entry-title {
    font-size: 23px
}

.featured-item.item-1 .entry-title {
    font-size: 19px
}

.featured-item .entry-meta {
    margin: 7px 0 0
}

.title-wrap {
    position: relative;
    float: left;
    width: 100%;
    line-height: 1;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 2px solid #ebebeb
}

.title-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #CDA776;
    margin: 0 0 -2px
}

.rtl .title-wrap:after {
    left: unset;
    right: 0
}

.title-wrap>h3 {
    float: left;
    font-family: var(--body-font);
    font-size: 16px;
    color: #20293A;
    font-weight: 700;
    margin: 0
}

.main-oswald .title-wrap>h3 {
    font-weight: 500
}

.rtl .title-wrap>h3 {
    float: right
}

.title-wrap>a.more {
    float: right;
    font-size: 12px;
    color: #aaaaaa;
    line-height: 16px;
    padding: 0
}

.rtl .title-wrap>a.more {
    float: left
}

.title-wrap>a.more:hover {
    color: #CDA776
}

.block-posts {
    position: relative;
    float: left;
    width: 100%;
    margin: 0
}

.block-posts .widget {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 0 30px;
    border: 1px solid #e6e6e6
}

.nb-style .block-posts .widget {
    border: 0
}

#block-posts-2 .widget:first-child {
    margin: 30px 0
}

#block-posts-2 .widget:last-child {
    margin-bottom: 0
}

.block-posts .show-ify {
    display: block
}

.block-posts .widget-content {
    position: relative;
    float: left;
    width: 100%;
    display: block
}

.block-posts .loader {
    height: 180px
}

.block-posts-1 .block-item {
    position: relative;
    float: left;
    width: calc((100% - 30px) / 2);
    overflow: hidden;
    padding: 0;
    margin: 20px 0 0
}

.rtl .block-posts-1 .block-item {
    float: right
}

.block-posts-1 .item-0 {
    margin: 0 30px 0 0
}

.rtl .block-posts-1 .item-0 {
    margin: 0 0 0 30px
}

.block-posts-1 .item-1 {
    margin: 0
}

.block-posts-1 .block-inner {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden
}

.block-posts-1 .entry-image-link {
    position: relative;
    width: 85px;
    height: 65px;
    float: left;
    display: block;
    overflow: hidden;
    margin: 0 13px 0 0
}

.rtl .block-posts-1 .entry-image-link {
    float: right;
    margin: 0 0 0 13px
}

.block-posts-1 .block-inner .entry-image-link {
    width: 100%;
    height: 100%;
    margin: 0
}

.block-posts-1 .block-item:not(.item-0) .entry-header {
    overflow: hidden
}

.block-posts-1 .entry-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0
}

.title-oswald .block-posts-1 .entry-title {
    font-weight: 500
}

.block-posts-1 .entry-info .entry-title {
    font-size: 16px
}

.block-posts-1 .entry-meta {
    margin: 3px 0 0
}

.block-posts-1 .item-0 .entry-meta {
    margin: 5px 0 0
}

.block-posts .block-column {
    width: calc((100% - 30px) / 2)
}

.block-posts .column-left {
    float: left
}

.block-posts .column-right {
    float: right
}

.block-column .column-item {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 20px 0 0
}

.block-column .column-item.item-0 {
    margin: 0 0 5px
}

.column-inner {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden
}

.column-posts .entry-image-link {
    position: relative;
    width: 85px;
    height: 65px;
    float: left;
    display: block;
    overflow: hidden;
    margin: 0 13px 0 0
}

.rtl .column-posts .entry-image-link {
    float: right;
    margin: 0 0 0 13px
}

.column-inner .entry-image-link {
    width: 100%;
    height: 100%;
    margin: 0
}

.column-posts .column-item:not(.item-0) .entry-header {
    overflow: hidden
}

.column-posts .entry-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0
}

.title-oswald .column-posts .entry-title {
    font-weight: 500
}

.column-posts .entry-info .entry-title {
    font-size: 16px
}

.column-posts .entry-meta {
    margin: 3px 0 0
}

.column-posts .item-0 .entry-meta {
    margin: 5px 0 0
}

.grid-posts-1 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px
}

.grid-posts-1 .grid-item {
    position: relative;
    float: left;
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 10px;
    margin: 20px 0 0
}

.rtl .grid-posts-1 .grid-item {
    float: right
}

.grid-posts-1 .grid-item.item-0,
.grid-posts-1 .grid-item.item-1,
.grid-posts-1 .grid-item.item-2 {
    margin: 0
}

.grid-posts-1 .entry-image {
    position: relative
}

.grid-posts-1 .entry-image-link {
    width: 100%;
    height: 144px;
    position: relative;
    display: block;
    overflow: hidden
}

.grid-posts-1 .entry-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 8px 0 0
}

.title-oswald .grid-posts-1 .entry-title {
    font-weight: 500
}

.grid-posts-1 .entry-meta {
    margin: 3px 0 0
}

.block-videos {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.block-videos .videos-item {
    position: relative;
    float: left;
    width: calc(100% / 3);
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 20px 0 0
}

.rtl .block-videos .videos-item {
    float: right
}

.block-videos .videos-item.item-0,
.block-videos .videos-item.item-1,
.block-videos .videos-item.item-2 {
    margin: 0
}

.block-videos .entry-image-link {
    width: 100%;
    height: 144px;
    position: relative;
    display: block;
    overflow: hidden
}

.block-videos .videos-inner:hover .entry-image-link:after {
    opacity: 1
}

.block-videos .entry-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 8px 0 0
}

.title-oswald .block-videos .entry-title {
    font-weight: 500
}

.block-videos .entry-meta {
    margin: 3px 0 0
}

.block-videos .video-icon {
    position: absolute;
    top: calc(50% - (34px / 2));
    right: calc(50% - (34px / 2));
    background-color: rgba(0, 0, 0, 0.5);
    height: 34px;
    width: 34px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    z-index: 5;
    margin: 0;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 100%;
    opacity: .85;
    transition: opacity .25s ease
}

.block-videos .video-icon:after {
    content: '\f04b';
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 0 0 0 3px
}

.block-videos .videos-item:hover .video-icon {
    opacity: 1
}

.home-ad {
    position: relative;
    float: left;
    width: 100%;
    margin: 0
}

.home-ad .widget {
    position: relative;
    float: left;
    width: 100%;
    line-height: 0;
    margin: 0 0 30px
}

#home-ads-2 .widget {
    margin: 30px 0 0
}

.home-ad .widget>.widget-title {
    display: block
}

.home-ad .widget>.widget-title>h3.title {
    font-size: 12px;
    color: #aaaaaa;
    font-weight: 400;
    line-height: 12px;
    margin: 0 0 5px
}

#custom-ads {
    float: left;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0)
}

#before-ad,
#after-ad {
    float: left;
    width: 100%;
    margin: 0
}

#before-ad .widget>.widget-title,
#after-ad .widget>.widget-title {
    display: block
}

#before-ad .widget>.widget-title>h3.title,
#after-ad .widget>.widget-title>h3.title {
    font-size: 12px;
    color: #aaaaaa;
    font-weight: 400;
    line-height: 12px;
    margin: 0 0 5px
}

#before-ad .widget,
#after-ad .widget {
    width: 100%;
    margin: 25px 0 0
}

#before-ad .widget-content,
#after-ad .widget-content {
    position: relative;
    width: 100%;
    line-height: 1
}

#new-before-ad #before-ad,
#new-after-ad #after-ad {
    float: none;
    display: block;
    margin: 0
}

#new-before-ad #before-ad .widget,
#new-after-ad #after-ad .widget {
    margin: 0
}

.item-post .FollowByEmail {
    box-sizing: border-box
}

#main-wrapper #main {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0
}

.index #main-wrapper #main {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #e6e6e6
}

.index.nb-style #main-wrapper #main {
    border: 0
}

.queryMessage {
    overflow: hidden;
    color: #20293A;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(155, 155, 155, 0.1)
}

.queryMessage .query-info {
    margin: 0
}

.queryMessage .search-query,
.queryMessage .search-label {
    color: #20293A;
    font-weight: 600
}

.queryMessage .search-query:before,
.queryMessage .search-label:before {
    content: "\201c"
}

.queryMessage .search-query:after,
.queryMessage .search-label:after {
    content: "\201d"
}

.queryEmpty {
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    margin: 40px 0;
    text-align: center
}

.blog-post {
    display: block;
    word-wrap: break-word
}

.item .blog-post {
    float: left;
    width: 100%
}

.index-post-wrap {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.post-animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.post-fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 5px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.post-fadeInUp {
    animation-name: fadeInUp
}

.index-post {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(155, 155, 155, 0.1)
}

.index-post.post-ad-type {
    padding: 0 0 20px !important;
    margin: 0 0 20px !important;
    border-width: 1px !important
}

.blog-posts .index-post:last-child {
    padding: 0;
    margin: 0;
    border: 0
}

.blog-posts .index-post.post-ad-type:last-child {
    padding: 0 !important;
    margin: 0 !important;
    border-width: 0 !important
}

.index-post .entry-image {
    position: relative;
    float: left;
    width: 245px;
    height: 170px;
    overflow: hidden;
    margin: 0 18px 0 0
}

.rtl .index-post .entry-image {
    float: right;
    margin: 0 0 0 18px
}

.index-post .entry-image-link {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden
}

.index-post .entry-header {
    overflow: hidden
}

.index-post .entry-title {
    float: left;
    width: 100%;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 15px
}

.title-oswald .index-post .entry-title {
    font-weight: 500
}

.index-post .entry-excerpt {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
    margin: 0
}

.entry-meta {
    font-family: var(--meta-font);
    font-size: 11px;
    color: #aaaaaa;
    font-weight: 400;
    overflow: hidden;
    padding: 0 1px;
    margin: 0
}

.index-post .entry-meta {
    float: left;
    width: 100%;
    font-size: 12px;
    margin: 0 0 15px
}

.no-meta .entry-meta {
    display: none
}

.entry-meta a {
    color: #aaaaaa
}

.entry-meta a:hover {
    color: #CDA776
}

.entry-meta span {
    float: left;
    font-style: normal;
    margin: 0 10px 0 0
}

.rtl .entry-meta span {
    float: right;
    margin: 0 0 0 10px
}

.entry-meta span:before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    margin: 0 5px 0 0
}

.rtl .entry-meta span:before {
    margin: 0 0 0 5px
}

.entry-meta .entry-author:before {
    content: '\f007'
}

.entry-meta .entry-time:before {
    content: '\f017'
}

.entry-meta .entry-comments-link:before {
    content: '\f086'
}

.entry-meta .entry-comments-link {
    display: none
}

.entry-meta .entry-comments-link.show {
    display: block
}

.inline-ad-wrap {
    position: relative;
    float: left;
    width: 100%;
    margin: 0
}

.inline-ad {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 1;
    margin: 0
}

.item-post-inner {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 1px solid #e6e6e6
}

.nb-style .item-post-inner {
    border: 0
}

.item-post-padd {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 25px;
    margin: 0
}

#breadcrumb {
    font-family: var(--meta-font);
    font-size: 13px;
    color: #aaaaaa;
    font-weight: 400;
    margin: 0 0 15px
}

#breadcrumb a {
    color: #aaaaaa;
    transition: color .25s
}

#breadcrumb a.home {
    color: #CDA776
}

#breadcrumb a:hover {
    color: #CDA776
}

#breadcrumb a,
#breadcrumb em {
    display: inline-block
}

#breadcrumb .delimiter:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-size: 9px;
    font-weight: 900;
    font-style: normal;
    margin: 0 3px
}

.rtl #breadcrumb .delimiter:after {
    content: '\f053'
}

.item-post .blog-entry-header {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0 0 20px;
    margin: 0;
    border-bottom: 1px solid rgba(155, 155, 155, 0.1)
}

.item-post h1.entry-title {
    font-size: 35px;
    line-height: 1.4em;
    font-weight: 700;
    position: relative;
    display: block;
    margin: 0
}

.item-post .has-meta h1.entry-title {
    margin-bottom: 20px
}

.item-post .blog-entry-header .entry-meta {
    font-size: 13px
}

.item-post .blog-entry-header .entry-meta span:before {
    font-size: 12px
}

#post-body {
    position: relative;
    float: left;
    width: 100%;
    font-family: var(--text-font);
    font-size: 15px;
    color: #000000;
    line-height: 1.6em;
    padding: 25px 0 0;
    margin: 0
}

.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4 {
    font-size: 18px;
    color: #20293A;
    margin: 0 0 15px
}

.post-body h1,
.post-body h2 {
    font-size: 23px
}

.post-body h3 {
    font-size: 21px
}

blockquote {
    background-color: rgba(155, 155, 155, 0.05);
    color: #20293A;
    font-style: italic;
    padding: 15px 25px;
    margin: 0;
    border-left: 3px solid rgba(155, 155, 155, 0.2)
}

.rtl blockquote {
    border-left: 0;
    border-right: 3px solid rgba(155, 155, 155, 0.2)
}

blockquote:before,
blockquote:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: #20293A;
    line-height: 1
}

blockquote:before,
.rtl blockquote:after {
    content: '\f10d';
    margin: 0 10px 0 0
}

blockquote:after,
.rtl blockquote:before {
    content: '\f10e';
    margin: 0 0 0 10px
}

.post-body ul,
.widget .post-body ol {
    line-height: 1.5em;
    font-weight: 400;
    padding: 0 0 0 15px;
    margin: 10px 0
}

.rtl .post-body ul,
.rtl .widget .post-body ol {
    padding: 0 15px 0 0
}

.post-body li {
    margin: 5px 0;
    padding: 0;
    line-height: 1.5em
}

.post-body ul li {
    list-style: disc inside
}

.post-body ol li {
    list-style: decimal inside
}

.post-body u {
    text-decoration: underline
}

.post-body strike {
    text-decoration: line-through
}

.post-body a {
    color: #CDA776
}

.post-body a:hover {
    text-decoration: underline
}

.post-body a.button {
    display: inline-block;
    height: 31px;
    background-color: #CDA776;
    font-family: var(--body-font);
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0 15px;
    margin: 0 5px 5px 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-radius: 2px
}

.rtl .post-body a.button {
    margin: 0 0 5px 5px
}

.post-body a.colored-button {
    color: #fff
}

.post-body a.button:hover {
    background-color: #e53700;
    color: #ffffff
}

.post-body a.colored-button:hover {
    background-color: #e53700 !important;
    color: #ffffff !important
}

.button:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin: 0 5px 0 0
}

.rtl .button:before {
    margin: 0 0 0 5px
}

.button.preview:before {
    content: "\f06e"
}

.button.download:before {
    content: "\f019"
}

.button.link:before {
    content: "\f0c1"
}

.button.cart:before {
    content: "\f07a"
}

.button.info:before {
    content: "\f06a"
}

.button.share:before {
    content: "\f1e0"
}

.button.contact:before {
    content: "\f0e0";
    font-weight: 400
}

.alert-message {
    position: relative;
    display: block;
    padding: 15px;
    border: 1px solid rgba(155, 155, 155, 0.2);
    border-radius: 2px
}

.alert-message.alert-success {
    background-color: rgba(34, 245, 121, 0.03);
    border: 1px solid rgba(34, 245, 121, 0.5)
}

.alert-message.alert-info {
    background-color: rgba(55, 153, 220, 0.03);
    border: 1px solid rgba(55, 153, 220, 0.5)
}

.alert-message.alert-warning {
    background-color: rgba(185, 139, 61, 0.03);
    border: 1px solid rgba(185, 139, 61, 0.5)
}

.alert-message.alert-error {
    background-color: rgba(231, 76, 60, 0.03);
    border: 1px solid rgba(231, 76, 60, 0.5)
}

.alert-message:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
    margin: 0 5px 0 0
}

.rtl .alert-message:before {
    margin: 0 0 0 5px
}

.alert-message.alert-success:before {
    content: "\f058"
}

.alert-message.alert-info:before {
    content: "\f05a";
    color: #3799dc;
}

.alert-message.alert-warning:before {
    content: "\f06a"
}

.alert-message.alert-error:before {
    content: "\f057"
}

.contact-form {
    overflow: hidden
}

.contact-form .widget-title {
    display: none
}

.contact-form .contact-form-name {
    width: calc(50% - 5px)
}

.rtl .contact-form .contact-form-name {
    float: right
}

.contact-form .contact-form-email {
    width: calc(50% - 5px);
    float: right
}

.rtl .contact-form .contact-form-email {
    float: left
}

.contact-form .contact-form-button-submit {
    font-family: var(--body-font)
}

#post-body .contact-form-button-submit {
    height: 34px;
    line-height: 34px
}

.code-box {
    position: relative;
    display: block;
    background-color: rgba(155, 155, 155, 0.1);
    font-family: Monospace;
    font-size: 13px;
    white-space: pre-wrap;
    line-height: 1.4em;
    padding: 10px;
    margin: 0;
    border: 1px solid rgba(155, 155, 155, 0.3);
    border-radius: 2px
}

.post-footer {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0
}

.entry-tags {
    overflow: hidden;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin: 25px 0 0
}

.entry-tags a,
.entry-tags span {
    float: left;
    height: 24px;
    background-color: rgba(155, 155, 155, 0.05);
    font-size: 11px;
    color: #aaaaaa;
    font-weight: 400;
    line-height: 22px;
    box-sizing: border-box;
    padding: 0 9px;
    margin: 5px 5px 0 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-radius: 2px
}

.rtl .entry-tags a,
.rtl .entry-tags span {
    float: right;
    margin: 5px 0 0 5px
}

.entry-tags span {
    background-color: #20293A;
    color: #ffffff
}

.entry-tags a:hover {
    background-color: #CDA776;
    color: #ffffff
}

.post-share {
    position: relative;
    float: left;
    width: 100%;
    background-color: rgba(155, 155, 155, 0.02);
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px 20px 20px;
    margin: 0;
    border-top: 1px solid #e6e6e6
}

.nb-style .post-share {
    background-color: #ffffff;
    border-top: 1px solid rgba(155, 155, 155, 0.1)
}

.entry-header .post-share,
.nb-style .entry-header .post-share {
    background-color: #ffffff;
    padding: 15px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid rgba(155, 155, 155, 0.1)
}

ul.share-links {
    position: relative
}

.share-links li {
    float: left;
    overflow: hidden;
    margin: 5px 5px 0 0
}

.rtl .share-links li {
    float: right;
    margin: 5px 0 0 5px
}

.share-links li a,
.share-links li.share-icon span {
    display: block;
    width: 36px;
    height: 34px;
    line-height: 32px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-radius: 2px
}

.share-links li.share-icon span {
    position: relative;
    background-color: #ffffff;
    font-size: 14px;
    color: #20293A;
    cursor: auto;
    margin: 0 5px 0 0
}

.rtl .share-links li.share-icon span {
    margin: 0 0 0 5px
}

.share-links li.share-icon span:before {
    content: '\f1e0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.share-links li.share-icon span:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 11px;
    right: -4px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    transform: rotate(45deg)
}

.rtl .share-links li.share-icon span:after {
    left: -4px;
    right: unset;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0)
}

.share-links li a.facebook,
.share-links li a.twitter {
    width: auto
}

.share-links li a.facebook:before,
.share-links li a.twitter:before {
    width: 32px;
    background-color: rgba(255, 255, 255, 0.05)
}

.share-links li a span {
    font-size: 14px;
    padding: 0 15px
}

.share-links li a:hover {
    opacity: .8
}

.share-links .show-hid a {
    background-color: rgba(155, 155, 155, 0.1);
    font-size: 14px;
    color: #aaaaaa
}

.share-links .show-hid a:before {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.show-hidden .show-hid a:before {
    content: '\f068'
}

.share-links li.linkedin,
.share-links li.reddit,
.share-links li.whatsapp,
.share-links li.telegram {
    display: none
}

.show-hidden li.linkedin,
.show-hidden li.reddit,
.show-hidden li.whatsapp,
.show-hidden li.telegram {
    display: inline-block
}

.about-author {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    margin: 30px 0 0;
    border: 1px solid #e6e6e6
}

.nb-style .about-author {
    border: 0
}

.about-author .avatar-container {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    background-color: rgba(155, 155, 155, 0.1);
    overflow: hidden;
    margin: 0 17px 0 0
}

.rtl .about-author .avatar-container {
    float: right;
    margin: 0 0 0 17px
}

.about-author .author-avatar {
    float: left;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 0;
    overflow: hidden;
    transition: opacity .35s ease
}

.about-author .author-avatar.lazy-ify {
    opacity: 1
}

.about-author .author-name {
    display: block;
    font-size: 19px;
    color: #20293A;
    font-weight: 700;
    margin: 0 0 12px
}

.title-oswald .about-author .author-name {
    font-weight: 500
}

.about-author .author-name a {
    color: #20293A
}

.about-author .author-name a:hover {
    color: #CDA776;
    text-decoration: none
}

.author-description {
    overflow: hidden
}

.author-description span {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6em
}

.author-description span br {
    display: none
}

.author-description a {
    display: none;
    float: left;
    font-size: 13px;
    color: #000000;
    box-sizing: border-box;
    padding: 0;
    margin: 12px 12px 0 0
}

.rtl .author-description a {
    float: right;
    margin: 12px 0 0 12px
}

.author-description.show-icons li,
.author-description.show-icons a {
    display: inline-block
}

#related-wrap {
    overflow: hidden;
    float: left;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    margin: 30px 0 0;
    border: 1px solid #e6e6e6
}

.nb-style #related-wrap {
    border: 0
}

#related-wrap .related-tag {
    display: none
}

.related-content {
    float: left;
    width: 100%
}

.related-content .loader {
    height: 200px
}

.related-posts {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px
}

.related-posts .related-item {
    position: relative;
    float: left;
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 10px;
    margin: 20px 0 0
}

.rtl .related-posts .related-item {
    float: right
}

.related-posts .related-item.item-0,
.related-posts .related-item.item-1,
.related-posts .related-item.item-2 {
    margin: 0
}

.related-posts .entry-image {
    position: relative
}

.related-posts .entry-image-link {
    width: 100%;
    height: 140px;
    position: relative;
    display: block;
    overflow: hidden
}

.related-posts .entry-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 8px 0 0
}

.title-oswald .related-posts .entry-title {
    font-weight: 500
}

.related-posts .entry-meta {
    margin: 3px 0 0
}

.post-nav {
    float: left;
    width: 100%;
    font-size: 13px;
    margin: 30px 0 0
}

.post-nav a {
    color: #aaaaaa
}

.post-nav a:hover {
    color: #CDA776
}

.post-nav span {
    color: #aaaaaa;
    opacity: .8
}

.post-nav .blog-pager-newer-link:before,
.post-nav .blog-pager-older-link:after {
    margin-top: 1px
}

.post-nav .blog-pager-newer-link,
.rtl .post-nav .blog-pager-older-link {
    float: left
}

.post-nav .blog-pager-older-link,
.rtl .post-nav .blog-pager-newer-link {
    float: right
}

.post-nav .blog-pager-newer-link:before,
.rtl .post-nav .blog-pager-older-link:after {
    content: '\f053';
    float: left;
    font-family: 'Font Awesome 5 Free';
    font-size: 9px;
    font-weight: 900;
    margin: 0 4px 0 0
}

.post-nav .blog-pager-older-link:after,
.rtl .post-nav .blog-pager-newer-link:before {
    content: '\f054';
    float: right;
    font-family: 'Font Awesome 5 Free';
    font-size: 9px;
    font-weight: 900;
    margin: 0 0 0 4px
}

#blog-pager {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    clear: both;
    box-sizing: border-box;
    padding: 30px 0 0;
    margin: 30px 0 10px;
    border-top: 1px solid rgba(155, 155, 155, 0.1)
}

#blog-pager .load-more {
    display: inline-block;
    height: 34px;
    background-color: #CDA776;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 34px;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-radius: 2px
}

#blog-pager #load-more-link {
    color: #ffffff;
    cursor: pointer
}

#blog-pager #load-more-link:hover {
    background-color: #e53700;
    color: #ffffff
}

#blog-pager .load-more.no-more {
    background-color: rgba(155, 155, 155, 0.05);
    color: #aaaaaa
}

#blog-pager .loading,
#blog-pager .no-more {
    display: none
}

#blog-pager .loading .loader {
    height: 34px
}

#blog-pager .no-more.show {
    display: inline-block
}

#blog-pager .loading .loader:after {
    width: 26px;
    height: 26px;
    margin: -15px 0 0 -15px
}

.blog-post-comments {
    display: none;
    float: left;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    margin: 30px 0 0;
    border: 1px solid #e6e6e6
}

.nb-style .blog-post-comments {
    border: 0
}

.blog-post-comments.comments-system-disqus,
.blog-post-comments.comments-system-facebook {
    padding: 10px 20px
}

#comments,
#disqus_thread {
    float: left;
    width: 100%
}

.blog-post-comments .fb_iframe_widget_fluid_desktop,
.blog-post-comments .fb_iframe_widget_fluid_desktop span,
.blog-post-comments .fb_iframe_widget_fluid_desktop iframe {
    float: left;
    display: block !important;
    width: 100% !important
}

.fb-comments {
    padding: 0;
    margin: 0
}

.comments {
    display: block;
    clear: both;
    padding: 0;
    margin: 0
}

.comments .comments-content {
    float: left;
    width: 100%;
    margin: 0
}

#comments h4#comment-post-message {
    display: none
}

.comments .comment-block {
    padding: 20px 0 0 50px;
    border-top: 1px solid rgba(155, 155, 155, 0.1)
}

.rtl .comments .comment-block {
    padding: 20px 50px 0 0
}

.comments .comment-content {
    font-family: var(--text-font);
    font-size: 14px;
    color: #000000;
    line-height: 1.6em;
    margin: 15px 0
}

.comments .comment-content>a:hover {
    text-decoration: underline
}

.comment-thread .comment {
    position: relative;
    padding: 0;
    margin: 25px 0 0;
    list-style: none;
    border-radius: 0
}

.comment-thread ol {
    padding: 0;
    margin: 0
}

.toplevel-thread ol>li:first-child {
    margin: 0
}

.toplevel-thread ol>li:first-child>.comment-block {
    padding-top: 0;
    margin: 0;
    border: 0
}

.comment-thread.toplevel-thread>ol>.comment>.comment-replybox-single iframe {
    box-sizing: border-box;
    padding: 0 0 0 50px;
    margin: 20px 0 0
}

.rtl .comment-thread.toplevel-thread>ol>.comment>.comment-replybox-single iframe {
    padding: 0 50px 0 0
}

.comment-thread ol ol .comment:before {
    content: '\f3bf';
    position: absolute;
    left: -25px;
    top: -10px;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    color: rgba(155, 155, 155, 0.1);
    font-weight: 700;
    transform: rotate(90deg);
    margin: 0
}

.comment-thread .avatar-image-container {
    position: absolute;
    top: 20px;
    left: 0;
    width: 35px;
    height: 35px;
    overflow: hidden
}

.toplevel-thread ol>li:first-child>.avatar-image-container {
    top: 0
}

.rtl .comment-thread .avatar-image-container {
    left: auto;
    right: 0
}

.avatar-image-container img {
    width: 100%;
    height: 100%
}

.comments .comment-header .user {
    font-family: var(--title-font);
    font-size: 18px;
    color: #20293A;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 3px
}

.title-oswald .comments .comment-header .user {
    font-weight: 500
}

.comments .comment-header .user a {
    color: #20293A
}

.comments .comment-header .user a:hover {
    color: #CDA776
}

.comments .comment-header .icon.user {
    display: none
}

.comments .comment-header .icon.blog-author {
    display: inline-block;
    font-size: 12px;
    color: #CDA776;
    font-weight: 400;
    vertical-align: top;
    margin: -3px 0 0 5px
}

.rtl .comments .comment-header .icon.blog-author {
    margin: -3px 5px 0 0
}

.comments .comment-header .icon.blog-author:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

.comments .comment-header .datetime {
    float: right;
    margin: 0
}

.rtl .comments .comment-header .datetime {
    float: left
}

.comment-header .datetime a {
    font-family: var(--meta-font);
    font-size: 11px;
    color: #aaaaaa;
    padding: 0
}

.comments .comment-actions {
    display: block;
    margin: 0
}

.comments .comment-actions a {
    display: inline-block;
    height: 18px;
    background-color: rgba(155, 155, 155, 0.05);
    font-size: 11px;
    color: #aaaaaa;
    font-style: normal;
    line-height: 16px;
    padding: 0 7px;
    margin: 0 12px 0 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-radius: 2px
}

.rtl .comments .comment-actions a {
    margin: 0 0 0 12px
}

.comments .comment-actions a:hover {
    background-color: #CDA776;
    color: #ffffff
}

.item-control {
    display: none
}

.loadmore.loaded a {
    display: inline-block;
    border-bottom: 1px solid rgba(155, 155, 155, .51);
    text-decoration: none;
    margin-top: 15px
}

.comments .continue {
    display: none
}

.comments .toplevel-thread>#top-continue a {
    display: block;
    color: #CDA776;
    padding: 0 0 0 50px;
    margin: 30px 0 0
}

.rtl .comments .toplevel-thread>#top-continue a {
    padding: 0 50px 0 0
}

.comments .toplevel-thread>#top-continue a:hover {
    color: #20293A
}

.comments .comment-replies {
    padding: 0 0 0 50px
}

.thread-expanded .thread-count a,
.loadmore {
    display: none
}

.comments .footer,
.comments .comment-footer {
    float: left;
    width: 100%;
    font-size: 13px;
    margin: 0
}

.comments .comment-thread>.comment-replybox-thread {
    margin: 30px 0 0
}

.comment-form {
    float: left;
    width: 100%;
    margin: 0
}

p.comments-message {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #aaaaaa;
    font-style: italic;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(155, 155, 155, 0.1)
}

.no-comments p.comments-message {
    margin: 0;
    border: 0
}

p.comments-message>a {
    color: #CDA776
}

p.comments-message>a:hover {
    color: #20293A
}

p.comments-message>em {
    color: #d63031;
    font-style: normal
}

.comment-form>p {
    display: none
}

p.comment-footer span {
    color: #aaaaaa
}

p.comment-footer span:after {
    content: '\002A';
    color: #d63031
}

#sidebar-wrapper .sidebar {
    float: left;
    width: 100%
}

.sidebar>.widget {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 0 30px;
    border: 1px solid #e6e6e6
}

.nb-style .sidebar>.widget {
    border: 0
}

#sidebar>.widget:last-child,
#sidebar-ads>.widget {
    margin: 0
}

.post .sidebar-ads-active #sidebar>.widget:last-child {
    margin: 0 0 30px
}

.sidebar>.widget.no-style {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: unset
}

.sidebar>.widget .widget-title {
    position: relative;
    float: left;
    width: 100%;
    line-height: 1;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 2px solid #ebebeb
}

.sidebar>.widget .widget-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #CDA776;
    margin: 0 0 -2px
}

.rtl .sidebar>.widget .widget-title:after {
    left: unset;
    right: 0
}

.sidebar>.widget .widget-title>h3 {
    float: left;
    font-family: var(--body-font);
    font-size: 16px;
    color: #20293A;
    font-weight: 700;
    margin: 0
}

.main-oswald .sidebar>.widget .widget-title>h3 {
    font-weight: 500
}

.rtl .sidebar>.widget .widget-title>h3 {
    float: right
}

.sidebar>.widget.no-style .widget-title {
    display: none
}

.sidebar .widget-content {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.sidebar ul.social-icons {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px
}

.sidebar .social-icons li {
    float: left;
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 2px;
    margin: 4px 0 0
}

.rtl .sidebar .social-icons li {
    float: right
}

.sidebar .social-icons li.link-0,
.sidebar .social-icons li.link-1,
.sidebar .social-icons li.link-2 {
    margin: 0
}

.sidebar .social-icons li a {
    float: left;
    width: 100%;
    height: 32px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-radius: 2px
}

.sidebar .social-icons li a.instagram {
    border: 0
}

.sidebar .social-icons li a:before {
    float: left;
    width: 30px;
    height: 29px;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    margin: 0
}

.sidebar .social-icons li a.instagram:before {
    height: 32px;
    line-height: 32px
}

.rtl .sidebar .social-icons li a:before {
    float: right
}

.sidebar .social-icons li a span {
    float: right;
    font-size: 14px;
    padding: 0 13px
}

.rtl .sidebar .social-icons li a span {
    float: left
}

.sidebar .social-icons li a:hover {
    opacity: .85
}

.sidebar .loader {
    height: 180px
}

.custom-widget .custom-item {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 20px 0 0
}

.custom-widget .custom-item.item-0 {
    margin: 0
}

.custom-widget .entry-image-link {
    position: relative;
    float: left;
    width: 85px;
    height: 65px;
    overflow: hidden;
    margin: 0 13px 0 0
}

.rtl .custom-widget .entry-image-link {
    float: right;
    margin: 0 0 0 13px
}

.custom-widget .entry-image-link .entry-thumb {
    width: 85px;
    height: 65px
}

.custom-widget .cmm-avatar {
    width: 55px;
    height: 55px
}

.custom-widget .cmm-avatar .entry-thumb {
    width: 55px;
    height: 55px
}

.custom-widget .cmm-snippet {
    display: block;
    font-size: 11px;
    line-height: 1.5em;
    margin: 4px 0 0
}

.custom-widget .entry-header {
    overflow: hidden
}

.custom-widget .entry-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0
}

.title-oswald .custom-widget .entry-title {
    font-weight: 500
}

.custom-widget .entry-meta {
    margin: 3px 0 0
}

.PopularPosts .popular-post {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 20px 0 0
}

.PopularPosts .popular-post.item-0 {
    margin: 0
}

.PopularPosts .entry-image-link {
    position: relative;
    float: left;
    width: 85px;
    height: 65px;
    overflow: hidden;
    z-index: 1;
    margin: 0 13px 0 0
}

.rtl .PopularPosts .entry-image-link {
    float: right;
    margin: 0 0 0 13px
}

.PopularPosts .entry-image-link .entry-thumb {
    width: 85px;
    height: 65px
}

.PopularPosts .entry-header {
    overflow: hidden
}

.PopularPosts .entry-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0
}

.title-oswald .PopularPosts .entry-title {
    font-weight: 500
}

.PopularPosts .entry-meta {
    margin: 3px 0 0
}

.FeaturedPost .entry-image-link {
    position: relative;
    float: left;
    width: 100%;
    height: 175px;
    z-index: 1;
    overflow: hidden;
    margin: 0
}

.FeaturedPost .entry-header {
    float: left;
    margin: 0
}

.FeaturedPost .entry-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 12px 0 0
}

.title-oswald .FeaturedPost .entry-title {
    font-weight: 500
}

.FeaturedPost .entry-meta {
    margin: 7px 0 0;
    font-size: 13px
}

.sidebar>.widget.FollowByEmail:before {
    content: '';
    position: absolute;
    height: 4px;
    background-color: #CDA776;
    top: 0;
    left: 0;
    right: 0;
    margin: -1px -1px 0
}

.nb-style .sidebar>.widget.FollowByEmail:before {
    margin: 0
}

.FollowByEmail .widget-content {
    position: relative;
    box-sizing: border-box;
    padding: 0
}

.main .item-post-inner .FollowByEmail .widget-content-inner {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid rgba(155, 155, 155, 0.2)
}

.follow-by-email-content {
    position: relative;
    z-index: 5
}

.follow-by-email-title {
    font-family: var(--body-font);
    font-size: 16px;
    color: #20293A;
    font-weight: 700;
    margin: 0 0 13px
}

.follow-by-email-text {
    font-size: 13px;
    line-height: 1.5em;
    margin: 0 0 15px
}

.follow-by-email-address {
    width: 100%;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.05);
    font-family: inherit;
    font-size: 12px;
    color: #aaaaaa;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 0 10px;
    border: 1px solid rgba(155, 155, 155, 0.2);
    border-radius: 2px
}

.follow-by-email-address:focus {
    background-color: rgba(155, 155, 155, 0.05);
    border-color: rgba(155, 155, 155, 0.4)
}

.follow-by-email-submit {
    width: 100%;
    height: 34px;
    background-color: #CDA776;
    font-family: inherit;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 34px;
    cursor: pointer;
    padding: 0 20px;
    border: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-radius: 2px
}

.follow-by-email-submit:hover {
    background-color: #e53700;
    color: #ffffff
}

.list-label li,
.archive-list li {
    position: relative;
    display: block
}

.list-label li a,
.archive-list li a {
    display: block;
    color: #20293A;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 5px 0
}

.list-label li:first-child a,
.archive-list li:first-child a {
    padding: 0 0 5px
}

.list-label li:last-child a,
.archive-list li:last-child a {
    padding-bottom: 0
}

.list-label li a:hover,
.archive-list li a:hover {
    color: #CDA776
}

.list-label .label-count,
.archive-list .archive-count {
    float: right;
    font-size: 11px;
    color: #aaaaaa;
    text-decoration: none;
    margin: 1px 0 0 5px
}

.rtl .list-label .label-count,
.rtl .archive-list .archive-count {
    float: left;
    margin: 1px 5px 0 0
}

.cloud-label li {
    position: relative;
    float: left;
    margin: 0 5px 5px 0
}

.rtl .cloud-label li {
    float: right;
    margin: 0 0 5px 5px
}

.cloud-label li a {
    display: block;
    height: 25px;
    background-color: rgba(155, 155, 155, 0.05);
    color: #aaaaaa;
    font-size: 11px;
    line-height: 23px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 0 9px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-radius: 2px
}

.cloud-label li a:hover {
    background-color: #CDA776;
    color: #ffffff
}

.cloud-label .label-count {
    display: none
}

.BlogSearch .search-form {
    display: flex;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 2px;
    border: 1px solid rgba(155, 155, 155, 0.2)
}

.BlogSearch .search-input {
    float: left;
    width: 100%;
    height: 32px;
    background-color: rgba(0, 0, 0, 0);
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    border: 0;
    border-radius: 0
}

.BlogSearch .search-input:focus {
    outline: none
}

.BlogSearch .search-action {
    float: right;
    width: auto;
    height: 32px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #CDA776;
    color: #ffffff;
    padding: 0 15px;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .1)
}

.BlogSearch .search-action:hover {
    background-color: #e53700;
    color: #ffffff
}

.Profile ul li {
    float: left;
    width: 100%;
    margin: 20px 0 0
}

.Profile ul li:first-child {
    margin: 0
}

.Profile .profile-img {
    float: left;
    width: 55px;
    height: 55px;
    background-color: rgba(155, 155, 155, 0.08);
    overflow: hidden;
    color: transparent !important;
    margin: 0 12px 0 0;
    border-radius: 50%
}

.Profile .profile-datablock {
    margin: 0
}

.Profile .profile-info>.profile-link {
    display: inline-block;
    font-size: 12px;
    color: #CDA776;
    font-weight: 400;
    margin: 3px 0 0
}

.Profile .profile-info>.profile-link:hover {
    color: #20293A
}

.Profile .g-profile,
.Profile .profile-data .g-profile {
    font-size: 15px;
    color: #20293A;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 5px
}

.Profile .g-profile:hover,
.Profile .profile-data .g-profile:hover {
    color: #CDA776
}

.Profile .profile-textblock {
    display: none
}

.profile-data.location {
    font-size: 12px;
    color: #aaaaaa;
    line-height: 1.4em;
    margin: 2px 0 0
}

.widget-ready .PageList ul li,
.widget-ready .LinkList ul li {
    position: relative;
    display: block
}

.widget-ready .PageList ul li a,
.widget-ready .LinkList ul li a {
    display: block;
    color: #20293A;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0
}

.widget-ready .PageList ul li:first-child a,
.widget-ready .LinkList ul li:first-child a {
    padding: 0 0 5px
}

.widget-ready .PageList ul li a:hover,
.widget-ready .LinkList ul li a:hover {
    color: #CDA776
}

.Text .widget-content {
    font-family: var(--text-font);
    font-size: 13px;
    line-height: 1.5em
}

.Image .image-caption {
    font-size: 13px;
    line-height: 1.5em;
    margin: 10px 0 0;
    display: block
}

.contact-form-widget form {
    font-family: inherit;
    font-weight: 400
}

.contact-form-name {
    float: left;
    width: 100%;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.05);
    font-family: inherit;
    font-size: 13px;
    color: #000000;
    line-height: 34px;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 0 0 10px;
    border: 1px solid rgba(155, 155, 155, 0.2);
    border-radius: 2px
}

.contact-form-email {
    float: left;
    width: 100%;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.05);
    font-family: inherit;
    font-size: 13px;
    color: #000000;
    line-height: 34px;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 0 0 10px;
    border: 1px solid rgba(155, 155, 155, 0.2);
    border-radius: 2px
}

.contact-form-email-message {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    font-family: inherit;
    font-size: 13px;
    color: #000000;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 0 0 10px;
    border: 1px solid rgba(155, 155, 155, 0.2);
    border-radius: 2px
}

.contact-form-button-submit {
    float: left;
    width: 100%;
    height: 34px;
    background-color: #CDA776;
    font-family: inherit;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    line-height: 33px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    border: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-radius: 2px
}

.contact-form-button-submit:hover {
    background-color: #e53700;
    color: #ffffff
}

.contact-form-error-message-with-border {
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    font-size: 12px;
    color: #e74c3c;
    text-align: left;
    line-height: 12px;
    padding: 3px 0;
    margin: 10px 0;
    box-sizing: border-box;
    border: 0
}

.contact-form-success-message-with-border {
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    font-size: 12px;
    color: #27ae60;
    text-align: left;
    line-height: 12px;
    padding: 3px 0;
    margin: 10px 0;
    box-sizing: border-box;
    border: 0
}

.rtl .contact-form-error-message-with-border,
.rtl .contact-form-success-message-with-border {
    text-align: right
}

.contact-form-cross {
    cursor: pointer;
    margin: 0 0 0 3px
}

.rtl .contact-form-cross {
    margin: 0 3px 0 0
}

.contact-form-error-message,
.contact-form-success-message {
    margin: 0
}

.contact-form-name:focus,
.contact-form-email:focus,
.contact-form-email-message:focus {
    background-color: rgba(155, 155, 155, 0.05);
    border-color: rgba(155, 155, 155, 0.4)
}

.Attribution a {
    font-size: 14px;
    line-height: 16px;
    display: block
}

.Attribution a>svg {
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 4px 0 0
}

.Attribution .copyright {
    font-size: 12px;
    color: #aaaaaa;
    padding: 0 20px;
    margin: 3px 0 0
}

#footer-wrapper {
    background-color: #20293A;
    color: #aaaaaa;
    border-top: 1px solid rgba(155, 155, 155, 0.2)
}

#footer-wrapper .container {
    position: relative;
    margin: 0 auto
}

#about-section {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0;
    margin: 0
}

#about-section.no-items {
    padding: 0;
    border: 0
}

.compact-footer #about-section {
    border: 0
}

#about-section .widget {
    position: relative;
    float: left;
    box-sizing: border-box;
    margin: 0
}

.rtl #about-section .widget {
    float: right
}

#about-section .widget>widget-content {
    display: none
}

#about-section .widget-content .widget-title>h3 {
    position: relative;
    font-family: var(--body-font);
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px
}

.title-oswald #about-section .widget-content .widget-title>h3 {
    font-weight: 500
}

#about-section .Image {
    width: 70%;
    padding: 0 30px 0 0
}

.rtl #about-section .Image {
    padding: 0 0 0 30px
}

#about-section .Image .widget-content {
    position: relative;
    float: left;
    width: 100%;
    margin: 0
}

#about-section .footer-logo {
    display: block;
    float: left;
    max-width: 30%;
    max-height: 44px;
    padding: 19px 0;
    margin: 0
}

.rtl #about-section .footer-logo {
    float: right
}

#about-section .footer-logo img {
    max-height: 44px;
    vertical-align: middle
}

#about-section .about-content {
    max-width: 70%;
    display: block;
    float: left;
    padding: 0 0 0 30px;
    box-sizing: border-box
}

.rtl #about-section .about-content {
    float: right;
    padding: 0 30px 0 0
}

#about-section .Image .no-image .about-content {
    max-width: 100%;
    padding: 0 30px 0 0
}

.rtl #about-section .Image .no-image .about-content {
    padding: 0 0 0 30px
}

#about-section .Image .image-caption {
    font-size: 14px;
    margin: 0
}

#about-section .Image .image-caption a {
    color: #CDA776
}

#about-section .Image .image-caption a:hover {
    color: #f2f2f2
}

#about-section .LinkList {
    float: right;
    width: 30%
}

#about-section .LinkList .widget-content {
    float: right
}

.rtl #about-section .LinkList,
.rtl #about-section .LinkList .widget-content {
    float: left
}

.about-section ul.social-footer {
    float: right
}

.rtl .about-section ul.social-footer {
    float: left
}

.about-section .social-footer li {
    float: left;
    margin: 0 7px 0 0
}

.rtl .about-section .social-footer li {
    float: right;
    margin: 0 0 0 7px
}

.about-section .social-footer li:last-child,
.rtl .about-section .social-footer li:last-child {
    margin: 0
}

.about-section .social-footer li a {
    display: block;
    width: 34px;
    height: 34px;
    background-color: rgba(155, 155, 155, 0.1);
    font-size: 15px;
    color: #f2f2f2;
    text-align: center;
    line-height: 34px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-radius: 2px
}

.about-section .social-footer li a:hover {
    color: #fff
}

.about-section .social-footer li a.instagram:hover {
    border: 0
}

#footerbar {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #12161d;
    color: #ffffff;
    overflow: hidden;
    margin: 0
}

#footerbar.border>.container {
    border-top: 1px solid rgba(155, 155, 155, 0.2)
}

.compact-footer #footerbar.border>.container {
    border: 0
}

#footerbar .footer-copyright {
    float: left;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 0
}

.rtl #footerbar .footer-copyright {
    float: right
}

#footerbar .footer-copyright a {
    color: #ffffff
}

#footerbar .footer-copyright a:hover {
    color: #CDA776
}

#footer-menu {
    float: right;
    position: relative;
    display: block;
    margin: 15px 0 0
}

.rtl #footer-menu {
    float: left
}

#footer-menu .widget>.widget-title,
#footer-copyright .widget>.widget-title {
    display: none
}

.footer-menu ul li {
    position: relative;
    float: left;
    margin: 0
}

.rtl .footer-menu ul li {
    float: right
}

.footer-menu ul li a {
    float: left;
    height: 30px;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    padding: 0;
    margin: 0 0 0 20px
}

.rtl .footer-menu ul li a {
    margin: 0 20px 0 0
}

#footer-menu ul li a:hover {
    color: #CDA776
}

#hidden-widgets-wrap,
.hidden-widgets {
    display: none;
    visibility: hidden
}

.back-top {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 34px;
    height: 34px;
    background-color: #CDA776;
    cursor: pointer;
    overflow: hidden;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    line-height: 34px;
    z-index: 50;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-radius: 2px
}

.rtl .back-top {
    right: auto;
    left: 15px
}

.back-top:after {
    content: '\f077';
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.back-top:hover {
    background-color: #e53700;
    color: #ffffff
}

.error404 #main-wrapper {
    width: 100%
}

.error404 #sidebar-wrapper {
    display: none
}

.errorWrap {
    color: #20293A;
    text-align: center;
    padding: 60px 0
}

.errorWrap h3 {
    font-size: 160px;
    line-height: 1em;
    margin: 0 0 40px
}

.errorWrap h4 {
    font-size: 25px;
    margin: 0 0 30px
}

.errorWrap p {
    margin: 0 0 15px
}

.errorWrap a {
    display: inline-block;
    height: 32px;
    background-color: #CDA776;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 32px;
    padding: 0 30px;
    margin: 15px 0 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-radius: 2px
}

.errorWrap a:hover {
    background-color: #e53700;
    color: #ffffff
}

.cookie-choices-info {
    top: unset !important;
    bottom: 0
}

a.ads-here {
    display: block;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 400;
    font-style: italic;
    line-height: 88px;
    border: 1px solid #ebebeb
}

#main a.ads-here {
    background-color: rgba(155, 155, 155, 0.05)
}

.sidebar a.ads-here {
    line-height: 265px
}

.sidebar a.ads-here.ad-600 {
    line-height: 598px
}

a.ads-here:hover {
    text-decoration: none;
    color: #CDA776;
    border-color: #ccc
}

@media screen and (max-width: 1165px) {
    #outer-wrapper {
        max-width: 100%
    }

    .row-x1 {
        width: 100%
    }

    .headerify-wrap .headerify,
    .header-ad-wrap>.container,
    #featured-wrapper .container,
    #content-wrapper>.container,
    #footer-wrapper .container {
        box-sizing: border-box;
        padding: 0 20px
    }
}

@media screen and (max-width: 980px) {

    #main-wrapper,
    #sidebar-wrapper {
        width: 100%
    }

    #sidebar-wrapper {
        margin: 30px 0 0
    }
}

@media screen and (max-width: 880px) {
    .magify-free-main-menu {
        display: none
    }

    .headerify-wrap .headerify {
        padding: 0
    }

    .main-logo-wrap {
        width: 100%;
        text-align: center;
        z-index: 15;
        margin: 0
    }

    .main-logo .header-widget,
    .main-logo .main-logo-img,
    .main-logo .blog-title {
        float: none;
        display: inline-block
    }

    .nav-active .back-top {
        opacity: 0 !important
    }

    .overlay,
    .show-mobile-menu,
    #slide-menu {
        display: block
    }

    .nav-active .overlay {
        visibility: visible;
        opacity: 1
    }

    .search-toggle {
        width: auto;
        background-color: rgba(0, 0, 0, 0);
        text-align: center;
        padding: 0 20px
    }

    #nav-search,
    .rtl #nav-search {
        width: unset;
        left: 20px;
        right: 20px;
        border-radius: 2px 0 2px 2px
    }

    .rtl #nav-search {
        border-radius: 0 2px 2px 2px
    }

    #nav-search:before {
        right: 0
    }

    .rtl #nav-search:before {
        right: unset;
        left: 0
    }
}

@media screen and (max-width: 780px) {
    #about-section {
        text-align: center
    }

    #about-section .Image,
    .rtl #about-section .Image {
        width: 100%;
        padding: 0
    }

    #about-section .footer-logo,
    .rtl #about-section .footer-logo {
        display: inline-block;
        float: none;
        max-width: 100%;
        padding: 0 0 30px
    }

    #about-section .about-content,
    .rtl #about-section .about-content,
    #about-section .Image .no-image .about-content,
    .rtl #about-section .Image .no-image .about-content {
        max-width: 100%;
        padding: 0
    }

    #about-section .LinkList,
    #about-section .LinkList .widget-content {
        width: 100%
    }

    #about-section .LinkList {
        margin: 30px 0 0
    }

    #about-section .LinkList .widget-content .widget-title>h3 {
        margin: 0 0 20px
    }

    .about-section ul.social-footer,
    .rtl .about-section ul.social-footer {
        float: none;
        display: block;
        padding: 0
    }

    .about-section .social-footer li,
    .rtl .about-section .social-footer li {
        float: none;
        display: inline-block;
        margin: 0 5px
    }

    .about-section .social-footer li:last-child,
    .rtl .about-section .social-footer li:last-child {
        margin: 0 5px
    }

    #footerbar {
        height: auto;
        line-height: 1.4em;
        padding: 20px 0
    }

    #footer-menu,
    #footerbar .footer-copyright {
        width: 100%;
        height: unset;
        line-height: inherit;
        text-align: center;
        margin: 0
    }

    #footer-menu ul li,
    .rtl #footer-menu ul li {
        float: none;
        display: inline-block;
        margin: 0
    }

    #footer-menu ul li a,
    .rtl #footer-menu ul li a {
        height: unset;
        line-height: inherit;
        margin: 0 7px
    }

    #footerbar .footer-copyright .widget {
        padding: 0 0 15px
    }
}

@media screen and (max-width: 680px) {

    #featured .widget,
    #featured .widget-content,
    .featured-posts {
        height: auto
    }

    #featured .widget-content .loader {
        height: 200px
    }

    .featured-item {
        width: 50%;
        height: 180px;
        margin: 2px 0 0
    }

    .featured-item.item-0 {
        width: 100%;
        height: 200px;
        margin: 0
    }

    .featured-item.item-1 {
        width: 100%;
        height: 180px;
        margin: 2px 0 0
    }

    .block-posts-1 .block-item {
        width: 100%
    }

    .block-posts-1 .item-0 {
        width: 100%;
        margin: 0 0 5px
    }

    .block-posts-1 .item-1 {
        margin: 20px 0 0
    }

    .block-posts-1 .block-inner {
        height: 200px
    }

    .block-posts .block-column {
        width: 100%
    }

    .block-videos .videos-item {
        width: 100%;
        padding: 0 10px;
        margin: 20px 0 0 !important
    }

    .block-videos .videos-item.item-0 {
        margin: 0 !important
    }

    .block-videos .entry-image-link {
        height: 160px
    }

    .block-videos .entry-title {
        margin: 10px 0 0
    }

    .grid-posts-1 .grid-item {
        width: 100%;
        padding: 0 10px;
        margin: 20px 0 0 !important
    }

    .grid-posts-1 .grid-item.item-0 {
        margin: 0 !important
    }

    .grid-posts-1 .entry-image-link {
        height: 160px
    }

    .grid-posts-1 .entry-title {
        margin: 10px 0 0
    }

    .related-posts .related-item {
        width: 100%;
        padding: 0 10px;
        margin: 20px 0 0 !important
    }

    .related-posts .related-item.item-0 {
        margin: 0 !important
    }

    .related-posts .entry-image-link {
        height: 160px
    }

    .related-posts .entry-title {
        margin: 10px 0
    }

    .index-post .entry-image,
    .rtl .index-post .entry-image {
        width: 100%;
        height: 180px;
        margin: 0 0 15px
    }

    .index-post .entry-header {
        float: left;
        width: 100%
    }

    .item-post h1.entry-title {
        font-size: 31px
    }

    .sidebar a.ads-here,
    .sidebar a.ads-here.ad-600 {
        line-height: 88px
    }
}

@media screen and (max-width: 460px) {
    .featured-item {
        width: 100%
    }

    .featured-item.item-0 .entry-title {
        font-size: 20px
    }

    .featured-item.item-1 .entry-title {
        font-size: 14px
    }

    .featured-item.item-1 .entry-author {
        display: none
    }

    .index-post .entry-title {
        font-size: 20px
    }

    .index-post .entry-excerpt {
        font-size: 13px
    }

    .item-post h1.entry-title {
        font-size: 29px
    }

    .share-links li a.facebook,
    .share-links li a.twitter {
        width: 36px
    }

    .share-links li a.facebook span,
    .share-links li a.twitter span {
        display: none
    }

    .share-links li a.facebook:before,
    .share-links li a.twitter:before {
        width: 34px;
        background-color: rgba(0, 0, 0, 0)
    }

    .comments .comment-content iframe#youtube {
        height: 180px
    }
}

@media screen and (max-width: 360px) {

    .featured-item,
    .featured-item.item-1 {
        height: 140px
    }

    .featured-item.item-0,
    .block-posts-1 .block-inner,
    .column-inner {
        height: 180px
    }

    .featured-item.item-0 .entry-title {
        font-size: 16px
    }

    .featured-item .entry-category {
        display: none
    }

    .featured-item.item-0 .entry-category {
        display: inline-block
    }

    .index-post .entry-image,
    .rtl .index-post .entry-image {
        height: 160px
    }

    .index-post .entry-title {
        font-size: 18px
    }

    .item-post h1.entry-title {
        font-size: 21px
    }

    .share-links li.share-icon {
        display: none
    }

    .errorWrap h3 {
        font-size: 130px
    }

    .comments .comment-content iframe#youtube {
        height: 140px
    }
}

.post-body img {
    display: block;
    height: 100%;
    width: 100%;
}
