@import url("style/css/reset.css");
@import url("style/css/typography.css");
@import url("style/css/twitter.css");
@import url("style/fonts.css");
/*

Theme Name: Pearsons2014		
Theme URI: no
Description: Pearsons 2014
Version: 2014
Author: Craig Hayes, Hayes Design 2014
Author URL: http://www.hayesdesign.co.nz

Colors
Light Green: 5d9045 - 8cd50b
Dark Green: 263a39 - 096546
Charcoal: 444444
Light Grey: f0f0f0

CSS Table of Contents

Basics
Structure
Header
Nav
Post Settings
Landing Page Columns
Style Select Styles
Comments Settings
Sidebar
Footer
Responsive
Wordpress Core
Roar Core

*/

/*--------------- 		Basics			---------------*/
html, body { height:100%; }
body {
	font-family: 'Open Sans', 'open_sansregular', Arial, sans-serif, Helvetica;
	font-weight:300;
}
.clear {
	clear:both;
	display:block;
}
/*--------------- 		Structure 		---------------*/
#page {
	background: #ffffff;
	max-width:80%;
	margin: 0px auto -250px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow:hidden;
}
#main { }
#content {
	margin: 0;
	width: 100%;
}
#primary {
	float: left;
	margin: 0 0 0 0;
	width: 100%;
}
#secondary {
	float: right;
	width: 0%;
	min-width:190px;
	background: #263a39;
	margin: 0 0 1% 0;
}
.post {
	border: none;
	min-width:284px;
	margin: 0px;
}
.postwrap {padding: 0px; }
/*--------------- 		Header 			---------------*/
.header {
	color:#fff;
	max-height:600px;
}
.header-wrapper {
	height:600px;
	max-width:1000px;
	margin: 0 auto;
	position:relative;
}
.header-contents {
	height:  100%;
	width:100%;
	margin:0;
	padding: 0;
	position:absolute;
}
.menulogo {
	max-width:200px;
	float:left;
}
/*--------------- 		Nav 			---------------*/
.nav-wrap {
	width:100%;
	margin: 0 auto;
	background: #444444;
	min-height:80px;
}
.nav-container {
	max-width:1280px;
	margin: 0 auto;
	height:100%;
}
nav {
	max-width:100%;
	float:right;
}
div#primarymenu {
	background: none;
	margin-left:250px;/* Old browsers */
}
#primarymenu ul, #primarymenu li {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
	float:right;
}
/*Change for bg colour */#primarymenu ul li {
	background: #444444;
	float:left;
	position:relative;
}
/*Change for main menu styling*/#primarymenu ul li a {
	height:52px;
	max-height: 80px;
	width: auto;
	display: block;
	color: #fff;
	font: 600 80%/2em 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 28px 20px 0 20px;
	text-transform:uppercase;
	-moz-transition: background 0.3s ease-in-out 0s;
	-webkit-transition: background 0.3s ease-in-out 0s;
	-o-transition: background 0.3s ease-in-out 0s;
}
/*Change for hover colour */#primarymenu ul li a:hover {
	background:#8cd50b;
	color: #444;
}
#primarymenu ul ul {
	position:absolute;
	top:-99999px;
	left:0;
	opacity: 0; /* Hide sub level */
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	z-index:497;
	background:#900;
	border: none;
}
/*Charge for sub-menu */#primarymenu ul ul a {
	background: #444444;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	border: none;
	color: #fff;
}
#primarymenu ul ul a:hover { border: none; }
#primarymenu ul ul ul {
	position:absolute;
	top:-99999px;
	left:100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out; /* Hide sub levels */
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: 
 opacity .5s ease-in-out;
	border: none;
}
#primarymenu ul li:hover>ul {
	opacity: 1;
	position:absolute;
	top:99%;
	left:0;
}
#primarymenu ul ul li:hover>ul {
	position:absolute;
	top:0;
	left:100%;
	opacity: 1;
	z-index:497;
	background:#333;
}
/* Current Page settings */
#primarymenu ul li.current_page_item > a, #primarymenu ul li.current-menu-ancestor > a, #primarymenu ul li.current-menu-item > a, #primarymenu ul li.current-menu-parent > a {
	background: #666;
	color: #8cd50b;
}
* html #primarymenu ul li.current_page_item a, * html #primarymenu ul li.current-menu-ancestor a, * html #primarymenu ul li.current-menu-item a, * html #primarymenu ul li.current-menu-parent a, * html #primarymenu ul li a:hover {
	background: #666;
	color: #8cd50b;
}
.makebooking, .makebooking a {
	background:#8cd50b !important;
	color:#444 !important;
}
.makebooking:hover, .makebooking a:hover {
	background:#444 !important;
	color:#8cd50b !important;
}
/*--Feature Bar--*/
.feature-bar-wrapper {
	background:#27a1e0;
	overflow:hidden;
	width:100%;
}
.feature-bar {
	max-width:1280px;
	margin: 0 auto;
	color:#fff;
	background:#27a1e0;
	overflow:hidden;
}
.feature-bar-text {
	float:left;
	width:50%;
	padding: 40px 2% 2% 2%;
}
.feature-bar-pic img {
	float:right;
	width:36%;
	margin: 29px 3% 2% 3%;
	box-shadow: 0px 5px 30px -15px #333333;
}
/*--------------- 		Post Settings			---------------*/
.post img {

	position:relative;
	overflow:hidden;
}
.postwrap table, .comment-content table {
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.postwrap th, .comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.postwrap td, .comment-content td {
	border: none;
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 5px;
	line-height: 18pt;
	font-size: 11pt;
}
#content .postwrap td p, #content .comment-content td p {
	line-height: 1.5em;
	font-size: 90%;
}
.postwrap tr, .comment-content td { border: none; }
#footer .widget {
	padding: 0px;
	border-bottom:0px dotted #ccc;
}
.roar_form { margin: 20px; }
/*--------------- 		Landing Page Rows			---------------*/
#landing .postwrap { padding:0; }
#landing .postwrap .post-edit-link { display:none; }
.rows { }
.row-one, .row-two, .row-three {
	width:100%;
	float:left;
	padding: 20px 0;
}
.row-one { }
.row-one h4, .row-two h4 {
	font-size: 200%;
	color: #50a4db;
	margin: 0 0 20px 20px;
	padding: 0;
}
.row-one ul {
	list-style:none;
	padding-left:0;
}
.row-one ul li {
	margin:0 2% 2% 2%;
	width:46%;
	float:left;
	border-bottom: 1px dotted #ccc;
}
.row-one ul li p { padding-left: 0px; }
.row-one ul li a {
	color:#064366;
	font-size: 200%;
	font-weight: 400;
}
.row-one ul li a:hover { color: #72bc44; }
.row-one p.rowdate {
	color:#50a4db;
	font-size: 100%;
}
.rows a.rowmore {
	font-size: 120%;
	color: #72bc44;
}
.rows a.rowmore:hover { color: #222; }
.row-two {
	background: #50a4db;
	padding: 20px 0;
}
.row-two a { color:#222; }
.row-two a:hover { color: #72bc44; }
.row-two h4, .row-two p { color:#fff; }
.row-three { background: #fff; }
/*--------------- 		Style Select Styles			---------------*/
.roar-column {
	float:left;
	width: 21%;
	padding: 2%;
}
.roar-half-column {
	float:left;
	width: 46%;
	padding: 2%;
}
.blue-block {
	color:#fff;
	text-align:center;
	background: #7dc7ec;
	padding:3%;
	margin:30px 0;
	border-top: 1px solid #52b4e6;
	border-bottom: 1px solid #52b4e6;
}
.blue-block h5 { color:#ffffff; }
.blue-block h1, .blue-block h2, .blue-block h3, .blue-block h4, .blue-block h5, .blue-block h6, .blue-block p { color:#ffffff; }
/*--------------- 		Comments Settings			---------------*/

.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover, .entry-header .comments-link a:focus, .entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply { visibility: hidden; }
/* Comments */

#comments-title {
	font: normal 80%/1em 'Open Sans', 'open_sansregular', Arial, sans-serif, Helvetica;
	padding: 20px 0;
}
.nopassword, .nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
	background: #eee;
}
.content .commentlist, .page-template-sidebar-page-php .commentlist { width: 100%; /* reset the width for the one-column and sidebar page layout */ }
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	background: #292929;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn { display: block; }
.comment-meta .fn { font-style: normal; }
.comment-meta {
	background: #444444;
	color: #92d4ef;
	font: normal 90%/2em 'Montserrat', 'Open Sans', 'open_sansregular', Arial, Helvetica, sans-serif;
	padding: 13px 20px 0 20px;
	height: 47px;
	max-height: 60px;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content { margin: 1.625em 0 0; }
.comment-meta a { font-weight: normal; }
.comment-meta a:focus, .comment-meta a:active, .comment-meta a:hover { }
.commentlist .avatar {
	padding: 0px;
	margin-left:-90px;
	position: absolute;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before { content: ''; }
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #26a9e0;
	color: #ffffff;
	display: inline-block;
	padding: 13px 20px 0 20px;
	height: 47px;
	max-height: 90px;
	font: normal 105%/2em 'Montserrat', 'Open Sans', 'open_sansregular', Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	float: right;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active { background: #ff2400; }
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
/* Post author highlighting */

.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta { color: #575757; }
.commentlist > li.bypostauthor .comment-meta a:focus, .commentlist > li.bypostauthor .comment-meta a:active, .commentlist > li.bypostauthor .comment-meta a:hover { }
.commentlist > li.bypostauthor:before { content: url(images/comment-arrow-bypostauthor.png); }
/* Post Author threaded comments */

.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
/* sidebar-page.php comments */

/* Make sure we have room for our comment avatars */

.page-template-sidebar-page-php .commentlist > li.comment, .page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */

.page-template-sidebar-page-php #respond { width: auto; }
/* Comment Form */

#respond {
	background: #333333;
	margin: 10px auto 1.625em;
	position: relative;
	width: 100%;
}
#respond p {
	font-size: 80%;
	padding: 0 20px;
}
#respond input[type="text"], #respond textarea {
	background: #fff;
	border: none;
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment { position: relative; }
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
	font-size: 90%;
	left: 4px;
	min-width: 60px;
	padding: 10px;
	position: relative;
	top: 35px;
	z-index: 1;
}
#respond input[type="text"]:focus, #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required, #respond .comment-form-email .required { color: #ff2400; }
#respond .comment-notes, #respond .logged-in-as {
	font-size: 70%;
	color:#fff;
}
#respond .form-submit {
	height: 60px;
	padding: 0px;
	margin-top:20px;
}
#respond input#submit {
	cursor: pointer;
	background: #26a9e0;
	color: #ffffff;
	display: inline-block;
	padding: 0 20px;
	height: 60px;
	max-height: 90px;
	font: normal 105%/2em 'Montserrat', 'Open Sans', 'open_sansregular', Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	float: right;
	border: none;
}
#respond input#submit:hover { background: #ff2400; }
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover { text-decoration: underline; }
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	padding: 20px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover { color: #ff4b33; }
#respond label { line-height: 2.2em; }
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 95%;
}
p.comment-form-comment { margin: 0; }
.form-allowed-tags { display: none; }
.comment-content {
	background: #333333;
	padding: 40px 20px;
}
.comment-content p { color: #fff; }
.reply {
	background: #333;
	height: 60px;
}
#respond .form-submit { font-size: 105%; }
.comment-date, time {
	float:right;
	font-weight: normal;
}
.says { color: #ffffff; }
.edit-link a {
	float: right;
	font-size: 80%;
	padding:10px;
}
.edit-link a:hover {
	background: #ff2400;
	color:#ffffff;
}
.post .commentlist ul { padding: 10px 0 10px 10px; }
.comment-awaiting-moderation {
	font-size: 80%;
	line-height: 1em;
}
/*--------------- 		Sidebar 		---------------*/
.widget { }
#secondary img {
	margin: 2% 2% 0 2%;
	width:auto;
}
/*--------------- 		Footer 			---------------*/
#push { height: 250px; }
.footer-btm-container {
	max-width:1240px;
	margin: 0 auto;
	height: 100%;
	padding: 0 20px;
}
#footer {
	color: #fff;
	height:330px;
	background: #444;
	width:100%;
	z-index:100;
}
.footercontainer {
	max-width:1280px;
	margin: 0 auto;
	height: 100%;
}
.footer-btm {
	color: #fff;
	height:50px;
	background: #fff;
	width:100%;
	z-index:100;
}
.foot-one {
	float:left;
	width:24%;
	float:left;
	padding: 40px 1% 0 0;
}
.foot-two {
	width:23%;
	float:left;
	padding: 40px 1% 0 1%;
}
.foot-three {
	width:23%;
	float:left;
	padding: 40px 1% 0 1%;
}
.foot-four {
	width:24%;
	height:290px;
	float:left;
	padding: 40px 0 0 1%;
	background:#8cd50b;
}
.png-btn {
	background: #27a1e0;
	width:60px;
	height: 60px;
	float:left;
	margin-top:20px;
}
.png-btn:hover {
	background: #222222;
	-moz-transition: background 0.3s ease-in-out 0s;
	-webkit-transition: background 0.3s ease-in-out 0s;
	-o-transition: background 0.3s ease-in-out 0s;
}
/*--------------- 		Wordpress Core	---------------*/
.alignnone { margin:5px 20px 20px 0; }
.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright, img.alignright {
	float:right !important;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone { margin:5px 20px 20px 0; }
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone { margin:5px 20px 20px 0; }
.wp-caption.alignleft { margin:5px 20px 20px 0; }
.wp-caption.alignright { margin:5px 0 20px 20px; }
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky { }
.bypostauthor { }
/*--------------- 		Roar Core			---------------*/
.roar-float-left { float:left; }
.roar-float-right { float:right; }
.datebox {
	background: #26a9e0;
	border: none;
	color: #fff;
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 60px;
	height:50px;
	padding-top: 12px;
}
.roar_form .gfield_required { color:#648f2c; }
/*Buttons*/
.btn, .roar_form .button {
	background: #72be44;
	color: #fff;
	padding: 1.5%;
	font-family: 'Open Sans', 'open_sansbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	border:none;
	-moz-transition: background 0.3s ease-in-out 0s;
	-webkit-transition: background 0.3s ease-in-out 0s;
	-o-transition: background 0.3s ease-in-out 0s;
}
.btn:visited { color:#fff; }
.btn:hover, .roar_form .button:hover {
	border: 0px solid #ffffff;
	background: #50a4db;
	color: #fff;
}
.postwrap .btn {
	font: 400 90%/1em 'Open Sans', Arial, sans-serif;
	color:#ffffff;
	text-transform:none;
	padding: 2%;
	display: inline-block;
}
#secondary .btn {
	background:#5d9045;
	font: 400 85%/1em 'Open Sans Bold', Arial, sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	padding: 3%;
}
#secondary .btn:hover { background: #444444; }
br { height:10px; }
#searchform { padding:20px; }
#s {
	background-color: #ffffff;
	color: #0375c5;
	border: 0px solid #fff;
	padding:6px;
}
.circle { list-style:circle; }
.nosidebar #primary { width:100%; }
.nosidebar #secondary { display:none }
hr {
	width:50%;
	margin: 5px 25%;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(140,213,11,0), rgba(140,213,11,0.75), rgba(140,213,11,0));
	background-image: -moz-linear-gradient(left, rgba(140,213,11,0), rgba(140,213,11,0.75), rgba(140,213,11,0));
	background-image: -ms-linear-gradient(left, rgba(140,213,11,0), rgba(140,213,11,0.75), rgba(140,213,11,0));
	background-image: -o-linear-gradient(left, rgba(140,213,11,0), rgba(140,213,11,0.75), rgba(140,213,11,0));
}
.hdline {
	margin: 5px 25%;
	height: 1px;
	border: 0;
	background: #8cd50b;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #8cd50b));
}
.btn_vc {
	background: none;
	color: #444;
	padding: 1.5%;
	width:86%;
	margin: 7%;
	font: 700 90%/1.5em 'Open Sans', Arial, sans-serif, Helvetica;
	text-transform:uppercase;
	border:3px solid #444;
	-moz-transition: background 0.3s ease-in-out 0s;
	-webkit-transition: background 0.3s ease-in-out 0s;
	-o-transition: background 0.3s ease-in-out 0s;
}
.btn_vc:visited { color:#fff; }
.btn_vc:hover, .roar_form .button:hover {
	border: 3px solid #fff;
	background: #8cd50b;
	color: #444;
}
.remove_margin { margin:0 !important; }
.circleimg { border-radius:50%; }
.gform_body img, .ui-datepicker-trigger { padding:0; }

/*--------------- 		Responsive		---------------*/
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) {
}
@media only screen and (max-width:1600px) {
}
@media only screen and (max-width:1280px) {
#page, #header-wrapper, .nav-container, .footercontainer { max-width:1024px; }
#s { width:55% }
}
@media only screen and (max-width:1140px) {
.menulogo {
	max-width:150px;
	height: auto;
}
}
@media only screen and (max-width:1024px) {
.rs-hide1024 { display:none; }
.rs-reveal1024 { display:block; }
.roarcolumn { width:46% }
#primarymenu ul li a {
	font: 600 70%/2em 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding: 28px 15px 0 15px;
}
}
@media only screen and (max-width:850px) {
.rs-hide850 { display:none; }
.rs-reveal850 { display:block; }
.rs-maintext, .rs-sectext { width: 62%; }
.wiclogo { display:none; }
.headerh1 { font-size: 26px; }
.headerp { }
	.headerbg { height:50% }}
@media only screen and (max-width:768px) {
.rs-hide768 {
display:none;
}
.rs-reveal768 {
display:block;
}
.rs-maintext, .rs-sectext {
 width: 86%;
 margin: 0 5% 0 5%;
}
.opacbg, .opacbluebg {
padding:2%;
}
#content, #page, #footer {
 width:auto;
 float:none;
}
#primary, #secondary {
 width:100%;
 float:none;
}
#page {
min-height: inherit;
}
#secondary {
 margin: 10px 0;
 overflow:hidden;
}
#secondary img {
}
#searchform {
display:none;
}
#footer {
}
.foot-two, .foot-three {
 width: 46%;
 padding: 2%;
}
.foot-one, .foot-four {
display:none;
}
.header-wrapper {
max-width:768px;
}
.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
 background:#000;
 color:#fff;
 border:0;
 font-size: 90%;
 font-family: 'Open Sans';
 margin:0 auto;
 height:50px;
 width:100%;
 text-align:center;
 padding:10px;
}
.responsiveMenuSelect option#menu-item {
background: #444;
}
.post {
margin:0;
}
.postwrap {
 margin:0 0 15px 0;
 padding:10px;
}
.resFOM {
visibility:visible;
}
#secondary .p-widget img {
 width:30%;
 float:left;
 padding-right: 20px;
}
#secondary .textwidget {
padding: 0 0 20px 0;
}
.jimcolumn, .jim-half-column {
width:98%
}
.nav-wrap {
min-height:50px;
}
nav {
 float:left;
 max-width:100%;
 padding:10px;
-moz-transition: background 0.3s ease-in-out 0s;
 -webkit-transition: background 0.3s ease-in-out 0s;
 -o-transition: background 0.3s ease-in-out 0s;
 z-index:500;
 padding:0;
}
#primarymenu ul, #primarymenu:active ul {
 display: none;
 position: absolute;
-moz-transition: background 0.3s ease-in-out 0s;
 -webkit-transition: background 0.3s ease-in-out 0s;
 -o-transition: background 0.3s ease-in-out 0s;
z-index:500;
}
#primarymenu ul li {
width:100%;
}
 #primarymenu:hover ul {
display: block;
-moz-transition: background 0.3s ease-in-out 0s;
 -webkit-transition: background 0.3s ease-in-out 0s;
 -o-transition: background 0.3s ease-in-out 0s;
}
#primarymenu ul ul {
float: right;
margin-left:40%;
width:60%;
background:#333;
}
#primarymenu ul ul li a {
background: #333;
}
.post #gallery-1 .gallery-item {
width:50%;
}
}
@media only screen and (max-width:480px) {
.rs-hide480 { display:none; }
.rs-reveal480 { display:block; }
.opacbg, .opacbg p { padding:0; }
.opacbg h3 { text-align:center; }
.rs-maintext {
	width: 96%;
	margin:0;
	padding:2%
}
.landing-contents .txtcenter p { text-align:center; }
#content, #page {
	width:auto;
	float:none;
}
#page { margin: 0 auto -50px; }
#push { height: 50px; }
#primary {
	width:100%;
	float:none;
}
.row-one ul li {
	margin:0 2% 2% 2%;
	width:96%;
}
.post #gallery-1 .gallery-item { width:100%; }
}
@media only screen and (max-width:320px) {
.rs-hide320 { display:none; }
.rs-reveal320 { display:block; }
.opacbg, .opacbg p { padding:0; }
.opacbg h3 { text-align:center; }
.rs-maintext {
	width: 283px;
	margin:0;
	text-align:center;
	padding:10px
}
#content, #page, #footer {
	width:auto;
	float:none;
	min-width:320px;
}
#primary {
	width:100%;
	float:none;
}
	#secondary {display: none;}
	}
