@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@700&display=swap');


#sidebar {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    width: 292px;
    margin: 20px 0 0;
    padding: 10px;
}

#s {
    display: block;
    width: 96%;
    margin-top: 4px;
    padding: 3.4px;
    background: url(http://www.cadunico.org/content-wp/themes/healing-touch/images/icon-lupa.png);
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: 4px 5px;
    text-indent: 20px;
}

#searchsubmit {
    font-weight: bold;
    width: 100%;
}

ul:not([id],[class]),ol:not([id],[class]){
    padding-left: 20px;
}

#footer>.site-aligner>.widget-column:nth-child(1) {
    width: 29%;
}

@media screen and (max-width: 719px) {
    #footer>.site-aligner>.widget-column:nth-child(1) {
        width: 90%;
    }
}

@media screen and (max-width: 989px) and (min-width: 720px) {
    #footer>.site-aligner>.widget-column:nth-child(1) {
        width: 45%;
    }
}

h3+p, ul+h3, ul+p, p+h3, h2+p {
    margin-top: 12px;
}

h3+ul {
    line-height: 1.5 !important;
    margin-top: 12px;
}

.entry-content :where(h1, h2, h3, h4, h5, h6){
    margin: 1em 0;
}

.header .logo p{
    margin-top: 0;
}

.entry-content hr:not(:last-child){
        margin-bottom: 15px;
}

@media screen and (max-width: 479px) {
    .header {
        padding-bottom: 5px;
    }

    #content {
        padding: 15px 0;
    }
    .logo img{
        max-width: 171px;
    }
}

#footer a:hover {
    color: #fff !important
}

.header {
    border-top: 8px solid #3695eb;
}

.site-nav {
    text-transform: none;
}

.blog-post-repeat .entry-summary ul, .entry-content ul {
    font-size: 16px;
    line-height: 1.25em;
    margin: 10px 0;
    padding-left: 20px;
}

.feature-box {
    background-image: url("http://cadunico.org/content-wp/themes/healing-touch/images/grama-footer.jpg");
    width: 24.81%;
    box-sizing: border-box;
    margin: 0 0.25% 0.25% 0;
}

.feature-box:first-child {
    margin-left: 0;
}

.feature-title {
    font-size: 23px !important;
    text-shadow: 1px 1px 1px #000;
}

#footer {
    /* background-image: url("https://cadunico.org/content-wp/themes/healing-touch/images/grama-footer.jpg"); */

}

.postmeta .post-date, .post-comment, .post-categories{
    color: #999;
}

.social .instagram{
    background-image: url('https://cadunico.org/content-wp/themes/healing-touch/images/social/instagram.png');
}
.social .twitt{
    background-image: url('https://cadunico.org/content-wp/themes/healing-touch/images/social/twitt.webp');
}
.social .linkthree{
    background-image: url('https://cadunico.org/content-wp/themes/healing-touch/images/social/linkthree.webp');
}

@media screen and (max-width: 1024px) and (min-width: 990px) {
    .feature-box {
        width: 24.8% !important;
        min-height: initial;
    }

    .feature-box:nth-child(2) .feature-title {
        font: 700 1.35em 'Roboto', san-serif;
        margin-bottom: 35.5px;
    }
}

@media screen and (max-width: 989px) and (min-width: 720px) {
    .feature-box {
        width: 24.8% !important;
        min-height: initial;
    }

    .feature-box:nth-child(2) .feature-title {
        font: 700 1.15em 'Roboto', san-serif;
        margin-bottom: 12.5px;
    }
}

@media screen and (max-width: 719px) and (min-width: 480px) {
    .feature-box {
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 479px) {
    .feature-box {
        width: 100%;
        margin-bottom: 1em;
    }

    #content h1.entry-title {
        margin-bottom: 5px !important;
        font-size: 23px;
    }

    #sidebar {
        width: 100%;
    }
}

.feature-box .feature-content {
    overflow: hidden;
    width: 75%;
    height: 4em;
}

.theme-default .nivo-controlNav a {
    background-color: #fff !important;
}

.theme-default .nivo-controlNav a.active {
    background-color: green !important;
}

.botao {
    background: #367823;
    padding: 5px;
    display: inline-flex;
    color: #fff !important;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.botao:hover {
    opacity: .9;
}

.post-template-default .entry-content  h2::before,
 .post-template-default .entry-content h3::before,
 .post-template-default .entry-content h4::before, 
 .page-template-default .entry-content h2::before, 
 .page-template-default .entry-content h3::before, 
 .page-template-default .entry-content h4::before{
    content: '';
    clear: both;
    display: table;
}

img.emoji{
    margin-right: 5px !important;
}

.welcome-content img{
    float: none;
    width: -webkit-fit-content;
    width: fit-content;
}


@media screen and (min-width: 500px) {
    .site-nav ul li:hover ul li a:hover {
        color: #fff;
        background: #367823 !important
    }

    .sub-menu {
        box-shadow: 0px 3px 7px 0px #888;
    }



    #menu-item-1679 a:after {
        content: '\f078';
        font-family: fontawesome;
        font-weight: normal;
        margin-left: 5px;
        color: #367823;
    }

    .sub-menu li a:after {
        content: ' ' !important;
    }

    #footer .widget-column ul {
        box-shadow: none !important;
    }
    .postid-1668 :where(img.alignleft, .alignleft){
        margin-bottom: 15px !important; 
    }
    
}

/* #home_slider {
    min-height: 400px;
    width: 100%;
    background-image: url('https://www.cadunico.org/content-wp/themes/healing-touch/images/slides/slide1.png');
    background-position: center;
    background-size: cover;
    animation: slider 15s infinite;
} */

.read-more a{
    background-color: #367823;
    color:#fff !important;
    font-weight: bold;
    padding: 5px 10px;
}

.blog-post .blog-post-repeat article[id*="post"]{
    display: grid;
    grid-template-columns: 300px calc(100% - 315px);
    gap: 15px;
}
.blog-post .blog-post-repeat article[id*="post"] .blog-title{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0;
}

.blog-post-repeat .entry-summary p{
    margin: 0 0 15px 0;
}

.home .feature-box .feature-content br{
    display: none;
}

.ultimos_artigos{
    border-top: 1px solid #AAAAAA;
    padding-top: 15px;
}
.ultimos_artigos .post-relacionado{
    display: grid;
    grid-template-columns: 28% 70%;
    gap: 2%;
    margin-top: 15px;
}
.ultimos_artigos .post-relacionado .post-imagem img{
    width: 100%;
    float: none;
    padding: 0;
    border: none;
}
.ultimos_artigos .post-relacionado:not(:last-child){
    border-bottom: 1px dotted #AAAAAA;
    padding-bottom: 10px;
}
.ultimos_artigos .post-relacionado .conteudo-post p{
    margin-bottom: 10px;
    padding: 0;
}
.ultimos_artigos .post-relacionado .conteudo-post p.conteudo-data{
    color: #AAAAAA;
    margin-top: 5px;
    margin-bottom: 6px;
}
.ultimos_artigos .post-relacionado .conteudo-titulo{
    font-weight: bold;
}
.ultimos_artigos .post-relacionado .read-more{
    background-color: #367823;
    color: #fff;
    padding: 5px 10px;
    margin-left: 0;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.ultimos_artigos .post-relacionado .read-more:where(:hover,:active){
    background-color: green;
}

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

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*/

#redes-sociais{
    display:flex;
    justify-content: flex-start;
    gap:20px;
}

#redes-sociais .btn{
    width: 25px;
    height: 26px;
    padding: 0;
    background-size: cover;
    background-position: center;
}

.btn{
    background-color:#f0f0f0;
    padding:10px 15px;
    font-size:0;
    border-radius:6px;
    vertical-align:super;
    background-position:center;
    background-size:17px;
    background-repeat:no-repeat;
}

.btn.facebook{
    background-image:url('https://www.cadunico.org/content-wp/themes/healing-touch/images/facebook.webp');
    background-color:transparent
}
    
.btn.twitter{
    background-image:url('https://www.cadunico.org/content-wp/themes/healing-touch/images/twitter.webp');
    background-color:transparent
}
.btn.instagram{
    position:relative;
    display:block;
    background-image:url('https://www.cadunico.org/content-wp/themes/healing-touch/images/instagram.webp');
    background-color:transparent
}



#bandeira {
    display: flex;
    width: fit-content;
    font-weight: 700;
    float: right;
    margin-left: 10px;
    font-size: 24px;
    text-transform: lowercase;
    line-height: 16px;
    position: relative;
    top: 4px;
    font-family: Roboto;
}
#bandeira i,
#bandeira em {
    font-style: normal;
    margin: 0;
    padding: 0;
}
#bandeira {
    color: #06c;
}

#bandeira i {
    color: #008457;
    font-weight: 700;
    font-family: "Comic Neue", cursive;
    text-shadow: 1px 0 1px #008457;
	background-color: currentColor;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 5.20px;
    max-height: 18px;
    border-radius: 5px;
}
#bandeira em {
    color: #ffd65a;
    font-family: Roboto;
}
@media screen and (max-width: 500px) {
    #bandeira {
        display: inline-flex;
        float: none;
    }
    #bandeira {
        line-height: 24px;
        top: -1vh;
        position: relative;
    }
    .home #bandeira {
        font-size: 19px;
    }
	.home #bandeira i, #bandeira i{
		top: 6px;
		width: 4.8px;
		max-height: 14px;
	}
	#header #logo a{top: -4px}
}



@media screen and (max-width:500px) {
    .all-box {
        top: 0;
        margin-bottom: 0
    }

    /* #home_slider {
        min-height: 150px;
        margin: 16px 0;
    } */

    #sidebar {
        width: 100%;
    }

    .site-nav li:hover a, .site-nav li.current_page_item a {
        background-color: transparent !important;
    }

    .site-nav ul li a {
        padding: 10px;
        width: calc(100% - 20px);
        display: inline-block;
    }

    .header .site-nav {
        border: 1px solid #ccc;
        border-top: none
    }

    .site-nav ul li {
        padding: 0
    }

    .welcome-content img {
        max-width: calc(100% - 12px);
        margin-right: 0;
    }

    .logo h2 {
        margin: 0;
    }
    .page-id-9 .feature-box {
        width: 49%;
        margin-bottom: 0.2em;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .page-id-9 .feature-box .feature-title{
        font-size: 16px !important;
        margin-bottom: 0;
    }
    .page-id-9 .feature-box .feature-content{
        overflow: visible;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 5px;
        font-size: 14px;
    }
    .all-box .site-aligner{
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    .blog-post .blog-post-repeat article[id*="post"]{
        grid-template-columns: 100%;
        gap: 0;
    }
    .ultimos_artigos .post-relacionado{
        grid-template-columns: 100%;
        gap: 1%;
    }
    .ultimos_artigos .post-relacionado .conteudo-post{
        margin-bottom: 10px;
    }
    .ultimos_artigos .post-relacionado .post-imagem{
        display: flow-root;
        max-height: 230px;
        overflow: hidden;
    }
    .ultimos_artigos .post-relacionado .post-imagem img{
        width: 100%;
    }
    .ultimos_artigos .post-relacionado .conteudo-post p{
    margin-bottom: 15px;}
    .sidebar_right{
        width: 100%;
    }
}



@keyframes slider {
    0% {
        background-image: url('https://www.cadunico.org/content-wp/themes/healing-touch/images/slides/slide1.webp');
    }

    35% {
        background-image: url('https://www.cadunico.org/content-wp/themes/healing-touch/images/slides/slide3.webp');
    }

    65% {
        background-image: url('https://www.cadunico.org/content-wp/themes/healing-touch/images/slides/slide2.webp');
    }

    100% {
        background-image: url('https://www.cadunico.org/content-wp/themes/healing-touch/images/slides/slide2.webp');
    }
}

/* Alinhamento botão de tradução */

@media screen and (min-width:1680px) and (max-width:1920px) {
    #gtranslate_wrapper {
        right: 19% !important;
    }
}

@media screen and (min-width:1366px) and (max-width:1680px) {
    #gtranslate_wrapper {
        right: 14.6% !important;
        top: 8px !important;
    }
}

@media screen and (min-width:1300px) and (max-width:1366px) {
    #gtranslate_wrapper {
        right: 7% !important;
    }
}

@media screen and (min-width:1280px) and (max-width:1300px) {
    #gtranslate_wrapper {
        right: 4% !important;
    }
}

@media screen and (min-width:320px) and (max-width:1280px) {
    #gtranslate_wrapper {
        right: 2% !important;
        top: 8px !important;
    }
}

@media screen and (max-width:500px) {
    .all-box .site-aligner{
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    .home .feature-box {
        width: 49%;
        margin-bottom: 0.2em;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .home .feature-box .feature-title{
        font-size: 16px;
        margin-bottom: 0;
    }
    .home .feature-box .feature-content{
        overflow: visible;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 5px;
        font-size: 14px;
    }
}

