/*!
Theme Name: roofrx
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: roofrx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

roofrx is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/* .container{
	padding: 20px 0;
}
 */

.wpcf7-form{
	position: relative;
}

.wpcf7 form.sent .wpcf7-response-output{
	margin: 0;
    margin-top: 10px;
    max-width: 100%;
    font-size: 12px;
    color: #023426;
    background: #b7d333;
    border: 0;
    padding: 5px 15px;
}
.form--newsletter .form-control--submit{
	cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	margin: 0;
    margin-top: 10px;
    max-width: 100%;
    font-size: 12px;
    color: #fff;
    background: #aa1616;
    border: 0;
    padding: 5px 15px;
}
.form--guide.sent .form-control--submit,
.form--guide.invalid .form-control--submit{
	transform: translateY(-47%);
}
form.invalid .wpcf7-form-control-wrap{
	position: static;
}

.wpcf7-not-valid-tip{
	position: absolute;
	bottom: 4px;
	font-size: 12px;
}
.our-guide__inner .wpcf7  .form-group{
	position: relative;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
#wpcf7-f17-o2 .wpcf7-not-valid-tip,
.wpcf7-spinner{
	display: none;
}
button{
	outline: none;
}
.our-guide__inner .wpcf7 form p,
.our-guide__inner .wpcf7  .form-group p{
	margin: 0 !important;
	line-height: 0;
}
.form--newsletter .form-control--submit{
	transition: all .2s ease;
	border: 1px solid transparent !important;
	box-sizing: border-box;
}
.form--newsletter .form-control--submit:hover{
	background-color: #023426;
	background-image: url(https://roofrxnw.com/wp-content/uploads/2023/07/arrow-r-hover.png);
	border-color: #b7d333 !important;
}
.footer a:hover{
	color: #b7d333;
}

.the-result__carousel .slick-track
{
    display: flex !important;
}

.the-result__carousel .carousel__card{
	align-items: center;
}

.the-result__carousel .slick-slide
{
    height: inherit !important;
}

@media ( max-width: 992px ){
	.header .headline{
		display: none !important;
		height: 0 !important;
		font-size: 0 !important
	}
}

body.subpage .faq.section{
	padding-top: 44px;
}
li.coming-soon a,
.modal-menu .main-menu li.coming-soon a{
	opacity: 0.5;
	pointer-events: none;
}
