.grlgen-wrap{
    margin-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
}

.grlgen-wrap .page-title{
    margin-bottom: 25px;
    font-size: 48px;
    font-weight: 900;
    color: #2a3644;
}

.grlgen-wrap .search-boxarea {
    background: #283643;
    padding: 15px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
}

.grlgen-wrap .search-name {
    width: 100%;
    float: left;
    margin-right: 21px;
}

.grlgen-wrap .search-name input {
    width: 100%;
}
.grlgen-wrap .search-boxarea input {
    height: auto !important;
    padding: 10px 10px 10px 55px;
    border-radius: 5px;
    border: 0px;
    float: left;
    margin-right: 21px;
    font-size: 24px;
    background-image: url(../images/input_back.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

.grlgen-wrap #autocomplete {
    width: 100%;
}

.grlgen-wrap .desc-area{
    margin-top: 25px;
}

.grlgen-wrap .google-map{
    visibility: hidden;
    width:100%;
    height: 300px;
    margin-top:30px;
    border: 1px solid #333333;

}

/* Customize Google Place autocomplete box */
.pac-container{
    border-radius: 5px;
}

.pac-item{
    padding:10px;
    font-size: 16px !important;
}

.pac-item-query{
    font-size: 20px !important;
}

.pac-icon {
    width: 35px !important;
    height: 32px !important;
    margin-top: 0px;
    background-image: url(../images/place_icon.png) !important;
    background-size: 35px 32px !important;
}

.pac-icon-marker {
    background-position: 0 0;
}

.pac-item-selected .pac-icon-marker {
    background-image: url(../images/place_icon_selected.png) !important;
    background-position: 0 0;
}

/* Result */
.grlgen-wrap .result-wrap{
    display: none;
    margin-bottom: 50px;
}

.grlgen-wrap .business-name,
.grlgen-wrap .title{
    font-weight: bold;
    color: #283643;
    margin-right: 15px;
}

.grlgen-wrap .business-info,
.grlgen-wrap .fivestar-review-wrap,
.grlgen-wrap .open-review-box-wrap,
.grlgen-wrap .open-review-list-wrap,
.grlgen-wrap .googleid-wrap{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #283643;
}

.grlgen-wrap .buttons{
    margin-top:5px;
    margin-bottom: 5px;
}

.grlgen-wrap .buttons a{
    display: inline-block;
    padding: 3px 20px;
    background-color: #283643;
    color: #FFF;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 10px;
}

.grlgen-wrap a.copyurl-button{
    padding: 3px 15px;
    cursor: pointer;
}

.grlgen-wrap .shorturl,
.grlgen-wrap .lrd{
    margin-top: 10px;
}

.grlgen-wrap .website,
.grlgen-wrap .long-url,
.grlgen-wrap .short-url{
    color: #AAAAAA;
}

.grlgen-wrap .googleid{
    margin-bottom: 15px;
}