/**
 * 	Name: elements.css
 *
 *	T.O.C
 *	
 *	=Accordions and toggles
 *	=Alerts
 *	=Animations
 *	=Buttons
 *	=Clients logo slider
 *	=Custom Lists
 *	=Dividers
 *	=Google Maps
 *	=Headlines
 *	=Icon Boxes
 *	=Milestones
 *	=Odometer
 *	=Our Process
 *	=Pie charts
 *	=Pricing Tables
 *	=Progress Bar
 *	=Social Media
 *	=Styled Tables
 *	=Tabs
 *	=Testimonials
 *	=Team Member
 *	=Portfolio Item
 *	=Portfolio Item Navigation
 *	=Portfolio Filter
 *	=Portfolio pagination
 *	=Portfolio Isotope
 *	=Blog
 *	=Fullwidth Section
 *	=WordPress Default Classes
 *	=WordPress Widgets
 *		=Widgets default
 *		=Text Widget
 *		=Search Widget
 *		=Recent Entries Widget
 *		=Pages Widget
 *		=Archive Widget
 *		=Categories Widget
 *		=Meta Widget
 *		=Recent Comments Widget
 *		=Tag Cloud Widget
 *		=Calendar Widget
 *		=Nav Menu Widget
 *		=RSS Widget
 *	=WordPress Custom Widgets
 *		=EWF Twitter widget
 *		=EWF Flickr widget
 *		=EWF Contact Info widget
 *		=EWF Newsletter subscribe widget
 *		=EWF Latest posts widget
 *		=EWF Navigation widget
 *		=EWF Social media widget
 *	=WordPress Comments
 *	=WordPress Comment Form
 *
 */
 
/* ==========================================================================
   =Accordions and toggles
   ========================================================================== */

   .wpb_accordion_section {
		border-bottom: 1px solid #d7d7d7 !important;
   }
   
	.wpb_accordion_header {
		background-color: #fff !important;
		border-bottom: none !important;
		color: #7a7885 !important;
		display: block;
		margin: 0 !important;
		padding: 15px 35px 13px !important;
		position: relative;
	}
	.wpb_accordion_header a {
		padding-left: 15px !important;
		font-size: 16px !important;
		text-transform: uppercase;
		color: #7a7885 !important;
	}
	.wpb_accordion_header.ui-state-hover, .wpb_accordion_header.ui-state-active {
		background-color: #fff !important;
		border-color: #d7d7d7 !important;
	}
	.wpb_accordion_header.ui-state-hover a, .wpb_accordion_header.ui-state-active a {
		color: #7a7885 !important;
		font-weight: 700;
	}
	.wpb_accordion_content {
		padding: 0px 0px 20px 45px !important;
	}
	.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
		display: none !important;
	}
	.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
		display: none !important;
	}
	.wpb_accordion_header::after, .wpb_accordion_header::after {
		content: "+";
		font-family: "FontAwesome";
		font-size: 16px;
		font-weight: 300 !important;
		position: absolute;
		left: 15px;
		top: 21px;
	}
	.wpb_accordion_header.ui-state-active::after, .wpb_accordion_header.ui-state-hover::after {
		color: #7a7885;
		content: "-";
	}

/* ==========================================================================
   =Alerts
   ========================================================================== */

	.alert {
		padding: 13px 15px;
		margin-bottom: 30px;
		background-color: #b7cc99;
		color: #fff;
		font-weight: 400;
		letter-spacing: 0;
	}
	
	.alert i {
		position: relative;
		top: 1px;
		margin-right: 7px;
		font-size: 16px;
	}
	
	.alert.info { 
		background-color: #f3f3f3;
		color: #7a7885;
	}
	
	.alert.success { 
		background-color: #e5e5e5;
		color: #7a7885
	}
	
	.alert.error { 
		background-color: #7a7885;
		color: #fff;
	}
	
	.alert.warning {
		background-color: #a1a1a1;
		color: #fff;
	}
	
/* ==========================================================================
   =Animations
   ========================================================================== */
   
   .animate {
		-webkit-animation-duration: 1s;
				animation-duration: 1s;
		-webkit-animation-fill-mode: both;
				animation-fill-mode: both;
		visibility: hidden;
	}

	.animate.visible { visibility: visible; }
	.animate.hidden { visibility: hidden; }
   
/* ==========================================================================
   =Buttons
   ========================================================================== */

/* =Default Button
   ========================================================================== */
   
	.btn { 
		display: inline-block; 
		padding: 2px 10px; 
		border: 2px solid #7a7885;
		border-radius: 3px;
		margin: 0 5px 20px 0;
		background-color: transparent;
		color: #7a7885;
		font-size: 14px;
		font-weight: 700;
		text-decoration: none !important;
		vertical-align: middle;
		cursor: pointer;
		-webkit-transition: all 0.3s;
				transition: all 0.3s; 	
	}
	
	a.btn { color: #7a7885; }
	
	.btn:focus { outline: 0; }
	
	.btn-large {
		padding: 12px 24px;
		font-size: 16px;
	}
	
	
	.btn i,
	.btn-large i { 
		float: right; 
		margin: 0 5px;
		font-size: 15px; 
		line-height: 25px; 
	}
	
	.btn i.icon-left,
	.btn-large i.icon-left { float:left; }
	
	.btn:hover { 
		background-color: #7a7885;
		color: #fff;
	}

/* ==========================================================================
   =Clients logo slider
   ========================================================================== */
	
	.client-logos-slider .owl-item { padding: 150px 0; }
	
	.client-logos-slider .client-item { 
		position: relative;
		text-align: center;
	}
	
	.client-details {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 10px;
		border: 2px solid #7a7885;
		border-radius: 3px;
		background-color: #fff;
		text-align: left;
		opacity: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.client-details:before {
		position: absolute;
		z-index: 1;
		bottom: -15px;
		left: 50%;
		width: 0; 
		height: 0; 
		border-top: 15px solid #7a7885;
		border-right: 10px solid transparent; 
		border-left: 10px solid transparent;
		margin-left: -10px;
		content: "";
		-moz-transform: scale(0.9999);
	}
	
	.client-details:after {
		position: absolute;
		z-index: 2;
		bottom: -12px;
		left: 50%;
		width: 0; 
		height: 0; 
		border-top: 13px solid #fff;
		border-right: 8px solid transparent; 
		border-left: 8px solid transparent;
		margin-left: -8px;
		content: "";
		-moz-transform: scale(0.9999);
	}
	
	.client-details p:last-child { margin-bottom: 0; }
	
	.client-logos-slider .client-item:hover .client-details {
		bottom: 50%;
		opacity: 1;
		-webkit-transform: translateY(-50%);
				transform: translateY(-50%); 
	}
   

/* ==========================================================================
   =Custom Lists
   ========================================================================== */

	/**
 	 * Custom lists
 	 *
	 * 1. unstyled list
	 * 2. list with squares for bullets
	 * 3. list with discs for bullets
	 *
	 */
	 
	ul.unstyled { list-style-type: none; } /* 1 */
	ul.square { list-style-type: square; } /* 2 */
	ul.circle { list-style-type: circle; } /* 3 */
	
	/**
 	 * Icon-font-custom lists
 	 *
	 * 1. Check list
	 *
	 */
	 
	ul.check { list-style: none; }			/* 1 */
	
	ul.check li:before {
		display: inline-block;
		width: 25px;
		height: 25px;
		margin-right: 15px;
		background-color: #f6f6f6;
		color: #7a7885;
		font-family: 'iconfontcustom';
		font-size: 14px;
		line-height: 25px;
		font-style: normal;
		text-align: center;
	}
	
	ul.check li:before { content: ""; }	
	
	ul.check li { margin-bottom: 15px; }
	ul.check li:last-child { margin-bottom: 0; }

/* ==========================================================================
   =Dividers
   ========================================================================== */

	.divider { margin: 30px 0; }
	
	.divider.single-line { border-top: 1px solid #d7d7d7; }
	
	.divider.double-line { border-top: 4px double #d7d7d7; }

/* ==========================================================================
   =Google Maps
   ========================================================================== */

	 /**
	 * 1. needed so that Google Maps controls are not distorted
	 */
	 
	.google-map {
		width: 100%; 
		height: 600px;
	}
	
	.google-map  img { max-width: none; }	/* 1 */
	
	.map { margin-bottom: 40px; }
	
	@media (max-width: 767px) {

		.map { padding: 0 20px; }
		.row .map { padding: 0; }
		
	}
		
	.map-wrapper { 	
		position: relative;
		margin: 50px 0 110px 0; 
	}
	
	.map-wrapper .map { margin-bottom: 0; }
	
	.map-overlay {
		position: absolute;
		right: 50px;
		bottom: 50px;
		padding: 50px;
		background-color: #fff;
	}
	
	.map-overlay .ewf_widget_contact_info {
		margin-bottom: 0; 
	}
	
	@media (max-width: 767px) {
		
		.google-map { 
			height: 300px;
			margin-bottom: 30px;
		}
		
		.map-overlay {
			position: relative;
			padding: 0;
			background-color: transparent;
		}
		
		.map-overlay img { float: none; }
		
		.map-overlay .ewf_widget_contact_info { margin-left: 0; }
		
	}

/* ==========================================================================
   =Headlines
   ========================================================================== */

	.headline {
		margin-bottom: 100px;
		text-align: center;
	}
	
	.headline h2:after {
		display: block;
		width: 35px;
		border-bottom: 4px solid #7a7885;
		margin: 7px auto 0 auto;
		content: "";
	}
	
	
/* ==========================================================================
   =Icon Boxes
   ========================================================================== */

/* =Icon Box 1
   ========================================================================== */
   
   /* #wrap  .icon-box-1:last-child { margin-bottom:30px; } */
   
	.icon-box-1 { 
		position: relative; 
		margin-bottom: 80px;
		text-align: center;
	}
		
	.icon-box-1 > i { 
		display: block;
		width: 75px;
		height: 75px;
		border-radius: 50%;
		margin: 0 auto 30px auto;
		background-color: #7a7885;
		color: #fff;
		font-size: 32px;
		line-height: 75px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.icon-box-1 > img { margin-bottom:10px; }
	
	.icon-box-1 h4 { margin-bottom: 30px; }
	
	.icon-box-1 .btn { margin-top: 20px; }
	
	.icon-box-1 .icon-box-content {}	
	
	.icon-box-1:hover > i { background-color: #5c5a69; }

/* =Icon Box 2
   ========================================================================== */
   
	.icon-box-2 { 
		position: relative; 
		margin: 30px 0 50px 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s; 
	}	
	
	/**
	 * 1. Stop bg color from leaking outside the border	
	 */
	
	.icon-box-2 > i {
		position: absolute;	 
		z-index: 20; 
		left: 50%; 
		width: 60px; 
		height: 60px;
		margin-top: -30px; 
		margin-left: -30px;
		background-color: #7a7885;		
		color: #fff;
		font-size: 25px;
		line-height: 60px;
		text-align: center; 
		-webkit-transition: background-color 0.3s;
				transition: background-color 0.3s; 
	}
	 
	.icon-box-2 .icon-box-content { 
		position: relative;
		z-index: 10;
		padding: 60px 20px 30px 20px;
		border: 2px solid #7a7885;  
		margin-top: 16px;
		text-align: center; 
	}
	
	.icon-box-2 h4 { margin-bottom: 30px; }
	
	.icon-box-2:hover {
		background-color: #7a7885;
		color: #fff;
	}
	
	.icon-box-2:hover .btn{
		border-color: #fff;
		color: #fff;
	}
	
	.icon-box-2:hover a { color: #fff; }
	
	.icon-box-2:hover > i { background-color: #5c5a69; }
	
/* =Large Icon
   ========================================================================== */
   
   .large-icon {
		display: block;
		float: left;
		font-size: 60px;
		line-height: 60px;
		margin-right: 40px;
		margin-bottom: 20px;
	}	

/* ==========================================================================
   =Milestones
   ========================================================================== */

	.milestone {
		position: relative;
		margin: 20px 0 50px;
		text-align: center;
	}
	
	/*
	 * 1. Clearfix hack 
	 */
	.milestone:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;		
	}
	
	.milestone i {
		z-index: 20;
		margin-right: 10px;
		font-size: 32px;
	}
	
	.milestone .milestone-content {
		z-index: 10;
		font-size: 48px;
		line-height: 64px;
		font-weight: 700;
	}
	
	.milestone .milestone-description { 
		font-size: 16px; 
		line-height: 24px;
		text-transform: uppercase;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.milestone .milestone-content {
			font-size: 40px;
			line-height: 58px;
		}
		
	}
	
/* ==========================================================================
   =Odometer
   ========================================================================== */
	
	.odometer {
		position: relative;
		left: 50%;
		font-family: "Raleway", Arial, sans-serif;
		font-size: 72px;
		line-height: 88px;
		font-weight: 700;
		text-align: center;
		-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
	}
	
	.odometer:before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 20px;
		border-top: 8px solid #7a7885;
		margin: 0 auto;
		content: "";
	}
	
	.odometer-description {
		margin-bottom: 30px;
		font-size: 18px; 
		line-height: 27px;
		text-transform: uppercase;
		text-align: center;
		font-weight: 900;
	}
	
	.odometer-formatting-mark { display: none; }
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.odometer { font-size: 60px; }
		
	}
	
/* ==========================================================================
   =Our Process
   ========================================================================== */

/* =Horizontal process
   ========================================================================== */

	.horizontal-process-builder { 
		position: relative;
		margin-bottom: 40px;
		list-style: none;
		text-align: center; 
	}
	
	.horizontal-process-builder:before {
		position: absolute;
		z-index: 1;
		top: 60px;
		left: 133px;
		display: block;
		width: 75%;
		border-top: 2px solid #7a7885;
		content: "";
	}
	
	.horizontal-process-builder li { 
		float: left;
		width: 25%;  
	}
	
	.horizontal-process-builder li i,
	.horizontal-process-builder li h1,
	.horizontal-process-builder li img {
		position: relative;
		z-index: 2;
		display: block;
		width: 120px; 
		height: 120px;
		overflow: hidden;  
		border: 2px solid #7a7885;
		border-radius: 50%;
		margin: 0 auto 20px;
		background-color: #fff;
		color: #7a7885;
		background-clip: padding-box;
		font-size: 48px; 
		line-height: 120px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s; 
	}
	
	.horizontal-process-builder li:hover i,
	.horizontal-process-builder li:hover h1 { 
		background-color: #7a7885;
		color: #fff;
	}

	.horizontal-process-builder.three-items li { width: 33.3333333333%; }
	.horizontal-process-builder.four-items li { width: 25%; }
	.horizontal-process-builder.five-items li { width: 20%; }
	
	.process-description { padding: 0 10px; }
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.horizontal-process-builder:before { left: 120px; }
		
	}
	
	@media (max-width: 767px) {
		
		.horizontal-process-builder li { 
			float: none;
			width: 100%;
			margin-bottom: 40px; 
		}
		
		.horizontal-process-builder:before { content: none; }
		
		.horizontal-process-builder.three-items li { width: 100%; }
		.horizontal-process-builder.four-items li { width: 100%; }
		.horizontal-process-builder.five-items li { width: 100%; }
		
	}

/* ==========================================================================
   =Pie charts
   ========================================================================== */

	.pie-chart {
		position: relative;	
		margin: 0 auto 30px auto;
		text-align: center;
	}
	
	.pie-chart canvas {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
	}
	
	.pie-chart i, 
	.pie-chart .pie-chart-custom-text, 
	.pie-chart .pie-chart-percent {
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.pie-chart img {
		max-width: 100%;
		vertical-align: middle;
	}
	
	.pie-chart .pie-chart-custom-text { font-size: 18px; }
	
	.pie-chart .pie-chart-percent {
		font-size: 18px;
		font-weight: 700;
	}
	
	.pie-chart-description {
		display: block;
		letter-spacing: 1px;
		text-align: center;
	}
	
	.pie-chart-description h3 {
		margin-bottom: 25px;
		font-weight: 700;
		text-transform: none;
	}

/* ==========================================================================
   =Pricing Tables
   ========================================================================== */

	.pricing-table {
		padding: 60px 20px 20px 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		border: 2px solid #7a7885;
		margin-bottom: 30px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.pricing-table-header {	margin-bottom: 20px; }
	
	.pricing-table-header h2 { margin-bottom: 30px; }

	.pricing-table-header h1 {
		padding: 10px 0;
		font-size: 100px;
		line-height: 60px;
		font-weight: 400;
	}
	
	.pricing-table-header h1 small {
		display: block;
		font-size: 14px;
		font-weight: 300;
	}

	.pricing-table-header h4 {}
		
	.pricing-table-offer {}
	
	.pricing-table-offer ul {
		margin-bottom: 40px;
		list-style: none; 
	}
	
	.pricing-table-offer ul li {
		margin-bottom: 10px;
		letter-spacing: 1px;
	}
	
	.pricing-table-offer ul li:after {
		display: block;
		width: 15px;
		border-bottom: 4px solid #d7d7d7;
		margin: 10px auto 0 auto;
		content: "";
	}
	
	.pricing-table-offer ul li:last-child { margin-bottom: 0; }
	.pricing-table-offer ul li:last-child:after { content: none; }
	
	.pricing-table:hover {
		background-color: #7a7885;
		color: #fff;
	}
	
	.pricing-table:hover .btn {
		border-color: #fff;
		color: #fff; 
	}
	
	.pricing-table:hover .btn:hover { background-color: #5c5a69; }
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.pricing-table-header h2 {
			font-size: 18px;
			letter-spacing: 2px;
		}
		
		.pricing-table-header h1 {
			font-size: 60px;
			line-height: 40px;
		}
		
		.pricing-table .btn { letter-spacing: 1px; }
		
	}

/* ==========================================================================
   =Progress Bar
   ========================================================================== */

	.progress-bar-description {
		display: block;
		margin-bottom: 15px;
		font-weight: 900;
		line-height: 14px;
		text-transform: uppercase;
	}
	
	.progress-bar-description span {
		float: right;
		font-size: 18px;
	}
	
	.progress-bar {
		position: relative;
		display: block;
		height: 16px;
		margin-bottom: 35px;
		background-color: #d7d7d7;
	}
	
	.progress-bar .progress-bar-outer {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		background-color: #7a7885;
	}
	
	.progress-bar .progress-bar-outer .progress-bar-inner {
		position: absolute;
		z-index: 1;
		overflow: hidden;
		top: 0;
		left: 0;
		display: block;
		height: 100%;
		width: 100%;
	}

/* ==========================================================================
   =Social Media
   ========================================================================== */

	a.social-icon {
		float: left;
		display: block;
		width: 28px;
		height: 28px;
		border: 2px solid #7a7885;
		border-radius: 3px;
		margin-right: 1px;
		margin-bottom: 1px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	a.social-icon:last-child { margin-right: 0; }

	a.social-icon i {
		font-size: 16px;
		line-height: 28px;
	}
	
	a.social-icon:hover {
		border-color: #d7d7d7;
		color: #d7d7d7;
		text-decoration: none;
	}

/* ==========================================================================
   =Styled Tables
   ========================================================================== */

	.table-bordered { 
		border: 1px solid #7a7885; 
		border-left: none; 
		border-collapse: separate; 		
	}
	
	.table-bordered th, 
	.table-bordered td { border-left: 1px solid #7a7885; }
	
	.table-bordered caption + thead tr:first-child th,
	.table-bordered caption + tbody tr:first-child th,
	.table-bordered caption + tbody tr:first-child td,
	.table-bordered colgroup + thead tr:first-child th,
	.table-bordered colgroup + tbody tr:first-child th,
	.table-bordered colgroup + tbody tr:first-child td,
	.table-bordered thead:first-child tr:first-child th,
	.table-bordered tbody:first-child tr:first-child th,
	.table-bordered tbody:first-child tr:first-child td { border-top: none; }

	.table-condensed th,
	.table-condensed td { padding: 4px 8px; }
	
	.table-striped tbody tr:nth-child(odd) td,
	.table-striped tbody tr:nth-child(odd) th { background-color: #f6f6f6; }	

	@media (max-width: 480px) {
	
		/**
		 * Force table to not be like tables anymore
		 */
		 
		table, 
		thead, 
		tbody, 
		th, 
		td, 
		tr { display: block; }
		
		.table-bordered { border-top: none; }
		
		/**
		 * Hide table headers
		 */
	
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr { border-top: 1px solid #5c5a69; }
		
		td:first-child { border-top: none !important; }
	  
	}

/* ==========================================================================
   =Tabs
   ========================================================================== */

	.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
		padding: 40px !important;
	}
   
	.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
		background-color: #fff !important;
	}
	
	.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
		background-color: #f6f6f6 !important;
		border-top: 2px solid #d7d7d7 !important;
		color: #7a7885 !important;
		font-weight: 900;
		display: block;
		padding: 8px 20px 10px !important;
		margin-right: 3px;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
		background-color: #fff !important;
		border-top-color: #7a7885 !important;
	}
	
	.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, 
	.wpb_content_element .wpb_tabs_nav li:hover {
		background-color: #fff !important;
	}

/* ==========================================================================
   =Testimonials
   ========================================================================== */

	.testimonial { 
		margin-bottom: 30px;
		text-align: center;
	}	
	
	.testimonial blockquote { 
		position: relative;  
		margin-bottom: 20px; 
	}
	
	.testimonial blockquote h3 {
		margin-bottom: 25px;
		font-weight: 300;
		text-transform: none;
	}
	
	.testimonial h4 {}
	
	.testimonial h4 small {
		display: block;
		font-size: 12px;
		font-weight: 300;
	}

	.testimonial img { 
		border-radius: 50%;  
		margin-bottom: 30px;
	}
	
	
	.testimonial.alt { text-align: left; }
	
	.testimonial.alt img {
		float: left;
		margin-right: 30px;
	}
	
	.testimonial.alt h4 { padding-top: 13px; }
	
/* ==========================================================================
   =Team Member
   ========================================================================== */

	.team-member {
		position: relative;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.team-member img {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}
	
	.team-member .team-member-details { 
		position: relative;
		top: 0;
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}
	
	.team-member .team-member-details h4 small {
		display: block;
		font-size: 12px;
		font-weight: 300;
	}
	
	
	.team-member .social-media {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin-bottom: 15px;
		font-size: 0;
		text-align: center;
		opacity: 0;
		-webkit-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.5s;
				transition: all 0.5s; 
	}
	
	.team-member .social-media a.social-icon {
		float: none;
		display: inline-block;
	}
	
	.team-member:hover img { opacity: 0.3; }
	
	.team-member:hover .team-member-details { top: -220px; }
	
	.team-member:hover .social-media {
		opacity: 1;
		-webkit-transform: scale(1);
				transform: scale(1); 
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.team-member:hover .team-member-details { top: -165px; }
		
	}
	
/* ==========================================================================
   =Portfolio Item
   ========================================================================== */
	
	.portfolio-filter-hidden { display:none; }
	
	.portfolio-item { 
		position: relative; 
		margin-bottom: 50px;
	}
	
	.portfolio-item a { text-decoration: none; }
	
	.portfolio-item-preview { position: relative; }
	
	.portfolio-item-preview > img {
		display: block;
		width: 100%;
	}
	
	.portfolio-item-overlay {
		position: absolute; 
		top: 0; 
		right: 0; 
		bottom: 0; 
		left: 0; 
		background-color: rgba(122, 120, 133, 0.5);
		opacity: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.portfolio-item-overlay:before {
		position: absolute;
		top: 0;
		left: 50%;
		color: #fff;
		font: 42px/42px "iconfontcustom";
		content: "";
		-webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
		-webkit-transition: top 0.3s;
				transition: top 0.3s;
	}
	
	.portfolio-item:hover .portfolio-item-overlay:before { top: 50%; }
	
	.portfolio-item:hover .portfolio-item-overlay { opacity: 1; }	
	
	.portfolio-item-zoom { cursor: zoom-in; }	
	
	.portfolio-item-description {
		padding: 25px 0;
		text-align: center;
		-webkit-transition: 0.3s;
				transition: 0.3s;
	}
	
	.portfolio-item.alt .portfolio-item-description {
		position: relative; 
		text-align: left;
		padding-right: 150px; 
	}
	
	.portfolio-item.alt .portfolio-item-description .btn {
		position: absolute;
		top: 20px;
		right: 0;
		margin-top: 10px;
		text-transform: uppercase;
	}
	
	.portfolio-item-description h3,
	.portfolio-item-description h4,
	.portfolio-item-description h5 {
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.portfolio-item:hover .portfolio-item-description {
		background-color: #7a7885;
		color: #fff;
	}
	
	.portfolio-item.alt:hover .portfolio-item-description { 
		background-color: transparent;
		color: #7a7885;
	}
	
	@media (max-width: 767px) {
		
		.portfolio-item.alt .portfolio-item-description .btn { 
			position: relative;
			top: 0;
		}
		
	}
	
/* ==========================================================================
   =Portfolio Item Navigation
   ========================================================================== */
   	
	.portfolio-item-navigation { 
		float: right;
		margin-bottom: 30px;
	}
	
	@media (max-width: 767px) {
		
		.portfolio-item-navigation { 
			float: none;
			margin-top: 20px;
		}
		
	}
	
/* ==========================================================================
   =Portfolio Filter
   ========================================================================== */

	
	.portfolio-filter.text-right { text-align:right; }
	.portfolio-filter.text-left { text-align:left; }
	.portfolio-filter { text-align:center; }
	
	.portfolio-filter ul {
		margin-bottom: 65px;
		text-align: inherit;
		list-style: none;
	}
	
	.portfolio-filter ul li { 
		display: inline-block;
		margin-right: 25px;
	}
	
	.portfolio-filter ul li:last-child { margin-right: 0; }
	
	.portfolio-filter ul li a {
		padding: 7px 15px;
		border: 2px solid #7a7885;
		border-radius: 3px;
		font-size: 12px;
		font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.portfolio-filter ul li a.active {
		border: 2px solid #7a7885;
	}
	.portfolio-filter ul li a:hover,
	.portfolio-filter ul li a.active {
		background-color: #7a7885;
		color: #fff; 
	}	
	
	@media (max-width: 767px) {
		
		.portfolio-filter ul li { 
			display: block;
			margin-right: 0;
			margin-bottom: 15px;
		}
		
		.portfolio-filter ul li:last-child { margin-bottom: 0; }
		
		.portfolio-filter ul li a { display: block; }
		
	}

/* ==========================================================================
   =Portfolio Pagination
   ========================================================================== */
	
	.pagination {
		margin-bottom: 60px;
		list-style: none; 
	}
	
	.pagination li { display: inline-block; }

	.pagination a { 
		display: block; 
		padding: 3px 10px; 
		border: 2px solid #7a7885;
		border-radius: 3px;
		margin-right: 5px;
		margin-bottom: 2px;
		font-weight: 700;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.pagination li.current a {
		border: 2px solid #7a7885;
		background-color: #7a7885 !important;
	}
	
	.pagination li:last-child a { margin-right: 0; }
	
	.pagination li.current a,
	.pagination li a:hover { 
		background-color: #7a7885; 
		color: #fff; 
	}	

/* ==========================================================================
   =Portfolio Columns
   ========================================================================== */
	
	.portfolio-columns { margin: -20px -15px 20px -15px; }
	
	.portfolio-columns .item {
		float: left;
		width: 33.3333333333%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 20px 10px;
		
	}
	
	.portfolio-columns .item .portfolio-item { margin-bottom: 0; }
	
	@media (min-width: 1400px) {
			
		.portfolio-columns .item {}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.portfolio-columns .item { 
			width: 33.3333333333%;
			padding: 20px 7.5px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.portfolio-columns .item {
			float: none;
			width: 100%; 
		}
		
	}
   
	       
/* ==========================================================================
   =Blog
   ========================================================================== */

	.blog-post { margin-bottom: 80px; }
	
	.blog-post-title {
		margin-bottom: 30px;
		font-size: 14px; 
	}
	
	.blog-post-title h4 { margin-bottom: 0; }
	
	.blog-post-title p {
		padding: 10px;
		margin-top: 20px;
		background-color: #f6f6f6;
		font-size: 12px;
		letter-spacing: 1px;
	}
	
	.blog-post-thumb { 
		position: relative;
		margin-bottom: 30px;
	}
	
	.blog-post-thumb img { display: block; }
	
	.blog-post-info {
		float: left;
		width: 50px;
		padding: 10px 0 5px 0;
		border-radius: 3px;
		margin-right: 20px;
		background-color: #7a7885;
		color: #fff;
		font-size: 24px;
		line-height: 16px;
		font-weight: 700;
		letter-spacing: 0;
		text-align: center;
		text-transform: uppercase;
	}
	
	.blog-post-thumb .blog-post-info {
		position: absolute;
		bottom: 20px;
		left: 20px;
	}
	
	.blog-post-info small { font-size: 12px;display:block; }
	
	.blog-post-readmore {}
	
	.sticky { position: relative; padding-top: 100px;  }
	
	.sticky.has-post-thumbnail { padding-top: 0; }
	
	.sticky-post {
		position: absolute;
		top: 20px;
		left: 0px;
		padding: 10px;
		border-radius: 3px;
		background-color: #7a7885;
		color: #fff;
		font-weight: 700;		
		text-transform: uppercase;
	}
	
	.sticky.has-post-thumbnail  .sticky-post { left: 20px; }
	

/* ==========================================================================
   =WordPress Default Classes
   ========================================================================== */
   
    .ewf-inline-style { display: none; }
	
	/* Align */

	.alignleft {
		float: left;
		display: inline;
	}

	.alignright {
		float: right;
		display: inline;
	}

	.aligncenter {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	.caption.alignleft,
	img.alignleft {
		margin: 5px 20px 20px 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	.caption.alignright,
	img.alignright {
		margin: 5px 0 20px 20px;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	.caption.aligncenter,
	img.aligncenter {
		margin-top: 5px;
		margin-bottom: 20px;
		clear: both;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter,
	.caption.alignleft,
	.caption.alignright,
	.caption.aligncenter	{
		margin-bottom: 20px;
	}

	/* Caption */

	.caption,	
	.wp-caption {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.wp-caption img[class*="wp-image-"] { margin: 0; }

	.caption-text,
	.wp-caption-text {
		padding: 10px 0;
		color: #7a7885;
	}

	/* Gallery */

	.gallery { margin-bottom: 20px; }

	.gallery-item {
		float: left;
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 1.79104477%;
		text-align: center;
		vertical-align: top;
	}

	.gallery-columns-2 .gallery-item { max-width: 50%; }
	.gallery-columns-3 .gallery-item { max-width: 33.33%; }
	.gallery-columns-4 .gallery-item { max-width: 25%; }
	.gallery-columns-5 .gallery-item { max-width: 20%; }
	.gallery-columns-6 .gallery-item { max-width: 16.66%; }
	.gallery-columns-7 .gallery-item { max-width: 14.28%; }
	.gallery-columns-8 .gallery-item { max-width: 12.5%; }
	.gallery-columns-9 .gallery-item { max-width: 11.11%; }

	.gallery-icon img { margin: 0 auto; }

	.gallery-caption {
		display: block;
		padding: 10px 0;
		color: #7a7885;
	}

	.gallery-columns-6 .gallery-caption,
	.gallery-columns-7 .gallery-caption,
	.gallery-columns-8 .gallery-caption,
	.gallery-columns-9 .gallery-caption {
		display: none;
	}
	
	/* Text meant only for screen readers */
	
	.says,
	.screen-reader-text { 
		position: absolute !important;
		overflow: hidden;
		width: 1px;
		height: 1px;
		clip: rect(1px, 1px, 1px, 1px);		
	}
	
	/* Other */
	
	.wp-audio-shortcode { margin-bottom: 30px; }
	
/* ==========================================================================
   =WordPress Widgets
   ========================================================================== */
	
/* =Widgets default
   ========================================================================== */
	
	.widget { margin-bottom: 75px; }
	
	.widget-title { 
		margin-bottom: 45px;
		line-height: 18px;  
	}
	
	#footer-wrapper .widget { margin-bottom: 50px; }
	
/* =Text Widget
   ========================================================================== */
	
	.widget_text {}
	
	.textwidget {}
	
/* =Search Widget
   ========================================================================== */
	
	.widget_search {}
	
	#searchform { position: relative; }
	
	.screen-reader-text { display: none; }
	
	#s { 
		display: inline-block; 
		width: 100%; 
		-webkit-box-sizing: border-box; 
		   -moz-box-sizing: border-box; 
		   		box-sizing: border-box;
		color: #7a7885;		
	}
	
	#searchsubmit {
		position: absolute;
		top: 3px;
		right: 3px;
		border: none;
		padding: 8px 20px;
		vertical-align: inherit;
	}

/* =Recent Entries Widget
   ========================================================================== */
	
	widget_recent_entries {}
	
	.widget_recent_entries ul { list-style: none; }
	
	.widget_recent_entries ul li { padding-bottom: 20px; }
	
	.widget_recent_entries ul li:last-child { padding-bottom: 0; }
	
	.widget_recent_entries ul li a {}
	
	.widget_recent_entries ul li .post-date { display: block; }
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget_recent_entries ul li img { display: none; }
		
	}
	
/* =Pages Widget
   ========================================================================== */
	
	.widget_pages {}
	
	.widget_pages ul {
		margin-bottom: 0;
		list-style: none; 
	}
	
	.widget_pages .children { margin-left: 0; }
	
	.widget_pages ul li {}
	
	.widget_pages a {
		display: block;
		padding: 10px 20px;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s; 
	}
	
	#content .widget_pages li:nth-child(odd) a { background-color: #f6f6f6; }
	
	/*
	.widget_pages li:hover,
	.widget_pages li:hover li,
	.widget_pages a:hover,
	.widget_pages a:hover a,
	#content .widget_pages li:nth-child(odd):hover a,
	.widget_pages li:nth-child(odd) a:hover {
		background-color: #7a7885;
		color: #fff;
	}
	*/
	
/* =Archive Widget
   ========================================================================== */
	
	.widget_archive {}
	
	.widget_archive ul {
		margin-bottom: 0;
		list-style: none; 
	}
	
	.widget_archive ul li {  }
	
	.widget_archive a {
		display: block;
		padding: 10px 20px;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s; 
	}

	#content .widget_archive li:nth-child(odd) { background-color: #f6f6f6; }
	
	/*
	#content .widget_archive li:hover,
	.widget_archive li:hover {
		background-color: #7a7885;
		color: #fff;
	}
	
	.widget_archive li:hover a {
		color: #fff;
	}
	*/
	
	.widget_archive select { color: #7a7885; }
	
	.widget_archive option {}	
	
/* =Categories Widget
   ========================================================================== */
	
	.widget_categories {}
	
	.widget_categories ul {
		margin-bottom: 0;
		list-style: none; 
	}
	
	.widget_categories ul li {  }
	
	.widget_categories .children {
		margin-left: 0;
	}
	
	.widget_categories a {
		display: block;
		padding: 10px 20px;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s; 
	}
	
	
	#content .widget_categories li:nth-child(odd) { background-color: #f6f6f6; }
	
	/*
	#content .widget_categories li:nth-child(odd):hover,
	.widget_categories li:hover {
		background-color: #7a7885;
		color: #fff;
	}
	
	.widget_categories li:hover a {
		color: #fff;
	}
	*/
	
	.widget_categories ul ul.children {}
	
	.widget_categories select{ color: #7a7885; }
	
	.widget_categories select#cat {}
	
	.widget_categories select.postform {}
	
	.widget_categories option {}
	
	.widget_categories .level-0 {}
	
	.widget_categories .level-1 {}
	
	.widget_categories .level-2 {}
	
	.widget_categories .level-3 {}
	
/* =Meta Widget
   ========================================================================== */
	
	.widget_meta {}
	
	.widget_meta ul {
		margin-bottom: 0;
		list-style: none; 
	}
	
	.widget_meta ul li {}
	
	.widget_meta a {
		display: block;
		padding: 10px 20px;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s; 
	}
	
	#content  .widget_meta li:nth-child(odd) a { background-color: #f6f6f6; }
	
	/*
	.widget_meta a:hover,
	#content  .widget_meta li:nth-child(odd) a:hover, 
	.widget_meta li:nth-child(odd) a:hover {
		background-color: #7a7885;
		color: #fff;
	}
	*/
	
/* =Recent Comments Widget
   ========================================================================== */
	
	.widget_recent_comments {}
	
	#recentcomments {
		margin-bottom: 0;
		list-style: none; 
	}
	
	#recentcomments li {}
	
	#recentcomments li a {}
	
	.recentcomments {}
	
/* =Tag Cloud Widget
   ========================================================================== */
	
	.widget_tag_cloud {}
	
	.widget_tag_cloud a {
		display: inline-block; 
		padding: 2px 10px; 
		border: 2px solid #7a7885;
		border-radius: 3px;
		margin: 0 5px 20px 0;
		background-color: transparent;
		color: #7a7885;
		font-weight: 700;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: all 0.3s;
				transition: all 0.3s; 	
	}
	
	.widget_tag_cloud a:hover {
		background-color: #7a7885;
		color: #fff;
	}
	
	.widget_tag_cloud a:after {}
	
	.widget_tag_cloud a:before {}
	
	#footer-wrapper .widget_tag_cloud a { border-color: inherit; }
	
/* =Calendar Widget
   ========================================================================== */
	
	.widget_calendar {}
	
	#calendar_wrap {}
	
	#calendar_wrap th {}
	
	#calendar_wrap td {}
	
	#wp-calendar tr td {}
	
	#wp-calendar caption {}
	
	#wp-calendar a {}
	
	#wp-calendar #today {}
	
	#wp-calendar #prev {}
	
	#wp-calendar #next {}
	
	#wp-calendar #next a {}
	
	#wp-calendar #prev a {}
	
/* =Nav Menu Widget
   ========================================================================== */
	
	.widget_nav_menu {}	
	
	.widget_nav_menu ul {
		margin-bottom: 0;
		list-style: none; 
	}
	
	.widget_nav_menu .sub-menu { margin-left: 0; } 
	
	.widget_nav_menu ul li {}
	
	.widget_nav_menu a {
		display: block;
		padding: 10px 20px;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s; 
	}
	
	#content .widget_nav_menu li:nth-child(odd) a { background-color: #f6f6f6; }
	
	/*
	.widget_nav_menu a:hover,
	#content .widget_nav_menu li:nth-child(odd) a:hover,
	.widget_nav_menu li:nth-child(odd) a:hover {
		background-color: #7a7885;
		color: #fff;
	}
	*/
	
/* =RSS Widget
   ========================================================================== */
	
	.widget_rss {}

	.widget_rss ul {
		margin: 0;
		list-style: none;
	}

	.widget_rss li { margin-bottom: 20px; }

	.widget_rss ul:last-child,
	.widget_rss li:last-child { margin-bottom: 0; }

	.widget_rss .rsswidget {}

	.widget_rss .rsswidget img { margin-top: -4px; }

	.widget_rss .rss-date,
	.widget_rss cite {
		display: block;
		line-height: 3;
		font-weight: 700;
	}
	
/* ==========================================================================
   =WordPress Custom Widgets
   ========================================================================== */
   
/* =EWF Twitter widget
   ========================================================================== */
	
	.ewf_widget_latest_tweets {
		position: relative;
		padding-left: 30px;
		font-size: 13px;
	}
	
	.ewf_widget_latest_tweets:before {
		position: absolute;
		top: 0;
		left: 0;
		font-family: "FontAwesome";
		font-size: 24px;
		content: "";
	}
	
	.ewf-tweet-list .tweet {
		font-style: italic; 
		word-wrap: break-word;
		letter-spacing: 1px;
	}
	
	.ewf-tweet-list ul {
		margin-bottom: 0;
		list-style: none; 
	}
	
	.ewf-tweet-list ul .user { margin-bottom: 10px; }
	
	.ewf-tweet-list ul .user img {
		margin-right: 10px;
		vertical-align: middle;
	}
	
	.ewf-tweet-list .timePosted { display: none; }
	
	.ewf-tweet-list .interact { display: none; }
	
	.ewf-tweet-list .interact a { margin-right: 10px; }
	
	.ewf-tweet-list .interact a:last-child { margin-right: 0; }
	
/* =EWF Flickr widget
   ========================================================================== */
	
	.ewf_widget_flickr {}
	
	.flickr-feed {}
	
	.flickr-feed .flickr_badge_image { display: inline; }
	
	.flickr-feed img { 
		width: 70px; 
		height: auto;
		padding: 0 5px 0 0; 
		border: none;
	}
	
	@media (min-width: 1400px) {
		
		.flickr-feed img { padding: 0 20px 15px 0; }
		
	}
	
/* =EWF Contact Info widget
   ========================================================================== */	
	
	.ewf_widget_contact_info {}
	
	#footer .ewf_widget_contact_info { margin-top: 5px; }
	
	.ewf_widget_contact_info ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.ewf_widget_contact_info ul li {
		position: relative;
		letter-spacing: 1px;
	}
	
	.ewf_widget_contact_info ul li:last-child { margin-bottom: 0; }
	
	.ewf_widget_contact_info ul li a {}
	
/* =EWF Latest posts widget
   ========================================================================== */

	.ewf_widget_latest_posts {}
	
	.ewf_widget_latest_posts ul {
		margin-bottom: 0;
		list-style: none; 
	}
	
	.ewf_widget_latest_posts img { 
		float: left;
		display: block;
		margin-right: 30px;
	}
	
	.ewf_widget_latest_posts .title {
		font-weight: 900;
		text-transform: uppercase;
	}	
	
	.ewf_widget_latest_posts img +  .ewf_widget_latest_posts .title {
		margin-left: 130px; 	
	}	
	
	#content .ewf_widget_latest_posts .post-details {
		padding: 5px 10px;
		background-color: #f6f6f6;
		letter-spacing: 1px;
	}
	
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.ewf_widget_latest_posts img { 
			float: none;
			margin-right: 0;
			margin-bottom: 10px;
		}
		
		.ewf_widget_latest_posts .title { margin-left: 0; }
		
	}
	
	@media (max-width: 767px) {
		
		.ewf_widget_latest_posts img { 
			float: none;
			margin-right: 0;
			margin-bottom: 10px;
		}
		
		.ewf_widget_latest_posts .title { margin-left: 0; }
		
	}
	
/* =EWF Navigation widget
   ========================================================================== */
	
	.ewf_widget_navigation {}
	
	.ewf_widget_navigation ul {
		margin-bottom: 0;
		list-style: none; 
	}
	
	.ewf_widget_navigation ul li {}
	
	.ewf_widget_navigation a {
		display: block;
		padding: 10px;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s; 
	}
	
	#content .ewf_widget_navigation li:nth-child(odd) a { background-color: #f6f6f6; }
	
	#content .ewf_widget_navigation a:hover,
	#content .ewf_widget_navigation li:nth-child(odd) a:hover {
		background-color: #7a7885;
		color: #fff;
	}

/* =EWF Social media widget
   ========================================================================== */
	
	.ewf_widget_social_media {}
	
	.ewf_widget_social_media a.social-icon { margin-right: 15px; }
	.ewf_widget_social_media a.social-icon:last-child { margin-right: 0; }
	
	/*
	 * 1. Clearfix hack 
	 */
	 
	.ewf_widget_social_media:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}	
	
	#footer-wrapper .ewf_widget_social_media a.social-icon { border-color: #d7d7d7; }
	
	#footer-wrapper .ewf_widget_social_media a.social-icon:hover {
		border-color: #9b9aa2;
		color: #9b9aa2;
	}
	
	#footer-bottom .ewf_widget_social_media { float: right; }
	
	@media (max-width: 767px) {
		
		#footer-bottom .ewf_widget_social_media { float: left; }
		
	}

/* ==========================================================================
   =WordPress Comments
   ========================================================================== */
   
	.comments-title {}
	
	.comment-reply-title {}
	
	.commentlist .reply {}
	
	.commentlist .reply a {
		display: inline-block;
		padding: 2px 10px; 
		border: 2px solid #7a7885;
		border-radius: 3px;
		margin: 0 5px 20px 0;
		background-color: transparent;
		color: #7a7885;
		font-size: 14px;
		font-weight: 400;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.commentlist .reply a:hover {
		background-color: #7a7885;
		color: #fff;
		text-decoration: none;
	}
	
	.commentlist .alt {}
	
	.commentlist .even {}
	
	.commentlist .even {}
	
	.commentlist .thread-alt {}
	
	.commentlist .thread-even {}
	
	.commentlist .thread-even {}
	
	.commentlist li ul.children .alt {}
	
	.commentlist li ul.children .even {}
	
	.commentlist li ul.children .even {}
	
	.commentlist .vcard { margin-left: -105px; }
	
	.commentlist .vcard cite.fn {}
	
	.commentlist .vcard span.says { display: none; }
	
	.commentlist .vcard img.photo {
		float: left;
		display: block;
		border-radius: 50%;
		margin-right: 25px;
	}
	
	.commentlist .vcard img.avatar {}
	
	.commentlist .vcard cite.fn a.url {
		font-size: 16px;
		font-weight: 900;
		text-transform: uppercase;
	}
	
	.commentlist .comment-meta { margin-bottom: 20px; }
	
	.commentlist .comment-meta a {
		font-size: 12px;
		font-weight: 400;
		text-transform: uppercase; 
	}
	
	.commentlist .commentmetadata {}
	
	.commentlist .commentmetadata a {}
	
	.commentlist .parent {}
	
	.commentlist .comment {}
	
	.commentlist .children { list-style:none; }
	
	.commentlist .pingback { 
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 30px; 
	}
	
	.commentlist .bypostauthor {}
	
	.commentlist .comment-author {}
	
	.commentlist .comment-author-admin {}
	
	.commentlist {
		margin: 50px 0;
		list-style: none; 
	}
	
	.commentlist li {}
	
	.commentlist li p {  }
	
	.commentlist > li > ul {
		 margin-left: 0;
		list-style: none; 
	}
	
	.commentlist li .comment-body { margin-bottom: 30px; margin-left: 105px; }
	
	.commentlist li ul.children li {}
	
	.commentlist li ul.children li.alt {}
	
	.commentlist li ul.children li.byuser {}
	
	.commentlist li ul.children li.comment {}
	
	.commentlist li ul.children li.bypostauthor {}
	
	.commentlist li ul.children li.comment-author-admin {}
	
	#cancel-comment-reply {}
	
	#cancel-comment-reply a {}
	
	@media (max-width: 767px) {
		
		.commentlist .vcard img.photo {
			float: none;
			margin-right: 0;
			margin-bottom: 20px;
		}
		
		.commentlist li p,
		.commentlist .reply a { margin-left: 0; }
		
	}
	
/* ==========================================================================
   =WordPress Comment Form
   ========================================================================== */	
   
   	.section-heading {}
	
	.nav-previous { display: inline-block; margin-right: 10px; }
	
	.nav-next { display: inline-block; }
   
	.nocomments {  }
	
	.must-log-in {  }
	
	.logged-in-as {  }

	#commentform { margin: 40px 0 60px 0; }
	
	.comment-notes { display: none; }
	
	.comment-form-author {}
	
	.comment-form-author label { display: none; }
	
	.comment-form-author input#author {}
	
	.comment-form-email {}
	
	.comment-form-email label { display: none; }
	
	.comment-form-email input#email {}
	
	.comment-form-url {}
	
	.comment-form-url label { display: none; }
	
	.comment-form-url input#url {}
	
	#commentform .required {}
	
	.comment-form-comment {}
	
	.comment-form-comment label { display: none; }
	
	.comment-form-comment textarea#comment {}
	
	.form-allowed-tags { display: none; }
	
	.form-allowed-tags code {}
	
	.form-submit {}
	
	#commentform #submit { text-transform: uppercase; }
	
/* ==========================================================================
   =RevolutionSlider
   ========================================================================== */
   
/* =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 .tp-bullet {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		margin: 0 3px;
		background: #fff;
	}

	.tp-bullets .tp-bullet.selected { background: #7a7885;  }

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

	.tp-leftarrow.tparrows,
	.tp-rightarrow.tparrows {
		width: 36px;
		height: 36px;
		border: 2px solid #fff;
		border-radius: 3px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.tp-leftarrow.tparrows:hover,
	.tp-rightarrow.tparrows:hover {
		border-color: #7a7885;
		background-color: #7a7885; 
	}

	.tparrows.tp-leftarrow:before,
	.tparrows.tp-rightarrow:before	{ display: none; }
	
	.tp-leftarrow.tparrows { background: url(../images/left.png) no-repeat center center; }
	.tp-rightarrow.tparrows { background: url(../images/right.png) no-repeat center center; }

	@media (min-width: 768px) and (max-width: 979px) {
		
		.tp-leftarrow.tparrows,
		.tp-rightarrow.tparrows { display: none; }
		
	}

	@media (max-width: 767px) {
		
		.tp-leftarrow.tparrows,
		.tp-rightarrow.tparrows { display: none; }
		
		.tp-bullets { bottom: 20px !important; }
			
	}	
	
