﻿/* Hero wrap image */
a.heroWrap {
    display: inline-block;
    max-width: 100%;
    position: relative;
    z-index: 2;
}
a.heroWrap img {
    display: block;
}

/* Hero container */
.heroContainer {
    display: flex;
    flex-direction: row;
}
.heroContainer > div.text {
    width: 500px;
    align-self: center;
    z-index: 2;
    flex-shrink: 0;
    background: #fff;
    padding-top: 30px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}
.heroContainer p span {
    font-weight: 400;
}
.heroContainer > div.heroImage {
    flex-shrink: 1;
    position: relative;
}
.heroContainer h2 {
    margin-bottom: 30px;
}
.heroContainer p {
    margin: 0;
    margin-bottom: 64px;
}

/* Slant */
.heroContainer div:nth-child(1) a.heroWrap {
    box-shadow: -60px 60px 0 0 rgba(212, 212, 212, 0.21);
    -webkit-transform: perspective(1700px) rotateY(8deg) scale(1);
    -ms-transform: perspective(1700px) rotateY(8deg) scale(1);
    transform: perspective(1700px) rotateY(8deg) scale(1);
    outline: 1px solid transparent;
}
.heroContainer div:nth-child(2) a.heroWrap {
    box-shadow: 60px 60px 0 0 rgba(255, 255, 255, 0.21);
    -webkit-transform: perspective(1700px) rotateX(4deg) rotateY(-8deg) scale(1);
    -ms-transform: perspective(1700px) rotateX(4deg) rotateY(-8deg) scale(1);
    transform: perspective(1700px) rotateX(4deg) rotateY(-8deg) scale(1);
    outline: 1px solid transparent;
}
/* First hero */
.heroContainer.top .text {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 60px;
    background: transparent;
}
.heroContainer.top .heroImage {
    padding-top: 45px;
}
.heroContainer.top p {
    margin-bottom: 32px;
}
.text.toolkit {
    margin-left: -10px;
    background: Transparent !important;
}
.text.toolkit.adj {
    position: relative;
    top: -330px;
    margin-bottom: -300px;
}
.text.toolkit .iconWrap {
    margin-left: auto;
    margin-bottom: 50px;
}
.text.toolkit p + p {
    margin-top: -40px;
}
@media screen and (max-width: 1100px) {
    .heroContainer.top > div.text {
        padding-top: 10px;
    }
    h1 {
        text-align: center;
    }
    .heroContainer {
        flex-wrap: wrap;
    }
    .heroContainer .heroTextWrap {
        display: flex;
    }
    .heroContainer .heroTextWrap > div:first-child {
        flex-grow: 1;
    }
    .heroContainer.top .heroTextWrap > div:first-child {
        padding-right: 60px;
    }
    .heroContainer .heroTextWrap > div:nth-child(2) {
        flex-grow: 0;
        flex-shrink: 1;
        align-self: center;
    }
    .heroContainer > div.text {
        width: 100%;
        padding-right: 0 !important;
    }
    .heroContainer.top > div.text {
        max-width: 800px;
        margin: 0 auto !important;
    }
    .heroContainer.top p {
        margin-bottom: 0;
    }
    .heroContainer.top a.heroWrap {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .heroContainer.top a.heroWrap {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .heroContainer div:nth-child(1) a.heroWrap {
        box-shadow: 0 18px 0 -12px rgba(0, 0, 0, 0.2) !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .heroContainer div:nth-child(2) a.heroWrap {
        box-shadow: 0 18px 0 -12px rgba(0, 0, 0, 0.2) !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .heroContainer .heroImage {
        padding-top: 0;
        margin-right: 0;
    }
    .heroContainer.top .heroImage {
        padding-top: 0;
    }
}
@media screen and (max-width: 800px) {
    .heroContainer .heroTextWrap {
        display: block;
    }
    .heroContainer .heroTextWrap > div:first-child {
        padding-right: 0 !important;
    }
    .heroContainer .heroTextWrap > div:nth-child(2) {
        width: 100%;
    }
    a.heroWrap {
        display: inline-block !important;
    }
    .heroContainer .c {
        margin-top: 30px;
    }
}
/* Logos */
.logosWrap {
    display: block;
    margin-top: 60px;
    text-align: center;
}
.logosWrap h2 {
    margin: 0;
    text-align: center;
    font-size: 1rem;
    margin-bottom:8px;
    color: #efefef;
    opacity: 0.5;
}
.logosWrap img {
    display: block;
    filter: grayscale(1);
    opacity: 0.3;
}
.logosWrap img:hover {
    filter: grayscale(0);
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.logosWrap .logos {
    white-space: nowrap;
    overflow: auto;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logosWrap .logos li {
    margin: 0;
    padding: 0;
    margin-right: 15px;
}
.logosWrap .logos li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1100px) {
    .logosWrap {
        margin-top: 30px;
    }
    .logosWrap h2 {
        opacity: 0.3;
    }
    .logosWrap img {
        opacity: 0.2;
    }
}

/* Editor description */
.editorDescriptionBox {
    background: #fff;
    max-width: 414px;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    margin-bottom: -17px;
    margin-top: 3%;
    margin-left: 10px;
}
.editorDescriptionBox h2 {
    font-size: 1.5rem;
    line-height: 120%;
    text-align: center;
    margin-bottom: 12px;
}
@media screen and (max-width: 1100px) {
    .editorDescriptionBox {
        margin: 0 auto;
        max-width: 100%;
        border-radius: 0;
        position: relative;
        margin-bottom: -35px;
        padding-bottom: 40px;
        padding-top: 40px;
        border-radius: 5px;
        opacity: 0.95;
    }
    .editorDescriptionBox h2 {
        font-size: 1.8rem; 
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .editorDescriptionBox p {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
        margin-bottom: 40px;
    }
    .text {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .text.toolkit {
        margin-top: 40px !important;
    }
    .text h2 {
        text-align: center !important;
    }
    .text.toolkit .heroTextWrap {
        display: block;
    }
    .text.toolkit .heroTextWrap p.r {
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .text.toolkit .heroTextWrap .c.r {
        text-align: center !important;
        width: 100%;
    }
    .text.toolkit .heroTextWrap p {
        text-align: left !important;
        width: 100%;
    }
    .text.toolkit.adj {
        top: 0;
        margin-bottom: 0;
    }
    .text.toolkit .iconWrap {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        margin-top: -30px;
    }
}
@media screen and (max-width: 630px) {
    .text.toolkit.adj {
          margin-top: 40px !important;
      }
    .text.toolkit {
        margin-top: 10px !important;
        margin-bottom: 30px;
    }
}

/* Text details*/
.txtDetailWrap {
    border-top: 3px solid rgba(0, 0, 0, 0.02);
    border-bottom: 3px solid rgba(0, 0, 0, 0.02);
    margin-top: 120px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.txtDetailWrap .contentWrapper {
    display: flex;
    padding: 0 !important;
    justify-content: center;
}
.txtDetailWrap .contentWrapper > div {
    width: 33.33333%;
    padding: 50px;
    border-right: 3px solid rgba(0, 0, 0, 0.02);
    text-align: center;
    position: relative;
}
.txtDetailWrap .contentWrapper p {
    text-align: left;
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 360px;

}
.txtDetailWrap .contentWrapper p span {
    font-weight: 400;
    color:#254F5A;
}
.txtDetailWrap .contentWrapper a {
    display: block;
    text-align: left;
    font-size: 1.1rem;
    margin-top: 20px;
}
.txtDetailWrap .contentWrapper > div h2 {
    text-align: center;
}
.txtDetailWrap .contentWrapper > div:last-child {
    border-right: 0;
}
.txtDetailWrap .contentWrapper > div:nth-child(2) {
    padding-bottom: 140px;
}
.txtDetailWrap .iconWrap {
    margin: 0 auto;
    margin-top: -66px;
    margin-bottom: 30px;

}
.txtDetailWrap .contentWrapper div:nth-child(1) img {
    animation-delay: 0;
}
.txtDetailWrap .contentWrapper div:nth-child(2) img {
    animation-delay: 300ms;
}
.txtDetailWrap .contentWrapper div:nth-child(3) img {
    animation-delay: 600ms;
}
.contentWrapper.upLap {
    margin-top: -80px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1100px) {

    .txtDetailWrap {
        margin-top: 60px;
    }
    .txtDetailWrap .contentWrapper {
        display: block;
    }
    .txtDetailWrap .contentWrapper > div p, .txtDetailWrap .contentWrapper > div a {
        max-width: 550px;
        margin: 0 auto;
        display: block;
        padding: 0 30px;
    }
    .txtDetailWrap .contentWrapper > div a {
        margin-top: 15px;
        box-sizing: content-box;
    }
    .txtDetailWrap .contentWrapper > div {
        border-right: 0;
        border-bottom: 3px solid rgba(0, 0, 0, 0.02);
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .txtDetailWrap .contentWrapper > div:last-child {
        border-bottom: 0;
    }
    .txtDetailWrap .contentWrapper > div:nth-child(2) {
        padding-bottom: 50px;
    }
    .txtDetailWrap .contentWrapper > div:last-child {
        padding-bottom: 90px;
    }
    .contentWrapper.upLap {
        margin-top: -50px;
        position: relative;
        z-index: 2;
    }
}


/* Slanted screenshot banner */
.slantedScreenshotsContainer {
    overflow: hidden;
    width: 100%;
    height: 700px;
}
.slantedScreenshots {
    width: 150%;
    white-space: nowrap;
    font-size: 0;
    background: #fff;
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    overflow: hidden;
    position: relative;
    left: -230px;
}
.slantedScreenshots div {
    -webkit-backface-visibility: hidden;
    -ms-transform: skew(22deg, 0);
    -webkit-transform: skew(22deg, 0);
    transform: skew(22deg, 0);
    backface-visibility: hidden;
    overflow:hidden;
    width:33.33333%;
    height:500px;
    position:relative;
    left:50px;
    border-right:15px solid #fff;
    display: inline-block;
    min-width: 200px;
    max-width: 500px;
    z-index: 1;
    margin-top: 50px;
}
.slantedScreenshots > div img {
    -ms-transform: skew(-22deg, 0);
    -webkit-transform: skew(-22deg, 0);
    transform: skew(-22deg, 0);
    margin-left: -110px;
    max-width: none;
    -webkit-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out;
    height: 100%;
    border: 0;
}

/* Publish and sell box */
.pubSellContainer {
    position: relative;
    margin-top: -80px;
    margin-bottom: -140px;
}
.publishAndSell {
    width: 500px;
    margin-left: -250px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.2);
    padding: 40px;
    border-radius: 5px;
    text-align: center;
    z-index: 2;
}
.publishAndSell h2 {
    text-align: center;
}
.publishAndSell p {
    text-align: left;
}
.publishAndSell a.newButton {
    margin-top: 10px;
}
.publishAndSell ul.publishIcons {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
}
.publishAndSell ul.publishIcons li {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    filter: grayscale(100%);
    opacity: 0.3;
}
.publishAndSell ul.publishIcons li:hover {
    filter: grayscale(0);
    opacity: 1;
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}


@media screen and (max-width: 1100px) {
    .pubSellContainer {
        margin-top: -30px;
        margin-bottom: -100px;
   }
}
@media screen and (max-width: 540px) {
    .pubSellContainer {
        margin-bottom: -30px;
    }
    .publishAndSell {
        width: 90%;
        left: 5%;
        margin-left: 0;
        padding-bottom: 20px;
        margin-bottom: 100px !important;
    }
    .publishAndSell ul.publishIcons li {
        padding: 0 !important;
        width: 30%;
    }
}


/* Ready wrap (final bottom bit) */
.readyHead {
    margin-top: 60px;
    font-size: 3rem;
}
.readyWrap {
    margin-bottom: 60px;
    display: flex;
}
.readyWrap p {
    font-size: 1.7rem;
    margin: 0;
}
.readyWrap > div {
    align-self: center;
}
.readyWrap .buttons {
    text-align: right;
    flex-grow: 1;
    flex-shrink: 0;
    padding-left: 60px;
}

@media screen and (max-width:850px) {
    .readyWrap {
        display: block;
    }
    .readyWrap .buttons {
        padding-left: 0;
        text-align: center;
    }
    .readyHead {
        text-align: center;
        font-size: 2.2rem;
    }
    .readyWrap p {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 30px;
    }
}


.iconWrap.octo2 img {
    position: relative;
    left: 6px;
}