/*
Theme Name:		Brisbane Garage Doors 2017
Description:	Custom theme built on Genesis by Tailored Media 2017.
Author:			Tailored Media
Author URI:		http://www.tailoredmedia.com.au/
Version:		2.5
Template:		genesis
Template Version: 2.5.0
*/




/**
 *	General Defaults
 */
body {
	background: #FFF;
}

a,
img,
a img,
a:hover img {
	outline: none !important;
}

a,
a:link {
	color: #364984;
}

a:hover,
a:active {
	color: #071747;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lato, sans-serif;
	font-family: 'Open Sans', sans-serif;
}


/**
 *	Site Width
 */
.tws-flexslider-wrap .flexslider {
	width: 1200px;
	max-width: 100%;
}

.site-inner,
.wrap {
	width: 1200px;
	max-width: 95%;
}

.wrap {
	max-width: 100%;
}



/** 
 *	Pre Header
 */
.pre-header {
	background: #f8f8f8;
	border-bottom: 1px solid #f0f0f0;
	text-align: right;
	line-height: 1.2;
}

.pre-header .wrap {
	max-width: 98%;
	padding: 0.5em 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1em;
}

.pre-header .wrap::before,
.pre-header .wrap::after {
	display: none;
}

.pre-header p {
	font-size: 0.85em;
	margin: 0;
}

.pre-header p.social i {
	font-size: 1.4em;
	margin-right: 0.2em;
}

.pre-header a {
	text-decoration: none;
}

@media only screen and (min-width: 700px) {
	.pre-header .wrap {
		grid-template-columns: auto auto;
		grid-template-areas: "social email";
	}

	.pre-header p.email {
		grid-area: email;
		text-align: right;
	}

	.pre-header p.social {
		grid-area: social;
		text-align: left;
	}

}



/**
 *	Header
 */
.site-header {
	text-align: center;
}

.site-header .wrap {
	max-width: 98%;
}

.site-header .wrap> :last-child {
	margin-bottom: 0;
}

.site-header p:last-child {
	margin-bottom: 0;
}

.site-header .site-title {
	float: left;
	max-width: 60%;
}

.site-header .site-title img {}

.site-header .hamburger-menu-toggle {
	font-size: 1.3em;
	float: right;
	margin: 0.5em 3% 0 0;
}

.site-header .hamburger-menu-toggle a {
	color: inherit;
	float: none;
}

.site-header p.phone {
	text-align: right;
	font-size: 1.1em;
	line-height: 1.2;
	clear: both;
	padding-top: 1em;
}

.site-header p.phone a {
	color: #201c1b;
	text-decoration: none;
}

.site-header p.phone strong {
	font-size: 1.1em;
	display: block;
	font-weight: bold;
}

.site-header p.phone em {
	color: #384685;
	font-style: inherit;
}

.site-header p.phone .tel {}

.site-header p.phone .small {
	color: #4e4e4c;
}

@media only screen and (min-width: 500px) {
	.site-header .hamburger-menu-toggle {
		margin-top: 1em;
	}

	.site-header p.phone {
		font-size: 1.2em;
		padding-top: 0.6em;
	}
}

@media only screen and (min-width: 960px) {
	.site-header p.phone {}

	.site-header p.phone {
		float: right;
		clear: right;
	}
}

/*
@media only screen and (max-width: 960px) {
	.site-header .wrap { padding-right:6em; }
	.site-header .hamburger-menu-toggle { position:absolute; top:1em; right:0.5em; font-size:1.1em; color:#CCC; }
	.site-header .hamburger-menu-toggle a { color:inherit; }
}

@media only screen and (min-width: 450px) and (max-width: 960px) {
	.site-header .wrap { padding-right:7em; }
	.site-header .hamburger-menu-toggle { font-size:1.5em; }	
}

@media only screen and (min-width: 960px) {
	
}



/**
 *	Menu Bar
 */
.nav-primary {
	background: #c9251c;
	color: #FFF;
}

@media only screen and (max-width:960px) {
	.nav-primary {}
}

@media only screen and (min-width:960px) {
	.nav-primary {
		text-align: center;
	}

	.nav-primary ul.menu {
		text-transform: none;
		padding: 0 0;
	}

	.nav-primary ul.menu li a {
		padding: 1.1em 0.5em;
		color: inherit;
	}

	.nav-primary ul.menu li.current-menu-item>a,
	.nav-primary ul.menu li.current-menu-ancestor>a,
	.nav-primary ul.menu li:hover>a,
	.nav-primary ul.menu li a:focus,
	.nav-primary ul.menu li a:hover {
		background: #384886;
		color: inherit;
	}

	.nav-primary ul.menu ul.sub-menu {
		background: #384886;
	}

	.nav-primary ul.menu ul.sub-menu li {}

	.nav-primary ul.menu ul.sub-menu li a {
		background: none;
		color: #EEE !important;
		padding: 0.9em 1em;
		font-size: 1.5rem;
	}

	.nav-primary ul.menu ul.sub-menu li.current-menu-item>a,
	.nav-primary ul.menu ul.sub-menu li.current-menu-ancestor>a,
	.nav-primary ul.menu ul.sub-menu li:hover>a,
	.nav-primary ul.menu ul.sub-menu li a:focus,
	.nav-primary ul.menu ul.sub-menu li a:hover {
		background: none;
		color: #FFF !important;
		font-weight: bold;
	}
}

@media only screen and (min-width:1200px) {
	.nav-primary ul.menu>li>a {
		padding: 1.3em 1em;
	}
}



/**
 *	Hero Banner
 */
.tws-flexslider-wrap {
	position: relative;
	z-index: 1;
	line-height: 1;
}

.tws-flexslider-wrap .flexslider {
	margin: 0 auto;
	overflow: hidden;
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}




/**
 *	Content
 */
.entry-comments,
.comment-respond,
.entry-pings,
.content .entry,
.sidebar .widget {
	background: none;
	border-radius: 0;
	padding: 0;
}

.archive-description,
.author-box {
	background: none;
	font-size: 1em;
	padding: 0;
	margin: 0 0 1em 0;
}

.archive-title,
.entry-title {
	font-size: 1.8em;
}

.archive-title,
.entry-title,
.entry-title a {
	color: #384786;
}


h1 strong,
h2 strong,
h3 strong,
h4 strong {
	font-weight: inherit;
}

h1,
h2 {
	font-size: 1.5em;
	font-weight: 400;
	color: #384786;
}

h1 strong,
h2 strong {}

h3 {
	font-size: 1.3em;
	font-weight: 400;
}

h3 strong {}

h4 {
	font-size: 1.2em;
	font-weight: 600;
}

h4 strong {}

.entry-content p,
.entry-content ol,
.entry-content ul {
	margin-bottom: 1.2em;
}

.entry-content> :last-child {
	margin-bottom: 0;
}

blockquote {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 2.5em;
	font-style: inherit;
}

blockquote::before {
	font-family: sans-serif;
	font-size: 5.5em;
	top: -0.4em;
	left: -0.4em;
	opacity: 0.3;
}

blockquote:last-child {
	margin-bottom: 0;
}

blockquote> :last-child {
	margin-bottom: 0;
}



.content-stripe {
	margin: 3em 0;
	clear: both;
}



/**
 *	Homepage Hero Banner
 */
.template-homepage .hero-banner {
	line-height: 1px;
	background: url(images/homepage-banner3.jpg) center center no-repeat;
	background-size: cover;
}

.template-homepage .hero-banner {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}

.template-homepage .hero-banner .wrap {
	line-height: 1.4;
}

.template-homepage .hero-banner img.banner {
	display: none;
}

.template-homepage .hero-banner .text {
	padding: 1em;
	color: #FFF;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1), 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.template-homepage .hero-banner .text .heading {
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 1.1;
}

.template-homepage .hero-banner .text .heading strong {
	font-size: 1.5em;
	font-weight: bold;
	display: block;
}

.template-homepage .hero-banner .enquiry {
	background: rgba(0, 0, 0, 0.8);
	padding: 1.5em;
	color: #FFF;
}

.template-homepage .hero-banner .enquiry {}

.template-homepage .hero-banner .enquiry .form-heading {
	font-size: 1.2em;
	margin: 1em 0;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}

.template-homepage .hero-banner .gform_wrapper .gfield_label {
	display: none;
}

.template-homepage .hero-banner .gform_wrapper .ginput_container input,
.template-homepage .hero-banner .gform_wrapper .ginput_container textarea {
	border-radius: 0.4em;
	padding: 5px 4px;
	padding: 7px 8px !important;
}

.template-homepage .hero-banner .gform_wrapper div.validation_error,
.template-homepage .hero-banner .gform_wrapper .validation_message {
	color: #ee524a;
}

.template-homepage .hero-banner .gform_wrapper .gform_footer {
	text-align: center;
}

.template-homepage .hero-banner .gform_wrapper .gform_footer input {}

@media only screen and (max-width:959px) {
	.template-homepage .hero-banner {
		border-top: 1em solid #c9251c;
	}
}

@media only screen and (min-width:800px) {
	.template-homepage .hero-banner .text {
		width: 50%;
		float: right;
		text-align: right;
		margin-top: 10%;
		font-size: 1.1em;
	}

	.template-homepage .hero-banner .enquiry {
		width: 47%;
		float: left;
		height: 100%;
	}
}

@media only screen and (min-width:1100px) {
	.template-homepage .hero-banner .enquiry {
		width: 30%;
	}

	.template-homepage .hero-banner .text {
		width: 55%;
		margin-top: 12%;
		font-size: 1.1em;
	}

	.template-homepage .hero-banner .text .heading {
		font-size: 1.5em;
	}

	.template-homepage .hero-banner .text .heading strong {
		font-size: 1.8em;
	}
}

@media only screen and (min-width:1400px) {
	.template-homepage .hero-banner .text {
		margin-top: 15%;
		font-size: 1.2em;
	}
}


/**
 *	Template: Homepage
 */
.template-homepage {}

.template-homepage .content .entry {
	text-align: center;
	margin-bottom: 40px;
}

x.template-homepage .entry {
	margin-bottom: 20px;
}

.template-homepage .stripe-gallery {}

.template-homepage .stripe-gallery h2:first-child {
	margin-bottom: 20px;
}



.template-homepage blockquote {
	position: relative;
	padding-right: 2em;
}

.template-homepage blockquote::after {
	display: block;
	height: 0;
	font-family: sans-serif;
	font-size: 5.5em;
	top: -0.4em;
	right: 0;
	opacity: 0.3;
	content: "\201D";
	position: absolute;

}

.template-homepage blockquote::before {
	color: #00a0df;
	opacity: 1;
}

.template-homepage blockquote::after {
	color: #00a0df;
	opacity: 1;
}

@media only screen and (min-width:600px) {
	.template-homepage blockquote {
		padding-left: 4em;
		padding-right: 4em;
	}

	.template-homepage blockquote::before {
		font-size: 10em;
	}

	.template-homepage blockquote::after {
		font-size: 10em;
	}

}




/** 
 *	Stripe: Unbeatable
 */
.stripe-unbeatable {
	height: auto;
	min-height: 2em;
}

.stripe-unbeatable:after {
	content: "";
	clear: both;
	display: table;
}

.stripe-unbeatable .column:after {
	content: "";
	clear: both;
	display: table;
}

.stripe-unbeatable .left {
	background: #c9251d url(images/red-grid.png) left center no-repeat;
	background-size: cover;
	color: #FFF;
}

.stripe-unbeatable .right {
	background: #b4b4b2 url(images/homepage-unbeatable-photo.jpg) right center no-repeat;
	background-size: cover;
}

.stripe-unbeatable .right {
	text-shadow: 0 0 2px rgba(255, 255, 255, 1);
}

.stripe-unbeatable .inner {
	padding: 1.5em 1em;
	line-height: 1.3;
}

.stripe-unbeatable .inner> :last-child {
	margin-bottom: 0;
}

.stripe-unbeatable .inner p.heading {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0.2em;
}

.stripe-unbeatable .inner p strong {
	font-weight: bold;
	font-size: 1.1em;
}

.stripe-unbeatable .inner p strong.block {
	display: block;
	font-size: 1.5em;
}

@media only screen and (max-width:799px) {
	.stripe-unbeatable .column.equalHeights {
		height: auto !important;
	}

}

@media only screen and (min-width:800px) {
	.stripe-unbeatable .column {
		width: 50%;
		position: relative;
		overflow: visible !important;
	}

	.stripe-unbeatable .left {
		float: left;
		padding-right: 20px;
		z-index: 2;
	}

	.stripe-unbeatable .right {
		float: right;
		padding-left: 20px;
		z-index: 1;
	}

	.stripe-unbeatable .column .inner {
		width: 550px;
		max-width: 98%;
		height: 100%;
	}

	.stripe-unbeatable .left .inner {
		float: right;
		padding-top: 2em;
	}

	.stripe-unbeatable .right .inner {
		float: left;
	}

	.stripe-unbeatable .left:after {
		display: block;
		width: 52px;
		height: 67px;
		background: url(images/red-arrow.png);
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -33px;
		margin-right: -26px;
	}

}



/**
 * Q&A Plugin
 */
.block-list-questions {
}
.block-list-questions ul.fa-ul li {
	list-style:none;
	margin-bottom:0.3em;
}
.block-list-questions ul.fa-ul li .fa-li {
	padding-top:0.25em;
}

.faq-page-header {
	background:#e1eeff;
	color:#393f91;
	padding:1.5em 0;
}
.faq-page-header .faq-page-heading {
	font-size:1.6em;
	font-weight:bold;
	margin:0;
}
.faq-page-header .faq-page-heading i {
	margin-right:0.25em;
}

.entry.type-question-answer {
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	border-top: 0;
	border-radius: 0 0 0.5em 0.5em;
	padding: 1rem;
	margin-bottom:2em;
}

.entry.type-question-answer .entry-header {
	color: #fff;
	background: #486fa7;
	padding: 1em;
	border-radius: 0.5em 0.5em 0 0;
	margin: -1rem -1rem 1em -1rem;
}

.entry.type-question-answer .entry-header .entry-title {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size:1.3em;
}


.qa-enquiry-form {
	background:#e1eeff;
	padding:2em 0;
}
.qa-enquiry-form h2 {
	margin-bottom:1em;
}
.qa-enquiry-form h2 i {
	margin-right:0.5em;
	opacity:0.9em;
}
.qa-enquiry-form form {
	background:#fff;
	border-radius:0.25em;
	padding:1.5em;
	box-shadow: 0px 3em 2em -3em rgba(0,0,0,0.6);
	margin-bottom:1em !important;
}


.qa-next-prev-links {
	display: grid;
	grid-template-columns: 1;
	grid-gap: 1em;
	margin-bottom:2em;
}

.qa-next-prev-links.count-2 {
	grid-template-columns: repeat(2, 1fr);
}

.qa-next-prev-links a {
	text-decoration: none;
	color: #486fa7;
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	border-radius: 0.5em;
	position: relative;
	display: grid;
	grid-gap: 0.5em;
	overflow: hidden;
}

.qa-next-prev-links a.prev {
	grid-template-columns: 2em auto;
}

.qa-next-prev-links a.next {
	grid-template-columns: auto 2em;
}

.qa-next-prev-links a span {
	display: block;
	padding: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qa-next-prev-links a i {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #486fa7;
	color: #fff;
	position: relative;
	transition: 0.2s all;
}

.qa-next-prev-links a.prev i {
	clip-path: polygon(100% 0%, 80% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
	padding-right: 0.4em;
}

.qa-next-prev-links a.next i {
	clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0 100%, 20% 50%, 0 0);
	padding-left: 0.4em;
}

.qa-next-prev-links a:hover i {
	background: #2c5896;
}


.qa-links-random {
	padding:3em 0;
}
.qa-links-random ul.more-qa-links {
}
.qa-links-random ul.more-qa-links li {
}
.qa-links-random ul.more-qa-links li a {
	text-decoration:none;
}
.qa-links-random ul.more-qa-links li a i {
	color:#333;
	transition:0.2s all;
}
.qa-links-random ul.more-qa-links li a:hover i {
	color:#000;
}

/*

.qa-next-prev-links a i {
	position:absolute;
	top:0;
	left:0;
}
.qa-next-prev-links a.next i {
	right:0;
	left:unset;
}
*/


/**
 *	Gutenberg alignfull/wide
 */
.full-width-content .site-container {
	overflow: hidden;
}

.page-description .alignfull,
.entry-content .alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}

.page-description .alignfull.wp-block-cover,
.entry-content .alignfull.wp-block-cover {
	width: auto;
	max-width: calc(100vw - 10px);
}

.page-description .alignfull.wp-block-group,
.entry-content .alignfull.wp-block-group {
	width: auto;
}

.page-description .alignfull.wp-block-group .wp-block-group__inner-container,
.entry-content .alignfull.wp-block-group .wp-block-group__inner-container {
	max-width: 1140px;
	margin: 0 auto;
}

@media only screen and (min-width: 1360px) {
	.page-description .alignwide,
	.page-description .alignwide,
	.entry-content .alignwide,
	.entry-content .alignwide {
		margin-left: -80px;
		margin-right: -80px;
	}
}



/**
 *	Sidebars
 */
.sidebar .widget {}

.sidebar .widget-wrap {}

.sidebar .widget-title {}

.widget-bullets {}

.widget-bullets ul.bullets {}

.widget-bullets ul.bullets li {}

.widget-bullets ul.bullets li a {}

.widget-bullets ul.bullets li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li {
	margin: 0;
	padding: 0;
	border: 0;
}

.widget-bullets ul.bullets li a,
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a {
	display: block;
	padding: 4px 0;
}

.widget-bullets ul.bullets li:before,
.widget_recent_entries ul li a:before,
.widget_archive ul li a:before,
.widget_categories ul li a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	margin-right: 0.3em;
}

.widget_categories ul li a:before {
	content: "\f115";
}

.widget_archive ul li a:before {
	content: "\f133";
}

.widget-mailchimp {}

.widget-mailchimp p {
	margin-bottom: 1em;
}

.widget-mailchimp .textwidget {
	margin-bottom: 0.5em;
}

.widget-mailchimp form.mailchimp {
	margin-bottom: 1em;
}

.widget-mailchimp form.mailchimp p label {
	display: block;
	cursor: pointer;
}

.widget-mailchimp form.mailchimp p label span {
	display: inline-block;
	min-width: 3em;
}

.widget-mailchimp form.mailchimp p label input {
	width: 10em;
	width: 75%;
}

.widget-mailchimp form.mailchimp p.submit {
	text-align: center;
}

.widget-thumbnails {}

.widget-thumbnails .thumbnails {
	text-align: center;
}

.widget-thumbnails .thumbnails img {
	max-width: 45%;
	margin: 4px;
}

.widget-thumbnails .thumbnails a img {}

.widget-thumbnails .thumbnails a:hover img {}

.widget-flexslider {}

.widget-flexslider ul,
.widget-flexslider li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

.widget-flexslider .flexslider {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	overflow: hidden;
	line-height: 1;
	border-radius: 0;
}

.widget-image-caption {}

.widget-image-caption p.image {
	position: relative;
	text-align: center;
}

.widget-image-caption p.image img {
	display: block;
	width: 100%;
	height: auto;
}

.widget-image-caption p.image .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0.4em;
}

.widget-image-caption p.image .caption {
	background: rgba(0, 0, 0, 0.6);
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.widget-menu {}

.widget-menu ul.widget_menu {}

.widget-menu ul.widget_menu li {}

.widget-menu ul.widget_menu li a {
	display: block;
	padding: 0.1em 0;
}

.widget-menu ul.widget_menu li.current-menu-item>a,
.widget-menu ul.widget_menu li a:hover {}


.widget-homepage {}

.widget-homepage p.image {
	margin-bottom: 0.25em;
}



/**
 *	Homepage Widgets
 */
.homepage-widgets {
	background: #464644 url(images/homepage-widgets-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 2em 0;
}

.homepage-widgets .wrap {
	max-width: 96%;
}

.homepage-widgets .widget {
	margin: 0 0 1.5em 0;
	background: #FFF;
	color: #55544f;
	text-align: center;
	font-size: 0.9em;
}

.homepage-widgets .widget-wrap {
	padding: 10px;
}

.homepage-widgets .widget-title {
	color: #26346f;
	margin: 5px 0 15px 0;
	font-weight: bold;
}

.widget-homepage {}

.widget-homepage p.image {
	margin-left: -10px;
	margin-right: -10px;
}

.homepage-widgets .widget-homepage .caption {
	margin-bottom: 1em;
}

.homepage-widgets .widget-homepage .caption> :last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.homepage-widgets .widget-wrap {
		height: auto !important;
	}

	.homepage-widgets .equalHeights {
		height: auto !important;
	}
}

@media only screen and (min-width: 600px) {
	.homepage-widgets {
		padding: 4em 0;
	}

	.homepage-widgets .widget {
		float: left;
		padding: 0 0.75em;
	}

	.homepage-widgets .widget-wrap {}

	.homepage-widgets .widget-count-2 .widget {
		width: 50%;
	}

	.homepage-widgets .widget-count-3 .widget {
		width: 31%;
		margin: 0 1.75% 0;
		padding: 0;
	}

	.homepage-widgets .widget-count-3 .widget:first-child {
		margin-left: 0;
	}

	.homepage-widgets .widget-count-3 .widget:last-child {
		margin-right: 0;
	}

	.homepage-widgets .widget-count-4 .widget {
		width: 23%;
		margin: 0 1.333% 0;
		padding: 0;
	}

	.homepage-widgets .widget-count-4 .widget:first-child {
		margin-left: 0;
	}

	.homepage-widgets .widget-count-4 .widget:last-child {
		margin-right: 0;
	}

	.homepage-widgets .equalHeights {
		overflow: hidden !important;
	}
}




/**
 *	Footer Widgets
 */
.footer-widgets {
	background: #ebedef;
	color: #727272;
	padding: 2em 0;
}

.footer-widgets .wrap {
	max-width: 98%;
}

.footer-widgets .widget,
.footer-widgets .widget-title {
	color: inherit;
}

.footer-widgets .widget {
	font-size: 0.9em;
}

.footer-widgets .widget-title {
	color: #c9251d;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.footer-widgets a {
	color: inherit;
	text-decoration: inherit;
}

.footer-widgets .widget-menu ul.widget_menu li.current-menu-item>a,
.footer-widgets a:hover {
	color: #111;
}

@media only screen and (max-width: 600px) {
	.footer-widgets .widget-wrap {
		height: auto !important;
	}
}

@media only screen and (min-width: 600px) {
	.footer-widgets .widget {
		float: left;
		padding: 0 0.75em;
	}

	.footer-widgets .widget-wrap {}

	.footer-widgets .widget-count-2 .widget {
		width: 50%;
	}

	.footer-widgets .widget-count-3 .widget {
		width: 31%;
		margin: 0 1.75% 0;
		padding: 0;
	}

	.footer-widgets .widget-count-3 .widget:first-child {
		margin-left: 0;
	}

	.footer-widgets .widget-count-3 .widget:last-child {
		margin-right: 0;
	}

	.footer-widgets .widget-count-4 .widget {
		width: 23%;
		margin: 0 1.333% 0;
		padding: 0;
	}

	.footer-widgets .widget-count-4 .widget:first-child {
		margin-left: 0;
	}

	.footer-widgets .widget-count-4 .widget:last-child {
		margin-right: 0;
	}
}


/**
 *	Footer
 */
.site-footer {
	background: #384786;
	color: #FFF;
	padding: 0.5em 0;
}

.site-footer .wrap {
	max-width: 98%;
}

.site-footer p {
	margin-bottom: 1em;
}

.site-footer p:last-child {
	margin-bottom: 0;
}

.site-footer a {
	color: inherit;
	text-decoration: inherit;
}

.site-footer a:hover {}

.site-footer a.link {
	display: inline-block;
	margin-left: 0.5em;
	padding-left: 0.75em;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer a.link:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

@media only screen and (min-width: 600px) {
	.site-footer p {
		margin: 0;
	}

	.site-footer p.copy {
		float: left;
	}

	.site-footer p.siteby {
		float: right;
	}
}







/**
 *	Forms
 */
form label {
	cursor: pointer;
}

form select {
	cursor: pointer;
}

input,
select,
textarea {
	font-size: 1em;
	padding: 0.5em;
}

form.tws p.submit input,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button {
	background: #384886;
	color: #FFF;
	padding: 0.8em 1.5em;
	cursor: pointer;
	text-decoration: none;
	border-radius: 0.3em;
	text-shadow: none;
}

form.tws p.submit input:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
a.button:hover {
	background: #3f55ac;
	color: #FFF;
	box-shadow: none;
}


/** 
 *	Comments
 */
.comment-list .comment {
	padding: 0;
	border: 0;
	background: none;
}

.comment-list .comment .comment-author img.avatar {
	transform: rotate(-3deg);
	border: 2px solid #FFF;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.comment-form {}

.comment-form p label {
	display: inline-block;
	min-width: 5em;
	width: 15%;
}

.comment-form input[type="email"],
.comment-form input[type="text"],
.comment-form input[type="url"] {
	width: 80%;
	padding: 0.5em;
}

.comment-form textarea {
	padding: 0.5em;
}


/**
 *	WordPress Gallery
 */
.gallery {
	margin: 0 auto 1em;
	line-height: 1.4;
	clear: both;
}

.gallery:after {
	content: "";
	clear: both;
	display: table;
}

.gallery br {
	display: none;
}

.gallery .gallery-item {
	float: left;
	padding: 0 1em 1em;
	margin: 0;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery .gallery-item .gallery-icon {}

.gallery .gallery-item .gallery-icon img {
	border: 1px solid #CFCFCF;
	background: #FFF;
	padding: 1px;
}

.gallery .gallery-item .gallery-icon a img {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.01);
}

.gallery .gallery-item .gallery-icon a:hover img {
	border-color: #BBB;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.gallery .gallery-item .gallery-caption {
	font-size: 0.85em;
	margin: 0;
	font-weight: inherit;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-2 .gallery-item:nth-of-type(odd) {
	clear: left;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+1) {
	clear: left;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+1) {
	clear: left;
}

@media only screen and (max-width: 550px) {
	.gallery .gallery-item {
		width: 50%;
	}
}

@media only screen and (max-width: 400px) {
	.gallery .gallery-item {
		float: none;
		margin: 0 0 1em 0;
		width: 100%;
	}
}


/**
 *	WordPress Captions
 */
.wp-caption {
	max-width: 100%;
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 0 0 5px 5px;
	text-align: center;
	padding: 3px;
}

.wp-caption .wp-caption-text {}

.wp-caption-text {
	font-weight: normal;
	margin-bottom: 0.25em;
}

div.alignright,
.wp-caption.alignright {
	margin-right: 4px;
}


/**
 *	A few Tailored Tweaks
 */
.entry-content a.post-edit-link {
	display: block;
	clear: both;
	float: right;
	padding: 0 1em;
	margin-top: 2em;
}


/**
 *	Icons for blog posts & WooCommerce products
 *	Uses font awesome
 */
.woocommerce .product_meta {}

.woocommerce .product_meta>span {
	display: block;
}

.woocommerce .product_meta>span:before,
.entry-meta .entry-time:before,
.entry-meta .entry-categories:before,
.entry-meta .entry-tags:before,
.entry-meta .entry-comments-link a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	min-width: 1.5em;
	padding-right: 0.2em;
	opacity: 0.5;
}

.woocommerce .product_meta,
.entry-meta {
	font-size: 0.9em !important;
}

.entry-footer .entry-meta {
	border: 0;
	padding: 1em 0 0 0;
}

.woocommerce .product_meta span.sku_wrapper:before {
	content: "\f02a";
}

.woocommerce .product_meta span.posted_in:before {
	content: "\f115";
}

.woocommerce .product_meta span.tagged_as:before {
	content: "\f02c";
}

.entry-meta .entry-time {
	margin-right: 1em;
}

.entry-meta .entry-time:before {
	content: "\f133";
}

.entry-meta .entry-categories:before {
	content: "\f115";
}

.entry-meta .entry-tags:before {
	content: "\f02c";
}

.entry-meta .entry-comments-link {
	margin-left: 1em;
}

.entry-meta .entry-comments-link:before {
	content: "";
}

.entry-meta .entry-comments-link a:before {
	content: "\f0e5";
	color: #000;
	min-width: 0;
}

.entry-meta .entry-comments-link a:after {}

.entry-meta a.post-edit-link {
	margin-left: 1.5em;
}




/**
 *	Responsive video embeds
 */
.oembed-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 0 0 1.5em 0;
	line-height: 1px;
	overflow: hidden;
	clear: both;
}

.oembed-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.oembed-wrap.aspect-4-3 {
	padding-bottom: 75%;
}

.oembed-wrap.aspect-16-9 {
	padding-bottom: 56.25%;
}

.oembed-wrap.aspect-21-9 {
	padding-bottom: 42.86%;
}

_::-moz-range-track,
body:last-child .oembed-wrap.aspect-16-9 iframe {
	top: -1px;
}

/* Firefox only */


/**
 *	Responsive map embed
 */
.googlemap {
	clear: both;
	margin: 0 0 1.5em 0;
}

.googlemap img,
.googlemap iframe {
	max-width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.5);
	padding: 1px;
	background: rgba(255, 255, 255, 0.5);
}

.googlemap img {
	display: block;
}

.googlemap iframe {
	display: none;
}

@media only screen and (min-width:500px) {
	.googlemap img {
		display: none;
	}

	.googlemap iframe {
		display: block;
	}
}


/**
 *	jQuery UI Tabs
 */
.ui-tabs .ui-tabs-panel {
	border-top: 4px solid #7f05a5;
}

.ui-tabs .ui-tabs-panel h2 {
	display: none;
}

.ui-tabs .ui-tabs-nav {
	clear: both;
	font-size: 1em;
	font-size: 0.9em;
}

.ui-tabs .ui-tabs-nav li a {
	color: #000;
	background: #d0d0d0;
	margin: 0 1px 0 0;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #FFF;
	background: #7f05a5;
}

@media only screen and (max-width: 760px) {
	.ui-tabs .ui-tabs-nav {
		display: none;
	}

	.ui-tabs .ui-tabs-panel {
		display: block !important;
		border: 0;
		padding: 0 0 1em 0;
	}

	.ui-tabs .ui-tabs-panel h2 {
		display: block;
	}
}



/**
 *	Print Rules
 */
@media print {}