/* M1 Design CSS */


/* G E N E R A L */

body {
	overflow-x: hidden;
	font-family:'Montserrat','Roboto','Helvetica Neue',sans-serif !important;
	height: 100%;
	orphans: 4 !important;
	widows: 2 !important;
}

p,
.intro-heading {
	color:#77787b !important;
	font-weight: 300 !important;
	font-size: 18px !important;
	line-height: 1.5em !important;
	letter-spacing: 0.03em !important;
	padding: 15px 0 35px;
	}

ul {
	color:#77787b !important;
	font-weight: 300 !important;
	font-size: 18px !important;
	line-height: 1.5em !important;
	letter-spacing: 0.03em !important;
	}
li:not(.nav-item) {
	padding-bottom: 15px;
}

.project-header {
	color: #414042;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 48px;
	
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.project-title {
	display:inline !important;
	padding: 20px 0 15px !important;
	background-color: #414042 !important;
	box-shadow:50px 0 0 #414042, -50px 0 0 #414042 !important; 
	box-decoration-break:clone !important;
	
	font-size:45px!important;
	text-transform:lowercase;
	line-height:22px !important;
	margin-bottom:25px !important;
	font-family:'Lusitana',sans-serif !important;
	color:#fff !important;
}
.project-info {
	padding: 30px 0 0 0;
}

/* smooth transitions for all elements */

* {
	webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
	transition: all .3s ease !important;
}




/* T E X T . W I D T H */

.text-container {
	max-width: 50em !important;
	width:100%;
	margin: 0 auto;
	text-align:left;
}
@media (max-width:575.98){
	.text-container {
		font-size:16.5px;
	}
}





/* H Y P E R L I N K . S T Y L E S */

p a:not(.btn) {
	color: #414042;
	display: inline-block;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
	transition: all .3s ease;
}
p a:not(.btn):hover, p a:not(.btn):focus {
	color:#414042;
	text-decoration:none;}

p a:not(.btn):hover:after {
	background: #a8dcdf;
	height: 11px;
	margin: -14px 0 0 0;
}
p a:not(.btn):after {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #a8dcdf;
	margin: -5px 0 0 0;
	webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
	transition: all .3s ease;
}
/* text-white alternate */
p a.text-white:not(.btn):hover:after {
	background: #02a8ae;
}
p a.text-white:not(.btn):after {
	background: #02a8ae;
}



.text-primary{
	color: #AAA !important;
}







/* HEADER STYLES */

h1,
h2 {
	font-family: 'Lusitana',sans-serif !important;
	font-size: 45px !important;
	color: #414042 !important;
	text-transform: lowercase;
	font-weight: 700!important;
	padding: 0 0 .5em !important;
	letter-spacing: 0.03em !important;
}
h3:not(.portfolio-title) {
	font-family: 'Lusitana',sans-serif !important;
	font-size: 32px !important;
	color: #414042 !important;
	text-transform: lowercase;
	font-weight: 700!important;
	padding: 1em 0 0.25em !important;
	letter-spacing: 0.03em !important;
}
h3.portfolio-title {
	font-size: 18px;
	line-height: 1em;
	font-weight: 400 !important;
	letter-spacing: 0.05em !important;
	padding: 5px 0 5px;
	margin: 0;
	text-transform: uppercase;
}
h4,h5,h6 {
	font-family:'Montserrat','Roboto','Helvetica Neue',sans-serif !important;
	font-weight: 400 !important;
	font-size: 22px !important;
	padding: 1em 0 0.25em !important;
	letter-spacing:0.25em !important;
	text-transform:uppercase;
	font-style:normal;
}

.h-100 {
	height: 100%!important;
}
.w-100 {
	width: 100%!important;
}

section {
	padding: 100px 0;
}
section h2.section-heading {
	font-size:40px;
	margin-top:0;
	margin-bottom:15px;
}
section h3.section-subheading {
	font-size:16px;
	font-weight:400!important;
	font-style:italic;
	margin-bottom:75px;
	text-transform:none;
	font-family:'Montserrat','Roboto','Helvetica Neue',sans-serif;
}

@media (min-width:768px){
	section {
		padding:100px 0;
	}
}





/* SMOOTH SCROLL */
html {
  scroll-behavior: smooth;
}


a, 
.target, .active, 
.fusion-flex-container {
	scroll-margin-top: 75px;
}






/* C O L O U R . B L O C K S */

.bg-primary {
	background-color: #f9fafb !important;
}
/* if another colour hyperlink needed for backgrounds
a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
	background-color:#ee3e0d!important}
*/






/* B U T T O N S */

.btn {
	font-family:'Montserrat','Roboto','Helvetica Neue',sans-serif;
	text-decoration:none!important;
	text-transform:uppercase;
	font-weight:500;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
	transition: all .3s ease;

	/*background-image: none;
	background-position: initial;
	background-size: inherit;
	-webkit-background-clip: initial;*/
}
.btn:after {
	display:none;
}
.btn-xl {
	font-size:16.5px;
	ext-transform: uppercase;
	padding: 20px 40px; 
	letter-spacing: 0.2em;
}
.btn-primary {
	background-color: rgba(255,255,255,0);
	border-color: #414042;
	color: #414042; 
	border-radius: 0; 
	border: 1px solid #414042;
}
.btn-secondary {
	background-color: #414042;
	border-color: #fff;
	color: #fff; 
	border-radius: 0; 
	border: 1px solid #fff;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #414042;
	border-color: #414042;
	color: #fff;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
	background-color:#fff;
	border-color:#fff;
	color:#414042;
}

.btn-primary:active,
.btn-primary:focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-social:active,
.btn-social:focus{
	-webkit-box-shadow:0 0 0 .2rem rgba(254,209,55,.5);
	box-shadow:0 0 0 .2rem rgba(254,209,55,.5);
	background-position: initial;
}

.btn-social {
	font-size: 18.5px;
	padding: 20px 20px;
	width: 65px;
	height: 65px;
}
.btn-social:active,
.btn-social:focus,
.btn-social:hover{
	background-color:#fff;
	color:#414042;
}





/* SELECTION */

::selection {
	background: rgba(168, 220, 223, 0.5);
	text-shadow:none;
}
img::selection {
	background:0 0
}
img::-moz-selection {
	background:0 0
}







/* S V G . L O G O */

div.svg-logo {
	opacity:100%;
	width:90px;
	display:block;
	box-sizing: border-box;
}
#mainNav .m1-logo {
	fill:#c6c5c4;
}
div.svg-logo:hover svg path,
div.svg-logo:hover,
div.svg-logo:focus svg path,
div.svg-logo:focus {
		fill:#414042;
		color:#414042;
	}
@media (max-width:991.98px){
	div.svg-logo {
		display:block;
		box-sizing:border-box;
		padding:5px 5px 5px 15px;
	}
	div.svg-logo svg {
		width:45px!important;
	}
	div.svg-logo:hover svg path,
	div.svg-logo:hover,
	div.svg-logo:focus svg path,
	div.svg-logo:focus {
		fill:#fff;
		color:#fff;
	}
}








/* N A V I G A T I O N */

#mainNav{
	background-color: #414042;
}


/* NAV STYLING */

#mainNav {
	font-family:'Montserrat','Roboto','Helvetica Neue',sans-serif; 
	font-weight: 500 !important;
	text-transform:uppercase;
	text-decoration:none!important;
}

/* STICKY NAV */

#mainNav .navbar-toggler {
	font-size:13px;
	right:0;
	padding:13px;
	letter-spacing:0.3em !important;
	/*color:#c6c5c4 !important;*/
	border:0;
	background-color:#414042;
	/*color: #c6c5c4 !important;*/
}

/* STANDARD NAV */

#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 15px;
	padding:.75em 0;
	letter-spacing:0.25em;
	color: #77787b;
	/*color: #c6c5c4;*/
	}

#mainNav.navbar-toggler:hover, 
#mainNav .navbar-toggler:focus,
#mainNav *.fa-bars:hover,
#mainNav *.fa-bars:focus {
	color:#fff !important;
}

#mainNav .navbar-brand {
	color:#fff !important;
	font-family:'Montserrat','Roboto','Helvetica Neue',sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link:hover, 
#mainNav .navbar-nav .nav-item .nav-link:focus {
	color:#414042;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
	color:#fff!important;
}

@media (max-width:991.98px){
	#mainNav .navbar-nav .nav-item .nav-link:hover, 
	#mainNav .navbar-nav .nav-item .nav-link:focus {
	color:#fff;
	}
	#navbarResponsive .collapse .show a:hover, 
	#navbarResponsive .collapse .show a:focus {
	color:#fff;
	}
}
	
@media (min-width:992px){
	#mainNav{
		padding-top:25px;
		padding-bottom:25px;
		-webkit-transition:padding-top .3s,padding-bottom .3s;
		transition:padding-top .3s,padding-bottom .3s;
		border:none;
		background-color:transparent;
	}
	
	#mainNav .navbar-brand{
		font-size:1.75em;
	}
	#mainNav .navbar-nav .nav-item .nav-link{
		padding:1.1em 1em!important;
	}
	#mainNav.navbar-shrink{
		padding-top:0;
		padding-bottom:0;
		background-color:#414042;
	}
	#mainNav.navbar-shrink a:hover, 
	#mainNav.navbar-shrink a:focus,
	#mainNav.navbar-shrink a div.svg-logo:hover,
	#mainNav.navbar-shrink a div.svg-logo:focus,
	#mainNav.navbar-shrink a div.svg-logo:hover svg path,
	#mainNav.navbar-shrink a div.svg-logo:focus svg path {
		color:#fff !important;
		fill:#fff !important;
	}
	#mainNav.navbar-shrink .navbar-brand{
		font-size:1.25em;
		padding:12px 0;
	}
	#mainNav.navbar-shrink .svg-logo{
		width:60px;
		padding: 5px 0;
	}
}

	



/* L A N D I N G */

/* child page - projects */
header.project {
	background:#fff;
	margin-top:5%;
	padding: 13rem 0 40px;
	display:block;
	width:100%;
	float:none;
	clear:both;
}

header.masthead {
	padding-top:10rem !important;
	padding-bottom:calc(10rem - 72px) !important;
	background:url(../img/m1-design-rings-background.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	text-align:left;
	color:#fff;
	opacity:100%;
	
	min-height:100vh;
	height: 100%;
	max-height: auto;
	/*height: 100vh;*/
	
	display:table;
	/*min-height:100%;*/
	width:100%;
	margin:auto;

	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

header.masthead .intro-text {
	padding-top:10%;
	padding-bottom:100px;
}
h1.intro-lead-in {
	display: inline !important;
    padding: 20px 0 15px !important;
	background-color: #414042;
	box-shadow:50px 0 0 #414042, -50px 0 0 #414042; 
	box-decoration-break:clone;
	color:#fff !important;
}
header.masthead .intro-text .intro-lead-in {
	font-size:45px!important;
	text-transform:lowercase;
	line-height: 1em !important;
	margin-bottom:25px !important;
	font-family:'Lusitana',sans-serif;
}

header.masthead .intro-text .intro-heading {
	margin: 80px 0 25px !important;
	padding: 0 !important;
	/* color:#AFAEAF; */
	font-family:'Montserrat','Roboto','Helvetica Neue',sans-serif;
}


@media (min-width:768px){
	header.masthead .intro-text {
		padding-top:4em;
		padding-bottom:2em;
	}
	header.masthead .intro-text .intro-lead-in {
		font-size:55px!important;
		text-transform:lowercase;
		line-height:40px;
		margin-bottom:25px;
		font-family:'Lusitana',serif;
	}
/*
	header.masthead .intro-text .intro-heading {
		font-size:30px;
		line-height:75px;
		margin:70px 0 50px;
		font-family:'Montserrat','Roboto','Helvetica Neue',sans-serif;
	}
	*/
}







/* SCROLL PROMPT */

.down-arrow {
	font-size: 38px;
	top: 0;
	position: relative;
	display: inline-block;
	margin: 15px auto;
	
	width: 60px !important;
	height:auto;
	
	text-decoration:none;
	-webkit-animation: MoveUpDown 2s linear infinite;
	-o-animation: MoveUpDown 2s linear infinite;
	animation: MoveUpDown 2s linear infinite;
	color: #c6c5c4;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
	transition: color .3s ease;
	cursor:pointer;
}
.down-arrow:hover, .down-arrow:focus {
	cursor:pointer;
	color:#414042;
	text-decoration:none;
}
.fa-chevron-down:before{
	content:"\f078";
	font-size:40px;
	text-decoration:none;
}
@-webkit-keyframes MoveUpDown {
	0%, 100% {
		bottom: 0;
	}
	50% {
		top: 12px;
	}
}
	






/* P O R T F O L I O */

.service-heading{
	margin:15px 0;
	text-transform:none;
}
#portfolio .portfolio-item{
	right:0;
	margin:0 0 15px;
}
#portfolio .portfolio-item .portfolio-link{
	position:relative;
	display:block;
	max-width:400px;
	margin:0 auto;
	cursor:pointer;
	overflow:hidden;
}
#portfolio .portfolio-item .portfolio-link img {
	transform: scale(1);
	display:block;
}
#portfolio .portfolio-item .portfolio-link img:hover {
	filter: blur(0.2px);
	-webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
	transform: scale(1.04);
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content{
	font-size:20px;
	position:absolute;
	top:50%;
	width:100%;
	height:20px;
	margin-top:-12px;
	text-align:center;
	color:#fff;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top:-12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin:0;
}
#portfolio .portfolio-item .portfolio-caption {
	max-width:400px;
	margin:0 auto;
	padding:15px 25px;
	text-align:center;
	background-color:#fff;
}
#portfolio .portfolio-item .portfolio-caption h4 {
	margin:0;
	padding: 15px 10px 5px;
	font-family:'Lusitana',sans-serif;
	font-size:30px;
	color:#414042;
	text-transform:lowercase;
	font-weight:700;
	letter-spacing:0.03em;
}
*#portfolio .portfolio-item .portfolio-caption p {
	font-size:14px;
	font-style:normal;
	font-weight:300!important;
	margin:0;
	padding: 0 5px;
	text-transform:uppercase;
	letter-spacing:0.4em;
	line-height:1.5;
}

#portfolio *{
	z-index:2;
}

@media (min-width:767px){
	#portfolio .portfolio-item{
		margin:0 0 30px;
	}
}

/*
.portfolio-modal{
	padding-right:0!important;
}
.portfolio-modal .modal-dialog{
	margin:1rem;
	max-width:100vw;
}
.portfolio-modal .modal-content{
	padding:100px 0;
	text-align:center;
}
.portfolio-modal .modal-content h2{
	font-size:3em;
	margin-bottom:15px;
}
.portfolio-modal .modal-content p{
	margin-bottom:30px;
}
.portfolio-modal .modal-content p.item-intro{
	font-size:16px;
	font-style:normal;
	margin:20px 0 30px;
	font-family:'Montserrat','Roboto','Helvetica Neue',sans-serif;
}
.portfolio-modal .modal-content ul.list-inline{
	margin-top:0;
	margin-bottom:30px;
}
.portfolio-modal .modal-content img{
	margin-bottom:30px;
}
.portfolio-modal .modal-content button{
	cursor:pointer;
}
.portfolio-modal .close-modal{
	position:absolute;
	top:25px;
	right:25px;
	width:75px;
	height:75px;
	cursor:pointer;
	background-color:transparent;
}
.portfolio-modal .close-modal:hover{
	opacity:.3
}
.portfolio-modal .close-modal .lr{
	z-index:1051;
	width:1px;
	height:75px;
	margin-left:35px;
	/*-webkit-transform:rotate(45deg);
	transform:rotate(45deg);*/
/*
	background-color:#212529;
}
.portfolio-modal .close-modal .lr .rl{
	z-index:1052;
	width:1px;
	height:75px;
	/*-webkit-transform:rotate(90deg);
	transform:rotate(90deg);*/
/*
	background-color:#212529;
}
*/


/* F O O T E R */
/*.container {
	flex-shrink: 0;
	clear:both;
}*/
footer div.footer {
	min-height:calc(100vh - 250px)!important;
	background-color:#414042;
}

footer {
	padding:125px 0 0 0;
	text-align:center; 
	background-color:#414042;
	color:#fff!important;
	font-weight:300!important;
	height:100%;
	flex:1;
}
footer span.copyright {
	font-size:14px;
	line-height:40px;
	font-weight:300;
	text-transform:none;
	font-family:'Montserrat','Roboto','Helvetica Neue',sans-serif;
}
footer div.copyright {
	background-color:#414042;
	height: 50px;
	width:100%;
	padding: 0 0 20px 0;
	margin: 0 auto;
	flex-shrink: 0;
}
footer ul.quicklinks{
	font-size:14px;
	line-height:40px;
	margin-bottom:0;
	text-transform:none;
	font-family:'Montserrat','Roboto','Helvetica Neue',sans-serif;
}
ul.social-buttons{
	margin-bottom:0
}
ul.social-buttons li a{
	font-size: 18.5px;
	line-height: 65px;
	display: block;
	width: 65px;
	height: 65px;
	outline: 0;
	background-color: #414042;
	border-color: #fff;
	color: #fff; 
	border-radius: 0!important; 
	border: 1px solid #fff;
	
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
	transition: all .3s ease;

	background-image: none;
	background-position: initial;
	background-size: inherit;
	-webkit-background-clip: initial;
}
ul.social-buttons li a:active,ul.social-buttons li a:focus,ul.social-buttons li a:hover{
	background-color:#fff!important;
	color:#414042!important;
}




/* B A C K T O T O P */
#backtotop {
	display:none;
	position: fixed;
	border-radius:50px;
	z-index: 100;
	bottom: 40px;
	right: 50px;
	padding: 13px 15px;
	text-align: center;
	color:white;
	background: #414042;
	opacity:0.5;
	cursor:pointer;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
	transition: all .3s ease;
}
#backtotop:hover, i#backtotop:focus, i#backtotop:active {
	opacity:0.8;
}
.fa-chevron-up:before{
	content:"\f077";
	font-size:20px;
	color:white;
}
.up-arrow {
	text-align:center;
	color: white;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
	transition: color .3s ease;
	cursor:pointer;}




/* EMBED */
.embed-container { 
	position: relative!important; 
	padding-bottom: 56.25%!important; 
	height: 0!important; 
	overflow: hidden!important; 
	max-width: 100%!important;
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute!important; 
	top: 0!important; 
	left: 0!important; 
	width: 100%!important; 
	height: 100%!important;
}


