/* use this file just theme versions */

/* 1.0 version */
.widget-rooms-carousel .rooms-item {
    left: 200px;
    position: relative;
}

@media (max-width:767px){

   .page-id-46 .left-text,.right-text {
    text-align: center;
    margin-bottom: 15px;
    }

}

/*--------- Style 1 ----------*/
.pricing-box{
	position: relative;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #eee;
	padding: 50px 50px;
	box-shadow: 0 20px 30px rgba(0,0,0,.03);
	margin-bottom: 15px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
    text-align: center;
}
.pricing-box:hover{
	transform: translateY(-10px);
	box-shadow: 0 20px 30px rgba(0,0,0,.09);
}

.pricing-box-icon i{
	color: #777;
	font-size: 50px;
}
.pricing-box.featured-pack i{
    color: #14b6f2;
}
.pricing-box h4{
	text-align: center;
	color: #222;
	font-size: 20px;
	font-weight: 600;
	margin-top: 15px;
}

.pricing-box h2{
    text-align: center;
    color: #14b6f2;
    font-size: 35px;
    font-weight: 400;
    margin-top: 10px;
}

.pricing-box h2 sup{
    color: #14b6f2;
    font-size: 25px;
    font-weight: 400;
}

.pricing-box h2 span{
    color: #999;
    font-size: 13px;
    font-weight: 500;
}
.pricing-box .features {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-box ul{
    margin-top: 35px;
    text-align: left;
}
.pricing-box ul li{
    font-size: 14px;
    color: #777;
    font-weight: 500;
    line-height: 1.5;
    padding: 6px 0px;
}
.pricing-box ul li i{
    font-size: 14px;
    color: #14b6f2;
    margin-right: 10px;
}
.pricing-box ul li i.uncheck{
    color: #3d3d3d;
}


.pricing-box-button{
	text-align: center;
}
.pricing-box-button a {
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #14b6f2;
    font-weight: 500;
    border: 1px solid #14b6f2;
    background: transparent;
    border-radius: 0;
    padding: 10px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-top: 35px;
    box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.055);
}

.pricing-box-button a .btn-bg {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #14b6f2;
    top: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 400ms linear 0s;
    z-index: -1;
}
.pricing-box-button a:hover .btn-bg {
    transform: scaleX(1);
}

.pricing-box-button a:hover{
	color: #fff!important;
}

/* Gutenberg updates */
.wp-block-cover p.wp-block-cover-text {
    color: #fff;
}

.wp-block-button {
    margin-bottom: 15px;
}

.wp-block-gallery.nt-theme-content-list {
    padding: 0px !important;
    margin: 0 0 30px !important;
}

.wp-block-gallery.alignleft.columns-2.is-cropped.nt-theme-content-list {
    margin-right: 15px !important;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 30px 0 32px 45px;
    padding: 0 1em;
}

.wp-block-archives.wp-block-archives-dropdown .nice-select {
    float: none;
    max-width: 250px;
}

.wp-block-columns.alignwide.has-3-columns blockquote {
    margin: 0 auto !important;
}

.wp-block-archives.wp-block-archives-list,
.wp-block-archives.wp-block-archives-dropdown,
.wp-block-categories.wp-block-categories-list,
.wp-block-latest-comments.has-avatars.has-dates.has-excerpts,
.wp-block-latest-comments,
.wp-block-latest-posts.wp-block-latest-posts__list,
.wp-block-latest-posts.is-grid {
    margin-bottom: 30px !important;
}

.wp-block-media-text {
    margin-bottom: 30px;
}

.nt-theme-content .wp-block-archives.wp-block-archives-dropdown .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 5px 5px 0 !important;
}

.wp-block-embed {
    margin-bottom: 2em;
}

ul.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
    margin-bottom: 20px;
}

ul.wp-block-categories.wp-block-categories-list li,
ul.wp-block-archives.wp-block-archives-list li {
    margin-bottom: 10px;
}

.wp-block-gallery {
    padding: 0 !important;
    margin: 0 5px 20px 0px;
}

.wp-block-latest-comments {
    padding: 0;
}

.wp-block-image {
    margin-bottom: 2em;
}

.wp-block-cover {
    margin: 0 25px 25px 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 0;
}
.contact-info .info-icon {
    color: #ffffff;
}
.page-cover p.breadcrubms {
    display: flex;
}
