/*   
Theme Name: Responsive Child Theme
Theme URI: http://themeid.com/responsive-theme
Description: Responsive Child Theme
Author: Emil Uzelac
Author URI: http://themeid.com
Template: responsive
Version: 1.0
*/

/* Import Responsive Styles */
@import url('../responsive/style.css');

/* =Start Here
-------------------------------------------------------------- */
body.custom-background {background-size:100%;}
body {color:#000;}
ul { 
margin-left: 1.0em;
}
#breadcrumb a {color: #521414;}
a,.widget-title {color: #521414;}
.widget-title {font-size: 1.75em;}

h1 { font-size: 1.75em;margin: 1em 0px 0px 0em;color: #521414;}
a:hover { color:#9C661F;}
#container {background-color:#FEF0DB;-moz-box-shadow: 0 0 5px 2px #000;
-webkit-box-shadow: 0 0 5px 2px#000;
box-shadow: 0 0 5px 2px #000;padding: 0px;}

.menu {background: #9C661F;background-image: none;}
.menu a:hover { 
background-color: #4F1213;
background-image: none;
}
.menu .current_page_item a { 
background-color: #FEF0DB;
color: #4F1213;
}

.home #wrapper,#wrapper {margin-top:0px;margin-bottom:0px !important;border-radius: 0px;  background: url('/wp-content/themes/responsive-child-theme/images/footer-bg.jpg')no-repeat bottom;
  background-color:#FEF0DB;
padding-bottom:248px !important;
border:none;
}

.widget-wrapper { 
background:#9C661F;
border: none;
margin: 10px 0px;
}

.widget-wrapper img {box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.400);}

.widget-title {padding: 0px 0px 10px;}
.gigpress-sidebar-venue {width:100%;}
.gigpress-tickets-link {display:block !important;clear:both !important;}

 .price {color: #000 !important;}
ul.products li.product {text-align:center !important;}
.related ul.products li.product img, .related ul li.product img, .upsells.products ul.products li.product img, .upsells.products ul li.product img { 
margin:0 auto;
}
#footer a,#footer  {color:#fff}
.gigpress-info-item .gigpress-tickets-link {background:#521414;color:#FEF0DB;width:90px !important;text-align:center;font-size:12px;}
.gigpress-tickets-link {background:#FEF0DB;width:90px !important;text-align:center;margin-top:5px;}
#widgets a { padding: 3px !important;}
#widgets .vevent {border-bottom:1px solid #FEF0DB !important;padding:5px 0;margin-left:0 !important;color:#FEF0DB;}
#widgets .gigpress-listing {margin-left:0;list-style-type:none;}
#widgets .gigpress-sidebar-venue a {color:#FEF0DB;text-decoration:underline !important;}
.gigpress-country {padding-left:10px !important;}
abbr[title]{border-bottom: none;}
/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before: always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after: avoid;
    }

    ul,  ol,  dl {
	    page-break-before: avoid;
    }
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media 
    only screen and (-moz-min-device-pixel-ratio:1.5), 
    only screen and (-o-min-device-pixel-ratio:3/2), 
    only screen and (-webkit-min-device-pixel-ratio:1.5), 
    only screen and (min-device-pixel-ratio:1.5) {
    
    body {}
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {

    body {}
	
    .grid, 
	.grid-right {
	    float: none;
    }
	
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }
	
	.home #widgets {
		margin-top: 40px;
	}
    
    .top-widget,
    .home .top-widget {
        margin-top: 0 !important;
    }
    
}

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

    body {}

    #logo {
	    float: none;
        margin: 0;
	    text-align: center;
    }

    .grid, 
	.grid-right {
	    float: none;
    }

	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }
    
    .top-widget {
        float: none;
        margin: 0 auto 10px auto;
        position: relative;
        text-align: center;
        width: auto;
    }
    
    .top-widget .widget-title {
        text-align: center;
    }
	
    .js .menu,
	.js .sub-header-menu {
		display: none;
	}
	
	.top-menu, 
	.footer-menu li {
	    float: none;
        font-size: 11px;
	    text-align: center;
    }
	
	.tinynav { 
	    display: block;
		margin: 0 auto;
		width: 100%;
	}
	
	.tinynav {
		-moz-appearance: none !important;
		-webkit-appearance: none !important;
		appearance: none !important;
		background: #fff url(images/bg-select.png) no-repeat right;
		border: 1px solid #ccc;
        font-size: 12px;
		overflow: hidden;
		padding: 0.5em 1em 0.5em 0.75em;
	}
	
	.ie7 .tinynav,
	.ie8 .tinynav {
		padding-right: 10px;
	}
	
	.ie9 .tinynav  {
		padding-right: 8px;
	}
	
    #footer {
	    text-align: center;
    }

    #footer .social-icons {
	    text-align: center;
    }
}

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

    body {}

    #logo {
	    float: none;
	    text-align: center;
    }

    .grid, 
	.grid-right {
	    float: none;
    }
	
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
	}
	
	.featured-title {
	    font-size: 40px;
	    padding: 40px 20px 0 20px
    }
    
    .navigation .next,
    .navigation .previous {
        text-align: center;
    }
	
    .menu ul, 
	.menu li, 
	.top-menu, 
	.footer-menu li, 
	.sub-header-menu li {
	    float: none;
	    text-align: center;
        text-rendering: optimizeSpeed;
    }
	
    #footer {
	    text-align: center;
    }

    #footer .social-icons {
	    text-align: center;
    }
}

@media screen and (max-width: 320px) {
    
    body {}
	
	#featured p {
	    font-size: 12px;
		line-height: 1.2em;
    }

    .featured-title {
	    font-size: 35px;
    }
	
	.featured-subtitle {
		font-size: 15px;
	}

    .call-to-action a.button {
	    font-size: 14px;
	    padding: 7px 17px;
    }
}

@media screen and (max-width: 240px) {
    
    body {}
	
	#featured p {
	    font-size: 11px;
		line-height: 1.1em;
    }

    .featured-title {
	    font-size: 20px;
    }
	
	.featured-subtitle {
		font-size: 11px;
	}

    .call-to-action a.button {
	    font-size: 12px;
	    padding: 5px 15px;
    }
    
    .top-widget area,
    .top-widget select,
    .top-widget textarea,
    .top-widget input[type="text"], 
    .top-widget input[type="password"] {
        width: 75%;
    }
    
    .widget-title,
    .widget-title-home h3 {
        font-size: 14px;
        height: 13px;
        line-height: 13px;
        text-align: center;
    }
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #521414 !important;
}
/*The last 29 days of the month are the hardest."- Nikola Tesla*/
.woocommerce-checkout form div {
  clear: none;
}