/*
Theme Name: Spiritual Child Theme
Author: 
Description: Your description goes here
Version: 1.0
Template: spiritual

This is the child theme for Spiritual theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*Página de detalhes do evento*/

.swm_te_single_image
{
	display:none !important; /*escondendo a visualização da image featured na página de detalhes do evento*/
}

.tribe-common .swm_event_box{
	height: 310px;!important
}

.tribe-common .swm_evt_desc a
{
	color: #0794bf !important;
	text-decoration: none !important; 
}

.swm_evt_title a:link{
	position:relative !important; /*permite que os links sejam cliclados nas páginas carregadas em dispositivos móveis*/
	z-index:9999999999;
}

.swm_headerImage 
{
	height:100px;
}

.swm_header_content
{
	height:150px !important;
}

#swm_page_container {
    padding: 35px 0 80px 0 !important;
}

/* image featured sermon page list 
.sermons_single .swm_sermons_img {
  display:none;
}
*/
.swm_sermons_content
{
	min-height: 159px !important;
}
/* box (div) da featured image*/
.swm_sermons_img {
    width: 215px;
    height: 159px !important;
	border: 1px solid #ececec;
}

 /* image featured sermon page detail */
.swm_sermons_img img {
  border-radius: 3px;
  width: 215px;
  height: auto !important;
}

.swm_event_single_meta_row dt, .tribe-events-meta-group.tribe-events-meta-group-other dt
{
    width: 100px !important; /* campo classificação */
}


/***************************************************************
* Mobile Portrait *
****************************************************************/

.logo_section_toggle{
	display: none !important;
}

.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
  width: max-content !important;
}

@media only screen and (max-width: 767px) { 
	/* INICIO -- LINHAS IMPLEMENTADAS PARA RETIRAR A IMAGEM DE CABEÇALHO E SUBIR UM POUCO O TÍTULO DA PÁGINA*/
    /*.swm_headerImage { display: none!important;}*/
    .swm_header_content { height: 50px !important; }
    /* FIM -- */	
}


/***************************************************************
* Mobile Landscape *
****************************************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.swm_sermons_meta {
		height:0px !important;
	}

