
/*
Theme Name: Supplemental Design
Description: Website Designed and Developed by Ebbeka Design
Author: Ebbeka Design
Author URI: www.ebbekadesign.com
Version: 1.0
*/

* {
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;
    outline: none;
}

/* =============================================================================
   Foundation Resets                                                               
============================================================================= */

:focus {
    outline: none;
}

.alignright {
    float: right !important;
}
.alignleft {
    float: left !important;
}


/* =============================================================================
   Typeography                                                              
============================================================================= */

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200,600,700,900);

body, h1, h2, h3, h4, h5, h6, span, label, input, a {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

h2 {
    text-transform: uppercase;
    color: #1e5352;
    font-weight: 300;
}

h4 {
    font-size: 1.25em;
    color: #1e5352;
}

h5 {
    font-weight: 300;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
}

a {
    color: #444;
}
a:hover, a:focus {
    color: #1e5352;
}

.button {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    background: transparent;
}
.button:hover, .button:focus, button:hover, button:focus {
    color: #fff;
    border: 1px solid #1e5352;
    background: #1e5352;
}

hr {
    border-bottom: 1px solid #dba520;
}

.green-bar a{
	color:#ffffff;
	text-decoration: underline;
}
.green-bar a:hover {
	color:#ffffff;
	text-decoration:none;
}

/* =============================================================================
   Header                                                              
============================================================================= */

header .logo img {
    margin-bottom: 50px;
    margin-top: 50px;
    width: 350px; 
}
header .logo a {
    margin-left:auto;
    margin-right:auto;
    display:block;
    width: 350px;
}

.primary-nav {
    padding-top: 5px;
}

#menu-main {
    margin: 0;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
}

#menu-main li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 25px;
}

#menu-main li > a:after {
    color: #666;
    content: url(image/down.png);
    position: relative;
    top: -2px;
    padding-left: 3px;
}

#menu-main li > a:hover:after {
    color: #666;
    content: url(image/down.png);
}

#menu-main li > a:only-child:after {
    content: '';
}

#menu-main li a:link,
#menu-main li a:visited {
    font-size: 16px;
    display: block;
    color: #666666;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 10px solid transparent;
    padding: 0 15px;
}

#menu-main li a:hover, 
#menu-main li a:active,
#menu-main li:hover > a {
    color: #1e5352;
    border-bottom: 10px solid #dba520;
}

#menu-main li:last-child a { 
    border-bottom: 10px solid transparent;
}

#menu-main li:last-child a:hover { 
    border-bottom: 10px solid transparent;
    color: #1e5352;
}

#menu-main li a#ftp::before {
    content: url(images/upload.png);
    background: #dba520;
    border-radius: 50% 50%;
    height: 23px;
    width: 23px;
    border: 1px solid #dba520;
    display: block;
    padding: 2px 0 0 0;
    position: absolute;
    left: -15px;
    top: -2px;
    font-size: 0px;
}

/* Dropdowns */
#menu-main ul.sub-menu {
    background: #fff;
    margin: 0;
    position: absolute;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
    top: 45px;
    transition: opacity 0.3s ease 0s;
    border-top: 5px #6e6459 solid;
    font-weight: 400;
}

#menu-main ul.sub-menu li{
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    padding: 0px;
}

#menu-main ul.sub-menu li a{
    color: #666666;
    display: block;
    margin: 10px 5px;
    text-align: left;
    font-weight: 400;
    font-size: 11px;
    border: none;
    font-weight: 400;
}

#menu-main li:hover ul.sub-menu {
    opacity: 1;
    z-index: 999;
    top:100%;
    visibility: visible;
}

#menu-main ul.sub-menu li a:hover{
    border-color: #fff;
    border-radius: 5px;
    color: #9A8F82;
}

#menu-main ul.sub-menu li:hover{
  background: #eee;
}

    /* Mobile Nav */

    .vertical {
        display:none;
    }
    .is-accordion-submenu-parent > a::after {
        border: none;
        content: url(images/nav.png);
        display: block;
        /* width: 0; */
        /* height: 0; */
        position: relative;
        top: 0;
        margin-top: 0px;
        right: 2rem;
        float: right;
    }
    .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
        -webkit-transform-origin: none;
        -ms-transform-origin: none;
        transform-origin: none; 
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

/* =============================================================================
   Body                                                              
============================================================================= */

#main-container {
    width: 100%;
}

#main-container a {
    font-family: 'Source Sans Pro', sans-serif;
}

#main-container li {font-family: 'Source Sans Pro',sans-serif;}

    /* ============ Homepage ============ */

        /* Slider */ 
        .orbit {
            background: #444;
        }
        .orbit-caption {
            position: absolute;
            bottom: 25%;
            margin-bottom: 0;
            color: #fefefe;
            background-color: transparent;
            border: 10px solid #1e5352;
            border-radius: 1px;
            display: block;
            width: 60%;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            top: 25%;
            height: auto;
        }
        ul.orbit-container {
            height: auto !important;
        }
        .orbit-inside {
            background: rgba(218, 165, 32, 0.95);
            position: absolute;
            bottom: 15px;
            top: 15px;
            left: 15px;
            right: 15px;
            padding: 35px 40px;
            text-align: center;
            font-size: 24px;
        }
        .slide3 .orbit-inside, .slide2 .orbit-inside, .slide1 .orbit-inside {
            padding: 25px 40px;
        }
        .orbit-bullets {
            margin-top: -38px;
        }
        .orbit-bullets button.is-active {
            background: #fff !important;
        }
        .orbit-bullets button {
            background: #dba520 !important;
        }
        button.orbit-previous, button.orbit-next, button.orbit-previous:hover, button.orbit-previous:focus, button.orbit-next:focus, button.orbit-next:hover {
            background: transparent;
            border: none;
        }
        .orbit button img {
            width: 50px;
        }

        /* Blue Bar */
        .blue-bar {
            background: #1e5352;
            padding: 75px 0;
        }
        .blue-bar h5 {
            color: #fff;
            text-align: center;
            font-size: 1.35em;
            text-transform: uppercase;
        }
        .blue-bar p {
            color: #fff;
            text-align: left;
            font-size: 1.35em;
        }
        .blue-bar span {
            text-transform: uppercase;
            color: #dba520;
            font-style: italic;
        }

        /* Process */
        .process {
            height: auto;
            padding: 75px 0;
            width: 100%;
        }
        .process h2 {
            text-align: center;
            font-size: 2em;
        }
        .process hr {
            border-color: #1e5352;
            border-width: 2px;
            margin-bottom: 2em;
        }
        #process {
            margin: 0px;
            list-style: none;
        }
        #process li {
            display: inline-block;
            position: relative;
        }
        #process li img {
            width: 150px;
            margin-left: auto;
            margin-right: auto;
            display: block;
            margin-top: 24%;
            position: relative;
        }
        #process li::after {
            content: url(images/right-arrow.png);
            position: absolute;
            right: -25px;
            top: 50%;
            display: block;
            text-align: center;
        }
        #process li:last-child:after {
            display:none;
            content: '';
        }
        #process li .process-circle {
            background: #dba520;
            border-radius: 50% 50%;
            width: 275px;
            height:275px;
            display:table;
            margin-left: auto;
            margin-right: auto;
        }
        #process li .hidden-process {
            opacity: 0;
            visibility: hidden;
            background: rgba(0,0,0,.5);
            position: absolute;
            top: 0;
            bottom: 0;
            border-radius: 50% 50%;
            width: 275px;
            height: 275px;
            margin-left: auto;
            margin-right: auto;
            display: table;
        }
        #process li .process-circle:hover .hidden-process {
            opacity: 1;
            visibility: visible;
            cursor: pointer;
        }
        .hidden-process h4 {
            color: #fff;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            text-transform: uppercase;
        }

        /* Services */
        #services {
            width: 100%;
            height: auto;
            display:block;
            padding: 75px 0;
        }
        #services .service-box {
            position: relative;
            height:auto;
            width: 100%;
            padding: 12px;
            border: 8px solid transparent;
        }
        #services a:hover .service-box {
            border: 8px solid #1e5352;
        }
        #services .service-box .hidden-service {
            visibility: hidden;
            opacity: 0;
            background: rgba(218, 165, 32, 0.75);
            position: absolute;
            top: 12px;
            bottom: 12px;
            left: 12px;
            right: 12px;
            padding: 70px 0;
        }
        #services a:hover .service-box .hidden-service {
            visibility: visible;
            opacity: 1;
        }
        #services .service-box .hidden-service img {
            width: 60px;
            margin-left:auto;
            margin-right: auto;
            display:block;
        }
        #services .service-box .hidden-service h3 {
            color: #fff;
            text-align: center;
            font-size: 1.5em;
            margin-top: 15px;
            text-transform: uppercase;
        }

        /* Get in Touch */
        #contact {
            width: 100%;
            height: auto;
            padding: 75px 0;
            background: #dba520;
        }
        #contact #title {
            
        }
        #contact h2 {
            text-align: center;
            font-size: 2em;
            border-bottom: 2px solid #1e5352;
            padding-bottom: 10px;
            margin-bottom: 50px;
        }
        #contact input.button {
            margin: 15px 0;
        }
        #contact input[type='text'] {
            border-radius: 5px;
            padding: 10px 15px;
            height: auto;
        }
        #contact p {
            color: #444;
            font-style: italic;
            width: 85%;
        }
        #contact textarea {
            border-radius: 5px;
            height: 125px;
        }

    /* ============ /Homepage ============ */

    /* ============ Services ============ */
        
        /* Header */
        .page-header {
            background: url(images/slider/slide-1.jpg) no-repeat;
            background-position: center center;
            background-attachment: fixed;
            background-size:cover;
            width: 100%;
            height: 250px;
            display: table;
            position: relative;
        }
        .page-header-container {
            display: table-cell;
            vertical-align: middle;
        }
        .page-header-border {
            width: 460px;
            margin-left: auto;
            margin-right: auto;
            padding: 20px;
            border: 8px solid #1e5352;
        }
        .page-header h1 {
            text-align: center;
            color: #fff;
            background: #dba520;
            margin:0px;
        }

        /* Body */
        .padding {
            padding: 50px 0;
        }

        /* Sidebar */
        #sidebar {
            border: 8px solid #dba520;
            padding: 10px;
        }
        #sidebar ul li {
            font-size: 14px;
            font-family: 'Source Sans Pro', sans-serif;
        }
        .sidebar-images {
            padding-bottom:20%;
        }

        /* ============ /Services ============ */

        /* ============ Contact ============ */
        #contact-page .page-header {
            background: url(images/slider/slide-2.jpg) no-repeat;
            background-position: top center;
            background-attachment: fixed;
            background-size:cover;
            width: 100%;
            height: 250px;
            display: table;
            position: relative;
        }

/* =============================================================================
   Footer                                                              
============================================================================= */

footer {
    padding: 75px 0;
    background: #1e5352;
    color: #fff;
}
footer a {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}
footer p {
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}
footer img {
    width: 350px;
    margin-left: auto;
    margin-right:auto;
    display:block;
}
footer a:hover {
    color: #999;
}



/* =============================================================================
   Mobile                                                              
============================================================================= */


@media only screen and (max-width: 1410px) {
    
    /* Slider */
    .orbit-inside {
        font-size: 18px;
    }

} /* 1400 */

@media only screen and (max-width: 1200px) {
    
    /* Slider */
    .slide1 .orbit-inside, .slide3 .orbit-inside, .slide2 .orbit-inside {
        padding: 15px 20px;
    }

} /* /1200 */

@media only screen and (max-width: 1100px) {

    .orbit-inside {
        font-size: 16px;
    }

    .slide2 .orbit-inside {
        padding: 15px 15px;
        font-size: 12px;
    }
    
} /* /1100 */

@media only screen and (max-width: 1023px) {
    
    /* Slider */
    .orbit-inside {
        font-size: 12px;
        padding: 5px 10px;
    }

    /* Services */
    #services .service-box .hidden-service {
        padding: 140px 0;
    }

    /* Process */
    #process li .process-circle {
        width: 225px;
        height: 225px;
    }
    #process li img {
        width: 125px;
    }
    #process li .hidden-process {
        width: 225px;
        height: 225px;
    }

} /* /1023 */


@media only screen and (max-width: 900px) {
    
    /* Header */
        .primary-nav {
            display:none;
        }
        header .logo img {
            margin-top: 35px;
            margin-bottom: 35px;
        }

        /* Mobile Nav */
        .vertical {
            display:block;
            width: 350px;
            margin-left:auto;
            margin-right:auto;
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
        }
        #menu-main {
            text-align: left;
        }
        #menu-main li {
            display:block;
            margin: 0 20px;
        }
        #menu-main li a#ftp::before {
            padding: 2px 0 0 6px;
            left: 0px;
        }
        #menu-main li a:link, #menu-main li a:visited {
            font-size: 16px;
            display: block;
            color: #666666;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-weight: 400;
            border-bottom: 2px solid #dba520;
            padding: 0px 30px 10px;
            margin: 10px 0;
        }
        #menu-main {
            width: 100%;
        }
        #menu-main li:last-child a:hover {
            border:2px solid #dba520;
        }

    /* Slider */
    .orbit {
        display:none;
    }

    /* Blue Bar */
    .blue-bar {
        padding: 35px 0;
    }
    .blue-bar h5, .blue-bar p {
        font-size: .9em;
    }

    /* Process */
    .process {
        padding: 35px 0;
    }
    #process li .process-circle, #process li .hidden-process {
        width: 175px;
        height: 175px;
    }
    #process li img {
        width: 105px;
        margin-top: 22%;
    }
    .hidden-process h4 {
        font-size: 1.25em;
    }

    /* Services */
    #services {
        padding: 35px 0;
    }
    #services .service-box {
        border: 8px solid #1e5352;
        margin-bottom: 1.5em;
    }
    #services .service-box .hidden-service {
        visibility: visible;
        opacity: 1;
        padding: 140px 0;
    }

    /* Contact */
    #contact {
        padding: 35px 0;
    }

    /* Footer */
    footer {
        padding: 35px 0;
    }

} /* 900 */


@media only screen and (max-width: 800px) {

    /* Process */
    #process li .process-circle, #process li .hidden-process {
        width: 125px;
        height: 125px;
    }
    #process li img {
        width: 75px;
    }
    #process li::after {
        top: 40%;
    }
    
} /* /800 */


@media only screen and (max-width: 639px) {

    /* Process */
    #process li::after {
        top: 38%;
    }
    .hidden-process h4 {
        font-size: .8em;
    }

    /* Services */
    #services .service-box .hidden-service {
        padding: 85px 0;
    }

    /* Contact */
    #contact p {
        width: 100%;
    }

    /* Page Header */
    .page-header-border {
        width: 300px;
    }

    /* Footer */
    footer {
        text-align: center;
    }
    footer img {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    footer a, footer p {
        text-align: center;
        margin: 10px 0;
    }

} /* /640 */

@media only screen and (max-width:500px) {

    /* Process */
    #process li::after {
        content: url(images/right-arrow-small.png);
        right: -15px;
    }
    #process li .process-circle, #process li .hidden-process {
        width: 105px;
        height: 105px;
    }
    #process li img {
        width: 60px;
    }

    /* Services */
    #services .service-box .hidden-service img {
        width: 35px;
    }
    #services .service-box .hidden-service {
        padding: 45px 0;
    }
    #services .service-box .hidden-service h3 {
        margin-top: 10px;
        font-size: 1em;
    }

} /* /500 */

@media only screen and (max-width: 400px) {

    /* Header */
    header .logo a, header .logo img, .vertical {
        width: 265px;
    }
    #menu-main li a:link, #menu-main li a:visited {
        font-size: 14px;
    }

    /* Process */
    #process li img {
        width: 50px;
    }
    #process li::after {
        right: -13px;
    }

    /* Services */
    #services .service-box .hidden-service img {
        width: 25px;
    }
    #services .service-box .hidden-service h3 {
        font-size: .8em;
    }
    #services .service-box .hidden-service {
        padding: 26px 0;
    }

    /* Footer */
    footer img {
        width: 265px;
    }
    footer {
        font-size: .8em;
    }

} /* /400 */






