/*
 Theme Name:     Divi Child Theme
 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
------------------------------------------------------- */

.et_pb_row,
.container {
    width: 90%;
}
.widget {
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding: 30px 30px 20px;
    word-break: break-word;
}
.widget ul {
    letter-spacing: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li a {
    color: #1a1a1a;
    font-weight: 600;
    text-transform: uppercase;
}
.widget ul li a:hover {
    color: #62a83d;
}
.wp-block-search .wp-block-search__label {
    display: block!important;
    font-weight: normal!important;
}
#left-area .post-meta {
    text-transform: uppercase;
}
#left-area .post-meta a {
    color: #62a83d;
    font-weight: bold;
}
.product-category-widget {
    display: none;
}
.woocommerce-page .product-category-widget {
    display: block!important;
}
.woocommerce-page .widget_categories,
.woocommerce-page .widget_search,
.woocommerce-page .widget_archive {
    display: none;
}

/* Contact Form 7 */
.wpcf7 a {
    text-decoration: underline;
}
.wpcf7 a:hover {
    text-decoration: none;
}
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 textarea {
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 16px;
    width: 100%;
}
.wpcf7 .wpcf7-submit {
    background-color: #62a83d;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 1em;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.wpcf7 textarea {
    height: 160px;
}
.wpcf7 .wpcf7-submit:hover {
    background-color: #62a83d;
    cursor: pointer;
}
span.wpcf7-not-valid-tip {
    color: #773327;
    padding: 5px 16px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
    background-color: #333;
    border: none;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #000;
    border: none;
    color: #fff;
    margin: 16px 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: #773327;
    border: none;
    color: #fff;
    margin: 16px 0;
    padding: 1em;
}
.grecaptcha-badge {
    visibility: hidden!important;
}

/*** 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) {
    .mobile_menu_bar::before {
        border: 1px solid #fff;
        border-radius: 4px;
        color: #fff!important;
        padding: 2px 2px 0;
    }
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
    img.alignright {
        display: block;
        float: none;
        margin: 0 0 1em 0;
    }
}