/*
Theme Name: Friendbox
Theme URI: http://www.friendbox.com
Description: Friendbox Company
Author: http://www.textivia.com
Author URI: http://www.textivia.com
Template: wp-forge
Version: 1.0
Text Domain: wp-starter

Start adding your theme specific styles below.
*/
html * :focus {
	outline: none;
	}

body {
	background: rgba(255,255,255,1);
	}
	
html * {
	color: rgba(99,99,99,1);
	}
	
.row {
	max-width: 64rem;
	}
	
.hidden { display: none; }	
	
.inline,
.inline li {
	display: inline-block;
	list-style: none;
	}
	
.padded-section {
	padding-top: 3rem;
	padding-bottom: 3rem;
	}	

h1,h2,h3,h4,h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	}

h1 small,h2 small,h3 small,h4 small,h5 small {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	}

h1 small {
	font-size: 1.375rem !important;
	line-height: 1.2;
	}

h1 {
	font-size:  3.875rem !important;
	line-height: 1;
	margin-bottom: 2rem;
	}

h2 {
	font-size: 2.25rem !important;
	color: rgba(35,31,32,1);
	line-height: 1;
	margin-bottom: 2rem;
	}

h2 small {
	line-height: 1.6;
	font-size: 1.125rem;
	color: rgba(226,65,52,1);
	}

h3 {
	color: rgba(35,31,32,1);
	font-size: 1.875rem !important; 
	}

p {
	font-size: .875rem;
	}
	
.row.fullwidth {
	margin: 0px;
	padding: 0px;
	width: 100%;
	max-width: 100%;
	}

.row.fullwidth .row {
	max-width: 64rem;
	margin: 0px auto;
	}	

#hero-content h1, #hero-content h1 small  {
	color: rgba(255,255,255,1);
	}
	
#hero-content {
	margin-top: 4rem;
	}

.slick-dots button:before {
	border-radius: 50%;
	}
	

ul.slick-dots li {
	float: left;
	}


ul.slick-dots {
	margin-left: 0px;
	padding: 1rem;
	right: 0px !important;
	left: 0px !important;
	max-width: 64rem;
	margin: 0px auto;
	margin-top: -2rem;
	}

.slick-slider {
	margin-bottom: -1rem;
	}


ul.slick-dots li button:before {
	background-color: rgba(255,255,255,1) !important;
	border: 2px solid rgba(128,130,133,1) !important;
	color: transparent;
	}

ul.slick-dots li.slick-active button:before {
	color: transparent;
	background-color: rgba(181,207,229,1) !important;
	border: 2px solid rgba(128,130,133,1) !important;
	}

#hero-slideshow  {
	margin: 0px;
	padding: 0px;
	width: 100%;
	max-width: 100%;
	/*background: white;*/
	background: transparent url(imgs/home-slide-bg.png) repeat-x center center;
	}

#hero-slideshow {
	margin-top: 3rem;		
	}

#hero-slideshow p {
	margin-bottom: .25rem;
	}

.slide p {
	font-size: 1.25rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 1;
	}
.slide p a {
	font-size: .875rem ;
	color: rgba(229,77,60,1);
	text-transform: uppercase;
	font-weight: bold;
	}

#header .nav_container {
	background: rgba(255,255,255,.25);
	}

#header .top-bar,
#header .top-bar > ul,
#header .top-bar ul li  {
	background: transparent;
	}

#header .nav_container > .row {
	margin: 0px;
	}

#header .top-bar ul li  a:hover {
	background: rgba(255,255,255,.25);
	}

.off-canvas-content .top-bar ul {
	background-color: rgba(66,65,64,.95);
	}

.off-canvas-content .top-bar ul li a:hover{
	background: rgba(255,255,255,.2) !important;
	}

.off-canvas-content .top-bar a {
	font-family: 'Poppins', sans-serif;
	font-size: .9375rem;
	text-transform: uppercase;
	}

.off-canvas-content .top-bar .first-sub a {
	font-size: .8125rem;
	}

.off-canvas-content .top-bar .first-sub .submenu a {
	font-size: .6875rem;
	}

.off-canvas-content .top-bar a {
	padding-left: .5rem !important;
	padding-right: 1rem !important;	
	}

.off-canvas-content .is-dropdown-submenu-parent > a {
	padding-right: 1.5rem !important;
	}

#header .phone a {
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	color: rgba(255,255,255,1);
	}
	
#header .phone i {
	font-size: 1.5rem;
	color: rgba(255,255,255,1);
	}

ul.slick-dots {
	margin-left: 0px;
	padding: 1rem;
	right: 0px !important;
	left: 0px !important;
	margin: 0px auto;
	bottom: 1rem !important;
	}

.slick-slider {
	margin-bottom: -1rem !important;
	}

/*KS*/
.slick-slide .text-right {
	max-height: 300px;
	min-height: 300px;	
}	

/**************** SOCIAL MEDIA ********************/

li.social {
	display: inline-block;
	text-align: center;
	}

a.social-icon:before {
	font-family: fontawesome;
	margin-right: .25rem;
	font-size: 1.5rem;
	color: rgba(181,207,229,1);
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	border-radius: .25rem;
	text-align: center;
	transition: .5s all ease;
	}

a.social-icon:active:before, 
a.social-icon:hover:before {	
/*	background-color: rgba(255,255,255,1);	
	color: rgba(11,50,88,1);*/
	color: rgba(181,207,229,1);
	transform: scale(1.5);
	}

a.social-icon[href*="google"]:before { 
	content: "\f0d5";
	}

a.social-icon[href*="facebook"]:before { 
	content: "\f082";
	}
		
a.social-icon[href*="houzz"]:before { 
	content: "\f27c";
	}	
	
a.social-icon[href*="instagram"]:before { 
	content: "\f16d";
	}
	
a.social-icon[href*="pinterest"]:before { 
	content: "\f231";
	}
		
a.social-icon[href*="linkedin"]:before { 
	content: "\f08c";
	}
		
a.social-icon[href*="flickr"]:before { 
	content: "\f16e";
	}
		
a.social-icon[href*="youtube"]:before { 
	content: "\f16a";
	}
a.social-icon[href*="twitter"]:before { 
	content: "\f099";
	}


a.button.blue, a.button.blue-white {
	color: rgba(255,255,255,1) !important;
	}

.button.blue {
	background-image: url(imgs/button-blue.png);
	}
	
.button.blue-white {
	background-image: url(imgs/button-blue-white.png);
	}

.button.red {
	background-image: url(imgs/button-red.png);
	}

a.button { display: inline-block;
	width: 225px;
	height: 43px;
	background-position: 0 0;
	background-color: transparent !important;
	background-repeat: no-repeat;
	transition: none !important;
	line-height: 42px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 1.5rem;
	}
	
#footer a.button {
	font-weight: normal !important;
	}	
	
a.button:hover {
	background-position: 0 -42px;
	}


button.button.red {
	width: 225px;
	background-color: transparent;
	background-repeat: no-repeat;
	}

button.button.red:hover {
	width: 225px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px -42px !important;
	}

#contact-us-section h2 {
	display: inline-block; 
	float: left;
	margin-bottom: 0px;
	color: rgba(255,255,255,1);
	margin-top: 1rem;
	}

#contact-us-section {
	background: rgba(35,31,32,1);
	}

#contact-us-section .button {
	margin-top: 1rem;
	}

.cover-bg {
	background-size: cover;
	background-repeat: no-repeat !important;
	}
	
.full-cover-bg {
	background-size:100% 100%;
	}
	
.contain-bg {
	background-size: contain;
	background-repeat: no-repeat; }
	}	

.small-gallery {
	margin-top: 3rem;
	}

.product-gallery .columns, .filterable-gallery .column {
	border: 1px solid rgba(230,234,236,1);
	}
	
	
	

.mini-gallery .product-gallery .columns,
.split-content .product-gallery .columns {
	padding-top: 2rem;
	padding-bottom: 2rem;
	}
	
.has-arrow-right {
	border-right: .5rem solid #ababab;
	}

 .has-arrow-right {
	position: relative;
	background: rgba(52,52,56,1);
	border-right: 15px solid rgba(135, 158, 178, 1);
	}
	
.has-arrow-right:after, .has-arrow-right:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	}

.has-arrow-right:after {
	border-color: rgba(135, 158, 213, 0);
	border-left-color: rgba(52,52,56,1);
	border-width: 10px;
	margin-top: -10px;
	}

.has-arrow-right:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: rgba(52,52,56,1);;
	border-width: 10px;
	margin-top: -10px;
	}

.has-arrow-left {
	position: relative;
	background: #343438;
	border-left: 15px solid #879eb2;
	}
	
.has-arrow-left:after, .has-arrow-left:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	}

.has-arrow-left:after {
	border-color: rgba(52, 52, 56, 0);
	border-right-color: #343438;
	border-width: 10px;
	margin-top: -10px;
	}

.has-arrow-left:before {
	border-color: rgba(135, 158, 178, 0);
	border-right-color: #879eb2;
	border-width: 10px;
	margin-top: -10px;
	}

.has-arrow  {
	padding-left: 2rem;
	padding-right: 2rem;
	}

.has-arrow h2 small {
	color: rgba(181,207,229,1);
	}

.has-arrow h2, .has-arrow p, .has-arrow li {
	color: rgba(255,255,255,1);
	}

.left-content .cover-bg {
	background-position:center left;
	}

.right-content .cover-bg {
	background-position:center right;
	}

.has-arrow ul { 
	margin-left: 0px; 
	list-style: none;
	color: rgba(255,255,255,1);
	font-size: .875rem;
	}

.has-arrow ul li a {
	color: rgba(255,255,255,1);
	}

.has-arrow ul li a:hover {
	color: rgba(229,77,60,1);
	}

.sub-list {
	width: 50%;
	float: left;
	margin-bottom: 2rem;
	}

.has-arrow li a:after {
	content: " \f101";
	font-family: fontawesome;
	}

.process-icon {
	width: 150px;
	height: 150px;
	background-position: 0 0;
	display: inline-block;
	background: rgba(233,233,242,1);
	border-radius: 50%;
	background-repeat: no-repeat;
	}

.resources a:hover span{
	color: rgba(229,77,60,1);
	}
	
a:hover .process-icon {
	background-position: 0 -150px;
	}

.resources a span{
	display: block;
	margin: 1rem 2rem 0;
	font-size: .875rem;
	text-transform: uppercase;
	}

.image .align-middle {
	height: 100%;
	}

.product-modal h4 {
	font-size: 1.125rem;
	
	color: rgba(226,65,52,1);
	margin-bottom: 0px;
	}
.product-modal h3 {
	font-size: 1.875rem;
	color: rgba(35,31,32,1);
	margin-top: 1.5rem;
	}

.product-modal p.terms {
	margin-bottom: .5rem;
	
	}
.close-button {
	font-size: .875rem;
	top: 1rem;
	transition: all .5s ease;
	z-index:60000 !important;
	height: 2rem;
	line-height:2rem;
	}

.close-button:hover {
	font-size: .875rem;
	top: 1rem;
	letter-spacing: 2px;
	transform: scale(1.2);
	}

.product-modal {
	padding-top: 3rem;
	}

.product-modal h2 {
	margin-bottom: 1.5rem;
	}

.terms a, .terms a:hover {
	color: rgba(35,31,32,1);
	}
	
.product-modal .image {
	overflow: hidden;
	}

#footer ul {
	margin: 0px;
	margin-bottom: 2rem;
	list-style: none;
	font-size: .875rem;
	}

#footer .news a, #footer .news a i {
	color: rgba(226,65,52,1);
	font-size: .875rem;
	font-weight: bold;
	}

#footer .news a span {
	color: rgba(109,110,113,1);
	text-transform: uppercase;
	}

#footer {
	border-bottom: 50px solid rgba(233,233,242,1);
	}

#header {
	padding-top: 2rem;
	}
	
body:not(.home) #header {
	padding: 2rem 0;
	padding-bottom: 14rem;
	-webkit-box-shadow: inset 0 -40px 0px 0px rgba(226,65,52,.65);
	-moz-box-shadow:inset 0 -40px 0px 0px rgba(226,65,52,.65);
	box-shadow: inset 0 -40px 0px 0px rgba(226,65,52,.65);
	border-bottom: .5rem solid rgba(226,65,52,1)
	}	

.topContact ul {
	margin-bottom: 0px;
	}

.topContact { 
	padding-bottom: 36px;
	}

#header {
	z-index:100;
	position: relative;
	}

#tab-section .expanded {
	padding: 1rem 0;
	background: rgb(231,236,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(231,236,242,1) 0%, rgba(255,255,255,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(231,236,242,1) 0%,rgba(255,255,255,1) 100%); 
	background: linear-gradient(to bottom, rgba(231,236,242,1) 0%,rgba(255,255,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7ecf2', endColorstr='#ffffff',GradientType=0 ); 
	}

#tab-section .expanded .row{
	max-width: 64rem;
	margin: 0px auto;
	}

#tab-section .tabs, #tab-section .tabs-content {
	border: 0px;
	background: transparent;
	}


.tabs-title a {
	font-size: .875rem;
	background: rgba(114,137,160,.75);
	border: 1px solid #ffffff;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	line-height: 1.2;
	}

.tabs-title a:hover {
	font-size: .875rem;
	background: rgba(114,137,160,.85);
	border: 1px solid #ffffff;
	color: rgba(255,255,255,1);
	}


.tabs-title.is-active a {
	position: relative;
	background: rgba(114,137,160,1);
	border: 1px solid #ffffff;
	color: rgba(255,255,255,1);
	}

.tabs-title.is-active a:after, .tabs-title.is-active a:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	}

.tabs-title.is-active a:after {
	border-color: rgba(114, 137, 160, 0);
	border-top-color: #7289a0;
	border-width: 12px;
	margin-left: -12px;
	}
	
.tabs-title.is-active a:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
	}



.year:after {
	content: " ";
	bordeR: 2px solid rgba(117,119,122,1);
	display: block;
	border-radius: 50%;
	height: 1rem;;
	width: 1rem;
	margin: 0px auto;
	background-color: white;
	z-index:200 !important;
	position: relative;
	}

.year:before {
	content: "";
	border-bottom: 2px solid rgba(117,119,122,1);
	display: block;
	width: 100%;
	margin: 0px auto;
	bottom: .5rem;
	position: absolute;
	height: 1px;
	z-index:1 !important;
	}

.year {
	position: relative;
	display: block;
	}

#history .slick-current .year{
	color: rgba(103,126,150,1);
	}
	
#history .slick-current .year:after {
	background-color: rgba(172,201,225,1);
	}

.history .column { padding: 0px; }


.history-slider .slide p {
	font-size: .875rem;
	line-height:1.6;
	color: rgba(109,110,113,1);
	}


.slick-next, .slick-prev {
	color: #ff0000;
	z-index: 23000 !important;
	}

.slick-next:before, .slick-prev:before {
	color: rgba(35,31,32,1) !important;
	z-index: 23000 !important;
	display: block;
	height: 3rem;
	width: 3rem;
	line-height: 2rem;
	font-size: 3rem !important;
	padding: 0px !important;
	position: relative !important;
	font-family: fontawesome !important;
	}
	
#history .slide {
	padding-left: 2rem;
	padding-right: 2rem;	
	}
	
.slick-prev:before {
	content: "\f104" !important;
	}

.slick-next {right: 0px !important;}
.slick-next:before {
	content: "\f105" !important;
	}

#tab-section h3 {
	font-size: 1.875rem !important;
	margin-bottom: 2rem;
	}

#tab-section h4 {
	font-size: 1.5rem !important;	
	}
	
.section {
	margin-bottom: 2rem;
	}

.breadcrumbs {
	background: transparent;
	border: 0px;
	font-weight: bold;
	}

.breadcrumbs {
	font-size: .75rem;
	}
.breadcrumbs a:not(:last-child)::after {
	content: "" !important;
	margin: 0px !important;
	}
.breadcrumbs a {
	color: rgba(114,137,160,1) !important;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	}

.breadcrumbs span {
	color: rgba(52,52,56,1) !important;
	font-family: "Poppins", sans-serif;
	
	}

.breadcrumbs { 
	margin-left: 0px;
	padding: 0px;
	}


.product-gallery .column:hover a:before {
	width: 100%;
	height: 100%;
	background-color: rgba(226,65,52,.65);
	content: "joshua";
	position: absolute;
	display: block;
	bordeR: 2px solid #ababab;
	z-index: 20000;
	}

.product-gallery .slick-slide {
	position: relative;
	}

.grid a:hover:before,
.product-gallery .slick-slide a:hover:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(226,65,52,.85);
	position: absolute;
	line-height: 100%;
	left: 0px;
	top: 0px;
	}

.grid a:hover:after, 
.product-gallery .slick-slide a:hover:after {
	content: "More Info";
	width: 100%;
	height: 100%;
	position: absolute;
	line-height: 100%;
	z-index: 10 !important;
	top: 45%;
	lefT: 0px;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	}

.linkholder a {
	display: block;
	transition: all ease .5s;
	}

.linkholder a:hover {
	transform:scale(1.5);
	}

.equalHeight .centerme {
	display: block;
	height: 100%;
	}

.equalHeight .centerme a {
	width: 100%;
	display: block;
	height: 100%;
	z-index: 2;
	}

.equalHeight .centerme a img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	width: 100%;
	}
	
.split-list {
	margin: 0px;
	}
	
.split-list .sub-list {
	margin-left: 0px !important;;
	list-style: none;
	}

.split-list-3, .split-list-3 ul{
	margin: 0px;
	list-style: none;
	}
	
.split-list-3 {
	margin-top: 1.5rem !important;
	}

.split-list-3 .sub-list {
	width: 32.5%;
	float: left;
	}

.bluegradient {
	background: rgb(231,236,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(231,236,242,1) 0%, rgba(251,252,253,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(231,236,242,1) 0%,rgba(251,252,253,1) 100%); 
	background: linear-gradient(to bottom, rgba(231,236,242,1) 0%,rgba(251,252,253,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7ecf2', endColorstr='#fbfcfd',GradientType=0 );
	}

a {
	color: rgba(226,65,52,1);
	font-weight: 600;
	}
a:hover {
	color: rgba(52,52,56,1);
	}
.bluegradient li a:after {
	content: " \f101";
	font-family: fontawesome;
	}

li {
	font-size: .875rem;
	}
	
.bluegradient ul {
	margin-bottom: 0px;
	}

.product-gallery {
	overflow: hidden !important;
	}

.expanded {
	overflow: hidden; 
	}

.design-tip .tip {
	display: inline-block !important;
	float: left;	
	}
	
.design-tip .dt_header {
	border-right: 1px solid;
	display: inline-block !important;
	padding-right: 1rem;
	margin-right: 1rem;
	}

.tip p {
	line-height: 3rem;
	margin-bottom: 0px;
	}

.dt_header { float: left; }


.accordion-title {
	padding-left: 2.5rem;
	font-size: 1.25rem;
	font-weight: normal;
	color: rgba(35,31,32,1) !important;
	}

.accordion-item .accordion-title:before {
	left: 1rem;
	font-family: fontawesome;
	content: "\f055";
	font-size: 1rem;
	color: rgba(114,137,160,1);
	font-size: 1.25rem;
	top: 47%;
	}

.accordion-item.is-active .accordion-title::before {
	left: 1rem;
	font-family: fontawesome;
	content: "\f056" !important;
	color: rgba(35,31,32,1); 
	}

.accordion, .accordion-title,.accordion-content {
	border: 0px;
	}

.accordion-item.is-active .accordion-title {
	color: rgba(35,31,32,1) !important;
	background: rgba(255,255,255,1);
	}

.accordion ul {
	margin-bottom: 1rem;
	}

.accordion ul li {
	margin-bottom: .5rem;
	}

.basic-content-image {
	border-top: 1px solid #eceff0;
	}

.gform input {
	padding: .6rem !important;
	}

.sidebar ul {
	margin: 0px;
	list-style: none;
	}

#footer {
	border-top: .5rem solid rgba(226,65,52,1);
	}

.article { 
	margin-bottom: 1rem;
	}

.single-nav {
	padding: .5rem;
	background-color: rgba(35,31,32,.1);
	}

.more-link {
	display: none;
	}

.post_nav {
	padding: .5rem !important;
	bordeR: 10px;
	background-color: rgba(35,31,32,.1);
	}

.page-numbers.prev,
.page-numbers.next {
	border: 0px;
	}
	
.page-numbers {
	color: rgba(226,65,52,1);
	border: 1px solid rgba(226,65,52,1);
	display: inline-block;
	width: 2rem; 
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	}
		
.page-numbers.current {
	color: white;
	border: 1px solid rgba(226,65,52,1)  !important;
	background: rgba(226,65,52,1);;
	}

.prev-posts-link {
	line-height: 3rem;
	}

.filtermenu button{
	margin-bottom: 0px;
	background-color: transparent;
	color: black;
	}

.filtermenu button:after {
	content: " \f107";
	font-family: fontawesome;
	}

.dropdown-pane {
	border: 0px solid;
	}

.dropdown-pane {
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
	padding-top: 1rem;
	}

.dropdown-pane ul {
	margin: 0px;
	}

.filtermenu button {
	font-size: 1.125rem;
	color: rgba(81,107,130,1);
	}

.filtermenu button:hover,
.filtermenu button.hover {
	background: rgba(223,230,234,1);
	color: rgba(81,107,130,1);
	}

.filtermenu button:focus { background: transparent; 
	color: rgba(81,107,130,1);	
	}

.is-open {
	background: rgba(223,230,234,.95);
	}

input[type="checkbox"]{
	position: relative;
	margin-right: .5rem;
	}

input[type="checkbox"]:checked:before {
	content: "\f046";
	}

input[type="checkbox"]:before {
	content: "\f096";
	display: block;
	position: absolute;
	font-family: fontawesome;
	z-index: 2;
	font-size: 1.25rem;
	background: rgba(223,230,234,1);
	padding: 0px;
	margin: 0px;
	top: -5px;
	left: 0px;
	line-height: 1em;	
	}

.filtermenu  label{
	line-height: 1rem;
	font-size: .875rem;
	}

.filtermenu [type='checkbox'], [type='radio'] {
    margin: 0 .5rem 0rem;
	}
	
.filtermenu fieldset {
	padding: .5rem;
	}

.filtermenu fieldset .column{
	padding: .5rem;
	}

.grid-item { width: 25%; }

#resetAll:after {
	content:"" !important;
	}

.related-projects .column img {
	border: 2px solid rgba(229,233,234,1);
	padding: 1rem;
	width: 100%;
	}

 #msg-box {
	width: 100%;
	display: none;
	}

.zoomwrapper {
	border: 2px solid rgba(229,233,234,1); 
	padding: 1rem;
	}

.buttons button {
	display: block;
	padding: 0px;
	}

.buttons button i {
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1rem;
	}

.buttons input {
	width: 45%;
	display: none;
	}

.buttons { 
	position: absolute;
	bottom: 0px;
	}
	
.zoom {
	position: relative;
	height: 100%;
	}

.zoomwrapper button i {
	color: rgba(114,137,160,1);
	font-size: 1.25rem;
	}

.zoomwrapper button {
	background-color: rgba(228,237,242,1);
	border: 1px solid rgba(114,137,160,1);
	margin: 1px;
	display: inline-block;
	}

.zoomwrapper .buttons {
	bottom: 0px;
	left: 0px;
	margin: 0px;
	}

.zoomwrapper button:focus i,
.zoomwrapper button:hover i {
	color: rgba(228,237,242,1);
	font-size: 1.25rem;
	}

.zoomwrapper button:focus,
.zoomwrapper button:hover {
	background-color: rgba(114,137,160,1);
	}
.panzoom-parent {
	height: 100%;
	}

.contain-bg {
	position: relative;
	}

.play-button {	
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	margin-left: 2rem;
	}
  
 #filterMenu .tabs {
	background-color: transparent !important;
	border: 0px !important;
	}

#filters .tabs-content {
	border-bottom: 0px !important;
	margin-bottom: 0px !important;
	}

#filters .tabs-panel.is-active:not(#resetPanel) {
	background: rgba(223,230,234,.95);
	}

#filters .tabs-panel {
	padding: 0rem !important;
	}
#filters .tabs-panel.is-active fieldset {
	padding-top: 2rem;
	padding-bottom: 1rem;
	}
#filterMenu #resetAll:after, #filterMenu #resetAll:before {
	display:none;
	}

#filterMenu a:after {
	content: "";
	}

#filterMenu {
	text-align: center !important;
	display: inline-block;
	margin-bottom: -5px;
	}

#filterMenu a {
	border: 0px;
	background: transparent;
	font-size: 1.125rem;
    color: rgba(81,107,130,1);
	text-transform: none;
	font-weight: normal;
	}

#filterMenu .is-active a {
    background: rgba(223,230,234,1);
	}

#filterMenu a:after {
    content: " \f107";
    font-family: fontawesome;
	}
	
#filterMenu .is-active a:before {
	display: none;
	}

#filterMenu .is-active a:after {
	margin-left: 0px;
	top: auto;
	right: auto !important;
	left: auto !important;
	position: relative;
	border: 0px;
	} 




/* Child Theme Media Queries - Use the following media queries to adjust the appearance of your theme on mobile devices */

/* Small only */
@media screen and (max-width: 39.9375em) {
    /* add css for small screens only here */

	.site-logo {
		margin-bottom: 2rem;
		}
		
	#hero-content {
		padding-bottom: 3rem;
		}
	
	h1 small {
		font-size: 1.375rem !important;
		line-height: 1.2;
		}
	h1 {
		font-size:  2.875rem !important;
		line-height: 1.2;
		}	
	
	.split-content .padded-section.cover-bg {
		padding: 8rem;
		background-size: contain !important;
		position: center center;
		background-repeat: no-repeat;
		}
	
	.split-content .padded-section.cover-bg {
		padding: 8rem;
		}
		
	.product-modal .image {
		margin-bottom: 1.5rem;
		}

}
/* Medium only */
@media screen and (max-width: 63.9375em) {
    /* add css for medium screens only here */

	.site-logo {
		margin-bottom: 2rem;
		}

	#hero-slideshow p a{
		font-size: .75rem;
		}
		
	#hero-slideshow strong {
		display: block;
		margin-bottom: .5rem;
		font-size: 1rem;
		}

	.inline {
		display: inline-block;
		float: none !important;
		width: auto;
		margin: 0px auto;
		}

	.sub-list {
		width: 100%;
		float: none;
		margin-bottom: 0rem;
		}
		
	.split-list {
		margin-bottom: 2rem;
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {
    /* add css for medium to large screens here */
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.995em) {
    /* add css for medium screens only here */

	.top-bar {
		float: none;
		text-align: center;
		}

	.top-bar > ul.menu {
		margin: 0px auto;
		display: inline-block;
		}
}

@media screen and (min-width: 48em) and (max-width: 63.995em) {
	.filtermenu button {
		padding-left: .45rem;
		padding-right: .45rem;
		font-size: 1rem;
		}
}

@media screen and  (max-width: 47.995em) {
	.filtermenu button {
		padding-left: .25rem;
		padding-right: .25rem;
		font-size: .9rem;
		}
}

/* Large and up */
@media screen and (min-width: 64em) {
    /* add css for large to xtra large screens only here */
	.top-bar > ul.menu{
		float: right;
		text-align: center;
		}    
}
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    /* add css for large screens only here */
}   

@media screen and (max-width: 64em)  {
	#contact-us-section h2 {
		float: none ;
		display: block;
		}
}   

.main-content-slideshow.slick-slider {
	height: 100%;
	margin-bottom: 0;
}

.main-content-slideshow .slick-track,
.main-content-slideshow .slick-list {
	height: 100%;
}

.main-content-slideshow-image.slick-slide {
	align-items: center;
	display:flex !important;
}

/* ------------------------------------------------------------------------------------ */
/* Forms  ----------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */
textarea {
	min-height: 0 !important;
	height: 5rem !important;
}

input:not([type]), 
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input[type="color"], 
textarea {
	margin: 0 !important;
}

#copyright {
	padding: 0 1rem 1rem;
}

/* ------------------------------------------------------------------------------------ */
/* Textivia Logo ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */
.textivias-linking {
	float:right;	
}
.textivias-links {
	float:left;
}
.textivias-links a {
	clear:both;
	display:block;
	text-align:right;
	text-decoration:none;
	font-size: 11px !important;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #999 !important;
	line-height: 1.1;
	font-weight: normal !important;
}
.textivias-links a:hover {
	color: #aa0000 !important;
}
.textivias-logo {
	border-left: 1px solid #ccc;
	float:left;
	padding-left: .5rem;
	margin-left: .5rem;
}
.textivias-logo:hover {
	opacity: 0.7;
}
