/*
 Theme Name:	GO Theme
 Theme URI:		http://www.go-creative.com.au
 Author:		GO Creative
 Author URI:	http://www.go-creative.com.au
 Template:		enfold
 Version:		1.0.0
 Text Domain:	enfold-child
*/

/**************************************************************
	HEADER
***************************************************************/

/*	top bar
*************************************/

#header_meta .container {
	/*min-height: 40px;*/
}

/*	logo
*************************************/

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

	.responsive #top .logo {
		padding: 10px 0;
	}

}

@media only screen and (min-width: 768px) {
    
    .logo, .logo a {
        overflow: visible;
    }

	div .logo {
		margin-top: 10px;
		-moz-box-shadow: 0 15px 0 rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	}
	
	div .logo img {
		max-height: 125%;
	}

}

/*	page title in header
*************************************/

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

	.main-title.entry-title {
		position: relative;
		top: 5px;
	}

}

.main-title.entry-title,
.main-title.entry-title > a {
	color: #FFF !important;
	font-weight: bold !important;
	font-size: 20px;
	text-transform: inherit !important;
}

.title_container + .container_wrap {
	border: none;
}

.title_container {
	background: #E4901B;
}

@media only screen and (min-width: 768px) {
    
.title_container {
	padding-top: 15px;
}
    
}

/*	breadcrumbs
*************************************/

/* general */

.alternate_color .breadcrumb,
.alternate_color .breadcrumb a {
	color: #FFF;
	text-decoration: none !important;
}

/* remove "you are here" */

span.trail-before {
	display: none !important;
}

/*	additional title
*************************************/

.header-title {
	position: absolute;
	left: 160px;
	top: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	font-family: "Droid Serif","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1;
}

	.header-title div {
		font-size: 16px;
		font-weight: normal;
		margin-top: 5px;
	}

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

	.header-title {
		display: none;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	
	.header-title {
		font-size: 18px;
	}
	
}

/*	social media icons
*************************************/

/* remove the divider between icons */

#top .social_bookmarks li {
	border: none;
}

/**************************************************************
	PRIMARY NAVIGATION
***************************************************************/

/*	top level links
*************************************/

/* links */

#top .av-main-nav > li > a {
	font-size: 18px !important;
	/*color: #000;*/
	/*font-weight: 400 !important;*/
}

#top .av-main-nav > li:hover > a {
	/*border-bottom: 5px solid rgb(231, 83, 42);*/
	text-decoration: underline;
}

/* when using a background colour for links, reset the padding of the last one */

.html_main_nav_header #top .main_menu .menu > li:last-child > a {
	/*padding: 0 13px;*/
}

@media only screen and (max-width: 1199px) {
	
	#top .av-main-nav > li > a {
		font-size: 13px !important;
	}
	
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	
	#top .av-main-nav > li > a {
		font-size: 15px !important;
	}
	
}

/*	submenus
*************************************/

#top .av-main-nav ul {
	width: 240px;
}

#top .av-main-nav ul a {
	font-size: 14px;
}

#top #header.av_minimal_header .main_menu ul:first-child > li > ul,
#top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu {
	/*border: 1px solid #999;*/
}

	#top #header.av_minimal_header .main_menu ul:first-child > li > ul li a,
	#top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu li a {
		color: #FFF;
		font-size: 15px;
	}

/*	mega menus
*************************************/

.main_menu .avia_mega_div > .sub-menu {
	background: #FFF;
	color: #000;
}

.mega_menu_title {
	color: #3C9932;
}

.header_color .main_menu .avia_mega_div .sub-menu .sub-menu a {
	color: #000;
	background: transparent;
}

.header_color .main_menu .avia_mega_div ul ul {
	background: transparent;
}

.header_color .avia-bullet {
	border-color: #CCC;
}

.sub-menu .sub-menu a:hover .avia-bullet {
	border-left-color: #E4901B !important;
}

/**************************************************************
	SECONDARY NAVIGATION
***************************************************************/

/*	top level links
*************************************/

.sub_menu {
	/*line-height: 40px;
	padding-top: 10px;*/
}

.sub_menu li {
	border: none;
}

.sub_menu > ul > li > a,
.sub_menu > div > ul > li > a {
	/*font-weight: normal;
	padding: 7px 0px;
	color: #FFF !important;
	text-transform: uppercase;*/
}

/* hover */

#top .header_color .sub_menu > ul > li > a:hover {
	color: #FFF;
}

/*	additional information
*************************************/

.phone-info {
	font-size: 15px;
	font-weight: normal;
}

/**************************************************************
	PAGE HEADINGS
***************************************************************/

/*	general
*************************************/

.main_color h2,
.alternate_color h2 {
	/*font-size: 35px;*/
	font-weight: bold;
	text-transform: inherit !important;
}

/*	special headings
*************************************/

#top .av-special-heading h2.av-special-heading-tag {
	font-weight: bold;
	float: none; /* only use when hiding the border, as per below */
}

	#top .av-special-heading.av-special-heading-h2 .av-special-heading-tag + .special-heading-border {
		display: none;
	}

.modern-quote h3.av-special-heading-tag {
	font-weight: 700;
}

/*	reset headings
*************************************/

.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
	letter-spacing: inherit !important;
}

/**************************************************************
	FOOTER
***************************************************************/

#footer {
	font-size: 14px;
}

#footer.container_wrap {
	border: none;
	text-shadow: 0 0 10px #000;
}

#footer a,
#socket a {
	text-decoration: none !important;
}

#socket a:hover {
	text-decoration: underline !important;
}

#socket .social_bookmarks a:hover {
	text-decoration: none !important;
}

#socket {
	font-size: 13px;
}

footer.container_wrap {
	font-size: inherit;
}

/* placeholder text */

#footer ::-webkit-input-placeholder {
	color: #63bdf4;
}

#footer :-moz-placeholder { /* Firefox 18- */
	color: #63bdf4;
}

#footer ::-moz-placeholder { /* Firefox 19+ */
	color: #63bdf4;
}

#footer :-ms-input-placeholder {
	color: #63bdf4;
}

/*	socket
*************************************/

@media only screen and (max-width: 479px) {
	
	.responsive #socket .sub_menu_socket ul {
		margin: 0;
	}
	
		.responsive #socket .sub_menu_socket ul li {
			padding: 10px 10px 10px 0;
			border: none;
		}
	
}

@media only screen and (max-width: 767px) {
	
	#footer .widget,
	.responsive #top #wrap_all .flex_column {
		margin: 15px 0 0 0;
	}
	
	#socket {
		text-align: center;
	}
	
	#socket .copyright {
		float: none;
	}
	
	.responsive #socket .sub_menu_socket {
		display: block;
		margin: 0;
		float: none;
	}
	
		.responsive #socket .sub_menu_socket ul li {
			float: none;
			display: inline-block;
		}
	
}

/**************************************************************
	BUTTONS
***************************************************************/

/* reset button height in Firefox */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* general buttons */

#top input[type="submit"] {
	font: inherit;
	/*color: #FFF !important;*/
}

#top .avia-button {
	/*text-transform: uppercase !important;*/
}

#top .avia-button,
#top .main_color .avia-button.avia-color-theme-color {
	border: none;
	outline: none;
	font-family: inherit;
	font-size: inherit;
	font-size: inherit;
}

#top .avia-button.avia-size-large {
	font-size: 18px;
}

#top .avia-button.avia-size-x-large {
	font-size: 22px;
}

#top .avia-button,
#top .main_color .avia-color-theme-color,
#top .alternate_color .avia-color-theme-color {
	text-decoration: none;
}

#top .avia-button.avia-color-silver:hover {
	/*background: #EFEFEF;*/
	color: #FFF !important;
}

/* form buttons */

.avia_ajax_form .button {
	font-weight: inherit;
	font-size: 18px !important;
	letter-spacing: normal;
	min-width: 0;
}

#top .gform_wrapper .gform_button, /* gravity forms */
#top .woocommerce-page .button /* woocommerce */ {
	border-radius: 3px;
	padding: 12px 16px 10px !important;
}

/* hovering (all buttons) */

#top .avia-button:hover,
#top .avia-button:focus,
.avia_ajax_form .button:hover,
.avia_ajax_form .button:focus,
.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:focus,
#top .woocommerce-page .button:hover,
#top .woocommerce-page .button:focus,
#top .main_color .button:hover,
#top .main_color .button:focus,
#top .main_color .avia_cart_buttons:hover,
#top .main_color .avia_cart_buttons:focus,
#top .main_color .avia_cart_buttons:hover .button,
#top .main_color .avia_cart_buttons:focus .button {
	opacity: 1 !important;
	background: #333 !important;
	transition: all 0.3s ease-out 0s;
	color: #FFF;
}

#top .main_color .avia_cart_buttons .button:hover,
#top .main_color .avia_cart_buttons .button:focus {
	background: transparent !important;
	color: #FFF;
}

/* footer buttons */

/*.footer_color input[type="submit"],
.footer_color .button {
	font-family: inherit;
	font-size: inherit;
	color: #fff !important;
	background-color: transparent !important;
	border: 3px solid #837856 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 10px;
	display: inline-block !important;
	text-decoration: none;
}

.footer_color input[type="submit"]:hover,
.footer_color .button:hover {
	background-color: #837856 !important;
	text-decoration: none;
}*/

/**************************************************************
	FORMS
***************************************************************/

/* placeholder text */

::-webkit-input-placeholder {
	color: rgb(153, 153, 153);
}

::-moz-placeholder { /* Firefox 18- */
	color: rgb(153, 153, 153);
}

::-moz-placeholder { /* Firefox 19+ */
	color: rgb(153, 153, 153);
}

::-ms-input-placeholder {
	color: rgb(153, 153, 153);
}

/* form labels */

#top label {
	font-weight: normal;
	font-size: inherit;
}

#top legend {
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* form inputs reset */

#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
	font: inherit;
	color: #000 !important;
}

#top .main_color .input-text,
#top .main_color input[type="text"],
#top .main_color input[type="input"],
#top .main_color input[type="password"],
#top .main_color input[type="email"],
#top .main_color input[type="number"],
#top .main_color input[type="url"],
#top .main_color input[type="tel"],
#top .main_color input[type="search"],
#top .main_color textarea,
#top .main_color select {
	background: #FFF;
}

#top div .av-light-form input[type="text"] {
	color: #FFF !important;
}

/*	Gravity Forms
*************************************/

/* inline labels (use "no-labels" for the form class) */

.no-labels_wrapper .gfield_label {
	display: none !important;
	float: none !important;
}

.no-labels_wrapper label.gfield_label + div.ginput_container {
	padding: 0;
	margin: 0;
}

/* newsletter signup form (use "newsletter-wide" for the form class) */

#top .newsletter-wide {
	max-width: none;
	margin: 0;
	padding: 0;
}

#top .newsletter-wide .gform_body {
	float: left;
	width: 74%;
	margin-right: 1%;
}

#top .newsletter-wide .gfield_label {
	display: none;
	float: none;
}

#top .newsletter-wide label.gfield_label + div.ginput_container {
	padding: 0;
	margin: 0;
}

#top .newsletter-wide ul li.gfield {
	float: left;
	padding: 0;
	width: 32.333%;
	margin: 0 1% 0 0;
	clear: none;
}

#top .newsletter-wide ul li.gfield:nth-child(3n+0) {
	margin: 0;
}

#top .newsletter-wide ul li.gfield input {
	border-radius: 3px;
	padding: 15px 10px;
	color: #000;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.1);
}

#top .newsletter-wide ul li.gfield input::-webkit-input-placeholder {
	color: #555;
}

#top .newsletter-wide ul li.gfield input:-moz-placeholder { /* Firefox 18- */
	color: #555;
}

#top .newsletter-wide ul li.gfield input::-moz-placeholder { /* Firefox 19+ */
	color: #555;
}

#top .newsletter-wide ul li.gfield input:-ms-input-placeholder {
	color: #555;
}

#top .newsletter-wide .gform_footer.left_label { /* must set labels to left-align in form settings */
	padding: 0;
	margin: 0;
	float: left;
	width: 25%;
	clear: none;
}

#top .newsletter-wide input[type="submit"] {
	/*background: #FFF !important;
	color: #000 !important;*/
	font-size: 18px;
	border-radius: 3px;
	padding: 15px 10px !important;
	/*border: 2px solid #FFF;*/
	width: 100%;
}

#top .newsletter-wide input[type="submit"]:hover {
	/*background: #000 !important;
	color: #FFF !important;*/
}

@media only screen and (max-width: 767px) {
	
	#top .newsletter-wide .gform_body {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	
	#top .newsletter-wide ul li.gfield {
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
		clear: both;
	}
	
	#top .newsletter-wide .gform_footer.left_label {
		float: none;
		width: 100%;
		clear: both;
		padding-top: 10px;
	}
	
}

/* relevanssi search forms */

.rlv-search {
	/* nothin' */
}

#top #searchform input[type="text"] {
	color: #FFF !important;
}

/**************************************************************
	BLOG
***************************************************************/

/* blog articles */

#top .fullsize .template-blog .post .entry-content-wrapper,
#top .fullsize .template-blog .post .entry-content-wrapper > * {
	max-width: none;
	font-size: inherit;
}

#top .fullsize .template-blog .post-title,
#top .fullsize .template-blog .post-meta-infos {
	text-align: left;
	max-width: none;
}

#top .fullsize .template-blog .post_delimiter {
	width: 4000px;
}

#top article.post-entry.post {
	float: none;
	/*padding-top: 10px;
	border-top: 1px solid #CCC;*/
	margin-top: 20px;
}

/* recent blog articles list (as posts) */

.no-images .slide-entry-wrap {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #837856;
	padding-bottom: 20px;
}

.no-images .slide-entry-wrap:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

.no-images .avia-content-slider-inner .slide-image {
	display: none;
}

.slide-entry-excerpt .more-link {
	border: 1px solid #837856;
	border-radius: 3px;
	padding: 5px 10px;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none !important;
}

.slide-entry-excerpt .more-link:hover {
	background: #837856;
	color: #FFF;
	text-decoration: none;
}

/* don't show the separator (unless we're showing the author etc) */

.text-sep {
	display: none !important;
}

/* recent blog articles list in the sidebar (possibly elsewhere?) */

.recentcomments,
.widget_recent_entries li {
	font-size: inherit;
	line-height: 1;
	padding: 10px 0;
	border-top: 1px dotted #998D79;
}

.widget_recent_entries li:first-child {
	margin-top: 7px;
	border: none;
}

	.recentcomments a,
	.widget_recent_entries li a {
		font-size: inherit;
		font-style: inherit;
		font-family: inherit;
		display: block;
	}
	
	.sidebar .widget_recent_entries li a {
		color: #E7532A !important;
	}
	
	.recentcomments .post-date,
	.widget_recent_entries li .post-date {
		display: block;
		font-style: italic;
		font-size: 90%;
		color: #CCC;
		margin: 5px 0 0 0;
	}

/* recent blog articles list in the footer */

#top .news-content,
#top .news-content .news-time {
	font-size: inherit;
}

/**************************************************************
	WOOCOMMERCE
***************************************************************/

/*	header cart icon/button
*************************************/

.cart_dropdown_first .cart_dropdown_link {
	background: #e4901b !important;
}


/*	general
*************************************/

.html_entry_id_65 .page-thumb,
.entry_id_65 .default-featured-img {
	display: none;
}

.inner_product {
	border-radius: 0;
}

p.in-stock {
	display: none;
}

/* checkout page */

#top table.shop_table .actions .button { /* Update Cart */
	width: auto;
	min-width: 0;
}

td.actions .coupon {
	width: auto;
}

#top #payment ul.payment_methods li {
	background: #FFF;
}

#top.page-id-67 .entry-content-header {
	display: none;
}

/*	login/register page
*************************************/

.main_color #customer_login .col-1,
.main_color #customer_login .col-2 {
	background: transparent;
}

.woocommerce-page #customer_login .button {
	float: none;
}

.login label[for="rememberme"] {
	margin-top: 10px;
}

#top.page-id-68 .entry-content-header {
	display: none;
}

/*	cart page */

.woocommerce-cart .entry-content-header .page-thumb {
	display: none;
}

/*	categories
*************************************/

div .product-sorting { /* hide toolbar above product listing pages */
	/*display: none !important;*/
}
	
.term-description {
	font-size: inherit;
}

#top .products .product-category h2 {
	background: #FFF;
	padding: 20px;
}

#top.tax-product_cat .price .amount {
	display: none !important;
}

#top.tax-product_cat .inner_product_header h3 {
	color: #E4901B !important;
	font-weight: bold;
}

/*	products
*************************************/

#main .header_color .avia_cart_buttons {
	background: #FFF;
}

#main .inner_product.main_color {
	background: #EFEFEF;
}

.avia_cart_buttons {
	opacity: 1;
}

.button-mini-delimiter { /* hide vertical line between "add to cart" and "view details" buttons */
	display: none !important;
}

.show_details_button {
	display: none !important;
}

/*#top .avia_cart_buttons .button.add_to_cart_button {*/
#top .inner_product .avia_cart_buttons .button {
	line-height: 20px;
	font-size: 16px;
	color: #FFF;
	float: none;
	width: auto;
	padding: 15px 10px;
}
	
	/*#top .avia_cart_buttons .button.add_to_cart_button > span {*/ /* hide cart icon */
	#top .inner_product .avia_cart_buttons .button > span {
		display: none;
	}
	
	#top .main_color.inner_product .avia_cart_buttons {
		background-color: #e4901b !important;
		padding: 0 !important;
		opacity: 1 !important;
		border-top: none;
	}
	
	.main_color .avia_cart_buttons:hover {
		background: #cf7a0b !important;
		transition: all 0.3s ease-out 0s;
	}

#top .single-product-main-image .thumbnails a:nth-child(4) { /* fix wrapping issue for odd shaped images */
	clear: left;
}

/* info tabs */

div.product .woocommerce-tabs ul.tabs li {
	font-size: inherit;
}

#top div.product .woocommerce-tabs ul.tabs a {
	background: #DDD;
	color: #333;
	font-size: inherit;
}

#top div.product .woocommerce-tabs ul.tabs li.active a {
	background: #FFF;
	color: #000;
	font-weight: normal;
}

.main_color div.product .woocommerce-tabs .panel {
	background: #FFF;
}

/* custom list of pests */

.single-product .custom-pest-list {
	display: none;
}

.custom-pest-list {
	color: #000;
	font-weight: 300;
	font-size: 13px;
	margin-top: 5px;
	line-height: 1;
	font-style: italic;
}

	/*.custom-pest-list span {
		font-weight: bold !important;
		font-size: 13px !important;
	}*/

/* hide prices on product detail pages, for variable products only */

#top .product-type-variable .single-product-summary div[itemprop="offers"] .price {
	display: none !important;
}

#top .product-type-variable .single-product-summary .pa_product-options {
	height: 50px;
}

/* hide prices on related products, for variable products only */

#top .related.products .product-type-variable .price::before {
	/*display: none;*/
	content: "Price varies";
	font-size: 15px;
}

#top .related.products .product-type-variable .price,
#top .related.products .product-type-variable .price .amount {
	font-size: 0;
}

/**************************************************************
	WIDGETS
***************************************************************/

/*	Contact and social
*************************************/
/* this displays social media icons in a list, for use on any page */

.contact-methods li {
	line-height: 40px;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}

	.contact-methods li span {
		width: 40px;
	}

/*	Facebook feed
*************************************/
/* this displays the Facebook feed */

.av_facebook_widget_wrap {
	background: transparent;
}

/**************************************************************
	PHOTO GALLERIES
***************************************************************/

/* popup captions */

figcaption .mfp-title {
	font-size: 20px;
	font-weight: bold;
}

/**************************************************************
	SLIDERS
***************************************************************/

/* fullwidth easy slider captions */

.slideshow_caption {
	width: 45%;
}

	.caption_framed .slideshow_caption .avia-caption-title {
		font-size: 30px;
		margin-bottom: 5px;
	}

	.caption_framed .slideshow_caption .avia-caption-content p {
		background: #555;
		background: rgba(0, 0, 0, 0.7);
	}

/* just hide the captions as they're a pain */
@media only screen and (max-width: 479px) {
	
	#full_slider_1,
	.caption_framed .slideshow_caption .avia-caption-title,
	.caption_framed .slideshow_caption .avia-caption-content {
		display: none !important;
	}
	
}

/**************************************************************
	MISCELLANEOUS
***************************************************************/

/* link styles in body area */

#main .container a {
	/*text-decoration: underline;*/
}

/* images */

.page-thumb img,
div .products .product a, /* woocommerce */
div .products .product a img /* woocommerce */ {
	border-radius: 0;
}

/* promo boxes */

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

	.avia-promocontent p {
		float: left;
	}

}

.avia-promocontent p + p {
	clear: both;
}

/* reset bold text to normal colours */

.alternate_color strong,
.main_color strong {
	color: inherit;
}

/* remove margins from elements */

.no-mt {
	margin-top: 0 !important;
}

/* share toolbar on blog posts */

#top .av-share-box ul {
	background: #FFF;
}

.av-share-box ul li a { /* just in case we've set links to have underlines etc */
	text-decoration: none !important;
}

/* search page */

#top #searchsubmit {
	width: 46px;
	height: 46px;
	font-family: 'entypo-fontello' !important;
	color: #FFF !important;
}

.ajax_load {
	width: 46px;
	height: 46px;
}

#top #avia-menu #s {
	padding-top: 8px;
	padding-bottom: 8px;
}

/* temporarily hide elements */
#top .hidden ,
#top .hidden * {
	display: none !important;
	visibility: hidden !important;
	min-height: 0 !important;
	border: none !important;
}

#top .main_color tr:nth-child(2n) {
	color: inherit !important;
}


/* Affiliate Dashboard
**********************************************/

.page-id-16553 .entry-content-header {
	display: none;
}

/* Gift Voucher edits
**********************************************/

.page-id-21197.page-thumb {
    display: none !important;
}

/* Checkout Popup */
.swal2-styled.swal2-confirm {
    background-color: #e4901b;
}