/*
	Theme Name: Lux Cars Israel
	Theme URI: https://iwebsite.co.il/
	Author: Alexander Genfon
	Author URI: https://iwebsite.co.il/

	Template: genesis
	Template Version: 3.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Gallery
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Form validation
	- Woocommerce
	- Media Queries
		- Max-width: 1360px
		- Max-width: 1280px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 480px

*/
@import url("theme-style.css");
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */


@font-face {
			font-family: 'limme-fontello';
			  src: url('/wp-content/themes/lux-cars/assets/font/lte-limme.eot?1.2.1');
			  src: url('/wp-content/themes/lux-cars/assets/font/lte-limme.eot?1.2.1#iefix') format('embedded-opentype'),
			       url('/wp-content/themes/lux-cars/assets/font/lte-limme.woff2?1.2.1') format('woff2'),
			       url('/wp-content/themes/lux-cars/assets/font/lte-limme.woff?1.2.1') format('woff'),
			       url('/wp-content/themes/lux-cars/assets/font/lte-limme.ttf?1.2.1') format('truetype'),
			       url('/wp-content/themes/lux-cars/assets/font/lte-limme.svg?1.2.1#lte-limme') format('svg');
			  font-weight: normal;
			  font-style: normal;
			}

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
[dir="rtl"] body, [dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4, [dir="rtl"] h5, [dir="rtl"] h6 {
    font-family: "Heebo", sans-serif !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

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

[hidden], template {
    display: none
}
/*.admin-bar .site-header {
    top: 32px;
}*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0;
    text-decoration: none;

}

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

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

b, strong {
    font-weight: 600
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #2e2f33
}

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 0;
    padding: 0;
    line-height: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
	-webkit-appearance: none;
	border-radius: 0;
}

button, input {
    line-height: normal
}

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
}

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

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

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    outline: none !important;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

.single-cars .site-inner{
	margin: 0;
}
.single-cars main.content {
    background: #000;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
html {
    font-size: 16px;
}

body {
    background-color: #fff;
    color: #2e2f33;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #2e2f33;
    color: #fff;
}

::selection {
    background-color: #2e2f33;
    color: #fff;
}

a {
    color: #363a40;
    text-decoration: none;
    outline: none;
}

.content a:hover,
.sidebar a:hover,
a:hover {
    color: #2e2f33;
}

p {
    margin: 0 0 10px;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.5;
}

ol,
ul {
    padding: 0;
	font-size: 1.125rem;
	line-height: 1.5;
	margin: 0 0 10px;
}

li {
    list-style-position: inside;
    display: inline-block;
}

b,
strong {
    font-weight: 600;
}

/*blockquote,*/
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "";
    display: block;
    height: 60px;
    width: 59px;
    left: 0px;
    position: relative;
    top: -16px;
    background-image: url(/wp-content/themes/rofim/images/cite.png);
}

button {
    outline: none;
}

main{
	width: 100%;
}
/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 15px;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.75rem;
}
.display-none{
	display :none;
}
.hidden-opacity{
	visibility: hidden;
	opacity: 0;
}
/* Icons
--------------------------------------------- */

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* Equal Column
--------------------------------------------- */

.equal {
    overflow: hidden;
}
.equal .equal-column img {
    border: none;
    height: auto;
}
.equal-column {
    float: left;
    margin: 0;

    width: 100%;
}

.equal-column-2 .equal-column {
    width: 50%;
}

.equal-column-3 .equal-column{
    width: 33%;
}

.equal-column-4 .equal-column {
    width: 25%;
}

.equal-column-5 .equal-column{
    width: 20%;
}

.equal-column-6 .equal-column{
    width: 16.6666%;
}

.equal-column-7 .equal-column {
    width: 14.2857%;
}

.equal-column-8 .equal-column {
    width: 12.5%;
}

.equal-column-9 .equal-column {
    width: 11.1%;
}

.equal-column-2 .equal-column:nth-child(2n+1),
.equal-column-3 .equal-column:nth-child(3n+1),
.equal-column-4 .equal-column:nth-child(4n+1),
.equal-column-5 .equal-column:nth-child(5n+1),
.equal-column-6 .equal-column:nth-child(6n+1),
.equal-column-7 .equal-column:nth-child(7n+1),
.equal-column-8 .equal-column:nth-child(8n+1),
.equal-column-9 .equal-column:nth-child(9n+1) {
    clear: left;
}



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

input,
select,
textarea {
    /*background-color: transparent;*/
    border: 1px solid #ddd;
    box-shadow: none;
    color: #2e2f33;
    font-size: 1rem;
    font-weight: 400;
    line-height: 48px;
    padding: 0 10px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}
/*
input[type="checkbox"],
input[type="image"],
input[type="radio"],
input[type="number"] {
    width: auto;
}
*/
input ::-webkit-input-placeholder {
    color: #a3a3a3;
}

input ::-moz-placeholder {
    color: #a3a3a3;
}

input :-moz-placeholder {
    color: #a3a3a3;
}

input :-ms-input-placeholder {
    color: #a3a3a3;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
.button,
.btn,
.button.alt,
.btn.alt,
.site-inner .woocommerce #respond input#submit,
.site-inner .woocommerce a.button,
.site-inner .woocommerce button.button,
.site-inner .woocommerce input.button,
.site-inner .product button.button.alt,
.btn-second,
.button-second {
    display: inline-block;
    background-color: transparent;
    border: none;
     /*color: #f0d7ae;*/
    cursor: pointer;
    /*font-size: 0.875rem;*/
    /*line-height: 48px;
    height: 48px;*/
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    outline: none;
    min-width: 160px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
a.button:hover,
.button:hover,
.btn:hover,
.button.alt:hover,
.btn.alt:hover,
.site-inner .woocommerce #respond input#submit:hover,
.site-inner .woocommerce a.button:hover,
.site-inner .woocommerce button.button:hover,
.site-inner .woocommerce input.button:hover,
.site-inner .product button.button.alt:hover,
.btn-second:hover,
.button-second:hover {
      background-color: transparent;
}

.btn.light-btn {
    background-color: #f0d7ae;
    color: #212328;
}

.btn.light-btn:hover {
    background-color: rgba(255, 255, 255, 0.88);
}

.button {
    display: inline-block;
}

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

.btn, .wpcf7-submit{
	position: relative;
	overflow: hidden;
	-webkit-background-clip: border-box !important;
	-moz-background-clip: border-box !important;
	background-clip: border-box !important;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: background 0.25s, color 0.25s, border 0.25s !important;
	-moz-transition: background 0.25s, color 0.25s, border 0.25s !important;
	-o-transition: background 0.25s, color 0.25s, border 0.25s !important;
	transition: background 0.25s, color 0.25s, border 0.25s !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-clip: border-box;
	font-weight: 500;
	padding: 12px 30px;
	display: inline-flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border: 0px solid #D7B65D;
	color: #192026;
	background-color: #D7B65D !important;
	animation: leave-btn 0.6s forwards;
	min-width: 160px;
	font-size: 1rem;
}
.btn .btn-inner span {
	-webkit-transition: background 0.25s, color 0.25s, border 0.25s !important;
	-moz-transition: background 0.25s, color 0.25s, border 0.25s !important;
	-o-transition: background 0.25s, color 0.25s, border 0.25s !important;
	transition: background 0.25s, color 0.25s, border 0.25s !important;
}
.btn .btn-inner:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	background-color: #192026;
	/*background-color: var(--black);*/
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	content: "";
}
.btn .btn-inner:after {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.btn .btn-inner:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f061";
	font-size: 10px;
	margin-left: 8px;
	margin-inline-start: 8px;
	margin-inline-end: 0;
	position: relative;
	top: -1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn:hover, .wpcf7-submit:hover {
	background-color: #D7B65D;
	animation: hover-btn 0.6s forwards;
}
@keyframes hover-btn {
	from {
		 box-shadow: inset 0 0 0 0.01px #D7B65D;
	}
	to {
		box-shadow: inset 500px 0 0 0.01px #192026;
		color: #fff;
	}
}

@keyframes leave-btn {
	from {
		box-shadow: inset 280px 0 0 0.01px #192026;
		color: #fff;
	}
	to {
		box-shadow: inset 0 0 0 0.01px #D7B65D;
	}
}
		
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
.ytp-chrome-top {
		display: none;
	}
/* Site Containers
--------------------------------------------- */

.wrap {
    margin: 0 auto;
}
.site-inner {
    background-color: transparent;
    clear: both;
    margin: 0 0 60px;
}



/* Column Widths and Positions
--------------------------------------------- */

/* Content */

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
/* Primary Sidebar */

.sidebar {
    font-size: 1rem;
    margin-bottom: 0;
    padding: 30px 0;
    float: right;
    max-width: 400px;
    width: 100%;
}

.sidebar-primary {
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.sidebar-content .sidebar {
    float: left;
    border: none;
    text-align: right;
}

.sidebar li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    padding: 30px 0 0;
	float: right;
}

/* Content with / without sidebars
--------------------------------------------- */

.content-sidebar .content {
    float: left;
}

.content-sidebar .sidebar {
    float: left;
}

.full-width-content .sidebar {
    display: none;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.three-fifths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.three-fifths {
    width: 58.9743589743589744%;
}

.two-fifths {
    width: 38.4615384615384616%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

.two-third-eq {
    float: right;
    width: 66.66%;
}

.one-third-eq {
    float: right;
    width: 33.33%;
}

.one-half-eq {
    float: left;
    width: 50%;
}

.one-fourth-eq {
    float: left;
    width: 25%;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Titles
--------------------------------------------- */

.page-title {
    color: #000;
    text-align: center;
}

.entry-title {
    font-size: 2rem;
}
main.content h2 {
    font-size: 2rem;
    width: auto;
    text-align: right;
    display: inline;
    line-height: 2;
}

.content .entry-title a,
.sidebar .widget-title a {
    color: #2e2f33;
}

.widget-title {
    font-size: 1rem;
    margin-bottom: 20px;
}

.footer-widgets .widget-title {
    text-transform: uppercase;
}

.desktop-rating {
    padding: 30px 0;
}

/* WordPress
--------------------------------------------- */

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 10px;
}

a.alignnone {
    display: inline-block;
}

img.alignnone,
.alignnone {
    margin-bottom: 10px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 10px 10px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 10px 10px;
}

.wp-caption-text {
    font-weight: 600;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.gallery-caption {
    margin: 0 0 10px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    margin-bottom: 30px;
    word-wrap: break-word;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "limme-fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1280px) {
	.wrap {
		max-width: 1024px;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap {
		max-width: 782;
	}
}
@media only screen and (max-width: 782px) {
	.wrap {
		max-width: 600px;
        padding: 10px;
	}
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-fifths,
    .three-fifths,
    .two-thirds {
        margin: 0 !important;
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
	h1{
		font-size: 2rem;
	}
	h2.subtitle{
		font-size: 1.6rem !important;
	}
}
@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 380px) {

}
