/*
 Theme Name: Divi Child
 Description: Divi Child Theme
 Author: Elegant Themes
 Template: Divi
 Version: 1.0.6
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

#mailhook_felratkozas {
    border:0px;
}

#mailhook_felratkozas tr td {
    border-top:0px;
}

#mailhook_felratkozas .input {
    -webkit-appearance: none;
    padding: 14px 4% !important;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    width: 100%;
    font-weight: 400;
    border-width: 0;
    border-radius: 3px;
}

@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 classes that will designate the order of columns in the flex box row ***/
    .first-on-mobile {
    -webkit-order: 1;
    order: 1;
    margin-bottom: 20px !important;
    }
     
    .second-on-mobile {
    -webkit-order: 2;
    order: 2;
    }
     
    .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;
    }
     
}

/* Custom UL/LI icons - Target both the UL with the class and any UL inside that class */
.landing-page-text ul {
    list-style-type: none !important; /* or use list-style: none !important; */
    margin: 0;
    padding: 0;
}
/* Position list items to allow space for icons */
.landing-page-text ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
}
/* Inject your icon with ::before */
.landing-page-text ul li::before {
    content: "\e03c";         /* replace with the correct Unicode */
    font-family: "ETmodules"; /* Divi icon font family */
    position: absolute;
    left: 0;
    top: 0.1rem;              /* adjust vertically if needed */
    color: #FC9D20;           /* icon color */
    font-size: 1.3rem;        /* icon size */
    line-height: 1;
}

.landing-page-text-green-check ul {
    list-style-type: none !important; /* or use list-style: none !important; */
    margin: 0;
    padding: 0;
}
/* Position list items to allow space for icons */
.landing-page-text-green-check ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
}
/* Inject your icon with ::before */
.landing-page-text-green-check ul li::before {
    content: "\e052";         /* replace with the correct Unicode */
    font-family: "ETmodules"; /* Divi icon font family */
    position: absolute;
    left: 0;
    top: 0.1rem;              /* adjust vertically if needed */
    color: #0c633e;           /* icon color */
    font-size: 1.3rem;        /* icon size */
    line-height: 1;
}