/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@author			Jacques Baars <j@w3d.co.za>
*
*	@notice			This is the property of W3Designs, W3Development, W3D,
*					it is illegal to use this source code without the required permission,
*					contact j@w3d.co.za for further advice or permissions.
*
*	@license		Copyright (c) 2016 W3Designs (PTY) Ltd. (http://www.w3d.co.za)
*/

/* Donations */
#donations{}

	#donations .donation-prompt{}
	
		#donations .donation-prompt .title{
			font-weight: bold;
			text-align: center;
			margin-bottom: 20px;
			font-size: var(--fontSize140);
		}
		
		#donations .donation-prompt .form{}

	#donations .donation-prompt.monthly{
		text-align: center;
	}
	
		#donations .donation-prompt.monthly > div{
			padding: 40px 0;
			border-bottom: 1px solid #ddd;
		}
	
		#donations .donation-prompt.monthly > div:first-child{
			padding: 0 0 40px;
		}
	
		#donations .donation-prompt.monthly > div:last-child{
			padding: 40px 0 0;
			border-bottom: none;
		}
	
		#donations .donation-prompt.monthly > div:only-child{
			padding: 0;
		}
	
			#donations .donation-prompt.monthly .payfast .error{
				color: var(--redColor);
			}
	
	#donations .donation-prompt.once-off{}
	
	#donations .donation-prompt.sponsor{}
	
	/* Complete */
	#donations .complete{}
	
		#donations .complete .summary{}
		
		#donations .complete .gateways{
			margin-top: 20px;
		}
	
	
/* 600px */	
@media screen and (max-width: 600px){
	#donations .donation-prompt.monthly .payfast{
		padding-bottom: 20px;
	}
	
	#donations .donation-prompt.monthly .paypal{
		padding-top: 20px;
	}
}