/*
Theme Name: Gecko Child
Theme URI: http://www.janstudio.net/gecko
Author: JanStudio
Author URI: http://www.janstudio.net
Description: The best woocommerce theme for online fashion store, furniture store, handemade store, organic store, wordpress personal portfolio, personal blog.
Template: gecko
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: gecko
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


/* Override for http://enpolom.hu */

@font-face {
    font-family: 'gothambold';
    src: url('fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambookitalic';
    src: url('fonts/gotham-bookitalic-webfont.woff2') format('woff2'),
         url('fonts/gotham-bookitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothamlight';
    src: url('fonts/gotham-light-webfont.woff2') format('woff2'),
         url('fonts/gotham-light-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}
.header-5 .jas-branding {
	padding: 30px 0;
}
li.cat-item-1 {
    display: none;
}
.header_search_form.w__100 {
	border: 2px solid #142863;
	border-radius: 4px;
}
.header_search_form input:not([type="submit"]):not([type="checkbox"]) {
	border: none;
	font-size: 16px;
	color: #222;
}
.header_search_form .submit-button {
	background: #142863 !important;
	margin: 0;
	border: 1px solid #142863;
	float: right;
	text-transform: none;
	letter-spacing: 0;
	font-size: 16px;
}
.header_search_form .normal-search {
	width: calc(100% - 140px);
	margin: 0;
	float: left;
}
.dark_background {
	background: #142863;
}
.products.jas-row .product {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
h3.product-title, .woocommerce h3.product-title {
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.variations .value.woo-variation-items-wrapper {
	border: none;
}
.jas-menu ul a, 
.jas-account-menu ul a,
.jas-menu > li > a {
	color: #fff;
}
.jas-menu ul, .jas-account-menu ul {
	background: #142863 !important;
}
.fb_iframe_widget span {
	vertical-align: middle !important;
}
.jas-action img {
	line-height: 30px;
	vertical-align: bottom;
}
.jas-action > * {
	padding: 0 5px;
}
@media only screen and (min-width: 62em) {
	.woocommerce.columns-6 .jas-col-md-3 {
		-webkit-flex-basis: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}
	.header_search_form.w__100 {
		width: calc(100% - 150px);
		margin: 10px auto 0;
		display: inline-block;
	}
}
@media only screen and (max-width: 767px) {
	.header-5 .jas-branding {
		padding: 25px 0 25px;
	}
}
@media only screen and (max-width: 736px) {
	.header__top .jas-socials {
		padding-top: 3px;
	}
	.jas-action > * {
		padding: 0 3px;
	}
}