
.tel_directory_wrap {
    margin-top: 15px;
}

.top_search {
    display: flex;
}
.tel_directory_wrap input, .tel_directory_wrap select {
    width: 100%;
    padding: 8px 10px;
    border: 2px solid #ccc;
    transition: border-color .25s ease;
    border-radius: 3px;
    font-size: 15px;
    box-sizing: border-box;
    height: 42px;
    -webkit-appearance: none;
    margin: 0 10px 0 0;
    flex-grow: 1;
}

.tel_directory_wrap .btn {
    width: 50%;
    background-color: #02aae9;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
    text-align: center;
    border-radius: 3px;
    white-space: nowrap;
    flex-grow: 1;
}
.tel_directory_wrap .btn:hover {
    background: #0269e9;
}

.tel_directory_wrap .alpha_wrap {
    padding: 0;
    border-radius: 0 0 7px 7px;
    text-align: center;
    margin: 15px 0 0;
}
.tel_directory_wrap .alpha_wrap li {
    display: inline-block;
    margin: 3px 4px;
    font-size: 15px;
    font-weight: bold;
}
.tel_directory_wrap .alpha_wrap li a {
    padding: 6px 2px;
    transition: all 0.5s;
    color: #2693c8 !important;
}

.tel_directory_wrap .business_lists {
    margin-top: 20px;
}
.tel_directory_wrap .business_lists .item {
    width: 683px;
    padding: 15px;
    border: solid 1px #b2b2b2;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 25px 0;
}
.tel_directory_wrap .business_lists .image_wrap {
    width: 15%;
    height: 75px;
    float: left;
    /*background: #dddddd;*/
    overflow: hidden;
}
.tel_directory_wrap .business_info {
    width: 422px;
    float: left;
    margin: 0 15px 0 15px;
}
.tel_directory_wrap .business_info .company_name {
    color: #000 !important;
    font-size: 18px;
    font-weight: bold;
}
.tel_directory_wrap .business_info .loc {
    margin: 8px 0;
    color: #000;
    font-size: 13px;
}
.tel_directory_wrap .business_info .loc:before {
    content: "";
    width: 13px;
    height: 18px;
    background-image: url(../../../business_directory/loc.svg);
    display: inline-block;
    background-size: 12px;
    /* background-size: contain; */
    background-repeat: no-repeat;
    margin: 0 2px -5px 0;
}
.tel_directory_wrap .more_info {
    width: 111px;
    float: left;
    border-left: solid 1px #b2b2b2;
    padding: 0 0 0 15px;
}
.tel_directory_wrap .more_info_btn {
    width: 90px;
    /* float: left; */
    background: #02aae9;
    padding: 10px;
    display: inline-block;
    /* margin-right: 5px; */
    color: #FFF !important;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
}
.tel_directory_wrap .business_info .links {
    /*width: auto;*/
    margin-top: 10px;
    position: relative;
    display: inline-block;
}
.tel_directory_wrap .business_info .links a {
    background: #02aae9;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 5px;
    color: #FFF !important;
    border-radius: 3px;
}
.tel_directory_wrap .business_info .links a.call:before {
    content: "";
    display: block;
    float: left;
    width: 16px;
    height: 15px;
    background: url(../../../business_directory/phone.svg);
    margin: 0;
    background-repeat: no-repeat !important;
    background-size: 15px;
}
.tel_directory_wrap .business_info .links a.email:before {
    content: "";
    display: block;
    float: left;
    width: 16px;
    height: 13px;
    background: url(../../../business_directory/mail.svg);
    margin: 2px 3px 0 0;
    background-repeat: no-repeat !important;
    background-size: 15px;
}
.tel_directory_wrap .business_info .links a.website:before {
    content: "";
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    background: url(../../../business_directory/website.svg);
    margin: 0 3px 0 0;
    background-repeat: no-repeat !important;
    background-size: 14px;
}
.tel_directory_wrap .business_info .links a.share:before {
    content: "";
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    background: url(../../../business_directory/share.svg);
    margin: 0 3px 0 0;
    background-repeat: no-repeat !important;
    background-size: 14px;
}
.tel_directory_wrap .service_list .capsule {
    color: #b2b2b2;
    margin-right: 3px;
}
.tel_directory_wrap .service_list {
    display: inline-block;
    margin: 15px 0 0;
}
.tel_directory_wrap .service_list li {
    width: 218px;
    padding: 0;
    border: 0;
    margin: 4px 0;
    float: left;
    list-style: none;
}
.tel_directory_wrap .more_info .rating {
    width: 100%;
    display: inline-block;
    height: auto;
    margin-bottom: 3px;
}
.tel_directory_wrap .more_info .rating .star {
    width: 18px;
    height: 20px;
    margin: auto;
    display: inline-block;
}
.tel_directory_wrap .more_info .rating .star:before {
    content: "";
    display: block;
    float: left;
    width: 19px;
    height: 20px;
    background: url(../../../business_directory/star_default.svg);
    margin: 0;
    background-repeat: no-repeat !important;
    background-size: 20px;
}
.star.full:before {
    background: url(../../../business_directory/star_full.svg) !important;
}
.star.half:before {
    background: url(../../../business_directory/star_half.svg) !important;
}
.tel_directory_wrap .more_info .no_rating {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 10px 0;
}
.tel_directory_wrap .more_info .review {
    color: #0083c3 !important;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

/*INNER*/

.tel_directory_wrap .business_lists .item.inner .image_wrap {
    width: 200px;
    height: 150px;
    float: left;
    /*background: #dddddd;*/
    overflow: hidden;
}
.tel_directory_wrap .item.inner .business_info {
    width: 453px;
    float: left;
    margin: 0 15px;
    border: 0;
}
.tel_directory_wrap .item.inner .business_info .links a {
    background: #02aae9;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 5px;
    color: #FFF !important;
    border-radius: 3px;
    font-size: 17px;
}
.tel_directory_wrap .item.inner .business_info .links a.email:before {
    width: 21px;
    height: 15px;
    margin: 4px 6px 0 0;
    background-size: 20px;
}
.tel_directory_wrap .item.inner .business_info .links a.call:before {
    width: 20px;
    height: 19px;
    margin: 2px 2px 0 0;
    background-size: 18px;
}
.tel_directory_wrap .item.inner .business_info .links a.website:before {
    width: 20px;
    height: 19px;
    margin: 2px 2px 0 0;
    background-size: 18px;
}
.tel_directory_wrap .item.inner .business_info .company_name {
    color: #000 !important;
    font-size: 25px;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
}
.tel_directory_wrap .item.inner .business_info .loc {
    margin: 15px 0;
    color: #000;
    font-size: 15px;
}
.tel_directory_wrap .item.inner {
    /*border-radius: 5px 5px 0 0 !important;*/
    margin: 0 0 10px 0
}
.tel_directory_wrap .item.inner .box {
    margin-bottom: 20px;
}
.tel_directory_wrap .item.inner .title {
    font-size: 17px;
    border-bottom: solid 1px #d5d5d5;
    padding: 10px 0;
    margin-bottom: 15px;
}
.tel_directory_wrap .item.inner p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 22px;
}
.tel_directory_wrap .item.inner .photo_wrap .pic {
    width: 125px;
    height: 125px;
    background: #e1e1e1;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.tel_directory_wrap .item.inner .photo_wrap .pic:nth-child(5n+0) {
    margin-right: 0;
}
.tel_directory_wrap .item.inner .service_list li {
    /*width: 227px;*/
    padding: 0;
    border: 0;
    margin: 4px 0;
    float: left;
    font-size: 15px;
    line-height: 22px;
}
.tel_directory_wrap .item.inner .box a {
    color: #0083c3;
}
.tel_directory_wrap .item.inner .box .links a {
    background: #fedb00;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 5px;
    color: #000 !important;
    border-radius: 3px;
    font-size: 15px;
}
.tel_directory_wrap .item.inner .business_info .links a.share:before {
    width: 20px;
    height: 19px;
    margin: 2px 2px 0 0;
    background-size: 18px;
}

.tel_directory_wrap .item.inner .rating {
    width: 100%;
    display: inline-block;
    height: auto;
    /*margin: 20px 0;*/
}
.tel_directory_wrap .item.inner .rating .star {
    width: 18px;
    height: 20px;
    margin: auto;
    display: inline-block;
}
.tel_directory_wrap .item.inner .rating .star:before {
    content: "";
    display: block;
    float: left;
    width: 19px;
    height: 20px;
    background: url(../../../business_directory/star_default.svg);
    margin: 0;
    background-repeat: no-repeat !important;
    background-size: 20px;
}
.tel_directory_wrap .item.inner .rating.top {
    margin: 20px 0 0 0 !important;
}
.tel_directory_wrap .item.inner .star.full:before {
    /*background: url(../../../business_directory/star_full.svg) !important;*/
}
.tel_directory_wrap .item.inner .rate_title {
    float: left;
    margin: 0px 10px 0 0;
    font-size: 15px;
}
.tel_directory_wrap .item.inner .service_list {
    display: inline-block;
    margin: 0;
}

/*NEW RATING*/

.rating-list {
  clear: both;
  float: left;
  /*margin: 3rem;*/
}

.rating-list ~ .form-list {
  clear: both;
}

.rating-field {
  margin-bottom: 0.5em;
}

.star-rating {
  display: block;
  height: 23px;
  float: right;
  color: transparent;
  background: transparent url(../../../business_directory/rating_star.png) 0 100% no-repeat;
  position: relative;
  width: 25px;
  clear: initial;
  cursor: pointer;
  margin: 0;
}
.star-rating:before {
  z-index: 10;
  position: absolute;
  width: 0;
  height: 23px;
  content: "";
  background: transparent url(../../../business_directory/rating_star.png) 0 0 no-repeat;
  top: 0;
  left: 0;
}
.tel_directory_wrap .item.inner .rating .star-rating:hover:before {
  width: 100%;
}

.tel_directory_wrap .item.inner .rating input[type=radio].rating-radio {
  position: absolute;
    margin: 0;
    z-index: -1;
    visibility: hidden;
    width: auto;
    height: 26px;
}

.rating-radio--1:checked ~ .star-rating:before {
  width: 100%;
}

.rating-radio--2:checked ~ .star-rating:before {
  width: 100%;
}

.rating-radio--3:checked ~ .star-rating:before {
  width: 100%;
}

.rating-radio--4:checked ~ .star-rating:before {
  width: 100%;
}

.rating-radio--5:checked ~ .star-rating:before {
  width: 100%;
}

.rating-list .star-rating:hover:before,
.rating-list .star-rating:hover ~ .star-rating:before {
  width: 100%;
}
label.reset_btn {
    width: auto;
    padding: 4px 15px;
    line-height: 0;
    height: 20px;
    font-size: 12px;
    border: 0;
    float: right;
    display: block;
    height: 23px;
    color: transparent;
    position: relative;
    clear: initial;
    cursor: pointer;
    margin: 0;
}
label.reset_btn input[type="reset"] {
    width: auto;
    /*padding: 0;*/
    line-height: 0;
    height: 20px;
    font-size: 12px;
    border: 0;
    cursor: pointer;
    color: #999;
    font-style: italic;
    background: transparent;
}
.rated {
    display: inline-block;
}
.star-rated {
    display: block;
    height: 23px;
    float: left;
    color: transparent;
    background: transparent url(../../../business_directory/rated_star.png) 0 100% no-repeat;
    background-size: 20px;
    position: relative;
    width: 20px;
    clear: initial;
}
.tel_directory_wrap .more_info .no_rating {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 10px 0;
}
.tel_directory_wrap .more_info .review {
    color: #0083c3 !important;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.review_list ul li {
    margin: 0 0 5px 10px;
    border-bottom: solid 1px #ffdca0;
    padding: 5px 0;
    list-style: none;
}
.review_list .title {
    margin: 20px 0 10px;
}
.review_list .image {
    width: 30px;
    height: 30px;
    /* background: red; */
    display: inline-block;
    float: left;
    border-radius: 30px;
}
.review_list .name_wrap {
    display: inline-block;
    margin: 0 10px;
}
.review_list .name {
    font-size: 12px !important;
    margin: 0 !important;
}
.review_list .time {
    font-size: 12px !important;
    color: #979797;
    margin: 0 !important;
}
textarea.reviews_text {
    width: 100%;
    max-width: 683px;
    padding: 8px 10px;
    border: 2px solid #ccc;
    transition: border-color .25s ease;
    border-radius: 3px;
    font-size: 15px;
    box-sizing: border-box;
    height: 120px;
    -webkit-appearance: none;
    margin: 0 10px 0 0;
    flex-grow: 1;
}
.writeup p {
    margin: 10px 0;
    font-size: 14px !important;
    line-height: 20px !important;
}
.reviews_btns {
    margin-top: 10px;
}
.reviews_btns .post_btn {
    background-color: #0269e9;
    color: #fff !important;
    padding: 7px 20px 7px;
    display: inline-block;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.reviews_btns .post_btn:hover, .tel_directory_wrap .btn:hover {
    background-color: #0291c6;
}
.tel_directory_wrap .item.inner .rating {
    width: 100%;
    display: inline-block;
    height: auto;
}
.leave_review .rating {
    margin-bottom: 10px;
}
.review_list .pagination_bar{
    width: 100%;
}

/**/
.map_wrap iframe{
    width: 100%;
}

.inner .popover_share {
    right: -113px;
}
.inner .popover_share:before {
    left: -20px;
    top: 5px;
}
.popover_share {
    width: 80px;
    visibility: hidden;
    position: absolute;
    top: 0em;
    right: -87px;
    z-index: 1;
    border: 0;
    position: absolute;
    background: #02aae9;
    padding: 5px 0;
    border-radius: 3px;
}
.popover_share:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 3px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 12px solid #02aae9;
}
a.share {
    position: relative;
}
.popover_share:hover{
    visibility: visible;
}
a.share:hover~.popover_share {
    visibility: visible;
}

.pagination_bar .pagination a {
    border: 1px solid #beebfc; 
    background: #d2f3ff;
    display: inline-block;
    padding: 6px 12px;
    margin-left: 3px;
    border-radius: 3px;
    font-size: 15px;
}
.pagination_bar .pagination .current {
    background: #d2f3ff;
    border: 2px solid #02aae9;
    display: inline-block;
    padding: 6px 12px;
    margin-left: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
}
.pagination_bar .pagination .disabled {
    border: 0;
    background-color: #fff;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    color: #808080;
    background: #e5e5e5;
    display: inline-block;
    padding: 6px 12px;
    margin-left: 3px;
    border-radius: 3px;
    font-size: 15px;
}