/***************************
Change font of footer widgets
***************************/
h4.widget-title{
font-family: Oswald, sans-serif;
font-weight: 300
}

/***************************
Change width of featured story
***************************/
.layout-2c .content-area {
        display: table-cell;
        width: 100%;
        vertical-align: top
    }

/***************************
Change size of sequence gallery images
***************************/
.aesop-sequence-img-wrap .aesop-sequence-img{
width:70%
}

/***************************
Change position of sequence gallery number
***************************/
.aesop-sequence-img-wrap .aesop-sequence-caption::before{
left: -40px;
top: 0px;
height: 30px
}

/***************************
Change padding and font on Sidebar widget
***************************/
.primary-widget-area .widget{
padding-left: 1.7em;
padding-right: 1.7em;
font-size: .8em
}

/***************************
Change size of feature story title
***************************/
.single .entry-title, .zealot-top .entry-title {
font-size: 2.2em
}



/***************************
Format for Right justified text component
***************************/
div.aesop-component.aesop-content-component{
width: 600px;
padding-left: 20px;
padding-right: 50px;
float: right;
background-color: 000000
}

div.aesop-component-content-data.aesop-content-comp-inner{
max-width: 100%;
float: right;
margin-left: 30px;
margin-right: 30px
}

.layout-2c.layout-wide.single .entry-header-inner .entry-title{
width: 100%
}

/***************************
Turn off the stupid hover shit
***************************/
.aesop-image-component:hover{
opacity: 1
}

.addtoany_share_save_container { text-align:center }


/***************************
Turn off the shade on featured photos
***************************/
.single-featured-image::before, .top-featured-image::before{
background-image: linear-gradient(to top, rgba(1, 1, 1, .1) 0, transparent 100%)
}

/***************************
Style UL list (no bullet )
***************************/
ul{
list-style: none
}

/***************************
Style Categories UL list (indent)
***************************/
.widget.widget_categories ul{
padding-left: 2.9em
}

img.zeakit-custom-logo{
width:800px
}

/***************************
Increase width of top menu
***************************/
ul#primary-menu.menu.nav-menu{
width:300px
}