/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES  
 */
/* MENU */
/* category */
/* blog listing */
.blogs-container h3 {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  font-family: "Raleway";
  font-weight: 300;
  text-align: center;
  color: #222;
}
.blogs-container .blog-image img {
  max-width: 100%;
}

.blog-item {
    background: white;
    padding: 10px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 1, 1, 0.1);
    box-shadow: 0 2px 1px rgba(0, 1, 1, 0.1);
    margin-bottom: 10px;
    border-radius: 6px;
	
}
.blog-item .blog-image,
.blog-item .blog-shortinfo {
  padding-top: 0px;
  margin: 0 0 5px 0; 
	font-weight: 500;
 }
.blog-item .blog-meta span {
  font-size: 12px;
  margin-right: 10px;
  font-weight: 300;
  color: black;
}
.blog-item .blog-meta span span {
  margin-right: 5px;
  color: #333;
}
.blog-item .name a {
  font-size: 18px;
  text-transform: uppercase;
}
.blog-meta a {
  color: #333;
  font-weight: 600;
  background: #e5b708;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 4px;
}

/* blog */
.blog-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #e5b708; 
}

.blog-image {
  margin: -10px -20px 0px -20px;
}
.blog-image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
 }
.blog-detail{
  background: transparent;
  padding: 10px;
}
.blog-detail .blog-description {
  font-weight: bold;
  margin-bottom: 10px;
}
.blog-detail .blog-meta {
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.blog-detail h4 {
 font-size: 25px;
    text-transform: uppercase;
    color: #e5b708;
    font-weight: 600;
    border-bottom: 1px dotted #333;
    padding-bottom: 10px;
}

.blog-tags,
.extra-blogs,
.blog-comments,
.social-share {
  padding-bottom: 15px;
}

.blog-comment-block h3 {
  font-size: 16px;
}

.blog-tags a span {
  background: none repeat scroll 0 0 #666666;
  border-radius: 2px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px;
}

.extra-blogs ul li {
  padding: 6px 0;
    border-bottom: dotted 1px #333;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-video-code .inner {
  background: none;
  padding: 0px;
  margin: -10px 0px 0px -10px;  
}

.title_blog {
  font-size: 30px;
  font-family: "RobotoRegular";
  font-weight: 600;
  text-transform: uppercase;
  color: #e5b708;
  width: 100%;
  text-align: center;
  margin: 25px 0px 20px 0px;
	
}

.read-more {
  margin-top: 15px;
  display: none;
}

/* comment */
.comment-item {
  padding: 12px 0;
}
.comment-item img {
  padding-right: 12px;
}

.comment-wrap {
  overflow: hidden;
  background: white;
  border: 1px solid #E5E5E5;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.comment-wrap .comment-meta {
  border-bottom: 1px solid #E5E5E5;
  font-size: 11px;
  margin: -20px -20px 10px;
  padding: 10px 20px;
}
.comment-wrap .comment-meta > span {
  font-weight: bold;
}
.comment-wrap .comment-meta > span span {
  font-weight: normal;
}

.blog-social .social-wrap > div {
  float: left;
}
.rtl .blog-social .social-wrap > div {
  float: right;
}
.blog-social .social-heading {
  padding-right: 12px;
}
.rtl .blog-social .social-heading {
  padding-left: 12px;
  padding-right: inherit;
}

.comment-link {
  background: none repeat scroll 0 0 #F4F4F4;
  border-left: 1px solid #E5E5E5;
  display: block;
  float: right;
  font-weight: bold;
  margin: -11px -20px -10px 0;
  padding: 10px 20px;
}
.rtl .comment-link {
  float: left;
}
.rtl .comment-link {
  margin: -11px 0 -10px -20px;
}

.ipts-captcha img {
  float: left;
  padding-right: 12px;
}
.rtl .ipts-captcha img {
  float: right;
}
.rtl .ipts-captcha img {
  padding-left: 12px;
  padding-right: inherit;
}
.ipts-captcha input {
  width: 100px;
}

/* categories menu display on left or right sidebar */
.blog-menu ul li {
  position: relative;
}
.blog-menu ul li a {
  color: black;
  display: block;
  font-size: 13px;
  line-height: 30px;
  padding: 0;
  border-bottom: 1px solid #d6d4d4;
}
.blog-menu ul li a:hover, .blog-menu ul li a.selected {
  color: #efce14;
}
.blog-menu ul li li a {
  font-weight: normal;
  color: #777777;
}
.blog-menu ul li span.grower {
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 13px;
  font-family: "FontAwesome";
  right: 0;
}
.rtl .blog-menu ul li span.grower {
  left: 0;
  right: auto;
}
.blog-menu ul li span.grower.OPEN:before, .blog-menu ul li span.grower.CLOSE:before {
  content: "+";
  display: block;
  text-align: center;
}
.blog-menu ul li span.grower.CLOSE:before {
  content: "-";
}
#blog-category h1{
	font-size: 30px;
    font-family: "RobotoRegular";
    font-weight: 600;
    text-transform: uppercase;
    color: #e5b708;
    width: 100%;
    text-align: center;
    margin: 25px 0px 10px 0px;
}
.presentacion-aula{
	text-align: center;
	margin-bottom: 15px;
	font-size: 17px;
	color:#333;
	font-weight: 500;
}
img.icono-programa{
	width: 50px;
    height: 50px;
    position: absolute;
    right: 25px;
    bottom: 35px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 1, 1, 0.1);
    box-shadow: 0 2px 1px rgba(0, 1, 1, 0.1);
}


body.module-leoblog-blog #center_column{
	background: #fff;
    margin: 10px 0 20px 0;
    border-radius: 10px;
	box-shadow: 0px 0px 3px #999;	
}

body#module-leoblog-category .panel-default{
	display: none;
	
}
.blog-content{
	margin-bottom: 15px;
	border-bottom: 1px dotted #333;
	padding-bottom: 15px;
	font-weight: 500;
	color: #666;
}
.blog-item h4.name{
	
}
.blog-content h2{
	font-size: 18px;
	color: #333;
}
.leading-blog .row{
	display: flex;
}
.leading-blog .row div{
	display: grid;
}
.secondary-blog .row{
	display: flex;
}
.secondary-blog .row div{
	display: grid; 
}
.selector-categorias{
	position: absolute;
    right: 10px;
    top: 30px;
}
.selector-categorias button{
	background: #e5b708;
    border-color: #CAAD56;
    color: #333;
    font-weight: 600;
    font-family: "RobotoLight";
    text-transform: uppercase;
    font-size: 13px;
	padding: 10px 20px;
}
.selector-categorias .dropdown-menu{
	width: 200px !important;
}
.selector-categorias a {
    padding: 10px 10px;
    color: #333;
    font-weight: 600;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #333;
}

@media (max-width: 990px) {
.leading-blog .row{
	display: grid;
}
.leading-blog .row div{
	display: grid;
}
.secondary-blog .row{
	display: grid;
}
.secondary-blog .row div{
	display: grid; 
}
.selector-categorias{
    position: relative;
    width: 100%;
	top: 10px;
	left: 0;
}
.selector-categorias button {
    width: 100%;
	font-size: 20px;
	font-weight: 600;
}
.selector-categorias .dropdown-menu {
    width: 100% !important;
}
.selector-categorias a {
    padding: 10px 10px;
    color: #333;
    font-weight: 600;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #333;
	font-size: 18px;
}
}