.like_share_notification {
	background: #faf8d7;
	border-radius: 16px;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 2px 5px 9px 1px #8080804f;
	position: relative;
	border: 1px solid #bbbbbb14;
}

.like_share_notification span {
	color: #42A5F5;
	font-weight: bold;
}

.like_share_notification i {
	right: 1px;
	position: absolute;
	top: -7px;
	color: #42a5f5;
	transform: rotate(36deg);
	font-size: 23px;
}

.archive.category .timeline-contents .post-thumbnail.tie-appear {
	width: 100%;
	/*padding: 20px;*/
}
h2.timeline-head {
	color: #00BCD4;
}
.archive.category .timeline-contents .post-thumbnail.tie-appear img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

h2.timeline-head {
	color: #00BCD4;
}

.timeline-contents .post-thumbnail.tie-appear img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.timeline-contents .post-thumbnail.tie-appear {
	width: 100%;
	/*padding: 20px;*/
}

a.downloadButtonCustom {
    margin: 0 auto;
    transition: 0.5s;
    display: block;
    text-align: center;
    width: 50%;
    border: 1px solid #73ccf0;
    border-radius: 50px;
    padding: 15px 10px;
    margin-top: 10px;
    color: #73ccf0;
    font-size: 17px;
}

a.downloadButtonCustom:hover {
    background: #73ccf0;
    color: white;
}

body{
	font-size: 14px;
}

#check-also-box {
    box-shadow: -2px 2px 20px 1px grey;
}

section#related_posts img {
    height: 130px;
    object-fit: cover;
}

#tabbed-widget .wp-post-image.tie-appear {
    height: 60px;
    object-fit: cover;
}

p#breadcrumbs {
    border: 1px solid #e2e2e2;
    padding: 10px;
    box-shadow: 0 0 3px #CACACA;
    margin-bottom: 10px;
}

.detect-box {
    width: 500px;
    position: fixed;
    height: 300px;
    background: white;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    z-index: 999;
    border: 1px solid #dfdfdf;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    display: none;
}

.detect-box img {
    width: 100px;
    margin: 0 auto;
}

.detect-box .h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.detect-box .box-tool {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
}

.detect-box .box-tool div {
    border: 1px solid gray;
    width: 30%;
    display: inline-block;
    padding: 10px;
    border-radius: 16px;
    cursor: pointer;
}

.detect-box .box-tool .keepview {
    color: #F44336;
    border-color: #F44336;
    margin-right: 20px;
}

.detect-box .box-tool .keepview:hover {
    background: #F44336;
    color: white;
}

.detect-box .box-tool .reload {
    color: #37b8eb;
    border-color: #37b8eb;
}

.detect-box .box-tool .reload:hover {
    background: #37b8eb;
    color: white;
}

.background-filter {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000b3;
    z-index: 998;
}

.smile-face{
	display: none;
}

.cat-box .cat-box-content .other-news img {
    height: 60px;
    object-fit: cover;
}

.single-post .entry a {
    color: #42a5f5;
}

.single-post .entry a:hover {
    color: #008dff;
}