/*
Theme Name: Roland
Theme URI: http://underscores.me/
Author: The Code Less Travelled Pty Ltd
Author URI: http://thecodelesstravelled.com.au/
Description: Custom theme for Roland Graf AutoCare.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: roland
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Roland is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 19px;
  line-height: 1.5;
  color: #333; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 17px; }

h1,
h2,
h3 {
  margin-top: 28px;
  margin-bottom: 14px; }

h4,
h5,
h6 {
  margin-top: 14px;
  margin-bottom: 14px; }

p {
  margin: 0 0 14px; }

p,
li,
a {
  font-weight: 400; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }
  *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit; }

body {
  background: #fff; }

body.home #primary {
  width: 100%;
  float: left; }
  body.home #primary .home-title {
    border-bottom: 1px solid #999999;
    padding: 10px 250px 27px 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px; }
  body.home #primary .text {
    width: 810px;
    float: left;
    padding: 10px 25px 0 0; }
  body.home #primary #secondary {
    float: right; }

blockquote:before, blockquote:after {
  content: ""; }

q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

.content-area ul {
  list-style: disc;
  padding-left: 0px;
  margin: 20px 0;
  list-style: none; }
  .content-area ul li {
    margin: 0 0 5px;
    padding: 0 0 0 15px;
    background: url(images/bullet.gif) 0 11px no-repeat; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.container {
  margin: 0 auto; }

#header {
  width: 100%;
  float: left;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10; }
  #header .container {
    position: relative; }
  #header .logo {
    float: left;
    margin: 0; }
    #header .logo img {
      margin: 15px 0; }
  #header #form-search {
    position: absolute;
    top: 10px;
    right: 0; }
    #header #form-search input {
      float: left;
      background-color: #fafafa;
      border: none;
      height: 30px;
      width: 180px;
      padding: 0 10px;
      font-size: 16px;
      color: #aaa; }
      #header #form-search input.btn {
        margin: 0;
        text-indent: -999px;
        font-size: 0;
        color: #C7C7C7;
        background: url("images/search.png") center center no-repeat;
        background-size: 20px 20px;
        border: none;
        width: 44px;
        height: 30px;
        line-height: 30px;
        text-align: center; }
  #header #phone {
    position: absolute;
    right: 250px;
    top: 12px;
    font-size: 16px; }
  #header #value-proposition {
    position: absolute;
    top: 100px;
    right: 0;
    font-style: italic; }
  #header #site-navigation {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    border-top: 1px solid #ccc; }
    #header #site-navigation ul {
      list-style: none;
      margin: 0;
      padding-left: 0; }
      #header #site-navigation ul ul {
        position: absolute;
        display: none;
        top: 42px;
        left: 0;
        z-index: 99;
        padding: 0;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.75);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        z-index: 100; }
        #header #site-navigation ul ul a {
          width: 180px;
          color: #fff;
          font-size: 15px;
          padding: 10px 20px; }
          #header #site-navigation ul ul a:hover {
            color: #f88c1e; }
        #header #site-navigation ul ul ul {
          top: 0;
          left: 180px; }
      #header #site-navigation ul li:hover > ul {
        display: block; }
      #header #site-navigation ul li ul li:hover > ul {
        display: block; }
    #header #site-navigation li {
      display: inline-block;
      position: relative; }
    #header #site-navigation a {
      display: block;
      text-decoration: none;
      position: relative;
      color: #333333;
      padding: 10px 15px;
      font-size: 15px;
      zoom: 1; }

.menu-toggle {
  display: none; }

#feature {
  width: 100%;
  height: 270px;
  float: left;
  background: url("images/slider_bg.jpg") repeat-x scroll center center transparent; }
  #feature .image img {
    vertical-align: top;
    width: 100%;
    max-height: 270px; }

@media screen and (max-width: 600px) {
  .menu-toggle {
    display: block; }

  .main-navigation.toggled .nav-menu {
    display: block; }
  .main-navigation ul {
    display: none; } }
#content {
  background: url("images/bg.jpg") repeat scroll 0 0 transparent; }

#secondary {
  float: left;
  width: 320px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 30px 0 0; }
  #secondary .widget.widget_nav_menu {
    width: 100%;
    float: left;
    margin: 0 0 15px; }
    #secondary .widget.widget_nav_menu > div > ul.menu > li {
      display: block;
      margin: 0;
      padding: 0; }
      #secondary .widget.widget_nav_menu > div > ul.menu > li ul.sub-menu li {
        display: none; }
        #secondary .widget.widget_nav_menu > div > ul.menu > li ul.sub-menu li a {
          text-indent: 15px; }
      #secondary .widget.widget_nav_menu > div > ul.menu > li.current-menu-item ul.sub-menu li {
        display: block; }
      #secondary .widget.widget_nav_menu > div > ul.menu > li.current-menu-ancestor ul.sub-menu li {
        display: block; }

.widget {
  margin: 0 0 1.5em;
  padding: 0 30px; }
  .widget .widget-title {
    color: #005ca3;
    font-size: 22px;
    font-weight: 600; }
  .widget ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .widget ul li.current-cat > a, .widget ul li.current-menu-item > a {
      background-color: #f88c1e;
      color: #fff; }
      .widget ul li.current-cat > a:hover, .widget ul li.current-menu-item > a:hover {
        background-color: #FF9932; }
    .widget ul li a {
      height: 32px;
      float: left;
      width: 100%;
      color: #000000;
      text-decoration: none;
      margin-bottom: 5px;
      padding: 4px 10px;
      background-color: #e3e3e3;
      font-weight: 400;
      font-size: 14px;
      line-height: 25px;
      background-image: none; }
      .widget ul li a:hover {
        background-color: #dadada; }
  .widget select {
    max-width: 100%; }

#primary {
  float: right;
  width: 860px;
  margin: 18px 0 40px;
  padding: 0 25px; }
  #primary .entry-header {
    margin: 0 0 20px 20px;
    border-bottom: 1px solid #c7c7c7; }
    #primary .entry-header .entry-title {
      padding-bottom: 10px;
      font-weight: 600; }
  #primary .entry-content {
    padding: 0 20px; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
input[type="text"], input[type="search"], input[type="password"], input[type="email"] {
  background-color: #fafafa;
  color: #b9b9b9;
  font-size: 16px;
  border: none;
  outline: none;
  max-width: 100%; }

button:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

button:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  color: #111; }

textarea:focus {
  color: #111; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"] {
  padding: 10px;
  background: #FFF;
  border: 1px solid #d2d2d2;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  -webkit-appearance: none;
  outline: none; }

textarea {
  width: 100%;
  padding: 10px;
  background: #FFF;
  border: 1px solid #d2d2d2;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  -webkit-appearance: none;
  outline: none; }

input[type="button"], input[type="submit"], input[type="reset"] {
  float: left;
  border: none;
  padding: 7px 20px 3px;
  text-align: center;
  font-size: 1em;
  color: #000;
  height: 40px;
  margin: 30px 0 15px;
  opacity: 0.8;
  border-color: #f57f08;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FDB812;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDB812), to(#F8981D));
  background: -webkit-linear-gradient(top, #FDB812, #F8981D);
  background: -moz-linear-gradient(top, #FDB812, #F8981D);
  background: -ms-linear-gradient(top, #FDB812, #F8981D);
  background: -o-linear-gradient(top, #FDB812, #F8981D);
  background: linear-gradient(top, #FDB812, #F8981D); }

#secondary .textwidget .phone {
  margin: 0 0 10px;
  font-weight: 700; }
#secondary .wpcf7-form p {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 10px;
  font-size: 15px;
  color: #555;
  line-height: 30px;
  font-weight: 600; }
#secondary .wpcf7-form input[type="text"],
#secondary .wpcf7-form input[type="email"],
#secondary .wpcf7-form textarea {
  font-size: 13px;
  line-height: 1.5;
  padding: 5px; }
#secondary .wpcf7-form textarea {
  max-height: 100px; }
#secondary .wpcf7-form input[type="submit"] {
  margin: 0 0 10px; }
#secondary .wpcf7-form .wpcf7-response-output {
  width: 100%;
  float: left;
  margin: 0; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
a:visited {
  color: #333;
  outline: 0; }

a:hover,
a:focus {
  color: #f88c1e;
  outline: 0; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after {
  content: "";
  display: table; }

.entry-content:before, .entry-content:after {
  content: "";
  display: table; }

.comment-content:before, .comment-content:after {
  content: "";
  display: table; }

.site-header:before, .site-header:after {
  content: "";
  display: table; }

.site-content:before, .site-content:after {
  content: "";
  display: table; }

.site-footer {
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
  padding-bottom: 25px;
  padding-top: 25px; }
  .site-footer .site-info {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .site-footer:before, .site-footer:after {
    content: "";
    display: table; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline, .updated:not(.published) {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

#breadcrumbs {
  padding: 0 15px; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 0;
  display: none; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

@media (min-width: 768px) {
  .container {
    width: 740px; } }
@media (min-width: 960px) {
  .container {
    width: 960px; } }
@media (min-width: 1200px) {
  .container {
    width: 1180px; } }
@media (max-width: 1200px) {
  #header #site-navigation a {
    padding: 8px; } }
@media (max-width: 960px) {
  #value-proposition {
    display: none; }

  .slicknav_menu {
    display: block; }

  #header {
    height: auto; }
    #header .container {
      height: auto; }
      #header .container .logo {
        width: 100%;
        float: left;
        text-align: center; }
      #header .container #form-search {
        display: none; }
      #header .container #phone {
        position: relative;
        width: 100%;
        float: left;
        text-align: center;
        top: 0;
        left: 0;
        right: 0;
        font-weight: 700;
        color: #555;
        padding: 10px 0; }
      #header .container #site-navigation {
        display: none; }
    #header #value-proposition {
      display: none; }

  #feature {
    overflow-x: auto;
    height: inherit; }
    #feature .image img {
      height: auto !important;
      width: 100%;
      max-width: none; }

  body.home #main {
    padding: 0 20px; }

  #primary {
    width: 100%;
    float: left;
    margin: 15px 0;
    padding: 0; }

  #secondary {
    width: 100%;
    float: left;
    height: auto !important; }
    #secondary .widget_nav_menu {
      display: none; }

  body.home #primary .home-title {
    padding: 10px 0 25px; }
  body.home #primary .text {
    width: 100%;
    float: left;
    padding: 15px 0; }
  body.home #primary #secondary {
    width: 100%;
    float: left; } }
