/*
Theme Name: ezWeb Himara
Theme URI: https://hoangquoclong.com
Author: Hoang Quoc Long
Author URI: https://hoangquoclong.com
Description: ezWeb Himara
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ezweb-himara
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, 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 with others.
*/

.archive .section-title {
    padding-bottom: 15px;
}

section {
    padding: 40px 0;
}

.bootstrap-select.wide {
    width: 100%!important;
}

.ezweb-booking-form-submit {
    background: #ff8432!important;
    color: #fff!important;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 10px 20px;
    -webkit-appearance: none;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.ezweb-booking-form-submit:hover {
    background-color: #ff8432!important;
    color: #fff!important;
}

.bootstrap-select.wide .btn {
    background-color: #f7f8f9;
    border-color: #efefef;
    border-radius: 0;
    font-size: 13px;
    color: #afafaf;
    font-weight: normal;
}

.rooms-over-slider {
    margin-top: -290px;
}

#slideshow {
    position: relative;
    height: 80vh;
}

#slideshow:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: url('images/icons/gridtile.png');
    -webkit-transition: .4s;
    transition: .4s;
}

#slideshow .static-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60vh;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
}

#slideshow .static-content h3 {
    font-size: 50px;
    /*font-weight: normal;*/
    /*text-transform: uppercase;*/
}

#slideshow .static-content p {
    font-size: 20px;
}

.section-title h4 {
    font-size: 25px;
}

header.vertical-header.open-header .main-menu {
    text-transform: uppercase;
}

.menu-item-has-children {
    position: relative;
}

.wpcf7-submit {
    border: none;
    color: #fff;
    background: #fc5b62;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.screen-reader-text {
	display: none;
}

img {
    max-width: 100%;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.room-list-item .room-services {
	margin-top: 20px;
}

.pagination {
	margin-top: 15px;
}

.navigation div.nav-links {
	width: 100%;
}

.gallery-filters .filter {
    text-transform: uppercase;
}

/*footer .footer-widgets {
    background: #333333;
    border-bottom: none;
}

footer .subfooter {
    background: #1a1a1a;
}

footer a {
    color: #ffffff;
    opacity: 0.5;
}*/

.gradient-overlay:after,
.gradient-overlay-hover:after,
.gradient-slider .slotholder:after {
    background: linear-gradient(45deg, rgb(65, 64, 66), rgb(65, 64, 66));
}

.topbar,
.topbar .top-right-menu .top-menu li a {
    color: #fff;
}

header.horizontal-header .main-menu .menu .menu-item a, header.horizontal-header.scroll-header .main-menu .menu .menu-item a {
    padding: 28px 15px;
}

body {
    color: #808080;
}

.room-list-item .room-info .room-title a,
header.horizontal-header .main-menu .menu .menu-item a,
header.horizontal-header.scroll-header .main-menu .menu .menu-item a,
header.horizontal-header .main-menu .menu .menu-item-has-children.open .submenu .menu-item a,
.blog-posts .post .post-details .post-title a,
.gallery-filters .filter,
.room-grid-item .room-info .room-title a {
    color: #424242;
}

.topbar,
.btn,
.back-to-top,
.booking-form-toggle,
.room-list-item .room-services span {
    background-color: #ff8432;
}

.btn:hover,
.room-list-item .room-services i:hover,
.room-list-item .room-services span:hover {
    background-color: #232323;
} 

.room-list-item .room-price .price,
header.horizontal-header .main-menu .menu .menu-item a:hover, 
header.horizontal .main-menu .menu .menu-item a:focus, 
header.horizontal-header .main-menu .menu .menu-item.open a, 
header.horizontal-header .main-menu .menu .menu-item.active a,
.gallery-filters .filter:hover,
.gallery-filters .filter.active {
    color: #ff8432;
}


.room-list-item .room-services span {
    border: none;
    color: #fff;
}