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

/* Font */
body {
    font-family: 'Nunito', sans-serif;
    color: #fff;
}

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

/* General */
embed, object, iframe, img {
    max-width: 100%;
}

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

a {
    color: #fff;
}

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

.btn {
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
}

/* Header Image */
.header-image-container {
    position: relative;
}

.social-container {
    position: absolute;
    top: 0;
    right: 5px;
}

.header-image {
    width: 100%;
}

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

.widget-image-footer {
    padding: 3px;
}

/* Navigation */
.nav-mb, .dropdown-menu {
    background: rgb(81, 65, 69);
    background: rgba(81, 65, 69, 0.7);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#514145', endColorstr='#1a0d10');*/
    background: -ms-linear-gradient(top, rgba(81, 65, 69, .67) 0%, rgba(26, 13, 16, .67) 100%) 70%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 65, 69, .67)), to(rgba(26, 13, 16, .67))) 70%;
    background: -moz-linear-gradient(top, rgba(81, 65, 69, .67), rgba(26, 13, 16, .67)) 70%; 
}

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

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

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

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

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

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

.nav-footer {
    text-transform: uppercase;
    font-size: 12px;
}

.nav-footer li {
    float: left;
}

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

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

span.divider-vertical {
    background: #848484;
    height: 10px;
    width: 1px;
    vertical-align: middle;
    display: inline-block;
}

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

.navbar-toggle {
    background-color: #0a6dcb;
    border-color: #000;
}

.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: #0a6dcb;
}

/* Meta Nav */
.meta-nav-container {
    margin: 10px 0px 10px 0px;   
}

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

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

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

/* Carousel */
.carousel {
    border: 3px groove #0a6dcc;
}
ol.carousel-indicators li {
    background-color: #0a6dcb;
    border: 1px solid #0a6dcb;
}

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

ol.carousel-indicators {
    left: inherit;
    right: 0px;
    bottom: 0px;
    width: 10%;
}

.carousel-caption {
    background: rgb(10, 109, 203);
    background: rgba(10, 109, 203, .7);
    bottom: 10px;
    left: 0px;
    text-align: left;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 75%;
    box-shadow: 5px -5px 5px #000;
}

.carousel-caption h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.carousel-caption p {
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
}

.carousel-caption a:hover {
    color: #000;
}

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

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

/* Newsletter */
input[id^="mc4wp_"] {
    width: 200px;
}

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

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

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

/* Amazon Buy Link */
a.amazon-buy {
    background-image:url('assets/img/amazon_normal.png');
    display: inline-block;
    width: 150px;
    height: 31px;
    margin-top: 5px;
    margin-bottom: 5px;
}

a.amazon-buy:hover {
    background-image:url('assets/img/amazon_hover.png');
}

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

/* 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: #f1f1f1;
    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: #888;
    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: 23px;
    }
    .nav-header .nav>li>a {
        padding: 10px 20px;
    } 
}

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

@media (min-width: 768px) {
    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        font-size: 40px;
    }
}


@media (max-width: 768px) {
    .nav-footer ul li:first-child {
        display: none;
    }

    .nav-footer {
        padding-left: 5px;
    }
}

@media (max-width: 550px) {

    .nav-footer {
        padding-left: 20px;
    }

    .nav-footer ul li a {
        padding: 10px 5px;
        font-size: 10px;
    }

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

@media (max-width: 450px) {

    .nav-footer ul li:nth-child(2) {
        display: none;
    }
}