@charset "UTF-8";

/*
	Theme Name: CharityWP Child Theme
	Theme URI: http://themeforest.net/user/gloriathemes
	Description: CharityWP Child Theme
	Author: Gloria Themes
	Author URI: http://gloriathemes.com/
	Template: charitywp
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: charitywp-child
	Version: 1.0
*/

.custom-top-link {
	float: right;
}

.custom-top-link div {
	display: inline-block;
	padding: 14px 10px 7px;
}

.custom-top-link div i{
	margin-right: 10px;
}

.custom-top-link div.donate-link {
	display: inline-block;
	background-color: #ED0E69;
}

.custom-top-link div a {
	color: #ffffff;
}

.header-style-1 .social-share .social-links {
    position: inherit;
    border: initial;
    background: transparent;
    right: calc(0px + 15px);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    visibility: initial;
    opacity: initial;
    top: calc(100%);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    z-index: 5;
    list-style: none;
	margin: 0px; 
}

.header-style-1 .social-share {
	padding: 0px;
}

.header-style-1 .header-top-bar .social-share .social-links li a {
	padding: 14px 10px 7px;
	font-size: 17px;
}

.header-style-1 .social-share .social-links li {
	margin: 0px;
}

.header-top-bar .container{
    display: flex;
    justify-content: flex-end;
}
