/*
Theme Name: Twenty Sixteen Soot
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/ / Jakob Mass
Description: Twenty Sixteen Soot is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Template: twentysixteen
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteensoot

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

.soot-services {

	display: flex;
	justify-content: center;
}
.soot-service-col {
	display:flex;
	flex-direction: column;

	margin: 0 1em;
}
#page {min-height: calc(100vh - 42px);}


.soot-service-item {
	display:flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1em;
}

.soot-service-item img {
	width: 6em;
	height: 6em;
}

a.soot-service-link, a.soot-booking-link{
	text-decoration: none !important;
	box-shadow: none;
}

h5.soot-service-title {
	margin-bottom: 0.5em!important;
}
h2.soot-service-link{

}
.popnote-relative-empty {
	position: relative;
	width: 0;
	height: 0;
}
.soot-booking-link {
	padding: 0.2em 1em;
}
a.soot-booking-link {
	text-align: center;
	color: #ffffff;
	background: #ff6d00;
	border-radius: 0.5em;
}
a.soot-booking-link:hover {
	color: #ffd180;
}


.arrow_box {
	padding: 0.5em 2em;
	position : absolute;
	right: 7em;
	bottom: 0em;

	background: #ffd180;
}
.arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #ffd180;
	border-width: 10px;
	margin-top: -10px;
}

.soot-logo img {
	display: none;
}

.site-branding {
	margin: 0 auto 0 0;
}
.site-header-main {
	align-items : center;
}


.main-navigation ul ul a:hover {
	background-color: #ffb74d;
}

.site-header {
    padding: 0.2em 7.6923% 1em 7.6923%;
}

.home .site-header {
	padding-bottom: 10%;
}
.post-thumbnail {
	display:none;
}
/**
 * media Queries
 */

 /**
 * 14.0 - >= 460px
 */

@media screen and (min-width: 28.75em) {
	.soot-logo img {
		display: inline;
		height: 7em;
		top: 1em;
	}
	.soot-service-item img {
		width: auto;
		height: auto;
	}
	/* Parent theme mods */
	.site-title { display:none; }
	.site-description { display:none; }
}

 /**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	.soot-logo img {
		height: 8em;
		top: 2em;
	}
	.home .site-header {
		padding-bottom: 6%;
	}
}
/**
 * 14.2 - >= 783px
 */
@media screen and (min-width: 48.9375em) {
	.soot-logo img {
		height: 9em;
	}
}
/**
 * 14.3 - >= 910px
 */
@media screen and (min-width: 56.875em) {
	.soot-logo img {
		height: 10em;
	}
	.soot-service-item {
		margin: 0 0.5em 2em 0.5em;
	}
	.soot-service-col {
		margin: 0 2em;
	}
}

/**
 * 14.4 - >= 985px
 */
@media screen and (min-width: 61.5625em) {
	.site-header {
    	padding: 0.5em 4.5455% 1.5em 4.5455%;
	}
	.soot-logo img {
		height: 10em;
	}
}

/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	.soot-logo img {
		height: 11em;
		left: 5%;
	}
	.home .site-main {
		margin-bottom: 4em;
	}
	.home .site-header {
		padding-bottom: 4%;
	}
}

/**
 * 14.6 - >= 1600px
 */
@media screen and (min-width: 100em) {
	.soot-logo img {
		height: 13em;
		left: 5%;
	}
	.home .site-header {
		padding-bottom: 6%;
	}
}