/*
 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
*/
.stretch-link{
	position: relative;
}

.stretch-link a::after{
	content: '';
	position: absolute;
	inset: 0;
}

.stretch-link a:is(:focus-visible)::after{
	outline: 2px solid;
}

.stretch-link a:is(:hover, :focus){
	outline: none;
}
.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;
}
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 */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    background-color: var(--base-3);
}
.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: underline;
    color: var(--contrast);
}
.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){
	
}

/* Fluid Typography Scale */
h1, .fs-h1 {
	font-size: clamp(2.25rem, 2.1815rem + 0.2741vw, 2.4008rem);
}
h2, .fs-h2 {
	font-size: clamp(1.6875rem, 1.6361rem + 0.2056vw, 1.8006rem);
}
h3, .fs-h3 {
	font-size: clamp(1.4063rem, 1.3634rem + 0.1713vw, 1.5005rem);
}
h4, .fs-h4 {
	font-size: clamp(1.125rem, 1.0907rem + 0.137vw, 1.2004rem);
}
h5, .fs-h5 {
	font-size: clamp(0.9375rem, 0.9089rem + 0.1142vw, 1.0003rem);
}
h6, .fs-h6 {
	font-size: clamp(0.8438rem, 0.8181rem + 0.1028vw, 0.9003rem);
}
p, .fs-p {
	font-size: clamp(0.9372rem, 0.9087rem + 0.1142vw, 1rem);
}