/*!
Theme Name: Curvepress
Theme URI: https://nuanet.net/wordpress-themes/curve
Author: Nuanet
Author URI: https://nuanet.net
Description: A fresh curved look for your website that is fast, responsive and easy to use.
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: curve
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

div#content {
    z-index: 5;
    background: #f3f4f5;
    position: relative;
    display: flex;
    padding: 10px;
    padding-top: 50px;
    margin: auto;
    max-width: 1300px;
}

div#primary{
	
}

aside#secondary{
	margin-top: 25px;
}

div#webpage {
    background-color: #f3f4f5;
    position: relative;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
	text-transform: none;
}

button,
[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;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1.site-title {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 625px;
    backdrop-filter: blur(10px);
    font-size: 50px;
    text-align: center;
}

h1.site-title a {
    text-decoration: none;
    text-shadow: 0 0 32px black;
    color: white;
}

h2.entry-title a{
	text-decoration: none;
	color: black;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background-color: #f3f4f5;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {

}

nav.navigation.post-navigation {
    display: none;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none!important;
    border-color: #ccc #ccc #bbb;
    border-radius: 30px;
    background: #a5a5a5;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 11px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: white;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 3px;
	padding-left: 10px;
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	box-shadow: 0 0 3px black;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-branding{
	height: 700px;
	background-color: #d6d6d6;
	width: 100%;
}

#wp-custom-header img{
	height: 100%;
	position: fixed;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
}

div#sitelogo {
    position: relative;
    z-index: 5;
    height: 54px;
    width: 54px;
    float: left;
}

img.custom-logo {
    width: auto;
    margin: auto;
    padding: 5px;
    display: block;
    z-index: 5;
}

.main-navigation {
	clear: both;
	display: block;
	background: rgba(255, 245, 246, 0.72);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: fixed;
    box-shadow: 0 0 3px;
    backdrop-filter: blur(10px);
    width: 100%;
	margin: 0;
	top: 0;
	z-index: 10;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	display: none;
    float: left!important;
    padding: 0;    
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	width: auto;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	padding: 5px;
}

.main-navigation ul ul li{
	padding: 0;
	width: 100%;
}

ul.sub-menu{
	padding: 0px;
	border: 1px solid #bfbfbf;
	border-radius: 0 0 15px 15px;
}

.main-navigation li {
	float: left;
	position: relative;
	transition: 0.3s;
}

.main-navigation ul ul li{
	padding: 5px;
}

.main-navigation ul ul li a{
	text-align: center;
}

.main-navigation li a:hover{
	color: #c80b1e;
}

.main-navigation li a {
    padding: 15px;
    color: #3e3e3e;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    text-decoration: none;
    width: 100%;
    transition: 0.4s;
}

.main-navigation .menu-item-has-children > a:after {
    content: '▼';
    margin-top: 1px;
    pointer-events: none;
    margin-left: 1px;
}


.main-navigation a {
	display: block;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
		border: none;
		background: transparent;
		box-shadow: 0 0 0;
	}

	.main-navigation ul ul li{
		background: white;
	}

	.main-navigation ul ul li:last-of-type{
		border-radius: 0 0 15px 15px;
		padding-bottom: 5px;
	}

	.main-navigation ul {
		display: block;
		float: left!important;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: -50%!;
    	right: -50%;
	}

	.main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon {
	    display: inline;
	    left: 5px;
	    position: relative;
	    top: -1px;
	}

	aside#secondary {
	    padding: 20px;
	    margin-left: 50px;
	    float: right;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
	    left: -50%;
	    right: -50%;
		display: block!important;
	}
}

@media screen and (max-width: 768px) {

	.menu-toggle {
		font-size: 20px;
		border: none;
		background: transparent;
		box-shadow: 0 0 0;
	}

	.main-navigation .menu-item-has-children > a:after {
	    content: '▼';
	    position: absolute;
	    right: 0;
	}

	.main-navigation ul ul{
		display: none;
		left: auto!important;
		border-radius: 0;
		top: 100%;
		width: 100%;
		padding: 5px;
		position: relative;
		background: transparent;
	}

	.main-navigation li:hover{
		background-color: #c80b1e;
	}

	.main-navigation li a:hover,{
		background-color: transparent;
		color: white!important;
	}

	.menu-toggle{
		display: block;
		float: right;
	}

	div#sitelogo {
	    position: absolute;
	    margin: auto;
	    z-index: 5;
	    height: 64px;
	    width: 64px;
	    background-color: transparent;
	    margin-top: -10px;
	    transform: skew(0deg);
	    box-shadow: 0 0 0 black;
	    margin-left: 15px;
	}

	img.custom-logo {
	    width: auto;
	    margin: auto;
	    padding: 9px;
	    transform: skew(0deg);
	    display: block;
	    z-index: 5;
	}

	nav#site-navigation {
	    padding: 10px;
	    height: 64px;
		z-index: 10;
	    position: fixed;
	    top: 0;
	}

	ul.sub-menu{
		padding: 0px;
		border: none;
		box-shadow: inset 0px 0px 13px 2px rgba(0,0,0,0.75);
		border-radius: 0;	
	}

	.main-navigation ul ul{
		display: none;
	}

	.main-navigation ul ul li a{
	    text-align: left;
	}

	.main-navigation ul {
		position: fixed;
		top: 64px;
		padding: 0;
		margin: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: white;
	}

	.main-navigation li {
	    float: left;
	    position: relative;
	    width: 100%;
	}

	.main-navigation li a {
	    padding: 10px;
	    width: 100%;
	    margin-left: 0px;
	    margin-right: 0px;
	    width: 70%;
	    color: black;
	    font-size: 15px;
	    text-decoration: none;
	}

	.site-branding {
	    height: 200px;
	    width: 100%;
	}

	h1.site-title{
		top: 100px;
		font-size: 40px;
		backdrop-filter: blur(0px);
	}

	div#primary,aside#secondary{
		width: 100%;
		float: left;
	}

	div#content{
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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;
}

.site-info,#sitenav{
    margin: auto;
    max-width: 1300px;
}

.site-info a{
	color: #404040;
}

footer#colophon {
    border-top: 1px solid gray;
    padding: 10px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	padding-bottom: 5px;
	border-bottom: 2px solid gray;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.post:first-of-type{
	border: none;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    border-radius: 5px;
    transition: .5s;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image:hover{
    box-shadow: 2px 2px 4px 1px rgb(152, 152, 152);
}

a.more-link {
    text-decoration: none;
    color: white;
    background-color: #a5a5a5;
    border-radius: 20px;
    padding: 10px;
    transition: .3s;
}

span.posted-on a,a.url.fn.n,aside#secondary a{
	color: black;
	text-decoration: none;
}

a.more-link:hover{
	background-color: #c80b1e;
}

span.cat-links a{
	color: white;
	text-decoration: none;
}

span.cat-links {
    position: absolute;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.43);
    border-radius: 5px 0 20px 0;
    background-color: #c80b1e;
    padding: 5px 10px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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;
}
