/*
Theme Name: Sunstream
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* Global */

html {
  scroll-behavior: smooth;
}
.special_amp { color: inherit!important; font-family: inherit; font-size: inherit; }

.logo-home {
    width: 100%;
    max-width: 800px;
    margin-bottom: 50px
}
.svg-image img {
	width: 100%;
}
#top .av-special-heading.av-linked-heading a:hover {
  opacity: 1;
}
h2.av-special-heading-tag, .link-wrapper {
  display: inline-block;
  position: relative;
}
.home-cans {
	border: 3px solid #c48e10 !important;
}
.about-us-toggle p.toggler {
	font-family: 'catamaran', Helvetica, Arial, sans-serif;
	border-bottom-width: 0px;
}
/*a {
  display: block;
  position: relative;
}
a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 50%;
  height: 3px;
  background-color: #004158;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s;
}
a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50%;
  height: 3px;
  background-color: #004158;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
a:hover:before {
  transform: scaleX(1);
}
a:hover:after {
  transform: scaleX(1);
}
@keyframes avia-fade-in-down {
	0% {
		opacity: 0;
		transform: translate3d(0, -40%, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
} */