/*
Theme Name: Zancudo child-theme
Theme URI: http://thehappybit.com
Template: zancudo
Author: The Happy Bit
Author URI: http://thehappybit.com
Description: Mighty fullscreen theme for creatives
Version: 1.0
License URI: http://themeforest.net/licenses/regular_extended
Tags: black, white, light, one-column, fluid-layout, custom-menu, featured-images, post-formats, translation-ready
*/



#header {
    background: #fff;
}


#logo {
    max-width: 280px;
}


.parallax-container {
    margin-top: 150px;
}


.menu-trigger {
    top: 140px;
}


.contact_stuff {
    position: absolute;
    right: 18px;
    max-width: 40%;
}


.contact_stuff p {
    text-align: right;
    margin-top: 10px;
}

p.address {
    margin-top: 20px;
}

.contact_stuff .thb-social-icon:after {
    color: black;
}


.contact_stuff #social-icons {
    right: 0;
    position: absolute;
}

.thb-social-icon:after {
    font-size: 30px;
}


.thb-social-icon {
    width: 35px;
}


.thb-social-icon:after {
    opacity: 1;
}


body.home #page-content {
    display: none !important;
}

.recordDude{
	width: 250px;
	float: right;
	margin-top: -302px;
	margin-right: 11%;
	
}
.recordDude img {
	width: 100%;
	height: 100%;
}

.instagram-pics li {
    list-style-type: none !important;
}

.instagram-pics img {
    margin-bottom: 10px;
}

.thumbnail_image {
    float: left;
    margin-right: 20px;
}

.su-post {
    display: block;
    overflow: auto;
    margin-bottom: 50px;
}

.album-releases .thb-work-overlay {
    background: #f4ebd2 !important;
    color: black !important;
}

.instores .thb-work-overlay {
    background: #f4d2da !important;
    color: black !important;
}
.day .thb-work-overlay {
    background: #d2f4f1 !important;
    color: black !important;
}
p.instoresCat {
	background: #f4d2da;
}
p.dayCat {
	background: #d2f4f1;
}
p.album-releasesCat {
	background: #f4ebd2;
}
p.newsCat {
	background: #000;
	color:#fff;
}
p.album-releasesCat, p.instoresCat, p.newsCat, p.dayCat{
	margin-left: 1px;
	padding-left: 5px;
	height:30px;
	display:flex;
	flex-direction:column-reverse;
}
.performance_date2{
	font-size:1.4em;
	font-weight:100;
}
.date {
    list-style: none;
}

.the_content {
    display: table;
}

.su-post-title a {
    background: black;
    color: white !important;
    padding: 5px 10px;
    display: inline-block;
}

.su-post-title a:hover {
    background: white;
    color: black !important;
} 

h1.su-post-title {
    margin-bottom: 10px;
}

.footer-wrapper section.col.one-third:nth-child(2) {
    padding-left: 80px;
    box-sizing: border-box;
}
.thb-product-description form{
	display: none;
}
.thb-mini-cart-icon {
	display: none;
}
p.price{
	display: none;
}
.thb-add-to-cart-wrapper{
	display: none;
}
.button.add_to_cart_button.product_type_simple{
	display: none !important;
}
.thb-product-image-wrapper.item-thumb{
	background: #cecece;
}

@media screen and (max-width: 767px) { 

	p.address {
		margin: 10px 0 0 0;
    }
    p.phone {
        margin: 0;
    }
    .thb-social-icon:after {
        font-size: 24px;
    }
    .contact_stuff {
        max-width: 150px;
    }
    .menu-trigger {
        top: 100px;
        right: -15px;
    }
	
	.recordDude{
		margin-top: -323px;
		margin-right: -6%;
	}
    .footer-wrapper section.col.one-third:nth-child(2) {
        padding-left: 0px;
        box-sizing: border-box;
    }
    
    .contact_stuff {
        font-size: 11px;
    }
    .menu-trigger {
        top: 85px;
        width: 30px;
        height: 30px;
        right: -5px;
    }
    
    .trigger-open:after {
        content: "H";
        font-size: 26px;
        line-height: 30px;
    }
    .trigger-close:after {
        content: "I";
        font-size: 28px;
    }
    .menu-trigger:after {
        text-align: center;
        line-height: 28px;
    }
}


@media screen and (max-width: 480px) {
    .responsive_480 .thb-portfolio-filter-wrapper #thb-portfolio-filter li {
        display: block;
        margin: 20px 0;
    }
    .recordDude {
        display: none;
    }
}

