


/*=================================
 Sidebar style
 =================================*/

.widget .widget-title {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
    padding: 0 0 5px;
    font-family: 'Montserrat', sans-serif;
}

.widget .widget-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 60px;
    height: 3px;
    background:#005fbb;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*===============================
 Common widget style
 ================================*/
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul ul {
    margin: 15px 0 0 20px;
}



.widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.widget ul li a {
    color: #666;
    transition: linear 0.2s;
}

.widget ul li a:hover,
.widget ul li a:focus {
    text-decoration: none;
    color: #32b67a;
}

.widget select {
    width: 100%;
}

/*===================================
 Footer style
 ===================================*/
.site-footer {
    background: #111;
    color: #fff;
}

.site-footer .footer-t {
    padding: 70px 0 30px;
    border-bottom: 1px solid #33383a;
}

.site-footer .column {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.site-footer .widget {
    margin: 0 0 40px;
}

.site-footer .widget .widget-title {
    font-size: 18px;
    line-height: 1.444em;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    text-align: left;
}

.site-footer .widget .widget-title:after {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.site-footer .widget ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .widget ul li:last-child {
    border-bottom: 0;
}

.site-footer .widget ul li a {
    color: rgba(255, 255, 255, 0.75);
}

.site-footer .widget ul li a:hover,
.site-footer .widget ul li a:focus {
    color: #fff;
}

.site-footer .widget_calendar table tbody {
    background: #fff;
}

.site-footer .widget_rss .widget-title a {
    color: #fff;
}

.site-footer .widget_raratheme_popular_post ul li,
.site-footer .widget_raratheme_recent_post ul li {
    overflow: hidden;
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0 0 30px;
}

.site-footer .widget_raratheme_popular_post ul li:last-child,
.site-footer .widget_raratheme_recent_post ul li:last-child {
    margin-bottom: 0;
}

.site-footer .widget_search .search-form input[type="search"] {
    color: #fff;
}

.site-footer .footer-b {
    padding: 30px 0;
    font-size: 14px;
    line-height: 1.714em;
    color: rgba(255, 255, 255, 0.75);
}

.site-footer .footer-b:after {
    content: '';
    display: block;
    clear: both;
}

.site-footer .footer-b a {
    color: rgba(255, 255, 255, 0.75);
    transition: linear 0.2s;
}

.site-footer .footer-b a:hover,
.site-footer .footer-b a:focus {
    color: #32b67a;
    text-decoration: none;
}

.site-footer .site-info {
    float: left;
}

.site-footer .privacy-policy-link {
    float: right;
    line-height: 1em;
}

.footer-navigation {
    float: right;
}

.footer-menu-privacy .footer-navigation {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.75);
}

.footer-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1em;
}

.footer-navigation ul:after {
    content: '';
    display: block;
    clear: both;
}

.footer-navigation ul li {
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.75);
}

.footer-navigation ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.home-link,
#primary-toggle-button {
    display: none;
}


/*==============================
 Responsive style
 ==============================*/

@media only screen and (max-width: 1024px) {

    .site-footer .column {
        width: 50%;
    }

    .site-footer .site-info {
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }

    .footer-navigation {
        width: 100%;
    }

    .footer-navigation ul {
        text-align: center;
    }

    .footer-navigation ul li {
        float: none;
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {

    .site-footer .column {
        width: 100%;
    }

    .site-footer .footer-t {
        padding: 30px 0;
    }

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea {
        width: 100%;
    }

    
}
