/*!
Theme Name: Weboft Theme
Theme URI: https://weboft.com/
Author: Weboft
Author URI: https://weboft.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: weboft
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

Weboft Theme is based onWeboft Marketing https://weboft.com/, (C) 2012-2020 Automattic, Inc.
Weboft is distributed under the terms of the GNU GPL v2 or later.


*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */



html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


dfn,
cite,
em,
i {
	font-style: italic;
}



/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}



/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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



table {

	width: 100%;
}

/* Links
--------------------------------------------- */




/* Forms
--------------------------------------------- */

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}



@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}




/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}


:root {
	--main: #0b2a4a
}

.th-unvis {
	border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}


.site-branding  img  {
	width: 180px
}
.site-branding h1  {
	margin: 0px;
	
}
.main-navigation ul {
    display: block;
    text-align: right;
}

.main-navigation ul   li  {
	display: inline-block
}


.header-top   {
	background: var(--main) ;
 
}
.hed-top-rw  ul  {
	margin: 0px !important;
	padding: 0px;
	list-style: none
}

.info-icon   li  {
display: inline-block;
	margin-right: 10px
}
.info-icon   li a  {
	color: #fff 
}


.info-icon  li a  {
	font-size: 15px;
	
}


.hed-top-rw  .socbox   {
	text-align: right;
}

.headmain   {
	padding: 20px 0px;

}


.main-navigation ul li {
	margin-left: 12px;
	
}


.main-navigation ul li a  {
	color: #000 !important;
	text-decoration: none ;
	font-size: 15px
	
}


.log-btn  {
	background: #2894eb;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important
}


#masthead  {
	border-bottom: solid 1px rgba(0,0,0,0.15)
}


.site-footer   {
	background: #181c1e;
	color: #fff;
	font-size: 15px
}


.site-footer  a {
	color: #fff !important;
	font-size: 15px
}



.ft-widget-rw aside .widget-title  {
	margin: 0px;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px
}

.ft-top-rw  {
	padding-top: 70px;
	padding-bottom: 20px
}
.ft-bt-in-row  {


		border-top: solid 1px rgba(255,255,255,0.15);
	padding: 15px 0px
}






.foot-sc  {
	
	text-align: right
}
.foot-cre  p {
	margin-bottom: 0px;
	
}


.ft-logo  {
	margin-bottom: 20px
}

.loc-f  {
	margin-bottom: 10px
}

.fcont-box  h4  {
	font-size: 18px;

}



.fcont-box ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	
}
.fcont-box ul li::before {
	font-family: 'fontawesome';
	margin-right: 8px
}


.socbox-ft  {

}

.socbox  li {
	display: inline-block;
	margin-left: 1px
}



.loc-f::before {
	content: "\f041"
}



.mob-f::before {
	content: "\f095"
}


.ema-f::before {
	content: "\f0e0";
	font-size: 13px
}

.ft-widget-rw aside a  {
	margin-bottom: 5px !important;
	display: inline-block
}

.redmo  {
	margin-top: 5px;
	text-decoration: none  !important;

}
.redmo::after  {
	content: "\f105";
	font-family: fontawesome;
	font-size: 17px;
	position: relative;
	top: 2px;
	margin-left: 5px
}



.main-navigation ul ul {
	background: #fff !important;
	text-align: left !important
}





.socbox li img  {
	width: 25px;
	height: 25px;

	
}

.log-btn  {
	margin-left: 10px
}


.socbx-top  li img  {
		filter: invert(99%) sepia(5%) saturate(237%) hue-rotate(200deg) brightness(105%) contrast(100%);
	position: relative;
	top: -1px

}

.socbox-ft li img  {
		filter: invert(99%) sepia(5%) saturate(237%) hue-rotate(200deg) brightness(105%) contrast(100%);
}

.socbx-top  li {
position: relative;
	
}


.info-icon   a::before  {
	    font-family: 'fontawesome';
    margin-right: 5px;
	position: relative;

}

.info-icon  .pho-li::before {
	content: "\f095";
}
.info-icon  .loc-li::before   {
	    content: "\f041";
 
}


.info-icon  .li-emi::before   {
	    content: "\f0e0";
    font-size: 13px;
}

.socbox   {
	margin: 0px
}

.menu-toggle {
	display: block
}
.error-404 .page-content {
    margin: 0px;
    padding: 150px 20px;
    text-align: center;
}
.error-404 h1 {
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 35px;
}
.error-404 p {
    margin: 0px;
    font-size: 15px;
    max-width: 600px;
    margin: auto;
}

.ft-widget-rw  > aside {
	    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.fcont-box li {
	position:  relative;
	padding-left: 20px;
	font-size: 14px;
		
}
.fcont-box li  a {
	text-decoration:  none;
}
.fcont-box li::before  {
	position : absolute;
	left: 0px;
	
}

.footer-copyright  {
	margin-top: 0px !important;
}

.top-in-rw {
	
	background-size: cover;
	padding: 80px 0px;
	text-align: center;
	
}
.top-in-rw h1 {
	font-size: 50px;
	margin: 0px;
	margin-bottom: 10px;
	color: #fff;
}
.bread {
	color: #fff;
}
.bread  a  {
	color: #fff !important;
	text-decoration: none
}

@media only screen and (min-width: 768px) {
	
	.ft-bt-in-row , .headmain {
display: flex;
		align-items: center
	}
	.menu-toggle {
	display: none
}
	.mob-abs button {
		display: none
	}
	.hed-top-rw   {
display: flex;	
	align-items: center
}
}

@media only screen and (max-width: 768px) {
	.mob-abs {
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 5555;
		visibility: hidden;
		overflow-x: hidden;
    overflow-y: auto;
		opacity: 0;
		    transition: all 0.15s ease-in-out;
		transform: translateY(50px);
	}
	
	.menu-active {
			visibility: visible;
		opacity: 1;
				transform: translateY(0px);
	}
	
	
	#site-navigation .menu-main-container ul {
		text-align: center;
		margin-top: 100px
	}
	#site-navigation .menu-main-container ul li {
		display: block;
		padding: 10px 0px;
		font-size: 18px ;
		
	}
	.main-navigation ul li {
	margin-left: 0px !important	
	}
	#site-navigation .menu-main-container ul li  a{
		font-size: 20px 
	}
	
	.mob-abs button {
		background: transparent !important;
		float: right;
		border: none;
		padding: 15px;
		font-size: 25px;
		margin-right: 10px;
		margin-top: 10px
	}
		
	.mob-abs button svg {
		width: 22px;
		height: 25px
	}
	.headmain {
		position: relative;
	}
.headmain 	.menu-toggle {
		position: absolute;
	right: 12px;
	top: 50%;
	transform: translatey(-50%);
	background: transparent;
	border: none;
		width: 29px;
	height: 30px;

	
	}
	.headmain .col-md-8 {
		position: static
	}
	.headmain 	.menu-toggle span {
		display: block;
		height: 2px;
		width: 100%;
		background: #000;
		border-radius: 50px;
		position: relative
	}
	.headmain 	.menu-toggle span::after, 	.headmain 	.menu-toggle span::before {
		content: "";
			display: block;
		height: 2px;
		width: 100%;
		background: #000;
		border-radius: 50px;
		position: absolute;
		
	}
	.headmain 	.menu-toggle span::after {
		bottom: -7px
	}
	.headmain 	.menu-toggle span::before {
		bottom: 7px
	}
.scroll-lock {
    position: fixed;
    max-width: 100%;
    width: 100%;
}
	.header-top .adm-col {
		display: none
	}
	
	.header-top .info-icon {
		text-align: center
	}
	.hed-top-rw {
		padding: 10px 0px
	}
	.loc-li, .li-emi {
		display: none
	}
	.header-top .info-icon li a  {
		font-size: 18px
	}
	.ft-top-rw  {
		padding-top: 50px
	}
	.ft-bt-in-row {
		text-align: center
	}
	.socbox {
		padding: 0px !important;
		text-align: center;
		margin-top: 10px
	}
	.ft-widget-rw aside aside {
		margin-bottom: 30px
	}
	.ft-widget-rw aside .widget-title {
		font-size: 22px;
		margin-bottom: 10px
	}
	.headmain .menu-toggle{ 
		cursor:  pointer
			
	}
	.headmain .menu-toggle span  {
		top: 50%;
		transform: translatey(-50%)
	}
	.main-navigation ul {
	margin-top: 140px;
	text-align:  center ;
	
}

.main-navigation ul  li {
	display: block;
	
}


.main-navigation ul  li  a {
	font-size: 18px;
		display: inline-block;
	
}
}

@media only screen and (max-width: 600px) {
	.headmain  {
		padding: 8px 0px
	}
	.site-branding img {
		width: 120px
	}
.headmain .menu-toggle{
		width: 25px;
	}
	.headmain .menu-toggle span::before {
		bottom: 7px
	}
		.headmain .menu-toggle span::after {
		bottom: -7px
	}
	.header-top .info-icon li a {
		font-size: 15px
	}
		.ft-widget-rw aside .widget-title {
		font-size: 18px;
		margin-bottom: 10px
	}
	.container {
		padding-left: 15px;
		padding-right: 15px
	}
	
#site-navigation .menu-main-container ul {
	margin-top: 100px
}
.main-navigation ul  li  a {
	font-size: 16px !important;

} 
	.top-in-rw h1  {
	font-size: 34px;
	line-height: 38px
}
.bread {
	font-size: 14px
}
}





.main-navigation  {
	 display: flex;
	align-items: center
	
}

.mob-abs {
	margin-left: auto
}



.book-btn {
	background: var(--main) !important;
	color:  #fff !important;
	padding: 10px 35px; 
	border: solid 1px var(--main) !important;
	margin-left: 30px;
	text-transform: uppercase;
	font-size: 14px
}

.book-btn:hover  {
	background: transparent  !important;
	color:  var(--main) !important
}


.main-navigation ul li a {
	text-transform: uppercase;
	font-size: 14px !important
}




@media only screen and (max-width: 768px) {
	
	.book-btn  {
		position: absolute;
		top: 50%;
		transform: translatey(-50%);
		right: 70px
	}
	
	.headmain .menu-toggle {
		width: 28px;
		    right: 30px;
	}
	.headmain .menu-toggle span::before {
		bottom: 8px;
	}
		.headmain .menu-toggle span::after {
		top: 8px;
	}
	.main-navigation ul li a {
		font-size: 16px !important
	}
}
