/* CSS customizations for Brady's Auto Body Theme */

:focus {
	border: none;
	outline: none;
}

body {
	background-color: #fff;
}

.site-inner, .wrap {
	margin: 0 auto;
	max-width: 1920px;
}

@media (max-width: 860px) {
	.wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

/*#video-wrap {
	position: relative;
}*/

/*#home-video {
	background: rgba(0,0,0, 0.65);
	height: 940px;
	width: 100%;
	position: absolute;
	opacity: .65;
	z-index: 2;
}*/

#home-video-wrap::before {
	background: url('/wp-content/uploads/2019/09/bradys-auto-body-in-vancouver-wa-video-overlay.png') repeat;
	opacity: 0.4;
	height: 100%;
	width: 100%;
	position: absolute;
	content: "";
}

#home-video-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
	max-width: 100%;
	top: 0px;
}

@media (max-width: 1020px) {
	#home-video-wrap {
		top: 170px;
	}	
}


.home video {
	width: 100%;
}

#home-video-text {
	background: transparent;
	top: 430px;
	position: absolute;
	left: 130px;
	width: 720px;
	float: left;
	text-align: center;
	z-index: 1001;
	color: #fff;
}

@media (max-width: 1600px) {
	#home-video-text {
		top: 275px;
		left: 20px;
	}
}

@media (max-width: 1020px) {
	#home-video-text {
		top: 165px;
		left: 20px;
	}
}

@media (max-width: 860px) {
	#home-video-text {
		top: 105px;
		left: 0px;
		width: 500px;
	}
}

@media (max-width: 760px) {
	#home-video-text {
		top: 370px;
		left: 0px;
		width: 100%;
		color: #000;
	}
}

@media (max-width: 740px) {
	#home-video-text {
		top: 105%;
	}
}
/*
@media (max-width: 720px) {
	#home-video-text {
		top: 330px;
	}
}

@media (max-width: 620px) {
	#home-video-text {
		top: 290px;
	}
}

@media (max-width: 580px) {
	#home-video-text {
		top: 270px;
	}
}

@media (max-width: 450px) {
	#home-video-text {
		top: 220px;
	}
}*/

#home-video-text h1 {
	text-transform: uppercase;
	font-size: 4rem;
}

@media (max-width: 1260px) {
	#home-video-text h1 {
		font-size: 3rem;
	}	
}

@media (max-width: 860px) {
	#home-video-text h1 {
		font-size: 2.25rem;
	}
}

#home-video-text h2 {
	padding-top: 12px;
	text-transform: uppercase;
}

@media (max-width: 1260px) {
	#home-video-text h2 {
		font-size: 2rem;
	}	
}

#home-video-text hr {
	margin: 0px;
	max-width: 80%;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #fff;
}

@media (max-width: 760px) {
	#home-video-text hr {
		border: 1px solid #000;
	}	
}

#home-video-text p {
	font-size: 2.5rem;
	padding: 0px;
	margin: 5px 0;
}


@media (max-width: 1260px) {
	#home-video-text p {
		font-size: 2rem;
		font-weight: bold;

	}	
}

#home-video-text .call-txt {
	font-size: 2rem;
	margin: 0px auto;
	padding-top: 5px;
	border-top: 2px solid #fff;
	width: 200px;
}

#home-video-text a:hover {
	color: #fff;
}

@media (max-width: 760px) {
	#home-video-text a:hover {
		color: #000;
	}
}

.tel-num {
	font-size: 4rem;
	color: #fff;
	text-decoration: none;
	padding-top: 0px;
	line-height: 4rem;
}

@media (max-width: 1260px) {
	.tel-num {
		font-size: 3rem;
	}	
}

@media (max-width: 760px) {
	.tel-num {
		color: #000;
		font-weight: bold;
	}	
}


body .site-header {
	background-color: #000;
	position: absolute;
	z-index: 1001;
	top: -10px;
	width: 100%;
}

body .site-header .widget {
	margin-bottom: 0px;
}

body .site-header .widget-area {
	width: 920px;
}

@media (max-width: 1260px) {
	body .site-header .widget-area {
		width: 815px;
	}
}

@media (max-width: 1020px) {
	body .site-header .widget-area {
		width: 100%;
	}
}

.site-header .wrap {
	padding: 20px 0 0 0;
}

@media (max-width: 1260px) {
	.header-image .title-area {
		max-width: 200px;
		padding-left: 20px;
	}
}

#header-info {
	padding-right: 20px;
	font-size: 1.65rem;
	text-transform: uppercase;
}

#header-info p {
	display: inline-block;
	color: #fff;
	margin: 0px 5px;
	font-family: "ubuntu";
	text-decoration: none;
}

@media (max-width: 660px) {
	#header-info .social-media-icons {
		display: none;
	}
}

#header-info p a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}

#nav_menu-2 {
	padding-right: 30px;
}

@media (max-width: 1020px) {
	#nav_menu-2 {
		padding-right: 0px;
	}	
}

.genesis-nav-menu {
	font-size: 2rem;
	font-family: "ubuntu", sans-serif;
	color: #fff;
}

@media (max-width: 860px) {
	.genesis-nav-menu {
		font-size: 1.75rem;
	}
}

.dashicons, .dashicons-before::before {
	font-size: 25px;
}

.menu-toggle, .sub-menu-toggle {
	background-color: #000;
	color: #fff;
	border: none;
	text-transform: uppercase;
}

.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
	background-color: #000;
	border: none;
}

#header-info span {
	color: #fff;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

.genesis-nav-menu li > a::after {
	content: '\f140';
	font-family: "dashicons";
	top: 3px;
	position: relative;
}
.genesis-nav-menu li > a:only-child:after {
    content: "";
}

body .genesis-nav-menu a:focus,
body .genesis-nav-menu a:hover,
body .genesis-nav-menu .current-menu-item>a, 
body .genesis-nav-menu .sub-menu .current-menu-item>a:focus,
body .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
    color: #c3251d;
    text-decoration: none;
}

body .genesis-nav-menu .sub-menu a {
	background-color: #000;
	border: 0px;
	border-top: 0;
	/* font-size: 14px; */
	font-size: 1.4rem;
	padding: 10px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

body .genesis-nav-menu .sub-menu {
	border-top: none;
}

/* General Page Elements */
h1, h2, h3, h4, h5, h6 {
	font-family: "ubuntu", sans-serif;
}

@media (max-width: 860px) {
	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 2rem;
	}

	h3 {
		font-size: 1.75rem;
	}

	h4 {
		font-size: 1.5rem;
	}

}

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 50px 95px;
}

.hide {
	display: none;
}

@media (max-width: 560px) {
	.hide-mobile {
		display: none;
	}
}

.post-edit-link {
	display: none;
}

a {
	text-decoration: none;
}

@media (max-width: 1020px) {
	#page-thumbnail-bg {
		padding-top: 135px;
	}
}

/* Home page */
/*
.home .site-inner {
	margin-top: 890px;
}*/

.home .entry-title {
	display: none;
}

.home .entry {
	background-color: #fff;
	margin-bottom: 0px;
	padding: 50px 95px 0 95px;
}

.home-block a h3 {
	color: #000;
	line-height: 1;
}

.home-block a:hover h3 {
	color: #c3251d;
}

.home h3 {
	line-height: 1.5;
}

.home-block {
	text-align: center;
	padding: 0 50px;
}

@media (max-width: 1600px) {
	.home-block {
		padding: 0px;
	}
}

@media (max-width: 760px) {
	.home-block {
		padding: 15px;
	}
}

@media (max-width: 760px) {
	.wp-block-column {
		margin: 0px !important;
	}
}

.home-block a {
	text-decoration: none;
	display: block;
}

.home-block a:hover {
	text-decoration: none;
}

.home-block:hover .first-img { 
	display:none;
}

.home-block:hover .second-img { 
	display:inline-block;
} 

@media (max-width: 860px) {
	.home-block img {
		max-width: 25%;
	}
}

.col-padding {
	padding: 0 100px;
}

@media (max-width: 1260px) {
	.col-padding {
		padding: 0px;
	}
}

#home-map {
	background: url('/wp-content/uploads/2019/06/bradys-auto-body-in-vancouver-wa-home-map.jpg') no-repeat top center #fff;
	border-top: 2px solid #c3251d;
	margin-top: 50px;
}

#home-map-location {
	background: #fff;
	width: 400px;
	margin: 60px 0 0 90px;
	padding: 15px 15px 0 15px;
}

@media (max-width: 860px) {
	#home-map-location {
		margin: 60px 0 0 15px;
	}
}

@media (max-width: 760px) {
	#home-map-location {
		margin: 150px 0 0 140px;
		background: #333;
		color: #fff;
		margin-bottom: 40px;
	}
}

@media (max-width: 580px) {
	#home-map-location {
		margin: 225px 0 40px 0px;
		width: 100%;
		text-align: center;
	}
}

#home-map h2 {
	font-size: 1.5rem;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

#home-map-location p {
	margin-bottom: 20px;
	font-size: 1.5rem;
}

#home-content-wrap {
	background: url('/wp-content/uploads/2019/06/bradys-auto-body-in-vancouver-wa-home-car-highway-bg.jpg') no-repeat top center;
	border-top: 2px solid #c3251d;
	color: #fff;
}

#home-content {
	max-width: 980px;
	padding: 20px 0 20px 50px;
	text-align: center;
}

@media (max-width: 1020px) {
	#home-content {
		max-width: 100%;
		padding: 20px;
	}
}

#home-content h2 {
	font-size: 2.25rem;
}

@media (max-width: 1020px) {
	#home-content h2 {
		font-size: 2rem;
	}
}

@media (max-width: 580px) {
	#home-content h2 {
		font-size: 1.75rem;
	}
}

#home-content p {
	margin: 24px 0;
	line-height: 1.25;
	font-size: 1.75rem;
}

@media (max-width: 1020px) {
	#home-content p {
		font-size: 1.5rem;
	}
}

@media (max-width: 580px) {
	#home-content p {
		font-size: 1.25rem;
	}
}

/* Pages Layout */
.page .site-inner {
	padding-top: 0px;
	position: relative;
	top: -10px;
}

@media (max-width: 1020px) {
	.home .site-inner {
		top: 160px;
	}
}



@media (max-width: 860px) {
	.site-inner {
		padding: 0;
	}
}

.page .entry {
	padding: 0px;
}

.page .entry-content {
	padding: 80px 95px 0px;
}

@media (max-width: 1260px) {
	.page .entry-content {
		padding: 80px 25px 0px;
	}
}

@media (max-width: 760px) {
	.home .entry-content {
		padding: 245px 25px 0px;
	}
}

/*@media (max-width: 620px) {
	.home .entry-content {
		padding: 310px 25px 0px;
	}
}*/

@media (max-width: 560px) {
	.home .entry-content {
		padding: 250px 25px 0px;
	}
}

.page .entry-header {
	background: #000;
	padding: 5px 95px;
	color: #fff;
}

@media (max-width: 1360px) {
	.page .entry-header {
		background: #000;
		padding: 5px 25px;
		color: #fff;
	}
}

#page-thumbnail-bg {
	height: 400px;
	background-size: cover !important;
}

@media (max-width: 1020px) {
	#page-thumbnail-bg {
		height: 400px;
		background-size: inherit !important;
		background-position: -700px 0 !important;
		background-repeat: no-repeat !important;
	}
}

@media (max-width: 1020px) {
	.page-id-46 #page-thumbnail-bg {
		background-position: right 120px !important;
		background-size: 1170px !important;
	}
}	



.page .entry-title {
	margin-bottom: 0px;
	padding: 5px 0;
}

.grey {
	color: #fff;
	text-shadow: 0px 0px 1px #333;
}

.grey a {
	color: #fff;
	text-shadow: 0px 0px 1px #333;
}

.large-heading {
	font-size: 9rem;
}

@media (max-width: 1020px) {
	.large-heading {
		font-size: 5rem;
	}
}

.padded-right {
	padding: 0 100px 0 125px;
}

@media (max-width: 1020px) {
		.padded-right {
		padding: 0 20px;
	}
}

.padded-left {
	padding: 0 125px 0 100px;
}

@media (max-width: 1020px) {
		.padded-left {
		padding: 0 20px;
	}
}


/* Staff page */
#staff-wrap {
	text-align: center;
}

.staff-pic {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.staff-pic img {
	object-fit: cover;
	height: 350px;
	width: 100%;
}

.staff-info {
	width: 405px;
	display: inline-block;
	vertical-align: top;
	padding: 30px 35px;
}

.staff-bio-info {
	margin-top: -40px;
}

.staff-bio-info h2 {
	background: #000;
	color: #fff;
	display: inline-block;
	width: 100%;
	line-height: 40px;
}

.staff-info ul {
	margin: 0px;
	padding: 0 10px;
}

#staff-wrap .staff-info li {
	list-style-type: none;
	font-size: 1.5rem;
	text-align: left;
}

/* Services */

.services .wp-block-image figcaption {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #555d66;
	text-align: center;
	font-size: 15px;
	padding: 10px 10px;
	line-height: 25px;
	color: #fff;
	background: #000;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	top: -50px;
	position: relative;
	font-family: "ubuntu", sans-serif;
	height: 70px;
	vertical-align: middle;
	font-size: 2rem;
}

.wp-block-image figcaption a {
	color: #c3251d;
	display: flex;
	align-items: center;
	height: 50px;
	justify-content: center;
}

@media (max-width: 1020px) {
	.wp-block-image figcaption a {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
}

@media (max-width: 580px) {
	.wp-block-image figcaption a {
		font-size: 2rem;
		line-height: 2rem;
	}
}

.wp-block-image a {
	object-fit: cover;
	width: 100%;
	height: 375px;
}

.services .wp-block-image img {
	height: 375px;
	object-fit: cover;
}

@media (max-width: 760px) {
	.services .wp-block-image img {
		height: auto;
		object-fit: cover;
		width: 100%;
	}
}

@media (max-width: 760px) {
	.has-5-columns .wp-block-column {
		margin: 5px !important;
	}
}

.wp-block-column:not(:first-child) {
	margin-left: 0px;
}

/* Testimonials */

body blockquote {
	margin: 40px 40px 100px;
}

.wp-block-quote p {
	font-size: 2.5rem;
	margin-bottom: 10px;
}

/* Reviews */

.wp-block-image .review img {
	height: auto;
	object-fit: inherit;
	width: auto;
	max-width: 250px;
}

/* Contact */

.gform_wrapper {
	margin: 16px 0;
	max-width: 100%;
	background: #000;
	color: #fff;
	padding: 25px;
}

.gform_wrapper .gform_heading {
	width: 100%;
	margin-bottom: 18px;
	text-align: center;
}

.gform_wrapper h3.gform_title {
	letter-spacing: normal !important;
	margin: 20px 0 6px;
	display: inline-block;
	text-align: center;
	font-size: 5rem;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    background: transparent;
    color: #fff;
}

.gform_wrapper textarea {
	padding: 6px 8px;
	line-height: 1.5;
	resize: both;
	background: transparent;
	color: #fff;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
	background: transparent;
	border: #fff 1px solid;
}

/* Footer */
body .footer-widgets {
	padding: 0 95px;
}

@media (max-width: 1260px) {
	body .footer-widgets {
		padding: 0 25px;
	}
}

@media (max-width: 1020px) {
	body .footer-widgets {
		padding: 160px 25px 0;
	}
}

body .footer-widgets-1 {
	margin-right: 0;
}

body .footer-widgets-1,
body .footer-widgets-2,
body .footer-widgets-3 {
	width: 33.33333%;
}

@media (max-width: 760px) {
	body .footer-widgets-1, body .footer-widgets-2, body .footer-widgets-3 {
		width: 100%;
	}
}

.footer-services {
	border-top: 2px solid #c3251d;
	color: #fff;
	text-align: center;
	height: 400px;
	position: relative;
}

.footer-services h2 {
	padding-top: 100px;
	max-width: 335px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 3rem;
	text-transform: uppercase;
}

@media (max-width: 860px) {
	.footer-services h2 {
		max-width: 233px;
		font-size: 2rem;
	}
}

@media (max-width: 760px) {
	.footer-services h2 {
		font-size: 2.75rem;
	}
}


#footer-wreck {
	background: url('/wp-content/uploads/2019/06/bradys-auto-body-in-vancouver-wa-got-in-wreck-bg.jpg') top center no-repeat;
	background-size: cover;
}

#footer-repair-services {
	background: url('/wp-content/uploads/2019/06/bradys-auto-body-in-vancouver-wa-services-bg.jpg') top center no-repeat;
	background-size: cover;
}

#footer-schedule {
	background: url('/wp-content/uploads/2019/06/bradys-auto-body-in-vancouver-wa-schedule-apt-bg.jpg') top center no-repeat;
	background-size: cover;
}

.footer-services .button {
	color: #fff;
	border: 2px solid #fff;
	background: transparent;
	font-size: 1.5rem;
	padding: 5px 10px;
	text-transform: uppercase;
	max-width: 150px;
	line-height: 1.25;
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.footer-services .button:hover {
	border: 2px solid #c3251d;
	transition: 1.5s all;
	color: #c3251d;
}

#footer-bottom-wrap {
	background: #fff;
	text-align: center;

}

#footer-bottom {
	margin: 0 95px 0;
	background: #030708;
	border-top: 2px solid #c3251d;
	color: #fff;
	padding: 40px 0 0;
}

@media (max-width: 1260px) {
	#footer-bottom {
		margin: 0 25px 0;
	}	
}

#footer-bottom a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

#footer-social a {
	padding: 0 5px;
	font-size: 2rem;
}

#footer-creds {
	font-size: 1rem;
	color: #666;
}

#footer-creds a {
	font-size: 1rem;
	text-transform: capitalize;
	color: #666;
}

.site-footer {
	display: none;
}