/* 
Theme Name:		 American Eagle
Theme URI:		 http://outpaceseo.com/
Description:	 American Eagle is a child theme of Outpace Theme
Author:			 Outpace SEO
Author URI:		 http://outpaceseo.com/
Template:		 outpace-theme
Version:		 1.0.0
Text Domain:	 americaneagle
*/


/*
    Add your custom styles here
*/

.two-columns {
	columns: 2;
	margin-bottom: 16px;
}

.two-columns .wpcf7-list-item {
	margin: 0;
}
.aside-content-area span.wpcf7-list-item-label {
    margin-left: 4px;
}

.grecaptcha-badge { visibility: hidden; }

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  width: 100%;
  padding: 0 1em;
  outline: 0;
  transition: all .2s ease;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 12px;
  color: #5e5e5e;
  height: 40px;
}

.tax-service-categories .service-page-container {
    padding-top: 150px;
}

.faq-section .section-heading {
	max-width: 100%;
}

.header-overlay {
	top: 0;
}

body.logged-in.admin-bar .header-overlay {
	top: 32px;
}

.header-overlay .header-overlay-top i {
	color: #ffffff;
}

.header-menu ul li a {
	margin: 0 8px;
}

.header-overlay-top-flex-right {
	display: flex;
    flex-direction: row;
    gap: 16px;
}

.header-banner {
	margin-top: 137px;
	height: auto;
}

.header-banner .header-banner-content {
	width: 100%;	
}

h1, 
h2,
h2.title {
    color: var(--primary-color);
}


.header-banner {
	display: flex;
    align-items: flex-end;
/*     padding-bottom: 24px; */
}
.header-banner-container {
	max-width: 1285px;
	margin-left: auto;
	margin-right: auto;
}
.header-banner-content {
	justify-content: center;
}
.header-banner > .container > .header-banner-content {
	display: block;
	width: 100%;
/* 	padding: 0; */
}


.header-banner-title h1 {
	color: #fff;
}

.error404 .header-banner {
	display: none;
}

.page-main.error-404 {
	padding-top: 100px;
}

.home-header-banner {
	position: relative;
}

.home-header-banner .header-banner-contact-form .contact-title{
	font-size: 30px !important;
    background: var(--primary-color);
    color: #fff;
    padding: 0;
    padding-left: 70px;
    margin-left: -67px;
    margin-bottom: 20px;
    width: 110%;
    position: relative;
	font-family: var(--secondary-font);
    line-height: 46px;
    font-weight: 700;
}

.header-banner-contact-form .contact-title::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 31px solid var(--primary-color) b0;
    border-bottom: 13px solid transparent;
    left: -1px;
    bottom: -13px;
}

.header-banner-contact-form .contact-title::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 27px solid var(--primary-color);
    border-bottom: 20px solid transparent;
    right: -27px;
    top: 0;
}

/* .home-header-banner::before,
.header-banner::before{
	content: "";
	width: 40%;
	position: absolute;
	height: 100%;
	background: linear-gradient(to right, rgba(4,82,160,1) 0%,rgba(4,82,160,0) 100%);
	z-index: -1;
} */

/* .header-banner-content .header-banner-button a {
	background-color: var(--secondary-color);
	color: #ffffff;
	font-size:16px;
} */

/* .header-appointment-button a {
    padding: 10px 20px; /* Adjust padding as needed 
    background-color: var(--secondary-color); /* Change the background color to your preferred color 
    color: #ffffff; /* Change the text color to your preferred color

  }

  .header-appointment-button a:hover {
    opacity: 0.8;
  } */

.row {
	justify-content: unset;
}

.testimonial-author p.author-name{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  color: var(--secondary-color);
  font-weight: 600;
}

/**
 * New page sections and options
 */

.page-section {
	padding: 64px 0;
}

.page-section .section-heading {
    max-width: 100%;
	text-align: center;
}

.bg-primary-color {
	background-color: var(--primary-color);
	color: #fff;
}

.bg-secondary-color {
	background-color: var(--secondary-color);
	color: #fff;
}

.bg-primary-color .section-heading h2 {
	color: #fff;
}

.bg-secondary-color .section-heading h2 {
	color: #fff;
}

.has-bg-img {
    background-size: cover;
}

.section-cta {
    margin-top: 40px;
	text-align: center;
}

.btn-solid {
	font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 4px;
    display: inline-block;
    padding: 12px 40px;
    text-align: center;
}

.btn-solid:hover {
    background-color: #0d6efd;
	color: #fff;
}

.header-menu>ul>li:last-child {
	display: block;
}

.header-overlay-description p {
	color: #fff;
}

.footer-social {
    margin-top: 16px;
    display: flex;
    gap: 16px;
}

.footer-social i {
    font-size: 24px;
}

.footer-logo img{
	height: auto;
	max-width: 300px
}

.footer-secondary .footer-city-services {
	margin-bottom: 1rem;
}

.right-image-left-content ul li:before, .left-image-right-content ul li:before {
    color: var(--primary-color);
    font: var(--fa-font-solid);
    content: "\f00c";
    transition: none;
    position: absolute;
	left: -24px;
	top: 4px
}

.right-image-left-content ul li, .left-image-right-content ul li {
	margin-left: 42px;
	position: relative;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th,
tr:first-child td {
	font-weight: bold;
}

th, td {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}

.blog-meta-categories a {
    padding: 10px 15px;
    border-radius: 2px;
    margin-right: 10px;
}

/* Define the background color for even and odd rows */
tr:nth-child(odd) {
	background-color: rgba(15, 103, 153, 0.1);
}

tr:nth-child(even) {
	background-color: #ffffff;
}

.page-section.simple-paragraph a {
	color: blue;
	text-decoration: underline;
}

/**
 * Home Hero Banner fix
 */

.home-header-banner .header-banner-content {
	justify-content: flex-end;
}

.header-banner.service-page-banner {
    padding-bottom: 5rem;
}

p.sub-title {
    font-family: var(--secondary-font);
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
	margin-bottom: .5rem;
}

p.get-touch {
    margin-bottom: .5rem
}

@media only screen and (max-width: 1400px) {
	.header-overlay-description p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1200px) {
	.header-appointment-button a,
	.header-overlay-top-flex-left li a,
	.header-overlay-description p {
		font-size: 12px;
	}
}

@media (max-width: 1170px) {
    .aside-content-area .two-columns {
        columns:1;
    }
}

.blog-grid-content h2 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
}

.simple-sitemap-container .simple-sitemap-wrap h2.post-type{
    font-size: 32px;
    line-height: 42px;
	color: var(--secondary-color);
}

@media only screen and (max-width: 1024px) {
	body.logged-in.admin-bar .header-overlay-bottom {
		top: 32px;
	}
	
	.header-banner {
		margin-top: 80px;
	}
	
	.header-banner-content {
		margin-top: 50px;
	}
	
	.page-main.error-404 {
		padding-top: 0;
	}
}

@media only screen and (max-width: 991px) {
	.home-header-banner::before,
	.header-banner::before{
		content: none;
	}
}

@media only screen and (max-width: 768px) { 
	body.logged-in.admin-bar .header-overlay-bottom {
		top: 46px;
	}
	
	.header-page-title h1 {
		font-size: 2rem;
		line-height: 1.2;		
	}
	
	.breadcrumb-separator {
		margin: 0 8px;
	}
	.aside-content-area .two-columns {
        columns:2;
    }
}
@media only screen and (max-width: 600px) {
	.mobile-fixed-cta .dark-button, .mobile-fixed-cta .light-button {
		width: 100%;
		margin: 0;
	}
	
	.mobile-fixed-cta {
		width: 100%;
		display: flex;
		gap: 16px;
		flex-wrap: wrap;
		border-radius: 0;
		bottom: 0;
		padding: 16px;
		transform: translateY(100%);
		transition: .5s ease-in-out;
	}

	.mobile-fixed-cta.show {
		transform: none;
	}

	.mobile-fixed-cta .dark-button a, .mobile-fixed-cta .light-button a {	
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 8px 16px;
		width: 100%;
		text-align: center;
	}

	.mobile-fixed-cta i {
		margin-right: 4px;
	}

	.mobile-fixed-cta .light-button a {
		color: var(--primary-color);
	}
	
	.single-services .service-page-container {
		padding: 0;
        padding-top: 60px;
	}
    
}
    .make-item-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custom-background-color {
        background-color: #ffad0a;
    }

    .yellow-color-text {
        color: #ffad0a;
    }

    .white-color-text {
        color: #fff;
    }

    .keep-it-dry-container {
        background: url("https://saferbasements.kinsta.cloud/wp-content/uploads/2023/10/JG_After-1.png");
    }

    .h3-text {
        font-weight: 700;
        font-size: 70px;
        color: #0452a0 !important;
    }

  .keep-it-dry-container-paragraph {
        text-align: center;
        padding: 40px 0;

    }

    .free-estimate-container {
        background-color: #0452a0;
    }

    .free-estimate-container-button {
        font-size: 20px;
        font-weight: 500;
        padding: 0.3em 1em;
        line-height: 1.7em !important;
        background-color: #fcb900;
        border: 2px #fcb900;
        border-radius: 3px;
        color: #0452a0;
    }

    .free-estimate-container-button-link:hover {
        color: white;
    }

    .free-estimate-container-button-link {
        text-decoration: none;
        color: #0452a0;
        font-weight: 700;
    }

	.phone-icon-rotate {
		transform: rotate(90deg);
	}