/* Yogicoat front-end UI — loaded after theme CSS */

html {
	scroll-behavior: smooth;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	background: #fff;
	overflow-x: hidden;
}

.container {
	width: 100% !important;
	max-width: 1140px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #da3c39;
	transition: color .2s ease, background-color .2s ease;
}

a:hover {
	color: #f58634;
}

/* Header */
.header {
	background: #fff;
	padding: 8px 0;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
	position: relative;
	z-index: 100;
}

.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.logo {
	width: auto !important;
	float: none !important;
	margin: 0;
	flex: 0 0 auto;
}

.logo h1,
.logo span {
	display: none !important;
}

.logo a {
	display: inline-block;
}

.logo img {
	max-height: 70px;
	width: auto;
	display: block;
}

.header_right {
	width: auto !important;
	float: none !important;
	flex: 1 1 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.toggle {
	display: none !important;
}

.sitenav {
	float: none !important;
	padding: 0;
}

.sitenav ul {
	margin: 0 !important;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 2px;
}

.sitenav ul li {
	display: block;
	position: relative;
}

.sitenav ul li a {
	padding: 10px 14px !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 4px !important;
	color: #333 !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .3px;
	background: transparent;
}

.sitenav ul li a:hover,
.sitenav ul li.current_page_item > a,
.sitenav ul li.current-menu-item > a {
	background-color: #f58634 !important;
	color: #fff !important;
}

.sitenav ul li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 230px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
	z-index: 50;
}

.sitenav ul li:hover > ul {
	display: block;
	width: auto;
}

.sitenav ul li ul li a {
	border-radius: 0 !important;
	margin: 0 !important;
}

/* Page banner */
.page-heading {
	background-image: linear-gradient(90deg, rgba(218, 60, 57, .85), rgba(245, 134, 52, .8)), url(https://www.yogicoat.com/wp-content/uploads/2017/06/about-brecrm-img.png);
	background-size: cover !important;
	background-position: center;
	padding: 28px 0 !important;
	margin-bottom: 0 !important;
	color: #fff;
}

.page-heading h1 {
	float: none !important;
	font-size: 28px !important;
	line-height: 1.3 !important;
	margin: 0 !important;
	color: #fff !important;
	font-weight: 500;
}

.page-heading .breadcrumbs {
	float: none !important;
	margin: 8px 0 0 !important;
	padding: 0;
}

.page-heading .breadcrumbs li,
.page-heading .breadcrumbs li a {
	color: #fff;
	font-size: 14px;
}

.home .page-heading {
	display: none !important;
}

/* Layout */
.yogicoat-page {
	padding: 0 0 40px;
}

.page_content {
	padding-top: 10px;
}

.entry-content p {
	margin-bottom: 14px;
	line-height: 1.75;
}

.vc_custom_heading {
	margin: 8px 0 6px;
	font-weight: 500;
	line-height: 1.3;
}

.vc_btn3-container {
	margin: 12px 0 20px;
}

.yogicoat-btn,
.vc_general.vc_btn3 {
	display: inline-block;
	background: #f58634;
	color: #fff !important;
	padding: 8px 18px;
	border: none;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .4px;
}

.yogicoat-btn:hover,
.vc_general.vc_btn3:hover {
	background: #da3c39;
	color: #fff !important;
}

.wpb_single_image img {
	border-radius: 4px;
}

.vc_box_outline img,
.vc_box_border img {
	border: 1px solid #e6e6e6;
	padding: 4px;
	background: #fff;
}

.vc_align_center {
	text-align: center;
}

.yogicoat-stretch {
	padding: 28px 0;
}

.yogicoat-fullbleed {
	margin: 0;
	padding: 0;
}

.yogicoat-fullbleed .wpb_text_column,
.yogicoat-fullbleed .wpb_wrapper {
	margin: 0;
	padding: 0;
}

.yogicoat-fallback-slider img,
.yogicoat-fullbleed img {
	width: 100%;
	display: block;
}

.wpb_text_column ul {
	margin: 10px 0 16px 20px;
}

.wpb_text_column li {
	margin-bottom: 6px;
}

/* Product / content tables */
.entry-content table,
.wpb_text_column table,
#pro-table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0 28px;
	font-size: 15px;
	background: #fff;
}

.entry-content table th,
.entry-content table td,
.wpb_text_column table th,
.wpb_text_column table td,
#pro-table th,
#pro-table td {
	border: 1px solid #e2e2e2;
	padding: 10px 12px;
	text-align: left;
	vertical-align: top;
}

.entry-content table tr:first-child,
.wpb_text_column table tr:first-child,
#pro-table tr:first-child {
	background: #f58634 !important;
	color: #fff;
}

.entry-content table tr:first-child td,
.entry-content table tr:first-child th,
.wpb_text_column table tr:first-child td,
.wpb_text_column table tr:first-child th {
	color: #fff;
	font-weight: 600;
}

.entry-content table tr:nth-child(even),
.wpb_text_column table tr:nth-child(even) {
	background: #fafafa;
}

/* Contact */
.cont i,
.wpb_text_column .fa {
	color: #f58634;
	margin-right: 8px;
}

/* Footer */
.footer {
	background: #1f1e1e;
	color: #cfcfcf;
	margin-top: 0 !important;
	padding: 20px 0 10px;
}

.footer .textwidget,
.cols-4 p,
.cols-4 ul li a {
	color: #ddd;
}

.copyright-wrapper {
	background: #151414;
	color: #bbb;
	padding: 14px 0;
	font-size: 13px;
}

.copyright-wrapper a {
	color: #f58634;
}

/* Footer: second "Products Range" column → "More Products" */
.footer #text-8 h5,
.footer h5.yogicoat-footer-more {
	font-size: 0 !important;
	line-height: 0;
}

.footer #text-8 h5::after,
.footer h5.yogicoat-footer-more::after {
	content: "More Products";
	font-size: 15px;
	line-height: 1.3;
	color: #fff;
	font-weight: 500;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.footerright a {
	font-size: 20px;
	margin-left: 8px;
	color: #fff;
}

.footerright a:hover {
	color: #f58634;
}

/* Contact form */
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	width: 100%;
	max-width: 100%;
	float: none;
	margin: 0 0 12px;
	padding: 10px 12px;
	height: auto;
	min-height: 42px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: none;
}

.wpcf7 textarea {
	min-height: 120px;
}

.wpcf7 input[type="submit"] {
	background: #f58634;
	margin-top: 8px;
	padding: 10px 28px;
	font-size: 16px;
	border-radius: 4px;
}

.wpcf7 input[type="submit"]:hover {
	background: #da3c39;
}

/* Meta slider fallback */
.metaslider,
.ml-slider,
.yogicoat-fallback-slider {
	max-width: 100% !important;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 0 10px;
	background: #111;
	line-height: 0;
}

.yogicoat-fallback-slider .yogicoat-slide {
	display: none;
	width: 100%;
}

.yogicoat-fallback-slider .yogicoat-slide.is-active {
	display: block;
}

.yogicoat-fallback-slider img,
.yogicoat-fallback-slider .yogicoat-slide-img {
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: cover;
	display: block;
}

/* Ensure VC images always show */
.wpb_single_image,
.wpb_single_image .vc_figure,
.wpb_single_image .vc_single_image-wrapper {
	display: block;
	width: 100%;
}

.wpb_single_image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/* Full-width page content should not be squeezed by Twenty Seventeen leftovers */
.yogicoat-page .entry-content,
.page_content .entry-content,
.entry-content .vc_row {
	max-width: none;
}

.entry-content .vc_row.vc_row-fluid {
	margin-left: -15px;
	margin-right: -15px;
}

.site-content .wrap,
.panel-content .wrap {
	max-width: 1140px;
}

/* Hide broken custom header leftovers if any */
.wp-custom-header img[src*="localhost"] {
	display: none !important;
}

/* Inner page product tables / images spacing */
.yogicoat-page .wpb_single_image {
	margin-bottom: 12px;
}

.yogicoat-page h1,
.yogicoat-page h2,
.yogicoat-page h3,
.yogicoat-page h4,
.yogicoat-page h5 {
	color: #da3c39;
}

/* Contact / inquiry forms full width */
.wpcf7,
.wpcf7-form {
	max-width: 720px;
}

/* Inner page title already in banner */
.site-main h1.entry-title {
	display: none;
}

/* Product range cards spacing */
.yogicoat-row:after,
.vc_row:after,
.wpb_row:after {
	content: "";
	display: table;
	clear: both;
}

.yogicoat-row {
	margin-left: -15px;
	margin-right: -15px;
}

.vc_column_container {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 18px;
}

.vc_column-inner {
	padding: 0;
}

/* Home welcome row */
.home .wpb_single_image img {
	max-height: 220px;
	object-fit: contain;
}

.home .yogicoat-fullbleed .wpb_single_image img,
.home .yogicoat-fullbleed img {
	max-height: none;
	object-fit: cover;
}

/* Mobile */
@media screen and (max-width: 980px) {
	.header .container {
		display: block;
	}

	.logo {
		text-align: center;
		width: 100% !important;
		margin-bottom: 8px;
	}

	.logo img {
		margin: 0 auto;
		max-height: 58px;
	}

	.toggle {
		display: block !important;
		width: 100%;
	}

	.toggle a,
	.toggleMenu {
		display: block;
		width: 100%;
		background: #f58634;
		color: #fff !important;
		padding: 12px 16px;
		text-align: left;
		font-weight: 600;
		border-radius: 4px;
	}

	.header_right {
		display: block;
		width: 100% !important;
	}

	.sitenav {
		display: none;
		width: 100%;
		background: #fff;
		border: 1px solid #eee;
		margin-top: 8px;
	}

	.sitenav ul {
		display: block;
	}

	.sitenav ul li {
		display: block;
		border-bottom: 1px solid #eee;
		width: 100%;
	}

	.sitenav ul li a {
		padding: 12px 14px !important;
		border: none !important;
		color: #333 !important;
	}

	.sitenav ul li ul {
		position: static;
		display: block;
		width: 100%;
		box-shadow: none;
		padding-left: 12px;
	}

	.page-heading {
		padding: 20px 0 !important;
	}

	.page-heading h1 {
		font-size: 20px !important;
	}

	.footerleft,
	.footerright {
		float: none;
		text-align: center;
		margin-bottom: 8px;
	}

	.vc_col-sm-2,
	.vc_col-sm-3,
	.vc_col-sm-4,
	.vc_col-sm-6,
	.vc_col-sm-8,
	.vc_col-sm-10 {
		width: 100% !important;
		float: none !important;
	}

	.entry-content table,
	.wpb_text_column table {
		display: block;
		overflow-x: auto;
	}
}

@media screen and (min-width: 768px) {
	.vc_col-sm-1 { width: 8.3333%; float: left; }
	.vc_col-sm-2 { width: 16.6667%; float: left; }
	.vc_col-sm-3 { width: 25%; float: left; }
	.vc_col-sm-4 { width: 33.3333%; float: left; }
	.vc_col-sm-5 { width: 41.6667%; float: left; }
	.vc_col-sm-6 { width: 50%; float: left; }
	.vc_col-sm-7 { width: 58.3333%; float: left; }
	.vc_col-sm-8 { width: 66.6667%; float: left; }
	.vc_col-sm-9 { width: 75%; float: left; }
	.vc_col-sm-10 { width: 83.3333%; float: left; }
	.vc_col-sm-11 { width: 91.6667%; float: left; }
	.vc_col-sm-12 { width: 100%; }
}
