/*
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt
*/

@import url('https://fonts.googleapis.com/css?family=Crimson+Text|Teko:300');

body {
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    font-weight: 400;
}

body ::selection {
    color: #ffffff; 
    background-color: #e74c3c;
}

a {
    color: #e74c3c;
}

h1 {
    font-size: 36px;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2 {
    font-size: 26px;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

h3 {
	font-size: 22px;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 300;
}

blockquote {
	background-color: transparent;
}

#container {
	max-width: none;
	padding: 0;
}

.skip-container {
	padding: 0;
}

/* -------------------- Header Styles -------------------- */

    #header {
    	background-color: #0e1e31;
    	font-family: 'Teko', sans-serif;
    	font-weight: 300;
    	letter-spacing: 2px;
    	text-transform: uppercase;
    }

    #logo {
        max-width: 300px;
        text-align: center;
        float: none;
        margin: auto;
        padding: 30px 30px;
    }

    #logo img {
        width: 60px;
        height: 60px;
    }

/* -------------------- Menu Styles -------------------- */

    .main-nav {
    	background-color: #f5f5f5;
		background-image: none;
    }

    .site-name {
    	padding-top: 0;
    	text-align: center;
    	font-size: 36px;
    }

    .site-name a {
        color: #ffffff;
        font-weight: 300;
    }

    .site-description {
    	margin: 0;
    	color: #ffffff;
    }

    #logo {
    	color: #ffffff;
    }

    @media screen and (min-width: 651px) {
        .menu {
            text-align:center
        }
        .menu li {
            display:inline-block;
            float:none;
            margin-left: -5px;
        }
        .menu li li {
            display:block;
            text-align:left;
        }
    }

    @media screen and (max-width: 650px) {
    	.js .main-nav #responsive_current_menu_item {
    		padding: 5px 40px 5px 10px;
    		font-weight: 300;
    		text-transform: uppercase;
    		letter-spacing: 3px;
    		font-family: 'Teko', sans-serif;
    		font-size: 18px;
    	}
    }

    @media screen and (max-width: 650px) {
    	.js .main-nav {
    	    position: relative;
    	    background-color: #979797;
    	    background-image: none;
    	    border-radius: 0;
    	    clear: both;
    	    margin: 0 auto;
    	}
    	.js .main-nav .menu li a {
    	    color: #0e1e31;
    	    font-size: 18px;
    	    font-weight: 300;
    	}
    }


    .menu {
    	background-color: inherit;
    	background-image: none;
    	font-family: 'Teko', sans-serif;
    	text-transform: uppercase;
        letter-spacing: 2px;
    }

    .menu a {
        border: none;
        color: #0e1e31;
        text-shadow: none;
        height: 46px;
        line-height: 46px;
        font-weight: 300;
        font-size: 18px;
        transition: color .25s ease;
    }

    .menu a:hover {
        background-color: transparent;
        color: #e74c3c;
        background-image: none;
    }

    .menu .current_page_item a, .menu .current-menu-item a {
        background-color: transparent;
    }

    .menu .current_page_item {
        background-color: #e74c3c;
    }

    .menu .current_page_item a {
        color: #ffffff;
    }

    .menu .current_page_item a:hover {
        background-color: #e74c3c;
    }

    ul.menu > li:hover {
        background-color: transparent;
        color: #0e1e31;
    }

    /* -------------------- Main Page Image Menu Styles -------------------- */

    #nav_menu-3 {
        font-size: 36px;
        font-family: 'Teko', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 2px;
        width: 100%;
        margin: 0 auto;
        padding: 10px 0 30px;
    }

    #nav_menu-3 .menu-widget {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #nav_menu-3 .menu-item {
        list-style: none;
        text-align: center;
        display: inline-block;
        margin: 0 30px;
    }

    #nav_menu-3 .menu-item a {
        display: block;
        width: 250px;
        height: 250px;
        line-height: 250px;
        background-color: #e74c3c;
        font-weight: 300;
        color: white;
        box-shadow: 0px 250px rgba(0, 0, 0, 0.4) inset;
        background-size: 100%;
        transition: box-shadow .25s ease;
    }

    @media (max-width: 945px) {
        #nav_menu-3 .menu-item a {
            width: 200px;
            height: 200px;
            line-height: 200px;
        }
    }

    @media (max-width: 800px) {
        #nav_menu-3 .menu-item {
            margin: 30px 0px;
            display: block;
        }
        #nav_menu-3 .menu-item a {
            width: 250px;
            height: 250px;
            line-height: 250px;
            margin: 0 auto;
        }
    }

    #nav_menu-3 .menu-item a:hover {
        box-shadow: 0px 250px rgba(231, 76, 60, 1) inset;
    }

    #menu-item-296 a {
        background-image: url('../../uploads/2017/08/IMG_5471-300x300_c.jpg');
    }

    #menu-item-297 a {
        background-image: url('../../uploads/2017/08/IMG_5472-300x300_c.jpg');
    }

    #menu-item-298 a {
        background-image: url('../../uploads/2017/08/IMG_5473-300x300_c.jpg');
    }

/* -------------------- Body Content -------------------- */

    #wrapper {
        background-color: #E6E6ED;
        color: #0e1e31;
    }

	body.default-layout #content-outer {
		max-width: 1200px;
	}

	#custom_html-6 {
		text-align: center;
		background-color: #393d41;
		color: #ffffff;
		font-size: 16px;
		font-style: normal;
		line-height: 22px;
		padding: 60px;
	}

	#custom_html-6 h3 {
		padding:0;
	}

	#custom_html-6 p {
		font-size: 16px;
		font-style: normal;
		line-height: 22px;
		margin: 40px 0;
	}

	#custom_html-6 #discography-btn {
		display:block;
		width: 160px;
		height: 45px;
		color:#fff;
		line-height: 45px;
		color: #ffffff;
		font-size: 26px;
		font-family: 'Teko', sans-serif;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 2px;
		background-color: #e74c3c;
		cursor: pointer;
		float: none;
		margin: 40px auto 0;
		transition: background-color .25s ease;
	}

	#custom_html-6 #discography-btn:hover {
		background-color: #0e1e31;
	}

    /* -------------------- Featured Content -------------------- */

        /* -------------------- Music Player -------------------- */

            .music-player-mini {
                border:0px;
                width:100%;
                height:100px;
                max-width: 700px;
                display: block;
                margin: 30px auto 0;
            }

            .music-player-store {
                border:0px;
                width:100%;
                height:520px;
                max-width: 1024px;
                display: none;
                margin: 0 auto;
            }

            .music-player-square {
                display: block;
            }

            @media screen and (min-width: 765px) {
                .music-player-square {
                    display: none;
                }
                .music-player-store {
                    display: block;
                }
            }

        #featured {
        	background-color: #E6E6ED;
        	color: #0e1e31;
        	border:none;
        	margin-top: 2.127659574468%;
        }

        #featured-content {
        	margin-bottom: 0;
        }

        .featured-title {
            font-size: 36px;
            font-family: 'Teko', sans-serif;
            font-weight: 300;
        	text-transform: uppercase;
            letter-spacing: 2px;
            margin: 0;
            padding-top: 0;
            text-align: center;
        }

        .featured-subtitle {
            padding: 0 10px;
            text-align: center;
            font-size: 26px;
            font-family: 'Teko', sans-serif;
            font-weight: 300;
        	text-transform: uppercase;
            letter-spacing: 2px;
        }

        #featured .call-to-action {
        	margin-top: 30px;
        }

        #featured p {
            font-size: 16px;
            padding: 0 40px 0 40px;
            margin: 0;
            text-align: left;
            font-weight: 400;
        }

        a.blue.flat {
            background-color: #e74c3c;
            border-radius: 0;
            font-size: 26px;
            font-family: 'Teko', sans-serif;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 2px;
            box-shadow: none;
            text-shadow: none;
            transition: background-color .25s ease;
        }

        a.blue.flat:hover {
            background-color: #0e1e31;
        }

		@media screen and (max-width: 320px) {
			.call-to-action a.button, .about-content a {
				padding: 15px 35px;
			}
		}

    /* -------------------- Widgets -------------------- */

        .widget-wrapper {
        	border-radius: 0;
        	border: none;
            background-color: transparent;
        }

        #recentpostswithexcerpts-5 {
        	text-align: center;
        	background-color: #393d41;
        	color: #ffffff;
        }

        #recentpostswithexcerpts-5 a {
        	color: #ffffff;
        	font-weight: 300;
            transition: background-color .25s ease;
        }

        #recentpostswithexcerpts-5 a:hover {
        	color: #e74c3c;
        }

        #recentpostswithexcerpts-5 blockquote p {
            font-size: 16px;
            font-style: normal;
            line-height: 22px;
            margin: 10px 0;
        }

        #recentpostswithexcerpts-5 blockquote {
            border-left: none;
        }

        #recentpostswithexcerpts-5 .recent_posts_with_excerpts {
        	list-style: none;
        }

        #recentpostswithexcerpts-5 .recent_posts_with_excerpts h2 {
        	font-family: 'Teko', sans-serif;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 36px;
        }

        #recentpostswithexcerpts-5 .recent_posts_with_excerpts h3 {
        	font-family: 'Teko', sans-serif;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 26px;
        }

        #recentpostswithexcerpts-5 .recent_posts_with_excerpts .alignright {
            width: 160px;
            height: 45px;
            background-color: #e74c3c;
            cursor: pointer;
            float: none;
            margin: 40px auto 0;
            transition: background-color .25s ease;
        }

        #recentpostswithexcerpts-5 .recent_posts_with_excerpts .alignright:hover {
            background-color: #0e1e31;
        }

        #recentpostswithexcerpts-5 .recent_posts_with_excerpts .alignright a {
            line-height: 45px;
            color: #ffffff;
            font-size: 26px;
            font-family: 'Teko', sans-serif;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        #widget-title-one {
        	font-family: 'Teko', sans-serif;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 36px;
        }

        .widget-title h3 {
            font-family: 'Teko', sans-serif;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 26px;
            text-align: center;
            line-height: 26px;
        }

        .widget-title-home h3 {
            font-family: 'Teko', sans-serif;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 36px;
            text-align: center;
            line-height: 36px;
        }

    /* -------------------- New Page Styles -------------------- */

        .entry-title, .post-title {
            text-align: center;
            font-size: 36px;
            line-height: 36px;
        }

		#post-352 {
			text-align: center;
		}

    /* -------------------- Photo Gallery Styles -------------------- */

    .envira-gallery-wrap {
        margin-top: 40px !important;
    }

    /* -------------------- Contact Form Styles -------------------- */
    
    .wpcf7-form select, .wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"] {
        max-width: 800px;
        width: 100%;
        border-radius: 0;
        border: none;
        box-shadow: none;
        background-color: #0e1e31;
        color: #ffffff;
        padding: .3em .4em .3em;
    }

    .wpcf7-form select, .wpcf7-form input[type="text"]::placeholder, .wpcf7-form input[type="password"]::placeholder, .wpcf7-form input[type="email"]::placeholder {
        color: #ffffff;
    }

    #text-5 {
        margin: 0;
        padding: 0;
    }

    .wpcf7-form {
        text-align: center;
    }

    .wpcf7-form textarea {
        width: 100%;
        max-width: 800px;
        height: 120px; 
        border-radius: 0;
        border: none;
        box-shadow: none;
        background-color: #0e1e31;
        color: #ffffff;
    }

    .wpcf7-form textarea::placeholder {
        color: #ffffff;
    }

    .wpcf7-form input, textarea {
        font-family: 'Crimson Text', serif;
        font-size: 16px;
        font-weight: 400;
    }

    input[type='submit'].wpcf7-submit {
        width: 160px;
        background-color: #e74c3c;
        background-image: none;
        font-size: 26px;
        line-height: 45px;
        font-family: 'Teko', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #ffffff;
        box-shadow: none;
        text-shadow: none;
        border:none;
        border-radius: 0;
        transition: background-color .25s ease;
    }

    input[type='submit'].wpcf7-submit:hover {
        background-color: #0e1e31;
    }

    div.wpcf7 .ajax-loader {
        display: block;
    }

    div.wpcf7-validation-errors {
        border: 2px solid #f00;
    }

    /* -------------------- Video Styles -------------------- */

    .fluid-width-video-wrapper {
        margin: auto;
    }

    .video-container {
        max-width: 1024px;
        margin: 0 auto;
        border:8px solid #393d41;
    }

    /* -------------------- Blog Styles -------------------- */

    #comments {
        padding: 0 20px;
        font-size: 18px;
        font-family: 'Teko', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .commentlist {
        padding: 0 20px;
        border:none;
    }

    .commentlist li {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        background-color: #0e1e31;
        border-radius: 0;
        color: #ffffff;
    }

    .commentlist li.alt {
        background: #0e1e31;
    }

    .commentlist li cite {
        color: #ffffff;
    }

    .comment-author .says {
        color: #ffffff;
    }

    .commentlist .avatar {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #respond {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 0;
    }

    #reply-title {
        font-size: 36px;
        font-family: 'Teko', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .comment-form-comment textarea {
        border-radius: 0;
        box-shadow: none;
        border:none;
    }

    .form-submit #submit {
        width: 160px;
        background-color: #e74c3c;
        background-image: none;
        cursor: pointer;
        line-height: 45px;
        font-size: 26px;
        font-family: 'Teko', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        text-shadow: none;
        box-shadow: none;
        letter-spacing: 2px;
        color: #ffffff;
        transition: background-color .25s ease;
    }

    .form-submit #submit:hover {
        background-color: #0e1e31;
    }

/* -------------------- Footer Styles -------------------- */

#footer {
    background-color: #0e1e31;
    max-width: none;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#footer a {
    color: #ffffff;
    transition: color .25s ease;
}

#footer a:hover {
    color: #e74c3c;
}

#footer_widget h3 {
	font-size: 16px;
	padding-bottom: 5px;
}

#footer_widget .widget-wrapper {
	text-align:center;
	padding: 0;
	margin-bottom:0;
}

#srs_shc_widget-2 {
	width:100%;
	margin:30px 0 0;
	padding:0;
}

.copyright {
	width:100%;
	text-align: center;
	padding-left: 0;
	margin-bottom: 5px;
}

#footer .social-icons {
    display: none;
}

@media screen and (max-width: 980px) {
    .copyright {
		margin-bottom: 15px;
    }
}

@media screen and (max-width: 425px) {
    .copyright {
		margin-bottom: 30px;
    }
}