/*
	Theme Name: Benetti
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Playfair+Display:400,700');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
/* ---------------------------
 Reset
--------------------------- */
@charset "UTF-8";
*,
*:before,
*:after {
	box-sizing: border-box;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1.2; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td { vertical-align: top; }
th { text-align: left; }
nav li { display:inline-block; list-style:none; position: relative; }
img { display:inline-block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;}
label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:40px;padding:10px;font-size:14px;line-height:1;color:#555555;vertical-align:middle;width:100%;}
textarea{height:auto;padding:10px;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select,input[type="file"]{height:25px;*margin-top:4px;line-height:1;}
select{border:1px solid #cccccc;background-color:#ffffff;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}


/* ---------------------------
    General
--------------------------- */
html {
	-webkit-text-size-adjust: none;
    overflow: hidden;
	overflow-y: scroll;
}
body {
    background: #0D103C;
    color: #0D103C;
    font: normal 15px/1.5 'Montserrat', sans-serif;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: underline;
}
p {
    margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5 {
    padding: 0 0 20px;
    color: #0D103C;
}
h1 {
    font-size: 40px;
	font-family: 'Playfair Display', serif;
}
h2 {
    font-size: 30px
}
h3 {
    font-size: 27px
}
h4 {
    font-size: 24px
}
h5 {
    font-size: 18px
}
table {
	border-collapse:collapse;
	margin-bottom:20px;
	width:100%;
}
table caption {
	text-align:left;
	font-size:14px;
	color:#666;
	font-weight:bold;
	padding:5px 0;
}
td {
	padding:5px 10px;
	border:1px solid #eee;
}
th {
	padding:5px 10px;
	background:#fafafa;
	border:1px solid #eee;
}
dl {
	margin-bottom:10px;
}
dt {
	font-size:20px;
	margin-bottom:5px;
}
iframe {
	width:100%;
	height:auto;
}
aside {
    padding: 30px;
}
aside h5 {
    font-size: 24px;
}
aside ul {
    margin-bottom: 50px;
}
aside li {
    padding: 5px 0;
    display: block;
    list-style: none;
}
section section {
	padding: 50px 0;
}


/* ---------------------------
    Layout
--------------------------- */
#header {
    padding: 50px 0 30px;
    position: relative;
}

#header .social {
	margin: -30px 0 30px;
}
#header .social li {
	margin: 0 0 0 10px;
}

#nav a {
	color: #fff;
}
#nav li:first-child a:before {
	display: none;
}
#nav a:before {
	content: '/';
	display: inline-block;
	margin: 0 10px;
}

.nav-trigger {
	display: none;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999999;
}
.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    position: absolute;
    width: 100%; height: 5px;
    background: #fff;
}
.nav-trigger span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-trigger span::before,
.nav-trigger span::after {
    content: '';
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    transition: all .15s;
}
.nav-trigger span::before {
    top: -10px;
}
.nav-trigger span::after {
    bottom: -10px;
}
.nav-visible .nav-trigger span {
    background: rgba(34, 34, 33, 0);
}
.nav-visible .nav-trigger span::before,
.nav-visible .nav-trigger span::after {
    background: #fff;
}
.nav-visible .nav-trigger span::before {
    -webkit-transform: translate(5px, -4px) rotate(45deg);
    -ms-transform: translate(5px, -4px) rotate(45deg);
    -o-transform: translate(5px, -4px) rotate(45deg);
    transform: translate(5px, -4px) rotate(45deg);
}
.nav-visible .nav-trigger span::after {
    -webkit-transform: translate(5px, 4px) rotate(-45deg);
    -ms-transform: translate(5px, 4px) rotate(-45deg);
    -o-transform: translate(5px, 4px) rotate(-45deg);
    transform: translate(5px, 4px) rotate(-45deg);
}

#main {
	background: #fff;
    min-height: 500px;
    padding: 80px 0;
}
#main .social .fa {
	background: #0D103C;
	color: #fff;
}
#main .social .fa:hover {
	background: #fff;
	color: #0D103C;
}

#footer {
    padding: 100px 0 50px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}
#footer img {
	max-width: 180px;
	padding-top: 5px;
}
#footer form {
	margin: -45px 0 20px;
}
#footer fieldset {
	position: relative;
}
#footer button {
	font-family: georgia;
	position: absolute;
	right: 0;
	top: 0;
	background: #aaa;
	width: 40px;
	height: 40px;
	border: 0;
	font-size: 30px;
	line-height: 1;
}
#footer label {
	text-align: left;
	display: block;
	line-height: 50px;
	padding-left: 50px;
	background: url(images/icon-envelope.png) left center no-repeat;
}
#footer a {
    color: #fff;
}
#footer h5 {
    color: inherit;
}
#footer .textwidget {
	display: flex;
}
#footer .textwidget div {
	width: 50%;
	padding-left: 10%;
	text-align: right;
}

.copyrights {
	font-size: 12px;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, .5);
	padding: 30px 0;
}
.copyrights nav a:after {
	content: '/';
	display: inline-block;
	margin: 0 10px;
}
.copyrights nav li:last-child a:after {
	display: none;
}
.copyrights p {
	text-align: right;
}


/* ---------------------------
    Specific
--------------------------- */
.btn {
	background: transparent;
	color: #0D103C;
	border: 1px solid #0D103C;
    letter-spacing: 1px;
    font-size: 14px;
	padding: 0 20px;
	line-height: 40px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: 0.1s ease-in;
	margin-right: 10px;
	margin-bottom: 10px;
}
.btn-round {
	display: block;
	border-radius: 50%;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height: 42px;
	text-align: center;
	font-size: 45px;
	font-family: georgia;
}
.btn:hover {
	text-decoration: none;
    background: #0D103C;
    color: #fff;
}

.stockist-cta {
	margin-top: -50px;
}
.stockist-cta .inner {
	background: url(images/stockist-marker.png) 95% 50% no-repeat;
	text-decoration: none;
	display: block;
	padding: 20px;
}
.stockist-cta h5 {
	font-weight: bold;
	padding: 0 0 30px;
	font-size: 56px;
	line-height: 1.2;
	font-family: 'Playfair Display', serif;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.aligncenter {
    display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
    float: left;
}
img.alignright {
    float: right;
}
.alignright {
    text-align: right;
}
.alignleft {
    text-align: left;
}
img.alignleft {
    margin: 0 25px 25px 0;
}
img.alignright {
    margin: 0 0 25px 25px;
}

.page-header,
.section-header {
	border-top: 1px solid #000;
    padding: 0 20px;
    position: relative;
	text-align: center;
}
.page-header h1,
.section-header h5 {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-weight: normal;
	padding: 10px 15%;
	top: -30px;
	position: relative;
	background: #fff;
    font-size: 25px;
	color: #7D858B;
    text-transform: uppercase;
}

.social {
	font-size: 0;
}
.social li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	margin-right: 10px;
}
.social .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
	font-size: 15px;
	color: #0D103C;
	border-radius: 50%;
	transition: 0.1s ease-in;
}
.social .fa:hover {
	font-size: 24px;
    background: #0D103C;
    color: #fff;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding: 50px 0;
}
.pagination h2 {
    font-size: 16px;
    color: #ddd;
}
.pagination .prev,
.pagination .next {
    width: 100px;
}
.pagination .nav-links a,
.pagination .nav-links span {
    margin: 0 2px 4px;
	display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
}
.pagination a {
	text-decoration: none;
	background: #efefef;
	color: #aaa;
}
.pagination a:hover,
.pagination .current {
	background: #0D103C;
	color: #fff;
}

/* Posts */
.post-thumb {
	height: 200px;
	background-size: cover;
	background-position: center 40%;
}

.post-hero {
	min-height: 500px;
	height: 60vh;
	margin-bottom: 70px;
}

.post-single .post-hero {
	margin-bottom: 30px;
}
.post-single h1 {
	font-weight: bold;
}

.post-title {
	display: block;
	position: relative;
	margin-bottom: 4px;
}
.post-title h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0D103C;
	color: #fff;
	padding: 10px 25px;
	font-size: 18px;
	letter-spacing: 1px;
}
.post-title .post-thumb {
	height: 420px;
	/*background: red;*/
	background-position: center top;
}
.post-excerpt {
	font-size: 12px;
	color: #7D858B;
}
.post-ambassador {
	margin-bottom: 20px;
}

.post-listing {
    margin-bottom: 50px;
}
.post-listing a {
	text-decoration: none;
	display: block;
}
.post-listing h3 {
	font-size: 16px;
}
.post-listing .post-thumb {
    margin-bottom: 20px;
}

.post-video {
	font-size: 16px;
}
.post-video iframe {
	height: 200px;
}
.post-video h3 {
	font-size: 16px;
	padding-bottom: 0;
}
.post-single iframe {
	height: 580px;
}
.intro h3 {
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	font-size: 34px;
}

.map {
	height: 500px;
}

.nav-secondary {
	margin-bottom: 30px;
}
.nav-secondary ul {
	display: flex;
}
.nav-secondary a {
    margin-bottom: 5px;
	text-align: center;
	color: #0D103C;
	border: 1px solid #0D103C;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 0 20px;
	line-height: 40px;
	display: block;
	transition: 0.1s ease-in;
}
.nav-secondary .active a,
.nav-secondary a:hover {
	text-decoration: none;
    background: #0D103C;
    color: #fff;
}

/* Pages */
.page-home #main {
	padding-top: 0;
}
.page-home .intro {
	max-width: 500px;
}
.page-home .stockist-cta {
	background: #E9E7E2;
	margin: 0 0 60px;
}
.page-home #collections .row {
    flex-direction: column;
    max-height: 720px;
}
.page-home #collections a {
	display: block;
	position: relative;
}
.page-home #collections h3 {
	background: #E9E7E2;
	padding: 20px 30px;
	font-weight: bold;
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.page-home #collections .post-thumb {
	height: 350px;
}
/*.page-home #collections .col-lg-6:first-child .post-thumb {
	height: 720px;
}*/
.page-home #collections .col-lg-6:nth-child(1), .page-home #collections .col-lg-6:nth-child(3) {
	margin-bottom: 20px;
}

.page-home .news-listing .btn {
	position: absolute;
	bottom: 0;
}

.masonry-filters li:nth-of-type(1) {
	order: 4;
}
.masonry-filters li:nth-of-type(2) {
	order: 3;
}
.masonry-filters li:nth-of-type(3) {
	order: 2;
}
.masonry-filters li:nth-of-type(4) {
	order: 1;
}

/* ---------------------------
 Grid
--------------------------- */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  padding: 0 1%;
}

.container {
	display: block;
    max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}

.row {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
 	align-items: flex-start;
    display: flex;
    margin-left: -1%;
    margin-right: -1%;
}
.row:after, .row:before {
    content: none;
}
.row-nopadding {
    margin-left: -2px;
    margin-right: -2px;
}
.row-nopadding div[class^=col] {
    padding-left: 2px;
    padding-right: 2px;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-narrow {
	max-width: 900px;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}

@media (min-width: 544px) {
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl-1 {
		width: 8.33333%;
	}
	.col-xl-2 {
		width: 16.66667%;
	}
	.col-xl-3 {
		width: 25%;
	}
	.col-xl-4 {
		width: 33.33333%;
	}
	.col-xl-5 {
		width: 41.66667%;
	}
	.col-xl-6 {
		width: 50%;
	}
	.col-xl-7 {
		width: 58.33333%;
	}
	.col-xl-8 {
		width: 66.66667%;
	}
	.col-xl-9 {
		width: 75%;
	}
	.col-xl-10 {
		width: 83.33333%;
	}
	.col-xl-11 {
		width: 91.66667%;
	}
	.col-xl-12 {
		width: 100%;
	}
}


/* ---------------------------
    Plugins
--------------------------- */
/* Contact Form 7 */
.wpcf7 {
    margin-bottom: 30px;
}
.wpcf7 .form-group {
	margin-bottom: 20px;
}
.wpcf7 .form-actions {
    margin-bottom: 20px;
}
.wpcf7 .screen-reader-response {
	display: none;
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.wpcf7 textarea {
	height: 120px;
    padding: 10px;
}
.wpcf7 .wpcf7-submit  {
	background: transparent;
	color: #0D103C;
	border: 2px solid #0D103C;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 0 30px;
	line-height: 40px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: 0.1s ease-in;
	margin-right: 10px;
	margin-bottom: 10px;
}
.wpcf7 .wpcf7-submit:hover {
	background: #0D103C;
	color: #fff;
}
.wpcf7-response-output {
	padding: 15px 5%;
	width: 100%;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #fff;
}
.wpcf7-display-none {
	display: none;
}
.wpcf7-validation-errors {
	background: #d00;
	color: #fff;
}
.wpcf7-not-valid-tip {
	z-index: 100;
	display: block;
    padding-top: 5px;
	color: #d00;
}
.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	display: block;
}
.ajax-loader {
	border: none;
	vertical-align: middle;
	display: block;
	float: right;
}


/* Isotope */
.row-masonry {
	margin: 0 -10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}
.row-masonry .grid-item {
	padding: 0 10px 20px 10px;
	float: left;
	width: 33.333%;
}

.masonry-title {
	display: block;
	position: relative;
	margin-bottom: 4px;
	box-sizing: border-box;
}
.masonry-title h3 {
	position: absolute;
	left: 0;
	bottom: 6px;
	background: #0D103C;
	color: #fff;
	padding: 10px 25px;
	font-size: 18px;
	letter-spacing: 1px;
}
.masonry-thumb {
	width: 100%;
}


/* ---------------------------
	Media query
--------------------------- */
@media (max-width: 991px) {

	.row div[class^=col] {
		margin-bottom: 20px;
	}

	#header {
		padding: 30px 0;
	}
    #header .logo {
        display: block;
        max-width: 200px;
    }
	#header .social {
		display: none;
	}
    #header	.row div[class^=col] {
		margin-bottom: 0;
	}

    #nav {
        display: none;
        padding-top: 30px;
    }
    #nav li {
        display: block;
    }
    #nav a {
        display: block;
        padding: 10px;
    }
    #nav a:before {
        display: none;
    }

    .nav-visible #nav {
        display: block;
    }
    .nav-trigger {
        display: block;
    }

	#nav,
	#footer *,
	.copyrights nav,
	.copyrights p {
		text-align: center;
	}
	#footer form {
		margin-top: 0;
	}

    .stockist-cta {
        margin: 0 0 20px;
        padding: 0;
    }
    .stockist-cta h5 {
        font-size: 30px;
    }
    .stockist-cta .inner {
		text-align: center;
        background-image: none;
    }
	.btn-round {
		margin: 0 auto;
	}

	.page-home #collections .row {
		max-height: none;
	}
	.page-home #collections .col-lg-6:first-child .post-thumb,
	.page-home #collections .post-thumb {
		height: 40vh;
	}

}

@media (max-width: 767px) {

    #footer form {
        margin: 0 0 50px;
    }
    #footer .textwidget {
        padding: 20px;
        text-align: center;
        display: block;
    }
    #footer .textwidget div {
        width: 100%;
        padding: 0;
    }

    .row-masonry {
        margin: 0;
    }
    .row-masonry .grid-item {
        width: 50%;
    }

	.page-header h1, .section-header h5 {
		position: static;
		display: block;
		padding: 10px 0;
	}

	#main .vc_custom_1478535938706 {
		padding: 20px !important;
		text-align: center;
	}
}

@media (max-width: 480px) {

    .row-masonry .grid-item {
        width: 100%;
    }

    .post-hero {
        min-height: 300px;
        height: 40vh;
    }

}
