/*!
Theme Name: sunsettosunset
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sunsettosunset
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sunsettosunset is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.blogimg img {
    width: 100%;
    height: 250px;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
    object-position: center top;
}
.footer ul.social-icon li a {
    color: #ccc;
    font-size: 18px;
}

.footer ul.social-icon {
    padding: 0;
    padding-top: 10px;
}
.footer a{padding:5px 0!important}
.footer img{height:60px}
@media (max-width: 991px) {
.booking-hero-wrap .booking-hero-wrap .row.justify-content-center { flex-direction: column; } .booking-hero-wrap .row.justify-content-center .col-4, .booking-hero-wrap .row.justify-content-center .col-2 { width: 100%; max-width: 100%; flex: 100%; margin-bottom: 10px; }
.booking-hero-wrap .col-6.col-sm-4.col-lg-2 {
    margin: 0 auto;
    margin-top: 10px;
}

    .booking-hero-wrap {
        background-color: rgb(0 0 0 / 67%);
        padding: 20px;
        border-radius: 5px;
 }
}
.booking-button{border:none!important}
.page-id-3143 p a {
    color: initial;
    padding-left: 15px;
    text-decoration: underline;
	cursor:pointer;
}
.quote-sep img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.picture-btn{
	border: none;
    background: transparent;
    cursor: pointer;
}
.address-box{
	border: 1px solid;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
	min-height:495px;
}
.content-box{
	overflow-y:scroll;
	height:313px;
	padding-left:10px;
	padding-right:10px;
}


.content-box::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	background-color: transparent !important;
}

.content-box::-webkit-scrollbar
{
	width: 5px;
	background-color: transparent !important;
}

.content-box::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
.contnet-box2{
	border: 1px solid;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
}
