/* Contents of an post
-----------------------------------*/
.agl_coverimg {}
.agl_coverimg .agl_coverimg_container {text-align: center;}
.agl_coverimg .agl_coverimg_container .img {}
.agl_coverimg .agl_coverimg_container .img img {}

.agl_post_content {
	overflow: hidden;
    position: relative;
    display: block;
    z-index: 0;
}
.agl_post_content .agl_post_content_container {}

.agl_post_content .agl_category_title {}
.agl_post_content .agl_title {}
.agl_post_content .agl_date {}
.agl_post_content .posted-on {margin-right: 10px;}
.agl_post_content .posted-on .updated {display: none;}
.agl_post_content .agl_author {}
.agl_post_content .agl_premore {}
.agl_post_content .agl_postmore {}
.agl_post_content .agl_tag {}
.agl_post_content .agl_category {}

.agl_coverimg_full_width {
	display: block;
    width: 100%;
    overflow: hidden;
    position: relative;padding: 0 40px;
}
.agl_coverimg_full_width .agl_coverimg_full_width_container {
	text-align: center;
	background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    width: 100%;
    height: 350px;
    display: block;
}
/* Leave Reply
-----------------------------------*/
.agl_comment_separation {
	display: block;
    width: 100%;
	clear: both;
}
.agl_comment_btn {text-align: right;}
.agl_comment_form {}

.agl_comment h2 {
	background: none repeat scroll 0 0 #ccebed;
    padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.agl_comment ol li.comment {
	list-style-type: none;
	padding-bottom: 15px;
    border-bottom: 1px dashed #969696;
}
.agl_comment .says {
	display: none;
}
.agl_comment .fn:after {
	content: "|";
}
.agl_comment .vcard, .agl_comment .commentmetadata {
	display: inline-block;
}
.agl_comment .vcard .fn, .agl_comment .vcard .fn a {
	color: #ccebed;
	font-size: 1.2em;
	font-weight: bold;
}
.agl_comment .commentmetadata {
	font-size: 0.8em;
}

/* Captcha
-----------------------------------*/
#AgileCaptcha {
	vertical-align: bottom;
}
#refresh_AgileCaptcha {
	display: inline-block;
	height: 35px;
}
#agile_post_captcha_code {
	width: auto;
}
.agl_captcha_br {
	clear: both;
    display: block;
}
.agl_comment_validation_msg {
    padding: 5px 10px;
	margin: 15px 0;
	-webkit-box-shadow: 0 1px 7px rgba(255,0,0,0.2);
	-moz-box-shadow: 0 1px 7px rgba(255,0,0,0.2);
	box-shadow: 0 1px 7px rgba(255,0,0,0.2);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* List of posts
-----------------------------------*/
.agl-clear {clear: both;}
.agl_list_row.simple_list {border-bottom: 1px solid #e6e6e6;margin-bottom: 40px;padding-bottom: 40px;}
.agl_list_row.simple_list:last-child {border-bottom: none;margin-bottom: 0;padding-bottom: 0;}

.agl_list_row.simple_list .agl_title a {text-decoration: none;}
.agl_list_row.simple_list .agl_title {margin: 0 0 10px;padding: 0;}
.agl_list_row.simple_list .agl_date, .agl_author {font-size: 14px;display: inline-block;margin: 0 3px;}
.agl_list_row.simple_list .agl_coverimg {margin-bottom: 25px;}
.agl_list_row.simple_list .agl_coverimg img {height: auto !important;width: 100% !important;}

.agl_list_row.simple_list .agl_content a {text-decoration: none;}
.agl_list_row.simple_list .agl_content p:last-of-type {margin-bottom: 0;padding-bottom: 0;}
.agl_list_row.simple_list .agl_premore {margin-top: 15px;display: inline-block;}

.agl_list_row.simple_list .agl_list_row-grid-empty {border: 1px dashed #ccc;font-size: 16px;padding: 20px;text-align: center;}
/*/*/
.agl_list_row.grid {margin: 0 auto;position: relative;}
.agl_list_row.grid .agl_list_row_container {background: #fff;border: 1px solid #e6e6e6;visibility: hidden;margin-bottom: 60px;}
.agl_list_row.grid .agl_coverimg img {height: auto !important;width: 100% !important;}

.agl_list_row.grid .agl_title {padding-bottom: 7px;font-size: 20px;line-height: 26px;margin: 0 0 10px;padding: 0;}
.agl_list_row.grid .agl_content p {font-size: 14px;line-height: 22px;}
.agl_list_row.grid .agl_content p:last-of-type {margin-bottom: 0;padding-bottom: 0;}

.agl_list_row.grid .agl_date, .agl_author {display: inline-block;font-size: 14px;padding-bottom: 10px;}
.agl_list_row.grid .agl_premore {margin-top: 10px;display: inline-block;}


/*  #Mobile (Portrait) width of 320px */
@media only screen and (max-width: 767px){
.agl_list_row.one {
    
}
.agl_list_row.two {
    
}
.agl_list_row.three {
    
}

}
/* #Mobile (Landscape) width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px){
.agl_list_row.one {
    
}
.agl_list_row.two {
	
}
.agl_list_row.three {
    
}

}
/* #Tablet (Portrait) Note: Design for a width of 768px */
@media only screen and (min-width: 950px) and (max-width: 1199px){
.agl_list_row.one {
    
}
.agl_list_row.two {
    
}
.agl_list_row.three {
    
}
.agl_coverimg {
    
}

}
@media only screen and (min-width: 768px) and (max-width: 979px){
.agl_list_row.one {
    
}
.agl_list_row.two {
    
}
.agl_list_row.three {
    
}
.agl_coverimg {
    
}

}
/* Responsive Note: Design for a min-width of 1200px */
@media (min-width: 1200px){

}