/**
 * Name: custom.css
 *
 *	T.O.C
 *
 *	=Basics
 *	=Rev Slider Pager
 *	=Rev Slider Nav 
 *	=Rev Slider Typography 
 *
 */
 
 
/* ==========================================================================
   =Basics
   ========================================================================== */
   
	.fullwidthbanner-container {
		position: relative;
		width: 100% !important;
		max-height: 900px !important;
		overflow: hidden;
		padding: 0;
		border-top: 2px solid #d9b772;
		border-bottom: 2px solid #d9b772;
		margin-bottom: 20px;
	}

	.fullwidthbanner-container ul { list-style: none; }

	.fullwidthbanner-container .fullwidthbanner {
	position: relative;
	width: 100% !important;
	max-height: 450px !important;
	}

/* ==========================================================================
   =Rev Slider Pager
   ========================================================================== */

   /**
 	 * 1. changing the z-index from 1000 so that the bullets don't go over the sticky menu
 	 */
   
	.tp-bullets { 
		z-index: 100; /* 1 */
	}
	   
	.tp-bullets.simplebullets.round .bullet {
		width: 9px;
		height: 9px;
		border: 1px solid #d9b772;
		border-radius: 50px;
		margin: 0 3px;
		background: #d9b772;
		background-clip: padding-box;
	}

	.tp-bullets.simplebullets.round .bullet:hover,
	.tp-bullets.simplebullets.round .bullet.selected { 
		background: #550000;  
		background-clip: padding-box;
	}

/* ==========================================================================
   =Rev Slider Nav
   ========================================================================== */

	.tp-leftarrow.default,
	.tp-rightarrow.default {
		width: 45px;
		height: 45px;
		border: 2px solid #d9b772;
		border-radius: 50%;
	}

	.tp-leftarrow.default { background: #d9b772 url(../../../images/left.png) no-repeat center center; }
	.tp-rightarrow.default { background: #d9b772 url(../../../images/right.png) no-repeat center center; }
	
	.tp-leftarrow.default:hover,
	.tp-rightarrow.default:hover { background-color: #550000; }
	
/* ==========================================================================
   =Rev Slider Typography
   ========================================================================== */
   
   	.caption.title-bg {
		padding: 30px;
		border: 2px solid #d9b772;
		background-color: rgba(85, 0, 0, 0.5);
		color: #d9b772;
		font: 72px/72px "Amaranth", sans-serif;
		text-transform: uppercase;
	}
	
	.caption.title-bg span { color: #fff; }
	
	.caption.title {
		color: #d9b772;
		font: 72px/72px "Open Sans", Arial, sans-serif;
		font-weight: 900;
		text-transform: uppercase;
	}
	
	.caption.subtitle {
		color: #550000;
		font: 48px/60px "Open Sans", Arial, sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.caption.text { 
		color: #2d2d2d;
		font: 18px/28px "Open Sans", Arial, sans-serif;
	}
	
	.caption .btn { color: #d9b772; }

	@media (min-width: 768px) and (max-width: 979px) {
		
		.tp-leftarrow.default,
		.tp-rightarrow.default { display: none; }
		
		.caption .btn {
			padding: 10px 15px;
			font-size: 12px;
		}
		
	}

	@media (max-width: 767px) {
		
		.tp-leftarrow.default,
		.tp-rightarrow.default { display: none; }
		
		.tp-bullets { bottom: 20px !important; }
		
		.caption .btn {
			padding: 3px 6px;
			font-size: 6px;
		}
		
	}
