/*
Theme Name: Hotel1
Text Domain: twentytwenty
Version: 1.5
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-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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

/* Basic */
*
{
margin:0;
padding:0;
font-family: Nunito, sans-serif;

}

h1
{
width:100%;
float:left;
text-align:center;
margin:1% 0;
font-family: Nunito, sans-serif;

margin-top:40px;margin-bottom:30px;font-size:1.5em;font-weight:400;

}
h2
{
width:100%;
float:left;
text-align:center;
font-size:25px;
margin:1% 0;
font-family: Nunito, sans-serif;
}
h3
{
width:100%;
float:left;
text-align:center;
font-size:21px;
margin:1% 0;

}
h4
{
width:100%;
float:left;
text-align:center;
font-size:19px;
margin-top:2%;
font-weight:400;
}
p
{
width:100%;
float:left;
text-align:justify;
font-size:16px;
font-family: Nunito, sans-serif;
    line-height: 1.8;
    color: #272727;
}
.full-box
{
width:100%;
float:left;
}
.font-bold
{
	font-weight:bold;
}
.font-italic
{
	font-style:italic;
}
.font-underline
{
	text-decoration:underline;
}
a
{
	text-decoration:none;
}

/* Float Boxes */
.col-1
{
width:98%;
float:left;
margin:1%;
}
.col-pad-1
{
width:94%;
float:left;
margin:1% 2%;
padding:1%;
}
.col-2
{
width:48%;
float:left;
margin:1%;
}
.col-pad-2
{
width:46%;
float:left;
margin:1%;
padding:1%;
}

.col-3
{
width:31%;
float:left;
margin:1%;
}
.col-pad-3
{
width:29%;
float:left;
margin:1%;
padding:1%;
}

.col-4
{
width:23%;
float:left;
margin:1%;
}

.col-pad-4
{
width:21%;
float:left;
margin:1%;
padding:1%;
}
.col-5
{
width:18%;
float:left;
margin:1%;
}

.col-pad-5
{
width:16%;
float:left;
margin:1%;
padding:1%;
}
.fac-box
{
    width:90%;
    float:left;
    padding:1% 5%;
    margin:20px 0;
    background-color:#f1f1f1;
}

.fac-box h3
{
color:#d08836;
}
/* Block Position */
.pos-relative
{
position:relative;
}
.pos-absolute
{
position:absolute;
}

/* Text Align */
.text-center
{
text-align:center;
}
.text-left
{
text-align:left;
}
.text-right
{
text-align:right;
}
.text-justify
{
text-align:justify;
}

/* Text Color */

.text-color-red
{
color:#C70039;
}
.text-color-red2
{
color:#B03A2E;
}
.text-color-red3
{
color:#D35400;
}

.text-color-green
{
color:#1E8449;
}
.text-color-green1
{
color:#229954;
}
.text-color-green2
{
color:#196F3D;
}
.text-color-orange
{
color:#d08836;
}
.text-color-orange1
{
color:#F5B041;
}
.text-color-orange2
{
color:#E67E22;
}

.text-color-blue
{
color:#1F618D;
}
.text-color-blue1
{
color:#2C3E50;
}
.text-color-blue2
{
color:#283747;
}
.text-color-gray
{
color:#717D7E;
}
.text-color-gray1
{
color:#515A5A;
}
.text-color-gray2
{
color:#B2BABB;
}
.text-color-gray3
{
color:#CCD1D1;
}
.text-color-white
{
color:#FFFFFF;
}
.text-color-white1
{
color:#F2F4F4 ;
}
.text-color-white2
{
color:#F8F9F9;
}
.text-color-yellow
{
color:#F1C40F;
}
.text-color-yellow1
{
color:#F4D03F;
}
.text-color-yellow2
{
color:#F7DC6F;
}
.text-color-black
{
color:#000;
}
.text-color-black1
{
color:#454545;
}
.text-color-black2
{
color:#313131;
}
.text-color-black3
{
color:#999999;
}
/* Background Color */
.bg-color-black
{
background-color:#000;
}
.bg-color-black1
{
background-color:#454545;
}
.bg-color-black2
{
background-color:#313131;
}
.bg-color-black3
{
background-color:#999999;
}
.bg-color-red
{
background-color:#C70039;
}
.bg-color-red2
{
background-color:#B03A2E;
}
.bg-color-red3
{
background-color:#D35400;
}

.bg-color-green
{
background-color:#1E8449;
}
.bg-color-green1
{
background-color:#229954;
}
.bg-color-green2
{
background-color:#196F3D;
}
.bg-color-orange
{
background-color:#d08836;
}
.bg-color-orange1
{
background-color:#F5B041;
}
.bg-color-orange2
{
background-color:#E67E22;
}

.bg-color-blue
{
background-color:#1F618D;
}
.bg-color-blue1
{
background-color:#2C3E50;
}
.bg-color-blue2
{
background-color:#283747;
}
.bg-color-gray
{
background-color:#717D7E;
}
.bg-color-gray1
{
background-color:#515A5A;
}
.bg-color-gray2
{
background-color:#B2BABB;
}
.bg-color-gray3
{
background-color:#CCD1D1;
}
.bg-color-white
{
background-color:#FFFFFF;
}
.bg-color-white1
{
background-color:#F2F4F4 ;
}
.bg-color-white2
{
background-color:#F8F9F9;
}
.bg-color-yellow
{
background-color:#F1C40F;
}
.bg-color-yellow1
{
background-color:#F4D03F;
}
.bg-color-yellow2
{
background-color:#F7DC6F;
}
.bg-color-alpha
{
	background-color:rgba(255,255,255,0.8);
}
/* Wrap Blocks */

#wrapper
{
width:100%;

}
.wrap-in
{
width:1250px;
margin:0 auto;
}
.wrap-fluid
{
width:100%;

}
#header,#banner,#content,#footer,#feature,#add-on
{
width:100%;
float:left;
}
#header {
position: fixed;
    right: 0;
    left: 0;
    z-index: 1030000;
    background:#fff;
  -webkit-box-shadow: 0 5px 4px rgba(39, 39, 39, .2);
    -moz-box-shadow: 0 5px 4px rgba(39,39,39,.2);
    box-shadow: 0 5px 4px rgba(39, 39, 39, .2);
 
}

#banner
{
	position: relative;
	margin-top:104px;
}
#banner #weather_widget {
    
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 214 !important; /* maximum safe z-index */
    pointer-events: auto;
}
.custom-slider {
	position: relative;
    z-index: 1 !important;
	width:100%;
	float:left;
}
#slider_x .n2-ss-slider,
#slider_x .n2-ss-slide {
    transform: none !important;
}


.main
{
width:70%;

}
.sidebar
{
width:30%;

}
.block-10
{
width:10%;
}
.block-20
{
width:20%;
}
.block-30
{
width:30%;
}
.block-40
{
width:40%;
}
.block-50
{
width:50%;
}
.block-60
{
width:60%;
}
.block-70
{
width:70%;
}
.block-80
{
width:80%;
}
.block-90
{
width:90%;
}
.box-30
{
	width:30%;
	margin:1% 35%;
}
.box-50
{
	width:50%;
	margin:1% 25%;
}
.box-60
{
	width:60%;
	margin:1% 20%;
}
.box-70
{
	width:70%;
	margin:1% 15%;
}
.box-80
{
	width:80%;
	margin:1% 10%;
}
.box-90
{
	width:90%;
	margin:1% 5%;
}

/* Padding */
.pad-1
{
padding:1%;
}
.pad-tb-1
{
padding:1% 0;
}
.pad-lr-1
{
padding:0 1%;
}
.pad-2
{
padding:2%;
}
.pad-tb-2
{
padding:2% 0;
}
.pad-lr-2
{
padding:0 2%;
}
.pad-tb-5x
{
padding:5px 0;
}
.pad-tb-10x
{
padding:10px 0;
}
.pad-tb-20x
{
padding:20px 0;
}
.pad-tb-30x
{
padding:30px 0;
}
.pad-tb-40x
{
padding:40px 0;
}
.pad-tb-50x
{
padding:50px 0;
}



/* Margin */


.mar-0
{
margin:0% !important;
}
.mar-1
{
margin:1%;
}
.mar-tb-1
{
margin:1% 0;
}
.mar-lr-1
{
margin:0 1%;
}
.mar-2
{
margin:2%;
}
.mar-tb-2
{
margin:2% 0;
}
.mar-lr-2
{
margin:0 2%;
}
.mar-tb-5x
{
margin:5px 0;
}
.mar-tb-10x
{
margin:10px 0;
}
.mar-tb-20x
{
margin:20px 0;
}
.mar-tb-30x
{
margin:30px 0;
}
.mar-tb-40x
{
margin:40px 0;
}
.mar-tb-50x
{
margin:50px 0;
}
.mar-left-1
{
margin-left:1%;
}
.mar-left-2
{
margin-left:2%;
}

.mar-left-5
{
margin-left:5%;
}
.mar-left-10
{
margin-left:10%;
}
.mar-right-1
{
margin-right:1%;
}
.mar-right-2
{
margin-right:2%;
}

.mar-right-5
{
margin-right:5%;
}
.mar-right-10
{
margin-right:10%;
}



/* List */
.list
{
list-style:none;
width:100%;
}
.list-2
{
list-style:none;
width:50%;
margin:1% 25%;
}
.list-li
{

width:100%;
}
.list-li-2
{

width:50%;
}
.list-li-3
{

width:33%;
}
.list-li-4
{

width:25%;
}


/* Float */

.float-left{
float:left;
}
.float-right{
float:right;
}


/* Border */

.border-1{
border:1px solid;
}
.border-2{
border:2px solid;
}
.border-3{
border:3px solid;
}
.border-4{
border:4px solid;
}
.border-5{
border:5px solid;
}
.border-dotted-top-1{
border-top:1px dotted;
}
.border-dotted-bottom-1{
border-bottom:1px dotted;
}
.border-dotted-1{
border:1px dotted;
}
.border-dotted-2{
border:2px dotted;
}

.border-dotted-3{
border:3px dotted;
}
.border-dotted-4{
border:4px dotted;
}

.border-dotted-5{
border:5px dotted;
}
.border-dashed-1{
border:1px dashed;
}

.border-dashed-2{
border:2px dashed;
}
.border-dashed-3{
border:3px dashed;
}
.border-dashed-4{
border:4px dashed;
}
.border-dashed-5{
border:5px dashed;
}

.border-white
{
border-color:#fff;
}

.border-white1
{
border-color:#f7f7f7;
}
.border-black
{
border-color:#000;
}

.border-black1
{
border-color:#515151;
}
.border-black2
{
border-color:#313131;
}
.border-gray
{
border-color:#e3e3e3;
}
.border-gray1
{
border-color:#f7f7f7;
}
.border-red
{
border-color:#d21212;
}
.border-green
{
border-color:#27AE60;
}

/* Background */
.background-1
{
	background-color: #f6f6f6;
    background: url(xasset/img/bg1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-height:350px;
}
.background-2
{
	background-color: #f6f6f6;
    background: url(xasset/img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-height:550px;
}
.background-3
{
	background-color: #f6f6f6;
    background: url(xasset/img/explore-img1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Font Size */

.font-11
{
	font-size:11px;
}
.font-12
{
	font-size:12px;
}
.font-14
{
	font-size:14px;
}
.font-16
{
	font-size:16px;
}
.font-19
{
	font-size:19px;
}
.font-20
{
	font-size:20px;
}
.font-21
{
	font-size:21px;
}
.font-23
{
	font-size:23px;
}
.font-25
{
	font-size:25px;
}
.font-27
{
	font-size:27px;
}
.font-29
{
	font-size:29px;
}
.font-30
{
	font-size:30px;
}
.font-32
{
	font-size:32px;
}
.font-34
{
	font-size:34px;
}
.font-36
{
	font-size:36px;
}
.font-38
{
	font-size:38px;
}
.font-40
{
	font-size:40px;
}
.font-44
{
	font-size:44px;
}
.font-48
{
	font-size:48px;
}
.font-51
{
	font-size:51px;
}

/* anchor button */
.btn-1
{
}


/* Menu Custom */

nav{
	position: relative;

	width:100%;
	height:50px;
	float:left;
	overflow:hidden;
	z-index: 1;
	margin-top:10px;
}
nav ul{
	list-style-type:none;
	line-height: 50px;
}
nav ul li{
	width: 100px;
	float: left;
	text-align: center;
	cursor: pointer;
}
nav ul li a{
	text-decoration:none;
	color: #313131;
	font-size: 18px;
	font-family: Nunito, sans-serif;
}
#add-on
{
	background-color: #4d4135;
	padding:15px 0;
	color:#fff;
} 
#footer
{
	background:#3d372f;
	margin-top:50px;
	padding-top:50px;
	
	padding-bottom:25px;
	color:#fff;
}
#footer h5
{
	font-size:16px; 
	margin-bottom: 15px;
}

#footer .footer-top
{
	width:100%;
	float:left;
	padding-bottom:20px;
	border-bottom:1px solid #ffff;
	margin-bottom:15px;
}
#footer .social
{
	width:70%;
	margin:0 10%;
	padding:15px 25px;
	color:#313131;
	background: #fff;
	border-radius:10px;
}
#footer .footer-bottom
{
	width:100%;
	float:left;
}
#footer a
{
	color:#fff;
	font-size:14px;
}
#footer nav li
{
	width:12%;
}
#footer .credit
{
	width:100%;
	float:left;
	text-align: center;
	color:#fff;
}
.content-section

{
    width:100%;
    float:left;
}
#banner #weather_widget .weatherwidget-io
{
    text-indent:0 !important;
}
/* WRAPPER */
.offer-wrapper {
    position: fixed;
    left: 0;
    top: 40%;
    transform: translateY(-40%);
    z-index: 9999;
}

/* VERTICAL TAB */
.offer-tab {
    background: #e38900;
    color: #fff;
    width: 45px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
    padding: 15px 0;
}

.offer-tab i {
    font-size: 22px;
}

.offer-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold;
    letter-spacing: 2px;
}

/* PANEL */
.offer-panel {
    position: absolute;
    left: 45px;
    top: 6px;
    width: 320px;
    background: #f4a742;
    color: #fff;
    border-radius: 0 8px 8px 0;
    padding: 20px;
    box-shadow: 4px 0 10px rgba(0,0,0,0.2);
    transform: translateX(-120%);
    transition: transform 0.4s ease;
}

/* OPEN STATE */
.offer-wrapper.active .offer-panel {
    transform: translateX(0);
}

.offer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer-header h4 {
    margin: 0;
    font-size: 18px;
}

.offer-body {
    margin-top: 15px;
    font-size: 15px;
}

.offer-footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    cursor: pointer;
}

.close-btn {
    cursor: pointer;
}
.inner-page-header
{
    width:100%;
    float:left;
        background-color: #f4f3f0;
    border-bottom: 1px solid #c9c4b5;
    border-top: 1px solid #c9c4b5;
    margin-top: var(--header-height);
    padding:30px 0;
}
.inner-page-header .nav{
  display: flex;
  justify-content: center; 
  gap: 30px;
}

.inner-page-header .nav a{
    padding:10px 25px;
    text-decoration: none;
    color: #f90 !important;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
        font-size: 25px;
}
.inner-page-header .nav a:hover{
    border-bottom: 1px solid #f90;
}
#room-block
{
    width:100%;
    float:left;
    padding:15px 0;
}
#room-block .room-box
{
    width:31%;
    float:left;
    margin:10px 1%;
    
    position:relative;
}
#room-block .room-box .room-btn:hover
{
 
    background: #313131;
}
#room-block .room-box .room-btn
{
  top: 245px;
    width: 40%;
    left: 30%;
    padding:15px 0;
    text-align:center;
    color:#fff;
    background: #d08836;
    position:absolute;
}
#room-block .room-box .in-box
{
    width:100%;
    float:left;
    padding:20px 0;
    background:#e3e3e3;
}
#room-block .room-box .in-box p
{
    width:94%;
    float:left;
    margin:0 3%;
    margin-top:5px;
}
#room-block .room-box .in-box h3
{
    width:94%;
    float:left;
    margin:0 3%;
    margin-top:25px;
    color:#d08836;
    text-align:left;
    margin-bottom:3px;
}
#room-block .room-box .in-box h3 a
{
 
    color:#d08836;
}

input[type="text"],input[type="email"],  input[type="tel"] {
    background-color: white;
    font-family: inherit;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    margin: 6px 0;
    padding: 6px;
    height: 22px;
    float: left;
    margin-right: 3%;
    width: 95%;
}
select {
    background-color: white;
    font-family: inherit;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    margin: 6px 0;
    padding: 6px;
    height: 37px;
    float: left;
    width: 98%;
}
.enq-form{
width:94%;
float:left;
padding:2% 3%;
border:1px solid #e3e3e3;
}
textarea {
    background-color: white;
    font-family: inherit;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    margin: 6px 0;
    padding: 6px;
    height: 74px;
    width: 95%;
}
textarea {
    background-color: white;
    font-family: inherit;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    margin: 6px 0;
    padding: 6px;
    height: 74px;
    width: 95%;
}
.but1 {
    width: 40%;
    background-color: #d08836;
    padding: 5px;
    margin: 1% 30%;
    font-size: 15px;
    color: #fff;
    clear: both;
    border: none;
}
.con-box
{
    width:50%;
    float:left;
    padding:2%;
    border:1px solid #e3e3e3;
    margin:0 23%;
    margin-top:20px;
}
.amenities
{
width:80%;
float:left;
margin:3% 5%;
padding:2% 5%;
background:#e3e3e3;
}
.amenities h1
{
    margin:0;
    margin-bottom:10px;
}
.amenities ul
{
 width:90%;
float:left;
margin:0 5%;
}
.amenities li
{
    
    margin-bottom:10px;
    
}

/* --------------------------------------------------------------
17. MEDIA QUERIES - RESPONSIVE
-------------------------------------------------------------- */


/* ============================= */
/* Large Screens (1400px) */
/* ============================= */
@media only screen and (max-width:1400px){

.wrap-in{
width:1100px;
}

}


/* ============================= */
/* Laptop Screens (1200px) */
/* ============================= */
@media only screen and (max-width:1200px){

.wrap-in{
width:95%;
}

.main{
width:65%;
}

.sidebar{
width:35%;
}

nav ul li{
width:auto;
padding:0 15px;
}

}


/* ============================= */
/* Tablet Landscape (992px) */
/* ============================= */
@media only screen and (max-width:992px){

h1{font-size:28px;}
h2{font-size:24px;}
h3{font-size:20px;}

.wrap-in{
width:95%;
}

/* columns */
.col-2,
.col-3,
.col-4,
.col-5{
width:48%;
}

/* rooms */
#room-block .room-box{
width:48%;
}

/* sidebar layout */
.main,
.sidebar{
width:100%;
}

/* nav */
nav{
height:auto;
}

nav ul li{
width:auto;
padding:0 10px;
}

.offer-panel{
width:280px;
}

}


/* ============================= */
/* Tablet Portrait (768px) */
/* ============================= */
@media only screen and (max-width:768px){

h1{font-size:26px;}
h2{font-size:22px;}
h3{font-size:18px;}

#banner{
margin-top:90px;
}

/* columns stack */
.col-2,
.col-3,
.col-4,
.col-5{
width:100%;
margin:1% 0;
}
   .col-3  {
        width: 46%;
        margin: 3% 2%;
    }
    
    .col-pad-4,.box-30
{
width:80%;
text-align:center;
margin:0 10%;
}
.box-30 .col-pad-4
{
width:21% !important;
text-align:center;
margin:0 1% !important;
}
.footer-bottom nav
{
    display:none;
}
/* room boxes */
#room-block .room-box{
width:100%;
margin:15px 0;
}

/* room button */
#room-block .room-box .room-btn{
display:none;
}

/* footer menu */
#footer nav li{
width:25%;
}

/* offer tab */
.offer-tab{
height:120px;
}

.offer-panel{
width:260px;
}

/* forms */
.con-box{
width:90%;
margin:20px 5%;
}

}


/* ============================= */
/* Mobile Devices (576px) */
/* ============================= */
@media only screen and (max-width:576px){

h1{font-size:24px;}
h2{font-size:20px;}
h3{font-size:18px;}

.wrap-in{
width:94%;
}

/* header */
#header,#banner,#add-on,.offer-wrapper{
display:none;
}
#header-mob .logo-img
{
    position:absolute;
    left:30%;
    width:40%;
    top:0;
    background:#fff;
    padding:5px 0;
text-align:center;
}
#header-mob
{
display:block !important;

}
#header-mob .header-mob-img
{
position:relative;
}

#header-mob .header-mob-text
{
    width:100%;
    float:left;
}
#header-mob .header-mob-text h1,.block-70,.block-30  
{
    width:90% !important;
    float:left;
    text-align:left;
    margin:25px 5% !important;
}
#header-mob .header-mob-text h2
{
   width: 90%;
    float: left;
    text-align: center;
    margin: 15px 5%;
    font-family: Nunito, sans-serif;
    font-size: 1.0em;
    font-weight: 400;
    color:#e38900;
}
#header-mob .header-mob-text h2 i
{
    margin-right:15px;
}
#header-mob .header-mob-text  a 
{
   
    
    color:#e38900;
}
#header-mob .header-mob-text  a.read-more
{
   width:90%;
    float:left;
    text-align:left;
    margin:0 5%;
    
    color:#e38900;
    margin-bottom:15px;
}
#header-mob .header-mob-menu
{
    width:100%;
    float:left;
    background:#e38900;
    color:#fff;
}
#header-mob .header-mob-menu .menu-box
{
    width:23%;
    float:left;
    color:#fff;
    text-align:center;
    padding:10px 1%;
    font-size:12px;
}
#header-mob .header-mob-menu .menu-box a
{
    
    color:#fff;
}
#header-mob .header-mob-menu .menu-box i
{
    font-size:16px;
}
#header-mob img
{
z-index:1;
}
/* banner */
#banner{
margin-top:0;
}

/* nav */
nav{
height:auto;
}

nav ul{
display:flex;
flex-direction:column;
}

nav ul li{
width:100%;
border-bottom:1px solid #ddd;
}

/* footer menu */
#footer nav li{
width:50%;
}

/* weather widget */
#banner #weather_widget{
position:relative;
top:auto;
right:auto;
margin:10px auto;
text-align:center;
}

/* offer wrapper */
.offer-wrapper{
top:auto;
bottom:20px;
transform:none;
}

/* offer tab */
.offer-tab{
height:110px;
width:40px;
}

/* panel */
.offer-panel{
width:230px;
}

/* forms */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select{
width:100%;
margin-right:0;
}

/* button */
.but1{
width:60%;
margin:10px 20%;
}

}


/* ============================= */
/* Small Phones (400px) */
/* ============================= */
@media only screen and (max-width:400px){

h1{font-size:22px;}
h2{font-size:18px;}

.offer-panel{
width:200px;
padding:15px;
}

.offer-text{
font-size:12px;
}

nav ul li a{
font-size:16px;
}

}


.side-menu{
    height:100%;
    width:0;
    position:fixed;
    top:0;
    left:0;
    background:#e3e3e3;
    overflow-x:hidden;
    transition:0.3s;
    padding-top:60px;
    z-index:9999;
}

.side-menu a{
    padding:10px 25px;
    text-decoration:none;
    font-size:14px;
    color:#313131;
    display:block;
}

.side-menu a:hover{
    background:#515151;
    
    color:#fff;
}

.close-btn{
    position:absolute;
    top:10px;
    right:20px;
    font-size:30px;
}

.mobile-accordion{
width:100%;
font-family:Arial;
}

.acc-btn{
width:100%;
    background: #e6e6e6;
border:none;
border-bottom:1px solid #ccc;
padding:15px;
font-size:16px;
text-align:left;
display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;
}

.acc-content{
max-height:0;
overflow:hidden;
transition:0.3s;
background:#f8f8f8;
}

.acc-content a{
display:block;
padding:12px 20px;
text-decoration:none;
color:#333;
border-bottom:1px solid #eee;
}

.acc-content a:hover{
background:#eee;
}

.icon{
font-size:18px;
}