/*
    Theme Name: Ranbam
    Theme URI:
    Description: Educational/ WordPress theme
    Author: U-web בניית אתרים
    Author URI: 
    Version: 1.2
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */

* {
    box-sizing: border-box;
}

body {
    font-size: 18px;
    font-family: 'Assistant', sans-serif;
    background: #FFF;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #000;
}

a {
    color: #222;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #333;
}

a:focus {
    outline: none;
}

input,
textarea {
    box-sizing: border-box;
    border: none;
    width: 100%;
    padding: 5px 5px;
    color: #941d5a;
}

input[type="submit"],
input[type="button"] {
    cursor: pointer;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    color: #FFF;
    background: #941d5a;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    background: #7e184c;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.fa-phone {
    -moz-transform: rotate(250deg);
    -webkit-transform: rotate(250deg);
    -o-transform: rotate(250deg);
    -ms-transform: rotate(250deg);
    transform: rotate(250deg);
}

.social-icons {
    font-size: 26px;
    display: inline-block;
}

.social-icons a {
    display: inline-block;
    margin-right: 5px;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

::-webkit-input-placeholder {
    color: #941d5a;
}

::-moz-placeholder {
    color: #941d5a;
}

:-ms-input-placeholder {
    color: #941d5a;
}

:-moz-placeholder {
    color: #941d5a;
}


/* =LAYOUT
-------------------------------------------------------------- */

.container {
    position: relative;
}

#main {
    padding-top: 84px;
}

#menurow {
    position: relative;
}


/* =HEADER
-------------------------------------------------------------- */

#header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    padding: 15px 0;
    background: rgba(114, 184, 223, 0.7);
}

#toprow {}

.lang {
    padding-top: 12px;
    text-align: right;
}

.lang ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
    padding-left: 5px;
    border-left: #FFF 1px solid;
}

.lang ul li:last-child {
    border-left: none;
}

.lang a {
    color: #FFF;
}

.lang .active a {
    color: #941d5a;
}

.logo {
    text-align: left;
}

#topimage {
    position: relative;
    margin-top: -70px;
    max-height: 407px;
    overflow: hidden;
}

#topimage img {
    width: 100%;
    height: auto;
}


/* =MENUS
-------------------------------------------------------------- */

.menu-primary-container {
    position: relative;
    z-index: 10;
    padding: 0;
    text-align: center;
}

.menu-primary {}

.menu-primary li {
    display: inline-block;
    float: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-primary ul {
    min-width: 250px;
}


/* First Level - Menu Primary */

.menu-primary li a {
    /* font-size: 21px; */
    font-size: 23px;
    font-weight: 600;
    display: block;
    color: #FFF;
    padding: 10px 20px;
    padding-right: 5px;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-primary li a:hover,
.menu-primary li a:active,
.menu-primary li a:focus,
.menu-primary li:hover>a,
.menu-primary li.current-cat>a,
.menu-primary li.current_page_item>a,
.menu-primary li.current-menu-item>a {
    color: #941d5a;
}


/* Child Levels - Menu Primary */

.menu-primary li ul {
    min-width: 250px;
    text-align: right;
    z-index: 99999999;
    margin: 0;
}

.menu-primary li li {
    padding: 0;
}

.menu-primary li li a {
    font-size: 20px;
    background: #c0a266;
    color: #FFF;
    padding: 10px 20px !important;
    border-radius: 0;
    border-bottom: #d5bf93 1px solid;
    z-index: 99999999;
}

.menu-primary li li a:hover,
.menu-primary li li a:active,
.menu-primary li li a:focus,
.menu-primary li li:hover>a,
.menu-primary li li.current-cat>a,
.menu-primary li li.current_page_item>a,
.menu-primary li li.current-menu-item>a {
    outline: 0;
    color: #FFF;
    background: #d5bf93;
}

.sf-sub-indicator {
    display: none;
}

.menu-primary li li:first-child a,
.menu-primary li li:last-child a {
    padding-left: 8px;
    padding-right: 8px;
}


/**********************MENU SECONDARY***************************/

.menu-about {
    position: relative;
    margin-top: -30px;
    margin-bottom: 30px;
}

.menu-secondary-container {
    position: relative;
    z-index: 100;
    padding: 0;
    text-align: center;
}

.menu-secondary {}

.menu-secondary li:hover ul {
    -webkit-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.2);
}

.menu-secondary li {
    display: inline-block;
    float: none;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-secondary ul {
    min-width: 250px;
}

.menu-secondary li a {
    font-size: 30px;
    line-height: 38px;
    display: block;
    color: #17566d;
    padding: 0px 5px;
    margin: 0 30px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-secondary li:nth-child(odd) a {
    background: url(images/cyr_blue.png) right center no-repeat;
}

.menu-secondary li:nth-child(even) a {
    background: url(images/cyr_green.png) right center no-repeat;
}

.menu-secondary li:hover,
.menu-secondary li:active,
.menu-secondary li:focus,
.menu-secondary li.current-cat,
.menu-secondary li.current_page_item,
.menu-secondary li.current-menu-item {
    background: url(images/active.png) no-repeat;
    background-size: 100% 80px;
}

.menu-secondary li a:hover,
.menu-secondary li a:active,
.menu-secondary li a:focus,
.menu-secondary li:hover>a,
.menu-secondary li.current-cat>a,
.menu-secondary li.current_page_item>a,
.menu-secondary li.current-menu-item>a {}


/********/

.menu-secondary li li a {
    font-size: 18px;
    font-weight: normal;
    background: #FFF;
    padding: 10px 10px !important;
    margin: 0;
    border: none;
    border-radius: 0;
    z-index: 99999999;
}

.menu-secondary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:focus,
.menu-secondary li li:hover>a,
.menu-secondary li li.current-cat>a,
.menu-secondary li li.current_page_item>a,
.menu-secondary li li.current-menu-item>a {
    outline: 0;
    color: #e00f21;
    border: none;
}


/***************************************HOMEPAGE*************************/

#mainslider {
    position: relative;
    direction: ltr;
    overflow: hidden;
}

#mainslider .msimg {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-width: inherit;
    height: 100%;
}

#mainslider .text-holder {
    bottom: 0;
    width: 100%;
    z-index: 10;
    left: 15px;
    background: rgba(255, 255, 255, 0.7);
    padding-top: 20%;
    padding-bottom: 50px;
    padding-left: 13%;
    padding-right: 13%;
    text-align: center;
}

#mainslider .active .text-holder {
    animation: fadeInDown 0.8s;
}

#mainslider .icon {
    text-align: center;
}

.owl-carousel .owl-item .icon .icimg {
    width: inherit !important;
    display: inline-block;
}

.slide-title {
    font-size: 60px;
    color: #000;
    margin-bottom: 80px;
}

.slide-text {
    font-size: 50px;
    color: #941d5a;
    margin-bottom: 50px;
}

.slide-button {
    margin-bottom: 30px;
}

.slide-button a {
    display: inline-block;
    padding: 20px 30px;
    background: #941d5a;
    color: #FFF;
}

.text-holder i {
    display: block;
    margin: 20px 0;
    font-size: 26px;
    color: #941d5a;
}

.slider-more {
    font-size: 20px;
    color: #941d5a;
    font-weight: 600;
}

.slider-more a {
    color: #941d5a;
}

#about-section {
    background: url(images/bg_about.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}

#about-section .content {
    color: #FFF;
}

#about-section .title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #FFF;
}

#about-section .more {
    margin-top: 50px;
    font-weight: 500;
}

#about-section .more a {
    color: #FFF;
    font-size: 22px;
}

#hazon-section {
    background: url(images/bg_hazon.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}

#hazon-section .content {
    color: #941d5a;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

#hazon-section .title {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
}

#hazon-section .entry {
    margin-top: 40px;
}

#courses-section {
    background: url(images/bg_courses.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}

#courses-section .content {}

#courses-section .title {
    font-size: 40px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.courses-list {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.course-item {
    position: relative;
    display: block;
    width: 25%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.course-item .c-img a {
    display: block;
    position: relative;
}

.course-item .c-img a .imghvr {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 0;
}

.course-item .c-img a:hover .imghvr {
    display: block;
    z-index: 10;
    animation: fadeIn 0.8s;
}

.c-title {
    position: absolute;
    top: 142px;
    left: 0;
    width: 100%;
    z-index: 200;
    color: #2d2b2f;
    font-size: 20px;
    text-align: center;
    padding: 0px;
    font-size: 16px;
    font-weight: 500;
}

.c-title a {
    display: inline-block;
    width: 125px;
    color: #2d2b2f;
}

.c-title a:hover {
    color: #2d2b2f;
}

.course-item:hover .c-title a {
    color: #FFF;
}

.course-item:hover .c-title a:hover {
    color: #2d2b2f;
}

#map-section .title {
    color: #FFF;
    text-align: center;
    margin-top: 100px;
}

#contact-section {
    background: url(images/bg_contact.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}

#contact-section .title {
    color: #941d5a;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 40px;
}

#full-page-navigation {
    position: fixed;
    right: 0;
    z-index: 100;
    top: 45%;
    width: 50px;
}

#fp-nav a {
    color: #941d5a;
}

#home-contact {
    padding: 0 60px;
    color: #941d5a;
}

.cform #ninja_forms_required_items,
.cform .nf-field-container {
    margin-bottom: 8px;
}

#home-contact .nf-field-element textarea {
    height: 140px;
}

#home-contact .field-wrap input[type=button] {
    width: 100%;
}


/*********LOGO SCROLL******/

#logos-menu {
    margin: 60px 0;
}

.logo-item {
    margin: 0 5px;
    text-align: center;
}

.logo-item.onpage {
    margin-bottom: 40px;
    display: block;
}

.logo-img img {
    display: inline-block;
}

.logo-item .cast-name {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.logo-item .cast-name a {
    color: #333;
}

.logo-item .cast-name a:hover {
    color: #15546c;
}

.line-divider {
    height: 7px;
    width: 100%;
    background: url(images/line1.png) no-repeat center center;
    background-size: contain;
}


/*********GENERAL*******/

.no-img {
    display: block;
    background: #efe8dd;
}

.no-img img {}

img.alignright {
    margin-left: 40px;
    margin-bottom: 40px;
}

img.alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
}

.title {
    font-size: 38px;
    font-weight: 600;
}

.title a {
    color: #6fc6d3;
    text-decoration: none;
}

.title a:hover {
    color: #9fc317;
}

page-title {
    font-size: 36px;
    font-weight: 700;
}

.border {
    background: url(images/border.png) repeat-x;
    height: 8px;
    margin: 15px 0;
}

.featured_image {
    position: relative;
    display: block;
}

.featured_image img {
    border-radius: 2px;
    height: auto;
}

.two-cols {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.entry {
    line-height: 1.5;
}

.entry ul,
.entry ol {
    margin-right: 30px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.entry ul li {
    list-style: square;
}

.entry img.alignleft {
    padding-right: 10px;
    padding-bottom: 10px;
}

.one-third {
    width: 33.33%;
    float: right;
}

.one-half {
    width: 50%;
    float: left;
}

.content.eng {
    direction: ltr;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* =POST
-------------------------------------------------------------- */


/* Post General
----------------------------*/

.single-img.alignleft {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.single-img.alignright {
    position: relative;
    margin-left: 20px;
    margin-bottom: 20px;
}

.single-img img {}

#title-row {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin-bottom: 20px;
}

.shadow {
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
}

#breadcrumbs {
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

#breadcrumbs a {
    color: #000;
}

#breadcrumbs a:hover {
    text-decoration: none;
}

.page-title {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px;
}

.content-wrap {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    min-height: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.page-content {
    font-weight: 500;
}

.entry hr {
    border-top: #7d7d7d 1px solid;
}

.entry h1 {
    font-size: 45px;
    font-weight: bold;
    color: #000;
}

.entry h2,
#saff-section h2 {
    font-size: 45px;
    font-weight: bold;
    color: #941d5a;
}

#saff-section h2 {
    text-align: center;
    padding: 0 0 30px;
}

.entry h3 {
    font-size: 38px;
    font-weight: bold;
    color: #000;
}

.entry h4 {
    font-size: 32px;
    font-weight: bold;
    color: #941d5a;
}

.entry h5 {
    font-size: 24px;
    font-weight: bold;
    color: #941d5a;
}

.entry h6 {
    font-size: 20px;
    font-weight: bold;
    color: #941d5a;
}


/***********staff****************/

#saff-section {
    border-top: #7d7d7d 1px solid;
    border-bottom: #7d7d7d 1px solid;
    padding: 40px 0;
    margin-bottom: 40px;
}

.staff-item {
    margin-bottom: 50px;
    text-align: center;
}

.staff-image {
    margin-bottom: 10px;
}

.staff-image img {
    border-radius: 50%;
}

.staff-title {
    color: #941d5a;
    font-weight: bold;
}


/***********************SINGLE COURSE******************/

#course-head {
    margin-top: 20px;
    margin-bottom: 20px;
}

.c-icon {
    position: relative;
    text-align: center;
}

.icontxt {
    width: 100%;
    position: absolute;
    bottom: 60px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: bold;
}

.icontxt span {
    display: inline-block;
    max-width: 130px;
}

.single-course .title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 42px;
    padding-top: 50px;
}

.single-course .subtitle {
    font-size: 30px;
    margin-bottom: 10px;
}

.single-course hr {
    margin: 40px 0;
}

.c-item {
    border-right: #b9819e 2px solid;
    padding-right: 30px;
}

.c-start {
    font-size: 24px;
    color: #941d5a;
    font-weight: bold;
    margin-bottom: 10px;
}

.c-start label {
    margin-left: 10px;
}

.schedule,
.place {
    color: #941d5a;
    font-size: 20px;
}

.aim-title {
    padding: 30px 30px;
    background: #941d5a;
    background: #90c2dd;
    color: #FFF;
    font-weight: bold;
    margin-top: 30px;
}

.aim-title h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.aim-title .subtitle {
    font-size: 22px;
}

.course-img {
    margin-bottom: 40px;
}

#course-buttons {
    margin-top: 20px;
}

.blue-button {
    display: block;
    background: #90c2dd;
    background: #941d5a;
    padding: 20px;
    font-size: 30px;
    font-weight: bold;
    -webkit-transition: all 300ms ease;
    */ -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blue-button:hover {
    background: #72b8df;
}

.blue-button img {
    margin-left: 30px;
}

.blue-button a {
    display: block;
    color: #FFF;
}


/**********posts-loop***************/

.article .post-title {
    font-size: 30px;
}

.post-title a {
    color: #15546c;
}

.post-title a:hover {
    color: #9fc317;
}

.post-date {
    width: 137px;
    height: 143px;
    padding-top: 46px;
    background: url(images/bubble_blue.png) no-repeat;
    float: right;
    color: #FFF;
    text-align: center;
    margin-left: 20px;
}

#posts-loop .col-md-6:nth-child(odd) .post-date {
    background: url(images/bubble_green.png) no-repeat;
}

#posts-loop .col-md-6:nth-child(even) .read {
    color: #6fc6d3;
}

#posts-loop .read:hover {
    text-decoration: underline;
}

.post-date span {
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 36px;
    line-height: 0.9em;
    text-transform: uppercase;
}

.meta_categories {
    font-size: 24px;
    line-height: 1em;
}

.meta_categories a {
    color: #15546c;
}

.meta_categories a:hover {
    color: #9fc317;
}

.post-details {
    padding-top: 30px;
}

#main-article .excerpt {
    padding: 30px 0;
}

.more {
    margin: 10px 0;
}

#main-article {
    margin-top: 0px;
    margin-bottom: 30px;
}

.more a {
    display: inline-block;
}

.more a:hover {
    text-decoration: none;
}

#posts-loop {
    margin-top: 60px;
}

.article {
    position: relative;
    margin-bottom: 70px;
    display: block;
    margin-right: 30px;
}

.article .post-date {
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 10;
}

.article .meta_categories {
    margin-top: 20px;
}


/******************FIXED PAGE******************/

#main-fixed .content {
    padding-top: 15%;
    text-align: center;
}

#main-fixed .page-title {
    margin-bottom: 80px;
}

#main-fixed .more {
    margin-top: 80px;
    font-size: 1.5em;
}

#main-fixed .more a:hover {
    text-decoration: underline;
}


/**********************courses page******************/

.term-title {
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.term-title a {
    display: block;
    color: #FFF;
    background: #941d5a;
    padding: 15px;
}

.term-title a:hover {
    background: #84b5d0;
    color: #FFF;
}

.termlist {
    border-bottom: #7d7d7d 1px solid;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.post-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.post-title a {
    padding: 5px 10px;
    display: block;
    color: #000;
}

.post-title a:hover {
    color: #FFF;
    background: #707070;
}

.post-title a:before {
    content: ">";
    display: inline-block;
    margin-left: 5px;
}

.three-d {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.three-d:hover {
    transform: rotateY(180deg);
}

.title-row .page-title {
    display: inline-block;
}

.title-row .c-icon {
    display: inline-block;
    width: 100px;
    margin-left: 10px;
}

.course-inloop {
    border-bottom: #7d7d7d 1px solid;
    margin-bottom: 40px;
    padding-bottom: 40px;
}


/*******************MEDIA*********************/

.media-post {
    border-bottom: #7d7d7d 1px solid;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.media-title {
    font-size: 30px;
    font-weight: bold;
    color: #941d5a;
}

.media-title a {
    color: #941d5a;
}

.media-title a:hover {
    color: #000;
}

.media .post-img {
    margin-bottom: 20px;
}

.readmore {
    display: block;
    margin-left: 5px;
    color: #941d5a;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    margin-bottom: 10px;
}

.readmore:hover {
    text-decoration: none;
}


/**********************SEARCH*****************/

#search {
    border: 1px solid #D8D8D8;
    background: #f1f1f1 url(images/search.png) 1% 50% no-repeat;
    padding: 6px;
    padding-left: 24px;
}

#search #s {
    background: none;
    color: #979797;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
}


/******modal***************/

.mod-inside {
    width: 100%;
}

.modal-content {
    background-color: transparent;
    padding: 0;
    border: none;
    width: 646px;
}

.modal-header {
    position: relative;
}

.modal-header .c-icon {
    position: absolute;
    right: -90px;
    top: -145px;
    z-index: 9999;
}

.modal-title {
    background: rgba(80, 129, 157, 0.8);
    padding: 50px 50px;
    color: #FFF;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 12px;
}

#modal-contact .submit-wrap input[type=button] {
    width: 100%;
}

.modal button.close {
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: 999;
    color: #941d5a;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #FFF;
    opacity: 1;
}

#modal-contact .nf-response-msg {
    background: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 50px 20px;
}


/********************NAVIGATION****************/

#navigation {
    margin: 20px 0;
    font-size: 16px;
}

#navigation .pages {
    display: none;
}

#navigation .wp-pagenavi a,
#navigation .wp-pagenavi span {
    border: none;
}


/***********************CONTACT***********************/

.acf-map {
    width: 100%;
    min-height: 400px;
}

.nf-form-fields-required {
    display: none !important;
}

.c-li {
    margin-bottom: 10px;
}

.c-li i {
    font-size: 20px;
    margin-left: 10px;
}

.contact-info {}

.cont-item {}

.cont-item a {
    color: #205a6d;
}

.cform-holder form {
    position: relative;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -30px;
    left: 0;
}

.contact-details {
    border-bottom: #7d7d7d 1px solid;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.contact-details div {
    margin-bottom: 10px;
}

.contact-details .waze {
    width: 200px;
    background: #941d5a;
    font-size: 16px;
}

.contact-details .waze a {
    display: block;
    padding: 10px;
    color: #FFF;
}

.contact-details .waze img {
    margin: 0 5px;
}

.contact-details .label {
    color: #941d5a;
    font-weight: bold;
}

#reps {
    font-weight: bold;
}

#reps .name {
    color: #941d5a;
    margin-bottom: 10px;
}

.rep-item {
    margin-bottom: 20px;
}

#reps .mail a:hover {
    text-decoration: underline;
}

#contact input {
    width: 100%;
}

#contact textarea {
    height: 150px;
    overflow: auto;
}

#trasport-map h2 {
    background: #941d5a;
    padding: 40px;
    text-align: center;
    color: #FFF;
    font-size: 32px;
    font-weight: bold;
}

#trasport-map {
    background: #FFF;
    padding: 30px 20px;
    line-height: 1.3;
    font-size: 16px;
}

#trasport-map #wpgmaps_directions_editbox_1 {
    padding: 20px 0;
}

#trasport-map #wpgmaps_directions_editbox_1 label {
    display: inline-block;
    font-weight: bold;
    text-align: left;
    width: 100%;
    padding-left: 10px;
}

#trasport-map select {
    border: #CCC 1px solid;
    margin-bottom: 15px;
}

#trasport-map #wpgmza_show_options_1,
#trasport-map #wpgmza_hide_options_1 {
    color: #941d5a;
    font-weight: bold;
    font-size: 14px !important;
}

#trasport-map #wpgmza_show_options_1 {
    color: #fff;
}

#trasport-map td {
    padding-bottom: 10px;
}

#trasport-map input[type="text"] {
    border: #CCC 1px solid;
    width: 100% !important;
}

#trasport-map #wpgmza_options_box_1 label {
    width: auto;
    text-align: right;
}

#trasport-map #wpgmaps_reset_directions {
    color: #941d5a;
    font-weight: bold;
    margin-bottom: 10px;
}

#trasport-map #wpgmaps_print_directions_1 {
    color: #72b8df;
}

#trasport-map #wpgmza_options_box_1 input[type="checkbox"] {
    display: inline-block;
    width: 50px;
}

#trasport-map #adp-placemark td {
    padding: 0 5px;
    font-weight: bold;
    color: #000;
}


/**************************WIDGETS****************/

.widget-container {
    list-style: none;
}

.widget-container li {
    padding: 0;
    margin: 0;
    list-style: none;
}


/* =FOOTER
-------------------------------------------------------------- */

#footer {
    background: #941d5a;
    padding: 50px 0;
    color: #FFF;
    font-weight: 600;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
    color: #72b8df;
}

.logo-footer {
    margin-bottom: 10px;
}

#footer .contact-info {
    font-weight: 600;
    font-size: 15px;
}

#footer .contact-info a {
    color: #FFF;
}

#footer .contact-info .tel,
#footer .contact-info .fax {
    display: inline-block;
}

#footer .contact-info .tel:after {
    content: " | ";
    display: inline-block;
}

.foot-widget-title {
    color: #72b8df;
    margin-bottom: 20px;
}

.foot-wdg li {
    margin-bottom: 10px;
}

.foot-wdg .menu li {
    display: block;
    float: none;
}

.foot-wdg li a {
    display: block;
}

#bottom {
    position: relative;
    color: #FFF;
    padding: 40px 0;
    text-align: center;
    font-weight: normal;
}

#bottom a {
    color: #FFF;
}

#copyrights {}

#credits {
    font-size: 14px;
    text-transform: uppercase;
    /* font-family: 'Alef', sans-serif; */
}

#credits a span {
    display: inline-block;
    margin-right: 10px;
}

#credits img {
    vertical-align: middle;
}

.mk-go-top {
    display: block;
    position: absolute;
    top: -45px;
    left: 50%;
    line-height: 60px;
    background: #FFF;
    color: #808080 !important;
    font-size: 40px;
    border: #76b5de 10px solid;
    border-radius: 50%;
    z-index: 10;
}

.mk-go-top i {
    padding: 10px 20px;
}

#nav_menu-4 .foot-widget-title {
    color: transparent;
}

.skiplinks {
    display: none;
}

.bg-img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.bg-img .text-holder,
#about-section,
#hazon-section,
#courses-section,
#map-section {
    min-height: 100vh;
}

@media (max-width:768px) {
    #header {
        top: 39px;
        display: none;
    }
    #wprmenu_bar .menu_title a {
        position: absolute;
        top: 1px;
        right: 0;
        width: 80vw;
        height: 35px;
        background: url('/wp-content/themes/Rambam/images/logo_mobile.png') no-repeat 100% 50%;
        background-size: contain;
    }
    .course-item {
        width: 200px;
        height: auto !important;
    }
    #courses-section .c-title {
        top: 120px;
    }
}

@media (max-width:480px) {
    .modal-content {
        width: 100% !important;
        padding: 30px;
    }
    .modal-content .c-icon {
        display: none;
    }
    img,
    iframe {
        max-width: 100%;
    }
    #home-contact {
        padding: 0;
    }
    .slide-title {
        margin-top: 30px;
    }
    .slide-text {
        font-size: 45px;
    }
    #about-section .title {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    #contact-section {
        min-height: 570px;
    }
    #contact-section .title {
        display: inline-block;
        padding: 9px;
        width: 100%;
        background: rgba(255, 255, 255, 0.75);
    }
    .nf-form-cont * {
        display: table;
        width: 100%;
        height: auto;
        position: static;
        clear: both;
        float: none;
    }
    div.field-wrap,
    nf-field {
        width: 100%;
        float: none;
        clear: both;
        display: table;
        height: auto;
        position: static;
    }
    #contact-section .nf-field-container {
        width: 100%;
        clear: both;
    }
    #contact-section .container {
        width: 100%;
    }
    div.nf-before-form-content,
    div.nf-after-form-field,
    div.nf-after-form-content,
    div.nf-after-field,
    div.nf-field-label,
    #octAccess {
        display: none !important;
    }
    #contact-section .nf-field-container.textarea-container,
    #contact-section .nf-field-container.submit-container {
        position: static !important;
    }
    #credits a span {
        display: block;
        margin: 15px 0 0;
    }
    .content-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .entry iframe {
        height: auto;
        min-height: 240px;
    }
    .single-course .title {
        font-size: 30px;
    }
    .single-course .subtitle {
        font-size: 18px;
    }
    .blue-button.hvr-shrink {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .blue-button img {
        max-width: 36px;
        margin-left: 15px;
    }
    .blue-button a span {
        font-size: 24px;
    }
    #hazon-section img.fixed-page-th {
        width: 100%;
        margin: 15px auto 30px;
    }
    #hazon-section .title {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    #hazon-section .entry {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .c-icon.hvr-shrink {
        width: 100%;
    }
    #courses-section .title {
        margin-top: 60px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .section nf-field {
        display: inline-block;
    }
    .section #nf-field-1-container,
    .section #nf-field-2-container,
    .section #nf-field-5-container {
        width: 250px;
    }
    .section #nf-field-2-container,
    .section #nf-field-5-container {
        margin-right: 24px;
    }
    .section #nf-field-3-wrap {
        width: 800px;
    }
    .section #home-contact .nf-field-element textarea {
        height: 90px;
    }
    .section #contact-section .title {
        margin-bottom: 20px;
        margin-top: 90px;
    }
    .contact-page textarea {
        width: 100%;
        max-width: 396px;
    }
    .contact-page nf-field {
        width: 100%;
    }
    .contact-page .nf-field {
        display: block !important;
        width: 100% !important;
    }
}

.single-post .aim-title {
    color: #000;
}

*:focus {
    border: 1px solid #000;
}