/*

verde 1
color: #00923f;

verde 2
color:#00923f ; 

cor principal
color: #434844;


*/

body{
    font-family: 'Roboto', sans-serif;
    border-top: 8px solid #00923f;

}
ul{
    margin: 0;
    padding: 0;
}

li{
    list-style-type: none;
}
ol{
    list-style-type: none;
}

a:hover{
    text-decoration: underline;
}
.img-responsive{
    max-width: 100%;
}
.clearfix{
	display: block;
	clear: both;
}
/*
     HEADER
*/

.search-header form{
    padding-top: 55px;
    padding-left: 20px;
}
div.search-header form input.input-search-header{
    padding:20px 30px!important;
}
.tempo-topo{
    padding-top: 40px;
}
div.tempo-topo{
    width: 280px;
    height: 90px;
    overflow: hidden ;
}

/*
    ACESSIBILIDADE
*/



div.acessibilidade{
    width: 100%;
    
}

div.menu_ancoras{
    float: left;
}
div.menu_ancoras ul{
    padding-left: 10px;
    padding-top: 10px;
}
div.menu_ancoras ul li{
    float: left;
    font-size:10px;
    text-transform:uppercase;
}
div.menu_ancoras ul li a{
    text-decoration:none;
    color:#434844;
    margin-right:10px;
    padding-right:10px;
}
div.menu_ancoras ul li a:hover{
    
}
div.menu_ancoras ul span{
    background: #434844;
    color: #fff;
    padding: 1px 3px;
    margin-left: 3px;
}

.botao_fontes{
    background: #434844;
    color: #fff!important;
    padding: 2px 3px;
}

ul.menu_acessibilidade{
    float: right;
    margin-top: 4px;
}
ul.menu_acessibilidade li{
    display: inline-block;
    font-size:10px;
    text-transform:uppercase;
    padding:0 10px;
}
ul.menu_acessibilidade li a{
    color: #434844;
    text-decoration: none;

}

/*
    /ACESSIBILIDADE
*/


.main-nav{
     background: #00923f;
     min-height: 60px;
}
.navbar {
    padding: 1rem 0;
   
    text-transform: uppercase;
    font-size: 15px;
}

.navbar  div.dropdown-menu{
    text-transform: none;
    font-weight: lighter;

}
.nav-link{
    color: #FFF!important;
}
.navbar  div.dropdown-menu a{
    color: #444;
    font-size: 15px;
    font-weight: 100;
}
.bg-faded {
    background: none!important;
}



/*
    END NAV
*/

header.main-header{
    width: 100%;
    padding:0 0 20px 0;

    
}
header.main-header div.logo{
    padding-top: 10px;
}
header.main-header div.logo img{
    width: 246px;
    height: 58px;
}

@media (max-width: 768px) {
a.navbar-brand img{
    max-width: 98%!important;
    height: auto;
    text-align: center;
}
}


div.social-header{
    float: right;
    width: 200px;
    font-size: 35px;
    margin: 0;
    padding: 0;
}

div.social-header .fa-facebook-official{color: #FFF;}
div.social-header .fa-facebook-official:hover{color: #497CC1;}
div.social-header .fa-instagram{color: #FFF;}
div.social-header .fa-instagram:hover{color: #cd486b;}
div.social-header .fa-youtube{color: #FFF;}
div.social-header .fa-youtube:hover{color: #F72E00;}
div.social-header .fa-twitter{color: #FFF;}

div.social-header ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
div.social-header ul li{
    display: inline-block;
    margin: 0;
    padding: 0;
}

section.slideshow{
    width: 100%;

}
section.slideshow img{
    max-width: 100%;
}
section.slideshow span{
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    color: #00923f;
}
section.slideshow h2 a{
    font-size: 40px;
    font-weight: 600;
    color:#434844;
    text-decoration: none;
    line-height: 1;
    letter-spacing: -1px;
    font-style: italic;
    margin-bottom: 20px;
    display: block;
} 

.carousel-indicators{
    margin-bottom: -40px;
}
.carousel-indicators li {
    height: 5px;
    background: #00923f;
}
.carousel-indicators li.active {
    height: 5px;
    background: #434844;
}



.btn-clean{
    font-size: 18px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 200;
    border: 3px solid #FFF;
    color: #FFF;

}
a.btn-clean {
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}
a.btn-clean:hover{
    background-color: #FFF;
    color: #00923f;
    color: #777;
}

.bg-linear {
    position: relative;
    padding: 3rem 15px 2rem;
    padding-top: 3rem;
    padding-bottom: 60px;
    color: #cdbfe3;
    background-color: #f1f2f7;
    border-bottom: 1px solid #DDD;
}


/*
    banner meio
*/
div.banner-middle{
    padding: 30px 0;
}


section.fast-links {
    padding: 10px 0 10px 0;
    text-align: center;
}
section.fast-links i{
    font-size: 40px;
    color: #00923f;
    display: block;
    margin-bottom: 15px;
}
section.fast-links     a {text-decoration: none}
section.fast-links a:hover > .conheca {border-bottom: 3px solid #434844}
section.fast-links .destaque {height: 180px; background-repeat: no-repeat; line-height: 26px; margin-top: 45px; width: 100%;}
section.fast-links .destaque h2 {font-family: 'Source Sans Pro', sans-serif;font-weight: 300; font-size: 26px; color:#434844;}
section.fast-links .destaque p {font-family: 'Source Sans Pro', sans-serif;font-weight: 300; font-size: 15px; line-height: 18px;color: #777;}

section.fast-links .conheca {
    border-bottom: 3px solid #00923f}
section.fast-links .conheca h2 { color: #00923f; }



/*
    VEREADORES HOME
*/

section.vereadores-home{
    text-align: center;
    padding-bottom: 30px;
}

section.vereadores-home h2.title-box{
    color: #444!important;
}
section.vereadores-home figure img{
    border-radius: 50%;
    max-width: 80%;
    height: auto;
}
section.vereadores-home p{
    color: #00923f;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
}

section.vereadores-home div.row span{
    color: #434844;
    background: #DDD;
    font-size: 12px;
    padding: 5px 10px;
}


/*
    SECTION NEWS
*/

section.news{
    background-color: #f1f2f7;
    padding:15px 0 70px 0;
    margin-top: 25px;
}
section.news article{
    background: white;
    padding-bottom: 30px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    min-height: 350px;
    max-height: 370px;
    overflow-y: hidden;
    
}
section.news figure img{
    z-index: 10;
}

section.news h3 a{
    color: #434844;
    font-size: 18px;
    line-height: 1;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    position: relative;
    margin: 40px 10px 0 20px;
}


div.date-news{
    z-index: 20;
    position: absolute;
    background:  #00923f;
    width: 80px;
    color: #FFF;
    text-align: center;
    line-height: 1;
    font-weight: 200;
    padding: 5px 10px;
    border-radius: 2px;
    top: 130px;
    left:30px;

}
div.date-news span.day{
    font-size: 28px;
    display: block;
    font-weight: 400;
}
div.date-news span.month-year{
    font-size: 13px;
}




h2.title-box{


    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    font-size: 30px;
    color: #00923f;
    margin: 35px auto 30px auto;
}
h2.title-box span{
    font-weight: 600;
}



/*
   NEWSLETTER
*/

.newsletter-home{
    padding:15px 0; 
    background: #FFF;
    border-top: 1px solid #ddd;
}
.newsletter-home h2.title-box{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    font-size: 30px;
    color: #434844;
    margin: 35px auto 0 auto;
}



/*BOX NEWSLETTER*/
.newsletter {padding-bottom: 35px; /*border-bottom:1px solid #eee;*/text-align: center;}
.newsletter input[type="text"] {border: 1px solid #bcbcbc; padding:8px 10px 10px 20px; font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; font-size:15px; color: #bcbcbc; width:300px;  -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; max-width:100%;}
.newsletter input[type="text"].nome {margin:0 15px 0 45px;}
.newsletter input[type="submit"] {border:1px solid #434844;background: #434844; padding:8px 20px 8px 20px; font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; font-size:15px; color: #FFF;  -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;}

.newsletter input[type="submit"]:hover {cursor: pointer;}

.campos-newsletter {margin:35px auto 0 auto;text-align: center;}

.titulo-newsletter {font-family: 'Source Sans Pro', sans-serif;font-weight: 200; font-size: 30px; color: #bcbcbc; margin:35px auto 0 auto;}
.titulo-newsletter span {font-weight: 600;}

.newsletter input[type="text"].nome{
    float: left;
}
li.jetpack_subscription_widget{
    list-style:none;
}

p#subscribe-email{
    
}
#subscribe-field-blog_subscription-3{
    border: 1px solid #bcbcbc; 
    padding:8px 10px 10px 20px; 
    font-family: 'Source Sans Pro', sans-serif; 
    font-style: normal; font-weight: 300; 
    font-size:15px; color: #bcbcbc; 
    width:300px;  -webkit-border-radius: 50px;
     -moz-border-radius: 50px; border-radius: 50px; 
     
 }

@media screen and (min-width: 1040px) {
    p#subscribe-email{
    float: left;
    width:300px;
}
}
@media screen and (max-width: 1039px) {
    p#subscribe-email{
    display: block;
    text-align: center!important;
    margin: 20px auto 0 auto;
    width:350px;
    clear: both;
    padding-top: 20px;
}
}


section.videos-etc{
    width: 100%;
    /*background: #3F8500 ;*/
    background: url(../img/bg-green-2.jpg);
    padding: 5px 0 60px 0;

}

section.videos-etc h2.title-box{
    color: #FFF;
}

section.videos-etc article{
    background-color: #FFF;
    color: #bcbcbc;
    padding-bottom: 30px;
    position: relative;
    
}

@media screen and (min-width: 1040px) {
    section.videos-etc article{
        min-height: 330px;
    }
}

section.videos-etc article h3 a{
    margin: 30px 30px 10px 30px;
    color: #444;
    font-family: 'Roboto',arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    display: block;
}

section.videos-etc article p{
    margin: 10px 30px 30px 30px;
    color: #848484;
    font-family: 'Roboto',arial,sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}



a.icon-video{
    background-color: #ff5252;
    border-radius: 50%;
    color: #FFF;
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    padding-top: 16px;
    position: absolute;
    right: 35px;
    top: 180px;
}
a.icon-video:hover{
    background-color: red;

}
a.icon-video i{
    color: #FFF;
    font-size: 28px;

}
a.instagram{
    background-color: #96693B; 
}
a.instagram:hover{
    background-color: #795630; 
}


/*
   SECTION BENEFICIOS
*/
section.beneficios h2.title-box{
    color: #434844;
    margin-bottom: 15px;
}
section.beneficios{
    text-align: center;
}
section.beneficios .row{
    margin-top: 50px;
}
section.beneficios a, a:hover{
    text-decoration: none;
}
section.beneficios i{
    color: #434844;
    font-size: 50px;
    margin-bottom: 15px;
}
section.beneficios h3{
    color: #434844;
    font-weight: 300;
    font-size: 21px;
}
section.beneficios p{
    font-size: 16px;
    font-weight: 200;
    line-height: 1;
    color: #777;
}
section.beneficios div.row{
    margin-bottom: 40px;
}



section.beneficios .btn-clean{
    border: 3px solid #ca942b;
    color: #ca942b;
    margin-top: 30px;

}
section.beneficios a.btn-clean {
    color: #FFF;

}
section.beneficios a.btn-clean:hover{
    background-color: #ca942b;
    color: #FFF;
}

div.join{
    border-top: 1px solid #EEE;
    margin-top: 30px;
    background-color: #00923f;
    color: #FFF;
    padding: 40px 0;
}

div.join h2.title-box{
    color: #FFF;
    margin-bottom: 30px;
}
div.join p{
    color: #FFF;
}
div.join .btn-clean{
    border-color: #FFF;
    color: #FFF;
}
div.join .btn-clean p{
    color: #FFF;
}
div.join .btn-clean a{
    color: #FFF;
}

section.links-uteis{
    padding: 30px 0;
}
section.links-uteis-footer img{
    margin-bottom: 40px;
}


.links-uteis-border{
    border: 2px solid #DDD;
    padding: 30px 10px;
}

/*
    GOOGLE MAPS FOOTER

*/
section.map-footer{

}
div.site-place{
    /*background: #f1f2f7;*/
    background:#434844 ; 
    color: #FFF;
    text-align: center;

}
div.site-place p i{
    color: #FFF;
}
div.site-place p{
    font-size: 17px;
    display: block;
    text-decoration: none;
    padding: 30px 0;
    margin: 0;
    font-weight: 300;
}

div.map-full{
    
}


/*
   SECTION INFO CONTACS
*/

section.info-contacts-footer{
    text-align: left;
}
section.info-contacts-footer .row{
    margin-top: 20px;
}
section.info-contacts-footer h2.title-box{
    color: #434844;
    margin-bottom: 15px;
}
section.info-contacts-footer a, a:hover{
    text-decoration: none;
}
section.info-contacts-footer i{
    color: #434844;
    font-size: 21px;
}
section.info-contacts-footer h3{
    color: #434844;
    font-weight: 300;
    font-size: 21px;
    margin-top: 10px;
}
section.info-contacts-footer p{
    font-size: 16px;
    font-weight: 200;
    line-height: 1;
    color: #777;
}

footer.main-footer{
    width: 100%;
    background: #FFF;
    color: #666;
}


div.site-url{
    background:#00923f; 
    color: #FFF;
    text-align: center;
}
div.site-url p a, div.site-url p a:hover{
    color: #FFF;
    font-size: 2em;
    display: block;
    text-decoration: none;
    padding: 30px 0;
}

footer.main-footer .navbar-brand{
    margin-bottom: 20px;
}
footer.main-footer ul i{
    font-size: 12px;
    margin-right: 10px;
}
footer.main-footer h2{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #00923f;
}
footer.main-footer p{
    margin-bottom: 8px;
    font-weight: 100;
    font-size: 15px;
}
footer.main-footer ul{
    list-style: none;
    font-weight: 100;
    margin: 0;
    padding: 0;
    font-size: 15px;
    margin-left: 3px;
}
footer.main-footer a{
    color: #666;
    text-decoration: none;
}
footer.main-footer a:hover{
    text-decoration: underline;
}



div.footer-end{
    width: 100%;
    padding: 40px 0 20px 0;
    /*background-color: white;*/
    background-color: #f1f2f7;
    color: #121212;
    font-size: 14px;
    font-weight: 100;
}

footer.main-footer .footer-share a {
    font-family: 'Open Sans', Arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 47px;
    border: 1px solid #4f8ad0;
    display: inline-block;
    text-align: left;
    position: relative;
    height: 47px;
    width: 225px;
    border-radius: 7px;
    cursor: pointer;
    color: #4f8ad0;
    padding: 0 15px;
     -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 15px;
}
footer.main-footer .footer-share a:hover{
    color: #FFF;
    background-color:  #4f8ad0;
    text-decoration: none;
}
footer.main-footer .footer-share span{
    font-weight: bold;
}
footer.main-footer .footer-share i{
    font-size: 20px;
    margin-right: 5px;
}
footer.main-footer .footer-share .instagram a{
    color: #cd486b;
    border: 1px solid #cd486b;
}
footer.main-footer .footer-share .instagram a:hover{
    color: #FFF;
    background-color:  #cd486b;
    text-decoration: none;
}
footer.main-footer .footer-share .twitter a{
    color: #55acee;
    border: 1px solid #55acee;
}
footer.main-footer .footer-share .twitter a:hover{
    color: #FFF;
    background-color:  #55acee;
    text-decoration: none;
}



p.copyright{
    float: left;
}
p.by{
    float: right;
}
/*

   PAGES

*/



.bg-linear-pages{
    position: relative;
    color: #cdbfe3;
    
    margin-bottom: 30px;
    padding: 10px 0 5px 0;
}
p.breadcrumbs{
    padding-top: 10px;
    color: #FFF;
    font-weight: lighter;
}
p.breadcrumbs a{
    color: #FFF;
}




aside#sidebar li{
    list-style: none !important;
}

section.single{
    font-size: 18px;
    color: #434844;
    font-weight: 300;
}

section.single p{
    font-size: 18px;
    color: #434844;
    margin-bottom: 30px;
}
section.single h1{
    font-size: 36px;
    color: #434844;
    margin-bottom: 30px;
}
section.single h2{
    font-size: 26px;
    color: #434844;
    margin-bottom: 30px;
}



section.single h1.title-single{
    font-size: 47px;
    color: #000;
    margin-bottom: 30px;
}


/*

    BREADCUMBS

*/


div.breadcumbs{
    font-size: 13px;
    color: #666;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;

}
ul.crumbs{
    margin: 0;
    padding: 0;
}
ul.crumbs li{
    display: inline-block;
    list-style: none;
    margin-right: 10px; 
    color: #282828;
    font-size: 11px;
}
ul.crumbs li a{
    color: #444;
    text-decoration: none;
}
ul.crumbs li a:hover{
    color: #282828;
}
ul.crumbs li a:after {
   font-family: FontAwesome;
   content: "\f101";
   margin-left: 5px;
}
ul.crumbs li:last-child{
    color: #666;
}

/*

    CATEGORY

*/



section.category{
    
}
section.category article{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD;
}
section.category figure img{
    float: left;
    margin-right: 15px;
}

section.category h2 a{
    color: #434844;
    font-size: 28px;
    line-height: 1;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    display: block;
    margin-top: 15px;
    
}
span.date-category{
    background: #00923f;
    color: #FFF;
    line-height: 1;
    font-weight: 200;
    padding: 3px 20px;
    font-size: 13px;
}


/*
    SIDEBAR

*/
.sidebar{
    background-color: #f1f2f7;
    padding: 5px 15px;
}
.sidebar li.widget ul{
    padding: 0;
}

.sidebar li.widget ul li{
    padding-bottom: 15px;
}
.sidebar li.widget ul li a{
    display: block;
    color: #434844;
    font-size: 16px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.sidebar li.widget ul li a:hover{
    color: #00923f;
}


/* ---- plugin : wp-pagenavi ---- */

div#paginacao{
    margin: 40px 0;
}

.wp-pagenavi { text-align: left; height: 30px; font-weight: bold; }
.wp-pagenavi a{
    color:#B60002!important;
    text-decoration:none !important;
    }
.wp-pagenavi a,
.wp-pagenavi span { font-size: 14px; padding: 4px 8px 4px 8px!important; margin: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px !important; }
.wp-pagenavi span.pages,
.wp-pagenavi span.extend { color: #999; border: 1px solid #ddd; font-weight: normal; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { color: #fff!important; text-shadow: 0 -1px 0 rgba(0,0,0,0.3); }

.wp-pagenavi a { color: #B60002; border: 1px solid 4A690A !important; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { background: #B60002; border: 1px solid #B60002!important; }

/* ---- plugin : wp-pagenavi ---- */
/* CONTACT FORM*/
.wpcf7-submit{
    cursor:pointer;  
}

.wpcf7 input{
    border:1px solid #CCC;
    padding:10px;
}
.wpcf7 select{
    border:1px solid #CCC;
    padding:10px 15px;
}
.wpcf7 textarea{
    border:1px solid #CCC;
    padding:10px;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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;
}

a img.aligncenter {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-caption {
    background: #fff !important;
    border: 1px solid #f0f0f0 !important;
    max-width: 96% !important; 
    padding: 5px 3px 10px !important;
    text-align: center !important;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0 !important;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0 !important;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px !important;
}

.wp-caption img {
    border: 0 none !important;
    height: auto !important;
    margin:0 !important;
    max-width: 98.5% !important;
    padding:0 !important;
    width: auto !important;
}

.wp-caption p.wp-caption-text {
    font-size:11px !important;
    line-height:17px !important; 
    margin:0;
    padding:0 4px 5px;
    margin-bottom: 0px !important;
}






/* CONTACT FORM*/
.form-control {
  display: block;
  width: 90%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.wpcf7-submit {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -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: 4px;
   color: #fff;
  background-color: #00923f;
  border-color: #00923f;
}
.wpcf7-submit:focus,
.wpcf7-submit:active:focus,
.wpcf7-submit.active:focus,
.wpcf7-submit.focus,
.wpcf7-submit:active.focus,
.wpcf7-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit.focus {
  color: #FFF;
  text-decoration: none;

}
.wpcf7-submit:active,
.wpcf7-submit.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
