/*
 Theme Name:   sydney Child
 Theme URI:    http://naaleh.com/sydney-child/
 Description:  A child theme, based on sydney theme
 Author:       Talia Goodman
 Template:     sydney
 Version:      1.0.0
 Text Domain:  sydney-child
*/

@media only screen and (min-width: 1025px){
    body{
        margin-top: 100px !important;
    }
}

#masthead.site-header.float-header {padding:10px 0;}

.roll-button.button-slider{
    display: none;
}

.header-clone{
    display: none;
}

.page-wrap .content-wrapper .row{
    margin-left: 0; 
    margin-right: 0;
    position: relative;
}

.entry-teacher[style]{
    color: #6d2161 !important;
}

.header-wrap .container .row{
    position: relative;
}

.header-wrap .container{
    width: 95%;
}

.dedication-in-header{
    position: absolute;
    font-family: "Raleway", sans-serif;
    color: #6d2161;
    left: 100px;
    padding-top: 10px;
}

.menu-btn-container{
    position: absolute;
    right: 0;
    width: fit-content;
    padding: 0;
}

@media only screen and (min-width: 1025px) {
  .dedication-in-header{
      width: 30%;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .dedication-in-header{
      width: 50%;
    }

    #dedication_for_today{
        position: absolute;
        top: 50px;
    }
}
@media only screen and (min-width: 1025px){
    #div-naaleh-social-media{
        width: 45px;
        position: absolute;
        top: 57px;
        right: -40px;
        z-index: 3;
        margin-left: 3px;
    }
     #div-naaleh-social-media2{
        display:none;
    }
  }

 @media only screen and (max-width:1024px) {
    #div-naaleh-social-media{
    display:none;
    }
    #div-naaleh-social-media2{
    width: 50px;
    margin-left: 10px;
    display:inline-block;
        margin-top: 16px;
    }
  }

  @media only screen and (max-width: 767px) {
      .btn-menu{
          display: inline-block;
          margin:1px auto 5px;
      }

      .menu-btn-container{
          top: -125px;
      }

      #mainnav-mobi.mainnav{
          top: -80px;
      }

       #div-naaleh-social-media2
       {
         float:none;
         display: inline-block;
       }

     .dedication-in-header{
        position: static;
        left: 0;
        padding-top: 80px;
        width: 100%;
        }
     #div-naaleh-social-media2 .social-media-btn{
         margin: -15px 0 0 0;
     }

     #pg-50-1{/*Hide "facts" panel from home page when screen is small*/
         display: none;
     }

     #content-for-mobile-size{
         display: block;
     }

     div#audio_outer_wrapper{
         margin-bottom: 0;
     }

      p.option-desc-for-mobile-size{
          display: contents;
      }

      .video-options .tooltiptext{
          display: none;
      }
  }

@media only screen and (max-width:463px) {
    .menu-btn-container{
        top: -145px;
    }
}

@media only screen and (min-width:480px) and (max-width:495px) {
    .menu-btn-container{
        top: -145px;
    }
}

@media only screen and (max-width: 410px) {
    #content-for-mobile-size div.custom_ddl_trigger{
        float: none;
    }
    #content-for-mobile-size div#mobile-size-teacher-select {
        float: none;
    }
}

.give-display-onpage{
    margin: 50px;
}

.give-btn-level-custom{
    /*text-transform: capitalize;*/
}

.give-donation-level-btn{
    font-family: inherit;
}

/*Rivka added this code  */

.give-btn-level-0{
    background-image: url(../../uploads/2018/04/icon-day-of-learning-1.png) !important;
}
.give-btn-level-4{
        background-image: url(../../uploads/2018/04/icon-week-of-learning-2.png) !important;
}
.give-btn-level-7{
       background-image:url(../../uploads/2018/04/icon-month-of-learning-4.png) !important;
        
}
.give-btn-level-custom{
        background-image: url(../../uploads/2018/04/icon-torah-series-3.png) !important;
}
.give-btn {
  
    background-repeat: no-repeat !important;      
    width:100%;
    height:150px;
    background-position:50% 20% !important;
    padding-top:85px;
    padding-right:20%;
    padding-left:20%;
    font-size:medium;
    
}    
#give-donation-level-button-wrap > li{
    width:24%;
}

#give-tributes-last-name-wrap-1599{
    display:none;
}

#give-ffm-section{
    display:inline-block;
    width:76.5%;
}
@media only screen and (max-width: 1005px) {
    #give-ffm-section {
        width: 100%;
    }
}

.give-form-title{
    text-align:center;
}

.give-submit{
    width:20%;
    height:50px;
}

@media only screen and (max-width:1024px){
    .give-btn{
         font-size:small;
    }
}
@media only screen and (max-width: 767px) {
    #give-donation-level-button-wrap > li{
    width:48%;
   
    }
    .give-submit{
    width:100%;
    height:50px;
}
}
@media only screen and (max-width:456px){
     #give-donation-level-button-wrap > li{
    width:100%;
    }
}

@media (min-width: 992px){
.col-md-9 {
    width:100%;
}

}

/*----------------------------------------------*/
.custom-template{
    color: black;
}

ul{
    list-style: none;
}

td, th{
    text-align: left;
}

.no-borders, .no-borders tr, .no-borders th, .no-borders td{
    border: none;
}

.no-borders thead tr th>.fixed-header-col{
    position: absolute;
    z-index: 2;
    margin-left: -6px;
    padding: 7px;
    background-color: #6d2161;
    top: 0;
    height: 34px;
    width: 100%;
    line-height: normal;
    color: white;
}

.no-borders thead tr th:first-child div{
    border-left: 1px solid #6c2060;
}

#posts-list-wrapper{
    position: relative;
    width: 97%;
    overflow: hidden;
    margin: auto;
}

.no-borders th{
    height: 0;
    line-height: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: transparent;
    border: none;
    white-space: nowrap;
}

@media only screen and (max-width: 400px) {
    .posts-list th.title-column-width > .series-select{
        width: 100px;
    }
}

@media only screen and (max-width: 551px) {
    .no-borders thead tr th>.fixed-header-col{
        display: none;
    }

    .posts-list th.title-column-width > .series-select{
        display: inline-block;
    }

    .posts-list th.options-column-width > .shiur-media-type-select{
        display: inline-block;
    }

    .no-borders th{
        height: 34px;
        line-height: 24px;
        margin: 0;
        padding: 5px;
        color: white;
        white-space: normal;
    }

    .no-borders th>.custom_ddl_trigger,
    .no-borders th>.shiurim-teacher-select{
        display: block;
    }
    #posts-list-wrapper .posts-list{
        overflow-x: auto;
        border-top-width: 0;
    }

    .page-id-459 div.row{/*torah lib page*/
        display: block;
    }

    .video-options{
        flex-direction: column;
    }
}

@media only screen and (min-width: 552px) {
    .posts-list th.title-column-width > .series-select {
        display: none;
    }

    .posts-list th.options-column-width > .shiur-media-type-select{
        display: none;
    }
}

@media only screen and (min-width: 552px) and (max-width: 767px) {
    div.video-options{
        flex-direction: unset;
    }
}

.shiurim-teacher-select{
    height: 23px;
    width: 145px;
}

.header-back-color{
    background-color: #6d2161;
    color: white;
}

.btn-post-options{
    font-size: 12px;
    padding: 0 34px;
}

.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
	padding: 0;
	margin: 0;
    width: 100%;
}

.page .page-wrap {
    padding-bottom: 50px;
    padding-top: 0;
	clear: both;
}
    
@media only screen and (min-width: 768px) {
    .video-options{
        display: flex;
        flex-direction: row;
        margin: auto;
    }
}
    
@media only screen and (max-width: 767px) {

    .video-options{
        display: flex;
        flex-direction: column;
        margin: auto;
    }

}

.sticky{
    position: fixed;
}

@media only screen and (min-width: 1025px){
    #page .site-header {
        position: fixed;
    }
}

 .site-header {
    position: static;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 9px 14px -5px grey;
    padding: 10px 0;
}

#mainnav ul li span{
    position: relative;
    display: block;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #6d2161;
    font-weight: 500;
    text-decoration: none;
    outline: none;
}

.site-header #mainnav ul li ul {
    left: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 400px;
    width: 180px;
    padding: 0;
}

.site-logo {
    max-height: 70px;
}

.parent-cat{
    font-size: 50px; 
    font-weight: bolder; 
    background: no-repeat center;
    width: 100%;
    height: 300px;
    text-align: center;
    padding-bottom: 30px;
    vertical-align: middle;
    background-size: cover;
    background-position: 70% 0%;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1500px) {
	.parent-cat {
		height: 400px;
	}
}

@media only screen and (max-width: 600px) {
	.parent-cat {
		height: 120px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 755px) {
	.parent-cat {
		height: 150px;
	}
}

@media only screen and (min-width: 756px) and (max-width: 1000px) {
	.jewish-history-header {
		height: 180px;
	}
}

@media only screen and (min-width: 756px) and (max-width: 950px) {
	.breishit-header {
		height: 180px;
	}
	
	.shemot-header {
		height: 180px;
	}
	
	.vayikra-header {
		height: 180px;
	}
	
	.bamidbar-header {
		height: 180px;
	}
	
	.devarim-header {
		height: 180px;
	}
	
	.chassidut-header {
	height: 180px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 779px) {
	.machshava-header {
		height: 150px;
	}
}

@media only screen and (min-width: 780px) and (max-width: 955px) {
	.machshava-header {
		height: 180px;
	}
}

@media only screen and (min-width: 756px) and (max-width: 950px) {
	.oral-law-header {
		height: 180px;
	}
}

.children-cat {
    padding-bottom: 30px;
    padding-top: 50px;
    display:                 flex;
  display:                 -webkit-flex; /* Safari 8 */
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         /* Safari 8 */
  justify-content:         center;
  -webkit-justify-content: center;     
}

#children-cat-list, #response ul
{
    display: inline-block;
    list-style: none;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
}

#children-cat-list li
{
    float: left;
    width: 15em;
    font-size: 16px;
} 

#div-children-cat br, #response br
{
    clear: left;
} 

.pointer {
    cursor:pointer;
}

.cat-layout .cat-link-active{
    font-weight: bold;
    border: 1px solid #6d2160;
    background-color: white;
    color: #6d2160;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.cat-link{
    font-size: large;
}

.parent-cat-link{
    text-decoration: underline;
}

.sub-cat-link{
    font-size: medium;
}

.outlined-text{
    color: #fff;
    text-shadow: 4px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.center{
    display: block;
    margin: auto;
}

.select-center{
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%)
}

.background-parallax { 
    width: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.teacher-select-background{
    height: 100px;
    position:relative;
    padding-bottom: 30px;
}

.posts-list{
    padding: 0 0 30px 0;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 34px solid transparent;
}

.popup-container {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.post-options-popup {
    visibility: hidden;
    border-radius: 3px;
    padding: 8px 10px 8px 10px;
    position: absolute;
    z-index: 1;
    top: 80%;
    left: -10%;
}

.title-column-width{
    width: 35%;
}

.teacher-column-width{
    width: 15%;
}

.topic-column-width{
    width: 15%;
}

.date-column-width{
    width: 15%;
}

.duration-column-width{
    width: 10%;
}

.options-column-width{
    width: 10%;
}

.options-column-height{
    height: 30px;
}

.post-table-borders .single-shiur{
    border-bottom: 1px solid #6c2060;
}

.download-options{
    display: none;
}

.options-opener{
    
}

.hidden, .hidden-by-teacher-filter{
    display: none;
}

#overlay {
      display: none;
      padding: 40px;
    }
.close {
  background:url(http://flowplayer.org/media/img/overlay/close.png) no-repeat;
  position:absolute;
  top:2px;
  right:5px;
  display:block;
  width:35px;
  height:35px;
  cursor:pointer;
}
#player {
  display: block;
  width: 600px;
  height: 300px;
  margin: 0;
}
#player *:focus {
  outline-style: none;
}

.loader{
    display: none;
    margin: auto;
    position: fixed;
    top: 45%;
    left: 45%;
    width: 100px;
    height: 100px;
    z-index: 99999;
}

.loader-user-downloads{
    display: none;
    margin: auto;
    position: absolute;
    top: 75%;
    left: 42%;
    width: 100px;
    height: 100px;
    z-index: 1001;
}


.post-table-borders{
    border-left: 1px solid #6c2060;
    border-right: 1px solid #6c2060;
    border-bottom: 1px solid #6c2060;
}

select{
    color: black;
    height: 30px;
    padding: 2px;
    width: 160px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip-container .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #6d2161;
    color: #d5ceda;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -85px;
}
.fa{
    margin:2px;
}

@media only screen and (max-width: 767px){
    .posts-list th.topic-column-width,
    .posts-list th.teacher-column-width,
    .posts-list th.date-column-width,
    .posts-list th.duration-column-width,
    .posts-list td.topic-column,
    .posts-list td.teacher-column,
    .posts-list td.date-column,
    .posts-list td.duration{
        display: none;
    }
}

.tooltip-container .tooltip_excerpt{
    display: none;
    background-color: #6d2161;
    color: #d5ceda;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-container:hover .tooltiptext{
    visibility: visible;
}

.tooltip-container{
    position: relative;
}

#audio_wrapper{
    padding: 5px;
    justify-content: center;
    align-items: center;
    background-color: #f1f3f4;
    border-radius: 10px;
    width: 97%;
    margin: auto;
}

#audio_outer_wrapper{
    margin-bottom: 15px;
}

#audio_container{
    display: flex;
}

#audio_container .audio_element{
    width: 95%;
    margin-right: 10px;
}

.fa-disabled {
  opacity: 0.3;
  cursor: auto;
}

.cat-layout{
    float: left;
    margin: 10px 30px 0 30px;
    width: 200px;
}

.full-width{
    width: 100%;
}

.cat-button-style{
    background-color: #6c2060;
    color: white;
    width: 100%;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
    margin-top: 10px;
    text-align: center;
    border: 1px solid white;
}

.cat-button-style:hover{
    font-weight: bold;
    border: 1px solid #6d2160;
    background-color: white;
    color: #6d2160;
    border-radius: 5px 5px 5px 5px;
}

.cat-list-header{
    margin-top: 50px;
    padding: 15px;
    background-color: white;
    -webkit-box-shadow: inset -6px -1px 68px -3px rgba(108,32,96,1);
    -moz-box-shadow: inset -6px -1px 68px -3px rgba(108,32,96,1);
    box-shadow: inset -6px -1px 68px -3px rgba(108,32,96,1);
    color: #6d2160;
}

.cat-list-header:hover{
    font-weight: bold;
    border: 1px solid #6d2160;
}

.childless-cat{
    width: 200px;
    margin-left: 50px;
    margin-top: 50px;
}

.lwa-modal{
    z-index: 10000;
}

@media only screen and (max-width: 500px){
    .lwa-modal{
        left: 70%;
        width: 340px;
    }
}

.topic-param-missing{
    padding: 100px;
    font-size: 50px;
    background-color: #d5ceda;
    background-color: rgba(92, 63, 121, 0.21);
}

.video-options > div{
    flex-grow: 1;
    padding-bottom: 5px;
    padding-right: 12px;
}

.lwa td{
    padding: 10px;
}

.icon{
    color: #6d2161;
}

.audio-custom-control{
    padding: 10px;
}

.hilite { background-color:#c3a7bc }

.naaleh-search-form{
    position: absolute;
    width: 350px;
}

.naaleh-search-form input[type="submit"]:hover {
    background-color: white;
}

.teacher-img{
    padding: 10px;
}

.teacher-desc{
    padding: 10px;
    font-size: initial;
}

.teacher-desc a{
    color: white;
    text-decoration: underline;
}

.teacher-title{
    padding: 10px;
}

.teacher-header{
    background-image: url("../../uploads/2017/12/teacher-background-just-bg-big.jpg");
    color: white;
    background-size: cover;
    padding: 10px 10px 10px 45px;
}

.teacher-header h1{
    color: white;
    display: inline;
}

.page-id-4215 #masthead, 
.page-id-4215 #sidebar-footer,
.page-id-4215 .site-footer{
  display: none;
}

#div-video-player {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001; /* Specify a stack order in case you're using a different order for other elements */
}

.video_player_container{
    width: 87%;
    height: 90%;
    margin: 10px 0 10px 10px;
    float: left;
    /*position: absolute;
    top: 200px;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);*/
}

@media only screen and (max-width: 570px){
    div.video_player_container{
        width: 82%;
    }

    div#custom-player-controls{
        width: 10%;
    }
}

@media only screen and (min-width :571px) and (max-width: 750px){
    div.video_player_container{
        width: 86%;
    }

    div#custom-player-controls{
        width: 10%;
    }
}

@media only screen and (min-width: 751px){
    div.video_player_container{
        width: 87%;
    }

    div#custom-player-controls{
        width: 10%;
    }
}

#iframe_video_player{
    margin: auto;
    width: 100%;
    border-style: none;
    display: block;
}

.centered-text{
text-align: center;
}

.desc-link{
display: inline-block;
width: 100px;
text-align: center;
}

/*hide author name and comments link from posts*/
.blog .byline,
.single .byline, 
.group-blog .byline,
.group-blog .comments-link{
    display: none;
}

.roll-project{
    height: 500px;
    overflow-y: auto;
}

.flowplayer.is-cva div.fv-cva-time{
    display: none;
}

form.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]{
    background-color: #6d2161;
    border-color: #6d2161;
    position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 34px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: none;
    box-shadow: none;
}

a#wpuf-post-draft{
    background-color: #6d2161;
    border: 1px solid #6d2161;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 16px 34px;
    margin-left: 10px;
}

a#wpuf-post-draft:hover {
    background-color: white;
    color: #6d2161;
}


.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:hover{
    background-color: white;
    color: #6d2161;
}

.single .entry-header, .page .entry-header {
    margin-top: 30px;
}

/*hide page title from UserFrontEnd Dashboard page
.page-id-9056 .entry-header,
.page-id-10469 .entry-header
{
  display: none;
}*/

.wpuf-dashboard-container table.items-table .items-list-header {
    background-color: #6d2161;
    color: white;
}

.wpuf-author h3 {
    background: #6d2060;
    color: white;
}

.wpuf-dashboard-container{
    margin-bottom: 60px;
}

article.page{
    padding-left: 2%;
    padding-right: 2%;
    font-size: 20px;
}

.wpuf-category-checklist ul.children{
    display: none;
}

.wpuf-category-checklist li .cat-plus-container{
    margin-right: 5px;
    width: 15px;
}

.wpuf-category-checklist li .cat-plus-container .fa-plus-square,
.wpuf-category-checklist li .cat-plus-container .fa-minus-square{
    vertical-align: middle;
    font-size: 13px;
    margin: -4px 2px 0px 2px;
}

.text-slider .maintitle{
    text-shadow: -1px 0 black, 0 3px black, 1px 0 black, 0 -1px black;
}

.text-slider .subtitle{
    text-shadow: -1px 0 black, 0 2px black, 1px 0 black, 0 -1px black;
}

.social-media-btn a{
    color: white;
    text-shadow: -1px -1px 0 #6d2161, 1px -1px 0 #6d2161, -1px 1px 0 #6d2161, 1px 1px 0 #6d2161;
}

.social-media-btn{
    font-size: 1em;
    padding: 3px 2px 2px 2px;
    margin: -10px 0.1em 0.1em 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 45px;
    width: 55%;
}

.social-media-btn:hover{
    background: white;
    border-color: #6d2161;
}

a.social-media-btn:hover{
    color: #6d2161;
}

a.social-media-btn{
    color: white;
}

.facebook-btn{
        border: 1px solid;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    background: #3a5795;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2c4270), color-stop(1, #3a5795));
    background: -ms-linear-gradient(bottom, #2c4270, #3a5795);
    background: -moz-linear-gradient(center bottom, #2c4270 0%, #3a5795 100%);
    background: -o-linear-gradient(#3a5795, #2c4270);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a5795', endColorstr='#2c4270', GradientType=0);
    border-color: #273b65 #25375e #203053 #25375e;
}

/*.twitter-btn{
    border: 1px solid;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    background: #78bdf1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4aa6ec), color-stop(1, #78bdf1));
    background: -ms-linear-gradient(bottom, #4aa6ec, #78bdf1);
    background: -moz-linear-gradient(center bottom, #4aa6ec 0%, #78bdf1 100%);
    background: -o-linear-gradient(#78bdf1, #4aa6ec);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78bdf1', endColorstr='#4aa6ec', GradientType=0);
    border-color: #3ca0eb #339bea #2594e8 #339bea;
}*/

.site-info{
    text-align: center;
    color: #bcb6b6;
}

div.site-info a{
    padding: 20px;
    color: #bcb6b6;
}

@media only screen and (max-width: 767px){
    div.latest-news-child-widget{
        width: 50%;
    }
    div.feature-videos-child-widget{
        width:50%;
    }
}

@media only screen and (min-width: 992px){
    div.latest-news-child-widget{
        width: 20%;
    }
    div.feature-videos-child-widget{
        width: 25%;
        height: 500px;
    }
    div.feature-videos-child-widget .bottom-section{
        height: 300px;
        overflow-y: hidden;
        position: relative;
    }
    /*div.feature-videos-child-widget .bottom-section:hover{
        overflow-y: visible;
        height: auto;
        background-color: white;
        position: absolute;
        z-index: 10;
        width: 90%;
    }*/
}

@media only screen and (max-width: 480px){
    div.feature-videos-child-widget{
        width: 100%;
    }
    div.latest-news-child-widget{
        width: 100%;
    }
}

.selected-shiur-row{
    background-color: #d69acd;
}

.user-header-icon{
    font-size: 22px;
}

i.search-header-icon{
    font-size: 18px;
}

.switch-display{
    border: 1px solid #6c2060;
    padding: 5px;
    cursor: pointer;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
     border-top-left-radius: 5px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}

.download-wish-list-tab{
    float: left;
    width: 80px;
}

.download-history-tab{
    margin-left: 80px;
    width: 130px;
    color: #6d2161;
}

.downloads-active-tab{
    background-color: #6d2161;
    color: white;
}

.downloads-inactive-tab{
    color: #6d2161;
    background-color: white;
}

#user-downloads-container{
    margin: 15px 60px 15px 60px;
}

.btn-style-1{
    width: 100px;
    height: 30px;
    padding-top: 2px;
    margin: 10px 10px 10px 0px;
}

.user-downloads-inner-container{
    border: 1px solid #6c2060;
    padding: 15px;
    margin-top: -1px;
    position: relative;
}

#download-files-btn{
    float: left;
}

#remove-files-from-wish-list-btn{
    margin-left: 120px;
}

.newsletter_div{
    padding:0 100px;
    display: block;
    text-align: center;
}

.my-title{
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.parsha_div{
    display: inline-block;
    width:32%;
    text-align: center;
    vertical-align:top;
    margin-bottom: 20px;
}
.table_content{
    text-align: center;
}
.parsha_thumbnail{
    display: inline-block;
    margin:5px;
}
@media only screen and (max-width: 1299px) {
    .parsha_thumbnail {
        margin:1px;
    }
}
.parsha_group{
    display: inline-block;
    width:40%;
}
@media only screen and (max-width: 1000px) {
    .parsha_group {
        display: inline;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 630px) {
    .parsha_div {
        display: inline;

    }
}

.wpuf-el.custom_html .wpuf-fields{
    width: 100%;
}

.second-level-menu > li:nth-child(1){
    border-top-width: 1px;
}

.second-level-menu
{
    position: absolute;
    top: -1px;
    left: 160px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    margin-left: -2px;
    border: 1px solid #4d90fe;
}

.top-level-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -3px;
    border: 1px solid #4d90fe;
    width: 160px;
}

.top-level-menu > li, .second-level-menu > li
{
    position: relative;
    min-height: 19px;
    line-height: 19px; /*when this attribute's value is equal to height's value, the text is aligned vertically centered.*/
    width: 158px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fafafa;
    color: black;
    font-weight: normal;
}

.arrow{
    cursor: default;
}

.top-level-menu > li:hover, .second-level-menu > li:hover {
    background: #4d90fe;
    color: #fafafa;
}

.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}

.topic_select{
    width: 200px;
}

.custom_ddl_default_option{
    height: 40px;
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #6d2060;
    border: 1px solid black;
    color: white;
    text-align: center;
}

#dedication_for_today{
    float: right;
    color: #6d2161;
    font-size: large;
    min-width: 85%;
    padding-left: 20px;
    text-align: right;
    height: 55px;
}
@media only screen and (max-width: 1299px) {
    #dedication_for_today {
        font-size: medium;
    }
}
@media only screen and (max-width: 1024px) {
    #dedication_for_today {

        width:100%;
        margin-top: 15px;
        text-align: left;
    }
}
@media only screen and (max-width: 911px) {
    #dedication_for_today {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 767px) {
    #dedication_for_today {
        text-align: center;
    }
}
#hebrew_date-wrap {
    padding-left: 0px;
}

.custom_ddl_trigger{
    color: black;
    height: 23px;
    padding: 2px;
    width: 160px;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
}

.custom_ddl_trigger:focus{
    border-color: #4d90fe;
}

.custom_ddl_trigger p{
    display: inline-block;
    margin-bottom: 3px;
}

.custom_ddl_trigger i{
    float: right;
    padding-top: 4%;
    font-size: 0.8em;
}

.scrollable{
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.height-99{
    height: 99%;
}
.width-99{
    width: 99%;
}
.height-100{
    height: 100%;
}
.width-100{
    width: 100%;
}
.popup{
    position: fixed;
    min-width: 20%;
    top: 30%;
    border: 3px solid #6d2161;
    border-radius: 10px;
    background-color: #fafafa;
    padding: 15px;
    font-weight: bold;
    display: none;
    z-index: 1002;
    color: #6d2161;
    font-size: x-large;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 70%;
}

@media only screen and (max-width: 570px){
    .popup{
        left: 15%;
    }
}

.popup .msg-string{
    margin: 15px 15px 30px 15px;
    text-align: center;
}

.popup-background{
    width: 100%;
    height: 100%;
    background-color: black;
    position: fixed;
    opacity: 0.8;
    display: none;
    z-index: 10;
    top: 0;
}

.close-popup{
    margin: 0 auto;
    display: block;
}

.inline{
    display: inline;
}

.btn-link{
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    padding-left: 20px;
}
/*
#clipchamp_video_select{
    width: 70%;
}

#clipchamp-button-container p{
    margin-bottom: 15px;
}

#clipchamp-button-container .close-btn{
    text-align: right;
    cursor: pointer;
}

#clipchamp-button-inner-container{
    margin-left: 35%;
}

#clipchamp-button{
    margin: 20px 0 20px 35%;
}

#clipchamp-popup-trigger{
    background-color: #6d2161;
    border: 1px solid #6d2161;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 16px 34px;
    margin-left: 30%;
    width: fit-content;
    cursor: pointer;
}

#clipchamp-popup-trigger:hover{
    background-color: white;
    color: #6d2161;
}*/

#content-for-mobile-size{
    position: relative;
    z-index: 3;
    margin-top: 5px;
    padding-top: 5px;
    width: fit-content;
    margin: auto;
}

#content-for-mobile-size .custom_ddl_trigger{
    margin-bottom: 10px;
    float: left;
    margin-right: 15px;
}

#content-for-mobile-size #mobile-size-teacher-select{
    float: left;
}

.custom_content_container{
    margin-bottom: 10px;
}

.page-id-50 .sydney-hero-area{
    height: 300px !important;
}

div.slide-inner{
    top:25%;
}

.option-desc-for-mobile-size{
    display: none;
}

#audio-download-container{
    margin-top: 7px;
    font-size: 21px;
    color: black;
}

#audio-download-container.jwplayer-controls-style{
    color: #cccccc;
}

#audio-download-container .tooltiptext{
    width: 130px;
    top: -90px;
}

#audio_player_title{
    margin: 5px 0 0 15px;
}

.test_link{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FAF2FD;
    text-decoration: none;
    line-height: 27px;
    background-repeat: repeat-x;
    background-image: url(../../uploads/2018/09/menubg.gif);
    margin: 15px;
    padding: 10px;
    width: fit-content;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: 4;
}

@keyframes example {
    50% {transform: scale(2,2);}
}

@-webkit-keyframes example {
    50% {transform: scale(2,2);}
}

.series-select{
    height: 23px;
    width: 145px;
    margin-left: 30px;
}

div.video-player-share-btn{
    float: right;
    margin-right: 80px;
    width: 25px;
    margin-top: -2px;
}

.page-id-11197 h1.title-post,
.page-id-10783 h1.title-post{
    display: none;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.parsha-link{
    /*font-size: 18px !important;*/
    font-weight: 600;
}

.custom-player-control{
    cursor: pointer;
    font-size: 30px;
    color: white;
    margin: auto;
    width: 30px;
}

.video-player-overlay{
    width: 100%;
    height: 100%;
    background-color: black;
    /*opacity: 0.95;*/
}

body.page-id-4215{
    background-color: rgba(0, 0, 0, 0);
}

.page-id-4215 #wpadminbar{
    display: none;
}

#custom-player-controls{
    width: 10%;
    float: right;
    margin: 10px 0 0 0;
}

.hidden-scroll-y{
    overflow-y: hidden;
}

.fp-playlist{
    display: none;
}

/*Flowplayer's share button*/
.fp-share{
    display: none;
}

.custom-player-control a i.fa-facebook {
    color: white;
}

.shiur-media-type-select{
    height: 23px;
    width: 110px;
}

.news {
    background: #6c2160;
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5);
    width: 95%;
    height: 150px;
    margin: auto;
    overflow: hidden;
    border-radius: 4px;
    padding: 3px;
    -webkit-user-select: none;
}

.news ul {
    float: left;
    padding-left: 15px;
    margin-top: 30px;
    -webkit-user-select: none;
}

.news ul li { list-style: none }

.news ul li {
    margin-left: 40px;
    margin-bottom: 30px;
    color: #fff;
    text-decoration: none;
    font: 18px Raleway, Arial, sans-serif;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none
}

.news ul li .announcement-title{
    text-decoration: underline;
    margin-left: -25px;
}

.announcements_header{
    margin-left: 40px;
    margin-top: 50px;
    text-decoration: underline;
}

.wpuf-dashboard-container .page-head span.colour{
    display: none;
}

.copy-video-link{
    position: relative;
}

.onclick-tooltip{
    position: absolute;
    top: 10px;
    left: -245px;
    font-size: medium;
    width: 220px;
    border: 2px solid #6c2060;
    padding: 5px 5px 5px 10px;
    border-radius: 10px;
}

.custom-player-control.tooltip-container .tooltiptext{
    font-size: medium;
    left: -130px;
}

div:focus{
    outline: none;
}

a:focus{
    color: white;
}

.shortcuts-container{
    margin: 10px 20px;
    padding: 10px;
    border: 1px solid #6d2160;
    border-radius: 8px;
}

.shortcuts-container .roll-button{
    padding: 8px;
}

.floating-ellipsis{
    display: none;
    border-radius: 8px;
    border: 1px solid #6d2160;
    background-color: plum;
    position: absolute;
    top: 260px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    text-align: center;
}

.sydney_child_featured_videos_widget .entry-thumb img,
.sydney_child_latest_news_widget .entry-thumb img
{
    width:  300px;
    height: 200px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}

.feature-videos-child-widget .entry-teacher {
    text-align: center;
}

div.feature-videos-child-widget{
    margin-bottom: 100px;
}

div.feature-videos-child-widget .bottom-section.display-full-content{
    overflow-y: visible;
    height: auto;
    background-color: white;
    position: absolute;
    z-index: 10;
    width: 90%;
}

.video-download{
    pointer-events: auto; /*Do respond to click events*/
}

.video-download.fa-disabled{
    pointer-events: none; /*Do not respond to click events*/
}

#jwplayer-upload-success-msg{
    color: green;
}
