/*
Theme Name: Cordony Hairdressing
Theme URI: http://www.cordonyhair.com.au/
Description: Theme developed for the website Cordony Hairdressing by Madeleine Burke.
Author: Madeleine Burke
Version: 1.0
*/

/* */

@media only screen and (max-width : 1300px) {
    .nav ul li a {
		font-size: 85% !important;  }
    .nav ul li { margin-left: 0px !important; padding: 10px 5px 3px 5px; }

    	#gallerytop {
    		margin-top: -50px;
    	}
}

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

}

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

}




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

}




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

}




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

}


body {
	background: #fff;
	font-family: 'pn_r', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

strong, b {
	font-weight: bold !important;
	font-family: 'pn_b', sans-serif;
}

header {
	background: #4e2e7b; /* Old browsers */
	background: -moz-linear-gradient(top,  #77589c 0%, #4e2e7b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77589c), color-stop(100%,#4e2e7b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #77589c 0%,#4e2e7b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #77589c 0%,#4e2e7b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #77589c 0%,#4e2e7b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #77589c 0%,#4e2e7b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77589c', endColorstr='#4e2e7b',GradientType=0 ); /* IE6-9 */
	padding: 8px 20px 8px 120px;
	margin: 0;
	height: 40px;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
	margin-top: 20px;
	z-index: 10000;
	position: relative;
}

h2 {
	font-family: 'pn_l', sans-serif;
	font-size: 48px;
	letter-spacing: 2px;
	border-bottom: 5px solid #efefef;
	padding-bottom: 20px;
	text-align: center;
	display: inline-table;
	text-transform: uppercase;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 10px;
}

h3 {
	font-family: 'pn_l', sans-serif;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: lighter;

}

	h3:after {
		background: url('img/rectangle.png') no-repeat top right;
		display: block;
		width: 109px;
		height: 10px;
		content: "&#x25AC;";
		text-indent: -8888px;
		margin-top: 20px;
		margin-bottom: 30px !important;
	}

	.locationscontainer h3:after {
		background: none !important;
	}

h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}

.nav {
	width: 1098px;
	margin: 0 auto;
	margin-top: -26px;
}

h1 a {
	background: url('img/logo.png') no-repeat;
	display: block;
	width: 399px;
	height: 100px;
	text-indent: -9999px;
	position: relative;
	z-index: 10;
	float: left;
	margin-top: -25px;
		position: relative;
		left: 0px;
		z-index: 1;
}

a, a:active; a:visited {
	color: #494949 !important;
	text-decoration: none !important;
	font-weight: bold;
	text-decoration: none !important;
}

	a:hover {
		/*font-family: 'pn_b';*/
		color: rgb(0, 0, 0) !important;
		text-decoration: underline;
	}

.nav ul {
	list-style: none;
	margin-top: 7px;
}

	.nav ul li {
		float: left;
		padding: 10px;
		margin-right: 5px;
		position: relative;
		z-index: 3;
	}

		.nav ul li a {
			text-transform: uppercase;
			color: #FFF;
			text-decoration: none;
			font-size: 12px;
			line-height: 16px;
		}

		.nav ul li a:hover {
			text-decoration: none;
			color: #FFF !important;
			font-family: 'pn_r' !important;
		}

	.nav ul li:hover {
		background: #76579b;
		border-bottom: 2px solid #fff;
	}

ul li:hover > ul.sub-menu{
	display: block;
}

#subForm input[type="text"], #subForm input[type="email"] {
	padding: 10px;
	margin-right: 20px;
	width: 130px;
}

#subForm input[type="submit"] {
	border: 0;
	background: #76579b;
	padding: 10px 20px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: 'pn_r', sans-serif;
	margin: 0.5em;
}

ul.sub-menu {
	display: none;
	position: absolute;
	background: #76579b;
	margin-left: -10px;
	margin-top: 10px;
	padding: 20px;
	z-index: 1000;
	max-width: 180px;
	min-width: 149px;
	z-index: 2;
}

ul.sub-menu li {
	float: none;
	display: block;
}

	ul.sub-menu li:hover, .nav ul li:hover {
		border-bottom: 2px solid #fff;
	}

	ul.sub-menu li a {
		color: #fff;
	}

	ul.sub-menu li a:hover {
		color: #fff;
	}

/* @group Slider */

#gallerytop {
	width: 100%;
	height: 350px;
	display: block;
	margin: 0 auto;
	padding: none;
	position: relative;
	margin-top: -2px;
	z-index: -1 !important;
	background: #fafafa;
}

#gallerytop .anythingControls {
	display: none !important;
}

li.panel {
	width: 1010px;
	height: 350px !important;
}
#gallerytop div.anythingSlider {
	width:1010px;
	position: relative;
	left: 30px !important;
}
#gallerytop div.anythingWindow, #gallerytop div.anythingSlider {
	height: 350px !important;
	position: relative;
	left: 0px;
}

.anythingBase {
	height: 350px;
	width: 1010px;
}

#gallerytop img, .gallery {
	position: relative;
	z-index: 1;
	padding: 0px;
	background: none !important;
}

#gallerytop img {
	width: 1010px !important;
	height: 350px !important;
}

li.activePage, li.activePage img, li.activePage iframe {
	position: relative;
	z-index: 2;
}


/* @end */



#special {
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto !important;
	padding: 15px 80px 15px 80px;
	display: block;
	margin-top: -80px !important;
}

	#special a {
		color: #FFF;
		text-decoration: none;
		letter-spacing: 1px;
	}

#content {
	box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.25);
	padding: 30px;
	background: #fff;
	position: relative;
	z-index: 2;
	margin-top: -300px !important;
}
	#content table {
		margin-bottom: 40px;
	}
	#content table td {
		width: 40%;
		padding: 20px 20px 0 20px;
		vertical-align: top !important;
	}

#feature {
	width: 950px;
	margin: 0 auto;
	height: 317px;
	margin-bottom: 20px;
}

	#feature img.fi {
		display: block;
		float: left;
		width: 631px;
		height: 316px;
	}

	#feature .featurecontent {
		float: left;
		width: 229px;
		height: 216px;
		overflow: auto;
		padding: 45px;
		color: #FFF;
		font-size: 15px !important;
		line-height: 21px;
		vertical-align: middle;
		padding-bottom: 55px;
	}

	#feature .featurecontent strong {
		display: block;
		float: right;
		text-align: right;
		text-transform: uppercase;
	}

.salons {
	color: #FFF;
	margin-top: 50px;
}

.locations {
	color: #FFF;
	margin-top: -50px;
}

	.salons div {
		width: 316px;
		height: 231px;
		float: left;
		text-align: center !important;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 23px;
		padding-top: 85px;
	}

	.locations div {
		width: 316px;
		height: 316px;
		float: left;
		text-align: center !important;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 23px;
		margin-bottom: 50px;
	}

		.salons div img, .salons div span, .salons div p, .locations div iframe, .locations div span, .locations div p {
			display: block;
			margin: 0 auto;
			margin-top: -14px;
		}

		.salon div img {
			width: 215px;
			margin: 0 auto !important;
			margin-bottom: 30px !important;
		}

		.salons div a, .locations div a  {
			color: #FFF !important;
			border-bottom: none;
			text-decoration: none;
		}

		.warriewood span {
			background: #327ab6;
			padding: 10px 0 10px 0;
			margin: 30px 0 30px 0 !important;
		}

		.warringah span {
			background: #ebbe01;
			padding: 10px 0 10px 0;
			margin: 30px 0 30px 0 !important;
		}

		.macqcenter span {
			background: #458967;
			padding: 10px 0 10px 0;
			margin: 30px 0 30px 0 !important;
		}

			.salons div span.name a {
				color: #FFF !important;
				text-decoration: none;
				font-weight: bold;
			}

		.locations a.btn, .service a.btn {
			display: block;
			margin: 0 auto;
			padding: 10px 35px 10px 35px;
			color: #FFF;
			text-decoration: none;
			text-shadow: 1px 1px #000;
			background: rgba(255,255,255, 0.2);
			text-transform: none !important;
			font-size: 14px;
			letter-spacing: 0 !important;
			display: inline-table;
			margin-top: 10px;
		}

	.salons .warringah {
		width: 317px;
	}

footer {
	background: #efefef;
	padding-bottom: 50px;
	clear:both;
}

	#social {
		text-transform: uppercase;
		color: #FFF;
		vertical-align: middle;
		padding: 7px 0 10px 0;
		height: 73px;
		letter-spacing: 2px;
		font-size: 18px;
		text-align: center;
		margin-bottom: 40px;
	}

		#social a {
			margin-left: 20px;
			position: relative;
			top: 10px;
		}

	footer form#searchform label {
		display: none;
	}

	footer input[type="text"], footer input[type="email"] {
		padding: 10px;
		margin-right: 20px;
		width: 160px;
	}

	footer input[type="submit"] {
		border: 0;
		background: #76579b;
		padding: 10px 20px;
		color: #FFF;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 1px;
		font-family: 'pn_r', sans-serif;
	}

#gallery {
	padding: 30px;
	margin-bottom: 50px;
}

	#jsCarousel img {
		height: 166px;
	}

#salondetails {
	padding: 30px;
	color: #FFF;
	margin-bottom: 30px;
	margin-left: 20px;

}

	#salondetails h4, #salondetails a {
		color: #FFF;
		margin-top: 10px;
		text-decoration: none;
	}

	#salondetails h4 {
		font-size: 20px;
	}

#cta {
	padding: 60px;
	font-size: 40px;
	color: #FFF;
	font-family: 'pn_l', sans-serif;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

	#cta a.btn {
		font-size: 22px;
		display: inline-table;
		margin: 0 auto;
		background: rgba(0, 0, 0, .15);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 20px 30px 20px 30px;
		color: #FFF;
		text-decoration: none;
		margin-top: 50px;
	}

.jscarousal-horizontal {
	padding: 0 !important;
}

	.jscarousal-contents-horizontal {
		width: 764px !important;
	}


.service {
	width: 256px;
	padding: 22px;
	color: #FFF;
	margin-right: 25px;
	float: left;
	background: #4e2e7b; /* Old browsers */
	background: -moz-linear-gradient(top,  #77589c 0%, #4e2e7b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77589c), color-stop(100%,#4e2e7b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #77589c 0%,#4e2e7b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #77589c 0%,#4e2e7b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #77589c 0%,#4e2e7b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #77589c 0%,#4e2e7b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77589c', endColorstr='#4e2e7b',GradientType=0 ); /* IE6-9 */

}
	.service.last {
		margin-right: 0;
	}

	.service a {
		text-decoration: none;
		color: #FFF;
	}

	.service a.btn {
		font-size: 20px;
		margin: 0 auto;
		margin-top: 0px;
	}

	.service h4 {
		font-family: 'pn_l',sans-serif;
		font-size: 26px;
		letter-spacing: 1px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

.buy-button {
    width: 950px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 3;
    padding: 0;
}

.buy-button > li {
    display: none;
    position: absolute;
    color: #FFF;
    padding: 10px 10px;
    border-radius: 130px / 50px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.buy-button > li a, .buy-button > li {
    max-width: 170px;
    width: 170px;
    max-height: 50px;
    height: 50px;
}
.buy-button > li a {
    display: table-cell;
    vertical-align: middle;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    font-family: 'pn_l', sans-serif!important;
}
.buy-button > li a:hover {
    color: white!important;
    text-decoration: none;
    font-size: 14px!important;
    font-weight: 400;
    font-family: 'pn_l', sans-serif!important;
}
.buy-button > li:last-of-type {
    display: table;
    right: 0;
    margin: -18px -90px 0 0;
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78ac80', endColorstr='#8dbab5',GradientType=0 );
}
.buy-button > li:first-of-type {
    display: table;
    right: auto;
    margin: -18px 0 0 -20px;
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5301', endColorstr='#ff8100',GradientType=0 ); /* IE6-9 */
}

.Red, .category h4.Red, #menu-call-to-action.buy-button > .Red {
	background: #4e2e7b; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1184f 0%, #dd3944 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1184f), color-stop(100%,#dd3944)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1184f 0%,#dd3944 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1184f 0%,#dd3944 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1184f 0%,#dd3944 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e1184f 0%,#dd3944 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1184f', endColorstr='#dd3944',GradientType=0 ); /* IE6-9 */
}


.Purple, .category h4.Purple, #menu-call-to-action.buy-button > .Purple {
	background: #4e2e7b; /* Old browsers */
	background: -moz-linear-gradient(top,  #77589c 0%, #4e2e7b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77589c), color-stop(100%,#4e2e7b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #77589c 0%,#4e2e7b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #77589c 0%,#4e2e7b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #77589c 0%,#4e2e7b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #77589c 0%,#4e2e7b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77589c', endColorstr='#4e2e7b',GradientType=0 ); /* IE6-9 */
}

.Yellow, .category h4.Yellow, #menu-call-to-action.buy-button > .Yellow {
	background: #4e2e7b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd200 0%, #e3ee31 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd200), color-stop(100%,#e3ee31)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd200 0%,#e3ee31 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd200 0%,#e3ee31 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd200 0%,#e3ee31 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd200 0%,#e3ee31 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#e3ee31',GradientType=0 ); /* IE6-9 */
}


.Blue, .category h4.Blue, #menu-call-to-action.buy-button > .Blue {
	background: #4e2e7b; /* Old browsers */
	background: -moz-linear-gradient(top,  #5793b8 0%, #7ab9e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5793b8), color-stop(100%,#7ab9e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5793b8 0%,#7ab9e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5793b8 0%,#7ab9e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5793b8 0%,#7ab9e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5793b8 0%,#7ab9e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5793b8', endColorstr='#7ab9e2',GradientType=0 ); /* IE6-9 */
}

.Green, .category h4.Green, #menu-call-to-action.buy-button > .Green {
	background: #4e2e7b; /* Old browsers */
	background: -moz-linear-gradient(top,  #78ac80 0%, #8dbab5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78ac80), color-stop(100%,#8dbab5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #78ac80 0%,#8dbab5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #78ac80 0%,#8dbab5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #78ac80 0%,#8dbab5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #78ac80 0%,#8dbab5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78ac80', endColorstr='#8dbab5',GradientType=0 ); /* IE6-9 */
}

.Orange, .category h4.Orange, #menu-call-to-action.buy-button > .Orange {
	background: #4e2e7b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff5301 0%, #ff8100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5301), color-stop(100%,#ff8100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff5301 0%,#ff8100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff5301 0%,#ff8100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff5301 0%,#ff8100 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff5301 0%,#ff8100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5301', endColorstr='#ff8100',GradientType=0 ); /* IE6-9 */
}


.category h4 {
	padding: 5px 20px 5px 20px;
	color: #FFF;
	background: #4e2e7b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd200 0%, #e3ee31 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd200), color-stop(100%,#e3ee31)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd200 0%,#e3ee31 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd200 0%,#e3ee31 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd200 0%,#e3ee31 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd200 0%,#e3ee31 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#e3ee31',GradientType=0 ); /* IE6-9 */
}

.category li {
	list-style: none;
	margin-bottom: 5px;
}
	.prices {
		margin-top: 80px;
	}

	.category li span.price {
		text-align: right;
		float: right;
		display: block;
	}

	.category li {
		display: block;
		text-align: left;
	}

.socialsidetab {
	background: #f0f0f0;
	padding: 20px 80px 1px 20px;
	position: relative;
	left: -80px;
	top: 0px;
	z-index: 0;
	width: 41px;
}

	.socialsidetab a {
		display: block;
		margin-bottom: 20px;
	}

.search a {
	text-transform: uppercase;
	color: #494949;
	text-decoration: none;
	font-size: 14px;
}

.gform_wrapper {
overflow: inherit;
width: 50%;
margin: 0 auto !important;
border: 1px solid #ddd;
padding: 40px;
}

.neat {
	margin: 10px 0;
}

.invisible {
	color: transparent;
	border-color: transparent;
	background-color: transparent;
	height: 0px;
	margin: 0;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
font-size: 1em;
-webkit-appearance: none !important;
border: 0;
padding: 10px 30px;
float: right;
text-transform: uppercase;
margin-right: 20px;
margin-top: -15px;
background: #4e2e7b; /* Old browsers */
background: -moz-linear-gradient(top,  #77589c 0%, #4e2e7b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77589c), color-stop(100%,#4e2e7b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #77589c 0%,#4e2e7b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #77589c 0%,#4e2e7b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #77589c 0%,#4e2e7b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #77589c 0%,#4e2e7b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77589c', endColorstr='#4e2e7b',GradientType=0 ); /* IE6-9 */
color: #FFF;
font-family: 'pn_b', sans-serif;
}
.addtoany_share_save_container {
	margin-bottom: 0!important;
}

.search a, .search a:hover {
	display: block;
	margin-bottom: -20px;
	border-bottom: 3px solid #ddd;
	padding-bottom: 4px;
}

.posts-list .post:nth-of-type(2n+1) {background: #f5f5f5;}

.posts-list .post {padding: 20px;}

div.post h4 a, div.post h4 a:hover {
	font-size: 20px;
	border-bottom: 3px solid #ddd !important;
	text-decoration: none !important;
}
ul.post-categories {
	float: right;
}

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

	.post ul li {clear: both;}

.loctitle {
	margin-top: 100px;
	margin-bottom: 40px;
}


.locationscontainer h3 {
	margin-top: 0px;
	margin-bottom: 90px !important;
}


.sub-navimg {
	padding: 20px;
	height: 50px;
}

#sub-nav a:hover {
	border-bottom: none;
}

#sub-nav {
	margin-bottom: 50px;
}

	#sub-nav h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}


h2.center {
	margin: 0 auto !important;
}

footer .container {
	position: relative;
	left: 30px;
}

ul.widgets li {
	list-style: none;
	text-align: center;
}

shop-sidebar {
	list-style: none;
	text-align: center;
}

.widget_categories h4 {margin-bottom: 31.25px;}
.widget_categories ul {padding: 0; margin-bottom: 31.25px;}

.widget_categories a {color: #FFF;}

	ul.widgets li h4 {
		font-size: 25px;
		color: #FFF;
		border-bottom: 2px solid #fff;
	}

	ul.widget li h4 {
		font-size: 25px;
		color: #FFF;
		border-bottom: 2px solid #fff;
	}

li.pins-feed-item {
	display: block;
	margin: 0 auto !important;
	margin-left: 20px !important;
}

#sidebar {
	float: right;
	padding: 30px 20px;
	color: #FFF !important;
	margin-bottom: 30px;
	height: auto!important;
}

.fb-like-box.fb_iframe_widget {
	background: #fff;
}

	#fbfeeds > div {
		padding: 20px;
	}

		#fbfeeds div div {
			width: 270px !important;
		}

#social .social-input-row .social-label {
color: #333;
cursor: pointer;
font-size: 10px !important;
display: block;
left: 7px;
position: absolute;
top: 4px;
width: 70px;
}

#social .social-input-row, #social .form-submit {
clear: left;
margin: 0 0 10px;
overflow: hidden;
padding-left: 80px;
position: relative;
zoom: 1;
text-align: left;
font-size: 12px !important;
}

img.alignleft {
	float: left;
	padding: 20px 20px 20px 0;
}

img.alignright {
	float: right;
	padding: 20px 0 20px 20px;
}

img.alignnone {
	float: none;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
}

/* We need to organize this within the remaining CSS, but for now this will function fine.

.buy-button {
	width: 950px;
	margin: 0 auto;
	clear: both;
	position: relative;
	z-index: 3;
}

.buy-button > a {
	display: block;
	position: absolute;
	margin: -18px 0 0 -20px;
}

*/
.pagination {
	clear:both;
	width: 100%;
	height: 20px;
	padding: 15px 0;
}


.alignleft {
	float:left;
}

.alignright {
	float: right;
}
