﻿.accordion_holder.accordion h5.ui-state-active>span, .accordion_holder.accordion h5:hover>span {
    background-color: #f47916;
}

.title.loaded h1, .title.loaded .subtitle {
    color: #fff;
    text-shadow: #000 2px 2px 2px;
}

.campo-nome { width:250px; border-radius:20px; padding-left:10px ;
}

.campo-ramo { width:250px; border-radius:20px; padding-left:10px ; font-size: 15px;
}

.checkbox { font-size: 14px;
}

.campo-telefone { width:200px; border-radius:20px ;
}

.campo-cidade { width:174px; border-radius:20px ;
}

.campo-estado { width:100px; border-radius:20px ;
}

.campo-cep { width:100px; border-radius:20px ;
}

.campo-rg { width:100px; border-radius:20px; padding-left:10px ;
}

.campo-uf { width:30px; border-radius:20px; padding-left:10px ;
}

.campo-texto { width:100%; border-radius:20px;
}

.campo-texto2 { width:70%; border-radius:20px;
}

.footer_top {
    padding: 0px 0 0px 0;
    line-height: 20px;
}

.drop_down .second .inner2 ul li a, .drop_down .second .inner2 ul li.sub ul li a, .drop_down .second .inner2 ul.right li.sub ul li a {
    display: block;
    height: auto;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    line-height: 37px;
    font-weight: 500;
    color: #738298;
    background: 0;
    margin: 0;
    padding: 0 0px 0 5px;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
}

#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 70%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.footer_bottom {
    background-color: #ffffff;
    font-size: 14px;
    height: 50px;
}

span.wpcf7-list-item { display: block; }

.button.large.with_arrow2 {
    padding: 0 48px 5px;
    margin-top: 8px;
    margin-left: 80px;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    display: block;
}