@charset "utf-8";

/* CSS Document */

/* Color Codes */

/*
blue: #15c1e5
green: #9bba1f
green updated to blue: #65C5EA
yellow: #ffa200
yellow: #FBDD2F
red: #e74c3c
red: #DD5F1E

hover

blue: #12adcc
green: #86a11b
green updated to blue: #36b1e2
yellow: #e59100
yellow: #efcc04
red: #cf4536
red: #c5531a

*/

/* Basic Styles */

.brps a:hover {
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.brps .blue-text {
	color: #65C5EA;
}

.brps .green-text {
	color: #36b1e2;
}

.brps .yellow-text {
	color: #FBDD2F;
}

.brps .red-text {
	color: #DD5F1E;
}

.brps .blue-bg {
	background-color: #65C5EA;
}

.brps .green-bg {
	background-color: #36b1e2;
}

.brps .yellow-bg {
	background-color: #FBDD2F;
}

.brps .red-bg {
	background-color: #DD5F1E;
}

.brps-semibold {
	font-weight: 600;
}

.brps .site-inner {
	background: url(img/crossword.png);
	background-attachment: fixed;
}

.brps .site-inner .wrap {
	padding-top: 75px;
	padding-top: 60px;
}

.brps.page .entry-content,
.brps.page .entry-content p:first-child,
.brps.page .entry-content h3:first-child {
	margin-top: 0;
}

.brps .sidebar .widget:first-child:before {
	margin-top: 0;
}

.brps .entry {
	border: none;
}

.brps .divider {
	border-top: 5px double #dedede;
	margin-top: 1.618em;
}

.brps .highlight {
	padding: 1.618em;
	background-color: #f7ffd9;
	border-radius: 5px;
	border: 1px solid #d7e5a1;
}

.brps .entry-content ul {
	list-style-image: url(img/list-item-bg.png);
}

.brps input,
.brps textarea {
	box-shadow: none;
	border-radius: 3px;
}

.brps button,
.brps input[type="button"],
.brps input[type="reset"],
.brps input[type="submit"],
.brps .button,
.brps .entry-content .button {
	border: none;
	background-image: none;
	color: #fff;
	background-color: #65C5EA;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	padding: 10px 25px;
	border-radius: 0;
}

.brps button:hover,
.brps input[type="button"]:hover,
.brps input[type="reset"]:hover,
.brps input[type="submit"]:hover,
.brps .button:hover,
.brps .entry-content .button:hover {
	background-color: #FBDD2F;
} 

/* Site Header and Navigation */

.brps .site-header {
	background-color: #65C5EA;
	background-color: #f5f5dc;
}

.brps .site-header .wrap {
	padding-top: 24px;
	padding-bottom: 0;
}

.brps .title-area {
	width: 143px;
	width: 152px;
	float: left;
	padding-bottom: 20px;
}

/*.brps .site-title a {
	width: 143px;
	height: 160px;
	text-indent: -9999px;
	display: block;
	background: url(img/logo-new.png) no-repeat center; 
}
*/
.brps .site-title a {
	width: 129px;
	height: 163px;
	text-indent: -9999px;
	display: block;
	background: url(img/brps-logo-new.png) no-repeat center;
	background-size: contain;
}

.brps .site-description {
	text-indent: -9999px;
	height: 0;
	margin-top: 0;
}

.brps .header-widget-area {
	margin-top: 20px;
	margin-top: 43px;
}

/* Menu Styles */

.brps .nav-wrap .menu li a {
	padding: 26px 0 16px;
	min-width: 120px;
	text-align: center;
	border-top: 20px solid #65C5EA;
	border-top: 20px solid #F5F5DC;
}

.brps .nav-wrap .menu li a:before {
	font-family: FontAwesome;
	display: table;
	font-size: 36px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
}

.brps .nav-wrap .menu li a:hover {
	bborder-top-color: transparent;
}

.brps .nav-wrap .menu .current-menu-item a {
	border-top-color: transparent;
}

.brps .menu .home a,
.brps .menu .contact a {
	background-color: #65C5EA;
}

.brps .menu .home a:hover,
.brps .menu .contact a:hover {
	background-color: #36b1e2;
}

.brps .menu .about a,
.brps .menu .gallery a {
	background-color: #FBDD2F;
}

.brps .menu .about a:hover,
.brps .menu .gallery a:hover {
	background-color: #e59100;
	background-color: #efcc04;
}

.brps .menu .news a {
	background-color: #DD5F1E;
}

.brps .menu .news a:hover {
	background-color: #c5531a;
}

.brps .menu .home a:before {
	content: '\f015';
}

.brps .menu .about a:before {
	content: '\f19d';
}

.brps .menu .news a:before {
	content: '\f040';
}

.brps .menu .gallery a:before {
	content: '\f03e';
}

.brps .menu .contact a:before {
	content: '\f0e6';
}

/* Page Headers */

.brps .page-header {
	background-color: #65C5EA;
}

.brps .blog-header,
.brps .search-header,
.brps .category-header {
	background-color: #DD5F1E;
}

.brps .page-header .wrap,
.brps .search-header .wrap,
.brps .category-header .wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}

.brps .blog-header .wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

.brps .page-header .entry-title,
.brps .blog-header .blog-title,
.brps .category-header .archive-title {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	font-family: 'Bowlby One', cursive;
	font-family: 'Open Sans', Arial, sans-serif;
}


.brps.archive .archive-description,
.brps.taxonomy .taxonomy-description {
	padding: 0;
	background-color: transparent;
	border: none;
	margin-bottom: 0;
}

.brps.search .archive-title {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
	color: #fff;
	font-size: 28px;
}

.brps.about .page-header,
.brps.gallery .page-header {
	background-color: #FBDD2F;
}

.brps .page-header .search-form,
.brps .blog-header .search-form,
.brps .category-header .search-form,
.brps .search-header .search-form {
	width: 75%;
	float:right;
	margin-top: 8px;
}

.brps .search-header .search-form {
	margin-top: 4px;
}

.brps .page-header .search-form input,
.brps .blog-header .search-form input,
.brps .category-header .search-form input,
.brps .search-header .search-form input {
	border: none;
	box-shadow: none;
	border-radius: 3px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #fff url(img/search-red.png) no-repeat 95% center;
}

.brps .page-header .search-form input {
	background-image: url(img/search-blue.png);
}

.brps.about .page-header .search-form input,
.brps.gallery .page-header .search-form input {
	background-image: url(img/search-yellow.png);
}


/* Site Footer */

.brps .footer-widgets {
	background-color: #65C5EA;
	background-color: #F5F5DC;
}

.brps .footer-widgets .wrap {
	padding-top: 10px;
	padding-bottom: 0;
}

.brps .footer-widgets a {
	color: #fff;
	color: #757575;
}

.brps .footer-widgets .widget-wrap > :not(.widget-title) {
	margin-top: 1.1em;
}


.brps .footer-widgets .widget {
	margin-bottom: 0;
}

.brps .footer-widgets-1, 
.brps .footer-widgets-2 {
	width: 48.717948717948715%;
}

.brps .footer-widgets-1 {
	margin-right: 2.56410256410258%;
	width: 54.717948717948715%;
}

.brps .footer-widgets-2 {
	margin-right: 0;
	width: 42.717948717948715%;
	padding-top: 35px;
}

.brps .footer-widgets-1 .addr, 
.brps .footer-widgets-1 .contact-info {
	line-height: 1.25em;
	margin-top: 1.25em;
}

.brps .footer-widgets-2 .fb-social {
	display: block;
	width: 43px;
	height: 43px;
	text-indent: -9999px;
	background: url(img/fb-icon.png) no-repeat center;
	float: right;
}

.brps .footer-widgets-2 .menu {
	float: right;
}

.brps .footer-widgets-2 .menu li {
	display: inline-block;
	float: left;
}

.brps .footer-widgets-2 .menu li a {
	font-size: 16px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.brps .footer-widgets-2 .menu li:last-child a {
	padding-right: 0;
}

.brps .footer-widgets-2 .footer-creds {
	font-size: 14px;
	text-align: right;
}

.brps .contact-info-container {
	padding-top: 20px;
}


/* Home Page */

/* Home Site Inner */

.brps.home .site-inner {
	display: none;
}

.brps .front-top-cs .wrap {
	padding: 0;
	width: 100%;
}

/* Slider Styles */


.brps .ls-noskin .ls-nav-prev,
.brps .ls-noskin .ls-nav-next {
	display: block;
	width: 50px;
	height: 50px;
	background-color: red;
	position: relative;
	z-index: 9999;
}

.brps .ls-noskin .ls-nav-prev {
	top: -60%;
	background: url(img/arrow-left.png) no-repeat center;
}

.brps .ls-noskin .ls-nav-next {
	top: -70%;
	left: 96%;
	background: url(img/arrow-right.png) no-repeat center;
}

.brps .front-second-cs .wrap,
.brps .front-third-cs .wrap,
.brps .front-fourth-cs .wrap {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Section One — Full Width Slider */


/* Section Two — Services Row One */

.brps .front-second-cs {
	background-color: #65C5EA;
}

.brps .front-second-cs .featuredpage .more-link {
	background-color: #FBDD2F;
}

.brps .front-second-cs .featuredpage .more-link:hover {
	background-color: #e59100;
	background-color: #efcc04;
}

/* Section Three — Services Row Two */

.brps .front-third-cs {
	background-color: #FBDD2F;
}

.brps .front-third-cs .featuredpage .more-link {
	background-color: #65C5EA;
}

.brps .front-third-cs .featuredpage .more-link:hover {
	background-color: #36b1e2;
}

/* Common Styles for Section Two & Three (Service Rows) */

.brps.home .featuredpage .widget-title {
	margin-bottom: .75em;
	font-family: "Bowlby One", cursive;
	font-family: "Open Sans", Arial, sans-serif;
	letter-spacing: normal;
	font-size: 30px;
	font-size: 32px;
	font-weight: bold;
}

.brps.home .featuredpage .widget-title a {
	color: #fff;
	
}

.brps.home .featuredpage .widget-title a:hover {
	color: #fff;
}

.brps.home .featuredpage .entry-content {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-top: 1.618em;
}

.brps.home .featuredpage .more-link {
	display: table;
	padding: 12px 24px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-top: 24px;
}

.brps.home .featuredpage.widget-first .more-link {
	background-color: #DD5F1E;
}

.brps.home .featuredpage.widget-first .more-link:hover {
	background-color: #c5531a;
}

.brps.home .featuredpage.widget-last .more-link {
	background-color: #65C5EA;
	background-color: #aed123;
}

.brps.home .featuredpage.widget-last .more-link:hover { 
	background-color: #36b1e2;
	background-color: #9cbb1f;
}


/* Section Four — Latest News */

.brps .front-fourth-cs {
	background-color: #DD5F1E;
}


.brps.home .featuredpost .widget-title {
	color: #fff;
	font-size: 40px;
	font-family: "Bowlby One", cursive;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 1.2em;
	margin-bottom: .75em;
}

.brps.home .featuredpost .post {
	background-color: #fff;
	padding: 30px;
}

.brps.home .featuredpost .entry {
	margin-bottom: 45px;
	padding-bottom: 30px;
}

.brps.home .featuredpost .entry:last-child {
	margin-bottom: 0;
}

.brps.home .featuredpost .entry-image {
	margin-right: 35px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.brps.home .featuredpost .entry-title {
	line-height: 1.318em;
	font-size: 24px;
}

.brps.home .featuredpost .entry-title a:hover {
		color: #DD5F1E;
}

.brps.home .featuredpost .entry-content {
	font-size: 14px;
	color: #555;
	margin-top: 1.618em;
}

.brps.home .featuredpost .entry-content .more-link {
	display: block;
	margin-top: 8px;
	font-weight: 600;
}

/* Contact Page */

.brps.contact .highlight {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 40px;
	border-radius: 5px;
}

.brps.contact .wpcf7-form input,
.brps.contact .wpcf7-form textarea {
	margin-top: 5px;
}

.brps.contact .wpcf7-form input,
.brps.contact .wpcf7-form select {
	width: 50%;
}

.brps.contact .wpcf7-form select option {
	padding-left: 1em;
}

.brps.contact .wpcf7-form input.wpcf7-submit {
	width: auto;
}

/* Basic Page Styles */

.brps.page h3 {
	font-size: 24px;
	font-family: 'Bowlby One', cursive;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #FBDD2F;
	font-weight: normal;
	font-weight: bold;
}

.brps.page h3:before {
	content: '\f0a1';
	font-family: FontAwesome;
	display: inline;
	padding-right: 15px;
}

/* Staff Page */

.brps.staff h3:before {
	content: '\f19d';
}

.brps .staff-member {
	font-size: 20px;
	font-weight: bold;
	color: #65C5EA;
}

.faq .faq-item {
	font-size: 18px;
	color: #65C5EA;
}

/* Sidebars */

/* Generic Blog Sidebar */

/* Activities Widget */

.brps .widget-gallery-rectangular {
	margin-top: 1.618em;
}

/* Upcoming Events */

.brps .tribe-events-list-widget .vcalendar {
	margin-top: 1.618em;
}

.brps .tribe-events-list-widget .entry-title {
	line-height: 0.618em;
	margin-bottom: 5px;
}

.brps .tribe-events-list-widget .entry-title a{
	font-size: 16px;
	color: #65C5EA;
	font-weight: 600;
	text-decoration: none !important;
}

.brps .tribe-events-list-widget .duration {
	font-weight: 600;
}

.brps .tribe-events-list-widget li {
	padding: 1em 1em 1em 1.2em;
	background: #eee;
	border-radius: 3px;
	border-left: 5px solid #65C5EA;
}

.brps .tribe-events-list-widget ol li {
	margin-bottom: 1em;
}

/* About BRPS */

.brps .sb-learn-more,
.brps .tribe-events-widget-link a{
	display: table;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 20px;
	background-color: #65C5EA;
	text-decoration: none !important;
	margin-top: 1em;
}

.brps .tribe-events-widget-link a {
	background-color: #FBDD2F;
}

.brps .tribe-events-widget-link a:hover {
	background-color: #65C5EA;
}

.brps .sb-learn-more:hover {
	color: #fff;
	background-color: #FBDD2F;
}

.brps .sb-learn-more:after,
.brps .tribe-events-widget-link a:after {
	content: '\f18e';
	font-family: 'FontAwesome';
	display: inline-block;
	padding-left: 5px;
	font-weight: normal;
}


/* Generic Page Sidebar */

/* About BRPS Menu */

.brps .sidebar .menu {
	margin-top: 1em;
}

.brps .sidebar .menu li a {
	display: block;
	background-color: #eee;
	color: #555;
	font-weight: 600;
	text-decoration: none !important;
	margin-bottom: .75em;
}

.brps .sidebar .menu li a:before {
	font-family:'FontAwesome';
	display: inline-block;
	padding: 12px 15px;
	background-color: #65C5EA;
	color: #fff;
	margin-right: 15px;
	font-weight: normal;
}

.brps .sidebar .menu li a:hover,
.brps .sidebar .menu .current-menu-item a {
	color: #fff;
	background-color: #DD5F1E;
}

.brps .sidebar .menu .mgmt a:before {
	content: '\f085';
}

.brps .sidebar .menu .staff a:before {
	content: '\f12e';
	background-color: #65C5EA;
	background-color: #aed123;
}

.brps .sidebar .menu .fee a:before {
	content: '\f0d6';
	background-color: #FBDD2F;
}

.brps .sidebar .menu .session a:before {
	content: '\f133';
	background-color: #65C5EA;
	background-color: #aed123;
}

.brps .sidebar .menu .enrol a:before {
	content: '\f044';
}

/* Testimonial Slider */

.brps .sidebar .testimonial_rotator_wrap {
	background: url(img/quote-bubble.png) no-repeat center bottom;
	padding:0 0 46px 0;
	margin: 1.618em 0 0 0;
}

.brps .sidebar .testimonial_rotator {
	background-color: #eee;
	border-radius: 10px;
}

.brps .sidebar .testimonial_rotator_wrap blockquote {
	margin: 0;
	padding: 1em;
}
.brps .sidebar .testimonial_rotator_wrap blockquote:before {
	display: none;
}
 
/* Contact Page Sidebar */

.brps .content-indent {
	padding-left: 30px;
}

.brps .sb-addr {
	display: inline-block;
	background: url(img/addr-bg.png) no-repeat center left; 
}

.brps .sb-phone {
	display: inline-block;
	background: url(img/phone-bg.png) no-repeat center left; 
}

.brps .sb-email {
	display: inline-block;
	background: url(img/mail-bg.png) no-repeat center left; 
}

.brps a.sbmail {
	color: #555;
}

.brps a.sbmail:hover {
	color: #FBDD2F;
}

.brps .sb-download-form {
	color: #fff;
	background-color: #FBDD2F;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none !important;
	text-align: center;
	display: block;
}

.brps .sb-download-form .fa {
	padding-right: 5px;
	font-weight: normal;
}

.brps .sb-download-form:hover {
	color: #fff;
	background-color: #65C5EA;
}

.brps .sidebar .widget {
	padding-bottom: 10px;
	bmackground: url(img/widget-border.png) no-repeat center bottom;
}


.brps .sidebar .widget-last {
	padding-bottom: 0;
	background: none;
}

/* Table Styles */

.brps .tablepress {
	border: 1px solid #ccc;
}

.brps .fee-structure {
	border: 3px double #ccc;
}

.brps .tablepress .odd td {
	background-color: #f7f7f7;
}

.brps .tablepress .even td {
	background-color: #fff6f5;
}

.brps .tablepress .row-hover tr:hover td {
	background-color: #fff7d9
}

.brps .holidays td.column-1 {
	font-weight: 600;
}

.brps .holidays .even td,
.brps .term-dates .even td,
.brps .time-table .even td {
	background-color: #f9f9f9;
}

.brps .time-table {
	margin-top: 2.618em;
} 

/* Blog Styles */

.brps.blog .content .entry-title,
.brps.archive .content .entry-title,
.brps.search .content .entry-title {
	margin-top: 0.381em;
	margin-bottom: 0.618em;
}

.brps .entry-header .entry-meta {
	font-variant: normal;
	letter-spacing: normal;
}

.brps .entry-meta .entry-time {
	background: url(img/post-date-bg.png) no-repeat center left;
	padding-left: 25px;
}

.brps .entry-content .more-link-excerpt .more-link {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: #FBDD2F;
	padding: 10px 20px;
	border-bottom: none;
	display: inline-block;
}

.brps .entry-content .more-link-excerpt .more-link:hover {
	background-color: #65C5EA;
}

/* Pagination Styles */

.brps .archive-pagination li a,
.brps .entry-pagination li a{
	padding: 10px 19px;
	border-radius: 25px;
	background-color: #65C5EA;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-right: 5px;
}

.brps .archive-pagination li a:hover,
.brps .archive-pagination li.active a {
	background-color: #65C5EA;
}

.brps .archive-pagination li.pagination-next a,
.brps .archive-pagination li.pagination-previous a {
	background-color: #FBDD2F;
}

/* Explore Button */

.brps .explore-school {
	display: block;
	background-color: #DD5F1E;
	color: #fff;
	font-family: "Bowlby One SC", cursive;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 26px;
	text-align: center;
	padding: 15px;
	margin-top: 50px;
	margin-bottom: 75px;
}

.brps .explore-school:hover {
	color: #fff;
	background-color: #65C5EA;
}

/* Single Post */

.brps.single .content .entry-title {
	margin-bottom: 0.618em;
}

.brps .comment-list .comment .comment{
	border-left: 1px solid #ccc;
	margin-left: 0;
	padding-left: 1.618em;
}

/* Gallery Page */

.brps.gallery h3 {
	font-size: 30px;
	color: #65C5EA;
	margin-bottom: 1em;
}

.brps.gallery h3:before {
	content: '\f1b0';
}

.brps .gallery-more {
	font-size: 18px;
	font-size: 20px;
	font-family: 'Bowlby One', cursive;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #FBDD2F;
	display: inline-block;
	padding: 10px 25px;
	text-decoration: none !important;
	margin-bottom: 2em;
	text-transform: capitalize;
}

.brps .gallery-more:hover {
	color: #fff;
	background-color: #65C5EA;
}

/* Events Archive */

.events-archive .site-inner {
	border-top: 10px solid #DD5F1E; 
}

/* Misc Fixes */

.brps.error404 input,
.brps.error404 select,
.brps.error404 textarea {
	width: auto;
	margin-top: 20px;
}

/* Responsive Fixes */

@media only screen and (max-width: 1139px) {

	/* Full width layout */
	
	.brps.lander .menu-toggle,
	.brps.lander .sub-menu-toggle {
		display: none;
	}
	
	.brps.lander .nav-primary {
		display: block;
	}
	
	.brps.lander.full-width-content .footer-widgets .widget-area {
		clear: none;
		float: left;
	}
	
	.brps.lander.full-width-content .footer-widgets-1 {
		margin-right: 2.5641%;
		width: 54.7179%;
	}
	
	.brps.lander.full-width-content .footer-widgets-2 {
		margin-right: 0;
		width: 42.7179%;
	}
	
	/* Content-Sidebar */
	
	.brps.lander.content-sidebar .wrap {
		width: auto;
	}
	
	.brps.lander.content-sidebar .wrap .content-sidebar-wrap {
		width: auto;
	}
	
	.brps.content-sidebar .content {
		width: 62.75%;
	}
	
	.brps.lander.content-sidebar .sidebar-primary {
		width: 31.37%;
		clear: none;
		float: right;
	}
}

@media only screen and (max-width: 1123px) {

	.brps.lander .footer-widgets .widget-wrap {
		font-size: 16px;
	}
	
	.brps.lander .footer-widgets-2 .widget-last .textwidget {
		margin-top: 0;
	}
	.brps.lander .footer-widgets-2 .widget-last .textwidget p {
		margin-top: 1em;
	}
	
	.brps.home .featuredpage .widget-title {
		font-size: 24px;
	}
	
	.brps.home .featuredpage .more-link {
		font-size: 15px;
		padding: 10px 20px;
	}
	
	.brps.home .featuredpost .entry-title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1024px) {

	.brps.lander .footer-widgets-2 .footer-creds {
		text-align: left;
	}

	.brps.lander .footer-widgets-2 .menu {
		float: none;
	}
	
	.brps.lander .footer-widgets-2 .menu li:first-child a {
		padding-left: 0;
	}
	
	.brps.lander .footer-widgets-2 .menu li:last-child a {
		padding-right: 0;
	}
}

@media only screen and (max-width: 982px) {

	.brps.lander .wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.brps .front-top-cs .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	
	.brps.lander .nav-primary {
		margin-left: 30px;
		margin-right: 0;
	}
	
	.brps.lander .nav-wrap .menu li a {
		min-width: 105px;
	}
}

@media only screen and (max-width: 845px) {
		
	.brps.content-sidebar .content {
		width: auto;
	}
	
	.brps.lander.content-sidebar .sidebar-primary {
		width: auto;
		clear: both;
		float: none;
	}
	
	.brps.lander.content-sidebar .footer-widgets .widget-area {
		clear: both;
		float: none;
		width: auto;
	}
	
	.brps.lander.content-sidebar .footer-widgets-2 .fb-social,
	.brps.lander.content-sidebar .footer-widgets-2 .menu	{
		float: none;
	}
	
	.brps.lander.content-sidebar .footer-widgets-2 .menu li:first-child a {
		padding-left: 0;
	}
	
	.brps.lander.content-sidebar .footer-widgets-2 .footer-creds {
		text-align: left;
	}
	
	.brps.lander.content-sidebar .footer-widgets-2 .widget-last .textwidget p {
		margin-top: 0;
	}
}

@media only screen and (max-width: 768px) {

	.brps.content-sidebar .content {
		width: 100%;
	}

	.brps.home .featuredpage .more-link {
		margin-bottom: 24px;
	}
	
	.brps.lander .menu-toggle,
	.brps.lander .sub-menu-toggle {
		display: block;
		visibility: visible;
	}
	
	.brps.lander.content-sidebar .menu-toggle:before, 
	.brps.lander.sidebar-content .menu-toggle:before {
		content: "\2261\00a0Menu";
	}
	.brps.lander.content-sidebar .menu-toggle.activated:before,
	.brps.lander.sidebar-content .menu-toggle.activated:before {
		content: "\2191\00a0Menu";
	}
	.brps.lander.content-sidebar .sub-menu-toggle:before,
	.brps.lander.sidebar-content .sub-menu-toggle:before {
		content: "+";
	}
	.brps.lander.content-sidebar .sub-menu-toggle.activated:before,
	.brps.lander.sidebar-content .sub-menu-toggle.activated:before {
		content: "-";
	}
	
	.brps.lander .nav-primary {
		display: none;
	}
	
	.brps.lander .menu-toggle {
		margin-left: 0;
		margin-right: 0;
		float: right;
		margin-bottom: 20px;
	}
	
	.brps.lander .menu-toggle:hover,
	.brps.lander .menu-toggle.activated	{
		color: #fff;
		background-color: #36b1e2;
	}
	
	.brps.lander .nav-wrap .menu li a:before {
		display: none;
	}
	
	.brps.lander .nav-wrap .menu li a {
		padding: 10px 12px;
		min-width: 0;
		border-top: none;
	}
	
	.brps.lander .page-header .search-form,
	.brps.lander .blog-header .search-form,
	.brps.lander .category-header .search-form,
	.brps.lander .search-header .search-form {
		float: none;
		margin-top: 20px;
		width: 100%;
		font-size: 13px;
	}
	
	.brps .page-header .entry-title,
	.brps .blog-header .blog-title,
	.brps .category-header .archive-title {
		font-size: 32px;
	}
	
	.brps.lander.full-width-content .footer-widgets .widget-area {
		clear: both;
		float: none;
		width: auto;
	}
	
	.brps.lander.full-width-content .footer-widgets-2 .fb-social,
	.brps.lander.full-width-content .footer-widgets-2 .menu	{
		float: none;
	}
	
	.brps.lander.full-width-content .footer-widgets-2 .menu li:first-child a {
		padding-left: 0;
	}
	
	.brps.lander.full-width-content .footer-widgets-2 .footer-creds {
		text-align: left;
	}
	
	.brps.lander.full-width-content .footer-widgets-2 .widget-last .textwidget p {
		margin-top: 0;
	}
	
}

@media only screen and (max-width: 669px) {

	.brps.lander .nav-wrap .menu li a:before {
		display: inline-block;
		font-size: 16px;
		padding-right: 10px;
	}
	
	.brps.lander .nav-wrap .menu li {
		display: block;
	}
	
	.brps.lander .nav-wrap .menu li a {
		text-align: left;
	}
	
	.brps.lander .header-widget-area {
		width: 60%;
	}
	
	.brps.lander .featuredpost a.alignleft {
		float: none;
	}
	
	.brps.gallery h3 {
		font-size: 24px;
	}
	.brps .gallery-more {
		font-size: 15px;
		padding: 10px 20px;
	}
	
	.brps.gallery .gallery-item {
		float: none !important;
		width: auto !important;
		text-align: left !important;
	}
	.brps.gallery .gallery-item img {
		border: none !important;
	}
	
	.brps .tablepress,
	.brps .table {
		width: auto;
	}
	
	.brps .tablepress td,
	.brps .tablepress th {
		padding: 5px;
	}
	
	.brps.contact .wpcf7-form input,
	.brps.contact .wpcf7-form select {
		width: 100%;
	} 
}

@media only screen and (max-width: 417px) {

	.brps.lander .wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.brps.lander .front-top-cs .wrap {
		padding: 0;
	}

	.brps.lander .title-area {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	.brps.lander .menu-toggle {
		float: none;
	}
	
	.brps.lander .header-widget-area {
		width: auto;
		float: none;
	}
	.brps.lander .nav-primary {
		margin-left: 0;
	}
	
	.brps.home .featuredpost a img {
		max-width: 100%;
	}
	
	.brps.home .featuredpost .entry-image {
		margin-right: 0;
	}
	
	.brps .content-indent {
		padding-left: 0;
	}
	
	.brps .sb-addr,
	.brps .sb-phone,
	.brps .sb-email	{
		padding-left: 20px;
	}
	
	.brps .sb-phone {
		display: block;
	}
	
	.brps a.sbmail {
		font-size: 13px;
	}
	
	.brps.lander .footer-widgets-1 .alignleft {
		float: none;
		margin: 0;
	}
	
	.brps .footer-widgets-2 .menu li {
		display: block;
		float: none;
	}
	.brps .footer-widgets-2 .menu li  a {
		text-decoration: underline;
	}
	
	.brps .footer-widgets-2 .menu li a {
		padding-left: 0;
	}
	
	.brps .tablepress td,
	.brps .tablepress th {
		padding: 5px;
	}
	
	.brps .time-table td,
	.brps .time-table th {
		display: block; 
	}
	
	.brps .time-table thead,
	.brps .time-table tbody {
		float: left;
	}
	
	.brps .time-table tbody {
		border-bottom: none;
	}
	
	.brps.contact .wpcf7-form input,
	.brps.contact .wpcf7-form select {
		width: 75%;
	} 
	
}

@media only screen and (max-width: 240px) {
	.brps a.sbmail,
	.brps .contact-info a {
		word-wrap:	break-word;
		display: inline;
	}
	
	.lander .widget-wrap {
		font-size: 13px;
	}
	
	.brps.error404 input,
	.brps.error404 select,
	.brps.error404 textarea,
	.brps.contact .wpcf7-form input,
	.brps.contact .wpcf7-form select {
		width: 175px;
	}
	
	.brps .time-table th {
		text-transform: capitalize;
	}
	
	.brps .time-table thead,
	.brps .time-table tbody {
		font-size: 13px; 
	}
	 
	.brps #tribe-events-pg-template {
		padding: 0 0 0 0;
	}
}