/*
Theme Name: Skilled in Sales
Theme URI: https://janiparikka.com
Description: Customizable and translation-ready WordPress theme for businesses. This fluid, responsive, and mobile-first theme includes page templates and a customizable color palette to fit your brand.
Author: Jani Parikka
Author URI: https://janiparikka.com
Version: 1.0
Tags: Business, Responsive, Translation-ready, Customizer, Footer widgets, Landing page, Page templates
Text Domain: skilledinsales
Domain Path: /languages
*/


/**
 * Table of Contents:
 *
 * 1.0 Reset
 * 2.0 Repeatable Patterns
 *		Such as: floats, clear, forms, fit videos and embeds,
 *		Override the Twitter embed fixed width, Forms in content,
 *		Search forms, Responsive images, Shortcodes, Additional styles.
 * 3.0 Basic Structure
 *		 Such as: .wrapper, #content, #content-article.
 * 4.0 Header
 *   4.1 Site Header: Wrappers etc, Search
 *   4.2 Navigation
 * 5.0 Content
 *  5.1 Entry Header
 *  5.2 Entry Meta
 *  5.3 Entry Content
 *  5.4 Galleries
 *  5.5 Post Formats
 * (5.6 Attachments)
 *  5.7 Post/Paging Navigation (Also multilanguage)
 *		 Such as: buttons
 * (5.8 Author Bio)
 *  5.9 Archives
 *		 Also: WP block Latest Posts.
 *  5.10 Search Results/No posts
 *  5.11 404
 *  5.12 Comments
 * (5.13 Multisite)
 *  5.14 Gutenberg block patterns
 *  5.15 WooCommerce plugin
 * 6.0 Sidebar
 *   6.1 Widgets
 * 7.0 Footer
 * 8.0 Media Queries
 *(9.0 Print)
 * ----------------------------------------------------------------------------
 */



/* Default media - Mobile first */



/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
/* 	font-size: 0.9375em; *//* 15px */
}

html, body {
	font-family: 'Lato', sans-serif;
	
	/* Sticky footer */
	height: 100%;
}

body {
	/* Sticky footer */
	display: flex;
	flex-direction: column;
	font-size: 100%; /* Shows the same text size in all browsers */
	line-height: 1.6;
	overflow-x: hidden; /* Remove horizontal scrollbar caused by .alignfull */
}

::selection {
	background: #6a8a82; /* Customizable. Set also in customizer.php */
	color: #fff;
}
::-moz-selection { /* Firefox */
	background: #6a8a82; /* Customizable. Set also in customizer.php */
	color: #fff;
}
.hero h1::selection,
.hero p::selection {
	background-color: #555;
}
.hero h1::-moz-selection,
.hero p::-moz-selection {
	/* Firefox */
	background-color: #555;
}

strong {
	font-weight: 700;
}

a, a:link, a:visited {
	text-decoration: none;
}
	/* Change styling of telephone numbers on iPhone iOS */
	a[href^="tel"] {
		color: inherit;
		text-decoration: none;
	}
	#footer .upper-footer-area .widget-element a {
		color: #cccc33;
	}
	#footer .lower-footer a {
		color: #aaa;
	}

a:hover {
}
	#footer .upper-footer .widget-element a:hover {
		color: #202d00;
	}
	#footer .lower-footer a:hover {
		color: #f0e6c2;
	}
	
.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 700;
	letter-spacing: .05em;
}
	.lower-footer h1,
	.lower-footer h2,
	.lower-footer h3,
	.lower-footer h4,
	.lower-footer h5,
	.lower-footer h6 {
		color: #fff;
	}

h1 {
	font-size: 1.875em; /* 30px divided by 16px (browser’s default type size in most cases) */
	line-height: 150%;
	padding: 15px 0 25px;
}
	.site-title h1 a {
		transition: all 0.2s linear 0s;
	}
	#header .site-title h1 {
		font-size: 1.25em;
		padding: 0 25px 0 0;
		word-wrap: break-word;
	}
	.attachment .entry-header h1.entry-title {
		margin: 0 0 44px;
		padding: 0;
		text-align: center;
	}
	h1.entry-title {
		padding-bottom: 30px;
		word-wrap: break-word;
	}
	.teaser h1.entry-title {
		font-size: 1.5em; /* 24px */
	}
	article.full-post h1.entry-title {
		font-size: 1.75em;
		text-align: center;
	}
	.page article.full-post h1.page-title {
		font-size: 1.15em;
		text-align: left;
	}
	.announcements .teaser h1.entry-title {
		font-size: 1em;
		padding: 0;
	}
	h1.entry-title a {
		transition: all 0.2s linear 0s;
	}
	.comment-content h1 {
		padding: 0 0 15px;
	}
	.archive-header h1 {
		font-size: 1.5em; /* 24px */
		padding: 0;
	}
	.category .archive-header h1 {
	}
	.tag #hero h1 {
		background: url(gfx/icon_tag_big.png) no-repeat 0 10px;
		padding: 0 0 0 70px;
	}
	.upper-footer h1.tagline {
		font-size: 1.5em; /* 24px */
		padding: 0 0 35px;
		text-align: center;
	}
	.lower-footer h1.name-of-company {
		font-size: 1.5em; /* 24px */
		padding-top: 0;
		text-align: center;
	}

h2 {
	font-size: 1.5em; /* 24px */
	padding: 10px 0 15px;
}
	h2.comments-title {
		padding: 0 0 50px;
	}
	#footer .widget-element h2 {
		font-size: 1.3125em; /* 21px */
	}
	.comment-count h2 {
		padding-bottom: 50px;
	}

h3 {
	font-size: 1.3125em; /* 21px */
	padding: 10px 0 15px;
}
	h3.comment-reply-title {
		text-transform: uppercase;
	}
	.comment-content h3 {
	}
	.neighbor-posts h3.entry-title {
		font-size: 1.125em; /* 18px */
	}
	#footer .widget-element h3 {
		font-size: 1.125em; /* 18px */
	}

h4 {
	font-size: 1.125em; /* 18px */
	padding: 5px 0 10px;
}
	.comment-content h4 {
		padding: 0 0 10px;
	}
	.neighbor-post-info h4 {
		font-size: 1em;
	}
	#footer .widget-element h4 {
		font-size: 1em; /* 16px */
	}

h5 {
	font-size: 1em; /* 16px */
	padding: 5px 0 10px;
}
	.comment-content h5 {
		padding: 0 0 10px;
	}

h6 {
	font-size: 1em; /* 16px */
	padding: 3px 0 5px;
}
	.comment-content h6 {
		font-size: 1em; /* 16px */
		padding: 0 0 10px;
	}


hr {
	background-color: #555;
	height: 1px;
	margin: auto;
}

hr.wp-block-separator,
hr.wp-block-separator.is-style-default {
	width: 25%;
}

hr.wp-block-separator.is-style-wide {
	width: 100%;
}

hr.wp-block-separator.is-style-dots {}

p, address, pre, ul, ol, form {
	line-height: 175%;
	padding: 0 0 20px;
}
	.full-post.format-aside p {
		font-size: 1.3125em; /* 21px */
		line-height: 175%;
		padding: 0 0 20px;
	}

ul, ol {
	margin-left: 15px;
	padding-left: 0px;
}
	.widget-element ul {
		margin-left: 0px;
	}

ul li, ol li {
	padding: 0 0 10px 0;
}
ul li {
	padding: 0 0 10px 0;
}
	ul.wp-block-gallery li {
		padding-bottom: 0;
	}
ol li {
/*	margin-left: 25px;*/
	padding-left: 10px;
}

dl {}

dt {
	color: #777;
	font-weight: bold;
	padding: 0 0 5px;
}

dd {
	padding: 0 0 20px 0;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
	border: 1px solid #8a9a9a;
	border-radius: 3px;
	color: #555;
	font-size: 1em;
}

/*input {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 20px 3%;
}*/

form input[type=text],
form input[type=email] {
	width: 100%;
}

input[type=submit]:hover {
	cursor: pointer;
}

textarea {
	display: block;
	font-family: 'Lato', sans-serif;
	padding: 20px 3%;
	width: 94%;
}

label {
}

table {
	border-collapse: collapse;
	margin: 0 0 20px;
	width: 100%;
}

tr, th, td {
	border: 1px solid #eee;
	padding: 10px 2%;
}

th, td {
	background: #fefefe;
}
	#footer .lower-footer th,
	#footer .lower-footer td {
		background: #0e1300;
	}

abbr, acronym {
	border-bottom: 1px dotted #777;
}

pre {
	border: 1px solid #b5b5b5;
	margin: 0 0 20px;
	overflow: auto;
}

mark {
	background-color: #e4e4e4;
	color: #333;
}



/**
 * 2.0 Repeatable Patterns, Shortcodes
 * ----------------------------------------------------------------------------
 */

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.alignleft {
	float: left;
	padding: 0 20px 0 0;
}

.center,
.aligncenter { /* post image align */
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignright {
	float: right;
	padding: 0 0 0 20px;
}

.clear {
	clear: both;
}

.clearfix::after {
	clear: both;
	content: "";
	display: table;
}

.padding-0 {
	padding: 0;
}

.spacer-25 {
	height: 25px;
}
.spacer-50 {
	height: 50px;
}
.spacer-100 {
	height: 100px;
}
.spacer-150 {
	height: 150px;
}
.spacer-200 {
	height: 200px;
}
.spacer-250 {
	height: 250px;
}
.spacer-300 {
	height: 300px;
}


.border-radius-0 {
	border-radius: 0px;
}
.border-radius-3 {
	border-radius: 3px;
}
.border-radius-5 {
	border-radius: 5px;
}
.border-radius-10 {
	border-radius: 10px;
}
.border-radius-30 {
	border-radius: 30px;
}


.uppercase {
	text-transform: uppercase;
}

.wp-caption-text {
	color: #555;
	font-style: italic;
}


article.full-post p img {
}

article.full-post p img.alignleft {
	padding: 8px 40px 20px 0;
}

article.full-post p img.alignright {
	padding: 8px 0 20px 40px;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

/* Lines either side */
.lines-either-side {
	padding: 0 0 50px;
	text-align: center;
}

/* Parallax Hero in Landing page template */
.bg-parallax-sticky {
	background-attachment: fixed;
}


/* Color box */
.color-box {
	padding: 10px 20px;
}

/* Columns
 * This theme has shortcodes for the following columns.
 */
.one-half, /* Used also in: 404.php */
.one-half-last, /* Used also in: 404.php */
.one-third,
.one-third-last,
.two-third,
.two-third-last,
.one-fourth,
.one-fourth-last,
.three-fourth,
.three-fourth-last,
.one-fifth,
.one-fifth-last,
.three-fifth,
.two-fifth-last,
.two-fifth,
.three-fifth-last,
.four-fifth,
.four-fifth-last,
.one-sixth,
.one-sixth-last {
	box-sizing: border-box;
	padding: 0 0 20px;
	word-wrap: break-word;
}

/* Borders */
.borders {
	border-style: solid;
	border-width: 2px;
	padding: 10px;
}


/* Custom lists - Additional CSS Class */
ul.ok-list {
	list-style: outside url(gfx/icon-ok-list.png);
	margin-left: 27px;
}
ul.ok-list li {
	padding-bottom: 15px;
}


/* Tabs - Additional CSS Class */
ul.tabs {
	list-style-type: none;
}

li.tab {
	display: inline-block;
	padding: 0 10px 10px;
	border-bottom: 1px solid #eee;
	margin-right: 10px;
}

li.tab span {
	font-weight: 700;
}


.wp-block-search__input {
	min-width: 12rem; /* Overwrite WP */
}

form input[type="text"],
form input[type="email"] {
	padding: 10px 2%;
	width: 96%;
}



/*
 * Responsive media
 *
 * Fluid images for posts, comments, and widgets
 */
 #header div#header-wrapper .site-title img.custom-logo {
	max-height: 50px;
	width: auto;
}
.entry-content img,
.content img,
#content img,
#content-article img,
.format-gallery .flexslider img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
	object-fit: contain; /* Prevents distortion when height is determined in Gutenberg. */
}

/* Makes sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.content img,
#content img,
.format-gallery .flexslider img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.logo-header,
img.size-full,
img.size-large,
img.wp-post-image,
img.featured-image-default {
	height: auto;
	max-width: 100%;
}

/* Fit videos and embeds in their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* End responsive media */


.profile-photo { /* Blog */
  text-align: center;
}
.profile-photo img { /* Blog */
	border-color: #fff;
	border-radius: 50%;
	border-style: solid;
	border-width: 5px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}





/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.wrapper {
	/* Sticky footer */
	flex: 1 0 auto;
}

#header {
}

#header-wrapper {
}

.container,
.custom-content-address,
.overlay-caption-container .overlay-caption {
	padding-left: 5%;
	padding-right: 5%;
}

/* Additional style: Full width  */

.fullwidth {
	margin-left: -5.5%;
	margin-right: -5.5%;
	padding-left: 5.5%;
	padding-right: 5.5%;
}


.page-section {
	padding-top: 70px;
	padding-bottom: 70px;
}

#content {
}

#content-article {
	margin: 0 auto;
	max-width: 880px;
}

.content {
}

.full-bg-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
}

.cta {
	padding: 150px 5%;
}

.cta-content {
}

.cta-content a.button {
	font-size: 0.875em; /* 14px */
	text-align: center;
	text-transform: none;
}

.announcements {
	margin-bottom: 53px;
}

.announcements .post-thumbnail,
.announcements .announcement-text-content {
	float: left;
}

.announcements .post-thumbnail {
	padding-right: 5%;
	width: 30%;
}

.announcements .announcement-text-content {
	width: 65%;
}

article.full-post {
	margin: 0 0 70px;
}

article.teaser {
	margin: 0 0 110px;
	overflow: hidden; /* clear for every other browser to have bottom-margin */
	zoom: 1; /* clear for IE6 to have bottom-margin */
}
	.announcements article.teaser {
		margin-bottom: 0;
	}

article.format-link.teaser {
	margin-bottom: 60px; /* Because there's no "Read more" link */
	
}

.neighbor-posts article.teaser .teaser-content {
	padding: 0 0 20px;
}

article.attachment .entry-attachment {
	text-align: center;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
 

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

#header .site-title a.custom-logo-link {}

#header .site-title img.custom-logo {
	transition: all 0.2s linear 0s;
}

#header .site-title img.custom-logo:hover {
	opacity: 0.7;
}

#header-titles {
	padding-top: 10px;
	text-align: center;
}

#header .site-title {
}


/* Sticky header */

div#header-wrapper.sticky-header {
	background: rgba(255,255,255,0.95); /* Default */
	border-bottom: 1px solid #fff;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
	min-height: 30px;
	margin-bottom: 0;
/*	padding-bottom: 5px;*/
	padding-top: 5px;
	position: fixed;
	top: -100px; /* Animation start point */
	width: 100%;
	z-index: 500;
}

	/* Animation */
	div#header-wrapper.sticky-header {
		animation-name: sticky-header-drop;
		animation-duration: 2s;
		animation-fill-mode: forwards;
	}
	@keyframes sticky-header-drop {
		0% {
			top: -100px;
		}
		100% {
			top: 0;
		}
	}

.sticky-header-fix {
  height: 0;
}

.sticky-header + .sticky-header-fix {
  height: 120px; /* Adds assumed height that changing to fixed position takes away */
}

#header div#header-wrapper.sticky-header .site-title img.custom-logo {
	max-height: 30px;
}

div#header-wrapper.sticky-header #header-titles {
	float: left;
	padding: 0;
}

div#header-wrapper.sticky-header .collapse-title {
	display: none;
}

#header .sticky-header .site-title h1 {
	font-size: 1.125em;
	line-height: 100%;
	padding: 7px 0 8px;
}
/* End Sticky header */




/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

/* CSS for the main menu is in file slimmenu.min.css */
.menu-item-button-1 ul.slimmenu > li:last-child a {
	transition: all 0.2s linear 0s;
}

#header-menu {
	padding: 0;
}

.menu ul,
#footer ul {
	list-style: none;
	margin-left: 0;
}
	#footer .textwidget ul {
		list-style: disc outside none; /* Back to default */
	}

.menu ul li {
	display: inline-block;
	padding: 0 0 14px 15px;
}

.menu ul li a, /* automatic menu (no location set) */
ul.menu li a, /* menu's theme location(s) set */
#footer ul.menu li a {
	color: #555;
/* 	font-size: 0.875em; *//* 14px */
	line-height: 250%;
	text-transform: uppercase;
}
	#footer ul.menu li a {
		color: #fff;
	}
	#footer .terms-and-privacy-menu-container ul li a {
		color: #ccc;
		font-size: 0.875em;
		text-transform: none;
	}

.menu ul li a:hover, /* automatic menu (no location set) */
ul.menu li a:hover, /* menu's theme location(s) set */
#footer ul.menu li a:hover {
	color: #999;
}
	.menu ul li ul li a:hover, /* automatic menu (no location set) */
	ul.menu li ul li a:hover, /* menu's theme location(s) set */
	#footer ul.menu li ul li a:hover {
		padding: 0;
	}
	#footer .upper-footer-area .widget-element ul.menu li a:hover {
		color: #669933;
	}
	#footer ul#menu-terms-and-privacy li a:hover {
		text-decoration: underline;
	}

.menu ul li.current_page_item a, /* automatic menu (no location set) */
ul.menu li.current_page_item a { /* menu's theme location(s) set */
	color: #000;
}

#footer ul.menu li.current_page_item a {
	color: #777;
	font-weight: bold;
}
	#footer .upper-footer-area .widget-element ul.menu li.current_page_item a {
		color: #777;
	}

.menu ul li.current_page_item ul li a, /* automatic menu (no location set) */
ul.menu li.current_page_item ul li a, /* menu's theme location(s) set */
#footer ul.menu li.current_page_item ul li a {
	/* No bottom border for the children */
	border-bottom: none;
	padding: 0;
}

.menu ul li ul li.current_page_item a, /* automatic menu (no location set) */
ul.menu li ul li.current_page_item a, /* menu's theme location(s) set */
#footer ul.menu li ul li.current_page_item a {
	/* No bottom border for the children */
	border-bottom: none;
	font-weight: bold;
	padding: 0;
}

.quick-links li a {
	background-color: #6a8a82; /* Customizable. Set also in customizer.php */
	border-radius: 3px;
	color: #fff;
	display: block;
	margin: 0 0 20px;
	padding: 20px 30px;
	transition: all 0.1s linear 0s;
}


/* Footer menu */


.lower-footer .footer-menu-container {
	margin: 24px 0 40px;
}

.lower-footer .terms-and-privacy-menu-container {
	margin-bottom: 10px;
}

.lower-footer .footer-menu-container ul {
	margin-left: 0;
	padding: 0;
}

#footer .footer-menu-container ul.menu li {
	display: block;
	padding: 0 7px 7px;
}
#footer .footer-menu-container ul.menu li:first-child {
	padding-left: 0;
}
#footer .footer-menu-container ul.menu li ul li {
	float: none;
	padding: 0;
}

#footer .footer-menu-container ul.menu ul {
	/* No need to center align the menu in submenus so reset to defaults */
	left: auto;
	position: static;
	
	max-width: 180px;
}

#footer .footer-menu-container ul.menu ul li a {
	font-size: 0.875em; /* 14px */
	line-height: 100%;
	text-transform: none;
}



/* 
 * Main back to top link
 */

#smoothup {
	background: url(gfx/button_back_to_top.png) no-repeat;
	bottom: 20px;
	display: none;
	height: 40px;
	opacity: 0.4;
	position: fixed;
	right: 25px;
	text-indent: -9999px;
	width: 40px;
}

#smoothup:hover {
	opacity: 1;
	transition: all 0.3s ease-out 0s;
}



/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	clear: both;
	padding: 0 0 30px;
}

.more-link {
	display: block;
	padding: 20px 0 0;
}

.single .post-thumbnail {
	margin: 0 0 40px;
	text-align: center;
}

.entry-author {}

.entry-category,
.tags {
	font-size: 0.875em;
	padding-left: 30px;
	padding-right: 15px;
}

.tags {
	background: url(gfx/icon_tag.png) no-repeat 0 2px;
	margin-left: 12px;
}

.entry-category {
	background: url(gfx/icon_category.png) no-repeat 0 2px;
	border-right: 1px dotted #888;
}

.announcements .entry-date {
	border-right: none;
}

.announcements .entry-date {
	padding-right: 0;
}

.teaser .post-thumbnail,
.format-gallery .flexslider {
	margin-bottom: 42px;
}


/* Overwrite wp defaults */

.gallery {
	margin: 0 0 20px !important;
}

.gallery img {
	border: none !important;
}
.gallery img:hover,
a img:hover {
	opacity: 0.7;
}

.gallery-item {
	text-align: left !important;
}

.gallery-caption { /* Remove captions from gallery thumbnails */
	display: none !important;
}

.entry-caption {
	margin: 20px 0 0;
}
.entry-caption p {
	color: #777;
}




/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */


/* Hero */

#hero {
	background-color: #fff;
	background-image: url(gfx/bg_default_front_image.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 100px;
	min-height: 250px;
}
	.page #hero {
		background-color: transparent;
		background-image: none;
		margin-bottom: 40px;
	}
	.page-template-template-simplified.page #hero {
		margin-bottom: 0;
	}
	.page-template-default #hero {
		background-size: contain;
	}
	.page-template-template-full-width-featured-image-with-title #hero .entry-title {
		text-align: center;
		width: 100%;
	}

ul.slides li .site-wide-featured-image {
	background-position: center; /* Both vertical and horizontal */
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 250px;
	width: 100%;
}

.overlay-caption-container {
	padding: 102px 0 20px;
	z-index: 1;
}

.overlay-caption {
	color: #fff;
	z-index: 1;
}

.overlay-title h1 {
	color: #fff;
	margin-bottom: 30px;
	padding: 0;
}

/* Must be table to make text's bg-color, which is set in Customize, as wide as content, instead of full-width.
   "Display: table" is needed even without background color, because of Hero align Customize options (below). */
.overlay-title h1,
.overlay-excerpt p {
	display: table;
}

.page-template-template-title-background .entry-header h1,
.post-template-template-title-background .entry-header h1 {
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

/* Hero align - Customize options for Landing Page tmplt.
	These wouldn't work without h1 being a table.
	Margin for big screens. Text-align for smaller screens. */
.overlay-title h1.hero-align-center,
.overlay-excerpt p.hero-align-center {
	margin: 0 auto 20px;
	text-align: center;
}
.overlay-title h1.hero-align-left,
.overlay-excerpt p.hero-align-left {
	margin: 0 auto 20px 0;
	text-align: left;
}
.overlay-title h1.hero-align-right,
.overlay-excerpt p.hero-align-right {
	margin: 0 0 20px auto;
	text-align: right;
}


/* Hero title and excerpt background color, when this is set in Customize.
   Also archive header... */
.hero-text-bg h1,
.hero-text-bg p {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	margin: 0 auto 20px;
	padding: 0 30px;
}


.archive-header h1 span {
	display: inline-block;
}
	.category .archive-header h1.header-icons-on span,
	.taxonomy .archive-header h1.header-icons-on span,
	.author .archive-header h1.header-icons-on span,
	.date .archive-header h1.header-icons-on span {
		background: url(gfx/icon_category_big_888.png) no-repeat 0 6px;
		min-height: 35px;
		padding-left: 55px;
	}
	.tag .archive-header h1.header-icons-on span {
		background: url(gfx/icon_tag_big_888.png) no-repeat 0 6px;
		min-height: 35px;
		padding-left: 55px;
	}
	.category .archive-header h1.header-icons-off span,
	.tag .archive-header h1.header-icons-off span {
		background: none;
	}

.hero-title-shadow h1,
.hero-title-shadow p {
	text-shadow: 0px 1px #000; /* Customize choice */
}

.overlay-excerpt p {
	font-size: 1.467em; /* 22px */
}

.attachment .entry-header {
	height: auto;
	padding: 0;
}

.archive-header {
	margin: 20px 0;
	padding: 0;
/*	text-align: center; Does not look good if the text is long. */
}



/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

article .entry-meta {
	padding: 0 0 30px;
}

.full-post .entry-meta .edit-link {
	padding: 0;
}

.full-post .entry-meta .edit-link a {
	color: #555;
}

.attachment .entry-header .edit-link {
	margin: 0 0 20px;
}

.post-template-template-one-column .entry-meta {
	padding-bottom: 100px;
}


/* In an article */

#author-bio {
	margin-bottom: 70px;
}

#author-avatar {
	float: left;
	margin-right: 30px;
}

#author-details {
/*	overflow: hidden; Wider screens */
}

#author-details h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0;
}

.back-to-articles {
	margin-bottom: 30px;
	text-align: center;
}



/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

p.edit-link a:hover {
	color: #555;
}


/* Password protected posts */
.post-password-form label input {
	display: block;
	margin: 0 0 30px;
	width: 50%;
}
.post-password-form input[type="submit"] {
	width: 35%;
}


article .post-thumbnail img,
.neighbor-posts .teaser-thumb img,
.format-gallery .flexslider img {
	border-radius: 3px;
	vertical-align: bottom; /* Fix space below image (shows with "a"-wrapper color overlay) */
}


.teaser-thumb {
}

.teaser-content-wrapper {}

.neighbor-post-cat {
	border-right: 0;
	font-size: 0.875em;
	margin-left: 0;
}

.neighbor-posts h3.entry-title a,
.neighbor-posts .neighbor-post-cat a {
	transition: all 0.2s linear 0s;
}

.neighbor-posts .teaser-thumb {
	padding: 0 0 15px;
}

.teaser .post-thumbnail img,
.format-gallery a .flexslider img,
.neighbor-posts .teaser-thumb img {
	transition: all 0.2s linear 0s;
}

.teaser .post-thumbnail img:hover,
.format-gallery a .flexslider img:hover,
.neighbor-posts .teaser-thumb img:hover {
	opacity: 0.7;
}

.neighbor-posts .teaser-thumb a {
	display: block;
	position: relative;
}

.related-text-content {
	font-size: 0.875em; /* 14px */
}


/* Wide and Full-width content alignment in Gutenberg.
   Ignore grid view (in content listing block) */

.alignwide:not(.is-layout-grid *) {
	position: relative;
	width: calc(100vw - 5%);
}
	
	/* Group block when it holds certain blocks inside. Without this they are not centered. */
	.wp-block-media-text.alignwide,
	.wp-block-columns.alignwide:not(.is-layout-grid *)	{
		left: 50%;
		transform: translateX(-50%);
	}

	@media (min-width: 1280px) {
		.alignwide:not(.is-layout-grid *) {
			width: calc(100vw - 10%);
		}
	}

	@media (min-width: 1500px) {
		.alignwide:not(.is-layout-grid *) {
			width: calc(100vw - 15%);
		}
	}


.alignfull {
	position: relative;
	width: 100vw;
	
/*  Sticky background in Cover block does not work with this
	left: 50%;
	transform: translateX(-50%); */
	
/*  Fix the sticky background issue with a different approach */
	left: auto;
	margin-left: calc(50% - 50vw);
}

	.wp-block-media-text.alignfull {
		margin-left: calc(50% - 50vw) !important;
		max-width: none;
	}
	.wp-block-cover.alignfull {
		padding: 0 5%;
	}


/* Mini header */

.different-logo {
	background: #fff;
	min-height: 30px;
	padding: 5px 0 0;
	text-align: center;
}

.different-logo img {
	max-height: 30px;
	transition: all 0.2s linear 0s;
	width: auto;
}

.miniheader .container {
	padding-bottom: 80px;
	padding-top: 50px;
}


/* Page tmplt: Simplified */

.page-template-template-simplified h1.entry-title {
	text-align: center;
}

.page-template-template-simplified .entry-content {
	margin: 0 auto;
	max-width: 640px;
}



/* Page: Privacy Policy */

body.privacy-policy h2 {
	font-size: 1.25em;
}
body.privacy-policy h3,
body.privacy-policy h4,
body.privacy-policy h5,
body.privacy-policy h6 {
	font-size: 1em;
}

body.privacy-policy p,
body.privacy-policy ul li,
body.privacy-policy ol li {
	font-size: 0.875em;
}



/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */
 
/* Reset and fix Gutenberg styles. Gutenberg shouldn't create another font-size. */

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	font-size: 100%;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
}

/* Gutenberg gallery block AND additional CSS class for blocks AND WooCommerce product listing */

.wp-block-gallery .wp-block-image img,
.framed-image img,
.woocommerce ul.products li.product a img {
	background-color: #e4e4e4;
	padding: 11%;
	transition: transform .2s; /* Animation on hover */
}
.woocommerce ul.products li.product a img {
	width: 78%; /* 100% for WP */
}

.wp-block-gallery .wp-block-image img:hover,
.woocommerce ul.products li.product a img:hover,
.framed-image img:hover {
	background-color: #e5e5e5;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
/*	transform: translateY(-3px);*/
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.framed-image figcaption,
.woocommerce ul.products li.product a figcaption {
	background: none;
	color: black;
}



/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

.post-format-icon {
	display: inline-block;
	height: 18px;
	padding-right: 10px;
	vertical-align: middle;
	width: 18px;
}

article.sticky .post-format-icon {
	background: url(gfx/post-icon-sticky.png) no-repeat !important;
}

article.format-standard .post-format-icon {
	background: url(gfx/post-format-standard.png) no-repeat;
}

article.format-aside .post-format-icon {
	background: url(gfx/post-format-aside.png) no-repeat;
}

article.format-audio .post-format-icon {
	background: url(gfx/post-format-audio.png) no-repeat;
}

article.format-chat .post-format-icon {
	background: url(gfx/post-format-chat.png) no-repeat;
}

article.format-gallery .post-format-icon {
	background: url(gfx/post-format-gallery.png) no-repeat;
}

article.format-image .post-format-icon {
	background: url(gfx/post-format-image.png) no-repeat;
}

article.format-link .post-format-icon {
	background: url(gfx/post-format-link.png) no-repeat;
}

article.format-quote .post-format-icon {
	background: url(gfx/post-format-quote.png) no-repeat;
}

article.format-status .post-format-icon {
	background: url(gfx/post-format-status.png) no-repeat;
}

article.format-video .post-format-icon {
	background: url(gfx/post-format-video.png) no-repeat;
}

.format-status .entry-content,
.format-link .first-link {
	background-color: #eee;
	border-radius: 3px;
	color: #555;
	font-size: 1.25em; /* 20px */
	padding: 30px;
}

.format-status .entry-content {
	padding-bottom: 10px;
	margin-bottom: 50px;
}

.format-link .first-link {
	margin-bottom: 30px;
}



/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
 
.page-change {
}

.image-change {
	margin: 0 0 70px;
}

.page-change .next-teasers,
.image-change .next-image {
	float: right;
}

.page-change .previous-teasers,
.image-change .previous-image {
	float: left;
}

.attachment .entry-footer { /* full-post */
	text-align: center;
	text-transform: none;
}

input#submit, /* Comment button */
input[type="submit"], /* Used by plugins such as MailChimp for WP */
input.button, /* If any user or plugin uses .button class selector */
button,
.teaser-bottom a.teaser-read-link,
a.button,
a.button:link,
a.button:visited,
a.wp-block-button__link {
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 0.875em; /* 14px */
	padding: 15px 25px;
	text-transform: uppercase;
	transition: all 0.2s linear 0s;
}

.wp-block-woocommerce-product-button a.wp-block-button__link {
	color: #fff;
}

a.button {
	margin: 0 0 20px;
}

/* Shortcode button - Color */
a.button.transparent-color {
	background: none;
	border: 1px solid #555;
	color: #555;
}
	a.button.transparent-color:hover {
		color: #fff;
	}

/* Shortcode button - Size */
a.button.button-small {
	font-size: 0.7142857142857142em; /* 10px */
	padding: 5px 20px;
}
a.button.button-big {
	font-size: 1.4285714285714284em; /* 20px */
	padding: 20px 25px;
}

.page-change .more-teasers, /* Teaser listing pages */
.image-change .next-image a, /* Single image */
.image-change .previous-image a { /* Single image */
	border: 1px solid;
	border-radius: 3px;
	margin: 0 0 20px;
	transition: all 0.2s linear 0s;
}

.page-change .more-teasers { /* Teaser listing pages */
	display: inline-block;
	font-size: 1.5em; /* 24px */
}

.image-change .next-image a,
.image-change .previous-image a {
	padding: 13px 32px;
}

input#submit:hover, /* Comment button */
input[type="submit"]:hover, /* Used by plugins such as MailChimp for WP */
input.button:hover, /* If any user or plugin uses .button class selector */
a.button:hover,
button:hover,
.quick-links li a:hover {
	background-color: #555;
}


a img:hover,
a.wp-block-button__link:hover { /* Guttenberg button has no hover option */
	transition: all 0.2s linear 0s;
}
a.wp-block-button__link:hover { /* Guttenberg button has no hover option */
	background-color: #555; /* Set to important in Customizer. Not effective when button color is set in Guttenberg. */
}
a.button.button-white:hover {
	color: #fff;
}

.page-change .more-teasers:hover, /* Teaser listing pages */
.image-change .next-image a:hover, /* Single image */
.image-change .previous-image a:hover { /* Single image */
	background-color: #555; /* Customizable. Set also in customizer.php */
	color: #fff;
}
	
.page-change div.previous-post,
.page-change div.next-post {
	text-align: center; /* full-post */
}

.page-change .more-teasers, /* Teaser listing pages */
input.submit { /* Comment button */
	background-color: transparent;
	padding: 13px 32px;
}
	input.submit { /* Equalize the font size of comment button */
		font-size: 1em;
	}

.page-change .more-teasers:hover { /* teaser listing pages */
	
}

.page-link span { /* Current page */
	border: 1px solid #555;
	border-radius: 3px;
	color: #555;
	display: inline-block;
	margin: 0 10px 30px 0;
	padding: 4px 10px;
}
.page-link a span {
	border-color: #a86e78; /* Customizable. Set also in customizer.php */
	color: #a86e78; /* Customizable. Set also in customizer.php */
}

input.submit:hover, /* Comment button */
.page-link a span:hover /* Post pages */ {
	background-color: #a86e78; /* Customizable. Set also in customizer.php */
	border-color: #a86e78; /* Customizable. Set also in customizer.php */
	color: #fff;
	transition: all 0.3s ease-out;
}

.back-to-parent {
/*	background: rgba(0, 0, 0, 0) url("gfx/icon_back.png") no-repeat scroll 0 3px;*/
	margin: 0 0 70px;
/*	padding: 0 0 0 31px;*/
}



/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

ul.wp-block-latest-posts {
	margin-left: 0;
}



/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.four-o-four-title {
	color: #fafafa;
	font-size: 5.5em;
	font-weight: bold;
	text-shadow: 0 0 2px #444;
}

.four-o-four-bottom {
	padding: 70px 0;
}

.four-o-four .searchform input[type="text"] {
	padding: 15px 20px;
}

.four-o-four .searchform input#searchsubmit[type="submit"] {
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

ol.comment-list,
ol.comment-list li ol.children {
	list-style: none;
	padding: 0;
}

ol.comment-list li {
	list-style: none;
	padding: 0;
}

.comment-body {
	margin-bottom: 30px;
}

ol.comment-list li ol.children {
	border-left: 2px solid #eee;
	padding: 0 0 0 7%;
	width: 92%;
}

.comment-author,
.comment-meta {
	color: #555;
	font-size: 0.8em; /* 12px */
}

.comment-list img.avatar {
	border-radius: 3px;
	vertical-align: top;
}

.comment-list cite.fn::before {
	content: none;
	padding: 0;
}

.comment-list cite.fn {
	display: inline;
	padding: 0 0 0 20px;
}

.comment-list span.says {
	display: none;
}

.comment-meta {
	margin-bottom: -25px;
	padding: 0 0 10px 75px;
	position: relative;
	top: -25px;
}

.comment-body p,
.comment-body .reply {
	padding: 0 0 0 75px;
}

.comment-body p {
	padding-bottom: 15px;
}

.comment-author-link {
	font-weight: bold;
	text-align: center;
}
 
.comment-time {
	text-align: center;
}

.comment-content {
}


/**
 * 5.14 Gutenberg block patterns
 * ----------------------------------------------------------------------------
 */
 
.home .entry-header {
	display: none; /* Do not show page title when it is on home page. */
}


/**
 * 5.15 WooCommerce plugin
 * ----------------------------------------------------------------------------
 */
 
/* Button */
.theme-skilledinsales.woocommerce #respond input#submit.alt:hover,
.theme-skilledinsales.woocommerce a.button.alt:hover,
.theme-skilledinsales.woocommerce-checkout a.button.alt:hover,
.theme-skilledinsales.woocommerce button.button.alt:hover,
.theme-skilledinsales.woocommerce-checkout button.button.alt:hover,
.theme-skilledinsales.woocommerce input.button.alt:hover,
.theme-skilledinsales.single-product .product .single_add_to_cart_button.button:hover,
.theme-skilledinsales.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.theme-skilledinsales.woocommerce #respond input#submit:hover,
.theme-skilledinsales.woocommerce a.button:hover,
.theme-skilledinsales.woocommerce-checkout a.button:hover,
.theme-skilledinsales.woocommerce button.button:hover,
.theme-skilledinsales.woocommerce input.button:hover {
	background-color: #555;
	color: #fff;
}


/* Listing products and categories */

/* Categroy page */
.archive.woocommerce .page-title,
.archive.woocommerce .term-description {
	display: none;
}

.woocommerce mark {
	background-color: transparent;
	color: #555;
	font-size: 0.75em;
}

.woocommerce ul.products li.product {
	text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
	font-size: clamp(0.875em, 2.5vw, 1.125em); /* Skaalautuvuus: Minimi, Suositeltu (skaalautuu ruudun leveyden mukaan), Maximi */
	font-weight: bold;
	hyphens: auto; /* Mahdollistaa tavutuksen, jos selaintuki sallii */
	line-height: 1.2; /* Tiiviimpi */
	text-transform: uppercase;
	
	/* For long words: ensin tavuttaa, ja sitten lopulta katkaisee sanan */
	overflow-wrap: break-word;
	word-break: normal;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:after
{
	border: 2px solid #cc9933;
	content: ' ';
	display: block;
	margin: 15px auto 0;
	width: 40px;
}

.woocommerce ul.products li.product .price {
	color: #555;
	font-weight: normal;
	font-size: 1em;
}

.woocommerce li.product a.button {
	font-size: 0.75em;
	padding: 8px 8px;
}


/* Product page */

.woocommerce .woocommerce-product-gallery ol li {
	padding-left: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock {
	color: #333;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none; /* Remove underline from the discount prices */
}

.woocommerce div.product .product_title {
	padding-bottom: 20px;
}

.woocommerce span.onsale {
	background-color: #333;
}

.woocommerce-product-gallery__image {
	padding-bottom: 10px;
}

.woocommerce div.product div.images a img:hover {
	opacity: 0.8;
	transition: transform .2s; /* Animation on hover */
}



/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

#sidebar {
	margin-bottom: 110px;
}

#sidebar h2 {
	font-size: 1.25em; /* 20px */
}

#sidebar ul {
	line-height: normal;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_meta ul li {
	list-style: none;
	padding: 10px 0;
}

.widget-element {
	clear: both;
	padding-bottom: 30px;
}
	.upper-footer .widget-element {
		padding-bottom: 0;
	}

.container .widget-element {
}

.widget_recent_entries span.post-date {
	color: #555;
	display: block;
	font-size: 0.875em; /* 14px */
	padding-top: 10px;
}

.widget_categories ul {
	list-style: none;
	margin-left: 0;
}

.widget_categories ul ul.children {
	list-style: circle inside;
	padding-bottom: 0;
	padding-top: 10px;
}


/* Search */

/* Search results page */
.search-form-wrap form.searchform div {
	margin: 0 auto 70px;
}

/* Search form */
.search-form {
	display: flex;
	align-items: center;
	max-width: 500px;
	width: 100%;
	margin-bottom: 1.5rem;
}

/* Search field */
.search-form .search-field {
	flex: 1;
	padding: 10px 14px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	outline: none;
	transition: border-color 0.2s ease-in-out;
}

.search-form .search-field:focus {
/*	border-color: #6a5acd; Set in customizer.php */
}

/* Search button */
.search-form .search-submit {
	padding: 10px 18px;
/*	background-color: #6a5acd; Set in customizer.php */
/*	color: #fff; Set in customizer.php */
/*	border: 1px solid #6a5acd; Set in customizer.php */
	border-left: none;
	border-radius: 0 4px 4px 0;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.2s ease-in-out;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus {
/*	background-color: #5a4db5; Set in customizer.php */
/*	border-color: #5a4db5; Set in customizer.php */
}

/* Hides only the visually impaired label from the screen */
.screen-reader-text {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}




	
	
/* Password */
.passwordform input[type="password"] {
	border-bottom: 1px solid #555;
	border-left: 1px solid #555;
	border-right: none;
	border-top: 1px solid #555;
	color: #555;
	float: left;
	font-size: 1.2857142857142856em;
	height: 37px;
	padding: 5px 2% 6px;
	width: 50%;
}
.passwordform input#passwordsubmit[type="submit"] {
	background: #7d9b32;
	border-bottom: 1px solid #555;
	border-left: none;
	border-right: 1px solid #555;
	border-top: 1px solid #555;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	height: 50px;
	padding: 0 5%;
	text-transform: uppercase;
}
	.passwordform input#passwordsubmit[type="submit"]:hover {
		background: #364c00;
	}




/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

#footer {
	clear: both;
}

.upper-footer {
	background: #faeed9; /* Customizable. Set also in customizer.php */
	padding-top: 41px;
	padding-bottom: 40px;
}

.lower-footer {
	background: #222222; /* Customizable. Set also in customizer.php */
	color: #fff;
	padding-top: 50px;
	padding-bottom: 70px;
}

.lower-footer .widget-element {
}

.copyright {
}

.design-by {
	font-size: 0.875em;
}




/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 * 
 * Breakpoints are based on the Bootstrap.
 *
 * This theme is mobile first.
 *
 */

/* WordPress breaking point for the Admin Bar. */
@media screen and (min-width: 601px) {
	
	body.admin-bar div#header-wrapper.sticky-header {
		/* Drop sticky header below admin bar */
		top: 46px !important; /* Important to avoid additional animation */
	}
	
}


/*  Extra small screens less than 768px.
	This is where header menu shows in full below centered logo and Columns show side by side. */

@media screen and (min-width: 768px) {
	
	.neighbor-posts h3.entry-title {
		font-size: 1em; /* 16px */
	}
	
	/**
	 * 2.0 Repeatable Patterns
	 * ----------------------------------------------------------------------------
	 */
	

	/* Lines either side */
	.lines-either-side {
		overflow: hidden;
	}

	.lines-either-side:before,
	.lines-either-side:after {
		background-color: #333;
		content: "";
		display: inline-block;
		height: 1px;
		position: relative;
		vertical-align: middle;
		width: 50%;
	}

	.lines-either-side:before {
		right: 0.5em;
		margin-left: -50%;
	}

	.lines-either-side:after {
		left: 0.5em;
		margin-right: -50%;
	}
	
	/* Color box in full-width */
	.color-box.fullwidth-yes {
		/* .container width is 1240px and margin 120px so 120:1240x100 per side. */
		margin-left: -9.67741935483871%;
		margin-right: -9.67741935483871%;
		padding: 0 9.67741935483871%;
	}
	
	
	/* Additional style: Full width  */
	
	.fullwidth {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		padding-left: 13%;
		padding-right: 13%;
	}
	
	
	/* Columns */
	
	.one-half {
		float: left;
		margin-right: 5%;
		width: 45%;
	}
	.one-half-last {
		float: left;
		margin-left: 5%;
		width: 45%;
	}
	
	
	.one-third { /* Col 1 and 2 */
		float: left;
		margin-right: 5%; /* Note: Doubled. */
		width: 30%;
	}
	.one-third-last { /* Col 3 */
		float: left;
		width: 30%;
	}
	.two-third { /* Cols 1 and 2 together */
		float: left;
		margin-right: 5%;
		width: 65%;
	}
	.two-third-last { /* Cols 2 and 3 together */
		float: left;
		width: 65%;
	}
	
	
	.one-fourth { /* Col 1-3 */
		float: left;
		margin-right: 5%; /* Note: Tripled. */
		width: 21.25%;
	}
	.one-fourth-last { /* Col 4 */
		float: left;
		width: 21.25%;
	}
	.three-fourth { /* Cols 1, 2 and 3 together */
		float: left;
		margin-right: 5%;
		width: 73.75%;
	}
	.three-fourth-last { /* Cols 2, 3 and 4 together */
		float: left;
		width: 73.75%;
	}
	
	
	.one-fifth { /* Col 1-4 */
		float: left;
		margin-right: 5%; /* Note: quadrupled. */
		width: 16%;
	}
	.one-fifth-last { /* Col 5 */
		float: left;
		width: 16%;
	}
	.three-fifth { /* Cols 1, 2 and 3 together */
		float: left;
		margin-right: 5%;
		width: 58%;
	}
	.two-fifth-last { /* Cols 4 and 5 together */
		float: left;
		width: 37%;
	}
	.two-fifth { /* Cols 1 and 2 together */
		float: left;
		margin-right: 5%;
		width: 37%;
	}
	.three-fifth-last { /* Cols 3, 4 and 5 together */
		float: left;
		width: 58%;
	}
	.four-fifth { /* Cols 1, 2, 3 and 4 together */
		float: left;
		margin-right: 5%;
		width: 79%;
	}
	.four-fifth-last { /* Cols 2, 3, 4 and 5 together */
		float: left;
		width: 79%;
	}
	
	
	.one-sixth { /* Col 1-5 */
		float: left;
		margin-right: 5%; /* Note: fivefold. */
		width: 12.5%;
	}
	.one-sixth-last { /* Col 6 */
		float: left;
		width: 12.5%;
	}
	
	
	/* 3.0 - Basic Structure */
	.container,
	.custom-content-address,
	.overlay-caption-container .overlay-caption {
		margin: 0 auto;
		max-width: 1280px;
		padding-left: 9.67741935483871%; /* 120 : 1240 x 100 */
		padding-right: 9.67741935483871%;
		width: 80.64516129032258%; /* (1240-(2x120)) : 1240 x 100 */
	}
	
	.announcements {
		margin-bottom: 53px;
	}
	
	.announcements article {
		float: left;
		margin-right: 3.2%; /* 32 : 1000 x 100 */
		width: 31.2%; /* 312 : 1000 x 100 */
	}
	
	.announcements article:last-child {
		margin-right: 0;
	}
	
	
	/* Header */
	
	.sticky-header + .sticky-header-fix {
	  height: 68px; /* Adds assumed height that changing to fixed position takes away */
	}
	
	#header .site-title {
	}
	
	#header .site-title h1 {
		font-size: 2em;
	}
	
/*	.recent-posts-wrapper article.teaser {
		float: left;
		padding: 0 3%;
		width: 44%;
	}*/
	
/*	.recent-posts-wrapper article.teaser:nth-child(2n+1) {*/
		/* Clear every third */
/*		clear: left;
	}*/
	
	#hero {
		min-height: 350px;
	}
	
	.overlay-title h1,
	.overlay-title.site-description h1 {
		font-size: 2.5em;
	}
	
	.overlay-caption-container {
		padding: 145px 0 40px;
	}
	
	
	/* Search */
	
	/* Search results page */
	.search-form-wrap form.searchform div {
		margin: 0 auto 70px;
		width: 50%;
	}
	.search-form-wrap form.searchform div input[type="text"] {
		width: 77%;
	}
	.no-results .entry-header h1.entry-title {
		font-size: 2.625em;
	}
	
	
	.searchform input[type="text"] {
		padding: 5px 2% 6px;
	}
	
	
	/* Navigation */
	#footer ul.menu li {
		float: left;
	}
	
	
	/* Full Posts */
	
	.neighbor-posts article.teaser {
		background: #fafafa;
		border-radius: 3px;
		margin: 0 0 50px;
		padding: 20px 20px 0;
	}
	article.next-post .teaser-thumb,
	article.previous-post .teaser-thumb {
		float: left;
		padding: 0 5% 20px 0;
		width: 35%;
	}
	article.next-post .neighbor-post-content-wrapper,
	article.previous-post .neighbor-post-content-wrapper {
		float: left;
		width: 60%;
	}
	
	.page-change .other-post-link {
		max-width: 50%;
	}
	
	.page-change .previous-post-left {
		float: left;
	}
	
	.page-change .next-post-right {
		float: right;
	}
	
	.page-change div.previous-post { /* full-post */
	/*	text-align: left; */
	}

	.page-change div.next-post { /* full-post */
	/*	text-align: right; */
	}
	
	
	/* 5.11 - 404 */

	.four-o-four-bottom {
		margin: 0 auto;
		width: 542px;
	}

	.four-o-four .searchform input[type="text"] {
		width: 400px;
	}

	.four-o-four .searchform input#searchsubmit[type="submit"] {
	}
	
	
	/* 5.12 Comments */
	
	ol.comment-list li ol.children {
		padding: 0 0 0 75px;
		width: auto;
	}
	
	
	/* Password */
	.passwordform input[type="password"] {
		width: 27%;
	}
	
	
	/**
	* 5.2 Entry Meta
	* ----------------------------------------------------------------------------
	*/
	
	/* In an article */
	
	#author-details {
		overflow: hidden;
	}
	
	
	/* Footer */
	
	/* Main back to top link */
	#smoothup {
		bottom: 40px;
		opacity: 0.2;
		right: 50px;
		transition: all 0.2s linear 0s;
	}
	
	#footer .widget-element h2 {
		line-height: 120%;
		padding-top: 0;
	}

	#footer .widget-element form.searchform input[type="text"] {
		width: 75%; /* Center the form */
	}
	
	.upper-footer {
		overflow: auto; /* Fill with bg */
	}
	
	.lower-footer h1.name-of-company {
		text-align: center;
	}
	
	.footer-address {
		text-align: center;
	}
	
}


/* WordPress breaking point for the Admin Bar. */
@media screen and (min-width: 784px) {
	body.admin-bar div#header-wrapper.sticky-header { /* Drop sticky header below admin bar */
		top: 32px !important; /* Important to avoid additional animation */
	}
	
}


/* This is where the header logo moves to left and gives space for menu on right. */
@media screen and (min-width: 992px) {
	.neighbor-posts h3.entry-title {
		font-size: 1.125em; /* 18px */
	}	
	
	/* Header */
	
	#header-wrapper {
	}
	
	#header-titles {
		display: inline-block;
		padding: 15px 0;
		text-align: left;
		vertical-align: middle;
		width: 35%; /* 350 : 1000 x 100 */
	}
	
	#header-menu {
		display: inline-block;
		margin-bottom: 0;
		padding: 0;
		text-align: right;
		vertical-align: middle;
		width: 65%; /* 650 : 1000 x 100 */
	}
	
	/* Content */
	
	#content {
		float: left;
		padding-right: 6%; /* 60 : 1000 x 100 */
		width: 64%; /* 640 : 1000 x 100  */
	}
	
	#sidebar {
		float: left;
		padding: 0;
		width: 30%; /* 300 : 1000 x 100  */
	}
	
	
	#hero {
		min-height: 420px;
	}
	
	.overlay-caption-container {
		padding-top: 168px;
	}
	
	.overlay-title h1,
	.overlay-title.site-description h1 {
		font-size: 3.5em;
	}
	
	
	/* Narrow content - Additional CSS Class. The number is percent of the full width. */
	.narrow-70 {
		max-width: 960px;
		padding: 0 15% 20px;
	}
		p.has-background.narrow-70 { /* Gutenberg */
			margin: 0 15% 20px;
		}
	.narrow-50 {
		max-width: 960px;
		padding: 0 25% 20px;
	}
		p.has-background.narrow-50 { /* Gutenberg */
			margin: 0 25% 20px;
		}
	
	
	/* Full Posts */
	
	.entry-header {}
	
	.not-found .entry-header h1.entry-title {
		color: #555;
	}
	
	
	/* 5.11 - 404 */

	.four-o-four-bottom {
		width: 742px;
	}

	.four-o-four .searchform input[type="text"] {
	}

	.four-o-four .searchform input#searchsubmit[type="submit"] {
	}
	
	
	/* Footer */

}


@media screen and (min-width: 1300px) {
	/* Header */
	#header .site-title h1 {
		padding: 0 50px 0 0;
	}
	
	#hero {
		min-height: 500px;
	}
	
	.overlay-caption-container {
		padding-top: 208px
	}
}


@media screen and (min-width: 1418px) {
	
	
}


@media screen and (min-width: 1532px) {
	
	#hero {
		min-height: 580px;
	}
	
	.overlay-caption-container {
		padding: 248px 0 40px;
	}
	
}