HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/public_html/wp-content/plugins/ova-framework/assets/css/_ova_blog.scss
.ova-blog{
	.post-wrap{
		.wrap-article{
			.evgovt-content{
				background: #fff;
			}
			@media(max-width: 1024px){
				height: 100% !important;
			}
		}
	}
	&.blog-grid{
		@media(max-width: 767px){
			padding: 0;
		}
	}
}
/BLOG2/

.grid_default{
	article.post-wrap{
		width: 100%;
	}
	grid-template-columns: 1fr;
	
}

 .grid_default{ 
 	article.post-wrap {
    width: 100%; 
    }
    grid-template-columns: 1fr;
}
.ova-blog2{
    .post-wrap{
    	margin-bottom: 25px !important;
    	min-height: 212px;
	    .wrap-article{
			display: flex;
			flex-wrap: wrap;
			width: 100% ;
			min-height: 212px;
			box-shadow: none !important;
			.post-media{
				width: 50% ;
				 @media (max-width: 767px) {
				 	width:100%;
				 }
				img{
					width: 100%;
					height: 100%;
				}
			}
			.evgovt-content{
				width: 50% ;
				padding: 0px 0px 0px 20px;
				margin-top: auto;
				margin-bottom: auto;
				@media (max-width: 767px) {
				 	width:100%;
				 	padding: 15px 15px 15px 0px;
				}
				.post-meta-date{
					margin: 0;
				}
			}
        }
    }
}
.ova-blog3{
    .post-wrap{
    	margin-bottom: 0 !important;
    	min-height: 450px;
	    .wrap-article{
			display: flex;
			width: 100% ;
			box-shadow: none !important;
			.post-media{
                position: relative;
				width: 100% ;
				min-height: 450px;
				&:before{
		          	background: rgb(32,43,93);        
		          	background: linear-gradient(0deg, rgba(16, 19, 31, 0.9) 0%, rgba(16, 19, 31, 0.1) 50%);
		          	position: absolute;     
		          	top: 0;      
		          	left:0;       
		          	width: 100%;       
		          	height: 100%;
		            content: "";        
		        }
				img{
					width: 100%;
					height: 100%;
				}
				.evgovt-content{
				width: 100%;
				position: absolute;
				z-index: 3;
				left: 0;
				bottom: 0;
				padding: 20px 20px 40px 20px;
				background: none;
				.post-meta-date{
					margin: 0;
				}
			}
			}
			
        }
    }
}
.box_home7{
	.ova_box_feature_2{
		box-shadow: none !important;
	}
}