/* Theme Name: RF Design */
/* === Global === */
:root {
	--vw: 0px;
}
.btn,
.button {
	border-radius: 3px;
	background-color: var(--color-1);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 6px 12px;
	transition: all ease .5s;
}
.btn:hover,
.btn:focus,
.button:hover,
.button:focus {
	background-color: var(--color-2);
}
a,
.main-nav .current_page_item a,
.main-nav a:hover,
.main-nav a:focus {
	color: var(--color-1);
}
.main-nav a,
a:hover,
a:focus,
.mobile-header .mobile-c2a a {
	color: var(--color-2);
}

/* === Header/Nav === */
.menu-item-has-children .sub-menu {
	z-index: 5;
	background-color: rgba(255, 255, 255, 0.95);
}
.main-nav .menu li {
	margin: 0;
}
.main-nav .menu li a {
	white-space: nowrap;
	padding: 10px;
	font-size: 16px;
}
.primary-header {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	padding: 20px 0;
}
.primary-header .header-row {
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}
.primary-header .logo-col {
	margin-right: 20px;
}
.primary-header .main-nav {
	margin-top: 20px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.primary-header .logos-col {
	display: flex;
	align-items: flex-end;
	flex: 1 1 auto;
	column-gap: 20px;
}
.primary-header .logos-col .logo img {
	max-height: 70px;
	width: auto;
}

/* === Footer === */
.primary-footer {
	background-color: var(--color-3);
	padding: 50px 0;
}
.primary-footer h2 {
	color: var(--color-1);
	font-size: 32px;
}
.primary-footer .contact-section {
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid var(--color-1);
	font-size: 18px;
}
.primary-footer .contact-section .content {
	flex: 0 1 33.33%;
}
.primary-footer .form {
	flex: 1 1 66.66%;
	max-width: 600px;
}
.primary-footer .form .gform_wrapper.gravity-theme input,
.primary-footer .form .gform_wrapper.gravity-theme textarea {
	border: none;
	border-radius: 3px;
}
.primary-footer .form .gform_wrapper.gravity-theme .gform_fields {
	display: flex;
}
.primary-footer .form .gform_wrapper.gravity-theme .gfield {
	margin-bottom: 12px;
}
.primary-footer .form .gform_wrapper.gravity-theme .gfield_label {
	display: none;
}
.primary-footer .form .gform_wrapper.gravity-theme textarea.large {
	height: 138px;
}
.primary-footer .form .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
}
.primary-footer .form .gform_wrapper.gravity-theme .button {
	display: block;
	width: 100%;
	border: none;
	padding: 5px 12px;
}
.primary-footer .form .gform_wrapper.gravity-theme .ginput_container_textarea {
	display: flex;
}
.primary-footer .info-row {
	justify-content: space-between;
	padding: 0 30px;
}
.primary-footer .info-row .heading {
	font-weight: 700;
	font-size: 16px;
	margin-left: 6px;
	margin-bottom: 10px;
}
.primary-footer .sitemap a {
	font-weight: 400;
	white-space: nowrap;
}
.primary-footer a {
	color: var(--color-2);
}
.primary-footer a:hover,
.primary-footer a:focus {
	color: var(--color-1);
}
.primary-footer .email a {
	font-weight: 400;
}
.copyright {
	background-color: var(--color-1);
	text-align: center;
}
.copyright a {
	color: #fff;
	padding: 8px 0;
	display: block;
}
.copyright a:hover,
.copyright a:focus {
	color: var(--color-2);
}
footer span.link{
	font-size: 30px;
	margin-right:20px;
}
/* === Home Page === */
.banner-section .overlay p:nth-child(n) {
	margin: 20px 0;
}
.banner-section {
	position: relative;
}
.banner-section .item .image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 3;
}
.banner-section .item .image img {
	height: 600px;
	object-fit: cover;
	object-position: center;
}
.banner-section .overlay {
	background: none;
	text-align: left;
	position: static;
	transform: none;
	flex: 1 1 auto;
	min-width: 0;
}
.banner-section .overlay h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.3;
	margin-bottom: 0;
}
.banner-section .overlay h1 strong {
	color: var(--color-1);
}
.banner-section .btn {
	padding: 10px 22px;
}
.banner-section .overlay-wrap {
	position: absolute;
	top: calc(50% + 75px);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 4;
}
.banner-section .overlay-row {
	display: flex;
	justify-content: space-between;
}
.banner-section .brands-col {
	flex: 0 1 min(360px, 100%);
}
.brands-section {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 30px;
	text-align: center;
}
.brands-section .item .image:after {
	display: none;
}
.brands-section .item .image img {
	height: auto;
	object-fit: contain;
}
.brands-section .link {
	margin-top: 30px;
}
.products-section {
	padding: 50px 0;
}
.products-section h2 {
	text-align: center;
	font-size: 42px;
	color: var(--color-1);
}
.products-section .product {
	flex: 1 1 calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	display: flex;
	cursor: pointer;
}
.products-section .product:nth-child(3n),
.products-section .product:last-child {
	margin-right: 0;
}
.products-section .product:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-1);
	opacity: .5;
	transition: all ease .5s;
}
.products-section .product .heading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-size: 32px;
	width: 100%;
	height: 100%;
	padding: 5px;
	font-weight: 700;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products-section .product:hover:after {
	opacity: .2;
}

/* === Interior Pages === */
.banner-section.ip {
	position: relative;
	z-index: 1;
	height: 600px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.banner-section.ip .banner-inner img {
	width: 100%;
}
.banner-section.ip:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: -1;
}
.banner-section.ip .main-section {
	position: absolute;
	top: calc(50% + 85px);
	left: 0;
	right: 0;
	transform: translateY(-50%);
	padding: 0 15px;
}
.banner-section.ip .main-section .main-row {
	justify-content: flex-start;
	max-width: calc(100% - 100px);
	margin: 0 auto;
}
.banner-section.ip .main-section h1 {
	color: var(--color-1);
	font-size: 48px;
}
.banner-section.ip .main-section .image-col {
	position: relative;
	margin-right: 50px;
	max-width: 400px;
	width: 400px;
	height: 315px;
	flex: 0 0 400px;
	margin-left: 50px;
}
.banner-section.ip .main-section .image-col * {
	height: 100%;
}
.banner-section.ip .main-section .image-col img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.banner-section.ip .main-section .image-col:after {
	content: '';
	position: absolute;
	top: -12px;
	left: -12px;
	right: 12px;
	bottom: 12px;
	background-color: var(--color-1);
	z-index: -1;
}
.banner-section.ip .main-section .content-col {
	max-width: none;
	font-size: 18px;
}
.background-section {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
	min-height: 350px;
}
.background-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: -1;
}
.background-section .content {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 28px;
	max-width: 100%;
	padding: 0 15px;
}
.background-section .content p:last-child {
	margin-bottom: 0;
}
.background-section .btn {
	background-color: #fff;
	color: var(--color-1);
	font-size: 22px;
	margin-bottom: 10px;
}
.background-section .btn:hover, .background-section .btn:focus {
	background-color: var(--color-1);
	color: #fff;
}
.background-section a {
	color: #fff;
}
.background-section a:hover, .background-section a:focus {
	color: var(--color-1);
}
.product-section {
	background-size: auto max(100vw, calc((100 / var(--vw)) * 8500px));
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.product-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.product-section .products {
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 50px;
	padding-top: 50px;
}
.product-section .product {
	flex: 1 1 calc(50% - 25px);
	font-size: 16px;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	min-width: min(340px, 100%);
	max-width: 465px;
}
.product-section .product .image {
	flex: 0 0 200px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
}
.product-section .product .image.empty {
	flex: 1 0 auto;
}
.product-section .product .image img {
	max-width: min(100%, 450px);
	width: 100%;
}
.page-id-64 .product-section .product .image img {
	max-height: 200px;
	max-width: min(100%, 250px);
}
.product-section .product .content-wrap {
	overflow: hidden;
	max-height: calc((1.5em * var(--rows)) + 10px + 1.5em);
	line-height: 24px;
	transition: all ease .3s;
}
.product-section .product .content p {
	margin-bottom: 24px;
}
.product-section .product h2 {
	color: var(--color-1);
	text-align: center;
	margin-bottom: 10px;
}
.product-section .product .links {
	flex-wrap: wrap;
}
.product-section .product .links .link {
	padding: 0 20px 20px 0;
}
.product-section .product .links .link .btn {
	min-width: 175px;
}
.product-section .product .links .link .btn:hover, .product-section .product .links .link .btn:focus {
	background-color: #fff;
	color: var(--color-1);
}
.background-section.about .content {
	font-size: 16px;
	font-weight: 400;
}
.staff-section {
	padding: 25px 0;
}
.staff-section .members {
	flex-wrap: wrap;
	justify-content: space-around;
}
.staff-section .member {
	flex: 0 1 calc(25% - 50px);
	text-align: center;
	min-width: 200px;
	margin: 25px 0;
}
.staff-section .member .image {
	max-width: 150px;
	margin: 0 auto;
}
.staff-section .member .image img {
	border-radius: 50%;
}
.staff-section .member .heading {
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
}
.staff-section .member .position {
	margin-bottom: 10px;
}
.blog-section {
  margin-bottom: 0;
}
.blog-section .blog {
  margin-bottom: 0;
  padding: 50px 0;
  background-color: #fff;
}
.blog-section .blog:nth-child(odd) {
  background-color: var(--color-1);
  color: #fff;
}
.blog-section .blog:nth-child(odd) a {
  color: #fff;
}
.blog-section .blog:nth-child(odd) .date {
  color: var(--color-3);
}
.blog-section .blog .image-col {
  order: 2;
}
.blog-section .blog:nth-child(odd) a:hover .read-more-text,
.blog-section .blog:nth-child(odd) a:focus .read-more-text{
  color: var(--color-3);
}
.contact-page {
  position: relative;
}
.contact-page:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 250px;
  background-color: var(--color-1);
  z-index: -1;
}
.contact-page .contact-blocks {
  flex-wrap: wrap;
  margin-top: 25px;
  justify-content: center;
}
.contact-page .contact-blocks .col {
  flex: 0 1 33.33%;
  padding: 0 15px 30px;
  min-width: 270px;
  text-align: center;
  font-size: 18px;
  color: var(--color-3);
}
.contact-page .contact-blocks a {
  color: var(--color-3);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-page .contact-blocks a:hover,
.contact-page .contact-blocks a:focus {
  color: var(--color-2);
}
.contact-page .contact-blocks .col .content {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page .contact-blocks .icon {
  font-size: 32px;
}
.contact-page .form {
  background-color: var(--color-3);
  padding: 50px;
  margin-bottom: 20px;
}
.form-section {
  margin: 50px 0;
}
.background-section.about .content {
	position: static;
	transform: none;
	margin: 50px auto;
	text-align: left;
	width: auto;
}
.bottom-image {
	margin-bottom: 50px;
}
.banner-section.products .main-section {
	z-index: 3;
}
.banner-section.products .main-row {
	align-items: center;
}
.main-section .brands-section {
	position: static;
	transform: none;
	max-width: none;
	padding: 0;
}
.page-id-64 .main-section .brands-section {
	padding: 30px;
	background-color: #fff;
}
/* === Media Queries === */
@media screen and (max-width: 991px) {
	.primary-header {
		top: 100px;
	}
	.primary-header .main-nav {
		display: none;
	}
	.primary-header .quote {
		display: none;
	}
	.primary-header .header-row {
		justify-content: center;
	}
	.banner-section .item .image img {
		height: 500px;
	}
	.brands-section {
		top: 120px;
	}
	.brands-section .item .image img {
		height: auto;
	}
	.primary-footer .info-row {
		padding: 0;
	}
	.banner-section.ip {
		height: 320px;
	}
	.banner-section.ip .main-section {
		top: auto;
		transform: none;
		bottom: 20px;
	}
	.banner-section.ip .main-section .image-col {
		display: none;
	}
  .contact-page:after {
    height: 400px;
  }
	.primary-header .logos-col {
		flex-grow: 0;
	}
	.banner-section .overlay-wrap {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		transform: none;
		background-color: var(--color-3);
		text-align: center;
	}
	.banner-section .overlay {
		text-align: center;
		padding: 0;
	}
	.banner-section .brands-col {
		position: absolute;
		right: auto;
		left: 15px;
		right: 15px;
		top: auto;
		bottom: calc(100% + 30px);
	}
	.banner-section .brands-section {
		max-width: 360px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.products-section .product {
		max-width: 450px;
		margin: 0 auto 30px;
	}
	.primary-footer {
		text-align: center;
	}
	.primary-footer .sitemap ul {
		display: block;
	}
	.primary-footer .form .gform_wrapper.gravity-theme .gform_fields {
		display: block;
	}
	.primary-footer .form .gform_wrapper.gravity-theme .gform_fields .col-sm-6 {
		float: none;
		width: 100%;
	}
	.banner-section .overlay h1 {
		font-size: 24px;
	}
	.banner-section .overlay {
		padding: 15px 0;
	}
	.primary-footer .info-row .heading {
		margin-left: 0;
		margin-top: 10px;
	}
	.background-section .content {
		font-size: 18px;
	}
	.primary-header .header-row {
		display: block;
	}
	.primary-header .logos-col {
		justify-content: center;
		margin-top: 10px;
	}
	.brands-section {
		top: 200px;
	}
	.banner-section-inner > .item > .image > img {
		height: 600px;
	}
}
