/*------------------------------------------------------------------
[Table of contents]

1. Reset HTML/CSS, Unitest, Body
    1.1  Reset HTML/CSS, Unitest, Body   
    1.2  Loading page
2. Header
    2.1 Header Top
    2.2 Breadcrumb
3. Blog
    3.1 Single Post
    3.2 Blog Modern
    3.2 Blog Magazine
    3.4 Blog Grid
    3.5 Blog Normal Image
    3.6 Blog Masonry
    3.7 Blog style 2
4. Team Single
5. Portfolio Single
6. Primary
7. Sidebar
    7.1 Sidebar Blog
    7.2 Hidden Sidebar
8. Footer 
    8.1 Footer Top
    8.2 Footer Bottom
9. 404 page
10. Element and Custom Row VC
    9.1 Element Form
    9.2 Reset Row VC
-------------------------------------------------------------------*/

/* ==========================================================================
   1.1 Reset HTML/CSS, Unitest, Body
========================================================================== */

    body.admin-bar {
        margin-top: 0px;
    }

    body.meny-top {
        background: #ffffff;
    }
    body.meny-left {
        overflow-x: visible;
    }

    input[type=submit] {
       -webkit-appearance: none;
    }
    .container.cs-row-fullwidth{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .container,
    .no-container .container,
    .container .container {
    	max-width:100%;
    }

    /* mixins */
    .center {
        text-align:center;
    }
    .center th,.center tr,.center td{
        text-align:center;
    }
    .left{float:left; max-width: 100%}
    .right{float:right; max-width: 100%}

    .list-unstyled {
        margin: 0;
    }
    .wrap{
        width: 100%;
        clear: both;
    }
    .no-padding-col [class*="vc_col-"]{
        padding: 0;
    }
    .gallery-caption{}
    .wp-caption-text{}
    .bypostauthor{}
    /* end mixins */


    body.csbody a.cs-viewmore {
    	text-transform: capitalize;
    	font-size: 12px;
    	border-left: 1px solid;
    	padding-left: 10px;
    	margin-left: 10px;
    }

    .cs-col-border [class*="vc_col-"] + [class*="vc_col-"] {
        border-left: 1px solid #eee;
    }
    .unliststyle {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .unliststyle li {
        margin-bottom: 10px;
    }
    .wpb_row {
        margin-bottom: 0 !important;
    }
    .upper {
        text-transform: uppercase;
    }

    /* 1.2 Loading Page */
    #wrapper{
        -webkit-transition: opacity .6s linear;
        transition: opacity .6s linear;
        opacity: 1;
        position: relative;
        overflow:hidden;
    }
    #wrapper.cs_hidden{
        opacity: 0;
    }
    #cs_loader{
        height:100vh;
        width:100vw;
        position: absolute;
        z-index: 999;
        background: url('../images/loading.gif') no-repeat center center;
        -webkit-transition: height .6s linear;
        transition: height .6s linear;
        height:100vh;
    }
    /* End Page loading */
/* ==========================================================================
   1. (End) Reset HTML/CSS, Unitest, Body
========================================================================== */

/* ==========================================================================
   2. Start Style Header
========================================================================== */

    #cshero-header.cshero-header{ margin-bottom: 0;}
    .header-wrapper{   
        position: relative;    
        z-index: 999;
    }
    #header-top .no-container,
    #cshero-header:not(.cs-header-custom) .no-container,
    #cshero-header .custom-header .no-container,
    #header-sticky .no-container{
        padding-left: 15px;
        padding-right: 15px;
    }

    #header-top2 .header-top2-2 > *{
        display: inline-block;
    }
    #header-top2 .header-top2-2 > * + *{
        margin-left: 40px;
    }
    #header-top2 .fa{
        padding: 0 5px;
        font-size: 15px;
    }
    /*---- 2.1 Header Top ----*/
    .align-center .logo{
        text-align: center;
    }
    /** Transparent **/
    body.header-transparentFixed.header-position-left .header-wrapper > div.header{ left: 0;}
    body.header-transparentFixed.header-position-right .header-wrapper > div.header{ right: 0;}
    body.header-transparentFixed.header-position-left .header-wrapper > div.header #cshero-header.transparentFixed.header-left,
    body.header-transparentFixed.header-position-right .header-wrapper > div.header #cshero-header.transparentFixed.header-right{ position: inherit !important;}

    #cshero-header.transparentFixed {
        position: absolute;
        top: auto;
        width: 100%;
    }
    #cshero-header.transparentFixed .main-menu > li > a {
        -webkit-transition: all 300ms linear 0ms;
           -moz-transition: all 300ms linear 0ms;
             -o-transition: all 300ms linear 0ms;
            -ms-transition: all 300ms linear 0ms;
                transition: all 300ms linear 0ms;
    }
    body.header-transparentFixed.header-position-top > div { padding-left: 0 !important; padding-right: 0 !important; padding-top: 0 !important;}
    /* BTN */
    .csbody a > .btn-white-alt:hover {
        border-color: #fff;
        color: #fff;
        background: 0 none;
    }

/* Main Naviation Widget */
.cshero-header-content-widget > div{
    position: relative;
    top: 50%;
    z-index: 1;
    -webkit-transform:translate(0,-50%);
       -moz-transform:translate(0,-50%);
        -ms-transform:translate(0,-50%);
         -o-transform:translate(0,-50%);
            transform:translate(0,-50%);
}
    /* Fix style social widget in Custom Header*/
    .cs_custom_header_menu ul.cs-social{
        width: auto;
        min-width: 0 !important;
    }
    .cs_custom_header_menu ul.cs-social li{
        display: inline-block !important;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        float: none !important;
        width: auto !important; 
    }
    .cs_custom_header_menu ul.cs-social li:hover a,
    .cs_custom_header_menu ul.cs-social li:active a,
    .cs_custom_header_menu ul.cs-social li:focus a,
    .cs_custom_header_menu ul.cs-social li:visited a{
        background:none !important;
    }
    .cs_custom_header_menu ul.cs-social li a{
        display: inline-block !important;
    }
    /* Hidden Sidebar item */
    .cs_custom_header_menu li.cshero-hidden-sidebar{
        padding: 0;
    }
    .cs_custom_header_menu li.cshero-hidden-sidebar:hover a,
    .cs_custom_header_menu li.cshero-hidden-sidebar:active a,
    .cs_custom_header_menu li.cshero-hidden-sidebar:focus a,
    .cs_custom_header_menu li.cshero-hidden-sidebar:visited a{
        background:none !important; 
    }
/* End Main Naviation Widget */

.cshero-header-fixed-content-widget{ 
    position: fixed;
    bottom: 0;
    padding: 40px;
    border-top: 1px solid #eee;
}

/* Special Style for each Header Version 
------------------------------------------*/
    /* Header V2*/
    .menu-full-width{ position: inherit;} /* make dropdown full width */

/* End Special Style for each Header Version 
--------------------------------------------*/


/* Logo */
.logo > a{
    display: inline-block;
}
.logo .slogan,
.logo-sticky .slogan {
    display: block;
}

.btn-navbar{
    cursor: pointer;
}
#header-top ul,
#footer-bottom ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer-bottom .cs-social a{
	font-size: 18px;
}
#header-top ul li,
#footer-bottom ul li{
    display: inline-block;
}
#header-top ul li a,
#footer-bottom ul li a{
    display: inline-block;
    padding: 0 5px;
}
#header-top ul ul,
#footer-bottom ul ul{
    display: none;
}
/*---- 2.1 End Header Top ----*/
body #cshero-header .container,body .header-wrapper .container{
	position:relative;
}
body .header-wrapper  .main-menu-wrap,body .header-wrapper .sticky-menu-wrap{
	position: inherit;
}
.header-wrapper .logo a img,.sticky-header .cshero-logo  a img{
	vertical-align: middle;
}
/*---- Begin Header Custom ----*/
.cs-header-custom .pull-center,
.cs-header-custom .pull-center .cshero-dropdown,
.cs-header-custom .pull-center .cshero-menu-dropdown{}
.cs-header-custom .pull-center .cshero-dropdown{
    text-align: center;
}
.cs-header-custom .pull-center ul li {}


#cs-header-custom-bottom {
    bottom: 0;
    position: absolute;
    transition: all 300ms linear 0ms;
    width: 100%;
    z-index: 999;
}
#cs-header-custom-center {
    top: 50%;
    position: absolute;
    transition: all 300ms linear 0ms;
    width: 100%;
    z-index: 999;
}
/*---- End Header Custom ----*/

/*---- Sticky Header ----*/
    /*---- Admin Bar ----*/
    .admin-bar .sticky-header.fixed {
        top: 32px;
    }
    .sticky-header {
        display: none;
        visibility: hidden;
    }
    .sticky-header.fixed .cshero-dropdown.sticky-nav {
        margin: 0;
    }
    .cs-sticky{
        max-height: 0;
        -webkit-opacity: 0;
        opacity: 0;
        top: -10000px;
        left:0;
        position: fixed;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        -webkit-transition:-webkit-transform 0.5s ease 0.1s, top 0.5s ease, opacity 0.6s ease, max-height 0.3s step-end, max-width 0.1s step-end, padding 0.6s step-end;
        -o-transition:-o-transform 0.5s ease 0.1s, margin-top 0.5s ease, opacity 0.6s ease, max-height 0.3s step-end, max-width 0.1s step-end, padding 0.6s step-end;
        transition:transform 0.5s ease 0.1s, margin-top 0.5s ease, opacity 0.6s ease, max-height 0.3s step-end, max-width 0.1s step-end, padding 0.6s step-end;
        background:#000;
        backface-visibility: hidden;
        width: 100%;
    }
    .cs-sticky.fixed{
        overflow: visible;
        z-index: 99;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-opacity:1;
        opacity:1;
        top:0;
        display: block;
        backface-visibility: hidden;    
    }
    @media (min-width: 993px) {
        .cshero-mmenu.navbar-collapse.collapse {
            display: none !important;
        }
    }

/*================== 2.2 Start Breadcrumb ================*/
.title_bar_center .page-title,
.title_bar_center .sub_header_text {
    text-align: center;
}
.title_bar_left .page-title,
.title_bar_left .sub_header_text {
    text-align: left;
}
.title_bar_right .page-title,
.title_bar_right .sub_header_text {
    text-align: right;
}
#cs-page-title-wrapper {
    position: relative;
}
#cs-page-title-wrapper .page-title {
    margin: 0;  
	text-transform: uppercase;
}
#cs-page-title-wrapper .sub_header_text {
    font-size: 14px;
    padding-bottom: 20px;
    letter-spacing: 2px;
}
#cs-page-title-wrapper.page-title-style .page-title {}
.page-title-style .page-title{}
#cs-breadcrumb-wrapper .cs-breadcrumbs {
  margin: 0;
}
#cs-breadcrumb-wrapper .cs-breadcrumbs a,
#cs-breadcrumb-wrapper .cs-breadcrumbs span {
    padding-right: 10px;
}
#cs-breadcrumb-wrapper .cs-breadcrumbs a:after {
    content: "\f0da";
    font-family: FontAwesome;
    padding-left: 10px;
}
.cs-page-title-bar-left #cs-breadcrumb-wrapper {text-align:right;}
.cs-page-title-bar-right .cs-page-title {float:right;text-align:right;}
.cs-page-title-bar-center  {text-align:center;}
#cs-page-title-wrapper  .cs-page-title-bar-center  .page-title {
  line-height: inherit;
  padding: 20px 0 5px;
}
#cs-page-title-wrapper  .cs-page-title-bar-center  .cs-breadcrumbs {
  font-size: 11px;
  line-height: inherit;
  padding: 0 0 20px;
}


/** COMMENT FORM **/
#commentform {
    background: none;
    padding: 0;
    margin: 0 0 25px;
}
#commentform input[type="text"], #commentform textarea {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 0;
    font-size: 14px;
    height: auto;
    padding: 8px 10px;
    text-align: center;
    width: 100%;
}
#commentform .submit {
    text-align: center;
    margin-top: 30px;
    display: block;
    width: 100%;
}
#commentform .form-allowed-tags {
    display: none;
}
#comments {
    margin-top: 0px;
}
.page #comments {
    border-top: none;
}
#primary #comments .st-comments-wrap, #primary #comments .comment-respond{
    padding: 100px 0 0;
}
#primary > .no-container #comments .st-comments-wrap, #primary > .no-container #comments .comment-respond{
    padding: 30px 15px 0 15px;
}
#primary .entry-footer .edit-link{
    display: block;
    text-align: center;
    padding: 10px 0;
}
#primary .entry-footer .edit-link a{
    margin: 0 5px;
}
#comments .comment-list {
    padding: 0;
    list-style: none;
}
#comments .comment-list .children{
    list-style: none;
    padding-left: 80px;
}
#comments .comment-list li .comment-body {
    position: relative;
    background: transparent;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
    margin: 0 0 20px;
    overflow: hidden;
}
#comments ol.children .comment-body {
    margin: 0 0 15px 25px;
}
#comments ol.children .comment-body cite {
    font-style: normal;
}
#comments ol.children .comment-body + ol.children .comment-body {
    margin: 0 0 15px 50px;
}
#comments ol.children .comment-body + ol.children .comment-body + ol.children .comment-body {
    margin: 0 0 15px 75px;
}
#comments ol.children .comment-body + ol.children .comment-body + ol.children .comment-body + ol.children .comment-body {
    margin: 0 0 15px 100;
}

.rtl #comments ol.children .comment-body {
    margin: 0 25px 15px 0;
}
.rtl #comments ol.children .comment-body + ol.children .comment-body {
    margin: 0 50px 15px 0;
}
.rtl #comments ol.children .comment-body + ol.children .comment-body + ol.children .comment-body {
    margin: 0 75px 15px 0;
}
.rtl #comments ol.children .comment-body + ol.children .comment-body + ol.children .comment-body + ol.children .comment-body {
    margin: 0 100px 15px 0;
}
#comments .comment-list li + li {
    margin-top: 18px;
}
.comment-author .says {
    display: none;
}
#comments .comment-list .reply {
    display: inline-block;
    padding-left: 45px;
}
#comments .comment-list .reply a.comment-reply-link,
#comments .comment-list .reply a.comment-reply-link:hover {
    background: 0 none;
    text-transform: uppercase;
    color: #333;
    padding: 0;
    font-weight: 600;
}
#comments .comment-list .comment-meta {
    margin-bottom: 15px;
}
#comments .comment-list .comment-meta a {
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
    font-weight: 600;
}
.comment-author img.avatar {
    width: 140px;
    height: 140px;
}
#reply-title {
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 20px !important;
}

.comment-body .comment-author {
    display: block;
    float: left;
}
.comment-meta-wrap {
    padding-left: 170px;
}

.comment-body .fn {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
}
.comment-awaiting-moderation {
    padding: 0 0 0 100px;
}
.rtl .comment-awaiting-moderation {
    padding: 0 100px 0 0;
}
#commentform p  {
    margin-bottom: 30px;
    padding: 0;
}

#commentform .comment-form-url {
    padding-right: 0;
}
/*---- Navigation ----*/
.post-navigation {
    margin: 0 0 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.navigation.pos {
    margin-top: 30px;
}
.navigation .nav-previous, .navigation .nav-next {
    width: 50%;
    float: left;
}
.navigation .nav-previous i {
    padding-right: 18px;
}
.navigation .nav-next {
    text-align: right;
    float: right;
}
.navigation .nav-next i {
    padding-left: 18px;
}
.cs-navigation {
    text-align: center;
    margin: 20px 0 40px 0;
}
.cs-navigation .prev.page-numbers,
.cs-navigation .next.page-numbers {
    font-size: 0;
    text-align: center;
}
.cs-navigation .prev.page-numbers:before,
.cs-navigation .next.page-numbers:after {
    text-indent: 0;
    font-family: FontAwesome;
    text-indent: 0;
    font-size: 18px;
    display: inline-block;
}
.cs-navigation .prev.page-numbers:before {
    content: "\f104";
}
.cs-navigation .next.page-numbers:after {
    content: "\f105";
}
.cs-navigation .page-numbers {
    background: #f5f5f5;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    float: left;
    margin: 0 5px;
}
.cs-navigation .page-numbers:hover,
.cs-navigation .prev.page-numbers:hover:before,
.cs-navigation .next.page-numbers:hover:after,
.cs-navigation .page-numbers.current {
    color: #fff;
}
/*---- START BLOCK PARALLAX ----*/
.ww-custom.stripe-parallax-bg {
    position: relative;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover; 
}
.ww-custom.stripe-parallax-bg .ww-parallax-bg {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.bg-overlay-preset, .bg-overlay-video, .overlay-secondary-color {
    position: relative;
}
.wpb_row.vc_row-fluid.bg-overlay-preset:before,
.wpb_row.vc_row-fluid.overlay-secondary-color:before,
.wpb_row.vc_row-fluid.bg-overlay-video:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 100;
    display: block;
}
.wpb_row.vc_row-fluid.bg-overlay-preset .container,
.wpb_row.vc_row-fluid.overlay-secondary-color .container,
.wpb_row.vc_row-fluid.bg-overlay-video .container {
    position: relative;
    z-index: 101;
}
.wpb_row.vc_row-fluid.bg-overlay-video:before {
    background: rgba(255, 255, 255, 0.8);
}

/***** 3. Blog Style ****/
.col1{width:100%;padding:10px 1.2% 1.2%;}
.col2{width:49.5%;padding:10px 1.2% 1.2%;}
.col3{width:33%;padding:10px 1.2% 1.2%;}
.col4{width:24.5%;padding:10px 1.2% 1.2%;}
.col6{width:16.6%;padding:10px 1.2% 1.2%;}

.cs-blog {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.cs-blog .cs-blog-header {
    margin-bottom: 20px;
}
.cs-blog .cs-blog-media + .cs-blog-meta{ margin-top: 30px;}
.cs-blog-item  .cs-blog-thumbnail img{
	width:100%;
}
.cs-blog .cs-blog-media {
    position: relative;
}
.cs-blog .cs-blog-media .cs-blog-thumbnail img{
    width: 100%;
}
.cs-blog .cs-blog-share {
    margin-top: 20px;
}
.cs-blog-share a i{
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    color: #444;
    font-size: 16px;
    border: 1px solid #444;
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.cs-blog-share a:hover i {
    background: #444;
    color: #fff;
}
.cs-blog .cs-blog-info ul {}
.cs-blog .cs-blog-info li {
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 3px;
}
.cs-blog .cs-blog-info li i {
    margin-right: 5px;
}
.cs-blog .cs-blog-info .cs_social a {
    cursor: pointer;
}
.cs-blog-content .cs-gallery a.cboxElement {
  padding: 10px;
  text-align: center;
  display: block;
}
.cs-blog .cs-blog-content .readmore {
    margin: 37px 0 0;
}
.cs-blog .cs-blog-quote {
    border: 1px solid #ddd;
    text-align: center;
    padding: 20px;
}
.cs-blog .cs-blog-quote .cs-blog-info ul {
    border-bottom: none;
}
.cs-blog .cs-blog-quote .cs-blog-info ul {
    text-align: center;
}
.cs-blog .cs-blog-quote .cs-blog-content {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
}
.cs-blog .cs-blog-quote .cs-blog-content .author {
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
}
.cs-blog .cs-blog-quote .cs-blog-content .author:before {
    background: #eee;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
}
.cs-blog .cs-blog-quote .cs-blog-content .author span {
    text-transform: uppercase;
    font-weight: 700;
}
.cs-content-text {
    padding: 0 20px;
}

.cs-blog .cs-blog-header {
    clear: both;
    overflow: hidden;
    width: 100%;
}

.cs-blog .cs-blog-meta .cs-blog-info li {
    font-size: 13px;
}

.cs-blog .cs-blog-meta .cs-blog-info {
}

.cs-blog .cs-blog-meta .cs-blog-info .cs-blog-author a {
    text-transform: uppercase;
}

.cs-meta-bottom-wrap {
    margin-top: 40px;
}

.cs-meta-bottom-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cs-meta-bottom-wrap ul li {
    float: left;
    margin-right: 10px;
}

.cs-meta-bottom-wrap ul li.cs-blog-favorite,
.cs-meta-bottom-wrap ul li.cs-blog-comments {
    display: inline-block;
    padding: 15px;
    line-height: 1;
    background: #333;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.cs-meta-bottom-wrap ul li.cs-blog-favorite a,
.cs-meta-bottom-wrap ul li.cs-blog-comments i,
.cs-meta-bottom-wrap ul li.cs-blog-comments a {
    color: #fff;
}

.cs-meta-bottom-wrap ul li.cs-blog-comments i,
.cs-meta-bottom-wrap ul li.cs-blog-favorite a i {
    padding-right: 10px;
}

.cs-meta-bottom-wrap ul li.cs-blog-tags,
.cs-meta-bottom-wrap ul li.cs-blog-social {
    margin-top: 10px;
    margin-left: 10px;
}

.cs-meta-bottom-wrap ul li.cs-blog-social a {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #aaa;
}

.cs-meta-bottom-wrap ul li.cs-blog-social a:hover {
    color: #333;
}

/* Blog masonry style 2*/
.cs-masonry-layout-2 .cs-blog .overlay{ background: #eee;}
.cs-masonry-layout-2 .cs-blog .overlay-content{ padding: 35px;}
.cs-masonry-layout-2 .cs-blog .overlay .cs-blog-title-inner{ padding: 25px 0; font-weight: 600;}
.cs-masonry-layout-2 .cs-blog .overlay .readmore{ float: left;}
.cs-masonry-layout-2 .cs-blog .overlay .readmore a:after{ content: '\f178';}

/* 3.1 Single Post Style */
.single-post .cs-blog {
    padding: 0 0 35px;
    margin: 0;
    border-bottom: none;
}

.single-post-inner {
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}

.single-post-wrap .post-details-footer {
    padding-bottom: 0;
    margin-bottom: 50px;
}

.single-post-wrap .cs-blog-about-author .author-avatar {
    margin-right: 30px;
    float: left;
}

.single-post-wrap .cs-blog-about-author .author-info {
    padding-left: 170px;
}

.single-post-wrap .cs-blog-share {
    min-height: 140px;
    position: relative;
}

.single-post-wrap .cs-blog-share .post-share {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.single-post-wrap .cs-blog-share a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 50%;
    float: left;
    margin-left: 10px;
}

.single-post-wrap .cs-blog-share a i {
    height: auto;
    width: auto;
    line-height: 36px;
    border: none;
    color: #373737;
    background: 0 none;
}

.single-post-wrap .cs-blog-share a:hover {
    background: #373737;
}

.single-post-wrap .cs-blog-share a:hover i {
    color: #fff;
}

.single-post-wrap .post-navigation {
    border-top: 1px solid #eee;
    padding-top: 49px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 80px;
}

.single-post-wrap .navigation .nav-next {
    float: right;
    text-align: left;
    padding-left: 25px;
}

.single-post-wrap .navigation .nav-previous {
    float: left;
    text-align: right;
    padding-right: 25px;
    position: relative;
}

.single-post-wrap .navigation .nav-previous:after {
    color: #f7f7f7;
    content: "|";
    display: inline-block;
    position: absolute;
    right: -3px;
    top: 0;
}

.single-post-wrap .navigation a i {
    font-size: 10px;
}

.single-post-wrap .navigation .nav-previous i {
    padding-right: 10px;
}

.single-post-wrap .navigation .nav-next i {
    padding-left: 10px;
}

.single-post-inner .cs-entry-title {
    font-weight: 600;
}

.cshero-single-related {
    margin-bottom: 0px;
}

.cshero-single-related h3,
.comments-area h4.comments-title,
.comment-respond .comment-reply-title {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.comment-respond .comment-reply-title:after,
.cshero-single-related h3:after,
.comments-area h4.comments-title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    content: '';
    width: 40px;
    height: 3px;
    background: #dddddd;
}

.cshero-single-related .special-related-post .cs-blog {
    padding: 0;
}

.cshero-single-related .special-related-post .cs-blog .cshero-info-like,
.cshero-single-related .special-related-post .cs-blog-thumbnail,
.cshero-single-related .special-related-post .cs-blog-header,
.cshero-single-related .special-related-post .cs-blog-thumbnail {
    margin-bottom: 0;
}

.cshero-single-related .special-related-post .cs-blog-media {
    margin-bottom: 25px;
}

.special-related-post .cs-blog-date {
    color: #333;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 5px;
}

.cshero-single-related .cs-blog .cs-blog-content,
.blog-modern-wrap .cshero-single-related .cs-blog-meta,
.cshero-single-related .cs-blog-meta .cs-blog-title-inner,
.blog-modern-wrap .cshero-single-related .cs-blog .cs-blog-info {
    text-align: left !important;
}

.special-related-post .special-related-post .cs-blog-title .cs-blog-title-inner {
    margin-bottom: 15px;
    font-size: 16px;
}

.cshero-single-related .cs-blog-title-inner {
    font-size: 14px;
    line-height: 1.2;
}

.blog-modern-wrap .special-related-post .cs-blog .cs-blog-content .readmore {
    margin: 15px 0 0;
}

.single .blog-modern-wrap .cshero-single-related .special-related-post .readmore a:hover {
    background: 0 none !important;
}

.normal-related-post .normal-related-inner {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.normal-related-post .cshero-info-bar a {
    font-weight: 600;
}

.normal-related-post .cshero-post-img {
    float: left;
    width: 100px;
    max-width: 100px;
    margin-right: 30px;
}

.normal-related-post .cs-blog-meta {
    padding-left: 130px;
}
/* End Single Post Style */

/* 3.2 Blog Modern */
.blog-modern-wrap .cs-blog-meta,
.blog-modern-wrap .cs-blog-content,
.blog-modern-wrap .cs-blog .cs-blog-content .readmore,
.blog-modern-wrap .social-share {
    display: block;
    float: none;
}

.blog-modern-wrap .cs-blog-meta .cs-blog-title,
.blog-modern-wrap .cs-blog .cs-blog-meta .cs-blog-info {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.blog-modern-wrap .cs-blog .cs-blog-meta .cs-blog-info {
    margin-bottom: 25px;
}

.blog-modern-wrap .cs-blog-meta .cshero-info-bar {
    display: inline-block;
    margin-bottom: 20px;
}

.cs-blog .cshero-info-like {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    display: block;
}

.blog-grid-wrap .cs-meta-bottom-wrap ul li,
.cs-blog .cshero-info-like li {
    background: none repeat scroll 0 0 #f8f8f8;
    display: inline-block;
    padding: 11px 24px 6px;
}

.blog-grid-wrap .cs-meta-bottom-wrap li i,
.cs-blog .cshero-info-like li i {
    display: block;
    width: 100%;
}

.blog-grid-wrap .cs-meta-bottom-wrap ul li i,
.blog-grid-wrap .cs-meta-bottom-wrap ul li a {
    color: #333;
}

.cs-blog .cshero-info-like li.cs-blog-favorite {
    margin-right: 10px;
}

.blog-modern-wrap .cs-blog .cs-blog-media {
    margin-bottom: 0;
}

.blog-modern-wrap .cs-blog .cs-blog-content .readmore {
    margin: 30px 0;
}

.blog-modern-wrap .cs-blog .cs-blog-content .readmore a,
.blog-medium-image-wrap .cs-blog .cs-blog-content .readmore a {
    background: #333;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
}

.blog-modern-wrap .cs-blog .cs-blog-content .readmore a:hover,
.blog-medium-image-wrap .cs-blog .cs-blog-content .readmore a:hover {
    color: #fff;
}

.blog-modern-wrap .cs-blog .cs-blog-content .readmore a:after,
.blog-medium-image-wrap .cs-blog .cs-blog-content .readmore a:after {
    content: '';
}

.blog-modern-wrap .cs-blog .post-share a {
    width: 37px;
    height: 37px;
    border-radius: 100%;
    margin-right: 10px;
    background: #f8f8f8;
    color: #333;
    display: inline-block;
    line-height: 37px;
    text-align: center;
}

.blog-modern-wrap .cs-blog .post-share a:hover {
    background: #333;
    color: #fff;
}

/* 3.3 Blog Magazine */
.blog-magazine-inner article:first-child .cshero-post-img,
.blog-magazine-inner article:first-child .cs-blog-meta{ width: 100%; }

.blog-magazine-inner article:first-child .cs-blog-info {
    float: left;
    text-align: left;
}

.blog-magazine-inner article:first-child .cs-blog-info .cs-blog-date {
    font-style: italic;
}

.blog-magazine-inner article:first-child .unliststyle .cs-blog-cats,
.blog-magazine-inner article:first-child .unliststyle .cs-blog-author {
    display: none;
}

.blog-magazine-inner article:first-child .cs-blog-content .readmore {
    float: right;
    margin: 12px 0 0;
}

.blog-magazine-inner article:first-child .cs-blog .cs-blog-header {
    margin-bottom: 15px;
}

.blog-magazine-inner article:first-child .cs-blog .cs-blog-media,
.blog-magazine-inner article:first-child .cs-blog .cs-blog-title h4 {
    margin-bottom: 20px;
}
.blog-magazine-inner article:last-child{ margin-bottom: 70px;}
.blog-magazine-inner .cs-blog .cshero-info-like,
.blog-magazine-inner article .cs-blog .cs-blog-media {
    margin-bottom: 0;
}

.blog-grid-wrap .cs-blog,
.blog-magazine-inner .cs-blog {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog-medium-image-wrap .cs-blog .cs-blog-meta .cs-blog-title,
.blog-medium-image-wrap .cs-blog .cs-blog-meta .cs-blog-info,
.blog-grid-wrap .cs-blog .cs-blog-meta .cs-blog-title,
.blog-grid-wrap .cs-blog .cs-blog-meta .cs-blog-info,
.blog-magazine-inner .cs-blog .cs-blog-meta .cs-blog-title,
.blog-magazine-inner .cs-blog .cs-blog-meta .cs-blog-info {
    width: 100%;
    float: none;
    text-align: left;
}

.blog-magazine-inner .cs-blog .cs-blog-meta .cs-blog-title {
    margin-bottom: 20px;
}

/* 3.4 Blog Grid */
.blog-grid-wrap .cs-blog .cs-blog-header {
    margin-bottom: 0;
}

.blog-grid-wrap .cs-blog .cs-blog-media,
.blog-grid-wrap .cs-blog .cs-blog-date {
    margin-bottom: 15px;
}

.blog-grid-wrap .cs-blog .cs-blog-date {
    color: #333;
}

.blog-grid-wrap .cs-blog .cs-blog-header .cs-blog-title {
    margin-bottom: 20px;
}

.blog-grid-wrap .cs-blog .cs-blog-header .cs-blog-title a {
    font-size: 14px;
}

.blog-grid-wrap .cs-meta-bottom-wrap {
    margin-top: 15px;
}

.blog-grid-wrap .cs-meta-bottom-wrap .cshero-info-like {
    margin: 0;
}

.blog-grid-wrap .cs-blog .cs-blog-content .readmore {
    margin-top: 20px;
}

.blog-grid-wrap .cs-meta-bottom-wrap ul li.cs-blog-favorite, 
.blog-grid-wrap .cs-meta-bottom-wrap ul li.cs-blog-comments {
    text-align: center;
    padding-bottom: 10px;
}

.blog-grid-wrap .cs-meta-bottom-wrap ul li.cs-blog-favorite i, 
.blog-grid-wrap .cs-meta-bottom-wrap ul li.cs-blog-comments i {
    padding-right: 0;
    padding-bottom: 5px;
}

/* 3.5 Blog Normal Image */
.blog-medium-image-wrap .cs-blog .cs-blog-header {
    margin-bottom: 20px;
}

.blog-medium-image-wrap .cs-blog .cs-blog-info li {
    margin: 0 3px 20px 0;
}

.blog-medium-image-wrap .cs-blog .cs-blog-media {
    margin-bottom: 0;
}

.blog-medium-image-wrap .cs-meta-bottom-wrap {
    margin-top: 30px;
}

.blog-medium-image-wrap .cs-blog .cs-blog-content .readmore {
    margin-top: 20px;
}

.blog-medium-image-wrap .cs-blog .cs-blog-content .readmore a {
    padding: 13px 30px;
}
/* 3.6 Blog Masonry */
.filter_outer {}
.filter_outer ul {
  margin-bottom: 35px;
  padding: 0;
  text-align: center;
  list-style:none;
}
.filter_outer ul li{
	display:inline-block;
}
.filter_outer ul li span{
	border: 1px solid #e5e5e5;
	border-radius: 0;
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	margin: 0 3px 10px;
	padding: 13px 23px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s linear 0s;
	 cursor: pointer;
}
.filter_outer ul li:hover span,.filter_outer ul li.active span{
  background: none repeat scroll 0 0 #222222;
  border: 1px solid #222222;
  color: #ffffff;   
}
.cs_pagination {text-align:center;}
#cshero-load-posts {
	display: inline-block;
    margin: 20px auto 90px;
    overflow: hidden;
    position: relative;
    padding: 5px 20px;
    border: 1px solid #444444;
}
#cshero-load-posts  a {
	display: inline-block;
	position:relative;
	z-index:100;
}
#cshero-load-posts:hover a{
	color: #fff;
}
#cshero-load-posts:after {
  background-color: #444;
  color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  line-height: 1.5em;
  opacity: 0.5;
  padding: 1em 1.3em;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-out 0s;
  width: 100%;
  z-index:0;
}
#cshero-load-posts:hover:after{
  opacity:1;
  left:0;
}
.cs-masonry-layout{
    overflow:visible!important;
}
/* Special style for Post Format */
.format-gallery .carousel-control.left, 
.format-gallery .carousel-control.right {
    color: #fff;
    font-size: 22px;
    height: 30px;
    left: 17px;
    outline: medium none;
    position: absolute;
    top: 45%;
    width: 12px;
    opacity: 1;
    background: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
}
.format-gallery .carousel-control.right {
    left: inherit;
    right: 17px;
}
.format-gallery .carousel-control span {
    font-size: 14px;
    color: #444;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: rgba(255, 255, 255, 0.6);
}
.format-gallery .carousel-control span:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}
.format-gallery .carousel-control.left span {
    left: 20px;
}
.format-gallery .carousel-control.right span {
    right: 20px;
}
.format-gallery .carousel-control.left span:before {
    content: "\f153";
    font-family: Ionicons;
}
.format-gallery .carousel-control.right span:before {
    content: "\f154";
    font-family: Ionicons;
}
/* End Special style for Post Format */

/* Blog Space*/
#primary.blog-masonry,
#primary.blog-two-columns,
#primary.blog-timeline,
#primary.blog-medium-image,
#primary.blog-large-image{
    padding-bottom: 30px;
}
/* 3.7 Blog style 2*/
.blog-multiple-columns-style2  .cs-blog .cs-blog-media{
    position: relative;
}
.blog-multiple-columns-style2  .cs-blog .cs-blog-media .readmore{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: scale(0) rotate(180deg);
     -moz-transform: scale(0) rotate(180deg);
      -ms-transform: scale(0) rotate(180deg);
       -o-transform: scale(0) rotate(180deg);
          transform: scale(0) rotate(180deg);
    -webkit-transition:all 0.3s linear 0s;
    -moz-transition:all 0.3s linear 0s;
    -ms-transition:all 0.3s linear 0s;
    -o-transition:all 0.3s linear 0s;
    transition:all 0.3s linear 0s;
}
.blog-multiple-columns-style2  .cs-blog .cs-blog-media .readmore a{
    position: absolute;
    top: 50%;
    left: 50%;
    background:transparent;
    border-color: #fff;
    color: #fff;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.blog-multiple-columns-style2  .cs-blog:hover .cs-blog-media .readmore{
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
     -moz-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
       -o-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

/* ==========================================================================
    4. Team Single 
========================================================================== */
.single-team article.team  {
    position: relative;
}
.single-team .cs-carousel-post {
    margin: 0 0 60px;
}
.single-team .cs-item-team {
    margin: 0 0 50px;
}
.single-team .cs-team-media {
    padding-right: 0px;
}
.single-team .cs-team-featured-img img {
    width: 100%;
}
.single-team .cs-item-team .cs-team-meta h3{
    font-size: 22px;
    line-height: 26px;
}
.single-team .cs-item-team .cs-team-details {
    position: inherit;
    padding-left: 0;
}
.single-team .cs-item-team .cs-team-social {
    margin-top: 20px;
}
.single-team .cs-item-team .cs-team-social i {
    font-size: 25px;
}
.single-team .cs-title {
    margin: 0 0 30px;
}
.single-team .cs-carousel-portfolio {
    margin-bottom: 60px;
}
.single-team .cs-nav {
    position: absolute;
    top: 2px;
    right: 0;
}

/* ==========================================================================
    Post Gallery
========================================================================== */
.cs-gallery .item {
    overflow: hidden;
}
.cs-gallery .item .item-content {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 5px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
    -webkit-transform:translateY(-600px);
       -moz-transform:translateX(-600px);
        -ms-transform:translateX(-600px);
         -o-transform:translateX(-600px);
            transform:translateX(-600px);
}
.cs-gallery .item:hover .item-content {
    opacity: 1;
    -webkit-transform:translateY(0);
       -moz-transform:translateX(0);
        -ms-transform:translateX(0);
         -o-transform:translateX(0);
            transform:translateX(0);
}
/* ==========================================================================
   5. Portfolio Single 
========================================================================== */


/* ==========================================================================
   6. Start Primary 
========================================================================== */
#primary.no_breadcrumb {
    margin: 40px 0 0;
}


/* ==========================================================================
   7. Start Sidebar 
========================================================================== */
/* ======= 7.1 Sidebar Blog ================ */
.primary-sidebar [class*="widget_"], .primary-sidebar [class^="widget_"], .primary-sidebar .widget {
    margin-bottom: 30px;
}
.primary-sidebar [class*="widget_"]:first-child, .primary-sidebar [class^="widget_"]:first-child, .primary-sidebar .widget {
    margin-top: 0;
}
.primary-sidebar ul:first-child, [class*="widget-"] ul:first-child, [class^="widget-"] ul:first-child  {
    list-style: none;
    padding: 0;
    margin: 0;
}
.primary-sidebar ul:first-child, [class*="widget-"] ul:first-child, [class^="widget-"] ul:first-child  ul{ padding-left: 10px; list-style: none;}
h3.wg-title {
    font-size: 14px;
    position: relative;
    font-weight: 600;
}

h3.wg-title:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #dddddd;
    position: absolute;
    left: 0;
    bottom: 0px;
}

h3.wg-title span {
    display: inline-block;
    padding: 0 0 10px;
}

.primary-sidebar ul ul.children {
    padding-left: 15px;
}
.primary-sidebar ul li {
    line-height: 27px;
}

/** Comment **/
.sh-list-comment {
    padding: 20px;
    margin: 0;
}
.sh-list-comment li {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.sh-list-comment li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.sh-list-comment .image img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
}
.sh-list-comment .post-holder {
    font-size: 13px;
    padding-left: 15px;
}
.sh-list-comment .post-holder a {
    color: #A0A0A0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.comment-reply-link{
    padding:5px 10px;
}

/* ============== 7.2 Hidden Menu Sidebar ===================== */
.meny-top.meny-active #wpadminbar {
    top: 0;
}
.meny-sidebar {
    background-color: #444;
    visibility: hidden;
    color: #fff;
    height: 100%;
    overflow: hidden;
    padding: 10px 20px 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 90;
}
.meny-top .meny-sidebar .control {
    padding-top: 3px;
}
.meny-top.meny-active.admin-bar .meny-sidebar .control {
    margin-top: 32px;
}
.meny-top.admin-bar .tools-menu,
.meny-top.admin-bar .back-to-demo {
    display: block;
    margin-top: 32px;
}
.meny-top .meny-sidebar .hidden-menu-widget-col,
.meny-top .meny-sidebar [class*="widget_"],
.meny-top .meny-sidebar [class*="widget-"] {
    border-left: 1px solid #363636;
    float: left;
    padding: 0 30px;
}
.meny-top .meny-sidebar [class*="widget_"],
.meny-top .meny-sidebar [class*="widget-"] {
    height: inherit !important;
}
.meny-top .meny-sidebar div:nth-child(2) {
    border-left: none;
}
.meny-top .meny-sidebar {
    height: inherit;
    visibility: visible;
}
.meny-top .cs-overlay {
    background: transparent !important;
}
.meny-sidebar .cs_close {
    cursor: pointer;
}
.meny-sidebar .cs_close i {
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}
.meny-top .meny-sidebar h3.wg-title {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}
.meny-sidebar [class*="widget-"], .meny-sidebar [class^="widget-"] {
    margin-top: 30px;
}
.meny-sidebar ul li a {
    color: #fff;
    display: block;
    outline: none;
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.meny-sidebar ul li a:hover {
    padding-left: 10px;
}
.meny-sidebar ul.cs-social li a:hover {
    padding-left: 0;
    padding-right: 0;
}
.rtl .meny-sidebar ul li a:hover {
    padding-right: 10px;
    padding-left: 0;
}
.left_sidebar_opened .meny-sidebar,
.right_sidebar_opened .meny-sidebar{
    overflow-y: hidden;
    outline: none;
    visibility: visible;
}
body.right_sidebar_opened #wpadminbar,
body.left_sidebar_opened #wpadminbar {
    -webkit-transform: translateY(-32px);
       -moz-transform: translateY(-32px);
        -ms-transform: translateY(-32px);
         -o-transform: translateY(-32px);
            transform: translateY(-32px);
}
.right_sidebar_opened .meny-sidebar {
    position: fixed;
}
.right_sidebar_opened .meny-sidebar h3.wg-title,
.left_sidebar_opened .meny-sidebar h3.wg-title {
    font-size: 16px;
    text-transform: uppercase;
    color:#fff;
}

/*================== 8. Start Footer ================*/
/*---- 8.1  Footer Top ----*/
#footer-top .no-container,
#footer-bottom .no-container{
    padding-left: 15px;
    padding-right: 15px;
}
#footer-top h3.wg-title:after{ background: #555;}
#footer-top ul{ padding: 0; margin: 0;}
#footer-top ul li {
    line-height: 30px;
}
#footer-top ul li a {
    display: block;
}
#wrapper #footer-bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#wrapper #footer-bottom ul li {
    display: inline-block;
}
#wrapper #footer-bottom ul li a{
    padding: 0 5px;
    display: block;
}
#footer-top [class*="widget-"], #footer-top [class*="widget_"] {
    margin-top: 35px;
}
#footer-top [class*="widget-"]:first-child, #footer-top [class*="widget_"]:first-child {
    margin-top: 0;
}
.tweets-container ul {
    padding: 0;
}
.tweets-container ul li {
    margin: 0 0 35px;
    padding: 0 0 0 35px;
    position: relative;
}
.rtl .tweets-container ul li {
    padding: 0 35px 0 0;
}
.tweets-container ul li:before {
    content: "\f099";
    font-family: FontAwesome;
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
}
.rtl .tweets-container ul li:before {
    top: 0;
    left: inherit;
    right: 0;
}
.tweets-container ul li:last-child {
    border-bottom: none;
}
.tweets-container ul li .jtwt_tweet_text {
    margin: 0;
}
.tweets-container ul li .jtwt_date {
    display: block;
    text-align: right;
}
/*** Get Touch ***/
.getTouch{ list-style: none; padding: 0; margin: 0;} 
.getTouchSidebar {
    padding: 0;
    margin: 0;
    list-style: none;
}
.getTouchSidebar > li {
    line-height: 20px;
    margin-bottom: 15px;
    padding: 0 0 0 35px;
    position: relative;
}
.getTouch.style2 > li, .getTouchSidebar.style2 > li {
     padding: 0 0 0 50px;
}
.getTouch > li i.fa-2x {
    font-size: 26px;
}
.getTouch.style2 > li i {
    text-align: center;
    width: 40px;
}
.getTouchSidebar > li {
    padding-left: 85px;
    margin: 0 0 20px;
}
.getTouchSidebar > li i {
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
}
/**** Start Twitter ***/
.cs-latest-twitter {
    position: relative;
    padding: 0 60px;
}
.cs-latest-twitter .cs-header {
    margin: 0;
}
.cs-latest-twitter .cs-latest-twitter-item {
    text-align: center;
    color: #fff;
}
.cs-latest-twitter .avatar i {
    font-size: 40px;
    margin-bottom: 10px !important;
}
.cs-latest-twitter .bx-controls-direction a {
    height: 35px;
    line-height: 35px;
    margin: 0;
    text-align: center;
    width: 35px;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 32%;
    outline: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.cs-latest-twitter .bx-controls-direction a.bx-prev {
    left: 0;
}
.cs-latest-twitter .bx-controls-direction a.bx-next {
    right: 0;
}
.cs-latest-twitter .bx-controls-direction a i {
    font-size: 23px;
    color: #fff;
    line-height: 35px;
}
.cs-latest-twitter .bx-controls-direction a i:before {
    font-family: FontAwesome;
}

/*** Social Blog ***/
ul.cs_social_items_show {
    margin: 0;
    border: none !important;
    overflow: hidden;
    padding: 10px;
}
ul.cs_social_items_show li {
    margin: 0 0 10px !important;
    width: 50%;
    float: left;
    padding: 0 !important;
}
ul.cs_social_items_show li {
    cursor: pointer;
}
ul.cs_social_items_show li + li {
    border: none !important;
}
.widget_cs_social_widget.style2 {}
.widget_cs_social_widget.style2 ul {
	list-style:none;
}
.widget_cs_social_widget.style2 ul  li{
	display:inline-block;
}
.widget_cs_social_widget.style2 ul  li  a {
  background: #000;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff!important;
  line-height: 40px; 
}

/*---- 8.2  Footer Bottom ----*/
#footer-bottom [class*="widget_"],
#footer-bottom [class^="widget_"],
#footer-bottom [class*="widget-"],
#footer-bottom [class^="widget-"],
#footer-bottom .widget {
    margin-top: 10px;
}
#footer-bottom [class*="widget_"]:first-child,
#footer-bottom [class^="widget_"]:first-child,
#footer-bottom [class*="widget-"]:first-child,
#footer-bottom [class^="widget-"]:first-child,
#footer-bottom .widget {
    margin-top: 0;
}

/* ==========================================================================
    9. 404 Page
========================================================================== */
#primary .error-404 {
    margin-bottom: 60px;
}

.error404 .content-area {
    border-top: 1px solid #eee;
}

.error404 .error-body {
    padding: 115px 0 50px;
    width: 100%;
    display: block;
}

.error404 .error-body h1 {
    font-size: 36px;
    margin-bottom: 25px;
}
.popular-404{ padding-top: 50px; border-top: 1px solid #eee;}
/* ==========================================================================
    10. VC Reset
========================================================================== */
.no-container:before,
.no-container:after{ display: table; content: ""; clear: both;}
.vc_separator {
    margin-bottom: 0 !important;
}
.wpb_row{
    margin-left: -15px;
    margin-right: -15px;
}

/* Row Full Screen */
@media screen and (min-width:768px){
    .cshero_row_full_screen{ height:100vh; width:100vw; }
    .cshero_row_full_screen > .container,
    .cshero_row_full_screen > .no-container{position: relative;  top: 50%;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%);}
    .cshero_row_full_screen .wpb_column{ height:100vh;}
    .cshero_row_full_screen .wpb_column > .wpb_wrapper{ position: relative;  top: 50%;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%);}
}
@media (max-width:767px){.cshero_row_full_screen{ padding-top: 30px; padding-bottom: 30px;}}

/* Row Flex */
.cshero_row_flex {}
.column-border-right > .wpb_wrapper { margin-right: 20px; padding-right: 50px; border-right: 1px solid #eee;}
    /* Default Gallery shortcode */
    .wpb_gallery.cols-4 .wpb_image_grid_ul > li > a{ margin-left: 10px; margin-bottom: 10px;}
    .wpb_gallery.cols-4 .wpb_image_grid_ul > li:nth-child(4n+1) > a{ margin-left: 0;}

/* ==========================================================================
    End VC Reset
========================================================================== */


/*================== To Top ================*/
.csbody > .back_to_top {
	color: #cdcdcd;
	height: auto;
	position: fixed;
	bottom: -40px;
	margin: 0;
	z-index: 10000;
	-webkit-transition: all 1s ease 1s;
	-moz-transition: all 1s ease 1s;
	-o-transition: all 1s ease 1s;
	transition: all 1s ease 1s;
	right: 25px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #e8e8e8;
}
.csbody > .back_to_top.off{}
.csbody > .back_to_top.on {
	opacity: 1;
	filter: alpha(opacity=100);
	display:block;
	bottom:10px;
}
#back_to_top span {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	background:rgba(0, 0, 0, 0.10);
	display: block;
    text-align: center;
	color: #b0b0b0;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#back_to_top span:hover {
	background:rgba(0, 0, 0, 0.60);
	color:#fff;
}
#back_to_top span i {
	font-size: 15px;
	-webkit-transition: color .2s ease 0s;
	-moz-transition: color .2s ease 0s;
	-o-transition: color .2s ease 0s;
	line-height: 42px;
}
.stripe-video-wrap{
	position: relative;
}
.stripe-video-wrap video{
	position: absolute;
}

/* ==========================================================================
    Start Feature Slider
========================================================================== */
.fixed-content {
    height: 600px;
    max-height: 600px;
    max-width: 100%;
}
.fixed-content .cs-row-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.rev_slider_wrapper {
    z-index: 1 !important;
}

footer.entry-footer {
    background-color: #fff;
    position: relative;
    z-index: 2;
    clear: both;
}
/*================== Start Style Widget ================*/
h3.ww-title, h3.cs-title {
    margin: 0 0 50px;
}
.ww-subtitle {
    color: #333;
    font-size: 25px;
}
.ww-desc, .cs-desc {}
a.read-more-link.btn {}

/**** Newsletterwidget ***/
[id^="newsletterwidget-"], [id*="newsletterwidget-"] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
}
[id^="newsletterwidget-"] form, [id*="newsletterwidget-"] form {
    margin-top: 15px;
    position: relative;
}
.newsletter-layout2 input[type="email"],
.newsletter-layout2 input[type="text"]{
    width: 100%;
}
.newsletter{
    position: relative;
}
.newsletter .newsletter-email,
.newsletter .newsletter-firstname  {
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    text-transform: none;
    background: #f5f5f5;
    color: #888;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.newsletter .newsletter-submit {
    float: right;
}
.newsletter input {
    margin-bottom: 3px;
}
.woocommerce .page-title {
    text-transform: uppercase;
}

/* carousel-control */
.carousel-control span{
    position: absolute;
    top: 50%;
    margin-top: -5px;
}
.carousel-inner > .item{
    width: 100%;
}
/* blog-large-image */
.blog-large-image .cs-blog-thumbnail img{
   width: 100%;
}
.client-border .cs-carousel-item{
    border: 1px solid #ddd;
    margin-right: -1px;
    margin-bottom: -1px!important;
}
.client-border .bx-viewport{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.wpb_revslider_element .big-title.color-red {
    color: #f84054;
}
.wpb_revslider_element .small_text p {
    text-shadow: none;
    font-size: 16px;
    font-style: italic;
}
.wpb_revslider_element .btn-primary {
    background: 0 none;
    padding: 15px 40px;
}

.row-dotted {
    position: relative;
}
.row-dotted:before {
    background: url(../images/row-dot.png) no-repeat;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 66px;
}
.esg-navigationbutton.esg-loadmore {
	border: 1px solid #666;
	display: inline-block;
	padding: 5px 20px;
	text-transform: uppercase;
	color: #666;
	cursor: pointer;
}
/* Fix Animation */ 
.wpb_fade-in.wpb_start_animation,
.wpb_scale-up.wpb_start_animation{
    opacity: 1;
}
.col-shortcode-icon {
	float: left;
	width: 11.11111111%;
	height: 80px;
	color: #444;
}
.fa.oe-icon-2x {
font-size: 2.85em;
}
/* background video*/
.stripe-video-wrap{
    position: relative;
}
.stripe-video-bg{
    position: absolute!important;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.stripe-video-bg > video {
    visibility: visible;
    width: 100%;
}
.stripe-video-content{
    z-index: 10;
    position: relative;
}
.ww-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9;
}

/* FAQs */
.accor-custom-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.accor-custom-wrap li {
    float: left;
}

.accor-custom-wrap li a {
    color: #7a7a7a;
    text-transform: uppercase;
}

.accor-custom-wrap li:before {
    content: '|';
    margin: 0 10px;
}

.accor-custom-wrap li:first-child:before {
    content: '';
    margin-left: 0;
}

.accor-custom-wrap li a.active {
    color: #333;
}

/* Maintenance */
.page-template-maintenance1-php {
    height: 100%;
}

.page-template-maintenance1-php #wrapper {
    z-index: 1;
    overflow: visible;
    width: 100%;
    height: 100%;
}

.page-template-maintenance1-php #wrapper .content-area {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-template-maintenance1-php.dark-overlay:before,
.page-template-maintenance2-php.dark-overlay:before,
.page-template-maintenance1-php.white-overlay:before,
.page-template-maintenance2-php.white-overlay:before  {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    content: '';
}

.page-template-maintenance1-php.white-overlay:before,
.page-template-maintenance2-php.white-overlay:before {
    background: rgba(255, 255, 255, 0.9);
}

.page-template-maintenance1-php footer,
.page-template-maintenance2-php header,
.page-template-maintenance2-php footer,
.page-template-maintenance1-php #cs-bottom-wrap,
.page-template-maintenance2-php .cs-eventCount-introImg,
.page-template-maintenance2-php .cs-eventCount-title,
.page-template-maintenance2-php .cs-eventCount-content-main {
    display: none;
}

.page-template-maintenance2-php .cs-logo {
    padding: 125px 0;
    margin-bottom: 120px;
}

.page-template-maintenance2-php #event_countdown span:nth-child(1) {
    font-size: 40px !important;
    color: #333;
}

.page-template-maintenance2-php #event_countdown span:nth-child(2) {
    font-size: 13px;
    color: #333;
}

.page-template-maintenance2-php .cs-eventCount-content #event_countdown ul li {
    margin: 0;
    padding: 0;
    width: 24%;
}

@media screen and (max-width: 767px) {
    .page-template-maintenance2-php .cs-eventCount-content #event_countdown ul li {
        width: 100%;
    }
}

.page-template-maintenance1-php  #cshero-header {
    position: fixed;
    width: 100%;
    bottom: 50px;
}

/* Search Result */


/* Author Page */
.author-info-wrap {
    width: 100%;
    clear: both;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
    margin-bottom: 80px;
}

.author-info-wrap .author-avatar {
    float: left;
    margin-right: 70px;
}

.author-info-wrap .author-info {
    padding-left: 168px;
}

.author-posts-wrap {
    width: 100%;
    clear: both;
    margin: 0 -15px;
}

/* Widget */
.widget-area .widget ul li,
.widget_categories ul li,
.widget_product_categories ul li {
    margin-bottom: 5px;
}

.widget-area .widget ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 0;
    display: inline-block;
}

.widget_categories ul li a:before,
.widget_product_categories ul li a:before,
.widget-area .widget ul li a:before {
    content: '+';
    color: #333;
    padding-right: 10px;
}

.widget_product_categories ul li {
    margin-bottom: 0;
}

.widget_product_categories ul li a {
    padding: 5px 0;
}

.cs-blog .cs-blog-content .readmore,
.blog-modern-wrap .cshero-single-related .special-related-post .readmore {
    float: right;
}

.cs-blog .cs-blog-content .readmore a,
.blog-modern-wrap .cshero-single-related .special-related-post .readmore a {
    background: 0 none;
    padding: 0;
    color: #333;
    border: none;
}

.cs-blog .cs-blog-content .readmore a:after,
.blog-modern-wrap .cshero-single-related .special-related-post .readmore a:after {
    content: '\f105';
    font-family: FontAwesome;
    line-height: inherit;
    padding-left: 10px;
    font-size: 14px;
}

/* Page title bar center */
.cs-breadcrumbs {
    margin-bottom: 17px;
    text-transform: uppercase;
}

 .cs-breadcrumbs ul {
    margin: 0 0 40px;
    padding: 0;
    display: block;
    list-style: none;
}
 .cs-breadcrumbs ul li {
    display: inline-block;
    text-align: center;
    color: #333;
    list-style: none;
}


.widget-area .widget.widget_recent_entries ul li a,
.widget-area .widget.widget_recent_comments ul li a {
    text-transform: none;
}

.widget-area .widget.widget_rss ul li a:before,
.widget-area .widget.widget_recent_comments ul li a:before {
    content: '';
    padding: 0;
}

.widget-area .widget.widget_rss ul li {
    margin-bottom: 15px;
}


.searchform {
    position: relative;
    margin-bottom: 15px;
}


.searchform:before {
    position: absolute;
    top: 5px;
    right: 14px;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
}
.searchform .screen-reader-text {
    display: none;
}
.searchform input[type="text"] {
    height: 35px;
    line-height: 35px;
    width: 100%;
    margin: 0;
}
.searchform input[type="submit"] {
    height: 36px;
    line-height: 36px;
    width: 50px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    -webkit-border-radius: 0 5px 5px 0;
       -moz-border-radius: 0 5px 5px 0;
        -ms-border-radius: 0 5px 5px 0;
         -o-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
    top:0;
    opacity:0;
}

.cshero-dropdown .social-inmenu .cs-social { margin: 100px 0 0 0; display: block; overflow: hidden;}
.cshero-dropdown .cs-social > li{ float:  left !important; width: auto !important; margin-right: 10px;}
.cshero-dropdown .cs-social > li:last-child{ margin-right: 0;}
.cshero-dropdown .cs-social > li > a{ color: #fff !important; background-color: #333333 !important;}
.cshero-dropdown .cs-social > li > a:hover{ color: #222 !important; background-color: #fff !important; }
.cshero-dropdown .cs-social > li > a:hover i{ color: #222 !important;}
