@charset "UTF-8";

/* Normalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font-family:inherit;font-weight:300}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 1.5em;
	line-height: 1.6;
	color: #808080;
	font-weight: 300;
    background-color: #DDDDDD;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: -webkit-transform 0.3s;
	        -o-transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	     -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pg-width-narrow {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 1180px) {
    .pg-width {
        max-width: 1024px;
    }
}
@media only screen and (max-width: 1024px) {
    .pg-width {
        max-width: 768px;
    }
}
@media only screen and (max-width: 768px) {
    .pg-width {
        max-width: 550px;
    }
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.3em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
    font-weight: normal;
}
h1 { font-size: 5.5rem; line-height: 1.2; }
h2 { font-size: 4rem; line-height: 1.25; color: #D3BC8D; }
h3 { font-size: 2.8rem; line-height: 1.3; color: #D3BC8D; }
h4 { font-size: 2.4rem; line-height: 1.3.5; }
h5 { font-size: 2rem; line-height: 1.5; margin-bottom: 0; color: #D3BC8D; }
h6 { font-size: 1.5rem; line-height: 1.6; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; border-bottom: 1px solid #DDD; margin-bottom: 15px; margin-top: 20px; }
p { margin-top: 0; }
strong { font-weight: bold !important; }

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 1.7rem;
}
.text-sm {
	font-size: 1.3rem;
}
.text-xsm {
	font-size: 1.1rem;
}

@media only screen and (max-width: 480px) {
	h1 { font-size: 3.0rem; line-height: 1.2; }
	h2 { font-size: 2.6rem; line-height: 1.25; }
	h3 { font-size: 2.2rem; line-height: 1.3; }
	h4 { font-size: 2rem; line-height: 1.3.5; }
	h5 { font-size: 1.6rem; line-height: 1.5; }
	h6 { font-size: 1.5rem; line-height: 1.6; }
	
	.text-para1 {
		font-size: 1.5rem;
	}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: underline;
	color: #D3BC8D;
}
a:hover {
	color: #000;
}


/* Branding
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bg-white {
    background: #FFF;
}


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.column .column {
	padding: 20px 30px 20px 0;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
	float: left;
	overflow: hidden;
	margin: 0 1% 20px 1%;
	padding: 40px;
    background: #FFF;
    border: solid 1px #DDD;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column-feature		{ width: 6.3333333%; }
.two.column-feature 		{ width: 14.6666667%; }
.three.column-feature 		{ width: 23%; }
.four.column-feature 		{ width: 31.3333333%; }
.five.column-feature 		{ width: 39.6666667%; }
.six.column-feature 		{ width: 48%; }
.seven.column-feature 		{ width: 56.3333333%; }
.eight.column-feature 		{ width: 64.6666667%; }
.nine.column-feature 		{ width: 73%; }
.ten.column-feature 		{ width: 81.3333333%; }
.eleven.column-feature 		{ width: 91.6666667%; }
.twelve.column-feature 		{ width: 98%; }

@media only screen and (max-width: 768px)  {
	.column {
		padding: 20px;
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		padding: 40px;
		width: 90% !important;
		max-width: 550px;
		float: none;
		margin: 5% auto;
	}
}

/* Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex { display: flex }
.inline-flex { display: inline-flex }
.flex-auto { flex: 1 1 auto; min-width: 0;  min-height: 0 }
.flex-none { flex: none }
.flex-column { flex-direction: column }
.flex-row { flex-direction: row }
.flex-wrap { flex-wrap: wrap }
.flex-nowrap { flex-wrap: nowrap }
.flex-wrap-reverse { flex-wrap: wrap-reverse }
.flex-column-reverse { flex-direction: column-reverse }
.flex-row-reverse { flex-direction: row-reverse }
.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-baseline { align-items: baseline }
.items-stretch { align-items: stretch }
.self-start { align-self: flex-start }
.self-end { align-self: flex-end }
.self-center { align-self: center }
.self-baseline { align-self: baseline }
.self-stretch { align-self: stretch }
.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-between { align-content: space-between }
.content-around { align-content: space-around }
.content-stretch { align-content: stretch }
.order-0 { order: 0 }
.order-1 { order: 1 }
.order-2 { order: 2 }
.order-3 { order: 3 }
.order-4 { order: 4 }
.order-5 { order: 5 }
.order-6 { order: 6 }
.order-7 { order: 7 }
.order-8 { order: 8 }
.order-last { order: 99999 }
.flex-grow-0 { flex-grow: 0 }
.flex-grow-1 { flex-grow: 1 }
.flex-shrink-0 { flex-shrink: 0 }
.flex-shrink-1 { flex-shrink: 1 }

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
    background: rgb(67,71,72);
    background: linear-gradient(90deg, rgba(67,71,72,1) 0%, rgba(27,30,31,1) 100%);
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
main.white {
	background-color: #FFF;
    padding: 50px !important;
}
main.overlay {
	margin-top: -100px;
    
}
section {
	overflow: hidden;
	clear: both;
}
section.banner-hero {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
}
section.overlay {
    width: 100%;
    padding-right: 10%;
    background-image: url(../images/overlay.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    margin-top: -100px;
}
section.overlay main {
    padding: 40px 0 40px 0;
}
section.image {
    background-size: auto 300px;
    background-position: top  center;
    background-repeat: no-repeat;
    min-height: 300px;
    margin-top: 100px;
    padding-top: 10%;
}
.hero-cta {
    width: 25%;
    float: left;
    background: rgb(67,71,72);
    background: linear-gradient(180deg, rgba(67,71,72,1) 0%, rgba(27,30,31,1) 100%);
    position: absolute;
    top: 40px;
    right: 30px;
    padding: 60px 30px 80px 30px;
    color: #FFF;
    font-size: 3.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    z-index: 100;
    border: solid 3px #D3BC8D;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.hero-cta a {
    color: #D3BC8D;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 1.8rem;
    text-decoration: none;
}
.hero-cta a:hover {
    color: #55595A;
    transition: 0.3s;
}
.testimonial {
    font-size: 2rem;
    text-align: center;
    padding: 20px 0;
}
.testimonial p {
    border-top: solid 1px #cdad78;
    padding-top: 10px;
}
.testimonial img {
    width: 50px;
    height: auto;
}
.gift-voucher {
    background: #25282A;
    padding: 30px 40px 20px 40px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 0 auto;
    background-image: url(../images/gift-voucher.png);
    background-size: 50% auto;
    background-position: right top;
    background-repeat: no-repeat;
}
.gift-voucher-content {
    width: 50%;
}
footer.main {
    overflow: hidden;
    clear: both;
    background: rgb(67,71,72);
    background: linear-gradient(90deg, rgba(67,71,72,1) 0%, rgba(27,30,31,1) 100%);
    padding: 60px 0;
    margin-top: 0;
}

@media only screen and (max-width: 1024px) {
    .hero-cta {
        width: 35%;
        top: 150px;
    }
    section.overlay {
        width: 100%;
        padding-right: 0;
        background-color: #FFF;
        background-image: none;
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
	main {
		padding: 40px 0;
	}
    main.white {
        background-color: #FFF;
        padding: 40px 0 !important;
    }
    .hero-cta {
        width: 40%;
        top: 150px;
        font-size: 2.3rem;
        padding: 40px 20px 60px 20px
    }
    section.image {
        background-size: 200% auto;
    }
    .gift-voucher {
        background: #25282A;
        padding: 30px 40px 20px 40px;
        box-sizing: border-box;
        width: 100%;
        max-width: 1180px;
        margin: 0 auto 0 auto;
        background-image: url(../images/gift-voucher.png);
        background-size: 50% auto;
        background-position: right -40% top 10%;
        background-repeat: no-repeat;
    }
    .gift-voucher-content {
        width: 75%;
    }
    footer.main {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 480px) {
	main {
		padding: 20px 0;
	}
    section.overlay main {
        padding: 20px 0 20px 0;
    }
    section.banner-hero {
        height: 300px;
    }
    .hero-cta {
        width: 70%;
        top: 110px;
        right: 20px;
        font-size: 2rem;
        padding: 40px 80px 60px 20px;
        display: none;
    }
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
    position: absolute;
    top: 100px;
    right: 15px;
}
ul.nav-primary li {
    float: left;
    font-size: 1rem;
}
ul.nav-primary li span {
    font-size: 1.4rem;
    color: #FFF;
    text-transform: uppercase;
}
ul.nav-primary li a {
    display: block;
    padding: 5px 15px;
    color: #CDAD78;
    text-decoration: none;
}
ul.nav-primary li a:hover {
    color: #55595A;
}

@media only screen and (max-width:1024px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: rgba(36,39,41,0.9);
		-webkit-transition: transform 0.3s;
		     -o-transition: transform 0.3s;
				transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
				transition: transform 0.3s, -webkit-transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}
    ul.nav-primary {
        position: relative;
        top: 100px;
        right: auto;
    }
    ul.nav-primary li {
        width: 100%;
        text-align: center;
    }
    ul.nav-primary li span {
        font-size: 1.4rem;
    }
    ul.nav-primary li a {
        padding: 15px 15px;
    }
    
	.trigger {
		position: absolute;
		width: 60px;
		height: 60px;
		display: block;
		top: 60px;
		right: 40px;
		background: url(../images/icons/ic_menu.svg) center center no-repeat;
        border: solid 1px #FFF;
		background-size: 25px 25px;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 15px;
		right: 15px;
		background: url(../images/icons/ic_close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}

@media only screen and (max-width:768px) {
    .trigger {
		top: 35px;
		right: 30px;
	}
}

@media only screen and (max-width:480px) {
    .trigger {
        width: 50px;
        height: 50px;
        background-size: 20px 20px;
		top: 20px;
		right: 15px;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
	overflow: hidden;
	list-style: disc;
    margin-bottom: 20px;
}
ul.bullets li {
	margin: 0 0 5px 30px;
    line-height: 1.35;
    font-size: 1.4rem;
}

@media only screen and (max-width: 480px) {
    ul.bullets li {
        margin: 0 0 10px 30px;
        line-height: 1.35;
        font-size: 1.2rem;
    }
}

/* Feature Items
–––––––––––––––––––––––––– */
section.featitems {
    max-width: 1024px;
    margin: -100px auto 0 auto;
}

ul.featitems {
    overflow: hidden;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
}
ul.featitems li {
    background-color: #D3BC8D;
    width: 31.333%;
    float: left;
    line-height: 1;
    margin: 0 3% 0 0;
    padding: 50px 30px;
    text-transform: uppercase;
    align-content: center;
    border: solid 3px rgba(255,255,255,0.5);
}
ul.featitems li:last-child {
    margin-right: 0;
}
ul.featitems li:hover {
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
ul.featitems li h3 {
    margin: 0;
    font-size: 2.5rem;
    color: #FFF;
}
ul.featitems li p {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    font-size: 1.5rem;
    border-bottom: solid 1px #FFF;
}
ul.featitems li a {
    color: #FFF;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    ul.featitems {
        max-width: 550px;
        margin: 0 auto;
    }
    ul.featitems li {
        background-color: #D3BC8D;
        width: 100%;
        margin: 0 0 15px 0;
        padding: 25px 30px;
    }
    ul.featitems li p {
        font-size: 1.3rem;
    }
}
@media only screen and (max-width: 480px) {
    ul.featitems {
        max-width: 320px;
        margin: 0 auto;
    }
    ul.featitems li h3 {
        font-size: 2rem;
    }
    ul.featitems li p {
        font-size: 1.2rem;
    }
}


/* Call to Action
–––––––––––––––––––––––––– */
ul.cta {
    overflow: hidden;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}
ul.cta li {
    float: left;
}
ul.cta li:nth-child(1) {
    width: 60%;
    text-align: right;
    padding: 20px;
    font-size: 3rem;
}
ul.cta li:nth-child(2) {
    width: 40%;
    padding: 20px;
}

@media only screen and (max-width: 768px) {
    ul.cta {
        margin: 0 auto 40px auto;
        border: solid 1px #999;
        padding: 40px;
    }
    ul.cta li:nth-child(1) {
        padding: 0 0 10px 0;
        text-align: center;
        width: 100%;
    }
    ul.cta li:nth-child(2) {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    ul.cta li:nth-child(1) {
        font-size: 2.5rem;
    }
}


/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    
}
ul.contact-details li {
    float: left;
    width: 31.333%;
    margin: 0 1%;
    border: solid 1px #DDD;
    padding: 30px 10px;
}
ul.contact-details li a {
    font-size: 1.8rem;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    ul.contact-details li {
    width: 100%;
    margin: 0 0 20px 0;
}
}


/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
    position: relative;
    display: table;
    margin: 0 auto 20px auto;
}
ul.sitemap li {
    float: left;
    font-size: 1rem;
}
ul.sitemap li span {
    font-size: 1.4rem;
    color: #FFF;
    text-transform: uppercase;
}
ul.sitemap li a {
    display: block;
    padding: 5px 12px;
    color: #CDAD78;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    ul.sitemap li {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
}
}

/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	border-top: 0;
}
.accordian header {
    width: 96%;
	display: block;
	margin: 0;
	padding: 20px 0;
	cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.6rem;
    border-bottom: solid 1px #999;
    background-image: url(../images/icons/ic_plus_grey.svg);
    background-size: 20px 20px;
    background-position: right center;
    background-repeat: no-repeat;
}
.accordian section {
	display: none;
	padding: 20px 0;
    font-size: 1.3rem;
}
.accordian section.active {
	display: block;
}


/* Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.light-gallery {
	list-style: none;
	margin: 0;
}
ul.light-gallery li {
	width: 18%;
	height: auto;
	float: left;
	margin-right: 2%;
    margin-bottom: 15px;
	position: relative;
	z-index: 50;
	cursor: pointer;
}
ul.light-gallery.reduced li {
	width: 22%;
    margin-right: 3%;
    margin-bottom: 10px;
}
ul.light-gallery li img {
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width: 480px) {
    ul.light-gallery li {
        width: 31.333%;
        margin-bottom: 10px;
    }
}



/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 250px;
	height: auto;
	display: inline-block;
	padding: 30px 30px;
}
img.slogan {
    padding: 30px 30px;
    float: left;
    width: 60%;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
    margin-bottom: 15px;
}
img.logo-footer {
	width: 250px;
	height: auto;
	display: block;
    margin: 0 auto;
	padding: 30px 30px;
}
img.social {
    width: 50px;
    height: 50px;
    display: inline-block;
}
img.social:hover {
   opacity: 0.6;
}

@media only screen and (max-width: 768px) {
    img.logo {
        width: 180px;
        padding: 20px 30px;
    }
    img.slogan {
        width: 70%;
    }
    img.logo-footer {
        width: 170px;
        padding: 0 0 30px 0;
    }
}
@media only screen and (max-width: 480px) {
    img.logo {
        width: 130px;
        padding: 10px 15px;
    }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
}
ul.form li {
	width: 98%;
	float: left;
}
ul.form li.half {
	width: 48%;
	margin: 0 2% 0 0;
}
ul.form li.third {
	width: 31.333%;
	margin: 0 2% 0 0;
}

form {
    max-width: 768px;
    margin: 0 auto;
}

input[type="email"],
input[type="text"],
input[type="tel"],
input[type="date"],
textarea,
select {
	width: 100%;
	padding: 10px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #E2E2E2;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.2rem;
	color: #999;
	-webkit-appearance: none;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
textarea {
	min-height: 130px;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid #D3BC8D;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
            -o-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
button[type="submit"],
input[type="reset"],
input[type="button"] {
	margin: 20px auto 0 auto;
	cursor: pointer;
	height: auto;
	text-align: center;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
	display: inline-block;
	padding: 15px 20px;
	font-size: 1.5rem;
    margin-right: 10px;
    text-decoration: none;
    border: solid 1px #55595A;
    background: none;
    color: #55595A;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #333;
}
label {
	font-size: 1rem;
	text-align: left;
	display: block;
}
.required {
	color: #D3BC8D;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	display: inline-block;
	padding: 15px 20px;
	font-size: 1.5rem;
    margin-right: 10px;
    text-decoration: none;
    margin-bottom: 7px;
}
a.btn-primary:hover {
	background-color: #777;
    color: #FFF;
    transition: 0.3s;
}

a.btn-grey-outline {
    border: solid 1px #55595A;
    background: none;
    color: #55595A;
}
a.btn-gold-outline {
    border: solid 1px #d3bc8d;
    background: none;
    color: #d3bc8d;
}
a.btn-full {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

a.btn-secondary {
	color: #FFF;
	background-color: #000;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.5rem;
}
a.btn-secondary:hover {
	background-color: #25282A;
}

@media only screen and (max-width: 480px) {
    a.btn-primary {
        font-size: 1.2rem;
        padding: 15px 15px;
    }
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 { padding-top: 20px;	padding-bottom: 20px; }
.padding40 { padding-top: 40px; padding-bottom: 40px; }
.padding60 { padding-top: 60px; padding-bottom: 60px; }
.padding80 { padding-top: 80px; padding-bottom: 80px; }

.no-padding { padding: 0; }
.no-margin { margin: 0; }

.block-padding {
    padding-top: 220px;
}

hr { height: 0; border: none; -webkit-box-sizing: content-box; box-sizing: content-box; }

hr.space10 { height: 10px; }
hr.space20 { height: 20px; }
hr.space40 { height: 40px; }
hr.space60 { height: 60px; }
hr.space80 { height: 80px; }

hr.divide20 { border-top: solid 1px #DDD; margin: 20px 0; }
hr.divide40 { border-top: solid 1px #DDD; margin: 40px 0; }
hr.divide60 { border-top: solid 1px #DDD; margin: 60px 0; }
hr.divide80 { border-top: solid 1px #DDD; margin: 80px 0; }

@media only screen and (max-width: 768px) {
	.padding10,
    .padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    .block-padding {
        padding-top: 0;
    }
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.crt-post-text, .crt-date {
    font-size: 1.2rem !important;
}
.byline {
	text-align: left;
	font-size: 1.1rem;
	padding: 20px 20px 0 20px;
	color: rgba(255,255,255,0.4);;
	clear: both;
	border-top: solid 1px rgba(221,215,188,0.2);
	width: 90%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.byline img {
	float: right;
	height: 25px;
	padding: 0;
	width: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.byline {
		text-align: center;
		font-size: 0.9rem;
	}
	.byline img {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 12px 0;
	}
}
@media only screen and (max-width: 480px) {
	.byline {
		max-width: 320px;
		margin: 0 auto;
	}
}
