/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.home .entry-content-wrap {
	padding-top: 0;
}
.service-section {
    margin-top: 50px;
    margin-bottom: 50px;
}
.service-col > .vc_column-inner {
    border: 2px solid #ff6805;
}
.service-number {
    color: #FFF;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    background: #ff6805;
    align-items: center;
    display: inline-block;
    justify-content: center;
}
.service-title {
    font-size: 22px;
}
.links-section {
    margin-bottom: 50px;
}
.link-title {
    font-size: 20px;
}
.link-btn a {
    color: #ff6805;
    transition: all .3s ease-in-out;
}
.link-btn a:hover,
.link-btn a:focus {
	color: #e16310;
}
.main-page-about-btn a {
    background-image: none !important;
}
.main-page-about-btn a:hover,
.main-page-about-btn a:focus {
    background: #e16310 !important;
}

footer .footer-title,
footer .widget-title {
	color: #FFF;
	margin-top: 0;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}
footer .footer-block p {
	color: #FFF;
	margin: 6px 0;
}
footer .menu a:hover,
footer .menu a:focus {
	text-decoration: underline;
}
.list-of-services p {
	margin-bottom: 10px !important;
}
.pricing-table {
	width: 100%;
	max-width: 720px;
}
.pricing-table table {
	border: 1px solid #000;
}
.pricing-table thead {
	color: #FFF;
	background: #ff6805;
}
.pricing-table thead th {
	padding: 6px 0;
}
.pricing-table thead th:first-child {
	width: 80%;
}
.pricing-table thead th:last-child {
	width: 20%;
}
.pricing-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
.pricing-table tbody tr td {
	padding: 6px;
}
.pricing-table tbody tr:hover {
	background-color: #ddd;
}
.page-id-81 .entry-content-wrap {
	padding-bottom: 0;
}
.contact-info a {
	color: #ff6805;
}
.contact-info a:hover,
.contact-info a:focus {
	color: #e16310;	
}
.slider-section {
    color: #FFF;
}
.slider-section h1 {
    color: #FFF;
}
.slider-section > * {
    position: relative;
    z-index: 1;
}
.slider-section:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
}
.slider-text {
    width: 100%;
    max-width: 800px;
}
.slider-section > .wpb_column,
.slider-section > .wpb_column > .vc_column-inner {
    height: 100%;
}
.slider-section > .wpb_column > .vc_column-inner {
    display: flex;
    align-items: center;
}
.contact-block form {
	width: 100%;
	max-width: 790px;
	margin: 0 auto;
}
.contact-block .form-row {
	margin-bottom: 16px;
}
.contact-block .form-field label {
	display: block;
}
.contact-block input[type="submit"] {
	background: #ff6805;
}
.contact-block input[type="submit"]:hover,
.contact-block input[type="submit"]:focus {
	background: #e16310;
}
.contact-block input[type="text"]:focus,
.contact-block input[type="email"]:focus,
.contact-block input[type="tel"]:focus,
.contact-block textarea:focus {
	border-color: #ff6805;
}
.popup-drawer .drawer-inner {
	max-width: 60% !important;
}
@media screen and (min-width: 992px) {
	.slider-section {
		height: 500px;
	}
}
@media screen and (max-width: 991px) {
	.h-340 {
		height: 340px;
		max-height: 340px;
	}
	.h-200 {
		height: 200px;
		max-height: 200px;
	}
	.link-title {
		margin-top: 10px;
	}
	.contact-block input {
		width: 100% !important;
	}
}
@media screen and (min-width: 768px) {
	.contact-block .form-row:not(.message-row) {
		display: flex;
		gap: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.slider-section {
		height: 400px;
	}
}
@media screen and (max-width: 767px) {
	.slider-section .banner-header {
		font-size: 28px;
	}
	.contact-block .form-field {
		margin-bottom: 16px;
	}
}