/*
 * =======================================================================================
 *
 *	Theme Name:   ALTAVIT
 *	Theme URI:    http://www.altavit.de
 *
 *	Description:  
 *
 *	Author:       INTERPAGEmedia
 *	Author URI:   http://www.interpage.de
 *
 *	Version:      1.2
 *  last Update   15.03.2021 (DH)
 *
 * =======================================================================================
 */





/*######################################################################################*/
/*	NORMAL DESKTOP VIEW
/*######################################################################################*/


/*======================================================================================*/
/*	General
/*======================================================================================*/

* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    margin: 0px auto;
    background: #eee;

    color: #3d3d3d;
    font-size: 100%;
    font-weight: 400;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}


:target:before {
	content: "";
	display: block;
	height: 130px; /* same as your fixed header height */
	margin: -130px 0 0; /* negative fixed header height */
}



/*======================================================================================*/
/*	Content formats  
/*======================================================================================*/

/* Headlines */
h1 {color: #5E77AC; font-size: 1.5rem; font-weight: 600; line-height: 130%; text-transform: uppercase; margin: 0 0 30px 0;}

h2 {color: #5E77AC; font-size: 1.3rem; font-weight: 600; line-height: 130%; text-transform: uppercase; margin: 0 0 20px 0;}

h3 {color: #5E77AC; font-size: 1.0rem; font-weight: 600; line-height: 130%; text-transform: uppercase; margin: 0 0 10px 0;}


/* Paragraphs */
p {margin: 0 0 20px 0;}


/* Bold Font */
strong, b {font-weight: 600;}


/* Hyperlinks */
article a {font-weight: 600;}
article a:link {color: #5E77AC; text-decoration: none;}
article a:hover {color: #5E77AC; text-decoration: underline;}
article a:active {color: #5E77AC; text-decoration: underline;}
article a:visited {color: #5E77AC; text-decoration: none;}

section#sub-content a {font-weight: 600;}
section#sub-content a:link {color: #5E77AC; text-decoration: none;}
section#sub-content a:hover {color: #5E77AC; text-decoration: underline;}
section#sub-content a:active {color: #5E77AC; text-decoration: underline;}
section#sub-content a:visited {color: #5E77AC; text-decoration: none;}

a.button {
    padding: 10px 20px 10px 20px;
    background: #5E77AC;
    display: inline-block;
    transition: all ease 0.3s;
    margin: 10px 0 0 0;

    color: #fff !important;
    text-decoration: none;
}

a.button:hover {
    opacity: 0.75;
    text-decoration: none;
    transition: all ease 0.3s;
}

a.hidden-link {
    color: #3d3d3d !important;
    /* cursor: text !important; */
}

a.hidden-link {
    color: #3d3d3d !important;
    text-decoration: none !important;
}


/* Lists */
article ul {
    margin: 0 0 20px 15px;
    list-style: disc;
}

article ol {
    margin: 0 0 20px 15px;
}

article ul ol,
article ol ul,
article ul ul,
article ol ol {
    margin: 10px 0 10px 30px;    
}

article li {
    margin: 0 0 5px 0;
}


/* Tables */
table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

    tr {vertical-align: top;}
    
        td {padding: 10px;}


/* Horizont ruler */
hr {
    border: 0;
    margin: 0;
    padding: 0;
    height: 1px;
    margin: 40px 0 40px 0;
    border-bottom: 1px solid #d5d5d5;
}


/* Text selection */
::selection {background: #DCE4EF; color: #3d3d3d;}
::-moz-selection { background: #DCE4EF; color: #3d3d3d;}


/* Image links */
a img {border: none;}


/* Images align */
img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}

img.alignright {
    float: right;
    margin: 0 0 20px 30px;
}

img.aligncenter {
    margin: auto;
    display: block;
}


/* Images size ratio */
img.size-full,
img.size-large {
    width: 100%;
    height: auto;
}

img.size-medium {
    width: 50%;
    height: auto;
}

img.size-thumbnail {
    width: 30%;
    height: auto;
}


/* Image with border */
img.border {
    outline: 1px solid #ddd;
}


/* WP Gallery */
.gallery {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;

    display: flex;
    flex-wrap: wrap;
}

.gallery-item {
    flex-basis: 30%;
    margin: 0 5% 30px 0;
}

.gallery-item:nth-of-type(3n) {
    margin: 0 0 30px 0;
}

.gallery img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-caption {
    margin: 5px 0 0 0;
}

.gallery br {
    display: none !important;
    visibility: hidden !important;
}



/*======================================================================================*/
/*	Site Structure
/*======================================================================================*/

/*  Header Area ------------------------------------------------------------------------*/

header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 110px;
    margin: 0px auto;
    background: #fff;
}

    #header-content {
        position: relative;
        width: 90%;
        margin: 0px auto;
        max-width: 1200px;        
        display: inline-block;

        text-align: left;
    }

    #logo {   
        float: left;     
        width: 100%;
        height: auto;
        max-width: 220px;
        margin: 10px 0 0 50px;
    }

        #logo img {
            width: 100%;
            height: auto;
            display: block;
        }

    #since {
        float: left;
        width: 110px;
        height: 110px;
        margin: 10px 0 0 60px;
    }

        #since img {
            width: 100%;
            height: auto;
            display: block;
        }

    #lang {
        float: right;
        width: auto;
        height: 60px;
        /* background: #eee; */
        padding: 0 10px 0 10px;
        margin: 0 5px 0 5px;

        display: flex;
        align-items: center;
    }

        #lang img {
            width: 32px;
            height: 32px;
            display: block;
        }

    #call {
        float: right;
        width: auto;
        height: 40px;
        display: block;
        transition: all ease 0.3s;
        padding: 10px 15px 10px 65px;
        box-shadow: 5px 5px 15px silver;

        background: url(img/icon-calendar-b.png) no-repeat #DDE4EF;
        background-size: 32px 32px;
        background-position: 15px center;

        color: #5E77AC;
        text-decoration: none;
    }

        #call span {
            width: 100%;
            display: block;
        }

        #call span:first-child {
            font-size: 0.75rem;
        }

        #call span:last-child {
            font-size: 0.92rem;
            font-weight: 700;
        }

    #call:hover {
        opacity: 0.75;
        transition: all ease 0.3s;
    }


/*  Navigation Area --------------------------------------------------------------------*/

#menu-button {
    display: none;
}

nav#main-menu {
    position: fixed;
    z-index: 10;
    top: 110px;
    width: 100%;
    height: 50px;
    margin: 0px auto;
    background: #5E77AC;
}      

    /* 1st Level */
    nav#main-menu ul {
        position: relative;
        width: 100%;
        height: 100%;
        list-style: none;        
        max-width: 1200px;
        display: inline-block;
        margin: 0px auto -5px auto;
    }

        nav#main-menu ul li {
            position: relative;
            float: left;
            height: 100%;
        }

            nav#main-menu ul li a {
                float: left;
                display: block;
                height: 35px;
                padding: 15px 20px 0 20px;

                color: #fff;
                text-align: left;
                font-size: 0.9rem;
                text-decoration: none;
                text-transform: uppercase;
            }

            nav#main-menu ul li.has-sub-menu > a {
                padding: 15px 30px 0 20px;
            }

            nav#main-menu ul li a:hover {
                color: #3d3d3d;
                background: #DCE4EF;
                transition: all ease 0.4s;
            }

            nav#main-menu ul li.current-menu-item > a,
            nav#main-menu ul li.current-menu-ancestor > a {
                background: #CEB695;
                color: #000000;
            }

            nav#main-menu ul li.current-menu-item a:hover,
            nav#main-menu ul li.current-menu-ancestor a:hover {
                color: #000;
            }   
            
            nav#main-menu ul li button {
                position: absolute;
                top: calc(50% - 6px);
                right: 12px;
                width: 12px;
                height: 12px;
                font-size: 0;
                border: none;
                background: url(img/icon-arrow-down.png) no-repeat;
                background-size: 100% 100%;
            }


    /* 2nd Level */      
    nav#main-menu ul li ul {
        position: absolute;
        top: 50px;
        padding: 0;
        z-index: 10;
        width: 250px;
        height: auto;
        display: none;
        background: #5E77AC; 
    }

    nav#main-menu ul li ul.visible {
        display: block !important;
    }

        nav#main-menu ul li ul li {
            width: 100%;
            height: auto;
        }

            nav#main-menu ul li ul li a {   
                width: 210px;       
                height: auto;      
                padding: 8px 20px 8px 20px;
                border-top: 1px solid #738CBE;
            }


    /* 3rd Level */
    nav#main-menu ul li ul li ul,
    nav#main-menu ul li:hover ul li ul {
        display: none;
    }


#space {
    position: relative;
    width: 100%;
    height: 160px;
}


/*  Cover Images Area ------------------------------------------------------------------*/

#cover-img {
    position: relative;
    width: 100%;    
    margin: 0px auto;
    max-width: 1200px;
}     

/* Slider */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
    
    .rslides li {
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }
    
    .rslides li:first-child {
        position: relative;
        display: block;
        float: left;
    }
    
        .rslides img,
        #cover-img img {
            display: block;
            height: auto;
            float: left;
            width: 100%;
            border: 0;
        }

#stoerer-button {
    position: absolute;
    z-index: 2;
    right: 10%;
    bottom: -80px;
}


/*  Breadcrumb Area --------------------------------------------------------------------*/

section#breadcrumb {
    position: relative;
    width: 91.666%;
    height: auto;
    margin: 0 auto;
    max-width: 1100px;
    padding: 12px 4.166% 12px 4.166%;

    color: #aaa;
    font-size: 0.7rem;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

    #breadcrumb a {
        display: inline-block;

        color: #aaa;
        text-decoration: none;
    }


/*  Main Content Area ------------------------------------------------------------------*/

section#main-content {
    position: relative;
    width: 100%;
    background: #fff;
    margin: 1px auto 0 auto;
    max-width: 1200px;
    display: inline-block;
    
    font-size: 0.9rem;
    text-align: left;
    line-height: 160%;
}

    nav#sub-menu {
        float: left;
        width: 25.833%; /* 310px */
        margin: 50px 2.5% 30px 2.5%; /* 30px */
        background: #DCE4EF;
    }    

        /* 2nd Level */
        nav#sub-menu ul {
            width: 100%;
            list-style: none;
        }

            nav#sub-menu ul li {
                width: 100%;
            }

                nav#sub-menu ul li a {
                    width: 87.098%;
                    display: block;
                    padding: 10px 6.451% 10px 6.451%; /* 20px; */
                    border-top: 1px solid #fff;
                    font-size: 0.8rem;

                    color: #3d3d3d;;
                    text-decoration: none;
                    text-transform: uppercase;
                }

                nav#sub-menu ul li a:hover {
                    background: #5E77AC;
                    color: #fff;
                    transition: all ease 0.4s;
                }

                nav#sub-menu ul li.current-menu-item > a,
                nav#sub-menu ul li.current-menu-ancestor > a {
                    background: #CEB695;
                    color: #000;
                }

        /* 3rd Level */
        nav#sub-menu ul li ul {
            display: none;
        }

        nav#sub-menu ul li.current-menu-item ul,
        nav#sub-menu ul li.current-menu-ancestor ul {
            display: block;
            background: #F3EADF;
        }

            nav#sub-menu ul li ul li a {
                border: none;
                width: 83.098%;
                border-top: 1px solid #fff;
                padding: 6px 6.451% 6px 10.451%; /* 20px; */

                text-transform: none;
            }

            nav#sub-menu ul li ul li.current-menu-item > a {
                background: #CEB695;
                color: #000;                
            }
    

    article:first-child:last-child {
        float: left;
        margin: 0;
        width: 91.666%;
        padding: 50px 4.166% 50px 4.166%; /* 50px */

        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

    article:last-child {
        float: left;
        margin: 0;
        width: 60.833%; /* 730px */        
        padding: 50px 4.166% 50px 4.166%; /* 50px */

        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

    .start article:first-child:last-child {
        width: 91.666%;
        padding: 150px 4.166% 50px 4.166%; /* 50px */ 
        background: url(img/content-bg.png) repeat-x 5px 0 #fff;
    }

        .full {
            width: 100%;
        }

        .half {
            width: 47.916%; /* 575px */
        }

            .contact-card {
                margin: 0 0 20px 0;
                background: #F0F3F8;
                border: 1px solid #eee;
            }

        .call-to-action {
            float: left;
            width: 90%;           
            margin: 30px 0 30px 0; 
            background: #5E77AC;
            padding: 50px 5% 40px 5%;
        }

            .cta-img {
                float: left;
                width: 15%;
            }
                .cta-img img {
                    width: 100%;
                    height: auto;
                    display: block;
                    margin: 0 0 10px 0;
                }

                .cta-img span {
                    width: 100%;
                    color: #fff;
                    display: inline-block;
                    font-size: 0.75rem;
                    text-align: center;
                    line-height: 150%;
                }                

            .cta-txt {
                float: right;
                width: 75%;
                color: #fff;
            }

               .cta-txt h2,
               .cta-txt h3 {
                   color: #fff;
               } 

               .cta-txt a.button {
                   background: #fff;
                   color: #435884 !important;
               }

               .cta-txt a {
                   color: #fff !important;
               }


/*  Sub Content Area -------------------------------------------------------------------*/    

section.sub-content {
    position: relative;
    width: 100%;
    margin: 60px auto 0 auto;
    max-width: 1200px;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    
    font-size: 0.9rem;
    text-align: left;
    line-height: 150%;
} 

    .start section.sub-content article,  section.sub-content article {
        background: #fff !important;
        padding: 50px 4.166% 50px 4.166% !important; /* 50px */
    }

    section.sub-content .full {
        flex-basis: 100%;
    }

        section.sub-content .full.special h2 {           
            margin: 0;

            color: #ccc;
            font-size: 2.0rem;
            font-weight: 700;    
            text-align: center;
            text-shadow: 0 -1px 1px #888, 0 1px 1px #fff;
        }

    section.sub-content .third {
        flex-basis: 30.833%; /* 370px */
        margin: 0 3.75% 40px 0;
        background: #fff;
    }

    section.sub-content .third:nth-child(3n) {
        margin: 0 0 40px 0;
    }

     
        section.sub-content .third a {
            font-weight: 600;
            color: #435884 !important;
            text-decoration: none;
        }

        section.sub-content .third a:hover {
            text-decoration: underline;
        }
        

        section.sub-content .third p {margin: 0 0 10px 0;}

        .praxis-ort {
            position: relative;
            z-index: 5;
            width: 30%;
            height: 30px;
            display: block;            
            background: #5E77AC;
            padding: 7px 13.513% 0 13.513%; /* 50px */

            -webkit-border-bottom-right-radius: 20px;
            -moz-border-radius-bottomright: 20px;
            border-bottom-right-radius: 20px;

            color: #fff;
            font-size: 0.9rem;
            font-weight: 600;
            text-transform: uppercase;
        }

        .praxis-bild {
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            margin: -37px 0 0 0;
        }

            .praxis-bild img {
                width: 100%;
                height: auto;
                display: block;
            }

        .praxis-titel {
            color: #435884; 
            font-size: 1.0rem; 
            font-weight: 600; 
            line-height: 130%; 
            text-transform: uppercase; 
            
            display: block;
            padding: 20px 13.513% 10px 13.513%;  
        }

        .praxis-beschreibung {
            position: relative;
            display: block;
            padding: 10px 13.513% 10px 13.513%; /* 50px */
        }


/*  Footer Area ------------------------------------------------------------------------*/

footer {
    position: relative;
    width: 100%;
    background: #5E77AC;
    margin: 60px auto 0 auto;
}

    #footer-content {
        position: relative;
        width: 90%;
        margin: 0px auto;
        max-width: 1200px;         
        padding: 40px 5% 0 5%;

        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;

        color: #fff;
        font-size: 0.9rem;
        text-align: left;
    }

        .footer-full {
            flex-basis: 100%;
            padding: 20px 0 20px 0;
            margin: 20px 0 0 0;
            border-top: 1px solid #DCE4EF;

            font-size: 0.8rem;
        }

        .footer-quarter {
            flex-basis: 22.5%; /* 370px */
        }

        #footer-content h3 {
            color: #fff;
            padding: 0 0 8px 0;
            margin: 0 0 20px 0;
            border-bottom: 1px solid #DCE4EF;
        }

        .footer-full a {
            color: #fff;
            text-decoration: none;
        }

        .footer-full a:hover {
            text-decoration: underline;
        }

        nav.footer-menu {
            width: 100%;
        }

            nav.footer-menu ul {
                width: 100%;
                list-style: none;
            }

                nav.footer-menu ul li {
                    width: 100%;
                }

                    nav.footer-menu ul li a {
                        width: 100%;
                        display: block;
                        padding: 0;
                        margin: 0 0 5px 0;

                        color: #fff;
                        text-decoration: none;
                    }

                    nav.footer-menu ul li a:hover,
                    nav.footer-menu ul li.current-menu-item > a {
                        color: #DCE4EF;
                        transition: all ease 0.3s;
                    }



/*######################################################################################*/
/*	1st BREAKPOINT (@ 1200 Pixel)
/*######################################################################################*/

@media only screen and (max-width: 1200px) { 
    
/*  Header Area ------------------------------------------------------------------------*/

#logo {
    margin: 10px 0 0 10px;
}


/*  Navigation Area --------------------------------------------------------------------*/

nav#main-menu ul li:first-child a {
    margin: 0;
}

    nav#main-menu ul li a {
        padding: 15px 10px 0 10px;

        font-size: 0.8rem;
    }


/*  Sub Content Area -------------------------------------------------------------------*/

section.sub-content {
    width: 90%;
    padding: 0 5% 0 5%;
}
    
} /* <--- END MEDIA */




/*######################################################################################*/
/*	2nd BREAKPOINT (@ 800 Pixel)
/*######################################################################################*/

@media only screen and (max-width: 800px) { 
    
/*  Header Area ------------------------------------------------------------------------*/

header {
    height: 60px;
}

    #header-content {
        width: 100%;
    }

        #logo {
            float: left;
            margin: 10px 0 0 5%;
            max-width: 100px;
        } 

        #since {
            display: none;
        }


/*  Navigation Area --------------------------------------------------------------------*/

#menu-button {
    position: fixed;
    width: 100%;
    top: 60px;
    z-index: 10;
    display: block;
    margin: 0px auto;
    cursor: pointer;
    border: none;
    background: #435884;
    padding: 12px 5% 12px 5%;

    color: #fff;
    text-align: left;
    font-size: 0.9rem;
    text-transform: uppercase;
}  

#menu-button:before {
    position: relative;
    float: left;
    content: "";
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    background: url(img/icon-menu.png) no-repeat;
    background-size: 16px 16px;
} 

nav#main-menu {
    position: fixed;
    top: 100px;
    z-index: 100;
    width: 100%;
    height: 0;
    overflow: hidden;
    overflow-y: auto;
}

nav#main-menu.opened {
    height: calc(100vh - 110px);
}

    /* 1st Level */
    nav#main-menu ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        height: auto;
        display: block;
    }

        nav#main-menu ul li {
            width: 100%;
        }

            nav#main-menu ul li a,
            nav#main-menu ul li.has-sub-menu > a {
                width: 90%;
                height: auto;
                background: #5E77AC;
                padding: 12px 5% 12px 5%;
                border-top: 1px solid #738CBE;

                font-size: 0.9rem;
            }

            nav#main-menu ul li.link-overview a {
                font-style: italic;
            }

            nav#main-menu ul li a.has-sub:after {
                position: relative;
                float: right;
                content: "";
                width: 16px;
                height: 16px;
                margin: 2px 0 0 0;
                background: url(img/icon-arrow-down.png) no-repeat;
                background-size: 16px 16px;    
            }

            nav#main-menu ul li a:hover {
                background: #5E77AC;
                color: #fff;
            }

            nav#main-menu ul li.current-menu-item > a:hover,
            nav#main-menu ul li.current-menu-ancestor > a:hover {
                background: #CEB695
            }

            nav#main-menu ul li button {
                width: 20px;
                height: 20px;
                top: 12px;
                right: 5%;
            }

    /* 2nd Level */
    nav#main-menu ul li ul {
        position: relative;
        width: 100%;
        top: 0;
        margin: 0;
        display: none;
    }

    nav#main-menu ul li ul li.link-overview {
        display: block;
    }

        nav#main-menu ul li ul li a {
            width: 88%;
            background: #5E77AC;
            padding: 12px 5% 12px 7%;
            border-top: 1px solid #738CBE;
        }

        nav#main-menu ul li ul li a:hover {
            background: #5E77AC;
        }

    /* 3rd Level */
    nav#main-menu ul li ul li ul li a {
        width: 86%;
        color: #3d3d3d;
        background: #DCE4EF;
        padding: 10px 5% 10px 9%;
        border-top: 1px solid #fff;
    }

    nav#main-menu ul li ul li ul li a:hover {
        background: #DCE4EF;
        color: #3d3d3d;
    }

    nav#main-menu ul li ul li ul li.current-menu-item a {
        color: #fff;
    }

    nav#main-menu ul li.current-menu-item ul li ul li a:hover,
    nav#main-menu ul li.current-menu-ancestor ul li ul li a:hover {
        color: #3d3d3d !important;
    }


#space {
    height: 100px;
}


/*  Cover Images Area ------------------------------------------------------------------*/

#cover-img ul li img {
    min-height: 120px;
    object-fit: cover;
}

#stoerer-button {
    right: 5%;
    bottom: -50px;
}

    #stoerer-button a img {
        width: 90px;
        height: auto;
    }


/*  Breadcrumb Area --------------------------------------------------------------------*/

section#breadcrumb {
    display: none;
}


/*  Main Content Area ------------------------------------------------------------------*/

nav#sub-menu {
    display: none;
}

article:last-child,
article:first-child:last-child {
    width: 90%;
    padding: 50px 5% 30px 5%;
}

.start article:first-child:last-child {
    width: 90%;
    padding: 150px 5% 30px 5%;
}

    .half {
        width: 100%;
        margin: 0;
    }

    .call-to-action {
        padding: 30px 5% 20px 5%;
    }

        .cta-img {
            width: 25%;
        }

        .cta-txt {
            width: 70%;
        }


/*  Sub Content Area -------------------------------------------------------------------*/

section.sub-content {
    width: 95%;
    padding: 0 2.5% 0 2.5%;
    margin: 40px auto 0 auto;
}

section.sub-content .third,
section.sub-content .third:nth-child(3n) {
    flex-basis: 45%;
    margin: 0 2.5% 40px 2.5%;;
}

    .praxis-ort {
        width: 40%;
        padding: 7px 5% 0 5%; 
    }

    .praxis-titel {
        padding: 20px 5% 10px 5%;    
    }

    .praxis-beschreibung {
        padding: 10px 5% 10px 5%;
    }

    section.sub-content .full.special h2 {
        font-size: 1.6rem;
    }


/*  Footer Area ------------------------------------------------------------------------*/

#footer-content {
    padding: 30px 5% 0 5%;
}

.footer-quarter {
    flex-basis: 100%;
    margin: 0 0 30px 0;
}

} /* <--- END MEDIA */



/*######################################################################################*/
/*	3rd BREAKPOINT (@ 500 Pixel)
/*######################################################################################*/

@media only screen and (max-width: 500px) { 

.gallery-item,
.gallery-item:nth-of-type(3n) {
    flex-basis: 75%;
    margin: 0 0 20px 0;
}

article img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}


/*  Header Area ------------------------------------------------------------------------*/

#call {
    padding: 14px 10px 6px 40px;
    background-size: 24px 24px;
    background-position: 10px center;
}

    #call span:first-child {
        font-size: 0.6rem;
    }

    #call span:last-child {
        font-size: 0.8rem;
    }


/*  Main Content Area ------------------------------------------------------------------*/

.cta-img {
    position: relative;
    width: 100%;
    font-size: 0;
}

    .cta-img img {
        float: left;
        margin: 0;
        width: 33.333% !important;
    }

    .cta-img span {
        position: absolute;
        bottom: 0;
        float: left;
        text-align: left;
        margin: 0 0 0 20px;
    }

.cta-txt {
    width: 100%;
    margin: 25px 0 0 0;
}


/*  Sub Content Area -------------------------------------------------------------------*/

section.sub-content {
    width: 90%;
    padding: 0 5% 0 5%;
}

    section.sub-content .third,
    section.sub-content .third:nth-child(3n) {
        flex-basis: 100%;
        margin: 0 0 40px 0;
    }

} /* <--- END MEDIA */
    
