/*

Theme Name: CONFIEP theme

Theme URI: http://www.54solutions.com

Version: 1.0

Description: An example child theme that can be used as a starting point for custom development.

Author: 54 Solutions Team

Author URI: http://www.54solutions.com

template: bb-theme

*/



/* Add your custom styles here... */ 



/*MY CUSTOM SEARCH*/

.search-form .search-field,

.search-form .fabutton{

	display: inline-block;

}



.search-form .search-field{

	background: #5D3389;

	color:#fff;

	padding: 5px 3px;

	border:0;

	width: 80%;

	border-radius: 0px !important;

}



.search-form .fabutton{

	background: #5D3389 !important;

	color:#fff;

	border:0 !important;

	width: 16%;

}



.search-field:focus{

	border-bottom:1px solid #fff;

	background: #5D3389 !important;

}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */

  color: #fff !important;

}

::-moz-placeholder { /* Firefox 19+ */

 color: #fff !important;

}

::-ms-input-placeholder { /* IE 10+ */

  color: #fff !important;

}

::-moz-placeholder { /* Firefox 18- */

  color: #fff !important;

}



.search-form .fabutton i{ font-size: 18px }



.post-type-archive-tribe_events .tribe-bar-filters-inner ::-webkit-input-placeholder { /* Chrome/Opera/Safari */

  color: #666 !important;

}

.post-type-archive-tribe_events .tribe-bar-filters-inner ::-moz-placeholder { /* Firefox 19+ */

 color: #666 !important;

}

.post-type-archive-tribe_events .tribe-bar-filters-inner ::-ms-input-placeholder { /* IE 10+ */

  color: #666 !important;

}

.post-type-archive-tribe_events .tribe-bar-filters-inner ::-moz-placeholder { /* Firefox 18- */

  color: #666 !important;

}



/*HOME*/

/*.pp-tile-layout-3 .pp-post-tile-left{ width:68%;}

.pp-tile-layout-3 .pp-post-tile-right{ width:32%;}*/



.pp-post-tile-image:before {

    content: '';

	position: absolute;

	right: 0;

	bottom: 0;

	left: 0;

	height:50%;  

	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,1)); 

}



.home-banner .fl-row-content-wrap:after {

    content: '';

	position: absolute;

	right: 0;

	bottom: 0;

	left: 0;

	height:70%;  

	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,1)); 

}



.pp-tile-layout-2 .pp-post-tile-left .pp-post-tile-title a,

.pp-tile-layout-2 .pp-post-tile-left .pp-post-tile-title{

    font-size: 35px !important;
    /*line-height: 45px !important;*/
    line-height: 1.1 !important;

}

.pp-tile-layout-2 .pp-post-tile-title a,

.pp-tile-layout-2 .pp-post-tile-title {

    font-size: 15px !important;

    line-height: 18px !important;

}



.up-event-content{

	background: #F0F0F0;

	padding: 20px;

}



.up-event-content h3{ margin-top: 0 !important;}





.up-event-content h3 a{

	font-size: 16px;

    line-height: 19px !important;

    font-weight: 900 !important;

}



.event-startdate{

	font-size:12px;

	font-weight: bold;

}



.item-upcoming-event{ margin-bottom: 20px }





/*TRIBE EVENTS*/

#tribe-events-content{

    padding: 20px;

}

#tribe-bar-form label{

    font-weight: 800;

    font-size: 12px;

}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{

    padding: 10px 15px;

}

#tribe-events .tribe-events-content p{

    margin-bottom: 20px;

}

#tribe-events-pg-template, .tribe-events-pg-template {

    margin: 0 auto;

    max-width: 1400px !important;

}

.events-list .tribe-events-loop{

    max-width: 1400px !important;

}



.tribe-events-list .tribe-events-event-image+div.tribe-events-content.tribe-events-list-event-description {

    position: static;

    margin-bottom: 30px !important;

}



.single-tribe_events .tribe-events-single-event-title {

    margin-bottom: 26px !important;

}

#tribe-events .tribe-events-button {

    background-color: #5d3389;

}

#tribe-events .tribe-events-button:hover{

    background-color: #c9d418;

}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]{

        background-color: #5d3389;

}

#tribe-bar-form .tribe-bar-submit input[type=submit]{

    font-size: 16px;

}

.tribe-bar-views-inner{

    padding: 15px 0 50px;

}



/*VIDEO OVERLAY*/

.confiep_tv .fl-post-title{min-height: 48px;}

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}
.video-thumbnail::before {

    position:absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    content: "\f16a";

    font-family: FontAwesome;

    font-size: 60px;

    color: #fff;

    opacity: .8;

    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);

    /*background: url(images/icon-play.png) no-repeat;*/

}	  



.video-thumbnail:hover::before{opacity:1; color:#5d3389;}



/*ARCHIVE POSTS */

@media screen and (min-width: 1200px) {

	/*
   .archive .container,
   .post-type-archive-tribe_events .container {
	    padding-left: 30px;
	    padding-right: 30px;
	    max-width: 100% !important;
	}
	*/
	/*
	.archive .container,
    .post-type-archive-tribe_events .container {
	    padding-left: 40px;
	    padding-right: 40px;
	    max-width: 100% !important;
	}*/
}



@media screen and (max-width: 1195px) {
	/*
   .archive .container{
	    padding-left: 0;
	    padding-right: 0;
	    max-width: none !important;
	    max-width: auto !important;
	    width:100%;
	}*/
	.archive .container{
	    padding-left: 40px;
	    padding-right: 40px;
	    max-width: none !important;
	    max-width: auto !important;
	    width:100%;
	}    

	.archive .container.fl-content-full {
	    width: auto;
	}
}

@media (min-width: 1100px){
	.category .container {
	    width: 1440px;
	    max-width: 94%;
	}
}

.row.grid-confieptv{ margin-left:5px; margin-right:5px; }

/*
.archive .container.fl-content-full {
    width: auto;
}*/


@media (min-width: 768px){

	.row-eq-height {

	    display: table;

	    table-layout: fixed;

	}



	.row-eq-height [class^="col-"] {

	    //display: table-cell;
	    display: inline-grid;
	    float: none;
	  grid-auto-rows: 1fr;



	}

}


.alm-listing {

    margin: 0 -15px !important;}



.archive .fl-content {

    margin: 0px 0 20px 0;

}



.big-news{

	background:#f2f2f2;

	margin:0;

	margin-bottom: 30px;	

}



.big-news h3{

	font-size: 31px;

}



.big-news h3{

	font-size: 28px;

}



.big-news p{ 

	font-size: 17px;

    font-weight: bold;

    margin-top: 40px;}



.news-meta{ color:#333333; }



.big-news .col-sm-8{

	padding-right: 0 !important;

}



.big-news img{ width:100%; }



.small-news .row{

	background:#f2f2f2;

	margin:0px;

	margin-bottom: 15px;

} 



.small-news .col-sm-4{padding: 0px;}

.small-news .col-sm-12{ padding-bottom: 5px; }



.small-news h3{

	font-size:13px;

	margin-top: 10px;

}



.medium-news .row{

	background:#f2f2f2;

	margin:0px;

	margin-bottom:15px;

} 



.medium-news .col-sm-12{padding: 0px}



.medium-news h3{

	font-size:18px;

	margin-top: 10px;

}



.medium-news .content-news{ padding: 15px;  }





.big-news a:hover,

.medium-news a:hover,

.small-news a:hover{

	color:#808080;

	text-decoration: underline;

}



.paginado{ text-align: center; margin: 30px 0px}



.paginado a{ display: inline-block; padding: 3px 7px; border:1px solid #652190; color: #652190;}



.paginado a:hover,

.page-numbers.current{

	color: #c9d418;

	background: #652190;

	display: inline-block; 

	padding: 3px 7px; 

	border:1px solid #652190;

	font-weight: bold;

}



.news-meta{ margin:8px 0; }

.news-meta span{ 
	display: inline-block; padding: 3px 7px; color: #fff;
	background: #652190;
}

.news-tags{
	margin: 0 0 18px 0; 
	line-height: 15px;
}
.news-tags span{ 
	display: inline-block; 
	padding: 0;
	color: #fff;
	font-size: 10px;
	text-transform: capitalize;
}
.small-news .news-meta{ margin: 7px 0px }
.title_tags{
	font-size: 15px;
}
.link_tag{
	font-size: 14px;
	font-style: italic;
	text-transform: capitalize;
}





/*SINGLE ENTRADAS*/

.entradas-parrafo p:first-child::first-letter{

	color:#C9D418;

	float: left;

	font-weight:bold;

    font-size: 4.15em;

    margin-right: 3px;

    line-height: 1;

    background: #fbfbfb;

    padding: 0px 6px;

} 



.related-news{margin-left:0px !important; margin-right:0px !important;}



.related-news{ background:#F0F0F0; margin-bottom: 20px;}

.related-news .col-sm-4{

	padding:0;

}



.related-news h3{

	font-size: 13px;

    margin-top: 10px;

}



.related-news p{ font-size: 12px; margin-bottom:2px; }



.related-news .news-meta span {

    display: inline-block;

    padding: 3px 0px;

    font-size:11px;

    color: #808080;

    background: transparent;

}



.container_puntos_claves{

	padding: 15px 15px 25px 15px;

	background: #fbfbfb;

}



.container_puntos_claves h3{ margin-top: 0 }



.container_puntos_claves ul{

	margin:0px;

}



.container_puntos_claves ul li{ font-size: 16px; }



.related-event{ margin-top: 20px; margin-bottom: 20px}

.evento-meta{

	background: #EFEFEF;

	padding: 10px;

	color: #505050;

	font-size: 12px;

	font-weight: bold;

}



/*CONFIEP TV*/



.post-type-archive-confiep_tv .breadcrumbs{ padding:20px 0px; }



.item-container{ margin-bottom: 20px; }



.row-confieptv{ margin-bottom: 25px; }



.item-confieptv{ background: #EAEAEA; padding: 5px 10px;}



.item-confieptv h3{ font-size:16px; }



.video-embed {

    position: relative;

    width: 100%;

    height: 0;

    padding-bottom: 56.25%;

}

.video {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



/*BREADCRUMBS*/

.breadcrumbs{ padding: 20px}



.breadcrumbs span a{ color: #652190; font-weight: normal !important; font-size: 14px;}

.breadcrumbs span a:hover{ color: #652190; text-decoration: underline;}



.breadcrumbs span{ color: #652190;  }



.breadcrumb-confiep .fl-widget{

	margin-bottom: 0;

}

.breadcrumb-confiep{

	font-size:14px;

	font-weight: 400;

}

.breadcrumb-confiep span{

	font-weight: 400;

}

.icono-verde{

	color:#c9d418;

	font-size:6px;

	position: relative;

  top: -3px;

}



.icon-confiep-icon-02:before {

    content: "\e901";

}



.icon-house:before {

    content: "\e902";

}



.category .breadcrumbs,

.post-type-archive .breadcrumbs {

    padding: 20px 0px;

}



/*EVENTS*/

#tribe-bar-form label { color:#5D3389; }



#tribe-bar-form .tribe-bar-submit input[type=submit]{

	background: #5D3389;	

}



.tribe-events-list-separator-month span{ color:#5D3389; text-transform: uppercase;}



h2.tribe-events-list-event-title{

	font-weight: 800;

	text-transform: uppercase !important;

	font-size:18px !important;

	

}



h2.tribe-events-page-title{

    font-size: 34px;

    font-weight: 800;

    color:#5D3389 ;

    margin-bottom: 10px !important;

    margin-top: 10px !important;

}



.tribe-events-calendar thead th {

    background-color: #5D3389 !important;}





.tribe-events-notices {

    background: #fbfbfb;

    border-radius: 4px;

    border: 1px solid #eee;

    color: #666;

    margin: 40px 0 18px;

    padding: 8px 35px 8px 14px;

    text-shadow: 0 1px 0 #fff;

}



/*MENU*/    



.menu-item-social{ padding:15px 0 !important; border-top:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4;   }



.menu-item-social .col-xs-2{ padding: 0 5px !important; }

.menu-item-social a{ color:#fff; }

.menu-item-social a i{

	background: #5d3389;

    color: #fff;

    width: 30px;

    height: 30px;

    border-radius: 14px;

    text-align: center;

    padding: 7px;

}



.menu-item-social .col-xs-2 {

    width: 19.666667% !important;

}



.pp-advanced-menu.off-canvas .menu li.menu-item-social  a{ padding:0 !important; }



.menu-search-container .search-form{

	border: 1px solid #5D3389; 

}



.menu-search-container .search-form .search-field {

    background: #fff;

    border:0px solid #5D3389;

    border-right:0px;

}



.menu-search-container .search-form .fabutton {

    background: #fff!important;

    color: #5d3389;

    border: 0 !important; 

    width: 18%;

    border-radius: 0;

}





/*ASOCIADOS*/

.row-asociados img{

	border: 1px solid #999;

	padding: 3px;

}



.row-asociados h3{ font-size: 13px; font-weight: bold; text-align: center;}



.row-asociados{ margin-bottom: 25px }
.pp-advanced-menu li{
	float: left;
	display: block;
}

.menu-item-social, .menu-search-container{
	display: none!important;
}
.pp-advanced-menu .sub-menu{
	background-color: #543787;
	position: absolute;
}
.pp-advanced-menu .menu .sub-menu a{
	display: block;
	min-width: 220px!important;
	max-width: 100%;
}
/*.pp-advanced-menu .pp-off-canvas-menu{}*/

.ctct-disclosure{
	display: none;
}
.fl-node-5c99b694db97d .sub-menu {
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    min-width: 253px;
    margin-left: auto;
    margin-right: auto;
}
.fl-node-5c99b694db97d .menu li li {
    border-left: none;
    display: block;
    width: 100%;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    margin-left: 10px;
}

.mainmenu{
	margin-top: 20px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 1199px) {
	.mainmenu{
		margin-top: 20px;
		width: 100%;
		max-width: 1060px;
		margin: 0 auto;
	}
}
.video-thumbnail::before{
	display: none!important;
}
.menu-desplegable{
	display: none;
}

.buscador{
	border-left: solid 1px #FFF;
	margin: 10px 0;
}
.tipocambio{
	margin: 10px 0 0 0;
	padding: 0 10px;
	color: #FFF;
	line-height: 25px;
	font-size: 12px;
	width: 100%;
	text-align: right;
}
.menu-container{
	border-top: solid 1px #FFF;
	margin-top: 20px;
}
#tc_compra{
	margin-right: 10px;
	margin-left: 0; 
}
#tipo_cambio .txt{
	display: inline-block;
	margin-right: 10px;
}
#tc_compra{
	font-weight: bold;
}
#tc_venta{
	font-weight: bold;
}
#tipo_cambio .sep{
	display: inline-block;
	margin: 0 8px 0 3px;
}
.fl-rich-text p iframe{
	width: 100%;
	height: auto;
	min-height: 400px;
}
.fl-html iframe{
	width: 100%;
}
.content-tags{
	display: block;
	padding: 0 15px 15px 15px; 
	box-sizing: border-box;
}
.big-news .content-tags{
	display: block;
	padding: 0; 
	box-sizing: border-box;
}
.pp-post-tile-left .pp-post-tile-image iframe{
	max-height: 496px;
	min-height: 240px!important;
	width: 100%;
	height: 100%;
}
.pp-post-tile-right .pp-post-tile-image iframe {
    max-height: 170px;
    min-height: 170px!important;
    width: 100%;
}
.pp-post-tile-left .pp-post-tile-image:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40%;
}
.pp-post-tile-left, .pp-post-tile-right {
    float: left;
    width: 50%;
}
.pp-post-tile-post .pp-post-tile-text {
    position: absolute;
    bottom: 0;
    pointer-events: all;
    z-index: 1;
    width: 100%;
}
.pp-post-tile-small {
    float: left;
    height: 240px;
    width: calc(50% - 8px);
}
.pp-post-tile-left .pp-post-tile-post {
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    height: 488px;
}
.pp-post-tile-right .pp-post-tile-post {
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}
.pp-post-tile-post .pp-post-tile-title a, .pp-post-tile-post .pp-post-tile-category, .pp-post-tile-post .pp-post-tile-author, .pp-post-tile-post .pp-post-tile-date, .pp-post-tile-post .pp-meta-separator {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.sombra-confiep .fl-module-content{
	margin: 0;
}
#posts_home{
	display: none;
}
#tc_date{
	font-weight: bold;
}
#tipo_cambio .txt img{
	position: relative;
	top: -2px;
	margin-right: 4px;
}
.related-news .img{
	padding: 0;
}
.related-news .txt .news-meta{
	margin-bottom: 0;
}
.recomendamos{
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
}
.related-tv .fl-post-column{
	width: 33.333%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
	min-height: 360px;
}
.related-tv .fl-post-column .video-thumbnail iframe{
	max-height: 200px;
    min-height: 200px;
}
.related-tv .fl-post-column .confiep_tv .fl-post-title{
	font-size: 16px;
	margin: 10px 0 5px 0;
}
.related-news .col-sm-5{
	margin: 0;
	padding: 0;
}
.related-news .news-meta {
    margin: 8px 0 3px 0;
}
.video-thumbnail iframe {
    width: 100%;
    max-height: 243px;
}
@media screen and (max-width: 767px) {
	.archive .container.fl-content-full {
	    padding-left:0;
	    padding-right:0;
	}

	.big-news .col-sm-8 {
	    padding-right: 0 !important;
	    padding-left: 0 !important;
	}

	.post-type-archive-tribe_events .breadcrumbs{
	    padding: 20px;
	}
	.fl-node-5a621e1579289 .pp-advanced-menu .menu > li {
		width: 100%;
		display: block;
	}
	.pp-advanced-menu .sub-menu{
		background-color: #543787;
		position: relative;
	    width: 100%;
	}
	.pp-advanced-menu .sub-menu li{
		width: 100%;
		display: block;
	}
	.pp-advanced-menu .sub-menu li a{
		display: block;
		width: 100%;
	}
	.fl-node-5a621e1579289 > .fl-module-content{
		margin: 0;
	}
	.video-thumbnail{
		width: 100%;
	}
	
	.video-thumbnail iframe{
		width: 100%;
		height: 100%;
		max-height: 190px!important;
	}
	.fl-rich-text p iframe{
		width: 100%;
		height: auto;
		min-height: 190px!important;
		max-height: 190px!important;
	}
	.fl-html iframe{
		width: 100%;
		min-height: 190px!important;
		max-height: 190px!important;
	}
	@supports (-webkit-overflow-scrolling: touch) {
	  .video-thumbnail iframe{
			width: 100%;
			max-height: 190px!important;
			height: 190px!important;
		}
	}
	.menu-desplegable{
		display: block;
		float: right;
	}
	.texto span {
	    font-size: 11px!important;
	}
	.pp-advanced-menu-mobile-toggle.hamburger .pp-svg-container, .pp-advanced-menu-mobile-toggle.hamburger-label .pp-svg-container{
		margin: 12px 12px 0 0!important;
	}
	.pp-post-tile-post  {
	    float: left;
	    height: 240px;
	    width: 100%;
	     position: relative;
	    overflow: hidden;
	}
	.pp-tile-layout-2 .pp-post-tile-left .pp-post-tile-title a, .pp-tile-layout-2 .pp-post-tile-left .pp-post-tile-title{
		font-size: 15px!important;
	    line-height: 18px!important;
	}
	.sombra-confiep .pp-tile-layout-2 .pp-post-tile-left .pp-post-tile-title a {
	    font-size: 15px!important;
	    line-height: 18px!important;
	}
	.pp-post-tile-right .pp-post-tile-image iframe {
	    max-height: 240px!important;
	    min-height: 100%!important;
	    width: 100%;
	}
	.pp-post-tile-left .pp-post-tile-post{
		height: auto;
	}
	.related-tv .fl-post-column{
		width: 100%;
		float: left;
		padding: 0;
		box-sizing: border-box;
		margin-bottom: 30px;
		min-height: 303px;
	}
	.pp-post-tile-left .pp-post-tile-post .pp-post-tile-image{
		height: 240px;
	}
	#menu-principal{
		display: none;
	}
	.tipocambio{
		margin: 10px 0 0 0;
		padding: 0 10px;
		color: #FFF;
		line-height: 25px;
		font-size: 12px;
		width: 100%;
		text-align: left!important;
	}
	.compra{
		display: inline-block;
		margin: 0 0 0 25px;
	}
	.buscador{
		border-top: solid 1px #FFF;
		border-left: none!important;
		padding: 10px 0 0 0;
	}
	.menu-container {
	    border-top: solid 1px #FFF;
	    margin-top: 0;
	}
}
.logo{
	margin: 20px 0 0 0;
}
h2.fl-post-title a{
	font-weight: normal;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt{
	display: none;
}
 .tribe-event-tags{
	display: none;
}
.iniciativa-titulo span{
	display: block;
	min-height: 42px;
}
.alm-listing {
    margin: 0!important;
}


@media (min-width: 768px){
	.col-sm-4.medium-news {
	    width: 33.33333333%;
	    max-width: 472px;
	}
}
.titulo-morado, .fl-callout-title-text{
	color: #5d3389;
}
/*.pp-post-tile-right .pp-post-tile-image:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 31%;
    background: black;
}*/