
/* ASPD 2018 */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

/* Hide the social login buttons on the login page */
div.social-login-buttons {
    display: none !important;
}


/* BOXED LAYOUT */

html,
body {
    background-color: #f5f5f5 !important;
}

.page-wrapper {
    -webkit-box-shadow: -1px 2px 15px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: -1px 2px 15px 0px rgba(0, 0, 0, 0.18);
    box-shadow: -1px 2px 15px 0px rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
}

.carousel.shout-gallery-carousel_gallery_with_button_fullscreen, .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner, .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner div.img-bg,
.root-section-wrapper>.content-wrapper,
.page-wrapper {
    max-width: 1170px !important;
    margin: 0 auto;
    left:0;
    right: 0;
}

.page-content-wrapper .root-section-wrapper>.content-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
}



/* End Boxed Layout */

.facebook-like-button {
    width: auto;
}

html {}

body {
    font-family: 'Roboto', sans-serif;
}

.page-content-wrapper,
.above-the-footer {
    background-color: #ffffff;
}

.white {
    color: #ffffff;
}

.carousel .carousel-caption .gallery-item-button a,
.sui-sf-c-btn {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sui-sf-c-btn:hover {
    opacity: 1;
    filter: opacity(1);
    -moz-filter: opacity(1);
    -webkit-filter: opacity(1);
}

.ui-dialog.quick_edit {
    z-index: 4010 !important;
}

form .formSubmit,
.login-frame input[type=submit],
input#forgotPassword[type=submit],
#comment-reply-main a,
#comment-post {
    background-color: #3f51b5;
    color: #ffffff;
    border-color: #3f51b5;
    font-weight: 100;
}



/* Button Colors */

.product-add form>a.add_to_cart-dialog-open:before,
.product-add form>a.add_to_cart-form-submit:before {
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.sui-sf-c-btn {
    font-weight: 100;
}

.sui-sf-c-btn:hover {
    outline: none;
}

.sui-sf-c-btn--default {
    background-color: #8bc34a;
    border-color: #8bc34a !important;
    color: #ffffff !important;
}

.sui-sf-c-btn--default:hover,
.sui-sf-c-btn--default:active,
.sui-sf-c-btn--default:focus {
    background-color: #72a03d !important;
    border-color: #72a03d !important;
}

.sui-sf-c-btn--primary {
    background-color: #4578b9 !important;
    border-color: #4578b9 !important;
    color: #ffffff !important;
}

.sui-sf-c-btn--primary:hover,
.sui-sf-c-btn--primary:active,
.sui-sf-c-btn--primary:focus {
    background-color: #7c7c7c !important;
    border-color: #7c7c7c !important;
}

.sui-sf-c-btn--secondary {
    color: #ffffff !important;
}

.sui-sf-c-btn--tertiary {
    background-color: #3f51b5 !important;
    border-color: #3f51b5 !important;
    color: #ffffff !important;
}

.sui-sf-c-btn--tertiary:hover,
.sui-sf-c-btn--tertiary:active,
.sui-sf-c-btn--tertiary:focus {
    background-color: #207ea9 !important;
    border-color: #207ea9 !important;
}

.sui-sf-c-btn--link {}





/* Search */
/* 
.quick-search.site-search {
    visibility: hidden;
    display: none !important;
    padding: 0;
    width: 0;
    -webkit-transition: all .3s ease-in-out 0;
    -moz-transition: all .3s ease-in-out 0;
    -o-transition: all .3s ease-in-out 0;
    transition: all .3s ease-in-out 0;
}

.quick-search.site-search.search-form-visible {
    visibility: visible;
    width: 194px;
}

.quick-search.site-search>form {
    position: relative;
    border-left: 0;
    border-right: 0;
    background-color: #ebebeb;
}

.quick-search.site-search .search-button {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    display: none;
}

.quick-search.site-search.search-form-visible .search-button {
    display: block;
}

.quick-search.site-search .search-text {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .quick-search.site-search {
        display: none !important;
    }
}

@media (max-width: 482px) {
    .search-toggle-jquery {
        display: none;
    }
} */

.site-search form {
    position: relative;
}

input.search-text {
    width: 100%;
}

.search-button {
    top: 0;
    right: 15px;
    position: absolute;
    left: initial;
}

/* Header */

.top-site-header > .content-wrapper {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.site-header .content-wrapper {
    text-align: left;
    max-width: 1170px;
    margin: 0 auto;
}

.primary-nav .content-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

.navbar-nav > li > a {
    text-transform: capitalize !important;
}

/*@media (min-width: 1120px) {
    .site-header {
        float: left;
        width: 25%;
    }

    .primary-nav {
        float: right;
        width: 75%;
    }

    .primary-nav .content-wrapper {
        padding: 35px 0;
    }

    .navbar-nav {
        text-align: right;
    }
}*/

/* Navigation */


/* stroke */

@media (min-width: 768px) {
    .primary-nav {
        background-color: #5683bb;
    }
    .navbar-default .navbar-nav > li > a {
        color: #ffffff !important;
    }
    .navbar-nav {
        text-align: left;
    }
    .navbar-nav>li.active a,
    .navbar-nav>li.active a strong,
    .navbar-nav .dropdown .current.active a,
    .navbar-nav .dropdown .current.active a>strong,
    .navbar-nav .dropdown-menu>.active>a,
    .navbar-nav .dropdown-menu>.active>a:hover {
        color: #303f9f;
    }

    .navbar-nav>li>a,
    .navbar-nav strong,
    .navbar-nav>.active>a {
        font-weight: 300 !important;
    }

    .navbar-nav>.active>a {
        border-bottom: 2px solid #303f9f;
    }

    .navbar-nav>li>a {
        padding: 12px 0 !important;
        margin: 0 10px;
    }

    .navbar-nav>li>a {
        position: relative;
    }
    .navbar-nav>li>a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '.';
        color: transparent;
        background: #303f9f;
        height: 1px;
    }
    .navbar-nav>li>a:hover:after {
        width: 100%;
    }
}



/* Gallery */

.carousel .carousel-caption .gallery-item-button .btn {
    background-color: #8bc34a;
    border: 2px solid #8bc34a;
    font-weight: 100;
}

.carousel .carousel-caption .gallery-item-button a:hover {
    opacity: 1;
    filter: opacity(1);
    -moz-filter: opacity(1);
    -webkit-filter: opacity(1);
}

.carousel .carousel-caption .gallery-item-button a:hover .btn {
    background-color: #72a03d;
    border: 2px solid #72a03d;
}

.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .overlay,
.carousel.shout-gallery-carousel_gallery_with_button_fullwidth .overlay {
    background-color: rgba(37, 37, 37, 0.40);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .gallery-item-caption-empty+.overlay,
.carousel.shout-gallery-carousel_gallery_with_button_fullwidth .gallery-item-caption-empty+.overlay {
    display: none;
}

.carousel .carousel-caption {
    width: 80%;
}

.carousel .carousel-caption .gallery-item-title,
.carousel .carousel-caption .gallery-item-caption,
.carousel .carousel-caption .gallery-item-button {
    width: 90%;
    font-weight: 300;
}

.carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner,
.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner div.img-bg {
    height: 500px;
    max-height: 500px !important;
}

@media (min-width: 1170px) {
    .carousel .carousel-caption .gallery-item-title {
        font-size: 4em;
        line-height: 1em;
    }
}

@media (max-width: 767px) {
    .carousel .carousel-caption {
        text-align: center;
    }

    .carousel .carousel-caption .gallery-item-title,
    .carousel .carousel-caption .gallery-item-caption,
    .carousel .carousel-caption .gallery-item-button {
        width: 100%;
    }
}

@media (max-width: 483px) {
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner,
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner div.img-bg {
        height: 500px;
        max-height: 500px !important;
    }

    .carousel .carousel-caption .gallery-item-title {
        font-size: 2em;
        line-height: 1em;
    }

    .carousel .carousel-caption .gallery-item-caption {
        display: block;
        font-size: 1em;
    }

    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .overlay,
    .carousel.shout-gallery-carousel_gallery_with_button_fullwidth .overlay {
        background-color: rgba(0, 0, 0, 0.57);
    }
}

/* General */

.page-content-wrapper,
.page-content-wrapper > * > * {
    position: relative;
}

/*.page-content-wrapper::before {
    content: '';
    background-color: #262626;
    height: 250px;
    width: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    background: url(../images/dark-triangles.png) repeat;
}*/

.frontpage .page-content-wrapper {
    position: static;
}

.frontpage .page-content-wrapper::before {
    display: none;
}

/*.page-content-wrapper .columns-wrapper .main-column-left,
.page-content-wrapper .columns-wrapper .main-column-right {
    -webkit-box-shadow: -1px 2px 15px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: -1px 2px 15px 0px rgba(0, 0, 0, 0.18);
    box-shadow: -1px 2px 15px 0px rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
}*/

.side-column-left {
    background-color: #f5f5f5;
    padding: 20px 15px;
}

/* Frontpage */

.frontpage .editor-content {
    position: relative;
}

.frontpage .editor-content::before {
    content: '';
    background-color: #262626;
    height: 250px;
    width: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
}

.frontpage .top-page-bar {
    background-color: #262626;
}

.frontpage .top-page-bar .content-wrapper>* {
    display: none;
}

.frontpage .editor-content>.content-wrapper {
    position: relative;
    padding-top: 25px;
}

#three-column-home {
    border-collapse: separate;
    border-spacing: 1em 0.5em;
}

#three-column-home td {
    -webkit-box-shadow: -1px 2px 15px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: -1px 2px 15px 0px rgba(0, 0, 0, 0.18);
    box-shadow: -1px 2px 15px 0px rgba(0, 0, 0, 0.18);
}

#three-column-home td.spacer {
    width: 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#three-column-home h3 {
    font-weight: 300;
}

#three-column-home a {
    display: none;
    visibility: hidden;
}

#tinymce #three-column-home a {
    display: block;
    visibility: visible;
}

@media (max-width: 767px) {
    .frontpage .editor-content::before {
        height: 400px;
    }
}




/* Medium Feature */

.medium-feature .cell {
    -webkit-box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


.medium-feature .related-title,
.medium-feature .related-summary {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.medium-feature .related-summary {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .medium-feature .related-title,
    .medium-feature .related-summary {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) and (min-width: 484px) {
    .medium-feature.four-column .layout-grid-row-data {
        float: none;
        padding: 10px;
    }

    .medium-feature.four-column .middle-left {
        width: 100%;
    }

    .large-feature .content-wrapper>.large-feature,
    .medium-feature .content-wrapper>.medium-feature,
    .full-size-features .small-feature .content-wrapper>.small-feature,
    .full-size-features .list-feature .content-wrapper>.list-feature {
        padding: 40px;
    }
}

@media (max-width: 483px) {
    .large-feature .content-wrapper>.large-feature,
    .medium-feature .content-wrapper>.medium-feature,
    .full-size-features .small-feature .content-wrapper>.small-feature,
    .full-size-features .list-feature .content-wrapper>.list-feature {
        padding: 20px 0;
    }
}



/* Contact Forms */

.page-form form,
.page-form #form_thankyou {
    border: 0;
}


/* Footer */

.page-footer-wrapper {
    border-top: 0;
}

.site-footer {
    background-color: #252525;
}

.site-footer p,
.site-footer span,
.site-footer a {
    color: #c2c2c2;
}

.site-footer a:hover {
    color: #03a9f4;
}