/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.eot');
    src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
        url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
        url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display SB';
    src: url('../fonts/PlayfairDisplay-SemiBold.eot');
    src: url('../fonts/PlayfairDisplay-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff'),
        url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype'),
        url('../fonts/PlayfairDisplay-SemiBold.svg#PlayfairDisplay-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype'),
        url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat Reg';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratMedium';
    src: url('../fonts/MontserratMedium.eot');
    src: url('../fonts/MontserratMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MontserratMedium.woff2') format('woff2'),
        url('../fonts/MontserratMedium.woff') format('woff'),
        url('../fonts/MontserratMedium.ttf') format('truetype'),
        url('../fonts/MontserratMedium.svg#MontserratMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat semi';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Montserrat BLD';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7-not-valid-tip, .wpcf7 .ajax-loader, .wpcf7-spinner{
	display: none !important;
}

.reeds .inp{
	border-bottom: 2px solid #8B0000 !important;
}

.reeds label{
	color: #8B0000 !important;
}

.thankyou{
	margin-top: 0px;
}

a{
	text-decoration: none;
	color: inherit;
}

.animated{
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.tte{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 40px;
}

   html, body {
	letter-spacing: .5px;
    color: #1E1E1E;
    font-size: 12px;
    overscroll-behavior-y: none;
    line-height: 16px;
	font-weight: normal;
    font-family: 'Montserrat';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.protexts{
	overflow: hidden;
	top: -80vh;
	z-index: 110;
	position: sticky;
    position: -webkit-sticky;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
}
.section-opens{
	height: 100vh;
}


.hiddens{
	pointer-events: none !important;
	opacity: 0 !important;
}
		

.scroll{
	position: relative;
	width: 100%;
}
.header{
	height: 80vh;
	z-index: 100;
	overflow: hidden;

	
}

.caps{
	color: #EBEADF;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 10;
	text-align: right;
    font-family: 'Montserrat semi';
}

.fp-pop{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 111111000;
	top: 0;
	  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.pop-up{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 111111000;
	top: 0;
	  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.av_enla img{
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.av_enla:hover > img{
	   -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.av_enla{
	cursor: pointer;
}

.pop-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: .95;
	
}

.fp-slide{
	z-index: 1000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1000px;
}

.darks{
	color: #111723 !important;
}

ul{
	padding-left: 15px;
}

.pop-panel{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 60px;
	background: #111723;
	color: #EBEADF;
	letter-spacing: 1.5px;
	line-height: 24px;
	font-size: 16px;
	text-align: left;
	overflow: hidden;
	
}

.quotes{
	text-align: center;
	color: #5D1132;
	margin-bottom: 120px;
	font-size: 32px;
	line-height: 36px;
	    font-family: 'Playfair Display';
}

.pop-txt strong{
	    font-family: 'Playfair Display';
	font-size: 44px;
	line-height: 52px;
	display: block;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 30px;
		color: #D8B36D;


}

.fixed_menu{
	position: fixed;
	top: 0;
	z-index: 1001;
	box-sizing: border-box;
	width: 100vw;
	overflow: hidden;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	
}

.border-rad-top{
		overflow: hidden;

		border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.border-rad-bottom{
		overflow: hidden;

		border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.ptops{
		padding-top: 120px;

}

.avom{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.av_enla{
	position: absolute;
	width: 35px;
	top: 20px;
	right: 20px;
	z-index: 10;
}

.av_info{
	font-size: 20px;
	line-height: 24px;
	color: #111723;
	width: 37%;
}

.av_info h2{
	  font-family: 'Playfair Display';
	font-size: 48px;
	line-height: 48px;
	color: #5D1132;
	margin-top: 0;
	display: block;
	margin-bottom: 20px;
	font-weight: normal;
}

.av_info span{
	display: block;
	margin-bottom: 50px;
}

.inffos{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	
}

.inff{
	margin-right: 10%;
	margin-bottom: 20px;
}

.inff.fulls{
	margin-bottom: 0;
}


.inff strong{
	    font-family: 'Montserrat BLD';

}


.av_img{
	background: white;
	position: relative;
	width: 60%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.full-image{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 80vh;
	z-index: 20;
	margin-bottom: 120px;
	position: relative;
}

.side-by-side-mods{
	display: flex;
	z-index: 10;
	max-width: 1800px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.side-by-side-mods3{
	display: flex;
	z-index: 10;
	margin-bottom: 120px;
	max-width: 1800px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.side-by-side-mods4{
	display: flex;
	z-index: 10;
	margin-bottom: 120px;
	max-width: 1800px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	align-items: center;
		position: relative;
	margin-top: 120px;
}

.side-by-side-mods2{
	display: flex;
	z-index: 10;
	max-width: 1300px;
	width: 90%;
	padding-bottom: 120px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	align-items: center;


}

.noheight{
	padding-bottom: 120px;
	height: auto !important;
}
.mod{
	width: 50%;
}

.hero_text2 span{
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
    font-family: 'Montserrat semi';
}

.img-mod{
	max-height: 700px;
	height: 80vh;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}
.side-by-side-mods4 .img-mod{
	max-height: 900px;
	height: 80vh;
	border-radius: 30px;
	overflow: hidden;
}


.finalicon{
	margin-top: 120px;
	width: 85px;
		margin-left: auto;
	margin-right: auto;
}



.img-mod2{
	max-height: 700px;
	height: 80vh;
	border-radius: 30px;
	overflow: hidden;
	border: 3px solid #CFB07C;
}

.bottoms{
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	z-index: 0;
}

.tops{
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0;
	z-index: 0;
}

.tans{
	background: #ebebe0;
}

.mod-type{
	max-width: 420px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 24px;
	color: #111723;
    font-family: 'Montserrat Reg';
	margin-bottom: 30px;
}
.mod-type2{
	width: 75%;
	padding-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	max-width: 620px;
	font-size: 14px;
	line-height: 24px;
	color: #111723;
    font-family: 'Montserrat Reg';
}

.rghts .mod-type2{
	margin-left: 0 !important;
}

.blues .mod-type{
	color: #EBEBE0;
}

.formz{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.wpcf7-form-control-wrap{
	margin-bottom: 0 !important;
}

.blues .mod-type h2{
	color: #EBEBE0;
}

.blues .mod-type span{
	color: #CFB07C;
}

.blues .mod-type a{
	color: #111723;
	background: #CFB07C;
}

.blues .mod-type a:hover{
	background: #EBEBE0;
}

.mod-type span{
	font-size: 14px;
	line-height: 18px;
	color: #5D1132;
    font-family: 'Montserrat semi';
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}

.mod-type2 span{
	font-size: 14px;
	line-height: 18px;
	color: #5D1132;
    font-family: 'Montserrat semi';
	display: block;
	margin-bottom: 10px;
}
.patterning{
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}

.nopadbtn{
	margin-bottom: 0 !important;
}

.bottom-section{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 16px;
	max-width: 750px;
	line-height: 24px;
	color: #111723;
}

.cpz{
    font-family: 'Montserrat semi';
	color: #CFB07C;
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: right;
	font-size: 16px;
	line-height: 20px;
}

.captions{
	font-size: 16px;
	line-height: 24px;
	color: #111723;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
}


.net{
    font-family: 'Montserrat semi';
		color: #5D1132;
	font-size: 10px;
	line-height: 14px;
	width: 90%;
	    margin-left: auto;
    margin-right: auto;

}



.mod-type h2{
     font-family: 'Playfair Display';
	font-size: 48px;
	line-height: 48px;
	color: #111723;
	margin-top: 0;
	display: block;
	margin-bottom: 30px;
	font-weight: normal;
}

.mod-type2 h2{
     font-family: 'Playfair Display';
	font-size: 32px;
	line-height: 34px;
	color: #5D1132;
	margin-top: 0;
	display: block;
	margin-bottom: 20px;
	font-weight: normal;
}


.btn{
	padding: 10px 20px;
	background: #5D1132;
	color: #EBEADF;
	text-transform: uppercase;
	font-size: 12px;
    font-family: 'Montserrat BLD';
	display:table;
	margin-top: 30px;
	border-radius: 10px;
		  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
	
}

.mod-type a{
	padding: 10px 20px;
	background: #5D1132;
	color: #EBEADF;
	text-transform: uppercase;
	font-size: 12px;
    font-family: 'Montserrat BLD';
	display:table;
	margin-top: 30px;
	border-radius: 10px;
		  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
	
}

.mod-type a:hover, .btn:hover{
	background: #111723;
}


.inner-men{
		display: flex;
	width: 90%;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-items: center;
}

.main-menu, .logo, .rigth_meny{
	width: 32%;
}


.hero_text{
	position: absolute;
	left: 5%;
	bottom: 5%;
	z-index: 999;
	font-size: 48px;
	line-height: 56px;
	color: #EBEBE0;
	    font-family: 'Playfair Display';
}

.avstxt{
	font-size: 32px;
	line-height: 44px;
	color: #5D1132;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	margin-bottom: 140px;
	text-align: center;
	    font-family: 'Playfair Display';
}

.hero_text2{
	position: absolute;
	right: 5%;
	bottom: 5%;
	z-index: 999;
	text-align: right;
	font-size: 48px;
	line-height: 56px;
	color: #EBEBE0;
	font-family: 'Playfair Display';
}

.thankyou strong{
	font-family: 'Playfair Display';
	font-weight: normal;
	display: block;
	color: #5D1132;
	margin-bottom: 20px;
	font-size: 48px;
	line-height: 56px;
}

.hamburger{
	    pointer-events: all;
		position: fixed;
		left: 5%;
        top: 35px;
	    z-index: 1000000;
		width: auto;
		-webkit-transition:all .2s ease-in-out;
	    -moz-transition:all .2s ease-in-out;  
        -o-transition:all .2s ease-in-out;
}

.main-menu{
	position: relative;
	z-index: 100
}

.closee{
	left: -100% !important;
}
.side_menu{
	z-index: 1199;
	position: fixed;
	left: 0;
	width: 20%;
	top: 0;
	background: #EBEBE0;
	padding: 60px 0px 30px 0;
	  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.side_m{
	padding-top: 60px;
	
}

.side_m a{
	padding-left: 25%;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	font-size: 24px;
	color: #111723;
	    font-family: 'Playfair Display';
	  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.side_m a:hover{
	color: #5D1132;
}
.actives{
	background: #5D1132;
	color: #EBEBE0 !important;
}

.rigth_meny{
	display: flex;
	justify-content: flex-end;
	
}

.rigth_meny a{
	letter-spacing: 1px;
	color: #EBEBE0;
	display: inline-block;
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 16px;
    font-family: 'Montserrat semi';
	  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.activen{
	color: #CFB07C !important;
}

.rigth_meny a:hover{
	color: #CFB07C;
}

.logo{
	text-align: center;
}

.logo img{
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

	.logo2{
			  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
	position: fixed;
	left: 50%;
	z-index: 11000;	
	width: 100px;
	top: 20px;
	transform: translate(-50%, 0);
}

/* Icon 1 */

.nav-icon {
  width: 25px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}


/* Icon 1 */

.nav-icon span {
  display: block;
  position: absolute;
  background: #EBEBE0;	
  height: 1.5px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}




/* Icon 3 */

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2) {
  top: 6px;
}

.nav-icon span:nth-child(3) {
  top: 12px;
}
.nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
	height: 2.5px;
background: #111723 !important;
	top: 5px !important;

}





.nav-icon.open span:nth-child(2)  {
		height: 2.5px;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
background: #111723 !important;
	top: 5px !important;
	

}

 .nav-icon.open span:nth-child(3)  {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
background: #111723 !important;
	top: 5px !important;
	

}

.ico1 {
        fill: #ebeadf;
		  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
      }
.ico2 {
        fill: #ebeadf;
		  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
      }

.icons:hover > svg .ico1{
        fill: #D8B36D;
}
.icons:hover > svg .ico2{
        fill: #D8B36D;
}
.icons{
	cursor: pointer;
	width: 30px;
	margin-left: 0px;
	display: inline-block;
}

.fp-pop .pop-close{
	right: 15px;
	top: 15px;
}

.pop-close{
	z-index: 100;
	position: absolute;
	width: 25px;
	right: 25px;
	top: 25px;
	  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
	cursor: pointer;
}
.pop-close:hover{
	  transform: rotate(90deg); /* Using transform property */

}

.blues{
	background: #111723;
}

.bottom-sticke{
	overflow: hidden;
	z-index: 110;
	height: 100px;
	
}

.abt_text{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	font-size: 28px;
	line-height: 54px;
	color: #CFB07C;
	text-align: center;
		transform: translate(-50%, -50%);

}

.icon{
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	width: 125px;
}

.form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0px;
	
}

.thankyou{
	display: none;
}

.inputer{
	position: relative;
	margin-bottom: 20px;
}

.inputer input{
	-webkit-appearance: none; 
	border-radius: 0; 
}

.halfc{
	width: 47%;
}

.halfs{
	width: 47%;
}

.fulls{
	width: 100%;
}

label{
	font-size: 14px;
	color: #5D1132;
	position: absolute;
	pointer-events: none;
	top: 0;
	 -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.smaller label{
	font-size: 10px;
	top: -20px;
}

.smaller .inp{
	color: #242328 !important;
}


/* The container must be positioned relative: */
.custom-select {
	height: 25px;
  position: relative;
	text-align: left;
		font-size: 14px;
	line-height: 14px;
		border-bottom: 2px solid #242328;


}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.custom-select .fieldtitle{
	position: relative;
	z-index: 10;
	pointer-events: none;
}

.select-selected {
	width: 100%;
	padding-left: 0% !important;
	height: 100%;
	position: absolute;
  background-color: transparent;
}



/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  top: 0px;
  right: 0%;
  width: 15px;
  content: url('../img/dropper.svg');
}
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  transform: rotate(180deg); /* Using transform property */
}

/* style the items (options), including the selected item: */
.select-selected {
  color: #003548;
    font-family: 'Montserrat';
	font-size: 16px;
	line-height: 22px;
    padding: 0px 0px;
  border: none;
  cursor: pointer;
}

.select-items div{
	  color: white;
	background: #003548;
    font-family: 'Montserrat';
	font-size: 16px;
	box-sizing: border-box;
  padding: 10px 10px;
  border: none;
  cursor: pointer;
		-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
	max-height: 200px;
	overflow: scroll;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
	  padding: 10px 10px !important;

  background-color: #003548;color: white !important;
}



.wpcf7-list-item-label{
	pointer-events: all;
}

.wpcf7-radio label{
	position: relative;
}

.radios .l1{
	position: relative;
	display: block;
	padding-bottom: 20px;
}
.wpcf7-list-item{
	display: block;
}

.inp{
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 2px solid #242328;
	padding-bottom: 5px;
	color: transparent;
	
}

.wpcf7-list-item {
    display: block!important;
    margin: 0!important;
	margin-bottom: 10px !important;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + .wpcf7-list-item-label,
[type="radio"]:not(:checked) + .wpcf7-list-item-label
{
    position: relative;
    padding-left: 28px;
	font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #5D1132;
}
[type="radio"]:checked + .wpcf7-list-item-label:before,
[type="radio"]:not(:checked) + .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #242328;
    border-radius: 0%;
    background: transparent;
}
[type="radio"]:checked + .wpcf7-list-item-label:after,
[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #5D1132;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 0%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.radioo label{
	pointer-events: all;
}

.radios .l1{
	position: relative;
	display: block;
	padding-bottom: 20px;
}
.radioo{
	display: block;
	margin-bottom: 10px;
}

.inp{
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 2px solid #242328;
	padding-bottom: 5px;
	color: transparent;
	
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
	font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #5D1132;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #242328;
    border-radius: 0%;
    background: transparent;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #5D1132;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 0%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.submit{
	width: 100%;
	text-align: right;
}

.disc{
	margin-top: 40px;
	font-size: 10px;
	line-height: 14px;
	color: #1E1E1E;

}

#anchor{
	padding-top: 30px;
}


.contne{
	position: relative;
	z-index: 10;
}

.foot_info{
	width: 90%;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	    align-items: flex-end;
left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;

	justify-content: space-between;
}


.boldder{
	    font-family: 'Montserrat BLD' !important;

}
.legal{
	color: #EBEADF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
			-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.legal:hover{
		color: #D8B36D;
}

.foot-infos{
	display: flex;
	width: 65%;
	color: #EBEADF;
	justify-content: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	
}


.mobifts{
	display: flex;
	width: 100%;
	margin-left: auto;
	    margin-top: 20px;

	margin-right: auto;
	justify-content: space-between;
}

.foot-infos strong{
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}

.foot-infos a{
	display: block;
		text-decoration: none;
		color: #EBEADF;
			-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	}
	
	.foot-infos a:hover{
		color: #D8B36D;
	}
.foot-logo img{
	width: 160px;
	position: relative;
	top: -5px;
}
.foot-logo{
	width: 15%;
}

.foot-icons{
	width: 20%;
	max-width: 180px;
}

.f1{
	width: 35%;
    font-family: 'Montserrat Reg';
	line-height: 26px;

}

.f-icons{
	text-align: right;
	width: 15%;
}

.ff{
	display: flex;
	justify-content: flex-end;
}

.contact-serction{
	width: 100%;
	padding-top: 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.left-im{
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	overflow: hidden;
	width: 50%;
	height: 880px;
}

.right-tx{
	width: 50%;
	box-sizing: border-box;
}

.inner-text{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #242328;
	text-align: left;
	max-width: 785px;
	font-size: 18px;
	line-height: 24px;
}

.slideshows{
	height: 100%;
	width: 100%;
}

.owl-dots{
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot{
	border-radius: 50%;
	background: #D9D9D9;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.owl-dot.active{
	background: #D8B36D;
}
.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage,.owl-carousel .owl-item{
	height: 100%;
	width: 100%;
}
.contact{
	position: absolute;
	z-index: 210;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: right;
	margin-top: 35px;
	cursor: pointer;
	
	
}

.submit input{
	text-align: center;
	color: #EBEADF;
	display: block;
	margin-left: auto;
	margin-right: 0;
	font-weight: bold;
	border: none;
	text-transform: uppercase;
	background: #5D1132;
	letter-spacing: 1.5px;
	border-radius:10px;
	font-size: 18px;
	padding: 15px 30px;
	box-sizing: border-box;
	width: auto;
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	
}



.submit input:hover{
	background: #141A27;
}

.c_inner{
	box-sizing: border-box;
	font-weight: bold;
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	font-size: 18px;
	text-transform: uppercase;
	color: #EBEADF;
	letter-spacing: 1.5px;
	border-radius: 10px;
	padding: 15px;
	background: #5D1132;
	width: 130px;
	text-align: center;
	margin-left: auto;
	margin-right: 5%;
}

.c_inner:hover{
	background: #141A27;

	
}



.sticky-top {
	position:fixed!important;
	top:0!important;
	z-index:10000!important;
	margin-top: 0 !important;
}

.section{
	position: relative;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

.stickys{
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 50;
	background: black;
}


.footer{
	height: 220px;
	padding-top: 0px;
	padding-bottom: 40px;
	box-sizing: border-box;
	position: relative;
	bottom: 0;
	width: 100%;
	z-index: 80;
}
.arrowss{
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	left: 50%;
	z-index: 122;
}

.clickarrow:hover > svg .st0{
	stroke: #EBEADF;
}

.clickarrow{
		cursor: pointer;
}

.st0 {

        fill: none;
        stroke: #d8b36d;
        stroke-linecap: round;
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
      }



.leftarr{
	position: absolute;
	left: 0;
	width: 35px;
	  transform: rotate(90deg); /* Using transform property */

}

.rightarr{
	position: absolute;
	right: 0;
	width: 35px;
	  transform: rotate(-90deg); /* Using transform property */

}

.content2{
	font-size: 18px;
	line-height: 24px;
	max-width: 725px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #242328;
	text-align: center;
	
		
}

.delays2{
	transition-delay: .4s !important;
}

.delays3{
	transition-delay: .8s !important;
}

.delays4{
	transition-delay: 1.2s !important;
}

.covers{
    opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition:opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;	
}

.container{
	position: relative;
	width: 100%;
	height: 100%;
	background: #141A27;
	z-index: 10;
}

.in-view .covers{
	opacity: 1;
}


/* fade-in on scroll */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

.in-view .reveal {
  opacity: 1;
  transform: translateY(0);
}

.main_copy{
	width: 90%;
	text-align: center;
	max-width: 725px;
	margin-left: auto;
	margin-right: auto;
	color: #EBEADF;
	font-size: 22px;
	line-height: 30px;
	z-index: 200;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -50%);
}

.right-tx strong, .main_copy strong, .content2 strong{
	font-size: 58px;
	line-height: 66px;
	font-weight: normal;
	}

.main_copy strong{
	letter-spacing: 0;
	font-weight: normal;
	display: block;
	margin-bottom: 30px;
	color: #D8B36D;

    font-family: 'Playfair Display';
}

.content2 strong{
	padding-top: 60px;
	letter-spacing: 0;
    font-family: 'Playfair Display';
	display: block;
	margin-bottom: 30px;
	color: #5D1132;
	
}
.right-tx strong{
	letter-spacing: 0;
    font-family: 'Playfair Display';
	display: block;
	margin-bottom: 30px;
	color: #5D1132;
	
}

.section-foot{
	height: 160px
}

.pattern{
	position: absolute !important;
	width: 100vw !important;
	height: 100vh !important;
	pointer-events: none;
	top: 0
}


.fixed_menu .pattern{
	opacity: .4 !important;
}

.blues .pattern, .blues .pattern2{
	opacity: .2;
}


.pattern2{
	top: 0;
	position: absolute !important;
	width: 100% !important;
	pointer-events: none;
	height: 100% !important;
}

.mobile{
	display: none;
}

.down_arrow{
	position: absolute;
	bottom: 0;
	width: 35px;
	left: 50%;
	transform: translate(-50%, 0);
	cursor: pointer;
	
}



@media screen and (max-width:980px) {
	
	.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot{
	width: 9px;
	height: 9px;
	margin-left: 6px;
	margin-right: 6px;
}
	.inside_img{
		background-attachment: inherit !important;
	}
	.quotes{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.av_img, .av_info{
		width: 100%;
	}
	
	.av_img{
		margin-bottom: 30px;
	}
	
	.av_info{
		margin-bottom: 60px;
	}
	
	.bottom-section{
width: 90%;
	}
	
	.side-by-side-mods3{
		flex-wrap: wrap;
	}
	.side_menu{
		width: 100%;
	}
	
	.mts{
		width: 100%;
	}
	
	.foot-logo{
		width: 30%;
	}
	.f1{
		width: 50%;
		line-height: 16px;
	}
	
	.foot-infos{
		font-size: 10px;
		line-height: 16px;
	}
	.foot_info{
		flex-wrap: wrap
	}
	.foot-infos{
		width: 70%;
	}
	
	.foot-icons{
		width: 100%;
		max-width: none;
		text-align: center;
	}
	
	.foot-icons img{
		margin-top: 40px;
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.abt_text{
		padding-top: 120px;
		padding-bottom: 120px;
		font-size: 20px;
		line-height: 36px;
		position: relative;
		left: auto;
		top: auto;
		transform: translate(0, 0);
		
	}
	.heroes{
		height: 100vh !important;
	}
	.hero{
		position: absolute !important;
	}
	
	.side-by-side-mods{
		margin-top: 60px;
	}
	
	.side-by-side-mods, .side-by-side-mods2{
			position: relative;
		left: auto;
		flex-wrap: wrap;
		top: auto;
		transform: translate(0, 0);
	}
	.side-by-side-mods3{
		margin-bottom: 0px;
	}
	.side-by-side-mods2{
		padding-bottom: 0
	}
	.rghts {
    text-align: left;
}
	.img-mod2{
		max-height: 500px;
		margin-bottom: 0px;
	}
	.mod-type h2{
		font-size: 40px;
		line-height: 44px;
	}
	.quotes{
		margin-top: 50px;
	}
	.mod-type{
		margin-top: 30px;
		font-size: 16px;
		margin-bottom: 60px;
	}
	
	.mod-type2{
		margin-top: 30px;
		padding-bottom: 0;
		font-size: 16px;
		margin-bottom: 60px;

	}
	.full-image{
		margin-bottom: 60px;
		max-height: 750px;
	}
	
	
	.img-mod{
		max-height: 450px;
		margin-top: 0px;
	}
	.mod-type{
		width: 100%;
	}
	
	.mod-type2{
		width: 100%;
	}
	
	.mod{
		width: 100%;
	}
	.section{
		height: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	
	.ph{
		display: inline-block;
		 position: relative;
		 top: 0px;
		margin-right: 15px;
		
	}
	
	.avtabbtm{
		width: 100%;
		position: fixed;
		bottom: 0;
		height: 80px;
		z-index: 11100;
		  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
	}
	
	.btmms{
		bottom: -100px !important;
	}
	
	.avbtn{
		position: absolute;
		transform: translate(-50%, -50%);
		left: 50%;
		top: 50%;
			letter-spacing: 1px;
	color: #EBEBE0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
    font-family: 'Montserrat semi';
	  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
	}
	
	.avbtn:hover{
		color: #D8B36D;
	}
	
	.ph svg{
		width: 20px;
	}
	
	 .pph {
        fill: #ebebe0;
		
		 	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition: all .2s ease-in-out;	
      }
	
	.ph:hover > svg .pph{
        fill: #D8B36D;
	}
	
	.heroes2{
		height: 70vh !important
	}
	
	.noheight{
		padding-top: 60px !important;
		padding-bottom: 90px;
	}
	
	#fullmap{
		margin-top: 30px;
	}
	
	.finalicon{
		margin-top: 60px;
	}
	
	.side-by-side-mods4{
		flex-wrap: wrap;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.tte{
		font-size: 16px;
		line-height: 22px;
	}
	
	.formz{
		width: 100%;
		margin-top: 30px;
	}
	.capptio{
		pointer-events: none !important;
	}
	
	.capptio .owl-stage-outer{
		pointer-events: none !important;
	}
	
	.captions {
  position: relative;
}

	.infoo{
		text-align: right;
		color: #EBEADF;
		font-size: 10px;
		line-height: 18px;
	}
	
	.legal, .ff{
		display: inline-block;
	}
	.legal{
		margin-right: 5px;
	}
	.bnt{
		display: block;
		margin-bottom: 5px;
	}
	
	.ff{
		width: 60px;
			margin-left: auto;
		display: flex;

	}.legal{
		width: 100%;
	    margin-bottom: 20px;
	}
	
	.footer{
		height: auto;
		padding-bottom: 0;
	}
	.foot_info{
		left: auto;
		top: auto;
		transform: translate(0);
		position: relative;
		    align-items: flex-start;
		padding-top: 40px;
		padding-bottom: 10px;

	}
	
	.last{
		border-radius: 40px;
	}
	
	.protexts{
		border-bottom-left-radius: 40px;
		border-bottom-right-radius: 40px;
	}
	
	
	.foot-logo img{
		width: 80px;
	}
	
	.infoo a{
		text-decoration: none;
		color: #EBEADF;
			-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	}
	
	.infoo a:hover{
		color: #D8B36D;
	}
	
	.desktop{
	display: none !important;
}
	.mobile{
	display: block;
}
	.left-im{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		border-radius: 60px;
		height: 40vh;
		max-height: 300px;
		margin-bottom: 60px;
	}
	.right-tx{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	
	.tte{
		text-align: center;
	}
	.inner-text{
		width: 100%;
	}
	.content2 strong{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.contact-serction{
		padding-top: 60px;
		
	}
	
	.contact{
		margin-top: 25px;
	}
#anchor {
    padding-top: 25px;
}
.right-tx strong, .main_copy strong, .content2 strong {
    font-size: 36px;
    line-height: 44px;
	margin-bottom: 15px;
}
	.halfc {
    width: 100%;
}
	.main_copy, .content2{
	        font-size: 16px;
        line-height: 24px;
		max-width: 450px;
	}
.logo{
	width: 115px;
	left: 10%;
	transform: translate(0);
}
	
	.hero_text2, .hero_text{
		font-size: 42px;
		line-height: 50px;
	}
	
	.quotes br{
		display: none;
	}
	
	.mod-type a{
		font-size: 16px;
	}

}

@media screen and (max-width:580px) {
	
	.submit input{
		width: 100%;
	}
	
	.quotes{
		margin-top: 0px;
		margin-bottom: 70px;
	}
	
	.abt_text{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.icon{
		margin-top: 80px;
	}
	.quotes{
		font-size: 28px;
		line-height: 32px;
	}
	
	.mod-type h2{
		font-size: 36px;
		line-height: 44px;
	}
	
	.hero_text2, .hero_text{
		font-size: 36px;
		line-height: 44px;
	}
	
	.full-image{
		max-height: 500px;
	}
	
	.img-mod2{
		max-height: 350px;
	}
	
	.abt_text br{
		display: none;
	}
	
	.icon{
		width: 100px;
	}
	
	
	
	.side_menu{
		width: 100%;
		height: 100%;
	}
.heroes{
		height: 70vh !important;
	}
	.img-mod{
		max-height: 250px;
	}
	
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




 /* ==========================================================================
   Author's custom styles
   ========================================================================== */
















 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


