/**
 * Resets
 */

#my-form-status {
	    font-family: 'BrownPro';

    text-align: center;
    color: white;
    font-size: 16px;
}
body {
  overscroll-behavior-y: none;
}

.scrolled-2 .header{
	transition: 0.5s ease all;
    background: rgba(40, 63, 48, 0.49);
}

.menu-close{
	
    display: none;
}

.open .menu-open{
	
    display: none;
}

.open .menu-close{
	
    display: block;
}

[data-page-id="453699"] .nav{
	
    display: none;
}

.privacy-link{
	
    display: none;
}
[data-page-id="453699"] .privacy-link{
	
    display: block;
}

@-webkit-keyframes scroller {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}

.just-text{
	    font-family: 'BrownPro';
padding: 0px 30px;
    margin: 150px auto 100px auto;
    max-width: 900px;;
}

.menu-button{
	
    display: none !important ;
}

#delivery{
    position: relative;
	top: -200px;
}

#car-care{
	 position: relative;
	top: -200px;
}

.enquire-open .enquire{
    visibility: visible;
    display: flex;
}

.close{
    top: 20px;
    position: absolute;
    right: 20px;
    background-size: contain;
	width:30px;
    height: 30px;
    background-image: url(https://files.persona.co/115608/close.svg);
}

.close:hover{
	opacity: 0.7;
}


.enquire{
    visibility: hidden;
    display: none;
	height: 100vh;
position:fixed;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(40, 63, 48, 0.72);
}
.enquire button{
	width: 100%;
    margin: 20px auto;
    border:0px;
            font-family: 'BrownPro';

    font-size: 18px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    background: #C9A378;;
}

.enquire .enquire-inner{
    display: flex;
    flex-direction: column;
    padding: 30px 30px 0px 30px;
        position: relative;
    max-width: 783px !important;
    width: calc(100% - 60px);
     border-radius: 10px;
	 background: #283F30;
    border: 3px solid #C9A378;
}
.enquire #my-form{
      background: #283F30;
    display: flex;
      flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
padding: 40px;
	width: 100%;
    margin: 0px auto;
}

#my-form input::placeholder{
	color: white;
}

#my-form textarea::placeholder{
	color: white;
}

#my-form input:nth-child(5){
	width: 100% !important;
}


#my-form input{
    color: white;
    margin-bottom: 30px;
    flex-wrap: wrap;
        font-family: 'BrownPro';
font-size: 18px;
    padding: 10px 20px;
	    border: 1px solid #fff;
background: transparent;
    width:calc(50% - 20px) !important;
}
#my-form textarea{
    color: white;
    margin-bottom: 10px;
    flex-wrap: wrap;
        font-family: 'BrownPro';
font-size: 18px;
    padding: 20px;
	    border: 1px solid #fff;
background: transparent;
    width:100% !important;
}

#my-form {
	
    width: 100%;
}

.contact-details{
    margin-top: 30px;
	    font-family: 'BrownPro';
font-size: 22px;
}

.footer{
	text-align: center;
    padding: 100px 30px;
}

.insta{
	width:25px;
    background-size: contain;
    height: 25px;;
    background-image: url(https://files.persona.co/115608/insta.svg);
}


.socials a{
	margin-left: 10px;
    
}


.face{
	width:25px;
    background-size: contain;
    height: 25px;;
    background-image: url(https://files.persona.co/115608/face.svg);
}

.icon-one{
    margin: 0px auto 30px auto;
    width:100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 68px;;
	background-image: url(https://files.persona.co/115608/HOUSE.svg);
}
.icon-two{
    margin: 0px auto 30px auto;
    width:100px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    background-position: center;
	background-image: url(https://files.persona.co/115608/CAR.svg);
}
.icon-three{
    margin: 0px auto 30px auto;
    width:100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 68px;;
	background-image: url(https://files.persona.co/115608/TRUCK.svg);
}

.logo-head{
    width:50px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 64px;
	background-image: url(https://files.persona.co/115608/top-logo.svg);
}

.header{
	width: 100%;
    left:0px;
    top: 0px;
        	transition: 0.5s ease all;

    position: fixed;
}

.socials{
	display: flex;
}
.nav{width: 80%;
    padding: 0px 30px;
	display: flex;
    justify-content: space-between;
}
.header-inner a{
    letter-spacing: 1px;
	    font-family: 'BrownStd';

    color: white;
    text-decoration: none;
}
.header-inner{
	padding: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-arrow{
	 
    background-image: url(https://files.persona.co/115608/arrow-bottom.svg);
    height: 55px;
    background-size: contain;
    width: 30px;
}
.bottom-arrow-link{
	    -webkit-animation: scroller 1s infinite alternate;
    animation: scroller 1s infinite alternate;
    background-image: url(https://files.persona.co/115608/arrow-bottom.svg);
    height: 55px;
    background-size: contain;
    width: 30px;
    position: absolute;
    bottom:50px
}

.start{
	position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first{
	
    padding: 200px 30px;
    display: flex;
    align-content: center;
    align-items: center;
}

.inner{
    font-size: 25px;
    text-align: center;
max-width: 800px;
    padding: 0px 30px;
    margin: 0px auto;
}



.logo{
    
    margin: 40px auto;
	background-image: url(https://files.persona.co/115608/Logo.svg);;
    width:400px;
    height: 450px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.two-cols{
    font-size: 20px;
	    font-family: 'BrownPro';
max-width: 1110px;
    margin: 0px auto;
    display: flex;
}

.col-left{
    border-right: 3px solid #C9A378;
	padding:0px  50px;
    width: 50%;
}

.col-right{
	padding:0px  50px;
    width: 50%;
}


.third{
	max-width: 1400px;
margin: 0px auto;
    padding: 200px 30px;
    display: flex;
    align-content: center;
    align-items: center;
}

.three-cols{
    	    font-family: 'BrownPro';
max-width: 1500px;
    margin: 0px auto;
	display: flex;
      padding: 50px 50px;
    justify-content: space-between;
    align-items: center;
}

.col{
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 300px;
        border-right: 3px solid #C9A378;
width: 33.33%;
	padding: 30px;
    text-align: center;
}

.col:nth-child(3){
	min-height: 0px;
    border-right: 0px;
}


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}


/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
        font-family: 'BrownStd';
text-transform: uppercase;
    letter-spacing: 1px;
	font-weight: normal;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

.two-cols b{
	letter-spacing: 0px;
    text-transform: none !important;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 1em;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: rgba(0, 0, 0, 0.19)/*!content_left*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	left: 0 /*!content_left*/;
}

[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 100%/*!content_left*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 18px;
	font-weight: 100;
	color: rgba(255, 255, 255, 1);
  font-family: "Playfair Display", serif;
   font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] main a {
	color: rgba(255, 255, 255, 1);
    padding-bottom: 0em;
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {
opacity: 0.5;
}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
    font-family: 'BrownPro';
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
    text-align: center;
    letter-spacing: 2px;
	font-size: 20px;
	line-height: 1.1;
    text-transform: uppercase;
	color: #C9A378;
	text-rendering: optimizeLegibility;
}

.enquire-inner h1{
    margin: 0px auto;
	display: inline-block;
}

.book{
    border-radius: 30px;
	padding: 10px 20px !important;
    background:  #C9A378;
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
    font-family: 'BrownPro';
	font-style: normal;
	font-weight: 700;
	padding: 0;
    text-align: center;
	margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Roman', Social /*!System*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.4);
	border-bottom-width: 0.1em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: initital/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}
li{
    padding-left: 20px;
    margin-bottom: 13px;
	list-style: none;
}
 li:before {
	color: #C9A378;;
	/* FontAwesome Unicode */
	display: inline-block;
	margin-left: -1.5em;
	/* same as padding-left set on li */
	width: 1.5em;
	/* same as padding-left set on li */
}

ul{
	margin-top: 20px;
}

li:before {
    content: "—";
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}




@media only screen and (max-width : 1000px) {
    
    .links{
	
        position: relative;
        z-index: 999;
}
    
     .socials{
	
        position: relative;
        z-index: 999;
}
  .nav{
	position: fixed;
      width: 100%;
      top: -100%;
    visibility: hidden;
      display: flex;
      z-index: 0;
      flex-wrap: wrap;;
      align-content: center;
      align-items: center;
      height: 100vh;
      background: #283F30;
      top: 0px;
      left: 0px;
}
    .open  .nav{
        visibility: visible;
        top: 0px;
    }
     .nav a{
    font-size: 24px;
    margin: 20px auto;
	width: 100%;
    text-align: center;
         display: block;
}
    
    .menu-button{
    position: absolute;
        font-size: 18px;
        z-index: 999;
    margin: 0px auto;
    left: 0px;width: 100px;
    right: 0px;text-align: center;
        display: block !important;
}
    
    .two-cols{
	    font-size: 18px;

       flex-wrap: wrap;
}
    
    .col-left{
	border-right: 0px;
        width: 100%;
}
     .col-right{
	
        width: 100%;
}
    
    .three-cols{
	padding: 30px;
        flex-wrap: wrap;;
}
    
    .col{
	        border-right:0px solid #C9A378;
        border-bottom: 3px solid #C9A378;
min-height: 0px;
        padding: 50px 0px;
        width:100%
}
    
    .col:nth-child(3){
	
        border-bottom: 0px;
}
    [data-predefined-style="true"] main {
	font-size: 16px;

}
    .logo{
    
    margin: 0px auto;
    width:250px;
    height: 250px;

}
    [data-predefined-style="true"] h1 {
  
	font-size: 16px;
	
}
    .inner{
    font-size: 20px;
    text-align: center;
    padding: 0px 15px;
    margin: 0px auto;
}
    [data-predefined-style="true"] h2 {

	font-size: 18px;
	
}
    .third{

    padding: 150px 20px 100px 20px;
    display: flex;
 
}
    .contact-details{
    margin-top: 20px;
	 
font-size: 20px;
}
    .icon-three{
       margin-top: 30px; 
    }
    .first{
	
    padding: 150px 20px 100px 20px;
}
    .enquire .enquire-inner{
    padding: 25px 20px 0px 20px;
        position: relative;
    max-width: 783px !important;
    width: calc(100% - 40px);
     border-radius: 10px;
	 background: #283F30;
    border: 3px solid #C9A378;
}
    #my-form textarea{
    margin-bottom: 10px;
    flex-wrap: wrap;
        font-family: 'BrownPro';
font-size: 15px;
    padding: 20px;
	    border: 1px solid #fff;
background: transparent;
    width:100% !important;
}
    #my-form input{
    margin-bottom: 10px;
    flex-wrap: wrap;
        font-family: 'BrownPro';
font-size: 15px;
    padding: 10px 20px;
	    border: 1px solid #fff;
background: transparent;
    width:100% !important;
}
    .enquire button{
	width: 100%;
    margin: 15px auto;
    border:0px;
            font-family: 'BrownPro';

    font-size: 16px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    background: #C9A378;;
}
    .enquire #my-form {
    background: #283F30;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
    padding:30px 10px;
    width: 100%;
    margin: 0px auto;
}
    .close{
	width: 20px;
        height: 20px;;
}
    
    [data-page-id="453699"] .menu-button{
	
        display: none !important;
}
    #delivery{
    position: relative;
	top: -150px;
}

#car-care{
	 position: relative;
	top: -150px;
}
    .header-inner{
	padding: 10px 30px;
}
}