/*
	Theme Name: Mendoz
	Theme URI: http://mendoz.bolvo.com/
	Author: Templatation
	Author URI: http://themeforest.net/user/templatation
	Description: A powerful WordPress theme for Hotels.
	Version: 1.0
	Text Domain: mendoz
	License: Themeforest Split License.
	License URI: http://themeforest.net/licenses.
	Tags: threaded-comments, translation-ready, custom-menu
*/

/*
 *
 * This is default style.css file that WordPress loads.
 * Its not recommended to put anything here, as this file will get overwritten when you update theme.
 * If you want to just change few styles, then you can put your styles in wp-admin/theme-options/customcss
 * If you want to do heavy modifications, please use a child theme. A blank child theme is supplied with your Themeforest download.
 *
 */


/**** Index *********/
/*
* 1. Core styles
* 2. Admin block styles
* 3. WordPress Core styles
* 4. Sticky styles
* The rest of styles for themes and their index
 can be found in /assets/css/themestyles.css

***********************/
.price-pack {
    font-weight: bold;
}

.single-rooms-list-style .img-box {
    background: #fff;
}
.mainblock {
    padding-bottom: 80px;
}

body.single-post .mainblock {
    padding-bottom: 40px;
}

body.woocommerce-page .mainblock {
    padding-top: 90px;
    padding-bottom: 50px;
}

.no-bpadd .mainblock {
    padding-bottom: 0;
}

body.page.no-ttfmrk .mainblock{
    padding-top: 80px;
}
body.page-template-pagewithsidebar .mainblock {
    padding-top: 100px;
}

.single-tt_project.no_hdline .mainblock {
    padding-top: 0;
}

.tt-transhdr .mainblock {
    position: relative;
}

.tt-transhdr.header4 .mainblock {
    margin-bottom: -163px;
    top: -163px;
}

body.no-ttfmrk.p_100 {
    padding: 78px 0px 100px;
}
/* applying graphic to header. */
body.home.blog .banner_area,
body.single-product.no-ttfmrk .banner_area,
body.page.no-ttfmrk .banner_area{
   min-height: 1px;
}
@media screen and (max-width: 992px) {
    body.home.blog.no-ttfmrk .banner_area,
    body.page.no-ttfmrk .banner_area{
       min-height: 2px;
    }
}
@media screen and (min-width: 768px) {
    body.admin-bar .main_header_area {
        top: 32px;
    }
}

@media screen and (max-width: 767px) {
    body.admin-bar .main_header_area {
        top: 46px;
    }
}
@media screen and (max-width: 600px) {
    body.admin-bar .header-navigation.sticky-fixed {
      top: 0;
    }
}

.page-content .input-group input {
    height: 52px;
    margin-top: 20px;
}

.page-content .input-group-btn input {
    background-color: #FEB517;
    border-color: #FEB517;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i {
    display: inline-block;
}

.topnav-spacer {
    display: inline-block;
    width: 23px;
}

.pbottom80 {
    padding-bottom: 80px;
}

.banner_area {
    background-size: auto auto;
    background-size: cover;
    position: relative;
    z-index: 2;
    min-height: 145px;
    background-color: #888;
}
.banner_area p{
    color: #fff;
}
.main_header_area + section.error_area { margin-top: 0;}
body.error404 .main_header_area,
body.error404 .footer_area,
body.page-template-noheader .main_header_area {
    display: none;
}
body.no-ttfmrk.error404 .main_header_area + section{ margin: 0;}

.ml-title {
    font-size: 32px;
    color: #555;
    font-family: "Open Sans", serif;
    font-weight: bold;
}
/*admin-info-box*/
.admin-info-box {
    border: 1px solid #e7e7e7;
}

.admin-info-box .img-box {
    width: 114px;
}

.admin-info-box .text-box {
    padding-left: 30px;
}

.admin-info-box .img-box,
.admin-info-box .text-box {
    display: table-cell;
    vertical-align: middle;
}

.admin-info-box .text-box h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #242424;
}

@media (max-width: 543px) {
    .admin-info-box .img-box {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .admin-info-box .text-box {
        padding-left: 0;
        text-align: center;
    }
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.margin2020 {
    margin: 0 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    font-style: italic;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption {
    font-weight: bold;
}

.bypostauthor {
    font-size: inherit;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ol.comment-list, ul.children {
    list-style: none;
}

ol.comment-list {
    padding-left: 0;
}

li.comment, li.pingback {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

td, th {
    padding: 3px 6px;
    border: 1px solid #e9e9e9;
}

.cat-links, .tags-links {
    margin-bottom: 10px;
    display: block;
    font-style: italic;
}

.tags-links {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 22px;
}

.cat-links {
    padding-top: 10px;
}

.tt_prev_post, .tt_next_post {
    border: 1px solid #c9ae78;
    color: #c9ae78;
    padding: 7px 22px;
}
.tt_prev_post:focus, .tt_next_post:focus,
.tt_prev_post:hover, .tt_next_post:hover {
    color: #c9ae78;
}

.tt_prev_post i {
    padding-right: 6px;
}

.tt_next_post i {
    padding-left: 6px;
}

.taxonomy-description {
    padding-bottom: 60px;
}

.hentry h3.entry-title {
    word-break: break-all;
}

.entry-title a {
    color: #232323;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 10px;
}

.hentry img {
    max-width: 100%;
    height: auto;
}

.site-main a.tt-linkcomment {
    color: #aeaeae;
    padding-right: 6px;
    float: left;
}

.site-main a:focus {
    outline: none;
}

.mbottom55 {
    margin-bottom: 55px;
    display: inline-block;
}

iframe {
    width: 100%;
}

.entry-footer {
    margin-top: 30px;
}

.page-links, .entry-content, .entry-footer {
    clear: both;
}

/* Sticky */

.sticky .blog_tittle {
    position: relative;
}

.sticky .blog_tittle:before {
    color: #222;
    font-family: FontAwesome;
    font-size: 20px;
    content: '\f005';
    left: 0;
    position: absolute;
    top: 0;
}
.sticky .blog_tittle h3 {
    margin-left: 28px;
}

/* comment form */
.comments-area.s_comment_list .comment-reply-title{margin: 70px 0 35px;}
.comment-form .form-submit input{
    outline: none;
    width: 200px;
}
.form-group.comment-form-author,
.form-group.comment-form-email{float: left; width: 49%;}
.form-group.comment-form-author{margin-right: 2%;}
@media (max-width: 991px) {
	.form-group.comment-form-author,
	.form-group.comment-form-email{float: none; width: 100%; margin-left: 0;}
}
.comment-respond form {
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 50px 35px;
}

 .comment-respond form input,
 .comment-respond form textarea {
  width: 100%;
  outline: none;
  border-radius: 0;
}
.comment-form-cookies-consent {
  margin-bottom: 15px;
}
 .comment-respond form #wp-comment-cookies-consent {
  width: auto;
  margin-right: 15px;
}
 .comment-respond form .find_btn {
  padding-left: 0;
  margin-bottom: 0;
}
 .comment-respond form textarea {
  height: 170px;
  margin-bottom: 10px;
}
.mbottom20 { margin-bottom: 20px; }
.mbottom15 { margin-bottom: 15px; }
.comments_area{ padding-top: 50px;}

/* End of WordPress default styles */

#searchform .input-group:before {
	display: none;
}

#searchform .input-group .input-group-btn {
	top: 0;
}

.page-content #searchform .input-group .input-group-btn {
	top: 20px;
}

.widget_search .input-group-btn {
	z-index: 1;
	cursor: pointer;
}

.widget_search .input-group-btn .submit {
	z-index: 1;
}

.widget_search .input-group-btn:hover:before {
	color: #f195b2;
}

.widget_search .input-group-btn:before {
	content: '\e6a4';
	font-family: 'Stroke-Gap-Icons';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 53px;
	color: #909090;
	transition: all .3s ease;
}

.page-content .input-group .submit.btn.btn-primary {
	margin-top: 0;
}

.wpb_row.mendoz .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}
.vc_row.wpb_row.mendoz.vc_row-fluid .mphb_sc_search-form .mphb_sc_search-check-in-date input, .vc_row.wpb_row.mendoz.vc_row-fluid .mphb_sc_search-form .mphb_sc_search-check-out-date input, .vc_row.wpb_row.mendoz.vc_row-fluid .mphb_sc_search-form .mphb_sc_search-adults select, .vc_row.wpb_row.mendoz.vc_row-fluid .mphb_sc_search-form .mphb_sc_search-children select, .bootstrap-select .btn-default{
    border: 1px solid #E4E4E4;
    border-radius: 0;
    max-width: 200px;
    width: 92%;
    line-height: 20px;
    padding: 6px 6px;
    margin-bottom: 6px;
}

.mendoz-vertical .bootstrap-select .btn-default{
    width: 310px;
    line-height: 30px;
}
.bootstrap-select .btn-default:hover{
    background: #f4f4f4;
}

/* EOF */