/*
Theme Name: Love Life With Lauren
Theme URI: http://shonacreative.com.au
Author: Shona Creative
Author URI: http://shonacreative.com.au
Description: Custom theme for Love Life with Lauren
Version: 1.0.0
Text Domain: lovelife
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
        5.1 Links
        5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
        10.1 Posts and pages
        10.2 Asides
        10.3 Comments
11.0 Infinite scroll
12.0 Media
        12.1 Captions
        12.2 Galleries
13.0 Header & Menu
14.0 Banner
15.0 Layout
16.0 Footer
        16.1 Footer Menu
17.0 Home Page
18.0 Sidebar
19.0 Testimonials
20.0 Fusionsoft Form
21.0 Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
 [hidden], template {
 display: none;
}

a { background-color: transparent; }
a:active, a:hover { }
a:focus { outline: none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 700; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: .67em 0; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -.5em; }
sub { bottom: -.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
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; }
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

input { line-height: normal; transition: all .2s ease-in; }

input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0; }
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 height: auto;
}

input[type=search] { -webkit-appearance: textfield; box-sizing: content-box; }
 input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
 -webkit-appearance: none;
}

fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: 700; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body, button, input, select, textarea {
    color: #595c74;
    font-size: 15px;
    line-height: 1.7;
}

::-webkit-input-placeholder {
 color: #595c74;
}

:-moz-placeholder { /* Firefox 18- */
 color: #595c74;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #595c74;
}

:-ms-input-placeholder {
 color: #595c74;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.5em;
}

.entry-content h2 {
    font-size: 18px;
}

.entry-content h3 {
    font-size: 16px;
}

.entry-content h4 {
    font-size: 15px;
}

.entry-content h5 {
    font-size: 14px;
}

p {
    margin-bottom: 1.5em;
    margin-top: .5em;
}

b, strong {
    font-weight: 700;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
 font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
 font-size: .9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/


html {
    box-sizing: border-box;
}

*, :before, :after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    font-family: Raleway, sans-serif;
}

.pacifico {
    font-family: Pacifico, sans-serif;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 2em .5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button, input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    color: rgba(0,0,0,.8);
    font-size: 12px;
    font-size: 1em;
    line-height: 1;
    padding: 7px 15px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
}

button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, button:active, input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], textarea {
    color: #595c74;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus {
    color: #111;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], textarea {
    padding: 11px 10px 10px 15px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1em;
}

textarea {
    width: 70%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a, .main-navigation ul ul a:before {
    transition: all .2s ease-in;
}

a, .main-navigation ul a:hover, .main-navigation .current_page_item > a {
    color: #46056b;
}

a:visited {
}

a:hover, a:focus, a:active {
}

a:focus {
    outline: none;
}

a:hover, a:active input[type=submit]:hover, input[type=submit]:active {
    opacity: .8;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.main-navigation {
    display: block;
    float: right;
    width: 75%;
    margin-top: 35px;
    transition: all .3s ease-in-out;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
}

.main-navigation li {
    float: left;
    position: relative;
    margin-left: 42px;
    text-transform: uppercase;
}

.main-navigation li a {
    display: block;
    text-decoration: none;
    color: #595C73;
    line-height: .8em;
    padding-top: 4px;
    padding-bottom: 1px;
    margin-top: 2px;
    outline: none;
}

.main-navigation ul ul {
    box-shadow: 0 5px 6px -2px rgba(0,0,0,0.2);
    float: left;
    position: absolute;
    top: 1.3em;
    left: -999em;
    z-index: 99999;
    width: 220px;
    background: #FFF;
    padding-top: 23px;
    padding-bottom: 8px;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 70%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ffffff), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 70%, #eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 70%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 70%, #eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 70%, #eeeeee 100%);
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 190px;
    font-weight: 500!important;
    padding-left: 14px;
    margin-left: 12px;
    margin-bottom: 5px;
}

.main-navigation ul ul li {
    padding-right: 10px;
    margin-left: 0;
    text-transform: lowercase;
    margin-bottom: 4px;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
    margin-left: 17px;
}

.main-navigation ul li:hover > ul {
    left: auto;
    opacity: 1;
}

.main-navigation ul ul li:hover > ul {
    left: 100%;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
    border-bottom: 1px solid #46056b;
}

#site-navigation.main-navigation .sub-menu-heading a {
    text-decoration: none;
    color: #46056b;
    border-bottom: 1px solid #d5d5d5!important;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.default-cursor > a {
    cursor: default;
}

.main-navigation ul ul .current_page_item > a {
    border-bottom: none!important;
}

/* Small menu. */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 24px;
    text-transform: uppercase;
    color: #595c74;
    outline: none;
    background: #883589;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    height: 33px;
    cursor: pointer;
    font-weight: normal;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
 font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .social-icons:before {
    content: "";
    display: table;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .social-icons:after {
    clear: both;
}

.clear:after, .widget_nav_menu:after {
    content: "";
    display: table;
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.single .byline, .group-blog .byline {
    display: inline;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,/* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
    /* position: relative !important; */
    z-index: 10;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: .8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
13.0 Header & Menu
--------------------------------------------------------------*/

h1.site-title a {
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    color: #595c74;
    font-size: 24px;
    outline: none;
    z-index: 10;
    position: relative;
}

.site-branding {
    float: left;
}

.wrap {
    width: 1025px;
    margin: auto;
    position: relative;
    height: 100%;
}

header#masthead {
    box-shadow: 0 2px 3px rgba(193,193,193,0.43);
    position: relative;
    background: #FFF;
    width: 100%;
    z-index: 99999;
    -webkit-transform: translate3d(0, 0, 0); /* Stops header flicker on scroll */
}

.lt-ie9 header {
    margin-top: 0
}

.main-navigation .current_page_item a {
    font-weight: 700;
}

.main-navigation a {
    text-decoration: none;
}

.main-navigation .menu-item-has-children a:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: url(images/arrow-down.png) no-repeat;
    right: -7px;
    top: 9px;
}

h1.site-title {
    margin-bottom: 19px;
    line-height: 1em;
    transition: all .3s ease-in-out;
    margin-top: 29px;
}

.fixed-header nav#site-navigation {
    margin-top: 15px;
}

.fixed-header h1.site-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-navigation ul .menu-item-has-children ul a:before {
    content: "";
    width: 7px;
    height: 9px;
    background: url(images/arrow-right.png) no-repeat;
    left: 11px;
    position: absolute;
    top: 8px;
}

#site-navigation.main-navigation .sub-menu-heading a:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    background: url(images/arrow-down.png) no-repeat;
    left: 10px;
    top: 9px;
}

.main-navigation ul ul a:hover:before {
    left: 15px;
}

#site-navigation.main-navigation .sub-menu-heading a:hover {
    margin-left: 12px;
}

.main-navigation .menu-item-has-children > a {
    margin-right: 10px;
}

button.menu-toggle:focus {
    box-shadow: none;
}

button.menu-toggle:active {
    box-shadow: none;
}

/*--------------------------------------------------------------
14.0 Banner
--------------------------------------------------------------*/

.home-banner, .page-banner, .site-footer {
    background: #e4e9e7;
    background: -moz-linear-gradient(top, #e4e9e7 0%, #ecf2f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e9e7), color-stop(100%, #ecf2f3));
    background: -webkit-linear-gradient(top, #e4e9e7 0%, #ecf2f3 100%);
    background: -o-linear-gradient(top, #e4e9e7 0%, #ecf2f3 100%);
    background: -ms-linear-gradient(top, #e4e9e7 0%, #ecf2f3 100%);
    background: linear-gradient(to bottom, #e4e9e7 0%, #ecf2f3 100%);
    position: relative;
}

.home-banner .banner-text {
    width: 682px;
    float: right;
    margin-right: -44px;
    margin-top: 12px;
    position: absolute;
    right: 0;
    top: 1px;
}

.banner-photo {
    width: 487px;
    position: absolute;
    left: -15px;
    bottom: 0;
    z-index: 10;
    line-height: 0;
}

.purple-bar,
.site-footer .infusion-submit input,
input[type=submit],
.box-link,
.testimonials-widget-testimonial,
.site-footer form.activehosted-form button {
    background: #8d3589;
    background: -moz-linear-gradient(top, #552e85 0%, #983393 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #552e85), color-stop(100%, #983393));
    background: -webkit-linear-gradient(top, #552e85 0%, #983393 100%);
    background: -o-linear-gradient(top, #552e85 0%, #983393 100%);
    background: -ms-linear-gradient(top, #552e85 0%, #983393 100%);
    background: linear-gradient(to bottom, #552e85 0%, #983393 100%);
    color: #FFF !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

.purple-bar {
    height: 62px;
    clear: both;
}

.infusion-field, .infusion-submit,
.form-field, .form-submit {
    float: left;
    margin-left: 24px;
    padding-top: 0;
}

#homepage-infusionsoft .infusion-submit input[type=submit],
#homepage-form .form-submit button,
#page-infusionsoft .infusion-submit input[type=submit],
#page-form .form-submit button {
    background: #78b1d3;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #FFF;
    text-shadow: none;
    font-size: 13px;
    padding: 10px 9px;
}


#homepage-infusionsoft,
#homepage-form {
    float: right;
    padding-top: 14px;
    position: relative;
}

.banner-photo-page {
    width: 203px;
    height: auto;
    position: absolute;
    right: -32px;
    bottom: 0;
    line-height: 0;
}

.page-banner h1 {
    font-weight: 400;
    font-size: 65px;
    margin: 0;
    padding: 70px 0 50px;
    line-height: normal;
    width: 80%;
    text-overflow: ellipsis;
}

.purple-bar {
    color: #FFF;
}

.banner-bar-text {
    padding: 6px 0;
    display: inline-block;
    width: auto;
    float: left;
    font-size: 17px;
    font-weight: 500;
}

#page-infusionsoft,
#page-form {
    float: left;
    padding-top: 13px;
    margin-left: 19px;
}

.page-banner .wrap.banner-bg, .home-banner .wrap .banner-bg {
    background: url(images/starry-bg.png) no-repeat right;
    height: 450px;
}

.home-banner .wrap .banner-bg {
    height: 437px;
    margin-right: -41px;
    z-index: -20;
}

.page-banner .wrap.banner-bg {
    height: 236px;
}

img.mobile-banner {
    display: none;
}

.banner-mobile-text {
    display: none;
    font-size: 16px;
}

span.free-videos {
    display: none;
    font-size: 18px;
    clear: both;
    color: #FFF;
    padding: 0px 5% 5px;
    text-align: center;
}

.banner-mobile-text .pacifico {
    font-size: 26px;
}

img.tablet-banner {
    display: none
}

.purple-bar.always-ontop {
    position: absolute;
}

/*--------------------------------------------------------------
15.0 Layout
--------------------------------------------------------------*/

#page {
    overflow-y: hidden;
}

#primary {
    width: 63%;
    float: left;
    min-height: 430px;
    padding-bottom: 40px;
    padding-top: 13px;
}

#secondary {
    float: left;
    width: 26%;
    margin-left: 11%;
    margin-top: 60px;
}

#colophon .wrap {
    background: url(images/starry-bg.png) no-repeat;
}

#content {
    margin-top: 2px;
    position: relative;
    z-index: 10;
}

#primary.full-width {
    width: 100%;
    float: none;
}

/*--------------------------------------------------------------
16.0 Footer
--------------------------------------------------------------*/

.social-icons a {
    background: url(images/social-icons.png) no-repeat;
    width: 60px;
    height: 60px;
    text-indent: -99999px;
    display: block;
    float: left;
    margin: 4px 5px;
}

footer#colophon aside {
    width: 32%;
    float: left;
    margin-right: 2%;
    padding-top: 35px;
}

.lt-ie9 #colophon aside {
    width: 31%;
}

.social-icons .insta {
    background-position: -70px 0;
}

.social-icons .yout {
    background-position: -140px 0;
}

.social-icons .twit {
    background-position: 0 -67px;
}

.social-icons .pint {
    background-position: -70px -67px;
}

.social-icons .linkin {
    background-position: -140px -67px;
}

.site-footer aside:nth-child(1) {
    background: url(images/logo.png) no-repeat 0 15px;
    min-height: 90px;
}

h2.footer-signup {
    font-size: 19px;
    text-align: center;
    margin-top: 12px;
    padding-left: 0;
}

h2.footer-signup .pacifico {
    font-size: 27px;
}

.social-icons {
    width: 210px;
    margin: auto;
    margin-top: 37px;
    float: right;
    margin-bottom: 35px;
}

.site-footer .infusion-submit input,
.site-footer .form-submit button {
    color: #FFF;
    text-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 2px;
    padding: 11px 13px;
    font-size: 11px;
}

.site-footer .infusion-field,
.site-footer .form-field {
    clear: both;
    margin-bottom: 5px;
    margin: 0 auto 10px;
    float: none;
}

.site-footer .infusion-submit,
.site-footer .form-submit {
    float: right;
    padding-top: 0;
}

.site-footer form.infusion-form,
.site-footer form.activehosted-form {
    width: 227px;
    margin: auto;
}

.infusion-field input,
.form-field input {
    width: 199px;
}

.lt-ie9 .infusion-field input,
.lt-ie9 .form-field input {
    height: 38px
}

.infusion-submit,
.form-submit {
    padding-top: 3px;
}

.site-footer .infusion-field input,
.site-footer .form-field input  {
    width: 229px;
    font-size: 13px;
    margin: 0 auto;
    display: block;
}

footer#colophon aside:nth-child(3) {
    margin-right: 0!important;
}

/*--------------------------------------------------------------
16.1 Footer Menu
--------------------------------------------------------------*/

.menu-footer-menu-container ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.menu-footer-menu-container > li {
    width: 34%;
}

.menu-footer-menu-container li a {
    text-decoration: none;
    color: #595c74;
    text-transform: uppercase;
    font-size: 12px;
}


.menu-footer-menu-container li.menu-col2-heading, .menu-footer-menu-container li.menu-col2-heading-2 {
    float: left;
    width: 63%;
    position: absolute;
    right: 0;
    line-height: normal;
}

.menu-col2-heading > a, .menu-col2-heading-2 > a {
    font-weight: 600;
}

#menu-footer-menu,
#wpb_widget-2 .menu-footer-menu-container {
    margin-top: 55px;
}

.site-footer .menu-item-588,
.site-footer .menu-item-666,
#wpb_widget-2 .menu-footer-menu-container.menu-col-2 .menu li {
	display: none
}

.menu-col1 a,
#wpb_widget-2 .menu-footer-menu-container.menu-col-1 a {
    margin-bottom: 12px;
    display: block;
}

#wpb_widget-2 .menu-footer-menu-container.menu-col-2 .menu .menu-item-has-children,
#wpb_widget-2 .menu-footer-menu-container.menu-col-2 .menu .menu-item-has-children li,
#wpb_widget-2 .menu-footer-menu-container.menu-col-2 .menu .menu-item-has-children .sub-menu li {
	display:  block;
}

#wpb_widget-2 .menu-footer-menu-container.menu-col-2 .menu .menu-item-has-children .sub-menu li.sub-menu-heading {
	display: none
}

#wpb_widget-2 .menu-footer-menu-container.menu-col-2 .menu .menu-item-has-children .sub-menu {
	margin-bottom: 13px
}

#wpb_widget-2 .menu-footer-menu-container.menu-col-2 .menu .menu-item-has-children {
	margin-top: -3px;
}

.menu-footer-menu-container.menu-col-2 .sub-menu li:before {
    content: "> ";
    top: -1px;
    left: 0;
    position: absolute;
}

.menu-footer-menu-container.menu-col-2 .sub-menu li {
    font-size: 13px;
    line-height: 1.5em;
    position: relative;
    padding-left: 10px;
    margin-top: 2px;
}

.menu-footer-menu-container.menu-col-2 .menu-item-has-children > a,
.menu-footer-menu-container.menu-col-2 .menu-item-has-children-2 > a {
    font-weight: 600;
}

.menu-footer-menu-container {
    float: left;
    width: 40%;
}

.menu-footer-menu-container.menu-col-2 {
    float: right;
    width: 60%;
}

.menu-footer-menu-container li.menu-col2-heading {
    top: 0;
}

.menu-footer-menu-container li.menu-col2-heading-2 {
    top: 115px;
}

/*--------------------------------------------------------------
17.0 Home Page
--------------------------------------------------------------*/

.home-posts article, .blog article, .search article, .archive article {
    border-top: 1px solid #d4d4d4;
    position: relative;
    margin-bottom: 10px;
}

a.title-link {
    text-decoration: none;
    font-size: 22px;
    margin-bottom: 9px;
    display: block;
    color: #595c74;
    font-weight: 600;
}

.entry-meta a {
    text-decoration: none;
    color: #595c74;
}

.entry-meta {
    font-style: italic;
    font-weight: 600;
}

.home-posts article:before, .blog article:before, .search article:before, .archive article:before {
    content: "";
    background: url(images/logo-l.png);
    width: 27px;
    height: 32px;
    margin: auto;
    display: block;
    margin-top: -17px;
    margin-bottom: 24px;
}

.video-shadow {
    background: url(images/video-shadows.png) no-repeat bottom;
    padding-bottom: 20px;
    width: 100%;
    background-size: 100%;
}

h2.welcome-title {
    font-weight: 400;
    font-size: 22px;
    margin-top: 29px;
}

h2.welcome-title img {
    margin-right: 5px;
    margin-bottom: 25px;
    margin-top: -12px;
}

.first-article:before {
    content: none !important;
    background: none !important;
}

.first-article {
    border-top: none !important;
}

h1.entry-title {
    padding-bottom: 0;
    margin-bottom: 15px;
    line-height: normal;
}

footer.entry-footer {
    padding-bottom: 1.5em;
}

/*--------------------------------------------------------------
18.0 Sidebar
--------------------------------------------------------------*/

input.search-field {
    background: url(images/search-icon.png) no-repeat right;
    padding-right: 32px;
    text-shadow: none;
}

#secondary input.search-field {
    width: 88%;
    padding-right: 5%;
    padding-left: 5%;
}

h3.widget-title {
    font-size: 22px;
    font-weight: 400;
    border-bottom: 1px solid;
    display: inline;
    margin-bottom: 13px;
    line-height: 1.5em;
    padding-bottom: 2px;
}

img.package-img {
    border: 1px solid #010101;
}

#secondary h4 {
    margin-bottom: 0;
}

#secondary h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    margin-top: 9px;
}

#secondary .textwidget {
    margin-top: 15px;
    clear: both;
}

.widget-title-wrap {
    margin-bottom: 15px;
}

aside.widget {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
19.0 Testimonials
--------------------------------------------------------------*/

.testimonials-widget-testimonial {
    color: #FFF;
    padding: 15px 0 10px;
    position: relative;
}

#secondary .testimonials-widget-testimonial {
    cursor: pointer;
}

#secondary .testimonials-widget-testimonial:after {
    content: "Read More";
    text-decoration: underline;
    padding-right: 23px;
    text-align: right;
    display: block;
}

.Testimonials_Widget_Slider_Widget .testimonials-widget-testimonial blockquote:after {
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #983393;
    bottom: -44px;
    left: 0;
    z-index: 9999;
    position: absolute;
}

.testimonials-widget-testimonial.list:after {
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #983393;
    bottom: -12px;
    left: 2em;
    position: absolute;
}

.lt-ie9 .Testimonials_Widget_Slider_Widget .testimonials-widget-testimonial blockquote:after, .lt-ie9 .testimonials-widget-testimonial.list:after {
    border-top: 12px solid #8d3589;
}

.testimonials-widget-testimonials .paging {
    clear: both;
    font-weight: 700;
    height: 1.4em;
}

.testimonials-widget-testimonials .paging.prepend {
    margin-bottom: 1em;
}

.testimonials-widget-testimonials .paging.append {
    margin-top: 1em;
}

.testimonials-widget-testimonials .alignleft {
    float: left;
}

.testimonials-widget-testimonials .alignright {
    float: right;
}

.testimonials-widget-testimonial.list {
    clear: left;
    margin-bottom: 2em;
}

.testimonials-widget-testimonial.single {
    clear: left;
}

.testimonials-widget-testimonial .image {
    float: left;
    margin-bottom: .4em;
    margin-right: .2em;
}

.widget .testimonials-widget-testimonial .image {
    display: block;
    float: none;
}

.testimonials-widget-testimonial q, .testimonials-widget-testimonial blockquote {
    quotes: none;
    position: relative;
}

.testimonials-widget-testimonial .open-quote:before {
    content: '\201C';
}

.testimonials-widget-testimonial .close-quote:after {
    content: '\201D';
}

.testimonials-widget-testimonial cite, .testimonials-widget-testimonial div.credit {
    display: block;
    margin-top: .2em;
    text-align: right;
}

.widget .testimonials-widget-testimonial cite, .widget .testimonials-widget-testimonial div.credit {
    margin-top: .8em;
}

.widget .testimonials-widget-testimonial .whitespace cite, .widget .whitespace cite, .widget .testimonials-widget-testimonial .whitespace div.credit, .widget .whitespace div.credit {
    margin-top: .2em;
}

.testimonials-widget-testimonial cite:before, .testimonials-widget-testimonial div.credit:before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ ";
}

.testimonials-widget-testimonial .join-title:before, .testimonials-widget-testimonial .join-location:before, .testimonials-widget-testimonial .join:before {
    content: ", ";
}

.testimonials-widget-testimonial .extra {
    margin-top: .8em;
}

.testimonials-widget-testimonial .bottom_text {
    margin-top: 1.4em;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent!important;
    overflow: visible!important;
}

.Testimonials_Widget_Slider_Widget {
    font-size: 13px;
    font-weight: 300;
}

.Testimonials_Widget_Slider_Widget .widget-title a {
    text-decoration: none;
    color: #595c74;
}

.Testimonials_Widget_Slider_Widget .widget-title:hover {
    border-color: rgba(70,5,107,0.49);
}

.credit {
    padding: 0 1.5em;
    padding-bottom: 5px;
}

/*--------------------------------------------------------------
20.0 Fusionsoft Form
--------------------------------------------------------------*/

#page-infusionsoft .infusion-field,
#page-form .form-field {
    margin-left: 5px;
    margin-right: 6px;
}

#page-infusionsoft .infusion-submit,
#page-form .form-submit {
    margin-left: 7px;
}

header#masthead.fixed-header {
    position: fixed;
}

/*--------------------------------------------------------------
21.0 Pages
--------------------------------------------------------------*/

.page-banner.gradient.clear.long-title h1 {
    padding-top: 41px;
}

.content-bg {
    border-radius: 0 0 0 28px;
    float: left;
    width: 100%;
    position: relative;
    height: 208px;
}

h2.service-title {
    text-align: center;
    color: #78318c;
    border-top: 1px solid#d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 6px 0;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 16px;
}

.box-description h3 {
    margin-top: 0;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 5px;
    clear: none;
}

a.box-link {
    position: absolute;
    right: 228px;
    bottom: 8px;
    padding: 1px 8px;
    font-size: 13px;
    text-transform: lowercase;
}

a.box-link:after {
    content: "";
    background: url(images/arrow-right-white.png);
    width: 6px;
    height: 8px;
    position: relative;
    right: -3px;
    float: right;
    top: 7px;
}

.nav-previous:before {
    content: "< ";
}

.nav-next:after {
    content: " >";
}

.home-banner {
    z-index: 10;
}

a.service-image {
    display: block;
    display: inline-block;
    float: right;
    line-height: 0;
    margin-left: 5px;
}

.service-box {
    margin-bottom: 18px;
    float: left;
    width: 100%;
}

.box-description {
    padding: 8px 18px 14px;
    width: 66%;
}

a.title-link h1 {
    font-size: 23px;
}

.service-box-wrap {
    border-radius: 0 0 0 28px;
    background: #ecf2f3;
    background: -moz-linear-gradient(top, #ecf2f3 0%, #e4e9e7 100%);
    background: -webkit-linear-gradient(top, #ecf2f3 0%, #e4e9e7 100%);
    background: linear-gradient(to bottom, #ecf2f3 0%, #e4e9e7 100%);
    position: relative;
}

/* Page Banners */
.page-banner.has-featured-image .wrap.banner-bg {
    height: 426px;
    line-height: 1;
    font-size: 0;
    overflow: hidden;
}

.page-banner.has-featured-image {
    background: #E4E7E6;

}

.purple-bar.has-featured-image .infusion-field input {
    width: 215px;
}

.purple-bar.has-featured-image #page-infusionsoft,
.purple-bar.has-featured-image #page-form  {
    margin-left:15px;
}

.widget-title-wrap .widget-title a {
    text-decoration: none;
}

ul.instagram-pics.instagram-size-thumbnail {
    padding: 0;
    margin: 0;
}
ul.instagram-pics.instagram-size-thumbnail li {
    list-style-type: none;
    max-width: 30%;
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 3%;
}
.banner-photo-page img {
	float: right;
}
.banner-bar-text .pacifico {
    float: right;
    line-height: 1;
    font-weight: normal;
    font-size: 19px;
}

/* Form Code - no more infusion */
#_form_1_ {/* font-size:14px; *//* line-height:1.6; *//* font-family:arial, helvetica, sans-serif; *//* margin:0; */}
#_form_1_ * {/* outline:0; */}
._form_hide { display:none; visibility:hidden; }
._form_show { display:block; visibility:visible; }
#_form_1_._form-top { top:0; }
#_form_1_._form-bottom { bottom:0; }
#_form_1_._form-left { left:0; }
#_form_1_._form-right { right:0; }
#_form_1_ input[type="text"],#_form_1_ input[type="date"],#_form_1_ textarea {/* padding:6px; *//* height:auto; *//* border:#979797 1px solid; *//* border-radius:4px; *//* color:#000 !important; *//* font-size:13px; *//* -webkit-box-sizing:border-box; *//*-moz-box-sizing:border-box;*//* box-sizing:border-box; */}
#_form_1_ textarea { resize:none; }
#_form_1_ ._submit {/* -webkit-appearance:none; *//* cursor:pointer; *//* font-family:arial, sans-serif; *//* font-size:14px; *//* text-align:center; *//* background:#333 !important; *//* border:0 !important; *//*-moz-border-radius:4px !important;*//* -webkit-border-radius:4px !important; *//* border-radius:4px !important; *//* color:#fff !important; *//* padding:10px !important; */}
#_form_1_ ._close-icon { cursor:pointer; background-image:url('images/forms-close-dark.png'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }
#_form_1_ ._close-icon:before { position:relative; }
#_form_1_ ._form-body { margin-bottom:30px; }
#_form_1_ ._form-image-left { width:150px; float:left; }
#_form_1_ ._form-content-right { margin-left:164px; }

#_form_1_ ._form-label,#_form_1_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }

#_form_1_ ._form_element {/* position:relative; *//* margin-bottom:10px; *//* font-size:0; *//* max-width:100%; */}
#_form_1_ ._form_element * {/* font-size:14px; */}
#_form_1_ ._form_element._clear { clear:both; width:100%; float:none; }
#_form_1_ ._form_element._clear:after { clear:left; }
#_form_1_ ._form_element input[type="text"],#_form_1_ ._form_element input[type="date"],#_form_1_ ._form_element select,#_form_1_ ._form_element textarea:not(.g-recaptcha-response) {/* display:block; *//* width:100%; *//* -webkit-box-sizing:border-box; */-moz-box-sizing:border-box;/* box-sizing:border-box; */}
#_form_1_ ._field-wrapper { position:relative; }
#_form_1_ ._inline-style { float:left; }
#_form_1_ ._inline-style input[type="text"] { width:150px; }
#_form_1_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }
#_form_1_ ._form_element img._form-image { max-width:100%; }
#_form_1_ ._clear-element { clear:left; }
#_form_1_ ._full_width {/* width:100%; */}
#_form_1_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }
#_form_1_ input[type="text"]._has_error,#_form_1_ textarea._has_error { border:#f37c7b 1px solid; }
#_form_1_ input[type="checkbox"]._has_error { outline:#f37c7b 1px solid; }
#_form_1_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }
#_form_1_ ._error._above { padding-bottom:4px; top:-41px; right:0; }
#_form_1_ ._error._below { padding-top:4px; top:100%; right:0; }
#_form_1_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }
#_form_1_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }
#_form_1_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
#_form_1_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }
#_form_1_ ._button-wrapper ._error-inner._form_error { position:static; }
#_form_1_ ._error-inner._no_arrow { margin-bottom:10px; }
#_form_1_ ._error-arrow { position:absolute; width:0; height:0; }
#_form_1_ ._error-html { margin-bottom:10px; }
.pika-single { z-index:10000001 !important; }

#_form_1_ {/* position:relative; *//* text-align:left; *//* margin:25px auto 0; *//* padding:20px; *//* -webkit-box-sizing:border-box; *//*-moz-box-sizing:border-box;*//* box-sizing:border-box; */ *zoom:1;/* background:#fff !important; *//* border:0px solid #b0b0b0 !important; *//* width:500px; *//*-moz-border-radius:0px !important;*//* -webkit-border-radius:0px !important; *//* border-radius:0px !important; *//* color:#000 !important; *//* width: 100%; */position: relative;}
#_form_1_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }
#_form_1_:before,#_form_1_:after { content:" "; display:table; }
#_form_1_:after { clear:both; }
#_form_1_._inline-style { width:auto; display:inline-block; }
#_form_1_._inline-style input[type="text"],#_form_1_._inline-style input[type="date"] { padding:10px 12px; }
#_form_1_._inline-style button._inline-style { position:relative; top:27px; }
#_form_1_._inline-style p { margin:0; }
#_form_1_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }
#_form_1_ ._form-thank-you {position:relative;left:0;right:0;text-align:center;font-size: 22px;text-align: center;width: 100%;margin-left: 10px;}
@media all and (min-width:320px) and (max-width:667px) { #_form_1_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }
}

._form_element {
    float: left;
}

.form-field input {
	font: inherit;
    margin: 0;
	color: #595c74;
    border: 1px solid #ccc;
    border-radius: 3px;
	padding: 11px 10px 10px 15px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1em;
}

.form-field input,
.form-submit button {
	font-family: 'Raleway', sans-serif
}

.site-footer ._form_element {
    clear: both;
    float: none;
}

.hide-fields {
	display: none
}