/*------------------------------------------------------------------
[Table of contents]

1. Reset HTML/CSS, Unitest, Body
2. Header
    2.1 Header Top
    2.2 Breadcrumb
3. Blog
    3.1 Blog Single
    3.2 Blog Category Basic Style 1
    3.3 Blog Category Basic Style 2
    3.4 Blog Mansory
4. Portfolio Single
5. Team Single
6. Primary
7. Sidebar
    7.1 Sidebar Blog
    7.2 Hidden Sidebar
8. Footer 
    8.1 Footer Top
    8.2 Footer Bottom
9. Element and Custom Row VC
    9.1 Element Form
    9.2 Reset Row VC
-------------------------------------------------------------------*/

/* ==========================================================================
   1. Reset HTML/CSS, Unitest, Body
========================================================================== */
body {
    font-family:"Myriad Pro", arial, helvetica, sans-serif;
    letter-spacing: 0.6px;
}
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,
.container .container,
.no-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. (End) Reset HTML/CSS, Unitest, Body
========================================================================== */
.csbody a {
	font-weight: 500;	
}

/* ==========================================================================
   2. Start Style Header
========================================================================== */

.scroll_down {
	display: none;
    font-size: 50px;
    color: #fff !important;
    text-shadow: 0px 2px 10px rgba(33,33,33, 0.5);

    position: absolute;
    top: 530px;
    left: 50%;
    z-index: 9;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

body.home .scroll_down {
	display: block;
}

.scroll_down {
	color: #ff9c20;
}

@media (max-width: 1200px) {

	.scroll_down {
		font-size: 40px;
		top: 500px;
	}
}

@media (max-width: 1100px) {

	.scroll_down {
		top: 400px;
	}
}

@media (max-width: 930px) {

	.scroll_down {
		top: 320px;
	}
}

@media (max-width: 740px) {

	.scroll_down {
		top: 250px;
	}
}

@media (max-width: 600px) {

	.scroll_down {
		top: 190px;
	}
}

@media (max-width: 480px) {

	.scroll_down {
		font-size: 30px;
		top: 160px;
	}
}

@media (max-width: 390px) {

	.scroll_down {
		font-size: 30px;
		top: 110px;
	}
}

#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*/
/* End Special Style for each Header Version */
/* Logo */
.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,.sticky-header .cshero-logo  a{
	display: inline-block;
}
.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.transparentFixed {
    background: transparent !important;
} */
/*---- End Header Custom ----*/
#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;
}
/***** Page Loadding *****/
#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-color: #fff;
    -webkit-transition: height .6s linear;
    transition: height .6s linear;
}
#cs_loader.simple{ background-image: url(../images/loading.gif); background-position: center center; background-repeat: no-repeat;}

/*---- 2.2 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;
  padding: 0; 
  list-style: none;
}
#cs-breadcrumb-wrapper .cs-breadcrumbs li{ display: inline-block;}
#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;
}
/*---- 2.2 End Breadcrumb ----*/
/*---- Admin Bar ----*/
/* .admin-bar .cs-sticky.fixed.fixed-transition */
.admin-bar .sticky-header.fixed {
    top: 32px;
}
/*---- Sticky Header ----*/
.sticky-header {
    visibility: hidden;
}
.sticky-header.fixed .cshero-dropdown.sticky-nav {
    margin: 0;
}
.sticky-header {
    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{
    max-height: 300px;
    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: 1201px) {
    .cshero-mmenu.navbar-collapse.collapse {
        display: none !important;
    }
}

/* ==========================================================================
   2. (End) Start Style Header
========================================================================== */

/* ==========================================================================
   3. Start Style Blog
========================================================================== */
/** COMENT FORM **/
#commentform {
    margin: 0 0 100px;
}
#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;
    width: 100%;
    color: #333;
}
#commentform .submit {
    text-align: center;
    margin-top: 30px;
    display: block;
    padding: 15px 25px;
}
#commentform .form-allowed-tags {
    display: none;
}
#comments {
    margin-top: 0px;
}
.page #comments {
    border-top: none;
}

#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 {
    text-transform: uppercase;
    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;
    font-weight: 600;
}
.comment-author img.avatar {
    width: 80px;
    height: 80px;
}
#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: 100px;
}
.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 > *  {
    margin-bottom: 15px;
    padding: 0;
}

/** Contact FORM **/
.wpcf7-form {}
.wpcf7-form  .row{margin-bottom:20px;}
.wpcf7-form  .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
}
/*** Form Style ***/
.wpcf7-form.contact-style-2 label {
    font-weight: normal;
}
.wpcf7-form.contact-style-3 input,
.wpcf7-form.contact-style-3 textarea,
.wpcf7-form.contact-style-4 input,
.wpcf7-form.contact-style-4 textarea {
    background-color: #fff;
}
.wpcf7-form.contact-style-4 textarea {
    padding: 10px;
}
.wpcf7-form.contact-style-4 .reservation-day select.wpcf7-select, 
.wpcf7-form.contact-style-4.contact-style-4 .reservation-month select.wpcf7-select, 
.wpcf7-form.contact-style-4 .reservation-date select.wpcf7-select {
    background-color: #bbbbbb;
    border: none;
}
.wpcf7-form.contact-style-4 .wpcf7-submit {
    color: #444444;
    background: #fff;
    border-color: #fff;
    letter-spacing: 0.05em;
}
.wpcf7-form.contact-style-3 input[type="submit"]{float: left;background-color: transparent;border-color: #fff;}
.wpcf7-form.contact-style-5 input,
.wpcf7-form.contact-style-5 textarea { /* Do not remove or override this style */
    background-color: #f8f8f8;
    border-color:#f8f8f8 !important;
}
.wpcf7-form.contact-style-2 input[type='text'],
.wpcf7-form.contact-style-2 input[type='email']{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #fff;
    border:none;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-indent: 15px; 
    color: #888888;
}
.wpcf7-form.contact-style-2 input[type='submit']{ 
    background-color: #111;
    border-color: #111;
}
.wpcf7-response-output {
	color: #333;	
}

/*---- Navigation ----*/
.navigation.pos {
    margin-top: 30px;
}
.navigation .nav-previous, .navigation .nav-next {
    width: 50%;
    float: left;
}
.navigation .nav-previous i {
    font-size: 25px;
      position: relative;
  bottom: -6px;
  left: -9px;
}
.navigation .nav-previous .nav-label{ margin-left: -10px;}
.navigation .nav-next {
    text-align: right;
    float: right;
}
.navigation .nav-next i {
    font-size: 25px;
      position: relative;
  bottom: -6px;
  right: -9px;
}
.navigation .nav-next .nav-label{ margin-right: -10px;}
.cs-navigation {
    text-align: center;
    margin: 40px 0 70px 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: #ffffff;
    font-size: 14px;
    padding: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    margin: 0 5px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #868686;
}
.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;
}

/* Post navigation */
.post-navigation .nav-title{display: block;}

/** blockquote **/
blockquote,.cs-blog-quote {
  border: medium none;
  font-size: 14px;
  line-height: 24px;
  padding: 38px 30px;
  margin:20px 0;
}
blockquote > p{
  display: inline-block;
  font-size: 18px;
  padding: 5px 55px;
  position: relative;
  text-transform: capitalize;
}
blockquote > p:before {
  content: "“";
  font-size: 100px;
  left: 0;
  position: absolute;
  top: 0;
}
blockquote > p:after {
  content: "”";
  font-size: 100px;
  line-height: 1;
  position: absolute;
  right: 0;
}
blockquote > p cite {
    font-style: italic;
    display: block;
}
blockquote > p cite span {
    text-transform: none;
}
/*---- 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);
}
/***** Start Page Blog Style ****/
.col1{width:100%;}
.col2{width:50%;}
.col3{width:33.33%;}
.col4{width:25%;}
.col6{width:16.6%;}


.cs-blog {
    margin: 0 0 30px;
    overflow: hidden;
}
.cs-blog .cs-blog-header {
    margin-bottom: 20px;
}
.cs-blog-item  .cs-blog-thumbnail img{
	width:100%;
}
.cs-blog .cs-blog-media {
    position: relative;
}
.cs-blog .cs-blog-share {
    margin-top: 20px;
}
.cs-blog-share a i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    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 .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: 16px;
}
.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 modern */
.blog-modern-wrap .cs-blog-meta,
.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;
}
/* Blog Magazine */
.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 .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;
}
/* 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;
}
/* 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;
}
/* Start 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 {
    position: relative;
}
.single-post-wrap .cs-blog-share .post-share {
    margin-top: 20px;
}
.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: right;
    padding-left: 25px;
}
.single-post-wrap .navigation .nav-previous {
    float: left;
    text-align: left;
    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 h3,
.comments-area h4.comments-title,
.comment-respond .comment-reply-title {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    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: 0;
    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 */

/* Masonry Filter Style */
.filter_outer {}
.filter_outer ul {
  margin-bottom: 40px;
  padding: 0;
  list-style:none;
}
.filter_outer ul li{
	display:inline-block;
}
.filter_outer ul li span{
	border: 2px solid transparent;
	border-radius: 0;
	color: #111;
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 36px;
	margin: 0 5px 10px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: capitalize;
    -webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
    border-radius: 30px;
    -webkit-border-radius:30px;
	cursor: pointer;
}
.filter_outer ul li:hover span,.filter_outer ul li.active span{
  border-color: #111;  
}
.cs_pagination {text-align:center; margin-top: 50px;}

.cs-masonry-layout{
    overflow:visible!important;
}

.format-gallery .carousel-control,
.format-gallery .carousel-control{
    color: #373737;
    font-size: 40px;
    left: 30px;
    outline: medium none;
    position: absolute;
    top: 50%;
    width: 60px; 
    height: 60px;
    display: block;
    line-height: 60px;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%)
    border-radius:50%;
    opacity: 1;
    background: #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
}
.format-gallery .carousel-control [class^="pe-7s-"], 
.format-gallery .carousel-control [class*=" pe-7s-"]{ line-height: 60px;}

.format-gallery .carousel-control.right {
    left: auto;
    right: 30px;
}
.format-gallery .carousel-control:hover {
    color: #000;
}

/* blog space*/
#primary.blog-masonry,
#primary.blog-two-columns,
#primary.blog-timeline,
#primary.blog-medium-image,
#primary.blog-large-image{
    /*padding-top: 30px;*/
    padding-bottom: 30px;
}
/* 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);
}

/* ==========================================================================
   3. End Style Blog
========================================================================== */

/* ==========================================================================
   4. Start Meet The Team Details
========================================================================== */
.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 {
    /*bottom: 0;
    position: absolute;*/
    max-width: 240px;
    width: 100%;
    margin-bottom: 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);
}
/* ==========================================================================
    Start Primary Styles
========================================================================== */
#primary.no_breadcrumb {
    margin: 40px 0 0;
}
/* 404 Page */
#primary .error-404 {
    margin-bottom: 60px;
}
.error404 .content-area {
    border-top: 1px solid #eee;
}
.error404 .error-body {
    padding: 115px 0;
    width: 100%;
    display: block;
}
.error404 .error-body h1 {
    font-size: 36px;
    margin-bottom: 25px;
}
/* ==========================================================================
    Blog Timeline
========================================================================== */
.content-area.blog-timeline {
    background: #fafafa;
}
.cs-blog-timeline .cs-masonry-layout-item + .cs-masonry-layout-item {
    margin-top: 60px;
}
.cs-blog-timeline {
    position: relative;
}
.cs-blog-timeline:before {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0;
}
.cs-blog-timeline .cs-timeline-date span {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
    padding: 6px 0;
    display: inline-block;
    background: #fff;
    color: #444;
    outline: 0 none;
    overflow: hidden;
    position: relative;
    -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-timeline .cs-timeline-date span i {
    border-right: 1px solid #ddd;
    line-height: 20px;
    padding: 0 15px 0 10px;
}
.cs-blog-timeline .cs-timeline-date span a {
    padding: 0 13px;
}
.cs-blog-timeline .cs-blog {
    background: #fff;
    margin: 0;
    padding: 0;
    border-bottom: 0;
}
.cs-blog-timeline .cs-blog-meta {
    padding: 0 30px;
}
.cs-blog-timeline .cs-blog-content {
    padding: 0 30px 40px;
}
/* ==========================================================================
    Start Sidebar Styles
========================================================================== */
.primary-sidebar [class*="widget_"], .primary-sidebar [class^="widget_"], .primary-sidebar .widget {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 30px;
}
.primary-sidebar [class*="widget_"]:first-child, .primary-sidebar [class^="widget_"]:first-child, .primary-sidebar .widget {
    margin-top: 0;
}
.primary-sidebar .widget_search{ padding: 0;}
.primary-sidebar ul, [class*="widget-"] ul, [class^="widget-"] ul  {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wg-title {
    font-size: 16px;
    position: relative;
}
.wg-title span {
    display: inline-block;
}
.primary-sidebar .wg-title { text-align: center;}
.primary-sidebar .wg-title:before{ display: block; content: ""; width: 100%; height: 1px; background: #dddddd; position: absolute; top: 50%; left: 0;}
.primary-sidebar .wg-title > span{ background: #f7f7f7; padding: 0 5px; position: relative;}

.primary-sidebar ul ul.children {
    padding-left: 15px;
}
.primary-sidebar ul > li + li{
    margin-top: 15px;
}
/** 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;
}
/* Recent post v2 */
.widget_cs_recent_post_v2 .row + .row { margin-top: 10px;}
.widget_cs_recent_post_v2 .post-featured-img img {
    width: 100%;
}
.widget_cs_recent_post_v2 .cs-popular .cs-details > h4 {
    font-size: 13px;
    margin: -5px 0 0;
}
.widget_cs_recent_post_v2 .cs-popular .cs-media {
    width: auto;
}
.widget_cs_recent_post_v2 .cs-popular .has-thumb .cs-recent-post-meta {

}
.widget_cs_recent_post_v2 .cs-popular .date, 
.widget_cs_recent_post_v2 .cs-popular .author {
    font-size: 11px;
    float: left;
    color: #888;
}
.widget_cs_recent_post_v2 .cs-popular .author:before {
    content: '|';
    padding-right: 2px;
    margin-left: 5px;
}
.widget_cs_recent_post_v2 .cs-popular li {
    border: none;
    padding-bottom: 0;
}
/* ==========================================================================
       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;
}
/*================== Start Footer ================*/
/*---- Start Footer Top ----*/
#footer-top .no-container,
#footer-bottom .no-container{
    padding-left: 15px;
    padding-right: 15px;
}
/*---- Main Menu ----*/
#wrapper #footer-top ul.menu li {
    line-height: 30px;
}
#wrapper #footer-top ul.menu 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, .getTouchSidebar {
    padding: 0;
    margin: 0;
    list-style: none;
}
.getTouch > li, .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 {
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    color: #666666;
}
.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; 
}
/*---- Start 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;
}
/* ==========================================================================
    VC Reset
========================================================================== */
.vc_separator {
    margin-bottom: 0 !important;
}
.wpb_row{
    margin-left: -15px;
    margin-right: -15px;
}
.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;}

    /* Add Triangle for ROW */
    .triangle .ww-parallax-bg:before,
    .triangle .ww-parallax-bg:after{
        display: block;
        position: absolute;
        left: 50%; 
        -ms-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
        width: 0;
        height: 0;
        border-left: 55px solid transparent!important;
        border-right: 55px solid transparent!important;
        z-index: 100;
    }
    .triangle.top .ww-parallax-bg:before{ content: "";top: 0;border-top: 18px solid #fff;border-bottom: 0;} 
    .triangle.bottom .ww-parallax-bg:after{ content: "";bottom: 0;border-bottom: 18px solid #fff ;border-top: 0;}
/* ==========================================================================
    End VC Reset
========================================================================== */
/*  Form style */
form {
    -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;
}
form:before,
form:after{
    display: block;
    content: "";
    clear: both;
}
form input,
form select,
form button,
form textarea{
    -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;
}
form select {
	border: 1px solid #ff9c20 !important;
	color: #333 !important;
	background-color: #ffffff !important;	
}

form input::-moz-placeholder,
form input::-webkit-input-placeholder,
form input:-ms-input-placeholder,
form input:-moz-placeholder, 
form textarea::-webkit-input-placeholder,
form textarea:-ms-input-placeholder,
form textarea:-moz-placeholder, 
form textarea::-moz-placeholder {
	color: #555 !important;
}
.form-style1 form input,
form.form-style1 input{ background-color: #f5f5f5; height: 42px !important; line-height: 42px !important;}
/*================== Start Style Input ================*/
input[type='text'],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    outline: none;
    display: inline-block;
    padding: 9px;
    letter-spacing: 0.5px;
}
input[type='text'],
input[type="password"],
input[type="email"],
form textarea{
    text-indent: 18px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
textarea {
    outline: none;
    width: 100%;
    height: 180px;
    padding: 5px;
    font-weight: normal;
    border:1px solid #eee;
    font-weight: 300;
    letter-spacing: 0.5px;
}
textarea[class*="wpcf7-form-control wpcf7-textarea"] {
	height: 100px !important;
}
#attendeedetails {
	display: none;	
}
textarea:active,
textarea:focus {
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
}
select {
    font-size: 15px;
    padding: 5px;
    height: 37px;
    line-height: 37px;
    width: 100%;
}
/*input::-moz-placeholder, textarea::-moz-placeholder,
input::-webkit-placeholder, textarea::-webkit-placeholder,
input::-o-placeholder, textarea::-o-placeholder,
input::-ms-placeholder, textarea::-ms-placeholder  {
    opacity: 1;
	color: #333;
}*/
::-webkit-input-placeholder { /* WebKit browsers */
color: #555 !important;
opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #555 !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #555 !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #555 !important;
opacity: 1;
}
.align-center input,
.align-center textarea,
.align-center form *,
.text-center input,
.text-center textarea,
.text-center form *{ text-align: center;}
/*================== End Style Input ================*/
/*================== 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: 55px;
	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;
}
/*.entry-content > .wpb_row {
    z-index: 2 !important;
    position: relative;
    background-color: #fff;
}*/
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: 10px;
    text-transform: uppercase;
    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{
}
.carousel-inner > .item{
    width: 100%;
}
/* blog-large-image */
.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;
}
/* Style for FORM in Parallax section 
    NOTE: you need add extra class name called parallax-form to row or column or shortcode setting 
*/
.content-area .parallax-form form,
.content-area .parallax-form input[type="text"], 
.content-area .parallax-form input[type="password"], 
.content-area .parallax-form input[type="datetime"], 
.content-area .parallax-form input[type="datetime-local"], 
.content-area .parallax-form input[type="date"], 
.content-area .parallax-form input[type="month"], 
.content-area .parallax-form input[type="time"], 
.content-area .parallax-form input[type="week"], 
.content-area .parallax-form input[type="number"], 
.content-area .parallax-form input[type="email"], 
.content-area .parallax-form input[type="url"], 
.content-area .parallax-form input[type="search"], 
.content-area .parallax-form input[type="tel"], 
.content-area .parallax-form input[type="color"],
.content-area .parallax-form input[type="submit"],
.content-area .parallax-form textarea,
.content-area .parallax-form label,
.content-area .parallax-form select{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.content-area .parallax-form input[type="submit"]{
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding: 7px 20px;
}
/*** Contact Form 7 Style 2 ***/
.wpcf7-form.contact-style-2 form,
.wpcf7-form.contact-style-2 input:not([type*="submit"]),
.wpcf7-form.contact-style-2 form select,
.wpcf7-form.contact-style-2 textarea,
.wpcf7-form.contact-style-2 form button {
    border-color: #ccc !important;
}
.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;
}
/*Start Button Play video*/
.stripe-video-wrap video {
    position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}
.stripe-video-wrap .stripe-video-content {
    position: absolute !important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.exp-videobg-control-btn {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    color: #ffffff;
    cursor: pointer;
    height: 102px;
    line-height: 102px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 102px;
}
.exp-videobg-control-btn-normal {
    border-color: rgba(0, 0, 0, 0);
    height: auto;
    line-height: 50px;
    width: auto;
}
.control-btn-circle {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.control-btn-small {
    height: 48px;
    line-height: 48px;
    width: 48px;
}
.exp-videobg-control-btn-large {
    height: 102px;
    line-height: 101px;
    margin-bottom: 150px;
    margin-top: 150px;
    position: relative;
    width: 328px;
}
.exp-videobg-control-btn-large .exp-fonts-giant {
    border-right: 1px solid #cccccc;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}
.exp-videobg-control-btn-large .fa {
    height: 102px;
    line-height: 102px;
    position: relative;
    top: -10px;
    width: 102px;
}
/*End Button Play video*/
/* Custom Fancy */
.not-pading-icon .cshero-fancybox-content {
    padding-left: 30px !important;
}
.fancy-link-wrap .cshero-fancybox-content .read-more-link {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
/* Custom Pricing */
.pricing-layout3.primary-color .cs-pricing-item.cs-pricing-feature .cs-pricing-container:after {
    border-color: #fff #fff transparent transparent;
}
.pricing-layout3.primary-color .cs-pricing-item .jmPrice .number {
    border-color: #fff;
}
/* Potfolio carousel */
.custom-font-content .cshero-carousel-post-description {
    padding: 0 40px;
    color: #bbbbbb;
}
/* Testimonial */
.small-content-font.testimonial-layout1 .cshero-testimonial-text {
    font-size: 15px;
    color: #868686;
    line-height: inherit;
}
.small-content-font.testimonial-layout1 .cshero-testimonial-title {
    margin-top: 30px;
}
/* Post carousel */
.custom-arrow.cshero-post-carousel .cshero-nav a {
    display: block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background: #333;
    padding: 0;
    margin: 0;
}
.custom-arrow.cshero-post-carousel .cshero-nav li {
    z-index: 99;
}
.custom-arrow.cshero-post-carousel .cshero-nav .prev {
    left: 50px;
}
.custom-arrow.cshero-post-carousel .cshero-nav .next {
    right: 50px;
}
.custom-arrow.cshero-post-carousel .cshero-nav .prev a i:before {
    content: '\f177' !important;
    color: #fff;
}
.custom-arrow.cshero-post-carousel .cshero-nav .next a i:before {
    content: '\f178' !important;
    color: #fff;
}
/* Contact Us */
.custom-contact-wrap ul {
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
}
.custom-contact-wrap ul li {
    margin-bottom: 15px;
}
.custom-contact-wrap ul li i {
    font-size: 16px;
}
.custom-contact-wrap .cs-social-list {
    text-align: right;
}
.custom-contact-wrap .cs_custom_heading {
    margin: 35px 0 20px !important;
}
.custom-form-submit.text-right {
    margin-left: 20px;
}
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="datetime"], 
.wpcf7-form input[type="datetime-local"], 
.wpcf7-form input[type="date"], 
.wpcf7-form input[type="month"], 
.wpcf7-form input[type="time"], 
.wpcf7-form input[type="week"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form input[type="color"] {
    height: auto;
}
/* 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 */
.search-header-wrap #cs-page-title-wrapper .title_bar, 
.search-header-wrap #cs-page-title-wrapper .title_bar .sub_header_text {
    text-align: center;
    color: #333;
}
.searchform-custom {
    width: 50%;
}
 
.searchform-custom h5 {
    margin-bottom: 25px;
}
.searchform-custom input[type="text"] {
    width: 80%;
    min-width: 250px;
    float: left;
    margin-right: 20px;
    height: auto;
}
.csbody .searchform-custom input[type="submit"] {
    background: url("../images/search-icon.png") no-repeat scroll center center #333;
    display: block;
    height: 46px;
    overflow: hidden;
    padding: 0;
    text-indent: -999px;
    width: 46px;
}
.content-search-results {
    margin: 75px -15px 0px;
    overflow: hidden;
    width: 100%;
    height: 100% !important;
}
.content-search-results .cs-navigation {
    width: 100%;
    clear: both;
}
/* 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;
}

/* Page title bar */
.page-title-center .cs-breadcrumbs {
    margin-bottom: 17px;
    text-transform: uppercase;
}
.page-title-center .cs-breadcrumbs ul {
    margin: 0 0 40px;
    padding: 0;
    display: block;
    text-align: center;
    list-style: none;
}
.page-title-center .cs-breadcrumbs ul li {
    display: inline-block;
    text-align: center;
    color: #333;
}
#cs-page-title-wrapper:before{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; display: block; width: 100%; height: 100%;}
#cs-page-title-wrapper .title_bar{ }
#cs-page-title-wrapper .title_bar:after{}
#cs-page-title-wrapper .title_bar.text-center:after{
    left: 50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
#cs-page-title-wrapper .title_bar.text-right:after{
    left: auto;
    right: 0;
}
/* End Page title bar */

.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;
}
/* Forum */
.bbp-breadcrumb a {
    color: #858585;
}
.bbp-breadcrumb a:hover {
    color: #333;
}
.bbp-breadcrumb .bbp-breadcrumb-sep {
    padding: 0 10px;
}
#bbpress-forums .bbp-header li {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
#bbpress-forums label {
    font-weight: 600;
}
#bbpress-forums #bbp_topic_content {
    border: 1px solid #eee;
}
#bbpress-forums li.bbp-body ul.forum, 
#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums li.bbp-header, 
#bbpress-forums li.bbp-footer {
    padding-left: 20px;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    padding-top: 30px;
    padding-bottom: 25px;
}
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-lead-topic a, 
#bbpress-forums ul.bbp-topics a, 
#bbpress-forums ul.bbp-forums a, 
#bbpress-forums ul.bbp-replies a, 
#bbpress-forums ul.bbp-search-results a {
    font-size: 13px;
    color: #858585;
}
.bbp-author-avatar img {
    display: none;
}
#bbpress-forums .bbp-topic-title .bbp-topic-meta a,
#bbpress-forums .bbp-forum-freshness > a,
#bbpress-forums .bbp-topic-freshness > a {
    font-size: 11px !important;
}
#bbpress-forums .bbp-topic-freshness .bbp-topic-meta a.bbp-author-name {
    color: #333 !important;
}
#bbpress-forums #bbp-search-form #bbp_search {
    display: inline-block;
    height: auto;
    padding: 3px 8px;
    width: 350px;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
    padding-top: 12px;
    padding-bottom: 12px;
}
#bbpress-forums #bbp-search-form {
    margin-bottom: 40px;
}
.bbp-topics .bbp-footer,
.bbp-forums .bbp-footer {
    display: none;
}
#bbpress-forums div.odd, 
#bbpress-forums ul.odd {
    background: #fff;
}
div.bbp-template-notice.info {
    background: #fff;
    border-color: #eee;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0;
}
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results {
    border-top: none;
}
#subscription-toggle {
    clear: both;
    display: block;
    margin-bottom: 20px;
}
#bbpress-forums .bbp-form select {
    border-radius: 0;
}
#bbpress-forums .quicktags-toolbar input {
    box-shadow: none;
}
div.bbp-template-notice, 
div.indicator-hint {
    border-radius: 0;
}
#bbpress-forums .bbp-replies .bbp-reply-author,
#bbpress-forums .bbp-replies .bbp-reply-content,
#bbpress-forums .bbp-replies .bbp-reply-content .favorite-toggle,
#bbpress-forums .bbp-replies .bbp-reply-content #subscription-toggle a {
    color: #fff;
}
#bbpress-forums .bbp-replies .bbp-reply-content .favorite-toggle {
}
/* Custom for Home 45 Renovate*/
.custom-renovate-wrap1 .getTouch li {
    padding-left: 30px;
    margin-bottom: 25px;
}
.custom-renovate-wrap1 .getTouch li a {
    color: #fff;
}
.custom-no-image .widget_cs_recent_post_v2 .heading,
.custom-no-image .widget_cs_recent_post_v2 .cs-media,
.renovate-menu-wrap .cshero-hidden-sidebar,
.renovate-menu-wrap .cshero-header-content-widget2,
.home-architecture-wrap .cshero-hidden-sidebar  {
    display: none;
}
.custom-no-image .widget_cs_recent_post_v2 .cs-popular li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 25px;
}
.custom-no-image .widget_cs_recent_post_v2 .cs-details h4 {
    margin-bottom: 0;
}
.custom-no-image .widget_cs_recent_post_v2 .cs-details .date {
    font-size: 11px;
}
.custom-renovate-wrap1 .cshero-testimonial-item .cshero-testimonial-title {
    margin: 25px 0 30px;
}
#cshero-header .renovate-menu-wrap .main-menu-content > ul.main-menu > li.menu-item > a {
    padding-left: 25px;
    padding-right: 25px;
}
/* Custom for Home 40 Architecture */
.home-architecture-wrap #cshero-header {
    background: 0 none;
}
.architecture-slider1-wrap .tp-bullets.simplebullets.round .bullet {
    background: url(../images/bullet-slider.png) no-repeat center center;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
.architecture-slider1-wrap .tp-bullets.simplebullets.round .bullet:hover,
.architecture-slider1-wrap .tp-bullets.simplebullets.round .bullet.selected {
    background: url(../images/bullet-active-slider.png) no-repeat center center;
}
.home-architecture-wrap .cs-header-custom .searchform input[type="text"] {
    background: #fff;
    border-color: none;
}
.home-architecture-wrap .architecture-slider2-wrap .white-atl.button:hover {
    background: 0 none !important;
    border-color: #fff !important;
}
.home-architecture-wrap .architecture-slider2-wrap .tp-caption:hover {
    background: 0 none !important
}
.newletters-form-wrap input {
    background: #fff;
}
.newletters-form-wrap input.btn-block[type="submit"],
.hosting-newletters-wrap input.btn-block[type="submit"] {
    padding: 13px 20px;
    width: 125px;
}
.hosting-newletters-wrap input.btn-block[type="submit"] {
    color: #333;
    border-color: #999999;
    background: 0 none;
}
/* Audio playlist style */
.audio-trans-bg .wp-playlist {border:0; padding: 0; margin: 0; background: transparent;}
.audio-trans-bg .wp-playlist-current-item{ height: auto;}
.audio-trans-bg .wp-playlist-light .wp-playlist-caption{ color: #fff;}
/* Contact style 1 */
#mc4wp-form-1 input[type="email"],
.wpcf7-form.contact-style-1 textarea,
.wpcf7-form.contact-style-1 input[type="text"],
.wpcf7-form.contact-style-1 input[type="email"] {
	width: 100%;
    border: 1px solid #ff9c20;
    background-color: #fff;
    font-size: 14px;
    color: #333;
}

.wpcf7-form.contact-style-1 input::-webkit-input-placeholder,
.wpcf7-form.contact-style-1 textarea::-webkit-input-placeholder { 
	color: #555 !important; 
}
.wpcf7-form.contact-style-1 input:-moz-placeholder,
.wpcf7-form.contact-style-1 textarea:-moz-placeholder { 
	color: #555 !important;
}
.wpcf7-form.contact-style-1 input::-moz-placeholder,
.wpcf7-form.contact-style-1 textarea::-moz-placeholder {
	color: #555 !important;
}
.wpcf7-form.contact-style-1 input:-ms-input-placeholder,
.wpcf7-form.contact-style-1 textarea:-ms-input-placeholder {
	color: #555 !important;
}

.cshero-menu-dropdown ul li a {
    font-weight: 400;
}
.color-white{ color:#fff;}


#mc4wp-form-1 input[type="submit"] {
    font-size: 12px ;
            text-transform: uppercase;
        letter-spacing: 1px;
    font-weight:400;
    font-style:normal;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
   
    padding-top: 15px;
    padding-right: 28px;
    padding-bottom: 15px;
    padding-left: 28px;

    margin: 0;
}
.mc4wp-response p {
	position: relative;
	top: 5px;
	color: rgba(255, 156, 32, 1);
	text-align: center;
}

@media (max-width: 768px) {

	#mc4wp-form-1 .col-xs-12 {
		text-align: left;
	}

	#mc4wp-form-1 input[type="submit"] {
		margin-top: 20px;
	}
}

/** Cart **/
.cart_total:before {
    content: "(";
}
.cart_total:after {
    content: ")";
}
/** Input Contact **/
.text-50 .wpcf7-form-control-wrap input {
    line-height: 50px;
    height: 50px;
}
/* Footer */
#footer-top { font-size: 13px;}

/* ==========================================================================
    Start Shop Widget
========================================================================== */
.csbody .shopping_cart_dropdown {
    padding: 15px 18px 0 18px;
    max-height: 450px;
    overflow: auto;
}
.csbody .shopping_cart_dropdown a.btn {
    margin-bottom: 15px;
}
.csbody .shopping_cart_dropdown span.total {
    line-height: 45px;
}
.shopping_cart_dropdown .shopping_cart_dropdown_inner li.cart-list {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
}
.shopping_cart_dropdown .shopping_cart_dropdown_inner li.cart-list img {
    border: 1px solid #ddd;
    float: left;
    height: 60px;
    margin-left: 0;
    margin-right: 10px;
    width: 60px;
}
.shopping_cart_dropdown .shopping_cart_dropdown_inner li.cart-list a {
    display: block !important;
    font-size: 13px;
    font-weight: normal;
    font-family: Montserrat;
    padding: 0 !important;
}
.shopping_cart_dropdown .shopping_cart_dropdown_inner span.quantity {
    font-size: 12px;
    background: transparent;
}
/* ==========================================================================
    End Shop Widget
========================================================================== */

.mejs-container video{ min-height: 480px;}

.svg-container {
    width: 100%;
    height: 250px;
}