/*
  Theme Name: PKT Technology Pty Ltd
  Author: Lucas Jordan
  Description: PKT Technology Pty Ltd Footer Styles
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/


/*--------------------------------------------------------------
Footer Structure
--------------------------------------------------------------*/

.footer {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 1.0);
    font-weight: 300;
}

.footer .footer-tagline {
    position: relative;
    display: block;
    margin: 1.563em auto;
    padding: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.688em;
    font-weight: 300;
    line-height: 1.2;
}

.footer .footer-cta {
    position: relative;
    display: block;
    margin: 0 auto 4.188em auto;
    padding: 0;
}

.footer .footer-cta .button.outline,
footer .footer-cta .button.outline:link,
footer .footer-cta .button.outline:visited {
    padding: 0.43em 1.021em;
    border: 1px solid #2da9e1;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.750em;
    font-weight: 300;
    line-height: 1;
}
footer .footer-cta .button.outline:hover,
footer .footer-cta .button.outline:focus,
footer .footer-cta .button.outline:active {
    background-color: transparent;
    color: #2da9e1;
}
@media screen and (max-width: 767px){
    .footer .footer-cta .button.outline,
    footer .footer-cta .button.outline:link,
    footer .footer-cta .button.outline:visited,
    footer .footer-cta .button.outline:hover,
    footer .footer-cta .button.outline:focus,
    footer .footer-cta .button.outline:active {
        font-size: 1.0em;
        padding: 0.30em 0.8em;
    }
}
.footer .footer-copyright {
    position: relative;
    display: block;
    margin: 0 auto 1.563em auto;
    padding: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.938em;
    font-weight: 300;
    line-height: 1.6;
}

.footer .footer-siteby {
    position: relative;
    display: block;
    margin: 0 auto 1.563em auto;
    padding: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.938em;
    font-weight: 300;
}

.footer .footer-siteby .icon-label {
    display: table-cell;
    padding: 0 0.4em 0 0;
    vertical-align: middle;
    line-height: 130%;
}
.footer .footer-siteby a .icons,
.footer .footer-siteby a:link .icons,
.footer .footer-siteby a:visited .icons {
    color: #aaaaaa;
}

.footer .footer-siteby a:hover .icons,
.footer .footer-siteby a:focus .icons,
.footer .footer-siteby a:active .icons {
    color: #ffffff;
}
