/*
Theme Name: Authors Unleashed
Theme URI: https://authorsunleashed.com
Description: Authors Unleashed
Author: Webedelic
Author URI: http://www.webedelic.com
Description: Authors Unleashed
Version: 1.0
Tags: Authors Unleashed
License:
License URI:
*/

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap')




html, body {
	font-size: 15px;
    font-family: "Titillium Web", sans-serif;
	color: #4d4d4e;
	height: 100%;
}

h1, h2 {
	color: #4d4d4e;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 24px;
	font-family: "Titillium Web", sans-serif;
	color: #000000;
	font-weight: 900;
}

h3 {
	font-size: 18px;
	font-family: "Titillium Web", sans-serif;
	color: #000000;
	font-weight: 700;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	border: none;
	text-align: left;
}

h4 {
	font-size: 18px;
	font-family: "Titillium Web", sans-serif;
	color: #000000;
	font-weight: 700;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	border: none;
	text-align: left;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #ffffff; text-decoration: none; }
a:visited {color: #ffffff; text-decoration: none; }
a:hover {color: #afafaf; text-decoration: none; }
a:active {color: #ffffff; text-decoration: none; }






.redtopline {
	background-color: #f78b02;
	width: 100%;
	height: auto;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:0px;
	padding-left:0px;
}






.navlogo {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
}




.logoleft {
	width: 182px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:8px;
	padding-left:0px;
	float: left;
	
}





.logoright {
	width: 960px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}




.topnav {
	padding-top:0px;
	padding-bottom:5px;
	padding-right:0px;
	padding-left:0px;
	font-size: 13px;
  font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	color: #afafaf;
	text-transform: uppercase;
}




.topnav a:link {color: #ffffff; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:10px; padding-left:10px; }
.topnav a:visited {color: #ffffff; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:10px; padding-left:10px; }
.topnav a:hover {color: #dddddd; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:10px; padding-left:10px;
	background-repeat: no-repeat;
    background-position: top center; }
.topnav a:active {color: #ffffff; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:10px; padding-left:10px; } 


.topnav ul {
    list-style-type: none;
    margin: 0;
	margin-left: -26px;
} 

.topnav ul li {
    display: inline;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
}





.topnav ul li{
	position: relative;
	padding-left:10px;
	padding-top:10px;
	float: right;
}







.navline {
	padding-top:25px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
  font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	text-transform: uppercase;
}




.navline a:link {color: #000000; text-decoration: none; padding-top:30px; padding-bottom:10px; padding-right:10px; padding-left:10px; }
.navline a:visited {color: #000000; text-decoration: none; padding-top:30px; padding-bottom:10px; padding-right:10px; padding-left:10px; }
.navline a:hover {color: #953733; text-decoration: none; padding-top:30px; padding-bottom:10px; padding-right:10px; padding-left:10px;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #953733;
	background-repeat: no-repeat;
    background-position: top center; }
.navline a:active {color: #000000; text-decoration: none; padding-top:30px; padding-bottom:10px; padding-right:10px; padding-left:10px; } 


.navline ul {
    list-style-type: none;
    margin: 0;
	margin-left: -26px;
} 

.navline ul li {
    display: inline;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
}





.navline ul ul a {
	width: 200px;
	padding-top:5px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	display: block;
	font-size: 16px;
	margin-top: 0px;
	margin-left: -26px;
	z-index: 999;
	
}

.navline ul li{
	position: relative;
	padding-left:10px;
	padding-top:10px;
	float: right;
}




.navline ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	text-align: left;
	padding-bottom:20px;
	background-color: #e61a23;
	margin-top:10px;
	z-index: 999;
}

.navline ul li:hover > ul{
	position: absolute;
	color: #ffffff;
	top: 100%;
	opacity: .9;
}

.navline ul ul a:link {color: #ffffff; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px; font-weight: 400; }
.navline ul ul a:visited {color: #ffffff; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px; font-weight: 400; }
.navline ul ul a:hover {color: #dddddd; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px; font-weight: 400; background-image: url(images/logo-blank.png);}
.navline ul ul a:active {color: #ffffff; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px; font-weight: 400; } 






.headerbg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:80px;
	padding-bottom:80px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}






.headerinsidebg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 350px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.headertext {
    width: 600px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;

    /* New properties */
    background-color: rgba(255, 255, 255, 0.5); /* translucent white */
    border: 0.25pt solid rgba(0, 0, 0, 0.8);   /* semi-transparent thin border */
}




.headertitle1 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 38px;
	line-height: 50px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
	  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Standard property */
  -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Webkit prefix for older browsers */
}




.headertitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 45px;
	line-height: 60px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
	  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Standard property */
  -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Webkit prefix for older browsers */
}



.headertitle3 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 25px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
}









.whitebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 16x;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
  cursor: pointer;
  
}



.whitebutton a:link {color: #000000; text-decoration: none; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #000000; }
.whitebutton a:visited {color: #000000; text-decoration: none; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #000000; }
.whitebutton a:hover {color: #ffffff; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #000000;background-color: #000000;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.whitebutton a:active {color: #000000; text-decoration: none; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #000000; } 




.redbutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
  cursor: pointer;
  
}



.redbutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #953f25;background-color: #953f25; }
.redbutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #953f25;background-color: #953f25; }
.redbutton a:hover {color: #953f25; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #953f25;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.redbutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #953f25;background-color: #953f25; } 









.whiteoutlinebutton {
	width: 45%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
  border: none;
  color: white;
  text-align: center;
  font-size: 16x;
  margin-bottom: 40px;
  opacity: 1;
  transition: 0.3s;
  display: block;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	color: #953f25;
	text-transform: uppercase;
  cursor: pointer;
  border-style: solid; border-width: 1px; border-color: #afafaf;
  margin-right:3%;
  float: left;
  
}


.whiteoutlinebutton a:link {color: #953f25; text-decoration: none;border-color: #afafaf;display: block; }
.whiteoutlinebutton a:visited {color: #953f25; text-decoration: none;border-color: #afafaf;display: block; }
.whiteoutlinebutton a:hover {color: #ffffff; text-decoration: none;border-color: #afafaf;background-color: #953f25;display: block; }
.whiteoutlinebutton a:active {color: #953f25; text-decoration: none;border-color: #afafaf;display: block; }








.redutlinebutton {
	width: 45%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
  border: none;
  color: white;
  text-align: center;
  font-size: 16x;
  margin-bottom: 40px;
  opacity: 1;
  transition: 0.3s;
  display: block;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
  cursor: pointer;
  border-style: solid; border-width: 1px; border-color: #953f25;background-color: #953f25;
  float: left;
  
}


.redutlinebutton a:link {color: #ffffff; text-decoration: none;border-color: #953f25;display: block; }
.redutlinebutton a:visited {color: #ffffff; text-decoration: none;border-color: #953f25;display: block; }
.redutlinebutton a:hover {color: #953f25; text-decoration: none;border-color: #953f25;background-color: #ffffff;display: block; }
.redutlinebutton a:active {color: #ffffff; text-decoration: none;border-color: #953f25;display: block; }



.redutlinebutton a:hover {background-color: #ffffff;display: block;color: #953f25;border-color: #953f25;  }


.wotitle1 {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	font-size: 22px;
	line-height: 22px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	text-align: left;
	text-transform: uppercase;
}




.wotitle2 {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	font-size: 16px;
	line-height: 16px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	text-align: left;
}


.wotitle3 {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	font-size: 14px;
	line-height: 14px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}




.wotitle4 {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	font-size: 14px;
	line-height: 14px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}



.homenewsthumbcolumn {
	width: 50px;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:20px;
	padding-left:10px;
	float: left;
}





.pagetitle1 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 40px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	color: #afafaf;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 4px;
}




.pagetitle1right {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 40px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	color: #afafaf;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 4px;
}


.pagetitle1b {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 40px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	color: #afafaf;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom:-20px;
}



.pagetitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 3px;
}


.pagetitle2right {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 3px;
}



.footerleft {
	width: 450px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	float: left;
}



.footerright {
	width: 650px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	text-align: right;
	font-size: 13px;
	float: left;
}







.footerhrline {
	background-color: #afafaf;
	width: 100%;
	height: 2px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
}






.footernav1 {
	padding-top:80px;
	padding-bottom:80px;
	padding-right:0px;
	padding-left:0px;
	font-size: 13px;
  font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	color: #afafaf;
	text-transform: uppercase;
}




.footernav1 a:link {color: #afafaf; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:0px; padding-left:10px; }
.footernav1 a:visited {color: #afafaf; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:0px; padding-left:10px; }
.footernav1 a:hover {color: #ffffff; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:0px; padding-left:10px;
	background-repeat: no-repeat;
    background-position: top center; }
.footernav1 a:active {color: #afafaf; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:0px; padding-left:10px; } 


.footernav1 ul {
    list-style-type: none;
    margin: 0;
	margin-left: -26px;
} 

.footernav1 ul li {
    display: inline;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
}





.footernav1 ul li{
	position: relative;
	padding-left:10px;
	padding-top:0px;
	float: right;
}







.footernav2 {
	padding-top:6px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
  font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	text-transform: uppercase;
}




.footernav2 a:link {color: #afafaf; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:0px; padding-left:10px; }
.footernav2 a:visited {color: #afafaf; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:0px; padding-left:10px; }
.footernav2 a:hover {color: #ffffff; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:0px; padding-left:10px;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #ffffff;
	background-repeat: no-repeat;
    background-position: top center; }
.footernav2 a:active {color: #afafaf; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:0px; padding-left:10px; } 


.footernav2 ul {
    list-style-type: none;
    margin: 0;
	margin-left: -26px;
} 

.footernav2 ul li {
    display: inline;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:30px;
	padding-top:0px;
}

.footernav2 ul li{
	position: relative;
	padding-left:10px;
	padding-top:10px;
	float: right;
}



.footernav2 ul li:hover > ul{
	position: absolute;
	color: #ffffff;
	top: 100%;
	opacity: .9;
}































.homecolumn1 {
	width: 450px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	float: left;
}



.homecolumn2 {
	width: 650px;
	height: auto;
	padding-top:80px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 20px;
	line-height: 32px;
	float: left;
}




.homecolumn3 {
	width: 650px;
	height: auto;
	padding-top:80px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 20px;
	line-height: 32px;
	float: left;
}



.homecolumn4 {
	width: 450px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	float: left;
}





.lowerdarkgray {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding-top:60px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
}







.badgesm {
	width: 31%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 300;
	color: #afafaf;
	font-size: 30px;
	line-height: 32px;
	border-style: solid; border-width: 1px; border-color: #9e3720;
	margin-right:1%;
	margin-left:1%;
	margin-top:1%;
	margin-bottom:1%;
	text-shadow: #000 1px 0 10px;
	float: left;
}

.badgesm:hover {
	color: #ba3006;
	text-shadow: #000 1px 0 10px;
}





.badgesm a:link {color: #afafaf; text-decoration: none; }
.badgesm a:visited {color: #afafaf; text-decoration: none; }
.badgesm a:hover {color: #ffffff; text-decoration: none;  }
.badgesm a:active {color: #afafaf; text-decoration: none; } 






.badgesm img {
  filter: none;
  -webkit-filter: grayscale(0%);Display:block 
}



.badgesm img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}



.badgetitles {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-top:-50px;
	margin-left:20px;
	position: absolute;
	z-index:5;
}





.badgelg {
	width: 64%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 300;
	color: #afafaf;
	font-size: 30px;
	line-height: 32px;
	border-style: solid; border-width: 1px; border-color: #9e3720;
	margin-right:1%;
	margin-left:1%;
	margin-top:1%;
	margin-bottom:1%;
	text-shadow: #000 1px 0 10px;
	float: left;
	
}



.badgelg:hover {
	color: #ba3006;
	text-shadow: #000 1px 0 10px;
}





.badgelg img {
  filter: none;
  -webkit-filter: grayscale(0%);Display:block 
}



.badgelg img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}



.headermiddle {
	background-image: url(images/headermiddle.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}




.radialbg {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding-top:40px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	
}






.lowercolumn1 {
	width: 250px;
	height: auto;
	padding-top:60px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 18px;
	line-height: 32px;
	float: left;
}



.lowercolumn2 {
	width: 850px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 20px;
	line-height: 32px;
	float: left;
}


.bookfloat {
	width: 31%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
	border-style: solid; border-width: 1px; border-color: #9e3720;
	margin-right:1%;
	margin-left:1%;
	float: left;
}








.redgradientbg {
	background-color: #7a0103;
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
	
}



.redgradientbg a:link {color: #afafaf; text-decoration: none; }
.redgradientbg a:visited {color: #afafaf; text-decoration: none; }
.redgradientbg a:hover {color: #ffffff; text-decoration: none;  }
.redgradientbg a:active {color: #afafaf; text-decoration: none; } 



.mailinglistbg {
	background-color: #7a0103;
	width: 100%;
	height: 120px;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
	
}



.mailinglistbg a:link {color: #afafaf; text-decoration: none; }
.mailinglistbg a:visited {color: #afafaf; text-decoration: none; }
.mailinglistbg a:hover {color: #ffffff; text-decoration: none;  }
.mailinglistbg a:active {color: #afafaf; text-decoration: none; } 





.lowercolumn3 {
	width: 250px;
	height: auto;
	padding-top:60px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 18px;
	line-height: 28px;
	float: right;
}



.lowercolumn4 {
	width: 850px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 20px;
	line-height: 32px;
	float: right;
}




.footerbg {
	background-color: #7a0103;
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	
}





.bodytext {
	width: 1150px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	
}





.bookdescriptionimage {
	width: 400px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: right;
}







.testimonial_rotator_slide_title {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	font-size: 22px;
	line-height: 22px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	text-align: left;
}





.librarybook {
	width: 22%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	color: #ffffff;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
		padding-top:1%;
	padding-bottom:1%;
	padding-right:1%;
	padding-left:1%;
	float: left;
}



.librarybook:hover {
	color: #ba3006;
	text-shadow: #000 1px 0 10px;
}



.librarybook a:link {color: #afafaf; text-decoration: none; }
.librarybook a:visited {color: #afafaf; text-decoration: none; }
.librarybook a:hover {color: #ffffff; text-decoration: none;  }
.librarybook a:active {color: #afafaf; text-decoration: none; } 




.librarybook img {
	border-style: solid; border-width: 1px; border-color: #9e3720;
}




.librarybook img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}








.buytitles {
	padding-top:30px;
	padding-bottom:14px;
	padding-right:10px;
	padding-left:0px;
	font-size: 22px;
	line-height: 22px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	text-align: left;
	text-transform: uppercase;
}









.imc_wrapp a:link {
	height: auto;opacity: 1.0!important;
    filter: alpha(opacity=100)!important; /* For IE8 and earlier */
}



.imc_wrapp a:hover {
    opacity: .8 !important;
    filter: alpha(opacity=80)!important; /* For IE8 and earlier */
}











.newsthumbcolumn {
	width: 250px;
	height: auto;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 18px;
	line-height: 32px;
	float: left;
}



.newstextcolumn {
	width: 850px;
	height: auto;
	padding-top:40px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 20px;
	line-height: 32px;
	float: left;
}






.newstitle {
	padding-top:0px;
	padding-bottom:14px;
	padding-right:10px;
	padding-left:0px;
	font-size: 22px;
	line-height: 22px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	color: #afafaf;
	text-align: left;
	text-transform: uppercase;
}



.newstitle a:link {color: #afafaf; text-decoration: none; }
.newstitle a:visited {color: #afafaf; text-decoration: none; }
.newstitle a:hover {color: #ffffff; text-decoration: none;  }
.newstitle a:active {color: #afafaf; text-decoration: none; } 





.datetext {
	padding-top:30px;
	padding-bottom:14px;
	padding-right:10px;
	padding-left:0px;
	font-size: 15px;
	line-height: 22px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #f78b02;
	text-align: left;
	text-transform: uppercase;
}


.datetext a:link {color: #7a0103; text-decoration: none; }
.datetext a:visited {color: #7a0103; text-decoration: none; }
.datetext a:hover {color: #000000; text-decoration: none;  }
.datetext a:active {color: #7a0103; text-decoration: none; } 







.newsthumbinside {
	width: 250px;
	height: auto;
	padding-top:20px;
	padding-bottom:30px;
	padding-right:30px;
	padding-left:0px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  line-height: 22px;
	float: left;
}



.newsthumbright {
	width: 870px;
	height: auto;
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
	float: left;
}


.bookcolumns {
  width: 250px;
  height: 900px;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 0px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  line-height: 22px;
  float: left;
}

.bookcolumns img {
  width: 100%;
  height: 450px;       /* fixed height container */
  object-fit: cover;   /* keeps aspect ratio, fills space, may crop edges */
  display: block;      /* removes small gaps below images */
 
  padding-top: 0px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
}


.booktitlecolumns {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	color: #7a0103;
	font-size: 22px;
	line-height: 28px;
}

.vote-button {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 0px;
  border: 1px solid #000000;
  background-color: #000000;
}

.vote-button:hover {
  background-color: #f78b02;
  color: #ffffff;
  transition: all 0.5s ease;
}

.vote-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #333333;
}



.bookthumbtextheight {
	height: 330px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
}







.altltgray {
	background-color: #eeeeee;
	width: 94%;
	height: auto;
	padding-top:1%;
	padding-bottom:1%;
	padding-right:3%;
	padding-left:3%;
}

.altwhite {
	background-color: #ffffff;
	width: 94%;
	height: auto;
	padding-top:1%;
	padding-bottom:1%;
	padding-right:3%;
	padding-left:3%;
}




/* Make pagination visible for testing */
.pagination {
    margin: 30px 0;
    text-align: center;
}

.pagination ul {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.pagination ul li {
    display: inline;
    margin: 0 5px;
}

.pagination ul li a,
.pagination ul li span {
    display: inline-block;
    padding: 10px 15px;
    background: #953733;   /* bright blue for testing */
    color: white !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.pagination ul li a:hover {
    background: #f78b02;   /* darker blue on hover */
}

.pagination ul li .current {
    background: #000000;  /* orange for the current page */
    color: white !important;
}




.alignright {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:15px;
	float: right;
	
}


.alignleft {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:0px;
	float: left;
	
}





select    {
color: #424242;
font-size: 16px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
background-color: #f5f6f7;
border-width: 1;
border-color: #afafafd;
border-style: solid;
width: 98%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}


input[type=text]    {
color: #424242;
font-size: 16px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
background-color: #f5f6f7;
border-width: 1;
border-color: #afafafd;
border-style: solid;
width: 98%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}


input[type=email]    {
color: #424242;
font-size: 16px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
background-color: #f5f6f7;
border-width: 1;
border-color: #afafafd;
border-style: solid;
width: 98%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

textarea    {
color: #424242;
font-size: 16px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
background-color: #f5f6f7;
border-width: 1;
border-color: #afafafd;
border-style: solid;
width: 98%;
height: 100px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

input[type=submit] {
color: #ffffff;
font-size: 16px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	font-size: 24px;
background-color: #f5f6f7;
border-width: 2;
border-color: #ffffff;
border-style: solid;
width: 450px;
height: 50px;
margin: 8px 8px 0px 0px;
padding-left:6px;18px;
width: 40%;
    cursor:pointer;
    float: left;
}






input[type=submit] {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
  cursor: pointer;
  
}



input[type=submit] {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #7a0103;background-color: #7a0103; }
input[type=submit]:hover {color: #7a0103; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #7a0103;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }









.mailinglistbg input[type=email]    {
color: #4d787d;
font-size: 22px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
background-color: #ffffff;
border-width: 0.25pt;
border-color: #000000;
border-style: solid;
width: 64%;
height: 47px;
margin-right: 2%;
padding-left:6px;
  margin-top: 0px;
	float: left;
}


.mailinglistbg input[type=submit] {
	width: 30%;
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
	font-weight: 400;
  margin-top: 0px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
font-family: "Titillium Web", sans-serif;
  cursor: pointer;
	text-transform: uppercase;
	color: #7a0103; text-decoration: none; padding-top:4px; padding-bottom:4px; padding-right:10px; padding-left:10px;border-radius: 0px;border-style: solid; border-width: 0.25pt; border-color: #ffffff;background-color: #ffffff;text-transform:uppercase;
	float: left;
  margin-top: 1px;
}

.mailinglistbg input[type=submit]:hover {
	width: 30%;
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
	font-weight: 400;
  margin-top: 0px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
font-family: "Titillium Web", sans-serif;
  cursor: pointer;
	text-transform: uppercase;
	color: #ffffff; text-decoration: none; padding-top:4px; padding-bottom:4px; padding-right:10px; padding-left:10px;border-radius: 0px;border-style: solid; border-width: 0.25pt; border-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #000000;text-transform:uppercase;
	float: left;
  margin-top: 1px;
}





/* Style for the file input button */
.wpcf7-form-control.wpcf7-file::file-selector-button {
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 15px 20px 10px 20px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0px;
  border: 1px solid #7a0103;
  background-color: #7a0103;
}

/* Hover effect */
.wpcf7-form-control.wpcf7-file::file-selector-button:hover {
  color: #7a0103;
  background-color: #ffffff;
  border-color: #7a0103;
  transition: all 0.5s ease;
}



.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


#myVideo {
  z-index: 4;
  width: 100%;
  height: auto;
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  position: relative;
  display: block;
}
		


.flexcenter {
display:flex;justify-content:center;align-items:center;
}



.tocenter {
	width: 1150px;
	margin-left: auto;
    margin-right: auto;
}


.indententer {
	width: 1120px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:30px;
	margin-left: auto;
    margin-right: auto;
}





@media screen and (max-width:750px) {

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }








.redtopline {
	display: none;
}






.navlogo {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
}




.logoleft {
	width: 60%;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20%;
	padding-left:20%;
	
}





.logoright {
	display: none;
	
}




.topnav {
	display: none;
}







.navline {
	display: none;
}






.headerbg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:80px;
	padding-bottom:80px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}






.headerinsidebg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 350px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.headertext {
    width: 85%;
    max-width: 600px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;

    /* New properties */
    background-color: rgba(255, 255, 255, 0.5); /* translucent white */
    border: 0.25pt solid rgba(0, 0, 0, 0.8);   /* semi-transparent thin border */
}




.headertitle1 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 27px;
	line-height: 36px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
	  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Standard property */
  -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Webkit prefix for older browsers */
}




.headertitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 40px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
	  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Standard property */
  -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Webkit prefix for older browsers */
}



.headertitle3 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
}









.whitebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 16x;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
  cursor: pointer;
  
}



.whitebutton a:link {color: #000000; text-decoration: none; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #000000; }
.whitebutton a:visited {color: #000000; text-decoration: none; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #000000; }
.whitebutton a:hover {color: #ffffff; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #000000;background-color: #000000;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.whitebutton a:active {color: #000000; text-decoration: none; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #000000; } 




.homenewsthumbcolumn {
	width: 50px;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:20px;
	padding-left:10px;
	float: left;
}





.pagetitle1 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 28px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	color: #afafaf;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 4px;
}




.pagetitle1right {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 30px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	color: #afafaf;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 4px;
}


.pagetitle1b {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 30px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	color: #afafaf;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom:-20px;
}



.pagetitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 25px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 3px;
}


.pagetitle2right {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 24px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 3px;
}



.footerleft {
	width: 100%;
	max-width: 450px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
}



.footerright {
	width: 100%;
	max-width: 650px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	text-align: right;
	font-size: 13px;
}











.footernav1 {
	display: none;
}






.footernav2 {
	display: none;
}





.lowerdarkgray {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding-top:60px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
}







.radialbg {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding-top:40px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	
}





.lowercolumn1 {
	width: 100%;
	max-width: 850px;
	height: auto;
	padding-top:60px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 18px;
	line-height: 32px;
}



.lowercolumn2 {
	width: 100%;
	max-width: 850px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 20px;
	line-height: 32px;
}



.lowercolumn3 {
	width: 100%;
	max-width: 850px;
	height: auto;
	padding-top:60px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 18px;
	line-height: 32px;
}



.lowercolumn4 {
	width: 100%;
	max-width: 850px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 20px;
	line-height: 32px;
}





.redgradientbg {
	background-color: #7a0103;
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
	
}



.redgradientbg a:link {color: #afafaf; text-decoration: none; }
.redgradientbg a:visited {color: #afafaf; text-decoration: none; }
.redgradientbg a:hover {color: #ffffff; text-decoration: none;  }
.redgradientbg a:active {color: #afafaf; text-decoration: none; } 



.mailinglistbg {
	background-color: #7a0103;
	width: 100%;
	height: 120px;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
	
}



.mailinglistbg a:link {color: #afafaf; text-decoration: none; }
.mailinglistbg a:visited {color: #afafaf; text-decoration: none; }
.mailinglistbg a:hover {color: #ffffff; text-decoration: none;  }
.mailinglistbg a:active {color: #afafaf; text-decoration: none; } 





.lowercolumn3 {
	width: 100%;
	max-width: 700px;
	height: auto;
	padding-top:60px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 18px;
	line-height: 28px;
}



.lowercolumn4 {
	width: 100%;
	max-width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 20px;
	line-height: 32px;
}




.footerbg {
	background-color: #7a0103;
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	
}





.bodytext {
	width: 94%;
	max-width: 1150px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 16px;
	line-height: 20px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	
}













.newsthumbcolumn {
	width: 100%;
	max-width: 700px;
	height: auto;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 18px;
	line-height: 32px;
}



.newstextcolumn {
	width: 100%;
	max-width: 850px;
	height: auto;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #afafaf;
	font-size: 20px;
	line-height: 32px;
}






.newstitle {
	padding-top:0px;
	padding-bottom:14px;
	padding-right:10px;
	padding-left:0px;
	font-size: 22px;
	line-height: 22px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	color: #afafaf;
	text-align: left;
	text-transform: uppercase;
}



.newstitle a:link {color: #afafaf; text-decoration: none; }
.newstitle a:visited {color: #afafaf; text-decoration: none; }
.newstitle a:hover {color: #ffffff; text-decoration: none;  }
.newstitle a:active {color: #afafaf; text-decoration: none; } 





.datetext {
	padding-top:30px;
	padding-bottom:14px;
	padding-right:10px;
	padding-left:0px;
	font-size: 15px;
	line-height: 22px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #f78b02;
	text-align: left;
	text-transform: uppercase;
}


.datetext a:link {color: #7a0103; text-decoration: none; }
.datetext a:visited {color: #7a0103; text-decoration: none; }
.datetext a:hover {color: #000000; text-decoration: none;  }
.datetext a:active {color: #7a0103; text-decoration: none; } 







.newsthumbinside {
	width: 100%;
	max-width: 700px;
	height: auto;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  line-height: 22px;
}



.newsthumbright {
	width: 100%;
	max-width: 870px;
	height: auto;
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
}


.bookcolumns {
  width: 100%;
  max-width: 700px;
  height: auto;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  line-height: 22px;
}

.bookcolumns img {
  width: 100%;
  height: auto;       /* fixed height container */
  object-fit: cover;   /* keeps aspect ratio, fills space, may crop edges */
  display: block;      /* removes small gaps below images */
 
  padding-top: 0px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
}


.booktitlecolumns {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	color: #7a0103;
	font-size: 22px;
	line-height: 28px;
}

.vote-button {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 0px;
  border: 1px solid #000000;
  background-color: #000000;
}

.vote-button:hover {
  background-color: #f78b02;
  color: #ffffff;
  transition: all 0.5s ease;
}

.vote-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #333333;
}



.bookthumbtextheight {
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
}







.altltgray {
	background-color: #eeeeee;
	width: 94%;
	height: auto;
	padding-top:1%;
	padding-bottom:1%;
	padding-right:3%;
	padding-left:3%;
}

.altwhite {
	background-color: #ffffff;
	width: 94%;
	height: auto;
	padding-top:1%;
	padding-bottom:1%;
	padding-right:3%;
	padding-left:3%;
}




/* Make pagination visible for testing */
.pagination {
    margin: 30px 0;
    text-align: center;
}

.pagination ul {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.pagination ul li {
    display: inline;
    margin: 0 5px;
}

.pagination ul li a,
.pagination ul li span {
    display: inline-block;
    padding: 5px 7px;
    background: #953733;   /* bright blue for testing */
    color: white !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.pagination ul li a:hover {
    background: #f78b02;   /* darker blue on hover */
}

.pagination ul li .current {
    background: #000000;  /* orange for the current page */
    color: white !important;
}




.alignright {
	width: 100%;
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	
}


.alignleft {
	width: 100%;
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	
}





select    {
color: #424242;
font-size: 16px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
background-color: #f5f6f7;
border-width: 1;
border-color: #afafafd;
border-style: solid;
width: 92%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}


input[type=text]    {
color: #424242;
font-size: 16px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
background-color: #f5f6f7;
border-width: 1;
border-color: #afafafd;
border-style: solid;
width: 92%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}


input[type=email]    {
color: #424242;
font-size: 16px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
background-color: #f5f6f7;
border-width: 1;
border-color: #afafafd;
border-style: solid;
width: 92%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

textarea    {
color: #424242;
font-size: 16px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
background-color: #f5f6f7;
border-width: 1;
border-color: #afafafd;
border-style: solid;
width: 92%;
height: 100px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

input[type=submit] {
color: #ffffff;
font-size: 16px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	font-size: 24px;
background-color: #f5f6f7;
border-width: 2;
border-color: #ffffff;
border-style: solid;
width: 450px;
height: 50px;
margin: 8px 8px 0px 0px;
padding-left:6px;18px;
width: 60%;
    cursor:pointer;
    float: left;
}






input[type=submit] {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
  cursor: pointer;
  
}



input[type=submit] {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #7a0103;background-color: #7a0103; }
input[type=submit]:hover {color: #7a0103; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:10px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #7a0103;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }









.mailinglistbg input[type=email]    {
color: #4d787d;
font-size: 22px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
background-color: #ffffff;
border-width: 0.25pt;
border-color: #000000;
border-style: solid;
width: 61%;
height: 47px;
margin-right: 2%;
padding-left:6px;
  margin-top: 0px;
	float: left;
}


.mailinglistbg input[type=submit] {
	width: 30%;
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
	font-weight: 400;
  margin-top: 0px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
font-family: "Titillium Web", sans-serif;
  cursor: pointer;
	text-transform: uppercase;
	color: #7a0103; text-decoration: none; padding-top:4px; padding-bottom:4px; padding-right:10px; padding-left:10px;border-radius: 0px;border-style: solid; border-width: 0.25pt; border-color: #ffffff;background-color: #ffffff;text-transform:uppercase;
	float: left;
  margin-top: 1px;
}

.mailinglistbg input[type=submit]:hover {
	width: 30%;
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
	font-weight: 400;
  margin-top: 0px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
font-family: "Titillium Web", sans-serif;
  cursor: pointer;
	text-transform: uppercase;
	color: #ffffff; text-decoration: none; padding-top:4px; padding-bottom:4px; padding-right:10px; padding-left:10px;border-radius: 0px;border-style: solid; border-width: 0.25pt; border-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #000000;text-transform:uppercase;
	float: left;
  margin-top: 1px;
}





/* Style for the file input button */
.wpcf7-form-control.wpcf7-file::file-selector-button {
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 15px 20px 10px 20px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0px;
  border: 1px solid #7a0103;
  background-color: #7a0103;
}

/* Hover effect */
.wpcf7-form-control.wpcf7-file::file-selector-button:hover {
  color: #7a0103;
  background-color: #ffffff;
  border-color: #7a0103;
  transition: all 0.5s ease;
}




.tocenter {
	width: 94%;
	max-width: 1150px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	margin-left: auto;
    margin-right: auto;
}


.indententer {
	width: 95%;
	max-width: 1120px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:5%;
	margin-left: auto;
    margin-right: auto;
}






















