/* --- 1. Slider --- */
.sc-slider-wrapper .camera_caption > div span {
    display: block;
}

.sc-slider-wrapper .camera_caption div a.slider-button {
    display: inline-block;
    color: #fff;
    padding: 5px 25px;
    margin-top: 15px;
    transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
}

/* --- 2. Homepage Banner --- */
#sc-slider-banner.banner-below {
    height: auto;
    position: relative;
    background: #191919;
}

#sc-slider-banner .widget .byblos-underline {
    display: none;
}

/* --- 3. Callout Boxes --- */

#site-cta {
    margin-bottom: 0 !important;
}

#byblos-alternate-ctas {
    min-height: 300px;
}

.alt-cta-backdrop {
    background-size: cover;
    background-position: 50%;
    min-height: 300px !important;
}

.alt-cta-backdrop .overlay {
    min-height: 300px !important;
    display: table;
    width: 100%;
    background: rgba( 0,0,0,0.33);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
}

.alt-cta-backdrop:hover .overlay {
    background: rgba( 0,0,0,0.5);
}

.alt-cta-backdrop .overlay .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 15px;
}

.alt-cta-backdrop .overlay .inner p {
    margin-bottom: 15px;
    margin-top: 5px;
    font-size: 0;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

.alt-cta-backdrop:hover .overlay .inner p {
    font-size: initial;
    opacity: 1;
}

.alt-cta-backdrop .overlay .inner h3 {
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0px 1px 5px rgba(70, 70, 70, .85);
    letter-spacing: .125em;
}

@media (max-width: 767px) {
    .alt-cta-backdrop .overlay .inner p {
        font-size: initial;
        opacity: 1;
    }
}

/* --- 4. Homepage Widget Areas --- */

div.homepage-widget-area {
    margin-top: 20px;
}

div#homepage-area-a.homepage-widget-area .widget .inner {
    background: rgb(255, 255, 255);
    color: rgb(82, 82, 82);
    border: 1px solid rgb(234, 234, 234);
    padding: 20px;
}

div#homepage-area-a.homepage-widget-area aside.widget {
    margin-bottom: 15px;
}

div#homepage-area-a.homepage-widget-area > .inner {
    
}

div.homepage-widget-area.no-widgets {
    padding: 0 15px;
/*    margin-bottom: 20px;*/
}

div.homepage-widget-area.no-widgets > .inner {
    background: rgb(255, 255, 255);
    color: rgb(82, 82, 82);
    border: 1px solid rgb(234, 234, 234);
    padding: 20px;
}

div#homepage-area-a.homepage-widget-area.no-widgets {
    margin-top: 20px;
}

div#homepage-area-b.homepage-widget-area.no-widgets {
    padding: 0;
}

div#homepage-area-b.homepage-widget-area.no-widgets > .inner {
    color: #fff;
    padding: 20px 35px;
}

div#homepage-area-b.homepage-widget-area > .inner {
    padding: 20px 0 0;
}

div#homepage-area-b.homepage-widget-area .widget .inner {
    color: #fff !important;
    padding: 20px;   
}

div#homepage-area-b.homepage-widget-area .widget .inner a {
    color: #fff;
    transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
}

div#homepage-area-b.homepage-widget-area .widget .inner a:hover {
    opacity: .75;
}

div#homepage-area-c.homepage-widget-area > .inner {
    padding: 20px 0 0;
}

div#homepage-area-c {
    margin-top: 0;
}

div#homepage-area-c.homepage-widget-area {
    background-color: #fff;
    color: rgb(82, 82, 82);
    border-top: 1px solid rgb(234, 234, 234);
    border-bottom: 1px solid rgb(234, 234, 234);
    padding: 0px;
}

div#homepage-area-c.no-widgets > .inner {
    border: none;
    padding: 20px 35px;
}

div#homepage-area-c.homepage-widget-area .widget .inner {
    color: rgb(82, 82, 82) !important;
    border: 1px solid rgb(234, 234, 234);
    padding: 20px;
}

div#homepage-area-b a.button-primary, 
div#homepage-area-b input[type="submit"] {
    border: thin solid #fff !important;
    color: #fff;
}

/* --- 5. Homepage Content --- */

.item-home article {
/*    margin-top: 20px;*/
}

/* --- 6. Smartcat Modules --- */

.byblos-callout .widget .widget-title,
.byblos-contact-info .widget .widget-title,
.byblos-pricing-table .widget .widget-title,
.byblos-contact-form .widget .widget-title,
.byblos-events .title {
    margin-bottom: 0px !important;
}

.byblos-callout .widget .detail,
.byblos-contact-info .widget .detail,
.byblos-pricing-table .widget .detail,
.byblos-contact-form .widget .detail {
    margin-top: 5px;
}

.byblos-callout .widget .buttons {
    margin-top: 15px;
}

.byblos-callout .widget .buttons a {
    margin-bottom: 5px;
}

#sc-slider-banner .byblos-contact-info .widget .contact-row p {
    margin: 0;
    font-size: 20px;
}

.byblos-contact-info .widget > .detail { 
    margin-bottom: 15px;
}

.byblos-pricing-table .widget .price {
    font-size: 36px;
}

.byblos-pricing-table .widget a.button {
    margin-top: 15px;
}

.byblos-pricing-table .inner {
    border: thin solid;
    padding: 30px;
    position: relative;
}

.byblos-pricing-table .inner.special span.special {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    border-bottom-right-radius: 60%;
}

.homepage-widget-area .byblos-pricing-table .inner.special span.special {
    top: 0;
    right: 0;
    left: inherit;
    border-radius: 0 0px 0 60% !important;
    color: #fff;
    padding: 5px 10px;
}

#homepage-area-b .byblos-pricing-table .inner.special .widget-title {
    color: #fff !important;
}

#homepage-area-b .byblos-pricing-table .inner.special span.special {
    background-color: #fff;
}

div.byblos-contact-form form {
    margin-top: 15px;
    text-align: left;
}

div.byblos-contact-form form .group {
    margin-bottom: 10px;
}

div.byblos-contact-form form .group label {
    display: block;
    font-size: 14px;
}

div.byblos-contact-form form .group input {
    width: 100%;
}

div.byblos-contact-form form textarea {
    width: 100%;
}

div.byblos-contact-form form input[type="submit"] {
    font-size: 20px !important;
    margin-top: 10px;
}

.byblos-events .event-post a img {
    margin-bottom: 15px;
}

.byblos-events .byblos-underline {
    margin-bottom: 20px;
}

.byblos-events .event-post .image-link {
    opacity: 1 !important;
}

.byblos-events .event-post {
    margin-bottom: 30px;
}

body.single-event .event-details {
    margin-bottom: 30px;
}

body.single-event .event-details span.fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    margin: 5px 5px 5px 0;
}