/*
Theme Name: Atelier For Divi
Theme URI: https://thedesignspacedemo.co/atelier-divi
Template: Divi
Author: The Design Space Co
Author URI: https://thedesignspace.co
Version: 1.1
Updated: 2020-07-21 21:33:55
*/


/* FONTS –––––––––––––––––––––––––––––– */

/* lemon-tuesday */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lemon Tuesday';
    src: url('fonts/Lemon Tuesday.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* abel-regular - latin: Navigation */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Abel';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/abel-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  

.lemon-tuesday {
    font-family: "Lemon Tuesday", Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 60px;
    font-weight: 500
    line-height: 1.7em;
}


/* ORIGINAL ATELIER THEME CSS –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/*NAVIGATION & HEADER*/

/*.last-link {
    font-family: "Lemon Tuesday";
    letter-spacing: 0px !important;
}*/
#main-header {
    box-shadow: none;
    border-top: solid 3px;
    border-bottom: solid 1px;
}
#top-menu a {
    font-weight: 400;
}
#top-menu li li {
    font-family: Abel;
	font-size: 14px;
}
#et-top-navigation .et-cart-info {
    margin-top: 7px;
}
.et_header_style_split #main-header .mobile_nav {
    border-radius: 0px !important;
    background-color: transparent !important;
    font-weight: 400 !important;
    border: solid 1px #f2f2f2 !important;
}
/*WOOCOMMERCE BUTTON STYLING*/
.et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_icon_visible.et_button_left.woocommerce-page a.button.alt {
	background-color: #f6decf;
}
.woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover {
	background-color: #000000 !important;
}
.woocommerce-page.et_pb_button_helper_class button.button {
	background-color: #f2f2f2;
}
.woocommerce-page.et_pb_button_helper_class button.button:hover {
	background-color: #000000 !important;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	opacity: 1;
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
	background-color: #000000 !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    font-size: 18px!important;
    border-radius: 2px;
    background-color: #000 !important;
    height: 36px;
}
/*WOO CAROUSEL SLIDER (IF INSTALLED)*/
.wpcs_product_carousel_slider .another_carousel_header i {
    position: absolute;
    top: 40% !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.wpcs_product_carousel_slider .owl-item .item h4.product_name a {
    font-weight: 400 !important;
    font-family: Abel;
}

/*READ MORE LINK*/
a.more-link {
    font-family: lemon-tuesday;
    font-size: 22px;
    float: right;
}
a.more-link:hover {
    color: #f6decf !important;
}

/*BACK TO TOP BUTTON*/
.et_pb_scroll_top.et-pb-icon {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #fff;
    background: rgba(246,222,207,0.7);
}

/*BLOG*/
.et_pb_fullwidth_post_slider_0.et_pb_slider_with_text_overlay .et_pb_slide_content {
    padding: 30px;
}
.product .related h2 {
    padding-bottom: 35px;
}


/* ADDED CSS –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/* NAVIGATION –––––––––––––––––––––––––––––– */

/* Font */
.et_header_style_split #et-top-navigation nav {
    font-family: "Abel", Helvetica, Arial, Lucida, sans-serif;
}

/* Styling "The Blog" */
.last-link {
    font-family: "Lemon Tuesday", Helvetica, Arial, Lucida, sans-serif !important;
    letter-spacing: 0px !important;
}