/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


h1, h2, h3, h4, h5, h6, .heading-font {
    color: #2A3986;
}

.col, .gallery-item, .columns {
    position: relative;
    margin: 0;
    padding: 0 30px;
    width: 100%;
}

.nf-form-layout .nf-field-element select, .nf-form-layout .nf-field-element input {
    height: inherit !important;
}

.fullrow {
	max-width:100%;
}

.homeboxes {
	    min-height: 106px;
}

#apilink {
	position: relative;
    display: inline-block;
    background-color: #29378b;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: white;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}

.navbutton {
	background: #2A3986;
    padding: 0px 20px !important;
    border-radius: 20px;
}

.navbutton a {
	color:white !important;
}

.lightsidebar {
	background:rgba(234, 241, 249, 0.46) !important;
}

.page-inner ul {
	margin-left:30px;
	margin-right: 30px;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

.page-wrapper {
	padding-top:0;
	padding-bottom: 0;
}

#content {
	padding-top:40px;
	padding-bottom: 40px;
}

.nav-dropdown-default {
    padding: 12px !important;
}

.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    content: none;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background-color: #446084;
    transition: all 0.3s;
    opacity: 0;
    height: 0px !importants;
}

.lightsidebar {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.home #content, .page-id-3145 #content, .page-id-3193 #content, .page-id-3195 #content {
	padding-top:0 !important;
	padding-bottom: 0 !important;
}

.lightsidebar {
	padding-top:30px;
	padding-bottom: 40px;
}

.field-wrap input[type=button] {
	background: #2A3986 !important;
	color:white !important;
}

.nf-form-layout .nf-field-element select, .nf-form-layout .nf-field-element input {
    height: 45px !important;
}

.list-checkbox-wrap .nf-field-element li, .list-radio-wrap .nf-field-element li {
	clear: both;
}

.list-checkbox-wrap .nf-field-element li input, .list-radio-wrap .nf-field-element li input {
    height: inherit !important;
}

.nav-small.nav>li.html {
    font-size: 1rem !important;
}

#wpmem_register_form .checkbox {
	float: right;
width: 96%;
}

#wpmem_register_form .div_checkbox {
	width: 3%;
float: left;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}