/*
Theme Name: Dezalze
Text Domain: Dezalze
Version: 2.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (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.
*/
/* roboto-regular - latin */
.info_block_wrap{
	min-height: 200px;
}
.comp_tbl table{
    width: 100%;
}
.comp_tbl table td{
    padding: 10px;
    width: 25%;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #000;
}
.room_slider.slick-initialized.slick-slider.slick-dotted{
  width: 100%!important;
display: grid!important;
}
.room_slider .slick-dots {
    bottom: 25px!important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}
.footer_gateway{
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: auto;
}
.my_big_blocks_wrap{
    display: inline-block;
    width: 100%;
    margin: 0px 0px -6px 0px;
}
.my_big_blocks{
    width: 50%;
    background-size: cover;
    background-position: center;
    background-color: #444;
    float: left;
    position: relative;
    padding-top: 26%;
}
.gal_cube_wrap{
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
    border: 5px solid #fff;
}
.bg_grey{
    background-color: #eee;
}
.gal_cube{
    width: 20%;
    padding-top: 20%;
    border: 5px solid #fff;
    background-size: cover;
    background-position: center;
    position: relative;
    float: left;
}
.specials_home{
    margin: 0px 0px 0px 0px;
}
html,
body {
		border: none;
		margin: 0;
		padding: 0;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    font-family: 'Montserrat', sans-serif;
}
.featured_section{
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: #555;
    position: relative;
    display: table;
    background-size: cover;
    background-position: center;
    background-image: url('img/home.jpg');
}
.featured_section.secondary{
    width: 100%;
    height: 80vh;
}
.featured_section.single_room{
    width: 100%;
    height: 50vh;
}


.featured_section_tr{
    display: table-row;
}
.featured_section_td{
    padding: 100px 0px;
    display: table-cell;
    vertical-align: middle;
}
.feat_overlayer{
    position: absolute;
background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.the_header{
    background-color: #fff;
    z-index: 5;
    min-height: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: 0.5s;
}
.the_header.scrolled{
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 25%);
    transition: 0.5s;
}
.head_tbl{
    width: 100%;
    display: table;
    color: #fff;
}
.head_tr{
    display: table-row;
}
.head_td{
    display: table-cell;
    vertical-align: middle;
}
.head_td.logo_side{
    width: 30%;
}
.head_td.menu_side{
    width: 70%;
    text-align: right;
}

.above_footer{
		min-height: 10px;
		text-align: center;
		padding: 0px 15px;
		color: #fff;
		width: 100%;
		background-color: #b0b6bb;
}
.above_footer .head_td.menu_side li a{
    color: #000;
}
.above_footer .head_td.menu_side{
		width: 100%;
		text-align: center;
		float: none;
		display: block;
}
.the_footer{
    padding: 50px 0px;
		color: #fff;
		text-align: center;
    background-color: #2d404b;
}
.the_footer_top_logo{
		width: 100%;
		height: auto;
		margin: 0px auto 30px;
		max-width: 180px;
}
.footer_partner{
		width: 100%;
		height: auto;
		max-width: 100px;
}
.footer_partner_block{
		display: inline-block;
		width: 125px;
		margin: 0px 15px;
		position: relative;
		padding-top: 100px;
}
.footer_partner_block img{
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	opacity: 1;
	transition: 0.5s;
}


.top_footer_deets{
		display: block;
		font-family: 'Montserrat', sans-serif;
		color: #bcbec0;
		margin: 20px 0px 0px 0px;
		font-size: 12px;
}
.top_footer_deets span{
		margin: 0px 10px;
}

.copyright p{
		font-size: 10px;
		color: #bcbec0;
		margin: 25px 0px 0px 0px;
		font-family: 'Montserrat', sans-serif;
}
.top_footer_deets a{
		color: #fff;
		text-decoration: none;
}
.top_footer_deets a:hover{
		  color: #44545f;
}
.copyright p a{
		color: #fff;
		text-decoration: none;
}
.mwp_logo{
		width: 100%;
		display: inline-block;
		height: auto;
		max-width: 40px;
}
.social_media_footer{
		margin: 0px 0px 5px 0px;
}
.social_media_footer h6{
	font-family: 'Montserrat', sans-serif;
	color: #bcbec0;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 12px;
}
.soc_tbl{
		display: block;
		width: 100%;
		padding: 0px;
}
.soc_cube{
		width: 18px;
		height: 18px;
		position: relative;
		display: inline-block;
		margin: 0px 5px 0px;
		font-size: 0px;
}
.soc_cube img{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
}



.top_logo{
    width: 100%;
    max-width: 180px;
}
.logo_overlay{
    width: 100%;
    height: auto;
    max-width: 250px;
}
.res .logo_overlay{
    width: 100%;
    height: auto;
    max-width: 350px;
}






.feat_block{
    position: relative;
    z-index: 1;
}
.feat_block img{
    display: inline-block!important;
}
.head_td.menu_side img{
    max-width: 240px;
    height: auto;
}
.head_td.menu_side ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.head_td.menu_side li{
		display: inline-block;
		transition: 0.2s;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
}
.head_td.menu_side li a{
    color: #000;
		transition: 0.2s;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
		line-height: 15px;
    padding: 24px 10px;
    margin: 0px 0px 0px 0px;
}

.head_td.menu_side li.current-menu-item a,
.head_td.menu_side li a:hover{
		color: #2d404b;
}
.head_td.menu_side li.current-menu-item ul li a{
		color: #2d404b;
}


.head_td.menu_side li.book_now a{
    background-color: #44545f;
    padding: 24px 20px;
		border: 1px solid #44545f;
    color: #fff;
		transition: 0.2s;
}
.head_td.menu_side li.book_now:hover{
    background-color: #fff;
    padding: 9px 5px;
		transition: 0.2s;
}
.head_td.menu_side li.book_now:hover a{
    background-color: #fff;
		color: #44545f;
    padding: 15px 15px;
		transition: 0.2s;
}












p a{
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
p a:hover{
    color: #44545f;
}

.intro_text{
    padding: 100px 0px 70px;
}
.intro_text h5{
	font-size: 18px;
	line-height: 25px;
	margin: 0px 0px 15px 0px;
	color: #000;
	font-weight: normal;
}
.intro_text ul{
	font-size: 15px;
	line-height: 25px;
	margin: 0px 0px 30px 20px;
	color: #000;
	font-weight: normal;
}
.contact_info a{
		color: #44545f;
		text-decoration: underline;
		font-weight: normal;
}
.contact_info .soc_tbl{
		margin: 0px 0px 30px 0px;
}

.gen_btn{
    background-color: #1a1a1a;
		border: 1px solid #1a1a1a;
		padding: 11px 20px 11px 20px;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
		display: inline-block;
		text-decoration: none;
		transition: 0.5s;
}
.room_section .gen_btn{
    margin: 0px 5px;
}
.room_section.dark .gen_btn.ctaw{
    background-color: #fff;
		border: 1px solid #fff;
    margin: 0px 5px 0px 0px;
    color: #000;
}
.room_section.dark .gen_btn.ctaw:hover{
		border: 1px solid #fff;
    background-color: transparent;
    color: #44545f;
}
.single_room_card_td .room_slider .slick-dots {
    bottom: 0px!important;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px!important;
    height: 35px!important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 3!important;
    background: #000!important;
    border-radius: 100px;
}
.slick-prev:before,
.slick-next:before {
    content: ''!important;
}
.slick-prev {
    left: 0px!important;
    background-image: url('img/arrow_left-01.svg')!important;
    background-size: cover!important;
    left: 15px!important;
    background-position: center!important;
}
.slick-next {
    right: 0px!important;
    background-image: url('img/arrow_right-01.svg')!important;
    background-size: cover!important;
    right: 15px!important;
    background-position: center!important;
}


.gen_btn.cta{
		background-color: #44545f;
		border: 1px solid #44545f;
}


.gen_btn:hover{
    background-color: transparent;
		transition: 0.5s;
		color: #1a1a1a;
}
.amenities_section{
		width: 100%;
		margin: 0px 0px 30px 0px;
		text-align: left;
		display: block;
}
.amenities_section h3{
		font-size: 18px;
		font-family: 'Montserrat', sans-serif;
		line-height: 18px;
		font-weight: normal;
		display: inline-block;
		color: #000;
		margin: 0px 0px 15px 0px;
}
.room_section.dark .amenities_section h3{
		color: #44545f!important;
}



.room_section.dark .gen_btn:hover{
color: #fff;
}


.room_section{
		padding: 0px 0px;
		color: #000;
		text-align: left;
}
.room_section.dark{
		background-color: #dbdcde;
				color: #fff;
}

.room_section h2{
		margin: 0px 0px 30px 0px;
		font-size: 40px;
		line-height: 30px;
		font-weight: normal;
		color: #44545f;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
}
.room_section .single_room_card_td h2{
  font-size: 30px;
  line-height: 20px;
  		margin: 0px 0px 30px 0px;
}

.room_section.single{
		padding: 125px 0px 75px;
}
.room_section p{
		font-size: 15px;
		line-height: 25px;
    color: #44545f;
		margin: 0px 0px 30px 0px;
		font-weight: normal;
}

.room_slider .room_prev{
		margin: 0px 0px 0px 0px;
}
.room_slider_wrap {
		margin: 0px 0px 50px 0px;
}
.room_prev{
		width: 100%;
		padding-top: 55%;
		margin: 0px 0px 0px 0px;
		background-color: #eee;
		background-size: cover;
		background-position: center;
		position: relative;
}
.menu_side ul li:hover ul.sub-menu {
    display: block;
}
.menu_side ul li ul.sub-menu {
		display: none;
		position: absolute;
		background-color: #fff;
		padding: 14px 20px;
		text-align: left;
		top: 63px;
}
.menu_side ul li ul.sub-menu li a{
		padding: 0px;
}
.head_td.menu_side ul li ul.sub-menu li {
    display: block;
}

.intro_text .gen_btn{
		margin: 0px 5px 30px;
}
.double_sub_info_block .gen_btn{
		margin: 0px 5px 30px;
}
.intro_text h2,
.double_sub_info_block h2,
.intro_text h1,
.double_sub_info_block h1{
    margin: 0px 0px 30px 0px;
		font-size: 32px;
		line-height: 42px;
    font-weight: normal;
		text-transform: uppercase;
}




.intro_text.news_on_home .double_sub_info_block h2{
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    /*min-height: 46px;*/
}
.intro_text.news_on_home .double_sub_info_block p{
  font-size: 14px;
    line-height: 23px;

}




.news_title{
    width: 100%;
    text-align: center;
}
.news_title h1{
    margin: 50px 0px 0px 0px;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
}
.intro_text p,
.double_sub_info_block p{
    font-size: 15px;
		line-height: 25px;
    margin: 0px 0px 30px 0px;
    color: #000;
    font-weight: normal;
}
.single_room_card_td ul li{
  font-size: 15px;
  line-height: 25px;
  margin: 0px 0px 0px 0px;
  color: #000;
  font-weight: normal;
}



.double_cubes{
    width: 100%;
    min-height: 10px;
}
.double_cubes.on_home{
    margin: 0px 0px 100px 0px;
}
.double_cubes.on_home.three_grid{
    margin: 100px 0px 70px 0px;
}

.double_sub_info_block{
		text-align: center;
		margin: 40px 0px 0px 0px;
}
.double_sub_info_block.text-left{
    text-align: left;
}
.on_blog{
    padding: 50px 0px 100px;
}
.on_blog .gen_btn{
    margin: 0px 0px 50px 0px;
}
.rectangle{
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #e9e9e9;
}
.rectangle.block{
    padding-top: 100%;
		margin: 0px 0px 30px 0px;
}





.rectangle img{
    width: 100%;
    height: auto;
    max-width: 240px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    opacity: 1;
    transition: 0.5s;
}
.rectangle:hover .location_offerings{
    opacity: 1;
    transition: 0.5s;
}
.rectangle:hover img{
    opacity: 0;
    transition: 0.5s;
}
.location_offerings{
    position: absolute;
    transition: 0.5s;
    padding: 50px;
    display: table;
    text-align: center;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    background: rgb(68 84 95 / 80%);
    height: 100%;
    width: 100%;
    z-index: 2;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
.location_offerings h4{
		text-transform: uppercase;
		font-size: 22px;
		line-height: 22px;
		margin: 0px 0px 20px 0px;
}
.location_offerings p{
		font-size: 15px;
		line-height: 25px;
		margin: 0px 0px 30px 0px;
		color: #fff;
		font-weight: normal;
}
.location_offerings_td a.gen_btn:hover{
		color: #fff;
		border: 1px solid #fff;
}
.location_offerings_tr{
    display: table-row;
}
.location_offerings_td{
    display: table-cell;
    vertical-align: middle;
}

.full_parallax_banner{
    background-color: #000;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
}

.suite_tbl{
    width: 100%;
    display: table;
}
.suite_tr{
    display: table-row;
}
.suite_td{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 25px 0px;
}
.text_block{
    padding: 0px 75px;
}
.suite_td h2{
    margin: 0px 0px 20px 0px;
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    text-transform: uppercase;
}
.suite_td p{
    font-size: 15px;
    line-height: 25px;
    margin: 0px 0px 30px 0px;
    color: #000;
    font-weight: normal;
}





.big_cube{
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-color: #e9e9e9;
}




/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
	  display: block;
	  position: absolute;
	  height: 4px;
	  width: 100%;
	  background: #44545f;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
}
.mob_trigger:hover #nav-icon1 span,
.mob_trigger:hover #nav-icon2 span,
.mob_trigger:hover #nav-icon3 span{
		background: #44545f;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
	background: #44545f;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
				background: #44545f;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
				background: #44545f;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
	background: #44545f;
}

.mob_trigger{
		display: none;
		position: fixed;
		z-index: 15;
		top: 20px;
		right: 20px;
}
.mobile_menu{
		position: fixed;
		text-align: center;
		display: none;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 11;
		padding: 100px 0px 0px 0px;
		background-color: #1a1a1a;
}
.mobile_menu ul{
		list-style: none;
    text-transform: uppercase;
		margin: 0px;
		padding: 0px;
}
.mobile_menu ul li a{
		color: #fff;
		text-decoration: none;
		font-size: 18px;
    margin: 0px 0px 10px 0px;
    display: block;
}




@media (max-width: 1200px){
	.head_td.menu_side .menu-main-menu-container{
			display: none;
	}
	.the_header{
			padding: 15px 0px;
	}
  .mob_trigger{
  		display: block;
    }
}
.show_mobile{
    display: none;
}



.single_room_card{
    width: 100%;
    min-height: 10px;
    display: table;
    border: 1px solid #eee;
    margin: 0px 0px 50px 0px;
}
.single_room_card_tr{
    display: table-row;
}
.single_room_card_td{
    display: table-cell;
    vertical-align: top;
}
.single_room_card_td.img_side{
    width: 40%;
}
.single_room_card_td.text_side{
    width: 60%;
    padding: 30px;
}








@media (max-width: 992px){
  .single_room_card,
  .single_room_card_tr,
  .single_room_card_td,
  .single_room_card_td.text_side,
  .single_room_card_td.img_side{
      display: block;
      width: 100%;
  }
  .intro_text.news_on_home .double_sub_info_block h2{
      min-height: auto;
  }
  .intro_text.news_on_home .double_sub_info_block p{
      min-height: auto;
  }
  .suite_tbl,
  .suite_tr,
  .suite_td{
      display: block;
      width: 100%;
  }
  .hidden_mobile{
        display: none;
  }
  .gal_cube{
      width: 33.33%;
      padding-top: 33.33%;
  }
	.double_cubes.on_home .rectangle{
			padding-top: 100%;
			margin: 0px 0px 15px 0px;
	}

}
@media (max-width: 768px){
  .room_section h2 {

    font-size: 30px;
  }
  .head_td.logo_side {
    width: 40%;
}
	.logo_overlay {
    max-width: 180px;
}
	.featured_section {
    height: 70vh;
	}
	.the_footer_top_logo {
    width: 100%;
    height: auto;
    margin: 0px auto 15px;
    max-width: 130px;
}
	.footer_partner_block {
	    width: 90px;
		}
}
