/*
 Theme Name:   givingpress_child
 Template:     givingpress-lite
*/


/* reduce padding on post area for full page */
.postarea.full {
	padding: 10px 0px;
}

/*make feature images at top of page fill the whole postarea*/
.feature-image {
    margin: 0px;
}

/* Colour blocks for text on about us page, defined within text-sections*/
.brown {
    background-color: #c8cd7a;
}
.yellow {
    background-color: #D3DD5F;
}
.green {
    background-color: #8EC79B;
}

.text-section {
    padding: 20px 0px;
}

/**/
.wp-block-media-text {
    padding: 10px;
}

/*Padding for paragraphs and headings */
p, h1, h2, h3, h4, h5, h6{
    padding: 1% 5%;
}

/*styling for lists*/
ul, ol {
    padding: 1% 4% 1% 7%;
    font-family: 'Helvetica';
}

ul li, ol li {
        list-style-position: outside;
}

ul li {
    list-style: inside;
    list-style-type: square;
    margin: 6px 0px;
	padding: 0px 0px 0px 1%;
}

.list-bold {
    font-size: 1.4em;
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
}

/*columns on Home page, one bold with larger text and one normal with smaller text*/
.p-two-columns-left {
    padding: 1% 10%;
}
.p-two-columns-right {
    padding: 1% 10%;
}


.wp-block-media-text {
      padding: 1% 3%;
}

.wp-block-media-text__content {
      padding: 0% 1%;
}

.wp-block-media-text .wp-block-media-text__content{
    direction:ltr;
    padding:0 3%;
    word-break:break-word}

/* Container holding the image and the text */
.container-image {
  position: relative;
  text-align: center;
  color: white;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*Button styling*/
.button {
   background-color: #8EC79B;
   border-radius: 50px;
   border: none;
   color:#eeeeee;
   padding: 15px 32px;
   text-align: center;
   text-decoration: none;
   font-family: 'Helvetica';
   display: flex;
   justify-content: center;
   margin: 0 auto;
}

button:hover, .button:hover{
    background-color:#D3DD5F;
}


.edit-value {
    margin-top: 0;
}

/*style for caldera forms on sign up pages*/
.caldera-grid p {
    padding: 0;
}
.caldera-text {
    padding: 0;
}

#page-483 .crm-container .crm-section .label {
    float: left;
    width: 26%;
    text-align: left;
    margin-right: 15px;
}

#page-483 input {
    /* padding: 12px 8px !important; */
    border: 1px solid rgba(0, 0, 0, 0.12);
    width: auto;
    height: auto;
}

#page-483 #crm-container.crm-public .content {
    padding-top: 6px;
    font-size: 15px;
    margin-top: 0;
    float: left;
    width: 70%;
    margin-left: 0;
}

#page-483 #crm-container.crm-public .content p {
    padding: initial;
}

#page-483 #crm-container.crm-public .crm-section, .crm-section {
    margin-bottom: 5px;
}

#page-483 .crm-container label {
    font-weight: bold;
}

#page-483 .crm-profile-name-Gift_Aid .content label {
    float: left;
    clear: right !important;
    /* margin-left: 21px; */
    margin-top: -1px;
    font-size: 0.8em;
}

#page-483 .crm-profile-name-Gift_Aid .content input {
    display: inline-block;
    float: left;
    clear: left !important;
}

#page-483 #footer_text p {
    padding: 0;
}

#page-483 .crm-container fieldset legend {
    font-size: 20px;
    padding: 10px;
    padding-left: 0;
    font-family: 'Anton', sans-serif;
    margin-bottom: 15px;
}

.donation-button {
    float: right;
}

.donation-button a{
    background: #669900;
    padding: 10px 15px;
    color: whitesmoke;
    transition: all ease 0.3s;
}
.donation-button a:hover {
    opacity: 0.8;
    text-decoration: none;
}