﻿/* ----------------------------------------------------------------
Custom Styles
------------------------------------------------------------------- */

/* ----------------------------------------------------------------
Override CSS Styles in style.css 
------------------------------------------------------------------- */

.annie-aside .annie-main-menu {
    text-align: left;

    /*margin-bottom: 90px;*/
    margin-bottom: 30px;
}

.annie-hero .flexslider .slider-text > .slider-text-inner .frame-inner {
    position: relative;
    z-index: 1;
    bottom: 0px;
    left: 0;
    padding: 20px;
    background: transparent;
    text-align: center;

    /*width: 320px;*/
    width: 640px;
    background-color: rgba(0, 0, 0, 0.50);
}





/* ----------------------------------------------------------------
New Custom Styles
------------------------------------------------------------------- */

/* Flexslider text on mobil view */
@media screen and (max-width: 768px) {
    .annie-hero .flexslider .slider-text > .slider-text-inner .frame-inner {
        position: relative;
        z-index: 1;
        bottom: 0px;
        left: 0;
        padding: 20px;
        background: transparent;
        text-align: center;
        width: 320px;
        background-color: rgba(0, 0, 0, 0.50);
    }
}

/* Greeting */
.annie-greeting-words {
    text-align: justify;
    /*font-size: 20px;
    margin-bottom: 20px;*/
}
.annie-greeting-signature {
    width: 150px;
    height: auto;
}
.annie-greeting {
    padding-top: 100px;
    padding-bottom: 0px;
    clear: both;
    width: 100%;
    display: block;
}
hr.annie-line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #929292;
    margin: 1em 0;
    padding: 0;
}

/* Menu text's color */
.annie-aside .annie-main-menu > ul > li > a {
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    border-bottom: 1px solid rgba(255,255,255,0.09);
    color: #999;
}

/* Social & E-mail */
.social-section {
    margin: 0px auto 0px auto;
    width: 50%;
    float: left;
}
.email-section {
    margin: 0px auto 0px auto;
    width: 50%;
    float: right;
}
@media screen and (max-width: 768px) {
    .social-section,
    .email-section {
        margin: 0px auto 0px auto;
        width: 100%;
        padding: 25px;
    }
}

/* Footer Copyright */
p.footer-copyright {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 20px;
    color: #999;
    font-weight: 400;
}



.annie-nav-toggle.active i {
    background: transparent;
    background-color: aquamarine;
}













/* Social */

ul.social-network {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0;
}

    ul.social-network li {
        display: inline-block;
        margin-right: 5px;
        background-color: #222;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 2px;
        transition: all 0.3 ease-in-out;
    }

.social-network li i {
    color: #fff;
}

@media screen and (max-width: 768px) {
    ul.social-network {
        display: inherit;
        text-align: center;
        float: none;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .annie-services .desc span {
        display: none;
    }
}

/* Text */

.picture-text {
    background-color: rgba(0, 0, 0, 0.50);
    padding: 15px;
}


/* Text color under the logo */
.annie-aside .annie-logo span {
    color: #e9ecef;
}