/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.filters-cat-form{
	display: flex;
}


.prp_cats_posts-row{
	display: grid;
  	grid-template-columns: auto auto;
  	grid-column-gap: 20px;
	margin-top:30px;
	clear:both;
}

.prp_form_col select:focus {
    outline: none;
}

.prp_form_col select{
	padding: 10px;
    width: 98%;
    color: #003da7;
    font-weight: 700;
    border: 1px solid #ddd;
    background: linear-gradient(45deg, transparent 50%, #f7f7f7 50%), linear-gradient(135deg, #f7f7f7 50%, transparent 50%), linear-gradient(to right, #003da7, #003da7);
    background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.6em 3.5em;
    background-repeat: no-repeat;
    border: thin solid #ddd;
    font: 300 1em/100% "Helvetica Neue", Arial, sans-serif;
}



.prp_form_col label{
	display:block;
	font-weight:bold;
	font-size: 16px;
	padding: 10px 10px 10px 0px;
	font-family: 'Montserrat';
}

.prp_form_col {
    display: table-cell;
}

.filters-form{
	display: flex;
}
.prp_form_col01{
	width: 50%;
}

.filter-post-col1{
 width: 33%;	
}

.filter-post-col2{
 width: 33%;	
}

.filter-post-col3{
 width: 22%;	
 vertical-align: bottom;
}

.filter-post-col4{
 width: 5%;	
 vertical-align: bottom;
}

.wrap.filter-row-container {
    display: inline-block;
	width: 100%;
}

.filter-post-submit{
	border: none;
    font-size: 16px;
    padding: 10px 20px 8px 20px!important;
    letter-spacing: 1.5px;
    font-weight: 500;
    min-height: 40px!important;
}

.prp_posts-row{
	clear:both;
	margin-top:20px;
}

.prp_filter_cols{
	width:48%;
	float:left;
	margin-bottom: 28px;
	padding:0px;
}

.prp_author{
	color:#003DA7;
}

.filter_post_pagination{
	clear:both;
	text-align: center;
    position: relative;
    top: 30px;
	margin-bottom: 31px;
}

.filter_post_pagination .page-numbers{
    background: transparent;
    border: 1px solid #F0F1F3!important;
    height: 40px;
    width: 40px;
	padding: 10px 15px;
    cursor: pointer;
    z-index: 99999;
    font-weight: 700;
	font-family:'Roboto';
	font-weight:bold;
	font-size:14px;
}

.filter_post_pagination .next{
    border: none!important;
    font-size: 18px!important;
}

.filter_post_pagination .prev{
    border: none!important;
    font-size: 18px!important;
}

.prp_custom_post_row .prp_filter_cols:first-child {
    margin-right: 4%;
}

.filter_post_pagination .current{
	background: #003da7;
	color:#fff;
}

.prp_thumbnail_image img{
	object-fit:cover;
	height: 220px!important;
    object-position: 0px 34px;
}

.chk_box_div{
	position: relative;
    top: -10px;
}

.prp_interest_topic
{
	font-family: 'Montserrat';
    font-weight: bold;
	font-size:12px;
}

.prp_post_meta{
	font-size:14px;
	font-family: 'roboto';
}

.prp_custom-title a{
	color:#000;
	font-family: 'Montserrat';
    font-size: 20px;
}

.prp_custom-title a:hover{
	color:#003da7;
}



@media only screen and (max-width: 860px) {
	.prp_form_col label{
		font-size: 15px;
	}
}

@media only screen and (max-width: 550px) {

   .filters-form{
		display: inline;
	}
	.prp_form_col01{
		width: 100%;
	}
	.filter-post-submit{
		margin-top: 15px;
	}

   .prp_form_col {
    	display: block;
	}

	.filter-post-col1{
	 	width: 100%;	
	}

	.filter-post-col2{
	 	width: 100%;	
	}

	.filter-post-col3{
	 width: 100%;	
	 vertical-align: bottom;
	}

	.filter-post-col4{
	 width: 100%;	
	 vertical-align: bottom;
	}
	.chk_box_div{
		position: relative;
    	top: 0px;
		padding: 20px 0px;
	}
	
	.prp_filter_cols {
		width: 100%;
		float: initial;
		margin-bottom: 28px;
		padding: 15px;
	}


}

@media only screen and (max-width: 400px) {
	.single_article .elementor-post__text{
		bottom:0px!important;
	}
}

