
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused; /* Chrome, Safari, Opera */
  animation-play-state: paused;
}

.animated.start {
-webkit-animation-play-state: running; /* Chrome, Safari, Opera */
  animation-play-state: running;

}


.delay {
	transition-delay: 2s;
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}




@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}



@font-face {
	font-display: swap; /* Read next point */  
	font-weight: 200;
    font-style: normal; 
    font-family: 'metropolis';
    src: url('fonts/Metropolis-Thin.woff2') format('woff2'), url('fonts/Metropolis-Thin.woff') format('woff');

}





@font-face {
	font-display: swap; /* Read next point */  
	font-weight: 300;
    font-style: normal; 
    font-family: 'metropolis';
    src: url('fonts/metropolis-light-webfont.woff2') format('woff2'), url('fonts/metropolis-light-webfont.woff') format('woff');

}




@font-face {
		font-display: swap; /* Read next point */  
	font-weight: 400;
    font-style: normal; 
    font-family: 'metropolis';
    src: url('fonts/metropolis-medium-webfont.woff2') format('woff2'), url('fonts/metropolis-medium-webfont.woff') format('woff');


}

@font-face {
	font-display: swap; /* Read next point */  
	font-weight: 600;
    font-style: normal; 
    font-family: 'metropolis';
    src: url('fonts/Metropolis-SemiBold.woff2') format('woff2'), url('fonts/Metropolis-SemiBold.woff') format('woff');

}



html, body, button, input, textarea {
font-family:'metropolis', Helvetica, Arial, sans-serif;
	font-weight: 400;
}



html {
	font-size: 16px;
}


body {
font-size:100%;
color:#3e3e3e;
background: #fff;
font-weight: 300;

}


.padding-top {
	padding-top:100px;
}

.button {
	line-height: 1;
	border-radius: 20px;
	padding:14px 20px;
	font-size: 12px;
	letter-spacing: 0.15em;
	border:1px solid #fff;
	color:#fff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}

.button:hover {
	background: #fff;
	color:#222;
	opacity: 1;
}

.button.purple {
	border:1px solid #743E6B;
	color:#743E6B;
}


.button.purple:hover {
	background:#743E6B;
	color:#fff;
	opacity: 1;
}


.button.purple.solid {
	border:1px solid #743E6B;
	background:#743E6B;
	color:#fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	font-weight: bold;
}

.button.purple.solid:hover {
	box-shadow: none;
	opacity: 1;
}



a {
	cursor:pointer;
	color:#743E6B;
}

a:hover {
	text-decoration: none;

}

footer a {
	color:#3e3e3e;
}


p {
	line-height: 2rem;
margin-bottom:1rem;
}



p:last-of-type {
	margin-bottom:0;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}


h1 {
	margin-bottom:2rem;
	letter-spacing: 0;
	font-weight: 300;
	color:#fff;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
}


header .standard-page h1 {
	text-align: center;
    width: 100%;
    margin: 100px 0 70px 0;
    
}



h2 {
    font-weight: 200;
    font-size: 32px;
    color: #743E6B;
    line-height: 40px;
    margin-bottom:20px;
}

h3 {
	margin-bottom:2rem;
	font-size: 24px;
	line-height: 32px;
	color:#743E6B;
}




.logo:hover {
	opacity: 1;
}

.logo img {
	width:235px;
	height:80px;
	position: relative;
	z-index: 5;
	
}




header .container {
	padding: 0 40px;
}


.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: none;
}


body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
padding:0 10px!important;
-webkit-appearance: none;
appearance:none;
box-shadow: none;
}

body .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-color:#e8917d;
}

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

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	display: none;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100%!important;
}




.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea {
	border-color: #e8917d;
}


#fp-nav {
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-o-transform:translate3d(0,0,0);
-ms-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
opacity:1;
position:fixed;
top:49.2%;
z-index:100;
left:2rem;
}

#fp-nav span.fp-sr-only, #fp-nav .active span.fp-sr-only  {
	display: none!important;
}

strong {
	font-weight: bold;
}

.content ul {
	margin: 0 0 1em 2em;
}

.content a {
	color:#333333;
	transition: all 0.2s ease;
}

.content a:hover {
	opacity: 0.7;
}



#contact-form {
padding-top:160px;
padding-bottom:100px;
}


.footer-text {
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-top:2rem;
}


section .inner {
	padding-top:150px;
	padding-bottom:150px;
}


.our-wines h3 {
	margin-bottom:0;
	color:#000000;
}


.our-wines img {
	height:440px;
	width:auto;
}

.our-wines .container {
	background:#F4F4F4;
}

.our-wines small {
	color:#743E6B;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

.our-wines .col-md-6:nth-child(3) .row.swap , .our-wines .col-md-6:nth-child(4) .row.swap  {
	  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  margin-top:150px;
  margin-bottom:50px;
}

.our-wines-inner {
	padding:0 1rem;
}


.page-template-template-page-builder section .inner {
		padding-top:80px;
	padding-bottom:80px;
}

section.page-header {
	height:300px;
}

section.page-header h1 {
	color:#fff;
}

section.page-header .inner {
	padding-bottom:0;
	padding-top:200px;
}

.row {
	min-height:100%;
		max-width: 85%;
		margin:auto;
}

.padding-bottom {
	padding-bottom:5rem;
}

.container {
	min-height: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;

}

header, header .container {
	border-radius: 0;
}


header {
	position: absolute;
	width:100%;
	top:0;
	padding:40px;
}

section {
	padding:10px!important;

	overflow: hidden;
}

#section3 img {
	height:275px;
	width:auto;
}



#section3 .products p {
font-size: 0.750rem;
    line-height: 1.5;
    padding: 0 2rem;
}

#section3 h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}

#section3 small {
	font-size: 10px;
    margin-bottom: 30px;
    display: block;
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 2px;
}

/*#section5 img {
	max-height: 117px;
	width:auto;
}
*/

.flexslider .content-holder {
	position: absolute;
    padding: 0;
    top: 60%;
    color: #fff;
    width: 34%;
    left: 54%;
    transform: translateY(-50%);

}


.flexslider .content-holder a {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 14px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
	z-index: 9;
	
}

.flexslider .content-holder a:hover {
	background:#fff;
	color:#222;
	opacity: 1;
}


.flexslider .content-holder p {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 200;
	margin-bottom:40px;
}



.slide1 {
	background: rgb(24,89,122);
	background: linear-gradient(180deg, rgba(24,89,122,1) 0%, rgba(251,242,115,1) 100%);
}

.slide2 {
background: rgb(189,32,36);
background: linear-gradient(180deg, rgba(189,32,36,1) 0%, rgba(252,189,130,1) 100%);
}


.slide3 {
background: rgb(0,99,114);
background: linear-gradient(180deg, rgba(0,99,114,1) 0%, rgba(166,208,96,1) 100%);
}


.slide4 {
background: rgb(116,62,107);
background: linear-gradient(180deg, rgba(116,62,107,1) 0%, rgba(216,148,162,1) 100%);
}


.standard-page {
	background: rgb(116,62,107);
background: linear-gradient(180deg, rgba(116,62,107,1) 0%, rgba(216,148,162,1) 100%);
}



.additional-padding {
	padding-left:5rem;
	padding-right:5rem;
}

.additional-padding .button, .our-wines-inner .button {
	margin-top:1rem;
}


/*
.home #section2 h2, .home #section3 h2,  .home #section4 h2 {
	font-weight: 200;
	font-size: 32px;
	color:#743E6B;
	line-height: 40px;
}
*/

section.find-stockist h2 {
		font-weight: 200;
	font-size: 32px;
	line-height: 40px;
	color:#fff;
} 


.wpsl-search {
	border-radius: 10px;
}

header .standard-page {
	min-height:380px;
}

header .standard-page nav {
	position: initial;
	margin-top: 50px;
}




#section2 .container {
	background: #fff;
	
}

#section3 .container {
	background:#F4F4F4;
}

#section4 .container {
	background:#743E6B;

}

#section4 {
	padding-top:0!important;
}

#section5 .container {
	background: #fff;
}


#section4 img {
	line-height: 0;
	border-radius: 20px;
	overflow: hidden;
}

#section4 a {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 14px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top:1rem;
}

#section4 a:hover {
	background:#fff;
	color:#743E6B;
}

#section4 .container, #section4 .container h2 {
	color:#fff;
}


section.no-padding .inner {
	padding-top:0!important;
	padding-bottom:0;
}


section.no-padding-bottom .inner {
	padding-bottom:40px;
}

#menu-main-menu li {
	list-style: none;
	display: inline-block;
	margin-left:60px;
	
}


#menu-main-menu li.hide-desktop {
	display: none;
}

#menu-main-menu li a {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color:#fff;
	font-weight: 400;
	letter-spacing: 1px;
	
}


#menu-main-menu li.button-stockists a {
	line-height: 40px;
	padding:0 30px;
	border:1px solid #fff;
	border-radius: 20px;
	display: inline-block;
	
}


#menu-main-menu li.button-stockists a i {
	margin-right:5px;
}


#menu-main-menu li.button-stockists a:hover {
	background:#fff;
	color:#222;
	opacity: 1;
}

header {
	z-index: 5;
}

header .row {
	max-width:100%;
}

header nav {
	list-style: none;
	float:right;
	text-align: left;
}



header nav a {
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	margin:25px;
	font-weight: bold;

	}

header nav img {
	height:115px;
	width:auto;
	margin-left:50px;
	margin-right:50px;
}


.flexslider {
	position: relative;
	margin-top:-20px;
	height:880px;
}


.flexslider ul.slides li {
	min-height: 880px;
	
	position: relative;
}



.flexslider .slides img {
max-width: 50%;
position: absolute;
bottom: 0%;
left: -10%;
	
}



.gform_wrapper .gform_body {
	margin-left:16px;
}


.flex-direction-nav, .flex-control-paging {
	display: none!important;
}


body .gform_wrapper .gform_footer {
    padding: 0!important;
        text-align: center;
        margin-top:32px!important;
    
    }
    
  body .gform_wrapper .gform_footer .button {
	  background: none;
	  border:none;
	  -webkit-appearance: none;
	  margin:0 auto!important;
	  text-decoration: underline;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	  cursor: pointer;
	  font-size: 12px!important;
	  background:#743E6B;
	  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	  text-decoration: none;
	  padding:14px 20px;
	  line-height: 1;
  }  
  
    body .gform_wrapper .gform_footer .button:hover {
	    box-shadow: 0 3px 6px rgba(0,0,0,0);
	    color:#fff;
    }

body .gform_wrapper {
    margin: 0 auto 100px;
    max-width: 680px;

}


body .gform_wrapper textarea.medium {
	padding-right
}

body .contact-form {
	margin-top: -16px;
}

body .contact-form img {
	display: none!important;
	height:14px;
	width:14px;
	position: relative;
	top:2px;
}


body .gform_wrapper label.gfield_label {
	display: none!important;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea {
	border:none;
	background:#F4F4F4;
	padding: 10px 20px!important;
	border-radius: 20px;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
    padding-right: 16px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15rem;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#000;
  opacity: 0.5;
    text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
    letter-spacing: 0.15rem;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#000;
  opacity: 0.5;
    text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
    letter-spacing: 0.15rem;
}
:-moz-placeholder { /* Firefox 18- */
  color:#000;
  opacity: 0.5;
    text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
    letter-spacing: 0.15rem;
}




:focus ::-webkit-input-placeholder:focus { /* Chrome/Opera/Safari */
  opacity: 0.1;
}
:focus ::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.1;
}
:focus :-ms-input-placeholder { /* IE 10+ */
  opacity: 0.1;
}
:focus :-moz-placeholder{ /* Firefox 18- */
  opacity: 0.1;
}





body .gform_wrapper div.validation_error {
	color: #e8917d;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 25px;
    border: 1px solid #e8917d;
    padding: 1rem;
    clear: both;
    width: 100%;
    text-align: center;
    width: calc(100% - 16px);
    letter-spacing: 0;
    display: none!important;
    }


body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: none;
    margin-bottom: 6px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}

body #wpsl-search-wrap form {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    display: flex;
}


body #wpsl-search-btn, body #wpsl-search-wrap div {
    margin-right: 10px;
    float: none;
    display: inline-block;
}

body #wpsl-search-wrap .wpsl-input, body #wpsl-search-wrap .wpsl-select-wrap {
    display: inline-block;
    float: none;
}



body #wpsl-search-btn {
	padding: 0;
    line-height: 1.428571429;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(0);
    background-image: -ms-linear-gradient(0);
    background-image: -webkit-linear-gradient(0);
    background-image: -o-linear-gradient(0);
    background-image: linear-gradient(0);
    box-shadow: none;
    text-transform: none!important;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    margin-top: 13px;
    text-transform: uppercase!important;
    letter-spacing: 2px;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}


body .wpsl-dropdown li {
    list-style: none;
    padding: 9px 12px!important;
    margin: 0!important;
    text-align: left;
    font-size: 13px;
}

body .wpsl-active .wpsl-selected-item:after {
    margin-top: -4px;
    border: none;
    border-bottom: none;
}

body .wpsl-selected-item:after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    right: 12px;
    top: 50%;
    margin-top: -4px;
    border: 0;
    border-top: 0;
}

body .wpsl-dropdown:hover {
    box-shadow: none;
}

body #wpsl-radius .wpsl-dropdown .wpsl-selected-item {
	text-transform: uppercase;
}

body #wpsl-radius .wpsl-dropdown .wpsl-selected-item:before {
	content:'Within ';
}


body .wpsl-dropdown .wpsl-selected-item {
    list-style: none;
    list-style: none;
    padding: 14px 27px 10px 12px!important;
    margin: 0!important;
    font-size: 13px;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-weight: 400;
}



body #wpsl-search-wrap .wpsl-dropdown div {
    position: absolute;
    float: none;
    margin: -1px 0 0 0;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 0;
    background: #fff;
    border-top: 0;
    border-radius: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}


body #wpsl-radius .wpsl-dropdown .wpsl-selected-item {
    text-transform: uppercase;
    text-align: left;
}


body .wpsl-dropdown {
    position: relative;
    width: 170px;
    border: none;
    cursor: pointer;
    background: #fff;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2;
    font-weight: 400;
    height: 40px;
    margin-right: 20px!important;
    }


body #wpsl-search-wrap form {
	display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

body #wpsl-search-wrap .wpsl-input input {
	width:320px;
	height:40px;
	border: none;
	background:#fff;
}


header a.store-finder {
	    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 3;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 10px 20px;
	  
}

.page-template-template-store-locator .inner {
    position: initial;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 120px 0 100px 0;
}



body .wpsl-store-below #wpsl-gmap {
    float: none;
    width: 100%;
    height: 890px!Important;
}


body #wpsl-stores, body #wpsl-direction-details, body #wpsl-gmap {
	height:auto!important;
}

body #wpsl-stores {
    max-width: 1280px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 30px;
}

body #wpsl-result-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
	text-align: center;
}


body #wpsl-result-list img {
	width:24px;
	height:auto;
	display: none;
}


body #wpsl-result-list ul li {
	min-width:25%;
	width:25%;
}

body .wpsl-direction-wrap {
	display: none;
}


body #wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    padding: 50px 40px;
    border-top: 1px solid #f1f1f1;
    border-right:1px solid #f1f1f1;
    border-bottom:0;
    box-sizing: border-box;
} 

body #wpsl-wrap.wpsl-store-below #wpsl-result-list li:nth-child(4n+4) {
	border-right:0;
}


body #wpsl-wrap.wpsl-store-below #wpsl-result-list li:nth-child(-n+4) {
	border-top:0;	
}


body span.wpsl-country {
	display: none!important;
}


body .wpsl-store-below #wpsl-result-list p {
    padding-left: 0;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom:0;
}

body .wpsl-store-below #wpsl-result-list p strong {
	font-size: 1rem;
	display: block;
	margin-bottom:20px;
}


section.find-stockist .container {
	background-color:#743E6B;
	position: relative;
	color:#fff;
}

section.find-stockist h2 {
	color:#fff;
}

section.find-stockist p {
	margin-bottom:2rem;
}

section.find-stockist p:last-of-type {
	margin-bottom:0;
}


section.find-stockist .inner, section.social-feed .inner, section.newsletter .inner {
	padding-top:70px;
	padding-bottom:70px;
}

section.find-stockist .fad {
    font-size: 510px;
    position: absolute;
    right: 10%;
    opacity: 0.1;
}


section.newsletter .container {
	color:#fff;
}

section.newsletter h4 {
	font-size: 24px;
}


section.newsletter p {
	margin-bottom:0;
	font-size: 14px;
	line-height: 1.4;
	margin-top:5px;
}

section.newsletter input {
	background:#fff;
	border-radius: 20px;
	line-height: 40px;
	padding:0 20px;
	box-shadow: none;
	border: none;
	min-width: 240px;
	margin-left:1rem;
}

section.newsletter input[type=submit] {
	font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer;
	min-width: auto;
}


footer {
	font-size: 12px;
}

footer .inner {
	padding-top:80px;
	padding-bottom:80px;
	max-width: 1000px;
}

footer .padding-top {
	padding-top:50px;
}


footer ul.menu li {
list-style: none;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

footer ul.menu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

footer img {
	max-width: 135px;
}

footer h5 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom:10px;
}

footer .social a {
	font-size: 20px;
	margin-right:10px;
}


.faqs h2 {
	color:#000000;
	font-size: 32px;
	margin-bottom:10px;
}


#accordion h4 {
	font-size: 24px;
	color:#743E6B;
	border-bottom:1px solid #F4F4F4;
	font-weight: 300;
	padding:20px 0;
	position: relative;
	cursor: pointer;
		
}



#accordion .draw {
	margin-top:20px;
}


#accordion h4:after {
	font-family: "Font Awesome 5 Pro";
    content: '\f078';
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 22px;
    transform: rotate(0);
    transition: all 150ms linear;
    font-size: 20px;
}

#accordion h4.active:after {
	  transform: rotate(180deg);
}

.ginput_container_consent a {
	color:#743E6B;
}

.ginput_container_consent input {
    border: 0;
    background: #F4F4F4;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    top: -2px;
    cursor: pointer;

}

.ginput_container_consent label {
	width: calc(100% - 30px);
    float: right;
}

.ginput_container_consent input[type=checkbox]:checked {
	background: #743E6B;
}



.menu-trigger {
	display: none;
}


.social-feed p:last-of-type {
	margin-bottom:1rem;
}

section em {
	font-style: italic;
}


section ul {
	margin-left:1.5rem;
	margin-bottom:1rem;
}

section ul li {
	margin:5px 0;
}


.desktop-footer {
	display: block;
}

.mobile-footer {
	display: none;
}



body .gform_legacy_markup_wrapper li.hidden_label input {
	margin-top: 2px;
}

body .gform_legacy_markup_wrapper .gfield_required {
	display: none;
}
