/**
 * Theme name:  Givefundraising
 * Description: Theme for Givefundraising website. Developed by Mangopear creative.
 * Author:      Mangopear creative
 * Author URI:  https://mangopear.co.uk
 * Template:    uncode
 * Version:     1.0.0
 */


@import url("../Uncode/style.css");





/**
 * Theme customization starts below...
 */






/**
 * Logo
 */

#main-logo .navbar-brand {
	display: inline-block;
	margin-top: -5px;
	padding-bottom: 5px;
}





/**
 * Nav
 */

#menu-bidfundraising-main .menu-item a {
	font-size: 16px !important;
	font-weight: normal !important;
	text-transform: none !important;
}

#menu-bidfundraising-main .menu-item--left.menu-item--left a {
	font-weight: bold !important;
}

.menu-primary ul.menu-smart ul a,
.vmenu-container ul.menu-smart ul a {
	font-weight: bold !important;
}

.has-sub a span::after{   
	content: "";
    display: inline-block;
    background: url(images/arrow-menu.png) no-repeat;
    width: 13px;
    height: 18px;
    position: relative;
    top: 10px;
    left: 8px;
}

.o-header__nav__list a span::after{content: ""; display:none;}





/**
 * Responsive nav
 */


@media (max-width: 1220px) {
	
.heder_btnwrap{ width: 50% !important;}
.heder_signupwrap{ width: 50% !important;}	
	
	
}



@media (max-width: 959px) {
	.submenu-dark .menu-horizontal .menu-smart ul {
		margin-top: -18px !important;
	}
}


@media (min-width: 960px) {
	.menu-smart ul > li > a i.fa-dropdown {
		top: 2px !important;
	}


	#menu-bidfundraising-main .menu-item--left + .menu-item--left {
		margin-right: 325px;
	}

	body.logged-in #menu-bidfundraising-main .menu-item--left + .menu-item--left {
		margin-right: 265px;
	}
}





/**
 * Style hacks
 */

@media (min-width: 960px) {
	#nick-style-hack-1 {
		padding-right: 40px;
	}

	#nick-style-hack-2 {
		padding-left: 8px;
	}
}











/**
 * Override stupid theme styles
 */

html body .style-dark-override.menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li > a,
html body .style-dark-override:not(.is_stuck).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li > a {
	color: #0085b1 !important;
}

html body .style-dark-override.menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li > a:hover,
html body .style-dark-override:not(.is_stuck).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li > a:hover {
	color: #004D66 !important;
}

.owl-item .heading-text {
	color: #FFF;
}











/**
 * Custom work
 */





/**
 * Shop header
 */

.c-header__contents {
	margin: 0;
	float: right;
	max-width: 300px;
	text-align: right;
	position: relative;
}


	.c-header__button--register .c-header__button-link {
		font-size: 16px;
		font-weight: bold;
		border-radius: 3px;
		background: #0085B1;
		display: inline-block;
		padding: 10px 25px 12px;
		-webkit-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
		   -moz-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
			-ms-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
			 -o-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
				transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
	}

		.c-header__button--register .c-header__button-link:hover {
			opacity: .85;
			color: #FFF;
		}

		.c-header__button--register .c-header__button-link .o-button__icon {
			top: 1px;
			position: relative;
			padding-right: 10px;
		}





	.c-header__contents .c-header__button--charity {
		margin: 80px 0 0;
	}

		@media (max-width: 569px) {
			.c-header__contents .c-header__button--charity {
				margin-top: 140px;
			}
		}


		.c-header__contents .c-header__button--charity .c-header__button-link {
			font-size: 18px;
		}


		.c-header__contents .c-header__button--charity .c-header__button-support {
			color: #FFF;
			opacity: .7;
			font-size: 11px;
			font-weight: bold;
			margin-bottom: -5px;
			letter-spacing: .3em;
			text-transform: uppercase;
		}





	.c-header__contents hr {
		display: none;
	}





	.c-header__contents .detail-container {
		float: right;
		width: 190px;
		margin-top: 25px;
	}

	.c-header__contents--charity .detail-container {
		margin-top: -26px;
	}

		@media (max-width: 569px) {
			.c-header__contents--charity {
				width: 100%;
				max-width: 100%;
				text-align: center;
			}

			.c-header__contents .detail-container {
				float: none;
				margin-left: auto;
				margin-right: auto;
			}

			.c-header__contents--charity .detail-container {
				width: 260px;
				margin: 0 auto 100px;
				padding: 4px 0 10px 20px;
			}

			.product-template-default .c-header__contents--charity {
				margin: 0 !important;
			}

			.product-template-default .c-header__contents--charity .detail-container {
				margin: 0 auto 15px;
			}
		}


		.c-header__contents .detail-container .detail-label {
			top: 2px;
			width: 100px;
			text-align: left;
			position: relative;
		}

			.c-header__contents .detail-container .detail-label::after {
				content: ':';
			}











	/**
	 * Auctions lister
	 */

	.auctions-page .c-auction { margin-bottom: 20px; }

	.c-auction {
		margin-top: 20px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		background: #FBFBFB;
		border: 1px solid #EEE;
	}


		.c-auction__image-wrap {
			height: 210px;
			overflow: hidden;
			position: relative;
		}

			.c-auction__image-wrap .c-auction__image { margin: -20px 0 0; }


			.c-auction__countdown {
				color: #FFF;
				width: 100%;
				bottom: 1px;
				display: block;
				font-size: 11px;
				margin-bottom: -1px;
				text-align: center;
				position: absolute;
				padding: 11px 20px 5px;
				text-transform: uppercase;
				border-bottom: 3px solid #CCC;
				background: rgb(0, 0, 0, 0.2);
				-webkit-transition: all 350ms ease-in-out !important;
				   -moz-transition: all 350ms ease-in-out !important;
					-ms-transition: all 350ms ease-in-out !important;
					 -o-transition: all 350ms ease-in-out !important;
						transition: all 350ms ease-in-out !important;
			}

			.c-auction__countdown.c-auction__countdown--days    { border-bottom-color: #019A45; background: #019A45; background: rgba(  1, 154,  69, 0.6); }
			.c-auction .c-auction__link--overlay:hover ~ .c-auction__image-wrap .c-auction__countdown.c-auction__countdown--days    { background: rgba(  1, 154,  69, 0.85); }
			
			.c-auction__countdown.c-auction__countdown--day-hours,
			.c-auction__countdown.c-auction__countdown--hours,
			.c-auction__countdown.c-auction__countdown--started { border-bottom-color: #F9AC00; background: #F9AC00; background: rgba(249, 172,   0, 0.6); }
			.c-auction .c-auction__link--overlay:hover ~ .c-auction__image-wrap .c-auction__countdown.c-auction__countdown--day-hours,
			.c-auction .c-auction__link--overlay:hover ~ .c-auction__image-wrap .c-auction__countdown.c-auction__countdown--hours,
			.c-auction .c-auction__link--overlay:hover ~ .c-auction__image-wrap .c-auction__countdown.c-auction__countdown--started { background: rgba(249, 172,   0, 0.85); }
			
			.c-auction__countdown.c-auction__countdown--minutes,
			.c-auction__countdown.c-auction__countdown--minute,
			.c-auction__countdown.c-auction__countdown--closed  { border-bottom-color: #CA0000; background: #CA0000; background: rgba(202,   0,   0, 0.6); }
			.c-auction .c-auction__link--overlay:hover ~ .c-auction__image-wrap .c-auction__countdown.c-auction__countdown--minutes,
			.c-auction .c-auction__link--overlay:hover ~ .c-auction__image-wrap .c-auction__countdown.c-auction__countdown--minute,
			.c-auction .c-auction__link--overlay:hover ~ .c-auction__image-wrap .c-auction__countdown.c-auction__countdown--closed  { background: rgba(202,   0,   0, 0.85); }





			.c-auction__title {
				margin: 0;
				bottom: 4px;
				position: absolute;
				text-align: center;
				color: #FFF !important;
				padding: 15px 20px 15px;
				background: rgba(0,0,0,.2);
				-webkit-transition: all 350ms ease-in-out !important;
				   -moz-transition: all 350ms ease-in-out !important;
					-ms-transition: all 350ms ease-in-out !important;
					 -o-transition: all 350ms ease-in-out !important;
						transition: all 350ms ease-in-out !important;
			}

				.c-auction .c-auction__link--overlay:hover ~ .c-auction__title { background: rgba(0, 0, 0, 0.4); }

				.c-auction__title a {
					color: #FFF !important;
				}





			.c-auction__price {
				margin: 2px 0 8px;
				text-align: center;
			}

				.c-auction__price ins {
					text-decoration: none;
					font-size: 14px !important;
				}

					.c-auction__price .price__prepend {
						top: -1px;
						position: relative;
						font-style: normal;
						padding-right: 10px;
						display: inline-block;
						text-transform: uppercase;
						line-height: 40px !important;
					}

					.c-auction__price .price__actual {
						top: 1px;
						color: #019A45;
						font-size: 22px;
						position: relative;
						display: inline-block;
						letter-spacing: -0.05em;
						line-height: 40px !important;
					}





			.c-auction__link--block {
				color: #FFF !important;
				font-weight: bold;
				background: #0085b1;
				margin: -2px auto 2px;
				display: inline-block;
				padding: 12px 30px 14px;
				text-transform: uppercase;
				-webkit-transition: all 350ms ease-in-out !important;
				   -moz-transition: all 350ms ease-in-out !important;
					-ms-transition: all 350ms ease-in-out !important;
					 -o-transition: all 350ms ease-in-out !important;
						transition: all 350ms ease-in-out !important;
			}

				.c-auction .c-auction__link--overlay:hover ~ .c-auction__link--block {
					background: #004D66;
				}

				.c-auction__link--block .fa-chevron-right {
					font-size: 11px;
					padding-left: 12px;
					-webkit-transition: all 350ms ease-in-out !important;
					   -moz-transition: all 350ms ease-in-out !important;
						-ms-transition: all 350ms ease-in-out !important;
						 -o-transition: all 350ms ease-in-out !important;
							transition: all 350ms ease-in-out !important;
				}


					.c-auction .c-auction__link--overlay:hover ~ .c-auction__link--block .fa-chevron-right {
						-webkit-transform: translateX(4px);
						   -moz-transform: translateX(4px);
							-ms-transform: translateX(4px);
							 -o-transform: translateX(4px);
								transform: translateX(4px);
					}





			.u-auction__link-wrap {
				position: relative;
			}

			.c-auction__link--overlay {
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				opacity: 0;
				width: 100%;
				z-index: 98;
				position: absolute;
				-webkit-transition: all 350ms ease-in-out !important;
				   -moz-transition: all 350ms ease-in-out !important;
					-ms-transition: all 350ms ease-in-out !important;
					 -o-transition: all 350ms ease-in-out !important;
						transition: all 350ms ease-in-out !important;
			}


			.c-auction .c-auction__link--overlay:hover {
				opacity: 1;
			}


			.u-auction__link-wrap--charity {
				margin-top: -8px;
				min-height: 84px;
				border-top: 1px solid #EEE;
			}

			.c-auction__link--charity-overlay {
				top: 1px;
				left: 1px;
				right: 1px;
				bottom: 1px;
				width: auto;
				max-width: 100%;
				z-index: 10000;
			}

				.c-auction__link--charity-overlay:hover + .c-auction__charity .c-auction__charity-image-wrap {
					transform: scale(1.1);
					border-color: #BBB;
				}





			.c-auction__charity {
				padding: 10px 10px 10px 20px;
				-webkit-transition: all 350ms ease-in-out !important;
				   -moz-transition: all 350ms ease-in-out !important;
					-ms-transition: all 350ms ease-in-out !important;
					 -o-transition: all 350ms ease-in-out !important;
						transition: all 350ms ease-in-out !important;
			}


				.c-auction__charity-wrap {
					float: left;
					font-size: 15px;
					line-height: 20px;
					font-weight: bold;
					margin: 7px 0 10px;
					width: calc(100% - 90px);
				}

					.c-auction__charity-wrap .c-auction__charity-lead {
						margin: 0;
						color: #AAA;
						display: block;
						font-size: 10px;
						line-height: 16px;
						font-weight: normal;
						text-transform: uppercase;
					}

					.single-product .c-place-bid .c-auction__charity-wrap {
						font-size: 20px;
					}

					.single-product .c-place-bid .c-auction__charity-wrap .c-auction__charity-lead {
						font-size: 12px;
						line-height: 22px;
					}


				.c-auction__charity-image-wrap {
					top: 50%;
					right: 15px;
					z-index: 99;
					width: 60px;
					height: 60px;
					float: right;
					overflow: hidden;
					position: absolute;
					border-radius: 75px;
					border: 1px solid #DDD;
					margin: -30px 0px -10px 0;
					box-shadow: 0 2px 2px rgba(0,0,0,.05);
					-webkit-transition: all 350ms ease-in-out !important;
					   -moz-transition: all 350ms ease-in-out !important;
						-ms-transition: all 350ms ease-in-out !important;
						 -o-transition: all 350ms ease-in-out !important;
							transition: all 350ms ease-in-out !important;
				}

				.single-product .c-place-bid .c-auction__charity-image-wrap {
					width: 80px !important;
					height: 80px !important;
					margin: -40px 10px -10px 0 !important;
				}





	.c-auction .yith-wcwl-add-to-wishlist {
		top: 0;
		right: 13px;
		color: #FFF;
		font-size: 24px;
		text-align: center;
		padding-left: 31px;
		position: absolute;
		text-shadow: 0 0 1px #000, 0 0 2px #000;
	}


		.c-auction .yith-wcwl-add-to-wishlist a,
		.c-auction .yith-wcwl-add-to-wishlist .ajax-loading {
			color: #FFF;
			z-index: 99;
			position: relative;
		}


		.c-auction .yith-wcwl-wishlistexistsbrowse.show {
			font-size: 12px;
			padding-right: 30px;
		}


		.c-auction .yith-wcwl-add-to-wishlist a .fa {
			-webkit-transition: all 350ms ease-in-out !important;
			   -moz-transition: all 350ms ease-in-out !important;
				-ms-transition: all 350ms ease-in-out !important;
				 -o-transition: all 350ms ease-in-out !important;
					transition: all 350ms ease-in-out !important;
		}

			.c-auction .yith-wcwl-add-to-wishlist a:hover .fa,
			.c-auction .yith-wcwl-add-to-wishlist a:active .fa,
			.c-auction .yith-wcwl-add-to-wishlist a:focus .fa {
				-webkit-transform: scale(1.25);
				   -moz-transform: scale(1.25);
				    -ms-transform: scale(1.25);
				     -o-transform: scale(1.25);
				        transform: scale(1.25);
			}

			.c-auction .yith-wcwl-add-to-wishlist a .fa               { color: #FFFFFF !important; }
			.c-auction .yith-wcwl-add-to-wishlist a .fa-heart--filled { color: #F12938 !important; }
			.c-auction .yith-wcwl-add-to-wishlist a.has-unliked .fa   { color: #FFFFFF !important; }





	/**
	 * Auction lister pods version 2...
	 */

	.c-auction--style-2 .c-auction__title.c-auction__title {
		bottom: 0;
		color: #0085B1;
		font-size: 16px;
		text-align: left;
		position: relative;
		margin: 0 0 10px !important;
		background: none !important;
		min-height: 87px !important;
		border-bottom: 1px solid #EEE;
		padding: 15px 20px 17px !important;
	}

		.c-auction--style-2 .c-auction__title.c-auction__title a {
			color: #004D66 !important;
		}



			.c-auction--style-2 .c-auction__link--overlay:hover ~ .c-auction__title a {
				color: #0085B1 !important;
			}





	.c-auction--style-2 .c-auction__price {
		margin: -8px 0 5px;
		padding: 0 20px 5px;
	}

		.c-auction--style-2 .price__prepend {
			float: left;
			top: 2px !important;
		}

		.c-auction--style-2 .price__actual {
			float: right;
			top: 0 !important;
		}





	.c-auction--style-2 .c-auction__link--block {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
		text-align: center;
		border-radius: 0;
		padding: 9px 20px 10px;
	    width: calc(100% - 40px);

	    color: #fff !important;
	    background-image: -moz-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
 
	    border: 1px solid #fff !important;
	}

	.c-auction--style-2 .c-auction__link--overlay:hover ~ .c-auction__link--block {
		background-image: -moz-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
 
	}





 








	/**
	 * Product single template
	 */

	.single-product .images {
		position: relative;
	}

		.single-product .images .yith-wcwl-add-to-wishlist {
			top: 0;
			right: 20px;
			color: #FFF;
			font-size: 24px;
			text-align: center;
			position: absolute;
			text-shadow: 0 0 1px #000, 0 0 2px #000;
		}

			.single-product .images .yith-wcwl-add-to-wishlist a {
				color: #FFF;
			}

				.single-product .images .yith-wcwl-add-to-wishlist a .fa {
					-webkit-transition: all 350ms ease-in-out !important;
					   -moz-transition: all 350ms ease-in-out !important;
						-ms-transition: all 350ms ease-in-out !important;
						 -o-transition: all 350ms ease-in-out !important;
							transition: all 350ms ease-in-out !important;
				}

					.single-product .images .yith-wcwl-add-to-wishlist a:hover .fa,
					.single-product .images .yith-wcwl-add-to-wishlist a .fa-heart--filled {
						color: #F12938;
						-webkit-transform: scale(1.2);
						   -moz-transform: scale(1.2);
							-ms-transform: scale(1.2);
							 -o-transform: scale(1.2);
								transform: scale(1.2);
					}











	/**
	 * Charity detail template
	 */

	/**
	 * Header
	 */


	@media (max-width: 569px) {
		.c-charity__logo {
			text-align: center;
		}
	}

	@media (min-width: 960px) {
		.c-charity__logo {
			padding-left: 290px;
		}
	}

	.c-charity__logo-image {
		float: left;
		width: 250px;
		height: 250px;
		border-radius: 50%;
		border: 1px solid #DDD;
		margin: -232px 0 0 -290px;
		box-shadow: 0 4px 10px rgba(0,0,0,0.03);
	}

		@media (max-width: 959px) {
			.c-charity__logo-image {
				width: 200px;
				height: 200px;
				margin: -170px auto 40px auto !important;
			}
		}


		@media (max-width: 569px) {
			.c-charity__logo-image {
				float: none;
			}
		}


	.c-charity__title.c-charity__title {
		color: #0085B1;
		margin: -30px 0 0;
	}

		@media (max-width: 959px) {
			.c-charity__title.c-charity__title {
				clear: both;
			}
		}




	.c-charity__content {
		margin-top: 40px;
	}

		.c-charity__content.c-charity__content p {
			font-size: 18px !important;
		}





	/**
	 * Auctions tabs
	 */

	.charity-tabs-first.charity-tabs-first {
		padding-top: 18px;
		background: #FCFCFC;
		margin-bottom: -17px;
		border-top: 1px solid #EEE !important;
	}

		.tab-container--charity {
			border-bottom: 1px solid #EEE !important;
		}


			.panel--charity.panel--charity {
				border: 0;
			}

			@media (max-width: 960px) {
				.panel--charity.panel--charity {
					padding-left: 0 !important;
					padding-right: 0 !important;
				}
			}


			.panel--charity .related.products .o-grid {
				padding-left: 0;
				padding-right: 0;
			}
			

			.panel--charity .related.products .o-grid__item { width: 33.333% !important; }
			@media (max-width: 730px) { .panel--charity .related.products .o-grid__item { width: 50% !important; }}
			@media (max-width: 500px) { .panel--charity .related.products .o-grid__item { width: 100% !important; }}


			.o-grid--charity-auctions {
				margin-left: -24px;
				padding: 0 !important;
			}

				.o-grid--charity-auctions .o-grid__item {
					display: inline-block;
				}

				.o-grid--charity-auctions .o-grid__item.u-one-third,
				.o-grid--charity-auctions .o-grid__item.u-one-quarter {
					padding-left: 24px;
					vertical-align: top;
				}

					.o-grid--charity-auctions .o-grid__item.u-one-third { width: 33.333%; }
					.o-grid--charity-auctions .o-grid__item.u-one-quarter { width: 25%; }

					@media (max-width: 959px) and (min-width: 500px) {
						.o-grid--charity-auctions .o-grid__item.u-one-quarter,
						.o-grid--charity-auctions .o-grid__item.u-one-third { width: 50%; }
					}

					@media (max-width: 499px) {
						.o-grid--charity-auctions .o-grid__item.u-one-quarter,
						.o-grid--charity-auctions .o-grid__item.u-one-third { width: 100%; }
					}

				.o-grid--charity-auctions .o-grid__item.u-one-whole {
					width: 100%;
					padding-left: 24px;
					vertical-align: middle;
				}


					.c-auction__link--charity-tabs {
						margin-top: 20px;
						text-align: center;
						border-radius: 4px;
						 
					}

						@media (max-width: 959px) {
							.c-auction__link--charity-tabs {
								margin-top: 40px !important;
							}
						}

						@media (max-width: 420px) {
							
						.logobox{max-width:180px !important;}
							.c-place-bid__log-in-message {
								margin-bottom: 20px;
							}

							.c-auction__link--charity-tabs {
								width: 90%;
								margin-left: 5%;
								margin-right: 5%;
								margin-top: 5px !important;
							}
						}

						.c-auction__link--charity-tabs:hover {
							background: #004D66 !important;
						}

						.c-auction__link--charity-tabs:hover .fa-chevron-right {
							-webkit-transform: translateX(4px);
							   -moz-transform: translateX(4px);
								-ms-transform: translateX(4px);
								 -o-transform: translateX(4px);
									transform: translateX(4px);
						}





					.c-auction__link--all-auctions {
						float: right;
						background: none;
						text-transform: none;
						color: #004D66 !important;
						transition: ease-in-out 400ms all;
					}


						.c-auction__link--all-auctions .o-button__text {
							padding: 0 7px 0 0;
							font-size: 16px !important;
						}


						.c-auction__link--all-auctions .fa-chevron-right {
							font-size: 11px;
							transition: ease-in-out 400ms all;
						}


						.c-auction__link--all-auctions:hover,
						.c-auction__link--all-auctions:focus,
						.c-auction__link--all-auctions:active {
							color: #0085b1 !important;
						}


						.c-auction__link--all-auctions:hover .fa-chevron-right,
						.c-auction__link--all-auctions:focus .fa-chevron-right,
						.c-auction__link--all-auctions:active .fa-chevron-right {
							transform: translateX(4px);
						}





	/**
	 * Charity gallery
	 */

	.c-charity__gallery-list.c-charity__gallery-list {
		margin: 35px 0 0 -20px;
		padding: 0;
		list-style: none;
	}

		.c-charity__gallery-item.c-charity__gallery-item {
			margin: 0;
			display: inline-block;
			padding: 0 0 16px 20px;
			box-sizing: border-box;
		}

			@media (min-width: 1071px)                        { .c-charity__gallery-item.c-charity__gallery-item { width: 19.5%; } }
			@media (max-width: 1070px) and (min-width: 960px) { .c-charity__gallery-item.c-charity__gallery-item { width: 19.5%; } }
			@media (max-width: 959px) and (min-width: 700px)  { .c-charity__gallery-item.c-charity__gallery-item { width: 24.5%; } }
			@media (max-width: 699px) and (min-width: 530px)  { .c-charity__gallery-item.c-charity__gallery-item { width: 32.9%; } }
			@media (max-width: 529px) and (min-width: 370px)  { .c-charity__gallery-item.c-charity__gallery-item { width: 49.5%; } }
			@media (max-width: 369px)                         { .c-charity__gallery-item.c-charity__gallery-item { width: 49%; } }

			.c-charity__gallery-link.c-charity__gallery-link {
				display: block;
				-webkit-transition: all 350ms ease-in-out !important;
				   -moz-transition: all 350ms ease-in-out !important;
					-ms-transition: all 350ms ease-in-out !important;
					 -o-transition: all 350ms ease-in-out !important;
						transition: all 350ms ease-in-out !important;
			}

				.c-charity__gallery-link.c-charity__gallery-link:hover {
					opacity: .7;
				}





	/**
	 * Charity feeds
	 */

	.c-charity__social-feeds {
		padding: 30px 0 0;
	}


	@media (min-width: 1071px) {
		.c-charity__social-feeds > div {
			width: 50%;
			float: left;
		}
	}


	@media (max-width: 1071px) {
		.c-facebook {
			padding-bottom: 20px;
		}
	}





	/**
	 * Additional information nav
	 */

	.additional-information-nav {
		margin-top: -1px !important;
		padding-top: 16px !important;
		border-top: 1px solid #E5E5E5;
	}





	/**
	 * Maximum bid notification
	 */

	.o-notification--reverse-auction,
	.o-notification--max-bid {
		background: #F5F5F5;
		border: 1px solid #E0E0E0;
		border-radius: 3px;
		padding: 8px 20px;
		font-weight: bold;
		margin-bottom: -10px;
	}











	/**
	 * Fix issue with owl carousel img styling
	 */

	.c-auction__charity-image-wrap img {
		-webkit-transform-style: unset !important;
		   -moz-transform-style: unset !important;
			-ms-transform-style: unset !important;
			 -o-transform-style: unset !important;
				transform-style: unset !important;
	}











	/**
	 * Auction detail template
	 */

	.c-place-bid {
		margin-top: 15px;
		background: #FAFAFA;
		border: 1px solid #E0E0E0;
		box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	}





		.c-place-bid__countdown .c-auction__countdown {
			bottom: 0;
			width: auto;
			margin: 1px;
			max-width: 100%;
			position: relative;
			border: 3px solid #CCC;
		}


		.c-place-bid__countdown .c-auction__countdown.c-auction__countdown--days    { border-color: #019A45; background: #019A45; background: rgba(  1, 154,  69, 0.6); }

		.c-place-bid__countdown .c-auction__countdown.c-auction__countdown--day-hours,
		.c-place-bid__countdown .c-auction__countdown.c-auction__countdown--hours,
		.c-place-bid__countdown .c-auction__countdown.c-auction__countdown--started { border-color: #F9AC00; background: #F9AC00; background: rgba(249, 172,   0, 0.6); }

		.c-place-bid__countdown .c-auction__countdown.c-auction__countdown--minutes,
		.c-place-bid__countdown .c-auction__countdown.c-auction__countdown--minute,
		.c-place-bid__countdown .c-auction__countdown.c-auction__countdown--closed  { border-color: #CA0000; background: #CA0000; background: rgba(202,   0,   0, 0.6); }


		.c-auction__countdown .fa {
			font-size: 1.5em;
			line-height: 11px;
			display: inline-block;
			position: relative;
			margin-right: 10px;
		}


		.c-auction__countdown .c-auction__countdown__animation {
			padding: 0;
			line-height: 11px;
			display: inline-block;
		}


		.c-auction__countdown .c-auction__countdown__animation .countdown_amount {
			font-size: 125%;
		}






		.c-auction__ends-container {
			padding: 10px 20px;
		}

			.c-auction__ends {
				margin: 0;
				font-size: 13px;
			}

			.c-auction__ends--written  { float: left; }
			.c-auction__ends--timezone { float: right; }

			@media (max-width: 600px) {
				.c-auction__ends--written,
				.c-auction__ends--timezone {
					width: 100%;
					float: left;
				}
			}





		.c-place-bid__details {

		}

			.c-bid-price {
				padding: 0 25px;
				background: #FFF;
				margin: 0 !important;
				display: inline-block;
				border: 1px solid #E0E0E0;
			}


			.c-place-bid__details .c-auction__current-bid {
				width: 60%;
				float: left;
				padding: 0 10px 0 20px;
			}

			.c-place-bid__details .c-auction__charity {
				width: 100%;
				float: right;
				padding: 20px 10px 20px 25px;
			}


			@media (max-width: 550px) and (min-width: 420px) {
				.c-place-bid__details .price__prepend {
					padding: 0;
					width: 100%;
					margin: 15px 0 0;
					line-height: 1 !important;
				}

				.c-auction__price .price__actual {
					top: -2px;
					margin: 0 0 10px;
					line-height: 1 !important;
				}
			}





	/**
	 * Reserve status message
	 */

	.o-notification--reserve {
		background: #F5F5F5;
		padding: 10px 20px;
		margin: 25px 0 -10px;
		border-radius: 4px;
		border: 1px solid #E0E0E0;
		font-style: italic;
	}

	.o-notification--reserve.o-notification--error   { color: #FFF; border: 0; background: #CA0000; }
	.o-notification--reserve.o-notification--success { color: #FFF; border: 0; background: #019A45; }





	/**
	 * Place bid button
	 */

	.c-place-bid__form {
		margin: 0 !important;
		padding: 20px 20px 10px;
	}

		.c-place-bid__button-wrap {
			float: right;
			width: 40%;
			padding-left: 10px;
		}

			@media (max-width: 420px) {
				.c-place-bid__button-wrap {
					width: 100%;
					padding: 0 0 10px;
				}
			}

			.c-place-bid__button.c-place-bid__button.c-place-bid__button {
				border: 0;
				color: #FFF;
				width: 100%;
				font-size: 15px;
				line-height: 28px;
				border-radius: 4px;
				background: #0085B1;
			}

			.c-place-bid__button.c-place-bid__button.c-place-bid__button:hover {
				background: #004D66 !important;
			}


		.c-place-bid__amount {
			width: 60%;
			display: block;
			position: relative;
			padding-right: 20px;
			float: left !important;
		}

			@media (max-width: 420px) {
				.c-place-bid__amount {
					width: 100%;
					padding: 0 0 10px;
				}
			}


			.c-pound-pre {
				top: 5px;
				left: 5px;
				width: 40px;
				font-size: 20px;
				position: absolute;
				line-height: 43px;
				font-weight: bold;
				text-align: center;
				background: #F5F5F5;
				border: 1px solid #E0E0E0;
			}


			.c-place-bid__amount-steps {
				top: 5px;
				width: 50px;
				right: 14px;
				position: absolute;
			}

				.c-place-bid__step.c-place-bid__step.c-place-bid__step.c-place-bid__step.c-place-bid__step {
					width: 40px;
					height: 23px;
					display: block;
					margin: 0 0 -1px -1px;
					border: 1px solid #E0E0E0;
					padding: 0 0 2px !important;
					border-radius: 0 !important;
				}


			.c-place-bid__input.c-place-bid__input.c-place-bid__input.c-place-bid__input {
				width: 100%;
				height: 55px;
				max-width: 100%;
				margin-right: 0;
				font-size: 20px;
				box-shadow: none;
				text-align: left;
				border-color: #E0E0E0;
				padding: 5px 28px 6px 54px !important;
			}











	/**
	 * Fix styling issue with related products title
	 */

	.woocommerce.woocommerce .products.related .related-title {
		font-size: 16px;
		text-align: left;
		margin: -18px 0 16px;
	}











	/**
	 * Donation form on charity pages
	 */

	.give-form-wrap {
		padding: 20px;
		text-align: center;
		background: #F5F5F5;
		border: 1px solid #E0E0E0;
	}


		[id*=give-form] .give-form-title {
			font-size: 18px;
		}


			.give-form-title::before {
				content: 'Donate to ';
			}



		.give-form-wrap form {
			margin: 20px 0 -10px !important;
		}


			.give-total-wrap {
				width: 100%;
			}


				form[id*=give-form] .give-donation-amount #give-amount,
				form[id*=give-form] .give-donation-amount #give-amount-text { width: 80%; }


				form[id*=give-form] .give-donation-amount .give-currency-symbol {
					width: 20%;
					padding: 0;
				}


				form[id*=give-form] .give-donation-amount #give-amount,
				form[id*=give-form] .give-donation-amount .give-currency-symbol {
					height: 45px !important;
					line-height: 45px !important;
				}


				form[id*=give-form] select.give-select-level {
					height: 45px;
					padding: 0 25px 2px;
				}


					.give-btn.give-btn.give-btn.give-btn {
						border: 0;
						color: #FFF;
						font-size: 16px;
						font-weight: bold;
						line-height: 25px;
						margin-left: 10px;
						border-radius: 3px;
						background: #0085B1;
						padding: 11px 35px 13px;
						-webkit-transition: all 350ms ease-in-out !important;
						   -moz-transition: all 350ms ease-in-out !important;
							-ms-transition: all 350ms ease-in-out !important;
							 -o-transition: all 350ms ease-in-out !important;
								transition: all 350ms ease-in-out !important;
					}


						.give-btn:hover,
						.give-btn:focus,
						.give-btn:active {
							background: #004D66 !important;
						}





	/**
	 * WooCommerce sidebar
	 */

	.widget_auction_search .widget-title,
	.widget_auction_search input[type="submit"] {
		display: none;
	}

	.widget_auction_search .search-field {
		width: 100%;
	}











	/**
	 * Charities lister
	 */

	.c-charity-lister {
		margin: -25px 0 40px;
	}


		.c-charity-pod {
			padding: 25px 0;
		}

		.c-charity-pod + .c-charity-pod {
			border-top: 1px solid #EEE;
		}


			.c-charity-pod__image {
				float: left;
				width: 119px;
				height: 119px;
				overflow: hidden;
				margin-right: 40px;
				border-radius: 100px;
				border: 1px solid #E0E0E0;
				box-shadow: 0 2px 4px rgba(0,0,0,0.05);
				-webkit-transition: all 350ms ease-in-out !important;
				   -moz-transition: all 350ms ease-in-out !important;
					-ms-transition: all 350ms ease-in-out !important;
					 -o-transition: all 350ms ease-in-out !important;
						transition: all 350ms ease-in-out !important;
			}

			.c-charity-pod__image:hover {
				border-color: #555;
			}

				.c-charity-pod__link--image {
					display: block;
				}


			.c-charity-pod__title {
				display: inline-block;
			}

				.c-charity-pod__title a {
					-webkit-transition: all 350ms ease-in-out !important;
					   -moz-transition: all 350ms ease-in-out !important;
						-ms-transition: all 350ms ease-in-out !important;
						 -o-transition: all 350ms ease-in-out !important;
							transition: all 350ms ease-in-out !important;
				}

				.c-charity-pod__title a:hover {
					opacity: .7;
				}



			.c-charity-pod__content {
				float: left;
				width: calc(100% - 200px);
			}

				.c-charity-pod__title {
					margin-top: 12px;
				}

			.c-charity-pod__country {
				display: inline-block;
				margin-left: 30px;
				color: #999;
				font-size: 16px;
				font-weight: bold;
			}


			.c-charity__country {
				display: block;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 0.175em;
				color: #999;
				margin: 5px 0 0;
			}





	@media (max-width: 600px) {
		.c-charity-pod__content {
			width: 100%;
		}

		.c-charity-pod__country {
			margin: 4px 0 0;
			clear: both;
			width: 100%;
		}

		.c-charity-pod__heading {
			margin: 10px 0 0;
		}

		.c-charity-pod {
			padding: 24px 0 48px;
		}

		.c-charity-pod + .c-charity-pod {
			border-top: 0;
		}
	}











/**
 * Charities search header
 */

.c-charity__header {
	background: #FAFAFA;
	border-bottom: 1px solid #EEE;
	padding: 30px 20px;
}

	@media (max-width: 600px) {
		.c-charity__header {
			padding-left: 0;
			padding-right: 0;
		}
	}


	.c-charity-search {
		width: 100%;
		max-width:925px;
	}


		.c-charity-search__form label {
			width: 70%;
			float: left;
		}

			.c-charity-search__input {
				margin: 0;
				color: #999;
				width: 100%;
				float: left;
				height: 45px;
				padding: 0 20px;
				border-radius: 3px 0 0 3px !important;
				border: 1px solid #CCC !important;
			}


		.c-charity-search__submit {
			width: 20% !important;
			float: left;
			color: #FFF;
			height: 45px;
			padding: 0 !important;
			background: #0085B1 !important;
			border-radius: 0 3px 3px 0 !important;
		}

			.c-charity-search__submit.c-charity-search__submit:hover {
				opacity: .7;
				background: #0085B1 !important;
			}


		.c-charity-search__no a {
			font-size: 1.4em;
		}

			.c-charity-search__no a i {
				font-size: .7em;
				padding-left: 10px;
			}


		@media (max-width: 600px) {
			.c-charity-search { max-width: 100%; }
			.c-charity-search__form label { width: 80%; }
		}





	.c-charity__header__sort {
		width: 30%;
		float: right;
	}

		.c-charity__header__sort-label {
			width: 75px;
			line-height: 45px;
			text-align: left;
			padding-right: 20px;
			display: inline-block;
		}

		#charity-sort {
			float: right;
			margin-top: 0;
			width: 70% !important;
			max-width: 70% !important;
			min-width: 50% !important;
		}


		.woocommerce .woocommerce-ordering select {
			margin: 0;
			float: right;
			min-width: 100px !important;
			max-width: 200px !important;
		}




		@media (max-width: 900px) and (min-width: 601px) {
			.c-charity__header__sort { width: 50%; }
		}

		@media (max-width: 600px) {
			.c-charity__header__sort {
				width: 100%;
			}

			.woocommerce .woocommerce-ordering {
				margin-right: 0 !important;
				text-align: left !important;
			}

				.woocommerce .woocommerce-ordering select {
					max-width: 100% !important;
					width: calc(100% - 75px) !important;
				}

			#charity-sort {
				max-width: 100% !important;
				width: calc(100% - 75px) !important;
			}
		}





	.c-charity__search-results-sub-title {
		font-size: 20px !important;
		border-bottom: 1px solid #EEE;
		padding-bottom: 30px;
		margin-bottom: 10px;
		color: #888 !important;
		font-weight: normal;
	}

	.c-charity__search-results-title {
		font-size: 30px !important;
		margin: 0 0 -10px;
	}











	/**
	 * Home page search
	 */

	.c-home-search {
		top: 50%;
		left: 50%;
		width: 100%;
		max-width: 650px;
		position: absolute;
		min-height: 1px !important;
		-webkit-transform: translateX(-50%) translateY(-50%);
		   -moz-transform: translateX(-50%) translateY(-50%);
			-ms-transform: translateX(-50%) translateY(-50%);
			 -o-transform: translateX(-50%) translateY(-50%);
				transform: translateX(-50%) translateY(-50%);
	}

	@media (max-width: 960px) {
		.c-home-search {
			padding: 0 20px;
		}
	}

	.c-home-search__title {
		text-align: center;
		padding-bottom: 10px;
		font-size: 24px !important;
		margin: -3px 0 0 !important;
	}


	.c-home-search__form {
		position: relative;
	}

		.c-home-search__form label {
			width: 100%;
			display: inline-block;
		}

		.c-home-search__input {
			width: 100%;
			height: 54px;
			padding: 0 30px;
			font-size: 16px;
			color: #555 !important;
			background: #FFF !important;
			border-radius: 0 !important;
			border: 3px solid #0093D6 !important;
			transition: ease-in-out 400ms all;
		}

		.c-home-search__input:hover {
			background: #DDD !important;
			border-color: #025e88 !important;
		}

		.c-home-search__input:active,
		.c-home-search__input:focus {
			background: #FFF !important;
			border-color: #3BAAF9 !important;
		}

		.c-home-search__input.c-home-search__input::-webkit-input-placeholder 	{ color: #555 !important; }
		.c-home-search__input.c-home-search__input:-moz-placeholder 				{ color: #555 !important; }
		.c-home-search__input.c-home-search__input::-moz-placeholder 			{ color: #555 !important; }
		.c-home-search__input.c-home-search__input:-ms-input-placeholder 		{ color: #555 !important; }

		.c-home-search__submit {
			right: 5px !important;
			bottom: 10px !important;
			padding: 0 25px !important;
			font-size: 22px !important;
			background: #FFF !important;
			margin: -5px 0 0 !important;
			border-radius: 0 !important;
			line-height: 44px !important;
			position: absolute !important;
		}

		.c-home-search__submit.c-home-search__submit:hover {
			color: #FFF !important;
			background: #0093D6 !important;
		}





	/**
	 * Generic search results
	 */

	h3.o-nav__title {
		border-bottom: 1px solid #EEE !important;
		padding: 0 0 25px !important;
		margin-bottom: 15px !important;
	}












	/**
	 * Hack
	 */

	@media (min-width: 960px){
		html body .menu-horizontal-inner > .nav > .menu-smart > li > a {
			color: #000000 !important;
		}
	}

	.woocommerce.auctions-page .style-color-prif-bg.style-color-prif-bg {
		background: #FFF !important;
	}











	/**
	 * Hack menu height
	 */

	@media (min-width: 960px) {
		body[class*=hmenu-] .menu-primary .menu-container {
			height: 75px;
			margin-top: -12px;
		}

		#menu-bidfundraising-main {
			height: 70px;
			margin-top: 5px;
		}

		.submenu-dark .menu-horizontal .menu-smart ul {
			margin-top: -10px !important;
		}

		.overlay.overlay-contentscale.style-dark.style-dark-bg.overlay-search {
			height: 62px !important;
		}

		.menu-wrapper.menu-sticky.menu-no-arrows {
			height: 63px !important;
		}

		.overlay.overlay.overlay-search .search-container form {
			padding: 0 !important;
		}

		.overlay.overlay-search .mmb-container {
			top: 28px;
		}
	}





	/**
	 * Change header background colour from white to black
	 */

	.background-element.header-wrapper.style-color-wayh-bg {
		background: #FFF;
	}

	.menu-wrapper.menu-sticky.menu-no-arrows {
		background: #FFF;
	}





	/**
	 * Remove header from single product
	 */

	.single-product #page-header {
		display: none;
	}

	.single-product .menu-wrapper {
		height: 0 !important;
	}











	/**
	 * Home page featured charities
	 */

	.c-home-charities {
		margin-right: -20px;
	}

		.c-home-charities h2 {
			margin-bottom: 30px;
		}


		.c-home-charity {
			width: 33%;
			max-width: 500px;
			position: relative;
			padding-right: 20px;
			display: inline-block;
		}

			@media (max-width: 960px) {
				.c-home-charity {
					width: 100%;
				}
			}


			.c-home-charity__link--overlay {
				top: 0;
				left: 0;
				opacity: 0;
				right: 20px;
				bottom: 40px;
				background: #000;
				position: absolute;
			}


			.c-home-charity__content {
				padding: 20px 15px;
				margin: -5px 0 0;
				background: #F5F5F5;
				border: 1px solid #E0E0E0;
			}

				.c-home-charity__heading {
					float: left;
				}

					.c-home-charity__title {
						margin: -5px 0 0 !important;
						font-size: 20px !important;
					}


			.c-home-charity__link--image {
				float: right;
				margin: -10px 0 -15px;
			}

				.c-home-charity__logo {
					width: 60px;
					border-radius: 30px;
					border: 1px solid #E0E0E0;
					-webkit-transition: ease-in-out 350ms all !important;
					   -moz-transition: ease-in-out 350ms all !important;
						-ms-transition: ease-in-out 350ms all !important;
						 -o-transition: ease-in-out 350ms all !important;
							transition: ease-in-out 350ms all !important;
				}

				.c-home-charity__link--overlay:hover ~ .c-home-charity__content .c-home-charity__logo {
					border-color: #999;
					transform: scale(1.1);
				}











	/**
	 * Charity breadcrumbs
	 */

	@media (min-width: 959px) {
		.single-charities .row-breadcrumb.text-left .breadcrumb {
			margin-left: 290px !important;
		}
	}

















	/**
	 * NEW WEBSITE HEADER
	 */

	.o-header {
		top: 0;
		left: 0;
		right: 0;
		z-index: 99999;
		position: absolute;
	}

	.o-grid {
		margin: 0;
		padding: 0 36px;
		list-style: none;
		margin-left: -24px;
		letter-spacing: -.31em;
	}


		.o-grid__item {
			width: 100%;
			vertical-align: top;
			word-spacing: normal;
			display: inline-block;
			letter-spacing: normal;
			padding-left: 24px;
		}


		.u-one-third { width: 33.333%; }
		.u-one-quarter { width: 18%; }
		.u-three-quarters { width: 69%; }

.u-four-quarters { width: 13%; }

		.o-grid__item.u-one-whole { padding: 0; }
		.u-one-half { width: 50%; }

		@media (max-width: 959px) {
			.u-portable--one-whole { width: 100%; }
		}





	/**
	 * Header nav
	 */

	.o-header__nav {
		letter-spacing: -.31em;
	}


		.o-header__nav__list {
			margin: 0;
			padding: 0;
		}


			.o-header__nav__item {
				margin: 0;
				padding: 0;
				position: relative;
				word-spacing: normal;
				display: inline-block;
				letter-spacing: normal;
			}


				.o-header__nav__link {
					display: block;
					font-size: 13px;
					padding: 7px 10px;
					-webkit-transition: ease-in-out 350ms all;
					   -moz-transition: ease-in-out 350ms all;
						-ms-transition: ease-in-out 350ms all;
						 -o-transition: ease-in-out 350ms all;
							transition: ease-in-out 350ms all;
				}

					.o-header__nav__link svg {
						float: left;
						height: 18px;
						display: inline;
						margin: 2px 8px 0 0;
					}

					.o-header__nav__link .fa {
						top: 1px;
						margin-right: 8px;
						position: relative;
						display: inline-block;
					}


	.o-header__nav--about .o-header__nav__link,
	.o-header__nav--secondary .o-header__nav__link { color: #FFF; }

	.o-header__nav--about .o-header__nav__link:hover,
	.o-header__nav--secondary .o-header__nav__link:hover,
	.o-header__nav--about .o-header__nav__link:focus,
	.o-header__nav--secondary .o-header__nav__link:focus { color: #CCC; }

	.o-header__nav--main .o-header__nav__list,
	.o-header__nav--secondary .o-header__nav__list { text-align: right;}

	 
	 

/*.o-header__nav--about .o-header__nav__list { margin-left: -1em; }*/

	.o-header__nav--main .o-header__nav__link {
		color: #FFF;
		margin: 15px 0;
		font-size: 18px;
		background: none;
		font-weight: bold;
		border-radius: 3px;
		 
	}

	.o-header__nav--about svg {
		-webkit-transition: ease-in-out 350ms all;
			 -moz-transition: ease-in-out 350ms all;
			  -ms-transition: ease-in-out 350ms all;
			   -o-transition: ease-in-out 350ms all;
				    transition: ease-in-out 350ms all;
	}

	.o-header__nav--about .o-header__nav__link {
		font-weight: 600;
		height: 38.4px;
	}

	.o-header__nav--about .o-header__nav__link.gf__home {
		background: #fff;
		color: #293034;
	}

	.o-header__nav--about .o-header__nav__link.gfe__home {
		background: #293034;
		color: #fff;
	}

	.o-header__nav--about .o-header__nav__link.gf__home svg {
		fill: #0093d6;
	}

.Silent_Auction_btn:hover svg {
		fill: #293034 !important;
	}


	.o-header__nav--about .o-header__nav__link.gfe__home svg {
		fill: #fff;
	}

	@media (min-width: 961px) {
		.o-header__nav--about .o-header__nav__link {
			padding: 9px 3em;
		}

		a.o-header__nav__link.gf__home:after {
	    content: url(images/about-current.png);
	    position: absolute;
	    bottom: -8px;
	    left: 112px;
			height: 23px;
		}
	}

	.o-header__nav--about .o-header__nav__link.gfe__home:hover {
		background: #fff;
		color: #293034;
	}

	.o-header__nav--about .o-header__nav__link.gfe__home:hover svg {
		fill: #fff;
	}

	.o-header__nav--main .o-header__nav__link:hover,
	.o-header__nav--main .o-header__nav__link:focus {
		color: #FFF;
		background: rgba(0,0,0,0.1);
	}

	.o-header__nav--main .o-header__nav__item--button .o-header__nav__link {
		top: -1px;
		font-size: 15px;
		background: #FFF;
		padding: 8px 22px;
		margin-left: 20px;
		background: rgba(0,0,0,0.15);
	}

	.o-header__nav--main .o-header__nav__item--button .o-header__nav__link:hover,
	.o-header__nav--main .o-header__nav__item--button .o-header__nav__link:focus {
		color: #FFF;
		background: rgba(0,0,0,0.3);
	}


	/**
	 * Sub nav
	 */

	.o-header__nav__item:hover .o-header__nav__list--sub {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.o-header__nav__list--sub {
		width: 155px;
		padding: 10px 0;
		text-align: left;
		background: #333;
		position: absolute;
		margin-left: -10px;
		-webkit-transition: ease-in-out 350ms all;
		   -moz-transition: ease-in-out 350ms all;
			-ms-transition: ease-in-out 350ms all;
			 -o-transition: ease-in-out 350ms all;
				transition: ease-in-out 350ms all;

		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.o-header__nav__list--sub .o-header__nav__item {
		display: block;
	}

	.o-header__nav__list--sub .o-header__nav__link {
		padding: 7px 25px;
	}





	/**
	 * Header rows
	 */

	.o-header__row {

	}


		.o-header__row--top {
			top: 0;
			left: 0;
			right: 0;
			position: relative;
			background: #293034;
			z-index: 99999999999;
		}


		.o-header__row--main {
			left: 0;
			right: 0;
			top: 36px;
			position: absolute;
			 
			border-bottom: 2px solid #fff;
		}


		@media (min-width: 960px) {
			.o-header__row--main {
				position: fixed;
			}
		}





	/**
	 * Logo
	 */

	.o-header__logo {
		margin-top: 10px;
		padding: 16px 0 10px;
		display: inline-block;
		-webkit-transition: ease-in-out 350ms all;
		   -moz-transition: ease-in-out 350ms all;
			-ms-transition: ease-in-out 350ms all;
			 -o-transition: ease-in-out 350ms all;
				transition: ease-in-out 350ms all;
	}

	.o-header__logo:hover,
	.o-header__logo:focus { opacity: .7; }





	/**
	 * Header search
	 */

	.o-header__search label {
		padding: 0 !important;
		width: 1px !important;
		height: 1px !important;
		margin: -1px !important;
		overflow: hidden !important;
		position: absolute !important;
		clip: rect(1px 1px 1px 1px) !important;
		clip: rect(1px, 1px, 1px, 1px) !important;
	}

	.o-header__search-field {
		top: -3px;
		margin: 0;
		width: 120px;
		height: 30px;
		border-radius: 0;
		position: relative;
		vertical-align: top;
		padding: 0 20px 2px;
		display: inline-block;
		border: 1px solid #999;
		background: rgba(255,255,255,0.2);
		-webkit-transition: ease-in-out 350ms all;
		   -moz-transition: ease-in-out 350ms all;
			-ms-transition: ease-in-out 350ms all;
			 -o-transition: ease-in-out 350ms all;
				transition: ease-in-out 350ms all;
	}

	.o-header__search-field:hover,
	.o-header__search-field:focus {
		background: #FFF;
		border-color: #FFF;
	}





	/**
	 * Header tablet and mobile styles
	 */

	.o-header__nav--main .o-header__nav__item--button .o-header__nav__link svg {
		fill: currentColor;
		display: inline-block;
		margin: 0px;
	}
	@media (min-width: 961px) { .o-header__nav--main .o-header__nav__item--button.js-nav-reveal { display: none !important; }  }





	@media (max-width: 960px) {
		
		.header_section_2{ padding-top: 0px !important; padding-bottom: 0px !important;}
		
		
		.tab_viewall_btn{ text-align: center !important; margin: auto !important;}
		.viewall_charities_btn{text-align: center !important;}
		.banner_sidebox{ padding-left: 24px; padding-right: 24px;}
		.total_rasied_wrap{ padding-left: 24px; padding-right: 24px;}
		.companyinfo_wrap{padding-left: 24px; padding-right: 24px;     padding-top: 0px !important;
    padding-bottom: 30px !important;}
		
		
		.get_quotebox{ display: none !important;}
		.banner_sidebox{ padding-top: 0px !important;}
		.header_banner_leftbox{ padding-right: 0px !important; text-align: center}
		
		.get_aquote_btnbox{ display: none;}
		
		.mobile_menubox{ display: block !important;}
		.desktop_menubox{ display: none;}
		.o-header__row--main{   
		
  background-image: -moz-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
		
		}
		
		.o-header.is-revealed {
			bottom: 0;
			overflow: auto;
		}


		.box-container.box-container {
			padding-top: 71px !important;
		}

		.o-header__row--main {
			top: 0;
			height: 88px;
			position: fixed;
			z-index: 9999999990;
		}

		.o-header__row--top {
			opacity: 0;
			top: -325px;
			height: 325px;
			padding: 10px 0 20px;
			visibility: hidden;
			pointer-events: none;
		}
		.o-header.is-revealed .o-header__row--top {
			bottom: 0;
			opacity: 1;
			top: 316px;
			height: auto;
			overflow: auto;
			position: relative;
			visibility: visible;
			pointer-events: all;
		}

		.o-header__row--top .o-grid__item {
			width: 100% !important;
		}

		.o-header__row--top .o-header__nav__list {
			margin: 0 -15px;
			text-align: left !important;
		}

		.o-header__row--top .o-header__nav__item {
			display: block;
		}

		.o-header__row--top .o-header__search {
			margin: 15px 0 0 15px;
		}

		.o-header__row--top .o-header__search label {
			display: none;
		}


		.o-header__nav--main .o-header__nav__item--button.js-nav-reveal {
			top: -56px;
			right: 20px;
			width: 185px;
			position: absolute;
		}

		.o-header.is-revealed .o-header__nav--main .o-header__nav__item--button.js-nav-reveal {
			right: -32px;
		}

		.o-header__nav--main {
			left: 100%;
			right: 0;
			top: 71px;
			padding: 0 16px;
			background: none;
			position: absolute;
		}

		.o-header.is-revealed .o-header__nav--main {
			left: 0;
			background: #0085b1;
		}


		.o-header__nav--main .o-header__nav__list {
			text-align: left;
		}

		.o-header__nav--main .o-header__nav__item {
			display: block;
		}

		.o-header__nav--main .o-header__nav__item--button .o-header__nav__link {
			margin: 0 20px 20px;
			display: inline-block;
		}

		.o-header__nav--main .o-header__nav__item {
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
		}

		.o-header__nav--main .o-header__nav__item:last-child,
		.o-header.is-revealed .o-header__nav--main .o-header__nav__item {
			opacity: 1;
			visibility: visible;
			pointer-events: all;
		}


		.o-header__nav__list--sub {
			position: relative;
			opacity: 1 !important;
			visibility: visible;
			margin-top: -5px;
			padding: 0 0 20px;
		}
	}


	@media (max-width: 500px) {
		
		ul.banner_btnbox li { display: block !important; }
		
		
		
		
		
		ul.banner_btnbox li a{  margin: 15px !important; display: block;}
		
		.o-header__row--main .o-grid {
			padding: 0 20px !important
		}


		.o-header__row--main .o-header__logo svg {
			width: 225px !important;
		}
		.o-header__logo{padding: 8px 0 10px;}


		.o-header__nav--main .o-header__nav__item--button.js-nav-reveal {
			right: 0;
		}
		
		
		.o-header__nav__item--button.o-header__nav__item--button.o-header__nav__item--button.js-nav-reveal{ right: -75px !important;}
		#Fundraisers_wrapbox .main-container .row-container .row-parent { padding: 0px !important;}
		
		.tab_viewall_btn{ text-align: center !important; margin: auto !important;}
		
	}











	/**
	 * Loading animation for AJAX add to favourites
	 */

	@-webkit-keyframes rotate {
		0%    { transform: rotate(0deg); }
		100%  { transform: rotate(360deg); }
	}

	@keyframes rotate {
		0%    { transform: rotate(0deg); }
		100%  { transform: rotate(360deg); }
	}

	.yith-wcwl-add-to-wishlist .is-loading::after {
		top: 50%;
		left: 50%;
		content: '';
		width: 50px;
		height: 50px;
		margin-top: -27px;
		margin-left: -25px;
		position: absolute;
		border-radius: 50%;
		border: 2px solid #CCC;
		border-right-color: transparent;
		-webkit-animation: rotate 1s infinite linear;
		   -moz-animation: rotate 1s infinite linear;
			-ms-animation: rotate 1s infinite linear;
			 -o-animation: rotate 1s infinite linear;
				animation: rotate 1s infinite linear;
	}





/**
 * Footer column sizing change
 */

@media (min-width: 960px) {
	.site-footer .col-lg-3 				{ width: 30%; }
	.site-footer .col-lg-3 + .col-lg-3 	{ width: 23%; }
}





/**
 * Amend the owlCarousel styling in charity panels
 */

.panel--charity .owl-dots-outside > .owl-dots {
	bottom: -53px;
}





/**
 * Pagination changes
 */

.pagination > li .current {
	border: 1px solid #CCC;
}


.pagination > li .page-numbers,
.navigation > li .page-numbers {
	line-height: 34px !important;
}


.pagination > li a.page-numbers,
.navigation > li a.page-numbers {
	color: #0085b1;
}

	.pagination > li a.page-numbers:hover,
	.navigation > li a.page-numbers:hover {
		color: #111111;
	}





/**
 * Fix issue with notices on product single template having too much space
 */

.page-body.product .row-parent.double-top-padding {
	padding-top: 36px !important;
}





/**
 * Hide empty related product rows
 */

.woocommerce .row-related { display: none; }
.woocommerce .row-related + .row-related { display: block !important; }





/**
 * Auctions lister categories
 */

#nick-style-hack-1 .widget-title {
	border: 0;
	padding-bottom: 0;
}

.sidebar-widgets .product-categories a::before {
	left: 0;
	top: 3px;
	width: 13px;
	height: 13px;
	background: #FFF;
	position: absolute;
	border-radius: 10px;
	content: '' !important;
	border: 1px solid #CCC;
	box-shadow: inset 0 0 0px 2px #FFF;
}

.sidebar-widgets .product-categories a {
	padding-left: 23px;
}

.sidebar-widgets .product-categories li {
	background: none;
	position: relative;
}

.sidebar-widgets .product-categories .current-cat a {
	color: #0085b1 !important;
}

.sidebar-widgets .product-categories .current-cat a::before,
.sidebar-widgets .product-categories a:hover::before,
.sidebar-widgets .product-categories a:focus::before {
	border-color: #555 !important;
	background: #0085b1 !important;
}





/**
 * Change the share feature
 */

.c-header__contents .detail-container .detail-label::after {
	content: ' this page:' !important;
}


.c-header__contents .detail-container .social ul li.social-gplus,
.c-header__contents .detail-container .social ul li.social-pinterest,
.c-header__contents .detail-container .social ul li.social-xing,
.c-header__contents .detail-container .social ul li.social-linkedin {
	display: none !important;
}





/**
 * Favourites
 */

.o-favourites .favourite-product img {
	float: left;
	height: 100px !important;
	margin: -15px 20px -15px -24px;
}

.o-favourites .favourite-current-bid .price__prepend {
	display: none;
}

.o-favourites .favourite-current-bid h2,
.o-favourites .favourite-current-bid em,
.o-favourites .favourite-current-bid strong {
	font-size: 19px;
}

.o-favourites .favourite-product h3 {
	font-size: 16px;
}





/**
 * Styles for new anonymous field
 */

.c-place-bid__anonymous {
	clear: both;
	padding: 15px 0 0;
}


	.c-place-bid__amount-message {
		display: inline-block;
		margin: 0;
	}


	.c-place-bid__anonymous-input {
		height: 18px !important;
		border-color: #BBB !important;
		margin: -3px 10px 0 0 !important;
	}


.c-place-bid__anonymous-current {
	margin: 0;
	padding: 5px 0 20px;
	font-weight: normal;
	color: #777 !important;
}





/**
 * Sign in page
 */

.c-sign-in {

}


	.c-sign-in__title {
		margin: 0 0 30px;
		padding: 0 0 20px;
		text-transform: uppercase;
		font-size: 20px !important;
		border-bottom: 1px solid #EEE;
	}


	.c-sign-in__form {
		border: 0 !important;
		padding: 0 !important;
	}


		.c-sign-in__remember {
			top: 4px;
			position: relative;
			margin-left: 30px !important;
			display: inline-block !important;
		}

		.c-sign-in__remember input {
			margin-right: 8px !important;
			margin-bottom: 2px !important;
			border-color: #CCC !important;
		}





		/**
		 * Social login buttons
		 */

		.c-social-logins {
			padding: 0 0 0 36px;
			border-left: 1px solid #EEE;
		}


		.c-social-logins__button {
			margin: 0 0 5px;
			position: relative;
			padding-left: 60px;
		}


			.c-social-logins__button .fa-facebook,
			.c-social-logins__button .fa-twitter {
				top: 15px;
				left: 25px;
				width: 20px;
				font-size: 1.4em;
				position: absolute;
				text-align: center;
			}

			.c-social-logins__button--facebook			{ background: #3B5998 !important; }
			.c-social-logins__button--twitter			{ background: #55ACEE !important; }
			.c-social-logins__button--facebook:hover	{ background: #233A69 !important; }
			.c-social-logins__button--twitter:hover		{ background: #438DC5 !important; }





/**
 * Join form
 */

.c-join__form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}


	.c-join__form .frm_form_field {
		padding-bottom: 20px;
	}


		.c-join__form .frm_form_field input {
			width: 100%;
		}


		.c-join__form .frm_form_field input[type="checkbox"] {
			width: 1px;
			margin-right: 10px;
			border-color: #CCC;
			display: inline-block;
		}


		.c-join__form .frm_primary_label {
			font-weight: bold;
		}


	.c-join__form [id="frm_field_33_container"],
	.c-join__form [id="frm_field_34_container"] {
		width: 50%;
		clear: none;
		float: left;
		display: inline-block;
	}


	.c-join__form [id="frm_field_33_container"] {
		padding-right: 20px;
	}


	.c-join__form [id="frm_field_92_container"] {
		padding-bottom: 0px;
	}


	.c-join__form .frm_error_style {
		color: #FFF;
		margin: 0 0 20px;
		text-align: center;
		background: #F12938;
		padding: 8px 20px 10px;
	}


	.c-join__form .frm_form_field .frm_error {
		color: #F12938;
		font-weight: bold;
	}





/**
 * Make WooCommerce form fields slightly darker
 */

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border-color: #CCC;
}





/**
 * WooCommerce bid panel amendments
 */

.c-place-bid__help-link {
	float: right;
	border-radius: 2px;
	background: #F5F5F5;
	display: inline-block;
	padding: 4px 10px 6px;
	color: #555 !important;
	border: 1px solid #DDD;
	-webkit-transition: ease-in-out 350ms all !important;
	   -moz-transition: ease-in-out 350ms all !important;
		-ms-transition: ease-in-out 350ms all !important;
		 -o-transition: ease-in-out 350ms all !important;
			transition: ease-in-out 350ms all !important;
}


.c-place-bid__help-link:hover {
	background: #ECECEC;
}


.c-place-bid__help-link--not-logged-in {
 
}

@media (max-width: 420px) {
	.c-place-bid__help-link {
		margin: 10px 0 0;
		text-align: center;
		width: calc(100% + 4px);
	}
}





.c-place-bid__anonymous-label {
	margin: 4px 0 0;
	display: inline-block;
}





.c-auction__current-bid {
	padding: 10px 15px;
	padding-right: 0;
	margin: 0;
}

.c-bid-price {
	 
	width: 100%;
	padding: 0;
}





.c-auction__current-bid__name {
	float: right;
	padding: 0 0 0 15px;
	display: inline-block;
	margin: 5px 0 0 !important;
}











/**
 * Home page content
 */

.c-home__content {
	margin: 38px 0 0;
	padding: 5px 0 20px;
	border-top: 1px solid #DDD;
}


	.c-home__content-text {
		margin: 0 auto;
		max-width: 700px;
	}


		.c-home__content-text h2 {
			color: #FFF !important;
			margin: -63px 0 65px !important;
			text-transform: uppercase !important;
			text-shadow: 0 0 30px rgba(0,0,0,0.75) !important;
		}

		@media (max-width: 770px) {
			.c-home__content-text h2 {
				color: #555 !important;
				margin: 20px 0 10px !important;
				text-shadow: 0 0 0 #FFF !important;
			}
			
			 
			
		}











/**
 * Footer newsletter row
 */

.o-footer__newsletter fieldset {
	margin: 0;
	border: 0;
	padding: 0;
	text-align: right;
}


.o-footer__newsletter h3 {
	letter-spacing: .2em;
	margin: 0 !important;
	color: #FFF !important;
	text-transform: uppercase;
	font-size: 18px !important;
}


.o-footer__newsletter p {
	color: #DDD;
	margin: 15px 0 0;
}


	.o-footer__newsletter .frm_form_field,
	.o-footer__newsletter .frm_submit {
		float: left;
		margin-left: 10px;
		display: inline-block;
	}


		.o-footer__newsletter .frm_primary_label {
			display: none;
		}


			.o-footer__newsletter .frm_form_field input {
				margin: 0;
			}


			.o-footer__newsletter .frm_submit input {
				margin: 0;
				padding: 11px 25px;
			}





/**
 * Change paper plane icon to envelope
 */

body .social-paper-plane:before { content: "\f0e0" !important; }





/**
 * Styling for the events table on charity templates
 */

.c-events-table__cell--image {
	width: 190px;
	padding: 5px 4px 0;
}

.c-events-table__cell--description h3 {
	margin: 0 0 15px;
	color: #333 !important;
	text-transform: uppercase;
	font-size: 17px !important;
}

.c-events-table__cell--description p {
	margin: 10px 0 0;
	color: #888 !important;
}





/**
 * Amend styling of join nav item
 */

.o-header__nav__item--join .o-header__nav__link {
	background: rgba(0,0,0,0.75);
	top: -1px;
	font-weight: bold;
	padding: 2px 15px;
	margin: 6px 20px 0 0;
	position: relative;
	border-radius: 3px;
	vertical-align: top;
	border: 1px solid #BBB;
}

.o-header__nav__item--join .o-header__nav__link:hover {
	color: rgba(255,255,255,0.75);;
}





/**
 * Sign in and Join pages
 */

.woocommerce .col2-set .col-1 {
	width: 55%;
	margin-right: 5%;
	vertical-align: top;
	display: inline-block;
}

.woocommerce .col2-set .col-2 {
	width: 39%;
	vertical-align: top;
	display: inline-block;
	margin-top: 0 !important;
}





/**
 * Header requests menu items
 */

.o-header__nav__item--requests {
	color: #999;
	font-size: 12px;
	margin-top: 10px;
	padding: 10px 2em 0;
	text-transform: uppercase;
	border-top: 1px solid #444;
}

.o-header__nav__item--request-charity {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #444;
}





/**
 * Charity website link
 */

.c-charity__website {
	display: block;
	font-size: 15px;
	margin: 15px 0 0;
	font-weight: bold;
	color: #0093D6 !important;
}

	.c-charity__website-link { color: #0093D6 !important; }

	.c-charity__website-link:hover,
	.c-charity__website-link:active,
	.c-charity__website-link:focus { color: #016390 !important; }


	.c-charity__website-link .fa {
		top: 2px;
		font-size: 1em;
		margin-right: 5px;
		position: relative;
	}





/**
 * Charity tabs alignment
 */

@media (min-width: 960px) {
	#tab-about .col-lg-8 { padding-top: 0px; }
	#tab-about .col-lg-4 { padding-top: 100px; }
}





/**
 * Auction bid status
 */

.c-bid-status .c-bid-status__content {
	color: #FFF;
	display: block;
	background: #999;
	padding: 10px 20px;
	text-align: center;
	border-radius: 3px;
}


.c-bid-status--winning .c-bid-status__content { background: #019A45; }
.c-bid-status--outbid  .c-bid-status__content { background: #bd1010; }

.c-bid-status .c-bid-status__content strong { color: #FFF; }





/**
 * Reduce height of breadcrumb bar
 */

.row-breadcrumb-light .row {
	padding-top: 18px !important;
	padding-bottom: 18px !important;
}





/**
 * Reduce the font size of the time left pods
 */

.c-place-bid--dates {
	background: none;
	border: none;
	box-shadow: none;
}


	.c-place-bid--dates * {
		font-size: 12px !important;
	}


	.c-place-bid--dates .c-auction__ends-container {
		padding: 5px 0 0;
	}





/**
 * Help form styling
 */

#form_help fieldset {
    border: 0;
    padding: 0;
    margin: 20px 0 0;
}

#form_help input,
#form_help select {
    width: 100%;
    margin-bottom: 20px;
}

#form_help input[type="submit"] {
    width: auto;
    margin: 20px 0 0;
}





/**
 * No auctions to show message
 */

.c-no-auctions {
    max-width: 450px;
    text-align: center;
    background: #FAFAFA;
    margin: 75px auto 0;
    padding: 5px 0 20px;
    border: 1px solid #EAEAEA;
}


	.c-no-auctions a {
	    text-decoration: underline;
	}





/**
 * Fix positioning issues with the sorting drop down on auctions lister
 */

.woocommerce .woocommerce-ordering {
	text-align: right;
	margin-right: -36px;
}


	.c-charity__header__sort-label {
		display: inline-block;
	}





/**
 * Fix link styling in account dashboard
 */

.myaccount_user a {
	color: #0093D6 !important;
	text-decoration: underline;
}


	.myaccount_user a:hover {
		color: #0174a9 !important;
	}





/**
 * Add user profile picture to main nav
 */

.o-header__nav__link .avatar {
    display: inline-block;
    margin: 0 5px -7px 0;
}





/**
 * Fix account password change form styling
 */

.edit-account fieldset {
    margin: 30px 0 0;
}

.edit-account legend {
    font-weight: bold;
    font-size: 1.05em;
}





/**
 * Fix WooCommerce success message styling
 */

.woocommerce-message.woocomerce-success {
    color: #0093D7;
}





/**
 * Footer charity button
 */

.c-charity-footer-button {
    text-align: left;
    padding: 8px 36px 8px 16px;
    margin: -30px -10px 0 0 !important;
    display: inline-block;
    position: relative;
}

.c-charity-footer-button:hover {
    color: #FFF !important;
}

.c-charity-footer-button .fa {
    position: absolute;
    bottom: 13px;
    right: 15px;
}





/**
 * WooCommerce account navigation
 */

.woocommerce-MyAccount-navigation {
    z-index: 1000;
    position: relative;
    margin: -40px 0 40px;
}

.woocommerce-MyAccount-navigation--bids {
	margin: 0;
}





/**
 * Sign in form
 */

.frm_description--password {
	font-weight: bold;
}





/**
 * Chnage footer colours
 */

.site-footer .style-color-rgdb-bg {
    background: #293034 !important;
}





/**
 * Fix anchoring issue
 */

#product-tabs-help-anchor {
	top: -50px;
	width: 100%;
	height: 1px;
	position: relative;
}





/**
 * Terms and Conditions text in Bid panel
 */

.c-place-bid__tandcs-wrap {
	width: 100%;
	 
	 margin-top: 10px;
}

	@media (max-width: 420px) {
		.c-bid-price,
		.c-place-bid__tandcs-wrap {
			width: 90%;
			width: calc(100% - 20px);
		}
	}

.c-place-bid__tandcs-wrap p {
	margin: 0;
	font-size: 10px;
    max-width: 320px;
    line-height: 1.6;
    text-align: center;
    font-weight: normal;
}

.c-place-bid__tandcs-wrap a {
    color: #0093D6 !important;
    text-decoration: underline;
	width: 100%; 
	text-align: center;
}

.c-place-bid__tandcs-wrap a:hover,
.c-place-bid__tandcs-wrap a:active,
.c-place-bid__tandcs-wrap a:focus {
	color: #0085b1 !important;
}





/**
 * Hover effect on the auction lister pod
 */

.c-auction .c-auction__link--overlay:hover ~ .c-auction__image-wrap .c-auction__image {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
}

.c-auction .c-auction__image-wrap .c-auction__image {
    -webkit-transition: ease-in-out 175ms all;
       -moz-transition: ease-in-out 175ms all;
        -ms-transition: ease-in-out 175ms all;
         -o-transition: ease-in-out 175ms all;
            transition: ease-in-out 175ms all;
}





/**
 * WooCommerce account links
 */

.woocommerce-MyAccount-content a {
    color: #0093D6;
}





/**
 * Increase site width
 */

@media (min-width: 960px){
	.limit-width {
	    max-width: 1204px !important;
	}
}





/**
 * Lazy hack for hiding content :)
 */

.tax-product_cat .col-lg-9 .row-container:first-child .col-lg-6,
.post-type-archive-product .col-lg-9 .row-container:first-child .col-lg-6{
    display: none !important;
}





/**
 * Remove children categories from sidebar auctions
 */

.product-categories .children {
	display: none !important;
}





/**
 * Hide certain sorting options
 */

.orderby option[value="menu_order"],
.orderby option[value="popularity"],
.orderby option[value="date"],
.orderby option[value="price"],
.orderby option[value="price-desc"] {
   display: none;
}





/**
 * Change footer last row colour
 */

footer .footer-last {
	background: #293034 !important;
}





/**
 * Add corner icon to Register charity nav item
 */

.c-header__corner {
	background: url(nav-corner-icon.png) 0 0 no-repeat;
	top: -3px;
	right: -3px;
	width: 40px;
	height: 40px;
	position: absolute;
	display: inline-block;
	background-size: cover;
}





/**
 * Move search bar in header
 */

.o-header__search {
    margin-left: 15px;
}





/**
 * Chnage colour of my account nav links
 */

.woocommerce-MyAccount-content a {
    font-weight: bold;
    color: #0093D6 !important;
}

.woocommerce-MyAccount-content a:hover,
.woocommerce-MyAccount-navigation-link.is-active a {
    color: #006a9a !important;
}





/**
 * Change order of Place order button and TCs checkbox
 */

input#place_order {
    float: right;
    position: relative;
    top: -48px;
}

p.form-row.terms.wc-terms-and-conditions {
    margin: 70px 0 -40px;
    padding: 0 !important;
}





/**
 * Home design
 */

.c-home__help-buttons {
    text-align: center;
}

.c-home__help-buttons a {
    margin: 30px 10px 0;
}

.c-home__help-button--join {
    background: #EB700B;
}

.c-home__help-button--join:hover {
    background: #bf5702 !important;
}

.c-home__help-button--give {
    background: #E2242A;
}

.c-home__help-button--give:hover {
    background: #b7060b !important;
}


.c-home__help-content {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

.c-home__help-content p {
    line-height: 1.3;
    margin: 2em 0 0.5em;
}

.c-home__help-content h2 {
	margin-top: 0;
    color: #FFF !important;
}





/**
 * Designed panel on homepage
 */

.home-design__col1,
.home-design__col2,
.home-design__col3 {
    max-width: 100%;
    vertical-align: top;
    display: inline-block;
}

.home-design__col1 {
    width: 523px;
}

.home-design__col2 {
    width: 320px;
    margin: -4px 0 0 5px;
}

.home-design__col3 {
    width: 245px;
    margin: -4px 0 0 14px;
}


.home-design__spread a {
    display: block;
    margin: 0;
    padding: 0;
}

.home-design__spread img {
    margin: 0;
    padding: 0;
    display: inherit;
}

.home-design__col1 a:hover,
.home-design__col2 a:hover,
.home-design__col3 a:hover,
.home-design__spread a:hover {
    opacity: .7;
}





/**
 * Styling fixes for home
 */

.home .row-container.product.charity-tabs-second {
    border-top: 1px solid #EEE;
    padding: 20px 0 0;
    margin: 0;
}





/**
 * Fix styling issue with default page template
 */

.breadcrumb-title .social-icon.icon-box.icon-box-top.icon-inline a { color: #999 !important; }
.breadcrumb-title .social-icon.icon-box.icon-box-top.icon-inline a:hover { color: #666 !important; }





/**
 * Fix styling issues with arrows on carousels
 */

.panel--charity .owl-carousel-wrapper .owl-nav {
	display: block !important;
}

.panel--charity .owl-carousel-wrapper .owl-nav .btn-default {
	margin-top: 40px;
	opacity: .5 !important;
	transition: ease-in-out 400ms opacity;
}

.panel--charity .owl-carousel-wrapper .owl-nav .btn-default:hover,
.panel--charity .owl-carousel-wrapper .owl-nav .btn-default:active,
.panel--charity .owl-carousel-wrapper .owl-nav .btn-default:focus {
	opacity: 1 !important;
}

@media (max-width: 960px) {
	
	.logobox{max-width:220px !important;}
	.panel--charity .owl-carousel-wrapper {
		margin-left: -20px;
		margin-right: -20px;
	}

	.tab-container--charity .tab-content {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}





/**
 * Fix form flashing issue
 */

#frm_show_form-3 {
	opacity: 0;
}

#frm_show_form-3.is-hidden {
	opacity: 1;
}





/**
 * Description tab content
 */

.c-see-full-description {
	margin-top: .5em;
	display: inline-block;
}

.c-supported-charity {
	font-size: 1.2em;
	padding-top: 1em;
	font-weight: bold;
	margin-top: 1.5em;
	border-top: 1px solid #DDD;
}





/**
 * Styling for forms
 *
 *		#2: 	Contact us page
 *		#11: 	Newsletter sign up
 */

.frm_forms[id="frm_form_2_container"] .frm_primary_label,
.frm_forms[id="frm_form_11_container"] .frm_primary_label {
	display: none !important;
}

.frm_forms[id="frm_form_11_container"] .frm_form_field {
	width: 48%;
	display: inline-block;
}

.frm_forms[id="frm_form_11_container"] .frm_submit {
	padding-right: 3px;
}

@media (max-width: 1120px) {
	.frm_forms[id="frm_form_11_container"] .frm_form_field,
	.frm_forms[id="frm_form_11_container"] .frm_submit {
		padding: 0;
		width: 100%;
		margin: 0 0 10px;
	}

	.frm_forms[id="frm_form_11_container"] .frm_submit {
		margin-top: 10px;
	}
}





/**
 * Fix bug with main nav
 */

.o-header__nav--main {
	width: auto !important;
	margin-top: 0 !important;
}











/**
 * Terms and Conditions modal for Place bid
 */

.c-bid__terms-modal {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 99999;
	position: fixed;
	background: rgba(0,0,0,0.85);
}

	
	.c-bid__terms-modal.is-open { display: block; }


	.c-bid__terms-modal__inner {
		top: 15%;
		left: 30%;
		right: 30%;
		bottom: 15%;
		background: #FFF;
		position: absolute;
	}

	@media (max-width: 900px) {
		.c-bid__terms-modal__inner {
			left: 10%;
			right: 10%;
		}
	}





		.c-bid__terms-modal__content {
			top: 0;
			left: 0;
			right: 0;
			bottom: 95px;
			overflow: auto;
			position: absolute;
			padding: 15px 40px 40px;
		}


			.c-bid__terms-modal__content p {
				font-weight: normal;
			}





		.c-bid__terms-modal__actions {
			left: 0;
			right: 0;
			bottom: 0;
			height: 94px;
			background: #EEE;
			text-align: right;
			position: absolute;
			padding: 20px 40px 0;
			border-top: 1px solid #DDD;
		}


			.c-bid__terms-modal__actions .c-place-bid__button.c-place-bid__button.c-place-bid__button.c-place-bid__button.c-place-bid__button.c-place-bid__button {
				width: auto;
				display: inline-block;
			}


			.c-place-bid__button--close {
				padding: 13px 30px;
				font-size: 16px;
				text-transform: uppercase;
				font-weight: bold;
				letter-spacing: 0.1em;
				background: #999 !important;
				transition: ease-in-out 350ms all;
				float: left !important;
			}

			.c-place-bid__button--close.c-place-bid__button--close.c-place-bid__button--close.c-place-bid__button--close.c-place-bid__button--close.c-place-bid__button--close:hover {
				background: #777 !important;
			}





/**
 * Fix "Place bid" button issues
 */

.c-place-bid__button--page {
	padding: 13px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: ease-in-out 350ms all;
}











/**
 * Ad-hok fixes for mobile navigation views
 */

@media (max-width: 960px){
	
 
	
	.o-header__nav__item--button.o-header__nav__item--button.o-header__nav__item--button.js-nav-reveal {
		top: 15px;
		right: -32px;
		position: fixed;
	}


	.o-header__nav__item--button svg {
		top: 4px;
		position: relative;
	}


	.o-header__nav__item--button button {
		padding: 7px 20px !important;
	}


	.o-header.is-revealed .o-header__nav--main .o-header__nav__list {
		left: 0;
		right: 0;
		top: 71px;
		height: 191px;
		position: fixed;
		 
	}


	.o-header__nav--secondary .o-header__nav__list--sub {
		padding: 10px 0;
		margin: 10px -20px 25px;
		width: calc(100% + 40px);
	}
}





/**
 * Responsive amendments to grid
 */

@media (max-width: 959px) {
	.main-container .row-container .row-parent {
		padding: 36px 20px !important;
		 
	}
	
	
	
	
	
	
	
}





/**
 * Crop the charity auction listers when too long
 */

#tab-auctions--all.is-cropped .product-tab,
#tab-auctions--closed.is-cropped .product-tab,
#tab-auctions--coming-soon.is-cropped .product-tab {
	margin-bottom: 0 !important;
}

#tab-auctions--all.is-cropped .related,
#tab-auctions--closed.is-cropped .related,
#tab-auctions--coming-soon.is-cropped .related {
	overflow: auto;
	position: relative;
	max-height: 1200px;
	border-bottom: 1px solid #DDD;
}


.expand-auctions {
	left: 50%;
	bottom: 0;
	width: 60px;
	color: #FFF;
	height: 60px;
	font-size: 20px;
	position: absolute;
	text-align: center;
	background: #0093D6;
	border-radius: 40px;
	margin: 0 0 10px -30px;
	border: 2px solid #0085b1;
	z-index: 99999999999999999;
}

.expand-auctions:hover {
	background: #0085b1;
}

.expand-auctions.is-hidden {
	display: none;
}








/*========================== new css start here ====================================*/

.mobile_menubox{ display: none;}

.header_section{   background-image: -moz-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
 width:100%; padding-top: 15px; padding-bottom: 15px;

}

.header_section_2{   background-image: -moz-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
 width:100%; padding-top: 117px; padding-bottom: 15px;

}


.head_menubtn{     
	    background: #fff;
    color: #037ca7;
    border-radius: 4px;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
    top: -10px;
    width: 100%;
    text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
.head_menubtn:hover{  color: #037ca7; text-decoration: none;}



.banner_sidebox{  border-top: solid 2px #fff;  border-bottom: solid 2px #fff; padding-bottom: 40px; padding-top: 124px; }
.header_banner_leftbox{color: #fff; padding-right: 12%; } 
.header_banner_leftbox_p{ font-size: 18px;}

ul.header_banner_imgbox{ list-style: none; margin-top: 20px; margin-bottom: 10px;}
ul.header_banner_imgbox li{ display: inline-block; margin-right: 10px;}

.banner_smallimg{ width: 100px; height: 50px; background: #fff; background-size: cover !important;
    background-position: 50% 50% !important;  }

.banner_lg7{ padding-top: 10px !important;}

ul.banner_btnbox{ list-style: none; margin: auto; text-align: center; margin-top: 15px; margin-bottom: 10px; }
ul.banner_btnbox li{ display: inline-block; }
ul.banner_btnbox li a{ background-image: -moz-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
border: solid 2px #fff; 
	padding: 10px 30px; color: #fff; font-size: 18px; border-radius: 30px; margin: 7px; text-transform: uppercase; font-weight: 600;

}

ul.banner_btnbox li a:hover{  color: #fff;}


.banner_rightboximgbox img{ }
.header_banner_rightbox{  } 

.get_quotebox{ max-width: 630px; margin: auto; position: relative; margin-top: 15px; margin-bottom: 10px; padding-left: 15px; padding-right: 15px;}

.get_quotebox_input{ border: 0px; display: inline-block; width: 100%; position:  relative; height: 66px; border-radius: 30px;}
.get_quotebox_submmit{ display: inline-block; position: absolute; top: 5px; right: 20px; height: 56px; border-radius: 30px !important; background: #02678b; color: #fff; border: 0px; margin-top: 9px !important; }

.get_quotebox_submmit:focus{ border: 0px !important;}
 

.get_quotebox .wpcf7-validation-errors{ display: none !important; }

.get_quotebox .wpcf7-not-valid-tip{ color: #fff !important; margin-left: 15px !important;}
.get_quotebox .wpcf7-mail-sent-ok{ color: #fff !important; margin: 0px !important; margin-left: 15px !important;}

#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  text-align: right;
	margin-top: 9px;
 
}
#cssmenu ul li {
    display: inline-block;
	letter-spacing: normal !important;
   
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
	background: #000;
	
 
	
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu ul ul {
  margin-top: -16px;
	min-width: 320px;
	 
	
	    
}
#cssmenu ul ul li {
  font-weight: normal;
background: #098cbe;
    border-bottom: solid 1px #5f9cc9;	
	
}
#cssmenu a {
  display: block;
 
  text-decoration: none;
}
/* Custom CSS Styles */

#cssmenu > ul {
  *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
 
#cssmenu ul ul {
  
  text-transform: none;
  
}
#cssmenu ul ul a {
  
	margin: 0px;
	    transition: none;
   
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
 display: block;
	text-align: left;
}
#cssmenu ul ul li:first-child > a {
  
}
#cssmenu ul ul li:hover > a {
  
}
#cssmenu ul ul li:last-child > a {

}
#cssmenu ul ul li:last-child:hover > a {
  
}
#cssmenu ul ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#cssmenu ul li:hover > a,
#cssmenu ul li.active > a {
 
}
#cssmenu ul li.has-sub > a:after {
  
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu a {
   
   
}


.fixed {
    
  background-image: -moz-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
	top: 0px;
	
 
}


 




/*menu css on mobile */

.drawer {
	width: 100%;
	border-top: 1px solid #E0E0E0;
	border-radius: 3px;
}
.accordion-item {
	border-bottom: 1px solid #E0E0E0;
}
.accordion-item-active .accordion-header {
	background: #888;
	transition: .25s;
}
.accordion-item-active .accordion-header-icon {
	color: #fff;
}
.accordion-item-active .accordion-header h1 {
	color: #fff;
}
.accordion-header {
	background: #f2f2f2;
	padding: 12px;
	cursor: pointer;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	min-height: 20px;
	transition: .25s;
}
.accordion-header h1 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	line-height: 1.3em;
	color: #212121;
}
.accordion-content {
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	display: none;
	padding: 12px;
	color: #212121;
	background: #FFF;
	font-size: 15px;
	line-height: 1.45em;
}
.accordion-content p {
	margin: 0;
	margin-bottom: 3px;
}
.accordion-header-icon {
	float: right;
	color: #888;
	font-size: 15px;
	vertical-align: middle;
}
.accordion-header-icon.accordion-header-icon-active {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #fff;
}





#cssmenu_mobile,
#cssmenu_mobile ul,
#cssmenu_mobile ul li,
#cssmenu_mobile ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	
	
	
}
#cssmenu_mobile {
  width: 100%;
  
  color: #ffffff;
}
#cssmenu_mobile ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu_mobile > ul > li > a {
  padding: 15px 20px;
  border-left: 1px solid #1682ba;
  border-right: 1px solid #1682ba;
  
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: none !important;
 background: #098cbe;
	    border-top: solid 1px #5f9cc9;
   
}
#cssmenu_mobile > ul > li > a:hover,
#cssmenu_mobile > ul > li.active > a,
#cssmenu_mobile > ul > li.open > a {
  color: #fff;
  background: #087eab;
   
}
#cssmenu_mobile > ul > li.open > a {
 
  border-bottom: 1px solid #1682ba;
}
#cssmenu_mobile > ul > li:last-child > a,
#cssmenu_mobile > ul > li.last > a {
  border-bottom: 1px solid #1682ba;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu_mobile > ul > li > a:hover > span::after,
#cssmenu_mobile > ul > li.active > a > span::after,
#cssmenu_mobile > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu_mobile ul ul li a {
  cursor: pointer;
  
  border-left: 1px solid #087eab;
  border-right: 1px solid #087eab;
  padding: 15px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  background: #087eab;
  border-top: solid 1px #5f9cc9	
 
}
 


#cssmenu_mobile ul ul li:hover > a,
#cssmenu_mobile ul ul li.open > a,
#cssmenu_mobile ul ul li.active > a {
  background: #087eab;
  color: #ffffff;
}
#cssmenu_mobile ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu_mobile ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu_mobile ul ul ul li a {
  padding-left: 30px;
}
#cssmenu_mobile > ul > li > ul > li:last-child > a,
#cssmenu_mobile > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu_mobile > ul > li > ul > li.open:last-child > a,
#cssmenu_mobile > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu_mobile > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu_mobile ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu_mobile ul ul li.active > a::after,
#cssmenu_mobile ul ul li.open > a::after,
#cssmenu_mobile ul ul li > a:hover::after {
  border-color: #ffffff;
}

 
.header_section .owl-dot span { background: #07889c;}
.header_section .owl-dots{ position: relative; top: -20px;}

ul.menu_btnbox{ list-style: none; margin-top: 25px;} 

ul.menu_btnbox li{ margin-bottom: 4px; }
ul.menu_btnbox li:last-child{ margin-bottom: 0px; }
.header_banner_leftbox p{ margin-top: 15px;}




#colophon .o-footer__newsletter{ display: none;}

#stay_loop .wpcf7-not-valid-tip{ color: #fff !important;}
#stay_loop .wpcf7-response-output{ color: #fff !important; text-align: right;}

.es_subscription_message.success{ text-align: center; color: #fff !important;} 
.bid_sectionbox{ padding: 20px;}

.bid_btnbox{ margin-top: 0px !important; margin-bottom:20px !important; width: 100%; }


.total_rasied_wrap{   background-image: -moz-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
 width:100%; padding-top: 50px; padding-bottom: 50px;    margin-top: 50px;}
.clear{ clear: both;}

.total_rasied_box {
    background: #fff;
    border-radius: 50px;
    text-align: center;
    max-width: 450px;
    margin: auto;
    padding: 20px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.rasied_box_h1{ color: #007cbb !important; margin: 0px; padding: 0px;}
.rasied_box_p{ color: #007cbb; margin: 0px; padding: 0px;}

.company_textbox{ font-size: 18px !important; color: #fff !important; padding: 0px !important; margin: 0px !important;}
.company_textbox_p{  color: #fff !important; padding: 0px !important; margin: 0px !important;}

.company_imgbox {
    width: 60px;
    height: 60px;
     
    float: left;
   
}
.company_textwrap {
    padding-left: 70px;
}



.companyinfo_wrap{   background-image: -moz-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(38,123,192) 0%, rgb(3,164,217) 33%, rgb(76,177,99) 100%);
 width:100%; padding-top: 50px; padding-bottom: 50px;    }
.clear{ clear: both;}

.contact_slider_input{ width: 100% !important;}

.contact_slider_submit{ background: #76cb39; color: #fff; width: 100% !important;}
.getintech_contactslider{ color: #fff !important;}

#wpcs_content_inner_49499 .wpcf7-not-valid-tip{ color: #fff !important;}
#wpcs_content_inner_49499 .wpcf7-validation-errors{ color: #fff !important;}

div#wpcs_content_inner_49499{ margin: 0px !important;} 
div#wpcs_tab_49499{ border: 0px !important; letter-spacing: 2px; }
.content_slider_textarea{ height: 100px;}

#wpcs_content_inner_49499 .wpcf7-mail-sent-ok{ color: #fff !important;}
div#wpcs_tab_49499{ padding: 8px 0px 2px 0px !important; }


.tab_viewall_btn{ text-align: right; margin-top: -50px;}
.viewall_charities_btn{ text-align: right;}

.findout_btn{} 
.findout_btn a{ background: url(images/findoutmore.png) no-repeat; width: 175px; height: 39px; display: inline-block;
	font-size: 0px; line-height: 0px; 
}

.heder_emailtext{ color: #fff; padding-right: 20px;}
.heder_phonetext{ color: #fff; font-weight: bold;}

.heder_btnwrap{ width: 50%;}
.heder_signupwrap{ width: 50%;}



.owl-next{ background: url(images/arrow_right.png) no-repeat; width: 14px; height: 22px; font-size: 0px; display: inline-block; right: -30px !important;}
.owl-prev{ background: url(images/arrow_left.png) no-repeat; width: 14px; height: 22px; font-size: 0px; display: inline-block; left: -30px !important;}

.logobox{ max-width: 120%; height: 92px;}

.logobox:hover{ opacity: 0.7;}
.footer_logsvg{ height: 40px; margin-top: 0px !important;}

.heder_signupwrap a { color: #fff !important; text-decoration: none !important; font-weight: bold;}
