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

/*Global*/
.lightbox-off .et_pb_gallery_item a {pointer-events: none;}
.lightbox-off .et_overlay {display: none !important;}
.et_pb_text_inner p{font-weight:400;}

/*Menu*/
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {padding: 20px 0;}

/*Testimonial*/
.difl_testimonialcarousel_0 .df_tc_arrows div {border-radius: 10px;}

/*Form*/
/*Make The Divi Contact Form Checkbox Or Radio Buttons Inline*/

.checkboxes-radio-buttons-inline .et_pb_contact_field_options_list span {
	display: inline-block;
	margin-right: 30px;
}

/*Home*/
/*.usa-states .df_ab_blurb_image img {
    border: 1px solid #d4d4d4 !important;
    padding: 20px;
    width: 175px !important;
    height: 175px !important;
    border-radius: 50%;
    box-shadow: 1px 2px 2px #d4d4d4;
    background: #f1f1f1;
}*/
.usa-states .df_ab_blurb_image{
    border: 1px solid #d4d4d4 !important;
    padding: 20px;
    width: 175px !important;
    height: 175px !important;
    border-radius: 50%;
    box-shadow: 1px 2px 2px #d4d4d4;
    background: #f1f1f1;
    margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;    
}

.usa-states .df_ab_blurb_image img{
	height:120px
}
.usa-states .nj .df_ab_blurb_image img{
	height:140px
}

/*Footer*/
.et-l--footer .et_pb_gallery_items {display: flex; flex-wrap: wrap; justify-content: center;}
.et-l--footer .et_pb_gallery_item {margin-bottom: 0 !important;}

/*Large Screen*/
@media only screen and (min-width: 1200px) {
	
}

/*Resposive*/
@media screen and (max-width: 800px) {
	.df_button_container {flex-wrap: wrap;}
	.df_button_container div {width: 100%; text-align: center; padding: 0 0 20px;}
	.df-heading br {display: none;}
	.usa-states .df_ab_blurb_container {flex-direction: column-reverse !important;}
	.usa-states .difl_advanced_blurb {min-height: auto;}
}
