/*
Theme Name: HumanRights Child
Theme URI: http://www.wpcharming.com/themes/humanrights
Description: HumanRights Child Theme
Author: WPCharming
Author URI: http://www.wpcharming.com
Template: HumanRights
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpcharming
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/
#btt {
    background: none repeat scroll #006aa9;
    border: 1px solid #006aa9;
    color: #fff;
}
.wpc-menu ul li a {
    color: #fff;
}
.vc_general.vc_btn3 {
    color: #006aa9 !important;
}
.wpc-menu a{
	color: #fff;
}
.header-right .btn {
    padding: 13px 20px 14px 20px;
    font-size: 16px;
    line-height: 20px;
}
.site-header {
    padding: 25px 0px;
}
.main-navigation:before{
	display: none;
}
.footer-widgets-area iframe {
    width: 100%;
    height: 200px;
}
.entry-meta {
    margin-bottom: 15px;
}
.wpc-menu > li.current-menu-item > a, .wpc-menu > li.current-menu-ancestor > a,.wpc-menu > li:hover > a {
    border-top: 0;
    margin-top: 0;
}
@media (min-width: 640px) {
    .archive article .post-thumbnail,
    .search.search-results article .post-thumbnail {
        width: 33.33%;
        float: left;
    }
    .archive article header.entry-header,
    .search.search-results article header.entry-header
    {
        width: 64%;
        float: right;
    }
    .archive article .entry-content,
    .search.search-results article .entry-content
    {
        width: 64%;
        float: right;
    }
    .archive article:after,
    .search.search-results article:after
    {
        content: "";
        display: table;
        clear: both;
    }
    .archive article,
    .search.search-results article
    {
        padding-bottom: 0px !important;
        margin-bottom: 30px !important;
    }
    .entry-title {
        font-size: 20px;
    }
	
}
.site-main .post span.posted-on,
.site-main .post span.comments-link {
    display: none !important;
}
.entry-meta a, .entry-meta span {
    letter-spacing: inherit;
}
.recent-posts-widget-with-thumbnails {
    text-align: justify;
}
.relatedcat{
    overflow: hidden;
}
.relatedcat ul {
    list-style: none;
    margin: 0 -5px;
    padding: 0;
    overflow: hidden;
}
.relatedcat ul li {
    float: left;
    width: 25%;
    padding: 0 5px;
}
.relatedcat a {
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #333;
}
.relatedcat img {
    margin: 0 0 10px 0;
    display: block;
}
.archive article .entry-content {
    text-align: justify;
}
.entry-meta {
    display: none !important;
}
.archive .content-area .post h1.entry-title {
    text-align: justify;
}
.search_header {
    display: none;
    float: right;
    color: #fff;
    width: 100%;
    max-width: 215px;
    margin-top: 10px;
}
.search_header form.search-form {
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
}
.search_header form.search-form input.search-field {
    height: 30px;
    padding: 0 10px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ffff;
}
.search_header form.search-form input.search-submit {
    padding: 0 5px;
    height: 30px;
    margin: 0;
    border: 1px solid #fff;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    position: relative;
    left: -2px;
    background: #fff;
    color: #006aa9;
}
.search_header form.search-form label {
    width: 100%;
}
.search_header form.search-form ::-webkit-input-placeholder {
    color: #fff;
}

.search_header form.search-form :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.search_header form.search-form ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}

.search_header form.search-form :-ms-input-placeholder {
    color: #fff;
}
.relatedcat ul li {
    text-align: justify;
}
#secondary .widget_search form.search-form, #secondary .widget_search form.search-form * {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
#secondary .widget_search form.search-form input.search-field {
    width: 100%;
}
#secondary .widget_search form.search-form input.search-submit {
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    font-size: 12px;
    text-transform: none;
    padding: 0 10px;
    margin: 0;
    letter-spacing: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#secondary .widget_search form.search-form input.search-field {
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    height: 40px;
    padding-right: 80px;
}
@media (max-width: 790px){
    .header-left .site-branding img {
        max-width: 315px !important;
    }
    .search_header {
        display: block !important;
    }
    #nav-toggle {
        color: #fff;
    }
    body.menu_opened {
        overflow: hidden;
    }
    .menu_opened ul.wpc-menu.wpc-menu-mobile {
        height: calc(100vh - 193px);
        height: -moz-calc(100vh - 193px);
        height: -webkit-calc(100vh - 193px);
        overflow-x: hidden;
        overflow-y: auto;
    }
    .menu_opened ul.wpc-menu.wpc-menu-mobile a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .menu_opened ul.wpc-menu.wpc-menu-mobile .nav-toggle-subarrow {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
    }
    .menu_opened div#content,
    .menu_opened .footer-connect,
    .menu_opened footer#colophon{
        opacity: 0;
        pointer-events: none;
        height: 0;
        overflow: hidden;
    }
    .menu_opened .wrap_menu_mobile {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 9999999;
        background: #fff;
    }
    div#secondary .widget.widget_search {
        display: none;
    }
}
@media (max-width: 767px){
    .relatedcat ul li{
        width: 50%;
    }
    .relatedcat ul li:nth-child(2n+1) {
        clear: both;
    }
    .intro_home .row_inner_wrapper {
        padding-bottom: 0 !important;
    }
    .about_home .row_inner_wrapper {
        padding-top: 15px !important;
        padding-bottom: 0 !important;
    }
    #primary {
        padding-top: 10px !important;
    }
    .page-header .page-title, .archive-title {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .archive .content-area .post h1.entry-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .post-thumbnail img {
        margin-bottom: 10px;
    }
    .archive .hentry {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .contact-info-box.wpb_content_element {
        word-break: break-word;
    }
    .contact-info-box.wpb_content_element .contact-text {
        width: 100%;
    }
    .contact-info-box.wpb_content_element .contact-value {
        margin-left: 0;
    }

}
@media (max-width: 500px){
    .header-left .site-branding img {
        max-width: 255px !important;
    }
    .header-right {
        margin-top: 0;
    }
    .header-right .box-text.right {
        padding-left: 0;
    }
    .header-right .box-text.right a.btn.btn-secondary {
        font-size: 15px;
        padding: 5px 10px;
    }
    .header-left {
        margin-bottom: 10px;
    }
    header#masthead {
        padding: 10px 0;
    }
    #nav-toggle {
        color: #fff;
    }
}