.ipray-results-pagination li{
	list-style:none;
	float:left;
	margin-right:10px;
	border:1px solid #eee;
	border-radius:3px;
	padding:3px 8px;
}
.ipray-results-pagination li a{
	text-decoration:none;
	display:inline-block;
}
.ipray-results-pagination li.active span.current{
	font-weight:700;
}
.ipray-results-pagination li.active span.current.prev, .ipray-results-pagination li.active span.current.next{
	font-weight:400;
	color:#ccc
}
.ipray-results-pagination{
	margin-top:30px;
}
.ipray-links:before, .ipray-links:after, .ipray-results-pagination:before, .ipray-results-pagination:after{
	content:" ";
	display:table;
}
.ipray-links:after, .ipray-results-pagination:after{
	clear:both;
}
label.error{
	position:relative;
	top:-15px;
	font-size:12px;
	font-weight:400;
	color:red;
}
.ipray-search-results{
	margin:30px 0;
}
.ipray-prayer .meta-data{
	display:inline-block;
	margin-left:5px;
}
.ipray-count-area{
	margin-bottom:50px;
	margin-left:20px;
	float: right;
	text-align: center
}
.ipray-forms-common{
	margin:40px 0;
}
.ipray-submitlink,.ipray-links a.btn,.ipray-forms-common input[type="submit"]{
	background: #c1beb6;
	color: #fff!important;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 8px;
	display: inline-block;
	cursor: pointer
}
.elementor-page .ipray-links a.btn,.elementor-page .ipray-forms-common input[type="submit"]{
	background: var(--e-global-color-primary)
}
.ipray-submitlink:hover,.ipray-submitlink:active,.ipray-links a.btn:hover,.ipray-links a.btn:active,.ipray-submitlink:focus,.ipray-links a.btn:focus,.ipray-forms-common input[type="submit"]:hover{
	color: #fff!important;
	background: #333
}
.ipray-submitlink.deactive{
	opacity: .6
}
.ipray-submitlink.active{
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
}
.ipray-prayer {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f8f7f3;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.ipray-forms-common .row{
	margin-left: -15px;
	margin-right: -15px
}
.ipray-forms-common .row:before, .ipray-forms-common .row:after {
    display: table;
    content: '';
}
.ipray-forms-common .row:after {
    clear: both;
}
.ipray-forms-common .col-md-4,.ipray-forms-common .col-md-6,.ipray-forms-common .col-md-8{
	padding: 0 15px;
	float: left
}
.ipray-forms-common .col-md-4{
	width: 33.33333333333333%
}
.ipray-forms-common .col-md-6{
	width: 50%
}
.ipray-forms-common .col-md-8{
	width: 66.66666666666666%
}
.ipray-forms-common .row .form-control{
	-webkit-appearance: auto;
	width: 100%;
	margin-bottom: 20px
}