/*
Theme Name: Drew
Theme URI: https://drew.qodeinteractive.com
Description: A Contemporary Theme for Creative Business
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: drew
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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.
*/


@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Oswald&display=swap');

h1,h2,h3,h4,h5,h6, .qodef-page-title div.qodef-m-title, .qodef-fullscreen-menu>ul>li>a, .rtb-booking-form legend {
   
	font-family: 'Oswald', sans-serif !important;
    letter-spacing: 0.5px;
    line-height: 110% !important;

}

body {
	font-family: 'Open Sans', sans-serif !important;
}

.rounded-corners .qodef-m-image {
	border-radius: 25px !important
}

.rtb-booking-form legend {
    font-size: 30px !important;
    padding: 40px 0px 20px 0px !important;
    color: #000;
    text-transform: uppercase;
}

fieldset.reservation, fieldset.rtb-contact, fieldset.rtb-form-footer {
    margin: 0px !important;
    padding: 0px !important;
}

.rtb-booking-form input, #stripe-payment-form #cardElement {
	max-width: 100% !important;
}

.rtb-booking-form label {
    font-weight: 900;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    padding: 0px !important;
}

@media only screen and (max-width: 680px) {
.qodef-h1, h1 {
    font-size: 37px !important;
}
}

