/*
	Theme Name: Levys' Unique New York
	Description: Custom theme created for Levys' Unique New York.
	Author: Rowboat Media
	Author URI: http://www.rowboatmedia.com/
 
	Version: 1.0
 
	Template: genesis
	Template Version: 1.9
*/


/*
  Defaults
---------------------------------------------------------------------------------------------------- */

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background-color: #fff;
	line-height: 1;
}

body,
input,
select,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}


/*
  WordPress fixes
---------------------------------------------------------------------------------------------------- */

#wpadminbar li:hover ul ul {
	left: 0;
}
 

/*
  Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;;
	color: #423A3A;
}

a {
	color: #0867B3;
}
a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0867B3;
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
}

h1 {
	font-size: 36px;
	font-size: 2.25rem;
}
h2 {
	font-size: 30px;
	font-size: 1.875rem;
}
h3 {
	font-size: 24px;
	font-size: 1.5rem;
}
h4 {
	font-size: 20px;
	font-size: 1.25rem;
}
h5 {
	font-size: 18px;
	font-size: 1.125rem;
}
h6 {
	font-size: 16px;
	font-size: 1rem;
}

h2 a {
	color: #F15A2A;
	text-decoration: none;
}
h2 a:hover {
	color: #0867B3;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

input,
select,
textarea,
.btn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-size: 0.875rem;
	color: #999;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd inset;
	padding: 12px;
	padding: 0.75rem;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	padding: 12px 24px;
	padding: 0.75rem 1.5rem;
	width: auto;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border: none;
	background: #1b75bc;
	background: -moz-linear-gradient(top,  #1b75bc 0%, #055ea4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b75bc), color-stop(100%,#055ea4));
	background: -webkit-linear-gradient(top,  #1b75bc 0%,#055ea4 100%);
	background: -o-linear-gradient(top,  #1b75bc 0%,#055ea4 100%);
	background: -ms-linear-gradient(top,  #1b75bc 0%,#055ea4 100%);
	background: linear-gradient(to bottom,  #1b75bc 0%,#055ea4 100%);
	box-shadow: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #ff2a00;
}


/*
  Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 0.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 0.5rem 1.5rem;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.avatar {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #B9B3AE;
}

/* Responsive Video ----------- */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
  Forms & Buttons
---------------------------------------------------------------------------------------------------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}

.gform_wrapper ul.gfield_radio li input[value="gf_other_choice"] {
	float: none;
}
.gfield_radio input[type="text"] {
	width: 47%;
}


/*
  Grids
---------------------------------------------------------------------------------------------------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}


/*
  Layout
---------------------------------------------------------------------------------------------------- */

body {
	background-color: #0E4978;
}

.wrap {
	margin: 0 auto;
	max-width: 960px;
	width: auto;
}

#inner,
#content {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#inner {
	clear: both;
	overflow: hidden;
}

#content-sidebar-wrap {
	margin-bottom: 20px;
}

.sidebar {
	margin-top: 20px;
	width: 31.25%; /* 300px */
}

.content-sidebar #content,
.sidebar-content #content {
	padding: 10px;
	margin-top: 20px;
	width: 67.70833333333334%; /* 650px */
}

.full-width-content #content {
	width: 100%;
}

#content,
.sidebar-content #sidebar {
	float: left;
}

.sidebar,
.sidebar-content #content {
	float: right;
}

/* Clearfix */
.cf:before,
.cf:after,
#content-sidebar-wrap:before,
#content-sidebar-wrap:after {
    content: " ";
    display: table;
}
.cf:after,
#content-sidebar-wrap:after {
    clear: both;
}
.cf,
#content-sidebar-wrap {
    *zoom: 1;
}


/*
  Header
---------------------------------------------------------------------------------------------------- */

#top {
	background-color: #DE4B0A;
	color: white;
	font-weight: bold;
	font-size: 24px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
}

#header {
	background: #FCA90B url(images/header-repeat.png) repeat-x center bottom;	
	overflow: hidden;
}
#header .wrap {
	max-width: 1000px;
	position: relative;
}
#header .header-image,
#header .header-image img {
	display: block;
}

#header .secret-link {
	display: block;
	width: 55px;
	height: 132px;
	position: absolute;
	left: 66px;
	bottom: 35px;
}


/*
  Menu
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}
.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}
.genesis-nav-menu a {
	display: block;
	position: relative;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}
.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}
.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

.genesis-nav-menu li li {
	display: block;
	float: none;
}
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
	padding: 1.25rem;
	line-height: 18px;
	letter-spacing: 1px;
	position: relative;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 250px;
	z-index: 99;
}
.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}
.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}
ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}


/*
  Primary Menu
---------------------------------------------------------------------------------------------------- */

#nav {
	-webkit-border-radius: 0px 0px 2px 2px;
            border-radius: 0px 0px 2px 2px;

	background: #dd420a;
	background: -moz-linear-gradient(top,  #dd420a 0%, #df5e0a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd420a), color-stop(100%,#df5e0a));
	background: -webkit-linear-gradient(top,  #dd420a 0%,#df5e0a 100%);
	background: -o-linear-gradient(top,  #dd420a 0%,#df5e0a 100%);
	background: -ms-linear-gradient(top,  #dd420a 0%,#df5e0a 100%);
	background: linear-gradient(to bottom,  #dd420a 0%,#df5e0a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd420a', endColorstr='#df5e0a',GradientType=0 );
}

.genesis-nav-menu.menu-primary {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.genesis-nav-menu.menu-primary > li {
	-webkit-flex: auto;
	-moz-flex: auto;
	-ms-flex: auto;
	flex: auto;
}

.genesis-nav-menu.menu-primary a {
	font-size: 12px;
	font-size: 0.75rem;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
}

.genesis-nav-menu.menu-primary a:hover {
	color: #89C5F4;
}

.genesis-nav-menu.menu-primary > li > a {
	line-height: 32px;
	padding: 0 20px;
	border-right: 1px solid #ff9302;
}
.genesis-nav-menu.menu-primary > li:last-child > a {
	border-right: none;
}

.post-type-archive-tour .genesis-nav-menu.menu-primary .menu-item-638 > a,
.genesis-nav-menu.menu-primary .current-menu-item > a {
	background: #f35f05;
	background: -moz-linear-gradient(top,  #f35f05 0%, #f38d05 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f35f05), color-stop(100%,#f38d05));
	background: -webkit-linear-gradient(top,  #f35f05 0%,#f38d05 100%);
	background: -o-linear-gradient(top,  #f35f05 0%,#f38d05 100%);
	background: -ms-linear-gradient(top,  #f35f05 0%,#f38d05 100%);
	background: linear-gradient(to bottom,  #f35f05 0%,#f38d05 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f35f05', endColorstr='#f38d05',GradientType=0 );
}

.genesis-nav-menu.menu-primary li li a, 
.genesis-nav-menu.menu-primary li li a:link, 
.genesis-nav-menu.menu-primary li li a:visited {
	padding: 10px 20px;
	border: none;
	background-color: #df5e0a;
}


/*
  Content
---------------------------------------------------------------------------------------------------- */

#inner {
	background: #89C5F4 url(images/inner-repeat.png) repeat-x left top;
}

#content {
	border: 1px solid #fff;
	background-color: #fff;
	-webkit-border-radius: 8px;
            border-radius: 8px;
}

.hfeed > .entry,
.page .hfeed > .post.entry {
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
	background-color: #fffbf2;
	border: 4px solid #50a4e4;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}

.hfeed > .entry:last-child,
.page .hfeed > .post.entry:last-child {
	margin-bottom: 0;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-title {
	margin-bottom: 0;
	padding: 6px 0 6px 90px;
	line-height: 1.3;
	color: #F15A2A;
	background: url(images/entry-title-icon.png) no-repeat left top;
}

.entry-content {
	overflow: hidden;
	padding-top: 16px;
	padding-top: 1rem;
	border-top: 4px solid #50a4e4;
}

.entry-content,
.entry-content p {
	line-height: 1.625;
}

.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}


/* Post Info & Meta ----------- */

.post-info {
	text-align: right;
	padding: 6px 0 6px 90px;
	line-height: 1.625;
}


/* Author Box ----------- */

.author-box {
	background-color: #f5f5f5;
	border: 1px solid #B9B3AE;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}

.author-box,
.author-box h1 {
	line-height: 1.5;
}

.author-box .avatar {
	float: left;
	margin-right: 20px;
}


/* Post Actions & Share ----------- */

.post-actions {
	padding-top: 10px;
	clear: both;
	text-align: right;
	border-top: 1px solid #B9B3AE;
}
.post-actions a {
	display: inline-block;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.share-buttons {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #B9B3AE;
}

.share-buttons .button {
	float: right;
	margin-left: 15px;
}


/* Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}


/*
  Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/*
  Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
	display: inline-block;
}

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

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #423A3A;
	background-color: #E8E3D9;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	color: #fff;
	background-color: #50A4E3;
}


/*
  Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.comment-list {
	padding: 10px;
	background-color: white;
	border: 1px solid #89C5F4;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	padding: 32px;
	padding: 1rem 1rem 0.5rem 1rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.comment-list li:last-child,
.ping-list li:last-child {
	margin-bottom: 0;
	margin-bottom: 0;
}

.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #FFFBF3;
	border: 1px solid #B9B3AE;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

#comments .navigation {
	display: none;
	margin-top: 32px;
	margin-top: 2rem;
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #B9B3AE;
}

.comment-author .fn {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
}

.comment-meta a {
	color: #888;
	text-decoration: none;
}
.comment-meta a:hover {
	text-decoration: underline;
}


/*
  Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar .widget {
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: white;
	border: 4px solid #50A4E4;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}
.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widget .widget-wrap {
	padding: 5px;
}

.sidebar .widgettitle {
	margin-bottom: 0;
	padding: 6px 0 6px 90px;
	line-height: 46px;
	background: url(images/entry-title-icon.png) no-repeat left top;
}

.sidebar .widget.dark-widget {
	border-color: #0d548a;
	background-color: #0867b3;
}

.sidebar .widget.dark-widget .widgettitle {
	color: #c4e3fb;
	background: url(images/entry-title-icon-dark.jpg) no-repeat left top;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

/* Search Widget ----------- */

.search-widget input[type="text"] {
	width: 64%;
	background-position: 8px 50% !important;
	background-position: 0.50rem 50% !important;
	padding: 8px !important;
	padding: 0.50rem !important;
}

.search-widget input[type="submit"] {
	width: 34%;

	padding: 8px 0 !important;
	padding: 0.50rem 0 !important;

	border: 1px solid #469ae0;
	background: #86c3f2;
	background: -moz-linear-gradient(top,  #86c3f2 0%, #096abb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86c3f2), color-stop(100%,#096abb));
	background: -webkit-linear-gradient(top,  #86c3f2 0%,#096abb 100%);
	background: -o-linear-gradient(top,  #86c3f2 0%,#096abb 100%);
	background: -ms-linear-gradient(top,  #86c3f2 0%,#096abb 100%);
	background: linear-gradient(to bottom,  #86c3f2 0%,#096abb 100%);
}


/* Tours Carousel Widget ----------- */

.sidebar .tours-carousel-widget {
	padding: 0;
}

.sidebar .tours-carousel {
	height: 178px;
}

.sidebar .tours-carousel ul li {
	margin-bottom: 0;
}

.sidebar .tours-carousel .slides li {
	position: relative;
}

.sidebar .tours-carousel p {
	position: absolute;
	margin-bottom: 0;
	padding: 5px;
	line-height: 1;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
}


/* Social Widget ----------- */

.social-icons {
	text-align: center;
}
.social-icons a {
	display: inline-block;
	margin: 0 5px;
	text-decoration: none;
}

#CDSWIDCOE {
	margin-bottom: 0 !important;
}


/* Newsletter Widget ----------- */

.newsletter-widget label {
	display: none;
}

.newsletter-widget input[type="text"] {
	width: 58%;
}
.newsletter-widget input[type="submit"] {
	width: 40%;
	padding-left: 0;
	padding-right: 0;
}


/* Featured posts Widget ----------- */

.featuredpost h2,
.widget_ultimate_posts .post-title {
	display: block;
	line-height: 1.2;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
}
.featuredpost h2 a,
.widget_ultimate_posts .post-title {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	color: #423A3A;
	text-decoration: none;
}
.featuredpost h2 a:hover,
.widget_ultimate_posts .post-title:hover {
	text-decoration: underline;
}

.widget_ultimate_posts .post-date {
	font-size: 12px;
	font-size: 0.75rem;
}

.featuredpost .entry,
.widget_ultimate_posts li {
	padding-top: 10px;
	margin-bottom: 0;
	border-top: 1px solid #B4B0AC;
}

.featuredpost p,
.widget_ultimate_posts p {
	margin-bottom: 10px;
}

.featuredpost .entry-image,
.widget_ultimate_posts .upw-image {
	margin-right: 10px;
	float: left;
}
.widget_ultimate_posts .upw-image img {
	width: 90px;
	height: 90px;
}

.featuredpost .more-link,
.widget_ultimate_posts .more-link {
	display: block;
}


/*
  Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	color: #BCDDF8;
	clear: both;
}
#footer .wrap {
	overflow: hidden;
	padding: 48px 0;
	padding: 3rem 0;
}

#footer a {
	color: #BCDDF8;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#nav-footer {
	text-align: center;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}
#nav-footer li {
	display: inline-block;
	float: none;
	border-right: 1px solid #BCDDF8;
}
#nav-footer li:last-child {
	border-right: none;
}
#nav-footer a {
	font-size: 12px;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 15px;
	line-height: 1.2;
}

#footer .copyright {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.625;
	text-align: center;
}


/*
  Home
---------------------------------------------------------------------------------------------------- */

.home .hfeed > .entry {
	margin-bottom: 20px;
	border-color: #DF5E0A;
}
.home .entry-content {
	border-top-color: #DF5E0A;
}
.home .entry-content p:last-child {
	margin-bottom: 10px;
}


/* Home Widgets ----------- */

#home-widgets {
	display: block;
	width: auto;
	float: none;
	margin: 0;
}
#home-widgets .widget {
	float: right;
	padding: 0;
	width: 48%;
	min-height: 780px;
}
#home-widgets .widget-left,
#home-widgets .widget:first-child {
	float: left;
}

#home-widgets .tour-guide-academy.widget .widget-title {
	line-height: 1.7;
}

.home-widget {
	margin-bottom: 20px;
}

.rm-home-widgets .widget-title {
	text-align: center;
}

.facebook-widget,
.facebook-widget > span,
.facebook-widget > span > iframe {
	max-width: 500px;
	width: 100%;
}

.facebook-widget {
	display: block !important;
	margin: 0 auto 20px;
}

.group-picture {
	border-radius: 6px;
}


/*
  Tours
---------------------------------------------------------------------------------------------------- */

.tour-teaser {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.tour-teaser.first {
	clear: left;
}

.tour-teaser h3 {
	font-size: 20px;
	font-size: 1.25rem;
}
.tour-teaser h3 a {
	text-decoration: none;
}

.tour-teaser .wp-post-image {
	display: block;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.type-tour .post-info,
.tour-category .post-info {
	padding-left: 0;
	text-align: left;
}

/* Tour photos carousel ----------- */

#tour-photos-carousel {
	background-color: none;
	border: none;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

#tour-photos-carousel ul {
	list-style-type: none;
	margin: 0;
}
#tour-photos-carousel ul li {
	margin: 0;
	line-height: 0;
}

#tour-photos-carousel p {
	margin-bottom: 0;
	padding: 5px;
	line-height: 1.2;
	min-height: 67px;
	background-color: #f7e8c9;
}

#tour-photos-carousel .slides li {
	margin-right: 7px;
}
#tour-photos-carousel .slides li:last-child {
	margin-right: 0;
}


/* Tour heads ----------- */

.tour-heads {
	clear :both;
	overflow: hidden;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
	border-top: 1px solid #B9B3AE;
	border-bottom: 1px solid #B9B3AE;
}

.tour-heads a {
	background:url(images/heads.png) no-repeat left top;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	width:135px;
	height:104px;
	display: inline-block;
	margin:0 8px;
}
.tour-heads span {
	display: inline-block;
}
.tour-heads a.student {
	background-position:-150px top;
	width:125px;
}
.tour-heads a.corporate {
	background-position:-285px top;
}
.tour-heads .private a {
	background-position:-432px top;
	width:125px;
	margin-right:0;
}


/*
  Search Results
---------------------------------------------------------------------------------------------------- */

#cse-search-results iframe {
	width: 600px !important;
	height: 1260px !important;
}


/*
  Media Queries
---------------------------------------------------------------------------------------------------- */


/* Responsive Helpers ----------- */

.show-mobile {
	display: none;
}


/* Queries ----------- */

@media only screen and (max-width: 960px) {
	/* Header */
	#header .header-image {
		width: 110%;
		margin-left: -5%;
		max-width: none;
	}

	#header .secret-link {
		left: 20px;
	}

	/* Menus */
	#nav {
		padding: 10px;
	}
	#nav-footer {
		padding: 0 10px;
	}

    #menu-main,
    #menu-footer { 
    	display: none 
    }

    /* Layout */
	#content-sidebar-wrap {
		padding: 0 10px; 
		float: none;
	}

	/* Plugins */
	.tinynav { 
		display: block 
	}

	.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
	.flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

@media only screen and (max-width: 820px) {
	/* Header */
	#header .header-image {
		width: 140%;
		margin-left: -20%;
		max-width: none;
	}
	
	/* Menus */
	.genesis-nav-menu {
		text-align: center;
	}
	.genesis-nav-menu li {
		float: none;
	}
	.genesis-nav-menu a {
		padding: 20px 16px;
		padding: 1.25rem 1rem;
	}

	/* Forms */
	.gform_wrapper .gform_body .gform_fields.top_label .gfield input, 
	.gform_wrapper .gform_body .gform_fields.top_label .gfield select {
		width: 100%;
	}

	.gform_wrapper .gform_body .gform_fields.top_label ul.gfield_radio li input+input {
		width: 80%;
	}

	/* Layout */
	.wrap,
	#inner,
	#wrap .sidebar,
	#wrap #content {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	/* Header */
	#top {
		font-size: 18px;
		font-size: 1.125rem;
	}
	#header .header-image {
		width: 180%;
		margin-left: -40%;
		max-width: none;
	}

	/* Home page */
	#home-widgets .widget {
		float: none;
		width: auto;
		min-height: 0;
	}

	/* Grids */
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	/* Responsive Helpers */
	.show-mobile {
		display: block;
	}
	.hide-mobile {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	/* Typography */
	html {
		font-size: 87.5%; /* 14px base */
	}
	h1 {
		font-size: 30px; 
		font-size: 1.875rem;
	}
	h2 {
		font-size: 24px;
		font-size: 1.5rem;
	}
}


/*
  Plugins
---------------------------------------------------------------------------------------------------- */

/*
 * TinyNav
 */

.tinynav { 
	display: none;
	margin: 0;
}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 /* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	background: #fff; 
	border: 4px solid #fff; 
	position: relative; 

	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px; 

	zoom: 1;
}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}