/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* START location page */
.location-a {
    text-align: center;
}
.location-a a {
    background: #76CCCF;
    text-align: center;
    color: #ffffff;
    padding: 9px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 3px;
    text-decoration: none;
    right: 0px;
    margin-left: 5px;
}
.location-head-a h2{
	color: #7b6bab;
}
.location-head-a h4 {
    font-weight: 400;
}
.location-map-full {
    margin-bottom: 0!important;
}
/* END location page */

.booknow a{
	background: #76CCCF!important;
    text-align: center;
    color: #ffffff !important;
    padding: 9px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 3px;
    text-decoration: none;
}

.sticky-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 43px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sticky-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 60px;
    }
}

@media (max-width: 767px) {
    .sticky-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    }
}


.seopress-user-consent button {

	background: #c8ebec !important;
	color: #000000 !important;
	border: 1px solid !important;
}

.home-gallery img.attachment-full.size-full {
    width: 455px !important;
    height: 270px !important;
    overflow: hidden;
}