/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.desktop-logo {
	max-width: 700px;
}

div.site-logo {
	display: none;
}

hr,
hr.wp-block-separator {
	background-color: transparent;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
	margin-bottom: 40px !important;
}

.image-adjust .wp-block-image {
    margin-bottom: 0;
}

.main-navigation:not(.toggled) ul li.menu-button a {
    margin-top: 5;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    width: 100%;
	color: #fff;
    background-color: rgba(255,255,255,0.10);
}

.page-hero h1, .page-hero h2, .page-hero h3, .page-hero h4, .page-hero h5, .page-hero h6 {
    text-shadow: 0 0 5px #000000;
}

.page-hero a {
	margin-bottom: 10px;
	margin-right: 10px;
}

.page-hero a:last-child {
	margin-right: 0;
}

.page-hero h1 {
	
}

h1, h2, h3, h4, h5, h6,
.page-hero h1,
.page-hero h2 {
    font-family: 'Khula', sans-serif;
}

.page-hero h1,
.page-hero h2 {
    text-transform: uppercase;
}

.page-hero hr {
    margin: 0 auto 15px auto !important;
    max-width: 300px;
}
	
.triptych .wp-block-image img,
.triptych.wp-block-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	border: 5px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
}

.entry-content > div.wp-block-columns {
    margin-bottom: 0 !important;
}

.site-description {
	font-family: 'Marcellus SC', serif;
	font-size: 1.25em;
}

.panels .wp-block-column  {
    background-color: #E61E1E;
    box-sizing: border-box;
	border: 5px solid rgba(255,255,255,0.2);
	margin-bottom: 2em;
}

.panels h3 {
    color: #fff;
	padding: 0.5em 1em;
	background: rgba(255,255,255,0.1);
	margin-bottom: 0;
}

.panels p {
    margin-bottom: 0;
	padding: 1em;
}

.panels img {
    padding: 1em 0 0 1em;
}

div.wp-block-spacer {
	margin-bottom: 0 !important;
}

.zero-mar-b {
	margin-bottom: 0 !important;
}

.site-info {
    border-top: 1px dotted rgba(255,255,255,0.5);
}

.contact a:before,
a.contact:before {
	content: "\f1d8";
	font-family: FontAwesome;
	margin-right: 5px;
}
	
.services a:before,
a.services:before {
	content: "\f234";
	font-family: FontAwesome;
	margin-right: 5px;
}

.lighting a:before,
a.lighting:before {
	content: "\f0eb";
	font-family: FontAwesome;
	margin-right: 5px;
}

.faqs a:before,
a.faqs:before {
	content: "\f02c";
	font-family: FontAwesome;
	margin-right: 5px;
}

.comp a:before,
a.comp:before {
	content: "\f086";
	font-family: FontAwesome;
	margin-right: 5px;
}

.email a:before,
.email:before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 5px;
}

.call a:before,
.call:before,
.menu-button a:before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 5px;
}

.footer-widget-1 .widget_media_image,
.footer-widget-3 .widget_media_image,
.footer-widget-1 .widget_text,
.footer-widget-1 .widget_text p {
	margin-bottom: 10px;
}

.social-icons i {
	font-size: 1.5em;
}

.social-icons a {
	display: inline-block;
	padding-right: 5px;
}

.footer-widget-3 a.wp-block-button__link {
	width: 100%;
	box-sizing: border-box;
}

.cta .wp-block-column:first-child {
    flex-grow: 3;
}

.cta .wp-block-column {
	flex-basis: calc(25% - 16px);
	margin-bottom: 0;
}

.cta p {
	margin-bottom: 0;
}

body .entry-content .cta {
	padding: 1.25em 1em;
	border: 5px solid #E61E1E;
	margin-bottom: 2em !important;
}

.cta .wp-block-button.aligncenter {
    margin-top: 8px;
}

.footer-widget-3 .wp-block-button {
    margin-bottom: 1em;
}

.wp-block-group.service-areas {
	background-color: #E61E1E;
    box-sizing: border-box;
	border: 5px solid rgba(255,255,255,0.2);
	margin-bottom: 0;
}

.wp-block-group.service-areas h3 {
    color: #fff;
	padding: 0.5em 1em;
	background: rgba(255,255,255,0.1);
	margin-bottom: 0;
}

.wp-block-group.service-areas p {
    margin-bottom: 0;
	padding: 1em;
}

.two-column {
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.wp-block-group.service-areas .wp-block-group__inner-container {
	padding: 0;
}

.mobile-only {
	display: none;
}

.max-750 {
	max-width: 750px;
    margin: 0 auto;
}



/* ==========================================================================
	Media Queries
   ========================================================================== */

/* ------------------------- Tablet & Smartphone ---------------------------- */

@media (max-width: 1200px) {

	.separate-containers .site-main {
		margin: 0;
	}
	
	.site-footer {
		border-top: 1px dotted rgba(255,255,255,0.5);
	}

}

@media (max-width: 979px) {

	.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .mobile-bar-items a {
		line-height: 40px;
	}
	
	.main-navigation .menu-toggle, .main-navigation .mobile-bar-items, .sidebar-nav-mobile:not(#sticky-placeholder) {
		height: 65px;
	}
	
	.cta .wp-block-column:first-child {
		flex-grow: 1;
	}

	.cta .wp-block-column {
		flex-basis: 100%;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
	
	.desktop-logo {
		display: none;
	}

	div.site-logo {
		display: inline-block;
	}

}

@media (min-width: 768px) and (max-width: 979px) {


}

@media (max-width: 767px) {

	button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background) {
		width: 100%;
		box-sizing: border-box;
	}
	
	.page-hero a:last-child {
		margin-bottom: 0;
	}
	
	.page-hero a {
		margin-right: 0;
	}
	
	.two-column {
		columns: 1;
	  -webkit-columns: 1;
	  -moz-columns: 1;
	}
	
	.desktop-only {
		display: none;
	}
	
	.mobile-only {
		display: block;
	}

}

@media (max-width: 480px) {
	

	
}

@media (max-width: 360px) {
	


}