.mail-sent {
    padding: 15px;
    margin-top: 25px;
    background-color: #66CC77;
    color: #fff;
    border-radius: 5px;
    display: none;
}

.mail-not-sent { 
    background-color: #CC6666;
    padding: 15px;
    margin-top: 25px;
    color: #fff;
    border-radius: 5px;
    display: none;
}

/*
 * Smartcat Modules - Contact Form ---------------------------------------------
 */

.widget .detail {
    margin-bottom: 15px;
    font-weight: 300;
}
.juno-contact-form form label {
    font-weight: 400;
    display: block;
}
.juno-contact-form form input[type="text"],
.juno-contact-form form textarea {
    width: 100%;
    border-radius: 0;
    padding: 5px;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    
}
.juno-contact-form form input[type="text"]:focus,
.juno-contact-form form textarea:focus {
    border-color: #3c3c3c !important;
}
.juno-contact-form form .group {
    margin-bottom: 10px;
}
#subscribe-module h6.feature-title {
    border-bottom: thin solid;
}
#footer-widget-area h6.feature-title {
    border-bottom: thin solid #fff;
}

#footer-widget-area .juno-contact-form form input[type="text"], 
#footer-widget-area .juno-contact-form form textarea {
    border-color: #fff !important;
}

/*
 * Smartcat Modules - Call to Action (CTA) -------------------------------------
 */
#about-section .cpt-widget-title {
    border-bottom: none;
}
#about-section .widget a.accent-button {
    margin: 0px 0px;
}

.juno-callout {
    
}

.juno-callout .buttons {
    margin: 15px 0px;
}
.juno-callout .buttons a.accent-button {
    width: 100%;
    text-align: center;
    margin-bottom: 10px !important;
    color: #fff !important;
}

/*
 * Smartcat Modules - Contact Info ---------------------------------------------
 */
.juno-contact-info .contact-row p {
    padding-bottom: 0;
    margin-bottom: 5px;
    border-bottom: thin solid #cccccc;
    font-weight: 400;
}

#subscribe-module .juno-contact-info .contact-row p,
#footer-widget-area .juno-contact-info .contact-row p {
    border-color: #fff;
}

/*
 * Smartcat Modules - Pricing Table --------------------------------------------
 */
.juno-pricing-table .title {
    margin: 20px 0 10px;
    font-size: 24px;
    font-weight: 400;
}

.juno-pricing-table .inner {
    position: relative;
    padding: 40px 30px;
    border: thin solid #ccc;
    text-align: center;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
}

.juno-pricing-table .inner:hover {
    border-color: #333;
}

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

.juno-pricing-table .diviver{
    margin-bottom: 20px;
}

.juno-pricing-table .subtitle{
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
}

.juno-pricing-table .description {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    border-top: thin solid #ccc;
    padding: 15px 0;
}

.juno-pricing-table .special {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    border-style: solid;
    border-width: 60px 60px 0 0;
}

.juno-pricing-table .special .fa {
    position: absolute;
    top: -50px;
    color: rgb(255, 255, 255);
    left: 10px;
    font-size: 20px;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

.juno-pricing-table a.accent-button {
    margin-top: 15px !important;
    color: #fff !important;
}

#subscribe-module .juno-pricing-table .inner,
.front-page-widget.area-b .juno-pricing-table .inner,
.sidebar-container .juno-pricing-table .inner,
#footer-widget-area .juno-pricing-table .widget .inner {
    border-color: #fff;
    background-color: #fff;
    color: #333;
}
#subscribe-module .juno-pricing-table .inner .description {
    border-color: #333;
}

.sidebar-container .juno-pricing-table .widget,
.sidebar-container .juno-pricing-table .widget .inner {
/*    margin-bottom: 0;*/
}

/*
 * Smartcat Modules - Gallery Widget -------------------------------------------
 */
.ug-gallery-wrapper, 
.ug-gallery-wrapper .ug-textpanel .ug-textpanel-title {
    font-weight: 400 !important;
    text-transform: uppercase;
}

.ug-gallery-wrapper .ug-textpanel .ug-textpanel-title {
    letter-spacing: .125em;
}

#subscribe-module div#gallery.juno-gallery-contents {
    background-color: #fff;
    padding: 20px 15px;
}

/*
 * Smartcat Modules - Testimonial Widget ---------------------------------------
 */

.juno-testimonials {
    text-align: center;
}

ul#juno-testimonials {
    list-style: none;
    margin: 15px 0 10px 0;
    padding-left: 0;
    text-align: center;
}
ul#juno-testimonials .owl-item .testimonial-content {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}
ul#juno-testimonials .owl-item .testimonial-content i.fa {
    font-size: 16px;
    vertical-align: top;
    padding-top: 5px;
    display: none;
    
}
ul#juno-testimonials .owl-item .testimonial-author h4 {
    display: inline-block;
    margin: 20px 0 0 15px;
    padding: 15px 0px 0 0px;
    border-top: thin solid #ccc;
}
ul#juno-testimonials .owl-controls.clickable {
    margin-top: 20px;
}
#subscribe-module ul#juno-testimonials .owl-item .testimonial-author h4 {
    border-color: #fff;
}

#subscribe-module .owl-theme .owl-controls .owl-page span {
    background-color: #fff;
}

/*
 * Smartcat Modules - Events Widget --------------------------------------------
 */
.juno-events .event-post {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .juno-events .event-post {
        margin-bottom: 15px;
    }    
}

.juno-events .event-post .event-details {
    border: thin solid #ccc;
    padding: 25px 15px;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    background-color: #fff;
}

.juno-events .event-post .location {
    text-transform: uppercase;
    font-family: Montserrat;
    letter-spacing: .125em;
    font-size: 12px;
    border-bottom: thin solid #ccc;
}

.juno-events .event-post .title {
    margin: 0;
}

.juno-events .event-post .title a,
#footer-widget-area .juno-events .event-post .title a {
    color: #333;
    font-size: 22px;
}

.juno-events .event-post a.accent-button {
    display: none !important;
}

.juno-events .event-post:hover .event-details {
    border-color: #333;
}

#subscribe-module .juno-events .event-post .event-details,
#footer-widget-area .juno-events .event-post .event-details {
    color: #333;
    border: none;
}

.sidebar-container .juno-events .col-sm-6 {
    width: 100%;
}

/*
 * Smartcat Modules - Single Event Template ------------------------------------
 */
.single-event div#single-title-box .post-meta {
    font-size: 16px;
}

.single-event div#single-title-box .event-meta {
    margin: 10px 0 0 0;
    text-transform: uppercase;
    letter-spacing: .125em;
    border-top: thin solid #fff;
    padding-top: 10px;
    font-size: 14px;
}

/*
 * Widgets New Spacing --------------------------------------------------------
 */
#subscribe-module .widget,
#footer-widget-area .widget,
section.front-page-widget .widget {
    margin-bottom: 30px;
}

.widget ul {
    list-style: none;
    padding: 0;
}

.widget ul a {
    font-weight: 400;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

.widget_categories ul a {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.widget_tag_cloud a {
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;   
    color: #333;
}

.widget_search label, .widget_search input.search-field {
    width: 100%;
}

.widget_search input.search-field {
    border-radius: 0;
    padding: 5px;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    color: #666;
    border: 1px solid #ccc;
    font-weight: 300;
    margin-bottom: 10px;
}

.widget_search input.search-field:focus {
    border-color: #333;
}

.widget_search input.search-submit {
    margin: 0;
}

#subscribe-module .widget ul a {
    color: #fff;
}
#subscribe-module .widget ul a:hover {
    color: #333;
}

#subscribe-module .widget_search input.search-field,
#footer-widget-area .widget_search input.search-field {
    border: 1px solid #fff;
}

#subscribe-module .widget_search input.search-field:focus,
#footer-widget-area .widget_search input.search-field:focus {
    border-color: #333;
}

#subscribe-module .widget_search input[type="submit"] {
    padding: 0 20px;
}

#subscribe-module .widget_tag_cloud a {
    color: #fff;
}

#subscribe-module .widget_tag_cloud a:hover {
    color: #333;
}

.widget.widget_search form.search-form {
    padding-top: 0;
}

#footer-widget-area .widget ul a:hover,
#footer-widget-area .widget_tag_cloud a:hover {
    color: #fff;
}

/*
 * Smartcat Modules - Projects Widget ------------------------------------------
 */
.juno-projects .single-project {
    margin-bottom: 30px;
}

.juno-projects .single-project .project-image {
    position: relative;
}

.juno-projects .single-project .project-image .image {
    height: 300px;
    background-size: cover;
    background-position: 50%;
}

.juno-projects .single-project .project-image .project-body {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
}

.juno-projects .single-project .project-image .project-card {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 20px;
    height: 100%;
    color: #fff;
    opacity: 0;
}

.juno-projects .single-project .project-image .project-title a {
    color: #fff;
}

.juno-projects .single-project .project-image .project-date {
    text-transform: uppercase;
    letter-spacing: .125em;
    font-size: 12px;
}

.juno-projects .single-project .project-image .project-body hr {
    margin: 0 0 10px 0;
}

.juno-projects .single-project .project-subtitle {
    line-height: normal;
}

.juno-projects .image-corner {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;    
}

.juno-projects .project-card i.icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    font-size: 14px;
    color: #fff;
}

.sidebar-container .juno-projects .single-project {
    width: 100%;
}

div#subscribe-module .juno-projects .single-project .project-image, 
div#footer-widget-area .juno-projects .single-project .project-image {
    border: 10px solid #fff;
}

.single-project div#single-title-box .event-meta {
    margin: 10px 0 0 0;
    text-transform: uppercase;
    letter-spacing: .125em;
    border-top: thin solid #fff;
    padding-top: 10px;
}

.single-project div#single-title-box .event-meta a {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.single-project div#single-title-box .event-meta a span.fa {
    display: inline-block;
    background-color: #fff;
    color: #559390;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    padding-left: 2px;
    margin-right: 5px;
    border-radius: 2px;
}


/*
 * Smartcat Modules - Clients Widget -------------------------------------------
 */
#portfolio-clients .widget .single-client {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #portfolio-clients .widget .single-client {
        margin-bottom: 15px;
    }    
}

#portfolio-clients .widget .single-client .client-logo {
    width: 100%;
    height: 250px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}

#portfolio-clients .widget .single-client .client-logo:hover .client-content {
    opacity: 1.0;
}

#portfolio-clients .widget .single-client .client-logo .client-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    color: #fff;
    opacity: 0;
    display: table;
    text-align: center;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

#portfolio-clients .widget .single-client .client-logo .client-content .inner {
    vertical-align: middle;
    display: table-cell;
}

#portfolio-clients .widget .single-client .client-logo .client-content .inner a {
    color: #fff;
}

#portfolio-clients .widget .single-client .client-logo .client-content .inner .client-location {
    font-size: 12px;
}

div#subscribe-module #portfolio-clients .widget .single-client .client-logo,
div#footer-widget-area #portfolio-clients .widget .single-client .client-logo {
    border: 10px solid #fff;
}

#jumbotron-section {
    height: 1000px;
}

/*
 * Single Team Member ----------------------------------------------------------
 */

.single-team_member div#single-title-box .post-meta {
    border-top: thin solid #fff;
    padding-top: 10px;
}
.single-team_member #single-title-box ul.social {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.single-team_member #single-title-box ul.social a span {
     display: inline-block;
    background-color: #fff;
    color: #559390;
    height: 25px;
    width: 25px;
    line-height: 26px;
    text-align: center;
    margin-right: 5px;
    border-radius: 2px;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
.single-team_member #single-title-box ul.social a:hover span {
    background-color: #fff;
}

.single-team_member .entry-content:last-child hr {
    display: none;
}

.LEBANON_team_single_icons {
    display: none;
}
