/*!
Theme Name: Whitespace
Theme URI: https://www.valice.com/
Author: Valice
Author URI: https://www.valice.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whitespace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Whitespace is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Body Styles
--------------------------------------------------------------*/

body {
	margin: 0;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}
.wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

a {
 color: #cc0000;
 text-decoration: none;
 transform: translateY(1px);
}

img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	background-color: #fff;
	color: #cc0000;
	display: flex;
	align-items: center;
}

.site-branding {
	width: 400px;
	padding: 15px;
	font-weight: bold;
	font-size: 20px;
}

.site-branding a {
	transition: 0.5s
}

.site-branding a:hover {
	color: #ccc;
}

.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 30px;
	width: 100%;
}

.main-navigation {
	width: auto;
	text-align: right;
}

.main-navigation a {
	transition: 0.5s ease-in-out;
	border-bottom: 1px solid transparent;
}

.main-navigation a:hover,
.main-navigation li.menu-item.current-menu-item a {
	border-bottom: 1px solid #cc0000;
}

nav ul > li {
	padding: 7px;
}

@media only screen and (max-width:1170px) {
	.header-right > .main-navigation {
		position: absolute;
		right: 0;
		top: 50px;
		width: auto;
		background-color: #333;
		padding: 5px;
	}

	.main-navigation a {
		transition: none;
		color: #fff;
	}
}
/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/

.site-main {
	background: #333;
	color: #fff;
}
.featured-image {
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.entry-content p,
.entry-content h1,
.entry-content h2,
h1.entry-title {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
}

.wp-block-button.center {
	display: block;
	text-align: center;
}

.wp-block-columns {
		margin: 10px auto;
		max-width: 1100px;
		background: #f5f5f5;
		box-shadow: 3px 3px 5px #ccc;
		padding: 20px;
		color: #333;
}

.wp-block-embed.aligncenter {
	text-align: center;
}

@media only screen and (max-width:500px) {
	.featured-image {
		height: 200px;
	}
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

.slick-slider .slick-slide {
	height: 500px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.slick-slider h2 {
		color: #fff;
		text-shadow: 5px 5px 10px #000;
		font-size: 30px;
}

.slick-dots {
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute;
	margin-top: -40px;
	left: 0;
	right: 0;
}

.slick-dots li {
	margin: 0 0.25rem;
	list-style-type: none;
	display: inline-block;
}
	
.slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
			
	border: none;
	border-radius: 100%;
	background-color: #fff;
			
	text-indent: -9999px;
}
	
li.slick-active button {
	background-color: #cc0000;
}

@media only screen and (max-width: 500px) {
	.slick-slider .slick-slide {
		height: 300px;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
	text-align: center;
	padding: 5px;
	background-color: #ccc;
	color: white;
}