/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
ul.masechtot-second-level-list {
    display: flex;
    gap: 2rem;
	flex-wrap: wrap;
	justify-content: center;
}

ul.masechtot-second-level-list li{
	border-radius: 12px;
}

ul.masechtot-second-level-list li a .masechet-background{
    width: 180px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
	flex-direction: column;
	gap: 12px;
    position: relative;
	aspect-ratio: 4 / 5.6;
    transition: all 0.4s ease-in;
}

.masechet-background::after {
    content: ' ';
    position: absolute;
    background: #01072cde;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 1;
}

ul.masechtot-second-level-list li a .masechet-background:hover{
	box-shadow: 4px 5px 10px #0d4695a8;
}
ul.masechtot-second-level-list span.masechet-name {
    font-weight: 700;
	text-align: center;
    line-height: 0.9em;
}
ul.masechtot-second-level-list span.masechet-pre-title {
    font-size: 80%;
}
ul.masechtot-second-level-list span.masechet-pre-title, ul.masechtot-second-level-list span.masechet-name{
 	 z-index: 2;
}
ul.masechtot-second-level-list li a{
    font-size: 40px;
    color: white;
    padding: 8px 14px;
	text-shadow: 1px 5px 33px #dfb676;

}

.shiurim-list, .masechtot-second-level-list{
	  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul.sub-taxonomy-list {
    display: flex;
    gap: 12px;
	list-style-type: none;
    padding-left: 0;       
	padding-right: 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.sub-taxonomy-list li {
    flex-basis: 30%;
}

ul.sub-taxonomy-list a {
border-radius: 7px;
    background-color: #1C2C40;
    font-size: 22px;
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

a.download-video-button, a.download-poskim-button, a.download-tzurat_hadaf-button {
    background: #1c2c40;
    padding: 4px 12px;
    color: white;
    float: right;
}

.download-video-button img.video-icon {
    height: 19px !important;
}

.shiurim-page-video-player{
	width: 100%;
	aspect-ratio: 16/9;
	heightL: auto;
}
a.btn-next-shiur, a.btn-prev-shiur {
    background: unset !important;
    color: #1C2C40;
	padding: 0!important;
}

a.btn-next-shiur:hover, a.btn-prev-shiur:hover {
	text-decoration: underline;
}
.title-and-download {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.next-flecha, .prev-flecha {
    transform: rotate(180deg) !important;
    display: inline-flex;
}

img.img-on-files {
    width: 100%;
}