body.inner .inner-content p {
    text-align: justify;
}
.widget_wysija_cont .wysija-submit, .wp-polls .Buttons , .forms-button input {
    display: block;
    margin-top: 20px;
    background-color: #934548;
    border: none;
    border: 1px solid rgba(147, 69, 72, .3);
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.571;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .5px;
     -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.widget_wysija_cont .wysija-submit:hover, .wp-polls .Buttons:hover, .forms-button input:hover {
    background-color: #733739;
    color: #fff;

}
.forms-button input {
    width: inherit;
}
input.wysija-input {
    width: 100%;
    padding: 5px;
    border: 1px solid rgba(147, 69, 72, .3);
    border-radius: 3px;
}
.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
    background-color: transparent;
    border: 1px solid rgba(147, 69, 72, .3);
}
.wp-polls, .wp-polls-form {
    margin-top: 30px;
}
.wp-polls .wp-polls-title strong  {
    font-size: 20px;
    color: #934548;
    font-family: "Montserrat", sans-serif;
}
.wp-polls IMG, .wp-polls LABEL, .wp-polls-loading IMG, .wp-polls-image IMG{
     margin-left: 10px; 
    font-weight: 100;
}
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li, .wp-polls-ans p{
    text-align: left;
    background-image: none;
    display: block;
    color: #934548;
    font-weight: 100;
    padding: 3px;
}
.forms-label{
    color:#934548;
    font-family: "Roboto", sans-serif;
}
.forms-label input, .forms-label select, .forms-label textarea{
    border: 1px solid rgba(147, 69, 72, .3);
    width: 70% !important;
    outline: none;
    font-weight: 100;
    padding: 5px;
    color: #363233;
}
.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}
.gfield_description.validation_message{
    display: none;
}
.gfield_checkbox label{
    font-weight: 100;
}
.forms-label label{
    width:100%;
}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
    border: 1px solid rgba(147, 69, 72, .3);
}
.forms-label input[type='checkbox'] {
    width: 20px;
}
.forms-label span{
    margin:0;
}
.all-form{
    margin-top:20px;
}
/*
.ask-form .forms-label input, .forms-label select, .forms-label textarea{
    width: 100%;
}*/
.map-city a:hover {
	background: #603032;
	font-size: 12px;
	color: #fff;
	padding: 5px;
}

.map-city a {
	transition: 0.3s linear all;
}
.navbar-right{
    display: none;
}
.dropdown-menu>li>a:hover {
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    transition: 0.3s linear all;
}
.main-new-text .more a:hover::after {
    content: url(../img/right-arrow-red.png);
    padding: 0 13px;
}
.main-new-text .more a:after , .sub-menu.dropdown-menu, a:hover{

    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    transition: 0.2s linear all;
}
.dropdown-menu>li>a {
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    padding: 3px 30px;
    border-bottom: 1px dotted #eee;
}
/*TABLES*/

.table td, .table th {
    padding: 0;
    min-width: 30%;
    float: left;
    text-align: left;
    border-top: none !important;
}
.table tr {
    width: 100%;
    border-top: 1px solid #ddd;
}
td, th {
    padding: 10px;
}

table{
    width: 100%;
}
li.lang-item{
    display: none;
}
.search-result h2 span{
    font-size: 20px;
    font-style: italic;
    font-weight: 100;
}
.search-result ul{
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.search-result h1, .search-result h2, .search-result h3, .search-result h4{
    margin:0;
}
span.content-result {
    background-color: rgba(0,0,0,0.2);
}
@media (max-width: 580px) {
    body.inner .inner-content .media-img img {
         width: 100%; 
    }
    body.inner .inner-header-img h1 {
        font-size: 36px;
    }
    .forms-label input, .forms-label select, .forms-label textarea{
        width: 100% !important;
    }
}