/*
Theme Name: elektro_theme 
Theme URI: https://www.elektro.co.il
Description: elektro_theme a WordPress theme from Scratch 
Version: 1.0.0
Author: Tal Katz
Author URI: https://www.tkmedia.co.il
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

















/*
++++++++++++++++++++++++++++++
all-the-footer
++++++++++++++++++++++++++++++
*/


.all-the-footer{
    margin: 0 0 63px 0;
}
.all-the-footer .all-the-top-footer{
    background-color: #f0f0f0;
    padding: 50px 0;
}
.all-the-footer .all-the-top-footer .inside-the-top-footer{
    width: 90%;
    margin: 0 auto 0;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
}
.all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer{
    width: 25%;
    margin: 0 0 40px 0;
}
.all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer .the-image-logo{
    max-width: 150px;
    width: 100%;
}
.all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer .the-image-logo img{ 
    width: 100%;
}
.all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer .first-text{ 
    color: #C9C9CB;
    font-weight: 300;
    font-size: 14px;
    margin: 20px 0 16px 0;
}
.all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer .second-text{ 
    color: #C9C9CB;
    font-weight: 300;
    font-size: 14px;
}
.all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer .second-text a{ 
    color: #C9C9CB;
}
.all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer .the-title{ 
    color: #4c4c4c;
    font-size: 18px;
    letter-spacing: 0.5px;
    width: 90%;
    margin: 0 auto 10px;
    border-bottom: solid 1px #BBBBBB;
    font-weight: bold;
}
.all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer .the-ul-footer{ 
    width: 90%;
    margin: 0 auto 0;
}
/* .all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer .the-ul-footer .the-li-footer{ 
    
} */
.all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer .the-ul-footer .the-li-footer a{ 
    color: #4c4c4c;
    width: 100%;
    display: block;
    padding: 8px 0 4px 0;
}
.all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer .the-ul-footer .the-li-footer a:hover{ 
    color: rgb(191 191 191);
}
.all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer .all-the-instagram-image{ 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 0;
}
.all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer .all-the-instagram-image a{ 
    width: 30%;
    display: block;
    padding: 0 0 30% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 0 10px 0;
}

.all-the-footer .all-the-bottom-footer{
    background-color: #1d1d1d;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}
.all-the-footer .all-the-bottom-footer a{
    width: 100px;
    display: block;
}
.all-the-footer .all-the-bottom-footer a img{
    width: 100%;
}
.all-the-footer .all-the-bottom-footer .powered{
    color: #BBBBBB;
    margin: 0 10px 0 0;
}


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

    .all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer .the-image-logo {
        padding: 0 5% 0 0;
        max-width: 110px;
    }
    .all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer .first-text {
        margin: 20px auto 16px;
        width: 90%;
    }
    .all-the-footer .all-the-top-footer .inside-the-top-footer .the-box-footer .second-text {
        margin: 0 auto 0;
        width: 90%;
    }
    .all-the-footer .all-the-top-footer {
        padding: 50px 0 20px 0;
    }

}
