/*
Theme Name: 100EH
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: JBWP
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

.widget h2 {
font-size: 25px;
    margin-top: 15px !important;
}

.fl-content h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 10px;
}

/* LOGIN AREA */

.login-widget {
  text-align: center;
}

.login-widget .widgettitle {
	font-size: 28px;
	padding-bottom: 7px;
	border-bottom: 2px solid #42210b;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.login-widget label {
	color: #42210b;
	width: 100px;
	display: inline-block;
}

.login-widget input[type="password"], input[type="email"], textarea, select {
	font-size: 18px;
}

input[type="password"], input[type="email"], textarea, select {
	font-size: 18px;
}

.login-widget input[type="text"], input[type="password"], input[type="email"], textarea, select {
	font-size: 18px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
	font-size: 18px;
}

#wp_sidebarlogin-2 {
	text-align: center;
}

.login-widget .login-username {
	padding-bottom: 0px;
}

.login-widget .login-password {
	padding-bottom: 0px;
}

.login-widget .login-submit {
	padding-bottom: 0px;
}

.login-widget input[type="submit"], input[type="button"], button {
	background: none;
	border: 2px solid #42210b;
	border-radius: 10px;
	font-size: 20px;
  color: #42210b;
}

.login-widget ul {
	padding: 0 !important;
}

.login-widget .pagenav li {
	text-align: center !important;
	display: inline-block;
	padding: 0 20px 0 20px;
}


/* CUSTOM SPAN CLASSES
------------------------------------------------------------------------------------------------------- */




/* SMARTPHONE
------------------------------------------------------------------------------------------------------- */

@media all and (max-width: 767px) {

a[href^="tel"] {
    color:inherit;
    text-decoration:none;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

body {
  font-size: 20px !important;
}



}

/*  TABLET
---------------------------------------------------------------*/

@media (max-width:991px) and (min-width:768px) {



}


/*  DESKTOP
---------------------------------------------------------------*/

@media (max-width:1199px) and (min-width:992px) {


}

/*  LARGE DESKTOP
---------------------------------------------------------------*/

@media only screen and (min-width : 1200px) {


}
