/*
 Theme Name:   World Bird Traveler
 Theme URI:    http://worldbirdtraveler.com
 Description:  Avada Child Theme
 Author:       Freshworks Web Design
 Author URI:   http://freshworks.ca
 Template:     Avada
 Version:      1.0.4
*/

/* Utility */
.flex {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}

/* Menu */
.fusion-main-menu>ul>li>a, 
.fusion-vertical-menu-widget ul.menu li a, .side-nav li a {
	font-size: 25px !important;
}

/* Typography */
#content .post-content h1,
#content .post-content h2,
#content .post-content h3,
#content .post-content h4,
#content .post-content h5,
#content .post-content h6 {
	color: #747474;
}


/* Country Links */
.post-links {
	margin: 20px 0; 
}

.post-links a {
	font-size: 24px;
}

.post-links a:hover {
	color: #fff;
}

.fusion-logo img {
	max-width: 80px;
}

h2.entry-title {
	font-size: 40px !important;
}

/* Media Queries */
@media (min-width: 800px) {

	/* Remove header block as it's disabling the slider click */
	.fusion-header-v6-content {
		display: none !important;
	}

}
