/* 
        Theme Name: Alcon
        

        Version: 1.0.0


        Template: genesis
        Template Version: 2.2

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

/* Table of Contents
- Imports
- HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
- Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Gallery
        - Forms
        - Column Classes
        - Tables
        - Screen Reader Text
- Structure and Layout
        - Site Container
        - Site Inner
- Common Classes
        - Avatar
        - Genesis
        - Search Form
        - Titles
        - WordPress
- Widgets
        - Featured Content
- Plugins
        - Genesis eNews Extended
        - Genesis Simple Share 
        - Jetpack
- Skip Links
- Site Header
        - Site Title and Description
- Site Navigation
        - Accessible Menu
        - Primary Navigation
        - Secondary Navigation
        - Responsive Navigation
- Content Area
        - Entries
        - Intro Text
        - Entry Meta
        - After Entry
        - Pagination
        - Sidebar	
        - Comments
- Footer Widgets
- Site Footer
- Fadeup Effect
- Media Queries
        - Min-width: 801px
        - Max-width: 800px
        - Max-width: 600px
*/


/* Webfont: almoni */


@font-face {
    font-family: 'almoni';
    src: url('fonts/almoni-dl-aaa-900.eot');
   
    src: url('fonts/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/almoni-dl-aaa-900.woff') format('woff'), /* Modern Browsers */
        url('fonts/almoni-dl-aaa-900.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
    unicode-range: U+0041-U+007F;
}

*/

@font-face {
    font-family: 'Poppins';    
    font-style: normal;
    font-weight: 900;
    unicode-range: U+0041-U+007F;
}

@font-face {
    font-family: 'typograph';
    src: url('fonts/typograph/fbtipografen-regular-webfont.eot');
    /* IE9 Compat Modes */
    src: url('fonts/typograph/fbtipografen-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/typograph/fbtipografen-regular-webfont.woff') format('woff'), /* Modern Browsers */
        url('fonts/typograph/fbtipografen-regular-webfont.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    unicode-range: U+0590–U+05FF;
}

@font-face {
    font-family: 'typograph';
    src: url('fonts/typograph/fbtipografen-bold-webfont.eot');
    /* IE9 Compat Modes */
    src: url('fonts/typograph/fbtipografen-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/typograph/fbtipografen-bold-webfont.woff') format('woff'), /* Modern Browsers */
        url('fonts/typograph/fbtipografen-bold-webfont.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    unicode-range: U+0590–U+05FF;
}




/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#5b5e5e}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:1em 40px}hr{-moz-box-sizing:content-box;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;-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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

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

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

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


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

/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
    background-color: #fff;
    color: #333333;
    font-family: 'Heebo', 'Poppins', 'typograph', 'almoni', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"], 
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}

::-moz-selection {
    background-color: #5b5e5e;
    color: #fff;
}

::selection {
    background-color: #5b5e5e;
    color: #fff;
}

a {   
    color: #0078c1;
    text-decoration: none;
}

a:focus,
a:hover {
    /*    color: #e85555;*/ 
    color: #0078c1;
    text-decoration: underline;

}

.sub-title a:hover {
    background: #fff;
    color: #0078c1;
}

p {
    margin: 0 0 30px;
    padding: 0;

}

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

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 14px;
    font-size: 1.4rem;
}

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

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #ddd;
    clear: left;
    margin: 0 0 40px;
    padding-top: 20px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232525;
    font-family: 'Heebo', 'Poppins', 'typograph', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 15px 0px 5px 0;
}

h1 {
    font-size: 60px;
    font-size: 6rem;
}

h2 {
    font-size: 60px;
    font-size: 6rem;
}

h3 {
    font-size: 36px;
    font-size: 3.6rem;
}

.comment-respond h3,
.entry-comments h3 {
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: -2px;
    margin-bottom: 60px;
    margin-top: 100px;
}

h4 {
    font-size: 28px;
    font-size: 2.8rem;
}

.more-lenses h4{
    font-size: 20px;
    font-size: 2rem;
    direction: ltr;
    text-align: right;
}

/*.entry-content h4 {
        font-size: 20px;
        font-size: 2rem;
        letter-spacing: -1px;
        margin-top: 60px;
}*/

h5 {
    font-size: 24px;
    font-size: 2.4rem;
}

h6 {
    font-size: 20px;
    font-size: 2rem;
}

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

embed,
iframe,
img,
object,
/*video,*/
.featured-content img.entry-image,
.wp-caption {
    max-width: 100%;
}
/*
video {
    max-width: 100%;
    height:auto;
}
*/
video {
    width: auto;
    height:100%;
}

img {
    height: auto;
}

img.entry-image {
    /*max-width: 500px;*/
}

.full-width-content img.pull {
    margin-left: -70px;
    margin-right: -70px;
    max-width: 800px;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #000000;
    color: #000;
    font-family: 'Heebo', 'Poppins', 'typograph', 'almoni', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 20px;
    width: 100%;
}
 
input[type="number"] {
    background-color: #fff;
    border: 1px solid #5b5e5e;
    padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
    background-color: #fff;
    border: 1px solid #fff;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #999;
    font-weight: 400;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button {
    background-color: #0078c1;
    border-radius: 0;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Heebo', 'typhograph', 'almoni', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 35px;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    border: 1px solid #0078c1;
}

button, input[type="button"], input[type="reset"], input[type="submit"] , textarea {
    width: 90%;
    margin-right: 20px;
}

.content button, 
.content input[type="button"], 
.content input[type="reset"], 
.content input[type="submit"] , 
.content textarea {
    width: 90% !important;
    margin-right: 20px !important;

}

textarea {
    height: 160px !important;
}

a.button{
    text-decoration: none;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.entry-content a.button.small,
.textwidget a.button.small {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 12px 20px;
}

input[type="submit"],
.content input[type="submit"] {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 25px;
    width: 100%;
}

a.more-link {
    display: inline-block;
    font-family: 'Heebo', 'Poppins', 'typograph', 'almoni', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:focus,
.button:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.textwidget a.button:focus,
.textwidget a.button:hover {
    background-color: transparent;
    border: 1px solid #0078c1;
    color: #0078c1;
}


.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .textwidget a.button:focus,
.footer-widgets .textwidget a.button:hover {
    background-color: #fff;
    color: #232525;
    text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

.button {
    display: inline-block;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
    margin-bottom: 15px;
}

body .gform_wrapper .hidden_label input.large,
body .gform_wrapper .hidden_label select.large,
body .gform_wrapper .top_label input.large,
body .gform_wrapper .top_label select.large {
    width: 90%;
    margin: 0 auto;
    display: block;
}

body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
    line-height: 1;
    font-size: 18px;
    font-size: 1.8 rem;
    margin-right: 40px !important;
}

body .gform_heading h3.gform_title {
    font-size: 34px !important;
    margin-bottom: 25px !important;
}

.ginput_container_checkbox .gfield_checkbox {
    margin: 0 16px 0 0 !important;
    max-width:100%;	
}

::-webkit-input-placeholder {
    color: black;
}

:-moz-placeholder { /* Firefox 18- */
    color: black;  
}

::-moz-placeholder {  /* Firefox 19+ */
    color: black;  
}

:-ms-input-placeholder {  
    color: black;  
}


div#gform_confirmation_message_1{
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

div#gforms_confirmation_message_3,
div#gforms_confirmation_message_1 {
    height: 375px;
    width: 400px;
    background-color: #f4f4f4;
    position: relative;
    margin: 15px auto;
}

div#gform_confirmation_message_3,
div#gform_confirmation_message_1 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    padding-top: 25%;
    text-align: center;
}

div#gform_confirmation_message_3{
    padding-top: 40%; 
}

body div#gforms_confirmation_message_3 {
    margin: 160px auto 0;
}

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

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

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


/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    background-color: #fff;
    border: 0;
    clip: rect(0, 0, 0, 0);
    color: #232525;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
    border: 1px solid #5b5e5e;
    clip: auto !important;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    height: auto;
    padding: 20px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
}

.digital-landing .site-container {
    margin: 0 auto;
    max-width: 800px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
    background-color: #fff;
    clear: both;
    /*margin: 80px auto 0;*/
    padding: 0;
} 

.post-type-archive-lenses .site-inner, .tax-lenses_category .site-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.single-article .site-inner {
    /*background-color: #eaeaea;*/
    /*    padding: 50px 0  0 0;*/
}

.single.single-article .entry-content {
    max-width: 1024px;
    margin: 0 auto;
}

.single-article h1{
    text-align: center; 
    margin: 40px auto;
}

.single-article .article-footer a.button {
    font-size: 30px;
    font-size: 3rem;
    margin-top: 25px;
}

.single-article .article-footer{
    width:100%;
    background: #fff;
}
.single-article .article-footer .wrap{
    max-width:1024px;
    MARGIN: 0 auto;
}

.post-type-archive a.button {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 25px;
    border: 1px solid;
    padding: 12px 73px;
}

.post-type-archive-lenses  a.button {
    font-size: 30px;
    font-size: 3rem;

}

.digital-landing .site-inner,
.front-page .site-inner {
    margin-top: 0;
}

.article-footer img {
    vertical-align: middle;
    display: inline;
    width: 125px;
    margin: 0px -10px 0px 20px
}

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

/* Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.after-entry .avatar {
    float: right;
    height: 180px;
    margin-bottom: 30px;
    margin-left: 30px;
    width: 180px;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 30px;
}

.alignright .avatar {
    margin-left: 30px;
}

.author-box .avatar {
    display: inline-block;
    float: none;
    height: 80px;
    margin: 0 auto 20px;
    width: 80px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {
    margin-bottom: 10px;
    text-align: center;
}

.archive-description p,
.archive-description .archive-title,
.author-box,
.author-box p,
.author-box .author-box-title {
    margin-left: auto;
    margin-right: auto;
    /*max-width: 660px;*/
    text-align: right;
}

.breadcrumb {
/*    border-bottom: 1px solid #eee;*/
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 10px 50px 0 0 ;
/*    max-width: 660px;*/
    padding-bottom: 10px;
    width: 100%;
    background: #fff;
}

.breadcrumbs a{
    color: #232525;
}

.single .breadcrumb .last-breadcrumb{
    direction: ltr;
    text-align: left;
    display: inline-block;
}

.author-box {
    font-size: 18px;
    font-size: 1.8rem;
}

.single .author-box {
    border-top: 1px solid #eee;
    padding-top: 10%;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

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

.search-form {
    overflow: hidden;
}

.search-form input {
    -webkit-appearance: none;
}

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

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

.archive-title,
.author-box-title {
    font-size: 72px;
    font-size: 7.2rem;
	
	
    /*    letter-spacing: -1px;*/
    margin-bottom: 10px;
}

.search .archive-title {
    margin-bottom: 0;
}

.entry-title,
.page.page-template-page_blog .entry-title {
    font-size: 25px;
    font-size: 2.5rem;
    /*    letter-spacing: -2px;*/
    word-wrap: break-word;
}
.single.single-article h1.entry-title,
.single.single-lenses h1.entry-title,
.page h1.entry-title{
    font-size: 76px;
    font-size: 7.6rem;
    font-weight: normal;
    color: #0078c1;
    max-width: 40%;
    position: absolute;
    top: 10%;
    right: 4%;
    font-size: 3.5vw;
    direction: ltr;
    text-align: right;
}
.page h1.entry-title{
	direction:rtl;
}
.single.single-article h1.entry-title{
	direction: rtl;
}
.single.single-article .breadcrumb .last-breadcrumb{
	direction: rtl;
}
.single.single-article .entry-header{
    height: 300px !important;	
}

.single.single-article h1.entry-title{
	max-width: 40%;
	top: 0%;
}
@media (max-width: 768px)  {
	.single.single-article .entry-header{
		margin-bottom: 160px;
	}
.single.single-article h1.entry-title{		
    font-size: 6vw;
	max-width: 90%;
	top: 276px;
}
@media (max-width: 450px) {
	.single.single-article h1.entry-title{		
		font-size: 8vw;
		max-width: 90%;
		top: 270px;
	}
	.single.single-article .entry-header{
		margin-bottom: 130px;
	}
}
}
	@media (min-width: 768px)  {
	
	.page h1.entry-title {
	position: relative;
    max-width: 50%;
    margin-bottom: 16px;
    margin-right: 10%;
	}
}

@media (max-width: 767px)  {
	.page h1.entry-title {
	position: relative;
    max-width: 80%;
    margin-bottom: 16px;
	}
}
	


.error404 .entry-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 660px;
}

.content .entry-title a,
.content .entry-title a:focus,
.content .entry-title a:hover {
    text-decoration: none;
    color: #232525;
}

.content .entry-title a:focus,
.content .entry-title a:hover {
    /*    color: #e85555;*/
}

.widget-title {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: -1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.widget-title.center {
    margin-bottom: 10%;
    text-align: center;
}

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

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

a.alignnone {
    display: inline-block;
}

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

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

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

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

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

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

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

img.alignleft.entry-image,
img.alignright.entry-image {
    margin-bottom: 0;
}

.entry-content figure {
    margin: 60px 0 50px;
}

.wp-caption-text {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}

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

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

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
    border-width: 0 !important;
}

.sticky {
}


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

.widget {
    word-wrap: break-word;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content a {
    border-width: 0;
}

.featured-content.widget .entry {	
    padding-bottom: 60px;
}

.featured-content.widget .entry:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.featured-content .entry p {
    font-size: 18px;
    font-size: 1.8rem;
}

.featured-content p.entry-meta {
    font-family: 'Heebo', 'Poppins', "typograph", sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.featuredpost .entry-title,
.featured-content.widget .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.featured-content .more-link {
    border-width: 1px;
}

.gform_wrapper div.validation_error {
    display: none;
}

.gform_wrapper form li.gfield.gfield_error {
    margin-top: 0;
    margin-bottom: 0 !important;
    background-color: transparent;
    border: none;
}

.gform_wrapper li.gfield.gfield_error div.gfield_description {
    display: none;
}

.gform_wrapper form li.gfield.gfield_error div.ginput_container,
.gform_wrapper form li.gfield.gfield_error label.gfield_label {
    margin-top: .375em;
    margin-left: 0;
}

.gform_wrapper.gf_browser_chrome form .gfield_error input[type=email],
.gform_wrapper.gf_browser_chrome form .gfield_error input[type=number],
.gform_wrapper.gf_browser_chrome form .gfield_error input[type=password],
.gform_wrapper.gf_browser_chrome form .gfield_error input[type=tel],
.gform_wrapper.gf_browser_chrome form .gfield_error input[type=text],
.gform_wrapper.gf_browser_chrome form .gfield_error input[type=url],
.gform_wrapper.gf_browser_chrome form .gfield_error select,
.gform_wrapper.gf_browser_chrome form .gfield_error textarea,
.gform_wrapper.gf_browser_chrome form li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 0;
}

.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper form li.gfield_html,
.gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%;
}

body .bx-wrapper .bx-controls-direction a {
    margin-top: -40px;
}

.bx-wrapper .bx-next{
    background: url('images/arrow-right.png') !important;
    text-indent: 99999px !important;
}

.bx-wrapper .bx-prev{
    background: url('images/arrow-left.png') !important;
    text-indent: 99999px !important;

}

.bx-wrapper .bx-controls-direction a{
    height: 52px !important;
    width: 52px !important;
    border: none !important;
}


.bx-wrapper .bx-pager.bx-default-pager a{
    background: transparent !important;
    border: 1px solid #000;
}

.bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #333 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea{
    border: 1px solid #ff0000 !important;
}

.gform_wrapper .top_label .gfield_error textarea.textarea {
    width: 100% !important;
    margin: 0 !important;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget ::-moz-placeholder {
    font-family: 'Heebo', 'Poppins', 'typograph', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.enews-widget ::-webkit-input-placeholder {
    font-family: 'Heebo', 'Poppins', 'typograph', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.enews-widget input {
    font-family: 'Heebo', 'Poppins', 'typograph', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.sidebar .enews-widget input {
    margin-bottom: 10px;
}

.enews-widget input[type="submit"] {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 0;
}

.enews-widget p {
    margin-bottom: 20px;
}

.enews form + p {
    line-height: 1.5;
    margin-top: 30px;
}

/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
    margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
    border: none;
    font-weight: 400;
}

.content .share-filled .share {
    border-radius: 0;
}

.content .share-filled .count {
    border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
    color: #5b5e5e;
    border: 1px solid #5b5e5e;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
    background: #5b5e5e !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
    color: #fff;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Display outline on focus */
:focus {
    color: #232525;
    outline: none;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    border-bottom: 1px solid transparent;
    padding: 28px 30px;
    border-bottom: 2px solid #0078c1;	
    width: 100%;
    z-index: 999;
}

.site-header.shrink {
    border-color: #eee;
    padding: 18px 30px;
}

.admin-bar .site-header {
    top: 32px;
}

/* Site Title and Description
--------------------------------------------- */

.title-area {
    float: left;
    margin-top: 8px;
}

.site-title {
    font-family: 'Heebo', 'Poppins', 'typograph', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    border-bottom-width: 0;
    color: #232525;
}

.header-image .nav-primary:not(button) {
    margin-top: 30px;
}

.header-image .site-header {
    padding: 15px 40px 25px 3px;
}

.header-image .site-header.shrink {
    padding: 0 40px;
}

.header-image .site-title {
    display: block;
    text-indent: -9999px;
    float: left;
    /*    margin-top: 15px;
        margin-left: 25px;*/
}

.header-image .site-title > a,
.lapidot-logo
{
    background-position: center center !important;
    background-size: contain !important;
    float: left;
    min-height: 90px;
    width: 190px;
    background-repeat: no-repeat;
    /* margin-right: 35px;*/
	margin: 0;
    margin-left: 15px;
}

.title-area .lapidot-logo{
	display: none;
}

.lapidot-logo {
    width: 174px;
}

.header-image .title-area {
    margin: 0;
}

.header-image .title-area img{
    float: left;
    width: 130px;
}

.site-description {
    display: block;
    height: 0;
    margin-bottom: 0;
    text-indent: -9999px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

/*.nav-primary .genesis-nav-menu .current-menu-item {
    border: 1px solid red;
}*/

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu .menu-item.update a {
/*    color: #0078c1;*/
}

.genesis-nav-menu .menu-item.update span:hover {
/*    border-bottom: none;*/
}

.genesis-nav-menu .menu-item.update {
/*    border: 1px solid #0078c1;*/
}

.genesis-nav-menu a {
    border-bottom-width: 0;
    color: #232525;
    display: block;
    font-family: 'Heebo', 'Poppins', 'typograph', 'almoni', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: -0px 10px;
    margin: 4px 2px;
/*    text-transform: uppercase;*/
    text-decoration: none;
} 

.genesis-nav-menu .current-menu-item a {
    color: #0078c1;
}

.menu-primary .current-menu-item{
    /*    border: 1px solid #0078c1;*/
}

.menu-primary .menu-item span:hover {
    border-bottom: 2px solid #0078c1;
}

/*.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
    color: #e85555;
}*/

.genesis-nav-menu .sub-menu {
    background-color: #fff;
    left: -9999px;
    opacity: 0;
    position: absolute;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
    width: 180px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -44px 0 0 179px;
}

.genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding: 15px;
    position: relative;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}


.genesis-nav-menu ul.sub-menu li {
    background: #0078c1;   

}

.genesis-nav-menu ul.sub-menu li a{
    color: #fff;
    border: none;
    font-size: 1.8rem;
    font-weight: 400;
}


.footer-widgets .menu  li a{
    text-decoration: none;
    font-weight: 400;
}

.footer-widgets .menu  li::after{
    content: "|";
    margin: 8px;
}

.footer-widgets .menu  li:last-child::after{
    content: "";
}

button#mobile-genesis-nav-primary span {
    width: 30px;
    height: 3px;
    background: #0078c1;
    position: absolute;
    left: 30px;
    transition: 0.2s ease-in-out;
}

button#mobile-genesis-nav-primary {
    margin: 0 !important;
    width: 82px !important;
    padding: 0;
    height: 38px;
    position: absolute;
    font-size: 14px;
}

button#mobile-genesis-nav-primary span:nth-child(2) {
    top: 20px;
}

button#mobile-genesis-nav-primary span:nth-child(3) {
    top: 29px;
}

button#mobile-genesis-nav-primary.activated  span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

button#mobile-genesis-nav-primary.activated  span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

button#mobile-genesis-nav-primary.activated  span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    float: left;
    margin-top: 2px;
}

.nav-primary .genesis-nav-menu li.last a {
    padding-right: 0;
}

.nav-primary .sub-menu {
    border-top: 1px solid #ddd;
}

.nav-primary .genesis-nav-menu li li {
    margin-left: 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    margin-top: 10px;
}

.nav-secondary .genesis-nav-menu a {
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
}

/* Responsive Navigation
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

.content-sidebar .content,
.sidebar-content .content {
    width: 65%;
}




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

.sidebar-content .content {
    float: right
}

.page .content,
.single .content {
    overflow: hidden;
}

.digital-landing .content {
    max-width: 800px;
    padding-bottom: 5%;
    padding-top: 5%
}



.error404 .content-sidebar-wrap,
.search-no-results .content-sidebar-wrap{
    max-width: 900px;
    margin: 0 auto;
}

.search-container{
    position: relative
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog .entry {
    /*    border-bottom: 1px solid #eee;*/
    /*    margin-bottom: 5%;*/
    /*    max-width: 90%;*/
    margin: 0 auto;

}

.tax-lenses_category .container-articles article.type-lenses.entry {
    margin-right: 0;
}

.container-articles article.type-lenses.entry {
    width: 50%;
    padding: 10px 20px 50px 10px;
}

.container-articles h2.entry-title {
    margin: 10px 0px 5px 0;
}

.tax-lenses_category .container-articles h2.entry-title{
    direction: ltr;
    text-align: right;
}

.post-type-archive-lenses .container-articles h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

.post-type-archive .container-articles a.button {
    padding: 10px 45px;
    border: 1px solid;
}

.page .entry,
.single .entry {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page .entry-content,
.single .entry-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.page.page-template-page_blog .entry-content {
    max-width: none;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 30px;
    margin-left: 40px;
    padding-right: 16px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: none;
    padding-right: 0x;
    position: relative;
}
.entry-content ul > li:before {
    content: "•"; /* Insert content that looks like bullets */
    /*padding-left: 8px;*/
    position: absolute;
    right: -16px;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-header h3 {
    color: #0078c1;
    font-weight: normal;
    font-size: 30px;
    font-size: 3rem;
}

/* Intro Text
--------------------------------------------- */

.single .entry-content p.intro {
    color: #232525;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-style: italic;
}

.single .entry-content p.intro:after {
    border-bottom: 1px solid #232525;
    content: "";
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    width: 10%;
}

/* Entry Meta
--------------------------------------------- */


.english h1.entry-title,
.english .entry-header h3 {
    direction: ltr;
    margin-left: 50px;
}

p.entry-meta {
    font-family: 'Heebo', 'Poppins', 'typograph', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.entry-meta a,
.entry-meta a:focus,
.entry-meta a:hover {
    border-bottom-width: 0;
}

.page .entry-header,
.single .entry-header {
    margin: 0 auto 10px;
    /*    margin: 0 auto 5%;*/
    background-color: #a7a3a3;
    background-size: cover;
    padding: 100px 200px 0 0;
    position: relative;
}

.page.page-template-page_blog .entry-header {
    max-width: none;
}

.entry-footer {
    margin: 30px auto 60px;
    max-width: 660px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    border: 1px solid #eee;
    margin: 0 auto 10%;
    max-width: 660px;
    overflow: hidden;
    padding: 40px;
}

.after-entry .widget {
    margin-bottom: 40px;
}

.after-entry .widget-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
    margin-bottom: 0;
}

.after-entry ol,
.after-entry ul {
    margin-bottom: 30px;
    margin-left: 40px;
}

.after-entry ol > li {
    list-style-type: decimal;
}

.after-entry ul > li {
    list-style-type: none;
    padding-right: 16px;
}
.after-entry ul > li:before {
    content: "•"; /* Insert content that looks like bullets */
    padding-left: 8px;

}


/* Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    font-family: 'Heebo', 'Poppins', 'typograph', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    /*    font-weight: 600;*/
    letter-spacing: 0.5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    text-transform: uppercase;
}

.pagination a {
    border-bottom: 1px solid #232525;
}

.pagination a:focus,
.pagination a:hover {
    border-bottom: 1px solid #e85555;

}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #232525;
    border: 1px solid #232525;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #0078c1;
    text-decoration: none;
    color: #fff;
}

/* Sidebar
--------------------------------------------- */

.content-sidebar .sidebar,
.sidebar-content .sidebar {
    width: 30%;
}

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

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

.sidebar .widgettitle {
    font-family: 'Heebo', 'Poppins', 'typograph', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sidebar .widget {
    margin-bottom: 80px;
}

.sidebar p:last-child,
.sidebar .ul li:last-child,
.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar p:last-child {
    margin-bottom: 0;
}

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
    margin: 0 auto;
    max-width: 660px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
    margin-bottom: 40px;
}

.comment-header {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
}

.entry-pings .reply {
    display: none;
}

.entry-comments .comment {
    border-bottom: 1px solid #eee;
}

.entry-comments .comment:last-child {
    margin-bottom: 0;
}

p.comment-form-comment {
    margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
    margin: 0;
}

.entry-comments .comment {
    clear: both;
}

.entry-comments .children .comment {
    border: none;
}

.comment-list li {
    list-style-type: none;
}

.comment-list ul.children {
    margin-left: 40px;
}


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

.footer-widgets {
    background-color: #ffffff;
    border-top: 5px solid #fff;
    clear: both;
    text-align: center;
    padding: 20px 0px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    float: left;
    padding: 20px 4%;
}

.footer-widgets-1 {
    /*    background-color: #e85555;*/
    text-align: right;
    width: 40%;
}

.footer-widgets-2 {
    text-align: left;
    width: 20%;
}

.footer-widgets-3 {
    padding-left: 0;
    text-align: left;
    width: 40%;
}

.footer-widgets .widget {
    margin-bottom: 30px;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #fff;
}

.footer-widgets p {
    margin-bottom: 5px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
    margin-bottom: 0;
}

.footer-widgets .widget-title {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: -1px;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets p,
.footer-widgets .widget-title {
    color: #000000;
}

.footer-widgets a {
    border-bottom-width: 0;
    font-family: 'Heebo', 'Poppins', 'typograph', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    /*    text-transform: uppercase;*/
}

.footer-widgets a:focus,
.footer-widgets a:hover {
    text-decoration: none;
}

.footer-widgets .footer-widgets-1 a:focus,
.footer-widgets .footer-widgets-1 a:hover {
    color: #232525;
}

.footer-widgets .simple-social-icons ul {
    margin-top: 10px !important;
}

.footer-widgets .simple-social-icons ul li {
    margin: 0px 12px 12px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
    padding: 15px !important;
}

.footer-widgets li.menu-item {
    display: inline-block;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    padding: 10px 10.5%;
    text-align: right;
}

.site-footer a,
.site-footer p {
    border-bottom-width: 0;
    color: #232525;
}

.site-footer a:focus,
.site-footer a:hover {
    /*    color: #e85555;*/
    text-decoration: underline;
}

.site-footer p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
    opacity: 0;
    overflow: hidden;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
} 

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
} 

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* Specific pages
---------------------------------------------------------------------------------------------------- */
body.page-template-page_hatava {
    font-size: 24px;
    font-size: 2.4rem;
}

.page-template-page_hatava .entry-content h2 {
    color: #0078c1;
    
}

.page-template-page_hatava .entry-content {
/*    margin: 90px 0;*/
    max-width: 1200px;
}

.page-template-page_hatava .entry-header {
    margin: 0 auto 1%;
}

.page-template-page_hatava-php .footer-widgets .wrap {
    border-top: 2px solid #0078c1;
}

.page-template-page_hatava .entry-content .first ul {
    margin: 0;
    padding: 0;
}

.page-template-page_hatava .mobile_header_img{
    display: none;
}

.page-template-page_hatava input#choice_1_8_1 {
    margin: 3px auto;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label {
    font-weight: 400;
}

.ginput_container .gfield_checkbox a {
    text-decoration: underline;
}

body .gform_wrapper .top_label li ul.gfield_checkbox,
body .gform_wrapper .top_label li ul.gfield_radio {
    width: 90%;
    margin: 0 auto !important;
}

.post-type-archive-store main {
    background:  #eaeaea;
    padding: 0px 0px 50px 0px;
}
.post-type-archive-store main .archive-description.cpt-archive-description {
    background: #fff;
    padding-right: 10%;
}

.post-type-archive-store .archive-description h1{
    font-size: 50px;
    font-size: 5rem;
    margin: 0 auto;
    width: 90%;
    font-weight: 400;
    line-height: 1;
    padding-top: 50px;
}

.post-type-archive-store .archive-description p{
    font-size: 35px;
    font-size: 3.5rem;
    width: 90%;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
}

.post-type-archive-store section#search-section{
    max-width: 800px;
    width: 90%;
}


.gform_body .gfield_label .ginput_container .gfield_checkbox .gchoice_1_8_1 {
    margin: 2px 7px 0 0;
}

body .gform_wrapper .top_label .gfield_label {
    visibility: hidden;
    position: absolute;
}

.gform_wrapper form  { 
    background-color: #f4f4f4;
    padding: 25px;
    max-width: 440px;
    margin: 5px;
}

body .entry-content .one-half .gform_heading h3.gform_title {
    text-align: center !important;
    color: #000;
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
body .gform_wrapper h3.gform_title {
    font-size: 36px;
    font-size: 3.6rem;
}

body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 24px;
    font-size: 2.4rem;
}

html body.rtl .gform_wrapper input[type=submit] {
    text-align: center !important;
}

div#contact-map {
    height: 350px;
    width: 100%;
/*    margin-top: 38px;*/
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 5px;
}

html[dir=rtl] body .gform_wrapper .gfield_checkbox li label,
html[dir=rtl] body .gform_wrapper .gfield_radio li label {
    margin: 0 4px 0 0;
    /*    font-weight: bold;*/
}

article:first-child a.entry-image-link {
    width: 50%;
    margin-left: 20px;
}

body .post-type-archive-article {
    font-size: 50.5%;
}

.post-type-archive-article h2.entry-title {
    margin-top: 0;
    font-weight: normal;
}

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


.acf-map {
    width: 1200px;
    max-width: 100%;
    height: 800px;
    border: #ccc solid 1px;	
    display: block;
    margin: 0 auto;
}
/*
.search .acf-map {
    width: 440px;
    max-width: 100%;
    height: 350px;
    border: #ccc solid 1px;	
    display: inline-block;
        
         
}
*/
/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

#stores-list{

    display: none;

}

.search #stores-list{
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin-right: 15%;
    display: none;
}

#stores-list .marker h4, #stores-list .marker p{
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    margin: 10px 0px;
}

#stores-list .hidden-address{
    display: none !important;
}

#stores-list .marker p a{
    color: #2b63ad;
    border-bottom: none;
    text-decoration: underline;
}

#stores-list .store.hide{ 
    display: none;
}

h2.stores-around{
    margin-right: 15%;
    font-weight: 400;
    font-size: 30px;
    font-size: 3rem;
    display: none;
}

.home #search.button{
    background: #000;
    border: 1px solid #000;

}

.home video::-webkit-media-controls {
    display:none !important;
}

#search-section input{  
    margin: 0 auto;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid;
    font-weight: normal;
}

.post-type-archive-store #search-section input{
    border: 2px solid #0078c1;
}

.post-type-archive-store #search-section.error input {
    border-color: red;
}

i.fa.fa-search {
    font-size: 25px;
}

i.fa.fa-search:hover {
    font-weight: bold;
    font-size: 27px;
    color: #fff;
}

#search-section button{
    width: 50px!important;    
    margin: 0px !important;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    height: 100%;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #0078c1;
}

#search-section button:hover {
    background: #0078c1;
    color: #fff;
}

section#search-section input[type="submit"] {
    visibility: hidden;
    position: absolute;
    display: none;
}

.post-type-archive-store section#search-section{
    display: block;
    padding-bottom: 30px;
}

section#search-section{
    text-align: center;
    position: relative;
    width: 450px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 4% 0 0;
}

section .search-stores-text{
    width: 340px;
    display: inline-block;
}


.search-stores-text h2{
    font-size: 50px;
    font-size: 5rem;
    margin-bottom: 0;
    line-height: 1;

}

.search-stores-text h4{
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 0px;
}


/*Home page*/
section.grey {
    background: #eaeaea;
    /*    padding: 30px 0;*/
}
section.blue {
    background: #0078c1;
}
section.outbrains ul,
section.lenses ul {
    display: flex;
}

section.outbrains ul li.outbrain,
section.lenses ul li.outbrains,
section.lenses ul li.lense {
    width: 25%;
    margin-right: 15px;
}

section.lenses ul li.lense a:hover {
    text-decoration:none;
}

.strip.hatava .link-benefits:hover > a {
	text-decoration: none;
}
.strip.hatava .link-benefits:hover {
    /*background-color: transparent;*/
    box-shadow:inset 0px 0px 0px 1px #000;
}

li.lense.first {
    margin-right: 0px;
}

section.outbrains ul li.outbrain.first {
    margin-right: 0px;
}

.outbrain h2 {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 5px;
}

.outbrain a {
    text-decoration: none;
}
.outbrains h1{
    font-weight: 400;
}

li.outbrain img {
    width: 100%;
}

.strip {
    padding: 40px 0;
}

.strip.hatava {
    padding: 10px 0;
	display:none;
}

.strip.articles .wrap a.button {
    float: left;
    margin-top: 143px;
    font-size: 24px;
    font-size: 2.4rem;
    text-decoration: none;
    border: 1px solid;
}

.strip.articles h2{
    font-weight: 400;
}

.strip.lenses .wrap a.button {
    float: left;
    margin-top: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    text-decoration: none;
    border: 1px solid;
}

.home section.front-page-1 .wrap {
    max-width: 1600px;
    /*    margin: 50px auto;*/
    margin: 20px;
}

.home section .wrap {
    width: 1390px;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 90%;
}


.home .strip.stores .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Front Page video
--------------------------------------*/

.home video{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    min-width: 100%;
    background-size: cover;
}


.mobile-poster {
    display: none;
}

section.tips .tip-right {
    display: inline-block;
    width: 70%;
    float: none;
    vertical-align: top;
    margin-right: 20px;
}

section.tips .tip-right h2{
    font-size: 35px;
    font-size: 3.5rem;
    text-align: right;
}

section.tips .tip-img{    
    display: inline-block;
    width: 25%;
    color: #fff;
    margin-right: 1.9%;
}


section.tips .tip-img .tip-expert, 
section.tips .tip-img .tip-expert-title{
    /*    margin-right: 20px;*/
    margin: 0px 60px 10px 0;
} 
section.tips .bx-wrapper {
    background: transparent;
    margin: 0;
    border: 0;
    box-shadow: none;
    direction: ltr;
}
section.tips .bx-wrapper li{
    width: 100%;
    min-height: 200px;

}

.front-page-1 .wrap h1 {
    /*    color: white;*/
    color: #0078c1;
    font-weight: normal;
    margin: 10px 115px auto;
    font-size: 72px;
    font-size: 7.2rem;
}

.front-page-1 p {
    font-size: 24px;
    font-size: 2.4rem;
    color: #0078c1;
    font-weight: normal;
}

a.about-button {
    /* background-color: #e8e8e8; */
    padding: 15px 30px;
    /* margin-right: 115px; */
    border: 1px solid #ffffff;
    color: #fff;
}

.strip.lenses h2{
    font-weight: 400;
}

.strip.hatava .wrap {
    color: #fff;
    line-height: 1.1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px;
}

.strip.hatava .title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;

}

.strip.hatava .description {
    font-size: 24px;
    font-size: 2.4rem;
}
.strip.hatava .link-benefits a {
	font-size: 50px;
}
.site-container .modal {
	display: none !important;
}
#gform_wrapper_1 {
	display: none !important;
}
.strip.hatava .link-benefits {
	padding: 15px;
    max-width: 320px;
    background-color: #ffffff;
    align-self: center;
    /*margin-right: 20px;*/
    cursor: pointer;
}

section.strip.lenses .wrap {
    width: 95%;
    max-width: 1820px;
}

.lense .lense-link a{
    font-size: 2.4rem;
    font-size: 24px;
    text-decoration: underline;
}

a.hatava-button {
    border: none;
    font-size: 24px;
    font-size: 2.4rem;
    display: block;
    margin-top: 6px;
    padding: 7px 24px;
    text-decoration: none;
    color: #000000;
}

.strip.articles h3 {
    font-weight: normal;
}

.page-template-page_hatava h3{
    color: #0078c1;
}

#gform_wrapper_1 .gform_body input {
    padding: 10px 5px;
}

.page-template-page_hatava .gform_wrapper .top_label .gfield_error, 
.page-template-page_hatava .gform_wrapper .top_label .gfield_error input.large, 
.page-template-page_hatava .gform_wrapper .top_label .gfield_error select.large,
.page-template-page_hatava .gform_wrapper .top_label .gfield_error textarea.textarea {
    width: 97%;
}

.sub-title h5 {
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    font-weight: normal;
    margin: 10px 115px auto;
    min-height: 135px;
}

.sub-title a {
    border: 1px solid #ffffff;
    /*    color: #fff;*/
    background: rgba(255,255,255,0.3);
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    width: 180px;
    margin-top: inherit;
    text-align: center;
}

section.strip.articles .wrap {
    width: 1250px;
    max-width: 95%;
}

.strip.articles a.button {
    float: left;
    font-size: 24px;
    font-size: 2.4rem;
}

.home .strip.articles a{
    font-size: 2.4rem;
    font-size: 24px;
    text-decoration: underline;
}


section.strip.articles img {
    float: right;
    margin-left: 20px;
    width: 35%;
}

.strip.tips h2 {    
    /*    font-size: 50px;
        font-size: 5rem;*/
    font-weight: 400;
    text-align: center;
}

/*.backstretch {
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 800px;
    width: 1730px;
    z-index: -999998;
    position: absolute;
}*/

li.tip .wrap{
    max-width: 90%;
    margin: 0 auto;
    width: 1390px; 
}

li.tip{
    text-align: right;
    direction: rtl;
}
li.tip .tip-img img {
    overflow: hidden;
    border-radius: 100%;
    display: inline-block;
}


li.tip .tip-excerpt{
    text-align: right;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
}

.tips h2{
    color: #fff;
}




/*archives-lenses
---------------------------------------------------------------------------------------------------- */
.archive .container-articles {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    padding-bottom: 60px;
}


.archive section.lenses ul{
    flex-wrap: wrap;
    justify-content: center;
}

.archive section.lenses ul li{
    width: 50%;   
    margin: 0;
    margin-bottom: 40px;
}
a.entry-image-link {
    border-bottom: none;
}

.post-type-archive-article  article.entry{
    max-width: 1225px;
    margin: 20px auto 40px auto;
    width: 95%;
}

.post-type-archive-article  article.entry:first-child{
    max-width: 1920px;
    margin: 0;
    margin-bottom: 60px;	
}

.post-type-archive-article  article.entry:first-child .entry-title {
    font-size: 46px;
    font-size: 4.6rem;
    margin-top: 5%;
}

.post-type-archive-article  article.entry:first-child .entry-content{
    /*    font-size: 28px;
        font-size: 2.8rem;*/
}


.post-type-archive-article  article.entry a.entry-image-link{
    float: right;
}

.post-type-archive-article article.entry:last-child {
    margin-bottom: 50px;
}

/*.post-type-archive-lenses .site-container .site-inner{
    border-bottom: 1px solid #eee;
    margin-bottom: 5%;
    width: 1200px;
}

.entry,
.post-type-archive-lenses .entry {
    border-bottom: 1px solid #eee;
    margin-bottom: 5%;
    max-width:50%;
}*/

.footer-widgets-1 {
    /*    width: 100%;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.zeiss-facebook-logo {
    padding: 10px; 
    margin: 0 5px;
}

/*.widget-wrap .menu li.menu-item {
    margin: 0px 10px;
}*/

.lense-link.button a {
    color: #fff;
    text-decoration: none;
}



.lense-link.button:hover a {
    color: #0078c1;
}

.lense-archive-description{
    margin-bottom: 20px;
}

/*Single Lenses
-----------------------------------------------------------------------------------------------------*/
.single section.strip.lenses .wrap{
    max-width: 1357px;
    margin: 0 auto;
}

.single section.strip.lenses ul.more-lenses{
    display: flex;
    justify-content: space-between;
}

.single section.lenses ul li.lense{
    width: 33%;
}

.single section.lenses h2{
    font-weight: 400;
    font-size: 60px;
    font-size: 6rem;
    margin: auto 60px;
}

.single-lenses .more-lenses .lense a {
    font-size: 2.4rem;
    font-size: 24px;
    text-decoration: underline;
}

.single-lenses header.entry-header h3 br{
    display: none;
}

/*Page Contact
-----------------------------------------------------------------------------------------------------*/

.page-template-page_contact.page h1.entry-title {
    max-width: 900px;
    margin: 0 auto;
    color: #232525;
    padding-top: 50px;
    position: inherit;
}

.page-template-page_contact .one-half h4{
    margin-top: 0;
}

.page-template-page_contact .first strong {
    line-height: 1.4;
}

.page-template-page_contact section.blue.strip.hatava {
    margin-top: 60px;
}


#top-hp  {
    direction: ltr;
}

.slider{
    visibility: hidden;
}
.bx-wrapper .bx-pager{
    bottom: 15px !important;
}
.bx-wrapper{
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.slider .slide-text{
    direction: rtl;
    position: absolute;
    top: 10%;
    right: 5%;
    color: #0078c1;
    width: 40%;	
}

.slider .slide-text .sub-title{
    font-size: 2.7vw;
	font-size: 1.8vw;
    line-height: 1;
}
.slider .slide-text .title{
    font-size: 5vw;
	font-size: 3vw;
    line-height: 1;
   
}

#INDmenu-btn {
    top: auto !important;
    bottom: 20px !important;
}

img.logolzeiss {

    width: 125px;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

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

    .genesis-nav-menu .sub-menu {
        padding: 0 !important;
    }

    .genesis-nav-menu a {
        font-size: 18px;
        font-size: 1.8rem;
    }


    .header-image .site-title {
        margin-left: 5px;
    }

    .header-image .site-title > a {
        width: 170px;
    }

    .post-type-archive-article article.entry:first-child .entry-content {
        font-size: 20px;
        font-size: 2rem;
    }

    .header-image .site-title > a,
    .lapidot-logo {
        background-position: center center !important;
        background-size: contain !important;
        float: left;
        min-height: 67px;
        width: 170px;
        background-repeat: no-repeat;
        margin-right: 5px;
    }

    .post-type-archive-article  article.entry{
        margin: 20px auto 40px auto;
    }
}

@media only screen and (max-width: 1270px) {
    .header-image .site-title > a,
    .lapidot-logo {
        background-position: center center !important;
        background-size: contain !important;
        float: left;
        min-height: 67px;
        width: 170px;
        background-repeat: no-repeat;
        margin-right: 5px;
    }

    .post-type-archive-article article.entry:first-child .entry-title {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1;
    }

    .post-type-archive-article h2.entry-title {
        font-size: 2.6rem;
        font-size: 26px;
        line-height: 1;
    }

}

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

    .post-type-archive-article  article.entry{
        margin: 50px 250px;
    }

    article:first-child a.entry-image-link {
        margin-left: 20px;
        width: 439px;
    }

    .post-type-archive-article  article.entry{
        margin: 0;
    }

    .post-type-archive a.button {
        font-size: 20px;
        font-size: 2rem;
        margin-top: 25px;
        float: left;
    }	
    
    

}

@media only screen and (max-width: 1200px) {
    .content-sidebar .content,
    .content-sidebar .sidebar,
    /*    .footer-widgets-1,
        .footer-widgets-2,
        .footer-widgets-3,*/
    /*    .header-image .site-title > a,*/
    .js .genesis-nav-menu .sub-menu,
    .js .genesis-nav-menu .sub-menu a,
    .sidebar-content .content,
    .sidebar-content .sidebar,
    .site-header {
        width: 100%;
    }

    .site-header {
        position: inherit;
        text-align: center;
    }

    .page .entry-header, .single .entry-header {
        padding: 20px 40px 0 0;
    }

    .post-type-archive-article article.entry:first-child .entry-title {
        font-size: 26px;
        font-size: 2.6rem;
        margin: 0;
    }

    .header-image .nav-primary:not(button) {
        background: #0078c1;
        margin-top: 0;
        padding: 0px 0 20px 0;
        position: absolute;
        top: 138px;
        z-index: 999;
        right: 0;
        border: 1px solid #fff;
        border-right: 0;
        width: 45%;
        top: 105px;
    }

    .js .nav-primary .sub-menu a {
        background: none;
        border: none;
    }

    .js nav {
        display: none;
        position: relative;
    }

    .js nav .wrap {
        padding: 0;
    }

    .js nav.pagination {
        display: block;
    }

    .menu-toggle,
    .sub-menu-toggle {
        background: none;
        border-radius: 0;
        border-width: 0;
        color: #1e1e1e;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }

    .menu-toggle:hover,
    .menu-toggle:focus,
    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        background: none;
        border-width: 0;
    }

    .menu-toggle {
        padding-bottom: 0;
        padding-top: 10px;
        position: relative;
        right: 0;
        z-index: 1000;
        width: 100%;
    }

    .menu-toggle:before,
    .menu-toggle.activated:before {
        color: #1e1e1e;
        /*        content: "\f130";*/
        display: inline-block;
        font: normal 20px/1 'ionicons';
        margin: 0 auto;
        padding-right: 10px;
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform:     translate(0, 0);
        transform:         translate(0, 0);
        vertical-align: middle;
    }

    .sub-menu-toggle {
        float: right;
        padding: 8px 18px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .js .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        margin-top: 1px;
        margin-bottom: 1px;
        position: relative;
        text-align: left;
    }

    li#menu-item-228 {
        margin-top: 10px;
    }

    .js .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .js .genesis-nav-menu .menu-item a {
        border: none;
        padding: 10px;
        width: 100%;
        color: #fff;
        font-weight: normal;
        text-align: -webkit-right;
    }

    .js .genesis-nav-menu .menu-item .sub-menu a {
        font-weight: 100;
    }

    .js .genesis-nav-menu .menu-item a:hover,
    .js .genesis-nav-menu .sub-menu {
        border: none;
    }

    .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .js .genesis-nav-menu > .menu-item-has-children > a:after {
        content: none;
    }

    .js .genesis-nav-menu .sub-menu {
        clear: both;
        display: block;
        margin: 0;
        opacity: 1;
        padding: 0 0 15px 0;
        position: static;
        width: 100%;
    }

    .js .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .js .genesis-nav-menu .sub-menu a {
        border: none;
    }

    .js nav button:hover,
    .js .menu-toggle:hover,
    .js .nav-primary {
        color: #1e1e1e;
    }

    .js nav button:focus,
    .js .menu-toggle:focus {
        color: #e85555;
    }

    .strip.hatava .wrap{
        flex-wrap: wrap;
        text-align: center;
    }

    .strip.hatava .title {
        max-width: 100%;
        margin-left: auto;
    }

    .strip.hatava .link-benefits,
    .strip.hatava .benefit,
    .strip.hatava .description {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 801px) {

    .footer-widgets .wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

}

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


    .site-inner {
        margin-top: 0;
    }

    .header-image .site-title{
        margin-left: 15px;
    }

    .content-sidebar .content,
    .content-sidebar .sidebar,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    /*    .header-image .site-title > a,*/
    .js .genesis-nav-menu .sub-menu,
    .js .genesis-nav-menu .sub-menu a,
    .sidebar-content .content,
    .sidebar-content .sidebar,
    .site-header {
        width: 100%;
    }

    .site-header {
        position: inherit;
        text-align: center;
    }

    .header-image .nav-primary:not(button) {
        background: #0078c1;
        margin-top: 0;
        padding-left: 80px;
        padding-bottom: 17px;
        position: absolute;
        /*        top: 152px;*/
        z-index: 999;
        width: 100%;
    }

    .content-sidebar .content,
    .content-sidebar .sidebar,
    .nav-primary,
    .sidebar-content .content,
    .sidebar-content .sidebar,
    .title-area {
        float: none;
    }

    .js .nav-primary .sub-menu a {
        background: none;
        border: none;
    }

    .js nav {
        display: none;
        position: relative;
    }

    .js nav .wrap {
        padding: 0;
    }

    .js nav.pagination {
        display: block;
    }

    .menu-toggle,
    .sub-menu-toggle {
        background: none;
        border-radius: 0;
        border-width: 0;
        color: #1e1e1e;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }

    .menu-toggle:hover,
    .menu-toggle:focus,
    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        background: none;
        border-width: 0;
    }

    .menu-toggle {
        padding-bottom: 0;
        padding-top: 10px;
        position: relative;
        right: 0;
        z-index: 1000;
        width: 100%;
    }

    .menu-toggle:before,
    .menu-toggle.activated:before {
        color: #1e1e1e;
        /*        content: "\f130";*/
        display: inline-block;
        font: normal 20px/1 'ionicons';
        margin: 0 auto;
        padding-right: 10px;
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform:     translate(0, 0);
        transform:         translate(0, 0);
        vertical-align: middle;
    }

    .sub-menu-toggle {
        float: right;
        padding: 8px 18px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .js .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        margin-top: 1px;
        margin-bottom: 1px;
        position: relative;
        text-align: left;
    }

    .js .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .js .genesis-nav-menu .menu-item a {
        border: none;
        padding: 10px;
        width: 100%;
        color: #fff;
        /*        font-weight: bold;*/
        font-weight: 400;
        text-align: -webkit-right;
    }

    .js .genesis-nav-menu .menu-item a:hover,
    .js .genesis-nav-menu .sub-menu {
        border: none;
    }

    .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .js .genesis-nav-menu > .menu-item-has-children > a:after {
        content: none;
    }

    .js .genesis-nav-menu .sub-menu {
        clear: both;
        display: block;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
        padding: 0;
    }

    .nav-primary ul.sub-menu {
        margin-right: 15px !important;
    }

    /*    .js .genesis-nav-menu .menu-item .sub-menu a {
            font-weight: 100;
        }*/

    .genesis-nav-menu {
        margin-right: 15px;
    }

    .js .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .js .genesis-nav-menu .sub-menu a {
        border: none;
    }

    .js nav button:hover,
    .js .menu-toggle:hover,
    .js .nav-primary {
        color: #1e1e1e;
    }

    .js nav button:focus,
    .js .menu-toggle:focus {
        color: #e85555;
    }

    .front-page .content {
        padding-bottom: 0;
    }

    .content {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 4%;        
    }

    .page .entry-header,
    .single .entry-header {
        max-width: 100%;
    }

    .entry-content {
        margin-left: 0;
        margin-right: 0;
    }

    .entry-header {
        clear: both;
        margin: 0;
    }

    li.tip .tip-excerpt {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 100;
    }

    img.alignleft.entry-image,
    .full-width-content img.pull {
        margin-left: 0;
        margin-right: 0;
    }

    img.alignleft.entry-image,
    img.alignright.entry-image {
        display: block;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .comment-list ul.children {
        margin-left: 0;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        padding: 9% 5% 3%;
    }

    .footer-widgets-1,
    .page .entry-header,
    .single .entry-header {
        /*text-align: left;*/
    }

    .footer-widgets .menu li a {
        font-size: 22px;
        font-size: 2.2rem;
        text-decoration: underline;
    }

    .footer-widgets .menu li::after {
        content: "|";
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: bold;
        margin: 8px;
    }

    /* .site-footer {
        padding: 20px;
    }
*/
    #top-hp video {
        max-width: inherit;

    }

    body .bx-wrapper .bx-controls-direction a {
        margin-bottom: 0px;
    }

    .sub-title a {
        margin: 10px;
    }

    .home section.front-page-1 .wrap{
        margin: 0px;
        width: 100%;
        padding: 20px 40px;
    }

    .english h1.entry-title, .english .entry-header h3 {
        direction: ltr;
        margin-left: 20px !important;
        text-align: left !important;
    }

    .single.single-lenses h1.entry-title,
    .page h1.entry-title,
    .front-page-1 .wrap h1 {
        /* font-weight: bold;*/
        margin: 0 0px 0 0;
/*        font-size: 52px;*/
/*        font-size: 5.2rem;*/
    }

    .sub-title h5{
        margin: 0 0px 0 0;
    }

    .search-stores-text h2 {
        font-size: 38px;
        font-size: 3.8rem;
    }

    .search-stores-text h4 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .home .strip.stores .wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .front-page-1 p {
        font-size: 20px;
        font-size: 2rem; 
    }

    .front-page .outbrain h2 {
        font-size: 20px;
        font-size: 2rem;
    }

    section.lenses ul, section.outbrains ul{
        flex-wrap: wrap;
    }

    section.lenses .bx-wrapper {
        DIRECTION: ltr;
    }
    section.lenses .bx-wrapper li{
        DIRECTION: rtl;
        text-align: right;

    }
    section.lenses ul li.lense{
        width: 100%;
        display: block;
        margin-right: 0;
    }

    .strip.lenses .wrap a.button,.strip.articles .wrap a.button {
        text-align: center;
        margin: 20px auto;
        display: block;
        width: 80%;
        float: none;
    }

    

    section.tips .tip-right {
        display: block;
        width: 95%; 
        margin-top: 20px;
        margin-right: 0px;
    }

    section.tips .tip-img{
        width: 70%;
        margin: 0 auto;
        display: block;
        margin-top: 20px;
    }

    .lenses .bx-wrapper img {
        width: 100%;
    }

    .bx-wrapper .bx-controls-direction a{
        top: 70% !important;
    }

    .lenses .bx-wrapper .bx-controls-direction a{
        top: 39% !important;
    }

    .lenses .bx-wrapper .bx-prev {
        left: 1% !important;
    }

    .lenses .bx-wrapper .bx-next {
        right: 1% !important;
    }

    section#search-section{
        width: 95%;
    }

    .outbrains h1{
        font-size: 40px;
        font-size: 4rem;
    }

    section.outbrains ul li.outbrain{
        width: 95%;
        margin: 0 auto;
    }
    section.strip.articles img {
        float: none; 
        margin: 0px;
        width: 100%;
        display: block;
    }

    .wideget.widget_nav_menu{
        font-size: 2rem;
    } 

    .footer-widgets .widget {        
        margin: 15px auto;
    }

    .widget.widget_text img.logolapidot{
        /*        vertical-align: -webkit-baseline-middle;*/
        margin-left: 40px;
    } 



    .entry, .page.page-template-page_blog .entry{
        max-width: 100%;
    }


    .page .entry-header, .single .entry-header{
        padding: 0px;
    }

    .page h1.entry-title{
        padding: 10px 15px 0 0;
        font-size: 30px;
        font-size: 3rem;
        text-align: right;
        margin: 0;
    }

    .page .entry-content, .single .entry-content{
        padding: 0 15px;
    }

    .single section.strip.lenses .wrap{
        width: 90%;
        max-width: 100%;
    }

    .strip.lenses h2{
        margin-right: 20px;
    }

    .container-articles article.type-lenses.entry {
        max-width: 100%;
        padding: 10px;
    }

    .post-type-archive-article h2.entry-title {
        line-height: 1;
        margin: 0;
    }

    .post-type-archive-article article.entry:first-child .entry-content {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .read-more-wrap a.button {
        display: block;
        text-align: center;
        margin: 13px auto;
    }

    /*.read-more-wrap {
        width: 70%;
        margin: 0 auto;
    }*/

    .article-footer img {
        vertical-align: middle;
        display: inline;
        width: 125px;
        margin: 0px 20px;
    }

    .single-article .content {
        padding-bottom: 0;
    }

    .page-template-page_contact .page h1.entry-title{
        padding: 10px;
    }
    .page-template-page_contact .one-half{
        margin: 0px !important;
    }
    .page-template-page_contact iframe{
        margin-top: 30px !important;
    }

    html[dir=rtl] .gform_wrapper {
        padding-right: 0px !important;
    }

    body .gform_heading h3.gform_title{
        font-size: 26px !important;
        font-size: 2.6rem !important;
    }

    .page-template-page_contact input[type="submit"]{
        margin-right: 12px !important;
    }

    .page-template-page_contact textarea {
        width: 100%;
    }

    .post-type-archive-store section#search-section{
        margin: 0 auto;
    }

    #stores-list{
        width: 75%;
        margin-bottom: 20px;

    }

    .header-image .title-area img{
        /*display: none;*/
    }

    .single-lenses .more-lenses a {
        font-weight: bold;
    }

    .container-articles h2.entry-title {
        font-size: 2.6rem;
        font-size: 26px;
    }

    .archive .container-articles {
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
        padding-bottom: 0px;
    }

    body .title-area .lapidot-logo {
        width: 25%;
    }

    .page-template-page_contact .gform_wrapper form {
        padding: 25px 0;
        width: 90%;
        margin: 0 auto;
    }

    img.alignright.entry-image,
    article:first-child a.entry-image-link, 
    article a.entry-image-link {
        width: 100%;
    }

    img.alignright.entry-image {
/*        margin-right: 10px;*/
    }

    .post-type-archive-article article.entry:first-child .entry-content {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .post-type-archive-article .read-more-wrap a.button {
        display: block;
        text-align: center;
        margin: 20px auto;
        padding: 15px;
        width: 40%;
        float: none;
    }

    .post-type-archive-article  article.entry:first-child{
        margin-bottom: 40px;
        margin: 0 auto;
    }

    html[dir=rtl] .gform_wrapper span.ginput_left, html[dir=rtl] .gform_wrapper ul.gform_fields li.gfield{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    html[dir=rtl] .gform_footer, html[dir=rtl] .gform_page_footer{
        padding-right: 16px;
    }

    div#gforms_confirmation_message_3, div#gforms_confirmation_message_1{
        width: auto;
    }

    .single-lenses header.entry-header {
        background-position: center;
    }

    .single-lenses header.entry-header h3 br {
        display: block;
    }


    .page-template-page_hatava header.entry-header{
        display: none;
    }

    .page-template-page_hatava .mobile_header_img{
        display: block;
    }


    img.logolzeiss {
        margin-left: 10px !important;
    }
    
    .slider .slide-text{
        top: auto;
        width: 100%;
        right: 0;
        background: rgba(255,255,255,0.8);
        bottom: 0;
        padding-bottom: 30px;
        padding-right: 2%;
    }

    .slider .slide-text .title{
        font-size: 5.5vw;
    }
    .slider .slide-text .sub-title{
        font-size: 4vw;
    }
    
    
}


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

@media only screen and (max-width: 600px) {
	
	.archive-title,
.author-box-title {
    font-size: 42px;
    font-size: 4.2rem;

}

    #stores-list .marker h4 {
        margin: 2px 0px;
    }

    .single section.lenses ul li.lense{
        width: 100%;
    }

    #stores-list .marker h4, #stores-list .marker p {
        display: block;
    }

    #stores-list p.address{
        margin-top:0px;
    }
    #stores-list p.address span {
        display: block;
    }
    #stores-list span.sep,
    #stores-list p.address span.sep {
        display: none;
    }

    .lense h4 {
        font-size: 2rem;
        font-size: 20px;
    }

    body .gform_wrapper textarea {
        line-height: 1.5;
        width: 100% !important;
        margin: 0 !important;
    }

    .gform_wrapper form  { 
        margin: 0px;
    }

    body .gform_wrapper .gfield_checkbox li label {
        font-size: 14px;
        font-size: 1.4 rem;
    }

    #gform_wrapper_1 .gform_body input {
        padding: 6px 5px;
        width: 100%;
    }

    .gform_wrapper form  { 
        width: 100%;
        margin: 0px;
    }

    .gform_body input, textarea {
        border: 1px solid #c5c0c0;
    }

    body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1.4;
        min-height: 2rem;
        padding: 10px 5px;
        width: 100%;
    }

    html body .gform_wrapper ul li.gfield {
        margin-top: 20px;
        padding-top: 0;
    }

    body > div {
        font-size: 1.6rem;
    }

    .footer-widgets .menu li a {
        font-size: 2px;
        font-size: 2rem;
    }

    .home section.front-page-1 .wrap {
        padding: 20px 18px;
    }

    .front-page-1 .wrap h1 {
        font-size: 42px;
        font-size: 4.2rem;
    }

    .sub-title h5 {
        font-size: 20px;
        font-size: 2rem;
    }

    .page .entry-title,
    .single .entry-title {
        font-size: 36px;
        font-size: 3.6rem;
        letter-spacing: -2px;
    }

    .single-article .entry-title {
		letter-spacing: 0px;
	}

    body .bx-wrapper .bx-controls-direction a {
        margin-top: 0;
        top: 45% !important;
    }

    .strip.hatava .title {
        font-size: 32px;
        font-size: 3.2rem;

    }
    .strip.hatava .description {
        font-size: 21px;
        font-size: 2.1rem;

    }

    .strip.lenses h2 {
        font-size: 4rem;
        text-align: center;
        margin: 0;

    }

    .lenses .bx-wrapper .bx-controls-direction a {
        top: 32% !important;
    }

    .strip {
        padding: 0px 0; 
    }
    .gallery-item {
        float: none;
    }

    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 100%;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    .page-template-page_hatava .entry-content h2 {
        color: #0078c1;
        overflow: visible;
        width: 100%;
        font-size: 3.2rem;
        font-size: 32px;
    }

    .page-template-page_hatava h3 {
        font-size: 3rem;
        font-size: 30px;
    }

    .one-half.first {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .page-template-page_hatava .gform_wrapper {
        margin: 0 auto;
    }

    #stores-list .store {
        margin: 15px 0;
    }

    .post-type-archive-store .archive-description p {
        font-size: 20px;
        font-size: 2rem;
        width: 90%;
    }

    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
        padding: 16% 5% 3%;
    }

    .single-lenses .entry-content h2 strong {
        font-size: 40px;
        font-size: 4rem;
    }

    .entry-header h3 {
        font-size: 15px;
        font-size: 1.5rem;
        margin: 0 15px;
    }

    .single section.lenses h2 {
        font-weight: 400;
        font-size: 39px;
        font-size: 3.9rem;
        margin: 15px 20px 0 5px;
    }

    .single.single-lenses h1.entry-title {
/*        padding: 10px 15px 0 0;*/
/*        font-size: 30px;*/
/*        font-size: 3rem;*/
        font-size: 5vw;
        text-align: right;
        margin: 0;
        max-width: 50%;
    }

    /*img.alignright.post-image.entry-image {
            margin: 0 0 30px 60px;
        }*/

    .post-type-archive-article  article.entry{
        margin: 0 auto;
    }


    .post-type-archive-article  article.entry img.alignright.entry-image{
        margin-right: 0;
    }

    .container-articles article.type-lenses.entry {
        max-width: 100%;
        padding: 10px;
    }
    
    .tax-lenses_category .container-articles article.type-lenses.entry {
        width: 90%;
    }

    .post-type-archive-article h2.entry-title {
        line-height: 1;
        margin: 0;
    }

    .post-type-archive-article article.entry:first-child .entry-content {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .read-more-wrap a.button {
        display: block;
        text-align: center;
        margin-top: 13px;
    }

    .read-more-wrap {
        width: 70%;
        margin: 0 auto;
    }	

    article:first-child a.entry-image-link,
    article a.entry-image-link {
        width: 100%; 
    }
    /*
.post-type-archive-article .read-more-wrap a.button {
    display: block;
    text-align: center;
    margin: 20px 95px 10px;
    padding: 7px 75px 0px;
}
    */
    img.alignleft.entry-image, img.alignright.entry-image {
        width: 100%;
    }

    .page .entry-content, .single .entry-content{
        padding: 15px;
    }


    #INDmenu-btn {
        top: initial !important;
        bottom: 20px !important;
        width: 50px !important;
    }

    #INDmenu-btn svg {
        height: 50px;
    }

    .home video{
        background-position-x: 25%;    
    }

    .post-type-archive-store main .archive-description.cpt-archive-description{
        padding: 0;
    }

    .mobile-poster {
        display: block;
        background-size: 100%;
        position: absolute;
        width: 100%;
        background-size: cover;
        height: 100%;
        background-position-x: center;
    }

    

}

.page.page-id-40 h1.entry-title{
    color: #0078c1;
}


.post-type-archive-store #stores_wrapper{
	width: 70%;
	margin: 0 auto;
}

.post-type-archive-store #stores_filter{
    font-size: 3rem;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1;
    padding-top: 50px;
	
}
.post-type-archive-store #stores_filter label{
	font-weight: bold;
}


.post-type-archive-store #stores thead,
.post-type-archive-store #stores tfoot {
	background: #fafafa;
}

.post-type-archive-store #stores_filter input {
	width: 50%;
    border: 2px solid #024da1;
	margin: 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 3rem;
    font-weight: normal;
    padding: 10px;
}
.post-type-archive-store #stores_filter{
	display: none;
}
.post-type-archive-store .stores-wrap-cities{
	width: 20%;
	min-width: 380px;
	max-width: 96%;
	margin: 0 auto;
    margin-top: 50px;
    margin-bottoM: 30px;
}

.post-type-archive-store .stores-wrap-cities select{
    border: 2px solid #0c4da2;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
}
.post-type-archive-store .stores-wrap-cities select option[data-l="0"]{
	display: none;
}
.post-type-archive-store #stores .city{
	width: 0;
	display: none;
}
@media only screen and (max-width: 600px){
	
	.post-type-archive-store #stores_wrapper{
		min-width: 0;
		width: 96%;
		margin: 0 auto;
	}
	.post-type-archive-store .stores-wrap-cities{
		width: 96%;
	}

}


.front-page .two-halfs-front{
	display: flex;
	justify-content:space-around;
}

.front-page .two-halfs-front .half-image-front{
	flex-basis: 50%;
}