/*
Theme Name:         Clínica el Cedro based on Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.5.0
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
.page-template-template-blog .articles-simil, .page-template-template-blog .articles-simil .cas-similair, .page-template-template-cas-realisation .articles-simil, .page-template-template-cas-realisation .articles-simil .cas-similair, .single-post .articles-simil, .single-post .articles-simil .cas-similair {
	position: relative;
	margin-bottom: 20px;
}
.page-template-template-cas-realisation .main time {
	margin-bottom: 35px;
	display: block;
	color: #797979;
}
.treatment-wrapper ul, .treatment-wrapper ol,
.cas-recents ul, .cas-recents ol {
	list-style-position: outside; 
	padding-left: 40px;
	margin-bottom: 16px;
}
.cas-recents ul, .cas-recents ol {
    text-align: left;
}
.treatment-wrapper ul,
.cas-recents ul {
	list-style-type: disc;
}
.treatment-wrapper ul li ul,
.cas-recents ul li ul {
	list-style-type: circle;
}
.page-template-template-blog .articles-simil .triangle,
.page-template-template-cas-realisation .articles-simil .triangle,
.single-post .articles-simil .triangle {
	bottom: -55px;
}

.page-404 .left-col {
    text-align: center;
    padding: 0 10%;
}
.page-404 .left-col h1 {
    font-size: 4em;
    font-weight: bold;
    margin: 3rem 0 0;
}
.page-404 .left-col p {
    text-align: center;
    font-size: 1.2em;
    margin: 45px 0;
}
.page-404 .left-col .wpcf7-submit {
    padding: 7px 40px;
}
.page-404 .right-col {
    text-align:center;
}

@media (max-width: 1123px) {
    .page-404 .left-col {
        text-align: center;
        padding: 0 5%;
    }
    .page-404 .left-col p {
        text-align: center;
        font-size: 1.2em;
        margin: 20px 0;
    }
} 
@media (max-width: 885px) {
    .page-404 .left-col {
        padding: 0;
    }
    .page-404 .left-col h1 {
        font-size: 3em;
    }
    .page-404 .left-col p {
        font-size: 1em;
    }
}
@media (max-width: 767px) {
    .page-404 .right-col {
        margin-top: 50px;
    }
}