/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*********** BASE STYLES ***********/

/* Categories horizontal menu */
ul#menu-categories-horizontal {
	text-align: center;
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 50px;
}
ul#menu-categories-horizontal li {
	display: block;
}
ul#menu-categories-horizontal li:last-of-type:after {
	display: none;
}

/* About Author section on blog posts */
.about-author .about-author-container .avatar {
	margin-bottom: 20px;
}
.about-author .about-author-container .avatar a {
	float: left;
    padding-right: 20px;
}
.about-author .about-author-container .avatar a img{
	position: relative;
	top: 4px;
}
.about-author .about-author-container .avatar .description {
	margin-top: 0;
}

/* Comments */
#comment-policy a {
    color: #00833b;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    transition: all, 0.25s;
    -webkit-transition: all, 0.25s;
}
#comment-policy a:hover {
    border-bottom-color: #00833b;
}
/*********** MEDIA QUERIES ***********/

/* Medium */
@media screen and (min-width: 713px) {

	/* Categories horizontal menu */
	ul#menu-categories-horizontal li {
		display: inline-block;
	}
	ul#menu-categories-horizontal li:after {
		content: '|';
		color: #222222;
		padding: 0 25px;
	}
	ul#menu-categories-horizontal li:last-of-type:after {
		display: none;
	}

	.about-author .about-author-container .avatar .description {
		overflow: hidden;
	}
}

/* Large */
@media screen and (min-width: 857px) {
	
	/* Categories horizontal menu */
	ul#menu-categories-horizontal {
		font-size: 24px;
		line-height: 32px;
	}
}


