/*
Theme Name: Studio 7
Theme URI: 
Author: Kishan Kanani and eZee Team
Author URI:
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.6
License: 
License URI: 
Tags: #4cc8f8, 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: 
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
 
@font-face { 
    font-family: Raleway;
    src: url(fonts/Raleway-VariableFont_wght.ttf);
    font-weight: normal; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}
section.info-pg {
margin-bottom: 20px;
}
/*h4.gtitle {
       font-size: 20px;
    margin: 0 0 25px 0;
    text-align: center;
}*/
h4.gtitle {
    display: block;
    text-align: center;
    margin-top:0px;
}
.img_wrapper.innergallery {
    margin-bottom: 15px;
}
audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
font-family: 'Raleway', sans-serif;
}

body {
	line-height: 1.5;
	margin: 0;
    font-size: 1em;
        font-family: 'Raleway', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: inherit;
    font-weight: 600;
	line-height: 1.3;
}

h1 {
	font-size: 30px;
   
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 19px;
	margin: 22px 0;
	font-weight: 500;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}



code,
kbd,
pre,
samp {
	font-family: raleway,sans-serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: raleway,sans-serif;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}
.ui-datepicker td {
    padding: 2px!important;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
	border-bottom: 1px solid #ddd;
}
.phshow {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    background-color: #fff;
    border-color: #e7e7e7;
    position: fixed;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    z-index: 100;
    border-radius: 0px;
    position: fixed ;
    top: 0px ;
    left: 0;
    width: 100%;
}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute ;
	height: 1px;
	width: 1px;
}

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


/* Form fields, general styles first. */
button,
input,
textarea {
	/*border: 2px solid #d4d0ba;*/
	font-family: inherit;
	padding: 5px 18px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	/*border: 2px solid #c3c0ab ;*/
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 19px 10px;
	text-decoration: none;
}
.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% ;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

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

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

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

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

img.aligncenter {
	margin: 5px auto;
}
.innergallery .imgbox h4{
	margin: 0 0;

}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}
/*.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a
{
	border:1px solid #4cc8f8;
}*/


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.site {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 100;
}
.nemus-slider:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.about-img-box .nemus-slider:after{
display: none;
}
.nemus-direction-nav a {
    color: #fff!important;
}
.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: auto;
	top: 40px;
	width: 100%;
	z-index: 1;
	background: #333;
    display: inline-block;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}



/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

ul.nav-menu, div.nav-menu > ul {
    margin: 21px 0;
    padding: 0 0 0 15px;
}
.site-header {
    background-color: #063852;
    transition: all ease .5s;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 18; 
    top: 35px;   
    transform: translate3d(0px, 0px, 0px);
}
#topbar {
    background:rgba(10, 10, 10, 0.65);
    color: #fff;
    padding: 3px 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 17;
    position: fixed;
}
.phshow {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    background-color: #063852;
    border-color: #e7e7e7;
    position: fixed;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    z-index: 100;
    border-radius: 0px;
    position: fixed ;
    top: 0px ;
    left: 0;
    width: 100%;
}
i.fa.fa-facebook-official {
    color: #fff;
    font-size: 24px;
}
/*.phone1 img{
background: #fff;
padding: 1px;
    border-radius: 4px;
}*/
/*.phone1 i{
background: #fff0;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid white;
    font-size: 10px;
    width: 25px;
    text-align: center;
}*/

/*.menu-item-28 a:before {
    content: '\f015';
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.menu-item-22 a:before {
    content: '\f007';
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.menu-item-125 a:before {
    content: '\f1ad';
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.menu-item-26 a:before {
    content: '\f00a';
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.menu-item-24 a:before {
    content: '\f013';
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.menu-item-25 a:before {
    content: '\f03e';
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.menu-item-23 a:before {
    content: '\f095';
    font-family: 'FontAwesome';
    padding-right: 10px;
}*/
/*.menu-item-29 a:before {
    content: "\f041";
    font-family: 'FontAwesome';
    padding-right: 10px;
}*/
.footer-menu #menu-item-37 a:before {
    content: '\f015';
    font-family: 'FontAwesome';
    padding-right: 10px;
    display: none;
}
.footer-menu .menu-item-36 a:before {
    content: '\f007';
    font-family: 'FontAwesome';
    padding-right: 10px;
    display: none;
}
.footer-menu .menu-item-32 a:before {
    content: '\f00a';
    font-family: 'FontAwesome';
    padding-right: 10px;
    display: none;
}
.footer-menu .menu-item-34 a:before {
    content: '\f013';
    font-family: 'FontAwesome';
    padding-right: 10px;
    display: none;
}
.footer-menu .menu-item-33 a:before {
    content: '\f03e';
    font-family: 'FontAwesome';
    padding-right: 10px;
    display: none;
}
.footer-menu .menu-item-35 a:before {
    content: '\f095';
    font-family: 'FontAwesome';
    padding-right: 10px;
    display: none;
}
.footer-menu .menu{
	float: left;
	padding: 0;
	font-size: 14px;
}
.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
    display: block;
    font-size: 17px;
    line-height: 1;
    padding: 12px 8px;
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid transparent;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    transition: border 0.2s linear;
    text-transform: capitalize;
}
.translated-ltr .nav-menu li a{

	 display: block;
    font-size: 17px;
    line-height: 1;
    padding: 12px 3px;
    text-decoration: none;
    color: #04a5ff;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    transition: border 0.2s linear;
    text-transform: capitalize;
}
.translated-ltr .ex-btn-header{
	text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 10px 6px;
    margin-left: 15px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #04a5ff;
    border: 1px solid #04a5ff;
    z-index: 18;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;

}

.ex-btn-header:hover, .ex-btn-header:focus {
    background-color: transparent !important;
    color: #fff !important;
    text-decoration: none;
    border: 2px solid #fff !important;
}

.translated-ltr .ex-btn-header font{
	font-size: 14px;
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
    border: 2px solid #fff;
    color: #fff;
    outline: none;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #063852;
	border: 1px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #fff;
	color: #063852 !important;
	border-radius:0px;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
   
}
.nav-menu .sub-menu li a {
    color: #fff !important;
    text-align: left;
    line-height: normal;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #04a5ff;
}

.menu-toggle {
	display: none;
}
.nemus-control-nav
{
	bottom: 25px;
}

/* Navbar */
.navbar {
	    margin: 0 auto;
    width: 100%;
    float: right;
    padding: 0;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

/*footer widget*/
.sidebar-container .widget
{
	float: left;
	width: 180px;
	padding: 7px 15px;
	display: inline-block;
}
.sidebar-container .widget-title
{
	font-size: 18px;
	border-bottom: 1px dotted #fff;
	padding: 10px 0px ;
}
.site-footer
{
	background: #ccc;
}
.sidebar-container .widget_search
{
	width: 180px;
}
.sidebar-container .widget_recent_entries
{
	width: 180px;
}
.sidebar-container .widget_recent_comments
{
	width: 210px;
}
 .page-id-11 .nemus-direction-nav a
{

margin: 16px 0 0 !important;
}
.page-id-33 h3 {
    font-size: 22px;
}
.menu-item-15 a:before {
    content: '\f015';
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.menu-item-1933 a:before {
    content: "\f007";
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.menu-item-46 a:before {
    content: '\f007';
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.menu-item-44 a:before {
    content: '\f00a';
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.menu-item-45 a:before {
    content: '\f013';
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.menu-item-43 a:before {
    content: '\f03e';
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.menu-item-1398 > a:before {
    content: '\f03b';
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.menu-item-1118 a:before {
    content: '\f055';
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.menu-item-1118 a:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    padding: 0px 5px;
}
.menu-item-1145 a:before {
    content: '' !important;
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.menu-item-1145 a:after {
    content: '' !important;
    font-family: 'FontAwesome';
    padding: 0px 5px;
}
.menu-item-1155 a:before {
    content: '' !important;
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.menu-item-1155 a:after {
    content: '' !important;
    font-family: 'FontAwesome';
    padding: 0px 5px;
}
.menu-item-42 a:before {
    content: '\f095';
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.nav-menu li a:before {
    display: inline-flex !important;
}
.bkbtn, .read-btn, .book-btn1 a, .facilities .fac-img, .bkbtn_send, .room-box .rmbkbtn .read {
    
    color: #063852 !important;
    background: #ffffff !important;
}
.services .bkbtn, .read-btn, .book-btn1 a, .facilities .fac-img, .bkbtn_send, .room-box .rmbkbtn .read {
    background: intial;
    background: #063852 !important;
}
.site-header {
    background-color: #063852!important;
   }
   
   .about .bkbtn, .read-btn, .book-btn1 a, .facilities .fac-img, .bkbtn_send, .room-box .rmbkbtn .read {
	    background: #063852 !important;
	    color: #ffffff !important;
	    border: 1px solid #fff;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #fff !important;
}
.dining {
    margin-top: 40px;
    display: inline-block;
}
.dining h3 {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 5px;
}

.dining .info ul {
    margin: 0;
    padding: 0;
}

.dining .info ul li {
    margin-left: 20px;
    margin-bottom: 10px;
}
@media (max-width: 1200px) {

	.site-title {
		font-size: 30px;
        width: 360px;
        margin-top: 15px;
	}
	.nav-menu li a {
      padding: 12px 8px;
      color: #063852;
    }
    .nav-menu li a:hover {
      padding: 12px 8px;
    }
    .nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #063852 !important;
}



	

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.main-navigation {
		position: absolute;
		right: 0;
		top: 0;
	}
	.menu-toggle {
        cursor: pointer;
        display: inline-block;
        font-size: 26px;
        font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
        margin: 0;
    }
    
    .menu-toggle:focus {
        outline: none;
    }
	.menu-toggle,
    .menu-toggle:hover,
    .menu-toggle:focus,
    .menu-toggle:active {
		background: none;
		font-size: 26px;
		border: none;
		color: #fff;
		float: right;
		margin-top: 9px;
		padding: 10px 0 0;
    }



	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
	display: block;
    margin-left: 0;
    margin-right: 0;
    z-index: 999;
    background: #fff;
    position: absolute;
    top: 47px;
    right: 0;
    border: 1px solid #ddd;
    padding: 0;
    width: 220px;
	}

    
    
	.toggled-on li,
	.toggled-on .children {
		display: block; */
    display: block;
    /* float: left; */
    /* margin-left: 10px; */
    text-align: left;
    border-radius: 0;
	}

	.toggled-on .nav-menu li > ul {
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		
		color: #fff !important;;
		background-color: #063852;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		color: #fff !important;
		background-color: #063852;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
}

@media only screen and (max-width: 991px){
.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
    margin-top: 12px;
}}

@media only screen and (max-width: 776px){
/*.bb_resbox input[type="text"] {
     min-width: 180px!important; 
}*/
.bb_resbox p {
     width: 32%!important; 
}
}
@media (max-width: 767px){
.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active{margin-top: 13px;}
.site-header .col-sm-4.col-md-9.col-xs-6.pd {
    padding-right: 0;
}
.bb_resbox p {
    width: 100%!important;
}
i.fa.fa-facebook-official {
    color: #fff;
    font-size: 20px;
}
.toggled-on .nav-menu, .toggled-on .nav-menu > ul {
    top: 50px;
    right: -5px;
}
}
@media(max-width: 650px){
.site-header {
    position: relative;
    top: 0;
   }
 .phshow {
    position: fixed;
}
}
@media (max-width: 555px)
/*{
.toggled-on .nav-menu {
    right: 12px;
    width: 150px;
}*/
.img_wrapper a img {
    width: 100%;
}
}


@media (max-width: 400px)
{
	/*.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
	    font-size:18px;
	     margin-top: 13px;
	}*/

}


