/* IMPORT GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css?family=Alice&display=swap');

body {
	background:#FFF;
}

html, button, input, select, textarea, 
.pure-g [class *= "pure-u"] {
	font-family: 'Alice', serif;
	font-weight: 400;
	font-size: 14px;
	/*
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    */
}

.page-width {
	max-width: 1000px;
	margin: 0 auto;
}

/* CORE TYPOGRAPHY */

h1 {
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 0 0 25px 0;
}

h2 {
	font-size: 34px;
	line-height: 1.3em;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 0 0 25px 0;
}

h3 {
	font-size: 17px;
	font-weight: 600;
	color: #000;
	margin: 0;
	padding: 0 0 17px 0;
}

h4 {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 0 0 17px 0;
}

h1 a, h2 a, h3 a, h4 a {
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

p {
	margin: 0;
	padding: 0 0 17px 0;
	line-height: 1.285em;
}

a {
	text-decoration: none;
	color:#000;
	font-weight: 500;
	/*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
	-webkit-transition: opacity 0.2s ease-in; /*safari and chrome */
	-o-transition: opacity 0.2s ease-in; /* opera */
	transition:opacity 0.2s ease-in; /* opera */
}

a:hover {
	opacity: 0.5;
}
a:hover img {
	opacity: 0.5;
}

/* HEADER */

.header {
	position: fixed;
	top:0;
	left:0;
	right:0;
	padding: 22px 0;
	border-bottom: #000000 solid 1px;
	background: #FFF;
	z-index: 1000;
}

.header .header-logo {
	text-align: left;
	position: relative;
}

.header .header-logo a {
	display: block;
	position: absolute;
	top:-9px;
	left:0;
	z-index: 1000;
	font-size: 35px;
	line-height: 1em;
}

.header .header-logo.svg a {
	display: block;
	position: absolute;
	top:-6px;
	left:0;
	z-index: 1000;
}

.header .header-logo.svg a img {
	display: block;
	width: 230px;
	height:auto;
}

.header .header-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	font-size: 0;
}

.header .header-menu > li {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
	display: inline-block;
	position: relative;
}

.header .header-menu > li::before {
	content: '•';
	font-size: 12px;
	display: inline-block;
	color: #000;
	margin: 0 10px;
}

.header .header-menu > li:first-child::before {
	display: none;
}

.header .header-menu > li.social {
	margin: 0 0 0 12px;
}

.header .header-menu > li.social::before {
	display: none;
}

.header .header-menu > li > a {
	display: inline-block;
	color: #000;
	font-size: 13px;
	text-decoration: none;
	line-height: 1em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	-webkit-transition: opacity 0.2s ease-in; /*safari and chrome */
	-o-transition: opacity 0.2s ease-in; /* opera */
	transition:opacity 0.2s ease-in; /* opera */
}

.header .header-menu > li > a:hover {
	opacity:0.5;
}

.header .header-menu > li > a i {
	font-size: 18px;	
}

.header .header-menu > li.current_page_item > a,
.header .header-menu > li a.active {
	background:url('../images/nav-active.png') bottom center no-repeat;
}

/* MOBILE MENU */

.header ul.mobile-menu-toggle {
	list-style: none;
	margin:0;
	padding:0;
	text-align: right;
	float: right;
}

.header ul.mobile-menu-toggle li {
	list-style: none;
	margin:0;
	padding:0;
	display: inline-block;
}

.mobile-menu {
	display: none;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	height: 0;
}

.mobile-menu ul.header-menu {
	list-style: none;
	margin:0;
	padding:16px 0 16px 0;
	position: fixed;
	top:45px;
	left:0;
	right:0;
	z-index: 1000;
	background: rgba(255,255,255,0.7);
}

.mobile-menu ul.header-menu > li {
	list-style: none;
	margin:0;
	padding:3px 20px;
	text-align: right;
}

.mobile-menu ul.header-menu > li a {
	color: #231f20;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0.11em;
}

.mobile-menu ul.header-menu > li a:hover {
	opacity: 0.5;
}

.mobile-menu ul.header-social {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.mobile-menu ul.header-social > li {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.mobile-menu ul.header-social > li a {
	color: #FFF;
	text-decoration: none;
	font-size: 19px;
	-webkit-transition: opacity 0.2s ease-in; /*safari and chrome */
	-o-transition: opacity 0.2s ease-in; /* opera */
	transition:opacity 0.2s ease-in; /* opera */
}

.mobile-menu ul.header-social > li a:hover {
	opacity: 0.5;
}


/* FOOTER */

.footer {
	padding: 65px 0 20px 0;
	background: #FFF;
}

.footer p {
	text-align: center;
	color: #000;
	font-size: 12px;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

.footer p a {
	color: #000;
	text-decoration: none;
}

.footer p a:hover {
	opacity: 0.5;
}

/* GRID ADJUST */

.cell-pad-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.has-gutters-10 {
	margin-left: -10px;
	margin-right: -10px;
}

@media screen and (max-width: 768px){
	.has-gutters-10 {
		margin-left: 0;
		margin-right: 0;
	}
}

/* HOME PAGE */

.viewport {
  height: 70%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  overflow: hidden;
}

.viewport .item {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  text-align: center;
}

.viewport .item.has-modal {
	cursor: pointer;
}

.viewport .item:hover {
	z-index: 100;
}

.viewport .item img {
  width:auto;
  height:auto;
  max-width:300px;
  max-height:300px;
}

.modal-overlay {
	position: fixed;
	top:0;right:0;bottom:0;left:0;
	background: rgba(255,255,255,0.96);
	display: none;
	z-index: 100000;
}

.modals .modal {
	display: none;
}

.modals .modal.show {
	display: block;
	position: absolute;
	top: 50px;
	left: 25%;
	right: 25%;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 100001;
}

.modals .modal .modal-inner {
	position: relative;
}

.modals .modal .modal-inner .close {
	text-align: right;
	margin: 0 0 15px 0;
}

.modals .modal .modal-inner .close a {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../images/close.png') center center no-repeat;
	background-size: contain;
}

.modals .modal .modal-inner .image img {
	 width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 52vh;
}


.modals .modal .modal-inner .title h2 {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	padding: 8px 0 8px 0;
}

.modals .modal .modal-inner .title p {
	display: none;
}

.modals .modal .modal-inner .more,
.modals .modal .modal-inner .less {
	display: none;
}

.cursor {
	position: absolute;
	z-index: 200;
}

.cursor .title {
	font-size: 19px;
	font-weight: 700;	
	line-height: 1em;
}

.cursor .subtitle {
    font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	line-height: 1em;
}


.home-slider {
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index: -2;
	background:#FFF;
}

.home-slider .slide {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height:100%;
	position: fixed;
}

.home-slider .slide .slide-text {
	position: absolute;
	bottom:0;
	left:0;
	padding-bottom: 45px;
	text-align: left;
	color: #FFF;
	font-size: 48px;
	width: 100%;
	text-shadow: 0px 0px 24px rgba(0,0,0,0.2);
}

.home-slider .slide .slide-text p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

.home-slider .slide .slide-text p.read-more {
	font-size: 24px;
	line-height: 1.1em;
}

.home-slider .slide .slide-text p.read-more a {
	color: #FFF;
}

.home-content {
	background:#FFF;
}

.home-clients {
	background: url('../images/home-section-divider.png') bottom left no-repeat;
	padding: 25px 0 120px 0;
}


.home-clients .clients-slider {
	padding-top:20px;
}

.home-clients .clients-slider .slide {
	text-align: center;
	outline: none;
}

.home-clients .clients-slider .slide img {
	
	max-width: 80%;
	max-height: 60px;
	height: auto;
	width: auto;
	display: block;
	margin: 0 auto;
}

.home-clients .clients-slider .slick-prev:before,
.home-clients .clients-slider .slick-next:before {
	color: #000;
}

.home-clients .clients-slider .slick-prev:before {
    content: '<';
}

.home-clients .clients-slider .slick-next:before {
    content: '>';
}

.home-services {
	background: url('../images/home-section-divider.png') bottom left no-repeat;
	padding: 30px 0 20px 0;
}

.home-services .home-service {
	padding: 0 0 25px 0;
}

.home-services .home-service h3 {
	padding: 0 0 20px 0;
}

.home-news {
	background: url('../images/home-section-divider.png') bottom left no-repeat;
	padding: 30px 0 80px 0;
}

.home-news .home-news-item {
	padding: 0 0 20px 0;
}

.home-news .home-news-item h3 {
	padding: 0 0 0px 0;
}

.home-news .home-news-item h4 {
	padding: 0 0 8px 0;
}

.home-news .home-news-item img {
	display: block;
	width: 100%;
	height: auto;
}

.home-news .more-news {
	text-align: right;
	margin-top: -15px;
}

.home-news .more-news p {
	margin: 0;
	padding: 0;
}

.home-news .more-news p a {
	
}

.more-news-full {
	text-align: right;
	margin-top: -15px;
}

.more-news-full p {
	margin: 0;
	padding: 0;
}

.more-news-full p a {
	font-family: 'Quicksand', sans-serif;	
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}

.news-mobile {
	display: none;
}
@media screen and (max-width: 1024px){
	.news-mobile {
		display: block;
	}
	.news-desktop {
		display: none;
	}
}

.home-about {
	background: url('../images/home-section-divider.png') bottom left no-repeat;
	padding: 30px 0 80px 0;
}

.home-about .home-about-image {
	text-align: right;
	padding-top: 68px; 
}

.home-about .home-about-image img {
	max-width: 100%;
	height: auto;
}

.home-team {
	background: url('../images/home-section-divider.png') bottom left no-repeat;
	padding: 30px 0 60px 0;
}

.home-team .home-team-image {
	text-align: right;
}

.home-team .home-team-image img {
	max-width: 100%;
	height: auto;
}

.home-contact {
	padding: 30px 0 0 0;
}

.home-contact h3 {
	padding-bottom: 0;
}

.home-contact ul.social-links {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 0;
}

.home-contact ul.social-links li {
	display: inline-block;
	font-size: 19px;
	padding: 0 15px 0 0;
	margin:0;
}

.home-contact form {
	display: block;
	padding-top:17px;
}

.home-contact input {
	display: block;
	width: 100%;
	border:none;
	outline: none;
	border: #000 solid 1px;
	line-height: 25px;
	height: 25px;
	margin: 0 0 0.7rem 0;
	box-sizing: border-box;
}

.home-contact input[type="submit"] {
	font-weight: 600;
	font-size: 17px;
	color: #FFF;
	display: block;
	width: 100%;
	background: #000 !important;	
	box-sizing: border-box;
}

/* FORMS */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	opacity:  1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
}

/* CONTENT PAGES */

.page-content {
	padding-top: 90px;
}

/* CLIENT PAGES */

.client-gallery-image {
	padding-bottom: 35px;
}

.client-gallery-image img {
	display: block;
	width: 100%;
	height: auto;
}

/* BLOG LISTING */

.news-item {
	width: 25%;
	padding: 0 0 20px 0;
}

.news-item h3 {
	padding: 0 0 0px 0;
}

.news-item h4 {
	padding: 0 0 8px 0;
}

.news-item img {
	display: block;
	width: 100%;
	height:auto;
}

@media screen and (max-width: 768px){
	.news-item {
		width: 50%;
	}
}

/* BLOG DETAIL */

.blog-image {
	padding-top: 70px;
}

.blog-image img {
	display: block;
	width: 100%;
	height: auto;
}

/* Animated close icon */

#nav-icon3 {
	display:inline-block;
  width: 18px;
  height: 19px;
  position: relative;
  margin: 0 0 0 0;
  -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;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 0;
  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;
}

#nav-icon3 span:nth-child(1) {
  top: 3px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 15px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Mobile */

.hide-mobile {
	display: block;
}

.hide-desktop {
	display: none;
}

@media screen and (min-width: 901px) and (max-width: 1100px){
	
	.page-width {
		padding: 0 2%;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 900px){
	
	/* tablet portrait */
	
	.page-width {
		padding: 0 2%;
	}
		
}

@media screen and (max-width: 1024px){
	
	.page-content .artist-column.artist-column-image {
		padding-right: 0;
	}
	
	.page-content .artist-column.artist-column-text {
		padding-left: 0;
	}
	
}

@media screen and (max-width: 767px){
	
	.hide-mobile {
		display: none;
	}
	
	.hide-desktop {
		display: block;
	}	
	
	.page-width {
		padding: 0 10px;
	}
	
	.header {
		padding: 14px 0 10px 0;
	}
	
	.header .header-logo {
		text-align: left;
		position: relative;
		font-size: 40px;
	}
	
	.header ul.mobile-social {
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 0;
		float:right;
	}
	
	.header ul.mobile-social li {
		margin: -1px 15px 0 0;
		padding: 0;
		display: inline-block;
		font-size: 18px;
	}
	
	.header .page-width {
		padding: 0 20px;
	}
			
	.footer .page-width {
		padding: 0 20px;
	}
	
	/* CORE TYPOGRAPHY */
	
	h1 {
		padding: 0 0 20px 0;
	}
	
	h2 {
		padding: 0 0 20px 0;
	}
	
	/* HOME PAGE */
	
	.home-slider .slide .slide-text {
		font-size: 30px;
	}
	
	.home-clients {
		background: url('../images/home-section-divider-mobile.png') 10px 100% no-repeat;
		padding: 25px 0 50px 0;
	}
		
	.home-services {
		background: url('../images/home-section-divider-mobile.png') 10px 100% no-repeat;
		padding: 20px 0 0 0;
	}
	
	.home-news {
		background: url('../images/home-section-divider-mobile.png') 10px 100% no-repeat;
		padding: 20px 0 20px 0;
	}
	
	.home-news .more-news {
		margin-top: 5px;
	}
	
	.home-about {
		background: url('../images/home-section-divider-mobile.png') 10px 100% no-repeat;
		padding: 20px 0 20px 0;
	}
	
	.home-about .home-about-image {
		padding-top: 0; 
	}
	
	.home-about .home-about-image img {
		width: 100%;
		height: auto;
	}
	
	.home-team .home-team-image {
		padding-bottom: 20px; 
	}
	
	.home-contact {
		padding: 20px 0 20px 0;
	}
	
	.home-contact ul.social-links {
		list-style: none;
		margin: 0 0 17px 0;
		padding: 0;
		font-size: 0;
	}
	
	.home-contact form .cell-pad-10 {
		padding-left: 0;
		padding-right:0;
	}
	
	.home-contact form input {
		margin-bottom: 10px;
	}
	
	.home-clients .clients-slider {
		margin-left:20px;
		margin-right:20px;
	}
	
}