/*
Theme Name: Crystal Crown
Description:  This is the Parent theme for the Crystal Crown sites
Author: Crystal Crown
Version: 1.4
Text Domain: crystalcrown
*/


/****** Content ********/
body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    background-color: #fff;
}
a.btn, .btn
{
    clear: both;    
    padding: 16px 40px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #007c85;
	transition: background-color 0.05s ease-in-out;
}
a.btn:hover, .btn:hover
{
    background-color: #978e84;
	color:#fff;
	text-decoration: none;
}
.small-button
{
	clear: both;
    padding: 13px 30px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #007c85;
    transition: background-color 0.05s ease-in-out;
	display: inline-block;
	
}
.small-button:hover, .small-button:active, .small-button:focus
{
	background-color: #978e84;
	color:#fff;
	text-decoration: none;
}	
h1, h2, h3, h4, h5
{
	font-weight: 700;
	color: #007c85;
	margin-bottom: 15px;
}
h1.page-title
{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 40px;
    color: #aea59a;
    text-transform: uppercase;
	margin-top: 0px;
}
h2
{
	font-size:25px;
}
p
{
	line-height: 1.6;
}
ul
{
	padding-left:16px;
}
li
{
    margin-bottom: 4px;
}
.bottom-margin
{
	margin-bottom:20px;
}
.img-alignright
{
	padding-left:20px;
	padding-bottom:20px;
	float:right;
}

/***** Template Header *******/
header #top-header .wrapper
{
	position: relative;
	height:85px;
}
header #top-header .logo
{
    position: relative;
    width: 331px;
    top: 12px;
}
header #top-header  a.book-now
{
    margin-top: 18px;   
    float:right;	
}
@media only screen and (min-width: 1025px)
{
	header #top-header .wrapper:before
	{
		content: "";
		width: 359px;
		height: 85px;
		position: absolute;
		top: 0;
		right: 95px;
		z-index: 0;
		background: url('assets/images/bg-header.gif') 0 0 no-repeat;
	}
}
@media only screen and (max-width: 991px)
{
	header #top-header .logo img
	{
		width: 270px;
	}
}	
@media only screen and (max-width: 480px)
{
	header #top-header  a.book-now
	{
		margin-top:12px; 
		padding: 14px 22px;
		font-size:12px;
		line-height:12px;
	}
	header #top-header .wrapper
	{
		height:70px;
	}
	header #top-header .logo img
	{
		width: 190px;
	}
}
@media only screen and (max-width: 340px)
{
	header #top-header a.book-now
	{
		padding: 12px 20px;
	}
	header #top-header .logo img
	{
		width: 170px;
	}
}	


/**** Template Footer ****/ 
footer
{
    background-color: #c7bfb7;
	margin-top: 50px;
}
footer #main-footer 
{
	padding: 40px 15px 40px 15px;	
	font-size:13px;
	color: #58514e;
}
footer #main-footer a
{
	color:#58514e;
}
footer #main-footer a:hover
{
	color:#fff;
	text-decoration:none;
}
footer #main-footer h3
{
	font-size: 16px;
    color: #58514e;
	margin-top: 0px;
	margin-bottom:10px;
}
footer #main-footer ul
{
	list-style: none;
    padding-left: 0px;
}
footer #main-footer .hotels-menu ul li 
{
	margin-bottom: 7px;
}
footer #main-footer .footer-logos ul li
{
	display:table-cell;
}
footer #bottom-footer
{
	background: #978e84;    
	padding-top:15px;
	padding-bottom:15px;
	color:#fff;
	font-size:13px;
}
footer #bottom-footer .footer-menu
{
	text-align: right;
}
footer #bottom-footer .footer-menu ul
{
	padding-left:0px;
    margin-bottom: 0px;	
}
footer #bottom-footer .footer-menu ul li
{
    list-style: none;
	display: inline-block;
	margin-bottom: 0px;	
}	
footer #bottom-footer .footer-menu ul li a
{
    color: #fff;
	padding: 0 10px;
	border-right: 1px solid #fff;
	text-decoration:none;
}
footer #bottom-footer .footer-menu ul li:last-child a
{
	border-right: none;
}
footer #bottom-footer .footer-menu ul li a:hover
{
    color: #333;
}
#go_to_top
{
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: grey;
	border-radius: 50%;
	width: 35px;
        height: 34px;
        padding: 0px 8px;
        font-size: 22px;
        opacity: 0.6;
        z-index: 9999;
}
#go_to_top a
{
	color: #fff;
}
#go_to_top a:hover,
#go_to_top a:focus
{
	opacity: 1;
}
@media only screen and (max-width: 991px)
{
	footer #main-footer 
	{
		font-size:13px;
	}
}
@media only screen and (max-width: 767px)
{	
	footer #main-footer .social-menu
	{
		margin-bottom:20px;
	}
	footer #main-footer .hotels-menu
	{
		margin-bottom:20px;
	}
	footer #bottom-footer
	{
		text-align:center;
	}	
	footer #bottom-footer .footer-menu
	{
		padding-top: 5px;
		text-align: center;
	}
}	


/**** Page Header Banner *****/
#header-image .page-banner
{
    display:block;
	height: 250px;
	background-size: cover;
	background-position: 50% 50%;
}
@media only screen and (max-width:991px){
	#header-image .page-banner
	{
	    display:none;
		height: 170px;
	}
}



/**** Page Body ****/ 
.wrapper-bg
{
    overflow: visible;
    position: relative;
    z-index: 100;
	background:#fff;
	top: 40px;
}
@media only screen and (min-width: 768px)
{
	.wrapper-bg
	{
		padding: 40px 40px 0px 40px;
		top: -40px;
	}
	.wrapper-bg:before
	{
		left: -11px;
		background: url(assets/images/shadow-left.png) 0 bottom no-repeat;
	}
	.wrapper-bg:after {
		right: -11px;
		background: url(assets/images/shadow-right.png) 0 bottom no-repeat;
	}
	.wrapper-bg:after, .wrapper-bg:before
	{
		content: "";
		position: absolute;
		top: 0;
		width: 11px;
		height: 460px;
		z-index: 99;
	}
}
@media only screen and (min-width: 992px)
{
	.wrapper-bg
	{
		padding: 50px 40px 0px 40px;
		top: -85px;
	}	
}


/**** Main Menu ****/ 
#main-menu
{
	background: rgba(151, 142, 132, 0.8)
}
#main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link 	
{
	text-transform: uppercase;
	background: none;	
}
#main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, 
#main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover, 
#main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus 
{
	background: none;
	border-bottom: 1px solid #ffffff;
}	
#main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu
{
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2)
}
#main-menu .mega-menu-toggle .mega-toggle-block-1:before
{
	font-size: 30px;
}
#main-menu #mega-menu-main-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, 
#main-menu #mega-menu-main-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, 
#main-menu #mega-menu-main-menu > li.mega-menu-item-has-children > a.mega-menu-link:after
{
	content: '';
}
#main-menu .mega-menu-toggle .mega-toggle-block-left
{
	margin-left: 0px;
}
#main-menu .mega-menu-toggle .mega-toggle-block-1:before
{
	color: #fff;
	margin: 0 5px 0 5px;
}
@media only screen and (max-width: 1200px)
{
	#main-menu #mega-menu-main-menu > li.mega-menu-item
	{
		margin: 0 0px 0 0;
	}
}
@media only screen and (max-width: 1024px)
{
	#main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link
	{
		border-bottom:1px solid #c7bfb7;
		color:#fff;
	}
}


/**** Social Media Menu ****/
.social-menu-container ul li a
{
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #605a57;
    background-color: transparent;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #605a57 !important;
    margin-right: 5px;
}
.social-menu-container ul li a:hover
{
    background-color: #fff;
	text-decoration:none;
}
.social-menu-container ul
{
    margin: 0;
	padding: 0;
    list-style: none;
    display: inline-flex;
	float: none;
}
.social-menu-container li
{
    display: inline-block;
    font-family: FontAwesome;
}
.social-menu-container li.facebook a:before
{
    content: '\f09a';
}
.social-menu-container li.twitter a:before
{
    content: '\f099';
}
.social-menu-container li.instagram a:before
{
    content: '\f16d';
}
.social-menu-container li a span
{
    position: absolute;
    display: block;
    text-indent: -99999px;
    left: -99999px;
}


/**** Home Page****/ 
#home-template #intro
{
	background: #eee;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 75px;
}
#home-template #intro h1
{
	font-size: 28px;
    line-height: 34px;
    margin-bottom: 14px;
    margin-top: 0px;	
}
#home-template #content-items .item
{
	margin-bottom:40px;
	box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2);	
}
#home-template #content-items .item .description-wrapper
{
	padding: 15px;
	height: 240px;	
}
#home-template #content-items .item h3
{
	font-size: 20px;
	margin-top: 5px;
}
#home-template #content-items .item .description
{
	overflow: hidden;
	max-height: 100px;
	height: 98px;
	margin-bottom: 15px;
}


/**** Banner Slider ****/
.metaslider .caption-wrap
{
	background:none !important;
	text-align: center;
	bottom:50px !important;
	opacity:1 !important;
}
.metaslider .caption-wrap .caption
{
	display:inline-block !important;
	float:none;
	font-size:32px;
	line-height: 37px;
	margin-bottom:0;
	text-align:center;
	background-color: rgba(51, 51, 51, 0.5);
	padding: 5px 20px !important;
}
.metaslider .rslides_nav
{
	border-radius:50%;
	font-size:30px;
    font-family: FontAwesome;
    line-height: 17px;	
	padding: 10px 13px !important;
}
@media only screen and (max-width: 991px)
{
	.metaslider .caption-wrap .caption
	{
		font-size:24px;
		line-height: 29px;
	}
}	
@media only screen and (max-width: 767px)
{
	.metaslider .caption-wrap
	{
		display:none !important;
	}
}
@media only screen and (max-width: 578px)
{
	.metaslider img
	{
		position: relative;
		left: 50%;
		transform: translate(-50%,0);
		width:100%;
		height:200px !important;
		object-fit:cover;
	}
}	


/**** Post Archive ****/ 
#post-archive  .dual-content-section
{
    margin-bottom: 50px;
	margin-top: 20px;
}
#post-archive .dual-content-section.content-item-2 .text-block
{
	float:left;
}
#post-archive .dual-content-section.content-item-2 .image-block
{
	float:right;
}
#post-archive .dual-content-section h2
{
	margin-top:0px;
}
@media only screen and (max-width: 767px){
	#post-archive .dual-content-section.content-item-2 .text-block
	{
		float:right;
	}
	#post-archive .dual-content-section.content-item-2 .image-block
	{
		float:left;
	}	
	#post-archive  .dual-content-section h2
	{
		margin-top:20px;
	}
}


/***** Single Post Page ****/
#single-post .single-image
{
	margin-bottom:30px;
}


/**** Single Page ******/
#single-page .single-image
{
	margin-bottom:30px;
}
#single-page h3
{	
	font-size: 18px;
	text-transform: uppercase;
}


/***** Right Sidebar ****/
.right-sidebar h2
{
	text-transform: uppercase;
	margin-top:0px;
	font-size: 20px;
}
.right-sidebar ul
{
	padding-left:0px;
}
.right-sidebar li
{
	list-style:none;
    margin-bottom: 3px;	
} 
.right-sidebar li.current-menu-item a
{
	background: #978e84;
	color:#fff;
}
.right-sidebar li a
{
	font-size: 14px;
	color: #978e84;	
	background: #f8f3ee;
	text-decoration:none;   
    text-transform: uppercase;
    padding: 17px 25px;
	display: block;
}
.right-sidebar li a:hover
{
	background: #978e84;
	color:#fff;
	text-decoration:none;
}
@media only screen and (max-width: 991px)
{
	.right-sidebar
	{
		margin-top: 45px;
	}
}


/**** Meeting Rooms Table ****/
.rooms-table table tr th
{
	padding: 25px 10px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    color: #544f45;
	background-color: #f8f3ee;
	border: 1px solid #ead8c3;
}
.rooms-table table tr th img
{
    display: block;
    float: none !important;
    width: auto;
    height: 35px;
    margin: 0 auto;
}
.rooms-table table tr td
{   
    padding: 25px 0;  
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
	border: 1px solid #ead8c3;
}
.rooms-table table tr  td.room-name
{
	background-color: #f8f3ee;
	font-size: 12px;
	line-height: 1;
	padding: 20px 10px 15px 15px;
	text-transform: capitalize;
}	
.rooms-table table tr td.room-name span
{
	float:left;
}


/**** Google Map ****/
.wp_gmap_direction_box .fieldcontain input[type=text], .wp_gmap_direction_box .fieldcontain select
{
	border: 1px solid #e4dcd3;
	margin-bottom: 15px;
    padding: 15px;
	font-size: 12px;
	width: 100%;
}
.wp_gmap_direction_box button
{
	clear: both;    
    padding: 16px 40px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #007c85;
	transition: background-color 0.05s ease-in-out;
	border: none;
}
.wp_gmap_direction_box button:hover
{
	background-color: #978e84;
	color:#fff;
}


/***** Contact Form *****/
.wpcf7-form-control-wrap
{
	display: block;
    width: 100%;
	margin-bottom: 12px;
}
*:focus
{
    outline: none;
}
input[type=text].wpcf7-form-control, textarea.wpcf7-form-control, input[type=email].wpcf7-form-control  
{
	width:100%;
	border: 1px solid #e4dcd3;
    padding: 15px;
	font-size: 12px;
}
input[type=submit].wpcf7-form-control
{
	padding: 16px 40px;
    border-radius: 3px;   
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #007c85;
	transition: background-color 0.05s ease-in-out;
	border:0px;
}
input[type=submit].wpcf7-form-control:hover
{
	background-color: #978e84;
	color:#fff;
}
span.wpcf7-not-valid-tip
{
	font-size: 13px;
}
div.wpcf7-validation-errors
{
	border:none;
	color:#f00;
	font-size:13px;
	padding: 0px;
}


/*** Read More Button ***/
.wpsm-show
{
    color: #007c85 !important;	
	border-bottom: 0px !important;
	font-weight: normal !important;
}
.wpsm-show:hover
{
	text-decoration:none !important;
	color: #978e84 !important;
}
.wpsm-hide
{
	color: #007c85 !important;	
	border-bottom: 0px !important;
	font-weight: normal !important;
	text-decoration:none;
}
.wpsm-hide:hover
{
	text-decoration:none !important;
	color: #978e84 !important;
}
.wpsm-show:after
{
    position: relative;
    content: "\f078";
    margin-left: 8px;
	font-family: FontAwesome;
	font-weight:normal;
}
.wpsm-hide:after
{
    position: relative;
    content: "\f077";
    margin-left: 8px;
	font-family: FontAwesome;
	font-weight:normal;
}


/**** Image Gallery  ****/
div[id^="bwg_container"]
{
	margin-bottom:25px;
}
div[id^="bwg_container"] div[id^="bwg_container"] form div
{
	text-align: left !important;
}
div[id^="bwg_container"] [class^="bwg_slideshow_dots_container"]
{
	bottom: 0;
    top: inherit !important;
}
div[id^="bwg_container"] [class^="bwg_standart_thumbnails_"]
{
	text-align: left !important;
}
div[id^="bwg_container"] [class^="bwg_slideshow_image_spun"] [class^="bwg_lightbox"]:hover
{
	 cursor: zoom-in;
}
div[id^="bwg_container"] [class^="bwg_standart_thumb_spun"]:hover
{
	transform: initial !important;
}
div[id^="bwg_container"] a
{
	cursor: zoom-in;
}	
div[id^="bwg_container"] [id^="bwg_slideshow_play_pause"]
{
	display:none !important;
}
div[id^="bwg_container"] [id^="spider_slideshow_left-ico_"], div[id^="bwg_container"] [id^="spider_slideshow_right-ico_"], .metaslider  .rslides_nav
{
	background-color: transparent !important;
	box-shadow: none !important;
	border:none !important;
	text-shadow: 1px 1px #333;
}
div[id^="bwg_container"] [id^="spider_slideshow_left-ico_"]:hover, div[id^="bwg_container"] [id^="spider_slideshow_right-ico_"]:hover, .metaslider .rslides_nav:focus, .metaslider .rslides_nav:hover
{
	color: #fff !important;
    background: #333 !important;
    opacity: 0.5 !important;
}
div[id^="bwg_container"] [id^="spider_slideshow_left_"], div[id^="bwg_container"] [id^="spider_slideshow_right_"]
{
	width:auto !important;
}
div[id^="bwg_container"] [class^="bwg_slideshow_dots"]
{
	display:none !important;
}
div[id^="bwg_container"] div[id^="bwg_container"] form div [class^="tablenav-pages"]
{
	text-align: center !important;
}
div[id^="bwg_container"] [class^="tablenav-pages"] a
{
	font-size: 15px !important;
	font-weight: normal !important;
	font-family: 'Open Sans', sans-serif !important;
	border-color: #666666 !important;
}
.spider_popup_close_fullscreen
{
	font-size: 26px !important;
}
div[id^="bwg_container"] [class^="bwg_standart_thumb_spun"]:hover
{
	-webkit-transform: inherit !important;
	background: url(assets/images/zoom-icon.png) center center no-repeat !important;
}
@media only screen and (min-width: 768px)
{
    div[id^="bwg_container"] [class^="bwg_standart_thumb_spun"]
	{
		width:100%;
	}	
}
