/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a fast, lightweight (less than 1MB zipped), mobile responsive WordPress theme built with speed, SEO and usability in mind. GP can serve as a solid base for any website, and works great with any of your favorite page builders. With an emphasis on WordPress coding standards, we ensure GeneratePress is compatible with all well-coded plugins, including major ones like WooCommerce, WPML, BuddyPress and bbPress. GeneratePress is device friendly (mobile and tablet), uses 100% valid HTML, is fully schema microdata integrated, is translated into over 20 languages by our amazing community and is cross browser compatible (including IE8). Some of our features include 9 widget areas, 5 navigation positions, 5 sidebar layouts, dropdown menus (click or hover) and a back to top button. All our options use the native WordPress Customizer, meaning you can see every change you make instantly before pressing the publish button. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 1.3.48.1499820547
Updated: 2017-07-12 10:49:07

*/

/* Colors */

.orange {
	color: #eb8811;
}

/* Menu */

@media (min-width:936px) {
    .main-navigation .main-nav ul li.nav-button a,
    #menu-primary-menu li.nav-button a {
        background-color: #eb8811;
        border: 2px solid #eb8811;
        color: #ffffff;
        margin-left: 20px;
/*         line-height: 35px; */
    }
    
    .main-navigation .main-nav ul li.nav-button a:hover,
    #menu-primary-menu li.nav-button a:hover {
        background-color: #ffffff;
        color: #eb8811;
    }
    
    .inside-header {
	    padding: 10px 0px 10px 0px;
	}
	
	.nav-float-right .inside-header .main-navigation {
	    padding-top: 10px;
	}
    
    .site-header .header-image {
	    width: 310px;
	}
	
		.main-navigation.sticky-navigation-transition .main-nav > ul > li > a, .sticky-navigation-transition .menu-toggle, .main-navigation.sticky-navigation-transition .mobile-bar-items a, .sticky-navigation-transition .navigation-branding .main-title {
	    line-height: 45px;
	}
	.main-navigation.sticky-navigation-transition .site-logo img {
	    height: 60px;
	}
	.main-navigation .navigation-logo img {
		padding: 5px;
	}
}

.main-navigation .main-nav ul li a {
    line-height: 60px;
    padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 650px){

	.mobile-header .site-logo img {
		height:77px !important;
	}
}

@media (max-width: 767px){

	.main-navigation.toggled .main-nav > ul {
	    background-color: rgb(255, 255, 255);
	}

}	


/* Hero */

@media(max-width:935px) {
	.hero-buttons .fl-button{
		min-width: 265px;
	}
}

/* Testimonials */

.testimonial-loop  .uabb-post-thumbnail img {
	margin-top: 20px;
    width: 150px;
}

.header-quote::before {
	content: '\f205';
	font-family: 'dashicons';
	padding-right:10px;
	font-size: 30px;
	color: #bbb;
}

.header-quote::after {
	content: '\f205';
	font-family: 'dashicons';
	transform: rotate(180deg); 
	margin-left: 10px;
	display: inline-block;
	font-size: 30px;
	color: #bbb;
	line-height: 0;
    position: relative;
    top: 10px;
}

/* Services Page */

.you-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

@media (min-width: 768px) {
	.you-list ul+ul {
		margin-left: 40px;
	}
	.you-list ul {
		width: 45%;
	}
	.flex-service {
		display: flex;
		flex-flow: row nowrap;
	}
	.flex-service .flex-image {
		flex: 1 0 150px;
		margin-right: 25px;
	}
	.you-list {
		flex-flow: row nowrap;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.entry-content .you-list ul,
	.you-list ul {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}


.chevron-list li,
.chevron-list li,
.tick-list li,
.cross-list li  {
	list-style-type: none;
	margin-bottom: 10px;
	position: relative;
}

.chevron-list li:before{
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-right: 5px;
	color: #eb8811;
	font-size: 22px;
	position: absolute;
	left: -35px;
	top: -5px;
}
.tick-list li:before{
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-right: 5px;
	color: #eb8811;
	font-size: 22px;
	position: absolute;
	left: -35px;
	top: -5px;
}
.cross-list li:before{
	content: "\f00d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-right: 5px;
	color: #eb8811;
	font-size: 22px;
	position: absolute;
	left: -35px;
	top: -5px;
}

.fl-builder-edit .service-tabs i::before {
	font-size: inherit;
}

.service-tabs i::before {
	font-size: 35px;
}

@media(min-width:768px) {
	.service-tabs .uabb-tabs-nav li {
		width:32%;
		margin: 5px 10px !important;
		text-align: left !important;
	}
}

.list-creds {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

@media (min-width: 768px) {
	.list-creds ul+ul {
		margin-left: 40px;
	}
}

@media (max-width:767px) {
	.top-banner .fl-row-content-wrap:after {
	    background: rgba(0,0,0,.5);
	}
/*
	.text-image-overlay {
		background: rgba(0,0,0,.2);
	}
*/
	
}
/* About Page */
.page-id-2774 .site-content,
.page-id-2774 .entry-content:not(:first-child) {
	padding-top: 0 !important;
	margin-top: 10px !important;
}

.fl-node-60fa36450817b .fl-module-content {
	margin-top: 0;
}