/*

	Common Stylesheet For: Dao Hrd Edit Child

*/


.col-3 .video-block:first-child {
    width: 23%;
}
.col-3 .video-block {
   width: 23%;
}
.col-4 .video-block:first-child {
    width: 31%;
}
.col-4 .video-block {
   width: 31%;
}
.col-6 .video-block:first-child {
    width: 48%;
}
.col-6 .video-block {
   width: 48%;
}
.video-thumbimg {
    font-size: 16px;
    position: relative;
    width: 100%;
    float: left;
    height: auto;
}
.video-block a img, .video-block img {
    width: 100% !important;
    height: auto !important;
    border: none;
}

.widget_wysija .wysija-paragraph {
	margin-bottom: 4px;
}

.widget_wysija .wysija-submit {
	margin-top: 4px;
}

.herald-site-footer {
    float: right;
}

#comments-evolved-tabs ul.controls li img {
    float: left;
    margin-top: 2px;
}

.entry-meta-wrapper .herald-share .whatsapp a {
	display: none;
}

.controls .ui-state-default > .ui-tabs-anchor > img {
	display: none;
}

.herald-single-mobile-sticky .herald-sticky-share {
    width: 290px;
}

.herald-mobile-nav li a {
    height: auto;
}

.header-top {
	height: 32px;
}

.header-top .herald-menu > ul > li > a {
	font-size: 13px;
}

.herald-menu.secondary-navigation ul > li > a {
    float: right;
    padding: 6px 2px !important;
	text-transform: capitalize;
	color: #fff;
	font-weight: normal;
}

.header-top .herald-soc-nav a {
    margin: 2px 0;
}

.herald-menu-popup-search .fa {
	padding: 8px 0;
}

.widget-title {
    background: #444;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.4px;
    margin: 0 0 30px;
    padding: 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.widget-title span {
    background-color: transparent;
	padding: 0;
	color: #fff;
}

.widget-title::before {
    bottom: auto;
    position: absolute;
    right: 5%;
    top: 18%;
	font-size: 20px;
	background-color: transparent;
}

.widget-title::after {
    left: 5%;
    position: absolute;
    top: 18%;
	font-size: 20px;
	background-color: transparent;
	width: auto;
}

.widget-title::before, .widget-title::after {
    content: "\2022";
	color: #fff;
}

.post_letti.widget, .post_condivisi.widget {
	overflow: hidden;
}

.post-hits.new-layout {
	float: left;
	width: 49.5%;
	height: 155px;
	margin-bottom: 1%;
}

.post-hits.new-layout:nth-child(odd) {
	margin-right: 0.5%;
}

.post-hits.new-layout:nth-child(even) {
	margin-left: 0.5%;
}

.post-hits.new-layout h3 {
	padding: 12px 12px 5px 12px;
	font-size: 15px;
	color: #fff;
	line-height: 16px;
	position: relative;
}

.post-hits.new-layout h3::before {
	content: "";
	position: absolute;
	left: -2px;
	height: 1px;
	background-color: #fff;
	width: 10px;
	top: 20px;
	display: block;
}

.post-hits.new-layout span {
	padding: 5px 12px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	display: block;
	line-height: 15px;
}

body .overlay-box {
	display: block;
	background-color: transparent;
	width: 100%;
	height: 155px;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

body .overlay-box:hover {
	background-color: rgba(0,0,0,0.7);
}

body .overlay-box h3, body .overlay-box span {
	visibility: hidden;
}

body .overlay-box:hover h3, body .overlay-box:hover span {
	visibility: visible;
}

/*

	New article layout

*/
/* Layout A4 */

.herald-lay-a4 .wrapper-lay-a4 {
	margin-bottom: 20px;
	padding: 40px 15px;
	border: 1px solid rgba(102, 102, 102, 0.15);
	overflow: hidden;
}

.herald-lay-a4 .entry-meta, .herald-lay-a4 .meta-category {
	text-align: right;
	margin: 0 0 4px 0;
}

.herald-lay-a4 .entry-meta .meta-item {
    margin-right: 0;
	margin-left: 20px;
}

.herald-lay-a .herald-read-more {
	float: right;
	margin-top: 40px;
}

.herald-lay-a .herald-post-thumbnail {
	margin-bottom: 15px;
}


/* Layout B2 */

article.herald-lay-b2 .wrapper-lay-b2 {
	border-bottom: 1px solid rgba(102, 102, 102, 0.15);
	padding-bottom: 50px;
	margin-bottom: 50px;
}

article.herald-lay-b2:nth-child(even) .col-lg-4 {
	float: right;
}

article.herald-lay-b2:nth-child(even) .col-lg-8 {
	text-align: right;
}

.herald-no-right-pad {
	padding-right: 0 !important;
}

.herald-lay-b2 .entry-header, .herald-lay-b2 .entry-content {
	text-align: center;
}

.herald-mobile-nav li a:hover {
	background-color: #2e2e2e;
}

#cookie-notice a {
	color: #ebb47b;
	font-weight: 500;
	text-decoration: underline;
}

.entry-meta-wrapper .avatar {
    width: 100px !important;
}

#author .herald-mod-head {
	text-align: right;
}


@media only screen and (max-width: 768px) {
	.entry-meta-wrapper .herald-share .whatsapp a {
		color: #34af23;
		display: block;
	}
	.herald-sticky-share .herald-share .whatsapp a {
		background: #34af23 none repeat scroll 0 0;
	}
	.herald-sidebar {
		text-align: center;
	}
	img.alignleft {
		display: block;
		float: none;
		margin: 10px auto;
		text-align: center;
	}
}

