/*
Theme Name: bd_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bd_theme
Tags:

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.

bd_theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize





--------------------------------------------------------------*/



.mast-materials{	
	position:absolute;
	top:60px;
	width:200px;
	right:15px
}


.social-icons-home{
background:rgba(255,255,255,0.85);
width:100%;
float:left;

}


.newsletter-signup{
	background:#404040;
	color:#fff;
	border-radius:0px 0px 5px 5px;
	width:100%;
	margin:0;
	text-align:center;
	padding:5px 0;
	float:left;
}

.newsletter-signup a{
color:#fff;
}

#featured-slider-container{
width:100%;

float:left;
	
}


.slide-container{
position:relative;
width:100%;
height:100%;
display:block;	
}

.slide-container a{
width:100%;
height:100%;
display:block	
}

.featured-slider-text{
position:absolute;
left:0;
background:rgba(255,255,255,0.8);	
bottom:0;
height:140px;
width:100%;
}



.featured-slider-text a{
width:100%;
height:100%;
display:block	
}


/*CITY GUIDE TEST*/
.segmenter {
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.segmenter__image {
	width: 100%;
	display: block;
}

.segmenter__background,
.segmenter__pieces,
.segmenter__piece-wrap,
.segmenter__piece-parallax,
.segmenter__piece {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.segmenter__piece-parallax {
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

.segmenter__pieces {
	-webkit-perspective: 400px;
	perspective: 400px;
}

.segmenter__background,
.segmenter__piece {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.segmenter__shadow {
	position: absolute;
	opacity: 0;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
}

/* Individual shadow styles */
.demo-1 .segmenter__shadow {
	box-shadow: 0px 20px 50px rgba(18, 20, 28, 0.61);
}

.demo-2 .segmenter__shadow {
	box-shadow: 10px 10px 30px rgba(43, 27, 19, 0.95);
}

.demo-3 .segmenter__shadow {
	border: 7px solid rgba(255,255,255,0.7);
	box-shadow: none;
}

.demo-3 .segmenter__shadow::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	width: 100%;
	height: 100%;
	box-shadow: -5px -5px 30px rgba(0, 0, 0, 0.7);
}

.demo-4 .segmenter__shadow {
	box-shadow: 8px 8px 30px rgba(15, 32, 38, 0.35);
}

.demo-5 .segmenter__shadow {
	box-shadow: 0px 18px 29px rgba(4, 19, 22, 0.65);
}

.demo-6 .segmenter__shadow {
	box-shadow: 2px 20px 35px rgba(25, 23, 20, 0.75);
}

.trigger-headline {
	top: 0;
	left: 0;
	position: absolute;
	font-size: 6vw;
	
	pointer-events: none;
	line-height: 1;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.trigger-headline span {
	display: inline-block;
	position: relative;
	padding: 0 5vw;
	-webkit-transition: opacity 2s, -webkit-transform 2s;
	transition: opacity 2s, transform 2s;
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.js .trigger-headline--hidden span {
	pointer-events: none;
	opacity: 0;
}

.js .trigger-headline--hidden span:nth-child(1) {
	-webkit-transform: translate3d(-100px,0,0);
	transform: translate3d(-100px,0,0);
}

.js .trigger-headline--hidden span:nth-child(2) {
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

.js .trigger-headline--hidden span:nth-child(3) {
	-webkit-transform: translate3d(-25px,0,0);
	transform: translate3d(-25px,0,0);
}

.js .trigger-headline--hidden span:nth-child(4) {
	-webkit-transform: translate3d(25px,0,0);
	transform: translate3d(25px,0,0);
}

.js .trigger-headline--hidden span:nth-child(5) {
	-webkit-transform: translate3d(50px,0,0);
	transform: translate3d(50px,0,0);
}

.js .trigger-headline--hidden span:nth-child(6) {
	-webkit-transform: translate3d(100px,0,0);
	transform: translate3d(100px,0,0);
}





.video-meta{
float:left;
width:100%;
margin-top:10px;	
}

.video-meta p{
color:#fff;
}

.video-container p{
color:#fff;	
}

.date{
color:#fcb800;
margin-bottom:2px;	
}


.city-guide-logo{
	background: rgba(0, 0, 0, 0) url("assets/bd-logo-old.png") no-repeat scroll 0 0;
    border-radius: 100px;
    
    height: 200px;
    overflow: hidden;
    text-indent: -9999px;
    width: 200px;
}

@font-face {
    font-family: 'roboto_slabbold';
    src: url('fonts/RobotoSlab-Bold-webfont.eot');
    src: url('fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoSlab-Bold-webfont.woff') format('woff'),
         url('fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'),
         url('fonts/RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


.list__text{
font-family: 'roboto_slabbold';
color:#fff;
}

.museo-slab-bold{
font-family: 'Roboto Slab', sans-serif;	
font-weight:bold;	
}

.the-orange{
	color:#fcb800;
}


.article-container-city-guide h3{
font-family: 'Roboto Slab', sans-serif;	
font-weight:bold;	
}

.article-container-city-guide p{
	line-height:23px !important;
	font-weight:300;
	font-size:1.1em;
}

.parent-element {
    position: relative;
    transform-style: preserve-3d;
}

.element {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.city-guide-header{
	width:100%;
	padding:40px 30px;
	/*background:rgba(0,0,0,0.4);*/
}

.city-guide-header h1{
text-align:center;
color:#fff;
font-family: 'Roboto Slab', sans-serif;	
font-size:5em;
text-shadow: 4px 4px #ff0000;
}

.city-guide-standfirst p{
color:#f49b1c;
font-size:1.5em;

}

.home-container{
margin-bottom:10px;	
padding-bottom:10px;

}

.home-container-inner{
/*border-bottom:2px solid #fcb800;
display:block;
width:100%;
height:100%;*/
}

.light-grey{
background:#eeeeee;
}

.mob-mast{
background:#fff;

}

.awards-nomination{
float:left;
	
}

.article-container-awards{
background:rgba(255,255,255,0.9);
}


#masthead-mob h3{
border-top:1px solid #ccc;
border-bottom:1px dashed #ccc;
padding:10px 15px;	
margin-bottom:30px;
}

.posts-navigation{
width:100%;
float:left;	
}

.lity {
    
    background: rgba(0,0,0,0.5) !important;
    
}



.nf-form-title{
padding:0;
margin:0;
position:absolute;
top:0;	
left:0;
width:100%;
text-align:center;
font-family:"Raleway", sans-serif;
background:#FC8B00;
color:#fff;
font-weight:lighter;
}

.nf-form-title h3{
margin:10px 0;	
}

#nf-form-2-cont{
margin-top:20px;	
}

#newsletter_signup{
padding:3em 4em;
position:relative;
	
}

#newsletter_signup label{
	text-transform:uppercase;
	font-family:"Open Sans", sans-serif;
	font-weight:lighter;
}

.nf-element[type="button"]{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 0.8em;
    margin: 0 auto;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
}


.jump-to-comments{
cursor:pointer;	
}

.pull-left{
	color:#fff;
}

.full {
    width: 100%;	
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #e2e2e2;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #FC8B00;
	color: #333;
	font-size: 18px;
	font-weight: lighter;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
	font-family:"Open Sans", sans serif;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
	font-family:"Open Sans", sans serif;
	
}
.footer a {
	color: #78828D
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 30px;
    margin-top: 5px;
    padding: 4px;
    width: 99%;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #404040;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}




.search-result{
	border-bottom: 1px solid #ccc;
    float: left;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

.search-result:hover{
background:#e2e2e2;	
}

.entry-header-search{
font-family:"Raleway", sans-serif;
font-weight:lighter;

}

.entry-header-search h3{
margin:0;
padding:0;	
}

.entry-header-search a, .entry-header-search a:visited
{
color:#FC8B00 !important;
}

.entry-meta-search{
font-family:"Open Sans", sans-serif;
font-weight:lighter;
text-transform:uppercase;
font-soze:0.8em;	
}

.page-title{
	border-bottom: 1px dashed #ccc;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    margin:0;
	padding:0 0 10px;
    text-transform: uppercase;
    width: 100%;	
}

.nav-links span:hover{
	background:#e2e2e2;
}

.article-content h3 a{
color:#999;	
font-family:"Open Sans", sans-serif;
font-weight:lighter;

}

.comment{
padding:10px;
margin-bottom:10px;	
}

.odd{
background:#fff;	
}

.even{
background:#e2e2e2;	
}

.sub-bar{
background:#e2e2e2;	
float:left;
width:100%;
}


.social-icons-home-bar ul{
	display: inline-block;
    float: left;
    height: 50px;
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px;
}

.social-icons-home-bar li{
float: left;
    
    padding: 13px 15px;
	border-left:1px solid #ccc;
}

.social-icons-home-bar li:hover {
background:	#FC8B00;
}


.social-icons-home-bar li:hover i{

color:#666;	
}

.social-icons-home-bar li:last-child{
border-right:1px solid #ccc;	
}

.social-icons-home-bar i{
font-size:1.5em;
color:#aaaaaa;	
}






.social-icons-home ul{
padding:0;
margin: 0;
display:inline-block;	
width:100%;
list-style-type:none;
}

.social-icons-home li {
    float: left;
  
    padding: 8px 15px 4px;
    text-align: center;
   
}

.social-icons-home i{
font-size:1.5em;
color:#aaaaaa;	
}

.social-icons-home i:hover{

color:#666;
}

.newsletter-signup a{
color:#fff;
text-decoration:none;
text-transform:uppercase	
}

.newsletter-signup a:hover{
text-decoration:none;
color:#e2e2e2;
}

.comment-author{
width:50%;
float:left;
	
}

.comment-metadata{
width:50%;
float:right;	
}

.says{
display:none;	
}

.fn{
font-weight:400;
	
}

.comments-title{
	font-size:1em;
	font-family:"Open Sans",sans-serif;
	font-weight:lighter;
	text-transform:uppercase;
	color:#aaaaaa;
	
}

.comment-list{
margin:0;
padding:0;	
list-style-type:none;
}

.comment-reply-title{
display:none;	
}

.comment-notes{
display:none;	
}

.comment-form label{
text-transform:uppercase;
font-weight:lighter;
color:#666;	
}


.comment-form input{
width:100%;	
}

#submit{
background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    font-size: 0.8em;
    margin: 0 auto 0 25%;
    padding: 9px 4px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
	
}

#submit:hover{
background:#ccc;
}


.blank-column{
height:100%;
display:block;	
}

.social-media{
height:100%;
display:block;	
}


.mob-mast{
/*background:#e2e2e2;*/
border-bottom:1px solid #ccc;
float:left;
width:100%;
text-align:center;
margin:0 auto;
padding:2em 0.5em;	
}

.mob-mast-home{
/*background:#e2e2e2;*/
border-bottom:1px solid #ccc;
float:left;
width:100%;
text-align:center;
margin:0 auto;
padding:2em 0.5em;	
}



.profile-container-mob {
    display: block;
    min-height: 350px;
    height:100%;
	overflow: hidden;
    position: relative;
    width: 100%;
}

.profile-overlay-mob {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    min-height:350px;
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.profile-overlay-mob h3{
	color:#fff;
	text-align:center;
	padding:0 10px;
}

.profile-overlay-mob p{
	
	color:#fff;	
	text-align:center;
	padding: 10px 10px;
}


.unslider-nav{
	    
    	padding: 10px 0 12px;
}

.featured-slider{
	display:none;
}

.mobile-slider{
	display:none;
}





.mag-holder a:hover{
	text-decoration:none;
}

.featured-slider{
padding-bottom:10px;	
}

.unslider{
padding: 0 0 10px !important;	
}

.cd-logo{
    /*margin-top: 5px;
    padding-left: 1%;*/
    float: left;	
}

.cd-header-buttons {
  position: absolute;
    display: inline-block;
    top: 8px;
    right: 1%;
}
.cd-header-buttons li {
  display: inline-block;
}


.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #2e3233;
}
.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #fff;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #fff;
}
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #fff;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 60px;
  right: -260px;
  /*height: 100%;*/
  width: 260px;
 background: #404040;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 200;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  
}

.mob-nav{
	height:60px;
    box-shadow:0 1px 7px #999
}

.mob-link{
	font-family: 'Open Sans', sans-serif;
	font-weight:1em;
	text-transform:uppercase;
	    text-align: center;
}


.mob-link a:visited, .mob-link a{
color:#fff;

/*background:	#fff;*/
}

.mob-link a:hover{
text-decoration:none;	
}

.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  /*color: #666;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #e2e2e2;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}


.navbar{
border:none !important;
border-width:0 !important;	
}

.nav-link{
color:#fff;	
}

.nav-link a {
    float:left;
    display: block;
    color: white !important;
    text-align: center;
    padding: 15px 16px;
    text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}


.nav-link a:hover {
background:#fff;	
color:#FC8B00 !important;
text-decoration:none;
}


.nav-selected a{
background:#fff;
color:#FC8B00 !important;	
}





.full-width-boxout {
    background: #f5f5f5 none repeat scroll 0 0;
    border-top: 5px solid #f49b1c;
    
    padding: 15px 10px;
}

.full-width-boxout h3{
font-family:"Raleway", sans-serif;
font-weight:normal;
font-size:1.5em;	
color:#f49b1c;
}

.full-width-boxout strong, b{
font-size:1.1em;	
}

.stats-boxout {
    background: #f4f5f6 none repeat scroll 0 0;
    border: 5px solid #ccc;
    float: right;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 0px;
    padding: 0px 20px 5px;
    width: 250px;
}


.stats-boxout h3.number {
    font-size: 3.5em !important;
    line-height: 0.9em;
    margin-bottom: 5px;
    padding: 0;
    text-shadow: 1px 3px 0 rgba(255, 0, 0, 0.25), 1px 2px 0 rgba(0, 0, 0, 0.41);
	color: #f49b1c;
    font-weight: 700;
	
}

.info{
font-family:"Raleway", sans-serif;
font-weight:lighter;	
margin:7px 0;
}

.top-section{
float:left;
width:100%;
position:relative;	
}


.mag-holder {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    float: left;
    margin-top: 5px;
    padding:10px;
	width:100%;
}


.search-form{
float:right;
padding:10px 16px;		
}

.search-form label{
font-family:"Open Sans", sans-serif;
font-weight:lighter;
text-transform:uppercase;
margin-right:10px;
color:#FC8B00;	
}

.search-field{
background-color:#aaa;
border-radius:4px;
padding:none;

}

/*swatches*/
.dark-green{
background:#404040;	
}

.orange{
	background:#FC8B00;
}

.orange-text{
	color:#FC8B00;
}

.nav-bar-top{
width:100%;
height:50px;	
position:absolute;
top:0;
left:0;
display:block;	
}

.admin-margin{
top:32px;	
}

.top-spacer{

width:100%;
display:block;
background:none;
float:left;	
}

.middle-spacer{

width:100%;
display:block;
background:none;
float:left;	
}

.profile-spacer{
height:30px;
width:100%;
display:block;
background:none;
float:left;		
}

.masthead-container{
width:60%;
float:left;	
}

.masthead-container-home{
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    border-radius: 50%;
    float: left;
    height: 200px;
    margin-top: 10px;
    padding: 48px 25px 0 30px;
    width: 200px;
}

.site-menu{
float:left;
width:100%;	
height:50px;
}

.site-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


.site-menu li {
    float: left;
}

.site-menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}

.travel-awards-img{
	display: block;
    margin: 0 auto;
    width: 100%;
}

.travel-awards-img img{
/*width:250px;*/
margin:0 auto;	
}



.img-thumb-full{
background-size: cover;
    display: block;
    float: left;
    height: 100%;
    min-height: 356px;
    width: 100%;		
	
}


.travel-awards-home{
	
background:#006c85;
float:left;
width:100%;
height:335px;	
}



.category-h{	
padding:0;
margin:0;
font-family: 'Open Sans', sans-serif;	
}


.heavy{
font-weight:800 !important;	
}

.hr{
width:100%;
float:left;
/*border-top:1px solid #666;*/
border-top:5px solid #fcb800;
margin:0px 0 30px;	
}

.home-h{
	 float: left;
    font-family: 'Roboto Slab', sans-serif;	
    margin: 0.1em 0 0.3em;
    padding: 0;
    width: 100%;	
}

.section-headline{
float: left;
   font-family: 'Open Sans', sans-serif;
   font-weight:300;
    margin: 0;
    padding: 0;
    width: 100%;		
	text-transform:uppercase;
}

.profile-container{
width:100%;
position:relative;	
height:342px;
display:block;
overflow:hidden;
}

.profile-overlay{
position:absolute;
left:0;
top:0;
width:100%;
height:342px;

background:rgba(0,0,0,0.4);	
}

.post-category{
margin:1em auto 0;
padding:0;
text-transform:uppercase;
color:#999;
display:block;
width:100%;	
float:left;
font-family:"Open Sans", sans-serif;
font-weight:100;
}

.post-category-featured{
margin:1em auto 0;
padding:0;
text-transform:uppercase;
color:#000;
display:block;
width:100%;	
float:left;
font-family:"Open Sans", sans-serif;
font-weight:100;

}

.post-category:hover{
	text-decoration:none;
	color:#666;
}

.city-guide-container{
width:100%;
display: inline-block;
position:relative;
text-align: center;
height:auto;
box-sizing: border-box;
margin:0 auto;
padding:10px;
  }

.city-guide-container p{
padding:10px;
}

.triangle-down {
    position:absolute;
	width: 100%;
    height: 0;
    padding-left:50%;
    padding-top: 50%;
    overflow: hidden;
	top:100%;
	left:0;
}
.triangle-down:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left:-500px;
    margin-top:-500px;
    
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-top: 500px solid #fff;
}

.cgc{
padding-top:15px;	
}

.cgc:hover{
background:	 #FC8B00;
color:#fff;
}


.city-guide-container:hover > .triangle-down:after{
border-top-color: #FC8B00; 
}

.city-guide-container:hover h3 {
color:#fff;	
}

.triangle-down:hover:after {
border-top-color: #FC8B00;
}

.triangle-down:hover:after ~ h3 { color:#fff; }


.profile-gap{
width:100%;
float:left;
margin:10px 0;	
}

.profile-line{
width:70px;
height:1px;
background:#FC8B00;

text-align:center;
margin:0 auto;
display:block;	
}

.profile-overlay h3{
	color:#fff;
	text-align:center;
	padding:0 10px;
}

.profile-overlay p{
	
	color:#fff;	
	text-align:center;
	padding: 10px 10px;
}

.home-headline{
padding:0;
margin:0;
font-family: 'Roboto Slab', sans-serif;			
}

.feature-headline{
padding:0;
margin:10px 0;
font-family: 'Roboto Slab', serif;	
text-shadow:1px 1px #000;
/*text-transform:uppercase;	*/
}

.category-title{
	float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 3px 0;
    padding: 0;
    width: 100%;
    text-transform: uppercase;	
}


.nav-previous, .nav-next a{
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	text-transform:uppercase;
}


.nav-previous a:hover, .nav-next a:hover{
text-decoration:none;
}

.article-header{
padding:0;
margin:0 0 10px;
font-family: 'Roboto Slab', serif;		
}

.article-content{
	
}

.prev-page, .next-page{
	background: #666 ;
    border-radius: 50%;
    color: #fff;
    height: 25px;
    padding: 5px 6px;
    width: 25px;
}

.prev-page:hover, .next-page:hover{
background:#ccc;
color:#333;	
}

#colophon{
	background: #a6a6a6 none repeat scroll 0 0;
    float: left;
    /*height: 140px;
    padding: 25px;*/
    width: 100%;	
}

.footer-categories ul li{
	list-style-type:none;
}

.footer-category{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Open Sans", sans-serif;
	font-weight:100;
}

.footer-category:hover{
text-decoration:none;
color:#e2e2e2;
}



.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.img-thumb img{
width:100%;
}

.umbrella-corp{
position:relative;	
float:left;
width:100%;
display:block;
height:100px;
}

.umbrella-corp a{
position:absolute;
bottom:10px;
right:10px;	
}

/* Change the link color to #111 (black) on hover */
.site-menu li a:hover {
    background-color: #111;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	font-family:"Open Sans", sans-serif;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}



hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}
/* override for the feature image */
section.has-post-thumbnail.hentry {
	margin: 0 0 0.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*Let's start the media queries. I really hate media queries.

	/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
     	 .mob-mast-home{
margin-top:50px;	
}
	.mob-mast-home img{
	
width:85%;	
}
	 
	 
	 .mob-mast{
margin-top:20px;	
}
	 .mob-mast img{
	
width:85%;	
}
	 
	 .mob-menu-search{
	display:inline-block;	
	}
	 
	.sub-bar-search{
	display:none;	
	}
	 
	 .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: left;
    text-align: left;
    width: 100%;
}
	 
	 
	 .mid-size-nav{
			display:none;	
			}
	
			.full-nav{
			display:none;
				
			}
			
			.wp-caption {
    margin-left: 0%;
    margin-top: 1.5em;
}

.wp-caption-text {
    /*left: -44%;*/
    margin: 0.8075em 0;
    position: relative;
    text-align: left;
    width: 100%;
	color:#999;
}
			
			.mob-nav{
			display:block;	
			}
			
			
			.cd-primary-nav{
		right:-260px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		
  } 
		 
		 .cd-primary-nav.nav-is-visible {
    right:0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		box-shadow: 2px 2px 20px #999;
    border-top: 1px solid #e2e2e2;
  }


.img-thumb{
background-size: cover;
    display: block;
    float: left;
    height: 100%;
    min-height: 250px;
    width: 100%;	
}

#masthead{
	display:none;	
	}
	
	.mag-holder{
	display:none;	
	}
	

.section-headline{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #aaa;	
}
	
	.desktop-profiles{
display:none;
}

.mobile-profiles{
display:block;	
}

.stats-boxout {
margin-left:0px;
float:none;
}	

.mob-mast{
display:block;	
}

.mob-mast-home{
display:block;	
}

.sub-bar{
display:block;	
}

.mobile-city-guide{
display:block	
}

.city-guide-main{
display:none;	
}

.featured-slider-text{
	padding-left:15px !important;
	padding-right:15px !important;
   
}

.top-spacer{
height:0.8em;	
}

.middle-spacer{
height:0.4em;	
}


.the-latest-titles {
    border-bottom: 1px dashed #ccc;
    
    margin-bottom: 5px;
   
}

.latest-issue{
display:none;	
}

.post-nav{
	float: left !important;
    text-align: left !important;
    width: 50%;
}

.feature-headline{
	font-size:1.4em;
	margin-left:15px;	
}

.home-h{
font-size:1.2em;	
}

.city-guide-header{
	margin-top:35%;	
	}

.travel-awards-home a{
position:absolute;
}

.mast-materials{
	display:none;
}

.featured-slider-text p{
font-size:1em;	
margin-left:15px;	
}

.featured-slider-text{
position:relative;

}
	
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
	.city-guide-header{
	margin-top:35%;	
	}
		 .mob-mast-home{
margin-top:50px;	
}
	.mob-mast-home img{
	
width:65%;	
}
	
	.mob-mast{
margin-top:20px;	
}
	
	.mob-mast img{
		width:65%;
	}
	
	.mob-menu-search{
	display:none;
	}
	
	.sub-bar-search{
	display:block;	
	}
	
	 .mid-size-nav{
			display:none;	
			}
	
			.full-nav{
			display:none;
				
			}
			
			.wp-caption {
    margin-left: 0%;
    margin-top: 1.5em;
}

.wp-caption-text {
    /*left: -44%;*/
    margin: 0.8075em 0;
    position: relative;
    text-align: left;
    width: 100%;
	color:#999;
}			
			.mob-nav{
			display:block;	
			}
	
				.cd-primary-nav{
		right:-260px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		
  } 
		 
		 .cd-primary-nav.nav-is-visible {
    right:0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		box-shadow: 2px 2px 20px #999;
    border-top: 1px solid #e2e2e2;
  }
	.img-thumb{
background-size: cover;
    display: block;
    float: left;
    height: 100%;
    min-height: 350px;
    width: 100%;	
}
	
	
	#masthead{
	display:none;	
	}
	
	.mag-holder{
	display:none;	
	}
	
	.section-headline{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #aaa;	
}
	
	.desktop-profiles{
display:none;
}

.mobile-profiles{
display:block;	
}

.stats-boxout {
margin-left:20px;
float:right;
}		

.mob-mast{
display:block;	
}

.mob-mast-home{
display:block;	
}

.sub-bar{
display:block;	
}	

.mobile-city-guide{
display:block	
}

.city-guide-main{
display:none;	
}

.featured-slider-text{
	padding-left:15px !important;
	padding-right:15px !important;
   
}
.top-spacer{
height:1em;	
}

.middle-spacer{
height:0.5em;	
}

.the-latest-titles {
    border-bottom: 1px dashed #ccc;
    
    margin-bottom: 5px;
   
}

.latest-issue{
display:none;
}

 .nav-links div.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.post-nav{
	float: left !important;
    text-align: left !important;
    width: 50%;
}

.feature-headline{
	font-size:1.5em;
	margin-left:15px;	
}

.featured-slider-text{
position:relative;

}

.featured-slider-text p{
font-size:1em;	
margin-left:15px;	
}

.home-h{
font-size:1.2em;	
}


.travel-awards-home a{
position:relative;
top:0;
}

.mast-materials{
	display:none;
}

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
	 .city-guide-header{
	margin-top:0;
	}
	 .mob-mast-home{
margin-top:50px;	
}
	.mob-mast-home img{
	
width:70%;	
}
	 
	 
	 .mob-mast{
margin-top:20px;	
}
	.mob-mast img{
	
width:70%;	
}
	
	 .mid-size-nav{
			display:block;	
			}
	
			.full-nav{
			display:none;
				
			}
			.wp-caption {
    margin-left: 0%;
    margin-top: 1.5em;
}

.wp-caption-text {
    /*left: -44%;*/
    margin: 0.8075em 0;
    position: absolute;
    text-align: left;
    width: 100%;
	color:#999;
}			
			.mob-nav{
			display:none;	
			}
			
				.cd-primary-nav{
		display:none;
		right:0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		
  } 
		 
		 .cd-primary-nav.nav-is-visible {
    right:-260px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		box-shadow: 2px 2px 20px #999;
    border-top: 1px solid #e2e2e2;
  }
	
.img-thumb{
background-size: cover;
    display: block;
    float: left;
    height: 100%;
    min-height: 250px;
    width: 100%;	
}
	
	#masthead{
	display:none;	
	}
	
	.mag-holder{
	display:none;	
	}
	
	.section-headline{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #aaa;	
}
	
	.desktop-profiles{
display:none;
}

.mobile-profiles{
display:block;	
}
	

.stats-boxout {
margin-left:20px;
float:right;	
}

.mob-mast{
display:block;	
}

.mob-mast-home{
display:block;	
}

.sub-bar{
display:block;	
}

.mobile-city-guide{
display:block	
}

.city-guide-main{
display:none;	
}

.featured-slider-text{
	padding-left:15px !important;
	padding-right:15px !important;
   
}
	
.top-spacer{
height:1.5em;	
}

.middle-spacer{
height:0.75em;	
}


.the-latest-titles {
    border-bottom: 1px dashed #ccc;
    
    margin-bottom: 5px;
   
}

.latest-issue{
display:none;	
}

 .nav-links div.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.post-nav{
	float: left !important;
    text-align: left !important;
    width: 50%;
}

.feature-headline{
	font-size:2.6em;
	margin-left:15px;
}

.home-h{
font-size:1.3em;	
}

.travel-awards-home a{
position:relative;
}

.mast-materials{
	display:none;
}

.featured-slider-text p{
font-size:1.2em;
margin-left:15px;		
}
		
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
			.cd-primary-nav{
		display:none;
		right:0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		
  } 
		 
		 .cd-primary-nav.nav-is-visible {
    right:-260px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		box-shadow: 2px 2px 20px #999;
    border-top: 1px solid #e2e2e2;
  }
	 .mid-size-nav{
			display:none;	
			}
	
			.full-nav{
			display:block;
				
			}
			
			
			
			.mob-nav{
			display:none;	
			}
			
.wp-caption {
    margin-left: -50%;
    margin-top: 1.5em;
}

.wp-caption-text {
    /*left: -44%;*/
    margin: 0.8075em 0;
    position: absolute;
    text-align: left;
    width: 30%;
	color:#999;
}
			
		
 
  
  .img-thumb{
background-size: cover;
    display: block;
    float: left;
    height: 100%;
    min-height: 156px;
    width: 100%;	
}
  
	
	#masthead{
	display:block;	
	}
	
	.mag-holder{
	display:block;	
	}
	
	.section-headline{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;	
}
	
	.desktop-profiles{
display:block;	
}

.mobile-profiles{
display:none;	
}
	

.stats-boxout {
margin-left:20px;
float:right;	
}	

.mob-mast{
display:none;	
}

.mob-mast-home{
display:none;	
}

.sub-bar{
display:none;	
}

.mobile-city-guide{
display:none
}

.city-guide-main{
display:block;	
}

.featured-slider-text{
	padding-left:15px !important;
	padding-right:15px !important;
   
}


.top-spacer{
height:5em;	
}
	
.middle-spacer{
height:2em;	
}	

.the-latest-titles {
    border-bottom: none;
    
    margin-bottom: 0px;
   
}	

.latest-issue{
display:block;	
}	

 .nav-links div.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.post-nav{
	float: left !important;
    text-align: left !important;
    width: 50%;
}

.feature-headline{
	font-size:2.4em;
	margin-left:0;	
}

.home-h{
font-size:1.4em;	
}

.travel-awards-home a{
position:relative;	
}

.mast-materials{
	display:block;
}

.featured-slider-text{
position:absolute;

}

.featured-slider-text p{
font-size:1.2em;
margin-left:0;		
}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
      		.cd-primary-nav{
		display:none;
		right:0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		
  } 
		 
		 .cd-primary-nav.nav-is-visible {
    right:-260px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		box-shadow: 2px 2px 20px #999;
    border-top: 1px solid #e2e2e2;
  }    
	 .mid-size-nav{
			display:none;	
			}
	
			.full-nav{
			display:block;
				
			}
			
			.wp-caption {
    margin-left: -50%;
    margin-top: 1.5em;
}

.wp-caption-text {
    left: -44%;
    margin: 0.8075em 0;
    position: absolute;
    text-align: left;
    width: 30%;
	color:#999;
}
			
			.mob-nav{
			display:none;	
			}
			
  
  .img-thumb{
background-size: cover;
    display: block;
    float: left;
    height: 100%;
    min-height: 156px;
    width: 100%;	
}

#masthead{
	display:block;	
	}
	
	.mag-holder{
	display:block;	
	}
	
	.section-headline{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;	
}

.desktop-profiles{
display:block;	
}

.mobile-profiles{
display:none;	
}


.stats-boxout {
margin-left:20px;
float:right;	
}

.mob-mast{
display:none;	
}

.mob-mast-home{
display:none;	
}

.sub-bar{
display:none;	
}

.mobile-city-guide{
display:none
}

.city-guide-main{
display:block;	
}


.featured-slider-text{
	padding-left:15px !important;
	padding-right:15px !important;
   
}


.top-spacer{
height:5em;	
}

.middle-spacer{
height:2em;	
}

.the-latest-titles {
    border-bottom: none;
    
    margin-bottom: 0px;
   
}

.latest-issue{
display:block;	
}

  .nav-links div.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.post-nav{
	float: left !important;
    text-align: left !important;
    width: 50%;
}

.feature-headline{
	font-size:2.8em;
	margin-left:0;	
}

.home-h{
font-size:1.6em;	
}


.travel-awards-home a{
position:relative;	
}

.mast-materials{
	display:block;
}

.featured-slider-text{
position:absolute;

}

.featured-slider-text p{
font-size:1.2em;
margin-left:0;	
}
    }

