#subheader{
    padding-bottom: 100px !important;
    padding-top: 250px !important;
 	position: relative;
}
#subheader::before {
    content: '';
    position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
    background-color: black;
    opacity: 0.8;
}
/* ---------- Blog Page CSS START ---------- */
.blog-list .btn-more {
    padding: 5px 30px 5px 30px !important;
    color: #ffffff !important;
    font-size:12px;
	line-height: 1.428571429;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500 !important;
    float:left;
    display: inline-block;
    background: none!important;
    border-radius: 0 !important;
    border: solid 1px rgba(255, 255, 255, .2);
	letter-spacing: 2px;
}
.blog-list .btn-more:hover{
    background: #4c9caf !important;
    border-color: #4c9caf !important;
	color:#000 !important;
}
.page-template-template-blog .post-content p{
	font-size:14px;
}
.page-template-template-blog .post-image .wp-post-image{
	    aspect-ratio: 3 / 2;
}
.category .blog-list article:last-child,
.author .blog-list article:last-child,
.search-results .blog-list article:last-child {
	margin-bottom: 0px !important;
}
.category .blog-list article,
.author .blog-list article,
.search-results .blog-list article {
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.page-id-139 .blog-list article .post-image {
	position: relative;
	overflow: hidden;
}
.page-id-139 .blog-list article .post-image::before {
	position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.page-id-139 .blog-list article:hover .post-image::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.wp-block-search__button{
	padding: 5px 30px 5px 30px !important;
    color: #ffffff !important;
    font-size:12px;
	line-height: 1.428571429;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500 !important;
    float:left;
    display: inline-block;
    background: none!important;
    border-radius: 0 !important;
    border: solid 1px rgba(255, 255, 255, .2);
	letter-spacing: 2px;
}
.wp-block-search__button:hover{
    background: #4c9caf !important;
    border-color: #4c9caf !important;
	color:#000 !important;
}
.wp-block-search__inside-wrapper .wp-block-search__input{
	background:transparent;
	 border: solid 1px rgba(255, 255, 255, .2);
} 
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* ---------- Blog Page CSS END ---------- */


/* ---------- Blog Single Page CSS START ---------- */

.page-id-139 .blog-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-id-139 .blog-list article {
    width: 48%;
}

.blog-single-text strong{
   font-size: 16px !important;
   display: inline-block;
   margin: 18px 0 8px 0;
}

.post-text p>a {
	color: #4c9caf;
	font-size: 22px;
}
.post-link {
    padding: 5px 30px 5px 30px !important;
    color: #ffffff;
    font-size:12px;
	line-height: 1.428571429;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500 !important;
    float:left;
    display: inline-block;
    background: none!important;
    border-radius: 0 !important;
    border: solid 1px rgba(255, 255, 255, .2);
	letter-spacing: 2px;
}
.post-link:hover{
    background: #4c9caf !important;
    border-color: #4c9caf !important;
}

/* ---------- Blog Single Page CSS END ---------- */

/* ---------- FAQ Page CSS START ---------- */

.id_faq_heading .vc_tta-panel-heading a {
	font-size: 20px !important;
}

.vc_active.id_faq_heading .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: #4c9caf !important;
}

.vc_active.id_faq_heading .vc_tta-panel-heading a {
    color: #4c9caf !important;
}

/* ---------- FAQ Page CSS END ---------- */


/* ---------- Contact Us Page CSS START ---------- */

.vc_custom_1722327903916 input[type=submit]:hover {
    background: #4c9caf !important;
    border-color: #4c9caf !important;
}

.vc_custom_1722327903916 address div {
    padding: 10px 0px;
}

.contact-details-list ul {
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: 20px;
}

.contact-details-list ul li {
	margin-bottom: 15px;
	display: flex;
	word-wrap: break-word;
}

.contact-details-list ul li strong {
	width: 30%;
	color: #4c9caf;
}

.contact-details-list ul li a {
	width: 70%;
	text-decoration: none;
}

.contact-details-list ul li a:hover {
	color: #4c9caf;
}

.contact-details-list ul.contact-list-second li strong {
	width: 42%;
	color: #4c9caf;
}

.contact-details-list ul.contact-list-second li:last-child strong {
	width: 50%;
	color: #4c9caf;
}

/* ---------- Contact Us Page CSS END ---------- */


/* ---------- Promotions Page CSS START ---------- */

.id_promotion_img.wpb_single_image img {
    filter: brightness(0.8);
}

.id_promotion_img.wpb_single_image img:hover {
    filter: brightness(1);
}

.page-id-860 .id-promotions-second-row .row {
	display: flex;
	justify-content: center;
}

/* ---------- Promotions Page CSS END ---------- */