/*

 Theme Name:   GeneratePress Child

 Theme URI:    https://generatepress.com

 Description:  Default GeneratePress child theme

 Author:       Tom Usborne

 Author URI:   https://tomusborne.com

 Template:     generatepress

 Version:      0.1

*/
/*
p.woocommerce-store-notice.demo_store {
    display: none !important;
}*/

.page-id-426 .woocommerce-store-notice.demo_store{
	display:initial !important;
}

/*-----General-------*/
.rtl .engl, .hebr{
display: none;
}

.rtl .hebr{
display: block;
}

.dsplynon{
    display: none;
}

@media(max-width:760px){
.alignleft, .alignright{
    float: none !important;
    margin-right: 0;
    margin-left: 0 !important;
    margin-bottom: 20px;
    width: 100%;
}
}

/*------Animation--------*/


 @keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.float-up {
    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    -o-animation-duration:2s;
    animation-duration:2s;
    -webkit-animation-name:float-up;
    -moz-animation-name:float-up;
    -o-animation-name:float-up;
    animation-name:float-up;
    -webkit-animation-iteration-count:1;
    -moz-animation-iteration-count:1;
    -o-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-timing-function:ease-out;
    -moz-animation-timing-function:ease-out;
    -o-animation-timing-function:ease-out;
    animation-timing-function:ease-out;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    position:absolute;
    top:500px;
}

@-webkit-keyframes float-up {
    0% {
        top:500px;
        opacity:0;
    }
    25% {
        opacity:1;
    }
    35% {
        top:-40px;
    }
    100% {
        top:0px;
    }
}
@-moz-keyframes float-up {
    0% {
        top:500px;
        opacity:0;
    }
    25% {
        opacity:1;
    }
    35% {
        top:-40px;
    }
    100% {
        top:0px;
    }
}
@-o-keyframes float-up {
    0% {
        top:500px;
        opacity:0;
    }
    25% {
        opacity:1;
    }
    35% {
        top:-40px;
    }
    100% {
        top:0px;
    }
}
@-keyframes float-up {
    0% {
        top:500px;
        opacity:0;
    }
    25% {
        opacity:1;
    }
    35% {
        top:-40px;
    }
    100% {
        top:0px;
    }
}

/*-----header-------*/
.site-logo{
	    position: relative;
    background: white;
	margin-top:-56px;
    padding: 7px;

}

.site-header{
	border-bottom:3px solid #4e2358;
}

.inside-top-bar{
	padding: 0px 30px 0px 30px;
}


.rtl .inside-top-bar{
	padding: 0px 30px 0px 30px;
}

.roshchodeshmobile, .roshchodeshmobileheb {
    display: none;
}

/*-------Top Bar----------*/
.top-bar{
	line-height: 1.6;
}

aside#search-2 {
    position: absolute;
    top: 80px;
    z-index: 99999999;
    right: 14%;
    opacity: 0;
    pointer-events: none;
}

.rtl aside#search-2 {
    right: 30%;
}

aside#search-2.open {
    top: 90px;
    opacity: 1;
    pointer-events: all;
    transition:.5s linear;
}

.top-bar li{
	cursor:pointer;
}

.top-bar .widget_nav_menu li{
	margin: 0 0px;
    padding: 12px;
}

.searcher a{
	font-size: 16px;
}

.top-bar .widget .search-field {
    width: 100%;
    height: 45px;
    border-top: 10px solid;
    border-bottom: 10px solid;
    border-right:2px solid;
    border-left:2px solid;
    font-size: 15px;
    background: white;
    border-color: #2b387d;
    border-radius: 5px;
}

.widget_search .search-submit {
     display: inline; 
    position: absolute;
    right: 0;
    /* background: transparent !important; */
    width: 20px;
    height: 44px;
    opacity: 0;
}

.rtl .widget_search .search-submit {
    right: auto;
left:0;
}

.wdgt_srch{
    color: #2b387d !important;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
}

.rtl .wdgt_srch{
right:auto;
    left: 10px;
}

.wdgt_srch.change{
    color:#d02153 !important;
}
.wdgt_srch i{
font-weight: 600;
}

aside#a2a_follow_widget-2 {
    float: left;
}

.top-bar .a2a_svg svg{
	top: 10px;
}

.top-bar span.a2a_svg {
    background: transparent !important;
        width: 25px !important;
    height: 32px !important;
    border-radius: 0 !important;
}

.top-bar span.a2a_svg:hover{

}

.top-bar ul li:hover, .top-bar li.truma{
	background: #d02153;
}

.top-bar ul li.searcher:hover, .top-bar ul li.searcher:hover a {
    background: transparent;
    color: #d02153;
}

.top-bar .addtoany_list a,.top-bar .widget .addtoany_list a{
padding:0 1px;
}

/*----header-navigation-----*/
.main-navigation{
	margin-top:100px;
}

.rtl.nav-float-right .inside-header .main-navigation {
    float: left;
    clear: left;
}

span.dropdown-menu-toggle:before {
	opacity: 0;
	width: 0;
}

.main-navigation .main-nav ul ul li a{
        font-weight: 400;
}

/*---sticky---*/
.rtl nav#sticky-navigation .navigation-branding{
	margin-right:0;
}


.rtl nav#sticky-navigation div#primary-menu{
margin-right:auto;
}

/*-----header responsivity-------*/

@media(max-width:820px){
.top-bar{
	line-height: 1.8;
}	

.top-bar .widget_nav_menu li{
	font-size: 16px;
}

.site-logo{
	float: left !important;
}

.rtl .site-logo{
	float: right !important;
}

.main-navigation {
    margin-top: 120px !important;
}

.main-navigation .main-nav ul li a{
	    padding-left: 0px;
    line-height: 30px;
    font-size: 15px;
}

.main-navigation .main-nav ul li a{
	    padding-right: 0px;
}

.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 5px;
}

.rtl .menu-item-has-children .dropdown-menu-toggle {
    padding-left: 5px;
}
}

@media(max-width:768px){
.top-bar .widget{
float:left !important;
}

.inside-top-bar {
    padding: 0px 10px 0px 230px;
}

.rtl .inside-top-bar {
    padding: 0px 230px 0px 10px;
}
}

@media(max-width:760px){
.site-logo{
		    margin-top: 20px;
	}

aside#a2a_follow_widget-2 {
    display: none;
}

.top-bar .widget {
    float: none !important;
}

.inside-top-bar, .rtl .inside-top-bar {
    padding: 0px 10px 0px 10px;
}

.site-header .header-image {
    width: 175px;
}

.main-navigation {
    margin-top: 30px !important;
    width: 100%;
    float: none !important;
}

.sticky-enabled .main-navigation.is_stuck{
	display: none !important;
}

 button.menu-toggle {
 	position: absolute;
    
    right:0 !important;
}

.rtl button.menu-toggle {
    left: 0px !important;
    right: auto !important;
}

.inside-navigation.grid-container.grid-parent, .rtl .inside-navigation.grid-container.grid-parent{
	width: 100%;
    top: -175px;
}

div#primary-menu, .rtl div#primary-menu {
    position: relative;
    width: 100% !important;
    margin-top: 0px;
    clear: none !important;
    text-align: right !important;
    float: none !important;
    opacity: 0;
    transition: .3s linear;
}

.toggled div#primary-menu, .rtl .toggled div#primary-menu{
    margin-top: 200px;
    transition: margin-top .3s ease-in, opacity .7s ease-in;
    opacity: 1;
        margin-bottom: -175px;
}

ul#menu-manu1eng, ul#menu-menu1heb{
	position: relative !important;
}


.main-navigation .main-nav ul li.menu-item-has-children > a {
    padding-left: 0px;
}

.rtl .main-navigation .main-nav ul li.menu-item-has-children > a {
    padding-right: 0px;
}
.main-navigation.toggled .main-nav li{
	border-top: 1px solid #ccc;
}
span.dropdown-menu-toggle:before {
    opacity: 1;
    width: 16px;
}
.main-navigation ul ul{
	background-color: #ffffff;
}
.main-navigation ul ul li a {
    color: #4e2358 !important;
    padding: 5px 5px 5px 10px !important;
    font-size: 16px !important;
}

.roshchodeshmobile, .roshchodeshmobileheb {
    width: auto;
    position: absolute;
    background: #d02153;
    color: white !important;
    padding: 0px 5px;
    right: 4%;
    border-radius: 8px;
    top: 170px;
    font-weight: bold;
    z-index: 9999999;
}

.rtl .roshchodeshmobileheb{
  right: auto;
  left: 4%;  
}

.roshchodeshmobile, .rtl .roshchodeshmobileheb {
    display: block !important;
}

.rtl .roshchodeshmobile, .roshchodeshmobileheb{
    display: none !important;
}

}

@media(max-width: 400px){
	.top-bar .widget_nav_menu li{
		padding:6px;
	}
}



/*--------Page---------*/
body.page header.entry-header {
    display: none;
}

/*----Newsletter Registration Form----*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    border-radius: 10px;
    margin-bottom: 8px;
    width: 76%;
    font-size: 19px;
    background: white;
    height: 40px;

}

.rtl input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
 text-align: right;

}

.rtl div#wpcf7-f14539-p14842-o1 {
    direction: rtl;
}


input.wpcf7-form-control.wpcf7-submit{
        display: block;
    background: white;
    color: #333333;
    border: 1px solid #999;
    padding: 5px 20px;
        font-weight: 600; 
}

input.wpcf7-form-control.wpcf7-submit:hover{
    background: #999;
}

/*----circles----*/
.roundbox.blue.sideround {
    width: 95% !important;
    top: 0px;
    position: relative;
}

.blue {
    background: url(https://www.womenofthewall.org.il/wp-content/uploads/2016/02/roundboxblue.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.blue:hover{
  background: url(https://www.womenofthewall.org.il/wp-content/uploads/2016/03/roundboxred.png); 
      background-position: center;
    background-size: contain;
    background-repeat: no-repeat; 
}

.roundbox, .roundboxheb {
    width: 96% !important;
    border-radius: 100%;
    height: auto;
    padding: 35px 75px;
    text-align: center;
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0px 8% !important;
    white-space: nowrap;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}

.roundtxt {
    position: relative;
    top: 0px;
    left: 50% !important;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    display: table;
}

.rtl .roundtxt {
    position: relative;
    top: 0px;
    right: 50% !important;
    transform: translate( 50%,0);
    -ms-transform: translate( 50%,0);
    -webkit-transform: translate( 50%,0);
    -moz-transform: translate( 50%,0);
    -o-transform: translate( 50%,0);
    display: table;
}

.roundbox h2 {
    color: white;
    font-size: 65px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: -8px;
    font-family: ruda;
    position: relative;
    top:0px;
}

.rtl .roundbox h2 {
    font-family: 'Noto Sans Hebrew', Arial, sans-serif;
    font-size: 55px;
}

.home .blue:hover .roundtxt, .home .blue:hover .roundtxt h2,
.blue:hover .roundtxt, .blue:hover .roundtxt h2,
.blue:hover .roundtxt p.side{
color:#2b387d !important;
}

.sideround a, .sideround h2 {
    color: #d02153 !important;
}

p.side {
    color: #D02153;
    font-size: inherit;
    position: relative;
    top: -10px;
}

@media(max-width: 770px){
    .roundbox.blue.sideround {
margin:0 auto !important;
}
}


/*-------Home Page---------*/

.home .entry-content, .home .site-main, .home .inside-article {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mailinglist {
    color: white;
    font-size: 23px;
    padding-top: 1.5em;
    padding-bottom: 1em;
    background-color: #4e2358;
}

.mailinglist input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 33%;
    float: left;
    border-radius: 13px;
    margin-right: 18px;
    height: 40px;
    font-size: 17px;
}

.rtl .mailinglist input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
float: right;
text-align: right;
}

label.hidelabel{
    display: none;
}

span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7, p#yikes-easy-mailchimp-contact_form_7-checkbox {
    display: none;
}

.mailinglist input[type="submit"] {
    border-radius: 13px;
    background-color: #2b387d !important;
    /* height: 40px; */
    color: #adb2cd !important;
    font-size: inherit;
    font-weight: 400;
    border: hidden;
    /* width: 15%; */
    padding: 6px 10px;
    font-size: 20px;
}

.rtl .mailinglist input[type="submit"] {
    float: right;
    margin-right: 4%;
    padding: 6px 20px;
}

.wpcf7 p {
    margin-bottom: 0;
}

span.wpcf7-not-valid-tip{
    display: none;
}

div.wpcf7-response-output{
        position: absolute;
    background: white;
    color: #4e2358;
    margin-top: 60px;
   border: 2px solid #4e2358;
    border-radius: 10px;
}

.murckok {
    height: 390px !important;
}

.bluetextbox, .rtl .bluetextbox {
    width: 100% !important;
    background: transparent;
    height: 484px !important;
}

.bluetextbox .widget-title {
    background: #2b387d;
    margin-top: 0px;
        color: #d02153;
    text-align: center;
    font-size: 28px;
    font-family: 'ruda';
    padding: 5px;
}

.rtl .bluetextbox .widget-title{
    font-family: "Noto Sans", sans-serif;
}

.holder {
    background-color: #d02153;
    width: auto;
    height: 700px;
    overflow: hidden;
    padding: 10px;
    font-family: Helvetica;
}

.holder .inside-article{
    background: transparent;
}

.holder.newsletter .post-image,.rtl .holder.newsletter .post-image{
display: none;
}

.Redtextbox, .rtl .Redtextbox {
    height: 700px !important;
    width: 100% !important;
}

.holder h3.widget-title {
    color: white;
    text-align: center;
}

.holder.newsletter article .entry-title a, .rtl .holder.newsletter article .entry-title a,
 .holder.newsletter .entry-summary, .rtl .holder.newsletter .entry-summary {
    color:white !important;
}

.holder.newsletter article .entry-header{
display: block;
width:100%;
}

.rtl .holder.newsletter article .entry-title{
padding-right: 0px;
}

.holder.newsletter article .entry-header h2 a{
    padding: 7px 0px 5px;
    display: block;
    left: 0px;
    font-size: 16px;
}

.rtl .holder.newsletter article .entry-title a {
    font-size: 17px;

}

.holder.newsletter .entry-summary, .rtl .holder.newsletter .entry-summary {
    border-color:white !important;
        width: 90%;
        padding: 0px 0px 5px;
}

.rtl .holder.newsletter .entry-summary {
    padding: 0px 0px 15px 0px;
}
.roundbox1 h2.widgettitle, .roundbox2 h2.widgettitle, .roundbox3 h2.widgettitle{
display: none;
}

.home .roundtxt, .home .roundtxt h2 {
    color: #d02153 !important;
}

.home .roundtxt h2 {
    font-size: 50px;
}

.rtl.home .roundtxt h2{
margin-bottom: -10px;
}

.home .roundtxt{
 font-size: 24px;
 font-weight: 600;
 font-family: 'ruda';
}

.rtl.home .roundtxt{
 font-family: "Noto Sans", sans-serif;
}

.home .roundbox,.home .roundboxheb{
    padding:47px 75px;
    margin:0 auto !important;
}

.womanimgtxt{
    opacity: .65;
}

.womanimgtxt p {
    color: white;
    font-size: 50px;
    font-family: 'ruda';
    line-height: 43px;
}

.rtl .womanimgtxt p{
    font-family:"Noto Sans", sans-serif;
}

.womanimgtxt p strong {
    font-weight: 800;
}

.rtl .womanimgtxt p strong {
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
}


.womanimgtxt.bottomtxt p{
margin-bottom: 0;
}

@media(max-width:1100px){
.holder.newsletter article .entry-header h2 a {
    padding: 3px 0px 0px;
}

.rtl .holder.newsletter article .entry-header h2 a {
    padding: 7px 0px 3px;
}
  .holder.newsletter article:nth-child(6){
    display: none;
  }

}

@media(max-width:1000px){
    .home .roundtxt{
        font-size: 20px;
    }
}

@media(max-width:760px){
.bluetextbox, .rtl .bluetextbox{
        height: auto !important;
}

.jointext p {
    top: 0;
    left: 0;
    text-align: center !important;
}

.mailinglist p {
    font-size: 16px;
}
.mailinglist input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin: 6px auto !important;
    display: block;
    width: 55% !important;
    float: none !important;
}

.mailinglist input[type="submit"], .rtl .mailinglist input[type="submit"] {
    width: 40%;
    top: 7px !important;
    position: relative;
    display: block;
    margin: 5px auto;
    float: none !important;
}

.womanimgtxt p, .rtl .womanimgtxt p {
    font-size: 24px;
    line-height: 23px;
}

  .holder.newsletter article:nth-child(6){
    display: block;
  }

  .holder.newsletter article .entry-header h2 a {
    padding: 7px 0px 3px;
}

    .home .roundtxt{
        font-size: 24px;
    }
}

/*--------board and staff--------*/
.BoardAndStaff h2 {
    font-size: 35px !important;
    font-family: Ruda;
    font-weight: 800;
    color: #D02153;
}

.BoardAndStaff h3 {
    color: #D02153;
    margin-top: -20px !important;
    margin-bottom: 0px !important;
    font-size: 25px;
    text-transform: none;
    font-family: Ruda;
    font-weight: bold;
    line-height: 30px;
}

.BoardAndStaff hr{
    border-top: 7px dashed #D02153;
        background: transparent;
}

.rtl .BoardAndStaff, .rtl .BoardAndStaff h2, .rtl .BoardAndStaff h3, .rtl .BoardAndStaff p {
    font-family: "Noto Sans", sans-serif;
}

/*---------FAQ---------*/
.rtl h3.azc_tsh_toggle, .azc_tsh_toggle a {
    text-align: right;
    color: #2b387d !important;
    margin-bottom: 5px !important;
}

.faqnew h3.azc_tsh_toggle a,.faqnew .azc_tsh_toggle a:hover {
    color: transparent !important;
}

.azc_tsh_toggle_container, .azc_tsh_toggle_container_open {
    margin: auto;
    margin-bottom: 5px !important;
    padding: 5px 15px;
    border-right: 1px solid #007fff;
    border-bottom: 1px solid #007fff;
    border-left: 1px solid #007fff;
    overflow: auto;
}

.azc_tsh_toggle_container {
    border-bottom: 1px solid !important;
}

.azc_tsh_toggle, .azc_tsh_toggle_open, .azc_tsh_toggle_active, .azc_tsh_toggle_open_active {
    margin: 5px 0px 0px 0px !important;
    border: 1px solid #007fff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 10px 10px 30px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.rtl .faq li { font-size: 19px;}
.rtl .faq h3.azc_tsh_toggle a::before {content: none !important;;}
.rtl .faq h3.azc_tsh_toggle {margin-top: -44px !important;}

.faqnew h3.azc_tsh_toggle, .azc_tsh_toggle a {
    margin-bottom: 0px !important;
    margin-top: -46px !important;
    height: 40px;
}
.faqnew h3.azc_tsh_toggle a::before {
display:none;
}

.faqnew .azc_tsh_toggle_container {
    font-size: 18px;
}

.faqnew p{
    width: 95%;
    margin-bottom: .5em;
}

html[lang="en-US"] h3.azc_tsh_toggle a {
    color:transparent !important;
}

html[lang="en-US"] h3.azc_tsh_toggle a:before {
    content: 'More/less Items';
    color: #2b387d;
    text-transform: capitalize;
}

/*--------Woocommerce------*/
ul.products li.product a img {
    width: 100px;
}

.inside-wc-product-image{
    display: block;
}

@media(max-width:760px){
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width: 100%;
    }
}

/*--------Donate-----------*/
.donatetxt p {
    font-family: 'Open Sans', Arial, sans-serif !important;
    line-height: initial;
    font-size: 13px;
}



/*--------photo gallery------*/
a.img-responsive.single-photostream-14660 {
    position: relative !important;
    width: 30%;
    top: 5px !important;
    left: 0px !important;
    margin-right: 5px;
    margin-top: 5px;
    padding: 3px !important;
    box-shadow: 1px 1px 1px 1px #888888 !important;
    float: left !important;
}

img.img-responsive.photo.loading {
    width: 100%;
}

/*-------Videos---------*/
.videos h3{
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/*--------Blog-----------*/
.blogg header.entry-header{
display: block !important;
}

.blogg header.entry-header h2.entry-title {
    font-size: 20px !important;
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-entry-text-wrap{
    text-align: left;
}

.rtl .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-entry-text-wrap{
    text-align: right;
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-entry-text-wrap h3.entry-title a {
    color: #d12153 !important;
}

.lsow-entry-text-wrap.nothumbnail {
    margin-top: 0 !important;
    /* margin-bottom: 20px !important; */
}

.lsow-entry-text-wrap.nothumbnail img{
     margin-bottom: 13px !important; 
}

@media(min-width:760px){


.blogg .post {
    height: 380px;
    overflow: hidden;
    margin-bottom: 0;
}


.blogg .entry-summary {
    margin: .5em 0 0;
}

.blogg .entry-summary p {
    font-size: 17px;
}
}

/*-----Newsletter------*/
.newsletter{
    width:85%;
}

.newsletter article header.entry-header {
    display: contents;
    float: left;
    padding: 4px 3px;
    /* text-align: left; */
    width: 83%;
}


.newsletter article .entry-title{
font-size: 17px;
font-weight: bold;
padding:0px;
}

.newsletter article .entry-title a {
    font-size: 17px;
    color: #4e2358 !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px 5px;
    display: block;
    left: 10px;
    position: relative;
}

.newsletter article .entry-meta{
    display: none;
}

.newsletter .post-image {
    float: left;
    padding-right: 10px;
    clear: left;
    position: relative;
}

.newsletter .post-image img {
    width: 90px;
 height: 90px;
}

.newsletter .post-image:hover img {
    filter: brightness(0.65);
    transition: .3s linear;
}

.newsletter article {
    clear: both;
    margin-bottom: 0;
}

.newsletter .entry-summary {
    float: left;
    width: 75%;
    text-align: left;
    padding: 0px 10px 10px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.newsletter article p{
    font-size: 13px;
}

.rtl .newsletter .post-image {
    float: right;
    padding-left: 10px;
    /* clear: left; */
}

.rtl .newsletter article header.entry-header {
    display: contents;
    float: right;
    padding: 4px 0px;
    /* text-align: left; */
    width: 80%;
}

.rtl .newsletter .entry-summary {
float: right;
    width: 75%;
    text-align: right;
    padding: 6px 10px 10px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.rtl .newsletter article .entry-title a {
    font-size: 18px;
}

.rtl .newsletter article .entry-title {
    font-size: 17px;
    font-weight: bold;
    float: right;
    padding-right: 12px;
}

.post-image:after {
content: '\f055';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-60%, -55%) rotate(-180deg);
    /* background: #ccc; */
    font-weight: 900;
    font-size: 20px;
    padding: 0px 8px 1px 9px;
    border-radius: 100%;
    opacity: 0;
    transition: .3s linear;
    font: normal normal normal 28px/1 FontAwesome;
    color: white;
}

.post-image:hover:after {
    opacity: 1;
    transition:.3s linear;
    transform: translate(-60%, -55%) rotate(0deg);
}

.rtl .post-image:after {
    transform: translate(-50%, -50%) rotate(-180deg);
}

.rtl .post-image:hover:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

@media(max-width:760px){
    .newsletter article .entry-title, .rtl .newsletter article .entry-title,
    .newsletter .entry-summary, .rtl .newsletter .entry-summary{
width:100%;
float:none;
left:0;
right: 0;
    }

.newsletter .post-image {
float:none;
}

    .newsletter .post-image img {
    width: auto;
    height: auto;
}

.newsletter .post-image {
    text-align: left !important;
    padding-left: 10px;
}


.rtl .newsletter .post-image {
    text-align: right !important;
    padding-left: 0;
    padding-right: 10px;
}

.newsletter article .entry-title a, 
.rtl .newsletter article .entry-title a{
    left:0;
    right:0;
}

}

/*---------Bat-Mitzva-------*/
@media(max-width:760px){
.gform_wrapper ul li.gfield {
    width: 90%;
}
}

/*----------Archive-------------*/
.archive .post-image, .search .post-image{
width:100px !important;
}

/*-------Sidebar--------*/
.sidebar .widget .widget-title{
    color: #d02153;
    font-weight: 600;
}

.sidebar a {
    color: transparent !important;
}

.sidebar a.img-responsive {
    position: relative !important;
    width: 30%;
    top: 5px !important;
    left: 0px !important;
    margin-right: 5px;
    margin-top: 5px;
    padding: 3px !important;
    box-shadow: 1px 1px 1px 1px #888888 !important;
    float: left !important;
}

.sidebar a.img-responsive{
    margin-right: 0px;
    margin-left: 5px;
}
.sidebar .roundbox h2{
    margin-top: 10px;
    margin-bottom: -15px;
}

@media(min-width: 1025px){
	.rtl #primary.grid-75 {
    float: right !important;
}
.rtl #right-sidebar.grid-25 {
    float: left !important;
}

.right-sidebar.separate-containers .site-main{
	border-right: 1px solid #ccc;
}

.rtl.right-sidebar.separate-containers .site-main{
	border-left: 1px solid #ccc;
	border-right: hidden;
}

}

@media(max-width: 770px){
    .sidebar .widget{
        text-align: center;
    }
}

/*---landing pages and donation pages---*/

/*donate pages*/
.page-template-donatepage .top-bar, .page-template-donatepage .site-header, 
.page-template-donatepage .site-logo,.page-template-donatepage div#page-header,
.page-template-donatepage .site-footer,.page-template-donatepage div#right-sidebar,.page-template-donatepage div#right-sidebar,
.page-template-landing-page .top-bar, .page-template-landing-page .site-header, 
.page-template-landing-page .site-logo,.page-template-landing-page div#page-header,
.page-template-landing-page .site-footer,.page-template-landing-page div#right-sidebar,
.page-template-landing-page div#right-sidebar {
    display: none;
}

.page-template-donatepage a.screen-reader-text.skip-link {
    left: 0;
}

.page-template-donatepage article{
    opacity: 0;
}

.page-template-donatepage .site-main{
    border: hidden !important;
}

.page-template-donatepage .front-image{
animation: 1s ease-out 0s 1 slideInFromLeft;

}

.page-template-donatepage p{
animation: 1s ease-out 0s 1 float-up;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    display: none;
}


.page-template-donatepage .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    display: block;

}

.page-template-donatepage p{
    font-size: 22px;
    padding: 6px;
}

.page-template-donatepage h5 {
    font-weight: 400;
    font-size: 15px;
}

@media(max-width:1100px){
.page-template-donatepage main#content {
width:80% !important;
}
}

@media(max-width:680px){
.page-template-donatepage main#content {
width:95% !important;
z-index:0 !important;
}

.page-template-donatepage .front-image{
float:none !important;
max-width:100% !important;
width:auto !important;
}

.page-template-donatepage .float-up {
    margin-top: -50px !important;
    width: 95% !important;
    /* font-size: 14px !important; */
    float: none !important;
    margin: 0 auto;
}
.page-template-donatepage p {
font-size:14px;
font-weight:bold;
    line-height: 1.2;
}

}

/*---30year anniversery----*/

/*--later-fixes---*/

.page-id-17138 .hebdonate {
    display:block !important;
    width: 50%;
    margin: 10px auto !important;
    display: block;
    padding: 10px;
    padding-top: 10px;
    text-align: center;
    box-shadow: 0px 1px 8px 0px #888;
    background: #ebeb99;
    border-radius: 17px;
    position: relative; 
}

.page-id-17138 main form{
width: 95%;
    margin: 10px auto !important;
    display: block;
    padding: 10px;
    padding-top: 10px;
    text-align: center;
    box-shadow: 0px 1px 8px 0px #888;
    background: #ebeb99;
    border-radius: 17px;
    position: relative; 
}

.page-id-17138 .hebdonate .wpc_buynow_button {
    height: 70px;
    display:none;
}

.page-id-17138 .hebdonate:before{
     content: 'בחר/י באחת מאופציות התשלום למעבר לתשלום מאובטח בפייפאל. לאחר הרכישה תופנו למילוי פרטי ההרשמה.';
    display:block;
     font-size: 20px;
    width:95%;
    margin:10px auto;
    display:none;
}


.page-id-17138 .hebdonate span{
position:relative !important;   
    display:block;
}

.page-id-17138  span.full:before {
   content:'לאירוע המלא: 200 ש"ח';
 position:absolute;
    right:50%;
    z-index:999;
    transform:translate(50%,0);
    font-size:20px;
    top:30%;
    display:block;
}

.page-id-17138  span.nolunch:before {
   content:'ללא ארוחת צהריים: 110 ש"ח' !important;
 position:absolute;
    right:50%;
    z-index:999;
    transform:translate(50%,0);
    font-size:20px;
    top:30%;
    display:block;
}

.page-id-17138  span.students:before {
   content:'מחיר לסטודנטים: 30 ש"ח' !important;
 position:absolute;
    right:50%;
    z-index:999;
    transform:translate(50%,0);
    font-size:20px;
    top:30%;
    display:block;
}

.page-id-17138 main input[type="image"] {
    position:absolute;
    top:0;
    height:70px;
    width:100%;
    left:50%;
    transform:translate(-50%,0);
    opacity:0;
    z-index:99999;
}

@media(max-width:1100px){
.page-template-landing-page .newhead {
    height: auto !important;
}
    
    .downarrow i {
    top: 500px !important;  
    }   
}

@media(max-width:800px){
    .page-template-landing-page main{
        width:90% !important;
    }
    .downarrow i {
    top: 400px !important;  
    }   
    .page-template-landing-page table {
    width: 100% !important;
}
    .page-template-landing-page #content a.thirtythdonatelink {
    margin-left: 0 !important;
}

    .studentsponsor {
        float:right !important;
    }
    
}

@media(max-width:763px){
.page-template-landing-page img.header-img {
    width: 75% !important;
}
    
.downarrow i {
    display:none;   
    }       
    
    .page-id-17138 .hebdonate .wpc_buynow_button {
    height: 110px;
}
    
    .donatebutton {
        height:auto !important;
    }
    
    .page-template-landing-page #content a.thirtythdonatelink,.page-template-landing-page #content .studentsponsor {

            float: none !important;
    display: block;
    margin: 10px auto !important;
    }
    .paymentbuttonnew form {
        width: 95%;}
}

@media(max-width:500px){
    
    .page-id-17138 .hebdonate{
        width:90%;
    }
    
}

/*--original code---*/
.page-template-landing-page div#page-header {
    display: none;
}

.page-template-landing-page header#header,.page-template-landing-page  #top-bar,.page-template-landing-page  footer,.page-template-landing-page #copyright, .page-template-landing-page .sticky-header {
    display: none !important;
}
body.page-template-landing-page{
}
.page-template-landing-page iframe{
/*  pointer-events:none !important;*/
}

.page-template-landing-page #containingBlock,.page-template-landing-page .newhead {
  width:100%;
    height:78vh;
    overflow:hidden;
}
.page-template-landing-page .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
}
.page-template-landing-page .videoWrapper object,
.page-template-landing-page .videoWrapper embed {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 100%;
}

header.page-title {
    display: none;
}

.downarrow i {
    font-size: 28px;
    font-weight: inherit;
    position: absolute;
    top: 88vh;
    right: 50%;
    background: white;
    border-radius: 24px;
    padding: 6px;
    opacity: .7;
    z-index:9999999;
}

.page-template-landing-page h5{
    font-size:0;
    margin:20px 0;
}
.page-template-landing-page p, 
.page-template-landing-page td{
    color:#d02153;
    font-size: 16px;
}

.page-template-landing-page #content a{
    width: 50%;
    margin: 0 auto;
    display: block;
    padding: 25px;
    padding-top: 20px;
    text-align: center;
    box-shadow: 0px 1px 8px 0px #888;
    background: #ebeb99;
    border-radius: 17px;
}
   
.page-template-landing-page label{
    display:none;
}

.page-template-landing-page label.tshirt{
    display:block;
}

.page-template-landing-page input[type=text], .page-template-landing-page input[type=tel], .page-template-landing-page input[type=email] {
    background-color: #4e2158 !important;
    color:white;
}

.page-template-landing-page ::placeholder{
    color:white;
}

.rtl.page-template-landing-page ::placeholder{
    text-align:right;
}

.page-template-landing-page .wpcf7 h4{
    font-size:25px;
    text-align:center;
}

.page-template-landing-page input.wpcf7-form-control {
    border-radius: 10px;
    margin-bottom: 8px;
    width: 76%;
    font-size: 19px;
        margin: 0 auto;
    display:block;
}
.page-template-landing-page span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox {
    width: 76%;
    margin: 25px auto;
    display: block;
}

.page-template-landing-page .wpcf7-response-output {
    background: pink;
    font-size: 18px;
}

.attendance{
        background: #efefef;
    padding: 2px;
    width: 76%;
    margin: 20px auto;
    border-radius: 9px;
    display:block;
}

span.attendanceoption {
    /* float: left; */
    margin-left: 2% !important;
    display: block;
    width: 60%;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox {
    width: 41% !important;
    margin-top: -26px !important;
    margin-left: 46% !important;
    text-align: right;
}

.rtl span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox {
    width: 41% !important;
    margin-top: -26px !important;
    margin-right: 46% !important;
    text-align: left;
}

.page-template-landing-page input[type=submit]{ background-color: #f198bf;}


.page-template-landing-page input.wpedon_paypalbuttonimage {
    margin: 0 auto;
    display: block;
    background:transparent;
    border-radius: 20px;
    color: transparent;
    font-size:0;
    width:100px;
    height:40px;
    margin-bottom:30px !important;
    border:hidden;
}

.page-template-landing-page input.wpedon_paypalbuttonimage  img{
    display:none !important;
}

.page-template-landing-page input.wpedon_paypalbuttonimage:before {
    position:absolute;
    content:'Donate';
    color:white;
    font-size: 22px;
    text-align:center;
    display:block;
    margin:0 auto;
     background: #e585a0;
    opacity:1 !important;
    padding:10px;
    border-radius: 20px;
    width:250px;
    left:50%;
    transform:translate(-50%,0);
}

.rtl.page-template-landing-page input.wpcf7-form-control {
    float:none !important;
}

.rtl.page-template-landing-page  form.wpcf7-form {
    text-align: right;
    direction:rtl;
    color:white;
}


a.thirtythdonatelink {
    width: 300px !important;
    float: left;
    background: #e37c99 !important;
    color: white;
    font-size: 20px;
    border-radius: 10px !important;
    box-shadow: none !important;
        margin-left: 16% !important;
}


.paymentbuttonnew > div {
float:none !important;
}

.paymentbuttonnew form {
    width: 50%;
    margin: 10px auto !important;
    display: block;
    padding: 25px;
    padding-top: 20px;
    text-align: center;
    box-shadow: 0px 1px 8px 0px #888;
    background: #ebeb99;
    border-radius: 17px;
    position: relative;
}

input.paypalbuttonimage {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.paymentbuttonnew form span {
    color: #d02153;
    font-size:18px;
}

.paymentbuttonnew form span span {
    font-size: 15px;
    margin-top: 10px;
    display: block;
}



div#accept_paypal_payment_form {
       width: 30%;
    float: right;
    margin-right: 16%;
}

.wpapp_ref_value {
    display: none;
}
.wpapp_ref_title_label {
    display: none;
}

.wpapp_other_amount_input {
    /* float: left; */
    width: 80px;
    margin: 0 auto;
}

.wpapp_payment_button {
       height: 65px;
    background: #e37c99;
    margin: -10px auto;
    border-radius: 10px;
    padding-top: 15px;
}

.wpapp_payment_button input[type="image"] {
    opacity: 0;
    position: relative;
    top: -20px;
    height: 35px;
}

.studentsponsor form{
    margin-bottom:0;
}

.studentsponsor .wpc_buynow_button input[type="image"] {
     opacity: 0;
    position: relative;
}

.studentsponsor {
width: 300px !important;
    float: left;
    background: #e37c99 !important;
    color: white;
    font-size: 20px;
    border-radius: 10px !important;
    box-shadow: none !important;
    margin-left: 6% !important;
    height:65px;
}

.studentsponsor .wpc_buynow_button:before {
    content: 'Sponsor A Student - 180$';
    position: relative;
    top: 22px;
}

select#amount {
    display: none;
}

.wpapp_payment_button:before {
    content: 'Sponsor a Student - $180';
    text-align: center;
    color: white;
    /* position: absolute; */
    font-size: 20px;
    position: relative;
    top: 6px;
}

span.payment_subject, .wpapp_other_amount_label {
    color: #684471;
    font-size: 16px;
}

.bottom-text {
    margin-top: 28px;
    margin-bottom: 50px;
    position: relative;
    display: block;
    clear: both;
    font-weight: bold;
}

.page-id-17328 .donatebutton, .page-id-17328 .bottom-text,.page-id-17328 .hebdonate,.rtl .donatebutton, .rtl .bottom-text {
    display:none !important;
}


.notice {
    text-align: left;
    width: 75%;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
}

.rtl span.notice {
    text-align: right;
}

@media(max-width:1200px){
    .page-template-landing-page input.wpcf7-form-control {
    width: 76% !important;
}
.page-template-landing-page span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox {
    width: 76% !important;
}

.page-template-landing-page input[type=submit]{ background-color: #f198bf;
    }


.page-template-landing-page input.wpedon_paypalbuttonimage {

}
}

@media(max-width:1050px){
    
}

@media(max-width:760px){
    .page-template-landing-page input[type=submit]{ font-size:15px;
    }


.page-template-landing-page input.wpedon_paypalbuttonimage {

}
    .page-template-landing-page ::placeholder{
    font-size:15px;
}

.rtl.page-template-landing-page ::placeholder{
    font-size:15px;
}
}

@media(max-width:550px){
    .page-template-landing-page ::placeholder{
    font-size:13px;
}

.rtl.page-template-landing-page ::placeholder{
    font-size:13px;
}
}

/*--------Footer---------*/
.rtl .footer-widgets, .rtl .footer-widgets input {
    text-align: right;
}

.footer-widgets label{
	display: none;
}

.footer-widgets input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        border-radius: 10px;
    margin-bottom: 8px;
    width: 76%;
    font-size: 19px;
}

.footer-widgets p{
	margin-bottom: 0.5em;
}

.footer-widgets input.wpcf7-form-control.wpcf7-submit {
    border-radius: 10px !important;
    background: #4e2358 !important;
    border: hidden !important;
    color: white !important;
    font-size: 19px;
    font-weight: 400;
}

.rtl .footer-widgets input.wpcf7-form-control.wpcf7-submit {
float: right;
}

.footer-widgets .widget-title {
    text-transform: none !important;
    font-size: 28px !important;
    font-family: ruda !important;
}

.rtl .footer-widgets .widget-title {
    font-family: "Noto Sans", sans-serif !important;
}

.footer-text-center {
    display: inline-block;
}

.footer-text-left {
    float: left;
}

.footer-text-right {
    float: right;
}



@media(max-width: 760px){
    .footer-text-left, .footer-text-center, .footer-text-right {
    float: none;
}
.footer-widgets, .footer-widgets input,
.rtl .footer-widgets, .rtl .footer-widgets input {
    text-align: center;
}

.footer-widgets input.wpcf7-form-control.wpcf7-submit {
    width: 75%;
    margin: 0 auto !important;
    display: block;
}

}