/*
Theme Name: Tovo
Theme URI: https://www.wpbeaches.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Neil Gowran
Author URI: https://www.wpbeaches.com
template: bb-theme
*/

/* Intial CSS is via the parent skin - fl-automator-skin-css */

/* November Work - Hero */

/* @media(max-width:800px) {
	.tovo-light-logo > .fl-row-content-wrap {
		background: url(/wp-content/uploads/2025/11/TOVO-Logo-black-30.png) no-repeat center / contain, url(/wp-content/uploads/2025/11/skyline2.webp) no-repeat center top / cover !important;
	}
} */


/* target the Beaver row that has your class */
.tovo-light-logo {
	position: relative;
}

/* put overlay on the inner content wrap (this is where BB paints bg) */
.tovo-light-logo>.fl-row-content-wrap {
	position: relative;
	/* anchor ::before */
}

/* logo overlay */
.tovo-light-logo>.fl-row-content-wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("/wp-content/uploads/2025/11/TOVO-Logo-black-30.png") no-repeat center center;
	background-size: clamp(240px, 45vw, 900px);
	opacity: 1;
	/* tweak as needed */
	z-index: 0;
	/* behind modules */
	pointer-events: none;
}

/* ensure all modules sit above the logo */
.tovo-light-logo>.fl-row-content-wrap>.fl-row-content {
	position: relative;
	z-index: 1;
}

/* Mobile: make logo bigger */
@media (max-width: 768px) {
	.tovo-light-logo>.fl-row-content-wrap::before {
		background-size: clamp(320px, 80vw, 520px);
		background-size: 95% auto;
		/* or: background-size: 85% auto; */
	}
}



/* Smart Slider style height: based on width */
/* Force our responsive height to win */

/* DESKTOP (>=1025px): ~50vw ratio */
.tv-hero,
.tv-hero>.fl-row-content-wrap {
	min-height: clamp(512px, 50vw, 960px) !important;
	height: auto !important;
}

/* TABLET (768–1024px): pinned near 686 then eases up to 771 */
@media (max-width: 1024px) {

	.tv-hero,
	.tv-hero>.fl-row-content-wrap {
		min-height: clamp(686px, 75vw, 771px) !important;
		height: auto !important;
	}
}

/* MOBILE (<=767px): pinned near 695 then eases up to 746 */
@media (max-width: 767px) {

	.tv-hero,
	.tv-hero>.fl-row-content-wrap {
		min-height: clamp(695px, 97vw, 746px) !important;
		height: auto !important;
		max-height: 746px !important;
		/* hard cap to match Smart Slider */
	}
}


.tv-hover-flex-container .fl-module-content {
	margin: 0 auto;
}

body .tl-light-archive .fl-post-grid-title {
	text-align: center;
}

@media(min-width:1023px) {
	.tv_related-lights .fl-post-grid {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}	
}


.tv-product-logos {
	display: flex;
	gap: 34px;
	align-items: flex-start;
	flex-wrap: wrap;
}

.tv-product-logo-img {
	height: 60px;
	width: auto;
	display: block;
}

.tv-product-logo-title {
	margin-top: 6px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-align: center;
}

.tv-product-logo-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* End of November work */
.projects-archive .fl-post-image {
	height: 550px;
}

.projects-archive img {
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.projects-archive .fl-post-grid-post {
	position: relative;
}

.projects-archive .fl-post-text {
	position: absolute;
	width: 100%;
	z-index: 100;
	bottom: 20px;
	left: 15px;
}

.projects-archive .fl-post-title,
.projects-archive .fl-post-title a {
	color: #fff;
	text-align: left !important;
	font-size: 16px !important;
}

.projects-archive .fl-post-column {
	padding-bottom: 5px !important;
}

.projects-archive .fl-post-text {
	padding: 0 !important;
}

.projects-archive .fl-post-image img:hover {
	filter: grayscale(100%);
}

@media(max-width:767px) {

	/* Hide the title initially */
	.projects-archive .fl-post-title {
		opacity: 1;
		transition: opacity 0.3s ease;
	}

	/* On hover over the image, reveal the title */
	.projects-archive .fl-post-image:hover+.fl-post-text .fl-post-title,
	.projects-archive .fl-post-title:hover {
		opacity: 1;
	}
}

@media(min-width:768px) {

	/* Hide the title initially */
	.projects-archive .fl-post-title {
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	/* On hover over the image, reveal the title */
	.projects-archive .fl-post-image:hover+.fl-post-text .fl-post-title,
	.projects-archive .fl-post-title:hover {
		opacity: 1;
	}

}

.lights-used-projects {
	text-align: center;
}

.tovo-project-gallery .pp-gallery-overlay .pp-caption {
	margin-bottom: 10px;
	color: #fff;
}

a {
	color: #58595b;
	color: #6d6e71;

}

a:hover,
a:focus {
	color: #000000;
	text-decoration: underline;

}

#menu-primary-menu a:hover {
	text-decoration: none;
}

footer .fl-module-content a:hover {
	text-decoration: underline;
}



@media (max-width:1024px) {
	/* 	
	body {
        font-size: 14px;
        line-height: 1.4;
    }

    h1 {
        font-size: 30px;
        line-height: 1.4;
    }

    h2 {
        font-size: 27px;
        line-height: 1.4;
    }

    h3 {
        font-size: 21px;
        line-height: 1.4;
    }

    h4 {
        font-size: 15px;
        line-height: 1.4;
    } */
}

@media (max-width: 767px) {


	/* h1 {
        font-size: 40px;
        line-height: 1.4;
    } 

    h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    h4 {
        font-size: 14px;
        line-height: 1.4;
    }*/

}


.tl-page-title .fl-heading-text,
.tl-page-title .uabb-heading {
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 1px solid #999;
	font-size: 25px;
	margin-bottom: 40px;
	letter-spacing: 3px;
	font-family: Avenir-45-Book;
}

.tl-page-title-no-underline .fl-heading-text,
.tl-page-title-no-underline .uabb-heading {
	text-transform: uppercase;
	display: inline-block;
	font-size: 25px;
	/* 	margin-bottom: 40px; */
	letter-spacing: 3px;
	font-family: Avenir-45-Book;
}


.boxed-heading .fl-heading {
	text-transform: uppercase;
	display: inline-block;
	font-size: 25px;
	letter-spacing: 3px;
	font-family: Avenir-45-Book;
	color: #fff;
	background: #000;
	padding: 15px 30px 10px !important;
	position: relative;
	top: 50px;
	z-index: 9;
	border: 1px solid #fff;
}

.boxed-heading .fl-module-content {
	text-align: center;
}

@media (max-width:700px) {
	.boxed-heading .fl-heading {
		top: 10px;
	}
}



/* top line */

.top-and-bottom .fl-heading {
	position: relative;
	font-size: 18px !important;
}

.top-and-bottom .fl-heading-text {
	padding: 12px 0 10px;
	line-height: 1.3;
	display: block;
}

/* top line */

.top-and-bottom .fl-heading-text::before {
	content: '';
	position: absolute;
	background-color: #6d6e71;
	width: 100%;
	height: 1px;
	top: -15px;
	left: 0;

}

/* bottom line */
.top-and-bottom .fl-heading-text::after {
	content: '';
	position: absolute;
	background-color: #6d6e71;
	width: 100%;
	height: 1px;
	bottom: -14px;
	left: 0;
}

.top-and-bottom-white .fl-heading-text::before,
.top-and-bottom-white .fl-heading-text::after {
	background-color: #fff;
}

.gold-divider {
	border-top: 4px solid #a67b1d;
}


/*  Typographical Elements
--------------------------------------------- */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}


p {
	margin: 0 0 20px;
	padding: 0;
}

.no-para-space p:last-child {
	margin-bottom: 0;
}

.fl-post-content ul,
.fl-post-content ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul li,
.fl-widget ul li {
	display: list-item;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #6d6e71;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

address {
	margin-bottom: 0;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
}



/* ## Objects
--------------------------------------------- */

embed,
object,
video {
	max-width: 100%;
}

figure {
	margin: 0;
}

/* Fix IE not scaling SVGs */
.ie9 img[src*=".svg"] {
	width: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	img[src*=".svg"] {
		width: 100%;
	}
}

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
	border-radius: 50%;
}


/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* Woo Search */

.search-404 {
	overflow: auto;
}

.search-404 #searchform {
	float: left;
}

.search-404 input[type="text"],
.search-404 button[type="submit"] {
	border-radius: 0;
	padding: 6px;
}

.search-404 input[type="text"] {
	width: 200px;
	float: right;
	padding: 6px;
}

.search-404 button[type="submit"] {
	float: right;
}

.search-404 button[type="submit"]:hover,
.search-404 button[type="submit"]:focus {
	background: #999;
	border: #fff 1px solid;
	color: #222;
}

.search-404 {
	display: block;
	width: 275px;
	margin: 20px auto;
}


/* ## Forms
--------------------------------------------- */

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #444;
	font-weight: 300;
	opacity: 1;
	letter-spacing: 2px;
	font-size: 14px;
}

::-webkit-input-placeholder {
	color: #444;
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 14px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background: #222;
	border: 1px solid #222;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: normal;
	text-transform: uppercase;
	width: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: none;
}


button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #999;
	border: 1px solid #999;
	color: #fff;
}


.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.fl-page button:disabled,
.fl-page button:disabled:hover,
.fl-page input:disabled,
.fl-page input:disabled:hover,
.fl-page input[type="button"]:disabled,
.fl-page input[type="button"]:disabled:hover,
.fl-page input[type="reset"]:disabled,
.fl-page input[type="reset"]:disabled:hover,
.fl-page input[type="submit"]:disabled,
.fl-page input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}


.tl-form input[type=text],
.tl-form input[type=password],
.tl-form input[type=email],
.tl-form input[type=tel],
.tl-form input[type=date],
.tl-form input[type=month],
.tl-form input[type=week],
.tl-form input[type=time],
.tl-form input[type=number],
.tl-form input[type=search],
.tl-form input[type=url],
.tl-form textarea {
	display: block;
	width: 100% !important;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e6e6e6;
	-moz-transition: all ease-in-out .15s;
	-webkit-transition: all ease-in-out .15s;
	transition: all ease-in-out .15s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* border-top: none;
    border-left: none;
    border-right: none; */
}

#input_1_6_6-selectized {
	height: 0 !important;
	display: none !important;
}


.tl-form textarea {
	border: 1px solid #e6e6e6;
}

.tl-form .gform_wrapper label.gfield_label,
.tl-form .gform_wrapper legend.gfield_label {
	font-style: italic;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0;
	color: #6d6e71;
}

.tl-form .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
	font-style: italic;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 0;
}

.tl-form select {
	background: #ffffff;
}

body .tl-form .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px;
}

.tl-form input[type="submit"] {
	background: #eeeeee;
	padding: 7px 30px;
	font-size: 13px !important;
	text-transform: uppercase;
	border: 1px solid #6d6e71;
	color: #6d6e71;
	border-radius: 1px;
	letter-spacing: 2px;
}

.tl-form input[type="submit"]:hover {
	background: #6d6e71;
	border: 1px solid #6d6e71;
	color: #ffffff;
}

/*Skyline Horizon Cut Sheet Form*/

.frm_form_field h3 {
	font-weight: normal !important;
	font-size: 22px !important;
}

.with_frm_style .frm-show-form .frm_section_heading h3 {
	padding: 35px 0 3px 0 !important;
}

.frm_repeat_buttons,
.frm_submit {
	text-align: right !important;
}

.frm_inline_box {
	text-align: left !important;
	background: #fff !important;
	border: none !important;
	margin-left: -10px !important
}

@media (max-width:767px) {
	.with_frm_style .frm_inline_box {
		width: 100% !important;
	}
}


.frm_no_print {
	text-decoration: underline;
}

.frm_no_print:before {
	content: '\f1c1';
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 20px;
	margin-top: 20px;
	margin-right: 10px;
}

.frm_style_formidable-style.with_frm_style .frm_inline_box {
	box-shadow: none !important;
}

.frm_input_group>input {
	margin-right: 5px !important;
}

/* # Buttons - Black-But example
---------------------------------------------------------------------------------------------------- */
/* lines up the button if parent is equal heights change >>>>> .the-row <<<<<< */
.fl-builder-content .the-row .fl-module-button {
	margin-top: auto;
}

.fl-builder-content .black-but a.fl-button,
.fl-builder-content .black-but a.fl-button:visited,
.fl-builder-content .black-but .fl-slide a.fl-button,
.fl-builder-content .black-but .fl-slide a.fl-button:visited {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	border-radius: 1px;
	padding: 7px 35px;
}

.fl-builder-content .black-but a.fl-button:hover,
.fl-builder-content .black-but a.fl-button:focus,
.fl-builder-content .black-but .fl-slide a.fl-button:hover,
.fl-builder-content .black-but .fl-slide a.fl-button:focus {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

.fl-builder-content .black-but a.fl-button *,
.fl-builder-content .black-but a.fl-button:visited,
.fl-builder-content .black-but .fl-slide a.fl-button * {
	color: #fff !important;
}

.fl-builder-content .black-but a.fl-button:hover *,
.fl-builder-content .black-but a.fl-button:focus * {
	color: #000 !important;
}




/* # Skip Links
---------------------------------------------------------------------------------------------------- */


/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Read More
---------------------------------------------------------------------------------------------------- */

a.more-link,
.fl-post-grid-content a.fl-post-grid-more,
a.fl-post-more-link {
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #ffffff;
	background-color: #333333;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	text-transform: uppercase;
	font-weight: 600;
}

a.more-link:hover,
.fl-post-grid-content a.fl-post-grid-more:hover,
a.fl-post-more-link:hover {
	opacity: .8;
	color: #333333;
	background-color: #999999;
}

.more-link {
	position: relative;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */


/* Client Colors
---------------------------------------------------------------------------------------------------- */


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Center an uneven row - below is an example of 3 cols centered in a 4 col layout */

.three-row-four-parent .fl-col-group:last-of-type {
	justify-content: center;
}

.three-row-four-parent .fl-col-group:last-of-type .fl-col {
	width: 25%;
	flex: 0 0 auto;
}

@media (max-width: 767px) {
	.fl-col-small {
		max-width: 100%;
	}
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.fl-page-nav-wrap {
	border-bottom: none;
	border-top: none;
}

@media (min-width: 992px) {
	.fl-page-nav-right .fl-page-header-wrap {
		border-bottom: none;
	}
}

/* # Site Navigation -  Slick Nav mobile
---------------------------------------------------------------------------------------------------- */

@media (max-width: 480px) {
	#slicknav-searchform input[type=text] {
		padding: 20px 16px 10px;
	}
}


@media (max-width: 767px) {

	.single .single-light .slicknav_menu+.fl-page .fl-page-content {
		margin-top: 20px;
	}

	.slicknav_menu {
		z-index: 999;
		padding: 10px 5px;
	}
}

.slicknav_nav .slicknav_arrow {
	float: right;
	position: relative;
	top: -15px;
}

.slicknav_nav {
	margin: 20px 0 0 0 !important;
}

.slicknav_nav li {
	margin-bottom: 5px;
}

.slicknav_nav li a {
	letter-spacing: 1.3px;
}

.slicknav_nav li a:hover {
	text-decoration: none;
}

.slicknav_nav .search-tovo {
	display: none;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

.default-cursor .fl-has-submenu-container>a {
	cursor: default;
}

/********************
 *	Menu Global
 ********************/

.main-menu-search-row-col {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	float: none;
}

#menu-primary-menu li {
	margin-left: 30px;
	margin-right: 5px;
	font-size: 12px;
	letter-spacing: 1.3px;
}

#menu-primary-menu li:first-of-type {
	margin-left: 0;
	text-align: left;
}

#menu-primary-menu>li:last-of-type {
	margin-right: 0;
	text-align: right;
}

#menu-primary-menu a {
	padding-left: 0;
	padding-right: 0;
	padding-top: 14px;
	padding-bottom: 14px;
}

#menu-primary-menu .sub-menu li {
	margin-left: 20px;
	margin-right: 20px;
}

#menu-primary-menu .sub-menu {
	min-width: 280px;
}

/********************
 *	Home Menu White
 ********************/

.home #menu-primary-menu li {
	font-family: 'Avenir-65', Verdana, sans-serif;
}

.home #menu-primary-menu>li.current-menu-item>a,
.home #menu-primary-menu>li>a,
.home #menu-primary-menu>li>.fl-has-submenu-container>a {
	color: #ffffff;
}

.home #menu-primary-menu .fl-menu-toggle:before {
	border-color: #ffffff;
	box-shadow: 1px 1px 1px #666;
}

.home #menu-primary-menu {
	border-bottom: 1px solid #d1d3d4;
}

.home #menu-primary-menu>li>a,
.home #menu-primary-menu>li>.fl-has-submenu-container>a,
.home #menu-primary-menu .fl-menu-toggle,
.home .fas-search:before {
	text-shadow: 0 0 4px #666;
}


/********************
 *	Inner  Menu Grey
 ********************/

#menu-primary-menu>li.current-menu-item>a,
#menu-primary-menu>li>a,
#menu-primary-menu>li>.fl-has-submenu-container>a {
	color: #000000;
}

#menu-primary-menu {
	border-bottom: 1px solid #939598;
}

#menu-primary-menu .fl-menu-toggle {
	position: absolute;
	top: 20%;
	top: -50%;
	right: -25px;
	cursor: pointer;
}

#menu-primary-menu .fl-menu-toggle:before {
	border-color: #6d6e71;
	right: 70%;
	top: 100%;
	z-index: 1;
	display: block;
	width: 6px;
	height: 6px;
}


@media (min-width: 768px) {

	#menu-primary-menu {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
	}

	.main-menu-row #menu-primary-menu li {
		flex: 1 0 auto;
	}

	#menu-primary-menu .sub-menu {
		left: -50px;
	}

	#menu-primary-menu li {
		margin-left: 15px;
		margin-right: 5px;
	}
}


@media (min-width: 900px) {

	#menu-primary-menu li {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 15px;
		letter-spacing: 1.5px;
	}

	#menu-primary-menu .sub-menu li {
		font-size: 13px;
	}
}

@media (min-width: 1024px) {

	#menu-primary-menu li {
		margin-left: 15px;
		margin-right: 15px;
	}

}

@media (min-width: 1200px) {

	#menu-primary-menu>li {
		margin-left: 27px;
		margin-right: 27px;
		letter-spacing: 3px;
	}

	#menu-primary-menu .fl-menu-toggle {
		right: -25px;
	}
}

/********************
 * Search Navigation
 ********************/

.home .search-tovo .fa-search {
	color: #fff;
	font-weight: 900;
}

.home .search-tovo .fa-search:hover,
.home .search-tovo .fa-search:focus {
	color: #cccccc;
	text-decoration: none;
}

.search-tovo .fa-search {
	color: #666666;
	font-weight: 900;
}

.search-tovo .fa-search:hover,
.search-tovo .fa-search:focus {
	color: #999999;
	text-decoration: none;
}

.tovosearchform {
	display: block;
	width: 400px;
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 1px;
	z-index: 9999;
	background-color: rgba(200, 199, 197, 0.8);
	padding: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	border: 1px solid #ccc;
}

.home .tovosearchform {
	border-top: none;
}

.tovosearchform form input:focus {
	color: #555;
}

.tovosearchform input[type="search"] {
	border-radius: 0;
}

.tovosearchform ::-moz-placeholder {
	color: #999 !important;
	font-weight: 300;
	opacity: 1;
}

.tovosearchform ::-webkit-input-placeholder {
	color: #999 !important;
	font-weight: 300;
}


/* Table Warranty
---------------------------------------------------------------------------------------------------- */
.tablepress tfoot th,
.tablepress thead th {
	background-color: #f5f5f5;
	;
	font-weight: bold;
	vertical-align: middle;
	text-transform: uppercase;
	padding-top: 11px;
}

.tablepress {
	margin-bottom: 40px;
	border: 1px solid #ccc;
}

.tablepress tbody td,
.tablepress th {
	border-right: 1px solid #ddd;
}

.warranty-table .column-2,
.warranty-table .column-3 {
	text-align: center;
}

.warranty-table .column-1 {
	width: 50%;
	padding-left: 40px;
}

.warranty-table .row-1 {
	font-size: 12px;
	font-family: Avenir-65, Verdana, Arial, 'Helvetica Neue', sans-serif;
}

/* # Pop Up Xmas
---------------------------------------------------------------------------------------------------- */

.tablesaw thead {
	background: #000 !important;
	background-image: none;
}

table.tablesaw thead th,
table.tablesaw thead td {
	color: #fff !important;
}

.tablesaw thead th {
	font-weight: 100;
	color: #777;
	text-transform: uppercase;
	text-shadow: none !important;
	font-size: 11px !important;
}

.tablesaw td {
	vertical-align: middle;
	font-size: 13px !important;
	padding: 15px 10px !important;
}

@media(max-width:767px) {
	.tablesaw td {
		font-size: 9px !important;
		padding: 15px 5px !important;
	}

	.tablesaw thead th {
		font-size: 10px !important;
	}
}

@media (min-width: 40em) {
	.tablesaw td {
		line-height: 1.5 !important;

	}
}

.pp-table-content tbody tr:nth-child(2n+1) {
	background: #f8f8f8;
}

/* # Slider Hero
---------------------------------------------------------------------------------------------------- */

/*
.slide-creditline {
	font-size: 12px !important;
}
*/

@media (min-width: 768px) {

	.hero-slider-row .fl-slide-content-wrap {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.hero-slider-row .fl-slide .fl-slide-content {
		margin-right: 60px;
		margin-left: 60px;
		margin-top: 60px;
		margin-bottom: 30px;
	}

	.hero-slider-row .fl-slide-photo-wrap {
		position: relative;
		width: 100% !important;
		top: 40%;
		height: 100px;
		margin-top: 270px;
		/* account for padding and border if not using box-sizing: border-box; */
		/* margin-left: 20px; */
	}

	.hero-slider-row .fl-slide-photo-wrap img {
		width: 100%
	}
}

.hero-slider-row .fl-slide .fl-slide-content-wrap {
	width: 100% !important;
}

.hero-slider-row .fl-slide-text,
.hero-slider-row p {
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-size: 13px;
}

.hero-slider-row .fl-slide-text .credit-second,
.hero-slider-row .credit-second {
	font-size: 11px;
}

.hero-slider-row .fl-slide-text p,
.hero-slider-row p {
	text-align: center !important;
	font-size: 12px;
}

.hero-slider-row .fl-slide-foreground {
	margin: 0 auto;
	max-width: 1200px;
}



/* Mobile Slider */

@media (max-width: 767px) {

	.fl-builder-content .hero-slider-row .fl-slide-content {
		margin: 0 !important;
		padding: 10px 20px !important;
	}

	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text,
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text * {
		font-size: 10px !important;
		line-height: 1.5 !important;
	}
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 14px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.hero-slider-row .fl-slide-text p.snell,
.hero-slider-row p.snell {
	font-family: 'Snell', cursive;
	text-transform: none;
	font-size: 38px;
	margin-bottom: 10px !important;
	font-weight: normal;
	color: #fff;
}

.hero-slider-row .fl-slide-text p .lowercase,
.hero-slider-row p .lowercase {
	text-transform: lowercase;
}

@media (max-width: 767px) {

	.fl-builder-content .hero-slider-row .fl-slide .fl-slide-text p.snell,
	.hero-slider-row p.snell {
		font-family: 'Snell', cursive;
		text-transform: none;
		font-size: 25px !important;
		margin-bottom: 10px !important;
		font-weight: normal;
		line-height: 1.2 !important;
	}
}




@media (min-width:768px) and (max-width: 1024px) {

	.hero-slider-row .fl-slide-text p.snell,
	.hero-slider-row p.snell {
		font-family: 'Snell', cursive;
		text-transform: none;
		font-size: 33px;
		margin-bottom: 10px !important;
		font-weight: normal;
	}
}


/* # Smart Slider
---------------------------------------------------------------------------------------------------- */


.hero-slider-row-vidmage .fl-row-content-wrap {
	padding: 0;
}

.slider-byeline {
	font-size: 14px !important;
}


@media(max-width:767px) {

	.slide-tovo-logo {
		margin-top: 200px !important;
		margin-bottom: 200px !important;

	}

	.slider-byeline a {
		font-size: 10px !important;
		letter-spacing: 1px !important;
		line-height: 1.3 !important
	}

	.slider-byline-left a {
		text-align: left !important;
		color: #fff !important;
		font-size: 15px !important;
	}

}

@media(min-width:768px) and (max-width:1024px) {

	.slide-tovo-logo {
		margin-top: 190px !important;
		margin-bottom: 150px !important;
	}
}

/*
@media(min-width:1300px) {
	
	.slide-tovo-logo {
		margin-top: 250px !important;
	}
}

@media(min-width:1500px) {
	
	.slide-tovo-logo {
		margin-top: 400px !important;
	}
*/

/*
	.slider-byeline {
		position: absolute;
		width: 100%;
		bottom: 0;
	}

}
*/

/*
@media(min-width:1900px) {
	
	.slide-tovo-logo {
		margin-bottom: 150px !important;
	}
}
*/

.slide-hero-cta div,
.slide-hero-cta div p {
	font-family: 'Snell-Bold', cursive !important;
}

@media(max-width:767px) {

	.slide-hero-cta div,
	.slide-hero-cta div p {
		line-height: 1.2 !important;
		font-size: 18px !important;
	}

}

@media(max-width:1024px) {
	/* .ss-slider-finishes .n2-ss-layer.n2-ow.n-uc-1GSXGEmt0sT6 {
		margin-top: 30% !important; 
	} */

	.ss-slider-finishes #n2-ss-12item1 {
		margin-top: 33% !important;
	}

}

/* # Hero Statement Row
---------------------------------------------------------------------------------------------------- */
.hero-statement-row {
	line-height: 1.9;
}

#frame-edge {
	position: relative;
	width: 525px;
	height: 250px;
	padding: 30px 30px 30px 45px;
	margin: 0 auto;
	line-height: 1.9;
}

#frame-edge:before {
	top: 0;
	left: 0;
	border-width: 1px 0 0 1px;
}

#frame-edge:before,
#frame-edge:after,
#frame-edge>:first-child:before,
#frame-edge>:first-child:after {
	position: absolute;
	width: 40px;
	height: 40px;
	border-color: #999999;
	border-style: solid;
	content: ' ';
}

#frame-edge:before {
	top: 0;
	left: 0;
	border-width: 2px 0 0 2px
}

#frame-edge:after {
	top: 0;
	right: 0;
	border-width: 2px 2px 0 0
}

#frame-edge>:first-child:before {
	bottom: 0;
	right: 0;
	border-width: 0 2px 2px 0
}

#frame-edge>:first-child:after {
	bottom: 0;
	left: 0;
	border-width: 0 0 2px 2px
}

.peter-tovo-text {
	font-size: 14px;
	line-height: 2.7;
}

.peter-tovo-text p {
	font-size: 14px;
	line-height: 2.7;
	margin-bottom: 0;
}

@media (min-width:768px) {

	#frame-edge {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
	}


}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
	position: relative;
	bottom: 0;
	width: 100%;
	padding-bottom: 10px;
}

.hero-slider-row .bx-wrapper {
	margin: 0 auto 0;
}



@media (max-width: 767px) {
	#frame-edge {
		width: 100%;
		height: 240px;
		padding: 40px;
	}

}

@media (max-width: 610px) {
	#frame-edge {
		width: 100%;
		height: 300px;
		padding: 40px;

	}

	.peter-tovo-text p {
		font-size: 14px;
		line-height: 2;
	}
}



/* # Home Product Lights Section
---------------------------------------------------------------------------------------------------- */

.tl-innovate-row .tl-image-fit img,
.tl-innovate-row .fl-photo-content {
	width: 100%;
}

.tl-home-category-grid .fl-module-photo+.fl-module-heading .fl-module-content {
	margin-top: 0;
}


.tl-home-category-grid .fl-module-photo+.fl-module-heading .fl-heading {
	font-size: 14px;
	letter-spacing: 2px;
}


/* Frankfurt Banner */

.frankfurt-container {
	position: relative;
	width: 100%;
}

.frankfurt-image {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 50%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(50, 80, 40, .9);
}

.frankfurt-container:hover .overlay {
	opacity: 1;
}

.flexo {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: 100%;
	margin-bottom: 0;
	margin-top: 0;
	padding: 20px;
}



.frankfurt-text {
	color: white;
	font-size: 14px;
	line-height: 2;
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;

}

.frankfurt-text p {
	margin-bottom: 0;
}

.frankfurt-text h2 {
	border-bottom: 1px solid;
	display: inline-block;
}


@media (max-width: 767px) {

	.frankfurt-text {
		line-height: 1.5;
	}
}

/*
@media (min-width: 1133px) {
	
	.frankfurt-text {
		max-height: 250px;
	}
}


@media (min-width: 1295px) {
	
	.frankfurt-text {
		min-height: 295px;
	}
}
*/

.frankfurt-text-below {
	font-size: 13px;
}

/* # Footer
---------------------------------------------------------------------------------------------------- */
.site-footer-row p {
	margin-bottom: 0;
	font-size: 14px;
}

.site-footer-row .dashicons {
	vertical-align: middle;
}

.site-footer-widgets-row {}

.site-footer-row .fl-col-group {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

@media (min-width:1150px) {

	.site-footer-row .fl-col-group {
		justify-content: space-between;
		font-size: 14px;
		line-height: 0;
	}


}

/*  Footer Menu 
--------------------------------------------- */
#menu-footer-credit-menu li {
	font-size: 14px;
}

@media (max-width:1024px) {

	#menu-footer-credit-menu-1 {
		margin: 20px auto;
	}

	#menu-footer-credit-menu-1 li {
		text-align: center;
	}

}


#menu-footer-menu li a {
	padding-left: 20px;
	padding-right: 0;
	text-align: center;
	/*
    padding-top: 1px;
    padding-bottom: 1px;
*/
}

#menu-footer-menu {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
}

#menu-footer-menu li:first-child a {
	padding-left: 0;
}

#menu-footer-menu li:last-child a {
	padding-right: 0;
}

#menu-footer-credit-menu li {
	text-align: center;
}


.tl-footer-address {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	font-size: 14px;
	margin-right: 20px;
}

.tl-footer-address span {
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: center;
}

@media (min-width:1150px) {

	.tl-footer-address {
		justify-content: space-between;
		font-size: 14px;
	}

	.tl-footer-address span {
		margin-right: 0;
		margin-bottom: 0;
	}

}

.logo-footer img {
	width: 1220px;
}


/*  About Page
--------------------------------------------- */
.fl-node-5a7be5da6fff3>.fl-row-content-wrap {
	background-image: url(/wp-content/uploads/2018/03/About-US.jpg);
	background-repeat: no-repeat;
	background-position: center -135px;
	background-attachment: scroll;
	background-size: cover;
}

.fl-node-5a6c03aa58c7a>.fl-row-content-wrap {
	padding-top: 15px;
	padding-bottom: 0;
}


.fl-module-menu .fl-module-content {
	margin-bottom: 0;
}


/*  Light Post
--------------------------------------------- */

.single-light .fl-page-content {
	padding-top: 40px;
}

.fl-theme-builder-singular-light-single-2026 .fl-page-content {
	padding-top: 0 !important;
}

.tl-main-title .fl-module-content {
	margin: 20px 20px 0 0;
	padding: 0 0 10px 0;
}

@media (min-width:768px) {
	.tl-main-title .fl-module-content {
		margin: -10px 20px 0 0;
	}
}

.tl-main-title .fl-heading {
	line-height: 1.2;
}

.tl-mini-title .fl-module-content {
	margin: 0 20px 0 0;
	padding: 15px 0 15px 0;
	border-top: 1px solid #6d6e71;
	border-bottom: 1px solid #6d6e71;
}

/* Features */

.tl-features-headline .fl-module-content,
.tl-features .fl-module-content {
	margin: 0 20px 0 0;
	padding: 15px 0 15px 0;
}

.tl-features-headline .fl-module-content .fl-heading {
	text-transform: uppercase;
	font-size: 16px;
}

.tl-features .fl-module-content {
	margin-top: -15px;
}

.tl-features .fl-module-content p {
	margin-bottom: 5px;
}

.tl-finishes .fl-module-content {
	margin-top: -30px;
}

.tl-finishes .fl-module-content p {
	margin-bottom: 10px;
}

.tl-finishes p:first-child {
	float: left;
}

.tl-spec .fl-module-content {
	font-size: 13px;
	border-top: 1px solid #6d6e71;
	border-bottom: 1px solid #6d6e71;
}

.tl-spec .fl-module-content p {
	line-height: 1.3;
	margin-bottom: 8px;
}

.tl-spec .fl-module-content p:last-child {
	margin-bottom: 0;
}

.tl-specs-value {
	font-style: italic;
}

.tl-downloads .fl-module-content {
	margin-top: 10px;
}

.tl-downloads .fl-module-content hr {
	border-top: 1px solid #000000;
}

.tl-downloads .fl-icon-wrap {
	display: flex;
	margin-bottom: 10px;
	justify-content: flex-start;
	flex-flow: row nowrap;
}

.tl-downloads .fl-icon {
	float: left;
	margin-right: 5px;
	vertical-align: baseline;
	position: relative;
	top: 3px;
}

.tl-downloads .fl-icon i {
	float: left;
	width: 1em;
}

.tl-downloads p {
	margin-bottom: 0;
}

.single-light .uabb-photo-gallery-content {
	position: relative;
	text-align: center;
	overflow: hidden;
	border: 1px solid #ccc;
}

.light-specs {
	font-size: 14px;
}

.table-specs td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.table-specs td:nth-child(odd) {
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
}

.table-specs td:nth-child(even) {
	padding-left: 10px;
	line-height: 1.2;

}

/* Mobile layout */

@media (max-width: 767px) {

	.single-light .fl-col[data-node] .fl-col-content,
	.single-fl-theme-layout .fl-col[data-node] .fl-col-content {
		border-left: none;
		border-right: none;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Hide Border on Medium/Small of Menu Right Column */
@media (max-width: 1024px) {
	.fl-builder-content .fl-node-5a6fb4a326dae>.fl-col-content {
		border: none;
	}
}

/* Light Slider */

.light-looper ul li {
	display: block;
}

.lSSlideWrapper,
.lSGallery li,
.tl_slide_photo_container {
	border: 1px solid #ccc;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery li:hover {
	border: none;
}

.lSSlideOuter .lSPager.lSGallery {
	width: 100% !important;
}

.lSSlideOuter .lSPager.lSGallery li {
	width: 45px !important;
}

@media (min-width:600px) {

	.lSSlideOuter .lSPager.lSGallery li {
		width: 64px !important;
	}
}

.mobile-light-slider {}

.mobile-light-slider-column .fl-col-content {
	padding-left: 0 !important;
}



@media (min-width:768px) {
	.light-slider .fl-slideshow-thumbs {
		bottom: -80px !important;
		left: -12px !important;
	}
}

@media (min-width:1024px) {
	.light-slider .fl-slideshow-thumbs {
		left: -25px !important;
	}
}


@media (max-width:767px) {
	.light-slider {
		margin-top: 30px;
	}

	.tl-features-headline .fl-module-content {
		margin-top: 0;
	}

	.tl-downloads .fl-module-content {
		margin-top: 0;
	}

	.light-slider .fl-slideshow-base {
		width: 260px !important;
		height: 300px !important;
		margin: 0 auto !important;
	}

	.light-slider .fl-slideshow-base {
		width: 400px !important;
		height: 400px !important;
		margin: 0 !important;
	}
}

@media (max-width:400px) {

	.light-slider .fl-slideshow-base {
		width: 320px !important;
		height: 320px !important;
		margin: 0 auto !important;
	}
}


.fl-slideshow-thumbs-content {
	margin: 0 0 0 5px;
}

.fl-slideshow-light .fl-slideshow-overlay {
	background-image: none;
}

/* Overlay Fix The LightBox Close Button */

.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	position: fixed !important;
	top: 0;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	right: 10px !important;
}


.mfp-ready img.mfp-img {
	padding-bottom: 0 !important;
}



/* Client Notes Field */

.tl-client-notes .fl-module-content p {
	font-size: 14px;
	line-height: 1.7;
}


.tl-client-notes .fl-module-content {
	margin-left: 0;
	margin-bottom: 0;
}

.tl-client-notes .fl-module-content {
	margin-top: 0;
}

.client-notes-column .fl-col-content {
	padding-left: 0 !important;
}

@media (min-width:768px) {
	.tl-client-notes {
		position: relative;
		bottom: 0;
		padding-left: 20px;
	}
}

@media (min-width:1024px) {
	.tl-client-notes {
		position: relative;
		bottom: 0;
	}
}



/* SVG Line Art - Large */

.line-art-svg .fl-module-content {
	margin-top: -10px;
}

.line-art-svg .mfp-figure,
.single-light .mfp-figure {
	background: #ffffff;
}

.line-art-svg .fl-photo-content img {
	max-width: 100px;
}

@media (min-width:1024px) {
	.line-art-svg .fl-photo-content img {
		max-width: 125px;
		margin-top: 10px;
	}
}

.line-art-svg .fl-photo-content:hover {
	background-color: rgba(255, 255, 255, .5);
}


/* SVG Line Art - Medium */
.line-art-svg-medium .fl-photo-align-center {
	text-align: left;
}

.line-art-svg-medium .fl-module-content {
	margin: 0 auto;
}

.line-art-svg-medium-container {
	max-width: 100%;
}

.line-art-svg-medium .fl-photo-content img {
	max-width: 100px;
	/* 	transform: rotate(90deg); */
	position: relative;
	left: 25px;
}

@media (min-width:768px) {
	.line-art-svg-medium .fl-photo-content img {
		left: 45px;
	}
}

@media (min-width:768px) {
	.line-art-svg-medium {
		bottom: 10px;
		position: relative;
	}
}

/* Categories Products Menu */

.fl-node-5a704783dc2d0,
.grey-bg {
	background-color: #f5f5f5;
	margin: 0;
	width: 100%;
}

#menu-category-menu {
	padding-left: 10px;
}

#menu-category-menu li {
	text-transform: uppercase;
	font-size: 9px;
}

#menu-category-menu li a:hover {
	text-decoration: underline;
}

@media (min-width: 1260px) {

	#menu-category-menu li {
		text-transform: uppercase;
		font-size: 14px;
	}
}

@media (min-width: 1165px) {

	#menu-category-menu li {
		text-transform: uppercase;
		font-size: 12px;
	}
}

@media (min-width: 1100px) {

	#menu-category-menu li {
		text-transform: uppercase;
		font-size: 11px;
	}
}

/* Light Archive  Layout
--------------------------------------------- */


.tl-light-archive .fl-post-grid-post {
	border: none;
}

.tl-light-archive .fl-post-grid-image {
	border: 1px solid #ccc;
}

.tl-light-archive .fl-post-grid-text {
	padding: 10px 10px 10px 0;
}

body .tl-light-archive .fl-post-grid-title {
	font-size: 13px;
	font-family: 'Avenir-45-Book', Verdana, Arial;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.3;
}

.tl-light-archive .fl-post-grid-title a:hover {
	text-decoration: none;
}

@media (max-width:767px) {

	.tl-light-archive .fl-post-column {
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}




}


/* # Architectural CPD
---------------------------------------------------------------------------------------------------- */

.cpd-form .with_frm_style .frm_primary_label {
	text-transform: uppercase;
	font-size: 12px;
}

.cpd-accordion a:focus {
	outline: none !important;
	border: none !important;
}

.cpd-accordion .fl-accordion-button-icon-right,
.cpd-accordion .fl-accordion-button-icon-left {
	opacity: 1;
}

.cpd-accordion .fl-accordion-small .fl-accordion-button {
	padding: 10px 0;
}

.cpd-accordion .fl-accordion-small .fl-accordion-content {
	padding: 0 30px 10px 0;
}


.cpd-slider .fl-module-content-slider .bx-wrapper {
	margin: 0 auto 20px !important
}

.cpd-slider .fl-content-slider .fl-slide-bg-photo {
	background-size: contain !important;
}

.cpd-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #CFBB38;
}

.cpd-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

.cpd-slider .fl-slide-content-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.cpd-slider .fl-slide-title {
	margin-top: 4% !important;
}

@media(min-width:768px) {
	.cpd-slider .fl-slide-title {
		margin-top: 24% !important;
	}
}

/* Materials & Finishes 
--------------------------------------------- */
.mf-slider .fl-module-content-slider .bx-wrapper {
	margin: 0 auto 20px !important
}

.mf-slider .fl-content-slider .fl-slide-bg-photo {
	background-size: contain !important;
}

.mf-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #999999;
}

.mf-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

.mf-slider .fl-slide-content-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.mf-slider .fl-slide-title {
	margin-top: 4% !important;
}

.mf-slider .fl-slide-content {
	width: 100% !important;
}

@media(min-width:768px) {
	.mf-slider .fl-slide-title {
		margin-top: 24% !important;
	}
}

@media(min-width:1024px) {
	.mf-slider .fl-slide-title {
		margin-top: 15% !important;
	}
}

/* Projects - Home
--------------------------------------------- */
.projects-archive-home-row .fl-post-column {
	padding-bottom: 30px;
}

.projects-archive-home-row-lone .fl-post-column {
	padding-bottom: 0 !important;
}

.projects-archive-home-row .fl-post-grid-post {
	border: none;
}

.projects-archive-home-row .fl-post-grid-text {
	padding: 10px;
}

.projects-archive-home-row .fl-post-grid-title,
.projects-archive-home-row .fl-post-text,
.projects-archive-home-row .fl-post-title,
.awards-row .awards-title .fl-heading,
.awards-row .award-subtitle .fl-heading {
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 2px;

}

.awards-row .awards-title .fl-heading {
	font-size: 11px;
}

.awards-row .award-subtitle .fl-heading {
	font-size: 11px;
}

.projects-archive-home-row .fl-post-title span {
	margin-top: 5px;
}

.projects-archive-home-row .fl-post-grid-title span,
.projects-archive-home-row .fl-post-title span,
.projects-archive-home-row .fl-post-text span {
	font-size: 12px;
	display: block;
}

.projects-archive-home-row .fl-post-image {
	position: relative;
}


.project-highlights {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 50%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0, 0, 0, .5);
}

@media (min-width:600px) {

	.projects-archive-home-row .fl-post-image:hover .project-highlights {
		opacity: 1;
	}
}

.project-highlights ul {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: 100%;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 10px;
}

.project-highlights ul li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 13px;
}

.project-highlights ul li a,
.project-highlights ul li {
	color: #fff;
}

.project-highlights ul li a:hover,
.project-highlights ul li:hover {
	color: #ccc;
}



/* Projects - Single
--------------------------------------------- */


.project-lights {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.project-lights ul li {
	list-style-type: none;
	border-bottom: 1px solid transparent;
}

.project-lights ul li:hover {
	border-bottom: 1px solid;
}

.project-lights ul {
	padding-left: 5px;
}

.project-additional-image {
	margin-bottom: 50px;
	text-align: center;
}

.project-additional-image img {
	margin-bottom: 10px;
}


/* .single-light .fl-row-fixed-width {
    max-width: 1200px;
} */


/* Search Results
--------------------------------------------- */

.search-results .search-container .fl-post-feed-image img {
	width: auto !important;
}

.search-results .search-container .fl-post-feed-image-beside .fl-post-feed-text {
	margin-left: 19%;
}

.search-results .search-container .fl-post-feed-image {
	width: 15%;
}

.search-container .fl-post-feed-post {
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.search-container .fl-post-feed-title {
	font-size: 25px;
}

.search-container .fl-post-feed-content,
.search-container .fl-post-feed-title {
	color: #999999;
}

.search-container .fl-post-feed-content strong {
	color: #333333;
}

.search-container .fl-post-grid-empty {
	margin-bottom: 200px;
}


/* ## Archive Title & Description
--------------------------------------------- */
.fl-archive-header {
	margin-bottom: 40px;
}

.fl-archive .fl-archive-title {
	font-size: 36px;
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;

}

.fl-archive .fl-category-description {
	font-size: 16px;
	margin-bottom: 0;
	padding: 10px 0 0 0;
	border-bottom: none;
}

.fl-archive .fl-category-description p:last-child {
	margin-bottom: 0;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */
.fl-widget {
	word-wrap: break-word;
	margin-bottom: 60px;
}

.fl-widget ul li {
	margin-bottom: 8px;
	line-height: 1.3;
}

.fl-widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}


.fl-widget p:last-child,
.fl-widget ul>li:last-of-type {
	margin-bottom: 0;
}

.fl-widget ul>li:last-of-type {
	padding-bottom: 0;
}

.fl-widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}


/* Entry Meta
--------------------------------------------- */
.fl-post-meta {
	font-size: 14px;
}


.fl-post-meta-bottom {
	font-style: normal;
	border-top: 1px solid #e6e6e6;
	margin-top: 20px;
	padding-top: 10px;
}

.fl-post-cats-tags span {
	display: block;
}

.fl-post-date::before,
.fl-post-grid-date::before {
	content: '\f469';
	font-family: dashicons;
	color: #666;
	font-size: 25px;
	vertical-align: middle;
	padding-right: 3px;
}

.fl-post-grid-author:before {
	content: '\f110';
	font-family: dashicons;
	color: #666;
	font-size: 25px;
	padding-left: 10px;
	vertical-align: middle;
}

.fl-comments-popup-link::before,
.fl-post-feed-comments::before {
	content: '\f101';
	font-family: dashicons;
	color: #666;
	font-size: 25px;
	padding-left: 10px;
	vertical-align: middle;
}

.fl-post-feed-comments .fa-comment:before {
	content: "";
}

.fl-entry-categories::before,
.fl-post-info-terms::before {
	content: '\f322';
	font-family: dashicons;
	color: #666;
	font-size: 25px;
	vertical-align: middle;
	padding-right: 5px;
}

.fl-entry-tags::before,
.fl-post-info-tags .fl-post-info-terms::before {
	content: '\f323';
	font-family: dashicons;
	color: #666;
	font-size: 25px;
	padding-right: 5px;
	vertical-align: sub;
}


/* Pagination
--------------------------------------------- */

.pagination {
	display: block;
	clear: both;
	font-size: 14px;
	margin: 40px 0 0 20px;
	text-transform: uppercase;
	text-align: center;
}

.pagination a {
	color: #fff;
}

.pagination li {
	display: inline;
}

.pagination a {
	background-color: #fff;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.pagination span.current {
	padding: 12px;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
}


.pagination a:hover,
.pagination a.active {
	background-color: #aaaaaa;
	color: #fff;
}

/*  Comments
--------------------------------------------- */

.comment-respond,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 0 16px;
}


.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}


.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.fl-sidebar {
	font-size: 16px;
}

.fl-sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.fl-sidebar p:last-child,
.fl-sidebar ul>li:last-child {
	margin-bottom: 0;
}

.fl-sidebar .fl-widget {
	background-color: #fff;
	margin-bottom: 40px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.fl-page-footer-widgets-row p:last-child {
	margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.fl-page-footer {
	font-size: 13px;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
}

.fl-page-footer p {
	margin-bottom: 0;
}

.fl-page-footer-container {
	padding-top: 10px;
}

.fl-page-footer-text {
	padding-bottom: 10px;
}


/* # Mustard Button
---------------------------------------------------------------------------------------------------- */

.fl-builder-content .mustard-but a.fl-button,
.fl-builder-content .mustard-but a.fl-button:visited,
.fl-builder-content .mustard-but .fl-slide a.fl-button,
.fl-builder-content .mustard-but .fl-slide a.fl-button:visited {
	background: #a4751d;
	border: 1px solid #a4751d;
	color: #fff;
	border-radius: 1px;
	padding: 7px 35px 4px;
	font-family: 'Blair ITC Std', Avenir, Verdana;
	font-weight: normal;
	letter-spacing: 5px;
}

.fl-builder-content .mustard-but a.fl-button:hover,
.fl-builder-content .mustard-but a.fl-button:focus,
.fl-builder-content .mustard-but .fl-slide a.fl-button:hover,
.fl-builder-content .mustard-but .fl-slide a.fl-button:focus {
	background: #fff;
	border: 1px solid #a4751d;
	color: #a4751d;
}

.fl-builder-content .mustard-but a.fl-button *,
.fl-builder-content .mustard-but a.fl-button:visited,
.fl-builder-content .mustard-but .fl-slide a.fl-button * {
	color: #fff !important;
}

.fl-builder-content .mustard-but a.fl-button:hover *,
.fl-builder-content .mustard-but a.fl-button:focus * {
	color: #a4751d !important;
}


.since-1972 .uabb-divider-text {
	padding-left: 12px;
}



/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Gallery Slider
---------------------------------------------------------------------------------------------------- */


/* Nav Buttons
--------------------------------------------------------------*/

.gallery-overview .fl-slideshow-nav-buttons {
	text-align: center;
}

.gallery-overview .fl-slideshow-nav-buttons-left {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding-left: 5px;
}

.gallery-overview .fl-slideshow-nav-buttons-right {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding-right: 5px;
}

.gallery-overview .fl-slideshow-nav a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('/wp-content/themes/tovo/img/icons-light.png');
	vertical-align: middle;
}

.gallery-overview .fl-slideshow-nav-count {
	display: inline-block;
	height: 9px;
	line-height: 12px;
	padding: 14px 14px 0px;
}

.gallery-overview .fl-slideshow-nav-thumbs {
	background-position: 0 0;
}

.gallery-overview .fl-slideshow-nav-thumbs:hover {
	background-position: 0 0;
	opacity: .6;
}

.gallery-overview .fl-slideshow-nav-buy {
	background-position: -40px 0;
}

.gallery-overview .fl-slideshow-nav-buy:hover {
	background-position: -40px 0;
}

.gallery-overview .fl-slideshow-nav-caption {
	background-position: -80px 0;
}

.gallery-overview .fl-slideshow-nav-caption:hover {
	background-position: -80px 0;
}

.gallery-overview .fl-slideshow-nav-caption-disabled,
.gallery-overview .fl-slideshow-nav-caption-disabled:hover {
	background-position: -80px 0;
	opacity: 0.35;
	cursor: default;
}

.gallery-overview .fl-slideshow-nav-social {
	background-position: -120px 0;
}

.gallery-overview .fl-slideshow-nav-social:hover {
	background-position: -120px 0;
}

.gallery-overview .fl-slideshow-nav-prev,
.gallery-overview .fl-slideshow-nav-prevPage {
	background-position: -160px 0;
}

.gallery-overview .fl-slideshow-nav-prev:hover,
.gallery-overview .fl-slideshow-nav-prevPage:hover {
	background-position: -160px 0;
	opacity: .6;
}

.gallery-overview .fl-slideshow-nav-pause {
	background-position: -200px 0;
}

.gallery-overview .fl-slideshow-nav-pause:hover {
	background-position: -200px 0;
	opacity: .6;
}

.gallery-overview .fl-slideshow-nav-play {
	background-position: -240px 0;
}

.gallery-overview .fl-slideshow-nav-play:hover {
	background-position: -240px 0;
	opacity: .6;
}

.gallery-overview .fl-slideshow-nav-next,
.gallery-overview .fl-slideshow-nav-nextPage {
	background-position: -280px 0;
}

.gallery-overview .fl-slideshow-nav-next:hover,
.gallery-overview .fl-slideshow-nav-nextPage:hover {
	background-position: -280px 0;
	opacity: .6;
}

.gallery-overview .fl-slideshow-nav-fullscreen {
	background-position: -320px 0;
}

.gallery-overview .fl-slideshow-nav-fullscreen:hover {
	background-position: -320px 0;
}

.gallery-overview .fl-fullscreen-active .fl-slideshow-nav-fullscreen {
	background-position: -360px 0;
}

.gallery-overview .fl-fullscreen-active .fl-slideshow-nav-fullscreen:hover {
	background-position: -360px 0;
}

.gallery-overview .fl-slideshow-nav-close {
	background-position: -400px 0;
}

.gallery-overview .fl-slideshow-nav-close:hover {
	background-position: -400px 0;
}



/*
Catalogue
---------------------------------------------------------------------------------------------------- */

.tl-catalogue-container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.tl-catalogue-container .fl-icon-wrap {
	padding: 20px 0 20px 20px;
	text-align: center;
}

.tl-catalogue-container .fl-icon i {
	font-size: 25px;
	float: none;
	color: #999999;
}

.tl-catalogue-container .fl-icon i:hover {
	color: #000000;
}

.tl-catalogue-container .fl-icon-wrap a>p {
	color: #999999;

}

.tl-catalogue-container .fl-icon-wrap a>p:hover {
	color: #000000;

}

.tl-catalogue-container .fl-post-more-link a {
	color: #999999;
}

.tl-catalogue-container .fl-post-more-link a:hover {
	color: #000000;
}

.tl-catalogue-container .fl-post-image img {
	border: 1px solid #cccccc;
	max-width: 75px;
}

.tl-catalogue .fl-post-grid-post {
	border: none;
}

.tl-catalogue .fl-post-title {
	font-size: 15px;
	padding-bottom: 3px;
}

.tl-catalogue .fl-post-column {
	padding-bottom: 20px;
}


/* Temporary Video Page
---------------------------------------------------------------------------------------------------- */
.click-spot-related-products .fl-post-feed-post {
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.click-spot-related-products .fl-post-title {
	font-size: 16px;
}

.click-spot-related-products .fl-post-feed-post {
	border-bottom: none;
}

/* Filter Search
---------------------------------------------------------------------------------------------------- */


.sf-field-reset,
.fl-module-wpgb_facet .wpgb-facet button.wpgb-reset,
.uabb-offcanvas-content .wpgb-facet button.wpgb-reset {
	line-height: 1.4;
	letter-spacing: 0px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block !important;
	padding: 8px 8px 5px !important;
	line-height: 1;
	margin-top: 20px !important;
	font-weight: 500;
	color: #6d6e71;
	font-family: 'Avenir-65', Verdana, Arial, 'Helvetica Neue', sans-serif;
	text-decoration: underline;
	background-color: #fff;
	border: 1px solid #6d6e71;
	border-radius: 0;
	text-transform: uppercase;
}


.fl-module-wpgb_facet .wpgb-facet button.wpgb-reset:hover,
.uabb-offcanvas-content .wpgb-facet button.wpgb-reset:hover,
.sf-field-reset a:hover {
	background-color: #6d6e71;
	color: #fff;
	opacity: .8;
}

.fl-module-wpgb_facet .wpgb-facet .wpgb-checkbox-label,
.wpgb-checkbox-facet .wpgb-checkbox-label {
	font-size: 15px !important;
}

.fl-module-wpgb_facet .wpgb-facet .wpgb-facet-title {
	margin-bottom: 15px;
}


.fl-module-post-grid.wpgb-loading {
	opacity: 0.2;
}

/* To add a loading spinner add some more CSS */

.fl-module-post-grid.wpgb-loading:after {
	border: 16px solid #c6c4c4;
	border-top: 16px solid #f1f1f1;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
	opacity: 1;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media(max-width:767px) {
	.fl-module-post-grid.wpgb-loading:after {
		left: 40%;
		top: 50%;

	}

	.wpgb-facet>fieldset:last-child {
		margin-bottom: 10px !important;
	}

	.wpgb-facet .wpgb-facet-title {
		margin-bottom: 7px !important;
	}
}


/* Jobs Archive
---------------------------------------------------------------------------------------------------- */

.jobs-filter ul.uabb-masonary-filters>li.uabb-masonary-current {
	color: #6d6e71;
	background: #eee;
	border: 1px solid #bbbbbb;
}

.jobs-filter ul.uabb-masonary-filters>li {
	padding-top: 8px;
	padding-bottom: 6px;
	text-transform: uppercase;
}


.jobs-filter .uabb-blog-post-content {
	transition: all .1s linear;
}

.jobs-filter .uabb-blog-posts .uabb-blog-post-inner-wrap {
	border-left: 3px solid #eee;
}

.jobs-filter .uabb-blog-post-content:hover {
	-webkit-box-shadow: 0 7.5px 7.5px 0 rgba(0, 0, 0, .05) !important;
	-moz-box-shadow: 0 7.5px 7.5px 0 rgba(0, 0, 0, .05) !important;
	box-shadow: 0 7.5px 7.5px 0 rgba(0, 0, 0, .05) !important;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.jobs-filter .uabb-post-wrapper .uabb-post-heading {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;

	font-family: Avenir-45-Book;
	display: inline-block;
	/*     border-bottom: 1px solid #999; */
	margin-bottom: 5px !important;
}

.job-apply-column {
	background: #f8f8f8;
}

.job-apply-column .widgettitle {
	font-size: 22px;
	margin-top: 10px;
	font-style: normal;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	font-style: oblique;
}

body .gform_wrapper ul li.resume-upload {
	margin: 30px 0 !important;
}

#input_2_4_6-selectized {
	height: 0 !important;
	display: none !important;
}

.job-description h1.fl-heading {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: Avenir-45-Book;
	display: inline-block;
	border-bottom: 1px solid #999;
	margin-bottom: 15px !important;
}

/* Jobs Single
---------------------------------------------------------------------------------------------------- */

.single-job strong {
	font-family: Avenir-65;
}

.single-job ol,
.single-job ul {
	margin-top: 0;
	margin-bottom: 20px;
}


/* Sticky Footer  - 1st Block commented is BB recommended, 2nd Block, uncommented is Flexbox
---------------------------------------------------------------------------------------------------- */

.fl-page {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-height: 100vh;
}

.fl-page-content {
	-ms-flex: 1;
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	width: 100%;
	word-wrap: break-word;
}


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

	.fl-page {
		display: block;
	}

	/* IE10 & IE11 */

}

/* CSS Snippets
 *
 * Lists and Quotes
 *---------------------------------------------------------------------------------------------------- */

/* Split unordered list over 2 columns & 3 columns
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 767px) {
	.three-column-list {
		column-count: 3;
		column-gap: 40px;
	}

	.two-column-list {
		column-count: 2;
		column-gap: 40px;
	}
}


/* Lists Using a Check as an example
--------------------------------------------- */

.decimal-list ol {
	counter-reset: item;
}

.decimal-list li {
	display: block;
}

.decimal-list li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
}

.fl-content .tick-list li {
	list-style-type: none;
	margin-bottom: 10px;
	position: relative;
}

.tick-list li:before {
	content: '\f139';
	font-family: 'dashicons';
	padding-right: 5px;
	color: #555555;
	font-weight: 700;
	font-size: 28px;
	position: absolute;
	left: -35px;
	top: -5px;
}


/* Header Quote
---------------------------------------------------------------------------------------------------- */
.header-quote .fl-heading-text::before {
	content: '\f205';
	font-family: 'dashicons';
	padding-right: 10px;
	font-size: 30px;
}

.header-quote .fl-heading-text::after {
	content: '\f205';
	font-family: 'dashicons';
	transform: rotate(180deg);
	margin-left: 10px;
	display: inline-block;
}


/* Offset Anchor Sticky Header
 * Add HTML --> <a class="anchor" id="top"></a>
---------------------------------------------------------------------------------------------------- */

a.anchor {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}

/* Builder Stuff
---------------------------------------------------------------------------------------------------- */

* .fl-help-tooltip {
	display: none !important;
}

.fl-builder-edit .fl-builder-button-group [data-action="draft"] {
	display: none !important;
}


/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title>a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.hidden-print,
	.fl-page-nav-col,
	.post-edit-link,
	.fl-sidebar {
		display: none !important;
	}


	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}