/**
 * @file
 * Use this CSS file to override components CSS rules
 */
/******************** SLIDER ********************************/
#block-corporateplus-views-block-mt-slideshow-full-screen-block-1 .tp-caption__button {
    background-color: transparent;
    border-color: white;
    color: white;
    padding: 15px 30px;
    text-transform: uppercase;
}

#block-corporateplus-views-block-mt-slideshow-full-screen-block-1 .pink-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1000;
    left: 0;
}

@media (max-width: 768px) {
    #block-corporateplus-views-block-mt-slideshow-full-screen-block-1 .tp-caption__text {
        display: none;
    }
    #block-corporateplus-views-block-mt-slideshow-full-screen-block-1 .tp-caption__button {
        padding: 8px;
    }

    #block-corporateplus-views-block-mt-slideshow-full-screen-block-1 .tp-caption__title {
        font-size: 14px;
        line-height: 1;
        padding: 0;
        text-transform: none;
    }
}
@media screen and (min-width: 860px) {

    #block-corporateplus-views-block-mt-slideshow-full-screen-block-1 .tp-caption__text {
        text-transform: uppercase;
        padding: 0;
        text-shadow: none;
    }

    #block-corporateplus-views-block-mt-slideshow-full-screen-block-1 .tp-caption__title {
        text-transform: uppercase;
        padding: 0;
        text-shadow: none;
    }
}
/******************* SUBSCRIPTION BLOCK *********************/

@media all and (min-width: 1200px) {
    #simplenews-subscriptions-block-simplenews-block-form-1 {
        padding-left: 2em;
    }
}
#simplenews-subscriptions-block-simplenews-block-form-1 .field--name-mail {
    display: inline-block;
    width: 300px;
    margin-right: 1rem;
}

#simplenews-subscriptions-block-simplenews-block-form-1 .field--name-mail input {
    background-color: white;
    color: black;
}

#simplenews-subscriptions-block-simplenews-block-form-1 .field--name-mail input:focus,
#simplenews-subscriptions-block-simplenews-block-form-1 .field--name-mail input:hover {
    border-color: white;
}

#simplenews-subscriptions-block-simplenews-block-form-1 .form-actions {
    display: inline-block;
    width: 150px;
    margin: 0;
}

#simplenews-subscriptions-block-simplenews-block-form-1 .form-item {
    margin: 0;
}

#simplenews-subscriptions-block-simplenews-block-form-1 .form-actions .form-submit {
    border-color: #ffffff;
    color: #333333;
    background-color: white;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

#simplenews-subscriptions-block-simplenews-block-form-1 input[type="submit"]:focus,
#simplenews-subscriptions-block-simplenews-block-form-1 input[type="submit"]:hover {
    background-color: transparent;
    border-color: #ffffff;
    color: white;
}

@media (max-width: 991px) {
    
    #simplenews-subscriptions-block-simplenews-block-form-1 {
        padding-left: 0;
    }
    #simplenews-subscriptions-block-simplenews-block-form-1 .form-actions {
        margin: 0 auto 0 auto;
        display: block;
    }

    #simplenews-subscriptions-block-simplenews-block-form-1 .field--name-mail {
        margin: 0 auto;
        display: block;
    }
}

/************************* FOOTER LOGO *****************************/
#block-imageblocklogofooter {
    padding-bottom: 17px;
}

/************************* COPYRIGHT *******************************/
#block-copyright {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

/************************** PHOTO GALLERY **********************/
.photo-gallery-block .more-link a{
    text-align: right;
}
