.portfolio_paging, .portfolio_paging_loading {
    margin: 0px 0 0;
  }


.load_more a:hover {
  color: #ffffff;
background-color: #4f9743;
}

.load_more a{
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    border-width: 0px;
}

.q_list.circle ul>li, .q_list.number ul>li {
    margin: 0 0 5px;
}



.two_columns_33_66>.column1 {
    width: 50%;
    float: left;
}

.two_columns_33_66>.column2 {
    width: 50%;
    float: right;
}

.two_columns_75_25 {
    width: 120%;
}

.widget widget_nav_menu{
width: 100px;
}

aside.sidebar .widget h4 {
    width: 76px;
}

.field-wrap>div input, .field-wrap select, .field-wrap textarea {
    width: 75%!important;
}

.field-wrap input[type=button], .field-wrap input[type=submit] {
    background-color: #c02032;
    border-color: #c02032;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    width: 20%!important;
}

.nf-form-fields-required {
    padding-bottom: 15px;
}



@media (max-width: 600px) {

.two_columns_33_66>.column1 {
    width: 100%;
}

.two_columns_33_66>.column2 {
    width: 100%;
}

.two_columns_75_25 {
    width: 100%;
}

aside.sidebar .widget h4 {
    width: 150px;
}

.q_logo img {   
    height: 50px !important;
}

}

