/*
Theme Name: Bizcon Child
Description: Child theme for Bizcon
Author: zozothemes
Template: bizcon
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

.zozo-footer-nav.navbar-nav > li:after
{
	display:none;
}

.footer-copyright-section p, .zozo-footer-nav.navbar-nav > li > a
{
	color: #6b6b6b;
}

/********** [code for the footer menu]*************************/

.bottomMenu { display: block; width:960px;}
.bottomMenu ul { display:inline; float:right;}
.bottomMenu li { list-style-type: none; display: inline; font-size: 12px; }
.bottomMenu li a {
	color:#000;
	line-height:15px;
	text-decoration:none;
	font-weight:normal;
	border-right: thin solid #000;
	padding: 0 7px 0 3px;
}
.bottomMenu li a:hover { color:#ccc; text-decoration:underline;}
.bottomMenu li:last-child > a {border-right: none;} /* remove pipe from last item */


/**************** team members styling *************/

.tmm .tmm_2_columns .tmm_member, .tmm .tmm_3_columns .tmm_member, .tmm .tmm_4_columns .tmm_member
{
	border-top:none !important;
}

.tmm .tmm_member .tmm_photo {
    width: 270px !important;
    height: 270px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin-top: -80px;
    border: none !important;
}

.tmm .tmm_member
{
   border:none !important;
}

.tmm .tmm_member
{
  border: none !important;
}


/*************** css for testimonials ******************/

.easy_t_single_testimonial blockquote.easy_testimonial {
    float: left;
    height: 250px;
    width: 30%;
    min-width: 235px;
    border: 2px solid #fcba37;
    border-radius: 5px;
    padding-top: 45px;
    padding-left: 34px;
    margin: 15px;
    padding-right: 35px;
}

.stars .dashicons-star-filled {
    color: gold;
    font-size: 14px;
}


.testimonial_body {
    max-height: 90px;
    margin-bottom: 20px;
    height: 110px;
}

span.stars {
    position: relative;
    left: 37%;
}

span.dashicons {
    width: 14px;
}
span.testimonial-client {
    color: #fcba37;
    font-size: 18px;
    font-style: normal !important;
}

.testimonial_body, .testimonial-position {
    font-weight: normal;
    /* font-style: normal; */
    /* font-family: initial; */
}


img.attachment-easy_testimonial_thumb.size-easy_testimonial_thumb.wp-post-image {
    width: 200px !important;
    height: 200px !important;
    border-radius: 50%;
    position: absolute;
    top: -20px;
}
.testimonial_body, .testimonial_author, .testimonial_client, .stars .dashicons-star-filled {
    text-align: center;
  	overflow: hidden;
}


p.testimonial_author cite span.date {
    display: none;
}

/********************************Why Choose Us CSS****************************************************************/
.grid-title {
    background: #006b63;
    padding: 12px 25px;
}

.grid-image-wrapper {
    margin-bottom: 0px;
}

img.attachment-bizcon-blog-thumb.size-bizcon-blog-thumb.wp-post-image {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -55px;
    left: 35px;
}


/************** update the menu styles **********************/

.grid-title {
    background: #2c479d;
    padding: 12px 25px;
}


.header-section.header-fullwidth-menu .header-main-section, .header-section.header-menu-skin-light .header-main-section {
    background: #2c479d;
}


.header-section.header-menu-skin-light .header-main-section a {
    color: white;
}

