<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: am wolf
Theme URI: https://stockholmlanding.qodeinteractive.com/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.1.1
Text Domain: stockholm
Template: stockholm
*/

/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/noto-serif-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/noto-serif-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-serif-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-serif-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-serif-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-serif-v21-latin-regular.svg#NotoSerif') format('svg'); /* Legacy iOS */
}


/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/noto-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-sans-v27-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}


.homegrad {
	background: linear-gradient(135deg, #c1e8f8 0%, #f1fbff 40%);
}
.homecircle {

		background-size: 1276px 1016px !important;
	background-position:right -350px bottom 0px !important;
}
.teaser p{
color:#202a74 !important;
text-transform:uppercase;
letter-spacing:4px;
font-weight:300;
margin-bottom:14px !important;
font-size:16px !important;
}
.subheadline p{
	color:#202a74 !important;
font-weight:300;
font-size:19px !important;
	line-height:1.4em;
}
.iconimg img{
	max-width:130px !important;
}
ul li {
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 25px;
    line-height: 27px;
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output{
	color:#444444 !important;
}

@media only screen and (min-width: 1000px) {
	
 .telbutton a{
	background-color:#f5ae5b !important;
	color:#202a74 !important;
	border-radius:5px;
	line-height:50px !important;
	margin-top:45px !important; 
	margin-bottom:45px !important; 
	font-weight:500 !important;
}
	.telbutton span{
		float:right;
		padding-left:8px;
			word-break: keep-all;
	}
	.telbutton i{
			
		margin-top:-2px !important;
	
	}
	.homemargintop{margin-top:150px;}
	.homemargintop2{margin-top:100px;}
}
}

.shadowfilter {
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
	drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
	filter: url(shadow.svg#drop-shadow);
}</pre></body></html>