/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt




CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/


/** ------------------------------------------  WINE CLUB CSS  ------------------------------------------ **/
/** ---------------------  WINE CLUB LINKS  - GENERAL  --------------------- **/
.wineclubjoin a:link {
	color: #d9534f;
/**#512b3a;**/
	font-weight: bold;
	text-decoration: none;
}

.wineclubjoin a:visited {
	color: #d9534f;
/**#512b3a;**/
	font-weight: bold;
	text-decoration: none;
}

.wineclubjoin a:hover {
	color: /**#512b3a;**/
#d9534f !important;
	font-weight: bold;
	text-decoration: underline;
}

.wineclubjoin a:active {
	color: #d9534f;
/**#512b3a;**/
	font-weight: bold;
	text-decoration: none;
}

/** ---------------------  WINE CLUB STYLES  --------------------- **/
.wineclubname {
	font-weight: bold;
}

.wineclubjoin p {
	font-family: "Sentinel SSm 4r", "Sentinel SSm A", "Sentinel SSm B", serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.7;
}

.wineclubjoin hr {
	border-width: 4px;
	border-style: solid;
	display: block;
	border-top: 0;
}

.wineclubjoin h1 {
	font-family: "Sentinel SSm 4r", "Sentinel SSm A", "Sentinel SSm B", serif;
	font-weight: bold;
	font-size: 2px em;
	margin-bottom: 0;
	text-align: left;
	color: #d9534f;
/**#512b3a;**/
}

.wineclubjoin h2 {
	text-transform: uppercase;
	font-family: "Verlag 7r", "Verlag A", "Verlag B", sans-serif;
}

.wineclubjoin h2 a {
	color: #d9534f;
/**#512b3a;**/
	font-weight: bold;
}

.wineclubjoin h2 a:hover {
	text-decoration: underline;
	color: #d9534f;
/**#512b3a;**/
}

.wineclubjoin h3 {
	font-family: "Sentinel SSm 4r", "Sentinel SSm A", "Sentinel SSm B", serif;
	font-weight: bold;
	font-size: 1.7px em;
	margin-bottom: 0;
	text-align: left;
}

/** ---------------------  WINE CLUB BUTTONS  --------------------- **/
.wineclubbtns {
	width: 100%;
}

.wineclubbtns a {
	display: block;
	background-color: #d9534f;
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 60px;
	padding: 20px 0;
}

#rodeo {
	font-variant: small-caps;
}

/** ------------------------------------------  END WINE CLUB CSS  ------------------------------------------ **/

/* ------------------------------------------ CITY GUIDE CSS --------------------------------- */

.page-id-529596 .entry-content{
	margin:0 auto;
	width:100%;
}

.page-id-529596 .city-guide-box{
width:100%!important;

	margin:0 auto;
	border-bottom:5px #000 solid;
}



.page-id-529596 .cg-tag{
	width:65px; 
	height:65px; 
	margin-right:10px; 
	margin-top:5px;
	float:left;
}

.page-id-529596 .city-guide-name{
	font-size:5.5em;
	line-height:1em;
	text-transform:uppercase;
	margin-top:-30px;
	font-family:'Tungsten A', 'Tungsten B', sans-serif;
}

.page-id-529596 .city-guide-about{
font-size:1.5em;
padding-bottom:25px;
}

.page-id-529596 #content .module>h2{
	font-size:1.4em;
	letter-spacing:2px;
}

/* ------- CITY GUIDE 2 ------- */ 
.page-id-534142 .entry-content{
	width:100%;
}

.page-id-534142 .city-guide-box{
	width:100%;
	margin:0 auto;
}

.page-id-534142 .city-guide-name{
	font-size:4em; 
	text-align:center; 
	font-weight:600;
	margin:0;
} 

.page-id-534142 .city-guide-head{
font-family:'Verlag 7r', 'Verlag A', 'Verlag B', sans-serif!important;
	letter-spacing:3px; 

	text-transform:uppercase;
	margin:0;
	
	text-align:center;
	
	
}

.page-id-534142 .city-guide-about{
width:100%;
	max-width:1000px;
	margin:0 auto;
	font-size:1.3em;
	padding-bottom:20px;

}