/*
Theme Name: FocusWP Pro Insurance Managers
Author: FocusWP Team
Author URI: http://2020creative.com
Template: focuswp.blue
*/
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
	color: var(--primary);
	/* letter-spacing: 2px; */
}

note, .note {
	padding:0.5rem;
	background-color: yellow;
	color:magenta !important;
}
body:not(.logged-in) note, body:not(.logged-in) .note {
	display: none;
}

#header {
	padding-top:0.7rem;
	padding-top:2rem;
}
.navbar {
	padding-bottom:1.3rem;
}
#fwp-nav-img {

}

.form-control, .btn {
	border-radius: unset;
}

.btn .dashicons {
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.color_red{
	color: #ae172b;
}
.color_orange{
	color: #f6a800;
}
.img-logo{
	max-height:110px;
	width:auto;
}

/*
 * https://github.com/twbs/bootstrap/issues/21885#issuecomment-434760204
 */
.card-img-top {
	width: 100%;
	flex-shrink: 0;
}
@media (max-width: 576px) { 
	#google_translate_element {
		display: inline-block !important;
		position: relative !important;
		margin-top:-25px !important;
		margin-left:10px;
		float:none;
		height:50px;
		width:100%;
		text-align:center;
	}
	#announcement-html h5 {
		font-size:0.9rem;
	}
	#wpadminbar {
		display: none;
	}
	.logo {
		padding-top:5px !important;
		padding-bottom:0px !important;
	}
	.goog-te-combo {
		border:0px solid red;
		float:left;
		background-color: #e3e3e3;
		padding:5px 15px !important;
		text-align:center;
	}
	select.goog-te-combo option {
		text-align:center;
	}
	.goog-te-gadget {
		border:0px solid blue;
		display: inline-block;
		width:90%;
	}
 }

