/*
 Theme Name:   brasserie Child
 Theme URI:    http://shekapan.com/
 Description:  brasserie Child Theme
 Author:       Josué Canastuj
 Author URI:   http://shekapan.com
 Template:     brasserie
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  brasserie-child
*/

/* Aquí empieza la personalización de tu tema
*/

#content {
	margin: 0 0 0 0;
}

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

.header_container {
    background: #fff;
    margin: 0 auto;
    max-width: 100%;
    min-height: 100px;
}

#primary_wrap {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 8px;
}

table{
	width:100%;
	border:2px solid black;
}
td{
	border:2px solid black;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    float: left;
    margin-right: 0;
}

.footer_container {
  background: #ffffff;
  margin: 0 auto;
  max-width: 100%;
  color: #ccc;
  /*display: none;*/
}

.wp-block-button__link {
  color: #fff;
  background-color: #ffffffd9;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

.site-info {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 2.2em 0;
    text-align: center;
    color: #666;
    background-color: #ffffff;
    border-top: 1px solid #666;
}

.site-footer {
    clear: both;
    margin: 0 auto;
    background-color: #ffffff;
    border-top: 4px solid #970000;
	/*display: none;*/
}


.header_container {
    background: #ffffff;
    margin: 0 auto;
    max-width: 100%;
    min-height: 100px;
}

#topbar_container {
    margin: 0 auto;    width: 100%;
    height: 40px;
    clear: both;
    background: #ffffff;
    border-bottom: 1px solid #efefef;
}

.main-navigation li {
    float: left;
    margin: 0;
    position: relative;
    background-color: #ffffff;
}

.topbar_content_left {
    width: 50%;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    text-align: left;
    padding: 0;
    position: relative;
    top: 8px;
    left: 8px;
}

.topbar_content_left 
{
    width: 50%;
    float: left;
    font-size: 14px;
    font-size: 2rem;
    color: #000;
    text-align: left;
    padding: 0;
    position: relative;
    top: 1px;
    left: 8px;
}

a, a:visited {
    color: #666;
    text-decoration: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.main-navigation li:hover>a, .main-navigation li.current_page_item a, .main-navigation li.current-menu-item a {
    color: #666;
    display: block;
}

.widget h4 {
    color: #666;
    padding: 4px;
    border-radius: .2em;
    border-bottom: 2px solid #666;
    font-size: 22px;
    font-size: 2.2rem;
}

.widget li {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #666;
}
.widget li a {
    color: #666;
}

.site-info a {
    color: #666;
}

body, button, input, select, textarea {
    color: #000000;
    font-size: 1.3rem;
    line-height: 1.4;
}

.section {
    clear: both;
    padding: 30px;
    margin: 0 auto;
    max-width: 100%;
}

.menu-toggle {
    text-indent: -9999px;
    padding: 4px 18px;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-size: 14px;
    text-align: left;
    background-color: #dfdfdf;
    margin: 0;
    margin-top: 4px;
}
.main-small-navigation .menu li a {
    color: #000000;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 8px 12px;
    display: block;
    border-bottom: 1px solid #ffffff;
	border-radius: 25px;
    background: linear-gradient(to bottom, #f1f1f1, #fff);
}
.main-small-navigation .menu {
    display: none;
    background-color: #ebebeb;
}

.main-navigation a {
    color: #666;
    display: block;
    font-size: 1.2rem;
    font-size: 12px;
    height: 100px;
    line-height: 100px;
    text-decoration: none;
    padding: 0 24px;
    text-transform: uppercase;
    border-radius: 25px;
    background: linear-gradient(to bottom, #f1f1f1, #fff);
}

.entry-content a, .entry-content a:visited, .entry-summary a, .entry-summary a:visited {
  color: #000;
}
