﻿/* DOCUMENT INFORMATION
	- Document: WEBLAB 3 - DEFAULT PUBLISHED SITE CSS
	- Version:  1.0
	- Author:   Proximity Solutions   
*/

/* MDB OVERRIDE CLASSES
   ----------------------------- */
.waves-effect {
    box-shadow: none !important;
}

/* BOOTSTRAP CLASSES
   ----------------------------- */

.wl_form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0rem;
}

    .wl_form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .wl_form-control:focus {
        border-color: #66afe9;
        outline: none;
    }

    .wl_form-control:disabled, .form-control[readonly] {
        background-color: #eceeef;
        opacity: 1;
    }

    .wl_form-control:disabled {
        cursor: not-allowed;
    }

.wl_form-control-file,
.wl_form-control-range {
    display: block;
}

.wl_form-control-label {
    padding: .375rem .75rem;
    margin-bottom: 0;
}

.pagination {
    display: inline-block;
    width: 100%;
}

.page-item {
    float: left;
}

.wlKillShadow {
    box-shadow: none !important;
}

/* OVERRIDE DEFAULT MDB
   ----------------------------- */

.btn, btn:hover {
    box-shadow: none;
}

/* DEFAULT CLASSES
   ----------------------------- */

.wlImg100 {
    width: 100%;
}

.wlImg50 {
    width: 50%;
}

.wlImg33 {
    width: 33%;
}

.wlImg25 {
    width: 25%;
}

.wlSpinner {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    font-size: 2.0rem;
    margin: 30px;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wlModWrapper {
    clear: both;
    /*padding-top:12px;*/
}

.wlModule_DropShadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.wlAdSpace {
    margin: 20px 0px;
    text-align: center;
}

/* RESOURCE LIST
   ----------------------------- */


.wlResourceListPanel {
    margin-bottom: 10px;
    min-height: 100px;
}

    .wlResourceListPanel .row {
        margin: 10px 5px 10px 5px;
        background-color: #efefef;
        padding-top: 10px;
        overflow: hidden;
        height: 100%;
    }
    
    .wlResourceListPanel {
    margin-bottom: 10px;
}

    .wlResourceListPanel .row {
        margin: 10px 5px 10px 5px;
        background-color: #efefef;
        padding-top: 10px;
        overflow: hidden;
    }

.wlResourceListIcon {
    text-align: center !important;
    font-size: 62px;
}

    .wlResourceListIcon a {
        color: white !important;
    }

.wlResourceListContent h3 {
    font-size: 1rem;
    line-height: 10px !important;
    margin-top: 10px;
}

.wlResourceListContent p {
    font-size: 0.9rem;
}

/* SEARCH
   ----------------------------- */

.wlSearchResultsHeader {
    border-bottom: solid 1px #bcbcbc;
    padding: 0px 0px 5px 0px;
    font-size: 1rem;
}

.wlSearchIcon {
    font-size: 2rem;
    color: #dedede;
}

.wlSearchButton {
    font-size: 2rem;
}


.wlModule_SearchResults {
    margin-top: 27px !important;
}

.wlSearchResultRow {
}

.wlSearchResultTitle {
    font-size: 1.6rem;
}

.wlSearchResultDescription {
}

.wlSearchResultsRowFooter {
    font-size: .8rem;
    color: #bcbcbc;
}

/* COOKIE BAR
   ----------------------------- */
.wlCookieBar {
    background-color: #232323;
    padding: 15px 0;
    text-align: center;
}

.wlCookieOverlay {
    color: #fff;
}

/* DEFAULT NON BOOTSTRAP NAV
   ----------------------------- */
.visible-links ul {
    padding: 2px 0px 0px 0px !important;
    left: 0px;
}

.visible-links li {
    display: inline-block;
    padding: 10px 20px 0px 0px;
    margin-top: 3px;
}

    .visible-links li:first-child {
        margin-left: -30px;
    }

    .visible-links li a:link {
        color: white;
        padding: 8px;
    }


    .visible-links li a:hover {
        color: white;
        text-decoration: none;
        background-color: white;
        color: red;
    }

/* MASONRY LIGHTBOX */

.wlModule_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
}

    .wlModule_overlay:hover {
        background-color: rgba(256,256,256,0.5);
    }


    .wlModule_overlay .title {
        text-align: center;
        font-size: 18px;
        margin: 0px 0 5px;
    }

    .wlModule_overlay .description {
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 100%;
        margin: 0;
    }

        .wlModule_overlay .description a, .wlModule_overlay .description a:visited {
            color: #f8ede9;
            text-decoration: none;
            display: block;
        }

            .wlModule_overlay .description a:hover {
                color: #666666;
            }

        .wlModule_overlay .description p {
            text-align: center;
            margin: 0.5em 0;
        }

/*.overlay .description p {
    margin: 10px;
}*/

.wlGalleryItem:hover .overlay {
    display: block;
}

/* GALLERIES
   ----------------------------- */
.wlGalleryList_Row {
    margin: 0px 0px 15px 0px;
    border-bottom: solid 1px #efefef;
    padding-bottom: 7px;
}

    .wlGalleryList_Row .wlGalleryList_Heading {
        font-weight: bold;
        font-size: larger;
    }

.wlGalleryList_text {
}

/* Masonry */
.wlGallerySizer, .wlGalleryItem {
    width: 19.5%;
}

.wlGalleryItem {
    margin-bottom: 0.5%;
}

#wlMasonryGallery {
    /*background: #EEE;*/
    /* center */
    margin: 0 auto;
    max-width: 1200px;
}

.wlGalleryGutterSizer {
    width: 0.5%;
}

.wlGalleryItem img {
    max-width: 100%;
}


@media only screen and (max-width: 960px) {
    .wlGallerySizer, .wlGalleryItem {
        width: 24%;
    }
}

@media only screen and (max-width: 767px) {
    .wlGallerySizer, .wlGalleryItem {
        width: 49%;
    }
}


/* NEWSLETTER
   ----------------------------- */
.wl_newsletterBlock {
    padding: 15px;
    color: white;
}

    .wl_newsletterBlock input {
        margin-bottom: 8px;
    }

.wl_newsletterTitle {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
}

.wl_newsletterIntro {
    display: block;
    font-size: 12px;
    padding-bottom: 8px;
}

.fxBoxEnabled {
    font-size: 12px;
    display: block;
    line-height: 15px !important;
    margin-bottom: 8px !important;
}

.wl_newsletterInput_Text {
    border: solid 1px white !important;
    color: white !important;
}

.wl_newsletterInput_Email {
    border: solid 1px white !important;
    color: white !important;
}

.wl_newsletterInput_Submit {
    width: 100%;
    margin: 0px !important;
    box-shadow: none !important;
    background-color: white !important;
    color: black !important;
}

/* AUDIO PLAYER
   ----------------------------- */
audio {
    width: 100%;
}

.wlModule_AudioPlayer {
    text-align: center;
}

    .wlModule_AudioPlayer .col-md-3 {
        text-align: center;
    }

    .wlModule_AudioPlayer button {
        border-radius: 10px;
        background-color: rgba(31,166,122,1);
        color: white;
        font-size: smaller;
        border: none;
        padding: 4px;
        width: 23%;
    }

    .wlModule_AudioPlayer a {
        text-decoration: none;
        cursor: pointer;
    }

    .wlModule_AudioPlayer .fa {
        font-size: 35px;
        color: rgba(255,255,255,1);
        padding: 0px 10px 0px 10px;
    }

        .wlModule_AudioPlayer .fa:hover {
            color: rgba(200,10,10,.6);
        }

.wlModule_AudioPlayerSkin {
    background-color: rgba(50,45,134,.8);
    padding: 10px 0px 10px 0px;
}

.wlModule_AudioPlayerTrack {
    background-color: rgba(255,255,255,1);
    font-family: 'Courier New';
    min-height: 20px;
    border: solid 1px black;
    width: 90%;
    margin: 10px auto 10px auto;
}


/* IMAGE CLASSES
   ----------------------------- */
.wlModule_ImageList {
    color: inherit;
}

    .wlModule_ImageList .wlModule_SimpleImage {
        margin-bottom: 5px;
    }

.wlModule_SimpleImageRotator {
    position: relative;
}

    .wlModule_SimpleImageRotator img {
        position: absolute;
        z-index: 1
    }

        .wlModule_SimpleImageRotator img.active {
            z-index: 3
        }

.wlModule_ImageRotator {
    background-size: cover;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.wlTopicProfilePic {
    width: 150px;
    padding: 5px;
    border: solid 1px rgba(0,0,0,0.4);
}
/* TOPIC CLASSES
   ----------------------------- */
.wlModule_TopicList .wl-kill-card {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 5px 0px !important;
}

    .wlModule_TopicList .wl-kill-card .card-block {
        padding: 5px 0px !important;
    }

.wlModule_TopicCardImg {
    background-size: cover;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.wlModule_TopicListRow {
    margin-bottom: 5px;
    padding: 0px !important;
}

.wlModule_TopicContentFooterRow {
    padding-top: 5px;
    border-top: solid 1px rgba(0,0,0,0.4);
}

.wlTopicList_CategoryListRow {
    border-bottom: dotted 1px grey;
    margin-bottom: 10px;
}

    .wlTopicList_CategoryListRow:hover {
        background-color: grey;
    }


.wlFormComments {
    background-color: rgba(0,0,0,.1);
    padding: 15px;
    margin-bottom: 10px;
}

.wlCommentRow {
    border-bottom: solid 1px #efefef;
    margin-bottom: 5px;
    font-size: larger;
}

.wlCommentText {
    font-size: small;
}

.wlCommentRow .wlCommentPostedByTag,
.wlCommentRow .wlCommentPostedDatee {
    font-weight: bold;
}

.wlCommentList {
    padding: 15px;
    border-bottom: solid 1px #eeeeee;
}

.wlTopicImgCaption {
    display: block;
    font-size: smaller;
    font-style: italic;
}


.wlAttachmentList {
    font-size: 16px;
}

    .wlAttachmentList li {
        list-style: none;
        margin-left: -40px;
        line-height: 30px;
    }

        .wlAttachmentList li a:hover {
            background-color: rgba(0,0,0,0.2)
        }

.flex-tl {
    top: 0px !important;
    left: 0px !important;
    position: absolute;
    margin: 0px;
    padding: 0px;
}

.flex-tr {
    top: 0px !important;
    right: 0px !important;
    position: absolute;
    margin: 0px;
    padding: 0px;
}

.flex-bl {
    bottom: 0px !important;
    left: 0px !important;
    position: absolute;
    margin: 0px;
    padding: 0px;
}

.flex-br {
    bottom: 0px !important;
    right: 0px !important;
    position: absolute;
    margin: 0px;
    padding: 0px;
}

.mask i {
    padding: 3px 5px;
}

/* VIDEO BACKGROUNDS
----------------------------- */
.page-link {
    padding: .25rem .5rem;
}


/* VIDEO BACKGROUNDS
   ----------------------------- */
.wlVideoBackground {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

    .wlVideoForeground,
    .wlVideoBackground iframe {
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -99;
    }

    .wlVideoBackground .wlVideoForeground {
        pointer-events: none;
    }

.wlVideoOverlay {
    z-index: 100;
}

/* PRICING TABLES
   ----------------------------- */
.wlPriceTable .mt-3 {
    border: solid 1px #bcbcbc;
    border-radius: 0px !important;
    box-shadow: 0px 0px 5px #888888;
}

.wlPriceTable .card-outline-primary {
    border: solid 1px #bcbcbc;
    border-radius: 0px !important;
    box-shadow: 0px 0px 5px #888888;
    padding-bottom: 16px;
}


.wlPriceTable .bg-alt {
    background-color: red !important;
}

.wlPriceTable .bg-faded {
    background-color: #EDECEC;
}

.wlPriceTable .bg-grey {
    background-color: #F9F9FA;
}

.wlPriceTable .bg-primary {
    background-color: #333333 !important;
}

.wlPriceTable .text-faded {
    color: #EDECEC;
}

.wlPriceTable .text-dark {
    color: #000;
}

.wlPriceTable .text-light {
    color: #fff !important;
}

.wlPriceTable .text-muted {
    color: #666 !important;
}

.wlPriceTable .text-primary {
    color: #333333 !important;
}

.wlPriceTable .btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.wlPriceTable .btn-white {
    color: #333333 !important;
    background-color: #fff;
    border-color: #fff;
}

    .wlPriceTable .btn-white:hover {
        background: transparent !important;
        color: #fff !important;
    }

.wlPriceTable .btn-primary {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.wlPriceTable .border-none {
    border: none !important;
    border-color: transparent !important;
}

.wlPriceTable .border-bottom {
    border-bottom: 1px solid #DEE5E5 !important;
}

.wlPriceTable .pricing-list ul {
    list-style: none;
}

.wlPriceTable .pricing-list {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .wlPriceTable .pricing-list li {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 15px;
        margin-left: -20px;
    }

/* POSITIONING TOOLS
   ----------------------------- */

.wlPos_Inline {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.wlPos_FixedLeft {
    position: fixed;
    left: 0px;
    top: 30%;
    padding: 5px;
    background-color: rgba(0,0,0,0.2);
    z-index:999999;
}

.wlPos_FixedRight {
    position: fixed;
    right: 0px;
    top: 30%;
    padding: 5px;
    background-color: rgba(0,0,0,0.2);
    z-index: 999999;
}

.wlPos_FixedTop {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    padding: 5px;
    background-color: rgba(0,0,0,0.2);
    z-index: 999999;
}

.wlPos_FixedBottom {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    padding: 5px;
    background-color: rgba(0,0,0,0.2);
    z-index: 999999;
}


/* SOCIAL TOOLS
   ----------------------------- */
.wlSocialBar {
    list-style:none;
    margin:0px;
    padding:0px;
}

.wlSocialBar li.horizontal {
    display: inline-block;
}

.wlSocialBar li.vertical {
    display: block;
    margin-bottom:5px;
}

.wlSocialBar li.small {
    height: 30px;
    width: 30px;
}

    .wlSocialBar li.medium {
        height: 45px;
        width: 45px;
    }

    .wlSocialBar li.large {
        height: 90px;
        width: 90px;
    }

/* DEFAULT SOCIAL SVG COLOURS */
.wlSVGColor #wlSVG,
.wlSVGColor #wlSVG1,
.wlSVGColor #wlSVG2 {
    fill: red;
}



/* INLINE EDITOR - ONLY USED IN WEBLAB ITSELF */
.wlInlineEditorButton {
    border-radius: 0px;
    width: 50%;
}
/* CONTENT TEMPLATE - ONLY USED IN WEBLAB ITSELF */
.wlContentTemplateArea {
    width: 99%;
    padding: 30px;
    border: dotted 1px black;
    margin: 5px;
    background-color: rgba(0,0,0,.01);
}

/* NOPCOMMERCE */

.wlNOP_SummaryClip {
    width: 100%; height:40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* MEDIA QUERIES */
/* Extra small (smart phones, less than 480px) */
@media only screen and (min-width: 480px) {
    .wlModule_TopicCardImg {
        height: 210px;
    }
}

/* Small (Phones & Tablets, less than 768px) */
@media only screen and (min-width: 768px) {

    .wlModule_TopicCardImg {
        height: 90px;
    }
}

/* Medium (Tablets & SMall Laptoms, less than 992px) */
@media only screen and (min-width: 992px) {

    .wlModule_TopicCardImg {
        height: 100px;
    }
}

/* Large Desktops */
@media only screen and (min-width: 1200px) {

    .wlModule_TopicCardImg {
        height: 180px;
    }
}







header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 5rem;
    width: 100%;
    overflow: hidden;
}

    header video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    header .container {
        position: relative;
        z-index: 2;
    }

    header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: 0.5;
        z-index: 1;
    }

@media (pointer: coarse) and (hover: none) {
    header {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }

        header video {
            display: none;
        }
}