.et_pb_slide_content, .et_pb_best_value {
	font-size: 15px;
}

#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et_toggle_slide_menu:after, .et-social-icon a:hover, .et_pb_sum, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_overlay:before, .entry-summary p.price ins, .et_pb_member_social_links a:hover, .et_pb_widget li a:hover, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .wp-pagenavi span.current, .wp-pagenavi a:hover, .nav-single a, .tagged_as a, .posted_in a {
	color: #fff;
}

.et_pb_contact_submit, .et_password_protected_form .et_submit_button, .et_pb_bg_layout_light .et_pb_newsletter_button, .comment-reply-link, .form-submit .et_pb_button, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_contact p input[type="checkbox"]:checked+label i:before, .et_pb_bg_layout_light.et_pb_module.et_pb_button {
	color: #fff;
}

.footer-widget h4 {
	color: #fff;
}

.et-search-form, .nav li ul, .et_mobile_menu, .footer-widget li:before, .et_pb_pricing li:before, blockquote {
	border-color: #fff;
}

.et_pb_counter_amount, .et_pb_featured_table .et_pb_pricing_heading, .et_quote_content, .et_link_content, .et_audio_content, .et_pb_post_slider.et_pb_bg_layout_dark, .et_slide_in_menu_container, .et_pb_contact p input[type="radio"]:checked+label i:before {
	background-color: #fff;
}

.et_secondary_nav_enabled #page-container #top-header {
	background-color: #fff !important;
}

#et-secondary-nav li ul {
	background-color: #fff;
}

#main-footer .footer-widget h4, #main-footer .widget_block h1, #main-footer .widget_block h2, #main-footer .widget_block h3, #main-footer .widget_block h4, #main-footer .widget_block h5, #main-footer .widget_block h6 {
	color: #fff;
}

.footer-widget li:before {
	border-color: #fff;
}

@media only screen and (min-width:981px) {
	.et_fixed_nav #page-container .et-fixed-header#top-header {
		background-color: #fff !important;
	}
	
	.et_fixed_nav #page-container .et-fixed-header#top-header #et-secondary-nav li ul {
		background-color: #fff;
	}
}

@media only screen and (min-width:1350px) {
	.et_pb_fullwidth_section {
		padding: 0;
	}
}

@media only screen and (max-width:980px) {
	#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
		background-color: #ff6a2a;
	}
}

.pa-toggle-blurb .et_pb_blurb_description {
	max-height: 200px;
	transition: max-height .3s ease-out;
	overflow: hidden;
}

.pa-toggle-blurb .et_pb_blurb_description:after {
	content: "";
	display: inline-block;
	position: absolute;
	pointer-events: none;
	height: 100px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, #fff 10%, transparent);
}

.pa-toggle-blurb .pa-blurb-expand-button {
	padding: .5em;
	text-align: center;
	color: #ff6a2a !important;
	font-weight: bold;
}

.pa-toggle-blurb .pa-blurb-expand-button span {
	cursor: pointer;
}

.pa-toggle-blurb .pa-blurb-expand-button .pa-blurb-toggle-icon {
	font-family: ETMODULES, "sans-serif";
}

.pa-toggle-blurb .pa-blurb-toggle-expanded {
	max-height: 2000px;
	transition: max-height .3s ease-in;
}

.pa-toggle-blurb .pa-blurb-toggle-expanded.et_pb_blurb_description:after {
	background: none;
}

.pa-toggle-text .et_pb_text_inner {
	max-height: 150px;
	transition: max-height .3s ease-out;
	overflow: hidden;
}

.pa-toggle-text .et_pb_text_inner:after {
	content: "";
	display: inline-block;
	position: absolute;
	pointer-events: none;
	height: 100px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, #fff 10%, transparent);
}

.pa-toggle-text .pa-text-expand-button {
	padding: .5em;
	text-align: center;
	color: #ff6a2a;
}

.pa-toggle-text .pa-text-expand-button span {
	cursor: pointer;
}

.pa-toggle-text .pa-text-expand-button .pa-text-toggle-icon {
	font-family: ETMODULES, "sans-serif";
}

.pa-toggle-text .pa-text-toggle-expanded {
	max-height: 2000px;
	transition: max-height .3s ease-in;
}

.pa-toggle-text .pa-text-toggle-expanded.et_pb_text_inner:after {
	background: none;
}

.feature_point {
	background-color: #fff;
	padding: 10px 20px 10px 20px;
	font-size: 40px;
}

.gallery-blog-thumb .et_pb_gallery_image {
	padding-top: 100%;
}

.gallery-blog-thumb .et_pb_gallery_item img {
	position: absolute;
	height: 45%;
	bottom: 0;
	object-fit: cover;
}

@media only screen and (min-width:600px) {
	.two-column {
		-moz-column-count: 2;
		-moz-column-gap: 1em;
		-webkit-column-count: 2;
		-webkit-column-gap: 1em;
		column-count: 2;
		column-gap: 1em;
	}
}

@media only screen and (max-width:980px) {}

@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;
	}
	
	.fifth-on-mobile {
		-webkit-order: 5;
		order: 5;
	}
}

.dnxte_blog_slider_0 .dnxte-blog-published, .dnxte_blog_slider_1 .dnxte-blog-published {
	margin-top: 0 !important;
	margin-right: 10px !important;
	margin-bottom: 0 !important;
	margin-left: 10px !important;
	display: none;
}

.et_mobile_menu {
	overflow: scroll !important;
	max-height: 80vh;
}

.et-menu li li a {
	padding: 6px 10px;
	width: 240px;
	line-height: 1.5em;
	display: center;
}

.nav li ul {
	position: center;
	padding: 20px 0;
	width: 300px;
}

.et_pb_menu .et_pb_menu__search-input {
	border: 0;
	font-weight: 500;
	width: 100%;
	color: #fff;
	background: transparent;
}

.dnxte-blog-published {
	margin-top: 0 !important;
	margin-right: 10px !important;
	margin-bottom: 0 !important;
	margin-left: 10px !important;
	display: none;
}

sup {
	font-size: 75%;
	line-height: 60%;
	bottom: .3em;
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle, ul.et_mobile_menu li.page_item_has_children .mobile-toggle, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle, .et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
	border-bottom: 0;
	text-align: center;
}

ul.et_mobile_menu>li.menu-item-has-children, ul.et_mobile_menu>li.page_item_has_children, ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children, .et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children, .et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children, .et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}

.et_mobile_menu .menu-item-has-children>a, .et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}

ul.et_mobile_menu .menu-item-has-children .sub-menu, #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu, .et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu, .et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible, #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible, .et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible, .et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle .dt-icons, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle .dt-icons {
	top: 10px;
	position: relative;
}

ul.et_mobile_menu li.menu-item-has-children:not(.dt-open) .mobile-toggle .dt-close-icon, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children:not(.dt-open) .mobile-toggle .dt-close-icon {
	display: none;
}

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle .dt-open-icon, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle .dt-open-icon {
	display: none;
}

.et_pb_contact_field_options_list {
	display: flex;
	flex-flow: row wrap;
}

@media all and (min-width:1100px) {
	.et_pb_contact_field_checkbox {
		flex-basis: 25%;
	}
}

@media all and (max-width:980px) {
	.et_pb_contact_field_checkbox {
		flex-basis: 33%;
	}
}

@media all and (max-width:757px) {
	.et_pb_contact_field_checkbox {
		flex-basis: 50%;
	}
}