@charset "UTF-8";
/*
Theme Name: Fairtest Theme
Author: Skylimituk
Author URI: https://skylimit.uk/
Description: This theme was made only for fairtest.org
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fairtest
*/
:root{
    --blue: #004AAD;
    --lightblue: #357FE2;
    --green: #2BBB63; 
    --orange: #F06B0A;
	--yellow: #F7BA5F;
	--black: #333333;
	--fontlato: 'Lato', sans-serif;
	--fontopensans: 'Open Sans', sans-serif;
	--fontmont: 'Montserrat', sans-serif;
}
:focus{outline: none;}
a, a:hover, a:focus {color: var(--blue);text-decoration: none;}
a:hover{color: var(--green);}
a{transition: all ease .3s;}
ul{list-style: none;}
h1, h2, h3, h4, h5, h6{clear: both;}
.screen-reader-text{display: none;}
button,button:focus{outline: none;}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(0 123 255 / 25%);
}
body{
	font-family: var(--fontopensans);
	font-size: 1rem;
	color: var(--black);
}

.main {
    max-width: 1400px;
    margin: auto;
}
h1{
	font-family: var(--fontlato);
}
h2{
	font-family: var(--fontmont);
}
.la, .lab, .lad, .lal, .lar, .las{
    font-weight: 900 !important;
}
img{max-width: 100%;height: auto;}
.form-control:focus {
    color: #333;
    background-color: #fff;
    border-color: var(--blue);
    outline: 0;
    box-shadow: 0 0 12px -7px var(--blue);
}
.header {
    background: #FFF;
    padding-top: .5rem;
    padding-bottom: .5rem;
    box-shadow: 1px 3px 6px 0px rgb(0 0 0 / 25%);
}
img.custom-logo {
    max-height: 90px;
    width: auto;
}
.navbar-expand-lg {
    padding: 0px;
}

.menu-header{
	background-color: #DCDCDC;
	font-weight: 900;
	text-align: left;
	color: var(--lightblue);
}

.menu-item a {
    color: var(--black);
    font-family: var(--fontlato);
    letter-spacing: 0.02rem;
}
.menu-item.active a {
    color: var(--blue);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
    font-weight: 500;
    font-size: 1.1rem;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{color: var(--blue);}
.header .search .form-control {
    line-height: 1 !important;
    height: 30px;
    padding: 0px 10px;
    color: #333;
    border: 1px solid #333;
    max-width: 175px;
}
.header .search .form-control:focus{
	border: 1px solid var(--blue);
}
.btn.search-submit {
    color: #333;
    font-size: 1.8rem;
    padding: 0 !important;
    box-shadow: none;
    transform: rotateY(180deg);
    line-height: 1;
    position: relative;
    top: -3px;
    margin-left: -2px;
}
.btn.search-submit:hover{
	color: var(--blue);
}
.donate a {
    background: var(--green);
    padding: 12px 25px;
    border-radius: 7px;
    color: var(--white);
    font-size: 1.2rem;
    font-family: var(--fontlato);
    position: relative;
    top: -3px;
}
.donate a:hover{
	background: var(--orange);
}
span.navbar-toggler-icon.las.la-bars {
    font-size: 2rem;
}
.footerup {
    background: var(--lightblue);
    padding: 2rem;
    color: #FFF;
}
.footersoc a.nav-link {
    color: var(--blue);
    font-size: 2rem;
    background: var(--white);
    margin: 15px;
    border-radius: 50%;
}
.footersoc a.nav-link:hover {
    background: var(--yellow);
}
.subscribef button.btn {
    background: var(--blue);
    margin-left: .5rem;
    color: var(--white);
    font-family: var(--fontlato);
    letter-spacing: 0.02rem;
}
.subscribef .d-flex, .subscribef h2, .mc4wp-response {
    width: calc(90% - 150px);
}
.subscribef h2 {
    font-size: 1.4rem;
    font-family: var(--fontopensans);
    text-align: left;
}
.subscribef .form-control {
    padding: 20px 10px;
}
.mc4wp-response {
    margin-left: auto;
    margin-right: auto;
}
.mc4wp-response a {
    color: var(--yellow);
}
.footer {
    background: var(--blue);
    color: var(--white);
}
.footer a {
    color: var(--white);
	font-family: var(--fontlato);
}
.footer .foot1, .footer .foot4 {
    text-align: center;
}
.footer ul, .footer li {
    margin-left: 0px;
    padding-left: 0px;
}
.footer h2 {
    font-family: var(--fontlato);
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.footer .menu-item {
    margin-bottom: .5rem;
}
.headimg {
    height: 475px;
    width: 100%;
	background-position: center;
}
.page-heading {
    position: relative;
}
.page-heading h1 {
    color: var(--blue);
    font-weight: 600;
    font-size: 2.4rem;
	text-align: center;
}
.day {
    width: calc(100% / 7);
    min-width: 120px;
    height: 275px;
    float: left;
	line-height: 14px;
}
.day a{font-size: 14px;}
.loading {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #fff;
  border-color: var(--blue) transparent var(--blue) transparent;
  animation: loading 1.2s infinite;
}
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
    background-color:  var(--blue);
    color: #FFF;
}

@keyframes loading {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.headtext {
	position:relative;
    width: 50%;
	min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    background: rgb(0 74 173 / 90%);
    color: var(--white);
	overflow: auto;
}
.headtext h2, .headtext h1, .headtext h3 {
    font-family: var(--fontlato);
}
.headtext span.postmeta {
    position: absolute;
    bottom: 30px;
	font-size: 1.2rem;
}
.content ul {
    padding-left: 10px;
}
.tags h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0px;
}
.sidebar-post{
	position:relative;
}
.sidebar-post a {
    position: relative;
    background: url(//fairtest.org/wp-content/themes/fairtest/img/sidebarpostbg.png);
    background-position: center;
    background-size: cover;
    max-width: 300px;
    height: 190px;
    margin: auto;
    border-radius: 15px;
	color: #FFF;
}
.sidebar-post a:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    border-radius: 15px;
	transition: background 1s, border-radius 0.3s, opacity 1s;
}
.wid-posts .sidebar-post a:hover:before {
    background: #357fe2;
    opacity: 1;
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 
0deg );
}
h2.sidebarpost-title {
    font-size: 1rem;
    color: #FFF;
}
.sidebar-post h2, .sidebar-post .postmeta {
    z-index: 1;
}
.arch-desc {
    max-width: 1000px;
}
.singname h3 {
    font-family: var(--fontopensans);
    font-size: 1.4rem;
    font-weight: 600;
}
.archsearch .form-group {
    position: relative;
    width: 100%;
    max-width: 500px;
    float: right;
}
.archsearch label {
    width: 100%;
    max-width: 500px;
}
.archsearch input.search-field {
    border-radius: 15px;
    padding-right: 35px;
}
.archsearch .btn.search-submit {
    position: absolute;
    right: 5px;
    top: 5px;
}
.arch-wrapper {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 6px;
    padding: 10px 0px;
}
form#filterform, #filterform .form-control {
    width: 100%;
}
.arch-wrapper .filter-title, .arch-wrapper .btn {
    font-weight: 700;
}
.dateinfo .float-right {
    cursor: pointer;
}
i.dropdown-toggle.sort-toggle.up:after {
    transform: rotate(180deg);
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.filters .dropdown-toggle::after {
    margin-left: 40px;
    position: relative;
    top: 2px;
    border-top: .4em solid var(--blue);
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}
.applyclear {
    margin-top: 10px;
    color: var(--blue);
	width: 100%;
}
.title-wrap *, .applyclear *, .termid {
    cursor: pointer;
}
.dateinfo {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    width: 100%;
}
.dateinfo i {
    width: 7px;
    position: relative;
    top: 3px;
}
.filters select.form-control {
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.caty .dropdown-menu {
    width: auto;
    padding: 0px !important;
}
.caty .applyclear{
	padding: 5px 10px;
}
.caty .termid {
    padding: 3px;
    padding-left: 10px;
	padding-right: 10px;
    word-break: keep-all;
    white-space: nowrap;
}
.caty .termid:first-child{
	padding-top: 10px;
}
.caty .termid:hover {
    background: #eee;
}
.output-wrap {
    min-height: 300px;
}
.output-wrap span.loading {
    position: relative;
    display: block;
    margin: 50px auto;
}
.row.fpost {
    margin: 0px;
    padding: 7px 0;
}
.row.fpost:hover {
    background: #EEE;
}
div#filters {
    margin: 0px;
    border: 1px solid #BDBDBD;
    margin-left: -1px;
    margin-right: -2px;
    padding-top: 15px;
    padding-bottom: 7px;
}
.title-wrap .filter-title {
    padding-left: 15px !important;
}
.header-search {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.header-search form.search-form, .header-search form.search-form label {
    width: 100%;
    position: relative;
}
.header-search .btn.search-submit {
    position: absolute;
    right: 5px;
    top: 5px;
}
.header-search .form-control {
    border-radius: 15px;
    padding-right: 40px;
}
h2.search-title {
    font-size: 1.2rem;
}
.searchpost:hover {
    background: #EEE;
}
.pager li {
    border: none;
}
.pager .list-group-item a {
    color: var(--black);
}
.pager .list-group-item.active {
    background: #FFF !important;
    color: var(--blue);
}
img.mem {
    border: 1px solid #E4E4E4;
    border-radius: 15px;
    width: 100%;
    max-width: 450px;
    height: auto;
}
.page-heading.heading2 {
    margin-top: 100px !important;
}
.membername {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: var(--fontmont);
}
.arch-member {
    font-family: var(--fontmont);
    max-width: 330px;
    margin: 0 auto;
    height: 410px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #E4E4E4;
	margin-bottom: 20px;
}
.arch-member .membername {
    font-size: 1.2rem;
}
.arch-member img.mem {
    width: 200px;
    height: 200px;
	object-fit: cover;
    border-radius: 100%;
}
.memberpos.bio {
    margin: 10px auto;
}
.memberpos i {
    padding: 5px;
    color: #FFF;
    background: var(--blue);
    font-weight: 400 !important;
    border-radius: 100%;
}
.memberpos.bio a {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: var(--fontmont);
    text-transform: uppercase;
}
.gicard {
    max-width: 290px;
    border-radius: 5px;
    border: 2px solid #DEE0E3;
    height: 320px;
    margin: 0 auto;
}
img.gi-img {
    width: 150px;
    height: 150px;
}
.gicard a {
    color: var(--black);
    padding: 25px 0px;
}
h3.gi-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.getinvolved h2.widget-title {
    font-family: var(--fontlato);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--blue);
}
.gi-card:hover a {
    color: var(--blue);
}
.content-widget {
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.wid-posts .sidebar-post a {
    max-width: 100%;
    height: 275px;
}
.wid-posts .sidebar-post a {
    width: 400px;
    max-width: 100%;
    height: 275px;
}
h2.widget-title {
    color: var(--blue);
}
.home .headimg {
    background-size: cover;
    background-position: inherit;
}
.home .htext {
    width: 75%;
    margin: auto;
    font-size: 1.2rem;
}
.homec-image img {
    border-radius: 15px !important;
    max-width: 450px;
}
.allschools {
    font-family: var(--fontlato);
    cursor: pointer;
}
.allschools.selected {
    color: var(--blue);
    font-weight: 600;
    font-family: var(--fontlato);
}
.filters .btn {
    text-align: left;
}
.schoolsprint {
    position: absolute;
    right: 5px;
    top: 20px;
    font-size: 2rem;
    cursor: pointer;
}
.schools .caty, .schools .caty .btn {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.postsubject, .posttitle, .issuedate, .cat-wrap, .city-wrap {
    word-break: break-word;
    min-width: 150px;
}
.gi-card:first-child .gicard:first-child {
    float: right;
    width: 290px;
}
.gi-card:last-child .gicard:first-child {
    float: left;
    width: 290px;
}
.footer h2.widget-title {
    color: #FFF;
}
div.wpforms-container-full .wpforms-form textarea {
    width: 60% !important;
}
.wpforms-submit {
    color: #FFF !important;
    background-color: var(--blue) !important;
    border: 1px solid var(--blue) !important;
    width: 200px !important;
    border-radius: 7px !important;
}
.skytoggle .elementor-tab-content {
    max-width: 1200px;
    margin: auto;
}
.skytoggle .elementor-tab-content .elementor-tab-title {
    background: #FFF !important;
    text-align: left;
}
.skytoggle .elementor-tab-title {
    text-align: right;
}
.skytoggle .elementor-tab-title a {
    margin-right: 20px;
}
.skytoggle .elementor-tab-content .elementor-toggle {
    border: 1px solid #E0E0E0;
}
.skytoggle .elementor-tab-content .elementor-tab-title a {
    font-size: 1.2rem !important;
}
.skytoggle span.elementor-toggle-icon {
    position: relative;
    font-size: 2rem;
}
.skytoggle .fa-caret-up:before{
	content: "\f077" !important;
	font-size: 1rem;
    position: relative;
    top: -10px;
	color: #9e9e9e;
}
.skytoggle i.fas.fa-caret-right:before{
	content: "\f078" !important;
	font-size: 1rem;
    position: relative;
    top: -10px;
	color: #9e9e9e;
}
form.search-form {
    min-width: 240px;
}
.skycard .elementor-widget-button {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
	width: auto !important;
}

.skycard:hover .elementor-button {
    display: block;
	background-color:#004AAD !important;
}
.clicked {
    background: #eeeeee;
}
.actived {
    background: #004aad;
    color: #FFF;
}
.fpost.plisting .posttitle {
    font-weight: 700;
    font-size: 1.1rem;
}
.involvedcard .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column-reverse;
}
.widget iframe {
    max-width: 100% !important;
}
a.herobutton {
    background: var(--yellow);
    margin-top: 20px;
}
a.herobutton:hover {
    background: var(--blue);
    color: var(--yellow);
}
.toggleinfo {
    font-size: 12px;
    position: relative;
    left: 10px;
    top: 3px;
}
@media all and (max-width: 1250px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: .3rem;
    font-weight: 500;
    font-size: 1rem;
}	
}
@media all and (max-width: 1199px){
.donate a{
	padding: 10px 15px;}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .3rem;
    padding-left: .3rem;
	font-size: 1rem;}
.donate.m-2 {
    margin: 0px !important;}
.btn.search-submit{font-size: 1.6rem;}
}
@media all and (max-width: 1199px) and (min-width: 992px){
	.header .search .form-control{max-width: 140px;}
}
@media all and (max-width: 991px){
	.searchdonate {
    justify-content: center !important;}
	.header .navbar-collapse {
    position: absolute;
    background: #eeeeee;
    top: 100%;
    width: 200px;
    left: -120px;
    z-index: 99;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: .7rem;
    padding-bottom: .7rem;}
	.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-top: 0px;
    color: var(--blue);}
    .schoolsprint {
    top: -35px;}
	.title-wrap .filter-title {
    padding-left: 15px !important;}
	.article.entry {
    max-width: 100%;
    word-break: break-word;}
	.headtext h1 {
    font-size: 1.3rem;}
.headtext span.postmeta {
    font-size: 14px;}	
}
@media all and (max-width: 1420px) and (min-width: 1250px){
	.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .4rem;
    padding-left: .4rem;
    font-weight: 500;
    font-size: 1rem;}
}
@media all and (max-width: 1150px) and (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    font-size: 13px;}
	form.search-form {
    min-width: 200px;}
}
@media all and (max-width: 991px) and (min-width: 768px){
	.subscribef .d-flex, .subscribef h2, .mc4wp-response {
    width: 100%;
    font-size: 1rem !important;}
}
@media all and (max-width: 767px){
.header .search .form-control{max-width: 100%;}
.searchdonate {
    margin-top: 1rem;}
.footer .widget_nav_menu {
    text-align: center;}
div.wpforms-container-full .wpforms-form textarea {
    width: 100% !important;}	
	.headimg{height: 375px;}
.htext {
    width: 100% !important;
    margin: auto !important;
    font-size: 14px !important;}
.gi-card .gicard {
    width: 100% !important;}	
.headtext h1 {
    font-size: 1.1rem;}	
.headtext span.postmeta {
    font-size: 13px;}	
}
@media all and (max-width: 575px){
.subscribef .d-flex, .subscribef h2, .mc4wp-response {
    width: 100%;
    font-size: 1rem !important;}
.searchdonate {
    flex-direction: column;}	
.donate.m-2 {
    margin: 15px !important;}
.htext {
    font-size: 12px !important;}
.gi-card .gicard {
    float: none !important;
	margin-bottom: 10px !important; }	
.headtext h1 {
    font-size: 1rem;}	
.headtext span.postmeta {
    font-size: 12px;}	
.btn {
    line-height: 1;}	
a.herobutton {
    margin-top: 0px; font-size: 12px;}	
.headtext h2 {
    font-size: 1.2rem;}	
}