/*
 Theme Name:   Newspaper Child - Little Rock Soiree
 Description:  Newspaper Child Theme for Little Rock Soiree
 Template:     Newspaper
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  newspaperchild
*/

/*
Woman in Business
*/
.fa {
    font-family: "FontAwesome";
}
.tdi_40 .tdb-featured-image-bg{
    background-size: contain !important;
}
ul.women-sponsor-list {
    text-align:center;
}
ul.women-sponsor-list img{
    width: fit-content;
    height: 100%;
    max-height: 150px;
    margin-bottom: 80px;
    max-width: 200px;
}
.women-sponsor-list-image{
    width: 36%;
    max-width: 20%;
    /* margin: 0px 150px; */
    vertical-align: middle;
    display: inline-block;
    list-style: none;
    margin-left: 0px !important;
}
.woman-socials-container{
    width:100%;
    display:inline-block;
    margin-top:20px;
    text-align:center;
    margin:0 auto;
}
.woman-socials-container i {
    width: 50px !important;
    border: white 5px solid;
    margin: 10px;
    padding: 10px;
    color: white;
    font-style: normal !important;
    font-size: 25px;
    display: inline-block;
}
.woman-socials-container i:hover {
    transition: 1s;
    color: #d59977;
    background-color: white;
}
body.woman-template-default #gallery-1{
    display:none;
}
h2.additional-details-title {
    font-family: Freight !important;
    font-size: 48px !important;
    font-style: italic !important;
    font-size: 34px;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.image-credit{
    top: -26px;
    position: relative;
}
.tdb_single_bg_featured_image .image-credit{
    right:-10px;
    text-shadow: 0px 0px 7px black;
    color: white;
}
.tdb_single_content .image-credit{
    right:-10px;
    top:-20px;
    text-shadow: 0px 0px 7px black;
    color: white;
}

.pressing-questions-title {
    line-height: 1em;
    font-family: Freight !important;
    font-size: 48px !important;
    font-style: italic !important;
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
.additional-details-container {
    margin: 0 auto;
    text-align: center;
    width: 60%;
}
.additional-details-container h4 {
    margin: 8px auto 24px auto;
    color: #fff;
    font-family: 'ChunkFiveRegular', 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 1.2em;
    line-height: 1.2em;
    letter-spacing: 1px;
}
.additional-details-container h5 {
    color: #d1b179;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0.02cm;
    text-transform: none;
}
.additional-details-container .details-row-1 .fromTop {
    vertical-align:top;
}
.single-woman #gallery-1 figure:first-child{
    display:none;
}
.questions-answers-container p {
    padding: 0px 0px 20px 0px;
    color: black;
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: left;
    font-family: 'Open Sans';
}
.pressing-questions-title{
    color: #5d4922; 
    text-align:center;
    font-size:48px;
    text-decoration:underline;
    padding-bottom:20px
}
.questions-answers-container{
    margin:0 auto;
    text-align:left;
}
.questions-answers-container h3 {
    font-family: Freight !important;
    font-size: 30px !important;
    color: #000000 !important;
    font-weight: 300 !important;
    font-style: italic !important;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.2em !important;
    text-align: left;
    text-transform: none;
}

@media screen and (min-width: 550px){
.questions-answers-container{
    max-width:1000px;
}

}
@media screen and (max-width: 550px){
    .women-sponsor-list-image{
        width: 100%;
        max-width: 100%;
        margin: inherit;
        vertical-align: middle;
        display: inline-block;
        list-style: none;
        margin-left: 0px !important;
    }
    .additional-details-container .fromTop {
        width: 100%;
        display: block;
        vertical-align: top;
    }
    .additional-details-container {
        width: 100%;
    }
}
.single .gallery-columns-1 .gallery-caption{
    position: relative;
    background-color: inherit;
}