/**
 * All About Turf.
 *
 * This file adds custom styles to the All About Turf Child Theme.
 *
 * @package All About Turf
 * @author  StudioPress
 * @license GPL-2.0+
 * @link    https://www.studiopress.com/
 */

/* Table of Contents
- Defaults
	- Typographical Elements
	- Navigations
	- Social Navigations
	- Buttons
	- Forms
- Structure and Layout
	- Site Containers
- Widgets
- Common Classes
- Plugins
	- Beaver Builder
	- Gravity Forms
	- Events Calendar
	- Widget CSS Classes
	- Strong Testimonial
- Site Header
	- Header Search Form
	- Default Header
	- Events Template Header
	- Health Template Header
	- Tradie Template Header
	- Professional Services Header
- Sidebars
- Site Navigation
	- Social Navigation
- Content Area
	- Events Template
	- Health Template
	- Entry Content
	- Comments
-Site Footer
	-Copyright
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
	-Media Queries 1023px
	-Media Queries 768px
	-Media Queries 700px
*/



/* Defaults
---------------------------------------------------------------------------------------------------- */

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

.column-circle .fl-col-content {
    border-radius: 100%;
    overflow: hidden;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}

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

.text-justify{
	text-align: justify;
}
/* Typographical Elements
--------------------------------------------- */

/* Chrome fix */
body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	font-size: 1.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #000;
	line-height: 1.2;
	margin: 0 0 20px;
}

p {
    margin: 0 0 25px;
    padding: 0;
}

a {
	color:#8eae28;
    text-decoration: none;
}


a:hover,
a:focus{
	color:#acd138;
}

.company {
    color: #acd138;
}
/* Navigations
--------------------------------------------- */

.menu > .menu-item,
.menu .menu-item {
    position: relative;
}

.menu > .menu-item:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    line-height: normal;
    padding: 0 5px;
    text-align: center;
    position: absolute;
    left: 0;
    top:10px;
}


.menu > .menu-item.phone:before {
	content: "\f095";
}

.menu li.button {
    background: #f39200;
    font-weight: normal;
}

.menu li.button a{
	color: #fff;
	padding:10px 14px;
}

.menu > li.right {
    float: right;
}

/* Buttons
--------------------------------------------- */
a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
	font-size: 24px;
}

a.button.x-large,
button.x-large,
input[type="button"].x-large,
input[type="reset"].x-large,
input[type="submit"].x-large {
	font-size: 32px;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #acd138;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 12px 30px;
    font-weight: 700;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus, .button:hover {
    background-color: #0ca847;
    color: #fff;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 15px;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
    padding: 60px 20px;
}

.site-inner {
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

.full-width-content .content {
    max-width: 100%;
    width: 100%;
}

.content {
    width: 67%;
}

.page.fl-builder .content {
    width: 69%;
}

.fl-builder.sidebar-content .content {
    width: 67%;
}

/* Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	margin-left: 16px;
}

.widget ul > li:last-of-type {
}

.widget ul > li:before {
	content: "\f105";
	font-family: "FontAwesome";
	margin-left: -16px;
	position: absolute;
	opacity: 0.5;
}

.widget .menu-social ul > li::before {
    display: none;
}

.widget .menu-social ul > li {
    margin: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Titles
--------------------------------------------- */
.entry-header .entry-title {
	margin-bottom: 30px;
}

.entry-title {
	font-size: 32px;
	font-size: 3.2rem;
}

.widget-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.archive-description .entry-title,
.archive-title, .author-box-title {
    font-size: 3.2px;
    font-size: 3.2rem;
    font-weight: 700;
}

h1.entry-title {
    margin-bottom: 30px;
}


.entry-content h4{
	margin-top:0;
}

/* Plugins
---------------------------------------------------------------------------------------------------- */


/* Beaver Builder
--------------------------------------------- */
.fl-builder.full-width-content .site-inner,
.fl-builder.full-width-content .site-inner .content {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0;
	width: 100%;
}

.fl-builder.full-width-content .entry-header {
    margin: 50px;
    max-width: 1280px;
    margin: 50px auto 0;
    padding: 0 20px;
}

.entry-content h2.widgettitle,
.entry-content h3.widgettitle
.entry-content h4.widgettitle,
.entry-content h5.widgettitle,
.entry-content h6.widgettitle {
	font-weight: 700;
}

.hide-title .content .entry > .entry-header,
.hide-title .content .breadcrumb {
	display: none;
}

/* Gravity Forms
--------------------------------------------- */
.widget div.gform_wrapper ul > li {
	margin: 0;
	padding: 0;
}


div.gform_wrapper h2.gsection_title,
div.gform_wrapper h3.gform_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 20px;
}

div.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"],
div.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 0;
}

body div.gform_wrapper ul li.gfield.hidden_label,
div.gform_wrapper li.hidden_label input {
	margin-top: 0;
}

div.gform_wrapper .gform_footer {
	margin: 4px 0 8px;
	padding: 0;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
    margin-bottom: 2px;
}

.sidebar .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    padding: 8px 10px;
}

.sidebar .gform_wrapper {
    margin: 0 auto;
}

.sidebar .gform_widget .widget-title {
    margin-bottom: 5px;
    color: #fff;
}

.sidebar .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.gform_wrapper.form-book-online_wrapper form.form-book-online.gf_simple_horizontal div.gform_body ul.gform_fields.top_label.form_sublabel_below li.gfield {
    min-width: 270px;
    background: none;
    vertical-align: top;
}

.gform_wrapper.form-book-tickets_wrapper form.form-book-tickets.gf_simple_horizontal div.gform_body ul.gform_fields.top_label.form_sublabel_below li.gfield{
    min-width: 204px;
    background: none;
    vertical-align: top;
}

.banner-form .gform_wrapper .gform_footer input[type=submit] {
    margin: 0;
}

/* Events Calendar
--------------------------------------------- */

.events-content-body {
    padding: 15px 15px;
}

.event-venue,
.start-date,
.end-date {
    display: block;
    font-size: 18px;
    color: #606060;
    margin-bottom: 5px;
}

.event-venue > span,
.start-date > span,
.end-date > span {
    color: #000;
    font-weight: 700;
}

.events-content-body h3.uabb-post-heading {
    margin-bottom: 7px;
}

.events-content-body .uabb-blog-posts-description {
    padding-top: 10px;
}

.events-content-body .uabb-blog-posts-description p {
    margin-bottom: 10px;
}

.events-content-body .button-event a {
    padding: 12px 24px;
    background: #f39200;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    margin: 10px 0 5px;
    font-weight: 700;
    line-height:18px;
    border-radius: 3px;
    font-size: 15px;
}
.events-content-body .button-event a:hover,
.events-content-body .button-event a:focus{
	background: #000;
}
/* Widget CSS Classes
--------------------------------------------- */

section.widget.background-none-and-full-width {
	background:none;
	border: 1px solid transparent;
	padding:0;
	margin-bottom: 40px;
	width:100%;
}

section.widget.background-none-with-border {
	background: transparent;
	border: 1px solid #e6e6e6;
	padding:30px 20px;
	margin-bottom: 40px;
}

section.widget.background-secondary {
	background-color: #eaeaea;
	border: 1px solid transparent;
	padding:30px 20px;
	margin-bottom: 40px;
}


section.widget.background-primary {
	background-color: #000;
	border: 1px solid transparent;
	color: #fff;
	padding:30px 20px;
	margin-bottom: 40px;
}

section.widget.background-primary a {
	color: #fff;
}

section.widget.background-primary a:focus,
section.widget.background-primary a:hover {
	color: #333;
}

section.widget.background-none-with-border.sidebar-logo-slider {
    padding: 0;
}

/* Strong Testimonials
--------------------------------------------- */

ul.simplePagerNav li:before {
    display: none;
}

ul.simplePagerNav li a {
    height: 30px;
    width: 30px;
}

.template-2.default.strong-view .testimonial-image {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.template-2.default.strong-view .testimonial-image img{
	border: none;
}

.template-2 .testimonial-heading a {
    text-align: center;
    display: block;
}

.template-2.default.strong-view .testimonial-client,
.template-2.default.strong-view p {
    text-align: center;
}

.strong-view.default .readmore {
    display: block;
}

.template-3.strong-view.default .testimonial-inner{
	background:#fff;
}

.template-3.strong-view.default .testimonial-image img{
    border: 0;
    padding: 0;
}

.template-4.strong-view.modern .testimonial-name,
.template-4.strong-view.modern .testimonial-content {
    font-size: 18px;
    font-size: 1.8rem;
}

.template-4.strong-view.modern .testimonial-heading {
    font-size: 20px;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding: 0 30px;
	position: relative;
	z-index: 9999;
}


/*CTA*/
.phone-link,
.phone-link:hover,
.phone-link:focus {
	color: #fff;
	border: 0;
}

.phone-link span {
    clear: both;
    display: block;
    text-align: right;
    width: 100%;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}

.phone-link .phone-cta {
    font-style: italic;
}

.phone-number:before {
	font-family: "FontAwesome";
	margin-right: 8px;
}

.phone-number:before {
	content:"\f095";
}

.phone-link .phone-number {
    display: block;
    color: #666;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
}

.phone-number:focus,
.phone-number:hover {
	color: #f39200;
}


/* Header Search Form
--------------------------------------------- */

.header .widget_search .search-form {
	position: relative;
}

.header .widget_search .search-form button {
    border: 0;
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 40px;
    z-index: 1;
    top: 0;
    right: 0px;
    background: transparent;
    border-radius: 20px;
}

.header .widget_search .search-form input[type="text"],
.header .widget_search .search-form input[type="search"] {
    border: 1px solid transparent;
    padding: 10px 35px 10px 15px;
}

.header .widget_search .search-form .fa-search{
	color: #919191;
}

.header .widget_search .search-form button:hover .fa-search,
.header .widget_search .search-form button:focus .fa-search{
	color: #000;
}


/* Default Header
--------------------------------------------- */

.header .menu li.button {
	border-radius: 3px;
}
.header .menu li.button a{
	font-weight: 700;
	letter-spacing:1px;
	color: #fff;
}

.header .menu li.button:hover,
.header .menu li.button:focus {
	background:#232424;
}


/* Events Template Header
--------------------------------------------- */
.events-header {
    position: relative;
    z-index: 999;
}

.events-header .menu li.button {
    border-radius: 3px;
    padding: 10px 5px;
}

.events-template .pp-off-canvas-menu .menu li.button{
    background-color: transparent;
    border: 1px solid #fff;
    text-align: center;
    padding: 0;
}

.events-template .pp-off-canvas-menu .menu li.button:hover,
.events-template .pp-off-canvas-menu .menu li.button:focus,
.header-events .menu li.button:hover,
.header-events .menu li.button:focus{
    background-color: #fff;
}

.events-template .pp-advanced-menu.off-canvas .pp-toggle-arrows .pp-has-submenu-container > a > span{
    padding-right: 0;
}

.events-template .pp-off-canvas-menu .menu li.button:hover a,
.header-events .menu li.button:hover a {
    color: #3e3d3d;
}

.events-template .pp-advanced-menu.off-canvas .pp-toggle-arrows .pp-menu-toggle {
    right: 0;
}


/* Health Template Header
--------------------------------------------- */

.header-health .phone .fl-icon-text {
    font-size: 28px;
    font-weight: 700;
}

.header-health .right .fl-node-content {
    float: right;
    margin-right: 10px;
}

.health-template .pp-off-canvas-menu .menu li.button
.header-health .menu li.button {
	border-radius: 0;
}

.health-template .pp-off-canvas-menu .menu li.button:hover,
.header-health .menu li.button:focus {
	background: #1d3841;
}

.health-template .pp-off-canvas-menu .menu li.button a,
.header-health .menu li.button a{
	font-weight: 700;
	letter-spacing:1px;
	background: #73c490;
}

.health-template .pp-off-canvas-menu .menu li.button a:hover,
.header-health .menu li.button a:hover{
	background: #1d3841;
}

.phone-link .phone-number {
    color: #acd138;
}

.phone-number:focus,
.phone-number:hover {
	color: #0ca847;
}

.health-template .pp-advanced-menu .pp-has-submenu-container a > span {
    padding-right: 0;
}

/* Tradie Template Header
--------------------------------------------- */

.header-tradie .phone .fl-icon-text {
    font-size: 28px;
    font-weight: 700;
}

.header-tradie .right .fl-node-content {
    float: right;
    margin-right: 10px;
}

.header-tradie .menu li.button {
	border-radius: 3px;
	background: #FFD700;
}

.header-tradie .menu li.button:hover,
.header-tradie .menu li.button:focus {
	background:#000;
}

.header-tradie .menu li.button a{
	font-weight: 700;
	letter-spacing:1px;
	color: #000;
}

.header-tradie .menu li.button a:hover {
    color: #FFD700;
}

.header-tradie .phone-link .phone-number{
    color: #dd3333;
}

/* Professional Services Header
--------------------------------------------- */

.header-professional-services .menu li.button {
    border-radius: 0;
}

.header-professional-services .menu li.button a {
    font-weight: 700;
    letter-spacing: 1px;
    background: #acd138;
    color: #fff;
}

.header-professional-services .menu li.button a:hover,
.header-professional-services .menu li.button a:focus{
    color: #fff;
    background: #2b2e3d;
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: inherit;
}

.after-entry,
.author-box,
.comment-respond,
.entry-comments,
.entry-pings {
	padding: 30px;
	margin-bottom: 5%;
}

.sidebar .menu > .menu-item:before {
    top: 2px;
    padding: 0;
}

.sidebar .widget{
	padding: 30px 20px;
}

.sidebar .post-date {
    display: block;
    font-size: 12px;
    color: #666;
}

.sidebar .phone-link,
.sidebar .phone-link:hover,
.sidebar .phone-link:focus {
    color: #fff;
    border: 0;
}

.sidebar .phone-link span {
    clear: both;
    display: block;
    text-align: center;
    width: 100%;
}

.sidebar .phone-cta {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}

.sidebar .phone-link .phone-number {
    background: #ACD138;
    overflow: hidden;
    display: block;
    border-radius: 0;
    color: #fff;
    padding: 10px 25px;
    font-size: 26px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-khtml-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.sidebar .phone-link .phone-number:hover,
.sidebar .phone-link .phone-number:focus{
	background: #0ca847;
}

.sidebar .phone-number::before,
.sidebar .mobile::before,
.sidebar .fax-number::before {
    font-family: "FontAwesome";
    margin-right: 8px;
}

.sidebar .phone-number::before {
    content: "\f095";
}

.sidebar .menu .menu-item a {
    color: #333;
}

.sidebar .menu > .menu-item:hover:before,
.sidebar .menu > .menu-item.current-menu-item:before,
.sidebar .menu .menu-item.current-menu-item a,
.sidebar .menu .menu-item a:hover,
.sidebar .menu .menu-item a:focus{
	color: #0ca847;
}

.sidebar .facetwp-facet,
.turf-varieties-categories .facetwp-facet {
    margin-bottom: 0;
    font-size:18px;
}

.sidebar .facetwp-checkbox:hover,
.sidebar .facetwp-checkbox:focus,
.sidebar .facetwp-checkbox.checked,
.turf-varieties-categories .facetwp-checkbox.checked {
    color: #0ca847;
}

section.widget.turf-sidebar {
    background: #ACD138;
}

.sidebar .turf-sidebar .phone-link .phone-number {
    background: #000;
}

.sidebar .turf-sidebar .phone-link .phone-number:hover {
    background: #0ca847;
}

.image-sidebar img {
    border: 1px solid #e6e6e6;
}
/* Site Navigation
---------------------------------------------------------------------------------------------------- */

/* ## Social Navigation
--------------------------------------------- */
.screen-reader-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}

ul[id^="menu-social-navigation"]/*,
ul[id^="menu-mobile"] */{
	list-style: none;

}

[id^="menu-social-navigation"] .menu-item/*,
[id^="menu-mobile"] .menu-item */{
	display: inline-block;
	position: relative;
}

[id^="menu-social-navigation"] a/*,
[id^="menu-mobile"] a */{
	color: #999;
	padding: 0;
}

[id^="menu-social-navigation"] a:focus,
[id^="menu-social-navigation"] a:hover,
[id^="menu-social-navigation"] .current-menu-item > a/*,
[id^="menu-mobile"].genesis-nav-menu a:focus,
[id^="menu-mobile"].genesis-nav-menu a:hover,
[id^="menu-smobile"].genesis-nav-menu .current-menu-item > a */{
	color: #f39200;
}

[id^="menu-social-navigation"] .menu-item a:before/*,
[id^="menu-mobile"].genesis-nav-menu .menu-item a:before */{
	content: '\f005';
	display: inline-block;
	font-family: 'FontAwesome';
	height: 36px;
	line-height: 36px;
	padding: 0 5px;
	text-align: center;
	width: 36px;
	-webkit-font-smoothing: antialiased;
}

[id^="menu-social-navigation"] .menu-item a/*,
[id^="menu-mobile"].genesis-nav-menu .menu-item a*/ {
	background-color: #ddd;
	font-size:20px;
	border-radius: 2px;
	display: inline-block;
	color: #fff;
}

[id^="menu-social-navigation"] .menu-item a[href*="facebook.com"]{
	background:#3b5998;
}

[id^="menu-social-navigation"] .menu-item a[href*="facebook.com"]:before {
	content: '\f09a';
	/* content: '\f082'; /* facebook-square */
	/*color: #3b5998;*/
}

[id^="menu-social-navigation"] .menu-item a[href*="twitter.com"]{
	background:#33ccff;
}

[id^="menu-social-navigation"] .menu-item a[href*="twitter.com"]:before {
	content: '\f099';
	/* content: '\f081'; /* twitter-square */
	/*color: #33ccff*/;
}

[id^="menu-social-navigation"] .menu-item a[href*="plus.google.com"]{
	background:#dd4b39;
}

[id^="menu-social-navigation"] .menu-item a[href*="plus.google.com"]:before {
	content: '\f0d5';
	/* content: '\f0d4'; /* google-plus square */
	/*color: #dd4b39;*/
}

[id^="menu-social-navigation"] .menu-item a[href*="google.com/maps"]{
	background:#34A853;
}

[id^="menu-social-navigation"] .menu-item a[href*="google.com/maps"]:before,
[id^="menu-social-navigation"] .menu-item a[href*="google.com.au/maps"]:before {
	content: '\f277'; /* fold out map sign */
	/* content: '\f041'; */
	/*  content: '\f279'; /* fold out map */
	/*  content: '\f278'; /* fold out map outline */
	/*  content: '\f276'; /* fold out map pin */
	/* color: ##34A853;*/
}
[id^="menu-social-navigation"] .menu-item a[href*="linkedin.com"] {
	background:#0e76a8;
}

[id^="menu-social-navigation"] .menu-item a[href*="linkedin.com"]:before {
	content: '\f0e1';
	/*color: #0e76a8;*/
}
[id^="menu-social-navigation"] .menu-item a[href*="app.net"]:before {
	content: '\f170';
	color: #706D73;
}
[id^="menu-social-navigation"] .menu-item a[href*="bitbucket.com"]:before {
	content: '\f171';
	/* content: '\f172'; /* bitbucket-square */
}
[id^="menu-social-navigation"] .menu-item a[href*="dribbble.com"]:before {
	content: '\f17d';
}
[id^="menu-social-navigation"] .menu-item a[href*="flickr.com"]:before {
	content: '\f16e';
}
[id^="menu-social-navigation"] .menu-item a[href*="foursquare.com"]:before {
	content: '\f180';
}
[id^="menu-social-navigation"] .menu-item a[href*="github.com"]:before {
	content: '\f09b';
	/* content: '\f113'; /* github-alt */
	/* content: '\f092'; /* github-square */
}

[id^="menu-social-navigation"] .menu-item a[href*="instagram.com"]{
	background: #e4405f;
}

[id^="menu-social-navigation"] .menu-item a[href*="instagram.com"]:before {
	content: '\f16d';
	/*color:#e4405f;*/
}
[id^="menu-social-navigation"] .menu-item a[href*="linkedin.com"]:before {
	content: '\f0e1';
	/* content: '\f08c'; /* linkedin-square */
}
[id^="menu-social-navigation"] .menu-item a[href*="pinterest.com"]:before {
	content: '\f0d2';
	/* content: '\f0d3'; /* pinterest-square */
}
[id^="menu-social-navigation"] .menu-item a[href*="renren.com"]:before {
	content: '\f18b';
}
[id^="menu-social-navigation"] .menu-item a[href*="stack-exchange.com"]:before {
	content: '\f18d';
}
[id^="menu-social-navigation"] .menu-item a[href*="stack-overflow.com"]:before {
	content: '\f16c';
}
[id^="menu-social-navigation"] .menu-item a[href*="tumblr.com"]:before {
	content: '\f173';
	/* content: '\f174'; /* tumblr-square */
}
[id^="menu-social-navigation"] .menu-item a[href*="vimeo.com"]:before {
	content: '\f194';
}
[id^="menu-social-navigation"] .menu-item a[href*="weibo.com"]:before {
	content: '\f18a';
}
[id^="menu-social-navigation"] .menu-item a[href*="xing.com"]:before {
	content: '\f168';
	/* content: '\f169'; /* xing-square */
}
[id^="menu-social-navigation"] .menu-item a[href*="youtube.com"]:before {
	content: '\f16a';/* youtube-play */
	/* content: '\f167'; /* youtube logo */
	/* content: '\f166';/* youtube-square */
}
[id^="menu-"].genesis-nav-menu .menu-item.email a:before {
	content: '\f0e0';/* envelope closed solid */
	/* content: '\f003'; /* envelope closed outline */
	/* content: '\f2b6'; /* envelope open solid */
	/* content: '\f2b7'; /* envelope open outline */
}

[id^="menu-"].genesis-nav-menu .menu-item.phone a:before {
	content: '\f095';/* phone handset */
	/* content: '\f10b'; /* mobile phone */
	/* content: '\f098'; /* phone square */
}

[id^="menu-social-navigation"] .menu-item a:focus,
[id^="menu-social-navigation"] .menu-item a:hover,
[id^="menu-mobile"].genesis-nav-menu .menu-item a:focus,
[id^="menu-mobile"].genesis-nav-menu .menu-item a:hover {
    opacity: 0.8;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Events Template
--------------------------------------------- */

body.events-template,
.events-template .testimonial h3 {
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
}


.events-template .pp-more-link-button,
.events-template .uabb-button{
    letter-spacing: 2px;
}

.events-template abbr[title] {
    text-decoration: none;
}

.events-template .event-venue,
.events-template .start-date,
.events-template .end-date {
    font-size: 18px;
    color: #666666;
}

.events-template .event-venue > span,
.events-template .start-date > span,
.events-template .end-date > span {
    color: #333333;
    font-weight: 400;
}

.events-template .events-content-body .button-event a{
	font-family: Oxygen;
	font-weight: 300;
    padding: 12px 24px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #41658c;
    border: 1px solid #41658c;
}

.events-template .events-content-body .button-event a:hover,
.events-template .events-content-body .button-event a:focus{
    background: #2a578c;
    border: 1px solid #2a578c;
}

.events-template .grid-template-2.default.strong-view .testimonial-inner {
    background: #fff;
}

.events-template .testimonial-content{
	font-size:18px;
}

.events-template .grid-template-2.default.strong-view .testimonial-image img {
    padding: 0;
    border: none;
}

.events-template .grid-template-2.default.strong-view ul.simplePagerNav li a {
    height: 30px;
    width: 30px;
	margin: 0 2px;
	background:#fff;
    color: #333;
}

.events-template .grid-template-2.default.strong-view ul.simplePagerNav li.currentPage a {
    text-decoration: none;
    background: #41658c;
    color: #fff;
    height: 30px;
    width: 30px;
}

/* Health Template
--------------------------------------------- */

body.health-template{
    font-family: 'Oxygen', sans-serif;
}



/* Entry Content
--------------------------------------------- */

.single .entry-header .entry-title {
    margin: 10px auto;
}

.entry-footer .entry-meta {
    display: flex;
    flex-flow: row wrap;
    place-content: center space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

p.entry-meta {
    font-size: 14px;
    color: #606060;
    font-family: Roboto;
    font-weight: 400;
}

/* Comments
--------------------------------------------- */
/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 0;
    background: #f5f5f5;
    padding: 20px;
    margin-top: 30px;
}

.entry-comments {
	padding: 0;
	margin-left: 0;
}

.comment-list li {
	padding-left: 30px;
	border-radius: 10px;
	margin: 0 0 10px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list li {
    padding: 15px 0 0 0;
}

.comment-list article,
.ping-list {
	background: #f5f5f5;
	border-radius: 8px;
	position: relative;
	margin: 0 0 20px;
}

.comment-content {
	padding: 0 20px;
}

.comment-reply {
	padding: 0 20px 20px;
}

.comment-header,
.entry-pings h3 {
	background: #2B2E3D;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 8px 8px 0 0;
	text-align: center;
}

.comment-header{
	padding: 10px 20px;
	overflow: hidden;
}
.comment-header a {
	color: #fff;
	border: 0;
}

.comment-reply-title {
    margin-bottom: 0;
}

.comment-content {
	clear: both;
}

.comment-reply {
	text-align: right;
}

.comment-reply a {
	border: 0;
	background: #ddd;
	padding: 8px 32px;
	display: inline-block;
	box-shadow: 0 0 10px #f5f5f5;
}

.comment-reply a:focus,
.comment-reply a:hover {
	background: #aaa;
	border: 0;
	color: #2B2E3D;
	box-shadow: 0 0 10px #f7f7f7;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-respond p {
    margin-bottom: 10px;
}

.comment-header p {
	margin-bottom: 0;
    font-size: 14px;
}

.comment-form-cookies-consent input,
.comment-form-cookies-consent label {
    display: inline-block;
    vertical-align: middle;
}

..comment-form-cookies-consent label{
	margin-left: 5px;
}
.comment-header .comment-author {
	font-size: 20px;
    float: left;
}

.comment-meta,
.comment-edit-link {
	float: right;
}

.comment-header .comment-meta{
	margin-top: 5px;
}

.comment-header .comment-edit-link {
    clear: both;
    margin-top: -5px;
    font-size: 14px;
}

.comment-header .comment-edit-link
.entry-pings .reply {
	display: none;
}

.comment-header .avatar {
    margin: 0 15px 0 0;
}

.ping-list {
	padding: 20px;
	border-radius: 0 0 8px 8px;
}

.entry-pings a {
	border: 0;
}

.entry-pings h3 {
	font-weight: 400;
	margin: 0;
}

.entry-pings .fn {
	font-weight: 400;
}

.entry-pings .comment-author {
	font-size: 18px;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.footer .menu li.phone,
.footer .menu li.button{
	display:none;
}

.footer div.gform_wrapper ul.gform_fields li.gfield span.name_first{
	padding-top: 0;
    margin-bottom: -3px;
}


.footer .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit],
.footer .gform_wrapper .gform_footer input[type=image] {
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Copyright
--------------------------------------------- */

.copyright {
    font-size: 12px;
}

.copyright p {
    margin-bottom: 0;
    vertical-align: middle;
}


.copyright img {
    vertical-align: middle;
}
.fl-post-gallery-post {
    margin-bottom: 0;
}

/* Turf Varieties Single and Archive Page
---------------------------------------------------------------------------------------------------- */

table.turf-table tr td {
    border: 1px solid #ddd;
    padding: 6px 10px;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px){
	.gform_wrapper.form-book-online_wrapper form.form-book-online.gf_simple_horizontal div.gform_body ul.gform_fields.top_label.form_sublabel_below li.gfield,
	.gform_wrapper.form-book-tickets_wrapper  form.form-book-tickets.gf_simple_horizontal div.gform_body ul.gform_fields.top_label.form_sublabel_below li.gfield {
	    width: 100%;
	    display: block;
	    margin: 0 auto 5px;
        padding: 0;
	}

	.gform_wrapper.form-book-online_wrapper form.form-book-tickets.gf_simple_horizontal div.gform_body,
	.gform_wrapper.form-book-tickets_wrapper  form.form-book-online.gf_simple_horizontal div.gform_body {
	    width: 100%;
	    display: block;
	    max-width: 480px;
	    margin: 0 auto;
	}
	.gform_wrapper.form-book-online_wrapper form.form-book-tickets.gf_simple_horizontal  div.gform_footer.top_label,
	.gform_wrapper.form-book-tickets_wrapper  form.form-book-online.gf_simple_horizontal  div.gform_footer.top_label {
		text-align: center;
		margin: 8px auto 0;
		max-width: 480px;
		display: block;
		padding: 0;
	}
}

@media only screen and (max-width: 992px){
	/*Header*/

	.site-container {
	    margin-top: 35px;
	}

	.logged-in .site-container {
	    margin-top: 0px;
	}

	.header.mobile-position-fixed {
		position: fixed;
		z-index: 999;
		width: 100%;
		top: 0;
		background: #fff;
	}

	.header.mobile-position-fixed .phone-link span {
	    text-align: center;
	}

	.header.mobile-position-fixed .phone-link .phone-cta {
	    display: none;
	}

	.sidebar,
	.content,
	.page.fl-builder .content {
	    width: 100%;
	    float:none;
	}

}

@media only screen and (max-width: 768px){

	.site-inner, .wrap {
	    padding: 40px 20px;
	}

	.text-left,
	.text-right {
	    text-align: center;
	}

	.template-2.default.strong-view .strong-content.strong-grid.columns-3  .testimonial,
	.events-template .grid-template-2.default.strong-view .testimonial {
	    width: 100%;
	}

	.tradie-template br{
		display:none;
	}

	.pp-posts-wrapper .pp-content-post {
	    margin-bottom: 20px;
	}

	.adjacent-entry-pagination {
	    margin-bottom: 0;
	    margin: 30px 0 40px;
	}

	.adjacent-entry-pagination .alignleft,
	.adjacent-entry-pagination .alignright {
	    float: none;
	    text-align: center;
	}

	.uabb-blogs-pagination {
	    padding: 0;
	}

	.footer.copyright #menu-legal-navigation{
		text-align:center;
	}

	.footer.copyright #menu-legal-navigation .menu-item{
		display:inline-block;
	}

	.copyright p {
	    margin: 10px auto;
	}

}

@media only screen and (max-width: 700px){
	.events-template .strong-view.default .testimonial-image {
	    float: none;
	    margin: 0 auto 20px;
	    display: block;
	    text-align: center;
	}
}


/* Print Styles
---------------------------------------------------------------------------------------------------- */
