/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

.lwp_cart_module {
    float: right;
    color: #333;
    border: 1px solid #7777773d;
    padding: 10px 20px;
    border-radius: 3px;
}



.shop-category-cta .column-cta .et_pb_promo {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    position: absolute!important;
    top: 25px;
    left: 25px;
}

.bottom-blurbs .et_pb_main_blurb_image {
    margin-bottom: 0;
    vertical-align: middle;
}

/* default header */

.default-header h1 {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.default-header.et_pb_bg_layout_light h1:after, .default-header.et_pb_bg_layout_light h1:before {
    background: rgba(0,0,0,.075);
}

.default-header h1:after, .default-header h1:before {
    position: absolute;
    top: 50%;
    content: "";
    width: 1000%;
    height: 1px;
}

.default-header h1:before {
    right: 105%;
    right: calc(100% + 25px);
}

.default-header h1:after {
    left: 105%;
    left: calc(100% + 25px);
}



/* DEAL CTA */

.deal-cta {
    padding: 50px 40px 60px!important;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0!important;
    position: relative;
	overflow: visible !important;
}

.deal-cta h3.price {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    padding: 5px 0 15px;
}

.deal-cta h3.price del {
    opacity: .6;
    font-weight: 400!important;
    font-size: 75%;
    padding-right: 5px;
    vertical-align: middle;
}





.deal-cta .ribbon {
    position: absolute;
    right: -45px;
    top: -55px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.deal-cta .ribbon strong {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #ed1b24;
    position: absolute;
    top: 19px;
    right: -21px;
}

.deal-cta .ribbon strong::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #cc1018;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #cc1018;
}

.deal-cta .ribbon strong::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #cc1018;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #cc1018;
}


/* mailchimp feliratkozás */

form.mc4wp-form input[type="text"],
form.mc4wp-form input[type="email"]{
    font-size: 18px;
    padding: 12px;
    width: 100%;
    border: 2px solid #caa466;
}

form.mc4wp-form input[type="submit"] {
    background: #000;
    color: #caa466;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 30px;
    border: 2px solid #caa466;
	cursor: pointer;
}

form.mc4wp-form input[type="submit"]:hover {
    border: 2px solid #000;
}

button.pum-close.popmake-close {
    background: #000 !important;
    color: #caa466 !important;
    font-weight: 600 !important;
}

/* BLOG */

article.et_pb_post {
    padding: 0px !important;
}

.et_pb_blog_grid .et_pb_image_container {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.et_pb_blog_grid .et_pb_image_container a.entry-featured-image-url {
    margin-bottom: 0px;
}

.et_pb_blog_grid .et_pb_post h2.entry-title {
    background: #000;
    color: #caa466;
    padding: 10px;
    left: -30px;
    position: relative;
    top: -30px;
	margin-bottom: -30px;
}

.et_pb_blog_grid .et_pb_post .post-content {
    padding: 20px;
}

.et_pb_blog_grid .et_pb_post a.more-link {
    background: #000;
    color: #caa466;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid #caa466;
    width: 60%;
    display: block;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
}

.et_pb_blog_grid .et_pb_post a.more-link:hover {
    border: 2px solid #000;
}



/* RESPONSIVE */

.mobile_menu_bar:before {
    color: #000 !important;
}

.mobile_menu_bar:after {
    content: "Menü";
    color: #000;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    top: -6px;
    position: relative;
}

.lwp_cart_module {
    float: none;
    width: 100% !important;
    display: block;
    text-align: center;
}



/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
.et_pb_slide_description {
min-height: 500px !important;
}
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
	.lwp_cart_module {
    float: none;
    width: 100% !important;
    display: block;
    text-align: center;
}

.default-header h1:after, .default-header h1:before {
display: none;
}

	
}