/*
Theme Name: Down
Theme URI: http://www.45press.com
Description: 
Author: 45PRESS Team
Author URI: http://www.45press.com
Version: 1.0
Tags:
License:
License URI:
*/

/* Font */
@font-face {
    font-family:"skin_and_bones";
    src:url("assets/fonts/Skin___Bones.eot") format("eot");
    src:url("assets/fonts/Skin___Bones.eot?#iefix") format('embedded-opentype'),
        url("assets/fonts/Skin___Bones.woff") format("woff"),
        url("assets/fonts/Skin___Bones.ttf") format("truetype"),
        url("assets/fonts/Skin___Bones.svg#skin_and_bones") format("svg");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: 'geared_slabregular';
    src: url('assets/fonts/gearedslab-webfont.eot');
    src: url('assets/fonts/gearedslab-webfont.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/gearedslab-webfont.woff') format('woff'),
        url('assets/fonts/gearedslab-webfont.ttf') format('truetype'),
        url('assets/fonts/gearedslab-webfont.svg#geared_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General */
body {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "skin_and_bones", sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.widget h2 {
    font-size: 36px;
}

/* General */
#dark-bg {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.54);
    padding-left: 10px;
    padding-right: 10px;
}

embed, object, iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

textarea, input, select {
    max-width: 100%;
}

a {
    color: #d10000;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #ababab;
}

.btn {
    font-family: "skin_and_bones", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

hr {
    border-top: 1px solid #d10000;
}

/* Header Image */
.header-image {
    position: absolute;
    left: -60px;
    top: -180px;
}

.header-circle {
    position: absolute;
    left: -90px;
    top: -180px;
    z-index: -2;
}

/* Subpage Header */
.subpage {
    margin-bottom: 30px;
}

.page .header-image {
    left: -45px;
}

.page .header-circle {
    left: -75px;
}

/* Social Row */
.social-container {
    margin-top: 10px;
}

/* Widget Image */
.widget-image {
    margin-right: 10px;
}

/* Navigation */
.nav-down, .dropdown-menu {
    background: #000;
}

.navbar {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}

.nav .caret, .nav a:hover .caret {
    border-top-color: #d10000;
    border-bottom-color: #d10000;
}

.nav>li.current-menu-item>a {
    color: #d10000;
}

.navbar-brand, .nav>li>a {
    font-family: "skin_and_bones", sans-serif;
    color: #fff;
}

.nav>li>a:hover, .nav>li>a:focus {
    background: transparent;
    color: #d10000;
}

.nav-header .navbar-brand, .nav-header .nav>li>a {
    text-transform: uppercase;
    font-size: 36px;
}

.dropdown-menu>li>a {
    text-transform: uppercase;
    font-size: 12px; 
    color: #fff;
}

.nav-header .nav>li>a {
    padding: 15px 30px;
}

.nav-footer {
    text-transform: uppercase;
    font-size: 14px;
    margin: 50px 0px 15px 0px;
    padding-left: 0px;
}

.nav-footer li {
    display: inline-block;
}

.nav-footer li a{
    display: inline-block;
    color: #fff;
}

.nav-footer li.current-menu-item a, .nav-footer li a:hover {
    color: #d10000;
}

.nav-footer li:last-child .divider-vertical {
    display: none;
}

span.divider-vertical {
    background: #848484;
    height: 12px;
    width: 2px;
    margin: 0px 5px 0px 7px;
    vertical-align: middle;
    display: inline-block;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-toggle {
    background-color: #000;
    border-color: #fff;
    border-radius: 0px;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: none;
    color: #d10000;
}

/* Meta Nav */
.meta-nav-container {
    margin: 10px 0px 10px 0px;   
    text-transform: uppercase;
    font-family: "skin_and_bones", sans-serif;  
    font-size: 24px;
}

/* Read More Link */
.moretag {
    text-transform: uppercase;
    font-family: "skin_and_bones", sans-serif;   
}

/* Widget */
.widget ul {
    list-style: none;
    padding: 0;
}

.widget ul li {
    margin-bottom: 10px;
}

.widget ul li a {
    text-transform: uppercase;   
}

/* Carousel */
.carousel {

}

.carousel-border-top {
    position: absolute;
    top: -40px;
    z-index: -1;
    width: 100%;
}

.carousel-border-left {
    position: absolute;
    top: 0;
    left: -40px;
    z-index: -1;
    height: 100%;
}

.carousel-border-right {
    position: absolute;
    top: 0;
    right: -40px;
    z-index: -1;
    height: 100%;
}

ol.carousel-indicators li {
    background-color: #fff;
    border: 1px solid #fff;
}

ol.carousel-indicators li.active {
    background-color: #d10000;  
    border: 1px solid #d10000;
}

ol.carousel-indicators {
    left: 30px;
    bottom: 0px;
}

.carousel-caption {
    background: #000;
    bottom: 10px;
    right: 0px;
    text-align: left;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.carousel-caption h2 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: 'geared_slabregular';
    text-transform: uppercase;
}

.carousel-caption p {
    font-family: 'geared_slabregular';
    text-transform: uppercase;
    color: #d10000;
}

img.slide {
    width: 100%;
    max-height: 455px;
}

/* Comments */
.form-allowed-tags {
    display: none;
}

/* Newsletter */
.newsletter-container {
    margin-bottom: 40px;
}

input[id^="mc4wp_"] {
    width: 200px;
    border-radius: 0px;
}

.newsletter-text {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase; 
}

.mc4wp-form .form-group{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;  
}

.newsletter .widget-title {
    display: none;
}

.btn-down {
    background:url('assets/img/btn-down.png');
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 0px;
    width: 50px;
    height: 39px;
    padding: 0px;
}

.btn-down:hover {
    color: #fff;
}

/* Dropdown */
.dropdown:hover>.dropdown-menu{
    display: block;
}

/* Contact Form 7 */
.wpcf7-not-valid-tip {
    color: #ff0000;
}

/* Recent Entries Widget */
.widget_recent_entries a {
    color: #fff;
}

.widget_recent_entries a:hover {
    color: #d10000;
}

.widget_recent_entries .post-date{
    display: block;
    color: #d10000;
}

/* Instapress */
.instagram-image {
    background-color: #ababab; 
}

/* Gallery */
.gallery-item {
    padding: 5px;
}

.gallery img {
    max-width: 100%;
    height: auto;
}

/* Thickbox */
#TB_window {
    background: #ababab!important;
    z-index: 9999!important;
}

/* Share Links */
div.sharedaddy h3, #content div.sharedaddy h3, #main div.sharedaddy h3, #primary div.sharedaddy h3 {
    font-family: "skin_and_bones", sans-serif!important;
    text-transform: uppercase!important;
    color: #fff!important;
    font-size: 24px!important;
    font-weight: normal!important;
}

/* Loop Images */
.loop-thumb {
    margin-top: 25px;
    border: 5px solid #ababab;
}

/* 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 {
    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. */
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    background: #ababab;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 0px;
}
.wp-caption p.wp-caption-text {
    color: #000;
    font-size: 12px;
    margin: 5px;
}
.wp-smiley {
    margin: 0;
}
.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl {
    margin: 0;
}
.gallery img {
    border: 10px solid #f1f1f1;
}
.gallery br+br {
    display: none;
}
.content .attachment img {/* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 1200px) {
    .nav-header .navbar-brand, .nav-header .nav>li>a { 
        font-size: 28px;
    }
}

@media (max-width: 1000px) {
    .nav-header .navbar-brand, .nav-header .nav>li>a { 
        font-size: 30px;
    }

    .nav-header .nav>li>a {
        padding: 15px 12px;
    } 

    .carousel-border-top {
        top: -25px;
    }

    .carousel-border-left {
        left: -25px;
    }

    .carousel-border-right {
        right: -25px;
    }    
}

@media (max-width: 768px) {
    .header-image {
        left: 0px;
        top: -60px;
        width: 200px;
    }

    .header-circle {
        left: -20px;
        top: -80px;
        width: 200px;
    }

    .page .header-image {
        left: 0px;
        top: -70px;
    }

    .page .header-circle {
        left: -5px;
    }

    .carousel-border-top {
        top: -15px;
    }

    .carousel-border-left {
        left: -15px;
    }

    .carousel-border-right {
        right: -15px;
    }
}

@media (max-width: 550px) {

    .divider-vertical {
        display: none!important;
    }   

    .nav-footer {
        padding: 0;
    }
    .nav-footer li {
        width: 100%;
    }
}

@media (max-width: 450px) {

}