/*
Theme Name: Apeix Child
Theme URI: http://themeforest.net/user/wpoceans/portfolio/
Author: wpoceans
Author URI: http://themeforest.net/user/wpoceans
Description: Apeix - Wedding & Wedding Planner WordPress Theme
Template:	apeix
Version: 1.0
Text Domain: apeix-child
*/
select option {
	color: #000;
}

body .site-footer .about-widget .logo {
	max-width: 150px;
}

body .site-header .navbar-brand img {
	max-width: 100px;
}

body .site-header .navbar-brand {
	height: auto;
	margin-top: 0;
}

.topbar .contact-info ul {
	white-space: nowrap;
}

body .page-title:before {
	background-color: rgba(0, 0, 0, 0.5);
}

.hx-contact-form .wpcf7-response-output {
	color: #fff;
}

body .current_page_parent > a, 
body .current-menu-item > a {
    color: #3764eb !important;
}
.service-style-1.service-details-what-we-do .service-wrap {
	height: 100%;
}
/* Header */
header .navbar-nav .menu-item a {
    padding: 14px 20px !important;
}
header .navbar-nav .menu-item.get-a-quote a {
    background: #3764eb;
    color: #fff !important;
    border: none;
    cursor: pointer;
    font-weight: 600;
    padding: 14px 20px !important;
    border-radius: 60px;
}
header .navbar-nav .menu-item.get-a-quote a:hover {
	background: #005ecb;
}
.site-header #navbar ul {
    padding: 28px 0;
}
/* Service */
.service .service-text h2 {
    pointer-events: none;
}
/* Project */
.project .project-content h2 {
    pointer-events: none;
}
/* get-quote-form */
.get-quote-form .cf7-form {
    max-width: 700px;
    margin: auto;
    background: #fff;
    padding: 25px 25px 0;
	border-radius: 14px;
}
.get-quote-form .cf7-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.get-quote-form .cf7-row:last-child {
	margin: 0;
}
.get-quote-form .cf7-row.full {
  display: block;
}

.get-quote-form .cf7-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.get-quote-form .cf7-form label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
  font-weight: 600;
}

.get-quote-form .cf7-form input,
.get-quote-form .cf7-form textarea {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.get-quote-form .cf7-form input:focus,
.get-quote-form .cf7-form textarea:focus {
  border-color: #007aff;
  box-shadow: 0 0 0 2px rgba(0, 122, 255, 0.1);
  outline: none;
}

.get-quote-form .cf7-form textarea {
  resize: vertical;
}

.get-quote-form .cf7-form input[type="submit"] {
  background: #3764eb;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  padding: 12px;
  border-radius: 60px;
  font-size: 18px;
} 

.get-quote-form .cf7-form input[type="submit"]:hover {
  background: #005ecb;
}

.get-quote-form .cf7-row p {
    margin: 0;
}
.get-quote-form .wpcf7 form.invalid .wpcf7-response-output, 
.get-quote-form .wpcf7 form.unaccepted .wpcf7-response-output,
.get-quote-form .wpcf7 form.payment-required .wpcf7-response-output {
	    border-color: #ff0000;
    background: #cd9a9a;
    color: #000;
}
.get-quote-form .wpcf7 form.sent .wpcf7-response-output {
	    border-color: #46b450;
    background: #d1fdd5;
    color: #000;
}

.get-quote-form h1 {
    margin: 0 0 10px 0;
    font-weight: 900;
    color: #3764eb;
	text-align: center;
}
/* Mobile Responsive */
@media (max-width: 600px) {
  .get-quote-form .cf7-row {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
	body .site-header #navbar {
		text-align: right;
	}
}
@media (max-width: 767px) {
	.topbar {
		display: none;
	}

	body .site-header .navigation {
		padding: 13px 0;
	}

	body .site-header .navbar-brand {
		padding-bottom: 0px;
	}

	body .site-header .navbar-brand img {
		max-width: 80px;
	}

	body .hero-style-2 .gradient-overlay,
	body .hero-style-3 .gradient-overlay {
		background: -webkit-linear-gradient(left, #0b0c0c66 100%, transparent 100%);
		background: -moz-linear-gradient(left, #0b0c0c66 100%, transparent 100%);
		background: -o-linear-gradient(left, #0b0c0c66 100%, transparent 100%);
		background: -ms-linear-gradient(left, #0b0c0c66 100%, transparent 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(100%, #0b0c0c66), color-stop(100%, transparent));
		background: linear-gradient(left, #0b0c0c66 100%, transparent 100%);
	}

	.hx-contact-form .wpcf7-response-output {
		color: #fff;
	}
}