/* 
	Theme Name: EX5 v.2.0
	Theme URL: http://www.exsite.ie
	Description: EX5 a Wordpress Template By exSite
	Author: Graziano & Marcel
	Version: 2.0 (responsive)
*/

/* #Reset & Basics
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/21px Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

nav 
{
	display: block;
}
.clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }


/* #Typography
================================================== */
	@font-face
{
font-family: VagRoundedLight;
src: url('../fonts/VagRounded/VAGRoundedLight.ttf');
} 
@font-face
{
font-family: VagRoundedBold;
src: url('../fonts/VagRounded/VAGRoundedBold.ttf');
}
   h1, h2, h3, h4, h5, h6 {margin-bottom: 5px;font-weight: bold;}
   p {margin-bottom: 5px; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;}
   h1 {font-size: 1.5em; line-height: 1em; }
   h2 {font-size: 1.375em; line-height: 1.0909em;}
   h3 {font-size: 1.25em; line-height: 1.2em;}
   h4 {font-size: 1.125em; line-height: 1.333em; }
   h5, h6 {font-size: 1em;line-height: 1.5em; }


/* #Links
================================================== */
	a, a:visited { color: #D04526; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* #Buttons
================================================== */
	
	.menu-toggle {
			padding: 6px 10px;
			padding: 0.428571429rem 0.714285714rem;
			font-size: 11px;
			font-size: 0.785714286rem;
			line-height: 1.428571429;
			font-weight: normal;
			color: #7c7c7c;
			background-color: #e6e6e6;
			background-repeat: repeat-x;
			background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
			background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
			background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
			background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
			background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
			border: 1px solid #d2d2d2;
			border-radius: 3px;
			box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
		}
		.menu-toggle
		{
			cursor: pointer;
		}
		
		.menu-toggle:hover {
			color: #5e5e5e;
			background-color: #ebebeb;
			background-repeat: repeat-x;
			background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
			background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
			background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
			background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
			background-image: linear-gradient(top, #f9f9f9, #ebebeb);
		}
		.menu-toggle:active,
		.menu-toggle.toggled-on
		{
			color: #757575;
			background-color: #e1e1e1;
			background-repeat: repeat-x;
			background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
			background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
			background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
			background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
			background-image: linear-gradient(top, #ebebeb, #e1e1e1);
			box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
			border: none;
		}
	
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.submit_button .button,
	.submit_button button,
	.submit_button input[type="submit"],
	.submit_button input[type="reset"],
	.submit_button input[type="button"] {
		background: #3F9056;
	  border: 1px solid #DDE6D5;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #DDE6D5;
	  display: inline-block;
	  float:right;
	  font-size: 16px;
	  text-decoration: none;
	  cursor: pointer;
	  line-height: normal;
	  padding: 5px 30px;
	  font-family: "VAGRoundedLight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
	  
	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }
	 
	 
	.submit_button .button:hover,
	.submit_button button:hover,
	.submit_button input[type="submit"]:hover,
	.submit_button input[type="reset"]:hover,
	.submit_button input[type="button"]:hover {
	background: none repeat scroll 0 0 #DDE6D5;
    border: 1px solid #3F9056;
    color: #3F9056;
    font-family: "VAGRoundedLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 100%;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #FDFDFC; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

/* #Navigation
================================================== */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}	
	
#copyright
{
	float: right;
}

#credits
{
	float: left;
}

#logo
{
	float: left;
}

#topdetails
{
	float: right;
}
#search_form{
	display:block;
	float: left;
	left:6%;
	top:10px;
    width: 200px;
	}
#search_form input[type="image"]{
		left:179px;
		position:relative;
		top:-30px;
		}	
#search_form input[type="text"],
	#search_form input[type="password"],
	#search_form input[type="email"],
	#search_form textarea,
	#search_form select {
		border: none;
		padding: 6px 26px 6px 6px;
		outline: none;
		font: 14px "VAGRoundedLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #0079BD;
		margin: 0;
		width: 170px;
		max-width: 100%;
		display: block;
		background: #e1edfa; 
		-webkit-border-radius:10px;
		border-radius:10px;
		 }
#social_icons{
	float:right;
}
#facebook{
	float:left;
	width:41px;
}
#twitter{
	float:left;
	width:41px;
}
#youtube{
	float:left;
	width:41px;
}
/* Max width of 770 pixels. */
@media screen and (max-width: 770px)
{	
	#sidebarright, .main-navigation, #sidebarleft, nav, .footer
	{
		left: 50% !important;
		text-align: center !important;
	}
	#sidebarright ul li, #sidebarleft ul li, nav, .footer, .footer li
	{
		text-align: center !important;
	}
}

/* Minimum width of 770 pixels. */
@media screen and (min-width: 770px)
{
	#sidebarright
	{
		float: right;
	}
	#layerslider_widget-2 h3{
		background: none repeat scroll 0 0 #3f9056;
    	border-radius: 5px 5px 5px 5px;
    	-webkit-border-radius:5px 5px 5px 5px;
    	color: #FFFFFF;
    	font-size: 1.2em;
    	margin-bottom:15px;
    	padding-left: 10px;
    }
}

.main-navigation { margin: -70px 0 0 0; padding-top: 0.85em; width: auto; font-family:VagRoundedLight, 'Lato', Georgia, serif; font-size: 1.0em; }

.main-navigation li { margin: 0 0 0.5em 0; display: block; float: right; clear: none;background:#ffffff; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding:5px 10px 5px 10px;}

.main-navigation li:hover { background: none repeat scroll 0 0 #0EBCEE; border-bottom-color: #484A50; border-radius: 15px 15px 0 0; -webkit-border-radius: 15px 15px 0 0; padding-bottom: 15px;}

.main-navigation li:hover a {color:#fff;}

.main-navigation li:last-child { margin-right: 0; }

.main-navigation a { display: block; color: #004c96; text-decoration:none; font-family:VagRoundedLight;font-size:1.125em;}

.main-navigation a:hover { color: #484a50; border-bottom-color: #484a50; }

.main-navigation .current-menu-item{background:#004c96;padding-bottom:15px;-webkit-border-radius: 15px 15px 0px 0px;border-radius: 15px 15px 0px 0px; }

.main-navigation .current-menu-item a{color:white;}

@media only screen and (max-width: 767px) {
.main-navigation .current-menu-item{background:#666; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background:none; }

.main-navigation { display:none; margin: 0 6% 0 0; padding: 0; }

.main-navigation li { margin: 0; display: block; float: left; width: 100%; clear: none; background:none; }

.main-navigation a { padding: 6px 0 8px; text-indent: 10px; color: #fff; background: rgba(194,100,40,0.75) url(../images/bg_arrow_white.png) 96% 50% no-repeat; border-top: 1px solid rgb(194,100,40); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.main-navigation a:hover { border-bottom: none; }

#sidr-right-link{
	display:block!important;
	}
}
.footer-navigation li{
	float:left;
	font-family:VAGRoundedLight;
	padding:0 20px;
	}
.footer-navigation li a{
	color:white;
	display:inline;
	float:left;
	}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Content
================================================== */
.boxpost h2, .pagetitle, .page-title{
	color:#3f9056;
	font-family:VAGRoundedBold;
	font-size:2.2em;
	}
.diaries h2#main_title{
	background:#3f9056;
	border-radius: 5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
	color:#ffffff;
	font-family:VAGRoundedBold;
	font-size:1.55em;
	padding-left:10px;
	width:45%;
	}
.latest_boxpost{
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	padding:20px 0;
	}
.latest_boxpost .thumbnail{
	margin-right:20px;
	float:left;
	}
.latest_description{
	margin-top:-10px;
	}
.latest_boxpost h2{
	color:#EC9038;
	 text-shadow: 0px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
	font-size:1.175em;
	}
.latest_boxpost h2:hover{
	text-decoration:underline;
	}
.latest_boxpost p{
	font-size:.8em;
	margin-bottom:-10px;
	}
.date{
	font-size:.8em;
	}
#rpwe a{
	background-image: url("../images/paw.png");
    background-position: 11px 7px;
    background-repeat: no-repeat;
    padding: 5px 10px 10px 40px;
    width: 232px;
    }
.rpwe-block{
	position:relative;
	}
.view_all{
	left:50%;
	padding-left:25px;
	position:absolute;
	top:-35px;
	width:50%;
}
.view_all a{
	background: none repeat scroll 0 0 #004E94 !important;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF !important;
    font-family: VAGRoundedLight;
    font-size: 15px;
    height: 22px;
    margin-top: 2px;
    min-width: 0 !important;
    padding: 0 0 0 6px !important;
    width: 72% !important;
	}
.rpwe-top-bar{
	background:#fff;
	display:block;
	height:40px;
	margin-left:15px;
	width:100%;
	}
#rpwe_widget-2{
	background:#0079c6;
	margin-top:30px;
	padding-bottom:5px;
	margin-bottom:25px;
}
#rpwe_widget-2 h3{
	color:white;
	font-family:VAGRounded;
	font-size:1.1em;
	line-height:1.7em;
	padding-left:15px;
	width:50%;
}
.rpwe-ul{
	background:white;
	}
.rows{
	background:#D6E7F6;
	}
.rows:hover{
	background:#fff;
	}
.altrows{
	background:#E1EDF9;
	}
.altrows:hover{
	background:#fff;
	}
.read{
	display:none;
	}
.top_image{
	max-height:190px;
	margin-bottom:20px;
	overflow:hidden;
	}
.small_top_image{
	max-height:100px;
	margin-bottom:20px;
	overflow:hidden;
	}
.around_form{
	
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
    padding: 15px;
	}
.around_form_1{
	border-radius: 5px;
    padding: 15px;
    width: 75%;
	}
.around_form_1 h3{
	font-size:1.3rem;
}
.around_form_1 h4{
	font-size:.825rem;
}
.required{
	color:#139143;
	}
.donation_label{
	color: #777777;
    float: left;
    width: 30%;
	}	
.donation_input{
	float:left;
	width:65%;
	border:1px solid #ccc;
	height: 30px;
	margin-bottom: 10px;
	}
.donation_input select {
	height: 28px;
	width: 100%;
	border: none;
	}
.page-id-786 input[type="text"]{
	border:1px solid #ccc;
	}	
.label{
	color:#3F9056;
	font-family:VAGRoundedLight;
    width: 100%;
    margin-top:10px;
    }
.dog_boxpost{
	border:2px solid #009dd6;
	border-radius:20px;
	-webkit-border-radius:20px;
	min-height:390px!important;
	margin-right:1.59%;
	margin-bottom:20px;
	padding:10px;
	}
.dog_boxpost .thumbnail img{
	height:auto;
	width:100%;
	}	
.dog_description h2{
	font-family:VAGRoundedLight;
	font-size:1.5em;
	}
.widget_archive{
	background:#0EBCEE;
	padding:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	float:left;
	font-size:.9em;
	margin-bottom:20px;
	}
.widget_archive h3{
	color:#004C96;
	font-family:VagRoundedBold;
	font-size:1.4em;
	}
.widget_archive ul, .widget_archive li{
	float:left;
	}
.widget_archive ul li a{	
	background-image: url("http://paws.ie/wp-content/themes/paws/images/paw.png");
	background-position:0px 0px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: VAGRoundedLight;
    padding-left: 23px;
	}
.widget_archive ul li a:hover{	
	color:#0079C6;
	}
.widget_recent_entries{
	background:#0EBCEE;
	padding:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom:20px;
	float:left;
	}
.widget_recent_entries ul, .widget_recent_entries li{
	float:left;
	}
.widget_recent_entries h3{
	color:#004C96;
	font-family:VagRoundedBold;
	font-size:1.4em;
	}
.widget_recent_entries ul li a{	
	background-image: url("http://paws.ie/wp-content/themes/paws/images/paw.png");
	background-position:0px 3px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: arial;
    font-size:.9em;
    padding-left: 23px;
    float:left;
	}
.widget_recent_entries ul li a:hover{	
	color:#0079C6;
	}
/* #diggdigg
================================================== */
.diggdigg#top{
	border-bottom:1px dashed #999;
	float:left;
	margin-bottom:20px;
	padding-bottom:20px;
	width:100%
	}
.diggdigg#bottom{
	float:left;
	margin-bottom:20px;
	}
.dd_twitter{
	float:left;
	width:85px;
	}
.dd_facebook{
	float:left;
	width:90px;
	}
.dd_linkedin{
	float:left;
	width:95px;
	}
.dd_google{
	float:left;
	width:70px;
	}		
/* sidr links style */

#sidr-left-link {
display: none;
background: url(../images/menu_icon.png);
position: absolute;
top: 70px;
left: 30px;
border: 1px solid #004C96;
width:53px;
height:53px;
}
#sidr-right-link {
display: none;
background: url(../images/menu_icon.png);
position: absolute;
top: 70px;
right: 30px;
border: 1px solid #004C96;
width:53px;
height:53px;
}
/*
==========================================================================================
Newsletter
==========================================================================================
*/
.newsletter{
	text-align: center;
	padding: 15px;
	background: #39bbe3;
	}
.newsletter h2{
	color:white;
	font-family:"VAGROUNDEDLIGHT";
	font-size:1.4em;
	text-transform:uppercase;
	margin-top:0px;
	}
.newsletter p{
	color:white;
	font-family:"VAGROUNDEDLIGHT";
	font-weight:300;
	margin-bottom:20px;
	text-align:left;
	}
.newsletter_submit{
	background: #1e73be;
	margin: 30px -15px -15px;
	height: 40px;
	padding: 0px;
	}
.newsletter_submit input[type="submit"],button,.newsletter_submit input[type="button"]{
	color:white;
	font-family:"VAGROUNDEDLIGHT";
	font-weight:300;
	text-transform:uppercase;
	background:transparent;
	border:none;
	font-size:1.2em;
	}	
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], .mc4wp-form input[type="date"], .mc4wp-form textarea, .mc4wp-form select{
	font-family:"VAGROUNDEDLIGHT";
	font-weight:500;
	border-radius:0px;
	-webkit-border-radius:0px;
	border:none;
	margin-bottom:-10px;
	border:1px solid #ddd;
	}
.glyphicon-send{
	font-size:2.5em;
	color:#1e73be;
	}
/* woocommerce
================================================== */
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first{
	clear both !important;
	}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	border: 2px solid #ededed !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	float: left !important;
	font-family: VAGROUNDEDLIGHT !important;
	margin: 0 3.8% 2.992em 0 !important;
	padding: 10px !important;
	position: relative !important;
	width: 21.2% !important;
	margin-left: 0 !important;
	min-height:300px !important;
	}
.woocommerce ul.products:hover li.product:hover, .woocommerce-page ul.products:hover li.product:hover{
	border:2px solid #009DD6 !important;
	}