/*
Theme Name: Gutchess
Author: HMG Creative    
Author URI: https://hmgcreative.com 
Description: Custom Wordpress Theme

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}

/*----------GLOBAL/RESETS-----------*/


table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}

caption {
    caption-side: top;
    text-align: left;
}

th {
    border: 1px solid #dededf;
    background-color: #eceff1;
    color: #125E41;
    padding: 10px;
	font-size:21px
}

td {
    border: 1px solid #dededf;
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
}


html, body{
    overflow-x: hidden;
}

@media screen and (max-width: 1240px){
    .elementor-section{
        padding-left: 50px;
        padding-right: 50px;
    }
    .elementor-section .elementor-section{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media screen and (max-width: 767px){
    .elementor-section{
        padding-left: 25px;
        padding-right: 25px;
    }
    .elementor-section .elementor-section{
        padding-left: 0px;
        padding-right: 0px;
    }
}

.elementor-widget-text-editor h1, .elementor-tab-content h1, .elementor-widget-theme-post-content h1,
.elementor-widget-text-editor h2, .elementor-tab-content h2, .elementor-widget-theme-post-content h2,
.elementor-widget-text-editor h3, .elementor-tab-content h3, .elementor-widget-theme-post-content h3,
.elementor-widget-text-editor h4, .elementor-tab-content h4, .elementor-widget-theme-post-content h4,
.elementor-widget-text-editor h5, .elementor-tab-content h5, .elementor-widget-theme-post-content h5,
.elementor-widget-text-editor h6, .elementor-tab-content h6, .elementor-widget-theme-post-content h6,
.elementor-widget-text-editor p, .elementor-tab-content p, .elementor-widget-theme-post-content p,
.elementor-widget-text-editor ul, .elementor-tab-content ul, .elementor-widget-theme-post-content ul,
.elementor-widget-text-editor ol, .elementor-tab-content ol, .elementor-widget-theme-post-content ol{
    margin-bottom: 20px !important;
}
.elementor-widget-text-editor p:last-child, .elementor-tab-content p:last-child, .elementor-widget-theme-post-content p:last-child,
.elementor-widget-text-editor ul:last-child, .elementor-tab-content ul:last-child, .elementor-widget-theme-post-content ul:last-child,
.elementor-widget-text-editor ol:last-child, .elementor-tab-content ol:last-child, .elementor-widget-theme-post-content ol:last-child{
    margin-bottom: 0px !important;
}

strong,
strong a{
    font-weight: bold;
    font-family: Avenir, sans-serif;
}

.elementor-accordion-item ul,
.elementor-accordion-item ol,
.elementor-slide-description ul{
    margin-top: 12px;
}
.elementor-widget-text-editor ul li,
.elementor-accordion-item ul li,
.elementor-widget-theme-post-content ul li,
.elementor-slide-description ul li{
    margin-bottom: 12px;
    padding-bottom: 9px;
    position: relative;
}
.elementor-widget-text-editor ol li,
.elementor-accordion-item ol li,
.elementor-widget-theme-post-content ol li,
.elementor-slide-description ol li{
    margin-bottom: 6px;
    padding-bottom: 6px;
    position: relative;
}
.elementor-widget-text-editor ul li:last-child,
.elementor-widget-text-editor ol li:last-child,
.elementor-accordion-item ul li:last-child,
.elementor-accordion-item ol li:last-child,
.elementor-widget-theme-post-content ul li:last-child,
.elementor-widget-theme-post-content ol li:last-child,
.elementor-slide-description ul li:last-child{
    border: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px
}
.elementor-widget-text-editor ul li::before,
.elementor-accordion-item ul li::before,
.elementor-widget-theme-post-content ul li::before,
.elementor-slide-description ul li::before{
    content: "";
    display: block;
    width: 20px;
    height: 25px;
    background: url(https://www.gutchess.com/wp-content/uploads/2021/10/favicon.png) center center / cover;
    position: absolute;
    top: -5px;
    left: -35px;
}
.elementor-slide-description ul li::after{
  top: 4px;
}
.elementor-widget-text-editor ul li,
.elementor-accordion-item ul li,
.elementor-widget-theme-post-content ul li,
.elementor-slide-description ul li{
    margin-left: 35px;
    border-bottom: 1px solid #599B96;
}
.elementor-widget-text-editor ol,
.elementor-accordion-item ol,
.elementor-widget-theme-post-content ol{
    list-style: decimal;
}
.elementor-widget-text-editor ol li,
.elementor-accordion-item ol li,
.elementor-widget-theme-post-content ol li{
    margin-left: 15px;
    padding-left: 5px;
}

.saw-divider{
    margin-bottom: -5px !important;
}
.saw-divider::before{
    content: "";
    width: 100%;
    height: 67px;
    background: url(https://www.gutchess.com/wp-content/uploads/2022/08/saw-pattern-overlay-v4.svg) bottom left repeat-x;
    display: block;
    bottom: 0px;
    left: 0px;
    z-index: 99 !important;
    position: absolute;
}
.angled-green-top::after{
    content: "";
    width: 100%;
    height: 25px;
    display: block;
    background: url(https://www.gutchess.com/wp-content/uploads/2021/10/angled-green-top.svg) bottom center / cover no-repeat;
    position: absolute;
    top: -25px;
    left: 0px;
}

.elementor-flip-box__layer__description a{
    color: #69BE28 !important;
}

/*----------HEAD/FOOT-----------*/


#sticky-header,
#sticky-header.elementor-sticky--active .elementor-container .elementor-column{
    transition: all .25s ease-in-out;
}
#sticky-header.elementor-sticky--active{
    background-image: linear-gradient(180deg, #1C3632 0%, #1C3632 100%);
    padding: 0px 0px;
}
#sticky-header.elementor-sticky--active .elementor-container #logo-box.elementor-column:first-of-type{
    width: 25%;
}
#sticky-header.elementor-sticky--active .elementor-container #nav-box.elementor-column:last-of-type{
    width: 75%;
}
#sticky-header.elementor-sticky--active .elementor-container{
    padding: 6px 25px;
}
#sticky-header.elementor-sticky--active .elementor-inner-section .elementor-container{
    padding: 6px 0px;
}


/*----------BUTTONS-----------*/


.elementor-widget-button a{
    background:  none !important;
    border: 3px solid #005751;
    padding: 12px 60px 8px 12px;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
}
.elementor-widget-button a .elementor-button-text{
    color: #005751
}
.elementor-widget-button a:hover{
    background: #69be28 !important;
}
.elementor-widget-button a .elementor-button-text{
    font-weight: bold;
}
.elementor-widget-button a::after{
    width: 40px;
    height: 100%;
    display: inline-block;
    content: '';
    -webkit-mask: url(https://www.gutchess.com/wp-content/uploads/2021/10/wood-grain-texture.svg) no-repeat 50% 50%;
    mask: url(https://www.gutchess.com/wp-content/uploads/2021/10/wood-grain-texture.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #005751;
    position: absolute;
    right: -10px;
    top: 0px;
    transition: all .5s ease-in-out;
}
.elementor-widget-button a:hover::after{
    width: 50px;
    right: 0px;
}

.elementor-widget-button.elementor-button-info a{
    background:  none !important;
    border: 3px solid #69BE28;
}
.elementor-widget-button.elementor-button-info a:hover{
    background:  #1C3632 !important;
}
.elementor-widget-button.elementor-button-info a .elementor-button-text{
    color: #69BE28;
}
.elementor-widget-button.elementor-button-info a::after{
    background-color: #69BE28;
}

.elementor-widget-button.elementor-button-success a{
    background:  none !important;
    border: 3px solid #D7D3C7;
}
.elementor-widget-button.elementor-button-success a:hover{
    background:  #1C3632 !important;
}
.elementor-widget-button.elementor-button-success a .elementor-button-text{
    color: #D7D3C7;
}
.elementor-widget-button.elementor-button-success a::after{
    background-color: #D7D3C7;
}


/*----------BLOGS-----------*/

.gutchess-blog-article{
    display: flex;
    margin-bottom: 25px;
    position: relative;
}
.gutchess-blog-image{
    width: 40% !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    display: block !important;
}
.gutchess-blog-article-content{
    background: #005751;
    padding: 50px;
    color: #D7D3C7;
}
.gutchess-blog-article-content a{
    color: #69BE28 !important;
}
.gutchess-blog-article-content h2 a{
    font-size: .75em;
}
.gutchess-blog-date{
    position: absolute;
    top: 50px;
    left: -12px;
    padding: 12px 12px 8px;
    color: #D7D3C7;
    background: #005751;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,.1);
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.1);
}
.gutchess-blog-excerpt{
    border-bottom: 1px solid #329189;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.gutchess-blog-article .post-categories{
    font-size: .75em;
    line-height: 1.25em;
    display: flex;
}
.gutchess-blog-article .post-categories li{
    margin-right: 12px;
}
.gutchess-blog-article .post-categories li a{
    color: #D7D3C7 !important;
}

.gutchess-leases-article{
    display: flex;
    margin-bottom: 25px;
    position: relative;
}
.gutchess-leases-image{
    width: 50% !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    display: block !important;
}
.gutchess-leases-article-content{
    width: 50%;
    background: #005751;
    padding: 50px;
    color: #D7D3C7;
}
.gutchess-leases-article-content a{
    color: #69BE28 !important;
}
.gutchess-leases-article-content h2 a{
    font-size: .75em;
}
.gutchess-leases-date{
    position: absolute;
    top: 50px;
    left: -12px;
    padding: 12px 12px 8px;
    color: #D7D3C7;
    background: #005751;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,.1);
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.1);
}
.gutchess-leases-excerpt{
    border-bottom: 1px solid #329189;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.gutchess-leases-article .post-categories{
    line-height: 1.25em;
    display: flex;
}
.gutchess-leases-article .post-categories li{
    margin-right: 12px;
}
.gutchess-leases-article .post-categories li a{
    color: #D7D3C7 !important;
}
@media screen and (max-width: 767px){
    .gutchess-leases-image,
    .gutchess-leases-article-content{
        width: 100% !important;
    }
    .gutchess-leases-image{
        height: 200px;
    }
    .gutchess-leases-article{
        flex-wrap: wrap;
    }
}

.searchandfilter ul{
    display: flex;
    flex-wrap: wrap;
}
.searchandfilter label,
.searchandfilter ul li,
.searchandfilter select,
.searchandfilter input{
    width: 100%;
}
.searchandfilter select{
    padding: 6px;
    background: #D7D3C7; 
    border: none;
    color: #1C3632;
}
.searchandfilter input{
    background: #69BE28;
    font-size: 1em;
    font-weight: bold !important;
    color: #1C3632;
    transition: all .25s ease-in-out;
}
.searchandfilter input:hover{
    background: #005751;
    color: #69BE28;
}

#primary.contact section#map {
  display: block;
  position: relative;
  background-color: #efeee9
}
#primary.contact section#map #map-tabs {
  margin: 0;
  padding: 0
}
#primary.contact section#map #map-tabs li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 20px
}
#primary.contact section#map #map-tabs li:after {
  content: "|";
  margin-left: 15px;
  margin-right: 15px
}
#primary.contact section#map #map-tabs li:last-of-type:after {
  display: none
}
#primary.contact section#map #map-tabs li a:link, #primary.contact section#map #map-tabs li a:visited {
  color: #163031;
  text-decoration: none
}
#primary.contact section#map #map-tabs li a:link:active, #primary.contact section#map #map-tabs li a:link:hover, #primary.contact section#map #map-tabs li a:visited:active, #primary.contact section#map #map-tabs li a:visited:hover {
  color: #68b023;
  text-decoration: none
}
#primary.contact section#map #map-tabs li.current a:link, #primary.contact section#map #map-tabs li.current a:visited {
  color: #68b023;
  text-decoration: none
}
#primary.contact section#map #map-tabs li.current a:link:active, #primary.contact section#map #map-tabs li.current a:link:hover, #primary.contact section#map #map-tabs li.current a:visited:active, #primary.contact section#map #map-tabs li.current a:visited:hover {
  color: #68b023;
  text-decoration: none
}
#primary.contact section#map #map-tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #a6a6a4;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px;
  font-family: Arial;
  font-size: 12px;
  font-weight: 100;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
  opacity: .9
}
#primary.contact section#map .map-svg {
  display: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-height: 685px
}
#primary.contact section#map .map-svg.active {
  display: block
}
#primary.contact section#map .map-svg .zone:hover {
  stroke: #330404 !important;
  stroke-width: 2px !important;
  stroke-linejoin: round;
  cursor: pointer
}
#primary.contact section#reps a {
  position: relative;
  display: block;
  min-height: 200px
}
#primary.contact section#reps a:link, #primary.contact section#reps a:visited {
  color: #8e9595;
  text-decoration: none
}
#primary.contact section#reps a:link h3, #primary.contact section#reps a:visited h3 {
  position: relative
}
#primary.contact section#reps a:link h3:after, #primary.contact section#reps a:visited h3:after {
  content: '';
  display: block;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #000;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0s ease;
  -ms-transition: -ms-transform 0s ease;
  transition: transform 0s ease
}
#primary.contact section#reps a:active, #primary.contact section#reps a:hover {
  color: #8e9595;
  text-decoration: none
}
#primary.contact section#reps a:active h3:after, #primary.contact section#reps a:hover h3:after {
  -webkit-transform: scaleX(.25);
  -ms-transform: scaleX(.25);
  transform: scaleX(.25);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s ease;
  -ms-transition: -ms-transform .3s ease;
  transition: transform .3s ease
}
#primary.contact section#reps a .bio {
  position: relative;
  display: block
}
#primary.contact section#reps a .bio .biopic {
  width: 100px;
  height: 100px;
  position: relative;
  float: left
}
#primary.contact section#reps a .bio .biopic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}
#primary.contact section#reps a .bio .info {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 110px;
  padding-left: 20px
}
#primary.contact section#reps a .bio .info h3 {
  margin-bottom: 5px;
  display: inline-block;
  width: auto
}
#primary.contact section#reps a .zones {
  display: block;
  position: relative;
  margin: 0;
  padding: 0
}
#primary.contact section#reps a .zones li {
  display: inline-block;
  list-style-type: none;
  margin: 0 6px 6px 0;
  padding: 1px 10px;
  background-color: #a6a6a4;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px
}
#reps-single {
  background-color: #f9f9f9;
  padding-left: 20px;
  padding-right: 20px
}
#reps-single .container {
  width: 90%;
  max-width: 1170px
}
#reps-single .container h2 {
  font-size: 22px;
  margin: 0 0 20px 0
}
@media (max-width:991px) {
  #reps-single .container .rep-info {
    margin-bottom: 30px
  }
}
#reps-single .container .rep-info .bio {
  min-height: 220px
}
#reps-single .container .rep-info .bio .biopic {
  width: 200px;
  height: 200px;
  position: relative;
  float: left
}
@media (max-width:480px) {
  #reps-single .container .rep-info .bio .biopic {
    float: none
  }
}
#reps-single .container .rep-info .bio .biopic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}
#reps-single .container .rep-info .bio .info {
  position: relative;
  display: flex;
  flex-direction: column;
  /*min-height: 220px;*/
  padding-left: 20px;
  padding-top: 70px
}
@media (max-width:480px) {
  #reps-single .container .rep-info .bio .info {
    min-height: 0;
    padding-left: 0;
    padding-top: 10px
  }
}
#reps-single .container .rep-info .bio .info h1 {
  font-size: 28px;
  margin: 5px 0
}
#reps-single .container .rep-info .bio .info .phone {
  font-size: 18px
}
#reps-single .container .rep-info .zones {
  display: block;
  position: relative;
  margin: 0;
  padding: 0
}
#reps-single .container .rep-info .zones li {
  display: inline-block;
  list-style-type: none;
  margin: 0 6px 6px 0;
  padding: 1px 10px;
  background-color: #a6a6a4;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px
}
#reps-single .container .rep-contact form ::-webkit-input-placeholder {
  color: #8e9595
}
#reps-single .container .rep-contact form ::-moz-placeholder {
  color: #8e9595
}
#reps-single .container .rep-contact form :-ms-input-placeholder {
  color: #8e9595
}
#reps-single .container .rep-contact form :-moz-placeholder {
  color: #8e9595
}
#reps-single .container .rep-contact form label {
  display: none
}
#reps-single .container .rep-contact form input, #reps-single .container .rep-contact form select, #reps-single .container .rep-contact form textarea {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #1c3631;
  background: 0 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  color: #8e9595;
  padding: 10px 15px
}
/*#reps-single .container .rep-contact form input.fifty, #reps-single .container .rep-contact form select.fifty, #reps-single .container .rep-contact form textarea.fifty {
  display: inline-block;
  width: 49%;
  float: left;
  margin-right: 2%
}*/
#reps-single .container .rep-contact form input.fifty.end, #reps-single .container .rep-contact form select.fifty.end, #reps-single .container .rep-contact form textarea.fifty.end {
  margin-right: 0
}
@media (max-width:480px) {
  #reps-single .container .rep-contact form input.fifty, #reps-single .container .rep-contact form select.fifty, #reps-single .container .rep-contact form textarea.fifty {
    display: block;
    width: 100%;
    float: none;
    margin-right: 0
  }
}
#reps-single .container .rep-contact form input.hundred, #reps-single .container .rep-contact form select.hundred, #reps-single .container .rep-contact form textarea.hundred {
  display: block;
  width: 100%
}
#reps-single .container .rep-contact form input[type=submit] {
  background-color: #1c3631;
  color: #fff;
  font-weight: 600;
  transition: all .3s ease
}
#reps-single .container .rep-contact form input[type=submit]:hover {
  background-color: #fff;
  color: #1c3631
}

