/*
Theme Name: UK Engage - Election Nomination
Template: blankslate
Author: Child Theme Configurator
*/

/* CSS custom properties (variables) */


/* CCT pages */
/* Blue colour - #223580 */

.videocaption{
	font-size:13px;
	display:inline-block;
	margin-top:10px;
}

.page-template-page-cct video{
	max-width:450px;
}

.cctpagelogo img{
	width:300px;
}

.cctwrapper{
	max-width:1280px !important;
	margin:0 auto;
}

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

.page-template-page-cct.cctwrapper 
{
	padding:0 20px !important;
}

.cctpagemain{
	padding:30px 20px 20px 20px !important;
	}
	
}

@media only screen and (max-width: 1000px) {
	
.cctpageleft{
	float:none !important;
	width:100% !important;
	margin-right:0px !important;
	padding:20px;
}

.cctpageright{
		float:none !important;
	width:100% !important;
	margin-left:0px !important;
	padding:20px;
}	

}

.page-template-page-cct figcaption{
font-size:16px;
	text-align:center;
}


.cctpagemain ul{
	list-style-type: disc;
  margin: 20px;
  padding: 10px;
}

.cctpageleft{
	float:left;
	width: calc(50% - 20px);
	margin-right:20px;
}

.cctpageright{
		float:left;
	width: calc(50% - 20px);
	margin-left:20px;
}

.cctpageright p{
	margin-top:0;
}

.cctpageleft a{
	background-color: #223580;
	color:#FFF;
	padding:15px;
	margin-top:5px;
	display: inline-block;
	border-radius:5px;
	text-decoration:none;
	margin-right:10px;
	cursor:pointer;
}

.cctpagewebfooter{

font-family: "Lato", sans-serif;
}


.cctpagemain{
	font-family: "Lato", sans-serif;
	padding:30px 0;
	color:#223580;
	
}

.cctpagemain h1{
	font-family: "Domine", serif;
	color:#223580;
	font-size:50px;
	line-height:1.1em;
}


.cctpageheader{
	padding:0px;
}

.cctpagelogo{
	padding:20px 0;
}

.cctpagenavigation{
	padding:20px;
	background-color: #223580;
  color: #FFF;
	font-family: "Lato", sans-serif;
	
	
}

.cctpagenavigation a{
color:#FFF;
	text-decoration:none;
	font-family: "Lato", sans-serif;
	font-weight:bold !important;
}


/* CCT - end */

html {

}
body {
font-size: 17px;
line-height: 1.3;
font-family: 'Roboto', sans-serif;
margin:0;
padding:0;

}

.wrapper{
	max-width:1000px;
	margin:0 auto;

}


.topbar{

	background-color: var(--main-color);

color: var(--topbartext-color);

	text-align: center;
	font-size: 17px;
	padding:10px 0;


}


.topbar i{
	margin-right:5px;
}

.topbar img{
	margin-right: 5px;
	width: auto;
	height:16px;

}

.topslider{

background-position: center center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
padding:0px;
overflow: auto;

}


.topslider img{
	/*width:100% !important;*/
	width: auto !important;
	height:auto;
	display: block;
	max-width:100% !important;
}

.topslidercontent{
	padding:40px 20px;
	overflow: auto;
	min-height:300px;

}

.topslidercontentcustomheight{
	padding:40px 20px;
	overflow: auto;
	min-height:10px;

}

.topsliderlogo{
	float:left;
	/*max-width: 200px;*/
}

.topsliderlogo img{
	width:auto;
	height:auto;
	max-width: 200px;
	max-height: 245px;
}

/* center logo in slider */

.topsliderlogocenter {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically (if there's a height) */
  text-align: center;
  width: 100%; /* Ensures full width */
}

.hidelogodesktop img{
	display:none;
}

.topsliderlogo2{
	float:right;
	max-width: 200px;
}

.topsliderlogo2 img{
	width:auto;
	height:auto;
	max-width: 200px;
	max-height: 145px;
}


.topsliderlogo2m{
	float:right;
	max-width: 200px;
}

.topsliderlogo2m img{
	width:auto;
	height:auto;
	max-width: 200px;
	max-height: 145px;
}

.topsliderlogo3{
	float:left;
	max-width: 500px;
	width: calc(100% - 380px);
	margin-right: 40px;
}

.topsliderlogo3 img{

	height:auto;
	max-width: 500px;
	max-height: 275px;
	width:100%;
}

.topslidertimetable{
	float:right;
	width:340px;
	background: rgb(255,255,255);
	background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9));
	padding:25px 15px;
border-radius: 17px;
font-size: 16px;
}


.topslidertimetable h3{
	font-size: 21px;
}

.topslidertimetable ul{
	list-style-type: none;
padding-left:0
}

.topslidertimetable ul li{
	margin-bottom: 7px;
}

.topslidertimetable2{
	float:left;
	width:340px;
	background: rgb(255,255,255);
	background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9));
	padding:25px 15px;
border-radius: 17px;
font-size: 16px;
}


.topslidertimetable2 h3{
	font-size: 21px;
}

.topslidertimetable2 ul{
	list-style-type: none;
padding-left:0
}

.topslidertimetable2 ul li{
	margin-bottom: 7px;
}



.topslidertimetablecustom{
	float:right;
	width:340px;
	background-color: var(--topslidertimetablebox-color) !important;
	color: var(--topslidertimetableboxtext-color) !important;
	padding:25px 15px;
border-radius: 17px;
font-size: 16px;
}


.topslidertimetablecustom h3{
	font-size: 21px;
}

.topslidertimetablecustom ul{
	list-style-type: none;
padding-left:0
}

.topslidertimetablecustom ul li{
	margin-bottom: 7px;
}

.topslidertimetablecustom2{
	float:left;
	width:340px;
	background-color: var(--topslidertimetablebox-color) !important;
	color: var(--topslidertimetableboxtext-color) !important;
	padding:25px 15px;
border-radius: 17px;
font-size: 16px;
}


.topslidertimetablecustom2 h3{
	font-size: 21px;
}

.topslidertimetablecustom2 ul{
	list-style-type: none;
padding-left:0
}

.topslidertimetablecustom2 ul li{
	margin-bottom: 7px;
}

/* Used on IWFM page - timetable box - styling. Fixed width for timetable titles */

.timetabledatetitle{
	width:150px;
	float:left;
}

.timetabledatedate{
	width: calc(100% - 150px);
	float:left;
}


.nominationpagetimetablesectionfixedwidth h3{

	margin-bottom:0px;

}

.nominationpagetimetablesectionfixedwidth h4{
	font-weight:bold;
	font-size:17px;
	margin-bottom:0px;
	margin-top:7px;
}

/* Used on IWFM page - timetable box - styling. Fixed width for timetable titles///  */




.headingbar{
	font-size: 30px;
background-color: var(--main-color);
padding:15px 25px;
color:#FFF;
margin-bottom: 20px;
}

.headingbar h1{
	color: var(--mainheadingtext-color);
}

.headingbarcentre{
	font-size: 30px;
background-color: var(--main-color);
padding:15px 25px;
color:#FFF;
margin-bottom: 20px;
text-align:center;
}

.maincontent{

}

.maincontentwide{
	width:100%;
}


.maincontentleft{
	float:left;
	width:380px;
	margin-right: 30px;
	position:relative;
}

.maincontentleft a.clickherelink{
	background-color: var(--button-color);
	color: var(--button-text-color);
	width: calc(100% - 0px);
	display:block;
	border-radius:12px;
	text-decoration: none;
	padding:10px 17px;
	font-weight: bold;
	margin-bottom: 20px;

	  transition: 0.3s;
}

.maincontentleft a.clickherelink:hover{
	background-color: var(--button-hover-color);

}

.maincontentleft a.clickherelink img{
height:20px;
width:auto;
position: absolute;
right:10px;
}

.maincontentwideleft{
	float:left;
	width: calc(50% - 15px);
	margin-right: 15px;
	position:relative !important;
}

.maincontentwideleft a.clickherelink{
	background-color: var(--button-color);
	color: var(--button-text-color);
	width: calc(100% - 0px);
	display:block;
	border-radius:12px;
	text-decoration: none;
	padding:10px 17px;
	font-weight: bold;
	margin-bottom: 20px;

	  transition: 0.3s;
}

.maincontentwideleft a.clickherelink:hover{
	background-color: var(--button-hover-color);

}

.maincontentwideleft a.clickherelink img{
height:20px;
width:auto;
position: absolute;
right:10px;
}


.maincontentwideright{
	float:left;
	width: calc(50% - 15px);
	margin-left: 15px;
	position:relative !important;
}

.maincontentwideright a.clickherelink{
	background-color: var(--button-color);
	color: var(--button-text-color);
	width: calc(100% - 0px);
	display:block;
	border-radius:12px;
	text-decoration: none;
	padding:10px 17px;
	font-weight: bold;
	margin-bottom: 20px;

	  transition: 0.3s;
}

.maincontentwideright a.clickherelink:hover{
	background-color: var(--button-hover-color);

}

.maincontentwideright a.clickherelink img{
height:20px;
width:auto;
position: absolute;
right:10px;
}



.bodytimetable{

	width:100%;
	/*background: rgb(221,221,221);
	background: linear-gradient(rgba(221,221,221,0.9), rgba(221,221,221,0.9));*/
	/*background-color:#005EB8;
	color:#FFF;*/

	background-color: var(--lowertimetablebox-color);
	color: var(--lowertimetableboxtext-color);



	padding:25px 15px;
border-radius: 17px;
font-size: 16px;

margin-bottom:20px;
}


.bodytimetable h3{
	font-size: 21px;
}

.bodytimetable ul{
	list-style-type: none;
padding-left:0
}

.bodytimetable ul li{
	margin-bottom: 7px;
}


/* Button 1 */

.maincontentleft a.btn{
	background-color: var(--button-color);
	color: var(--button-text-color);
	width: calc(100% - 0px);
	display:block;
	border-radius:12px;
	text-decoration: none;

	font-weight: bold;
	margin-bottom: 20px;

	  transition: 0.3s;

padding: 12px 20px;
cursor: pointer;
margin-top: 16px

}

.maincontentleft a.btn:hover{
	background-color: var(--button-hover-color);

}

.maincontentleft a.btn img{
height:20px;
width:auto;
position: absolute;
right:10px;
}


.maincontentleft a.btn i{
height:20px;
width:auto;
position: absolute;
right:10px;
font-size: 20px;
color: var(--button-text-color);
}

.maincontentwideleft a.btn{
	background-color: var(--button-color);
	color: var(--button-text-color);
	width: calc(100% - 0px);
	display:block;
	border-radius:12px;
	text-decoration: none;

	font-weight: bold;
	margin-bottom: 20px;

	  transition: 0.3s;

padding: 12px 20px;
cursor: pointer;
margin-top: 16px

}

.maincontentwideleft a.btn:hover{
	background-color: var(--button-hover-color);

}

.maincontentwideleft a.btn img{
height:20px;
width:auto;
position: absolute;
right:10px;
}


.maincontentwideleft a.btn i{
height:20px;
width:auto;
position: absolute;
right:10px;
font-size: 20px;
color: var(--button-text-color);
}

.maincontentwideright a.btn{
	background-color: var(--button-color);
	color: var(--button-text-color);
	width: calc(100% - 0px);
	display:block;
	border-radius:12px;
	text-decoration: none;

	font-weight: bold;
	margin-bottom: 20px;

	  transition: 0.3s;

padding: 12px 20px;
cursor: pointer;
margin-top: 16px

}

.maincontentwideright a.btn:hover{
	background-color: var(--button-hover-color);

}

.maincontentwideright a.btn img{
height:20px;
width:auto;
position: absolute;
right:10px;
}


.maincontentwideright a.btn i{
height:20px;
width:auto;
position: absolute;
right:10px;
font-size: 20px;
color: var(--button-text-color);
}

/* Button 2 */



.maincontentleft a.btn2{
	background-color: var(--button2-color);
	color: var(--button2-text-color);
	width: calc(100% - 0px);
	display:block;
	border-radius:12px;
	text-decoration: none;

	font-weight: bold;
	margin-bottom: 20px;

	  transition: 0.3s;

padding: 12px 20px;
cursor: pointer;
margin-top: 16px

}

.maincontentleft a.btn2:hover{
	background-color: var(--button2-hover-color);

}

.maincontentleft a.btn2 img{
height:20px;
width:auto;
position: absolute;
right:10px;
}


.maincontentleft a.btn2 i{
height:20px;
width:auto;
position: absolute;
right:10px;
font-size: 20px;
color: var(--button2-text-color);
}


.maincontentwideleft a.btn2{
	background-color: var(--button2-color);
	color: var(--button2-text-color);
	width: calc(100% - 0px);
	display:block;
	border-radius:12px;
	text-decoration: none;

	font-weight: bold;
	margin-bottom: 20px;

	  transition: 0.3s;

padding: 12px 20px;
cursor: pointer;
margin-top: 16px

}

.maincontentwideleft a.btn2:hover{
	background-color: var(--button2-hover-color);

}

.maincontentwideleft a.btn2 img{
height:20px;
width:auto;
position: absolute;
right:10px;
}


.maincontentwideleft a.btn2 i{
height:20px;
width:auto;
position: absolute;
right:10px;
font-size: 20px;
color: var(--button2-text-color);
}


.maincontentwideright a.btn2{
	background-color: var(--button2-color);
	color: var(--button2-text-color);
	width: calc(100% - 0px);
	display:block;
	border-radius:12px;
	text-decoration: none;

	font-weight: bold;
	margin-bottom: 20px;

	  transition: 0.3s;

padding: 12px 20px;
cursor: pointer;
margin-top: 16px

}

.maincontentwideright a.btn2:hover{
	background-color: var(--button2-hover-color);

}

.maincontentwideright a.btn2 img{
height:20px;
width:auto;
position: absolute;
right:10px;
}


.maincontentwideright a.btn2 i{
height:20px;
width:auto;
position: absolute;
right:10px;
font-size: 20px;
color: var(--button2-text-color);
}



.maincontentright{
float:left;
width: calc(100% - 410px);
color: var(--maincontentright-text-color) !important;
}

.maincontentright a{
	/*color: var(--link-color);*/
	color:#0000EE;
}

.maincontentright ul{
	list-style-type:disc !important;
	padding-left:20px;
}

.maincontentwide{

width: 100%;
color: var(--maincontentright-text-color) !important;
}

.maincontentwide a{
	/*color: var(--link-color);*/
	color:#0000EE;
}

.maincontentwide ul{
	list-style-type:disc !important;
	padding-left:20px;
}

.formcontent{

}

.formcontent a.backtohome{
	color: var(--main-color) !important;
	font-size: 14px;

}

.formcontent a.backtohome img{
	width:auto;
	height:18px;
	margin-right: 5px;

}

.jotformcode{
margin-top: 20px;
}


/* iFrame */
/* Moving iframe up - on desktop */

.formcontent iframe{
/*position: relative;
top: -0px;*/
/*z-index: -99999;*/
}


.documents{
	width:100%;
	font-size: 14px;
	text-align: center;
}

.documents ul{
	list-style-image: url('https://pin-nominations.com/wp-content/uploads/2022/10/download.png');
	text-align: left;
  padding-left:40px;
}

.documents ul li{
	margin-bottom: 10px;

}


.documents ul li a{
	text-decoration: underline;
	/*color: var(--link-color);*/
	color:#0000EE;
}

.footertext{
padding:15px 0 0 0;
font-size:14px;
}

.footertext2{
padding:0px 0 0 0;
font-size:17px;
}

.webfooter{

font-size: 12px;
margin-top: 30px;
color:#000;
padding:10px 0;
}

.webfooter a{
	/*color: var(--link-color);*/
	color:#0000EE;

}


.clear{
clear:both;
	}



h1{
	font-size: 30px;
	font-weight: normal;
	padding:0;
	margin:0;
}


h2{
	font-size: 24px;
	font-weight: bold;
	padding:0;
	margin:0;
}


h3{
	font-size: 17px;
	font-weight: bold;
	padding:0;
	margin:0;
	display: inline-block;
	text-align: center;
  margin-bottom: 10px;
}

h3 img {
display: inline-block;
width:auto;
height:16px;
}

p{
margin:17px 0;
}


strong{
  font-weight: 700;
}

.holdingpagecontent{
margin-top:10%;
}

/* Change colour of bullet points - IWFM page/template */


.page-template-page-iwfm .maincontentright ul {
	list-style: none !important;
margin-left:20px !important;
}

.page-template-page-iwfm .maincontentright li::before {
	content: "\2022" !important;  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #26D4CB !important;
  display: inline-block !important;
	width: 1em !important;
  margin-left: -1em !important;
}
