@charset "UTF-8";
	/* CSS Document */
@-ms-viewport { width: device-width; }
body {
	-webkit-transform: translateZ(0px);
	font-family: 'Libre Baskerville', serif;
	color: #666;
	font-size: 16px;
	line-height: 32px;
	margin: 0;
	letter-spacing: 1px;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
.bold a {
    font-weight: 800;
    text-transform: uppercase;
}
a {
	text-decoration: none;
	transition: 0.25s ease;
	color: #fd7876;
}
a:hover {
	color: #000;
}
.bot180 {
	padding-bottom: 180px;
}
.bot120 {
	padding-bottom: 120px;
}
.bot60 {
	padding-bottom: 60px;
}
.bot30 {
	padding-bottom: 30px;
}
.bot45 {
	padding-bottom: 45px;
}
.top10 {
	padding-top: 10px;
}
.top30 {
	padding-top: 30px;
}
.top45 {
	padding-top: 45px;
}
.top75 {
	padding-top: 75px;
}
.top90 {
	padding-top: 90px;
}
.question {
	font-weight: 700;
	color: #000;
}
p.question {
	margin: 0;
	padding: 0;
}
.left {
	float: left;
}
/* MOBILE NAV */

.mobileMenu {
	display: none;
}
#mobileNav {
	display: none;
}

#mobileNav {
	position: absolute;
	z-index: 100;
	padding: 0 0 200px 0;
	width: 100%;
	background: #1a2338;
	height: auto;
}

#mobileNav ul {
	padding-top: 20px;
}
#mobileNav li {
	font-size: 24px;
	clear: both;
	text-align: center;
}
#mobileNav li a {
	color: #fff;
	padding: 20px 0 0 0;
	display: block;
}
.mobileIconHolder {
	float: left;
}
.mobileIconHolder .icon {
	float: left;
	padding: 15px 10px 5px 0;
}
.mobileIconHolder .icon img {
	width: 30px;
	height: 30px;
}
/* END MOBILE NAV */

/*Structural items */
.inner {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}
.inner-blog {
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
    overflow: auto;
}
.blog-foot-holder {
    width: 100%;
}
.blog-back {
    float: left;
}
.blog-share {
    float: right;
    padding-bottom: 40px;
}
.archive-item {
    padding-top: 8px;
    font-size: 14px;
    line-height: 16px;
}
.cms-embed {
  position: relative;
  max-width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9, calculated as 9÷16 */
}

/* The embedded iframe */
.cms-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.align-left {
    float: left;
    width: 50%;
    padding: 20px 20px 20px 0;
}
.align-right {
    float: right;
    width: 50%;
    padding: 20px 0 20px 20px;
}
.align-center {
    width: 100%;
    padding: 20px 0;
}
.inner600 {
	padding-top: 30px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	clear: both;
}
.top0 {
	padding-top: 0;
}
.divider {
    clear: both;
	height: 60px;
	background: url(../images/assets/divider.svg) center no-repeat;
}
.flexiBetween {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexiCentre {
		display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flexiCentre .thirdBox {
	padding-left: 1.3%;
	padding-right: 1.3%;	
}
.flexiCentre .quarterBox {
	padding-left: 1.3%;
	padding-right: 1.3%;	
}
.flexiCentre li {
	margin-left: 1.3%;
	margin-right: 1.3%;	
}
.quarterBox {	
	-webkit-transform: translateZ(0px);
	width: 24%;
	position: relative;
	text-align: center;
	height: 100%;
}
.quarterBox img {
	display: block;
}
.thirdBox {	
	-webkit-transform: translateZ(0px);
	width: 32%;
	max-width: 320px;
	position: relative;
	text-align: center;
	height: 100%;
}
.bannerBox {	
	-webkit-transform: translateZ(0px);
	width: 100%;
	position: relative;
	text-align: center;
	height: auto;
}
.bannerBoxInfoHolder {
    position: absolute;
	bottom: 7%;
	z-index: 25;
	width: 100%;
}
.bannerBoxText {
    color: white;
    font-size: 21px;
}
.bannerBox img {
    display: block;
}
.bannerBox:hover .overlay {
	opacity: 0.8;
}
.fifthBox {	
	-webkit-transform: translateZ(0px);
	width: 18%;
	max-width: 320px;
	position: relative;
	text-align: center;
	height: 100%;
}
.feat-img {
    background-color: #fd7876;
}
.feat-img img:hover {
    transition: 0.3s ease;
    opacity: .5;
}
.feat-text {
    color: black;
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
}
.feat-type {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.feat-price {
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
}
.feat-button {
    margin-top: 12px;
    margin-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
}
.feat-button a {
    background-color: #fd7876;
    padding: 10px;
    font-size: 12px;
    color: white;
    border: 1px solid #fd7876;
}
.feat-button a:hover {
    background-color: #fff;
    color: #fd7876
}
.twoThirds {
	width: 66%;
	max-width: 670px;
}
.thirdBox img {
	display: block;
}
.fifthBox img {
	display: block;
}
.half {
	width: 48%;
	max-width: 495px;
	margin-bottom: 30px;
}
.full {
	width: 100%;
	max-width: 1200px;
	margin-bottom: 30px;
}
/* INSPIRATION */
.inspiration li {
	background: #ff4943;	
	width: 32%;
	position: relative;
	max-width: 320px;
	margin-bottom: 30px;	
}
.inspiration img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.5s ease;
}
.inspiration img:hover {
	opacity: 0.2;
}
.pukkaThumb li {
	width: 19%;
	max-width: 190px;
}
/*BANNER */
.banner {
	width: 100%;
	margin-bottom: 45px;
}
/*END BANNER*/





/* HOMEPAGE THUMBS */

.overlay {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background: #fd7876;
	pointer-events: none;
}
.thirdBox:hover .overlay {
	opacity: 0.8;
}
.fifthBox:hover .overlay {
	opacity: 0.8;
}
.quarterBox:hover .overlay {
	opacity: 0.8;
}
.thumbInfoHolder {
	position: absolute;
	bottom: 7%;
	z-index: 25;
	width: 100%;
}
.thumbText {
	margin-bottom: 20px;
	color: #fff;
	text-transform: capitalize;
	font-size: 21px;
	width: 80%;
	padding: 0 10%;
	text-align: center;	
}

.thumbButton {
	transition: .5s ease;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #fff;
	display: block;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background: none;
}
.thumbButton a {
	line-height: 20px;
	transition: .5s ease;
	color: #fff;
	padding: 2px 10px;
	display: block;
}
.thumbButton a:hover {
	color: #fd7876;
}
.thumbButton:hover a {
	background: #fff;
}
.quarterBox:hover .thumbButton {
	background: #fff;
	color: #fd7876;
}
.quarterBox:hover .thumbButton a {
	color: #fd7876;
}
.thirdBox:hover .thumbButton {
	background: #fff;
	color: #fd7876;
}
.thirdBox:hover .thumbButton a {
	color: #fd7876;
}
/* END HOMEPAGE THUMBS */


/*COMMISSIONS*/

.redButton {
	transition: .5s ease;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #fd7876;
	display: block;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background: #fd7876;
}
.redButton a {
	line-height: 20px;
	transition: .5s ease;
	color: #fff;
	padding: 2px 10px;
	display: block;
}
.redButton a:hover {
	color: #fd7876;
}
.redButton:hover a {
	background: #fff;
}

.commissionsLogo svg {
	fill: #fff;
}
.commGallery li {
	max-width: 150px;
	background: #ff4943;	
	margin-bottom: 30px;
}

.commGallery img {
	width: 100%;
	height: auto;
	display: block;
	
	transition: 0.5s ease;
}
.commGallery img:hover {
	opacity: 0.2;
}
.projectGallery li {
	background: #ff4943;	
}

.projectGallery img {
	width: 100%;
	height: auto;
	display: block;
	
	transition: 0.5s ease;
}
.projectGallery img:hover {
	opacity: 0.2;
}
.projectLogo {
	width: 100px;
	padding: 0;
	margin: 0 auto;
}
.projectLogo img {
	width: 100px;
	height: auto;
}
.blackButton {
	transition: .5s ease;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #000;
	display: block;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	background: #fff;
}
.blackButton:hover {
	border: 1px solid #fd7876;
}
.blackButton a {
	line-height: 20px;
	transition: .5s ease;
	color: #000;
	padding: 2px 10px;
	display: block;
}
.blackButton a:hover {
	color: #fff;
}
.blackButton:hover a {
	background: #fd7876;
}

.backButtonTopLeft {
	position: absolute;
	top: 23px;
	left: 0px;
}

.sixthBox {
	position: relative;
	float: left;
	width: 15%;
	margin: 0 2% 30px 0;
}
.sixthBox:hover .overlay {
	opacity: 0.8;
}
.end {
	margin-right: 0;
}
.sixthBox img {
	display: block;
	width: 100%;
	height: auto;
}
.galleryThumb {
	padding-bottom: 45px;
}
.galleryThumb .filmCaption {
	padding: 15px 0 5px 0;
}
/*END COMMISSIONS*/

/* SHOP*/
.longScarfBox {
	width: 100%;
	text-align: center;
}
.longScarfBox img {
	width: 64%;
	margin: 0 18%;
	display: block;
}

.shopLeftCol {
	float: left;
	width: 65%;
	max-width: 660px;
}
.scarfInfo {
	padding: 30px 0;
}
.shopRightCol {
	float: right;
	width: 32%;
	max-width: 330px;
	margin-bottom: 180px;
}
.shopImage {
	position: relative;
	margin-bottom: 30px;
}
.shopImage .overlay { 
	opacity: 0;
}
.shopRightCol img {
	margin-bottom: -8px;
}
.shopImage:hover .overlay {
	opacity: 0.8;
}


.shopBuyBox {
	background: #fd7876;
	margin-bottom: 30px;
}
.shopBuyBoxCol {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	width: 40%;
	float: left;
	padding: 5%;
}
.buyBoxInfo {
	line-height: 20px;
	font-family: 'Libre Baskerville', serif;
}
.price {
	font-size: 20px;
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
}
.payPalButton {
	font-family: 'Montserrat', sans-serif;
	height: 100%;
	border: 1px solid #fff;
	color: #fff;
	background: #fd7876;
	width: 90%;
	padding: 10px 0;
	margin: 30px 10% 0 0;
	transition: 0.5s ease;
}
.payPalButton:hover {
	color: #fd7876;
	background: #fff;
}
.formButton select {
	font-size: 11px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.whiteLink a {
	color: #fff;
}
.whiteLink a:hover {
	color: #000;
}

.show {
	visibility:visible:
}
.hide {
	visibility:hidden;
}
/*END SHOP */



/*END Structural items */


.pressPad .thirdBox {
	margin-bottom: 30px;
}
.pressPublication {
	width: 90%;
	padding: 0 5%;
	color: #fff;
	font-style: italic;
	font-size: 16px;
	text-align: left;
}
.pressThumbText {
	margin-bottom: 10px;
	color: #fff;
	text-transform: capitalize;
	font-size: 21px;
	line-height: 26px;
	width: 90%;
	padding: 0 5%;
	text-align: left;	
}
.leftMarg {
	margin-left: 5%;
}
.bot5percent {
	bottom: 5%;
}
.inputBox {
	
}
input[type=submit] {
	-webkit-appearance: none;
}
input[type=email], textarea {
	-webkit-appearance: none;
	transition: 0.5s ease;
	outline: none;
	border: 1px solid #000;
	width: 100%;
	height: 20px;
	margin: 10px 0 30px 0;
	padding: 10px;
	font-size: 16px;
}
 
input[type=email]:focus, textarea:focus {
	border: 1px solid #fd7876;
}


/* Font styles */
h1 {
	color: #000;
	font-size: 24px;
	letter-spacing: 3px;
}
h2 {
	color: #000;
	font-size: 22px;
	letter-spacing: 2px;
}
h3 {
	color: #fd7876;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	margin: 30px 0;
}
h4 {
	font-weight: 700;
	color: #000;
}
h5 {
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	color: #000;
	font-size: 14px;
}
.introPara {
	padding-bottom: 30px;
	font-style: italic;
	font-weight: 100;
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 34px;
	text-align: center;
}
.footerTitle {
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding-top: 60px;
	letter-spacing: 10px;
}
.white {
	color: #fff;
}
.boldText {
	font-weight: 700;
}
/* END Font styles */




.imgRegular img {
	width: 200px;
	height: auto;
}
#wrapper {
}
img {
	width: 100%;
	height: auto;
}
p {
	padding: 0 0 30px 0;
}


/*Header*/

#header {
	width: 100%;
	background: #749093;	
	height: 100px;
}
.title {
	text-align: center;
	width: 90%;
	margin: 0 5%;
	padding-top: 35px;
}

.title img {
	max-width: 370px;
}
#social {
	z-index: 15;
	position: absolute;
	top: 35px;
	right: 35px;
}
.iconHolder {
	float: right;
	
}
.iconHolder img {
	width: 30px;
	height: 30px;
	display: block;
	padding-left: 10px;
}
.iconHolder:hover {
	cursor: pointer; 
}
/* END Header*/



/*Menu*/

#menu {
	clear: both;
	height: 45px;
	width: 100%;
	background: #fff;
}
#menu ul {
	width: 70%;
	padding: 0 15%;
	display: flex;
	justify-content: space-around;
}
#menu li {
		
}
#menu li a {
	font-size: 12px;
	line-height: 45px;
	color: #000;
}
#menu li a:hover {
	color: #fd7876;
}
.selected {
	color: #fd7876;
}
/*End Menu*/

/*Body*/

/*Carousel Slideshow*/
#sliderHolder {	
	width: 100%;
	clear: both;
}
.slideGrad {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 20%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.slideshowFrame {
	position: relative;
	margin: 0 0 -5px 0;
}
.slideshowFrame img {
	display: block;
}
.slideInfo {
	z-index: 25;
	color: #fff;
	position: absolute;
	width: 80%;
	text-align: center;
	left: 10%;
	bottom: 50px;	
}
.slideTitle1 {
	font-style: italic;
	font-size: 15px;
	margin-bottom: 10px;
}
.slideTitle1 img {
	max-width: 200px;
	margin: 0 auto;
	height: auto;
}
.slideText {
	font-size: 36px;
	margin-bottom: 20px;
} 
.prev {
	top: 40%;
	margin-left: 60px;
	background: #fff;
	opacity: 1;
	display: block;
	transition: opacity 0.3s ease;
	cursor: pointer;
}
.prev:hover {
	opacity: 0.7;
}

.next {
	top: 40%;
	margin-right: 60px;
	background: #fff;
	opacity: 1;
	display: block;
	transition: opacity 0.3s ease;
	cursor: pointer;
}
.next:hover {
	opacity: 0.7;
}
.rhsLogo {
	position: absolute;
	right: 20px;
	width: 7%;
	bottom: 20px;
	z-index: 50;
}

/* LOU STORY BOX */
.louStoryHome {
    color: #fff;
    text-align: center;
    padding: 20px;
    box-sizing: content-box;
    background-color: #749093;
}


/* FILMS */
.filmLeft {
	padding: 20px 1% 20px 0;
	float: left;
	width: 49%;
}
.filmRight {
	float: right;
	width: 49%;
	padding: 20px 0 20px 1%;
}
.filmHolder {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom: 30px;
}
.filmHolder iframe {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 100%;
	height: 100%;
}
.filmCaption {
	text-align: center;
	color: #000;
	font-size: 16px;
	font-style: italic;
}

/* END FILMS */


/* Footer 1 */
#footer1 {
	clear: both;
	width: 100%;
	background: #ffa4a0;
	padding: 60px 0;
}
#footer2 {
	clear: both;
	width: 100%;
	background: #1a2338;
}
#footer2 a {
	color: #fff;
}
#footer2 a:hover {
	color:#1a2338;
}
#footerSocial {
	width: 120px;
	padding: 25px 0;
	margin: 0 auto;
	height: 50px;
}
.foot {
	margin-bottom: 20px;
}
.foot a:hover {
	color: #1a2338;
}
.centreHolder {
	width: 100%;
	margin: 0 0;
	text-align: center;
	position: relative;
}
.strapLine {
	font-size: 10px;
	color: #fff;
	padding: 20px 0 20px 0;
}

.footerLogo img {
	max-height: 80px;
	width: auto;
}
.footerLogo a:hover svg {
	fill: #fff;
}
/*END FOOTER*/

/*BLOG */
.mob-blog-archive {
    display: none;
}
.blog-archive {
    width: 22%;
    padding-right: 3%;
    float: left;
    display: block;
}
.blog-page-content {
    float: left;
    width: 75%;
}
.blog-content {
    width: 100%;
}
.blog-image {
    width: 50%;
    float: left;
}
.blog-image img {
    width: 100%;
    height: auto;
}
.blog-info {
    width: 45%;
    float: left;
    padding-left: 5%;
}
.archive-author-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height:1;
}
.archive-divider {
    width: 90%;
    border-bottom: 1px solid #888;
    margin: 5px 0;
    padding: 0;
    height: 1px;
}
.blog-author-date {
    font-family: 'Montserrat', sans-serif;
    color: #fd7876;
    padding-bottom: 10px;
    font-size: 12px;
}
.blog-article-precis {
    padding-bottom: 20px;
    clear: both;
}
@media all and (max-width: 1025px) {
	#menu ul {
	width: 100%;
	padding: 0;
}
.flexiBetween {
	justify-content: space-around;
}
.inner {
	width: 96%;
	margin: 0 2%;
}

}
@media all and (max-width: 800px) {
.mobileMenu {
	position: relative;
	display: block;
	width: 90%;
	padding: 0 5%;
	background: #1a2338;
}
.mobileIcon {
	float: right;
	padding: 15px 0 0 0;
}
.mobileIcon img {
	margin-top: 2px;
	width: 25px;
	height: 25px;
}
.desktop {
	display: none;
}
.mobile {
	display: block;
}

/* BANNER */
.banner {
	width: 100%;
}
.mob-blog-archive {
    width: 100%;
    text-align: center;
    display: block;
    padding-bottom: 20px;
}
.mob-archive-hdr {
 padding-bottom: 10px;
}
.archive-divider {
    width: 50%;
    border-bottom: 1px solid #888;
    margin: 5px auto;
    padding: 5px 0;
    height: 1px;
}
.blog-archive {
    display: none;
}
.blog-page-content {
    float: left;
    width: 100%;
}
.blog-content {
    float: left;
    width: 100%;
}
.blog-image {
    width: 25%;
    float: left;
}
.blog-info {
    padding-left: 5%;
    width: 70%;
}
.blog-info .captionDivider {
    display: none;
}
.blog-author-date {
    padding: 0;
}
.blog-description {
    display: none;
}

/*Header*/
.inner {
	width: 90%;
	margin: 0 5%;
}
.inner600 {
	padding-top: 30px;
	width: 80%;
	margin: 0 10%;
	max-width: 800px;
}
.bot120 {
	padding-bottom: 0;
}
.bot180 {
	padding-bottom: 0;
}
#header {	
	height: auto;
	padding-top: 15px;
}
.title {
	margin: 0;
	width: 100%;	
	line-height: 24px;
	padding: 0 0 10px 0;
}
.title img {
	width: 100%;
	height: auto;
	max-width: 1000px;
}
#menu {
	display: none;
}
.prev {
	display: none;
}
.next {
	display: none;
}
#social {
	display: none;
}
.flexiBetween {
	display: block;
}
.thirdBox {
	width: 100%;
	max-width: 2000px;
	margin-bottom: 30px;
}
.fifthBox {	
	width: 100%;
	max-width: 2000px;
	margin-bottom: 30px;
}
.quarterBox {
	width: 100%;
	max-width: 2000px;
	margin-bottom: 30px;
}
.longScarfBox img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#footer1 {
	padding: 30px 0;
}
#footer2 .title {
	padding-top: 30px;
}
.footerLogo {
	width: 80%;
	margin: 0 10%;
	text-align: center;
}
h1 {
	margin-bottom: 10px;
}
.slideText {
	font-size: 20px;
}
.overlay {
	display: none;
}
.slideInfo {
	bottom: 20px;
}

.introPara {
	padding-bottom: 30px;
	font-style: italic;
	font-weight: 100;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: center;
}
    
/*SHOP*/
.shopLeftCol {
	clear: both;
	float: none;
	width: 100%;
	max-width: 1000px;
}
.shopRightCol {
	clear: both;
	float: none;
	width: 100%;
	max-width: 1000px;
}

.backButtonTopLeft {
	position: relative;
	top: 0;
	margin-bottom: 30px;
}
.bot180 {
	padding-bottom: 60px;
}

.commGallery li {
	width: 45%;
	float: left;
	margin: 0 2.5% 30px 2.5%;
	max-width: 800px;
}
.inspiration li {
	width: 100%;
	max-width: 2000px;
	margin-bottom: 30px;
}
.flexiCentre li {
	margin-left: 0;
	margin-right: 0;	
}
/* FILMS */
.filmHolder {
	margin-bottom: 10px;
}
.filmLeft {
	padding: 30px 0 0 0;
	float: none;
	clear: both;
	width: 100%;
}
.filmRight {
	padding: 30px 0 0 0;
	float: none;
	clear: both;
	width: 100%;
}
	/*PROJECT LOGO*/
.projectLogo {
	max-width: 200px;
	}
}
.projectLogoRow {
	width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.projectLogoRow img {
	width: 40%;
	height: 40%;
	margin: 0 20px;
}

.blog-image {
    
}
