/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#document-request .gform_wrapper {
	padding: 15px !important;
}

.gform_wrapper input[type=checkbox] {
	margin: 0 5px 0 0 !important; 
}

#document-request .gfield_checkbox {
    margin: 3px 0 0 !important;
}

#document-request .gform_fields > li.gfield.gf_list_5col:nth-child(2n+3),
#document-request .gform_fields > li.gfield.gf_list_3col:nth-child(2n+3){
    background: #e9e9e9;
}

#document-request .gform_fields > li.gfield.gf_list_5col,
#document-request .gform_fields > li.gfield.gf_list_3col {
    padding: 15px 10px 5px;
    margin: 0 !important;
}

body .gform_wrapper ul#gform_fields_5 li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul#gform_fields_3 li.field_description_below div.ginput_container_checkbox {
	margin-top:0 !important;
}

#document-request .gform_wrapper .request_country_select .ginput_complex .ginput_left {
    width: 100% !important;
}

.gform_wrapper .request_country_select select {
	margin-top: 0 !important;
}


.nav>li#menu-item-3705 {
	margin-left:0;margin-right:6px;
	}



.nav>li#menu-item-3705>a {
	font-size:11px;font-weight:normal;margin-left:0;
	}


.nav>li#menu-item-3705>a::after { 
	content: "|";margin-left:6px; color:#fff;font-weight:normal;
	}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}