/*
Theme Name: Spectra CIC
Theme URI: www.Taskbar.co.uk
Author: Taskbar Limited
Author URI: www.Taskbar.co.uk
Description: Custom 2017 theme for Spectra CIC made by Taskbar..
Version: 1.0
License: 
License URI: 
Tags: Taskbar, Spectra, Beskpoke
Text Domain: Taskbar
*/


body {
	font-family: 'Cabin', sans-serif !important;
	font-size: 14px;
}

		h1 {
			font-size: 4em;
			text-transform: uppercase;
			font-weight: 600;
	
		}

/* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		h1 {
			font-size: 7.313em;
			text-transform: uppercase;
			font-weight: 600;
			line-height: 100px;
		}
	
	 }
	
h2 {
	font-size: 1.429em;
	text-transform: uppercase;
	font-weight: 600;
	}
	
h3 {
	font-weight: 400;
	font-size: 1.250em;
	color: #ef4135;
}

h4 {
	font-size: 1.429em;
	margin-bottom: 20px
}



p {
	line-height: 1.714em
}

a {
	text-decoration: none !important;
	color: #ef4135
}

.red-text {
	color: #ef4135
}
.red-bullets ul {
	list-style: outside none ;
	list-style-position: outside;
	margin-top: 10px;
	
}

.red-bullets li {
	list-style: outside none ;
	list-style-position: outside;
		line-height: 40px;
		padding-left: 15px;
		text-indent: -15px;
}
    
.red-bullets li:before {
        content:"\2022";
        font-size:50px;
        vertical-align:bottom;
        line-height:40px;
		color: #ef4135 !important;
		position: relative;
		left: -10px;
		top:-4px;
		
    }

.circle-letter {
	list-style-position: outside;
	font-size: 2.714em;
	font-weight: 600;
	border: 3px solid #ef4135;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	line-height: 70px;
	margin: 0 auto 18px auto
}


.circle-letter-red {
	list-style-position: outside;
	font-size: 2.114em;
	font-weight: 600;
	border: 3px solid #ef4135;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	line-height: 50px;
	margin: 0 auto 18px auto;
	background-color: #ef4135;
	color: #fff;
	text-align: center;
}

.title-line{
	width: 39px;
	height: 1px;
	margin: 18px auto 28px auto;
	background-color: #ef4135;
}

	
.header { width: 100%; }

.header .nav { 
	text-align: center;
	letter-spacing: 1px; 
	font-weight: bold; 
	font-size: 14px;
	cursor: pointer;
}

.header .section { position: relative; width: 400px; margin: 0 auto; }

.line { 
	color: #FF463C; 
	text-align: center; 
	bottom: 0; 
	width: 100px; 
	left:0px;
	position: absolute; 
}

.header .nav a {
	text-decoration: none;
	color: #000;
	height: 50px; 
	width: 100px;
	display: inline-block;
	text-align: center; 
	line-height: 50px;
	position: relative;
}

.line{
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

.top:hover ~ .line{
	left:0 !important;
}
.about:hover ~ .line{
	left:100px !important;
}

.work:hover ~ .line{
	left:200px !important;
}
.contact:hover ~ .line{
	left:300px !important;
}

.top:target ~ .line {
	left: 0px;
}

.about:target ~ .line {
	left: 100px;
}

.work:target ~ .line {
	left: 200px;
}

.contact:target ~ .line {
	left: 300px;
}

.redbackground {
	background-color: #ef4135;
	color: #fff;
}

.blackbackground {
	background-color: #333333;
	color: #fff;
}

footer {padding: 80px 0; text-align: center;}

a.btn-trans:link, a.btn-trans:visited {
    color: #fff;
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 18px 70px;
	text-transform: uppercase;
	font-size: 1.429em;
}

a.btn-trans:hover, a.btn-trans:active {
	color: #ef4135;
	background-color: #fff;
}

ul.footer-menu {
	padding: 0;
}

.footer-menu li {
	list-style: none;
	padding: 1px 0;
}

.footer-menu li a:link, .footer-menu li a:visited, .footer-menu li a:hover, .footer-menu li a:active  {
	color: #fff;
}

footer H4 {
	font-size: 1.429em;
	font-weight: 600;
	margin-top:30px;
}



.title-line-footer {
	width: 39px;
	height: 1px;
	margin: 18px auto 18px auto;
	background-color: #fff;;
}

@media only screen and (min-width : 768px) {
	.title-line-footer {
		margin: 18px 0;
	}
	
	footer H4{
		margin:0;
	}

}



footer .spectra-logo {
	margin-bottom: 22px;
}

footer .photo-blog img {padding-bottom: 15px;}

.madeby {font-size: 0.571em; text-transform: uppercase; margin: 45px 0 12px 0}




/* Spectra Team */

.home-team {
	margin: 75px 0 100px 0;
}

.home-team img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  margin: 30px 0;
}

/* Disable grayscale on hover */
.home-team img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

.popover { top: -15px !important;
left: 0 !important;
-webkit-box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.55);
-moz-box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.55);
box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.55);
}

.popover-title,.popover-content {
	text-align: center;
}


@media only screen and (min-width : 768px) {
	.profile-pic-holder {
		margin-top: 90px;
	}

}

.home-work-for-wrapper {
	color: #fff;
	padding: 30px 0;
	height: 100%;

}

.home-work-for-inner {background-color: #ef4135; height: 100%; position: relative}
.home-work-for-inner:hover {background-color: #333333; height: 100%; position: relative}
.home-work-text { position: absolute; bottom: 15px; left: 15px;}

/* Spectra Team */

.home-work-clients {
	background-color: #ebe8e8;
	border-top: 3px solid #ef4135;
	border-bottom: 3px solid #ef4135;
	padding: 75px 0 100px 0;
}


.buttonemobilesheight {
	min-height: 100px;
}

a:link .work-client-button {height: 50%; width: 100%; position: relative; display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
color:#333333;
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
}
a:visited .work-client-button{background-color: #ef4135;color: #fff;}
a:hover .work-client-button{background-color: #333333 !important; color: #fff !important;}
a:active .work-client-button{background-color: #ef4135;color: #fff;}

a[aria-expanded="true"] .work-client-button{
  background-color: #ef4135; color: #fff ;
}

a[aria-expanded="false"] .work-client-button{
  background-color: #fff; color:#333333; 
}

.card {
	border-radius: 0;
	border: none;
}

.card-block {
	border: 1px solid #c8c8c8;
    padding: 3px 3px 3px 3px;
	position: relative;
}



#hp-ctn-howItWorks img {
    vertical-align:middle;
}

a:hover #hp-ctn-howItWorks {
	background:#333333;
}

a:hover #hp-ctn-howItWorks p {
	color: #fff;}


#hp-ctn-howItWorks {
    padding:0px 0px 0px 0px;
    text-align: center;
    margin:0px;
    width: 250px;
    height:40px;
    background:#c8c8c8;
    z-index:15;

    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform-origin: bottom right;
    position: absolute;
    right: 0px;
	top: 0;
}
#hp-ctn-howItWorks p {
    color:#333333;
    display:inline-block;
    line-height:40px;
	text-transform: uppercase;
	padding-left: 40px;
}

#hp-ctn-howItWorks i {
color: #ef4135;
padding-left: 15px;
}

.red-bttn-end {
	position: absolute;
	left: 0;
	background-color: #ef4135;color: #fff;
	line-height:40px;
	width: 40px;
}


.testimonals-home {
	background-color: #ebe8e8;
	padding: 30px 30px 70px 30px;
	height: 100%;
}

.testimonals-home img{
	border: 3px solid #ef4135;
	height: 95px;
	width: 95px;
	border-radius: 50%;
	float: left;
}

.councelling-live-chat-picture img {
		border: 3px solid #ef4135;
	height: 95px;
	width: 95px;
	border-radius: 50%;
	margin: 20px 20px 0 0 ;
}

.councelling-live-chat-picture  span p {
	display: inline;
	color: #ef4135;

}

.councelling-live-chat-picture  span i {
	color: #fff;
	margin: 0 15px 0 125px;
}


.councelling-live-chat-picture .norm-red-butt {
	margin: 0;
}
.testimonials-box {
	position: absolute;
	height: 95px;
	bottom: -43px;
}

.testimonials-box-inner{
position: absolute;
left: 128px;
width: 190px;

margin: 0;
height: 95px;

}

.testimonials-section {
	
padding: 75px 0 100px 0;
}

.subscribeform {
	padding: 110px 0 178px 0;
}

.subscribepage {
	margin: 15px 0;
}

.subscribeform h2 {
	font-size: 1.875em;
	margin-bottom: 60px;
	text-transform: none;
}

    .subscribeform input, .subscribepage input {
		max-width: 100%;
		line-height: 66px;
	}

/* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.subscribeform input, .subscribepage input {
			margin: 0;
			padding: 0px 20px 0px 20px;
			border: 0px;
			line-height: 66px;
			min-width: 392px;
			color: #333;
		}
    }



.subscribeform button, .subscribepage button {
	margin: 0;
	padding: 0px 30px 0px 30px;
	border: 0px;
	line-height: 66px;
	color: #fff;
	background-color: #ef4135;
	border-radius: 0px;
	text-transform: uppercase;
	font-size: 1em;
}

?.input-append{
    font-size:0;
}?

ol {
    counter-reset:item; 
    margin:0; 
    padding-left:0;
	padding: 0;
}
ol>li {
    counter-increment:item; 
    list-style:none inside; 
    margin: 40px 0;
    overflow: hidden;
padding: 0;
    line-height: 1.3;
}

 
		ol.circles-list {
			padding: 0;
		}			
	

	



ol>li:before {
    content:counter(item) ;
    margin-right: 20px;
    padding: 8px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 46px;
	height: 46px;
    background: #ef4135;
    color: #fff;
    text-align: center; 
    font-size: 24px ;
    font-weight: 100;
    float: left;
}

ol >  li.greynumber:before {
    content:counter(item) ;
    margin-right: 20px;
    padding: 8px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 46px;
	height: 46px;
    background: #333333;
    color: #fff;
    text-align: center; 
    font-size: 24px ;
    font-weight: 100;
    float: left;
}

.norm-red-butt, .norm-red-butt-white, .tribe-events-read-more {
	display: inline-block;
	background-color: #ef4135;
	color: #fff !important;
    border: 1px solid #ef4135;
    border-radius: 0px;
    padding: 18px 15px;
    text-transform: uppercase;
    font-size: 1.429em;
}
   /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {


.norm-red-butt, .norm-red-butt-white, .tribe-events-read-more {
	display: inline-block;
	background-color: #ef4135;
	color: #fff !important;
    border: 1px solid #ef4135;
    border-radius: 0px;
    padding: 18px 70px;
    text-transform: uppercase;
    font-size: 1.429em;
}
	}


.norm-red-butt:hover, .tribe-events-read-more:hover {
	background-color: #333;
	border: 1px solid #333;
}


.norm-red-butt-white:hover {
	background: none;
	border: 1px solid #fff;
}

.totaldonate .norm-red-butt-white {
	margin-right: 15px;
}

.norm-red-butt-submit {
		display: inline-block;
	background-color: #ef4135;
	color: #fff !important;
    border: 1px solid #ef4135;
    border-radius: 0px;
    padding: 18px 70px;
    text-transform: uppercase;
    font-size: 1.429em;
	margin: 20px 0 0 60px;
}

.norm-trans-butt {
	display: inline-block;
	color: #333333 !important;
    border: 1px solid #333333;
    border-radius: 0px;
    padding: 18px 70px;
    text-transform: uppercase;
    font-size: 1.429em;
}

.norm-trans-butt:hover {
	background-color: #333;
	border: 1px solid #333;
	color: #fff !important;
}

.norm-white-butt {
	display: inline-block;
	color: #fff !important;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 10px 7px;
    text-transform: uppercase;
    font-size: 1.229em;
}

   /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.norm-white-butt {
			display: inline-block;
			color: #fff !important;
			border: 1px solid #fff;
			border-radius: 0px;
			padding: 18px 30px;
			text-transform: uppercase;
			font-size: 1.429em;
		}
    }





.norm-white-butt:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #333 !important;
}


.small-white-butt {
	display: inline-block;
	color: #fff !important;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 14px;
	min-width: 190px;
}

/* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
.small-white-butt {
	display: inline-block;
	color: #fff !important;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 1.129em;
	min-width: 280px;
}

	}

.small-white-butt:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #333 !important;
}

.button-space a {
	margin: 15px;
}

.button-space-right a {
	margin-right: 15px;
}



a:link .free-services-button {
	height: 60px;
	position: relative;
	display: flex;
	justify-content: left; /* align horizontal */
	align-items: center; /* align vertical */
	color:#333333;
	font-size: 14px ;
	font-weight: 300;
	margin-bottom: 15px;
	flex-direction: row;
	text-decoration: none;
}

@media only screen and (min-width : 768px) {
a:link .free-services-button {
	height: 60px;
	position: relative;
	display: flex;
	justify-content: left; /* align horizontal */
	align-items: center; /* align vertical */
	color:#333333;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 15px;
	flex-direction: row;
	margin-right: 0;
	text-decoration: none;
}
}
a:visited .free-services-button{background-color: #fff;color: #333333;}
a:hover .free-services-button{background-color: #ef4135 !important;color: #fff !important; text-decoration: none;}
a:active .free-services-button{background-color: #fff;color: #333333; text-decoration: none;}

a[aria-expanded="true"] .free-services-button{
 color: #333333 ;
   border-left: 8px solid #ef4135;
  border-top: 1px solid #ebe8e8;
  border-right: 1px solid #ebe8e8;
  border-bottom: 1px solid #ebe8e8;

}

a[aria-expanded="false"] .free-services-button{
  background-color: #fff;
  color:#333333;
  border: 1px solid #ebe8e8;
}


a[aria-expanded=true] .fa-plus {
   display: none;
}
a[aria-expanded=false] .fa-minus {
   display: none;
}

.free-services-button i {
	margin:0 15px;
}

.free-services-section {
	margin: 80px 0 110px 0;
}

.push-top {
	margin-top:30px;
}

.push-big {
	margin-top:60px;
}



.red-bar-event {
	margin: 23px 0;
}

.red-bar-event h4 {
	text-transform:uppercase;
	margin-bottom: 5px;
}

.red-bar-event h4 a:link, .red-bar-event h4 a:visited, .red-bar-event h4 a:active  {
	color: #fff;
}

.red-bar-event h4 a:hover {
	text-decoration: underline;
}

.red-bar-event span {
	display: inline-block;
	margin: 4px 0;
}

.red-bar-event i {
	margin-right: 15px;
}

.red-bar-event i, .red-bar-event p {
	font-size: 12px;
	display: inline;
}

.red-bar-event span p span {
	display: inline;
}

.pad5 {
	padding: 5px 0;
}

.hero {
	min-height: 700px;
	background-image: url('images/hero1.png');
	background-position: top center;
	color:#fff;
}

@media only screen and (min-width : 768px) {
	.hero {
	min-height: 857px;
	background-image: url('images/hero1.png');
	background-position: top center;
	color:#fff;
}
}

.hero-red {
	background-color: #ef4135;
	color:#fff;
	min-height: 596px;
}

.hero-red-norm {
	background-color: #ef4135;
	color:#fff;
	padding-bottom: 100px
}

.hero-red h1  {
	margin-top: 196px;
}

.hero-red-norm h1  {
	margin-top: 196px;
}

.hero-red h2  {
	
	padding: 20px 0 30px 0;
}
.hero-line {
	width: 40%;
	height: 1px;
	background-color: #fff;
	margin: 0px auto;
	
}
.hero h1  {
	
	margin-top: 300px;
}

.hero p {
	font-size: 1.429em;
	margin-bottom: 35px;
}

 .eventdetails i,  .eventdetails p {
    display: inline;
	font-size: 1em;
}

 .eventdetails i {
	margin: 0 4px;
 }
 
 
 .eventdetails a {
	color: #fff;
 }
 .hero ul {
	padding-top: 10px;
 }

.hero li {
	display: inline-block;
	margin: 5px 10px;
}

		.navbar-collapse {
			background-color: rgba(239, 65, 53, 1)
		}

/* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.hero li {
			display: inline-block;
			margin: 35px 15px;
		}
		
		 .hero ul {
			padding-top: 0px;
		 }
		
		.navbar-collapse {
			background-color: transparent;
		}
	}
	
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #333333 !important;
    outline: 0;
}


	
.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}
.custom-toggler .navbar-toggler-icon {
	width: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
	
.navbar-wrapper {
  position: absolute;
  left: 0;
  z-index: 5000;
  border-bottom: 1px solid #cccccc;
  width: 100%;
 
}

.navbar { padding-top: 10px;
    margin-bottom: 0px;
}

@media only screen and (min-width : 768px) {
	.navbar { padding-top: 10px;
    margin-bottom: 10px;
	}
}

.navbar-brand {
	height: 60px;
	padding-top: 4px;
	padding-bottom: 0px;
}

.navbar-brand img {
	width: 140px;
	height: 45px;
}

 @media only screen and (min-width : 768px) {
	.navbar-brand {
	height: 60px;
	padding-top: 4px;
	padding-bottom: 15px;
	}
	
	.navbar-brand img {
		width: 187px;
		height: 60px;
	}
 }

#menu-spectra li {
	margin: 0 15px;
	position: relative;
}

#menu-spectra li a{
	font-size: 1.071em;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 5px;
	}
	
	#menu-spectra li a:hover {
		font-size: 1.071em;
		text-transform: uppercase;
		color: #fff;
	}


/* Fix bootstrap */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
    background: none;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open>a:focus, .navbar-default .navbar-nav > .open > a:active {
    background: none;
    color: #fff;
}







	
	
	.dot {
		
		opacity: 0;
	    width: 16px;
	    height: 8px;
	    background-color: #ff0000;
		border-top-left-radius: 16px;
		border-top-right-radius:16px;
	    
	    position: absolute;
	    
   right: 0;
    left: 0;
    margin: auto;
	margin-top: 80px;
	    transition: 0.4s;
		-webkit-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;

	}
	
	
	
	
	
#menu-spectra > .current-menu-parent  > a > .dot {
	    opacity: 1;

    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
	    
	  }
	  
	  
	  
	#menu-spectra > li > a:hover > .dot {
	    opacity: 1;

    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
	    
	  }


#menu-spectra > .active  > a > .dot {
	    opacity: 1;

    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
	    
	  }
	  
	  
	  .free-circle {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-color: #ef4135;
	line-height: 50px;
	text-align: center;
	font-size: 1.071em;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	margin-right: 15px;

	/* width and height can be anything, as long as they're equal */
}

.free-text  {
	line-height: 25px !important;
	font-size: 1.071em;
	font-weight: 600;
	text-transform: uppercase;
	display: inline;
	
	}
	
.hero-condoms {
	padding: 120px 0 79px 0;
}
	.condom-mobile {
		padding: 30px 0;
	}
	
	
	
    @media only screen and (min-width : 768px) {
		.hero-condoms {
			padding: 210px 0 79px 0;
		}
		
			.condom-mobile {
		padding: 0;
	}
}

	
	.hero-condoms h1 {
		margin-top: 0;
	}
	
	
	.hero-condoms p {
		font-size: 1.429em;
		line-height: 1.2em;
	}
	
	
	
	
	
/* enable absolute positioning */
.inner-addon, .inner-addon-trans { 
    position: relative;
	margin-top: 30px;
}

.inner-addon input, .inner-addon select{ 
    height: 61px !important;
	border: 1px solid #fff;
	line-height: 60px;
	border-radius: 0;
	font-size: 1.429em;
	background: #333333;
	color: #fff;
}

.inner-addon-trans input{ 
    height: 61px;
	border: 1px solid #fff;
	line-height: 60px;
	border-radius: 0;
	font-size: 1.429em;
	background: none;
	color: #fff;
}

.inner-addon textarea{ 
	border: 1px solid #fff;
	border-radius: 0;
	font-size: 1.429em;
	background: #333333;
	color: #fff;
}

.inner-addon-trans textarea{ 
	border: 1px solid #fff;
	border-radius: 0;
	font-size: 1.429em;
	background: none;
	color: #fff;

}


/* style icon */
.inner-addon .fa, .inner-addon-trans .fa {
  position: absolute;
  padding: 0 10px;
  pointer-events: none;
  color: #fff;
  font-size: 2.143em;
  line-height: 60px;
  
}

/* align icon */
.left-addon .fa, .left-addon-trans .fa  { left:  0px;}
.right-addon .fa, .right-addon-trans .fa { right: 0px;}

/* add padding  */
.left-addon input, .left-addon select, .left-addon-trans input   { padding-left:  50px; }
.right-addon input, .right-addon select, .right-addon-trans input { padding-right: 30px; }



.left-addon textarea  { padding-top: 15px; padding-left:  50px;  }








.form-control::-webkit-input-placeholder { color: #fff; text-transform: uppercase ; font-weight: 600; background: none;}
.form-control:-moz-placeholder { color: #fff;text-transform: uppercase; font-weight: 600; background: none;}
.form-control::-moz-placeholder { color: #fff; text-transform: uppercase;font-weight: 600; background: none;}
.form-control:-ms-input-placeholder { color: #fff;text-transform: uppercase; font-weight: 600; background: none;}







.hero-volunteer {
			min-height: 867px;
	background-image: url('images/hero-volunteer.png');
	background-position: top center;
	color:#fff;
	}
	
.hero-volunteer h1, .hero h1 {
	
	margin-top: 150px;
	}
	
/* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.hero-volunteer h1, .hero h1   {
			margin-top: 300px;
		}
    }
	
.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}




.hero-volunteer p {
	font-size: 1.429em;
	margin-bottom: 35px;
}

.hero-trans-services {
	min-height: 667px;
	background-image: url('images/hero-trans-services.png');
	background-position: top center;
	color:#fff;
}

 @media only screen and (min-width : 768px) {
	.hero-trans-services {
		min-height: 867px;
		background-image: url('images/hero-trans-services.png');
		background-position: top center;
		color:#fff;
	}
 }

.hero-trans-groups {
	min-height: 467px;
	background-image: url('images/hero-trans-groups.png');
	background-position: top center;
	color:#fff;
}
 @media only screen and (min-width : 768px) {
.hero-trans-groups {
	min-height: 867px;
	background-image: url('images/hero-trans-groups.png');
	background-position: top center;
	color:#fff;
}
 }
 
 .hero-charity {
	min-height: 467px;
	background-image: url('images/hero-charity.png');
	background-position: top center;
	color:#fff;
}

.hero-charitye h1{
	margin-top: 150px;
}

 @media only screen and (min-width : 768px) {
.hero-charity {
	min-height: 867px;
	background-image: url('images/hero-charity.png');
	background-position: top center;
	color:#fff;
}
.hero-charity h1{
		margin-top: 300px;
	}
	

 }

.hero-kas {
	min-height: 467px;
	background-image: url('images/hero-ks.png');
	background-position: top center;
	color:#fff;
}
 @media only screen and (min-width : 768px) {
.hero-kas {
	min-height: 867px;
	background-image: url('images/hero-ks.png');
	background-position: top center;
	color:#fff;
}
 }
 
.hero-who-we-are {
	min-height: 367px;
	background-image: url('images/hero-who-we-are.png');
	background-position: top center;
	color:#fff;
}


.hero-who-we-are h1{
	margin-top: 150px;
}


 @media only screen and (min-width : 768px) {
	.hero-who-we-are {
		min-height: 867px;
		background-image: url('images/hero-who-we-are.png');
		background-position: top center;
		color:#fff;
	}
	
	
	.hero-who-we-are h1{
		margin-top: 300px;
	}
 }

.hero-testimonials {
	min-height: 867px;
	background-image: url('images/hero-testimonials.png');
	background-position: top center;
	color:#fff;
}

.hero-testimonials h1{
	margin-top: 240px;
}

.hero-specta-groups {
	min-height: 867px;
	background-image: url('images/hero-spectra-groups.png');
	background-position: top center;
	color:#fff;
}

.hero-thanks {
	min-height: 867px;
	background-image: url('images/thanks.png');
	background-position: top center;
	color:#fff;
}

.hero-specta-groups h1, .hero-thanks h1{
	margin-top: 150px;
}



 @media only screen and (min-width : 768px) {
	.hero-specta-groups h1, .hero-thanks h1{
		margin-top: 300px;
	}
 }

.hero-specta-groups li {
	display: inline-block;
	margin: 35px 15px;
	
}

.hero-trans-services .greyherobox, .hero-trans-groups .greyherobox, .hero-kas .greyherobox, .hero-counselling .greyherobox, .greyherobox2   {
background-color: #333333;
padding: 30px;
margin-top: 110px;
}

 @media only screen and (min-width : 768px) {
	.hero-trans-services .greyherobox, .hero-trans-groups .greyherobox, .hero-kas .greyherobox, .hero-counselling .greyherobox   {
		background-color: #333333;
		padding: 30px;
		margin-top: 300px;
	}
	 
	.greyherobox2 {
		background-color: #333333;
		padding: 30px;
		margin-top: 162px;
	}
 }

.hero-counselling {
		min-height: 567px;
	background-image: url('images/hero-counselling.png');
	background-position: top center;
	color:#fff;
}

 @media only screen and (min-width : 768px) {
	.hero-counselling {
			min-height: 867px;
		background-image: url('images/hero-counselling.png');
		background-position: top center;
		color:#fff;
	}
 }

.form-group input[type="checkbox"] {
    display: none;
		height: 61px;
		font-size: 1.429em;
	


}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 40px;
	border-radius: 0;
	line-height: 40px;

	
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;

}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
	
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
        border-top-right-radius: 2px ;
    border-bottom-right-radius: 2px ;
}

.grey-toggle.active , .grey-toggle.active:hover, .grey-toggle.active.focus .grey-toggle.active:focus{
	background-color: #333333 !important;
			line-height: 51px;
	height: 61px;
	font-size: 1.429em;
	font-weight: 600;
	text-transform: uppercase
	
}

.grey-toggle {
	background-color: #ef4135;
	line-height: 51px;
	height: 61px;
	border: #ef4135;
}

.btn-group > label span {

}

.form-group {
	margin-top: 30px;
}

.black-group {
	padding: 30px;
}



.para {
  overflow: hidden;
  height: 443px;

  color: #fff;
}




.backgroundImage {
  overflow: hidden;
  height: 100%;
  background-image: url(images/paralax.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
    padding: 80px 0;
}


.backgroundImage2 {
  overflow: hidden;
  height: 100%;
  background-image: url(images/paralax2.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
    padding: 80px 0;
}
	
	.counselling-quotes {
		margin:95px 0;
		
	}
	
	.who-we-are-box {
		background-color: #fff;
		padding: 30PX;
		min-height: 220px;
	}
		
		
		.push-massive {
			margin-top:100px;
		}
		
		.tribe-events-meta-group a:link, .tribe-events-meta-group a:visited,  .tribe-events-meta-group a:active {
			text-decoration: underline !important;
			color: #333;
		}
		
				.tribe-events-meta-group a:hover {
			text-decoration: underline !important;
			color: #ef4135;
		}
		
		
#tribe-events-bar, #tribe-geo-map-wrapper {
    margin-bottom: 0px !important;
}


#tribe-bar-form {
    background: none !important;

}

#tribe-geo-map {
    height: 600px !important;
}

.tribe-events-map .navbar-wrapper, .page-id-209 .navbar-wrapper, .page-id-18 .navbar-wrapper{
	background-color: rgba(239, 65, 53, 0.9);
	
}

.view-month {
	margin-top: 85px !important;
}

.tribe-bar-views-inner {
    background: #333 !important;

}

#myModal .modal-dialog {
	top: 260px;
		width: 300px;
		background-color: #ef4135;
		color: #fff;
		padding: 30px;
		margin: 20px;
}

@media only screen and (min-width : 768px) {
	#myModal .modal-dialog {
		width: 1000px;
		background-color: #ef4135;
		color: #fff;
		max-width: 1000px;
		padding: 30px;
		margin-left: 0;
		margin-right: 0;

		margin: auto;
		
	}
}

#myModal .modal-content
{
	border-radius: 0 !important;
	background-color: #ef4135;
	color: #fff;
}

#myModal .norm-white-butt {
	margin-top: 30px !important;
}

#myModal .modal-content h1 {
	padding-top: 60px;
}


#myModal .modal-content h2 {
	margin-bottom: 20px !important;
	display: block;
}

.close-reveal-modal {
	font-size: 40px;
	color: #fff;
	margin-top: 30px;
	}

@media only screen and (min-width : 768px) {
	.close-reveal-modal {
		font-size: 80px;
		color: #fff;
		padding-top: 30px;
		
		}
}

	
	.cross-wrapper {
		position: absolute;
		top: -20px;
		right: 30px;
	}
	
	
	.mg_control-label {
		color: #ef4135;
	}
	
	.migla-panel input.mg_form-control, .migla-panel select.mg_form-control  {
    border: 1px solid #ebe8e8;
    max-width: 100%;
    min-width: 100%;
	border-radius:0px;
	
}

button.miglacheckout {
	display: inline-block;
    background-color: #ef4135;
    color: #fff !important;
    border: 1px solid #ef4135;
    border-radius: 0px;
    padding: 18px 70px;
    text-transform: uppercase;
    font-size: 1.429em;
}

button.miglacheckout:hover {
	background-color: #333;
	border: 1px solid #333;
}

ul.no-links  {
	padding: 0px;
}

.no-links li span a, .no-links li span a:link, .no-links li span a:visited, .no-links li span a:hover, .no-links li span a:active{
	color: #fff !important;
	text-decoration: none !important;
}


.tribe-bar-submit {
    margin-left: 0 !important; 
}

.tribe-events-map-event-title {
	font-size: 1.429em;
    margin-bottom: 20px;
}


#tribe-events-content.tribe-events-list {
    padding: 60px 0 !important;
}

a.tribe_map_paged, a.tribe-events-ical {
	display: inline-block;
	background-color: #ef4135;
	color: #fff !important;
    border: 1px solid #ef4135;
    border-radius: 0px;
    padding: 18px 70px;
    text-transform: uppercase;
    font-size: 1.429em;
}

a.tribe_map_paged:hover, a.tribe-events-ical:hover {
	background-color: #333;
	border: 1px solid #333;
}


.tribe-events-list .type-tribe_events {
    margin-bottom: 30px;
}

.tribe-events-list .type-tribe_events:first-of-type {
    margin-top: 30px !important;
}

.tribe-bar-search-filter {
	    width: 25%;
}

#tribe-events-bar {
	padding: 15px 0;
}

.padmapdown {
	margin-top: 150px;
}

.push60 {
	margin-top: 60px;
}

.migla_circle_reverse, .migla_circle_fill, .migla_circle_inside {
	background-color: #fff !important;
}

.totaldonate {
	padding: 60px;
}

.donatecards {
	margin: 30px 0 0 0;
	max-width: 180px;
}

.donateheart {
	max-width: 180px;
	margin: 30px 0 0 0;
}

@media only screen and (min-width : 768px) {
	.donateheart {
		max-width: 387px;
		margin: 0;
	}
	
	.donatecards {
		max-width: 387px;
		margin: 15px 0 0 0;
	}
}

.type-tribe_events {
	background-color: #ebe8e8;
	padding: 15px !important;
}


.events-cat-menu li {
	list-style: none;
	display: inline-block;
	margin: 15px 15px 0 0;
}

.events-cat-menu i {
	margin-right: 15px;
}

.dropdown-menu {
	color: #fff;
	background-color: rgba(239, 65, 53, 0.9) !important;
	margin-top: 18px !important;
	    border-radius: 0px;
	
}

.dropdown-menu>li>a {
    padding: 10px 30px;
	color: #fff;
}

.spectra-flex {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	min-height: 164px;
}



#catapultCookie {
	display: inline-block;
	color: #fff !important;
    border: 1px solid #fff !important;;
    border-radius: 0px !important;;
    padding: 18px 30px;
    text-transform: uppercase;
    font-size: 1.429em;
	background: none !important;
}

#catapultCookie:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #333 !important;
}

/* Tooltip container */
/* Hover tooltips */
.field-tip {
    position:relative;
    cursor:help;
}
    .field-tip .tip-content {
        position:absolute;
        bottom:125%; /* - top padding */
        right:0;
        width:165px;

        padding:15px;
		text-align: center;
color: #fff;
        background:#ef4135;
        -webkit-box-shadow:2px 2px 5px #aaa;
           -moz-box-shadow:2px 2px 5px #aaa;
                box-shadow:2px 2px 5px #aaa;
        opacity:0;
        -webkit-transition:opacity 250ms ease-out;
           -moz-transition:opacity 250ms ease-out;
            -ms-transition:opacity 250ms ease-out;
             -o-transition:opacity 250ms ease-out;
                transition:opacity 250ms ease-out;
    }
	
	.field-tip .tip-content p {
		color: #333;
		margin-top: 10px;
		line-height: 14px;
	}

        .field-tip:hover .tip-content {
            LEFT:0PX;
            opacity:1;
        }
		
		
		
		.ctf-author-box {
			display: none;
		}
		
		#ctf.ctf-super-narrow .ctf-author-box {
    min-height: 0;
    margin-bottom: 0;
}
		
		#ctf .ctf-author-name, #ctf .ctf-author-screenname, #ctf .ctf-verified, #ctf .ctf-tweet-meta {
			margin: 0px !important;
		}
		
		
		#ctf .ctf-item {
			border: none;
		}
		
		
		footer a:link {
			color: #fff;
		}
		
		#ctf .ctf-item {
			padding: 0 0 15px 0;
		}
		
		#ctf .ctf-tweet-actions a {
			padding: 0px !important;
		}
		
		
		
						#catapult-cookie-bar {
					box-sizing: border-box;
					max-height: 0;
					opacity: 0;
					z-index: 99999;
					overflow: hidden;
					color: #ffffff;
					position: fixed;
					left: 20px;
					bottom: 6%;
					width: 300px;
					background-color: #333333;
				}
				#catapult-cookie-bar a {
					color: #fff;
				}
				#catapult-cookie-bar .x_close span {
					
				}
				button#catapultCookie {
					
					border: 0; padding: 6px 9px; border-radius: 3px;
				}
				#catapult-cookie-bar h3 {
					color: #ffffff;
				}
				.has-cookie-bar #catapult-cookie-bar {
					opacity: 1;
					max-height: 999px;
					min-height: 30px;
				}
				
				
				#tribe-bar-collapse-toggle {
    background: #666 !important;
    color: #fff !important;

}

.mobile-padding-bottom { margin-bottom: 30px}

.text-justify-centered-left {
    text-align: center;
}

.text-justify-centered-left .red-bullets {
	padding-left: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .text-justify-centered-left {
        text-align: left;
    }
	
	.mobile-padding-bottom {
		margin-bottom: 0;
	}
	
	.text-justify-centered-left .red-bullets {
	padding-left: 40px;
}
}







 #nav-icon0 {
  width: 30px;
  height: 35px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border: 0px;
}


.navbar-toggler:focus,.navbar-toggler.active {
   outline: none !important;
}
/* Icon 2 */

#nav-icon0 {
}

#nav-icon0 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon0 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon0 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon0 span:nth-child(1), #nav-icon0 span:nth-child(2) {
  top: 0px;
}

#nav-icon0 span:nth-child(3), #nav-icon0 span:nth-child(4) {
  top: 10px;
}

#nav-icon0 span:nth-child(5), #nav-icon0 span:nth-child(6) {
  top: 20px;
}

#nav-icon0.open span:nth-child(1),#nav-icon0.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon0.open span:nth-child(2),#nav-icon0.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon0.open span:nth-child(1) {
  left: 0px;
  top: 9px;
}

#nav-icon0.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 9px;
}

#nav-icon0.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon0.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon0.open span:nth-child(5) {
  left: 0px;
  top: 19px;
}

#nav-icon0.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}

#ctf .ctf-retweet-icon {
    background: none !important;
}

.ctf-tweet-text a {
	color: #fff;
}

#ctf .ctf-tweet-text-media-wrap, #ctf .ctf-quoted-tweet-text-media-wrap {
 border: none
 }
 
 
 
 
.container-profile-home {
  position: relative;
}

.image-profile-home {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-profile-home {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ef4135;
}

.container-profile-home:hover .overlay-profile-home {
  opacity: 1;
}

.text-profile-home {
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 15px;
}

.text-profile-home p {
	font-size: 14px !important
}

.event-is-recurring {
	display: none !important
}

input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
  
  .blog-cat ul.post-categories  {
	list-style: none!important;
	padding: 0
  }
  
  .blog-cat ul.post-categories li {
	margin: 10px 5px;
  }
  
  .blog-cat a:link, .blog-cat a:visited, .blog-cat a:hover, .blog-cat a:active {
	color: #fff;
	text-decoration: none;
  }
  
  
  .blog-content img { height: auto; max-width: 100%; }
  
  
  
  .photo-blog a:link, .photo-blog a:visited , .photo-blog a:hover, .photo-blog a:active {
	color: #fff;
}

.small-jobtitle {
	font-size:11px;
}

.btn-default.active  {
    color: #fff;
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.label { border-radius:0}
.label-primary {
    background-color: #0066cc;
}

.form-group input[type="checkbox"] {
    display: none;
	line-height: 47px;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
        border-top-right-radius: 2px ;
    border-bottom-right-radius: 2px ;
}



.btn-primary {
    color: #fff;
    background-color: #ef4135;
    border-color: #ef4135;
}

.btn-primary:hover{
	background-color: #761711;
	border-color: #761711;
}

.gdprlable {
	line-height: 54px;
	padding: 0 15px 0 15px ;
	font-size: 1.429em;
	font-weight: 600;
	background-color: #ef4135;

}

.gdprlable-black {
	line-height: 54px;
	padding: 0 15px 0 15px ;
	font-size: 1.429em;
	font-weight: 600;
	background-color: #000;

}

.tribe-events-title-bar {
	min-height: 88px;
}


.tribe-bar-geoloc-filter {
	float: left;
    margin-bottom: 0;
    padding: 15px;
    width: 33.3333%;
}


#tribe-bar-views-toggle {
	    background-color: #cacaca !important;
		margin: 15px 15px 0 15px;
}

a.service-announcement,  a.service-announcement:link, a.service-announcement:visited,a.service-announcement:hover,  a.service-announcement:active{
 font-size: 13px;
 display: block;
 padding: 10px 30px;
 color: #fff;
    background-color: #282422;
    line-height: 19px;
    text-decoration: none
}

 @media (min-width: 768px) {
  a.service-announcement,  a.service-announcement:link, a.service-announcement:visited,a.service-announcement:hover,  a.service-announcement:active{
   font-size: 15px;
  }
 }

a.service-announcement:after {
 content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgIHZpZXdCb3g9IjAgMCAyNS4zNDMgMjMuMjMxIj48cGF0aCBkPSJNMjEuODM3IDcuNzNMMTQuOCAwbC0zLjUgMy44NjUgNC42MjUgNS4xMTFIMHY1LjI4aDE1LjkyNGwtNC42MjQgNS4xMSAzLjUgMy44NjUgNy4wMzMtNy43MyAzLjUwNi0zLjkwN3oiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=');
 margin:  0 0 0 20px;
     position: absolute;
    top: 12px;
    right: 30px;
}

.g-recaptcha{
	margin-top: 30px;

}

a.service-announcement:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: red;
    position: relative;
    left: -5px;
    vertical-align: middle;
    animation-name: buttonFlash;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;

}

@keyframes buttonFlash {
    0% {
        background-color: red;
    }
    50% {
        background-color: red;
    }
    75% {
        background-color: #00ffbf;
    }
    100% {
        background-color: #00ffbf;
    }
}


.container-spectra {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
	.container-spectra {
    	width: 750px;
	}
}

@media (min-width: 992px) {
	.container-spectra {
    	width: 970px;
	}
}

@media (min-width: 1200px) {
	.container-spectra {
    	width: 1170px;
	}
}

@media (min-width: 1600px) {
	.container-spectra {
    	width: 1500px;
	}
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0;
	}}


.bootstrap-select.form-control {

}

.bootstrap-select>.dropdown-toggle {
	height: 61px !important;
    border: 1px solid #fff;
    line-height: 60px;
    border-radius: 0;
    font-size: 1.429em;
    background: #333333;
    color: #fff;
}

.bootstrap-select .dropdown-toggle .filter-option {
	height: auto !important;
}

.caret {
	display: none;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	font-size: 20.006px;
	text-transform: uppercase;
	font-weight: bold;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color: #000;
}

.black-donate {
    padding: 30px 0;
    background-color: #ebe8e8;
    border: 3px solid #ef4135
}

.black-donate-text {
    color: #333333;
    text-align:center;
    display: block;
    font-size: 22px;
    text-transform: uppercase;
}

.black-donate #vsdf_form {
    padding:20px 0;
}

.black-donate #vsdf_form .button-label {
    background: #333333;
    color: #fff;
}

.black-donate #vsdf_form .type_text {
    color: #333;
}

#vsdf_form .dropdown-el label {
    color: #333;
}

.black-donate img { 
    max-width: 50%;
    display: block;
    margin: 0 auto;
}

#vsdf_form #submit-row #go {
    color: #f6c657;
    background-color: #f6c657;
}

#accordion2 .card {
    border: none;
}

#tribe-events-pg-template {
    max-width:100% !important;
    padding: 0 !important;
}

.tribe-events-single-event-title {
    color: #fff;
}

.tribe-events-single-event-title {width:100% !important;}

.red-back-gradient {
    background-image: linear-gradient(139deg, RGB(255, 0, 0) 0%, RGB(255, 128, 0) 10%, RGB(255, 255, 0) 20%, RGB(0, 255, 0) 30%, RGB(0, 255, 128) 40%, RGB(0, 255, 255) 50%, RGB(0, 128, 255) 60%, RGB(0, 0, 255) 70%, RGB(128, 0, 255) 80%, RGB(255, 0, 255) 90%, RGB(255, 0, 128) 100%);
    color:#fff;
	min-height: 586px;
}

.red-back-gradient h1 {
	margin-top: 196px;

}

.red-back-gradient h2 {
	margin-bottom: 30px;
}

        .video-container {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            height: 0;
            overflow: hidden;
            max-width: 100%;
            background: #000;
        }
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }
