/*
Theme Name: Jari Ahola Oy 2018
Theme URI: http://wwww.jariahola.fi/
Author: Oskari Oksanen
Author URI: http://oskarioksanen.fi
Description: Custom template built on Underscores (http://underscores.me/) and Foundation 6 (http://foundation.zurb.com/)
Version: 1.0
Text Domain: jah
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Elements
# Header
# Footer
# Typography
	## Lists
# Forms
	## Callback form
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Content
	## Posts and pages
	## ACF content blocks
# Media
	## Video Embeds
	## Captions
# Helpers
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


html {
	position: relative;
	min-height: 100%;
}

body {
	background-color: #fff;
	background-position: bottom right;
	background-repeat: no-repeat;
	/* Uncomment for sticky footer | body bottom-margin = footer height */
	margin: 0; 
	min-height: 100%;
}
body.page-template-page-contact {
	background-image: none;
}

@media screen and (min-width: 40em) {
	body {
		margin: 0 0 18rem; 
	}
}
@media screen and (min-width: 64em) {

}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#masthead {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 -5px 12px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 -5px 12px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-in-out;
	width: 100%;
	z-index: 9990;
}
#preheader {
	background-color: #eef1f3;
	color: #9ca8af;
	height: 0.00125rem;
	font-size: 0.85rem;
	overflow: hidden;
	position: relative;
	z-index: 9999;
}
#preheader span.address,
#preheader span.opening_hours,
#preheader span.telephone_num,
#preheader span.email_address {
    padding-left: 1.25rem;
    background-repeat: no-repeat;
}
#preheader span.address {
    background: url('img/icon-address-grey.svg') left center no-repeat;
	background-position: 0 2px;
    background-size: 0.7rem;
}
#preheader span.opening_hours {
    background: url('img/icon-clock-grey.svg') left center no-repeat;
    background-size: 0.85rem;
}
#preheader span.telephone_num {
    background: url('img/icon-tel-grey.svg') left center no-repeat;
    background-size: 0.85rem;
}
#preheader span.email_address {
    background: url('img/icon-email-grey.svg') left center no-repeat;
    background-size: 0.85rem;
}
#preheader span + span:before {
	border-left: 1px solid #c2cdd3;
	content: "";
	margin-left: 1.5rem;
	padding-left: 1.75rem;
}
#preheader span.opening_hours:before {
	margin-left: 0;
	padding-left: 2.75rem;
}
#preheader span.opening_hours {
	background-position: 2.75rem center;
}
#home-link {
	display: inline-block;
}
#header-logo {
	height: 1.4rem;
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
	width: auto;
}

@media screen and (min-width: 40em) {
	#header-logo {
		margin-bottom: 0.9375rem;
		margin-top: 0.9375rem;
	}
}

@media screen and (min-width: 64em) {
	#preheader {
		height: auto;
		padding-bottom: 0.15rem; 
		padding-top: 0.25rem;
	}
	#masthead {
		border-top: 3px solid #eef1f3;
	}
	#header-logo {
		height: 2rem;
	}
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer#colophon {
	background-color: #262f33;
	background-position: 0 0, top right;
	background-repeat: no-repeat, no-repeat;
	border-top: 0.5rem solid #EEF1F3;
	color: #fff;
	font-size: 0.85rem;
	float: left;
	height: auto;
	padding: 2.5rem 0;
	width: 100%;
}
footer#colophon .columns.sales,
footer#colophon .columns.support {
	padding-top: 0.5rem;
}
footer#colophon span {
	display: block;
	margin-bottom: 0.5rem;
}
footer#colophon span.address,
footer#colophon span.opening_hours,
footer#colophon span.telephone_num,
footer#colophon span.email_address {
    padding-left: 1.25rem;
    background-repeat: no-repeat;
}

footer#colophon span.address {
    background: url('img/icon-address-white.svg') left center no-repeat;
	background-position: 0 2px;
    background-size: 0.7rem;
}
footer#colophon span.opening_hours {
    background: url('img/icon-clock-white.svg') left center no-repeat;
    background-size: 0.85rem;
}
footer#colophon span.telephone_num {
    background: url('img/icon-tel-white.svg') left center no-repeat;
    background-size: 0.85rem;
}
footer#colophon span.email_address {
    background: url('img/icon-email-white.svg') left center no-repeat;
    background-size: 0.85rem;
}
footer#copyright {
	background-color: #262f33;
	border-top: 1px solid #9ba7ae;
	color: #fff;
	float: left;
	font-size: 0.85rem;
	height: auto;
	padding: 1rem 0;
	width: 100%;
}
footer#copyright .casio-logo {
	margin-top: -2px;
	max-width: 75px;
}
footer .column,
footer .columns {
	padding-bottom: 1rem;
}
footer .column:last-child,
footer .columns:last-child {
	padding-bottom: 0;
}
footer a.some {
	margin-right: .6rem;
}
footer a.some:last-child {
	margin-right: 0;
}
footer .logo {
	margin-bottom: .6rem;
	max-width: 10rem;
}
footer .icons img {
	max-height: 9.375rem;
	margin-left: 1rem;
}
footer .icons img:first-child {
	margin-left: 0;
}
footer .social {
	margin: 1.5rem 0;
}

@media screen and (min-width: 64em) {
	footer .column,
	footer .columns {
		padding-bottom: 1.5rem;
	}
	footer#colophon span {
		display: block;
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 64em) {
	footer#colophon {
		/* Uncomment for sticky footer | body bottom-margin = footer height */
		bottom: 3.2rem;
		height: 14.8rem;
		left: 0;
		/*
		padding-left: 0.625rem;
		padding-right: 0.625rem;
		*/
		position: absolute;
		/* End sticky footer styles */
	}
	footer#copyright {
		/* Uncomment for sticky footer | body bottom-margin = footer height */
		bottom: 0;
		height: 3.2rem;
		left: 0;
		position: absolute;
		/* End sticky footer styles */
	}
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body, button, input, select, textarea {
	color: #262f33;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

footer {
	font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #0066ac;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.hero-image h1,
.hero-image h2,
.hero-image h3,
.hero-image h4,
.hero-image h5,
.hero-image h6 {
	color: #fff;
}
.testimonials .orbit-slide h1,
.testimonials .orbit-slide h2,
.testimonials .orbit-slide h3,
.testimonials .orbit-slide h4,
.testimonials .orbit-slide h5,
.testimonials .orbit-slide h6 {
	color: #9ca8af;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
	color: #fff;
	font-size: 1.1rem;
}

h1 {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

h2 {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.25rem;
}
.home-product-categories h2,
.category-products h2,
.related-products h2 {
	font-size: 1rem;
}
.home-product-categories h2 {
	margin-bottom: 0;
}
.category-products h2 {
	margin-bottom: 0.75rem;
}
.row.contact h2 {
	margin-bottom: 1rem;
}
.row.contact .company h2 {
	color: #262f33;
	font-size: 1.25rem;
}

h3 {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1rem;
}

.news-item h3 {
	font-weight: 500;
}

h4 {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1rem;
}

h5 {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1rem;
}

h6 {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1rem;
}

h6.reseller_city_title {
	border-bottom: 1px solid #b9c3c9;
	color: #9ca8af;
	font-size: 90%;
	font-weight: 400;
	min-height: 1.65rem;
	padding-bottom: 0.35rem;
}

@media print, screen and (min-width: 40rem) {

	h1 {
		font-size: 2.25rem;
	}
	
	.hero-image h1,
	.hero-image h2 {
		font-size: 1.85rem;
		line-height: 1.2;
	}

	h2 {
		font-size: 1.875rem;
	}

	h3 {
		font-size: 1.5625rem;
	}
	.news-item h3 {
		font-size: 1.4rem;
	}

	h4 {
		font-size: 1.25rem;
	}

	h5 {
		font-size: 1.125rem;
	}

	h6 {
		font-size: 1rem;
	}
}

@media screen and (min-width: 64em) {

	h1 {
		font-size: 3rem;
	}
	
	.hero-image h1,
	.hero-image h2 {
		font-size: 2.8rem;
	}

	h2 {
		font-size: 2.5rem;
	}
	.home-product-categories h2,
	.category-products h2,
	.related-products h2 {
		font-size: 1.25rem;
	}

	h3 {
		font-size: 1.9375rem;
	}
	.news-item h3 {
		font-size: 1.65rem;
	}

	h4 {
		font-size: 1.5625rem;
	}

	h5 {
		font-size: 1.25rem;
	}

	h6 {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 80em) {
	
	.hero-image h1,
	.hero-image h2 {
		font-size: 3.4rem;
	}

}

p {
	line-height: 1.4;
	margin-bottom: 0.75em;
}
form p {
	display: block;
	font-size: 1rem;
	clear: both;
	width: 100%;
}
p.copyright {
	font-size: 0.875rem;
	float: left;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	color: #262f33;
	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: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
::selection {
	background: rgba(156, 168, 175, 1);
	/*background: rgba(0, 102, 172, .35);*/
	color: #fff;
}
::-moz-selection {
	background: rgba(156, 168, 175, 1);
	/*background: rgba(0, 102, 172, .35);*/
	color: #fff;
}


/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/

.entry-content ul li {
	list-style-type: none;
}

.entry-content ul li::before {
	display: inline;
	content: "•";
	padding-right: 0.4rem;
}

ul.downloads {
    line-height: 2;
    list-style-type: none;
    margin-left: 0.5rem;
}
ul.downloads li {
}
/*
ul.orbit-container::after,
ul.orbit-container::before {
	content: '';
	display: block;
	height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	width: 3%;
	z-index: 10;
}
ul.orbit-container::after {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	right: 0;
}
ul.orbit-container::before {
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	left: 0;
}*/


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


/* Default buttons */

button, a.button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #0066ac;
	border: 2px solid;
	border-color: #0066ac;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.025rem;
	line-height: 1;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
form a.button {
	margin-bottom: 2px;
}

.reveal > .button {
	margin-bottom: 0;
}

.hero-image button, .hero-image .button, .hero-image input[type="button"], .hero-image input[type="reset"], .hero-image input[type="submit"] {
	text-transform: uppercase;
}

button:hover, a.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background-color: #00558e;
	border: 2px solid;
	border-color: #00558e;
	color: #fff;
}

button:focus, a.button:focus, input[type="button"]:focus, input[type="submit"]:focus, button:active, a.button:active, input[type="button"]:active, input[type="submit"]:active {
	background-color: #00558e;
	border: 2px solid;
	border-color: #00558e;
	color: #fff;
}
a.button:visited {
	color: #fff;
}

/* White buttons */

button.white, a.button.white {
	background-color: #fff;
	border-color: #fff;
	color: #0066ac;
}

button.white:hover, a.button.white:hover {
	background-color: #fff;
	border-color: #fff;
	color: #0066ac;
}

button.white:focus, .button.white:focus, button.white:active, a.button.white:active {
	background-color: #efefef;
	color: #00558e;
}
.button.white:visited {
	color: #00558e;
}

/* Ghost buttons */

button.ghost, a.button.ghost, input.ghost[type="button"], input.ghost[type="reset"], input.ghost[type="submit"], a.button.ghost:visited {
	background-color: transparent;
	border-color: #0066ac;
	color: #0066ac;
}

button.ghost:hover, a.button.ghost:hover, input.ghost[type="button"]:hover, input.ghost[type="reset"]:hover, input.ghost[type="submit"]:hover, .category > a:hover button.ghost, .product > a:hover button.ghost {
	background-color: #0066ac;
	border-color: #0066ac;
	color: #efefef;
}
.category > a:hover button.ghost, .product > a:hover button.ghost {
	cursor: pointer;
}

button.ghost:focus, a.button.ghost:focus, input.ghost[type="button"]:focus, input.ghost[type="reset"]:focus, input.ghost[type="submit"]:focus, button.ghost:active, a.button.ghost:active, input.ghost[type="button"]:active, input.ghost[type="reset"]:active, input.ghost[type="submit"]:active {
	background-color: #00558e;
	border-color: #00558e;
	color: #fff;
}
.button.ghost:visited {
	color: #00558e;
}

/* White ghost buttons */

button.ghost.white, a.button.ghost.white, input.ghost.white[type="button"], input.ghost.white[type="reset"], input.ghost.white[type="submit"], a.button.ghost.white:visited {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

button.ghost.white:hover, a.button.ghost.white:hover, input.ghost.white[type="button"]:hover, input.ghost.white[type="reset"]:hover, input.ghost.white[type="submit"]:hover {
	background-color: #fff;
	border-color: #fff;
	color: #0066ac;
}

button.ghost.white:focus, a.button.ghost.white:focus, input.ghost.white[type="button"]:focus, input.ghost.white[type="reset"]:focus, input.ghost.white[type="submit"]:focus, button.ghost.white:active, a.button.ghost.white:active, input.ghost.white[type="button"]:active, input.ghost.white[type="reset"]:active, input.ghost.white[type="submit"]:active {
	background-color: #efefef;
	border-color: #efefef;
	color: #00558e;
}

label {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.8;
	color: #262f33;
	float: left;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #262f33;
	border: 1px solid #262f33;
	border-radius: 1px;
	font-size: 1rem;
}

select {
	border: 1px solid #262f33;
	border-radius: 1px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
## Callback form
--------------------------------------------------------------*/

.row.callback {
	background-color: #262f33;
	color: #fff;
}
#content > .row + .row.callback {
	margin-top: 0;
}
.callback .columns {
	padding-bottom: 1rem;
	padding-top: .75rem;
}
.callback p,
.callback input {
	margin: 0;
}
.callback input[type="text"] {
	display: inline-block;
	margin-right: .5rem;
	width: 150px;
}
.callback input[type="submit"] {
	display: inline-block;
	margin-top: .5rem;
	padding-bottom: 0.56rem;
	padding-top: 0.56rem;
}
.callback input#callback-email {
	height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
	width: 0;
}
#callback p span.form {
	display: inline-block;
	float: left;
	margin-top: 0.5rem;
}
#callback p span.break {
	clear: both;
	float: left;
	height: 0px;
	width: 100%;
}
@media screen and (min-width: 40em) {
	.callback input[type="submit"] {
		margin-top: 0;
	}
}
@media screen and (min-width: 64em) {
	.row.callback {
		text-align: center;
	}
	.callback .columns {
		padding-bottom: 1rem;
		padding-top: .5rem;
	}
	#callback p span.form {
		float: none;
	}
	.callback input[type="text"] {
		margin-left: .5rem;
	}
}


/*--------------------------------------------------------------
## Cart, order & quotation request forms
--------------------------------------------------------------*/

#cart-add {
	clear: both;
	float: left;
}

form .row {
	margin-bottom: 2rem;
}
.cart-product {
	border-bottom: 1px solid #9ca8af;
	float: left;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	width: 100%;
}
.cart-product:last-child {
	border-bottom: 0;
}
.cart-product.titles span {
	font-weight: 700;
}
.cart-product span {
	clear: both;
	float: left;
	display: inline-block;
	padding: 0.25rem;
}
.cart-product span.product-name {
}
.cart-product span.product-price {
	display: none;
}
.cart-product span.product-qty {
}
.cart-product span.product-price-total {
}
.cart-product span.products-total-title {
}
.cart-product input {
	margin-bottom: 0;
}
@media screen and (min-width: 40em) {
	form .row {
		margin-bottom: 3rem;
	}
	.cart-product span {
		clear: none;
		float: none;
	}
	.cart-product span.product-name {
		width: 80%;
	}
	#quotation_form .cart-product span.product-name {
		width: 80%;
	}
	.cart-product span.product-price {
		display: inline-block;
		width: 14%;
	}
	.cart-product span.product-qty {
		width: 18%;
	}
	.cart-product span.product-price-total {
		float: none;
		text-align: right;
		width: 14%;
	}
	.cart-product span.products-total-title {
		width: 84%;
	}
}
@media screen and (min-width: 64em) {

}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #0066ac;
	transition: all 0.2s ease-in-out;
}

a:visited {
	color: #0066ac;
}

a:hover, 
a:focus, 
a:active {
	color: #0066ac;
}

#preheader a {
	color: #9ca8af;
	font-weight: 700;
}

.contact-info a:not(.button),
.reseller a {
	color: #262F33;
}
.reseller a {
	display: inline-block;
}
.contact-info a:not(.button):hover,
.contact-info a:not(.button):active,
.contact-info a:not(.button):focus,
.reseller a:hover,
.reseller a:active,
.reseller a:focus {
	color: #0066ac;
}

.category > a:not(.button),
.product > a:not(.button) {
	color: #262F33;
	display: block;
	float: left;
	padding: 1rem 0;
	width: 100%;
}

.category > a:hover,
.product > a:hover {
	color: #0066ac;
}
.reseller a[href^="tel:"],
.reseller a[href^="mailto:"] {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0.9rem;
	padding-left: 1.5rem;
}
.reseller a[href^="tel:"] {
	background-image: url('img/icon-tel-grey.svg');
}

ul.downloads a {
    background: url('img/icon-download-file.svg') left center no-repeat;
    background-size: 1rem;
	color: #262F33;
    padding-left: 1.5rem;
}
ul.downloads a:hover {
	color: #0066ac;
}

footer a,
footer a:visited {
	color: #fff;
	display: inline-block;
	line-height: 1.05;
}
footer a:hover, 
footer a:focus, 
footer a:active {
	color: #eef1f3;
}
footer a[href^="tel:"],
footer a[href^="mailto:"] {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0.9rem;
	padding-left: 1.5rem;
}
footer a[href^="tel:"] {
	background-image: url('img/icon-tel-white.svg');
}
footer a[href^="mailto:"] {
	background-image: url('img/icon-email-white.svg');
}

footer .social a {
	border-bottom: 0 !important;
	margin-right: 0.5rem;
}
footer .social a:last-child {
	margin-right: 0;
}

a.fb-icon-home {
	display: inline-block;
	line-height: 1;
	margin-left: 0.6rem;
	max-width: 1.75rem;
}
a.fb-icon-home img {
	margin-top: -0.5rem;
}

a.no-border,
a.no-border:hover {
	border-bottom: 0 !important;
}

a.oo-logo {
	border: 0 !important;
	display: inline-block;
	float: right;
	height: 1.75rem;
	width: 1.75rem;
	line-height: 1;
	outline: 0;
	margin-top: -0.35rem;
}

/* Scroll to top */

#scroll-top {
	/*background: url('img/icon-top.svg');*/
	bottom: 3rem;
	display: none;
	position: fixed;
	right: 1rem;
	z-index: 99999;
}
#scroll-top a {
	display: inline-block;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	height: 3rem;
	opacity: 0.25;
	overflow: hidden;
	width: 3rem;
}
@media screen and (min-width: 40em) {
	#scroll-top {
		bottom: 3rem;
		height: 3rem;
		right: 3rem;
		width: 3rem;
	}
	#scroll-top a:hover {
		opacity: 0.75;
	}
}
@media screen and (min-width: 64em) {
	.category > a:not(.button),
	.product > a:not(.button) {
		padding: 1rem;
	}
}


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

#site-navigation {
	clear: right;
	float: right;
	left: 0;
	position: absolute;
	width: 100%;
}

/* Foundation Motion UI animation properties */
#site-navigation .hinge-in-from-top.mui-enter{
	transition-duration:.25s;
	transition-timing-function:ease-in-out;
}
#site-navigation .hinge-out-from-top.mui-leave{
	transition-duration:.25s;
	transition-timing-function:ease-in-out;
}

ul#primary-menu {
	background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
	display: none;
	margin: 0;
	padding: 1rem 0;
}
ul#primary-menu > li {
	margin: 0;
	display: inline-block;
	text-align: center;
	position: relative;
	width: 100%;
}

ul#primary-menu > li a {
	border-bottom: 0;
	color: #9ca8af;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 1.09375rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
	line-height: 1;
	padding: 0.75rem;
	position: relative;
	transition: all 0.2s ease-in-out;
	width: 100%;
}

ul#primary-menu > li.cart a {
	font-weight: 500;
}

ul#primary-menu > li svg {
	display: inline-block;
	fill: #9ca8af;
	margin-right: 0.5rem;
	transition: fill 0.2s ease-in-out;
	height: 1rem;
}
ul#primary-menu > li.cart svg {
	height: auto;
	margin-right: 0;
	width: 1rem;
}
ul#primary-menu > li.login-logout svg,
ul#primary-menu > li.account svg,
ul#primary-menu > li.cart svg {
	margin-top: -0.25rem;
}
ul#primary-menu > li.account .submenu-item a svg/*,
ul#primary-menu > li.account svg*/ {
	position: relative;
	top: 2px;
}

ul#primary-menu > li.current-page-ancestor a, 
ul#primary-menu > li.current-menu-item a,
body.tax-product_category ul#primary-menu > li.products-parent a,
body.tax-product_category ul#primary-menu:hover > li.products-parent a:hover,
body.single-product ul#primary-menu > li.products-parent a,
body.single-product ul#primary-menu:hover > li.products-parent a:hover,
/*
body.login ul#primary-menu > li.login-logout a,
body.login ul#primary-menu:hover > li.login-logout a:hover,
*/
ul#primary-menu:hover > li.current-page-ancestor a:hover,
ul#primary-menu:hover > li.current-menu-item a:hover,
ul#primary-menu > li a:hover, 
ul#primary-menu > li a:active, 
ul#primary-menu > li a:focus {
	color: #0066ac;
}

ul#primary-menu > li a:hover svg, 
ul#primary-menu > li a:active svg, 
ul#primary-menu > li a:focus svg {
	fill: #0066ac;
}

ul#primary-menu:hover > li.current-page-ancestor a,
ul#primary-menu:hover > li.current-menu-item a,
body.tax-product_category ul#primary-menu:hover > li.products-parent a,
body.single-product ul#primary-menu:hover > li.products-parent a {
	color: #9ca8af;
}

ul#primary-menu > li > ul {
	list-style-type: none;
	margin: 0;
	white-space: nowrap;
}

.posts-navigation .nav-next {
	float: right;
}

.posts-navigation .nav-previous {
	float: left;
}

#footer-menu {
	margin: 0;
}

#footer-menu li {
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding-bottom: 0.75rem;
}

#footer-menu li a {
	border-bottom: 0;
	color: #fff;
	font-size: 0.85rem;
	padding: 0;
}

#footer-menu li a svg {
	display: inline-block;
	fill: #fff;
	float: left;
	margin-right: 0.5rem;
	width: 0.65rem;
}

#footer-menu li a:hover, 
#footer-menu li a:active, 
#footer-menu li a:focus {
}

/* Small menu. */
.menu-toggle {
	display: block;
	float: right;
	line-height: 1.5;
	padding: 0.5rem;
}
.menu-toggle img {
	height: 16px;
	width: 20px;
}

/* Breakpoint for full menu */
@media screen and (min-width: 64em) {
	#site-navigation {
		left: auto;
		position: relative;
		width: auto;
	}
	.menu-toggle {
		display: none;
	}
	ul#primary-menu {
		background-color: transparent;
		box-shadow: none;
		clear: right;
		display: block;
		float: right;
		margin: 0;
		padding: 0;
	}
	ul#primary-menu > li {
		clear: none;
		display: table-cell;
		float: none;
		margin: 0;
		text-align: center;
		width: auto;
	}
	ul#primary-menu > li > a {
		background: url('img/current-menu-triangle.svg') center -2px no-repeat;
		background-size: 0;
		display: block;
		padding: 1.4125rem 0.75rem;
		width: auto;
	}
	ul#primary-menu > li.current-page-ancestor > a, 
	ul#primary-menu > li.current-menu-item > a,
	body.tax-product_category ul#primary-menu > li.products-parent > a,
	body.tax-product_category ul#primary-menu:hover > li.products-parent > a:hover,
	body.single-product ul#primary-menu > li.products-parent > a,
	body.single-product ul#primary-menu:hover > li.products-parent > a:hover,
	body.login ul#primary-menu > li.login-logout > a,
	body.login ul#primary-menu:hover > li.login-logout > a:hover,
	ul#primary-menu:hover > li.current-page-ancestor > a:hover,
	ul#primary-menu:hover > li.current-menu-item > a:hover,
	ul#primary-menu > li > a:hover, 
	ul#primary-menu > li > a:active, 
	ul#primary-menu > li > a:focus {
		background-size: 1.25rem;
	}
	ul#primary-menu:hover > li.current-page-ancestor a,
	ul#primary-menu:hover > li.current-menu-item a,
	body.tax-product_category ul#primary-menu:hover > li.products-parent a,
	body.single-product ul#primary-menu:hover > li.products-parent a,
	body.login ul#primary-menu:hover > li.login-logout a {
		background-size: 0;
	}

	ul#primary-menu > li > ul {
		background: #fff;
		box-shadow: -1px 3px 4px rgba(0 , 0, 0, 0.05);
		-webkit-box-shadow: -1px 3px 4px rgba(0 , 0, 0, 0.05);
		border-bottom-left-radius: 0.25rem;
		-webkit-border-bottom-left-radius: 0.25rem;
		border-bottom-right-radius: 0.25rem;
		-webkit-border-bottom-right-radius: 0.25rem;
		display: none;
		padding: 0.5rem 1rem 1rem 1rem;
		position: absolute;
	}

	ul#primary-menu > li > ul li a {
		float: right;
		font-size: 1rem;
		font-weight: 500;
		margin-bottom: 0.15rem;
		padding: 0.25rem 0;
		text-align: right;
		width: 100%;
	}
	ul#primary-menu > li:hover > ul {
		display: inline-block;
		top: 3.9rem;
		right: 0;
	}
	#footer-menu li {
		float: right;
		text-align: right;
	}
}


/*--------------------------------------------------------------
## Social media icons
--------------------------------------------------------------*/

ul#social-media {
	margin: 0.5rem 0 2rem;
}

ul#social-media li {
	display: inline;
	list-style-type: none;
	margin: 0 0.5rem;
}

ul#social-media img {
	max-height: 1.75rem;
	max-width: 1.75rem;
}

ul#social-media a {
	opacity: 0.6;
	border: 0;
}

ul#social-media a:hover, ul#social-media a:active, ul#social-media a:focus {
	border: 0;
	opacity: 1;
}


/*--------------------------------------------------------------
# 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: #fff;
	border-radius: 3px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	color: #404040;
	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;
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}


/*--------------------------------------------------------------
# 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;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

#content > .row:first-child {
	margin-top: 1.5rem;
}
#content > .row.expanded:first-child {
	margin-top: 0;
}
#content > .row:last-child:after {
	height: 1.5rem;
}
#content > .row + .row {
	margin-top: 2rem;
}
.section-heading {
}
.section-footer {
}
.single-post .post-date {
	font-size: 1rem;
	color: #acacac;
}
.single-post .share-links,
.single-projects .share-links {
	margin-bottom: 2rem;
}


.account iframe {
	min-width: 100%;
	overflow: hidden;
	width: 100%;
}
h4.toggle-category {
	cursor: pointer;
}
h4.toggle-category span {
	background: #0066ac url(img/toggle-arrow.png) 50% no-repeat;
	border-radius: 1rem;
	color: #fff;
	display: inline-block;
	height: 1.75rem;
	margin-bottom: -5px;
	margin-left: 1rem;
	transition: transform 0.2s ease-in-out;
	width: 1.75rem;
}
h4.toggle-category.open span {
	transform: rotate(180deg);
}
/*#leads-frame {
	height: 900px;
}*/

.row.order {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #c2cdd3;
}
.row.order:last-child {
	border-bottom: 0;
}

@media screen and (min-width: 40em) {
	/*
	#content {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	*/
	#content > .row:first-child {
		margin-top: 3rem;
	}
	#content > .row:last-child:after {
		height: 3rem;
	}
	/*
	#content > .row.expanded {
		margin-left: -0.625rem;
		margin-right: -0.625rem;
	}
	*/
	#content > .row + .row {
		margin-top: 3rem;
	}
	.section-heading {
		/*margin-top: 3rem;*/
	}
	.single-post .share-links,
	.single-projects .share-links {
		margin-bottom: 3rem;
	}
}

@media screen and (min-width: 64em) {
	.single-post .share-links,
	.single-projects .share-links {
		margin-bottom: 4rem;
	}
	#content > .row:last-child:after {
		height: 5rem;
	}

}

/*--------------------------------------------------------------
### Latest News
--------------------------------------------------------------*/

.latest-news .news-item {
	padding-bottom: 0.625rem;
}
.news-item .icon-arrow {
	fill: #262f33;
}
.news-item .arrow {
	border-bottom: 1px solid #c6c6c6;
	padding: 1rem 0.5rem 0.5rem;
}
.news-item .arrow svg {
	max-width: 2rem;
}

.news-item a * {
	transition: all 0.2s ease-in-out;
}
.news-item a {
	border-bottom: 0;
	color: #262f33;
	display: inline-block;
	width: 100%;
}

.news-item a .post-date {
	color: #9ca8af;
	font-size: .85rem;
	margin-top: 1rem;
}
.news-item a h3 {
	color: #0066ac;
}

.news-item a:visited {
}

.news-item a:hover, 
.news-item a:focus, 
.news-item a:active {
	border-bottom: 0;
	color: #0066ac;
}
.news-item a:hover .post-date, 
.news-item a:focus .post-date, 
.news-item a:active .post-date {
	color: #9ca8af;
}
.news-item a:hover h3, 
.news-item a:focus h3, 
.news-item a:active h3 {
	color: #0066ac;
}
.news-item a:hover .icon-arrow, 
.news-item a:focus .icon-arrow, 
.news-item a:active .icon-arrow {
	fill: #0066ac;
}
.latest-news .columns:last-child {
	padding-bottom: 1.5rem;
	padding-top: 1rem;
}

@media screen and (min-width: 40em){
	.latest-news .news-item {
		padding-bottom: 0.9375rem;
		padding-top: 0.9375rem;
	}
	.news-item .arrow {

	}
}
@media screen and (min-width: 64em){
	/*
	.latest-news .news-item {
		padding-bottom: 0.9375rem;
		padding-top: 0.9375rem;
	}
	*/
	.latest-news .columns:last-child {
		padding-bottom: 2rem;
	}
}


/*--------------------------------------------------------------
### Testimonials
--------------------------------------------------------------*/

.testimonials .section-heading {
	margin-bottom: 2rem;
}
.testimonials img {
	margin-bottom: 1rem;
	max-width: 75%;
}
.testimonials .image.round {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0.35rem solid #eef1f3;
	border-radius: 50%;
	height: 0;
	margin: 0 auto 1rem auto;
	padding-bottom: 60%;
	width: 60%;
}
@media screen and (min-width: 64em){
	.testimonials .image {
		margin-bottom: 2rem;
	}
	.testimonials .image.round {
		padding-bottom: 80%;
		width: 80%;
	}
}



/*--------------------------------------------------------------
### Products and Categories
--------------------------------------------------------------*/

/* Home page product categories */
.row.home-product-categories {
	background-color: #eef1f3;
}
#content .row.home-product-categories {
	margin-top: 0;
}
.row.home-product-categories .category {
	text-align: center;
	margin: 1rem 0;
}
.row.home-product-categories .category img {
    margin-bottom: 1rem; 
    max-height: 300px;
    max-width: 300px;
}

/* Product categories page */
.product-category img {
    margin-bottom: 1rem; 
    max-height: 250px;
    max-width: 80%;
}

/* Product category page products */
.row.category-products .product {
	text-align: center;
}
.category-products .product img {
    margin-bottom: 1rem; 
    max-height: 300px;
    max-width: 300px;
}
.related-products .product {
    margin-bottom: 1rem;
}
.related-products .product img {
    margin-bottom: 1rem; 
    max-height: 200px;
    max-width: 300px;
}

/* Product page product */
.row.product-info {
	border-bottom: 0.5rem solid #9ca8af;
}
.product-info .content {
	background: #eef1f3;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}
.product-info .product-images {
	padding: 0;
}
.product-info .product-images img {
	max-height: 500px;
	padding: 1rem;
}
.product-specs .columns {
	margin-bottom: 1.5rem;
}
.product-info .reseller-price {
	font-size: 1.2rem;
	font-weight: 700;
	width: 100%
}
.product-info .retail-price {
	font-size: 1rem;
	font-weight: 700;
	float: left;
	padding-bottom: 1rem;
	width: 100%
}
@media screen and (min-width: 40em) {
	.row.home-product-categories .category {
		margin: 1.5 0rem;
	}
	.row.category-products .product {
	}
	.product-info .content {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
	.product-specs .columns {
		margin-bottom: 2rem;
	}
	.product-info .reseller-price {
		font-size: 2rem;
	}
	.product-info .retail-price {
		font-size: 1.125rem;
		padding-bottom: 2rem;
	}
}
@media screen and (min-width: 64em) {
	.row.home-product-categories .category {
		margin: 2rem 0;
	}
	.row.category-products .product {
	}
	.categories-3 .category,
	.categories-4 .category {
		border-left: 1px solid #b4c6cc;
	}
	.categories-3 .category:nth-child(3n+1),
	.categories-4 .category:nth-child(4n+1) {
		border-left: 1px solid transparent;
	}
	.row.product-info {
		background: url('img/product-info-bg.png') center center no-repeat;
		background-size: cover;
	}
	.product-info .content {
		padding-bottom: 3rem;
		padding-top: 3rem;
	}
	.related-products .product {
	    margin-bottom: 2rem;
	}
	.product-info .reseller-price {
		font-size: 3rem;
	}
	.product-info .retail-price {
		font-size: 1.4rem;
	}
}



/*--------------------------------------------------------------
## ACF content blocks
--------------------------------------------------------------*/


/*--------------------------------------------------------------
### Contact Info
--------------------------------------------------------------*/

@media screen and (min-width: 40em) {
	.section-content img.size-thumbnail {
		max-width: 250px;
	}
}


/*--------------------------------------------------------------
### Contact Info
--------------------------------------------------------------*/


.contact-info .columns {
	margin-bottom: 1.5rem;
}
.contact-info span {
	display: block;
	margin-bottom: 0.5rem;
}
.contact-info span.address,
.contact-info span.opening_hours,
.contact-info span.telephone_num,
.contact-info span.email_address {
    padding-left: 1.25rem;
    background-repeat: no-repeat;
}
.contact-info span.address {
    background: url('img/icon-address-dark-grey.svg') left center no-repeat;
	background-position: 0 2px;
    background-size: 0.7rem;
}
.contact-info span.opening_hours {
    background: url('img/icon-clock-dark-grey.svg') left center no-repeat;
    background-size: 0.85rem;
}
.contact-info span.telephone_num {
    background: url('img/icon-tel-dark-grey.svg') left center no-repeat;
    background-size: 0.85rem;
}
.contact-info span.email_address {
    background: url('img/icon-email-dark-grey.svg') left center no-repeat;
    background-size: 0.85rem;
}

.row.contact {
	margin-bottom: 2rem;
}
.row.group {
	margin: 0 0 2rem;
	padding-top: 0.5rem;
}
.row.group .separator {
	padding-top: 1.5rem;
	width: 100%;
}
.row.group .separator hr {
	max-width: 100%;
}
.group_title {
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.contact .office {
	margin-bottom: 0rem;
	padding-top: 2rem;
}
.contact .office:last-child {
	padding-bottom: 0;
}
.person {
	padding-top: 1rem;
	margin-bottom: 0.5rem;
}
.person img.placeholder {
	margin-bottom: 1rem;
	max-width: 60%;
}
.person img:not(.placeholder) {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0.35rem solid #eef1f3;
}
.person .image.round {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0.35rem solid #eef1f3;
	border-radius: 50%;
	height: 0;
	margin: 0 auto 1rem auto;
	padding-bottom: calc( 60% - 0.7rem );
	width: calc( 60% - 0.7rem );
}
.person .name,
.person .tel,
.person .email,
.office .tel,
.office .email {
	margin-bottom: 0;
}
.person .name {
	font-size: 1.125rem;
	font-weight: 700;
}
.person .title {
	color: #9ca8af;
	font-size: 85%;
	margin-bottom: 0.5rem;
}
.person a {
	font-size: 85%;
	white-space: nowrap;
}
.column.reseller {
	padding-bottom: 1rem;
}
@media screen and (min-width: 40em) {
	.row.contact {
		margin-bottom: 4rem;
	}
	.row.group {
		margin: 0 0 2rem;
		padding-top: 0.5rem;
	}
	.contact-info span {
		margin-bottom: 1rem;
	}
	.contact .office {
		margin-bottom: 3rem;
		padding-bottom: 0;
		padding-top: 0;
	}
	.person {
		margin-bottom: 1.5rem;
	}
	.person img {
		margin-bottom: 1.5rem;
		max-width: 12rem;
	}
	.person img.placeholder {
		/*padding: 1rem;*/
	}
	.column.reseller {
		padding-bottom: 2rem;
	}
}

@media screen and (min-width: 64em) {
	.row.contact {
		margin-bottom: 4rem;
	}
	.row.group {
		margin: 0 0 2rem;
		padding-top: 0.5rem;
	}
	.person {
		margin-bottom: 2rem;
	}
	.person img {
		margin-bottom: 2rem;
	}
}


/*--------------------------------------------------------------
### Latest Posts
--------------------------------------------------------------*/

.post-list {
	margin-bottom: 2rem;
	margin-top: 3rem;
}

@media screen and (min-width: 40em) {
	.post-list {
		margin-bottom: 2rem;
		margin-top: 3rem;
	}
	.post-list:last-child {
		margin-bottom: 3rem;
	}
}

@media screen and (min-width: 64em) {
	.post-list {
		margin-bottom: 3rem;
		margin-top: 4rem;
	}
	.post-list:last-child {
		margin-bottom: 4rem;
	}
}



/*--------------------------------------------------------------
### Hero images
--------------------------------------------------------------*/

.hero-image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height: auto;
	position: relative;
	text-align: center;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.hero-image:after {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	transition: all 0.2s ease-in-out;
	width: 100%;
}
.hero-image > div {
	position: relative;
	z-index: 9;
}
.hero-image p .casio-logo {
	margin-top: -3px;
	max-width: 90px;
}

@media screen and (min-width: 40em) {
	.hero-image {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
}

@media screen and (min-width: 64em) {
	.hero-image {
		height: 0;
		padding-bottom: 33%;
	}
	.home .hero-image {
		padding-bottom: 42.85%;
	}
	.hero-image:after {
		height: 75%;
	}
	.hero-image > .row {
		bottom: 0;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
	}
	.hero-image > .row .columns {
		position: relative;
		top: 50%;
		transform: translateY(-30%);
	}
}



/*--------------------------------------------------------------
### Google Maps
--------------------------------------------------------------*/

.map {
}
.gmaps {
	height: 300px;
	/*margin-bottom: 2rem;*/
	width: 100%;
}

.gm-style .gm-style-iw {
	font-size: 1rem;
}
.gm-style .gm-style-iw h4 {
	color: #232323;
	font-size: 1.1rem;
}


/* fixes potential theme css conflict */

.gmaps img {
	max-width: inherit !important;
}

@media screen and (min-width: 40em) {
	.gmaps {
		height: 400px;
		/*margin-bottom: 4rem;*/
	}
	.gm-style-iw > div {
		padding: 1rem;
	}
}

@media screen and (min-width: 64em) {
	.gmaps {
		height: 500px;
	}
}

.marker {
	display: none;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/


/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
	max-width: 100%;
}
iframe[src*="crossmedia.fi"] {
	width: 100%;
}


/*--------------------------------------------------------------
## Video Embeds
--------------------------------------------------------------*/

.embed-container {
	position: relative;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container.aspect-ratio-16-9{
	padding-bottom: 56.25%;
}
.embed-container.aspect-ratio-21-9{
	padding-bottom: 42.55%; /* Laskennallinen 42.85% jättää jostain syystä yhden pikselin raidat ylä- ja alareunaan... */
}
.embed-container.aspect-ratio-4-3{
	padding-bottom: 75%;
}

.embed-container iframe, 
.embed-container object, 
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

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

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

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


/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/