/*////////////////////////////////////////////////////
//
// Filename:    
// Description: 
// Website:     
// Author:      JToral, Rogue Web Works
// Pages:       All
//
////////////////////////////////////////////////////*/


/* Google Fonts  -----------------------------------*/

/* Header  -----------------------------------------*/
.nav-header h3.uk-panel-title {
    font-size: 20px;
}
.uk-nav-navbar>li.uk-active>a {
    color: #282522;
	transition: box-shadow 0.3s,color 0.3s;
}
.uk-nav-navbar>li:hover>a {
    color: #282522;
	transition: box-shadow 0.3s,color 0.3s;
}
/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 980px) {
.uk-navbar-flip.tm-nav-search {
    display: none;
}
.tm-nav.uk-hidden-small .uk-navbar-nav a {
    padding: 0px 5px !important;
}
}
/* Not Phones and Tablets (Portrait) */
@media (min-width: 980px) {
.uk-navbar-nav > li > a {
    font-size: 16px;
    letter-spacing: 1px;
}
}
/* Content  ----------------------------------------*/
.tm-block-main {
    background: url(/wp-content/themes/madein/images/main-bkgd-pescadero.jpg) no-repeat 50% 0px;
    padding-top: 130px;
}
.tm-block-bottom-a.tm-block-alt {
    background-color: #fae5a7;
    color: #fae5a7;
    background: url(/wp-content/themes/madein/images/leather-stiching.png) 0px 5% repeat-x, url(/wp-content/themes/madein/images/leather-stiching.png) 0px 95% repeat-x, url(/wp-content/themes/madein/images/leather.jpg) 50% 50%;
}
.tm-block-bottom-d.tm-block-alt {
    background-color: #cfb481;
    color: #282522;
    background: url(/wp-content/themes/madein/images/light-stiching.png) 0px 5% repeat-x, url(/wp-content/themes/madein/images/light-stiching.png) 0px 95% repeat-x, #cfb481;
}
.tm-bottom-d .uk-nav a:hover, .tm-bottom-d a.uk-contrast:hover { color:#fae5a7!important; }
.tm-block-alt .uk-nav-side > li > a {
    color: #282522;
    text-transform: uppercase;
    box-shadow: none;
    transition: box-shadow 0.3s,color 0.3s;
}
.tm-block-alt .uk-nav-side > li > a:hover,.tm-block-alt .uk-nav-side > li > a:focus {
    color: #e1daca;
    box-shadow: 0 2px 0 0 #e1daca;
}
.tm-block-alt h3.uk-panel-title {
    text-align: center;
    color: #282522;
    font-size: 24px;
    line-height: 26px;
}
.tm-block-alt .uk-button {
    color: #282522 !important;
    border-color: #282522;
}
.tm-block-alt .uk-button:before {
    background-color: #282522;
}
.teaser {
	max-width: 800px;
	text-align: center;
	margin: auto;
}
.teaser .uk-h3 {
	text-transform: none;
}
h2, .uk-h2 {
    text-transform: none;
}
h3.uk-panel-title {
    font-size: 24px;
    line-height: 1.2em;
}
.uk-panel-header .uk-panel-title {
    color: #fae5a7;
}
.makers-list p a {
    line-height: 2em;
    font-size: 18px;
    font-weight: bold;
    color: #fae5a7;
    transition: box-shadow 0.3s,color 0.3s;

}
.makers-list p a:hover {
    color: #e1daca;
    box-shadow: 0 2px 0 0 #e1daca;
}
ul.uk-nav.uk-nav-parent-icon.uk-nav-side {
    line-height: 2em;
    font-size: 16px;
    font-weight: bold;
}
.uk-nav-side > li > a {
    padding: 0px;
    text-align: center;
    color: #fae5a7;
    box-shadow: none;
    transition: box-shadow 0.3s,color 0.3s;
}
.uk-nav-side > li > a:hover {
    color: #e1daca;
}
.uk-article-meta{
	display: none;
}
.blog .uk-article-title, article.uk-article h1.uk-article-title {
	display: none;
}
.uk-subnav > * > * {
    display: inline-block;
    color: #fae5a7;
    transition: box-shadow 0.3s,color 0.3s;
}
.uk-subnav > * > *:hover {
    display: inline-block;
    color: #B4AFA3;
    box-shadow: 0 2px 0 0 #e1daca;
}
.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus, .uk-nav-side > li.uk-active > a {
    box-shadow: 0 2px 0 0 #686563;
}
/* Only Phones */
@media (max-width: 767px) {

    ul.uk-thumbnav.uk-flex-center {
        display: none;
    }

}

img.border {
	border: 1px solid #b4afa3;
}

	/* General Classes  ----------------------------*/
.center {
	text-align: center;
}
.max-width{
	max-width: 1200px;
}
/* Footer  -----------------------------------------*/
.tm-footer {
    font-family: 'PT Sans';
}
.tm-bottom-d a.uk-contrast {
    color: #282522;
    text-decoration: underline;
}
.tm-bottom-d a.uk-contrast:hover {
    color: #e1daca;
}