/*
 Theme Name:   Sliding Door Child
 Theme URI:    http://pepitnow.com/Sliding-Door-Child/
 Description:  Sliding Door Child Theme
 Author:       Wayne Connor (original theme) - Marisa Salinas (child theme)
 Author URI:   http://pepitnow.com/team
 Template:     sliding-door
 Version:      3.0.9
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         visual, slider, responsive-layout
 Text Domain:  sliding-door-child
*/

#access {
  display: none;
}

#sidebar2 {
    display: none;
    visibility: hidden;
}

#content {
    width: 700px;
}

.div-quienes-somos {
  padding: 5px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #595959;
  -moz-border-radius:5px;  /* for Firefox */
  -webkit-border-radius:5px; /* for Webkit-Browsers */
  border-radius:5px; /* regular */
  opacity:0.9; /* Transparent Background 50% */
}

.div-quienes-somos:hover {
  background-color: #31859c;
}

.div-centro-cultural {
  padding: 5px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #595959;
  -moz-border-radius:5px;  /* for Firefox */
  -webkit-border-radius:5px; /* for Webkit-Browsers */
  border-radius:5px; /* regular */
  opacity:0.9; /* Transparent Background 50% */
}

.div-centro-cultural:hover {
  background-color: #ffc000;
}

.span-centro-cultural {
  padding: 5px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #595959;
  -moz-border-radius:5px;  /* for Firefox */
  -webkit-border-radius:5px; /* for Webkit-Browsers */
  border-radius:5px; /* regular */
  opacity:0.9; /* Transparent Background 50% */
}

.span-centro-cultural:hover {
  background-color: #ffc000;
}


.div-escuela-de-musica {
  padding: 5px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #595959;
  -moz-border-radius:5px;  /* for Firefox */
  -webkit-border-radius:5px; /* for Webkit-Browsers */
  border-radius:5px; /* regular */
  opacity:0.9; /* Transparent Background 50% */
}

.div-escuela-de-musica:hover {
  background-color: #d81e9a;
}

.div-miedo-escenico {
  padding: 5px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #595959;
  -moz-border-radius:5px;  /* for Firefox */
  -webkit-border-radius:5px; /* for Webkit-Browsers */
  border-radius:5px; /* regular */
  opacity:0.9; /* Transparent Background 50% */
}

.div-miedo-escenico:hover {
  background-color: #c00000;
}

.div-cursos-y-talleres {
  padding: 5px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #595959;
  -moz-border-radius:5px;  /* for Firefox */
  -webkit-border-radius:5px; /* for Webkit-Browsers */
  border-radius:5px; /* regular */
  opacity:0.9; /* Transparent Background 50% */
}

.div-cursos-y-talleres:hover {
  background-color: #00af50;
}

.div-formacion-profesional {
  padding: 5px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #595959;
  -moz-border-radius:5px;  /* for Firefox */
  -webkit-border-radius:5px; /* for Webkit-Browsers */
  border-radius:5px; /* regular */
  opacity:0.9; /* Transparent Background 50% */
}

.div-formacion-profesional:hover {
  background-color: #01b0f1;
}

.div-boton-inactivo {
  padding: 5px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #595959;
  color: white;
  font-weight: bold;
  -moz-border-radius:5px;  /* for Firefox */
  -webkit-border-radius:5px; /* for Webkit-Browsers */
  border-radius:5px; /* regular */
  opacity:0.9; /* Transparent Background 50% */
}

#branding {
  background-color: #595959;
  padding-left: 3px;
  border-top: 20px solid #FFF;
}

#imageMenu ul li {
    border-top: 1px solid #595959 !important;
    border-bottom: 1px solid #595959 !important;
}

#site-description {
    color: #FFFFFF !important;
    font-size: 24px;
}

#site-description-2 {
    clear: both;
    text-align: right;
    float: right;
    position: relative;
    top: 18px;
    color: #FFFFFF !important;
    font-size: 20px;
}

#site-social {
    text-align: right;
    float: right;
    position: relative;
    color: #FFFFFF !important;
    font-size: 20px;
width: 257px;
}

#site-title a {
    color: #FFFFFF !important;
}

.single-attachment {
   margin-left: 20px !important;
}

.entry-meta {
  display: none;
}

#content-desktop { display: inline;} 
#content-mobile{ display: none;}
/* Smartphones (portrait and landscape) ----------- */ 
@media only screen and (max-width : 810px) {
    #content-desktop { display: none;}
    #content-mobile{ display: block;}
} 
