/*
Theme Name: Custom Insurance Agency Theme
Theme URI: http://www.GlitchGuards.com
Description: A finely crafted and functional theme for use by insurance agencies by Glitch Guards.
Author: Glitch Guards
Author URI: http://www.glitchguards.com
Template: wp-rootstrap
Version: 1.0
*/

@import url("../wp-rootstrap/style.css");


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
	## Colors
	## Body
# Typography (Fonts)
# Elements (Links/Boxes/Headings/Paragraphs/etc...) 
# Forms
# Navigation
	## Links
	## Features (Social/Address/etc...)
# Accessibility (Browser Support)
# Alignments (Custom Grids/Align-L-R/etc...)
# Clearings (Margins/Padding)
# Author Elements
# Content
	## General
	## Header
	## Homepage
	## Search Results
	## Posts
	## Pages
	## Comments
	## Footer
# Sidebar
	## Widgets
# Infinite Scroll
# Media
	## Captions
	## Galleries
	## Graphics
# Bootstrap
	## Grid
# Plugins
	## Superfly Menu
	## Shortcodes Ultimate
	## List Category Posts
	## Contact Form 7
	## WP Discuz
	## Contact Details
# Responsive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# NORMALIZE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/

body {
    color: #000;
    word-wrap: break-word;
    line-height: 2;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}



/*--------------------------------------------------------------
# ELEMENTS
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #216C2A;
}

a {
    color: #28A137;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.uppercased {
	text-transform: uppercase;
}




/* --Header-- */

.logo {
	max-height:100px;
	min-width: 300px;
	padding-top: 10px;
}

.navbar-header {
	width: 50%;
	text-align: center;
}

.navbar-brand {
	float: none !important;
}

.button-container {
	width: 25%;
	display: block;
	float: right;
}

.header-right-button {
    height: 100px;
    font-weight: 600;
	width: 100%;
	text-align: center;
	align-content: center;
	padding-top: 2.5rem;
	font-size: 30px;
}
	
.header-right-button a {
    color: #279735 !important;
	display: block;
}

.header-right-button a:hover{
	color: #373737 !important;
}

.header-right-button a span {
	display:block;
	text-decoration: underline;
}

.phone-container {
  background: url(/wp-content/uploads/2022/05/phone_icon.png) center left no-repeat;
  padding-left: 10px;
  height: 55px;
}

.mobile-quote-btn {
	display: none;
}

.sticky-wrapper {
	height: 99px !important;
}

.navbar-container {
    height: 60px;
    background-color: #373737;
	border-bottom: 1px solid #216c2a;
	border-top: 1px solid #216c2a;
	margin-top: 10px;
}

.navbar > .container .navbar-brand {
    margin: 5px 0px;
}

.navbar-collapse {
	padding: 0px !important;
}

.nav.navbar-nav {
    float: unset;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
	white-space: nowrap;
}

.navbar.navbar-default {
    margin-top: 0px;
	background-color: #f4f4f4;
	border-bottom: 3px solid rgb(55, 55, 55);
	height: 110px;
}

.nav > li {
    width: 100%;
    text-align: center;
}

.navbar-nav > li > a {
	padding-top: 17px;
    padding-bottom: 18px;
	color: #f4f4f4;
	font-weight: bold;
	font-size: 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
	line-height: 40px;
}

.navbar-default .navbar-nav > li > a:hover {
	background-color: #eeeeee4d;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee4d;
    height: 60px;
	margin-top: -4px;
}	

.navbar-default .navbar-nav > .active > a {
	background-color: #044967;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
	border-top: 3px solid transparent;
}

.primary-nav {
}

.head-social {
    float: left;
    width: 25%;
	height: 100px;
    margin-top: unset;
    margin-right: unset;
	text-align: center;
}

.tbl-op ul {
    margin-left:0;
    padding:0;
    list-style-type:none;
    color:#67696B;
	height: 40px;
	margin: unset;
	line-height: 2;
}

.tbl-op li {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #111010;
    border-radius: 20px;
    padding: 5px 0px;
    background-color: #373737;
    float: right;
    margin: 0px 5px;
    width: 40px;
    height: 40px;
	font-size: 20px;
}

.tbl-op li .fa-li {
    position: static;
}

.social-block {
    display: block !important;
    margin-top: 4px;
    margin-left: -2px;
	color: white;
}

.btn-group {
	padding-top: 3rem;
}

a.social-icons {
	color: #e6af11;
}

a.social-icons:hover {
	color: #67696B;
}


/* --Content-- */


#page {
	width: unset !important;
}

.home-hero {
	background-image: url(/wp-content/uploads/Images/Home-Hero.jpg);
    min-height: 450px;
	max-height: 450px;
	background-size: cover;
}

.home-main-box-container {
	height: 450px;
	display: table;
}

.home-main-wrapper {
	max-width: 375px;
	display: table-cell;
	vertical-align: middle;
}

.home-main-box {
	/* background-color: rgba(4, 73, 103, 0.72); */
	background-color: rgba(33, 108, 42, 0.81);
	background-color: #ffffff80;
	min-height: 100px;
	color: #000;
	padding: 1.5rem;
}

.home-main-box-h1 {
	font-weight: bold;
	margin-top: unset;
	width: 100%;
	padding-bottom: 5px;
	color: #373737;
}

#hero-slideshow {
	z-index: -1;
}

.hero-message {	
  	font-size: 40px;
  	text-shadow: -1px -1px 5px #000, 1px 1px 5px #000;
	font-weight: bold;
	text-align: center;
	z-index: 2;
	position: absolute;
	color: white;
	margin-top: -250px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#hero-floater {
	margin-top: -100px;
}

.floater-container {
  margin-left: auto;
  margin-right: auto;
}

#hero-floater .floater-container {
	justify-content: space-between;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	text-align: center;
	width: 1170px;
}

.flobox {
	height: 200px;
	width: 30%;
	cursor: pointer;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	position: relative;
}

.flobox:hover {
	text-decoration: none;
}

.flobox span {
	font-size: 25px;
	line-height: 1.1em;
	padding: 5%;
	height: 100%;
	width: 100%;
}

.flobox span:hover {
	height: 25%;
}

.flobox span:active {
	height: 25%;
}

.flobox div {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}

.flobox span, .flobox div {
	line-height: 1em;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	transition: all .5s ease;
}

#flobox01 span {
	background: none rgba(39, 151, 53, 0.5);
	z-index: 2;
}

#flobox02 span {
	background: none rgba(55, 75, 81,.7);
	z-index: 2;
}

#flobox03 span {
	background: none rgba(39, 151, 53, 0.5);
	z-index: 2;
}

#flobox01 div {
	background-image: url(/wp-content/uploads/2022/05/Semi-Truck-Driving-Down-Highway-to-get-insurance-s.jpg);	
}

#flobox02 div {
	background-image: url(/wp-content/uploads/2022/05/Fleet-Insurance-Coverage-s.jpg);	
}

#flobox03 div {
	background-image: url(/wp-content/uploads/2022/05/Landscaping-Hot-Shot-Flatbed-Truck-Insurance-s.jpg);	
}

.flotitle {
	background-color: green;
	height: 100%;
	width: 100%;
}

.home-main-buttons {
	margin-top: 25px;
}

.right-btn {
	float: right;
}

.hero-links {
	background-color: #f6f6f6;
    min-height: 100px;
	padding: 15px 0px 25px 0px;
}

.act-title {
	margin-top: 0px;
	text-align: center;
	color: #373737;
	margin-bottom: 20px;
}

#quote-title {
	text-align: center;
	color: #373737;
	margin-bottom: 20px;
}

#quote-title a {
	font-weight: bold;
	text-decoration: underline;
}

.act-btn {
    border: 0;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 30px;
    position: relative;
    background: #216c2a;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
	border-bottom: 2px solid rgb (25, 25, 25);
	min-width: 155px;
	max-width: 155px;
}

.act-btn-pad {
	margin-top: 45px;
	text-align: center;
}

.action-row {
	padding-top: 15px;
}

.trucker-news-header {
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    background-color: #373737;
    border-bottom: 1px solid #216c2a;
    border-top: 1px solid #216c2a;
    color: white;
    font-weight: bolder;
    font-size: large;
	text-transform: uppercase;
}

#testimonialWrapper {
  width: 100%;
  margin: 0 auto -30px;
  background: url(/wp-content/uploads/2022/05/the-future-of-trucking.jpg) center center no-repeat;
    background-size: auto;
  background-size: cover;
  padding: 25px 0px;
  text-align: center;
  font-size: 1.1em;
}

.rss-row {
	margin-top: 50px;
	margin-bottom: 50px;
}

.rss-title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom:5px;
	width: auto;
	border-bottom: 1px solid grey;
	display: block;
	color: #216C2A;
}

.rss_item {
	padding-bottom: 0px !important;
}

.about-box {
	margin-top: -25px !important;
}

.btn-default, .label-default {
    background-color: #216C2A;
    border-color: #26E11B;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
	background-color: #044967;
	border-color: #26E11B;
}

#app-diamond { 
	width: 10px;
	height: 10px;
	border: 15px solid transparent;
	border-bottom-color: #044967;
	position: relative;
	top: -30px;
	margin-left: 45%; 
} 

#app-diamond:after { 
	content: '';
	position: absolute;
	left: -15px;
	top: 15px;
	width: 20px;
	height: 20px;
	border: 15px solid transparent;
	border-top-color: #044967; 
}

.app-title {
	text-align: center;
	margin-top: -5px;
	font-size: 25px;
	border-bottom: 1px solid #cecece;
	padding-bottom: 15px;
}

.app-box {
	border: 1px solid #e4e4e4e6;
    width: 30%;
    max-width: 600px;
    margin-left: 1.6%;
    margin-right: 1.7%;
    float: left;
    box-shadow: 0px 1px 15px -2px rgb(168, 168, 168);
    padding: 0px 10px 5px;
	margin-top: 30px;
}

.app-button {
	display: block;
    border: 1px solid black;
    text-align: center;
    width: 99%;
    margin: 10px auto 10px;
    background-color: #216c2a;
    color: white;
}

.app-button:hover {
	background-color: #044967;
	color:white;
}

.app-top-hr {
    margin-top: 100px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(181, 181, 181, 0.58);
}

.app-bottom-hr {
	margin-top: 30px;
	margin-bottom: 50px;
	border-top: 1px solid rgba(181, 181, 181, 0.58);
}

.center-txt {
	text-align: center;
}



/* --Footer-- */


#footer-area {
	min-height: 300px;
	text-align: center;
}

.footer-inner {
	padding: 25px 0px 0px 0px;
}

.footer-title {
	font-size: 2.5em;
	font-weight: bold;
}

.footer-address {
	font-size: 1.4em;
	text-decoration: underline;
	font-weight: bold;
	padding: 10px 0px 20px;
}

.footer-logo {
	display: block;
  	max-height: 150px;
  	margin-left: auto;
  	margin-right: auto;
  	padding: 25px;
}

.site-footer {
	background-color: #313233 !important;
	padding: unset !important;
	border-top: unset !important;
}

#colophon {
	background-color: #216C2A;
	padding: 10px 0;
}

.copyright {
	display: none;
}

.sfwa_footer_area {
    padding: 0px 60px 0px 15px;
}

.widget-title {
	border-bottom: 1px solid #d8d8d8;
	color: #044967;
	padding-bottom: 10px;
}

.widget ul {
	padding: 10px 0px;
}

.widget > ul > li, li.recentcomments {
	padding: 3px;
}

/* =Contact Form 7= */

.yt-sec {
	float:left;
	width:50%;
	border-right: 1px solid #d4d4d4;
	padding-right: 50px;
}


.med-cont {
	float: none;
	width: unset;
    margin: unset;
}

/* =Payment Page= */


.pay-container {
	margin-left: auto;
	margin-right: auto;
	background-color: #f4f4f4;
	padding: 20px;
}

.pay-logo {
  display: block;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
}

.pay-name {
	text-align: center;
	font-size: 100%;
	word-wrap: unset;
	margin-top: 0px;
	margin-bottom: 25px;
	font-weight: bold;
}

.pay-button {
	background:    #279735;
	border-radius: 4px;
	box-shadow:    3px 3px #444444;
	padding:       20px 45px;
	color:         #ffffff;
	display:       inline-block;
	font:          normal bold 25px/1 "Open Sans", sans-serif;
	text-align:    center;
	text-shadow:   1px 1px #000000;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}






/* ====================================== PLUGINS ====================================== */


/* == CONTACT FORM 7 == */


.wpcf7-text, .wpcf7-file, .wpcf7-number, .wpcf7-date, .wpcf7-select, .wpcf7-quiz {
	width: 100% !important;
}

.wpcf7-text {
    border: 1px solid #c0c0c0 !important;
}

.wpcf7-textarea {
    border: 1px solid #c0c0c0 !important;
}

.wpcf7-list-item-label {
	margin-left: 3px;
}

.wpcf7-list-item {
	margin-right: 25px;
}

.wpcw-widget-contact ul a::before {
    content: "\f0e0";
    font-family: FontAwesome;
    margin-right: 10px;
    margin-left: 1px;
    font-size: 13px;
}

.wpcw-widget-contact ul li div::first-child {
    content: "\f0e0";
    font-family: FontAwesome;
    margin-right: 10px;
    margin-left: 1px;
    font-size: 13px;
}



/* == BOOKIFY PLUGIN == */


.button, .calendar-loader div.three-bounce > div {
    background-color: #c59614 !important;
}



/* == SIMPLE BUSINESS DIRECTORY PLUGIN == */


.simple .qcpnd-single-list ul li a {
	color: #000 !important;
	font-size: 15px !important;
}



/* == Name Directory == */


.name_directory_index {
	text-align: center;
	margin: 15px 0px;
}

.name_directory_total {
	margin: 10px 0px;
}


/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/


@media (min-width: 992px)
	
	.flobox :hover span {
  		height: 25%;
}


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

/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/

	}
 
@media screen and (max-width: 414px) and (min-width: 320px) {

/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# NAVIGATION
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Features
--------------------------------------------------------------*/


.sticky-wrapper {
	height: unset !important;
}
	
	
.navbar-header {
	width: 100%;
}	
	
.nav.navbar-nav {
    float: unset;
    background-color: #216c2a;
    display: block;
    border-bottom: 5px solid #373737;
    position: fixed;
    width: 100%;
    z-index: 3;
    margin: 0px 0 0 0;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #373737;
    width: 95%;
    margin: 0 2.5%;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee4d;
    height: 40px;
    margin-top: 0px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    margin-top: 30px;
}

.navbar.navbar-default {
    margin-top: 0px;
    background-color: #f4f4f4;
    border-bottom: 60px solid rgb(55, 55, 55);
    height: 160px;
}

.navbar-toggle {
    margin-top: 30px;
}

.navbar-nav > li > .dropdown-menu {
    /* margin-top: -3px; */
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 3px solid transparent;
    width: 66%;
    margin: -3px 17%;
}

.dropdown-menu > li > a {
    padding: 14px 20px;
    color: #fff;
    border-bottom: 1px solid #d6d6d6;
    width: 90%;
    margin: 0 5%;
}
	
.head-social {
	display: none;
}


/*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.logo {
	min-width: 270px;
}

.button-container {
	width:100%;
	display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.mobile-btn {
	text-align: center;
	width: 100%;
}

.header-right-pay-button {
    display: block;
    max-height: 57px;
	margin-right: 1%;
}

.header-right-button {
	display: flex;
    max-height: 57px;
	margin: 0 2%;
}

.phone-mobile a {
	color: #f4f4f4;
    height: 60px;
    display: block;
    margin-top: -23px;
    padding-top: 5px;
}

.quote-mobile a {
    color: #f4f4f4;
    height: 60px;
    display: block;
    margin-top: -23px;
    padding-top: 7px;
    margin-left: 2px;
    width: 100%;
}

.pay-mobile a {
	color: #f4f4f4;
    height: 60px;
    display: block;
    margin-top: -23px;
    padding-top: 18px;
}

.button-secondary {
	display: none !important;
}
	
	
/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/

#hero-slideshow {
	z-index: -1;
	margin: 10px 0px;
}
	
#hero-floater {
	margin-top: 25px;
}
	
.hero-message {
  font-size: 2rem;
  text-shadow: -1px -1px 5px #000, 1px 1px 5px #000;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  position: absolute;
  color: white;
  margin-top: -90px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
	
#hero-floater .floater-container {
	text-align: center;
	width: 100%;
	justify-content: space-around;
}	
	
.flobox {
	width: 90%;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 15px;
	position: relative;
	display: inline-flex;
}
	
.action-row {
	padding: 0px 20px;
	text-align: center;
}
	}