/*
Theme Name: Xplortext
Version: 1.0
Description: A child theme of Hueman
Template: hueman
Author: Administrator
*/
/* Your awesome customization starts here */
.site-description {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: -20px;
  color: green;
}
.site-title a {
  color: #666;
  display: block;
   height: 50px;
  max-width: 100%;
}

p {
    line-height: 1.1;
      font-size: 14px;
    /*  font-family: sans-serif; */
  }
 .entry h1  {
    font-size: 30px;
    font-weight:bold;
    color: #4c4ca6; /* #666; */
  }
/* set global font size h2 */
 .entry h2  {
    font-size: 22px;
  font-weight:bold;
    color: #4c4ca6; /* #666; */
  }
 .entry h3  {
    font-size: 19px;
  font-weight:bold;
       color: blue;
  }
 .entry h4  {
    font-size: 18px;
    color: blue;
  }
.entry h5  {
    font-size: 14px;
    color: black;
  }

.entry h6  {
		font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
		background-color: #fbfbfb; 
    padding: 4px;
		font-weight: normal;
		border-style: groove; 
	/*	border-style: ridge; */
	/*	border-style: inset; */
   border-color: #B9EBFA ;
   border-width: 1px;
   border-radius: 5px;
	 box-shadow: 2px 4px #B9EBFA;
/*	-moz-box-shadow: 2px 4px #B9EBFA inset; */
		-webkit-box-shadow: 2px 4px 0px #B9EBFA;
		text-transform: none;
		word-break: break-all;
		margin: 2px;
		padding-left:20px;
    padding-right:20px;
	  }



blockquote {
 font-family: Georgia, serif;
 font-size: 16px;
 font-style: italic;
 width: 450px;
 margin: 1.25em 0;
 /* padding: 0.25em 40px; */
	padding-left: 70px;
 line-height: 1.45;
 position: relative;
 color: #FFF;
	border-left:5px solid  #4c4ca6;  /*  anchura del rectángulo y color */
/* background:#4b8baf; */
}

blockquote cite {
/* color: #efefef; */
font-size: 14px;
display: block;
margin-top: 5px;
/*  padding-left: 1.15em 40px; */
/* border-left:5px; */  
   margin-left: 0.1px; /* 0.25em; */
     text-indent:10px;
  /* margin-left: 100px; */
  /*  padding.left: 1.15em 40px; */
/* margin: 0.05em 0; margin: 0.25em 0; */ 
}
  
blockquote cite:before {
content: "\2014 \2009";
}
.entry blockquote:before {
   display: none;
}


