/*
 Theme Name:   Codeus Child
 Theme URI:    http://localhost/leaderdreams.com/codeus-child/
 Description:  Twenty Sixteen Child Theme
 Author:       Carlos Santodomingo
 Author URI:   http://localhost/leaderdreams.com
 Template:     codeus
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  codeus-child
*/
@import url("../codeus/style.css");

/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */

.related-element .related-element-info {display: inherit;margin:10px;}
/*csm: para que se vea el iframe ReCaptcha*/
.grecaptcha-badge{z-index:9999;}

.csm-obra-autor-img{float:left;min-width:150px;width:12%;margin-right:25px;margin-bottom:20px;}
.csm-obra-autor-txt{width:75%;display: inline-block}

/*csm: elementos mostrar/ocultar moviles (searchform, por ejemplo)*/
#web {display: block;}
#mobile {display: none;}

@media screen and (max-width: 783px) {
	#web {display: none;}
	#mobile {display: block;}
}
	
#header .logo {
    max-width: 450px;
}
@media only screen and (max-width:1100px) {
	#header #site-navigation.dl-menuwrapper .dl-menu.dl-menuopen {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
		background-color: #fff;
	}

}	
#main {
   // padding: 20px 0 0;
}

#header.header-fixed {
	padding-top:30px;
	position: fixed;
    left: 0;
    width: 100%;
	
	}
	
@media screen and (max-width: 783px) {
.csm-obra-autor-img{float:left;min-width:150px;width:12%;margin-right:25px;margin-bottom:20px;}
.csm-obra-autor-txt{width:100%;display: inline-block}
#header.header-fixed {padding-top:0px;}
#header .logo {
    max-width: 70%;
}
}


h1, h2, h3, h4, h5, h6, table thead th {
	text-transform: initial;
}
h1, h2, h3, h4, h5, h6,
table thead th {
	text-transform: initial;
}
.page-title-block .page-title-block-header h1 {
color:#62aba7;
}
.center img {
    vertical-align: top;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 100%; */
    height: auto;
    padding: 6px;
    /* width: 100%*/;
}


.sidebar {
    min-width: 350px;
}

/*dropbox search*/


.container {
  margin: 80px auto;
  width: 400px;
  text-align: center;
}

.container > #cat.postform {
  margin: 0 20px;
  vertical-align: top;
}
#cat1.postform {font-size:20px;width:100%;}
#cat2.postform {font-size:20px;width:100%;}

#cat.postform {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 100%;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 whitesmoke;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

#cat.postform:before, #cat.postform:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888888 transparent;
  pointer-events: none;
}

#cat.postform:before {
  border-bottom-style: solid;
  border-top: none;
}

#cat.postform:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

#cat.postform-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  background: #f2f2f2; /* Fallback for IE 8 */
  background: rgba(0, 0, 0, 0) !important; /* "transparent" doesn't work with Opera */
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

#cat.postform-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}

#cat.postform-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */

.lt-ie9 .dropdown {
  z-index: 1;
}

.lt-ie9 .dropdown-select {
  z-index: -1;
}

.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */

@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}