/*
Theme Name: Nicely Theme
Theme URI: http://www.madeNicely.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* General Stuff */ 
p {margin-bottom: 20px;}
.nicely-z-index {
	position: relative;
	z-index:999;
}

.nicely-line-list li {
	list-style: none;
	border-bottom: 1px solid #0f2033;
	padding: 10px 0 10px 0;
}
/* Buttons */ 
.nicely-gradient-btn a.fl-button {
	background: rgb(239,162,32);
	background: linear-gradient(90deg, rgba(239,162,32,1) 70%, rgba(255,255,0,1) 100%) !important;
}
.nicely-gradient-btn a.fl-button:hover {
	background: rgb(239,162,32);
	background: linear-gradient(270deg, rgba(239,162,32,1) 70%, rgba(255,255,0,1) 100%) !important;
}

/* Top Bar Stuff */
.nicely-search input[type=search] {
	background-color: #0f2033!important;
	border: none!important;
}

.nicely-top-donate a {
	background: rgb(239,162,32);
	background: linear-gradient(65deg, rgba(239,162,32,1) 65%, rgba(255,255,0,1) 100%) !important;
	text-transform: uppercase;
	border-radius: 14px;
	margin-left: 20px;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.nicely-top-donate a:hover {
	background: rgb(239,162,32);
	background: linear-gradient(270deg, rgba(239,162,32,1) 70%, rgba(255,255,0,1) 100%) !important;
	color: #ffffff !important;
}
.nicely-top-join a {
	border: 1px solid #efa220;
	text-transform: uppercase;
	border-radius: 14px;
	margin-left: 7px;
	margin-right: 10px;
	padding-left: 25px !important ;
	padding-right: 25px !important;
}

.nicely-top-translate a {
	margin-right: 20px;
}
.nicely-top-join a:hover {
	background-color: #efa220;
	color: #ffffff !important;
}

a.glink {
	display: inline;
	padding-right: 0 !important;
	border-bottom: none !important;
}

/* Forms */
div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 0 0 10px 0 !important;
}
.nicely-join .uabb-form-field input {
	border-radius: 22px !important;
}

/* Everyaction Forms */
.everyaction-form section.at-inner {
    background-color: transparent !important;
}
.everyaction-form input {
	border-radius: 25px !important;
	padding: 20px !important;
}

.everyaction-form header.at-title {
	padding: 0 !important;
	color: #0F2033 !important;
	font-size: 36px;
    line-height: 1;
    letter-spacing: 0px;
	font-family: "Poppins",sans-serif;
    font-weight: 200;
	text-align: left;
	margin-left: 30px;
}
.everyaction-form .at fieldset legend {
	font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: 300;
	margin-left: 25px;
	margin-top: 20px;
}
.everyaction-form .at label {
	font-family: "Poppins",sans-serif;
    font-size: 14px;
	margin-left: 25px;
}
.everyaction-form .at label input {
	margin-left: -10px;
}
.everyaction-form input[type=submit] {
    padding: 12px 40px !important;
}

.nicely-join-form .at-inner {
    background-color: transparent;
}
.nicely-join-form .at-inner header,
.nicely-join-form .at-inner legend {
    display: none;
}
.nicely-join-form .at-inner .at-text {
	color: #fff;
}
.nicely-join-form .at {
	color: #ed981d;
	text-align: center;
}

.nicely-join-form .at-inner input[type="email"] {
	padding: 20px !important;
	border-radius: 25px !important;
	font-size: 16px;
	margin-top:5px;
}
.nicely-join-form .at-inner input[type="submit"] {
	border-radius: 25px !important;
}



/* */
div.wpforms-container-full .wpforms-form .wpforms-field-html .nicely-no-bull ul li {
    list-style: none !important;
}

@media (max-width: 768px) {
	.fl-node-60abdc47b0c41 .uabb-wpf-styler .wpforms-form button[type=submit] {
   	 margin:0 auto !important;
	}
}

/* Blog */
h5.fl-post-feed-title {margin-bottom: 3px;}

/* UsersWP */
.uwp_page h1.fl-post-title {display: none;}
.nicely-member-login a {
	background: #41d329;
	font-size: 12px;
	color: #fff !important;
}
.nicely-member-login a:hover {
	background: #349e22;
	color: #fff !important;
}
.uwp_widget_register h3.card-title,
.uwp_widget_register .uwp-footer-link,
.uwp-footer-link a.uwp-register-link {
	display: none !important;
}
