/*
Theme Name: Altra Blueprint
Theme URI: www.altramarketing.com
Author: Altra Web Design
Author URI: http://www.altramarketing.com
Description: Customized Wordpress Theme developed for Altra Client 
Version: 1.3.3
Updated: 02-14-2016
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
GitHub Theme URI: https://github.com/AltraWebDesign/altrablueprint
GitHub Branch:    master

*/

/*****************************************
*RESET
******************************************/	
body {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block
}
ol, ul {
	list-style: none
}
table {
	border-collapse: separate;
	border-spacing: 0
}
caption, td, th {
	font-weight: 400;
	text-align: left
}
blockquote:after, blockquote:before, q:after, q:before {
	font-family: fontawesome;
	color: #ED4176;
}
blockquote:before {
	content: '\f10d';
	position: relative;
	left: -30px;
}
blockquote:after {
	content: '\f10e';
	position: relative;
	right: -100%;
}
blockquote, q {
	quotes: "" ""
}
a:focus {
	outline: dotted thin
}
a:active, a:hover {
	outline: 0
}
a img {
	border: 0
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
}
pre {
	max-width: 100%;
	padding: 1.6em;
	margin-bottom: 2em!important;
	overflow: auto;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	text-decoration: none;
	background: #fff9c0;
}
sup, sub {
	position: relative;
	height: 0;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
hr {
	height: 1px;
	margin-bottom: 1.5em;
	background-color: #ccc;
	border: 0;
}
ul, ol {
	margin: 0 0 1em 1em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	width: 100%;
	margin: 0 0 1.5em;
}
th {
	font-weight: bold;
}

/*****************************************
*ROYALSLIDER SETTINGS REMOVES THE BACKGROUND TO THE ROYALSLIDER  (KEEP THIS ALWAYS)
******************************************/
body .royalSlider,  body .royalSlider .rsOverflow,  body .royalSlider .rsSlide,  body .royalSlider .rsVideoFrameHolder,  body .royalSlider .rsThumbs {
	background: none;
}
/* Fixes FOUC (Flash of Unstyled Content on Royalslider) */
body .royalSlider > .rsContent {
	overflow: hidden;
}
/*****************************************
*RESPONSIVE VIDEO (jquery is used to wrap embeded videos)
******************************************/
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe,  .video-wrapper object,  .video-wrapper embed,  .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*****************************************
*BODY
******************************************/
body {}
body, button, input, select, textarea li, td {
	font-family: Arial, sans-serif;
	line-height: 1.8em;
	color: #55555D;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.1em;
	margin: 0 0 .5em 0;
	font-weight: bold;
}
h2 {font-size: 40px; font-size: 4rem; }
h3 {font-size: 36px; font-size: 3.6rem; }
h4 {font-size: 32px; font-size: 3.2rem; }
h5 {font-size: 28px; font-size: 2.8rem; }
h6 {font-size: 24px; font-size: 2.4rem; }
p {	margin: 0 0 1.5em 0;}
li {margin-bottom: 1em;}
h1, h1.entry-title {font-size: 50px; font-size: 5rem;font-weight: bold; }
body h1, body h1.entry-title {margin-bottom:0;}
blockquote cite {
}
::selection {
	background-color: #0C6DA7;
	color: #fff;
}
body .gc-cs-link {
    color: inherit;
    text-decoration: inherit;
}
.compact_80 {font-size: 12px; font-size: 1.2rem;line-height: 1.4em;}

/*****************************************
*FORMS
******************************************/
button, input, select, textarea {
	vertical-align: baseline; 
	vertical-align: middle; 
	margin: 0; 
	font-size: 100%; 
}
button,  input[type="button"],  input[type="reset"],  input[type="submit"] {
	color: #0a0a0a; 
	background-color: #DFDFDF;
	cursor: pointer; 
	-webkit-appearance: button; 
	padding: 0px 10px; 
	border-radius: 10%;
	text-decoration: none;
}
button:hover,  input[type="button"]:hover,  input[type="reset"]:hover,  input[type="submit"]:hover {
	background: #e5e5e5;
	text-decoration: none;
}
button:focus,  input[type="button"]:focus,  input[type="reset"]:focus,  input[type="submit"]:focus,  button:active,  input[type="button"]:active,  input[type="reset"]:active,  input[type="submit"]:active {
	background: #E5E5E5;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0; 
}
input[type="search"] {
	-webkit-appearance: textfield; 
	width: 100%;
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner,  input::-moz-focus-inner {
	padding: 0;
	border: 0; 
}
input[type="text"],  input[type="email"],  input[type="url"],  input[type="password"],  input[type="search"],  textarea {
	padding: 2px;
	color: #333;
	border: 1px solid #ccc;
}
input[type="text"]:focus,  input[type="email"]:focus,  input[type="url"]:focus,  input[type="password"]:focus,  input[type="search"]:focus,  textarea:focus {
	color: #111;
}
textarea {
	width: 100%;
	vertical-align: top; 
	overflow: auto; 
}
.comment-awaiting-moderation { 
	padding: .5% 1%;
	margin: 1% 0;
	color: #fff;
	background: #84bd68;
}
body form {
	font-size: .9em;
	line-height: 1.2em;
}
body .gform_description {
	line-height: 1.8em;
}
/* FOOTER FORM */
body footer#colophon .gform_wrapper .gform_footer {
	margin: 5px 5px 0 0;
	padding: 0;
	text-align: right;
}
footer .gform_wrapper textarea {
	height: 40px;
}
footer .gform_wrapper ul li {
	margin-bottom: 3px;
	padding: 0;
}
footer .gform_wrapper ul li label {
	text-align: right;
	padding-right: 3px;
	font-size: 1.3rem;
}
footer .gform_wrapper input.large, footer .gform_wrapper select.large, footer .gform_wrapper textarea.textarea {
	padding: 2px;
	background: #D5CDB8;
	border: 1px inset;
}
/*****************************************
*ACCESSIBILITY
******************************************/
	/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
	clip: auto !important;
	display: block;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	font-weight: bold;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: normal;
	color: #21759b;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
/*****************************************
*CLEARINGS
******************************************/
.clear:before, .clear:after,  .entry-content:before,  .entry-content:after,  .comment-content:before,  .comment-content:after,  .site-header:before,  .site-header:after,  .site-content:before,  .site-content:after,  .site-footer:before,  .site-footer:after {
	display: table;
	content: '';
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*****************************************
*ALIGNMENTS
******************************************/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-bottom: 1em;
	margin-left: 1.5em;
}
.aligncenter {
	display: block;
	margin: 0 auto 1.6em;
	clear: both;
}

/*****************************************
*DEFAULT HEADER STUFF
******************************************/
.site-title {
	font-weight: 700;
	font-size: 4rem;
	text-transform: uppercase;
	line-height: normal;
	padding-bottom: 1%;
}
.site-description {
	font-weight: 100;
	font-size: 2rem;
}
#site-branding a { text-decoration: none;}
.site-title a, .site-description {color: #fff;}
.header-image img {	display: block;	margin: 0 auto;}
.header-background-image {
	background: no-repeat center;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
}
.header-background-image .title-box {background: #333;}
/* Header search */
.search-toggle {	float: right;	width: 54px;	height: 54px;	padding: 12px;	margin-right: 20px;	color: #fff;	text-align: center;	cursor: pointer;}
.search-toggle:hover, .search-toggle.active {background: #4d4d4d;}
.search-toggle .screen-reader-text {top: 0;	right: 0;}
.search-box-wrapper {	z-index: 2;	width: 100%;}
.search-box {	padding: 1em;	background: #4d4d4d;}
.search-box .search-field {	max-width: 362px;	float: right;	padding: 1% 2% 1% 4%;	font-size: 2rem;	background-color: #fff;	border: 0;}
input.search-field {    width: 100px;    font-size: 12px;    line-height: 1.0;    border: 2px groove #CCC;    background: lightyellow;    border-radius: 10px;    padding: 2px 5px 2px 20px;}
input.search-submit {    font-size: 1.2rem;    line-height: 1.2em;    border-radius: 10px;    padding: 0 3px;    border-width: 2px;    border-style: outset;}
.hide {	display: none;}
.error404 .search-submit, .search .search-submit, .search-box .search-submit {	display: none;}
/*****************************************
*LINKS
******************************************/
.readmore-wrapper {		text-align: center;}
.entry-content a.readmore {	text-decoration: none;	margin-top: 2%;}
a {	color: #2158a3;	text-decoration: underline;}
a:hover, a:focus, a:active {	text-decoration: underline;}
a.readmore, span.readmore a {
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	line-height: 1.2em;
	padding: 5px 10px;
	display: inline-block;
	transition: background,  1s, ease-out; 
	-webkit-transition: background, 1s, ease-out;
}
a.readmore:hover, span.readmore a:hover {
	color: #000000;
	background-color: #CCC;
}
/*****************************************
*COLUMNS
******************************************/
.awd_col-1-1 {width: 100%;}
.awd_col-1-2 {width: 49.2%;}
.awd_col-1-3 {width: 32.2%;}
.awd_col-2-3 {width: 66.1%;}
.awd_col-1-4 {width: 23.8%;}
.awd_col-2-4 {width: 49.2%;}
.awd_col-3-4 {width: 74.6%;}
.awd_col-1-5 {width: 18.72%}
.awd_col-1-6 {width: 15.33%}
.last {margin-right: 0 !important;}
[class*='awd_col-'] {float: left;margin: 1% 0 1% 1.6%;}
[class*='awd_col-']:first-child {margin-left: 0;}
.search-term {background: #FBDE16;}

/*****************************************
*NAVIGATION MENU - MAIN
******************************************/
/* BASE SETTINGS FOR THE MAIN MENU DIV*/
  .main-navigation {
	position: relative;
	display: block;
	width: 100%;
}
.menu-primary-navigation-container {
	display: table;
	margin: 0 auto;
}
.main-navigation ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.main-navigation li {
	position: relative;
	float: left;
	padding: 0px 0;
	margin-bottom: 0px;
}
/* MAIN MENU LINKS */
.main-navigation .nav-menu >li > a {
	color: #FFF;
}
.main-navigation a {
	display: block;
	padding: 10px;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.2em;
}
.main-navigation ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99999;
	display: none;
	float: left;
	padding: 0;
	background: #E1E1E1;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
}
/* TOP LEVEL MENU ITEMS ONLY*/	
.main-navigation .nav-menu >li > a {
	text-align: center;
	padding: 0 1.7em;
	line-height: 3em;
}
.main-navigation .nav-menu >li:first-child > a {
}
/* DROPDOWN ARROW FOR TOP LEVEL */
.main-navigation ul.menu > li.menu-item-has-children > a:after {
	font-family: FontAwesome;
	content: '\f0d7';
	margin-left: 5px;
	font-size: 10px;
}
.main-navigation ul ul ul {
	top: 0;
	left: 100%;
	background: #EEE
}
.main-navigation ul ul a {
	width: 200px;
	color: #55555D;
	line-height: 2em;
	padding: 12px;
	text-transform: none;
	font-weight: 400;
}
.main-navigation ul ul li {
	padding: 0;
}
/* 2ND LEVEL WITH CHILDREN ARROWS */
.main-navigation ul ul li.menu-item-has-children > a:after {
	font-family: 'FontAwesome';
	content: '\f0da';
	position: absolute;
	right: 5px;
}
.main-navigation li:hover > a, .main-navigation li > a:focus {
	color: #bbb;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover, .main-navigation ul ul a:focus {
	background: #55555D;
}
.main-navigation ul li:hover > ul {
	display: block;
}
/* CURRENT ITEM AND HOVER COLORS/SETTINGS */
.main-navigation .nav-menu >li a:hover,  .main-navigation .current_page_item > a,  .main-navigation .current-menu-item > a,  .main-navigation .current_page_item > a:hover,  .main-navigation .current-menu-item > a:hover,  .main-navigation .current_page_item > a:focus,  .main-navigation .current_page_ancestor > a,  .main-navigation .current-menu-item > a:focus {
	color: #00BBFF;
}
/* 2ND LEVEL CURRENT PAGE PARENT  */
.main-navigation ul ul .current_page_parent, .main-navigation .current_page_parent .current_page_item > a {
	color: #bbb;
	background: #313131;
}
/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}
button.menu-toggle:after {
	font-family: 'FontAwesome';
	content: '\f0c9';
	margin-left: 25px;
	font-size: 25px;
	position: relative;
	top: 0px;
}

/*****************************************
*SOCIAL MENU USING CSS SPRITE IMAGE
******************************************/
#menu-social {clear: both;}
#menu-social ul#menu-social-items{padding:0; margin: 0;}

#menu-social ul#menu-social-items li {width: 36px; height: 36px; margin: 0 5px 5px 0;padding: 0;}
#menu-social ul#menu-social-items li a{
	background: url(images/36px-colored-social-icons.png) no-repeat;
	display: block;  
	cursor:pointer;
	width: 36px; 
	height:36px;
}
#menu-social ul#menu-social-items li a[href*="facebook.com"] {background-position: 0px 0px;}
#menu-social ul#menu-social-items li a[href*="flickr.com"] {background-position: -888px 0px;}
#menu-social ul#menu-social-items li a[href*="plus.google.com"] {background-position: -53px 0px;}
#menu-social ul#menu-social-items li a[href*="instagram.com"] {background-position: -833px 0px;}
#menu-social ul#menu-social-items li a[href*="linkedin.com"] {background-position: -776px 0px;}
#menu-social ul#menu-social-items li a[href*="pinterest.com"] {background-position: -666px 0px;}
#menu-social ul#menu-social-items li a[href*="twitter.com"] {background-position: -276px 0px;}
#menu-social ul#menu-social-items li a[href*="youtube.com"] {background-position: -111px 0px;}
#menu-social ul#menu-social-items li a[href*="feed"] {background-position: -444px 0px;}
#menu-social ul#menu-social-items li a[href*="yelp.com"]{background-position: -168px 0px;}
#menu-social ul#menu-social-items li a[href*="angieslist.com"] {background-position: -722px 0px;}
#menu-social ul#menu-social-items li a[href*="houzz.com"] {background-position: -611px 0px;}
#menu-social ul#menu-social-items li a[href*="contact"] {background-position: -944px 0px;}
#menu-social ul#menu-social-items li a[href*="repairpal.com"] {background-position: -720px 0px;}
#menu-social ul#menu-social-items li a[href*="mailto"] {background-position: -80px 0px;}
#menu-social ul#menu-social-items li a[href*="yahoo"] {background-position: -1000px 0px;}

#menu-social ul#menu-social-items li a:hover{border:none;}

/* TOP BAR 18PX ICONS */
#top_bar #menu-social ul#menu-social-items li {width: 18px; height: 18px; margin: 0 5px 0px 0;padding: 0;}
#top_bar #menu-social ul#menu-social-items li a{
	background: url(images/18px-colored-social-icons.png) no-repeat;
	display: block;  
	cursor:pointer;
	width: 18px; 
	height:18px;
}
#top_bar #menu-social ul#menu-social-items li a[href*="facebook.com"] {background-position: 0px 0px;}
#top_bar #menu-social ul#menu-social-items li a[href*="flickr.com"] {background-position: -162px 0px;}
#top_bar #menu-social ul#menu-social-items li a[href*="plus.google.com"] {background-position: -53px 0px;}
#top_bar #menu-social ul#menu-social-items li a[href*="instagram.com"] {background-position: -214px 0px;}
#top_bar #menu-social ul#menu-social-items li a[href*="linkedin.com"] {background-position: -266px 0px;}
#top_bar #menu-social ul#menu-social-items li a[href*="pinterest.com"] {background-position: -320px 0px;}
#top_bar #menu-social ul#menu-social-items li a[href*="twitter.com"] {background-position: -586px 0px;}
#top_bar #menu-social ul#menu-social-items li a[href*="youtube.com"] {background-position: -750px 0px;}
#top_bar #menu-social ul#menu-social-items li a[href*="feed"] {background-position: -427px 0px;}
#top_bar #menu-social ul#menu-social-items li a[href*="yelp.com"]{background-position: -695px 0px;}
#top_bar #menu-social ul#menu-social-items li a[href*="angieslist.com"] {background-position: -907px 0px;}
#top_bar #menu-social ul#menu-social-items li a[href*="houzz.com"] {background-position: -800px 0px;}
#top_bar #menu-social ul#menu-social-items li a[href*="contact"] {background-position: -106px 0px;}
#top_bar #menu-social ul#menu-social-items li a[href*="repairpal.com"] {background-position: -720px 0px;}
#top_bar #menu-social ul#menu-social-items li a[href*="mailto"] {background-position: -80px 0px;}
#top_bar #menu-social ul#menu-social-items li a:hover{border:none;}
 
#menu-social ul#menu-social-items ul, #menu-social ul#menu-social-items-menu-container {
	text-align: center;
	list-style: none;
}
#menu-social ul#menu-social-items li {
	position: relative;
	display: inline-block;
}

/*****************************************
*SOCIAL MEDIA ICONS USING FONTAWESOME
******************************************/

/* 
.menu-social a,.menu-social-menu-container a{background:#2158a3;font-size:14px;margin-right:5px;padding:.5em;width:40px;display:block!important}.menu-social a:hover,.menu-social-menu-container a:hover{background:#FF0004}.menu-social li a:before,.menu-social-menu-container li a:before{display:inline-block;vertical-align:top;padding:0 5px;font-family:Fontawesome;font-size:16px;color:#FFF;-webkit-font-smoothing:antialiased;content:'\f08e'}.menu-social li a[href*="dribbble.com"]::before,.menu-social-menu-container li a[href*="dribbble.com"]::before{content:'\f17d'}.menu-social li a[href*="facebook.com"]::before,.menu-social-menu-container li a[href*="facebook.com"]::before{content:'\f09a'}.menu-social li a[href*="flickr.com"]::before,.menu-social-menu-container li a[href*="flickr.com"]::before{content:'\f16e'}.menu-social li a[href*="github.com"]::before,.menu-social-menu-container li a[href*="github.com"]::before{content:'\f09b'}.menu-social li a[href*="plus.google.com"]::before,.menu-social-menu-container li a[href*="plus.google.com"]::before{content:'\f0d5'}.menu-social li a[href*="instagram.com"]::before,.menu-social-menu-container li a[href*="instagram.com"]::before{content:'\f16d'}.menu-social li a[href*="linkedin.com"]::before,.menu-social-menu-container li a[href*="linkedin.com"]::before{content:'\f0e1'}.menu-social li a[href*="pinterest.com"]::before,.menu-social-menu-container li a[href*="pinterest.com"]::before{content:'\f0d2'}.menu-social li a[href*="tumblr.com"]::before,.menu-social-menu-container li a[href*="tumblr.com"]::before{content:'\f173'}.menu-social li a[href*="twitter.com"]::before,.menu-social-menu-container li a[href*="twitter.com"]::before{content:'\f099'}.menu-social li a[href*="vimeo.com"]::before,.menu-social-menu-container li a[href*="vimeo.com"]::before{content:'\f194'}.menu-social li a[href*="youtube.com"]::before,.menu-social-menu-container li a[href*="youtube.com"]::before{content:'\f167'}.menu-social li a[href*=feed]::before,.menu-social-menu-container li a[href*=feed]::before{content:'\f09e'}.menu-social li a[href*=yelp]::before,.menu-social-menu-container li a[href*=yelp]::before{content:'\f1e9'}.menu-social li a[href*=angieslist]::before,.menu-social-menu-container li a[href*=angieslist]::before{content:url(images/angieslist1.png)}.menu-social li a[href*=houzz]::before,.menu-social-menu-container li a[href*=houzz]::before{content:url(images/houzz_logo.png)}*/



/*****************************************
*NAVIGATION SEARCH FEATURE
******************************************/

/* primary_menu_search menu item created in functions.php. Move it way over to the right */
nav.main-navigation li.primary_menu_search { float: right; padding: 1% 0;}
nav {width: 100%;}
/*Stop the display of the Search button*/
.primary_menu_search .search-submit {
	display: none;
}
/* The "Search for" text is needed for screen readers, but we move it off screen, so we won't see it */
.primary_menu_search .search-form .screen-reader-text {
	position: absolute;
	left: -9999px;
	overflow: hidden;
}
/* Style the search input textbox */
.primary_menu_search input.search-field {
	background: rgba(0,0,0, 0);
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	margin: 2px 0 2px 0;
	position: relative;
	-webkit-transition: width 400ms ease;
	-moz-transition: width 400ms ease;
	-o-transition: width 400ms ease;
	transition: width 400ms ease;
	width: 0px;
	color: #FFF;
}
/* Expand the search box when you click it */
.primary_menu_search .search-field:active, .primary_menu_search .search-field:focus {
	/* change the colour above if you are working with a dark navbar background */
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 150px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
}
/* Add a magnifying glass background */
.primary_menu_search .search-form:before {
    font-family: 'FontAwesome';
    content: '\f002';
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    padding: 3px;
}
/*****************************************
*TOP BAR NAVIGATION
******************************************/

.menu-top-bar-menu-container {display: table; margin:0 auto; padding: 10px 0 0;}
ul#menu-top-bar-menu { list-style:none; margin: -1em 0 0 0; padding: 5px;}
ul#menu-top-bar-menu li {float: left;padding: 0px; margin: 0px; }
ul#menu-top-bar-menu li:before { content: '|';}
ul#menu-top-bar-menu li:first-child:before { content:'';}
ul#menu-top-bar-menu li a { padding: 0 5px; text-decoration: none; font-size: .8em; display: inline-block;}

/*****************************************
*PAGE NAVIGATION
******************************************/

.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
	font-size: 18px;
	color: #000;
}
.post-nav-box {
	padding: 2em 0;
	margin-bottom: 4em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
	padding-right: 15%;
}
.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	width: 50%;
	padding-left: 15%;
	text-align: right;
}
.nav-indicator {
	margin-bottom: 1em;
}
.nav-previous h1, .nav-next h1 {
	font-weight: 900;
}
.comment-navigation {
	padding: 1em 0;
	margin: 3em 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.comment-navigation i {
	margin: 0 1em;
}

.paging-navigation ul {
	margin: 0;
}
.paging-navigation li {
	display: inline;
}
a.page-numbers, span.page-numbers {
	padding: .3em .7em;
	color: #333;
}
a:hover.page-numbers, a:focus.page-numbers {
	color: #000;
}
.paging-navigation .current {
	font-weight: bold;
	color: #000;
}

/*****************************************
*BREADCRUMBS
******************************************/

.home .breadcrumbs {display: none;}
.breadcrumbs {
	max-width: 1140px;
	margin: 0 auto;
}
#breadcrumbs {
	list-style: none;
	margin: 0px 0;
	overflow: hidden;
	font-size: 10px;
	color: #333;
	line-height: 1.6em;
}
#breadcrumbs:before {
	content: 'You Are Here >>';
	margin-right: 5px;
	float: left;
	font-size: 10px;
	line-height: 1.6em;
}
#breadcrumbs li {
	float: left;
	margin: 0 5px 0 0;
	font-size: 10px;
}
#breadcrumbs li a {
}
#breadcrumbs .separator {
	font-size: 10px;
}

/*****************************************
*WIDGETS & Sidebar
******************************************/

#secondary {
	background: #F7F7F7;
	padding: 2%;
}
#secondary .widget {
	border: 1px solid #FFF;
	background: #FFF;
	padding: 3%;
}
.widget {
	margin: 0 0 1em;
}
.widget-title {
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
}
.widget ul, .widget ol {
	padding: 0;
	margin: -1em 0 0;
	list-style-type: none;
}
.widget li {
	padding: 1em 0 0;
}
.widget li ul, .widget li ol {
	margin-top: 0;
}
.widget li li {
	margin-left: 1.5em;
}
.widget_recent_entries li:before, .widget_recent_comments li:before, .widget_archive li:before {
	display: block;
	float: left;
	padding-top: 2px;
	margin-left: -2.5em;
	font-family: 'fontawesome';
	font-size: 14px;
}
.widget_recent_entries li, .widget_recent_comments li {
	margin: 0 0 .5em 2.5em;
}
.widget_recent_entries li:before {
	content: "\f036";
}
.widget_recent_comments li:before {
	content: "\f075";
}
.widget_archive li {
	margin: 0 0 0 2.5em;
}
.widget_archive li:before {
	content: "\f187";
}
.widget_nav_menu a, .widget_pages a {
	display: block;
	padding: 0;
}
.widget_rss li {
	margin-bottom: .5em;
}
.widget_rss .rss-date, .widget_rss cite {
	display: block;
	font-size: 85%;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
}
.footer-widgets {
	margin: 0 auto;
}
.footer-widgets .widget-title, .footer-widgets .widget a:hover, .footer-widgets .widget a:focus {
	color: #fff;
	border-color: #fff;
}
.footer-widgets .widget {
	float: left;
	width: 320px;
	margin: 0 4% 8% 4%;
}
body.search-results article {
	border: 1px solid #CCC;
	padding: 2%;
}
body.search-results h1.entry-title a {
	text-decoration: underline;
	color: #000;
}
body.search-results h1.entry-title a:hover {
	text-decoration: none;
	color: #2158A3;
	;
}


/*****************************************
*POSTS AND PAGES CONTENT
******************************************/

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.updated {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 0;
}
.page-links {
	margin: 0 0 1.5em;
	clear: both;
}
.archive .entry-title {
	font-size: 40px;
}
.archive .entry-title a, .blog .entry-title a {text-decoration: none;}
.archive .entry-title a:hover, .blog .entry-title a:hover {
	border-bottom: none;
	text-decoration: underline;
}
/* Blockquotes */
blockquote {
	padding: 1em 1.5em 0;
	margin-bottom: 1em;
	font-style: italic;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
blockquote.alignleft {
	float: left;
	width: 50%;
	padding: 1em 0 0;
	margin-right: 2em;
}
blockquote.alignright {
	float: right;
	width: 50%;
	padding: 1em 0 0;
	margin-left: 2em;
}
.index-box blockquote.alignleft, .index-box blockquote.alignright {
	background: #fff;
	border: none;
}
blockquote em {
	font-style: normal;
}
blockquote cite {
	display: block;
	margin-top: 1em;
	margin-left: 40%;
	font-style: normal;
	line-height: 1.5em;
	text-align: right;
}

/* Image borders for white-on-white images */
.border-gray {
	border: #b9b9b9 solid 1px;
}
.border-black {
	border: #000 solid 1px;
}
.border-custom {
	border: #6DBCDB solid 1px;
}
/* Meta */
.category-list {
	margin: 1.3em 0 1em;
	font-size: 16px;
}
.category-list a {
	color: #333;
}
.category-list a:hover, .category-list a:focus {
	color: #000;
}
.entry-meta {
	margin-bottom: 2%;
	padding: 0;
	font-size: 14px;
}
.entry-meta a {
	font-weight: 600;
}
/* Pseudo content to make meta list look pretty on smaller screens */
.posted-on:before {	/* content: ' on '; */
}
.posted-on:after, .comments-link:after {
	content: '. ';
}

.entry-footer {
	margin-top: 3%;
	margin-bottom: 5%;
}
.entry-footer ul {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 2em;
	list-style-type: none;
}
.entry-footer li {
	display: inline-block;
	margin-right: 4%;
}
.entry-footer i {
	margin-right: .5%;
}
.taxonomy-description {
	padding: 2%;
	margin: 2% 0;
	font-style: italic;
}
.sticky-post {
	position: absolute;
	top: 1%;
	right: 3%;
}
.continue-reading {
	margin: 0 4%;
	font-weight: 900;
	font-size: 18px;
}
.continue-reading i {
	margin-left: .5em;
}
.search-no-results .content-area, .error404 .content-area {
	margin-top: 4%;
}
.format-aside .entry-content {
	margin-top: 1em;
}
.attachment .entry-title {
	margin-top: .7em;
}
.entry-attachment {
	margin-bottom: 3%;
}
.attachment-caption {
	font-size: 14px;
}

/*****************************************
*COMMENTS
******************************************/

.comments-title {
	font-weight: 900;
	font-size: 36px;
}
.comments-area > ol {
	padding: 0;
	margin: 2em 0;
	list-style-type: none;
}
ol.children {
	list-style-type: none;
}
.comment-author .avatar {
	display: block;
	float: left;
	width: 50px;
	margin-right: 20px;
}
.comment-author .fn {
	font-weight: 900;
	font-size: 20px;
}
.comment-metadata {
	font-size: 14px;
}
.comment-meta {
	margin-bottom: 1em;
}
.comment-content {
	font-size: 90%;
}
.comment-content, .reply {
	margin-left: 70px;
}
.comment-body {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #CCCCCC;
}
.comment-list ol {
	margin-left: 50px;
}
.comment-content a {
	word-wrap: break-word;
}
.reply {
	font-weight: 600;
	font-size: 14px;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-content ol {
	margin-left: 1.5em;
}
.bypostauthor > .comment-body {
	position: relative;
	padding: 1em;
	margin-bottom: 2em;
	background-color: #EDEDED;
	border: none;
}

.comment-reply-title {
	margin-bottom: .5em;
	font-weight: 900;
	font-size: 30px;
}
.comment-form {
	padding-bottom: 4%;
	font-size: 16px;
}
.comment-form textarea {
	font-family: 'PT Serif', serif;
	font-size: 18px;
}
.comment-form label {
	display: block;
}
.required {
	color: red;
}
/* ADDRESS, PHONE AND HOURS SETTINGS */


/*****************************************
*AUTHORS BOX
******************************************/

.reveal-bio {
	max-width: 780px;
	margin: 0 auto;
	background: #fff;
}
.reveal-bio a {
	display: block;
	padding: 2% 0;
	margin: 0 auto;
	font-weight: 700;
	font-size: 26px;
	color: #bfbfbf;
	text-align: center;
}
.reveal-bio a:hover, .reveal-bio a:focus {
	text-decoration: none;
	color: #000;
}
.shorter {
	padding: 0 0 4%!important;
}
.hide-fix {
	padding: 0!important;
	margin-bottom: 2%!important;
}
.author-info {
	padding-top: 1%;
	margin: 0 4%;
}
.author-avatar {
	float: left;
	margin: 0 2% 0 0;
}
.author-avatar img {
	display: block;
}
.author-title {
	margin-bottom: .8%;
	font-size: 36px;
	line-height: 1;
}
.author-meta {
	border-bottom: 16px solid #F2F2F2;
	margin-bottom: 2%;
}
.share-and-more {
	padding: .1% 0 1.1%;
	font-weight: 700;
	font-size: 16px;
}
.author-social-media {
	display: inline-block;
}
.author-social-media a {
	margin-left: 1.5%;
	color: #000;
}
.author-social-media a:hover, .author-social-media a:focus {
	text-decoration: none;
}
a.author-link {
	font-weight: 900;
	color: #000;
}
.author-link i {
	margin-left: 1%;
}
.author-meta, .author-description {
	margin-left: 12%;
}


/*****************************************
*INFINITE SCROLL
******************************************/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*****************************************
*PDF ICON
******************************************/

a[href$=".pdf"]:before {
	font-family: FontAwesome;
	content: '\f1c1';
	font-size: 18px;
	padding-right: 10px;
	color: red;
	text-decoration: none;
	display: inline-block;
}

/*****************************************
*MEDIA
******************************************/

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: none;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text{
	padding: 5px;
	font-size: 12px;
	background: transparent;
	line-height: 1.1em;
}

/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}
/* Featured Images */
	
.single-post-thumbnail {
	background: #b2b2b2 url(images/pattern.svg) repeat;
}
.front-index-thumbnail {
	margin-bottom: -3.2em;
}

.single-post-thumbnail img, .front-index-thumbnail img {
	display: block;
	margin: 0 auto;
}
.has-thumbnail {
	position: relative;
	margin-top: -8em;
}
.small-index-thumbnail {
	margin-top: -1em;
}

/*****************************************
*GALLERY
******************************************/
.gallery {width:100%; }
.gallery-item, .gallery-item img, gallery-item a { width: auto !important; max-width: 300px !important; min-width: 150px !important; }
.gallery-item {float: left;}
.gallery{
    display: table;
	margin: 1.5em auto !important;
}

.gallery *,
.gallery a
{
    line-height: 1 !important;

    display: inline !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: center !important;
    vertical-align: middle !important;
    text-decoration: none !important;

    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.gallery-item
{
	background-color: #eaeaea;
}
.gallery-item {margin: 1px !important}
.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 50%;
    width: 100%;
    padding: 6px 8px;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: hsla(0, 0%, 0%, .8);
    opacity: 0;
	transition:all 1s ease-out;
	-webkit-transition:all 1s ease-out;
}
.gallery-item:hover .gallery-caption,
.gallery-item:focus .gallery-caption{ opacity: 1; }
/*
.site-main .gallery {
	margin-bottom: 1.5em;
	display: table;
	margin: 0 auto;
}



.site-main .gallery a img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border: none;
}
.site-main .gallery-item {
    position: relative;    
    float: left;
	margin:1%;
    overflow: hidden;
	padding: 5px;
}
.site-main .gallery dd,
.site-main .gallery figcaption { margin: 0; }
.site-main .gallery-columns-4 .gallery-item { }
.site-main .gallery-columns-4 .gallery-item img { }
*/
/*****************************************
*TOGGLES
******************************************/

.awd_toggle h2.toggle-title {
	margin-bottom: 0;
	margin-top: 1%;
	font-weight: bold;
}
.awd_toggle h2.toggle-title.active {
	color: #fdbe16;
}

/*****************************************
*PAGE WRAPPERS
******************************************/

#top_bar { 
	text-align: center;
}
#top_bar p, #top_bar .widget{
	margin:0;
	line-height: 1.4em;
}
#top_bar p {
	padding: 5px;
}
.awd_full_width {
	width: 100%;
}
.boxed {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
#masthead-wrapper {
}

#content {
	background: #FFF;
	margin: 0 auto;
	min-height:450px;
}
.home #content{
	max-width: none;
	width: 100%;
	padding: 0;	
}
#content.boxed {
	max-width:1140px;
	padding: 0 2%;
	}

/*****************************************
*LONG WIDE PAGES
*****************************************/
.wide-format {width: 100%;padding: 0;}
.wide-format .entry-footer {margin: 3% 0 0 0;padding-bottom: 1%;}
.wide-format .hentry {margin: 0;}
.wide-format h1.entry-title {text-align: center;}
.wide-format-section {
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #EDEDED;
	background-color: #FFF;
	position: relative;
}
.wide-format-content {width: 100%;max-width: 1140px;margin: 0 auto}
.home_section_content {position: relative; z-index:2000;}
.wide-format-section h2 {text-align: center;margin: 0 0 3% 0;}
/*****************************************
*MASTHEAD
******************************************/
#mobile-header, #mobile-footer {
	 display: none; 
	 visibility: hidden; 
}
#masthead {
	padding: 0 0 0 0;
}
#masthead h3.widget-title, #mobile-footer h3.widget-title, #top_bar h3.widget-title {
	display: none;
	visibility: hidden;
}
#masthead .widget {
	padding: 0;
	margin: 0;
}
#site-branding {
	width: 40%;
	float: left;
}
#site-message {
	width: 55%;
	float: right; 
	padding: 0;
	text-align: center;  
}
/* FOR LEFT LOGO, RIGHT NAVIGATION */
#site-branding.logo_nav {float: left; width: 25%;}
#nav-wrapper.logo_nav {width: 70%; float: right;}
#site-navigation.logo_nav{ width: auto; float:right;}
#masthead-wrapper.logo_nav #masthead{position: relative;}
#nav-wrapper { 
}
/* STICKY HEADER */
.sticky-head {
	z-index: 9999;
	position: fixed;
	top:0;
	left: 0;	
	width: 100%;
	background-color: #FFF;
}
.admin-bar .sticky-head{ top: 30px;}
.sticky-head #site-branding {max-width: 320px;}
#site-branding p {
	margin: 0;
	line-height: 0;
	text-align:left;
}
#site-branding img {margin:0;}
input.search-field {
	width: 125px;
}
form.search-form {}
input.search-submit {
	padding: 0px;
}
/*****************************************
*PAGE AREA
******************************************/
.content-area {
	float: left;
	width: 70%;
}
.content-area.no-sidebar { 	float: none;	width: 100%; margin-top: 25px;}
.google-map{}
.mapoverlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:500px; /* your iframe height */
   top:500px;  /* your iframe height */
   margin-top:-500px;  /* your iframe height */
}

/*****************************************
*HOME PAGE
******************************************/
.white_text *, .white_text * { color: #FFF;}
.wide-format-section .full_size { max-width:none;}

/* ROYALSLIDER */
#content img.rsImg {border-radius: 0!important ; border: none !important;}

/* BLOG LISTING SETTINGS */
.home .blog-list-image { width: 60px;float: left; margin: 0 15px 25px 0;}
p.home_blog_item  {font-size:  24px; margin: 0 0 5px 0;}	
.home .blog-list-excerpt p {font-size: 14px;line-height: 1.1em;}
.home_blog_item i.fa {
	font-family: 'FontAwesome';
	margin-right: 15px;
}

.home .blog-article {
	border: 1px solid #CCC;
	padding: 3%;
}
.home .blog-article h3 {
	font-size: 18px;
	padding: 0 0 .5em 0;
}
.home .blog-article h3:before {
	font-weight: 300;
	font-size: 14px;
	margin-right: 5px;
	color: #FBDE16!important;
	text-shadow: 1px 1px 0 #55555D;
}
.home .blog-article p {
	font-size: 14px;
	line-height: 1.2em;
	word-break: break-word;
}

/* REPEATER SECTION */
.home .repeatbox {
	padding: 3%;
}
.home .repeatbox h3 {
	font-size: 24px;
	text-align: center;
}
.home .repeatbox-image {
	text-align: center;
}
.home .repeater-icon{text-align:center;margin-bottom: 10px;}
.home .repeatbox p {
	text-align: center;
	font-size: 16px;
	line-height: 1.2em;
}
.home .readmore-wrapper {
	text-align: center;
	padding: 1%;
}

/*CPT  SECTION */
.home .cpt_post {
	border: 1px solid #CCC;
	background: rgba(255,255,255,0.8);
	padding: 3%;
}
.home h3.cpt-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 1em 0;
}
.home .cpt-image {
	width: 100%;
	text-align: center;
}
.home .cpt-excerpt p {
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2em;
}

/*****************************************
*BLOG PAGE
******************************************/



/*****************************************
* VISUAL COMPOSER ON BLOGS
******************************************/
.vc_grid-container-wrapper {text-align: center;}
.vc_blog_excerpt_1 p {font-size: 14px; line-height:2em;}
.vc_blog_title_1 {text-shadow:1px 1px 0px #000;}

body .blog-image.square {
	width: 22%;
	float: left;
	border: 1px solid #CCC;
	padding: 2%;
	margin: 0 15px 15px 0;
}
body .blog-excerpt.square {
	float: right;
	width: 75%;
}
body .blog-image {
	text-align: center;
}
body .blog-image img{width: 100%;}
article.post {
	border: 1px solid #CCC;
	padding: 2%;
}
body.blog h1.entry-title {
	border: none;
}
h2.entry-title {
	text-align: center;
}
.blog h2.entry-title a {
  text-decoration: none;
}

/*****************************************
*MISC. PAGES & SETTINGS
******************************************/
.dropshadow {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.66);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.66);
}
.home h1.entry-title, .home footer.entry-footer {
	display: none;
}
/*****************************************
*Tabby Responsive Tabs
******************************************/

body .responsive-tabs .responsive-tabs__list__item {
	background: #55555d;
	color: #FFF;
}
body .responsive-tabs .responsive-tabs__list__item--active,  body .responsive-tabs .responsive-tabs__list__item--active:hover,  body h2.tabtitle.responsive-tabs__heading.responsive-tabs__heading--active,  body .responsive-tabs .responsive-tabs__heading:hover {
	background: #FFF;
	border-color: #CCC;
	color: #333;
}
body .responsive-tabs .responsive-tabs__list__item:hover,  h2.tabtitle.responsive-tabs__heading {
	background: #CCC;
	color: #333;
}
body .responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #333;
	color: #FFF;
}
/*****************************************
*SPECIALS PAGE
******************************************/
article.specials {
	border: 3px dotted #666;
	padding: 2%;
}
.specials-image {width: 33%; float:left;}
.vc_custom_heading.specials_excerpt {
    font-size:  14px;
    color: #FFF;
    line-height: 1.3;
}
.round {border-radius: 50%;}
.round .specials_title h3{font-size: 2vh;}

/*****************************************
*SIDEBAR
******************************************/
.widget-area {
	float: right;
	width: 28%;
}
/*****************************************
*FOOTER
******************************************/
 
#footer-wrapper [class*='awd_col-']{margin-top:0}
footer#colophon {
	padding: 1% 2%;
}
.site-info {
	text-align: center;
}
footer#colophon ul#menu-social-items {
	margin: 0;
	float: none;
	padding: 0;
}
#copyright, #altra {
	color: inherit;
	text-align: center;
	font-size: 12px;
}
#altra a, #copyright a {
	color: inherit;
	text-decoration: none;
}
#altra a {
	text-decoration: underline;
}
#footer-wrapper #copyright a {
    color: inherit;
	text-decoration:none;
}
#copyright a:hover {
	color: inherit;
	text-decoration: none;
}
#copyright p {
	margin: 0;
}
#footer-wrapper .widget {
	margin-bottom: 2em;
}
#menu-footer-menu {	margin: 9px 0 0 0;padding: 0;}
#menu-footer-menu li {
	list-style: none;
	line-height: 1em;
	color: #55555D;
	padding:0;
}
#menu-footer-menu li a {padding: 0px 6px;display: block;}
#menu-footer-menu li:first-child {border: none;}	
/* SCROLL TO TOP  */
#footer-wrapper a.scrollToTop{
	width: 40px;
	height: 40px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #004E96;
	opacity: .6;
	font-size: 14px;
}
#footer-wrapper a.scrollToTop:before{
	font-family: FontAwesome;
	content: '\f077';	
	font-size: 30px;
	line-height:36px;
}
#footer-wrapper a.scrollToTop:hover{
	text-decoration:none;
	background: #000000;
	color: #FFF;
	opacity:1;
}

/*****************************************
* START    MEDIA QUERIES
******************************************/
@media screen and (min-width: 1820px) {
		.index-box blockquote.alignright {
			padding-right: 2em;
		}
	}
@media screen and (min-width: 1400px) {
	.single .entry-meta {
		position: absolute;
		width: 140px;
		margin-left: -178px;
		text-align: center;
		background: #F6F6F6;
		padding: 34px 15px;
		border: 1px solid #CCC;
		border-right: none;
		line-height: 1.2em;
		border-radius: 50%;
		height: 140px;
		font-size: 12px;
		box-shadow: 3px 3px 5px #CCC;
	}
	.single .byline, .single .posted-on, .single .comments-link {
		display: block;
		margin-bottom: 1em;
	}
	.single .author {
		display: block;
	}
	.single .posted-on:before, .single .posted-on:after, .entry-meta .comments-link:after {
		content: none;
	}
}
@media screen and (min-width: 1320px) {
	.index-box blockquote.alignleft {
		padding-left: 2em;
	}
}

@media screen and (max-width: 1200px) {
	.home .wide-format-section .boxed {
		padding: 0 2%;
	}
	.home #feature.wide-format-section .boxed {
		padding: 0%;
	}

}
@media screen and (max-width: 1180px) {
	#masthead, #content, #colophon {
		width: 100%;
	}
}
@media screen and (max-width: 1140px) { 
	.boxed{width: 96%;}
	.home .wide-format-section .boxed {width: 100%; padding:0;}
	.slider_message h3 { font-size: 36px;}

} 
@media screen and (max-width: 1050px) { 
	html {font-size: 60%}
	body .main-navigation .nav-menu >li > a {}
	.main-navigation .nav-menu >li a:hover, 
	.main-navigation .current_page_item > a, 
	.main-navigation li.current-menu-item > a, 
	.main-navigation li.current_page_item > a:hover, 
	.main-navigation li.current-menu-item > a:hover, 
	.main-navigation li.current_page_item > a:focus, 
	.main-navigation .nav-menu li.current_page_ancestor > a, 
	.main-navigation li.current-menu-item > a:focus{
		background-color: transparent !important;	
	}
	nav.main-navigation ul.sub-menu a:hover{color: #000;}
}

@media screen and (max-width: 1024px) {
	#colophon .awd_col-1-4 {width: 49%;}
	#colophon #footer-widget-1, #colophon #footer-widget-3 {margin-left:0;}
}
@media screen and (max-width: 980px) {
	.menu-social a, .menu-social-menu-container a {
	}
	.menu-social li a:before, .menu-social-menu-container li a:before {
		font-size: 12px;
	}
	footer h3.widget-title {
		font-size: 18px;
	}
	#site-branding {padding: 0;	}
	.title-box {
		max-width: 100%;
		margin: 0 auto;
		padding: 4%;
		border: none;
	}
}
@media screen and (max-width: 879px) {
	#footer-widgets {
		width: 100%!important;
	}
	.footer-widgets .widget {
		float: none;
		width: 100%;
		margin: 0 0 8%;
	}
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
  }
}

@media screen and (max-width: 800px) {
	html {font-size: 58%}
	body #site-branding, body #site-message, body #site-branding.logo_nav{
		width: 85%;
		margin:0 auto;
		float:none;
		text-align:center;	
	}
	body #site-branding {max-width: 300px;}
	/*****************************************
	*MOBILE NAVIGATION
	******************************************/
	button.menu-toggle {
		display: inline-block;
		height: 3.8em;
		padding: 0 1em;
		font-weight: normal;
		font-size: 14px;
		text-decoration: none;
		line-height: 3.75em;
		color: white;
		border: none;
		background: transparent;
	}
	.logo_nav button.menu-toggle {
		width: 100%;
		text-align: center; 
	}

	button.menu-toggle a:hover, .menu-toggle a:focus {
		background: #55555D;
	}
	#site-navigation.logo_nav{width: 100%; clear:both;position: static; border-radius:0;}
	#site-navigation.logo_nav .menu-main-menu-container {display: block; margin:0 25px;}
	.main-navigation.toggled .nav-menu {
		display: block;
		border-top: 1px solid;
		border-top-color: #fff;
	}
	.main-navigation ul {
		display: none;
		padding-left: 0;
	}
	ul#menu-main-menu>li.menu-item {
		width: auto!important;
	}
	.main-navigation li {
		float: none;
		text-align: left;
	}
	.main-navigation li a {
		padding: 1.3em 2em;
	}
	.main-navigation ul.nav-menu >li.menu-item > a {
		border-left: none;
	}
	.main-navigation.toggled ul.nav-menu >li.menu-item > a {
		text-align: left;
	}
	.main-navigation li li a {
		color: #E1E1E1;
		padding-left: 4em;
	}
	.main-navigation li li li a {
		padding-left: 6em;
	}
	.main-navigation li li li a:before {
		font-family: 'FontAwesome';
		content: '\f0da';
		padding-right: 10px;
	}
	.main-navigation li:hover > a, .main-navigation li > a:focus {
		background: #313131;
	}
	.main-navigation ul ul, .main-navigation ul ul ul {
		position: relative;
		top: inherit;
		left: 0;
		display: block;
		float: none;
		background: #313131;
	}
	.main-navigation ul ul a {
		width: 100%;
	}
	.main-navigation ul a:hover, .main-navigation ul ul a:hover, .main-navigation ul a:focus, .main-navigation ul ul a:focus {
	}
	.main-navigation .current_page_ancestor {
		background: inherit;
	}
	.main-navigation ul ul .current_page_parent {
		color: inherit;
		background: inherit;
	}
	.main-navigation .current_page_item > a,  
	.main-navigation .current_page_item > a:hover,  
	.main-navigation .current_page_item li:hover,  
	.main-navigation .current_page_item > a:focus,  
	.main-navigation .current_page_item li:focus,  
	.main-navigation .current_page_parent .current_page_item > a {
		color: #bbb;
	}
/* END OF MOBILE NAVIGATION */	
	#specials .special-image {width: 25%; float: left;}
	#specials .special-excerpt {width: 70%; float: right; }
	.widget-area {
		float: none;
		width: 100%;
		max-width: 500px;
		margin: 1em auto 0;
	}
	.special-offer {
		margin-bottom: 20px;
	}
	.home .blog-article {
		margin-bottom: 20px;
	}
	.content-area {
		float: none;
		width: 100%;
	}
	.wide-format-content {
		width: 96%;
		padding:0 2%;
	}


	footer h3.widget-title {
		font-size: 24px;
	}
}
@media screen and (max-width: 780px) {
	blockquote.alignleft, blockquote.alignright {
		width: 40%;
	}
}
@media screen and (max-width: 779px) {
	.front-index-thumbnail {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.sticky-head {position:relative;}
	a.readmore, span.readmore a {font-size:16px;}
	.repeatbox {
		padding: 2%;
		border: 1px solid #CCC;
		margin-bottom: 20px;
		background: #FFF;
	}
}
@media screen and (max-width: 640px) {
	[class*='awd_col-'] {
		float: none;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	[class*='awd_col-']:first-child { margin-left: auto;}
	.compact_80 {font-size:16px; font-size:1.6rem;}
	.comment-navigation .nav-previous, .post-navigation .nav-previous, .comment-navigation .nav-next, .post-navigation .nav-next {
		float: none;
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.comment-navigation .nav-next, .post-navigation .nav-next {
		margin-top: 4%;
	}
	#colophon #footer-widget-1, #colophon #footer-widget-3{margin: 0 auto;}
	#menu-social li a {
		padding-left: .5em;
		padding-right: .5em;
	}
	.menu-all-pages-container {
		display: block;
	}
	.menu-social li a:before,  .menu-social-menu-container li a:before {
		font-size: 20px;
	}
	body .child_page{width: 50%;}
}
@media screen and (max-width: 600px) { 
	.admin-bar .sticky-head {top:0}
	#content{margin-top:0!important;}
	.author-meta, .author-description {
		margin-left: 0;
	}
	.comment-list ol {
		margin-left: 0;
	}
	.comment-content ol {
		margin-left: 1.5em;
	}
	.comment-content, .reply {
		margin-left: 0;
	}
} 
@media screen and (min-width: 571px) { 
	.mobile {display: none !important; visibility:hidden;}
	.desktop {display: block !important; visibility:visible;}
} 
@media screen and (max-width:570px) {
	.mobile {display: block !important; visibility:visible;}
	.desktop {display: none !important; visibility:hidden;}
	#altra {padding-bottom: 80px;}
	#site-branding img, #site-branding p, #site-branding h2, #site-branding h3{text-align:center;}
	body .sticky-head #site-branding {max-width: 200px;}
	body .sticky-head #site-message {max-width: 200px;}
	
	blockquote.alignleft, blockquote.alignright {
		width: 100%;
		padding: 1em 1.5em 0;
	}
	.breadcrumbs { display: none;}
	img.alignright, img.alignleft, figure.alignright, figure.alignleft {
		float: none;
		display: table;
		margin: 0 auto;
	}
	#site-branding img {margin: 0 auto;}
	#footer-wrapper {}	
	footer#colophon{display: none; visibility: hidden;}
	#mobile-footer {display: block; visibility:visible; padding: 2%;}
/* STICKY FOOTER  */
	#menu-sticky-footer {
		box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
		background: #55555D; 
		color: #E1E1E1; 
		position: fixed; 
		z-index:100000; 
		bottom:0; 
		width: 100%; 
		height: auto; 
		text-align: center;
		margin-left:-2%;
		border-top: 1px solid #CCCCCC;
		padding: 5px 0 0 0;
	}
	#menu-sticky-footer ul {margin:0; padding:5px 0;}
	#menu-sticky-footer li  { 
		float: left;
		cursor: pointer; 
		font-family:FontAwesome; 
		margin: 0; 
		font-size: 32px;
		box-sizing: border-box;
		padding: 0;
		display: block;
	}
	#menu-sticky-footer li:before {display: inline-block;}
	#menu-sticky-footer a:first-child {
		margin-left:0;
	} 
	#menu-sticky-footer li a{
		font-family: FontAwesome;		
		color: #E1E1E1; 
		font-size: 48px;
		display: block !important; 
		text-decoration: none !important;
	}
	#menu-sticky-footer a:hover { text-decoration:none;}
	#menu-sticky-footer li a[href*="tel"]:before { content:'\f098'; }
	#menu-sticky-footer li a[href*="google.com/maps"]:before{ content:'\f041';  }
	#menu-sticky-footer li a[href*="contact"]:before{content:'\f0e0'; }
	#menu-sticky-footer li a[href*="special"]:before{content:'\f02c'; }
	#menu-sticky-footer li a[href*="blog"]:before{content:'\f086'; }
	#menu-sticky-footer li a[href*="product"]:before{content:'\f07a'; }
	.search-toggle {
		position: absolute;
		top: 0;
		right: 0;
		margin-right: 0;
	}
ul#sticky-footer span.screen-reader-text{
	position: static !important; 
	height:auto; 
	width: auto; 
	font-size:12px;
	line-height:1.1em;
	clear:both;
	font-family: sans-serif; 
	display:block; 
	margin-top: 5px;
}
ul#sticky-footer span.screen-reader-text:hover{
	top:0;
	left:0;
	padding:0;
}
ul#sticky-footer .screen-reader-text:hover, ul#sticky-footer .screen-reader-text:active, ul#sticky-footer .screen-reader-text:focus{
	background: transparent;
	box-shadow:none;
	border-radius: 0;
}
}
@media screen and (max-width: 480px) {
	html {font-size: 50%}
	.home .abBlackBox {
		padding: 0 0 5px 0!important;
		background: none!important;
	}
	.home #site-message h2 {
		font-weight: bolder;
	}
}

@media screen and (max-width: 399px) {
	.title-box {
		padding: 2%;
	}
}
@media screen and (max-width: 320px) {
	#menu-social li a {
		padding: 0;
	}
	#site-branding, #site-message {
		width: 100%;
	}
	#site-message h3 {
		display: none;
		visibility: hidden;
	}
	body .child_page{width: 100% ; margin:0; padding: 5px;}
}


