/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

.site-tagline {
    font-size: 1.1em !important;
    letter-spacing: 0 !important;
    margin-bottom: 0 !important;
    text-align: right;
}
.phone-num {
    color: #ae851b !important;
    font-size: 2em !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    text-align: right;
    text-transform: none;
    line-height: 30px !important;
}
.phone-num > a {
    color: #ae851b;
}
.header-widget {
    padding-top: 8px;
}
.visible-tagline {display:none; }
#nav-container {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
#main-nav {
    float: left;
}
#menu-item-997 > a {
    padding-left: 9px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    line-height: 1.1em;
    margin: 0 0 0.5em;
}
.buttonset {
    background-color: #DDB13E !important;
    border-radius: 4px;
    line-height: 17px !important;
    padding: 10px 15px;
    width: 230px;
    margin-bottom: 35px !important;
    margin-top: -15px;
}
.uppertext {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
}
.lowertext {
    color: #fff;
    font-size: 15px;
}
.buttonset:hover {
    background-color: #ae851b !important;
}
.button1:hover {
    text-decoration: none;
}
.site-tagline1 {
    font-family: "Oswald",arial,sans-serif;
    font-size: 1.35em !important;
    margin-left: 105px !important;
    margin-top: -23px;
    text-align: left;
}
.make {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0;
}
#logo, #header { margin-bottom: 5px; }
#header { padding-top: 5px; }
.logo-icon, .logo-top-text {
    float: left;
}
.clearfix {
    clear: both;
    overflow: hidden;
}
#nav-container {margin: 0; }

#loopedSlider.business-slider img.woo-image {
    height: auto;
    max-width: 100%;
}
body.full-header.full-slider #loopedSlider {
    margin-top: -10px;
}


/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */


	
}

@media only screen and (max-width: 767px) {
     .header-widget {
    margin-bottom: 15px;
    margin-top: 0px;
    padding-top: 0;
    width: 100%;
      }
    #header {
    padding-left: 1em !important;
    padding-right: 1em !important;
     }
    .visible-tagline {display:block; 
    font-size: 1.1em !important;
    letter-spacing: 0 !important;
    margin-bottom: 0 !important;
    text-align: center;}
    .site-tagline { display: none; }
    .phone-num { text-align:center; }
   #loopedSlider.business-slider img.woo-image {
    height: auto;
    max-width: 100%;
   }
}



@media only screen and (max-width: 500px) {
   .site-tagline1 {
    font-family: "Oswald",arial,sans-serif;
    font-size: 1.25em !important;
     }
   #loopedSlider.business-slider img.woo-image {
    height: auto;
    max-width: 100%;
   }
}

@media only screen and (max-width: 400px) {
   .site-tagline1 {
    font-family: "Oswald",arial,sans-serif;
    font-size: 0.9em !important;
    margin-left: 0 !important;
    margin-top: -25px;
    text-align: center;
     }
    .logo-top-text > img {
    float: left;
    margin-left: 85px;
    margin-top: 11px;
    max-width: 54%;
    }
    .logo-icon {
    float: left;
    width: 90px;
    }
    .logo-top-text {
    float: left;
    position: absolute;
    }
   #loopedSlider.business-slider img.woo-image {
    height: auto;
    max-width: 100%;
   }

}