/*CSS for Testimonial form*/
.tp-form {
    font-family: 'Segoe UI Light';
    font-size: 15px;
}
.testimonial-form .items {width: fit-content; margin: 0 auto;}
.tp-form label {margin: 5px 0 0 0;}
.testimonial-form select{
    display: inline-block;
	width: 260px;
    height: 33px;
    padding: 4px;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #787878;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    cursor: pointer;
}
.testimonial-form input{
	display: inline-block;
	width: 260px;
    height: 33px;
    padding: 4px;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #787878;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.testimonial-form textarea{
    display: inline-block;
	width: 300px;
    height: 210px;
    padding: 4px;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #787878;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.testimonial-form textarea:hover, .testimonial-form textarea:focus,
.testimonial-form input:hover, .testimonial-form input:focus,
.testimonial-form select:hover, .testimonial-form select:focus {outline: 0;}
#jform_verify{
width:30px;
border-left: 0;
}
input#jform_verify:hover, input#jform_verify:focus {outline: 0;}
.tp-form .field-img {
	min-width: 40px;
    width: 40px;
    height: 33px;
    border: 1px solid #787878;
    border-right: none;
    padding: 2px 4px;
    display: block;
    float: left;
    background: #FFF;
    margin: 0;
    text-align: center;
}
.tp-form .field-img img {height: 25px;}

.tp-form-body-left, .tp-form-body-right {
    width: fit-content;
    float: left;
    margin: 0 10px;
}

.testimonial-form .star {
    color: #FF0000;
}
.testimonial-form-head {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    padding: 20px 0 10px;
    margin: 0;
    color: #444444;
    font-family: 'Segoe UI SemiLight';
}
.top-form-verify-numbres {
    height: 33px;
    margin-top: -1px;
    margin-bottom: 10px;
    margin-right: -1px;
    padding: 6px;
    display: inline-block;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #787878;
    border-right: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.success-form {
    background: none repeat scroll 0 0 #DAF2E4;
    border: 1px dotted #48BF7A;
    color: #333333;
    font-size: 12px;
    padding: 5px;
}


.testimonial-error {
    background: none repeat scroll 0 0 #ffbaba;
    border: 1px solid #d6010e;
    color: #d6010e;
    font-size: 12px;
    padding: 6px;
}
.tp-form-verify {width: 150px; float: left;}
.tp-form-verify .top-form-verify-input {margin-top: 5px;}
.tp-form-button {float: left;}
.tp-form-button .tpm-button {
    background: #30BF39!important;
    border-radius: 25px;
    border: 2px solid #c0c0c0;
    color: #fff;
    padding: 8px 35px;
    cursor: pointer;
    font-size: 16px;
}
.tp-form-button button.tpm-button:hover {color: #fff;}
.tp-form-button button.tpm-button:focus {outline: 0;color: #fff;}

/*CSS for mobile devices to make form responsive*/
 @media only screen and (max-width: 767px) {
    .testimonial-form {padding: 2px 10px;}
    .tp-form-body-left, .tp-form-body-right {float: none;}
.tp-showcase{
width: 100% !important;
}
}


/*Testimonial Page Style*/
.tp-showcase{
display:inline-block;
 vertical-align: top;
}
.tp-showcase-testimonial{
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
}
	
.tp-showcase p {
    margin: 0;
    padding: 3px;
	line-height: 150%;
}

.tp-image-align{
display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
	}
.tp-additional-info{	
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}

.tp-info-name {
    color: #000;
    font-weight: bold;
}

.tp-below-date {
    font-size: 11px;
   /* margin-left: 10px;*/
}

.tp-ratings .fa-star {
    color: gold;
    font-size: 14px;
    margin-right: 2px;
}

.tp-image-align .tp-circle{
    border-radius: 50%;
    overflow: hidden;
}
.tp-image-align .tp-round{
    border-radius: 10%;
    overflow: hidden;
}
.tp-bubble-round{
  border-radius: 10px;
  }
.tp-info-company > a{
}
/*bubble bottom*/
.tp-showcase-bubble-bottom,.tp-showcase-bottom{
	display: block;
	width: 100%;
}
.tp-showcase-testimonial-bottom:after{
	border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 0;
    z-index: 1;
}
.tp-showcase-testimonial-bottom{
    margin-top: 20px;
    padding: 10px;
    position: relative;
}
.tp-showcase-testimonial-bottom:after{
	left:30px;
}
.tp-showcase-testimonial-bottom-center:after{
	left:50%;
}
.tp-additional-info-bottom{	
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}
/*bubble top*/
.tp-showcase-bubble-top,.tp-showcase-top{
	display: block;
	width: 100%;
}
.tp-showcase-testimonial-top:after{
	border-style: solid;
	border-width: 10px 10px 0;
	bottom: -10px;
	content: "";
	display: block;
	position: absolute;
	width: 0;
	z-index: 1;
}
.tp-showcase-testimonial-top{
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
}
.tp-showcase-testimonial-top:after{
	left:30px;
}
.tp-showcase-testimonial-bottom-top:after{
	left:50%;
}
.tp-additional-info-top{	
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}
/*bubble right*/
.tp-additional-info-right{	
	vertical-align: middle;
	font-size: 12px;
	text-align:center;
}
.tp-showcase-right{
  display: table-cell;
    padding-right: 20px;
    vertical-align: top;
	}
.tp-showcase-bubble-right{
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.tp-showcase-testimonial-right:after{
content: '';
position: absolute;
border-style: solid;
border-width: 10px 10px 10px 0;
display: block;
width: 0;
z-index: 1;
margin-top: -10px;
left: -10px;
top: 30px;
}
.tp-showcase-testimonial-right{
    padding: 10px;
    position: relative;
}

/*bubble left*/

.tp-additional-info-left{	
	vertical-align: middle;
	font-size: 12px;
	text-align:center;
}
.tp-showcase-left{
  display: table-cell;
    padding-left: 20px;
    vertical-align: top;
	}
.tp-showcase-bubble-left{
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.tp-showcase-testimonial-left{
    padding: 10px;
    position: relative;
}
.tp-showcase-testimonial-left:after{
content: '';
position: absolute;
border-style: solid;
border-width: 10px 0px 10px 10px;
display: block;
width: 0;
z-index: 1;
margin-top: -10px;
right: -10px;
top: 30px;
}

.testimonial-form .sm {
    background: none repeat scroll 0 0 #e6f2e6;
    color: #30bf39;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px dotted;
    text-align: center;
    font-size: 16px;
}

.testimonial-form .fm {
    background: none repeat scroll 0 0 #FCD9D9;
    color: #FF0000;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px dotted;
    text-align: center;
    font-size: 16px;
}
@media only screen and (max-width: 480px) {
.tpm-showcase-right {display: block; text-align: center;}
    .tpm-image-align {display: block;}
}