/*
Theme Name: iocertifico
Theme URI: https://www.auyama.website
Author: Ricardo Cabrera
Author URI: https://www.auyama.website/
Description: Thema white with bootstrap v5 and Jquery, Metaslider an CF7 plugins support
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain:  iocertifico
*/


:root {
    --a-text-footer:#333333; 
    --a-link-footer:#454545; 
    --a-link-footer-hover:#171717;  
    --a-bkgn-footer:#78b17a;  
    


    --auyama-dark: #272e32;
    --main-1-color:#0e1c25; 
    --main-2-color:#e30613; /*link*/
    --main-3-color:#dd3135; /*link, link hover*/
    --main-4-color:#dfdfdf;
    --main-5-color:#ff4500;


    --a-menu-a:#ffffff;
    --a-menu-a-hover: #ff4500;
    --a-menu-sub-a: #dfdfdf;
    --a-menu-sub-a-hover: #9e9e9e;
    --a-menu-sub-bg: #0e1c25;
  }

 
body{
    font-family: "Roboto", sans-serif;
     
}

a  {
    color:var(--main-1-color);
    text-decoration: none;
}
a:hover {
    color:var(--main-3-color);
}

.certificatore ,
.certificatori , 
.certificato   {
    border-radius: 8px!important;
}

.certificatori  a{
    border: 0;
    color:var(--main-4-color);
    text-decoration: none;
    background-color:#555;
    border-radius: 8px!important;
 
}
.certificatori a:hover {
    color:var(--main-4-color);
    background-color:#08b3db;
}


.certificato a {
    border: 0;
    color:var(--main-4-color);
    text-decoration: none;
    background-color:#555;
    border-radius: 8px!important;
 
}
.certificato a:hover {
    color:var(--main-4-color);
    background-color:#08b3db;
}


ol, ul {
    padding: 0;
    list-style-position: inside;
}
.text-justify,
.justify{
    text-align: justify;
}
.img-fluid {
     width: 100%;
   
}
 h1,h2,h3,h4,h5{
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-optical-sizing: auto;
 
    font-style: normal;
    word-wrap: break-word;  
    overflow-wrap: break-word;  
 }
 
.taxonomy-cover img{
    width: 100%;
    filter:   grayscale(1);
}
.max_width,
.max-width,
.maxwidth{
max-width:  1210px;
margin-left: auto;
margin-right: auto;
}
 
.center-flex-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.nocenter-flex-text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
     
}

.post_loadmore{
    max-width: 300px;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    margin: auto;
}
.post_loadmore:hover{
    background-color: #000;
    color: white;
}
.the_content ul,
.the_content ol{

    list-style-position: inside;
}
.the_content h1{
    box-shadow:none;
}
.the_content h1,
.the_content h2,
.the_content h3,
.the_content hr{
   clear:both
}

.post .title 
{
    max-height: 100px;
    min-height: 100px;
    overflow: hidden;
}
 
.post .excerpt
{    overflow: hidden;
    max-height:72px;
    min-height:72px;
}



@media only screen and (max-width: 1200px) {
    img.cover{
        width: 100%;
        float: none;
        margin:25px 0;
    }
    .the_content img{
        width: 100%;
        float: none;
        margin-right: 25px;
    }
}

@media only screen and (max-width: 990px) {
    #menu-box
{
    width: 0;
    height: 0;
    padding: 0;
}
    
    .wp-block-latest-posts.is-grid {
        display: inline-block;
    }
    .wp-block-latest-posts.columns-4 li {
          width:100%
    }
}

@media only screen and (max-width: 460px) { 
 
    .wp-block-latest-posts.is-grid {
        display: inline-block;
    }
    .wp-block-latest-posts.columns-4 li {
          width:100%
    }
}

@media (min-width: 1024px)  {
    .columns-2{
        column-count: 2;
    }
    .columns-3{
        column-count: 3;
    }
    .columns-4{
        column-count: 4;
    }
}


