@import url(animate.css);
@import url(masonry.css);
@import url(owl.carousel.css);
.bg-image,
.box-section,
.relative {
    position: relative
}

.img-change .img-active,
.wrap-video .main-button {
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.jp-progress,
.single-blog-content,
.staff-item .photo,
.wrap-menu {
    overflow: hidden
}

.load-more a,
.nav-post .nav-link,
.share,
ul.tags li a {
    text-transform: uppercase
}

.meta-top,
.option,
ul.list li,
ul.list-column,
ul.list-line,
ul.menu-on-wrap,
ul.tags {
    list-style: none
}

@media screen and (min-width:1400px) {
    .container {
        width: 1370px
    }
}

.section {
    padding: 100px 0
}

.bg-gray {
    background: #eeeee9
}

.bg-primary {
    background: #ed1c24
}

.bg-image {
    display: block;
    background-position: top center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.img-about {
    float: right
}

.box-section {
    padding: 70px 0;
    background: url(../images/bg/img00.png) top 50% right no-repeat #eeeee9;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.box-section:after,
.box-section:before {
    content: "";
    width: 50px;
    position: absolute;
    background: #eeeee9;
    display: block;
    top: 0;
    height: 100%
}

.box-section:before {
    left: -50px
}

.box-section:after {
    right: -50px
}

.box-section.no-background {
    background-image: none !important;
    background: none;
}
.box-section.no-background:after, .box-section.no-background:before{
    display: none;
}

.load-more a {
    font-size: 24px;
    line-height: 30px;
    padding: 25px 30px;
    color: #fff !important;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ed1c24
}

.load-more a:hover {
    background-color: #000
}

.wrap-filter {
    margin: 0
}

.wrap-filter .col {
    padding: 0;
    border-top: solid 1px #c2c1b8;
    border-bottom: solid 1px #c2c1b8
}

.wrap-filter .col .content {
    padding: 30px 15px
}

@media screen and (min-width:1024px) {
    .wrap-filter .col:first-child .content {
        border-right: solid 1px #c2c1b8
    }
}

.item-filter {
    text-align: left
}

@media screen and (min-width:1250px) {
    .item-filter {
        text-align: center
    }
}

.item-filter .title {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500
}

.item-filter:hover .title {
    color: #f43438
}

.img-change {
    position: relative;
    display: block
}

.img-change .img-active {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.img-change:active .img-active,
.img-change:focus .img-active,
.img-change:hover .img-active {
    opacity: 1;
    filter: alpha(opacity=100)
}

@media screen and (max-width:1250px) {
    .img-change .img-active {
        display: none;
        opacity: 0
    }
}

.border-bold {
    border-top: solid 4px #c2c1b8;
    border-bottom: solid 4px #c2c1b8;
    padding-top: 40px;
    padding-bottom: 80px
}

.title-content {
    padding: 15px 0 15px 30px;
    background-color: #ed1c24;
    line-height: 24px;
    color: #fff
}

.img-content {
    width: 300px;
    margin-bottom: 15px
}

.img-content img {
    width: 100%
}

.img-content .text-credit {
    font-size: 11px;
    text-align: right;
    font-weight: 900;
    color: #8d8479
}

.img-content em {
    font-size: 13px;
    line-height: 13px !important;
    color: #8d8479
}

.vid-content {
    width: 450px;
    margin-bottom: 15px
}

.vid-content img {
    width: 100%
}

.vid-content em {
    font-size: 13px;
    line-height: 18px;
    color: #8d8479
}

blockquote.text-quote {
    text-decoration: none;
    border-left: solid 4px #ed1c24;
    padding-left: 25px;
    color: #8d8479;
    font-size: 24px;
    line-height: 32px;
    position: relative
}

blockquote.text-quote.no-border {
    border: none;
    padding-left: 50px !important
}

blockquote.text-quote.no-border .fa {
    font-size: 24px
}

blockquote.text-quote.no-border .fa-quote-left {
    position: absolute;
    left: 0;
    top: 5px
}

.menu-content.menu-box ul li {
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 20px 25px;
    display: block;
    background-color: #5a544d
}

.menu-content.menu-box ul li .fa {
    margin-right: 10px
}

.menu-content.menu-box ul li.active {
    font-weight: 700;
    font-size: 16px
}

.menu-content.menu-box ul li a:hover {
    color: #fff;
    background-color: #f43438
}

.text-quote {
    border: none
}

.text-quote a {
    font-size: 32px
}

.text-quote i {
    color: #ed1c24;
    font-size: 30px;
    padding: 0 10px
}

.text-quote footer {
    padding: 15px;
    font-size: 21px;
    margin-left: -15px;
    display: block;
    text-align: left
}

.sidebar-post {
    background: #eeeee9;
    position: relative
}

.sidebar-post .side {
    padding: 40px 25px 80px 0
}

.widget {
    margin-bottom: 50px
}

.widget ul.list-column li .title {
    font-size: 13px;
    font-weight: 600
}

.half {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block
}

.main-post {
    padding-left: 80px
}

.meta-post {
    font-size: 13px;
    color: #8d8479
}

.nav-post {
    border-top: solid 1px #c2c1b8
}

.nav-post .row {
    margin: 0
}

.nav-post .item-content {
    margin: 0;
    padding: 50px 15px
}

.nav-post .item-content blockquote {
    margin: 0;
    border: none
}

.nav-post .nav-link {
    margin-top: 10px;
    display: block
}

.nav-post .nav-link .fa {
    color: #000;
    font-size: 12px
}

.nav-post .prev .nav-link {
    margin-left: -15px
}

.nav-post .next {
    text-align: right
}

.nav-post .next .nav-link {
    margin-right: -15px
}

.content-detail {
    padding: 20px 40px;
}

.box-content-detail {
    padding: 25px 0;
    border-top: solid 4px #ed1c24;
    border-bottom: solid 4px #ed1c24
}

.box-content-detail ul.list-column {
    margin-left: -15px;
    margin-right: -15px
}

.box-content-detail ul.list-column li {
    padding-left: 15px;
    padding-right: 15px
}

.content-detail .nav-post {
    border-top: solid 1px #c2c1b8;
    border-bottom: solid 4px #c2c1b8
}

.content-detail .nav-post .item-content {
    padding-bottom: 0;
    padding-top: 40px
}

.content-detail .nav-post .img-link {
    margin-bottom: 0 !important
}

.content-detail .nav-post .img-link a {
    font-size: 24px;
    line-height: 30px
}

.text-icon {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 30px
}

.page-header,
.text-icon p:last-child {
    margin-bottom: 0
}

.text-icon img {
    position: absolute;
    width: 45px;
    left: 0;
    top: 5px
}

.page-header {
    padding: 100px 0;
    margin-top: 0;
    position: relative;
    background-position: center center
}

.page-header .img-header {
    display: none;
    width: 100%;
    margin-top: 70px
}

.page-header.large {
    padding: 200px 0 300px
}

.page-header .overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    z-index: 1
}

.page-header .container {
    position: relative;
    z-index: 2
}

.page-header .share {
    display: table;
    margin: auto;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 15px;
	z-index: 1;
	position: relative;
}

.page-header .share a:hover {
    color: #f43438
}

.page-header .share a {
    color: #fff
}

.page-header .title,
.actionaid_issue-template-wp-custom-template-detail-core-issue .wp-block-cover__inner-container h1 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 50px;
    font-family: Rubik, sans-serif
}

.column-top {
    background: #fff;
	margin: -155px -40px 0;
	padding: 40px 40px 0px;
	z-index: 4;
	position: relative;
}

.column-top .content.first {
    font-size: 32px;
	line-height: 1.3;
	font-family: 'Auxilia Bold', sans-serif;
}

.column-top .border-left {
    padding-left: 35px;
    border-left: solid 1px #8d8479
}

.staff-item {
    display: block;
    text-align: center;
    color: #5a544d;
    font-size: 16px;
    margin-bottom: 30px
}

.staff-item .photo {
    width: 200px;
    height: 200px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: table;
    margin: auto
}

.post-author .photo,
.staff-item .photo img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%
}

.staff-item .photo a {
    display: block
}

.staff-item .photo img {
    width: 100%;
    border-radius: 50%
}

.staff-item .name {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    margin-bottom: 5px;
    margin-top: 20px
}

.staff-item .name a {
    color: #000
}

.staff-item .name a:hover,
.staff-item .photo:hover+h4 a {
    color: #ed1c24
}

.staff-item p:last-child {
    margin-bottom: 0
}

.post-author {
    display: block;
    position: relative;
    color: #5a4d4d
}

.post-author .photo {
    display: block;
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px
}

.post-author .photo img {
    width: 100%
}

.media.author {
    border-bottom: solid 5px #8d8479;
    padding-bottom: 50px;
    margin-bottom: 10px
}

.media.author .media-left img {
    width: 255px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.media.author .media-body {
    padding-left: 40px
}

.media.author .media-heading {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 0
}

.media.author .sub {
    color: #5a544d;
    font-size: 18px
}

.media.author .media-body a {
    color: #f43438
}

.media.author .media-body ul.list-line {
    margin: 0 -10px
}

.media.author .media-body ul.list-line li {
    margin-right: 35px
}

.media.author .media-body ul.list-line li a {
    font-size: 14px
}

.media.author .media-body ul.list-line li a .fa {
    margin-right: 5px
}

.wrap-video {
    position: relative;
    display: block;
    width: 100%
}

.wrap-video img {
    width: 100%;
    position: absolute
}

.wrap-video .main-button {
    display: block;
    width: 150px;
    height: 75px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -75px;
    border: 5px solid #fff;
    color: #fff;
    font-size: 36px;
    padding-top: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    opacity: .9;
    filter: alpha(opacity=90);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.wrap-video:hover .main-button {
    opacity: 1;
    filter: alpha(opacity=100)
}

.jp-jplayer {
    display: block;
    width: 100%
}

.jp-progress {
    background-color: #ddd
}

.jp-audio .jp-progress {
    height: 15px;
    width: 100%
}

.jp-seek-bar {
    background: #cfcfcf;
    width: 0;
    height: 100%;
    cursor: pointer
}

.jp-play-bar {
    width: 0;
    height: 100%;
    background: #f43438
}

.jp-volume-bar {
    background: #cfcfcf;
    width: 100%;
    height: 15px;
    cursor: pointer
}

.jp-volume-bar-value {
    background: red;
    width: 0;
    height: 15px
}

.option {
    padding: 0;
    margin: 0;
    display: table;
    width: 100%
}

table.table-audio {
    width: 100%;
    background: #fff;
    border: 5px solid #dfdfdf
}

table.table-audio tr td {
    padding: 10px;
    margin: 0;
    text-align: center;
    border: none
}

table.table-audio .time,
table.table-audio .toggle-play {
    width: 40px
}

table.table-audio .toggle-mute {
    width: 30px
}

table.table-audio .volume-bar {
    width: 60px
}

@media(max-width:920px) {
    .media.author .media-left {
        float: none;
        width: 100%;
        display: block;
        height: auto !important;
        text-align: center
    }
    .media.author .media-left a {
        display: table;
        margin: 0 auto 15px
    }
    .media.author .media-body {
        padding-left: 0
    }
    .media.author .media-heading,
    .media.author .sub {
        text-align: center
    }
}

@media(max-width:767px) {
    .media.author .media-heading {
        font-size: 24px;
        line-height: 30px
    }
    .media.author .media-left img {
        width: 150px
    }
}

footer {
    padding: 30px 0;
}

a.logo-footer {
    display: block;
    width: 100%
}

a.logo-footer img {
    width: 100%
}

.widget-footer {
    padding: 0 15px;
    margin-bottom: 30px
}

.widget-footer .donate {
    position: relative;
    padding-left: 68px
}

.widget-footer .donate .price {
    position: absolute;
    top: 0;
    left: 0
}

.widget-footer .donate .text {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    top: 0;
    padding: 5px 15px
}

.widget-footer ul.menu-on-wrap li {
    margin-bottom: 0
}

.sub-footer {
    padding: 15px;
    text-align: center;
    font-size: 11px
}

.sub-footer li {
    position: relative;
    color: #000;
    margin: 15px
}

.sub-footer .list-line li:before {
    content: "|";
    position: absolute;
    right: -10px;
    top: 0;
    color: #000
}

.img-link:before,
ul.list li:before {
    content: ""
}

.sub-footer .list-line li:last-child:before {
    display: none
}

.sub-footer li a:hover {
    color: #f43438 !important
}

.sub-footer li a {
    color: #000;
    font-size: 11px !important;
    text-decoration: none !important
}

ul.list-line {
    padding: 0;
    margin: 0 0 -7px;
    display: inline-block
}

ul.list-line li {
    float: left;
    display: block;
    margin: 0 8px
}

ul.list-line li a:hover {
    color: #8d8479
}

ul.list-line li a {
    color: #000;
    font-size: 18px
}

.share,
.share ul li a {
    color: #5a544d
}

ul.list-column {
    padding: 0;
	margin-bottom: -7px;
    display: inline-block;
    width: 100%
}

ul.list-column li {
    float: none;
    display: inline-block;
    padding: 0 15px;
    text-align: Center;
    max-width: 142px;
    vertical-align: top;
    width: auto
}

@media screen and (min-width:1024px) {
    ul.list-column li {
        text-align: center
    }
}

ul.list li {
    padding-bottom: 20px;
    padding-left: 25px;
    position: relative
}

ul.list li:before {
    position: absolute;
    display: block;
    background: #ed1c24;
    width: 10px;
    height: 5px;
    top: 10px;
    left: 0
}

ul.tags {
    padding: 0;
    margin: 0;
    display: block;
    width: 60%
}

ul.tags li {
    margin-bottom: 15px
}

ul.tags li a:hover {
    text-decoration: underline
}

.share {
    background: #c2c1b8;
    padding: 15px;
    font-weight: 600
}

.wrap-menu {
    position: fixed;
    width: 245px;
    height: 100%;
    left: -245px;
    top: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 210
}

.wrap-menu .inner-menu {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 265px;
    overflow-y: auto
}

.close-menu,
ul.menu-on-wrap li {
    position: relative
}

.isi-menu {
    width: 245px;
    padding: 50px 20px
}

.close-menu {
    font-size: 18px;
    color: #000;
    float: right;
    top: -30px;
    cursor: pointer
}

ul.menu-on-wrap {
    padding: 0;
    margin: 0;
    display: block
}

ul.menu-on-wrap li a {
    display: block !important;
    width: 100% !important
}

ul.menu-on-wrap .black-content span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600
}

ul.menu-on-wrap a.donate {
    height: 40px;
    top: 0;
    margin-top: 7px
}

ul.menu-on-wrap a.donate span.text {
    width: 136px;
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

ul.menu-on-wrap a.donate span.price {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-right: none;
    font-size: 18px;
    color: #5a544d;
    font-weight: 700;
    padding: 10px 25px 10px 10px;
    position: relative;
    top: 9px;
    z-index: 2
}

ul.menu-on-wrap ul.nav li a.donate span.price strong {
    color: #000;
    font-size: 14px;
    margin-right: 3px
}

.close-menu:hover {
    color: #f43438
}

.wrap-menu.in {
    left: 0
}

.overlay-body {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    opacity: .5;
    filter: alpha(opacity=50);
    background-color: #000;
    z-index: 209
}

.menu-on-wrap.menu-na li {
    margin-bottom: 10px
}

.menu-on-wrap.menu-na li a {
    color: #000
}

.menu-on-wrap.menu-na li.active a,
.menu-on-wrap.menu-na.bold li a {
    font-weight: 700
}

.menu-on-wrap.menu-na li a:hover {
    color: #f43438
}

.wrap-menu .list-line li,
.wrap-menu .list-line li a {
    margin-left: 0;
    margin-right: 0
}

.section-home {
    display: none
}

@media screen and (max-width:676px) {
    .section-home {
        padding: 470px 0 0;
        position: relative;
        display: block;
        z-index: 2
    }
    .section-home .title {
        margin-bottom: 5px;
        font-size: 60px;
        line-height: 76px;
        background: #ed1c24;
        color: #fff;
        text-transform: none;
        font-weight: 700;
        display: inline;
        padding: 0 20px;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
    .section-home a {
        font-weight: 700;
        color: #fff;
        background: #000;
        text-decoration: none !important;
        display: inline-block;
        font-size: 20px;
        padding: 10px 20px
    }
    .section-home a:hover {
        background-color: #000
    }
}

.box-layout footer {
    padding-left: 100px;
    padding-right: 100px
}

a.dropdown-filter {
    position: relative;
    margin: 20px 15px;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    padding: 20px 25px 20px 65px;
    color: #000;
    top: 12px;
    cursor: pointer;
    height: 66px
}

a.dropdown-filter:hover {
    color: #fff;
    background: #f43438
}

a.dropdown-filter .caret {
    border-top-color: red
}

.box-section .content.btn-group.open a.dropdown-filter .caret,
a.dropdown-filter:hover .caret {
    border-top-color: #fff
}

a.dropdown-filter img {
    position: absolute;
    left: 18px;
    top: 12px;
    max-width: 39px
}

a.dropdown-filter img.img-active {
    left: 18px;
    top: 12px
}

.toggle-filter {
    color: #fff !important;
    background: #ed1c24;
    display: none;
    padding: 20px 15px !important;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    height: 66px
}

.box-section .content.btn-group.open>a {
    color: #fff !important;
    background: #f43438;
    cursor: pointer
}

.box-section .content.btn-group.open>a img.img-active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.box-section .content.btn-group .dropdown-menu {
    padding: 0;
    bottom: 0;
    margin-top: -40px;
    margin-left: 30px;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    z-index: 4
}

.box-section .content.btn-group .dropdown-menu li a {
    color: #fff;
    background: #f43438;
    padding: 20px 17px 20px 65px;
    position: relative;
    border-top: solid 1px #d61921
}

.box-section .content.btn-group .dropdown-menu li a:hover {
    background-color: #d61921
}

.box-section .content.btn-group .dropdown-menu li a img {
    width: 40px;
    position: absolute;
    left: 15px;
    top: 10px;
    border: none !important
}

.box-section .content.btn-group .dropdown-menu li a img.img-active {
    width: 42px;
    top: 9px;
    left: 14px
}

.form-search {
    border-bottom: solid 1px #000
}

.form-search button,
.form-search input {
    font-size: 18px;
    background-color: transparent;
    border: none
}

.form-search button {
    color: #000;
    outline: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important
}

.form-search button:focus,
.form-search button:hover {
    color: #f43438
}

.form-search input {
    padding-left: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important
}

.nav-search {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #eeeee9;
    top: 0;
    left: 0
}

.close-search,
.content-img .row .desc .content span,
.item-content.content-img,
.nav-search .form-search {
    position: relative
}

.nav-search .form-search {
    width: 900px;
    display: table;
    margin: auto;
    top: 40px
}

.close-search {
    top: 2px;
    background: #eeeee9;
    margin-right: 15px;
    padding-right: 25px
}

.nav-search .form-search input {
    padding-left: 30px
}

.item-content {
    margin-bottom: 80px
}

.item-content img {
    width: 100%
}

.black-title {
    padding: 2px 0;
    background: #000;
    color: #fff;
    display: inline;
    line-height: 31px
}

.content-inline:hover .black-title {
    background: #f43438
}

.content-inline .btn {
    margin-top: 1px
}

.content-inline .btn,
.content-inline .btn:active,
.content-inline .btn:focus,
.content-inline .btn:hover {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out
}

.content-inline:hover .btn {
    background: #000;
    border: 1px solid #000
}

.content-img .row .desc,
.content-img.style2 .row .desc {
    background-color: #c2c1b8
}

.content-inline.large .black-title {
    font-size: 67px !important;
    line-height: 90px !important
}

.content-inline.large .btn {
    font-size: 44px;
    padding: 25px 40px
}

.content-img {
    display: block
}

.content-img .row {
    margin: 0
}

.content-img .row .col {
    padding: 0
}

.content-img .row .desc {
    padding-left: 30px
}

.content-img.style2:hover .desc,
.content-img:hover .desc {
    background-color: #ec3029
}

.content-img .row .desc .content {
    padding: 95px 0 65px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px
}

@media(min-width:980px) {
    .content-img.large .row .desc .content {
        font-size: 37px;
        line-height: 44px;
        padding-top: 395px
    }
    .content-img.style2.large .desc .content {
        font-size: 37px !important;
        line-height: 44px !important;
        margin-bottom: 300px !important
    }
}

@media(max-width:768px) {
    .content-img.small .desc {
        padding: 0
    }
    .content-img.small .desc .content {
        font-size: 18px;
        line-height: 26px;
        padding: 50px 30px 25px !important
    }
    .content-img.style2.small .desc .content {
        font-size: 16px !important;
        line-height: 24px !important;
        padding: 25px 30px !important
    }
    .content-img.style2.large .desc .content {
        font-size: 37px !important;
        line-height: 44px !important;
        margin-bottom: 150px !important
    }
    .content-img.large .row .desc .content {
        font-size: 37px;
        line-height: 44px;
        padding-top: 200px
    }
}

.content-img .row .desc .content,
.content-img .row .desc .content a {
    color: #000;
    position: relative
}

.content-img:hover .row .desc .content,
.content-img:hover .row .desc .content a .content-img:hover .row .desc .content span {
    color: #fff !important
}

.content-img:hover .row .desc .content a:before,
.content-img:hover .row .desc .content span:before {
    background: #fff
}

.content-img .row .desc .content a:before,
.content-img .row .desc .content span:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    background: #000;
    height: 5px;
    width: 80px
}

.content-img.style2 .row .desc .content a:before {
    display: none
}

.content-img:hover .row .desc .content a:before {
    background-color: #fff
}

.item-content.quote blockquote a {
    color: #ed1c24;
    border-bottom: 1px solid #ed1c24
}

.item-content.quote blockquote a span {
    color: #000
}

.item-content.quote blockquote a:hover {
    color: #000;
    border-bottom: 1px solid #000
}

.item-content.quote blockquote a:hover span {
    color: #ed1c24
}

.item-content.quote.small blockquote {
    font-size: 16px;
    line-height: 24px
}

.item-content.quote.large blockquote {
    font-size: 58px;
    line-height: 73px
}

@media(max-width:920px) {
    .item-content.quote blockquote {
        font-size: 32px;
        line-height: 40px
    }
}

@media(max-width:767px) {
    .item-content.quote blockquote {
        font-size: 28px !important;
        line-height: 36px !important
    }
}

.content-full h3,
.img-link a.link {
    font-size: 37px;
    line-height: 44px
}

.item-content.quote:hover blockquote a {
    color: #f43438
}

.item-content.quote:hover blockquote {
    -moz-text-decoration-color: #000;
    -webkit-text-decoration-color: #000;
    -o-text-decoration-color: #000;
    text-decoration-color: #000
}

.item-content.full-width {
    display: block;
    width: 100%;
    position: relative
}

.content-full {
    padding: 55px 0;
    position: relative;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.content-full h1,
.content-full h2,
.content-full h3,
.content-full h4,
.content-full h5,
.content-full h6 {
    color: #fff
}

.content-full .donate {
    position: relative;
    padding-left: 68px
}

.content-full .donate .price {
    position: absolute;
    top: 0;
    left: 0
}

.content-full .donate .text,
.img-link {
    position: relative;
    display: block
}

.content-full .donate .text {
    width: 100%;
    text-align: center;
    top: 0;
    padding: 5px 15px
}

.img-link:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1
}

.bg-img-overlay,
.img-link a.link,
.item-filter {
    position: relative
}

.img-link img {
    width: 100%
}

.img-link .content {
    display: block;
    position: relative
}

.img-link a.link {
    width: auto !important;
    height: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    top: 0;
    left: 0;
    z-index: 3;
    color: #fff;
    padding: 0 30px;
    font-weight: 700;
    font-family: Rubik, sans-serif;
    border: 4px solid transparent;
    transition: border-color .5s ease-in-out;
    -webkit-transition: border-color .5s ease-in-out;
    -moz-transition: border-color .5s ease-in-out
}

.img-link:hover a.link {
    border: 4px solid #f43438
}

.img-link.small a.link {
    font-size: 18px;
    line-height: 24px;
    padding: 0 5px
}

@media(max-width:1024px) {
    .img-link a.link {
        font-size: 24px;
        line-height: 30px
    }
}

@media(min-width:768px) {
    .img-link.large a.link {
        font-size: 50px;
        line-height: 56px;
        padding: 0 100px
    }
    .item-content.demo-small {
        max-width: 250px
    }
}

@media(max-width:767px) {
    .img-link.small {
        margin-top: 30px
    }
    .img-link.small a.link {
        font-size: 24px;
        line-height: 30px;
        padding: 0 5px
    }
}

.margin-clear {
    margin: 0 !important
}

.padding-clear {
    padding: 0 !important
}

.margintop-clear {
    margin-top: 0 !important
}

.paddingtop-clear {
    padding-top: 0 !important
}

.marginbot-clear {
    margin-bottom: 0 !important
}

.paddingbot-clear {
    padding-bottom: 0 !important
}

.marginleft-clear {
    margin-left: 0 !important
}

.paddingleft-clear {
    padding-left: 0 !important
}

.marginright-clear {
    margin-right: 0 !important
}

.paddingright-clear {
    padding-right: 0 !important
}

.padding-top15 {
    padding-top: 15px !important
}

.padding-top40 {
    padding-top: 40px !important
}

.padding-top60 {
    padding-top: 60px !important
}

.padding-top190 {
    padding-top: 190px !important;
}

.padding-bot15 {
    padding-bottom: 15px !important
}

.padding-bot30 {
    padding-bottom: 30px !important
}

.padding-bot35 {
    padding-bottom: 35px !important
}

.padding-bot40 {
    padding-bottom: 40px !important
}

.padding-bot50 {
    padding-bottom: 50px !important
}

.padding-bot60 {
    padding-bottom: 60px !important
}

.padding-bot70 {
    padding-bottom: 70px !important
}

.margin-mintop10 {
    margin-top: -10px !important
}

.margin-mintop20 {
    margin-top: -20px !important
}

.margin-mintop30 {
    margin-top: -30px !important
}

.margin-mintop60 {
    margin-top: -60px !important
}

.margin-mintop110 {
    margin-top: -110px !important
}

.margin-minbot10 {
    margin-bottom: -10px !important
}

.margin-minbot20 {
    margin-bottom: -20px !important
}

.margin-minbot30 {
    margin-bottom: -30px !important
}

.margin-minbot60 {
    margin-bottom: -60px !important
}

.margin-left10 {
    margin-left: 10px !important
}

.margin-right10 {
    margin-right: 10px !important
}

.margin-left20 {
    margin-left: 20px !important
}

.margin-right20 {
    margin-right: 20px !important
}

.margin-right25 {
    margin-right: 25px !important
}

.margin-left30 {
    margin-left: 30px !important
}

.margintop5 {
    margin-top: 5px !important
}

.margintop10 {
    margin-top: 10px !important
}

.margintop15 {
    margin-top: 15px !important
}

.margintop20 {
    margin-top: 20px !important
}

.margintop25 {
    margin-top: 25px !important
}

.margintop30 {
    margin-top: 30px !important
}

.margintop35 {
    margin-top: 35px !important
}

.margintop40 {
    margin-top: 40px !important
}

.margintop45 {
    margin-top: 45px !important
}

.margintop50 {
    margin-top: 50px !important
}

.margintop55 {
    margin-top: 55px !important
}

.margintop60 {
    margin-top: 60px !important
}

.margintop65 {
    margin-top: 65px !important
}

.margintop80 {
    margin-top: 80px !important
}

.margintop95 {
    margin-top: 95px !important
}

.marginbot0 {
    margin-bottom: 0px !important
}

.marginbot5 {
    margin-bottom: 5px !important
}

.marginbot10 {
    margin-bottom: 10px !important
}

.marginbot15 {
    margin-bottom: 15px !important
}

.marginbot20 {
    margin-bottom: 20px !important
}

.marginbot25 {
    margin-bottom: 25px !important
}

.marginbot30 {
    margin-bottom: 30px !important
}

.marginbot35 {
    margin-bottom: 35px !important
}

.marginbot40 {
    margin-bottom: 40px !important
}

.marginbot45 {
    margin-bottom: 45px !important
}

.marginbot50 {
    margin-bottom: 50px !important
}

.marginbot55 {
    margin-bottom: 55px !important
}

.marginbot60 {
    margin-bottom: 60px !important
}

.marginbot65 {
    margin-bottom: 65px !important
}

.marginbot80 {
    margin-bottom: 80px !important
}

.marginbot95 {
    margin-bottom: 95px !important
}

@media(min-width:1251px) {
    .responsive {
        display: none
    }
    .display-responsive {
        display: none !important
    }
    .wrap-publication {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media(min-width:1250px) {
    .content-full .caption {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media(max-width:1250px) {
    .box-content-detail ul.list-column li {
        float: none;
        width: 100%;
        height: 66px;
        display: block
    }
    .content-detail .content-full {
        padding-left: 30px;
        padding-right: 30px
    }
    .content-detail .content-full .row>div {
        width: 100%
    }
    .margintop75-tablet {
        margin-top: 75px
    }
    .wrap-sticky {
        border: 1px solid transparent;
        border-top: solid 1px #000;
        margin: 0 -1px -1px;
        display: block
    }
    .navbar-collapse .col-left,
    .navbar-collapse .col-right {
        display: none !important
    }
    .navbar-brand {
        top: 20px
    }
    .menu-bar.responsive,
    .search-mobile.responsive {
        color: #000;
        font-size: 24px;
        top: 30px;
        position: relative
    }
    .menu-bar.responsive {
        float: left;
        left: 30px;
        width: 30px;
        height: 30px
    }
    .search-mobile.responsive {
        float: right;
        right: 30px
    }
    .wrap-sticky nav.navbar.sticked {
        padding: 40px 0
    }
    .wrap-sticky nav.navbar.sticked .navbar-brand {
        top: 17px
    }
    .nav-search .input-group {
        top: 20px
    }
    .wrap-sticky nav.navbar.sticked .nav-search .input-group {
        top: 15px
    }
    .img-about {
        display: none
    }
    .wrap-filter {
        text-align: center
    }
    .wrap-filter .col {
        width: 48%;
        display: inline-block;
        vertical-align: top
    }
    .box-section .content.btn-group {
        padding: 0 15px !important;
        display: block;
        width: 100%
    }
    .box-section .content.btn-group>a {
        margin: 19px 0 0;
        text-align: left;
        background: #f43438;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        text-decoration: none !important;
        padding: 20px 15px
    }
    .box-section .content.btn-group>a .caret {
        border-top-color: #fff;
        float: right;
        margin-top: 12px
    }
    .box-section .content.btn-group>a>img {
        display: none
    }
    .box-section .content.btn-group .dropdown-menu {
        margin-left: 15px;
        margin-top: 12px
    }
    .toggle-filter {
        display: block;
        text-decoration: none !important
    }
    .wrap-filter ul.list-column {
        display: none;
        position: relative;
        z-index: 100
    }
    .wrap-filter ul.list-column li {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
        height: auto;
        background: #ed1c24;
        padding: 10px 15px;
        color: #fff;
        border-top: 1px solid #d61921;
        max-width: none
    }
    .wrap-filter ul.list-column li:hover {
        background-color: #d61921
    }
    .wrap-filter ul.list-column .item-filter {
        width: 100%;
        color: #fff;
        min-height: 52px;
        padding: 14px 0 14px 60px;
        margin: 0
    }
    .wrap-filter ul.list-column .item-filter .title {
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 14px
    }
    .wrap-filter ul.list-column .item-filter .img-change {
        position: initial
    }
    .wrap-filter .item-filter a .title {
        color: #fff !important
    }
    .wrap-filter .item-filter a {
        border-top: solid 1px #fff;
        text-align: left;
        padding: 20px 30px 25px 85px;
        position: relative;
        background: #ed1c24;
        color: #fff
    }
    .wrap-filter .item-filter:hover img.img-active {
        width: 52px;
        left: 14px !important;
        top: 9px !important;
        border: none !important;
        display: none
    }
    .dropdown-menu.region-dd li {
        color: #fff;
        font-size: 14px;
        font-family: Rubik, sans-serif
    }
    .border-bold {
        margin-top: 40px
    }
    .menu-content.menu-box {
        margin-top: 100px
    }
    .staff-item .photo {
        width: 180px;
        height: 180px
    }
}

@media screen and (max-width:990px) {
    .content-detail {
        padding: 80px
    }
    .content-detail table {
        width: 100% !important
    }
    .content-detail table td {
        width: auto !important
    }
}

@media(max-width:920px) {
    .sub-footer ul>li,
    footer {
        text-align: center
    }
    .half {
        display: none
    }
    .nav-search {
        padding: 0 30px
    }
    .nav-search .form-search {
        width: 100%
    }
    .section.about {
        padding-top: 100px
    }
    .box-section .form-search {
        margin-top: 30px;
        margin-bottom: 15px
    }
    .wrap-filter {
        margin-bottom: 15px;
        padding-bottom: 45px;
        border-bottom: solid 1px #c2c1b8
    }
    .hide-tablet {
        display: none !important
    }
    .logo-footer {
        display: table;
        margin: 0 auto 15px;
        width: 250px !important
    }
    .sub-footer {
        margin-top: -50px;
        margin-bottom: -30px
    }
    .sub-footer ul>li {
        display: block;
        width: 100%
    }
    .sub-footer ul>li:before {
        display: none
    }
    .sub-footer ul>li.policy {
        padding-top: 10px !important
    }
    .border-bold .content-full {
        padding-left: 30px;
        padding-right: 30px
    }
    .menu-content.menu-box {
        display: block
    }
    .menu-content.menu-box ul.list-line {
        display: block;
        width: 100%;
        padding: 20px 25px;
        background-color: #5a544d
    }
    .menu-content.menu-box ul.list-line li {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
        padding: 5px
    }
    .main-post {
        padding-left: 15px
    }
    .sidebar-post {
        height: auto !important
    }
    .sidebar-post .side {
        padding: 40px 15px 10px
    }
    .sidebar-post .widget .black-content {
        display: table;
        margin: auto
    }
    .sidebar-post .widget .post-author {
        text-align: center
    }
    .sidebar-post .widget .post-author .photo {
        display: table;
        margin: 0 auto 15px
    }
    .column-top .content,
    .column-top .content.first,
    .column-top .content.last,
    .column-top .content.middle {
        padding-left: 30px;
        padding-right: 30px
    }
    .column-top .content.middle {
        padding-top: 0
    }
    .column-top .border-left {
        border-left: none;
        border-top: solid 1px #8d8479;
        padding: 50px 0 0
    }
    .content-detail .nav-post .row>div {
        width: 100%;
        display: block
    }
    .content-detail .nav-post .col-nav.left {
        border-right: none;
        border-bottom: solid 1px #c2c1b8
    }
    .content-detail .nav-post .col-nav {
        padding-left: 0;
        padding-right: 0
    }
    .content-detail .nav-post .item-content {
        margin: 0;
        padding: 30px 0
    }
    .content-detail .nav-post .prev .nav-link {
        margin-left: 0
    }
    .content-detail .nav-post .next .nav-link {
        margin-right: 0
    }
    .staff-item .photo {
        width: 200px;
        height: 200px
    }
    .item-content h1.black-title {
        font-size: 37px;
        line-height: 50px !important
    }
}

@media(max-width:676px) {
    .margintop70-mobile {
        margin-top: 40px
    }
    .margintop50-mobile {
        margin-top: 50px
    }
    .margintop40-mobile {
        margin-top: 40px
    }
    .margintopclear-mobile {
        margin-top: 0
    }
    .margin-mintop10-mobile {
        margin-top: -10px
    }
    .margin-mintop30-mobile {
        margin-top: -30px
    }
    .margintop30-mobile {
        margin-top: 30px
    }
    .margin-mintop70-mobile {
        margin-top: 70px
    }
    .section {
        padding: 50px 0
    }
    .float-none-mobile {
        float: none !important;
        width: 100% !important;
        display: block !important;
        margin: 0 0 15px !important
    }
    .border-bold .content-full,
    .box-section,
    .load-more {
        margin-left: -15px;
        margin-right: -15px
    }
    .col,
    .col .content {
        border: none !important;
        padding: 0 !important;
        height: auto !important
    }
    .content-inline .row .col-sm-5,
    .content-inline .row .col-sm-7 {
        display: block;
        width: 100%
    }
    .content-inline .row .img-link {
        margin-top: 30px
    }
    .mobile-left {
        text-align: left !important
    }
    .box-section .content.btn-group>a,
    .wrap-filter .toggle-filter {
        text-align: center
    }
    .font-size16-mobile {
        font-size: 16px;
        line-height: 24px
    }
    .content-full h3.font-size28-mobile,
    .font-size28-mobile {
        font-size: 28px;
        line-height: 34px
    }
    .wrap-sticky nav.navbar.sticked,
    nav.navbar {
        padding: 30px 0
    }
    nav.navbar img.logo {
        width: 165px
    }
    .navbar-brand {
        top: 18px;
        left: 15px
    }
    .menu-bar.responsive {
        top: 16px
    }
    .search-mobile {
        right: 0 !important;
        top: 16px !important
    }
    .nav-search .input-group {
        top: 8px
    }
    .nav-search .input-group input {
        padding-left: 0
    }
    .home .title {
        margin-bottom: 5px;
        font-size: 22px;
        line-height: 27px;
        padding: 10px 9px;
        display: inline-block
    }
    .home .title a {
        font-size: 18px;
        padding: 5px 0
    }
    .home .margintop50 {
        margin-top: 7px !important
    }
    .title-section {
        font-size: 21px;
        line-height: 30px
    }
    .close-search {
        padding-right: 15px !important
    }
    .box-section {
        padding-left: 20px;
        padding-right: 20px
    }
    .item-content {
        margin-bottom: 30px
    }
    .item-content.content-img .bg-image {
        height: 300px !important;
        position: relative;
        display: block;
        background-position: top center;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
    .item-content.content-img .desc .content {
        padding-top: 60px
    }
    .content-img.style2 .desc .content {
        padding-bottom: 30px !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .content-inline.large .black-title,
    .item-content .black-title,
    .item-content h1.black-title {
        font-size: 21px !important;
        line-height: 30px !important
    }
    .content-inline .btn-lg,
    .content-inline.large .btn {
        font-size: 18px;
        padding: 5px 10px
    }
    .content-full .donate .text {
        padding: 5px 15px 6px
    }
    .border-bold {
        padding: 0 15px 50px
    }
    .border-bold .content-full {
        padding-left: 15px;
        padding-right: 15px
    }
    .main-post .border-bold,
    .nav-post .col-nav {
        padding-left: 0;
        padding-right: 0
    }
    .nav-post .col-nav.left {
        border-right: none;
        border-bottom: solid 1px #c2c1b8
    }
    .nav-post .item-content {
        margin: 0;
        padding: 30px 0
    }
    .nav-post .prev .nav-link {
        margin-left: 0
    }
    .nav-post .next .nav-link {
        margin-right: 0
    }
    .box-layout {
        margin: 0 -15px
    }
    .box-layout footer {
        padding-left: 0;
        padding-right: 0
    }
    .column-top .content {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .column-top .border-left {
        padding-top: 25px;
        margin-top: 10px
    }
    .content-detail {
        padding: 80px 20px
    }
    .content-detail .content-full .caption {
        padding-left: 0;
        padding-right: 0
    }
    .page-header.large {
        padding-top: 0;
        padding-bottom: 0;
        background-position: center center !important
    }
    .page-header .content {
        background: #fff;
        margin: 0 -15px;
        text-align: center;
        padding: 30px 15px
    }
    .page-header .img-header {
        display: block
    }
    .page-header .content .share {
        color: #8d8479;
        border: 1px solid #8d8479
    }
    .page-header .content .share a {
        color: #8d8479
    }
    .page-header .content .title {
        color: #000;
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 15px
    }
    .column-top {
        margin-top: 0
    }
    .wrap-filter .col {
        width: 100%;
        display: block
    }
    .wrap-filter .col,
    .wrap-filter .col .content {
        border: none !important;
        padding: 0 !important;
        height: auto !important
    }
    .wrap-filter .toggle-filter .caret {
        float: none;
        margin-top: 0
    }
    .box-section .content.btn-group .dropdown-menu {
        margin-left: 0;
        margin-top: 12px
    }
    .box-section .content.btn-group>a .caret {
        float: none;
        margin-top: 0
    }
}

.item-filter img {
    width: 86px;
    height: 86px;
    display: table;
    margin: auto
}

.item-filter img.img-active {
    left: 0;
    right: 0;
    margin: auto;
    display: table
}

#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 18px Helvetica, Arial, sans-serif
}

#mc_embed_signup p {
    line-height: 30px
}

#mc_embed_signup .mc-field-group label {
    font-weight: 400
}

#mc_embed_signup .mc-field-group input[type=email],
#mc_embed_signup .mc-field-group input[type=text] {
    border-radius: 0;
    width: 515px;
    height: 45px
}

#mc_embed_signup .mc-field-group ul li:before {
    background: 0 0
}

#mc_embed_signup .mc-field-group.input-group input[type=checkbox] {
    margin-right: 10px
}

#mc_embed_signup .mc-field-group.input-group li>label {
    font-size: 16px
}

#mc_embed_signup .button {
    height: 45px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #ed1c24;
    margin-top: 10px;
    padding: 2px 20px 4px;
    border: 5px solid #ed1c24;
    font-weight: 700
}

#mc_embed_signup .button:hover {
    background-color: #fff;
    color: #ed1c24
}

.column-top h4.font-size24 {
    line-height: 28px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700
}

.meta-top li span,
.on-left p a,
.on-right p a {
    font-weight: 600
}

.single-actionaid_casestudy .content.middle ul.list-column li .item-filter img {
    width: 70px;
    height: 70px
}

.box-layout .column-top .widget .item-filter {
    text-align: center !important
}

.box-layout .column-top .widget .item-filter .title {
    font-size: 11px;
    font-weight: 600;
    line-height: 14px
}

.box-layout .column-top .content.last .font-size18 {
    font-size: 21px;
    line-height: 26px
}

.box-layout .content-detail h2.title-in-content {
    font-size: 37px;
    line-height: 44px
}

@media screen and (max-width:1200em) {
    .box-layout .column-top .content.last {
        word-wrap: break-word
    }
    .box-layout .column-top .content.last h3.font-size56 {
        font-size: 45px;
        line-height: 1em
    }
}

@media screen and (min-width:960px) and (max-width: z1200px) {

    .box-layout .column-top .content.last {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width:62em) {
    .gallery-post .owl-carousel .owl-item {
        height: 188px;
        overflow: hidden
    }
}

.bg-img-overlay:before {
    content: '';
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.content-full.bg-img-overlay p {
    line-height: 1.4em
}

.content-full.bg-img-overlay h1 {
    color: #fff;
    line-height: 1.2em
}

.content-full.bg-img-overlay h1 span {
    color: #fff
}

.section-post .actionaid_casestudy h1,
.section-post .actionaid_casestudy h2,
.section-post .actionaid_casestudy h3,
.section-post .actionaid_casestudy h4,
.section-post .actionaid_casestudy h5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.nav-post .col-nav {
    padding-bottom: 55px !important
}

.column-top .content.middle h5 {
    margin-bottom: 20px
}

.masonry .grid-sizer.col-md-6.col-sm-12.col-xs-12 {
    display: none
}

@media screen and (max-width:676px) {
    .tax-tax_issues h1 {
        padding-top: 70px
    }
}

@media screen and (min-width:677px) {
    .tax-tax_issues h1 {
        padding-top: 100px
    }
}

@media screen and (min-width:1251px) {
    .tax-tax_issues h1 {
        padding-top: 50px
    }
}

.grid-effect.masonry .grid-item {
    opacity: 0
}

.grid-effect.masonry .grid-item.shown {
    opacity: 1
}

.grid-effect.masonry .grid-item.animate,
.grid-effect.masonry .grid-item.hideme.animate {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-animation: scaleUp .65s ease-in-out forwards;
    animation: scaleUp .65s ease-in-out forwards;
    opacity: 1 !important
}

@-webkit-keyframes scaleUp {
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleUp {
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.bg-red {
    background: #ec3029 !important
}

.cl-white {
    color: #fff !important
}

.bg-white {
    background: #fff !important
}

.bg-gray {
    background-color: #c2c1b8
}

.btn-ico {
    pointer-events: none;
    cursor: pointer
}

.btn-ico i {
    font-size: 20px !important
}

.download-section span {
    font-size: 20px;
    color: #db4437;
    position: relative;
    top: 3px;
    margin-right: 5px
}

.content-img .row .desc .content a:before,
.content-img .row .desc .content span:before {
    display: none !important
}

.content-img.style2:hover .desc .line,
.content-img:hover .desc .line {
    background: #fff
}

.line {
    display: block;
    height: 5px;
    width: 80px;
    background: #000;
    position: relative;
    top: -15px
}

.meta-top {
    padding-left: 0
}

.meta-top li {
    margin-bottom: 5px
}

@media(min-width:1400px) {
    .on-left {
        min-width: 710px !important
    }
}

.download-section a {
    display: block;
    margin-bottom: 8px
}

.js-desc-parent .btn-ico .fa {
    display: none
}

.js-desc-parent .btn-ico .fa:nth-child(odd) {
    display: block
}

.js-desc-parent:nth-child(odd) .btn-ico .fa:nth-child(odd) {
    display: none
}

.js-desc-parent:nth-child(odd) .btn-ico .fa:nth-child(even) {
    display: block
}

@media screen and (max-width:48em) {
    .js-desc-parent .btn-ico .fa,
    .js-desc-parent .btn-ico-close .fa.fa-arrow-circle-left {
        transform: rotate(450deg)
    }
    .js-desc-parent .btn-ico-close .fa.fa-arrow-circle-right,
    .js-desc-parent:nth-child(odd) .btn-ico .fa:nth-child(even),
    .js-desc-parent:nth-child(odd) .btn-ico-close .fa:nth-child(even) {
        transform: rotate(-450deg)
    }
    .content-img .row .desc .content {
        padding-bottom: 60px !important
    }
    .button-slide,
    .post-even .closeDesc {
        left: 25px !important
    }
    .btn-ico-close {
        position: absolute;
        height: 30px;
        top: 20px;
        bottom: initial
    }
    .js-descTarget {
        padding-top: 60px !important
    }
}

.on-left .meta-top {
    font-size: 14px
}

.on-left .meta-top li {
    margin-bottom: 0
}

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

	.actionaid_casestudy .column-top .content.first {
		padding-left: 0;
		padding-right: 0;
	}

	.actionaid_casestudy .content-detail {
		padding-top: 0;
	}
}

.filter-resultbox {
	margin-bottom: 35px;
	padding-bottom: 8px;
	position: relative;
}

.filter-resultbox:before {
	content: "";
	position: relative;
	display: block;
	height: 5px;
    width: 80px;
    background: #ed1c24;
    position: relative;
	z-index: -1;
    margin-bottom: 16px;
	margin-left: 8px;
}

.filter-resultbox:hover {
	background-color: #ed1c24;
	color: #fff;
}

.filter-resultbox:hover .filter-resultbox__title a {
	color: #fff;
}

.filter-resultbox > figure {
	margin-bottom: 15px;
	position: relative;
}

.filter-resultbox > figure img {
	margin-top: -21px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 48em) {

	.filter-resultbox > figure img {
		height: 330px !important;
	}
}

.filter-resultbox__title {
	padding-left: 8px;
	padding-right: 8px;
}

.filter-resultbox__title a {
	color: #000;
}

.filter-resultbox__title:hover a {
	color: #fff;
}

.title-withbg {
	padding: 8px 20px;
	background-color: #000;
	display: inline-block;
	color: #fff;
	-webkit-box-decoration-break: clone;
    word-wrap: break-word;
	line-height: 1.2;
}

.font-size30 {
	font-size: 30px !important;
}

.sub-heroinner {
	margin-bottom: 35px;
}

.donation-camp {
	margin-top: 5rem;
    margin-bottom: 5rem;
}

/*Pagination*/
.pagination {
	display: flex;
	width: 100%;
}

.pagination>li {
	margin-right: 3px;
}

.pagination>li>a,
.pagination>li>span {
	border: none;
	color: #D32128;
	font-family: Auxilia Bold, sans-serif;
	font-weight: 700;
	padding: 5px 10px 2px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #D32128;
	border-color: #D32128;
}

.pagination>.page-item>a:focus,
.pagination>.page-item>a:hover,
.pagination>.page-item>span:focus,
.pagination>.page-item>span:hover {
	background-color: #D32128;
	border-color: #D32128;
	color: #fff;
}

/* Select Custom*/
.filter-select {
	width: 100%;
    min-width: auto;
    min-height: 60px;
    text-align: left;
    border-radius: 0;
    background-color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
	padding-right: 25px;
    position: relative;
    box-shadow: none;
	background: url('../images/arrow-down-red.png') calc(100% - 8px) 50% no-repeat;
	background-size: 12px auto;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.filter-select:hover,
.filter-select:focus {
	margin-left: 0px;
	background-color: #ed1c24 !important;
	color: #fff !important;
	outline:none;
	background-image: url('../images/arrow-down-white.png');
}

.vodiapicker-select {
	position: relative;
}

ul.type-a,
ul.filter-select-type-a,
ul.filter-select-topics-a,
ul.filter-select-region-a {
	padding-left: 0px;
}

.type-b,
.filter-select-type-b,
.filter-select-topics-b,
.filter-select-region-b {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 1;
	width: 100%;
}

ul.type-a img,
ul.filter-select-type-a img,
ul.filter-select-topics-a img,
ul.filter-select-region-a img
.type-select-box img,
.filter-select-type-select-box img,
.filter-select-topics-select-box img,
.filter-select-region-select-box img{
	width: 36px;
	height: auto;
	margin-right: 8px;
	background-color: white;
    border-radius: 18px;
}

ul.type-a,
ul.type-a li,
ul.filter-select-type-a,
ul.filter-select-topics-a,
ul.filter-select-region-a,
ul.filter-select-type-a li,
ul.filter-select-topics-a li,
ul.filter-select-region-a li{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.type-a li,
ul.filter-select-type-a li,
ul.filter-select-topics-a li,
ul.filter-select-region-a li{
	list-style: none;
	padding: 0.8rem 1.5rem;
	background-color: #f53437;
	cursor: pointer;
	color: #fff;
	border-bottom: 1px solid #d50003;
	display: flex;
	align-items: center;
	line-height: 1.2;
}

ul.type-a li:last-child,
ul.filter-select-type-a li:last-child,
ul.filter-select-topics-a li:last-child,
ul.filter-select-region-a li:last-child{
	border-bottom: none;
}

.vodiapicker-ul li:hover,
.type-a li:hover,
.filter-select-type-a:hover,
.filter-select-topics-a:hover,
.filter-select-region-a:hover {
	background-color: #c3070b;
}

ul.type-a li img,
ul.filter-select-type-a li img,
ul.filter-select-topics-a li img,
ul.filter-select-region-a li img{
    /* filter: brightness(0) invert(1); */
	margin: 5px 8px 5px 0;
    width: 36px;
    height: 36px;
	background-color: white;
    border-radius: 18px;
}

.vodiapicker-wrap,
.type-b,
.filter-select-type-b,
.filter-select-topics-b,
.filter-select-region-b {
  display: none;
  width: 100%;
  /* box-shadow: 0 6px 12px rgba(0,0,0,.175); */
  /* border: 1px solid rgba(0,0,0,.15); */
  border-radius: 5px;
}

.open{
  display: show !important;
}

.type-select-box,
.filter-select-type-select-box,
.filter-select-topics-select-box,
.filter-select-region-select-box {
  width: 100%;
  min-width: 200px;
  min-height: 60px;
  text-align: left;
  border-radius: 0;
  background-color: #fff;
  border: none;
  padding: 0.8rem 1.5rem;
  padding-right: 30px;
  position: relative;
}

.type-select-box li,
.filter-select-type-select-box li,
.filter-select-topics-select-box li,
.filter-select-region-select-box li {
  list-style: none;
  padding-bottom: 0px;
  position: relative;
}

.type-select-box,
.filter-select-type-select-box,
.filter-select-topics-select-box,
.filter-select-region-select-box {
	display: flex;
	align-items: center;
}

.type-select-box:focus,
.type-select-box:hover,
.filter-select-type-select-box:focus,
.filter-select-topics-select-box:focus,
.filter-select-region-select-box:focus,
.filter-select-type-select-box:hover,
.filter-select-topics-select-box:hover,
.filter-select-region-select-box:hover {
  margin-left: 0px;
  background-color: #ed1c24 !important;
  color: #fff !important;
  outline:none;
  border-bottom: 1px solid #d50003;
}

/* .type-select-box:focus img,
.type-select-box:hover img,
.filter-select-type-select-box:focus img,
.filter-select-topics-select-box:focus img,
.filter-select-region-select-box:focus img,
.filter-select-type-select-box:hover img,
.filter-select-topics-select-box:hover img,
.filter-select-region-select-box:hover img {
    filter: brightness(0) invert(1);
} */

/* ul.filter-select-type-a li:hover, */
.vodiapicker-select ul li:hover {
	background-color: #ed1c24;
}

/* .vodiapicker-btn:hover img,
.vodiapicker-btn:focus img,
.type-select-box:focus img,
.type-select-box:hover img {
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
} */

.type-select-box .fa,
.filter-select-type-select-box .fa,
.filter-select-topics-select-box .fa,
.filter-select-region-select-box .fa {
	color: #ed1c24;
	margin-left: 8px;
	color: #ed1c24;
    margin-left: 8px;
    position: absolute;
    right: 12px;
    top: 20px;
}

.type-select-box:focus .fa,
.type-select-box:hover .fa,
.filter-select-type-select-box:focus .fa,
.filter-select-topics-select-box:focus .fa,
.filter-select-region-select-box:focus .fa,
.filter-select-type-select-box:hover .fa,
.filter-select-topics-select-box:hover .fa,
.filter-select-region-select-box:hover .fa {
	color: #fff;
}

/*Flex row*/
.row-flex--custom {
	margin-left: -15px;
	margin-right: -15px;
}

.row-flex--custom .col-md-auto {
	flex: 0 0 100%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width: 48em) {

	.row-flex--custom .col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
}

.align-items-center {
	align-items: center;
}

/* Masonry grid */
.masonryrow {
	transition: all .5s ease-in-out;
}

@media screen and (min-width: 48em) {
	.masonryrow {
		column-count: 2;
		column-fill: initial;
		column-gap: 30px;
		/* column-rule: 1px solid #eee; */
	}
}

.masonryrow .masonryrow__brick {
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}

.masonryrow-2 {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    /* max-height: 500px; */
}

.masonryrow__brick-2 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (max-width: 48em) {

	.masonryrow-2 {
		display: block;
		min-height: none;
	}

	.masonryrow__brick-2 {
		width: 100%;
	}
}

.btn-filterreset a {
	display: inline-block;
	display: inline-block;
    border: 1px solid;
    background-color: #ed1c24;
    color: #fff;
    padding: 4px 24px 4px;
	font-family: Auxilia Bold, Times, serif;
    font-size: 20px;
    line-height: 1.4;
}

.tax-filter__nav > div {
	margin-bottom: 1rem;
}

.tax-filter__label {
	font-family: Auxilia Bold, Times, serif;
	font-size: 21px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

/* news */
#tax-filter .row-flex.row-flex--custom.align-items-center.mb-5 {
	justify-content: space-between;
    max-width: 100%;
}

/* work */
.item-filter.item-filter-large img {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}

.item-filter.item-filter-large .title {
    font-size: 18px;
}
