
/*
Theme Name: Horror Nights 2015
Theme URI: https://horrornights.nl
Author: Grumor
Author URI: https://grumor.com/
Description: Our 2015 theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: horrornights2015

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.
*/

@font-face {
    font-family: 'Octin Spraypaint';
    src: url('./fonts/octin_spraypaint.eot');
    src: url('./fonts/octin_spraypaint.woff') format('woff'),
        url('./fonts/octin_spraypaint.ttf') format('truetype'),
        url('./fonts/octin_spraypaint.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Jellyka Saint-Andrews Queen';
    src: url('./fonts/Saint-Andrews_Queen.eot');
    src: url('./fonts/Saint-Andrews_Queen.woff') format('woff'),
    url('./fonts/Saint-Andrews_Queen.ttf') format('truetype'),
    url('./fonts/Saint-Andrews_Queen.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

*{
	margin:0;
	padding:0;
}
a{
    color:#b7ac95;
}
a:hover{
    color:#b7ac95;
}

body {
	position:relative;
	z-index:0;
	/* background: url('./images/background.jpg') top center repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
	background-color:#000;
	color:#b7ac95;
	font-family: Raleway, 'helvetica neue', helvetica, sans-serif;
	font-size:15px;
}

h1, h2{
    font-family: 'Octin Spraypaint', Raleway, 'helvetica neue', helvetica,sans-serif;
    text-shadow: 0.1em 0.1em 0.2em;
}
.yearheader{
    text-align: center;
}
.yearheader h1{
    font-family: 'Jellyka Saint-Andrews Queen', 'Octin Spraypaint', Raleway, 'helvetica neue', helvetica, sans-serif;
    color:#a20000;
    text-shadow: 0.1em 0.1em 0.2em;
    font-size: 4em;
    padding-top: 20px;
}
#toplayer {
	/* position:relative;
	z-index:1;*/
    background-color:#000;
    height: 100%;
    /*padding-bottom: 265px;*/
	box-shadow:0 5px 5px rgba(0,0,0,0.2);
}
#bottomlayer {
	height:265px;
	position:relative;
	z-index:-2;
}
#bottomlayer > footer {
	position:fixed;
	background-color:#000;
	padding-bottom:60px;
	z-index:-1;
	height:265px;
	width:100%;
	bottom:0;
}
#topmenu {
	border-bottom:1px solid #28241b;
}
#sidemenu h2 {
    color: darkred;
}
#sidemenu h2 a{
    color: darkred;
 }
#sidemenu h2 a:hover{
    text-decoration: none;
}
#sidemenu ul {
    list-style: none;
}
#sidemenu ul>li {
    padding-bottom:5px;
    padding-top:5px;
}
#sidemenu ul>li a{
    color: #b7ac95;
    font-weight:bold;
}
#content {
	background-color:#000000;
	/*height:1000px; */
    padding-bottom:50px;
}
#logocontainer{
}
#toplogo {
	position: relative;
    left: 50%;
    margin-left: -150px;
	margin-top:-22px;
}
.navbar-default {
	background-color:transparent !important;
	border: none;
}
.navbar{
    margin-bottom:5px;
}
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .navbar-default .navbar-nav>li{
        margin-left:1.5em;
        margin-right:1.5em;
    }
}
.navbar-default .navbar-nav>li {
    border-top: 2px solid transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #b7ac95;
    font-weight: bolder;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li.current-menu-item > a {
    color: red;
}
.navbar-default .navbar-nav > li.current-menu-item {
    border-top: 2px solid red;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    /*background-color: #FFFF00;*/
    color: darkred;
    font-weight: bolder;
}
div.home-wrapper {
    background-image: url('./images/fp_1.jpg');
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
    background-position:  calc(50% + 200px) 50%;
    background-color: #000000;
    /*height: 500px;*/
    margin-top: -186px;
}
div#content.fp-wrapper{
    background-color:#000000;
    height:100%;
}
.fp-featured{
    margin-top:200px;
}
.fp-info {
    margin-top: 70px;
    border-top: 1px solid #28241b;
    border-bottom: 1px solid #28241b;
    /*height: 190px;*/
}
.fp-info .items{
    margin-top:10px;
    margin-bottom:10px;
    /*height:170px;*/
}
.fp-info i.fa {
    margin-top: 20px;
    margin-left: 10px;
}
@media (max-width: 768px) {
    .fp-open .col-lg-9, .fp-location .col-lg-9 {
        border-right: none;
        border-bottom: 1px solid #28241b;
    }
    #bottomlayer .footer-inner{
        background-image:none;
    }
}

.fp-open .col-lg-9, .fp-location .col-lg-9 {
    border-right: 1px solid #28241b;
    /*height: 100%; */
}
.row .thumbnail  {
    background: #000;
}
img.img-thumbnail {
    background-color: transparent;
    border: 1px solid #28241b;
    padding: 0px;
    -webkit-box-shadow: 0 0 15px rgba(224,217,194,0.3);
    -moz-box-shadow: 0 0 15px rgba(224,217,194,0.3);
    box-shadow: 0 0 15px rgba(224,217,194,0.3);
}
.fp-houses .image-m {
    margin-top: 30px;
}
.fp-houses .image-s {
    margin-top: 45px;
}
.fp-buy{
    text-align: center;
    margin-top: 50px;
}
.fp-buy h2{
    font-size: 3em;
}
.footer-newsletter {
    background-color: #201f1e;
    vertical-align: middle;
    height:75px;
}
input.newsletter-email {
    margin-top: 20px;
    font-size: 20px;
    background-color: gray;
    border: none;
    border-radius: 8px;
    padding: 5px;
    float:right;
    color: #000000;
}
input.newsletter-submit {
    margin-top: 20px;
    float: right;
}
.social-media {
    padding-top: 30px;
    float: left;
}
.social-media ul {
    list-style: none;
}
.social-media ul li{
    float:left;
    padding-right: 35px;
}

.social-media ul li a{
    color: #b7ac95;
}
.contact-information {
    float: left;
}
.legal{
    clear:both;
}
.footer-inner{
    background-image: url('./images/footer.png');
    background-repeat: no-repeat;
    background-position: right bottom
}
/*  SHOP */
p.woocommerce-result-count {
    display: none;
}
.woocommerce-ordering{
    display:none;
}
ul.products {
    list-style: none;
}
img.wp-post-image{
    display:none;
}
ul.products li span.price {
    display: none;
}
a.add_to_cart_button {
    display: none;
}
div.product div.images {
    float: left;
}
.summary.entry-summary {
     float: left;
     margin-left: 25px;
 }
.quantity input, input#coupon_code {
    margin-top: 20px;
    font-size: 20px;
    background-color: gray;
    border: none;
    border-radius: 8px;
    padding: 5px;
    color: #000000;
}
input#coupon_code{
    width:175px;
}
button.single_add_to_cart_button.button.alt {
    margin-top: 20px;
    padding: 10px;
    border: none;
    border-radius: 8px;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
    background-color: #000;
    border-top: none;
    font-weight: bold;
    color: #b7ac95;
}
table.shop_table tr:nth-child(odd) {
    background-color: #262626;
}
td.actions {
    background-color: #000000;
}
table.shop_table th {
     background-color: #000000;
 }
table.shop_table .quantity input {
    margin-top: 0px;
    font-size: 14px;
}
table.shop_table div.coupon input.button {
    margin-left: 10px;
    position: relative;
    top: -3px;
}
td.actions input.button {
    margin-top: 20px;
}
.wc-proceed-to-checkout {
    margin-top: 5px;
}
a.checkout-button.button.alt.wc-forward {
    background-color: darkred;
}
#billing_phone_field, #billing_company_field, #billing_country_field, #billing_address_1_field, #billing_address_2_field, #billing_city_field {
    display: none;
}
.woocommerce-shipping-fields {
    display: none;
}
tr.cart-subtotal td {
    background-color: #000000;
}
.woocommerce-checkout #payment{
    background-color: #000000;
}
.woocommerce-checkout #payment ul.payment_methods{
    border-bottom: 1px solid #b7ac95;
}
input#place_order {
    background-color: darkred;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    margin-top: 20px;
    font-size: 20px;
    background-color: gray;
    border: none;
    border-radius: 8px;
    padding: 5px;
    color: #000000;
}
span.sku_wrapper, span.posted_in, span.tagged_as {
    display: none;
}

.related.products{
    display: none;
}
p#billing_state_field, p#billing_billing_address_1_field, p#billing_billing_state_field {
    display: none;
}
.onsale{
 display:none;
}
li.product-category.product {
    width: 50%;
    float: left;
}

mark.count {
    background-color: transparent;
    color: #b7ac95;
}