/*
Theme Name: Custom Wordpress Site for Airshow
Author: Studio Signorella
Version: 1.0
Template: jumpstart
*/

/**
 * This is a starter child theme for all of you CSS-hackers. 
 * 
 * This file is a copy of Jump Start's default style.css 
 * file. However, because the Theme Blvd framework's core 
 * styles are contained in other CSS files prior to style.css, 
 * you can safely hack away here to skin your Child theme.
 * 
 * @link http://dev.themeblvd.com/tutorial/css-hacking/
 * 
 * Note: Because we are copying everything from Jump Start's 
 * style.css into this style.css, there is no need to @import 
 * Jump Start's style.css as you might do in a classic 
 * WordPress Child theme.
 */

/* =Primary Design and Structure
----------------------------------------------- */

html, body {

     -webkit-backface-visibility: visible;
}

body {
	background-color: #afa68f; /* sig change */
}
#wrapper {
	padding: 0 10px; /* Maintain gutters on sides as window shrinks */
}
#container {
	background-color: #fffdef;
	margin: 0 auto;
	max-width: 1000px; /* 30 + 940 + 30 = 1,000px */
	box-shadow: 9px 0px 10px -7px #757575, -9px 0px 10px -7px #757575;
}

.row-fluid .span8 {
    width: 73.812%;  /* sig change was 65.812 changing the main content width  **/
}

.row-fluid .span4 {
	width: 23.6239%;  /* sig change was 31.6239 changing the right sidebar width  **/
}



/* =Global Elements and Typography
font-family:'Museo Slab W01 100';
font-family:'MuseoSlabW01-100Italic';
font-family:'Museo Slab W01 300';
font-family:'MuseoSlabW01-300Italic';
font-family:'Museo Slab W01 500';
font-family:'MuseoSlabW01-500Italic';
font-family:'Museo Slab W01 700';
font-family:'MuseoSlabW01-700Italic';
font-family:'Museo Slab W01 900';
font-family:'MuseoSlabW01-900Italic';
font-family:'Museo Slab W01 1000';
font-family:'MuseoSlabW01-1000Italic';
-------------------------------------------------------------- */







body {
	color: #666666;
	font-family: 'verbcondlight',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 150%;
	margin-top: 20px;
}



/* =Typography
----------------------------------------------- */



@font-face {
    font-family: 'verbcondlight';
    src: url('fh-verbcondlight.eot');
    src: url('fh-verbcondlight.eot?#iefix') format('embedded-opentype'),
         url('fh-verbcondlight.woff') format('woff'),
         url('fh-verbcondlight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'verbcondsemibold';
    src: url('fh-verbcondsemibold.eot');
    src: url('fh-verbcondsemibold.eot?#iefix') format('embedded-opentype'),
         url('fh-verbcondsemibold.woff') format('woff'),
         url('fh-verbcondsemibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 115%;
	margin-bottom: .4em;
	font-family:'Museo Slab W01 500', serif;  /* sig change  */
	font-weight: 500;	
}

h1 {
	font-size: 1.8em; /* was 2.3  */
	color: #633012;   /* was 666666  */
}


h2 {
	font-size: 1.55em;  /* was 1.85  */
}
h3 {
	font-size: 1.3em;  /* was 1.4  */
}

h3 a{
	color: #cc0000;  
}

h3 {
	color: #002d45;
}

h4 {
	font-size: 1.3em; /* was 1.1  */
		margin-bottom: 0;
}
h5 {
	font-size: .67em; /* was .92 */
		margin-bottom: 0;
}
h6 {
	font-size: .35em;  /* was .85 */
	color: #999999;
	text-transform: uppercase;
	margin-bottom: 0;
}
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover,
.tb-text-logo:hover,
.entry-title a:hover {
	color: #666666;  /* sig change was #1a5a78  */
	text-decoration: none;
}
p {
	margin-bottom: .75em;  /* sig change was 1.38em  */
}


blockquote p {
    font-size: 1em;  /* sig change was 16px  */
}




/* =Content
----------------------------------------------- */




/* =Forms
----------------------------------------------- */

.gform_wrapper select {
    font-family: inherit;
    font-size: 1.1em;
    letter-spacing: normal;
    padding: 3px 0;
}





/* =PAGE DESIGN DETAILS
----------------------------------------------- */

.accordion-heading .accordion-toggle {    /* sig change  */
	font-family:'Museo Slab W01 500', serif;  
	font-weight: 500;
	font-size: 1.1em;
	color: #002d45;
}

.accordion-heading .accordion-toggle:hover {
	background-color: #ece1ad;
}


.divider-solid {
    border-top: 18px solid #837c6b;  /* sig change was 1px and cccccc  */
}

.divider-dashed, .divider-solid, .divider-shadow {
    margin: 10px 0 20px 0;
}


#footer_sub_content {
	border-top: solid #633012 1px;
    padding: 20px;
    text-align: center;
}



/*******************************
HOME CHANGES
*********************************/


/*Paul fixed - home page slider, columns, all line up at top
*********************************/

#tb-slider-home-page-slider {
     margin-top: 11px;
     background-color: #fffdef;
}

div.media.image {
     background-color: #fffdef;
}


/*Paul fixed - mozilla hack - home page slider, columns, all line up at top
*********************************/

@-moz-document url-prefix() {
#tb-slider-home-page-slider {
     margin-top: 1px;
     background-color: #fffdef;
}

div.media.image {
     background-color: #fffdef;
}
}

/*Paul fixed - safari hack - home page slider, columns, all line up at top
*********************************/

@media all and (-webkit-min-device-pixel-ratio:0){
#tb-slider-home-page-slider {
     margin-top: 11px;
     background-color: #fffdef;
}

div.media.image {
     background-color: #fffdef;
}

div.column.grid_4 {
     margin-top: 10px;
}
}

/*Paul fixed - IE hack - home page slider, columns, all line up at top
*********************************/

#tb-slider-home-page-slider {
     margin-top: 11px\9;
     background-color: #fffdef\9;
}

div.media.image {
     background-color: #fffdef\9;
}

div.column.grid_4 {
     margin-top: 10px\9;
}


/*Paul fixed - Opera hack - home page slider, columns, all line up at top
*********************************/

x:-o-prefocus, #tb-slider-home-page-slider {
     margin-top: 11px;
     background-color: #fffdef;
}

x:-o-prefocus, div.media.image {
     background-color: #fffdef;
}

x:-o-prefocus, div.column.grid_4 {
     margin-top: 10px;
}


#uptext {   /* new style sig change  */
	font-family: 'verbcondlight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 160%;
}

#homepagespecialhead {  /* new style sig change  */
	font-size: 2em; /* was 2.3  */
	color: #633012;
	line-height: 115%;
	margin-bottom: .4em;
	font-family:'Museo Slab W01 500', serif;  /* sig change  */
	font-weight: 500;	   	
}

body.home .alignleft {  /* new style sig change  */
    float: left;
    margin: 5px 30px 5px 0;
}

.grid_4 {
    border-top: #000 dotted 1px;
}

.grid_4 h3 {
    font-style: italic;
}

.standard-slider .media-full .content .slide-title {
    font-size: 1.3em;  /* Sig change was 1.3 */
    font-weight: normal;  /* Sig change was bold */
    padding-bottom: 5px;  /* Sig change was 0 */
}

.standard-slider .media-full .content .content-inner {
    padding: 5px 15px 0;
}

/* aligning home page slider, text and sidebar */
.flexslider .slides img {
	 margin-top: 10px;  /* Sig made 10 was 0 */
}


.element {
	margin-top: -10px;  /* Sig made -10 was 0 */
}
/* end aligning home page slider, text and sidebar */

/*******************************
end home changes
*********************************/


/*******************************
engineer page changes
*********************************/

.last {
    margin-right: 0;
    /******margin-top: -9px;  sig change --a hack :( ***/
}

/*******************************
end engineer page changes
*********************************/


/*******************************
NO BAR AT BOTTOM OF PAGES
*********************************/


article {   /******sig change all ***/
	margin-bottom: 30px;  
	border-bottom: none;
	}
	
	
/* Titles */
.entry-title {
	margin: 0 0 10px 0;
}
.entry-title-with-meta {
	margin: 0;

}
.entry-title a {
	color: inherit;
	text-decoration: none;
}

/* Meta */
.entry-meta {
	color: #999999;
	font-size: .90em;
	font-weight: bold;
	margin: 5px 2px 15px 2px;
}
.entry-meta [class^="icon-"] {
	padding-right: 5px;
}
.entry-meta .sep {
	color: #cccccc;
	font-weight: normal;
	padding: 0 7px;
}

/* Images */
img {
	max-width: 100%;
	height: auto;
}
img[class*="wp-image-"] {
	/* Style all inserted wp images. */
}
img.size-full {
	max-width: 100%;	
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.thumbnail, .pretty, .wp-caption {
    border: none;  /* sig change was: 1px solid #DDDDDD */
    border-radius:none ;  /* sig change was: 4px 4px 4px 4px */
    box-shadow: none;  /* sig change was: 0 1px 1px rgba(0, 0, 0, 0.075) */
    display: block;
    line-height: 1;
    padding: none;  /* sig change was: 4px */
}

.alignleft {
    float: left;
    margin: 5px 20px 5px 0;  /* sig change: 5 was 20px */
}

.alignnone {
    margin: 5px 20px 5px 0;
}


/********************
TOP
***********************/

.skyline {      /* Sig add THIS IS THE TEXT AT THE VERY TOP*/
	font-family:'Museo Slab W01 500', serif;  /* sig change  */
	text-align: right;
	padding-bottom: 10px;
	color: #002d45;
	font-style: normal;
	font-size: 1em; 
	line-height: 1.25em;
	margin-bottom: 0;
}

#top {
	position: relative;
	padding: 0 30px;
	border-top: #fffdef solid 2em;
}
#top .gradient {
    filter: none;
}


#header_content {
	padding: 15px 0 20px 0;  /* Sig change */
	background: #002d45; /* Old browsers */
	background: -moz-linear-gradient(left,  #002d45 0%, #fffdef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#002d45), color-stop(100%,#fffdef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #002d45 0%,#fffdef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #002d45 0%,#fffdef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #002d45 0%,#fffdef 100%); /* IE10+ */
	background: linear-gradient(to right,  #002d45 0%,#fffdef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d45', endColorstr='#fffdef',GradientType=1 ); /* IE6-8 */
}

#header_content .gradient {
    filter: none;
}

/* Text Logo */
.header_logo_text {
	padding: 0 15px;
}
.header_logo_text .tb-text-logo {
	font-size: 2.3em;
	margin: 0;
}
.header_logo_text .tb-text-logo a {
	color: inherit;
}
.header_logo_text  {
	color: #fffdef;
	font-style: italic;
	font-size: 1em;
}

.tagline {
	font-family:'Museo Slab W01 500', serif;
	font-size: 1.2em;
	text-align: right;
	color: #002d45;	
	margin-top: -10px;
	margin-bottom: -5px;
	padding: 0 7px 0 7px;
}

/* Primary Navigation */
#access {
	background-color: #002d45;   /* sig change */
	color: #fffdef;  /* sig change */
	background-image: none;
	background-repeat: none;
	filter: none;
	border: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	font-family:'Museo Slab W01 300';
	font-size: 1.1em;
	line-height: 150%;
	letter-spacing: .025em;
	border-top: none; /* sig change */
}


/* Level 1-3 */
#primary-menu li a {
	color: #ffffff;  /*************** sig change */
}


#primary-menu li a .sf-sub-indicator {
	color: #999999; /* Because we're using fontawesome for the icons, we can change the color here. */
}

/* Level 1 only */
#primary-menu > li {
	border-right: none; /******************** sig change */
}
#primary-menu > li > a {
	line-height: 40px; /* Shapes the HEIGHT of the 1st level anchors */
	padding: 0 10px 0 7px; /********************* sig change padding: 0 20px; */
}
#primary-menu > li.current_page_item > a {
	/* Style current active menu item on 1st level */
	background: #ECE1AD;  /******************** sig change was ffffff*/
	color: #cc0000;
	font-family:'Museo Slab W01 500';  /******************** sig change was 300*/
}
#primary-menu > li.current-menu-ancestor > a {
	/* Style current parent menu item present on 1st level */
}

#primary-menu > li.current_page_item > a:hover {
    background: none repeat scroll 0 0 #FFFDEF;
    color: #CC0000;
}

#primary-menu > li > a.sf-with-ul {
	/* If a top-level menu item has a dropdown, reduce its right padding. */
	padding-right: 7px;
}
#primary-menu > [class^="menu-icon-"] > a {
	/* If a top-level menu item has a an icon, reduce its left 
	padding. You can add icons to main menu by adding class "menu-icon-{whatever}" */
	padding-left: 10px;  /* sig change padding-left: 12px;*/
}
#primary-menu > li > a:hover {
	background: #a28700; /* THIS IS THE MAIN HOVER sig change */
}

/* Level 2 and 3 */
#primary-menu ul {
	background: #a28700; /* THIS IS THE DROPDOWN   sig change */
	border:none ;  /* was 1px solid #dddddd   sig change */
	width: 200px; /* Width of dropdown menus */
	box-shadow: 0 0 60px #eeeeee outset;
}
#primary-menu li li a {
	padding: 7px 10px;
}
#primary-menu li li a:hover {
	background: #505407; /* THIS IS THE DROPDOWN HOVER sig change */
}
#primary-menu li li.nav-header {
	color: #888888; /* Slightly lighter color than links */
	font-size: .9em; /* Font size is 90% of everything else to componsate for being bold and uppercase */
	font-weight: bold;
	padding: 7px 10px;
	text-transform: uppercase;
}
#primary-menu li li.divider {
	background-color: #dddddd; /* Color of deviders */
	border-bottom: none; /* Override Bootstrap's default 1px white bottom border */
}

/* Level 2 only - DROPDOWN MENU */
#primary-menu > li > ul {
	border-top: none;
	margin-left: 0px;
	margin-top: 0px;
}

/* Level 3 only */
#primary-menu ul ul {
	left: 200px; /* Matches width of dropdown menus */
}

/* Make sure graphic nav shows when expanding window back from tablet size */
@media (min-width: 801px) {
	#access {
		height: auto !important;
		overflow: visible !important;
	}
}


/* Read More Button - pagination tweaks - next page at bottom etc...
-------------------------------------------------------------- */

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;  /* Sig change */
    background-image: none;  /* Sig change */
    background-repeat: repeat-x;
    border-color: none;  /* Sig change */
    border-image: none;
    border-radius: none; /* Sig change */
    border-style: none;  /* Sig change */
    border-width: none;  /* Sig change */
    box-shadow: none;   /* Sig change */
    cursor: pointer;
    display: inline-block;
    font-size: 1em;  /* Sig change */
    line-height: 0px;  /* Sig change */
    margin-bottom: 0px;
    padding: 4px 15px 4px 0px;   /* Sig change */  /* Paul change */
    text-align: left;  /* Sig change */
    text-shadow: none;   /* Sig change */
    vertical-align: middle;
    color: #cc0000; /* Sig change */
}

.btn:hover {
    background-color: transparent;
    background-position: 0px;
    color: #333333;
    text-decoration: none;
    transition: none;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: transparent;
}


/* =Featured (above)
-------------------------------------------------------------- */

#featured {
	padding: 10px 30px;
}
	
/* =Main
-------------------------------------------------------------- */

#main {
	padding: 20px 30px;
}

/* =Featured (below)
-------------------------------------------------------------- */

#featured_below {
	padding: 10px 30px;
}

/* =Posts (general)
----------------------------------------------- */

/* No style mods */

/* =Page
----------------------------------------------- */

/* No style mods */

/* =Post List
----------------------------------------------- */

/* No style mods */

/* =Post Grid
----------------------------------------------- */

.post_grid .entry-title {
	font-size: 15px;
	line-height: 22px;
}

/* =Comments
----------------------------------------------- */



/* Comment List */
#comments li {
	margin: 5px 0;
}
#comments-title {
	padding: 0 10px;
}
#comments .commentlist {
	margin-bottom: 30px;
}
#comments .comment-body {
	border: 1px solid #dddddd;
	padding: 15px;
	padding-left: 83px;
	position: relative;
}
#comments .comment-body .avatar {
	position: absolute;
	top: 15px;
	left: 15px;
}
#comments .comment-author {
	line-height: 100%;
}
#comments .comment-body .says {
	display: none;
}
#comments .comment-body .comment-meta {
	margin-bottom: 10px;
}
#comments .comment-body .comment-meta a {
	color: #9e9e9e;
	font-family: Georgia, serif;
	font-size: .9em;
	font-style: italic;
}
#comments .comment-body .fn {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
}
#comments .comment-body p {
	margin-bottom: 30px;
}
#comments .comment-body .reply a {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#comments .comment-body .reply a:hover {
	background: #dddddd;
}

/* Admin Comment */
#comments .bypostauthor > .comment-body,
#comments .bypostauthor > .comment-body .reply a {
	/* None in this theme */
}
#comments .bypostauthor > .comment-body .reply a:hover {
	/* None in this theme */
}

/* Top Level */
#comments ol {
	list-style: none;
	margin: 0;
}

/* Children */
#comments ul.children {
	border-left: 1px solid #e9e9e9;
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 10px 0 10px 20px;
}

/* Comment Form */
.comment-form-wrapper {
	margin-bottom: 30px;
}
#reply-title {
	margin: 10px 0;
}
#commentform input[type=text] {
	margin-right: 10px;
	width: 40%;
}
#commentform textarea {
	width: 98%;
}
#commentform label {
	display: inline-block;
}
#commentform .form-submit {
	margin: 10px 0;
}
#commentform .form-allowed-tags {
	display: none;
}

/* =Widgets
----------------------------------------------- */

.widget .themeblvd-search {
    padding-top: 1em;
}

.widget ul {
	list-style: none;
	margin-left: 0;
}
.widget ul li {

}

.widget ul li {
	padding: 3px 0;   
    font-size: 1em;   /* sig added for list of blogs on home page  */
    font-family:'Museo Slab W01 500', serif;   /* sig added for list of blogs on home page  */
}


/* Widgets in columns element and fixed sidebars */
.fixed-sidebar .widget {
	margin: 0 0 15px 0;  /* was 30 now 10 */
	border-top: 1px solid #afa68f;  /* sig added for list of widgets on home page  */
	padding-top: 1px  /* sig added for list of widgets on home page  */
}

/* Collapsible Widget Areas */
.widget-area-collapsible .widget {
	padding: 10px 0;
}

/* =Bottom
----------------------------------------------- */

#bottom {
	padding: 10px 30px;
}

/* Footer Columns */
#footer_content {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 30px 5px;
}

/* Copyright */
#footer_sub_content {
	color: #888888;
	font-size: .9em;
	padding: 20px;
	text-align: center;
}
#footer_sub_content .footer-nav ul {
	margin: 0;
}
#footer_sub_content .footer-nav li {
	display: inline-block;
	list-style: none;
	padding: 0 5px;
}

/* =Layout Builder
----------------------------------------------- */

/* General Elements */
.element {
	padding-bottom: 0px;  /* Sig made 0 was 20px */
}

.flexslider .slides img {
    display: block;
    max-width: 100%;
}




.element-columns {
	/* Style the "Columns" element. */
}
.element-content {
	/* Style the "Content" element. */
}
.element-divider {
	/* Style the "Divider" element. */
}
.element-headline {
	/* Style the "Headline" element. */
}
.element-post_grid_paginated {
	/* Style the "Post Grid (paginated)" element. */
}
.element-post_grid {
	/* Style the "Post Grid" element. */
}
.element-post_grid_slider {
	/* Style the "Post Grid Slider" element. */
}
.element-post_list_paginated {
	/* Style the "Post List (paginated)" element. */
}
.element-post_list {
/* Style the "Post List" element. */
}
.element-post_list_slider {
	/* Style the "Post List Slider" element. */
}
.element-slider {
	/* Style the "Slider" element. */
}
.element-slogan {
	/* Style the "Slogan" element. */
}
.element-tabs {
	/* Style the "Tabs" element. */
}
.element-tweet {
	/* Style the "Tweet" element. */
}

/* Elements by location */
#featured .element {
	/* Style elements of a custom layout 
	in the featured area ABOVE the content. */
}
#main .element {
	/* Style elements of a custom layout 
	in the main content area. */
}
#featured_below .element {
	/* Style elements of a custom layout 
	in the featured area BELOW the content. */
}

/* =Small Desktops
------------------------------------------------- */

@media (max-width: 1000px) {
	#access li {
		border-right: none;
	}
}

/* =Optimized for Tablets
------------------------------------------------- */

@media (max-width: 768px) {	

	
	/* Primary Structure */
	
	body {
	margin-top: 10px;
}
	#top,
	#featured,
	#main,
	#featured_below,
	#bottom {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	/* Header */
	#branding {
		border-bottom: 1px solid #000000;	
	}
	#branding .header_logo {
		float: none;
		text-align: center;
	}
	
	/* Primary Navigation */
	#access {
		display: none;
		margin-bottom: 10px;
	}
	#access li {
		float: none;
		padding: 0;
	}
	#access li li a { 
		padding-left: 20px; 
	}
	#access li li li a { 
		padding-left: 30px;
	}
	#access .sf-menu ul {
		border: none;
		margin: 0; 
		position: static; 
		width: auto;
	}
	#access .sf-menu ul .sf-sub-indicator.icon-caret-right {
		position: static;
		right: inherit;
	}
	#access .sf-menu ul .sf-sub-indicator.icon-caret-right:before {
		content: "\f0d7";
	}
	.btn-navbar {
		border: 1px solid #000000; /* sig change was eeeeee  */
		border-bottom: none;  
		-webkit-border-top-left-radius: 4px; /* sig change was 3px on all  */
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		color: #cc0000;      /* sig change was 666666  */
		display: inline-block;
		outline: none;
		margin-left: 0px; /* sig change was 5  */
		margin-top: 5px; /* sig added  */
		padding: 6px 10px;
	}
	
	.skyline {      /* Sig change */
	text-align: center;
	font-size: 1.1em; 
	padding-bottom: 5px;
	}
	
	.skyline img {      /* Sig change */
	max-width: 1.25em;
	height: auto;
	}
	
	
	#content {   /**** SIG CHANGE  This got full width for cell!!*/	
	padding: 0px;          
	width: 100%;
	}


	.row-fluid .span4 {  /**** SIG CHANGE  This got full width sidebar for cell!!*/	
	width: 100%;  
	}
	
	[class^="icon-"]:before, [class*=" icon-"]:before {
    font-size: 1.5em;  /*********** SIG CHANGE TO SIZE UP NAV ICON */
    }
    
    	.tagline {
	text-align: center;
	color: #ffffff;
}

}

/* =Optimized for Mobile Devices
------------------------------------------------- */

@media (max-width: 515px) {

	
	/* Primary Structure */
	#container {
		padding: 0 5px;
	}
	
	#content {   /**** SIG CHANGE  This got full width for cell!!*/	
	padding: 0px;          
	width: 100%;
	}

	[class^="icon-"]:before, [class*=" icon-"]:before {
    font-size: 1.5em;  /*********** SIG CHANGE TO SIZE UP NAV ICON */
    }
	
	/* Typography */
	h1 {
	  font-size: 24px;
	  line-height: 1.3em;
	}
	

	/* Builder - Slogan */
	.element-slogan .has_button .btn-large {
		display: block;
		float: none;
		margin: 0 0 10px 0;
	}
	.element-slogan .slogan .slogan-text { 
		display: block;
		font-size: 1.3em;
		text-align: center;
	}
	
	/* Top Area */
	#header_content {
	padding: 15px 5px 20px 5px;  /* Sig change */
	background: #002d45; /* Sig change for mobile */
}
	
	.skyline {      /* Sig change */
	text-align: center;
	font-size: 1.25em;
	line-height: 1.75em;
	padding: 0 10px 10px 5px;	}
	
	.tagline {
	text-align: center;
	color: #fffdef;
}
	

	/* Builder - Divider */
	.divider-shadow {
		background-size:100%;
	}
	
	/* Posts */
	.attachment-small {
		width: 40%;
	}
	
	/* Comments */
	#comments {
		font-size: .85em;
	}
	#comments .comment-body {
		padding: 2px 10px;
	}
	#comments .comment-author,
	#comments .comment-meta {
		padding-left: 35px;
	}
	#comments .comment-body .avatar {
		top: 5px;
		left: 5px;
		width: 30px;
		height: 30px;
	}
}
	
/* =woocommerce tweaks
-----------------------------------------------*/

.woocommerce .bottomcontainerBox {
	display: none;
}

.woocommerce-Price-amount,
.woocommerce div.product .stock {
	color: #cc0000;
}

.woocommerce .single_add_to_cart_button.button.alt,
.woocommerce .wc-proceed-to-checkout .button.alt,
.woocommerce #place_order.button.alt {
	background-color: #18587a;
}
	
.woocommerce .single_add_to_cart_button.button.alt:hover,
.woocommerce .wc-proceed-to-checkout .button.alt:hover,
.woocommerce #place_order.button.alt:hover {
    background-color: #002d45;
}

.woocommerce-message {
    border-top-color: #18587a;
}

.woocommerce-message:before {
    color: #18587a;
}