/*
Theme Name: jupiter
Theme URI: http://themeforest.net/user/artbees
Author: Artbees
Author URI: http://themeforest.net/user/artbees
Version: 5.0.12
Description: A Beautiful, Professional and Ultimate Wordpress Theme Made by Artbees. Jupiter is a Clean, Flexible, fully responsive and retina ready Wordpress theme. Its smart and hand crafted environment allows you to Build outstanding websites easy and fast.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*

Main Stylesheet file is located at stylesheet/css/styles.css

*/
/*****************************Start Membership*****************************/
.required, .error {
    color: rgb(202, 101, 72);
}

.bg-black {
    background: #27aae0;
}

.member-group {
    display: block;
    margin-bottom: 0;
    padding: 10px;
}

.member-group .member-title {
    float: left;
    width: 15%;
    line-height: 2.7;
    font-weight: bold;
}

.member-group input, textarea {
    width: 30%;
}

input::-webkit-input-placeholder {
    color: rgba(125, 117, 117, 0.74) !important;
    font-style: italic !important;
}

textarea::-webkit-input-placeholder {
    color: rgba(125, 117, 117, 0.74) !important;
    font-style: italic !important;
}

.member-group-radio, .member-group-checkbox {
    line-height: 2;
    display: block;
    margin-bottom: 0;
    padding: 10px;
}

.member-group-radio .member-group-title, .member-group-checkbox .member-group-title {
    float: left;
    width: 15%;
    line-height: 2.7;
    font-weight: bold;
}

.inputTxtError {
    border: 1px solid #ff0000;
    color: #0e0e0e;
}

.success {
    font-size: 50px;
    color: #5b9dd9;
}

.failure {
    font-size: 50px;
    color: #a94442;
}

div.error {
    margin-left: 15%;
    width: 30%;
}

/*****************************Start Loader*****************************/
.showcase_loader_bg {
    position: absolute;
    display: none;
    top: 130px;
    left: 0;
    width: 100%;
    height: 89%;
    background: #fff;
    z-index: 1;
}

.showcase_loader_bg .spinner {
    margin: 250px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.showcase_loader_bg .cube1, .cube2 {
    background-color: #000;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.showcase_loader_bg .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

@media (max-width: 767px) {
    body.page-template-showcase-template #theme-page .theme-page-wrapper .theme-content {
        padding: 0;
    }

    .member-group-radio .member-group-title, .member-group-checkbox .member-group-title, .member-group .member-title,
    .member-group input, textarea {
        width: 100%;
    }

    .member-group {
        padding: 0 10px;
    }

    div.error {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .member-group-radio .member-group-title, .member-group-checkbox .member-group-title, .member-group .member-title {
        width: 22%;
    }
    .member-group input, textarea {
        width: 45%;
    }
    div.error {
        margin-left: 22%;
        width: 45%;
    }
}

/*****************************Showcase*****************************/
#mk-page-id-7068.theme-page-wrapper {
    margin: 0 !important;
}

#mk-page-id-7068.theme-page-wrapper .theme-content {
    padding: 0 !important;
}

.showcase-item {
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;*/
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    margin-bottom: 30px;
}

.showcase-item:hover {
    /*box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2) !important;*/
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.4);
    transition: 0.8s;
}

.featured-image img {
    width: 100%;
}

.looking_for {
    padding: 10px 20px 10px 20px;;
}

.looking_for p {
    margin-bottom: 0;
    margin-right: 5px;
}

.showcase_meta {
    padding: 15px 15px 5px 15px;
}

.showcase-item .looking_for span {
    border: 1px solid;
    padding: 0px 4px;
    text-transform: uppercase;
    cursor: pointer;
}

span.looking_for_tool_tip {
    position: absolute;
    z-index: 999;
    /* color: #e6e6e6 !important; */
    line-height: 14pt;
    background: #ffffff;
    top: -54px;
    left: calc(50% - 145px);
    text-align: center;
    width: 280px;
    box-shadow: 2px 2px 3px 1px #bbb;
    padding: 3px !important;
    display: none;
}

.looking_for p:hover span.looking_for_tool_tip {
    display: block;
}

.showcase_meta h2 {
    font-size: 18px !important;
    color: #666666 !important;
    text-transform: capitalize !important;
    font-weight: 700 !important;
    min-height: 50px;
}

.showcase_url, .showcase_document {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.showcase_url a {
    padding: 12px 36px;
    font-weight: 700;
    color: #fff;
    border-radius: 4%;
}

.showcase_url a:hover, .showcase_url a:focus {
    color: #fff;
}

.showcase_document a {
    color: #0385C8;
}

.showcase-item .provider .looking_for span {
    color: #F5A623;
}

.showcase-item .investor .looking_for span {
    color: #7ED321;
}

.showcase-item .business .looking_for span {
    color: #0083C7;
}

.showcase-item .provider .showcase_url a {
    background-color: #F5A623;
}

.showcase-item .investor .showcase_url a {
    background-color: #7ED321;
}

.showcase-item .business .showcase_url a {
    background-color: #0083C7;
}

.showcase_category {
    min-height: 180px;
}

.showcase_category ul li img {
    width: 44.7px;
}

.showcase_category p {
    margin-bottom: 5px;
}

.showcase_category ul, .showcase_filter ul {
    margin: 0px;
    list-style-type: none;
    display: inline-block;
}

.showcase_category ul li, .showcase_filter ul li {
    float: left;
    margin: 0 0px 3px 0;
}

.showcase_filter ul li:last-child {
    margin-right: 0px;
}

.showcase_filter ul li img {
    width: 57.5px;
    border: 2px solid transparent;
}

.showcase_filter ul li img:hover, .showcase_filter ul li img:focus {
    cursor: pointer;
}

.showcase_filter {
    margin-bottom: 20px;
    display: inline-block;

}

.showcase_filter p {
    text-align: center;
    color: #282828;
    font-weight: 700;
}

.showcase_filter ul li .active {
    border-color: #0083c7;
}

.showcase_box div.vc_col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.looking_for p {
    font-size: 12px;
}

.looking_for span {
    font-size: 10px;
}

/*****************************Start Event*****************************/
#mk-page-id-6857.theme-page-wrapper {
    margin: 0 !important;
}

#mk-page-id-6857.theme-page-wrapper .theme-content {
    padding: 0 !important;
}

.event-item {
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;*/
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    margin-bottom: 30px;
}

.event-item:hover {
    /*box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2) !important;*/
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.4);
    transition: 0.8s;
}

.event-item .featured-image img {
    max-width: 200px;
    height: 78px;
}

.event_head p {
    text-transform: uppercase;
    color: #8A8A8A;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 40px;
}

.event-item .featured-image {
    padding: 50px;
    text-align: center;
}

.event-item .event_meta {
    padding: 0px 20px;
}

.event-item .event_meta .the-excerpt p,
.event-item .event_meta .event_date p,
.event-item .event_meta .event_address p {
    margin-bottom: 10px;
}

.event-item .event_meta .the-title {
    font-size: 16px;
    font-weight: 700;
    color: #404040;
    text-transform: capitalize;
    min-height: 40px;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
    color: #0083C7;
}

.morelink:hover {
    color: #0083C7;
}

.event-item .event_meta .the-excerpt p,
.event-item .event_meta .event_date p,
.event-item .event_meta .event_address p {
    font-size: 14px;
}

.event_date .mk-moon-clock-7 {
    font-size: 16px;
    color: #0083C7;
    margin-right: 5px;
    display: inline-block;
}

.event_address {
    min-height: 47px;
}

.event_address .mk-icon-map-marker {
    color: #0083C7;
    font-size: 21px;
    margin-right: 10px;
    display: inline-block;
}

.event_booking_url, .event_registration_time {
    text-align: center;
}

.event_booking_url a {
    background-color: #0083C7;
    color: #fff;
    padding: 10px 25px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #0083C7;
    border-radius: 5%;
}

.event_booking_url a:hover {
    color: #0083C7;
    border: 1px solid #0083C7;
    background-color: #fff;
    border-radius: 5%;
}

.event_registration_time p {
    margin-bottom: 20px;
    display: inline-block;
    font-style: italic;
}

.past_event .event_head hr {
    border: 1px solid #ccc;
    margin-top: 20px;
}

.event_registration_time {
    min-height: 47px;
}

/*****************************Start Video*****************************/
#mk-page-id-6683.theme-page-wrapper, #mk-page-id-7106.theme-page-wrapper {
    margin: 0 !important;
}

#mk-page-id-6683.theme-page-wrapper .theme-content, #mk-page-id-7106.theme-page-wrapper .theme-content {
    padding: 0 !important;
}

#event_video .mk-divider {
    padding: 50px 0 0px;
}

.video-item {
    padding: 20px 0 0px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_meta .the-title {
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 15px;
    color: #515151;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 5px;
    min-height: 40px;
}

.video_meta .video_meta_data {
    margin-bottom: 0px;
    text-align: left;
    min-height: 100px;
}

.video_meta .video_meta_data p {
    font-size: 14px;
    color: #666666;
    line-height: 1.66em;
}

.video_meta .video_meta_data p span strong {
    color: #0083c7;
}

#event_video h2.mk-fancy-title {
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 15px;
    color: #515151;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-top: 13px;
}

.event_video .mk-divider {
    padding: 50px 0 0px;
}

#event_video .wpb_video_widget .video-container iframe {
    width: 100%;
    height: 301px;
    display: inline-block;
    position: relative;
}

@media (max-width: 768px) {
    #event_video .wpb_video_widget .video-container iframe {
        height: auto;
    }
}