 /*
 Theme Name: primestudio
 Theme URI: http://themeforest.net/user/0effortthemes/portfolio
 Author: 0effortthemes Team
 Author URI: http://0effortthemes.com/
 Description: Our theme is clean, blog-focused, and designed for clarity.
 Version: 1.0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:  two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 Text Domain: primestudio

 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 */

 /* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/* body */
  /* 01 - All demo elements styling customization 
     1.1 - Default VC footer element style modification
     1.2 - Salon Demo widget area style modification
     1.3 - Salon Demo contact section of footer area style modification
     1.4 - Menu Customization
     1.5 - Salon Cart page style
     1.6 - Mega menu styling
  */



/*PREDEFINED FOOTER SHOULD NOT HAVE ANY PADDING*/
.widget-footer-wrapper.predefined-footer-area {
    padding: 0;
}
ul.uavc-list {
    list-style: none;
    padding: 0;
}

/*PREDEFINED HEADER SHOULD NOT HAVE ANY PADDING*/
#masthead.predefine-header-layout {
    padding:0;
}
/*CSS FOR DEFAULT VC ELEMENT (SOUVIK)*/
ul.footer-menu-salon li {
    display: inline-block;
    margin: 0 5px;
    font-size: 11px;
    color:#9196a6;
}
ul.footer-menu-salon li a{
    color:#9196a6;
    font-weight: 500;
    font-family: Roboto;
}
ul.footer-menu-salon.with-popular-brands li a {
    color: #1c2846;
}
ul.footer-menu-salon {
    width: 100%;
    text-align: center;
    padding-left: 0;
}
/*======CUSTOM CSS FOR DEFAULT WIDGET(SALON)======*/
.wpb_wrapper .widget {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.salon-demo-footer li a {
    color: #535353;
    text-transform: uppercase;
}

.salon-demo-footer .widget li a:hover {
    color: #ff2e4e;
}

.salon-demo-footer ul li:before {
    background: #535353;
}

.salon-demo-footer ul li:hover:before {
    background: #ff2e4e;
}
/*==tag cloude===*/
.salon-demo-footer .widget .tagcloud a {
    margin: 3px 0px;
    color: #545454;
    font-size: 15px !important;
    letter-spacing: 1px;
    border-color: rgba(83, 83, 83, 0.51);
}

.salon-demo-footer .widget .tagcloud a:hover {
    color: #fff;
    border-color: rgba(83, 83, 83, 0.0);
    background-color: #ff2e4e;
}
/*============== FOOTER CONTACT FORM (SALON) =====================*/
.salon-footer-contact-form input {
    border: none;
    display: inline-block;
    letter-spacing: 2px;
    margin: 0 20px;
    padding: 10px;
    font-size: 13px;
    border-bottom: 1px solid;
}

.salon-footer-contact-form input:focus {
    border: none;
    outline: -webkit-focus-ring-color auto 0px;
    border-bottom: 1px solid;
}

.salon-footer-contact-form {
    text-align: center;
}

.salon-footer-contact-form .salon-footer-contact-submit {
    background: none;
    border: none;
    margin-top: 30px;
    transition: all 0.4s;
    margin-right: 0;
    margin-left: 0;
}

.salon-footer-contact-form .salon-footer-contact-submit:hover {
    letter-spacing: 3px;
    transition: all 0.4s;
}

.salon-footer-contact-form .mesaage input {
    width: 45%;
}

.salon-footer-contact-form span.ajax-loader {
    display: none;
}

.salon-footer-contact-form > .wpcf7-form-control-wrap {
    display: inline-block;
    margin: 0 20px;
}

.salon-footer-contact-form .mesaage input {
    width: 100%;
}

.salon-footer-contact-form .salon-footer-contact-submit {
    color: #271f3a;
}

.salon-footer-contact-form .salon-footer-contact-submit:hover {
    border: none;
}

/*=======Footer post list (Salon) ==========*/
.salon-footer-post-list {
    padding-bottom: 0 !important;
    text-transform: uppercase;
}

.salon-footer-post-list .vc_gitem-post-data-source-post_title {
    letter-spacing: 2px;
}

#masthead.predefine-header-layout {
    padding: 0;
    box-shadow: none;
}
/*===========ADD CSS FOR REMOVE THE CONTENTS TOP AND BOTTOM PADDING===*/
.remove-padding{padding: 0;}

.overlapped-header:not(.fixed-menu){
    position:absolute;
    width:100%;
    z-index: 9;
}

/* menu from right */
.main-navigation.slide-from-right {
	top: 0;
	right: -100%;
	transition: right 0.3s ease;
}

.main-navigation.slide-from-right.mobile-nav {
	right: 0;
}
/* menu from left */
.main-navigation.slide-from-left {
	top: 0;
	left: -100%;
	transition: left 0.3s ease;
}

.main-navigation.slide-from-left.mobile-nav {
	left: 0;
}
/* menu from top */
.main-navigation.slide-from-top {
	top: -100%;
	left: 0;
	transition: top 0.3s ease;
}

.main-navigation.slide-from-top.mobile-nav {
	top: 0;
}
/* menu from top */
.main-navigation.slide-from-bottom {
	bottom: -100%;
	left: 0;
	transition: bottom 0.3s ease;
}

.main-navigation.slide-from-top.mobile-nav {
	bottom: 0;
}
/* menu from center */
.main-navigation.slide-from-bottom {
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.main-navigation.slide-from-top.mobile-nav {
	opacity: 1;
}

/**** ADDED BY KAUSTAVI *****/


.mobile-nav .close_menu {
   cursor: pointer;
   float: right;
   height: 50px;
   margin-top: -25px;
   position: relative;
   width: 50px;
}
.mobile-nav .close_menu:before, .mobile-nav .close_menu:after {
   content: '';
   display: block;
   height: 2px;
   left: 0;
   opacity: 0;
   position: absolute;
   width: 100%;
}
.mobile-nav .close_menu:after {
   animation: show-after-rotate 0.2s linear 0.3s;
   background: #ffffff;
   bottom: 27px;
   opacity: 1;
   transform: rotate(-45deg);
}

.mobile-nav .close_menu:before {
   animation: show-before-rotate 0.2s linear 0s;
   background: #ffffff;
   opacity: 1;
   top: 20px;
   transform: rotate(45deg);
}




@media screen and (max-width: 767px) {
 .hbk-appn-btn_align {    
   text-align: right !important;
 }
 .salon-logo {    
   max-width: 62px !important;
 }
 .overlapped-header:not(.fixed-menu) {    
   position: relative;
 }
 .red-salon--right {    
   float: right;
 }
}

.salon-footer-contact-form input[type="email"]::placeholder,.salon-footer-contact-form input[type="text"]::placeholder {
    font-family: Poppins;
    font-size: 11px;
    letter-spacing: 4px;
}
@media (min-width:980px){
    .ze-spl-product-add-to-cart .button {
        border-radius: 0 !important;
        padding: 25px 70px !important;
        font-family: Poppins;
        letter-spacing: 2px;
        font-size: 16px !important;
        font-weight: normal !important;
    }
}
.salon-footer-contact-form .salon-footer-contact-submit {
    color: #271f3a;
}

.salon-footer-contact-form .salon-footer-contact-submit:hover {
    border: none;
}

.salon-footer-contact-form > .wpcf7-form-control-wrap {
    display: inline-block;
    margin: 0 20px;

}


.wpcf7-form .salon-footer-contact-form input {
   border: none;
   display: inline-block;
   letter-spacing: 2px;
   font-size: 13px;
   border-bottom: 1px solid;
   font-family: Roboto;
   padding-left: 42px;
   width: 100%;
   margin: 0;
}

.wpcf7-form .salon-footer-contact-form .salon-footer-contact-submit {
   color: #271f3a;
   border: none;
   margin-top: 20px;
   width: auto;
}

.salon-footer-contact-form .footer-email:before {
   font-family: "salon";
   content: "";
   position: absolute;
   top: 5px;
   left: 0px;
   font-size: 28px;
}

.salon-footer-contact-form .footer-msg:before {
   font-family: "salon";
   content: "";
   position: absolute;
   top: 5px;
   left: 0;
   font-size: 28px;
}

.salon-demo .header-top-bar {
   max-width: 100% ;
   padding-left: 0;
}

.rating-box {
   text-shadow: none;
}

.rating {
   left: 0;
}

.ze-vc-testimonial.salon .ze-vc-testimonial-item .ze-vc-testimonial-item-inner .ze-vc-testimonial-content {
   margin-top: 47%;
}

@media screen and (min-width: 992px) {
 .salon-header--red .main-navigation li {    
   padding-left: 5px;    
   padding-right: 5px;
 }
}

@media screen and (min-width: 1530px) {
 .salon-header--red .main-navigation li {    
   padding-left: 15px;    
   padding-right: 15px;
 }
}

/*======CSS CLASS BASE CSS(sOUVIK)=========*/
.wpb_single_image.zoom-in:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.wpb_single_image.zoom-in img {
    transition: all 0.4s;
}

.salon-footer-contact-form > .wpcf7-form-control-wrap input:focus {
    border-color: #fe8427;
}
/*====cart page design css ===(Souvik)====*/
.woocommerce-cart table.shop_table .cart_item td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce-cart table.shop_table {
    background: #fff;
}

.woocommerce-cart table.shop_table img {
    width: 100px;
}

.woocommerce .cart .button {
    padding: 13px 20px;
    border-radius: 0;
    font-size: 16px;
}

.woocommerce .cart_totals .checkout-button {
    padding: 23px 50px !important;
}
.woocommerce-cart.woocommerce-page .site-content .container .site-main .woocommerce .cart_totals{border:none;}

.woocommerce-Tabs-panel {
    background: #fff !important;
    padding: 20px !important;
    border-left: 1px solid #d3cfd3 !important;
    border-right: 1px solid #d3cfd3 !important;
    border-bottom: 1px solid #d3cfd3 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
    padding-left: 6px;
}

.product_meta > span {
    display: block;
    margin-bottom:10px;
}

.product_meta > span span {
    color: #fe8427;
}
.woocommerce.single-product div.product .product_title {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #162345;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.single-product .product .price ins .amount {
    color: #f26522;
    font-size: 25px;
}

/*===vc product layout add to cart module===*/
.single-product .wpb_column span.input-group-btn {
    padding: 0 25px 0 25px !important;
}

.single-product .wpb_column div.quantity .qty {
    width: 50px !important;
    font-size: 30px !important;
    line-height: 64px !important;
}

.single-product .wpb_column div.quantity span.input-group-btn button {
    font-size: 30px !important;
}
/*=====Salon home two (Bottom get look book form)(Souvik)=====*/
.get_your_look_book .get_look_book_input,.get_your_look_book .get_look_book_submit {
    background: rgb(22, 36, 69);
    border: none;
    color: #fff;
    padding: 25px 25px;
    display: inline-block;
}

.get_your_look_book .get_look_book_submit {
    border-left: 1px solid #fd3149;
    color: #fd3149;
}

.get_your_look_book {
    text-align: center;
}

.get_your_look_book .get_look_book_input::-webkit-input-placeholder {
    color: rgba(255, 255, 255,0.7);
    letter-spacing: 2px;
}

.get_your_look_book .get_look_book_input::-moz-placeholder {
    color: rgba(255, 255, 255,0.7);
    letter-spacing: 2px;
}

.get_your_look_book .get_look_book_input:-ms-input-placeholder {
    color: rgba(255, 255, 255,0.7);
    letter-spacing: 2px;
}

.get_your_look_book .get_look_book_input:-moz-placeholder {
    color: rgba(255, 255, 255,0.7);
    letter-spacing: 2px;
}
.get_your_look_book .get_look_book {
    display: inline-block;
    max-width: 300px;
}

.get_your_look_book .get_look_book .get_look_book_input {
    padding: 28px 25px;
}

.get_your_look_book span.wpcf7-not-valid-tip {
    position: absolute;
}

.get_your_look_book .wpcf7-validation-errors {
    margin-top: 33px ;
}


/*--salon home page offer setion (Hot)*/

  .wpb_column.hot-offer:before {
      content: "Hot" ;
      position: absolute ;
      left: -83px ;
      top: -6px ;
      background: rgb(254, 133, 0) ;
      width: 100% ;
      padding: 13px 0 1px;
      z-index: 9 ;
      color: #fff ;
      text-align: center ;
      transform: rotate(-45deg) ;
      font-size: 13px;
      font-weight: 700;
      font-family: Poppins;
  }

  .wpb_column.hot-offer {
      overflow: hidden;
  }
  @media (max-width:1024px){
    .wpb_column.hot-offer:before {
    left: 0;
    top: -8px;
    transform: rotate(0);
    }
  }

/*----css for full page scroll----*/
.full_page_scroll .container {
    width: 100% !important;
    padding: 0 !important;
}

.full_page_scroll .row,.full_page_scroll #full_page_enabled > .vc_row,.full_page_scroll #primary.content-area {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.full_page_scroll footer#colophon {
    position: fixed;
    width: 100%;
    bottom: 0;
}
/*====PREDEFINED HEADER (CUSTOM HEADER)====*/
.predefined-header-area .vc_row {
    overflow: visible !important;
    z-index: 999;
}
/*=====================
    MEGA MENU CSS
======================*/
@media (min-width:992px){
    li.mega-menu {    
    position: initial;
    }
    li.mega-menu > span {    
      position: relative;    
      right: -100%;    
      top: 1px;
    }
    li.mega-menu>ul {
        position: absolute !important;
        left: 0 !important;
        width: 100% !important;
        padding: 30px 20px !important;
    }

    li.mega-menu {
        position: inherit !important;
    }

    li.mega-menu ul.sub-menu{
        max-height: none !important;
    }
    li.mega-menu li>ul {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 90% !important;
        padding: 0 !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
/*        transition: initial !important;
        -webkit-transition: initial !important; 
    -moz-transition: initial !important;
    -ms-transition: initial !important;
    -o-transition: initial !important;*/

    }

    li.mega-menu li > ul.sub-menu{
     -webkit-transition: opacity linear 0s 0s,transform linear 0s 0s !important; 
    -moz-transition: opacity linear 0s 0s,transform linear 0s 0s !important;
    -ms-transition: opacity linear 0s 0s,transform linear 0s 0s !important;
    -o-transition: opacity linear 0s 0s,transform linear 0s 0s !important;
    transition: opacity linear 0s 0s,transform linear 0s 0s !important;
    }

    li.mega-menu li ul {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        -webkit-transform: initial !important; 
        -moz-transform: initial !important;
        background:transparent !important;
    }
    li.mega-menu>ul>li {
        width: 25% !important;
        margin: 0 !important;
        display: block !important;
        float: left !important;
    }


    /*---styling the mega menu design---*/
     li.mega-menu ul.sub-menu li{
        border-bottom: none !important;
        padding:0 10px !important;
    }

     li.mega-menu ul .mobile-dropdown {
        display: none !important;
    }
    .mega-menu>ul > li:before {
        content: "";
        width: 6px;
        height: 6px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 17px;
    }



}
/*==END MEGA MENU CSS==*/

.salon-footer-contact-form span.wpcf7-not-valid-tip {
    color: #dc660c;
    position: absolute;
    margin-top: 8px;
    font-size: 14px;
    font-family: Poppins;
}
 div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    border-color: #fe8427;
    margin: 20px auto 0 !important;
    width: 60%;
    text-align:center;
}

div.wpcf7-mail-sent-ok{border-color: #398f14;}

/*====RESPONSIVE ISSUE SOLVE====*/

@media (max-width:767px){
  .ze-vc-posts-list.salon-home .ze-post-list-item {
      position: initial !important;
  }

  .ze-vc-posts-list.salon-home {
      height: auto !important;
  }
}
/*---RESPONSIVE CLASS CSS---*/
/*CLASS- hide-in-mobile*/
@media (max-width:767px){
  .hide-in-mobile{display:none !important;}
}
/*CLASS- hide-in-tablet*/
@media (min-width:768px) and (max-width:1024px){
 .hide-in-tablet{display:none !important;}
}
/*CLASS- hide-in-desktop*/
@media (min-width:1025px){
 .hide-in-desktop{display:none !important;}
}

.salon-home-offer-section .wpb_column {
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
}

/*====photography css (Souvik)===*/
input.photography_footer {
    background: transparent;
    border: none;
    border-bottom: 1px solid #909090;
    width: 100%;
    padding: 20px 0;
    color: #fff;
}

input.photography_footer:focus {
    outline: none;
}

input.photography_footer::-webkit-input-placeholder {
    color: #cd6d72;
    font-family: poppins;
    font-size: 14px;
    font-weight: 500;
}

input.photography_footer::-moz-placeholder {
    color: #cd6d72;
    font-family: poppins;
    font-size: 14px;
    font-weight: 500;
}

input.photography_footer:-ms-input-placeholder {
    color: #cd6d72;
    font-family: poppins;
    font-size: 14px;
    font-weight: 500;
}

input.photography_footer:-moz-placeholder {
    color: #cd6d72;
    font-family: poppins;
    font-size: 14px;
    font-weight: 500;
}
/*---full page contact form----*/
.full_page_contact input[type="text"] {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    width: 100% ;
    padding: 20px 0
;
}

.full_page_contact input:focus {
    outline: none;
}

.full_page_contact input[type="submit"] {
    border: none;
    background: #ce3235;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 30px;
    float: right;
}

.full_page_contact .row {
    margin-bottom: 30px;
}

/*---css fix---*/
.main-navigation li.search.clearfix {
    padding: 0;
}
/*=====THEME UNIT TEST DATA ====*/
.single .entry-content tbody th {
    border-top: 1px solid #ededed;
}
.post-password-form label {
    color: #151b3b;
}

.post-password-form input[type="submit"] {
     background: #151b3b;
    border: 1px solid #151b3b;
    color: #fff;
    padding: 2px 20px;
}

.post-password-form input[type="submit"]:hover {
    background: transparent;
    color: #151b3b;
}

.post-password-form input[type="password"] {
    padding: 2px 10px;
    border-radius: 0;
    border: 1px solid #151b3b;
}

.post-password-form{
    background:#e0dfdf96;
    padding: 30px 20px 20px;
    text-align:center;
    }
.post-password-form p{
  margin-bottom:15px;
}

.primestudio-quote-overlay, .primestudio-chat-overlay, .primestudio-status-overlay {
    background: rgba(0, 0, 0, 0.07);
}
#comments .no-comments i {
    margin-right: 10px;
}

#comments .no-comments {
    margin: 20px 0;
}
.site-main>.post-list.row .post-wrapper .primestudio_post_featured_image+.entry-content .entry-header {
    padding-top: 10px;
}

.site-main>.row .post-wrapper .primestudio_post_featured_image+.entry-content .entry-header {
    padding-top: 10px;
}

.site-main>.row .post-wrapper .entry-title {
    margin-top: 10px;
}

.site-main>.row .post-wrapper .entry-footer {
    float: none;
}

.site-main>.row .post-wrapper {
    padding-bottom: 5px;
}

body.author .author-image-section img {
    border-radius: 100%;
}

body.author .author-image-section {
    text-align: center;
}

body.author .author-header-section {
    background: #f5f5f5;
    padding: 30px 10px 20px;
    margin-bottom: 40px;
}

body.author .author-description-section .page-title {
    margin: 0 0 15px;
    font-size: 25px;
}
body.author .author-description-section .page-title span{
    color: #151b3b;
    font-weight: 600;
}
@media(max-width:767px){
  body.author .author-description-section{
      text-align: center;
      margin-top: 20px;
  }
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 2em;
}
.salon-demo.woocommerce .products .product .price del .amount {
    text-decoration: line-through;
}
.single .entry-footer,.single .custome-nav ,.single .edit-link {
    float: left;
    width: 100%;
}


@media screen and (max-width: 991px){
.main-navigation {
    z-index: 9999;
    }
}

@media (max-width:767px){
  .woocommerce-page ul.products li.product .price del {
      display: block;
      margin-right: 0;
  }
  .woocommerce .cart .button {
    padding: 15px 20px;
    font-size: 12px;
  }
}
/*==footer copyright text==*/
@media (max-width:767px){
  .footer-menu-salon.with-popular-brands {
      text-align: center !important;
  }
}
/*===CONTRAST ISSUE====*/
.footer-copyright, .footer-copyright .row a {
    color: #152244;
}

.full-modal.mobile-nav {
   z-index: 9999;
}

@media (max-width:992px){
  .main-navigation li:hover > a {
      background: transparent;
  }
}
.main-navigation li ul {
    font-weight: 500;
}
@media screen and (max-width: 991px) {
  .main-navigation.mobile-nav li ul:before {    
    content: "";    
    width: 100%;    
    height: 100%;    
    position: absolute;    
    background: rgba(0,0,0,0.1);
  }
  .main-navigation.mobile-nav li ul {    
    position: relative;    
    margin-top: 8px;
  }
}
.main-navigation li > span {
    font-weight: 700;
}
@media  (min-width: 992px) {
  .main-navigation > li.menu-item-has-children:last-child .sub-menu {    
    left: initial;    
    right: 0;
  }
}

.single-product div.product form.cart .variations label {
    font-weight: bold;
}

.single-product .woocommerce-variation-price {
    margin-bottom: 20px;
}

.single-product .product .product_meta a,.single-product .product .product_meta span span {
    font-weight: 700;
}

@media (max-width:991px){
  .header-top-bar .main-navigation li ul li:hover > a {
      padding-left: 5px;
  }
}

@media (min-width:992px){
.header-top-bar {
    width: calc(100% - 220px);
    text-align: right;
    position:relative;
    float:right;
}

.header-top-bar .main-navigation li{text-align:left;}
}

@media screen and (min-width: 768px) {
  .salon-demo.woocommerce .products .product {    
    width: 23%;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {    
    text-align: right;
    margin-right: 7px;
  }
}

/*===sidebar widget===*/
#secondary aside.widget.widget_calendar {
    padding: 30px 25px;
}
@media screen and (max-width: 992px) {
  .post-list article {
      position: initial !important;
  }
}
#main .post-list.format-icon-off .post-wrapper .entry-header {
    padding-top: 25px;
}
@media (max-width: 767px){
  #product-container {
      height: auto !important;
  }
}

/* === customization only for craetive agency  ==== */
.wpcf7-form .creative-contact.creative-form--subscribe .your-email .wpcf7-form-control {
  padding-top: 13px;
  padding-bottom: 23px;
  background: transparent;
}

.wpcf7-form .creative-contact .creative-button-shutter-in-vertical {
  margin-top: 12px;
}

.creative-blog--box.ze-vc-posts-list .post-featured-image img {
  width: 100%;
}
/* ============ 
corporate studio theme ------ styling
=============== */
.print-world-info-title p:hover {
  color: #dc0d16 !important;
}
.print-world-info-title p {
  line-height: 112px;
}
.corporate-wp-theme .ze-vc-custom-subtitle-container p {
  line-height: 45px;
}
.corporate-sev-text ol li {
  font-size: 14px;
  line-height: 30px;
  color: rgb(45,45,45);
  font-family: "Open Sans";
  font-weight: 500;
  padding: 0;
  text-transform: uppercase;
}
.ze-vc-posts-list.corprate-demo-post-blog.salon-demo .ze-vc-post-date {
  float: left;
  background: #ff6b23;
  padding: 0 20px 5px 20px;
}
.no-padding.photography_demo_portfolio_instagram .column-3 .col-md-4 {
  padding: 0;
}
.wpb_widgetised_column.wpb_content_element.no-margin {
  margin: 0;
}
.wpb_widgetised_column.wpb_content_element.no-margin .widget.widget-footer.ibt-instagram-feed {
  margin: 0;
}
.corporate-demo .ze-vc-testimonial-item-inner {
  background: #fff;
  text-align: center;
  padding: 15px;
}

.corporate-demo .ze-vc-testimonial-item-inner img {
  margin-left: auto;
  margin-right: auto;
}
.corporate-demo .ze-vc-testimonial-auhtor-content .ze-vc-testimonial-author-name {
  font-weight: 600;
  font-size: 18px;
  color: #444444;
}
.corporate-demo .ze-vc-testimonial-auhtor-content .ze-vc-testimonial-author-desg {
  font-size: 12px;
  color: #444444;
}
.corporate-demo .ze-vc-testimonial-auhtor-content {
  margin-bottom: 25px;
  font-family: "Roboto";
}
.corporate-demo .ze-vc-testimonial-content {
  font-size: 12px;
  color: #777777;
  font-family: "Open Sans", sans-serif;
}
.corporate-demo.ze-vc-testimonial .slick-dots li button:before {
  color: #fff;
  font-size: 10px;
}
.corporate-demo.ze-vc-testimonial .slick-dots li {
  padding: 12px 10px;
}
.corporate-demo.ze-vc-testimonial .slick-dots li.slick-active button:before {
  font-size: 13px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.corporate-image-wrapper img {
  width: 100%;
}

.corporate-image-wrapper .ze-vc-testimonial-auhtor-image {
  width: 100%;
}
.corporate-demo.ze-vc-testimonial .slick-dots {
  margin: 12px 0 0;
}
.widget-footer-wrapper .recent-post-layout-corporate-flooter-1 li {
  position: relative;
  border-top: 1px solid #494949;
  padding-left: 82px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.widget-footer-wrapper .recent-post-layout-corporate-flooter-1 li:before {
  width: 0px;
  height: 0px;
}
.widget-footer-wrapper .recent-post-layout-corporate-flooter-1 .recent-post-thumbnail-corporate-flooter-1 {
    width: 72px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 0px;
}
.widget-footer-wrapper .recent-post-layout-corporate-flooter-1 .recent-post-title-date-wrap-corporate-flooter-1 {
    padding: 0px 10px;
}
.widget-footer-wrapper .recent-post-layout-corporate-flooter-1 .recent-post-title-date-wrap-corporate-flooter-1 a {
  font-size: 16px;
}
.widget-footer-wrapper .recent-post-date-corporate-flooter-1 {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.corporate-button-shutter-in-vertical a, .corporate-button-shutter-in-vertical > span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #000000;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .corporate-button-shutter-in-vertical a:before, .corporate-button-shutter-in-vertical > span:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(left, #dd3333, #dd3333);
    background: -o-linear-gradient(left, #dd3333, #dd3333);
    background: linear-gradient(to right, #dd3333, #dd3333);
    -webkit-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50%;
         -o-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; }
  .corporate-button-shutter-in-vertical a:hover, .corporate-button-shutter-in-vertical a:hover, .corporate-button-shutter-in-vertical a:active, .corporate-button-shutter-in-vertical > span:hover, .corporate-button-shutter-in-vertical > span:hover, .corporate-button-shutter-in-vertical > span:active {
    color: white; }
    .corporate-button-shutter-in-vertical a:hover:before, .corporate-button-shutter-in-vertical a:hover:before, .corporate-button-shutter-in-vertical a:active:before, .corporate-button-shutter-in-vertical > span:hover:before, .corporate-button-shutter-in-vertical > span:hover:before, .corporate-button-shutter-in-vertical > span:active:before {
      -webkit-transform: scaleY(0);
           -o-transform: scaleY(0);
              transform: scaleY(0); }

.corporate-button-shutter-in-vertical > span {
  display: block; }
  .corporate-button-shutter-in-vertical > span .ajax-loader {
    position: absolute; }

.purchasebtn a, .purchasebtn > span {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
              transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      background: #000000;
      border-radius: 4px;
      -webkit-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
           -o-transition-duration: 0.3s;
              transition-duration: 0.3s; }
.purchasebtn a:before, .purchasebtn > span:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: -webkit-linear-gradient(left, #0064fc, #0064fc);
        background: -o-linear-gradient(left, #0064fc, #0064fc);
        background: linear-gradient(to right, #0064fc, #0064fc);
        -webkit-transform: scaleY(1);
             -o-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: 50%;
             -o-transform-origin: 50%;
                transform-origin: 50%;
        border-radius: 4px;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform, -o-transform;
        -webkit-transition-duration: 0.3s;
             -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-in-out;
             -o-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out; }
.purchasebtn a:hover, .purchasebtn a:hover, .purchasebtn a:active, .purchasebtn > span:hover, .purchasebtn > span:hover, .purchasebtn > span:active {
        color: white; }
.purchasebtn a:hover:before, .purchasebtn a:hover:before, .purchasebtn a:active:before, .purchasebtn > span:hover:before, .purchasebtn > span:hover:before, .purchasebtn > span:active:before {
          -webkit-transform: scaleY(0);
               -o-transform: scaleY(0);
                  transform: scaleY(0); }
    
.purchasebtn > span {
      display: block; }
.purchasebtn > span .ajax-loader {
        position: absolute; }
.corporate-footer .corporate-button-shutter-in-vertical a, 
.corporate-footer .corporate-button-shutter-in-vertical > span {
          display: inline-block;
          vertical-align: middle;
          -webkit-transform: perspective(1px) translateZ(0);
                  transform: perspective(1px) translateZ(0);
          box-shadow: 0 0 1px transparent;
          position: relative;
          background: #dd3333;
          border-radius: 4px;
          -webkit-transition-property: color;
          -o-transition-property: color;
          transition-property: color;
          -webkit-transition-duration: 0.3s;
               -o-transition-duration: 0.3s;
                  transition-duration: 0.3s; }
  .corporate-footer .corporate-button-shutter-in-vertical a:before, 
  .corporate-footer .corporate-button-shutter-in-vertical > span:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: -webkit-linear-gradient(left, #000, #000);
            background: -o-linear-gradient(left, #000, #000);
            background: linear-gradient(to right, #000, #000);
            -webkit-transform: scaleY(1);
                 -o-transform: scaleY(1);
                    transform: scaleY(1);
            -webkit-transform-origin: 50%;
                 -o-transform-origin: 50%;
                    transform-origin: 50%;
            border-radius: 4px;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            -o-transition-property: -o-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform, -o-transform;
            -webkit-transition-duration: 0.3s;
                 -o-transition-duration: 0.3s;
                    transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-in-out;
                 -o-transition-timing-function: ease-in-out;
                    transition-timing-function: ease-in-out; }
    .corporate-footer .corporate-button-shutter-in-vertical a:hover, .corporate-footer .corporate-button-shutter-in-vertical a:hover, .corporate-footer .corporate-button-shutter-in-vertical a:active, .corporate-footer .corporate-button-shutter-in-vertical > span:hover, .corporate-footer .corporate-button-shutter-in-vertical > span:hover, .corporate-footer .corporate-button-shutter-in-vertical > span:active {
            color: white; }
    .corporate-footer .corporate-button-shutter-in-vertical a:hover:before, .corporate-footer .corporate-button-shutter-in-vertical a:hover:before, .corporate-footer .corporate-button-shutter-in-vertical a:active:before, .corporate-footer .corporate-button-shutter-in-vertical > span:hover:before, .corporate-footer .corporate-button-shutter-in-vertical > span:hover:before, .corporate-footer .corporate-button-shutter-in-vertical > span:active:before {
              -webkit-transform: scaleY(0);
                   -o-transform: scaleY(0);
                      transform: scaleY(0); }
        
    .corporate-footer .corporate-button-shutter-in-vertical > span {
          display: block; }
    .corporate-footer .corporate-button-shutter-in-vertical > span .ajax-loader {
            position: absolute; }

@media screen and (min-width: 768px) {
  .corporate-demo .slick-list {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .corporate-demo .ze-vc-testimonial-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .corporate-image-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    overflow: hidden;
    align-self: flex-start;
  }  

  .corporate-content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    padding: 35px 46px;
  }

  .corporate-demo .slick-dots {
    padding: 100px 0;
    width: 22px;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    transform: translate(0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .corporate-demo .slick-dots li {
    display: block;
    margin: 0;
  }

  .corporate-demo.ze-vc-testimonial .slick-dots:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #414449;
    z-index: -2;
  }  
}

@media screen and (min-width: 1200px) {
  .corporate-demo .slick-list {
    max-width: 836px;
  }
}

@media screen and (max-width: 991px) {
  .corporate-top-head .print-world-info-title p {
    font-size: 55px !important;
    line-height: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .corporate-top-head .print-world-info-title p {
    font-size: 34px !important;
    line-height: 60px !important;
  }
  .corporate-top-head .ze-vc-custom-title {
    padding-left: 0px !important;
  }
  .services-boxes .vc_column-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
  }
  .services-boxes .ze-vc-custom-title {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .corporate-wp-theme .ze-vc-custom-subtitle-container p {
    line-height: 1.6;
  }
}

/*===Corporate demo footer=====*/
.wpcf7-form .corporate-footer label {
    font-size: 13px;
    line-height: 1.4;
    color: rgb(122,122,122);
    font-weight: 400;
}

.wpcf7-form .corporate-footer p {
    padding: 0;
    padding-top: 25px;
}

.wpcf7-form .corporate-footer input[type="email"],
.wpcf7-form .corporate-footer input[type="text"] {
    background: transparent;
    color: #fff;
    border: 1px solid #494949;
    padding: 10px 10px;
    font-family: "Open Sans", sans-serif;
}

.wpcf7-form .corporate-footer input[type="submit"] {
    background: transparent;
    border: none;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.corporate-footer-widgets .wpb_column .vc_column-inner {
    border: 1px solid #494949;
    border-radius: 10px;
}
.icon-top-gap.ze-vc-custom-title .icon-align-left .custom-title-icon {
  top: 15%;
}
/*==corporate demo footer===*/
@media  (min-width: 1025px) and (max-width: 1600px) {
  .custom-design-for-laptop .ze-vc-overlap-container,.custom-design-for-laptop .ze-vc-info-box {    
    padding: 15px !important;
  }
  .custom-design-for-laptop .ze-vc-info-box h6 {    
    font-size: 15px;
  }
  .custom-design-for-laptop .ze-vc-info-box.img-pos-left img {    
    width: 70px;
  }
}
/*===end corpoarte demo footer===*/
