/*
  Theme Name: picturekeytechnologies.com
  Author: Lucas Jordan
  Description: Index Page Styles
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/


/*-----------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
-------------------------------------------------------------------------------
#   Home slider slier
    #   homeBanner styles
    #   Video Styles
#   comparison-table styles
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
#   Home slider slier
-----------------------------------------------------------------------------*/


/*--------------------------------------------------------------
#   homeBanner styles
--------------------------------------------------------------*/
#home .rm-slider[data-slider-type="slider-banner"] {
    background-color: #000000;
}
#home .rm-slider[data-slider-type="slider-banner"] .s-bg video {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
}
#home .rm-slider[data-slider-type="slider-banner"] .s-content {
    display : block;
    width : 100%;
    margin : 0;
    padding : 0;
    color : #ffffff;
    text-align : center;
    top : 25%;
}

#home .rm-slider[data-slider-type="slider-banner"] .s-content.right {
    width : 42%;
    right : 2%;
}

#home .rm-slider[data-slider-type="slider-banner"] .s-content.left {
    width : 42%;
    left : 2%;
}

#home .s-content h2 {
    display : block;
    position : relative;
    padding : 0;
    margin : 0 auto;
    font-family : "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight : 500;
    font-size : 2.625em;
    text-transform : none;
}

#home .s-content p {
    display : block;
    position : relative;
    width : 80%;
    padding : 0;
    margin : 0.5em auto 0.5em auto;
    font-family : "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight : 500;
    font-size : 1.063em;
}

#home .s-content p:first-of-type {
    margin-top : 2em;
}

#home .s-content.left p {
    width : 60%;
}
#home  .s-nav.pos-tr {
    right: 25px
}
.s-nav.bullets li[data-control-active="true"] {
    background-color: #ffffff;
}
.s-nav.bullets li {
    border: 1px solid #ffffff;
}
/* Greater than the design width of 1366 */
@media screen and (min-width: 1367px) {
    #home .rm-slider[data-slider-type="slider-banner"] .s-bg video {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        height: auto;
        width: 100%;
    }
}
/* At design width */
@media screen and (max-width: 1366px) {
    #home .rm-slider[data-slider-type="slider-banner"] .s-bg .slider-mask {
        height: 100%;
        width: auto;
    }
}
/* Below Em's design of 1366 down to iPad Landscape */
@media screen and (min-width: 1024px) and (max-width: 1365px) {
    #home .rm-slider[data-slider-type="slider-banner"] .s-bg {
        height: 100%;
    }
    #home .rm-slider[data-slider-type="slider-banner"] .s-bg  video {
        height: 100%;
        width: auto;
    }
    #home .rm-slider[data-slider-type="slider-banner"] .s-content {
        top: 12%;
    }
    #home .rm-slider[data-slider-type="slider-banner"] .s-bg .slider-mask {
        height: 100%;
        width: auto;
    }
    #home .rm-slider[data-slider-type="slider-banner"] .s-content.right {
        width: 40%;
        right: 1%;
    }
    #home .rm-slider[data-slider-type="slider-banner"] [data-slide-number="1"] .s-content.left {
        width: 50%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1050px) {
    #home .s-content h2 {
        font-size: 2.125em;
    }
}
/* Mobile responsive */
@media screen and (min-width: 100px) and (max-width: 1023px) {

    /* Content section */
    #home .rm-slider[data-slider-type="slider-banner"] .s-bg .slider-mask,
    #home .rm-slider[data-slider-type="slider-banner"] .s-bg .slider-hex {
        display: none;
    }
    #home .rm-slider[data-slider-type="slider-banner"] .s-content {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        top: 0;
    }
    #home .rm-slider[data-slider-type="slider-banner"] .s-content.left,
    #home .rm-slider[data-slider-type="slider-banner"] .s-content.right {
        width: 100%;
        height: auto;
        left: 0;
        right: 0;
    }
    #home .s-content h2 {
        font-size: 1.3em;
        margin: 1.5em 0.8em;
    }
    #home .rm-slider[data-slider-type="slider-banner"] .s-content p {
        display: none;
    }
    /* Video section */
    #home .rm-slider[data-slider-type="slider-banner"] .s-bg {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        height: 60.465%;
    }
    #home .rm-slider[data-slider-type="slider-banner"] .s-bg video {
        display: block;
        position: absolute;
        width: 180%;
        height: auto;
        left: -50%;
    }
    /* Responsive controls */
    #home  .s-nav.pos-tr {
        right: 0;
        left: 0;
        margin: 0 auto;
        top: auto;
        bottom: 1.7em;
    }
}

/* iPad Portart */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    #home .s-content p {
        display: none;
    }
    #home .rm-slider[data-slider-type="slider-banner"] .s-bg video {
        display: block;
        position: absolute;
        width: 125%;
        height: auto;
        left: -25%;
    }
}
/* iPhone 6 Plus */
@media screen and (min-width: 414px) and (max-width: 767px) {
    #home .rm-slider[data-slider-type="slider-banner"] .s-bg video {
        display: block;
        position: absolute;
        width: 125%;
        height: auto;
        left: -25%;
    }
}
/* iPhone 6 */
@media screen and (min-width: 375px) and (max-width: 413px) {

}
/* iPhone 5 */
@media screen and (min-width: 320px) and (max-width: 375) {

}
@media screen and (min-width: 100px) and (max-width: 413px) {
    /* Responsive controls */
    #home  .s-nav.pos-tr {
        bottom: 0;
    }
}
/*-----------------------------------------------------------------------------
#   comparison-table styles
-----------------------------------------------------------------------------*/
.comparison-table-wrapper {
    display : block;
    position : relative;
    margin : 0 auto 2.188em auto;
    padding : 0;
}

.comparison-table {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    -ms-flex-wrap : wrap;
    flex-wrap : wrap;
    margin : 0;
    padding : 0 0 1.063em 0;
    justify-content : center;
    align-content : center;
    overflow : hidden;
}

.comparison-cell {
    box-sizing : border-box;
    -webkit-box-flex : 1;
    -ms-flex-positive : 1;
    flex-grow : 1;
    width : 100%;
    overflow : hidden;
    width : 16.666%;
    padding : 1.094em;
    align-self : stretch;
}

.comparison-table .comparison-cell.header,
.comparison-table-responsive .comparison-cell.header {
    font-family : "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size : 1.125em;
    font-weight : 500;
    color : #ffffff;
    border-bottom : solid 0.125em #ffffff;
    margin-bottom : 1.313em;
}

.comparison-table .comparison-cell.head {
    font-family : "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size : 1.125em;
    font-weight : 500;
    color : #333333;
    text-align: left;
    padding: 1.094em 1.094em 1.094em 0.375em;
    position: relative;
}
.comparison-table .comparison-cell.head > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
}
.comparison-cell.br {
    border-right : solid 0.125em #0071bc;
}
.comparison-cell.bb {
    border-bottom : solid 0.125em #0071bc;
}
.comparison-table .feature-tick {
    display : block;
    position : relative;
    margin : 0 auto;
    padding : 0;
    width : 3.625em;
    height : 3.625em;
}
@media all and (max-width: 1023px) {}
.comparison-table-responsive {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    -ms-flex-wrap : wrap;
    flex-wrap : wrap;
    margin : 0;
    padding : 0 0 1.063em 0;
    justify-content : center;
    align-content : center;
    overflow : hidden;
}
.comparison-table-responsive .comparison-cell {
    box-sizing : border-box;
    -webkit-box-flex : 1;
    -ms-flex-positive : 1;
    flex-grow : 1;
    width : 100%;
    overflow : hidden;
    width : 25%;
    padding: 0.333em;
    align-self : stretch;
}
.comparison-table-responsive .comparison-cell.head {
    position: relative;
}
.comparison-table-responsive .comparison-cell.head > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    color: #ffffff;
}
@media screen and (min-width: 120px) and (max-width: 768px) {
    .comparison-table .comparison-cell.header,
    .comparison-table-responsive .comparison-cell.header {
        font-size: 0.8em;
    }
    .comparison-table-responsive .comparison-cell.head {
        font-size: 0.8em;
        padding: 0;
    }
    .comparison-table-responsiv .feature-tick {
        max-width: 80%;
    }
}
.feature-footer {
    padding-bottom : 2.188em;
}
.innovators-row {
    display : block;
    position : relative;
    padding : 0 0 2.00em 0;
    margin : 0 auto;
}
