/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font: inherit;
    font-family: 'Heebo', sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'Alef';
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

.menu>li {
    display: block;
    vertical-align: initial;
}

.menu>li>a {
    padding: 0;
}

a {
    color: initial;
}

a:hover {
    color: initial;
}

input {
    margin-bottom: 0;
}

select {
    background-position: left center;
}

strong {
    font-weight: bold;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}

.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

.entry-content {
    line-height: 1.35;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
    margin-bottom: 20px;
}

.entry-content ul,
.entry-content ol {
    padding-right: 40px;
    list-style-position: outside;
}

.entry-content ul {
    list-style-type: disc;
}

.entry-content ol {
    list-style-type: decimal;
}

.entry-content a {
    color: #000;
}

.entry-content a:hover {
    text-decoration: underline;
}

.entry-content img {
    height: auto;
}

.column,
.columns,
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: right;
}

button,
[type='submit'] {
    font-family: 'Alef';
    cursor: pointer;
}

button:hover,
[type='submit']:hover {
    opacity: .8;
}

.fade-in {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
}

.loader {
    width: 28px;
    height: 28px;
    margin: 10px auto;
    border: 5px solid #f3f3f3;
    border-top: 4px solid #fe7c5d;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.icon {
    display: inline-block;
    background-image: url(../../images/sprite.png);
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.row {
    max-width: 850px;
}


/* .column {
    padding-right: 15px;
    padding-left: 15px;
}
.row .row {
    margin-right: -15px;
    margin-left: -15px;
} */

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
    box-shadow: none;
}

.icon {
    display: inline-block;
    /* background-image: url(../../images/sprite.png); */
    /* background-repeat: no-repeat; */
}

.icon-facebook {
    width: 45px;
    display: inline-block;

}

.icon-twitter {
    width: 33px;
    height: 33px;
    background-position: -48px -5px;
}

.icon-whatsapp {
    width: 45px;
}

.icon-instagram {
    width: 33px;
    height: 33px;
    background-position: -48px -48px;
}

.map-canvas {
    height: 300px;
}

#site-header .row {
    max-width: 910px;
}



#site-header .header-top .blog-title {
    font-size: 46px;
    display: inline-block;
    margin-left: 20px;
    color: #222;
}

#site-header .header-top .blog-description {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin-left: 25px;
}



#site-header .header-bottom {
    padding: 17px 0;
    text-align: center;
}

#site-header .header-bottom .search-wrap {
    position: relative;
    float: right;
    width: 28px;
    height: 28px;
}

#site-header .header-bottom .search-wrap .search-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    color: #ffff;
    border-radius: 5px;
}

#site-header .header-bottom .socials {
    height: auto;
}

.admin-bar #menu-item-583,
.admin-bar #menu-item-650 {
    display: none;
}

#main-navigation {
    position: relative;
    display: inline-block;
    margin: 13px 0 0 0;
}

#main-navigation ul>li {
    position: relative;
    float: right;
    margin-left: 20px;
}

#main-navigation ul>li:last-child {
    margin-left: 0;
}

#main-navigation ul>li>a {
    font-size: 21px;
    display: block;
    color: #ffffff;
}

#main-navigation ul>li.current-post-ancestor a,
#main-navigation ul>li.current-menu-parent a,
#main-navigation ul>li.current-menu-item a {
    color: #7b7878;
    font-weight: bold;
}

#main-navigation ul>li:hover a {
    color: #898c8d;
}

.site-header .row {
    max-width: 1000px;
}

.site-header .header-top {
    padding: 60px 0 25px;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.site-header .header-top .blog-title {
    font-size: 46px;
    display: inline-block;
    margin-left: 20px;
    color: #222;
}

.site-header .header-top .blog-description {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin-left: 25px;
}

.site-header .header-top .entry-image {
    position: relative;
    top: 9px;
    display: inline-block;
}

.site-header .header-bottom {
    padding: 17px 0;
    text-align: center;
}

.site-header .header-bottom .search-wrap {
    position: relative;
    float: right;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.site-header .header-bottom .search-wrap .search-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    color: #fff;
    border-radius: 5px;
}

.site-header .header-bottom .search-wrap .hidden-search .search-input {
    font-size: 18px;
    height: 33px;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #8c8c8c;
    box-shadow: none;
}

/* 
.site-header .header-bottom .search-wrap .hidden-search .search-submit {
    font-size: 18px;
    position: absolute;
    top: 49px;
    left: 18px;
    color: #a9a9a9;
} */

.site-header .socials-wrap {
    float: left;
}

.site-header .socials-wrap .socials .link {
    float: left;
}

.site-header .socials-wrap .socials .link.facebook {
    margin-right: 13px;
}



#mn-trigger #mn-icon {
    position: relative;
    width: 30px;
    height: 40px;
    cursor: pointer;
}







.skiplinks a {
    font-weight: bold;
    position: absolute;
    top: -3em;
    color: #fff;
}

.skiplinks a:focus {
    font-size: 42px;
    font-weight: bold;
    line-height: 150px;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 75%;
    max-width: 550px;
    height: 150px;
    margin: auto;
    padding: 0 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
}

.wpcf7 .wpcf7-response-output {
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
}

.wpcf7 .wpcf7-not-valid {
    border: 1px solid red !important;
}

.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 .wpcf7-validation-errors {
    color: red;
}

.wpcf7 .wpcf7-mail-sent-ok {
    color: green;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 5px;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    padding: 10px;
}

.wpcf7 [type='submit'] {
    width: 100%;
    border: none;
}

.section-slider {
    position: relative;
}

.entry-slider-home {
    overflow: hidden;
}

.entry-slider-home .qs-slider-home {
    position: relative;
}

.entry-slider-home .qs-slider-home .slick-list {
    margin: 0 -5px;
}

.entry-slider-home .qs-slider-home .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    background: none;
}

.entry-slider-home .qs-slider-home .slick-arrow:focus {
    outline: none;
}

.entry-slider-home .qs-slider-home .slick-arrow.slick-prev {
    right: 0;
}

.entry-slider-home .qs-slider-home .slick-arrow.slick-next {
    left: 0;
}

.entry-slider-home .qs-slider-home .slide .entry-image {
    width: 100%;
    height: 500px;
    padding: 0 5px;
    background-position: center center;
    background-size: cover;
}

.entry-image img,
.post-thumbnail img {
    display: block;
    width: 100%;
}

.pagination span,
.pagination a {
    display: inline-block;
}

.search-results .title-search {
    margin-bottom: 40px;
}

.search-results .results {
    line-height: 1.3;
    margin-bottom: 50px;
}

.search-results .results li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
}

.search-results .results li:last-child {
    border-bottom: none;
}

.search-results .results li .entry-excerpt {
    line-height: 26px;
}

.search-results .results li .read-more:hover {
    text-decoration: underline;
}

.widget .entry-title {
    font-size: 28px;
    font-weight: 600;
    padding: 8.5px 15px;
    text-align: center;
    color: #fff;
    background: #f2614b;
}

.small-black-bar {
    height: 1px;
    margin: 30px 0;
    background-color: #ebebeb;
}

article:nth-of-type(1) .small-black-bar.blog-main{
    display: none;
}

.row-page-top {
    position: relative;
}

.row-page-top .page-top {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.row-page-top .page-top .socials {
    padding: 0 35px;
}

.row-page-top .page-top .socials .entry-title {
    font-size: 24px;
    font-weight: 400;
    float: right;
    margin-top: 6px;
}

.row-page-top .page-top .blog-title {
    padding: 0 30px;
}

.row-page-top .page-top .row-title,
.row-page-top .page-top .page-titles {
    position: relative;
    z-index: 1;
    padding: 19px 0 20px;
    text-align: center;
    color: #f2614b;
    background: #fff;
}

.row-page-top .page-top .row-title h1,
.row-page-top .page-top .page-titles h1 {
    font-size: 54px;
}

.row-page-top .page-top .row-title h2,
.row-page-top .page-top .page-titles h2 {
    font-size: 26px;
}

.row-page-top .page-top .entry-date {
    display: block;
    margin-top: 15px;
    color: #000;
}

.page-top.has-subtitle .row-title h1,
.page-top.has-subtitle .page-titles h1 {
    margin-bottom: 15px;
}

.page-top.has-subtitle .socials .networks {
    border-top: none;
}

.home .row-content {
    margin-top: 50px;
}

.section-categories .category-box {
    position: relative;
    margin-bottom: 60px;
}

.section-categories .category-box .entry-title {
    font-size: 46px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 570px;
    max-width: 100%;
    margin: auto;
    padding: 8.5px 15px;
    text-align: center;
    background: #fff;
}

.section-categories .category-box .entry-image {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.section-categories .category-box a:hover .entry-image {
    opacity: .8;
}

.home .posts .post-item {
    padding-top: 0;
}

.posts .post-item {
    padding: 85px 0 0 0;
    text-align: center;
}

.posts .post-item.featured-post {
    margin-bottom: 70px;
}

.posts .post-item .titles {
    margin-bottom: 15px;
}

.posts .post-item .titles .entry-date {
    display: block;
    color: #AFAFAF;
    font-weight: bold;
}

.posts .post-item .titles .entry-title {
    display: inline-block;
    margin-bottom: 15px;
}

.posts .post-item .post-thumbnail {
    overflow: hidden;
    margin-bottom: 20px;
}

.posts .post-item .post-thumbnail:hover img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.posts .post-item .post-thumbnail img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
}

.posts .post-item .entry-excerpt {
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 0 25px 0 70px;
    text-align: right;
}



.posts .post-item .entry-link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    width: 155px;
    height: 44px;
    margin: auto;
    border: 1px solid #bfbfbf;



}

.posts .post-item .entry-link a:hover {
    background: #d2d7d1;
}

.regular-post {
    /* margin: 30px 0; */
    float: left;
}

.regular-post .regular-post-txt {
    position: relative;
    height: 248px;
}

.regular-post .regular-post-txt h3.entry-title {
    margin: 5px 0;
}

.regular-post .regular-post-txt .entry-excerpt {
    margin: 5px 0;
    font-size: 18px;
}

.regular-post .regular-post-txt .post-bottom {
    position: absolute;
    bottom: -10px;
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.regular-post .regular-post-txt .entry-date {
    margin: 5px 0;
    font-size: 14px;

}



.home .row-posts {
    margin-top: 50px;
}

.home .posts .post-item.featured-post {
    margin-bottom: 30px;
}

.category .post-item:first-child {
    padding-top: 20px;
}

.socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* height: 65px; */
    /* border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc; */
}

.socials .breadcrumbs {
    margin: 0;
}

.socials .breadcrumbs a {
    color: #000;
}

.socials .networks {
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 25px;
    margin-bottom: 40px;
}

.socials .networks .entry-text {
    font-size: 21px;
    /* position: relative;
    top: 20px; */
    display: inline-block;
    /* float: left; */
    /* margin-right: 15px; */
}

.social-icons {
    align-self: center;
}

.socials .networks .icon {
    float: left;
    margin: 5px 0 6px;

}

.socials .networks .icon:hover {
    opacity: .8;
}

.header-bottom .socials-wrap {
    float: left;
}

.header-bottom .socials-wrap .socials {
    display: block;
    border-top: none;
    border-bottom: none;
}

.tag-cloud {
    padding: 80px 0;
}

.tag-cloud .entry-title {
    margin-bottom: 25px;
}

article.entry-content a {
    color: #367eca;
}

article.entry-content h1,
article.entry-content h2,
article.entry-content h3,
article.entry-content h4,
article.entry-content h5 {
    margin-bottom: 20px;
}

.single-post .row-page-top .page-top {
    bottom: -140px;
}

.single-post .row-page-top .page-top h1 {
    font-weight: 400;
}

.single-post .main,
.page-template-default .main {
    margin-top: 90px;
}

/* .single-post .socials .networks {
    margin: 0 -20px;
} */

iframe {
    width: 100%;
    height: 460px;
}

.row-gallery {
    margin-bottom: 25px;
}

.grid-item img {
    display: block;
    width: 100%;
}

.grid-type-1 .row {
    margin-right: -.313em;
    margin-left: -.313em;
}

.grid-type-1 .column {
    padding-right: .313em;
    padding-left: .313em;
}

.grid-type-1 .grid-item {
    margin-bottom: 10px;
}

.grid-type-1 .grid-item img {
    display: block;
}

.grid-type-2 .grid-item {
    float: right;
    margin-bottom: 5px;
}

.grid-type-2 .grid-item.grid-item-1,
.grid-type-2 .grid-item.grid-item-3 {
    margin-left: .61%;
}

.grid-type-2 .grid-item.grid-item-1 {
    width: 32.3170%;
}

.grid-type-2 .grid-item.grid-item-2 {
    width: 67.0731%;
}

.grid-type-2 .grid-item.grid-item-3 {
    width: 47.5609%;
}

.grid-type-2 .grid-item.grid-item-4 {
    width: 51.8292%;
}

.grid-type-3 .grid-item {
    float: right;
    margin-bottom: 5px;
}

.grid-type-3 .grid-item.grid-item-2 {
    margin-left: 1%;
}

.grid-type-3 .grid-item.grid-item-2,
.grid-type-3 .grid-item.grid-item-3 {
    width: 49.5%;
}




#mn-menu ul:not(.sub-menu)>li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

#mn-menu ul:not(.sub-menu)>li:last-child {
    border-bottom: none;
}

#mn-menu ul:not(.sub-menu)>li>a {
    font-size: 18px;
    display: block;
}

#mn-menu ul:not(.sub-menu)>li.menu-item-has-children>a:after {
    font-family: 'FontAwesome';
    float: left;
    content: '\f107';
}

#mn-menu ul:not(.sub-menu) ul.sub-menu {
    display: none;
    margin-left: 0;
}

#mn-menu ul:not(.sub-menu) ul.sub-menu li a {
    font-size: 16px;
    display: block;
    padding: 5px 0;
    color: #f2614b;
}

#mn-menu ul:not(.sub-menu) ul.sub-menu li:first-child {
    margin-top: 5px;
}

#mn-overlay {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    opacity: 0;
}

body.mn-active {
    overflow: hidden;
}

body.mn-active #site-wrap {
    overflow: hidden;
}

body.mn-active #mn-trigger #mn-icon span:nth-child(1),
body.mn-active #mn-trigger #mn-icon span:nth-child(4) {
    top: 16px;
    left: 50%;
    width: 0;
}

body.mn-active #mn-trigger #mn-icon span:nth-child(2) {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.mn-active #mn-trigger #mn-icon span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.mn-active #mn-menu {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

body.mn-active #mn-overlay {
    position: fixed;
    z-index: 998;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}

.post-navigation a .fa {
    font-size: 12px;
}

.post-navigation a:hover .entry-text {
    text-decoration: underline;
}

.post-navigation a.prev {
    float: right;
}

.post-navigation a.next {
    float: left;
}

.not-found {
    font-size: 36px;
    margin-top: 40px;
    padding: 40px 30px;
    text-align: center;
    background: #eee;
}

.admin-bar #menu-item-583,
.admin-bar #menu-item-650,
.admin-bar #menu-item-439 {
    display: none;
}

.logged-in #menu-item-583,
/*כניסה תפריט עליון*/
.logged-in #menu-item-650,
/*הרשמה תפריט עליון*/
.logged-in #menu-item-560,
/*הרשמה פוטר*/
.logged-in #menu-item-439,
.logged-in #menu-item-1107,
.logged-in #menu-item-1106,
.logged-in .menu-item-583,
/*כניסה מובייל*/
.logged-in .menu-item-650

/*הרשמה מובייל*/
    {
    display: none;
}



.admin-bar #menu-item-557:after {
    display: none !important;
}


/*  iska */

.bloger-title .large-3 {
    margin-left: auto;
    margin-right: auto;
}

.bloger-title .large-3 h2 {
    font-size: 22px;
    text-align: center;
}

.posts .post-item .titles .entry-title {
    margin-top: 15px;
    margin-bottom: 15px;
}

.posts .post-item .titles {
    margin-bottom: 0;
}



.bloger-title .entry-footer {
    margin-top: 120px;
}

.bloger-title li {
    display: inline-block;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.page-template-default .row-posts .first_post .large-4:nth-child(1),
.blog .row-posts .first_post .large-4:nth-child(1) {
    width: 100% !important;
    float: none !important;
}

.single-post #myCarousel .post-main h3,
.single-post #featuredCarousel .post-main h3 {
    font-size: 19px;
}

.single-post #myCarousel .carousel-control,
.single-post #featuredCarousel .carousel-control {
    width: 4%;
    color: initial;
    background-image: none;
}

.single-post #myCarousel .carousel-control.right,
.single-post #featuredCarousel .carousel-control.right {
    right: -4%;
}

.single-post #myCarousel .carousel-control.left,
.single-post #featuredCarousel .carousel-control.left {
    left: -4%;
}

.single-post #myCarousel .titles,
.single-post #featuredCarousel .titles {
    text-align: center;
}

.single-post .more_articles {
    text-align: center;
    font-size: 32px;
    margin: 34px 0;
    font-weight: bold;
}

.mobile {
    display: none;
}

.single-post #mobileCarousel .post-main h3,
.single-post #mobileFeaturedCarousel .post-main h3 {
    font-size: 19px;
    text-align: center;
}

.single-post #mobileCarousel .carousel-control,
.single-post #mobileFeaturedCarousel .carousel-control {
    color: initial;
    background-image: none;
}

.single-post .post-thumbnail .titles {
    margin-bottom: 25px;
    margin-top: 10px;
}

.single-post .post-thumbnail .titles .title-wrap {
    margin-bottom: 15px;
}

.single-post .bloger-title .entry-footer p,
.single-post .bloger-title .entry-footer ul {
    display: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: auto;
    height: auto;
}

a:focus,
a:hover {
    text-decoration: none;
}

#main-navigation ul>li#user-name-header-menu {
    margin-left: 10px;
}

#main-navigation ul>li>a#log-out-header-menu {
    font-size: 100%;
}

.blogger-header .blogger-header-top {
    margin: 15px 0;
}

.blogger-header .blogger-header-left {
    display: flex;
    flex-direction: column;

}

.blogger-header .blogger-header-left .blog-name {

    margin: 10px 0;
}

.blogger-header .blogger-header-left .blog-name a h2 {
    font-size: 3.8vh;
    color: grey;
    direction: ltr;
}

.blogger-header .blogger-header-left .blog-description {
    margin: 10px 0;
    font-size: 18px;
}

.blogger-header .blogger-header-bottom {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.blogger-header .blogger-header-bottom .follow-post {
    align-self: center;
    display: flex;
    justify-content: flex-end;
    margin-left: 2%;
}

.blogger-header .blogger-header-bottom .icon-preformance-outer-container {
    width: 30.8%;
}

.blogger-header .blogger-header-bottom .icon-preformance-outer-container .icon-figure-img {
    padding: 2px 22.5%;
}

.blogger-header .blogger-header-bottom .icon-preformance-outer-container .cupid .icon-figure-img {
    padding-right: 0;
}

.loop-chosen-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.single-chosen-post {
    margin: 3px 0px;
}

.single-chosen-post-img {
    box-shadow: inset 0px -80px 0px 0px rgba(0, 0, 0, 0.5);
    ;
    display: inline-block;
    position: relative;
}

.single-chosen-post-img img {
    position: relative;
    z-index: -1;
    width: 330px;
}

.single-chosen-post-img figcaption {
    position: absolute;
    bottom: 8px;
    right: 11px;
}

.chosen-post-title {
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 5px;
}


.form-wrap {
    display: block;
    width: 410px;
    max-width: 100%;
    margin: auto;
    padding: 35px 60px;
    border: 1px solid #d1d1d1;
}

.form-wrap .form-login .input-wrap,
.form-wrap .form-register .input-wrap {
    display: flex;
    margin-bottom: 15px;
}

.form-wrap .form-login .input-wrap label,
.form-wrap .form-login .input-wrap input,
.form-wrap .form-register .input-wrap label,
.form-wrap .form-register .input-wrap input {
    display: inline-block;
    margin: 0;
}

.form-wrap .form-login .input-wrap input,
.form-wrap .form-register .input-wrap input {
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.form-wrap .form-register .input-wrap label a {
    text-decoration: underline;
}

.main-navigation .menu {
    display: flex;
    align-items: center;
}

/*# sourceMappingURL=style.css.map */


/*# sourceMappingURL=style.css.map */