/*
Theme Name: Sisters in Sync Custom Theme
Theme URI: http://www.grayswebdesign.com/
Author: Grays Web Design
Author URI: http://www.grayswebdesign.com/
Description: Custom Theme for Sisters in Sync
Version: 1.0.0
Text Domain: ttwp_
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
	## To Top
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# 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 {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 500;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 42px;
    margin: 0 0 0.67em 0;
}

h2, .h2 {
    font-size: 30px;
    margin: 0 0 0.67em 0;
}
h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
    margin: 0 0 0.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: -0.5em;
}

sub {
    bottom: -0.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;
}

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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/*clearfix*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
    font-family: calluna-sans, sans-serif;
    color: #434a31;
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: aviano-sans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #5d9da5;
}

h1 {
    font-size: 42px;
    margin: 0 0 0.67em 0;
}

h2, .h2 {
    font-size: 30px;
    margin: 0 0 0.67em 0;
}
h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
    margin: 0 0 0.67em 0;
}

p {
    margin-bottom: 1em;
    margin-top: 0;
    line-height: 1.3em;
}

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: 0.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: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# 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; /* Fallback for when there is no custom background color defined. */
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

hr {
    background-color: #999;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.7em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

a img {
    border: none;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# 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: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	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 {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
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: #666;
    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"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    /*border-top: 20px solid #1C75BC;*/
    background-image: url(images/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 20px;
    min-height: 100px;
}


.header-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    padding: 0;
}

.site-logo {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 30%;
    background: #542489;
    text-align: center;
    padding: 20px;
    font-family: aviano-sans, sans-serif;
}

.header-social {
    padding: 15px 0 45px 0;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link, a:hover, a:focus, a:active, a:visited {
    color: #5d9da5;
    text-decoration: none;
}
a.underline:link, a.underline:hover, a.underline:focus, a.underline:active, a.underline:visited {
    text-decoration: underline;
}
.underlined a {
    text-decoration: underline !important;
}

a:hover {
    text-decoration: underline;
}

#page .uabb-button-wrap a.uabb-button,
#page .uabb-creative-button-wrap a.uabb-button,
a.btn,
input.btn,
button.btn,
#content button.button,
input#submit,
input.gform_button,
#page a.fl-button,
#page a.button,
#page input[type=submit].gform_button,
#page .my-products a.fl-post-grid-more,
#page .uabb-contact-form-submit {
    font-family: aviano-sans, sans-serif;
    display: inline-block;
    padding: 13px 20px;
    background-color: #F58232;
    color: white !important;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none !important;
    border: none;
    border-radius: 0;
}
.fl-builder-content a.fl-button *, .fl-builder-content a.fl-button:visited * {
    color: #ffffff;
}
/* brown button */
.bluebtn a.fl-button {
    background: #5F4934 !important;
}

.bluebtn a.fl-button * {
}

.bluebtn a.fl-button:hover {
    background: #3b2b1d;
}


.btn-small {
    padding: 3px 10px !important;
    font-size: 14px !important;
}

a.btn:hover, input.btn:hover, button.btn:hover, input#submit:hover, input.gform_button:hover {
    text-decoration: none;
    background: rgba(246, 125, 41, 0.95);
}

.site-footer a {
    color: #ffffff;
}

.sep {
    padding: 0 6px;
}

.footer {

}
.footer * {
    line-height: 1 !important;
}
.footer .fl-rich-text {
    max-width: 350px;
}
.footer hr {

}

.copyright a {
    /*color: white;*/
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#topNav {
    position: relative;
    top: 0;
    align-self: flex-end;
    background: #ffffff;
}

/* main menu */
.menu-main-menu-container {
    color: white;
}

.nav-wrapper {
}

.site-navigation-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.main-navigation {
    margin-left: 30%;
    padding-left: 15px;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    /*text-align: right;*/
    position: relative;
    z-index: 20;
    background: white;
}

.main-navigation li {
    display: inline-block;
    position: relative;
}

.main-navigation ul.nav-menu > li {

}

.main-navigation a {
    font-family: aviano-sans, sans-serif;
    font-size: 18px;
    display: block;
    text-decoration: none;
    color: #434a31;
    font-weight: 500;
    padding: 10px 15px 10px 25px;
}

.main-navigation ul > li:first-child {

}


/*.main-navigation .nav-menu > li > a:after {*/
/*    content: "|";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 9px;*/
/*    font-size: 18px;*/
/*}*/

.main-navigation ul li:first-child a:after {
    display: none;
}

.main-navigation ul ul {
    float: left;
    text-align: left;
    position: absolute;
    /*top: 37px;*/
    left: -999em;
    z-index: 99999;
    background-color: rgba(255,255,255,0.95);
    /*border-radius: 0 0 10px 10px;*/
    /*box-shadow: inset 0px 20px 20px -20px rgba(0,0,0,0.5);*/
    min-width: 300px;
    /*padding-bottom: 10px;*/
    /*border: 5px solid #00B1C0;*/
    border-top: none;
}

.main-navigation ul ul li {
    width: 100%;
    padding: 5px 10px;
    border-bottom: 2px solid white;
}

.main-navigation ul ul ul {
    width: 250px;
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 100%;
    padding: 5px 10px;
    margin: 0px;
    /*font-size: 18px;*/
    font-weight: normal;
}

.main-navigation ul ul ul a {
    min-width: 250px;
    width: auto;
    padding: 5px 20px;
    margin: 0px;
    font-size: 20px;
}

.main-navigation ul ul li:last-child a {
    border-bottom: none;
    /*border-radius: 0 0 10px 10px;*/
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a, .main-navigation li.focus > a {
    /*text-decoration: underline;*/
    color: #f58233;
}

.main-navigation ul ul :hover > a, .main-navigation ul :hover > a, .main-navigation ul ul .focus > a {
    /*text-decoration: underline;*/
    color: #f58233;
}

.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
    color: #f58233;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}

button.menu-toggle {
    background: white;
    border: 1px solid #8B8D09;
    color: #8B8D09;
    margin: 10px;
    float: right;
    padding: 5px;
}

.main-navigation ul li.menu-item-has-children {
    position: relative;
}

.main-navigation ul li.menu-item-has-children:before {
    content: '\25BC';
    color: black;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 1em;
    position: absolute;
    top: 10px;
    left: -3px;
}

/*.main-navigation ul.sub-menu li.menu-item-has-children:before {*/
/*.main-navigation ul.sub-menu li:before {*/
/*    content: '\25BA';*/
/*    !*font-family: 'Font Awesome 5 Pro';*!*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    text-decoration: inherit;*/
/*    color: white;*/
/*    font-size: 14px;*/
/*    padding-right: 16px;*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 4px;*/
/*}*/

@media screen and (max-width: 760px) {
    .header-holiday {
        width: 250px;
    }
}

@media screen and (min-width: 700px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

@media screen and (max-width: 700px) {


    .site-logo {
        width: 200px;
        margin: 0;
    }

    .header-right {
        float: none;
        width: 100%;
        padding-left: 10px;
    }

    .header-search {
        position: relative;
        bottom: 10px;
        right: 0;
        margin-top: 10px;
        margin-right: 10px;
    }

    .header-search input {
        width: calc(100% - 50px);
    }

    .header-buttons {
    }

    .menu-main-menu-container {
        clear: both;
    }

    /* start responsive menu*/
    .main-navigation {
        width: 100%;
        margin: 0;
        float: none;
    }

    .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: auto;
    }

    .nav-wrapper {
    }

    .main-navigation .menu {
        clear: both;
        border-top: 1px solid #ccc;
        margin-top: 1px;
        /*box-shadow: inset 0 10px 10px -5px rgba(0,0,0,0.4);*/
    }

    /*.main-navigation ul li.menu-item-has-children:before {*/
    /*    content: "\f0d7";*/
    /*    font-family: 'Font Awesome 5 Pro';*/
    /*    font-style: normal;*/
    /*    font-weight: normal;*/
    /*    text-decoration: inherit;*/
    /*    color: white;*/
    /*    font-size: 14px;*/
    /*    padding-right: 0.5em;*/
    /*    position: absolute;*/
    /*    top: 13px;*/
    /*    left: 8px;*/
    /*}*/

    navigation ul :hover > a, .main-navigation ul ul .focus > a {
        color: white;
    }

    .main-navigation a {
    }

    .main-navigation li {
        float: none;
    }

    .main-navigation ul ul {
        box-shadow: none;
        margin-bottom: 10px;
        margin-top: -6px;
        /*background: #E4313D;*/
    }

    .main-navigation ul ul a {
        margin: 0;
    }

    .main-navigation ul ul li:last-child a {
        border-bottom: 1px solid #ccc;;
    }

    .main-navigation li a {
        padding: 15px 40px;
        margin-bottom: 5px;
    }

    .main-navigation li li a {
        padding-left: 40px;
    }

    .main-navigation li li li a {
        padding-left: 6em;
    }

    .main-navigation li:hover > a {
        text-decoration: underline;
    }

    .main-navigation ul ul, .main-navigation ul ul ul {
        position: relative;
        top: inherit;
        left: 0;
        display: block;
        float: none;
    }

    .main-navigation ul ul a {
        width: 100%;
    }

    .main-navigation ul a:hover, .main-navigation ul ul a:hover {
        /*color: #E4313D;*/
    }

    .main-navigation .current_page_ancestor {
        background: inherit;
    }

    .main-navigation ul ul .current_page_parent {
        color: inherit;
        background: inherit;
    }

    .main-navigation .current_page_item > a, .main-navigation .current_page_item > a:hover, .main-navigation .current_page_item li:hover, .main-navigation .current_page_parent .current_page_item > a {
    }
}

/*End responsive menu*/
.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%;
}

/*--------------------------------------------------------------
# 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: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: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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 {
    content: "";
    display: table;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area ul {
    margin: 0;
    padding: 0;
    list-type: none;
}

.widget-area ul li {
    list-style-type: none;
    font-size: 16px;
}

.widget-area input {
    max-width: 100%;
}

.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;
}

.entry-content ul {
    padding: 0 10px 0 20px;
    overflow: hidden;
    margin-left: 1em;
}

.entry-content ul:not(.gform_fields) li {
    list-style: none;
    margin-bottom: 8px;
}

.entry-content ul.products li {
    list-style: none;
}

.square-bullets li::before {
    color: #F58233;
    content: "■";
    float: left;
    font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
    font-size: 110%;
    margin: -2px -20px;
    width: 1em;
}

.single-listing ul li::before {
    display: none;
}

/* =Index pagination
----------------------------------------------- */
/* The containing box with a nice white background */
.paging-navigation {
    padding: 1em;
    background: #fff;
    background: hsl(0, 0%, 100%);
}

/* Remove bullets and list indentation */
.paging-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Make the list items appear horizontally */
.paging-navigation li {
    display: inline;
}

/* Give each link and the current item some padding to make them easy to click */
a.page-numbers, span.page-numbers {
    padding: .3em .7em;
    color: #333;
    color: hsl(0, 0%, 20%);
}

/* Link hover state */
a:hover.page-numbers {
    color: #000;
    color: hsl(0, 0%, 0%);
}

/* Current page bold and dark */
.paging-navigation .current {
    font-weight: bold;
    color: #000;
    color: hsl(0, 0%, 0%);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/* woocommerce */

.woocommerce-cart-form,
.page-template-default .site-content,
.product-template-default .site-content {
    margin-top: 30px;
}

.woocommerce-page #content div.product div.summary {
    width: 100%;
}

.woocommerce table.cart .product-thumbnail {
    display: none;
}

.fl-node-6035443b97bc2 .fl-post-grid-post .fl-post-grid-content {
    text-align: left !important;
}

.fl-node-6035443b97bc2 .fl-post-grid-post .fl-post-grid-content ul {
    margin: 0;
}


.post-content {

}

.post-half-col {
    width: 48%;
    float: left;
    padding: 0 20px;
}

.post-half-col:nth-child(even) {
    margin-right: 4%;
}

.home .hentry {
    margin-bottom: 0;
}

.rounded-image img {
    border-radius: 10px;
}

.bordered img {
    border: 5px solid white;
}






/* HOME SLIDER */
#home-slider .bx-controls.bx-has-pager {
    position: absolute;
    bottom: 50px;
    right: 100px;
    width: 300px;
}
#home-slider .fl-module-content .fl-module-content-slider .bx-wrapper {
    margin: 0 !important;
}
.fl-module-content-slider .bx-wrapper {
    margin: 0 !important;
}
#home-slider .fl-slide-title {
    text-align: right;
    padding-right: 20px !important;
    padding-top: 90px !important;
}
#home-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border: 1px solid #336799;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
#home-slider .bx-wrapper .bx-pager.bx-default-pager a.active, #home-slider .bx-wrapper .bx-pager.bx-default-pager a:focus, #home-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #F58233;
}


@media screen and (min-width: 768px) {
    .fl-node-62b0b727ae846 .fl-slide-content {
        margin: 0;
        padding: 0 20px;
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        /*background: rgba(0,0,0,0.65);*/
    }

    .fl-node-62b0b727ae846 .fl-slide-content .fl-slide-text {
        margin: 0 auto;
        padding: 0;
        max-width: 1200px;
    }

    .fl-slide-text .inner-text-wrapper  {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100px;
        font-size: 36px;
        background: #ffffff;
        padding: 0 20px !important;
        /*font-family: aviano-sans, sans-serif;*/
        width: 30%;
        text-align: center;
    }
}





/* END HOME SLIDER */



#ewd-ufaq-jquery-ajax-search {
    text-align: center;
}


.home .uabb-post-thumbnail {
    padding: 15px 15px 0 15px;
    background: #ffffff;
}

.uabb-blog-posts-shadow {
    background: white;
}

.home .uabb-blog-posts .uabb-button-left {
    text-align: center;
}

.content-area {
    min-height: 100px;
}

.post-content-area {
    padding: 40px 0;
    overflow: hidden;
}

.post-content-area h1, h3 {

}


.post-content-area .site-main {
}

.posts-page-wrapper {
    width: 69%;
    float: left;
    background: white;
    padding: 20px;
    font-size: 15px;
}

.single-post .posts-page-wrapper {
    padding: 20px;
}


.widget-area {
    float: left;
    width: 28%;
    margin-left: 3%;
    background: white;
    padding: 20px;
}

.site-main {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.home hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(left, rgba(223, 205, 179, 0), rgba(223, 205, 179, 0.99), rgba(223, 205, 179, 0));
    clear: both;
}

.img-circle {
    border-radius: 50%
}

.entry-content ul, .entry-content ol {
    padding: 0 10px 0 20px;
    overflow: hidden;
    margin-left: 0;
}

/*.entry-content ul li {
	list-style: none;
}
.entry-content ul li::before {
	color: #E4313D;
	content:  "\2022 ";
	float: left;
	font-size: 160%;
	margin: -8px -15px;
	width: 1em;
}*/
/* PAGE CONTENT */
/* END PAGE CONTENT */
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
    clear: both;
    width: 100%;
    padding: 30px 20px 0;
    color: #fff;
    background: #000000;
}

.site-info {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    overflow: hidden;
}

.footer-main {

}

.footer-left {
    float: left;
    width: 50%;
    line-height: 1.1;
    color: #ffffff !important;
}
.footer-icon-wrapper {
    max-width: 200px;
    font-size: 20px;
}
.footer-icon-wrapper .footer-icon {
    padding-right: 10px;
    width: 50px !important;
    flex-shrink: 0;
}

.footer-right {
    float: left;
    width: 50%;
    line-height: 1.1;
    text-align: right;
}

.copyright {
    margin: 10px 0;
    font-size: 16px;
}

.footer-map .fl-module-content {
    border: 5px solid white;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
h3.fl-post-feed-title {
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
}

h3.fl-post-feed-title a {
    font-weight: 700 !important;
}

.fl-post-feed-content p {
    margin: 0;
}

.fl-post-feed-header {
    margin-bottom: 0;
}

.fl-post-feed-more {
    margin-top: 0;
}

body .fl-post-feed-meta {
    font-size: 16px;
}

.team-box-left {
    border-radius: 20px 0px 0px 20px;
    overflow: hidden;
}

.team-box-right {
    border-radius: 0px 20px 20px 0px;
    overflow: hidden;
}

.single-listing-content {
    background: rgba(255, 255, 255, 0.6);
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 20px 20px;
    position: relative;
}

.faded-box {
    background: rgba(255, 255, 255, 0.6);
    /*border-radius: 20px;*/
    padding: 40px 20px 20px 20px;
    position: relative;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0;
}

.byline, .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;
}

/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/
/* transparent button */
.transparent a.fl-button {
    background: rgba(255, 255, 255, 0);
    border: none;
    font-weight: bold;
}

.transparent a.fl-button:hover {
    background: rgba(255, 255, 255, 0);
    border: none;
    font-weight: bold;
}

.transparent .fl-button i {
    margin-right: 0 !important;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
## To Top
--------------------------------------------------------------*/

#to-top {
    display: none;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 44px;
    height: 42px;
    text-align: center;
    z-index: 999999999;
}

#to-top i {
    position: absolute;
    top: 12px;
    left: 13px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## 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: 0.8075em 0;
}

/*--------------------------------------------------------------
## 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;
}

.show-mobile {
    display: none;
}


@media screen and (max-width: 1100px) {
    .main-navigation {
        width: 100%;
        /*margin: 0;*/
        float: none;
    }

    .page-header-text {
        display: none;
        width: 100% !important;
        text-align: center;
    }

    .page-header-text .fl-module-button {
        display: none;
    }

    .page-header-image {
        width: 100% !important;
    }

    .page-header-image .fl-module-content {
        margin: 0 !important;
    }
}

@media screen and (max-width: 800px) {
    .menu-main-menu-container {
        /* [disabled]margin-left: 8px; */
    }

    .site-main {
        margin: 0;
    }

    .widget-area {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 700px) {

    .header-right {
        display: none;
    }

    .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 700px !important;
    }

    .footer-left, .footer-right {
        width: 100%;
        float: none;
    }

    .fl-node-62b0b727ae846 .fl-slide-content {
        margin: 0;
        padding: 0;
        width: 100%;
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.65);
    }

    .slide-text {
        margin-right: 0;
    }

    .fl-slide-text {
        display: block;

    }
    .main-navigation li {
        display:block !important;
    }
}
@media screen and (max-width: 600px) {

}

.grow {
    transition: all .1s ease-in-out;;
}

.grow:hover {
    transform: scale(1.1);
    filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0')
}
.flex {
    display: flex;
}
.items-center {
    align-items: center;
}

.fl-post-grid-post {
    border: none !important;
}
