/*
	Theme Name: Fine Dining 3
	Theme URI: http://fine-dining-3.ourwpstudio.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Professional Web Services
	Author URI: http://www.godaddy.com/
	Version: 1.0
	
	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	
	Template: genesis
	Template Version: 2.1
*/

body {
	background: #fff;
	font-family: 'Ek Mukta';
	color: #fff;
}
a {
	color: #F6F09F;
	text-decoration: none;
}
a:hover {
	color: #eee;
}
.site-container {
	overflow-x: hidden;
}
.site-header {
	min-height: 500px;
	background: transparent;
	position: relative;
}
.title-area {
	position: absolute;
	background: rgb(144,73,133);
	left: 100px;
	top: 50px;
	width: 500px;
	padding: 10px;
	text-align: center;
}
.site-header:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	background: rgb(144,73,133);
	left: 0px;
	top: 100px;
	-webkit-animation-duration: 1s; 
	animation-duration: 1s; 
	-webkit-animation-fill-mode: both; 
	animation-fill-mode: both; 
	-webkit-animation-name: fadeInLeft; 
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-100%); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-100%); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.site-title {
	font-weight: 200;
	font-size: 4em;
	line-height: 1.0em;
	color: #fff;
	text-transform: uppercase;
}
.site-title a {
	color: #fff;
}
.site-title a:hover {
	color: #C29CBC;
}
.site-description {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.1em;
	font-style: normal;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}
.site-header .widget-area {
	position: absolute;
	bottom: 120px;
	right: 30px;
	width: auto;
	z-index: 9;
	text-align: center;
	width: 400px;
	padding: 20px;
}
.site-header .widget-area:after {
	position: absolute;
	content: '';
	background: rgb(144,73,133);
	width: 10px;
	height: 1200px;
	right: 190px;
	top: -1200px;
	-webkit-animation-duration: 1s; 
	animation-duration: 1s; 
	-webkit-animation-fill-mode: both; 
	animation-fill-mode: both; 
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
	animation-delay: 1s;
	-webkit-animation-name: fadeInDown; 
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-100%); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-100%); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.site-inner, .wrap {
	max-width: 100%;
}
.site-inner {
	padding: 15px;
	position: absolute;
	background: rgb(144,73,133);
	background: rgba(144,73,133,0.8);
	left: 100px;
	bottom: 120px;
	width: 50%;
	max-height: 920px;
	overflow-y: scroll;
}
.home .site-inner {
	width: 500px;
}
.entry {
	margin: 0px;
	padding: 0px;
}
.content .entry {
	background-color: transparent;
}
.header-widget-area {
	background: rgb(144,73,133);
	background: rgba(144,73,133,0.8);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	margin: 0px;
	color: #fff;
}
h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: 20px;
}
h2, .entry-title {
	font-size: 1.3em;
	color: #F6F09F;
}
.home h1 {
	margin-bottom: 0px;
}
h6 {
	font-size: 2em;
	margin-bottom: 20px;
}
.entry-title a, .sidebar .widget-title a {
	color: #fff;
}
.entry-title a:hover, .sidebar .widget-title a:hover {
	color: #eee;
}
.header-widget-area .widget_black_studio_tinymce {
	padding-bottom: 20px;
}
.header-widget-area .widget_nav_menu {
	width: 40%;
	float: left;
}
.header-widget-area .widget_text {
	width: 60%;
	float: right;
	text-align: right;
}
.ctaButton {
	color: #fff;
	display: block;
}
.genesis-nav-menu {
	padding: 0px;
	border-top: 1px solid #C29CBC;
}
.genesis-nav-menu .menu-item {
	text-align: left;
	width: 100%;
	height: 31px;
	display: block;
	border-bottom: 1px solid #C29CBC;
	overflow: hidden;
	position: relative;
}
.genesis-nav-menu a {
	line-height: 30px;
	padding: 0px 0px 0px 5px;
	overflow: hidden;
	left: 0px;
	right: 0px;
	position: absolute;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	z-index: 2;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
	text-decoration: none;
}
.genesis-nav-menu .menu-item:before {
	background: #C29CBC;
	left: -144px;
	bottom: 0px;
	top: 0px;
	position: absolute;
	content: '';
	width: 144px;
	z-index: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.genesis-nav-menu .menu-item:hover {
	position: relative;
}
.genesis-nav-menu .menu-item:hover:before {
	left: 0px;
} 
.genesis-nav-menu .current-menu-item {
	background: #C29CBC;
}
.genesis-nav-menu .current-menu-item > a:before {
	display: none;
}
.button {
	display: block;
	color: #fff;
	background: rgba(255,255,255,0.3);
	margin-left: 20px;
	padding: 26px 20px;
	text-align: center;
	margin-bottom: 15px;
}
.button:hover {
	color: #111;
	background: rgba(255,255,255,0.7);
}
.callOut {
	padding: 13px 20px;
	text-align: center;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	margin-left: 20px;
	background: rgba(255,255,255,0.1);
}
.archive-description {
	background: transparent;
	padding: 0px;
	margin-bottom: 0px;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	width: 33.33%;
	margin: 0px;
	float: left;
	text-align: left;
}
.footer-widgets-2 {
	text-align: center;
}
.footer-widgets-3 {
	text-align: right;
}
.footer-widgets .widget {
	margin: 0px;
	padding: 20px;
}
.footer-widgets {
	background: #fff;
	padding: 0px;
	color: #333;
	font-size: 0.8em;
}
.site-footer {
	padding: 0px;
}
.social {
	padding: 10px 0px 0px 0px;
}
.badge {
	padding: 5px 0px 0px 0px;
}
.footer-widgets {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.4);
	position: absolute;
	left: 0px; right: 0px; bottom: 0px;
}
.comment-respond, .entry-comments, .entry-pings, .form-allowed-tags {
	background: transparent;
}
.wp-caption {
	position: relative;
}
.size-medium {
	border: 1px solid #BC92B8;
}
.wp-caption-text {
	background: rgb(188,146,184);
	background: rgba(188,146,184,0.8);
	position: absolute;
	bottom: 35%;
	left: 0px;
	right: 0px;
	padding: 5px 0px;
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
}

/*
Menu
---------------------------------------------------------------------------------------------------- */

.fdm-menu {
	list-style: none;
	margin: 0px !important;
}
.fdm-menu .fdm-section {
	margin: 0px !important;
}
.fdm-menu .fdm-column, .fdm-section .fdm-item, .fdm-menu .fdm-column .fdm-section-header {
	list-style-type: none;
}
.fdm-menu .fdm-column .fdm-section-header {
	border-bottom: 1px solid #C29CBC;
	margin-bottom: 1em;
}
.fdm-section .fdm-item {
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
.fdm-item-panel, .fdm-item-panel p {
	margin: 0px 0px 5px 0px !important;
}

/*
Bookly
---------------------------------------------------------------------------------------------------- */
.ab-booking-form, .ab-progress-bar .ab-step-tabs.active a, label.ab-formLabel, div.ab-error, .ab-formGroup .ab-formLabel {
	color: #fff !important;
}
.ab-progress-bar .ab-step-tabs a {
	color: #ddd;
}
.ab-progress-bar .ab-step-tabs .step {
	background: #ddd;
}
.ab-nav-steps {
	border:  none !important;
}
.fdm-section-header h3 {
	color: #F6F09F;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 871px) and (max-height: 1280px) {
	.site-inner {
		max-height: 720px;
	}
}
@media only screen and (min-width: 871px) and (max-height: 1050px) {
	.site-inner {
		max-height: 520px;
	}
}

@media only screen and (max-height: 820px) {
	.site-inner {
		max-height: 320px;
	}
}
@media only screen and (max-width: 1150px) {
	.site-header:before, .site-header .widget-area:after {
		display: none;
	}
	.title-area {
		left: 20px;
		top: 20px;
	}
	.site-header .widget-area {
		bottom: auto;
		right: auto;
		left: 20px;
		top: 160px;
	}
	.site-header {
		max-height: 400px;
		min-height: 400px;
	}
	.site-inner {
		position: relative;
		width: 95%;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin: 0px auto 30px;
		max-height: 100% !important;
	}
	.footer-widgets {
		position: relative;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		width: 100%;
		text-align: center;	
	}
	.footer-widgets .widget {
		padding: 0px;
	}
}
@media only screen and (max-width: 700px) { 
	.site-header .widget-area {
		top: 145px;
	}
	.footer-widgets {
		position: relative;
	}
	.site-header:before, .site-header .widget-area:after {
		display: none;
	}
}
@media only screen and (max-width: 500px) {
	.title-area {
		left: 10px;
		width: 95%;
	}
	.site-header .widget-area {
		width: 95%;
		left: 10px;
	}
}