/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Button Styling */
.btn:not(.btn-custom-typo):not(.btn-inherit):not(.uncode-nav-container){
    background-color: #f8971d !important;
    color: #02243c !important;
	border: solid #f8971d !important;
	text-decoration: none;

}

.style-dark .btn-default:not(.btn-hover-nobg):not(.icon-animated):hover{
    border: solid #f8971d !important;
}

.style-light .btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover {
	border-color: #f8971e !important;
}

/* Text Styling */
b, strong {
	font-weight: 800;
}

.style-light a {
	color: #02243c !important;
	font-weight: 600;
	text-decoration: underline;
}

.style-light a:hover{
	color: #f8971e !important;
}

@media (max-width: 569px) {
    .fontsize-160206 {
        font-size: 65px !important;
    }
}

/* Nav Styling */ 
@media (min-width: 960px) {
	.hmenu .menu-horizontal-inner {
		padding-top: 20px;
	}
}
	
/* Ninja Forms Styling */
.field-wrap input[type=submit] {
	margin-top: 35px;
    background-color: #f8971d;
    color: #02243c;
}
	
	
/* Mailchimp Form Styling */
form#mc-embedded-subscribe-form {
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
}
#mc_embed_signup_scroll {
	padding: 10px;
	position: relative;
	top: 2px;
	width: 100%;
}
#mc_embed_signup_scroll .mc-field-group {
	display: inline-block;
	float: left;
	width: 33%;
}
#mc_embed_signup_scroll .mc-field-group input {
	height: 45px !important;
	margin-top: 5px;
	padding: 10px !important;
	width: 90%;
	margin-bottom: 20px;
}
	
.style-dark input[type="submit"] {
	background-color: #f8971e !important;
	border: solid #f8971d !important;
    color: #02243c !important;
	}

	
.style-dark input[type="submit"]:hover {
    border: solid #f8971d !important;
	background-color: transparent !important;
	color: #ffffff !important;
	}
	
