/*!
Theme Name: Mericler Application Center
Theme URI: Mericler Application Center
Author: Mericler Application Center
Author URI: James Richardson
========================================================================== */


/** By James **/

h2, h3, h4{
	color: #0088cc !important;
	text-transform:uppercase;
	/* font-weight: bold;
	filter: drop-shadow(2px 10px 12px #000000); 
	
	margin-top:0px !important;
	margin-bottom:0px !important; */
	
} 

.ffcc_blue{
	color: #0088cc !important;
}

.ffcwll_main_pargraph{
	margin-bottom: 20px;
}

.ffcwll_img{
	box-shadow: 2px 10px 12px #000000 !important;
}

.ffcwll_btn{
	background: linear-gradient(0deg, #2f2f2f 0%, #8a8a8a 100%) !important;
	transition: all;
	color: #fff;
}

.ffcwll_main_pargraph p{
	color: #fff !important;
	text-align:justify;
}

.ffcwll_header {
      height: 140px; /* Set the height of your header */
      background-image: url('../img/texture.png'), url('../img/left-image.png'), url('../img/right-image.png') !important;
      background-repeat: repeat, no-repeat, no-repeat !important;
      background-position: center center, left center, right center !important;
    }
	
.ffcwll_intro_div {
  background-image: url('../img/BG_02.webp') !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.ffcwll_main_text, .ffcwll_main_text p, .wixui-rich-text{
  color:#fff !important;
  line-height: 18px;
  text-align:justify;
  margin-bottom:22px;
  font-weight:bold !important;
  /* text-shadow: -1px 3px 3px #000000 !important; */
}

.thick_short_hr{
	border-top: solid 5px #fff !important;
    width: 10%;
}

.spanner_white h4{
	color:#fff !important;
}

/** Form **/
.wpforms-field-hp {
    display: none !important;
}
#wpforms-6-field_0, #wpforms-6-field_1, #wpforms-6-field_3{
	width: 100%;
	height: 44px;
	border: none;
	outline: none;
	background-color: #F5F7FA !important;
	padding: 10px;
	margin-bottom: 20px
}

#wpforms-6-field_0:hover, #wpforms-6-field_1:hover, #wpforms-6-field_3:hover, #wpforms-6-field_2:hover{
	border-bottom: 2px solid #20D34A;
}


#wpforms-6-field_2{
	width: 100%;
	height: 140px;
	border: none;
	outline: none;
	background-color: #F5F7FA !important;
	padding: 10px;
	margin-bottom: 20px
}

#wpforms-submit-6{
	display: inline-block;
	border: none;
	outline: none;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #283290 !important;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.05em;
	cursor: pointer;
	padding:18px;
	width: 100%;
}

#wpforms-submit-6:hover{
	background-color:  #20D34A !important;
	border-bottom: 2px solid #283290;
}


.wpforms-field-label{
	/* display:none; */
}

label[for="wpforms-226-field_0"], label[for="wpforms-226-field_1"], label[for="wpforms-226-field_2"], label[for="wpforms-226-field_3"]
{
    display:none;
}

::placeholder {
  color: #888888;
  font-weight: bold;
  text-transform: uppercase;
}

.footer_link:hover{
	text-decoration:underline;
}

.jimmi_nav{
	background: linear-gradient(0deg, #343434 0%, #898989 100%);
	border-radius:3px;
	height:40px;
}

.sticky-top{
	background: linear-gradient(0deg, #191919 0%, #292929 100%);
	padding:20px;
}


.jimmi_img {
 border:2px #fff solid;

}