/*------------------------------------------------------------------
[Table of contents]

1. Reset HTML/CSS, Unitest, Body
2. Header
    2.1 Header Top
    2.2 Header Sticky
    2.3 Breadcrumb
    2.4 Header Custom Shop
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
========================================================================== */
html {
    /*overflow-x: hidden;*/
    max-width: 100%;
}
body {
    overflow-x: hidden;
    -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.meny-top {
    background: #ffffff;
}
body.meny-left {
    overflow-x: visible;
    border-bottom-color: 
}
body.body-header-fixed-top,
body.header-top-active {
    margin-top: 0;
}
a, a:hover, a:focus, a:active, a.active {
    text-decoration: none;
    outline: 0;
    -webkit-transition:all 300ms linear 0s;
       -moz-transition:all 300ms linear 0s;
        -ms-transition:all 300ms linear 0s;
         -o-transition:all 300ms linear 0s;
            transition:all 300ms linear 0s;
}
input[type=submit] {
   -webkit-appearance: none;
}
.container.cs-row-fullwidth{
    padding-left: 0!important;
    padding-right: 0!important;
}
.container  {
    max-width:100%;
}
/* mixins */
.center {
    text-align:center;
}
.center th,.center tr,.center td{
    text-align:center;
}
.left{float:left;}
.right{float:right;}

.list-unstyled {
    margin: 0;
}
.wrap{
    width: 100%;
    clear: both;
}
.text-white {
    color: #fff;
}
.gallery-caption{}
.wp-caption-text{}
.bypostauthor{}
/* end mixins */
sup {
    font-size: 10px;
    vertical-align: super;
}
sub {
    font-size: 10px;
    vertical-align: sub;
}
p:empty {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
}
body.csbody .title-sub .wpb_text_column h4,
body.csbody .title-feature-box .wpb_text_column h4 {
    line-height: 0.9;
    margin-bottom: 5px;
    margin-top: 0;
}
body.csbody .title-sub .wpb_text_column h1,
body.csbody .title-sub .wpb_text_column h2,
body.csbody .title-feature-box .wpb_text_column h1 {
    line-height: 0.9;
    margin-bottom: 15px;
    margin-top: 0;
}
body.csbody .title-sub .wpb_text_column h2 {
    font-size: 31px;
}
body.csbody .title-feature-box .wpb_text_column h1 {
    margin-bottom: 10px;
}
body.csbody a.cs-viewmore {
    text-transform: capitalize;
    font-size: 12px;
    border-left: 1px solid;
    padding-left: 10px;
    margin-left: 10px;
}

embed, iframe, object, video {
    border: medium none;
    max-width: 100%;
}
.slider-fix-parallax {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
       -moz-transform: matrix(1, 0, 0, 1, 0, 0) !important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
         -o-transform: matrix(1, 0, 0, 1, 0, 0) !important;
            transform: matrix(1, 0, 0, 1, 0, 0) !important;
}
.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;
}
.entry-content > .section > .wpb_row {
    position: relative;
    background-color: #fff;
}
.upper {
    text-transform: uppercase;
}
.rev_slider_wrapper .rev_slider {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.letter-hedding .cms-custom-headding-title {
    letter-spacing: 0.1em;
}
body .font-size-25 h3 {
    font-size: 25px;
}
body .font-size-23 h3 {
    font-size: 23px;
}
body .z-index-1 {
    z-index: 100;
}
body .z-index-2 {
    z-index: 200;
}
.w50 {
    float: left;
    width: 50%;
}
/*
================> Font Face
*/
@font-face {
    font-family: 'Novecentowide-Bold';
    src: url('../fonts/Novecentowide-Bold.eot');
    src: url('../fonts/Novecentowide-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Novecentowide-Bold.woff') format('woff'),
         url('../fonts/Novecentowide-Bold.ttf') format('truetype'),
         url('../fonts/Novecentowide-Bold.svg#Novecentowide-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
================> Unit Test
*/

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
th, th a {
    text-transform: uppercase;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
/*--- Definition Lists ---*/
dl {
    margin: 0 0 0 50px;
}
dl dt {
    font-weight: normal;
    line-height: 26px;
    text-transform: uppercase;
}
dl dd {
    line-height: 26px;
}
code, kbd {
    background-color: transparent;
    border-radius: 4px;
    color: inherit;
    font-size: 100%;
    padding: 2px 4px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}
ins {
    color: #fff;
    border: none;
    padding: 2px;
    text-decoration: none;
}
pre {
    border: none;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
         -o-border-radius: 0px;
            border-radius: 0px;
    color: inherit;
    display: block;
    font-size: inherit;
    line-height: 26px;
    margin: 0 0 20px;
    padding: 20px 35px;
    overflow: hidden;
}
.alignleft {
    float: left;
    margin: 5px 20px 5px 0;
}
.alignright {
    float: right;
    margin: 5px 0 5px 20px;
}
.aligncenter {
    text-align: center;
}
.wp-caption.alignnone {
    width: 100% !important;
}

/*
================> [END] Unit Test
*/

/* ==========================================================================
   [END] 1. Reset HTML/CSS, Unitest, Body
========================================================================== */

/* ==========================================================================
   2. Header
========================================================================== */
/*
================> 2.1 Header Top
*/
.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;
}
.align-center .logo{
    text-align: center;
}
#cshero-header.transparentFixed {
    position: fixed;
    top: 0;
    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;
}

/* Main Naviation Widget */
.cshero-header-content-widget > div{
    position: relative;
    top: 50%;
    -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;
}

/* Special Style for each Header Version 
------------------------------------------*/
/* End Special Style for each Header Version */

/* Logo */
.logo .slogan,
.logo-sticky .slogan {
    display: block;
}

.btn-navbar{
    cursor: pointer;
}
#header-top {
    padding: 24px 0;
}
#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;
}
#footer-bottom.footer-bottom-v2 {
    position: relative;
}
#footer-bottom .decor {
    left: 0;
    position: absolute;
    top: -50px;
}
#footer-bottom .widget_cs_social_widget ul li {
    margin-right: 10px;
}
#footer-bottom .widget_cs_social_widget ul li a i {
    font-size: 21px;
}
#header-top ul.custom-menu-top li {
    line-height: 22px;
    display: block;
}
#header-top ul.shop-menu-top li {
    font-size: 13px;
    padding-right: 8px;
    position: relative;
}
#header-top ul.shop-menu-top li:after {
    content: "|";
    padding-left: 12px;
}
#header-top ul.shop-menu-top li:last-child:after {
    content: "";
}
.csbody #cshero-header .top-contact {
    text-align: center;
    padding-right: 36px;
}
.top-contact > li {
    display: inline-block;
    font-weight: 700;
    color: #222;
    padding-bottom: 3px;
    margin: 0 15px;
}
.top-contact > li i {
    font-size: 16px;
    padding-right: 5px;
}
#header-top + #cshero-header {
    position: static;
}
#header-top + #cshero-header.header-fixed {
    position: fixed;
}
/*
================> [End] 2.1 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: block;
}
.header-wrapper .logo a img,.sticky-header .cshero-logo  a img{
    vertical-align: middle;
    -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;
}
/* Header Fixed */
#cshero-header {
    position: fixed;
    top: 0;
    width: 100%;
    -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;
}
.admin-bar #cshero-header {
    top: 32px;
}
/*---- Begin Header Custom ----*/
.cs-header-custom .pull-center,
.cs-header-custom .pull-center .cshero-dropdown,
.cs-header-custom .pull-center .cshero-menu-dropdown{
    width: 100%;
    display: block;
}
.cs-header-custom .pull-center .cshero-dropdown{
    text-align: center;
}
.cs-header-custom .pull-center ul li {
    float: none;
}
/*---- 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;
    z-index: 490;
    overflow: visible;
    margin-top: -1px;
}
#wrapper.cs_hidden{
    opacity: 0;
}
#cs_loader{
    background-color: #fff;
    height: 100vh;
    position: absolute;
    -webkit-transition: height 0.6s linear 0s;
       -moz-transition: height 0.6s linear 0s;
         -o-transition: height 0.6s linear 0s;
        -ms-transition: height 0.6s linear 0s;
            transition: height 0.6s linear 0s;
    width: 100vw;
    z-index: 999;
}
/* .admin-bar .cs-sticky.fixed.fixed-transition */
.admin-bar .sticky-header.fixed {
    top: 32px;
}
/*
================> 2.2 Header Sticky
*/
.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: 993px) {
    .cshero-mmenu.navbar-collapse.collapse {
        display: none !important;
    }
}
/*
================> [END] 2.2 Header Sticky
*/
/*
================> 2.3 Breadcrumb
*/
.sub-post-on #cs-breadcrumb-wrapper {
    padding-top: 18px;
}
.title-page-padding .sub-post-on #cs-breadcrumb-wrapper {
    padding-top: 80px;
}
.title-page-padding #cs-breadcrumb-wrapper .cs-breadcrumbs {
    font-style: italic;
}
.csbody #cs-page-title-wrapper .title_bar .sub_header_text {
    font-size: 18px;
    font-weight: 700;
}
.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: none;
}
#cs-page-title-wrapper .sub_header_text {
    padding: 10px 0;
}
#cs-breadcrumb-wrapper .cs-breadcrumbs {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}
#cs-breadcrumb-wrapper .cs-breadcrumbs a,
#cs-breadcrumb-wrapper .cs-breadcrumbs span {
    padding-right: 10px;
    font-size: 11px;
}
#cs-breadcrumb-wrapper .cs-breadcrumbs a:after {
    content: "\f0da";
    font-family: FontAwesome;
    padding-left: 10px;
}
#wrapper #cs-page-title-wrapper {
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.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;
}
#cs-page-title-wrapper .container {
    position: relative;
    z-index: 3;
}
.cs-page-title-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
/*** Page Title Angle ***/
#cs-page-title-wrapper .decor {
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 2;
}
/*
================> [END] 2.3 Breadcrumb
*/

/*
================> 2.4 Header Custom Shop
*/
.header-v3 .cshero-header-logo-wrapper {
    border-bottom: 1px solid #e9e9e9;
    padding: 40px 0;
}
.header-v3 .cshero-header-logo-wrapper .container {
    position: relative;
    z-index: 99;
}
.header-v3 .cshero-header-menu-wrapper.home-shop {
    background: #f5f5f5;
    padding: 23px 0;
}
.header-v3 .cshero-header-menu-wrapper.home-shop .cshero-menu-dropdown > ul > li {
    display: block;
    float: none;
}
.cshero-header-menu-wrapper.home-shop .cshero-menu-left-title {
    color: #fff;
    display: block;
    padding: 0 16px;
    line-height: 54px;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
         -o-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}
.cshero-header-menu-wrapper.home-shop .cshero-menu-left-title i {
    padding-right: 10px;
}
.cshero-header-menu-wrapper.home-shop .cshero-menu-dropdown {
    background-color: #fff !important;
    border-color: #dfdfdf;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}
.cshero-header-menu-wrapper.home-shop .cshero-menu-dropdown ul.cshero-dropdown > li:nth-child(2n) {
    background-color: #f6f6f6;
}
.cshero-header-menu-wrapper.home-shop .cshero-menu-dropdown ul.cshero-dropdown > li:last-child {
    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
         -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
}
.cshero-header-menu-wrapper.home-shop .cshero-menu-dropdown ul.cshero-dropdown > li > a {
    color: #4b4b4b !important;
    font-size: 15px !important;
    line-height: 40px !important;
    margin: 0 !important;
    padding: 0 16px !important;
}
.cshero-header-menu-wrapper.home-shop .cshero-menu-dropdown ul.cshero-dropdown > li > a:hover {
    background-color: #222 !important;
}
.home #cshero-header.home-shop {
    border-bottom: 1px solid #e9e9e9 !important;
}
#cshero-header .cshero-header-menu-wrapper.home-shop ul.cshero-dropdown > li > a:hover, 
#cshero-header .cshero-header-menu-wrapper.home-shop .menu-pages .menu > ul > li > a:hover, 
#cshero-header .cshero-header-menu-wrapper.home-shop ul.cshero-dropdown > li > a:focus, 
#cshero-header .cshero-header-menu-wrapper.home-shop ul.cshero-dropdown > li:hover > a, 
#cshero-header .cshero-header-menu-wrapper.home-shop ul.cshero-dropdown > li:focus > a, 
#cshero-header .cshero-header-menu-wrapper.home-shop ul.cshero-dropdown > li:active > a,
#cshero-header .cshero-header-menu-wrapper.home-shop ul.cshero-dropdown > li.current-menu-item > a, 
#cshero-header .cshero-header-menu-wrapper.home-shop ul.cshero-dropdown > li.current-menu-ancestor > a, 
#cshero-header .cshero-header-menu-wrapper.home-shop ul.cshero-dropdown > li > a.active, 
#cshero-header .cshero-header-menu-wrapper.home-shop ul.cshero-dropdown > li > a:active {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
        -ms-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}
.header-v3 .cshero-header-menu-wrapper.home-shop .cshero-mobile-menu {
    background: #fff;
    position: relative;
    z-index: 100;
}
.header-v3 #cshero-header .cshero-header-content-widget a.btn-navbar {
    width: 28px !important;
}
#cshero-header .cshero-header-content-widget {
    -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;
}
/* Border Header */
.border-sticky-image {
    display: none;
    height: 3px;
    position: absolute;
    left: -1px;
    right: -1px;
}
.border-sticky-image img {
    width: 100%;
    height: 100%;
}
.header-fixed .border-sticky-image {
    display: block;
}
/*
================> [END] 2.4 Header Custom Shop
*/
/* ==========================================================================
   [END] 2. Header
========================================================================== */


/** Contact FORM **/
.wpcf7-form  .row {
    margin-bottom: 30px;
}
.wpcf7-form.contact-style-1  .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  background: rgba(255,255,255,0.8);
}
.wpcf7-form.contact-style-1 input[type="email"],
.wpcf7-form.contact-style-1 input[type="text"],
.wpcf7-form.contact-style-1 textarea  {
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    font-weight: 700;
    color: #888;
    padding: 5px 20px;
    text-transform: uppercase;
}
.wpcf7-form.contact-style-1 textarea {
    height: 134px;
}
.wpcf7-form.contact-style-2 input[type="email"],
.wpcf7-form.contact-style-2 input[type="password"],
.wpcf7-form.contact-style-2 input[type="text"],
.wpcf7-form.contact-style-2 textarea  {
    width: 100%;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    color: #888;
    display: block;
    font-size: 12px;
}
.wpcf7-form div.wpcf7-response-output {
    font-size: 12px;
    margin: 0;
    padding: 0;
    border: none;
}
.wpcf7-form .wpcf7-captchac {
     margin: 5px 10px;
}
.wpcf7-form.contact-style-2 label {
    color: #222;
    font-weight: normal;
}
/*---- Navigation ----*/
.post-navigation {
    margin: 0 0 90px;
}
.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;
}
.navigation .btn.btn-primary-alt {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
.cs-navigation {
    text-align: center;
    margin: 0;
    padding: 0 0 80px;
}
.cs-navigation .pagination {
    margin: 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: 22px;
    color: #6b6a6a;
    font-weight: 300;
    display: inline-block;
}
.cs-navigation .prev.page-numbers:before {
    content: "\f104";
}
.cs-navigation .next.page-numbers:after {
    content: "\f105";
}
.cs-navigation .page-numbers {
    background: #e9e9e9;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    padding: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    float: left;
    margin: 0 4px;
}
.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;
}
/** blockquote **/
blockquote {
    border: medium none;
    padding: 38px 30px;
    margin:20px 0;
}
blockquote > p {
    margin-left: 43px;
    padding-left: 17px;
    position: relative;
}
blockquote > p:before {
    content: "\f10d";
    color: #e9e9e9;
    font-family: FontAwesome;
    font-size: 41px;
    left: -57px;
    position: absolute;
    top: 6px;
}
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 .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
========================================================================== */
/*
================> 3.1 Blog Single
*/
.single-post .cs-blog {
    padding: 0 0 35px;
    margin: 0;
    border-bottom: none;
}
.single-post .cs-blog-thumbnail{
    margin-bottom: 20px;
}
.single-post .cshero-feature-posttype {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 900;
    display: none;
}
.single-post .cshero-feature-posttype:before {
    content: "";
    height: 120px;
    width: 120px;
    border-color: transparent transparent #dbd9d8 #dbd9d8;
    border-style: solid;
    border-width: 60px;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.single-post .cshero-feature-posttype i {
    bottom: 15px;
    color: #222;
    font-size: 38px;
    left: 19px;
    position: relative;
    z-index: 2;
}
.single-post.single-format-audio .cshero-feature-posttype i {
    left: 13px;
    bottom: 13px;
}
.single-post.single-format-video .cshero-feature-posttype i {
    bottom: 15px;
    font-size: 32px;
    left: 15px;
}
.single-post.single-format-quote .cshero-feature-posttype i {
    bottom: 13px;
    left: 16px;
}
.cs-blog .cs-blog-meta,
.cs-blog .cs-blog-content {
    padding: 0 0 0 15px;
}
.format-image .cs-blog .cs-blog-content .wp-caption {
    width: 100% !important;
}
.single-post.single-format-audio .cs-blog-media,
.single-post.single-format-video .cs-blog-media,
.single-post.single-format-quote .cs-blog-content,
.single-post .cs-blog-thumbnail {
    margin-top: 30px;
}
.cs_pagination {text-align:center;}
#cshero-load-posts {
    display: inline-block;
    margin: 20px auto;
    overflow: hidden;
    position:relative;
    padding: 5px 10px;
    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-blog {
    margin: 0 0 50px;
    padding: 0 0 50px;
    border-bottom: 1px solid #eee;
}
.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-media .cs-blog-thumbnail img{
    width: 100%;
}
.search .cs-blog .cs-blog-media .cs-blog-thumbnail img{
    width: inherit;
}
.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 {
    font-size: 20px;
    margin-top: 20px;
}
.cs-blog .cs-blog-info ul {}
.cs-blog .cs-blog-info li {
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 20px;
}
.cs-blog .cs-blog-info li i {
    margin-right: 5px;
}
.cs-blog .cs-blog-info .cs_social a {
    cursor: pointer;
}
.cs-blog .cs-blog-info li a {
    color: #888;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
}
.cs-blog-content .cs-gallery a.cboxElement {
  padding: 10px;
  text-align: center;
  display: block;
}
.cs-blog .cs-blog-content .readmore {
    margin: 30px 0 0;
}
.cs-blog .cs-blog-quote .cs-content-text {
    color: #222;
    font-size: 26px;
    font-style: italic;
    font-weight: normal;
    line-height: 36px;
    padding-left: 22px;
}
.single .cs-blog .cs-blog-quote .cs-content-text {
    margin-top: 20px;
}
.blog-masonry .cs-blog .cs-blog-quote .cs-content-text {
    border-bottom: 1px solid #eee;
    border-left: medium none;
    padding: 15px;
}
.cs-blog .cs-blog-quote .author {
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}
.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 {
    position: relative;
}
.cs-blog .cs-blog-quote .cs-blog-content .author span {
    text-transform: uppercase;
    font-weight: 700;
}
.cshero-blog-category-lists h3,
.filter_outer h3 {
    font-weight: 700;
}
.cshero-blog-category-lists,
.filter_outer {
    text-align: center;
}
.cshero-blog-category-lists ul,
.filter_outer  {
    border-bottom: 1px solid #e9e9e9; 
    list-style: none;
    margin-bottom: 50px;
    padding: 0 0 40px;
}
.cshero-blog-category-lists ul li {
    display: inline-block;
    margin: 0 20px;
}
.filter_outer ul li{
    margin: 0 8px;
    display: inline-block;
}
.cshero-blog-category-lists ul li a,
.filter_outer ul li span {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
}
.filter_outer ul li span {
    cursor: pointer;
}
/*** Sticky Post ***/
.cs-blog.post-sticky .cs-blog-thumbnail {
    position: relative;
}
.cs-blog.post-sticky .cs-blog-thumbnail:before {
    position: absolute;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    border-color: rgba(255, 255, 255, 0.6) transparent transparent rgba(255, 255, 255, 0.6);
    border-style: solid;
    border-width: 60px;
}
.cs-blog.post-sticky .cs-blog-thumbnail:after {
    position: absolute;
    top: 22px;
    left: 18px;
    content: "\f087";
    font-size: 38px;
    font-family: FontAwesome;
    color: #222;
    z-index: 2;
}
.single-post .cs-blog.post-sticky .cs-blog-thumbnail:before {
    border-color: transparent transparent #dbd9d8 #dbd9d8;
    top: inherit;
    bottom: 0;
}
.single-post .cs-blog.post-sticky .cs-blog-thumbnail:after {
    top: inherit;
    bottom: 20px;
}
/** COMENT FORM **/
#commentform {
    background: none;
    padding: 0;
    margin: 0 0 25px;
}
.comment-form textarea  {
    margin-top: 17px;
}
#commentform input[type="text"], #commentform textarea {
    border: 1px solid #e9e9e9;
    font-size: 14px;
    width: 100%;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
        -ms-border-radius: 0px;
         -o-border-radius: 0px;
            border-radius: 0px;
}
#commentform .form-submit {
    text-align: right;
    margin-top: 20px;
}
#commentform .form-allowed-tags {
    display: none;
}
.page #comments {
    border-top: none;
}
#primary #comments .comment-respond{
    padding: 30px 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.comments-area {
    margin-bottom: 56px;
    font-size: 13px;
    font-weight: normal;
    color: #222;
    line-height: 20px;
}
#comments .comment-list {
    padding: 0;
    list-style: none;
}
#comments .comment-list .children{
    list-style: none;
    padding: 0;
}
#comments .comment-list li .comment-body {
    position: relative;
    background: transparent;
    padding: 30px 0;
    margin: 0;
}
#comments .comment-list .children li .comment-body {
  border-top: 1px solid #eee;
}
#comments ol.children .comment-body {
    margin: 0 0 0px 90px;
}
#comments ol.children .comment-body cite {
    font-style: normal;
}
#comments ol.children .comment-body + ol.children .comment-body {
    margin: 0 0 0px 180px;
}
#comments ol.children .comment-body + ol.children .comment-body + ol.children .comment-body {
    margin: 0 0 0px 260px;
}
#comments ol.children .comment-body + ol.children .comment-body + ol.children .comment-body + ol.children .comment-body {
    margin: 0 0 0px 300;
}
.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 {
    border-top: 1px solid #eee;
}
.comment-author .says {
    display: none;
}
#comments .comment-list .reply {
    text-align: right;
    font-weight: 700;
}
#comments .comment-list .comment-meta {
    padding-left: 45px;
    margin-bottom: 12px;
}
#comments .comment-list .comment-meta a {
    color: #888;
}
.comment-author .fn {
    font-weight: 700;
}
.comment-author img.avatar {
    width: 33px;
    height: 36px;
    max-width: 33px;
    position: absolute;
    top: 30px;
    left: 0;
}
.comments-title, #reply-title {
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 27px;
}
.comments-title {
    margin: 0;
}
.comments-title span,
#reply-title span { 
    border-bottom: 1px solid #222;
    display: inline-block;
    margin-bottom: -1px;
    padding: 0 0 7px;
}
.comment-body .comment-author {
    display: table;
}
.comment-body .fn, .comment-body .avatar{
    display: table-cell;
    vertical-align: middle;
}
.comment-body .fn {
    color: #444;
    padding-left: 45px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    display: block;
    font-style: normal;
}
.comment-awaiting-moderation {
    padding: 0 0 0 450px;
}
.rtl .comment-awaiting-moderation {
    padding: 0 100px 0 0;
}
#commentform .comment-form-author {
    padding-left: 0;
}
#commentform .comment-form-url {
    padding-right: 0;
}
.rtl #commentform .comment-form-author {
    padding-left: 15px;
    padding-right: 0;
}
.rtl #commentform .comment-form-url {
    padding-right: 15px;
    padding-left: 0;
}
.comment-form .form-submit .submit {
    border: medium none !important;
    color: #222 !important;
    font-size: 13px !important;
    font-weight: 700;
    padding: 0 !important;
    background: transparent !important;
}
.cs-blog-item-style1 .cs-blog-info {
    color: #222;
    font-size: 11px;
    font-weight: normal;
    display: table;
    margin-top: -50px;
    padding-bottom: 5px;
}
.cs-blog-item-style1 .cs-blog-info ul {
    text-transform: uppercase;
}
.cs-blog-item-style1 .cs-blog-info .cs-date,
.cs-blog-item-style1 .cs-blog-info .cs-info {
    display: table-cell;
    vertical-align: bottom;
}
.cs-blog-item-style1 .cs-blog-info .cs-date {
    text-align: center;
}
.cs-blog-item-style1 .cs-blog-info .cs-info {
    padding-left: 30px;
    width: 100%;
}
.cs-blog-item-style1 .cs-blog-info .cs-info ul {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 3px;
}
.cs-blog-item-style1 .cs-blog-info .cs-date span:nth-child(1) {
    display: block;
    font-size: 66px;
    line-height: 55px;
    color: #222;
    font-weight: 700;
}
.cs-blog-item-style1 .cs-blog-info .cs-date span:nth-child(2) {
    display: block;
    font-size: 15px;
    color: #222;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 10px;
    padding: 0;
}
.cs-blog-item-style1 .cs-blog-info ul li a {
    color: #888;
}
.format-gallery .cs-blog-item-style1 .cs-blog-media {
    margin-top: 20px;
}
.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);
}
/*
================> [END] 3.1 Blog Single
*/

/*
================> [START] 3.2 Blog Category Basic Style 1
*/

.blog-classic-style1 .cs-blog .cs-blog-info {
    margin-top: 0;
}
.blog-classic-style1 .cs-blog h2.cs-hedding-title {
    font-size: 32px;
    line-height: 42px;
}
/*
================> [END] 3.2 Blog Category Basic Style 1
*/
/*
================> [START] 3.3 Blog Category Basic Style 2
*/
.cs-blogClass-style2 {
    border-top: 12px solid #f5f5f5;
    padding: 0 0 65px;
}
.cs-blogClass-style2 .cs-blogClass-left {
    text-align: right;
}
.cs-blogClass-style2 .cs-blogClass-date {
    background-color: #13151c;
    padding: 10px 10px 100px 10px;
    text-align: left;
}
.blog-classic-style2.blog-classic-style-light .cs-blogClass-date {
    background-color: #f5f5f5;
}
.blog-classic-style2.blog-classic-style-light .cs-blogClass-date span {
    color: #222 !important;
}
.cs-blogClass-style2 .cs-blogClass-date span:nth-child(1) {
    display: block;
    font-size: 66px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
}
.cs-blogClass-style2 .cs-blogClass-date span:nth-child(2) {
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 4px;
}
.cs-blogClass-style2 .cs-blogClass-info {
    color: #222;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px 15px;
}
.cs-blogClass-style2 .cs-blogClass-info ul li {
    margin: 0;
    line-height: 35px;
}
.cs-blogClass-style2 .cs-blogClass-info ul li a {
    color: #888;
}
.cs-blogClass-style2 .cs-blog {
    margin: 0;
    padding: 0;
    border: none;
}
.cs-blogClass-style2 .readmore a {
    margin: 0;
}
.cs-blogClass-style2 .cs-blog .cs-hedding-title {
    font-size: 32px;
    line-height: 36px;
    margin: 25px 0 30px;
}
.blog-classic-style2.sidebar-active-right #secondary{
    max-width: 270px;
}
.format-audio .cs-blogClass-style2 .cs-blog-meta,
.format-audio .cs-blogClass-style2 .cs-blog-content {
    padding: 0 15px;
}
.format-quote .cs-blogClass-style2 .cs-blog {
    padding: 15px;
}
/* Sidebar Left */
.blog-classic-style2.sidebar-active-left .cs-blogClass-style2 .cs-blogClass-left {
    float: right;
    text-align: left;
}
.blog-classic-style2.sidebar-active-left #secondary  {
    padding: 0 45px;
}
.blog-classic-style2.sidebar-active-left .left-wrap {
    background: #f5f5f5;
    padding: 0;
}
.blog-classic-style2.sidebar-active-left .content-wrap {
    padding-left: 45px;
}
.blog-classic-style2.sidebar-active-left #secondary:before {
    position: absolute;
    top: -3000px;
    width: 100%;
    background: #f5f5f5;
    content: "";
    height: 3000px;
    left: 0;
    z-index: -1;
}
.blog-classic-style2.sidebar-active-left .cs-blogClass-style2 .cs-blogClass-date {
    text-align: right;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .blog-classic-style2.sidebar-active-right #secondary {
        padding-right: 15px;
    }
    .blog-classic-style2.sidebar-active-left #secondary {
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .cs-blogClass-style2 .cs-blogClass-left,
    .cs-blogClass-style2 .cs-blogClass-right {
        padding: 0;
    }
}
@media (max-width: 767px) {
    #wrapper .cs-blogClass-style2 .cs-blogClass-left,
   #wrapper  .cs-blogClass-style2 .cs-blogClass-right {
        padding: 0 15px;
    }
    #wrapper .cs-blogClass-style2 .cs-blogClass-date {
        padding: 15px;
    }
    #wrapper .blog-classic-style2.sidebar-active-right #secondary, 
    #wrapper .blog-classic-style2.sidebar-active-left #secondary {
        max-width: 100%;
        padding: 0 15px;
    }
}
/*
================> [END] 3.3 Blog Category Basic Style 2
*/

/*
================> [START] 3.4 Blog Mansory
*/
.col1{
    width:100%;
    padding:10px 1.2% 1.2%;
}
.col2{
    width:49.5%;
    padding:10px 1.2% 1.2%;
}
.col3 {
    padding: 10px 1.2% 1.2%;
    width: 33%;
}
.col4{
    width:24.5%;
    padding:10px 1.2% 1.2%;
}
.col6{
    width:16.6%;
    padding:10px 1.2% 1.2%;
}
.cshero-masonry-post .cs-blog {
    border: 1px solid #e9e9e9;
    margin: 0 0 10px;
    padding: 0 0 30px;
}
.cshero-masonry-post .cs-blog .cs-blog-info {
    background: #f5f5f5;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 10px 15px;
    text-align: left;
}
.cshero-masonry-post .cs-blog .cs-blog-info li {
    margin: 0;
}
.cshero-masonry-post .cs-blog .cs-blog-title a {
    font-size: 20px;
}
.cshero-masonry-post .cs-blog .cs-blog-content,
.cshero-masonry-post .cs-blog .cs-blog-meta .cs-blog-title {
    padding: 0 10px;
}
.cshero-masonry-post .cs-blog .cs-blog-meta {
    padding: 0;
}
.cshero-masonry-post .cs-blog .cs-hedding-title {
    line-height: 26px;
    margin-top: 0;
}
.cshero-masonry-post .readmore {
    text-align: center;
}
.cshero-masonry-post .readmore .btn {
    font-size: 14px;
    padding: 10px 20px;
}
.cs-masonry-layout{
    overflow:visible!important;
}
/*
================> [ENd] 3.4 Blog Mansory
*/
.format-gallery .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
}
.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: 50%;
    -webkit-transform: translate(0px, -50%);
       -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
         -o-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    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: 32px;
    color: #fff;
}
.format-gallery .carousel-control.left span {
    left: 20px;
}
.format-gallery .carousel-control.right span {
    right: 20px;
}
.format-gallery .carousel-control.left span:before {
    content: "\f3d2";
    font-family: Ionicons;
}
.format-gallery .carousel-control.right span:before {
    content: "\f3d3";
    font-family: Ionicons;
}
#primary.blog-masonry,
#primary.blog-two-columns,
#primary.blog-timeline,
#primary.blog-medium-image,
#primary.blog-large-image{
    /*padding-top: 30px;*/
    padding-bottom: 30px;
}

/* ==========================================================================
    4. Portfolio Single
========================================================================== */
.single-portfolio .cs-portfolio-header {
    background-color: #12141b;
    position: relative;
}
#wrapper .cs-portfolio-header .cs-portfolio-thumbnail img {
    width: 100%;
}
.single-portfolio .cs-portfolio-header .cs-portfolio-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
}
.single-portfolio .cs-portfolio-header .cs-portfolio-details {
    padding: 55px 50px;
    color: #fff;
    -webkit-box-shadow: 0px 2px 1px rgba(255,255,255,0.2) inset;;
       -moz-box-shadow: 0px 2px 1px rgba(255,255,255,0.2) inset;;
        -ms-box-shadow: 0px 2px 1px rgba(255,255,255,0.2) inset;;
         -o-box-shadow: 0px 2px 1px rgba(255,255,255,0.2) inset;;
            box-shadow: 0px 2px 1px rgba(255,255,255,0.2) inset;;
}
.single-portfolio .cs-portfolio-header .cs-portfolio-category {
    margin-bottom: 18px;
    line-height: normal;
}
.single-portfolio .cs-portfolio-header .cs-portfolio-category a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.single-portfolio .cs-portfolio-header .cs-portfolio-intro {
    margin-bottom: 50px;
}
.single-portfolio .cs-portfolio-header .social-details {
    position: absolute;
    bottom: 45px;
}
.single-portfolio .cs-portfolio-header .social-details a {
    font-size: 21px;
    color: #fff;
    margin: 0 9px;
}
.single-portfolio .cs-portfolio-content {
    padding: 80px 0;
}
.single-portfolio .cs-portfolio-testimonial {
    padding: 110px 20% 110px 20%;
    text-align: center;
}
.single-portfolio .cs-portfolio-conclusion .container {
    padding: 80px 30px;
}
.single-portfolio .cs-portfolio-conclusion .feature {
    width: 100%;
}
.single-portfolio .cs-portfolio-similar-title {
    background-color: #000;
}
.single-portfolio .cs-portfolio-similar-title h3 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    padding: 55px 15px 60px 15px;
}
.single-portfolio .cs-gallery .item {
    width: 50%;
    float: left;
}
.single-portfolio .footer-top-arrow {
    display: none;
}
.single-portfolio .cs-portfolio-item.light .cs-portfolio-header,
.single-portfolio .cs-portfolio-item.light .cs-portfolio-similar-title {
    background-color: #e9e9e9;
}
.single-portfolio .cs-portfolio-item.light .cs-portfolio-header .cs-portfolio-title,
.single-portfolio .cs-portfolio-item.light .cs-portfolio-header .cs-portfolio-details,
.single-portfolio .cs-portfolio-item.light .cs-portfolio-header .social-details a,
.single-portfolio .cs-portfolio-item.light .cs-portfolio-header .cs-portfolio-category a,
.single-portfolio .cs-portfolio-item.light .cs-portfolio-similar-title h3 {
    color: #12141b;
}
/* ==========================================================================
    [END] 4. Portfolio Single
========================================================================== */
/* ==========================================================================
    5. Team Single
========================================================================== */
.cs-item-team .cs-team-media img {
    width: 100%;
}
.cs-item-team .cs-team-title h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}
.cs-item-team .cs-social a {
    font-size: 21px;
    color: #fff;
    margin: 0 9px;
}
.cs-item-team .cs-team-category {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}
.cs-item-team .cs-single-team-content .title-project {
    color: #12141b;
    font-size: 22px;
    font-weight: 700;
    padding: 0 15px;
    text-transform: uppercase;
}
.cs-item-team .cs-single-team-content {
    padding: 60px 0 40px;
}
.cs-item-team .cs-single-team-description {
    padding: 0 15px 60px 15px;
}
.cs-item-team.style1 .cs-social {
    text-align: right;
    padding-top: 20px;
}
.cs-item-team.style1 .cs-team-details {
    background-color: #12141b;
    padding: 60px 0;
}
/* Single Team Style 2 */
.cs-item-team.style2 .cs-single-team-inner {
    background-color: #12141b;
}
.cs-item-team.style2 .cs-team-details {
    padding: 55px 50px;
    position: relative;
}
.cs-item-team.style2 .cs-team-social {
    position: absolute;
    bottom: 50px;
}
.cs-item-team.style2 .cs-social li:first-child a {
    margin-left: 0;
}
/* Style Color */
.cs-item-team.style-light.style2 .cs-single-team-inner {
    background-color: #e9e9e9;
}
.cs-item-team.style-light.style2 .cs-team-title h3,
.cs-item-team.style-light.style2 .cs-team-category,
.cs-item-team.style-light.style2 .cs-social a {
    color: #12141b;
}
/* ==========================================================================
    [END] 5. Team Single
========================================================================== */

/* ==========================================================================
    6. Primary Styles
========================================================================== */
#primary.no_breadcrumb,
#primary.no_page_title {
    padding: 40px 0 0;
}
.single-post #primary.no_breadcrumb {
    margin: 190px 0 0;
}
.single-post #primary.no_breadcrumb .cs-blog-item-style1 .cs-blog-info {
    margin-top: -59px;
}
#primary .error-404 {
    margin-bottom: 60px;
}
#primary .error-404 .error_content h1 {
    font-size: 100px;
}
.single-post .cs-blog .cs-blog-info li.single-permalink {
    display: none;
}
/* ==========================================================================
    [END] 6. Primary Styles
========================================================================== */

/* ==========================================================================
    7. Sidebar Styles
========================================================================== */
/*
================> [START] 7.1 Sidebar Blog
*/
.csbody .primary-sidebar {
    font-weight: 400;
    font-size: 13px;
}
.primary-sidebar > [class*="widget_"], .primary-sidebar > [class^="widget_"], .primary-sidebar > .widget {
    margin-bottom: 90px;
    padding-bottom: 25px;
    border-bottom: 4px solid #e9e9e9;
}
.primary-sidebar [class*="widget_"]:first-child, .primary-sidebar [class^="widget_"]:first-child, .primary-sidebar .widget {
    margin-top: 0;
}
.primary-sidebar ul, [class*="widget-"] ul, [class^="widget-"] ul  {
    list-style: none;
    padding: 0;
    margin: 0;
}
.primary-sidebar .wg-title,
.cs-carousel-product .cs-title {
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
    font-weight: 700;
}
.primary-sidebar h3.wg-title span,
.cs-carousel-product .cs-title span {
    border-bottom: 1px solid #222;
    display: inline-block;
    margin-bottom: -1px;
    padding: 0 0 7px;
}
.primary-sidebar ul ul.children,
.primary-sidebar ul ul.sub-menu {
    padding-left: 15px;
}
.primary-sidebar ul li {
    line-height: 28px;
}
.primary-sidebar .cs-recent-post-v1 ul li,
.primary-sidebar .widget_recent_comments ul li {
    line-height: 18px;
}
.primary-sidebar .widget_categories ul li,
.primary-sidebar .widget_archive ul li,
.primary-sidebar .widget_meta ul li {
    line-height: 34px;
}
.widget_tag_cloud .wg-title {
    margin-bottom: 37px;
}
.widget_calendar caption,
.widget_calendar thead th {
    font-family: 'Novecentowide-Bold';
}
.widget_calendar #wp-calendar .pad:hover {
    background: transparent;
}
/*** Hover Link Sidebar ***/
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover {
    padding-left: 10px;
}
/*** Recent comments **/
.widget_recent_comments ul li,
.cs-recent-post-v1 ul li  {
    margin-bottom: 15px;
    font-size: 12px;
}
.widget_recent_comments ul li:last-child {
    margin-bottom: 0;
}
.widget_recent_entries ul li{
    margin-bottom: 10px;
}
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.cs-recent-post-v1 ul li a {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    display: block !important;
}
/** 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;
}
.tagcloud a:hover {
    color: #fff !important;
}
/*** Widget Calendar ***/
.widget_calendar caption, .widget_calendar th, .widget_calendar td {
    text-align: center;
}
.widget_calendar td {
    padding: 6px;
}
.widget_calendar td:hover {
    color: #fff;
}
.widget_calendar #prev {
    text-align: left;
} 
.widget_calendar #prev:hover,
.widget_calendar #next:hover {
    background: transparent !important;
}
/**** Search Form ****/
.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;
}
.widget_rss ul li {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.widget_rss .rsswidget,
.widget_rss .rss-date {
    font-weight: 700;
    text-transform: uppercase;
}
.widget_rss .rsswidget::after {
    content: "-";
    padding-left: 8px;
    padding-right: 5px;
}
.widget_rss .rssSummary {
    margin: 10px 0;
}
.widget_rss cite {
    font-style: italic;
    font-weight: 700;
}
/*
================> [ENd] 7.1 Sidebar Blog
*/

/*
================> [START] 7.2 Hidden Sidebar
*/
#wrapper {
    -webkit-transition: all 0.53s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
       -moz-transition: all 0.53s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
         -o-transition: all 0.53s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
        -ms-transition: all 0.53s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
            transition: all 0.53s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
}
.meny-right .meny-sidebar {
    background: #222;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0;
    visibility: hidden;
    z-index: 999;
    padding: 30px;
    width: 270px;
    -webkit-transition: all 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
       -moz-transition: all 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
         -o-transition: all 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
            transition: all 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
}
.csbody.meny-right.right_sidebar_opened .meny-sidebar {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
       -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
         -o-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
}
.meny-right.admin-bar .meny-sidebar {
    top: 32px;
}
.meny-right .meny-sidebar ul.cs-social li {
    display: inline-block;
}
.meny-right .meny-sidebar ul li {
    line-height: 32px;
    -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-right .meny-sidebar ul li a {
    font-size: 14px;
    display: block;
}
.meny-right .meny-sidebar .wg-title {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    margin: 0 0 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.meny-right .meny-sidebar .wg-title,
.meny-right .meny-sidebar ul li a:hover {
    color: #fff;
}
.meny-right .meny-sidebar ul li a {
    color: #818181;
}
.meny-right .meny-sidebar .cs_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.meny-right .meny-sidebar .cs_close i {
    background-image: url("../images/close_side_menu.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    line-height: 13px;
    position: absolute;
    right: 25px;
    top: 29px;
    width: 13px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
.meny-right .meny-sidebar .cs_close:hover i {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.meny-right .meny-sidebar [class*="widget_"] {
    position: relative;
    z-index: 1;
}
.meny-right .meny-sidebar .primary-hidden-sidebar {
    margin-top: 0;   
    text-align: left;
    height: 100vh;
}
.meny-right .hidden-sidebar-text span i {
    font-style: italic;
}
.meny-right .hidden-sidebar-text span:before {
    padding-right: 4px;
    font-size: 20px;
    font-style: normal;
}
.meny-right .meny-sidebar-wrapper {
    padding-top: 20px;
}
.cshero-hidden-sidebar i, .cshero-menu-mobile a i {
    font-size: 20px;
}
.cshero-hidden-sidebar .cs_open {
    font-size: 16px;
}
.menu-menu-hidden-sidebar-container ul li a {
    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: translateX(15px);
       -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
         -o-transform: translateX(15px);
            transform: translateX(15px);
}
.menu-menu-hidden-sidebar-container ul li.open a {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
}
.primary-hidden-sidebar [class*="widget_"] {
    margin: 0 0 30px;
}
.widget_cs_social_widget ul li {
    margin-right: 15px;
}
.widget_cs_social_widget ul li a i {
    font-size: 17px;
}
.widget_cs_social_widget ul li a:hover i {
    color: #fff;
}
#header-top .widget_cs_social_widget ul li a:hover i {
    color: inherit;
}
.header-v2 .widget_cs_social_widget ul li {
    margin-right: 0;  
}
.header-v2 .widget_cs_social_widget ul li + li {
    margin-left: 10px;  
}
.header-v2 .widget_cs_social_widget ul li a i {
    font-size: 26px;
}
.header-v2 .searchform {
    margin: 0;
}
.header-v2 .searchform::before {
    color: #fff;
    top: 6px;
}
.header-v2 .searchform input[type="text"] {
    background-color: rgba(255,255,255,0.17);
    border: none;
    height: 40px;
    max-width: 278px;
    float: right;
    font-size: 14.4px;
    color: #fff;
}
.header-v2 .cshero-header-content-widget1 .cshero-header-content-widget-inner {
    margin-top: 0;
}
/*
================> [ENd] 7.2 Hidden Sidebar
*/
/* ==========================================================================
    [END] 7. Sidebar Styles
========================================================================== */

/* ==========================================================================
    8. Footer Styles
========================================================================== */
/*
================> [START] 8.1 Footer Top
*/
#footer-top {
    font-weight: normal;
    position: relative;
}
#footer-top .footer-border-top-image {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
#footer-top .footer-border-top-image img {
    width: 100%;
}
#footer-top .footer-border-top-image .footer-top-arrow {
    border-top-color: #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: inherit;
    top: 0;
    border-style: solid;
    border-width: 20px 55px 0;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 38px;
    z-index: 2;
}
#footer-top .no-container,
#footer-bottom .no-container{
    padding-left: 15px;
    padding-right: 15px;
}
.single-team .footer-border-top-image .footer-top-arrow {
    display: none;
}
/*---- 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 .wg-title {
    font-weight: 700;
    margin: 0px 0 14px;
}
#footer-top .subtitle {
    display: block;
    font-weight: bold;
}
#footer-top .line-footer {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #494c54;
    margin: 23px 0;
}
/* Tags */
#footer-top .tagcloud a {
    border: 1px solid #494c54;
    background-color: transparent;
    color: #494c54;
    text-transform: uppercase;
}
#footer-top .tagcloud a:hover {
    color: #fff;
}
/* Archive */
#footer-top .widget_archive ul li {
    line-height: 50px;
    border-bottom: 1px solid #494c54;
}
#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;
}
#cs-bottom-wrap [class*="bottom-top"] {
    min-height: 0;
}
.tweets-container ul {
    padding: 0;
}
.tweets-container ul li {
    margin: 0 0 15px;
    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 {
    color: #222;
    margin: 0;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}
.tweets-container ul li .jtwt_tweet_text a {
    font-weight: 700;
    display: inline;
}
.tweets-container ul li .jtwt_tweet_text a:hover {
    color: #222;
}
.tweets-container ul li .jtwt_date {
    display: block;
    text-align: left;
    color: #888;
}
.hidden-menu-widget-col {
    margin-bottom: 35px;
}
.hidden-menu-widget-col:last-child {
    margin-bottom: 0;
}
.ft_flickr_widget .flickr_badge_image {
    margin: 0;
    padding: 3px;
    max-width: 33.3%;
    width: 100%;
    height: 100%;
    float: left;
}
.ft_flickr_widget .flickr_badge_image a {
    display: block;
}
.ft_flickr_widget .flickr_badge_image a img {
    width: 100%;
}
/*** Get Touch ***/
.getTouch, .getTouchSidebar {
    padding: 0;
    margin: 0;
    list-style: none;
}
.getTouch > li, .getTouchSidebar > li {
    line-height: 20px;
    margin-bottom: 30px;
    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;
}
.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;
}
.getTouch.box-v2 li {
    line-height: 26px;
    margin-bottom: 20px;
}
.getTouch.box-v2 li i {
    font-size: 20px;
    top: 5px;
}
/** Time Footer **/
.business-time {
    margin-top: 20px !important;
}
.business-time li {
    border-bottom: 1px dashed #292929;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.business-time li:last-child {
    border-bottom: none;
}
.business-time span {
    font-weight: 700;
    float: right;
}
/**** 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; 
}
/*
================> [END] 8.1 Footer Top
*/

/*
================> [START] 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;
}

/*
================> [END] 8.2 Footer Bottom
*/
/* ==========================================================================
    [END] 8. Footer Styles
========================================================================== */

/* ==========================================================================
    [START] 9. Element and Custom Row VC
========================================================================== */
/*
================> [START] 9.1 Element Form
*/
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;
}
/*================== 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"],
textarea {
    outline: none;
    height: 38px;
    line-height: 38px;
    padding: 5px 14px;
    display: inline-block;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
}
textarea {
    height: 176px;
}
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: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%;
    border:1px solid #eee;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #372f2b;
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #372f2b;
    opacity: 1;
}
input::-webkit-placeholder, textarea::-webkit-placeholder {
    color: #372f2b;
    opacity: 1;
}
input::-o-placeholder, textarea::-o-placeholder {
    color: #372f2b;
    opacity: 1;
}
input::-ms-placeholder, textarea::-ms-placeholder {
    color: #372f2b;
    opacity: 1;
}
.header-v2 #cshero-header input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.header-v2 #cshero-header input::-webkit-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
.header-v2 #cshero-header input::-ms-placeholder {
    color: #fff;
    opacity: 1;
}
.header-v2 #cshero-header input::-o-placeholder {
    color: #fff;
    opacity: 1;
}
/*================== End Style Input ================*/
/*================== To Top ================*/
.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;
}
.back_to_top.off{}
.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
========================================================================== */
.tp-leftarrow.tparrows.round, .tp-rightarrow.tparrows.round {
    background: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    top: 50% !important;
    -webkit-transform: translate(0px, -50%);
       -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
         -o-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    -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;
}
.tp-leftarrow.tparrows.round:hover, 
.tp-rightarrow.tparrows.round:hover {
    height: 65px;
    width: 65px;
    line-height: 65px;
}
.tp-leftarrow.round .tp-arr-allwrapper:before, 
.tp-rightarrow.round .tp-arr-allwrapper:before {
    font-family: FontAwesome;
    font-size: 40px;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.tp-rightarrow.round .tp-arr-allwrapper:before {
    content: "\f105";
}
.tp-leftarrow.round .tp-arr-allwrapper:before {
    content: "\f104";
}
.tp-leftarrow.tparrows.navbar, 
.tp-rightarrow.tparrows.navbar {
    width: 70px;
    height: 70px;
    background: url(../images/navbar-left.png) no-repeat center center transparent;
}
.tp-rightarrow.tparrows.navbar {
    background: url(../images/navbar-right.png) no-repeat center center transparent;
}
.tp-leftarrow.tparrows.navbar:hover, 
.tp-rightarrow.tparrows.navbar:hover {
    height: 70px;
    width: 70px;
}
.tp-leftarrow.navbar .tp-arr-allwrapper:before {
    content: "";
}
.tp-rightarrow.navbar .tp-arr-allwrapper:before {
    content: "";
}
.csbody .tp-bullets.simplebullets,
.csbody .bullets-active .tp-bullets.hesperiden {
    background: transparent;
    margin: 0;
    position: absolute;
    border: none;
    bottom: 30px !important;
    min-height: 15px;
    height: 15px;
    opacity: 1 !important;
    bottom: 19px !important;
    visibility: visible !important;
}
.csbody .tp-bullets.simplebullets .bullet,
.csbody .bullets-active .tp-bullets.hesperiden .tp-bullet {
    height: 10px;
    width: 10px;
    background: #067a92 !important;
    margin: 0 5px;
    position: relative;
    border: none;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.csbody .tp-bullets.simplebullets .bullet:before,
.csbody .bullets-active .tp-bullets.hesperiden .tp-bullet:before {
    border: 1px solid transparent;
    border-radius: 100%;
    content: "";
    height: 18px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 18px;
}
.csbody .tp-bullets.simplebullets .bullet:hover:before,
.csbody .bullets-active .tp-bullets.hesperiden .tp-bullet:hover:before,
.csbody .tp-bullets.simplebullets .bullet.selected:before,
.csbody .bullets-active .tp-bullets.hesperiden .tp-bullet.selected:before {
    border: 1px solid #fff;
}
.csbody .tp-bullets.simplebullets .bullet:nth-child(2),
.csbody .bullets-active .tp-bullets.hesperiden .tp-bullet:nth-child(2) {
    background: #6e9b5b !important;
}
.csbody .tp-bullets.simplebullets .bullet:nth-child(3),
.csbody .bullets-active .tp-bullets.hesperiden .tp-bullet:nth-child(3) {
    background: #b09a37 !important;
}
.csbody .tp-bullets.simplebullets .bullet:nth-child(4),
.csbody .bullets-active .tp-bullets.hesperiden .tp-bullet:nth-child(4) {
    background: #924238 !important;
}
.csbody .tp-bullets.simplebullets .bullet:nth-child(5),
.csbody .bullets-active .tp-bullets.hesperiden .tp-bullet:nth-child(5) {
    background: #916b96 !important;
}
.csbody .tp-bullets.simplebullets .bullet:nth-child(6),
.csbody .bullets-active .tp-bullets.hesperiden .tp-bullet:nth-child(6) {
    background: #6e9b5b !important;
}
.rev_slider_wrapper.bullets-active:before, .bullets-active .rev_slider_wrapper:before {
    height: 0;
    width: 0;
    content: "";
    border-width: 70px 137px 70px 137px;
    border-color: transparent transparent #13151c;
    position: absolute;
    border-style: solid;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 99;
}
.csbody .bullets-active .tp-bullets.hesperiden {
    width: 150px !important;
    height: 22px !important;
    text-align: center;
}
.csbody .bullets-active .tp-bullets.hesperiden .tp-bullet {
    position: relative;
    display: inline-block;
    top: 0;
    left: auto !important;
}
.bullets-active .rev_slider_wrapper:before  {
    border-color: transparent transparent #fff;
}
.csbody .bullets-active .tp-bullets.hesperiden .tp-bullet:hover:before,
.csbody .bullets-active .tp-bullets.hesperiden .tp-bullet.selected:before {
    border: 1px solid #13151c;
}
.csbody .bullets-active .rev_slider_wrapper {
    z-index: inherit !important;
}
/*================== 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 {
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
    width: 100%;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.newsletter .newsletter-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: none !important;
    border: none;
    text-indent: -9999px;
    height: 30px;
    width: 30px;
    padding: 0;
    opacity: 0;
}
.newsletter .newsletter-submit:focus, .newsletter .newsletter-submit:hover  {
    background: none !important;
    border: none !important;
    opacity:0;
}
.newsletter form:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 17px;
    color: #ccc;
    position: absolute;
    top: 2px;
    right: 5px;
}
.woocommerce .page-title {
    text-transform: uppercase;
}

/* carousel-control */
.carousel-control span{
    position: absolute;
    top: 50%;
    margin-top: -5px;
}
.carousel-inner > .item{
    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;
}
/* 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;
}
/*
================> [END] 9.1 Element Form
*/

/*
================> [START] 9.2 Reset Row VC
*/
.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 */ 
.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%);
}
.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*/
.wpb_row, .wpb_content_element, 
ul.wpb_thumbnails-fluid > li, 
.last_toggle_el_margin, .wpb_button {
    margin-bottom: 0 !important;
}
.wpb_row{
    margin-left: -15px;
    margin-right: -15px;
}
.fp-tableCell .wpb_row{
    margin-left: 0;
    margin-right: 0;
}
.csrow-2color {
    position: relative;
}
.csrow-2color .bg-color-left,
.csrow-2color .bg-color-right {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
.csrow-2color .bg-color-right {
    left: inherit;
    right: 0;
}
.csrow-colno-padding .no-container.cs-row-fullwidth {
    margin: 0 15px;
}
.fp-tableCell .no-container > .wpb_column {
    padding: 0;
}
/*
================> [END] 9.2 Reset Row VC
*/
/* ==========================================================================
    [END] 9. Element and Custom Row VC
========================================================================== */
/* ==========================================================================
    Start Shop Widget
========================================================================== */
.woocommerce-page .widget_cart_search_wrap {
    display: block;
}
.widget_cart_search_wrap .widget_searchform_content {
    display: block;
}
#header-top .shopping_cart_dropdown {
    position: absolute;
    width: 100%;
    max-width: 450px;
    max-height: 450px;
    overflow: auto;
    background: #fff;
    top: 37px;
    left: 0;
    z-index: 1;
    display: none;
    padding: 15px;
    border-bottom: 4px solid #222;
    color: #888;
    font-weight: normal;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}
#header-top .shopping_cart_dropdown.active {
    display: block;
}
#header-top .shopping_cart_dropdown a {
    color: #222;
}
#header-top a.icon_cart_wrap {
    display: block;
    text-align: right;
}
#header-top a.icon_cart_wrap i {
    margin-left: 10px;
}
#header-top .shopping_cart_dropdown_inner li.cart-list {
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#header-top .shopping_cart_dropdown_inner li.cart-list img {
    margin-right: 10px;
    margin-left: 0;
    width: 60px;
    height: 60px;
    float: left;
    border: 1px solid #ddd;
}
#header-top span.quantity {
    display: block;
    width: 100%;
    color: #888;
    font-weight: 400;
}
#header-top span.total {
    line-height: 40px;
    color: #888;
    font-weight: 400;
}
#header-top .cart-title-product a {
    display: inline;
    font-weight: 700;
}
#header-top .shopping_cart_dropdown_inner li a {
    color: #222;
    padding: 0;
    display: block;
}

#header-top .header-top-2 a.icon_cart_wrap {
    margin: 15px 0 0;
    text-align: center;
}
.widget_searchform_content form input[type="submit"] {
    background-image: url(../images/shop-search-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.header-v5 .cshero-header-content-widget form input[type="submit"] {
    background-image: url(../images/shop-search-icon.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity: 1!important;
}
.cshero-header-content-widget1 .cshero-header-content-widget-inner {
    margin-top: 6px;
}

/* ==========================================================================
    End Shop Widget Top
========================================================================== */
/* ==========================================================================
    Page Shop
========================================================================== */
/*** Footer social **/
.social-style1 ul.cs-social li {
    margin-right: 13px;
}
.social-style1 ul.cs-social li a {
    background: #a8a8a8;
    border-radius: 100%;
    height: 27px;
    width: 27px;
    -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;
}
.social-style1 ul.cs-social li a i {
    color: #fff !important;
    font-size: 15px;
}
.social-style1 ul.cs-social li a:hover {
    background: #000000;
}
.size-small .wpcf7-form.contact-style-1 input[type="email"], 
.size-small .wpcf7-form.contact-style-1 input[type="text"], 
.size-small .wpcf7-form.contact-style-1 textarea {
    font-size: 16px;
}

/* VC Arrow */
.row-arrow {
    position: relative;
}
.cms-row-arrow {
  border-style: solid;
  border-width: 20px 55px 0;
  bottom: 0;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 38px;
}
.row-arrow-top .cms-row-arrow {
    bottom: inherit;
    top: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 101;
}
.row-arrow-top .cms-row-arrow:hover {
  cursor: pointer;
}
.row-arrow-bottom .cms-row-arrow {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.row-arrow-bottom .cms-row-arrow:hover {
  cursor: pointer;
}
/* Loading */
#cs_loader {
    top: 0;
}
#cs_loader_process {
    display: none;
}
.infinity #cs_loader_process {
    color: #13151c;
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-top: -75px;
    text-align: center;
}
.infinity .svg-ld {
    position: static !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
}
.infinity .logo-page-loading {
    clear: both;
    display: block;
    margin: auto auto -20px auto;
    max-width: 200px;
}
/* Fix Animation */ 
.wpb_fade-in.wpb_start_animation,
.wpb_scale-up.wpb_start_animation{
    opacity: 1;
}
/* Home Corporate */
.csbody.home-corporate .footer-top-1 img.show,
.csbody.home-agency .footer-top-1 img.show,
.csbody.home-light .footer-top-1 img.show {
    display: none !important;
}
.csbody.home-corporate .footer-top-1 img.hide,
.csbody.home-agency .footer-top-1 img.hide,
.csbody.home-light .footer-top-1 img.hide {
    display: block !important;
}
.admin-bar.wpb-js-composer .entry-footer {
    display: none;
}
/* Demo Landing Page */
.item-demo-image {
    position: relative;
}
.item-demo-image .item-demo {
    height: auto;
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: 3;
}
.item-demo-image .item-demo img {
    -webkit-width: -webkit-calc(100% - 52px);
    -moz-width: -moz-calc(100% - 52px);
    width: calc(100% - 52px);
    left: 25px;
    position: relative;
    top: 1px;
}
.item-demo-image .demo-overlay {
    background: rgba(23,145,175,0.8);
    display: block;
    height: 100%;
    left: 25px;
    position: absolute;
    top: 1px;
    width: 100%;
    -webkit-width: -webkit-calc(100% - 52px);
    -moz-width: -moz-calc(100% - 52px);
    width: calc(100% - 52px);
    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;
}
.item-demo-image .more-demo {
    height: 50px;
    position: absolute;
    text-align: center;
    top: 30px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    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: translate3d(0px, 60px, 0px);
       -moz-transform: translate3d(0px, 60px, 0px);
        -ms-transform: translate3d(0px, 60px, 0px);
         -o-transform: translate3d(0px, 60px, 0px);
            transform: translate3d(0px, 60px, 0px);
}
.item-demo-image .btn-demo,
.item-demo-image .btn-demo:focus {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 18px;
    position: relative;
    z-index: 9;
}
.item-demo-image .btn-demo:hover {
    color: #1baace;
    background-color: #fff;
}
.item-demo-image .item-demo-bg {
    position: relative;
    z-index: 1;
}
.item-demo-image:hover .more-demo {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
       -moz-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
         -o-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
}
.item-demo-image:hover .demo-overlay {
    opacity: 1;
}
/* Border Fixed - Body */
.border-html-fixed {
    margin-top: 30px;
}
.border-body-fixed {
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
.border-body-fixed .body-line.line-top,
.border-body-fixed .body-line.line-bottom {
    background-color: #fff;
    height: 30px;
    width: 100%;
    position: fixed;
    display: block;
    z-index: 9999999;
}
.border-body-fixed .body-line.line-top {
    top: 0;
    left: 0;
    right: 0;
}
.border-body-fixed .body-line.line-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}
.border-body-fixed .body-line.line-left,
.border-body-fixed .body-line.line-right {
    background-color: #fff;
    width: 30px;
    height: 100%;
    position: fixed;
    display: block;
    z-index: 9999999;
}
.border-body-fixed .body-line.line-left {
    left: 0;
    top: 0;
}
.border-body-fixed .body-line.line-right {
    right: 0;
    top: 0;
}
.border-body-fixed .back_to_top {
    right: 40px;
}
.border-body-fixed .back_to_top.on {
    bottom: 40px;
}
.border-body-fixed #cshero-header {
    top: 30px;
     -webkit-width: -webkit-calc(100% - 60px);
    -moz-width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
}
.border-body-fixed.meny-right .meny-sidebar {
    top: 30px;
    right: 30px;
}
.border-html-fixed #wpadminbar {
    z-index: 9999999999;
}
.sidebar-active-right .right-wrap {
    padding-left: 0;
}
.sidebar-active-right #secondary,
.sidebar-active-left #secondary {
    position: relative;
}
.sidebar-active-right #secondary:before {
    height: 100%;
    position: fixed;
    top: 0;
    width: 9999999px;
    content: "";
    background-color: #f5f5f5;
    z-index: -1;
}
.sidebar-active-right #primary-sidebar {
    padding-left: 45px;
}
.sidebar-active-right .content-wrap {
    padding-right: 45px;
}
/* Same Height */
.as-column.exo-same-height .wpb_column,
.as-column.exo-same-height .wpb_single_image .wpb_wrapper {
    overflow: hidden;
}
.as-column.exo-same-height .wpb_single_image .vc_single_image-wrapper {
    max-width: inherit;
    display: inherit;
    width: 112%;
}
.as-column.exo-same-height .wpb_single_image img {
    width: 100%;
}
.post-password-form [type*="submit"] {
    background: transparent none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #222 !important;
    font-size: 13px !important;
    font-weight: 700;
    padding: 0 !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
/* Full Page */
.fp-table {
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.fp-table.frist > .fp-tableCell > .wpb_row {
    display: table;
    width: 100%;
}
.fp-table.frist > .fp-tableCell > .wpb_row > .wpb-row-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
[class*="fp-viewing-"] #cshero-header, [class^="fp-viewing-"] #cshero-header {
    z-index: 99;
}
body.cs-row-navigation {
    margin-top: 0;
}
@media (min-width:768px) {
    .csrow-colno-padding .wpb_column, 
    .csrow-colno-padding .vc_column-inner {
        padding: 0 !important;
    }
}
.widget_ns_mailchimp p {
    color: #fff;
}
.widget_ns_mailchimp label {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
}   
.widget_ns_mailchimp input[type="text"],
.widget_ns_mailchimp input[type="email"] {
    width: 100%;
}