/*
Theme Name:         _2020_master
Theme URI:          http://prefer.co.nz
Description:        _2020_master is built on Reverie, a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
Version:            1.0.0
Author:             Greg Parsons
Author URI:         http://prefer.co.nz

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* -------------------------------------------------- 

	This stylesheet will not be loaded by default.
	
	The main stylesheet in css/style.css and
  scss/style.scss.

-------------------------------------------------- */

select, select:hover {
	background-size: 0.8em;
}

.top-bar-section ul > li > a {
	font-size: 0.97rem;
}

.top-bar-section ul.dropdown li:not(.has-form) a:not(.button) {
	line-height: 35px;
}

.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	top: 0.55em;
}

.gform_validation_container {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.orbit-container {
	/*overflow: visible!important;*/
	/*margin-bottom: 20px;*/
}

.orbit-slider {
	/*margin-bottom: 20px;*/
	/*min-height: 250px;
	height: auto!important;*/
}

.orbit-slider .image {
	width: 100%;
}

.orbit-slider .image img {
	width: 100%;
	height: auto;
	max-height: none!important;
}

.orbit-slider .slide h3 {
	font-size: 1.5em;
}

.orbit-slider .slide.has-text .slider-text {
	padding: 10px 25px;
}

#sidebar .orbit-slider .slide.has-text .slider-text {
	padding: 10px 25px;
}

#sidebar .orbit-slider .slide.has-text .slider-text .columns {
	width: 100%;
}

.gf_progressbar_percentage {
	display: none;
}

ul.gfield_radio,
ul.gfield_radio li {
	list-style: none;
}

@media all and (min-width: 640px) {
	.top-bar-section ul.dropdown {
		padding: 20px;
		margin: -20px;
	}
}

@media all and (min-width: 800px) {
	.orbit-slider .slide.has-text .slider-text {
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		padding: 20px 50px;
	}
}