/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/





a[href^=tel]{ color:#fff; text-decoration:none;}

/*** Tools ***/
.no-margin { margin: 0; }
.reverse-icon .gb-headline-text {
    order: -1;
    margin-right: 5px;
}

/* MF Title */
.mf-title-1 {
	margin: 60px 0 40px;
	padding: .6em 2.2em; 
  font-size: 28px;
	font-weight: 300;
  background: #384a7a url(https://www.marciafernandes.com.br/site/wp-content/uploads/dynamik-gen/theme/images/mf-icon1.png) no-repeat .6em 50%;
  text-transform: uppercase;
  color: #C1CEE2;
  border-radius: 4px;
}

/* MF Widget Title */
.mf-widget-title {
	overflow: hidden;
}
.mf-widget-title:before, .mf-widget-title:after {
    background-color: #666;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.mf-widget-title:before {
    right: 0.5rem;
    margin-left: -50%;
}
.mf-widget-title:after {
    left: 0.5rem;
    margin-right: -50%;
}

/*** Btn ***/
.mf-btn {
	padding: 15px 30px;
	background-color: #384A7A;
	color: #fff !important;
	border-radius: 4px;
	line-height: 1em;
}

.mf-btn:focus, .mf-btn:hover {
	background-color: #485F9D;
}

/* Forms */
input { border-radius: 4px; }

/* Images */
.wp-block-image.is-style-rounded img { border-radius: 5px; }



/*** Home ***/

.home.one-container,
.home.one-container .site-content {
   background-color: #F0F3F9;
}

/* Home Sidebar */
.twitter-timeline {
	background: #304B63;
}

/* Home main */

/* Posts */

.home-blog-list {
	margin: 0;
	list-style-type: none;
}

.home-blog-item {
	margin-bottom: 30px;
	padding: 20px 20px 0;
	background: #fff;
}

/* Default */
.home-blog-box {
	display: flex;
	justify-content: space-between;
}
.home-blog-image {
	flex-basis:32%;
}
.home-blog-text {
	flex-basis: 65%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-blog-vtext {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-blog-meta {
	margin: 0 0 10px;
}

.home-blog-vmeta {
	margin: 10px 0 10px;
}

.home-blog-meta a,
.home-blog-vmeta a {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #999;
}

.home-blog-title,
.home-blog-vtitle {
	margin: 0 0 10px;
	line-height: 1;
	font-family: "Alegreya", sans-serif;
	text-align: center;
}

.home-blog-title a,
.home-blog-vtitle a{
	font-size: 28px;
	color: #687DB9;
}

.home-blog-title a:is(:fucs, :hover),
.home-blog-vtitle a:is(:fucs, :hover) {
	text-decoration: none;
	color: #384A7A;
}

.home-blog-text p {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: #666;
}

.home-blog-item .read-more,
.home-blog-vreadmore {
	display: block;
	margin: 15px 0 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #687DB9;
}
.home-blog-vreadmore {
	margin-bottom: 20px;
}

.home-blog-item .read-more::after {
	content: " »";
}


@media(max-width: 767px) {
	.home-blog-box {
		flex-direction: column;
	}
	.home-blog-meta {
	margin: 10px 0 10px;
}
	/* Home Banners */
	.att-banner-text-container {
		background-color: #FCBBD9;
	}
}


/*** Sidebar ***/

/* Sidebar Widgets */

.widget-area.sidebar {
	margin-bottom: 30px;
}

.widget-area.sidebar .widget{
	border-radius: 5px;
}

.widget-area.sidebar .widget-title {
	margin: -30px -30px 20px;
	padding: 15px 25px;
	background-color: #485F9D;
	border-radius: 5px;
	color: #fff;
}

.widget-area.sidebar li {
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}

.widget-area.sidebar li a {
	text-decoration: none;
	font-size: 15px;
}

@media(max-width: 768px) {
	.sidebar.widget-area {
		margin: 0;
	}
}

/* Blog Archive Widget */
.sidebar .widget_archive select {
	width: 100%;
	background: transparent;
	border: 1px solid #ddd;
}

/* Widget Latest Posts (Category) */
.widget-area.sidebar .mf-category-widget-latest-posts li {
	border-bottom: 0;
	line-height: 1.3;
}
.widget-area.sidebar .mf-category-widget-latest-posts li a {
	margin: 5px 0 10px;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;}


/*** Blog ***/

/* Meta Header */

.entry-meta {
	margin-top: 1.5em;
}

.entry-meta .icon-categories {
	display: none;
}

.entry-header .cat-links {
	display: block;
	font-style: italic;
}

.entry-header .cat-links::before {
	content: 'em ';
}

/* Meta Footer */

footer.entry-meta {
	padding-top: 10px;
	border-top: 1px solid #ddd;
	font-style: italic;
}

footer.entry-meta .cat-links::before {
	content: 'Categoria(s): '
}

/*** Archive ***/

.blog.separate-containers .inside-article {
	padding: 40px 40px 0;
}

/*** Single Post ***/

/* Related Posts */
.wpsp-related-posts {
	margin-top: 60px;
	text-align: center;
}

/*** Category ***/

/*** Category Index ***/
.mf-category-index-item-container > .gb-inside-container,
.mf-category-index-item-container > .gb-inside-container > .gb-grid-wrapper {
	height: 100%;
}
.mf-category-index-heading {
	max-height: 200px;
}
.mf-category-index-title .gb-inside-container {
	display: flex;
	align-items: center;
}
.mf-category-index-title figure img {
	opacity: 50%;
}

/*** Sections ***/

/* Section Hero */

.section-hero-container {
	padding-top: 270px;
	border-radius: 4px;
}

.section-hero-title-wrapper {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 0 0 4px 4px;
	opacity: 80%;
}

.section-hero-title {
	margin-bottom: 0;
	padding-left: 5px;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.1;
	color: #fff;
}

.section-hero-icon {
	opacity: 50%;
}

/* Section Rituais */

.section-block-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.section-block-item,
.section-produtos-item {
	flex: 0 1 48%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	position: relative;
}

.section-block-title {
	flex-basis: 50%;
	margin: 35% 10% 5%;
	padding: 5%;
	font-size: 18px;
	line-height: 1.3;
	color: #333;
	background: rgba(255, 255, 255, .8);
}

.cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.section-button-container {
	text-align: center;
}

.section-button {
	display: inline-block;
	padding: 15px 20px;
	text-transform: uppercase;
	background-color: #485f9d;
  color: #ffffff;
}

.section-button:is(:focus, :hover) {
	color: #fff; 
	text-decoration: none;
	background-color: #687DB9;
}

@media(max-width: 768px) {
	.section-block-item,
	.section-produtos-item{
		flex-basis: 100%;
	}
	.section-block-item:not(:first-of-type),
	.section-produtos-item:not(:first-of-type){
		margin-top: 40px;
	}
}

/* Section Blog */

.section-blog-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.section-blog-item {
	flex-basis: 48%;
}

.section-blog-title {
	margin: 10px 0 40px;
}

@media(max-width: 768px) {
	.section-blog-item {
		flex-basis: 100%;
	}
}

/* Section Vídeos */
.section-video-container {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	gap: 4%;
}
.section-video-item {
	margin-bottom: 40px;
}
    .embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
@media(max-width: 768px) {
	.section-video-container {
		display: block;
	}
}


/* Section Produtos */

.mf-section-produtos-container .section-button-container {
	margin-bottom: 60px !important;
}

.section-produtos-title {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	text-align: center;
}


/*** SOS ***/

.sos-remover {
	margin-top: 40px;
	padding: 30px 30px 0;
	background: #f5f5f5;
}

.sos-remover h4 {
	margin-bottom: 30px;
	font-size: 18px;
	color: #333;
	font-weight: 700;
}

.sos-remover form input[type="text"] {
	display: block;
	background-color: #fff;
}

.sos-remover input[type="submit"] {
	display: block;
}

.gwolle-gb-write h3 {
	padding: 50px 0;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.4em;
}
 
button.gb-notice-dismiss {
	line-height: 30px!important;
  height: 30px!important;
  width: 30px!important;
  font-size: 18px!important;
	background-color: #384A7A!important;
}

.gwolle-gb-write-button input.button {
	margin: 0 0 30px;
	border-radius: 4px;
	font-weight: 500;
}

#gwolle-gb-total {
	margin-bottom: 20px;
	padding: 0 10px;
	color: #666;
}

.gwolle-gb .gb-entry {
	border-color: #DBE2F0 !important;
}

/*** Depoimento ***/
.mf-depoimento .gb-icon svg {
	height: 3em;
	width: 3em;
}

/*** Audio Archive ***/

.post-type-archive-audio .generate-columns {
	padding: 0 16px;
}

/*** Contato ***/
.mf-contato-accordion #sp-ea-65690.sp-easy-accordion>.sp-ea-single {
	background: #fff;
	border-color: #fff;
}
.mf-contato-accordion #sp-ea-65690.sp-easy-accordion>.sp-ea-single:hover {
	background: #eee;
}
.mf-contato-accordion .sp-easy-accordion .sp-ea-single .ea-header a {
	font-size: 23px;
	font-weight: 300;
	font-style: italic;
}


