/*Theme Name: Winfield Child Theme - Custom CSS File
 Theme URI: http://wpcanada.ca/our-themes/winfield/
Description: This custom CSS file is used to modify the default behavior of the Windfield child theme and it also adds some new functionality.
Author: EnterNet Web Team
Author URI: http://www.enternetwebdesign.com/
Version: 1
Last Update: 12/20/13
Template: Genesis - Winfield Child Theme
Template Version: Winfield v3.0.0
License: GNU General Public License v2.0 (or later)
License URI: http://www.opensource.org/licenses/gpl-license.php
*/
body {
	color: #444444;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.title-area {
    display: none;
}
.site-header {
    background: url("https://sunniesidelandscaping.com/wp-content/uploads/head-bg3.jpg") repeat scroll left top #ccc;
    min-height: 100px;
    overflow: hidden;
}
.site-header .widget-area {
    float: right;
    text-align: right;
    width: 100%;
}
.site-container {
    background-color: #FFFDE4;
    border-top: 0px solid #F2B447;
	border-bottom: 0px solid #F2B447;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
    clear: both;
    margin: 0px auto 20px;
    max-width: 1180px;
    overflow: hidden;
    padding: 10px;
}
/*.home-middle {
    background:#FFFDE4;
}
.site-inner {
	background:#FFFDE4;
    margin: 0 auto;
    padding: 40px 40px;
}*/

.fade {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
}
/* ---------------------- HEADER ----------------- */
.headbg {
	min-height: 100px;
	max-width: 1180px;
}
/*.headbg img {
	float:left;
}*/
.logo {
    float: left;
    margin: 5px 20px 10px;
    max-height: 130px;
}
.tag {
    color: #630202;
    float: left;
    font-family: Georgia;
    font-size: 3rem;
    font-style: italic;
    font-weight: bold;
    margin: 40px 0 0 20px;
    text-align: left;
}
.tag2 {
    margin: 0 0 0 40px;
}

@media only screen and (max-width: 975px), only screen and (max-device-width: 975px) {
.logo {
    float: left;
    margin: 5px 20px;
}
.head {
    float: none !important;
}	
.tag {
    font-size: 2.4rem;
    margin: 0 0 0 20px;
    width: 100%;
  width: 100%;
}
.tag2 {
    margin: 0;
	display:inline-block;
}
}
.head {
    color: #222;
    float: right;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 20px 10px;
    text-align: right;
    width: auto;
}
.head a {
	 color: #222;
}

/*.head h2 {
    color: #630000;
    font-size: 2.75rem;
    letter-spacing: 8px;
    margin-bottom: 0;
}
.head h2 a {
	color:#630000;
} */
/* ---------------------- HEADER ONLY RED RIBBON CSS ---------------------- 

.redribhead {
    background-color: #ED1C24;
    box-shadow: 0 2px 4px #000000;
    color: #FFFFFF;
    display: inline-block;
    font-family: open sans;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 10px auto;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 1px 2px #000000;
    text-transform: uppercase;
    width: auto;
}
 .redribhead a {
    color: #FFF !important;
}
 .redribhead a:hover {
    color: #eee;
}
/* ---------------------- END of HEADER ONLY RED RIBBON CSS ---------------------- */
/* ---------------------- Social ----------------- */
header .social {
    display: inline-block;
    float: none;
    margin: 5px 30px 10px;
    width: auto;
}
header .social img {
    background: #B95340;
    border-radius: 20px;
    float: none;
    height: 32px;
    margin: 0;
    width: 32px;
}
header .social img:hover {
    background: #99000B;
}
/*a.social-buttons:hover {
	background-color: #99000B;
}
.site-footer .social {
    float: right;
    margin-top: 5px;
}
.site-footer .social img:hover {
    background: #81FD09;
}
	
.site-footer .social img {
    background: #FFF;
    border-radius: 20px;
    float: none;
    height: 32px;
    margin: 0;
    width: 32px;
}	*/



.last {margin:0px !important}
/* ---------------------- social ----------------- */


.cta {
    border-radius: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
    color: #FFFFFF;
    display: inline-block;
    float: none;
    font-size: 32px;
    margin: 5px 0;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    z-index: initial;
}
.cta:hover {
  box-shadow: 0px 1px 2px rgba(0,0,0,0.55);
}
.cta a, .cta h2 {
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-shadow: 1px 2px 2px #000000;
}
.cta a:hover {
	color: #FFF;
}



/* -------------------------- footer widgets  ------------------------ */
.footer-widgets {
    text-align: left;
}
.footer-widgets .wrap {
    background-image: none;
    border-top: 3px solid #897F5B;
    clear: both;
    margin: 0 auto;
    max-width: 1180px;
    overflow: hidden;
    padding: 4rem;
}
.widget-title {
    font-weight: bold;
    text-transform: uppercase;
	color:#980F0C;
	font-size:2rem;
}
.footer-widgets a, .footer-widgets a:visited {
    color: #4F563C;
	text-transform:uppercase;
	font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif !important;
}
.footer-widgets, .footer-widgets p {
    color: #3F3B2C;
}

/* -------------------------- footer ------------------------ */
.site-footer img {
    height: 48px;
    margin: 0 10px 0 0;
}
.site-footer .wrap {
 	background:none;
}
.site-footer {
    background: none;
    border-top: 1px solid #999999;
}
.site-footer p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
	color: #444444;
}
.site-footer a {
	color:#444444;
}
.footer-widgets {
    clear: both;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.site-footer .gototop {
    float: right;
    margin-top: -20px;
    width: auto;
	font-weight:300;
	display:none;
}



/* ---------------------- end Footer ----------------- */

	
/* -------------------------- HOME PAGE WIDGETS ------------------------ */
.welcome-wrap {
    clear: both;
    color: #555;
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 2rem;
    overflow: hidden;
    padding: 0 3rem 1rem;
    text-align: left;
	font-weight:300;
}
.home-welcome {
    background: none repeat scroll 0 0 #DAD7CE;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #444;
}
.welcome-wrap img {
    float: left;
    padding: 0 2rem;
}

.welcome-wrap h2 {
    font-size: 2.5rem;
    margin-bottom: 0rem;
	color: black;
	text-align: center;
	border: 10px;
	margin: 10px;
}
#star {
	display:inline;
	color: #ED5E5A; 
}
#sep {
	display:inline; 
}

.home-left img, .home-center img, .home-right img  {width:100%; border: 2px solid #FFFFFF; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.55); margin-bottom: 15px; }


.home-left a:hover img, .home-center a:hover img, .home-right a:hover img {box-shadow:0 2px 4px rgba(0, 0, 0, 0.25);  }


.home-left h2, .home-center h2, .home-right h2  {
    color: #3E3B40;
    font-size: 2rem !important;
    font-weight: 600;
    text-transform: uppercase;
}	
	

.home-left ul li:before, .home-center ul li:before, .home-right ul li:before {
    content:"✓ ";
	color:green;
	 margin: 0 5px 0 0;
}
.home-left ul, .home-center ul, .home-right ul {
    list-style-type: none;
	-moz-padding-start: 0px;
    display: block;
    margin: 0;
}
.home-left p, .home-center p, .home-right p  {
    margin:0 0 1rem 0;
}
.home-left ul, .home-center ul, .home-right ul {
    -moz-padding-start: 20px;
    display: block;
    margin: 0;
}

/* -------------------------- END HOME PAGE WIDGETS ------------------------ */

/* -------------------------- Ribbon BTN ------------------------ */

.btn {
    background: #608E0B;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding: 4px 10px;
    text-decoration: none;
    text-transform: uppercase;
  	margin: 10px 0 20px 0;
   	display: inline-block;
   	font-family: 'Open Sans', Arial, sans-serif;
    letter-spacing: 1px;
	font-weight:400;
	text-shadow: 0 1px 2px #000000;
	box-shadow: 0 2px 4px #000000;
}
.btn a, .btn a:hover,.btn:hover a {
	color: #FFF;
}	
button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #07585C;
	color:#FFF;
}
.btn h1, .btn h2,.btn h3, .btn h4, .btn h5, .btn h6 {
    margin-bottom: 0px;
}
/* -------------------------- END Ribbon BTN ------------------------ */

/* ----------- Navigation ----------- */
.nav-primary, .nav-secondary {
    background-color: #113311;
    margin: 0rem auto 0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A491E', endColorstr='#2B4007'); 
background: -webkit-gradient(linear, left top, left bottom, from(#3A491E), to(#2B4007));
background: -moz-linear-gradient(top,  #3A491E,  #2B4007); 

}
.nav-header a:hover,
	.nav-header .current-menu-item > a,
	.nav-header .sub-menu .current-menu-item > a:hover,
	.nav-primary a:hover,
	.nav-primary .current-menu-item > a,
	.nav-primary .sub-menu .current-menu-item > a:hover,
	.nav-secondary a:hover,
	.nav-secondary .current-menu-item > a,
	.nav-secondary .sub-menu .current-menu-item > a:hover {
		 background-color: #608E0B;
    color: #FFFFFF; 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80A33C', endColorstr='#608E0B'); 
background: -webkit-gradient(linear, left top, left bottom, from(#80A33C), to(#608E0B));
background: -moz-linear-gradient(top,  #80A33C,  #608E0B); 

	}

.genesis-nav-menu {
	font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.4rem;
}
	
.genesis-nav-menu a {
    padding: 1.5rem 2.4rem !important;
}
	
input, select, textarea {
    padding: 0.6rem;
}	
button, input[type="button"], input[type="submit"], .btn {
    padding: .5rem 2.4rem;

}
.quote {
    color: #B02734;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    text-align: center;
}

.entry-content img {
    border: 2px solid #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
    height: auto;
}
.entry-content a:hover img {box-shadow:0 2px 4px rgba(0, 0, 0, 0.25);  }

.imgnone {
	border: none !important;
    box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6, .entry-title a, .site-title {
    font-family: 'Roboto Condensed',Arial,sans-serif !important;
	color:#980F0C;	
}

h1 {
	font-size: 30px;
	font-size: 3rem;
	font-weight:bold;
	font-style:italic;
	letter-spacing: 1px;
}

h2 {
	font-size: 24px;
	font-size: 2.5rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

blockquote {
    padding: 1.4rem 1.4rem 1.4rem 3.4rem;
}
.sidebar .widget {
    padding-bottom: 0;
}
/* ----------- Forms ----------- */


.txtbx {width:100%;}
.msgbx {width:100%;}
.city {width:30%;margin-right: 1%;}
.state {width:24px;margin-right: 1%;}
.zip {width:60px;}
.phonetxt {width:160px;}
.check {width:313px; float:left;}
.wpcf7-submit {font-size:16px;}

.label {
    display: block;
    float: left;
    width: 30%;
}
.wpcf7-list-item input {width:auto; display:inline;}
.wpcf7-form-control-wrap {width:auto; display:inline;}
.contactform {
    display: block;
	float: left;
	margin-right: 2%;
	width: 30%;
}
.required {color:red;}
/* ----------- end Forms ----------- */



/*.services {
 	color:#222;
 	margin:20px;
	 background-color:#DDDDDD;
	 padding:20px;
 	border-radius:5px;
 }
.services:nth-child(even) {
	background:#EEEEEE;
}*/
.ccform {
    background: none repeat scroll 0 0 #999999;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
}
.ccform input {
    width: 75%;
}
.post-5 .entry-header {
	display:none;
}

/* ---------------------- Link/ Accent Color ----------------- */
a {
	color: #DB2E2C;
	text-decoration: none;
}
a:hover {
	color: #9F0008;
	text-decoration: underline;
}
::-moz-selection {
	background-color: #F2B447;
	color: #fff;
}
::selection {
	background-color: #F2B447;
	color: #fff;
}

h1.entry-title a:hover,
h2 a:hover {
	color: #F2B447;
}

.breadcrumb {
	background-color: #F2B447;
	border-top: 5px solid #1d61aa;
	border-bottom: 2px solid #1d61aa;
	color: #fff;
	margin-top: 10px;
	margin-top: 1rem;
}

.sidebar h4.widgettitle {
	background-color: #f5f5f5;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#e3e3e3));
	background: -webkit-linear-gradient(top, #f5f5f5, #e3e3e3);
	background:    -moz-linear-gradient(top, #f5f5f5, #e3e3e3);
	background:     -ms-linear-gradient(top, #f5f5f5, #e3e3e3);
	background:      -o-linear-gradient(top, #f5f5f5, #e3e3e3);
	border-bottom: 1px solid #bbb;
	border-left: 3px solid #F2B447;
	padding: 10px 0 10px 10px;
	padding: 1rem 0 1rem 1rem;
}
.pagination li a:hover,
.pagination li.active a {
	background-color: #F2B447;
}

.sidebar-primary .enews input:hover[type="submit"] {
	background-color: #F2B447;
	color: #fff;
}

#header-menu-icon:active::before,
	#primary-menu-icon:active::before,
	#secondary-menu-icon:active::before {
		color: #F2B447;
	}
	
/* ---------------------- END Link/ Accent Color ----------------- */
/* ---------------------- FONT  ----------------- */
.entry-header .entry-meta,
.entry-footer .entry-meta {
	font-family: 'Open Sans', Arial, sans-serif;
}
.content-box-blue,
.content-box-dark,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	font-family: 'Open Sans', Arial, sans-serif;
}
a.button-black,
a.button-blue-green,
a.button-dark-blue,
a.button-dark-orange,
a.button-green,
a.button-grey,
a.button-light-blue,
a.button-light-orange,
a.button-middle-blue,
a.button-pink,
a.button-red {
	font-family: 'Open Sans', Arial, sans-serif;
}
.genesis-nav-menu {
	font-family: 'Open Sans', Arial, sans-serif;
}
.pagination li a {
	font-family: 'Open Sans', Arial, sans-serif;
	text-decoration: none;
}
.sidebar .tagcloud a {
	font-family: 'Open Sans', Arial, sans-serif;
}
button,
input[type="button"],
input[type="submit"],
.btn {
	font-family: 'Open Sans', Arial, sans-serif;
}
a.social-buttons {
	font-family: 'Open Sans', Arial, sans-serif;
}
.wp-caption {
	font-family: 'Open Sans', Arial, sans-serif;
}
.nav-header, .nav-primary, .nav-secondary {
    font-family: 'Open Sans',Arial,sans-serif;
    text-align: center;
}

/* ---------------------- END FONT  ----------------- */
/* -------------------------------------------- Blog Details -------------------------------------------- */

.entry-header .entry-meta, .entry-header .entry-meta a, .entry-footer .entry-meta, .entry-footer .entry-meta a {
    color: #4F3C32;
}


.entry-footer .entry-meta {
    border: 1px solid #7C6957;
    padding: 2.4rem;
}

.post-nav span.next, .post-nav span.prev {
    border-bottom: 1px solid #7C6957;
    display: block;
    margin-bottom: 0.5rem;
}
article.post .entry-content {
    margin-top: 1rem;
    min-height: 150px;
}
img.alignleft, .post-image, .wp-caption.alignleft {
    display: inline;
    margin: 0 2.4rem 2.4rem 0 !important;
}
/* -------------------------------------------- CTA Colors -------------------------------------------- */
.cta.blue
{
  background-color: #006DCC;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#04C));
  background-image: -webkit-linear-gradient(#08C, #04C);
  background-image: -moz-linear-gradient(#08C, #04C);
  background-image: -o-linear-gradient(#08C, #04C);
  background-image: linear-gradient(#08C, #04C);
  background-repeat: repeat-x;
}
.cta.blue:hover
{
  background-color: #006DCC;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#04C), to(#08C));
  background-image: -webkit-linear-gradient(#04C, #08C);
  background-image: -moz-linear-gradient(#04C, #08C);
  background-image: -o-linear-gradient(#04C, #08C);
  background-image: linear-gradient(#04C, #08C);
  background-repeat: repeat-x;
}
.cta.yellow
{
  background-color: #FFBF34;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFE767), to(#FFDF34));
  background-image: -webkit-linear-gradient(#FFE767, #FFDF34);
  background-image: -moz-linear-gradient(#FFE767, #FFDF34);
  background-image: -o-linear-gradient(#FFE767, #FFDF34);
  background-image: linear-gradient(#FFE767, #FFDF34);
  background-repeat: repeat-x;
}
.cta.yellow:hover
{
  background-color: #FFBF34;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFDF34), to(#FFE767));
  background-image: -webkit-linear-gradient(#FFDF34, #FFE767);
  background-image: -moz-linear-gradient(#FFDF34, #FFE767);
  background-image: -o-linear-gradient(#FFDF34, #FFE767);
  background-image: linear-gradient(#FFDF34, #FFE767);
  background-repeat: repeat-x;
}
.cta.orange
{
  background-color: #FAA732;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F69D30), to(#EA5324));
  background-image: -webkit-linear-gradient(#F69D30, #EA5324);
  background-image: -moz-linear-gradient(#F69D30, #EA5324);
  background-image: -o-linear-gradient(#F69D30, #EA5324);
  background-image: linear-gradient(#F69D30, #EA5324);
  background-repeat: repeat-x;
}
.cta.orange:hover
{
  background-color: #FAA732;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EA5324), to(#F69D30));
  background-image: -webkit-linear-gradient(#EA5324, #F69D30);
  background-image: -moz-linear-gradient(#EA5324, #F69D30);
  background-image: -o-linear-gradient(#EA5324, #F69D30);
  background-image: linear-gradient(#EA5324, #F69D30);
  background-repeat: repeat-x;
}


.cta.red
{
  background-color: #DA4F49;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EE5F5B), to(#BD362F));
  background-image: -webkit-linear-gradient(#EE5F5B, #BD362F);
  background-image: -moz-linear-gradient(#EE5F5B, #BD362F);
  background-image: -o-linear-gradient(#EE5F5B, #BD362F);
  background-image: linear-gradient(#EE5F5B, #BD362F);
  background-repeat: repeat-x;
}
.cta.red:hover
{
  background-color: #DA4F49;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BD362F), to(#EE5F5B));
  background-image: -webkit-linear-gradient(#BD362F, #EE5F5B);
  background-image: -moz-linear-gradient(#BD362F, #EE5F5B);
  background-image: -o-linear-gradient(#BD362F, #EE5F5B);
  background-image: linear-gradient(#BD362F, #EE5F5B);
  background-repeat: repeat-x;
}

/* -------------------------------------------- red Ribbon CSS -------------------------------------------- */
.redrib:after {
    border-color: #8A2D22 #8A2D22 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 10px;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
.redrib {
    background-color: #ED1C24;
    box-shadow: 0 2px 4px #000000;
    color: #FFFFFF;
    font-family: open sans;
    font-size: 20px;
    font-weight: 400;
    margin: -70px 0 0 -19px;
    padding: 6px 20px 6px 30px;
    position: absolute;
    text-shadow: 0 1px 2px #000000;
    text-transform: uppercase;
    width: auto;
    z-index: 9999;
}
redrib:hover {
    background-color: #8A2D22;
}
.redrib:after:hover {
    border-color: #000000 #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.redrib a {
    color: #FFF;
}
.redrib a:hover {
    color: #CCC;
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
.redrib {
    font-size: 1.8rem;
}
}

/* --------------------------------------------END  red Ribbon CSS -------------------------------------------- */

	
/* -------------------------------------------- iPads (portrait) -------------------------------------------- */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
.soliloquy-container .soliloquy-control-nav {
	display:none;
}
.welcome-wrap img {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
}
#star {
	display:block; 
}	
#sep {
    color: #FFFFFF;
    display: block;
    max-height: 3px;
}

.tag {
    float: none;
    font-size: 2.4rem;
    margin: 0 auto;
    text-align: center;
}
.tag2 {
    display: inline;
    margin: 0;
}
.site-container {
	margin: 0 auto;
}
#header-menu-icon:before, #primary-menu-icon:before, #secondary-menu-icon:before {
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
}
	.site-header .widget-area {
    float: right;
    margin-top: 20px;
    text-align: center!important;
	width:100% !important;
}
.logo {
    display: block;
    float: none !important;
    margin: 0 auto 10px;
}
.cta {
    float: none;
    margin: 10px auto;
}
.head {
    display: block;
    float: none;
    font-size: 18px;
    margin: 10px auto;
    text-align: center;
    width: 100%;
}
.head p {
	margin-bottom:10px;
}
.site-header .ribbon { 
	margin:0 0 0 5px !important;
}
.ribbon.medium {
    font-size: 1.25em !important;
}
.site-inner {
	clear: both;
	margin: 20px auto;
	overflow: hidden;
	padding: 20px 15px;
}
.site-footer p {
	margin-bottom: 15px;
}
.head .social {
    float: none;
    margin-bottom: 10px;
    width: 100%;
}
.head .social img {
    height: 32px;
    margin: 0 3px 0 0;
    width: 32px;
	float: none;
}
.ccform input {
    width: 100%;
}
.headbg img {
    float: none;
}

}

/* -------------------------------------------- iPhones (portrait and landscape) -------------------------------------------- */
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {


.mlogo {
	display: block;
    margin: 0 auto 2.4rem !important;
}
.location {
    font-size: 14px;
    margin: 0 20px 10px 0;
    text-align: center;
	float: none;
}
.welcome-wrap {
    font-size: 1.8rem;
}
.fax {display:block;}
.txtbx {width:100%;}
.city {width:100%;}
.state {width:15%;}
.zip {width:35%;}
.phonetxt {width:100%;}
.mobiletxtarea {width:100%;}
.wpcf7-submit {margin-left:0;}
.contactform {
    display: block;
	float: left;
	margin-left: 2%;
	width: 100%;
}
.mblock {
    display: block;
    margin-top: 2.4rem;
}
.site-footer .social {
    display: block;
    width: 100%;
}
.site-footer .gototop {
    float: none;
    margin-top: 0;
    width: 100%;
	display:block;
}
}