/** Typografi styling **/

h1, h1 .entry-title {
	font-size: 36px;
	font-family: Quatro-Slab, Poppins, sans-serif;
	font-weight:700;
	line-height: 40px;
	color: #33475B!important;
	margin-top:45px;
	margin-bottom:21px;
/*	letter-spacing:-1px; */
}

h2 {
	font-size: 36px;
	font-family: Poppins, sans-serif;
	line-height: 54px;
	color: #33475B;
	margin-top:28px;
	margin-bottom:14px;
}

h3 {
	font-size: 27px;
	font-family: Poppins, sans-serif;
	line-height: 40px;
	color: #33475B;
	margin-top:18px;
	margin-bottom:18px;
}

h4 {
	font-size: 18px;
	font-family: Poppins, sans-serif;
	line-height: 27px;
	color: #33475B;
	margin-top:25px;
	margin-bottom:5px;
}

h5 {
	font-size: 20px;
	font-family: Poppins, sans-serif;
	line-height: 30px;
	color: #33475B;
	margin-top:25px;
	margin-bottom:5px;
}

h6 {
	font-size: 16px;
	font-family: Poppins, sans-serif;
	line-height: 22px;
	color: #33475B;
	margin-top:7px;
	margin-bottom:15px;
}

p {
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight:500!important;
	line-height: 28px;
	color: #33475B;
	/* max-width: 700px; */
}

strong {
	font-weight:600!important;
}

a {
	font-family: Poppins, sans-serif;
	font-size:17.5px;
	font-weight:600;
	line-height:21px;
	color: #297acc;
}

a {
	color:#297acc!important;
}

a:hover {
	color:#1f5c99!important;
}

a:active {
	color:#8ab8e6;
}

li {
	font-size:18px;
	list-style-type: square;

}

li::marker {
  color:#297acc;
}

blockquote {
	border:none;
}

blockquote p {
		font-weight:500!important;
		color:#ffffff!important;
}

blockquote cite {
	color:#ffffff;
	font-style:normal;
}

@media (max-width: 700px) {
		
		h1 {
			font-size:36px!important;
			line-height:40px!important;
		}
}

.shadow {
	text-shadow:6px 6px 27px black;
}

/** Calculator **/

.content-heading { 
	margin-top:30px!important;
}

.wpforms-container label.wpforms-field-label {
	color:#33475B!important;
	text-align:center;
}

div.wpforms-container-full input[type=number] {
	text-align:center;
	color:#36b39e!important;
	font-weight:600;
	border:2px solid #33475B!important;
}

div.wpforms-container-full input[type=number]:focus {
	text-align:center;
	color:#36b39e!important;
	font-weight:600;
	border:2px solid #36b39e!important;
}

.divider-center {
	text-align:center;
}

.divider-center h3 {
	font-family: Quatro-Slab, Poppins, sans-serif!important;
	font-size:54px!important;
	color: #33475B!important;
}

.result-field {
	background-color:#36b39e!important;
	text-align:center;
	border-radius:3px!important;
	padding:30px!important;
	color: #FFFFFF;
	margin:10px 0!important;
	
}

.result-field input[type=text] {
	border-style: none !important;
	background-color:#36b39e!important;
	color: #FFFFFF!important;
	text-align:center;
	font-size:27px!important;
	font-family: quatro-slab, serif!important;
	font-weight:600!important;
}

.result-field input:focus {
	border-style: none !important;
	border-width: 0;
	border-color: transparent !important;
	outline: none !important;
	outline-color: transparent !important;
	outline-width: 0 !important;
	box-shadow: 0 0 0 0 !important;
		
}

.result-field label.wpforms-field-label {
	color:#ffffff!important;
	font-size:18px!important;
	font-weight:400!important;
}

/** Logo **/

.custom-logo-wrapper {
	max-width:360px;
}

div .site-branding {
	max-width:360px;
}

img .custom-logo {
	max-width:315px;
}

.custom-logo-link {
		max-width:315px;
}

/** Content **/

#grad {
		 background-image: linear-gradient(red, yellow);
}

/** Footer **/

div.bottom-bar {
	display:none;
}

.site-info span {
		display:none;
} 

#colophon #theme-attribution {
display: none;
}