/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.single-x-portfolio .entry-featured{
	width: 30%;
}
.single-x-portfolio .entry-wrap{
	width: 70%;
}

@media (max-width: 979px){
 .single-x-portfolio .entry-featured, .single-x-portfolio .entry-wrap{
	width: 100%;
 }
}

/*Button in feature boxes for Portfolio Companies
---------------------------------------------------*/
.x-feature-box-text a{
    padding: 0.579em 1.105em 0.842em;
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    border-color: hsl(211,53%,33%);
    background-color: rgb(58,94,133);
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
    border-radius: 0.25em;
    display: block;
    position: relative;
    cursor: pointer;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    transition: all 0.15s linear;
}
.x-feature-box-text a:hover{
    color: hsl(0,2%,89%);
    border-color: rgb(11,142,173);
    background-color: rgb(2,174,214);
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
}
/*accordian "Read Less" button in bio page
-----------------------------------------*/
.accordion-close{
    background-color: #333;
    display: block;
    padding: 9px 15px 10px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 114.2%;
    text-transform: uppercase;
    color: #fff;
    background-color: #333;
    cursor: pointer;
}
.accordion-close:hover{
	color: #fff;
}
.accordion-close:hover:before{
     color: #fff;
}
.accordion-close:before{
    content: "\f078";
    position: relative;
    display: inline-block;
    bottom: 0.05em;
    margin-right: 10px;
    color: rgba(255,255,255,0.25);;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.x-accordion-inner{
    border: none;
    padding: 0px;
}

/*hide carousel meta data line
---------------------------------------*/
.featured-meta {
    display: none !important;
}