/* ATULIZAÇÃO HEADER COM BUSCA */

#pesquisar, #formulario_pesquisa {
    display: none;
}

@media screen and (max-width:800px) {
    a#pull:after {
        content: none;
    }

    #nav-mobile {
        position: relative;
        display: flow-root;
    }

    #nav-mobile span {
        background-color: #cea259;
        height: 3px;
        border-radius: 3px;
        width: 100%;
        display: block;
    }

    #nav-mobile span:not(:last-child) {
        margin-bottom: 4px;
    }

    #secondary-navigation a:hover {
        background: transparent !important;
    }

    #secondary-navigation {
        height: 0;
    }

    #mobile-menu-overlay {
        backdrop-filter: blur(2px);
    }

    #header .container {
        display: grid;
        grid-template-columns: 20% 60% 20%;
        grid-template-areas: "menu logo pesquisa";
    }

    #pesquisar {
        padding: 6px 3px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        align-content: center;
        border: none;
        position: relative;
        grid-area: pesquisa;
    }

    #header .logo-wrap {
        grid-area: logo;
    }

    #secondary-navigation {
        grid-area: menu;
    }

    .magic-icon-search {
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .magic-icon-search::before {
        content: "";
        display: inline-block;
        width: 10%;
        height: 35%;
        background: #cea259;
        position: absolute;
        left: 80%;
        top: 80%;
        transform: translate(-50%, -50%) rotate(-50deg);
        transition: all 0.3s;
    }

    .magic-icon-search::after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 60%;
        height: 60%;
        border: 2px solid #cea259;
        border-radius: 50%;
        top: 40%;
        left: 40%;
        transform: translate(-50%, -50%) rotate(0deg);
        transition: all 0.3s;
    }

    #pesquisar:active {
        background: transparent;
    }

    .magic-icon-search.fechar::before {
        height: 120%;
        left: 50%;
        top: 50%;
    }

    .magic-icon-search.fechar::after {
        border-width: 0;
        border-radius: 0;
        width: 10%;
        height: 120%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(50deg);
        transition: all 0.3s, background 0s 0.3s;
        background: #cea259;
    }

    #formulario_pesquisa #searchform {
        width: 95%;
    }

    #formulario_pesquisa #searchform input[type="text"] {
        border-radius: 5px;
    }

    #formulario_pesquisa {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
        position: absolute;
        top: 54px;
        left: 1%;
    }

    #formulario_pesquisa.mostra {
        background: #f1d5a6;
        z-index: 9;
        width: 98%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 5px 0;
        box-shadow:
            0 2.8px 2.2px rgba(0, 0, 0, 0.02),
            0 6.7px 5.3px rgba(0, 0, 0, 0.028),
            0 12.5px 10px rgba(0, 0, 0, 0.035),
            0 22.3px 17.9px rgba(0, 0, 0, 0.042),
            0 41.8px 33.4px rgba(0, 0, 0, 0.05),
            0 100px 80px rgba(0, 0, 0, 0.07);
    }

    .main-header .container {
        background: transparent
    }

    #formulario_pesquisa #s {
        padding: 10px 0;
    }

    #formulario_pesquisa .sbutton {
        height: 38px;
    }
    .sidebar.c-4-12{
        max-width: 100%;
    }
    .menu.categorias{
        border-top: 1px solid #cea259;
        border-bottom: 1px solid #cea259;
    }
    .menu.categorias .cat-item{
        display: grid;
        grid-template-columns: 30px calc(100% - 35px);
        gap: 5px;
        align-items: center;
    }
    .menu.categorias .cat-item:before{
        content: '';
        display: inline-flex;
        background-image: url('https://vaidade.com.br/content-wp/themes/mts_schema/images/fa-folder.webp');
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 22px;
    }
    #header nav .menu.categorias .cat-item a{
        text-indent: 0;
    }
}


/* Atualizaçao sem fontawesome */
#search-image{
	background-image: url('https://vaidade.com.br/content-wp/themes/mts_schema/images/lupa.png');
	background-position: center;
	background-repeat: no-repeat;
}
#move-to-top{
	padding: 5px 11px 25px 8px;
}
.fa-angle-double-up:before{
	content: "»";
    font-family: initial;
    display: block;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
	transform: rotate(-90deg);
}
#header .logo-wrap .fa.fa-home{
	background-image: url('https://vaidade.com.br/content-wp/themes/mts_schema/images/icon-home.png');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    width: 15px;
    margin: 0 10px 0 0;
}
#header .logo-wrap .fa.fa-caret-right:before{
	content: '➤';
	font-style: normal;
}

.nav-previous a .fa-angle-left:before{
	content: '«';
	font-style: normal;
}
.nav-next a .fa-angle-right:before{
	content: '»';
	font-style: normal;
}
#logo a {
	text-transform: none !important;
}

#header {
	background-color: #fff;
	border-bottom: #cea259 solid 1px;
}

@media screen and (min-width:800px) {
	#header .logo-wrap {
		display: inline-flex;
	}

	#header .logo-wrap .fa {
		margin: 0 10px;
	}

	#primary-navigation a {
		padding: 14px 5px;
		font-size: 21px;
		font-weight: bold;
	}

}

@media screen and (min-width:800px) and (max-width:1400px) {
	#menu-menu-topo li a {
		z-index: 3;
		position: relative
	}
}

@media screen and (min-width:800px) and (max-width:1256px) {
	.main-header:before {
		padding: 0;
	}
}

@media screen and (min-width:1257px) and (max-width:1301px) {
	.main-header:before {
		padding: 30px;
	}
}

.video.youtube {
	width: 90%;
	height: 373px;
	margin: 0 auto;
	display: block;
}

.imgcras {
	width: 100%;
	max-width: 350px;
}

@media screen and (max-width:800px) {
	#header h2 {
		font-size: 20px;
	}

	#header .logo-wrap {
		padding: 0
	}

	#mobile-menu-overlay {
		background-image: url('https://vaidade.com.br/content-wp/themes/mts_schema/images/botao-fechar.png');
		background-repeat: no-repeat;
		background-position-x: 98%;
		background-position-y: 2%;
	}

	.video.youtube {
		height: 168px;
	}
}

.home #header #logo a {
	color: #333;
}

#site-header {
	background: fff;
}

.copyrights {}

.copyrights a {
	color: #333;
}

.copyrights a:hover {
	text-decoration: underline;
}

#primary-navigation {
	float: left
}

#primary-navigation nav ul li a {
	color: #071D41;
}

#sidebar .widget.widget_search {
	background: #f1d5a6;
	border-radius: 5px;
}

.sbutton {
	background-color: #cea259;
}

.article {
	border: 1px solid #f1d5a6;
	border-radius: 5px;
}

.read-more {
	padding: 10px 10px;
	display: block;
	background: #071D41;
	border-radius: 5px;
	color: #fff;
	overflow: hidden;
	position: relative;
	width: fit-content;
	width: -moz-fit-content;
	margin: 10px 0 0 0;
}

.read-more:after {
	content: '\f061';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: -100%;
	transition: all .3s;
	top: 18%;
}

.read-more:hover {
	color: #fff;
	padding-right: 25px;
}

.read-more:hover:after {
	right: 6px;
}

.read-more:active:after {
	transform: scale(2);
	opacity: 0;
}

.f-widget:nth-child(2) h3.widget-title, .f-widget:nth-child(3) h3.widget-title, .f-widget:nth-child(4) h3.widget-title, .f-widget:nth-child(5) h3.widget-title {
	visibility: hidden;
}

#site-footer .f-widget a {
	color: #fff;
}

#site-footer .f-widget a:hover {
	text-decoration: underline
}

#site-footer .widget li {
	list-style: none;
	margin-left: 0
}


.post-info {
    display: initial;
    float: none;
    clear: none;
    width: 100%;
}

.post-info .fa.fa-calendar{
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('https://vaidade.com.br/content-wp/themes/mts_schema/images/fa-calendar.webp');
}


@media screen and (max-width:800px) {
	#header {
		background: #fff;
		text-align: center;
		background-size: contain;
		font-size: 21px;
	}

	#logo a {
		text-transform: lowercase;
	}

	#secondary-navigation {
		width: 100% !important;
		position: relative !important;
	}

	#pull {
		background: transparent !important;
	}

	#header #logo a {
		color: #fff !important;
		font-family: 'Raleway';
		font-weight: 700;
		font-size: 22px;
		position: relative;
		top: 2px;
	}

	#secondary-navigation a.toggle-mobile-menu {
		color: #071d41 !important;
		padding: 0 2px !important;
		top: 17.5px;
		width: 20px;
		margin: 0 !important;
	}
}

#commentform input#submit, #mtscontact_submit {
	float: left;
	white-space: inherit;
}

/* PADRAO */
/* Post */
.post-single-content h2 {
	font-size: 22px
}

h3 {
	font-size: 18px
}

.related-posts h4, #respond h4 {
	font-size: 21px;
}

.article {
	padding: 2.001%;
	padding-top: 1.994%;
	width: 68.015%;
}

@media screen and (max-width: 865px) {
	.article {
		width: 100%;
	}
}

@media screen and (max-width: 1366px) {
	.shareit {
		margin: 0 0 0 -100px;
	}
}

/* Categoria */


/* Sidebar */
.sbutton {
	margin-top: 0;
	width: 52px;
}

#s {
	width: 80%
}

.fa-2 {
	font-size: 2em;
}

#sidebar .widget h3 {
	font-size: 18px
}

#copyright-note, .to-top {
	color: #333
}

@media screen and (min-width:500px) {
	#copyright-note span, .to-top {
		float: left
	}
}

.f-widget-2, .f-widget-3 {
	display: none
}

.footer-widgets .f-widget {
	width: 100%;
	color: #333;
	font-size: 12px;
	text-align: left;
}

.f-widget .widget {
	margin-bottom: 0
}

.footer-widgets .f-widget p {
	margin-bottom: 5px
}

@media screen and (max-width:500px) {
	.footer-widgets .f-widget {
		width: 100% !important;
	}

	#logo img {
		margin: 9px 0 5px 0;
		max-height: 30px;
		width: auto;
	}

	#page {
		padding-top: 17px;
	}
}

.primary-slider-container {
	margin-left: 0;
	margin-top: 0;
	width: 100%;
}

.primary-slider .slide-caption {
	left: .7%;
}

.related-posts .featured-thumbnail {
	display: block !important
}

@media screen and (max-width:500px) {
	table, table.tabela-md-post {
		width: 100%;
		max-width: 330px !important;
	}

	table th, table td {
		font-size: x-small;
	}
}

@media screen and (max-width:320px) {
	table th, table td {
		font-size: 50%;
	}
}

/*COMECO ACCORDEON*/
h6 {
	cursor: pointer;
	padding: 15px 0;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	color: #000;
	background: #f5f5f5;
	padding: 15px;
	margin: 0;
	border-bottom: 3px solid #000;
	display: flex;
	font-weight: normal;
}

h6:before {
	content: '+';
	margin-right: 5px;
}

h6.active {
	font-weight: bold;
}

h6.active:before {
	content: '-';
	margin-right: 5px;
}


h6+p {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

/*FINAL ACCORDEON*/