/**
 * Name: elements.css
 * Version: 1.0.0
 *	
 *	-
 *
 *	T.O.C
 *	
 *	#Accordions
 *  #Alerts
 *	#Buttons
 *	#Callout Boxes
 *	#Custom Lists
 *	#Dividers
 *	#Google Maps
 *	#Icon Boxes
 *	#Milestones
 *	#Our Process
 *	#Parallax
 *	#Pie charts
 *	#Pricing Tables
 *	#ProgressBars
  *	#RoundCorner
 *	#SocialMedia
 *	#Styled Tables
 *	#Tabs
 *	#Testimonials
 *  #WordPress Widgets
 *  #WordPress Comments
 *  #WordPress Comment Form
 */

/* ==========================================================================
   #Accordions
   ========================================================================== */

	/* Accordeon & Toggle with border */
	
	.accordion,
	.toggle { margin: 30px 0; }

	.accordion-item,
	.toggle-item { margin-bottom: 20px; }

	a.accordion-item-toggle,
	a.toggle-item-toggle {
		position: relative;
		display: inline-block;
		padding: 15px 20px 15px 40px;
		border: 1px solid #3c313e;
		border-radius: 10px;
		color: #2d212f;
	}
	
	.accordion-item-toggle:before,
	.toggle-item-toggle:before {
		position: absolute;
		top: 15px;
		left: 10px;
		font-family: 'iconfontcustom';
		font-size: 16px;
		content: "";
	}
	
	.accordion-item-toggle:hover,
	.accordion-item-toggle.active,
	.toggle-item-toggle:hover,
	.toggle-item-toggle.active { text-decoration: none; }
	
	.accordion-item-content,
	.toggle-item-content { 
		padding: 15px 0; 
		display: none; 
	}
	
	/* Accordeon & Toggle without border */
	
	.accordion.non-border .accordion-item-toggle,
	.toggle.non-border .toggle-item-toggle {
		padding: 0 20px 0 30px;
		border: none;
	}
	
	.accordion.non-border .accordion-item-toggle:before,
	.toggle.non-border .toggle-item-toggle:before { 
		top: 0;
		left: 0; 
	}
	
	.accordion.non-border .accordion-item-content,
	.toggle.non-border .toggle-item-content { padding: 15px 25px; }
	
	

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

	.alert {
		padding: 13px 15px;
		border: 1px solid #d1d1d1;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
		        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
		margin-bottom: 30px;
		background-color: #f8f8f8;
		font-size: 13px;
	}
	
	.alert i {
		position: relative;
		top: 1px;
		margin-right: 7px;
		font-size: 16px;
	}
	
	.alert.info {
		border: 1px solid #86cde3;
		background-color: #cce9f2;
		color: #3194B1;
	}
	
	.alert.success {
		border: 1px solid #b3cda1;
		background-color: #d8f1c6;
		color: #749958;
	}
	
	.alert.error {
		border: 1px solid #e1a1a1;
		background-color: #f9d9d9;
		color: #B55454;
	}
	
	.alert.warning {
		border: 1px solid #d1c9ae;
		background-color: #fbf4dd;
		color: #978c68;
	} 
	
/* ==========================================================================
   #Buttons
   ========================================================================== */

	.btn { 
		display: inline-block; 
		padding: 3px 10px; 
		border: 1px solid #111;
		border-radius: 3px;
		margin: 0 5px 20px 0;
		background-color: #fff;
		line-height: 18px; 
		text-decoration: none !important;
		cursor: pointer; 	
	}
	
	a.btn { color: #2e2230; }
	
	a.btn:focus { outline: 0; }
	
	.btn-large {
		padding: 12px 25px;
		border-radius: 7px;
		font-size: 14px;
	}
	
	.btn i,
	.btn-large i { 
		margin: 2px 8px 0 -4px;
		font-size: 14px; 
		line-height: 14px; 
	}
	
	.btn:hover { background: #f1f1f1; }

	/* Buton Colors */
	
	.btn-white {
		border: 1px solid #dddddd;
		background-color: #f7f7f7;
		color: #444;
	}
	
	a.btn-white { color: #444; }
	.btn-white:hover { background: #fbfbfb; }
	
	.btn-black {
		border: 1px solid #464646;
		background-color: #464646;
		color: #fff;
	}
	
	a.btn-black { color: #fff; }
	.btn-black:hover { background: #535353; }
	
	.btn-blue {
		border: 1px solid #1f70ad;
		background-color: #2778c8;
		color: #fff;
	}
	
	a.btn-blue { color: #fff; }
	.btn-blue:hover { background: #287fc8; }

	.btn-red {
		border: 1px solid #b23730;
		background-color: #c74039;
		color: #fff;
	}
	
	a.btn-red { color: #fff; }
	.btn-red:hover { background: #ce4640; }

	.btn-green {
		border: 1px solid #819633;
		background-color: #8da046;
		color: #fff;
	}
	
	a.btn-green{ color: #fff; }
	.btn-green:hover { background: #93a749; }
	
/* ==========================================================================
   #Callout Boxes
   ========================================================================== */

	.callout-box {
		padding: 20px;
		margin-bottom: 30px;
		background-color: #333;
	}
	
	/**
 	 * Callout box with one background image
 	 *
	 * 1. background-image must be supplied using inline css as it is different for every .callout-box
	 *
	 */
	 
	.callout-box.bg-img {
		background-repeat: no-repeat; /* 1 */ 
		background-position: center center;
		-webkit-background-size: cover;
		background-size: cover;
		color: #fff;
	}
	
	/**
 	 * Callout box with repeating background image
 	 *
	 * 1. background-image must be supplied using inline css as it is different for every .callout-box
	 *
	 */
	 
	.callout-box.bg-pattern {
		background: repeat top left; /* 1 */	
		color: #fff;
	}
	
	.callout-box.bordered {
		border: 1px solid #efefef;
		background-color: #f5f5f5;
	}
	
	/**
 	 * Callout box grid system
 	 *
	 * 1. overwriting inherited .row width to 100% in order to make it fluid
	 *
	 */
	
	.callout-box .row { 
		width: 100%; /* 1 */ 
	}
	
	.callout-box .span1,
	.callout-box .span2,
	.callout-box .span3,
	.callout-box .span4,
	.callout-box .span5,
	.callout-box .span6,
	.callout-box .span7,
	.callout-box .span8,
	.callout-box .span9,
	.callout-box .span10,
	.callout-box .span11,
	.callout-box .span12 {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 0 10px;
		margin: 0;	
	}
	
	.callout-box .span12 { width: 100%; }
	.callout-box .span11 { width: 91.6666666667%; }
	.callout-box .span10 { width: 83.3333333333%; }
	.callout-box  .span9 { width: 75%; }
	.callout-box  .span8 { width: 66.6666666667%; }
	.callout-box  .span7 { width: 58.3333333333%; }
	.callout-box  .span6 { width: 50%; }
	.callout-box  .span5 { width: 41.6666666667%; }
	.callout-box  .span4 { width: 33.3333333333%; }
	.callout-box  .span3 { width: 25%; }
	.callout-box  .span2 { width: 16.66666666666667%; }
	.callout-box  .span1 { width: 8.333333333333333%; }
  
	@media (max-width: 767px) {
	
		.callout-box .span1,
		.callout-box .span2,
		.callout-box .span3,
		.callout-box .span4,
		.callout-box .span5,
		.callout-box .span6,
		.callout-box .span7,
		.callout-box .span8,
		.callout-box .span9,
		.callout-box .span10,
		.callout-box .span11,
		.callout-box .span12 { width: 100%; }
	  
	}

/* ==========================================================================
   #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 */
	
	ul.check,
	ul.plus,
	ul.pin,
	ul.arrow-circle,
	ul.arrow-round-square,
	ul.arrow {
		margin-bottom: 60px;
		list-style: none;
	}
	
	ul.check li:before,
	ul.plus li:before,
	ul.pin li:before,
	ul.arrow-circle li:before,
	ul.arrow-round-square li:before { 
		position: relative;
		display: inline-block;
		top: 0;
		width: auto;
		height: auto;
		margin-right: 15px;
		color: #2d212f;
		font-family: 'FontAwesome';
		font-size: 10px;
		font-style: normal;
	}
	
	ul.arrow-circle li:before {
		width: 15px;
		height: 18px;
		padding-left: 3px;
		border: 1px solid #2d212f;
		border-radius: 50%;
		font-size: 16px;
		line-height: 16px;
		text-align: center;
	}
	
	ul.check li:before {
		font-family: 'iconfontcustom';
	}
	
	ul.arrow-round-square li:before,
	ul.check li:before {
		top: 3px;
		width: 24px;
		height: 26px;
		padding-left: 2px;
		border: 1px solid #2d212f;
		border-radius: 5px;
		font-size: 20px;
		line-height: 24px;
		text-align: center;
	}
	
	ul.plus li:before { content: ""; }
	ul.pin li:before { content: ""; }
	
	ul.check li:before { content: ""; }
	
	ul.arrow-circle li:before,
	ul.arrow-round-square li:before { content: ""; }
	
	ul.arrow-circle li,
	ul.arrow-round-square li,
	ul.check li { margin-bottom: 20px; }
	
	ul.arrow-circle li:last-child,
	ul.arrow-round-square li:last-child,
	ul.check li:last-child { margin-bottom: 0; }
	
	ul.arrow li a {
		position: relative;
		display: block;
		padding: 15px 40px;
		border: 1px solid transparent;
		color: #2d212f; 
	}
	
	ul.arrow li a:after {
		position: absolute;
		top: 15px;
		right: 25px;
		font-family: 'FontAwesome';
		font-size: 20px;
		color: transparent;
		content: "";
	}
	
	ul.arrow li a:hover {
		border-color: #2d212f;
		border-radius: 7px;
		text-decoration: none;
	}
	
	ul.arrow li a:hover:after { color: #2d212f; }
	
	ul.check.inline { margin: 60px 0; }
	
	ul.check.inline li {
		float: left;
		display: block;
		width: 156.5px;
	}
	
	@media (min-width: 1400px) {
		
		ul.check.inline li { width: 195px; }	
		
	}
	
	@media (min-width: 768px) and (max-width: 979px) {

		ul.check.inline li { width: 235px; }
			
	}
	
	@media (max-width: 767px) {
		
		ul.check.inline li {
			float: none;
			width: 100%;
		}
		
	}

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

	.divider { margin: 30px 0; }
	
	.divider.single-line { border-top: 1px solid #e5e5e5; }
	
	.divider.double-line { border-top: 4px double #e5e5e5; }
	
	.divider.single-dotted {
		 height: 1px;
		 background: url(../images/bg-single-dotted.gif) repeat-x top left ;  
	}
	
	.divider.double-dotted { 
		height: 4px;
		background: url(../images/bg-double-dotted.gif) repeat-x top left; 
	}	
	
	.divider.line-shadow {
		margin: 75px auto 50px;
		width: 80%;
		height: 15px;
		border-top: 1px solid #e5e5e5;
	}

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

	.map { 
		width: 100%; 
		height: 400px; 
		border-radius: 40px;
		margin: 60px 0 30px 0; 
	}	

/* ==========================================================================
   #Icon Boxes
   ========================================================================== */

/* Icon Box 1
   ========================================================================== */
   
	.icon-box-1 { 
		position: relative; 
		margin-bottom: 30px; 
	}
		
	.icon-box-1 > i { 
		float: left;
		display: block;  
		font-size: 32px; 
		line-height: 32px; 
	} 
	
	.icon-box-1 > img { 
		float: left; 
		display: block; 
	} 
	
	.icon-box-1 .icon-box-content { margin-left: 42px; }

/* Icon Box 2
   ========================================================================== */
   
	.icon-box-2 { 
		position: relative; 
		margin: 60px 0;
		text-align: center; 
	}
	
	.icon-box-2.border {
		padding: 40px;
		min-height: 245px;
		border: 1px solid #262626;
		border-radius: 40px;
	}
	
	.icon-box-2.border p { margin-bottom: 0; }
	
	.icon-box-2.border > i {
		width: 64px;
		height: 64px;
		border: 1px solid #262626;
		border-radius: 32px;
		-webkit-border-radius: 50%;
				border-radius: 50%;
		margin: 0 auto 30px;
		font-size: 32px;
		line-height: 64px;
		text-align: center;
	}
	
	.icon-box-2.alt > i {
		width: 64px;
		height: 64px;
		border: 1px solid #262626;
		border-radius: 32px; /* 1 */
		-webkit-border-radius: 50%;
				border-radius: 50%;
		margin: 0 auto 30px;
		font-size: 32px;
		line-height: 64px;
		text-align: center;
	}
		
	.icon-box-2 > i { 
		display: block;
		margin-bottom: 30px;
		color: #4b404c;
		font-size: 48px;
	}
	
	.icon-box-2 > img {
		margin-bottom:10px;
	}
	
	.icon-box-2 h3 { margin-bottom: 30px; }
	.icon-box-2 a { color: #000; }
	.icon-box-2 a.btn { margin-top: 20px; }
	
	.icon-box-2 .icon-box-content { }
	
	@media (min-width: 1400px) {
		
		.icon-box-2.border { min-height: 0;	}
	
	}
	
	@media (min-width: 768px) and (max-width: 979px) {
		
		.icon-box-2.border { padding: 20px; }
		
	}
	
	@media (max-width: 767px) {
		
		.icon-box-2.border { min-height: 0;	}
	
	}

/* Icon Box 3
   ========================================================================== */
   
	.icon-box-3 { 
		position: relative; 
		margin-bottom: 50px; 
	}	
	
	.icon-box-3 > i { 
		float: left;
		margin: 0 10px 20px 0;		 
		font-size: 48px; 
	} 
	
	.icon-box-3 h5 { padding-top: 10px; }
	.icon-box-3 a { color: #2d212f; }
	
	.icon-box-3 > img { 
		float: left; 
		margin-right: 10px; 
	} 
	
	.icon-box-3 .icon-box-content { }
	
	@media (min-width: 768px) and (max-width: 979px) {
		
		.icon-box-3 > i { 
			float: none;
			margin: 0;
		}
		
		.icon-box-3 h5 { margin-bottom: 20px; }
		
	}

/* Icon Box 4
   ========================================================================== */
   
	.icon-box-4 { 
		position: relative; 
		margin: 30px 0; 
	}	
	
	/**
	 * 1. Android Browser 2.3 does not support % value for border-radius
	 * 2. Stop bg color from leaking outside the border	
	 */
	
	.icon-box-4 > i {
		position: absolute;	 
		z-index: 20; 
		left: 50%; 
		width: 60px; 
		height: 60px;
		border: 1px solid #969696;
		border-radius: 30px; /* 1 */
		-webkit-border-radius: 50%;
				border-radius: 50%;
		margin-top: -30px; 
		margin-left: -30px; 			
		background-color: #e1e1e1;
		background-clip: padding-box; /* 2 */		
		color: #444444;
		font-size: 32px;
		line-height: 60px;
		text-align: center; 
	}
	 
	.icon-box-4 .icon-box-content { 
		position: relative;
		z-index: 10;
		padding: 55px 40px 40px;
		border: 1px solid #e0e0e0; 
		-webkit-border-radius: 50%;
				border-radius: 3px; 
		margin-top: 16px;
		background-color: #f4f4f4;
		text-align: center; 
	}

/* Icon Box 5
   ========================================================================== */
   
	.icon-box-5 { 
		position: relative; 
		margin-bottom: 30px; 
	}	
		
	.icon-box-5 > i { 
		position: absolute;
		z-index: 20; 
		top: 50%;
		left: 0; 
		width: 60px; 
		height: 60px;
		border: 1px solid #969696;
		border-radius: 30px;
		-webkit-border-radius: 50%;
				border-radius: 50%;
		margin-top: -30px; 
		background-color: #e1e1e1;
		background-clip: padding-box; 
		color: #444444;
		font-size: 32px;
		line-height: 60px;
		text-align: center;  
	} 
	
	.icon-box-5 .icon-box-content { 
		position: relative;
		z-index: 10;
		padding: 40px 40px 40px 55px;
		border: 1px solid #e0e0e0; 
		-webkit-border-radius: 3px;
				border-radius: 3px;
		margin-left: 30px;	
		background-color: #f4f4f4;
		text-align:center; 
	}					

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

	.milestone {
		position: relative;
		margin: 40px 0;
		text-align: center;
	}
	
	.milestone i {
		display: block;
		z-index: 20;
		width: 64px;
		height: 64px;
		border: 1px solid #262626;
		border-radius: 50%;
		margin: 0 auto 25px;
		font-size: 32px;
		line-height: 64px;
		text-align: center;
	}
	
	.milestone .milestone-content {
		z-index: 10;
		font-size: 40px;
		line-height: 60px;
	}
	
	.milestone .milestone-description { 
		font-size: 14px;
		line-height: 22px;
		text-transform: uppercase;
	}

/* ==========================================================================
   #Our Process
   ========================================================================== */

	.process-builder { margin-bottom: 30px; }
		
	.process-builder ul:before {
		position: absolute;
		top: 90px;
		left: 85px;
		display: block;
		width: 75%;
		height: 0;
		border-top: 1px dashed #666;
		content: "";
	}
	.process-builder ul { list-style: none; }
	
	.process-builder ul li { 
		float: left;
		width: 25%; 
		text-align: center;  
	}
	
	.process-builder ul li i { 
		font-size: 70px; 
		line-height: 140px; 
		transition: color 0.5s; 
	}
	
	.process-builder ul li span { 
		position: relative; 
		display: inline-block;
		overflow: hidden;  
		width: 140px; 
		height: 140px;
		border: 1px solid #666;
		border-radius: 70px; 
		-webkit-border-radius: 50%;
				border-radius: 50%; 
		margin-bottom: 20px; 
		background-color: #fff;
		background-clip: padding-box;
		-o-webkit-transition: background-color 0.5s;
		  -webkit-transition: background-color 0.5s; 
				  transition: background-color 0.5s; 
	}
	
	.process-description { padding: 0 15px; }
	
	.process-builder ul li:hover span { background-color: #2e2230; }
	
	.process-builder ul li:hover i { color: #fff; }
		
	.process-builder.three-items ul li { width: 33.3333333333%; }
	.process-builder.four-items ul li { width: 25%; }
	.process-builder.five-items ul li { width: 20%; }
	
	.process-builder.three-items ul:before {
		left: 125px;
		width: 72%;
	}
	
	.process-builder.four-items ul:before {
		left: 85px;
		width: 75%;
	}
	
	.process-builder.five-items ul:before {
		left: 85px;
		width: 84%;
	}

	@media (min-width: 768px) and (max-width: 979px) {
	
		.process-builder ul:before { 
			top: 50px; 
			left: 70px; 
		}
		
		.process-builder ul li i { 
			font-size: 60px; 
			line-height: 100px; 
		}
		
		.process-builder ul li span { 
			width: 100px; 
			height: 100px; 
		}
	
	}
	@media (max-width: 767px) {
	
		.process-builder ul li { 
			float: none; 
			width: auto; 
		}
		.process-builder ul:before {
			border-top: none;
		}
		
		.process-builder.three-items ul li,
		.process-builder.four-items ul li,
		.process-builder.five-items ul li { width: auto; }
	  
	}
	
/* ==========================================================================
   #Parallax
   ========================================================================== */

	.parallax {
		overflow: hidden;
		padding: 80px 0;
		margin: 60px 0;
		background-color: #333;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: 50% 0;
		-webkit-background-size: cover;
				background-size: cover;
		color: #fff;		
	}
	
	.parallax.parallax-enabled { background-attachment: fixed !important; }
	
	.parallax h1,
	.parallax h2,
	.parallax h3,
	.parallax h4,
	.parallax h5,
	.parallax h6,
	.parallax a,
	.parallax ul.check li:before,
	.parallax ul.plus li:before,
	.parallax ul.pin li:before,
	.parallax ul.arrow-circle li:before,
	.parallax ul.arrow-round-square li:before,
	.parallax ul.arrow li a,
	.parallax ul.arrow li a:hover:after,
	.parallax .icon-box-2 > i,
	.parallax .icon-box-2 a,
	.parallax .team-member-2 .team-member-description,
	.parallax a.social-icon,
	.parallax .pie-chart .pie-chart-custom-text, 
	.parallax .pie-chart .pie-chart-percent,
	.parallax .pie-chart i,
	.parallax .pie-chart-description,
	.parallax #contact-form input[type="text"],
	.parallax #contact-form textarea,
	.parallax #contact-form [type="submit"],
	.box h1,
	.box h2,
	.box h3,
	.box h4,
	.box h5,
	.box h6,
	.box a,
	.box ul.check li:before,
	.box ul.plus li:before,
	.box ul.pin li:before,
	.box ul.arrow-circle li:before,
	.box ul.arrow-round-square li:before,
	.box ul.arrow li a,
	.box ul.arrow li a:hover:after,
	.box .icon-box-2 > i,
	.box .team-member-2 .team-member-description,
	.box a.social-icon,
	.box .pie-chart .pie-chart-custom-text, 
	.box .pie-chart .pie-chart-percent,
	.box .pie-chart i,
	.box .pie-chart-description,
	.box .icon-box-2 > i,
	.box .icon-box-2 a,
	.box #contact-form input[type="text"],
	.box #contact-form textarea,
	.box #contact-form [type="submit"] { color: #fff; }
	
	.parallax .accordion-item-toggle,
	.parallax .toggle-item-toggle,
	.parallax ul.arrow-circle li:before,
	.parallax ul.arrow-round-square li:before,
	.parallax ul.check li:before,
	.parallax ul.arrow li a:hover,
	.parallax a.btn,
	.parallax .icon-box-2.border,
	.parallax .icon-box-2.border > i,
	.parallax .milestone i,
	.parallax a.social-icon,
	.parallax .table-bordered,
	.parallax .table-bordered td,
	.parallax .process-builder ul:before,
	.parallax #contact-form input[type="text"],
	.parallax #contact-form textarea,
	.parallax #contact-form [type="submit"],
	.box .accordion-item-toggle,
	.box .toggle-item-toggle,
	.box ul.arrow-circle li:before,
	.box ul.arrow-round-square li:before,
	.box ul.check li:before,
	.box ul.arrow li a:hover,
	.box a.btn,
	.box .icon-box-2.border,
	.box .icon-box-2.border > i,
	.box .milestone i,
	.box a.social-icon,
	.box .table-bordered,
	.box .table-bordered td,
	.box .process-builder ul:before,
	.box .icon-box-2.border,
	.box .icon-box-2.border > i,
	.box #contact-form input[type="text"],
	.box #contact-form textarea,
	.box #contact-form [type="submit"] { border-color: #fff; }
	
	.parallax a.btn,
	.box a.btn { background-color: transparent; }
	
	.parallax a.btn:hover,
	.box a.btn:hover { background-color: rgba(0, 0, 0, 0.5 ); }
	
	.parallax .table-striped.alt tbody tr:nth-child(even) td,
	.parallax .table-striped.alt tbody tr:nth-child(even) th,
	.box .table-striped.alt tbody tr:nth-child(even) td,
	.box .table-striped.alt tbody tr:nth-child(even) th  { background-color: rgba(0, 0, 0, 0.5); }
	
	.parallax .process-builder ul li i,
	.box .process-builder ul li i  { color: #2d212f; }
	
	.parallax .process-builder ul li:hover i,
	.box .process-builder ul li:hover i { color: #fff; }
	
	.parallax .milestone,
	.box .milestone { margin-bottom: 0; }
	
	.box {
		padding: 50px 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		margin: 60px 0;
		background: #1f2948 no-repeat top center;
		color: #fff;
	}
	
	.box .callout-box { 
		margin-bottom: 0;
		background-color: transparent;
	}
	
	.box a.btn { margin-bottom: 0; }
	
	.box .icon-box-2,
	.box #contact-form input[type="text"],
	.box #contact-form textarea,
	.box #contact-form [type="submit"] { background-color: rgba(255, 255, 255, 0.1); }
	
	.box .icon-box-2:hover { background-color: rgba(255, 255, 255, 0.3); }
	
	@media (min-width: 768px) and (max-width: 979px) {
		
		.box { padding: 30px 0; }
	
	}
	
	@media (max-width: 767px) {
		
		.parallax tr { border-top-color: #fff; }
		
		.box { 
			padding: 30px 0;
			/*background-image: none !important;*/
		} 	
	
	}


/* ==========================================================================
   #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 .pie-chart-custom-text, 
	.pie-chart .pie-chart-percent {
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		color: #444444;
		text-align: center;
	}
	
	.pie-chart i {
		position: absolute;
		top: -20px;
		right: 0;
		left: 0;
		color: #5a5a5a;
		font-size: 60px !important; 
	}
	
	.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: 40px; }
	
	.pie-chart-description {
		position: absolute;
		bottom: 40px;
		right: 0;
		left: 0;
		display: block;
		color: #5a5a5a;
		font-size: 18px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
	}
	
	@media (min-width: 1400px) {
		
		.pie-chart-description { bottom: 60px; }
		
	}
	
	@media (min-width: 768px) and (max-width: 979px) {
		
		.pie-chart i { font-size: 35px !important; }
		
		.pie-chart-description {
			font-size: 14px;
			line-height: 20px;
		}
		
	}

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

	.price-table { 
		margin: 60px 0;
		list-style: none;  
	}
		
	.price-table > li { 
		float: left; 
		width: 220px; 
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box; 
		padding: 40px;
		border: 1px solid #e5e5e5;
		border-radius: 40px;
		margin-right: 20px;
		text-align: center;
		-webkit-transition: background-color 0.3s;
			 -o-transition: background-color 0.3s;
				transition: background-color 0.3s;
	}
	
	.price-table.four-items > li { 
		width: 220px; 
		padding: 20px;
	}
	
	.price-table.three-items > li { 
		width: 300px;
		padding: 30px; 
	}
	
	.price-table li:last-child { margin-right: 0; }
	
	.price-table > li:hover { 
		background-color: #2e2230;
		color: #fff;
	}
	
	.price-table > li:hover h1 { color: #fff; }
	
	.price-heading { margin-bottom: 40px; }
	
	.price-heading h1 { 
		padding: 10px 0;
		font-size: 36px; 
		text-align: center;  	
	}
	
	.price-table .divider { 
		width: 150px;
		margin: 0 auto 20px;
	}
	
	.price-table > li a.btn { margin-bottom: 0; }
	
	.price-table > li:hover a.btn {
		border-color: #fff;
		background-color: transparent;
		color: #fff;
	}
	
	.price-table > li:hover a.btn:hover { background-color: rgba(255, 255, 255, 0.3); }
	
	@media (min-width: 1400px) {
		
		.price-table > li {
			width: 270px;
			margin-right: 30px;
		}
		
		.price-table.four-items > li { 
			width: 270px; 
			padding: 40px;
		}
		.price-table.three-items > li { 
			width: 370px;
			padding: 60px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 979px) {
		
		.price-table > li {
			width: 165px;
			margin-right: 15px;
		}
		
		.price-table.four-items > li { width: 165px; }
		.price-table.three-items > li { width: 225px; }
		
		.price-table .divider { width: 80px; }
		
		.price-table .price-heading h1 { font-size: 30px; }
		.price-table li > h1 { font-size: 40px; }
		
	}

	@media (max-width: 767px) {
	
		.price-table > li { 
			float: none; 
			width: auto; 
			margin: 20px 0; 
		}
		
		.price-table.four-items > li,
		.price-table.three-items > li {
			width: auto;
		}
	  
	}

/* ==========================================================================
   #ProgressBars
   ========================================================================== */

	.progress-bar-description {
		display: block;
		margin-bottom: 10px;
		line-height: 14px;
	}
	
	.progress-bar {
		position: relative;
		display: block;
		height: 15px;
		margin-bottom: 15px;
	}
	
	.progress-bar .progress-bar-outer {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
	
	.progress-bar .progress-bar-outer .progress-bar-inner {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		display: block;
		height: 100%;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		border: 1px solid #2e2230;
		border-radius: 3px;
		background-color: #cbc8cb;
	}

/* ==========================================================================
   #RoundCorner
   ========================================================================== */
	
	.round-corner {
		border: 1px solid #fff;
		border-radius: 40px; 
	}

/* ==========================================================================
   #SocialMedia
   ========================================================================== */

	a.social-icon {
		display: inline-block;
		width: 25px;
		border: 1px solid #2e2230;
		border-radius: 3px;
		margin-right: 8px;
		margin-bottom: 1px;
		color: #2e2230;
		text-align: center;
	}

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

	a.social-icon i {
		font-size: 20px;
		line-height: 25px;
	}
	
	a.social-icon:hover { text-decoration: none; }
	a.social-icon:hover i { color: #ffffff !important; }
	
	a.facebook-icon:hover { background-color: #0e59a0 !important; }
	a.twitter-icon:hover { background-color: #0ea4ff !important; }
	a.vimeo-icon:hover { background-color: #63879c !important; }
	a.flickr-icon:hover { background-color: #0061db !important; }
	a.github-icon:hover { background-color: #3b3b3b !important; }
	a.googleplus-icon:hover { background-color: #282927 !important; }
	a.pinterest-icon:hover { background-color: #d73532 !important; }
	a.tumblr-icon:hover { background-color: #586980 !important; }
	a.linkedin-icon:hover { background-color: #018faf !important; }
	a.dribble-icon:hover { background-color: #ea73a0 !important; }
	a.stumbleupon-icon:hover { background-color: #ea4b24 !important; }
	a.lastfm-icon:hover { background-color: #b80638 !important; }
	a.instagram-icon:hover { background-color: #82685a !important; }
	a.evernote-icon:hover { background-color: #3bab27 !important; }
	a.skype-icon:hover { background-color: #00b0f6 !important; }
	a.paypal-icon:hover { background-color: #0d3967 !important; }
	a.soundcloud-icon:hover { background-color: #e9702b !important; }
	a.behance-icon:hover { background-color: #0066ff !important; }
	a.rss-icon:hover { background-color: #f79638 !important; }	
	
	@media (min-width: 1400px) {
		
		a.social-icon { margin-right: 18px; }
		
	}
	
	@media (min-width: 768px) and (max-width: 979px) {
	
		a.social-icon { margin: 0 26px 10px 0; }
		
	}

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

	.table-bordered {
		border: 1px solid #2e2230; 
		border-collapse: separate; 
		border-radius: 40px;
	}
	
	.table-bordered th { 
		background-color: #2e2230;
		color: #fff;
		font-size: 18px;
		border-left: 1px solid #fff;
	}
	
	.table-bordered th:first-child { 
		border-left: none;
		border-top-left-radius: 40px;
	}
	
	.table-bordered th:last-child { border-top-right-radius: 40px; }

	.table-bordered td { border-left: 1px solid #2e2230; }
	
	.table-bordered tr td:first-child { border-left: none; }
	
	.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.alt tbody tr:nth-child(even) td,
	.table-striped.alt tbody tr:nth-child(even) th {
		padding: 10px 8px;
		background-color: #eae8ea;
	}	

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

/* ==========================================================================
   #Tabs
   ========================================================================== */
	
	/* Horizontal Tabs Menu */
	
	.tabs-menu {
		overflow: hidden; 
		border-bottom: 1px solid #433945;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		margin-top: 10px; 
		margin-bottom: 0;
		background-color: #2e2230;
		list-style: none; 
	}
	
	.tabs-menu li { display: inline; }
	
	.tabs-menu li a { 
		float: left; 
		display: block;
		padding: 20px 40px;
		border-top-left-radius: 20px; 
		border-top-right-radius: 20px;		
		margin-bottom: -1px; 
		color: #fff;
		text-decoration: none;
	}
	
	.tabs-menu li a:hover { text-decoration: none; }
	
	.tabs-menu li.active a {
		background-color: #4d424f;
		color: #fff;
		font-size: 14px; 
	}
	
	.tabs { margin-bottom: 30px; }
	
	.tab-content { 
		padding: 25px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		background-color: #2e2230;
		color: #fff;
	}
	
	/* Vertical Tabs Menu */
	
	.vertical-tabs {
		overflow: hidden;
		border-radius: 20px;
		margin-bottom: 30px;
		background-color: #2e2230;
	}
	
	.vertical-tabs .tabs-menu { 
		float: left;
		width: 160px;
		border-bottom: none;
		margin-top: 0;
	}
	
	.vertical-tabs .tabs-menu li { display: block; }
	
	.vertical-tabs .tabs-menu li a { 
		float: none;
		border-radius: 20px;
	}
	
	.vertical-tabs .tab-content {
		min-height: 400px;
		margin-left: 160px; 
	}
	
	@media (min-width: 1400px) {
		
		.vertical-tabs .tab-content { min-height: 300px; }
		
	}
	
	@media (min-width: 768px) and (max-width: 979px) {
		
		.tabs-menu li a { padding: 15px 25px; }
		
		.vertical-tabs .tabs-menu {
			float: none;
			width: 100%;
			border-bottom: 1px solid #433945;
		}
		
		.vertical-tabs .tab-content { 
			min-height: 0;
			margin-left: 0;
		}
		
		.vertical-tabs .tabs-menu li a { border-radius: 0; }
		
	}
	
	@media (max-width: 767px) {
	
		.tabs-menu { border-bottom: none; }
		
		.tabs-menu li { display: block; }
	
		.tabs-menu li a { 
			float: none; 
			display: block;
			padding: 20px 25px;
			border: 1px solid #433945;
			border-top: none;
			border-top-left-radius: 0; 
			border-top-right-radius: 0;	
			margin: 0;
		}
		
		.tabs-menu li a:hover { text-decoration: none; }
		
		.tabs-menu li.active a {  
			padding: 20px 25px;
			border-bottom-color: #433945;
			margin: 0px;
			background-color: #4d424f;
			color: #fff; 
		}
		
		.vertical-tabs .tabs-menu {
			float: none;
			width: 100%;
			border-bottom: 1px solid #433945;
		}
		
		.vertical-tabs .tab-content { 
			min-height: 0;
			margin-left: 0;
		}
		
		.vertical-tabs .tabs-menu li a { border-radius: 0; }
	  
	}
	
/* ==========================================================================
   #Testimonials
   ========================================================================== */

	.testimonial { 
		margin-bottom: 30px;
		text-align: center;
	}
	
	.testimonial blockquote { 
		position: relative; 
		padding: 20px;
		margin-bottom: 20px;
		border-radius: 0;
		background: none; 
		color: #000;
	}

	.testimonial img { 
		-webkit-border-radius: 50%;
				border-radius: 50%;
		margin: 0 auto;
	}
	
	.testimonial h5 { margin-top: 40px; }
	
	.testimonial a { color: #555; }
	
	.testimonial h5 span { color: #999; }
	
/* ==========================================================================
   #WordPress Widgets
   ========================================================================== */
	
	/* WordPress Widget Defaults */
	
	.widget { margin-bottom: 40px; }
	
	.widget-title { 
		margin-bottom: 45px;
		line-height: 18px; 
		text-align: center;
		text-transform: uppercase;
	}
	
	#footer .widget-title { 
		color: #fff;
		text-align: left;
	}
	
	/* Text Widget */
	
	.widget_text {}
	
	.textwidget {}
	
	/* Search Widget */
	
	.widget_search {}
	
	#searchform { position: relative; }
	
	.screen-reader-text { display: none; }
	
	#searchform #s { 
		width: 100%; 
		display:inline-block; 
		-webkit-box-sizing: border-box; 
		   -moz-box-sizing: border-box; 
		   		box-sizing: border-box;
		padding: 10px 15px;
		border-radius: 10px;
	}
	
	#searchsubmit {
		position: absolute;
		top: 10px;
		right: 0;
		display: block;
		padding: 0 20px;
		border: none;
		background: url(../images/bg-search.png) no-repeat center center; 
	}

	/* Recent Entries Widget */
	
	.widget_recent_entries {}
	
	.widget_recent_entries ul { list-style: none; }
	
	.widget_recent_entries ul li {}
	
	.widget_recent_entries ul li a { color: #2e2230; }
	
	.widget_recent_entries ul li .post-date {}
	
	/* Pages Widget */
	
	.widget_pages {}
	
	.widget_pages ul { list-style: none; }
	
	.widget_pages ul li { text-transform: uppercase; }
	
	.widget_pages ul li a {
		display: block;
		padding: 10px 30px;
		color: #2e2230;
		text-decoration: none;
	}
	
	.widget_pages a:hover { background-color: #f4f4f4; }
	
	#footer .widget_pages a:hover { background-color: rgba(0, 0, 0, 0.3); }
	
	
	/* Archive Widget */
	
	.widget_archive {}
	
	.widget_archive ul { list-style: none; }
	
	.widget_archive ul li { text-transform: uppercase; }
	
	.widget_archive ul li a {
		display: block;
		padding: 10px 30px;
		color: #2e2230;
		text-decoration: none;
	}
	
	.widget_archive a:hover { background-color: #f4f4f4; }
	
	.widget_archive select {}
	
	.widget_archive option {}	
	
	#footer .widget_archive a:hover { background-color: rgba(0, 0, 0, 0.3); }
	
	/* Categories Widget */
	
	.widget_categories {}
	
	.widget_categories ul { list-style: none; }
	
	.widget_categories ul li { text-transform: uppercase; } 
	
	.widget_categories ul ul.children {}
	
	.widget_categories a { 
		display: block;
		padding: 10px 30px;
		color: #2e2230;
		text-decoration: none;
	}
	
	.widget_categories a:hover { background-color: #f4f4f4; }
	
	.widget_categories select{}
	
	.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 {}
	
	#footer .widget_categories a:hover { background-color: rgba(0, 0, 0, 0.3); }
	
	/* Meta Widget */
	
	.widget_meta {}
	
	.widget_meta ul { list-style: none; }
	
	.widget_meta ul li a {
		display: block;
		padding: 10px 30px;
		color: #2e2230;
		text-decoration: none;
	}
	
	.widget_meta a:hover { background-color: #f4f4f4; }
	
	#footer .widget_meta a:hover { background-color: rgba(0, 0, 0, 0.3); }
	
	/* Recent Comments Widget */
	
	.widget_recent_comments {}
	
	#recentcomments { list-style: none; }
	
	#recentcomments li {}
	
	#recentcomments li a { color: #2e2230; }
	
	.recentcomments {}
	
	#footer #recentcomments li a { color: #fff; }
	
	/* Tag Cloud Widget  */
	
	.widget_tag_cloud {}
	
	.widget_tag_cloud a {
		display: inline-block;
		padding: 3px 10px;
		border: 1px solid #3c313e; 
		border-radius: 5px;
		margin: 0 15px 15px 0;
		color: #2e2230;
	}
	
	.widget_tag_cloud a:hover { background-color: #f1f1f1; }
	
	.widget_tag_cloud a:hover { text-decoration: none; }
	
	.widget_tag_cloud a:after {}
	
	.widget_tag_cloud a:before {}
	
	#footer .widget_tag_cloud a { border-color: #fff; }
	#footer .widget_tag_cloud a:hover { background-color: rgba(0, 0, 0, 0.3); }
	
	/* Calendar Widget */
	
	.widget_calendar {}
	
	#calendar_wrap {}
	
	#calendar_wrap th {}
	
	#calendar_wrap td {}
	
	#wp-calendar tr td {}
	
	#wp-calendar caption {}
	
	#wp-calendar #today {}
	
	#wp-calendar #prev {}
	
	#wp-calendar #next {}
	
	#wp-calendar a,
	#wp-calendar #next a,	
	#wp-calendar #prev a { color: #2e2230; }
	
	#footer #wp-calendar a,
	#footer #wp-calendar #next a,	
	#footer  #wp-calendar #prev a { color: #fff; }
	
	/* Custom Menu Widget */
	
	.widget_nav_menu {}	
	
	.widget_nav_menu .menu { list-style:none; }
	
	.widget_nav_menu ul li { text-transform: uppercase; }
	
	.widget_nav_menu ul li a {
		display: block;
		padding: 10px 30px;
		color: #2e2230;
		text-decoration: none;
	}
	
	.widget_nav_menu a:hover { background-color: #f4f4f4; }
	
	#footer .widget_nav_menu a:hover { background-color: rgba(0, 0, 0, 0.3); }
	
	/* RSS Widget */
	
	.widget_rss {}
	
	.widget_rss ul { list-style: none; }
	
	.widget_rss a { color: #2e2230;	}
	
	/* EWF Navigation */
	
	.ewf_widget_navigation {}
	
	.ewf_widget_navigation ul {  
		margin-bottom: 30px; 
		list-style-type: none; 
		list-style-position: outside; 
	}
	
	.ewf_widget_navigation li { border-bottom: 1px solid #efefef; }
	
	.ewf_widget_navigation li:last-child { border-bottom: 0; }
	
	.ewf_widget_navigation li a { 
		display: block; 
		padding: 10px 0; 
	}
	
	.ewf_widget_navigation li a:hover { text-decoration: none; }
	
	.ewf_widget_navigation li a { color: #222; }
	
	.ewf_widget_navigation li.current a { color: #303030; }
	
	.ewf_widget_navigation li.current a:hover { text-decoration: none; }
	
	/* Custom - EWF Flickr Widget */
	
	.ewf_widget_flickr {}
	
	#flickr-feed {}
	
	#flickr-feed a { 
		display: inline-block;
		padding: 0 8px 5px 0;
	}
	
	#flickr-feed img {
		width: 65px; 
		height: auto;
		border: 0;
		border-radius: 10px;
	}
	
	@media (min-width: 1400px) {
		
		#flickr-feed a { padding: 0 20px 20px 0; }
		#flickr-feed img { width: 70px; }
		
	}
	
	/* Contact Info Widget */
	
	.ewf_widget_contact_info {}	
	
	.ewf_widget_contact_info ul { list-style: none; }
	.ewf_widget_contact_info ul li { margin-bottom: 25px; }
	.ewf_widget_contact_info ul li:last-child { margin-bottom: 0; }
	
	.ewf_widget_contact_info ul li i {
		float: left;
		display: block;
		width: 32px;
		height: 32px;
		border: 1px solid #2e2230;
		border-radius: 50%;
		margin-right: 20px;
		font-size: 18px;
		line-height: 32px;
		text-align: center;
	}
	
	#footer .ewf_widget_contact_info ul li i { border-color: #fff; }
	
	/* Social Media Widget */
	
	.ewf_widget_social_media {}
	
	#footer .ewf_widget_social_media a.social-icon { border-color: #fff; }
	
	/* Twitter Widget */
	
	.ewf_widget_twitter {}
	
	#tweet {}
	
	#tweet ul { 
		margin-bottom: 0;
		list-style: none;  
	}
	
	#tweet .tweet { word-wrap: break-word; }
	
	#tweet .interact { display: none; }
	
	@media (min-width: 768px) and (max-width: 979px) {
		
		.ewf_widget_contact_info ul li i {
			width: 25px;
			height: 25px;
			margin-right: 15px;
			font-size: 14px;
			line-height: 25px;
		}
		
	}
	
	/* Newsletter Widget */
	
	.ewf_widget_newsletter {}
	
	#newsletter-subscribe-form { margin-top: 80px; }
	
	#newsletter-subscribe-form input[type="text"] {
		display: inline-block;
		width: 100%;
		padding: 5px 10px;
		border-radius: 3px;
		margin-bottom: 10px;
	}
	
	#newsletter-subscribe-form input[type="submit"] {
		display: inline-block;
		padding: 4px;
		border-radius: 3px;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	
	#footer #newsletter-subscribe-form { margin-top: 40px; }
	
	#footer #newsletter-subscribe-form input[type="text"],
	#footer #newsletter-subscribe-form input[type="submit"] {
		width: auto;
		border-color: #fff;
		background-color: #39425e;
		color: #fff;
	}
	
	#footer #newsletter-subscribe-form input[type="submit"]:hover { background-color: #1f2948; }
	
	@media (min-width: 768px) and (max-width: 979px) {
			
		#footer #newsletter-subscribe-form input[type="text"],
		#footer #newsletter-subscribe-form input[type="submit"] { margin-bottom: 10px; }
		
		#footer #newsletter-subscribe-form input[type="text"] { width: 100%; }
	
	}
	
/* ==========================================================================
   #WordPress Comments
   ========================================================================== */
   
	.comments-title {
		font-weight: 700;
		text-align: center; 
	}
	
	.comment-reply-title {}
	
	.commentlist .reply { display: none; }
	.commentlist .reply a {}
	
	.commentlist .alt {}
	.commentlist .odd {}
	.commentlist .even {}
	.commentlist .thread-alt {}
	.commentlist .thread-odd {}
	.commentlist .thread-even {}
	.commentlist li ul.children .alt {}
	.commentlist li ul.children .odd {}
	.commentlist li ul.children .even {}
	
	.commentlist .vcard {}
	.commentlist .vcard cite.fn {
		display: block;
		text-align: center; 
	}
	.commentlist .vcard span.says { display: none; }
	.commentlist .vcard img.photo {}
	
	.commentlist .vcard img.avatar {
		display: block;
		border-radius: 50%;
		margin: 0 auto 15px;
	}
	
	.commentlist .vcard cite.fn a.url { color: #2e2230; }
	
	.commentlist .comment-meta {
		margin-bottom: 20px;
		text-align: center;
	}
	 
	.commentlist .comment-meta a  { color: #2e2230; }
	.commentlist .commentmetadata {}
	.commentlist .commentmetadata a {}
	
	.commentlist .parent {}
	.commentlist .comment {}
	.commentlist .children {}
	.commentlist .pingback {}
	.commentlist .bypostauthor {}
	.commentlist .comment-author {}
	.commentlist .comment-author-admin {}
	
	.commentlist {
		margin: 40px 0;
		list-style: none; 
	}
	
	.commentlist li {}
	.commentlist li p {}
	.commentlist li ul { list-style: none; }
	.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 {}
	
/* ==========================================================================
   #WordPress Comment Form
   ========================================================================== */	
   
	/* Blog Post Comment Form */

	.nocomments { display: none; }
	
	.must-log-in { display: none; }
	
	.logged-in-as { display: none; }

	/* Comment Form */

	#commentform { margin-top: 40px; }
	
	/* Comment notes */
	
	.comment-notes { display: none; }
	
	/* Comment author field. */
	
	.comment-form-author { }
	
	.comment-form-author label { display: none; }
	
	.comment-form-author input#author { }

	/* Comment email field. */
	
	.comment-form-email { }
	
	.comment-form-email label { display: none; }
	
	.comment-form-email input#email {  }

	/* Comment URL field. */
	
	.comment-form-url { }
	
	.comment-form-url label { display: none; }
	
	.comment-form-url input#url { }

	/* Required (*) text. */
	
	#commentform .required { }

	/* Comment form comment. */
	
	.comment-form-comment { }
	
	.comment-form-comment label { display: none; }
	
	.comment-form-comment textarea#comment { width: 100%; }

	/* Allowed tags paragraph. */
	
	.form-allowed-tags { display: none; }
	
	.form-allowed-tags code { }

	/* Paragraph that wraps the submit button and hidden comment ID fields. */
	
	.form-submit {}

	/* Submit button. */
	
	#commentform #submit {}