/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Almog Keynan
 Author URI:   https://www.almush.co.il
 Template:     generatepress
 Version:      1.0
*/
.featured-snippet table tbody > tr:nth-child(even) > td,
.featured-snippet table tbody > tr:nth-child(even) > th {
    background-color: #ffffff;
}
	ol, ul {
    margin: 0 1.5em 1.5em 0;
}

.featured-snippet > .gb-headline-text > *:last-child {
    margin-bottom: 0;
}
.main-navigation .navigation-branding img, .site-logo.mobile-header-logo img {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 65px;
}
.main-navigation {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.box-shadow {
    box-shadow: 0px 0px 35px -13px rgba(0,0,0,0.4);
}
a.gb-button:hover {
    text-decoration: none;
}
.yoast-breadcrumbs, .rank-math-breadcrumb {
    font-size: 16px;
}
nav.rank-math-breadcrumb p {
    margin-bottom: 0;
}
table {
    font-size: .9em;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: var(--base-2);
}
.wp-block-table td, .wp-block-table th {
    padding: 12px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid var(--base-2);
}
img.ak-card-image {
    max-height: 195px;
}
figure.wp-block-image, figure.wp-block-embed {
    margin-bottom: 1.5em;
}
.post-image-below-header.post-image-aligned-center .inside-article .featured-image.page-header-image-single {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
span.mobile-menu {
    display: none;
}
body.trigger-color-blue #enable-toolbar #enable-toolbar-trigger .keyboard-shorcut, body.trigger-color-blue #enable-toolbar-trigger svg .enable-trigger-check, body.trigger-color-blue #enable-toolbar-trigger svg .enable-trigger-circle {
    fill: #c3c3c3 !important;
    color: #c3c3c3 !important;
}
.ak-no-underline a {
    text-decoration: none !important;
}
input[type="search"] {
    border-color: lightgray;
    font-size: 17px;
}
button.wp-block-search__button.wp-element-button {
    margin-right: 0;
    background: var(--contrast-3);
    padding: 10px 15px;
}
button.wp-block-search__button.wp-element-button:hover {
    background: var(--contrast-2);
}
.ak-opacity {
    opacity: 0.9;
}
.one-container.left-sidebar .site-main, .one-container.both-left .site-main {
    margin-left: 40px;
}
.gb-accordion ul, .gb-accordion ol {
    margin-bottom: 0;
}
.entry-content p a:hover {
    text-decoration: underline;
}
/* form global design start */
.wpcf7 label {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    border-color: #ffffff;
    border-width: 2px;
    border-radius: 2px;
    direction: rtl !important;
    min-height: 40px;
    padding: 20px 15px;
    font-size: 18px;
    margin-bottom: 15px;
}
input[type=text], input[type=textarea], input[type=email], input[type=tel] {
    display: block;
    width: 100%;
}
textarea {
    resize: none;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item, .wpcf7 .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 5px;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 0;
}
.wpcf7 span.wpcf7-list-item.last {
    margin-bottom: 10px;
}
.wpcf7 input[type="submit"] {
    width: 100%;
    font-size: 20px;
    border: none;
    font-weight: bold;
}
span.ajax-loader, .wpcf7-response-output {
    display: none !important;
}
span.wpcf7-spinner {
    display: none;
}
.wpcf7 p.ak-terms {
    line-height: 1;
    font-size: 14px;
    margin-bottom: 0;
}
.wpcf7 p.ak-terms a {
    font-size: 14px;
    text-decoration: none;
}
.contact-us .wpcf7 {
    margin-right: 0;
    border: none;
    box-shadow: none;
    padding: 0;
}
.pum-container .wpcf7 {
    border: none;
    box-shadow: none;
}
.ak-contact-us .wpcf7 {
    padding: 0;
    background: none;
    box-shadow: none;
}
.ak-form-in-content .wpcf7 {
    box-shadow: none;
    padding: 0;
}
.ak-form-in-content .wpcf7 {
    text-align: right;
}
.ak-form-column {
    margin-bottom: 25px;
}
.ak-form-column.ak-fourth-form-column {
    margin-bottom: 0;
}
.ak-form-radio {
    margin-bottom: 10px;
}
.wpcf7 .ak-form-radio-50 .wpcf7-checkbox .wpcf7-list-item, .wpcf7 .ak-form-radio-50 .wpcf7-radio .wpcf7-list-item {
    width: 50%;
}
.wpcf7 .ak-form-radio-33 .wpcf7-checkbox .wpcf7-list-item, .wpcf7 .ak-form-radio-33 .wpcf7-radio .wpcf7-list-item {
    width: 33.3%;
}
.wpcf7 select {
    display: block;
    width: 100%;
}
.wpcf7-not-valid-tip {
    display: table;
    margin-top: -15px;
    color: var(--accent);
    font-weight: bold;
	font-size: 15px;
}
span.ak-form-number {
    display: inline-block;
}
/*mobile*/
@media (max-width: 767px){
	.inside-article .entry-header, .content-area .page-header {
    text-align: center;
}
	ol, ul {
    margin: 0 1.5em 1.5em 0;
}
	.phone-button {
    position: fixed;
    z-index: 999;
}
	.phone-float {
    left: 15px;
    bottom: 25px;
}
	.phone-strip {
    bottom: 0;
}

	body.trigger-position-left #enable-toolbar-trigger, body.trigger-position-right #enable-toolbar-trigger {
    right: 15px;
    left: unset!important;
}
.gb-container .ak-full-bg {
    background-size: cover;
}
}
/*desktop*/
@media (min-width: 1025px){
    .inside-left-sidebar, .inside-right-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 110px;
    }	
}
/*desktop and tablet*/
@media (min-width: 768px){
body a.phone-button {
    display: none;
}
.ak-form-cta .ak-form-column {
    display: inline-block;
    margin-left: 2%;
}
.ak-form-cta .ak-form-column-3 {
    width: 31.5%;
}
	.ak-form-cta .ak-form-column-4 {
    width: 22.8%;
}
	.ak-form-cta .ak-form-column.ak-fourth-form-column {
    margin-left: 0;
}
	.ak-form-cta .ak-form-column {
    margin-bottom: 0;
}
	.ak-form-cta label {
    display: none;
}
}
/*mobile and tablet*/
@media (max-width: 1024px){
	
}