/*
Theme Name: Cottonsoft
Theme URI: vitalcolour.co.nz
Author: Vital Colour
Author URI: https://www.vitalcolour.co.nz
Description:
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "avenir";
  src: url("fonts/Avenir-Light/Avenir-Light.eot"); /* IE9 Compat Modes */
  src: url("fonts/Avenir-Light/Avenir-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Avenir-Light/Avenir-Light.otf") format("opentype"), /* Open Type Font */
    url("fonts/Avenir-Light/Avenir-Light.svg") format("svg"), /* Legacy iOS */
    url("fonts/Avenir-Light/Avenir-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/Avenir-Light/Avenir-Light.woff") format("woff"), /* Modern Browsers */
    url("fonts/Avenir-Light/Avenir-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Avenir-Book";
  src: url("fonts/Avenir-Book/fonts/Avenir-Book.eot"); /* IE9 Compat Modes */
  src: url("fonts/Avenir-Book/fonts/Avenir-Book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Avenir-Book/fonts/Avenir-Book.otf") format("opentype"), /* Open Type Font */
    url("fonts/Avenir-Book/fonts/Avenir-Book.svg") format("svg"), /* Legacy iOS */
    url("fonts/Avenir-Book/fonts/Avenir-Book.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/Avenir-Book/fonts/Avenir-Book.woff") format("woff"), /* Modern Browsers */
    url("fonts/Avenir-Book/fonts/Avenir-Book.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "Avenir-Roman";
  src: url("fonts/Avenir-Roman/fonts/Avenir-Roman.eot"); /* IE9 Compat Modes */
  src: url("fonts/Avenir-Roman/fonts/Avenir-Roman.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Avenir-Roman/fonts/Avenir-Roman.otf") format("opentype"), /* Open Type Font */
    url("fonts/Avenir-Roman/fonts/Avenir-Roman/Avenir-Roman.svg") format("svg"), /* Legacy iOS */
    url("fonts/Avenir-Roman/fonts/Avenir-Roman/Avenir-Roman.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/Avenir-Roman/fonts/Avenir-Roman/Avenir-Roman.woff") format("woff"), /* Modern Browsers */
    url("fonts/Avenir-Roman/fonts/Avenir-Roman/Avenir-Roman.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "avenir";
  src: url("fonts/Avenir-Medium/Avenir-Medium.eot"); /* IE9 Compat Modes */
  src: url("fonts/Avenir-Medium/Avenir-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Avenir-Medium/Avenir-Medium.otf") format("opentype"), /* Open Type Font */
    url("fonts/Avenir-Medium/Avenir-Medium.svg") format("svg"), /* Legacy iOS */
    url("fonts/Avenir-Medium/Avenir-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/Avenir-Medium/Avenir-Medium.woff") format("woff"), /* Modern Browsers */
    url("fonts/Avenir-Medium/Avenir-Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 600;
  font-style: normal;
}


/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "avenir";
  src: url("fonts/Avenir-Heavy/Avenir-Heavy.eot"); /* IE9 Compat Modes */
  src: url("fonts/Avenir-Heavy/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Avenir-Heavy/Avenir-Heavy.otf") format("opentype"), /* Open Type Font */
    url("fonts/Avenir-Heavy/Avenir-Heavy.svg") format("svg"), /* Legacy iOS */
    url("fonts/Avenir-Heavy/Avenir-Heavy.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/Avenir-Heavy/Avenir-Heavy.woff") format("woff"), /* Modern Browsers */
    url("fonts/Avenir-Heavy/Avenir-Heavy.woff2") format("woff2"); /* Modern Browsers */
  font-weight: bold;
  font-style: normal;
}




/*--------------------------------------------------------------
# General styles
--------------------------------------------------------------*/

body {
	background: #fff;
	color: #808285;
	font-size: 20px;
	line-height: 22px;
	font-family: "avenir", sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.03em;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

section {
  overflow-x:hidden; 
}

p em {
	font-size: 16px;
	line-height: 22px;
	display: block;
	padding-bottom: 8px;

}



p:empty {
display: none;
}



/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */

html {
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 400;
}


/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
	body {
		font-weight: lighter !important;
	}
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "avenir", sans-serif;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}

h1 {
	font-size: 40px;
	line-height: 42px;	
	/*text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);*/
	}

h2, h3 {
	font-family: "avenir", sans-serif;
	color: #808285;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 15px;
	padding-top: 0px;
	text-align: left;
	margin: 0px;
	font-weight: normal;
}

h3 {
	padding-top: 25px;
}




h4 {
	font-size: 24px;
	line-height: 26px;
	color: #000;
	padding-bottom: 10px;
	padding-top: 25px;
	text-align: left;
	margin: 0px;
}



/* Global Lists
------------------------------------------------------------------------------*/

.global-sidebar h2 {
line-height: 28px;

}

.global ul {
	margin-top: -8px;
	padding-left: 0;
	margin-left: 22px;
	margin-bottom: 15px;
	text-align: left;
	display: block;
	height: auto;
}
.global li {
	list-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	text-align: left;
	display: block;
	line-height: 24px;
}

.global li:before {
	/* For a round bullet */
      /* For a square bullet */
     content:"";
	font-family: Flaticon;
    content: "-";
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -18px;
	top: -2px;
	font-size: 15px;
}

.global ol {
	list-style: none;
	counter-reset: my-awesome-counter;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	margin-top: -8px;
 }
 .global ol li {
	counter-increment: my-awesome-counter;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
   
 }

.global ol li:before {
	content: counter(my-awesome-counter) ". ";
	color: #000;
	text-align: left;
	padding-right: 0px;
	display: inline-block;
	font-weight: bold;
 }







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

	
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {

	
}



@media (max-width: 768px) {}

b {
	font-weight: bold;
}


a:link,
a:visited,
a:active {
	/*background-color: transparent;*/
	text-decoration: none!important;
}

a img {
	border: none;
	outline: none;
}

a {
	color: #00A79E;
	transition: background-color 0.3s linear, border-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, padding 0.3s linear, text-shadow .3s;
	outline: none;
	/*white-space: nowrap;*/
}

:focus,
a:focus {
	outline: 0!important;
}

:active,
 :focus {
	outline: none;
	-moz-outline-style: none;
}

a:focus,
a:hover {
	color: #666;
	/*text-shadow: 0 0 .65px #333, 0 0 .65px #333;*/
}

:link:focus,
 :visited:focus {
	outline: none;
}

a,
a:active,
a:focus,
a:hover,
a:link {
	outline: none!important;
}

.hover {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

textarea:focus,
input:focus,
button:focus {
	outline: 0!important;
}

*:focus {
	outline: 0;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

hr {
	background-color: #ccc;
	border: 0 none;
	color: #ccc;
	height: 1px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wow {
	visibility: hidden;
}

main {
	overflow: hidden;
}


/* Prelaoder */

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../img/preloader.svg") no-repeat center center;
}


/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #000;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s ease-in-out;
	z-index: 45;
}

.back-to-top i {
	color: #fff;
	font-size: 24px;
	padding-top: 6px;
}

.back-to-top:focus {
	background: #000;
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #000;
	color: #fff;
}



.content-block {
	overflow: hidden;
}


.content-block img {
	float: right;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	display: inline-block;
}

div.container {
	overflow: hidden;
  }


@media (min-width: 1200px) {
 div.container {
    max-width: 1440px;
  }
}

@media (max-width: 1199px) {
 div.container {
    min-width: 100%;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header {
	position: relative;
	/*transform: translate3d(0,0,0);*/
	z-index: 10;
	padding-top: 70px;
	padding-bottom: 20px;
}

.header-logo {
	display: inline-block;
	float: left;
	padding-top: 12px;
	padding-bottom: 13px;
	font-size: 20px;
	line-height: 20px;
	position: relative;
}

.header-logo a {
	font-family: "avenir", sans-serif;
	color: #231F20	
}

	.nav-container {
	width: 100%;
	position: relative;
	float: left;
	}


@media only screen and (min-width: 769px) {
	
	.nav-container {
	margin-left: 25%;
}
	
}

@media only screen and (max-width: 768px) {
.nav-container {
	min-width: 100%;
	float: left;
}	
	
}


/*--------------------------------------------------------------
# Current page highlighted
--------------------------------------------------------------*/


li.current-menu-item a {
	color: #00A79E !important;
}


/*--------------------------------------------------------------
# Home page thumbnails
--------------------------------------------------------------*/

.more-designs .col-lg-3 {
	padding: 0px;
}

.more-designs  {
	padding-left: 15px;
	padding-right: 15px;
}


.design-sections .col-lg-3 {
	padding: 0px;
}

.section-block {
	position: relative;
	
}

.section-block img {
 width: 100%;
 height: auto;
}

.section-block h2 {
	position: absolute;
	font-size: 14px;
	line-height: 24px;
	padding-bottom:0px;	
	bottom: 15px;
	left: 15px;
	color: #fff;
	padding-right: 15px;
	font-family: "Avenir-Book", sans-serif;
}

.section-block {
	position: relative;
}

     
.section-block figure {
	background-color: rgba(0, 0, 0, 0.15);
} 
.section-block figure {
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.section-block figure:hover, .section-block figure:active {
	opacity: 1;
}

figure  {
	margin: 0px;
	padding: 0px; 
}

/*--------------------------------------------------------------
# Design page css
--------------------------------------------------------------*/
.post-body-content {
    padding-top: 30px;
}

.post-body-content a {
  color: #231F20;
}
.post-body-content a:hover {
  color: #00A79E;
}

.single-page-links .text-left {
    width: 50%;
}
.single-page-links .text-right {
	width: 50%;
}


.single-page-links .text-left a:before {
	font-family: Flaticon;
	content: "\f14e";
	color: #999;
	font-size: 16px;
	padding-right: 12px;
}
.single-page-links .text-right a:after {
	font-family: Flaticon;
	content: "\f14d";
	color: #999;
	font-size: 16px;
	padding-left: 12px;
}

	.created-for {
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 16px;
}



@media only screen and (max-width: 1600px) {
/*Removes space left side of img*/	
.design-container-wrapper .col-lg-9 {
	padding-left: 0px;

}
	
}

@media only screen and (max-width: 1200px) {
/*Removes space left side of img*/	
.design-container-wrapper .col-lg-9 {
	padding-right: 0px;

}

.single-page-links .text-left a {
     padding-left: 15px;
}
.single-page-links .text-right a {
	padding-right: 15px;
}
	
}

/*--------------------------------------------------------------
# Standard page
--------------------------------------------------------------*/

.standard-page {
	max-width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 45px;
}

.standard-page ~ footer  {
	max-width: 745px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 45px;
}

.standard-page {
line-height: 28px;

}

.standard-page p {
	padding-top: 8px;
	padding-bottom: 8px;
}

.standard-page h3 ~ p {
	padding-top: 0px;
}

.standard-page p ~ ul {
	margin-top: -24px;
}

.standard-page h3  {
	padding-bottom: 8px;
	padding-top: 5px;
}

.column-left {
color: #00A79E;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
padding-top: 30px;
margin-bottom: 50px;
}

.copyright {
	font-size: 14px;
	line-height: 16px;	
}



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

}


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

}

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

}

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

}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/*
.slider-panel {
	padding-bottom: 0px;
}*/

.slick-prev:before, .slick-next:before { 
    color:#dc2734 !important;
}

.slider-panel:before {	
	content: "";
	border-top: 1px solid #ccc;
    display: block;
	margin-bottom: 35px;
}


.slider {
	
	margin-left: 35px;
	margin-right: 35px;
}

.slider .row {
	padding-left: 15px;
	padding-right: 15px;
}

.slider-content {
	max-width: 450px;
}


.slider h3 {
	font-size: 30px;
	line-height: 32px;
	color: #dc2734;
	margin: 0px;
	padding: 0px;
}

.slider h4 {
	font-size: 22px;
	line-height: 24px;
	color: #000;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.one-time {display: none;}
.one-time.slick-initialized {display: block;}

.slick-slide {
    -webkit-backface-visibility: hidden;
	-webkit-transform:translate3d(0,0,0);
		
}

.one-time .slick-cloned {
   -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.slick-frame {
    visibility: hidden;
}
.slick-frame.slick-initialized {
    visibility: visible;
}


/*Equal height slides*/

	.slick-track{
    display: flex;}

    .slick-slide{
        display: flex;
        height: auto;
        /*align-items: center;
        justify-content: center;*/
    }
	
	.slider-panel span.moretag {
	display: block;
	margin-top: 20px;
	}



@media only screen and (max-width: 768px) {
	
	.slider .button {
		margin-bottom: 25px;
	}
	
	.slider {
	
	margin-left: 0px;
	margin-right: 0px;
}


.slick-prev
{
    left: 65%;
}
[dir='rtl'] .slick-prev
{
    right:  65%;

}

.slick-next
{
    right: -5px;
}
[dir='rtl'] .slick-next
{
    left: -5px;
}

.slick-prev,
.slick-next
{
	top: 0%;
	margin-top: -25px;
		width: 60px;
	height: 60px;
}

.slider-panel:before {	
	margin-bottom: 55px;
}

.block-sections {
	padding-bottom: 30px;
}	

	
}


@media (min-width: 1200px) {

}

@media only screen and (min-width: 993px) and (max-width: 1199px) {


}



@media only screen and (min-width: 769px) and (max-width: 992px) {
	

}


/*--------------------------------------------------------------
# Gravity page css
--------------------------------------------------------------*/


.gform_body input.even:focus, .gform_body input.odd:focus, .gform_body input.hasText{
    border-color: #000 !important;
}

.gform_body textarea.even:focus, .gform_body textarea.odd:focus, .gform_body textarea.hasText{
    border-color: #000 !important;
}


/* Gravity select css-------------------------------------------------- */
.ginput_container_select select {
	border: 1px solid #ccc !important;
	border-radius: 0px;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	overflow: hidden;
	background: #fafafa url("/wp-content/themes/nzfarmtours/images/icon-select.png") no-repeat 97% 50% !important;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	color: #666;
}
.ginput_container_select select:focus {
	outline: none !important;
}


/* Form theme updates-------------------------------------------------- */
/*

body .gform_wrapper .gform_footer input[type=submit] {
	min-width: 100%;
	font-family: 'avenir', sans-serif;
	text-transform: uppercase;
	color: #000 !important;
}



/* Gravity forms-------------------------------------------------- */


/*Css for Tuffy form*/
#gform_wrapper_4 {
margin-top: -10px !important;
}





.gform_wrapper {
	margin-top: 30px !important;
   display:block !important; /*Conditional logic fix*/
}

/*
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}*/
.gform_wrapper div.gform_body {
	max-width: 650px !important;
}
/*
.gform_wrapper div.gform_body {
	margin-top: -10px !important;
}*/
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px !important;
}

/*
.gform_wrapper ul.gform_fields {
	display: inline-block!important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px!important;
}*/
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0px!important;

}

/*Label font size for checkbox*/
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox label {
	font-size: 17px;
}


.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
	line-height: 0px!important;
}
body .gform_wrapper {
	border: none;
}
.gform_body ul li:before,
.gform_heading {
	display: none;
}
.gform_body input,
.gform_body textarea {
	border: none;
}
.gform_wrapper .gform_body ul li {
	padding: 0px;
	margin: 0px;
	position: relative;
}
.gform_wrapper .gform_body ul li:before {
	display: none;
}
body .gform_wrapper .gform_body .gfield input:hover,
body .gform_wrapper .gform_body .gfield textarea:hover {
	border: 1px solid #000;
}
body .gform_wrapper .gform_body .gfield input,
body .gform_wrapper .gform_body .gfield textarea {
	font-size: 17px!important;
	color: #000;
	padding-top: 10px !important;
	padding-right: 12px !important;
	padding-bottom: 10px !important;
	padding-left: 12px !important;
	line-height: 19px;

	/*width: 100% !important;*/
	
	border: 1px solid #ccc;
	transition: background-color 0.3s linear, border-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, padding 0.3s linear, text-shadow .3s;
}

.gform_wrapper .gform_footer {
	margin-top: 0px !important;
	padding-top: 0px !important;

}

body .gform_wrapper .gform_footer input[type=submit] {
	color: #FFF;
	background-color: #dc2734;
	border: 1px solid #dc2734;
	font-size: 20px;
	/*font-weight: 700;*/
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 20px;
	transition: background-color 0.3s linear, border-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, padding 0.3s linear;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #fff;
	color: #dc2734 !important;
	border: 1px solid #dc2734;
}
body .gform_wrapper .gform_body input {
	margin: 0px !important;
}

/*Fix the input areas being smaller validation error*/
.gform_wrapper ul.gform_fields li.gfield {
	min-width: 100% !important;
}



.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(255, 223, 224, .0)!important;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
	border: 1px solid #790000!important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: none !important;
	border: none !important;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
	margin-top: 4px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 20px !important;
}


.gform_wrapper .validation_message {
	font-size: 16px !important;
	margin: 0px !important;
	padding-top: 6px!important;
	padding-right: 0px!important;
	padding-bottom: 0px!important;
	padding-left: 0px!important;
}

/*Removes space above input above inputs on error/required*/
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	padding: 0px !important;
	margin: 0px !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	/*padding: 0px !important;*/
	
	padding-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 12px !important;
	padding-right: 0px !important;
}
.gform_wrapper div.validation_error {
	margin-bottom: 25px;
	border: none !important;
	padding: 0px !important;
	text-align: left !important;
}
.gform_wrapper .top_label div.ginput_container {
	margin-top: 0px;
	padding: 0px;
}
.gform_body input::-webkit-input-placeholder,
.gform_body textarea::-webkit-input-placeholder {
	color: #666;
	text-align: left;
}

/* Updated 3/11/16 */
.gform_body input::-moz-placeholder,
.gform_body textarea::-moz-placeholder {
	/* Firefox 18- */
	
	color: #666;
	text-align: left;
	opacity: 1;
}

/* Updated 3/11/16 */
.gform_body input:-moz-placeholder,
.gform_body textarea:-moz-placeholder {
	/* Firefox 18- */
	
	color: #666;
	text-align: left;
	opacity: 1;
}
.gform_body input:-ms-input-placeholder,
.gform_body textarea:-ms-input-placeholder {
	color: #666;
	text-align: left;
}

/** SECTION 1 **/

/* Hide the OS/Browser checkboxes/radio buttons */
input[type=checkbox], input[type=radio] {
  visibility: hidden!important;
  margin: 0!important;
  width: 0!important;
}

/* Set Elegant Icont font, size, & positioning for the checkboxes/radio buttons plus the cursor on hover */
input[type=checkbox] + label:before,input[type=checkbox] + span + label:before,
input[type=checkbox] + span:before,
input[type=radio] + label:before,
input[type=radio] + span + label:before{
	visibility: visible;
	font-family: ElegantIcons;
	font-size: 26px;
	position: relative;
	top: 6px;
	padding-right: 10px;
	color: #ccc;
	line-height: 28px;	
}

input[type=checkbox] + label:hover,input[type=checkbox] + span + label:hover,
input[type=checkbox] + span:hover,
input[type=radio] + label:hover,
input[type=radio]  + span + label:hover{ 
  cursor: pointer; 
}

/** SECTION 2 **/

/* Set checkbox to ET icons: normal, hover, checked, & checked hover */
input[type=checkbox] + label:before,input[type=checkbox] + span + label:before,
input[type=checkbox] + span:before { 
  content: '\56'; 
  
}
input[type=checkbox] + label:hover:before,input[type=checkbox] + span + label:hover:before,
input[type=checkbox] + span:hover:before {
  content: '\5a'; 
  filter: alpha(opacity=60); 
  opacity: 0.6;
}
input[type=checkbox]:checked + label:before,input[type=checkbox]:checked + span + label:before,
input[type=checkbox]:checked + span:before {
  content: '\5a';
  color: #dc2734;
}
input[type=checkbox]:checked + label:hover:before,input[type=checkbox]:checked  + span + label:hover:before,
input[type=checkbox]:checked + span:hover:before { 
  filter: alpha(opacity=100); opacity: 1; 
  color: #dc2734;
}

/* Set radio buttons Divi icons: normal, hover, checked, & checked hover */
input[type=radio] + label:before,input[type=radio] + span + label:before { 
  content: '\5b';

}
input[type=radio] + label:hover:before,input[type=radio] + span + label:hover:before { 
  content: '\5c'; 
  filter: alpha(opacity=40); 
  opacity: 0.4; 

}
input[type=radio]:checked + label:before,input[type=radio]:checked  + span + label:before {
	content: '\5c';
	color: #dc2734;
}
input[type=radio]:checked + label:hover:before,input[type=radio]:checked + span + label:hover:before { 
  filter: alpha(opacity=100); opacity: 1; 
  color: #dc2734;
  
}


.gfield_total_1_ .gfield_label {
	display: inline-block;
	float: left;
}
.ginput_product_price {
	color: #000 !important;
}
.ginput_total_1 {
	display: inline-block;
	float: left;
	padding-left: 5px;
	margin-top: 0px !important;
	font-weight: 400;
	color: #000 !important;
}

/*Updated to remove line after for nz Farms only*/
.gform_wrapper .gform_body ul li:after {
	border-bottom: none;
}
.gform_body .errorMessages,
#gform_1 {
	margin: 0px !important;
	padding: 0px !important;
}


.gform_wrapper .ginput_container_select select {
	border: 1px solid #ccc !important;
	margin-right: 10px !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background: transparent !important;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
	background-repeat: no-repeat !important;
	background-position-x: 98% !important;
	background-position-y: 7px !important;
	border-radius: 0px;
	margin-right: 2rem;
	padding: 1rem;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}

.gform_wrapper  .gform_button_select_files {
	background-color: #fff;
	border: 1px solid #666 !important;
	color: #666 !important;
}

.gform_wrapper  .gform_button_select_files:hover {
	border: 1px solid #000 !important;
	color: #000 !important;
}


	