/*
Theme Name: Georgia Solar Lighting
Theme URI: http://rvadv.com
Description: Child theme for RVADV Framework.
Template: rvadv_framework_theme
Author: Rearview Advertising
Author URI: http://rvadv.com
Version: 1.0 
*/
html, body{
	margin: 0;
}
html{
  font-size: 62.5%;
  color: #58585A;
}
img{
	max-width: 100%;
}

body{
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
}
body *{
	transition: 0.3s;
	-webkit-transition: all .3s ease-out;

}
a{
	color: #333;
	color: #EC7423;
}
p, main{
	font-size: 1.4rem;
	line-height: 1.8em;
}
.textcenter{
	text-align: center;
}
.serif{
	font-family: 'Bebas Neue', cursive;
}
.sans-serif{
	font-family: 'Raleway', sans-serif;
}
.hide{
	display: none;
}
.inset_tb{
	padding-top:20px;
	padding-bottom: 20px;
}
.inset_tb_deep{
	padding-top:50px;
	padding-bottom: 50px;
}
.yellow_gradient_bg{
	background: -moz-linear-gradient(top,  rgba(249,206,85,1) 0%, rgba(249,206,85,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(249,206,85,1) 0%,rgba(249,206,85,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(249,206,85,1) 0%,rgba(249,206,85,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ce55', endColorstr='#00f9ce55',GradientType=0 ); /* IE6-9 */	
}
.light_grey_bg {
	background-color: #f3f3f3;
}
hr{
	border-top: 2px solid #F9CE55;
	height: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.fa{
	color: #EC7423;
}
h2 .fa{
	font-size: .7em;
}
/* flex */
.flex_container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.flex_container_row{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.flex_child_grow{
	flex-grow: 1;
}
.flex_container_left{
	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: center;
}
.flex_container_row_left{
	display: flex;
	flex-direction: row;
	align-items: left;
	justify-content: left;
	width: 100%;
}
.flex_container_center{
	flex-direction: row;
	display: flex;
	justify-content: center;
	flex-grow: 1;
}
.flex_child_center{
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-grow: 1;
}
/* text */
h1{
	font-family: 'Bebas Neue', cursive;
	font-size: 6.8rem;
	letter-spacing: 3px;
	color: #EC7423;
	font-weight: normal;
}
h2{
	font-family: 'Bebas Neue', cursive;
	font-size: 4.2rem;
	letter-spacing: 2px;
	color: #EC7423;
	font-weight: normal;
}
h2 strong{
	letter-spacing: 0;
}
h3{
	font-family: 'Bebas Neue', cursive;
	font-size: 3.2rem;
	color: #EC7423;
	font-weight: normal;
}
h4{
	font-size: 2.8rem;
	font-weight: normal;
	margin: 1rem 0;
}
/* buttons */
.primary_bttn{
	background-color: #EC7423;
	text-transform: uppercase;
	padding: .8em 2em;
	color: #fff;
	text-decoration: none;
	outline: none;
	border: none;
}
.primary_bttn:hover, .tertiary_bttn:hover, .top_nav a:hover{
	background-color: #58585A;
	color: #fff;
}
.primary_bttn:active, .tertiary_bttn:active, .top_nav a:active{
	background-color: #D1D1D1;
	color: #fff;
}
.tertiary_bttn, input.tertiary_bttn, .top_nav a{
	background-color: #F9CE55;
	text-transform: uppercase;
	padding: .8em 2em !important;
	color: #58585A;
	text-decoration: none;
	outline: none;
	border: none !important;
}
.secondary_bttn{
	background-color: #fff;
	text-transform: uppercase;
	padding: .8em 2em;
	color: #fff;
	text-decoration: none;
	outline: none;
	border: solid 2px #F9CE55;
}
.secondary_bttn:hover{
	background-color: #D1D1D1;
	border: solid 2px #F9CE55;	
}
.secondary_bttn:active{
	background-color: #F3F3F3;
}
.borderless_link{
	font-family: 'Bebas Neue', cursive;
	color: #EC7423;
	text-decoration: underline;
	font-size: 1.8rem;
}
.borderless_link:active{
	color: #F9CE55;
}
/* header */
header{
	background-color: #fff;
}
.custom-logo{
	max-height: 100px;
	width: auto;
}
#header_main_content{
	display: flex;
	align-items: center;

}
/* nav */
.nav{
	font-size:2rem;
	text-transform: uppercase;
}
.nav a{
	text-decoration: none;
}
.nav ul{
	display:flex;
	align-items: center;
}
.nav li{
	list-style:none;
}
.nav > ul > li{
	position: relative;
	z-index: 110;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2em;
	flex-grow: 1;
}
.nav > ul > li > ul {
	display:flex;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	padding-right:1em;
	padding-top:1em;
	padding-bottom: 1em;
	width:100%;
	margin-left:0;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	flex-direction: column;
	font-size:1.6rem;
}
.nav > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
	background:rgb(255,255,255,1);
	padding-inline-start: 1em;
}
.nav > ul > li > ul > li{
	display: block;
	width: 100%;
}
.nav > ul > li > ul > li a{
	padding-top: .3em;
	padding-bottom: .3em;
	display: block;
}
.nav > ul > li > ul > li a:hover{
	background-color: #EC7423;
	color: #fff;
}
.top_nav > ul {
	display:block;
	text-align: right;
	font-size: 1.6rem;
}
.top_nav > ul > li{
	display: inline-block;
}

/* footer */
footer{
	background-color: #d1d1d1;
	font-size: 1.6rem;
}
.footer_phone{
	font-size: 3rem;
}
footer ul, footer li{
	list-style: none;
}
footer li{
	font-size: 2rem;
	margin-bottom: 1rem;
}
footer li ul{
	margin-left: 0;
	padding-left: 0;
	margin-top: 1rem;
}
footer li li{
	margin-bottom: .5rem;
	font-size: 1.6rem;
}
footer li li a{
	color: #58585A;
}
footer li a{
	text-decoration: none;
}
/* homepage */
.home_hero_video{
	height: 80vh;
}
#home_hero img{
	max-height: 60vh;
	width: auto;
}
.home_hero_h1{
	font-family: 'Bebas Neue', cursive;
	font-size: 12rem;
	color: #EC7423;
	margin: 0;
	line-height: 1em;
}
.home_hero_h2{
	font-family: 'Raleway', sans-serif;
	font-size: 5rem;
	color: #58585A;
	margin: 0 0 1em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 500;
}
.homepage_slider{
	text-align: center;
}
.homepage_slider h2, .yellow_gradient_bg h2{
	margin: 0;
	line-height: 1em;
	letter-spacing: 2px;
}
.homepage_slider h2 strong, .yellow_gradient_bg h2 strong{
	font-family: 'Raleway', sans-serif;
	font-size: 3rem;
	color: #58585A;
	font-weight: normal;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0;
}
.homepage_slider{
	border-left: solid 2px #F9CE55;
	border-right: solid 2px #F9CE55;
}
.home_featured_bg{
	background-position: center center;
	background-size: cover;
	height: 500px;
}
.home_featured_content{
	background-color: rgba(255,255,255,.8);
	text-align: center;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-top: 30px;
	padding-bottom: 30px;
}
.home_featured_bg h2 {
	margin: 0;
	line-height: 1em;
	letter-spacing: 2px;
	font-size: 4rem;
}
.home_featured_content p{
	margin-bottom: 2em;
	text-align: left;
}
.home_featured_bg h2 strong{
	font-family: 'Raleway', sans-serif;
	font-size: 3.2rem;
	color: #58585A;
	font-weight: normal;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0;
}
body.home .testimonial_single{
	margin-top: 1em;
}
body.home .testimonial_single p{
	display: none;
}
body.home .testimonial_single .testimonial_name{
	font-weight: bold;
}
.news_box{
	background-color: #58585A;
	color: #fff;
	padding: 0 !important;
	margin-left: -10px;
	margin-right: 10px;
}
.news_box:nth-child(2){
	margin-left: 10px;
	margin-right: -10px;
}
.news_box p, .news_box h2{
	color: #fff;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.news_box p:last-of-type{
	margin-bottom: 3rem;
}
/* juxtapose galleries */
#juxtapose_block .gallery{
	display: none;
}
#juxtapose_block{
	display: flex;
	justify-content: center;
	height: auto !important;
}
div.jx-slider{
	height: 700px !important;
	width: 650px !important;
	margin-top: 2em;
}
@media screen and (max-width: 1292px) {
     div.juxtapose {
          height: 375px !important;
     }
}
@media screen and (max-width: 776px) {
     div.juxtapose, div.jx-slider{
          height:400px !important;
     }
}
/* forms */
form.wpcf7-form p{
	margin-bottom: 2em;
	text-align: center;
}
form.wpcf7-form div.grid-50 p{
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
}
form.wpcf7-form h2{
	margin-bottom: 0;
	text-align: center;
}
form.wpcf7-form input, form.wpcf7-form select, form.wpcf7-form textarea{
	font-size: 1.6rem;
	padding: .5em 1em;
	border: solid 1px #ccc;
	margin-bottom: 10px;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	max-width: 100%;
	width: 100%;
}
form.wpcf7-form textarea{
	height: 100px;
}
form.wpcf7-form input[type="checkbox"]{
	width: auto;

}
.wpcf7-checkbox > span{
	width: 50%;
	float: left;
	margin-left: 0;
}
.wpcf7-checkbox{
	display: block;
}
form.wpcf7-form div.grid-50 p.checkbox_label{
	padding-top: 2em !important;
}
form.wpcf7-form{
	margin-bottom: 50px;
}
.wpcf7-response-output{
	max-width: 100% !important;
	text-align: center;
	padding: 1.5em !important;
	background-color: #58585A;
	color: #fff;
}
form.wpcf7-form input.tertiary_bttn{
	margin-top: 1em;
	width: auto;
}
.wpcf7-not-valid-tip{
	text-align: center;
	font-weight: 600 !important;
	font-size: 1em !important;
}
/* animations */

.animation-element {
  position: relative;
}
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-down {
  opacity: 0;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -moz-transform: translate3d(0px, -50px, 0px);
  -webkit-transform: translate3d(0px, -50px, 0px);
  -o-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate3d(0px, -50px, 0px);
}
.animation-element.slide-down.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.fade-in-section {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 300ms ease-out, transform 300ms ease-out;
  will-change: opacity, visibility;
}
.animation-element.fade-in-section.in-view {
  opacity: 1;
  transform: none;
  visibility: visible;
}
/* staff */
.staff_list_block img{
	border: solid 1px #efefef;
}
/* content page */
#content_hero.bg_image {
	height: 600px !important;
	background-size: cover;
	background-position: center center;
	min-height: 600px;
	position: relative;
}
#content_hero h1{
	position: absolute;
	bottom: 0;
	text-align: center;
	background-color: rgba(255,255,255,.8);
	width: 100%;
	margin: 0;
	padding-top: .4em;
	padding-bottom: .4em;
}
/* testimonial */
.star_row i{
	color: #F9CE55;
	font-size: 2rem;
}
.testimonial_list_block .card_inset{
	background-color: #efefef;
}
.testimonial_card_details p{
	margin: 0;
}
.testimonial_list_block{
	margin-bottom: 20px;
}
/* products */
.breadcrumb{
	background-color: #efefef;
}
.product_photo{
	position: relative;
}
.product_photo i{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 2em;
}
.product_block h3{
	min-height: 2em;
}
.product_block .product_features{
	min-height: 9em;
}
.product_block a{

	display: block;
}
h1.product_title{
	line-height: .9em;
}
.rvadv_gallery_item{
	margin-bottom: 20px;
}
.mejs-mediaelement, .mejs-container, .mejs-mediaelement video{
	border-radius: 10px;
}
.home .mejs-controls {
  display: none !important;
  visibility: hidden !important;
}
/* blog */
.blog_navigation{
}
.blog_navigation select, .blog_navigation input{
	border-radius:0;
	border:solid 1px #efefef;
	padding:10px;
}
.blog_navigation select{
	color:#333;	
}
.blog_navigation #searchsubmit{
	padding-top:.7em;
	padding-bottom:.7em;
	border:solid #F9CE55 1px;
	color:#fff;
	padding-right:3px;
	background-color: #F9CE55;
}


.post_card_details h3{
	color:#625C5C;
	font-size: 1.2em;
	margin-bottom: .5em;
	font-weight: bold;
}
.post_card_details a{
	text-decoration: underline;
}
.post_categories a, .post a{
	text-decoration: underline;
}
.blog_navigation label{
	display: none;
}
@media screen and (min-width: 777px) and (max-width: 1080px){
	.tablet-suffix-0{
		margin-right: 0 !important;
	}
	h2{
		font-size: 3.4rem;
		line-height: 1em;
	}
	.home_hero_video{
		height: 60vh;
	}
	#home_hero img{
		max-height: 30vh;
		top: 0;
	}
	.nav{
		font-size: 1.4rem;
	}
	.news_box > div >img{
		max-height: 200px;
		width: auto;
	}
	input{
		font-size: .9em;
	}
	.wpcf7-list-item{
		font-size: .9em;
	}
}
@media screen and (max-width: 776px) {
	html{
		font-size: .6rem;
	}
	h1{
		font-size: 3.2em;
	}
	h1, h2{
		line-height: 1em;
		margin-top: .5em;
		margin-bottom: .5em;
	}
	#header{
		height: 70px;
	}
	.mobile-reverse{
		display: flex;
		flex-direction: column-reverse;
	}
	.mobile-grid-parent{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.mobile_textright{
		text-align: right;
	}
	.mobile_textcenter{
		text-align: center;
	}
	.mobile_nopadding{
		padding-top:0;
		padding-bottom:0;
	}
	.mobile_inset_shallow{
		padding-top:1em;
		padding-bottom:1em;
	}
	#header_main_content{
		display: block;
		height: 75px;
	}
	#header_main_content > div{
		position: relative;
		padding-top: 10px;
	}
	#header_main_content .flex_container{
		display: block;
		height: 100%;
	}
	#logo img{
		max-height: 50px;
		width: auto;
	}
	#mobile_toggle{
		font-size: 3em;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	#menu-top-contact-menu{
		padding: 0;
	}
	.top_nav > ul{
		text-align: center;
	}
	#menu-top-contact-menu li, #menu-top-contact-menu li a{
		display: inline-block;
		padding-left: 15px !important;
		padding-right: 15px !important;
		font-size: 1.2rem;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 5px;
	}
	.nav, .nav .menu{
		width:100%;
		padding-left:0;
	}
	.nav a{
		font-size: 1.2em;
	}
	.nav ul{
		display: block;
		padding-left: 0;
	}
	.nav > ul > li{
		display: block;
		height: auto;
		margin-bottom: 1em;
	}
	.menu > li:after{
		display: none;
	}
	.nav > ul > li > a{
		padding-top:.3em;
		padding-bottom:.3em;

	}
	.nav > ul > li > ul.sub-menu{
		position: relative;
		visibility: visible;
		display: block;
	    left: 0;
	    transform:none;
	    opacity: 1;
	    background-color: #fff;
	    padding-left: 0;
	    text-align: left;
	}
	.nav > ul > li > ul > li > a{
		padding-top:.3em;
		padding-bottom:.3em;
	}
	#header_nav_container{
		position: fixed;
		top:0;
		width:100%;
		left:-1000px;
		z-index: 2000 !important;
		height: 100vh;
		background-color: #fff;
		padding-top: 25px;
		padding-left: 20px;
		padding-right: 20px;

	}
	#header_nav_container img{
		margin-bottom: 2em;
	}
	.mobile_menu_close{
		position: absolute;
		top:25px;
		right:25px;
		font-size: 1.6em;
	}	
	/* footer */
	#menu-footer-menu{
		text-align: center;
		padding-left: 0;
	}
	.home_hero_video{
		height: 30vh;
	}
	#home_hero img{
		max-height: 20vh;
		top: 0;
	}
	.home_hero_h1{
		font-size: 3rem;
	}
	.home_hero_h2{
		font-size: 1.2rem;
	}
	#home_hero .flex_container_row{
		flex-direction: row;
	}
	.homepage_slider .primary_bttn{
		display: block;
		margin-bottom: .5em;
	}
	.news_box, .news_box:nth-child(2){
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.news_box img{
		height: auto;
	}
	#content_hero{
		padding-left: 0;
		padding-right: 0;
	}
	.rvadv_gallery_grid{
		display: flex;
		flex-wrap: wrap;
	}
	.rvadv_gallery_grid .grid-33{
		width: 50%;
	}
	.content_extra img{
		height: auto;
	}
	.product_block h3, .product_block .product_features{
		min-height: auto;
	}
}
.grecaptcha-logo, .grecaptcha-badge{
	display: none !important;
}