@import url("../twentythirteen/style.css");/*
Theme Name: Landline Theme
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 99
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */


body {
	background:#e0e0e0;
	color: #000;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	color: #fff;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sans',verdana,arial;
	line-height: 1.1;
}

h1 {
	font-size: 28px;
	margin: 5px 0;
	color:#006838;
	font-weight:normal;
	text-align:center;
}

h2 {
	font-size: 22px;
	margin: 5px 0;
	font-weight: normal;
	color:#43627f;
}


h3 {
	font-size: 18px;
	margin: 5px 0;
	font-weight: normal;
	color:#43627f;
}


h4 {
	font-size: 12px;
	margin: 5px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
	font-size: 16px;
	padding-right:20px;
}

li {
	font-size: 16px;
}

code,
kbd,
pre,


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.site-main {
	position: relative;
	padding:0 20px;
	margin:0;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 95%;
}
.site-content {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	background:#eaf4d8;
	padding:20px;
}
#page {
	margin:0 auto;
	max-width:100%;
	width:100%;
	background:#e0e0e0;

}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------###
 */
#header-outer {
	max-width:100%;
	width:100%;
	background:url('images/bg1.jpg') repeat-x;
}

#header-wrapper {
	position:relative;
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
}
	
.phone-number {
	position:absolute;
	top:70%;
	right:2%;
	font-size:22px;
	color:#fff;
	line-height:22px;
}
.phone-number a,
.phone-number1 a{
	color:#fff !important;
}
#header-img { 
	max-width:100%; 
	margin:0 auto 0 auto; 
}
banner#full {
	display:block;
}
banner#mobile {
	display:none;
}
#header-img h3 {
	float:right;
	text-align:right;	
	font-size:18px;
	color:#16406e;
	margin-top:20px;
}
.site-header {
	width:100%;
	height:auto;
	padding: 0;
	margin:0 auto;
}
.site-header img {
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto 0 auto;
}
.site-header a,a:hover,a:visited {
	color:#000;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px verdana,arial;
	margin: 0;
}
#full-slider {
	max-width:100%;
	width:100%;
	padding-left:0px;
}
#full-slider img{
	max-width:100%;
	width:100%;
}

.nav-buttons {
	max-width:1200px;
	width:100%;
	color:#fff;
	margin:0 auto 0 auto;
	padding: 0;
	text-align:center;
}
.nav-buttons-wrapper {
	float:left;
	max-width:100%;
	width:100%;	
	padding:0;
	margin:0;
}
.homelink1 {
	float:left;
	max-width:30%;
	width:100%;
	padding:0 5px;
	min-height:220px;
}
.homelink2 {
	float:left;
	max-width:30%;
	width:100%;
	padding:0 5px;
	min-height:220px;
}
.homelink3 {
	float:left;
	max-width:30%;
	width:100%;
	padding:0 5px;
	min-height:220px;
}
.homelink4 {
	float:left;
	max-width:30%;
	width:100%;
	padding:0 5px;
	min-height:220px;
}
.homelink5 {
	float:left;
	max-width:30%;
	width:100%;
	padding:0 5px;
	min-height:220px;
}
.homelink6 {
	float:left;
	display:block;
	max-width:30%;
	width:100%;
	padding:0 5px;
	min-height:220px;
}
.homelink6::after {
    content: url('images/horizontal-line.jpg');
}
.vborder {
	float:left;
	background:url('images/vertical-line.jpg') no-repeat 0 40px;
	max-width:2%;
	width:100%;
	height:250px;
	padding-top:30px;
	padding-left:2px;
	padding-right:2px;
}
.hborder {
	float:left;
	background:url('images/horizontal-line.jpg') no-repeat ;
	width:100%;
	height:20px;
	padding-left:2px;
	padding-right:2px;
}
.nav-buttons-footer {
	float:left;
	background:#16416e;
	color:#efd660;
	max-width:1200px;
	width:100%;
	margin:0 auto 0 auto;
	height:auto;
}

.nav-buttons-footer p{
	float:left;
	padding:5px 0;
	font-size:25px;
	letter-spacing: 5px;
	text-align:left;
	text-indent:20px;
	height:auto;
}
#row1 {
	max-width:100%;
	margin:0 auto;
	text-align:center;
}

#row1 img{
	padding:5px;
}




/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */


.main-navigation {
	clear: both;
	margin:0 ;
	max-width: 100%;
	position: relative;
	background:#333;
	min-height:auto;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
	max-width:1200px;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	max-width:10.5%;
	width:100%;
	margin:0;
	padding:0;
}

.nav-menu li a {
	color: #fff;
	font-family: 'Open Sans',verdana,arial;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 8px 0;
	text-decoration: none;
	text-align:center;
	margin:0 ;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	color:#43627f;
	background:#eaf4d8;
}

.nav-menu .sub-menu,
.nav-menu .children {
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
	border:none;
	background-color: #43627f; 
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 90%;
	top: 0;
	width:250px;
	border:1px #43627f solid;
}
.nav-menu .sub-menu li,
.nav-menu .children li{
	max-width:100%;
	padding:0;
	width:250px;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	padding:10px 30px;
	text-align:center;
	width:250px;
	background-color: #43627f; 
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #c6c7d6;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	background:#eaf4d8;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
}

.menu-toggle {
	display: none;
}


/* Navbar */
.navbar {
	background:#fff;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}


.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 20px 0;
}
.blog-title {
	font-weight: normal;
	margin: 0;
	padding: 30px 0;
}

.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 65%;
	width: 100%;
}
.entry-header {
	width: auto;
}
	
.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 100%;
	width:100%;
	padding: 0 30% 0 20px;
}
.seo {
	font-size:11px;	
}
.footer-address {
	font-size:12px;	
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
	float:left;
}

.entry-header {
	margin-bottom: 10px;
}

.entry-title {
	font-weight: normal;
	margin: 0;
	padding:10px 0;
	padding-left:0;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 13px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
	float:left;
}

.entry-content a,
.comment-content a {
	color: #179fda;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -20px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}


#products-wrapper {
	float:left;
	max-width:100%;
	width:100%;
}
#prod-col1 {
	float:left;
	max-width:32%;
	width:100%;
}
#prod-col2 {
	float:left;
	max-width:32%;
	width:100%;
}
#prod-col3 {
	float:left;
	max-width:32%;
	width:100%;
}
.csRow ul{
	margin:0;
	padding-left:20px;
}
.csRow p{
	margin:0;
	margin-bottom:10px;
}
	
/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	max-width: 30%;
	width:100%;
	background:#fff;
	padding-right:10px;
}
	
.site-main .widget-area p{
	margin:0;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px 20px 0 20px;
	word-wrap: break-word;
	border-right:3px #43627f solid; 
	padding-right:5px;
	background: transparent ;
}
.site-main .widget-bottom {
	background:url('images/widget-bottom-image.jpg') no-repeat;
	max-width:100%;
	width:100%;
	float:right;
	height:50px;
	margin-top:20px;
}
.site-main .widget-bottom img {
	float:right;
}
.widget .widget-title {
	font: 200 italic 20px verdana,arial;
	margin: 0 0 10px;
	color:#000;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #4575b5; /* Old browsers */
	background: -webkit-linear-gradient(top, #4575b5 0%, #2d65ad 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #4575b5 0%, #2d65ad 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #4575b5;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #2d65ad; /* Old browsers */
	background: -webkit-linear-gradient(top, #2d65ad 0%, #1f487d 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #2d65ad 0%, #1f487d 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #2d65ad; /* Old browsers */
	background: -webkit-linear-gradient(top, #2d65ad 0%, #4575b5 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #2d65ad 0%, #4575b5 100%); /* W3C */
	border: none;
	border-top: 3px solid #2d65ad;
	padding: 10px 24px 11px;
}
#join-form {
	max-width:600px;
	width:100%;
}
#join-form .ptext{
	max-width:600px;
	width:100%;
	margin:0;
}
#join-form .pdata{
	max-width:600px;
	width:100%;
}
#join-form textarea{
	max-width:600px;
	width:100%;
}
/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

#footer-band {
	float:left;
	background:#4575b5;	
	width:100%;
	height:auto;
	margin-top:10px;
} 
#footer-wrapper {
	max-width:100%;
	width:100%;
	float:left;
}
.site-footer {
	max-width:1200px;
	width:100%;
	color: #000;
	font-size: 14px;
	text-align: center;
	margin:0 auto 0 auto;
	padding:20px;
	background:#eaf4d8;
	border-top:1px #333 solid;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #252122;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -118px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

#colophon {
	max-width:1200px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#colophon p.left {
	float:left;
	color: #cdcdcd;
	max-width:70%;
	width:100%;
	text-decoration: none;
	font-size:10px;
	font-family:'Open Sans', verdana;
	margin:10px 50px;
	text-align:center;
}
#colophon p.right {
	width:120px;
	float:right;	
	text-decoration: none;
	font-size:10px;
	font-family:'Open Sans', verdana;
	line-height:15px;
}
#colophon a {
	color: #43627f;
	text-decoration: none;
}
.logos {
	max-width:700px;
	width:100%;
	float:left;
	margin:0 auto 0 auto;
}	

#footer-pages {
	max-width:1200px;
	margin:0px 0px 20px 30px;
	
}
#footer-pages a {
	margin:0 20px;
}
#footer-pages a:hover {
	text-decoration:underline;
}
#social-media {
	margin-left:50px;
	margin-bottom:350px;
}
#social-media img {
	margin: 0 3px;
}

#advert {
	font-family:'Open Sans', verdana;
	color: #fff;
	font-size: 10px;
	padding:10px 0;
	height: auto;
	max-width: 1200px;
	margin:0 auto 0 auto;
}
#advert .seo {
	color:#fdfdfd;
	max-width:70%;
	width:100%;
	float:left;
	text-align:center;
	font-family:'Open Sans', verdana;
	font-size:11px;	
	line-height:15px;
	padding:10px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
#advert .fwad {
	color:#fdfdfd;
	max-width:18%;
	width:100%;
	float:right;
}

#advert img {
	float:right;
	padding:0px;
	margin:0;
}

#advert p {
	line-height:14px;
	text-align:left;
	margin-top:10px;
	font-size:12px;
}
#advert h3 {
	color:#fff;	
}
#advert small a {
	color:#235185 ;	
}
#advert small a:hover {
	color:#235185 ;	
}

#advert a {
	color:#ccdcdc;
}
#advert a:hover {
	color:#fff;
	text-decoration:none;
}
.signature {
	font-family:'Great Vibes';
	font-size:28px;
}
#footer-left {
	float:left;
	max-width:15%;
	width:100%;	
}
#footer-left p{
	font-size:12px
}
#footer-menu {
	float:left;
	max-width:70%;
	width:100%;	
	padding-top:20px;
}

#footer-right {
	float:left;
	max-width:15%;
	width:100%;	
	padding-top:20px;
}
#footer-right p{
	font-size:18px;
	color:#fff !important;
}
#bottom-line {
	float:left;
	width:80%;
	height:24px;
	background:url('images/line-mark-footer.jpg') repeat-x;
}


.img-responsive {
	width:100%;
	height:auto;
}
	
.youtube {
	float:left;
	max-width:60%;
	width:100%;
	height:60%;
}
#contact-wrapper {
	float:left;
	text-align: left;
	padding: 0px;
	margin:	0px 0 0 0px ;
}

#contactlhs {
	float:left;
	width:50%;
	padding:0 ;
	margin:0;
}
#contactrhs {
	float:left;
	width:50%;
	padding:0 0  0 10px;
	margin:0;
}
.form-area {
	margin-top:-20px;
	float:right;
	padding:10px;
	border:1px #16406e solid;
	border-radius:5px;
}

.form-area p{
	padding:0;
	margin:0;
	font-size:14px;
}
.form-area input{
	width:90%;
	padding:2px;
}
.form-area .form-button{
	width:50%;
	padding:5px;
}
#blogwrapper {
	max-width:100%;
	width:100%;	
	font-family:verdana;
	font-size:12px;
	color:#43627f;
	list-style-type: none;
	line-height:17px;
	border-bottom:1px dashed #dcdcdc;
	padding:5px;
	margin:20px 10px 10px 10px;
}
#blogwrapper h2 {
	color:#43627f;
	font-family:verdana;	
	font-size:14px;
	font-weight:bold;
	margin:-5px  0px 0px 0px;
	padding:0px;
}
#blogwrapper .feedTitle {
	font-size:14px;	
}
#blogwrapper  ul{
	padding:0;
}
#blogwrapper  li{
	list-style-type: none;
	border-bottom:1px #dcdcdc dashed;
	font-size:12px;
}
#blogwrapper .date {
	font-size:12px;
}
#blogwrapper a:hover {
	color:#43627f;
	font-family:verdana;	
	font-size:12px;
}
#blogwrapper a:visited {
	color:#43627f;
}
#creditfooter {
	display: none;
}
#members-summary-grid {
	float:left;
	max-width:95%;
	width:100%;	
	margin:20px 0 0 20px;	
}
#members-summary-row  {
	float:left;
	max-width:100%;
	width:100%;
	margin:5px 0;
}
#member-info {
	float:left;
	max-width:25%;
	width:100%;
	text-align:center;
	min-height:150px;
}
#member-info a{
	color:#43627f;
	font-size:18px;
}
#member-info a:hover{
	color:#43627f;
	text-decoration:underline;
}

#members-summary-grid img {
	max-width:150px;
	width:100%;
}

#recipes p{
	float:left;
}
#recipe-wrapper {
	max-width:100%;
	width:100%;
	float:left;
	margin-top:20px;
}
#recipe-image {
	float:left;
	text-align:right;
	width:20%;
}
#recipe-descr{
	float:left;
	width:60%;
	margin-left:5%;
}
/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #fff;
}

.archive-title,
.archive-meta {
	font: 400 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}



@media (max-width: 999px) {

	.site-main .sidebar-container {	
		max-width: 100%;
	}

}


/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px)and (orientation : portrait) {
	
	#header-wrapper {
		background:none;	
	} 


	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
	.widget-area {
		margin:0 0 0 20px;	
	}
	.widget-area a {
		margin:0 0 0 20px;	
	}
	.sidebar-inner {
		width:100%;	
		
	}
	#footer-left {
		max-width:100%;
	}
	#footer-right {
		max-width:100%;
	
	}
	
	#advert img {
		margin:0;
	}
}

@media (max-width: 643px) {
	banner#full {
		display:none;
	}
	banner#mobile {
		display:block;
		
	}
	
	.site-title {
		font-size: 30px;
	}
	
	.site-main {    
		padding:0 5px;
	}
	
	#full-slider {
		padding-left:0px;
	}
	.phone-number {
		position:absolute;
		font-size:15px;
		line-height:16px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */

	.main-navigation {
		clear: both;
		margin:0;
	}
	
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 verdana,arial;
		margin: 0;
		padding: 0;
		margin-left:10px;
		color:#6eb41e;
		width:39px;
		height:32px;
	}
	.menu-toggle::after {
		display:none
	}
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		width:45px;
		height:45px;
		background:url('images/menu-bar.jpg') no-repeat;
		margin-top:10px;
	}


	.nav-menu li {
		max-width:100%;
	}
	.nav-menu li a {
		color: #fff;
		font-family:'Open Sans', verdana;
		display: block;
		font-size: 17px;
		line-height: 1;
		padding: 15px 0px;
		text-decoration: none;
		background-color:#43627f;
		width:100%;
		text-align:center;
		margin:0 ;
	}
	
	.nav-menu li:hover > a,
	.nav-menu li a:hover {
		background-color: #36c0ee;
		color: #000;
	}
	
	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}
	.nav-menu .sub-menu li, .nav-menu .children li {
		width:100%;
	}
	
	.toggled-on .nav-menu li > ul {
		background-color: #36c0ee;
		color: #fff;
		display: block;
		font-size: 15px;
		float: none;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #fff;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: #36c0ee;
		color: #000;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #fff;
		color: #36c0ee;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	
	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
	
	#prod-col1 {
		max-width:100%;
	}
	#prod-col2 {
		max-width:100%;
	}
	#prod-col3 {
		max-width:100%;
	}
	
	.entry-content, .entry-summary, .entry-meta {	
		max-width:98%;
	}
	.site-main .sidebar-container {	
		position:relative;
	}
	.site-main .widget-area {
		max-width:98%;
		float:left;
	}
	#member-info {
		max-width:100%;
	}
	
	#advert .seo{	
		display:none;
		
	}
	#social-media {
		margin-left:20px;
		margin-bottom:50px;
	}
		
	
	#contact-wrapper {
		text-align: left;
		padding: 0px 5px 0px 5px;
		margin:	0px 0 0 0px ;
	}
	#contact {
		text-align: left;
		padding: 0px 5px 0px 5px;
		margin:	0px 0 0 0px ;
	}
	
	#contactlhs {
		width:100%;
		padding:0 0  0 10px;
		margin:0;
	}
	#contactrhs {
		width:100%;
		padding:0 0  0 10px;
		margin:0;
	}
	#footer-menu {
		max-width:100%;
	}
	.homelink1 {
		max-width:100%;
	}
	.homelink2 {
		max-width:100%;
	}
	.homelink3 {
		max-width:100%;
	}
	.homelink4 {
		max-width:100%;
	}
	.homelink5 {
		max-width:100%;
	}
	.homelink6 {
		max-width:100%;
	}
	.homelink6::after {
	    display:none;
	}
	.vborder {
	    display:none;
	}
	.hborder {
	    display:none;
	}

}
	
