/*
Theme Name: Chi City Fashion
Theme URI: http://chicityfashion.com/
Author: Amanda Dietz
Author URI: http://amanda-dietz.com
Description: A custom theme for Chi City Fashion
Version: 1.0
License: GNU General Public License
License URI: license.txt
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(http://fonts.googleapis.com/css?family=Raleway:500,600);
@import url(http://fonts.googleapis.com/css?family=Muli);

/* =Structure
-------------------------------------------------------------- */


html, body {
	margin:0;
	padding:0;
	width:100%;
        font-family: 'Open Sans',sans-serif;
        color:#222;
        font-size:14px;
        line-height: 21px;
	height:100%;
        background: #fff;
}


#page {
     min-height: 100%;
     width: 100%;
     max-width: 980px;
     height: auto !important;
     height: 100%;
     margin: 0 auto 0;
     display: block;
}

#main {
     clear: both;
     overflow: hidden;
}

#primary {
   float: left;
    margin: 50px -360px 0 0;
    width: 980px;
}
#content {
    margin: 0 360px 0 0;
}

#primary.full-width,
#primary.full-width #content {
     width: 980px;
     float: none;
}
#secondary {
     float: right;
     padding: 0px 0 60px;
     width: 300px;
     margin-top: 50px;
}

.widget {
    list-style-type: none;
    margin-bottom: 38px;
    text-align: center;
}

.widget.subscribe .widget-inner {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    color: white;
    font-size: 10px;
    height: 210px;
}

.widget-career {
    border: 1px solid #000;
    height: 290px;
}
.widget-career .h2 {
    font-size: 24px;
    margin: 45px auto 20px;
}
.uppercase {
    font-family: 'didot';
    letter-spacing: 0;
    margin-top: 15px;
    text-transform: uppercase;
}
.widget-career p {
    font-family: 'Raleway',Tahoma,Verdana,serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 35px auto 30px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
}
.widget-career a {
    color: #000;
    transition: all 0.4s ease-in-out 0s;
}
.widget-career a:hover {
    color: #999;
}
.widget-career .more a {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    display: block;
    font-family: 'raleway',sans-serif;
    font-size: 11px;
    font-weight: 400;
    height: 34px;
    letter-spacing: 1px;
    line-height: 34px;
    margin: 15px auto 45px;
    padding: 0 10px;
    text-align: center !important;
    text-transform: uppercase;
    width: 100px;
}


a {
	color: #888;
	text-decoration: none;
}

p {
    margin: 0 0 25px;
}

h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6 {
    color: #222;
    font-family: 'equiplight';
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.25;
    margin: 0;
    padding: 0;
}

.clearfix {
    display: inline-block;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

.header {
    text-align: center;
    width: 440px;
    background: url("images/ccf_logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 271px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#header {
    margin: 0 auto;
    max-width: 980px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}

/* =Menu
-------------------------------------------------------------- */

#top-nav {
background: none repeat scroll 0 0 #fff;
border-bottom: 1px solid #e6e6e6;
height: 48px;
width: 980px;
z-index: 9999;
}

#top-nav.stuck {
    position: fixed;
    top: 0;
}

#header-menu {
float: left;
width: 550px;
height:48px;
}

#search {
float: right;
width: 160px;
height: 36px;
margin-left: 25px;
}

header .navbar {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #e6e6e6;
    clear: left;
    width: 980px;
    height: 42px;
}

#social {
float: right;
}

#access {
    display: block;
    float: left;
    margin: 0 auto;
    text-transform: uppercase;
    width: 100%;
}
#access ul {
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
}
#access li {
    float: left;
    position: relative;
    margin-right: 50px;
}

#access li:last-of-type {
    margin-right: 0;
}

#access li.current-menu-item {
    background: none;
}
#access li.current-menu-item a {
    color: #000;
}
#access a {
    color: #000000;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 11.5px;
    line-height: 1.8em;
    padding: 14px 0;
    text-decoration: none;
    letter-spacing: 0.15em;
}

#access li:hover > a {
    color: #0f3e8e;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
#access ul ul a:hover {
    background: none repeat scroll 0 0 #CECECE;
}

.social-links {
    margin-top: 8px;
}
.social-links li, .share-links li {
    float: left;
    margin: 0 0 0 0.6em;
}
.social-links a {
    color: #000;
}
.social-links a:hover {
    color: #0f3e8e;
}
.sociallinks {
    display: inline-block;
    float: left;
    font-size: 15.5px;
    height: 45%;
    margin: 4px 0;
    padding: 0 13px 4px 0;
    position: relative;
}
#subscribe {
    float: right;
}
.subscribe {
    padding: 4px 0 0;
}
.subscribe a {
    color: #888;
    font-family: 'lato','sans-serif';
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.subscribe a:hover {
    color: #888;
    text-decoration: none;
}
#search {
    float: right;
    height: 36px;
    margin-left: 25px;
    width: 145px;
}
#social {
    float: right;
}

.search-form {
    padding-left: 5px;
    position: absolute;
    right: 0;
    top: -6px;
}
.search-field {
    background-color: transparent;
    background-image: url("images/search.png");
    background-position: 5px 4px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border: medium none;
    cursor: pointer;
    height: 30px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    width: 0;
}
.search-field:focus {
    background-color: #fff;
    border: 1px solid #000;
    cursor: text;
    outline: 0 none;
    width: 230px;
}
input[type="search"] {
}
.search-submit {
    display: none;
}
input {
    border-radius: 0;
}

/* =Content
-------------------------------------------------------------- */
article {
width: 100%;
}

article.post {
    margin-bottom: 80px;
}

.entry-content {
margin-bottom: 45px;
}

.entry-content img {
	max-width: 620px;
        height: auto;
}
.entry-content {
line-height: 1.5625;
}

.entry-content p {
    margin: 0 0 25px;
}

.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}
.post .entry-content a {
	text-decoration: none;
        color: #888;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.post .entry-content a:hover {
	text-decoration: none;
        color: #000;
}


.more-link {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    color: #000;
    display: block;
    font-family: 'raleway',sans-serif;
    font-size: 11px;
    font-weight: 400;
    height: 35px;
    letter-spacing: 1px;
    line-height: 35px;
    margin: 30px auto 45px;
    padding: 0 10px;
    text-align: center !important;
    text-transform: uppercase;
    width: 130px;
}


/* =Content Header
-------------------------------------------------------------- */

.article-header {
margin-bottom: 40px;
}

.entry-date {
    color: #aaa;
    font-family: 'equiplight';
    font-size: 10px;
    letter-spacing: 1.2px;
    margin: 0 auto 45px;
    text-align: center;
    text-transform: uppercase;
}

.date {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 14px;
}

.entry-title {
    font-family: 'freightbiglightregular';
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1em;
    margin-bottom: 0;
    margin-left: 5px;
    padding-top: 0;
    text-align: center;
    text-transform:normal;
}
.entry-title a {
    color: #000;
}
.entry-title a:hover {
text-decoration: none;
color: #094590;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.entry-header .entry-meta {
	text-align: left;
	padding: 4px 0;
        color: #adadad;
        font-size: 12px;
}
.entry-header .entry-meta a {
	color: #adadad;
}

/* =Content Footer
-------------------------------------------------------------- */
footer.entry-meta {
	text-transform: lowercase;
	margin: 0px 0 20px 0;
        width: 100%;
}
footer.entry-meta .sep {
	vertical-align: top;
	color: #000;
}
.comments-link {
	float: right;
}
.cat-links a {
color: #929292;
 -webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.cat-links a:hover {
text-decoration: none;
color: #0f3e8e;
}
.pin-link {
	padding-right: 5px;
}

.share {
    border-top: 1px solid #000;
    padding: 20px 0px;
    width: 100%;
}

#post_footer {
    display: block;
    margin-bottom: 20px;
    border-color: #e4e4e4;
    border-style: solid;
    border-width: 0 1px 1px;
    box-sizing: border-box;
    height: 45px;
}

.categories {
    border-color: #e4e4e4;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Muli', sans-serif;
    text-transform: none;
}

.categories .left {
    box-sizing: border-box;
    float: left;
    padding: 20px;
    width: 250px;
}

.categories .right {
    border-left: 1px solid #e4e4e4;
    box-sizing: border-box;
    float: left;
    padding: 20px;
    width: 350px;
}

.comment-block {
    float: right;
    height: 18px;
    padding: 12px 20px;
   
}

.share-block {
    display: inline-block;
    float: left;
    font-size: 11px;
    height: 19px;
    overflow: hidden;
    padding: 12px 20px 11px 20px;
    position: relative;
    text-transform: uppercase;
    font-family: 'equiplight';
    letter-spacing: 1px;
}

.share-block a {
color: #000;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.share-block a:hover {
color: #0f3e8e;
}

.share-text {
margin-right: 6px;
color: #000;
}

article .comments-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    font-family: 'equiplight';
}
article .comments-link a {
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
article .comments-link a:hover {
text-decoration: none;
color: #0f3e8e;
}


/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	text-align: center;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
        width: 540px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 15px;
}
#respond input[type=text] {
	display: block;
	width: 60%;
        border: 1px solid #dedede;
        box-sizing: border-box;
        padding: 7px;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
        border: 1px solid #dedede;
        box-sizing: border-box;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

#submit {
    background: none repeat scroll 0 0 white;
    border: 1px solid #dedede;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: 'raleway';
    padding: 10px;
    text-transform: uppercase;
}

#submit:hover {
    background: none repeat scroll 0 0 black;
    border: 1px solid black;
    color: white;
}

#comments {
color: #000;
}

#comments-title, #reply-title {
    color: #000000;
    font-family: 'equiplight';
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.comment-author, .comment-author a, .comment-reply-link {
color: #888888;
margin-bottom: 5px;
}

/* =Slider
-------------------------------------------------------------- */
.slider-gallery {
    height: 300px;
}
.slider-gallery .col1 {
    background: none repeat scroll 0 0 #f6f6f6;
    float: left;
    height: 300px;
    margin-right: 28px;
    overflow: hidden;
    position: relative;
    width: 308px;
}
.slider-gallery .col1 img {
    height: auto;
    left: 50%;
    margin-left: -220px;
    margin-top: -220px;
    position: absolute;
    top: 50%;
    width: 440px;
}
.slider-gallery .col2 {
    background: none repeat scroll 0 0 #f6f6f6;
    float: left;
    height: 300px;
    margin-right: 28px;
    overflow: hidden;
    position: relative;
    width: 308px;
}
.slider-gallery .col2 img {
    height: auto;
    left: 50%;
    margin-left: -220px;
    margin-top: -220px;
    position: absolute;
    top: 50%;
    width: 440px;
}
slider-gallery .col3 {
    background: none repeat scroll 0 0 #f6f6f6;
    float: right;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 308px;
}
.slider-gallery .col3 img {
    height: auto;
    left: 50%;
    margin-left: -220px;
    margin-top: -220px;
    position: absolute;
    top: 50%;
    width: 440px;
}


/* =Slider
-------------------------------------------------------------- */

.instagram-name {
    border-bottom: 1px solid #e6e6e6;
    font-family: 'Raleway',sans-serif;
    font-size: 10px;
    height: 30px;
    letter-spacing: 1.2px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.instagram-name a {
    color: #b8b8b8;
}
.instagram-name a:hover {
    color: #0f3e8e;
    transition: all 0.4s ease-in-out 0s;
}
.instagram-widget {
    margin-left: 11px;
    margin-top: 11px;
}

/* =Slider
-------------------------------------------------------------- */

#slider-gallery {
    height: 300px;
    width: 1010px;
}
#slider-gallery .item {
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 308px;
}
#slider-gallery .item img {
    height: auto;
    width: 308px;
}
.list_carousel {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 0 1px 1px;
    clear: both;
    display: block;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 978px;
}
.list_carousel ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 980px;
}
.list_carousel li {
    color: #333;
    display: block;
    float: left;
    font-size: 14px;
    height: 300px;
    padding: 0;
    min-width: 338px;
}
.list_carousel li img {
    height: auto;
    position: absolute;
    width: 308px;
}
.list_carousel.responsive {
    margin-left: 0;
    width: auto;
}
.list_carousel .clearfix {
    clear: both;
    float: none;
}
.list_carousel a.prev {
    background: url("images/arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 20px;
    display: block;
    height: 16px;
    position: absolute;
    right: 50px;
    width: 11px;
}
.list_carousel a.next {
    background: url("images/slider-arrow.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);
    bottom: 20px;
    display: block;
    height: 16px;
    position: absolute;
    right: 20px;
    width: 11px;
}
#foo2 {
    position: relative;
}
.box {
    height: 301px;
    width: 301px;
}
.overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
    height: 100%;
    opacity: 0;
    text-align: center;
    transition: all 0.15s ease-in-out 0s;
    width: 100%;
}
.box:hover .overlay {
    opacity: 1;
}
.overlay-text {
    color: #fff;
    font-family: 'freightbiglightregular';
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 26px;
    margin: 0 auto;
    padding-top: 98px;
    position: relative;
    text-align: center;
    width: 200px;
}
.overlay-text h5 {
    color: #fff;
    font-family: 'equiplight';
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
hr {
    background-color: #ccc;
    border: 0 none;
    height: 2px;
    margin-bottom: 0.8em;
    width: 25px;
}
#slider-nav {
    background: none repeat scroll 0 0 #fff;
    color: #fff;
    float: left;
    position: relative;
    width: 980px;
}
.prev, .next {
    background: url("images/slider-arrows.jpg") no-repeat scroll 0 0 rgba(255, 255, 255, 1);
    border: 1px solid #e6e6e6;
    display: block;
    height: 45px;
    position: absolute;
    text-indent: -9999px;
    width: 30px;
}
.prev {
    background-position: 8px 10px;
    left: 0;
    margin-top: -175px;
}
.next {
    background-position: -68px 10px;
    margin-top: -175px;
    right: 0;
}


#slideshow img {
    width: 610px;
}
#slideshow {
    margin-top: -20px;
    text-align: center;
    width: 610px;
}
#caption {
    border: 1px solid #000;
    color: #666;
    font-size: 13px;
    margin: -6px 0 20px;
    padding: 10px;
    text-align: center;
}
#thumbs {
    padding-bottom: 20px;
    margin-left: -40px;
    text-align: center;
}
.next-thumbs, .back-thumbs {
    bottom: 40px;
    color: #58585b;
    display: inline-block;
    font-family: 'BrandonGrotesqueBoldRegular';
    font-size: 9px;
    letter-spacing: 2px;
    line-height: 8px;
    position: absolute;
    text-transform: uppercase;
    z-index: 9999;
}
.next-thumbs {
    background: url("images/arrow-right.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right: 34px;
    right: 0;
}
.back-thumbs {
    background: url("images/arrow-left.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    left: 0;
    padding-left: 34px;
}
.thumb-wrapper {
    display: block !important;
}
.thumbs li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 2px;
}
.ss-controls {
    display: none;
}

#slider_wrap {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* =Pages
-------------------------------------------------------------- */

.careers-header {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    margin: 0 auto 30px;
    padding: 22px;
}
.careers-header img {
    display: inline-block;
    margin: 0 50px;
    vertical-align: top;
}
.careers-description.text-content {
    color: #000;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    width: 410px;
}
#careers-container {
    margin: 24px -10px;
    padding: 24px 0 2px;
}
.careers-column {
    border-bottom: 1px solid #d1d1d1;
    float: left;
    margin: 0 10px 25px;
    min-height: 95px;
    position: relative;
    width: 100%;
}
.careers-column .thumb {
    border: 1px solid #ddd;
    box-shadow: inherit;
    height: 65px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0.9em;
    width: 65px;
}
.title {
    margin-left: 95px;
    margin-top: 20px;
}
.careers-column .date-col {
    float: right;
    padding-top: 13px;
    text-align: right;
    width: 11%;
}
.careers-column .position-col {
    padding-right: 5%;
    width: 60%;
}
.careers {
    padding: 5px 0;
}
.careers-nav {
    height: 80px;
    line-height: 40px;
    margin: 30px 0 40px;
    width: 100%;
}
.careers-item {
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    float: left;
    height: 340px;
    margin: 0 0 40px;
    text-align: right;
    width: 182px;
}
.careers-item:nth-child(3n-1) {
    margin: 0 30px;
}
.careers img {
    height: 180px;
    width: 180px;
}
.careers-title {
    color: #000;
    font-size: 13px;
    height: 85px;
    line-height: 21px;
    margin-bottom: 5px;
    padding: 10px;
    text-align: left;
}
.date-career {
    color: #323232;
    font-family: 'equiplight';
    font-size: 10px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.careers-more a {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #000;
    color: #000;
    display: block;
    font-family: 'raleway',sans-serif;
    font-size: 11px;
    font-weight: 400;
    height: 42px;
    letter-spacing: 1px;
    line-height: 42px;
    margin: 0 auto 45px;
    padding: 0 10px;
    text-align: center !important;
    text-transform: uppercase;
    width: 160px;
}
.careers-more a:hover {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}

.careers-nav li a:hover {
    color: #888;
}
.careers-nav li:last-of-type {
    margin-right: 2px;
}

.career-box {
height: 184px;
border-bottom: 1px solid #000;
}

.career-box:hover .career-box-overlay {
    opacity: 1;
}
.career-box-overlay {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    height: 100%;
    opacity: 0;
    text-align: center;
    transition: all 0.15s ease-in-out 0s;
    width: 100%;
}
.career-box-overlay-text {
    color: #000;
    font-family: 'equiplight';
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0 auto;
    padding-top: 65px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 160px;
}

.careers-nav ul {
    list-style: none outside none;
    padding-left: 0;
}
.careers-nav li {
    float: left;
    font-family: 'equiplight';
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-right: 16px;
    margin-top: -13px;
    text-transform: uppercase;
}
.careers-nav li a {
    color: #0f3e8e;
    text-decoration: underline;
    transition: all 0.4s ease-in-out 0s;
}
.careers-nav li a:hover {
    color: #888;
}
.careers-nav li:last-of-type {
    margin-right: 2px;
}

.quarter {
    float: left;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    width: 300px;
}
.quarter img {
    margin-bottom: 20px;
    vertical-align: top;
    width: 100%;
}
.quarter:after, .quarter:before {
    opacity: 0;
    position: absolute;
}
.quarter:after {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    content: "\A ";
    height: 87%;
    left: 10px;
    top: 10px;
    width: 100%;
}
.quarter:before {
    border: 1px solid #000;
    color: #000;
    content: attr(data-content);
    font-family: 'raleway';
    font-size: 11px;
    height: 16px;
    letter-spacing: 1px;
    margin: 90px 0 0 110px;
    padding: 2px 3px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 72px;
    z-index: 1;
}
.quarter:hover:after, .quarter:hover:before {
    opacity: 1;
}

.mentions {
    margin: 15px auto;
    overflow: hidden;
}
.mentions-item {
    float: left;
    font-size: 13px;
    padding: 0 22px 20px;
    width: 280px;
}
.mentions-item img {
    height: 200px;
    overflow: hidden;
    width: 280px;
}
#mentions-modal {
    background-color: transparent;
    font-size: 12.5px;
    line-height: 20px;
    height: 370px;
    margin-top: 20px;
    position: absolute;
    text-align: left;
    width: 500px;
}
#mentions-modal ul {
    list-style-type: none;
    padding-left: 0;
}
.modal-image {
    text-align: center;
}
.modal-image img {
    width: 220px;
}
.modal-links {
    height: 180px;
    overflow: auto;
    padding: 0 60px;
}
#mentions-container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: none;
    height: 2000px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 25;
}
#mentions {
    background: none repeat scroll 0 0 #fff;
    height: 487px;
    margin: 121.75px auto 0;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    text-align: center;
    width: 425px;
}
span {
    color: #888;
    cursor: pointer;
}
span:hover {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.about-content {
    color: #222;
    display: block;
    margin: 0 auto;
}
.about-content .left {
    color: #1a1a1a;
    float: left;
    padding-right: 50px;
    width: 480px;
}
.about-content .left img {
    width: 480px;
}
.about-content:before, .about-content:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}
.about-content:after {
    clear: both;
}
.about-content .right {
    float: left;
    line-height: 22px;
    width: 450px;
}

/* =Custom
-------------------------------------------------------------- */

.instagram {
    border: 1px solid #e6e6e6;
    height: 525px;
    width: 298px;
}
.instagram-title {
    border-bottom: 1px solid #e6e6e6;
    width: 300px;
}
.left-icon {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    color: #000;
    float: left;
    font-size: 20px;
    height: 42px;
    line-height: 40px;
    margin-left: 65px;
    padding-left: 4px;
    width: 36px;
}
.right-title {
    display: block;
    float: right;
    font-family: 'Raleway',sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 42px;
    text-align: left;
    text-transform: uppercase;
    width: 172px;
}
.instagram-name {
    border-bottom: 1px solid #e6e6e6;
    font-family: 'Raleway',sans-serif;
    font-size: 10px;
    height: 30px;
    letter-spacing: 1.2px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.instagram-name a {
    color: #b8b8b8;
}
.instagram-name a:hover {
    color: #0f3e8e;
    transition: all 0.4s ease-in-out 0s;
}
.instagram-widget {
    margin-left: 0px;
    margin-top: 0px;
}

#form-wysija-4 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    color: white;
    font-size: 10px;
    height: 210px;
    margin: 0 0 40px;
}
#form-wysija-4 .sub-title {
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 38px auto 25px;
    text-transform: uppercase;
    text-align: center;
}
.italic {
    font-family: 'didot';
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0;
    margin-top: 15px;
    text-transform: none;
}
.widget_wysija input[name="wysija[user][email]"] {
    border-color: #444;
    border-style: solid;
    border-width: 1px 0;
    box-sizing: border-box;
    color: #888;
    float: left;
    font-size: 1.1em;
    height: 38px;
    margin-top: 20px;
    padding: 2px;
    text-align: center;
    width: 206px;
}
.wysija-submit-field {
    background-color: #000;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: 'raleway';
    font-size: 1.1em;
    height: 38px;
    letter-spacing: 1px;
    padding: 0;
    text-transform: uppercase;
    width: 92px;
}
#subscribe-form form {
    display: inline-block;
    height: 360px;
    position: relative;
    width: 100%;
}
#subscribe-form input[type="submit"] {
    background-color: #000;
    border: medium none;
    color: #fff;
    float: left;
    font-family: 'raleway';
    font-size: 11px;
    height: 36px;
    letter-spacing: 1px;
    padding: 0;
    text-transform: uppercase;
    width: 100px;
}
#subscribe-form input[type="submit"]:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
#subscribe-form input[type="text"] {
    border: 1px solid #000;
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    height: 38px;
    margin: 0;
    padding: 5px;
    text-align: left;
    width: 245px;
}

#footer-subscribe {
    display: inline-block;
    position: relative;
    width: 260px;
    margin-top: -40px;
}

#footer-subscribe input[type="submit"] {
    background: none repeat scroll 0 0 #000 !important;
    border: 1px solid #000;
    color: white;
    cursor: pointer;
    display: inline-block !important;
    font-family: 'raleway';
    height: 30px;
    font-size: 10.5px;
    letter-spacing: 1px;
    padding: 7px 10px !important;
    text-transform: uppercase;
    width: 85px !important;
}
#footer-subscribe input[type="text"] {
    border: 1px solid #000;
    float: left;
    font-size: 0.8em;
    height: 30px;
    margin: 6px 0 0;
    padding: 5px;
    margin-top: 20px;
    text-align: left;
    width: 160px;
}

#menu {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    box-shadow: 0 -9px 5px -9px #ddd;
    color: #111;
    font-family: 'raleway';
    font-size: 11px;
    height: 55px;
    letter-spacing: 1px;
    line-height: 34px;
    margin-left: -10px;
    padding-left: 10px;
    position: fixed;
    text-align: left;
    text-transform: uppercase;
    width: 1000px;
    z-index: 9999;
}

#menu .thin {
    margin: 0 auto;
    padding: 9px;
    width: 980px;
}
#menu a {
    color: #000;
}
#fb-share {
    display: block;
    height: 30px;
    left: 200px;
    overflow: hidden;
    position: absolute;
    top: 10px;
}
#tw-share {
    left: 380px;
    position: absolute;
    top: 10px;
}
#pin-share {
    left: 550px;
    position: absolute;
    top: 10px;
}
#pinbutton {
    margin-left: 605px;
    margin-top: 7px;
}
#comment-share {
    left: 695px;
    position: absolute;
    top: 10px;
}

.page-title h5 {
    color: #000;
    font-family: 'equiplight';
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

  
input[type=search] {
      -webkit-appearance: none;
    border-radius: 0;
}

.nrelate_bty .nr_text {
    font-weight: normal;
}

.widget-category {
border: 1px solid #000;
height: 320px;
}

.widget-category .h2 {
font-size: 36px;
margin: 45px auto 20px;
}

.widget-category .h4 {
font-size: 17px;
}

.widget-category p {
    font-family: 'Raleway',Tahoma,Verdana,serif;
    font-weight: 500;
    font-size: 12.5px;
    letter-spacing: 1px;
    line-height: 2.5;
    margin: 35px auto;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.widget-category a {
color: #000;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.widget-category a:hover {
color: #999;
}

/* =Footer
-------------------------------------------------------------- */

.footer {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #888;
    display: block;
    position: relative;
    margin: 90px 0 0;
}

.footer-top {
    display: block;
    height: 48px;
    line-height: 40px;
    margin-top: 10px;
    padding: 15px 0 0px;
    position: relative;
    width: 100%;
}

.footer_links {
    float: right;
}

.footer_links ul {
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
}
.footer_links li {
    float: left;
    position: relative;
    margin-right: 30px;
}

.footer_links li:last-of-type {
    margin-right: 0;
}

.footer_links li.current-menu-item {
    background: none;
}
.footer_links li.current-menu-item a {
    color: #000;
}
.footer_links a {
    color: #6e6e6e;
    display: block;
    font-family: 'raleway', sans-serif;
    font-size:10px;
    line-height: 1.8em;
    text-transform: uppercase;
    padding: 14px 0;
    text-decoration: none;
    letter-spacing: 0.1em;
}

.footer_links li:hover > a {
    color: #0f3e8e;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}


.footer-subscribe {
    display: block;
    position: absolute;
    margin-left: 330px;
}

.footer_copyright {
    float: left;
    font-family: 'raleway', sans-serif;
    font-size:10px;
    text-transform: uppercase;
    color: #6e6e6e;
    letter-spacing: 1px;
}

.footer-subscribe input[type="text"] {
    border: 1px solid #c7c7c7;
    float: left;
    font-size: 0.8em;
    height: 18px;
    margin: 6px 0 0;
    padding: 5px;
    text-align: left;
    width: 160px;
}

.footer-subscribe input[type="submit"] {
    background: none repeat scroll 0 0 #000 !important;
    border: 1px solid #c9c9c9 !important;
    border-radius: 0 !important;
    color: white;
    font-family: 'raleway';
    letter-spacing: 0.5px;
    margin-left: 6px;
    cursor: pointer;
    display: inline-block !important;
    height: 32px;
    padding: 7px 10px !important;
    text-transform: uppercase;
    width: 85px !important;
}

.copyright {
    color: #ccc;
    font-family: 'raleway';
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 50px;
    width: 100%;
}
.copyright a {
    color: #c7c7c7;
    font-size: 10px;
    text-decoration: none;
    transition: color 0.3s ease-in 0s;
}
.copyright a:hover {
    color: #333;
    transition: color 0.3s ease-in 0s;
}

.copyright .right {
    float: right;
    margin: 10px 0;
    text-transform: uppercase;
}

/*Here I simply make sure there's enough top margin*/
#prev-next {
    margin-top: 30px;
    width: 100%;
    float: left;
}
/*First style for the previous post link, created a left arrow, floating left*/
#prev-next .prev-link {
    background: none;
    float: right;
    padding: 0 0 0 50px;
    text-align: left;
    width: 40%;
}
/*First style for the next post link, created a right arrow, floating right*/
#prev-next .next-link {
    background: none;
    float: left;
    padding: 0 50px 0 0;
    text-align: right;
    width: 40%;
}


/*Left float of image makes the text align properly*/
.prev-link img {
    float: left;
    margin-right: 15px;
}
/*Right float of image makes the text align properly*/
.next-link img {
    float: right;
    margin-left: 15px;
}
/*Adjust the font size of the text*/
#prev-next .prevnext-url {
    font-size: 16px;
    line-height: 18px;
}


/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.hidden {
	display: none !important;
}

.pipe {
	color:black !important;
	display: inline;
}


input[type=”checkbox”]{
-webkit-appearance: checkbox;
}

input[type=”radio”]{

-webkit-appearance: radio;

}
