.text-center {
    text-align: center;
    margin: 0;}
.cmbd_dashicons {
    margin-right: 5px;
}
.cmbd_google_map {
    margin-bottom: 30px !important;
}
.cmbd_business_image{
    margin-bottom: 30px;
}
.cmbd_related_business_image{
    height: 150px;
}
.cmbd_add_link_ico{
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    -webkit-transition: color .1s ease-in 0;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cmbd-business-pitch-label{
    font-weight: normal;
    font-size: 14pt;
    margin-bottom: 1px;
	line-height: 120%; 
	font-family: Arial;
}

.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

body {
    font-family: 'Varela Round', sans-serif; }

.list-unstyled {
    padding: 0;
}
.list-unstyled li {
    list-style: none; }

.list-inline li {
    display: inline-block;
    margin-right: 15px; }

.img-responsive {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    height: auto;
    display: block; }

.business-container {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    box-sizing: border-box; }

.business-container .cmbd_content_block {
    margin-top: 12px;
}
.business-title {
    font-size: 24px;
    font-weight: bold;
	line-height: 24px;}
	 

.business-info-blocks li {
    padding: 5px;
    border: 1px solid #d9d9d9;
    color: gray;
    border-radius: 3px;
    font-size: 13px; }
.business-info-blocks li i {
    margin-right: 5px; }


.business-info {
    margin-top: 0px;
}

.business-aside {
    width: 30%;
    float: left;
    margin-top: 0px;
}

.cmbd-cat {
    background:darkgrey;
    color:white !important;
    border: 1px solid;
    border-radius: 25px;
    padding:6px;
    font-weight:700;
}

.cmbd-tag {
    background:darkgrey;
    color:white !important;
    border: 1px solid;
    border-radius: 25px;
    padding:6px;
    font-weight:700;
}

.cmbd-business-pitch-label {
    margin-bottom: 8px;
}

.business-info-text {
    width: 70%;
    float: right;
    /* word-break: break-all; */
    padding: 0 0 0 50px;
    box-sizing: border-box;
    text-align: justify;
    overflow: hidden;
}
.business-info-text h2 {
    font-weight: normal;
    margin-top: 0; }
.business-info-text p {
    font-size: 18px; }

.business-widget {
    background: #2e3641;
    color: #fff;
    padding: 0px;

}
.business-widget h3 {
    margin-top: 0; }
div.business-widget ul li:first-child{
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
div.business-widget ul li:last-child{
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

div.business-widget ul li{
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.business-widget li {
    margin-bottom: 0px; }
.business-widget a {
    color: #fff;
    text-decoration: none; }
.business-widget a i {
    margin-right: 5px; }

div.cmbd_related_businesses{
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: auto;
}

div.cmbd_over_related{
    margin-top: 30px;
    margin-bottom: 30px;
}

div.cmbd_under_related{
    margin-top: 30px;
}
.business-related {
    clear: none;
    vertical-align: top;
    width: 150px;
    padding: 0 0 5px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    margin: 0 15px 15px ;
    position: relative;}
.business-related img {
    max-width:100%;
    max-height:100%;
    margin: 2px auto;
    display:block;
}
.business-related a {
    color: gray;
    text-decoration: none; }
.business-related h5 {
    position:absolute;
    text-align: center;
    width: 100%;
    bottom: 5px;
    z-index:2;
    margin: 5px 0 0; }
.business-related:hover {
    background: #f4f4f4; }

@media screen and (max-width: 767px) {
    .business-aside {
        float: right;
        width: 100%; }

    .business-info-text {
        width: 100%;
        padding: 0;
        float: left;
        margin-bottom: 15px; } }
@media screen and (max-width: 410px) {
    .business-related {
        max-width: 130px;
        margin: 0 0 15px 0; } }
