/****************************
WPML SUPPORT BADGE SHORTCODE
*****************************/

.wpml-support {
    display: table;
    width: 100%;
    background-color: #f4f4f4;
    padding: 25px 10px;
}

.wpml-badge {
    display: table-cell;
    vertical-align: middle;
}

.wpml-text {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 22px;
    padding-left: 30px;
    color: #808a97;
    font-family: 'Lato', sans-serif;
}

/**********************
FAQS
************************/
.faqs {
    padding-top: 35px;
}

.faqs .faq {
    margin-bottom: 40px;
}

.faqs .faq .faq-title {
    /*font-size: 17px;*/
    font-weight: bold;
    padding-left: 45px;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
}

.faqs .faq .faq-title:before {
    content: '+';
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border: 2px solid;
    position: absolute;
    left: 0;
    text-align: center;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.faqs .faq .faq-text {
    padding-left: 45px;
    padding-bottom: 35px;
    overflow: hidden;
    display: none;
}

.faqs .faq.open .faq-title:before {
    content: '-';
    border: 2px solid;
}

/***********************
DOCUMENTATIONS LIST
************************/

.yith-documentations-list-shortcode .search-for {
    margin-bottom: 35px;
}

ul#documentations-list {
    margin: 0;
    padding: 0;
}

ul#documentations-list li {
    list-style-type: none;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;

}

ul#documentations-list li a {
    display: table;
    width: 100%;
    text-decoration: none;
    outline: none;
    border: none;
}

ul#documentations-list li a:hover {
    text-decoration: none;
    border: none;
}

ul#documentations-list li a > * {
    display: table-cell;
}

.doc-title {
    font-weight: 600;
    font-size: 16px;
    color: #32373c;
}

.view-doc {
    display: inline-block;
    background-color: #9cc220;
    color: #ffffff;

    border: 1px solid #8fab01 !important;
    border-radius: 3px;
    width: 143px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    vertical-align: middle;
    font-weight: 600;
    padding: 5px;
    white-space: nowrap;
    transition: all ease 0.3s;
    height: 26px;
}

.view-doc:hover {
    border: 1px solid #485702;
    background-color: #8fab01;
    color: #ffffff;
}

/**********************
VIDEO
*********************/

.page-video h1{
	text-align: center;
	margin-bottom: 30px;
}

div#yith-videos .incipit p {
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
}

div#yith-videos .incipit p.bolder {
    font-weight: 700;
}

div#yith-videos ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div#yith-videos .container-languages {
    border-bottom: 1px solid #d8d8d8;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

div#yith-videos .container-languages li {
    display: inline-block;
    float: left;
    padding: 15px 58px;
    text-transform: uppercase;
    font-size: 14px;
}


div#yith-videos .container-languages li.active,
div#yith-videos .container-languages li:hover {
    border-bottom: 6px solid #0081b0;
}

li.container-videos-for-language ul li {
    display: inline-block;
    float: left;
    width: 33%;
    padding: 0 10px;
}


div#yith-videos ul.container-all-videos {
    display: inline-block;
    width: 100%;
}

div#yith-videos ul.container-all-videos>li > ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

div#yith-videos ul.container-all-videos>li > ul > li{
    width: 100%;
    padding: 0;
}


div#yith-videos ul.container-all-videos > li {
    display: inline-block;
    width: 100%;
	opacity: 0;
    display: none;
}

div#yith-videos ul.container-all-videos > li .video-title {
    font-size: 14px;
    font-weight: 700;
}


div#yith-videos .container-languages li.active{
	color: #0081b0;
	font-weight: 700;
}

div#yith-videos .container-languages li:hover{
	color: #0081b0;
	border-bottom: 6px solid #D6E5EA;
}

#swipebox-overlay {
	background: rgb(14 23 39 / 70%)!important;
}

div#yith-videos ul.container-all-videos > li.active {
    opacity: 1;
    display: block;
}

div#yith-videos .container-languages li {
    cursor: pointer;
}


a.open-video:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(43 109 132 / 80%);
	background-image: url( 'images/play.svg' );
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

a.open-video:hover:after{
	opacity: 1;
}

a.open-video {
    position: relative;
    display: block;
    border: none!important;
}



@media( max-width: 768px ){

	div#yith-videos .container-languages li {
		padding: 15px;
	}


	div#yith-videos ul.container-all-videos>li > ul{
        grid-template-columns: 1fr 1fr;
    }

	div#yith-videos ul.container-all-videos>li .video-title{
		font-size: 13px;
		line-height: 17px;
	}
}






.nivo-lightbox-nav{
	display: none!important;
}

.site-as-giant-card{
	display: none!important
}