@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,500,600');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

/* /////////////////////////////////////
*	General
///////////////////////////////////// */

* {
	box-sizing: border-box;
}
html {
	font-size: 16px; /* used to set base size for rem units */
}
html, body {
	overflow-x: hidden;
	font-family: 'Merriweather';
}
html.overlay-open, body.overlay-open {
	overflow-y: hidden;
	/*width: 100%;
	height: 100%;*/
}
#page {
	overflow: hidden;
}
img {
	/*object-fit: contain;*/
	/*max-width: 100vw;*/
}
ul {
	list-style: none;
}
a, a:hover, a:focus, a:active, a:visited {
	text-decoration: none;
}
iframe {
	margin: 0;
}
h1, h2, h3 {
	font-weight: 600;
	line-height: 1.3;
}
h1, h2, h3, p {
	margin: 0;
	word-wrap: normal;
	max-width: 100vw;
	color: #123b86;
}
h1 {
	font-size: 1.6rem;
}
h2 {
	font-size: 1.4rem;
}
h3 {
	font-size: 1.2rem;
}
p, label, .inner-footer-jump {
	font-size: 1rem;
}

h1:not(:last-child) {
	margin-bottom: 27px;
}

h2:not(:last-child) {
	margin-bottom: 21px;
}

h3:not(:last-child) {
	margin-bottom: 17px;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	position: relative;
	width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 30px;
  background-color: #E1E1E1;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: none;
}
input[type="radio"]:after,
input[type="checkbox"]:after {
  background-color: #FFF;
  border-radius: 25px;
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after {
  background-color: #123B86;
}

.site-header,
.site-header a,
.site-footer,
.site-footer a,
.blue-button,
.white-button {
	text-transform: uppercase;
	font-family: 'Montserrat';
}

.blue-button,
input[type="submit"].blue-button {
	background-color: #123b86;
	padding: 18px 20px;
	border-radius: 0.2rem;
	display: inline-block;
	font-weight: 400;
	font-size: 1.1719rem;
	margin-top: 2rem;
	transition: background-color 0.3s, box-shadow 0.3s;
	color: #FFF;
}
.blue-button:hover,
input[type="submit"].blue-button:hover,
.white-button:hover {
	/*box-shadow: 2px 2px 2px 1px #555;*/
	-webkit-box-shadow: 0px 0px 43px 1px rgba(166,166,166,1);
	-moz-box-shadow: 0px 0px 43px 1px rgba(166,166,166,1);
	box-shadow: 0px 0px 43px 1px rgba(166,166,166,1);
}
.blue-button:hover,
input[type="submit"].blue-button:hover {
	background-color: #092963;
}

a.blue-button, a.blue-button:hover, a.blue-button:focus, a.blue-button:active, a.blue-button:visited {
	color: #FFF;
}
.category .blue-button,
.news .blue-button {
	margin-top: 43px;
}

.site-content,
.page:not(.home) #content {
	padding: 0;
}

.wpcf7,
.wpcf7-form {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
.wpcf7-form label {
	color: #928b8b;
	font-weight: 200;
}
.wpcf7-form p:not(:last-of-type),
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
	width: 300px;
}
.wpcf7-form p:not(:last-of-type) {
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
}
.wpcf7-form p:last-of-type {
	margin-bottom: 0;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
	border: 6px solid #e1e1e1;
	margin-top: 11px;
}
.wpcf7-form .wpcf7-text {
	height: 51px;
}
.wpcf7-form .wpcf7-textarea {
	height: 122px;
}
.wpcf7-form .ajax-loader {
	position: absolute;
}
.wpcf7-form .wpcf7-radio {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	float: right;
	margin-top: 10px;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
	margin-top: 0.5rem;
}

/* IE Flex bug workaround */
/*.categories .container-fluid {
	display: flex;
}

img.banner {
	max-width: 100vw;
}*/

.categories .banner,
.single-category .banner,
.news .banner,
.single-news .banner,
.contact .banner {
	width: 100vw;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 35%;
}

/* /////////////////////////////////////
*	Header
///////////////////////////////////// */

.dim-overlay {
	position: fixed;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s;
}
.dim-overlay.open {
	opacity: 1;
	z-index: 2;
}

.back-to-top {
	z-index: 1;
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	transition: opacity 0.3s;
}
.back-to-top.visible {
	opacity: 1;
}
.back-to-top.visible:hover {
	opacity: 0.7;
}

.unsub-lightbox {
	width: 26rem;
	height: 12rem;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #F3F3F3;
	z-index: 0;
	padding: 1rem;
	border-radius: 10px;
}
.unsub-lightbox.open {
	z-index: 2;
}
.unsub-lightbox > div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.unsub-lightbox div:nth-child(1) {
	height: 6rem;
	font-size: 1.4rem;
	text-align: center;
}
.unsub-lightbox .blue-button {
	margin: 0;
	width: 6rem;
}
.unsub-lightbox .blue-button:nth-child(1) {
	margin-right: 1rem;
}

.site-header {
	width: 100%;
	background-color: transparent;
	z-index: 2;
	/*background-color: rgba(255, 255, 255, 0.3);*/
}
.site-header .mobile-menu-button {
	width: 36px;
	height: 32px;
	padding: 0;
	margin-top: 15px;
	background-color: #EDEDED;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 10px 1px #123b86;
	border-radius: 5px;
	position: absolute;
}
.site-header .mobile-menu-button-line {
	width: 20px;
	height: 3px;
	background-color: #123b86;
	border-radius: 30%;
}
.site-header .mobile-menu-button-line:not(:last-child) {
	margin-bottom: 4px;
}
.site-header .mobile-menu-button-line:nth-child(2) {
	width: 18px;
}
.site-header .menu {
	padding-top: 1rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	font-size: 1.2344rem;
	color: #123b86;
	width: 100%;
	/*margin-left: -62px;*/
	z-index: 2;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.site-header .menu li:not(:last-child):not(.menu-item-) {
	margin-right: 8px;
}
.site-header .menu li:not(:first-child):not(.menu-item-) {
	margin-left: 8px;
}
.site-header .menu li.menu-item- {
	width: 4px;
	height: 4px;
	background: linear-gradient(45deg, #c69c55, #cfad7a);
	border-radius: 50%;
}
.site-header .menu li:not(.main-logo-entry) {
	white-space: nowrap;
	display: inline-block;
	text-align: center;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
.site-header .menu li:not(.main-logo-entry) a {
	color: #123b86;
	white-space: nowrap;
	text-align: center;
	transition: color 0.3s, text-shadow 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.site-header .menu li:not(.main-logo-entry) a:hover {
	color: #092963;
	font-weight: 600;
	/*text-shadow: 1px 0 0 rgba(9, 41, 99, 0.8), -1px 0 0 rgba(9, 41, 99, 0.8), 0 1px 0 rgba(9, 41, 99, 0.8), 0 -1px 0 rgba(9, 41, 99, 0.8);*/
}
.site-header .menu .main-logo-entry img {
	width: 180px;
}
.site-header .menu:not(.mobile) .main-logo-entry img {
	padding: 0 20px;
}

.site-header .menu.mobile {
	flex-direction: column;
	justify-content: flex-start;
	margin: 0;
	position: absolute;
	left: 0;
	width: auto;
	height: 100vh;
	transform: translateX(-100%);
	background: #FFF;
	padding: 0 30px;
}
.site-header .menu.mobile:after {
	content: "";

}
.site-header .menu.mobile.animated {
	transition: transform 0.3s;
}

.site-header .menu.mobile.open {
	transform: translateX(0);
}
.site-header .menu.mobile li:not(:last-child):not(.menu-item-),
.site-header .menu.mobile li:not(:first-child):not(.menu-item-) {
	margin: 15px 0;
}
.site-header .menu.mobile .menu-item- {
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #FFF, #cfad7a);
	border-radius: 50%;
}
.site-header .menu.mobile li.main-logo-entry, 
.site-header .menu.mobile li.main-logo-entry + .menu-item- {
	order: 1;
}
.site-header .menu.mobile li:not(.main-logo-entry) {
	order: 2;
}

/* /////////////////////////////////////
*	Cookie Notice
///////////////////////////////////// */

.white-button {
	background-color: #FFF;
	padding: 10px 55px;
	border-radius: 0.2rem;
	display: inline-block;
	font-weight: 600;
	font-size: 1.1719rem;
	transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
	color: #123b86;
}
.white-button:active, .white-button:focus, .white-button:hover, .white-button:visited {
	background-color: #FFF;
}

.cookie-panel {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 5;
	background-color: #123b86;
	padding-top: 20px;
	padding-bottom: 30px;
}
.cookie-panel p {
	color: #FFF;
	font-size: 1rem;
	font-weight: 300;
}
.cookie-panel a {
	color: #FFF;
	font-weight: 600;
}

.cookie-panel > .container {
	margin: 0 auto;
}

.cookie-panel .cookie-panel-content {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: center;
}
.cookie-panel .cookie-panel-content .text-box {
	float: left;
}
.cookie-panel .cookie-panel-content .button-box {
	height: 100%;
	/*position: absolute;
	right: 0;*/
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

/* /////////////////////////////////////
*	Footer
///////////////////////////////////// */

.site-footer {
	border-top: 1px solid #a8b7d2;
	border-bottom: 1px solid #1e458c;
	border-left: 1px solid #1e458c;
	border-right: 1px solid #1e458c;
	height: 310px;
	width: 100%;
	background-color: #123b86;
	padding-top: 46px;
	margin: 0;
}
.site-footer,
.site-footer a {
	color: #FFF;
	font-size: 1.1719rem;
	text-align: center;
}
.site-footer .copyright,
.site-footer .comm .contact,
.site-footer .legal,
.site-footer .privacy-policy {
	margin-bottom: 20px;
}
.site-footer a:hover {
	font-weight: 600;
}
.site-footer .legal > a {
	display: block;
}

.site-footer a:after {
	display: block;
	content: attr(data-text);
	font-weight: 600;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/*.site-footer .wrapper > *, 
.site-footer .comm > * {
	height: 100%;
}*/
.site-footer .wrapper,
.site-footer .comm,
.site-footer .social {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.site-footer .social .blurb {
	margin-bottom: 10px;
}
.site-footer .social a {
	width: 65px;
	height: 65px;
}
.site-footer .social a:not(:last-child) {
	margin-right: 14px;
}
.site-footer .social .blurb {
	
}
.site-footer .social .jumps {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.site-footer .social .jumps img {
	transition: opacity 0.3s;
}
.site-footer .social .jumps img:hover {
	opacity: 0.6;
}

/* /////////////////////////////////////
*	Home
///////////////////////////////////// */

.home-landing > * {
	
}

.home-landing .banner {
	position: relative;
}
.home-landing .banner img.prev-slide,
.home-landing .banner img.next-slide {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
	width: 35px;
	transition: opacity 0.4s;
}
.home-landing .banner img.prev-slide:hover,
.home-landing .banner img.next-slide:hover {
	opacity: 0.8;
}
.home-landing .banner img.prev-slide {
	left: 30px;
}
.home-landing .banner img.next-slide {
	right: 30px;
}
.home-landing .banner .bx-wrapper {
	margin-bottom: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.home-landing .banner .slider a {
	height: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding-top: 50.5vw;
}

.home-landing .origin {
	padding: 60px 0;
	color: #123b86;
}
.home-landing .origin .row,
.home-landing .origin .col {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.home-landing .origin .row {
	align-items: center;
}
.home-landing .origin .col {
	align-items: stretch;
}
.home-landing .origin img {
	align-self: center;
}
.home-landing .origin .text {
	margin: 3rem 0 5rem 0;
}

.home-landing .news {
	background-color: #f3f3f3;
	/*padding-bottom: 40px;*/
}
.home-landing .news .single-news {
	padding: 2rem 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.home-landing .news .single-news > div {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: stretch;
}
.home-landing .news .single-news .blue-button {
	align-self: center;
}

.home-landing .videos {
	padding: 62px 0;
	background-repeat:  no-repeat;
	background-size: cover;
}
.home-landing .videos .row {
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-landing .videos .row:not(:last-child) {
	margin-bottom: 50px;
}
.home-landing .videos .video {
	width: 66.66666667vw;
	height: 37.5vw;
}

.home-landing .promo {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	height: 0;
	width: 100%;
	padding-top: 36%;
}

.home-landing .promo {
	display: block;
}
.home-landing .promo img {
	max-width: 100vw;
}

.home-landing .social {
	padding-bottom: 10rem;
}
.home-landing .social .intro {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: stretch;
}
.home-landing .social .intro img {
	align-self: center;
}
.home-landing .social .divider {
	margin-top: 64px;
	width: 100%;
	height: 2px;
	background-color: #eaeaea;
}
.home-landing .social .highlights {
	margin-top: 64px;
}
.home-landing .social .highlights .instagram-form {
	width: 100%;
}
.home-landing .social .highlights .instagram-form > h2,
.home-landing .social .highlights .instagram-form > p {
	display: none;
}
.home-landing .social .highlights .instagram-form .instagram-pics {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.home-landing .social .highlights .instagram-form .instagram-pics li {
	margin-bottom: 20px;
}
.home-landing .social .highlights .instagram-form .instagram-pics img {
	max-width: 100%;
	width: 100%;
}

.home-landing .newsletter {
	background-color: #f3f3f3;
	padding-top: 87px;
	padding-bottom: 70px;
}
.home-landing .newsletter .row {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.home-landing .newsletter .title h1 {
	margin: 0 0 62px 0;
	text-align: center;
}
.home-landing .newsletter .mc4wp-form input[type="text"],
.home-landing .newsletter .mc4wp-form input[type="email"] {
	border: 6px solid #e1e1e1;
	margin-top: 11px;
}
.home-landing .newsletter .mc4wp-form input[type="text"]:focus,
.home-landing .newsletter .mc4wp-form input[type="email"]:focus {
	border-color: #333;
	color: #222;
}
.home-landing .newsletter .mc4wp-form .mc4wp-form-fields,
.home-landing .newsletter .mc4wp-form .mc4wp-form-fields fieldset {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
}
.home-landing .newsletter .mc4wp-form label {
	color: #928b8b;
	font-weight: 200;
}
.home-landing .newsletter .mc4wp-form p:not(:last-of-type),
.home-landing .newsletter .mc4wp-form .mc4wp-form-fields fieldset {
	margin-bottom: 2rem;
}
.home-landing .newsletter .mc4wp-form p:last-of-type,
.home-landing .newsletter .mc4wp-form p.sub-management {
	margin-bottom: 0;
}
.home-landing .newsletter .mc4wp-form input[type="text"],
.home-landing .newsletter .mc4wp-form input[type="email"] {
	height: 51px;
}
.home-landing .newsletter .mc4wp-form label.clickable-line input {
	margin-right: 0.6rem;
}
.home-landing .newsletter .mc4wp-form .blue-button {
	align-self: center;
	margin: 1rem 0;
}
/* /////////////////////////////////////
*	Categories & News (page)
///////////////////////////////////// */

.categories {
	
}

.categories,
.categories .introduction,
.news,
.news .introduction {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: stretch;
}
.categories .introduction .row,
.news .introduction .row {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.categories .introduction,
.news .introduction {
	margin-top: 50px;
}
.categories .introduction p,
.news .introduction p {
	color: #123b86;
}
.categories .category-list,
.news .news-list {
	margin-bottom: 40px;
	max-width: 100vw;
}
.categories .category-list .row,
.news .news-list .row {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: baseline;
}
.categories .category-list .category,
.news .news-list .news-entry {
	padding: 0 20px;
	text-align: center;
}
.categories .category-list .category .description,
.news .news-list .news-entry .description {
	align-self: stretch;
	font-weight: 300;
}
.categories .category-list .category .description p,
.news .news-list .news-entry .description p {
	color: #123b86;
}

.single-category .product_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: baseline;
}
.single-category,
.single-category .inner-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
}
.single-category .title {
	margin-top: 100px;
	margin-bottom: 20px;
	color: #123b86;
	font-weight: 600;
}
.single-category .wrapper {
	max-width: 100vw;
}
.single-category .product_list .product {
	text-align: center;
	color: #123b86;
	padding: 0 30px;
}
.single-category .product_list .product:not(:last-child) {
	/*padding-bottom: 150px;*/
}
.single-category .product_list .product img {
	/*margin-bottom: 10px;*/
	/*margin-bottom: -40px;*/
}
.single-category .product_list .product .name {
	font-weight: 600;
}
.single-category .product_list .product .content {
	font-family: 'Montserrat';
	font-size: 1.1719rem;
}
.single-category .inner-footer {
	/*margin-top: 150px;*/
	margin-bottom: 160px;
}
.single-category .inner-footer .inner-footer-image {
	/*margin-bottom: 58px;*/
}
.single-category .inner-footer .inner-footer-image.extra-padding {
	margin: 95px 0;
}
.single-category .inner-footer .inner-footer-description {
	
}
.single-category .inner-footer .inner-footer-jump {
	text-align: center;
	margin-top: 15px;
	color: #123b86;
	font-family: 'Montserrat';
	transition: text-shadow 0.3s;
}
.single-category .inner-footer .inner-footer-jump:hover {
	font-weight: 600;
	/*text-shadow: 1px 0 0 rgba(9, 41, 99, 0.2), -1px 0 0 rgba(9, 41, 99, 0.2), 0 1px 0 rgba(9, 41, 99, 0.2), 0 -1px 0 rgba(9, 41, 99, 0.2);*/
}
.single-category .inner-footer-description,
.single-category .inner-footer-description:hover,
.single-category .inner-footer-description:active,
.single-category .inner-footer-description:visited,
.single-category .inner-footer-description:focus {
	color: #123b86;
}

/* /////////////////////////////////////
*	Single News
///////////////////////////////////// */

.single-news {
	
}
.single-news .content {
	text-align: center;
	margin-bottom: 50px;
}

/* /////////////////////////////////////
*	Contact
///////////////////////////////////// */

.contact,
.contact .introduction .row {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.contact .introduction {
	margin: 7rem 0; 
}
.contact .wpcf7-form > p:last-of-type {
	text-align: center;
}
.contact .bottom-image {
	/*margin: 122px 0;*/
	margin-bottom: 80px;
}

/* /////////////////////////////////////
*	Promotion
///////////////////////////////////// */

.single-news .content .wpcf7 {
	text-align: initial;
	margin: 75px 0;
}

.single-news .content .wpcf7 label span.info {
	font-size: 1rem;
}

/*.promotion .introduction,
.promotion-confirmation .introduction {
	margin: 70px auto;
}

.promotion .introduction .row,
.promotion-confirmation .introduction .row {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.promotion .wpcf7 {
	margin-bottom: 70px;
}

.promotion-confirmation .introduction .col {
	text-align: center;
}*/

.promotion .wpcf7 span.wpcf7-list-item {
	/*margin-left: 0;*/
}

/* /////////////////////////////////////
*	404
///////////////////////////////////// */

.error404 .site-content-contain {
	padding-top: 150px;
}

body:not(.has-sidebar):not(.page-one-column) .page-header,
body.has-sidebar.error404 #primary .page-header,
body.page-two-column:not(.archive) #primary .entry-header,
body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
	text-align: center;
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
	font-size: 1.1719rem;
	font-weight: 400;
}

/* /////////////////////////////////////
*	@media
///////////////////////////////////// */

@media screen and (min-width: 576px) {
	.wpcf7-form p:not(:last-of-type),
	.wpcf7-form .wpcf7-text,
	.wpcf7-form .wpcf7-textarea {
		width: 450px;
	}
	.site-footer .wrapper {
		flex-direction: row;
		justify-content: space-around;
	}
	.site-footer .copyright,
	.site-footer .legal {
		margin-bottom: 0;
	}
	.home-landing .social .highlights .instagram-form .instagram-pics li {
		margin-right: 15px;
	}
	.home-landing .social .highlights .instagram-form .instagram-pics img {
		width: 250px;
	}
}

@media screen and (min-width: 768px) {
	h1 {
		font-size: 2.7344rem;
	}
	h2 {
		font-size: 1.9531rem;
	}
	h3 {
		font-size: 1.7813rem;
	}
	p, label, .inner-footer-jump {
		font-size: 1.3675rem;
	}

	.wpcf7-form p:not(:last-of-type),
	.wpcf7-form .wpcf7-text,
	.wpcf7-form .wpcf7-textarea {
		width: 540px;
	}
	.cookie-panel .cookie-panel-content {
		flex-direction: row;
	}
	.cookie-panel .cookie-panel-content .button-box {
		margin-top: 0;
	}
	.home-landing .banner img.prev-slide,
	.home-landing .banner img.next-slide {
		width: auto;
	}
	.home-landing .news .single-news {
		flex-direction: row;
	}
	.home-landing .news .single-news .blue-button {
		align-self: flex-start;
	}
	.home-landing .news .single-news > img {
		padding: 0 4rem;
		object-fit: contain;
	}
	.home-landing .videos {
		padding: 124px 0;
	}
	.home-landing .social .highlights .instagram-form .instagram-pics img {
		width: 200px;
	}
	.categories .introduction,
	.news .introduction {
		margin-top: 114px;
	}
	.single-category .product_list .product,
	.categories .category-list .category,
	.news .news-list .news-entry {
		width: 49.9%; /* safari desktop category+product listing 'hack' -- prevents first item overlapping issues [49.99% is too much!] */
	}
}
@media screen and (min-width: 780px) {
	.site-header .mobile-menu-button {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.wpcf7-form p:not(:last-of-type),
	.wpcf7-form .wpcf7-text,
	.wpcf7-form .wpcf7-textarea {
		width: 654px;
	}
	.site-footer .comm {
		flex-direction: row;
	}
	.site-footer .comm .contact {
		margin-bottom: 0;
		margin-right: 50px;
	}
}

@media screen and (min-width: 1024px) {
	.home-landing .social .highlights {
		align-items: flex-start;
	}
	.home-landing .social .highlights .instagram-form .instagram-pics {
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}
	.home-landing .social .highlights .instagram-form .instagram-pics li {
		margin-bottom: 0;
	}
	.home-landing .social .highlights .instagram-form .instagram-pics {
		height: 360px;
	}
	.home-landing .social .highlights .instagram-form .instagram-pics li:first-child img {
		width: 360px;
	}
	.home-landing .social .highlights .instagram-form .instagram-pics li:not(:first-child) img {
		width: 175px;
	}	
}

@media screen and (min-width: 1200px) {
	.site-footer .social {
		flex-direction: row;
		justify-content: space-between;
	}
	.site-footer .social .blurb {
		margin-bottom: 0;
		margin-right: 20px;
	}
	.home-landing .social .highlights .instagram-form .instagram-pics {
		height: 450px;
	}
	.home-landing .social .highlights .instagram-form .instagram-pics li:first-child img {
		width: 450px;
	}
	.home-landing .social .highlights .instagram-form .instagram-pics li:not(:first-child) img {
		width: 220px;
	}
}