/*
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]--------------------*/
/*------------------------------------------------*/
/*.page-id-210 .post-847,.page-id-210 .post-856,.page-id-210 .post-861 ,.page-id-210 .post-868 {
	display:none;
}*/


/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/
#main-header {
    display: none;
}
#page-container {
    padding-top: 0px !important;
}
#header #row1 #col2 {
	display:flex;
	justify-content: end;
}
#header #row1 #col2 .et_pb_module.et_pb_image {
    margin: 0;
    /* margin-right: -14px; */
}
#header #row1 #col2 .et_pb_image_wrap:before{
    content: "";
    position: absolute;
    top: 34px;
    background-image: url(http://citizensafety.org/wp-content/uploads/2021/09/Vector-Smart-Object8.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    right: 11px;
	z-index:9999999;
}
#header #row1 #col2 .et_pb_image_1 .et_pb_image_wrap:before{
    display:none !important;
}
#header #menu-mainmenu li  {
    padding-right: 30px;
}
/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/
#sec4 .dica_divi_carouselitem {
   box-shadow: 6px 8px 12px -4px rgb(0 0 0 / 16%);
}
#sec5 #row1 input,#modal2 input{
    width: 100%;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #dcdcdc;
    margin-right: 4px;
    border-radius: 3px;
    margin-bottom: 8px;
}
#sec5 #row1 textarea,#modal2 textarea{
    width: 100%;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #dcdcdc;
    height: 125px;
    border-radius: 3px;
}
#sec5 #row1 input[type=submit],#modal2  input[type=submit]{
    font-size: 18px;
    border: 2px solid #ee6f44;
    padding: 10px 0;
    background-color: #ee6f44;
    color: #ffffff;
    font-weight: 400;
    width: 100%;
    border-radius: 10px;
    text-transform: uppercase;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}
.modal-content {
    padding: 35px;
}
.tax-product_cat #main-content .container:before { 
	display: none !important;
}
.tax-product_cat #left-area { 
	width: 100%;
	padding: 0!important;
 }
/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/
#def .et_pb_button_module_wrapper{
	display:inline-block;
}
#tablepress-1 tr td {
    padding: 6px 8px !important;
}
#tablepress-1 td.column-3 {
    width: 155px;
}
#center thead th  {
    background-color: #e1e1e1 !important;
}

#trainingcenters .et_pb_module_header{
	padding-bottom: 2px;
}
#aboutus ::marker {
    color: #223190;
}
/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/
#footer-widgets,#footer-bottom {
	display:none;
}

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


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


.btn-themee-modal{
	font-size: 18px;
    border: 2px solid #ee6f44;
    padding: 10px 0;
    background-color: #ee6f44;
    color: #ffffff;
    font-weight: 400;
    width: 100%;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

.themee-modal-header{
	padding: 0;
	text-transform: uppercase;
	 color: #ee6f44;
}

.btn-form-modal{
	margin-top: 20px;
}

@media only screen and (min-width: 981px){
	#sec4 #row3 .et_pb_column {
		 width: 31.3333% !important;
	}
	#sec4 #row3 {
		justify-content: center;
	}
}
@media only screen and (max-width: 980px){
		#header #row1 #col2 {
		display:flex;
		justify-content: center;
	}
}

/* -----------------------------bootstrap css------------------------------------------ */




.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}



span.select2.select2-container.select2-container--default.select2-container--below {
    width: 100% !important;
}


input#shipping_method_0_upsdap_nextdayairearlyam,input#shipping_method_0_usps_parcelselect,input#shipping_method_0_upsdap_nextdayairsaver,input#shipping_method_0_upsdap_2nddayairam, input#shipping_method_0_upsdap_3dayselect{
    display: none;
}

label[for="shipping_method_0_upsdap_nextdayairearlyam"],label[for="shipping_method_0_usps_parcelselect"],label[for="shipping_method_0_upsdap_nextdayairsaver"],label[for="shipping_method_0_upsdap_3dayselect"],label[for="shipping_method_0_upsdap_2nddayairam"] {
    display: none !important;
}

.archive a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .et_shop_image,.products.columns-4 a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .et_shop_image {position: relative;padding-top: 100%;}

.archive img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail ,.products.columns-4 img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{position: absolute;width: 100% !important;height: 100% !important;top: 0;object-fit: contain;bottom: 0;left: 0;right: 0;}


.home li.et-social-twitter.et_pb_social_media_follow_network_1 {
    display: none !important;
}

