/*
Theme Name: twentytwentyfive Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   twentytwentyfive
Version:    1.0
License:    GNU General Public License v2 or later
*/

@font-face {
    font-family: 'AcherusGrotesque';
    src: url('/wp-content/themes/twentytwentyfive-child/fonts/AcherusGrotesque.eot');
    src: local('Recoleta Regular'), local('Recoleta-Regular'),
        url('/wp-content/themes/twentytwentyfive-child/fonts/AcherusGrotesque.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/twentytwentyfive-child/fonts/AcherusGrotesque.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyfive-child/fonts/AcherusGrotesque.woff') format('woff'),
        url('/wp-content/themes/twentytwentyfive-child/fonts/AcherusGrotesque.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'AcherusGrotesqueExtraBold';
    src: url('/wp-content/themes/twentytwentyfive-child/fonts/AcherusGrotesqueExtraBold.eot');
    src: local('AcherusGrotesqueExtraBold'), local('AcherusGrotesqueExtraBold'),
        url('/wp-content/themes/twentytwentyfive-child/fonts/AcherusGrotesqueExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/twentytwentyfive-child/fonts/AcherusGrotesqueExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyfive-child/fonts/AcherusGrotesqueExtraBold.woff') format('woff'),
        url('/wp-content/themes/twentytwentyfive-child/fonts/AcherusGrotesqueExtraBold.ttf') format('truetype');
    font-weight: 900;
}


.accordion-header {
    font-size: 20px;
    font-weight: 600;
	text-align: left;
	cursor: pointer;
}
.accordion-content ul, ul.popup-video-list, ul.subtitles-list {
    padding-left: 0px;
    list-style: none;
    text-align: left;
	    margin: 0;
}
.accordion-content a {
    text-decoration: none;
    display: block;
}
.video-list a, .popup-video-list a, .subtitles-list a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
        font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
	font-family: "Rubik", sans-serif;
}
.accordion-content a:hover {
    text-decoration: underline;
}

/*  */
.accordion-content .video-item{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
}
.accordion-content .video-item .video-title {
    text-underline-offset: .1em;
    text-decoration-thickness: 1px !important;
}
.accordion-content .video-item .play-btn{
    padding: 0;
    border: 0;
    background: transparent;
    width: 36px;
    height: 36px;
}
.accordion-content .video-item .play-btn svg{
    width: 100%;
    height: 100%;
}
.accordion-content .video-item:hover .video-info .video-title {
    text-decoration: underline;
}
.accordion-content .video-item .video-status{
    display: none;
}
/*  */

/* Popup Styling */
#video-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-popup-content {
/*     background: #fff;
    width: 90%;
    max-width: 1000px; */
    display: flex;
    position: relative;
    padding: 50px;
    gap: 20px;
}
.video-popup-left {
    width: 30%;
    overflow-y: auto;
    max-height: 80vh;
}
.video-popup-right {
    width: 70%;
}
.popup-video-list a {
    display: flex;
	align-items: center;
    text-decoration: none;
	font-weight: 400;
}
.popup-video-list a.active {
    font-weight: bold;
}
video{
	margin: 0;
    width: 100%;
}
@media only screen and (max-width: 767px){
.for-mobile{
    height: 400px;
    overflow-y: scroll;
	}
}
@media only screen and (max-width: 991px){
	.video-popup-content {
		align-items: start;
		flex-direction: column;
		justify-content: start;
		padding: 40px 20px;
	}
	.accordion-header{		
		margin: 0;
		padding-bottom: 32px;
	}
	.video-popup-left, .video-popup-right{
		width: 100%;
	}
	.video-list li:not(:last-child), .popup-video-list li:not(:last-child), ul.subtitles-list li {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.open-video svg, .subtitles-list svg, .popup-video-link svg {
		width: 30px;
		height: 30px;
	}
	.video-popup-left {
		order: 2;
	}
	.video-popup-right{
		order: 1;
	}
}
/*product page*/
body.single-products .single-product-container
 {
    margin: auto;
    max-width: 100%;
    position: relative;
	height: 100vh;
	
	align-content: center;
    background: #0097ba;
}
body.single-products #header, body.single-products #header hr, #footer, .single-products hr {
    display: none;
    margin: 0;
}
.login_main img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
	border-radius: 50%;
}
.pw_field input[type="password"] {
    border: 1px solid #fff;
    padding: 11px 25px;
    font-size: 16px;
	background: #f7f7f7;
	font-family: "Rubik", sans-serif;
}
.form_main {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
    width: 100%;
    margin: 0;
	gap: 15px;
}
.button_field button {
    padding: 12px 25px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
	cursor: pointer;
	font-family: "Rubik", sans-serif;
}
.login_main {
    position: relative;
/*     display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center; */
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
	padding: 0 16px;
/* 	height: 100%; */
}
.login_main p {
    color: #fff;
    margin-top: 0px;
	font-family: "Rubik", sans-serif;
}
.login_main .password-title {
    color: #fff;
    margin: 18px 0;
	font-weight: 800;
	font-family: "Rubik", sans-serif;
}
.button_field button:hover {
    border: 1px solid #fff;
    color: #000;
    background: #fff;
}
.pw_field:focus-visible {
    outline: 0;
}
.product-featured-image img {
    width: 100%;
    height: auto;
}
.product-content
 {
    padding: 25px;
    margin-top: -9px;
}
.back_download_button {
    position: absolute;
	top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	height: 30px;
}
.product-featured-image {
    position: relative;
}
.back_home svg {
    width: 20px;
}
@media only screen and (max-width: 991px){
	.product-content{
		padding: 45px;
	}
}
@media only screen and (max-width: 408px){
	.form_main > div {
		width: 100%;
	}

	.pw_field input[type="password"] {
		width: -webkit-fill-available;
	}

	.button_field button {
		width: 100%;
	}
}

@media only screen and (max-width: 480px){
	.single-products .video-modal-content-inner{
    position: relative;
    top: 5%;
    z-index: 999;
   }
   /*.single-products .video-modal-content{
   	display: flex;
    flex-direction: column;
    background-color: #000;
   }
   .single-products .video-player{
		margin-top: 25px;
        padding-top: 5px;
    }
    .single-products .video-navigation{
		margin-top: -15px;
    }
     .single-products .video-header{
		padding: 0 10px 0px !important;
	} */
    /* .single-products #video-iframe{
       height: 73% !important;
   } */
   .single-products .video-modal-content-inner{
   	
   }
}

@media only screen and (max-width: 480.5px){
    .single-products .accordion-title{
        color: #000;
        font-size: 18px;
    }
     .single-products .video-title {
        font-size: 16px !important;
    }
}

.single-products #video-iframe{
       height: 68% !important;
   }
   
.single-products .video-modal-content-inner{
 position: relative;
 top: 1%;
 z-index: 5;
}

.single-products .story-progress-container{
    min-height: unset !important;
    padding: 5px 0px !important;
}


.single-products .video-header{
	padding 0 10px 5px !important;
}

.single-products .video-header h3, .single-products .close-btn{
	padding: 0px !important;
}

   
/* .back_home {
    padding-left: 25px;
} */
.download_help {
    padding-right: 25px;
}
.download_help {
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.download_help a {
    text-decoration: underline;
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
	display: flex;
	font-family: "AcherusGrotesque" !important;
}
.video-list li:not(:last-child), .popup-video-list li:not(:last-child), ul.subtitles-list li {
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
}
.download_help svg {
    width: 25px;
}
.video-list a:hover {
    text-decoration: none;
}
.title_vedio_count {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 20px;
	    
}
.open-video svg, .subtitles-list svg, .popup-video-link svg {
    width: 36px;
    height: 36px;
}
span.close-popup {
    position: absolute;
    top: 10px;
    right: 22px;
    cursor: pointer;
    font-size: 20px;
}
.single-product-container > .back_home {
    top: 30px;
	left: 16px;
    position: absolute;
}
.back_download_button > .back_home {
    padding-left: 25px;
}
.accordion-header {
  position: relative;
  padding-right: 0; /* leave space for arrow */
  cursor: pointer;
}

/* .arrow-icon {
  position: absolute;
  right: 10px;
  top: 1px;
  transform: translateY(-50%) rotate(0deg);
  width: 4px;
  height: 4px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
} */
.accordion-item {
    position: relative;
}
.arrow-icon svg {
    width: 25px;
    height: 25px;
}
span.arrow-icon {
    height: 22px;
}
/* Rotate arrow up when open */
.accordion-item.active .arrow-icon {
    transform: translateY(-50%) rotate(181deg);
    top: 15px;
    position: relative;
}
button.get-started-btn {
    position: absolute;
    bottom: 30px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 400;
    border: 0;
    background: #000;
    color: #fff;
    padding: 15px 25px;
    cursor: pointer;
	font-family: "Rubik", Sans-serif;
}
body.single-products .single-product-container.override-style {
  height: auto !important;
  background: #eee !important;
}
button.get-started-btn:hover {
    color: #000;
    background: #fff;
}
.accordion-header {
	font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 22px;
	text-align: left;
	display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    margin: 22px 0;
}
.footer_main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.footer_main a{
	position: relative;
}
.footer_main a {
    position: relative;
    font-size: 15px;
    line-height: 1.3;
	margin: 0 15px;
}
.footer_main a:not(:last-child):before {
    position: absolute;
    content: "";
    right: -12px;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50px;
}
.accordion-content {
  display: none;
}

.accordion-item.active .accordion-content {
  display: block;
}
.video-popup-left span {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
	font-family: "Rubik", sans-serif;
/*     font-family: "AcherusGrotesque" !important; */
}
h3#popup-subtitle-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
	font-family: "Rubik", sans-serif;
/* 	font-family: 'AcherusGrotesqueExtraBold'; */
}
.single-product-container > .back_home svg path {
    fill: #fff;
}
/* video::-webkit-media-controls, video {
    width: 100%;
    margin: 0 !important;
}
video {
    width: 100%;
    height: auto;
    display: block;
    max-height: 100%;
    object-fit: cover;
} */


/* Side bar CSS */

.list_main .help-item > h4 {
    margin: 0;
    padding: 22px 16px;
    background: #fff;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_main .help-item > h4 > img {
    width: 100%;
    max-width: 16px;
    object-fit: contain;
    margin-left: auto;
}

.list_main .help-item {
    background: #fff;
    margin-bottom: 16px;
}

.list_main {
    width: 100%;
    /*background-color: #f2f2f2;*/
    /*padding: 32px;*/
}
.list_main .help-item:last-child {
    margin: 0;
}

/* Side Bar Pop-up */
.popup-content {
    /*display: none;*/
    position: static;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*max-width: 500px;*/
    /*border-radius: 8px;*/
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);*/
    z-index: 9999;
}

.popup-content.active {
    display: block;
}

.close-popup {
    background: transparent;
    border: none;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.popup-overlay.active {
    display: block;
}


/* Main Pop-up CSS */
.help-sidebar {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background: white;
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    z-index: 9999;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 36%;
    margin-left: auto;
    background-color: #f2f2f2;
    padding: 32px;
    height: calc(100% + -64px);
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 768.5px){
    .help-sidebar{
        height: 100%;
        max-height: calc(100% + -53px);
        max-width: 83.4%;
        margin-left: unset;
        padding: 26px;
        width: 100%;
    }
    /*.help-sidebar.active {*/
    /*    display: block !important;*/
    /*}*/
}

.help-sidebar.active {
  display: flex !important;
}

/* Pop-up Header CSS */
.list_popup_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 18px;
    width: 100%;
}

.list_popup_header h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    font-family: "Rubik", sans-serif;
}

.help-actions {
    display: flex;
    gap: 10px;
}

.help-actions button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.help-actions svg {
    width: 20px;
    height: 20px;
}

/* Pop-up Search icon */

/*.help-search-bar {*/
/*    padding: 10px 15px;*/
/*    display: flex;*/
/*    gap: 10px;*/
/*    align-items: center;*/
/*    background: #fff;*/
/*    border-bottom: 1px solid #ddd;*/
/*}*/

/*.help-search-bar input {*/
/*    flex: 1;*/
/*    padding: 8px 12px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 20px;*/
/*    font-size: 14px;*/
/*}*/

/*#clearSearchBtn {*/
/*    background: none;*/
/*    border: none;*/
/*    font-size: 22px;*/
/*    line-height: 1;*/
/*    cursor: pointer;*/
/*    color: #333;*/
/*}*/


/* Side bar sub list pop-up */
.sub-view > button {
    border: 0;
    font-size: 32px;
    padding: 0;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: fit-content;
    margin: 0;
}
.sub-view {
    width: 100%;
}
.sub-view #subViewTitle {
    font-size: 16px;
    font-weight: 800;
    text-align: left;
}

div#subViewContent div > h5 {
    margin: 0;
    padding: 22px 16px;
    background: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
}

div#subViewContent  div {
    /*background: #fff;*/
    margin-bottom: 16px;
}

div#subViewContent div:last-child {
    margin: 0;
}





.sub-view {
  display: none;
}
.sub-view.active {
  display: block;
}