/*
Theme Name: Crushes
Theme URI: http://underscores.me/
Author: Richard Harris
Author URI: http://littlecleaver.co.nz
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crushes
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Crushes is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
	html {
		font-family: sans-serif;
		-webkit-text-size-adjust: 100%;
		-ms-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;
		vertical-align: baseline;
	}

	audio:not([controls]) {
		display: none;
		height: 0;
	}

	[hidden],
	template {
		display: none;
	}

	a {
		background-color: transparent;
	}

	a:active,
	a:hover {
		outline: 0;
	}

	abbr[title] {
		border-bottom: 1px dotted;
	}

	b,
	strong {
		font-weight: bold;
	}

	dfn {
		font-style: italic;
	}

	h1 {
		font-size: 2em;
		margin: 0.67em 0;
	}

	mark {
		background: #ff0;
		color: #000;
	}

	small {
		font-size: 80%;
	}

	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup {
		top: -0.5em;
	}

	sub {
		bottom: -0.25em;
	}

	img {
		border: 0;
	}

	svg:not(:root) {
		overflow: hidden;
	}

	figure {
		margin: 1em 40px;
	}

	hr {
		box-sizing: content-box;
		height: 0;
	}

	pre {
		overflow: auto;
	}

	code,
	kbd,
	pre,
	samp {
		font-family: monospace, monospace;
		font-size: 1em;
	}

	button,
	input,
	optgroup,
	select,
	textarea {
		color: inherit;
		font: inherit;
		margin: 0;
	}

	button {
		overflow: visible;
	}

	button,
	select {
		text-transform: none;
	}

	button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		-webkit-appearance: button;
		cursor: pointer;
	}

	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	input {
		line-height: normal;
	}

	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
	}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	input[type="search"] {
		-webkit-appearance: textfield;
		box-sizing: content-box;
	}

	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

	fieldset {
		border: 1px solid #c0c0c0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em;
	}

	legend {
		border: 0;
		padding: 0;
	}

	textarea {
		overflow: auto;
	}

	optgroup {
		font-weight: bold;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	td,
	th {
		padding: 0;
	}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "proxima-nova",sans-serif; font-style: normal;
	font-weight: 700; line-height: 1em; color: #505050; letter-spacing: 0.05em; text-transform: uppercase; margin: 0 0 0.5em 0;
}

h1, .h1 {font-size: 40px;}
h1.smaller, .h1.smaller {font-size: 35px;}
h2, .h2 {font-size:30px;}
h2.smaller, .h2.smaller {font-size: 25px;}
h3, .h3 {font-size:25px; letter-spacing: 0.1em;}
h4, .h4 { font-size:20px;}
h4.smaller, .h4.smaller {font-size: 18px;}
h5, .h5 { font-size: 16px;}

blockquote {}
p { line-height: 1.5em; margin: 0 0 0.8em 0; font-size: 16px;}
p.smaller {font-size: 14px;}

strong {font-weight: 700;}

.white_text h1, .white_text h2, .white_text h3, .white_text h4, .white_text h5, .white_text h6, .white_text p, 
.white_text h1 a, .white_text h2 a, .white_text h3 a, .white_text h4 a, .white_text h5 a, .white_text h6 a, .white_text p a {color: #FFF;}
.grey_text h1, .grey_text h2, .grey_text h3, .grey_text h4, .grey_text h5, .grey_text h6, .grey_text p,
.grey_text h1 a, .grey_text h2 a, .grey_text h3 a, .grey_text h4 a, .grey_text h5 a, .grey_text h6 a, .grey_text p a  {color: #BBB;}
.black_text h1, .black_text h2, .black_text h3, .black_text h4, .black_text h5, .black_text h6, .black_text p,
.black_text h1 a, .black_text h2 a, .black_text h3 a, .black_text h4 a, .black_text h5 a, .black_text h6 a, .black_text p a {color: #333;}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote { font-size:2em; line-height: 1.2em; }

address { margin: 0 0 1.5em;}
pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}

abbr,
acronym { border-bottom: 1px dotted #666; cursor: help; }
mark, ins { background: none; text-decoration: none;}
big {font-size: 125%; }

@media (min-width : 992px) {
    h1, .h1 {font-size: 60px;}
	h1.smaller, .h1.smaller {font-size: 45px;}
	h2, .h2 {font-size:50px;}
	h2.smaller, .h2.smaller {font-size: 35px;}
	h3, .h3 {font-size:30px; letter-spacing: 0.1em;}
	h4, .h4 { font-size:25px;}
	h4.smaller, .h4.smaller {font-size: 22px;}
	h5, .h5, { font-size: 18px;}
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body:before, body:after { content: ""; position: fixed; background: #DDD; left: 0; right: 0; height: 15px; z-index: 9000; }
body:before { top: 0; }
body:after { bottom: 0; }
body {
    border-left: 15px solid #DDD;
    border-right: 15px solid #DDD;
    background: #DDD;
    position: absolute;
    padding:15px 0;
    width:100%;
    min-height: 100%;
    font-family: "proxima-nova",sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #505050;
	border: 0;
	height: 1px;
	margin: 15px auto;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.resp_img, .resp_img img {width: 100%; height:auto;}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

@media (min-width: 768px ) {
    body:before, body:after { height: 40px;}
    body { border-left-width: 40px; border-right-width: 40px; padding:40px 0; font-size: 16px;}
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

label {text-align: left; font-weight: normal; float: left; width:100%; text-transform: uppercase;}

.button, .btn, button,
a.button:visited, a.btn:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] { 

    font-size: 16px; 
    text-transform: uppercase; 
    line-height: 1; 
    border: none;
    display: inline-block;
    line-height: 1em;
    color: #FFF;
    background:#9E9554;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 12px 20px 10px;
    margin: 10px auto 0 auto;
    text-transform: uppercase;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s;
}

.button:hover, .btn:hover, button:hover,
a.button:visited:hover, a.btn:visited:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover { 
    background: #333; color: #FFF!important; text-decoration: none;
}

.button:focus, .btn:focus, button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active, .btn:active, button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active { border-color: #333;}

.field, 
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
	font-size: 16px;
    border: 1px solid #333;
    display: inline-block;
    line-height: 1em;
    color: #333;
    background:#FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 10px;
    width:100%;
    text-align: left;
    height: 36px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

.field-large, 
textarea { 
    min-height: 100px;    
}

.screen-reader-response {display:none;}
.wpcf7-form-control-wrap {width:100%; height:auto!important;}
span.wpcf7-not-valid-tip {background:none; border:none; text-align:right; width:100%; display:block; font-size:10px; position: absolute;}
.ajax-loader {display: none;}
div.wpcf7-response-output {color: #FFF; text-align:center; margin:6% 0 0 0!important; border: none!important;  padding: 2%; clear:both; font-size:16px;}
.wpcf7-validation-errors {background-color:#282828;}
.wpcf7-mail-sent-ok {background-color:#833926;}
.contact_form < form {margin-bottom:0;}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #9E9554;
}

a:visited {
	color: #9E9554;
}

a:hover,
a:focus,
a:active { text-decoration: none; color: #846B49; }

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.header .menu-container, .header.slideshow .menu-container { position:static; bottom: 4%; left:0; width:100%;}

.menu-container {border-bottom: 1px solid #DDD;}
.menu-container ul, .slideshow .menu-container ul {background: rgba(255, 255, 255, 0.8); margin: 0 auto; display: block; padding: 0 0 18px 0;}
.menu-container ul li {display: inline-block; padding: 0; width: auto;}
.menu-container ul li a {text-transform: uppercase; padding: 24px 12px 0; font-size: 12px; line-height: 1em; margin:0; display: block; color: #000; 
    font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 300;
}
.menu-container ul li:first-child a {border:none;}
.menu-container a:hover, .menu-container li.current-menu-item a {text-decoration: none; color:#A5A5A5; }

@media (min-width: 768px ) {

    .header .menu-container { position:absolute; padding:0; border-bottom: 0;}
    .menu-container ul {background: #e2e2e2; display: inline-block; padding:20px; border-bottom: 0;}
    .menu-container ul li { padding: 0;}
    .menu-container ul li a {padding: 0 20px; border-left: 1px solid #000; display: inline-block;}
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em;}
.alignright { display: inline; float: right; margin-left: 1.5em;}
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/

.logo img,
.menu a, 
.social img, 
.read-more, 
.pagi a,
.crushing img,
.crushing a p,
.single_post .icons a,
.side_sect.categories a,
.side_sect.categories a .icon, 
.side_sect.about .overlay,
.side_sect.babl .overlay {
	-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s;
}

.posts .single_post_overview .icons,
.posts .single_post_overview h2,
.side_sect.about .overlay p,
.side_sect.about .overlay img,
.product_overlay,
.product_overlay .text_block,
.product_overlay .top_right, 
.table_in,
.shop-search .search-field,
.collection-grid a, 
.tags a {
    -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; -ms-transition: all 0.4; transition: all 0.4s;
}

.posts .single_post_overview .date,
.woocommerce div.product img {
    -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; -ms-transition: all 0.8; transition: all 0.8s;
}


.header, .main_container, .footer {max-width: 1600px; margin: 0 auto;}

.text_over {position: relative; overflow: hidden;}
.overlay {position: absolute; top:0; right:0; bottom:0; left:0;}
.table { display: table; width: 100%; height: 100%;}
.table_in {display: table-cell; vertical-align: middle; padding: 5%;}
.table_in.black_text { background-color: rgba(255,255,255,0);}
a.table_in.black_text:hover {background-color: rgba(255,255,255,0.4);}
.table_in.white_text { background-color: rgba(0,0,0,0);}
a.table_in.white_text:hover {background-color: rgba(0,0,0,0.4);}

.dgreybg {background-color: #888888;}
.greybg {background-color: #D8D8D8;}
.lgreybg {background-color: #e8e8e8;}
.vlgreybg {background-color: #F0F0F0;}
.goldbg {background-color: #9E9554;}
.vlgoldbg {background-color: #EDEBDE;}
.whitebg {background-color: #FFF;}

.p-60 {padding:60px;}
.p-40 {padding:40px;}
.p-20 {padding:20px;}

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

.woocommerce-pagination {text-align: center;}
.woocommerce-pagination ul.page-numbers { display: inline-block; padding: 0; border:1px solid #9E9554;}
.woocommerce-pagination ul.page-numbers li {display: block!important; padding: 0; border-left: 1px solid #9E9554; float: left;}
.woocommerce-pagination ul.page-numbers li:first-child {border:none;}
.woocommerce-pagination ul.page-numbers a, .woocommerce-pagination ul.page-numbers span {padding:3px 8px; display: block;}
.woocommerce-pagination ul.page-numbers li span.current {color: #FFF; background-color: #9E9554;}

/* HEADER ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.header {background-size: 100% auto!important; position: relative;}
.header .banner {overflow: hidden;}
.header .banner img {width:160%; margin-left:-40%; height:auto; max-width: none;}

.logo { position:absolute; top:20%; left:0; width:100%; padding: 0 20%; z-index: 900;}
.slideshow .logo {position: static; padding: 4% 26%; display: block; background:#FFF;}
.logo img {width:100%;}
.logo:hover img {filter: alpha(opacity=60); opacity: 0.6;}

@media (min-width: 768px ) {
    .header .banner img {width:100%; margin:0;}

    .logo { top:26%; padding: 0 26%;}
    .logo img {width:70%;}
}


/* MAIN CONTAINER ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.main_container {background-color: #FFF;  padding: 40px 5px;}
.container-fluid.base {margin-bottom:30px;}

@media (min-width: 768px ) {
	.main_container {padding: 60px 35px;}
	.container-fluid.base {margin-bottom:50px;}
}


/* POST LIST PAGES ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.posts .page-header {margin-bottom:20px;}

.single_post_overview {margin-bottom: 5%;}
.single_post_overview .text_over {overflow: visible;}
.single_post_overview .overlay {padding:20px; bottom:auto;}

.single_post_overview .icons { margin:0 0 2% 0;}
.single_post_overview .icons a { height: 24px; width:24px; margin-right: 10px; border-radius: 12px; display: inline-block; background-size: 60% auto; background-repeat: no-repeat; background-position: center;}
.single_post_overview .icons a:hover {background-color: #000!important;}


.single_post_overview h1, .single_post_overview h2 { margin-left: -5px; margin-bottom:0; display: block; line-height: 0.8em; max-width: 95%;}
.single_post_overview .date {margin: -8px 0 0 15%; background: rgba(255, 255, 255, 0.8); padding: 5px 10px; position: relative; float: left; text-transform: uppercase;}

.posts .single_post_overview:hover .icons {margin-left: 4%;}
.posts .single_post_overview:hover h2 { margin-left: 20px;}
.posts .single_post_overview:hover .date {margin-left: 20%;}

.single_post_overview .excerpt {margin: 0; width:100%; background: rgba(237, 237, 237, 0.6); padding:20px; position: relative; z-index: 100;}
.single_post_overview .excerpt .author a {font-size: 0.8em; background: #CCC; padding: 4px 6px; color: #FFF;}
.single_post_overview .excerpt .author a:hover {background: #BBB;}

.single_post_overview .read-more {display: inline-block; background:#BBB; color: #FFF; line-height:1em; padding: 8px; text-transform: uppercase;}
.single_post_overview .read-more:hover {background:#404040; text-decoration: none;}

.single_post_overview .white_text .date {background: rgba(0, 0, 0, 0.8); color: #FFF;}
.single_post_overview .grey_text .date {background: rgba(70, 70, 70, 0.8); color: #BBB;}

@media (min-width : 992px) {
    .single_post_overview .excerpt {margin: -20px 0 0 10%; width:85%;}
}

/* SIDEBAR ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.side_sect {clear: both; margin-bottom: 30px; border-bottom: 2px solid #DDD; padding-bottom: 30px;}

.side_sect h5 {margin-bottom: 30px;}

.side_sect.about {position: relative; border:none; padding:0;}
.side_sect.about .overlay {background: rgba(0,0,0,0); padding: 10%; zoom: 1; filter: alpha(opacity=00); opacity: 0;}
.side_sect.about .overlay p {color: #FFF; margin: 0;}
.side_sect.about .overlay img { width:50%; margin-bottom: 5px;}
.side_sect.about:hover .overlay, .side_sect.babl:hover .overlay {background:rgba(0,0,0,0.6); zoom: 1; filter: alpha(opacity=100); opacity: 1;}

.side_sect.categories a {width: 48%; display: inline-block; border: 1px; margin-bottom: 4%; padding: 5px; text-align: center; text-transform: uppercase; font-size: 0.8em; position: relative;}
.side_sect.categories a.first {margin-right:4%;}
.side_sect.categories a .icon, .side_sect .search_icon {display:inline-block; height: 22px; width: 22px; border-radius: 20px; background-size: 60% auto; background-repeat: no-repeat; background-position: center;}

.side_sect .search-form {width: 100%;  margin-bottom: 4%; border: 1px solid #000; padding: 5px; position: relative; text-align: center;}
.side_sect .search-form label {width:100%;}
.side_sect .search-form .search-field {width:100%; padding:0; font-size: 0.8em; font-weight:400; display: inline-block; text-align: center; text-transform: uppercase; border:none;}
.side_sect .screen-reader-text, .side_sect .search-submit {display: none;}
.search_icon {background-color: #000; background-image: url(img/icons/crushes_icon_search.svg); }

.side_sect.categories a:hover {border-color: #000!important; color: #000!important;}
.side_sect.categories a:hover .icon {background-color: #000!important;}


.social li { display: inline-block; padding: 0 7px;}
.social img { height: 20px; width:auto;}
.social a:hover img {filter: alpha(opacity=60); opacity: 0.6;}

.crushing a, .crushing .title {display: block; margin-bottom: 15px; position: relative;}
.crushing a p {color: #000; position:absolute;bottom: 0; right:0; background:rgba(255, 255, 255, 0.8); padding: 2px 15px; text-transform: uppercase;}
.crushing img {width: 100%; height: auto;}
.crushing a:hover img { zoom: 1; filter: alpha(opacity=80); opacity: 0.8;}
.crushing a:hover p {padding-right: 20px;}


.tags {text-align: center;}
.tags a {font-size: 15px!important; display: inline-block; padding: 5px; line-height: 1em; margin: 3px 2px; display: inline-block; background:#E8E8E8;}
.tags a:hover {background:#9E9554; color: #FFF;}

@media (min-width : 1024px) {
	.side_sect.categories a { padding: 10px; font-size: 1em;}
    .side_sect.categories a .icon, .side_sect .search_icon {height: 34px; width: 34px;}
    .side_sect .search-form {padding: 10px}
    .side_sect .search-form .search-field {font-size: 1em;}
    .social li { padding: 10px 15px; }

    .crushing a, .crushing .title {margin-bottom: 30px;}
}

/* ABOUT PAGE ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.staff_text {margin-bottom: 20px;}

@media (min-width : 1024px) {
	.staff_text {margin-bottom: 0;}
}

/* WHOLESALE PAGE ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.single_stockist.first {clear: both;}
.single_stockist img {margin: 20px 0 10px 0;}


/* FLEXIBLE CONTENT ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.stacked_images {padding:0;}
.stacked_images img {width:100%; height: auto; margin: 1.5% auto 3% auto; display: inline-block;}

.motifs_row {margin: 0 0 30px 0; display: inline-block; width:100%; text-align: center;}
.motifs_row img {width: 35px; margin: 0 10px;}

.dividing_line .line { border-bottom: 1px solid #CCC;}

.audio {text-align: center;}

.video_block {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width : 1024px) {

	.motifs_row {margin: 0 0 40px 0;}
	.motifs_row img {width: 50px; margin: 0 20px;}

}

/* FOOTER ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.footer {background-color: #BBB; padding: 10% 0;}

.footer .logo {max-width: 250px; margin-bottom: 0; position: static; padding:0; display: inline-block;}
.footer .logo img {width:100%; height:auto;}

.footer .menu-container {border: none; margin: 20px 0;}
.footer .menu-container ul {background: none; border-top: 1px solid #000; border-bottom: 1px solid #000;}
.footer .menu a:hover, .footer .menu li.current-menu-item a {color:#FFF; }

.footer a:hover img {filter: alpha(opacity=60); opacity: 0.6;}

.footer .social li {padding:0 17px 20px 17px;}

@media (min-width: 1024px ) {
    .footer {padding: 5% 10%;}
    .footer .menu-cont { margin: 50px 0;}
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
