/*
Theme Name: Mundo Keuken
Template: attitude
Author: Child Theme Configurator
Version: 1.0.1441270066
Updated: 2015-09-03 08:47:46
*/

@charset "UTF-8";

/* = Elementos que ocultamos
*****************************************************************************************/
#access, #branding .searchform, #site-generator .copyright, span.su-spoiler-icon, ul.tml-action-links  {
    display: none!important;
}



/* = Header
*****************************************************************************************/
h2#site-title img {
    width: 150px!important;
}
header#branding {
    background-image: url('http://mundokeuken.senssia.com/wp-content/uploads/2015/09/mundo-keuken-header-img.jpg');
}

/* = Tipografía
*****************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: 'Lato', sans-serif!important;
    color: #1c1c1c;
}
a:hover {
    color: #7C6755!important;
    font-weight: bold!important;
}

h5 {
    font-size: 1.5em;
    line-height: 1.4em;
    color: #7C6755!important;
}
.su-spoiler-title {  
    font-size: 1.3em;
    text-transform: uppercase;
    color: #7C6755;	
    border-radius: 2px;
    color: white;
    background-color: #7C6755;
}



/* = Botones
*****************************************************************************************/
a.su-button.su-button-style-flat.btn-catalogo, a.su-button.su-button-style-flat.btn-mk {
    width: 80%;
    margin: 0 10%;
}


/* = Footer
*****************************************************************************************/
#site-generator {
    padding: 10px 0px;
}
.credit {
    padding: 0 0 15px 15px;
}


/* = Log in
*****************************************************************************************/
input#pwd, input#log {
    margin: 30px 0px 5px 0px;
    width: 40%;
    display: block;
    background-color: transparent;
    border: 2px solid #7C6755;
    color: #1c1c1c;
    font-size: 1.5em;
    font-family: 'Lato', sans-serif!important;
}
.page-restrict-output input.button {
    margin: 30px 0px;
}