/*===============
TABLE OF CONTENTS
=================
Prefix your search term with "@" to jump to that section. Eg: to jump to the footer styles, search for "@footer"

layout
-----------------
navigation

pages & templates
-----------------
home
- clients

blog
- content images
- widget-share

talent

===============*/



#nav-main li
{
    width:12.5% !important;
}
#nav-main li:nth-child(2),
#nav-main li:nth-child(5)
{
    margin-right:0;
}
#nav-main li:nth-child(3)
{
    margin-right:25%;
}



/* @pages & templates */
/* @home */

#promo-text
{
    padding-top:5em;
    padding-bottom:5em;
}
#promo-text-wrap:after
{
    height:540px;
}

/* @clients */
#clients li
{
    width:25%;
}

/* @blog */

/* @content images */
.blog .blog-entry-content img.content-img-large.rrImageFloatLeft,
.blog .blog-entry-content img.content-img-jumbo.rrImageFloatLeft
{
    float:left;
    display:inline;
}
.blog .blog-entry-content img.content-img-large.rrImageFloatRight,
.blog .blog-entry-content img.content-img-jumbo.rrImageFloatRight
{
    float:right;
    display:inline;
}

/* @widget-share */
.widget-share li
{
    vertical-align:top;
    width:27%;
}
.widget-share li.fb-like-item
{
    width:46%;
}
.instagram-feed
{
    height:540px;
}

.hero-image-component:after {
    padding-top: 42.85714%;
}

#talent-entry-page .talent-entry-title,
#talent-entry-page #header .talent-entry-image
{
    margin-left:-2em;
    margin-right:-2em;
}

/* @responsive behaviour */
#talent-entry-list .talent-entry
{
    width:25%;
    margin-bottom:1em;
}
#talent-entry-list .talent-entry-details ul
{
    margin-bottom: 0;
}
#talent-entry-list .talent-entry:nth-child(4)
{
    display:inline-block;
}
