﻿/*------------------------------------------------------------------
[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;
}



h1, h2, h3, h4, h5, h6 {
    margin: 10px 25px;
}
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: 100%;
}
/*
================> Font Face
*/
@font-face {
    font-family: 'Novecentowide-Bold';
    src: url('../fonts/Novecentowide-Bold.html');
    src: url('../fonts/Novecentowide-Boldd41d.html?#iefix') format('embedded-opentype'),
         url('../fonts/Novecentowide-Bold-2.html') format('woff'),
         url('../fonts/Novecentowide-Bold-3.html') format('truetype'),
         url('../fonts/Novecentowide-Bold-4.html#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,

/*** 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;
}


#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;
}


}
/* ==========================================================================
    [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: 7px 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;
}


/*================== 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: 150px;
}

.qu
{
    height:65px;
}

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.html) no-repeat center center transparent;
}
.tp-rightarrow.tparrows.navbar {
    background: url(../images/navbar-right.html) 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 {
    background: transparent;
    margin: 0;
    position: absolute;
    border: none;
    bottom: 30px !important;
    min-height: 15px;
    height: 15px;
    opacity: 1 !important;
    bottom: 19px !important;
}
.csbody .tp-bullets.simplebullets .bullet {
    height: 10px;
    width: 10px;
    background: #067a92 !important;
    margin: 0 5px;
    position: relative;
    -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 {
    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 .tp-bullets.simplebullets .bullet.selected:before {
    border: 1px solid #fff;
}
.csbody .tp-bullets.simplebullets .bullet:nth-child(2) {
    background: #6e9b5b !important;
}
.csbody .tp-bullets.simplebullets .bullet:nth-child(3) {
    background: #b09a37 !important;
}
.csbody .tp-bullets.simplebullets .bullet:nth-child(4) {
    background: #924238 !important;
}
.csbody .tp-bullets.simplebullets .bullet:nth-child(5) {
    background: #916b96 !important;
}
.csbody .tp-bullets.simplebullets .bullet:nth-child(6) {
    background: #6e9b5b !important;
}
.rev_slider_wrapper.bullets-active: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;
}
/*================== 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.html) 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.html);
    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.html) !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 {
        padding: 0;
    }
}