/*
 Theme Name:   AirPro Child Theme
 Theme URI:    http://airpro.creatopusthemes.com/
 Description:  AirPro Child Theme - Heating and Air conditioning WordPress Theme for Maintenance Services
 Author:       CreatopusThemes
 Author URI:   https://themeforest.net/user/creatopus
 Template:     airpro
 Version:      1.2.0
 Tags:
 Text Domain:  airpro
 */

/* =Theme customization starts here
-------------------------------------------------------------- */
.anchor {
  display: block;
  height: 115px; /*same height as header*/
  margin-top: -115px; /*same height as header*/
  visibility: hidden;
}
#scrollUp {
	margin-bottom:20px;
}
/* Fonts */
h2 {
	font-size: 28px !important;
}
/*buttons*/
.theme-dark-btn {
	background-color: #195586 !important;
	color:#fff;
	border:2px solid #195586 !important;
}
.theme-dark-btn:hover {
	background-color:#fff !important;
	color: #195586 !important;
	border:2px solid #195586 !important;
	transition: all .3s ease-in-out;
}
.service-btn {
	background-color: transparent !important;
	color: #fff !important;
	border: 2px solid #fff !important;
	border-radius: 5px !important;
	margin-bottom: 50px !important;
	transition: all 0.3s ease-in-out;
}
.service-btn:hover{
	background: #195586 !important;
	color:#fff;
	border: 2px solid #195586 !important;
}
.service-btn-alt {
	background-color:#fff !important;
	color: #195586 !important;
	border-radius: 5px !important;
	border: 2px solid #fff !important;
	margin-bottom: 25px;
	transition: all 0.3s ease-in-out;
}
.service-btn-alt:hover {
	background-color: #195586 !important;
	color:#fff !important;
	border:2px solid #fff !important;
}
.wh-banner-btn {
	font-size: 13px !important;
}
.schedule-an-appointment-btn {
	background-color: #195586 !important;
	border-radius:5px !important;
	transition: all 0.3s ease-in-out;
	
}
.schedule-an-appointment-btn:hover {
	background-color: #fff !important;
	color:#195586 !important;
	border: 2px solid #195586 !important;
}
.contact-link {
	color: #000 !important;
}
.contact-link:hover {
	color: #195586 !important;
}
.contact-link a {
	color:#000 !important;
}
.contact-link a:hover {
	color: #195586 !important;
}
.contact-link-alt a {
	color: #195586 !important;
}
.contact-link-alt a:hover {
	color: #FFEF67 !important;
}
.cc-header-btn {
	background-color: #2a7ec4 !important;
	font-weight: bold !important;
	color: #fff;
	display: block !important;
	border-radius: 0px !important;
	border: 2px solid #2a7ec4 !important;
	transition: ease-in-out all .4s;
	width: 100%;
}
.ba-header-btn {
	background-color: #2674b6 !important;
	font-weight: bold;
	color: #fff;
	display: block !important;
	border-radius: 0px !important;
	border: 2px solid #2674b6 !important;
	transition: ease-in-out all .4s;
}
.cc-header-btn:hover, .ba-header-btn:hover {
	background-color: #fff !important;
	color: #2a7ec4 !important;
}
/* Form */
select {
	padding: 9px;
}
input[type="submit"] {
	border: initial !important;
}
#gform_wrapper_1 {
	margin-top: 0px;
}
.ginput_container.ginput_container_text {
	margin-top: 0px !important;
}
.gform_wrapper label.gfield_label {
	display: none !important;
}
#field_1_1 {
	margin-top: 0px;
}
#input_1_1, #input_1_2, #input_1_3 {
	width: 100%;
	padding-left: 20px;
}
#gform_submit_button_1 {
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #297ec4;
	padding: 10px 20px;
	border-radius: 5px;
}
/* Underline */
.title-underline {
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	display: inline;
	padding-bottom: 1px;
	position: relative;
	cursor: pointer;
}
.title-underline:before, .title-underline:after {
	position: absolute;
	bottom: -7px;
	content: "";
	left: -3px;
}
.title-underline:after {
	background-image: -moz-linear-gradient(left, #297ec4, #297ec4);
	background-image: -webkit-linear-gradient(left, #297ec4, #297ec4);
	background-image: -o-linear-gradient(left, #297ec4, #297ec4);
	background-image: -ms-linear-gradient(left, #297ec4, #297ec4);
	background-image: linear-gradient(to right, #297ec4, #297ec4);
	height: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	right: -3px;
}
/* Box Shadow */
.yellow-box-shadow:before {
	position: absolute;
	z-index: -1;
	bottom: 3%; right:3%;
	width: 100%;
	height: 100%;
	background: linear-gradient(#fff067, #fcb951);
	content: '';
}
/* List */
.blue-bullet-list li {
	margin-bottom:20px;
	list-style-type:none;
	padding-left: 0em;
	text-indent: -1.2em;
}
.blue-bullet-list li::before {
	content: "• ";
	color: #297ec4;
	font-size: 35px;
	vertical-align: middle;
}
/* Menu */
.wh-sticky-header .wh-padding {
	padding-top:10px !important;
}
/* Topbar */ 
.wh-top-bar {
	border-bottom: 1px solid #ebebeb;
}
.icon-tool12::before {
	content: url('/wp-content/uploads/2017/06/clock-top-bar.png');
}
.icon-tool7::before {
	content: url('/wp-content/uploads/2017/06/phone-top-bar.png');
}
.wh-header-btn {
	padding: 15px 66px !important;
}
.top-bar-paybtn > .vc_column-inner {
	padding: 0px !important;
}
/* Menu */
.sf-menu.wh-menu-main a {
	padding: 15px 5px !important;
}
.wh-menu-main {
	padding-top: 0px !important;
}
.hd-block-text {
	padding-left: 60px;
}
/* Homepage */
.home-title-h2 {
	text-align: center;
}
#meet-norton-gas-bbb-img {
	margin-left: 10px;
}
.service-blocks-container {
}
.service-blocks {
	margin-bottom:0px;
	padding: 20px;
}
.service-blocks strong {
	font-size:22px;
}
.service-blocks p {
	color: #fff;
	text-align: center;
	font-size:16px;
}
.brochure-text-box {
	padding: 10px 65px;
}
.budget-plans-box {
	margin-bottom: 0px;
	padding: 20px;
}
.budget-plans-box p {
	text-align: center;
	color:#fff;
	font-size: 18px;
}
.info-text p {
	padding-right: 50px;
}
.safety-call-to-action {
	text-align: center;
	margin-bottom:15px;
}
.safety-call-to-action h2 {
	font-weight: bold;
	color:#fff;
	margin-bottom: 5px;
}
.safety-call-to-action p {
	color:#fff;
}
/* Interior Pages */
.wh-content {
	padding-top: 0px;
	padding-bottom: 0px;
}
.wh-page-title-bar {
	display: none;
}
.title-page {
	padding-top:15px;
	padding-bottom:15px;
}
.title-page h1 {
	font-size: 35px;
	margin: 33px 0px;
}
.entry-content a {
	color: inherit;
}
/* Interior Page */
.wh-padding {
	padding-top:0px !important;
}
.wh-content {
	padding-top: 0px !important;
}
.text-box-link a {
	color: #297ec4 !important;
}
.text-box-link a:hover {
	color:#e6a024 !important;
}
/* Services */
.services-text-box a {
	color: #297ec4 !important;
}
.services-text-box a:hover {
	color:#e6a024 !important;
}
/* Deliever Services */
.deliver-text-box a {
	color: #297ec4 !important;
}
.deliver-text-box a:hover {
	color:#e6a024 !important;
}
/* About Us */
.about-us-intro h2 {
	line-height: 25px;
}
.service-team tr {
	border: none;
}
.service-team td {
	border:none;
	vertical-align: text-top;
}
.service-team h3 {
	margin-top:20px;
	margin-bottom:10px;
	font-size:25px;
	line-height: 20px;
}
.service-team p {
	margin-bottom:0px;
	line-height: 15px;
}
/* Maintence Tour */
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active > a {
	background-color: #195586 !important;
	color: #fff !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a {
	background-color: #f5f5f5 !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
	background-color: transparent !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
	color: #000 !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a:hover {
	background-color: #195586 !important;
	color: #fff !important;
}
.wpb-js-composer .vc_tta.vc_tta-gap-3.vc_tta-tabs-position-left .vc_tta-tabs-container {
	width: 25%;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-icon::before {
	margin-top: 12px;
	float: right;
}
.tour-dropdown > .vc_toggle_title {
	border:1px solid #e7e7e7;
	padding: 10px;
}
.tour-dropdown h4 {
	margin-left: 20px !important;
}
.vc_toggle_size_sm .vc_toggle_icon {
	margin-left: 20px !important;
}
/* Contact Us Page */
.icon-letter::before {
	content: url('/wp-content/uploads/2017/06/email-footer.png');
}
.icon-gps::before {
	content: url('/wp-content/uploads/2017/06/footer-map-icon.png');
}
.icon-telephone::before {
	content: url('/wp-content/uploads/2017/06/phone-top-bar.png');
}
/* Calender */
#tribe-events-content table.tribe-events-calendar {
	margin-bottom:10px;
}
.tribe-events-month-event-title {
	text-align: center;
}
.event-button-inner-container {
	margin-top: 50px;
	text-align: center;
}
#event-all-deliveries-btn {
	background-color: #297ec4;
	padding: 15px;
	border-radius: 5px;
	transition: ease all .5s;
}
#event-all-deliveries-btn:hover {
	opacity: .5;
}
#events-winter-routes {
	background-color: #e6a024;
	padding: 15px;
	border-radius: 5px;
	transition: ease all .5s;
}
#events-winter-routes:hover {
	opacity: .5;
}
/*#tribe-events-content a {
	color: #000 !important;
}*/
#tribe-events-content a {
pointer-events: none;
}
.tribe-bar-disabled {
	display: none;
}
.tribe-events-sub-nav {
	top: 70px;
	position: relative;
	z-index: 9999;
}
.tribe-events-page-title {
	margin-bottom: 0px !important;
	margin-top: 0px !important !important;
}
.tribe-events-calendar thead th {
	color: #fff;
}
.tribe-events-calendar td div[id*="tribe-events-daynum-"] {
	color: #fff !important;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"] {
	background-color: #B2B2B2;
}
#tribe-events-content .tribe-events-tooltip h4 {
	background-color: #f9f9f9;
	font-size: 20px;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
	background-color: transparent;
}
.tribe-events-notices {
	display: none;
}
.tribe-events-tooltip {
	padding: 15px;
}
.tribe-events-sub-nav li a {
	background:transparent;
	color: #000 !important;
}
.calender-title {
	text-align: center;
	background-image: url('/wp-content/uploads/2017/06/Calender-background.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.calender-title h1 {
	padding: 35px 0px;
}
.events-intro {
	margin: 0px 120px 40px;
}
.events-intro ul li {
	margin-bottom: 5px;
	line-height: 1.2;
}
.events-footer-container {
	background:#f0f0f0;
	display: flex;
}
.inner-events-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 100px 0px;
}
.events-half-container {
	width: 50%;
	float: left;
	padding: 0px 15px;
}
.event-email-button {
	padding: 10px 20px;
	border-radius: 5px;
}
.events-footer-table td {
	border:none;
	padding: 0px;
}
.events-footer-table h2 {
	text-align: center;
}
.info-td {
	padding: 20px !important;
}
.info-td h1 {
	text-align: center;
	font-weight: 500;
	font-size: 28px;
}
.info-td img {
	text-align: center;
}
.tribe-events-calendar td div[id*="tribe-events-daynum-"] {
	line-height: 2.2;
}
.tribe-events-othermonth .tribe-events-month-event-title {
	opacity: 1;
}
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
	color: #fff !important;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
	color: #fff !important;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	margin-top:18px;
}
.tribe_events_cat-all-deliveries {
	background-color: #297ec4;
	color: #fff;
}
.tribe_events_cat-winter-routes {
	background-color: #e6a024;
}
.tribe_events_cat-all-deliveries h3 a {
	color: #fff !important;
}
/* Pay Options */
.pay-now-info-row {
	text-align: left;
}
.pay-now-info-row a {
	color: #195586 !important;
}
.pay-options-boxes {
	font-size: 36px;
	line-height: 1;
	color: #fff;
}
.pay-options-paynow {
	font-size: 18px;
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: bold;
	transform: ease all .8s;
	color: #297ec4 !important;
	border: 2px solid #fff;
}
.pay-options-paynow:hover {
	background-color: #195586;
	color: #fff !important;
}
.options-tel {
	color: #fff !important;
}
.options-tel:hover {
	color: #195586 !important;
}
/* Pay Now Forms */
#number {
	width: 97%;
}
.paybtn {
	border: none;
}
.pay-now-table tr td:first-child {
	width: 30%;
}
/* Events */
.events-footer-container {
	margin-bottom: 25px;
}
.event-link {
	color: #297ec4 !important;
}
.events-intro a:hover {
	color: #e6a024 !important;
}
/* Free Download*/
.free-download-menu {
	border-bottom: 1px solid #cecece;
}
.free-download-row-title {
	margin-bottom: 20px;
}
.free-download-menu-container {
	margin-bottom: 50px;
}
.free-downloads-form-container {
	margin-top: 50px;
}
#menu-free-downloads {
	text-align: center;
}
#menu-free-downloads a {
	color: #000 !important;
	font-weight: bold;
	margin: 0px 10px;
}
#menu-free-downloads li {
	display: inline-block;
}
.ebook-image img {
	-webkit-box-shadow: 6px -4px 5px -1px rgba(0,0,0,0.44);
	-moz-box-shadow: 6px -4px 5px -1px rgba(0,0,0,0.44);
	box-shadow: 6px -4px 5px -1px rgba(0,0,0,0.44);
}
.ebook-download-btn a {
	background-color: #297ec4;
	padding: 10px 12px;
	margin-top: 10px;
	display: inline-block;
	border: 1px solid #297ec4;
	border-radius: 5px;
	transition: ease all .4s;
}
.ebook-download-btn a:hover {
	background-color: #fff;
	color: #297ec4 !important;
}
#gform_submit_button_1 {
	transition: ease all .4s;
	border: 1px solid #297ec4 !important;
}
#gform_submit_button_1:hover {
	background-color: #fff;
	color:#297ec4;
}
/* Widgets */
.widget ul li::before {
	display: none;
}
.wh-footer .widget ul li {
	line-height: 35px;
}
/* Footer */
.embellishment-593f3ab7cc6d0 {
	fill: #fff;
}
.contact-border > .vc_column-inner > .wpb_wrapper {
	border-right:2px solid #e8e8e8;
}
.widget ul {
	text-indent: 0px;
}
.flag-container {
	display: none;
}
.intl-tel-input {
	width: 100%;
}
.wpcf7-form-control.wpcf7-intl-tel.wpcf7-intl_tel {
	margin-bottom: 10px !important
}
.intl-tel-input input[type="tel"] {
	padding-left: 15px !important;
}
.form-button input[type="submit"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
.contact-us-info-icon-text {
	padding-left: 45px;
	margin-bottom: 30px;
}
.contact-info-desc {
	padding-right: 20px;
}
.contact-us-info-icon-text p {
	font-size: 17px;
}
.footer-contact-table {
	margin-top: 25px;
}
.footer-contact-table td, table {
	border: none;
}
.footer-contact-table tr{
	display: block;
	margin-bottom: 35px;
}
.footer-contact-table td {
	padding: 0px;
	font-size: 17px;
	line-height: 20px;
}
.footer-contact-table td a {
	color: #000;
}
.table-contact-right-text {
	padding-left: 30px !important;
}
/*====== MOBILE ADJUSTMENTS =======*/
/* Tablet */
@media (max-width: 768px) {
	.home-title-h2 {
		margin-top: 40px;
	}
	.service-blocks {
		min-height: 250px;
	}
	.title-page {
		padding-bottom: 50px;
	}
	.events-intro {
		margin: 0px 50px 40px;
	}
	.contact-emergency-block {
		padding: 80px 0px;
	}
	.events-footer-table td {
		display: block;
	}
	.info-td img {
		width:80% !important;
		display: block !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.pay-options-boxes {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.service-team td {
		display: block;
		text-align: center;
	}
h3.tribe-events-month-event-title {
	display: block !important;
}
.tribe-events-calendar .tribe-events-has-events::after {
	display:none;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	margin-bottom: 15px;
}
}
/* Mobile */
@media (max-width: 460px) {
	.title-underline {
		line-height: 1.7;
	}
	.meet-team {
		text-align: center;
		display: table;
		margin-right: auto;
		margin-left: auto;
	}
	#meet-norton-gas-bbb-img {
		margin-top: 20px;
		text-align: center;
	}
	#years-home {
		text-align: center;
	}
	.ls-layer {
		font-size: 16px !important;
	}
	.contact-border > .vc_column-inner > .wpb_wrapper {
		border: none;
	}
	.events-intro {
		margin: 0px 20px 40px;
	}
	.brochure-text-box {
		padding: 10px 55px;
	}
	.service-blocks strong {
		font-size: 20px;
	}
	.service-blocks p {
		font-size: 14px;
	}
	#gform_1 {
		margin-top: 30px;
	}
	#menu-free-downloads li {
		display: block;
	}
	.tribe-events-page-title {
		top: -30px;
	}
	.moblie-text-adjustment h2 {
		font-size: 25px !important;
	}
	.events-footer-table td {
		display: block !important;
	}
	.info-td img {
		width:80% !important;
		display: block !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.contact-border > .vc_column-inner > .wpb_wrapper {
		border: none;
	}
	.pay-options-boxes {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.about-us-second-text {
		margin-top: 20px;
		margin-bottom: 35px;
	}
}


.validation_error_head { text-align: center; color: red; font-weight: bold}

.validation_error {text-align: center; color: red; font-weight: bold; }

.sitemap {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 600px;
}
.sitemap ul {
	padding-left: 30px;
	list-style: disc;
}
.sitemap ul ul { list-style: circle; }
.sitemap ul ul ul { list-style: square; }
.sitemap-posts { padding-top: 30px; }
