/*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.8
Last Update: 4/2/14
Template: Genesis - Winfield Child Theme
Template Version: Winfield v3.0.0
*/
body {
	color: #444444;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
/*
body.custom-background {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat!important;
}
*/
.title-area {
    display: none;
}
.site-header {
    background: url("./wp-content/uploads/head-bg.jpg") repeat scroll left top #18196B;
    margin: 0 auto;
    max-width: 100%;
    min-height: 75px;
	  overflow: hidden;
}
.site-header .wrap {
    margin: 0 auto;
    max-width: 1080px;
}
.site-header .widget-area {
    float: right;
    text-align: right;
    width: 100%;
}
.site-container {
    background-color: rgba(255, 255, 255, 0);
    border-top: 0px solid #F2B447;
	border-bottom: 0px solid #F2B447;
    clear: both;
    margin: 0px auto ;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
}
.home-slider {
    margin: 5px auto;
}
.home-slider .wrap {
    margin: 0 auto;
    max-width: 1080px;
	border: 1px solid #CCCCCC;
}
.reserve {
	float:right;
}
/* ---------------------- HEADER ----------------- */
/* ---------------------- HEADER ----------------- */

.logo {
    float: left;
    max-height: 135px;
    max-width: 100%;
    padding: 15px;
}
.tag {
  color: #18196B;
    font-family: 'Cabin',serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    padding: 15px 0;
    text-align: center;
    text-shadow: 2px 2px 0 #FFFFFF;
}
.tag2 {
	color:#FF0000;
	font-family:Georgia, Times, serif;
	font-weight:800;
	letter-spacing: 1px;
	font-size: 30px;
	padding-left:50px;
	font-style:italic;
}
.head {
    color: #FFF;
    float: right;
    font-size: 13px;
	font-size: 1.3rem;
    font-weight: 600;
    padding: 10px 20px 10px;
    padding: 1rem 2rem 1rem;	
    text-align: right;
    width: 30%;
	letter-spacing: 0;
	font-family: 'Lato', Arial, sans-serif;
	text-transform:uppercase;
}
.head a {
	 color: #FFF;
}
header h2  .call {
    font-family: 'Cabin', Arial, sans-serif !important;
    font-weight: 900;
    letter-spacing: 2px;
}
header h2 {
    margin-bottom: auto;
}
header #call h2 a {
	color:#FFF;
}

header #call h2 a:hover, .head a:hover  {
	color: #EBC225;
	text-decoration: none;
	text-shadow: 1px 2px 0px #000;
}
header .widget.widget_nav_menu {
	float:right;
	padding: 40px 0;
}

.site-header .genesis-nav-menu a {
    color: #fff;
    display: block;
    padding: 1rem;
    position: relative;
    text-shadow: none;
}
.site-header .genesis-nav-menu a:hover, .site-header .genesis-nav-menu .current-menu-item > a {
    background-color: transparent;
    color: #F9E257;
}
/* ---------------------- HEADER CENTERED ----------------- 
.logo {
    display: block;
    float: none;
    margin: 1rem auto;
	margin: 10px auto;
    max-height: 135px;
}
.head {
    background: rgba(255, 255, 255, 0);
    color: #333333;
    display: block;
    float: none;
    font-family: 'Cabin', serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 0;
    text-align: center;
    text-shadow: 1px 2px 0 #FFFFFF;
    width: 100%;
}
.head a {
	 color: #333;
}
.head a:hover {
	 color: #7A2F27;
}
.head #info, .head #call, .head #einfo {
    display: inline-block;
    padding: 0 2rem;
	padding: 0 20px;
}
.head #info,.head #call {
	border-right: 1px solid #999999;
}
.head #einfo {
	border-right: 0px solid #999999;
}
/*
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	
.head #info,.head #call {
	border-right: 0px solid #999999 !important;
}	
.head #info, .head #call, .head #einfo {
    display: block;
    margin: 0.25rem auto;
	margin: 2px auto;
}
.head #einfo {
	padding: 0;
}
}
*/

/* -------------------------- Navigation -------------------------- */
.nav-primary, .nav-secondary {
    background:  #d8e4e8;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1EAED', endColorstr='#d8e4e8'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#E1EAED), to(#d8e4e8));
	background: -moz-linear-gradient(top,  #E1EAED,  #d8e4e8);
    border-bottom: 4px solid #9aacac;
    border-top: 4px solid #9aacac;
    margin: 0 auto;
    max-width: 100%;
}
.nav-primary .wrap, .nav-secondary .wrap {
    margin: 0 auto 0;
	max-width: 1080px;
}

.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: rgba(255, 255, 255,0.25); 
    color: #18196B;
	text-decoration:none;
}

.genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a {
color: #000;
}
.genesis-nav-menu {
	font-family: 'Lato', Arial, sans-serif;
    font-size: 1.4rem;
	font-size: 14px;
	letter-spacing:1px;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
}
	
.genesis-nav-menu a {
    padding: 1.5rem 2.4rem !important;
	padding: 15px 24px !important;
	color:#18196B;
}


h1, h2, h3, h4, h5, h6, .entry-title a, .site-title {
    font-family: 'Cabin', serif !important;
	color:#18196B;
	letter-spacing: normal !important;
	text-transform:uppercase;
}

h1 {
    color: #18196B;
    letter-spacing: 1px;
	font-weight:900;
	 font-size: 24px !important;
	font-size: 2.4rem !important;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}
.mainTitles {
    color: #556D93;
    font-weight: bold;
}
.sidebar h4.widgettitle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 0 solid #BBBBBB;
    border-left: 0 solid #003261;
    color: #18196B;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0;
    text-transform: uppercase;
}
blockquote:before {
    color: #aeb657;
    font-family: Arial;
    font-size: 75px;
    left: -28px;
    top: -28px;
}
blockquote {
    background: #F3EEE8;
    border: 1px solid #E1E1E1;
    margin: 25px 0;
    padding: 1.4rem 1.4rem 1.4rem 3.4rem;
	padding: 14px 14px 14px 34px;
}
blockquote p {
    color: #302e2f;
	margin-bottom: 0 !important;
}
cite {
    color: #00569b;
}
cite:before {
    content: "-";
    display: block;
    height: 0;
    position: relative;
	left: -10px;
}
blockquote p cite {
	margin: 5px 0 0 !important;
}







/* -------------------------- HOME WELCOME WIDGET ------------------------ */
.home-welcome {
    background: url("http://entnet2.com/~c78884x1/wp-content/uploads/stripe.png") repeat scroll 0 0 #FFF !important;
}
.home-welcome {
	border-bottom: 0px solid #DDDDDD;
    border-top: 0px solid #DDDDDD;
}
/*
.home-welcome h4.widgettitle {
    color: #18196B;
    font-family: 'Cabin',serif !important;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px !important;
    text-transform: none;
	font-size:22px;
}*/
.welcome-wrap {
    color: #444444;
    font-family: 'Lato',serif !important;
    font-size: 18px;
	 text-align: left;
}

.home-welcome img {
    background: none repeat scroll 0 0 padding-box #FFFFFF;
    border: 0 none;
    border-radius: 0.236em;
    box-shadow: 0 0.077em 0.146em 0 rgba(0, 0, 0, 0.15);
    float: left;
    margin: 0 4rem 1rem 0;
	margin: 0 40px 10px 0;
    padding: 0.618em 0.618em 1.618em;
    transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-moz-transform:    rotate(-2deg);
	-ms-transform:     rotate(-2deg);
	-o-transform:      rotate(-2deg);
}
.home-welcome p {
    font-size: 18px;
    margin-bottom: 1.6rem;
}

/* -------------------------- HOME PAGE WIDGETS  ------------------------ */
/*

.home-left, .home-center, .home-right, .home-4  {
    width: 23%;
	float:left;
	margin-right:2.6%;
}
.home-4 {
	margin-right:0 !important;
}
*/
.home-middle img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 8px solid #18196B;
    border-radius: 4px 4px 0 0;
    margin-bottom: -6px;
    padding: 3px;
    width: 100%;
}
.home-middle a:hover img { box-shadow:0 0 1px rgba(0, 0, 0, 0.25); }
.home-middle h2 {
    font-size: 2rem !important;
	font-size: 20px;
	margin: 15px 0 5px;
	margin:1.5rem 0 .5rem;
}	
.home-middle ul li:before {
    content:"✓ ";
	color:green;
	 margin: 0 5px 0 0;
}
.home-middle ul {
    list-style-type: none;
	-moz-padding-start: 0px;
    display: block;
    margin: 0;
}
.home-middle p  {
    margin:0 0 1rem 0;
}
.home-middle ul {
    -moz-padding-start: 20px;
    display: block;
    margin: 0;
}
.home-middle .widget {
    margin-bottom: 0;
}

/* -------------------------- HM BTN ------------------------ */

.hmbtn {
    background: #18196B; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18196B', endColorstr='#111250'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#18196B), to(#111250));
	background: -moz-linear-gradient(top,  #18196B,  #111250); 
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
    display: block;
   font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px !important;
    text-align: center;
    text-shadow: 0 1px 2px #000;
    text-transform: uppercase;
}
.hmbtn a {
	color: #FFF;
}
.hmbtn a:hover, .hmbtn:hover a {
	color: #F9E257;
	text-decoration:none;
}	
/* -------------------------- HOME BOTTOM WIDGETS ------------------------ */

.home .site-inner {
	display:none;
}
.site-inner, .home-welcome, .home-middle, .home-bottom, .instagram , .breadcrumb {
	background: #FFF;
	margin: 5px auto;
	margin: .5rem auto;
	max-width: 1080px;
	border: 1px solid #CCCCCC;
	padding: 30px;
	padding: 3rem;
	clear: both;
}
.site-inner .wrap, .welcome-wrap, .home-bottom .wrap, .instagram .wrap , .breadcrumb .wrap {
	margin: 0 auto;
	max-width: 1180px;
	padding:0;
}
.home-bottom p {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}
.home-bottom ul {
    -moz-padding-start: 40px;
    display: block;
    list-style-type: disc;
    margin: 1em 0;
}

/*
.home-bottom img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 8px solid #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
    margin-bottom: 15px;
    padding: 3px;
    width: 100%;
	oppacity:.85;
}
.home-bottom a:hover img  { box-shadow:0 0 1px rgba(0, 0, 0, 0.25);oppacity:1; }
*/

.instagram img {
    margin: 5px 10px;
    max-height: 48px;
    opacity: 0.85;
}


/* -------------------------------------------- Bread Crumbs -------------------------------------------- */
.breadcrumb a, .breadcrumb a:visited {
    color: #5E9CE7;
    text-decoration: none;
}
.breadcrumb {
    padding: 1rem !important;
	padding: 10px !important;
	color: #3a84df;
}

/* -------------------------------------------- END  Bread Crumbs-------------------------------------------- */

/* -------------------------- END HOME PAGE WIDGETS ------------------------ */
/* --------------------------  HOME PAGE WIDGET TITLES ------------------------ */
.home-welcome h4.widgettitle {
    font-size: 1.6rem !important;
}


.home-welcome h4.widgettitle:before,
.home-middle h4.widgettitle:before,
.home-bottom .wrap  h4.widgettitle:before,
.instagram .wrap  h4.widgettitle:before, .instagram .wrap  h4.widgettitle:before    {
    margin-right: 12px;
}
.home-welcome h4.widgettitle:after, .home-welcome h4.widgettitle:before,
.home-middle h4.widgettitle:after, .home-middle h4.widgettitle:before,
.home-bottom .wrap  h4.widgettitle:after, .home-bottom .wrap  h4.widgettitle:before,
.instagram .wrap  h4.widgettitle:after, .instagram .wrap  h4.widgettitle:before  {
    border-top: 2px solid #18196B;
    content: " ";
    display: inline-block;
    padding-bottom: 4px;
    width: 15%;
}

.home-welcome h4.widgettitle:after,
.home-middle h4.widgettitle:after,
.home-bottom .wrap  h4.widgettitle:after,
.instagram .wrap  h4.widgettitle:after {
    margin-left: 12px;
}
/*
.home-welcome h4.widgettitle:after, .home-welcome h4.widgettitle:before,
.home-middle h4.widgettitle:after, .home-middle h4.widgettitle:before,
.home-bottom .wrap  h4.widgettitle:after, .home-bottom .wrap  h4.widgettitle:before,
.instagram .wrap  h4.widgettitle:after, .instagram .wrap  h4.widgettitle:before {
    border-top: 2px solid #18196B;
    content: " ";
    display: inline-block;
    padding-bottom: 4px;
    width: 15%;
}
*/
.home-welcome h4.widgettitle,
.home-middle h4.widgettitle,
.home-bottom .wrap  h4.widgettitle,
.instagram .wrap  h4.widgettitle {
    color: #18196B;
    margin: 0px 0 0;
    padding-bottom: 20px;
    text-align: center;
	font-weight:bold;
}
/* -------------------------- BTN ------------------------ */

.btn {
    background: #18196B; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18196B', endColorstr='#111250'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#18196B), to(#111250));
	background: -moz-linear-gradient(top,  #18196B,  #111250); 
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.4rem;
	font-size: 14px;
    letter-spacing: 1px;
    padding: 4px 10px;
    text-decoration: none;
    text-transform: uppercase;
  	margin: 10px 0 20px 0;
   	display: inline-block;
   	font-family: 'Lato', Arial, sans-serif;
    letter-spacing: 1px;
	font-weight:400;
	text-shadow: 0 1px 2px rgba(0,0,0,0.55);
	box-shadow: 0px 2px 0px rgba(0,0,0,0.55);
}
.btn a {
	color: #F9E257;
}	
.btn a:hover,.btn:hover a {
	color: #F9E257;
	text-decoration:none;
}
button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	color:#F9E257;
	text-decoration:none;
}
.btn h1, .btn h2,.btn h3, .btn h4, .btn h5, .btn h6 {
    margin-bottom: 0px;
}


/* -------------------------- END Ribbon BTN ------------------------ */


/* -------------------------- footer widgets  ------------------------ */
.footer-widgets {
    background: #111250;
    border-top: 0px solid #444444;
    text-align: left !important;
}
.footer-widgets .wrap {
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-top: 0px solid #444444;
    font-size: 14px;
    padding: 2.4rem 2.4rem 1rem;
	padding: 24px 24px 10px;
	max-width: 1080px;
}
.footer-widgets .widget {
    margin-bottom: 0;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 24%;
	float: left;
	margin-right: 2.5%;
	
}
.footer-widgets-4 {
    width: 20%;
	float: left;
}

.footer-widgets-2 img {
    max-height: 32px;
    margin: 3px 3px 3px 0;
}

.footer-widgets-3 img, .footer-widgets-4 img {
    clear: both;
    margin: 0 0 -10px;
    max-height: 40px;
    padding: 5px;
}
.footer-widgets-3 img:hover, .footer-widgets-4 img:hover {
	opacity: .75;
}
.footer-widgets, .footer-widgets p, .footer-widgets cite  {
    color: #F2EEE4;
}
.footer-widgets a, .footer-widgets a:visited {
    color: #FFF;
}
.footer-widgets a:hover, .footer-widgets h2 a.call:hover {
    color: #F9E257; 
}

.footer-widgets h1, .footer-widgets h2, .footer-widgets h3, .footer-widgets h5, .footer-widgets h6 {
	color: #FFF;
	 margin-bottom: 0;
}
.footer-widgets h4 {
	color: #fff;
    font-family: 'Lato' !important;
    font-size: 1.5rem;
    font-weight: 900;
    text-shadow: 0 1px 1px #000000;
}


.footer-widgets blockquote {
    padding: 0 0 0 2.4rem;
	padding: 0 0 0 24px;
    background: rgba(255, 255, 255, 0);
    border: 0 solid #E1E1E1;
	margin: 0;
}
.footer-widgets blockquote:before {
	color: #fff;
}

.footer-widgets h2 .call {
	font-weight:800;
	color:#18196B;
	text-shadow: 1px 1px 0 #000000;
	font-family: 'Cabin', sans-serif !important;
}

/* FOOTER Form 
.footer-widgets input, .footer-widgets select, .footer-widgets textarea {
    padding: 3px;
}
.footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="submit"], .footer-widgets .btn {
    background-color: #3A84DF;
    font-size: 11px;
    text-transform: uppercase;
}
.footer-widgets select {
    -moz-appearance: menulist;
    -moz-user-select: none;
    background-color: -moz-combobox;
    border-color: threedface;
    border-style: inset;
    border-width: 2px;
    box-sizing: border-box;
    color: -moz-comboboxtext;
    cursor: default;
    display: inline-block;
    font: -moz-list;
    line-height: normal !important;
    margin: 0;
    overflow: -moz-hidden-unscrollable;
    page-break-inside: avoid;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    white-space: nowrap !important;
    word-wrap: normal !important;
}

.footer-widgets option:checked {
    background-color: -moz-html-cellhighlight !important;
    color: -moz-html-cellhighlighttext !important;
}
.footer-widgets select > option {
    -moz-padding-end: 5px;
    -moz-padding-start: 3px;
    padding-bottom: 0;
    padding-top: 0;
}
.footer-widgets option {
    -moz-user-select: none;
    display: block;
    float: none !important;
    line-height: normal !important;
    min-height: 1em;
    position: static !important;
    text-indent: 0;
    white-space: nowrap !important;
    word-wrap: normal !important;
}
.footer-widgets #text-11 p {
	margin-bottom:3px;
	font-size:12px;
}
.footer-widgets #text-11 h4 {
    margin-bottom: 0;
}
span.wpcf7-form-control-wrap {
    position: relative;
}


/* -------------------------- SITE  FOOTER ------------------------ */
.site-footer {
    background: #111250;
    border-top: 5px solid #ACBEC1;
}
.site-footer .wrap {
 	background:none;
	padding: 2.4rem 2.4rem;
	padding: 24px 24px;
	max-width: 1080px;
}


.site-footer p {
	font-family: 'Lato',sans-serif;
    font-size: 1.2rem;
	font-size: 12px;
    font-weight: 400;
	color: #F2EEE4;
}
.site-footer a {
	color:#F2EEE4;
}
.site-footer a:hover {
	color:#F9E257;
}
.site-footer img {
    height: 48px;
    margin: 0 10px 0 0;
}
.site-footer .gototop {
    float: right;
    margin-top: -20px;
    width: auto;
	font-weight:300;
	display:none;
}


/* ---------------------- end Footer ----------------- */

	
input, select, textarea {
    padding: 0.6rem;
	padding: 6px;
}	
button, input[type="button"], input[type="submit"], .btn {
    padding: .5rem 2.4rem;
	padding: 5px 24px;

}


.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;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    padding: 0 !important;
}

blockquote {
    padding: 1.4rem 1.4rem 1.4rem 3.4rem;
	padding: 14px 14px 14px 34px;
}
.sidebar .widget {
    padding-bottom: 0;
}

.star {
	display:inline;
	color: #ED5E5A; 
}
.sep {
	display:inline; 
}


/* ----------- Forms ----------- */

.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 ----------- */

.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: #3A84DF;
	text-decoration: none;
}
a:hover {
	color: #3D7596;
	text-decoration: underline;
}
/*
::-moz-selection {
	background-color: #F2B447;
	color: #fff;
}
::selection {
	background-color: #F2B447;
	color: #fff;
}
*/


/* ---------------------- END Link/ Accent Color ----------------- */
/* ---------------------- FONT  ----------------- */
.entry-header .entry-meta,
.entry-footer .entry-meta {
	font-family: 'Lato', 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: 'Lato', 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: 'Lato', Arial, sans-serif;
}

.pagination li a {
	font-family: 'Lato', Arial, sans-serif;
	text-decoration: none;
}
.sidebar .tagcloud a {
	font-family: 'Lato', Arial, sans-serif;
}
button,
input[type="button"],
input[type="submit"],
.btn {
	font-family: 'Lato', Arial, sans-serif;
}
a.social-buttons {
	font-family: 'Lato', Arial, sans-serif;
}
.wp-caption {
	font-family: 'Lato', Arial, sans-serif;
}
.nav-header, .nav-primary, .nav-secondary {
    font-family: 'Lato',Arial,sans-serif;
    text-align: center;
}

/* ---------------------- END FONT  ----------------- */
/* ---------------------- END FONT  ----------------- */
/* -------------------------------------------- Blog Details -------------------------------------------- */

.entry-header .entry-meta, .entry-header .entry-meta a, .entry-footer .entry-meta, .entry-footer .entry-meta a {
    color: #013668;
}


.entry-footer .entry-meta {
    border: 1px solid #7C6957;
    padding: 2.4rem;
	padding: 24px;
}

.post-nav span.next, .post-nav span.prev {
    border-bottom: 1px solid #7C6957;
    display: block;
    margin-bottom: 0.5rem;
	margin-bottom: 5px;
}
img.alignleft, .post-image, .wp-caption.alignleft {
    display: inline;
    margin: 0 2.4rem 2.4rem 0 !important;
	margin: 0 24px 24px 0 !important;
}


.entry-footer {
	display:none;
}

.entry-meta {
	font-style:italic;
	font-weight:300;
}

.entry-header h2 a:visited {
    color: #254A87;
}
h1.entry-title a:hover,
h2 a:hover {
	color: #254A87;
}


.soliloquy-container .soliloquy-control-nav {
	display:none;
}
/* 04f - Column Classes ----------- */

.one-fifth, .two-fifths, .three-fifths, .four-fifths {
	float: left;
	margin-left: 2.25%;
}
.one-fifth {
	width: 17.5%;
}
.two-fifths {
	width: 37.5%;
}
.three-fifths {
	width: 57.5%;
}
.four-fifths {
	width: 77.5%;
}
/* -------------------------------------------- iPads (landscape) -------------------------------------------- */
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
.footer-widgets, .site-container, .site-footer {
    max-width: 100%;
}
}	
/* -------------------------------------------- iPads (portrait) -------------------------------------------- */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

.home-left, .home-center, .home-right, .home-4 {
    width: 46%;
	float:left;
	margin-right:2.6%;
}
.home-4 {
	margin-right:0 !important;
}



header .one-third {
	width:100%;
}
.home-middle .widget {
    margin-bottom: 1.6rem;
	margin-bottom: 16px;
}
.hmbtn {
    font-size: 16px;
    letter-spacing: 0;
}	
	
	
	.home-welcome h4.widgettitle:before,
.home-middle h4.widgettitle:before,
.home-bottom .wrap  h4.widgettitle:before,
.instagram .wrap  h4.widgettitle:before, .instagram .wrap  h4.widgettitle:before    {
    margin-right: 0;
}
.home-welcome h4.widgettitle:after, .home-welcome h4.widgettitle:before,
.home-middle h4.widgettitle:after, .home-middle h4.widgettitle:before,
.home-bottom .wrap  h4.widgettitle:after, .home-bottom .wrap  h4.widgettitle:before,
.instagram .wrap  h4.widgettitle:after, .instagram .wrap  h4.widgettitle:before  {
    display: none;
}

.home-welcome h4.widgettitle:after,
.home-middle h4.widgettitle:after,
.home-bottom .wrap  h4.widgettitle:after,
.instagram .wrap  h4.widgettitle:after {
    margin-left: 0;
}


.nav-primary, .nav-secondary {
	border-radius: 0;
}
.footer-widgets .widget, .home-bottom .widget {
    margin-bottom: 2.4rem;
}

.footer-widgets #sfstest-sidebar blockquote:before {
    display: none;
}

.home-left, .home-center, .home-right {
    width: 30.9091%;
	float: left;
	margin-right: 3.38983%;
}
.home-right {
	margin-right: 0 !important;
}

	.site-footer .wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.site-container .sidebar-primary,
	.site-container .content,
	.site-container .content-sidebar-wrap,
	.site-container .sidebar-secondary {
		width: 100%;
	}

.soliloquy-container .soliloquy-control-nav {
	display:none;
}
#header-menu-icon:hover::before, #primary-menu-icon:hover::before, #secondary-menu-icon:hover::before {
color: #ccc;
}
.star {
	display:block; 
}	
.sep {
    display: block;
    max-height: 3px;
    opacity: 0;
}

table {
    font-size:1.2rem;
}

.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;
    text-align: center !important;
    width: 100% !important;
}
.logo {
    display: block;
    float: none !important;
    margin: 0 auto;
}
.head {
    display: block;
    text-align: center;
	padding: 2rem 0;
	padding: 20px 0;
	width:100%;
}

.head p {
	margin-bottom:10px;
}
.tag {
    font-size: 2.4rem;
	font-size: 24px;
    padding: 15px 0;
    text-align: center;
	width:100%;
}
.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;
}

.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) {
	.tag2 {
    padding-left: 0;
}
	
.footer-widgets {
    text-align: center !important;
}
.one-fifth, .two-fifths, .three-fifths, .four-fifths,
.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.home-center,
	.home-left,
	.home-right,
	.home-4,
	.site-footer .wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.site-container .sidebar-primary,
	.site-container .content,
	.site-container .content-sidebar-wrap,
	.site-container .sidebar-secondary {
		width: 100%;
	}


.logo {
    display: block;
    float: none !important;
    margin: 0 auto;
}
.head {
    display: block;
    float: none !important;
    margin: 0 auto;
	width:100%;
}
.tag {
     display: block;
    float: none !important;
    margin: 0 auto;
	width:100%
}

.site-header {
padding: 0 2%;
}
.home-middle, .home-bottom {
padding: 2rem;
}
.mlogo {
	display: block;
    margin: 0 auto 2.4rem !important;
	margin: 0 auto 24px !important;
}
.location {
    font-size: 14px;
    margin: 0 20px 10px 0;
    text-align: center;
	float: none;
}
.welcome-wrap {
    font-size: 1.8rem;
	font-size: 18px;
}
.instagram img {
    margin: 0 2px;
    max-height: 27px;
    opacity: 0.85;
}
.home-bottom ul {
    -moz-padding-start: 30px;
    display: block;
    list-style-type: disc;
    margin: 0;
}
.home-welcome img {
    transform: none;
	-webkit-transform: none;
	-moz-transform:    none;
	-ms-transform:     none;
	-o-transform:      none;
}

.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;
	margin-top: 24px;
}

header .hours {
	display: block;
}
.site-footer .gototop {
    float: none;
    margin-top: 0;
    width: 100%;
	display:block;
}
table {
    font-size:1.2rem;
}

}