/*
Theme Name: Stylus Partners
Template: bi
Version: 1.0
*/

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

/* DEFAULT BODY STYLES */

p, ul, li {
	font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
	line-height: 24px !important;
	letter-spacing: 0.2px; }

@media screen and (max-width: 850px) {

p, ul, li {
    font-size: 14px !important;
	line-height: 22px !important; }
	
}
	
/* CUSTOM ANCHORS */

a.anchor-white { color: #FFFFFF !important; }

a.anchor-white:hover { color: #3CA6A6 !important; }

/* SIZE / STYLE VARIANTS */

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

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

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

/* DIVIDERS */

.is-divider {
	background-color:rgba(255,255,255,.4) !important; }
	
.nav-dark .nav>li.header-divider {
  border-color:rgba(255,255,255,.4) !important; }
	
/* HEADINGS */

h1,h2,h3,h4,h5,h6 { 
	color: #024959 !important; 
	font-family: "semplicitapro", sans-serif !important;
	font-weight: 700 !important;
	font-style: normal; }

h1 {
	font-size: 40px; 
	line-height: 46px; }
		
h2 {
	font-size: 32px !important; 
	line-height: 38px !important; }
	
h3 {
	font-size: 26px; 
	line-height: 32px; }
	
.h5, h5 {
    font-size: 20px; }
	
@media screen and (max-width: 768px) {
	
h1 {
	font-size: 34px; 
	line-height: 40px; }
		
h2 {
	font-size: 26px !important; 
	line-height: 32px !important; }
	
h3 {
	font-size: 22px; 
	line-height: 28px; }
}

/* TABLES */

table tr td {
	border: solid 0px!important;
	color: #000000 !important; }

/* TABLEPRESS */

td.column-1, th.column-1 {
	padding-left: 10px !important; }

.tablepress tfoot th, .tablepress thead th {
    background-color: #012E40 !important;
    color: #FFFFFF !important; }
	
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    line-height: 1.8em !important; }
	
table tr th, table tr td {
	color: #000000 !important;
    font-size: 14px !important;
	line-height: 18px !important;
	text-transform: none !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; }

/* HIDE - SHOW */

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

	
.desktop-hide { display: none !important; }
	
}

@media only screen and (max-width: 850px) {

.mobile-hide { display: none !important; }
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  { 

.desktop-hide { display: block !important; }
.mobile-hide { display: none !important; }

}
	
/* SPACERS */

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

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

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

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

.spacer-15 {
	clear: both;
  	margin: 0;
 	padding: 15px 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; }

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

.spacer-100 {
	clear: both;
  	margin: 0;
 	padding: 100px 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-30 { padding: 30px; }
.pad-60 { padding: 60px; }
	
/* CORE COLOR SPANS */

.tope { color: #F2E3D5; }

.teal { color: #3CA6A6; }

.mid-blue { color: #024959; }

.dark-blue { color: #012E40; }

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

* BG COLOR SPANS */

.tope-bg {  background-color: #F2E3D5 !important; }

.teal-bg {  background-color: #3CA6A6 !important; }

.mid-blue-bg {  background-color: #024959 !important; }

/* BUTTONS */

.banner .button, .gform_wrapper .button, input[type="submit"], input[type="reset"], input[type="button"], .wln-button { 
z-index: 14;
font-size: 16px;
font-weight: 600;
color: rgb(255, 255, 255);
border-style: solid;
border-width: 4px;
border-radius: 0px;
letter-spacing: 0.2px;
visibility: inherit;
transition: none 0s ease 0s;
text-align: center;
text-transform: none !important; 
padding: 0px 40px;
min-height: 0px;
min-width: 0px;
max-height: none;
max-width: none;
opacity: 1;
transform: translate3d(0px, 0px, 0px);
transform-origin: 50% 50% 0px;
box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
white-space: normal !important; }

@media screen and (max-width: 768px) {
    
.banner .button, .gform_wrapper .button, input[type="submit"], input[type="reset"], input[type="button"], .wln-button { 
font-size: 14px !important;
padding: 5px 15px !important; }
    
.quantity input { padding: 2px 10px !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; }

.has-dropdown .icon-angle-down { display: none !important; }

.nav-dropdown.nav-dropdown-bold > li > a {
	border-radius: 0px !important; }

.off-canvas-center.mfp-bg.mfp-ready {
	opacity: 1 !important; }
	
/* MOBILE MENU */

.mfp-bg.off-canvas-center:not(.dark) {
    background-color: #f1C433 !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: #3CA6A6  !important; }
	
/* GRAVITY FORMS */

.gform_required_legend { display: none !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: 60px; }
	
.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 #FFFFFF !important;
    border-radius: 0px !important; }
	
select, .select2-container .select2-choice {
    height: 60px !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 #FFFFFF !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 ; }

input[type=submit].button {
  background-color:var(--fs-color-secondary) !important; }

/* ABSOLUTE FOOTER */

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

.absolute-footer ul {
    border-bottom: 0px solid rgba(55, 71, 79, 1.0) !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;}
	
.absolute-footer ul li a:hover {
    color: #3CA6A6 !important; }

.absolute-footer {
    padding: 10px 0px 30px 0px; }
	
.copyright-footer,  .absolute-footer p {
	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; }

/* GOOGLE reCAPTCHA V3 ICON */

.grecaptcha-badge { visibility: hidden !important; }
