/*
  Theme Name: Promax Insurance Agency
  Theme URI: http://promaxinsuranceagency.com/
  Version: 100.0
  Author: 8TrackStudios
  Author URI: http://www.8trackstudios.com/
*/

img { -ms-interpolation-mode: bicubic; }

/* The Basics */
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, select, option, p, blockquote, a, span, hr, iframe {
  margin: 0;
  padding: 0;
}

html, body { font-size: 76%; }

body {
  position: relative;
  background: #f8f8f8;
  color: #000;
  font: 1.1em/1.5em "Arial","Helvetica",sans-serif;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

a {
  color: #0e79c0;
  overflow: hidden;
  text-decoration: underline;
}

a:hover { color: #f18943; }
img, a img, iframe { border: none; }

p { padding: 0 0 15px; }
ul, ol { padding: 0 0 15px 20px; }
blockquote { padding: 0 20px; }

input, textarea, select, option { font: 12px "Arial","Helvetica",sans-serif; }

hr {
  padding: 0 0 15px;
  background: none;
  border: none;
  border-top: 1px solid #0e79c0;
}

/* Container */
#container {
  width: 988px;
  margin: 0 auto;
}

/* Header */
#header {
  position: relative;
  height: 163px;
  background: url(images/header-bg.gif) left bottom no-repeat;
}

#logo {
  position: absolute;
  top: 7px;
  left: 26px;
}

#logo a {
  width: 502px;
  height: 98px;
  background: url(images/logo.jpg) left top no-repeat;
  display: block;
  text-indent: -9999px;
}

#call-quote {
  position: absolute;
  top: 0;
  right: 33px;
}

#call-quote a {
  width: 293px;
  height: 95px;
  background: url(images/call-quote.gif) left top no-repeat;
  display: block;
  text-indent: -9999px;
}

/* Menu */
#menu {
  position: absolute;
  top: 126px;
  left: 0;
  width: 988px;
  height: 37px;
  padding: 0 15px;
  list-style: none;
}

#menu > li {
  float: left;
  position: relative;
  height: 37px;
  padding: 0 0 0 17px;
}

#menu > li > a {
  float: left;
  height: 37px;
  padding: 0 11px 0 0;
  color: #fff;
  display: block;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 33px;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
}

#menu > li.current_page_item, #menu > li.current-menu-ancestor, #menu > li:hover { background: #fcfcfc url(images/menu-bg-left.gif) left top no-repeat; }

#menu > li.current_page_item > a, #menu > li.current-menu-ancestor > a, #menu > li:hover > a, #menu > li > a:hover {
  background: url(images/menu-bg-right.gif) right top no-repeat;
  color: #0f75bc;
}

#menu .sub-menu {
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 3px 0 #ddd;
  box-sizing: border-box;
  display: none;
  left: 10px;
  list-style: none;
  min-width: 194px;
  padding: 9px 0 0;
  position: absolute;
  top: 100%;
  z-index: 11;
}

#menu .sub-menu .menu-item a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  padding: 0 7px;
  text-decoration: none;
}

#menu > li:hover > ul {
  display: block;
}

/* Content */
#main-content {
  width: 958px;
  padding: 15px;
  background: url(images/content-bg.gif) left top repeat-y;
  overflow: hidden;
}

.content {
  float: left;
  width: 580px;
  padding: 0 0 15px 20px;
}

.content h1 { font-size: 1.55em; }
.content h2 { font-size: 1.45em; }
.content h3 { font-size: 1.35em; }
.content h4 { font-size: 1.25em; }
.content h5 { font-size: 1.15em; }
.content h6 { font-size: 1.05em; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { padding: 0 0 15px; }

.content .page-title, .content .post-title {
  padding: 0 0 5px;
  color: #0e79c0;
}

.content .page-title a, .content .post-title a { text-decoration: none; }

.content p { text-align: justify; }

.content .post-info { font-size: 0.85em; }

.content .post {
  padding: 15px 0;
  border-bottom: 1px solid #f3f3f3;
}

.content .cform label,
.content .cform label span {
  width: 125px;
}

.content .cform textarea,
.content .cform input {
  width: 200px
}

.content .cform select {
  width: 208px
}


/* Sidebar */
#sidebar {
  float: right;
  width: 330px;
  background: #fcfcfc;
}

#sidebar h2 {
  clear: both;
  margin: 0 0 5px;
  padding: 15px;
  background: #f3f3f3;
  color: #00adee;
  font-family: "Francois One","Arial Narrow","Helvetica",sans-serif;
  font-size: 2.5em;
  text-align: center;
  text-transform: uppercase;
}

#quotes {
  padding: 5px 0 10px;
  list-style: none;
}

#quotes li a {
  width: 276px;
  height: 50px;
  margin: 0 auto;
  color: #00adee;
  display: block;
  font-family: "Raleway","Arial Narrow","Helvetica",sans-serif;
  font-size: 2.5em;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#quotes li a:hover {
  background: url(images/sidebar-quote-bg.gif) left top no-repeat;
  color: #00adee;
}

#social-media {
  height: 57px;
  margin: 0 0 15px;
  padding: 0;
  background: #f3f3f3;
  list-style: none;
}

#social-media li { float: left; }

#social-media li a {
  float: left;
  padding: 0 0 0 33px;
  color: #00adee;
  display: block;
  font-family: "Francois One","Arial Narrow","Helvetica",sans-serif;
  font-size: 1.15em;
  line-height: 57px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#social-media li a:hover { color: #f18943; }
#social-media li.tw-link { padding: 0 0 0 60px; }
#social-media li.tw-link a { background: url(images/twitter.gif) left center no-repeat; }
#social-media li.fb-link { padding: 0 0 0 30px; }
#social-media li.fb-link a { background: url(images/facebook.gif) left center no-repeat; }

/* Contact Us */
#sidebar #cformsform {
  width: 330px;
  margin: 0;
  overflow: hidden;
}
#sidebar .cf-ol {
  padding: 0;
  list-style: none;
}

#sidebar .cf_hidden, #sidebar .linklove { display: none; }

#sidebar ol.cf-ol li { clear: both; }

#sidebar .cf-ol li label {
  float: left;
  width: 95px;
  height: 30px;
  margin: 5px 0 0;
  padding: 0 15px 0 0;
  display: block;
  line-height: 30px;
  text-align: right;
  text-transform: uppercase;
}

#sidebar .cform label span {
  width: auto;
  display: inline;
}

#sidebar .cf-ol li .secinput,
#sidebar .cf-ol li .single {
  float: left;
  width: 190px;
  height: 30px;
  margin: 5px 0 0;
  padding: 0 5px;
  background: #fff;
  border: 2px solid #cecece;
  line-height: 30px;
}

#sidebar .cf-ol li .cf_error { border: 2px solid #c00; }

#sidebar .cf_info {
  width: auto;
  margin: 0;
  padding: 0 !important;
  background: none !important;
  border: none;
  color: #c00;
  text-align: center;
}

#sidebar .cf-ol li .cformselect {
  float: left;
  width: 200px;
  margin: 7px 0 0;
  border: 2px solid #f3f3f3;
}

#sidebar .cf-sb {
  clear: both;
  float: right;
  width: 100px;
  height: 24px;
  padding: 5px 15px 0 0 !important;
  overflow: hidden;
}

#main-content .cf-sb input {
  width: 100px;
  height: 24px;
  margin: 0 !important;
  padding: 0 !important;
  background: #61893a url(images/submit-button.gif) left top no-repeat;
  border: none !important;
  color: #fff;
  cursor: pointer;
  font-family: "Francois One","Arial Narrow","Helvetica",sans-serif;
  font-size: 1em;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

#main-content .cf-sb input:hover { color: #f18943; }

/* Home Page */
#home-ad {
  clear: both;
  padding: 5px 0;
  background: #f3f3f3;
  text-align: center;
}

.ui-tabs-hide { display: none; }

#slideshow {
  width: 100%;
  padding: 0 0 15px;
  overflow: hidden;
}

#slides {
  float: left;
  position: relative;
  width: 631px;
  height: 343px;
  background: #0e76bc;
}

#slides .ss-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 631px;
  height: 343px;
  background: #0e76bc;
}

#slides .ss-slide:first-child { z-index: 10; }

#slides .ss-slide a {
  width: 614px;
  height: 283px;
  display: block;
}

#slides .ss-slide h3 {
  height: 60px;
  padding: 0 0 0 15px;
  color: #fff;
  font-family: "Francois One","Arial Narrow","Helvetica",sans-serif;
  font-size: 2.5em;
  font-style: italic;
  font-weight: normal;
  line-height: 60px;
  text-shadow: 0 0 0.3em #333;
  text-transform: uppercase;
}

#slideshow #sidebar {
  width: 327px;
  background: none;
}

#slideshow #sidebar h2 { background: none; }

#slideshow #quotes { padding: 15px 0 0; }

#slideshow #quotes li a {
  position: relative;
  width: 327px;
  height: 74px;
  margin: -20px 0 0;
  line-height: 84px;
}

#slideshow #quotes li.ui-state-active a, #slideshow #quotes li a:hover {
  background: url(images/blue-arrow.gif) left top no-repeat;
  background-size: 300px 74px;
  color: #fff;
  z-index: 10;
}

#slideshow #social-media {
  margin: 0;
  background: none;
}

#home-columns {
  width: 958px;
  margin: 15px 0 0;
  background: url(images/column-bg.gif) center top repeat-y;
  overflow: hidden;
}

#home-columns h1 {
  padding: 5px 0 25px;
  color: #00adee;
  font-family: "Francois One","Arial Narrow","Helvetica",sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  text-transform: uppercase;
}

#home-columns h2 {
  padding: 0 0 5px;
  color: #0e79c0;
  font-size: 1.45em;
}

#home-columns p { text-align: justify; }

#independent {
  float: right;
  width: 379px;
  padding: 0 50px;
}

/* Featured */
#featured {
  float: left;
  position: relative;
  width: 379px;
  padding: 0 50px;
}

.entry-slideshow-nums {
  position: absolute;
  top: 13px;
  right: 50px;
  color: #d5d4d4;
  font-size: 1.5em;
}

.entry-slideshow-nums a {
  color: #d5d4d4;
  text-decoration: none;
}

.entry-slideshow-nums a.prevs, .entry-slideshow-nums a.nexts {
  color: #d5d4d4;
  text-decoration: none;
}

.nums { display: inline; }
.entry-slideshow-nums a.hilite { color: #0e79c0; }

.slideshow-container {
  position: relative;
  width: 379px;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
}

.entry-slideshow {
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 10000%;
  overflow: hidden;
}

.entry-slideshow .slide {
  float: left;
  width: 374px;
  padding: 0 5px 0 0;
}

/* Footer */
#footer {
  width: 988px;
  padding: 0 0 100px;
}

#footer-menu {
  padding: 15px;
  background: url(images/footer-bg.gif) left top repeat-y;
  text-align: center;
}

ul#footer-menu {
  padding: 25px 15px;
  list-style: none;
}

ul#footer-menu li {
  padding: 0 5px;
  display: inline;
}

#copyright {
  padding: 5px 60px 0;
  color: #979696;
  font-size: 0.9em;
  font-weight: normal;
  text-align: right;
}

/* Wordpress Posts */
img.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

img.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.wp-caption {
  padding: 5px;
  text-align: center;
}

.content .wp-caption-text {
  font-size: 0.9em;
  font-style: italic;
  padding: 5px;
}

.navigation {
  clear: both;
  width: 100%;
  padding: 3px 0;
  overflow: hidden;
}

.wp-pagenavi { padding: 0 0 15px; }

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin: 0 auto; }
.center { text-align: center; }
