html, body{
padding: 0;
margin: 0;
font-family: 'Open Sans', arial;
}
img{
max-width: 100%;
height: auto;
}
:root{
--primary: rgba(26, 188, 156, 1);
}
*{
font-family: 'Open Sans', arial;
box-sizing: border-box;
}
.header-container{
width: 100%;
background-color: #fff;
padding: 15px 0;
}
.w-100{
width: 100%;
}
.container{
display: flex;
flex-direction: column;
max-width: 1340px;
padding: 0 15px;
margin-left: auto;
margin-right: auto;
}
.d-flex{
display: flex;
}
.justify-content-space-between{
justify-content: space-between;
}
svg{
max-width: 100%;
height: auto;
}
.header-logo{
width: 200px;
}
.header_menu{}
.header_menu nav{}
.header_menu nav ul{
padding: 0;
margin: 0;
display: flex;
}
.header_menu nav ul li{
display: flex;
}
.header_menu nav ul li a{
text-decoration: none;
color: var( --primary );
padding: 15px;
}
.header_menu nav ul li a:hover{
color: #25384b;
}
.min-header{
width: 100%;
min-height: 300px;
background-color: #25384b;
background-image: url(//support.coursify.me/hc/wp-content/themes/coursify.me-support/assets/imgs/home-bg.png);
background-position: center center;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 40px;
}
.min-header form{}
.min-header form div{
position: relative;
min-width: 320px;
width: 600px;
max-width: 90%;
}
.min-header form div input{
border: 1px solid #eee;
font-size: 1em;
min-height: 50px;
width: 100%;
padding-left: 25px;
border-radius: 50px;
}
.min-header form div button{
background: none;
position: absolute;
border: none;
right: 10px;
top: 13px;
}
.min-header form div button svg{
width: 20px;
}
.min-header form div button svg path{
fill: var(--primary);
}
.atividade-recente{
margin-bottom: 20px;
width: 100%;
}
.atividade-recente h1{
color: #25384b;
text-align: center;
}
.nav-links{
margin: 40px auto 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.nav-links .page-numbers{
border: 1px solid #eee;
height: 50px;
width: 50px;
margin: 10px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #25384b;
}
.nav-links .page-numbers.current,
.nav-links a.page-numbers:hover{
background-color: var(--primary);
color: #fff;
border-color: var(--primary);
}
.nav-links .page-numbers.dots{
border: unset;
}
.post-loop a{
display: block;
text-decoration: none;
color: var(--primary);
border: 1px solid var(--primary);
padding: 25px;
}
.post-loop a:hover{
background-color: var(--primary);
color: #fff;
}
.post-loop + .post-loop {
margin-top: 15px;
}
.cm-footer{
margin-top: 50px;
padding: 40px 0;
border-top: 1px solid #eee;
}
.cm-footer_p{
font-size: 14px;
color: #666;
align-items: center;
display: flex;
}
.menu-language{}
.menu-language ul{
padding: 0;
margin: 0;
display: flex;
}
.menu-language ul li{
display: block;
margin: 8px;
}
.menu-language ul li a{
text-decoration: none;
color: var(--primary);
}
.menu-language ul li a:hover{
opacity: 0.7;
}
.menu-language ul li.current-lang a{
color: #25384b;
}
.min-header-pages{
background: #25384b;
padding: 25px 0;
margin-bottom: 40px;
}
.min-header-pages .container{
display: flex;
justify-content: space-between;
flex-direction: row;
align-items: center;
}
.min-header-pages form{}
.min-header-pages form div{
position: relative;
min-width: 320px;
width: 340px;
max-width: 90%;
}
.min-header-pages form div input{
border: 1px solid #eee;
font-size: 1em;
min-height: 45px;
width: 100%;
padding-left: 25px;
border-radius: 50px;
}
.min-header-pages form div button{
background: none;
position: absolute;
border: none;
right: 10px;
top: 10px;
}
.min-header-pages form div button svg{
width: 20px;
}
.min-header-pages form div button svg path{
fill: var(--primary);
}
.breadcrumb p{
margin: 0;
color: #ccc;
}
.breadcrumb p a{
color: var(--primary);
text-decoration: none;
}
.single-container h1, .single-container h2, .single-container h3, .single-container h4, .single-container h5, .single-container h6{
color: #25384b;
}
.single-container{
color: #333333;
}
.single-container .container{
display: flex;
flex-direction: row;
justify-content: space-between;
}
.box-one{
width: 60%;
line-height: 32px;
}
.box-one img{
margin: 20px 0;
}
.box-one a{
color: var(--primary);
}
.box-two{
width: 30%;
}
.box-two > p{
color: #25384b;
font-weight: bold;
font-size: 18px;
margin-bottom: 30px;
}
.p-404-container .container{
max-width: 600px;
text-align: center;
padding: 40px 15px;
}
.p-404-container .container h1 {
font-size: 160px;
margin-bottom: -20px;
color: var(--primary);
font-weight: bold;
margin-top: 0;
}
.p-404-container .container h1 + p{
font-size: 24px;
font-weight: bold;
color: #666;
margin-bottom: 0;
} 
.p-404-container .container h1 + p + p{
font-size: 18px;
color: #999;
line-height: 28px;
margin-bottom: 30px;
} 
.button{
display: inline-block;
margin: 10px;
background-color: var(--primary);
color: #fff;
text-decoration: none;
padding: 15px 25px;
border-radius: 50px;
}
.button-secondary{
background-color: #25384b;
}
@media screen and ( max-width: 991px ){
.min-header form div {
width: 320px;
max-width: 90%;
}
footer .d-flex{
flex-direction: column;
justify-content: center;
align-items: center;
}
.header-container .d-flex{
flex-direction: column;
justify-content: center;
align-items: center;
}
footer .cm-footer_p{
margin-bottom: 30px;
}
.min-header-pages .container{
}
.min-header-pages form div {
width: 320px;
max-width: 90%;
}
.min-header-pages .container{
flex-direction: column;
justify-content: center;
align-items: center;
}
.breadcrumb{
margin-bottom: 30px;
text-align: center;
}
.single-container .container{
flex-direction: column;
}
.box-one,
.box-two{
width: 100%;
}
.box-two{
border-top: 1px solid #eee;
padding-top: 40px;
margin-top: 40px;
text-align: center;
}
}