/*
Theme Name: Alpine
Theme URI:  /wp-content/themes/alpine/
Author: Ignition72
Description: Pickmy county is simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
*/
.footer-links {
	display:inline-block;
	width:100%;
	margin-bottom:40px;
}
.footer-links-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.footer-links-inner div {
	padding-right:20px;
	margin-bottom:1em;
}
.privacy-policy-link,
.standards-link {
	margin-left:0 !important;
	color:#98B23D !important;
}
.header-container .menu-container #menu-i-want-to-menu {
	display:none !important;
}
.page-id-8193 .fifty-fifty-container .fifty-fifty-block:nth-child(2) {
	background:#98B23D !important;
}
.page-id-8193 .fifty-fifty-container .fifty-fifty-block:nth-child(2):hover {
	background:#7a8e31 !important;
}
.youtube-responsive-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


@media screen and (min-width: 728px) {
.footer-links {
	display:inline-block;
	width:40%;
}
.footer-links-inner div {
	padding-right:35px;
}
} /* CLOSE MEDIA QUERIE */

@media screen and (min-width: 1024px) {

.side-heading-video {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}
.side-heading-video .side-heading {
	margin-right:0 !important;
}
.side-video-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
	width:calc(80% - 60px);
}
.video-content-1 {
	width:calc((100% - 30px) / 2);
	text-align:left;
}
.video-content-2 {
	width:calc((100% - 30px) / 2);
	text-align:left;
}
.embed-wrap {
	padding-top:8px !important;
	margin-top:0 !important;
}
.embed-wrap iframe {
	padding-top:8px !important;
	margin-top:0 !important;
}
} /* CLOSE MEDIA QUERIE */

.logo a {
	top:19px !important;
	left:80px !important;
}
@media (min-width: 1250px) {
  .logo a {
    top: 40px !important;
    left: 90px !important;
  }
}
@media (min-width: 1900px) {
  .logo a {
    top: 40px !important;
	left: 100px !important;
  }
}