@font-face {
    font-family: 'Hallenger Serif Font';
    src: url('../fonts/HallengerSerifFont.woff2') format('woff2'),
        url('../fonts/HallengerSerifFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Hallenger Serif Font';
}
html {
  scroll-behavior: smooth;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul li, ol li {
    margin-bottom: 0px;
    line-height: inherit;
}
a {
	color: #ffc652;
	transition: all ease 300ms;
}
a:hover {
	color: #332e2d !important;
	text-decoration: none;
}
.top-banner {
    background-image: url(/wp-content/uploads/2023/09/Blog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    background-blend-mode: overlay;
    text-align: center;
}
.top-banner h1 {
    color: #ffc652;
    font-size: 60px;
    letter-spacing: 5px;
    text-align: center;
}
.main-blog-date {
    display: none;
}
.page-id-45 .top-banner {
    background-image: url(/wp-content/uploads/2023/09/Contact-Us.jpg);
}
.site-main .post-navigation {
    display: none;
}
.blog .our-blog-section {
    display: none;
}
.google-map .wpb_wrapper {
    padding: 0px !important;
}
.contact-page-row .looking-for-your-tb p {
    font-size: 19px;
}
.meet-the-team-row .about_img img {
    border-radius: 25px;
	max-height: 625px;
}
.maria-clara-medina-col {
    margin-left: -5% !important;
    width: 55% !important;
}
.professionals-row .social-icons-professional-div ul {
    display: flex;
}
.professionals-row .social-icons-professional-div li {
    padding-right: 35px;
    font-size: 25px;
}
.professionals-row .social-icons-professional-div li:last-child {
    padding-right: 0px;
}
.professionals-row tr td {
    vertical-align: middle;
	font-size: 20px;
}


.professional-main .professional-div {
    text-align: center;
	margin-bottom: 50px;
	padding-left: 15px;
    padding-right: 15px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
}
.professional-main .professional-thumbnail {
	height: 160px;
	margin-bottom: 25px;
	padding:5px;
}
.professional-main .professional-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 25%;
	border: 1px solid #bfd3db;
}
.professional-main .professional-title {
    font-size: 17px;
    font-weight: bold;
	margin-bottom: 10px;
	text-transform: capitalize;
	line-height: 22px;
}
.professional-main .professional-social-icon ul li {
    display: inline-block;
	padding-right: 10px;
    font-size: 25px;
}
.professional-main .professional-social-icon ul li:last-child {
	padding-right: 0px;
}








/* Header */
#wpadminbar .quicklinks>ul>li>a:hover {
	color: #0056b3 !important;
}
header#masthead {
    background-color: #e2ddd3;
}
.main-navigation ul {
    justify-content: space-between;
    padding: 25px 0px;
}
.main-navigation ul li {
    padding: 0px 20px;
}
.main-navigation li a {
    color: #000000;
    text-transform: uppercase;
}
.main-navigation li a:hover, .phone-no-header a:hover, .blog-title a:hover {
	color: #CA9A3B !important;
}
.main-navigation li a:after {
    content: "";
    border-right: 1px solid #000000;
    position: relative;
    right: -20px;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    float: left;
    position: absolute;
    z-index: 99999;
}
.main-navigation ul ul a {
    width: 230px;
	padding: 10px!important;
    border-bottom: 2px dotted #ccc;
}
.main-navigation li:last-child a:after {
    border: none;
}
.nav-col {
    display: flex;
}
.nav-col nav {
    display: flex;
    justify-content: flex-end;
	align-items: center;
}
.phone-no-header a {
	color: #000000;
}
.phone-no-header i {
    background-color: #ffc652;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 2.2rem;
    border-radius: 20px;
    margin-right: 7px;
	color: #000000;
}
.main-navigation li.current_page_item a {
    font-weight: bold;
}
.home .top-banner {
    display: none;
}
#rmp_menu_trigger-70.is-active {
    display: none;
}









/* Home Page */
.slider-font-family {
	font-family: 'Hallenger Serif Font' !important;
}
.experience-extraordinary-img img {
    border-radius: 25px;
}
.experience-extraordinary-tb h2 {
    font-size: 50px;
    margin-bottom: 35px;
}
.the-concierge-experience-row {
/*     background-position-x: -150px; */
	background-repeat: no-repeat;
	background-size: cover;
}
.successful-years-tb h3 {
    font-size: 120px;
}
.successful-years-col:before {
    content: " ";
    background: #ffc652;
    height: 200px;
    width: 3px;
    display: inline-block;
    position: absolute;
	top: 55px;
}
.successful-years-col.border-none:before {
    background: none;
}
.our-salon-services-tb h2 {
	font-size: 50px;
    margin-bottom: 35px;
}
.services-div {
    text-align: center;
	margin-bottom: 50px;
}
.services-thumbnail {
    margin-bottom: 10px;
}
.services-thumbnail img {
    height: 85px;
    object-fit: contain;
}
.services-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.our-services-btn a {
    background-image: none !important;
    font-weight: bold;
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.our-services-btn a:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}
.leasing-requirements-tb ul li {
    background: url(/wp-content/uploads/2023/09/list-icon_05.jpg) no-repeat 0px 7px;
    padding: 0px 0px 10px 30px;
}
.blog-image {
    margin-bottom: 15px;
	text-align: center;
	height: 350px;
    min-height: 350px;
    max-height: 350px;
}
.blog-title {
	text-align: center;
    margin-bottom: 15px;
}
.blog-title a {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
}
.blog-excerpt {
    text-align: center;
    font-size: 15px;
	margin-bottom: 15px;
}
.blog-time-btn {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.blog-time {
    font-weight: bold;
}
.blog-btn i {
    background-color: #ffc652;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 2.7rem;
    border-radius: 50%;
	margin-right: 10px;
}
.blog-btn a {
	color: #000000;
	font-size: 24px;
}
.blog-btn a:hover {
	color: #ffffff !important;
}
.blog-btn a:hover i {
	background-color: #000000 !important;
}
.blog-image img {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    width: 100%;
    height: 350px;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
    object-position: top center;
}
/* .blog-image:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 55%;
    border-top: 1px solid #ffc652;
    border-right: 1px solid #ffc652;
    border-bottom: 1px solid #ffc652;
    top: 0%;
    left: 20%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
} */
.slider-btn:hover {
    color: #ffffff !important;
}
.the-concierge-experience-img {
	display: none;
}














/* Footer */
footer#colophon {
	color: #ffffff;
    background-color: #332e2d;
	padding: 35px 0px;
}
footer#colophon a {
    color: #ffffff;
}
footer#colophon a:hover {
    color: #ffc652 !important;
}
#bottom_to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 999;
    background: #ffc652;
    border-radius: 50px;
    color: #000000;
    border: 1px solid #000000;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    transition: all linear .25s;
    cursor: pointer;
    padding: 0 !important;
}
#bottom_to_top:hover {
    background: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
}
footer#colophon h3.widget-title {
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.footer-col-2 .footer-col-div {
    display: flex;
    justify-content: space-between;
}
.footer-col-2 .footer-col-div #nav_menu-2 {
	width: 40%;
}
.footer-col-2 .footer-col-div #text-2 {
	width: 60%;
}
.footer-col-4 .footer-social-icons ul li {
    display: inline;
/*     padding: 0px 10px; */
    font-size: 18px;
	padding: 0px 20px 0px 0px;
}
.bottom-footer {
    text-align: center;
	padding: 25px 0px;
}
.footer-col-4 .footer-social-icons ul li:first-child {
    padding-left: 0px;
}
.footer-col-2 .contact_details i {
    margin-right: 15px;
    color: #ffc652;
}
.footer-col-1 img {
	margin-bottom: 20px;
}
.footer-col-1 .join-our {
    font-size: 25px;
    margin-bottom: 20px;
	font-weight: bold;
}
.footer-col-1 form#gform_1 {
    display: flex;
	align-items: center;
/* 	border: 3px solid #ffc652; */
}
.footer-col-1 .gform_body #field_submit {
	flex-direction: row-reverse;
}
.footer-col-1 form#gform_1 #gform_fields_1 {
    grid-row-gap: 5px;
}
.footer-col-1 .gform_body {
    width: 80%;
}
.footer-col-1 .gform_footer {
    width: 20%;
	margin: 0px !important;
    padding: 0px !important;
}
.footer-col-1 .gform_footer input {
    margin: 0px !important;
    width: 101% !important;
    height: 52px !important;
}
.footer-col-2 ul li {
	margin-bottom: 15px;
}
.footer-col-1 .gform_body input {
    background-color: transparent;
/*     border: 0px; */
	color: #ffffff;
	border: 3px solid #ffc652;
}
.footer-col-2 #nav_menu-2 ul li a {
    text-transform: uppercase;
}








/* Contact Page */
.contact-page-row .contact_details ul li a {
    color: #000000;
}
.contact-page-row .contact_details ul li i {
    padding-right: 10px;
}
.contact-page-row .contact_details ul li {
    display: flex;
    align-items: baseline;
}
.contact-page-row .with-circle a {
    display: flex;
    transition: all linear .25s;
    font-size: 20px;
	color: #ffc652;
}
.contact-page-row .with-circle a:hover {
    transform: translateY(-10px);
}
.contact-page-row .with-circle {
    display: inline-block;
}
.contact-page-row input#gform_submit_button_2 {
    background: #ffc652;
    font-size: 18px;
    color: #fff;
    border: none!important;
    padding: 15px 25px;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease 300ms
}
.contact-page-row input#gform_submit_button_2:hover {
    background: #ffbe38;
}













/* Single and Main Blog */

.single-blog-content-area, .main-blog-content-area {
    margin: 50px 0px;
}
.single-blog-col2 #search-2, .main-blog-col2 #search-2 {
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px 25px;
    margin-bottom: 30px;
}
.single-blog-col2 form, .main-blog-col2 form {
    display: flex;
    align-items: center;
}
.single-blog-col2 label, .main-blog-col2 label {
    margin: 0px;
}
.single-blog-col2 span, .main-blog-col2 span {
    display: none;
}
.single-blog-col2 .search-field, .main-blog-col2 .search-field {
    border: none;
    padding: 10px;
    width: 100%;
}
.single-blog-col2 .search-submit, .main-blog-col2 .search-submit {
    box-shadow: 5px 7px 7px -6px #006373;
    padding: 15px 25px;
    border: 0px;
    background: #ffc652;
    color: #000000;
    font-weight: 700;
    border-radius: 5px;
	cursor: pointer;
}
.single-blog-col2 .widget-title, .main-blog-col2 .widget-title {
    font-size: 23px;
    color: #000000;
    background: #ffc652;
    padding: 7px 12px;
    border-left: 10px solid #e5af43;
    margin-top: 40px;
}
.single-blog-col2 ul li, .main-blog-col2 ul li {
    border-top: 1px dashed #b0b0b0;
    margin-left: 2px;
}
.single-blog-col2 ul li:first-child, .main-blog-col2 ul li:first-child {
    border-top: 0;
    padding-top: 0;
}
.single-blog-col2 ul li a, .main-blog-col2 ul li a {
    color: #323232;
    display: block;
    padding: 10px 0;
    transition: 0.4s;
}
.single-blog-col2 ul li a:hover, .main-blog-col2 ul li a:hover {
	color: #CA9A3B !important;
}
.single-blog-col2 ul li a:before, .main-blog-col2 ul li a:before {
    content: "\f0da";
    margin: 0 10px 0 5px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}

/* Single Blog */
.single-blog-col1 .entry-title {
    font-size: 36px;
	color: #000000;
}
.single-blog-col1 .entry-meta {
    margin-bottom: 15px;
}
.single-blog-col1 .post-thumbnail img {
    width: 800px;
    height: auto;
    display: block;
    margin: auto;
}
.single-blog-col1 .entry-content {
    margin-top: 30px;
}

/* Main Blog */
.main-blog-thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.main-blog-thumbnail {
    margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.main-blog-title {
    margin-bottom: 8px;
}
.main-blog-title a:hover h1 {
   color: #CA9A3B;
}
.main-blog-title h1 {
    font-size: 24px;
}
.main-blog-excerpt {
    margin-bottom: 16px;
}
.main-blog-readmore-btn a {
    color: #000000;
    font-weight: 600;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	box-shadow: inset 0 0 0 0 #ffc652;
	padding: 0 4px;
    margin: 0 -4px;
}
.main-blog-readmore-btn {
    margin-bottom: 15px;
}
.main-blog-readmore-btn a:hover {
    box-shadow: inset 200px 0 0 0 #ffc652;
    color: #fff;
}
.main-blog-thumbnail img:hover {
    transform: scale(1.1);
}
.main-blog-thumbnail img {
    transition: 0.3s;
}
.blogDate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 39px;
    background: #ffc652;
    color: #000000;
    padding: 10px 13px;
    text-align: center;
}
.blogDate i, .blogDate span {
    margin-left: -3px;
}
 .blogDate i {
    font-size: 12px;
    font-style: normal;
    display: block;
}
.blogDate hr {
    border-top: 1px solid #000000;
    margin: 5px 0 5px 0;
}
.blogDate span {
    font-size: 20px;
    font-style: normal;
    display: block;
}
.blogDate i ~ i {
    margin-left: -6px;
}
.main-blog-date .fa-clock:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    margin-right: 4px;
    font-style: normal;
}



/* Search Page*/
.search .no-results {
    text-align: center;
    padding: 50px 0px;
    font-size: 18px;
}
.search input[type="search"] {
    padding: 0px 100px 0px 15px;
    min-height: 60px;
}
.search input[type="submit"] {
    background-color: #009a44;
    color: #ffffff;
    padding: 15px 50px;
    cursor: pointer;
    transition: all ease 300ms;
    border-color: #009a44;
	min-height: 60px;
}
.search input[type="submit"]:hover {
    background-color: #e3c02c;
    border-color: #e3c02c;
}



/* 404 Page */
.error-404 .page-content {
	text-align: center;
	padding: 50px 0px;
	font-size: 18px;
}
.error-404 input[type="search"] {
    padding: 0px 100px 0px 15px;
    min-height: 60px;
}
.error-404 input[type="submit"] {
    background-color: #ffc652;
    color: #000000;
    padding: 15px 50px;
    cursor: pointer;
    transition: all ease 300ms;
    border-color: #ffc652;
	min-height: 60px;
}
.error-404 input[type="submit"]:hover {
    background-color: #e7a92b;
    border-color: #e7a92b;
}










@media (max-width: 1199px) {
	.the-concierge-experience-row {
    background-position-x: -520px;
}
}
@media (max-width: 991px) {
	.the-concierge-experience-row {
    background-position-x: -800px;
}
	.footer-col-2 ul li {
    margin-bottom: 5px;
}
	footer#colophon a {
    font-size: 14px !important;
}
}
@media (max-width: 767px) {
	.the-concierge-experience-row {
    background: none;
}
	.the-concierge-experience-img {
	display: block;
}
	.successful-years-col:before {
    height: 3px;
    width: 200px;
    top: 15px;
    left: 30%;
}
	.leasing-requirements-cta-row {
    text-align: center;
}
	.leasing-requirements-heading {
    text-align: center !important;
}
	.our-services-btn {
    text-align: center !important;
}
	.leasing-requirements-tb {
    text-align: center;
}
	.leasing-requirements-tb ul {
    list-style-image: url(/wp-content/uploads/2023/09/list-icon_05.jpg) !important;
    list-style: inside;
}
	.leasing-requirements-tb ul li {
    background: none;
}
	.blog-main .col-md-4 {
    padding-bottom: 35px;
    border-bottom: 1px solid #ffc652;
    margin-bottom: 35px;
}
	.experience-extraordinary-tb h2, .the-concierge-experience-heading, .our-salon-services-tb h2, .leasing-requirements-heading, .our-blogs-heading {
    font-size: 35px !important;
	text-align: center !important;
}
	.the-concierge-experience-tb {
    text-align: center;
}
	.successful-years-tb h3 {
    font-size: 90px;
}
	.services-div {
    width: 50%;
}
	.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4 {
	text-align: center;
	margin-bottom: 35px;
}
	.footer-col-2 .footer-col-div {
    flex-direction: column;
}
	footer#colophon h3.widget-title {
    margin-bottom: 10px;
}
	.footer-col-2 #nav_menu-2 {
    margin-bottom: 35px;
}
	footer#colophon a {
    font-size: 16px !important;
}
	.footer-col-2 .footer-col-div #nav_menu-2 {
	width: 100%;
}
.footer-col-2 .footer-col-div #text-2 {
	width: 100%;
}
	.single-blog-col2 {
    margin-top: 50px;
}
	.contact-page-row .contact-page-col2 .vc_column-inner {
		 padding-left: 15px !important;
	}
	.maria-clara-medina-col {
    margin-left: 0% !important;
    width: 100% !important;
}
	.professional-main .professional-div {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (max-width: 600px) {
	.top-banner h1 {
    font-size: 48px;
}
}
@media (max-width: 480px) {
	.professional-main .professional-thumbnail {
    height: 160px;
}
}










