@charset "utf-8";
/* CSS Document */


@font-face {
	font-family: 'louisianaregular';
	src: url('../fonts/2A370B_0_0.eot');
	src: local('☺'), url('../fonts/2A370B_0_0.woff') format('woff'), url('../fonts/2A370B_0_0.ttf') format('truetype'), url('../fonts/2A370B_0_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body { padding:0px; margin:0px; margin:0 auto; }
hr { color:#ded3d0; width:60%; margin:10px auto; }

.wrapper {     margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
	
	background-image: url("../imgs/contactBg.jpg"); background-size:cover; background-repeat:no-repeat; }

.contact-form { background-image: url("../imgs/contactPaper.png");    background-repeat: no-repeat;    background-size: contain;   box-sizing: border-box;    float: left;    height: 700px;    overflow: auto;    padding: 60px 70px;    position: relative;    transform: rotate(-1deg);    width: 55%; }

.contact-form h1 {     color: #87c548;
    font-family: "louisianaregular";
    font-size: 70px;
	letter-spacing: 0px;
	font-weight:normal;
	margin:0px;
	text-align:center;
	text-transform:none;
    
  }

.text-lable {    background-color: transparent;    color: #87c548;   font-family: 'louisianaregular';    font-size: 46px;    line-height: 0.6em;    margin: 0;    padding: 0;    width: 500px; }

.text-box {     background-color: transparent;
    color: #5b1300;
    font-family: "louisianaregular";
    font-size: 46px;
    line-height: 0.6em;
    margin: 0;
    padding: 0;
    width: 500px; }
	
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], input[type="color"], input[type="url"], textarea {
   
    border: medium none;
    border-radius: 0.4em;
    box-shadow: 0 2px 4px 2px #eee inset;
    box-sizing: border-box;
    font-family: "louisianaregular";
    font-size: 40px;
    margin: 15px 0px;
	padding-left:10px;
    width:100%;
	height:55px;
}
.btn-submit { background-color: transparent;
        background-color: transparent;
    color: #5b1300;
    display: block;
    font-family: "louisianaregular";
    font-size: 46px;
    line-height: 0.6em;
    margin: 30px auto 0;}
	
	
body.page-template-single-contact-php > section#content[role="main"] > div.wrapper > div.paper-form > div.wpcf7 > form.wpcf7-form input[type="submit"] {
    background-color: transparent;
    color: #5b1300;
    display: block;
    font-family: "louisianaregular";
    font-size: 46px;
    line-height: 0.6em;
    margin: 30px auto 0;
}
.btn, button, input[type="button"], input[type="submit"] {
    background: linear-gradient(to bottom, #87c548 0%, #87c548 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0.7em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "louisianaregular";
    font-size: 60px;
    letter-spacing: 1px;
    line-height: .8em;
    margin-left: 150px;
    padding: 0.3em 1.1em;
    text-decoration: none;
    
}
.pencil
{
	background-image: url("../imgs/contactPencil.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 620px;
    left: 540px;
    margin-right: -20px;
    position: absolute;
    top: 40px;
    width: 182px;
    z-index: 1000;
	
}

.contact-card {     background-image: url("../imgs/contactCards.png");
 
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    color: #5b1300;
    display: block;
    float: right;
    font-family: "HelveticaNeueW01-45Ligh";
    font-size: 14px;
    height: 485px;
    line-height: 18px;
    margin-left: 20px;
    margin-top: 100px;
    padding-top: 155px;
    text-shadow: 0 1px 1px #fff;
    transform: rotate(7deg);
    width: 42%;
}



.contact-card-address {    
	 background-image: url("../imgs/contactIconHouse.png");
 background-position: center top;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 25px;
    text-align: center;
	margin-top:30px; }
	
.contact-card-call {    

    background-image: url("../imgs/contactIconPhone.png");
	background-position: center top;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 25px;
    text-align: center; }
	
.contact-card-email {
	    background-image: url("../imgs/contactIconEnvelope.png");
		    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 25px;
    text-align: center;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Smartphones (portrait and landscape) ----------- */
@media
only screen and (min-device-width : 360px) and (max-device-width : 999px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-width : 360px) and (max-device-width : 99 9px) and (min-device-pixel-ratio: 1.5),
only screen and (max-width: 999px),
only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
.contact-card { transform: rotate(0deg); width:100%; margin-top:10px;  }
.contact-form { transform:rotate(0deg); width:100%; margin-top:50px; padding:5px; background:none; background-color:#fff; height:auto; }
.pencil { display:none;}
.contact-form h1 { font-size:30px; padding:10px 0 0  25px; }
.text-lable { font-size:30px; padding-left:25px;  }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], input[type="color"], input[type="url"], textarea {font-size: 25px;    margin-left: 25px;	padding-left:10px;    width:90%;	height:40px;}
.text-box { font-size: 25px;    margin-left: 20px;    padding: 0;    width: 90%;	height:100px; }
.btn, button, input[type="button"], input[type="submit"] {font-size: 20px;   width:100%; margin:10px 0;}

.formError .formErrorContent { font-size:10px; left:-130px; margin-top:30px; }
.formError .formErrorArrow { display:none; }

}

@media only screen 
and (min-device-width : 1281px) 

{
	
	input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], input[type="color"], input[type="url"], textarea { width:65%; }
	.contact-form h1 { text-align:left; }
}