/*
 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:        4.11.3
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.et_pb_section{
	background-color:#f6f7f8!important;
}
body {
    background-color: #f6f7f8 !important;
}
.et_pb_blog_grid .et_pb_image_container {
    height: 250px;
    overflow: hidden;
}

.et_pb_blog_grid .et_pb_image_container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.et_pb_blog_grid .et_pb_post {
    min-height: 500px!important;
    max-height: 500px;
    position: relative;
}

.et_pb_blog_grid .et_pb_post a.more-link {
    position: absolute;
    bottom: 2%;
    right: -60px;
}
@media (max-width: 782px) {
    #wpadminbar {
        display: none !important;
    }

    html {
        margin-top: 0 !important;
    }
}
/* Flip Divi row columns only on mobile */
@media (max-width: 767px) {
  .flip-mobile {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
	.flip-mobile .et_pb_column.et-last-child {
		margin-bottom: 20px !important;
	}
}

/* Mailchimp popup styles */

/* Wrapper */
#mc_embed_signup {
    max-width: 360px;
    background: #ffffff;
    padding: 40px 30px 30px;
    font-family: "Georgia", "Times New Roman", serif;
    text-align: center;
}

/* Headline */
#mc_embed_signup h2,
#mc_embed_signup .mc-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000;
}

/* Description text */
#mc_embed_signup p,
#mc_embed_signup .mc-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0px;
}

/* Email input */
#mc_embed_signup input[type="email"],#mc_embed_signup input[type="text"] {
    width: 100%;
    padding: 14px 15px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 18px;
    font-family: inherit;
    box-sizing: border-box;
}

/* Placeholder */
#mc_embed_signup input::placeholder {
    color: #999;
}

/* Submit button */
#mc_embed_signup input[type="submit"] {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 15px 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
}

/* Button hover */
#mc_embed_signup input[type="submit"]:hover {
    background: #222;
}

/* Privacy text */
#mc_embed_signup .privacy-text {
    font-size: 13px;
    color: #777;
    margin-top: 20px;
}

/* Remove Mailchimp default styles */
#mc_embed_signup .clear {
    clear: both;
}

/* Popup Maker compatibility */
.pum-content #mc_embed_signup {
    padding: 0;
}
.pum-close {
    background: transparent !important;
    border: 2px solid #000 !important;
    color: #000 !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 30px !important;
    line-height: 22px !important;
    border-radius: 0px !important;
    right: 0px !important;
    top: 0px !important;
    /* padding: 10px !important; */
}

.mc_embed_signup-page{
	background: transparent!important;
    width: 100%!important;
    max-width: 100%!important;
    padding: 15px 0px 0px 0px!important;
    margin: 0px auto!important;
}
#main-content .button {
    background-color: #459395 !important;
    color: #fff !important;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #efefef!important;
}
ul.woocommerce-error a {
    color: red;
}