.vp-modal,
.vp-modal *,
.vp-modal *::before,
.vp-modal *::after{
margin: 0 !important;
padding: 0 !important;
border: none !important;
outline: 0 !important;
font-size: 0 !important;
box-shadow: none !important;
border-radius: 0 !important;
line-height: 1 !important;
box-sizing: border-box !important;
}
@media print {
.vp-modal {
display: none !important;
}
}
.vp-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
background: #000;
background: rgba(0, 0, 0, 0.70);
backdrop-filter: blur(5px);
z-index: 99999998;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
font-size: 0 !important;
}
.vp-modal.vp-show {
opacity: 1;
visibility: visible;
}
.vp-container {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 95%;
height: 100vh;
margin: 0 auto !important;
padding: 20px !important;
transform: scale(0.9) translateY(30px);
transition: all 0.3s ease;
font-size:0 !important;
box-sizing: border-box;
}
.vp-modal.vp-show .vp-container {
transform: scale(1) translateY(0);
}
.vp-video {
font-size:0 !important;
position: relative;
width: 800px;
max-width: 92vw;
height: 450px;
max-height: 86vh;
min-width: 150px;
min-height: 84.38px;
background: #000000;
box-shadow: 
0 25px 50px rgba(0, 0, 0, 0.2),
0 10px 20px rgba(0, 0, 0, 0.2) !important;
}
.vp-video iframe,
.vp-video video {
width: 100%;
height: 100%;
border: none;
font-size:0 !important;
background: #000000 !important;
}
.vp-close {
position: absolute;
z-index: 999999;
top: 0;
left: -35px;
width: 20px;
height: 20px;
background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8 8L16 16M16 8L8 16" stroke="%23ffffff" stroke-width="2" stroke-linecap="round"/></svg>') rgba(0, 0, 0, 0.4) center no-repeat;
background-size: 100% 100%;
border: none;
border-radius: 50% !important;
font-size: 0 !important;
cursor: pointer;
transition: all 0.2s ease;
}
.vp-close:hover {
opacity: 0.5;
}
@media (max-width: 1096px) {
.vp-container{
max-width: 85%;
padding: 10px !important;
}
}
@media (max-width: 960px) {
.vp-close{
left:-30px;
}
}
@media (max-width: 768px) {
.vp-video{
height: auto !important;
max-height: 100% !important;
aspect-ratio: 16 / 9;
}
}
@media (max-width: 500px) {
.vp-container{
max-width: 80%;
padding: 5px !important;
}
.vp-close{
left: -25px;
width: 16px;
height: 16px;
}
}
@media (max-width: 260px) {
.vp-close{
left: -20px;
}
}
.vp-video::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin: -20px 0 0 -20px !important;
border: 3px solid #000 !important;
border-top: 3px solid #fff !important;
border-radius: 50% !important;
animation: video-popup_spin-load 1s linear infinite;
z-index: 1;
}
.vp-video iframe,
.vp-video video {
z-index: 100;
position: relative;
}
@keyframes video-popup_spin-load {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.vp-video iframe[src],
.vp-video video[src] {
background: #000;
}
.vp-video:has(iframe[src])::before,
.vp-video:has(video[src])::before {
display: none;
}
.YouTubePopUp-Wrap{
display: none !important;
}@font-face {
font-family: dashicons;
src: url(//fluffytr.com/wp-includes/fonts/dashicons.woff),
url(//fluffytr.com/wp-includes/fonts/dashicons.ttf) format("truetype"),
url(//fluffytr.com/wp-includes/fonts/dashicons.svg#dashicons) format("svg"),
url(//fluffytr.com/wp-includes/fonts/dashicons.eot);
font-weight: normal;
font-style: normal;
} #trp_ald_modal_container{
background-color: rgba(0,0,0,0.2);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
position: fixed;
z-index: 2000000000000;
pointer-events: none;
}
#trp_ald_modal_popup{
box-shadow: 0 0 10px #6c7781;
top: 40px !important;
position: relative;
}
#trp_ald_modal_popup{
background-color: #F0F0EE;
width: 570px;
max-width: 75%;
border: 1px solid #4c6066;
padding: 25px 40px;
margin: auto;
pointer-events: auto;
} #trp_ald_popup_text{
text-align: left;
font-size: 17px;
} .trp_ald_select_and_button{
display: flex;
justify-content: space-between;
margin-top: 14px;
font-size: 17px;
}
.trp_ald_button{
margin-left: 12px;
width: 287px;
}
#trp_ald_popup_change_language{
text-transform: none;
width: 100%;
background: #2271b1;
border-color: #2271b1;
color: #fff;
text-decoration: none;
text-shadow: none;
justify-content: center;
align-items: center;
display: inline-grid;
font-weight: normal;
font-size: 17px;
height: 50px;
min-height: 30px;
margin: 0;
padding: 0;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
}
#trp_ald_popup_change_language:hover {
background: #135e96;
border-color: #135e96;
color: #fff;
} #trp_ald_x_button_and_textarea{
text-decoration: none;
display: flex;
vertical-align: middle;
align-items: center;
cursor: pointer !important;
color: #0085ba !important;
font-size: 14px;
margin-top: 15px;
width:50%;
height: 100%;
pointer-events: visibleFill;
}
#trp_ald_x_button_textarea{
text-decoration: underline;
margin-bottom: 3px;
height: auto;
width:auto;
color: #0085ba !important;
cursor: pointer !important;
text-align: left;
}
#trp_ald_x_button_textarea:hover{
background-color: transparent;
pointer-events: auto;
cursor: pointer !important;
z-index: 20000000000000;
}
#trp_ald_modal_popup #trp_ald_x_button{
display: inline-table;
width: 0;
background: 0 0;
padding: 0;
border: none;
text-decoration: none;
color: transparent;
-webkit-backface-visibility: hidden;
outline:none;
z-index: 1;
}
#trp_ald_modal_popup #trp_ald_x_button::before {
content: "\f153";
font: normal 16px/20px dashicons;
text-align: center;
color: #0085ba !important;
background: 0 0 !important;
-webkit-font-smoothing: antialiased;
}
#trp_ald_modal_popup #trp_ald_x_button::before:hover{
background: 0 0;
} .trp_ald_ls_container{
height: 50px;
width: 100%;
color: #4c6066;
font-size: 19px;
}
.trp_ald_ls_container .trp-language-switcher-container{
width: 100%;
margin: 0;
user-select: none;
}
.trp_ald_ls_container .trp-language-switcher-container > div{
background-image: linear-gradient(
60deg
, transparent 50%, #C9C0BB 50%), linear-gradient(
120deg
, #C9C0BB 50%, transparent 50%);
background-position: calc(100% - 18px) calc(1em), calc(100% - 12px) calc(1em);
background-size: 6px 12px, 6px 12px;
background-repeat: no-repeat;
}
.trp_ald_ls_container .trp-language-switcher-container .trp-ls-shortcode-language.trp-ls-clicked{
background-image: none;
}
.trp_ald_ls_container .trp-ls-shortcode-current-language{
width: 100%;
height: 50px;
justify-content: left;
padding-bottom: 12px;
border: 2px solid #C9C0BB;
padding-top: 8px;
padding-right: 33px;
vertical-align: middle;
color: #4c6066;
font-size: 18px;
overflow: hidden;
}
.trp_ald_ls_container .trp-ls-shortcode-language{
width: 100%;
height: 50px;
justify-content: left;
border: 2px solid #C9C0BB;
z-index: 1000000000000000;
}
.trp_ald_ls_container .trp-ls-shortcode-current-language:hover{
cursor: pointer;
}
.trp_ald_ls_container .trp-ls-shortcode-language > div:hover{
cursor: pointer;
background: #135e96;
color: #ffffff;
}
.trp_ald_ls_container .trp-ald-popup-select{
padding-top: 5px;
padding-bottom: 5px;
padding-right: 33px;
font-size: 18px;
margin-right: -15px;
}
.trp_ald_ls_container .trp-ls-shortcode-current-language{
padding-bottom: 12px;
padding-top: 6px;
vertical-align: middle;
color: #4c6066;
font-size: 18px;
}
.trp_ald_ls_container .trp-ls-shortcode-language{
padding-bottom: 3px;
padding-top: 3px;
vertical-align: middle;
color: #4c6066;
font-size: 18px;
}
.trp_ald_ls_container .trp-ls-shortcode-current-language img.trp-flag-image{
display: inline-block;
padding-top: 9px;
margin-left: 8px;
margin-right: 8px;
pointer-events: none;
}
.trp_ald_ls_container .trp-ls-shortcode-language img.trp-flag-image{
display: inline-block;
padding-top: 9px;
margin-left: 8px;
margin-right: 8px;
pointer-events: none;
}
.trp_ald_ls_container [special-selector=trp_ald_popup_current_language]{
padding-top: 8px;
padding-right: 33px;
vertical-align: middle;
color: #4c6066;
font-size: 18px;
overflow: hidden;
}
#trp_ald_popup_select_container .trp-ls-shortcode-language{
display: none;
} .trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language.trp-ls-clicked{
visibility: hidden;
}
.trp_ald_ls_container .trp-language-switcher:hover div.trp-ls-shortcode-current-language{
visibility: visible;
}
.trp_ald_ls_container .trp-language-switcher:hover div.trp-ls-shortcode-language{
visibility: hidden;
height: 1px;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language.trp-ls-clicked,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language.trp-ls-clicked{
visibility:visible;
height:auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
} #trp_no_text_popup_wrap{
width: 100%;
background-color: #F0F0EE;
z-index: 999999999999999999999999999999999;
box-shadow: 0 0 10px #6c7781;
}
#trp_no_text_popup{
align-items: center;
padding: 25px 30px;
border: 1px solid grey;
justify-content: space-between;
display: flex;
vertical-align: middle;
}
#trp_ald_not_text_popup_ls_and_button{
display: flex;
justify-content: center;
width: 100%;
vertical-align: middle;
align-items: center;
} #trp_ald_no_text_popup_div {
text-align: left;
font-size: 17px;
margin-right: 10px;
max-width: 375px;
} #trp_ald_not_text_popup_buttons_wrap{
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container{
max-width: 240px;
color: #4c6066;
font-size: 19px;
}
#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container [special-selector=trp_ald_popup_current_language]{
padding-top: 8px;
padding-right: 33px;
vertical-align: middle;
color: #4c6066;
font-size: 18px;
overflow: hidden;
}
#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container .trp-ls-shortcode-language{
padding-bottom: 3px;
padding-top: 3px;
vertical-align: middle;
z-index: 1000000;
} .trp_ald_change_language_div{
min-width: 173px;
height: auto;
}
#trp_ald_no_text_popup_change_language{
text-transform: none;
padding: 4px 10px;
height: 50px;
text-align: center;
background: #2271b1;
border-color: #2271b1;
color: #fff;
text-decoration: none;
text-shadow: none;
display: inline-block;
font-weight: normal;
font-size: 17px;
line-height: 2.15384615;
min-height: 30px;
margin-left: 10px;
width: 100%;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
}
#trp_ald_no_text_popup_change_language:hover {
background: #135e96;
border-color: #135e96;
color: #fff;
} #trp_ald_no_text_popup_x{
width: 65px;
padding-left: 5px;
}
#trp_no_text_popup #trp_close{
width: 0;
background: 0 0;
padding: 0;
border: none;
text-decoration: none;
color: transparent;
-webkit-backface-visibility: hidden;
outline:none;
}
#trp_no_text_popup #trp_close::before {
content: "\f153";
font: normal 35px/40px dashicons;
text-align: center;
cursor: pointer;
color: #0085ba !important;
background: 0 0 !important;
-webkit-font-smoothing: antialiased;
}
#trp_ald_no_text_popup_x_button_and_textarea{
display:none;
cursor: pointer;
vertical-align: middle;
}
#trp_ald_no_text_popup_x_button_textarea{
text-decoration: underline;
margin-bottom: 3px;
color: #0085ba;
font-size: 15px;
margin-top: 15px;
}
#trp_ald_no_text_popup_x_button{
width: 0;
background: 0 0;
padding: 0;
border: none;
text-decoration: none;
color: transparent;
-webkit-backface-visibility: hidden;
outline:none;
}
#trp_ald_no_text_popup_x_button::before{
content: "\f153";
font: normal 16px/20px dashicons;
text-align: center;
color: #0085ba !important;
background: 0 0 !important;
-webkit-font-smoothing: antialiased;
} @media screen and (max-width: 937px){ #trp_ald_not_text_popup_ls_and_button{
width: 80%;
}
}
@media screen and (max-width: 780px) {
#trp_ald_modal_popup {
width: 80%;
}
.trp_ald_select_and_button{
display: block;
margin-top: 32px;
}
.trp_ald_ls_container [special-selector=trp_ald_popup_current_language]{
overflow: hidden;
}
.trp_ald_button{
width: 100%;
margin-left: 0;
margin-top: 14px;
}
#trp_ald_x_button_and_textarea{
width: 100%;
} #trp_no_text_popup{
justify-content: center;
}
#trp_ald_not_text_popup_ls_and_button{
display: block;
max-width: 240px;
}
#trp_ald_no_text_popup_x{
display:none;
}
#trp_ald_no_text_popup_x_button_and_textarea{
display: block;
}
#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container{
max-width: 100%;
margin-top: 32px;
}
#trp_ald_no_text_popup_select_container{
display: none;
}
.trp_ald_change_language_div{
width: 100%;
margin-top: 14px;
min-width: 30px;
}
#trp_ald_no_text_popup_change_language{
margin-left: 0;
height: unset;
white-space: pre-wrap;
}
#trp_ald_no_text_popup_x_button_and_textarea{
margin-top: 15px;
}
}.trp-floating-switcher {
display: flex;
flex-direction: column-reverse;
position: fixed;
z-index: 99999;
overflow: hidden;
padding: var(--switcher-padding, 10px);
border: var(--border, none);
border-radius: var(--border-radius, 8px);
background: var(--bg, #fff);
width: var(--switcher-width, auto);
top: var(--top, unset);
right: var(--right, unset);
bottom: var(--bottom, unset);
left: var(--left, unset);
box-shadow: 0 10px 20px 0 #0000000D;
}
.trp-floating-switcher .trp-switcher-dropdown-list {
flex-direction: column-reverse;
}
.trp-switcher-position-top.trp-floating-switcher {
flex-direction: column;
top: var(--wp-admin--admin-bar--height, 0);
}
.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,
.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list {
flex-direction: column;
} nav.trp-ls-inline .trp-language-switcher-inner {
flex-direction: row;
}
.trp-ls-inline.trp-opposite-language .trp-language-item {
width: 100%;
} #trp-floater-powered-by {
color: var(--text, #b3b3b3);
font-size: 12px;
text-align: center;
padding: 0 5px;
opacity: 70%;
}
#trp-floater-powered-by a {
color: var(--text, #b3b3b3);
}
.trp-switcher-position-bottom #trp-floater-powered-by {
border-top: 1px solid var(--border-color, #747474);
padding-top: 5px;
margin-top: 5px;
}
.trp-switcher-position-top #trp-floater-powered-by {
border-bottom: 1px solid var(--border-color, #747474);
padding-bottom: 5px;
margin-bottom: 5px;
} .trp-shortcode-switcher__wrapper {
position: relative;
border: none;
}
.elementor-widget-trp_language_switcher {
width: fit-content;
max-width: 100%;
}
.elementor-widget-trp_language_switcher .elementor-widget-container,
.trp-elementor-language-switcher,
.trp-elementor-language-switcher .trp-shortcode-switcher__wrapper {
width: fit-content;
max-width: 100%;
}
.trp-shortcode-switcher {
position: static;
display: inline-block;
overflow: hidden;
padding: 10px 0;
border: var(--border, none);
border-radius: var(--border-radius, 5px);
background: var(--bg, #fff);
width: auto;
box-shadow: none;
} .trp-shortcode-anchor:not(.trp-opposite-button) {
visibility: hidden;
}
.trp-shortcode-switcher.trp-open-on-click {
cursor: pointer;
}
.trp-shortcode-overlay {
position: absolute;
left: 0;
top: 0;
z-index: 9999;
} .trp-current-language-item__wrapper:not(.trp-hide-arrow) {
display: flex;
align-items: center;
padding-right: 10px;
justify-content: space-between;
} .trp-language-switcher-inner {
display: flex;
}
.trp-floating-switcher .trp-language-switcher-inner {
flex-direction: column-reverse;
}
.trp-shortcode-switcher .trp-language-switcher-inner {
flex-direction: column;
}
.trp-switcher-dropdown-list {
display: flex;
overflow-y: hidden; transition: max-height 0.2s ease-in-out;
max-height: 0;
transition-duration: var(--transition-duration);
}
.trp-shortcode-switcher .trp-switcher-dropdown-list {
flex-direction: column;
} .trp-ls-dropdown.is-open .trp-switcher-dropdown-list,
.trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,
.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,
.trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list {
overflow-y: auto;
max-height: min(350px, 70vh);
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: var(--text) transparent;
}
.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,
.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list {
overflow-y: hidden !important;
}
.trp-shortcode-arrow {
pointer-events: none;
}
.trp-shortcode-switcher.is-open .trp-shortcode-arrow {
transform: rotate(180deg);
} .trp-language-item:focus { outline: none; }
.trp-language-item:focus-visible {
outline: 2px solid var(--text);
outline-offset: -2px;
} .trp-language-item {
display: flex;
align-items: center;
gap: 8px;
padding: 7px 16px;
text-decoration: none;
min-height: 19px;
box-sizing: content-box;
}
.trp-language-item:hover {
background: var(--bg-hover, #f3f3f3);
}
.trp-language-item:hover .trp-language-item-name {
color: var(--text-hover, #000);
}
.trp-language-item__current {
pointer-events: none;
cursor: default;
}
.trp-language-item-name {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--text, #000);
font-size: var(--font-size, 14px);
line-height: 1.2;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-weight: 400;
}
.trp-flag-image {
border-radius: var(--flag-radius, 0) !important;
aspect-ratio: var(--aspect-ratio, 4/3) !important;
width: var(--flag-size, 18px) !important;
display: inline-block !important;
height: auto !important;
}
.trp-menu-ls-label .trp-flag-image {
margin: -2px 3px;
}
.trp-custom-flag {
object-fit: cover;
} .trp-switcher-dropdown-list::-webkit-scrollbar { width: 6px; }
.trp-switcher-dropdown-list::-webkit-scrollbar-track { background: transparent; }
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb {
background-color: var(--text);
border-radius: 4px;
}
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover {
background-color: var(--text-hover);
} .trp-flag-rounded {
border-radius: 9999px !important;
aspect-ratio: 1 / 1 !important;
}
.trp-ls-name {
padding-left: 5px;
}
@media (prefers-reduced-motion: reduce) {
.trp-switcher-dropdown-list {
transition: none !important; }
} .trp_ald_ls_container img.trp-flag-image{
padding-top: 0 !important;
}
.trp_ald_ls_container .trp-language-switcher{
position: relative;
display: inline-block;
padding: 0;
border: 0;
box-sizing: border-box;
}
.trp_ald_ls_container .trp-language-switcher > div {
box-sizing: border-box;
padding-right: 20px;
padding-bottom: 3px;
padding-left: 13px;
border: 1px solid #c1c1c1;
border-radius: 3px;
background-color: #fff;
}
.trp_ald_ls_container .trp-language-switcher > div > a {
display: block;
padding: 2px;
border-radius: 3px;
color: rgb(7, 105, 173);
}
.trp_ald_ls_container .trp-language-switcher > div > a:hover {
background: #f1f1f1;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
cursor: default;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
background: none;
}
.trp_ald_ls_container .trp-language-switcher > div > a > img{
display: inline;
margin: 0 3px;
width: 18px;
height: 12px;
border-radius: 0;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language{
display: inline-block;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-current-language{
visibility: hidden;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language{
display: inline-block;
height: 1px;
overflow: hidden;
visibility: hidden;
z-index: 1;
max-height: 250px;
overflow-y: auto;
left: 0;
top: 0;
min-height: auto;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language{
visibility: visible;
max-height: 250px;
height: auto;
overflow-y: auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
min-height: auto;
}
#trp_ald_x_button{
z-index: 0 !important;
}