a:focus,
a:hover {
    text-decoration: none;
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #337ab7
}

a:link,
a:visited {
    text-decoration: none;
    color: #1b1d25
}

a {
    text-decoration: none;
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #43c7d7
}

b,
strong {
    font-weight: 700!important
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none
}

.h1,
h1 {
    font-size: 32px
}

.zero-clipboard {
    position: relative
}

.full-width-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0 15px
}

.btn-clipboard {
    background-color: #fff;
    border: 1px solid #e1e1e8;
    border-radius: 0 4px;
    color: #767676;
    cursor: pointer;
    display: block;
    font-size: 12px;
    padding: 5px 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.h1,
h1 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600
}

.h2,
h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600
}

.h3,
h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600
}

.h4,
h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600
}

.h5,
h5 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600
}

.h6,
h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121
}

.post-content .h1,
.post-content .h2,
.post-content .h3,
.post-content .h4,
.post-content .h5,
.post-content .h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 15px 0;
    color: #212121
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    width: 100%
}

textarea {
    -webkit-font-smoothing: antialiased;
    min-height: 125px
}

input[type=email],
input[type=file],
input[type=password],
input[type=text],
textarea {
    display: inline-block;
    float: left;
    padding: 10px 15px;
    border: 0;
    border: 1px solid #e2e2e2;
    background: #fff;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 3px
}

dd,
dt {
    line-height: 30px
}

dd {
    display: block;
    -webkit-margin-start: 40px
}

.theme-wrapper {
    background: #fff;
    position: relative;
    overflow: hidden
}

.wrapper-boxed {
    width: 1200px;
    margin: auto;
    overflow: auto;
    position: relative;
    overflow-x: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    background: #000
}

.wrapper-border {
    border: 15px solid;
    border-color: #ffe4b2
}

.none-padding {
    padding: 0
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 111;
    margin-top: 0;
    top: 0;
    right: 0;
    left: 0
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-left: 5px solid #43c7d7;
    border-right: 5px solid #43c7d7;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px
}

#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.loading-posts {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, .9)
}

.loading-posts:before {
    content: '';
    width: 40px;
    height: 40px;
    margin: 100px auto;
    position: absolute;
    background-color: #333;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.header-topbar.topbar-menu {
    background: #1d1d1d;
    position: relative;
    z-index: 10;
    border-bottom: 1px Solid #1d1d1d
}

.data-time-header {
    display: inline-block;
    float: left;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-right: 1px Solid rgba(255, 255, 255, .25);
    line-height: 36px
}

.data-time-header i {
    float: left;
    line-height: 36px;
    margin-right: 5px;
    font-size: 14px
}

.topbar-nav-menu {
    float: left;
    display: inline-block;
    padding: 0 15px;
    border-right: 1px Solid #000;
    line-height: 36px
}

.topbar-nav-menu li {
    display: inline-block
}

.topbar-nav-menu li a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    padding: 0 10px;
    line-height: 15px;
    border-right: 1px Solid #1b1d25;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.topbar-nav-menu li:last-child a {
    border: 0
}

.topbar-nav-menu li a:hover {
    color: #43c7d7
}

.top-navbar-menu li.menu-item-has-children,
.top-navbar-menu li.page_item_has_children {
    position: relative
}

.top-navbar-menu li.menu-item-has-children ul,
.top-navbar-menu li.page_item_has_children ul {
    position: absolute;
    top: 37px;
    background: #1d1d1d;
    width: 250px;
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.top-navbar-menu li.menu-item-has-children:hover>ul,
.top-navbar-menu li.page_item_has_children:hover>ul {
    clip: inherit;
    opacity: 1;
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.top-navbar-menu li.menu-item-has-children ul li,
.top-navbar-menu li.page_item_has_children ul li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px Solid #000;
    line-height: 25px
}

.top-navbar-menu li.menu-item-has-children ul li:last-child,
.top-navbar-menu li.page_item_has_children ul li:last-child {
    border: 0
}

.top-navbar-menu li.menu-item-has-children ul li ul,
.top-navbar-menu li.page_item_has_children ul li ul {
    left: 100%;
    top: -1px
}

.top-navbar-menu li.menu-item-has-children ul li a,
.top-navbar-menu li.page_item_has_children ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    line-height: 25px
}

.top-navbar-menu li.menu-item-has-children>a:after,
.top-navbar-menu li.page_item_has_children>a:after {
    content: '\f107';
    font-family: FontAwesome;
    float: right;
    margin-left: 10px
}

.logo-header {
    padding: 40px 0
}

.logo-header a img {
    max-height: 70px
}

.navbar-top ul.social-icons {
    text-align: right
}

.topbar-left {
    display: inline-block;
    width: 100%;
    float: left;
    border-left: 1px Solid #000
}

.topbar-right {
    display: inline-block;
    width: 100%;
    float: right;
    border-right: 1px Solid #000
}

.Social-header {
    padding: 0 15px;
    display: inline-block;
    float: right;
    border-left: 1px Solid #000
}

.social-icons li {
    display: inline-block;
    width: 25px;
    line-height: 35px;
    text-align: center
}

.social-icons li a {
    font-size: 13px;
    color: #fff
}

.navbar-top-menu li a:hover,
.social-icons li a:hover {
    color: #43c7d7
}

.Social-header a.close-button.pull-left {
    padding: 9px 0
}

.main-nav {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0 0 30px 0;
    position: relative
}

.main-menu {
    display: inline-block;
    max-width: 100%;
    padding: 0;
    text-align: center
}

.menu-fallback {
    display: inline-block
}

.menu-fallback p {
    line-height: 3;
    font-size: 13px
}

.header-topbar .menu-fallback p,
.top_footer .menu-fallback p {
    color: #fff;
    font-size: 10px;
    padding: 15px 0
}

.bottom_footer .menu-fallback p,
.top_footer .menu-fallback p {
    color: #fff;
    font-size: 12px
}

.navbar-top {
    padding: 15px 0
}

.main-icons {
    float: right;
    max-width: 100%
}

.navbar-logo {
    display: block;
    max-width: 100%
}

.navbar-logo.text-left.pull-left {
    padding: 12px 0
}

.navbar-ads {
    float: right;
    max-width: 100%;
    display: inline-block
}

.header-menu {
    display: inline-block;
    width: 100%;
    position: relative;
    border-top: 1px Solid #f5f5f5;
    border-bottom: 1px Solid #f5f5f5;
    float: left
}

.header-banner-adv {
    position: relative;
    margin: 30px 0;
    text-align: right;
    display: inline-block;
    width: 100%
}

.breaking-bar {
    position: relative;
    padding: 15px 0;
    display: inline-block;
    width: 100%
}

.title-news-ticker {
    display: inline-block;
    float: left;
    background: #43c7d7;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    font-weight: 700;
    line-height: 1
}

.breaking-bar .breaking-bar .post-category.category-bg-color {
    display: inline-block;
    width: auto;
    float: none
}

.breaking-bar .entry-title {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    line-height: 32px!important;
    letter-spacing: 0;
    margin-left: 15px
}

.breaking-bar .post-data {
    display: inline-block;
    color: #b5b5b5;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase
}

.breaking-bar .post-data:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 1px;
    background: #ddd;
    margin: 12px 10px;
    float: left
}

.ticker-slide-nav {
    position: absolute;
    width: auto;
    top: 15px;
    right: 0;
    margin: auto;
    text-align: right
}

.ticker-slide-nav div {
    background: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border: 1px Solid #f5f5f5;
    position: relative;
    margin-right: 5px;
    cursor: pointer;
    font-size: 0;
    float: right
}

.ticker-slide-nav .prev-arrow {
    margin-right: 0
}

.ticker-slide-nav div.prev-arrow:before {
    content: '\f105';
    font-family: FontAwesome;
    color: #1b1d25;
    font-size: 18px;
    text-align: center;
    width: 100%;
    position: absolute;
    display: inline-block;
    line-height: 28px;
    right: 0;
    left: 0;
    margin: auto
}

.ticker-slide-nav div.next-arrow:before {
    content: '\f104';
    font-family: FontAwesome;
    color: #1b1d25;
    font-size: 18px;
    text-align: center;
    width: 100%;
    position: absolute;
    display: inline-block;
    line-height: 28px;
    right: 0;
    left: 0;
    margin: auto
}

#headermenu #menu-button,
#headermenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff
}

#headermenu,
#headermenu ul,
#headermenu ul li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 0;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#headermenu:after,
#headermenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#headermenu #menu-button {
    display: none
}

#headermenu {
    width: auto;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    text-align: center
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #43c7d7;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

#headermenu>ul>li {
    display: inline-block;
    position: relative;
    float: left
}

#headermenu>ul>li>a {
    padding: 16px 15px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    color: #1b1d25;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: 0 0
}

.header-sticky #headermenu>ul>li>a {
    padding: 25px 15px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #1b1d25;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: 0 0
}

#headermenu>ul>li.current>a:before {
    width: 100%
}

#headermenu>ul>li.current-menu-item>a,
#headermenu>ul>li.current-menu-item>a i,
#headermenu>ul>li:hover>a {
    color: #fff
}

#headermenu>ul>li.menu-item:hover>a::after {
    opacity: 1;
    background: #43c7d7
}

#headermenu ul ul {
    position: absolute;
    left: 0;
    border: none;
    z-index: 1111111;
    margin-top: 0;
    background: #fff;
    padding: 10px;
    border: 1px Solid #f5f5f5
}

#headermenu li:hover>ul {
    left: auto
}

#headermenu ul ul li,
#headermenu ul ul ul li {
    text-align: left
}

#headermenu ul ul ul {
    margin-left: 0;
    top: 1px;
    left: 1px;
    border: none
}

#headermenu ul ul li {
    height: auto;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
    border-bottom: none;
    position: relative;
    border-bottom: 1px Solid #eee
}

#headermenu ul ul li:last-child {
    border-bottom: 0
}

#headermenu ul ul li a {
    text-decoration: none;
    min-width: 230px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    padding: 14px 15px;
    line-height: 1;
    color: #1b1d25;
    font-size: 12px;
    text-transform: none;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #fff
}

.sub-menu.item-with-ul:before {
    content: '\f105';
    position: absolute;
    z-index: 1111;
    right: 15px;
    top: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #1b1d25
}

#headermenu ul ul li:hover::before {
    color: #43c7d7
}

#headermenu ul ul li a:before {
    width: 0
}

#headermenu ul ul li a:hover,
#headermenu ul ul li:hover>a {
    background: #f5f5f5;
    color: #43c7d7;
    padding-left: 25px;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#headermenu ul ul li.active a {
    background: #f5f5f5;
    color: #43c7d7;
    padding-left: 25px;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#headermenu ul ul li.has-sub>a::after {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #616161;
    border-right: 1px solid #616161;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease
}

#headermenu.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

#headermenu ul ul li.has-sub:hover>a::after {
    border-color: #43c7d7
}

.menu-top-nav ul {
    margin: 0
}

.menu-top-nav ul li {
    display: inline-block
}

.menu-top-nav ul li a {
    color: #aeaeae;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 55px;
    margin: 0 10px;
    letter-spacing: 0
}

.menu-top-nav ul li a:hover {
    color: #43c7d7
}

#headermenu li.menu-item-has-children>a:before,
#headermenu>li.mega-menu>a:before {
    position: relative;
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: 900;
    content: "\f107";
    right: -7px;
    top: 0
}

#headermenu ul.sub-menu li.menu-item-has-children>a:before {
    right: 10px
}

header #headermenu ul>li.mega-menu .mega-menu-content .sub-menu .mega-category {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

header #headermenu ul>li .child-menu ul li:hover .child-menu,
header #headermenu ul>li.mega-menu .mega-menu-content .sub-menu .menu-active .mega-category,
header #headermenu ul>li.mega-menu:hover .mega-menu-content,
header #headermenu ul>li.menu-item-has-children:hover .mega-menu-content,
header #headermenu ul>li:hover .child-menu {
    visibility: visible;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 1;
    pointer-events: auto
}

header #headermenu ul>li .child-menu,
header #headermenu ul>li .mega-menu-content {
    position: absolute;
    width: 230px;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 11;
    border: 0 Solid #ecedee;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    text-align: left;
    pointer-events: none;
    visibility: hidden;
    opacity: 0
}

header #headermenu ul>li.mega-menu .mega-menu-content .mega-category.five-menu {
    position: absolute;
    display: block;
    z-index: 999;
    width: 78%;
    right: 0;
    top: 0;
    height: 305px;
    overflow: hidden;
    border-bottom: 1px Solid #eee
}

header #headermenu ul>li.mega-menu .mega-menu-content .mega-category.five-menu .mega-category-content {
    background-color: #fff;
    border-top: 0;
    border-bottom: 0
}

header #headermenu ul>li.mega-menu .mega-menu-content {
    width: 100%;
    max-width: 100%;
    background: #fff;
    z-index: 111;
    float: right;
    min-height: 306px;
    border-top: 1px SOlid #f5f5f5;
    border-right: none;
    border-left: none;
    border-bottom: none
}

header #headermenu .menu-item.mega-menu,
header #headermenu .menu-item.mega-menu.item-with-ul {
    position: initial!important
}

header #headermenu ul>li.mega-menu .mega-menu-content .sub-menu {
    border-color: #eee
}

header #headermenu ul>li.mega-menu .mega-menu-content .sub-menu li:hover>a,
header #headermenu ul>li.mega-menu .mega-menu-content .sub-menu li>a:hover {
    background-color: #fff
}

header #headermenu ul>li.mega-menu .mega-menu-content .mega-category-content {
    padding: 30px 15px;
    position: absolute;
    margin-top: 0;
    z-index: 111;
    background: #fff;
    margin-left: 0;
    border-top: 0;
    width: 100%
}

header #headermenu ul>li.mega-menu .mega-menu-content .sub-menu {
    float: left;
    width: 22%;
    height: 100%;
    padding: 30px 0 0;
    position: initial;
    border-right: 0 Solid;
    border-color: #eee;
    background: #fff;
    border-top: 0
}

header #headermenu ul>li.mega-menu .mega-menu-content .sub-menu li {
    display: inline-block;
    width: 100%;
    border-right: 0
}

header #headermenu ul>li.mega-menu .mega-menu-content .sub-menu li>a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

header #headermenu ul>li.mega-menu .mega-menu-content .mega-category-content li {
    width: 22%;
    margin: 0 15px;
    vertical-align: top;
    display: inline-block;
    background: 0 0;
    border: 0;
    min-height: 240px
}

header #headermenu ul>li.mega-menu .mega-menu-content .mega-category.five-menu .mega-category-content li {
    width: 29.5%;
    border-top: 0;
    min-height: 250px
}

header #headermenu ul>li .child-menu ul li .child-menu {
    left: 100%;
    top: -3px;
    text-align: left;
    pointer-events: none;
    visibility: hidden;
    opacity: 0
}

header #headermenu .mega-category-content li a {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    min-width: 100%
}

header #headermenu .mega-category-content li a:hover {
    padding: 0;
    margin: 0;
    width: 100%;
    background: 0 0
}

header #headermenu .mega-category-content .post-image a img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .5s ease
}

header #headermenu .mega-category-content .post-image a img:hover {
    opacity: .8;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .5s ease
}

header #headermenu .mega-category-content .post-detail {
    margin: 15px 0 0
}

header #headermenu ul>li.mega-menu .mega-menu-content .mega-category-content li .post .post-title h6,
header #headermenu ul>li.mega-menu .mega-menu-content .mega-category-content li .post .post-title h6 a {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    font-family: Poppins, sans-serif;
    color: #1b1d25;
    font-weight: 600;
    background: 0 0
}

header #headermenu .mega-category-content .post-date {
    position: relative;
    display: inline-block;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase
}

.post-date a,
header #headermenu .mega-category-content .post-date {
    color: #a0a0a0
}

header #headermenu .mega-category-content li .review-rating-post .review-rating-score {
    z-index: 11;
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 45px
}

header #headermenu .mega-menu .mega-menu-content,
header #headermenu .mega-menu .mega-menu-content .mega-category-content li,
header #headermenu .menu-item .child-menu,
header #headermenu .menu-item .child-menu .sub-menu .menu-item .child-menu {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header #headermenu .mega-menu:hover .mega-menu-content,
header #headermenu .mega-menu:hover .mega-menu-content .mega-category-content li,
header #headermenu .menu-item .child-menu .sub-menu .menu-item:hover .child-menu,
header #headermenu .menu-item:hover .child-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mega-menu-content {
    border: 1px Solid #ecedee
}

.format-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    background: rgba(0, 0, 0, .7);
    z-index: 2
}

.header-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    margin: 0;
    height: 63px;
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: #fff
}

.header-sticky.open {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    box-shadow: 1px -12px 36px #424242
}

.header-sticky .logo-header {
    float: left;
    display: inline-block;
    width: 17%;
    text-align: left;
    z-index: 11;
    position: relative;
    padding: 11px 15px 0 0!important
}

.header-sticky .logo-header a img {
    max-height: 40px!important
}

.header-sticky #headermenu>ul>li>a {
    padding: 25px 15px!important
}

.header-sticky .main-menu {
    float: right
}

.sticky-menu .navbar {
    position: relative;
    height: 63px;
    margin-bottom: 0;
    border: 0 solid transparent
}

.Header-style1 .navbar-top {
    padding: 15px 0;
    border-bottom: 1px Solid #ededed;
    background: #1b1d25
}

.Header-style1 .social-block {
    display: inline-block;
    float: right;
    margin-right: 0;
    padding: 0 0
}

.Header-style1 .navbar-bottom {
    padding: 20px 0
}

.Header-style1 .main-nav {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    border-bottom: 1px Solid #ededed;
    padding: 15px 0 0 0
}

.Header-style1 .main-menu {
    background: 0 0;
    padding: 0
}

.Header-style1 #headermenu,
.Header-style1 #headermenu ul,
.Header-style1 #headermenu ul li {
    background: 0 0
}

.header-style2 .Social-header {
    padding: 0 15px 0 10px;
    display: inline-block;
    border-left: 0;
    border-right: 1px Solid;
    float: left
}

.header-style2 .Search-Icon-header {
    text-align: right;
    float: right;
    padding: 0 15px;
    line-height: 38px
}

.header-style2 .login-icon-header {
    padding: 0 15px;
    line-height: 38px;
    border-right: 1px Solid #333
}

.header-style2 a.login-icon-click,
.header-style2 a.logout-icon-click {
    color: #fff
}

.header-style2 .woocommerce-cart-icon {
    display: inline-block;
    float: right;
    padding: 0 15px;
    line-height: 37px;
    border-left: 1px Solid #333;
    border-right: 1px Solid #333;
    position: relative
}

.header-style2 .woocommerce-cart-icon a {
    color: #fff;
    font-size: 12px
}

.header-style2 a.Search-Icon-click {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 0;
    z-index: 11;
    position: relative
}

.header-style2 .total-product {
    position: absolute;
    background: #43c7d7;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    top: 5px;
    left: 5px
}

.header-style2 .header-menu {
    display: inline-block;
    width: 100%;
    position: relative;
    border-top: 0;
    border-bottom: 0
}

.header-style2 .logo-header {
    padding: 15px 0;
    display: inline-block;
    float: left;
    max-height: 90px
}

.header-style2 .main-menu {
    display: inline-block;
    max-width: 100%;
    padding: 0 20px;
    text-align: right
}

.header-style2 #headermenu>ul>li>a {
    padding: 30px 15px;
    font-size: 13px
}

.header-style2 .social-icons li {
    line-height: 37px
}

.header-style2 .data-time-header {
    line-height: 38px
}

.header-style3 .main-menu #headermenu>ul>li {
    float: none
}

.header-style3 .header-main-buttons {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center
}

.header-style3 .header-icons {
    padding: 57px 0;
    display: inline-block;
    width: 100px
}

.header-style3 .logo-header {
    padding: 50px 0;
    display: inline-block;
    width: auto
}

.header-style3 .header-social-icons {
    padding: 71px 0;
    display: inline-block;
    width: 100px;
    text-align: left
}

.header-style3 .social-toggle {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 0;
    position: relative
}

.header-style3 .Social-header {
    padding: 72px 0;
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    border: 0;
    z-index: 1;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.header-style3 .Social-header.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: 11
}

.header-style3 .Social-header .social-icons {
    text-align: center!important
}

.header-style3 .social-icons li {
    width: 35px
}

.header-style3 .social-icons li a {
    font-size: 17px;
    color: #1b1d25
}

.header-style3 .social-icons li a:hover {
    color: #43c7d7
}

.header-style3 .main-menu {
    float: left;
    display: inline-block;
    max-width: 100%;
    padding: 0 20px;
    text-align: center;
    width: 100%
}

.header-style3 .header-sticky .main-menu,
.header-style4 .header-sticky .main-menu {
    float: right;
    width: auto
}

.header-style3 .header-banner-adv {
    position: relative;
    margin: 0 0 30px 0;
    text-align: right
}

.header-style3 .login-icon-header {
    border-right: 0 Solid #f5f5f5;
    padding: 14px 5px
}

.header-style3 .woocommerce-cart-icon {
    border: none;
    float: left;
    padding: 0 15px
}

.header-style3 .total-product {
    top: -5px;
    left: 5px
}

.header-style4 .header-menu {
    border-top: 0 Solid #f5f5f5
}

.header-style4 .main-menu #headermenu>ul>li {
    float: none
}

.header-style4 #headermenu>ul>li>a {
    padding: 20px 15px
}

.header-style4 .header-main-buttons {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    border-bottom: 1px Solid #f5f5f5
}

.header-style4 .header-icons {
    padding: 57px 0;
    display: inline-block;
    width: 100px
}

.header-style4 .logo-header {
    padding: 50px 0;
    display: inline-block;
    width: auto
}

.header-style4 .login-icon-header {
    text-align: right;
    float: right;
    padding: 14px 15px;
    border-right: 0 Solid #f5f5f5
}

.header-style4 .header-social-icons {
    padding: 71px 0;
    display: inline-block;
    width: 100px;
    text-align: left
}

.header-style4 .social-toggle {
    color: #1d1d1d;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 0;
    position: relative;
    text-align: right;
    float: left;
    padding: 14px
}

.header-style4 .Social-header {
    padding: 72px 0;
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    border: 0;
    z-index: 1;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.header-style4 .Social-header.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: 11
}

.header-style4 .Social-header .social-icons {
    text-align: center!important
}

.header-style4 .social-icons li {
    display: inline-block;
    width: 35px
}

.header-style4 .social-icons li a {
    font-size: 17px;
    color: #1b1d25
}

.header-style4 .social-icons li a:hover {
    color: #43c7d7
}

.header-style4 .main-menu {
    float: left;
    display: inline-block;
    max-width: 100%;
    padding: 0 20px;
    text-align: center;
    width: 100%
}

.header-style4 .woocommerce-cart-icon {
    border: none
}

.header-style4 .Social-header a.close-button.pull-left {
    padding: 16px 0
}

.header-style5 {
    position: relative;
    padding: 0 0 30px 0
}

.header-style5 .logo-header {
    padding: 50px 0;
    text-align: center
}

.header-style5 .header-icons {
    position: absolute;
    right: 0;
    z-index: 11
}

.header-style5 .header-main-buttons {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    float: left;
    height: 50px;
    border: 1px Solid #f5f5f5;
    background: #fff;
    border-right: 0;
    border-left: 0
}

.header-style5 .header-menu {
    display: inline-block;
    width: 100%;
    border: 0;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 48px
}

.header-style5 #headermenu>ul>li>a {
    padding: 18px 15px
}

.header-style5 .header-social-icons {
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    position: absolute;
    left: 0
}

.header-style5 .social-toggle {
    font-size: 15px;
    padding: 16px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 0;
    position: relative
}

.header-style5 .Social-header {
    padding: 7px 0;
    display: inline-block;
    position: absolute;
    width: 100%;
    top: -1px;
    right: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    border: 1px Solid #f6f5f6;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.header-style5 .Social-header.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: 11
}

.header-style5 .Social-header .social-icons {
    text-align: center!important
}

.header-style5 .social-icons li a {
    font-size: 15px;
    color: #1d1d1d
}

.header-style5 .social-icons li a:hover {
    color: #43c7d7
}

.header-style5 a.close-button {
    color: #1d1d1d;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 0;
    position: absolute;
    left: 15px
}

.header-style5 .Search-Icon-header {
    text-align: right;
    float: right;
    padding: 16px
}

.header-style5 .login-icon-header {
    text-align: right;
    float: right;
    padding: 16px;
    line-height: 15px
}

.header-style5 .woocommerce-cart-icon {
    display: inline-block;
    float: left;
    padding: 16px;
    border-left: 0 Solid #f5f5f5;
    border-right: 1px Solid #f5f5f5;
    position: relative
}

.header-style5 .header-banner-adv {
    position: relative;
    margin: 0 0 30px 0;
    text-align: right
}

.header-style5 .main-menu {
    float: none;
    display: inline-block;
    max-width: 100%;
    padding: 0 20px;
    text-align: center
}

.Navbar-Header.Header-style6 {
    background: #212121;
    margin-bottom: 30px
}

.Header-style6 .navbar-top {
    padding: 20px 0 30px 0
}

.Header-style6 .main-nav {
    width: 100%;
    padding: 0;
    margin: 30px 0 0 0;
    position: relative;
    background: #212121
}

.Header-style6 .main-menu {
    background: #212121;
    width: 90%;
    padding: 0
}

.Header-style6 #headermenu>ul>li>a {
    padding: 20px 15px 30px 15px
}

.Header-style6 .main-icons {
    padding-right: 15px
}

.Header-style6 .social-block {
    display: inline-block;
    float: right;
    margin-right: 0;
    padding: 0
}

.Header-style6 .social-icons li a {
    font-size: 12px;
    color: #fff
}

.Header-style6 .navbar-top-menu li a {
    font-size: 12px;
    color: #fff
}

.Header-style6 #headermenu ul,
.Header-style6 #headermenu ul li a {
    background: #212121;
    color: #fff
}

.Header-style6 .Search-Icon-click {
    color: #fff!important
}

.Header-style6 .Search-header1 input {
    background: #1b1d25!important;
    border-left: 1px SOlid #353535!important
}

.Header-style6 button.searchsubmit {
    background: #1b1d25!important;
    border-right: 1px Solid #353535!important;
    color: #f5f5f5!important
}

.header_ad {
    display: inline-block;
    width: 100%
}

.woocommerce-cart-icon {
    display: inline-block;
    float: right;
    padding: 14px;
    border-right: 1px Solid #f5f5f5;
    position: relative
}

.woocommerce-cart-icon a {
    color: #1d1d1d;
    font-size: 15px
}

.total-product {
    position: absolute;
    background: #43c7d7;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    top: 5px;
    left: 5px
}

.Search-Icon-header {
    text-align: right;
    float: right;
    padding: 14px
}

a.Search-Icon-click {
    color: #1d1d1d;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 0;
    position: relative
}

.login-icon-header {
    text-align: right;
    float: right;
    padding: 14px;
    border-right: 1px Solid #f5f5f5;
    line-height: 15px
}

a.login-icon-click,
a.logout-icon-click {
    color: #1d1d1d;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 0;
    position: relative
}

.Block-Search-header {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .95);
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden;
    z-index: 11;
    opacity: 0;
    visibility: hidden
}

.Block-Search-header.active-search {
    opacity: 1;
    visibility: visible
}

.login-popup-header {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden;
    z-index: 11;
    opacity: 0;
    visibility: hidden
}

.login-popup-header.active-login {
    opacity: 1;
    visibility: visible
}

.login-popup-header .close-login {
    position: fixed;
    font-size: 1.5rem;
    top: 3rem;
    right: 3rem;
    opacity: 1;
    border: none;
    background: 0 0;
    color: #fff;
    text-shadow: none
}

.login-popup-header .close-login:after {
    content: '\f00d';
    font-family: FontAwesome;
    color: #fff
}

.codepages-logged-in {
    text-align: left;
    display: inline-block;
    margin: auto;
    position: relative;
    max-width: 400px;
    background: #fff;
    padding: 20px;
    border-radius: 3px
}

.codepages-logged-in .widget-title {
    margin: 0 0 20px;
    padding: 10px 0;
    border-bottom: 3px solid #eee;
    position: relative;
    display: inline-block;
    width: 100%
}

.codepages-logged-in .widget-title h2 {
    position: relative;
    display: inline-block;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.codepages-logged-in .widget-title h2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    bottom: -13px;
    background-color: #111
}

.codepages-logged-in form p,
.codepages-logged-in form p label {
    text-align: left;
    font-size: 13px;
    color: #212121;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px
}

.codepages-logged-in form p input {
    width: 100%;
    padding: 5px 15px
}

.codepages-logged-in form p input[type=checkbox] {
    width: auto;
    margin-right: 5px;
    margin-top: 0
}

.codepages-logged-in form p.login-remember label {
    line-height: 2;
    color: #a8a8a8
}

.codepages-logged-in form p input[type=submit].button {
    border: 0;
    padding: 15px;
    text-transform: uppercase;
    background: #000;
    margin: 0
}

.codepages-logged-in form p input[type=submit].button:hover {
    border: 0!important
}

.logo-search {
    margin-bottom: 95px
}

.form-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.form-container .input-group {
    display: block
}

.form-container .input-group-btn {
    display: none
}

.Block-Search-header .close-search {
    position: fixed;
    font-size: 15px;
    top: 3rem;
    right: 3rem;
    opacity: 1;
    border: none;
    background: 0 0;
    color: #1b1d25;
    text-shadow: none
}

.Block-Search-header .close-search:after {
    content: '\f00d';
    font-family: FontAwesome;
    color: #1b1d25
}

.form-container input[type=search] {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3;
    text-transform: none
}

.Block-Search-header form {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative
}

.Block-Search-header .form-container input {
    position: relative;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    color: #212121;
    height: auto;
    line-height: 1.3;
    margin: 0;
    padding: 25px 45px 25px 0;
    background: 0 0;
    border-color: rgba(0, 0, 0, .53);
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none
}

.Block-Search-header .form-container .btn.btn-default {
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 22px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    color: #212121;
    background: 0 0;
    border: none;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.form-container p {
    font-size: .875rem;
    color: #a0a0a0;
    text-align: center;
    margin-top: 1rem
}

.form-container input[type=search]::-webkit-input-placeholder {
    color: #a0a0a0
}

.form-container input[type=search]:-moz-placeholder {
    color: #a0a0a0
}

.form-container input[type=search]:-ms-input-placeholder {
    color: #a0a0a0
}

.Search-header1 button.searchsubmit {
    color: #1b1d25;
    font-size: 14px;
    background: #f5f5f5;
    float: right;
    height: 100%;
    padding: 0 15px;
    border-radius: 0;
    border-right: 1px Solid #e2e2e2;
    width: 15%;
    border-left: none;
    border-top: none;
    border-bottom: none;
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.form-control {
    display: inline-block;
    float: left;
    padding: 15px 15px;
    border: 0;
    border: 1px solid #e2e2e2;
    box-shadow: none;
    background: #fff;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0;
    width: 100%;
    height: auto
}

.page-content .search-form {
    display: inline-block;
    width: 100%;
    margin-top: 15px
}

.page-content .search-form .form-control {
    width: calc(100% - 65px)
}

.page-content .search-form button.btn.btn-default {
    background: #1b1d25;
    border-radius: 0;
    border: 1px solid #1b1d25;
    display: inline-block;
    color: #fff;
    float: right;
    padding: 12px 17px
}

.form-control:focus,
input:focus {
    border-color: #212121;
    box-shadow: none
}

.main-footer {
    padding: 0;
    width: 100%;
    background: #000
}

.footer_advs {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    text-align: center
}

.footer-top-widget {
    display: inline-block;
    width: 100%;
    padding: 50px 0 0 0
}

.footer-bottom-widget {
    display: inline-block;
    width: 100%;
    padding: 50px 0 30px 0
}

.dark .footer-navigation {
    background: #1d1d1d;
    border-top: 1px Solid #333
}

.light .footer-navigation {
    background: #e8e8e8;
    border-top: 0 Solid #e8e8e8
}

.footer-nav {
    display: inline-block;
    width: 100%;
    float: left
}

.footer-menu {
    display: inline-block;
    width: 100%;
    float: left
}

.footer-menu li {
    display: inline-block
}

.footer-menu li a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 5px;
    line-height: 15px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.dark .footer-menu li a {
    color: #fff
}

.light .footer-menu li a {
    color: #1d1d1d
}

.footer-menu li a:hover {
    color: #43c7d7
}

.Social-footer {
    text-align: right;
    padding: 20px 0
}

.Social-footer .social-icons li a {
    font-size: 16px;
    color: #fff;
    line-height: 15px
}

.light .Social-footer .social-icons li a {
    font-size: 16px;
    color: #1d1d1d;
    line-height: 15px
}

.Social-footer.text-center ul.social-icons.text-right {
    text-align: center !important;
}

.Social-footer.text-center {
    padding: 15px 0px 0px 0px;
}

.footer-nav {
    display: inline-block;
    width: 100%;
    float: left;
    border-top: 1px Solid #333
}

.dark .footer-nav {
    border-top: 1px solid rgba(255, 255, 255, .3)
}

.light .footer-nav {
    border-top: 1px solid rgba(0, 0, 0, .3)
}

.footer-style4 .footer-nav {
    border: 0;
}

.copyright {
    position: relative;
    padding: 15px 0
}

.footer-style3 .copyright {
    position: relative;
    padding: 25px 0
}

.dark .copyright p {
    color: #fff
}

.light .copyright p {
    color: #111
}

.copyright p {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 0
}

#to-top {
    position: fixed;
    right: 30px;
    bottom: -100px;
    width: 40px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    padding: 13px;
    font-size: 13px;
    line-height: 10px;
    cursor: pointer;
    background-color: #43c7d7;
    color: #fff;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    z-index: 111;
    border-radius: 3px
}

.featured-block {
    position: relative
}

.featured-posts .col-sm-12 {
    padding: 0
}

.featured-style-1 .featured-slider .post-image a:before,
.featured-style-10 .featured-slider .post-image a:before,
.featured-style-2 .featured-slider .post-image a:before,
.featured-style-3 .featured-slider .post-image a:before,
.featured-style-4 .featured-slider .post-image a:before,
.featured-style-5 .featured-slider .post-image a:before,
.featured-style-6 .featured-slider .post-image a:before,
.featured-style-7 .featured-slider .post-image a:before,
.featured-style-8 .featured-slider .post-image a:before,
.featured-style-9 .featured-slider .post-image a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .35s ease-in-out;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .9))
}

.featured-style-1 .post:hover .post-image a:before,
.featured-style-10 .post:hover .post-image a:before,
.featured-style-2 .post:hover .post-image a:before,
.featured-style-3 .post:hover .post-image a:before,
.featured-style-4 .post:hover .post-image a:before,
.featured-style-6 .post:hover .post-image a:before,
.featured-style-7 .post:hover .post-image a:before,
.featured-style-8 .post:hover .post-image a:before,
.featured-style-9 .post:hover .post-image a:before {
    transition: all .35s ease-in-out;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .9))
}

.featured-style-1 .featured-slider .post-category {
    position: absolute;
    display: inline-block;
    width: 100%;
    z-index: 1;
    top: 20px;
    left: 20px
}

.featured-slider-posts .post-category {
    margin-bottom: 15px
}

.featured-style-1 .featured-slider .post-detail,
.featured-style-10 .featured-slider .post-detail,
.featured-style-2 .featured-slider .post-detail,
.featured-style-3 .featured-slider .post-detail,
.featured-style-4 .featured-slider .post-detail,
.featured-style-5 .featured-slider .post-detail,
.featured-style-7 .featured-slider .post-detail,
.featured-style-8 .featured-slider .post-detail,
.featured-style-9 .featured-slider .post-detail {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 30px 30px;
    z-index: 1
}

.featured-slider .post-detail .post-title h2,
.featured-slider .post-detail .post-title h2 a,
.featured-slider .post-detail .post-title h3,
.featured-slider .post-detail .post-title h3 a,
.featured-slider .post-detail .post-title h4,
.featured-slider .post-detail .post-title h4 a {
    color: #fff;
    line-height: 1.2
}

.featured-slider .post-author {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px
}

.featured-slider .post-author img {
    float: left;
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px
}

.featured-slider .post-author a {
    color: #fff;
    font-size: 12px;
    margin-left: 6px;
    float: left;
    text-transform: uppercase;
    line-height: 25px
}

.meta-slider-content ul li {
    display: inline-block;
    margin: 0 5px
}

.meta-slider-content ul li:first-child {
    margin-left: 0
}

.meta-slider-content ul li i {
    color: #fff;
    font-size: 12px;
    margin: 0 5px 0 0;
    display: inline-block
}

.meta-slider-content ul li span,
.meta-slider-content ul li span a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.5
}

.post-slide-nav {
    display: inline-block;
    width: auto;
    position: absolute;
    height: 50px;
    top: 30px;
    left: 30px;
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.featured-block:hover .post-slide-nav {
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.post-slide-nav div {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    border-radius: 3px
}

.post-slide-nav div.prev-nav {
    margin-right: 5px;
    float: left
}

.post-slide-nav div.next-nav {
    margin-right: 0;
    float: right
}

.post-slide-nav .prev-nav:before {
    content: '\f104';
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 45px;
    margin: auto
}

.post-slide-nav .next-nav:before {
    content: '\f105';
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 45px;
    margin: auto
}

.featured-style-1 .featured-posts-larg .post,
.featured-style-1 .featured-posts-small .post {
    border: 1px Solid transparent;
    position: relative;
    overflow: hidden
}

.featured-style-1 .featured-posts-small .post-detail {
    padding: 0 20px 20px
}

.featured-style-1 .featured-posts-larg .post:hover .post-image img,
.featured-style-1 .featured-posts-small .post:hover .post-image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.featured-style-1 .featured-posts-larg .post-category {
    position: absolute;
    display: inline-block;
    width: 100%;
    z-index: 1;
    top: 30px;
    left: 30px
}

.featured-style-2 .featured-posts-larg .post,
.featured-style-2 .featured-posts-small .post {
    position: relative;
    overflow: hidden
}

.featured-style-2 .featured-posts-small .post-detail {
    padding: 0 25px 25px
}

.featured-style-2 .featured-posts-larg .post:hover .post-image img,
.featured-style-2 .featured-posts-small .post:hover .post-image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.featured-style-3 .featured-posts-larg .post,
.featured-style-3 .featured-posts-small .post {
    border: 1px Solid transparent;
    position: relative;
    overflow: hidden
}

.featured-style-3 .featured-posts-small .post-detail {
    padding: 0 25px 25px
}

.featured-style-3 .featured-posts-larg .post:hover .post-image img,
.featured-style-3 .featured-posts-small .post:hover .post-image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.featured-style-4 .featured-posts-larg .post,
.featured-style-4 .featured-posts-small .post {
    border: 1px SOlid transparent;
    position: relative;
    overflow: hidden
}

.featured-style-4 .featured-posts-small .post-detail {
    padding: 0 25px 25px
}

.featured-style-4 .featured-posts-larg .post:hover .post-image img,
.featured-style-4 .featured-posts-small .post:hover .post-image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.featured-style-5 .featured-posts-larg .post,
.featured-style-5 .featured-posts-small .post {
    position: relative;
    overflow: hidden
}

.featured-style-5 .featured-posts-small .post-detail {
    padding: 0 25px 25px
}

.featured-style-5 .featured-posts-larg .post:hover .post-image img,
.featured-style-5 .featured-posts-small .post:hover .post-image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.featured-style-5 .featured-posts-larg .post-image a:before {
    opacity: .5;
    background: #f3904f;
    background: -webkit-linear-gradient(to left, #f3904f, #3b4371);
    background: linear-gradient(to left, #f3904f, #3b4371)
}

.featured-style-5 .block-right-small .featured-posts-small:first-child .post-image a:before {
    opacity: .5;
    background: #cb2d3e;
    background: -webkit-linear-gradient(to left, #cb2d3e, #ef473a);
    background: linear-gradient(to left, #cb2d3e, #ef473a)
}

.featured-style-5 .block-right-small .featured-posts-small:last-child .post-image a:before {
    opacity: .5;
    background: #000428;
    background: -webkit-linear-gradient(to left, #000428, #004e92);
    background: linear-gradient(to left, #000428, #004e92)
}

.featured-style-5 .featured-posts-larg .post:hover .post-image a:before,
.featured-style-5 .featured-posts-small .post:hover .post-image a:before {
    opacity: .8
}

.featured-style-6 .featured-slider {
    position: relative;
    overflow: hidden
}

.featured-style-6 .featured-slider .post-detail {
    position: absolute;
    width: 50%;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 40px 40px;
    z-index: 1;
    background: #fff;
    text-align: center
}

.featured-style-6 .featured-slider .post-detail .post-title h2,
.featured-style-6 .featured-slider .post-detail .post-title h2 a {
    color: #000
}

.featured-style-6 .featured-slider .post:hover .post-image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.featured-style-6 .featured-slider .post-title {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
    line-height: 1.33;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 24px;
    z-index: 1;
    position: relative;
    white-space: normal
}

.featured-style-6 .meta-slider-content ul li span,
.featured-style-6 .meta-slider-content ul li span a {
    color: #adadad;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.5;
    font-size: 12px
}

.featured-style-6 .meta-slider-content ul li i {
    color: #adadad;
    font-size: 12px;
    margin: 0 5px 0 0;
    display: inline-block
}

.featured-style-6 .featured-slider .post-author {
    display: inline-block;
    width: auto;
    margin-bottom: 15px;
    margin: auto
}

.featured-style-6 .featured-slider .post-author a {
    margin-left: 6px;
    float: left;
    padding: 7px 0;
    color: #1d1d1d;
    font-size: 11px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 12px
}

.featured-style-7 .post {
    border: 1px SOlid transparent;
    position: relative;
    overflow: hidden
}

.featured-style-7 .post-detail {
    padding: 0 25px 25px
}

.featured-style-7 .post-detail p {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 15px
}

.featured-style-7 .post:hover .post-image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.featured-style-8 .post {
    border: 1px SOlid transparent;
    position: relative;
    overflow: hidden
}

.featured-style-8 .featured-slider .post-detail {
    padding: 0 20px 20px
}

.featured-style-8 .post-detail p {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 15px
}

.featured-style-8 .post:hover .post-image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.featured-style-9 .post {
    position: relative;
    overflow: hidden
}

.featured-style-9 .post-detail {
    padding: 0 25px 25px
}

.featured-style-9 .post-detail p {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 15px
}

.featured-style-9 .post:hover .post-image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.featured-style-10 .post {
    position: relative;
    overflow: hidden
}

.featured-style-10 .featured-slider .post-detail {
    padding: 0 20px 20px
}

.featured-style-10 .post-detail p {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 15px
}

.featured-style-10 .post:hover .post-image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.featured-style-11 .post-image {
    overflow: hidden;
    position: relative;
    background: #000;
    background: -webkit-linear-gradient(to left, #000, #434343);
    background: linear-gradient(to left, #000, #434343)
}

.featured-style-11 .post-image img {
    object-fit: cover;
    width: 100%;
    height: 550px;
    opacity: .3
}

.featured-style-11 .post-detail .meta-slider-content {
    margin-top: 20px
}

.featured-style-11 .post-detail {
    z-index: 1;
    text-align: center;
    padding: 30px;
    width: 600px;
    max-width: calc(100% - 600px);
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    margin: auto;
    webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.featured-style-11 .post.post-overlay {
    position: relative;
    overflow: hidden
}

.featured-style-11 .post-detail .Read-More {
    margin-top: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden
}

.featured-style-11 .post-detail .Read-More a {
    color: #fff;
    background: 0 0;
    border: 1px Solid #fff
}

.featured-style-11 .post-detail .Read-More span:first-child {
    display: block;
    transform: translateY(0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.featured-style-11 .post-detail .Read-More span:last-child {
    transform: translateY(200%) translateX(-50%);
    position: absolute;
    left: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.featured-style-11 .post-detail .Read-More a:hover span:first-child {
    transform: translateY(-300%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.featured-style-11 .post-detail .Read-More a:hover span:last-child {
    color: #1d1d1d
}

.featured-style-11 .post-detail .Read-More a:hover span:last-child {
    transform: translateY(-100%) translateX(-50%);
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.featured-style-11 .post-detail .Read-More a:hover {
    background: #000;
    border: 1px Solid #000
}

.featured-style-12 {
    position: relative;
}

.featured-style-12 .post-style7 {
    margin-bottom: 15px;
}

.featured-style-12 .post-style7 .entry-header {
    padding: 0 150px 30px 30px;
}

.featured-post-slider .featured-style-12 .slick-nav {
    width: 50px;
    height: 50px;
    border-radius: 0;
    top: auto;
    bottom: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0%);
    -ms-transform: translate(0,0%);
    transform: translate(0,0%);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.featured-post-slider .featured-style-12 .slick-arrow.slick-prev {
    left: auto;
    right: 50px;
    border: 0;
}

.featured-post-slider .featured-style-12 .slick-arrow.slick-next {
    left: auto;
    right: 0;
    border: 0;
}

.featured-slider-posts.featured-style-nav-12 .featured-posts {
    cursor: pointer;
}

.featured-style-nav-12 .slick-current {
    position: relative;
}

.featured-style-nav-12 .slick-current:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 10px;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    z-index: 1;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
}

.featured-style-13 .post-style7  {
    margin-bottom: 0px;
}

.featured-style-13 .post-style7 .entry-header {
    position: absolute;
    width: 100%;
    bottom: 60%;
    max-width: 700px;
    padding: 0 0px 0px 100px;
    z-index: 1;
    -webkit-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    transform: translate(0,50%);
}

.featured-slider-posts.featured-style-nav-13 {
    position: absolute;
    bottom: 0px;
    border-top: 1px Solid rgba(255, 255, 255, 0.40);
}

.featured-slider-posts.featured-style-nav-13 .featured-posts {
    padding: 30px 0px 30px 30px;
    min-height: 165px;
    text-align: center;
}

.featured-slider-posts.featured-style-nav-13 .slick-current .featured-posts {
    background: #00000052;
}

.featured-slider-posts.featured-style-nav-13 .featured-posts .post {
    border-right: 1px Solid rgba(255, 255, 255, 0.40);
    padding-right: 30px;
    cursor: pointer;
}

.featured-slider-posts.featured-style-nav-13 li:last-child .featured-posts .post {
    border-right: 0px Solid rgba(255, 255, 255, 0.40);
}

.featured-slider-posts.featured-style-nav-13 .post-title h5 {
    color: #FFF;
}

.codepages-loading:after {
    content: '';
    width: 40px;
    height: 40px;
    margin: 100px auto;
    position: absolute;
    background-color: #333;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.codepages-loading {
    max-width: 100%;
    height: 105px;
    position: relative;
    overflow: hidden;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear
}

.featured-post-slider .codepages-loading {
    max-width: 100%;
    height: 350px;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear
}

.breaking-new-bar .codepages-loading {
    max-width: 100%;
    height: 108px;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear
}

.codepages-loading>* {
    opacity: 0;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear
}

.codepages-loading.slick-initialized {
    height: auto;
    overflow: visible;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.codepages-loading.slick-initialized>* {
    opacity: 1;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear
}

.codepages-loading.slick-initialized:after {
    display: none
}

.featured-post-slider .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: 0;
    background: #fff;
    border: 0;
    width: 40px;
    height: 40px;
    outline: 0;
    padding: 0;
    cursor: pointer;
    z-index: 20;
    color: transparent;
    font-size: 16px;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.featured-post-slider .slick-arrow.slick-prev {
    left: -20px;
    border: 1px Solid #eaeaea
}

.featured-post-slider .slick-arrow.slick-next {
    right: -20px;
    border: 1px Solid #eaeaea
}

.featured-post-slider .featured-style-10 .slick-arrow.slick-prev,
.featured-post-slider .featured-style-11 .slick-arrow.slick-prev,
.featured-post-slider .featured-style-8 .slick-arrow.slick-prev,
.featured-post-slider .featured-style-9 .slick-arrow.slick-prev {
    left: 20px
}

.featured-post-slider .featured-style-10 .slick-arrow.slick-next,
.featured-post-slider .featured-style-11 .slick-arrow.slick-next,
.featured-post-slider .featured-style-8 .slick-arrow.slick-next,
.featured-post-slider .featured-style-9 .slick-arrow.slick-next {
    right: 20px
}

.featured-post-slider .slick-arrow i {
    color: #212121;
    font-size: 16px
}

.featured-post-slider .slick-next:after,
.featured-post-slider .slick-next:before,
.featured-post-slider .slick-prev:after,
.featured-post-slider .slick-prev:before {
    content: '';
    border: 0
}

.featured-post-slider .slick-arrow:hover i {
    color: #fff
}

.featured-slider-posts:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mobile-icons {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 45px;
    border-bottom: 1px Solid rgba(0, 0, 0, .2)
}

.search-button.search-for-mobile {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px Solid rgba(0, 0, 0, .2)
}

.mobile-topbar {
    position: relative;
    margin-bottom: 20px
}

.sidebar-button {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px Solid rgba(0, 0, 0, .2)
}

.logo-aria {
    margin-top: 15px
}

.sidebar-button a {
    padding: 15px;
    display: inline-block
}

.search-button.search-for-mobile a.Search-Icon-click {
    padding: 15px;
    height: auto;
    line-height: 0
}

.sidebar-navigation {
    position: fixed;
    height: 100%;
    z-index: 112;
    width: 330px;
    background: #fff;
    top: 0;
    left: 0;
    overflow: hidden;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -moz-transition: all .45s cubic-bezier(.25, .35, .5, 1);
    -o-transition: all .45s cubic-bezier(.25, .35, .5, 1);
    -webkit-transition: all .45s cubic-bezier(.25, .35, .5, 1);
    transition: all .45s cubic-bezier(.25, .35, .5, 1)
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 110;
    -moz-transition: all .3s cubic-bezier(.5, .2, .5, 1);
    -o-transition: all .3s cubic-bezier(.5, .2, .5, 1);
    -webkit-transition: all .3s cubic-bezier(.5, .2, .5, 1);
    transition: all .3s cubic-bezier(.5, .2, .5, 1)
}

.sidebar-open .sidebar-navigation {
    visibility: visible;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0)
}

.sidebar-open .sidebar-overlay {
    visibility: visible;
    opacity: .6;
    pointer-events: initial;
    background: #1b1d25
}

.sidebar-navigation .sidebar-scroll {
    width: 100%;
    height: 100%
}

.close-sidebar-button {
    position: relative
}

.admin-bar .close-sidebar-button {
    margin-top: 32px
}

.close-sidebar-button a {
    display: block;
    height: 45px;
    text-decoration: none;
    padding: 0 0 0 20px;
    border-bottom: 1px Solid #ededed
}

.close-sidebar-button a span {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1px
}

.close-sidebar-button a i {
    float: right;
    width: 50px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-left: 1px Solid #ededed;
    border-right: 1px Solid #ededed
}

.sidebar-logo .brand-logo {
    position: relative;
    text-align: center;
    padding: 30px 0
}

.sidebar-logo .brand-logo a img {
    display: inline-block;
    width: 70%
}

.sidebar-navigation .navbar {
    border-radius: 0;
    min-height: 50px;
    margin: 0;
    border: 0;
    padding: 0 20px
}

.sidebar-navigation .navbar ul li {
    display: inline-block;
    width: 100%
}

.sidebar-navigation .navbar ul li~li {
    border-top: 1px Solid #ededed
}

.sidebar-navigation .navbar ul li ul {
    display: none;
    padding: 0 0 0 20px;
    border-top: 1px solid #43c7d7
}

.sidebar-navigation .navbar ul li a {
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 10px
}

.sidebar-navigation .navbar ul li.active>a {
    background: #43c7d7;
    color: #fff
}

.sidebar-navigation .navbar ul li ul li a {
    font-size: 10px
}

.sidebar-navigation .navbar ul li.menu-item-has-children>a:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f107";
    right: 10px;
    top: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.sidebar-banner-ads {
    position: relative;
    margin: 30px 0
}

.sidebar-social {
    position: relative;
    padding: 0 20px
}

.sidebar-navigation .copyright {
    font-size: 10px;
    letter-spacing: .5px;
    border: 0;
    padding: 0 20px;
    text-align: center;
    margin: 30px 0
}

.sidebar-social ul.social-icons {
    text-align: center
}

.sidebar-social ul.social-icons li a {
    margin: 10px 5px;
    display: inline-block
}

.navbar-ads-mobile {
    padding-bottom: 30px;
    display: inline-block
}

.logo-aria-mobile {
    margin: 15px 0;
    display: inline-block;
    width: 100%
}

.Header-style6 .mobile-icons {
    border-bottom: 1px Solid #2d2d2d
}

.Header-style6 .sidebar-button {
    border-right: 1px Solid #2d2d2d
}

.Header-style6 .search-button.search-for-mobile {
    border-left: 1px Solid #2d2d2d
}

.post-image {
    position: relative;
    line-height: 0;
    overflow: hidden
}

.post-style1 .post-image>a:before,
.post-style2 .post-image>a:before,
.post-style3 .post-image>a:before,
.post-style4 .post-image>a:before,
.post-style5 .post-image>a:before,
.post-style6 .post-image>a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%)
}

.blog-posts .post:hover .post-image a:before {
    opacity: 1
}

.post-meta.no-sep {
    padding-top: 0
}

.post-meta.bottom-meta {
    margin-bottom: 0
}

.post-meta {
    position: relative;
    z-index: 1;
    margin: 0 0 15px;
    padding: 15px 0 0;
    list-style: none;
    font-size: 12px;
    color: #bdbdbd;
    display: inline-block
}

.post-meta li {
    display: inline-block;
    float: left;
    padding-right: 0;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #a0a0a0
}

.post-meta li:last-child {
    padding: 0
}

.post-date a {
    color: #a0a0a0
}

.post-meta li i {
    margin-right: 10px;
    font-size: 12px;
    float: left;
    line-height: 16px
}

.post-details {
    display: inline-block;
    width: 100%
}

.post-meta .post-date {
    margin-left: 0;
    color: #a0a0a0
}

.post-title {
    width: 100%;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
    z-index: 1;
    position: relative;
    white-space: normal;
    display: inline-block;
    letter-spacing: -.4px
}

.post-excerpt p {
    margin: 0 0 15px;
    line-height: 1.65;
    font-size: 15px;
    color: #a0a0a0;
    font-weight: 400;
    text-align: center;
    z-index: 1
}

.post-meta li.post-comment a {
    color: #a0a0a0
}

.post-meta.top-meta .post-data {
    color: #a0a0a0;
    line-height: 25px;
    display: inline-block;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 11px;
    position: relative
}

.post-meta.top-meta .post-data:before {
    position: absolute;
    background-color: #bbb;
    content: '';
    width: 5px;
    height: 1px;
    left: -2px;
    top: 11px
}

.post-detail p {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 15px
}

.post-style1 {
    margin-bottom: 40px
}

.col-md-12.col-sm-12.col-xs-12:last-child .post-style1 {
    margin-bottom: 0
}

.post-style1 .post-image {
    position: relative;
    line-height: 0;
    overflow: hidden;
    min-height: 150px;
    text-align: center
}

.post-style1 .post-image img {
    width: auto;
    margin: auto
}

.post-style1 .post-content {
    position: relative;
    padding: 0 50px;
    margin-top: -60px;
    padding-bottom: 30px
}

.post-style1 .post-content:before {
    content: '';
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 95%;
    height: 119px;
    top: -30px;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto
}

.post-style1 .post-meta {
    position: relative;
    z-index: 1;
    margin: 14px 0 15px 0;
    padding: 0 15px 0 0;
    list-style: none;
    font-size: 12px;
    color: #bdbdbd;
    display: inline-block;
    background: #fff
}

.post-style1 .post-details {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.post-style1 .post-meta-box {
    position: relative
}

.post-style1 .post-meta-box:after {
    content: '';
    border-bottom: 1px Solid #eee;
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 22px
}

.post-style1 .post-author {
    float: left;
    background: #fff;
    z-index: 1;
    position: relative;
    padding-right: 20px;
    margin-right: 0
}

.post-style1 .post-author img {
    float: left;
    display: inline-block;
    border-radius: 50px
}

.post-style1 .post-author a {
    text-transform: uppercase;
    line-height: 45px;
    float: left;
    margin-left: 10px
}

.post-style1 .post-excerpt p {
    margin: 0 0 15px;
    line-height: 1.65;
    font-size: 14px;
    color: #a0a0a0;
    font-weight: 400;
    text-align: left
}

.post-share {
    float: right;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 3px 0
}

.social-share ul li {
    display: inline-block;
    margin-right: 10px
}

.social-share ul li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #a0a0a0
}

.social-share ul li a i {
    margin-right: 5px
}

.social-share ul li:last-child {
    margin: 0
}

.social-share ul li a.facebook:hover {
    color: #516eab
}

.social-share ul li a.twitter:hover {
    color: #29c5f6
}

.social-share ul li a.google:hover {
    color: #eb4026
}

.social-share ul li a.pinterest:hover {
    color: #ca212a
}

.post-style2 {
    margin-bottom: 30px;
    border-bottom: 1px Solid #eee;
    min-height: 480px;
    padding-bottom: 30px
}

.post-style2 .post-image {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden
}

.post-style2:hover .post-image>a img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.post-style2 .post-cat {
    position: absolute;
    top: 15px;
    left: 15px
}

.social-share ul {
    text-align: center
}

.post-style2 .post-category a {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    display: inline-block;
    padding: 0 10px;
    line-height: 25px
}

.post-style2 .post-details {
    position: relative;
    padding: 0 0;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 0 SOlid #eee
}

.post-style2 .post-details:before {
    content: '';
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 100%;
    height: 0;
    top: -30px;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto
}

.post-style2 .post-meta-box {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px
}

.post-style2 .post-content p {
    color: #666;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 0
}

.post-style2 .post-date a {
    color: #a0a0a0
}

.post-style2 .post-meta li i {
    margin-right: 10px;
    font-size: 12px;
    float: left
}

.post-style2 .post-meta .post-date {
    margin-left: 0;
    color: #a0a0a0;
    line-height: 25px
}

.post-style3 {
    padding-bottom: 40px;
    display: inline-block;
    width: 100%
}

.post-style3 .post-title {
    text-align: left;
    margin-bottom: 10px
}

.post-style3 .post-detail p {
    color: #666;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    text-align: left;
    margin-bottom: 10px
}

.post-style3 .post-meta {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    padding: 0 0 0;
    list-style: none;
    font-size: 12px;
    color: #bdbdbd;
    display: inline-block
}

.post-style3 .bottom-meta {
    border-top: 3px Solid #eee;
    width: 100%;
    padding-top: 10px
}

.post-style3 .post-author,
.post-style4 .post-author,
.post-style5 .post-author {
    float: left;
    z-index: 1;
    position: relative
}

.post-style3 .post-author img,
.post-style4 .post-author img,
.post-style5 .post-author img {
    float: left;
    display: inline-block;
    border-radius: 50px
}

.post-style3 .post-author a,
.post-style4 .post-author a,
.post-style5 .post-author a {
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 45px;
    float: left
}

.post-style3 .post-meta-info,
.post-style4 .post-meta-info,
.post-style5 .post-meta-info {
    padding-top: 14px
}

ul.post-meta-info {
    display: inline-block
}

.post-style4 {
    margin-bottom: 30px;
    border-bottom: 1px Solid #eee;
    padding-bottom: 30px;
    display: inline-block;
    width: 100%
}

.post-style4 .post-detail {
    margin-left: -120px;
    background-color: #fff;
    padding: 20px 0 30px 40px;
    margin-top: 0;
    z-index: 1;
    position: relative
}

.post-style4 .post-title {
    text-align: left;
    margin-bottom: 15px
}

.post-style4 .post-excerpt p {
    color: #666;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 0
}

.post-style4 .post-share {
    float: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 50%;
    webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -80px;
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.post-style4 .social-share ul li {
    display: block;
    margin-right: 10px;
    text-align: left
}

.post-style4 .social-share ul li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    width: 80px;
    display: inline-block;
    color: #a0a0a0;
    margin-bottom: 10px;
    text-align: center
}

.post-style4:hover .post-share {
    left: 15px
}

.post-style4 .social-share ul li a.facebook {
    background: #516eab;
    padding: 5px 10px;
    color: #fff
}

.post-style4 .social-share ul li a.twitter {
    background: #29c5f6;
    padding: 5px 10px;
    color: #fff
}

.post-style4 .social-share ul li a.google {
    background: #eb4026;
    padding: 5px 10px;
    color: #fff
}

.post-style4 .social-share ul li a.pinterest {
    background: #ca212a;
    padding: 5px 10px;
    color: #fff
}

.post-style5 {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

.post-style5:nth-child(even) .col-md-6.col-sm-12.col-xs-12 {
    float: right!important;
    text-align: right
}

.post-style5 .post-author,
.post-style5 .post-author a {
    margin-left: 0;
    padding-right: 0;
    line-height: 4
}

.post-style5 .post-meta.top-meta {
    padding: 0
}

.post-style5 .post-meta-info {
    padding-top: 0
}

.post-style5 .post-meta.bottom-meta {
    margin-bottom: 0;
    padding: 0
}

.post-style5 .post-meta.bottom-meta li,
.post-style5 .post-meta.bottom-meta li i {
    line-height: 4
}

.post-style5:nth-child(even) .col-md-6.col-sm-12.col-xs-12 .post-meta.top-meta .post-data:before {
    position: absolute;
    background-color: #bbb;
    content: '';
    width: 5px;
    height: 1px;
    right: -3px;
    left: auto;
    top: 11px
}

.post-style5:nth-child(even) .col-md-6.col-sm-12.col-xs-12 .post-meta.top-meta .post-data {
    color: #a0a0a0;
    line-height: 25px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 11px;
    position: relative
}

.post-style5:nth-child(even) .post-detail p {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: right;
    margin-bottom: 15px
}

.post-style5:nth-child(even) .post-author {
    float: right;
    background: #fff;
    z-index: 1;
    position: relative;
    padding-left: 15px;
    padding-right: 0;
    margin-right: 0
}

.post-style5:nth-child(even) .post-meta.top-meta .post-category {
    margin-right: 0
}

.post-style5:nth-child(even) .post-author img {
    float: right;
    display: inline-block;
    border-radius: 50px;
    margin-right: 0;
    margin-left: 15px
}

.post-style5:nth-child(even) .post-cat {
    display: inline-block;
    float: right
}

.post-style5:nth-child(even) .post-meta.top-meta .post-date {
    color: #a0a0a0;
    line-height: 25px;
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 11px;
    position: relative
}

.post-style5:nth-child(even) .post-meta.top-meta .post-date:before {
    position: absolute;
    background-color: #bbb;
    content: '';
    width: 5px;
    height: 1px;
    right: -2px;
    left: auto;
    top: 11px
}

.post-style5:nth-child(even) .post-meta.bottom-meta li {
    line-height: 4
}

.post-style5:nth-child(even) .post-meta.bottom-meta li i {
    margin-left: 10px;
    font-size: 12px;
    float: right;
    line-height: 4
}

.post-style6 {
    position: relative;
    margin-bottom: 30px;
    background-color: #1d1d1d
}

.post-style6 .post-image {
    position: relative;
    line-height: 0;
    overflow: hidden;
    min-height: 80px;
    opacity: .5
}

.post-style6 .entry-header {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 20px 20px;
    z-index: 1
}

.post-style6 .post-category {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    z-index: 1
}

.post-style6 .post-title h3,
.post-style6 .post-title h3 a {
    color: #fff
}

.post-style6 .post-meta .post-comment,
.post-style6 .post-meta .post-data,
.post-style6 .post-meta .post-views {
    margin-left: 0;
    color: #fff
}

.post-style6 .post-data a,
.post-style6 .post-meta li.post-comment a {
    color: #fff
}

.post-style7 {
    position: relative;
    margin-bottom: 30px;
    background-color: #1d1d1d
}

.post-style7 .post-image a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%)
}

.post-style7:hover .post-image a:before {
    background-color: rgba(0, 0, 0, .3)
}

.post-style7 .entry-header {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 20px 20px;
    z-index: 1
}

.post-style7 .post-category {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    z-index: 1
}

.post-style7 .post-title {
    width: 100%;
    margin: 0 0 15px;
    line-height: 1.33;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 24px;
    z-index: 1;
    position: relative;
    white-space: normal;
    display: inline-block
}

.post-style7 .post-title h2,
.post-style7 .post-title h2 a {
    color: #fff
}

.post-style7 .post-meta .post-comment,
.post-style7 .post-meta .post-data,
.post-style7 .post-meta .post-views {
    margin-left: 0;
    color: #fff
}

.post-style7 .post-data a {
    color: #fff
}

.next-prev-pagination {
    display: inline-block;
    width: 100%;
    padding: 20px 15px
}

.next-prev-pagination .prev-page {
    float: left;
    display: inline-block
}

.next-prev-pagination .next-page {
    float: right;
    display: inline-block
}

.next-prev-pagination a {
    color: #1b1d25;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    line-height: 30px;
    padding-bottom: 10px;
    letter-spacing: -1px;
    margin: 0 0 30px;
    border-bottom: 2px solid #eee
}

.next-prev-pagination .prev-page a:before {
    content: '';
    background-color: #282828;
    bottom: -2px;
    height: 2px;
    left: 0;
    position: absolute;
    width: 30%;
    z-index: 1
}

.next-prev-pagination .next-page a:after,
.next-prev-pagination .next-page a:before {
    content: '';
    background-color: #282828;
    bottom: -2px;
    height: 2px;
    right: 0;
    position: absolute;
    width: 30%;
    z-index: 1
}

.next-prev-pagination .next-page a:after {
    width: 10%;
    bottom: -5px
}

.next-prev-pagination a:hover {
    color: #f44336
}

,
.next-prev-pagination .next-page a:hover:after,
.next-prev-pagination .next-page a:hover:before,
.next-prev-pagination .prev-page a:hover:after,
.next-prev-pagination .prev-page a:hover:before {
    background-color: #f44336
}

.cairo-ajax-content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.postgrid-module .loading-posts:before {
    content: '';
    width: 40px;
    height: 40px;
    margin: 100px auto;
    position: absolute;
    top: 10%;
    right: 50%;
    margin-top: -15px;
    margin-right: -15px;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out
}

.pagination-load-more {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0
}

.pagination-load-more a {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    border: 1px solid #1b1d25;
    color: #1b1d25;
    padding: 13px 55px;
    text-decoration: none;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.pagination-load-more a:hover {
    background-color: #1b1d25;
    color: #fff
}

.load-content {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    text-align: center
}

.category-featured {
    margin-top: 50px
}

.load-circle {
    margin: auto
}

[data-loader=arrow-circle] {
    position: relative;
    width: 25px;
    height: 25px;
    -webkit-animation: arrow-circle infinite .75s linear;
    -moz-animation: arrow-circle infinite .75s linear;
    -o-animation: arrow-circle infinite .75s linear;
    animation: arrow-circle infinite .75s linear;
    border: 2px solid #1b1d25;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 100%
}

[data-loader=arrow-circle]:after,
[data-loader=arrow-circle]:before {
    position: absolute;
    top: 19px;
    left: -3px;
    content: '';
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    border-top: 5px solid #1b1d25;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

[data-loader=arrow-circle]:after {
    top: 0;
    left: 17px;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg)
}

@-webkit-keyframes arrow-circle {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes arrow-circle {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

@-o-keyframes arrow-circle {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes arrow-circle {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

.pagination {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-left: 0;
    margin: 20px 15px;
    border-radius: 4px
}

.pagination ul {
    background-color: #fff;
    display: inline-block;
    padding: 0 10px 0 0
}

.pagination ul li {
    display: inline-block
}

.pagination ul li a {
    display: block;
    font-size: 11px;
    font-weight: 900;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    color: #1b1d25;
    background: #fff;
    text-decoration: none;
    border-color: #e2e2e2;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.pagination ul li a:hover,
.pagination ul li.active a {
    background-color: #1b1d25;
    color: #fff
}

.navigation.pagination {
    margin: 0
}

.pagination .nav-links {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px
}

.pagination ul {
    background-color: #fff;
    display: inline-block;
    padding: 0 10px 0 0
}

h2.screen-reader-text {
    display: none
}

.pagination .nav-links a,
.pagination .nav-links span {
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #1b1d25;
    background: #fff;
    text-decoration: none;
    border-color: #e2e2e2;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.pagination .nav-links a:hover {
    background-color: #1b1d25;
    color: #fff
}

.pagination .nav-links span.current {
    background-color: #1b1d25;
    color: #fff
}

.header-category-title .breadcrumb-trail.breadcrumbs {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px 0
}

.featured-category-slider {
    position: relative;
    padding: 30px 0
}

.category-title-style2 {
    padding: 15px 0
}

.entry-crumbs {
    text-align: left;
    position: relative
}

.category-title-style2 #crumbs {
    background: #f1f1f1;
    padding: 15px 0;
    margin-bottom: 15px
}

.category-title-style3 #crumbs {
    background: #fff;
    padding: 15px 0;
    margin-bottom: 15px
}

.category-title-style1 #crumbs a,
.category-title-style2 #crumbs a,
.category-title-style3 #crumbs a {
    font-size: 12px;
    color: #7a7a7a;
    font-weight: 500;
    float: none
}

.category-title-style1 #crumbs i,
.category-title-style2 #crumbs i,
.category-title-style3 #crumbs i {
    font-size: 12px;
    color: #7a7a7a;
    font-weight: 500;
    margin: 0 3px;
    float: none
}

.category-title-style1 #crumbs span,
.category-title-style2 #crumbs span,
.category-title-style3 #crumbs span {
    font-size: 12px;
    color: #212121;
    font-weight: 500
}

.category-title-style2 .category-title,
.category-title-style3 .category-title {
    padding: 15px 0;
    position: relative
}

.category-title-style1 .category-title h2,
.category-title-style2 .category-title h2,
.category-title-style3 .category-title h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px
}

.category-title-style1 .category-title p,
.category-title-style2 .category-title p,
.category-title-style3 .category-title p {
    font-size: 12px;
    color: #212121
}

.category-title-style2 .category-title p,
.category-title-style3 .category-title p {
    font-size: 12px;
    color: #fff;
    padding: 0 270px
}

.entry-subcategory {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #f1f1f1;
    margin-top: 15px
}

.category-title-style3 .entry-subcategory {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-top: 15px;
    border-bottom: 2px Solid #eee
}

.entry-subcategory:before {
    content: '\f101';
    font-family: FontAwesome;
    font-size: 21px;
    color: #212121;
    padding: 0 20px;
    float: left;
    line-height: 49px;
    background: #e2e2e2;
    position: absolute;
    left: 0;
    top: 0
}

.category-title-style2 .entry-subcategory:before,
.category-title-style3 .entry-subcategory:before {
    display: none
}

.category-title-style3 .entry-subcategory ul {
    padding-left: 0
}

.entry-subcategory ul {
    display: inline-block;
    line-height: 49px;
    padding-left: 65px
}

.entry-subcategory ul li ul {
    padding-left: 15px
}

.category-title-style2 .entry-subcategory ul {
    display: inline-block;
    line-height: 49px;
    padding-left: 0
}

.entry-subcategory ul li {
    display: inline-block;
    margin-right: 15px
}

.entry-subcategory ul li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600
}

.entry-subcategory ul li:last-child {
    margin-right: 0
}

.category-title-style4 {
    position: relative
}

.category-title-style4:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    background: #1d1d1d;
    opacity: .8
}

.category-title-style4 #crumbs a {
    font-size: 12px;
    color: #7a7a7a;
    font-weight: 500;
    float: none
}

.category-title-style4 #crumbs i {
    font-size: 12px;
    color: #7a7a7a;
    font-weight: 500;
    margin: 0 3px;
    float: none
}

.header-featured {
    padding: 45px 0;
    background: #f5f5f5
}

.featured_post {
    padding: 0
}

.theme-category-articles {
    padding: 45px 0;
    background: #1b1d25
}

.home-category-post {
    overflow: hidden;
    position: relative
}

#category_articles_style1 .post-slider-content {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0
}

#category_articles_style1 .slider-content {
    position: relative;
    top: 10%;
    webkit-transform: translateY(-50%);
    transform: translateY(-10%)
}

#category_articles_style1 .title-slider-content {
    padding: 0
}

#category_articles_style1 .owl-controls .owl-nav div {
    background: #1b1d25;
    color: #1b1d25
}

#category_articles_style1 .owl-controls .owl-nav div:before {
    color: #fff
}

.posts-box {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 15px
}

.post-image img {
    width: 100%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.post-summary {
    margin-bottom: 25px;
    display: inline-block
}

.post-summary:last-child {
    margin-bottom: 0
}

.post-summary .post-image {
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    text-align: center
}

.posts-box .posts-wrapper {
    position: relative;
    z-index: 1
}

.post-summary .post-image>a {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.box-header.box-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #1b1d25;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px
}

.box-header.box-title h2 {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    color: #fff
}

li.cat a {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 auto 15px;
    display: inline-block;
    background: #43c7d7;
    padding: 0 10px;
    line-height: 25px
}

.post-summary.full-width {
    margin-bottom: 40px
}

.block-small {
    position: relative
}

.block-small .post-content-small {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    padding: 20px
}

.post-title .entry-title {
    letter-spacing: -.4px;
    text-transform: none;
    color: #1b1d25;
    margin-bottom: 0
}

.entry-title {
    position: relative;
    z-index: 1
}

.post-title .entry-title a:hover {
    color: #43c7d7
}

.block-list-small .post-image {
    display: inline-block;
    float: left;
    max-width: 30%;
    margin-bottom: 0
}

.block-list-small .post-details {
    display: inline-block;
    float: left;
    max-width: 70%;
    padding-left: 15px
}

.post-cat {
    display: inline-block;
    float: left
}

.post-category {
    position: relative;
    display: inherit;
    margin-bottom: 0;
    z-index: 1
}

.post-category li {
    display: block
}

.post-category a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    background: #43c7d7;
    padding: 0 10px;
    line-height: 25px;
    font-weight: 700
}

.block-list-small .post-title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0
}

.post-content-small-txt .post-title,
.post-content-small-txt .post-title a {
    font-size: 20px
}

.posts-box-3 .block-small {
    height: 282px
}

.posts-box-3 .block-small .post-image img {
    width: 100%;
    height: 282px!important;
    object-fit: cover
}

.posts-box-4 .list-style.post-summary {
    margin-bottom: 20px
}

.posts-box-4 .list-style .post-image {
    height: 225px;
    margin-bottom: 0
}

.posts-box-4 .list-style .post-image img {
    width: 100%;
    height: 225px;
    object-fit: cover
}

.posts-box-5 .block-small .post-image {
    height: 491px;
    margin-bottom: 0
}

.posts-box-5 .block-small .post-image img {
    width: 100%;
    height: 491px;
    object-fit: cover
}

.posts-box-6 .block-small.post-summary {
    margin-bottom: 20px
}

.posts-box-6 .block-small.post-summary:last-child {
    margin-bottom: 0
}

.posts-box-6 .block-small .post-image {
    height: 235px;
    margin-bottom: 0
}

.posts-box-6 .block-small .post-image img {
    width: 100%;
    height: 235px;
    object-fit: cover
}

.list-img.post-summary:nth-child(even) .post-image {
    float: right
}

.breadcrumb-posts .breadcrumbs {
    margin-top: 0;
    margin-bottom: 15px
}

.breadcrumb-posts #crumbs,
.breadcrumb-posts #crumbs a,
.breadcrumb-posts #crumbs span {
    font-size: 12px;
    color: #7a7a7a
}

.header-single-post {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

.page-post .post-audio,
.page-post .post-gallery,
.page-post .post-image,
.page-post .post-video {
    margin-bottom: 20px
}

.post-author,
.post-category,
.post-comment,
.post-data,
.post-email,
.post-views {
    position: relative;
    display: inline-block;
    margin-right: 15px
}

.post-meta-info,
.post-meta-info .item {
    position: relative;
    display: inline
}

.post-meta-info.top .post-data:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 1px;
    left: -12px;
    top: 7px;
    background-color: #bbb
}

.page-post .post-meta-box {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-top: 2px Solid #eee
}

.post-meta li {
    display: inline-block;
    padding-right: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #a0a0a0
}

.post-meta li:last-of-type {
    margin-right: 0
}

.post-meta .post-data {
    margin-left: 0;
    color: #a0a0a0
}

.post-meta li i {
    margin-right: 5px;
    font-size: 12px;
    float: left;
    line-height: 16px
}

.post-data a {
    color: #a0a0a0;
    font-weight: 700
}

.post-print {
    margin-left: 10px
}

.post-email a,
.post-print a {
    color: #252525;
    line-height: 16px
}

.post-email a i,
.post-print a i {
    margin-right: 5px
}

.header-single-post .post-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px
}

.entry-content p {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 15px
}

.post-content p {
    font-size: 15px;
    line-height: 26px;
    color: #525252;
    position: relative
}

.page-links {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 12px
}

.page-links a {
    position: relative;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10px 0 10px;
    background-color: #eee;
    color: #111;
    padding: 7px 15px 6px;
    border-radius: 2px;
    line-height: 1.5
}

.page .wpb_text_column h2,
.page .wpb_text_column h3,
.page .wpb_text_column h4,
.page .wpb_text_column h5,
.page .wpb_text_column h6,
.post-content.entry-content h2,
.post-content.entry-content h3,
.post-content.entry-content h4,
.post-content.entry-content h5,
.post-content.entry-content h6 {
    line-height: 32px;
    letter-spacing: 0
}

.comment-list h1,
.comment-list h2,
.comment-list h3,
.comment-list h4,
.comment-list h5,
.comment-list h6 {
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 15px
}

.comment-list p {
    font-size: 15px;
    line-height: 26px;
    color: #525252;
    position: relative
}

.comment-list .comment>ul>li {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 25px;
    color: #525252;
    list-style: none
}

.comment ol li,
.comment ol li ol li,
.comment ul li,
.comment ul li ul li {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 25px;
    color: #525252
}

.comment-list .comment ol,
.comment-list .comment ul {
    margin: 15px 0 15px 15px!important
}

.comments-area blockquote,
.entry-content blockquote {
    position: relative;
    margin: 30px 0;
    border: none;
    text-align: center
}

.comments-area blockquote p,
.entry-content blockquote p {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    display: inline-block;
    width: calc(100% - 120px)
}

.comments-area blockquote:before,
.entry-content blockquote:before {
    content: "\f10d";
    font: normal normal normal 24px/1 FontAwesome;
    display: inline-block;
    text-align: center;
    color: #ed1d28;
    width: 100%;
    font-size: 35px;
    margin-bottom: 5px
}

.comments-area blockquote cite,
.entry-content blockquote cite {
    color: #adadad;
    display: inline-block;
    width: 100%;
    margin-top: 5px
}

.entry-content p iframe {
    max-width: 100%
}

.comments-area pre,
.entry-content pre {
    padding: 15px
}

.single-style-1 .post-title .entry-title,
.single-style-2 .post-title .entry-title {
    color: #1b1d25;
    margin: 15px 0 0
}

.single-style-1 .post-author img,
.single-style-2 .post-author img,
.single-style-3 .post-author img,
.single-style-4 .post-author img,
.single-style-6 .post-author img,
.single-style-7 .post-author img,
.single-style-8 .post-author img {
    margin-right: 10px;
    width: 45px;
    height: 45px
}

.single-style-1 .post-image {
    text-align: center
}

.single-style-1 .post-image img {
    width: auto
}

.single-style-3 .post-image {
    min-height: 630px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.single-style-3 .post-image-header {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0 150px
}

.single-style-3 .post-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.single-style-3 .display-table {
    display: table;
    width: 100%;
    height: 100%
}

.single-style-3 .post-header {
    display: table-cell;
    vertical-align: middle
}

.single-style-3 .entry-header {
    text-align: center
}

.single-style-3 .post-title h1.entry-title {
    text-transform: none;
    color: #fff;
    margin: 15px 0
}

.single-style-3 .post-data,
.single-style-3 .post-data a,
.single-style-3 .post-email a,
.single-style-3 .post-print a {
    color: #fff
}

.single-style-4 .post-image {
    min-height: 630px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.single-style-4 .post-image-header {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 30px
}

.single-style-4 .post-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.single-style-4 .display-table {
    display: table;
    width: 100%;
    height: 100%
}

.single-style-4 .post-header {
    display: table-cell;
    vertical-align: bottom
}

.single-style-4 .entry-header {
    text-align: left
}

.single-style-4 .post-title .entry-title {
    text-transform: none;
    color: #fff;
    margin: 15px 0 0
}

.single-style-4 .post-data,
.single-style-4 .post-data a,
.single-style-4 .post-email a,
.single-style-4 .post-print a {
    color: #fff
}

.single-style-5 .post-content.entry-content {
    display: inline-block;
    width: 100%
}

.single-style-5 .post-image {
    min-height: 630px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.single-style-5 .post-image:before,
.single-style-8 .post-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.single-style-5 .post-image-header,
.single-style-8 .post-image-header {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0 150px
}

.single-style-5 .display-table,
.single-style-8 .display-table {
    display: table;
    width: 100%;
    height: 100%
}

.single-style-5 .post-header,
.single-style-8 .post-header {
    display: table-cell;
    vertical-align: middle
}

.single-style-5 .entry-header {
    text-align: center
}

.single-style-5 .post-title .entry-title,
.single-style-8 .post-title .entry-title {
    text-transform: none;
    color: #fff;
    margin: 15px 0 0
}

.single-style-5 .post-data,
.single-style-5 .post-data a,
.single-style-5 .post-email a,
.single-style-5 .post-print a,
.single-style-8 .post-data,
.single-style-8 .post-data a,
.single-style-8 .post-email a,
.single-style-8 .post-print a {
    color: #fff
}

.single-style-5 .post-share-info {
    display: none
}

.single-style-5 .single-share-left {
    float: left;
    width: 110px;
    margin: 30px 0 0
}

.single-style-5 .main-content-post {
    position: relative;
    display: flow-root;
    margin: -70px 0 0 150px
}

.single-style-5 .main-content-post:before {
    position: absolute;
    content: '';
    height: 90px;
    background-color: #fff;
    z-index: 0;
    left: -40px;
    right: 0;
    top: -40px
}

.single-style-5 .author-info-small .post-author img {
    display: inline-block;
    float: none;
    margin-right: 0;
    width: 45px;
    height: 45px
}

.single-style-5 .author-info-small .post-author {
    margin: 0
}

.single-style-5 .author-info-small .author-detail {
    display: inline-block;
    float: none;
    width: 100%
}

.single-style-5 .single-share-left .social-share-button ul li {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0
}

.single-style-5 .single-share-left .social-share-button a {
    width: 100%;
    text-align: left;
    padding: 0 11px
}

.single-style-5 .single-share-left .social-share-button a span {
    margin-left: 10px
}

.single-style-6 .post-image,
.single-style-7 .post-image,
.single-style-8 .post-image {
    min-height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.single-style-6.single-post-top .post-header,
.single-style-7.single-post-top .post-header {
    position: relative;
    margin: -150px 0 0
}

.single-style-6 .post-title .entry-title,
.single-style-7 .post-title .entry-title,
.single-style-8 .post-title .entry-title {
    margin: 15px 0 0
}

.single-style-6.single-post-top .post-header:before,
.single-style-7.single-post-top .post-header:before {
    position: absolute;
    content: '';
    left: -50px;
    right: -50px;
    top: -50px;
    height: 180px;
    background-color: #fff;
    z-index: 0
}

.single-style-7 .post-share-info {
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee
}

.wrapper-boxed .single-style-8 .post-image-header {
    padding: 0 0
}

.video-wrapper {
    position: relative;
    overflow: hidden
}

.single-video-style-1 .video-wrapper {
    margin-bottom: 15px
}

.single-audio-style-1 .post-share-info,
.single-audio-style-2 .post-share-info,
.single-video-style-1 .post-share-info {
    margin-bottom: 0;
    padding-top: 15px;
    display: inline-block;
    width: 100%
}

.single-audio-style-1.dark .header-single-post,
.single-audio-style-2.dark .header-single-post,
.single-video-style-1.dark .header-single-post {
    background: #1d1d1d;
    padding: 20px
}

.single-audio-style-2 .post-title .entry-title,
.single-video-style-2 .post-title .entry-title {
    color: #1b1d25;
    margin: 15px 0 0
}

.single-audio-style-1.dark .entry-title,
.single-audio-style-1.dark .post-email a,
.single-audio-style-1.dark .post-meta .post-data,
.single-audio-style-1.dark .post-meta .post-data a,
.single-audio-style-1.dark .post-meta-info .post-data,
.single-audio-style-1.dark .post-meta-info .post-data a,
.single-audio-style-1.dark .post-print a,
.single-audio-style-2.dark .entry-title,
.single-audio-style-2.dark .post-email a,
.single-audio-style-2.dark .post-meta .post-data,
.single-audio-style-2.dark .post-meta .post-data a,
.single-audio-style-2.dark .post-meta-info .post-data,
.single-audio-style-2.dark .post-meta-info .post-data a,
.single-audio-style-2.dark .post-print a,
.single-video-style-1.dark .entry-title,
.single-video-style-1.dark .post-email a,
.single-video-style-1.dark .post-meta .post-data,
.single-video-style-1.dark .post-meta .post-data a,
.single-video-style-1.dark .post-meta-info .item,
.single-video-style-1.dark .post-print a {
    color: #fff
}

.single-audio-style-1.dark .post-meta-box,
.single-video-style-1.dark .post-meta-box {
    border-top: 2px Solid #333
}

.single-audio-style-1.dark .post-share-info,
.single-video-style-1.dark .post-share-info {
    border-bottom: 0 solid #333;
    padding-bottom: 0
}

.single-video-style-2 {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 30px 15px;
    background: #f5f5f5;
    margin-bottom: 30px
}

.single-audio-style-2 .post-meta-box,
.single-video-style-2 .post-meta-box {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-top: 2px Solid #eee
}

.single-audio-style-2 .post-share-info,
.single-video-style-2 .post-share-info {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    padding-top: 20px;
    padding-bottom: 0;
    border-bottom: 0 solid #333
}

.post .post-audio iframe,
.post-audio iframe {
    width: 100%
}

.title-playlist-video {
    margin-bottom: 15px;
    padding: 10px 0
}

.playlist-post-video {
    border-left: 1px Solid #eee;
    padding-left: 30px
}

.playlist-video>ul>li {
    display: inline-block;
    border-bottom: 1px Solid #eee;
    margin-bottom: 30px
}

.playlist-video .post-meta-box {
    padding: 0 0 10px;
    border: none
}

.playlist-video>ul>li:last-child {
    border: none
}

.single-video-style-2.dark {
    background: #1d1d1d
}

.single-video-style-2.dark .breadcrumb li a,
.single-video-style-2.dark .breadcrumbs a,
.single-video-style-2.dark .breadcrumbs i,
.single-video-style-2.dark .post-email a,
.single-video-style-2.dark .post-meta .post-data,
.single-video-style-2.dark .post-meta .post-data a,
.single-video-style-2.dark .post-meta-info .item,
.single-video-style-2.dark .post-print a,
.single-video-style-2.dark .post-title .entry-title,
.single-video-style-2.dark .post-title .entry-title a,
.single-video-style-2.dark .title-playlist-video {
    color: #fff
}

.single-video-style-2.dark .playlist-post-video,
.single-video-style-2.dark .playlist-video>ul>li,
.single-video-style-2.dark .post-meta-box {
    border-color: #333
}

.codepages-gallery-style2 .featured-slider-posts.slider-gallery img {
    width: 100%
}

.page-post .post-content ul.featured-slider-posts {
    margin: 0!important
}

.single-gallery-style-2 .featured-block {
    padding: 15px 0
}

.single-gallery-style-2 .featured-slider-posts.slider-gallery img {
    width: 100%;
    height: 550px;
    object-fit: cover
}

.post-gallery {
    margin-bottom: 15px
}

.item-title h4 {
    border-bottom: 2px Solid #eee;
    padding: 15px 0;
    margin-bottom: 30px
}

.related-posts {
    margin-bottom: 30px
}

.related-post-content .related-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start
}

.related-posts .post-style2 {
    border-bottom: 0;
    padding-bottom: 0;
    min-height: 290px
}

.related-post-content .post-title {
    margin-bottom: 0
}

.post-share-info {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.post-author {
    display: inline-block
}

.post-author img {
    display: inline-block;
    float: left;
    margin-right: 0;
    width: 45px;
    height: 45px
}

.author-detail {
    display: inline-block;
    float: left
}

.author-detail a {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 5px 0 0;
    color: #111;
    font-weight: 700
}

.author-detail span {
    font-size: 12px;
    text-decoration: underline;
    color: #a0a0a0
}

.social-share-button.small-share-text {
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 15px 0 15px 0
}

.social-share-button a.large-button {
    width: inherit;
    padding: 0 15px
}

.social-share-button ul li {
    display: inline-block;
    margin: 0 5px
}

.social-share-button ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    border: 1px solid #ebebeb;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.small-share-text ul li a {
    width: auto;
    padding: 0 15px
}

.social-share-button ul li a span {
    position: relative;
    display: inline-block;
    top: -2px;
    line-height: 16px;
    padding-left: 10px;
    margin-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700
}

.social-share-button a.facebook {
    border-color: #516eab;
    background: #516eab;
    color: #fff
}

.social-share-button a.twitter {
    border-color: #29c5f6;
    background: #29c5f6;
    color: #fff
}

.social-share-button a.google {
    border-color: #eb4026;
    background: #eb4026;
    color: #fff
}

.social-share-button a.pinterest {
    border-color: #ca212a;
    background: #ca212a;
    color: #fff
}

.social-share-button a.whatsapp {
    border-color: #43d854;
    background: #43d854;
    color: #fff
}

.social-share-button a.linkedin {
    border-color: #007bb5;
    background: #007bb5;
    color: #fff
}

.social-share-button a:hover {
    opacity: .8
}

.social-share-button a i {
    font-size: 16px;
    margin: 2px 0 0
}

#selectionSharerPopover,
#selectionSharerPopunder {
    opacity: 0;
    visibility: hidden;
    display: none
}

#selectionSharerPopover-inner {
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .31);
    border-radius: 5px
}

#selectionSharerPopover-inner ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 16px
}

#selectionSharerPopover-inner:after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 8px 10px 0;
    bottom: -7px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    width: 0
}

#selectionSharerPopover-inner ul li a.tweet {
    color: #29c5f6
}

#selectionSharerPopover-inner ul li a.facebook {
    color: #516eab
}

#selectionSharerPopover-inner ul li a.email {
    color: #a0a0a0
}

#selectionSharerPopover-inner ul li a.whatsapp {
    color: #43d854
}

.about-author {
    display: inline-block;
    width: 100%;
    padding: 30px 0 0
}

.about-author-avatar {
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 15px
}

.about-author-avatar img {
    display: inline-block;
    position: relative
}

.about-author-main {
    text-align: left;
    display: inline-block;
    float: left;
    width: 75%
}

.about-author-name,
.about-author-name a {
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 5px;
    padding: 0
}

.author-url a {
    display: inline-block;
    font-size: 11px;
    border-radius: 3px;
    font-weight: 400;
    margin: 5px 0;
    color: #999;
    padding: 5px 10px;
    background-color: #eee
}

.author-url a:hover {
    background: #000;
    color: #fff
}

.about-author-social a {
    color: #232323;
    font-size: 13px;
    margin-right: 0;
    border-radius: 0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px
}

.about-author-social a:hover {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    color: #fff;
    background: #b98862
}

.about-author-bio p {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 10px 0
}

.authorpage img {
    float: left;
    display: inline-block;
    width: 165px;
    margin-right: 20px
}

.authorpage .author-content {
    display: inline-block;
    width: calc(100% - 185px)
}

.authorpage {
    display: inline-block;
    background: #fff;
    padding: 15px;
    border: 2px Solid #eee;
    margin-bottom: 30px
}

.author-info-articles {
    margin-top: 5px
}

.author-info-articles span {
    color: #999;
    font-size: 11px;
    font-weight: 600;
    margin-right: 12px;
    background: #eee;
    padding: 0 15px;
    display: inline-block
}

.single-post-tags {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

.single-post-source {
    margin: 30px 0 15px
}

.single-post-source .source-title,
.single-post-tags .tags-title {
    position: relative;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    background-color: #eee;
    color: #111;
    padding: 7px 15px 6px;
    border-radius: 2px;
    line-height: 1.5
}

.single-post-source ul,
.single-post-tags ul {
    display: inline-block
}

.single-post-source ul li,
.single-post-tags ul li {
    display: inline-block;
    margin: 0
}

.single-post-source ul li a,
.single-post-tags ul li a {
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    margin-left: 5px;
    text-transform: uppercase;
    color: #111;
    line-height: 1.5;
    padding: 6px 7px 4px 7px;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.single-post-source ul li a:hover,
.single-post-tags ul li a:hover {
    color: #fff;
    background: #000
}

#nav-posts {
    padding: 20px 0 15px 0;
    background: #eee
}

#nav-posts .post-nav {
    display: inline-block;
    width: 100%;
    padding: 0
}

#nav-posts .post-nav li {
    width: 50%
}

.nav-previous.previous {
    border-right: 1px solid #ddd;
    float: left;
    text-align: left;
    padding: 0 40px
}

.nav-next.next {
    float: right;
    text-align: right;
    padding: 0 40px
}

li.nav-previous.previous p {
    float: left;
    margin-right: 15px
}

li.nav-next.next p {
    float: right;
    margin-left: 15px
}

#nav-posts .post-nav p {
    display: inline-block;
    font-size: 24px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 0;
    width: 40px;
    color: #232323;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#nav-posts .post-nav a {
    display: block;
    font-size: 13px;
    color: #232323;
    line-height: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#nav-posts .post-nav a span {
    display: block;
    font-size: 13px;
    color: #909090;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#nav-posts .post-nav a:hover {
    color: #b98862;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#nav-posts .post-nav a:hover p {
    color: #b98862
}

.Title-Comment h3 {
    text-align: center;
    margin-bottom: 30px;
    background: #eee;
    padding: 15px 0;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
    margin-top: 30px
}

.comment-list>li {
    list-style: none
}

.comment-body {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0 40px 0;
    position: relative
}

.comment-list>li:last-of-type .comment-body {
    border-bottom: 0 solid #e5e5e5
}

.comment .children {
    margin-left: 70px
}

.comment .children .children {
    margin-left: 56px
}

.comment-body .comment-author img {
    display: inline-block;
    float: left;
    margin-right: 15px;
    border-radius: 50px;
    width: 70px;
    height: 70px
}

.comment-body .comment-author cite {
    margin: 5px 0;
    font-weight: 600;
    color: #373636;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    display: inline-block
}

span.says {
    display: none
}

.comment-meta.commentmetadata {
    display: inline-block;
    line-height: 20px
}

.comment-body .comment-meta a {
    font-size: 12px;
    color: #afb0b4
}

.comment-body p {
    font-size: 13px;
    color: #a6a6a6;
    margin: 15px 0 0 0;
    font-weight: 400;
    display: inline-block;
    width: 100%
}

.comment-body .reply a {
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 40px;
    background: #111;
    padding: 2px 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase
}

.comment-body .comment-edit-link {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff!important;
    position: absolute;
    right: 90px;
    top: 40px;
    background: #111;
    padding: 2px 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase
}

.pingback .comment-body {
    line-height: 20px
}

.pingback .comment-body span.edit-link {
    display: inline-block;
    width: 100%
}

.pingback .comment-body span.edit-link a.comment-edit-link {
    display: table;
    width: auto;
    margin-top: 15px;
    position: initial
}

p.comment-notes {
    font-size: 13px;
    color: #a6a6a6;
    margin: 0 0 30px 0;
    font-weight: 400
}

.comment-form-comment {
    display: inline-block;
    width: 100%
}

.comment-form-comment label {
    font-size: 13px;
    color: #a6a6a6;
    font-weight: 400;
    margin-bottom: 10px
}

.comment-form-comment textarea {
    margin-bottom: 30px;
    width: 100%
}

p.comment-form-author,
p.comment-form-email {
    display: inline-block;
    width: 33.33333333%;
    margin-bottom: 30px;
    padding-right: 15px;
    float: left
}

p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label {
    font-size: 13px;
    color: #a6a6a6;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 2.5;
    text-transform: none;
    letter-spacing: 0;
    display: inline-block;
    width: 100%
}

p.form-submit {
    display: inline-block;
    width: 100%
}

p.comment-form-author input,
p.comment-form-email input,
p.comment-form-url input {
    width: 100%
}

p.comment-form-url {
    display: inline-block;
    width: 32.3333333%;
    margin-bottom: 30px
}

.form-submit input {
    width: auto;
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 0;
    color: #1b191d;
    display: inline-block;
    font-size: 13px;
    padding: 15px 30px;
    border: none;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#reply-title {
    text-align: center;
    margin-bottom: 30px;
    background: #eee;
    padding: 15px 0;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
    margin-top: 30px
}

p.logged-in-as {
    font-size: 13px;
    color: #a6a6a6;
    margin: 0 0 15px 0;
    font-weight: 400
}

.comment-reply-title {
    display: inline-block;
    text-align: left!important;
    width: 100%;
    padding-left: 15px!important
}

.comment-reply-title small a {
    display: inline-block;
    float: right;
    line-height: 23px;
    padding-right: 30px;
    font-size: 10px
}

.overlay-post .post-content {
    position: absolute;
    top: 0;
    top: 50%;
    webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    padding: 0 100px;
    width: 100%
}

.overlay-post .post-title .entry-title a {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -.04em;
    color: #fff
}

.overlay-post .post-excerpt p {
    margin: 0 0 15px;
    line-height: 1.65;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    z-index: 1;
    position: relative
}

.overlay-post .post-meta .post-date {
    margin-left: 0;
    color: #fff;
    line-height: 25px
}

.overlay-post .post-date a {
    color: #fff
}

.overlay-post .post-image {
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    text-align: center;
    background: #000
}

.overlay-post .post-image>a img {
    opacity: .4
}

.overlay-post:hover .post-image>a img {
    opacity: .2;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.overlay-post .post-share {
    float: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 4px 0;
    text-align: center;
    margin: auto;
    width: 100%;
    position: absolute;
    bottom: -35px;
    right: 0;
    left: 0;
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.overlay-post:hover .post-share {
    bottom: 15px
}

.overlay-post .social-share ul li a.facebook {
    background: #516eab;
    padding: 5px 10px;
    color: #fff
}

.overlay-post .social-share ul li a.twitter {
    background: #29c5f6;
    padding: 5px 10px;
    color: #fff
}

.overlay-post .social-share ul li a.google {
    background: #eb4026;
    padding: 5px 10px;
    color: #fff
}

.overlay-post .social-share ul li a.pinterest {
    background: #ca212a;
    padding: 5px 10px;
    color: #fff
}

.module-title {
    margin: 0 0 20px;
    padding: 0px 0px 10px 0;
    position: relative;
    display: inline-block;
    width: 100%
}

.module-title h4 {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #1d1d1d;
    font-weight: 600
}

.module-title.style1 {
    border-bottom: 3px solid #eee;
    background: 0 0!important
}

.module-title.style1 h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.module-title.style1 h4:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    bottom: -13px;
    background-color: #111
}

.module-title.style2 {
    background: #eee;
    padding: 0
}

.module-title.style2 h4 {
    background: #111;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px 10px
}

.module-title.style2 .subcategory {
    padding-right: 20px
}

.module-title.style2 .subcategory .nav {
    height: 42px;
}

.module-title.style2 .subcategory ul li a {
    padding: 14px 9px
}

.module-title.style3 {
    margin-bottom: 20px;
    background: 0 0;
    padding: 0;
    position: relative
}

.module-title.style3:before {
    position: absolute;
    content: '';
    z-index: 0;
    width: 100%;
    height: 3px;
    background-color: #eee;
    top: 5px;
    left: 0
}

.module-title.style3 h4 {
    position: relative;
    display: inline-block;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    padding: 0px 20px 0px 0;
    line-height: 1!important
}

.module-title.style3 .subcategory {
    margin: 0;
    background: #fff;
    position: relative;
    padding-left: 5px;
    margin-top: -5px;
}

.module-title.style4 {
    border-top: 3px Solid #111;
    border-bottom: 1px Solid #eee;
    padding: 0
}

.module-title.style4 h4 {
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
    padding: 15px 0
}

.module-title.style4 .subcategory {
    margin: 0;
    padding: 11px 0
}

.module-title.style5 {
    background: #111;
    padding: 15px
}

.module-title.style5 h4 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px
}

.module-title.style5 .subcategory ul li a {
    font-weight: 600;
    color: #fff;
    padding: 5px
}

.module-title.style6 {
    position: relative;
    background: #000;
    padding: 15px 15px
}

.module-title.style6 h4 {
    font-size: 14px;
    color: #fff
}

.module-title.style6:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 16px;
    border: 8px solid transparent;
    width: 16px;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    margin-top: 0;
    background: 0 0;
    border-top-color: #000;
    transition: all .3s ease
}

.module-title.style6 .subcategory ul li a {
    color: #fff;
    padding: 4px 5px
}

.module-title.style7 {
    border-bottom: 3px solid #111;
    padding: 0
}

.module-title.style7 h4 {
    background: #111;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px 10px
}

.module-title.style7 .subcategory {
    padding-right: 20px
}

.module-title.style7 .subcategory ul li a {
    padding: 12px 9px
}

.module-title .subcategory {
    margin: 0
}

.module-title .subcategory .nav {
    height: 22px;
    overflow: hidden
}

.module-title .subcategory ul li {
    display: inline-block;
    padding-left: 4px;
    color: #212121
}

.module-title .subcategory ul li a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    padding: 6px 9px
}

.module-title .subcategory ul li a.active-more {
    color: #2cbdff
}

.module-title .subcategory ul li.more a i {
    display: inline-block;
    margin-left: 10px
}

.post-meta-box.top-meta {
    display: inline-block;
    width: 100%
}

.post-author,
.post-comment,
.post-data,
.post-email,
.post-print,
.post-share-count,
.post-views {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px
}

.module-content-wrapper {
    position: relative
}

.post-meta-info.top.author-images {
    display: inline-block;
    margin-bottom: 15px
}

.category-content-module .post {
    position: relative
}

.category-content-module .post-author img {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 90px
}

.custom-category-posts-wrapper .row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start
}


.category-content-module.style1 .block-category-larg .post-category {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 0
}

.category-content-module.style1 .block-category-larg .post-detail {
    position: relative;
    margin: 15px 0 0
}

.category-content-module.style1 .block-category-larg .post-meta-info.top {
    display: inline-block;
    margin-bottom: 10px
}

.category-content-module.style1 .meta-slider-content.author-images {
    line-height: 35px
}

.category-content-module.style1 .meta-slider-content ul li span,
.category-content-module.style1 .meta-slider-content ul li span a {
    color: #a0a0a0;
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.5
}

.category-content-module.style1 .meta-slider-content ul li i {
    color: #a0a0a0;
    font-size: 12px;
    margin: 0 5px 0 0;
    display: inline-block
}

.category-content-module.style1 .block-category-small {
    border-left: 1px Solid #eee;
    padding-left: 30px;
    display: inline-block;
    width: 100%
}

.category-content-module.style1 .block-category-larg .author-images .post-author a {
    line-height: 50px;
    font-size: 12px
}

.category-content-module.style1 .block-category-larg .post-author a {
    line-height: 30px;
    font-size: 12px
}

.category-content-module.style1 .meta-slider-content.author-images .post-author a {
    line-height: 38px
}

.category-content-module.style1 .block-category-small .post {
    display: inline-block;
    width: 100%;
    padding: 15px 0
}

.category-content-module.style1 .block-category-small .post {
    border-bottom: 1px solid #eee
}

.category-content-module.style1 .block-category-small .post:first-child {
    padding-top: 0
}

.category-content-module.style1 .block-category-small .post:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.category-content-module.style1 .block-category-small .post-image {
    width: 70px;
    float: left
}

.category-content-module.style1 .block-category-small .post-title .entry-title {
    line-height: 20px;
    color: #1b1d25
}

.category-content-module.style1 .block-category-small .post-detail {
    display: inline-block;
    width: calc(100% - 75px);
    padding-left: 15px
}

.category-content-module.style1 .block-category-small .post-excerpt {
    display: inline-block;
    width: 100%;
    margin-top: 0
}

.category-content-module.style1 .block-category-small .post-excerpt p {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 0
}

.category-content-module.style1 .post-meta {
    padding: 0 0
}

.category-content-module.style1 .post-meta.top-meta post-data {
    display: inline-block;
    margin-left: 0;
    padding-left: 10px;
    position: relative
}

.category-content-module.style1 .post-meta.top-meta .post-date a {
    color: #a0a0a0;
    line-height: 28px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    position: relative
}

.category-content-module.style1 .post-meta.top-meta .post-date:before {
    position: absolute;
    background-color: #bbb;
    content: '';
    width: 5px;
    height: 1px;
    left: -4px;
    top: 15px
}

.category-content-module.style1 .post-meta-info.top .post-data:before {
    top: 11px
}

.category-content-module.style2 .block-category-larg {
    position: relative;
    overflow: hidden
}

.category-content-module.style2 .block-category-larg .post-category {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 0
}

.category-content-module.style2 .block-category-larg .post-detail {
    position: relative;
    margin: 15px 0 0
}

.category-content-module.style2 .meta-slider-content ul li span,
.category-content-module.style2 .meta-slider-content ul li span a {
    color: #a0a0a0;
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.5
}

.category-content-module.style2 .meta-slider-content ul li i {
    color: #a0a0a0;
    font-size: 12px;
    margin: 0 5px 0 0;
    display: inline-block
}

.category-content-module.style2 .block-category-small {
    display: inline-block;
    width: 100%;
    border-top: 2px solid #eee;
    padding-top: 30px;
    margin: 15px 0 0
}

.category-content-module.style2 .block-category-small .post {
    display: inline-block;
    width: 100%;
    padding: 20px 0 0
}

.category-content-module.style2 .block-category-small .post~.post {
    border-top: 1px solid #eee
}

.category-content-module.style2 .block-category-small .post:first-child {
    padding: 0
}

.category-content-module.style2 .block-category-small .post-image {
    width: 70px;
    float: left
}

.category-content-module.style2 .block-category-small .post-title .entry-title {
    line-height: 21px;
    color: #1b1d25
}

.category-content-module.style2 .block-category-small .post-detail {
    display: inline-block;
    width: 75%;
    padding-left: 15px
}

.category-content-module.style2 .block-category-small .post-excerpt {
    display: inline-block;
    width: 100%;
    margin-top: 10px
}

.category-content-module.style2 .block-category-small .post-excerpt p {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 15px
}

.category-content-module.style2 .post-meta {
    padding: 0 0
}

.category-content-module.style2 .post-meta.top-meta .post-date {
    display: inline-block;
    margin-left: 0;
    padding-left: 10px;
    position: relative
}

.category-content-module.style2 .post-meta.top-meta .post-date a {
    color: #a0a0a0;
    line-height: 28px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    position: relative
}

.category-content-module.style2 .post-meta.top-meta .post-date:before {
    position: absolute;
    background-color: #bbb;
    content: '';
    width: 5px;
    height: 1px;
    left: -4px;
    top: 15px
}

.category-content-module.style2 .post-meta-info.top .post-data:before {
    top: 11px
}

.category-content-module.style2 .block-category-larg .post-meta-info.top {
    display: inline-block;
    margin-bottom: 15px
}

.category-content-module.style2 .block-category-larg .author-images .post-author a {
    line-height: 45px;
    font-size: 12px
}

.category-content-module.style3 .post {
    min-height: 255px;
    position: relative;
    padding-bottom: 30px;
}

.category-content-module.style3 .post-meta.no-sep {
    margin-top: 15px
}

.category-content-module.style3 .post-title {
    margin-top: 10px;
    margin-bottom: 0
}

.category-content-module.style3 .post-title .entry-title {
    line-height: 21px;
    color: #1b1d25
}

.category-content-module.style3 .post-category {
    display: inline-block;
    float: left;
    width: auto
}

.category-content-module.style3 .post-meta.top-meta .post-date:before {
    position: absolute;
    background-color: #bbb;
    content: '';
    width: 5px;
    height: 1px;
    left: -12px;
    top: 7px
}

.category-content-module.style3 .post-meta.top-meta .post-date {
    color: #a0a0a0;
    line-height: 1.5;
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 11px;
    position: relative
}

.category-content-module.style3 .meta-slider-content ul li span,
.category-content-module.style3 .meta-slider-content ul li span a {
    color: #a0a0a0;
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.5
}

.category-content-module.style3 .meta-slider-content ul li i {
    color: #a0a0a0;
    font-size: 12px;
    margin: 0 5px 0 0;
    display: inline-block;
    line-height: 13px
}

.category-content-module.style3 .post-excerpt {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px
}

.category-content-module.style3 .post-excerpt p {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 0
}

.category-content-module.style4 .custom-category-posts {
    display: inline-block;
    width: 100%
}

.category-content-module.style4 .post-style6 .post-category {
    position: relative;
    display: inherit;
    float: left;
    width: auto;
    margin-bottom: 0;
    z-index: 1
}

.category-content-module.style4 .post-style6 .post-title,
.category-content-module.style4 .post-style6 .post-title a {
    margin: 15px 0;
    color: #fff
}

.category-content-module.style4 .block-category-small {
    max-height: 467px;
    border-left: 1px Solid #eee;
    padding: 0 30px;
    display: inline-block;
    width: 100%;
    overflow: hidden
}

.category-content-module.style4 .post-style6 {
    margin-bottom: 0
}

.category-content-module.style4 .block-category-small .post {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

.category-content-module.style4 .block-category-small .post:first-child {
    padding-top: 0
}

.category-content-module.style4 .block-category-small .post:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.category-content-module.style4 .block-category-small .post-image {
    width: 70px;
    float: left
}

.category-content-module.style4 .block-category-small .post-title .entry-title {
    line-height: 1.5;
    color: #1b1d25
}

.category-content-module.style4 .block-category-small .post-detail {
    display: inline-block;
    width: 75%;
    padding-left: 15px
}

.category-content-module.style4 .block-category-small .post-excerpt {
    display: inline-block;
    width: 100%;
    margin-top: 10px
}

.category-content-module.style4 .block-category-small .post-excerpt p {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 0
}

.category-content-module.style4 .block-category-larg .post-style6 .post-comment,
.category-content-module.style4 .block-category-larg .post-style6 .post-data,
.category-content-module.style4 .block-category-larg .post-style6 .post-views {
    color: #fff
}

.category-content-module.style5 .block-category-small .post {
    min-height: 295px;
    position: relative
}

.category-content-module.style5 .post-title {
    margin-top: 10px
}

.category-content-module.style5 .block-category-larg .post-title {
    margin-top: 0;
    margin-bottom: 0
}

.category-content-module.style5 .block-category-larg .post-title .entry-title,
.category-content-module.style5 .block-category-larg .post-title .entry-title a {
    color: #fff
}

.category-content-module.style5 .post-meta-box {
    margin: 10px 0 0
}

.category-content-module.style5 .post-category {
    display: inline-block;
    float: left;
    width: auto
}

.category-content-module.style5 .post-meta.top-meta .post-date:before {
    position: absolute;
    background-color: #bbb;
    content: '';
    width: 5px;
    height: 1px;
    left: -12px;
    top: 7px
}

.category-content-module.style5 .post-meta.top-meta .post-date {
    color: #a0a0a0;
    line-height: 1.5;
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 11px;
    position: relative
}

.category-content-module.style5 .block-category-larg .post-style7 .post-comment,
.category-content-module.style5 .block-category-larg .post-style7 .post-data,
.category-content-module.style5 .block-category-larg .post-style7 .post-views {
    color: #fff
}

.category-content-module.style6 .block-category-larg .post-title .entry-title {
    background-color: #fff;
    padding: 30px 30px 0;
    margin: -55px 0 0
}

.category-content-module.style6 .block-category-larg .post-detail {
    padding: 0 30px
}

.category-content-module.style6 .block-category-larg,
.category-content-module.style6 .block-category-small {
    text-align: center
}

.category-content-module.style6 .block-category-small .post {
    margin-bottom: 30px
}

.category-content-module.style6 .post-meta-box {
    margin-top: 10px;
    margin-bottom: 0
}

.category-content-module.style6 .post-title {
    margin-top: 10px;
    margin-bottom: 0
}

.category-content-module.style6 .post-excerpt p {
    text-align: center;
    margin-top: 10px
}

.category-content-module.style6 .post-title .entry-title {
    color: #1b1d25
}

.category-content-module.style6 .post-category {
    display: inline-block;
    float: left;
    width: auto
}

.category-content-module.style6 .post-meta.top-meta .post-date:before {
    position: absolute;
    background-color: #bbb;
    content: '';
    width: 5px;
    height: 1px;
    left: -12px;
    top: 7px
}

.category-content-module.style6 .post-meta.top-meta .post-date {
    color: #a0a0a0;
    line-height: 1.5;
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 11px;
    position: relative
}

.category-content-module.style6 .meta-slider-content ul li span,
.category-content-module.style6 .meta-slider-content ul li span a {
    color: #a0a0a0;
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.5
}

.category-content-module.style6 .meta-slider-content ul li i {
    color: #a0a0a0;
    font-size: 12px;
    margin: 0 5px 0 0;
    display: inline-block;
    line-height: 13px
}

.category-content-module.style6 .module-title {
    text-align: center
}

.category-content-module.style6 .module-title.style3 h4 {
    padding: 5px 20px 5px 20px
}

.category-content-module.style7 .block-category-small .post {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px Solid #eee
}

.category-content-module.style7 .block-category-small .post:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 Solid #eee
}

.category-content-module.style7 .block-category-larg .post-meta-info.top .post-data:before {
    top: 11px
}

.category-content-module.style7 .block-category-larg .post-meta-info .post-author a {
    line-height: 45px;
    font-size: 12px
}

.category-content-module.style7 .block-category-small .post-title .entry-title {
    color: #1b1d25;
    margin-top: 0
}

.category-content-module.style7 .post-excerpt {
    display: inline-block;
    margin-top: 15px
}

.category-content-module.style7 .block-category-small .post-excerpt {
    margin-top: 10px
}

.category-content-module.style7 .block-category-small .post-detail p {
    margin-bottom: 0
}

.category-content-module.style7 .block-category-larg .post-title .entry-title {
    margin-top: -30px;
    padding-right: 45px
}

.category-content-module.style7 .block-category-larg .post-title:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 45px;
    background-color: #fff;
    top: -40px
}

.category-content-module.style8 .post-meta-info {
    position: relative;
    display: inline-block;
    margin-bottom: 10px
}

.category-content-module.style8 .post-style3 .post-author {
    float: left;
    z-index: 1;
    position: relative;
    padding-right: 0
}

.category-content-module.style8 .post-style3 .post-author a {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 0;
    line-height: 1.5;
    float: left
}

.category-content-module.style8 .custom-category-posts .block-category-small .post {
    padding-bottom: 30px
}

.category-content-module.style8 .block-category-small .post-image {
    width: 70px;
    float: left
}

.category-content-module.style8 .block-category-small .post-title .entry-title {
    color: #1b1d25;
    margin-top: 0
}

.category-content-module.style8 .block-category-small .post-detail {
    display: inline-block;
    width: 75%;
    padding-left: 15px
}

.category-content-module.style8 .block-category-small .post-excerpt {
    display: inline-block;
    width: 100%;
    margin-top: 10px
}

.category-content-module.style8 .block-category-small .post-excerpt p {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 0
}

.category-content-module.style9 .post-meta-info {
    position: relative;
    display: inline-block;
    margin-bottom: 15px
}

.category-content-module.style9 .post-meta-info .post-data:before {
    top: 5px
}

.category-content-module.style9 .block-category-small .post-title .entry-title {
    margin-top: 15px
}

.category-content-module.style9 .block-category-larg .post-detail {
    position: relative;
    margin: 15px 0 0
}

.category-content-module.style9 .block-category-larg .author-images .post-author a {
    line-height: 50px;
    font-size: 12px
}

.category-content-module.style9 .block-category-small .post-meta-box {
    margin: 0 0 10px
}

.category-content-module.style10 .post-meta-info {
    position: relative;
    display: inline-block;
    margin-bottom: 10px
}

.category-content-module.style10 .post-style3 .post-author a {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 0;
    line-height: 1.5;
    float: left
}

.category-content-module.style10 .block-category-small .post {
    min-height: 315px;
    position: relative
}

.category-content-module.style10 .block-category-small .post-title {
    margin-top: 15px;
    margin-bottom: 15px
}

.category-content-module.style10 .block-category-small .excerptnone {
    min-height: 270px
}

.category-content-module.style10 .block-category-small .post-title .entry-title {
    color: #1b1d25
}

.category-content-module.style10 .block-category-small .post-meta-box {
    margin: 0 0 10px
}

.breaking-news-style2 .breaking-bar {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px
}

.breaking-news-style2 .post-category {
    margin-bottom: 5px
}

.breaking-news-style2 .post-image {
    float: left;
    display: inline-block;
    width: 60px;
    margin-right: 15px
}

.breaking-news-style2 .post-detail {
    display: inline-block;
    width: calc(100% - 75px);
    padding-right: 30px
}

.breaking-news-style2 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 15px 0
}

.breaking-news-style2 .ticker-slide-nav {
    position: absolute;
    width: auto;
    top: 35px;
    right: 0;
    margin: auto;
    text-align: right
}

.video_posts_playlist .loading-posts {
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: auto;
    height: auto;
    z-index: 1000;
    background-color: rgba(255, 255, 255, .9)
}

.video-slider {
    display: inline-block;
    width: 100%
}

.video_playlist_style1 .video-wrapper {
    margin-bottom: 30px
}

.video_playlist_style1 {
    display: inline-block;
    width: 100%;
    padding: 30px 100px
}

.video_playlist_style1 .post-meta-box {
    margin-top: 10px
}

.video_playlist_style1 .video_playlist_title {
    display: inline-block;
    text-align: center;
    width: 100%
}

.video_playlist_style1 .video_playlist_title h3 {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 30px
}

.video_playlist_style1 .video-slider .post-title {
    margin-top: 10px;
    margin-bottom: 0
}

.video-playlist-style2 {
    display: inline-block;
    width: 100%;
    max-height: 421px
}

.video_playlist_style2 .video_playlist_title {
    display: inline-block;
    text-align: center;
    width: 100%
}

.video_playlist_style2 .video_playlist_title h3 {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 30px
}

.video-playlist-style2 .post.post-overlay {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.video-playlist-style2 .video-slider .post-image {
    float: left;
    width: 80px;
    margin-right: 15px;
    font-size: 23px;
    color: #1d1d1d;
    display: inline-block
}

.video-playlist-style2 .video-slider .post-image a {
    display: flex
}

.video-playlist-style2 .video-slider .post-title {
    float: left;
    width: calc(100% - 95px)
}

.video-playlist-style2 .video-slider .post-title h2 a {
    font-size: 14px;
    line-height: 21px
}

.video-playlist-style2 .video-slider .post-title h5 {
    font-weight: 600;
    color: #1b1d25
}

.video_playlist_style1.video_dark .video-slider .post-title h5,
.video_playlist_style1.video_dark .video-slider .post-title h6,
.video_playlist_style1.video_dark .video_playlist_title h3,
.video_playlist_style2.video_dark .video-slider .post-title h5,
.video_playlist_style2.video_dark .video-slider .post-title h6,
.video_playlist_style2.video_dark .video_playlist_title h3 {
    color: #fff
}

.video_playlist_style2.video_dark .video-slider .post-meta .post-data,
.video_playlist_style2.video_dark .video-slider .post-meta li {
    color: #fff
}

.video_playlist_style2.video_dark .post.post-overlay {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.video_playlist_style1.video_dark .loading-posts,
.video_playlist_style2.video_dark .loading-posts {
    background-color: rgba(10, 10, 10, .8)
}

.review-rating-post .review-rating-score {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #ff4157;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 23px;
    font-weight: 700
}

.cairo-post-review {
    position: relative;
    background-color: #f5f5f5;
    margin: 30px 0
}

.cairo-post-review .review-count,
.cairo-post-review .review-detail .review-comments,
.cairo-post-review .review-detail .review-header {
    display: inline-block;
    width: 100%;
    padding: 30px
}

.cairo-post-review .review-detail .review-comments {
    border-top: 5px Solid #fff;
    border-bottom: 5px Solid #fff
}

.cairo-post-review .review-detail .review-header h2 {
    margin-bottom: 15px
}

.cairo-post-review .review-detail .review-rating-score {
    float: left;
    padding: 20px;
    background: #1d1d1d;
    width: 120px;
    text-align: center;
    color: #fff;
    margin-right: 15px
}

.cairo-post-review .review-detail .review-rating-score h1 {
    color: #fff
}

.cairo-post-review .review-detail .review-rating-description p {
    font-size: 14px;
    line-height: 24px;
    color: #212121;
    font-weight: 400
}

.cairo-post-review .review-detail .review-comments .comment-review {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block
}

.cairo-post-review .review-detail .review-comments .comment-review i {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    margin-right: 10px
}

.cairo-post-review .review-detail .review-comments .bad-review .comment-review {
    color: #f3002e
}

.cairo-post-review .review-detail .review-comments .good-review .comment-review {
    color: #01c358
}

.cairo-post-review .review-detail .review-comments .bad-review .comment-review i {
    background-color: #f3002e;
    font-size: 9px;
    padding-left: 1px
}

.cairo-post-review .review-detail .review-comments .good-review .comment-review i {
    background-color: #01c358;
    font-size: 9px;
    padding-left: 1px
}

.cairo-post-review .review-detail .review-comments ul {
    margin: 20px 0 0 23px
}

.cairo-post-review .review-detail .review-comments ul li {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0 5px 0;
    list-style: initial;
    color: #777
}

.cairo-post-review .review-count ul li .review-item-title {
    display: inline-block;
    float: left;
    margin-bottom: 5px
}

.cairo-post-review .review-count ul li {
    position: relative;
    list-style: none;
    padding-bottom: 15px
}

.cairo-post-review .review-item-rating {
    position: relative;
    float: right;
    right: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #333;
    color: #fff;
    margin-top: -5px;
    font-size: 14px
}

.cairo-post-review .progress-point {
    position: relative;
    display: inline-block;
    height: 17px;
    width: 100%;
    margin: 0;
    background-color: #e8e8e8;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cairo-post-review .progress-bar {
    position: absolute;
    height: 17px;
    background: #ccc;
    left: 0;
    box-shadow: none
}

.cairo-post-review.dark {
    background: #1d1d1d
}

.cairo-post-review.dark .review-count ul li .review-item-title,
.cairo-post-review.dark .review-detail .review-comments ul li,
.cairo-post-review.dark .review-detail .review-header h2,
.cairo-post-review.dark .review-detail .review-rating-description p {
    color: #fff
}

.cairo-post-review.dark .review-item-rating {
    background: #333;
    color: #fff
}

.cairo-post-review.dark .progress-point {
    background-color: #333
}

.alert {
    background: #e4e4e4;
    border: transparent;
    border-radius: 3px;
    color: #000
}

.alert i {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px Solid rgba(78, 78, 78, .15);
    font-size: 17px;
    float: left;
    line-height: 25px;
    width: 30px;
    text-align: center
}

.alert span {
    font-size: 14px;
    font-weight: 700
}

.alert-success {
    color: #8bc34a;
    background-color: #dff0d8
}

.alert-success i {
    border-right: 1px Solid #8bc34a
}

.alert-info {
    color: #03a9f4;
    background-color: #d9edf7
}

.alert-info i {
    border-right: 1px Solid #03a9f4
}

.alert-warning {
    color: #ff9800;
    background-color: #fcf8e3
}

.alert-warning i {
    border-right: 1px Solid #ff9800
}

.alert-danger {
    color: #dd3e31;
    background-color: #fdf3f1
}

.alert-danger i {
    border-right: 1px Solid #dd3e31
}

.codepages-heading-style1 {
    background: 0 0;
    padding: 0
}

.codepages-heading-style1 .codepages-heading-wrapper {
    margin: 0 0 20px;
    border-bottom: 3px solid #eee;
    position: relative;
    display: inline-block;
    width: 100%
}

.codepages-heading-style1 .codepages-heading-wrapper h2 {
    position: relative;
    display: inline-block;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.codepages-heading-style1 .codepages-heading-wrapper h2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    bottom: -3px;
    background-color: #111
}

.codepages-heading-style2 {
    background: #f5f5f5;
    padding: 5px;
    margin-bottom: 20px
}

.codepages-heading-style2 .codepages-heading-wrapper {
    padding: 10px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #eee
}

.codepages-heading-style2 .codepages-heading-wrapper h2 {
    position: relative;
    display: inline-block;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.codepages-heading-style3 {
    background: 0 0;
    padding: 0
}

.codepages-heading-style3 .codepages-heading-wrapper {
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    border-bottom: 3px Solid #1d1d1d
}

.codepages-heading-style3 .codepages-heading-wrapper h2 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #1d1d1d;
    padding: 5px 15px;
    margin: 0
}

.codepages-heading-style4 {
    margin-bottom: 40px;
    background: 0 0;
    padding: 0
}

.codepages-heading-style4 .codepages-heading-wrapper {
    margin: 0 0 20px;
    padding: 5px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 4px double #111
}

.codepages-heading-style4 .codepages-heading-wrapper h2 {
    position: relative;
    display: inline-block;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.codepages-heading-style5 {
    background: 0 0;
    padding: 0;
    border-top: 3px Solid #000
}

.codepages-heading-style5 .codepages-heading-wrapper {
    margin: -19px 0 20px;
    padding: 0 0;
    position: relative;
    display: block;
    width: 100%;
    text-align: left
}

.codepages-heading-style5 .codepages-heading-wrapper h2 {
    position: relative;
    display: inline-block;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    padding: 0 25px 0 0;
    margin: 0
}

.codepages-heading-style5 .posts-box {
    background: 0 0;
    padding: 0;
    margin-bottom: 15px
}

.codepages-heading-style6 {
    margin-bottom: 20px
}

.codepages-heading-style6 .codepages-heading-wrapper {
    padding: 10px 0;
    border-top: 3px Solid #111;
    border-bottom: 1px Solid #eee;
    position: relative;
    display: inline-block;
    width: 100%
}

.codepages-heading-style6 .codepages-heading-wrapper h2 {
    position: relative;
    display: inline-block;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.codepages-heading-style7 {
    margin-bottom: 20px;
    padding: 0
}

.codepages-heading-style7 .codepages-heading-wrapper {
    position: relative;
    background: #111;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px 0
}

.codepages-heading-style7 .codepages-heading-wrapper h2 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin: 0
}

.codepages-heading-style7 .codepages-heading-wrapper:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 16px;
    border: 8px solid transparent;
    width: 16px;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    margin-top: 0;
    background: 0 0;
    border-top-color: #000;
    transition: all .3s ease
}

.codepages-divider-style1 {
    background-image: url(../images/divider/divider-1.png);
    display: block;
    width: 100%;
    height: 20px;
    position: relative;
    margin: auto
}

.codepages-divider-style2 {
    background-image: url(../images/divider/divider-2.png);
    display: block;
    width: 100%;
    height: 19px;
    position: relative;
    margin: auto
}

.codepages-divider-style3 {
    background-image: url(../images/divider/divider-3.png);
    display: block;
    width: 100%;
    height: 10px;
    position: relative;
    margin: auto
}

.codepages-divider-style4 {
    background-image: url(../images/divider/divider-4.png);
    display: block;
    width: 100%;
    height: 14px;
    position: relative;
    margin: auto
}

.codepages-divider-style5 {
    background-image: url(../images/divider/divider-5.png);
    display: block;
    width: 100%;
    height: 26px;
    position: relative;
    margin: auto
}

.codepages-divider-style6 {
    background-image: url(../images/divider/divider-6.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 39px;
    position: relative;
    margin: auto
}

.codepages-divider-style7 {
    background-image: url(../images/divider/divider-7.png);
    display: block;
    width: 100%;
    height: 18px;
    position: relative;
    margin: auto
}

.codepages-divider-style8 {
    background-image: url(../images/divider/divider-8.png);
    display: block;
    width: 100%;
    height: 15px;
    position: relative;
    margin: auto
}

.codepages-divider-style9 {
    background-image: url(../images/divider/divider-9.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 53px;
    position: relative;
    margin: auto
}

.codepages-subscribe.codepages-subscribe-style2.light {
    padding: 30px;
    background: #f5f5f5
}

.codepages-subscribe.codepages-subscribe-style2.dark {
    padding: 30px;
    background: #1d1d1d
}

.codepages-subscribe {
    text-align: center
}

.description-subscribe,
.title-subscribe {
    margin-bottom: 15px
}

.mc4wp-form p {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%
}

.mc4wp-form p:last-of-type {
    margin-bottom: 0
}

.mc4wp-form label {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px
}

.mc4wp-form input[type=email],
.mc4wp-form input[type=text] {
    display: block;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    height: 50px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f2f2f2;
    padding: 6px 20px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.mc4wp-form input[type=email]:focus,
.mc4wp-form input[type=text]:focus {
    color: #000;
    border-color: #000;
    box-shadow: none
}

.codepages-subscribe.dark .description-subscribe,
.codepages-subscribe.dark .title-subscribe {
    color: #fff
}

.codepages-subscribe.dark .codepages-newsletter-submit input[type=submit] {
    background: #fff;
    color: #212121
}

.mc4wp-form input[type=submit] {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border: 0;
    background-color: #111;
    color: #fff;
    border-radius: 0;
    padding: 0 0;
    margin: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mc4wp-form input[type=submit]:hover {
    background: #000
}

.codepages-subscribe.dark .codepages-newsletter-submit input[type=submit]:hover {
    color: #fff
}

.codepages_form_subscribe {
    display: inline-block;
    width: 100%
}

.codepages-newsletter-input {
    display: inline-block;
    width: 100%;
    float: left;
    padding-right: 0;
    margin-bottom: 15px
}

.codepages-newsletter-submit {
    display: inline-block;
    float: left;
    width: 100%
}

.codepages-newsletter-submit input[type=submit] {
    padding: 15px 30px;
    width: 100%
}

.codepages-instagram-wrapper {
    display: inline-block;
    width: 100%;
    position: relative
}

.title-insta-block {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    background: rgba(0, 0, 0, .8);
    padding: 10px 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px
}

.codepages-instagram-wrapper a {
    display: grid;
    width: 100%;
    position: relative;
    overflow: hidden
}

.codepages-instagram-wrapper a img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .5s ease
}

.codepages-instagram-wrapper a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .5s ease
}

.codepages-featured-boxes {
    position: relative;
    overflow: hidden
}

.codepages-featured-boxes .home-links {
    display: flex;
    position: relative
}

.codepages-fb-style1 .home-links h2 {
    margin: auto;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.codepages-fb-style1 .home-links h2 a {
    position: relative;
    margin: auto;
    padding: 10px 30px;
    text-align: center;
    width: auto;
    height: auto;
    background: #fff;
    color: #1d1d1d;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px
}

.codepages-fb-style1 .home-links:hover a {
    background: #b98862;
    color: #fff
}

.codepages-fb-style1 .home-links img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    will-change: transform
}

.codepages-fb-style1 .home-links:hover img {
    opacity: .7;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    will-change: transform
}

.codepages-fb-style2 .content-featured-box {
    margin: auto;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding-bottom: 15px;
    z-index: 1;
    webkit-transform: translateY(-50%);
    transform: translateY(0);
    -webkit-box-shadow: rgba(0, 0, 0, .7) 0 -155px 70px -70px inset;
    -moz-box-shadow: rgba(0, 0, 0, .7) 0 -155px 70px -70px inset;
    box-shadow: rgba(0, 0, 0, .7) 0 -155px 70px -70px inset
}

.codepages-fb-style2 .home-links h2 a {
    position: relative;
    margin: auto;
    padding: 5px 30px;
    text-align: center;
    width: auto;
    height: auto;
    background: #fff;
    color: #181819;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0
}

.codepages-fb-style2 .home-links:hover a {
    background: #b98862;
    color: #fff
}

.codepages-fb-style2 .home-links img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    will-change: transform
}

.codepages-fb-style2 .home-links:hover img {
    opacity: .7;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    will-change: transform
}

.codepages-fb-style2 .content-featured-box p {
    font-size: 12px;
    padding: 0 20px;
    line-height: 17px;
    margin-top: 20px;
    color: #fff
}

.codepages-fb-style3 .content-featured-box {
    margin: auto;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    padding-bottom: 15px;
    z-index: 11;
    webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.codepages-fb-style3 .home-links:before {
    content: '';
    border: 1px Solid rgba(255, 255, 255, .5);
    width: auto;
    height: auto;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    z-index: 11;
    opacity: 0;
    o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.codepages-fb-style3 .home-links:hover:before {
    opacity: 1;
    o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.codepages-fb-style3 .home-links h2 a {
    position: relative;
    margin: auto;
    padding: 5px 30px;
    text-align: center;
    width: auto;
    height: auto;
    background: #181819;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0
}

.codepages-fb-style3 .home-links:hover a {
    background: #b98862;
    color: #fff
}

.codepages-fb-style3 .home-links img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    will-change: transform
}

.codepages-fb-style3 .home-links:hover img {
    opacity: .7;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    will-change: transform
}

.alignleft {
    float: left;
    margin-top: .5rem;
    margin-right: 2rem;
    margin-bottom: 2rem
}

.alignright {
    float: right;
    margin-top: .5rem;
    margin-left: 2rem;
    margin-bottom: 2rem
}

.alignnone {
    margin-top: .5rem;
    margin-bottom: 2rem;
    width: 100%
}

.size-large {
    width: 100%
}

.sticky {
    border: 5px SOlid #f5f6f6;
    padding: 10px;
    margin-bottom: 20px
}

.codepages-dropcap {
    float: left;
    font-size: 500%;
    line-height: 85%;
    margin: 4px 10px 0 0
}

.aligncenter,
.alignleft,
.alignright,
.bypostauthor,
.gallery-caption,
.screen-reader-text,
.sticky,
.wp-caption,
.wp-caption-text {
    color: inherit
}

.aligncenter img,
.alignleft img,
.alignright img {
    width: 100%;
    max-width: 100%
}

img.center {
    margin: 0 auto;
    display: block
}

img.full {
    width: 100%
}

.aligncenter {
    display: block;
    margin: 0 auto
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 15px
}

.wp-caption>.wp-caption-text {
    margin: 8px 0 0;
    text-align: left;
    font-size: 12px;
    color: #7d7d7d
}

.nav-next a,
.nav-previous a {
    padding: 15px 0;
    color: #212121;
    display: block
}

.wpcf7-form-control-wrap {
    position: static!important;
    display: inline-block;
    width: 100%
}

.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap input[type=file],
.wpcf7-form-control-wrap input[type=password],
.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap textarea {
    width: 100%;
    margin-top: 5px
}

.post-password-form label {
    width: 85%;
    float: left;
    font-family: Tahoma;
    font-size: 12px;
    color: #2f2f2f
}

.post-password-form label input {
    width: 100%;
    margin-top: 10px;
    border-radius: 0
}

.post-password-form {
    display: inline-block;
    width: 100%
}

.post-password-form input[type=submit] {
    float: right;
    width: 14%;
    margin-top: 22px;
    padding: 12px;
    font-size: 14px;
    background: #2f2f2f
}

input[type=submit]:hover {
    background: #1d1d1d;
    color: #fff
}

.page-post .post-content ol,
.page-post .post-content ul {
    margin: 15px 0 15px 15px!important
}

.page-post .post-content li {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 25px;
    color: #525252
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%
}

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

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0
}

h3.screen-reader-text {
    text-align: center;
    border-bottom: 4px double #ecedee;
    border-top: 4px double #ecedee;
    margin-bottom: 30px;
    padding: 15px 0;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
    margin-top: 0;
    color: #212121
}

.comment-navigation .nav-previous a {
    background: #f6f6f6;
    border: medium none;
    color: #292929;
    float: left;
    font-family: Poppins;
    font-size: 13px;
    line-height: 40px;
    margin: 0 5px;
    padding: 5px 52px;
    text-align: center;
    border-radius: 0!important;
    font-weight: 600;
    letter-spacing: 0
}

.comment-navigation .nav-next a {
    background: #f6f6f6;
    border: medium none;
    color: #292929;
    float: left;
    font-family: Poppins;
    font-size: 13px;
    line-height: 40px;
    margin: 0 5px;
    padding: 5px 52px;
    text-align: center;
    border-radius: 0!important;
    font-weight: 600;
    letter-spacing: 0
}

.nav-links {
    display: inline-block;
    width: 100%;
    text-align: center
}

.nav-previous {
    display: inline-block
}

.nav-next {
    display: inline-block
}

.nav-links a:hover {
    background: #b98862;
    color: #fff
}

#sidebar {
    padding-left: 30px
}

.sidebar-left {
    padding-left: 0!important;
    padding-right: 30px
}

#sidebar,
#sidebar * {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    list-style: none
}

.sidebar-inner {
    margin: 0 auto;
    padding-bottom: 20px
}

.sidebar-widget {
    padding: 15px;
    display: inline-block;
    width: 100%
}

.sidebar-widget:last-child {
    margin-bottom: 0
}

.widget-title h2 {
    line-height: 1.5!important
}

.sidebar-widget select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    min-width: 120px;
    border: 1px Solid #dbdbdb;
    box-shadow: none;
    border-radius: 3px!important;
    text-align: right;
    padding: 5px 10px;
    display: inline-block!important;
    min-height: 40px;
    background: url(../images/down-chevron-dark.svg) no-repeat right 5% center;
    background-size: 10px
}

.sidebar-style1 {
    margin-bottom: 40px;
    background: 0 0;
    padding: 0
}

.sidebar-style1 .widget-title {
    margin: 0 0 20px;
    padding: 10px 0;
    border-bottom: 3px solid #eee;
    position: relative;
    display: inline-block;
    width: 100%
}

.sidebar-style1 .widget-title h2 {
    position: relative;
    display: inline-block;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.sidebar-style1 .widget-title h2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    bottom: -13px;
    background-color: #111
}

.sidebar-style2 {
    margin-bottom: 40px;
    background: #f5f5f5;
    padding: 15px
}

.sidebar-style2 .widget-title {
    margin: 0 0 20px;
    padding: 20px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #eee
}

.sidebar-style2 .widget-title h2 {
    position: relative;
    display: inline-block;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.sidebar-style3 {
    margin-bottom: 40px;
    background: 0 0;
    padding: 0
}

.sidebar-style3 .widget-title {
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    border-bottom: 3px Solid #1d1d1d
}

.sidebar-style3 .widget-title h2 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #1d1d1d;
    padding: 10px 15px
}

.sidebar-style3 .posts-box {
    background: 0 0;
    padding: 0;
    margin-bottom: 15px
}

.sidebar-style4 {
    margin-bottom: 40px;
    background: 0 0;
    padding: 0
}

.sidebar-style4 .widget-title {
    margin: 0 0 20px;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 4px double #111
}

.sidebar-style4 .widget-title h2 {
    position: relative;
    display: inline-block;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.sidebar-style4 .posts-box {
    background: 0 0;
    padding: 0;
    margin-bottom: 15px
}

.sidebar-style5 {
    margin-bottom: 20px;
    margin-top: 5px;
    background: 0 0;
    padding: 0;
    border-top: 3px Solid #000
}

.sidebar-style5.widget_tap_post {
    border: 0
}

.sidebar-style5 .widget-title {
    margin: -12px 0 30px;
    padding: 0 0;
    position: relative;
    display: block;
    width: 100%;
    text-align: left
}

.sidebar-style5 .widget-title h2 {
    position: relative;
    display: inline-block;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    padding: 0 25px 0 0
}

.sidebar-style5 .posts-box {
    background: 0 0;
    padding: 0;
    margin-bottom: 15px
}

.sidebar-style6 {
    margin-bottom: 40px;
    background: #f5f5f5;
    padding: 15px
}

.sidebar-style6 .widget-title {
    margin: 0 0 20px;
    padding: 10px 0;
    border-bottom: 3px solid #111;
    position: relative;
    display: inline-block;
    width: 100%
}

.sidebar-style6 .widget-title h2 {
    position: relative;
    display: inline-block;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.widget_adv_container {
    padding: 0;
    background: 0 0;
    border: 0
}

.sidebar-style7 {
    margin-bottom: 40px;
    padding: 0 0
}

.sidebar-style7 .widget-title {
    position: relative;
    background: #111;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px 0
}

.sidebar-style7 .widget-title h2 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff
}

.sidebar-style7 .widget-title:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 16px;
    border: 8px solid transparent;
    width: 16px;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    margin-top: 0;
    background: 0 0;
    border-top-color: #000;
    transition: all .3s ease
}

.codepages-social-count .social-counter-widget {
    display: inline-block;
    width: 100%
}

.social-counter-widget li {
    list-style: none
}

.codepages-socialcount-style1 ul.social-counter-widget li {
    background: #080808;
    margin-bottom: 1px;
    list-style: none
}

.codepages-socialcount-style1 ul.social-counter-widget li a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 14px;
    margin-left: 38px;
    position: relative;
    color: #080808;
    font-size: 11px;
    font-weight: 600
}

.codepages-socialcount-style1 ul.social-counter-widget li a i {
    position: absolute;
    top: 0;
    left: -38px;
    display: block;
    width: 37px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    border-right: 1px Solid #fff
}

.codepages-socialcount-style1 ul.social-counter-widget li a span.sc-num {
    font-size: 12px;
    font-weight: 600;
    float: left;
    line-height: 37px;
    margin-right: 5px
}

.codepages-socialcount-style1 ul.social-counter-widget li a small {
    font-size: 11px;
    font-weight: 400;
    line-height: 37px;
    float: left
}

.codepages-socialcount-style1 ul.social-counter-widget li a p {
    float: right;
    font-size: 10px;
    font-weight: 700;
    line-height: 37px;
    margin-right: 5px;
    text-transform: uppercase
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-facebook {
    background: #3b5998
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-facebook a i,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-facebook a p,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-facebook a small,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-facebook a span {
    color: #fff
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-vimo {
    background: #1ab7ea
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-vimo a i,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-vimo a p,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-vimo a small,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-vimo a span {
    color: #fff
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-instgram {
    background: #3f729b
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-instgram a i,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-instgram a p,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-instgram a small,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-instgram a span {
    color: #fff
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-vk {
    background: #45668e
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-vk a i,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-vk a p,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-vk a small,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-vk a span {
    color: #fff
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-twitter {
    background: #00aced
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-twitter a i,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-twitter a p,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-twitter a small,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-twitter a span {
    color: #fff
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-gplus {
    background: #dd4b39
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-gplus a i,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-gplus a p,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-gplus a small,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-gplus a span {
    color: #fff
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-youtube {
    background: #b00
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-youtube a i,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-youtube a p,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-youtube a small,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-youtube a span {
    color: #fff
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-soundcloud {
    background: #ff3a00
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-soundcloud a i,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-soundcloud a p,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-soundcloud a small,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-soundcloud a span {
    color: #fff
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-dribbble {
    background: #ea4c89
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-dribbble a i,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-dribbble a p,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-dribbble a small,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-dribbble a span {
    color: #fff
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-envato {
    background: #82b440
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-envato a i,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-envato a p,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-envato a small,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-envato a span {
    color: #fff
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-comments a,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-comments a i,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-members a,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-members a i,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-posts a,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-posts a i {
    background: #3c3c3c
}

.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-comments a i,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-comments a small,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-comments a span,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-members a i,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-members a small,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-members a span,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-posts a i,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-posts a small,
.codepages-socialcount-style1 ul.social-counter-widget li.social-counter-posts a span {
    color: #fff
}

.codepages-socialcount-style2 ul.social-counter-widget li {
    background: #f2f2f2;
    margin-bottom: 5px
}

.codepages-socialcount-style2 ul.social-counter-widget li a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 14px;
    margin-left: 38px;
    position: relative;
    color: #080808;
    font-size: 11px;
    font-weight: 600
}

.codepages-socialcount-style2 ul.social-counter-widget li a i {
    position: absolute;
    top: 0;
    left: -38px;
    display: block;
    width: 37px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px
}

.codepages-socialcount-style2 ul.social-counter-widget li a span.sc-num {
    font-size: 12px;
    font-weight: 600;
    float: left;
    line-height: 37px;
    margin-right: 5px
}

.codepages-socialcount-style2 ul.social-counter-widget li a small {
    font-size: 11px;
    font-weight: 400;
    line-height: 37px;
    float: left
}

.codepages-socialcount-style2 ul.social-counter-widget li a p {
    float: right;
    font-size: 10px;
    font-weight: 700;
    line-height: 37px;
    margin-right: 5px;
    text-transform: uppercase
}

.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-facebook a i,
.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-facebook a p {
    color: #3b5998
}

.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-gplus a i,
.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-gplus a p {
    color: #dd4b39
}

.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-youtube a i,
.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-youtube a p {
    color: #b00
}

.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-vimo a i,
.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-vimo a p {
    color: #1ab7ea
}

.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-instgram a i,
.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-instgram a p {
    color: #3f729b
}

.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-dribbble a i,
.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-dribbble a p {
    color: #ea4c89
}

.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-vk a i,
.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-vk a p {
    color: #45668e
}

.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-envato a i,
.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-envato a p {
    color: #82b440
}

.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-soundcloud a i,
.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-soundcloud a p {
    color: #ff3a00
}

.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-twitter a i,
.codepages-socialcount-style2 ul.social-counter-widget li.social-counter-twitter a p {
    color: #55acee
}

.codepages-socialcount-style3 ul.social-counter-widget li {
    background: #333;
    margin-bottom: 1px
}

.codepages-socialcount-style3 ul.social-counter-widget li a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 14px;
    margin-left: 38px;
    position: relative;
    color: #080808;
    font-size: 11px;
    font-weight: 600
}

.codepages-socialcount-style3 ul.social-counter-widget li a i {
    position: absolute;
    top: 0;
    left: -38px;
    display: block;
    width: 37px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    border-right: 1px Solid #fff;
    color: #fff
}

.codepages-socialcount-style3 ul.social-counter-widget li a span.sc-num {
    font-size: 12px;
    font-weight: 600;
    float: left;
    line-height: 37px;
    margin-right: 5px;
    color: #fff
}

.codepages-socialcount-style3 ul.social-counter-widget li a small {
    font-size: 11px;
    font-weight: 400;
    line-height: 37px;
    float: left;
    color: #fff
}

.codepages-socialcount-style3 ul.social-counter-widget li a p {
    float: right;
    font-size: 10px;
    font-weight: 700;
    line-height: 37px;
    margin-right: 5px;
    text-transform: uppercase;
    color: #fff
}

.codepages-socialcount-style4 li {
    float: left;
    width: 33.3333%;
    padding: 0 5px;
    margin-bottom: 15px;
    max-height: 115px
}

.codepages-socialcount-style4 li a {
    display: inline-block;
    width: 100%;
    background: #ababab;
    text-align: center;
    padding: 20px 15px;
    color: #fff;
    border-radius: 2px
}

.codepages-socialcount-style4 li a i {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: auto;
    background: #fff;
    line-height: 30px;
    margin-bottom: 5px;
    color: #212121
}

.codepages-socialcount-style4 li a span {
    display: inline-block;
    width: 100%;
    font-size: 14px
}

.codepages-socialcount-style4 li a small {
    font-size: 11px
}

.codepages-socialcount-style4 li a p {
    display: none
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-facebook a {
    background: #3b5998
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-facebook a i {
    color: #3b5998
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-gplus a {
    background: #dd4b39
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-gplus a i {
    color: #dd4b39
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-youtube a {
    background: #b00
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-youtube a i {
    color: #b00
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-vimo a {
    background: #1ab7ea
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-vimo a i {
    color: #1ab7ea
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-instgram a {
    background: #3f729b
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-instgram a i {
    color: #3f729b
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-dribbble a {
    background: #ea4c89
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-dribbble a i {
    color: #ea4c89
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-vk a {
    background: #45668e
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-vk a i {
    color: #45668e
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-envato a {
    background: #82b440
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-envato a i {
    color: #82b440
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-soundcloud a {
    background: #ff3a00
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-soundcloud a i {
    color: #ff3a00
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-twitter a {
    background: #55acee
}

.codepages-socialcount-style4 ul.social-counter-widget li.social-counter-twitter a i {
    color: #55acee
}

.cairo-category-posts-style1 .cairo-category-posts-larg {
    position: relative;
    margin-bottom: 30px;
    background-color: #1d1d1d
}

.cairo-category-posts-style1 .cairo-category-posts-larg .post-image img {
    opacity: .5
}

.cairo-category-posts-style1 .cairo-category-posts-larg .post-details {
    position: absolute;
    bottom: 10px;
    right: 15px;
    left: 15px;
    width: auto
}

.cairo-category-posts-style1 .cairo-category-posts-larg .post-details .post-title h4 {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px Solid #fff
}

.cairo-category-posts-style1 .cairo-category-posts-larg .post-details .post-title h4 a {
    color: #fff
}

.cairo-category-posts-style1 .cairo-category-posts-larg .post-meta .post-data,
.cairo-category-posts-style1 .cairo-category-posts-larg .post-meta .post-data a {
    margin-left: 0;
    color: #fff
}

.cairo-category-posts-style1 .cairo-category-posts-small {
    display: inline-block;
    margin-bottom: 15px
}

.cairo-category-posts-style1 .cairo-category-posts-small .post-image {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 15px
}

.cairo-category-posts-style1 .cairo-category-posts-small .post-details {
    display: inline-block;
    width: calc(100% - 95px)
}

.cairo-category-posts-style1 .cairo-category-posts-small .post-details .post-meta li {
    font-size: 12px
}

.cairo-category-posts-style1 .cairo-category-posts-small .post-details .post-meta li i {
    margin-right: 5px;
    font-size: 12px;
    float: left
}

.cairo-category-posts-style2 .cairo-category-posts-larg {
    position: relative;
    margin-bottom: 30px;
    background-color: #1d1d1d
}

.cairo-category-posts-style2 .cairo-category-posts-larg .post-image img {
    opacity: .5
}

.cairo-category-posts-style2 .cairo-category-posts-larg .post-details {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
    width: auto
}

.cairo-category-posts-style2 .cairo-category-posts-larg .post-details .post-title h4 {
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px Solid #fff
}

.cairo-category-posts-style2 .cairo-category-posts-larg .post-details .post-title h4 a {
    color: #fff
}

.cairo-category-posts-style2 .cairo-category-posts-larg .post-meta .post-date,
.cairo-category-posts-style2 .cairo-category-posts-larg .post-meta .post-date a {
    margin-left: 0;
    color: #fff;
    line-height: 30px
}

.cairo-category-posts-style2 .cairo-category-posts-small {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px Solid #eee
}

.cairo-category-posts-style2 .cairo-category-posts-small:last-of-type {
    border: 0
}

.cairo-category-posts-style2 .cairo-category-posts-small .post-details {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 20px
}

.cairo-category-posts-style2 .cairo-category-posts-small .post-details:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #43c7d7;
    float: left;
    position: absolute;
    left: 0;
    top: 3px
}

.cairo-category-posts-style2 .cairo-category-posts-small .post-details .post-title h2 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600
}

.cairo-category-posts-style2 .cairo-category-posts-small .post-details .post-meta li {
    font-size: 12px
}

.cairo-category-posts-style2 .cairo-category-posts-small .post-details .post-meta li i {
    margin-right: 5px;
    font-size: 12px;
    float: left
}

.cairo-category-posts-style2.category-posts-widget .cairo-category-posts-larg .post-data,
.cairo-category-posts-style2.category-posts-widget .cairo-category-posts-larg .post-data a {
    color: #fff
}

.widget-posts-category-sidebar {
    position: relative
}

.category-slider-style1 .post-image {
    position: relative;
    margin-bottom: 15px
}

.category-slider-style1 .post-image>a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%)
}

.category-slider-style1:hover .post-image>a:before {
    background-color: rgba(0, 0, 0, .5)
}

.category-slider-style1 .post-header {
    position: absolute;
    bottom: 15px;
    z-index: 1;
    right: 15px;
    left: 15px;
    width: auto
}

.category-slider-style1 .post-title h4 a {
    color: #fff
}

.category-slider-style1 .post-details .post-meta .post-data,
.category-slider-style1 .post-details .post-meta .post-data a {
    margin-left: 0;
    color: #fff
}

.category-slider-style1 .post-content.entry-content p {
    color: #525252;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 0
}

.category-slider-style1 .post-slide-nav {
    display: inline-block;
    width: auto;
    position: absolute;
    height: 50px;
    top: 10px;
    left: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.category-slider-style1:hover .post-slide-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.category-slider-style1 .post-slide-nav div {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(58, 58, 58, .83);
    cursor: pointer;
    border: 1px Solid rgba(58, 58, 58, .83)
}

.category-slider-style1 .post-slide-nav div:before {
    color: #fff!important;
    line-height: 38px!important
}

.category-slider-style2 .post-header {
    padding: 20px 20px 0 20px
}

.category-slider-style2 .post-category {
    margin-bottom: 10px
}

.category-slider-style2 .post-content.entry-content p {
    color: #525252;
    line-height: 20px;
    font-size: 12px;
    margin: 15px
}

.category-slider-style2:hover .post-slide-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.category-slider-style2 .post-slide-nav {
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 50px;
    top: 50%;
    left: 0;
    opacity: 0;
    webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.category-slider-style2 .post-slide-nav div.prev-nav {
    margin-left: -23px;
    float: left
}

.category-slider-style2 .post-slide-nav div.next-nav {
    margin-right: -23px;
    float: right
}

.cairo-posts-widgets-style1 {
    display: inline-block;
    margin-bottom: 15px
}

.cairo-posts-widgets-style1 .post-image {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 15px
}

.cairo-posts-widgets-style1 .post-details {
    display: inline-block;
    width: calc(100% - 95px)
}

.cairo-posts-widgets-style1 .post-title h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.cairo-posts-widgets-style2 {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px Solid #eee
}

.cairo-posts-widgets-style2:last-of-type {
    border: 0
}

.cairo-posts-widgets-style2 .post-details {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 20px
}

.cairo-posts-widgets-style2 .post-details:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #43c7d7;
    float: left;
    position: absolute;
    left: 0;
    top: 5px
}

.cairo-posts-widgets-style2 .post-details .post-title h2 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600
}

.cairo-posts-widgets-style2 .post-details .post-meta li {
    font-size: 12px
}

.cairo-posts-widgets-style2 .post-details .post-meta li i {
    margin-right: 5px;
    font-size: 12px;
    float: left
}

.cairo-posts-tap-widgets .tab-content {
    padding: 30px 0 0
}

.cairo-posts-tap-widgets .nav-tabs {
    border-bottom: 3px solid #1d1d1d
}

.cairo-posts-tap-widgets .nav-tabs>li.active>a,
.cairo-posts-tap-widgets .nav-tabs>li.active>a:focus,
.cairo-posts-tap-widgets .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #1d1d1d;
    border: 1px solid transparent;
    border-bottom-color: transparent
}

.cairo-posts-tap-widgets .nav-tabs>li>a {
    margin-right: 5px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 13px;
    text-transform: uppercase
}

.cairo-posts-tap-widgets .nav-tabs>li>a:hover {
    border-color: transparent
}

.cairo-posts-tap-widgets .nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent
}

.tweet-community ul li {
    font-size: 12px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    color: #000
}

.tweet-community ul li a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    margin-right: 5px
}

.tweet-community ul li a.username {
    color: #00aced
}

.facebook_widget iframe {
    width: 100%!important
}

.widget_mailchimp_container {
    padding: 0
}

.codepages-newsletter.codepages-newsletter-widget {
    border: 1px Solid #eee;
    padding: 15px
}

.codepages-newsletter-style1 {
    text-align: center
}

.codepages-newsletter-style1 span.newsletter-icon {
    font-size: 45px;
    color: #d4d4d4;
    margin-bottom: 15px
}

.codepages-newsletter-style1 .newsletter-widget-content h3 {
    font-size: 28px;
    line-height: 30px!important;
    margin-bottom: 15px
}

.codepages-newsletter-style1 .newsletter-widget-content p {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 400
}

.codepages-newsletter.codepages-newsletter-widget.codepages-newsletter-style2 {
    padding: 20px;
    text-align: left;
    position: relative;
    overflow: hidden
}

.codepages-newsletter-style2 span.newsletter-icon {
    font-size: 105px;
    color: #e6e6e6;
    margin-bottom: 15px;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.codepages-newsletter-style2 .newsletter-widget-content {
    position: relative;
    z-index: 1
}

.codepages-newsletter-style2 .newsletter-widget-content h3 {
    font-size: 24px;
    line-height: 30px!important;
    margin-bottom: 15px
}

.codepages-newsletter-style2 .newsletter-widget-content p {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 22px
}

.widget-instagram .instafeed ul {
    display: inline-block;
    width: 100%;
    margin: 0!important;
    float: left
}

.cairo_footer_instagram {
    position: relative
}

.cairo_footer_instagram .sidebar-widget {
    padding: 0
}

.cairo_footer_instagram .widget-instagram .instafeed li {
    display: inline-block;
    width: 16.666666%;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left
}

.cairo_footer_instagram .widget-title {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    background: rgba(0, 0, 0, .8)!important;
    padding: 15px 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px;
    margin: 0;
    width: 200px;
    text-align: center;
    display: block;
    border: 0
}

.cairo_footer_instagram .widget-title h2 {
    background-color: transparent!important;
    padding: 0;
    color: #fff
}

.cairo_footer_instagram .widget-title h2:before {
    content: '\f16d';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    position: relative;
    width: auto;
    border: 0;
    bottom: auto;
    height: auto
}

.widget-instagram .instafeed li {
    display: inline-block;
    width: 33.3333%;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left
}

.widget-instagram .instafeed a {
    display: inline-flex;
    position: relative;
    float: left;
    overflow: hidden
}

.widget-instagram .instafeed li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .5s ease
}

ul.instagram li a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .5s ease
}

.sidebar-widget.sidebar-style5.instagram_widget {
    border: 0
}

ul.author-social-icons {
    text-align: center
}

ul.author-social-icons li {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0 0;
    width: auto;
    border: none!important;
    margin-bottom: 5px
}

ul.author-social-icons li a {
    color: #1d1d1d;
    font-size: 17px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 0;
    border: 1px Solid #eee
}

ul.author-social-icons.style2 li a {
    color: #fff;
    font-size: 17px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 0;
    border: 1px Solid #eee
}

ul.author-social-icons li a:hover {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    color: #fff;
    background: #b98862
}

ul.author-social-icons.style2 li a:hover {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    color: #fff;
    background: #1d1d1d!important
}

ul.author-social-icons li:first-child:before {
    content: '';
    height: 0!important
}

ul.author-social-icons.style1 li.facebook a:hover,
ul.author-social-icons.style2 li.facebook a {
    background: #4a639f
}

ul.author-social-icons.style1 li.twitter a:hover,
ul.author-social-icons.style2 li.twitter a {
    background: #00aced
}

ul.author-social-icons.style1 li.pinterest a:hover,
ul.author-social-icons.style2 li.pinterest a {
    background: #cb2027
}

ul.author-social-icons.style1 li.google-plus a:hover,
ul.author-social-icons.style2 li.google-plus a {
    background: #dd4b39
}

ul.author-social-icons.style1 li.instagram a:hover,
ul.author-social-icons.style2 li.instagram a {
    background: #bc2a8d
}

ul.author-social-icons.style1 li.skype a:hover,
ul.author-social-icons.style2 li.skype a {
    background: #00aff0
}

ul.author-social-icons.style1 li.vimeo a:hover,
ul.author-social-icons.style2 li.vimeo a {
    background: #45bbff
}

ul.author-social-icons.style1 li.500px a:hover,
ul.author-social-icons.style2 li.500px a {
    background: #222
}

ul.author-social-icons.style1 li.android a:hover,
ul.author-social-icons.style2 li.android a {
    background: #a4ca39
}

ul.author-social-icons.style1 li.apple a:hover,
ul.author-social-icons.style2 li.apple a {
    background: #212121
}

ul.author-social-icons.style1 li.behance a:hover,
ul.author-social-icons.style2 li.behance a {
    background: #1769ff
}

ul.author-social-icons.style1 li.codepen a:hover,
ul.author-social-icons.style2 li.codepen a {
    background: #212121
}

ul.author-social-icons.style1 li.deviantart a:hover,
ul.author-social-icons.style2 li.deviantart a {
    background: #3b5a4a
}

ul.author-social-icons.style1 li.delicious a:hover,
ul.author-social-icons.style2 li.delicious a {
    background: #39f
}

ul.author-social-icons.style1 li.digg a:hover,
ul.author-social-icons.style2 li.digg a {
    background: #457e9b
}

ul.author-social-icons.style1 li.dribbble a:hover,
ul.author-social-icons.style2 li.dribbble a {
    background: #ea4c89
}

ul.author-social-icons.style1 li.dropbox a:hover,
ul.author-social-icons.style2 li.dropbox a {
    background: #007ee5
}

ul.author-social-icons.style1 li.flickr a:hover,
ul.author-social-icons.style2 li.flickr a {
    background: #ff0084
}

ul.author-social-icons.style1 li.foursquare a:hover,
ul.author-social-icons.style2 li.foursquare a {
    background: #0072b1
}

ul.author-social-icons.style1 li.github a:hover,
ul.author-social-icons.style2 li.github a {
    background: #171516
}

ul.author-social-icons.style1 li.lastfm a:hover,
ul.author-social-icons.style2 li.lastfm a {
    background: #d51007
}

ul.author-social-icons.style1 li.linkedin a:hover,
ul.author-social-icons.style2 li.linkedin a {
    background: #0976b4
}

ul.author-social-icons.style1 li.medium a:hover,
ul.author-social-icons.style2 li.medium a {
    background: #00ab6c
}

ul.author-social-icons.style1 li.odnoklassniki a:hover,
ul.author-social-icons.style2 li.odnoklassniki a {
    background: #ed812b
}

ul.author-social-icons.style1 li.reddit a:hover,
ul.author-social-icons.style2 li.reddit a {
    background: #ff5700
}

ul.author-social-icons.style1 li.rss a:hover,
ul.author-social-icons.style2 li.rss a {
    background: #fe8913
}

ul.author-social-icons.style1 li.slideshare a:hover,
ul.author-social-icons.style2 li.slideshare a {
    background: #f6921e
}

ul.author-social-icons.style1 li.strava a:hover,
ul.author-social-icons.style2 li.strava a {
    background: #fc4c02
}

ul.author-social-icons.style1 li.soundcloud a:hover,
ul.author-social-icons.style2 li.soundcloud a {
    background: #ff3a00
}

ul.author-social-icons.style1 li.spotify a:hover,
ul.author-social-icons.style2 li.spotify a {
    background: #2ebd59
}

ul.author-social-icons.style1 li.stumbleupon a:hover,
ul.author-social-icons.style2 li.stumbleupon a {
    background: #ec4b24
}

ul.author-social-icons.style1 li.tumblr a:hover,
ul.author-social-icons.style2 li.tumblr a {
    background: #32506d
}

ul.author-social-icons.style1 li.vine a:hover,
ul.author-social-icons.style2 li.vine a {
    background: #00bf8f
}

ul.author-social-icons.style1 li.vk a:hover,
ul.author-social-icons.style2 li.vk a {
    background: #45668e
}

ul.author-social-icons.style1 li.whatsapp a:hover,
ul.author-social-icons.style2 li.whatsapp a {
    background: #25d366
}

ul.author-social-icons.style1 li.wordpress a:hover,
ul.author-social-icons.style2 li.wordpress a {
    background: #21759b
}

ul.author-social-icons.style1 li.snapchat a:hover,
ul.author-social-icons.style2 li.snapchat a {
    background: #fffc00
}

ul.author-social-icons.style1 li.yahoo a:hover,
ul.author-social-icons.style2 li.yahoo a {
    background: #500095
}

ul.author-social-icons.style1 li.youtube a:hover,
ul.author-social-icons.style2 li.youtube a {
    background: #b00
}

.codepages-about-me {
    text-align: center
}

p.author-image img {
    border-radius: 50%
}

h2.author-name {
    color: #1d1d1d;
    margin: 15px 0 5px 0;
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 23px
}

h4.author-title {
    font-size: 12px;
    margin-bottom: 15px;
    color: #aeaeae
}

p.author-description {
    font-size: 13px;
    color: #aeaeae;
    line-height: 20px;
    padding: 0 35px;
    margin-top: 15px
}

.widget-search {
    position: relative;
    display: inline-block;
    width: 100%
}

.widget-search form input {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 11px;
    padding: 6px 50px 6px 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eaeaea
}

.widget-search form button {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 50px;
    height: 50px;
    border: 0;
    font-size: 0;
    background-color: transparent
}

.widget-search form button i {
    color: #1b1d25;
    font-size: 13px
}

.tags ul li {
    display: inline-block;
    margin-right: 5px
}

.tags ul li a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 auto 5px;
    display: inline-block;
    background: #1b1d25;
    padding: 0 10px;
    line-height: 25px
}

.tags ul li a:hover {
    background: #43c7d7
}

.widget_about img {
    opacity: .5
}

.widget_about {
    background: #1b1d25
}

.widget_content {
    position: relative
}

.content_about {
    position: absolute;
    bottom: 30px;
    text-align: center;
    padding: 0 15px
}

.content_about h2 {
    color: #fff;
    font-size: 18px
}

.content_about p {
    color: #fff;
    line-height: 15px;
    font-size: 12px
}

.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
    display: inline-block;
    font-size: 12px;
    width: 100%;
    padding: 11px 0 9px;
    text-align: right;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.widget_recent_comments ul li,
.widget_recent_entries ul li {
    text-align: left;
    color: #aaa;
    font-size: 13px;
    line-height: 18px
}

.widget_rss ul li {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    color: #666
}

.widget_categories ul li ul {
    padding-left: 20px;
    padding-top: 10px
}

.widget_archive ul li~li,
.widget_categories ul li ul li~li,
.widget_categories ul li~li,
.widget_meta ul li~li,
.widget_nav_menu ul li~li,
.widget_pages ul li~li,
.widget_recent_comments ul li~li,
.widget_recent_entries ul li~li,
.widget_rss ul li~li {
    border-top: 1px solid #eee
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #666
}

.widget_nav_menu ul li ul {
    position: relative;
    display: block;
    margin: 30px 0 0 20px
}

.widget_recent_comments ul li span.comment-author-link,
.widget_recent_comments ul li span.comment-author-link a,
.widget_rss ul li a {
    color: #1b1d25
}

.widget_rss ul li a {
    font-weight: 700
}

.widget_recent_comments ul li a,
.widget_recent_entries ul li a {
    color: #999
}

.widget_archive label,
.widget_categories label {
    display: none
}

.widget_archive select,
.widget_categories select,
.widget_text form select {
    display: inline-block;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer
}

.widget_calendar .calendar_wrap {
    position: relative
}

.widget_calendar .calendar_wrap table {
    width: 100%
}

.widget_calendar .calendar_wrap table caption {
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    color: #111;
    border: 1px solid #eee;
    border-bottom: 0
}

.widget_calendar .calendar_wrap table thead {
    margin: 15px 0 0;
    background-color: #f8f8f8;
    border: 1px solid #eee
}

.widget_calendar .calendar_wrap table td,
.widget_calendar .calendar_wrap table th {
    font-size: 12px;
    text-align: center;
    padding: 15px 0
}

.widget_calendar .calendar_wrap table td {
    padding: 10px 0;
    color: #999;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.widget_calendar .calendar_wrap table td:last-child {
    border-right: 1px solid #eee
}

.widget_calendar .calendar_wrap table td a {
    font-weight: 900;
    color: #111;
    text-transform: uppercase
}

.widget_rss .widget-title h4 a {
    display: inline-block;
    color: #1b1d25
}

.widget_rss .widget-title h4 a img {
    display: inline-block;
    margin: -3px 10px 0 0
}

.widget_tag_cloud .tagcloud a {
    color: #1b1d25
}

.widget_search .search-form {
    position: relative
}

.widget_search .search-form input {
    font-size: 11px;
    height: 45px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 45px 0 15px
}

.widget_search .search-form input:focus {
    border-color: #f8f8f8;
    outline: 0;
    background-color: #f8f8f8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.widget_search .search-form button {
    position: absolute;
    height: 45px;
    width: 45px;
    right: 0;
    top: 0;
    border: 0;
    background-color: transparent
}

.widget_text p {
    font-size: 13px;
    line-height: 20px
}

.widget_text p.wp-caption-text {
    font-size: 11px;
    text-transform: uppercase;
    color: #aaa
}

.widget_text form {
    position: relative
}

.widget-category-slider h6 {
    font-size: 18px;
    line-height: 24px
}

.tagcloud a {
    display: inline-block;
    font-size: 11px!important;
    color: #a9a9a9!important;
    text-transform: uppercase;
    font-family: Poppins;
    border: 1px Solid #eee;
    border-radius: 0;
    margin: 0 4px 6px 0;
    padding: 5px 10px
}

.tagcloud a:hover {
    background: #212121;
    border: 1px Solid #212121
}

.textwidget {
    font-size: 12px;
    line-height: 20px;
    color: #999
}

.page-title {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 34px 0;
    background: #f9f9f9;
    font-family: Poppins, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden
}

.page-main-title {
    position: relative;
    padding: 60px 0;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden
}

.page-title-content h1,
.page-title-content h1 span {
    font-size: 40px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0;
    text-transform: uppercase
}

.breadcrumb-trail.breadcrumbs {
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 30px 0
}

.breadcrumb-trail.breadcrumbs span.current {
    font-size: 13px;
    line-height: 22px
}

.page-main-title .breadcrumb-trail.breadcrumbs {
    margin: 30px 0 0 0
}

.breadcrumb li a,
.breadcrumbs a {
    color: #1b1d25
}

.breadcrumbs span {
    color: #cea352
}

.breadcrumbs i {
    margin: 0 5px
}

.error-page {
    margin-bottom: 50px
}

.error-page h1 {
    font-size: 200px;
    color: #1b1d25;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 175px!important
}

.error-page h2 {
    font-size: 35px;
    color: #1b1d25;
    margin-bottom: 20px;
    font-weight: 600
}

.error-page p {
    color: #aeaeae;
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    margin-bottom: 20px
}

.error-page a {
    color: #1b1d25;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 13px;
    display: inline-block;
    font-size: 13px;
    background: #f6f6f6;
    padding: 15px 30px;
    border-radius: 0;
    font-weight: 700
}

.error-page a:hover {
    color: #fff
}

.vc_column_container .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.wpb_column.vc_column_container.vc_col-sm-12 .category-content-module.style3 .col-md-4 .post {
    min-height: 340px
}

.wpb_column.vc_column_container.vc_col-sm-12 .category-content-module.style3 .col-md-4 .post-title .entry-title {
    font-size: 15px!important;
    line-height: 20px!important
}

.vc_parallax-inner iframe,
.vc_video-bg iframe {
    max-width: 1000%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0
}

.module-title .subcategory {
    display: inline-block;
    width: 80%;
    text-align: right
}

.overflow {
    background: #fff;
    width: 200px;
    text-align: right;
    box-shadow: 0 4px 16px 0 rgba(18, 37, 45, .1);
    padding: 15px;
    position: absolute;
    right: 0;
    z-index: 11;
    top: 45px;
    display: none
}

.overflow li {
    display: inline-block;
    width: 100%
}

.page .main-content>.container>p,
.wpb_wrapper>p {
    margin-bottom: 15px
}

#more {
    display: none;
    padding-left: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    padding: 6px 9px
}

.page-content>.container>ol,
.page-content>.container>ol li ol,
.page-content>.container>ul,
.page-content>.container>ul li ul {
    margin: 15px 0 15px 15px!important
}

.page-content>.container>ol li,
.page-content>.container>ol li ul li,
.page-content>.container>ul li,
.page-content>.container>ul li ul li {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 25px;
    color: #525252
}

.page-content>.container>.h1,
.page-content>.container>.h2,
.page-content>.container>.h3,
.page-content>.container>.h4,
.page-content>.container>.h5,
.page-content>.container>.h6,
.page-content>.container>h1,
.page-content>.container>h2,
.page-content>.container>h3,
.page-content>.container>h4,
.page-content>.container>h5,
.page-content>.container>h6 {
    margin: 15px 0;
    color: #212121
}

.page-content>.container>ul {
    margin-bottom: 26px
}

.codepages_pagelinks {
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    border-top: 1px Solid #eee;
    border-bottom: 1px Solid #eee;
    margin-bottom: 30px;
}

.codepages_pagelinks span.page_info {
    float: left;
    font-size: 12px;
}

.codepages_pagelinks .nav_link {
    float: right;
}

.codepages_pagelinks .nav_link a.page_number {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px Solid #eee;
    text-align: center;
    margin: 0px 5px;
    font-size: 13px;
}

.codepages_pagelinks .nav_link a.page_nav {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px Solid #eee;
    text-align: center;
    margin: 0px 5px;
    padding: 0px 10px;
    font-size: 13px;
}

.codepages_pagelinks .nav_link a.page_number.active {
    background: #000;
    border-color: #000;
    color: #FFF;
}

.codepages_pagelinks .nav_link a.page_nav span {
    font-size: 13px;
}

.codepages_pagelinks .nav_link a:hover {
    background: #000;
    border-color: #000;
    color: #FFF;
}


.shopping-cart-Block {
    display: inline-block;
    position: relative;
    float: right;
}
.shop-cart-header {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 250px;
    padding: 20px;
    background: #ffffff;
    cursor: default;
    box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    box-sizing: content-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: 0.4s cubic-bezier(0.2, 0.7, 0.5, 1);
    transition: 0.4s cubic-bezier(0.2, 0.7, 0.5, 1);
    -webkit-transition-property: opacity, color, -webkit-transform;
    transition-property: opacity, color, -webkit-transform;
    transition-property: opacity, color, transform;
    transition-property: opacity, color, transform, -webkit-transform;
}

.shopping-cart-Block:hover .shop-cart-header {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(44.5px);
    -ms-transform: translateY(44.5px);
    transform: translateY(44.5px);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.shop-cart-header ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    border-bottom: 1px Solid #f5f5f5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.shop-cart-header ul li .remove {
    position: absolute;
    right: 0;
    font-size: 12px;
    top: 0px;
    color: #ff0000;
}

.shop-cart-header ul li a.shop-thumbnail-img {
    display: inline-block;
    width: 60px;
    height: 60px;
    object-fit: cover;
    float: left;
}

.cart-content {
    display: inline-block;
    width: calc(100% - 80px);
    margin-left: 15px;
    float: left;
}

.cart-content h3 {
    font-size: 14px;
    margin-top: 0;
    line-height: 14px !important;
}

.cart-content p {
    font-size: 12px;
    color: #A0A0A0;
    line-height: 1;
}

.shop-cart-header ul li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.Subtotal-block {
    border-top: 1px Solid #f5f5f5;
    border-bottom: 1px Solid #f5f5f5;
    padding: 10px 0px;
    margin-bottom: 15px;
}

.Subtotal-block h2 {
    font-size: 12px;
    color: #A0A0A0;
}

.Link-Cart a {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: inline-block;
    background: #212121;
    padding: 5px 10px;
    line-height: 25px;
    font-weight: 700;
    border-radius: 0;
    width: 49%;
    border: 0;
}

.Link-Cart a:hover {
    background: #f72628;
    color: #FFF;
}
