@import 'https://fonts.googleapis.com/css?family=Dosis:400,500,700';

body, html {
  height: 100%;
  width: 100%;
}
body {
    background: #FFF;
    font-family: 'Dosis', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    color: #333;
}
h1 {
    color: #ED6E27;
}
a {
    color: #35333E;
}
::-webkit-input-placeholder {
    color: #AAA9B3 !important;
    font-family: 'Dosis', sans-serif;
}
:-mo-placeholder {
    color: #AAA9B3 !important;
    font-family: 'Dosis', sans-serif;
}
::-moz-placeholder {
    color: #AAA9B3 !important;
    font-family: 'Dosis', sans-serif;
}
:-ms-input-placeholder {
    color: #AAA9B3 !important;
    font-family: 'Dosis', sans-serif;
}
input:focus, select:focus {
    outline: none;
}
.header {
    position: absolute;
    width: 100%;
    background: rgba(47,42,62,0.9);
    color: #FFF;
}
.header_loginmenu {
    float: right;
    margin: 10px 0 20px 0;
}
.header_loginmenu li {
    display: inline-block;
}
.header_loginmenu li a {
    text-transform: uppercase;
    color: #373541;
    font-size: 0.8rem;
    background: #d8d6e3;
    padding: 5px 10px;
}
.signup {
    background: #ED6E27 !important;
    color: #FFF !important;
}
.header_loginmenu i {
    position: relative;
    top: 7px;
    font-size: 2rem;
    margin-left: 0;
}
.logo {
    padding: 5% 0;
}
.search {
    color: #FFF;
    padding: 250px 0 400px 0;
}
.home_bg {
    background: url("../images/bcloud_bg.jpg") no-repeat center top;
    background-size: cover;
}
.search h1 {
    margin-bottom: 5%;
}
.results {
    background: url("../images/bcloud_results_bg.jpg") no-repeat center top;
}
.results .header_loginmenu li a {
    background: transparent;
    color: #FFF;
    font-size: 0.9rem;
    padding: 0 10px 0 0;
}
.notification i {
    font-size: 2rem !important;
    padding-right: 8px;
}
.notification_number {
    background: #ED6E27;
    padding: 0.2rem 0.5rem;
    font-size: 0.65rem;
    position: absolute;
    z-index: 1000;
    border-radius: 20px;
    margin-top: -2px;
    margin-left: 20px;
}
.user {
    color: #ED6E27 !important;
}
.search_results {
    padding: 170px 0 50px 0;
}
.search_title {
    text-transform: uppercase;
    color: #373541;
    font-weight: 700;
    font-size: 1.4rem;
    position: relative;
    top: 0px;
    margin: 0;
    padding: 0;
}
.query_field_name input[type=text],
.query_field_location input[type=text] {
    background-color: #FFF;
    border: 1px solid #CCC;
    font-size: 1rem;
    color: #666;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    box-shadow: none !important;
}
.search select {
    border: 0;
    color: #666;
}
.search_column {
    padding: 0 0.3rem;
}
.serch_form_container .button {
    border: 0;
    padding: 15px 45px 15px 15px;
    text-transform: uppercase;
    font-size: 1.4rem;
    background: url("../images/gobtn.png") no-repeat;
    background-size: cover;
    font-family: 'Dosis', sans-serif;
    position: relative;
    top: -12px;
    margin-bottom: 0;
    display: block;
}
.custom-dropdown-area {
    margin-bottom: 0;
}
.home_content {
    padding: 3% 5%;
    background: #FFF;
}
.home_content p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
}
.content {
    color: #666;
}
.content .columns {
    padding: 0;
}
.listing_result {
    padding: 2% 0;
    border-bottom: 1px solid #b0afba;
}
.listing_result:first-child {
    border-top: 1px solid #b0afba;
}
.listing_title {
    color: #FFF;
    background: #35333E;
    margin: 0 !important;
}
.listing_title h3 {
    color: #FFF;
    padding: 8% 0 0 8%;
}
.listing h3 a {
    text-decoration: underline;
}
.listing_info {
    background: #F9F9FA;
    padding: 8% 0 2% 8% !important;
}
.listing_about {
    padding: 2rem 0 1rem 0;
    margin-bottom: 3rem;
    border-bottom: 1px solid #CECEDB;
}
.listing_social ul {
    margin: 0 auto !important;
    max-width: 100%;
}
.google_maps {
    line-height: 0;
}
.google_maps iframe {
    height: 280px;
}
.overlay {
   background: transparent;
   position: relative;
   width: 100%px;
   height: 280px; /* your iframe height */
   top: 280px;  /* your iframe height */
   margin-top: -280px;  /* your iframe height */
}
#container > li {
    padding: 0 8px;
}
.listing_social_item {
    border: 1px solid #CCC;
    margin-bottom: 5%;
}
.listing_social_item p {
    padding: 15px 15px 5px 15px;
}
.listing_social_img {
    margin: 5px;
    min-height: 100px;
}
.listing_social_info {
    background: #35333E;
    color: #FFF;
    font-size: 0.85rem;
    padding: 0.5rem;
}
.listing_social_info i {
    font-size: 1rem;
    padding-right: 0.5rem;
}
.btn_change_search {
    background: #ED6E27;
    color: #FFF;
    cursor: pointer;
    padding: 15px 30px;
    font-size: 1.5rem;
    text-align: center;
    max-width: 300px;
    margin: 3% auto;
}
.content .listing_icon {
    text-align: center;
    font-size: 1.5rem;
    padding-top: 2%;
}
.content .listing_icon i {
    font-size: 2.5rem;
}
.footer {
    background: #b0afba;
    color: #FFF;
    padding: 1% 0;
    text-align: center;
    font-size: 1.5rem;
}
.footer p, .footer ul {
    display: inline;
}
.footer_menu li {
    display: inline-block;
    padding-right: 20px;
}
.zero_padding {
    padding-left: 0;
    padding-right: 0;
}
.search_fields {
    padding-left: 0 !important;
}
#select-select_location {
    top: 3px !important;
}
#select-select_business {
    top: 3px !important;
}
.results .notification {
    background: transparent;
    color: #FFF;
    font-size: 1.5rem !important;
}

@media only screen and (max-width: 480px) {
    .logo img {
        width: 85%;
        margin-top: 5%;
    }
    h1 {
        font-size: 1.50rem;
    }
    .home_content h2 {
        font-size: 1.3rem;
        margin-top: 5%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
    h1 {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 641px) {
    .query_field_location {
        padding-left: 0 !important;
    }
    .serch_form_container .button {
        max-width: 100px;
        padding: 12px 45px 15px 15px;
        top: -4px;
        font-size: 1.5rem;
        margin: 15px auto 0 auto;
    }
    .custom-dropdown-area {
        min-width: 100% !important;
    }
    .footer_content p {
        text-align: center;
    }
    .footer_content ul {
        display: block;
        margin: 0;
        padding: 0;
        margin-top: 2%;
    }
    .footer_menu li {
        display: block;
        border-top: 1px solid #CCC;
        padding: 2% 0;
    }
}

/* small only - max-width 640px */
@media only screen and (max-width: 40em) {
    .logo {
        width: 8rem;
    }
    .menu_container {
        padding-left: 0;
    }
    .header_loginmenu li {
        padding-left: 8px;
    }
    .search {
        color: #FFF;
        padding: 150px 0 200px 0;
    }
    .serch_form_container {
        padding: 0 1rem;
    }
    .search_results {
        padding: 90px 0 20px 0;
    }
    .listing {
        padding: 1.5rem 1rem !important;
    }
    .listing p {
        margin-bottom: 0;
    }
    .content .listing_icon {
        text-align: left;
        margin-bottom: 1.5rem;
    }
    .content .listing_icon i {
        font-size: 1.4rem;
        padding-left: 1rem;
    }
    .btn_change_search {
        margin:  8% auto;
    }
    .listing_about {
        padding: 1rem 0;
    }
    .listing_title h3 {
        color: #FFF;
        padding: 5% 0 0 8% !important;
    }
    .listing_review {
        padding-left: 8% !important;
    }
    .listing_social_item {
        margin-bottom: 3%;
    }
    .listing_social_img {
        margin: 5px;
    }
    .zero_padding {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .go_button {
        position: relative;
        padding: 0;
        top: 40px;
    }
    .custom-dropdown-area {
        margin-bottom: 15px;
    }
}

/* medium up - min-width 641px */
@media only screen and (min-width: 641px) {
    .home_content p {
        font-size: 1rem;
        line-height: 1.8rem;
        font-weight: normal;
    }
    .home_content {
        padding: 4% 5%;
    }
    .logo {
        width: 8rem;
    }
    .header_loginmenu {
        margin: 5% 0 5% 0;
    }
    .header_loginmenu li {
        display: inline-block;
        margin-left: 10px;
    }
    .header_loginmenu li a {
        text-transform: uppercase;
        color: #373541;
        font-size: 1.2rem;
        background: #d8d6e3;
        padding: 5px 15px;
    }
    .header_loginmenu i {
        position: relative;
        top: 5px;
        font-size: 2.4rem;
        margin-left: 2%;
    }
    .search_title {
        text-align: left;
    }
    .listing_about {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .listing_review {
        text-align: right;
        padding: 3% 5% 0 0 !important;
    }
    .listing_review i {
        color: #ED6E27;
    }
    .listing_info_container {
        border: 1px solid #E5E5E6;
        background: #F9F9FA;
    }
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
    h1 {
        font-size: 2.5rem;
    }
    .search_title {
        font-size: 1rem;
    }
    .serch_form_container {
        padding: 0 2rem;
    }
    .serch_form_container .button {
        max-width: 100px;
        padding: 12px 45px 15px 15px;
        top: -4px;
        font-size: 1.5rem;
        margin: 15px auto 0 auto;
    }
    .search_results {
        padding: 120px 0 20px 0;
    }
    .listing_result {
        padding: 0 1rem;
    }
    .listing {
        padding: 1.5rem 1rem !important;
    }
    .btn_change_search {
        margin:  5% auto;
    }
    .listing_title h3 {
        font-size: 1.3rem;
    }
    .zero_padding {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .go_button {
        position: relative;
        padding: 0;
        top: 30px;
    }
    .content .listing_icon {
        padding-top: 5%;
    }
    .custom-dropdown-area {
        margin-bottom: 15px !important;
    }
}
/* large up -  min-width 1025px */
@media only screen and (min-width: 64.063em) {
    .home_content {
        padding: 3% 0 5% 0;
    }
    .search_results {
        padding: 170px 0 50px 0;
    }
    .listing_title_pointer {
        width: 50px;
        height: 34px;
        background: url("../images/gobtn.png") no-repeat;
        background-size: cover;
        display: block;
        position: absolute;
        z-index: 1000;
        top: 25px;
        left: -20px;
    }
    .listing_title h3 {
        color: #FFF;
        padding: 6% 0 0 14%;
    }
    .listing_social_img {
        margin: 5px;
        height: 130px;
    }
    .large_img {
        height: 230px;
    }
}
