/*

Rachel Simanjuntak
December 2017
hello@rachelksim.com
For: Shapa

*/


/******************************
ABOUT US
******************************/

#about-us-section h1 {
    margin-bottom: 1em;
}

#team {
    text-align: center;
    margin: 3em 0 5em;
}

#team li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: auto;
    margin: -9.5px 0 0 -6px;
}

#team li span {
    opacity: 0;
    background: #070300;
    position: absolute;
    top: -9px;
    left: 0;
    padding: 10%;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,070300+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(7, 3, 0, 0) 0%, rgba(7, 3, 0, 1) 120%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(7, 3, 0, 0) 0%, rgba(7, 3, 0, 1) 120%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(7, 3, 0, 0) 0%, rgba(7, 3, 0, 1) 120%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#070300', GradientType=0);
    /* IE6-9 */
}

#team li:hover span {
    opacity: 1;
}

/* #team .name-and-title h3,
#team .name-and-title p {
    color: #fff;
    text-align: left;
} */

#team li h3 {
    margin-top: 85%;
}

#team li img {
    width: 100%;
    height: auto;
    z-index: 0;
}

#about-us-section img.full-width-image {
    margin: 4em 0;
}


/******************************
ABOUT US > Shapa in press
******************************/

.weight-400 {
    font-weight: 400 !important;
    font-size: 1.3em !important;
}

.shapa-in-press-paragraph-text {
    min-width: 50%;
    text-align: center;
    margin-top: 2rem;
}

.shapa-in-press-text {
    display: flex;
}

#shapa-in-the-press-content {
    justify-content: space-around;
}

.web-margin {
    margin-left: 80px;
}

#shapa-in-the-press-content .shapa-in-press-paragraph-text {
    text-align: left;
    font-size: 1.1em;
}

img#shapa-fox {
    width: 90px;
}

#shapa-in-the-press {
    margin-bottom: 5em;
}

#shapa-in-the-press::before {
    content: " ";
    margin-top: -70px;
    height: 70px;
    visibility: hidden;
    pointer-events: none;
}

#shapa-in-the-press h1 {
    margin-top: 0;
}

#shapa-in-the-press .fox-video {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 50%;
    max-width: 50%;
}

#shapa-in-the-press .fox-video .press-screenshot {
    width: 80%;
    max-width: 750px;
}

#shapa-in-the-press .play-button-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#shapa-in-the-press .play-button:hover {
    cursor: pointer;
}

#hero .play-button {
    position: absolute;
    width: 7.5%;
    height: 150px;
    left: 13.25%;
    top: 31%;
    z-index: 50;
}

#press-quote-section {
    margin-top: 160px;
}

#press-quote-section .press-quote {
    display: block;
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
    margin: auto;
    margin-bottom: 20px;
}

.press-logo {
    width: 200px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.press-logo-separator {
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
    border-color: rgba(0, 0, 0, 0.05);
}


/******************************
ABOUT US > Contact us
******************************/

#contact-us form {
    width: 85%;
    max-width: 750px;
}

#contact-us form span {
    display: inline-block;
    width: 48%;
}

#contact-us form span input[type="text"] {
    width: 100%;
}

#contact-us form span#name {
    margin-right: 3%;
}

@media screen and (max-width: 1300px) {
    #press-quote-section {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1000px) {
    /******************************
ABOUT US (@1000px) > Contact us
******************************/
    #team li {
        width: 50%;
    }
    #team li span,
    #team li:hover span {
        opacity: .85;
    }
    #contact-us form span {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    /******************************
    ABOUT US > Shapa in press (max-width: 800px)
    ******************************/
    #shapa-in-the-press-content {
        flex-direction: column;
    }
    .fox-video {
        min-width: 100% !important;
        max-width: 100% !important;
    }
    img#shapa-fox {
        width: 60px !important;
    }
    #shapa-in-the-press-content .shapa-in-press-paragraph-text {
        text-align: center !important;
    }
}

@media screen and (max-width: 500px) {
    /******************************
ABOUT US (@500px) > Contact us
******************************/
    #team li {
        width: 85%;
    }
}


/*****************************
ABOUT US (revamp page)
*****************************/
.slick-slider .slick-dots li button:before {
    font-size: 8px !important;
    color: #ddd !important;
    opacity: 1;
}
.slick-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--main-color) !important;
}
.connect-with-shapa-text {
    width: 90%;
    margin: auto;
}
#shapa-reviews-section {
    margin-bottom: 1em;
}
#meet-shapa-team {
    margin-bottom: 70px;
}
.map-text {
    width: 51%;
    margin: auto;
}
.teal-separator {
    margin: auto;
}
.community-text {
    width: 51%;
    margin: auto;
    margin-bottom: 50px;
    font-weight: normal;
}
.map-section-list-container {
    width: 16%;
    margin: auto;
}
.map-section-list {
    float:left;
    white-space: nowrap;
}
.carousel {
    position: relative;
}
.carousel-item img {
    object-fit: cover;
}
.thumb {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#carousel-thumbs img {
    cursor: pointer;
}
#carousel-thumbs img:hover {
    border-color: rgba(87, 75, 75, 0.3);
}
#carousel-thumbs .selected img {
    border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
}
#appView .powrMark {
    display: none !important;
}
.socialFeed .powrMark  {
    display: none !important;
}
.social-media-text-container {
    background: #fff;
    margin-top: -135px;
    padding-top: 10px;
}
.social-media-text {
    width: 48%;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}
.fa-star {
    margin-right: 5px;
}
iframe {
    width: 100% !important;
}
.review-img-container {
    padding-left: 0px;
}
.review-img {
    width: 100%;
}
.about-us-first-form {
    padding: 0;
    margin-top: 50px;
}
#form-review {
    height: 180px;
    background-color: whitesmoke;
}
.form-control::-webkit-input-placeholder { color: #8b8c8b; margin-bottom: 40px; }  /* WebKit, Blink, Edge */
.form-control::-moz-placeholder { color: #8b8c8b; }  /* Mozilla Firefox 19+ */
.form-control::-ms-input-placeholder { color: #8b8c8b; }  /* Microsoft Edge */

.form-inputs {
    background-color: whitesmoke;
}
.submit-btn {
    padding-right: 70px !important;
    padding-left: 70px !important;
}
/* rate stars styles */
.rate {
    float: left;
    height: 46px;
    margin-top: 20px;
    margin-bottom: 30px;
    z-index: 99;
}
.rate:not(:checked) > input {
    position:absolute;
}
.rate:not(:checked) > label {
    float:right;
    width:50px;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:35px;
    color:#c3e6e0;
}
.rate:not(:checked) > label:before {
    font-family: FontAwesome;
    content: "\f005";
}
.rate > input:checked ~ label {
    color: #01c7b2;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #01c7b2;
}
.bg-shapa-team-form {
    width: 100%;
    height: 100;
}
.contact-form-container {
    position: relative;
}
.contact-form-content {
    position: absolute;
    top: 0;
    left: 6%;
}
.contact-form-seperator {
    margin: 0;
}
.msg-input-field {
    height: 200px;
}
form input[type="submit"]:hover {
    background: #01c7b2 !important;
}
#copyright {
    padding: 0 !important;
}
#contact-us-form-sucess-msg {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #f2f2f2;
}
.shapa-team-imgs {
    padding-left: 0;
    padding-right: 0;
}
/********* meet shapa team *********/
.name-and-title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
}
.team-names {
    margin-left: 20px;
}
.team-img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.overlay,
.overlay-sim-text-2,
.opacity-effect img{
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.effect-image-1{
    position: relative;
    display: block;
}
.overlay-text p,
.overlay-sim-text-2 p{
    color: #fff;
    margin-left: 20px;
}
/*-- overlay text effect 2 --*/
.overlay-sim-text-2{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(7, 3, 0, 0) 0%, rgba(7, 3, 0, 1) 120%);
    opacity: 0;
}
.effect-image-1:hover .overlay-xs-1{
    opacity: 1;
    visibility: visible;
    display: block;
}
.clearfix {
    width: 75%;
    margin: auto;
}

/********* meet shapa team *********/
/* For Mobile screen */
@media screen and (max-device-width: 768px) {
    .rate-text-mobile {
        text-align: center;
    }
    .clearfix {
        width: 100%;
    }
    .shapa-team-mobile {
        padding-right: 0;
        padding-left: 0;
    }
    #about-us-section {
        margin-top: 30% !important;
    }
    .map-section-list-container {
        width: 54%;
        margin: auto;
    }
    .map-text {
        width: 90%;
        margin: auto;
    }
    .carousel-container #carousel-thumbs img {
        border-width: 3px;
    }
    .map-section-list {
        float:left;
        white-space: nowrap;
    }
    .community-text {
        width: 80%;
    }
    .carousel-container #carousel-thumbs {
        position: absolute;
    }
    .carousel-container #carousel-thumbs {
        background: #ccccce;
    }
    .social-media-text {
        width: 80%;
    }
    #shapa-reviews-section {
        text-align: center;
        margin-bottom: 2em !important;
    }
    .join-community-header {
        white-space: break-spaces;
    }
    .review-title-name {
        margin-bottom: 20px;
    }
    .review-img-container {
        padding-right: 0px;
    }
    .rate {
        margin: auto;
        width: 77%;
        float: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .submit-btn {
        width: 100% !important;
    }
    .contact-us-form {
        padding: 25px;
    }
    .contact-form-content {
        top: 10%;
        left: 0%;
    }
    .contact-form-seperator {
        margin: auto;
        margin-top: 0 !important;
        width: 60px !important;
    }
    .contact-header-mobile {
        margin-bottom: 140px;
        text-align: center;
        font-size: 5.867vw !important;
        margin-left: 60px;
        margin-right: 60px;
        /* font-weight: 700 !important; */
        bottom: 15px;
    }
    #shapa-team-form {
        margin-bottom: 90% !important;
    }
    #shapa-team-form .form-control {
        background-color: whitesmoke;
    }
    #contact-us-form-sucess-msg {
        text-align: center !important;
        font-size: 14px !important;
        color: black !important;
    }
    .team-names {
        margin-left: 4px;
        font-size: 14px !important;
    }
    .overlay-text p,
    .overlay-sim-text-2 p{
        margin-left: 4px;
    }
    .paragraph-small {
        font-size: 11px !important;
    }
}
@media screen and (min-device-width: 668px)
and (max-device-width: 768px) {
    .contact-header-mobile {
        margin-bottom: 0;
        text-align: left;
        font-size: 3.867vw !important;
        margin-left: 0;
        margin-right: 0;
        font-weight: 700 !important;
        bottom: 0;
    }
    #shapa-team-form {
        margin-bottom: 10% !important;
    }
    .contact-form-seperator {
        margin: initial !important;
    }
    .bg-shapa-team-form {
        height: 100vh !important;
    }
    #contact-us-form-sucess-msg {
        color: white !important;
    }
}