/*
Theme Name: Haagse Toren
Theme URI: http://infonto.nl
Author: Infonto
Author URI: http://infonto.nl
Description: The Penthouse bootstrap responsive theme based on _tk.
Version: 1.0
License: GNU General Public License
License URI: see license.txt
Tags: penthouse, infonto


*/

/* Import the necessary TK Bootstrap WP CSS additions */
@import url( includes/css/bootstrap-wp.css );

aside {
	display: block;
}

/* My Minimal WordPress Styling comes here */

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}


/* Clearing */
.clear {
	clear: both;
}


/* Here some needed widget styles 
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line. 
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!  
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; } 


/* Main elements */
.site-navigation {
	margin-bottom: 75px;
}
.contact-header {
	background: #fff;
	/*color: #a78247;*/
	color: #542e25; /* tht */
}
.site-header .container,
.site-navigation .container {
	padding-bottom: 0;
}

.site-header-inner-square {
	/*background-color: #122648;
	background-color: rgba(18, 38, 72, .4);*/
	background-color: #a6a9ab; /* tht */
	background-color: rgba(166, 169, 171, .4); /* tht */
	color: #fff;
}
.site-branding {
	width: 412px;
	height: 147px;
	margin: 0 auto;
	padding: 50px 0 20px 0;
}
.site-title {
	display: block;
	width: 412px;
	height: 78px;
	margin: 0;
	outline: 0;
}
.site-title a,
.site-title a:focus {
	display: block;
	width: 413px;
	height: 77px;
	margin: 0;
    background: url("images/logo-haagsetoren.svg") no-repeat center center;
	outline: 0;
	text-indent: -9999em;
}
body.en .site-title a,
body.en .site-title a:focus {
	width: 431px;
	height: 76px;
	margin: 0;
    background: url("images/logo-thehaguetower.svg") no-repeat center center;
}
.site-description {
	position: absolute;
	clip: rect(0px 0px 0px 0px);
 }
.main-content-inner {
}

footer .container {
	padding-bottom: 0;
}

.site-footerlinks-row {
	color: #fff;
	/*background-color: #122648;
	background-color: rgba(15, 19, 48, .7);*/
	background-color: #a6a9ab; /* tht */
	background-color: rgba(166, 169, 171, .7); /* tht */
}
.site-footerlinks {
	padding: 70px 0 35px 0;
	/* color: #a78247; */
	color: #542e25; /* tht */
	font-weight: 700;
	line-height: 24px;
}
.site-footerlinks.trip {
	padding-top: 50px;
	padding-bottom: 20px;
}
.site-footerlinks h4 {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	margin-top: -23px;
	padding-left: 24px;
}
.site-footer-inner {
	margin-left: 30px;
	margin-right: 40px;
}

ul.footeraddress {
	margin: 0;
	padding: 0;
}
ul.footeraddress li {
	margin: 0;
	padding: 0 0 0 24px;
	list-style: none;
	background-position: left .4em;
	background-repeat: no-repeat;
}
ul.footeraddress li i.fa {
	width: 24px;
	margin-left: -24px;
}
.site-footer-row {
	color: #fff;
	/* background-color: rgb(15, 19, 48); */
	background-color: #542e25; /* tht */
	padding: 20px 0;
}
.site-info {
	float: left;
	line-height: 32px;
}
.social {
	width: 252px;
	float: right;
}
.social ul {
	margin: 0;
	padding: 0;
	overflow: auto;
}
.social li {
	width: 32px;
	height: 32px;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	float: left;
}
.social li a {
	width: 32px;
	height: 32px;
	display: block;
	background: url('images/icon-social.png') no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}
.social li.social-iens a {
	background-position: 0 0;
}
.social li.social-tripadvisor a {
	background-position: -32px 0;
}
.social li.social-twitter a {
	background-position: -64px 0;
}
.social li.social-facebook a {
	background-position: -96px 0;
}
.social li.social-pinterest a {
	background: url('images/icon-social-pinterest.png') no-repeat left top;
}
.social li.social-instagram a {
	background: url('images/icon-social-instagram.png') no-repeat left top;
}
/* icons */

.contact-header .icon-tel {
	padding-left: 20px;
	line-height: 16px;
	display: inline-block;
	background: url('images/icon-call.png') no-repeat left center;
}
.contact-header .icon-mail {
	padding-left: 21px;
	line-height: 16px;
	display: inline-block;
	background: url('images/icon-mail.png') no-repeat left center;
}
.contact-header .icon-lang {
	line-height: 16px;
	padding-left: 23px;
	width: 17px;
	background: url('images/flag-uk.png') no-repeat left center;
	background-size: 17px 10px;
	display: inline-block;
	text-decoration: none;
}
.contact-header .icon-lang.lang-en {
	background-image: url('images/flag-uk.png')
}
.contact-header .icon-lang.lang-nl {
	background-image: url('images/flag-nl.png')
}
.contact-header .icon-lang.active {
	opacity: .5;
}
.contact-header a span {
/*	visibility: hidden;*/
	position: absolute;
	clip:rect(1px 1px 1px 1px);
}
/* te be removed */
#trap a {
	display: block;
	background: url('images/tripadvisor 2014 certificate The Penthouse.JPG') no-repeat center center;
	width: 157px;
	height: 138px;
	float: right;
	text-indent: -9999px;
	outline: 0;
}

/* some woocommerce */
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt,
.woocommerce button.button {
	color: #fff;
	border: 0 none;
	border-radius: 0;
}

.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce input.button,
.woocommerce-page input.button {
	color: #fff;
	/* background: #a78247; */
	background: #542e25; /* tht */
	font-weight: normal;
	font-family: "Helvetica Neue",​"Helvetica","​Arial",​sans-serif;
	border: 0 none;
	border-radius: 0;
	text-shadow: none;
}

h2.tribe-events-tickets-title {
	font-weight: normal;
}

.woocommerce .cart-collaterals .cart_totals {
	width: 500px;
	max-width: 500px;
	text-align: left;
}
.woocommerce .cart-collaterals .cart_totals label {
	display: inline;
}
.woocommerce .cart-collaterals .cart_totals table th {
	width: 40%;
}
.woocommerce ul#shipping_method li {
	padding-left: 0;
	text-indent: 0;
}