/*
 * 	BNE Testimonials Pro Wordpress Plugin
 *	CSS File
 *
 * 	@author		Kerry Kline
 * 	@copyright	Copyright (c) 2013-2015, Kerry Kline
 * 	@link		http://www.bnecreative.com
 *
 * 	@updated	December 2, 2015
*/


/* ===========================================================
 *	General Structure
 * ======================================================== */

.bne-testimonial-wrapper {
	display: block;
	position: relative;
	margin: 0px auto 30px auto;
}

.testimonial-single {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

.testimonial-single * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;	
	   		box-sizing: border-box; 	
}

/* ===========================================================
 *	Featured Image Styles
 * ======================================================== */

/* Global Profile Image Styles */
.testimonial-image,
.testimonial-image.wp-post-image {
	width: 100px !important;
	height: 100px !important;
	float: left;
	margin: 5px 20px 10px 0;
}



/* Square Style */
.testimonial-image.testimonial-square {
	padding: 4px;
	background: white;
	border: 1px solid #D1D1D1;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px #CCC;
	   -moz-box-shadow: 0px 0px 3px #CCC;
	        box-shadow: 0px 0px 3px #CCC;
}

/* Square Style (Flat) */
.testimonial-image.testimonial-flat-square {
	border: none;
	border-radius: 0px;
	box-shadow: none;
	padding: 0;
}

/* Circle Style */
.testimonial-image.testimonial-circle {
	border:none;
	padding:0px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	   		border-radius: 50%;

	/* Using shadows to mimic the padding, border color and final outer shadow effect.
	 * Safari has an issue of only using border-radius above.
	 * Shadow mimic Order: 1) padding, 2) border, 3) box shadow
	*/
	-webkit-box-shadow: 0 0 0 4px white, 0 0 0 5px #D1D1D1, 0px 0px 9px #555;
	   -moz-box-shadow: 0 0 0 4px white, 0 0 0 5px #D1D1D1, 0px 0px 9px #555;
	   		box-shadow: 0 0 0 4px white, 0 0 0 5px #D1D1D1, 0px 0px 9px #555;
}

/* Circle Style (Flat) */
.testimonial-image.testimonial-flat-circle {
	padding: 0px;
	border: none;
	box-shadow: none;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	   		border-radius: 50%;
}


/* ===========================================================
 *	Testimonial Details
 * ======================================================== */

/* == Name == */
.testimonial-name {
	display: block;
	position: relative;
	margin: 0px 0px 5px 0px;
	line-height: 1.2em;
	font-size: 18px;
	font-weight: bold;
}

/* == Website and Tagline == */
.testimonial-website,
.testimonial-tagline {
	display: block;
	position: relative;
	margin: 0px 0px 5px 0px;
	line-height: 1.2em;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

/* == Rating == */
.testimonial-rating {
	display: block;
	position: relative;
	margin: 5px 0px;
}

.bne-stars {
	width: 16px;
	height: 16px;
	color: gold;
	font-size: 16px;
}

/* == Content == */
.testimonial-author { color: #333; }
.testimonial-content { color: #666; }
.testimonial-message p:last-of-type { margin-bottom: 10px; }



/* ===========================================================
 *	Slider (Flexslider)
 * ======================================================== */

/* == Testimonial Slider (Flexslider Container) == */
.bne-testimonial-slider-wrapper {
	position: relative;
	margin: 0px;
	padding:4px;
	background: #fff;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	   		border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	   		box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	zoom: 1;
}

/* Legacy flat slider css - use "simple" theme in v2 shortcodes */
.flat-testimonial-slider .bne-testimonial-slider-wrapper {
	background: none;
	border: none;
	padding: 0;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	   		border-radius: 0px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	   		box-shadow: none;
}

/* == Flexslider Browser/Theme Resets == */
.bne-testimonial-slider.bne-flexslider .flex-container a:active,
.bne-testimonial-slider.bne-flexslider a:active,
.bne-testimonial-slider.bne-flexslider .flex-container a:focus,
.bne-testimonial-slider.bne-flexslider a:focus { outline: none; }
.bne-testimonial-slider.bne-flexslider .slides,
.bne-testimonial-slider.bne-flexslider .flex-control-nav,
.bne-testimonial-slider.bne-flexslider .flex-direction-nav { margin: 0 !important; padding: 0 !important; list-style: none !important; }
.bne-testimonial-slider.bne-flexslider .flex-direction-nav li a {background:none;}
.bne-testimonial-slider.bne-flexslider .flex-control-paging li a {margin:0}
.bne-testimonial-slider.bne-flexslider li {margin: 0; padding:0; background:none !important; content:""; border:0 !important; list-style-type: none;}
.bne-testimonial-slider.bne-flexslider li:before {content:"";}
.bne-testimonial-slider.bne-flexslider li:after {content:"";}
.bne-testimonial-slider.bne-flexslider { width: auto; margin: 0; padding: 0; position:relative; z-index: 1;}
.bne-testimonial-slider.bne-flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.bne-testimonial-slider.bne-flexslider .flex-pauseplay span {text-transform: capitalize;}
.bne-testimonial-slider.bne-flexslider .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .bne-testimonial-slider.bne-flexslider .slides {display: block;}
* html .bne-testimonial-slider.bne-flexslider .slides {height: 1%;}
.no-js .bne-testimonial-slider.bne-flexslider .slides > li:first-child {display: block;}

/* == slides == */
.bne-testimonial-slider.bne-flexslider .flex-viewport { min-height:50px; max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.bne-testimonial-slider.bne-flexslider .loading .flex-viewport { max-height: 300px; }
.bne-testimonial-slider.bne-flexslider .slides { zoom: 1; }

/* == Direction Nav == */
.bne-testimonial-slider.bne-flexslider .flex-direction-nav {
	position: absolute;
	width: auto;
	height: 11px;
	bottom: 15px;
	right: 10px;
	z-index: 4;
}

.bne-testimonial-slider.bne-flexslider .flex-direction-nav li {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	width: auto;
	list-style-type: none !important;
}

.bne-testimonial-slider.bne-flexslider .flex-direction-nav li a {
	background-image: url('../images/slider-arrows.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	margin: 0 1px;
	outline: 0;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	padding: 0px;
	position: relative;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	opacity: 1;
	text-decoration: none !important;
	border: none !important;
	-webkit-transition: none;
	transition: none;
}

.bne-testimonial-slider.bne-flexslider .flex-direction-nav .flex-prev { background-position: 0 0; }
.bne-testimonial-slider.bne-flexslider .flex-direction-nav .flex-next { background-position: 0 -16px; }

/* == Direction Nav Background - Use 2x image for retina == */
@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (-moz-min-device-pixel-ratio: 1.5),
		only screen and (-o-min-device-pixel-ratio: 1.5),
		only screen and (min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx) {

		.bne-testimonial-slider.bne-flexslider .flex-direction-nav li a {
			background-image: url('../images/slider-arrows_2x.png');
			background-size: 32px 64px;
		}
}

/* == Control Nav == */
.bne-testimonial-slider.bne-flexslider .flex-control-nav { position: absolute; bottom: 15px; left: 10px; text-align: center; width: 100%; height: 11px; z-index: 3; }
.bne-testimonial-slider.bne-flexslider .flex-control-nav li { float: left; padding: 2px !important; margin:0 !important; list-style-type:none !important; width: auto; }

/* == Control Nav Background == */
.bne-testimonial-slider.bne-flexslider .flex-control-nav li a {
	background: url('../images/flexslider-nav.png') no-repeat;
	cursor: pointer;
	display: block;
	outline: none;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	text-decoration: none !important;
	border: none !important;
	-webkit-transition: none;
	transition: none;
}

/* == Control Nav Background - Use 2x image for retina == */
@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (-moz-min-device-pixel-ratio: 1.5),
		only screen and (-o-min-device-pixel-ratio: 1.5),
		only screen and (min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx) {

		.bne-testimonial-slider.bne-flexslider .flex-control-nav li a {
			background-image: url('../images/flexslider-nav_2x.png');
			background-size: 20px 11px;
		}
}

.bne-testimonial-slider.bne-flexslider .flex-control-nav li a.flex-active { background-position: -10px 0; }

/* == Content within Flexslider == */
.bne-testimonial-slider.bne-flexslider .flex-content { padding: 8px 12px 35px 12px; }
.bne-testimonial-slider-wrapper .bne-testimonial-description { margin-bottom: 5px; }



/* ===========================================================
 *	BNE Masonry Grid
 *	@since v1.7
 *	@require BNE Testimonials Pro
 * ======================================================== */
.bne-testimonial-masonry-wrapper { margin-bottom: 10px; }

.bne-testimonial-masonry-wrapper .testimonial-single {
	position: relative;
	padding: 15px;
	margin: 1%;
	background: #FEFEFE;
	background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
	border: 2px solid #FAFAFA;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	   		border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	   -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	   		box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
}

/* Set Column Widths */
.bne-testimonial-masonry-wrapper .testimonial-single.col-1-masonry { width: 98%; margin-bottom: 15px; }
.bne-testimonial-masonry-wrapper .testimonial-single.col-2-masonry { width: 47.5%; }
.bne-testimonial-masonry-wrapper .testimonial-single.col-3-masonry { width: 31%;   }
.bne-testimonial-masonry-wrapper .testimonial-single.col-4-masonry { width: 22.5%; }


/* Masonry Responsive Columns - Reduce number of columns as the window gets smaller */

/* 4 Columns become 3 */
@media (max-width: 1000px) {
    .bne-testimonial-masonry-wrapper .testimonial-single.col-4-masonry { width: 31%; }
}

/* 4 and 3 Columns become 2 */
@media (max-width: 780px) {
    .bne-testimonial-masonry-wrapper .testimonial-single.col-3-masonry,
    .bne-testimonial-masonry-wrapper .testimonial-single.col-4-masonry { width: 46%; margin: 2%; }
}

/* 4, 3, and 2 Columns become 1 */
@media (max-width: 600px) {
    .bne-testimonial-masonry-wrapper .testimonial-single.col-2-masonry,
    .bne-testimonial-masonry-wrapper .testimonial-single.col-3-masonry,
    .bne-testimonial-masonry-wrapper .testimonial-single.col-4-masonry { width: 98%; margin-bottom: 15px; }
}



/* ===========================================================
 *	Testimonial Themes
 *	@since v2.0
 *	@require BNE Testimonials Pro
 * ======================================================== */

/* Testimonial Arrows */
.testimonial-arrow-left {
	position: absolute;
	left: -10px;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right: 10px solid #bc645b; 
	z-index: 1;
}

.testimonial-arrow-right {
	position: absolute;
	right: -10px;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-left: 10px solid #bc645b;
	z-index: 1;
}

.testimonial-arrow-up {
	position: absolute;
	top: -10px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent; 
	border-bottom: 10px solid #bc645b; 
	z-index: 1;
}

.testimonial-arrow-down {
	position: absolute;
	bottom: -10px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent; 
	border-top: 10px solid #bc645b; 
	z-index: 1;
}




/* ===========================================================
 *	Theme: Cards
 * ======================================================== */
[class*="testimonial-theme-cards"] .testimonial-single {
    display: table;
}

/* Cards "H" Styles */
.testimonial-theme-cards .testimonial-author,
.testimonial-theme-cards .testimonial-content,
.testimonial-theme-cards-h .testimonial-author,
.testimonial-theme-cards-h .testimonial-content {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.testimonial-theme-cards .testimonial-content,
.testimonial-theme-cards-h .testimonial-content {
	text-align: left;
}

/* Cards "V" Styles */
.testimonial-theme-cards-v .testimonial-author,
.testimonial-theme-cards-v .testimonial-content {
    display: block;
    vertical-align: top;
    position: relative;
    width: 100% !important;
}

/* Author Side */
[class*="testimonial-theme-cards"] .testimonial-author {
	background: #f2eae1;
	color: #5b5b5b;
	padding: 15px 20px;
	width: 150px;
	box-shadow: inset 0px 0px 4px rgba(0,0,0,.3);
}

.testimonial-theme-cards-h .testimonial-author {
	text-align: center;
}

/* Content Side */
[class*="testimonial-theme-cards"] .testimonial-content {
	background: #bc645b;
	padding: 20px;
	color: white;
}

/* Card Image */
.testimonial-theme-cards-h .testimonial-image {
	margin: 0 auto 15px auto;
	display: block;
	float: none;
	width: 75px;
	height: 75px;
}

/* Card Name */
[class*="testimonial-theme-cards"] .testimonial-name {
	font-size: 16px;
}

/* Slider and Masonry Styles */
[class*="testimonial-theme-cards"] .bne-testimonial-slider-wrapper,
[class*="testimonial-theme-cards"] .bne-testimonial-masonry-wrapper .testimonial-single {
	padding: 0;
	background: none;
	box-shadow: none;
	border: none;
}

.testimonial-theme-cards-v.testimonial-center .testimonial-image,
.testimonial-theme-cards-v.testimonial-center .testimonial-name,
.testimonial-theme-cards-v.testimonial-center .testimonial-website,
.testimonial-theme-cards-v.testimonial-center .testimonial-tagline,
.testimonial-theme-cards-v.testimonial-center .testimonial-rating,
.testimonial-theme-cards-v.testimonial-center .testimonial-message {
	display: block;
	margin: 10px auto 10px auto;
	float: none;
	text-align: center;
}

.testimonial-theme-cards-v.testimonial-center .testimonial-arrow-up,
.testimonial-theme-cards-v.testimonial-center .testimonial-arrow-down {
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.testimonial-theme-cards-v.testimonial-right .testimonial-image {
	float: right;
	text-align: right;
	margin: 0 0 10px 20px;
}

.testimonial-theme-cards-v.testimonial-right .testimonial-name,
.testimonial-theme-cards-v.testimonial-right .testimonial-website,
.testimonial-theme-cards-v.testimonial-right .testimonial-tagline,
.testimonial-theme-cards-v.testimonial-right .testimonial-rating,
.testimonial-theme-cards-v.testimonial-right .testimonial-message {
	text-align: right;
}

.testimonial-theme-cards-v.testimonial-right .testimonial-arrow-up,
.testimonial-theme-cards-v.testimonial-right .testimonial-arrow-down {
	left: auto;
	right: 10px;
}




/* ===========================================================
 *	Theme: Bubble
 * ======================================================== */

.testimonial-theme-bubble .testimonial-author,
.testimonial-theme-bubble .testimonial-content {
	position: relative;
}

.testimonial-theme-bubble .testimonial-single .testimonial-author,
.testimonial-theme-bubble .testimonial-single .testimonial-content {
	margin-bottom: 20px;
}

.testimonial-theme-bubble .testimonial-content {
	background: #f4f4f4;
	border-radius: 3px;
	padding: 20px;
}

.testimonial-theme-bubble .testimonial-arrow-up {
	border-bottom-color: #f4f4f4;
}

.testimonial-theme-bubble .testimonial-arrow-down {
	border-top-color: #f4f4f4;
}

.testimonial-theme-bubble .bne-testimonial-slider-wrapper,
.testimonial-theme-bubble .bne-testimonial-masonry-wrapper .testimonial-single {
	padding: 0;
	background: none;
	box-shadow: none;
	border: none;
}

.testimonial-theme-bubble.testimonial-center .testimonial-image,
.testimonial-theme-bubble.testimonial-center .testimonial-name,
.testimonial-theme-bubble.testimonial-center .testimonial-website,
.testimonial-theme-bubble.testimonial-center .testimonial-tagline,
.testimonial-theme-bubble.testimonial-center .testimonial-rating,
.testimonial-theme-bubble.testimonial-center .testimonial-message {
	display: block;
	margin: 10px auto 0px auto;
	text-align: center;
	float: none;
}

.testimonial-theme-bubble.testimonial-center .testimonial-arrow-up,
.testimonial-theme-bubble.testimonial-center .testimonial-arrow-down {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-theme-bubble.testimonial-right .testimonial-image {
	float: right;
	text-align: right;
	margin: 0 0 10px 20px;
}

.testimonial-theme-bubble.testimonial-right .testimonial-name,
.testimonial-theme-bubble.testimonial-right .testimonial-website,
.testimonial-theme-bubble.testimonial-right .testimonial-tagline,
.testimonial-theme-bubble.testimonial-right .testimonial-rating,
.testimonial-theme-bubble.testimonial-right .testimonial-message {
	text-align: right;
}

.testimonial-theme-bubble.testimonial-right .testimonial-arrow-up,
.testimonial-theme-bubble.testimonial-right .testimonial-arrow-down {
  left: auto;
  right: 10px;
}


/* ===========================================================
 *	Theme: Simple
 * ======================================================== */

.testimonial-theme-simple .bne-testimonial-slider-wrapper,
.testimonial-theme-simple .bne-testimonial-masonry-wrapper .testimonial-single {
	padding: 0;
	background: none;
	box-shadow: none;
	border: none;
}

.testimonial-theme-simple.testimonial-center .testimonial-image,
.testimonial-theme-simple.testimonial-center .testimonial-name,
.testimonial-theme-simple.testimonial-center .testimonial-website,
.testimonial-theme-simple.testimonial-center .testimonial-tagline,
.testimonial-theme-simple.testimonial-center .testimonial-rating,
.testimonial-theme-simple.testimonial-center .testimonial-message {
	display: block;
	margin: 10px auto 0px auto;
	text-align: center;
	float: none;
}

.testimonial-theme-simple.testimonial-center .testimonial-arrow-up,
.testimonial-theme-simple.testimonial-center .testimonial-arrow-down {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


.testimonial-theme-simple.testimonial-right .testimonial-image {
	float: right;
	text-align: right;
	margin: 0 0 10px 20px;
}

.testimonial-theme-simple.testimonial-right .testimonial-name,
.testimonial-theme-simple.testimonial-right .testimonial-website,
.testimonial-theme-simple.testimonial-right .testimonial-tagline,
.testimonial-theme-simple.testimonial-right .testimonial-rating,
.testimonial-theme-simple.testimonial-right .testimonial-message {
	text-align: right;
}

.testimonial-theme-simple.testimonial-right .testimonial-arrow-up,
.testimonial-theme-simple.testimonial-right .testimonial-arrow-down {
  left: auto;
  right: 10px;
}


/* ===========================================================
 *	Theme: Default
 * ======================================================== */

.testimonial-theme-default.testimonial-center .testimonial-image,
.testimonial-theme-default.testimonial-center .testimonial-name,
.testimonial-theme-default.testimonial-center .testimonial-website,
.testimonial-theme-default.testimonial-center .testimonial-tagline,
.testimonial-theme-default.testimonial-center .testimonial-rating,
.testimonial-theme-default.testimonial-center .testimonial-message {
	display: block;
	margin: 10px auto 0px auto;
	text-align: center;
	float: none;
}

.testimonial-theme-default.testimonial-center .testimonial-arrow-up,
.testimonial-theme-default.testimonial-center .testimonial-arrow-down {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}


.testimonial-theme-default.testimonial-right .testimonial-image {
	float: right;
	text-align: right;
	margin: 0 0 10px 20px;
}

.testimonial-theme-default.testimonial-right .testimonial-name,
.testimonial-theme-default.testimonial-right .testimonial-website,
.testimonial-theme-default.testimonial-right .testimonial-tagline,
.testimonial-theme-default.testimonial-right .testimonial-rating,
.testimonial-theme-default.testimonial-right .testimonial-message {
	text-align: right;
}

.testimonial-theme-default.testimonial-right .testimonial-arrow-up,
.testimonial-theme-default.testimonial-right .testimonial-arrow-down {
  left: auto;
  right: 10px;
}



/* ===========================================================
 *	Testimonial Submission
 *	@since v1.7
 *	@require BNE Testimonials Pro
 * ======================================================== */
.bne-testimonial-form-wrapper fieldset { border: none; margin: 0; padding: 0; }
.bne-testimonial-form-wrapper label { display: block;  }
.bne-testimonial-form-wrapper p { margin: 0 0 20px; min-height: 20px; }
.bne-testimonial-form-wrapper p br { display: none; } /* fix for theme's that mess with wpautop */
.bne-testimonial-form-wrapper .required { color: red; }
.bne-testimonial-form-wrapper .honey { display: none; }
.bne-testimonial-form-wrapper input[type="text"], .bne-testimonial-form-wrapper input[type="email"] { width: 100%; max-width: 350px; }
.bne-testimonial-form-wrapper textarea { height: 100px; width: 100%; max-width: 350px; }
.bne-testimonial-form-wrapper select { width: auto; }

.bne-testimonial-form-wrapper .error,
.bne-testimonial-form-wrapper .success {
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	display: block;
	max-width: 350px;
}

.bne-testimonial-form-wrapper .error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.bne-testimonial-form-wrapper .success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

@media only screen and (max-width: 600px) {
	.bne-testimonial-form-wrapper input[type="text"],
	.bne-testimonial-form-wrapper input[type="email"],
	.bne-testimonial-form-wrapper textarea { max-width: 90%; }
}



/* ===========================================================
 *	Backwards Compatibility CSS for v1.x
 * ======================================================== */
.bne-testimonial-list-wrapper .single-bne-testimonial{margin-bottom: 30px;}.bne-testimonial-featured-image,.bne-testimonial-featured-image.square,.bne-testimonial-featured-image.circle,.bne-testimonial-featured-image.flat-square,.bne-testimonial-featured-image.flat-circle{width:100px !important;height:100px !important;float:left;margin:5px 20px 10px 0}.bne-testimonial-featured-image,.bne-testimonial-featured-image.square{padding:4px;background:white;border:1px solid #D1D1D1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0px 0px 3px #CCC;-moz-box-shadow:0px 0px 3px #CCC;box-shadow:0px 0px 3px #CCC}.bne-testimonial-featured-image.flat-square{border:none;border-radius:0px;box-shadow:none;padding:0}.bne-testimonial-featured-image.circle{border:none;padding:0px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 0 0 4px white, 0 0 0 5px #D1D1D1, 0px 0px 9px #555;-moz-box-shadow:0 0 0 4px white, 0 0 0 5px #D1D1D1, 0px 0px 9px #555;box-shadow:0 0 0 4px white, 0 0 0 5px #D1D1D1, 0px 0px 9px #555}.bne-testimonial-featured-image.flat-circle{border:none;box-shadow:none;padding:0px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bne-testimonial-heading,h3.bne-testimonial-heading,h4.bne-testimonial-heading{clear:none;margin:0px 0px 5px 0px !important;line-height:1.2em;float:none;text-align:left}.bne-testimonial-details{font-weight:normal;font-style:italic;margin:0px 0px 5px 0px;line-height:1.2em;float:none}.bne-testimonial-description{float:none}.bne-testimonial-description p{float:none}.bne-testimonial-details .bne-testimonial-rating{margin: 10px 0px;}.bne-masonry{margin-bottom:10px}.bne-masonry .single-bne-testimonial{position:relative;padding:15px;margin:1%;background:#FEFEFE;background:-webkit-linear-gradient(45deg, #FFF, #F9F9F9);border:2px solid #FAFAFA;-webkit-box-shadow:0 1px 2px rgba(34, 25, 25, 0.4);-moz-box-shadow:0 1px 2px rgba(34, 25, 25, 0.4);box-shadow:0 1px 2px rgba(34, 25, 25, 0.4);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.single-bne-testimonial.col-1-masonry{width:98%;margin-bottom:15px}.single-bne-testimonial.col-2-masonry{width:47.5%}.single-bne-testimonial.col-3-masonry{width:31%}.single-bne-testimonial.col-4-masonry{width:22.5%}@media (max-width: 1000px){.single-bne-testimonial.col-4-masonry{width:31%}}@media (max-width: 780px){.single-bne-testimonial.col-3-masonry,.single-bne-testimonial.col-4-masonry{width:46%;margin:2%}}@media (max-width: 600px){.single-bne-testimonial.col-2-masonry,.single-bne-testimonial.col-3-masonry,.single-bne-testimonial.col-4-masonry{width:98%;margin-bottom:15px}}.bne-testimonial-warning{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#c09853}.bne-testimonial-pagination{display:block}.bne-testimonial-pagination .page-numbers{background-color:#ffffff;background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#f0f0f0));background-image:-webkit-linear-gradient(top, #ffffff, #f0f0f0);background-image:-moz-linear-gradient(top, #ffffff, #f0f0f0);background-image:-o-linear-gradient(top, #ffffff, #f0f0f0);background-image:-ms-linear-gradient(top, #ffffff, #f0f0f0);background-image:linear-gradient(top, #ffffff, #f0f0f0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f0f0f0');border-radius:3px;border:1px solid #dcdcdc;color:#333;font-size:13px;font-weight:bold;text-decoration:none;-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;box-shadow:inset 0px 1px 0px 0px #ffffff}.bne-testimonial-pagination .page-numbers.current,.bne-testimonial-pagination .page-numbers.current:hover{background:#444;-webkit-box-shadow:inset 0px 0px 5px #666;-moz-box-shadow:inset 0px 0px 5px #666;box-shadow:inset 0px 0px 5px #666;border-color:transparent;color:white}.bne-testimonial-pagination .page-numbers:hover{background:#eee}.bne-testimonial-pagination .page-numbers,.bne-testimonial-pagination .page-numbers.next,.bne-testimonial-pagination .page-numbers.prev{padding:4px 8px}



/* ===========================================================
 *	Miscellaneous
 * ======================================================== */

/*
 * Hide the Shareaholic stuff on our post type
 * Since v1.3 this shouldn't be needed, but left as a backup.
*/
.bne-element-container .shareaholic-canvas,
.bne-element-container #ssba {display:none;}


/*  == Clearfix ==  */
.clear:before, .clear:after, .clearfix:before, .clearfix:after {display: table;content: "";}
.clear:after, .clearfix:after {content: "";visibility: hidden;display: block;height: 0;clear: both;}