/*!
Theme Name: ebayhub
Theme URI: http://underscores.me/
Author: Annanuna
Author URI: http://www.annanuna.co.il/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ebayhub
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

ebayhub is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);

html {
	font-family: 'Open Sans Hebrew', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	color: #333333;
	margin: 0;
	font-size: 18px;
	line-height: 1.1;
}

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;
}

b,
strong {
	font-weight: bold;
}

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-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;
}

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
}

p {
	margin-bottom: 0;
}

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

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	font-family: 'Open Sans Hebrew', sans-serif;
	background: #f7f7f7;
	/* Fallback for when there is no custom background color defined. */
}

ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.entry-content ul {
	list-style: disc;
	padding-right: 30px;
}

.entry-content ol {
	list-style: decimal;
	padding-right: 30px;
}

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

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

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



/**************************
	RESET 
***************************/
	
	*::selection {
		background-color: rgba(0, 0, 0, 0.1);
	}

	*:focus {
		outline: 0 !important;
	}
	
	::-webkit-input-placeholder { color: #a7a7a7; }
	::-moz-placeholder { color: #a7a7a7; }
	:-ms-input-placeholder { color: #a7a7a7; }
	:-moz-placeholder { color: #a7a7a7; }

	.error::-webkit-input-placeholder { color: #ee6262; }
	.error::-moz-placeholder { color: #ee6262; }
	.error:-ms-input-placeholder { color: #ee6262; }
	.error:-moz-placeholder { color: #ee6262; }

	::-webkit-scrollbar-track	{
		background-color: rgba(0, 0, 0, 0.07);
	}

	::-webkit-scrollbar	{
		width: 12px;
		height: 12px;
		background-color: rgba(0, 0, 0, 0.07);
	}

	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.15);
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: rgba(0, 0, 0, 0.3);
	}


	
/**************************
	GLOBALS
***************************/
	
	body.noScroll {
		overflow: hidden;
	}

	.d-flex-fullheight {
		height: 100%;
		min-height: inherit;
	}

	.homepage-wrapper {
		height: 100%;
		min-height: calc( 100vh - 70px - 50px );
	}

	.homepage {
		padding: 20px 0 30px;
	}

	.bgi {
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
	}



/**************************
	HEADER
***************************/

	.site-header {
		padding: 14px 0;
		background-color: #ffffff;
		border-bottom: 2px solid #e8e8e8;
		font-size: 16px;
		height: 70px;
	}

	.logo {
		position: relative;
	}

	.logo.is-active {
		z-index: 99999;
	}

	.logo img {
		height: 40px;
	}

	.main-navigation {

	}

	#primary-menu > li {
		display: inline-block;
		position: relative;
	}

	#primary-menu > li > a {
		display: block;
		padding: 7px 10px;
	}

	#primary-menu > li.menu-item-has-children > a::after {
		content: "";
		display: inline-block;
		background-image: url('images/arrow-down.png');
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		width: 10px;
		height: 8px;
		margin-right: 7px;
		position: relative;
		top: -1px;
	}

	#primary-menu > li > ul {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 999;
		text-align: right;
		background-color: #ffffff;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
		padding: 3px 10px;
	}

	#primary-menu > li > ul > li {
		display: block;
	}

	#primary-menu > li > ul > li > a {
		display: block;
		padding: 6px 0;
		border-bottom: 1px solid #f2f2f2;
	}

	#primary-menu > li > ul > li:last-of-type > a {
		border-bottom: 0;
	}

	#primary-menu > li:hover > ul {
		display: block;
	}

	.hamburger {
		display: none;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		overflow: visible;
		min-width: auto;
		position: relative;
		z-index: 51;
		border: 1px solid #dddddd;
		padding: 7px 7px 5px;
    margin-left: 15px;
    margin-top: 5px;
    line-height: 1;
	}
	
	.hamburger.is-active {
		z-index: 99999;
	}

	.hamburger-box {
		width: 22px;
		height: 14px;
		display: inline-block;
		position: relative;
	}

	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}

	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 22px;
		height: 2px;
		background-color: #333333;
		border-radius: 1px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}

	.hamburger-inner::before, .hamburger-inner::after {
		content: "";
		display: block;
	}

	.hamburger--slider .hamburger-inner {
		top: 2px;
	}

	.hamburger--slider .hamburger-inner::before {
		top: 6px;
		transition-property: transform, opacity;
		transition-timing-function: ease;
		transition-duration: 0.15s;
	}

	.hamburger--slider .hamburger-inner::after {
		top: 12px;
	}

	/*.hamburger--slider.is-active .hamburger-inner {
		transform: translate3d(0, 8px, 0) rotate(45deg);
	}

	.hamburger--slider.is-active .hamburger-inner::before {
		transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		opacity: 0;
	}

	.hamburger--slider.is-active .hamburger-inner::after {
		transform: translate3d(0, -16px, 0) rotate(-90deg);
	}*/
	


/**************************
	FOOTER
***************************/

	.site-footer {
		padding: 17px 0;
		background-color: #ffffff;
		border-top: 2px solid #e8e8e8;
		color: #818181;
		font-size: 12px;
		height: 50px;
	}

	.site-footer a {
		text-decoration: underline;
	}

	

/**************************
	SEARCH
***************************/

	.search {
		margin-bottom: 30px;
		padding: 0 100px;
	}

	.search-inputs {
		width: calc( 100% - 150px - 200px );
		display: inline-block;
		vertical-align: top;
		position: relative;
	}

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

	.search-dropdown {
		display: inline-block;
		vertical-align: top;
		width: 200px;
		margin-right: -1px;
	}

	.dropdown-toggle {
		width: 100%;
		height: 100%;
		border: 1px solid #eaeaea;
		background-color: #ffffff;
		padding: 12px 15px;
		position: relative;
		text-align: right;
		color: #a7a7a7;
		transition: 0.3s color, 0.3s border;
	}

	.dropdown-toggle::after {
		display: none;
	}

	.dropdown-toggle.active {
		color: #333333;
	}

	.dropdown-toggle.error {
		color: #ee6262;
		border-color: #ee6262;
	}

	.dropdown-toggle img {
		position: absolute;
		left: 15px;
		top: 50%;
		margin-top: -5px;
	}

	.dropdown-menu {
		width: 100%;
		margin: 0;
		border: 1px solid #eaeaea;
		min-width: auto;
		border-radius: 0;
		padding: 0;
		font-size: 15px;
		color: inherit;
	}

	.dropdown-menu button {
		width: 100%;
		border: 0;
		background-color: transparent;
		padding: 7px 15px;
		text-align: right;
		transition: 0.3s background;
	}

	.dropdown-menu button:hover {
		background-color: rgba(0, 0, 0, 0.04);
	}

	.dropdown-menu button.active {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.search-button {
		width: 150px;
		display: inline-block;
		text-align: left;
		vertical-align: top;
	}

	.search-button button {
		border: 0;
		background-color: #0061d5;
		color: #ffffff;
		font-size: 20px;
		padding: 11px 15px;
		width: 110px;
	}

	.search-button button img {
		position: relative;
		top: -1px;
		margin-right: 10px;
	}



/**************************
	MAINSLIDER
***************************/

	.mainslider-wrapper {
		margin-bottom: 50px;
	}

	.mainslider {
		height: 430px;
		position: relative;
		overflow: hidden;
		-webkit-user-select: auto;
		-moz-user-select: auto;
		-ms-user-select: auto;
		user-select: auto;
	}

	.mainslider .slick-list,
	.mainslider .slick-track,
	.mainslider .slick-slide {
		height: 100%;
	}

	.mainslider-arrows {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 3;
		background-color: #000000;
		opacity: 0.4;
		border: 0;
		padding: 15px 8px;
	}

	.mainslider-prev {
		right: 0;
	}

	.mainslider-next {
		left: 0;
	}

	.mainslider-item {
		position: relative;
		overflow: hidden;
	}

	.mainslider-item-content {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 2;
		padding: 70px 80px;
	}

	.mainslider-item-content-dark {
		color: #0a1c6b;
	}

	.mainslider-item-content-bright {
		color: #ffffff;
	}

	.mainslider-item-content > div > div > p {
		width: 470px;
		max-width: 100%;
	}

	.mainslider-item-content > div > div > p:first-of-type {
		font-size: 180%;
	}

	.mainslider-item-content > div > div > p:nth-of-type(2) {
		font-size: 120%;
		margin-bottom: 20px;
	}

	.mainslider-item-content > div > div > a {
		font-size: 120%;
		border: 1px solid transparent;
		padding: 7px 20px;
		display: inline-block;
		min-width: 210px;
		text-decoration: none;
		transition: background 0.3s, color 0.3s;
	}

	.mainslider-item-content-dark > div > div > a {
		border-color: #0a1c6b;
	}

	.mainslider-item-content-dark > div > div > a:hover {
		background-color: #0a1c6b;
		color: #ffffff;
	}

	.mainslider-item-content-bright > div > div > a {
		border-color: #ffffff;
	}

	.mainslider-item-content-bright > div > div > a:hover {
		background-color: #ffffff;
		color: #333333;
	}

	.mainslider-item-content > div > div > a span {
		float: left;
		position: relative;
		top: -2px;
	}

	.mainslider-item-video {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	


/**************************
	PORTALS LINKS
***************************/

	.portals {
		color: #ffffff;
	}

	.portals-item {
		display: block;
		height: 180px;
		position: relative;
	}

	.portals-item-background {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.portals-item-content {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		padding: 20px 40px 30px;
	}

	.portals-item-content h2 {
		font-size: 60px;
		margin-bottom: 15px;
	}

	.portals-item-content p {
		border: 1px solid #ffffff;
		display: inline-block;
		padding: 9px 15px;
		transition: background 0.3s, color 0.3s;
	}

	.portals-item-content p svg {
		margin-right: 5px;
		width: 15px;
		fill: #ffffff;
		position: relative;
		top: 2px;
		transition: fill 0.3s;
	}

	.portals-item:hover .portals-item-content p {
		background-color: #ffffff;
		color: #333333;
	}

	.portals-item:hover .portals-item-content p svg {
		fill: #333333;
	}





	
/**************************
	MEDIA QUERIES
***************************/

	/* GENERAL */
	@media (min-width: 992px) {
		.menu-wrapper {
			display: block !important;
		}
	}


	/* 1200 */
	@media (max-width: 1199px) {
		.container {
			width: auto;
		}
		.search {
			padding: 0 70px;
		}
		.mainslider-item-content p {
			font-size: 50px;
		}
		.portals-item-content h2 {
			font-size: 50px;
		}
		.site-footer {
			padding: 10px 0;
		}
		.site-footer,
		.site-footer .text-left {
			text-align: center !important;
		}
		.footer-links {
			margin-top: 3px;
		}
	}

	/* 992 */
	@media (max-width: 991px) {
		.logo {
			top: -3px;
		}
		.hamburger {
			display: inline-block;
		}
		.menu-wrapper {
			display: none;
			position: fixed;
			top: 70px;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: 50;
			background-color: #ffffff;
			text-align: center;
		}
		.main-navigation {
			/*padding: 0 15px;Flag*/
			text-align: right !important;
		}
		#primary-menu > li {
			display: block;
		}
		#primary-menu > li > a {
			padding: 7px 15px;
			/*font-size: 20px;Flag*/
			font-size: 16px;
		}
		#primary-menu > li.menu-item-has-children > a::after {
			display: none;
		}
		#primary-menu > li > ul {
			display: block;
			position: relative;
			top: 0;
			z-index: 1;
			text-align: center;
			background-color: transparent;
			box-shadow: none;
			text-align: right !important;
			padding: 0;
		}
		#primary-menu > li > ul > li {
			display: block;
		}
		#primary-menu > li > ul > li > a {
			display: block;
			padding: 6px 15px;
			border-bottom: none;
			font-size: 16px;
		}
		#primary-menu li a:hover {
			/*background-color: #0061d5;Flag*/
			/*color: #ffffff;Flag*/
			color: #0061d5;
		}
		#primary-menu > li > a,
		#primary-menu > li > ul > li > a {
			border-bottom: 1px solid #ddd !important;
		}
		.homepage-wrapper {
			min-height: calc( 100vh - 70px - 65px );
		}
		body {
			font-size: 16px;
		}
		.search {
			padding: 0;
		}
		.search-button button {
			padding: 10px 15px;
		}
		.mainslider {
			height: 350px;
		}
		.mainslider-item-content::after {
			content: "";
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			bottom: 0;
			z-index: 1;
		}
		.mainslider-item-content-dark::after {
			background-color: rgba(255, 255, 255, 0.6);
		}
		.mainslider-item-content-bright::after {
			background-color: rgba(0, 0, 0, 0.3);
		}
		.mainslider-item-content > div {
			position: relative;
			z-index: 2;
		}
		.mainslider-item-content {
			padding: 50px;
		}
		.mainslider-item-content p {
			font-size: 40px;
		}
		.portals-item {
			height: 150px;
		}
		.portals-item-content {
			padding: 20px 25px 25px;
		}
		.portals-item-content h2 {
			font-size: 40px;
		}
		.portals-item-content p {
			padding: 7px 10px;
		}
		.site-footer {
			height: 65px;
		}
	}

	/* 768 */
	@media (max-width: 767px) {
		.search-inputs {
			width: calc(100% - 47px - 47px);
		}
		.search-dropdown {
			width: 47px;
		}
		.dropdown-menu {
			width: 160px;
			left: 0;
			right: auto;
		}
		.dropdown-toggle {
			padding: 21px 0 20px;
		}
		.dropdown-toggle span {
			display: none;
		}
		.dropdown-toggle img {
			left: 50%;
			margin-left: -9px;
		}
		.search-button {
			width: 47px;
		}
		.search-button button {
			padding: 10px 0;
			width: 100%;
		}
		.search-button button span {
			display: none;
		}
		.search-button button img {
			margin-right: 0;
		}
		.mainslider-wrapper {
			margin-bottom: 30px;
		}
		.mainslider {
			height: 320px;
		}
		.mainslider-item-content > div > div > p {
			width: auto;
		}
		.mainslider-arrows {
			padding: 13px 7px;
		}
		.mainslider-arrows img {
			width: 12px;
		}
		.portals > .row > div:first-of-type > .portals-item {
			margin-bottom: 20px;
		}
	}

	/* 576 */
	@media (max-width: 575px) {
		.homepage-wrapper {
			min-height: auto;
			height: auto;
		}
		.mainslider {
			height: 250px;
		}
		.mainslider-item-content {
			padding: 30px 60px;
		}
		.mainslider-item-content > div > div > a {
			font-size: 100%;
			min-width: 170px;
		}
		.portals-item-content h2 {
			font-size: 35px;
		}
		.site-footer {
			height: auto;
		}
	}

	/* 480 */
	@media (max-width: 479px) {
		.search {
			margin-bottom: 15px;
		}
		/*.search-dropdown {
			width: calc( 63% - 5px );
		}
		.search-button {
			width: calc( 37% - 5px );
		}
		.search-button button {
			padding: 10px;	
		}*/
		.mainslider-wrapper {
			margin-bottom: 15px;
		}
		.mainslider {
			height: 170px;
		}
		.mainslider-item-content {
			padding: 20px 30px;
			line-height: 1;
		}
		.mainslider-item-content > div > div > p:first-of-type {
			font-size: 125%;
			margin-bottom: 5px;
		}
		.mainslider-item-content > div > div > a {
			min-width: 130px;
			padding: 7px 10px;
			font-size: 90%;
		}
		.mainslider-item-content > div > div > p:nth-of-type(2) {
			font-size: 90%;
			margin-bottom: 10px;
		}
		.portals-item {
			height: 110px;
		}
		.portals-item-content {
			padding: 15px 15px 20px;
		}
		.portals-item-content h2 {
			font-size: 25px;
			margin-bottom: 10px;
		}
		.portals > .row > div:first-of-type > .portals-item {
			margin-bottom: 15px;
		}
	}