/*
Theme Name: Crescent_Hotel
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

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.
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/*****************************CSS Reset - Find ****************************************/


/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

.clear{clear:both; line-height:1px; font-size:1px;}
/***************************** WP CSS Reset - Find ****************************************/
@font-face {
    font-family: 'CenturyGothicRegularRegular';
    src: url('fonts/century_gothic/century_gothic.eot');
    src: url('fonts/century_gothic/century_gothic.eot') format('embedded-opentype'),
         url('fonts/century_gothic/century_gothic.woff') format('woff'),
         url('fonts/century_gothic/century_gothic.ttf') format('truetype'),
         url('fonts/century_gothic/century_gothic.svg#CenturyGothicRegularRegular') format('svg');
}
@font-face {
    font-family: 'CenturyGothicBold';
    src: url('fonts/century_gothic_bold/century_gothic_bold.eot');
    src: url('fonts/century_gothic_bold/century_gothic_bold.eot') format('embedded-opentype'),
         url('fonts/century_gothic_bold/century_gothic_bold.woff') format('woff'),
         url('fonts/century_gothic_bold/century_gothic_bold.ttf') format('truetype'),
         url('fonts/century_gothic_bold/century_gothic_bold.svg#CenturyGothicBold') format('svg');
}
body											{ font-family: 'CenturyGothicRegularRegular'; font-size:16px; color:#000; background:url(images/body_bg.jpg) repeat center center;}
#wrapper 										{ margin:0 auto; padding:0;}
.container										{ width:995px; margin:0 auto; padding:0 13px; background:#fff;}
/***************************** Header start here ****************************************/
.header											{ background:#182f7c; padding:31px 27px 29px 27px; margin:0 0 10px 0; position:relative;}
.logo											{ text-align:center; width:50%; margin:0; float:left; clear:none; padding:4px 0 0 0;} 
.logo h1										{ display:inline-block; padding:0 0 23px 0;}
.logo h1 a										{ display:block;}
.logo ul										{ display:inline-block; margin:0; padding:0; list-style:none;} 
.logo ul li										{ display:inline-block; float:left; margin:0; padding:0 15px; border-left:1px solid #fff;letter-spacing: 3px;}
.logo ul li a									{ display:block; color:#ffffff; font-size:12px; line-height:12px; font-weight:normal;font-family: 'CenturyGothicRegularRegular'; text-decoration:none;}
.logo ul li:nth-child(1)						{ border:none;} 
.header_contact									{ width:25%; float:right; text-align:right; box-sizing:border-box;}
.header_contact h3								{ display:block;font-family: 'CenturyGothicRegularRegular'; color:#ffffff; font-size:0.875em; line-height:16px; font-weight:normal; margin:0; padding:0 0 11px 0; text-transform:uppercase; letter-spacing: 2px; word-spacing: 1px; }
.header_contact h3 a							{ display:inline-block; text-decoration:none; font-family: 'CenturyGothicBold'; background:none; width:auto; color:#ffffff; font-size:0.875em; line-height:16px; margin:0; padding:0; }
.header_contact a								{ display:inline-block; width:91px; text-align:center; background:#f1f1f1; border-radius:8px; color:#231f20; font-size:0.813em; line-height:13px; font-weight:normal; text-decoration:none; font-family: 'CenturyGothicBold'; padding:7px 0 8px 0;} 

.header_left									{ width:25%; float:left;}
.header_left select								{ width:90px; }
.search											{ width:150px; background:#fff; border-radius:5px; margin:10px 0 0 0;}
.search input[type='text']						{ width:80%; float:left; background:none; border:none; color: #000; font-size: 0.875em; line-height: 16px;font-family: 'CenturyGothicRegularRegular'; outline:none; height:25px; padding:0 0 0 8px; box-sizing:border-box;}
.search input[type='button']					{ width:20%; float:right; background:url(images/search.png) no-repeat center center; height:25px; border:none; color: #000; font-size: 0.875em; line-height: 16px;font-family: 'CenturyGothicRegularRegular';}

/***************************** Banner start **********************************************/
.banner											{ padding:0 0 9px 0;}
.banner ul										{ display:inline-block; margin:0; padding:0; list-style:none;}
.banner ul li 									{ display:inline-block; margin:0; padding:0;}
.banner .bx-wrapper .bx-pager					{ display:none;}
.banner .bx-wrapper .bx-next					{ background:url(images/right.png) no-repeat center center;}
.banner .bx-wrapper .bx-prev					{ background:url(images/left.png) no-repeat center center;} 	
.banner .bx-wrapper .bx-next:hover				{ background:url(images/right.png) no-repeat center center;}
.banner .bx-wrapper .bx-prev:hover				{ background:url(images/left.png) no-repeat center center;} 	
.banner .bx-wrapper .bx-controls-direction a	{ width:29px; height:53px; opacity:0; transition:ease all 0.5s; -moz-transition:ease all 0.5s; -ms-transition:ease all 0.5s; -o-transition:ease all 0.5s; -webkit-transition:ease all 0.5s;}
.banner:hover .bx-wrapper .bx-controls-direction a	{ opacity:1;}

/*-- 12/12/2015 start --*/
.nav											{ text-align:center; width:100%; margin:0; padding:13px 0 0 0; background:#182f7c;}
.nav ul											{ display:inline-block; margin:0; padding:0; list-style:none;}
.nav ul	li										{ display:inline-block; float:left; margin:0; background:url(images/nav_line.png) no-repeat left top; position:relative;}
.nav ul li a									{ display:block; color:#ffffff; font-size:0.750em; padding:0 24px 12px 23px ; line-height:12px; font-weight:normal;font-family: 'CenturyGothicRegularRegular'; text-decoration:none;}
.nav ul li:nth-child(1)							{ background:none;}
.nav ul li:hover a, .nav ul li.active a			{ border-bottom:#8d8fbc solid 5px;padding:0 24px 7px 23px ;}
.nav ul li:hover ul								{ display:block;}
.nav ul li ul									{ position:absolute; left:0; top:24px; background:#182f7c; width:100%; display:none;}
.nav ul li ul li								{ float:none; display:block; margin:0; padding:0; background:none;}
.nav ul li ul li a								{ display:block; padding:5px 10px !important; border:none !important;}
.nav ul li ul li a:hover						{ background:#8d8fbc;}
/*-- 12/12/2015 end --*/
/***************************** Container start here **************************************/

/***************************** Container start here **************************************/
.main_content									{ padding:36px 0 8px 0;}
.main_content h4								{ display:block; text-align:center; color:#58595b; font-size:1.563em; line-height:28px; font-weight:normal; margin:0; padding:0 0 25px 0; text-transform:uppercase; letter-spacing: 2px; word-spacing: 7px;}
.main_content p									{ display:block; margin:0; padding:0 0 21px 0; text-align:center; color:#58595b; font-size:0.813em; line-height:21px; font-weight:normal;}
.main_content p	a								{ display:inline-block; text-align:center; color:#58595b; font-weight:normal; text-decoration:underline;}
.main_content p	a:hover							{ text-decoration:underline;}

.block_content									{ padding:57px 20px 60px 20px; width:995px; margin:0 auto; box-sizing:border-box;}
.block_content ul								{ display:inline-block; width:100%; margin:0; padding:0; list-style:none;}
.block_content ul li							{ width:298px; float:left; background:#fff; margin:0 30px 0 0; padding:0 0 15px 0;}
.block_content ul li img						{ display:block;} 
.block_content ul li h5							{ display:block; margin:0; padding:18px 15px 10px 15px; color:#58595b; font-size:0.938em; line-height:18px; font-weight:normal;}
.block_content ul li p							{ display:block; margin:0 0 27px 0; padding:0 15px 0 15px; color:#58595b; font-size:0.813em; line-height:20px; font-weight:normal;}
.block_content ul li a							{ display:block; margin:0 14px 0 0; padding:6px 0 7px 0; color:#ffffff; font-size:0.750em; line-height:15px; font-weight:normal; font-family: 'CenturyGothicBold'; text-align:center; background:#182f7c; width:90px; border-radius:8px; float:right; text-decoration:none;}

.price											{ padding:62px 0 0 0; width: 868px; margin: 0 auto;}
.price_block									{ border-top:3px solid #182f7c; margin: 45px 0 0 0; padding: 40px 0 0 0;}
.price_block ul									{ display:inline-block; width:100%; margin:0; padding:0; list-style:none;}
.price_block ul li 								{ display:inline-block; float:left; width:412px; margin:0 44px 0 0; padding:0 0 43px 0;}
.price_block ul li img							{ width:100%; height:auto; display:block; padding:0 0 16px 0;}
.price_block ul li h4							{ display:block; float:left; margin:0; padding:8px 10px 0 0; color:#182f7c; font-size:0.938em; line-height:18px; font-weight:normal; letter-spacing: 1px;    word-spacing: 3px;}
.price_block ul li a							{ display:block; float:right; margin:0 2px 0 0; padding:7px 0 7px 0; color:#ffffff; font-size:0.750em; line-height:14px; font-weight:normal; font-family: 'CenturyGothicBold'; width:91px; background:#182f7c;border-radius:8px; text-decoration:none; text-align:center;}  

.aboutus_content								{ padding:52px 0 24px 0;}
.content 										{ padding:0 0 62px 0;}
.content img									{ display:block; float:left; width:34%; height:auto;}
.content .text									{ float:right; width:63.6%; text-align:left; }
.content .text h4								{ text-align:left; color:#182f7c; font-size:0.938em; line-height:15px; padding:0 0 8px 0; letter-spacing: 1px;}
.content .text p								{ display:block; text-align:left; font-size:0.750em; line-height:24px;}

.contact_block									{ padding:72px 0 75px 0;}
.contact_block ul								{ display:inline-block; width:100%; margin:0; padding:0;}
.contact_block ul li							{ width:48.2%; float:left; margin:0 0 20px 0 !important; padding:0;}
.contact_block ul li label						{ display:block; margin:0; padding:0 0 5px 0; color:#58595b; font-size:0.813em; line-height:15px; font-weight:normal;}
.contact_block ul li label img					{ display:inline-block; width:auto; padding:0; margin:0;}
.contact_block ul li input[type='text']			{ display:block; background:#f1f1f1; border:none; outline:none; color:#58595b; font-size:0.813em; line-height:33px; font-weight:normal; width:100%; padding:0 15px ; box-sizing:border-box; box-shadow:none; height:33px;}
.contact_block ul li input[type='tel']			{ display:block; background:#f1f1f1; border:none; outline:none; color:#58595b; font-size:0.813em; line-height:33px; font-weight:normal; width:100%; padding:0 15px ; box-sizing:border-box; box-shadow:none; height:33px;}
.contact_block ul li input[type='email']			{ display:block; background:#f1f1f1; border:none; outline:none; color:#58595b; font-size:0.813em; line-height:33px; font-weight:normal; width:100%; padding:0 15px ; box-sizing:border-box; box-shadow:none; height:33px;}

.contact_block ul li textarea					{ display:block; background:#f1f1f1; border:none; outline:none; color:#58595b; font-size:0.813em; line-height:15px; font-weight:normal; width:100%; padding:10px 15px ; box-sizing:border-box; height:103px;box-shadow:none;}
.contact_block ul li input[type=submit]			{ float: right; margin: 22px 0 0 0; padding: 8px 0 6px 0; color:#ffffff; font-size:0.750em; line-height:14px; font-weight:normal; font-family: 'CenturyGothicBold'; text-align:center; width:91px; border-radius:8px; background:#182f7c; border:none; box-shadow:none; outline:none; cursor:pointer;}
/***************************** Footer start here ****************************************/
.footer											{ background:#182f7c; width:1021px; margin:0 auto; padding:20px 0 25px 0;}
.footer p										{ display:block; text-align:center; margin:0; padding:0 0 25px 0; color:#ffffff; font-size:1.063em; line-height:25px; font-weight:normal;font-family: 'CenturyGothicRegularRegular';}
.footer p a										{ display:inline-block; color:#ffffff; font-size:1.063em; line-height:25px; font-weight:normal;font-family: 'CenturyGothicRegularRegular'; text-decoration:none;}
.footer p a:hover								{ text-decoration:underline;}

.copy											{}
.copy p											{ margin:0; padding:0; display:block; text-align:center; color:#ffffff; font-size:0.813em; line-height:25px; font-weight:normal;}






h1.entry-title {
    display: block;
    text-align: center;
    color: #58595b;
    font-size: 1.563em;
    line-height: 28px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 25px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 7px;
}

.new_block p								{ text-align:left; }


input#gform_submit_button_1 {
   
    margin: 22px 0 0 0;
    padding: 8px 10px;
    color: #ffffff;
    font-size: 0.750em;
    line-height: 14px;
    font-weight: normal;
    font-family: 'CenturyGothicBold';
    text-align: center;
   
    border-radius: 8px;
    background: #182f7c;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}


/***************************** changes 110/12/15 start here ****************************************/

.selectleft									{float:left;}			
.icons_right								{display:inline-block;margin:0 0% 0 0;padding:0;/*width:6.9%;*/ float:left;}
.icons_right ul								{display:inline-block;float:left; margin:0; padding:6px 0 0 14px;}
.icons_right ul li							{display:inline-block;position:relative;margin:0 3px 0 0;}
.icons_right ul li a						{display:inline-block;color:#ffffff;font-size:30px;font-family: 'Raleway', sans-serif;font-weight:700;}

.icons_right ul li a sup					{position:absolute;top:1px;right:-5px;font-size:16px;}
.icons_right ul li a sub					{position:absolute;top:-6px;right:-5px;font-size:0.938em;}
.icons_right ul li a.class1					{font-size:1.000em;}
.icons_right ul li a.class2					{font-size:1.500em;}
/***************************** changes 110/12/15 end here ****************************************/

/***************************** Gravity Forms Email Box start here ****************************************/
@media only screen and (min-width: 641px) {
	body .gform_wrapper .ginput_complex .ginput_left, body .gform_wrapper .ginput_complex .ginput_right {
	    display: block;
	}
}
/***************************** Gravity Forms Email Box finishes here ****************************************/

