/*
Theme Name: Taylor Template
Description: Taylor Insurance template
Author: Keokee Co. Publishing
Author URI: http://keokee.com
Version: 1.0
*/

/*--------------------------------------------------*/
/*

DO NOT CHANGE THIS STYLESHEET!  Unless you really need to.

Most style changes should be handled in css/custom.css unless
something in this main stylesheet is proving troublesome.

*/
/*----------------------------------------------------*/

/*--------------Box Template Globals----------------*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
}
ol, ul {
	list-style-position: inside;
  padding-left: 10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------------------End Reset -- Begin Styles -----------------*/

a, a:visited {
	text-decoration: none;
}

button {
	font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
	line-height: 1em;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1em;
	text-transform: uppercase;
}

h6 {
	font-size: 0.8em;
	text-transform: uppercase;
}

p, address {
	line-height: 1.7em;
	margin: 0.75em 0;
}

strong {
	font-weight: bold;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.container {
	margin: auto;
}

.container:after, .clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.sixth, .quarter, .third, .half, .two-third, .three-quarter, .full {
	padding: 0.5em;
	margin: 0.5em;
	float: left;
	display: block;
}

.white {
	background-color: white;
}

.alignright {
	float: right;
	padding: 1em;
	padding-right: 0;
	margin-left: 1em;
}

.alignleft {
	float: left;
	padding: 1em;
	padding-left: 0;
	margin-right: 1em;
}

.aligncenter {
	clear: both;
	margin: 1em auto;
	display: block;
}

/*--------------------Area specific styles------------------*/

#main-nav {
	line-height: 0;
}
	#main-nav.left {
		text-align: left;
	}
	#main-nav.right {
		text-align: right;
	}
	#main-nav.center {
		text-align: center;
	}

#main-nav ul.header-menu {
	display: inline-block;
}



		#main-nav ul li a {
			display: block;
			padding: 1em;
			color: black;
			transition: all 0.3s;
		}

		#main-nav ul li a:hover {
			background: #DDD;
		}

#site-footer {
	clear: both;
	text-align: center;
}

/*--Correct Responsive Slider Margin--*/

.responsive-slider.flexslider {
	margin-bottom: 0 !important;
}

/*------------------Dropdown Styles------------------------------*/

/*.the-menu li {
	position: relative;
	}

	.the-menu li ul.sub-menu {
		position: absolute;
		visibility: hidden;
		width: 200px;
		background: #eee;
		border: 1px solid #ccc;
		z-index: 10;
		opacity: 0;
		transition: all 0.5s;
	}
		.the-menu li ul.sub-menu li {
			width: 200px;
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #ccc;
		}

		.the-menu li ul.sub-menu li:last-child {
			border-bottom: 0;
		}

	.the-menu li:hover > ul.sub-menu {
		visibility: visible;
		opacity: 1;
	}

	.the-menu ul.sub-menu li a {
		padding: 0.7em;
	}

		.the-menu ul li a {
			padding: 1.5em 0.75em;
		}
			.the-menu ul li a:hover {
				background-color: #f6f6f6;
			}*/

/*--------------- THE MENU ------------------*/

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}
	.right .sub-menu {
		right: 0;
		left: auto !important;
	}
		.right .sub-menu .sub-sub-menu {
			right: 100%;
			left: auto !important;
		}

.the-menu {
	display: block;
}

.the-menu, .sub-menu, .sub-sub-menu {

}

.the-menu, .the-menu .sub-menu, .the-menu .sub-menu .sub-sub-menu {
	padding: 0;
	margin: 0;
}

.the-menu li {
	display: inline-block;
	text-align: center;
}
	.the-menu li a {
		display: block;
		padding: 1em;
		text-decoration: none;
	}

.the-menu li .sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	z-index: 2;
}

.the-menu li .sub-menu li {
	position: relative;
}

.the-menu li .sub-menu li a {
	width: 150px;
}

	.the-menu li:hover > .sub-menu {
		visibility: visible;
		opacity: 1;
	}

	.the-menu li .sub-menu li .sub-sub-menu {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 100%;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		z-index: -1;
	}

	.the-menu li .sub-menu li .sub-sub-menu li a {
		width: 150px;
	}

		.the-menu li .sub-menu li:hover > .sub-sub-menu {
			visibility: visible;
			opacity: 1;
		}

.mobile-menu-button {
	display: none;
}
