/*!
Theme Name: Aventura Residences at the Imperial Club
Theme URI: -
Author: Resident360 - Solayman Haider
Author URI: https://resident360.com
Description: Just another theme by Resident360.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 360broadway
*/

img {
    max-width: 100%;
    height: auto;
}
.page-id-264 .header_section_down {
    display: none;
}
.healthyLiving{
	text-align:left;
	gap: 2rem;
}
.page-id-63 .textbox_inner{
	max-width: 730px;
}
.healthyLiving ul {
    list-style: disc;
}
#HealthyLiving{
	scroll-margin-top: 100px;
}
.contact_widget a {
    color: inherit;
}
.about_section.testimonial_section {
    margin-top: 100px;
}
.stars-section img {
    width: 3em !important;
    display: inline !important;
    margin: 10px;
}
.testimonial_section .about_section_main_inner p {
    max-width: 850px;
    font-size: 1.3rem;
}
.testimonial_section .owl-carousel .owl-stage {
    margin-top: 50px;
}
.grecaptcha-badge{
    display: none;
}
.page-content.blog {
    padding-top: 80px;
}

.r360b-btn {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 2px;
	border: 1px solid #4B4B4B;
    background: transparent;
    text-transform: uppercase;
    padding: 10px 30px;
    transition: all 0.3s;
    border-radius: 0;
	position: relative;
	color: inherit;
}

.r360b-btn span {
	position: relative;
	z-index: 10;
}

.r360b-btn::before {
	content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #165f99;
    transition: all 0.3s;
	z-index: 0;
}

a.r360b-btn:hover {
	color: #fff;
}

a.r360b-btn:hover::before {
	width: 100%;
}

.content {
	padding-bottom: 50px;
}

.sidebar {
	padding-left: 40px;
	padding-bottom: 50px;
}

.sidebar ul li {
	margin-bottom: 10px;
}

h2.post-title a {
    color: inherit;
}

/** 
 * Blog
 */
.blog-post {
	margin: 20px 0 20px;
	padding-bottom: 20px;
}

.nav-links a,
.nav-links .page-numbers.current{
/* 	font-size: 12px; */
/* 	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 4px 8px;
	border: 1px solid #000; */
	margin: 0 4px;
}

/* .nav-links a:hover,
.nav-links .page-numbers.current:hover {
	background: #1E6167;
	color: #fff;
} */

/* 
.nav-links .page-numbers.current {
	text-decoration: none;
} */



/**
 * Comments
 */
 #comments {
	padding: 3em 0 1em;
}

.single-product #comments {
	max-width: 100%;
}

h2.comments-title,
h3#reply-title {
	padding-top: 0;
	font-size: 24px;
}

h3#reply-title {
	margin-bottom: 0;
}

h3#reply-title small a {
	font-weight: normal;
	font-size: 14px;
	color: #777;
}

/**
 * A - Comment Styling 
 */
.comment {
	width: 100%;
	display: block;
	clear: both;
	overflow: auto;
	margin-top: 2em;
	border-bottom: 1px solid #eaeaea;
}

.comment .gravatar {
	float: left;
	width: 100px;
}

.comment .gravatar img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.comment .comment-body {
	margin-left: 100px;
}

.comment-heading {
	display: block;
	overflow: auto;
	margin-bottom: .8em;
}

.comment-heading .comment-author {
	font-weight: 600;
}

.comment .comment-date {
	color: inherit;
	font-size: 90%;
}

.comment-list,
.comment-list .children {
	margin: 0;
}

.comment-list li {
	margin-bottom: 2.5em;
}

.comment-content {
	padding-bottom: 1em;
}

ul.children .comment.depth-2 .comment-content {
	margin-left: 60px;
}

.comment.depth-3 .comment-content {
	margin-left: 90px;
}

.comment.depth-4 .comment-content,
.comment.depth-5 .comment-content,
.comment.depth-6 .comment-content,
.comment.depth-7 .comment-content,
.comment.depth-8 .comment-content {
	margin-left: 90px;
}

/**
 * B - Comment Form 
 */
.comment-form-comment {
	padding-right: 30px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.comment-form-url {
	margin: 0;
}

.comment-form-author .inner,
.comment-form-email .inner,
.comment-form-url .inner {
	padding-right: 30px;
}

form.comment-form input[type="text"],
form.comment-form textarea {
	border: 0;
	width: 100%;
	height: 180px;
	padding: 15px;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	background: #f6f6f6;
}

form.comment-form input[type="text"] {
	height: auto;
	float: left;
	margin: 0 20px 20px 0;
}

.comment-form-url input[type="text"] {
	margin-right: 0;
}

.comment-form-comment {
	margin-bottom: 10px;
}

form.comment-form input#url {
	margin-right: 0;
}

form.comment-form input[type="submit"] {
	font-family: inherit;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 0;
	padding: 1em 2.2em;
	color: #fff;
	background: #333;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

form.comment-form input[type="submit"]:hover {
	cursor: pointer;
	background: var(--accent-color);
}

/* Comment Pagination */
.comment-pagination {
	margin-bottom: 2.5em;
}
body.blog a.backToBlog{
    display: none;
}
a.backToBlog {
    margin-top: 20px;
    display: block;
}
a.backToBlog:hover::before {
    width: 25px;
    margin-right:10px;
}
a.backToBlog::before {
    content: "";
    background: url(/wp-content/uploads/2025/01/line-arrow-left.png);
    position: relative;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat !important;
    display: inline-block;
    transition: all 0.3s;
    background-position: center left;
    margin-right:20px;
}
.top_header.slider_top_header .header_logo img {
/*     filter: brightness(10.5); */
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFDC64!important;
}
.home .homeheader {
    display: block;
    transition: all 0.4s ease-in-out;
}
.header.inner_header, .home .header.inner_header {
    position: absolute;
    top: -200px;
    width: 100%;
}
.home .homeheader.inner_header.sticky {
    position: fixed;
    top: 0;
}
video.col-md-7.header_video {
    background: rgb(91 183 198 / 100%);
}
.row.videoHeader {
    background: rgb(91 183 198 / 100%);
}
video.col-md-7.cover {
    padding: 0;
    /* background: rgb(91 183 198 / 100%); */
    z-index: 999;
    padding-left: 21px;
/*     padding-bottom: 27px; */
}
@media (max-width: 767px) {
	.row.videoHeader  {
    	background: transparent;
	}
     .header_section_inner .row.videoHeader video.col-md-7.cover {
        position: static;
		 order: 2;
    }
	video.col-md-7.cover{
		padding-left: 0;
	}
	.row.videoHeader .header_section_content_col{
		height: initial;
		order: 1;
	}
}

.r360-maps-category-filter,
.r360-maps-location-panel {
	display: none!important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	opacity: 1!important;
}

.ui-datepicker-header .ui-datepicker-next span {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='29'%3E%3Cpath data-name='Pol%C3%ADgono 1' d='M17 14.5 0 29V0Z' fill='%23fff'/%3E%3C/svg%3E");
}

.ui-datepicker-header .ui-datepicker-prev span {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='29'%3E%3Cpath data-name='Pol%C3%ADgono 1' d='M17 14.5 0 29V0Z' fill='%23fff'/%3E%3C/svg%3E");
	transform: rotate(180deg);
}

.ui-icon-circle-triangle-w,
.ui-icon-circle-triangle-e{
	background-position: 50%!important;
	background-size: contain;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 0!important;
	background: none!important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	width: 1.4em!important;
	top: -4px!important;
}
.header_logo img {
    width: 120px!important;
}

.header_content {
	    background-color: rgba(0, 0, 0, 0.3);
}

.contact_field_submit input:hover {
    background: #2a86ab!important;
}
span.contact_field_submit_el::before {
    content: none!important;
}
.contact_details.header_contact_details .contact_widget p, .contact_widget p {
    font-size: 18px!important;
}

.about_section_main_inner p {
    margin-top: 0!important;
}
.footer_address a {
    color: #fff !important;
}
@media (max-width: 767px) {
    .home .header .carousel-item.cover.bgPosition_center {
        background-position: center top !important;
    }
	.modal_form_form .contact_field.contact_field_date {
	    min-width: 345px !important;
    	transform: translateX(-5px) !important;
	}
}

.menu_navigation_inner .contact_widget {
    margin-bottom: 20px!important;
}

