/*
	Theme Name: FAFIA-AFAI
	Description: Feminist Alliance for International Action custom theme
	Author: Biju Creative
	Author URI: http://www.bijucreative.com/
	Version: 1.0
*/
@import url('assets/css/app.min.css');

/* customizations */

.entry p a {
    color: #de9740;
	border-bottom: 1px solid rgba(190,71,48,0);
transition: .3s color, .3s border;
}

.entry p a:hover {
text-decoration: none;
color: #be4730;
border-bottom: 1px solid rgba(190,71,48,1);
}

.lang-menu .current-lang a {
	background: #d5835e;
}

.lang-menu .current-lang:hover a {
	background: #d5835e !important;

}