/*
Theme Name: Travelista Child
Description: Child theme for the Travelista WordPress theme
Author: Simrandeep Singh
Template: travelista
*/

/* Start Adding Your CSS Here */

h1.entry-title {
	font-family: "Kumbh Sans";
	line-height: 50px;
	font-weight: 800;
	font-style: normal;
	font-size: 40px;
}

i.fa-thumb-tack {
	display:none;
}

a.fa-tag {
	padding-left: 4px;
}

span.post-cats i.fa-tag {
	display:none;
}

.cat-cover-box {
	padding: 10px 10px;
}

.cat-cover-box p {
	text-align: left;
	margin-left: 10px;
}

.archive-cover-content img.size-medium {
/*padding-right: 10px:*/
}


body.archive div.post-cats, body.archive .post-meta span.post-author, body.archive .post-meta span.post-tags, body.archive .post-meta span.post-comments, body.archive .post-meta span.post-views  {
	display:none;
}

body.archive .content-area .entry-header h2.title {
font-size: 40px;
line-height: 40px
}
.mgl-gallery-container {
	margin-bottom: 10px;
}


/* Essential Facts styles */
ul.further-reading {
	margin: 25px 0 32px;
	background: #edf7f7;
	/*font-size:.9em;*/
	padding: 14px 18px 10px;
	display: inline-block;
	border: 1px solid #93c8c8;
	width: 100%;
}
ul.further-reading li:before  {
	/*content: "\f0a4";*/ /*fa-hand-o-right*/
	/*content: "\f138";*/  /*fa-chevron-circle-right*/
	/*content: "\f0a9";*/ /*fa-arrow-circle-right*/
	content: "\f00c"; /*fa-arrow-circle-right*/
}

