/*
Theme Name: Abolitionist Law Center
Theme URI: https://social-ink.net
Description: Architecture, custom code and templating created by Social Ink
Version: 1
Author: Social Ink
Author URI: https://www.social-ink.net
*/


/*****************
LAYOUT
***********************************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}
.onepage {
    clear: both;
    min-height: 600px;
}

.content {
    min-height: 0;
    padding-bottom: 2em;
}

.content-flexible {
    display: flex;
    flex-wrap: nowrap;
}



.content-flexible>article {
    flex-grow: 5;
    margin-top: 1em;
}



.content-flexible>.metadatum {
    width: 35%;
    flex-shrink: 0;
    margin-left: 3em;
    margin-right: 0;
    margin-top: -3em;
    min-width: 200px;
    max-width: 320px;
}

.single .content-flexible>.metadatum {
    margin-top: 4em;
}

.content .text {}

.content.nosidebar {
    float: none;
    width: 100%;
}

.pageinfo {}

.notfound404 {
    margin-top: 2em;
}

.sink_icon svg {
   
}

/*****************
EXPANDERS
***********************************************/

.expanding_question {
    border-bottom: 2px solid #FF7354;
    margin-bottom: 2em;
    padding-bottom: 1em;
}

.expanding_question .expanding_contents,
.expander_section .expanding_contents {}

.expanding_question.opened .expanding_contents,
.expander_section.opened .expanding_contents {}

h2.expanding_header,
.expander_section header a {
    font-weight: 700;
    font-size: 1.5em;
    display: flex;
}

h2.expanding_header:after,
.expander_section header a:after {
    content: "►";
    margin-left: auto;
    font-size: .6em;
}

.expanding_question.opened h2.expanding_header:after,
.expander_section header a.activated:after {
    content: "▼";
    font-size: .6em;
}


/*****************
TYPE
***********************************************/

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

p {}

.fancyfont {}

.pageinfo h1 {
    font-size: 2em;
    font-weight: 900;
}

    .hero-none .pageinfo h1 {
        margin-top: 1em;
    }

.archiveinfo {
    margin-top: 2em;
}

.archiveinfo h1 {
    font-size: 2em;
    font-weight: 900;
    color: #FF7354;
    text-transform: uppercase;
}

.archiveinfo h1:before {
    content: "All Work Related to ";
    text-transform: uppercase;
    color: #fff;
}

.text {}

.text p {}

.text p:last-child {}

.text h1 {}

.text h2 {
    color: #FF7354;
    font-size: 1.5em;
}

.text h3 {
    font-size: 1.15em;
}

.text h4 {
    color: #fff;
}

.copy h3 + h4 {
  margin-top: 0;
  margin-bottom: 2em;
}

.text ul {}

.text ul li {}

.text ul li a {
    color: #ff7354;
}


/*****************
IMAGECOVERS
***********************************************/

.backgrounded_image {}

.backgrounded_image:before {}

.backgrounded_image>div {}


/*****************
FIXES FOR IE
***********************************************/

.ie8,
.ie9 {}

.ie7 {}


/*****************
BASIC INPUT AND FORMS
***********************************************/

input[type=text] {
    padding: .5em;
}

.extra-header-btns ul li > a,
.wpcf7 input[type=submit],
input[type=submit],
.button {
    border: 0 none;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
}

input[type=submit]:hover,
.button:hover {

    text-decoration: none;
}

input[type=submit]:active,
.button:active {}

input[type=submit]:focus,
.button:focus {}


/*****************
MOBILE HEADER (used for search bar in mobile)
***********************************************/

.mobile_expansion {}


.mobile_expansion+label.mobile_expand_search {}

.mobile_expansion:checked+label {}

.mobile_expansion+label.icon-search {}


/*****************
NAV MENU MARKUP
***********************************************/

.menu_horizontal li {}

.extra-header-btns ul {
    display: flex;
    margin: 0;
}

.extra-header-btns ul li {
    list-style: none;
}

/*****************
HEADER
***********************************************/

#header {
    width: 100%;
    margin: 0;
}

.header_inner {}

.logo {}

.logo img {
    width: 100%;
    background: #ff7354;
    padding: 10px 16px 10px 15px;
    /* for ie */
}

.topmenu {}

.topmenu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.topmenu li {}

.topmenu li:after {}

.topmenu li.last_item {}

.topmenu li a {}

.topmenu li[class*="current"] a,
.topmenu li:hover a {}

.sink_dropdown li ul.sub-menu {
  min-width: 180px;
  background: rgba(72, 72, 72, 0.95);
  transition: none;
}

.socialmedia {
    margin-left: auto;
}

.socialmedia svg {
    fill: #fff;
}

.topheader-topline.flexible {
    background: #373838;
    justify-content: flex-start;
}

.topheader-bottomline {
    display: flex;
    justify-content: flex-start;
    padding: 1%;
    align-items: center;
    background: #47393561;
}

.right-navcol {
    flex-grow: 5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 2%;
}

.tagline-logo {
    max-width: 150px;
    width: 122px;
    margin-right: 2em;
    text-transform: uppercase;
    font-weight: 800;
}

.extra-header-btns {
    margin-left: 2em;
}

    .extra-header-btns ul li > a,
    .extra-header-btns a.button {
        background: #FFD23F;
    }

        .extra-header-btns ul li > a:hover,
        .extra-header-btns a.button:hover {
        color: #000;
    }


.sink_dropdown_container {
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 400;
}

.search_indicator {
    margin-left: 2em;
}

.search_container {
    margin-bottom: 1px;
}

.search_container .flexible {
    max-width: 99%;
}
/*****************
TOPICS
***********************************************/

.topics_container {}

.topics_container ul {
    background: #000;
    padding: 1em;
    height: 175px;
    overflow-y: scroll;
}

.topics_container ul li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.topics_container ul li a {
    text-decoration: none;
}


/*****************
BACKGROUNDS
***********************************************/

.herospot {}


.herospot.contained {
    /* use this instead of height if the image is not full bleed; where the first number is the image height and the second number is the image width */
    /* padding-top: calc((460 / 1040) * 100%);*/
}

.home .herospot {
/*    height: calc(100vw / 1.75);*/
  height: calc(100vw / 2.5);
}

@media (max-height: 800px) {
    .home .herospot {
    max-height: 90vh;
    }
}

.herospot.semantic:before {}

.herospot.semantic>div,
.herospot.semantic>article,
.herospot.semantic>section {}


.slides li {
    margin: 0;
    list-style: none
}

.slideshow_area {}

.slideshow_area div.slide {}

#header .slideshow_area {
    top: 0;
    left: 0;
}

#header .slideshow_area div.slide {}


.slide_nav {}

.slide_nav a:before {}

.home .slide_nav {}

.slide_nav a {}

.slide_nav a:hover,
.slide_nav a:active,
.slide_nav a:focus {}

.slide_nav.left {}

.slide_nav.right {}


.fp-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 2em;
    color: #333;
}

    .fp-overlay:before {
        content: '';
        background: radial-gradient(77.11% 153.02% at 16.01% 39.18%, rgba(68, 7, 7, 0.88) 0%, rgba(254, 173, 153, 0.352) 38.54%, rgba(123, 242, 242, 0.8624) 74.89%, rgba(239, 209, 101, 0.5808) 100%);
        background: radial-gradient(77.11% 153.02% at 16.01% 39.18%, rgba(43, 4, 4, 0.88) 0%, rgba(64, 45, 40, 0.35) 38.54%, rgba(15, 43, 43, 0.86) 74.89%, rgba(130, 114, 56, 0.58) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100vw / 6);
        min-height: 200px;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        padding: 2em;
        color: #333;
        opacity: .8;
    }


    .fp-cta {
      position: absolute;
      bottom: 2em;
      left: 3em;
      
    }

        .fp-cta .header_overlay_txt {
            max-width: 340px;
            font-size: 1.2em;
            line-height: 2;
        }

        .fp-cta .header_overlay_txt a.button {
            font-size: 12px;
        }

/*****************
MODULES
***********************************************/

.socialink-module .modheader h1 {
    color: #fff;
    margin-bottom: 1.25em;
    font-style: normal;
    font-size: 2.2em;
    font-weight: 700;
    text-align: center;
}

.module-cta .module-inner-container {
    background: linear-gradient(91.21deg, #FF7354 2.83%, #FFAD9B 88.19%);
    padding: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
}

.module-cta .module-inner-container h1 {
    font-weight: 900;
    font-size: 4em;
}

.module-cta .module-inner-container p {
    font-size: 2em;
    font-weight: 700;
}

.module-cta .module-inner-container p:last-child {
    margin-bottom: 0;
}

.module-cta .button {
    background: #070707;
    border-radius: 35px;
    transform: rotate(-0.45deg);
    color: #fff;
    font-weight: 700;
    padding: .5em 1em;
}

.sink_cfields.field_metafield.fld_buttonmade.fld-call_to_action_button_url {
    margin-top: 2em;
}

.textholder.onerow.flexible {
    flex-wrap: nowrap;
    margin-bottom: 2em;
}

.textholder.onerow.flexible:nth-child(even) {
    flex-direction: row-reverse;
}

.textholder.onerow.flexible .module_img {
      min-width: 350px;
      flex-shrink: 0;
      width: 40%;
      margin-top: 1.5px;
    }

.textholder.onerow.flexible .module_text {
    background: #303030;
    border: 1px solid #000000;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/*****************
CASE
***********************************************/

.case-files-container ul li {
    list-style: none;
    margin-left: 0;
    margin-bottom: .5em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: .9em;
}

.case-files-container ul li .sink_icon {
    margin-right: 0;
}

.case-files-container ul li a {
    text-decoration: none;
}

.timeline-items { 
position: relative; }

.timeline-item-main {
    cursor: pointer;
    background: #252525;
    padding: 1em;
    margin-bottom: 2em;
    width: 40%;
    border-right: 1px solid #888;
position: relative;
}

.timeline-item-main:after {
    content: '';
    width: 20px;
    height: 20px;
    background: tomato;
    display: block;
    position: absolute;
    border-radius: 100em;
    
    top: 59px;
    right: -10px;
}

.timeline-item-main:hover {
    background: RGBA(255, 255, 255, 0.7);
    color: #000;
}

.timeline-item-main.activated {
    border: 2px solid #FF7354;
}

.timeline-item-more {
    background: #FF7354;
    padding: 2em;
    color: #000;
    min-height: 300px;
    display: none;
}

.timeline-item-more a,
.timeline-item-more p a:not(.button):not(.nf) {
    color:#111;
    text-decoration: underline;
}

.timeline-item-more p a:not(.button):not(.nf):hover {
    color:#000;
}

.timeline-item-more h2 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.timeline-item-more h2 .sink_icon {
    margin-left: auto;
    cursor: pointer;
}

.timeline-item-more.opened {
    display: block;
    position: absolute;
    width: 400px;
    top: 380px;
    left: 46.4%;
}

.timeline-item-more.opened::before {
  content: 'connect';
  background: linear-gradient(45deg, transparent 49%,tomato 50%, transparent 51%);
  position: absolute;
  left: -66px;
  top: 127px;
  padding: 0;

  height: 150px;
  display: block;
  color: transparent;
}

.item-files-container svg {
    width: 12px;
}

.item-files-container svg path {
    fill: #fff;
}

.timeline-item-more.opened svg {
    fill: #000;
    width:12px;
}

.timeline-item-more.opened svg#cancel-icon {
    position: absolute;
    top:10px;
    right:10px;
}

/*****************
FRONTPAGE
***********************************************/

section.fp {
    margin: 2em 0;
}

.fp-key-actions ul {
    display: flex;
    justify-content: space-around;
}

.fp-key-actions ul li {
    list-style: none;
    margin: 0;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #FF7354;
    font-weight: 800;
    border: 1px solid #FF7354;
    padding: 1.3em;
    width: 31%;
    text-align: center;
}

.fp-key-actions ul li a {
    display: inline-block;
}

.fp-action-alert h1 {
    font-size: 2em;
    text-transform: uppercase;
    font-style: italic;
}

.action-item.flexible {
    flex-wrap: nowrap;
}

.featured-img {
    flex-shrink: 0;
    height: 100%;
    width: 25%;
}

.action-item-desc {
    background: linear-gradient(91.21deg, #FF7354 2.83%, #FFAD9B 88.19%);
    color: #000;
    font-weight: 800;
    padding: 1em;
    line-height: 1.5;
    font-size: 1.1em;
}

.action-item-desc .button.button_black {
    background: #070707;
    border-radius: 35px;
    transform: rotate(-0.45deg);
    color: #fff;
    font-weight: 800;
}

.fp-key_themes_columns>.flexible {
    flex-wrap: nowrap;
    justify-content: space-around;
}

.theme-col {
    width: 32%;
}

.theme-col h1 {
    color: #FF7354;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.siloimg {
    max-height: 150px;
    overflow: hidden;
}

    .theme-col h1 .sink_icon {
        margin-right: 11px;
        margin-top: -5px;
    }

.action-txt {
    background: #303030;
    min-height: 330px;
    padding: 2em;
}

.theme-col>img {
    height: auto;
    width: 100%;
    max-width: inherit;
}

.fp-news-updates h1 {
    font-size: 2em;
    font-weight: 800;
    border-bottom: 1px solid #fff;
    padding-bottom: .4em;
    margin-bottom: .5em;
}

section.fp.fp-facts {
    background: rgba(255, 152, 129, 0.2);
    padding: 2em 0;
    margin-bottom: 4em;
}


.fp-facts h1 {
    font-size: 2em;
    font-weight: 800;
    border-bottom: 1px solid #fff;
    padding-bottom: .4em;
    margin-bottom: 1em;
}

.fp-facts .inner {
    flex-wrap: nowrap;
/*    background: rgba(255, 152, 129, 0.2);*/
    padding: 1em;
}

.fp-facts .facts-wrap {
    flex-wrap: nowrap;
    align-items: center;
}

.fp-facts .facts-wrap .img-container {
    margin-right: 1%;
    width: 48%;
}


.fp-facts-more {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    margin: 2em auto 1em;
}

.fp-facts a.button {
    padding: 1em 4em;
    font-size:1.1em;
}

.fp-letter-ed .inner {
    flex-wrap: nowrap;
    padding-left: 5%;
    position: relative;
}

.fp-letter-ed .inner>div {
    width: 75%;
}

.fp-letter-ed .col-left {
    border: 1px solid #FF7354;
    padding: 2em;
    padding-right: 200px;
}


.fp-letter-ed .inner > div.col-right {
    position: absolute;
    width: 450px;
    height: 450px;
    left: 55%;
    padding: 2em;
    top: 3%;
}

/*****************
FOOTER
***********************************************/
#subfooter {
    background-position: left top;
    background-size: 36%;
    height: calc(100vw / 3);
    background-repeat: no-repeat;
    margin-top: 5em;
}

#subfooter .centering_box {
    display: flex;
    height: 100%;
}

#subfooter .rightcol {
    margin-left: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: .8em;
}

#subfooter h1 {
    font-size: 2em;
    margin-bottom: 1em;
}

#subfooter h2 {
    font-size: 1.5em;
    font-weight: 900;
    color: #FF7354;
    margin-bottom: 0;
}

.sink_cfields.field_metafield.fld-footer_address {
    font-weight: 700;
    text-align: right;
    margin-top: auto;
    font-size: .9em;
}

#footer {
    clear: both;
}

.footer_inner {
    margin-top: 2em;
    font-size: .8em;
}

.footermenu {}

.footercredits {}

.footercredits a {}

.sitecredits {}

.sitecredits p {}

.sitecredits a {}

.sinkcredits {}

.sinkcredits p {}

.sinkcredits a {
    color: #fff;
    text-decoration: none;
}


/*****************
RELATED
***********************************************/

.related_content {
    text-align: center;
    margin: 2em 0;
}

.related_content .field_divlist {
    display: -ms-flexbox;
    display: flex;
    margin: 2em 0;
}

.related_content .field_divlist>div {
    background: #ccc none repeat scroll 0 0;
    border-right: 1px solid #fff;
    height: 250px;
    min-width: 25%;
    padding: 1em 2%;
}

.metadatum-inner {
    background: #252525;
    padding: 1em;
}

.metadatum h1 {
    font-size: 2em;
}

.metadatum .meta_item .lbl,
.metadatum h2 {
    color: #FF7354;
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: .5em;
}

.metadatum .meta_item .lbl:after,
.metadatum h2:after {
    content: ":";
}

.metadatum ul li {
    list-style: none inside;
    margin-left: 0;
    margin-bottom: .5em;
    text-transform: uppercase;
}

.metadatum ul li a {
    text-decoration: none;
}

.metadatum .meta_item {
    margin-bottom: 2em;
}

.metadatum .meta_item.obj-show_in_feeds,
.metadatum .meta_item.obj-category {
    display: none;
}

.metadatum .meta_item .lbl {}

.metadatum .meta_item .val {}

.metadatum .tax_item .lbl:before {
    content: "";
}

.metadatum .meta_item .val {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

/*****************
ARCHIVE
***********************************************/

article.archive_post {
 
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1em;
    padding-bottom: 0;
    flex-wrap: nowrap;
    background-color: #111;
    align-items: flex-start;
    display: block;
}

.archive-list-container article.archive_post,
.search article.archive_post {
    display: flex;
    margin-bottom: 2em;
    border-bottom: 1px solid #333;
}

article.archive_post:last-child {
    margin-bottom: 0;
}

aside.readmore {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;

}

article.archive_post.archivepost_last {
    border-bottom: 0;
}

.archive_post .featimg {
    flex-shrink: 0;
    margin-right: 2em;
    width: 150px;
}

.archive_post.thumb_exists .mainpost {}

article.archive_post h2 {
    font-size: 1.25em;
    margin-bottom: 0;
    font-weight: 900;
}

article.archive_post h2 a {
    text-decoration: none;
}

article.archive_post h2 a:hover {
    color: #fff;
}

article.archive_post p.post_header_meta {}

article.archive_post .post_meta {
    border-top: 1px solid #eaeaea;
    padding-top: 5px;

}

article.archive_post a.readmore {
    font-size: 90%;
    text-transform: uppercase;
}

article.archive_post a.readmore:after {
    content: '>';
    padding-left: 2px;
}


.view-grid {}


.view-grid.archive-list-container,
.view-grid .module_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.view-grid.archive-list-container .archive_post,
.view-grid .module_inner .archive_post {
    width: 32%;
    position: relative;
    margin-right: 1%;
}

.view-grid article.archive_post:last-child {
    margin-bottom: 1em;
}

.view-grid .module_inner .archive_post .featimg {
    flex-shrink: 0;
    margin-right: 0;
    width: 100%;
    max-height: 330px;
    overflow: hidden;
}

.view-grid .module_inner .archive_post .featimg a {
    display: block;
     
}

.view-grid .module_inner .archive_post .featimg a img {
    
}

.view-grid .module_inner .archive_post .featimg img {
    width: 100%;
}

.view-grid .module_inner .archive_post.thumb_exists .mainpost {
    margin-top: 0;
    
    padding: .5em;
    bottom: 0;
    width: 100%;
    background: rgba(120, 40, 22, 0.87);
}

.view-grid .module_inner article.archive_post h2 {
    margin-bottom: 0;
    font-size: 1em;

}



.relatedposts {}

.relatedposts ul {
    font-size: .6em;
}

.relatedposts li {}

.relatedposts .prev {}

.relatedposts .next {}

.single_relatedposts {}

.archive_relatedposts {}

p.readmore {
    margin-bottom: 0;
}

.sink_dropdown > li > ul.sub-menu > li.hover > ul {
  height: auto;
  visibility: visible;
  display: block;
  left: 10px;
  position: relative;
  max-height: none;
  border-left: 4px solid #ff7354;
  position: absolute;
  left: 176px;
  z-index: 9999;
}

.sink_dropdown > li.hover ul.sub-menu.has-subsub-menu {
    overflow: visible;
}