/*
Theme Name: Ebullient
Theme URI: http://ebullient.select-themes.com
Description: A Trendy News and Magazine Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Text Domain: ebullient
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.qodef-social-share-holder.qodef-list li a {
    font-size: 16px;
    color: #fff;
    background: #ff1ca4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 8px;
}
#customForm .large_form_3_css input[type="text"] {
	background-color: transparent;
    border: 1px solid #dad8d8;
    border-radius: 0;
	font-family: Poppins, sans-serif;
}
#customForm .large_form_3_css input[type="submit"] {
    line-height: 2em;
	padding: 11px 46px 13px;
    color: #fff;
    background-color: #121212;
    border: 1px solid transparent;
    cursor: pointer;
    font-family: Oswald,sans-serif;
	font-size: 12px;
    letter-spacing: .1em;
    font-weight: 700;
}