/*
Theme Name: Brando
Theme URI: http://zotheme.com
Author: ZoTheme
Author URI: http://themeforest.net/user/ZoTheme
Description: The 2015 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: lucian

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

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

.wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="time"], .wpcf7-form input[type="week"], .wpcf7-form input[type="number"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="color"], .wpcf7-form textarea, .wpcf7-form select
{
    background-color: rgba(237, 234, 234, 0.3);
    border: 1px solid rgb(219, 219, 219);
    color: #d9a444;
    line-height: normal;
    transition: all 300ms ease-in-out 0s;
    width: 100%;

}

.wpcf7-form input[type="text"]
{
     border: 1px solid #dbdbdb;
    width: 100%;
    line-height: normal;
    background-color: rgba(237, 234, 234, 0.2);
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #d9a444;
}

.wpcf7-form input[type="placeholder"]
{
     border: 1px solid #dbdbdb;
    width: 100%;
    line-height: normal;
    background-color: rgba(237, 234, 234, 0.2);
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #fff;
}


.row-booking2 .wpcf7-form, .row-booking3 .wpcf7-form {
  background: rgba(12, 12, 12, 0.5) !important; }

#zo-header > div {
    background-color: rgba(255, 255, 255, 0.7);
}
.paymentcount1 .labelInfo .voucherPaymentInfo
{
	display:none!important;
}

#zo-header-top ul li span {
  color: #cdb088;
  margin: 0 10px;
  display: none;
}
#zo-header #zo-header-logo {
    margin-top: 10px;
}
.slider-overlay .tp-bgimg::before {
    background: none !important;
}
.zo-modal-wrapper .zo-modal-inner {
    width: auto !important;
}

.modal_popup_box
{
display: flex; justify-content: center; align-items: center; width: 100%;
}


@media only screen and (min-width:320px) and (max-width:480px) {
.template-rbt_items_category--style-1 .rbt-item-price, .template-rbt_items_category--style-2 .rbt-item-price {
    display: block !important;
}
.template-rbt_items_category--style-1 .vc_col-md-3 .vc_col-sm-5{
    margin: 30px 15px;
 }
#zo-header.header-default #zo-menu-mobile {
    padding-top: 8%;
}
.slider-overlay .tp-bgimg::before {
    background: none; 
}
img
{
	width:100%;
}
.zo-footer {
    padding-left: 10px;
}
.modal_popup_box
{
display: inline-block; justify-content: center; align-items: center; width: 100%;
}

}

@media only screen and (min-width:481px) and (max-width:560px) {
img
{
	width:100%;
}
.zo-footer {
    padding-left: 10px;
}
.modal_popup_box
{
display: inline-block; justify-content: center; align-items: center; width: 100%;
}

}


