/*
Theme Name: SD Themes
Description: Theme for innovion.in
Author: Sudip das
Version: 1.0
*/
.frm-wrap .tnp-field-email label{
	display:none;
}
.frm-wrap .tnp-field-email .tnp-email{
	width: 85%;
    float: left;
    color: #ffffff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: none;
    background: rgba(255,255,255,0.4);
}
.frm-wrap .tnp-field-button{
    float: left;
    width: 100%;
}
.frm-wrap .tnp-field-button .tnp-button{
	float: left;
	padding: 15px 30px;
	color: #ffffff;
	font-size: 14px;
	background: #a9263e;
	border-radius: 5px;
	border: none;
    cursor: pointer;
}
.wpcf7-validation-errors{
	float:left;
	padding: 8px 5px;
}
.wpcf7-not-valid-tip{
	float: left;
    margin-top: 5px;
}
.wpcf7-mail-sent-ng{
	float:left;
	padding: 8px 5px;
}
.contact-form .frm-wrap .sub-btn{
	cursor:pointer;
}
.single-models #filter_issues_wrap_length{
	display:none;
}
.single-models #filter_issues_wrap_filter{
	margin: 16px 0;
	float: left;
    width: 100%;
}
.single-models #filter_issues_wrap_filter label input{
	width: 94%;
    float: right;
    min-height: 45px;
    border: 1px solid;
    border-image: linear-gradient(to right, #fb4356 0%, #f6c460 60%);
    border-image-slice: 1;
    padding-left: 15px;
}
.pagination-wrap a, .pagination-wrap span {
	float: left;
    text-align: center;
    font-family: 'montserratregular';
    width: auto;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0;
    color: #a9263e;
    line-height: 1;
    /* width: 40px; */
    padding: 10px 15px;
    background-color: transparent;
    border: 1px solid #a9263e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 0;
    margin-right: 10px;
}
.pagination-wrap .current {
	background-color: #a9263e;
    color: #fff;
    border-color: #a9263e;
}
.arrow_wrapper a{
	color:#fff;
	position:relative;
}
.arrow_wrapper.asc a:after {
	content: '';
	position: absolute;
	right: -22px;
	top: 0px;
	width: 16px;
	height: 16px;
	background: url(images/arrow-up.png) no-repeat;
	background-position: 4px;
}
.arrow_wrapper.desc a:after {
	content: '';
	position: absolute;
	right: -22px;
	top: 0px;
	width: 16px;
	height: 16px;
	background: url(images/arrow-down.png) no-repeat;
	background-position: 4px;
}
.page-template-template-documents .document-content .doc-content-img{
	height:800px !important;
}
.pagination-wrap .disabled{
	display:none;
}
.center{
	text-align:center;
	width:100%;
	float: left;
}