/**
 * Theme Name:   Atalef Foundation
 * Theme URI:    
 * Author:       Atalef Foundation
 * Author URI:   Atalef Foundation
 * Version:      1.0
 * License:      GNU General Public License v2
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Description:  Fully Responsive WordPress Theme
**/

@import url(http://fonts.googleapis.com/css?family=Roboto:500,300,700,900);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@font-face {
    font-family: 'avenir-heavy';
    src: url('fonts/avenir_heavy.eot');
    src: url('fonts/avenir_heavy.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenir_heavy.woff2') format('woff2'),
         url('fonts/avenir_heavy.woff') format('woff'),
         url('fonts/avenir_heavy.ttf') format('truetype'),
         url('fonts/avenir_heavy.svg#avenir-heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cooperhewitt-bold';
    src: url('fonts/cooperhewitt-bold.eot');
    src: url('fonts/cooperhewitt-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/cooperhewitt-bold.woff2') format('woff2'),
         url('fonts/cooperhewitt-bold.woff') format('woff'),
         url('fonts/cooperhewitt-bold.ttf') format('truetype'),
         url('fonts/cooperhewitt-bold.svg#cooperhewitt-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cooperhewitt-book';
    src: url('fonts/cooperhewitt-book.eot');
    src: url('fonts/cooperhewitt-book.eot?#iefix') format('embedded-opentype'),
         url('fonts/cooperhewitt-book.woff2') format('woff2'),
         url('fonts/cooperhewitt-book.woff') format('woff'),
         url('fonts/cooperhewitt-book.ttf') format('truetype'),
         url('fonts/cooperhewitt-book.svg#cooperhewitt-book') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {margin: 0 1em 1em 0;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.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 img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption.alignnone {margin: 0 1em 1em 0;}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}
.wp-caption-text {  }
.sticky {  }
.gallery-caption {  }
.bypostauthor {  }
body#tinymce.wp-editor {
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
}
body#tinymce.wp-editor a {
    color: #4CA6CF;
}
/* -----------------------------------------
   General fixes
----------------------------------------- */
#wpadminbar {
    opacity: 0.3;
    transition: 0.2s opacity linear;
    -webkit-transform: translateZ(0);
}
#wpadminbar:hover, 
#wpadminbar:focus{ opacity: 1; }
body {-webkit-font-smoothing: antialiased; color: #000;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type=button] {	
    -webkit-appearance: none;
    -moz-appearance:none;
}

/* Placeholder Styling */
::-webkit-input-placeholder { color: #d1d1d1; }
::-moz-placeholder { color: #d1d1d1; }
::-o-placeholder { color: #d1d1d1; }
:-ms-input-placeholder { color: #d1d1d1; }
input:-moz-placeholder { color: #d1d1d1; }

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { /* STYLES GO THERE */ }
embed, iframe, object { max-width: 100%; }

/* Align Middle */
.align-middle {
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
/*Centered FlexBox crossbrowser*/
.centered-flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
}


/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {outline:none;}
p:empty {display: none;}
body,h1,h2,h3,h4,h5,h6,p,a {font-family: 'cooperhewitt-book', sans-serif;}
h1,h2,h3,h4,h5,h6{font-weight: 400; color: #000;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
p{
    margin-bottom: 15px;
    font-size: 18px;
}
.three-col-cont p{
    font-size: 16px;
    margin-bottom: 10px;
}

article.post-150 ol { 
list-style-position:inside;
margin-left: 0px;
}
article.post-150 h3 {
display: block;
	padding: 8px 0px 5px 0px;
margin: 20px 0 10px 0;
	border-width: 1px 0px;
border-color: #666;
border-style: solid;
}

h4{
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #333D44;
    margin: 0;
    margin-bottom: 25px;
}
body{
    color: #333D44;
}

/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block; 
    height: 0; 
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ------------------------------------
    Slider
------------------------------------- */
#home-slider{
    max-width: 300px;
    margin: auto;
    margin-bottom: 30px;
}
#home-slider .slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;

    padding: 5px 10px;
}
#home-slider .slider-caption p,
#home-slider .slider-caption h3 {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.slider-caption h2 {
    font-size: 24px;
}

@media only screen and (max-width: 640px) {
    #home-slider .slider-caption{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        background: #000;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
    #home-slider .slider-caption p{
        font-size: 12px;
        text-shadow: none;
        font-weight: 600;
    }

}
#home-slider .slick-prev,
#home-slider .slick-next{
    position: absolute;
    top: 5px;
    margin: 0;
    width: 26px;
    height: 26px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    
}
#home-slider .slick-prev{
    right: 40px;
    left: inherit;
}
#home-slider .slick-next{
    right: 10px;
}
#home-slider .slick-prev:before,
#home-slider .slick-next:before{
    font-family: 'FontAwesome';
    opacity: 1;
    color: #DEDEDE;
    line-height: 26px;
    position: absolute;
    font-size: 28px;
}
#home-slider .slick-prev:before{
    content: '\f0d9';
    left: 50%;
    top: 0;
    margin-left: -7px;
}
#home-slider .slick-next:before{
    content: '\f0da';
    left: 50%;
    top: 0;
    margin-left: -3px;
}
/* ------------------------------------
    Basic Styles
------------------------------------- */
.row{
    max-width: 1140px;
}
.no-padding,
.row.large-uncollapse>.column.no-padding,
.row.large-uncollapse>.columns.no-padding{
    padding: 0;
}
a.donate-btn{
    display: block;
    padding-left: 25px;
    padding-right: 60px;
    float: right;
    font-size: 20px;
    line-height: 50px;
    background: #6FB300;
    border: 1px solid #109bb2;
    -webkit-box-shadow: inset 0px -1px 1px 0px rgba(255,255,0,1);
    -moz-box-shadow: inset 0px -1px 1px 0px rgba(255,255,0,1);
    box-shadow: inset 0px -1px 1px 0px rgba(255,255,0,1);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    position: relative;
    margin-top: 15px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
a.donate-btn:after{
    content: '\f061';
    font-family: 'FontAwesome';
    display: block;
    width: 32px;
    height: 32px;
    background: #5E9600;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
a.donate-btn:hover{
    background: #fff;
    color: #6FB300;
}
a.donate-btn:hover:after{
    color: #fff;
}
a.learn-more{
    display: inline-block;
    border: 1px solid #ACACAC;
    color: #545454;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
    font-weight: 700;
    margin-top: 10px;
    -webkit-transition: border 300ms ease-in-out;
    -moz-transition: border 300ms ease-in-out;
    -o-transition: border 300ms ease-in-out;
    transition: border 300ms ease-in-out;
}
a.learn-more:hover{
    border: 1px solid transparent;
}
ul.accordion { margin-left: 0; }

.accordion .accordion-navigation>a, .accordion dd>a {
	font-family: 'cooperhewitt-book', sans-serif;
font-size: 1.1rem;
border-bottom: 1px solid #CCC;
margin-bottom: 4px;
padding: 5px 1rem;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
header{
    position: relative;
    z-index: 999;
}
.top-header{
    background: #000000;
    padding: 15px 0;
}
.row .column.slogan-text, .row .columns.slogan-text{
    padding-left: 0;
}
.slogan-text p{
    font-family: 'cooperhewitt-book', sans-serif;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.slogan-text p strong{
    font-family: 'cooperhewitt-bold', sans-serif;
    font-size: 54px;
    font-weight: normal;
}
.bottom-header{
    -webkit-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.75);
}

#lang_sel_click{
    float: right;
    margin-top: 30px;
    margin-right: 10px;
}
#lang_sel_click a,
#lang_sel_click a.lang_sel_sel,
#lang_sel_click ul ul a:visited{
    background: transparent !important;
    border: none;
}
#lang_sel_click ul ul,
#lang_sel_click li{
    width: auto;
    border: 0;
}
#lang_sel_click a.lang_sel_sel, #lang_sel_click a{
    font-family: 'cooperhewitt-book', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
#lang_sel_click a span{
    color: #fff;
}
#lang_sel_click a.lang_sel_sel:hover{
    color: #fff;
}
#lang_sel_click img.iclflag{
    vertical-align: baseline;
    top: 0;
}
#lang_sel_click ul ul{
    position: relative;
    top: 0;
}
.lang_sel_sel{
    display: none;
}
#lang_sel_click ul{
    list-style: none;
    text-align: center;
}
#lang_sel_click ul ul{
    margin: 0;
    list-style: none;
}
/* ------------------------------------
    Content Styles
------------------------------------- */
.fullwidth-thumb{
    min-height: 286px;
	background-color: #666;
    background-repeat: no-repeat;
    background-position: top center;
    /*background-size: cover;*/
    -moz-box-shadow: 0px 215px 0px 0px #EFEFEF;
    -webkit-box-shadow: 0px 215px 0px 0px #EFEFEF;
    box-shadow: 0px 215px 0px 0px #EFEFEF;
}
.fullwidth-thumb h1{
    position: relative;
    color: #2ba6cb;
    font-family: 'Lato', sans-serif;
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    margin: 40px 0 0 20px;
    /*top: 35%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);*/
    text-shadow: 2px 2px 2px rgba(0,0,0,.1);
}
.three-cols{
    margin-top: -30px;
}
.three-cols .three-col-cont{
    background: #fff;
    padding: 20px 25px 0;
}
.three-col-cont h3{
    margin: 0;
    font-family: 'cooperhewitt-book', sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
}
.grey-count{
    background: #9D9D9D;
    margin-top: 35px;
    padding: 25px 0;
}
.counter-list{
    text-align: center;
    margin: 0;
}
.counter-list li{
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'cooperhewitt-book', sans-serif;
    font-size: 18px;
    
}
.counter-list li h3{
    font-family: 'avenir-heavy', sans-serif;
    color: #fff;
    font-size: 58px;
    line-height: normal;
    margin: 0;
    font-weight: 700;
    margin: 0 50px;
}
.interrior-thumb-bg{
    background: #545454;
    position: relative;
    -webkit-box-shadow: 0px 0px 240px 180px #DCDCDC;
    -moz-box-shadow: 0px 0px 240px 180px #DCDCDC;
    box-shadow: 0px 0px 240px 180px #DCDCDC;
}
.interrior-thumb{
    min-height: 360px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.interrior-thumb-bg h1{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,66,136,.45);
    color: #fff;
    margin: 0;
    line-height: 28px;
    padding: 0 30px;
    padding-top: 40px;
    font-family: 'avenir-heavy', sans-serif;
    text-transform: uppercase;
    font-size: 43px;
    letter-spacing: 5px;
}
.content-row{
    background: #fff;
    position: relative;
}


/*########### SIDEBAR #################*/

/*.page-id-86 .sidebar-title, .page-id-86 .widget_nav_menu, chapters - english*/
/*.page-id-177 .sidebar-title, .page-id-177 .widget_nav_menu, chapters - english*/
.page-id-88 .sidebar-title, .page-id-88 .widget_nav_menu, /*become a sea lion - english*/
.page-id-175 .sidebar-title, .page-id-175 .widget_nav_menu, /*become a sea lion - hebrew*/
.page-id-10 .sidebar-title, .page-id-10 .widget_nav_menu, /*contact us - english*/
.page-id-173 .sidebar-title, .page-id-173 .widget_nav_menu, /*contact us - hebrew*/
.page-id-295 .sidebar-title, .page-id-295 .widget_nav_menu, /*donate - english*/
.page-id-302 .sidebar-title, .page-id-302 .widget_nav_menu, /*donate - hebrew*/
.blog .sidebar-title, .blog .widget_nav_menu /*news - english*/
{ display: none;  }

.sidebar{
    position: relative;
    overflow: hidden;
    padding: 0 30px;
    margin-top: -37px;
}
.sidebar .sidebar-title{
    font-family: 'avenir-heavy', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(0,0,0, .45);
    margin: 0 -30px;
    padding: 0 30px;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 14px;
    padding-top: 23px;
}
.sidebar-wrap{
    position: relative;
    padding-top: 35px;
}
.sidebar-wrap > *{
    position: relative;
    z-index: 999;
}
.sidebar-wrap:before{
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
    left: -80px;
    top: 0;
    z-index: 9;
    background: transparent;
    -webkit-box-shadow: 5px 0px 60px -8px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 5px 0px 60px -8px rgba(50, 50, 50, 0.75);
    box-shadow: 5px 0px 60px -8px rgba(50, 50, 50, 0.75);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.rtl .sidebar-wrap:before{
    right: -80px;
    left: inherit;
    -webkit-box-shadow: -5px 0px 60px -8px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -5px 0px 60px -8px rgba(50, 50, 50, 0.75);
    box-shadow: -5px 0px 60px -8px rgba(50, 50, 50, 0.75);
}
.sidebar-content{
    position: relative;
    z-index: 99;
}
.interior-content{
    padding: 35px 30px 0;
}
.sidebar aside .upw-posts footer{
    display: none;
}

.sidebar aside h5{
    font-size: 23px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}
.sidebar aside .upw-posts p{
    font-size: 16px;
}
.sidebar aside .upw-posts h4 a{
    color: #000;
}
.sidebar aside .upw-posts h4{
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
}
.sidebar .menu {
    list-style: none;
    margin: 0;
    /*margin-bottom: 40px;*/
}

.sidebar .menu li a{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #000;
margin-bottom: 5px;
  display: block;
}
.sidebar .menu li.current-menu-item{
    position: relative;
    background: #6FB300;
    margin: 0 -30px;
    padding: 0 30px;
}
.sidebar .menu li.current-menu-item a{
    color: #fff;
    font-weight: 400;
}
.sidebar .menu li.current-menu-item:before{
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    border-left: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.rtl .sidebar .menu li.current-menu-item:before{
    left: inherit;
    right: 0;
    border-right: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 0;
}

aside.widget_ultimate_posts {
margin-top: 40px;
}

.blog .sidebar,
.single .sidebar{
    margin-top: 0;
}

article.post{
    margin-bottom: 25px;
}
article.post h3 a{
    color: #000;
}
.read-more{
    display: inline-block;
    border: 1px solid #ACACAC;
    color: #545454;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
    font-weight: 700;
    margin-top: 10px;
    -webkit-transition: border 300ms ease-in-out;
    -moz-transition: border 300ms ease-in-out;
    -o-transition: border 300ms ease-in-out;
    transition: border 300ms ease-in-out;
}
.read-more:hover{
    border: 1px solid transparent;
    color: #545454;
}
/* ------------------------------------
    Footer Styles
------------------------------------- */
footer{
    margin-top: 60px;
    padding: 25px 0;
    background: #2F2F2F;
    border-top: 7px solid #545454;
}
.home footer{
    padding-top: 20px;
    padding-bottom: 5px;
    margin-top: 0;
}
.home footer{
    background: none;
    border: none;
}
footer p{
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    color: #fff;
    margin: 0;
}
.home footer p{
    color: #333333;
}
footer .columns *{
    display: inline-block;
    float: left;
}
footer .menu-footer-menu-container ul,
footer .menu-footer-menu-container ul li,
footer .menu-hebrew-footer-menu-container ul,
footer .menu-hebrew-footer-menu-container ul li{
    margin: 0;
}
footer .menu-footer-menu-container ul li a,
footer .menu-hebrew-footer-menu-container ul li a{
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    color: #fff;
    text-decoration: underline;
}
.home footer .menu-footer-menu-container ul li a,
.home footer .menu-hebrew-footer-menu-container ul li a{
    color: #333333;
}
footer .menu-footer-menu-container ul li a:hover,
footer .menu-hebrew-footer-menu-container ul li a:hover{
    text-decoration: none;
}
.rtl .interior-content{
    float: right;
}
.rtl #lang_sel_click ul ul a{
    padding-right: 0;
}
.rtl footer .columns *{
    float: right;
}
.rtl .top-bar-section ul li{
    float: right;
}






    @media only screen and (min-width: 40.063em) {
        /* TOP BAR STYLING */

	.top-bar-section li li:not(.has-form) a:not(.button):hover {
            border-bottom: none !important;
        }

        /* Dropdown Styling*/

        .top-bar-section ul li:hover:not(.has-form) > a {
            background: none !important;
            color: #000!important;
        }

        .top-bar-section ul li li:hover:not(.has-form) > a {
            background: #444 !important;
            color: white !important;
        }
       
    }  /* min-width 641px */



