/*
 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:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
span.title {
    font-family: 'Darker Grotesque',Helvetica,Arial,Lucida,sans-serif;
    color: #435e29;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/******** respo *********/
@media only screen and (max-width: 980px)
{
	.reverse {
    flex-direction: column-reverse;
		display:flex;
}

}

@media only screen and (min-width: 981px)
{
.middle{
    align-items: center !important;
    display: flex;
	}}
/**************************/

button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    position: relative;
    bottom: 0px !important;
}


.dsm_contact_form_7 input[type=text] {
    margin-bottom: 8px;
}

.dsm_contact_form_7 input[type=text] {
    margin-bottom: 8px;
}


button.wpcf7-form-control.wpcf7-submit.et_pb_button.et_pb_bg_layout_light {
    color: #000000!important;
    border-width: 3px!important;
    border-color: #000000;
    letter-spacing: 0.16em;
    font-size: 17px;
    font-family: 'Darker Grotesque',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 800!important;
    text-transform: uppercase!important;
    background-color: RGBA(255,255,255,0);
    margin-top: 26px;
}

.class-btn a {
    background-color: #4b822b;
    padding: 18px !important;
    color: #fff !important;
    font-size: 18px;
    border-radius: 0px;
    border-radius: 5px;
}

@media only screen and (min-width: 981px)
{
	.et_pb_gallery_items.et_post_gallery:before, .et_pb_gallery_items.et_post_gallery:after{
	display: none;
}
.et_pb_gallery .et_pb_grid_item {
  width: 23% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.et_pb_gallery_items.et_post_gallery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}
}
