/* SLIDE VERSION */
.testimonial_rotator.format-rotator .slide { display: none; }
.testimonial_rotator h1,
.testimonial_rotator h2 { margin: 10px 0 0 0; padding: 0; color: #ffffff;}
.testimonial_rotator .testimonial_rotator_slide_title { margin: 0 0 5px 0; }
.testimonial_rotator.template-longform .testimonial_rotator_author_info { margin: 5px auto 10px auto; padding: 5px; border: none; color: #ffffff; }
.testimonial_rotator.template-default .testimonial_rotator_author_info { font-style: italic; color: #ffffff;line-height: 1.2em; padding: 10px 0 10px 15px; border-left: solid 3px #efefef; margin: 10px 0; }
.testimonial_rotator.template-default .testimonial_rotator_author_info p { font-size: 1.1em; line-height: 1.2em; }

/* accordian */
.theme-component-accordion.ui-accordion .ui-accordion-header span.theme-icon-meta-arrow-right-12
			{
				width:44px;
				height:44px;
				font-size:16px;
				background:none;
				padding-left:4px;
				line-height:42px;
				border-width:2px;
				text-align:center;
				border-style:solid;
        border-color:#077e94;
				border-radius:999px;
				display:inline-block;
			}
.theme-component-accordion.ui-accordion .ui-accordion-header
{
	color:#33a7be;
}

.theme-component-accordion.ui-accordion .ui-accordion-header:hover
{
	color:#33a7be;
}

/* EXTRAS */
.testimonial_rotator_microdata { display: none; }

.testimonial_rotator_stars { padding: 10px 0; }
.testimonial_rotator_star {
	margin: 0 3px 0 0;
	float: left;
	width: 20px; height: 20px;
	color: #c4ff00;
	font-size: 20px;
	line-height: 20px;
}


.theme-page-header .theme-page-header-bottom h1
{
	font-family:'PT sans';
	font-style:italic;
	font-weight:900;
	text-transform:capitalize;
	line-height:1.4em;
	letter-spacing:2px;
}

/* THEME: DEFAULTS */
.testimonial_rotator.template-default .slide { width: 100%; height: auto; }

.testimonial_rotator.template-default .has-image .img,
.testimonial_rotator_single.has-image.template-default .img { width: 20%; margin-right: 5%; float: left; padding: 0; padding-top: .5em; }

.testimonial_rotator.template-default .has-image .img img,
.testimonial_rotator_single.has-image.template-default .img img { width: 100%; max-width: 250px; height: auto; }

.testimonial_rotator.template-default .has-image .text,
.testimonial_rotator_single.has-image.template-default .text { width: 75%; float: left; padding: 0; margin: 0; }

.testimonial_rotator.template-default .testimonial_rotator_author_info { font-style: italic; line-height: 1.2em; padding: 10px 0 10px 15px; border-left: solid 3px #efefef; margin: 10px 0; }
.testimonial_rotator.template-default .testimonial_rotator_author_info p { font-size: 1.1em; line-height: 1.2em; }

/* image bg highlighy*/
page-content .theme-image.theme-image-hover .theme-image-hover-layer {
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: absolute;
    background: #ffffff;
}

/* forms controls */
.wpcf7 { 
background-color: #ffffff;
padding:20px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
background:#e6e2e2;
color:#000000;
width: 500px;
font-family:open sans, sans-serif; 
font-style:bold; 
border-style:solid;
border-width:2px;
border-color:#333333;
}
label {
    color: #333333;
}


.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
background-color:#f2f2f2;
width:300px;
text-align:center;
text-transform:uppercase;
}

/* Menu Padding*/
.theme-page-header .theme-page-header-top .theme-page-header-top-menu.theme-page-header-top-menu-default>ul>li>a {
    padding: 36px 7px 36px 7px;
}
