/*---------------------------------------------------------------------------------
 Theme Name:   Divi-Child
 Theme URI:    
 Description:  
 Author:       Keszweb
 Author URI:   https://keszweb.hu
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* Stacking order on mobile*/
@media all and (max-width: 980px) {
    /*** wrap row in a flex box ***/
    .custom_row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        /* Safari 6.1+ */
        flex-wrap: wrap;
    }
    .custom_row .et_pb_row .et_pb_column.et-last-child {}
    /*** custom classes that will designate the order of columns in the flex box row ***/
    .first-on-mobile {
        -webkit-order: 1;
        order: 1;
        margin-bottom: 30px!important;
    }
    .second-on-mobile {
        -webkit-order: 2;
        order: 2;
        margin-bottom: 0!important;
    }
    .third-on-mobile {
        -webkit-order: 3;
        order: 3;
    }
    .fourth-on-mobile {
        -webkit-order: 4;
        order: 4;
    }
    /*** add margin to last column ***/
    .custom_row:last-child .et_pb_column:last-child {
        margin-bottom: 30px;
    }
}

#et-top-navigation, #top-header .container {
    font-weight:normal;
 }

.aiowps-site-lockout-msg {
    font-size: 18px!important;
}

/*
/ * WooCommerce Account * /
#account-block ul li {
    margin-bottom: 2px;
    padding: 8px 20px;
    background-color: #E3E5EB!important;
}
#account-block ul li:hover, #account-block ul li:active {
    margin-bottom: 2px;
    padding: 8px 20px;
    background-color:#6666e2!important;
}
#account-block ul li a {
    color: #212327!important;
}
#account-block ul li a:active {
    color:#ffffff!important;
}
#account-block ul li a:hover {
    background-color: #71717b!important;
    opacity: 1 !important;
}
#account-block ul {
    padding: 0!important;
}
    */
/* WooCommerce info blocks */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background-color: #6666e2!important;
}

/* WooCommerce Buttons */
/* .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    background-color: #ffffff!important;
    color: #6666e2!important;
} */
/* .woocommerce-button.button.view {
    color: #ffffff!important;
} */


/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
    max-width:200px;
    /* font-size: 17px; */
    line-height: 26px;
  }
  nav.woocommerce-MyAccount-navigation ul li {
    padding: 8px 20px;
    background-color: rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #6666e2;
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ffffff!important; cursor: default;
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 22px solid transparent;
    border-left: 14px solid #6666e2;
    border-bottom: 22px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -5px;
  }
  nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background-color: rgba(0,0,0,0.07);
  }
  nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
    content: "";
    height: 0;
    width: 0;
    border-top: 22px solid transparent;
    border-left: 14px solid rgba(102, 102, 226, 0.1);
    border-bottom: 22px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -5px;
  }




/*---------- contact form 7 styling ----------*/
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #000 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit, #taxonomy-picker input[type="submit"] {
color: #6666e2 ;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover, #taxonomy-picker input[type="submit"]:hover {
color: #ffffff ;
background-color: #6666e2;
border-color: #6666e2;
padding: 6px 20px !important;
}
.wpcf7 input[type=checkbox] {
display: none;
}
.wpcf7 input[type=checkbox] + .wpcf7-list-item-label::before {
border-radius: 0;
}
.wpcf7 input[type=checkbox]:checked + .wpcf7-list-item-label::before {
content: "\2713";
font-size: 30px;
font-weight:600;
color: #666;
text-align: center;
line-height: 26px;
}
.wpcf7-list-item-label {
display: block;
cursor: pointer;
position: relative;
padding-left: 35px;
margin-right: 15px;
font-size: 15px;
}
.wpcf7-list-item-label::before {
content: "";
display: block;
width: 26px;
height: 26px;
margin-right: 10px;
position: absolute;
left: 0;
bottom: 0px;
background-color: #eee;
}
input[type=radio] {
/* display: none; */
}
.wpcf7 input[type=radio] + .wpcf7-list-item-label::before {
border-radius: 15px;
}
.wpcf7 input[type=radio]:checked + .wpcf7-list-item-label::before {
content: "\2022";
color: #666;
font-size: 30px;
text-align: center;
line-height: 26px;
}




/* Mega Menu */
.mega-header {
    text-decoration: underline;
}
#top-menu li.mega-menu>ul>li>a {
    padding: 0 20px 10px 15px!important;
}
.mega-header a {
    cursor: default;
}
.mega-header>ul>li>a {
    cursor:pointer;
}
.mega-header>ul>li>a:hover {
    cursor:pointer;
}
.mega-header ul li:hover {
background-color: #dfdfdf;
}




.ikon-blurb .et_pb_only_image_mode_wrap {
    display: inline-block;
}