/**
Theme Name: PEF 2019 Theme
Author: Jordan Chatwin
Author URI: http://www.jordanchatwin.com
Description: This is a child theme using Astra as a parent theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pef-2019-theme
Template: astra
*/


/* PEF Authors widget */
.authors-grid-inner {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.columns-2 .authors-grid-inner {
    grid-template-columns: repeat(2,1fr);
}
.columns-3 .authors-grid-inner {
    grid-template-columns: repeat(3,1fr);
}
.columns-4 .authors-grid-inner {
    grid-template-columns: repeat(4,1fr);
}
.columns-5 .authors-grid-inner {
    grid-template-columns: repeat(5,1fr);
}
.columns-6 .authors-grid-inner {
    grid-template-columns: repeat(6,1fr);
}
.authors-grid-widget .pef-authors-single {
    display: block;
    padding: 0;
}
.pef-authors-widget .pef-authors-single {
    padding: 15px;
    text-align: center;
}
.pef-authors-widget .pef-authors-single a {
    display: block;
}
.pef-authors-widget img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}
.pef-authors-widget h3 {
    font-family: "Uni Neue", sans-serif;
    font-size: 1.4em !important;
    font-weight: 800;
    border-bottom: 2px solid;
    display: inline-block;
    margin: 0 auto 15px;
    padding-bottom: 6px;
    margin-bottom: 15px;
    color: #f05164;
    transition: all .2s linear;
}
.pef-authors-widget h3:hover {
    color: #333;
}
.pef-authors-widget p {
    display: inline-block;
    font-size: .9em !important;
    font-family: archivo, sans-serif;
    color: #6a6a6a;
    line-height: 1.4em;
}
.pef-authors-widget.thumbs-circular img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.pef-authors-widget.thumbs-rounded img {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}


/* Hide pages on authors page */
body.author .type-page {
    display: none !important;
}


.lae-container button.slick-prev,
.lae-container button.slick-prev:before,
.lae-container button.slick-prev:after,
.lae-container button.slick-next,
.lae-container button.slick-next:before,
.lae-container button.slick-next:after {
    text-shadow: none;
    background: none;
    border: none;
    padding: 0;
    opacity: 1;
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: #aaa;
    overflow: hidden;
    box-shadow: none;
    outline: none;
    text-indent: 0;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}
.lae-container button.slick-prev,
.lae-container button.slick-next {
    position: absolute;
    bottom: initial;
    left: initial;
    right: initial;
    top: calc(50% - 15px);
    font-size: 0;
}
.lae-container button.slick-prev {
    left: -40px;
}
.lae-container button.slick-next {
    right: -40px;
}
.lae-container button.slick-prev:before,
.lae-container button.slick-next:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;

    text-align: center;
}
.lae-container button.slick-prev:before {
    content: "\f137";
}
.lae-container button.slick-next:before {
    content: "\f138";
}
