@charset "utf-8";
/* CSS Document */

.page-template-default .wp-block-columns p {
    margin-bottom: 1rem;
}

.breadcrumb .post-accomodation-archive, .breadcrumb .post, .breadcrumb .home {
    padding-left: 2px;
}

span.post.post-page.current-item {
    color: #000 !important;
}

.page-template-default .wp-block-columns h2 {
    font-weight: 500;
    color: #555;
}

.page-template-default .wp-block-columns h3 {
    font-weight: 500;
    color: #222529;
    font-size: 26px;
    margin-bottom: 20px;
    font-family: Trirong, serif;
    margin-top: 46px;
}

button.accordion-button {
    font-weight: 500;
    color: #555;
    font-size: 21px;
    font-family: Trirong, serif;
}

div.accordion-body h2 {
    color: #616161;
    font-weight: 800 !important;
    font-family: Raleway, sans-serif;
    font-size: 19px !important;
    line-height: 150%;
}

div.accordion-body ul {
    margin-left: 45px;
}



div.accordion-body {
    color: #616161;
    font-weight: 500;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    line-height: 150%;
}

.page-template-default .wp-block-columns ul.wp-block-list {
    padding-left: 0px;
}

h2.contactsidebar {
    font-family: Trirong, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 30px;
    color: #6f6f6f;
}

.altasnowbirdareas {
    margin-top: 40px;
}

#video video {
    max-height: 850px;

}

.card h6 {
    text-shadow: 1px 1px 5px #000000, 1px 1px 5px #000000;
}

/* Page sidebar responsive */
@media (min-width:768px) and (max-width:991px){
.wp-singular .col-md-3 {
    background-position: 3%;
}
	.search-form input.search-field {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
}
	.search-form button.search-submit {
    width: 100% !important;
    padding: 5px;
}
}
@media (min-width:992px) and (max-width:1199px){
.wp-singular .col-md-3 {
    background-position: 8%;
}
}
@media (max-width:767px){
	form.search-form {
    max-width: 300px;
    margin: 0 auto;
}
}
/* ended */
/* Footer search form css */
.search-form button.search-submit {
	font-family: Raleway, sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    background: #0a3b63;
    border: 1px solid #fff;
    width: 30%;
}
.search-form input.search-field {
    padding: 5px;
    width: 100%;
    margin: 10px 0px 5px;
}
.search-form input.search-field:focus-visible {
    outline: none;
}
/* Search page css */
.search.search-results div#first-section {
    max-width: 1560px;
    margin: 80px auto;
}
.search.search-results .col-md-3 .sidebar a {
    color: #212529;
}
.search-form button.search-submit:hover {
    background: #fff;
    color: #0a3b63;
    transition: background-color 0.3s 
ease-in-out, color 0.3s 
ease-in-out;
}
/* ended */

/* Quote css */
#banner-top{
	position: relative;
}
div#quote-sec{
    background-color: #183c61ad;
    text-align: center;
    padding: 10px;
	bottom: 0;
    position: absolute !important;
	width: 100%;
}
div#quote-sec p{
	    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    font-family: Trirong ,serif;
    text-transform: capitalize;
    line-height: normal;
	color: #fff;
	margin: 0 !important;
}
div#quote-sec p span {
    font-style: normal;
    font-weight: 400;
}
@media (max-width:767px){
	div#quote-sec{
		display:none;
	}
}
@media (min-width:768px) and (max-width:1199px) {
	div#quote-sec p{
		font-size: 18px;
    line-height: 1.2;		
	}
	div#quote-sec p{
    bottom: -30px;
}
}

/* ended */
/* Hover boxes height 360px css when its 2 */

#content .col-md-6.col-lg-6.col-sm-12.col-12 img.card-img-top.mc-item__image {
    height: 360px;
}
/* ended */
