.clearfix:after {
content: " "; visibility: hidden;
display: block;
height: 0;
clear: both;
}
#ltv-full-container {
position: relative;
font-size: 17px;
}
#ltv-sidebar {
position:absolute;
left:0;
background-color:#19718c;
width: 300px;
padding: 20px 20px 50px 20px;
transition:0.3s ease-in-out;
color: #fff;
height: 100%; }
#ltv-sidebar.sticky {
position: fixed;
top:0;
z-index:999999;
}
#ltv-right-sidebar {
position:absolute;
right:0;
top:0;
width: 300px;
padding: 20px 20px 50px 20px;
transition:0.3s ease-in-out;
float: right;
width: 250px;
}
#ltv-sidebar.minimized {
left:-280px;
}
#ltv-sidebar-extend-btn {
position: absolute;
right:-30px;
width:30px;
font-size:30px;
height:50px;
background-color:#19718c;
top:10px;
text-align:center;
color: #fff;
padding: 2px 5px 0 0;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
cursor: pointer;
}
#ltv-sidebar-extend-btn-content {
transition:0.3s ease-in-out;
}
#ltv-sidebar-extend-btn-content:after {
content:"\f053";
font-family:FontAwesome;
line-height: 1.5;
}
#ltv-sidebar.minimized #ltv-sidebar-extend-btn-content {
transform: rotate(180deg);
}
.ltv-vid-list {
margin-bottom: 20px;
}
.ltv-vid-list-title {
background-color: #4D4D4F;
color: #fff;
font-size: 1.2em;
padding: 5px;
}
.ltv-vid-list-inner {
height: 150px;
background: white;
overflow-y: auto;
padding: 10px 15px;
color: #000;
line-height:0.9;
font-size: 90%;
}
.ltv-vid-list-inner a {
text-decoration: underline;
}
.ltv-vid-list-inner a.ltv-vid-link {
text-decoration: none;
color: #000;
display: block;
padding: 5px 0;
border-bottom: 1px solid #000;
}
#ltv-sidebar-bottom-section {
position: absolute;
bottom:0;
left:0;
right:0;
padding: 5px 20px;
background: #4D4D4F;
text-align: center;
color: #fff;
}
#ltv-login-bottom-section {
padding: 5px 20px;
background: #4D4D4F;
text-align: center;
color: #fff;
}
#ltv-sidebar-bottom-section a, #ltv-login-bottom-section a {
color: #fff;
text-decoration: underline;
font-size: 1.2em;
}
#ltv-main-content {
width: 100%;
transition:0.3s ease-in-out;
padding: 0 50px 0 350px;
padding: 30px 50px 0 350px;
}
#ltv-main-content h2 {
margin: 20px 0 20px 10px;
}
.ltv-float-right {
float: right;
}
#ltv-main-content.with-right-sidebar {
padding-right:300px;
}
#ltv-main-content * {
transition:0.3s ease-in-out;
}
#ltv-main-content.maximized {
padding-left: 70px;
}
.ltv-video-link {
width: 25%;
float: left;
padding: 0 10px;
position: relative;
}
#ltv-main-content h1 {
color: #4D4D4F;
}
.ltv-video-link h3 {
color: #1A718C;
font-weight: bold;
font-size: 20px;
line-height: 1.1;
margin-top: 20px;
margin-bottom: 10px;
}
.ltv-video-link h3 a {
color: #1A718C;
}
.ltv-video-link h4 {
color: #888888;
font-weight: bold;
font-size: 16px;
line-height: 1.1;
}
.ltv-video-link h4 a {
color: #888888;
}
.ltv-video-link img {
width: 100%;
}
.ltv-thumbnail {
width: 100%;
height: 200px;
background-size: cover;
background-position: center;
display: block;
background-color: #ccc;
}
.pdf-notes-link {
background: #4D4D4F;
color: #fff !important;
text-decoration: underline;
font-weight: bold;
padding: 5px 10px;
font-style: italic;
display: inline-block;
vertical-align: top;
margin-bottom: 10px;
}
.add-to-fav {
position: absolute;
z-index: 5;
right: 20px;
top: 10px;
width: 30px;
height: 30px;
font-size: 22px;
text-align: center;
border-radius: 50%;
background: #D21359;
color: #fff;
cursor:pointer;
line-height: 1.5;
}
.add-to-fav.on-single-page {
position: static;
display: inline-block;
margin-left: 15px;
width: 35px;
height: 35px;
padding-top: 2px;
vertical-align: top;
}
.add-to-fav.on-single-page:after {
content:"Add to favourites";
padding: 1px 0 0 15px;
color:#000;
font-size:18px;
position: absolute;
text-decoration: underline;
}
.atf-loading {
opacity: 0.5;
}
#video-holder {
margin-bottom: 50px;
}
#video-container {
margin-bottom: 20px;
}
#ltv-login-page {
background: #1A718C;
text-align: center;
padding-top: 100px;
color: #fff;
}
#ltv-login-page h1 {
font-weight: bold;
color: #fff;
line-height: 1.6em;
}
#ltv-login-page a {
color: #fff;
text-decoration: underline;
}
.ltv-login-form {
width: 400px;
max-width: 100%;
margin: 0 auto;
position: relative;
}
.ltv-login-form input {
margin-bottom:20px;
box-shadow: inset 5px 5px 15px #aaa;
border-radius: 5px !important;
border: 1px solid #222 !important;
color: #000;
width: 400px;
height: 40px;
}
.ltv-login-form .g-recaptcha {
margin-bottom: 20px;
}
.ltv-login-form label {
color: #fff;
font-weight: bold;
position:absolute;
right: 100%;
text-align:right;
padding-right: 10px;
line-height: 1.4;
}
.ltv-login-form label[for="ltv-pass"] {
top: 0;
padding-top: 65px;
}
.ltv-login-form label[for="ltv-pass-change"] {
top: 0;
padding-top: 10px;
}
.ltv-login-form label[for="ltv-pass-change-2"] {
top: 0;
padding-top: 55px;
}
.ltv-login-form .login-error {
color: #B80000;
margin-bottom: 20px;
}
.ltv-login-form .login-error a {
color: #B80000 !important;
}
#ltv-sidebar-mobile {
display: none;
background-color:#19718c;
padding: 20px;
color: #fff;
}
#ltv-sidebar-mobile a {
color: #fff;
text-decoration: underline;
}
.ltv-spacer {
width:100%;
height: 20px;
}
.active-bold {
font-weight: bold;
}
#viewed-vids-btn, #fav-vids-btn {
cursor: pointer;
}
.ltv-search-box {
position: relative;
}
#pc-search-form {
display: inline-block;
position: relative;
}
#mobile-search-form {
position: relative;
}
#mobile-search-form input[type="text"], #pc-search-form input[type="text"] {
padding: 5px 30px 5px 10px;
width: 200px;
height: 40px;
border: none;
}
#mobile-search-form button[type="submit"], #pc-search-form button[type="submit"] {
background: transparent;
position: absolute;
right: 10px;
top: 5px;
color: #1A718C;
font-size: 30px;
padding: 0;
border: none;
outline: none;
height: 30px;
line-height: 30px;
}
.mobile-only {
display: none;
}
@media only screen and (max-width: 1000px) {
.desktop-only, #ltv-sidebar {
display: none;
}
.mobile-only {
display: block;
}
#ltv-sidebar-mobile {
display: block;
}
#ltv-main-content {
padding-left: 10px !important;
padding-right: 10px !important;
}
.ltv-video-link {
width: 100%;
margin-bottom: 20px;
padding:0;
}
.ltv-img-thumb {
width: 100%;
}
.ltv-video-link h3 {
margin-top:0;
padding-top:10px;
}
.ltv-video-link .pdf-notes-link {
display: none;
}
.ltv-login-form label {
left: 10px;
right: auto;
font-size: 15px !important;
}
.ltv-login-form input {
margin-left: 90px;
width: calc(100% - 110px) !important;
}
#ltv-right-sidebar {
position: static;
}
#ltv-mobile-sidebar-bottom-section {
float: left;
}
}
@media only screen and (max-width: 1000px) {
#ltv-sidebar {
display: none;
}
}
.ltv-archive-content {
height: 50px;
overflow-y: auto;
margin-bottom: 10px;
overflow-x: hidden;
word-wrap: break-word;
}
#back-to-top-btn {
position: fixed;
right: -50px;
bottom: 10px;
background:#19718c;
opacity:0.7;
width:50px;
height:50px;
transition: 0.3s ease-in-out;
text-align: center;
cursor:pointer;
}
#back-to-top-btn:after {
content: "\f062";
font-family: FontAwesome;
color: #fff;
font-size: 40px;
top: 11px;
position: relative;
}
#back-to-top-btn.active {
right:10px;
}
.ltv-lp-btn, .cyc-lp-btn, .supp-lp-btn, .gray-btn {
background-color: #4D4D52 !important;
color: #fff !important;
font-size: 1.2em !important;
padding: 5px !important;
cursor: pointer !important;
margin-bottom: 10px !important;
text-decoration: none !important;
}
#ltv-sidebar-mobile-btns .ltv-lp-btn, #ltv-sidebar-mobile-btns .cyc-lp-btn, #ltv-sidebar-mobile-btns .supp-lp-btn, #ltv-sidebar-mobile-btns .gray-btn {
display: block;
margin-bottom: 10px;
}
#ltv-lightbox, #ltv-lightbox-backdrop {
display: none;
}
#ltv-lightbox-backdrop {
position: fixed;
cursor: pointer;
background-color: rgba(0,0,0,0.6);
width: 100%;
height: 100%;
left:0;
top:0;
z-index:9998;
}
#ltv-lightbox {
position: fixed;
left:50%;
top:50%;
background: white;
text-align: center;
max-width:90%;
padding: 20px;
z-index:9999;
}
#ltv-top-corner-lb-close {
float:right;
font-size:20px;
cursor:pointer;
color: #DE5246;
}
#ltv-top-corner-lb-close:after {
content: "\f00d";
font-family: FontAwesome;
}
#ltv-contact-details {
display: none;
}
.add-to-fav {
display: none;
}
body.logged-in .add-to-fav {
display: block;
}
body.logged-in .add-to-fav.on-single-page {
display: inline-block;
}
.category-select {
background: #1A718C;
color: #fff;
-webkit-appearance:none;
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 20px;
height: 40px;
border: none;
padding: 5px 10px;
}
#ltv-sidebar-mobile .category-select {
width: 100%;
margin-top: 10px;
background: #fff;
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 20px;
color: #1A718C;
}
#pc-search-form input[type="text"] {
background: #1A718C;
color: #fff;
}
#pc-search-form input[type="text"]::placeholder { color: #fff !important; }
#pc-search-form input[type="text"]::-webkit-input-placeholder { color: #fff !important; }
#pc-search-form input[type="text"]::-moz-placeholder { color: #fff !important; }
#pc-search-form input[type="text"]:-ms-input-placeholder { color: #fff !important; }
#pc-search-form input[type="text"]:-moz-placeholder { color: #fff !important; }
#pc-search-form .fa-search {
color: #fff;
}
body.post-type-archive-videos .top_heading, body.post-type-archive-videos #sidebar,
body.single-videos .top_heading, body.single-videos #sidebar,
body.page-id-10422 .top_heading, body.page-id-10422 #sidebar	 {
display: none !important;
}
body.post-type-archive-videos .site-content,
body.single-videos .site-content,
body.page-id-10422 .site-content {
width: 100%;
padding:0;
margin:0;
}
body.post-type-archive-videos #main-content,
body.single-videos #main-content {
z-index:999999!important;
}
body.post-type-archive-videos main#main,
body.single-videos main#main,
body.page-id-10422 main#main {
width: 100%;
margin-top: 50px;
}
body.page-id-10422 main#main {
margin-top: 0;
}