/*
Theme Name: MadeinTheShade
Theme URI: http://webtegrity.com
Author: WebTegrity
Author URI: http://webtegrity.com/
Description: A custom WordPress theme built by the incredible nerds at WebTegrity.
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: MITS Franchise 2016
*/

/*Last Edited: 
9 June 2016
By: Grace Faubion
Purpose: Building Theme
*/  

/*--------------------------------------------------------------
>>> 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
13.0 Button Styling
14.0 Gravity Form Styling
15.0 Header Styling
16.0 Footer Styling
17.0 Frontpage Styling
	17.1 Frontpage Hero
	17.2 Hero Video Background Option
	17.3 SEO Container
	17.4 Homepage Instagram Widget
18.0 Single Page Styling
19.0 Blog Styling
	19.1 Index Styling
	19.2 Post Styling
        19.3 Front Page Post Styling
20.0 Sidebar Styling
	20.1 Sidebar Category / Menu Styling

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
.row {
         max-width: 1170px;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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: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,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}
img.border {
	border: 1px solid #696969;
}
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;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #515151;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
        font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
        font-family: 'Lato', sans-serif;
        text-transform:uppercase;
        color: #000000;
        font-weight: normal;
}

h1 {
    font-size:36px;
    letter-spacing:1px;
    font-weight:800;
}

h2 {
    font-size:30px;
    font-weight: normal;
    color: #4e0149;
}

h3 {
    font-size: 23px;
    color: #4e0149;
    text-transform: none;
    font-style: italic;
}


p {
    padding-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #000;
    margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    margin-bottom: 1.5em;
    background-color: #8c5781;
    padding: 45px;
    border-radius: 0.5em;
    position: relative;
}

blockquote p::before {
    font-family: 'FontAwesome';
    content: '\f10d';
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}

blockquote p {
   color: #fff;
   text-align: center;
   padding-bottom: 0;
   font-style: italic;
   width: 80%;
   margin: 0 auto;
}

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;
}

*,
*: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: #FFFBF3;
}

main {
    background-color: #fffbf3;
}

blockquote:before,
blockquote:after,
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 1.5em;
}

ul {
	list-style: disc;
}
ul li {
	color: #000;
	text-align: left;
	font-weight: normal;
	font-family: inherit;	
	font-size: 0.95em;
}
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%;
}
h4.subtitle {
    color: #aaa;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: -5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
/*--------------------------
Location Map Customized
-----------------------------*/
.locations-sidebar-cta {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align:center;	
}
.locations-sidebar-cta a {
    background-color: #FDB812;
    color: #fff;
    padding: 10px 30px;
    border-radius: 2em;
    font-size: 20px;
}
.locations-sidebar-cta a:hover {
    color: #4E0149;
}
.locations-title {
    font-size: 22px;
    padding: 20px;
}
.geotags_link a {
    font-size: 18px;
    color:#4E0149;
}
.geotags_link a:hover {
    color:#E9A915;
}
.map-search {
    margin-top: 40px;
    font-size: 30px;
    text-align: center;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #fdb812;
        text-transform: uppercase;
        font-size: 14px;
        border-radius: 2em;
        padding: 7px 20px;
        color: #000;
        margin-top: 7px;
        transition: all 0.5s ease 0s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #4E0149;
    background-color: #FFF;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
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,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	transition: all 0.3s ease 0s;
        color: #FDB812;
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color: #4e0149;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.menu li > a {
    color: #fff;
}

.menu li:hover > a {
    color: #FDB812 !important;
}

ul#top-menu {
    list-style:none;
   
    display:table;
    float:right;
}

header nav li {
    display: inline-block;
    font-size: 23px;
    font-weight: 300;
    margin: 23px 10px 0 0;
    border-right: 1px solid #fff;
    line-height: 15px;
}

header nav li:last-child {
    border-right: none;
}

header nav ul > li > ul {
   border-radius: 0 0 10px 10px;
}

ul#top-menu > li > a {
    padding: 20px 0;
    margin: 0 17px 0 17px;
}

/*ul#top-menu li:hover {
    border-right: 1px solid #FDB812;
}*/

ul#top-menu > li > ul {
    display: none;
    list-style: none;
    margin: 0;
    margin-right: 0;
    position: absolute;
    top: 59px;
    z-index: 9999;
    width: 203px;
}

ul#top-menu > li:hover > ul{
    display: block;
}

header nav ul > li > ul:before {
    content: '';
    background-image:url('/wp-content/uploads/2016/04/submenu-arrows.png');
    position:absolute;
    top: -8px;
    left:12px;
    width:19px;
    height:10px; 
    z-index: -1;
}

ul#top-menu > li > ul > li {
    padding-top: 36px;
    display:block;
    border-right: none;
}

ul#top-menu > li > ul > li > a {
    background-color: #fff !important;
    padding: 10px 16px 10px 16px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

ul#top-menu > li > ul > li > a:hover {
    color: #fff !important;
    background-color: #4e0149 !important;
}


ul#top-menu li > ul > li {
    margin: 0;
    display: block;
    padding: 0;
    line-height: 1.4em !important;
    border-bottom: 1px solid #FDB812;
}

ul#top-menu li > ul > li > a{
    display: block;
    margin-right: 0;
}

ul#top-menu li > ul > li:last-child {
    border-bottom: none;
}

/*--------------------------------------------------------------
   Top Bar Menu 
--------------------------------------------------------------*/

ul#top-bar-menu {
    list-style:none;
    margin: 12px 20px 0 0;
    display:table;
    float:right;
}

ul#top-bar-menu li {
    display:inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 30px;
}
ul#top-bar-menu li a {
    color: #000;
}

.top-bar-phone {
    margin: 6px 0 0 13px;
    font-size: 24px;
    color: #4E0149;
    font-style: italic;
}

.CTA-button {
    background-color: #fdb812;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 2em;
    padding: 7px 20px;
    color: #fff;
    margin-top: 7px;
    transition: all 0.5s ease 0s;
}
.CTA-button-keep {
    background-color: #fdb812;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 2em;
    padding: 10px 30px;
    color: #fff;
    margin-top: 27px;
    transition: all 0.5s ease 0s;
    border: 1px solid #BA6DB3;
}
.CTA-button:hover {
    color: #fff;
    background-color: #4E0149;
}

.CTA-button-keep:hover {
    color: #4E0149;
    background-color: #FFF;
}

.CTA-button-keep-div {
    padding: 28px 0;
}

/*--------------------------------------------------------------
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,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.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;
}
.clear, .clearfix {
    margin: 20px 0 20px 0;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.featured-image-search {
    display: block;
    content: " ";
    height: 210px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    transition: all 0.5s ease 0s;
    border-radius: 1em;
}

.featured-image-search:hover {
    opacity: 0.6;
}

.photo-gallery-box {
    transition: all 0.5s ease 0s;
    display: none;
}

.photo-gallery-box:hover {
    opacity: 0.6;
}

/*--------------------------------------------------------------
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-summary {
	margin: 1.5em 0 0;
}

.page-header.big-heading-container-noborder.text-center {
    padding: 0 0 40px 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.sidebar-widget {
    color: #000;
    margin-bottom: 40px;
}

.sidebar-widget .search-form {
    max-width: 300px;
    display: block;
    padding: 20px;
}

.search-thumbnail {
    border-radius: 1em;
}

.fourOfour-results {
    padding: 100px 0;
}

.sidebar-widget-title {
    color:#000;
}

.entry-footer {
    border-top: 1px solid #E5E5E5;
    border-bottom:1px solid #E5E5E5;
    padding: 12px 0;
    display:block;
    margin-bottom:30px;
}

h1.entry-title {
    margin-top: -4px;
    color: #4E0149;
    font-weight: normal;
}

h1.entry-title::after {
    content: " ";
    display: block;
    height: 3px;
    width: 15%;
    border-bottom: 2px solid #d1d1d1;
}

.entry-summary {
    margin:0;
    font-family: "Crete Round";
}

.entry-footer {
    font-size:12px;
}

.entry-footer ul {
    display:inline-block;
    list-style:none;
    margin:0;
}

.entry-thumbnail {
    margin-bottom:10px;
}

.nav-previous {
    float: left;
    margin: 20px 10px;
}

.nav-next {
    float: left;
    margin: 20px 10px;
}


.nav-links a {
    border: 1px solid #000;
    padding: 9px;
    text-transform: uppercase;
    color: #000;
}


.archive-read-more {
    text-transform: uppercase;
    font-style:italic;
    font-family: 'Lato', sans-serif;
    display:inline-block;
    margin-top:3px;
}


.archive-results .entry-title {
    font-weight: 400;
    font-size: 27px;
    line-height: 27px;
    
}

.archive-results .entry-title a {
    color: #4E0149;
}

.archive-results .entry-title a:hover {
    color: #FDB812;
}

/*--------------------------------------------------------------
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, /* Older / Newer Posts Navigation (always hidden) */
.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;
}


/*--------------------------------------------------------------
13.0 Button Styling
--------------------------------------------------------------*/

a.ghost-button {
    display:inline-block;
    text-transform:uppercase;
    color:#1b1d45;
    font-style:italic;
    font-size:18px;
    background-color:#FFF;
    padding:15px 30px;
    border: 1px solid #1b1d45;
    margin-top:5px;
    margin-bottom:30px;
}

a.ghost-button:hover {
    background-color:#1b1d45;
    color:#FFF;
}

/*--------------------------------------------------------------
14.0 Gravity Form Styling
--------------------------------------------------------------*/

.form-fields-container {
    background-color:#FFF;
    padding: 0px 20px 30px 20px;
    border-right: 5px solid #ed1c24 !important;
    border-left: 5px solid #ed1c24 !important;
    border-bottom: 5px solid #ed1c24 !important;
}

.form-fields-container p {
    color:#515151;
    font-size: 16px !important;
    font-style:italic;
    font-weight:300;
}

#gform_submit_button_1 {
    border-radius: 2em;
    font-size: 16px !important;
    font-weight: bold;
    color: #4E0149;
    background-color: #FDB812;
    border: none;
    text-transform: uppercase;
}

#gform_submit_button_1:hover {
    color: #fff;
    background-color: #4E0149;
}


.gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    font-size:14px !important;
    width:100%;
}


.gravity-form .gfield_label, .webtegrity-form label {
  font-size:14px !important;
  text-transform: uppercase;
}

.gravity-form .ginput_container {
    margin-top:0px !important;
    width:100%;
    padding-bottom:0px !important;
}

.gravity-form input {
    width:100% !important;
    margin-bottom:0px !important;
    border: 1px solid #007aa5 !important;
}

.form-header-container {
    text-align: center;
    background-color:#ed1c24;
    padding:20px 10px;
    margin-bottom:0px;
}

.form-header-container h3 {
    color:#FFF;
    margin-bottom:0px;
    font-weight:400;
}

.form-subheader-container {
    text-align: center;
    background-color:#ed1c24;
    padding:5px 10px 3px 10px;
}

.form-arrow-container p {
    display:none;
}

.form-arrow-container {
    margin-bottom:-16px;
    background-color:#fff;
    border-right:5px solid #ed1c24;
    border-left:5px solid #ed1c24;
}

.form-arrow-container img {
    display:block;
    margin: 0 auto;
}

.webtegrity-form .form-price {
    font-size: 45px;
    font-weight: 100;
    font-style: italic;
    text-align: center;
    line-height: 20px;
    margin-bottom: 28px;
    color:#faa225 !important;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.gform_wrapper span.ginput_total {
  color:#faa225 !important;  
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top:0px !important;
}

.gform_footer input {
    background-color:#FFF;
    min-width: 200px !important;
    padding: 10px 5px;
    font-family: "Lato", sans-serif !important;
    font-size: 22px !important;
    color:#bcbcbc;
    font-weight:300;
}

.gform_footer input:hover {
    background-color:#bcbcbc;
    color: #FFF;
}

.gform_button {
border-radius: 2em !important;
font-size: 16px !important;
font-weight: bold !important;
color: #4E0149 !important;
background-color: #FDB812 !important;
border: none !important;
text-transform: uppercase !important;
}

.gform_button:hover {
    color: #fff;
    background-color: #4E0149;
}

.bio-social-media-icons ul {
    list-style:none;
    margin-left:0;
}

.bio-social-media-icons ul li {
    display:block;
    float:left;
    margin-right:10px;
}
.bio-social-media-icons .fa {
    font-size: 25px;
    margin: 0 2px 20px 0;
    color: #696969;
}


/*--------------------------------------------------------------
15.0 Header Styling
--------------------------------------------------------------*/

header.header-container {
	background-color:#4e0149;
	padding: 20px 0;
        position: relative;
}

.location-signifier {
    position: absolute;
    background-color: #7B1173;
    padding: 7px 20px 0 20px;
    top: 100%;
    left: 25%;
    z-index: 99;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

.location-signifier h2 {
    color: #fff;
    font-size: 18px;
    font-style: italic;
}

.logo-box {
    position: relative;
}

.logo {
    position: absolute;
    z-index: 1;
    bottom: -80px;
}

.top-bar-nav {
    background-color: #fff;
    padding: 10px 0;
}

.top-bar-nav a {
    display: inline-block;
    float: right;
}

.bg-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}

/*--------------------------------------------------------------
16.0 Footer Styling
--------------------------------------------------------------*/

footer.footer-container {
	background-color:#4E0149;
        background-image: url('/wp-content/uploads/2016/06/made-in-the-shade-footer-background.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
	padding: 40px 0;
        position: relative;
}

.footer-container p {
    color: #fff;
}

.affiliates-section {
    position: relative;
}

.affiliates-section-header::before {
    content: " ";
    display: block;
    height: 3px;
    max-width: 180px;
    border-bottom: 2px dotted #fff;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.affiliates-title {
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 30px;
}

.copyright-container {
	background-color:#290b27;
	font-size:12px;
	padding:15px 0;
	color:#fff;
}

.footer-cta {
    padding: 30px 0;
}
.footer-cta span {
    display: none;
}

.special-headers-footer {
    position: relative;
    display: inline-block;
}

.special-headers-footer:before,
.special-headers-footer:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 2px solid #fff;
  top: 15px;
  width: 300px;
}
.special-headers-footer:before {
  right: 100%;
  margin-right: 15px;
}
.special-headers-footer:after {
  left: 100%;
  margin-left: 15px;
}

.footer-cta h2 {
    color: #fdb812; 
    display: inline-block;
    margin: 0 auto;
    max-width: 640px;
    padding: 0 20px;
}

.footer-widget-title {
	color:#fdb812;
        font-size: 18px;
        text-transform: uppercase;
        font-style: normal;
}

.footer-container a {
    color: #fff;
}

.footer-widget p {
    color: #fff;
}

.footer-container a:hover {
    color: #fdb812;
}

a.footer-button {
    background-color: transparent;
    text-transform: uppercase;
    border: 1px solid #FDB812;
    border-radius: 2em;
    padding: 7px 20px;
}

a.footer-button:hover {
    background-color: #fdb812;
    color: #fff;
}

.footer-container #menu-products-1 li {
    list-style: none;
    color: #fff;
    font-weight: normal;
    line-height: 40px;
}

.footer-container #menu-products-1 li::before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 0 15px 0 -15px;
    color: #fdb812;
}

.footer-container #menu-products li {
    list-style: none;
    color: #fff;
    font-weight: normal;
    line-height: 40px;
}

.footer-container #menu-products li::before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 0 15px 0 -15px;
    color: #fdb812;
}

.footer-container #menu-footer-menu li {
    list-style: none;
    color: #fff;
    font-weight: normal;
    line-height: 40px;
}

.footer-container #menu-footer-menu li::before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 0 15px 0 -15px;
    color: #fdb812;
}

.copyright-footer a {
    color: #FDB812;
}

.copyright-footer a:hover {
    color: #fff;
}

.social-icons-footer i {
    color: #fff;
    font-size: 32px;
    padding: 0 10px;
    float: right;
}

.social-icons-footer i:hover {
    color: #FDB812;
}

/*--------------------------------------------------------------
17.0 Frontpage Styling
--------------------------------------------------------------*/


/*--------------------------------------------------------------
17.1 Hero Styling
--------------------------------------------------------------*/

.hero-container {
    background-color:#adadad;
    background-repeat:  no-repeat;
    background-position: center center;
    background-size: cover;
    height: 559px;
    padding:40px 0;
    position: relative;
    overflow: hidden;
}

.special-promotion-box {
    background: rgba(255,255,255, 0.5);
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 35px 0;
    z-index: 1;
    margin-top: -419px;
}

.special-promotion-box h1 {
    color: #4e0149;
    font-size: 40px;
    font-weight: normal;
}

.special-promo-title {
    display: block;
    max-width: 540px;
    margin: 0 auto;
}

.promotions-button {
    color:#fff;
    border-radius: 2em;
    padding: 7px 20px;
    background-color: #fdb812;
    margin-top: 7px;
    font-size: 14px;
    text-transform: uppercase;
}

.promotions-button:hover {
    color: #4E0149;
}

.promotions-button i {
    padding: 0 4px;
}
/*--------------------------------------------------------------
17.2 Hero Video Background Option
--------------------------------------------------------------*/



/*--------------------------------------------------------------
17.3 Products Container
--------------------------------------------------------------*/

.products-container {
    padding: 270px 0 40px 0;
    position: relative;
}

.products-container h2 {
    margin-bottom: 40px;
    font-style: italic;
}

.more-products-container {
    position: relative;
}

.more-products-container h2 {
    margin-bottom: 40px;
    font-style: italic;
}

.special-headers {
    margin: 0 auto;
    max-width: 480px;
    padding: 0 20px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.special-headers:before,
.special-headers:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 2px solid #4e0149;
  top: 20px;
  width: 300px;
}
.special-headers:before {
  right: 100%;
  margin-right: 15px;
}
.special-headers:after {
  left: 100%;
  margin-left: 15px;
}


.top-selling-products {
    width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    margin-bottom: 40px;
    border-radius: 1em;
}

div.product-title {
    position: absolute;
    width: 100%;
    top: 130px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255,255,255,.8);
    height: 100px;
    transition: all ease .3s;
}

.product-title h3 {
    color: #4e0149;
    font-size: 40px;
    font-weight: normal;
    font-style: italic;
    padding: 28px 5px 0 5px;
    text-shadow: 2px 2px 10px #c9c5c5;
}

.product-title p {
    opacity: 0;
    transition: all ease 0s;
    transition-delay: 0s;
    text-align: center;
}

.top-selling-products:hover div.product-title {
    top: 60px;
    height: 250px;
}

.top-selling-products:hover .product-title p {
    display: block;
    padding: 10px;
    opacity: 1;
    transition: all ease .3s;
    transition-delay: .3s;
}

/*--------------------------------------------------------------
     Service Integrity Container
--------------------------------------------------------------*/

.business-integrity p {
    font-size: 13px;
}

.box-border-left {
   border-right: 1px solid #4e0149;
   height: 103px !important;
}

.business-integrity {
    padding: 10px 0;
    max-width: 2000px;
    margin: 0 auto;
}

.business-integrity ul > li {
    padding: 0 30px;
}

.business-integrity h3 {
    font-size: 21px;
}

.business-integrity p {
    text-align: center;
}

.find-a-dealer {
    background-color: #4e0149;
    padding: 30px 0 20px 0;
}

.find-a-dealer img {
    position: absolute;
    z-index: 1;
    bottom: -100px;
    left:21%;
}

.find-a-dealer-title h2 {
    color: #fff;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
}
.find-a-dealer-title h2 span{
    color: #fff;
    font-size:18px;
    margin-top: 10px;
    margin-bottom: 20px;
}
fad {
    display: inline-block;
}

#find-a-dealer-products-page {
    margin-bottom: 80px;
}

.mits-testimonials p {
    display: inline-block;
    margin: 0 auto;
    max-width: 440px;
    text-align: center;
    margin-top: 20px;
}

.mits-testimonials {
    background-image: url('/wp-content/uploads/2016/04/mits-testimonials.png');
    background-position: 50% 75%;
    background-repeat: no-repeat;  
}

.mits-testimonials i {
    color: #4e0149;
    font-size: 22px;
}

.img-circle {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}


/*--------------------------------------------------------------
     What Makes Us Best Container
--------------------------------------------------------------*/
.what-makes-us-best {
    padding: 50px 0 10px 0;
}

a.learn-more {
    border: 1px solid #4e0149;
    border-radius: 2em;
    color: #4e0149;
    text-transform: uppercase;
    font-size: 18px;
    padding: 7px 20px;
}

a.learn-more:hover {
    color: #fdb812;
    border-color: #fdb812;
}

/*--------------------------------------------------------------
17.4 Homepage Instagram Widget
--------------------------------------------------------------*/

.instagram-container {
    padding: 30px 0 0 0;
    position: relative;
}

.instagram-container h2 {
    margin-bottom: 40px;
    font-style: italic;
}

.homepage-widget ul {
    list-style:none;
    margin: 0 auto;
}

.homepage-widget ul li {
    max-width: 20%;
    display: inline-block;
    margin: -4px auto;
    margin-bottom: -8px;
}

.homepage-widget ul li img {
    transition: all 0.3s ease 0s;
    display: block;
    margin: 0 auto;
}

.homepage-gallery ul {
    list-style:none;
    margin: 0 auto;
}

.homepage-gallery ul li {
    max-width: 20%;
    display: inline-block;
    margin: 0 auto;
}

.homepage-gallery ul li img {
    transition: all 0.3s ease 0s;
    display: block;
    margin: 0 auto;
}

.instagram-pics a img:hover {
/*    transform: scale(1.05); */
    opacity: 0.6;
}

.opacity-hover img {
    transition: all 0.5s ease 0s;
}

.opacity-hover img:hover {
    opacity: 0.6;
}

/*--------------------------------------------------------------
18.0 Single Page Styling
--------------------------------------------------------------*/

.inside-page-header {
    background-color:#adadad;
    background-repeat:  no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
    position: relative;
} 

.header-color-overlay {
    position: absolute;
    display: block;
    margin: 0 auto;
    z-index: 1;
    height: 300px;
    top: 0;
    left: 0;
    right: 0;
}

.inside-page-cta {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}

.inside-page-cta a {
    background-color: #FDB812;
    color: #fff;
    padding: 10px 30px;
    border-radius: 2em;
    font-size: 20px;
}

.inside-page-cta a:hover {
    color: #4E0149;
}

.inside-page-header-title {
    background: rgba(255,255,255, 0.5);
    font-size: 40px;
    color: #4E0149;
    text-transform: uppercase;
    display: block;
    margin-bottom: 25px;
}

.inside-page-header-subtitle {
    font-size: 20px;
    color: #4E0149;
    text-transform: uppercase;
    display: block;
}

.content-area {
    padding: 60px 20px;
}

.content-area .wp-post-image {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.content-area h2, h3 {
    color: #000;
    font-style: normal
}

.content-area h2::after {
    content: " ";
    display: block;
    height: 3px;
    width: 90%;
    border-bottom: 1px dashed #d1d1d1;
}

.content-area h3::after {
    content: " ";
    display: block;
    height: 3px;
    border-bottom: 2px solid #d1d1d1;
}

.page-sidebar {
    padding: 60px 10px;
    
}

.breadcrumb {
    margin-top: 160px;
}

.breadcrumb p {
    color:#000;
}

.breadcrumb a {
    color: #4e0149;
}
.breadcrumb a:hover {
    color: #FDB812;
}

/*--------------------------------------------------------------
18.1 Promotions Page Template Styling
--------------------------------------------------------------*/
.promotions-repeater {
    box-shadow: 0px 9px 10px 2px #888888;
    padding: 10px;
}

.promotions-repeater h4 {
    margin-bottom: 0;
}

.promo-contact {
    padding: 7px 15px;
    background-color: #4E0149;
    color: #fff;
}

.promo-contact:hover {
    color: #FFEBC4;
}

.promotions-repeater li::before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 0 15px 0 -15px;
    color: #4E0149;
}

.promotions-repeater ul {
    margin-bottom: 10px;
}

.promotions-repeater ul li {
    list-style: none;
    font-size: 18px;
}

.promotions-repeater p {
    padding-bottom: 0;
    font-size: 18px;
}

#promo-date {
    font-style: italic;
    font-size: 14px;
    margin-top: 0;
}

#promo-fine-print {
    font-style: italic;
    font-size: 14px;
    color: #000;
}

.the-fine-print {
    margin: 20px 0;
}

/*--------------------------------------------------------------
19.0 Blog Styling
--------------------------------------------------------------*/

.votedbest {
    display:none;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
19.1 Index Styling
--------------------------------------------------------------*/

.index-container {
    padding: 100px 0;
}

.vcard {
    display: inline-block;
    margin: 0;
    border: none;
    padding: 0;
}

/*--------------------------------------------------------------
19.2 Post Styling
--------------------------------------------------------------*/

.post-content-container {
    padding: 70px 0;
}

h3.comment-reply-title {
    font-size: 1.135rem;
}

.no-results h1 {
    margin-top: 50px;
}

/*--------------------------------------------------------------
19.3 Front Page Post Styling
--------------------------------------------------------------*/
.blog-section {
    margin-bottom: 60px;
}

.blog-section ul li {
    margin-bottom: 20px;
    transition: all ease 0.3s;
}

.blog-section ul li:hover {
    opacity: 0.8;
}

.blog-section h2 {
    margin-bottom: 40px;
}

.blog-featured-image {
    display: block;
    padding: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.blog-info-box {
    background-color: #4E0149;
    padding: 20px 10px;
}

.blog-info-box h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.blog-info-box h3:after {
    content: ' ';
    display: block;
    width: 20px;
    height: 3px;
    background-color: #fff;
    margin: 10px 0;
}

.blog-info-box p, .blog-info-box a {
    color: #fff;
    font-size: 14px;
}

.blog-info-box a:hover {
    color: #FDB812;
}

/*--------------------------------------------------------------
20.0 Sidebar Styling
--------------------------------------------------------------*/
.locations-sidebar-title {
    background-color: #4E0149;
    padding: 15px 20px;
    border-radius: 0.5em 0.5em 0 0;
}

.locations-sidebar-title h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 1.2375rem;
}

.owner-photo {
    display: block;
    content: " ";
    height: 300px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.locations-sidebar-content {
    background-color: #fff;
    padding: 15px 20px 0px 20px;
    box-shadow: 0px 3px 3px RGBA(136, 136, 136, 0.62);
    border-radius: 0 0 0.5em 0.5em;
    margin-bottom: 30px;
    
}

.locations-sidebar-content ul {
    list-style: none;
    position: relative;
}

.locations-sidebar-content li {
    line-height: 40px;
}

.locations-sidebar-content li::before {
    font-family: 'FontAwesome';
    content: '\f058';
    color: #fdb812;
    position: absolute;
    left: -20px;
    right: 0;
}

.locations-social-icons i {
    font-size: 48px;
    color: #9c9a9b;
    padding: 10px 10px 40px 10px;
}

.locations-social-icons i:hover {
    color: #FDB812;
}

.locations-sidebar-content p {
    text-align: center;
}

/*--------------------------------------------------------------
20.1 Sidebar Category / Menu Styling
--------------------------------------------------------------*/

.sidebar-widget {
    box-shadow: 0px 8px 5px RGBA(136, 136, 136, 0.62);
    background: #fff;
}

.sidebar-widget-title {
  display: block;
  background: #4e0149;
  color: #fff;
  padding: 15px;
  font-size: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
  border-radius: 0.3em 0.3em 0 0;
}

.sidebar-widget ul {
    list-style:none;
    margin:0;
}

.sidebar-widget ul li {
  position: relative;
  display: block;
}

.sidebar-widget a:hover {
    color:#f6921d !important;
}

.sidebar-widget .menu-products-container {
    background-color: #fff;
}

.sidebar-widget .menu-products-container ul {
    margin-left: 15px;

}

.sidebar-widget .menu-products-container ul li a {
    display: block;
    background: #fff;
    color: #000;
    padding: 15px;
    font-weight:500;
}

.sidebar-widget #menu-products li::before {
    font-family: 'FontAwesome';
    content: '\f105';
    padding: 15px;
    color: #fdb812;
    position: absolute;
    top: 0;
    left: -11px;
    right: 0;
}
.m-cta a {
    background-color: #FFBB13;
}
/* ------- Responsive Queries ------------*/
@media screen and (max-width: 1400px) {
    .location-signifier {
        left: 15%;
    }
}

@media screen and (max-width: 1190px) {
    header nav li {
      font-size: 20px;
      margin: 23px 5px 0 0;
    }
}

@media screen and (max-width: 1000px) {
     .bg-video video {
        display:none;
    }
}

@media screen and (max-width: 1024px) {
    .box-border-left {
        border-right: none;
        height: 100% !important;
    }
    
    .find-a-dealer img {
        display: none;
    }
    
    ul#top-menu li {
        border-right: none;
    }
    nav {
        display: none;
    }
    
    header.header-container {
        background-color: #4e0149;
        padding: 54px 0 !important;
    }
    
    .logo {
        position: absolute;
        z-index: 1;
        bottom: -50px !important;
    }
    
    #responsive_menu_pro_button {
       display: block;
       top: 80px !important;
    }
    
    .special-headers::before, .special-headers::after {
        width:180px;
    }
    .special-headers-footer::before, .special-headers-footer::after {
        width: 120px;
    }
    
    .what-makes-us-best {
        padding: 50px 20px 10px 20px;
    }
    
    .product-title h3 {
        font-size: 35px;
    }
    .find-a-dealer-title h2 {
	margin-top: 20px;
	margin-bottom: 20px;
    }
    .find-a-dealer-title h2 span{
    color: #fff;
    font-size:14px;
    margin-top: 10px;
    margin-bottom: 10px;
    }
    
    ul#top-bar-menu {
        display: none;
    }
}

@media screen and (max-width: 800px) {
   
    
    header.header-container {
        background-color: #4e0149;
        padding: 78px 0 !important;
    }
    
    .logo {
        position: absolute;
        z-index: 1;
        bottom: -70px !important;
    }
    
    .logo img {
        height: 60% !important;
        width: 100%;
    }
    
    ul#top-bar-menu {
        display: none;
    }
    
    .top-bar-nav .CTA-button {
        display: none !important;
    }
    
    .top-bar-nav a {
        display: block;
        float: none;
        text-align: center;
    }
    
/*    .top-bar-nav {
	display: none;
    }
    .top-bar-nav a{
	display: none;
    }
    .CTA-button {
	display: none;
    }*/
    .homepage-widget ul li {
        max-width: 360px;
        margin-bottom: 20px;
    }
    
    .products-container::before {
        display: none;
    }
    
    .more-products-container::before {
        display: none;
    }
    
    .instagram-container::before {
        display: none;
    }
    
    .footer-cta::before {
        display: none;
    }
    
    .affiliates-section-header::before {
        display: none;
    }
    
    .footer-cta h2 {
        background-color: transparent;
    }
    
    .business-integrity {   
        padding: 20px;
    }
    
    .mits-testimonials {
        margin: 40px 0 0 0;
    }
    
    .special-headers:before,
    .special-headers:after {
        display: none;
    }
    
    .special-headers-footer:before,
    .special-headers-footer:after {
        display: none;
    }
    
    .medium-block-grid-5 > li:nth-of-type(n) {
        clear: none;
        margin: 0;
    }
    
    .product-title h3 {
        font-size: 27px;
    }
}

@media screen and (max-width: 600px) {
    header.header-container {
        background-color: #4e0149;
        padding: 78px 0 !important;
    }
    
    .logo {
        position: absolute;
        z-index: 1;
        bottom: -63px !important;
    }
    
    .small-block-grid-1 > li:nth-of-type(n+1) {
        display: block;
        max-width: 100%;
    }
    .footer-cta span {
	display: inline;
    }
}

@media screen and (max-width: 400px) {
    .fa.bbb {
        display: block;
        margin: 10px;
    }
    
    .logo {
      position: absolute;
      z-index: 1;
      bottom: -43px !important;
    }
    header.header-container {
      padding: 58px 0 !important;
     }
    .homepage-widget ul li {
        max-width: 280px;
        margin-bottom: 20px;
    }
    
    .special-promotion-box h1 {
        font-size: 30px;
    }
    
    .social-icons-footer i {
        float: none;
    }
    
    .copyright-container {
        text-align: center;
    }
    
    .social-icons-footer p{
        text-align: center;
        padding: 20px 0;
    }
    
    .breadcrumb {
        margin-top: 220px;
    }
    
    .location-signifier h2 {
        font-size: 12px;
    }
          
}

.left-fade-in, .right-fade-in {
    opacity: 0;
}
/*
.products-container .row [class*="block-grid-"] {
    margin: inherit !important;
}*/

[class*="block-grid-"] {
    margin: 0;
}