/*
Theme Name: WPE
Template: bi
Version: 1.0
*/

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

/* DEFAULT BODY STYLES */

p, ul, li {
    font-size: 16px;
	line-height: 24px !important;
	letter-spacing: 0.2px; }
	
/* SIZE / STYLE VARIANTS */

.smaller { font-size: 12px !important; line-height: 18px !important; }

.larger { font-size: 24px; line-height: 29px !important; }

@media screen and (max-width: 768px) {
    
.larger { font-size: 18px !important; line-height: 24px !important; }
    
}
	
/* HEADINGS */

h1,h2,h3,h4,h5,h6 { text-transform: uppercase !important; }
	
@media screen and (max-width: 768px) {
	
}

/* DIVIDERS */

hr { opacity: 0.5 !important; }

.is-divider { background-color:rgba(255,255,255,0.5) !important; }
	
/* CLEARER */

.clearer {
	clear: both;
  	margin: 0;
 	padding: 0; }
	
/* NOSPACE GRID GENERIC LAYOUT STYLES */

.collapsed .col  {
    padding: 0px !important;
	margin: 0px !important; }

.ux-slider, .ux-row-slider {
    margin-bottom: 0px !important; }
	
/* SPACERS */

.spacer-5 {
	clear: both;
  	margin: 0;
 	padding: 5px 0px 0px 0px; }

.spacer-10 {
	clear: both;
  	margin: 0;
 	padding: 10px 0px 0px 0px; }
	
.spacer-20 {
	clear: both;
  	margin: 0;
 	padding: 20px 0px 0px 0px; }
	
.spacer-30 {
	clear: both;
  	margin: 0;
 	padding: 30px 0px 0px 0px; }
	
.spacer-40 {
	clear: both;
  	margin: 0;
 	padding: 40px 0px 0px 0px; }

.spacer-50 {
	clear: both;
  	margin: 0;
 	padding: 50px 0px 0px 0px; }
	
/* CIRCULAR IMAGES */

.circular-image img {
	width: 150px;
	height: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	-ms-border-radius: 150px;
	-o-border-radius: 150px;
	border-radius: 150px;
	border: solid #FF444B 5px; }
	
/* SECTION STYLES */

.pad-5 { padding: 5px; }
.pad-10 { padding: 10px; }
.pad-30 { padding: 30px; }
.pad-60 { padding: 60px; }
	
/* CORE COLOR SPANS */

.blue { color: #283593; }

.teal { color: #5CBB9E; }

.white-text { color: #FFFFFF; }

.black { color: #000000; }

/* BG COLOR SPANS */

.white-bg {  background-color: #FFFFFF !important; }

.teal-bg {  background-color: #5CBB9E !important; }
	
/* MENU */

#header .nav li.has-icon-left > a > i, #header .nav li.has-icon-left > a > svg, #header .nav li.has-icon-left > a > img {
    margin-right: 10px !important; }

.off-canvas-center.mfp-bg.mfp-ready {
	opacity: 1 !important; }
		
/* BLOG STYLE TWEAKS */
	
footer.entry-meta {
	display: none !important; }
	
.post-date {
	color: #FFFFFF !important;
	border: 2px solid #FFFFFF !important;
	padding: 4px !important; }
	
.entry-image .post-date {
	display: none !important; }
	
.navigation-post {
    border-bottom: 0px !important; }

/* SOCIAL ICONS */

.social-icons .icon {
	color: #FFFFFF !important;
	margin-right: 0.75em; }
	
.social-icons .icon:hover {
    color: #FF444B  !important; }
		
/* GRAVITY FORMS */

.gform_wrapper .gfield_required {
    color: #F3B840 !important; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    border-radius: 0px !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset !important;
    height: 40px; }
	
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border-radius: 0px !important; }

.gform_wrapper select {
    border: 3px solid #EDEDED !important;
    border-radius: 0px !important; }
	
select, .select2-container .select2-choice {
    height: 40px !important; }

.gform_wrapper.gf_browser_chrome input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]), .gform_wrapper.gf_browser_chrome textarea, .gform_wrapper.gf_browser_gecko input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]), .gform_wrapper.gf_browser_gecko textarea, .gform_wrapper.gf_browser_safari input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]), .gform_wrapper.gf_browser_safari textarea {
    border: 3px solid #EDEDED !important; }
	
.gform_wrapper.gf_browser_gecko .gfield_checkbox li input, .gform_wrapper.gf_browser_gecko .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_browser_gecko .gfield_radio li input[type="radio"] {
    margin-top: 10px !important ;
	margin-right: 10px !important ; }

.no-label-form label { display: none !important; }

/* FOOTER CONTENT */

.footer-link a { color: #979B9E !important; }

.footer-link a:hover { color: #FFFFFF !important; }
	
/* ABSOLUTE FOOTER */

.absolute-footer ul li a {
    letter-spacing: 0.2px; 
	color: #FFFFFF !important;
	font-size: 16px !important; }

.absolute-footer ul {
    border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important; }
	
.absolute-footer ul li a:hover {
    color: #FFFFFF !important; }

.absolute-footer {
    padding: 10px 0px 30px 0px; }
	
.copyright-footer,  .absolute-footer p {
    padding-top: 15px !important;
	font-size: 16px !important;
	line-height: 20px !important;
	letter-spacing: 0.2px;
    opacity: 1 !important;
	color: #FFFFFF !important;
	display: inline-block; }
	
.copyright-footer a, .absolute-footer p a {
	color: #FFFFFF !important; }


