/*
=== Careful not to edit this part or something goes wrong ===
Theme Name: AusWeb
Theme URI: http://www.auswebdesign.com.au
Description: AusWeb is a custom theme designed and developed by the AusWebDesign team at http://www.auswebdesign.com.au/
Author: AusWeb
Author URI: http://www.auswebdesign.com.au/
Text Domain: ausweb

Version: 2.0

Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments

Template: genesis

License: GNU General Public License v2.0 (or later)
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* =Table of Contents
    - Normalize
    - Defaults
    - Hyperlinks
    - Body
    - Wrap
    - Primary Navigation
    - Primary Navigation Extras
    - Header
    - Image Header - Partial Width
    - Image Header - Full Width
    - Header Menu
    - Secondary Navigation
    - Navigation Constants
    - Inner
    - Slider
    - Breadcrumb
    - Taxonomy Description
    - Content-Sidebar Wrap
    - Content
    - Column Classes
    - Featured Post Grid
    - Headlines
    - Pre / Code
    - Ordered / Unordered Lists
    - Post Info
    - Post Meta
    - Author Box
    - Sticky Posts
    - Archive Page
    - Images
    - Gallery
    - Post Navigation
    - Primary / Secondary Sidebars
    - Dropdowns
    - Featured Page / Post
    - User Profile
    - Buttons
    - Search Form
    - Calendar Widget
    - Footer Widgets
    - Footer
    - Comments
    - Genesis Column Classes
    - Micro Clearfix
*/

/*! normalize.css v2.1.0 | MIT License | git.io/normalize
------------------------------------------------------------ */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Defaults
------------------------------------------------------------ */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    color: #444;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
    background-color: #fff;
    border: 1px solid #eaeaea;
}

input,
label,
select,
textarea {
    color: #888;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    max-width: 100%;
    padding: 0.75em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

textarea {
    resize: vertical;
    min-height: 100px;
    height: 180px;
    width: 100%;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
}

ol li {
    list-style-type: decimal;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea{
    border: 1px solid #eaeaea;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus{
    background: #444;
    border-color: #444;
    color: #fff;
    outline: none
}

#bbpress-forums textarea:focus {
    background: #444;
    border-color: #444;
    color: #fff;
    outline: none
}

select:focus{
    outline: none;
}

::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }
::-moz-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }

*{ word-wrap: break-word }

/* Hyperlinks
------------------------------------------------------------ */

a {
    text-decoration: none;
    -webkit-transition: background-color .3s ease-out, color .3s ease-out, opacity .3s ease-out;
    -moz-transition: background-color .3s ease-out, color .3s ease-out, opacity .3s ease-out;
    -ms-transition: background-color .3s ease-out, color .3s ease-out, opacity .3s ease-out;
    -o-transition: background-color .3s ease-out, color .3s ease-out, opacity .3s ease-out;
    transition: background-color .3s ease-out, color .3s ease-out, opacity .3s ease-out;
}

a:hover {
    color: #444;
}

a img { border: none }


/* Body
------------------------------------------------------------ */

body {
    background-color: #fafafa;
}

::-moz-selection {
    background-color: #444;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

::selection {
    background-color: #444;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

/* Wrap
------------------------------------------------------------ */

.site-container {
    background-color: #fafafa;
    border-top: 5px solid #444;
}

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

.site-header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    height: auto;
    margin: 0 auto;
    padding: 1px 0;
    width: 100%;
    position: relative;
    z-index: 5;
}

.site-header .wrap {
    width: 1040px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.title-area {
    float: left;
    overflow: hidden;
}

.site-title {
    font-size: 3em;
    line-height: 1em;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

.site-title a{
    color: #444;
}

.site-title a:hover {
    color: #3695E5;
    text-decoration: none;
}

.site-header .site-description {
    color: #444;
    font-size: 0.75em;
    padding: 0.5em 0 0;
    text-transform: uppercase;
    opacity: 0.5
}

.site-header .widget-area {
    float: right;
    padding: 3.5em 0;
    text-align: right;
}
.site-header .widget-area .widget{
    float: right;
}
.site-header .widget-area .social{
    margin-left: 20px;
    border-left: 1px solid #ddd;
    padding-left: 20px;
    position: relative;
    top: 5px;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .site-title a {
    display: block;
    margin: 0 auto;
    text-indent: -99999px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.header-image .site-description {
    display: none;
    overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width .title-area,
.header-full-width .site-title,
.header-full-width .site-title a {
    width: 100%;
    text-align: center;
    margin: 0 auto
}

/* =Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
    clear: both;
    color: #999;
    width: 100%;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}
.genesis-nav-menu a {
    border: none;
    color: #999;
    display: block;
    position: relative;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover { color: #222 }
.genesis-nav-menu .sub-menu .current-menu-item > a { color: #999 }
.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    z-index: 99;
    box-shadow: 0 10px 0 -5px rgba(0,0,0,0.05);
}
.genesis-nav-menu > li > ul:before,
.genesis-nav-menu > li > ul:after {
    content: "";
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #fff transparent;
    height: 0px;
    position: absolute;
    left: 15px;
    top: -9px;
    width: 0px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.genesis-nav-menu > li > ul:after {
    border-color: transparent transparent #eaeaea transparent;
    top: -10px;
    z-index: -1;
}
.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    position: relative;
}
.genesis-nav-menu .sub-menu .sub-menu { margin: -3.3em 0 0 260px }
.genesis-nav-menu .menu-item:hover { position: static }
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-nav-menu > .first > a { padding-left: 0 }
.genesis-nav-menu > .last > a { padding-right: 0 }
.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
}
.genesis-nav-menu > .right > a {
    font-size: 13px;
    display: inline;
    padding: 0;
}
.genesis-nav-menu > .rss > a { margin-left: 18px }
.genesis-nav-menu > .rss > a:before,
.genesis-nav-menu > .twitter > a:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}
.genesis-nav-menu > .rss > a:before {
    color: #ff5501;
    content: "\f143";
}
.genesis-nav-menu > .twitter > a:before {
    color: #28a9e2;
    content: "\f099";
}
.genesis-nav-menu input[type="search"] {
    border: none;
    padding: 15px;
    font-size: 13px;
    width: 160px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.genesis-nav-menu input[type="search"]:focus {
    width: 240px;
    background-color: #444;
    color: #fff;
}

/* Primary Navigation
------------------------------------------------------------ */

.nav-primary {
    background-color: #fff;
    border-bottom: 1px dashed #eaeaea;
    color: #aaa;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 9;
}

.nav-primary .wrap{
    width: 1040px;
    margin: 0 auto;
}

.nav-primary ul {
    float: left;
    width: 100%;
}

.nav-primary li {
    float: left;
    list-style-type: none;
}

.nav-primary li a {
    color: #aaa;
    display: block;
    font-size: 0.75em;
    padding: 11px 8px 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 0;
    zoom:1
}

.nav-primary li a:hover,
.nav-primary li a:active,
.nav-primary li:hover a,
.nav-primary .current_page_item a,
.nav-primary .current-cat a,
.nav-primary .current-menu-item a {
    color: #444;
}

.nav-primary li li a,
.nav-primary li li a:link,
.nav-primary li li a:visited{
    background-color: transparent;
    color: #aaa;
    padding: 10px 10px 12px;
    margin: 0 10px;
    position: relative;
    text-transform: none;
    width: 200px;
    z-index: 0
}

.nav-primary li li a:hover,
.nav-primary li li a:active { color: #444 }

.nav-primary li ul {
    background-color: #fff;
    border: 1px solid #eaeaea;
    height: auto;
    left: -9999px;
    position: absolute;
    padding: 5px 0;
    width: 240px;
    z-index: 9999;
}

.nav-primary li ul a { width: 190px }

.nav-primary li ul li ul { margin: -3.01em 0 0 240px }

.nav-primary li:hover>ul,
.nav-primary li.sfHover ul { left: auto }

/* Primary Navigation Extras
------------------------------------------------------------ */

.nav-primary li.right {
    float: right;
    padding-top: 0.45em;
}

.nav-primary li.right a {
    background: none;
    border: none;
    color: #aaa;
    display: inline;
    text-decoration: none;
}

.nav-primary li.right a:hover {
    color: #444;
    text-decoration: none;
}

.nav-primary li.search { padding: 0 }

.nav-primary li.rss a {
    background: url(images/rss.png) no-repeat top left;
    padding: 0 0 0 24px;
    margin: 0 1em 0 0
}

.nav-primary li.twitter a,
.latest-tweets ul li.last a {
    background: url(images/twitter.png) no-repeat center left;
    padding: 0 0 0 24px;
}

.nav-primary li.right a:hover { color: #444; }

/* Header Menu
------------------------------------------------------------ */

.site-header ul.menu {
    float: right;
    background-repeat:  repeat;
    color: #efe6d7;
    position: relative;
    z-index: 5;
}

.site-header ul.menu ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}

.site-header ul.menu li {
    border: none;
    float: left;
    list-style-type: none;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.site-header ul.menu li a {
    color: #aaa;
    display: block;
    font-size: 0.875em;
    line-height: 1em;
    padding: 10px;
    position: relative;
    text-decoration: none;
}

.site-header ul.menu li a:hover,
.site-header ul.menu li a:active,
.site-header ul.menu li:hover a,
.site-header ul.menu .current_page_item a,
.site-header ul.menu .current-cat a,
.site-header ul.menu .current-menu-item a { 
    color: #444
}

.site-header ul.menu li li a,
.site-header ul.menu li li a:link,
.site-header ul.menu li li a:visited{
    background-color: transparent;
    color: #aaa;
    line-height: 1.5em;
    padding: 10px 10px 12px;
    margin: 0 10px;
    position: relative;
    text-transform: none;
    width: 200px;
    z-index: 0
}

.site-header ul.menu li li a:hover,
.site-header ul.menu li li a:active { color: #444 }

.site-header ul.menu li ul {
    background-color: #fff;
    background-repeat: repeat;
    border: 1px solid #eaeaea;
    height: auto;
    left: -9999px;
    margin: 0;
    position: absolute;
    padding: 5px 0;
    width: 240px;
    z-index: 9999;
}

.site-header ul.menu li ul a { width: 200px }

.site-header ul.menu li ul li ul { margin: -3.126em 0 0 240px }

.site-header ul.menu li:hover>ul,
.site-header ul.menu li.sfHover ul { left: auto }

/* Secondary Navigation
------------------------------------------------------------ */

.nav-secondary {
    color: #efe6d7;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.075), 0 10px 0 rgba(0,0,0,0.01);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.075), 0 10px 0 rgba(0,0,0,0.01);
    box-shadow: 0 2px 4px rgba(0,0,0,0.075), 0 10px 0 rgba(0,0,0,0.01);
}

.nav-secondary .wrap{
    width: 1040px;
    margin: 0 auto;
}

.nav-secondary ul {
    float: left;
    width: 100%;
}

.nav-secondary li {
    float: left;
    list-style-type: none;
}

.nav-secondary li a {
    color: #888;
    display: block;
    line-height: 1em;
    padding: 1.25em 1em;
    margin: 0;
    position: relative;
    z-index: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-secondary li a:after{
    border-right: 1px solid #eaeaea;
    content: '';
    width: 0;
    height: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 0.9em;
    z-index: -999;
}

.nav-secondary li:last-child a:after{
    display: none;
}

.nav-secondary li li a:after{
    display: none;
}

.nav-secondary li a:hover,
.nav-secondary li a:active,
.nav-secondary li:hover a,
.nav-secondary .current_page_item a,
.nav-secondary .current-cat a,
.nav-secondary .current-menu-item a {
    color: #444;
}

.nav-secondary li li a,
.nav-secondary li li a:link,
.nav-secondary li li a:visited {
    background-color: transparent;
    background-image: none;
    border-right: none;
    color: #aaa;
    font-size: 0.875em;
    padding: 16px 10px;
    margin: 0 10px;
    position: relative;
    text-transform: none;
    width: 220px;
}

.nav-secondary li li a:hover,
.nav-secondary li li a:active { color: #444 }

.nav-secondary li ul {
    background-color: #fff;
    border: 1px solid #eaeaea;
    height: auto;
    left: -9999px;
    margin: 0;
    position: absolute;
    padding: 5px 0 5px;
    width: 260px;
    z-index: 9999;
}

.nav-secondary li ul a { width: 190px; }

.nav-secondary li ul li ul { margin: -3.32em 0 0 260px}

.nav-secondary li:hover > ul,
.nav-secondary li.sfHover ul { left: auto; }

/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul { left: -9999px; }

li:hover,
li.sfHover { position: static; }

li:hover,
li.sfHover { position: static; }

.genesis-nav-menu li a.sf-with-ul,
.site-header ul.menu li a.sf-with-ul { padding-right: 30px; }

.genesis-nav-menu li a .sf-sub-indicator {
    top: 1.45em;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 19px;
}

.nav-primary li a .sf-sub-indicator{
    top: 0.75em;
}

.site-header .genesis-nav-menu li a .sf-sub-indicator{
    top: 9px;
}

.nav-secondary li li a .sf-sub-indicator {
    top: 15px;
}

.genesis-nav-menu ul {
    box-shadow: 0 10px 0 -5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 0 -5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 0 -5px rgba(0,0,0,.1);
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li:last-child li a,
.genesis-nav-menu li li li:last-child li a {
    border-bottom: 1px dashed #eaeaea;
}

.genesis-nav-menu li li:last-child a,
.genesis-nav-menu li li li:last-child a,
.genesis-nav-menu li li li li:last-child a {
    border: none
}

#wpadminbar li:hover ul ul { left: 0; }

.menu-primary-mobile,
.menu-secondary-mobile,
.menu-header-mobile {
    background-color: #444;
    border: none;
    color: #fff;
    display: none;
    font-size: 15px;
    line-height: 1.5em;
    width: 100%;
    padding: 12px 10px;
    margin: 0 auto;
}

.menu-primary-mobile:focus,
.menu-secondary-mobile:focus,
.menu-header-mobile:focus { outline: none; }

/* Inner
------------------------------------------------------------ */

.site-inner {
    margin: 0 auto;
    padding: 3em 0 0;
    width: 1040px;
    position: relative;
    z-index: 0;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
    border-bottom: 4px solid #444;
    font-size: 0.875em;
    margin: 0 0 30px;
    padding: 0 0 0.75em;
    position: relative;
    z-index: 0;
}

.breadcrumb:after{
    border-bottom: 1px dashed #444;
    content: '';
    width: 100%;
    height: 0;
    display: block;
    margin-top: 6px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -99;
}

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
    background-color: #fff;
    margin: -10px 0 30px;
    padding: 0 0 15px;
}

.taxonomy-description p {
    font-size: 14px;
    padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
    float: left;
    width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
    width: 100%;
}

.red-box{
    background: #e1f6fe;
    padding: 1.5em;
    margin: 0 0 3em;
    text-align: center;
    font-size: 1.125em
}

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

.content {
    float: left;
    width: 410px;
}

.content-sidebar .content,
.sidebar-content .content {
    width: 65%;
}

.sidebar-content .content{
    float: right;
}

.full-width-content .content {
    width: 100%;
    margin: 0
}

.post,
.type-attachment {
    margin: 0 0 40px;
}

.entry-content {
    margin: 0 0 30px
}

.single .entry-content,
.blog .entry-content,
.page-template-page_blog-php .entry-content,
.archive .entry-content {
    overflow: hidden;
}

iframe[src*='w.soundcloud.com'],
iframe[src*='www.slideshare.net'],
iframe[src*='www.scribd.com']  {
    max-width: 100%;
}

.twitter-tweet-rendered{
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 0 2.5em!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content p {
    margin: 0 0 25px;
}

blockquote {
    border-left: 5px solid #444;
    margin: 5px 5px 20px 2.5em;
    padding: 10px 20px;
}

.content blockquote p {
    font-style: italic;
    margin: 0
}

p.subscribe-to-comments {
    padding: 20px 0 10px;
}

.clear {
    clear: both;
}

.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0 0 25px;
}

.entry table,
.entry table.order_details {
    border: 1px solid #DFDFDF;
    border-bottom-width: 0;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    color: #333;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 20px;
}

.entry table td,
.entry table th {
    border-bottom: 1px solid #DFDFDF;
    color: #555;
}

.entry table th {
    text-shadow: 0px 1px 0px #fff;
    font-weight: normal;
    padding: 7px 7px 8px;
    text-align: left;
    font-size: 0.875em;
}

.entry table td {
    font-size: 1em;
    padding: 10px;
    vertical-align: top;
}

.ayo_post_password{
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 30px 30px 5px;
    text-align: center;
    margin: 0 0 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75)
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-weight: normal;
    line-height: 1.25;
    margin: 0 0 20px;
}

h1 {
    font-size: 2.25em;
}

.taxonomy-description h1 {
    margin: 0;
}

h2 {
    font-size: 1.875em;
}

h2 a:hover {
    text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
    font-size: 1em;
    margin: 0 0 10px;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em;
}

.widget-area h4 {
    border-bottom: 3px solid #444;
    font-size: 1.125em;
    margin: 0 0 1.5em;
    padding: 0 0 0.75em;
    position: relative;
    z-index: 0
}

.site-header .widget-area h4,
.site-header .widget-area h4:after,
.footer-widgets .widget-area h4,
.footer-widgets .widget-area h4:after {
    border-bottom: none;
    padding: 0;
}

.widget-area h4 a {
    color: #333;
    text-decoration: none;
}

h5 {
    font-size: 1em;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
    list-style-type: square;
    margin: 0 0 0 30px;
    padding: 0;
}

.entry-content ol li {
    margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
    padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
    font-size: 14px;
    margin: -5px 0 15px;
}

.ayoicon{
    margin-right: 10px;
}

.content .entry-header .entry-meta{
    float: left;
    margin: 0 30px 30px 0
}

.content .entry-header .entry-meta .entry-time,
.content .entry-header .entry-meta .entry-comments-link{
    background: none;
    display: block;
    margin: 10px 0;
    padding: 10px 20px 10px 0
}

.content .entry-header .entry-meta .entry-time{
    border-bottom: 1px solid #eee;
    margin-top: 0;
    padding-top: 0
}

.content .entry-header .entry-meta .entry-comments-link {
    border-top: 1px solid #eaeaea;
}

/* Post Avatar
------------------------------------------------------------ */
.ayo-avatar{
    float: left;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
    border-top: 4px solid #444;
    clear: both;
    font-size: 14px;
    padding: 20px 0 0;
}

.entry-footer .entry-meta .entry-categories,
.entry-footer .entry-meta .entry-tags {
    display: block;
    margin: 0 0 10px
}

/* Author Box
------------------------------------------------------------ */

.author-box {
    margin: 0 0 40px;
    overflow: hidden;
    padding: 20px 20px 0;
}

.author-box-content p {
    font-size: 0.875em;
}

/* Sticky Posts
------------------------------------------------------------ */

.sticky {
    background-color: #f5f5f5;
    margin: -10px 0 40px;
    padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
    float: left;
    padding: 20px 0 0;
    width: 45%;
}

/* Images
------------------------------------------------------------ */

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.avatar,
.featuredpage img,
.featuredpost img,
img.post-image {
    background-color: #fff;
    border: 1px solid #eee;
    display: block;
    padding: 7px;
    position: relative;
    z-index: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.featuredpage img[class^="attachment-"],
.featuredpage img[class*="attachment-"] {
    margin-bottom: 20px;
}

.author-box .avatar {
    background-color: #fff;
    float: left;
    margin: 0 10px 0 0;
}

.post-image {
    margin: 0 10px 10px 0;
}

.comment-list li .avatar {
    background-color: #fff;
    float: right;
    margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 25px;
}

img.alignnone {
    display: inline;
    margin: 0 0 25px;
}

img.alignleft {
    display: inline;
    margin: 0 25px 25px 0;
}

img.alignright {
    display: inline;
    margin: 0 0 25px 25px;
}

.alignleft {
    float: left;
    margin: 0 25px 25px 0;
}

.alignright {
    float: right;
    margin: 0 0 25px 25px;
}

.alignnone {
    margin: 0 0 25px;
}

.wp-caption,
.sidebar .wp-caption {
    text-align: center;
    max-width: 100%;
    padding: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-caption a,
.sidebar .wp-caption a{
    overflow: hidden;
    margin: 0;
    display: block;
    position: relative;
    z-index: 0;
}

.sidebar p.wp-caption-text,
.content p.wp-caption-text {
    color: #888;
    font-size: 13px;
    padding: 10px 10px 5px;
    margin: 0;
}
.sidebar p{
	margin-bottom: 20px;
}

.wp-smiley,
.wp-wink {
    border: none;
    float: none;
}

.post_thumbnail {
    position: relative;
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
    z-index: 0;
}

.post_thumbnail,
.post_thumbnail a { 
    display: block;
    position: relative;
    z-index: 0
}

.post_thumbnail img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

a.thumbnail_overlay {
    background-color: #ff5555;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

a.thumbnail_overlay:hover {
    background-position: center center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}


/* Gallery
------------------------------------------------------------ */
.gallery-size-thumbnail {

}

.gallery .gallery-item {
    background-color: #fff;
    border: 1px solid #eaeaea;
    display: inline-block;
    width: 150px;
    padding: 7px;
    margin: 0 2px 6px; 
    position: relative;
    z-index: 0;
}

.gallery-caption {
    display: none
}

.nav-attachment {
    border-top: 4px solid #444;
}


/* Post Navigation
------------------------------------------------------------ */

.pagination {
    font-size: 0.875em;
    overflow: hidden;
    padding: 0;
    width: 100%;
    clear:both;
    position: relative;
    top: 1px;
}

.pagination li {
    display: inline;
    float: left;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 16px;
    display: block;
    margin: 0 3px 0 0;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #444;
    border-color: #444;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.post-nav {
    padding: 2em 0 0;
    color: #aaa;
}

.post-nav a:hover {
    text-decoration: none
}

.prev-post-nav {
    float: left;
    width: 50%;
}

.next-post-nav {
    float: right;
    width: 50%;
    text-align: right;
}

.prev-post-nav i{
    padding-right: 10px
}

.next-post-nav i {
    padding-left: 10px
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
    display: inline;
    float: right;
    font-size: 0.875em;
    width: 31%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

.sidebar p {
    font-size: inherit;
}

.sidebar .entry-header .entry-meta,
.footer-widgets .entry-header .entry-meta {
    font-size: 12px;
}

.sidebar .entry-header .entry-meta .entry-comments-link,
.footer-widgets .entry-header .entry-meta .entry-comments-link {
    background: url(images/icon-dot.png) no-repeat left;
    margin: 0 0 0 3px;
    padding: 0 0 0 10px;
}

.sidebar .widget {
    margin: 0 0 30px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
    border-bottom: 1px dashed #eee;
    list-style-type: none;
    margin: 0;
    padding: 0.75em 0;
    word-wrap: break-word;
}

.sidebar.widget-area ul li:first-child,
.footer-widgets .widget-area ul li:first-child{
    padding-top: 0
}

.sidebar.widget-area ul li:last-child,
.footer-widgets .widget-area ul li:last-child{
    border-bottom: none
}

.sidebar.widget-area ul ul li {
    border: none;
    margin: 0;
}

.widget_tag_cloud a,
.widget_tag_cloud a:visited,
.widget_product_tag_cloud a,
.widget_product_tag_cloud a:visited {
    background: #444;
    color: #fff;
    display: inline-block;
    *display: inline;
    padding: 5px 10px 5px 16px;
    margin: 3px 0;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
    zoom: 1;
    z-index: 0;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
}

.widget_tag_cloud a:before,
.widget_product_tag_cloud a:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    display: block;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    left: 0.6em;
    z-index: -999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
    box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
    color: #fff;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.latest-tweets ul li.last{
    float: right;
}

.latest-tweets ul li.last a{
    display: block;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
    display: inline;
    margin: 0;
    width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
    margin: 0 0 15px;
    overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
    border-bottom: 1px dashed #ddd;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 0;
}

.footer-widgets .featuredpage .page,
.footer-widgets .featuredpost .post {
    padding: 0;
}

.featuredpage .page:last-child,
.featuredpost .post:last-child {
    border-bottom: none
}

.more-from-category {
    padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
    overflow: hidden;
}

/* =Buttons
-------------------------------------------------------------- */

/* =Buttons
-------------------------------------------------------------- */

a.button,
a.button:visited,
button.button,
input.button,
input[type="submit"],
#respond input#submit,
.content input.button,
a.shipping-calculator-button {
    background-color: #fafafa;
    background-image: url(lib/assets/img/shade.png);
    background-repeat: repeat-x;
    background-position: bottom; left;
    border: 1px solid #ddd;
    color: #888;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    display: inline-block;
    font-size: 14px;
    line-height: 1.25em;
    margin: 0;
    text-decoration: none;
    overflow: visible;
    padding: 8px 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    z-index: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.button.loading,
button.button.loading,
input.button.loading,
#respond input#submit.loading,
.content input.button.loading {
    color: #777777;
    border: 1px solid #f7f6f7;
}

a.button.loading:before,
button.button.loading:before,
input.button.loading:before,
#respond input#submit.loading:before,
.content input.button.loading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(lib/assets/img/ajax-loader.gif) center no-repeat rgba(255, 255, 255, 0.65);
}

a.button.added:before,
button.button.added:before,
input.button.added:before,
#respond input#submit.added:before,
.content input.button.added:before {
    background: url(lib/assets/img/success.png) no-repeat;
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    top: 0.6em;
    right: -26px;
    text-indent: 0;
}

a.button:hover,
button.button:hover,
input.button:hover,
input[type="submit"]:hover,
#respond input#submit:hover,
.content input.button:hover,
a.shipping-calculator-button:hover {
    background-color: #fff;
    color: #0D72C7;
    text-decoration: none;
}

a.button:active,
button.button:active,
input.button:active,
input[type="submit"]:active,
#respond input#submit:active,
.content input.button:active,
a.shipping-calculator-button:active { top: 1px }

a.button.alt,
button.button.alt,
input.button.alt,
#respond input#submit.alt,
.content input.button.alt {
    background-color: #444;
    background-image: url(lib/assets/img/shade25.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    border-color: #444;
    color: #ffffff;
    padding: 0.65em 1.25em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 0
}

a.button.alt:hover,
button.button.alt:hover,
input.button.alt:hover,
#respond input#submit.alt:hover,
.content input.button.alt:hover {
    background-color: #fafafa;
    background-image: url(lib/assets/img/shade.png);
    background-repeat: repeat-x;
    background-position: bottom; left;
    border: 1px solid #ddd;
    color: #0D72C7;
    text-shadow: 0 1px 0 #fff;
}

.cart .button,
.cart input.button { float: none }

h2 a.shipping-calculator-button{
    font-size: 14px;
    font-weight: normal;
}

#reply-title small a,
#comment .comment-reply a{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

input[type="button"]:hover,
input[type="submit"]:hover,
#respond input[type="button"]:hover,
#respond input[type="submit"]:hover,
#reply-title small a:hover,
#comment .comment-reply a:hover  {
    background-color: #fff;
    color: #0D72C7;
    text-decoration: none;
}

/* Wp Dialog
------------------------------------------------------------ */

.wp-dialog input {
    padding: 0.25em 0.75em;
}

.wp-dialog input[type="submit"] {
    cursor: pointer;
}

.wp-dialog input[type="text"]:focus,
.wp-dialog input[type="password"]:focus,
.wp-dialog textarea:focus{
    outline: none
}

/* Search Form
------------------------------------------------------------ */
#searchform,
.search-form {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 200px\9;
    max-width: 100%;
}

#bbp-search-form div{
    position: relative;
}

.sidebar .search-form {
    width: 100%
}

.site-header .search-form {
    float: right;
}

.widget_product_search input[type="submit"],
input[type="submit"].search-form input[type="submit"],
input[type="submit"]#bbp_search_submit, .search-form input[type="submit"] {
    background-color: #444;
    background-image: url(images/icon-search.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-color: #eee;
    border: none;
    margin: 0;
    padding: 0;
    width: 3em;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: capitalize;
    text-indent: -99999px;
    z-index: 1;
}

input[type="text"].search-form input[type="search"],
input[type="text"]#s,
input[type="text"]#s,
input[type="text"]#bbp_search, .search-form input[type="search"] {
    background-color: #fff;
    border-color: #eee;
    color: #aaa;
    margin: 0;
    padding: 0.95em 4em 0.85em 0.95em;
    width: 100%;
}

.nav-primary input[type="text"].search-form input[type="search"], .search-form input[type="search"] {
    border-bottom-width: 0;
    border-top-width: 0;
    padding: 0.95em 4em 0.85em 0.85em;
    width: 200px;
    zoom: 1;
}

.nav-primary input[type="text"].s:focus{
    width: 280px
}

input[type="text"]:focus,
input[type="text"].s:focus,
input[type="text"]#s:focus,
input[type="text"]#bbp_search:focus {
    color: #fff;
    outline: none
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    font-size: 12px;
    font-style: italic;
    padding: 2px 5px 0 0;
    text-align: right;
}

#wp-calendar thead {
    background-color: #f5f5f5;
    font-weight: bold;
    margin: 10px 0 0;
}

#wp-calendar td {
    background-color: #f5f5f5;
    padding: 2px;
    text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-size: 0.875em;
    width: 100%;
    margin: 0 auto;
    padding: 4em 0 1em;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.footer-widgets .wrap{
    margin: 0 auto;
    width: 1040px;
}

.footer-widgets .widget {
    background: none;
    border: none;
    margin: 0 0 40px;
    padding: 0;
}

.footer-widgets .textwidget {
    padding: 0;
}

.footer-widgets .widget_tag_cloud div div {
    padding: 0;
}

.footer-widgets p {
    font-size: inherit;
    margin: 0 0 20px;
}

.footer-widgets ul {
    margin: 0;
}

.footer-widgets ul li {
    margin: 0 0 0 20px;
}

.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
    background: none;
}

.footer-widgets .featuredpage .attachment-thumbnail,
.footer-widgets .featuredpost .attachment-thumbnail {
    max-width: 60px;
    height: auto;
    display: inline-block;
    padding: 4px
}

.widget.ayo-text-icon h4 {
    overflow: hidden;
}

.widget.ayo-text-icon i,
.ayo-block-title i{
    padding: 1px 15px 1px 1px;
}

.sidebar .widget.ayo-text-icon i,
.footer-widgets .widget.ayo-text-icon i  {
    font-size: inherit
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    float: left;
    margin-right: 03.50877192982456%;
    width: 22.36842105263158%;
}

.footer-widgets-4 {
    margin-right: 0
}

.icon-wrap {
    display: block;
    margin: 0 auto;
}

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

.site-footer {
    background-color: #fff;
    border-bottom: 4px solid #444;
    clear: both;
    font-size: 0.875em;
    padding: 4em 0 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 0;
    text-align: center;
}

.site-footer:after {
    border-bottom: 1px solid #eaeaea;
    content: '';
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    z-index: -99;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
}

.site-footer .wrap {    
    margin: 0 auto;
    width: 1040px
}

.site-footer p {
    font-size: inherit;
}

.site-footer .creds {
    margin-bottom: 2em
}

.site-footer .gototop a{
    background: #444;
    color: #fff;
    display: block;
    width: 48px;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -24px;
    height: 48px;
    line-height: 48px;
    text-transform: 0 -1px 0 rgba( 0,0,0,0.75 );
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: inset 0 1px 1px rgba( 0,0,0,0.25 );
    -moz-box-shadow: inset 0 1px 1px rgba( 0,0,0,0.25 );
    box-shadow: inset 0 1px 1px rgba( 0,0,0,0.25 );
}

.site-footer .gototop a:hover{
    opacity: 0.75;
    text-decoration: none;
}

.site-footer .widget {
    clear: both;
    padding: 0 0 1em;
}

.site-footer ul.menu {
    float: right;
    background-repeat:  repeat;
    color: #efe6d7;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 5;
}

.site-footer ul.menu li {
    border: none;
    display: inline-block;
    *display: inline;
    list-style-type: none;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    zoom: 1;
}

.site-footer ul.menu li a {
    color: #aaa;
    display: block;
    font-size: 0.875em;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
}

.site-footer ul.menu li a:hover { 
    color: #444
}

.site-footer ul.menu li li a {
    background-color: transparent;
    color: #444;
    line-height: 1.5em;
    padding: 10px 10px 12px;
    margin: 0 10px;
    position: relative;
    text-transform: none;
    width: 200px;
    z-index: 0
}

.site-footer ul.menu li ul {
    display: none
}

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

.entry-comments,
#respond {
    margin: 0 0 1em;
    overflow: hidden;
}

#author,
#comment,
#email,
#url {
    margin: 0.5em 0;
    width: 250px;
}

#reply-title a{
    font-size: 15px
}

#comment {
    height: 150px;
    width: 100%;
}

#commentform input[type=text].error,
#commentform textarea.error {
    background-color: #ff783c;
    border-color: #ff783c;
    color: #fff;
}

#commentform div.error,
#commentform label.error {
    color: #ff783c;
    margin: 0 0 5px;
}

#commentform div.errorlabels label { display: block }

.ping-list {
    margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
    padding: 10px;
}

.comment-list li,
.ping-list li {
    font-weight: bold;
    list-style-type: none;
    margin: 1em  0;
    padding: 1em 1.75em;
}

.comment-list li ul li {
    list-style-type: none;
}

.comment-content p {
    font-size: 14px;
    margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
    font-style: normal;
}

.comment-meta {
    font-size: 12px;
    margin: 0 0 5px;
}

#comment .comment-reply {
    font-size: 14px;
    font-weight: 300;
}

.nocomments {
    text-align: center;
}

.entry-comments .pagination {
    display: block;
}

.bypostauthor {
    background-color: #fafafa;
}

.thread-alt,
.thread-even{
    background-color: #fff;
}

.alt,
.depth-1,
.even {
    border: 1px solid #eaeaea;
}

/* Genesis Column Classes
------------------------------------------------------------ */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
    width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
    width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
    width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
    width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
    width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
    width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
    width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
    width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
    width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
    width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
    width: 82.638888888%; /* 952px / 1152px */
}

.first {
    margin-left: 0;
}


/* Micro Clearfix
------------------------------------------------------------ */
.clearfix:before,
.clearfix:after,
.wrap:before,
.wrap:after,
.widget-wrap:before,
.widget-wrap:after,
.site-container:before,
.site-container:after,
.entry-comments:before,
.entry-comments:after,
#respond:before,
#respond:after {
    content: " ";
    display: table;
}

.clearfix:after,
.wrap:after,
.widget-wrap:after,
.site-container:after,
.entry-comments:after,
#respond:after { clear: both; }

.clearfix,
.wrap,
.widget-wrap,
.site-container,
.entry-comments,
#respond { *zoom: 1}

.clear {
    clear: both;
    display: block;
}


/* Gravity Forms
------------------------------------------------------------ */
.gform_confirmation_wrapper{
	font-weight: bold;
}



/* Home Page
------------------------------------------------------------ */
.awd-panel.boxed.rounded .wpb_row .wpb_column{
	border: 1px solid #ddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}



/* TEMPORARY FIX FOR CHROME FONT BUG - Chris
   http://stackoverflow.com/questions/22011139/google-fonts-are-not-rendering-on-google-chrome */

body, p, span, div {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}






