/*
 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
*/

body {
	overflow-x: hidden;
}

body, button, input, select, textarea, .top-bar, .site-info {
	font-size: 1.1rem;
}

#menu-primary li:last-child:before {
	content: "|";
	position: absolute;
	left: 0;
	line-height: 56px;
}

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%;
}

.nav-aligned-center .main-navigation {
    border-top: 1px solid #ededed;
}

.pricing-matrix {
	margin-top: 35px;;
}

.pricing-matrix .wp-block-column {
	border: 1px solid #ddd;
	padding: 2rem 1rem 0rem 1rem;
	margin-bottom: 25px;
	box-sizing: border-box;
}

.hero h1,
.hero p {
	color: #fff;
}

.social-icons a i {
	font-size: 1.5em;
	padding: 0 2px;
}

.phone:before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #4492D2;
}

.email:before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #4492D2;
}

.address:before {
	content: "\f3c5";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #4492D2;
}

.order-online:before {
	content: "\f07a";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #4492D2;
}

.rates:before {
	content: "\f688";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #4492D2;
}

.hours:before {
	content: "\f017";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #4492D2;
}

.widget-title {
    margin-bottom: 20px;
	text-transform: uppercase;
}

.widget-title:after {
	content: "";
	width: 30px;
	height: 5px;
	background-color: #4492D2;
	display: block;
    margin-top: 20px;
}

hr {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
}

.triptych {
	margin-bottom: 0 !important;
}

.margin-top-0 {
	margin-top: 10px !important;
}

#media_image-2 {
	max-width: 200px;
}

.order span:before,
a.order:before {
	content: "\f07a";
	font-family: FontAwesome;
	margin-right: 5px;
}

.our-rates span:before,
a.our-rates:before {
	content: "\f155";
	font-family: FontAwesome;
	margin-right: 5px;
}

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

.footer-widget-3 a {
    display: inline-block;
    width: 80%;
    line-height: 2;
}

.header-phone,
.header-email {
	display: inline-block;
	line-height: 1.8;
}

.header-phone {
	padding-right: 15px;
}

body .icon-set-lsi_widget-1 a, body .icon-set-lsi_widget-1 a:visited, body .icon-set-lsi_widget-1 a:focus {
    font-size: 27px !important;
	display: inline-block;
}

.two-columns {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style-type: none;
}

.two-columns li {
	color: #fff;
	font-weight: bold;
	text-align:center;
	background-color: #4492D2;
	padding: 7px;
	margin: 7px;
	box-sizing: border-box;
}

.two-columns li:first-child {
	margin-top: 0;
}

.dark {
	background-color: #2A2B2D;
}

.dark h2 {
	color: #fff;
}

.dark .gb-button-wrapper a.gb-button {
	border-color: #fff;
	color: #fff;
	background-color: #4492D2;
}

.dark .gb-button-wrapper a.gb-button:hover {
	border-color: #fff;
	color: #fff;
	background-color: #000;
}


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

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

@media (max-width: 979px) {



}

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



}

@media (max-width: 767px) {

	#site-navigation {
		border-top: 1px solid #ddd;
	}
	
	div.inside-header {
		padding: 10px 0 0 0;
	}
	
	div.site-logo {
		margin-bottom: 10px !important;
	}
	
	.hero .gb-button,
	.gb-button {
		display: block;
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
		margin-right: 0 !important;
	}
	
	.hero .gb-button-wrapper {
		max-width: 200px;
		margin: 0 auto;
	}
	
	.header-phone,
	.header-email {
		display: block;
		line-height: 1.8;
		padding: 3px 10px;
	}
	.top-bar .inside-top-bar .widget {
		display: block;
	}
	.social-icons {
		padding-top: 10px;
	}
	
	.two-columns {
	  columns: 1;
	  -webkit-columns: 1;
	  -moz-columns: 1;
	}
	

}

@media (max-width: 480px) {
	

	
}

@media (max-width: 360px) {
	


}

/* ------------------------- Desktop & Widescreen --------------------------- */

@media (min-width: 980px) { 



}

@media (min-width: 1200px) {



}

