@font-face
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto-400.woff2) format('woff2');
}

@font-face
{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto-400-italic.woff2) format('woff2');
}

@font-face
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/roboto-500.woff2) format('woff2');
}

@font-face
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/roboto-700.woff2) format('woff2');
}

body
{
    font-family   : Roboto, sans-serif;
    color         : #172B4D;
    font-size     : 14px;
    line-height   : 28px;
    letter-spacing: .025em;
    word-wrap     : break-word;
    overflow-x    : hidden;
}
img {max-width: 100%;}


a,a:visited,a:link,a:hover
{
    color: #7b7b7b;
    text-decoration: none;
}

h1,h2,h3,h4
{
    font-family: Roboto, sans-serif;
    color: #000044;
    letter-spacing: normal;
}
h1{font-size: 38px; line-height: 52px;}
h2{font-size: 34px; line-height: 52px; letter-spacing: -1px;}
h3{font-size: 24px;}
h4{font-size: 18px; letter-spacing: .05em;}

.accent-color {background-color: #F8FBFC;}

.align-y
{
    display: flex;
    align-items: center;
}
.align-x
{
    display: flex;
    justify-content: center;
}
.overlap-up
{
    position: relative; bottom: 120px;
}

.flow-column
{
    flex-flow: column;
}
.red-box
{
    border: 1px solid red;
}
.header-desktop
{
    background-color: #f8fbfc;
    height: 104px;
    padding-left: 120px;
    padding-right:120px;
    transition-duration: 250ms;
}
.header-mobile
{
    background-color: #f8fbfc;
    height: 62px;
    padding-left: 5%;
    padding-right:5%;
    transition-duration: 250ms;
}
.mobile-menu
{
    display: none;
    background-color:#05a4d8;
}

.header-desktop a:hover{color: #000000;}
.header-menu-links
{
    font-family: RobotoRegular, sans-serif;
    font-size: 16px;
    color:#878da4;
    /*padding: 0 65px 0 65px;*/
    justify-content: space-between;
}
.header-menu-container
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.header-menu-container li
{
    float: left;
}

.header-menu-container li a
{
    display: block;
    text-align: center;
    padding: 12px;
    text-decoration: none;
}



.header-menu-container-mobile
{
    list-style: none;
    padding-left: 0px;
}
.header-menu-container-mobile li a {color: #ffffff;}
.current-menu-item {font-weight: bolder;}

.maa-button
{
    font-family: RobotoRegular, sans-serif;
    font-size: 15px;
    color: #fab91c;
    background-color: transparent;
    width: 194px;
    max-width: 100%;
    height: 56px;
    border: 1px solid #fab91c;
    border-radius: 3px;
    transition-duration: 250ms;
}
.maa-button:hover{color: #05A4D8;border: 1px solid #05A4D8;}

.maa-button-mobile
{
    font-family: RobotoRegular, sans-serif;
    font-size: 15px;
    color: #ffffff;
    background-color: transparent;
    width: 194px;
    max-width: 100%;
    height: 56px;
    margin-top: 10%;
    border: 1px solid #ffffff;
    border-radius: 3px;
    transition-duration: 250ms;
}
.footer-container
{
    font-size: 16px;
    color:#ffffff;
    height: auto;
    background-color: #0fa7d9;
    padding: 55px 120px 55px 120px;
}
.footer-container ul img {width: 20px; margin-right: 10px;}
.footer-container ul li {opacity: .6;}

.footer-input-container
{
    display: flex;
    height: 48px;
    border: 1px solid #ffffff;
    border-radius: 4px;
}
.footer-input
{
    color: #ffffff;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    outline: transparent;
}
.footer-button
{
    color:#000000;
    font-weight:bolder;
    letter-spacing: .1em;
    background-color:#ffffff;
    width:100px;
    height:100%;
    border:0px;
    outline:transparent;
}
.footer-footnote
{
    font-size: 14px;
    color: #ffffff;
    background-color: #0e9ac8;
    height: 56px;
}
.footer-footnote span {opacity: .6;}

.shadows
{
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
}
.round-borders
{
    border-radius: 24px;
    border: 1px solid #efefef;
}
.round-box
{
    background-color: #ffffff;
    border-radius: 24px;
    border: 1px solid #efefef;
}
.text-justify
{
    text-align: justify;
}
.form
{
    width: 100%;
    min-height: 56px;
    border-radius: 4px;
    border: solid 1px #eeeeee;
    background-color: #ffffff;
    outline: none;
    padding: 16px;
}
.form textarea {min-height: 200px;}
.form-submit-button
{
    color: #ffffff;
    width: 100%;
    height: 48px;
    border: 0px;
    border-radius: 4px;
    background-color: #09a4d8;
}
.max-width-470
{
    max-width: 470px;
}

.irepair-content
{
    min-height: calc(100vh - (216px + 56px + 104px));
}
.container-theme
{
    padding: 50px 120px 50px 120px;
}

/**

    =================================================================
            NEWS SECTION
    =================================================================

**/

.news-results-thumbnail
{
    width: 100%;
    height: 320px;
    border-radius: 12px;
    object-fit: cover;
    transition-duration: 500ms;
}
.news-results-thumbnail:hover {box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.3);}

.news-results-info
{
    font-family: RobotoRegular, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #222266;
    padding: 10px 0 10px;
    opacity: .5;
}
.news-results-title, .news-sidebar-title
{
    font-family: RobotoRegular, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #222266;
    line-height: 28px;
    height: 85px;
    overflow: hidden;
}
.news-sidebar-title
{
    font-size: 17px;
    letter-spacing: .05em;
    height: auto;
    margin: 40px 0 20px;
    transform: scale(1, .9);
}
.news-sm-icons {width:32px; transition-duration:250ms;}
.news-sm-icons:hover{opacity: .5;}
.news-sidebar-search-field
{
    color: #999999;
    width: 100%;
    height: 56px;
    border-radius: 4px;
    border: solid 1px #dfdfff;
    background-color: #ffffff;
    outline: transparent;
    padding: 0 16px 0 16px;
}
.news-sidebar-category-list
{
    color: #878da4;
    list-style: none;
    padding-left: 0;
}
.news-sidebar-category-list li
{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfff;
}
.news-sidebar-post-list
{
    font-family: RobotoRegular, sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #0f1c49;
    letter-spacing: 0.01em;
    list-style: none;
    padding-left: 0;
}
.news-sidebar-post-list li
{
    padding-top: 15px;
    padding-bottom: 15px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #dfdfff;
}
.news-sidebar-post-list a
{
    color: #0f1c49;
}
.news-home-card
{
    background-color: #ffffff;
    /*
    min-height: 400px;
    */
    border-radius: 8px 8px 8px 8px ;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
}
.news-card-image
{
    width: 100%;
    height: 200px;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
}
.news-search-results-category-container
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.news-search-results-category-container li
{
    float: left;
    font-size: 14px;
    color: #09a4d8;
    padding:5px 7px 5px 7px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    background-color: rgba(9, 164, 216, 0.08);
    transition-duration: 500ms;
}
.news-search-results-category-container li:hover{color: #ffffff; background-color: #09a4d8;}

.news-search-results-category-container li a
{
    color: #09a4d8;
    display: block;
    text-align: center;
    text-decoration: none;
}
/**

    =================================================================
            UTILITIES
    =================================================================

**/

.img-01
{
    position: absolute;
    bottom: 204px;
}
.esp-icon-repair
{
    width: 50px;
}
.esp-title-repair
{
    padding-left: 30px;
}
.esp-text-repair
{
    padding-left: 80px;
}
.position-relative
{
    position: relative;
}

/**

    =================================================================
            NEWS SECTION
    =================================================================

**/

.pagination-container
{
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.pagination-container a, .current
{
    font-size: 14px;
    font-weight: bolder;
    color: #09a4d8;
    padding:16px 20px 16px 20px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    background-color: rgba(9, 164, 216, 0.08);
    transition-duration: 500ms;
}
.pagination-container a:hover{color: #ffffff; background-color: #09a4d8;}

.current
{
    color: #ffffff;
    background-color: #09a4d8;
}


@media (max-width: 576px)
{
    /* WP-FORM */

    #wpforms-1127-field_5-container, #wpforms-1127-field_7-container {width: 100%; margin-left: 0px;}

    h1{font-size: 28px; line-height:2}
    h2{font-size: 24px; line-height:2}

    .esp-title-repair
    {
        padding-left: 10px;
    }
    .esp-text-repair
    {
        padding-left: 60px;
    }
    .news-results-thumbnail
    {
        height: 160px;
        object-fit: cover;
    }
    .esp-icon-repair
    {
        width: 35px;
    }

    .news-results-title
    {
        font-family: RobotoRegular, sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #222266;
        line-height: 22px;
        height: 85px;
        overflow: hidden;
    }
    .text-justify
    {
        text-align: left;
    }
    .container-theme
    {
        padding: 20px 16px 20px 16px;
    }
    .footer-container
    {
        font-size: 16px;
        color:#ffffff;
        background-color: #0fa7d9;
        padding: 25px 15px 25px 15px;
    }
    .pagination-container a, .current
    {
        padding:8px 10px 8px 10px;
    }

}
