@charset "UTF-8";
/*
 * 
Theme Name: ifca news 2020
Theme URL:
Description: 
Version: 1.0

*/


/* =================================================================== */
/* Import Section
====================================================================== */

a {
	color: #b32d00;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #b32d00;
	text-decoration: underline;
}

.btn-light {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

#s {
	border: #cccccc 1px solid;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	width: 80%;
}

ul ul {
	margin-bottom: 0;
	padding: 8px 0 8px 15px;
}

/****************************************
		Post Entry 
*****************************************/


.singlepost-content p {
	font-size: 15px;
	line-height: 28px;
	margin-bottom:20px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: .5rem;
	margin-bottom: .5rem;
	line-height: 1.4;
}

.post-content h4 {
	font-size: 1.5rem;
	line-height: 1.4;
}


.singlepost-content strong {
  font-weight:bold;
  }

.singlepost-content a {color:#990000;}
.singlepost-content a:hover {color:#8F9288;}

.singlepost-content p em{font-style: italic;}

.singlepost-content blockquote{
	border-left:5px solid #ddd;
	background: #eee;
	padding: 10px;
	margin:20px 0;
	font-style:italic;
	}

.singlepost-content blockquote p{margin:0;}
.singlepost-content div.wp-caption{margin: 20px 0;}
.singlepost-content div.wp-caption img{ margin: 0;}
.singlepost-content div.wp-caption p{ font-size:90%;}
.singlepost-content ul, .post ol{
	font-size: 15px;
	line-height: 28px;
	margin:20px 0;}
.singlepost-content ol li{list-style: decimal outside;margin-left:20px;	font-size: 15px;
	line-height: 28px;}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright { float: right; margin: 5px 0 8px 15px; }	
.alignleft { float: left; margin: 5px 15px 8px 0; }


.wp-block-image img {
	max-width: 100%;
	height: auto;
}
	



