/*
  Theme Name: picturekeytechnologies.com
  Author: Lucas Jordan
  Description: Contact Page Styles
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/


/*-----------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
-------------------------------------------------------------------------------
#   Contact Content Styles
#   Contact Form Styles
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
#   Contact Content Styles
-----------------------------------------------------------------------------*/
.loader-wrapper {
    display: none;
}
#wrapper {
    visibility: inherit;
    overflow: auto;
}
body {
    overflow: auto;
}
#contact {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url('/web/image/bg-contact.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contact h1 {
    margin: 2.222em auto 1.222em auto;
}

#contact .row:last-of-type {
    padding-bottom: 3.000em;
}


/*-----------------------------------------------------------------------------
#   Contact Form Styles
-----------------------------------------------------------------------------*/
