/*
    Theme Name: Agency Pro Theme
    Theme URI: http://my.studiopress.com/themes/agency/
    Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: StudioPress
    Author URI: http://www.studiopress.com/
    Version: 3.0.1
 
    Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
    Template: genesis
    Template Version: 2.0.0
 
    License: GPL-2.0+
    License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Forms
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
    - Common Classes
        - WordPress
        - Genesis
        - Titles
    - Widgets
        - Featured Content
    - Plugins
        - Genesis eNews Extended
        - Genesis Latest Tweets
        - Gravity Forms
        - Jetpack
    - Site Header
        - Title Area
        - Widget Area
    - Site Navigation
        - Header Navigation
        - Primary Navigation
        - Secondary Navigation
    - Content Area
        - Home Page
        - Portfolio
        - Entries
        - After Entry
        - Pagination
        - Comments
    - Sidebars
    - Footer Widgets
    - Site Footer
    - Theme Colors
        - Agency Pro Blue
        - Agency Pro Green
        - Agency Pro Orange
        - Agency Pro Red
    - Media Queries
        - max-width: 1180px
        - max-width: 1040px
        - max-width: 800px
        - max-width: 680px
        - max-width: 480px

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
    normalize.css v2.1.2 | 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;-ms-text-size-adjust:100%;-webkit-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 silver;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}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

.clearfix {
    clear: both;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #fff;
    color: #444;
    font-family: open-sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.agency-pro-home .featured-content img,
.button,
.button1,
.button2,
.button3 {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}
::-moz-selection {
    background-color: #59867F;
    color: #fff;
}

::selection {
    background-color: #59867F;
    color: #fff;
}

a {
    color: #59867F;
    text-decoration: underline;
}

a img {
    margin-bottom: -4px;
}

a:hover {
    color: #72a199;
    text-decoration: none;
}

p {
    margin: 0 0 24px;
    padding: 0;
}

strong {
    font-weight: 700;
}

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

blockquote,
blockquote::before {
    color: #666;
}

blockquote {
    margin: 40px 40px 24px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

.entry-content code {
    background-color: #222;
    color: #ddd;
}

cite {
    font-style: normal;
}
audio {
    margin-bottom:16px;
    visibility:visible !important;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: pt-serif, serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 16px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto; /* IE8 */
}

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #eee inset;
    color: #444;
    font-size: 16px !important;
    padding: 16px !important;
    width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

::-moz-placeholder {
    color: #999;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #59867F;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: open-sans, sans-serif;
    padding: 12px 16px;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
}

.button,
.entry-content .button {
    display: inline-block;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    background-color: #72a199;
    color: #fff;
}
.button1 {
    background: #d64036;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: open-sans, sans-serif;
    padding: 12px 16px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

.button1:hover {
    background-color: #72a199;
    color: #fff;
}
.button2 {
    background: #d67180;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: open-sans, sans-serif;
    padding: 12px 16px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}
.button2:hover {
    background: #DB8493;
    color:#fff;
}
.button-border {
    border: 2px solid #ffffff;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.header-full-width .site-container,
.site-container {
    padding-top: 0px;
}

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1140px;
}

.site-inner {
    clear: both;
    padding: 5% 0;
}

.agency-pro-home .site-inner {
    padding: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

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

/* Content */

.content {
    float: right;
    width: 740px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 520px;
}

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

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

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

/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.alignleft .avatar,
.alignright .avatar {
    margin: 12px;
}

.search-form {
    overflow: hidden;
}

.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

a.alignnone img,
.alignnone img {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignright {
    max-width: 100%;
}

.alignleft,
a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

.alignright
a.alignright img,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
    font-size: 14px;
    text-align: center;
}

.widget_calendar table {
    width: 100%;
}

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

/* Genesis
--------------------------------------------- */

.breadcrumb {
    color: #fff;
    font-family: open-sans, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.breadcrumb a {
    color: #fff;
}

.archive-description,
.author-box {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 40px;
}

.archive-description {
    padding: 40px 40px 24px;
}

.author-box {
    padding: 40px;
}

.author-box-title {
    color: #222;
    font-size: 16px;
    margin-bottom: 4px;
}

.author-box p {
    margin-bottom: 0;
}

.author-box .avatar {
    margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
    color: #222;
    font-size: 36px;
    line-height: 1;
}

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

.entry-title a:hover {
    color: #59867F;
    text-decoration: none !important;
}

.widget-title {
    color: #222;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.header-widget-area .widget-title {
    color: #9C5E68;
    margin-bottom: 0;
}
.archive-title {
    font-size: 20px;
    margin-bottom: 24px;
}


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

.widget {
    word-wrap: break-word;
}

.widget li {
    list-style-type: none;
    margin-bottom: 6px;
}

.widget li li {
    margin: 0;
    padding: 0 0 0 20px;
}

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

.featured-content .entry {
    margin-bottom: 20px;
    padding: 0 0 20px;
}
#featured-post-3 .entry {
    background:none;
    border-top: 1px solid #eee;
    border-radius: 0;
    margin-bottom: 0px;
    padding: 15px 0;
}
.featured-content .entry-title {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 6px;
}
.featured-content .entry-title a {
    color: #222 !important;
}
.featured-content .entry-title a:hover {
    color: #59867F !important;
    text-decoration: underline;
}
a.more-link {
    font-family: open-sans, sans-serif;
    text-transform: uppercase;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
    color: #999;
}

.enews-widget input {
    margin-bottom: 16px;
}

.enews-widget input:focus {
    border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
    background-color: #59867F;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"] {
    background-color: #F5A300;
    color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
    margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    padding: 16px;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 14px;
}

/* Jetpack
---------------------------------------------- */

img#wpstats {
    display: none;
}


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

.site-header {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 61px;
    padding: 15px 0;
    width: 100%;
    z-index: 999;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 16px 0;
    width: 342px;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    font-family: pt-serif, serif;
    font-size: 28px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

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

.site-title a:hover {
    color: #f5a300;
}

.site-description {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

/* Full width header, no widgets */

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

.header-image .site-description,
.header-image .site-title a {
    display: block;
    text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
    background-position: center !important;
    margin: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
    padding: 0;
}

.header-image .site-title a {
    float: left;
    min-height: 60px;
    width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    color: #666;
    float: right;
    margin-top:4px;
    text-align: right;
    width: 600px;
}

.site-header .widget-area li,
.site-header .widget-area p {
    margin: 0;
    padding: 0;   
}

.site-header .search-form {
    float: right;
    margin-top: 24px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #fff;
    font-family: open-sans, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    border-top: 0px solid transparent;
    color: #DAE7E5;
    display: block;
    padding: 12px 16px 14px;
    position: relative;
    text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .v .current-menu-item > a:hover {
    background-color: #72a199;
    border-color: #72a199;
    color: #fff;
}

.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;
    width: 180px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #282828;
    border: none;
    font-size: 12px;
    padding: 16px;
    position: relative;
    width: 180px;
}

.genesis-nav-menu .sub-menu a:hover {
    background-color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -50px 0 0 179px;
}

.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;
    padding: 0;
}

.genesis-nav-menu > .right > a,
.genesis-nav-menu > .date {
    display: inline-block;
    padding: 18px 16px 20px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

.genesis-nav-menu .search input {
    font-size: 12px;
    padding: 12px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
    float: right;
    width: auto;
}

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

.nav-primary {
    background-color: #59867F;
}

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

.nav-secondary {
    background-color: #444;
}


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

/* Home Page
--------------------------------------------- */

.agency-pro-home .content .widget {
    background: #fff;
    border-radius: 3px;
    margin-bottom: 6%;
    padding: 30px 40px;
}

.agency-pro-home .content .featured-content {
    padding: 30px 20px 0;
}

.agency-pro-home .content .featured-content .widget-title,
.home-middle .widget-title {
    color: #222;
    font-size: 32px;
    text-align: center;
    text-transform: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.agency-pro-home .content .featured-content article ~ ul,
.agency-pro-home .content .featured-content .more-from-category {
    margin-bottom: 40px;
    text-align: center;
}

.agency-pro-home .content .featured-content .entry {
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

.agency-pro-home .content .featured-content .entry-image {
}

.agency-pro-home .content .featured-content .entry-header {
    padding: 20px 20px 0;
}

.agency-pro-home .content .featured-content .entry-content {
    padding: 0 20px;
}

.agency-pro-home .content .featured-content .entry-content p {
    margin-bottom: 40px;
}

.agency-pro-home .featured-content a:hover {
    color: #59867F;
}

.agency-pro-home .featuredpost .entry {
    background: none;
    float: left;
    width: 33.33334%;
}

.agency-pro-home .featuredpost img.entry-image {
    margin: 0;
}

.home-top .wrap {
    color: #fff;
    font-family: open-sans, sans-serif;
    padding: 6% 0;
    text-align: center;
}
.home-top .widget {
    background: rgba(89, 134, 127, 0.95);
    border-radius: 3px;
    color: #DAE7E5;
    padding:30px 40px;
}

.home-top .widget-title {
    color: #fff;
    display: none;
    font-size: 48px;
    line-height: 1;
    text-transform: none;
}
.home-top h3 {
    color: #fff;
    margin-bottom: 8px;
}
.home-top .one-half {
    text-align: left;
}
.home-top .button {
    background-color: #fff;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
}

.home-middle {
    padding: 0;
}

.home-middle .featuredpost img.entry-image {
    padding: 0 20px 20px;
}

.home-middle .featuredpost img:hover {
}

.home-middle .featuredpost .entry {
    color: #666;
}

.home-middle .featuredpost .entry {
    min-height: 380px;
}

.home-middle .featuredpost a {
    color: #59867F;
}

.home-bottom {
    padding: 6% 0;
}

.home-bottom .featuredpost .entry {
    min-height: 320px;
}

.home-bottom .featuredpost .post:nth-of-type(3n+1),
.home-middle .featuredpost .post:nth-of-type(3n+1) {
    clear: left;
}

.home-bottom .featuredpost .entry:hover {
}

.home-bottom .featuredpost .entry:hover .entry-title a {
    color: #222;
}

/* Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 40px 40px 24px;
}
.letter .entry {
    padding: 40px 120px 24px;
}
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 18px;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ul li {
    list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
    margin-bottom: 0;
}

.entry-content .search-form {
    width: 50%;
}

.entry-meta {
    color: #999;
    font-size: 14px;
}

.entry-header .entry-meta {
    margin-bottom: 20px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    margin: 0 -40px;
    padding: 32px 40px 8px;
}

.entry-comments-link::before {
    content: "\2B";
    font-weight: 700;
    margin: 0 4px 0 6px;
}

.entry-categories,
.entry-tags {
    display: block;
}

#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
  clear:none !important;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 40px;
    text-align: center;
}

.after-entry .widget {
    margin-bottom: 40px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
    margin: 0;
}

.after-entry li {
    list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
    clear: both;
    font-family: open-sans, sans-serif;
    font-size: 14px;
    margin: 40px 0;
    text-transform: uppercase;
}

.archive-pagination a {
    color: #fff;
    text-decoration: none;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #fff;
    border-radius: 3px;
    color: #222;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #59867F;
    color: #fff;
}

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

.entry-pings,
.comment-respond,
.entry-comments {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 40px;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}
.subscribe-to-comments label {
    display:inline;
}

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

.comment-list li {
    margin-top: 40px;
    padding: 0 40px;
}

.comment-list li li {
    margin-right: -32px;
}

li.comment {
    border-left: 2px solid #eee;
}

.comment-header {
    color: #222;
    font-family: pt-serif, serif;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

.comment-header a {
    text-decoration: none;
}

.comment-header  .comment-meta,
.comment-header  .comment-meta a {
    color: #999;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

.comment-reply-link {
    font-family: open-sans, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    background-color: #eee;
    font-size: 14px;
    padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    color: #444;
}

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
}

.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 40px;
}

.sidebar .enews-widget {
    background-color: #222;
}

.sidebar .enews-widget .widget-title {
    color: #fff;
}
.sidebar .featured-content .entry-title {
  font-size:18px;
}

#text-11,
.after-entry {
  background:rgba(89, 134, 127, 0.95);
  text-align:center;
}
#text-11 h4,
.after-entry h4 {
    color: #fff;
  font-size: 24px;
  text-transform: none;
}
#text-11 p,
.after-entry p {
    color: #DAE7E5;
}

/*
Self Reiki Badge Page
---------------------------------------------------------------------------------------------------- */
.self-reiki .one-third {
  text-align: center;
}
.self-reiki textarea {
  height: 160px;
  margin-top: 10px;
  margin-bottom: 40px;
}

/*
Miscellaneous Pages
---------------------------------------------------------------------------------------------------- */
.testimonial {
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
    overflow:hidden;
    padding-bottom: 30px;
}
.media .one-fourth,
.media .one-half {
    margin-bottom: 30px;
}
.media .one-fourth img,
.media .one-half img {
    box-shadow:#CCCCCC 0 0 1px;
}

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

.footer-widgets {
    background-color: #fff;
    border-top: 1px solid #ececec;
    color: #999;
    clear: both;
    padding: 60px 0 36px;
}

.footer-widgets-1,
.footer-widgets-3 {
    width: 350px;
}

.footer-widgets-2 {
    width: 360px;
}

.footer-widgets-1 {
    margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}

.footer-widgets .widget {
    margin-bottom: 24px;
}

.footer-widgets li {
    list-style-type: none;
    margin-bottom: 6px;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #ddd;
}


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

.site-footer {
    background-color: rgba(255, 255, 255, 0.9);
    color: #222;
    font-family: open-sans, sans-serif;
    font-size: 14px;
    padding: 40px 0;
}

.site-footer a strong {
    color: #222;
    text-decoration: none;
}
.site-footer a {
    color: #444;
    text-decoration: none;
}

.site-footer a:hover {
    color: #59867f;
    text-decoration: underline;
}

.site-footer p {
    margin-bottom: 0;
}
.site-footer ul {
    margin-bottom: 21px;
}
.site-footer li {
    list-style: none;
}
.site-footer .creds {
    clear: both;
}
/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Agency Pro Blue
--------------------------------------------- */

.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .site-title a:hover,
.agency-pro-blue a,
.agency-pro-blue.agency-pro-home .featured-content a:hover {
    color: #0cc4c6;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
.agency-pro-blue .breadcrumb a,
.agency-pro-blue .genesis-nav-menu a,
.agency-pro-blue .home-top a:hover,
.agency-pro-blue .site-title a,
.agency-pro-blue a:hover.button,
.agency-pro-blue a.button {
    color: #fff;
}

.agency-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-blue .site-footer a {
    color: #999;
}

.agency-pro-blue .archive-pagination a,
.agency-pro-blue .entry-title a,
.agency-pro-blue .entry-title,
.agency-pro-blue .home-top a,
.agency-pro-blue .site-footer a:hover,
.agency-pro-blue a:hover {
    color: #222;
}

.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover {
    border-color: #0cc4c6;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
.agency-pro-blue a:hover.button,
.agency-pro-blue button:hover,
.agency-pro-blue input:hover[type="button"],
.agency-pro-blue input:hover[type="reset"],
.agency-pro-blue input:hover[type="submit"],
body.agency-pro-blue {
    background-color: #0cc4c6;
}

/* Agency Pro Green
--------------------------------------------- */

.agency-pro-green .genesis-nav-menu .current-menu-item > a,
.agency-pro-green .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-green .genesis-nav-menu a:hover,
.agency-pro-green .site-title a:hover,
.agency-pro-green a,
.agency-pro-green.agency-pro-home .featured-content a:hover {
    color: #36c38c;
}

.agency-pro-green .archive-pagination li a:hover,
.agency-pro-green .archive-pagination li.active a,
.agency-pro-green .breadcrumb a,
.agency-pro-green .genesis-nav-menu a,
.agency-pro-green .home-top a:hover,
.agency-pro-green .site-title a,
.agency-pro-green a:hover.button,
.agency-pro-green a.button {
    color: #fff;
}

.agency-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-green .site-footer a {
    color: #999;
}

.agency-pro-green .archive-pagination a,
.agency-pro-green .entry-title a,
.agency-pro-green .entry-title,
.agency-pro-green .home-top a,
.agency-pro-green .site-footer a:hover,
.agency-pro-green a:hover {
    color: #222;
}

.agency-pro-green .genesis-nav-menu a:hover,
.agency-pro-green .genesis-nav-menu .current-menu-item > a,
.agency-pro-green .genesis-nav-menu .v .current-menu-item > a:hover {
    border-color: #36c38c;
}

.agency-pro-green .archive-pagination li a:hover,
.agency-pro-green .archive-pagination li.active a,
.agency-pro-green a:hover.button,
.agency-pro-green button:hover,
.agency-pro-green input:hover[type="button"],
.agency-pro-green input:hover[type="reset"],
.agency-pro-green input:hover[type="submit"],
body.agency-pro-green {
    background-color: #36c38c;
}

/* Agency Pro Orange
--------------------------------------------- */

.agency-pro-orange .genesis-nav-menu .current-menu-item > a,
.agency-pro-orange .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-orange .genesis-nav-menu a:hover,
.agency-pro-orange .site-title a:hover,
.agency-pro-orange a,
.agency-pro-orange.agency-pro-home .featured-content a:hover  {
    color: #f07802;
}

.agency-pro-orange .archive-pagination li a:hover,
.agency-pro-orange .archive-pagination li.active a,
.agency-pro-orange .breadcrumb a,
.agency-pro-orange .genesis-nav-menu a,
.agency-pro-orange .home-top a:hover,
.agency-pro-orange .site-title a,
.agency-pro-orange a:hover.button,
.agency-pro-orange a.button {
    color: #fff;
}

.agency-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-orange .site-footer a {
    color: #999;
}

.agency-pro-orange .archive-pagination a,
.agency-pro-orange .entry-title a,
.agency-pro-orange .entry-title,
.agency-pro-orange .home-top a,
.agency-pro-orange .site-footer a:hover,
.agency-pro-orange a:hover {
    color: #222;
}

.agency-pro-orange .genesis-nav-menu a:hover,
.agency-pro-orange .genesis-nav-menu .current-menu-item > a,
.agency-pro-orange .genesis-nav-menu .v .current-menu-item > a:hover {
    border-color: #f07802;
}

.agency-pro-orange .archive-pagination li a:hover,
.agency-pro-orange .archive-pagination li.active a,
.agency-pro-orange a:hover.button,
.agency-pro-orange button:hover,
.agency-pro-orange input:hover[type="button"],
.agency-pro-orange input:hover[type="reset"],
.agency-pro-orange input:hover[type="submit"],
body.agency-pro-orange {
    background-color: #f07802;
}

/* Agency Pro Red
--------------------------------------------- */

.agency-pro-red .genesis-nav-menu .current-menu-item > a,
.agency-pro-red .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-red .genesis-nav-menu a:hover,
.agency-pro-red .site-title a:hover,
.agency-pro-red a,
.agency-pro-red.agency-pro-home .featured-content a:hover {
    color: #de3233;
}

.agency-pro-red .archive-pagination li a:hover,
.agency-pro-red .archive-pagination li.active a,
.agency-pro-red .breadcrumb a,
.agency-pro-red .genesis-nav-menu a,
.agency-pro-red .home-top a:hover,
.agency-pro-red .site-title a,
.agency-pro-red a:hover.button,
.agency-pro-red a.button {
    color: #fff;
}

.agency-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-red .site-footer a {
    color: #999;
}

.agency-pro-red .archive-pagination a,
.agency-pro-red .entry-title a,
.agency-pro-red .entry-title,
.agency-pro-red .home-top a,
.agency-pro-red .site-footer a:hover,
.agency-pro-red a:hover {
    color: #222;
}

.agency-pro-red .genesis-nav-menu a:hover,
.agency-pro-red .genesis-nav-menu .current-menu-item > a,
.agency-pro-red .genesis-nav-menu .v .current-menu-item > a:hover {
    border-color: #de3233;
}

.agency-pro-red .archive-pagination li a:hover,
.agency-pro-red .archive-pagination li.active a,
.agency-pro-red a:hover.button,
.agency-pro-red button:hover,
.agency-pro-red input:hover[type="button"],
.agency-pro-red input:hover[type="reset"],
.agency-pro-red input:hover[type="submit"],
body.agency-pro-red {
    background-color: #de3233;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1180px) {

    .site-inner,
    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content {
        width: 620px;
    }
    
    .site-header .widget-area {
        width: 400px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary {
        width: 300px;
    }
    
    .home-middle .featuredpost .entry {
        min-height: 320px;
    }
    
    .home-bottom .featuredpost .entry {
        min-height: 360px;
    }

}

@media only screen and (max-width: 1023px) {

    .site-inner,
    .wrap {
        max-width: 760px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .site-container {
        padding-top: 0px;
    }

    .header-image .site-title a {
        background-position: center !important;
        margin: 0 0 6px;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 12px 16px;
    }
    
    .genesis-nav-menu .sub-menu .sub-menu {
        margin-top: -42px;
    }

    .site-header .search-form {
        margin: 16px auto ;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .sidebar .widget.enews-widget {
        padding: 40px;
    }

    .site-footer {
        padding: 24px 0;
    }

    .footer-widgets {
        padding: 40px 5% 16px;
    }

    .footer-widgets-1 {
        margin: 0;
    }
    
    .home-bottom .featured-content .post:nth-of-type(3n+1),
    .home-middle .featured-content .post:nth-of-type(3n+1) {
      clear: none;
    }
    
    .home-bottom .featured-content .post:nth-of-type(2n+1),
    .home-middle .featured-content .post:nth-of-type(2n+1) {
      clear: left;
    }
    
    .agency-pro-home .featuredpost .entry {
        min-height: 380px;
        width: 50%;
    }
    
    .genesis-nav-menu a {
        padding: 10px 12px 12px;
    }
    
    .genesis-nav-menu .sub-menu a {
        padding: 12px;
    }
    
}

@media only screen and (max-width: 800px) {

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
    
    .agency-pro-home .wrap {
        max-width: 640px;
    }
    
    .home-middle .featuredpost .entry {
        min-height: 320px;
    }
    
    .entry-title {
        font-size: 30px;
    }
    
    .site-inner {
        padding: 5%;
    }
    
}

@media only screen and (max-width: 680px) {
    
    .header-full-width .site-container,
    .site-container {
        padding: 0;
    }

    .site-header {
        position: relative;
    }

    .wrap {
        width: 90%;
    }
    .entry,
    .letter .entry,
    .sidebar .widget,
    .entry-pings,
    .comment-respond,
    .entry-comments,
    .agency-pro-home .content .widget {
        padding: 20px;
    }
    .comment-list li {
        margin-top:20px;
        padding:0 20px;
    }
    .agency-pro-home .content .wrap {
        max-width: 380px;
    }

    .agency-pro-home .featuredpost .entry {
        min-height: 380px;
        width: 100%;
    }
    
    .agency-pro-home .content .featured-content .entry-header {
        clear: both;
    }
    
    .home-top .widget-title {
        font-size: 48px;
    }

    .agency-pro-home .content .featured-content .widget-title::before,
    .agency-pro-home .content .featured-content .widget-title::after,
    .home-middle .widget-title::before,
    .home-middle .widget-title::after {
        width: 0%;
    }
}

@media only screen and (max-width: 480px) {
    
    .home-middle .featuredpost img.entry-image {
        position: relative;
    }
    
    .home-middle .featuredpost .entry img:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
          filter: alpha(opacity=90);
          -moz-opacity: 0.9;
          -khtml-opacity: 0.9;
          opacity: 0.9;
    }
    .header-image .site-title a {
        background-size: contain !important;
    }

}


/*
dev
21828 = cart
21829 = checkout
21827 = shop
21830 = my account

prod
22122 = cart
22123 = checkout
22121 = shop
22124 = my account
*/

/* ----------------- custom css by matthew gregory 4/3/2016 ---------------*/
.page-id-21828 .sd-content,
.page-id-21829 .sd-content,
.page-id-21830 .sd-content,
.page-id-22122 .sd-content,
.page-id-22123 .sd-content {
    display: none;
}
.page-id-21828 aside.sidebar,
.page-id-21829 aside.sidebar,
.page-id-22122 aside.sidebar,
.page-id-22123 aside.sidebar {
    display: none;
}
.page-id-21828 main.content,
.page-id-21829 main.content,
.page-id-22122 main.content,
.page-id-22123 main.content {
    width: 100%;
}
.menu.genesis-nav-menu.menu-primary li:last-child {
    display: inline-block;
    float: right;
}
a.festi-cart div.festi-cart-content img.festi-cart-icon {
    display: inline;
    height: 13px;
    width: 13px;
    position: relative;
    bottom: -3px;
    left: -1px;
}
h2.woocommerce-loop-product__title {
    font-size: 18px !important;
}
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce .order_details li {
    list-style: none !important;
}
.woocommerce input.button {
    font-size: 100% !important;
    margin: 0;
    line-height: 1 !important;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em !important;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-shadow: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 6px 6px 5px !important;
    width: 130px;
}
.woocommerce-cart table.cart input.input-text.qty.text,
.woocommerce .woocommerce-ordering select,
input#woocommerce-product-search-field {
    padding: 6px 6px 5px !important;
}
.woocommerce a.button,
.woocommerce-product-search input[type="submit"] {
    padding: .618em 1em !important;
}
.page-id-21829 .woocommerce form .form-row input.input-text,
.page-id-21829 .woocommerce form .form-row textarea,
.page-id-21829 .woocommerce form .form-row select,
.page-id-22123 .woocommerce form .form-row input.input-text,
.page-id-22123 .woocommerce form .form-row textarea,
.page-id-22123 .woocommerce form .form-row select {
    padding: .618em 1em !important;
}
.tax-product_cat main.content,
.post-type-archive-product main.content {
    background: #fff;
    padding: 12px;
}
.sidebar .widget {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 12px 20px;
}
.woocommerce-product-search input[type="submit"] {
    margin-top: 12px;
}
.festi-cart-products {
    -webkit-box-shadow: 0px 5px 7px 3px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 5px 7px 3px rgba(0,0,0,0.19);
    box-shadow: 0px 5px 7px 3px rgba(0,0,0,0.19);
    background: #fff;
}
.festi-cart-total {
    float: right;
}
.festi-cart-buttons {
    float: left;
    margin-top: 12px !important;
}
.woocommerce button.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.product.woocommerce.add_to_cart_inline .add_to_cart_button,
.woocommerce #payment #place_order {
    background-color: rgb(255, 142, 25) !important;
    color: #fff !important;
}
.woocommerce button.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.product.woocommerce.add_to_cart_inline .add_to_cart_button:hover
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
    background-color: rgb(255, 165, 71) !important;
    color: #fff !important;
}
.festi-cart-view-cart,
.festi-cart-checkout {
    font-size: 100% !important;
    margin: 0 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    position: relative !important;
    font-family: inherit !important;
    text-decoration: none !important;
    overflow: visible !important;
    padding: .618em 1em !important;
    font-weight: 700 !important;
    border-radius: 3px !important;
    left: auto !important;
    color: #515151 !important;
    background-color: #ebe9eb !important;
    border: 0 !important;
    white-space: nowrap !important;
    display: inline-block !important;
    background-image: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-shadow: none !important;
}
.festi-cart-view-cart:hover,
.festi-cart-checkout:hover {
    background-color: #dad8da !important;
}
.woocommerce .quantity input.qty {
    padding: 6px !important;
}
.product.woocommerce.add_to_cart_inline {
    border: none !important;
    padding: 0 !important;
}
.woocommerce div.product form.cart .variations select {
    padding: 2px 12px !important;
}
.woocommerce div.product form.cart .variations label {
    font-size: 11px;
    line-height: 13px;
}
.buttonSm.button {
    padding: 4px 15px !important;
    font-size: 14px;
}
.trainingRow .button {
    padding: 4px 15px !important;
    font-size: 14px;
}
.trainingRow .floatLeft {
    float: left;
    width: 38%;
}
.trainingRow .floatLeft img {
    max-width: 100%;
}
.trainingRow .floatRight {
    float: right;
    width: 58%;
}
.trainingRow {
    margin: 36px 0;
}
.noteRow {
    font-size: 13px;
    margin: 0 18% 36px 18%;
    text-align: center;
    font-style: italic;
}
.addToCartRow {
    text-align: center;
    margin: 40px 0;
}
.addToCartRow.leftJustified {
    text-align: left;
}
.classSchedule {
    text-align: center;
    margin: 36px 0 52px;
}
.festi-cart-products,
.festi-cart-products-content,
.festi-cart-list,
.festi-cart-empty {
    border: none !important;
    border-color: transparent !important;
}
.page-id-5079 .entry-title,
.page-id-5615 .entry-title {
    text-align: center !important;
    font-size: 24px;
    margin-bottom: 30px;
}
.wlrw_credit {
    display: none;
}
.purchaseLinks {
    text-align: center;
    margin-bottom: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 36px;
}
.purchaseLinks a {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
}
.woocommerce-account .purchaseLinks {
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
}
.woocommerce-account .purchaseLinks a {
    font-size: 16px;
    font-weight: normal;
}
.sku_wrapper,
.posted_in,
.tagged_as {
    display: block;
    margin: 6px;
}
.sku_wrapper {
    display: none !important;
}
.panel.entry-content.wc-tab h2 {
    font-size: 24px;
}
.panel.entry-content.wc-tab h3 {
    font-size: 18px;
}
.product_title.entry-title {
    font-size: 30px;
}
.woocommerce-variation-price {
    margin-bottom: 12px;
}
.reset_variations {
    visibility: hidden !important;
}
.button2 {
    display: inline-block;
}
.page-id-3105 .entry-title {
    text-align: center;
}
mark {
    background-color: transparent;
}
.audioSampleWrapper {
    margin-bottom: 24px;
    width: 50%;
}
.page-id-22124 #menu-primary li:last-child,
.page-id-22122 #menu-primary li:last-child {
    display: none !important;
}
.myAccountSection h2 {
    font-size: 20px !important;
}
.myAccountSection h2.yourContentHeader {
    font-size: 30px !important;
}
.audioFilesBox.top {
    text-align: center;
    border: 1px solid #ccc;
    padding: 24px 28px 16px 28px;
    margin: 0 0 18px 24px;
    line-height: 1.5 !important;
}
.audioFilesBox.top {
    float: right;
}
.addToCartRow.topRight {
    float: right;
}
h4.bundled_product_title.product_title {
    margin-bottom: 0 !important;
    font-size: 18px !important;
}
.bundled_product_summary {
    padding-bottom: 4px !important;
    padding-left: 0 !important;
}
.cart.bundle_data {
    margin-top: 24px !important;
}
.noteText {
    text-align: center;
    font-size: 11px;
    margin-bottom: 90px;
}
.column1 {
    float: left;
    width: 33%;
}
.earlyBird,
.price {
    color: green;
    font-size: 20px;
}
.proofReadiness {
    margin-bottom: 28px !important;
}
.bundle {
    margin-bottom: 28px !important;

}
.divisionVideoTraining {
    margin-top: 24px;
}
.single-product.woocommerce span.onsale {
    display: none !important;
}
.et_monarch li.et_social_all_button i.et_social_icon_all_button, 
.et_monarch .et_social_sidebar_networks li.et_social_all_button:hover i.et_social_icon_all_button,
.et_monarch .et_social_sidebar_networks li.et_social_all_button i.et_social_icon_all_button {
    color: #fff !important;
}
.woocommerce ul.products li.product .onsale {
    display: none !important;
}
#menu-primary {
    margin-bottom: 0 !important;
}
.inPageSignup {
    float: right;
    width: 350px;
    padding-top:12px;
    margin-left: 12px;
}
.ginput_right.address_country#input_4_6_6_container {
    margin-left: 0 !important;
}
#text-3 {
    float: right;
}
#search-4 {
    float: left;
}
@media ( max-width: 1180px ) {
    #search-4 {
        float: right;
    }   
}
@media ( max-width: 1025px ) {
    #text-3 {
        float: none;
    }
    #search-4 {
        float: none;
    }
    #search-4 .search-form {
        width: 60%;
    }
}
@media ( max-width: 480px ) {
    #search-4 .search-form {
        width: 100%;
    }
}
#search-4 .search-form {
    margin-top: 12px !important; 
}
#search-4 .search-form input[type="search"] {
    padding: 8px !important;
}
.site-header .widget-area {
    min-height: 70px;
}
.nc_socialPanelSide .nc_tweetContainer.swp_fb,
.nc_socialPanelSide .nc_tweetContainer.linkedIn,
.nc_socialPanelSide .nc_tweetContainer.nc_pinterest,
.nc_socialPanelSide .nc_tweetContainer.googlePlus,
.nc_socialPanelSide .nc_tweetContainer.twitter {
    margin: 0 0 1px 0 !important;
}
.nc_socialPanelSide.nc_socialPanel.swp_boxed.swp_d_customColor.swp_i_fullColor.swp_o_fullColor.slide {
    left: 0 !important;
}
.nc_socialPanel.swp_d_lightGray .nc_tweetContainer.swp_fb,
.nc_socialPanel.swp_d_lightGray .nc_tweetContainer.linkedIn,
.nc_socialPanel.swp_d_lightGray .nc_tweetContainer.nc_pinterest,
.nc_socialPanel.swp_d_lightGray .nc_tweetContainer.googlePlus,
.nc_socialPanel.swp_d_lightGray .nc_tweetContainer.twitter {
    background-color: #41635e; 
}

/* ------------------------------------*/
body.betterBoundaries {
    background: none;
    background: #e7e7e7 !important;
}
body.betterBoundaries p,
body.betterBoundaries h1,
body.betterBoundaries h2,
body.betterBoundaries h3 {
    font-family: Arial, Helvetica, sans-serif !important;
}
body.betterBoundaries h2 {
    font-weight: bold;
    color: #59867f;   
}
body.betterBoundaries p.uheader,
body.betterBoundaries h1.uheader,
body.betterBoundaries h2.uheader {
    text-transform: uppercase !important;
}
body.betterBoundaries .backstretch {
    display: none !important;
}
body.betterBoundaries .entry-content ul li {
    list-style-type: disc;
}
body.betterBoundaries ul.headerNav {
    float: right !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
body.betterBoundaries ul.headerNav li {
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
body.betterBoundaries a.callToAction1 {
    background: #f0175b !important;
    color: #fff !important;
    padding: 13px 130px !important;
    border: 1px solid #fff !important;
    text-transform: uppercase !important;
    font-size: 22px !important;
    font-weight: bold !important;
    border-radius: 5px;
    text-decoration: none !important;
}
body.betterBoundaries a.callToAction1.buttonCenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    max-width: 500px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
body.betterBoundaries a.callToAction1.purple {
    background: #bd5681 !important;
}
body.betterBoundaries .buttonWrapper {
    padding-top: 20px;
}
body.betterBoundaries .site-inner {
    padding: 0 !important;
    max-width: 100% !important;
}
body.betterBoundaries .entry-header {
    display: none !important;
}
body.betterBoundaries .entry {
    padding: 0 !important;
    margin: 0 !important;
}
body.betterBoundaries .section {
    width: 100%;
}
body.betterBoundaries .sectionWrapper {
    max-width: 1060px !important;
    margin: 0 auto !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 78px !important;
    padding-bottom: 78px !important;
}
.section2 .leftSide,
.section3 .leftSide,
.section4 .leftSide,
.section5 .leftSide,
.section6 .leftSide,
.section7 .leftSide,
.section8 .leftSide,
.section9 .leftSide,
.section10 .leftSide,
.section11 .leftSide {
    float: left;
    width: 49%;
}
.section2 .rightSide,
.section3 .rightSide,
.section4 .rightSide,
.section5 .rightSide,
.section6 .rightSide,
.section7 .rightSide,
.section8 .rightSide,
.section9 .rightSide,
.section10 .rightSide,
.section11 .rightSide {
    float: right;
    width: 49%;
}
body.betterBoundaries .headerImage .sectionWrapper {
    padding: 225px 0 !important;
}
body.betterBoundaries .headerImage h1 {
    color: #fff !important;
    font-style: italic !important;
    font-weight: bold !important;
    font-size: 55px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    display: inline-block;
}
body.betterBoundaries .headerImage h2 {
    color: #fff !important;
    font-style: italic !important;
    margin-bottom: 70px !important;
}
body.betterBoundaries .headerImage {
    min-height: 200px;
    background: url('http://reikiinmedicine.org/wp-content/uploads/2016/08/pink-lotus.jpg') top center no-repeat;
    background-size: cover;
}
body.betterBoundaries .section3 {
    background: url('http://reikiinmedicine.org/wp-content/uploads/2016/08/girlDrinkingCoffee.jpg') top center no-repeat;
    background-size: cover;
}
body.betterBoundaries .section3 h2 {
    color: #6e6e70 !important;
}
body.betterBoundaries .section4 {
    background: #fafaf0 url('http://reikiinmedicine.org/wp-content/uploads/2016/08/writing-pen-background.jpg') top center no-repeat;
}
body.betterBoundaries .section6 {
    background: #9ecdc3;
    background: url('http://reikiinmedicine.org/wp-content/uploads/2016/08/waterBackground.jpg') top center no-repeat;
    background-size: cover;
}
body.betterBoundaries .section6 .sectionBox {
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
}
body.betterBoundaries .section6 .sectionBoxInner {
    padding: 36px;
    border: 1px solid #b4cfc8;
}
body.betterBoundaries .section8 {
    background: #659a92;
}
body.betterBoundaries .section8 .leftSide,
body.betterBoundaries .section8 .rightSide,
body.betterBoundaries .section8 h2 {
    color: #fff !important;
    text-align: center !important;
}
body.betterBoundaries .section8 .leftSide {
    padding-right: 35px;
    border-right: 1px solid #9ebeb9; 
}
body.betterBoundaries .section8 .rightSide {
    padding-left: 35px;
}
body.betterBoundaries .section10 {
    background: #9e9583;
    background: url('http://reikiinmedicine.org/wp-content/uploads/2016/08/wood-background.jpg') top center no-repeat;
    background-size: cover;
}
body.betterBoundaries .section10 p,
body.betterBoundaries .section10 h2 {
    color: #fff;
}
body.betterBoundaries .section11 {
    color: #fff;
    background: url('http://reikiinmedicine.org/wp-content/uploads/2016/08/bottomFooter.jpg') top center no-repeat;
    background-size: cover;
}
body.betterBoundaries .landingPageFooter {
    background: #2f6571;
    color: #fff;
}
body.betterBoundaries .landingPageFooter p {
    color: #fff;
}
body.betterBoundaries .landingPageFooter a {
    color: #fff !important;    
}
body.betterBoundaries .landingPageFooter a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
.headingCentered {
    font-style: 24px;
    text-align: center;
}
.headingCenteredSub {
    font-style: 24px;
    text-align: center;
}
.centerAlignment {
    text-align: center;
}
.footerSocialIcons {
    float: right;
}
.footerCopyright {
    float: left;
}
.rimHomepageLogos {
    text-align: center;
}
.rimHomepageLogos img {
    margin-top:20px;
    width: 1582px;
    max-width: 100%;
}
p.rimHomeButtons {
    text-align: center !important;
    margin-top: 36px !important;
}
@media only screen and (max-width: 680px) {
    p.rimHomeButtons a.button {
        margin-bottom: 18px;
    }
}