/*
Theme Name: ASBRA 2020 Theme
Template: twentytwenty
Description: For the love of it
Author: ASBRA AB, Nimpen Jimmy Nordström <j@asbra.nu>
Version: 1.0.0
*/
/*
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,300;1,400&display=swap');
@import url("https://use.typekit.net/irs4csy.css");
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,600;1,300;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


.visible-print { display : none; }

body.page-template-default h1.entry-title,
.striped {
    border-top: 2px solid #d9305d;
    border-bottom: 2px solid #d9305d;
    padding-bottom: 10px;
}
h1.entry-title {
	margin-top: 40px;
}

.entry-header {
	margin-top: 30px;
}

/* Tilt */
.tilt   { transform: skewY(-3deg);   transform-origin: 0 0; }
.detilt { transform: skewY(3deg); }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file,
h1,h2, h3, h4, h5, h6
{
	font-family: 'Josefin Sans', sans-serif;
}

body, .entry-content
{
	font-family: 'Work Sans', sans-serif;
}

body.home a.custom-logo-link { display:none; }

body.home a.custom-logo-link { position: absolute; left: 0; top: 0; }

/* remove "-sign from blockquotes */
.wp-block-pullquote::before {
	content:"";
	background-color:currentColor;
}

/***********/

body.home footer {
}
ul.post-meta {
	display:none;
}
.toggle-text {
	display:none;
}
p.powered-by-wordpress a {
	display:none;
}
/* center cover header */
body.home .cover-header-inner {
	padding:0;
	height:60%;
}

/* reCAPTCHA v3 badge*/
.grecaptcha-badge {
	opacity: 0;
}

/* Send email button */
input.wpcf7-submit {
	background-color:#fff;
}

.search-toggle-wrapper, .search-toggle, .mobile-search-toggle {
	display: none !important;
}

/* Rotate vertical burger */
/*
span.toggle-icon {
  transform: rotate(45deg);
	-webkit-transition: -webkit-transform .8s ease-in-out;
	-ms-transition: -ms-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
}

span.toggle-icon:hover {
  transform: rotate(630deg);
}
*/


/* Fix the ugly border */
button.toggle:active, button.toggle:focus {
	outline: 0;
	-moz-outline-style: none;
}


blockquote.wp-block-quote code {
    padding: 2px;
    border-radius: 2px;
    color: #23282d;
    background: #f3f4f5;
    font-family: monospace;
    font-size: 16px;
}

footer#site-footer {
	border-top-width:0 !important;
}

p.footer-copyright a { display:none; }
p.footer-copyright:after { content: "Smart Miljø Konsulent Norge AS"; }

body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover
{
color: #78b93f;	
}

.wp-block-latest-posts a {
	color: #6d6d6d !important;
	font-size: 50px !important;
}

.wp-block-latest-posts__post-date{
	padding-bottom: 20px;
}

.iframe-size-1 {
	width: 100%;
	height: 100%;
}

@media (max-width: 1212px) {
	.iframe-1 {
		height: 1300px;
	}
}

@media (min-width: 700px) {

	h1.archive-title {
		font-size:6.4rem;
	}
}