/*
 *  Styles for all custom widgets
 */

/* Wazoku Jobs Info Widget */
.wazoku-info-widget {
    background: rgba(203, 203, 203, 0.2);
    border-radius: 10px;
    padding: 1.5em;
}

.wazoku-info-widget img {
    width: 50px;
}

.wazoku-info-title {
    color: #bccf00;
    font-size: 1.5em;
    padding-bottom: 0.25em;
}

.wazoku-info-text {
    color: #003f5d;
    font-size: 1.25em;
    margin-bottom: 1em;
}

.wazoku-info-mail {
    color: #003f5d;
    font-size: 1.25em;
}

/* Wazoku Custom Recent Posts */
.wazoku-recent-post-wrapper {
    background: rgba(203, 203, 203, 0.2);
    border-radius: 10px;
    padding: 2.5%;
    width: 100%;
}

.wazoku-recent-post-wrapper h2 {
    padding: 2.5% 2.5% 1% 2.5%;
    text-align: center;
    font-size: 1.5em;
}

.wazoku-recent-posts {
    border-spacing: 0 0.5em;
}

.wazoku-recent-posts td {
    padding: 2.5%;
    vertical-align: middle;
    background: #fff;
    margin-bottom: 2.5%;
}

.wazoku-recent-posts td:nth-child(odd) {
    text-align: center;
    color: #bccf00;
    font-size: 1.25em;
    line-height: 1.25em;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.wazoku-recent-posts td:nth-child(even) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.wazoku-recent-posts td:nth-child(even) a {
    color: #003f5d;
}

/* Wazoku Newsletter Subscribe Widget */
.wazoku-newsletter-wrapper {
    background: rgba(203, 203, 203, 0.2);
    border-radius: 10px;
    padding: 2.5%;
    width: 100%;
    display: block;
    overflow: auto;
}

.wazoku-newsletter-subscribe .hbspt-form {
    background: none !important;
    padding: 0 1.5%;
}

.wazoku-newsletter-wrapper h2 {
    padding: 2.5%;
    text-align: center;
    font-size: 1.5em;
    float: left;
    width: 100%;
}

.wazoku-newsletter-wrapper .wazoku-limiter {
    clear: both;
}

.wazoku-newsletter-wrapper ul {
    text-align: center;
    float: left;
}

.wazoku-newsletter-wrapper li {
    float: left;
}

.wazoku-newsletter-social {
    margin-top: 2.5%;
    width: 100%;
}

.wazoku-newsletter-social h2 {
    width: 60%;
    vertical-align: middle;
    padding: 4% 0;
}

.wazoku-newsletter-social img {
    width: 50px !important;
}
