/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Hive
Theme URI: https://hivetherapyandwellness.com/
Author: WP Codeus
Author URI: https://wpcodeus.com/
Template: salient
Version: 1.1
*/


/* Buttons */

.nectar-button.medium {
    font-size: 13px !important;
    padding: 11px 29px !important;
}


/* Footer */

.nectar_hook_global_section_footer {
    border-top: 1px solid #ebecef;
}
.nectar_hook_global_section_footer h4 {
    color: #282828 !important;
}
.hive-footer-menu li {
	list-style-type: none;
	padding-bottom: 1px
}
.hive-footer-menu ul {
	padding-left: 0px !important;
	margin-left: 0px !important;
}
.hive-footer-menu li a {
	color: #616972 !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	font-family: Montserrat;
	font-size: 13px !important;
}
.hive-footer-menu li a:hover {
	color: #408db0 !important;
}


/* Hive Button */

.hive-hex-button {
    border: none !important;
    position: relative;
    margin-left: 35px;
    box-shadow: none !important;
}
body[data-button-style*=rounded_shadow].material .nectar-button.see-through.hive-hex-button:hover {
    box-shadow: none !important;
    color: #408db0 !important;
}
.hive-hex-button:before {
    width: 50px;
    height: 50px;
    background-image: url('/wp-content/uploads/2023/11/hive-button-shape.svg');
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -36px;
}
.hive-hex-button.hex-white:before {
    background-image: url('/wp-content/uploads/2023/11/hive-button-shape-white.svg');
}
.hive-hex-button:after {
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/2023/11/right-arrow-1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -45px;
}
.hive-hex-button:hover::after {
    left: -53px;
}
@media (max-width: 780px) {
    .hive-hex-button {
        position: relative;
        left: 13px;
    }
}
.hive-hex-button.hover-white:hover span {
	color: #fff !important;
}


/* Service Badges */

/* .hive-service-badge-holder .nectar-badge__inner {
    font-size: 14.5px !important;
    margin-bottom: 12px;
    padding: 11px 18px !important;
    border-radius: 10px !important;
    background-color: #408db0fa;
    color: #ffffff!important;
} */
.hive-service-badge-holder .nectar-badge__inner {
    font-size: 14.5px !important;
    margin-bottom: 12px;
    padding: 11px 18px !important;
    border-radius: 10px !important;
    background-color: transparent;
	border: 1px solid #dadada;
    color: #282828!important;
}
.nectar-badge__inner {
    border-radius: 5px !important;
    font-size: 15px !important;
}
@media (max-width: 780px) {
	.hive-service-badge-holder .nectar-badge__inner {
		font-size: 12.5px !important;
	}
	.nectar-badge__inner {
		font-size: 13px !important;
	}	
}


/* Frequently Asked Questions */

.toggle>.toggle-title a {
    font-size: 17px !important;
    color: #353535;
    font-weight: 600 !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
div[data-style*=minimal] .toggle>.toggle-title i {
    width: 26px !important;
    height: 26px !important;
    position: absolute !important;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -15px !important;
    border: 2px solid #ecc34e !important;
    border-radius: 30px 30px !important;
    -ms-transition: border-color .15s ease;
    transition: border-color .15s ease;
    -webkit-transition: border-color .15s ease;
}
div[data-style="minimal"] .toggle > .toggle-title i:before {
    content: " ";
    top: 12px !important;
    left: 6px !important;
    margin-top: -2px !important;
    width: 10px !important;
    height: 2px !important;
    position: absolute !important;
    background-color: #ecc34e !important;
    transition: background-color 0.15s ease;
}
div[data-style="minimal"] .toggle > .toggle-title i:after {
    content: " ";
    top: 5px !important;
    left: 12px !important;
    width: 2px !important;
    margin-left: -2px !important;
    height: 11px !important;
    position: absolute !important;
    background-color: #ecc34e !important;
}
.inner-toggle-wrap {
    font-size: 15px !important;
    line-height: 27px !important;
}


/* Header */

@media only screen and (min-width: 1000px) {
    .detached.scrolling #logo, .detached.scrolling .logo-spacing {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        position: relative;
    }
    .detached.scrolling #logo img, .detached.scrolling  .logo-spacing img {
        height: 55px !important;
    }
}
#header-outer[data-box-shadow="large"], body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large"][data-remove-fixed="0"]:not(.transparent):not(.invisible), body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large"][data-remove-fixed="1"]:not(.transparent) {
    box-shadow: none !important;
}
#header-outer.transparent #top nav > ul > li > a > .sf-sub-indicator i {
    opacity: 1 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    top: -1px;
    right: -1px;
}
@media (max-width: 780px) {
	.wpb_wrapper h1.vc_custom_heading.hive-header-title {
		font-size: 2.7em !important;
	}
}


/* Header CTA Button */

.hive-header-button {
    display: inline-block;
    background-color: #408db0;
    color: #fff !important;
    padding: 10.5px 27px !important;
    border-radius: 10px !important;
    opacity: 1 !important;
    font-size: 14px !important;
}
.nectar-header-text-content a:after {
    display: none !important;
}
.nectar-header-text-content {
    opacity: 1 !important;
    padding-left: 1px !important;
}



/* Testimonial */

.nectar_single_testimonial {
    font-size: 18.25px !important;
    line-height: 35px !important;
}
@media (max-width: 780px) {
	.nectar_single_testimonial {
		font-size: 14px !important;
		line-height: 24px !important;
	}	
}


/* Honeycomb Image Overlay */

.hive-reserve-image img {
    -moz-transform: scale(-1, 1) !important;    /* For Firefox */
    -o-transform: scale(-1, 1) !important;      /* For Opera */
    -webkit-transform: scale(-1, 1) !important; /* For Safari and Chrome */
    transform: scale(-1, 1) !important;         /* Standard syntax */
}


@media (max-width: 780px) {
	.nectar-button.large {
		padding: 11px 24px !important;
		font-size: 13px !important;
	}
	.hive-header-button.left-schedule {
		margin-right: 0px !important;
	}
	.hive-hex-button.right-treat  {
		position: relative;
		left: 27px !important;
		margin-right: -15px !important;
	}
}


/* Hive Footer Top */

.hive-footer-top p,
.hive-footer-top a {
	font-size: 14px !important;
}


/* Breadcrumbs */

.rank-math-breadcrumb a {
	color: #3c8db1 !important;
}
.rank-math-breadcrumb p {
	color: #282828 !important;
}


/* Form */

@media (max-width: 780px) {
	.frm_half #field_ocfup1_label {
		display: none !important;
	}
	.left-schedule {
		margin-right: 0px !important;
	}
}


/* Responsive Changes */

@media (min-width: 1000px) {
	.hive-mobile-only {
		display: none !important;
	}
}
@media (max-width: 1000px) {
	.nectar-header-text-content.mobile-only {
		display: none !important;
	}
	#header-outer #mobile-menu ul li a {
	    font-size: 13px !important;
	    display: block;
	    position: relative;
	    padding: 12px 0 !important;
	}
	#header-outer.transparent #mobile-menu .menu-items-wrap[data-has-secondary-text=false]>ul:first-child {
		padding-top: 10px !important;
	}
}


/* Blog */

.post h3.title {
    color: #282828;
}
.section-title.blog-title > .inner-wrap > a {
	font-size: 15px !important;
	border-color: #282828 !important;
	padding: 6px 14px!important;
}
body #page-header-bg h1, html body .row .col.section-title h1, .nectar-box-roll .overlaid-content h1, .featured-media-under-header h1 {
    font-size: 50px !important;
    line-height: 62px;
}
@media only screen and (min-width: 1000px) {
	#page-header-bg[data-alignment-v="middle"] .span_6 .inner-wrap, #page-header-bg[data-alignment-v="top"] .span_6 .inner-wrap, .blog-archive-header.color-bg .container {
	    padding-top: 100px !important;
	}
	.single-post #page-header-wrap[data-responsive=true], .single-post #page-header-wrap[data-responsive=true] #page-header-bg  {
		min-height: 450px !important;
	}
}
.single-post input[type=submit] {
	font-size: 14px !important;
}
.widget_categories h4 {
	color: #282828 !important;
	opacity: 1 !important;
}
.section-title h1 {
	color: #282828 !important;
}