/*
 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.2.0
 Text Domain:	enfold-child
*/

/**************************************************************
	REFERENCE
***************************************************************/

/*	breakpoints
*************************************/
/*
	DEVICE		MIN-WIDTH		MAX-WIDTH
	Phone:		468px			467px
	Tablet:		768px			767px
	Desktop:	990px			989px
*/

/*	colours
*************************************/
/*
	Primary:	#930342 (maroon)
	Secondary:	#580125 (dark maroon)
	Borders:	#58585a (charcoal)
*/

/*	custom fonts
*************************************/

/*@font-face {
	font-family: 'xxxxxxx';
	src: url('fonts/xxxxxxx-webfont.woff2') format('woff2'),
		 url('fonts/xxxxxxx-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'xxxxxxx';
}*/

/**************************************************************
	BOXED LAYOUTS
***************************************************************/

/* multiple backgrounds */

/*html.html_boxed {
	background:
		url("images/background-image1.png") no-repeat center -15px,
		url("images/background-image2.png") no-repeat 5% 50px;
	background-color: #F7F4F1;
}*/

/* add a shadow around the entire container */

/*#header_main_alternate.container_wrap,
#main {
	-moz-box-shadow: 0 0 25px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 25px 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 25px 5px rgba(0,0,0,0.2);
}*/

/* move the footer away from the viewport */

/*#main {
	margin-bottom: 30px !important;
}*/

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

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

/*#top .logo {
	margin-top: 25px;
}*/

/* set the size */
div .logo {
	overflow: visible;
}

div .logo,
div .logo a {
	height: auto;
}

	div .logo img {
		padding: 15px 0 5px 0 !important;
	}

@media only screen and (min-width: 768px) {
	#top .av_header_transparency #header_main {
		-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 1));
		filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 1));
		-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	}
}


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

	div .logo img {
		height: 125px;
	}

	#header.header-scrolled div .logo img {
		height: 125px;
	}

	#header.header-scrolled div .logo img {
		padding: 5px 0 5px 0 !important;
	}

}

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

	.responsive .logo img {
		max-height: 90px;
		padding: 15px 0 !important;
	}

}

/*	header background
*************************************/

/*#header,
.header_color .header_bg {
	background: transparent !important;
}*/

#header {
	border: none;
}

#header.header-scrolled {
	-moz-box-shadow: 0 0 70px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 70px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 70px 0 rgba(0,0,0,0.2);
}

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

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

/*	title bar below header
*************************************/

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

/* the whole bar */

.title_container {
	/*background: #EFEFEF;*/
	border: none;
}

.title_container + .container_wrap {
	border: none;
}

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

/* hide breadcrumbs on top-level pages */

body#top:not(.page-child) .breadcrumb {
	display: none !important;
}

body#top.tax-product_cat .breadcrumb { /* woocommerce */
	display: block !important;
}

/* general */

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

/* remove "home" */

.breadcrumb-trail > span:first-child + a,
.breadcrumb-trail > span:nth-child(3) {
	display: none !important;
}

/* remove "you are here" */

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

/* remove the duplicate "blog" breadcrumb */

.single-post .breadcrumb-trail > span:nth-child(6),
.single-post .breadcrumb-trail > span:nth-child(7) {
	display: none !important;
}

/* remove the duplicate WooCommerce "products" breadcrumb */

.tax-product_cat .breadcrumb-trail > span:nth-child(6),
.tax-product_cat .breadcrumb-trail > span:nth-child(7) {
	display: none !important;
}

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

.header-title {
	position: absolute;
	left: 270px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	animation-name: slogan-right;
	animation-duration: 0.5s;
}

@keyframes slogan-left {
	from { left: 270px; }
	to { left: 120px; font-size: 15px; font-weight: bold; }
}

@keyframes slogan-right {
	from { left: 120px; }
	to { left: 270px; font-size: 22px; font-weight: bold; }
}

.header-scrolled .header-title {
	left: 120px;
	animation-name: slogan-left;
	animation-duration: 0.5s;
	font-size: 15px;
	font-weight: bold;
}

	.header-title .widget {
		padding: 0;
	}

		.header-title > .widget p {
			margin: 0;
		}

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

	.header-title {
		display: none;
	}
	
}

/*	mobile phone tap button
*************************************/

.header-phone {
	display: none;
	z-index: 9999;
	transition: all 0.1s ease 0s;
}

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

	.header-phone,
	.header-phone:hover {
		position: absolute;
		font-size: 27px;
		font-weight: bold;
		display: block;
		width: 46px;
		height: 46px;
		text-align: center;
		background: #930342;
		line-height: 46px;
		border-radius: 1000px;
		border: none;
		text-decoration: none;
	}
	
	.header-phone {
		right: 50px;
		top: 50%;
		margin-top: -23px;
	}
	
		.header-phone .av-icon-char {
			color: #FFF;
			position: relative;
			bottom: 3px;
		}
	
}

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

/* remove the divider between icons - top bar */
#top .social_bookmarks li,
.responsive #top #header_meta .social_bookmarks li {
	border: none !important;
}

@media only screen and (max-width: 767px) {
	
	.responsive #top #header_meta .social_bookmarks li {
		border: none !important;
	}
	
}

/* remove the divider between icons - main header area */
.avia-menu.av_menu_icon_beside {
	padding-right: 0;
	border: none;
}

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

/*	mobile menu
*************************************/

/* icon size */
#top #avia-menu .av-hamburger-box {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

/* lines */
#top .av-hamburger-inner,
#top .av-hamburger-inner::before,
#top .av-hamburger-inner::after {
	background-color: #fff;
}

/* hover/active state */
.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet,
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner,
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before,
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
	background-color: #fff;
}

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

	#top .av-hamburger-inner,
	#top .av-hamburger-inner::before,
	#top .av-hamburger-inner::after {
		background-color: #fff;
	}

	/*.responsive #top .av-main-nav .menu-item-avia-special {
        display: block;
        margin-top: 4px;
    }*/
}

/* add solid background */
#top .av-hamburger::before {
	content: "";
	display: block;
	position: absolute;
	width: 46px;
	height: 46px;
	background: #930342;
	border-radius: 1000px;
	top: 50%;
	margin-top: -23px;
	right: 0;
}

.responsive.html_mobile_menu_tablet #top #header .av-main-nav > .av-burger-menu-main > a {
	padding: 10px;
}

.responsive.html_mobile_menu_tablet #top .av-burger-menu-main a .av-hamburger-box {
	width: 25px;
	right: 10px;
}

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

	/* prevent mobile mobile showing at larger resolutions */
	#top .av-burger-overlay {
		display: none!important;
	}

}

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

	/* hide search icon on mobile */
	#menu-item-search {
		display: none!important;
	}

}

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

/* show "Home" as an icon instead (add "home-icon" class to menu item) */

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

	.home-icon a {
		height: 50px;
		width: 50px;
		background: url('images/home-icon.png') 50% 50% no-repeat;
	}
	
	#top .av-main-nav > li.home-icon:hover > a {
		border-bottom: none;
	}
	
	.home-icon .avia-menu-text {
		display: none;
	}
}

/* links */

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

#top .av-main-nav > li:hover > a {
	color: #580125;
}

/* top level link effects */

/*#top .av-main-nav > li:hover > a {
	border-bottom: 5px solid #d22328;
}*/

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

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

/* show that there are subpages */
/* see http://brajeshwar.github.io/entities */

@media only screen and (min-width: 990px) {
	
	.main_menu li > a:after {
		/*content: '\00a0\00a0\25bc';*/ /* space, space, filled arrow */
		content: '\00a0\e877'; /* space, down arrow */
		font-family: 'entypo-fontello';
		font-size: 20px;
		color: #930342;
		position: relative;
		top: 2px;
	}
	
	.main_menu li#menu-item-search > a:after,
	.main_menu li > a:only-child:after {
		content: '';
	}
	
}



@media only screen and (max-width: 1200px) and (min-width: 990px) {
	#top .av-main-nav > li > a{
		padding: 0 10px;
		font-size: 14px !important;

	}
}

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

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

#top .av-main-nav ul a {
	font-size: 14px;
	background-color: #FFF !important;
}

#top .header_color .main_menu .menu ul li a:hover,
.header_color .av-subnav-menu ul a:hover {
	background-color: #FAFAFA !important;
}

#top .header_color .main_menu .menu ul li > a:hover {
	color: #000;
}

/* mega menus */

#top #header .avia_mega_div {
	max-width: 900px;
	background-color: #FFF !important;
	/*left: 0 !important;*/
}

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

	#header .mega_menu_title {
		color: #000;
		font-size: 16px;
	}

	#top #header .main_menu ul:first-child > li > ul li a,
	#top #header .main_menu .avia_mega_div > .sub-menu li a {
		color: #000;
		/*font-size: 15px;*/
	}
	
	#top #header .main_menu ul:first-child > li > ul li.mega-menu-button a,
	#top #header .main_menu .avia_mega_div > .sub-menu li.mega-menu-button a {
		color: #333;
		background: #FFF;
		padding: 6px 12px;
		border: 1px solid #CCC;
		border-radius: 5px;
		display: inline-block;
		font-weight: bold;
		margin-top: 5px;
	}
	
		#top #header .main_menu ul:first-child > li > ul li.mega-menu-button a:hover,
		#top #header .main_menu .avia_mega_div > .sub-menu li.mega-menu-button a:hover {
			background: #333 !important;
			color: #FFF;
			border-color: #333;
		}
		
		#top #header .main_menu .avia_mega_div .sub-menu li .avia-bullet {
			border-color: #CCC;
		}
		
		#top #header .main_menu .avia_mega_div .sub-menu li > a:hover .avia-bullet {
			border-color: #000;
		}
	
		#top #header .main_menu ul:first-child > li > ul li.mega-menu-button a span.avia-bullet,
		#top #header .main_menu .avia_mega_div > .sub-menu li.mega-menu-button a span.avia-bullet {
			display: none !important;
		}

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

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

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

.sub_menu li,
.sub_menu li:hover {
	border: none;
	text-decoration: none;
}

.sub_menu > ul > li > a,
.sub_menu > div > ul > li > a {
	color: #000 !important;
	font-size: 13px;
}

@media only screen and (max-width: 767px) {
	
	.sub_menu > ul > li,
	.sub_menu > div > ul > li {
		padding: 0 !important;
	}

	.sub_menu > ul > li > a,
	.sub_menu > div > ul > li > a {
		padding: 15px 10px !important;
		display: block;
		color: #000 !important;
		font-size: 15px;
	}
	
}

#top .header_color .sub_menu > ul > li > a:hover {
	color: #000 !important;
	text-decoration: none;
}

/* show that there are subpages */
/* see http://brajeshwar.github.io/entities */

@media only screen and (min-width: 990px) {
	
	.sub_menu > ul > li.menu-item-has-children > a:after {
		content: '\00a0\00a0\25bc'; /* space, space, arrow */
		font-size: 9px;
		color: #ccc;
	}
	
}

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

.phone-info {
	font-weight: normal;
	font-size: 13px;
}
	
	.phone-info span {
		/*line-height: 40px;*/
		text-decoration: none;
	}
	
		.phone-info span,
		.phone-info span a,
		.phone-info span a:hover {
			color: #000 !important;
			text-decoration: none;
		}
		
@media only screen and (max-width: 767px) {
	
	.phone-info {
		font-size: 17px;
		padding: 0 0 10px 0;
	}
	
		.phone-info span a {
			padding: 5px 10px;
		}
	
}

/**************************************************************
	USER NAVIGATION
***************************************************************/

/* when displayed at the top of the page */

.user-menu-wrapper {
	background: #FFF;
	border-bottom: 1px solid #E5E3DC;
}

	.user-menu-wrapper .container {
		/*padding: 0;
		max-width: none;*/
	}

		.user-menu-wrapper .content {
			border: none;
			padding-top: 0;
			padding-bottom: 0;
		}

			ul#menu-user-menu {
				margin: 0;
				padding: 0;
			}
				
					ul#menu-user-menu li {
						display: inline-block;
						padding: 0;
						margin: 0;
						float: left;
						clear: none;
					}
					
					ul#menu-user-menu li.menu-item-has-children ul {
						display: none;
					}
					
						ul#menu-user-menu li a {
							padding: 10px 15px;
							text-decoration: none;
							color: #000;
							border-left: 1px solid #E5E3DC;
							font-size: 90%;
							display: block;
						}
						
						ul#menu-user-menu li:last-child a {
							border-right: 1px solid #E5E3DC;
						}
						
						ul#menu-user-menu .current-menu-item,
						ul#menu-user-menu .current_page_item,
						ul#menu-user-menu li:hover {
							background: #F2F1EF;
						}
						
						ul#menu-user-menu .current-menu-item a,
						ul#menu-user-menu .current_page_item a {
							font-weight: normal;
						}

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

	ul#menu-user-menu {
		left: 0;
	}
	
	ul#menu-user-menu li {
		display: block;
	}
	
}
				
@media only screen and (min-width: 480px) {

	ul#menu-user-menu {
		left: -10px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	ul#menu-user-menu li a {
		padding: 5px 10px;
		text-decoration: none;
	}
	
}

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

#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
	text-decoration: none !important;
}

.heading-reduced-margin {
	margin-top: 20px;
}

/*	heading 1
*************************************/

.main_color h1,
.alternate_color h1 {
	text-transform: inherit !important;
}

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

/*	heading 2
*************************************/

.main_color h2,
.alternate_color h2 {
	font-size: 28px;
	text-transform: inherit !important;
}

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

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

/*	heading 3
*************************************/

.main_color h3,
.alternate_color h3 {
	font-size: 21px !important;
	text-transform: inherit !important;
}

.slide-entry.av_one_fourth h3.slide-entry-title,
.slide-entry.av_one_fifth h3.slide-entry-title {
	font-size: 14px !important;
}

.main_color h3,
.main_color h3.av-special-heading-tag,
.main_color h3.widgettitle,
.main_color h3.avia-content-slider .slide-entry-title {
	color: #000;
}

.alternate_color h3,
.alternate_color h3.av-special-heading-tag,
.alternate_color h3.widgettitle,
.alternate_color h3.avia-content-slider .slide-entry-title {
	color: #333;
}

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

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

.special_amp {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit !important;
}

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

/*	enquire footer
*************************************/
@media only screen and (min-width: 768px) {
	#enquire-footer .container {
		text-align: center;
		width: 55%;
	}
}

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

#footer {
	font-size: 14px;
}

#footer.container_wrap {
	border: none;
}

footer.container_wrap {
	font-size: inherit;
}

#footer h3.widgettitle {
	/*color: #FFF;
	border-bottom: 3px solid #7FBAED;
	padding-bottom: 10px;*/
}

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

	#footer .widget + .widget {
		margin-top: 0;
	}

	#footer .flex_column .widget:first-child:not(:last-child) {
		margin-bottom: 0;
	}
	
}

/* columns on large phones/small tablets
*************************************/

@media only screen and (max-width: 1299px) {
	
	.responsive #top #wrap_all #footer .flex_column {
		width: 47% !important;
		display: block;
		margin: 0 0 20px 6%;
		float: left;
	}
	
	.responsive #top #wrap_all #footer .flex_column.first,
	.responsive #top #wrap_all #footer .flex_column:nth-of-type(3) {
		margin-left: 0;
	}
	
}

@media only screen and (max-width: 989px) {
	
	.responsive #top #wrap_all #footer .flex_column {
		width: 100% !important;
		float: none;
		display: block;
		margin: 0 0 20px 0;
	}
	
}

/*	hyperlinks
*************************************/

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

#footer a {
	/*border-bottom: 1px dotted #666;*/
	font-weight: bold;
}

#footer a:hover {
	/*border-bottom: 1px dotted #FFF;*/
	text-decoration: underline;
}

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

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

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

/*	alternate color
*************************************/

.alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content, .alternate_color .av-share-box ul, #top .alternate_color .av-related-style-full .related-format-icon, .alternate_color .related_posts.av-related-style-full a:hover, .alternate_color.avia-fullwidth-portfolio .pagination .current, .alternate_color.avia-fullwidth-portfolio .pagination a, .alternate_color .av-hotspot-fallback-tooltip-inner, .alternate_color .av-hotspot-fallback-tooltip-count {

	border-top: 5px solid #930342;
}


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

#socket {
	font-size: 13px;
}

@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;
	}
	
		#socket .copyright span {
			display: block;
		}
	
	.responsive #socket .sub_menu_socket {
		display: block;
		margin: 0;
		float: none;
	}
	
		.responsive #socket .sub_menu_socket ul li {
			float: none;
			display: inline-block;
			line-height: 1.75em;
			padding: 0 4px;
			border: none !important;
		}
		
		/* GO Creative credit notice */
		.responsive #socket .sub_menu_socket ul li:last-child {
			display: block;
			margin-top: 10px;
		}
		
	#top #wrap_all #socket .social_bookmarks {
		float: none;
		display: block;
		text-align: center;
		margin: 10px 0 15px 0;
	}
	
		#top #wrap_all #socket .social_bookmarks li {
			display: inline-block;
			float: none;
			position: static;
			top: auto;
		}
	
}

@media only screen and (max-width: 479px) {
	
	.responsive #socket .sub_menu_socket ul {
		margin: 0;
	}
	
		.responsive #socket .sub_menu_socket ul li {
			padding: 5px;
			border: none;
		}
		
		/* GO Creative credit notice */
		.responsive #socket .sub_menu_socket ul li:last-child {
			margin-top: 0;
		}
	
}

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

/*	resets
*************************************/

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

#top input[type="submit"] {
	font: inherit;
}

#top .avia-button,
 #top .avia-button.avia-color-theme-color,
 #top .avia_ajax_form .button,
 #top .gform_wrapper .gform_button,
 #top .woocommerce-page .button,
 #top .woocommerce-page form.cart button.button,
 #top .slide-entry-excerpt .more-link,
 #top input[type="submit"] {
	 background: #930342 !important;
	 color: #FFF;
	 border: none;
	 outline: none;
	 font-family: inherit;
	 font-size: inherit !important;
	 font-weight: bold !important;
	 line-height: 1.2;
	 text-decoration: none !important;
	 letter-spacing: normal;
	 min-width: 0;
	 border-radius: 0;
	 padding: 12px 16px 10px;
	 transition: all 0.3s ease-out 0s;
	 opacity: 1 !important;
	 /*text-transform: uppercase !important;*/
 }

#top .slide-entry-excerpt .more-link {
	margin-top: 10px;
	display: inline-block;
}

#top .main_color .avia-button:hover,
#top .main_color .avia-button:focus,
#top .main_color .avia-button.avia-color-theme-color:hover,
#top .main_color .avia-button.avia-color-theme-color:focus,
#top .main_color .avia_ajax_form .button:hover,
#top .main_color .avia_ajax_form .button:focus,
#top .main_color .gform_wrapper .gform_button:hover,
#top .main_color .gform_wrapper .gform_button:focus,
#top .main_color input[type="submit"]:hover,
#top .main_color input[type="submit"]:focus,
#top .woocommerce-page .main_color .button:hover,
#top .woocommerce-page .main_color .button:focus,
#top .main_color .slide-entry-excerpt .more-link:hover,
#top .main_color .slide-entry-excerpt .more-link:focus {
	opacity: 1 !important;
	background: #580125 !important;
	color: #FFF !important;
}

#top .alternate_color .avia-button,
#top .alternate_color .main_color .avia-button.avia-color-theme-color,
#top .alternate_color .avia_ajax_form .button,
#top .alternate_color .gform_wrapper .gform_button,
#top .alternate_color input[type="submit"] {
	background: #930342!important;
	color: #FFF !important;
}

#top .alternate_color .avia-button:hover,
#top .alternate_color .avia-button:focus,
#top .alternate_color .avia-button.avia-color-theme-color:hover,
#top .alternate_color .avia-button.avia-color-theme-color:focus,
#top .alternate_color .avia_ajax_form .button:hover,
#top .alternate_color .avia_ajax_form .button:focus,
#top .alternate_color .gform_wrapper .gform_button:hover,
#top .alternate_color .gform_wrapper .gform_button:focus,
#top .alternate_color input[type="submit"]:hover,
#top .alternate_color input[type="submit"]:focus,
#top .woocommerce-page .alternate_color .button:hover,
#top .woocommerce-page .alternate_color .button:focus,
#top .alternate_color .slide-entry-excerpt .more-link:hover,
#top .alternate_color .slide-entry-excerpt .more-link:focus,
#top .alternate_color .avia-button.avia-color-silver:hover,
#top .alternate_color .avia-button.avia-color-silver:focus {
	opacity: 1 !important;
	background: #580125 !important;
	color: #FFF !important;
}

#top .main_color .avia-color-theme-color-subtle,
#top .alternate_color .avia-color-theme-color-subtle {
	background: #444;
	color: #FFF;
}

#top .main_color .avia-button.avia-color-light,
#top .alternate_color .avia-button.avia-color-light {
	background: transparent !important;
	color: #FFF !important;
}

#top .main_color .avia-button.avia-color-light:hover,
#top .alternate_color .avia-button.avia-color-light:hover {
	background: #FFF !important;
	color: #000 !important;
}

.view-range-btn .avia_button_icon_right { padding-right: 10px; }

/*	sizes
*************************************/

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

#top .avia-button.avia-size-x-large {
	font-size: 24px !important;
}

/* make buttons fullwidth on smaller screens */

@media only screen and (max-width: 767px) {
	
	#top .flex_column > .avia-button-wrap:only-of-type {
		display: block;
	}
	
}

/*	footer
*************************************/

/*.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;
}*/

/**************************************************************
	GENERAL FORMS
***************************************************************/

/* placeholder text */

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

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

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

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

.gf_placeholder {
	color: rgb(120, 120, 120);
}

.alternate_color ::-webkit-input-placeholder {
	color: #999!important;
}
.alternate_color ::-moz-placeholder {
	color: #999!important;
}
.alternate_color :-moz-placeholder {
	color: #999!important;
}
.alternate_color :-ms-input-placeholder {
	color: #999!important;
}


/* hide title on contact form when displayed on Contact Us page */

.no-title .gform_widget > .widgettitle {
	display: none;
}

/* form labels */

#top label {
	font-weight: bold;
	font-size: 17px;
}

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

/* adjust datepickers */

body div#ui-datepicker-div {
	width: auto;
}

	#top .ui-datepicker-title select {
		padding-top: 4px;
		padding-bottom: 5px;
	}

/* adjust time fields */

#top .gform_wrapper .gfield_time_hour {
	max-width: calc(4rem + 1.5rem);
}

#top .gform_wrapper .gfield_time_minute {
	max-width: 5.5rem;
}

#top .gform_wrapper .gfield_time_hour i {
	width: 22px;
}

/**************************************************************
	GRAVITY FORMS
***************************************************************/

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

.gform_wrapper {
	max-width: 100% !important;
	margin: 0 !important;
}

.gform_wrapper .gform_heading {
	margin-bottom: 0.85em !important;
}

#top .gform_wrapper .gform_body > ul > li.gsection:first-child {
	margin-top: 0 !important;
}

#top .gform_wrapper .description,
#top .gform_wrapper .gfield_description,
#top .gform_wrapper .gsection_description,
#top .gform_wrapper .instruction {
	font-size: inherit;
	color: #666;
}

#top .gform_wrapper ul li.gfield {
	margin-bottom: 0 !important;
	padding-right: 0 !important;
	vertical-align: top !important;
}

#top .gform_wrapper ul li.gfield:after { /* fixes issues with floating fields */
	content: "";
	display: table;
	clear: both;
}

#top .gform_wrapper textarea {
	margin-bottom: 0;
}

#top .gform_wrapper input[type="radio"],
#top .gform_wrapper input[type="checkbox"],
#top .gform_wrapper input[type="radio"] + label,
#top .gform_wrapper input[type="checkbox"] + label,
#top .gform_wrapper select {
	cursor: pointer;
}

#top .gform_wrapper .top_label div.ginput_container_select {
	float: left;
	display: block !important;
	width: 100%;
}

/*#top .gform_wrapper .top_label div.ginput_container_select select {
	padding: 10px 6px;
}*/

/* centre buttons */

#top p[style*="text-align: center"] + .gform_wrapper .gform_footer {
	text-align: center;
}

	#top p[style*="text-align: center"] + .gform_wrapper .gform_footer input[type="submit"] {
		margin-right: 0 !important;
	}

/*	field column layouts
*************************************/

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

	/* general */

	#top .gform_wrapper ul li.gfield.one-half,
	#top .gform_wrapper ul li.gfield.one-third,
	#top .gform_wrapper ul li.gfield.two-thirds,
	#top .gform_wrapper ul li.gfield.one-half-first,
	#top .gform_wrapper ul li.gfield.one-third-first,
	#top .gform_wrapper ul li.gfield.two-thirds-first,
	#top .gform_wrapper ul li.gfield.one-half-last,
	#top .gform_wrapper ul li.gfield.one-third-last,
	#top .gform_wrapper ul li.gfield.two-thirds-last {
		display: inline-block;
		margin-right: 2%;
	}
	
	#top .gform_wrapper ul li.gfield.one-half-last,
	#top .gform_wrapper ul li.gfield.one-third-last,
	#top .gform_wrapper ul li.gfield.two-thirds-last {
		margin-right: 0;
	}

	/* halves */

	#top .gform_wrapper ul li.gfield.one-half,
	#top .gform_wrapper ul li.gfield.one-half-first,
	#top .gform_wrapper ul li.gfield.one-half-last {
		width: 49%;
	}

	/* thirds */

	#top .gform_wrapper ul li.gfield.one-third,
	#top .gform_wrapper ul li.gfield.one-third-first,
	#top .gform_wrapper ul li.gfield.one-third-last {
		width: 32%;
	}

	#top .gform_wrapper ul li.gfield.two-thirds,
	#top .gform_wrapper ul li.gfield.two-thirds-first,
	#top .gform_wrapper ul li.gfield.two-thirds-last {
		width: 66%;
	}
	
	/* fixes */
	
	#top .gform_wrapper ul li.gfield.one-half ul.gfield_checkbox li,
	#top .gform_wrapper ul li.gfield.one-third ul.gfield_checkbox li,
	#top .gform_wrapper ul li.gfield.two-thirds ul.gfield_checkbox li,
	#top .gform_wrapper ul li.gfield.one-half-first ul.gfield_checkbox li,
	#top .gform_wrapper ul li.gfield.one-third-first ul.gfield_checkbox li,
	#top .gform_wrapper ul li.gfield.two-thirds-first ul.gfield_checkbox li,
	#top .gform_wrapper ul li.gfield.one-half-last ul.gfield_checkbox li,
	#top .gform_wrapper ul li.gfield.one-third-last ul.gfield_checkbox li,
	#top .gform_wrapper ul li.gfield.two-thirds-last ul.gfield_checkbox li {
		float: left;
	}
	
	/* accommodate cases where we have empty columns */
	
	#top .gform_wrapper ul li.gfield.one-third-first + li.gfield.one-third-last {
		width: 66% !important;
		padding-right: 34% !important;
	}
	
}

/*	validation
*************************************/

#top .gform_wrapper .gfield_required {
	color: red !important;
}

#top .gfield_contains_required input[type="text"],
#top .gfield_contains_required input[type="email"],
#top .gfield_contains_required input[type="number"],
#top .gfield_contains_required textarea,
#top .gfield_contains_required select {
	border-left: 2px solid #999;
}

#top .gfield_contains_required input[type="text"]:focus:invalid,
#top input[type="text"]:focus:invalid,
#top input[type="email"]:focus:invalid,
#top input[type="number"]:focus:invalid,
#top textarea:focus:invalid,
#top select:focus:invalid {
	border: 1px dotted rgb(255,0,0);
	border-left: 2px solid rgb(255,0,0);
}

#top .gfield_contains_required input[type="text"]:focus:valid,
#top input[type="text"]:focus:valid,
#top input[type="email"]:focus:valid,
#top input[type="number"]:focus:valid,
#top textarea:focus:valid,
#top select:focus:valid {
	border: 1px dotted rgb(0,255,0);
	border-left: 2px solid rgb(0,255,0);
}

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

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

#top li.show-label .gfield_label { /* show some specific labels if needed */
	display: block !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+1) {
	margin: 0;
}

#top .newsletter-wide ul li.gfield input {
	border-radius: 0;
	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: #999;
}

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

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

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

#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 .gform_footer input[type="submit"].gform_button {
	/*background: #FFF !important;
	color: #000 !important;*/
	font-size: 18px !important;
	border-radius: 0;
	padding: 16px 10px 17px 10px !important;
	/*border: 1px solid #FFF;*/
	width: 100% !important;
}

#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;
	}
	
	#top .newsletter-wide label.gfield_label + div.ginput_container {
		margin-top: 0.375em;
	}
}

/*	wide format contact form (use "contact-wide" for the form class)
*************************************/

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

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

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

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

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

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

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

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

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

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

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

#top .contact-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 .contact-wide .gform_footer input[type="submit"].gform_button {
	/*background: #FFF !important;
	color: #000 !important;*/
	font-size: 18px !important;
	border-radius: 0;
	padding: 16px 10px 17px 10px !important;
	/*border: 1px solid #FFF;*/
	width: 100% !important;
}

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

#top #gform_wrapper_5.gform_wrapper .gform_footer {
	padding: 0; 
 	margin: 0; 
    clear: both;
    width: 25%;
    display: inline-block;
}

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

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

/* add a default image to all posts (main blog page only) */

/*.post-entry .avia-content-grid-active a.slide-image:before {
	content: '';
	background: url('/wp-content/themes/go-theme/images/home-icon.png') no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
}*/

/* hide the separator (unless we're showing the author etc) */

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

/* hide the categories if they're not in use */

.blog-categories.minor-meta {
	display: none;
}

/* share toolbar on blog posts */

#top .av-share-box {
	float: none;
	margin-bottom: 0;
}

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

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

/* individual 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-title {
	padding: 0 0 5px 0;
}

	#top.single-post .template-blog h1.post-title a {
		text-decoration: none !important;
	}

#top.single-post .template-blog .big-preview img {
	width: 100%;
	margin-bottom: 15px;
}

#top .entry-content-wrapper .post-title {
	font-size: 34px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

#top .fullsize .template-blog .read-more-link {
	padding-bottom: 30px;
}

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

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

#top .big-preview img {
	width: 100%;
	/*border-radius: 0;*/
	margin-bottom: 20px;
}

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

#top .avia-content-slider .slide-image {
	background: transparent !important;
	-webkit-box-shadow: inset 0 0 40px 5px rgba(0,0,0,0.05);
	box-shadow: inset 0 0 40px 5px rgba(0,0,0,0.05);
}

	#top .avia-content-slider .slide-image img {
		background-color: #FFF !important;
	}

#top .main_color .fallback-post-type-icon {
	display: none !important;
	visibility: hidden !important;
}

@media only screen and (max-width: 767px) {
	
	.responsive #top #wrap_all .slide-entry {
		margin-bottom: 20px;
	}
	
	.avia-content-slider .slide-image img {
		width: 100%;
		height: auto;
	}
	
}

/* recent blog articles list (general) */

.news-link,
.news-link:hover,
#top .widget ul li .news-link:hover {
	text-decoration: none !important;
}

.recentcomments,
.widget_recent_entries li {
	font-size: inherit;
	line-height: 1.65em;
	padding: 0;
}

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

	.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: inherit !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;
	}
	
	.widget .news-thumb {
		background: #FFF !important;
		box-shadow: inset 0 0 15px 0 rgba(0,0,0,0.05);
	}

/* recent blog articles list (footer) */

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

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

#footer .recentcomments a,
#footer .widget_recent_entries li a {
	border: none;
}

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

#top .footer_color .widget a.news-link:hover .news-headline {
	color: #FFF;
}



/**************************************************************
	CPTs
***************************************************************/

/* CPT Page/Archive
 add .granny-flats-archive class to Blog Posts Element  */
#top .granny-flats-archive .slide-meta {
	display: none;
}

/* Single CPT */
#top.single-granny-flats .entry-content-wrapper .post-title {
	border: 0;
}
#top.single-granny-flats .entry-content-wrapper .post-meta-infos {
	display: none;
}
#top.single-granny-flats .av-share-box {
	display: none;
}

/*  CPT list widget  */
.cptbox .news-time {
	display: none;
}
.cptbox .news-headline {
	margin-top: 8px;
}

/*  CPT sidebar widget  */
.cpt_sidebar_widget img {
	width: 100%;
	margin-top: 15px;
}
.cpt_sidebar_widget p {
	margin: 5px 0 15px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.cpt_sidebar_widget a {
	text-decoration: none!important;
}

.qgf-range-sidebar h4 {
	margin: 22px 0 10px;
	color: #930342;
	font-size: 0.95em;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.qgf-range-sidebar ul {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.qgf-range-sidebar li {
	margin: 0 0 10px;
	padding: 0;
}

.qgf-range-sidebar a {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 12px;
	align-items: stretch;
	min-height: 76px;
	border: 1px solid #e4e1df;
	background: #fff;
	color: #333;
	overflow: hidden;
	text-decoration: none!important;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.qgf-range-sidebar a:hover,
.qgf-range-sidebar a:focus {
	border-color: #930342;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
	transform: translateY(-1px);
}

.qgf-range-sidebar-image {
	display: block;
	min-height: 76px;
	background-color: #f3f0ee;
	background-position: center;
	background-size: cover;
}

.qgf-range-sidebar-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 10px 10px 10px 0;
}

.qgf-range-sidebar-title {
	display: block;
	color: #333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
}

.qgf-range-sidebar-action {
	display: block;
	margin-top: 5px;
	color: #930342;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.qgf-range-sidebar-item.is-current a {
	border-color: #930342;
	background: #fbf7f9;
}

.qgf-range-sidebar-item.is-current .qgf-range-sidebar-action {
	color: #58585a;
}

@media only screen and (max-width: 989px) {
	#top.single-granny-flats .sidebar,
	#top.single-granny-flats .sidebar .inner_sidebar,
	#top.single-granny-flats .sidebar .cpt_sidebar_widget {
		clear: both !important;
		display: block !important;
		float: none !important;
		left: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: none !important;
		overflow: visible !important;
		position: static !important;
		right: auto !important;
		top: auto !important;
		transform: none !important;
		width: 100% !important;
		z-index: auto !important;
	}

	#top.single-granny-flats .sidebar {
		margin-bottom: 36px !important;
		padding-bottom: 0 !important;
	}

	#top.single-granny-flats .sidebar .cpt_sidebar_widget {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	#top.single-granny-flats .qgf-sticky-sidebar-spacer {
		display: none !important;
		height: 0 !important;
	}

	#top.single-granny-flats #enquire-footer {
		clear: both !important;
	}
}

/* QGF granny flat range and design pages */
.qgf-range-page-intro {
	max-width: 900px;
	margin: 0 auto 34px;
	text-align: center;
}

.qgf-range-page-intro p {
	font-size: 18px;
	line-height: 1.7;
}

#top .qgf-range-card {
	border: 1px solid #e3e3e3;
	background: #fff;
	padding: 20px;
	margin-bottom: 24px;
}

#top .qgf-range-card .avia-image-container {
	margin-bottom: 18px;
}

#top .qgf-range-card .avia-image-container,
#top .qgf-range-card .avia-image-container-inner,
#top .qgf-range-card .avia-image-overlay-wrap {
	width: 100%;
}

#top .qgf-range-card img.avia_image {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: center;
}

#top .qgf-range-card h3 {
	margin-top: 0;
}

#top .qgf-range-card .avia-button {
	margin-top: 8px;
}

#top .qgf-design-features,
#top .qgf-design-plans {
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 24px;
}

#top .qgf-design-feature-list {
	columns: 2;
	column-gap: 28px;
}

#top .qgf-design-feature-list li {
	break-inside: avoid;
	margin-bottom: 8px;
}

#top .qgf-plan-image {
	margin: 0 0 18px;
}

#top .qgf-plan-image img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}

#top .qgf-plan-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 14px;
}

#top .qgf-plan-set.qgf-plan-set-stacked {
	display: block;
}

#top .qgf-plan-option {
	border: 1px solid #e5e5e5;
	background: #fff;
	margin: 0 0 18px;
	padding: 0;
	overflow: hidden;
}

#top .qgf-plan-option h3 {
	margin: 0;
	padding: 16px 18px;
	color: #930342;
	border-bottom: 1px solid #eee;
}

#top .qgf-plan-option-inner {
	display: block;
}

#top .qgf-plan-option .qgf-plan-image {
	margin: 0;
}

#top .qgf-plan-option .qgf-plan-image img {
	border: 0;
	border-bottom: 1px solid #eee;
}

#top .qgf-plan-option .qgf-plan-image-placeholder {
	background: #f8f4f6;
	border: 0;
	border-bottom: 1px dashed #d8c3cc;
	color: #58585a;
	padding: 18px;
	min-height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
}

#top .qgf-plan-option .qgf-plan-metrics {
	padding: 18px;
}

#top .qgf-plan-set-stacked .qgf-plan-metric {
	text-align: center;
}

#top .qgf-plan-set-stacked .qgf-plan-metric:nth-child(5):last-child {
	grid-column: 1 / -1;
	justify-self: center;
	width: calc(50% - 6px);
}

#top .qgf-plan-card {
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 16px;
}

#top .qgf-plan-card h3 {
	margin: 0 0 12px;
	color: #930342;
	font-size: 1.1em;
}

#top .qgf-plan-selector {
	border: 1px solid #e5e5e5;
	background: #fff;
	margin-top: 14px;
}

#top .qgf-plan-tabs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
	gap: 8px;
	padding: 12px;
	border-bottom: 1px solid #eee;
	background: #fafafa;
}

#top .qgf-plan-tab {
	border: 1px solid #e5d6dd;
	background: #f8f4f6;
	color: #930342;
	cursor: pointer;
	font-weight: 700;
	line-height: 1.2;
	padding: 9px 8px;
	text-align: center;
}

#top .qgf-plan-tab.is-active,
#top .qgf-plan-tab[aria-selected="true"] {
	background: #930342;
	border-color: #930342;
	color: #fff;
}

#top .qgf-plan-selector-panel {
	display: none;
	padding: 16px;
}

#top .qgf-plan-selector-panel.is-active {
	display: block;
}

#top .qgf-plan-selector-panel h3 {
	color: #930342;
	margin: 0 0 12px;
}

#top .qgf-plan-selector-image {
	background: #fafafa;
	border: 1px solid #eee;
	margin: 0 0 12px;
}

#top .qgf-plan-selector-image img {
	display: block;
	height: 230px;
	object-fit: contain;
	width: 100%;
}

#top .qgf-plan-total {
	background: #f8f4f6;
	border-left: 4px solid #930342;
	margin: 0 0 10px;
	padding: 10px 12px;
}

#top .qgf-plan-total .qgf-plan-label,
#top .qgf-plan-total .qgf-plan-value {
	display: inline;
}

#top .qgf-plan-total .qgf-plan-label {
	margin-right: 8px;
}

#top .qgf-plan-note {
	color: #58585a;
	font-weight: 700;
	margin: 0 0 10px;
}

#top .qgf-plan-selector-metrics .qgf-plan-metrics {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

#top .qgf-plan-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

#top .qgf-plan-metric {
	background: #f8f4f6;
	padding: 10px;
}

#top .qgf-plan-label {
	display: block;
	color: #58585a;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

#top .qgf-plan-value {
	display: block;
	color: #333;
	font-weight: 700;
}

#top .qgf-design-footer {
	margin-top: 28px;
	padding: 24px;
	background: #f8f4f6;
	border-left: 4px solid #930342;
}

#top .qgf-design-bottom-actions {
	margin-top: 22px;
	text-align: left;
}

#top .qgf-design-bottom-actions .avia-button-wrap {
	margin-right: 12px;
}

/* WC007 Next steps page */
#top .qgf-next-hero {
	padding: 0 0 18px !important;
}

#top .qgf-process-panel {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 26px 30px !important;
}

#top .qgf-process-panel .avia-icon-list li {
	margin-bottom: 18px;
}

#top .qgf-quote-heading-panel {
	border-top: 2px solid #930342;
	padding-top: 24px !important;
}

#top .qgf-quote-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 4px solid #930342;
	padding: 22px !important;
	min-height: 100%;
}

#top .qgf-quote-card h3 {
	margin-top: 0;
}

#top .qgf-next-cta-wrap {
	background: #f8f4f6;
	border: 1px solid #e5d8de;
	padding: 26px 30px !important;
}

#top .qgf-invest-ready-section {
	background: #f8f4f6;
	border: 1px solid #e5d8de;
	border-left: 4px solid #930342;
	padding: 24px !important;
}

#top.single-granny-flats .entry-content-wrapper > .avia-image-container:first-child,
#top.single-granny-flats .entry-content-wrapper > .avia-image-container:first-child .avia-image-container-inner,
#top.single-granny-flats .entry-content-wrapper > .avia-image-container:first-child .avia-image-overlay-wrap {
	width: 100%;
}

#top.single-granny-flats .entry-content-wrapper > .avia-image-container:first-child img.avia_image {
	display: block;
	width: 100%;
	height: 430px;
	object-fit: cover;
	object-position: center;
}

@media only screen and (max-width: 767px) {
	#top .qgf-design-feature-list {
		columns: 1;
	}

	#top .qgf-plan-set,
	#top .qgf-plan-metrics {
		grid-template-columns: 1fr;
	}

	#top .qgf-plan-option-inner {
		grid-template-columns: 1fr;
	}

	#top .qgf-range-card img.avia_image {
		height: 220px;
	}

	#top.single-granny-flats .entry-content-wrapper > .avia-image-container:first-child img.avia_image {
		height: 280px;
	}
}

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

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

.inner_product {
	border-radius: 0;
}

/* checkout page */

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

td.actions .coupon {
	width: auto;
}

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

/* header cart icon/button */

#top .cart_dropdown {
	border: none;
}

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

	.responsive .av_mobile_menu_tablet .cart_dropdown {
		right: 100px;
	}

}

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

	.responsive #top .cart_dropdown {
		right: 7.5%;
	}

}

	.cart_dropdown_first .cart_dropdown_link,
	.cart_dropdown_first .cart_dropdown_link:hover {
		text-align: center;
		background: #930342 !important;
		border-radius: 1000px;
		border: none;
		text-decoration: none;
		color: #FFF !important;
	}
	
		div .dropdown_widget .cart_list li {
			font-size: 14px;
		}

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

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

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

#top .products .product-category h3 {
	background: #FFF;
}

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

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

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

#main div .products .product a,
#main div .products .product a img {
	text-decoration: none !important;
}

.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 .inner_product .avia_cart_buttons .button {
	line-height: 20px;
	font-size: 16px;
	color: #FFF;
	float: none;
	width: auto;
	padding: 15px 10px;
}
	
	#top .inner_product .avia_cart_buttons .button > span { /* hide cart icon */
		display: none;
	}
	
	.main_color .avia_cart_buttons {
		background-color: #930342;
		padding: 0;
	}
	
	.main_color .avia_cart_buttons:hover {
		background: #333 !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;
}

/* widgets */

.widget_product_categories li {
	font-size: inherit;
	font-style: inherit;
	padding: inherit;
}

	.widget_product_categories li a {
		font-size: inherit;
		font-style: inherit;
		padding: inherit;
		background: transparent;
	}

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

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

/* reset heading format */

.widgettitle {
	text-transform: inherit;
	letter-spacing: inherit;
	font-size: 1.3em;
}

/*	"Social media icons (xxxx)"
*************************************/

/* "List" - when placed one line each */

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

	.contact-methods li a > span {
		width: 32px;
		height: 32px;
		line-height: 32px;
		background: #efefef;
		border-radius: 1000px;
		text-align: center;
		display: block;
	}
	
		.contact-methods li.facebook a > span {
			background: #37589B;
		}
		
		.contact-methods li.twitter a > span {
			background: #46D4FE;
		}
		
		.contact-methods li.instagram a > span {
			background: #A67658;
		}
		
		.contact-methods li.linkedin a > span {
			background: #419CCA;
		}
		
		.contact-methods li.youtube a > span {
			background: #CC181E;
		}
		
		.contact-methods li.tumblr a > span {
			background: #529ECC;
		}
			
			/*.contact-methods li .av-icon-char {
				color: #FFF;
			}*/

/* "Inline" - when placed in a single line without text */

.contact-methods.inline li {
	line-height: 32px;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	display: block;
	float: left !important;
	clear: none;
}

	.contact-methods.inline li a > span {
		width: 32px;
		height: 32px;
		line-height: 32px;
		background: #efefef;
		border-radius: 1000px;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
		.contact-methods.inline li.facebook a > span {
			background: #37589B;
		}
		
		.contact-methods.inline li.twitter a > span {
			background: #46D4FE;
		}
		
		.contact-methods.inline li.instagram a > span {
			background: #A67658;
		}
		
		.contact-methods.inline li.linkedin a > span {
			background: #419CCA;
		}
		
		.contact-methods.inline li.youtube a > span {
			background: #CC181E;
		}
		
		.contact-methods.inline li.tumblr a > span {
			background: #529ECC;
		}
		
			.contact-methods.inline li .av-icon-char {
				line-height: 32px !important;
			}
			
/* "Inline" - as above, but icons are centred in their container */

.contact-methods.inline.centred {
	text-align: center !important;
	margin-top: 20px;
}
	
	.contact-methods.inline.centred li {
		display: inline-block;
		float: none !important;
		line-height: 65px;
	}
	
/* larger icons - can be mixed with "centred" as well */
	
	.contact-methods.large li {
		line-height: 65px;
	}
	
	.contact-methods.large li a > span {
		width: 65px;
		height: 65px;
		line-height: 65px;
		}
		
		.contact-methods.large li a > span .av-icon-char {
			font-size: 32px !important;
			line-height: 65px !important;
		}

/*	"Facebook feed"
*************************************/

.av_facebook_widget_wrap {
	background: transparent;
}

/*	sitemap
*************************************/

#pages-2 .widgettitle {
	display: none !important;
}
	
@media only screen and (min-width: 768px) {
	
	/* split into columns */
	#pages-2 > ul {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}
	
}

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

/* popup captions */

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

/* horizontal gallery */
#top .av-horizontal-gallery-link {
	bottom: 0;
    right: 0;
    height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.1);
	text-decoration: none!important;
}
	#top .av-horizontal-gallery-link:hover {
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
	}
#top .av-horizontal-gallery-link::before {
	position: relative;
	top: 45%;
	font-size: 24px;
	opacity: .6;
}

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

/*	fullwidth easy slider
*************************************/

/* use a custom height */

/*.av_slideshow_full.avia-slideshow {
	max-height: 500px;
	overflow: hidden;
}

.caption_fullwidth {
	max-height: 500px;
}*/

.page-id-9 #full_slider_1 .caption_fullwidth {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/* captions */

.slideshow_caption {
	width: 45%;
}

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

	.caption_framed .slideshow_caption .avia-caption-title {
		background: rgba(147,3,66, 0.7);
		padding: 10px 20px;
	}

	.slideshow_caption .avia-caption-content p,
	.caption_framed .slideshow_caption .avia-caption-content p {
		/*font-size: 22px;*/
	}

	.caption_framed .slideshow_caption .avia-caption-content p {
		background: rgba(0, 0, 0, 0.7);
		padding: 10px 20px;
	}

/* adjust captions on various screen sizes */

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

	#top #main > .avia-fullscreen-slider .avia-slideshow,
	#top #main > .avia-fullwidth-slider .avia-slideshow {
		max-height: 850px !important;
	}
	
	#top #main > .avia-fullscreen-slider .slideshow_caption .avia-caption-title,
	#top #main > .avia-fullwidth-slider .slideshow_caption .avia-caption-title {
		font-size: 35px !important;
	}
	
	#top #main > .avia-fullscreen-slider .slideshow_caption .avia-caption-content,
	#top #main > .avia-fullwidth-slider .slideshow_caption .avia-caption-content,
	#top #main > .avia-fullscreen-slider .slideshow_caption .avia-caption-content p,
	#top #main > .avia-fullwidth-slider .slideshow_caption .avia-caption-content p {
		font-size: 18px !important;
	}

	.slideshow_caption {
		width: 55%;
	}
	
}

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

	#top #main > .avia-fullscreen-slider .avia-slideshow,
	#top #main > .avia-fullwidth-slider .avia-slideshow {
		max-height: 600px !important;
	}
	
	#top #main > .avia-fullscreen-slider .slideshow_caption .avia-caption-content p,
	#top #main > .avia-fullwidth-slider .slideshow_caption .avia-caption-content p {
		margin: 5px 0;
	}
	
	#top #main > .avia-fullscreen-slider .avia-slideshow-button,
	#top #main > .avia-fullwidth-slider .avia-slideshow-button {
		margin-top: 5px;
	}

	#top #main > .avia-fullscreen-slider .slideshow_caption .avia-caption-title,
	#top #main > .avia-fullwidth-slider .slideshow_caption .avia-caption-title {
		font-size: 28px !important;
	}

	.slideshow_caption {
		width: 65%;
	}
	
}

@media only screen and (max-width: 767px) {
	
	#top #main > .avia-fullscreen-slider .avia-slideshow,
	#top #main > .avia-fullwidth-slider .avia-slideshow {
		max-height: 400px !important;
	}
	
	#top #main > .avia-fullscreen-slider .slideshow_caption .avia-caption-title,
	#top #main > .avia-fullwidth-slider .slideshow_caption .avia-caption-title {
		font-size: 22px !important;
	}
	
	#top #main > .avia-fullscreen-slider .slideshow_caption .avia-caption-content,
	#top #main > .avia-fullwidth-slider .slideshow_caption .avia-caption-content,
	#top #main > .avia-fullscreen-slider .slideshow_caption .avia-caption-content p,
	#top #main > .avia-fullwidth-slider .slideshow_caption .avia-caption-content p {
		font-size: 16px !important;
	}
	
	#top #main > .avia-fullscreen-slider .avia-slideshow-controls,
	#top #main > .avia-fullwidth-slider .avia-slideshow-controls,
	#top #main > .avia-fullscreen-slider .scroll-down-link,
	#top #main > .avia-fullwidth-slider .scroll-down-link {
		display: none !important;
	}
	
}

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

	#top #main > .avia-fullscreen-slider .avia-slideshow,
	#top #main > .avia-fullwidth-slider .avia-slideshow {
		max-height: 300px !important;
	}
	
	#top #main > .avia-fullscreen-slider .slideshow_caption .avia-caption-title,
	#top #main > .avia-fullwidth-slider .slideshow_caption .avia-caption-title {
		font-size: 17px !important;
	}
	
	#top #main > .avia-fullscreen-slider .slideshow_caption .avia-caption-content,
	#top #main > .avia-fullwidth-slider .slideshow_caption .avia-caption-content,
	#top #main > .avia-fullscreen-slider .slideshow_caption .avia-caption-content p,
	#top #main > .avia-fullwidth-slider .slideshow_caption .avia-caption-content p {
		font-size: 13px !important;
	}
	
	#top #main > .avia-fullscreen-slider .avia-slideshow-button,
	#top #main > .avia-fullwidth-slider .avia-slideshow-button {
		font-size: 13px !important;
		padding: 9px 12px;
		margin-bottom: 0;
	}
	
}

/**************************************************************
	LANDING PAGES
***************************************************************/

/* reset the template */

#top.avia-blank #wrap_all,
#top.avia-blank #main .main_color.container_wrap {
	vertical-align: top;
	background: #FFF;
}

#top.avia-blank #main .container_wrap:first-child,
#top.avia-blank #main .container_wrap:last-child {
	border: none;
}

/**************************************************************
	PLUGINS
***************************************************************/

/*	testimonials
*************************************/

/* avia labout builder */

/* set size constraints on smaller devices to avoid jumping */

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

	/*.avia-content-slider-inner {
		min-height: 300px !important;
		max-height: 300px !important;
		overflow: scroll !important;
	}*/
	
	.av-large-testimonial-slider.avia-testimonial-wrapper {
		min-height: 220px !important;
		max-height: 220px !important;
	}

}

/* testimonials widget (plugin) */

.testimonials-widget-testimonial .image {
	float: right;
	border: none;
	overflow: hidden;
	border-radius: 1000px;
	height: 80px;
	width: 80px;
	margin: 0 0 20px 20px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.testimonials-widget-testimonial cite,
.testimonials-widget-testimonial div.credit {
	clear: left;
	font-weight: bold;
}

/* sidebar widget */

.Testimonials_Widget_Slider_Widget .image {
	float: right !important;
}

.Testimonials_Widget_Slider_Widget .testimonials-widget-testimonial cite::before,
.Testimonials_Widget_Slider_Widget .testimonials-widget-testimonial div.credit::before,
.testimonials-widget-testimonials.listing .testimonials-widget-testimonial cite::before,
.testimonials-widget-testimonials.listing .testimonials-widget-testimonial div.credit::before {
	content: "";
}

.Testimonials_Widget_Slider_Widget .testimonials-widget-testimonial cite,
.Testimonials_Widget_Slider_Widget .testimonials-widget-testimonial div.credit,
.testimonials-widget-testimonials.listing .testimonials-widget-testimonial cite,
.testimonials-widget-testimonials.listing .testimonials-widget-testimonial div.credit {
	text-align: left;
	margin-left: 27px;
}

.main_color .testimonials-widget-testimonial blockquote {
	color: #000;
	font-size: inherit;
}

/*	accordions
*************************************/

.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

.ui-accordion .ui-accordion-content,
.ui-widget-content {
	background: #FFF;
	color: inherit;
	font-size: inherit;
	padding: 10px 20px;
}

/*	membership system
*************************************/

.swpm-pw-reset-widget-form table tr td {
	border: none !important;
}

.swpm-post-not-logged-in-msg {
	margin: 0 auto;
	max-width: 1510px;
	padding: 50px;
	text-align: center;
}

	.swpm-post-not-logged-in-msg a {
		color: #000000 !important;
		font-weight: bold;
	}

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

.no-link-style,
.no-link-style:hover {
	color: #930341!important;
	text-decoration: none!important;
}

/*	resets
*************************************/

/* reset bold text to normal colours */

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

/*	hyperlinks
*************************************/

/* link styles in body area */

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

/*	images
*************************************/

/* remove radius from images */

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

/* remove overlay when hovering over images */

.avia_transform a .image-overlay {
	display: none !important;
}

/*	tables
*************************************/

/* reset formatting */

.main_color tr:nth-child(2n),
.main_color .pricing-table > li:nth-child(2n),
.alternate_color tr:nth-child(2n),
.alternate_color .pricing-table > li:nth-child(2n),
.main_color tr:nth-child(2n+1),
.main_color .pricing-table > li:nth-child(2n+1),
.alternate_color tr:nth-child(2n+1),
.alternate_color .pricing-table > li:nth-child(2n+1) {
	color: inherit;
	background: #FFF;
}

#top table,
#top td {
	font-size: inherit;
}

@media only screen and (max-width: 767px) {
	
	#top #main table {
		overflow-x: scroll;
		display: block;
	}
	
}

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

/*	"scroll to top" icon
*************************************/

#scroll-top-link.avia_pop_class {
	opacity: 1;
	border: 1px solid #FFF;
	border-radius: 1000px;
	background: #930342;
	color: #FFF;
}

#scroll-top-link.avia_pop_class:hover {
	background: #580125;
}

/*	tabs
*************************************/

/* tab titles */

.js_active .main_color .tabcontainer .tab,
.responsive.js_active #top .main_color .tabcontainer .tab {
	color: #000;
	font-size: inherit;
	background: #EFEFEF;
}

.js_active .main_color .tabcontainer .tab.active_tab,
.responsive.js_active #top .main_color .tabcontainer .tab.active_tab {
	background: #FFF;
	color: #000;
	font-size: inherit;
	font-weight: inherit;
}

.js_active .alternate_color .tabcontainer .tab,
.responsive.js_active #top .alternate_color .tabcontainer .tab {
	color: #000;
	font-size: inherit;
	background: #EFEFEF;
}

.js_active .alternate_color .tabcontainer .tab.active_tab,
.responsive.js_active #top .alternate_color .tabcontainer .tab.active_tab {
	background: #FFF;
	color: #000;
	font-size: inherit;
	font-weight: inherit;
}

@media only screen and (max-width: 767px) {
	
	.responsive #top .main_color .active_tab_content,
	.responsive #top .alternate_color .active_tab_content {
		background: #FFF !important;
		color: #000 !important;
	}
	
	.responsive.js_active #top .tabcontainer .tab {
		font-size: 130% !important;
	}
	
	.responsive.js_active #top .tabcontainer .tab.active_tab {
		font-weight: bold !important;
	}
	
}

/* tab content containers */

div .main_color .tabcontainer .active_tab_content,
div .alternate_color .tabcontainer .active_tab_content,
.responsive .js_active #top div .main_color .tabcontainer .active_tab_content,
.responsive .js_active #top div .alternate_color .tabcontainer .active_tab_content {
	background-color: #FFF;
	color: #000;
}

/*	individual icons
*************************************/

/* the icon */

.main_color .av_font_icon {
	border-color: #930342;
	color: #FFF;
}

	.main_color .av_font_icon.av-icon-style-border .av-icon-char {
		background: #930342;
	}

	.main_color .av_font_icon.av-icon-style-border .av_icon_caption {
		color: #000;
	}

.alternate_color .av_font_icon {
	border-color: #930342;
	color: #FFF;
}

	.alternate_color .av_font_icon.av-icon-style-border .av-icon-char {
		background: #930342;
	}
	
	.alternate_color .av_font_icon.av-icon-style-border .av_icon_caption {
		color: #000;
	}

/*	icon lists
*************************************/

/* the icon */

.main_color .avia-icon-list .iconlist_icon {
	background-color: #EFEFEF;
	color: #444;
}

.alternate_color .avia-icon-list .iconlist_icon {
	background-color: #930342;
	color: #FFF;
}

#top .avia-icon-list .iconlist_title {
	text-transform: none;
	color: #333;
}
@media only screen and (min-width: 990px) {

	#top .avia-icon-list {
		padding-left: 3%;
	}

}

/* shrink the element on smaller devices */

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

	#top .avia-icon-list li {
		padding-bottom: 15px;
	}

		#top .avia-icon-list .iconlist_icon {
			height: 1.5em;
			width: 1.5em;
			line-height: 1.5em;
			margin-right: 0.5em;
		}
		
		#top .avia-icon-list .iconlist_icon .iconlist-char {
			font-size: 25px !important;
		}
		
		#top .avia-icon-list .iconlist_title,
		#top .avia-icon-list .article-icon-entry .entry-content-header > div {
			line-height: inherit;
			font-size: 15px;
		}
		
		#top .avia-icon-list .iconlist_title {
			line-height: 1.3em;
			padding-top: 0;
			margin-top: 6px;
		}
		
		#top .avia-icon-list .iconlist-timeline {
			left: 24px;
		}
	
}

/* small lists */

#top .av-iconlist-small li {
	padding-bottom: 5px;
}

/* make a medium list size */

#top .medium-list .avia-icon-list li {
	padding-bottom: 15px;
}

	#top .medium-list .avia-icon-list .iconlist_icon {
		height: 2.5em;
		width: 2.5em;
		line-height: 2.5em;
		margin-right: 1em;
	}
	
	#top .medium-list .avia-icon-list .iconlist_icon .iconlist-char {
		font-size: 25px !important;
	}
	
	#top .medium-list .avia-icon-list .article-icon-entry .entry-content-header > div {
		line-height: inherit;
		font-size: 18px;
		padding-top: 5px;
	}

/* use numbers instead */
/* apply "numbers" class to element */

html body .avia-icon-list-container.numbers .avia-icon-list > li {
	min-height: 100px;
}

html body .avia-icon-list-container.numbers [data-av_iconfont="entypo-fontello"]::before {
	font-family: Open Sans;
	content: "1";
	font-weight: 700;
}

html body .avia-icon-list-container.numbers .avia-icon-list > li:first-child [data-av_iconfont="entypo-fontello"]::before {
	content: "1";
}

html body .avia-icon-list-container.numbers .avia-icon-list > li:nth-child(2) [data-av_iconfont="entypo-fontello"]::before {
	content: "2";
}

html body .avia-icon-list-container.numbers .avia-icon-list > li:nth-child(3) [data-av_iconfont="entypo-fontello"]::before {
	content: "3";
}

html body .avia-icon-list-container.numbers .avia-icon-list > li:nth-child(4) [data-av_iconfont="entypo-fontello"]::before {
	content: "4";
}

html body .avia-icon-list-container.numbers .avia-icon-list > li:nth-child(5) [data-av_iconfont="entypo-fontello"]::before {
	content: "5";
}

html body .avia-icon-list-container.numbers .avia-icon-list > li:nth-child(6) [data-av_iconfont="entypo-fontello"]::before {
	content: "6";
}

html body .avia-icon-list-container.numbers .avia-icon-list > li:nth-child(7) [data-av_iconfont="entypo-fontello"]::before {
	content: "7";
}

html body .avia-icon-list-container.numbers .avia-icon-list > li:nth-child(8) [data-av_iconfont="entypo-fontello"]::before {
	content: "8";
}

html body .avia-icon-list-container.numbers .avia-icon-list > li:nth-child(9) [data-av_iconfont="entypo-fontello"]::before {
	content: "9";
}

html body .avia-icon-list-container.numbers .avia-icon-list > li:nth-child(10) [data-av_iconfont="entypo-fontello"]::before {
	content: "10";
}

/*	team members
*************************************/

.avia-team-member {
	text-align: center;
}

.team-img-container,
.team-img-container .avia_image {
	border-radius: 0;
}

/*	promo boxes
*************************************/

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

	.avia-promocontent p {
		float: left;
	}

}

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

/*	color sections
*************************************/

/* custom page elements */

.avia-section.custom {
	min-height: 0;
}

	.avia-section.custom .content {
		padding-top: 0;
		padding-bottom: 0;
	}

/* custom sections containing widget areas */

.avia-section.custom.widget-section .widget {
	padding: 0;
}

.avia-section.custom.widget-section .content {
	padding: 20px 0;
}

/* reset the first container after a Color Section */

#after_section_1.container_wrap {
	border-top: none;
}

	#after_section_1.container_wrap > .container {
		padding-top: 0;
	}

/*	responsive features
*************************************/

/* fix issue with menu appearing to the right on phones */

@media only screen and (max-width: 990px) {
	
	#wrap_all {
		position: relative !important;
	}
	
}

/* show only on mobiles */

.mobile-only {
	display: none;
}

@media only screen and (max-width: 989px) {
	
	.mobile-only {
		display: block;
	}
	
}

/* show only on desktops */

.desktop-only {
	display: none;
}

@media only screen and (min-width: 990px) {
	
	.desktop-only {
		display: block;
	}
	
	.desktop-only.table {
		display: table;
	}
	
	.desktop-only.inline-block {
		display: inline-block;
	}
	
}

/* fix post width on mobiles */

@media only screen and (max-width: 767px) {
	
	.responsive #top #wrap_all .slide-entry.post-entry {
		width: inherit;
	}
	
}

/* miscellaneous resets */

@media only screen and (max-width: 767px) {
	
	.avia-button-wrap.avia-button-left,
	.avia-button-wrap.avia-button-right,
	.avia-button.avia-position-left,
	.avia-button.avia-position-right {
		float: none !important;
	}
	
	.avia-image-container.avia-align-left,
	.avia-image-container.avia-align-right {
		float: none !important;
	}

	.avia-image-container .avia-image-container-inner,
	.avia-image-container .avia-image-container-inner img {
		width: 100%;
	}
	
}

/*	other
*************************************/

/* remove margins from elements */

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

.home-hero .av-special-heading-tag { line-height: 150%; }

/* clear floats */

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}


/**************************************************************
	THIRD PARTY PLUGINS
***************************************************************/

/*	WP Google Review Slider
*************************************/

.wprevpro_t1_DIV_2:before {
	color: #930341;
}

#wprev-slider-1 .wprev_preview_tcolor2_T1 {
	color: #930341;
    text-transform: capitalize;
    font-size: 1.2em;
}
