/*
Theme Name: Texans for Fiscal Responsibility
Author: JPM
Version: 1.0
*/

body, html {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 25px;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: inherit;
    text-decoration: underline;
}
h1 {
    line-height: 40px;
}
a:hover {
    text-decoration: none;
}
.clear {
    display: block;
    width: 100%;
    clear: both;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 0 30px;
}
div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* Header Styles */
.header {
    width: 100%;
    background: #090d28;
    padding: 20px 0px;
}
.header .logo {
    max-width: 285px;
    margin: 0 auto;
}
.header .logo img {
    width: 100%;
    height: auto;
}
.action-buttons {
    float: right;
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 30px;
}
.mobile-action-buttons {
    display: none;
}
.action-buttons a {
    background: #ce1e2b;
    color: #ffffff;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    transition: all .3s ease-in-out;
}
.action-buttons a:hover {
    filter: brightness(120%);
}
.action-buttons a.subscribe {
    background: #003a70;
}
.action-buttons a.speaking {
    background: #41a33c;
}

.menu {
    border-top: 1px solid #858585;
    border-bottom: 1px solid #858585;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 50px -10px rgb(32 33 36 / 24%);
}
.mobile-menu {
    display: none;
    cursor: pointer;
}
.mobile-menu .label {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 19px;
    line-height: 36px;
    color: #090d28;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 7px;
    padding-left: 10px;
}
.mobile-menu svg {
    width: 30px;
    height: 30px;
    padding: 10px 0px;
}
.mobile-menu svg path {
    fill: #090d28 !important;
}
.mobile-menu-expand {
    display: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #858585;
    background: #ffffff;
}
.mobile-menu-expand ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 3px;
    flex-direction: column;
}
.mobile-menu-expand ul li {
    display: block;
    flex: 1;
    border-bottom: 1px solid #EFEFEF;
    padding-top: 5px;
    padding-bottom: 5px;
}
.mobile-menu-expand ul li:last-child {
    border-bottom: 0px;
}
.mobile-menu-expand ul ul li {
    padding: 0;
}
.mobile-menu-expand ul li a {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #090d28;
    text-decoration: none;
}
.mobile-menu-expand ul ul li a {
    font-size: 14px;
    line-height: 22px;
}
.mobile-menu-expand ul li ul {
    padding-left: 13px;
}
.mobile-menu-expand ul li ul li {
    border-bottom: 0px;
}
.mobile-menu-expand ul li.red a {
     color: #ce1e2b;
 }
.mobile-menu-expand ul li.red a:hover {
    color: #ce1e2b;
    -webkit-filter: brightness(130%);
    -moz-filter: brightness(130%);
    filter: brightness(130%);
}
.mobile-search-field {
    margin-top: 10px;
    position: relative;
    border: 1px solid #090d28;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.mobile-search-field .search-form input[type=submit] {
    top: 3px;
}
.menu .search-form {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu .search-form .search-field {
    width: 100%;
    display: block;
    border-bottom: 2px solid #003a70;
    position: relative;
}
.search-form input[type=text] {
    background: transparent;
    outline: 0;
    border: 0;
    height: 30px;
    line-height: 30px;
    font-size: 19px;
    color: #003a70;
    width: 100%;
    text-indent: 5px;
}
.search-form input[type=submit] {
    height: 26px;
    width: 26px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(imgs/search_dark.png) center center no-repeat;
    background-size: contain;
    outline: 0;
    border: 0;
}
.search-form input[type=submit]:hover {
    cursor: pointer;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 25px;
    float: left;
}

.menu ul li {
    margin: 0;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu ul li ul{
    position: absolute;
    flex-direction: column;
    opacity: 0;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    left: 50%;
    margin-left: -100px;
    top: 56px;
    background: #ffffff;
    border: 1px solid #858585;
    gap: 5px;
    padding: 0 5px;
    min-width: 200px;
    z-index: 20;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    visibility: hidden;
}
.menu ul li:hover ul{
    opacity: 1;
    visibility: visible;
}
.menu ul li ul li {
    display: block;
    border-bottom: 1px solid #EFEFEF;
    padding: 0 5px;
    flex: 1;
}
.menu ul li a {
    font-weight: bold;
    font-size: 19px;
    line-height: 36px;
    color: #090d28;
    text-decoration: none;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
}
.menu ul li.red a {
    color: #ce1e2b;
}
.menu ul li.red a:hover {
    color: #ce1e2b;
    -webkit-filter: brightness(130%);
    -moz-filter: brightness(130%);
    filter: brightness(130%);
}
.menu ul li ul li a {
    text-transform: none;
    font-size: 16px;
    line-height: 38px;
}
.menu ul li a:hover {
    color: #ce1e2b;
}
/* Social Styles */
.social {
    display: flex;
    flex-direction: row;
    float: left;
    margin-top: 30px;
}
.social a.icon {
    display: block;
}
.social a.icon:hover {
    cursor: pointer;
    transform: translateY(-3px);
    transition: all .3s ease-in-out;
}

.social .icon svg {
    fill: rgb(255, 255, 255);
    width: 32px;
    height: 32px;
}
.social .icon.rumble {
    padding-top: 4px;
    padding-right: 2px;
}
.social .icon.rumble svg {
    fill: rgb(255, 255, 255);
    width: 24px;
    height: 24px;
}
 path {
    fill: #ffffff !important;
}

/* homepage styles */
.headline {
    background: url(imgs/dome.png) #3287ca;
    background-position: right 80px top -60px;
    width: 100%;
    height: 450px;
    position: relative;
    background-repeat: no-repeat;
}
.headline-fader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: #090d28;
    display: block;
}
.headline-text {
    position: relative;
    z-index: 20;
    width: 600px;
    padding-top: 70px;
    color: #ffffff;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
}
.video-slider {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    background: #efefef;
}
.video-slider h1 {
    text-align: center;
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 50px;
}
.video-slider .slider {
    display: block;
    width: 100%;
}
.video-slider .slick-track {
    min-height: 450px;
}
.video-slider .slider .video-slide {
    opacity: 1;
    width: 750px;
}

.video-slider .slider .video-slide .video-slide-inner {
    margin: 0 auto;
    display: block;
    width: 550px;
    transition: all .5s ease-in-out;
    opacity: 0.6;
    padding-top: 50px;
}
.video-slider .slider .slick-active.slick-center .video-slide .video-slide-inner {
    width: 100%;
    opacity: 1;
    padding-top: 0px;
}
.video-slider .slick-dots {
    text-align: center;
    bottom: -35px;
}
.video-slider .slick-dots li button:before {
        background: #B3B4B5;
}
.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
    -moz-filter: brightness(75%);
    filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(imgs/play-button.png) no-repeat;
    cursor: pointer;
}

/* icons*/
.icons {
    margin-top: 50px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.icons a {
    flex: 1 1 21%;
    display: flex;
    padding: 20px;
    text-decoration: none;
    text-align: center;
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    background: #090d28;
    color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icons a .icon {
    width: 160px;
    display: block;
    margin: 0 auto;
}
.icons a img {
    width: 100%;
    height: auto;
}
.icons a .text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    flex-grow: 1;
}
.icons a .hover-text {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: #003a70;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    font-size: 14px;
    font-weight: normal;
    opacity: 0;
    visibility: hidden;
    line-height: 18px;
    transition: all .3s ease-in-out;
}
.icons a:hover .hover-text {
    opacity: 1;
    visibility: visible;
}
.icons a .hover-text .learn-more-cta {
    background: #ce1e2b;
    font-size: 12px;
    display: inline-block;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 7px;
    transition: all .3s ease-in-out;
}
.icons a .hover-text .learn-more-cta:hover {
    filter: brightness(120%);
}
/* Body Styles */
.main-content {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}
.main-content h1 {
    padding-bottom: 30px;
}
.main-content iframe {
    display: block;
    margin: 0 auto;
}
.column-heading {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.column-heading img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.column-layout {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.column-layout .main-column {
    flex: 1;
}
.column-layout .sidebar {
    flex: 0 0 320px;
}
.person {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}
.person .profile-image {
    flex: 0 0 150px;
    display: block;
}
.person .profile-image img {
    max-width: 100%;
    height: auto;
}
.person .profile-image .caption {
    text-align: center;
    margin-top: -10px;
}
.person .bio {
    padding-left: 30px;
    flex: 1;
    flex-grow: 1;
    padding-bottom: 30px;
}
.cat-header {
    display: flex;
    flex-direction: row;
}
.cat-header h1 {
    flex: 1;
    flex-grow: 1;
}
.cat-menu-wrapper {
    position: relative;
    display: block;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: #ffffff;
    overflow: hidden;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #000;
    flex: 0 0 200px;
    margin-top: 20px;
    margin-left: 5px;
}


.cat-menu-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: #ffffff;
    appearance: none;
    outline: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: inherit;
    cursor: pointer;
    border: 0;
    text-indent: 15px;
}

.cat-menu-wrapper select::-ms-expand {
    display: none;
}

.cat-menu-wrapper::after {
    content: '\25BC';
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #ffffff;
    pointer-events: none;
}

/* Blog Styles */
.featured-slider {
    padding: 20px 30px;
    background: #363947;
    width: 100%;
    display: block;
    color: #ffffff;
    position: relative;
    margin-bottom: 50px;
}
.featured-slider h1 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.featured-slider .content a {
    text-decoration: none;
 }
.featured-slider .content a:hover {
    text-decoration: underline;
}
.featured-slider .slide .slide-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.featured-slider .slide .image {
    flex: 0 0 400px;
    width: 400px;
}
.featured-slider .slide .content {
    flex: 1;
    flex-grow: 1;
    padding-left: 20px;
}
.featured-slider .slide h1 {
    text-transform: none;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 5px;
}
.main-loop h1 {
    padding-bottom: 0px;
}
.loop-entry {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.loop-entry .image {
    flex: 0 0 400px;
    width: 400px;
}
.loop-entry .content {
    flex: 1;
    flex-grow: 1;
    padding-left: 20px;
}
.loop-entry .content  a {
    text-decoration: none;
}
.loop-entry .content  a:hover {
    text-decoration: underline;
}
.loop-entry h1 {
    text-transform: none;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 5px;
}
.navigation {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 30px;
}
.navigation a {
    display: block;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-decoration: none;
}
.navigation a:hover {
    text-decoration: underline;
}
.navigation .previous {
    float: left;
}
.navigation .next {
    float: right;
}
.placeholder-image {
    display: block;
    width: 100%;
    height: 226px;
    background: url(imgs/logo.png) center center no-repeat #090d28;
    background-size: 60%;
}
a.category-banner {
    padding: 3px 10px;
    display: inline-block;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
    background: #090d28;
    font-weight: bold;
    margin-right: 10px;
}
a.category-banner:hover {
    text-decoration: none !important;
    background: #003a70;
    transition: all .3s ease-in-out;
}
/* Single Post Styles */
.single-content a.category-banner {
    text-decoration: none;
}
.single-content h1 {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
}
.single-content .metadata {
    margin-bottom: 20px;
}
.twitter-tweet {margin:auto;}
.wp-block-embed__wrapper { text-align: center; }
.metadata .divider {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.single-content .metadata a {
    text-decoration: none;
}
.single-content .metadata a.tag {
    color: #ce1e2b;
}
.single-content .metadata a:hover {
    text-decoration: underline;
}
.single-content .post-thumbnail img {
    width: 100%;
    height: auto;
}
.single-content .social-share {
    text-align: center;
}
.single-post-page {
    display: flex;
    flex-direction: row;
}
.single-post-page .post-content {
    flex: 1;
    flex-grow: 1;
}
.single-post-page .sidebar {
    flex: 0 0 350px;
    padding-left: 40px;
    display: block;
}

/* Sidebar Styles */
.sidebar .featured-posts {
    width: 100%;
    background: #363947;
    padding: 20px;
    color: #ffffff;
}
.sidebar .featured-posts h1 {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}
.sidebar .featured-posts .post {
    display: block;
    margin-bottom: 25px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #EFEFEF;
}
.sidebar .featured-posts .post:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.sidebar .featured-posts .post h1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3px;
}
.sidebar .featured-posts .post .metadata {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}
.sidebar .featured-posts .post h1 a {
    text-decoration: none;
}
.sidebar .featured-posts .post h1 a:hover {
    text-decoration: underline;
}
.sidebar .featured-posts .post .excerpt p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #EFEFEF;
}
/* Footer Styles */
.footer {
    width: 100%;
    background: #090d28;
    padding: 50px 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.footer .footer-menu ul {
    display: block;
    text-align: center;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.footer .footer-menu ul li {
    display: inline-block;
    margin: 0 20px;
}
.footer .footer-menu ul li ul {
    display: none;
}
.footer .footer-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 22px;
    line-height: 27px;
}
.footer .footer-menu ul li a:hover {
    text-decoration: underline;
}
.footer .action-buttons {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    gap: 30px;
}
.footer .action-buttons a {
    margin-left: 10px;
    margin-right: 10px;
}

/* Slick Styles */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next
{
    position: absolute;
    top: 100%;
    margin-top: 20px;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #090d28;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
    font-size: 35px;
    font-weight: bold;
}
.slick-prev:hover,
.slick-next:hover {
    color: #ce1e2b;
    transition: all .3s ease-in-out;
}
.slick-next {
    right: 10px;
}
.slick-prev {
    left: 10px;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 21px;
    height: 20px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    content: "";
    height: 15px;
    width: 15px;
    display: block;
    background: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.slick-dots li.slick-active button:before
{
    background: #ff1616;
}


/* Responsive Styles  */
@media screen and (max-width: 1350px) {
    .headline-text {
        margin: 0 auto;
    }
    .headline-fader {
        opacity: 0.75;
    }
}
@media screen and (max-width: 1200px) {
    .video-slider .slider .video-slide {
        width: 800px;
    }
    .video-slider .slider .video-slide .video-slide-inner {
        width: 650px;
    }
    .video-slider .slider .video-slide {
        height: 450px;
    }
    .video-slider .slick-track {
        min-height: 465px;
    }
}
@media screen and (max-width: 1100px) {
    .menu .nav-menu, .menu .search-form {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
}
@media screen and (max-width: 935px) {
    .video-slider {
        padding: 40px 60px;
    }
    .video-slider .slider .video-slide .video-slide-inner {
        width: 100%;
        opacity: 1;
        padding-top: 0px;
    }
    .video-slider .slider .video-slide {
        width: 100%;
    }
    .video-slider .slider .video-slide .video-slide-inner {
        width: 100%;
    }
    .video-slider .slider .video-slide {
        height: auto;
    }
    .video-slider .slick-track {
        min-height: 0px;
    }
    .slick-next, .slick-prev {
        padding: 0;
    }
    .slick-next {
        right: 0px;
    }
    .slick-prev {
        left: 0px;
    }
}

@media screen and (max-width: 935px) {
    .video-slider {
        padding: 40px 50px;
    }
    .featured-slider .slide .slide-inner, .loop-entry {
        flex-direction: column;
        overflow:hidden;
    }
    .featured-slider .slide .slide-inner .image, .loop-entry .image {
        flex: 1;
        margin-bottom: 10px;
    }
    .featured-slider .slide .slide-inner .content, .loop-entry .content {
        text-align: center;
    }
    .loop-entry h1, .featured-slider .slide h1 {
        text-align: center;
    }
    .main-loop h1, .main-content h1 {
        text-align: center;
    }
    .single-post-page {
        flex-direction: column;
    }
    .single-post-page .sidebar {
        padding-left: 0px;
        padding-top: 30px;
    }
    .single-content .metadata {
        text-align: center;
    }
    .single-content .category-banner-container {
        text-align: center;
    }
    .search-form input[type=submit] {
        margin-top: 6px;
    }
    .icons a {
        display: block;
    }
    .icons a .hover-text {
        opacity: 1 !important;
        visibility: visible !important;
        position: relative;
        background: transparent;
        overflow: visible;
        height: auto;
        width: 100%;
        text-align: center;
    }
    .cat-header {
        display: block;
    }
    .cat-menu-wrapper {
        display: block;
        max-width: 200px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .column-layout {
        flex-direction: column;
    }
    .column-layout .main-column {
        flex: 1;
    }
    .column-layout .sidebar {
        flex: 1;
        text-align: center;
    }
}
@media screen and (max-width: 1050px) {
    .social {
        display: none;
    }
    .action-buttons {
        display: none;
    }
    .action-buttons.mobile-action-buttons {
        display: block;
        float: none;
        margin-top: 30px;
        text-align: center;
    }
    .action-buttons a {
        margin-left: 8px;
        margin-right: 8px;
    }
    .headline-text {
        width: 100%;
        font-size: 28px;
    }
}
@media screen and (max-width: 580px) {
    .headline-text {
        font-size: 22px;
        padding-bottom: 40px;
    }
    .headline {
        height: auto;
    }
}

@media screen and (max-width: 430px) {
    .footer .action-buttons a, .action-buttons a {
        padding: 5px 6px;
        font-size: 16px;
        margin: 0 4px;
    }
}

/* Figure Styles */
.wp-block-image figcaption {
    text-align: center;
}

/* WP Styles */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}
.wp-smiley {
    margin: 0;
}
.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl {
    margin: 0;
}
.gallery img {
    border: 10px solid #f1f1f1;
}
.gallery br+br {
    display: none;
}
#content .attachment img {/* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}
