/*
Theme Name: Milena Ploeger 2021
Author: Another Concept
Author URI: http://www.anotherconcept.nl
Version: 1.0
Date: 20190104

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

/* Algemeen */
html,
body{
	background-color:#fff;
}

.clearfix{
	clear:both;
}

.row{
	max-width:90em;
}

.fullWidth{
	max-width:100vw;
}

/* Fonts */
h1,h2,h3,h4,h5,h6{
	font-weight:300;
	color:#555;
	font-family: 'Source Serif Pro', serif;
}

h1{
	font-size:2.6em;
}
h2{
	font-size:2.3em;
	font-style: italic;
}
h3{
	font-size:2.1em;
}
h4{
	font-size:1.5em;
}

h5{
	font-size:1.3em;
}

ul{
	list-style:none;
	margin:0;
}

p,li,address, .product_meta{
	font-family: 'Crimson Pro', serif;
	font-weight: 300;
	font-size: 12pt;
	line-height: 1.6;
	color: #222;
}

.subtitle {
	color: #9E9E9E;
	font-family: 'Crimson Pro', serif;
	text-transform: uppercase;
	text-align: center;
	font-style: 1.9em;
}

h3.subtitle {
	font-size: 1.5em;
}

.title {
	font-style: italic;
	font-weight: 300;
	text-align: center;
}

a:visited,
a{
	transition:all ease 0.2s;
}
	a:hover,
	a:focus{
		color:#808080;
	}
	
blockquote {
	color: #9E9E9E;
    margin: 40px 0;
    text-transform: uppercase;
	border: none;
	padding: 0;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, blockquote p {
	font-family: Source Serif Pro;
	font-size: 1.5em;
	color: #9E9E9E;
	text-transform: uppercase;
	font-weight: 300;
}
	
.page-content{
	margin-top: 80px;
	margin-bottom: 80px;
}

.content{
	margin:80px auto;
}


/* Buttons & links */
.button,
.button:focus,
.button:visited{
	font-family: 'Crimson Pro', serif;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 400;
	color:#fff;
	background: orange;
	border:3px solid transparent;
	transition:all ease 0.2s;
	padding: 10px 70px;
	border-top-left-radius: 12px 50%;
    border-bottom-left-radius: 12px 50%;
    border-bottom-right-radius: 12px 50%;
    border-top-right-radius: 12px 50%;
}

	.button:after,
	.button:focus:after,
	.button:visited:after{
		/* content:"\f30b"; */
		font-family: "Font Awesome 5 Free";
		font-weight:900;
		margin-left: 8px;
    	font-size: 12pt;
	}

	.button:hover,
	.button.secondair:hover{
	}

.button.secondair,
.button.secondair:focus,
.button.secondair:visited{
	background:#a3a3a3;
	color:#fff;
}	


.linkList,
#sidebars ul{
	list-style:none;
}
	.linkList li,
	#sidebars ul li{
	}
	
/* Header */
#header{
	width:100vw;
	z-index:1;
	text-align: center;
}

#header .logo{
	height: 120px;
    margin: 20px auto 20px auto;
    display: block;
}

/* Navigation */
nav{
	margin: 70px 0 0 0;
	position:relative;
}

nav .menu-hoofmenu-links-container ul {
	text-align: right;
}

nav .menu-hoofdmenu-rechts-container ul {
	text-align: left;
}

nav ul{
	margin:0;
}

nav ul li{
	list-style:none;
	display:inline;
	margin:0 12.5px;
	font-family: 'Crimson Pro', serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12pt;
	letter-spacing:1px;
	padding:30px 0;
	position:relative;
}

	nav ul li a,
	nav ul li a:visited{
		color:#000;
	}
		nav ul li:hover,
		nav ul li.current_page_item:hover{
		}
		
		nav ul li.current_page_item{
		}
		
		nav ul.sub-menu li,
		nav ul.sub-menu li:hover,
		nav ul.sub-menu li.current_page_item{
			border-bottom:none;
		}
		
		nav ul li > ul.sub-menu{
					display:none;
					position: absolute;
				    top: 75px;
				    z-index: 99;
				    white-space: nowrap;
				    text-align: left;
				    left: -38px;
				}	

					nav ul li:hover > ul.sub-menu{
						display:block;
					}

					.sub-menu li{
						display:block;
						background:rgba(250,250,250,0.9);
						padding:6px 12px;
					}
						.sub-menu li a,
						.sub-menu li a:visited{
							color:#333!important;
							text-shadow:none;
						}
						
						.sub-menu li:hover{
/* 							background:orange; */
						}
							.sub-menu li:hover a{
								color:#fff!important;
							}

					.sub-menu li{
						position:relative;
					}
						.sub-menu li ul.sub-menu{
						    position: absolute;
						    top: 0;
						    left: 122px;
						}


					.sub-menu .sub-menu,
					.sub-menu .sub-menu .sub-menu{
						display:none;
						transition:all ease 0.2s;
					}

/* Mobile nav */

.right-off-canvas-toggle i {
	margin-top: 10px;
}

.move-left .exit-off-canvas {
	width: 40%;
	transition: all ease 0.3s;
	box-shadow: none;
}

.exit-off-canvas {
	width: 0;
	transition: all ease 0.3s;
	box-shadow: none;
}

.right-off-canvas-menu {
	width: 60%;
	transition: all ease 0.3s;
}

.right-off-canvas-menu ul li a {
	font-family: 'Crimson Pro', serif;
}

.mobileBar{
	background:#fff;
	padding:15px 8px;
}

	.mobileBar a{
		color: #d1b7a7;
		font-size:18px;
	}
	
	.mobileBar .search-outer{
		right:25px;
		top:5px;
	}
	
	.fas.fa-bars{
		float: right;
		font-size: 32px;
	}
	
	.logo-mobile{
	    text-align: left;
	    height: 50px;
	}

.right-off-canvas-menu h4{
	color:orange;
	padding:10px;
	font-size:1.4em;
}	

.right-off-canvas-menu ul{
	margin:0;
}

	.right-off-canvas-menu ul li{
		padding:10px;
		font-family:'Raleway', sans-serif;
		font-weight:300;
		text-transform:uppercase;
		border-bottom:1px solid rgba(255,255,255,0.6);
		list-style:none;
	}
		.right-off-canvas-menu ul li a{
			color:#fff;
		}

/* Banner */
.banner-wrap,
.banner{
	width:100vw;
	height:100vh;
	background-size:cover;
	position:relative;
}		
	
	.orbit-container .orbit-slide-number,
	.orbit-bullets{
		display:none;
	}
.banner-container{
	position:relative;
}

.banner-text{
	margin-top:7%;
	text-align: center;
}

.banner-text h2{
    font-size: 4em;
    text-transform: none;
    color: #fff;
    text-shadow: 1px 1px 0px #443;
}

.page-banner,
.page-banner img{
	width:100vw;
	max-height: 50vh;
    object-fit: cover;
}


.orbit-timer{
	bottom: 25px;
	top:auto!important;
}

.arrow{
	position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
}

/* News */
.head-center{
	margin-bottom:25px;
}

.news-wrap{
	position:relative;
	transition:all ease 0.2s;
	min-height: 350px;
	background-size: cover;
    background-position: center;
}

.news-block{
	padding:20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #D1C4BD;
    min-height:10%;
    transition:all ease .2s;
}

	.news-wrap:hover .news-block{
		padding: 20px;
		background: #D1B7A7;
	}

.news-block h4,
.news-block p{
	color:#fff;
	margin: 0;
}

.news-block h4 {
	text-transform: uppercase;
	font-size: 1.2em;
}
		
.back-button{
	font-size:.9em;
	padding: 10px 40px!important;
}	

.single-news-post img{
	width:100%;
}

a.back-blog, a.back-blog:visited {
	font-style: italic;
	color: #9E9E9E;
}

a.back-blog:hover, a.back-blog:visited:hover {
	color: #d1b7a7;
}

.blog-date {
	text-transform: uppercase;
}

/* Footer */

footer{
	background-color:#323232;
	padding:40px 0 0 0;
	text-align: center;
}

footer .page-content {
	margin-top: 40px;
	margin-bottom: 40px;
}

.footer-logo{
	display:block;
	margin:0 auto;
}

footer i {
	font-size: 1.3em;
    margin: 0 7.5px;
}

footer a:hover {
	color: #808080 !important;
}

	footer p,
	footer li{
/* 		color:#fff; */
	}
	

	footer h3{
		font-style: italic;
		font-weight: 400;
	}

	footer li {
		text-align: center;
		width: fit-content;
		margin: auto;
		text-transform: uppercase;
		font-size: 13pt;
		font-weight: 300;
	}

	footer li:last-of-type {
		margin-bottom: 20px;
	}

.bottomBar{
	background:rgba(0,0,0,0.1);
	padding:15px;
}			

.bottomBar p{
	margin:0;
	font-size:11.2pt;
	font-weight: 300;
}
	.bottomBar .left p{
		text-align:left;
	}
	
	.bottomBar .right p{
		text-align:right;
	}
	
	
/*-------------------------------------------------------------- */
/* Recurring
/*-------------------------------------------------------------- */

.img-50-50-right {
	background-size: cover;
	margin-left: 150px;
	padding-top: 150px;
}

.img-50-50-title-left {
	background: #fff;
	text-transform: uppercase;
	font-family: 'Crimson Pro', serif;
	padding: 20px 40px 20px 0;
	margin-left: -150px;
	width: fit-content;
	max-width: 560px;
	font-weight: 300;
    font-size: 1.3em;
}

.img-50-50-left {
	background-size: cover;
	margin-right: 150px;
	padding-top: 150px;
}

.img-50-50-title-right {
	background: #fff;
	text-transform: uppercase;
	font-family: 'Crimson Pro', serif;
	padding: 20px 0 20px 40px;
	margin-right: -150px;
	width: fit-content;
	float: right;
	max-width: 560px;
	font-weight: 300;
    font-size: 1.3em;
}

.text-50-50-right, .text-50-50-left {
	padding: 80px 0.9375rem;
}

.text-50-50-left h3 {
	font-style: italic;
}

.centre {
	text-align: center;
}

/*-------------------------------------------------------------- */
/* Home
/*-------------------------------------------------------------- */

section#first {
	margin-bottom: 0;
}

.sbi_no_avatar .sbi_header_img {
    background: #9E9E9E;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
	font-style: italic;
	color: #000;
	font-family: 'Source Serif Pro', serif;
	font-size: 13.5pt;
	font-weight: 600;
	transition: all ease 0.3s;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3::before {
	content: '@';
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3:hover {
	color: #D1B7A7 !important;
	transition: all ease 0.3s;
}

#sb_instagram #sbi_images {
	margin-bottom: 80px;
}

#sb_instagram #sbi_load {
	display: none;
}

/*-------------------------------------------------------------- */
/* About
/*-------------------------------------------------------------- */

.about-port {
	background: rgba(209, 196, 189, 0.45);
	margin-bottom: 220px;
}

.about-port-text {
	background: #fff;
	margin: 80px 0;
	padding: 40px;
}

.about-port-text .button {
	margin: 0;
}

.about-port-img {
	border: solid 5px #fff;
	background-size: cover;
	height: inherit;
	margin: 140px 0 -60px 0;
}

/*-------------------------------------------------------------- */
/* Contact
/*-------------------------------------------------------------- */

.contact-extra a i {
	width: fit-content;
	display: inline-block;
	font-size: 20pt;
	margin-right: 20px;
}

.contact-extra h3, .contact-extra h4 {
	font-style: italic;
}

.contact-extra h3 {
	font-size: 1.9em;
	font-weight: 300;
}

.contact-extra h4 {
	font-size: 1.4em;
	font-weight: 300;
}

/* Form */

::placeholder {
	color: #D1B7A7;
	font-family: 'Crimson Pro', serif;
	text-transform: uppercase;
	font-size: 0.9em;
}

input[type="text"], input[type="email"], textarea {
	box-shadow: none;
	border: none;
	border-bottom: solid 1px #000;
	color: #D1B7A7;
	padding-left: 0;
	font-family: 'Crimson Pro', serif;
	font-size: 0.9em;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	color: #000;
	padding-left: 0;
	font-family: 'Crimson Pro', serif;
	font-size: 0.9em;
}

.forminator-error-message {
	font-family: 'Crimson Pro', serif;
	font-size: 0.9em;
}

/*-------------------------------------------------------------- */
/* Blogs
/*-------------------------------------------------------------- */

/* Category page */

.blog-index-wrap {
	background: #FBFBFB;
	transition: all ease 0.3s;
}

.blog-index-pic {
	max-height: 200px;
    object-fit: cover;
}

.blog-index-wrap-text {
	padding: 25px;
}

.blog-index-wrap h4 {
	color: #BD776D;
	font-size: 1em;
}

.blog-index-wrap h3 {
	font-style: italic;
	font-size: 1.5em;
	font-weight: 600;
}

.blog-index-wrap h6 {
	background: #D1C4BD;
	text-align: center;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: 'Crimson Pro', serif;
	transition: all ease 0.3s;
}

.blog-index-wrap:hover h6 {
	background: #D1B7A7;
	transition: all ease 0.3s;
}

.recent-post-img {
	background-size: cover;
	height: inherit;
}

.recent-post-text {
	padding: 25px;
}

.recent-post-text h6.button {
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	font-family: 'Crimson Pro', serif;
	font-weight: 400;
	padding: 10px 30px;
}

.recent-post-text p {
	color: #000;
}

/* Detail */

.blog-content {
	margin-top: 40px;
	margin-bottom: 40px;
}

.blog-content .title, .blog-content .subtitle {
	text-align: left;
}
.blog-detail img {
	height: 400px;
	object-fit: cover;
}

.det-date {
	font-size: 1em;
    color: #9E9E9E;
    text-transform: uppercase;
}

.blog-quote {
	color: #9E9E9E;
    margin: 40px 0;
	text-transform: uppercase;
}

/* Search */

.search-inner {
	text-align: center;
}

input[type=text].searchform {
	background: #E5E5E5;
	width: 40%;
	font-family: 'Crimson Pro', serif;
	display: inline-block;
	color: #000;
	border: none;
	box-shadow: none;
	padding-left: 17px;
	border-radius: 50px;
	font-size: 1.1em;
	margin-bottom: 80px;
}

input[type=text].searchform::placeholder {
	color: #000;
}

.searchbutton {
	padding: 5px 8px;
	background: transparent !important;
	display: inline-block;
    position: absolute;
    margin-left: -45px;
}

.searchbutton i {
	color: #BD776D;
}

/*-------------------------------------------------------------- */
/* Portfolio
/*-------------------------------------------------------------- */

.port-hover {
	opacity: 0;
	padding: 145px 25px 25px 25px;
	text-align: center;
	transition: all ease 0.3s;
	background: rgba(209,183,167, 0.75);
	min-height: inherit;
	color: #fff;
}

.port-hover h3 {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

.port-hover p {
	text-transform: uppercase;
}

.news-wrap:hover .port-hover {
	opacity: 1;
	transition: all ease 0.3s;
}

li.grid-w.port-img-gal, li.single-news-post.grid-w {
	clear: none;
}

a.port-back, a.port-back:visited {
	color: #9E9E9E;
}

a.port-back:hover, a.port-back:visited:hover {
	color: #D1B7A7;
}

.port-img-gal img {
	width: 100%;
	object-fit: cover;
	height: 400px
}

li.grid-w:first-of-type {
	width: 50%;
}

li.grid-w:nth-of-type(2) {
	width: 50%;
}

li.grid-w:nth-of-type(4) {
	width: 66.66666%;
}

/*-------------------------------------------------------------- */
/* WordPress Core
/*-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
	

	/* Small screens */
@media only screen {
/* 	.logo{ */
/* 		display:block; */
/* 		margin-left:auto; */
/* 		margin-right:auto; */
/* 	}	 */

} /* Define mobile styles */

@media only screen and (max-width: 40em) {
	header .logo{
		display:block;
		margin: 21px auto 10px auto;
	}
	
	header{
		min-height:auto;
	    position: relative;
	    top: 0px;
	}
	
	.content {
	    margin: 40px auto;
	}
	
	
	.banner-wrap,
	.banner{
		width:100vw;
		height:175px;
	}
	
	.banner-container:after{
		display:none;
	}
	
	.banner-container:after{
		display:none;
	}
	
	.bottomBar .right p{
		text-align:left
	}

	/* home */

	.img-50-50-right, .img-50-50-left {
		margin: 0;
		padding-top: 200px;
		padding-bottom: 50px;
	}

	.img-50-50-title-left, .img-50-50-title-right {
		margin: -120px 0 0 0;
		background: rgba(255,255,255,0.6);
		padding: 20px;
	}
		
	.text-50-50-right, .text-50-50-left {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	/* Blog */

	input[type=text].searchform {
		width: 100%;
	}

	.rec-img-mob, .recent-post-img {
		max-height: 250px;
	}

	/* Portfolio */

	li.grid-w {
		width: 100% !important;
	}

	/* About */

	.about-port-img {
		height: 250px;
		margin: 0px 0 -140px 0;
	}

} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* Medium screens */
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
	
	header .logo{
		display:block;
		margin: 21px auto 10px auto;
		height: 60px;
	}

	#header .logo {
		height: 80px;
	}
	
	header{
	    position: relative;
	    top: 0;
		min-height: auto;
	}
	
	nav{
		margin:45px 0 0 0;
	}
	
	nav ul li{
		    margin: 0 7px;
			font-size:7pt;
			letter-spacing:0px;
	}
	
	.banner-wrap,
	.banner{
		width:100vw;
		height:350px;
	}
	
	.banner-container:after{
		display:none;
	}
	
	/* Home */
	.img-50-50-title-right, .img-50-50-title-left {
		max-width: 350px;
	}
	
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {

} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* XXLarge screens */
@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */
	