/*
Theme Name: neve-child
Template: neve
*/

/* Layout */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
}

p {
	font-size: 18px;
}

#content a:hover,
#nv-primary-navigation a {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/* Elementor */
#content .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 15px;
}

#content .elementor-widget:not(:last-child) {
	margin-bottom: 30px;
}
 
.elementor-section .elementor-inner-section .elementor-container {
	margin-left: -15px;
	margin-right: -15px;
}

/* Contact form 7 */
#content .wpcf7 input:not([type="submit"]):not([type="checkbox"]),
#content .wpcf7 textarea {
	display: block;
	width: 100%;
	border-radius: 0;
	padding: 10px;
}

.wpcf7-checkbox .wpcf7-list-item {
	font-size: 16px;
	margin-left: 0;
}

.wpcf7-checkbox input {
	margin-right: 5px;
}

#content .wpcf7 p {
	margin-bottom: 0;
}

.contact-form-1-label,
.contact-form-2-label {
	font-size: 12px;
	width: 33.33%;
	float: left;
	padding: 0 5px;
	margin-bottom: 15px;
}

.contact-form-3-label {
	font-size: 12px;
	margin-bottom: 15px;
}

.contact-form-2-textarea,
.contact-form-3-textarea {
	width: 100%;
}

.contact-form-3-label {
	width: 100%;
}

.contact-form-star {
  font-size: 10px;
  color: #04c1cf;
  position: relative;
  top: -4px;
  left: 2px;
}

.contact-form-1-label br,
.contact-form-2-label br,
.contact-form-3-label br {
  display: none;
}

#content .contact-form-1-label input,
#content .contact-form-2-label input,
#content .contact-form-3-label input,
#content .contact-form-1-label textarea,
#content .contact-form-2-label textarea,
#content .contact-form-3-label textarea{
	background-color: #eeeeee;
	border: none;
	border-bottom: 2px solid #e0e0e0;
	margin-top: 2px;
}

#content .contact-form-1-label input:focus,
#content .contact-form-2-label input:focus,
#content .contact-form-3-label input:focus,
#content .contact-form-1-label textarea:focus,
#content .contact-form-2-label textarea:focus,
#content .contact-form-3-label textarea:focus {
	border-color: #04c1cf;
	outline: none;
}

.contact-form-1-button,
.contact-form-2-button,
.contact-form-3-button {
	clear: both;
}

.contact-form-1-button .wpcf7-submit,
.contact-form-2-button .wpcf7-submit,
.contact-form-3-button .wpcf7-submit {
	font-size: 16px;
	font-weight: 600;
	border-radius: 0;
	margin: 30px 5px 0 5px;
	padding: 10px 25px;
}

.contact-form-3-button .wpcf7-submit {
	margin-left: 0;
	margin-right: 0;
}

.contact-form-2-button .wpcf7-submit,
.contact-form-3-button .wpcf7-submit {
	padding: 10px 35px;
}

.contact-form-1-button .wpcf7-submit:hover,
.contact-form-2-button .wpcf7-submit:hover,
.contact-form-3-button .wpcf7-submit:hover {
	background-color: #04c1cf;
}

/* Contact Page */
#content .contact-page-image-box .elementor-image-box-wrapper {
	align-items: center;
}

/* Footer */
body .footer-content-wrap.footer-second-section {
	background-color: #000000;
	padding: 15px;
}

body .footer-content-wrap.footer-second-section .container {
	max-width: 1200px;
	padding: 0;
}

.custom-footer-1,
.custom-footer-2 {
  width: 50%;
  float: left;
  text-align: center;
  padding: 80px 15px 100px 15px;
}

.custom-footer-1 {
	background-color: #3b414c;
}

.custom-footer-2 {
	background-color: #04c1cf;
}

.custom-footer-title {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 35px;
}

.custom-footer-button {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3b414c;
	background: #ffffff;
	display: inline-block;
	min-width: 35%;
	padding: 15px 25px;
}

.custom-footer-button:hover {
  text-decoration: none;
}

.custom-footer-button:hover {
	color: #3b414c;
}

.custom-footer-3-wrapper {
	padding: 80px 15px 110px 15px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.footer-soical-icons {
  font-size: 30px;
  color: #ffffff;
  margin-right: 30px;
}

.footer-soical-icons:hover {
	color: #ffffff;
}

.custom-footer-text-wrapper {
	color: #ffffff;
}

.custom-footer-text-wrapper p {
	margin-bottom: 0;
}

.custom-footer-text-wrapper {
	margin-bottom: 80px;
}

.footer-image {
	max-width: 35%;
	margin-bottom: 45px;
}

.custom-footer-text-wrapper,
.social-icon-wrapper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.custom-footer-text-wrapper,
.custom-footer-text-wrapper p {
	font-size: 16px;
}

.nv-footer-content {
	font-size: 12px;
	text-align: left;
	font-weight: lighter;
}

.nv-footer-content p {
	font-size: 12px;
	font-weight: lighter;
}

.nv-footer-content p:last-child {
	margin-bottom: 0;
}

/* Header */
.header {
  display: flex;
  flex-direction: row-reverse;
}

.header .nv-navbar {
	width: 85%;
}

.header .nv-navbar .container {
	max-width: 100%;
}

.custom-header-phone-number-wrapper {
	background-color: #04c1cf;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	max-height: 81px;
}

.header-phone-number {
	font-weight: bold;
	color: #ffffff;
}

.header-phone-number:hover {
	text-decoration: none;
	color: #ffffff;
}

#nv-primary-navigation li a {
	font-weight: 600;
	color: #7f818d;
}

#nv-primary-navigation .current_page_item a {
	color: #04c1cf;
}

@media (min-width: 960px) {
	#nv-primary-navigation li a {
		font-size: 17px;
	}

	.nv-navbar #nv-primary-navigation li {
		padding: 0 15px;
	}
}

@media (max-width: 992px) {
	.tabs-content-title {
		font-size: 35px;
		line-height: 1.3em;
		margin-bottom: 55px;
	}
}

@media (max-width: 768px) {
	.header {
		display: block;
	}

	.header .nv-navbar {
		width: 100%;
	}

	.custom-header-phone-number-wrapper {
		width: 100%;
		height: 45px;
	}

	.menu-opened .custom-header-phone-number-wrapper {
		height: 45px;
	}

	.custom-footer-1,
	.custom-footer-2 {
		width: 100%;
	}

	.footer-image {
		max-width: 50%;
	}
}

@media (max-width: 550px) {
	.site-logo img {
		max-width: 60%;
	}

	.contact-form-1-label,
	.contact-form-2-label {
		width: 100%;
	}

	.custom-footer-title {
		font-size: 30px;
		line-height: 1.3em;
	}

	.custom-footer-button {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.footer-image {
		max-width: 100%;
	}

	.footer-soical-icons {
		font-size: 25px;
		margin-right: 20px;
	}

	.custom-footer-3-wrapper {
		padding-bottom: 80px;
	}

	.custom-footer-text-wrapper {
		margin-bottom: 50px;
	}
}