/*
Theme Name: Stella Guitars custom theme
Author: Metisdreams
Author URI: https://www.metisdreams.com
Developer: Sherri Ferritto
Version: 2024.1
*/

body, html {
	margin:0px;
	padding:0px;
	font-family: 'Lato', Arial, sans-serif;
	color:#333333;
	background-image: url(images/farmerbrown-bkgrnd.jpg);
	background-repeat: repeat;
	font-size:16px;
	font-size:100%;
	-webkit-text-size-adjust:none;
	position:relative;
	width:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-text-size-adjust:none
}
html, body {
	overflow-x: hidden;
}
h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	line-height:122%;
	color:#619FAA;
	font-weight:700;
 margin-top:.75rem;
 margin-bottom:.75rem;
}
h1 {
	font-size:26px;
	line-height:125%;
	font-weight: 400;
	margin-top:0;
	color:#619FAA;
	margin-bottom:1rem;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:17px;
}
h4 {
	font-size: 15px;
}
p {
	font-size:17px;
	line-height:143%;
	margin:0px;
 margin-bottom:.75rem;
}
ul li, ol li {
	font-size:18px;
	line-height:125%;
	margin:0px;
	padding-bottom:1rem;
}
 @media only screen and (min-width: 768px) {
p, ul li, ol li {
 font-size:16px;
}
}
 @media only screen and (min-width: 992px) {
p, ul li, ol li {
 font-size:18px;
}
}
.center {
	text-align:center
}
ul {
	display:block;
	/*list-style-type:disc;*/
	list-style:none;
	padding:0px;
	margin:0;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
ol, menu, dir {
	display:block;
	padding:0px;
	margin:0;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
a {
	color:#619FAA; /* blue */
	text-decoration:none;
	transition:all 0.06s ease-in-out 0s
}
a:visited {
	color:#619FAA; /* blue */
}
a:hover {
	color:#E6A903; /* yellow */
}
a:focus {
	outline: thin dotted;
}
.read-more {
	white-space: pre;
}
img {
	max-width:100%;
	height:auto
}
img.fullwidth-photo {
	width:100%;
	height:auto
}
figure {
	padding:0px;
	margin:0px
}
.padding-around {
	padding-left:20px;
	padding-right:20px;
}
 @media only screen and (min-width: 1200px) {
.padding-around {
 padding-left:30px;
 padding-right:30px;
}
}
.spaceabove {
	padding-top:20px
}
.spacebelow {
	padding-bottom:20px
}
 @media only screen and (min-width: 992px) {
 .spaceabove {
 padding-top:30px
}
.spacebelow {
 padding-bottom:30px
}
}
 @media only screen and (min-width: 1200px) {
 .spaceabove {
 padding-top:40px
}
.spacebelow {
 padding-bottom:40px
}
}
.alignnone {
	margin:5px 20px 20px 0
}
.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto 5px auto
}
h1.aligncenter {
	margin-bottom:15px;
}
.aligncenter {
	text-align:center
}
.alignright {
	float:right;
	margin:5px 0 20px 20px
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px
}
a img.alignnone {
	margin:5px 20px 20px 0
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0
}
img.photohalf {
	width:50%;
	height:auto
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
#skiptocontent {
	padding:6px;
	position:absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition:top 1s ease-out, background 1s linear;
	transition:top 1s ease-out, background 1s linear;
	z-index:100
}
#skiptocontent:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#e64026;
	color:#FFF;
	outline:0;
-webkit-transition:top .1s ease-in, background .5s linear;
transition:top .1s ease-in, background .5s linear
}
.video-responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	margin-bottom:20px;
}
.video-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




.flex-video {
	width:100%;
	height:0px;
	overflow:hidden;
	padding-bottom:56.25%
}
.flex-video iframe, .flex-video video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.video-border, .photo-border {
	border:3px solid #FFF;
	margin-bottom:30px
}
@media only screen and (min-width: 768px) {
.video-wrapper {
margin-bottom:0px
}
}
main .video-wrapper {
	width:90%;
	max-width:640px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	margin-top:15px
}
@media only screen and (min-width: 768px) {
main .video-wrapper {
width:75%
}
}
/* containers and bootstrap overrides */


.container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
 @media only screen and (min-width: 768px) {
.container {
 width:90%;
 max-width:1200px;
}
}
/* buttons */




.btn {
	font-family: 'Aleo', serif;
	font-weight:700;
	font-style:normal;
	font-size:1rem;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	display:inline-block;
	text-decoration:none;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:0px;
	margin-bottom:0;
	padding-top:9px;
	padding-right:1rem;
	padding-bottom:6px;
	padding-left:1rem;
}
 @media only screen and (min-width: 768px) {
 .btn {
 padding-top:6px;
 padding-right:.75rem;
 padding-bottom:3px;
 padding-left:.75rem;
}
}
 @media only screen and (min-width: 992px) {
 .btn {
 padding-top:9px;
 padding-right:1rem;
 padding-bottom:6px;
 padding-left:1rem;
}
}


button:focus, .btn.focus, .btn:focus {
  outline: thin dotted;
    box-shadow: none;
}

.btn-small {
	font-size:1rem;
	padding-top:3px;
	padding-right:1.25rem;
	padding-bottom:3px;
	padding-left:1.25rem;
}
.btn-padding {
	padding-top:12px;
	padding-right:2rem;
	padding-bottom:12px;
	padding-left:2rem;
}
.btn:visited {
	color:#FFF
}
.btn.space {
	margin-right:10px
}
.btn-blue {
	background-color:#619FAA;
	color:#FFF;
}
.btn-blue:visited {
	background-color:#619FAA;
	color:#FFF
}
.btn-blue:hover {
	background-color:#E6A903;
	color:#FFF;
}
.btn-white {
	background-color:#FFF;
	color:#619FAA;
 border-radius: .125rem;
}
.btn-white:visited {
	background-color:#FFF;
	color:#619FAA
}
.btn-white:hover {
	background-color:#E6A903;
	color:#FFF;
}
.alert-blue {
	color: #5A4A42;
	background-color: #A1C0C3;
	border-color: #bee5eb;
}
.alert-gold {
	color: #5A4A42;
	background-color: #f2d481;
	background-color: rgba(230, 169, 3, 0.35);
}
.alert-gold.brdr {
	border: 4px solid #A1C0C3;
}
.alert-gold a:hover {
	color: #FFF;
}
.bg-gold {
	background-color: #E6A903;
}
.bg-ltgold {
	background-color: rgba(230, 169, 3, 0.15);
}
/* ======= HEADER =========== */

header {
	position:relative;
	background-image: url(images/notebook-lighter.jpg);
	background-repeat: repeat;
}
.logo {
	max-width:282px;
	padding-top:15px;
	padding-bottom:15px;
}
 @media only screen and (min-width: 768px) {
}
 @media only screen and (min-width: 992px) {
.logo {
 padding:0;
}
}
.tagline {
	width:100%;
	background-color:#A1C0C3;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B7B6A9;
	text-align:center;
	margin:0px;
	padding:0px;
	margin-top:-20px;
}
.tagline p {
	font-family: 'Aleo', serif;
	font-weight: 700;
	font-style: normal;
	font-size:17px;
	line-height:24px;
	color:#FFF;
	margin:0px;
	padding:0px;
	padding-top:6px;
	padding-bottom:6px;
	letter-spacing:.05em;
}
/* header tools */

.header-tools {
	margin:0;
	padding-top:10px;
	padding-bottom:6px;
	text-align:center;
}
 @media only screen and (min-width: 768px) {
.header-tools {
 margin:0;
 padding-top:6px;
 padding-bottom:6px;
 text-align:right;
 padding-right:25px;
}
}
.header-tools .tool {
	display: block;
	font-size:13px;
	font-weight:700;
	margin-bottom:10px;
}
 @media only screen and (min-width: 768px) {
.header-tools .tool {
 display:inline;
 margin-left:1rem;
}
}
.header-tools .tool a:link {
	color:#619FAA;
	text-transform:uppercase;
	text-decoration:none;
}
.header-tools .tool a:visited {
	color:#619FAA;
	text-decoration:none;
}
.header-tools .tool a:hover {
	color:#E6A903;
	text-decoration:none;
}
/* header search dropdown */

.header-tools button.dropdown-toggle {
	color:#619FAA;
	text-transform:uppercase;
	border: 0;
	background-color: transparent;
	border:none;
	cursor: pointer;
	padding:0;
	margin:0;
	margin-left:6px;
	margin-right:6px;
	text-decoration: none;
	font-weight: 700;
	text-shadow: none;
	display: inline-block;
	outline: 0;
	-webkit-appearance: none;
	border-radius: 0;
}
.header-tools button.dropdown-toggle:visited {
	color:#619FAA;
}
.header-tools button.dropdown-toggle:hover {
	color:#E6A903;
}
.header-tools .dropdown-menu {
	min-width: 280px;
	padding:20px;
}
.header-tools .dropdown-menu label {
	display:inline;
}
.header-tools .dropdown-menu .form-inline input {
	display:inline;
}
.header-tools .dropdown-menu .form-inline button.btn {
	display:inline;
}
/*
.header-tools .dropdown-menu .search-submit {
	background-color:#619FAA;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	font-size:1rem;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	display:inline;
	text-decoration:none;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:0px;
	margin-bottom:0;
	padding-top:9px;
	padding-right:1rem;
	padding-bottom:6px;
	padding-left:1rem;
}
.header-tools .dropdown-menu .search-submit:visited {
	background-color:#619FAA;
	color:#FFF;
}
.header-tools .dropdown-menu .search-submit:hover {
	background-color:#E6A903;
	color:#FFF;
}
/* header tools links */
.header-tools .links a:link {
	margin-left:3px;
	margin-right:3px;
}
 @media only screen and (min-width: 768px) {
.header-tools .links a:link {
 margin-left:6px;
 margin-right:6px;
}
}
/* =================================================== */
/* ================= navigation menu ================= */

header nav {
	color: #0D4091;
}
#mobile_menu {
	z-index: 9999;
}
 @media only screen and (min-width: 992px) {
header nav {
 text-align: center;
}
#mobile_menu {
 display: none;
}
.slicknav_btn {
 display: none;
}
}
header nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
}
header nav ul li {
	display: inline-block;
	text-align: center;
	padding:0;
	margin:0;
	margin-right: 26px;
	vertical-align: middle;
	line-height:100%;
}
 @media only screen and (min-width: 768px) {
header nav ul {
 text-align:  left;
}
header nav ul li {
 display: inline;
 text-align: left;
}
}
header nav li a, header nav li a:visited {
	font-family: 'Aleo', serif;
	font-weight:400;
	font-weight: 700;
	font-size:20px;
	line-height:24px;
	letter-spacing:-.015em;
	color:#6A5C54;
	color:#5f524b;
}
 @media only screen and (min-width: 768px) {
}
 @media only screen and (min-width: 992px) {
}
 @media only screen and (min-width: 1200px) {
header nav li a {
 font-size:24px;
}
}
header nav li a:hover {
	color: #619FAA;
	text-decoration:none;
}
header nav li.current_page_item a, header nav li.current-page-ancestor a {
	color: #619FAA;
}
header nav li.current_page_item a:hover {
	color: #619FAA;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}
/* ======= GLOBALS =========== */

main {
	background-color:#FFF;
	position:relative;
	padding:0;
	
}


.home main {
	background-color:#FFF;
	position:relative;
}
/* ======= HOME PAGE =========== */



 .home-featured {
	padding-top:30px;
	padding-bottom:30px;
}
.home-featured .item {
	padding:15px;
}
 @media only screen and (min-width: 1200px) {
 .home-featured {
 padding-top:50px;
 padding-bottom:50px;
}
 .home-featured .item {
 
}
}

.col-md-5-5 {

 position: relative;
 padding-right: 15px;
 padding-left: 15px;
}
 @media only screen and (min-width: 768px) {
.col-md-5-5 {
 -ms-flex: 0 0 47%;
 flex: 0 0 47%;
 max-width: 47%;
 position: relative;
 padding-right: 15px;
 padding-left: 15px;
}
}
.box-shadow {
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, .24);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .24);
	box-shadow: 0 0 7px rgba(0, 0, 0, .24);
}
.home-featured .card {
	padding: 0;
	border:none;
	/* border-radius: 0;*/
   position: relative;
	-webkit-box-shadow: 10px 10px 27px -6px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 10px 10px 27px -6px rgba(0, 0, 0, 0.33);
	box-shadow: 10px 10px 27px -6px rgba(0, 0, 0, 0.33);
}
.home-featured .card .card-img-top {
	margin:0;
	padding:0;
	border:none;
}
.home-featured .card h1 {
	font-size:20px;
	font-weight:700;
	margin:0;
	padding:0;
 margin-bottom:.3rem;
	color:#FFF;
}
.home-featured .card P {
	font-size:16px;
	font-weight:700;
	color:#FFF;
}
.home-featured .card-body {
	color:#FFF;
	text-align:center;
	padding:15px;
	background-color:#619FAA;
	background: -moz-linear-gradient(top, rgba(97, 159, 170, 1) 0%, rgba(97, 159, 170, 0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(97, 159, 170, 1) 0%, rgba(97, 159, 170, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(97, 159, 170, 1) 0%, rgba(97, 159, 170, 0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#619faa', endColorstr='#cc619faa', GradientType=0 );
}
/* home page boxes / grid */



.home-grid {
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	padding-top:30px;
	padding-bottom:30px;
	position:relative;
	background-color:#e5e5e1;
	background-image: url(images/home-page-flourish.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
 @media only screen and (min-width: 992px) {
.home-grid {
 padding-top:50px;
 padding-bottom:50px;
}
}
.home-grid .card-body {
	background-color:#5A4A42;
	margin:0px;
	padding:0px;
	padding-top:12px;
	padding-bottom:12px;
	text-align:center;
}
.home-grid h2 {
	font-family: 'Aleo', serif;
	font-weight: 700;
	font-size:20px;
	line-height:24px;
	color:#FFF;
	margin:0px;
	padding:0px;
	text-align:center;
}
/*.home-grid h2 a:link, .home-grid h2 a:visited {
	color:#FFF;
	text-decoration:none;
}
.home-grid h2 a:hover {
	color:#E6A903;
	text-decoration:none;
}*/



.home-grid a:link, .home-grid a:link h2, .home-grid a:visited h2 {
	color:#FFF;
	text-decoration:none;
}
.home-grid a:hover, .home-grid a:hover h2 {
	color:#E6A903;
	text-decoration:none;
}
/* -------- owl carousel theme styles -------- */


.owl-carousel {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	margin: 0;
	padding: 0;
	position: relative;
}
.owl-carousel .owl-item {
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.owl-theme .owl-nav {
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
 background-color: transparent;
 opacity: .75;
}
.owl-theme .owl-nav [class*=owl-]:hover {
 background-color: transparent;
 opacity: 1;
}
.owl-prev {
	background-image: url(images/prev-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	left: -50px;
}
.owl-next {
	background-image: url(images/next-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	right: -50px;
}
.owl-prev, .owl-next {
	width: 40px;
	height: 79px;
	position: absolute;
	border: none;
	z-index: 19999;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*
 @media only screen and (min-width: 768px) {
.owl-prev {
 width: 28px;
 height: 28px;
 left: 20px;
 bottom: 30%;
 margin-bottom: 20px;
}
.owl-next {
 width: 28px;
 height: 28px;
 right: 20px;
 bottom: 30%;
 margin-bottom: 20px;
}
}
 @media only screen and (min-width: 992px) {
.owl-prev {
 width: 28px;
 height: 28px;
 left: 20px;
 bottom: 38%;
 margin-bottom: 20px;
}
.owl-next {
 width: 28px;
 height: 28px;
 right: 20px;
 bottom: 38%;
 margin-bottom: 20px;
}
}
 @media only screen and (min-width: 1200px) {
.owl-prev {
 width: 33px;
 height: 33px;
 left: 30px;
 bottom: 30%;
 margin-bottom: 20px;
}
.owl-next {
 width: 33px;
 height: 33px;
 right: 30px;
 bottom: 30%;
 margin-bottom: 20px;
}
}
 @media only screen and (min-width: 1800px) {
.owl-prev {
 width: 33px;
 height: 33px;
 left: 30px;
 bottom: 30%;
 margin-bottom: 20px;
}
.owl-next {
 width: 33px;
 height: 33px;
 right: 30px;
 bottom: 30%;
 margin-bottom: 20px;
}
}

*/
/* ======= INTERIOR =========== */

.content {
	padding-top:30px;
	padding-bottom:30px;
}
 @media only screen and (min-width: 768px) {
.content {
 padding-left:30px;
}
}
/* ======= SIDEBAR =========== */

.sidebar {
	padding:30px;
	background-image: url(images/sidebar-bkgrnd.gif);
	background-repeat: repeat;
	background-position: left top;
}

 @media only screen and (min-width: 768px) {
.sidebar {
	
	min-height:500px;
}
}
.sidebar .subnav ul {
	display:block;
}
.sidebar .subnav ul {
	list-style-type: none;
	display:block;
	margin:0px;
	padding:0px;
	padding-top:15px;
	padding-bottom:4px;
	margin-left:20px;
	margin-right:20px;
}
.sidebar .subnav ul ul {
	padding:0px;
	margin-left:20px;
	list-style-type: none;
}
.sidebar .subnav ul ul ul {
	padding:0px;
	margin-left:20px;
	list-style-type: none;
}
.sidebar .subnav ul ul li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
.sidebar .subnav ul a {
	text-align:left;
	text-decoration:none;
	display:block;
	margin-bottom:8px;
	padding-bottom:6px;
}
/*
.sidebar .subnav ul a:visited {
	color:#333333;
}
.sidebar .subnav ul a:hover {
	color:#619FAA;
}
.sidebar > ul > li.nav-path-selected > a:link {
	color:#619FAA;
}
.sidebar > ul > li.nav-path-selected > a:visited {
	color:#619FAA;
}*/
/* ======= STORE CATEGORY PAGE =========== */

.cateogories-grid {
	text-align:center;
}
.cateogories-grid img {
	margin-bottom:15px;
}
.cateogories-grid p {
	margin-bottom:15px;
}
.cateogories-grid p a {
	color:#5A4A42;
}
.cateogories-grid p a:visited {
	color:#5A4A42;
}
.cateogories-grid p a:hover {
	color:#619FAA;
}
/* ======= woodcommerce overrides =========== */


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #619FAA !important;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #E6A903 !important;
	color: #fff;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: #fff !important;
	background-color: #619FAA !important;
	border: 0;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #E6A903 !important;
	color: #fff !important;
}
.form-row input, .form-row textarea, .form-row select {
	width: 100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 100%;
	display: block;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: block;
	width: 100%;
}
.form-row {
	width: 100%;
	display: block;
}
.woocommerce-input-wrapper {
	width: 100%;
	display: block;
}
/* contact form styles */
.signup .wpcf7 {
	padding-top: 20px;
}
.content .wpcf7 {
	padding-top: 20px;
}
.wpcf7 label {
	display:block;/*font-size: 0;
	color: #dfd5d2;
	margin: 0;
	padding: 0;
	display:block;*/
}
.wpcf7 br {
	display: none;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.content .wpcf7 p {
	width: 100%;
	margin: 0;
	padding: 0;
}
form.wpcf7 label span {
	display: inline;
	width: 100%;
	font-weight: 300;
	font-size: 16px;
}
span.wpcf7-control-wrap.your-consent > span.wpcf7-list-item-label {
	display: inline;
}
form.wpcf7 label {
}
form.wpcf7 .wpcf7-control.g-recaptcha.wpcf7-recaptcha {
	margin-bottom: 20px;
}
form input[type=text], form input[type=email], form input[type=tel], form textarea, form select {
	padding: 8px;
	-webkit-appearance: none;
	margin: 0px;
	margin-bottom:20px;
	color: #3a3a3a;
	border: 2px solid #CCC;
}
form.wpcf7-form input[type=text], form.wpcf7-form input[type=email], form.wpcf7-form input[type=tel], form.wpcf7-form textarea, form.wpcf7 select {
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	border-radius: 0;
	padding: 12px;
	padding-top:18px;
	padding-bottom:18px;
}
.signup form input[type=text], .signup form input[type=email], .signup form input[type=tel], .signup form textarea, .signup form select {
	border: none;
}
.wpcf7-checkbox {
	padding-bottom:15px;
	display:block;
}
.wpcf7-checkbox span.wpcf7-list-item.first {
	padding-top:10px;
}
.wpcf7-checkbox span.wpcf7-list-item {
	display:block;
	padding-bottom:10px;
}
.wpcf7-control-wrap.active label {
	transform: translate(0, 4px) scale(.75);
}
 form ::-webkit-input-placeholder {
font-size:20px;
font-weight:700;
text-align:left;
text-transform:uppercase;
 color:#878584;
 opacity:1;
}
form :-moz-placeholder {
font-size:20px;
font-weight:700;
text-align:left;
text-transform:uppercase;
 color:#878584;
 opacity:1;
}
form ::-moz-placeholder {
font-size:20px;
font-weight:700;
text-align:left;
text-transform:uppercase;
 color:#878584;
 opacity:1;
}
form :-ms-input-placeholder {
font-size:20px;
font-weight:700;
text-align:left;
text-transform:uppercase;
 color:#878584;
 opacity:1;
}
.wpcf7 input[type=submit] {
	font-size:20px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #A1C0C3;
	color: #FFF;
	letter-spacing: .015em;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 0px;
	display: inline-block;
	margin-top: 30px;
	padding-top: 18px;
	padding-right: 2rem;
	padding-bottom: 18px;
	padding-left: 2rem;
	display: block;
	width: 100%;
}
.wpcf7 input[type=submit]:hover {
	background-color: #E6A903;
}
.ctct-form-wrapper input[type=submit] {
	font-size:20px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #E20038;
	color: #FFF;
	letter-spacing: .015em;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 0px;
	display: inline-block;
	margin-top: 30px;
	padding-top: 18px;
	padding-right: 2rem;
	padding-bottom: 18px;
	padding-left: 2rem;
	display: block;
	width: 100%;
}
.ctct-form-wrapper input[type=submit]:hover {
	background-color: #0D4091;
}
.ctct-form-wrapper p {
	padding:0;
	margin:0;
}
.ctct-form-wrapper .ctct-form-field {
	margin: 0 !important;
}
.ctct-form-wrapper .ctct-input-container label {
	color: #2a2a2a !important;
	display:inline;
}
.widget .ctct-form-wrapper {
	padding:20px;
	background-color: #d9dde9;
	background-clip: border-box;
	border: none;
	border-radius: 6px
}
 @media only screen and (min-width: 992px) {
.widget .ctct-form-wrapper {
 padding:30px;
}
}
/* ======= FOOTER =========== */



footer {
	color:#d3cfce;
	padding-bottom:70px;
}
.footer-top {
	padding-top:20px;
	padding-bottom:20px;
	background-color:#619FAA;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
 @media only screen and (min-width: 768px) {
 .footer-top {
 padding-top:12px;
 padding-bottom:12px;
}
}
.footer-top nav ul {
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	text-align:center;
	letter-spacing: .05em;
}
 @media only screen and (min-width: 768px) {
 .footer-top nav ul {
margin-bottom:0;
}
}
.footer-top nav ul li {
	display: block;
	margin:0px;
	padding:0px;
	padding-bottom:6px;
}
 @media only screen and (min-width: 768px) {
.footer-top nav ul li {
 display: inline;
 padding-bottom:0px;
}
}
.footer-top nav ul a:link, .footer-top nav ul a:visited {
	font-family: 'Aleo', serif;
	font-weight: 700;
	font-size:14px;
	line-height:16px;
	color:#e7f1f2;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
}
.footer-top nav ul a:hover {
	color:#FFF;
	text-decoration:none;
}
/* social links */
.footer-top .social {
	text-align: center;
}
 @media only screen and (min-width: 768px) {
 .footer-top .social {
 text-align:right;
}
}
.footer-top .social img {
	display:inline;
	margin-left:10px;
}
footer p {
	font-size:13px;
	line-height:15px;
	text-align:center;
	font-weight:700;
	color:#d3cfce;
}
footer p a:link, footer p a:visited {
	color:#d3cfce;
	text-decoration:none;
}
footer p a:hover {
	color:#FFF;
	text-decoration:none;
}
.footer-bottom {
	padding-top:20px;
	padding-bottom:20px;
}
footer .footer-bottom p a {
	text-decoration:underline;
}
.footer-bottom span {
	display:block;
	margin-bottom:10px;
}
 @media only screen and (min-width: 768px) {
 .footer-bottom span {
 display: inline;
 margin-bottom:0;
}
}
