/*
Theme Name: DJ Ass Maggots
Theme URI: http://www.djassmaggots.com
Author: 
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

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.
*/

html, body{ overflow-x: hidden;}

header.entry-header {display: none; }
.edit-link {display: none;}
#content-sidebar {display: none; }

#subscribe, #shop, #greatest-rapper-of-all-time {background-color: #000000; }
.os_poll {text-align:center; margin: 0 auto; max-width: 600px;}
#the-end:after{display:none;}

.yikes-easy-mc-form{
	width: 50% !important;
	margin: 0 auto 50px;
	text-align: center;
}

.yikes-easy-mc-form label { font-size: 16px; margin-bottom: 10px; text-align: center; }

.yikes-mailchimp-container .edit-link { display: none !important; }

.yikes-easy-mc-form .form-field-description{ display: none !important; }

.yikes-easy-mc-form input[type=email]{ height: 30px; margin-top: 10px; }

button.btn-primary, button.btn-primary:hover, button.btn-primary:active, button.btn-primary:visited, a.button{
background: rgba(139,125,79,1);
background: -moz-linear-gradient(top, rgba(139,125,79,1) 0%, rgba(79,71,45,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(139,125,79,1)), color-stop(100%, rgba(79,71,45,1)));
background: -webkit-linear-gradient(top, rgba(139,125,79,1) 0%, rgba(79,71,45,1) 100%);
background: -o-linear-gradient(top, rgba(139,125,79,1) 0%, rgba(79,71,45,1) 100%);
background: -ms-linear-gradient(top, rgba(139,125,79,1) 0%, rgba(79,71,45,1) 100%);
background: linear-gradient(to bottom, rgba(139,125,79,1) 0%, rgba(79,71,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b7d4f', endColorstr='#4f472d', GradientType=0 );
color: #FFFFFF;
}

a.button{
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 14px;
    border-radius: 3px;
}

a.button:hover{
text-decoration:none !important;
}

@media (max-width: 767px){
#shop img {
width:100%;
height:auto;
}
}