.partner-sm img {
    height: 25px;
}

.grayscale-img {
		filter: grayscale(1);
    opacity: 0.5;
}

.card-img-top {
    object-fit: cover;
    height: 24vh;
}

.fa.fa-facebook, .fa.fa-linkedin, .fa.fa-instagram, .fa.fa-twitter {
	    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.fa-twitter:before {
    content: "\f099";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-facebook:before {
    content: "\f39e";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.background-b75 {
	background-position: center 75%;
}

.img-128 {
	width: 128px;
	height: 128px;
}

.img-175px {
	max-width: 175px;
}

.hidden {
	display: none !important;
}

.hide-rating .rating {
	display: none;
}

.square {
	border-radius:  0 !important;
}

.btn-info {
	background-color:	#588ea5;
	border-color: #588ea5;
	color: #fff;
}

.btn-info:hover {
    color: #fff;
    background-color: #3288ad;
    border-color: rgb(50, 136, 173);
    -webkit-box-shadow: 0 1px 10px rgba(50, 136, 173, 0.4);
    box-shadow: 0 1px 10px rgba(50, 136, 173, 0.4);
}

.btn-outline-info {
	border-color: #588ea5;
	color: #588ea5;
}

.fixed-bottom {
	position: absolute !important;
	bottom:  10px;
	left: 0;
	right: 0;
	margin-top: 30px;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
	-webkit-transform: scale(0.65);
  	 	    transform: scale(0.65);
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}


// Stuff that matters.
@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(60px);
	}
}

svg #wheel {
	animation: scroll ease 3s infinite;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar * {
  background:transparent;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

.card-transparent {
	background-color: transparent !important;
}

.object-position-top {
	object-position: top;
}


.object-position-bottom {
	object-position: bottom;
}

blockquote > .lead-2, blockquote > .lead-1 {
    font-style: italic;
}

.card h6 {
    font-size: 1.35469rem;
}

.post-content {
    font-size: 1.1rem;
}

/*.post-template-default img.rounded-md {
    max-height: 300px;
}*/

.post-template-default h1 {
    font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, .woocommerce h2, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	  font-family: "Open Sans", sans-serif;
}

.excerpt-hide-overflow {
	height: 160px;
	overflow-y: hidden;
}

@media only screen and (max-width: 760px) {
	.excerpt-hide-overflow {
	height: 95px;
	overflow-y: hidden;
}
}

/* Position child elements relative to this element */
.aspect-ratio {
	position: relative;
}

/* Create a pseudo element that uses padding-bottom to take up space */
.aspect-ratio-16x9::after {
	display: block;
	content: '';
	/* 16:9 aspect ratio */
	padding-bottom: 56.25%;
}

.aspect-ratio-24x9::after {
	display: block;
	content: '';
	/* 16:9 aspect ratio */
	padding-bottom: 37.5%;
}

/* Image is positioned absolutely relative to the parent element */
.aspect-ratio img {
	/* Image should match parent box size */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.wp-block-pullquote cite {
    font-size: .5em;
    color: #999;
		text-transform: none;
}

.wp-block-pullquote {
    border-top: 2px solid #e9ecec;
    border-bottom: 2px solid #e9ecec;
    margin-bottom: 1.75em;
    color: #757575;
    margin-top: 2em;
}

.wp-block-pullquote p {
    font-size: 1.5em;
}

.wp-block-pullquote > .container {
	margin: 0 auto;
}

.n2-ss-slider .n2-ss-layer {
	width: 100% !important;
}

.img-right {
	float: right;
	width: 50%;
    padding-left: 2em;
    margin-bottom: 0;
}

.img-left {
	float: left;
	width: 50%;
    padding-right: 2em;
    margin-bottom: 0;
}

.social a.social-whatsapp:hover {
    color: #128c7e;
}

.social-xl a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 1.75rem;
}