/*
Simple Grid
Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
Project Page - http://thisisdallas.github.com/Simple-Grid/
Author - Dallas Bass
Site - dallasbass.com
*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
}

[class*='col-'] {
	float: left;
	padding-right: 20px;
}

[class*='col-']:last-of-type {
	padding-right: 0px;
}

.grid {
	width: 100%;
	max-width: 1140px;
	min-width: 748px; /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding: 0 30px 0 30px;
}

.grid-pad > [class*='col-']:last-of-type {
	padding-right: 0;
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}

.col-inner {
	padding: 0 30px;
}

.col-2-3, .col-8-12 {
	/*width: 66.66%;*/
	width: 65.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	/*width: 33.33%;*/
	width: 34.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}

/* Layout */

.container {
	/*background: url(../images/bg-hero.jpg) no-repeat center top fixed;
	background-size: 100%;*/
	overflow: hidden;
}

.l-header {
	background: #000;
	padding: 30px 0;
}

header .col-inner {
	width: 100%;
}

header .logo {
	float: left;
}

ul.headernav {
	margin: 0 30px 0 0;
	padding: 0;
	float: right;
}

ul.headernav li {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
	font-size: 13px;
	text-transform: uppercase;
	display: inline;
	letter-spacing: 2px;
}

ul.headernav li a, ul.headernav li a:visited {
	font-family: "area-normal", Sans-serif;
	color: #ffffff;
}

ul.headernav li a:hover, ul.headernav li a:focus {
	color: #21836D;
}

.searcher .grid {
	background: #fff;
	padding: 30px 0;
	margin-top: 18px;
	overflow: visible;
}

.bignavbox {
	display: none;

	position: absolute;
	width: 100%;
	/*height: 332px;*/
	height: auto;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.93);
	left: 0;
	top: 59px;
	z-index: 9999;
}

.innerbignav {
	padding: 30px;
}

.bignavbox h3 {
	/* font-family: 'Oswald', sans-serif;*/
	font-family: "area-normal", Sans-serif;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

ul#menu-category-menu {
	margin: 0 35px 0 0;
	padding: 0;
	border-right: 1px solid #444;
	width: 300px;
	min-height: 215px;
	float: left;
}

ul#menu-category-menu li {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	list-style: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

ul#menu-category-menu li a, ul#menu-category-menu li a:visited {
	color: #fff;
}

ul#menu-category-menu li a:hover, ul#menu-category-menu li a:focus {
	color: #21836D;
}

ul#menu-category-menu li.inside-kimpton a:hover, ul#menu-category-menu li.inside-kimpton a:focus {
	color: #c90006;
}

ul#menu-category-menu li.design-style a:hover, ul#menu-category-menu li.design-style a:focus {
	color: #ff9000;
}

ul#menu-category-menu li.eat-drink a:hover, ul#menu-category-menu li.eat-drink a:focus {
	color: #4d9a09;
}

ul#menu-category-menu li.travel a:hover, ul#menu-category-menu li.travel a:focus {
	color: #b11a94;
}

/*ul#menu-category-menu li.inside-kimpton a:hover, ul#menu-category-menu li.inside-kimpton a:focus {
color: #157eba;
}*/
ul#menu-city-menu-left, ul#menu-city-menu-right {
	margin: 0;
	padding: 0;
	float: left;
}

ul#menu-city-menu-left {
	margin-right: 160px;
}

ul#menu-city-menu-left li, ul#menu-city-menu-right li {
	font-size: 12px;
	line-height: 21px;
	color: #fff;
	list-style: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

ul#menu-city-menu-left li span, ul#menu-city-menu-right li span {
	/*font-family: 'Oswald', sans-serif;*/
	font-family: "area-normal", Sans-serif;
	width: 40px;
	display: inline-block;
}

ul#menu-city-menu-left li a, ul#menu-city-menu-left li a:visited, ul#menu-city-menu-right li a, ul#menu-city-menu-right li a:visited {
	color: #fff;
}

ul#menu-city-menu-right li.phx a:hover, ul#menu-city-menu-right li.phx a:focus {
	color: #21836D;
}

ul#menu-city-menu-left li a:hover, ul#menu-city-menu-left li a:focus, ul#menu-city-menu-right li a:hover, ul#menu-city-menu-right li a:focus {
	color: #21836D;
}

.featurebox {
	background: #fff;
}

.main .grid {
	background: #fff;
	padding: 30px 0;
	margin-top: 0;
	border-bottom: 1px solid #000;
}

.home .main .grid {
	margin-top: 18px;
}

.home .main .grid, .archive .main .grid, .search .main .grid {
	padding: 30px 0 0
}

.main .col-inner {
	padding: 0 15px;
}

.home article, .archive article, .search article, .relatedposts article {
	width: 300px;
	float: left;
	margin: 0 15px;
	position: relative;
	/* -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .26);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .26);
	-o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .26);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .26); */
}

.home article, .archive article, .search article {
	margin-bottom: 15px;
	height: 360px;
	overflow: hidden;
}

article.noposts {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	width: auto;
}

.relatedposts article {
	margin: 0 0 30px 0;
	/*width: 100%;*/
	width: 300px;
}

/* .blurhider {
position: absolute;
bottom: 0;
height: 91px;
width: 100%;
overflow: hidden;
margin: 5px;
}

.bgblur {
width: 100%;
height: 100%;
margin: 5px 0 0 -5px;
filter: blur(2px);
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
-o-filter: blur(2px);
-ms-filter: blur(2px);
} */

.postdiv {
	border-top: 3px solid #187019;
	color: #777;
	padding: 5px 0;
}

.relatedposts .postdiv {
	/*height: 257px;*/
	height: 102px;
	width: 100%;
	bottom: -1px;
}

.searcher .col-1-1 {
	position: relative;
}

span.searchtext {
	/*font-family: 'Oswald', sans-serif;*/
	font-family: "area-normal", Sans-serif;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	float: left;
	letter-spacing: 1px;
}

form#searchform {
	margin: 0 0 0 8px;
	float: left;
}

form#searchform input {
	background: url(../images/bg-search-black.png) no-repeat right center transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #000;
	border-left: 0;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: "area-normal", Sans-serif;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	padding: 0 25px 0 5px;
	margin: -2px 0 0 0;
	width: 495px;
	letter-spacing: 1px;
}

a.navopen, a:visited.navopen {
	/* TODO: decide what to do with the button after search revamp */
	display: none;

	/* display: block; */
	height: 28px;
	width: 28px;
	background: url(../images/navarrow.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 30px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

a.navopen.active {
	background-position: 0 -28px;
}

.clear {
	clear: both;
}

/*article p.cat a {
color: #21836D !important;
}*/

/*article.category-inside-kimpton .postdiv {
border-top: 2px solid #c90006;
}*/
/*article.category-inside-kimpton p.cat a {
color: #c90006 !important;
}

article.category-inside-kimpton .postdiv:after {
right: 0;
height: 4px;
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#c90006), to(#810046));
background-image: -webkit-linear-gradient(left, #c90006, #810046);
background-image: -moz-linear-gradient(left, #c90006, #810046);
background-image: -o-linear-gradient(left, #c90006, #810046);
}*/

/*article.category-design-style .postdiv {
border-top: 2px solid #ff9000;
}*/
/*article.category-design-style p.cat a {
color: #ff9000 !important;
}

article.category-design-style .postdiv:after {
right: 0;
height: 4px;
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ff9000), to(#fff200));
background-image: -webkit-linear-gradient(left, #ff9000, #fff200);
background-image: -moz-linear-gradient(left, #ff9000, #fff200);
background-image: -o-linear-gradient(left, #ff9000, #fff200);
}*/

/*article.category-eat-drink .postdiv {
border-top: 2px solid #4d9a09;
}*/
/*article.category-eat-drink p.cat a {
color: #4d9a09 !important;
}

article.category-eat-drink .postdiv:after {
right: 0;
height: 4px;
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#4d9a09), to(#166e1a));
background-image: -webkit-linear-gradient(left, #4d9a09, #166e1a);
background-image: -moz-linear-gradient(left, #4d9a09, #166e1a);
background-image: -o-linear-gradient(left, #4d9a09, #166e1a);
}*/

/*article.category-travel .postdiv {
border-top: 2px solid #b11a94;
}*/
/*article.category-travel p.cat a {
color: #b11a94 !important;
}

article.category-travel .postdiv:after {
right: 0;
height: 4px;
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#b11a94), to(#7b368b));
background-image: -webkit-linear-gradient(left, #b11a94, #7b368b);
background-image: -moz-linear-gradient(left, #b11a94, #7b368b);
background-image: -o-linear-gradient(left, #b11a94, #7b368b);
}*/

/*article.category-inside-kimpton .postdiv {
border-top: 2px solid #157eba;
}*/
/*article.category-inside-kimpton p.cat a {
color: #157eba !important;
}
article.category-inside-kimpton .postdiv:after {
right: 0;
height: 4px;
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#157eba), to(#09b47e));
background-image: -webkit-linear-gradient(left, #157eba, #09b47e);
background-image: -moz-linear-gradient(left, #157eba, #09b47e);
background-image: -o-linear-gradient(left, #157eba, #09b47e);
}*/
.postdiv h2 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.ie .postdiv h2 {
	font-size: 19px;
}

.postdiv h2.short-title {
	margin-bottom: 35px;
}

.postdiv p {
	position: relative;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 10px;
	overflow: hidden;
}

p.cat {
	font-family: "area-extended", Sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	word-spacing: 0px;
	margin-top: 4px;
    margin-bottom: 5px;
}

.postdiv__teaser-text {
	height: 60px;
}

p.cities {
	font-size: 12px;
	font-weight: 400;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: "area-normal", Sans-serif;
	line-height: 24px;
	text-transform: uppercase;
	color: #868686;
}

p.cities a {
	margin-right: 5px;
	color: #868686;
}

p.vidwatcher {
	font-weight: 300;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
}

p.vidwatcher a {
	color: #fff;
}

.category-inside-kimpton .main .grid, .single.inside-kimpton .main .grid, .category-design-style .main .grid, .single.design-style .main .grid, .category-eat-drink .main .grid, .single.eat-drink .main .grid, .category-travel .main .grid, .single.travel .main .grid, .category-inside-kimpton .main .grid, .single.inside-kimpton .main .grid, .search .main .grid, .page-template-page-about-php .main .grid, .tax-city .main .grid, .tag .main .grid, .category .main .grid, .archive .main .grid, .single .main .grid {
	position: relative;
}

.category-inside-kimpton .main .grid:before, .single.inside-kimpton .main .grid:before, .category-design-style .main .grid:before, .single.design-style .main .grid:before, .category-eat-drink .main .grid:before, .single.eat-drink .main .grid:before, .category-travel .main .grid:before, .single.travel .main .grid:before, .category-inside-kimpton .main .grid:before, .single.inside-kimpton .main .grid:before, .search .main .grid:before, .page-template-page-about-php .main .grid:before, .tax-city .main .grid:before, .tag .main .grid:before, .category .main .grid:before, .archive .main .grid:before, .single .main .grid:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
}

.category-inside-kimpton .main .grid:after, .single.inside-kimpton .main .grid:after, .category-design-style .main .grid:after, .single.design-style .main .grid:after, .category-eat-drink .main .grid:after, .single.eat-drink .main .grid:after, .category-travel .main .grid:after, .single.travel .main .grid:after, .category-inside-kimpton .main .grid:after, .single.inside-kimpton .main .grid:after, .search .main .grid:after, .page-template-page-about-php .main .grid:after, .tax-city .main .grid:after, .tag .main .grid:after, .category .main .grid:after, .archive .main .grid:after, .single .main .grid:after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	display: block;
}

.archive .main .grid:after, .category .main .grid:after, .single .main .grid:after {
	right: 0;
	height: 4px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#21836D), to(#6670B2));
	background-image: -webkit-linear-gradient(left, #21836D, #6670B2);
	background-image: -moz-linear-gradient(left, #21836D, #6670B2);
	background-image: -o-linear-gradient(left, #21836D, #6670B2);
}

.category-inside-kimpton .main .grid:after, .single.inside-kimpton .main .grid:after {
	right: 0;
	height: 4px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#21836D), to(#6670B2));
	background-image: -webkit-linear-gradient(left, #21836D, #6670B2);
	background-image: -moz-linear-gradient(left, #21836D, #6670B2);
	background-image: -o-linear-gradient(left, #21836D, #6670B2);
}

.category-design-style .main .grid:after, .single.design-style .main .grid:after {
	right: 0;
	height: 4px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#21836D), to(#6670B2));
	background-image: -webkit-linear-gradient(left, #21836D, #6670B2);
	background-image: -moz-linear-gradient(left, #21836D, #6670B2);
	background-image: -o-linear-gradient(left, #21836D, #6670B2);
}

.category-eat-drink .main .grid:after, .single.eat-drink .main .grid:after {
	right: 0;
	height: 4px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#21836D), to(#6670B2));
	background-image: -webkit-linear-gradient(left, #21836D, #6670B2);
	background-image: -moz-linear-gradient(left, #21836D, #6670B2);
	background-image: -o-linear-gradient(left, #21836D, #6670B2);
}

.category-travel .main .grid:after, .single.travel .main .grid:after {
	right: 0;
	height: 4px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#21836D), to(#6670B2));
	background-image: -webkit-linear-gradient(left, #21836D, #6670B2);
	background-image: -moz-linear-gradient(left, #21836D, #6670B2);
	background-image: -o-linear-gradient(left, #21836D, #6670B2);
}

/*.category-inside-kimpton .main .grid:after, .single.inside-kimpton .main .grid:after, .search .main .grid:after, .page-template-page-about-php .main .grid:after, .tax-city .main .grid:after, .tag .main .grid:after {
right: 0;
height: 4px;
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#157eba), to(#09b47e));
background-image: -webkit-linear-gradient(left, #157eba, #09b47e);
background-image: -moz-linear-gradient(left, #157eba, #09b47e);
background-image: -o-linear-gradient(left, #157eba, #09b47e);
}
.single.inside-kimpton .main .grid:after, .single.travel .main .grid:after, .single.eat-drink .main .grid:after, .single.design-style .main .grid:after, .single.inside-kimpton .main .grid:after, .single .main .grid:after {
height: 2px;
}*/
.search .main .grid:after, .page-template-page-about-php .main .grid:after, .tax-city .main .grid:after, .tag .main .grid:after {
	right: 0;
	height: 4px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#21836D), to(#6670B2));
	background-image: -webkit-linear-gradient(left, #21836D, #6670B2);
	background-image: -moz-linear-gradient(left, #21836D, #6670B2);
	background-image: -o-linear-gradient(left, #21836D, #6670B2);
}

.single.inside-kimpton .main .grid:after, .single.travel .main .grid:after, .single.eat-drink .main .grid:after, .single.design-style .main .grid:after, .single.inside-kimpton .main .grid:after, .single .main .grid:after {
	height: 2px;
}

/*.category-inside-kimpton .main .grid, .single.inside-kimpton .main .grid {
border-top: 2px solid #c90006;
}
.category-design-style .main .grid, .single.design-style .main .grid {
border-top: 2px solid #ff9000;
}
.category-eat-drink .main .grid, .single.eat-drink .main .grid {
border-top: 2px solid #4d9a09;
}
.category-travel .main .grid, .single.travel .main .grid {
border-top: 2px solid #b11a94;
}
.category-inside-kimpton .main .grid, .single.inside-kimpton .main .grid {
border-top: 2px solid #157eba;
}*/
.term-phx .main .grid {
	border-top: 2px solid #21836D;
}

/*.search .main .grid {
border-top: 2px solid #157eba;
}*/
.topper .col-inner {
	padding: 0 30px;
}

.topper {
	border-bottom: 1px solid #D3D1D1;
	margin-bottom: 30px;
}

h2.archive-title {
	font-size: 60px;
	line-height: 64px;
	color: #000;
	font-weight: 300;
	margin-bottom: 30px;
}
/*
.tax-city h2.archive-title span, .archive h2.archive-title span, .search h2.archive-title span {
color: #21836D;
}

.category-inside-kimpton h2.archive-title span {
color: #c90006;
}

.category-design-style h2.archive-title span {
color: #ff9000;
}

.category-eat-drink h2.archive-title span {
color: #4d9a09;
}

.category-travel h2.archive-title span {
color: #b11a94;
}*/

/*.category-inside-kimpton h2.archive-title span {
color: #157eba;
}*/
.term-phx h2.archive-title span {
	color: #21836D;
}

.search h2.archive-title span, .tag h2.archive-title span {
	/*display: block;*/
	text-transform: capitalize;
}

.single .main .col-inner, .page-template-page-about-php .main .col-inner, .page-template-default .main .col-inner, .error404 .main .col-inner {
	/*padding: 0 30px;*/
	padding: 0 30px 0 25px
}

h1.post-title {
	font-size: 42px;
	line-height: 50px;
	color: #000;
	font-weight: 300;
	margin: 15px 0 15px 0;
}

.single p.cat {
	font-family: "area-extended", Sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
}

.single article p.cat {
	font-family: "area-extended", Sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.single p.cat a {
	font-family: "area-extended", Sans-serif;
	color: #21836D;
}

.single p.cat span {
	font-size: 12px;
	margin-left: 10px;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: "area-extended", Sans-serif;
	font-weight: 600;
}

.single.inside-kimpton p.cat a {
	color: #c90006;
}

.single.inside-kimpton p.cat span a {
	color: #777777;
	margin-right: 5px;
}

.single.design-style p.cat a {
	color: #ff9000;
}

.single.design-style p.cat span a {
	color: #777777;
	margin-right: 5px;
}

.single.eat-drink p.cat a {
	color: #4d9a09;
}

.single.eat-drink p.cat span a {
	color: #777777;
	margin-right: 5px;
}

.single.travel p.cat a {
	color: #b11a94;
}

.single.travel p.cat span a {
	color: #777777;
	margin-right: 5px;
}

/*.single.inside-kimpton p.cat a {
color: #157eba;
}
.single.inside-kimpton p.cat span a {
color: #777777;
margin-right: 5px;
}*/
.single p.cat span a {
	color: #777777;
	margin-right: 5px;
}

p.cat span a:hover, p.cat span a:focus, .featurebox p.cat span a:hover, .featurebox p.cat span a:focus, p.cities a:hover, p.cities a:focus {
	color: #21836D !important;
}

p.posted {
	font-size: 16px;
	/* font-family: 'Oswald', sans-serif;*/
	font-family: "area-normal", Sans-serif;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}

p.comments {
	font-size: 14px;
	margin-bottom: 20px;
	background: url(../images/commentbubble.png) no-repeat 0 2px;
	background-size: 18px;
	padding: 0 0 0 30px;
}

p.comments a, p.comments a:visited {
	color: #000;
}

p.comments a:hover, p.comments a:focus {
	color: #21836D;
}

.authorarea {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
	margin-bottom: 20px;
}

.circlepic {
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
}

img.avatar {

}

.authorinfo {
	float: left;
	font-size: 14px;
	line-height: 20px;
	width: 180px;
	margin-top: 19px;
}

.authorinfo a, .authorinfo a:visited {
	font-family: "area-normal", Sans-serif;
	color: #000;
}

.authorinfo a:hover, .authorinfo a:focus {
	color: #21836D;
}

.relatedposts {
	border-bottom: 1px solid #ddd;
	float: left;
	margin-bottom: 20px;
}

.single .relatedposts {
	margin-top: 25px;
	border-bottom: 0;
	width: 100%;
}

.sidebar h3 {
	font-size: 16px !important;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: "area-normal", Sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.single .relatedposts h4,
.sidebar .relatedposts h4,
.archive article h4,
.search article h4,
.search-results article h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25em;
	letter-spacing: 0px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single .col-8-12 .col-inner, .page-template-page-about-php .col-8-12 .col-inner, .page-template-default .col-8-12 .col-inner, .error404 .col-8-12 .col-inner {
	padding-right: 0;
}

.single .col-8-12, .page-template-page-about-php .col-8-12, .page-template-default .col-8-12, .error404 .col-8-12 {
	border-right: 1px solid #ddd;
}

.page-template-page-about-php .col-8-12 {
	min-height: 1540px;
}

.postnav {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.single .col-4-12 .col-inner, .page-template-page-about-php .col-4-12 .col-inner, .page-template-default .col-4-12 .col-inner, .error404 .col-4-12 .col-inner {
	padding-right: 0;
	width: 92%;
}

ul.social {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}

div.social {
	margin: 0 0 20px 0;
	float: left;
}

ul.social li {
	margin: 0 8px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul.social li a {
	background: url(../images/Kimpton_Suite_social_icons.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 24px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

ul.social li.pinterest a {
	background-position: 0 0 !important;
}

ul.social li.facebook a {
	background-position: -32px 0 !important;
}

ul.social li.twitter a {
	background-position: -64px 0 !important;
}

ul.social li.youtube a {
	background-position: -96px 0 !important;
}

ul.social li.email a {
	background-position: -128px 0 !important;
}

ul.social li.pinterest a:hover {
	background-position: 0 -26px !important;
}

ul.social li.facebook a:hover {
	background-position: -32px -26px !important;
}

ul.social li.twitter a:hover {
	background-position: -64px -26px !important;
}

ul.social li.youtube a:hover {
	background-position: -96px -26px !important;
}

ul.social li.email a:hover {
	background-position: -128px -26px !important;
}

ul.social li.instagram a {
	background-position: -160px 0 !important;
}

ul.social li.instagram a:hover {
	background-position: -160px -26px !important;
}

ul.social li.linkedin a {
	background-position: -225px 0 !important;
}

ul.social li.linkedin a:hover {
	background-position: -225px -26px !important;
}

.stButton .stLarge {
	width: 24px !important;
	height: 24px !important;
}

.stButton {
	margin: 0 8px 0 0 !important;
}

.st_facebook_large .stLarge {
	background: url(../images/Kimpton_Suite_social_icons.png) no-repeat -32px 0 !important;
}

.st_facebook_large .stButton .stLarge:hover {
	opacity: 1 !important;
	background-position: -32px -26px !important;
}

.st_twitter_large .stLarge {
	background: url(../images/Kimpton_Suite_social_icons.png) no-repeat -64px 0 !important;
}

.st_twitter_large .stButton .stLarge:hover {
	opacity: 1 !important;
	background-position: -64px -26px !important;
}

.st_pinterest_large .stLarge {
	background: url(../images/Kimpton_Suite_social_icons.png) no-repeat 0 0 !important;
}

.st_pinterest_large .stButton .stLarge:hover {
	opacity: 1 !important;
	background-position: 0 -26px !important;
}

.st_email_large .stLarge {
	background: url(../images/Kimpton_Suite_social_icons.png) no-repeat -128px 0 !important;
}

.st_email_large .stButton .stLarge:hover {
	opacity: 1 !important;
	background-position: -128px -26px !important;
}

.postnav a, .postnav a:visited {
	font-family: "area-normal", Sans-serif;
	font-size: 15px;
	color: #777777;
}

.postnav a:hover, .postnav a:focus {
	color: #2a2523;
}

.prev a {
	background: url(../images/arrow-prev.png) no-repeat left center;
	padding: 2px 0 0 20px;
}

.next {
	float: right;
}

.next a {
	background: url(../images/arrow-next.png) no-repeat right center;
	padding: 2px 20px 0 0;
}

.infinite {
	position: relative;
}

.pagenav {
	display: none;
}

#infscr-loading {
	position: absolute;
	text-align: center;
	bottom: 30px;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	z-index: 100;
	background: white;
	background: hsla(0, 0%, 100%, 0.9);
	padding: 20px;
	color: #222;
	font-size: 15px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.moreloader {
	text-align: center;
}

.col-inner.filterbox {
	width: 100%;
}

ul.filters, ul#filters {
	margin: 0 0 20px 0;
	padding: 0;
}

ul.filters li, ul#filters li {
	margin: 0 12px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	/* font-family: 'Oswald', sans-serif;*/
	font-family: "area-normal", Sans-serif;
}

ul.filters li a, ul.filters li a:visited, ul#filters li a, ul#filters li a:visited {
	color: #777;
	padding: 2px 0 0 0;
}

ul#filters li a:hover, ul#filters li a:focus, ul#filters li.current a {
	border-top: 3px solid #21836D;
	color: #000
}

/*ul.filters li.showall a, ul.filters li.showall a:visited {
color: #000
}*/
.category-inside-kimpton ul#filters li a:hover, .category-inside-kimpton ul#filters li a:focus, .category-inside-kimpton ul#filters li.current a {
	border-top: 3px solid #c90006;
	color: #000;
}

.category-design-style ul#filters li a:hover, .category-design-style ul#filters li a:focus, .category-design-style ul#filters li.current a {
	border-top: 3px solid #ff9000;
	color: #000;
}

.category-eat-drink ul#filters li a:hover, .category-eat-drink ul#filters li a:focus, .category-eat-drink ul#filters li.current a {
	border-top: 3px solid #4d9a09;
	color: #000;
}

.category-travel ul#filters li a:hover, .category-travel ul#filters li a:focus, .category-travel ul#filters li.current a {
	border-top: 3px solid #b11a94;
	color: #000;
}

/*.category-inside-kimpton ul#filters li a:hover, .category-inside-kimpton ul#filters li a:focus, .category-inside-kimpton ul#filters li.current a {
border-top: 3px solid #157eba;
color: #000;
}*/
.tax-city ul#filters li a:hover, .tax-city ul#filters li a:focus, .tax-city ul#filters li.current a {
	border-top: 3px solid #21836D;
	color: #000;
}

#msg-box {
	display: none;
}

.featurebox .post {
	border-top: 3px solid #21836D;
	position: relative;
}

/*.featurebox .post.category-inside-kimpton {
border-top: 2px solid #c90006;
}*/
.featurebox .post:before, .featurebox .post:after {
	/* content: "";
	position: absolute;
	top: -2px;
	left: -2px; */
}

.featurebox .post:after {
	/* right: 0;
	height: 4px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#21836D), to(#21836D));
	background-image: -webkit-linear-gradient(left, #21836D, #21836D);
	background-image: -moz-linear-gradient(left, #21836D, #21836D);
	background-image: -o-linear-gradient(left, #21836D, #21836D); */
}

.featurebox .post.category-inside-kimpton:after {
	/* right: 0;
	height: 4px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#c90006), to(#810046));
	background-image: -webkit-linear-gradient(left, #c90006, #810046);
	background-image: -moz-linear-gradient(left, #c90006, #810046);
	background-image: -o-linear-gradient(left, #c90006, #810046); */
}

.featurebox .post.category-design-style:after {
	/* right: 0;
	height: 4px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ff9000), to(#fff200));
	background-image: -webkit-linear-gradient(left, #ff9000, #fff200);
	background-image: -moz-linear-gradient(left, #ff9000, #fff200);
	background-image: -o-linear-gradient(left, #ff9000, #fff200); */
}

.featurebox .post.category-eat-drink:after {
	/* right: 0;
	height: 4px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#4d9a09), to(#166e1a));
	background-image: -webkit-linear-gradient(left, #4d9a09, #166e1a);
	background-image: -moz-linear-gradient(left, #4d9a09, #166e1a);
	background-image: -o-linear-gradient(left, #4d9a09, #166e1a); */
}

.featurebox .post.category-travel:after {
	/* right: 0;
	height: 4px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#b11a94), to(#7b368b));
	background-image: -webkit-linear-gradient(left, #b11a94, #7b368b);
	background-image: -moz-linear-gradient(left, #b11a94, #7b368b);
	background-image: -o-linear-gradient(left, #b11a94, #7b368b); */
}

/*.featurebox .post.category-inside-kimpton:after {
right: 0;
height: 4px;
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#157eba), to(#09b47e));
background-image: -webkit-linear-gradient(left, #157eba, #09b47e);
background-image: -moz-linear-gradient(left, #157eba, #09b47e);
background-image: -o-linear-gradient(left, #157eba, #09b47e);
}*/
.featurebox p.cat {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 8px;
	padding-right: 30px;
	margin-top: 25px;
}

.featurebox p.cat a {
	color: #21836D;
}

.featurebox .category-inside-kimpton p.cat a {
	color: #c90006;
}

.featurebox .category-design-style p.cat a {
	color: #ff9000;
}

.featurebox .category-eat-drink p.cat a {
	color: #4d9a09;
}

.featurebox .category-travel p.cat a {
	color: #b11a94;
}

/*.featurebox .category-inside-kimpton p.cat a {
color: #157eba;
}*/
.featurebox p.cat span {
	font-size: 13px;
	font-weight: 400;
	color: #777;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: "area-normal", Sans-serif;
	margin-left: 10px;
}

.featurebox p.cat span a {
	color: #777 !important;
	margin-right: 5px;
}

h2.feature-title {
	margin-bottom: 8px;
	font-weight: 300;
	font-size: 42px;
	line-height: 48px;
	color: #000;
	padding-right: 30px;
}

.featureintro p {
	margin-bottom: 25px;
	color: #777;
	font-weight: 300;
	font-size: 22px;
	line-height: 28px;
	padding-right: 30px;
}

.comment-form-url, .comment-notes {
	display: none;
}

.comments h3 {
	/* font-family: 'Oswald', sans-serif;*/
	font-family: "area-normal", Sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.comment-form-author {
	margin-right: 40px;
}

.comment-form-author, .comment-form-email {
	float: left;
	width: 295px;
	margin-bottom: 15px;
}

.comment-form-comment {
	clear: both;
	margin-bottom: 20px;
}

.comment-form-comment textarea {
	width: 629px;
}

.comments input[type="submit"] {
	color: #fff;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: "area-normal", Sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	background: #2a2523;
	border: 1px solid #e4e4e4;
	float: right;
}

.comments input[type="submit"]:hover {
	background: #777777;
}

h3.commentnumber {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding-top: 25px;
	margin-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

ol.commentlist {
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	list-style: none;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	font-size: 15px;
}

ol.commentlist li p {
	margin-bottom: 0;
}

.comment-author img {
	display: none;
}

cite.fn {
	font-weight: 600;
	color: #000;
}

span.says {
	display: none;
}

.comment-meta {
	margin-bottom: 15px;
}

.comment-meta a {
	color: #999999;
}

.reply {
	position: absolute;
	top: 0;
	right: 0;
}

.alignnone {
	display: block;
	margin: 0 0 30px 0;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

.page-template-page-about-php .col-8-12 h3 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

.page-template-page-about-php h3 {
	color: #21836D;
}

.page-template-page-about-php .sidebar h3, .page-template-page-about-php .sidebar h3 a {
	color: #000;
}

.page-template-page-about-php h3.inside-kimpton, .page-template-page-about-php h3.inside-kimpton a {
	color: #c90006;
}

.page-template-page-about-php h3.design-style, .page-template-page-about-php h3.design-style a {
	color: #ff9000;
}

.page-template-page-about-php h3.eat-drink, .page-template-page-about-php h3.eat-drink a {
	color: #4d9a09;
}

.page-template-page-about-php h3.travel, .page-template-page-about-php h3.travel a {
	color: #b11a94;
}

.page-template-page-about-php h3 a:hover {
	color: #21836D;
}

/*.page-template-page-about-php h3.inside-kimpton {
color: #157eba;
}*/
.authors {
	border-top: 1px solid #ddd;
	padding-top: 30px;
}

.authors h2 {
	font-size: 18px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.author {
	width: 100%;
	float: left;
}

.authorimage {
	width: 132px;
	height: 132px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	border-radius: 66px;
	-webkit-border-radius: 66px;
	-moz-border-radius: 66px;
	-o-border-radius: 66px;
}

.authorinfobox {
	float: left;
	font-size: 18px;
	line-height: 24px;
	width: 69%;
}

.author h3 {
	font-size: 16px !important;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #000;
}

.author h3 a {
	margin-left: 8px;
}

a.authorlinker {
	margin-left: 0 !important;
	color: #000;
}

a.authorlinker:hover {
	color: #21836D;
}

.author h3 span {
	display: block;
	color: #8c8986;
}

.subfooter .grid {
	background: #fff;
	padding: 30px 0;
}

.subfooter .col-inner {
	width: 100%;
}

.subfooter .logo {
	float: left;
	/*margin-right: 120px;*/
	margin-right: 48px;
}

ul.footernav {
	/*margin: 0 30px 0 0;*/
	margin: 0;
	padding: 0;
	float: left;
	font-family: "area-normal", Sans-serif;
}

ul.footernav li {
	margin: 0 0 0 12px;
	padding: 0;
	list-style: none;
	font-family: "area-normal", Sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	display: inline;
}

@-moz-document url-prefix() {
	ul.footernav li {
		margin-left: 12px;
	}
}

ul.footernav li a, ul.footernav li a:visited {
	font-family: "area-normal", Sans-serif;
	color: #000;
}

ul.footernav li a:hover, ul.footernav li a:focus {
	color: #21836D;
}

.subfooter ul.social {
	margin: 0 22px 0 0;
	float: right;
}

.l-footer .grid {
	background: #fff;
	padding: 30px 0;
	text-align: center;
}

footer .col-inner {
	width: 100%;
}

footer p {
	margin: 0;
	padding: 0 30px;
	font-family: "area-normal", Sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.single .main .grid {
	overflow: visible;
	clear: both;
}

.single .main .grid:after {
	left: 0 !important;
}

.single .col-4-12 .col-inner {
	/*width: 97%;*/
	width: 100%;
}

.single .col-8-12 {
	min-height: 1500px;
}

.playbtn {
	position: absolute;
	top: 66px;
	left: 50%;
	margin-left: -19px;
}

p#pbd-alp-load-posts {
	clear: both;
	text-align: center;
	margin: 0;
}

a#loadmore {
	/*background: url(../images/load_arrow.png) no-repeat center center #000;*/
	/* background: #000; */
	border: 1px solid #bcbdc0;
	color: #000;
	text-align: center;
	font-size: 13px;
	/* font-family: 'Oswald', sans-serif;*/
	font-family: "area-normal", Sans-serif;
	padding: 15px 0 15px;
	display: inline-block;
	text-transform: uppercase;
	margin: 0 45px 30px -3px;
	width: 127px;
}

a.topbtn {
	/* background: #dedede; */
	border: 1px solid #bcbdc0;
	color: #000;
	text-align: center;
	font-size: 13px;
	/* font-family: 'Oswald', sans-serif;*/
	font-family: "area-normal", Sans-serif;
	padding: 15px 0 15px;
	display: inline-block;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	width: 127px;
}

a#loadmore:hover,
a.topbtn:hover {
	background-color: #21836D;
	color: #fff;
}

/* Mobile menu */
a.mobilemenu {
	background: url(../images/nav-mobile.png) no-repeat center center;
	width: 61px;
	height: 75px;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border-left: 1px solid #393636;
}

.hidemobile {
	display: block;
}

.showmobile {
	display: none;
}

.pibfi_pinterest .xc_pin {
	left: 5px;
}

.pibfi_pinterest {
	float: left;
}

.wp-caption {
	max-width: 100%;
}

p.wp-caption-text {
	font-size: 14px;
	margin-top: 5px;
}

.single img.pinit-hover {
	opacity: 1.0 !important;
	filter: alpha(opacity=100) !important;
}

.pinit-overlay {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.pinit-overlay:hover {
	background: rgba(0, 0, 0, 0.2);
}

.hiddenheadernav, .mobilesearch {
	display: none;
}

.single .col-8-12 .col-inner, .page-template-page-about-php .col-8-12 .col-inner, .page-template-default .col-8-12 .col-inner, .error404 .col-8-12 .col-inner {
	width: 100%;
}

p.sharetext {
	margin: 0 0 5px 0;
	font-size: 16px;
}

ul.homeslider {
	margin: 0;
	padding: 0;
}

ul.homeslider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.homeslider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.homeslider li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.homeslider li:first-child {
	position: relative;
	display: block;
	float: left;
}

.homeslider .featurebox {
	min-height: 242px;

}

.featurebanner {
	position: relative;
}

.featurebanner .rslides_nav {
	width: 30px;
	height: 48px;
	display: block;
	text-indent: -9999px;
	color: #fff;
	position: absolute;
	top: 18vh;
	z-index: 99;
}

.featurebanner .prev {
	background: url(../images/slider-left.png) no-repeat left center;
	left: 20px;
}

.featurebanner .next {
	background: url(../images/slider-right.png) no-repeat right center;
	right: 20px;
}

.slider-nav-holder {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.slider-nav-holder-inner {
	width: 100%;
	height: 100%;
	max-width: 1022px;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
}

.recipe-container {
	float: left;
	width: 100%;
	margin: 5px 0 40px;
	padding: 15px 0;
}

.recipe-container .recipe-ingredients {
	float: left;
	width: 50%;
	padding: 20px 0 0;
	border-right: 1px solid #ddd;
}

.recipe-container .recipe-ingredients .recipe-inner {
	padding-right: 20px;
}

.recipe-container .recipe-ingredients ul {
	margin-left: 0;
}

.recipe-container .recipe-ingredients ul li {
	list-style: none;
}

.recipe-container .recipe-directions {
	float: left;
	width: 50%;
	padding: 20px 0 0;
}

.recipe-container .recipe-directions .recipe-inner {
	padding-left: 20px;
}

.recipe-container .recipe-directions ol {
	margin-left: 18px;
}

.recipe-container .recipe-directions ol li {

}

@media only screen and (max-width: 959px) {
	.recipe-container .recipe-ingredients {
		float: left;
		width: 100%;
		padding: 20px 0 0;
	}

	.recipe-container .recipe-directions {
		float: left;
		width: 100%;
		border-left: 0;
		padding: 20px 0 0;
	}

	.recipe-container .recipe-directions .recipe-inner {
		padding-left: 0;
	}

	.recipe-container .recipe-ingredients .recipe-inner {
		padding-right: 0;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1020px) {
	/*.relatedposts article {
	width: 100%;
}
	.home article, .archive article, .search article {
	width: 29.4%;
	height: auto;
}
	h2.archive-title {
	font-size: 42px;
	line-height: 50px;
}
	.postdiv h2 {
	font-size: 14px;
	line-height: 18px;
}
	.single article p.cat {
	font-size: 11px;
}
	.blurhider {
	display: none;
}
	.relatedposts .postdiv, .postdiv {
	height: 90px;
}
	.postdiv p.cat {
	font-size: 11px;
}
	.single .main .col-8-12, .page-template-page-about-php .main .col-8-12, .page-template-default .main .col-8-12, .error404 .main .col-8-12 {
	width: 64.5%;
}
	.single .main .col-4-12, .page-template-page-about-php .main .col-4-12, .page-template-default .main .col-4-12, .error404 .main .col-4-12 {
	width: 340px;
}*/
	.home .main .col-inner, .archive .main .col-inner, .search .main .col-inner {
		width: 690px;
		margin: 0 auto;
		float: none;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.hidemobile {
		display: none;
	}

	.showmobile {
		display: block;
	}

	ul.headernav li {
		margin: 0 0 0 10px;
	}

	/*.home article, .archive article, .search article, .relatedposts article {
	margin-left: 33px;
	margin-right: 33px;
}
	ul#menu-category-menu {
	width: 200px;
}
	ul#menu-city-menu-left {
	margin-right: 80px;
}*/
	ul#menu-category-menu {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	ul#menu-city-menu-left {
		margin-right: 0;

	}

	.mobileheader .grid {
		background-color: #000;
		padding: 20px 0;
	}

	.mobileheader .col-inner {
		width: 100%;
	}

	.mobileheader .logo {
		float: left;
	}

	a.mobilemenu {
		display: block;
	}

	ul.footernav, .subfooter ul.social {
		margin-top: 15px;
	}

	ul.footernav li {
		margin: 0 25px 0 0;
	}

	/*.relatedposts article {
	width: 100%;
}*/
	.comment-form-comment textarea {
		width: 450px;
	}

	.comments input[type="submit"] {
		float: left;
	}

	/*.home article, .archive article, .search article {
	width: 29.4%;
	height: auto;
}
	h2.archive-title {
	font-size: 42px;
	line-height: 50px;
}
	.postdiv h2 {
	font-size: 14px;
	line-height: 18px;
}
	.single article p.cat {
	font-size: 11px;
}
	.blurhider {
	display: none;
}
	.relatedposts .postdiv, .postdiv {
	height: 90px;
}
	.postdiv p.cat {
	font-size: 11px;
}*/
	header ul.headernav {
		display: none;
	}

	.bignavbox {
		height: auto;
		top: 54px;
	}

	ul.hiddenheadernav {
		display: block;
		border-top: 1px solid #444;
		float: left;
		width: 100%;
		margin: 25px 0;
		padding: 25px 0 0;
	}

	ul.hiddenheadernav li {
		margin: 0 10px 0 0;
	}

	/*form#searchform {
	display: none;
}*/
	.mobilesearch, .mobilesearch form#searchform {
		display: block;
	}

	.mobilesearch form#searchform {
		width: 100%;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.mobilesearch form#searchform input {
		width: 100%;
	}

	.single .main .col-8-12, .page-template-page-about-php .main .col-8-12, .page-template-default .main .col-8-12, .error404 .main .col-8-12 {
		width: 55.7%;
	}

	.single .main .col-4-12, .page-template-page-about-php .main .col-4-12, .page-template-default .main .col-4-12, .error404 .main .col-4-12 {
		width: 340px;
	}

	.home .main .col-inner, .archive .main .col-inner, .search .main .col-inner {
		width: 690px;
		margin: 0 auto;
		float: none;
	}

	.home .main .topper .col-inner, .archive .main .topper .col-inner, .search .main .topper .col-inner {
		width: 100%;
		float: left;
	}

	.authorinfobox {
		width: 100%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		/*margin-top: 10px;
		margin-bottom: 10px;*/
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.hidemobile {
		display: none;
	}

	.showmobile {
		display: block;
	}

	ul.headernav li {
		margin: 0 0 0 10px;
	}

	.col-inner {
		padding: 0;
	}

	.mobileheader {
		position: relative;
	}

	.mobileheader .grid {
		background-color: #000;
		padding: 20px 0;
	}

	.mobileheader .col-inner {
		width: 100%;
	}

	.mobileheader .logo {
		float: left;
	}

	a.mobilemenu {
		display: block;
	}

	.featurebanner .col-1-1 {
		padding-left: 0;
	}

	.featurebox .post {
		padding: 20px;
	}

	.featurebox p.cat {
		margin-top: 0;
	}

	.featureintro p {
		margin-bottom: 5px;
	}

	ul.footernav {
		margin: 10px 0;
		width: 100%;
	}

	ul.footernav li {
		margin: 7px 0;
		display: block;
		width: 100%;
	}

	.subfooter ul.social {
		float: left;
	}

	footer p {
		padding: 0;
	}

	.topper .col-inner {
		padding: 0;
	}

	.topper {
		margin-bottom: 30px !important;
	}

	.single .main .col-inner, .page-template-page-about-php .main .col-inner, .page-template-default .main .col-inner, .error404 .main .col-inner {
		padding: 0;
	}

	.comments input[type="submit"] {
		float: left;
	}

	.relatedposts article {
		width: 281px;
	}

	.main .col-inner {
		padding: 0;
	}

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

	.comment-form input[type="text"],
	.comment-form input[type="password"],
	.comment-form input[type="email"],
	.comment-form input[type="tel"] {
		width: 95%;
	}

	a#loadmore {
		/*margin-left: -20px;*/
		margin: 0 0 30px 0;
		float: left;
	}

	a.topbtn {
		margin: 0 0 30px 0;
		float: right;
	}

	p.comments {
		margin-top: 20px;
	}

	.authorinfobox {
		width: auto;
	}

	.home article, .archive article, .search article, .relatedposts article {
		margin: 0 auto 30px;
		float: none;
	}

	/*.home article, .archive article, .search article {
	width: 45%;
	margin: 0 15px 30px;
	float: left;
	height: auto;
}*/
	.home .main .col-1-1, .archive .main .col-1-1, .search .main .col-1-1 {
		padding-left: 0;
	}

	.home .main .topper, .archive .main .topper, .search .main .topper {
		padding-left: 20px;
	}

	.single .relatedposts, .page-template-page-about-php .relatedposts, .page-template-default .relatedposts, .error404 .relatedposts {
		width: 100%;
	}

	h2.archive-title {
		font-size: 42px;
		line-height: 50px;
	}

	/*.blurhider {
	display: none;
}*/
	ul.headernav {
		display: none;
	}

	header ul.headernav {
		display: none;
	}

	.bignavbox {
		height: auto;
		top: 54px;
	}

	ul.hiddenheadernav {
		display: block;
		border-top: 1px solid #444;
		float: left;
		width: 100%;
		margin: 25px 0;
		padding: 25px 0 0;
	}

	ul.hiddenheadernav li {
		margin: 0 10px 0 0;
	}

	/*form#searchform {
	display: none;
}*/
	.mobilesearch, .mobilesearch form#searchform {
		display: block;
	}

	.mobilesearch form#searchform {
		width: 100%;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.mobilesearch form#searchform input {
		width: 100%;
	}

	ul#menu-category-menu {
		/*min-height: 100%;*/
		border: 0;
		margin: 0 0 10px 0;
		width: 100%;
		float: none;
	}

	ul#menu-city-menu-left {
		margin-right: 0;
	}

	ul#menu-city-menu-left, ul#menu-city-menu-right {
		width: 100%
	}

	ul#menu-city-menu-left li, ul#menu-city-menu-right li {
		display: block;
	}

	p#pbd-alp-load-posts {
		width: 300px;
		margin: 0 auto;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	ul.hiddenheadernav li {
		display: block;
		margin: 0 0 8px 0;
	}

	a.mobilemenu {
		height: 71px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	/*.home article, .archive article, .search article, .relatedposts article {
	margin: 0 0 30px 0;
}
	.home article, .archive article, .search article, .relatedposts article {
	width: 280px;
}*/
	.featurebanner img {
		max-width: 170%;
		margin-left: -25%;
	}

	.home article, .archive article, .search article {
		width: 100%;
		max-width: 300px;
		height: auto;
		margin: 0 auto 30px;
	}

	.home .main .col-inner, .archive .main .col-inner, .search .main .col-inner {
		padding: 0 20px;
	}

	.home .main .topper .col-inner, .archive .main .topper .col-inner, .search .main .topper .col-inner {
		padding: 0;
	}

	.author h3 a {
		margin: 0;
		display: block;
	}

	h2.feature-title {
		font-size: 38px;
		line-height: 44px;
	}

	ul.hiddenheadernav li {
		display: block;
		margin: 0 0 8px 0;
	}

	.mobileheader .logo {
		max-width: 73%;
	}

	a.mobilemenu {
		height: 77px;
	}

	a.topbtn {
		margin-right: 20px;
	}

	.postdiv h2 {
		font-size: 18px;
	}
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	/*a#loadmore {
	background: url(../images/load_arrow@2x.png) no-repeat center center #000;
	background-size: 8px 37px;
}*/
	ul.social li a {
		background: url(../images/Kimpton_Suite_social_icons@2x.png) no-repeat 0 0;
		background-size: 249px 50px;
	}
}

.posts-section__title {
	margin-left: 15px;
	text-transform: uppercase;
}

.post__thumbnail-link {
	display: block;
	overflow: hidden;
	height: 200px;
}

.post__thumbnail-link img {
	margin-top: -31px;
}

.newsletter-signup-form {
	display: flex;
	margin: 0 auto 20px auto;
	max-width: 840px;
}

.newsletter-signup-form .newsletter-signup-form__email-input {
	flex-grow: 1;
	border: 1px solid #000;
	background: #fff;
}

.newsletter-signup-form__submit-btn {
	padding: 0 20px;
	border: none;
	background: #58585a;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

.featured-video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.featured-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sidebar form#searchform {
	margin: 10px 0;
	float: none;
}

.sidebar form#searchform input {
	display: block;
	width: 100%;
	color: #000;
	text-transform: unset;
}

@media (min-width: 1024px) {
	body {
		background: #fff;
	}
}

.chevron-right {
	width: 30px;
	height: 28px;
	background: url(../images/slider-right.png) no-repeat right center;
}

/* 
* post-slideshow, recipe-slideshow
*/
.post-slideshow,
.recipe-slideshow {
	margin: 0 -20px 15px -20px;
}

.post-slideshow__slides-wrapper,
.recipe-slideshow__slides-wrapper {
	position: relative;
}

.post-slideshow__title-wrapper,
.recipe-slideshow__title-wrapper {
	display: none;
	align-items: center;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.post-slideshow__title-chevron,
.recipe-slideshow__title-chevron {
	margin-left: 5px;
	font-size: 30px;
}

.post-slideshow__slide:focus,
.recipe-slideshow__slide:focus {
	outline: none;
}

.post-slideshow__slide img,
.slide-slideshow__slide img {
	object-fit: cover;
}

.post-slideshow__thumbnails,
.slideshow-modal__thumbnails,
.recipe-slideshow__thumbnails {
	display: none;
	justify-content: space-between;
	margin: 15px -1% 20px;
}

.recipe-slideshow__thumbnails {
	margin: 15px -2% 20px;
}

.slideshow-modal__thumbnails {
	display: block;
	margin-bottom: 0;
}

.post-slideshow__thumbnails .slick-track,
.slideshow-modal__thumbnails .slick-track,
.recipe-slideshow__thumbnails .slick-track {
	margin-left: 0;
	margin-right: 0;
}

.post-slideshow__thumbnail,
.slideshow-modal__thumbnail,
.recipe-slideshow__thumbnail {
	margin: 0 1%;
	min-height: 85px;
	background-size: cover;
	opacity: .5;
}

.recipe-slideshow__thumbnail {
	margin: 0 2%;
}

.post-slideshow__thumbnail:focus,
.slideshow-modal__thumbnail:focus,
.recipe-slideshow__thumbnail:focus {
	outline: none;
}

.post-slideshow__thumbnail.slick-current,
.slideshow-modal__thumbnail.slick-current,
.recipe-slideshow__thumbnail.slick-current {
	opacity: 1;
}

.vex.vex-theme-plain .vex-content {
	max-width: 1030px;
	width: 100%;
}

.slideshow-modal {
	display: flex;
}

.slideshow-modal__main {
	width: 64%;
	padding-right: 1rem;
	border-right: 1px solid #ddd;
}

.slideshow-modal__slides-wrapper {
	position: relative;
}

.slideshow-modal__slides-wrapper .arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 30px;
	height: 60px;
}

.slideshow-modal__slides-wrapper .arrow_prev {
	background: #717174 url(../images/slider-left.png) no-repeat center;
}

.slideshow-modal__slides-wrapper .arrow_next {
	right: 0;
	background: #717174 url(../images/slider-right.png) no-repeat center;
}

.slideshow-modal__sidebar {
	display: flex;
	flex-direction: column;
	width: 36%;
	padding-left: 1rem;
}

.slideshow-modal__description {
	font-size: 17px;
	line-height: 21px;
}

.slideshow-modal__chevron {
	font-size: 24px;
	color: #72737c;
}

.slideshow-modal__social-share {
	margin-top: auto;
}

.post-slideshow__info_mobile,
.recipe-slideshow__info_mobile {
	display: none;
	padding: 15px 20px;
}

.post-slideshow__info-title,
.recipe-slideshow__info-title {
	font-size: 18px;
}

.post-slideshow__info-description,
.recipe-slideshow__info-description {
	font-size: 15px;
	line-height: 1.24;
	color: #818285;
}

.post-slideshow__info-bar_mobile,
.recipe-slideshow__info-bar_mobile {
	display: flex;
	align-items: center;
	padding: 5px 20px;
	background: #008cc1;
	font-size: 14px;
	line-height: 1.24;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.post-slideshow__info_mobile .sharetext {
	display: none;
}

.post-slideshow__info_mobile .social {
	margin: 15px 0 0;
	float: none;
}

.post-slideshow__info-bar_mobile.is-open .post-slideshow__info-bar-title-closed,
.recipe-slideshow__info-bar_mobile.is-open .recipe-slideshow__info-bar-title-closed {
	display: none;
}

.post-slideshow__info-bar_mobile .post-slideshow__info-bar-title-open,
.recipe-slideshow__info-bar_mobile .recipe-slideshow__info-bar-title-open {
	display: none;
}

.post-slideshow__info-bar_mobile.is-open .post-slideshow__info-bar-title-open,
.recipe-slideshow__info-bar_mobile.is-open .recipe-slideshow__info-bar-title-open {
	display: inline;
}

.post-slideshow__info-bar_mobile .chevron-right,
.recipe-slideshow__info-bar_mobile .chevron-right {
	margin-left: 10px;
	height: 28px;
	width: 15px;
	transform: scale(0.8) rotate(90deg);
}

.post-slideshow__info-bar_mobile.is-open .chevron-right,
.recipe-slideshow__info-bar_mobile.is-open .chevron-right {
	transform: scale(0.8) rotate(-90deg);
}

@media (min-width: 425px) {
	.post-slideshow,
	.recipe-slideshow {
		margin: 0 0 20px 0;
	}

	.post-slideshow__info_mobile,
	.recipe-slideshow__info_mobile {
		padding: 15px 0;
	}
}

@media (min-width: 768px) {
	.post-slideshow,
	.recipe-slideshow {
		margin-bottom: 30px;
		border-bottom: 1px solid #ddd;
	}

	.post-slideshow__title-wrapper,
	.recipe-slideshow__title-wrapper {
		display: flex;
	}

	.post-slideshow__thumbnails,
	.recipe-slideshow__thumbnails {
		display: block;
	}

	.post-slideshow__info-bar_mobile,
	.recipe-slideshow__info-bar_mobile {
		display: none;
	}
}

/*
* /post-slideshow, /recipe-slideshow
*/

.sidebar .relatedposts article {
	float: none;
}

.sidebar .relatedposts .postdiv {
	height: auto;
}

.comment-form-author label::after,
.comment-form-comment label::after {
	content: "*";
}

.post-tags {
	display: inline-block;
	margin: 0 0 20px;
	list-style-type: none;
}

.post-tags li {
	float: left;
	padding: 0 7px;
	border-right: 1px solid #000;
	font-size: 16px;
	line-height: 1;
}

.post-tags li:first-child,
.post-tags li:last-child {
	border-right: none;
}

.post-tags li a {
	font-family: "area-normal", Sans-serif;
	color: #000;
}

.post-tags li a:hover {
	text-decoration: underline;
}

.bctt-click-to-tweet .bctt-ctt-text a {
	color: #000;
}

.bctt-click-to-tweet:hover .bctt-ctt-text a {
	color: #21836D;
}

.bctt-click-to-tweet .bctt-ctt-btn {
	font-size: 0;
	position: relative;
	top: -2px;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url('../images/click-to-tweet-icon.png');
}

/* .recipe */
.recipe {
	margin-bottom: 30px;
}

.recipe .recipe__info {
	display: none;
}

.recipe__name {
	margin: 10px 0;
	font-size: 18px;
	line-height: 1.24;
	text-transform: uppercase;
}

.recipe__author p {
	margin-bottom: 10px;
}

.recipe__toggle-show {
	position: relative;
	color: #21836D;
	cursor: pointer;
}

.recipe__toggle-show:hover {
	text-decoration: underline;
}

.open .recipe__toggle-show-text {
	display: none;
}

.recipe__toggle-hide-text {
	display: none;
}

.open .recipe__toggle-hide-text {
	display: inline;
}

.recipe__toggle-show .caret {
	position: relative;
	top: -1px;
	display: inline-block;
	color: #72737c;
	transform: rotate(180deg);
	font-size: 26px;
	line-height: 1;
}

.open .recipe__toggle-show .caret {
	top: 9px;
	transform: rotate(0deg);
}

.recipe__info-wrapper h3,
.recipe__info-wrapper p {
	margin: 20px 0;
}

.recipe__ingredients p {
	margin: 0;
}

@media (min-width: 425px) {
	.recipe__info-wrapper {
		display: flex;
	}

	.recipe__ingredients {
		width: 44%;
	}

	.recipe__directions {
		margin-left: auto;
		width: 54%;
	}
}

/* /.recipe */

/* kn-tab */
.kn-tab-nav {
	margin-bottom: 20px;
}

.kn-tab-nav__item {
	margin-right: 20px;
	color: #000;
	cursor: pointer;
}

.kn-tab-nav__item:hover,
.kn-tab-nav__item.active {
	border-bottom: 2px solid #21836D;
	color: #21836D;
}

.kn-tab__pane {
	display: none;
}

.kn-tab__pane.show {
	display: block;
}

/* /kn-tab */

.grid-flex {
	display: flex;
	flex-wrap: wrap;
}

.grid-flex .flex-col-1-2 {
	min-width: 50%;
	flex: 1;
}