/*!
Theme Name: Pilotcld
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pilotcld
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 with others.

Pilotcld is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/

/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

body,
button,
input,
select,
optgroup,
textarea,
p, 
span, 
*,
a {
	color: #1e1e1e;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

body {
	background: #fffaf9;
}

body.page {
    margin: 0;
}

.aux-align-middle > .row {
	ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

p.site-title,
p.site-description {
	margin-bottom: 0;
}

.entry-title {
	text-align: center;
}

.site-main {
	overflow: hidden;
}

.post-thumbnail,
.post-thumbnail img {
	width: 100%;
}

body.home .entry-title {
	position: absolute;
    top: 50%;
    color: #fff;
    margin-top: -10px;
}

.header-site {
	padding: 30px 30px;
	background: #A6341B;
}

.main-navigation a,
.main-navigation a:visited {
    color: #C7C8C4;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 5px;
}

.main-navigation a:hover,
.main-navigation li.current_page_item a {
	color: #60371E;
}

.site-title a,
.site-title a:hover,
.site-title a:visited {
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
}

.site-title {
	position: relative;
	z-index: 1;
}

.site-description {
	position: absolute;
	font-size: 10px;
	right: 15px;
	top: -4px;
	letter-spacing: 0.4px;
	z-index: 0;
}


h2 {
	color: #a6341b !important;
    font-weight: bold !important;
}

footer.site-footer {
	background: #1e1e1e;
	padding-top: 20px;
}

.site-info {
	text-align: center;
	font-size: 12px;
	text-align: left;
	margin-bottom: 20px;
	color: #C7C8C4;
}

.footer-contact p {
	text-align: right;
	font-size: 12px;
	color: #C7C8C4;
	margin-bottom: 0;
}

.footer-contact .widget-area {
	width: 100%;
}

.footer-contact .widget_text {
	margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.site-info,
	.footer-contact p {
		text-align: center;
	}
}

.home-title {
	width: 100vw;
    background: #60371e59;
    margin-left: 50%;
    position: relative;
    left: -50vw;
    color: black;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
    text-align: center;
}

.home-title:after {
	content: "";
	background: #60371e59;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-title-inner {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
    z-index: 2;
}

.home-title-inner h1 {
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-size: 40px;
    text-shadow: 1px 1px 1px #a6341b;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.home-title-inner h5,
.home-title-inner h5 a,
.home-title-inner h5 a:visited,
.home-title-inner h5 a:hover {
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-size: 25px;
    text-shadow: 1px 1px 1px #a6341b;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}

a.ebutton,
a.ebutton:hover,
a.ebutton:visited {
	background: #fff;
    border-radius: 4px;
    padding: 10px 30px;
    color: #1e1e1e;
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
}

.services {
	width: 100%;
    display: inline-block;
    text-align: center;	
    background: #f4f7f6;
    padding: 50px 0 0;
    margin: 50px 0;
    position: relative;
}

.services h2 {
	margin-bottom: 30px;
}

.services:after {
	content: "";
    position: absolute;
    width: 100%;
    top: 0;
	height: 100%;
    left: -100%;
    background: #f4f7f6;
}

.services:before {
	content: "";
    position: absolute;
    width: 100%;
    top: 0;
	height: 100%;
    left: 100%;
    background: #f4f7f6;
}

.service {
	display: inline-block;
}

.service h3 {
	color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 1px #a6341b;
    margin-bottom: 20px;
}

.service p {
	color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 1px #1d2327;
    margin-bottom: 20px;
}

.service-inner {
	background-size: cover;
    background-position: center;
    position: relative;
}

.service-inner:after {
	content: "";
    background: #60371e59;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.services-inner .service {
	margin-bottom: 50px;
}

.service-inner-inner {
	min-height: 300px;
	position: relative;
	z-index: 1;
	padding: 10px;
}

.services .ebutton-wrap {
	position: absolute;
    bottom: 0;
    left: 50%;
    bottom: 30px;
}

.services .ebutton-wrap .ebutton {
	position: relative;
	left: -50%;
}

body.home iframe {
	height: 250px;
}

body.home img {
	margin-bottom: 15px;
}

.entry-content-page {
	padding-top: 50px;
	text-align: justify;
}

body.home .entry-content-page {
	padding-top: 0;
}

.entry-content-page ul {
	padding-left: 0px;
}

.entry-content-page img {
	margin-bottom: 15px;
}

.wpcf7-form label,
.wpcf7-form input:not([type=submit]) {
	width: 100%;
}

.wpcf7-form input[type=submit] {
	background: #a6341b;
    border-radius: 4px;
    padding: 10px 30px;
    color: #ffffff;
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
}

.wpcf7-form p {
	margin-bottom: 5px;
}

.wpcf7 form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
}

.wpcf7-not-valid-tip {
    font-size: 10px;
}

@media only screen and (max-width: 600px) {

	.header-menu {
		width: 100% !important;
	}

	button.menu-toggle {
		position: absolute;
		right: 15px;
		top: -28px;
	}

	.main-navigation.toggled ul {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.main-navigation li {
	    width: 100%;
	    text-align: right;
	}

	.home-title-inner h1 {
	    font-size: 25px;
	}

	.home-title-inner h5 a, 
	.home-title-inner h5 a:visited, 
	.home-title-inner h5 a:hover {
	    font-size: 20px;
	}

	.footer-contact {
		margin: -10px 0 20px 0;
	}

	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item {
    	max-width: 50% !important;
	}
}