/*
Colours:
#2A2A2A - dark grey for background colors, header text
#787878 - Grey for main text
#EDF1F2 - section background color
#C5C1C1
#DCDCDC - Section text color
#111111 - footer background color
#00000029
box-shadow: 0px 7px 36px #00000029;
box-shadow: 0px 10px 14px #0707072E; (sidebar)
 */
body {
    margin: 0;
    padding: 0;
	font-family: "chalet-london-sixty",sans-serif;
    font-weight: 400;
    font-style: normal;
}

.mobi-only {
	display: none;
}

img {
	width: 100%;
	height: auto;
}

p, li, a {
	font-size: 15px;
	color: #373737;
}

h1 {
	font-weight: 800;
	font-size: 40px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

strong {
    font-weight: 800;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	border-bottom: none;
	outline: none;
	color:initial;
}

.pl-0 {
	padding-left: 0;
}

.pr-0 {
	padding-right: 0;
}

.btn-primary {
	background-color: #8B2A1E;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 400;
    min-width: 25%;
	border: none;
	border-radius: 0;
	padding: 10px;
}

.btn-primary:link, .btn-primary:visited, .btn-primary:hover, .btn-primary:active {
	background-color: #8B2A1E!important;
    color: #fff!important;
}

.body-content {
	min-height: 100vh;
	height: auto;
	z-index: -1000;
}

.body-content .col-md-10, .body-content .col-md-2 {
	padding: 0;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    border: none;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.mobile-header {
	display: none;
}

/* General */
.dotted-border-top {
    border-top: 3px dotted #787878;
    min-width: 55%;
	max-width: 60%;
	width: auto;
    padding-top: 20px;
    text-align: right;
    color: #787878;
    display: inline-block;
    position: absolute;
    top: 130px;
    right: 0;
    padding-right: 100px;
}

.dotted-border-top a {
	font-size: 18px;
	color: #787878;
	text-transform: uppercase;
}

.vertical-dots {
    border-left: 3px dotted #fff;
    min-height: 61%;
    max-height: 65%;
    height: auto;
    padding-top: 0;
    text-align: left;
    color: #787878;
    display: inline-block;
    position: absolute;
    top: 19%;
    left: 8%;
    padding-right: 0;
}

.contact-btn a {
    font-size: 20px;
	text-transform: uppercase;
	line-height: 50px;
	vertical-align: bottom;
}

.contact-btn a>i {
    float: right;
    vertical-align: bottom;
    padding-top: 15px;
}

.contact-btn {
	border-bottom: 1px solid #DCDCDC;
	vertical-align: bottom;
	line-height: 80px;
	width: auto;
}

/* Sidebar */
.sidemenu-col {
	padding-left: 0;
	height: 100vh;
	text-align: center;
}

.affix {
    top: 0px; /* Set the top position of pinned element */
	left: 0;
}

.affix-bottom {
    position: absolute;
    /* width: 317px; */
	width: max-content;
    left: 0;
    top:0;
    bottom: auto;
}
.affix-bottom .sidebar {
	padding: 120px 0;
}

/* .sidebar-col { */
/* 	padding-left: 0;
	position: fixed;
	min-width: 280px;
	max-width: 280px;
	width: auto; */
/* } */

.sidebar {
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #FFFFFF;
	height: 100vh;
	/* min-width: 317px; */
	width: calc(100% - -17px);
	/* width: auto; */
	float: left;
	padding:15px 0;
	box-shadow: 0px 10px 14px #0707072E;
}

.sidebar .dropdown-menu {
	display: block;
}

.sidemenu-col {
    z-index: 999;
}

.sidebar img {
	width: 85%;
	margin-bottom: 40px;
	/*margin-top: 17.5px;*/
}

.sidebar-social img {
    width: 45px;
    max-width: 45px;
}

.sidebar ul>li {
	margin-bottom: 30px;
	margin-top: 0;
	padding: 0;
	color: #2A2A2A;
	line-height: 25px;
	display: block;
}

.sidebar ul li>a {
	font-size: 18px;
	display: inline-block;
	text-align: center;
	color: #2A2A2A;
}

.sidebar ul li.active, .sidebar ul>li>a:hover {
	border-bottom: 2px solid #2A2A2A;
	font-weight: 400;
	display: inline-block;
}

/* .sidebar ul li>a:hover {
    color: #2A2A2A;
    font-weight: 600;
    z-index: 99999999;
	border-bottom: 2px solid #2A2A2A;
    display: inline-block;
	min-width: 150px;
	width: auto;
} */

.side-slide {
	display:block;
	position: relative;
}

.sidebar ul {
	list-style-type: none;
	padding-left: 0;
}

.sidebar-social {
    position: absolute;
    left: 36%;
    right: auto;
    bottom: 0;
}

/* Home page */
.master-slider {
    position: absolute;
    top: 0;
    z-index: -100;
}

.ms-caption {
    position: absolute;
    top: 10vh;
    height: 80vh;
    left: 10vh;
}

.slide1 {
	background-image: url('https://files.crtgroupstorage.com/vincesmith/slide-1.jpg');
	background-size: cover;
	background-position: center;
	min-height: 100vh;
    max-height: 100vh;
    height: 100%;
}

.slide2 {
	background-image: url('https://files.crtgroupstorage.com/vincesmith/slide-2.jpg');
	background-size: cover;
	background-position: center;
	/* min-height: 100vh;
    max-height: 100vh;
    height: 100%; */
}

.slide3 {
	background-image: url('https://files.crtgroupstorage.com/vincesmith/slide-3.jpg');
	background-size: cover;
	background-position: center;
	/* min-height: 100vh;
    max-height: 100vh;
    height: 100%; */
}

.slide3 {
	background-image: url('https://files.crtgroupstorage.com/vincesmith/slide-4.jpg');
	background-size: cover;
	background-position: center;
	/* min-height: 100vh;
    max-height: 100vh;
    height: 100%; */
}

.home-header {
	/* background-size: cover;
	background-position: center; */
	min-height: 100vh;
    max-height: 100vh;
    height: 100%;
	/* padding-top: 10vh; */
	padding-bottom: 10vh;
    /* padding-left: 10vh; */
	position: relative;
}

.home-header h1 {
	color: #fff;
	font-size: 40px;
}

.home-header h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 80px;
}

.home-header .header-links {
    position: absolute;
    bottom: 0px;
    padding-left: 8%;
}

.home-header .header-links p, .home-services h2 {
	color:#FFFFFF;
	font-size: 20px;
    margin-bottom: 0;
}

.parallax-img-top {
	background-image: url('https://files.crtgroupstorage.com/vincesmith/parallax-top.jpg');
	background-position: center;
	background-size:cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 100px;
} 

.parallax-img-bottom {
	background-image: url('https://files.crtgroupstorage.com/vincesmith/parallax-bottom.jpg');
	background-position: center;
	background-size:cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 100px;
}

.vertical-dots {
	padding-left: 40px;
}

.vertical-dots p {
    margin: 0;
    line-height: 10px;
    color: #fff;
}

.home-intro {
	background-color: #EDF1F2;
	padding: 40px 30vh 10vh 10vh;
	position: relative;
}

.home-intro .dotted-border-top {
    min-width: 60%;
    max-width: 70%;
	width: auto;
}

.home-intro h2, .home-services h2, .home-blog h2 {
	font-size: 80px;
	line-height: 180px;
	vertical-align: top;
}

.home-intro p {
	padding-left: 40px;
}

.home-services {
    background-image: url('https://files.crtgroupstorage.com/vincesmith/services.jpg');
    background-size: cover;
    background-position: center;
    min-height: 80vh;
    height: auto;
    padding-top: 4vh;
    padding-bottom: 10vh;
    padding-left: 10vh;
    position: relative;
}

.home-services .dotted-border-top  {
	border-color: #DCDCDC!important;
	min-width: 63%;
    max-width: 70%;
}

.home-services .panel-group .panel+.panel {
    margin-top: 0;
    margin-bottom: 0;
}

.home-services .panel-group {
    margin-bottom: 20px;
    margin-left: 30px;
}

.home-services .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
}

.home-services .panel h4>a {
    color: #DCDCDC;
    font-size: 30px;
    font-weight: 300;
}

.home-services .panel-body p {
	color: #fff;
    font-weight: 100;
    font-size: 15px;
    line-height: 25px;
}

.home-services .panel-default>.panel-heading {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
	padding: 5px;
}

.home-services .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
	padding: 15px 5px;
}

.home-services .contact-btn {
	width: 100%;
}

.home-services .contact-btn a {
	color: #DCDCDC;
}

.home-gallery img {
    /* min-width: 438px;
    max-width: 525px; */
	width: calc(33.3% - 2.6px);
    display: inline-block;
    margin: 0;
    padding: 0;
}

.home-blog {
    position: relative;
    background-image: url('https://files.crtgroupstorage.com/vincesmith/Vintage_Paper_2.jpg');
    background-position: center;
    background-size: cover;
    min-height: 90vh;
	height: auto;
	padding: 40px 10vh;
}

.blog-block {
	background-color: #fff;
	padding: 15px 15px 0 15px;
}

.blog-block p {
    margin-bottom: 0!important;
    line-height: 40px;
    vertical-align: middle;
}

.blog-block .dotted-border-top {
    padding-right: 200px;
}

.blog-block i {
    float: right;
    vertical-align: bottom;
    padding-top: 12px;
    font-size: 18px;
    padding-right: 5px;
}

/* Other pages headers */
.other-headers {
	background-position: center;
	background-size: cover;
	height: 100%;
	padding-top: 50vh;
    padding-left: 10vh;
    padding-bottom: 5vh;
}

.other-headers h1 {
	color: #FFFFFF;
	font-size: 80px;
	font-weight: 300;
}

.grey-bg {
    background-color: #EDF1F2;
}


/* Private chef page */
.intro {
    padding: 40px 20vh 0px 10vh;
}

.intro h2 {
	color: #2A2A2A;
	font-size: 45px;
	margin-bottom: 40px;
}

.intro-txt {
	padding-right: 40vh;

}

.intro p, .intro li {
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
	font-weight: 100;
	color: #787878;
}

.intro ul {
	padding-left: 10px;
	list-style-type: none;
}

.intro .contact-btn {
    width: 50%;
    margin-top: 10vh;
}

.intro .col-md-4 {
	margin-bottom: 60px;
}

.intro .col-md-4 img {
    width: 45px;
    max-width: 45px;
	margin-bottom: 20px;
}

.intro .col-md-4 p {
	text-transform: uppercase;
	font-size: 25px;
	color: #2A2A2A;
}

.space {
	height: 100px;
}

/* Kitchen stories page */
.home-blog.blog-page {
    position: relative;
    background-image: none;
	padding: 40px 10vh;
	min-height: 100%!important;
    max-height: 100%!important;
	height: auto;
}

.intro.blog-post {
    position: relative;
    background-image: none;
	background-color: transparent;
	padding: 40px 40vh 40px 10vh;
	min-height: 100%!important;
    max-height: 100%!important;
	height: auto;
}

.intro.blog-post h1 {
	margin-bottom: 40px;
}

.blog-page-body {
	background-color: #EDF1F2;
}

.home-blog.blog-page .blog-block {
	margin-bottom: 40px;
}

.intro.blog-post img {
	width: 49%;
	display: inline-block;
	margin: 20px auto;
}

.intro.blog-post h3 {
    font-size: 30px;
    margin-bottom: 40px;
}

.intro.blog-post .contact-btn {
	border-bottom: 1px solid #2A2A2A;
}

/* Contact page */
.intro.contact-page {
    padding-right: 20vh;
    background-color: transparent;
	min-height: 105vh;
}

.contact-form {
	margin-top: 5vh;
	margin-bottom: 5vh;
}

.grey-block {
	background-color:#2A2A2A;
	padding: 20px 40px;
	width: 100%; 
	margin-top: 40px;
}

.grey-block p, .grey-block a {
	color: #EDF1F2!important;
    font-size: 20px!important;
    font-weight: 100;
}

.contact-form button {
    background-color: transparent;
    width: 50%;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #2A2A2A;
    text-align: left;
    line-height: 20px;
    vertical-align: middle;
    height: 40px;
    color: #2A2A2A;
    margin-top: 5vh!important;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

.contact-form button:focus {
	outline: none;
}

.contact-form button a {
	font-size: 18px;
	text-transform: uppercase;
}

.contact-form button i {
    float: right;
    margin-top: 5px;
}

label {
	color: #787878;
	font-weight: 300;
	line-height: 40px;
	vertical-align: middle;
	font-size: 18px;
}

input {
	border: 1px solid #707070;
	padding: 15px;
	width: 100%;
}

input:focus, textarea:focus {
	border-color: #707070!important;
	outline: none;
} 

textarea {
	border: 1px solid #707070;
	padding:15px;
	width: 100%;
	height: 200px;
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #6cedbc;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

/* Footers */
footer {
	background-color:#2A2A2A;
	padding: 10vh 0 10vh 10vh; 
	position: relative;
	min-height: 400px;
    max-height: 500px;
    height: auto;
}

footer h2, footer .contact-btn>a {
	color: #DCDCDC!important;
} 

footer img {
	width: 350px;
	max-width: 350px;
    position: absolute;
    top: 0;
    right: 0px;
}

footer h2 {
    font-size: 70px;
	vertical-align: middle;
    line-height: 100px;
}

footer .footer-txt, footer .footer-txt>a {
	color: #787878;
	font-size: 20px;
	height: 50px;
	vertical-align: middle;
}

footer .contact-btn {
	width: 90%;
}

footer .contact-btn a>i {
    padding-top: 45px;
}

.footer-bottom {
	background-color: #111111;
	padding-top: 4vh;
    padding-bottom: 4vh;
	text-align: center;
}

.footer-bottom a, .footer-bottom p {
	color: #DCDCDC;
	margin-bottom: 0;
}