
/*************************
Content Blocks *************/

.row.no-padding { padding: 0; }
.row.no-padding-top { padding-top: 0; }
.row.no-padding-bottom { padding-bottom: 0; }

.row.no-padding .col { margin-top: 0; margin-bottom: 0; }
.row.no-padding-top .col { margin-top: 0; }
.row.no-padding-bottom .col { margin-bottom: 0; }

.row.no-lineheight { line-height: 0; }

.row.extra-padding-top
{
	padding-top: 100px !important;
}

.row.extra-padding-bottom
{
	padding-bottom: 100px !important;
}

.main-content .repeater-row:first-of-type
{
	padding-top: 0;
}

/*************************
Specific Content Block Rows *************/



/*************************
Slideshow/Featured Posts 
*************************/
.call-to-actions-slider > .inner
{
	position: relative;
}

.slideshow-col {
	position: relative !important;
}

.slider-wrap
{
	overflow: hidden;
	position: relative;
	display: block;
}
.slide
{
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	height: 35em;
}
	.slide + .slide
	{
		display: none;
	}
	
	.call-to-actions-slider .slide
	{
		height: auto;
	}
	
/* CONTENT */
.slide-image
{
}
.slide-text.absolute
{
	background: #000000;
	background: rgba(0, 0, 0, 0.65);
	padding: 20px 50px;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateX(0%) translateY(-50%);
	font-size: 2em;
	color: #ffffff;
}
.slide-text > .inner
{
	width: 75%;
}

.slide-text .text-position-left
{
	float: left;
	text-align: left;
}
.slide-text .text-position-right
{
	float: right;
	text-align: right;
}
.slide-text .text-position-center
{
	text-align: center;
}

/* CONTROLS */
.slideshow-control
{
	
}

/* PAGER */
.cycle-pager
{
	float: left;
	width: 100%;
}

	.cycle-pager span
	{
	    font-size: 50px;
	    width: 16px;
	    height: 16px;
	    display: inline-block;
	    color: #D8D1CA;
	    cursor: pointer;
		margin: 5px;
	}
		.cycle-pager span.cycle-pager-active
		{
			color: #000000;
		}
		
/* PREV/NEXT */
.cycle-prev,
.cycle-next,
.jcarousel-control-prev,
.jcarousel-control-next
{
	cursor: pointer;
	height: 100%;
	top: 0;
}
	.cycle-prev,
	.cycle-next
	{
		display: block;
		position: absolute;
		top: 50%;
		transform: translateX(0%) translateY(-50%);
		width: 58px;
		height: 91px;
		color: #265B4D;
		margin-top: -30px; 
		background: no-repeat url('../img/bg-arrows.png');
		z-index: 100;
		opacity: 0.5;
		-webkit-transition: all 1s ;
	    -moz-transition: all 1s;
	    -o-transition: all 1s;
	    transition: all 1s;
	}
	
	.cycle-prev:focus,
	.cycle-next:focus,
	.cycle-prev:hover,
	.cycle-next:hover {
		opacity: 1;
	}

	.jcarousel-control-prev:focus,
	.jcarousel-control-next:focus,
	.jcarousel-control-prev:hover,
	.jcarousel-control-next:hover
	{
		text-decoration: none;
	}
		
		.cycle-prev
		{
			float: left;
			left: 0;
		}
			.cycle-prev:after
			{
				/*content: "<";*/
			}

		.cycle-next
		{
			float: right;
			right: 0;
			background-position: -58px;
		}
			.cycle-next:after
			{
				/*content: ">";*/
			}


	.nojs .slideshow-control
	{
		display: none;
	}


/**************************
Rich Text ***************/



/**************************
Featured Posts *********/
.featured-posts-slide
{
	margin: 0 20px; 
}

.cycle-prev-featured,
.cycle-next-featured
{
	margin-top: -150px;
	position: relative;
}



/**************************
Gallery Slider *********/
.gallery-slider-slide
{
	margin: 0 20px;
}

.gallery-slider-block
{
	width: 100% !important;
}

.cycle-prev-gallery,
.cycle-next-gallery
{
	margin-top: -190px;
	position: relative;
}

/**************************
Mailchimp form ***********/
.mailchimp-form-row
{
	padding: 20px 0;
}
	.mailchimp-form-form
	{
		padding-top: 20px;
		margin: 0 auto;
	}
		.mailchimp-form-form label {
			font-size: 1.2em;
		}
		.mailchimp-form-form input {
			font-size: 1.2em;
			display: block;
			clear: both;
			
		}
		.mailchimp-form-form input[type='text'], .mailchimp-form-form input[type='email'], .mailchimp-form-form 		input[type='password'], .mailchimp-form-form input[type='tel'], .mailchimp-form-form input[type='textarea'] {
			width: 33%;
		}	

.mailchimp-form-col {
	text-align: center;
}

.mailchimp-form-intro {
	margin: 25px auto;
}



img.mail-logo {
	max-width: 125px;
}

@media ( max-width : 768px )
{
	.mailchimp-form-form input[type='text'], .mailchimp-form-form input[type='email'], .mailchimp-form-form input[type='password'], .mailchimp-form-form input[type='tel'], .mailchimp-form-form input[type='textarea'] {
		width: 70%;
	}	
}

@media ( max-width : 581px )
{
	.mailchimp-form-form input[type='text'], .mailchimp-form-form input[type='email'], .mailchimp-form-form input[type='password'], .mailchimp-form-form input[type='tel'], .mailchimp-form-form input[type='textarea'] {
		width: 80%;
	}	
}

/*************************
Video/Image Row with Content ******************/
.video-image
{
	line-height: 0;
}
   
.video-image-row,
.video-image-row iframe,
.video-image-content
{
	position: relative;
}

.video-image-row img
{
	width: 100%;
}

.video-image-content .cta-box
{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.content-background-link
{
	background: rgba(247, 148, 29, 0.54);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: background .3s ease-in-out;
}
	.content-background-link:hover
	{
		background: #F7941D;
	}

.warranty-box .content-background-link
{
	background: #D7DF23;
}
	.warranty-box .content-background-link:hover
	{
		background: #C6CB35;
	}
	
	.warranty-box .content-background-link:before
	{
		content: "";
		background: url("/wp-content/uploads/2017/01/warranty-icon.png");
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		float: right;
		height: 100%;
		width: 22%;
	}

.youtube-video .youtube-overlay
{
	bottom: 0;
	left: 0;
	line-height: 1.4;
	opacity: 0;
	right: 0;
	top: 0;
	transform: none;
	transition: background .3s ease-in-out, opacity .3s ease-in-out;
	z-index: 1;
}
	.youtube-overlay .cta-box
	{
		height: 100%;
	}
	
	.youtube-video:hover .youtube-overlay
	{
		background: rgba(229, 45, 39, 0.54);
		opacity: 1;
	}

		
.content-overlap-box
{
	background: rgba(30, 66, 154, 0.54);
	bottom: 0;
	color: #FFFFFF;
	left: 0;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	transform: none;
	width: 100%;
	transition: background .3s ease-in-out;
}
	.content-overlap-box a
	{
		color: #FFFFFF;
	}
		.content-overlap-box .cta-box
		{
			height: 100%;
		}
	
	.content-overlap-box:hover
	{
		background: #BFC2BB;
	}

.youtube-video a
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/* CTA BOXES */
.cta-box
{
	margin: auto;
	border-radius: 10px;
	color: #ffffff;
	display: table;
	padding: 10px 40px;
}
	.cta-box p
	{
		margin: 0;
	}
	.cta-box h2
	{
		border-bottom: 1px solid #ffffff;
		color: #FFFFFF;
		font-size: 2em;
		font-weight: bold;
		line-height: 1;
		margin: 0 0 0.2em;
		padding-bottom: 0.2em;
	}
	
	.cta-box a
	{
		color: #FFFFFF;
	}

/**************************
IFrame video
**************************/

/* iframe, object, embed {
    max-width: 100%;
    max-height: 30%;
} 

.iframe_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: -8.5%;
	margin-top: -8%;
}
.iframe_wrapper.twelvecol iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframe_wrapper.sixcol iframe {
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	height: 50%;
}

.iframe_wrapper.twelvecol.padded-video iframe  {
	position: absolute;
	top: 31.25%;
	left: 12.5%;
	width: 75%;
	height: 37.5%;
}

.iframe_wrapper.sixcol.padded-video iframe {
	position: absolute;
	top: 27.5%;
	left: 5%;
	width: 90%;
	height: 45%;
}



@media ( max-width : 1175px )
{
	.iframe_wrapper.sixcol iframe {
		height: 55% !important;
		margin-top: -2% !important;
		margin-bottom: -15% !important;
	}
	
	
}

@media ( max-width : 1000px )
{
	.iframe_wrapper.sixcol iframe {
		margin-bottom: -20% !important;
		margin-top: 5% !important;
	}
	
	
}




@media ( max-width : 943px )
{
	.iframe_wrapper.sixcol iframe {
		margin-top: 8% !important;
		
	}
	
	
}


@media ( max-width : 860px )
{
	.iframe_wrapper.sixcol iframe {
		margin-top: 14% !important;
		
	}
	
	
}


@media ( max-width : 581px )
{
	.iframe_wrapper {
		margin-bottom: 0 !important;
		margin-top: -25%;
		padding-bottom: 100%;
	}
	.iframe_wrapper iframe {
		height: 50% !important;
		width: 90% !important;
		
	}
	
*/	
}
/**************************
Testimonial
**************************/

.testimonials-col h1 {
	margin: 25px auto;
	text-align:  center;
}

.testimonial-list {
	margin: 20px auto;
	padding: 10px;
	
}

/* If it's a twelvecol testimonial list, set each testimonial to half width */

.testimonials-col.twelvecol .testimonial-list.col-wrap.twelvecol {
	width: 48%;
	margin-left: 1%;
	float: left;
	min-height: 175px; /* Set height with auto overflow to stack each testimonial properly */ 
	
}

.testimonial-text p {
	font-size: 1em;
	font-style: italic !important;
}



.testimonial-name {
	text-align: right;
	font-size: 0.9em;
	margin-top: 10px;
	font-weight: 700;
}

.testimonial-image {
	display:table;
	width: 100%;
}


.testimonial-image img {
	max-width: 75%;
	border-radius: 50%;
	display: table-cell;
	vertical-align: middle;
}

.testimonial-slider  {
	text-align: center;
	
}

.testimonial-slider .testimonial-name {
	text-align: center;
	padding-top: 10px;
}

.testimonial-slider .testimonial-img {
	width: 10%;	
}

.testimonials-col .bx-wrapper .bx-viewport {
	min-height: 250px;
}

.testimonial-video-home {
	/* margin-left: 100px; */
	transform: translateX(-50%);
	margin-left: 50%;
}

.testimonial-content {
	text-align: center;
}

.testimonial-content h4 {
	font-size: 2em;
	height: 185px;
	padding: 1em;
	margin-left: 0;
}

.testimonial-content h3 {
	font-size: 1em;
	font-weight: 700;
	height: 60px;
}

a.testimonial-action {
	font-size: 0.75em;
	border-radius: 0;
	padding: 15px 22.5px; 
}

img.test-button {
	height: 32px;
	width: 32px;
	vertical-align: middle;
	margin: 0 0.5em;
	cursor: pointer;
	cursor: hand;
}

/****************************
 * TABS/ACCORDION
 ****************************/

/* ACCORDION */

.accordion-object-wrapper {
	border-bottom: 1px #000 solid;
	padding: 1em 0;
}

.accordion-object-wrapper .title-wrapper {
	cursor: pointer;
	cursor: hand;
	text-align: left;
	font-weight: 700;
}

.accordion-object-wrapper .title-wrapper img {
	vertical-align: middle;
	text-align: right !important;
	float: right;
}

.accordion-object-wrapper .title-wrapper .tencol {
	padding-top: 0.2em;
}

.accordion-object-wrapper .accordion-content {
	padding-top: 0.5em;
	display: none;
}

/* TABS */ 

.tab-headings {
	background: #eeeeee;
	color: #000000;
	width: 100%; 
	height: 50px;
	padding: 2px 2px 0 2px;
}

.tab-headings button {
	background: #eeeeee;
	height: 50px;
	margin: 0;
	color: #000000;
	font-size: 0.9em;
	font-weight: 700;
	border-radius: 0;	
}

.tab-headings button.active {
	background: #ffffff;
}

.tab-headings button:focus, .tab-headings button:active {
	outline: none;
}

.tab-body-wrapper {
	border: 2px solid #eeeeee;
	padding: 1em;
	min-height: 250px;
}

.tab-body {
	display:none;
}

.tab-body.active {
	display: block;
}





@media ( max-width : 960px )
{
	
	.testimonials-col.tab-twelvecol .testimonial-list.col-wrap.twelvecol {
		min-height: 225px;
		
	} 
	
	
}

@media ( max-width : 768px )
{
	.testimonial-image img {
		max-width: 25%;
		border-radius: 50%;
		display: table-cell;
		margin: 0 auto;
		vertical-align: middle;
	}
	
	.testimonials-col.tab-twelvecol .testimonial-list.col-wrap.twelvecol {
		width: 100%;
		height: 100%;
		min-height: 250px;
		margin: 10px auto;
	} 
	
	.testimonials-col.tab-twelvecol .testimonial-list.col-wrap.twelvecol .testimonial-content-wrapper {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	
	.testimonials-col.tab-twelvecol .testimonial-list.col-wrap.twelvecol .testimonial-image {
		margin-bottom: 25px;
	}
	
	
}

@media ( max-width : 581px )
{
	.testimonials-col.tab-twelvecol .testimonial-list.col-wrap.twelvecol {
		min-height: 300px;
	} 
}

/**************************
Blog *********************/

.blog-list-image.circle
{

}
	.blog-list-image img
	{
		border-radius: 50%;
   		width: 75%;
   		margin: 10px auto;
   		-webkit-transition: opacity 2s linear 1s; /* For Safari 3.1 to 6.0 */
    	transition: opacity 2s linear 1s;
	}
	
	.blog-list-image img:hover 
	{
		opacity: 0.8;
	}
	
	
.blog-heading h1
{
	margin-bottom: 0;
}
.blog-list-title
{
	margin-bottom: 0.6em;
}
.blog-date-posted
{
	font-weight: normal;
}
	.categories-links a,
	.tags-links a
	{
	}
.blog-list-summary
{
	font-weight: normal;
	margin-bottom: 20px;
}

@media ( max-width : 768px )
{
	.blog-list-col {
		margin-top: 1em;
		margin-bottom: 2em;
	}
	
	
}

/**************************
Call to action slider *********************/

.call-to-action-col {
	text-align: center;
}

.call-to-action-col .bx-viewport {
	min-height: 275px;
} 

.call-to-action-col p, .call-to-action-col a, .call-to-action-col h1, .call-to-action-col h2, .call-to-action-col h3, .call-to-action-col h4, .call-to-action-col h5, .call-to-action-col h6 {
	margin: 10px auto;
}



/**************************
Events *********************/
.events-list-image
{
	line-height: 0;
}
	.events-list-image img
	{
		width: 100%;
	}

.events-list-content
{
	padding: 15px;
	overflow: hidden;
}
	.events-list-title
	{
		margin-bottom: 0.6em;
	}
	.events-date-posted
	{
		font-weight: normal;
	}

	.events-list-summary
	{
		font-weight: normal;
	}

/**************************
Gallery ******************/
button.mfp-close,
button.mfp-arrow
{
	background: none;
	outline: none;
}

.gallery-container img
{
	display: block;
	width: 100%;
}

/*.gallery-image
{
	height: 200px;
	overflow: hidden;	
}*/

/*************************
Video Full Width ******************/
.video-full-text
{
	bottom: 1em;
	left: 0;
	margin: auto;
	max-width: 39em;
	position: absolute;
	right: 0;
	text-align: center;
	width: 90%;
	z-index: 1;
	color: #ffffff;
}
.video-full-text a
{
	color: #ffffff;
}
.video-full
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 25em;
	overflow: hidden;
	position: relative;
	width: 100%;
}
	.video-full .vid
	{
		display: none;
		left: 0;
		height: auto;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
	}
		.notransforms .video .vid
		{
			top: 0;
		}
	
	
	.video-full:after
	{
		content: "";
		/* Permalink: http://colorzilla.com/gradient-editor/#000000+0,2c1f54+100&0+0,0.8+100 */
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(44,31,84,0.8) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(44,31,84,0.8) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(44,31,84,0.8) 100%);
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 35%;
	}
	
@media ( min-width : 860px )
{
	.video-full
	{
		height: 0;
		padding-bottom: 56.2%;
	}
		.video-full .vid
		{
			display: block;
		}
}
@media ( min-width : 1150px )
{
	.video-full
	{
		height: 35em;
		padding: 0;
	}
}


@media print
{
	.video-full
	{
		display: none;
	}
}

/***************************
Rich Text optional fields
***************************/

/* pad-text */

.pad-text p, .pad-text h1, .pad-text h2, .pad-text h3
.pad-text h4, .pad-text h5, .pad-text h6   {
	padding: 10px 0;
}

/* font size */

.font-large
{
	font-size: 2em;
	line-height: 1em;
}
.font-medium
{
	font-size: 1.4em;
	line-height: 1em;
}


/*********************
 * Remove margin on multicol images
 ********************/

.full-split {
	width: 100%;
	overflow-x: hidden;
}

.full-split .col.sixcol:first-child, .full-split .col.threecol:first-child, .full-split .col.ninecol:first-child  {
	margin-right:0 !important;
}

.full-split .col.sixcol:last-child, .full-split .col.threecol:last-child, .full-split .col.ninecol:last-child  {
	margin-left: 0 !important;
}

.full-split .col.sixcol:nth-child(2), .full-split .col.threecol:nth-child(2), .full-split .col.threecol:nth-child(3) 
{
	margin-left: 0;
	margin-right: 0;
}

	.full-split .threecol{ width: 24.5%; }
	.full-split .sixcol{ width:49%; }
	.full-split .ninecol {width: 74%;}

@media ( max-width : 768px )
{
	.full-split.tab-twelvecol .col { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important;} 
	.full-split.tab-sixcol .col { width: 50% !important; margin-left: 0 !important; margin-right: 0 !important;} 
	
}


@media ( max-width : 581px )
{
	.full-split .col.land-twelvecol { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important;} 
}






@media (max-width: 768px)
{
	.slide
	{
		height: 25em;
	}
	
	.video-image, .video-image-row, .video-image-row iframe, .video-image-content
	{
		display: block;
		float: left;
		position: static;
		width: 100%;
	}
		.video-image-content,
		.video-image-content.video-image-right
		{
			padding: 2em 1em;
		}
		
		.video-image
		{
			/*height: 16em;*/
		}
		
		.youtube-video a
		{
		    margin-top: -100px;
		    top: auto;
		    left: auto;
		    transform: none;
		}
		
	.video-image-content .cta-box
	{
		display: block;
		position: static;
	    transform: none;
	}
}

@media (max-width: 580px)
{
	.slide
	{
		height: 20em;
	}
}
