
body, .et_pb_column_1_2 .et_quote_content blockquote cite, .et_pb_column_1_2 .et_link_content a.et_link_main_url, .et_pb_column_1_3 .et_quote_content blockquote cite, .et_pb_column_3_8 .et_quote_content blockquote cite, .et_pb_column_1_4 .et_quote_content blockquote cite, .et_pb_blog_grid .et_quote_content blockquote cite, .et_pb_column_1_3 .et_link_content a.et_link_main_url, .et_pb_column_3_8 .et_link_content a.et_link_main_url, .et_pb_column_1_4 .et_link_content a.et_link_main_url, .et_pb_blog_grid .et_link_content a.et_link_main_url, body .et_pb_bg_layout_light .et_pb_post p, body .et_pb_bg_layout_dark .et_pb_post p {
	font-size: 14px;
}

.et_pb_slide_content, .et_pb_best_value {
	font-size: 15px;
}

body, .et_pb_column_1_2 .et_quote_content blockquote cite, .et_pb_column_1_2 .et_link_content a.et_link_main_url, .et_pb_column_1_3 .et_quote_content blockquote cite, .et_pb_column_3_8 .et_quote_content blockquote cite, .et_pb_column_1_4 .et_quote_content blockquote cite, .et_pb_blog_grid .et_quote_content blockquote cite, .et_pb_column_1_3 .et_link_content a.et_link_main_url, .et_pb_column_3_8 .et_link_content a.et_link_main_url, .et_pb_column_1_4 .et_link_content a.et_link_main_url, .et_pb_blog_grid .et_link_content a.et_link_main_url, body .et_pb_bg_layout_light .et_pb_post p, body .et_pb_bg_layout_dark .et_pb_post p {
	font-weight: 400;
}

.et_pb_slide_content, .et_pb_best_value {
	font-weight: 400;
}

a {
	color: #fb6222;
}

@media only screen and (min-width:1350px) {
	.et_pb_row {
		padding: 27px 0;
	}
	
	.et_pb_section {
		padding: 54px 0;
	}
	
	.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
		padding-top: 81px;
	}
	
	.et_pb_fullwidth_section {
		padding: 0;
	}
}

h1, h1.et_pb_contact_main_title, .et_pb_title_container h1 {
	font-weight: 300;
}

h2, .product .related h2, .et_pb_column_1_2 .et_quote_content blockquote p {
	font-weight: 300;
}

h3 {
	font-weight: 300;
}

h4, .et_pb_circle_counter h3, .et_pb_number_counter h3, .et_pb_column_1_3 .et_pb_post h2, .et_pb_column_1_4 .et_pb_post h2, .et_pb_blog_grid h2, .et_pb_column_1_3 .et_quote_content blockquote p, .et_pb_column_3_8 .et_quote_content blockquote p, .et_pb_column_1_4 .et_quote_content blockquote p, .et_pb_blog_grid .et_quote_content blockquote p, .et_pb_column_1_3 .et_link_content h2, .et_pb_column_3_8 .et_link_content h2, .et_pb_column_1_4 .et_link_content h2, .et_pb_blog_grid .et_link_content h2, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_3_8 .et_audio_content h2, .et_pb_column_1_4 .et_audio_content h2, .et_pb_blog_grid .et_audio_content h2, .et_pb_column_3_8 .et_pb_audio_module_content h2, .et_pb_column_1_3 .et_pb_audio_module_content h2, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item h2, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
	font-weight: 300;
}

h5 {
	font-weight: 300;
}

h6 {
	font-weight: 300;
}

.et_pb_slide_description .et_pb_slide_title {
	font-weight: 300;
}

.et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item h2, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2, .et_pb_column_1_4 .et_pb_audio_module_content h2 {
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Jost", Helvetica, Arial, Lucida, sans-serif;
}

body, input, textarea, select {
	font-family: "Jost", Helvetica, Arial, Lucida, sans-serif;
}

blockquote {
	border-left: 5px solid #fb6222;
}

@media (min-width:980px) {
	.menu_cta {
		padding: 0px !important;
		border-radius: 5px;
		border: solid 0px #fb6222;
		transition: .3s;
		background-color: #fb6222;
		position: relative;
		top: -8px;
	}
	
	.menu_cta a {
		color: #555 !important;
		padding: 8px 13px 8px 13px !important;
	}
	
	#top-menu-nav .menu_cta a:hover {
		opacity: 1;
	}
	
	.menu_cta:hover {
		background: #fb6222;
	}
}

.myhlink ul.et-menu>li>a:before {
	content: "";
	width: 0;
	left: 50%;
	height: 2px;
	border-radius: 0px;
	background: #fb6222;
	position: absolute;
	z-index: -1;
	bottom: 7px;
	opacity: 0;
	transition: width .5s ease;
}

.myhlink ul.et-menu>li>a:hover:before, .myhlink ul.et-menu>li.current-menu-item>a:before {
	width: 90%;
	left: 0px;
	align-content: center;
	opacity: 1;
}

.myhlink ul.et-menu>li>a {
	z-index: 1;
}

.myhlink ul.et-menu li ul.sub-menu li a:before {
	content: "";
	width: 0;
	left: 0;
	height: 2px;
	border-radius: 0px;
	background: #fb6222;
	position: absolute;
	z-index: -1;
	bottom: -2px;
	opacity: 0;
	transition: width .5s ease;
}

.myhlink ul.et-menu li ul.sub-menu li a:hover:before, .myhlink ul.et-menu li ul.sub-menu li.current-menu-item a:before {
	width: 100%;
	opacity: 1;
}

.myhlink ul.et-menu li ul.sub-menu li a {
	z-index: 1;
	position: relative;
	display: inline-block;
}
