/*
 Theme Name: Halle
 Theme URI:  http://demosdivi.lovelyconfetti.com/halle
 Description: Beautiful Multipurpose Theme Template for Divi
 Author:     Lovely Confetti
 Author URI: https://lovelyconfetti.com
 Template:   Divi
 Version:    1.4
 License:    GNU General Public License v2 or later
 License URI:http://www.gnu.org/licenses/gpl-2.0.html
*/




@font-face {
  font-family: 'cottage';
  src: url('fonts/cottage.eot');
  src: local('☺'), url('fonts/cottage.woff') format('woff'), 
  url('fonts/cottage.ttf') format('truetype'), 
  url('fonts/cottage.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Wamelo';
    src: url('fonts/wamelo.woff2') format('woff2'),
         url('fonts/wamelo.woff') format('woff'),
         url('fonts/wamelo.ttf') format('truetype'), 
         url('fonts/wamelo.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*
Smarth Login
----------------------------------------*/

.smartPWLogin {
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0;
  display:block;
  margin:0 auto;
  text-align: center;
}

.smartPWLogin input {
  border: 1px solid #bbb !important;
  color: #4e4e4e !important;
  background-color: #fff !important;
  padding: 12px;
  font-size: 14px;
  margin-right: 1%;
  width: 20%;
}

.smartPWLogin input[type=submit] {
  -webkit-appearance: none;
  padding: 12px !important;
  background: #e6b83c !important;
  border-color: #e6b83c !important;
  color: #fff !important;
  cursor: pointer;
}

.smartPWLogin input:hover[type=submit] {
  background: #fff !important;
  color: #454a54 !important;
  border-color: #e6b83c !important;
}


/* 404 page no sidebar
-----------------------------------------------------*/
.no-sidebar #sidebar{
    display:none;
}

.search-no-results #main-content .container, 
.search-no-results #content-area, 
.search-no-results #left-area {
    padding: 0 !important;
    margin: 0 ;
    width: 100% !important;
    max-width: none;
}

.search-no-results #sidebar {
    display: none;
}

.search-no-results .et_pb_post:last-child {
    margin-bottom: 0;
}


/* Portfolio gradient
-----------------------------------------------------*/

.et_pb_section .et_portfolio_image img {
    /*transform: translate(0, 100%);*/
    transition: all .6s ease;
}

.portfolio_date,
.portfolio_auther {
    display: none;
}

.lovely_portfolio_gradient  .et_pb_column .et_pb_button_module_wrapper {
    margin-bottom: 0 !important;
}

.lovely_portfolio_gradient  .et_pb_column .myexcerpt {
    color: #989bac;
    font-size: 16px;
}

.lovely_portfolio_gradient  .et_pb_column_1_2 {
    width: 37% !important;
    margin-right: 0.5% !important;
}

.lovely_portfolio_gradient  .et_pb_column_1_4:last-of-type {
    margin-right: 0 !important;
}

.lovely_portfolio_gradient  .et_pb_column_1_4 {
    width: 31% !important;
    margin-right: 0.6% !important;
}

.lovely_portfolio_gradient  .et_pb_portfolio_items .type-project:nth-child(3n+3) {
    margin-right: 0 !important;
}

.lovely_portfolio_gradient  .et_pb_portfolio_items .type-project {
    float: left;
    margin-bottom: 2%;
    /*overflow: hidden;*/
    width: 31.666%;
}

.lovely_portfolio_gradient  .et_pb_portfolio_items {
    /*-webkit-column-gap: 5.6vw;*/
    /*column-gap: 5.6vw;*/
    /*-moz-column-fill: initial;*/
    /*column-fill: initial;*/
    /*-moz-column-count: 3;*/
    /*-webkit-column-count: 3;*/
    /*column-count: 3;*/
    min-height: 40vw;
}

.lovely_portfolio_gradient  .et_pb_portfolio_items .type-project .et_portfolio_image {
    overflow: hidden;
    position: relative;
    display: block;
    transition: 0.3s;
}

.lovely_portfolio_gradient  .et_pb_portfolio_filters {
    margin-bottom: 88px !important;
}

.lovely_portfolio_gradient  .et_pb_portfolio_filters li:last-child {
  margin-right:0;
}

.lovely_portfolio_gradient  .et_pb_portfolio_filters li {
    margin-right: 10px;
}

.lovely_portfolio_gradient  .et_pb_portfolio_filters li a {
  border:1px solid #f7f6f5;
  border-style:solid;
  text-transform:uppercase;
  padding:15px 20px;
  border-radius:0!important;
  transition:all .3s ease-in-out;
  background:#fff;
  position:relative;
}

.lovely_portfolio_gradient  .et_pb_portfolio_filters li a:hover {
  background:#fff;
}

.lovely_portfolio_gradient  .et_pb_portfolio_filters li a.active {
  background:#fff;
}

.lovely_portfolio_gradient  .gutter_width {
    width: 2%;
}

.lovely_portfolio_gradient  .et_pb_portfolio_items .type-project .et_portfolio_image .image_hover {
    content: "";
    display: none;
    background: #f7f6f5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: 0s;
}

/* Hide Filterable portfolio items header - show on hover */
.lovely_portfolio_gradient  .et_pb_portfolio_item .et_pb_module_header{
  position:absolute;
  font-weight:400;
  top:20%;
  height:20px;
  width:100%;
  padding:0 10px;
  text-align: center;
  z-index:-1;
  transition:all .5s ease-in-out;
  
}

.lovely_portfolio_gradient  .et_pb_portfolio_item:hover h2 {
  top:50%;
  z-index:3;
  margin-top:-1em;
}

@media only screen and (max-width: 800px) {

#page-container .lovely_portfolio_gradient .et_pb_button {
    margin-bottom: 30px !important;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 50%;
    text-align: center;
}

.lovely_portfolio_gradient  .et_pb_portfolio_items .type-project {
    width: 48%;
}
}

@media only screen and (max-width: 600px) {

.lovely_portfolio_gradient  .et_pb_portfolio_items .type-project {
    width: 100%;
}

.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: 100%;
}

.lovely_portfolio_gradient .et_pb_portfolio_filters li a {
    padding: 15px 15px;
}

#page-container .lovely_portfolio_gradient .et_pb_button {
    width: 100%;

}
}

/* Portfolio Filters */

.et_pb_portfolio_filters ul.clearfix {
  max-width: 1260px;
  margin: auto !important;
}

@media only screen and ( min-width: 981px ) {

.et_pb_portfolio_filters ul {
  text-align: center;
}

.et_pb_portfolio_filters ul li {
  display: inline-block;
  float: none !important;
}
}

.et_pb_filterable_portfolio.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
  border: none;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0;
}

.et_pb_filterable_portfolio.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
  color: #c58a68 !important;
  transition: 0.5s;
}

.et_pb_filterable_portfolio.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
  transition: 0.5s;
}



/* WooCommerce
-----------------------------------------------------*/

.orderby, 
.woocommerce div.product form.cart .variations td select {
    padding: 4px 8px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #666!important;
    background-color: #fff;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #454a54;
}

body .et_pb_button:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page #content input.button.alt:hover, 
.woocommerce a.button:hover, 
.woocommerce-page a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce #content input.button:hover, 
.woocommerce-page #content input.button:hover {
  color: #fff;
}

.woocommerce a.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce input.button.alt,
.woocommerce-page input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page #content input.button.alt, 
.woocommerce a.button, 
.woocommerce-page a.button, 
.woocommerce button.button, 
.woocommerce-page button.button, 
.woocommerce input.button, 
.woocommerce-page input.button, 
.woocommerce #respond input#submit, 
.woocommerce-page #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page #content input.button,
.woocommerce a.button {
  color: #fff;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs, 
body.woocommerce div.product .woocommerce-tabs ul.tabs {
  background: #f7f6f5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #f7f6f5;
}

body.woocommerce .woocommerce-tabs {
    margin: 30px 0 45px;
    border: 1px solid #f7f6f5;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li, 
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active,
body.woocommerce div.product .woocommerce-tabs ul.tabs li, 
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-right: 1px solid #f7f6f5;
    background: #f7f6f5;

}

.entry-summary .entry-title,
.woocommerce div.product .product_title,
.woocommerce div.product p.price, 
.woocommerce-page div.product p.price  {
    margin-bottom: 2% !important;
}

.woocommerce .cart-collaterals, 
.woocommerce-page .cart-collaterals,
#add_payment_method #payment,
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    width: 100%;
    margin-bottom: 10% !important;
}

.woocommerce ul.products li.product .price, 
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price, 
.woocommerce-page ul.products li.product .price del,
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    color: #666!important;
    font-size: 14px;
    text-align: center;
}

.woocommerce .products .star-rating, 
.woocommerce-page .products .star-rating {
    margin: 0 auto 2%!important;
}

.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #ebe9eb;
    padding: 4px 0 0;
    text-align: center;
}

.woocommerce .woocommerce-breadcrumb {
    display:none;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    margin-top:5%;
}

.woocommerce span.onsale, 
.woocommerce-page span.onsale {
    position: absolute;
    z-index: 2;
    top: 10px!important;
    left: 10px!important;
    min-width: 0!important;
    min-height: 0!important;
    margin: 0!important;
    padding: 6px 18px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    color: #454a54;
    background: #e8eced !important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: none!important;
    font-weight: 300!important;
    line-height: inherit!important;
}

.entry-summary p.price span {
    font-size: 20px!important;
}

.woocommerce-product-gallery__wrapper {
    margin: 0;
    max-height: 600px;
    overflow: hidden;
}

.woocommerce ul.products li.product {
  overflow: hidden;
}

.product .related h2 {
    padding-bottom: 16px;
    font-size: 20px!important;
}

.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: inherit !important;
    color: #fff;
}



/* Password 
-----------------------------------------------------*/

.post-password-required .et_password_protected_form {
    min-height: initial;
    width: 50%;
    margin: 12% auto;
    text-align: center;
    border: 5px solid #e8eced;
    padding: 2%;
}

.et_password_protected_form .et_submit_button {
    display: block;
    float: none;
    margin: 8px auto 0;
    font-family: inherit;
    cursor: pointer;
}

/* Backgrounds
-----------------------------------------------------*/

.lovely_dark_background {
    background-color: #294453;
}

.lovely_light_background {
    background-color: #f7f6f5;
}



/* 404 page no sidebar
-----------------------------------------------------*/
.no-sidebar #sidebar{
    display:none;

}



/* ----- BLOG & archive pages styling ----- */


/* Remove the default border from sidebar */
#main-content .container::before {
	display:none;
}

.et_pb_widget_area_right {
	border-left:none;
}


/* Sidebar link styling */
.et_pb_widget a, .et_pb_widget li a {
	line-height:1;
	transition:all .3s ease-in-out;
}

/* Single post on blog pages styling */
article.et_pb_post {
	padding:10px 10px 20px;
	position:relative;
}

.single .entry-title,
.single .published {
    color: #294454 !important;
    margin-top:  8%;
}


/*Change Post, Project & Archive Page Sidebars from one fourth to one third*/

    .container::before { 
      display:none; 
    }
    .single-project div#left-area {
      width: 66.66%;
    }
    .single-project div#sidebar {
      width: 33.33%;
    }
    .single-post div#left-area {
      width: 66.66%;
    }
    .single-post div#sidebar {
      width: 33.33%;
    }
    .archive div#left-area {
      width: 33.33%;
    }
    .archive div#sidebar {
      width: 33.33%;
    }
    .search div#left-area {
      width: 66.66%;
    }
    .search div#sidebar {
      width: 33.33%;
    }
 
 
    /* MINI TABLETS - IPHONE LANDSCAPE (480-767) */
        @media only screen and ( max-width: 600px ) {
        .single-project div#left-area {width: 100%;}
        .single-project div#sidebar {width: 100%;}
        .single-post div#left-area {width: 100%;}
        .single-post div#sidebar {width: 100%;}
        .archive div#left-area {width: 100%;}
        .archive div#sidebar {width: 100%;}
        .search div#left-area {width: 100%;}
        .search div#sidebar {width: 100%;}}
 
  
.et_right_sidebar #left-area {
    float: left;
    padding-right: 3%;
}

.et_pb_gutters4.et_right_sidebar #left-area {
    padding-right: 3%;
}


/* Blog slider
-----------------------------------------------------*/

/*Remove slide and image padding*/

.lc-blog-slider .et_pb_slide {
 padding: 0;
}

.lc-blog-slider .et_pb_slide_image {
 bottom: 0 !important;
 top: 0 !important;
 margin-top: 0 !important;
}


/*Position the slide description and add background*/

.lc-blog-slider .et_pb_slides .et_pb_slider_container_inner {
 display: block;
}

.lc-blog-slider .et_pb_slide_description {
 float: auto;
 width: 60% !important;
 text-align: center;
 padding: 30px !important;
 margin: 10% auto !important;
 background: rgba(255, 255, 255, .8);
}


/*Move slide description and add some padding on smaller tablets*/

@media all and (max-width: 768px) {
.lc-blog-slider .et_pb_slides .et_pb_slider_container_inner {
 padding-top: 100%;
 }

.lc-blog-slider .et_pb_slide_description {
 width: auto !important;
 position: absolute;
 bottom: 0;
 }

}


/*Add more padding on mobile*/

@media all and (max-width: 479px) {
.lc-blog-slider .et_pb_slides .et_pb_slider_container_inner {
 padding-top: 200%;
 }
}

.lc-blog-slider .et-pb-controllers a {
 background-color: transparent !important;
 border: 2px solid #fff;
 border-radius: 0;
 width: 10px;
 height: 10px;
 margin: 10px;
}


/* Single Post Navigation */

#single-post-nav { 
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
    padding-top: 5%;
    clear: both;
}

#single-post-nav .single-nav-next {
    text-align: right;
}

#single-post-nav .single-nav-next .et_pb_button,
#single-post-nav .single-nav-prev .et_pb_button {
    color: #666 !important;
}

#single-post-nav .et_pb_button:after {
  display: none;
}

#single-post-nav .et_pb_button {
  padding: .5em 1em !important;
  margin-bottom: 15px;
  border: none;
  background: none !important;
  border: none;
  box-shadow: none !important;
}

#single-post-nav .single-nav-next {
  text-align: right;
}

@media (max-width:800px) {
  #single-post-nav .et_pb_button {
    font-size: 80%;
    text-align: center;
  }
  #single-post-nav>span {
    width: 40%;
  }
}
@media (max-width:600px) {
  #single-post-nav {
    flex-wrap: wrap;
  }
  #single-post-nav h5 {
    display: none;
  }
  #single-post-nav>span {
    width: 100%;
  }
  #single-post-nav .et_pb_button,
  .et_pb_posts a.more-link {
    width: 100%;
    margin: 5% 0 0;
  }
  }


/* Related posts
-----------------------------------------------------*/

.related-posts {
  margin-top: 5em;
  padding-bottom: 2em;
}

.related-posts h3 {
  font-size: 18px;
    text-align: center;
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.related-posts h3:after,
.related-posts h3:before {
    position: absolute;
    top: 30%;
    overflow: hidden;
    width: 50%;
    height: 5px;
    content: '\a0';
    background-color: #e8eced;
}

.related-posts h3:before {
    margin-left: -52%;
}

.related-posts h3:after {
    margin-left: 2%;
}

ul#related-posts-list {
  list-style: none;
  display: block;
  justify-content: space-between;
  padding: 0;
  clear: both;
  overflow: hidden;
}

ul#related-posts-list li {
  width: 31.3%;
   float: left;
   margin:2% 1%;
   text-align: center;
   
}

ul#related-posts-list li a {
  display: block;
  color: inherit;
}

ul#related-posts-list li img {
  min-width: 100%;

}

ul#related-posts-list li .img-wrap {
  position: relative;
  display: block;
  max-height: 210px;
  overflow: hidden;
}

ul#related-posts-list li .img-wrap:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  top: 70%;
  z-index: 3;
}

@media (max-width:767px) {
  ul#related-posts-list {
    flex-wrap: wrap;
  }
  ul#related-posts-list li {
    width: 48%;
  }
  ul#related-posts-list li:nth-child(3) {
    display: none;
  }
}
@media (max-width:550px) {
  ul#related-posts-list li {
    width: 100%;
    margin-bottom: 30px;
  }
}



/* Instagram Feed
-----------------------------------------------------*/
#sb_instagram .sbi_follow_btn a {
    background: #517fa4;
    color: #fff;
    border-radius: 0;
    color: #444 !important;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 99;
    background: transparent;
    padding: 8px 40px;
    position: relative;   
}



/* Style Back to Top Button
-----------------------------------------------------*/
.et_pb_scroll_top.et-pb-icon {
    background-color: #efd84a;
    border-radius: 0px;
}



/* Scrollme
-----------------------------------------------------*/

.scrollme:hover {
    -webkit-transition: background-position 7s linear 0s;
    -moz-transition: background-position 7s linear 0s;
    transition: background-position 7s linear 0s;
    background-position: center bottom;
/*The 4s is the time it takes for the image to scroll from start to finish, which is why the longer screenshots scroll faster*/
}

.scrollme {
    min-height: 250px; 
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    -webkit-transition: background-position 1.5s ease-out 0.5s;
    -moz-transition: background-position 1.5s ease-out 0.5s;
    transition: background-position 1.5s ease-out 0.5s;
/*The ease-out 0.5s is the delay before the scroll return to the original position*/
}



/* Woocommerce
-----------------------------------------------------*/
.woocommerce #content .quantity input.qty, 
.woocommerce .quantity input.qty, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-page #content .quantity input.qty, 
.woocommerce-page .quantity input.qty {
    height: 39px;
    border: 1px solid #000 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff!important;
    background-color: #fff !important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    font-size: 16px!important;
    font-weight: 300!important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs, 
body.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0!important;
    padding: 0!important;
    background: #f7f6f5;
}



/* Custom coundow
-----------------------------------------------------*/
.lovely-countdown.et_pb_countdown_timer {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.lovely-countdown.et_pb_countdown_timer .title {
 background-color: #FFF;
 padding-top: 10px;
 padding-bottom: 10px;
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 margin-top: -68px;
}

.lovely-countdown .et_pb_countdown_timer .sep {
color: #969696;
}

.lovely-countdown .days { 
  margin-right: 12px;
}



/***Post Content***/

.single .et_pb_post .et_post_meta_wrapper img {
    margin-bottom: 20px;
}


/*Add margin to the post meta elements*/

.single .author,
.single .published,
.single .post-meta a[rel~="category"],
.single .comments-number {
    margin: 0 15px 0 20px;
}


/*Style the post meta icons*/

.single .author a:before,
.single .published:before,
.single .post-meta a[rel~="category"]:before,
.single .comments-number a:before {
    font-family: 'ETModules';
    color: #e6b83c;
    margin-right: 5px;
    margin-left: -20px;
}


/*Add the post meta icons*/

.single .author a:before {
    content: '\e08a';
}

.single .published:before {
    content: '\e023';
}

.single .post-meta a[rel~="category"]:before {
    content: '\e07c';
}

.single .comments-number a:before {
    content: '\77';
}

/***Sidebar***/


/*Remove the dividing line*/

@media all and (min-width: 981px) {
    .single #main-content .container:before {
        display: none;
    }
}


/*Style the search box*/

.single #sidebar .widget_search input#s,
.single #sidebar .widget_search input#searchsubmit {
    border-radius: 0;
}

/*Hide the search button*/

.single #sidebar .widget_search input#searchsubmit {
    background: transparent;
    color: transparent;
    border: none;
    z-index: 1;
}


/*Add the magnifying glass icon*/

.single #sidebar .widget_search #searchform:after {
    content: '\55';
    font-family: 'ETModules';
    position: absolute;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #636789;
    right: 10px;
    top: 10px;
}


/***Author Box***/


/*Set the border and spacing*/

.single .ds-author-bio-section {
    border: 5px solid #f7f6f5;
    padding: 15px;
    margin-top: 20px;
}


/*Style the author name*/

.single .ds-author-name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}


/*Add padding for the author description*/

.single p.ds-author-details {
    padding-bottom: 1.2em;
}


/*Position the author avatar*/

.single .ds-author-details img {
    float: left;
    margin: 7px 10px 10px 0;
}

/***Post navigation***/


/*Next/previous post nav*/


/*Navigation sizing*/

.single #ds-single-post-nav {
    margin: 40px 0;
    display: inline-block;
    width: 100%;
}


/*Post title styling*/

.single #ds-single-post-nav h2 {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2em;
}


/*Align the prev post nav*/

.single span.ds-single-nav-previous {
    width: 47.5%;
    margin-right: 2%;
    float: left;
}

.ds-single-nav-previous {
   width: 50%;
   float: left;
   margin:6% 0 2%;
   font-style: italic;
   word-break: break-word;
}

.ds-single-nav-next {
   width: 50%;
   float: right;
   margin:6% 0 2%;
   text-align: right;
   font-style: italic;
   word-break: break-word;
}


/*Align the next post nav*/

.single span.ds-single-nav-next {
    display: block;
    text-align: right;
}


/*Prev/next arrows size*/

.single .ds-meta-nav {
    font-size: 18px;
}


/*Reduce post nav button size on mobile*/

@media all and (max-width: 479px) {
    .single span.ds-single-nav-previous a[rel~="prev"],
    .single span.ds-single-nav-next a[rel~="next"] {
        font-size: 10px;
        padding: .7em .75em !important;
    }
}

/***Comments***/


/*Add the comment border*/

.single .comment-body {
    border: 5px solid #f7f6f5;
}


/*Position the text*/

.single .comment-body {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
}


/*Position the avatar container*/

.single .comment_avatar {
    position: relative;
    top: 0;
}


/*Position the avatar image*/

.single .comment_avatar img {
    display: inline-block;
    float: left;
    margin-right: 20px;
    height: auto;
}


/*Adjust the indent for replies*/

.single .comment .children {
    margin-left: 30px;
}


/*Style the comment form input text*/

.single #commentform textarea,
.single #commentform input:not(.et_pb_button) {
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 20px;
    color: #333;
    border: 5px solid #f5f5f5;
}


/*Styling for the reply link button only*/

.single a.comment-reply-link.et_pb_button {
    font-size: 14px;
    margin-right: 20px;
    top: 20px;
    padding: .1em .5em;
}


/*Move the submit button to the left*/

.single #commentform .form-submit {
    float: left;
}


/*Style the reply and submit buttons on hover*/

.single a.comment-reply-link.et_pb_button:hover,
.single .form-submit .et_pb_button:hover {
    background: transparent;
    color: #636789;
    font-weight: bold;
}


/*Hide the reply link button arrow*/

.single a.comment-reply-link.et_pb_button:hover:after {
    display: none;
}


/*Style the edit comment link*/

.single .comment-edit-link {
    color: #636789;
}


/*Comment Form*/


/*Style the logged in as link*/

.single p.logged-in-as a {
    color: #636789;
    text-transform: uppercase;
    font-size: 12px;
}


/*Remove excess padding from the form fields*/

.single p.comment-form-author,
.single p.comment-form-comment,
.single p.comment-form-email,
.single p.comment-form-url {
    padding-bottom: 0;
}


/*Align the form fields on larger screens*/

@media all and (min-width: 768px) {
    .single #commentform input#author {
        width: 48.5%;
        float: left;
    }
    .single #commentform input#email {
        width: 48.5%;
        float: right;
    }
    .single #commentform input#url {
        width: 100%;
    }
}




/* Preloader
-----------------------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 9999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.preloader .status {
  margin: -35px 0 0 -35px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.et_pb_image .et_overlay:before {
    color: #e8eced;
}


/*Blog sidebar*/

.lovely_blog_sidebar .et_pb_widget,
.single-post div#sidebar .et_pb_widget,
#sidebar .et_pb_widget {
    margin-bottom: 20px !important;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #f7f6f5;
}

.lovely_blog_sidebar .widgettitle,
.single-post div#sidebar .widgettitle,
body #page-container #sidebar .widgettitle {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.lovely_blog_sidebar div {
    margin-bottom: 12px;
    clear: both;
    text-align: center;
}

.lovely_blog_sidebar .et_pb_posts a.more-link,
body #page-container #sidebar .et_pb_posts a.more-link {
    display: table;
    clear: both;
    border: 1px solid #c7a79e;
    width: auto;
    padding: 0 2%;
    margin: 2% auto;
}

.lovely_blog_sidebar .et_pb_widget ul li,
.single-post div#sidebar .et_pb_widget ul li,
.et_pb_posts a.more-link,
.lovely_blog_sidebar .et_pb_widget ul li,
body #page-container #sidebar .et_pb_widget ul li {
    text-align: center;
}

.lovely_blog_sidebar.et_pb_widget_area_left {
    padding-right: 0 !important;
    border-right: none;
}

.lovely_blog_sidebar .widget_search input#searchsubmit,
.single-post div#sidebar .widget_search input#searchsubmit,
body #page-container #sidebar .widget_search input#searchsubmit {
    border: none;
    background: #d7e2e4;
    text-align: center;
    color: #454a54;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: auto;
    border-radius: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.lovely_blog_sidebar .widget_search #s {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*Styling for the posts*/
.lovely_blog_list .et_pb_post,
.custom_blog .et_pb_post {
    background-color: #fff;
    min-height: 350px;
    margin-bottom: 50px;
}
/*Sets the image size posts and moves it to the left of the text*/
.lovely_blog_list .et_pb_post a img,
.custom_blog .et_pb_post a img  {
    float: left;
    width: 320px;
    height: 350px;
    object-fit: cover;
    margin: 0 40px 0 0;
}

.custom_blog .et_pb_post a img {
    float: left !important;
    padding-right: 0 !important;
}

/*Resize the overlay to fit the image*/
.lovely_blog_list .et_overlay,
.custom_blog .et_overlay {
    width: 320px !important;
    height: 350px !important;
}
/*Stack the image and content on smaller screens*/
@media only screen and (max-width: 980px) {
    .lovely_blog_list .et_pb_post a img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        margin: 0 0 40px 0;
    }

    /*Resize the overlay on smaller screens*/
    .lovely_blog_list .et_overlay {
        width: 100% !important;
        height: 500px !important;
    }

    .lovely_blog_list .et_pb_post h2 {
        margin: 0 0 10px !important;
    }

    .lovely_blog_list .et_pb_post p {
        margin: 0;
    }

    .lovely_blog_list a.more-link {
        margin: 20px 0 30px 30px;
    }

    .lovely_blog_list .post-content {
        padding: 30px 0 30px;
    }
}


/*Style Read More Button on Blog*/
.lovely_blog_list a.more-link,
.custom-blog .et_pb_post a.more-link {
  display: inline-block;
  text-transform: uppercase;
  background: #ffffff;
  width: 47%;
  padding: 5px 10px;
  text-align: center;
  margin: 20px auto;
  letter-spacing: 1px;
  border: border: solid 2px #f7f6f5;;
  font-family: initial;
  font-size: 12px;
}



/*Read More Button Hover Style*/
.lovely_blog_list a.more-link:hover,
.custom-blog .et_pb_post a.more-link:hover {
  background: #ffffff !important;
  letter-spacing: 1px !important;
  display: inline-block;
  text-transform: uppercase;
  width: 47%;
  padding: 5px 10px;
  text-align: center;
  margin: 20px auto;
  letter-spacing: 1px;
  border: solid 2px #f7f6f5;;
  font-family: initial;
  font-size: 12px;
  color: #444 !important;
}

.et_pb_post .entry-content {
    padding-top: 0px !important;
}

.custom-blog .et_pb_post .entry-featured-image-url img, 
.archive .et_pb_post .entry-featured-image-url img {
    max-height: 310px;
    object-fit: cover;
    overflow: hidden;
}

/* Style Blog Post */   
    
.et_pb_image_container, 
.et_pb_blog_grid .et_main_video_container, 
.et_pb_blog_grid .et_audio_content, 
.et_pb_blog_grid .et_pb_post .et_pb_slider {
    margin: 0 !important;
}

.et_pb_blog_grid .et_pb_post {
    background-color: #fff;
    border: none !important;
    padding: 20px;
}

.et_pb_blog_grid .et_pb_post  a img{
   margin-bottom: 8%;
}


/*Hovers*/


.et_pb_blog_grid .et_pb_post {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.et_pb_blog_grid .et_pb_post:hover:after {
    opacity: 1;
    transform: translateY(30px);
    -webkit-animation: shrink2 0.4s infinite; /* Safari 4.0 - 8.0 */
    animation: shrink2 0.4s infinite;
    animation-iteration-count: 1;
}

.et_pb_blog_grid .et_pb_post:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    height: 10px;
    width: 90%;
    opacity: 0;
    transition-duration: 0.4s;
    transition-property: transform opacity;
    visibility: visible;
    margin: auto;
}

.et_pb_blog_grid .et_pb_post:hover {
    transform: translateY(-20px);

}

.et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    margin-bottom: 0 !important;
}


/* BLOG SMALL IMAGES */
 
/*.et_pb_post  a img {
    max-width: 50% !important;
    float: left !important;
    padding-right: 0 !important;
}

.lovely_blog_list .et_pb_post  a img {
    max-width: 50% !important;
    float: left !important;
    padding-right: 4 !important;
} */

.et_pb_blog .entry-title {
    margin-top: 0 !important;
    padding-bottom: 22px;
}

.et_pb_post  a img { 
    margin-bottom: 5px;
}

.et_pb_post  .entry-title { 
    text-transform: uppercase; 
}

.et_pb_blog_grid .et_pb_post {
    border: none !important;
    padding: 20px;
    border-width: 24px;
    border-color: #fff;
    box-shadow: 0px 70px 80px -6px rgba(85,85,85,0.17);
}

#page-container .et_pb_blog_grid .et_pb_post { 
    margin-bottom: 5% 0 !important; 
}

 
@media only screen and (max-width: 980px) {
.et_pb_post   a img{
float:none !important;
max-width: 100%!important;}
}




/* Pricing Table
-----------------------------------------------------*/

.lovely_pricing_table .et_pb_pricing_content .et_pb_pricing li span:before {
    display: none !important;
}

#page-container .lovely_pricing_table .et_pb_button_wrapper a.et_pb_pricing_table_button {
    padding: 11px 5px !important;
}

.lovely_pricing_table .et_pb_row {
    width: 95% !important;
}

.lovely_pricing_table .et_pb_pricing_table {
    padding: 3.3vw 3.5vw 3.6vw !important;
}

.lovely_pricing_table .et_pb_pricing_table.et_pb_featured_table {
    padding: 4vw 3.5vw 4.6vw !important;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.1);
    box-shadow: 0 0 12px rgba(0,0,0,.1);
}

.lovely_pricing_table .et_pb_pricing_table:not(.et_pb_featured_table ) {
    margin-top: 13px !important;
}

.lovely_pricing_table .et_pb_button_wrapper {
    padding: 0vw 0.4vw !important;
}

.lovely_pricing_table .et_pb_pricing_table_1.et_pb_pricing_table {
    background-color: #e8eced;
}

.lovely_pricing_table .et_pb_pricing_table_0,
.lovely_pricing_table .et_pb_pricing_table_1,
.lovely_pricing_table .et_pb_pricing_table_2 {
    border-color: #e8eced;
}

/* Woocommerce
-----------------------------------------------------*/
.woocommerce #content .quantity input.qty, 
.woocommerce .quantity input.qty, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-page #content .quantity input.qty, 
.woocommerce-page .quantity input.qty {
    height: 36px;
    border: 1px solid #ddd !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #000!important;
    background-color: #fff !important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    font-size: 16px!important;
    font-weight: 300!important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs, 
body.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0!important;
    padding: 0!important;
    background: #f7f6f5;
}


