/*
Theme Name: Pena Design 2026 Theme
Theme URI: https://penadesign.com
Description: Custom theme for Pena Design
Author: Sherri Ferritto Williams
Author URI: https://metisdreams.com
Version: 1.0 061826
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: pena2026
*/
/* ----------------------------------------------
THEME STYLES 
------------------------------------------------- */
body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'PT Sans', sans-serif;
	color:#050708;
	background-color:#FFF;
	font-size: 16px;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
/*========= basic global font sizes =============*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 margin-bottom: .5rem;
	font-weight: 700;
	line-height: 1.25;
	height:inherit !important;
	color:#af3434;
}
h1, .h1 {
	font-weight: 400;
	font-size:28px;
	letter-spacing:-.025em;
	color:#381a08;
	text-align:center;
	margin-bottom:20px;
}
h2, .h2 {
	font-size:23px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.content h2, .h2 {
	margin-top: 20px;
}
h3, .h3 {
	font-size:20px;
	margin-top: 15px;
	margin-bottom: 12px;
}
h4, .h4 {
	font-size:18px;
}
p {
	font-size: 18px;
	line-height: 160%;
	margin: 0px;
	margin-bottom: 10px;
}
.content ul {
	margin-left:1.5rem;
}
.content ul li, .content ol li {
	font-size: 18px;
	line-height: 125%;
	letter-spacing:-.015em;
	margin-bottom: 10px;
	list-style:none;
}
.content ul li:before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 8px;
	float: left;
	margin-left: -20px;
	color: #af3434;
}
p.lead {
	font-size: 30px;
	line-height: 115%;
	color:#af3434;
	font-weight:600;
}
b, strong {
	font-weight: 700;
}
 @media only screen and (min-width: 768px) {
h1, .h1 {
font-size:30px;
}
 h2, .h2 {
font-size:22px;
}
h3 {
font-size:17px;
}
 h4, .h4 {
font-size:16px;
}
p {
font-size: 16px;
}
.content ul li, .content ol li {
font-size: 16px;
}
p.lead {
font-size: 28px;
}
}
 @media only screen and (min-width: 992px) {
h1, .h1 {
font-size:32px;
}
 h2, .h2 {
font-size:34px;
}
 .content h2, .h2 {
 margin-top: 34px;
}
h3 {
font-size:34px;
}
 h4, .h4 {
font-size:17px;
}
 p {
font-size: 17px;
}
.content ul li, .content ol li {
font-size: 17px;
}
p.lead {
font-size: 29px;
}
}
@media only screen and (min-width: 1200px) {
h1, .h1 {
font-size:46px;
}
 h2, .h2 {
font-size:38px;
}
.content h2 {
 margin-bottom:20px;
}
h3 {
font-size:34px;
}
 h4, .h4 {
font-size:30px;
}
p {
font-size: 22px;
margin-bottom: 15px;
}
.content ul li, .content ol li {
font-size: 22px;
}
p.lead {
font-size: 38px;
}
}
/* --------- other helpers and overrides ---------*/

ul, menu, dir {
	display: block;
	list-style-type: disc;
	margin:0;
	padding: 0;
	margin-left:1rem;
}
a, a:visited {
	color:#af3434;
	text-decoration:  underline;
	transition: all 0.12s ease-in-out 0s;
}
a:hover, a:focus {
	color: #e4a21c;
	text-decoration:  underline;
}
a:focus {
	outline: thin dotted;
}
.content a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
figcaption {
	padding-top:10px;
	padding-bottom:10px;
}
 @media only screen and (max-width: 767px) {
 img.alignright {
 display: block;
 float: none;
 margin-top: 1em;
 margin-bottom: 1em;
}
img.alignleft {
 float: none;
 display: block;
 margin-top: 1em;
 margin-bottom: 1em;
}
img.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.alignright {
 float: none;
}
.alignleft {
 float: none;
}
.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
}
 @media only screen and (min-width: 768px) {
 img.alignright {
 float: right;
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 1em;
 margin-left: 1em;
}
img.alignleft {
 float: left;
 margin: 0 1em 1em 0;
 margin-top: 1em;
}
img.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.alignright {
 float: right;
}
.alignleft {
 float: left;
}
.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
}
.no-brk {
	display:inline;
	white-space: nowrap;
}




/* telephone links  */

a[href^="tel:"], a[href^="tel:"]:visited {
color: inherit;
font-weight:inherit;
text-decoration:none;
border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color:  #8e8f8e;
}
 a[href^="tel:"]:hover {
color: inherit;
font-weight:inherit;
border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color:  #8e8f8e;
}
img {
	max-width: 100%;
	height: auto
}
img.fullwidth-photo {
	width: 100%;
	height: auto
}
a#skiptocontent {
	padding: 6px;
	position: absolute;
	top: -60px;
	left: 0px;
	color:#FFF;
	background: #2C4203;
	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
}
a#skiptocontent:focus {
	position: absolute;
	left: 0px;
	top: 0;
	color:#FFF;
	background: #2C4203;
	outline: 0;
-webkit-transition: top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
	margin-bottom:200px;
}
/* blockquote */

/* blockquote */

blockquote {
	position:relative;
	display:block;
	padding:10px;
}
blockquote p {
}
.card-img-overlay .cardlabel blockquote p {
	margin-bottom:10px;
}
blockquote p.smalltext {
	font-size:18px;
}
blockquote p .attribution {
	font-size:80%;
}
blockquote img.quotemark {
	margin-bottom:12px;
}
/* =========== CONTAINERS ================= */
.container {
	width:95%;
	max-width:95%;
	margin-left:auto;
	margin-right:auto;
}
@media only screen and (min-width: 360px) {
.container {
}
}
@media only screen and (min-width: 768px) {
.container {
 width:90%;
 max-width:90%;
}
}
 @media only screen and (min-width: 1200px) {
 .container {
 width:80%;
max-width:1320px;
}
 .container.narrow {
 width:50%;
 max-width:50%;
 margin-left:auto;
 margin-right:auto;
}
}
main {
	background-color:#FFF;
	min-height:300px;
}
.card {
	background-color: transparent;
	background-clip: border-box;
	border: none;
	border-radius: 0;
}
.card-img, .card-img-bottom, .card-img-top {
	border-radius:0;
}
.img-border {
	background-color:#FFF;
	border: 3px solid #FFF;
}
.img-border:hover {
	border: 3px solid #FFF;
}
/* =========== buttons and colors ================= */

.btn {
	font-weight: 700;
	font-style: normal;
	font-size: inherit;
	line-height: 1.42857143;
	text-align: center;
	white-space:  normal;
	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: none;
	border-radius:24px;
	margin-bottom: 0;
	padding-top: 9px;
	padding-right: 2rem;
	padding-bottom: 9px;
	padding-left: 2rem;
	text-transform:uppercase;
	letter-spacing:.02em;
}
.content a.btn:link, .content a.btn:visited, .content a.btn:hover, .content a.btn:focus {
	border-bottom:none;
	color:#FFF;
}
.btn-full {
	width:100%;
}
.btn-lg {
	font-size: 120%;
}
.btn-sm {
	font-size: 90%;
	padding: 7px;
 padding-right: .9rem;
 padding-left: .9rem;
}
.btn-square {
	width:100%;
	border-radius:9px;
}
.btn-red, .btn-red:visited {
	color:#FFF;
	background-color:#af3434;
}
.btn-red:hover, .btn-red:focus {
	color:#FFF;
	background-color:#af3434;
}
.content a.readmore:link, .readmore, .content a.readmore:visited, .readmore:visited {
	font-size:14px;
	font-weight:700;
	letter-spacing:.02em;
	display:inline-block;
	text-transform:uppercase;
	padding-bottom:3px;
	padding-left:1rem;
	padding-right:1rem;
	text-decoration:none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e4a21c;
}
.content a.readmore:hover, .readmore:hover, .content a.readmore:focus, .readmore:focus {
	color: #f26c21;
	text-decoration:none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f26c21;
}
 @media only screen and (min-width: 1200px) {
.content a.readmore:link, .readmore, .content a.readmore:visited, .readmore:visited {
 font-size:16px;
}
}
 @media only screen and (min-width: 1800px) {
.content a.readmore:link, .readmore, .content a.readmore:visited, .readmore:visited {
 font-size:18px;
}
}


.btn-search {
	color: #FFF;
	background-color: #af3434;
	border:none;
	border-radius:0;
}
.btn-search:visited {
	color: #FFF;
	background-color: #af3434;
}
.btn-search:hover {
	color: #FFF;
	background-color: #e4a21c;
}
/* colors and backgrounds */


.red {
	color: #af3434;
}
.bg-red {
	background-color: #af3434;
}
.orange {
	color: #e4a21c;
}
.bg-orange {
	background-color: #e4a21c;
}
.bg-gray {
	background-color: #e0e0e0;
}
.bg-ltgray {
	background-color: #ebebeb;
}
.bg-vltgray {
	background-color: #f6f6f6;
}
.bg-lttan {
	background-color: #f2eeeb;
}





.bg-pink {
	background-color: #FCF;
}
/* ================================================= */
/* ====================== header ================= */
/* ================================================= */


 header {
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #af3434;
}
 @media only screen and (min-width: 768px) {
 header {
 padding-top:30px;
 border-top-width: 20px;
}
}
 @media only screen and (min-width: 1600px) {
 header {
 padding-top:30px;
 border-top-width: 24px;
}
}
header .container {
	width:90%;
	max-width:90%;
}
header .logo {
	width:90%;
	max-width:150px;
}
/* main menu navigation */
.mainmenu {
	display: none;
}
@media only screen and (min-width: 768px) {
.mainmenu {
display:inline;
float:right;
}
}
.mainmenu ul {
	font-size:18px;
	color:#58595B;
	font-weight:700;
	text-align:right;
	margin:0;
	padding:0;
	list-style:none;
}
@media only screen and (min-width: 1200px) {
.mainmenu ul {
font-size:22px;
}
}
@media only screen and (min-width: 1800px) {
.mainmenu ul {
font-size:22px;
}
}
.mainmenu ul li {
	display:inline;
	margin-left:1.5rem;
}
.mainmenu ul li a:link, .mainmenu ul li a:visited {
	color:#af3434;
	border:none;
	text-decoration:none;
}
.mainmenu ul li.current-page a {
	color: #af3434;
}
.mainmenu ul li.current-page-ancestor a {
	color: #af3434;
}
.mainmenu ul li.current-menu-item a {
	color: #af3434;
}
.mainmenu ul li.current_page_item a {
	color: #af3434;
}
.mainmenu ul li.active a {
	color: #af3434;
}
.mainmenu ul li.active a {
	color: #af3434;
}
.mainmenu ul li a.active, .mainmenu ul li a:hover, .mainmenu ul li a:focus {
	color:#e4a21c;
	text-decoration: none;
}
/* ----------- */
header .menu-button {
	text-align:right;
}
 @media only screen and (min-width: 768px) {
header .menu-button {
 text-align:right;
 padding-left:1rem;
}
}
.hamburger {
	display: inline-block;
	cursor: pointer;
	padding:0;
	color:#af3434;
}
.hamburger:focus {
	outline:none;
	box-shadow:none;
}
.hamburger .layout {
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hamburger .bars {
	display:inline;
}
.hamburger .label {
	display:inline;
margin-left:.75rem;
}
.bar1, .bar2, .bar3 {
	display:block;
	width: 32px;
	height: 4px;
	background-color: #af3434;
	margin: 8px 0;
}
 @media only screen and (min-width: 1600px) {
.bar1, .bar2, .bar3 {
 width: 40px;
 height: 5px;
 background-color: #af3434;
 margin: 10px 0;
}
}
/* close button */

.btn-close {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top:30px;
	right:35px;
	z-index:9000;
	color:#FFF;
	font-size:60px;
	font-weight:400;
	background-color: transparent;
	padding:0;
	border-radius:0;
}
.btn-close:hover {
	color:#FFF;
}
.search-btn {
	width:44px;
}
.mobile-tools {
	text-align:right;
}
.mobile-tools .item {
	display:inline;
	margin-left:10px;
}
/* ==============    MENU OVERLAY ======================= */

.overlay-bg {
	background: rgba(175, 52, 52, 0.95);
	animation-duration: 250ms;
}
.menu-overlay {
	position:  fixed;
	width: 100%;
	height:100%;
	z-index: 9999;
	top:0;
	left: 0;
	transition: 0.5s;
	display:none;
}
.overlay-header {
	width:100%;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.overlay-content {
	position: relative;
	width: 100%;
	height:100%;
	padding-top:30px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
 @media only screen and (min-width: 768px) {
.overlay-content {
 padding-top:60px;
}
}
.menu-overlay nav {
	color:#FFF;
}
.menu-overlay nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
}
.menu-overlay nav ul li {
	display: block;
	text-align: center;
	padding:0;
	margin:0;
	margin-bottom:4px;
	vertical-align: middle;
}
.menu-overlay nav li a, .menu-overlay nav li a:visited {
	display: block;
	font-size: 28px;
	line-height:125%;
	font-style:normal;
	font-weight:400;
	text-transform:uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration:none;
}
.menu-overlay nav li a:link, .menu-overlay nav li a:visited {
	color: #FFF;
}
.menu-overlay nav li a:hover, .menu-overlay nav li a:focus {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
	border:none;
}
.menu-overlay nav .dropdown-toggle {
	position:relative;
}
 .menu-overlay .dropdown-toggle::after {
 display: inline-block;
 width: 0;
 height: 0;
 margin-left: .255em;
 vertical-align: .255em;
 content: "";
 border-top: .3em solid;
 border-right: .3em solid transparent;
 border-bottom: 0;
 border-left: .3em solid transparent;
}
.menu-overlay .dropdown-toggle {
	white-space: normal;
}
.menu-overlay .dropdown-menu {
	width:100%;
	min-width:inherit;
	margin:0;
	right:auto;
}
.menu-overlay .dropdown-menu.show {
	border-radius:0;
	border:none;
	padding:24px;
	background: #FCB131;
	float:none;
	position:relative !important;
	transform: none !important;
}

/* ============== takeover search ==============  */
.search-area {
	position: absolute;
	z-index:400;
	content: '';
	top:133px;
	left:0;
	width:100%;
	height:100%;
	display: none;
	
	background: rgba(256, 256, 256, 0.95);
	background:#f2eeeb;
	animation-duration: 250ms;
	
	
		
}
@media only screen and (max-width: 767px) {
.search-area {
z-index:12000;
padding-left:0;
}
.search-area .container {
padding-left: 15px;
padding-right: 15px;
}
}

.btn-close-red {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top:0;
	right:15px;
	z-index:9000;
	color:#af3434;
	font-size:60px;
	font-weight:400;
	background-color: transparent;
	padding:0;
	border-radius:0;
}
.form-btn {
	border: 2px solid #CCC;
}
.search-area .form-btn {
	margin-top: 200px;
}
@media only screen and (min-width: 768px) {
.search-area .form-btn {
margin-top: 40%;
}
}
.form-btn input {
	height:60px;
	background: #FFF;
	font-size: 28px;
}
.form-btn input:focus {
	background: transparent;
	background: #FFF;
	outline: none;
	box-shadow: none;
	border-color:#ced4da;
}
.brd-left-none {
	border-left: none !important;
}
.form-btn .form-control {
	border-right:none !important;
}
.border-bottom {
	border: none;
	border-bottom: solid 1px #ced4da;
	border-radius: 0px;
}
.form-btn input::placeholder {
/*color: #fff;*/
font-weight: normal;
}
.form-btn .fa {
	font-size: 30px;
}
/* ================================================= */
/* ====================== HOME PAGE ================= */
/* ================================================= */


.homebanner .card-img {
	min-height:350px;
}
.homebanner .card-img-overlay {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content:center;
	color:#FFF;
	text-align:center;
}
.homebanner article h1 {
	font-size:6vw;
	color:#FFF;
}
.homebanner article p {
	color:#FFF;
}
.home-section {
	padding-top:30px;
	padding-bottom:15px;
	margin-bottom:30px;
	text-align:center;
	position:relative;
}
.home-section:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 30%;
	left: 35%;
	border-top: 3px solid #c0aa9e;
}
 @media only screen and (min-width: 1400px) {
.home-section p {
 max-width:75%;
 margin-left:auto;
 margin-right:auto;
}
}
.robo-gallery-wrap {
	margin-top:30px;
}
/* intro */
.intro p {
	font-size:22px;
}
 @media only screen and (min-width: 992px) {
.intro p {
 font-size:26px;
}
}
/* testimonials */

.testimonials {
	padding-top:30px;
	padding-bottom:15px;
	margin-bottom:30px;
	text-align:center;
	position:relative;
	background-color:#f2eeeb;
}
.testimonials blockquote {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top:70px;
	margin-top:10px;
}
 @media only screen and (min-width: 768px) {
 .testimonials blockquote {
 padding-top:50px;
}
}
.testimonials blockquote:first-of-type {
	border:none;
}
.testimonials blockquote p {
	color:#000;
	position:relative;
	padding-left:58px;
	padding-right:58px;
}
 .testimonials blockquote p::before {
 content: url(images/open-quote.png);
 opacity:.6;
 left:50%;
 margin-left:-20px;
 margin-top:-50px;
 top:0;
 position:absolute;
}
 @media only screen and (min-width: 768px) {
.testimonials blockquote p::before {
 left:0;
 top:0;
 margin-left:0;
 margin-top:-20px;
}
}
.testimonials blockquote figcaption p span {
	font-size:80%;
	line-height:105%;
}
.testimonials blockquote figcaption p strong {
	display:block;
}
.testimonials blockquote figcaption p::before, .testimonials blockquote figcaption p::after {
 content:"";
 display:none;
}
/* -------- owl carousel theme styles -------- */

.owl-carousel {
	-webkit-animation-duration:1000ms;
	animation-duration:1000ms;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.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-carousel .owl-stage {
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
 .owl-theme .owl-nav [class*=owl-] {
 background-color:transparent;
 opacity: .8;
}
 .owl-theme .owl-nav [class*=owl-]:hover {
background-color:transparent;
 opacity: 1;
}
/* owl arrows for banners */

.owl-carousel .owl-nav .owl-prev {
	background-image: url(images/prev-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display:block !important;
}
.owl-carousel .owl-nav .owl-next {
	background-image: url(images/next-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display:block !important;
}
.owl-prev {
	width: 28px;
	height: 45px;
	position: absolute;
	left: -5%;
	top:40%;
	border: none;
	z-index:19999;
}
.owl-next {
	width: 28px;
	height: 45px;
	position: absolute;
	right: -5%;
	top:40%;
	border: none;
	z-index:19999;
}
 @media only screen and (min-width: 768px) {
.owl-carousel .owl-prev {
width: 28px;
 height: 45px;
}
.owl-carousel .owl-next {
width: 28px;
 height: 45px;
}
}
 @media only screen and (min-width: 992px) {
.owl-carousel .owl-prev {
 width: 34px;
 height: 54px;
}
.owl-carousel .owl-next {
 width: 34px;
 height: 54px;
}
}
 @media only screen and (min-width: 1800px) {
.owl-carousel .owl-prev {
 width: 56px;
 height: 90px;
 top:50%;
}
.owl-carousel .owl-next {
 width: 56px;
 height: 90px;
 top:50%;
}
}

/* ================================================= */
/* ====================== inner pages ================= */
/* ================================================= */






.container.content.spacing{
	padding-top:30px;
	padding-bottom:60px;
}

 @media only screen and (min-width: 1200px) {
.container.content.spacing{
	padding-top:40px;
	padding-bottom:80px;
}

}



.pageheader{
	position:relative;
	margin-top:30px;
	margin-bottom:30px;
}

.pageheader img{
	min-height:150px;
}




 .pageheader .card-img-overlay {
 position:absolute;
top:0;
left:0;
right:0;
bottom:0;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
align-items: center;
	justify-content: center;
}


 .pageheader h1{
	 color:#FFF;
	 margin:0;
}


.pageheader.nophoto{
	padding:30px;
	
}
.pageheader.nophoto h1{
	color:#381a08;
	
}
.pageheader.nophoto:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 1rem;
    width: 30%;
    left: 35%;
    border-top: 3px solid #c0aa9e;
}
 @media only screen and (min-width: 992px) {
.twocol {
 -moz-column-count: 2;
 -webkit-column-count: 2;
 column-count: 2;
 -webkit-column-gap: 30px;
 column-gap: 30px;
}
 .entry-content div.twocol {
 -webkit-column-gap: 40px;
 column-gap: 40px;
}
}
 @media only screen and (min-width: 1200px) {
ul.twocol {
 -webkit-column-gap: 50px;
 column-gap: 50px;
}
 .entry-content div.twocol {
 -webkit-column-gap: 60px;
 column-gap: 60px;
}
}



/* contact form styles */




.text-white {
	color:#FFF
}
.row-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}
.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
/* contact form 7 styles */
/* contact form styles */


.text-white {
	color:#FFF
}
.row-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}
.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
/* contact form 7 styles */

.wpcf7 {
	padding:20px;
	width:90%;
	display:block;
	background-color:rgba(255, 255, 255, 0.6);
	font-weight:400;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}


 @media only screen and (min-width: 992px) {
.wpcf7 {

margin-top:0;
margin-left:auto;
	margin-right:auto;
}
}

 @media only screen and (min-width: 1400px) {
.wpcf7 {
width:85%;
margin-top:0;
margin-left:auto;
	margin-right:auto;
}
}

.wpcf7-form br {
	display:none;
}
.wpcf7-form br.break {
	display: block;
}
.wpcf7-form-control-wrap input {
	display:inline;
	width: auto;
	padding:0;
	-webkit-appearance: none;
	margin:0;
	font-size:16px;
	font-weight: inherit;
	color: inherit;
	border:none
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.content .wpcf7 p {
	text-align:left;
	margin-bottom:15px;
}

form.wpcf7-form label {
	
	
}
form.wpcf7-form label span {
	display: inline;
	width:100%;
	font-weight:400;
}


form.wpcf7-form label span.formblock {
	display:block;
	
}


/* required fields */
form.wpcf7-form .req:after {
	color: #af3434;
	content:"*";
	padding-left:2px;
	
}



/* radio buttons */



form.wpcf7-form .wpcf7-list-item-label {
	padding-left:6px;
}
span.wpcf7-form-control-wrap.your-consent > span.wpcf7-list-item-label {
	display:  inline;
}
form.wpcf7-form label {
	display: block;
	width:100%;
	font-weight:400;
	
}
form.wpcf7-form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
	margin-bottom:20px;
}
form.wpcf7-form input[type=text], form.wpcf7-form input[type=email], form.wpcf7-form input[type=tel], form.wpcf7-form textarea, form.wpcf7-form select {
	display:block;
	display:inline-block;
	width:92%;
	padding:12px;
	-webkit-appearance:none;
	margin-top:6px;
	margin-bottom:6px;
	
	font-weight:400;

	border-radius: 0;
	border: 2px solid #ccc;
}
form.wpcf7-form .input-group input[type=text] {
	height:60px;
	background: #FFF;
	font-size: 28px;
	border: none;
}
form.wpcf7-form .input-group input[type=text]:focus {
	border: none;
}
form.wpcf7-form textarea {
	height:100px;
	margin-bottom:10px;
}



/* submit button */


form.wpcf7-form input[type=submit] {
	display: inline-block;
	margin-top:10px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	text-transform:uppercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color:#de9622;
	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;
	padding-top: 12px;
	padding-right: 2rem;
	padding-bottom: 12px;
	padding-left: 2rem;
	position:relative;
}
form.wpcf7-form input[type=submit]:hover {
	background-color:#eda734;
}


/* ================================================= */
/* ====================== footer ================= */
/* ================================================= */

footer {
	text-align:center;
	background-color: #af3434;
	padding-top:50px;
	padding-bottom:50px;
	color:#FFF;
}
