/*
 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
------------------------------------------------------- */
html, body {
	overflow-x: hidden !important;
}

a {
    text-decoration: none;
}

@media (min-width: 1440px) {
	.et_pb_row {
		max-width: 1320px !important;
	}
}
@media (min-width: 1600px) {
	.et_pb_row {
  		max-width: 1440px !important;
	}
}
.forminator-module-edit-link, .forminator-edit-module {
    display: none !important;
}
.forminator-ui {
	margin: 20px 0 0 !important;
}
.custombullet ul li {
	padding-left: 0;
	list-style:none;
}
.custombullet ul li::before {
	content: '\45'; /* or \35 or \24 */
	display: inline-block;
	font-family:'ETmodules';
	font-size: 1em;
	vertical-align: middle;
	margin-left: -1em;
	width: 1em;
}
.custombullet ul li::after {
	margin-right: 0;
	padding-right: 0;
}
@media all and (max-width: 980px) {
	.custom_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}
	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}
	.fourth-on-mobile {
		-webkit-order: 4;
		order: 4;
	}
}
.footicons {
	width: 32px;
	margin-right: 8px;
}

.et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:after {
	display: block;
	content: "\f068" !important;
	font-family: 'FontAwesome' !important;
	font-size: 18px !important;
	position: absolute;
    right: -3px;
    top: 0;
}

.et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close .et_pb_toggle_title:before {
	display: block;
	content: "\f067" !important;
	font-family: 'FontAwesome' !important;
	font-size: 18px !important;
}

/* CSS code for inline buttons */
@media screen and (min-width: 981px) { /* only desktop */
	.inline-btns .et_pb_button_module_wrapper.et_pb_module {
		display: inline-block;
	}
}
/* CSS code for inline buttons ENDS */

/* Fix image module height and allow image to crop (to standardize the height of all images) */
@media screen and (min-height: 480px) {
	.fixed-crop-image {
	  height: 100%;
	  overflow: hidden;
	}

	.fixed-crop-image .et_pb_image_wrap {
	  height: 100%;
	  display: block;
	}

	.fixed-crop-image img {
	  height: 100%;
	  width: 100%;
	  object-fit: cover;
	  display: block;
	}
}
@media screen and (max-width: 767px) {
	.categorylistgr {
		display: none;
	}
}
.mfp-bottom-bar .mfp-title {
  display: none !important;
}