/*
 Theme Name:   WRDF/SILAA
 Theme URI:    https://www.wycliffe.org.au/
 Description:  Wiles Child Theme for WRDF and SILAA
 Author:       Derryn J
 Author URI:   https://www.wycliffefoundation.org.au
 Template:     wiles
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

*/
p,.entry-content p, .entry-content li {
	font-family: Arial, sans-serif;	
	line-height: 1.6em;
	word-spacing:unset;
}
/* Disable stupid zooming on images and fix image resizing issues */
.cthumb a img{
	max-width:374px;
	height:auto;

    -webkit-transform:scale(1)!important; 
    -moz-transform:scale(1)!important; 
    -ms-transform:scale(1)!important;
    -o-transform:scale(1)!important; 
    transform:scale(1) !important; 
  }

@media only screen and (min-width: 1025px){
.cat-container article, .home-container article {
max-height: 650px;
}
}

@media (max-width: 986px){
.header {
    background-color: inherit;
	}
}

/* Remove borders on images */
img.alignleft, img.centered, img.aligncenter, img.alignright, img.alignnone, .attachment-full, .attachment .entry-content img, .size-full{
border:none;
}

/* Fix for posts appearing alone on a line on the homepage */
.home-container > article:nth-child(3n+1){
clear:left !important;
}

/* Fix for posts appearing alone on a line on the category pages */
.cat-container > article:nth-child(3n+1){
clear:left !important;
}

.related-articles{
text-align:center !important;
}
.related-article img{max-width:374px; height:199px;}

/* Button colours */
.wpcmsdev-button.color-yellow2 {
    background-color: #05ffff;
color: #405d88 !important;
    font-weight: bold;
border-radius: 30px;
}

.wpcmsdev-button.color-bluew {
 background-color: #F8981D;
color: #FFFFFF !important;
    font-weight: 500;
font-size: 16px;
border-radius: 10px;   
}

.wpcmsdev-button:hover span {
color: #FFFFFF !important;
}

.wpcmsdev-button.color-debsNewFav {
    background-color: #F8981D;
color: #FFFFFF !important;
    font-weight: 500;
font-size: 20px;
border-radius: 10px;
}

.fp-head{margin-top: 0px;padding: 30px;overflow: auto;background-color:#333;}
.fp-head h1{margin:0px; color:#fff; font-size:28px; }
.fp-head p {color:#fff;}

.fp-subhead{margin-top: 0px;padding: 0px;overflow: auto;background-color:#F89119; text-align:right; font-weight:600;}
.fp-subhead h1{margin:0px; color:#fff; font-size:28px; }
.fp-subhead p {margin-right:25px; color:#fff; font-size:20px; font-family:'Lato', Arial, Helvetica, sans-serif;}


.header .logo img{
max-width:80%;
}

.donateInfotxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00577d;
	text-decoration: none;
}
.donateTxtDiv{
margin:0 auto;
width:100%;
text-align:center;
padding-bottom:20px;
}

#buttonBar {
min-height: 60px;
}