/*
Theme Name: Lewes
Author: Neil Turner
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*@import 'https://lewes.co.uk/betty/css/betty.css';*/


.ast-above-header-wrap {
    z-index:999999;
    width:100%;
    position:fixed;
}

.home .ast-below-header-wrap{
    display:none;
} 

.leftimage-caption{
    background-color:#f2f2f2;
    text-align:center;
}

.img-rounded{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}


.acf-form{
    background-color:#f2f2f2;
    border-radius:30px;
    padding:20px;
    font-size:1.1em;
    margin:20px 0 20px 0;
}

.acf-form input, .acf-form select, .acf-form textarea{
    font-size:inherit;
    border-radius:30px;
    background-color:#fdfdfd;
    border:none;
    margin-bottom:20px;
}

.acf-form textarea{
    min-height:150px;
}

.acf-form label{
    font-size:inherit;
    display:block;
    margin-bottom:10px;
}
.acf-form small{
    display:block;
}


.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-color: #ddd;
}

.panel-heading {
    font-family: oswald_regular,economicaregular,yanone_kaffeesatzregular,allerregular,verdana,arial;
    text-transform: uppercase;
    font-size: 1.3em;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 8px;
    border-bottom: none;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
}

.panel-body {
    padding: 15px;
}

.business-listing .category{
    float:right;
}



.job-listings, .business-listings{
    display:flex;
    gap:4%;
    flex-flow:row wrap;
    justify-content:space-between;
    align-items:stretch;
}
.job-listing, .business-listing{
    flex-basis:30%;
    padding:20px 0 20px 0;
    border-bottom:1px solid #0c72c3;
}
.job-listing h3, .business-listing h3{
    line-height:1.4em;
}
#search-input{
    font-size:.9em;
    border:none;
    padding:10px 20px;
    border-radius:5px;
    width:100%;
}

.button{
    background-color:crimson;
    color:white;
    font-weight:500;
    border-radius:50px;
    border:none;
    padding:5px 10px;
}

.latest-job-listing{
    line-height:1.2em;
    border-bottom:1px dotted #888888;
    padding-bottom:5px;
    margin-bottom:5px;
}



/* WHATS ON ----------------------------*/

.event-listing{
    display:flex;
    flex-flow:row wrap;
    gap:5%;
    justify-content: space-between;
    border-bottom:1px dotted #888888;
    margin-bottom:20px;
    padding-bottom:20px;
}
.event-details{
    flex-basis:65%;
}
.event-image{
    flex-basis:30%;
}



/* FORUM ------------------------------------*/

#posts {

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;


    list-style-type: none;
    margin-left: 0;
    padding-left: 10px;
}

#posts ul {
    padding-left: 2px;
    margin-left: 2px;
    margin-top: 3px;
    list-style-type: none;
}

#posts li {
    margin-bottom: 6px;
    font-size: .95em;
    line-height: 1.1em;
}

.thread {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.author {
    text-transform: uppercase;
    font-size: 9px;
}

.date {
    font-size: 9px;
    color: #666666;
    margin-right: 6px;
}

.replies {
    padding: 0 0 0 0;
    margin: 0;
    list-style-type: none;
}

.reply, .clickedreply {
    font-size: 1em;
    line-height: 1.5em;
    color: #336;
    /* background-image: url(/images/backgrounds/bgPost.png); */
    background: #d6e9f0;
    background: -moz-linear-gradient(top,  #d6e9f0 0%, #ffffff 50px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e9f0), color-stop(50px,#ffffff));
    background: -webkit-linear-gradient(top,  #d6e9f0 0%,#ffffff 50px);
    background: -o-linear-gradient(top,  #d6e9f0 0%,#ffffff 50px);
    background: -ms-linear-gradient(top,  #d6e9f0 0%,#ffffff 50px);
    background: linear-gradient(to bottom,  #d6e9f0 0%,#ffffff 50px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e9f0', endColorstr='#ffffff',GradientType=0 );
    background-repeat: no-repeat;
    padding: 10px;
    margin-bottom: 8px;
}

.clickedreply {
    background-image: url(/images/backgrounds/bgPostClicked.png);
    background: #faf5b5;
    background: -moz-linear-gradient(top,  #faf5b5 0%, #ffffff 50px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf5b5), color-stop(50px,#ffffff));
    background: -webkit-linear-gradient(top,  #faf5b5 0%,#ffffff 50px);
    background: -o-linear-gradient(top,  #faf5b5 0%,#ffffff 50px);
    background: -ms-linear-gradient(top,  #faf5b5 0%,#ffffff 50px);
    background: linear-gradient(to bottom,  #faf5b5 0%,#ffffff 50px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf5b5', endColorstr='#ffffff',GradientType=0 );
    margin-top: 20px;
}