/*
 Theme Name:   TravelTips Child
 Template:     traveltips
*/

.header-submission, .section-featured .post__entry-cat, .post__entry-meta .entry-meta__avata, .post__entry-meta .post__entry-categories, .post__entry-meta .entry-meta__date::after, .media-img__option-view .tb, .heading-page__subtitle {
	display: none !important;
}

.post--list .post__entry {
    padding-top: 0 !important;
}

.entry-header__title {
    font-size: 26px !important;
    line-height: 34px !important;
}

.widget_follow__content {
	width: 87px;
    margin: 0 auto;
}

.header__nav .nav-menu > li > a {
		font-size: 11px !important;
	}

.section-featured {
    padding-bottom: 50px !important;
}

#heading-page .bg__overlay {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.page-template .post-comment, .post-comment .author-box {
	display: none !important;
}

.post-related__item .post-related__item-title {
	overflow: visible !important;
    white-space: initial !important;
    padding: 10px 5px !important;
    font-size: 11px !important;
}

.post .post__share .post__share-list {
    visibility: initial !important;
    opacity: 1 !important;
}

div.post__entry-footer > div > div > div > a:nth-child(4), div.post__entry-footer > div > div > div > a:nth-child(5), div.post__entry-footer > div > div > div > a:nth-child(7), div.post__entry-footer > div > div > div > a:nth-child(8) {
	display: none !important;
}

.page-template-default .author-box__name, .page-template .author-box__name {
	display: none !important;
}

@media(max-width: 1024px) {
	.header__nav .nav-menu > li > a {
    	padding: 0 10px !important;
	}
}

@media(min-width: 1410px) and (max-width: 1599px) {
	.header__nav .nav-menu > li > a {
		font-size: 13px !important;
	}
}

@media(min-width: 1600px) {
	.header__nav .nav-menu > li > a {
		font-size: 16px !important;
	}
}