/* element - no class */
:root {
    font-size: 62.5%;
}
body{
    font-family: afek ;
    font-size:2.2rem ;
    line-height:1.3;
    margin: 0 !important;
}
.font-17{
    font-size: 1.7rem;
}
.font-18{
    font-size: 1.8rem;
}
.font-20{
    font-size: 2rem;
}
.font-22{
    font-size: 2.2rem;
}
.font-25{
    font-size: 2.5rem;
}
.font-30{
    font-size: 3rem;
}
input[type=text], input[type=date], select{
    height: 50px;
}

select[multiple] {
    height: auto;
}

input[type=checkbox]{
    width: 18px;
    height: 17px;
    accent-color: var(--a-global-color-lightblue);
    margin-left: 12px;
}

select:not([multiple]){
    appearance: none;
    /*background-image: url(/wp-content/uploads/2022/05/Vector.png);*/
    background-repeat: no-repeat, repeat;
    background-position: left 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
}

button{ font-family: afek; }

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    font-family: afek;
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
}

h1, h2, h3 ,.title-font{
    font-family: "mikhmoret-rounded", afek !important;
}
h1, h2, h3,h4,h5,h6,p{
    margin-block-start: .5rem;
    margin-block-end: 1rem;
}
/* languages */
.lang-table{
    table-layout: fixed;
}
.lang-table tbody {
    display: block;
    height: 65vh;
    overflow: auto;
}
.lang-table thead,.lang-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;/* even columns width , fix width of table too*/
}
.lang-table th,.lang-table td{
    padding:5px;
    width:100%;
}

.lang-table th input{
    width: 80%;
    height: 30px;
}
.lang-table textarea,.lang-table input{
    padding:3px;
    font-size: 2rem;
}
.lang-table textarea{
    height:45px;
}
.lang-table .key{
    width:50%;
    overflow:hidden;
}
.lang-table .remove{
    width:22%;
}
.lang-table tr.is_removed{
    opacity: 50%;
}
/* contact */
.agron-section.contact{
    margin-top: 50px;
    padding-bottom: 0px;
}
@media (max-width:767px){
	.agron-section.contact {
		margin-top: 0px;
		padding: 20px;
	}
}
@media (max-width:767px){
	.agron-section.contact .flex-container{
		display: block !important;
	}
}
.contact-details{
    padding: 30px;
    background-color: var(--a-global-color-blue);
}
@media (max-width:767px){
	.contact-details{
	    margin-bottom: 30px;
	}
}
.contact-details i{
    font-size: 80%;
}
.contact-form .grid-container{
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.contact-form input{
    height: 50px;
}
.contact-form textarea{
    height: 87px;
}
.contact-form input, .contact-form textarea{
    border-radius: 0px;
    color: var(--a-global-color-lightblue);
    border:1px solid var(--a-global-color-lightblue);
}
.iframe-map iframe{
    width: 100%;
    height: 300px;
}

/* template post */
.section-message-template{
    background-color: #EDEDED;
    padding: 0 100px 60px 100px;
}
@media (max-width: 767px) {  	
    .section-message-template{ padding: 0 20px 20px 20px; }
    .messages .post-message{padding: 15px;}
}
.post-container{
    background-color: #FFFFFF;
    padding: 60px;
}
@media (max-width: 767px) {  	
    .post-container{     padding: 30px 20px; }
}
.single-content-post{
    margin: 70px 0;
}
@media (max-width: 767px) {  	
    .single-content-post{ margin: 0; }
}
.navigation-prev{
    border-left:1px solid #d4d4d4;
}
.navigation-prev a{
    justify-content: flex-start;
}
.navigation-next a{
    justify-content: flex-end;
    text-align: end;
}
.navigation-icon{
    margin-top: auto;
    margin-bottom: auto;
   
}
.left-arrow{
    padding-right: 15px;
}
.right-arrow{
    padding-left: 15px;
}
.section-message-template ii{
    font-size: 30px;
    color: #d4d4d4;
}









