/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/

/*-------------------[Gravity form]--------------------*/

.gform_button {
    background: #f10806;
    border: none;
    color: #fff;
    width: 100px;
    height: 35px;
    font-weight: bold;
    font-size: 14px;
}
.gform_button:hover {
    background: #e89623;
}

/*-------------------[Pageination]--------------------*/
.wp-pagenavi {
    text-align: center;
}
.pages {
    background-image: linear-gradient(90deg, #f80906 0%, #e89923 100%);
    margin-right: 10px !important;
}
.current {
    background-image: linear-gradient(90deg, #f80906 0%, #e89923 100%);
}

/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/

/*------------------[Contact Page]--------------------*/

.contact-form .gform_fields input[type=text], 
.contact-form .gform_fields input[type=email], 
.contact-form .gform_fields input[type=tel], 
.contact-form .gform_fields textarea {
    border: none !important;
    border-bottom: 1px solid #cbcbcb !important;
}

/*------------------[Shop Page]--------------------*/

.shop p.woocommerce-result-count {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}
.woocommerce-pagination ul li span.page-numbers.current,
.woocommerce-pagination ul li a.page-numbers {
    padding: 10px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/

.newsletter #gform_1 .gform_footer button#gform_submit_button_1:after {
    content: '';
    background-image: url(/wp-content/themes/Divi_Child/img/airplane-white.webp);
    width: 40px;
    height: 50px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 1;
    margin-left: 0;
}

/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/




