/*
 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;
}