/* 
Theme Name:		 ccg
Description:	 Customisations for Casa Consulting Group
Author:			 Heather
Template:		 byblos
Version:		 1.0.0
Text Domain:	 ccg
*/

#sc_logo {
    max-width: 120px;
}

article {
    background-color: transparent;
    border: 0 none;
}

.widget_nav_menu ul {
    margin: 0;
}

.widget_nav_menu ul li {
    font-size: 0.85em;
    display: block;
    margin: 5px 0;
}

.item-testimonial {
    border: 1px solid rgb(234,234,234);
    background-color: white;
    margin: 10px;
    padding: 20px;
}
.item-testimonial p {
    margin-bottom: 0.5em;
}
.item-testimonial span {
    display: block;
    font-size: 0.8em;
    font-style: italic;
    line-height: 1.2em;
    text-align: right;
}

.project-list article {
    background-color: white;
    position: relative;
}

.project-list .project-teaser {
    position: relative;
    overflow: hidden;
}
@media (min-width : 768px) {
    .project-list .project-teaser {
        float: left;
        padding-right: 1%;
        width: 33%;
    }
}

@media (min-width: 1024px) {
    .project-list .project-teaser {
        width: 20%;
    }
}

.project-list header {
    overflow: hidden;
}
.project-list ul {
    margin: 0;
}
.project-list ul li {
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    background-color: white;
    padding: 2px 5px;

    display: inline-block;
    font-size: 12px;
    margin-right: 0.4em;
    text-transform: uppercase;
}

.project-gallery .item {
    margin-bottom: 2%;
}

.service-teaser {
    background-color: white;
    margin-bottom: 10px;
    position: relative;
}
@media (min-width: 1024px) {
    .service-teaser {
        float: left;
        margin-right: 1%;
        width: 49%;
    }
}
.service-teaser .service-header h3 a {
    display: block;
    line-height: 2em;
    text-align: center;
}

.faq-list {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    margin-bottom: 20px;
    padding: 20px;
}


#wpe_panel .row {
    width: auto;
}

.faq-list h3 {
    margin: 20px 0 12px;
}

.staff-list h3 {
    font-weight: bold;
    margin: 20px;
}
.staff-entry {
    border: 1px solid #BBBBBB;
    background-color: white;
    margin-top: 20px;
    padding: 20px;
}
@media (min-width: 720px) {
    .staff-entry .staff-heading {
        float: left;
        margin-right: 3%;
        width: 33%;
    }
}
@media (min-width: 1200px) {
    .staff-entry .staff-heading {
        width: 25%;
        margin-right: 3%;
    }
}
.staff-entry .staff-name {
    font-weight: bold;
    text-align: center;
}
.staff-entry .staff-detail {
    overflow: hidden;
}
.staff-entry .staff-detail .description {
    font-size: 0.9em;
    margin-top: 20px;
}

.staff-entry img {
    display: block;
    width: 100%;
}
.staff-entry .staff-name {
    clear: both;
}
