/*
Theme Name: GeneratePress child theme
Theme URI: http://somelink.com/
Description: This is a child theme for the GeneratePress theme. Oh mama, if you could see me now.
Author: Parker Web
Author URI: http://parkerweb.com
Template: generatepress
Version: 1.0
*/

.main-navigation .main-nav ul li a{
	text-transform: uppercase;
}
.inside-header.grid-container{
	    max-width: none;
	padding: 0px;
}
.inside-navigation.grid-container{
	max-width: none;
}
.nav-float-right #site-navigation{
	margin-left: 0;
}
.telNum{
	margin-left: auto;
}
#primary-menu, #site-navigation{
	width: 100%;
}
.main-navigation li {
    border-right: 1px solid #6a481a;
}
.main-navigation .main-nav ul li a{
	line-height: 50px;
}
.inside-page-hero{
	padding: 2% 0 5% 0;
}
.amrwiLogo img{
	max-width: 200px !important; 
}
.pageTitle{
	position: relative;
margin-top: 12%;
}
.pageTitle h1{
	color: #fff;
	text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 5px #000, 0 0 5px #000;
	font-size: 50px;
text-transform: uppercase;
}
.home .pageTitle h1, .home .pageTitle{
	margin-top: 0;
}
.site-header{
	z-index: 200;
}
.page-hero{
	position:relative;
	z-index: 150;
}
.inside-page-hero{
	z-index: 100;
	position:relative;
}
.page-hero:after{
	    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(85,85,85);
background: linear-gradient(0deg, rgba(167,113,43,0.9247899843531162) 0%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
    opacity: 1;
	z-index: 2;
}
#GQembeddedreview.gq-embed{
width: 100% !important;
margin: 0 auto !important;
display: flex;
flex-wrap: wrap;
	align-items: center;
}
#gq-reviews-profile{
	flex-basis: 100%;
}
.gq-embed .gq-embed_logo {
    width: 100px !important;
    display: block !important;
    margin: 0 auto !important;
	
}
a.gq-embed_review{
	flex: 2;
	margin: 0 10px !important;
}
.whiteShadow h2, .whiteShadow h3, .whiteShadow p{
	color: #fff;
	text-shadow: 5px 5px 5px RGBA(0,0,0,1);
}
.inside-top-bar h3{
	margin-bottom: 0px;
}
.threeCol .whiteShadow:hover{
	opacity: .8;
	cursor: pointer;
}
.home .inside-article{
	padding-top: 0 !important;
}
.home .site-main{
	margin-top: 0 !important;
}
/* PW New Homepage with Fixed Form*/
@media screen and (min-width: 1400px) {
	#getQuote .homePageForm {
	position: fixed;
	width: 25%;
	height: 500px;
	top: 150px;
	right: 20px;
	z-index: 99;
	}
	.newFormHomeSliderSection #pgc-15080-2-0 {width: 75%;}
	.newFormHomeProductSection {width:110%;}
	.newFormHomeTextSection {width:80%;}
	.newFormHomeProudlySection #pgc-15080-7-1 {width:48%;margin-right:auto;}
}