/*
	Theme Name: Cleaning Site Feminine / Soft
	Theme URI: #!
	Description: This is a template theme.
	Author: Cleaning Site Feminine / Soft
	Author URI: #!

	Version: 1.0

	Tags: elegant, responsive

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


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


/* ## Baseline Normalize
--------------------------------------------- */


/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-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
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}


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

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

*,
*:before,
*:after {
    box-sizing: inherit;
}


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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content: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;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content: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;
}


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


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

html {
    font-size: 62.5%;
    /* 10px browser default */
}


/* Chrome fix */

body>div {
    font-size: 1.8rem;
}

body {
    background-color: #fff;
    color: #323232;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -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;
}

a {
    color: #c3251d;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

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

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

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Proxima Nova Bold', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 30pt;
}

h2 {
    font-size: 25pt;
}

h3 {
    font-size: 20pt;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}


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

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

img {
    height: auto;
}

figure {
    margin: 0;
}


/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}


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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #e41664;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 16px;
    width: 100%;
}

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

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

::-moz-placeholder {
    color: #333;
    opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 16px 24px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
    background-color: #c3251d;
    color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
    color: #fff;
}

.button {
    display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

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%;
    word-break: break-word;
}

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

td,
th {
    text-align: left;
}

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

th {
    font-weight: 400;
    padding: 0 6px;
}

td:first-child,
th:first-child {
    padding-left: 0;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

.more-link {
    position: relative;
}


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


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

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

.site-inner {
    clear: both;
    padding-top: 0px;
    word-wrap: break-word;
}

.landing-page .site-inner {
    max-width: 800px;
}


/* ## 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: 1060px;
}

.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: 880px;
}

.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: 660px;
}

.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
---------------------------------------------------------------------------------------------------- */


/* ## Avatar
--------------------------------------------- */

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

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

.alignright .avatar {
    margin-left: 24px;
}

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


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

.breadcrumb {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1px;
    padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}


/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.site-header .search-form {
    float: right;
    margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

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


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

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
    font-size: 2rem;
}

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
    text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #c3251d;
}

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}


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

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

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

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

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

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

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

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

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

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}


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

.widget {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.widget p:last-child,
.widget ul>li:last-of-type,
.widget-area .widget:last-of-type {
    margin-bottom: 0;
}

.widget ul>li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget ul>li:last-of-type {
    padding-bottom: 0;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

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


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

.featured-content .entry {
    background: none;
    padding: 0;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}


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


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

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
    color: #fff;
}

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

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
    border: 1px solid #333;
}

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

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

.enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form+p {
    margin-top: 24px;
}


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

#wpstats {
    display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}


/* Display outline on focus */

:focus {
    color: #333;
    outline: #ccc solid 1px;
}


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

.site-header {
    background-color: #ffffff80;
    /*border-bottom: 2px solid #e41664;*/
    position: absolute;
    /*top: 70px;*/
    z-index: 1;
    width: 100%;
}

.site-header>.wrap {
    padding: 20px 0;
}


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

.title-area {
    float: left;
    padding: 10px 0;
    width: 300px;
}

.header-image .title-area {
    margin: 0 auto;
    max-width: 300px;
    padding: 0;
}

.header-full-width .title-area {
    float: none;
    width: 100%;
}

.site-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Courgette-Regular', sans-serif;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #333;
    text-decoration: none;
}

.header-image .site-title>a {
    background-position: center !important;
    background-size: contain !important;
    float: left;
    min-height: 80px;
    width: 100%;
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 15px;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

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


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

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
}


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

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    font-weight: 100;
}

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

.genesis-nav-menu a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus {
    color: #c3251d;
    text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    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: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -56px 0 0 199px;
}

.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 {
    float: right;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
    left: auto;
    opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}


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

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}


/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #fff;
    border-top: 1px solid #eee;
}


/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
    padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
    padding: 0 20px 10px;
}


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


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

.entry {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 70px 80px;
}

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

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

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

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

.entry-content code {
    background-color: #333;
    color: #eee;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}

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

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 24px;
}

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

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}


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

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination a {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
    background-color: #c3251d;
    color: #fff;
}


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

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 60px 60px 32px;
}

.entry-comments {
    padding: 60px;
}

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

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-header {
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

.comment-content ul>li {
    list-style-type: disc;
}

.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;
}

.comment-header p {
    margin-bottom: 0;
}

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


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

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.sidebar .widget {
    background-color: #fff;
    padding: 40px;
}


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

.footer-widgets {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    clear: both;
    padding: 60px 0;
}

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

.footer-widgets-1 {
    /*margin-right: 70px;*/
}

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

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


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

.site-footer {
    background-color: #fff;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 60px 0;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}


/*Full Width Set-up*/

.full-width-page .site-inner {
    width: 100%;
    max-width: 100%;
}

.full-width-page .entry {
    padding: 0;
    margin: 0;
}


/*-----------------*/


/*Text Modification*/

.ygreen {
    color: #accb4f;
}

.lightblue {
    color: #009dde
}

h4 {
    font-size: 22px;
}

h1,
h2 {
    font-family: 'Courgette-Regular', sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 60px;
}

.font-50 {
    font-size: 50px;
}

.font-40 {
    font-size: 40px;
}

.font-30 {
    font-size: 30px;
}

.font-25 {
    font-size: 25px;
}

.font-20 {
    font-size: 20px;
}

p:last-of-type {
    margin-bottom: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.bold {
    font-weight: 700;
}

.ylw-btn,
.c-btn {
    color: #fff;
    background-image: -moz-linear-gradient( 90deg, #e41664 0%, #e41664cc 100%) !important;
    background-image: -webkit-linear-gradient( 90deg, #e41664 0%, #e41664cc 100%) !important;
    background-image: -ms-linear-gradient( 90deg, #e41664 0%, #e41664cc 100%) !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: 0px 5px 0px 0px #dd0000;
}

.ylw-btn:hover,
.c-btn:hover {
    background: #3a4557 !important;
    color: #fff;
}

.white-btn {
    background: #fff !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
}

.white-btn a {
    color: #f7b504 !important;
}

.white-btn a:hover {
    color: #e41664 !important;
}


/*Columned Row Overlaping*/

.two-col-row {
    position: relative;
}

.col-img-right {
    position: absolute;
    right: 0;
    width: auto !important;
}

.col-img-left {
    position: absolute;
    left: 0;
    width: auto !important;
}

.col-content-right {
    position: relative;
    margin-left: 50%;
    z-index: 10;
}

.col-content-left {
    position: relative;
    z-index: 10;
}


/*Columned Row*/

.col-left {
    display: inline-block;
}

.col-right {
    display: inline-block;
}

.col-center {
    display: inline-block;
}

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

li,
a {
    position: relative;
}

li::before,
a::before {
    position: absolute;
    left: 0;
}

ol li::before {
    content: '' !important;
}

ol li {
    padding-left: 10px !important;
}

li::after {
    position: absolute;
    right: 0;
}

.chevron li::before {
    content: '\f054';
    font-family: 'FontAwesome';
}

.marker li::before {
    content: '\f041';
    font-family: 'FontAwesome';
}

.map::before {
    content: '\f041';
    font-family: 'FontAwesome';
}

.tel::before {
    content: '\f095';
    font-family: 'FontAwesome';
}

.mail::before {
    content: '\f0e0';
    font-family: 'FontAwesome';
}

.simple:hover::before,
.safety:hover::before,
.quality:hover::before,
.ckey:hover::before,
.cfpayment:hover::before,
.license:hover::before,
#why-choose .columns:hover h3::before {
    filter: grayscale(0%);
}

.simple::before {
    content: '';
    height: 91px;
    width: 90px;
    background: url('/wp-content/uploads/2019/04/icons-1-1.png');
    margin: 0 auto 30px;
    display: block;
    background-position: -151px -494px;
    filter: grayscale(100%);
}

.safety::before {
    content: '';
    height: 91px;
    width: 90px;
    background: url('/wp-content/uploads/2019/04/icons-1-1.png');
    margin: 0 auto 30px;
    display: block;
    background-position: -285px -15px;
    filter: grayscale(100%);
}

.quality::before {
    content: '';
    height: 91px;
    width: 90px;
    background: url('/wp-content/uploads/2019/04/icons-1-1.png');
    margin: 0 auto 30px;
    display: block;
    background-position: -28px -16px;
    filter: grayscale(100%);
}

.ckey::before {
    content: '';
    height: 91px;
    width: 90px;
    background: url('/wp-content/uploads/2019/04/icons-1-1.png');
    margin: 0 auto 30px;
    display: block;
    background-position: -285px -135px;
    filter: grayscale(100%);
}

.cfpayment::before {
    content: '';
    height: 91px;
    width: 90px;
    background: url('/wp-content/uploads/2019/04/icons-1-1.png');
    margin: 0 auto 30px;
    display: block;
    background-position: -284px -254px;
    filter: grayscale(100%);
}

.license::before {
    content: '';
    height: 91px;
    width: 90px;
    background: url('/wp-content/uploads/2019/04/icons-1-1.png');
    margin: 0 auto 30px;
    display: block;
    background-position: -425px -494px;
    filter: grayscale(100%);
}

.cfg-easy::before {
    content: '';
    height: 91px;
    width: 90px;
    background: url('/wp-content/uploads/2019/04/icon1.png');
    margin: 0 auto 30px;
    display: block;
    background-position: 0 -448px;
}

.cfgpay::before {
    content: '';
    height: 91px;
    width: 90px;
    background: url('/wp-content/uploads/2019/04/icon1.png');
    margin: 0 auto 30px;
    display: block;
    background-position: 0;
}

.cfgsched::before {
    content: '';
    height: 91px;
    width: 90px;
    background: url('/wp-content/uploads/2019/04/icon1.png');
    margin: 0 auto 30px;
    display: block;
    background-position: 90px 0;
}

.aw-check,
.aw-bg-pass,
.aw-eng,
.aw-employee,
.aw-star {
    position: relative;
    cursor: pointer;
}

.aw-check:hover::before,
.aw-bg-pass:hover::before,
.aw-eng:hover::before,
.aw-employee:hover::before,
.aw-star:hover::before {
    filter: grayscale(0%);
}


/*#awards-row .columns p::before*/

.aw-check::before {
    content: '';
    background: url('/wp-content/uploads/2019/04/icons-1-1.png') no-repeat;
    height: 91px;
    width: 91px;
    display: block;
    margin: 0 auto 20px;
    background-position: -24px -494px;
    filter: grayscale(100%);
}


/*#awards-row .columns:nth-of-type(2) p::before,*/

.aw-bg-pass::before {
    content: '';
    background: url('/wp-content/uploads/2019/04/icons-1-1.png') no-repeat;
    height: 91px;
    width: 91px;
    display: block;
    margin: 0 auto 20px;
    filter: grayscale(100%);
    background-position: -151px -16px;
}


/*#awards-row .columns:nth-of-type(3) p::before*/

.aw-eng::before {
    content: '';
    background: url('/wp-content/uploads/2019/04/icons-1-1.png') no-repeat;
    height: 91px;
    width: 91px;
    display: block;
    margin: 0 auto 20px;
    filter: grayscale(100%);
    background-position: -151px -136px;
}


/*#awards-row .columns:nth-of-type(4) p::before,*/

.aw-employee::before {
    content: '';
    background: url('/wp-content/uploads/2019/04/icons-1-1.png') no-repeat;
    height: 91px;
    width: 91px;
    display: block;
    margin: 0 auto 20px;
    filter: grayscale(100%);
    background-position: -151px -255px;
}


/*#awards-row .columns:nth-of-type(5) p::before*/

.aw-star::before {
    content: '';
    background: url('/wp-content/uploads/2019/04/icons-1-1.png') no-repeat;
    height: 91px;
    width: 91px;
    display: block;
    margin: 0 auto 20px;
    filter: grayscale(100%);
    background-position: -151px -375px;
}

.social_sharing_widget ul li {
    display: inline-block;
}

.social_sharing_widget ul {
    margin-bottom: 0;
}

.social_sharing_widget li a {
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 13px;
    padding: 8.5px 14px;
}

.thank-you #social .social_sharing_widget li:nth-of-type(2) a {
    padding: 8.5px 12px !important;
}

.thank-you #social .social_sharing_widget li:last-of-type a {
    padding: 8.5px 10px !important;
}

.archive-description {
    display: none;
}

.c-text {
    color: #e41664;
}

.c-text-family {
    font-family: 'Courgette-Regular', sans-serif;
    color: #e41664;
}


/****/


/*H Ref Settings*/

a {
    text-decoration: none;
}

a:focus {
    outline: 0;
}


/*******/


/**** Header****/

.header-widget-area .c-btn {
    font-weight: 600;
    padding: 6px 23px;
    font-size: 20px;
}


/*******/


/*Utility Bar*/

.utility-bar {
    /*background: url('/wp-content/uploads/2018/08/utility-bg.png') center center;*/
    background: #e41664;
    font-size: 16px;
    display: none;
}

.utility-bar a {
    color: #fff;
}

.utility-bar a:hover {
    color: #3a4557;
}

.utility-bar-right,
.utility-bar-left {
    display: inline-block;
    width: 50%;
    padding: 7.5px 15px;
    vertical-align: middle;
}

.utility-bar .widget {
    margin: 0;
}

.utility-bar li {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
}

.utility-bar-right {
    text-align: right;
}

.utility-bar .social_sharing_widget li a {
    color: #161247;
    background: #ffffff;
    padding: 5px 9px;
    display: inline-block;
}

.utility-bar .social_sharing_widget li a:hover {
    /*color: #fff;*/
    background: #fff;
}

.utility-bar .social_sharing_widget li:first-of-type a {
    padding: 5px 12px;
}

.utility-bar .social_sharing_widget li:nth-of-type(3) a {
    padding: 5px 10px;
}

.utility-bar-left li a.mail {
    padding: 0 25px;
    /*border-right: 1px solid #c7c7c7;*/
    margin-right: 4px;
}


/*	.utility-bar-left a {
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}*/

.utility-bar-left li a.tel {
    padding: 0 18px;
}


/*******/


/**Header***/

.site-header>.wrap {
    padding: 13px 0;
}

.site-title a {
    margin-left: 15px;
}

.header-image .title-area {
    max-width: 155px;
}

.site-inner .wrap,
.footer-widgets .wrap,
.footer-bar-wrap .wrap {
    padding: 15px;
}

.header-widget-area {
    padding: 20px 15px;
    width: 80% !important;
}

.header-widget-area section {
    display: inline-block;
    margin-bottom: 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus {
    text-decoration: none;
    color: #e41664;
}

.genesis-nav-menu .current-menu-item>a span {
    border-bottom: 2px solid #e41664;
}

.genesis-nav-menu a {
    color: #3d596b;
    font-size: 18px;
    text-transform: uppercase;
    padding: 11px 13px;
}


/*****/


/*Footer Bar*/

.footer-bar li {
    display: inline-block;
    margin: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1;
    text-transform: capitalize;
}

.footer-bar {
    font-size: 18px;
    color: #fff;
    background: #2b2d2f;
    font-weight: 300;
}

.footer-bar a {
    color: #fff;
}

.footer-bar a:hover {
    color: #e41664;
}

.footer-bar .separator {
    margin: 0 5px !important;
}

.footer-bar-right {
    text-align: right;
}

.footer-bar-right,
.footer-bar-left {
    display: inline-block;
    width: 50%;
    padding: 9px 15px;
    vertical-align: middle;
}

.footer-bar .widget {
    margin: 0;
}

.footer-bar img {
    vertical-align: middle;
    max-width: 250px !important;
}


/*******/


/*Footer Widgets*/

.footer-widgets .wrap {
    padding-bottom: 40px;
    padding-top: 40px;
}

.footer-widgets {
    /*background: url('/wp-content/uploads/2018/08/bg-footer.png')center center;*/
    padding: 0;
    /*background-size: cover;*/
    background: #101010;
}


/*
.footer-widgets-1{
	width: 20%;
	border-bottom: 1px solid #e0e0e0;
	margin: 40px 0 30px;
    padding-bottom: 40px;
    text-align: center;
}*/

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
    float: left;
    padding: 0 15px;
    width: 20%;
}

.footer-widgets-1 .widget {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.footer-widgets-1 .ginput_container input {
    border: none;
    color: #777;
}

.footer-widgets-1 .ginput_container input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #969494;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.footer-widgets-1 .ginput_container input::-moz-placeholder {
    /* Firefox 19+ */
    color: #969494;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.footer-widgets-1 .ginput_container input:-ms-input-placeholder {
    /* IE 10+ */
    color: #969494;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.footer-widgets-1 .ginput_container input:-moz-placeholder {
    /* Firefox 18- */
    color: #969494;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.footer-widgets-1 .widget_media_image {
    /*width: 170px;*/
}

.footer-widgets-1 .gform_widget {
    width: 66.7%;
    float: right;
}

.footer-widgets-1 .gform_wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

.footer-widgets .gform_wrapper .gform_body {
    width: 70% !important;
    max-width: 100% !important;
}

.footer-widgets .gform_wrapper .gfield,
.footer-widgets .gform_wrapper .ginput_container {
    margin: 0 !important;
    padding: 0;
}

.footer-widgets .widgettitle {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px !important;
    font-family: 'Raleway', sans-serif;
}

.footer-widgets-1 .widgettitle {
    /*color: #009e4a;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*margin-bottom: 0;*/
    /*margin-right: 15px;*/
}

.footer-widgets .menu li::before,
.footer-widgets-4 li::before {
    content: '\f138';
    font-family: 'FontAwesome';
    color: #ffffff;
    display: inline-block;
    top: 50%;
    margin-top: -7px;
    font-size: 14px;
}

.footer-widgets li::before {
    color: #ffffff;
}

.footer-widgets li a {
    color: #fff;
    text-transform: uppercase;
}

.footer-widgets li a:hover,
.footer-widgets li:hover::before {
    color: #e41664;
}

.footer-widgets li {
    padding-left: 25px;
    padding-bottom: 0 !important;
    margin-bottom: 23px !important;
    line-height: 1;
}

.footer-widgets-2 {
    padding-left: 0;
}

.footer-widgets-5 {
    padding-right: 0;
}

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

.footer-widgets-5 li {
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px !important;
    font-size: 16px !important;
}

.footer-widgets-5 li:first-of-type a {
    text-transform: uppercase;
}

.footer-widgets-5 li a {
    text-transform: none;
}


/*Footer Bar Location*/

.footer-bar-wrap {
    background: #0b222b;
}

.footer-bar-location .wrap {
    margin-bottom: 0;
}

.footer-bar-location ul {
    padding-top: 20px;
}

.footer-bar-location li {
    display: inline-block;
    width: 16%;
    color: #777777;
    vertical-align: top;
    margin: 0;
    font-size: 16px;
    padding: 0 15px;
}

.footer-bar-location li::before {
    color: #accb4f;
}

.footer-bar-wrap {
    display: none !important;
}


/*******/


/*******/


/*Form Setting*/

.gform_wrapper textarea {
    width: 100% !important;
}

.gform_wrapper .gfield .gfield_label {
    display: none !important;
}

.gform_wrapper .gfield.text .gfield_label {
    display: block !important;
}

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container_textarea textarea {
    line-height: 1 !important;
    padding: 14.5px 15px !important;
}

.gform_wrapper .ginput_container_select select {
    line-height: 1 !important;
    padding: 13.5px 15px !important;
}

.gfield_required {
    display: none;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"],
.gform_wrapper .clear-button {
    display: inline-block;
    background-image: -webkit-linear-gradient( 90deg, #e41664 0%, #e41664cc 100%) !important;
    background-image: -o-linear-gradient( 90deg, #e41664 0%, #e41664cc 100%) !important;
    background-image: linear-gradient( 90deg, #e41664 0%, #e41664cc 100%) !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    padding: 10.5px 28.53px;
    margin: 0;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover,
.gform_wrapper .clear-button:hover {
    background: #3a4557 !important;
}

.gform_wrapper .clear-button,
.gform_wrapper .gform_previous_button {
    margin-left: 15px !important;
    margin-right: 7.5px !important;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.gform_wrapper .gform_page_footer {
    border-top: 0 !important;
}

.ginput_container input,
.ginput_container textarea,
.ginput_container_select select {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
}

.gf_browser_gecko.gform_wrapper .ginput_container input,
.gf_browser_gecko.gform_wrapper .ginput_container_textarea textarea {
    line-height: 1 !important;
    padding: 16px 15px !important;
}

.gf_browser_gecko.gform_wrapper .ginput_container_select select {
    line-height: 1 !important;
    padding: 11px 15px !important;
}


/*******/

.fl-button {
    /*background-image: -moz-linear-gradient( 90deg, rgb(0,147,69) 0%, rgb(0,164,77) 100%) !important;
    background-image: -webkit-linear-gradient( 90deg, rgb(0,147,69) 0%, rgb(0,164,77) 100%) !important;
    background-image: -ms-linear-gradient( 90deg, rgb(0,147,69) 0%, rgb(0,164,77) 100%) !important;*/
    background-image: -moz-linear-gradient( 90deg, #e41664 0%, #e41664cc 100%) !important;
    background-image: -webkit-linear-gradient( 90deg, #e41664 0%, #e41664cc 100%) !important;
    background-image: -ms-linear-gradient( 90deg, #e41664 0%, #e41664cc 100%) !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    border: none !important;
    padding: 16.5px 21.5px !important;
}

.fl-button:hover {
    background: #3a4557 !important;
}

.fl-button-text {
    font-weight: 100;
    color: #fff !important;
    font-size: 25px;
}

.fl-button .fl-button-icon {
    color: #fff !important;
}

#transparent .fl-button {
    background: transparent !important;
    border: 3px solid #e41664 !important;
    padding: 13.5px 21.5px !important;
    color: #e41664 !important;
}

#transparent .fl-button:hover {
    background: transparent !important;
    border: 3px solid #3a4557 !important;
}

.transparent-c .fl-button {
    background: transparent !important;
    border: 2px solid #e41664 !important;
    padding: 14.5px 21.5px !important;
}

.transparent-c-white .fl-button {
    background: transparent !important;
    border: 2px solid #e41664 !important;
    padding: 14.5px 21.5px !important;
    color: #e41664 !important
}

.transparent-c-white .fl-button span {
    color: #e41664 !important
}

.transparent-c .fl-button .fl-button-icon {
    color: #e41664 !important;
}

.transparent-c .fl-button:hover .fl-button-icon {
    color: #3a4557 !important;
}

.transparent-c .fl-button:hover {
    border: 2px solid #3a4557 !important;
}

.transparent-c .fl-button .fl-button-text,
#white-btn .fl-button .fl-button-text {
    color: #e41664 !important;
}

#transparent .fl-button:hover .fl-button-text,
.transparent-c .fl-button:hover .fl-button-text,
#white-btn .fl-button:hover .fl-button-text {
    color: #3a4557 !important;
}

#white-btn .fl-button {
    background: #fff !important;
}

.fl-module-button .fl-module-content {
    margin: 15px 7.5px;
}

.green-btn {
    background: -webkit-rgb(183, 213, 91);
    background: -o-rgb(183, 213, 91);
    background: -ms-rgb(183, 213, 91);
    background: -moz-rgb(183, 213, 91);
    background: rgb(183, 213, 91);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    padding: 12.5px 16px;
}

.green-btn:hover {
    background: #92b135 !important;
    color: #fff;
    transition: ease;
}

.transparent-btn {
    background: transparent;
    border: 1px solid #e41664;
    text-transform: uppercase;
    font-weight: 700;
    color: #e41664;
    font-size: 25px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    padding: 11.5px 38px;
}

.transparent-btn:hover {
    border: 1px solid #e41664 !important;
    color: #e41664 !important;
}

a:hover span .lightblue,
a.lightblue:hover {
    color: #008fcc;
}

.dual-cta .fl-module-button {
    display: inline-block;
}

.dual-cta .fl-button-text {
    font-size: 20px;
}

#contact {
    text-align: center;
}

.landing_page #contact {
    position: relative;
    z-index: 10;
    margin: 0;
}


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

#home-banner h2 {
    color: #fff;
    text-shadow: -3px 2px 2px #494a49;
    font-size: 55px;
}

#home-banner .fl-col-group {
    position: relative;
}

#home-banner p {
    color: #000;
}

#home-banner .col-content-left {
    /*margin: 237px 0;*/
    margin-top: 60px;
    margin-bottom: 150px;
}

#home-banner .col-img-right {
    bottom: 0;
    right: -40px;
}

#home-banner .fl-button {
    padding: 13.5px 21.5px;
}

#home-banner .dc-box-white.checks {
    padding: 0 50px 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#home-banner .dc-box-white {
    background-color: rgba(255, 255, 255, 0.45);
    /* padding: 40px 50px 0; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#home-banner .dc-box-white.checks ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15.27px;
    color: #3a4557;
    padding-left: 20px;
    position: relative;
    float: left;
    width: calc(33.33% - 30px);
    margin: 0 15px;
}

#home-banner .dc-box-white.checks ul {
    margin: 25px auto 0;
    max-width: 710px;
}

#home-banner .dc-box-white.checks ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #e41664;
    position: absolute;
    left: 0;
    top: 0;
}

#home-banner .gform_wrapper,
#home-banner .gform_wrapper ul li.gfield {
    margin: 0 !important;
}

#home-banner #gform_wrapper_4 .gform_body {
    display: inline-block;
    width: 100%;
    padding: 0px;
    border-left: 1px solid #e9e9e9;
}

#home-banner #gform_wrapper_4 #field_4_18 {
    display: none;
}

#home-banner #gform_submit_button_4 {
    width: 100%;
    background: #e41664;
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .rating-container img {
        display: block;
        margin: auto;
    }
    .rating-container span {
        top: 0px !important;
    }
}

#how-works h3 {
    font-size: 20px;
    font-weight: 400;
    color: #686868;
    text-align: center;
}

#how-works h2 {
    color: #5b5b5b;
    text-align: center;
    margin-top: 20px;
}

#how-works .fl-col-small h3 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #686868;
    font-size: 22px;
}

#how-works img {
    border: 1px solid #e41664;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

#how-works p {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
}

#how-works .fl-module-photo .fl-module-content {
    margin-top: 34px;
}

#how-works #contact {
    text-align: center;
    margin-bottom: 87px;
    margin-top: 101px;
}

#how-works #contact p {
    font-weight: 500;
    font-size: 25px;
    color: #5b5b5b;
    margin: 0 20px 0 17px;
}

#how-works .fl-row-content-wrap {
    padding: 60px 15px;
}

#how-works .fl-row-content-wrap::after {
    content: '';
    width: 100%;
    height: 914px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/wp-content/uploads/2018/01/bubbles-bg.png');
}

#how-works .fl-row-content-wrap .fl-row-content {
    position: relative;
    z-index: 2;
}


/*	#how-works .fl-module-button {
	display: inline-block;
	}
*/

#how-works .fl-col-group.fl-node-5a5da05831f2a {
    text-align: center;
}

#services-row {
    /*position: relative;*/
    color: #fff;
    text-align: center;
    line-height: 1.4;
}

#services-row::before {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#services-row .fl-row-content-wrap {
    padding-bottom: 178px;
    padding-top: 60px
}

#services-row p:last-of-type {
    margin-bottom: 0;
}

#services-row p {
    /*color: #61561f;*/
    font-size: 25px;
}

#services-row .fl-module-separator .fl-module-content {
    margin: 15px 0 60px;
}

#services-row .columns .fl-col-content {
    position: relative;
    padding: 20px;
}

#services-row .columns .fl-col-content::after {
    content: '';
    background: #fff;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
    left: 0;
}

#services-row .columns:hover .fl-col-content::after {
    opacity: .8;
    transition: .2s ease-in;
}

#services-row .columns .fl-col-content .fl-module {
    position: relative;
    z-index: 10;
}

#services-row .columns li {
    color: #8a8a8a;
    line-height: 1.3;
}

#services-row .columns ul {
    margin: 0 0 13px;
}

#services-row .columns h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #5b5b5b;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#services-row .columns {
    width: 20%;
    box-shadow: 0px 0px 10px #000;
    margin: 0 15px;
}

#services-row .columns img {
    filter: grayscale(100%);
}

#services-row .columns:hover img {
    filter: grayscale(0%);
    transition: .2s ease-in;
}

#awards-row {
    text-align: center;
    font-weight: 600;
    color: #393939;
}

#awards-row h2,
#awards-row h3 {
    text-align: center;
}

#awards-row h2 {
    /*font-size: 50px;*/
    /*color: #6b6b6b;*/
    line-height: 1.5;
}

#awards-row .columns p {
    /*position: relative;
	cursor: pointer;*/
    font-weight: 600;
    color: #959595;
}

#awards-row .fl-module-content-wrap {
    padding: 44px 0;
}

#awards-row .fl-module-separator .fl-module-content {
    margin: 43px 0;
}

#awards-row .fl-row-content-wrap {
    /*padding-bottom: 155px;*/
    padding: 60px 15px;
}

#awards-row h3 {
    /*font-size: 25px;*/
    color: #393939;
}

#testimonials-row h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: none;
}

#get-services h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
}

#get-services .fl-row-content-wrap {
    padding: 0;
}

#get-services .fl-button {
    /*margin-bottom: 46px;*/
    margin-bottom: 81px;
}

#get-services .fl-photo {
    margin-top: 81px;
}

#get-services .fl-button-wrap {
    text-align: center;
}

#get-services .fl-button-text {
    font-size: 20px;
}


/*---------------------------------------------------------------------------------------------------- */


/*Page Banner---------------------------------------------------------------------------------------------------- */

.page-banner {
    text-align: center;
    color: #fff;
    padding: 250px 15px 150px;
    background-position: center bottom;
    background-size: cover;
}

.page-banner h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.page-banner h1 {
    font-weight: bold;
    color: black;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

.page-banner .breadcrumb {
    background: transparent !important;
    font-size: 25px;
}

.page-banner .breadcrumb-link-wrap a {
    color: #c5c5c5;
}


/*---------------------------------------------------------------------------------------------------- */


/*About Page---------------------------------------------------------------------------------------------------- */


/*#about-row .videomain {
	box-shadow: 0 0 13px #404040;
	width: 100% !important;
}*/


/*#ntk-row {
	position: relative;
}
*/

#ntk-row::before {
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
    bottom: -87px;
}

#ntk-row h2 {
    margin: 30px 0 !important;
}

#about-row .fl-row-content-wrap {
    padding-top: 215px;
    text-align: center;
}

#about-row .know {
    font-size: 18px;
    color: #606060;
    text-align: left;
    padding: 60px 15px;
}

#about-row .know .img,
#about-row .know .content-1 {
    display: inline-block;
    vertical-align: top;
}

#about-row .know .img {
    width: 33.3%;
}

#about-row .know img {
    max-height: 303px;
    width: 306px;
}

#about-row .know .content-1 {
    width: 66%;
    margin-top: 25px;
}

#about-row .know .content-1 p:last-of-type {
    margin-bottom: 0;
}

#about-row .fl-module-html.fl-node-5a60153a5f074 {
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #fff;
}

#about-row .fl-module-button {
    display: inline-block;
    padding: 60px 0 45px;
}

#rtm-team .fl-row-content-wrap {
    padding: 60px 15px;
}


/*Contact---------------------------------------------------------------------------------------------------- */

#service-areas-tx .fl-row-content-wrap {
    padding: 15px 0 0;
}

#service-areas-tx .fl-module-rich-text .fl-module-content {
    margin: 0;
}

#service-areas-tx p {
    margin-bottom: 0;
}

#service-areas-tx .info-gmap-header ul {
    margin: 15px;
}

#service-areas-tx .info-gmap-header li {
    padding-left: 20px;
    font-size: 16px;
    color: #797979;
    padding-bottom: 10px;
}

#service-areas-tx .info-gmap-header li.map {
    text-transform: uppercase;
}

#service-areas-tx .info-gmap-header li::before {
    color: #f7b504;
}

#service-areas-tx #map_wrapper {
    height: 455px;
}

#service-areas-tx #map_canvas {
    box-shadow: 0 0 10px rgba(0, 0, 0, .22);
}

#cdetails .fl-row-content-wrap {
    padding: 60px 15px;
}

#c-location {
    position: relative;
}

#c-location h3 {
    text-transform: uppercase;
}

#c-location .fl-row-content-wrap {
    border-radius: 0;
    background: #44406ad1;
    position: absolute;
    z-index: 10;
    max-width: 500px;
    padding: 20px 50px;
    /*text-align: center;*/
    margin-top: 75px;
}

#c-location a {
    color: #323232;
}

#c-location a:hover {
    color: #fff;
}

#c-location ul {
    margin: 0;
}

#c-location li {
    padding-left: 25px;
}

#c-location a::before {
    display: block;
    position: relative;
}

#cdetails .widget {
    margin-bottom: 0;
}

#cdetails .gform_footer {
    padding: 0;
}

#cdetails .gform_wrapper {
    margin: 0;
}

#cdetails p {
    color: #797979;
    margin-bottom: 20px;
}

#cdetails .text label {
    color: #a6a6a6;
    font-size: 25px;
    font-weight: 400;
}

#cdetails .gform_wrapper input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #e9e9e9;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#cdetails .gform_wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    color: #e9e9e9;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#cdetails .gform_wrapper input:-ms-input-placeholder {
    /* IE 10+ */
    color: #e9e9e9;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#cdetails .gform_wrapper input:-moz-placeholder {
    /* Firefox 18- */
    color: #e9e9e9;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}


/*#cdetails .green-btn {
	background: -webkit-linear-gradient(left, rgb(138, 201, 104) 0%, rgb(148, 202, 118) 100%);
	background: -o-linear-gradient(left, rgb(138, 201, 104) 0%, rgb(148, 202, 118) 100%);
	background: -ms-linear-gradient(left, rgb(138, 201, 104) 0%, rgb(148, 202, 118) 100%);
	background: -moz-linear-gradient(left, rgb(138, 201, 104) 0%, rgb(148, 202, 118) 100%);
	background: linear-gradient(to right, rgb(138, 201, 104) 0%, rgb(148, 202, 118) 100%);
	text-transform: capitalize;
}
#cdetails .green-btn.tel::before {
	margin-right: 10px;
}*/

#cdetails .gform_footer input {
    width: 190px;
    margin-bottom: 0;
}


/*City Landing Cypress---------------------------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------------------------------- */

#city-banner {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}

#city-banner h3 {
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

#city-banner h1 {
    /*font-size: 80px;*/
    text-shadow: -3px 3px rgba(0, 0, 0, .41);
}

#city-banner .fl-module-heading .fl-module-content {
    margin-bottom: 0;
}


/*#city-banner #contact a{
	font-size: 20px;
}
*/

#city-banner .videomain {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    width: auto !important;
}

#city-banner {
    position: relative;
}

#city-banner .fl-row-content-wrap {
    padding: 97px 15px 187px;
}


/*#city-banner::after {
	content: '';
	background: url('/wp-content/uploads/2018/01/after-bg.png') center center repeat-x;
	    -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
	width: 100%;
	height: 140px;
	bottom: 0;
	left: 0;
	position: absolute;
}*/


/*#city-banner .col-right {
	margin-top: 10px;
}*/

#why-choose {
    text-align: center;
    color: #fff;
    position: relative;
    /*margin-top: -140px;*/
}

.landing_page #why-choose {
    margin-top: 0;
}

#why-choose .columns h3 {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    min-height: 181px;
    color: #323232;
}

#why-choose h3 {
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
}

#why-choose h2 {
    text-transform: capitalize;
}

#why-choose .columns {
    width: 25%;
    background: #fff;
    margin: 15px;
    border: 1px solid #dedede;
    padding: 10px;
    color: #959595;
}

#why-choose .columns:hover {
    box-shadow: 0.872px 9.962px 13px 0px rgba(0, 0, 0, 0.12);
    transition: .2s ease-in;
}


/*.landing_page #why-choose::before {
	content: '';
	left: 0;
	top: 0;
	position: absolute;
	background: url('/wp-content/uploads/2018/01/after-bg.png')repeat-x center center;
        -moz-transform: scale(-1, -1);
        -o-transform: scale(-1, -1);
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1);
	height: 140px;
	width: 100%;
	z-index: 1;
	display: block;
}*/

.landing_page #why-choose::after {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    background: url('/wp-content/uploads/2018/01/after-bg.png')repeat-x center top;
    height: 88px;
    width: 100%;
    z-index: 1;
    display: block;
}

#why-choose .fl-row-content-wrap {
    padding: 60px 15px 148px;
}

#why-choose .transparent-btn {
    color: #fff;
    border: 1px solid #fff;
}

#why-choose .tel::before {
    margin-right: 10px;
}

#award-temp {
    text-align: center;
    background: #fdfdfd;
}

#award-temp h4 {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

#award-temp h2 {
    text-align: center;
}

#award-temp .fl-node-5a657fad4398d {
    margin: 20px 0 32px;
}

#why-choose .fl-node-5a6690b4e8797 .fl-module-content {
    margin: 15px 0;
}


/*#city-abt .col-left .fl-module-content{
	margin: 15px 0;
}*/

#city-abt .col-left #contact a {
    font-size: 18px;
}

#city-abt .fl-row-content-wrap {
    padding: 60px 15px;
}

#city-abt .col-left h3 {
    color: #363636;
}

#city-abt h2 {
    font-weight: 400;
    /*font-size: 50px;*/
}


/*#city-abt .col-left {
	margin-bottom: 50px;
}*/

#city-abt .fl-photo {
    text-align: right;
}

#city-abt p {
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.landing_page #services-row .fl-row-content-wrap {
    padding-bottom: 90px;
}

#city-ft {
    text-align: center;
    color: #3b3b3b;
    font-family: 'Lato' sans-serif;
    position: relative;
}

#city-ft::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #f9f9f9;
    width: 100%;
    height: 349px;
}

#city-ft .fl-row-content {
    max-width: 860px;
}

#city-ft .fl-row-content-wrap {
    padding: 60px 15px;
}

#city-ft a {
    color: #e41664;
}

#city-ft a:hover {
    color: #e41664;
}

#city-ft #contact {
    margin: 30px 0 43px;
}

#city-ft .texas {
    border: 8px solid #fff;
    height: 464px;
    width: 828px;
    margin: 15px auto 30px;
    box-shadow: 0 0 13px #333;
    background: center center no-repeat;
}

.transparent-btn.tel::before {
    margin-right: 10px;
}

.fl-module-tcmgallery .fl-module-content {
    margin: 15px 0;
}

.landing_page #testimonials-row::before {
    display: none;
}

.landing_page .w-excerpt p {
    display: none;
}

.landing_page .w-excerpt-less {
    display: none;
}

#gallery-row .fl-row-content-wrap {
    padding: 60px 15px;
}


/*---------------------------------------------------------------------------------------------------- */


/*Thank You---------------------------------------------------------------------------------------------------- */

.thank-you .content {
    text-align: center;
}

.thank-you h1 {
    font-size: 93px;
    text-shadow: 0 2px rgba(0, 0, 0, .45);
}

.thank-you .fl-row {
    max-width: 660px;
}

.thank-you #social .social_sharing_widget ul {
    margin: 18px 0 0;
}

.thank-you #social .social_sharing_widget .widgettitle {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 20px !important;
}

.thank-you #social .social_sharing_widget li:nth-of-type(2) a {
    padding: 6.5px 8px;
}

.thank-you #social .social_sharing_widget li:nth-of-type(3) a {
    padding: 6.5px 8.5px;
}

.thank-you #social .social_sharing_widget li:last-of-type a {
    padding: 6.5px 7.5px;
}

.thank-you p {
    margin-bottom: 0;
}

.thank-you #social .social_sharing_widget a {
    color: #fff;
    background: #161247 !important;
}

.thank-you #social .social_sharing_widget a:hover {
    background: #d1d1d1;
}

.thank-you #social .social_sharing_widget li {
    padding: 0;
    margin: 0 14px;
}

.thank-you .widget {
    margin-bottom: 0;
}

.thank-you #social .fl-module-content {
    margin: 0;
}

.page-id-257 .utility-bar,
.page-id-257 .site-header,
.page-id-257 .page-banner,
.page-id-257 .footer-widgets,
.page-id-257 .footer-bar,
.page-id-2397 .utility-bar,
.page-id-2397 .site-header,
.page-id-2397 .page-banner,
.page-id-2397 .footer-widgets,
.page-id-2397 .footer-bar {
    display: none;
}


/*.thank-you .fl-builder-content-257{
	margin: 80px 0;
}*/


/*---------------------------------------------------------------------------------------------------- */


/*Gift Card---------------------------------------------------------------------------------------------------- */

#gc-occassion-row p {
    margin-bottom: 0;
    color: #393939;
    font-weight: 600;
    text-align: center;
}

#gc-form-row {
    color: #fff;
    text-align: center
}

#gc-form-row p {
    font-weight: 600;
}

#gc-form-row p:last-of-type {
    margin-bottom: 4px;
}


/*#gc-form-row .fl-row-content-wrap{
	padding-top: 155px;
}*/


/*#gc-form-row::before {
	position: absolute;
	content: '';
	background: url('/wp-content/uploads/2018/01/after-bg.png') center center repeat-x;
	left: 0;
	top: 0;
	width: 100%;
	height: 140px;
	-moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
	z-index: 1;
}*/


/*#gc-form-row .fl-module-separator .fl-module-content{
	margin: 15px 15px 55px;
}*/


/*#gc-form-row .fl-module-heading .fl-module-content,
#gc-occassion-row .fl-module-heading .fl-module-content,*/

#testimonials-row.fl-node-5a6fb0c18ed04 .fl-module-heading:first-of-type .fl-module-content {
    margin-top: 45px;
}

#gc-form-row .fl-row-content-wrap,
#gc-occassion-row .fl-row-content-wrap {
    padding: 60px 15px;
}

#gc-form-row .gform_wrapper {
    background: #fff;
}


/*#gc-form-row p {
	color: #61561f;
}*/

#gc-form-row .gform_wrapper .gfield.text .gfield_label {
    color: #696969;
    font-weight: 400;
    font-size: 25px;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: none !important;
}

#gc-form-row div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100%;
    padding: 8px 0;
    padding-right: 16px;
}

#gc-form-row .gform_wrapper h1,
#gc-form-row .gform_wrapper h2 {
    color: #535353;
}

#gc-form-row .gform_wrapper p {
    color: #6a6969;
    font-weight: 500;
    font-size: 25px;
}

#gc-form-row .gform_wrapper .gform_footer {
    margin-left: 40px;
    padding: 40px 0 60px;
    margin-top: 0;
}

#gc-form-row .gform_wrapper .gform_footer input {
    width: 520px;
}

#gc-form-row ::-webkit-input-placeholder {
    color: #e9e9e9;
    font-size: 16px;
}

#gc-form-row ::-moz-placeholder {
    color: #e9e9e9;
    font-size: 16px;
}

#gc-form-row :-ms-input-placeholder {
    color: #e9e9e9;
    font-size: 16px;
}

#gc-form-row :-moz-placeholder {
    color: #e9e9e9;
    font-size: 16px;
}

#gc-form-row select {
    color: #e9e9e9;
    font-size: 16px;
}

#gc-form-row select option {
    color: #333;
}

#gc-form-row img {
    box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    margin-left: 7.5px;
}

#gc-form-row #field_3_8 {
    margin: 75px 0 35px;
}

#gc-form-row #field_3_2 {
    display: none;
}

#gc-form-row #field_3_10 ul {
    margin-left: 0;
    margin-right: 40px;
}

#gc-form-row #field_3_13 {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .22);
    float: right;
    margin-right: 22px;
    padding: 15px 25px;
    width: 100%;
    max-width: 499px;
    text-align: center;
}

#gc-form-row #field_3_13 .ginput_container_total {
    display: inline-block;
    width: auto !important;
}

#gc-form-row #field_3_13 .ginput_total {
    font-family: 'Courgette-Regular', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #535353;
    line-height: 1;
    padding-left: 15px;
}

#gc-form-row .gform_wrapper #field_3_13 .gfield_label {
    padding: 0;
    display: inline-block !important;
}

#gc-form-row .widget {
    margin-bottom: 0;
}

#gc-form-row #gform_fields_3 {
    padding-top: 44px;
}


/*---------------------------------------------------------------------------------------------------- */


/*Employment---------------------------------------------------------------------------------------------------- */

#w-offers h2 {
    font-size: 45px;
    color: #696969;
    background: #fff;
    padding: 0 15px !important;
}

#w-offers .fl-module-heading {
    position: absolute;
    left: 50%;
    margin-left: -150px !important;
    /*margin-top: 22.5px !important;*/
    top: 0;
    z-index: 1;
}

#w-offers .fl-module-separator {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    top: -30px;
}

#w-offers {
    color: #959595;
    position: relative;
}


/*#w-offer::before{
	position: absolute;
	content: '';
	background: url('/wp-content/uploads/2018/01/after-bg.png')center center;
	width: 100%;
	height: 140px;
	z-index: 1;
	-moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}*/

#w-offers .fl-row-content-wrap {
    padding: 60px 15px;
    margin-top: -60px;
}

#w-offers ul {
    margin: 0;
    text-align: left;
}

#w-offers ul li::before {
    content: '\f058';
    font-family: 'FontAwesome';
    color: #e41664;
}

#w-offers ul li {
    padding-left: 30px;
    text-align: left;
    width: 49%;
    vertical-align: top;
    display: inline-block;
}

#w-offers .fl-module-rich-text {
    text-align: center;
    border: 1px solid #e41664;
    background: transparent;
    padding: 40px 100px;
    position: relative;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
}

#w-offers .fl-module-heading .fl-module-content {
    margin: 45px 15px 60px;
}

#hw-3 {
    text-align: center;
}

#hw-3 h4 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #4e5459;
}

#hw-3 p {
    color: #4e5459;
    font-size: 16px;
}

#hw-3 .fl-row-content-wrap {
    padding-bottom: 45px;
}

#w-lf .col-img-right {
    left: 50%;
}

#w-lf .col-content-left li::before {
    content: '\f058';
    font-family: 'FontAwesome';
    color: #e41664;
}

#w-lf .col-content-left li {
    padding-left: 30px;
}

#w-lf .col-img-right .fl-module-content {
    margin: 0;
}

#af-row .fl-row-content-wrap .widget {
    margin-bottom: 0;
}

#w-lf .col-content-left {
    margin-top: 136px;
    margin-bottom: 50px;
}

#ebanner {
    border-top: 5px solid #33b0e5;
    position: relative;
}

#ebanner .fl-row-content-wrap {
    padding: 177px 15px 330px;
}

#ebanner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    background: url('/wp-content/uploads/2018/01/after-bg.png')center center;
}

#ebanner h3 {
    font-size: 40px;
    text-transform: none;
    color: #fff;
    text-shadow: 0px 3px 0 rgba(0, 0, 0, .46);
    margin-bottom: 20px !important;
}

#ebanner .col-left .fl-button {
    width: 100%;
    text-align: center;
}

#ebanner .col-left .fl-module-button .fl-module-content {
    margin: 15px;
}

#ebanner .col-left {
    background: rgba(57, 57, 57, .60);
    padding: 45px 0;
}

#gform_wrapper_5 .gf_page_steps {
    display: inline-block;
    width: 34%;
    float: right;
    vertical-align: top;
    background: #fbfbfb;
    height: 100%;
    right: 0;
    max-height: 1250px;
    position: absolute;
}

#gform_wrapper_5 .gform_body {
    display: inline-block;
    width: 66%;
    float: left;
    background: #fff;
    vertical-align: top;
    min-height: 1250px;
}

#gform_wrapper_5 .gf_step {
    display: block;
    position: relative;
    opacity: 1;
    padding: 78px 88px;
    padding-right: 0;
}

#gform_wrapper_5 .gf_page_steps .gf_step_number {
    margin: 0 !important;
    position: absolute;
    color: #e8e8e8 !important;
    left: 50px;
    top: 80px;
}

#gform_wrapper_5 .field_sublabel_below .ginput_complex.ginput_container label {
    display: block !important;
}

#gform_wrapper_5 li {
    padding: 0 15px !important;
    padding-right: 83px !important;
}

#gform_wrapper_5 {
    position: relative;
    min-height: auto;
    height: auto;
}

#gform_wrapper_5 form {
    overflow: hidden;
    background: #fff;
}

#gform_wrapper_5 .gf_step::before {
    content: '';
    background: url('/wp-content/uploads/2018/08/apply-icons-1.png') center center no-repeat;
    background-position: -1px 0px;
    filter: grayscale(100%);
    z-index: 1;
}

#gform_wrapper_5 .gf_step:nth-of-type(2)::before {
    background-position: -1px -64px;
}

#gform_wrapper_5 .gf_step:nth-of-type(3)::before {
    background-position: 0px -127px;
}

#gform_wrapper_5 .gf_step:nth-of-type(4)::before {
    background-position: 0px -190px;
}

#gform_wrapper_5 .gf_step:nth-of-type(5)::before {
    background-position: 0px -254px;
}

#gform_wrapper_5 .gf_step_completed::before,
#gform_wrapper_5 .gf_step_active::before {
    filter: hue-rotate(830deg) !important;
}

#gform_wrapper_5 .gf_step_completed:first-of-type::after,
#gform_wrapper_5 .gf_step_active:first-of-type::after {
    content: '';
    width: 2px;
    height: 165px;
    background: #e41664;
    left: -.5px;
    position: absolute;
    top: -16px;
}

#gform_wrapper_5 .gf_step_completed:nth-of-type(5)::after,
#gform_wrapper_5 .gf_step_active:nth-of-type(5)::after {
    content: '';
    width: 2px;
    height: 130px;
    background: #e41664;
    left: -.5px;
    position: absolute;
    top: -60px;
}

#gform_wrapper_5 .gf_step::before {
    margin-top: -13px;
    left: -25px;
    display: block;
    position: absolute;
    height: 51px;
    width: 51px;
}

#gform_wrapper_5 .gf_step::after {
    content: '';
    width: 2px;
    height: 130px;
    background: #d8dde7;
    left: -.5px;
    position: absolute;
    top: -56px;
}

#gform_wrapper_5 .gf_step_completed::after,
#gform_wrapper_5 .gf_step_active::after {
    background: #e41664;
}

#gform_wrapper_5 .gf_step:first-of-type {
    padding-top: 156px;
}

#gform_wrapper_5 .gf_step:first-of-type .gf_step_number {
    top: 158px;
}

#gform_wrapper_5 .gf_step span.gf_step_label {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

#af-row #gform_wrapper_5 h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 35px;
    margin: 60px 0;
}

#af-row .fl-row-content-wrap {
    padding: 60px 15px;
    /*margin-top: -144px;*/
}

#af-row h3 {
    /*color: #61561f;*/
    color: #fff;
    font-family: 'Courgette-Regular', sans-serif;
    font-size: 40px;
    font-weight: 400;
}

#gform_wrapper_5 .validation_error {
    z-index: 1;
    position: relative;
}


/*---------------------------------------------------------------------------------------------------- */


/*Services---------------------------------------------------------------------------------------------------- */

#sbanner .fl-row-content-wrap {
    padding: 60px 15px;
}

#sbanner img {
    box-shadow: 0 0 9px rgba(0, 0, 0, .3);
    border: 7px solid #fff;
}

#sbanner p {
    font-size: 16px;
}

#sbanner p:first-of-type {
    margin-bottom: 15px;
}

#sbanner .fl-module-separator {
    margin-bottom: 30px;
}

.fl-accordion-item {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    background: #f2f2f2;
    border: none !important;
    position: relative;
}

.fl-accordion-button-label {
    font-weight: 700;
    font-size: 25px;
    color: #696969;
    line-height: 1;
    padding-right: 25px;
}


/* .fl-accordion-button-icon {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #e41664;
    opacity: 1 !important;
    padding: 4px 8px !important;
    display: block !important;
    top: 50%;
    margin-top: -12px;
    position: absolute;
    right: 15px;
}

.fl-accordion-button-icon::before {
    content: '' !important;
    width: 0;
    height: 0;
    position: absolute;
    margin-left: 2px;
    margin-top: 2px;
    border-top: 6px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 6px solid transparent;
} */

.fl-accordion-small .fl-accordion-button {
    padding: 8px 35px;
    width: 100%;
}

.fl-accordion-item.fl-accordion-item-active .fl-accordion-button-label {
    color: #fff;
}


/* .fl-accordion-item.fl-accordion-item-active .fl-accordion-button {
    background: #e41664;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    position: relative;
}

.fl-accordion-item.fl-accordion-item-active .fl-accordion-button-icon {
    background: #fff;
    padding: 8px 4px !important;
    display: block;
    top: 50%;
    margin-top: -12px;
    position: absolute;
    right: 15px;
}

.fl-accordion-item.fl-accordion-item-active .fl-accordion-button-icon::before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #e41664;
    content: '';
    margin-left: 2px;
    margin-top: 2px;
    z-index: 10;
    line-height: 1;
} */

.fl-accordion-item .fl-accordion-content {
    padding: 15px !important;
}

.fl-accordion-item .fl-accordion-content li {
    text-indent: 30px;
    margin-bottom: 40px;
}

.fl-accordion-item .fl-accordion-content ul {
    margin: 40px 17px 0;
}

.fl-accordion-item .fl-accordion-content li::before {
    content: '\f138';
    color: #e41664;
    font-family: 'FontAwesome';
    left: -30px;
}

#accordion-row .fl-row-content {
    background: rgba(255, 255, 255, .25);
    border: 2px solid #fff;
    margin: 45px auto;
}

#accordion-row .fl-accordion {
    max-width: 830px;
    margin: 45px auto 0;
}


/*#accordion-row .fl-module-button .fl-module-content {
	margin-bottom: 60px;
	margin-left: 185px;
}*/

#accordion-row .dual-cta {
    margin-bottom: 60px;
    text-align: center;
}

#as-offers {
    color: #959595;
    text-align: center;
}

#as-offers h2 {
    color: #686868;
}

#as-offers .fl-row-content-wrap {
    padding: 60px 15px;
}


/*#as-offers::after {
	background: url('/wp-content/uploads/2018/01/after-bg.png') center center;
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 140px;
}*/

#as-offers ul {
    margin: 0;
}

#as-offers li {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    padding-left: 30px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}

#as-offers li::before {
    content: '\f00d';
    font-family: 'FontAwesome';
    color: #fff;
}


/*#as-offers .fl-row-content {
	background: rgba(255,255,255,.25);
	border: 1px solid #fff;
	padding: 15px;
	margin:15px auto 190px;
}*/

#ts-service {
    text-align: center;
}

#ts-service .fl-row-content-wrap {
    padding: 60px 15px 45px;
}


/*---------------------------------------------------------------------------------------------------- */


/*Page404---------------------------------------------------------------------------------------------------- */

.right-404,
.left-404 {
    display: inline-block;
    width: 49%;
    margin: 100px auto;
    padding: 15px;
}

.right-404 {
    float: right;
}

.left-404 h2 {
    font-size: 222px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-shadow: 0 3px 0 rgba(0, 0, 0, .13);
    position: relative;
}

.left-404 h2::after {
    position: absolute;
    content: '';
    height: 151px;
    width: 100%;
    background: url('/wp-content/uploads/2018/01/404h-bg.png')center center no-repeat;
    left: -50%;
    bottom: 0;
    margin-left: 194px;
    background-size: contain;
}

.left-404 h3 {
    font-weight: 700;
    font-family: Raleway, sans-serif;
    margin-bottom: 30px;
    font-size: 42px;
}

.left-404 {
    float: left;
}

.left-404 .ylw-btn {
    padding: 12.5px 100px;
    font-weight: 700;
    color: #fff;
}

.left-404 ul {
    margin-top: 30px;
}

.left-404 li a {
    font-weight: 600;
    color: #2e2e2e;
    font-size: 20px;
    padding-left: 25px;
}

.left-404 li:hover a {
    color: #e41664;
}

.left-404 li:hover::before {
    color: #e41664;
}

.left-404 li::before {
    content: '\f138';
    color: #e41664;
    font-family: 'FontAwesome';
}

.error404 {
    background: url('/wp-content/uploads/2018/03/body-404-bg.png')center center #fff;
}


/*---------------------------------------------------------------------------------------------------- */


/*Blog & Single Post---------------------------------------------------------------------------------------------------- */

.sidebar {
    width: 400px;
    margin-top: 45px;
}

.sidebar .white-btn {
    width: 100%;
    padding: 6px 15px;
}

.sidebar .widget {
    margin-bottom: 0;
    padding: 15px;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
    background: #e41664;
}

.archive-pagination a {
    border: 1px solid #ccc;
}

.pagination {
    clear: both;
    margin: 40px 15px;
}

.blog .content,
.single .content,
.search .content {
    width: 800px;
    margin-top: 15px;
}

.blog .entry,
.single .entry,
.search .entry {
    margin-bottom: 0;
    padding: 15px;
    padding-top: 45px;
}

.blog .entry-title,
.blog .entry h3,
.single .entry-title,
.single .entry h3 {
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.blog .entry h4,
.blog .entry h5,
.single .entry h5,
.single .entry h4 {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.blog .entry-image-link img {
    margin: 0 auto 15px;
    width: 100%;
}

.blog .entry-image-link {
    display: inline-block;
    width: 100%;
}

.sidebar .widget-title {
    color: #555555;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.sidebar-about .sidebar-about-content {
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: #fff !important;
    padding: 35px;
}

.sidebar-about .sidebar-about-content a {
    color: #fff;
}

.sidebar-about .sidebar-about-content button {
    display: block;
    width: 100%;
    padding: 12px 15px;
}

.sidebar-about .sidebar-about-content p {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
}

.sidebar-about .sidebar-about-content h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.sidebar .featured-content .entry {
    padding: 0 !important;
}

.entry-title {
    text-transform: uppercase;
}

.entry-content .read-more {
    display: none;
}

article .entry-date {
    color: #fff;
    background: #e41664;
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    padding: 10px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.blog .entry-header {
    position: relative;
}

.content .entry .entry-title a {
    color: #696969;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
}

.blog .content .entry .entry-title {
    padding-top: 5px;
}

.blog .content .entry-title,
.blog .content .entry-header .entry-meta {
    margin-left: 90px;
    margin-bottom: 0;
}

.blog .entry-header .entry-meta,
.blog .entry-header .entry-meta a {
    color: #555;
    font-size: 16px;
    text-transform: capitalize;
}

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

.blog .entry-content p {
    margin-bottom: 0;
}

.blog .more-link.transparent-btn {
    font-size: 20px;
    padding: 6px 44px;
}

.blog .addtoany_shortcode {
    display: inline-block;
    float: right;
    clear: both;
}

.addtoany_shortcode .a2a_svg,
.addtoany_list .a2a_svg {
    border-radius: 50% !important;
}

.addtoany_list a:hover .a2a_svg {
    background: #3b5998 !important;
    opacity: 1;
}

.sidebar .widget .addtoany_list a:hover .a2a_svg {
    /*background: #d7d7d7 !important;*/
    opacity: 1;
}

.sidebar .widget .addtoany_list a .a2a_svg {
    /*background: #f7b504 !important;*/
    opacity: 1;
}

input[type="search"] {
    border-radius: 5px;
    padding: 10px;
}

.search-form {
    position: relative;
}

.search-form::after {
    position: absolute;
    content: '\f002';
    right: 15px;
    font-family: 'FontAwesome';
    font-size: 31px;
    color: #a1a1a1;
}

.widget_categories li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.widget_categories li:hover a {
    color: #bfbfbf;
}

.widget_categories li {
    margin: 0 !important;
    padding-left: 30px;
}

.widget_categories li::before,
.tagcloud a::before {
    content: '\f138';
    color: #e41664;
    font-family: 'FontAwesome';
}

.widget_categories li:hover::before,
.tagcloud a:hover::before {
    color: #e41664;
}

.tagcloud a {
    font-size: 16px !important;
    color: #0a0a0a;
    font-weight: bold;
    padding: 10px 33px;
    display: inline-block;
    border: 1px solid #ececec;
    margin: 5px;
    text-transform: uppercase;
}

.tagcloud a:hover {
    color: #e41664;
    border: 1px solid #e41664;
}

.tagcloud a::before {
    left: 15px;
}

.sidebar .featured-content.featuredpost a {
    margin: 0;
    height: 85px;
    width: 85px;
    padding-right: 15px;
}

.sidebar .featured-content.featuredpost .entry-header {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    /*padding-left: 15px;*/
    /*padding-top: 10px;*/
}

.sidebar .featured-content.featuredpost .entry-meta,
.sidebar .featured-content.featuredpost .entry-author a {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: 300;
    color: #85878c;
    text-transform: capitalize;
}

.featured-content.featuredpost .entry-author:hover a,
.blog .entry-header .entry-meta:hover a {
    color: #00101a;
}

.sidebar .featured-content.featuredpost .entry-title {
    margin-bottom: 0;
}

.sidebar .featured-content.featuredpost .entry-title a {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.sidebar .featured-content.featuredpost .entry-title:hover a,
.content .entry .entry-title:hover a {
    color: #e41664;
}

.sidebar .widget_a2a_share_save_widget .widget-title {
    display: inline-block;
}

.sidebar .sidebar-review-img {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 31%;
    vertical-align: top;
}

.sidebar .sidebar-review-img img {
    border: 5px solid #f7b504;
    border-radius: 50%;
}

.sidebar .sidebar-review-content {
    display: inline-block;
    width: 65%;
    margin-bottom: 40px;
}

.sidebar .sidebar-review-title {
    font-size: 16px;
    font-weight: 600;
}

.sidebar .sidebar-review-title p {
    margin-bottom: 0;
}

.blog.single .entry-header img {
    margin-bottom: 15px;
}

.blog.single article .entry-date {
    top: auto;
    bottom: -30px;
}

.blog.single .entry-content h3:nth-of-type(odd),
.blog.single .entry-content a {
    color: #fed100;
}

.blog.single .entry-content h4 {
    font-size: 20px;
    color: #555;
    margin-bottom: 30px;
}

.blog.single .entry-content h3 {
    font-size: 25px;
    color: #555555;
    line-height: 1;
    text-transform: uppercase;
}

.blog.single .entry-content p {
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
}

.blog.single .entry-content ul {
    margin: 30px 0;
    /*padding-right: 30px;*/
}


/*.blog.single .entry-content ul:nth-of-type(even) {
	padding-right: 0;
	padding-left: 30px;
	border-right: none;
}
*/

.blog.single .entry-content li {
    padding-left: 30px;
    color: #8c8c8c;
    font-size: 16px;
}

.blog.single .entry-content li::before {
    content: '\f138';
    color: #b9b9b9;
    font-family: 'FontAwesome';
}

.blog.single .entry-content ol {
    margin-left: 0;
    list-style-position: inside;
    margin-bottom: 0;
}

.blog.single .entry-content ol li {
    padding-left: 0 !important;
}

.blog.single .entry-content {
    margin-bottom: 0;
}

#respond {
    padding: 15px;
}

#reply-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

#commentform #submit {
    background: #b9b9b9;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    padding: 10.5px 15px;
}

#commentform #submit:hover {
    background: #fed100;
}


/*---------------------------------------------------------------------------------------------------- */

.pum-theme-default-theme .popmake.pum-container {
    /*box-shadow: 0 0 0 35px rgba(0,0,0, .2);*/
    border-radius: 0;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border: 4px solid rgba(255, 255, 255, .2) !important;
    background-image: url(http://dev-feminine.mybeautifuldesign.com/wp-content/uploads/2019/09/content-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

div#pum_popup_title_1545:before {
    content: url(http://dev-feminine.mybeautifuldesign.com/wp-content/uploads/2019/09/pop-up-title-before-img.png);
    position: absolute;
    left: 0;
    top: -25px;
}

div#pum_popup_title_1545:after {
    content: url(http://dev-feminine.mybeautifuldesign.com/wp-content/uploads/2019/09/pop-up-title-after-img.png);
    position: absolute;
    right: 0;
    bottom: -40px;
}


/*.pum-theme-default-theme .popmake.pum-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url('/wp-content/uploads/2019/04/bg-p.png') center bottom no-repeat;
	width: 100%;
	height: 115px;
	border-radius: 5px;
}*/

.pum-theme-default-theme .popmake-close {
    border-radius: 50% !important;
    padding: 15px 15px !important;
    border: 4px solid rgba(255, 255, 255, .2) !important;
    right: -25px !important;
    top: -20px !important;
    font-size: 25px !important;
    /* background: url(/wp-content/uploads/2018/08/orange-bubbles.png)center center no-repeat !important; */
    background: #e41664 !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
}

.pum-theme-default-theme .gform_footer input {
    width: calc(100% - 16px) !important;
    font-size: 23px !important;
}

.pum-theme-default-theme .popmake-title {
    color: #e41664 !important;
    text-align: center !important;
    font-size: 28px !important;
    font-family: 'Courgette-Regular', sans-serif !important;
    font-weight: 400;
    margin: 15px 0 !important;
    margin-top: 25px !important;
}

.pum-theme-default-theme .popmake-content {
    padding-top: 15px;
}


/*Popup---------------------------------------------------------------------------------------------------- */

#gform_wrapper_6 .gfield .gfield_label {
    display: inline-block !important;
    color: black;
    font-weight: 100;
}

#gform_wrapper_4 .gf_page_steps {
    display: inline-block;
    width: 24%;
    border-bottom: none;
    padding: 15px;
    vertical-align: top;
    margin-top: 100px;
}

#gform_wrapper_4 .gform_body {
    display: inline-block;
    width: 75%;
    padding: 15px;
    border-left: 1px solid #e9e9e9;
}

gform_wrapper_4 .col-left {
    width: 24%;
}

#gform_wrapper_4 .col-left.gf_left_half {
    vertical-align: middle;
    display: none;
}

gform_wrapper_4 .col-right {
    width: 75%;
}

#gform_wrapper_4 .address_zip {
    width: 100%;
    padding: 0;
}

#gform_wrapper_4.gform_wrapper .gfield.text .gfield_label {
    text-align: center;
    color: #a6a6a6;
    font-weight: 400;
    font-size: 20px;
}

#gform_wrapper_4 input:not([type=submit]):not([type=button]),
#gform_wrapper_4 select,
#gform_wrapper_4 textarea {
    /*background-color: #edf5f9;*/
    border: 1px solid #e41664;
    outline: 0;
}

#gform_wrapper_4 textarea {
    height: 237px;
}

body .gform_wrapper#gform_wrapper_4 div.gform_body ul.gform_fields li.gfield.gfield_html {
    color: #a6a6a6;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
}

#gform_wrapper_4 .gf_page_steps .gf_step {
    margin: 30px 15px 150px !important;
    opacity: 1 !important;
    text-align: center;
}

#gform_wrapper_4 .gf_page_steps .gf_step_label {
    position: relative;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    color: #535353;
}

#gform_wrapper_4 .gf_page_steps .gf_step_first .gf_step_label::before {
    position: absolute;
    height: 51px;
    width: 51px;
    background: url('/wp-content/uploads/2018/02/popup-icon.png')center center no-repeat;
    content: '';
    display: block;
    background-position: -56px 0;
    top: -60px;
    left: 50%;
    margin-left: -25px;
}

#gform_wrapper_4 .gf_page_steps .gf_step_next .gf_step_label::before {
    position: absolute;
    height: 51px;
    width: 51px;
    background: url('/wp-content/uploads/2018/02/popup-icon.png')center center no-repeat;
    content: '';
    display: block;
    background-position: -56px -56px;
    top: -60px;
    left: 50%;
    margin-left: -25px;
}

#gform_wrapper_4 .gf_page_steps .gf_step_first.gf_step_active .gf_step_label::before {
    position: absolute;
    height: 51px;
    width: 51px;
    background: url('/wp-content/uploads/2018/02/popup-icon.png')center center no-repeat;
    content: '';
    display: block;
    background-position: 0 0;
    top: -60px;
    left: 50%;
    margin-left: -25px;
}

#gform_wrapper_4 .gf_page_steps .gf_step_last.gf_step_active .gf_step_label::before {
    position: absolute;
    height: 51px;
    width: 51px;
    background: url('/wp-content/uploads/2018/02/popup-icon.png')center center no-repeat;
    content: '';
    display: block;
    background-position: 0 -56px;
    top: -60px;
    left: 50%;
    margin-left: -25px;
}

.gf_page_steps {
    position: relative;
}

.gf_page_steps .gf_step_active .gf_step_number {
    color: #009dde;
}

.gf_page_steps .gf_step_number {
    color: #e8e8e8;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.gf_page_steps .gf_step_first .gf_step_number {
    position: absolute;
    bottom: 0;
    margin-left: 35%;
    left: 0;
}

.gf_page_steps .gf_step_last .gf_step_number {
    position: absolute;
    bottom: 0;
    margin-right: 35% !important;
    right: 0;
}

.gform_wrapper#gform_wrapper_4 .gform_page_footer {
    border: none;
    text-align: right;
}

.gform_wrapper#gform_wrapper_4 .gform_page_footer input,
.gform_wrapper#gform_wrapper_4 .gform_page_footer .clear-button {
    background: #d5d5d5;
    text-transform: uppercase;
    border-radius: 0;
    padding: 13px 30px;
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
}

.gform_wrapper#gform_wrapper_4 .gform_page_footer .gform_next_button.button,
.gform_wrapper#gform_wrapper_4 .gform_page_footer .gform_button.button {
    margin-right: 0;
}

.gform_wrapper#gform_wrapper_4 .gform_page_footer .gform_previous_button.button {
    margin: 0 10px;
}

.gform_wrapper#gform_wrapper_4 .gform_page_footer input:hover,
.gform_wrapper#gform_wrapper_4 .gform_page_footer input:active,
.gform_wrapper#gform_wrapper_4 .gform_page_footer .clear-button:hover,
.gform_wrapper#gform_wrapper_4 .gform_page_footer .clear-button:active {
    background: #accb4f;
}

.gform_wrapper#gform_wrapper_4 div.separator {
    height: 3px;
    width: 10%;
    background: #009dde;
    margin: 0 auto;
}

.gform_validation_error#gform_wrapper_4 {
    position: relative;
}

.gform_validation_error#gform_wrapper_4 .validation_error {
    width: 75%;
    position: absolute;
    top: 0;
    right: 0;
}

.gform_validation_error#gform_wrapper_4 .gform_body {
    margin-top: 60px;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    border: 0 !important;
}


/*---------------------------------------------------------------------------------------------------- */

html {
    overflow-x: hidden;
}

.footer-widgets .gform_wrapper .top_label .gfield_error {
    padding: 0 !important;
}


/*Book now---------------------------------------------------------------------------------------------------- */


/*.page-banner #cdetails #column{
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.page-banner #cdetails #column h3{
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 15px;
}
.page-id-570 .page-banner{
	position: relative;
	padding: 90px 0 150px;
	background-color: #0f181b;
	background-color: #011e29;
	background-image: none !important;
}
.page-id-570 .page-banner #bb-cont{
	position: relative;
	z-index: 5;
} 
.page-banner .img-cont{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .7;
}
.page-id-570 .page-banner::after{
	content: '';
	background: url('/wp-content/uploads/2018/02/bb-bg-after.png') center center;
	top: 0;
	left: 0;
	width: 100%;
	height: 388px;
	position: absolute;
}*/

#t-home {
    position: relative;
    padding: 60px 0;
}

#t-home::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -140px;
    background: url(/wp-content/uploads/2018/01/after-bg.png)repeat-x center center;
    height: 140px;
    width: 100%;
    z-index: 1;
    display: block;
    -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

#t-home p {
    font-size: 20px;
    font-weight: 600;
}

#booknw-row .fl-row-content-wrap {
    padding-top: 155px;
    background-size: cover;
}

#booknw-row iframe {
    min-height: 4600px !important;
}


/*---------------------------------------------------------------------------------------------------- */

.fl-accordion-item .fl-accordion-content ul>ul li {
    margin-bottom: 10px;
}

.fl-accordion-item .fl-accordion-content ul>ul li:last-of-type {
    margin-bottom: 40px;
}

.fl-accordion-item .fl-accordion-content ul>ul li::before {
    color: #8f8f8f;
}


/**SG row**/

#sg-row {
    position: relative;
}

#sg-row::before {
    position: absolute;
    content: '';
    left: 0;
    top: -40px;
    width: 100%;
    height: 56px;
    background: url('/wp-content/uploads/2018/02/gurantee-before.png')center center no-repeat;
    z-index: 10;
    display: block;
}

#sg-row h2,
#sg-row h3 {
    font-weight: 600;
    color: #393939;
    font-family: 'Raleway', sans-serif;
}

#sg-row h2,
#sg-row h3,
#sg-row h1 {
    line-height: 1;
    margin: 0;
}

#sg-row .fl-row-content-wrap {
    padding: 72px 15px;
}

#sg-row p:last-of-type {
    margin: 0;
}


/**Search**/

.search article.help_category {
    display: none;
}


/*.search article.page::before {
	content: '';
	background: url('/wp-content/uploads/2018/01/vid-poster.png') center center;
	width: 100%;
	height: 425px;
	margin-bottom: 15px;
}*/


/**testimonial Row**/


/*#testimonials-row{
	position: relative;
}*/

#testimonials-row .fl-row-content-wrap {
    padding-top: 60px;
}


/**FAQS**/

.page-id-14 .page-banner.bottom-overlay::before {
    background: url('/wp-content/uploads/2018/08/sep-apply.png') center center;
}

#faqs-row .fl-row-content-wrap {
    padding: 60px 15px;
}

#faqs-row .fl-module-separator .fl-module-content {
    margin-bottom: 45px;
}


/**overlay**/

.top-overlay,
.bottom-overlay {
    position: relative;
}

.top-overlay::before {
    /*content: '';
	left: 0;
	top: -88px;
	position: absolute;
	background: url('/wp-content/uploads/2018/08/overlay.png')repeat-x center center;
	height: 88px;
	width: 100%;
	z-index: 1;
	display: block;*/
}

.bottom-overlay::before {
    /*content: '';
	left: 0;
	bottom: 0;
	position: absolute;
	background: url('/wp-content/uploads/2018/08/overlay.png')repeat-x center center;
	height: 88px;
	width: 100%;
	z-index: 1;
	display: block;*/
}

#privacy-policy-row .fl-row-content-wrap {
    padding: 60px 15px;
}

#privacy-policy-row ul {
    margin-left: 0;
}

#privacy-policy-row ol {
    margin-left: 0;
    list-style-position: inside;
}

#privacy-policy-row ol li {
    padding-left: 0 !important;
}

#privacy-policy-row ul li {
    padding-left: 15px;
}

#privacy-policy-row ul li::before {
    content: '>';
    position: absolute;
    left: 0;
}


/**Testimonials Archive**/

.post-type-archive-testimonials .content {
    padding: 60px 15px 15px;
}

.post-type-archive-testimonials article {
    background: url('/wp-content/uploads/2018/08/test-bg.png') center center no-repeat;
    background-size: cover;
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid #e6dfdf;
    /*padding: 15px;*/
    font-style: italic;
}

.post-type-archive-testimonials article p:last-of-type {
    margin-bottom: 60px;
}

.post-type-archive-testimonials .content .entry-footer {
    text-align: right;
}

.post-type-archive-testimonials .content .entry-footer h2,
.post-type-archive-testimonials .content .entry-footer h3 {
    font-weight: 700;
    font-size: 25px !important;
    display: inline-block;
    vertical-align: text-bottom;
    margin-bottom: 0 !important;
    text-transform: capitalize;
    font-style: normal;
}

.post-type-archive-testimonials .content .entry-footer h2 a {
    font-size: 25px !important;
}


/**sitemap**/

.wsp-pages-list li a {
    position: relative;
    padding-left: 30px;
    color: #e41664;
}

.wsp-pages-list li a:hover {
    font-weight: 600;
    color: #e41664;
}

.wsp-pages-list li a::before {
    content: '\f138';
    position: absolute;
    left: 0;
    top: -3px;
    font-family: 'FontAwesome';
    margin-top: 0;
}

.dashicons-menu::before {
    color: #009948;
    /* border: 3px solid #ffbd00; */
    /* padding: 10px; */
    font-size: 28px !important;
    height: 17px !important;
    width: 20px !important;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    right: 23px;
    color: #e41664;
}

.dashicons-menu.activated::before {
    content: '\f00d';
    font-family: 'FontAwesome';
    margin-right: 7px !important;
}

.dashicons-menu {
    font-size: 0;
    padding: 15px !important;
}

.dashicons-menu::after {
    border: 3px solid #ffbd00;
    height: 48px;
    width: 48px;
    content: '';
    position: absolute;
    right: 15px;
    border-radius: 50%;
    top: 0;
}


/*.comment-respond input[type="email"], 
.comment-respond input[type="text"], 
.comment-respond input[type="url"] {
	width: 100%;
	line-height: 1;
	padding: 15px;
}*/

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
    line-height: 1;
    padding: 13.5px 15px;
}


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

@media only screen and (max-width: 1340px) {
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 920px;
    }
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 580px;
    }
    #get-services h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }
    /**Home Page**/
    /*	.fl-builder-content .fl-node-5a5d6581ad1f4 a.fl-button, .fl-builder-content .fl-node-5a5d6581ad1f4 a.fl-button:visited,
	.fl-builder-content .fl-node-5a5d6552e6f56 a.fl-button, .fl-builder-content .fl-node-5a5d6552e6f56 a.fl-button:visited{
	padding: 12px 10px !important;
}*/
    #get-services .fl-photo {
        margin-top: 60px;
    }
    #get-services .fl-button {
        margin-bottom: 60px;
    }
    #how-works .fl-col-small h3 {
        min-height: 53px;
    }
    #services-row .columns {
        width: 45%;
        margin: 15px;
    }
    .bottom-overlay::before {
        background-size: cover;
    }
    .footer-widgets .wrap {
        padding: 60px 15px;
    }
    .footer-widgets-1 {
        margin-top: 0;
    }
    /**Blog**/
    article .entry-date {
        font-size: 20px;
    }
    /****/
    /**CL**/
    .landing_page #contact {
        margin: 0 !important;
    }
    /*#city-abt .columns {
		width: 100%;
		display: block;
	}*/
    /**Booking**/
    #booknw-row iframe {
        min-height: 4600px !important;
    }
    /**Page Banner**/
    .page-banner {
        background-size: cover;
    }
    .page-banner .img-cont {
        background-size: cover !important;
        background-position: center center !important;
    }
    #city-banner .fl-row-content-wrap {
        padding: 60px 15px 148px !important;
    }
    .landing_page #services-row .fl-row-content-wrap {
        padding-bottom: 75px;
    }
    /**Employment**/
    #w-lf .fl-row-content-wrap {
        padding-bottom: 60px;
    }
    #w-lf .col-img-right {
        bottom: 60px;
    }
    #w-lf .col-content-left {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .sidebar {
        width: 32%;
    }
    .blog .content,
    .single .content,
    .search .content {
        width: 68%;
        margin-top: 15px;
    }
    .sidebar .featured-content.featuredpost .entry-header {
        width: 72%;
    }
    .sidebar .widget_a2a_share_save_widget .widget-title {
        display: block;
    }
}

@media only screen and (max-width: 1080px) {
    #get-services .fl-col-small {
        width: 50%;
    }
    h1,
    h2 {
        font-size: 50px;
    }
    .dual-cta .fl-button {
        padding: 15px !important;
    }
    .dual-cta .transparent-c .fl-button {
        padding: 13px 15px !important;
    }
    .dual-cta .fl-button-text {
        font-size: 18px;
    }
    #about-row .fl-row-content-wrap {
        padding-top: 175px;
    }
    #services-row p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .js .genesis-nav-menu .sub-menu a,
    .js .genesis-nav-menu .sub-menu,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .title-area {
        width: 100%;
    }
    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }
    .genesis-nav-menu,
    .site-description,
    .site-title {
        text-align: center;
    }
    .site-header .search-form {
        margin: 16px auto;
    }
    .js nav.nav-primary,
    .js .site-header nav {
        display: none;
        position: relative;
    }
    .js .site-header nav .wrap {
        padding: 0;
    }
    .js nav.pagination {
        display: block;
    }
    .menu-toggle,
    .sub-menu-toggle {
        border-width: 0;
        background-color: #fff;
        color: #333;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }
    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        border-width: 0;
    }
    .menu-toggle {
        border-top: 1px solid #eee;
        line-height: 20px;
        position: relative;
        right: 0;
        z-index: 1000;
        width: 100%;
    }
    .site-header .menu-toggle {
        border: 0;
    }
    .menu-toggle:before,
    .menu-toggle.activated:before {
        margin-right: 10px;
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .sub-menu-toggle {
        float: right;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .sub-menu-toggle:before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .sub-menu-toggle.activated:before {
        content: "\f142";
    }
    .js .nav-primary .genesis-nav-menu .menu-item,
    .js .site-header .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        margin: 1px 0;
        position: relative;
        text-align: left;
    }
    .js .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .js .nav-primary .genesis-nav-menu .menu-item a,
    .js .site-header .genesis-nav-menu .menu-item a {
        border: none;
        padding: 12px 0;
        width: 100%;
    }
    .js .genesis-nav-menu .sub-menu {
        border: none;
    }
    .js .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
    .js .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }
    .js .genesis-nav-menu>.menu-item-has-children>a:after {
        content: none;
    }
    .js .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }
    .js .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }
    .js nav button:hover,
    .js .menu-toggle:hover,
    .js .nav-primary {
        background-color: #fff;
        color: #000;
    }
    .js nav button:focus,
    .js .menu-toggle:focus {
        background-color: #fff;
        color: #009345;
    }
    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 auto 40px;
    }
    /**Home Page**/
    .header-widget-area .widget_text#text-12,
    .header-widget-area .widget_custom_html {
        display: none;
    }
    .site-title a {
        height: 80px;
        width: 150px !important;
    }
    .site-header {
        position: relative;
    }
    .title-area {
        position: absolute;
        z-index: 10;
        top: 15px;
        left: 15px;
    }
    .header-widget-area .widget_nav_menu {
        width: 100%;
    }
    .site-header .widget-area {
        width: 100% !important;
        padding-right: 0;
        padding-left: 0;
        max-width: 100%;
    }
    .header-widget-area .widget_nav_menu #mobile-nav-header {
        text-align: right;
        position: relative;
        z-index: 1;
        outline: 0;
        padding-bottom: 30px;
    }
    .site-header .genesis-nav-menu .menu-item a {
        padding: 15px !important;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
    }
    #home-banner .col-content-left {
        margin: 150px 0;
    }
    #home-banner .col-img-right {
        width: 60% !important;
    }
    #get-services h3 {
        font-size: 25px;
    }
    #get-services .font-40 h2 {
        font-size: 30px;
    }
    .footer-widgets-1 .widget_media_image {
        width: 31%;
    }
    .footer-widgets-6 {
        width: 100%;
        padding: 0;
    }
    .footer-widgets-6 iframe {
        width: 100%;
    }
    /**EndHome Page**/
    /**Text Modification**/
    .fl-button-text {
        font-size: 20px;
    }
    /**End Text Modification**/
    /**Employment**/
    #ebanner .fl-row-content-wrap {
        padding: 150px 15px 200px;
    }
    .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
    .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
        font-size: 16px !important;
    }
    .text label {
        font-size: 20px !important;
    }
    /**Services**/
    #sbanner #contact .col-left a {
        padding: 12.5px 50px;
    }
    #sbanner #contact .col-right a {
        padding: 11.5px 30px;
    }
    /**Blog**/
    .blog .content,
    .single .content,
    .search .content {
        width: 100%;
    }
    .blog .entry,
    .single .entry,
    .search .entry {
        padding-top: 0;
    }
    .sidebar {
        margin-top: 0;
    }
    .blog main .entry,
    /*.single main .entry, */
    .search main .entry {
        border-bottom: 1px solid #d4d4d4;
        padding: 15px 0 45px;
        margin: 0 15px 45px;
    }
    .blog.single main .entry {
        border-bottom: 0;
        padding: 15px;
        margin: 0;
    }
    /*.single main .entry .entry-content:last-child {
		margin-bottom: 0 !important;
	}*/
    /**CL**/
    #city-banner .col-left,
    #city-banner .col-right {
        display: block;
        width: 100%;
    }
    #city-banner #contact>div {
        width: auto;
        display: inline-block;
    }
    /*	#city-banner .fl-row-content {
	margin: 50px auto 150px;
}*/
    #city-since .col-left h1 {
        line-height: 1;
        font-size: 50px;
    }
    #city-since #contact .col-left {
        margin-bottom: 30px;
    }
    #city-banner .videomain {
        width: 70% !important;
    }
    /**Popup Form**/
    #gform_wrapper_4.gform_wrapper .gfield.text .gfield_label {
        font-size: 16px !important;
    }
    #gform_wrapper_4 .gf_page_steps {
        width: 27%;
    }
    #gform_wrapper_4 .gform_body {
        width: 72%;
    }
    .gform_wrapper#gform_wrapper_4 .gform_page_footer input,
    .gform_wrapper#gform_wrapper_4 .gform_page_footer .clear-button {
        font-size: 23px;
    }
    /**Popup**/
    /*.gf_page_steps .gf_step {
	margin: 30px 15px 160px !important;
}*/
    .pum-container .gform_validation_error#gform_wrapper_4 .gform_body {
        margin-top: 80px;
    }
    /**Form Validation**/
    .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
        margin-top: 16px !important;
    }
    /**Booking Page**/
    #booknw-row .fl-row-content-wrap {
        padding-top: 25px;
        background-size: contain;
    }
    #booknw-row iframe {
        padding-top: 50px;
        min-height: 2065px !important;
    }
    /**popup**/
    .pum-theme-default-theme .pum-container {
        width: 100% !important;
        max-width: 60% !important;
        left: 20% !important;
    }
}

@media only screen and (max-width: 960px) {
    /**Home Page**/
    h1,
    h2,
    .font-50 {
        font-size: 44px;
    }
    .font-40 {
        font-size: 36px;
    }
    h3,
    h4,
    font-30 {
        font-size: 25px;
    }
    #services-row p {
        font-size: 18px;
    }
    #get-services .fl-col-small .fl-col-content {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
    }
    #get-services .fl-col-small.fl-node-5a5d61e887871 h2 {
        margin-bottom: 30px !important;
    }
    #get-services h3 {
        margin-bottom: 10px !important;
    }
    /**End Home Page**/
    #get-services .fl-button-text {
        font-size: 18px;
    }
    /**About**/
    #about-row .videomain {
        height: 400px !important;
    }
    #about-row .fl-module-separator.fl-node-5a60150360365 .fl-module-content {
        margin: 40px 0;
    }
    /**GC**/
    #gc-form-row #field_3_10 ul {
        margin-left: 0;
        margin-right: 0;
    }
    /**Services**/
    #sbanner #contact .col-left a,
    #sbanner #contact .col-right a {
        font-size: 20px;
    }
    #as-offers li {
        width: 40%;
    }
    #faqs-row .fl-row-content-wrap {
        padding: 45px 15px;
    }
    /**TY Page**/
    /*	.thank-you .fl-builder-content-257 {
	margin: 40px 0;
}*/
    /**CL**/
    #city-banner .fl-module-heading .fl-module-content {
        margin: 5px 15px;
    }
    #city-banner .videomain {
        width: 80% !important;
    }
    /**Page Banner**/
    .page-banner {
        padding: 50px 15px 150px;
    }
    /**Form Validation**/
    /*	.text label {
	font-size: 23px !important;
}*/
    .footer-widgets-1 .gform_wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 860px) {
    body>div {
        font-size: 1.8rem;
    }
    body {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings {
        padding: 30px;
        margin-bottom: 5%;
    }
    .sidebar {
        margin-bottom: 5%;
    }
    .archive-pagination li a {
        margin-bottom: 4px;
    }
    .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%;
    }
    /**Home Page**/
    /*	#services-row .columns.col-center {
	margin: 0 15px;
}*/
    #awards-row .columns {
        width: 30%;
    }
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5 {
        float: none;
        width: 50% !important;
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
    }
    .footer-bar-location li {
        width: 32%;
    }
    .footer-widgets .gform_wrapper .gform_body {
        width: 70% !important;
    }
    /**End Home Page**/
    /**GC**/
    #gc-form-row .widget {
        margin-bottom: 50px;
    }
    #gc-form-row .gform_wrapper .gform_footer {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    #gc-form-row .gform_wrapper .gform_footer input {
        margin: 0;
    }
    #gc-form-row #gform_fields_3 ul {
        margin-left: 15px;
    }
    #gc-form-row #input_3_3 span {
        padding-right: 0;
    }
    #gc-form-row #field_3_1,
    #gc-form-row #field_3_10 {
        width: 100%;
        padding: 0;
    }
    #gc-form-row #field_3_13 {
        margin: 15px auto !important;
        max-width: 300px;
        float: none;
    }
    #gc-form-row #field_3_14 {
        padding: 0;
        text-align: center;
    }
    #gc-form-row #field_3_8 {
        margin: 30px 0 15px;
    }
    .page-banner #cdetails #column {
        width: 30%;
    }
    .page-banner #cdetails h3 {
        font-size: 20px;
    }
    /**Services Page**/
    #sbanner #contact .col-left a,
    #sbanner #contact .col-right a {
        font-size: 18px;
    }
    /**typ**/
    .thank-you h1 {
        font-size: 80px;
    }
    /**404**/
    .left-404 h2 {
        font-size: 180px;
    }
    .left-404 h2::after {
        margin-left: 174px;
    }
    .left-404 h3 {
        font-size: 35px;
    }
    #w-lf .col-img-right {
        bottom: 60px;
        width: 35% !important;
        right: 15px;
        left: auto;
    }
    #w-lf ul {
        margin-left: 0;
    }
    #w-lf .col-content-left {
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    /**Home Page**/
    #home-banner .col-content-left {
        margin: 50px 0 130px !important;
        text-align: center;
    }
    #home-banner .col-img-right {
        display: none;
    }
    #home-banner h2,
    #home-banner .fl-separator {
        text-align: center;
        margin: 0 auto;
    }
    #home-banner h2 {
        font-size: 50px;
    }
    #services-row .columns {
        margin: 15px;
    }
    #awards-row .fl-module-separator .fl-module-content {
        margin: 30px 0;
    }
    #how-works #contact {
        margin: 50px 0;
    }
    #how-works .fl-col-small h3 {
        min-height: 1px;
    }
    #services-row .fl-module-separator .fl-module-content {
        margin: 15px 0 30px;
    }
    #get-services h3,
    #get-services .fl-col-small.fl-node-5a5d61e887871 h2 {
        margin-bottom: 0 !important;
    }
    #services-row .columns .fl-col-content {
        padding: 15px;
    }
    #services-row .fl-row-content-wrap {
        padding-bottom: 150px;
    }
    #awards-row .columns p {
        margin-bottom: 0;
    }
    /**EndHome Page**/
    .fl-col-small {
        max-width: 100% !important;
    }
    .site-title a {
        height: auto;
        width: 115px !important;
    }
    .bottom-overlay::before {
        height: 70px;
    }
    /**Faqs**/
    .fl-accordion-item .fl-accordion-content li {
        text-indent: 30px;
        margin-bottom: 20px;
    }
    .fl-accordion-item .fl-accordion-content ul {
        margin: 20px 15px 0;
    }
    .fl-accordion-button-label {
        font-size: 20px;
    }
    /**Employment**/
    /*	#w-offers ul {
	margin: 45px 0;
	width: 49%;
	float: none !important;
}*/
    #w-offers .fl-module-rich-text {
        padding: 40px 15px;
    }
    #ebanner .col-right {
        display: none;
    }
    #w-lf .col-content-right {
        margin: 5% 0 0 20%;
    }
    /**Contact Page**/
    #cdetails #contact {
        margin: 30px 0;
    }
    /**Service Page**/
    /*	#sbanner .col-right, #sbanner .col-left {
	width: auto;
}*/
    #sbanner .dual-cta {
        text-align: center;
    }
    #contact {
        margin-bottom: 20px;
    }
    #as-offers li {
        width: 49%;
    }
    /**Blog**/
    .entry-title {
        font-size: 30px;
    }
    .comment-respond input[type="email"],
    .comment-respond input[type="text"],
    .comment-respond input[type="url"] {
        width: 100%;
        line-height: 1;
    }
    .content .entry .entry-title a {
        font-size: 28px;
    }
    /**404**/
    .left-404 h1 {
        font-size: 170px;
    }
    .left-404 {
        text-align: center;
    }
    .left-404 ul {
        text-align: left;
    }
    .right-404,
    .left-404 {
        margin: 50px auto;
    }
    /**CL**/
    /*	#city-banner .fl-row-content {
	margin: 25px auto 100px;
}*/
    .landing_page .fl-row-content-wrap,
    .landing_page .fl-row-content-wrap .fl-heading {
        text-align: center !important;
    }
    #city-abt img {
        max-height: 300px;
        width: auto;
    }
    #city-abt .col-right .fl-photo {
        text-align: center;
        margin-bottom: 60px;
    }
    #city-since .col-right .fl-photo {
        text-align: center;
    }
    #city-since .columns {
        padding: 0 15px;
        margin-bottom: 0;
        display: block;
        width: 100% !important;
    }
    /*#city-banner::after {
	background: url('/wp-content/uploads/2018/01/after-bg.png') center top;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	width: 100%;
	height: 100px;
}*/
    /*.landing_page .transparent-btn {
	border: 1px solid #accb4f !important;
	color: #accb4f !important;
	}*/
    #city-since .col-left h1 {
        margin-top: 0;
    }
    #why-choose .fl-col-content {
        position: relative;
        z-index: 10;
    }
    /*	#why-choose .fl-row-content-wrap {
	padding: 50px 15px;
}*/
    /*	#why-choose::after {
	background: url('/wp-content/uploads/2018/01/after-bg.png')center top;
	height: 90px;
}
	#why-choose::before {
	background: url('/wp-content/uploads/2018/01/after-bg.png') center top;
	-moz-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
	height: 90px;
}*/
    .landing_page #why-choose::before {
        display: none;
    }
    #city-texas p:last-of-type {
        margin-bottom: 0;
    }
    #city-banner .videomain {
        width: 100% !important;
    }
    /**PopUp Form**/
    #gform_wrapper_4 .gform_body,
    #gform_wrapper_5 .gform_body {
        width: 100%;
        padding: 0;
        display: block;
    }
    #gform_wrapper_4 .gf_page_steps,
    #gform_wrapper_5 .gf_page_steps {
        width: 100%;
        display: block;
        margin: 0;
        text-align: center;
    }
    .gf_page_steps .gf_step {
        margin: 30px 15px 80px !important;
        opacity: 1 !important;
        text-align: center;
    }
    #gform_wrapper_5 li {
        padding-right: 15px !important;
    }
    .gform_validation_error#gform_wrapper_4 .validation_error,
    .gform_validation_error#gform_wrapper_5 .validation_error {
        width: 100%;
        top: 15%;
    }
    #gform_wrapper_5 .gf_step_completed::after,
    #gform_wrapper_5 .gf_step_active::after,
    #gform_wrapper_5 .gf_step::after {
        display: none;
    }
    #gform_wrapper_5 .gf_step_number {
        display: none;
    }
    #gform_wrapper_5 .gf_page_steps {
        display: block;
        width: 100%;
        float: none;
        height: auto;
        right: 0;
        position: relative;
        max-height: 100%;
        padding: 15px;
        margin: 0;
        border: none;
    }
    #gform_wrapper_5 .gform_body {
        display: inline-block;
        width: 100%;
        float: none;
        background: #fff;
        vertical-align: top;
        min-height: 1470px;
    }
    #gform_wrapper_5 .gf_page_steps .gf_step {
        margin: 30px 15px !important;
        display: inline-block;
        width: 45%;
        padding: 0;
        float: left;
    }
    #gform_wrapper_5 h3 {
        margin: 30px 0 !important;
    }
    #af-row h3 {
        font-size: 30px !important;
    }
    /**SG Row**/
    #sg-row .col-left img {
        max-width: 300px;
    }
    /**Booking Page**/
    .page-banner h1 {
        font-size: 70px;
    }
    /**Gift Cards**/
    #gc-form-row .gform_wrapper .gform_body {
        text-align: center;
    }
    #gc-form-row .gform_wrapper label {
        display: none !important;
    }
    #gc-form-row img {
        width: 80%;
        height: auto;
    }
    #gc-form-row #field_3_13 {
        max-width: 80% !important;
    }
    #gc-form-row .gform_wrapper .gform_footer input {
        width: 90%;
    }
    #ntk-row::before {
        bottom: -69px;
    }
    .pum-theme-default-theme .pum-container {
        width: 100% !important;
        max-width: 80% !important;
        left: 10% !important;
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 736px) {
    #how-works #contact {
        margin: 25px 0;
    }
    #how-works h3 {
        font-size: 18px;
    }
    /*	#get-services .fl-photo {
	margin-top: 25px;
}*/
    .footer-bar {
        font-size: 14px;
    }
    .footer-bar-location section {
        margin-bottom: 0;
    }
    /**About**/
    #about-row .know .img,
    #about-row .know .content-1 {
        display: block;
        vertical-align: top;
        width: 100% !important;
        margin: 0 auto !important;
    }
    #about-row .know .img {
        text-align: center;
        margin-bottom: 35px !important;
    }
    #about-row .know h4 {
        font-weight: 400;
    }
    /**Employment*/
    #w-lf .col-img-left {
        left: 0%;
    }
    #w-lf .col-content-right {
        margin: 5% 0 0 0;
    }
    /**Service Page**/
    /*	 #sbanner img {
	width: 300px;
}*/
    /**CL**/
    #city-texas #contact>div {
        width: 100%;
        display: block;
        margin: 30px 15px;
    }
    /*#why-choose::after {
	height: 70px;
	background-size: cover;
	bottom: -20px
}
	#why-choose::before {
	height: 70px;
	top: -20px;
	background-size: cover;
}
	#city-banner::after {
	height: 70px;
	background-size: cover;
	bottom: -20px
}*/
    /* #city-banner .fl-row-content {
	margin: 25px auto 50px;
}*/
    /**Popup**/
    /*	 #popmake-604 .popmake-close {
	padding: 14px;
	right: -20px;
	top: -17px;
}*/
    #gc-form-row .gform_wrapper .gform_footer {
        padding-top: 15px;
    }
    .right-404,
    .left-404 {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .right-404 img {
        max-height: 300px;
    }
    .left-404 h2::after {
        margin-left: -308px;
        left: 50%;
    }
    .left-404 ul {
        margin-left: 25%;
    }
}

@media only screen and (max-width: 690px) {
    #how-works #contact .col-center {
        display: none;
    }
    #how-works #contact {
        margin: 0 auto;
    }
    /**Employment**/
    /*	#w-offers ul {
	margin: 15px 0;
	margin-left: 20%;
	width: 50%;
}*/
    #gform_wrapper_5 .gf_step span.gf_step_label {
        left: 60px;
        position: absolute;
    }
    #gform_wrapper_5 .gf_page_steps .gf_step {
        text-align: left;
        margin-left: 30px !important;
        width: 90%;
    }
    #gform_wrapper_5 .gform_page_footer input,
    #gform_wrapper_5 .gform_page_footer .clear-button {
        width: 90%;
        display: block;
        margin: 7.5px auto !important;
        line-height: 1;
        text-align: center;
    }
    /**CL**/
    #why-choose #contact>div {
        width: 100%;
        display: block;
        margin: 30px 15px;
    }
    /**Popup**/
    .gform_wrapper#gform_wrapper_4 .gform_page_footer .clear-button {
        display: block;
        text-align: center;
        margin: 7.5px 0;
    }
    .footer-widgets .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .footer-widgets.gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit] {
        margin: 0;
    }
    .post-type-archive-testimonials article p {
        font-size: 16px;
    }
    .post-type-archive-testimonials article p:last-of-type {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 667px) {
    #how-works #contact .col-left,
    #how-works #contact .col-right {
        margin: 15px;
    }
    #how-works #contact {
        margin: 0 auto;
    }
    #awards-row .columns {
        width: 49% !important;
        display: inline-block;
    }
    #home-banner .col-content-left {
        margin-bottom: 100px !important;
    }
    .footer-widgets .gform_wrapper .gform_body {
        width: 100% !important;
    }
    /*.footer-widgets-1 {
		padding-top: 40px;
	}*/
    .footer-widgets-1 .gform_widget {
        width: 100%;
    }
    .footer-widgets .gform_footer input {
        line-height: 1.5 !important;
    }
    .footer-widgets .gform_footer {
        margin-top: 15px !important;
        padding: 0 !important;
    }
    /*	#get-services .fl-button {
	margin-bottom: 0;
}*/
    #about-row .know .img img {
        width: 250px;
    }
    #about-row .fl-module-html.fl-node-5a6031a4b8e82 .fl-module-content {
        margin: 40px 0;
    }
    #about-row .fl-col-group.fl-node-5a60139b32f27 {
        margin-bottom: 30px;
    }
    #about-row .know .title {
        margin: 45px 0;
    }
    /**Employment**/
    #ebanner .fl-row-content-wrap {
        padding: 50px 15px;
    }
    #ebanner .col-left>div {
        position: relative;
        z-index: 10;
    }
    #w-lf .col-img-right {
        display: none;
    }
    #w-lf h2 {
        text-align: center;
    }
    #af-row .fl-row-content-wrap {
        padding-bottom: 50px;
    }
    /**Blog*/
    .entry-title {
        font-size: 25px;
    }
    .blog.single article .entry-date {
        bottom: -30px;
    }
    #commentform #comment {
        height: 200px;
    }
    .blog.single .entry-content h3 {
        font-size: 23px;
    }
    /**CL**/
    #city-since img {
        width: 200px;
    }
    .landing_page .fl-module-html .fl-module-content {
        margin: 0;
    }
    #city-banner .fl-row-content-wrap {
        padding-bottom: 98px !important;
    }
    #city-abt .fl-row-content-wrap {
        padding-top: 0;
    }
    #city-abt .col-right .fl-photo {
        margin-bottom: 0;
    }
    #city-banner .videomain {
        height: 300px !important;
    }
    /*	#why-choose .fl-row-content-wrap {
	padding: 15px;
}*/
    #city-banner .fl-col-content {
        position: relative;
        z-index: 10;
    }
    #city-banner p {
        text-shadow: 2px 2px 2px #000;
    }
    /*
	#why-choose::before {
	height: 50px;
	top: -14px;
}*/
    /*	#why-choose::after {
	height: 50px;
	bottom: -14px;
}
	#city-banner::after {
	height: 60px;
}*/
    /**Page Banner**/
    .page-banner h1 {
        font-size: 60px;
    }
    .page-banner p {
        margin: 0;
    }
    /**PopUp**/
    .gf_page_steps .gf_step {
        margin: 30px 15px 100px !important;
        opacity: 1 !important;
        text-align: center;
    }
    .fl-row:first-of-type .fl-row-content-wrap,
    #how-works .fl-row-content-wrap {
        padding-top: 15px !important;
    }
    .fl-row-content-wrap {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 640px) {
    h2,
    .font-50 {
        font-size: 35px;
    }
    .utility-bar-right,
    .utility-bar-left {
        display: block;
        width: 100%;
        padding: 10px 15px;
        float: none;
        text-align: center !important;
    }
    #home-banner .col-img-right {
        display: none;
    }
    #how-works .fl-module-photo .fl-module-content {
        margin-top: 15px;
    }
    .fl-button-text {
        font-size: 18px;
    }
    /**About**/
    #about-row .videomain {
        height: 300px !important;
    }
    #about-row .fl-module-heading.fl-node-5a60146d18de5 .fl-module-content {
        margin-top: 40px;
    }
    #gc-form-row div.ginput_complex.ginput_container.gf_name_has_2 span {
        padding-right: 0;
    }
    #gc-form-row .gform_body {
        padding: 15px;
    }
    #gc-form-row #field_3_1 ul {
        margin: 0;
    }
    #gc-form-row #field_3_13 {
        margin-right: 0;
    }
    /**Contact Page**/
    #cdetails #contact>div {
        display: block;
        margin: 30px 0;
    }
    #cdetails #contact {
        margin: 0;
    }
    #cdetails p {
        margin-bottom: 0;
    }
    #cdetails .fl-module-button {
        display: none;
    }
    #cdetails .fl-row-content-wrap {
        padding-bottom: 15px;
    }
    /**Service Page**/
    #accordion-row .fl-row-content {
        margin: 15px 0;
    }
    #as-offers li {
        width: 100%;
    }
    /**404**/
    .right-404,
    .left-404 {
        display: block;
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }
    .right-404 img {
        width: 300px;
    }
    .left-404 h1 {
        font-size: 130px;
    }
    .left-404 h1::after {
        left: 0;
        margin-left: 0;
        background-size: contain;
        height: 100px;
    }
    /**CL**/
    /*	#city-banner .fl-row-content {
	margin: 0 auto 60px;
}*/
    /*	#why-choose .fl-row-content-wrap {
	padding: 50px 15px;
}*/
    /**PopUp**/
    .popmake-content #gform_wrapper_4 #gf_step_4_1,
    .popmake-content #gform_wrapper_4 #gf_step_4_2 {
        width: 44%;
        display: inline-block;
    }
    .gform_wrapper#gform_wrapper_4 .gform_page_footer .gform_previous_button.button {
        margin: 5px auto 10px;
    }
    .pum-container .gform_validation_error#gform_wrapper_4 .gform_body {
        margin-top: 125px;
    }
    /**Form Validation**/
    .text label {
        font-size: 20px !important;
    }
    .gform_wrapper div.validation_error {
        font-size: 14px !important;
    }
    .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
        margin-top: 0 !important;
    }
    .gform_wrapper li.gfield.gfield_error,
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
        padding: 0 !important;
    }
    #faqs-row .fl-module-separator .fl-module-content {
        margin-bottom: 15px;
    }
    .post-type-archive-testimonials .content .entry-footer h2,
    .post-type-archive-testimonials .content .entry-footer h2 a,
    .post-type-archive-testimonials .content .entry-footer h3 {
        font-size: 20px !important;
    }
    .pum-theme-default-theme .gform_footer input {
        line-height: 1 !important;
        padding: 14px !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 600px) {
    h3,
    h4,
    font-30 {
        font-size: 20px;
    }
    .footer-widgets {
        font-size: 16px;
    }
    /**Employment**/
    #hw-3 .fl-row-content-wrap {
        padding-bottom: 0;
    }
    #w-offers ul li {
        width: 100%;
    }
    #cdetails .text label {
        font-size: 20px;
    }
    #cdetails .green-btn {
        font-size: 20px;
    }
    /**404**/
    .right-404,
    .left-404 {
        margin: 0;
    }
    /*.left-404 ul {
	text-align: center;
}*/
    /**CL**/
    #city-banner p {
        margin-bottom: 0;
    }
    /**Pagebanner**/
    /*.page-banner {
	padding: 25px 0;
}
	.page-banner h1{
		padding-top: 15px;
	}*/
    /**Popup**/
    .gf_page_steps .gf_step {
        margin: 30px 15px 110px !important;
        opacity: 1 !important;
        text-align: center;
    }
    .gform_wrapper#gform_wrapper_4 .gform_page_footer {
        margin: 0 auto;
    }
    /**Booking Page**/
    .page-banner #cdetails {
        display: none;
    }
    #booknw-row {
        margin-top: -35px;
    }
    .page-id-570 .page-banner {
        padding: 25px 0 50px;
    }
    .content .entry .entry-title a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 568px) {
    #awards-row .fl-module-heading.fl-node-5a5e9ec31fb85 .fl-module-content,
    #awards-row .fl-module-heading.fl-node-5a5e9e9fa8434 .fl-module-content {
        margin: 0;
    }
    /**Home**/
    /*	#home-banner::after {
	background: url('/wp-content/uploads/2018/01/after-bg.png') center top;
	height: 100px;
}*/
    /**Employment**/
    #ebanner h3 {
        font-size: 30px;
        margin-bottom: 10px !important;
    }
    #ebanner .col-left {
        padding: 15px 0;
    }
    /**Blog**/
    .sidebar .widget-title {
        font-size: 25px;
    }
    .sidebar-about .sidebar-about-content {
        padding: 15px;
    }
    /**TY Page**/
    /*	.thank-you .fl-builder-content-257 {
	margin: 15px 0;
}*/
    /**CL**/
    #city-banner #contact>div {
        max-width: 100%;
        display: block;
        margin: 30px 15px;
    }
    .landing_page #services-row .fl-row-content-wrap {
        padding-bottom: 60px;
    }
    /*#city-banner .fl-row-content{
		margin: 0;
		padding-bottom: 30px;
	}*/
    /*	#why-choose .fl-row-content-wrap {
	padding: 40px 15px;
}*/
    #award-temp img {
        width: 150px;
    }
    #city-banner h2 {
        font-size: 45px;
    }
    #city-since .col-left h1 {
        font-size: 40px;
    }
    #city-since p:last-of-type {
        margin-bottom: 0;
    }
    #why-choose .fl-node-5a6690b4e8797 .fl-module-content {
        margin: 0;
    }
    .landing_page .fl-row-content-wrap {
        padding: 0;
    }
    /*.cli-inner{
		margin: 0 !important;
	}*/
    .column-content {
        min-height: 1px !important;
    }
    /**PopUp**/
    .gform_wrapper#gform_wrapper_4 .gform_page_footer .clear-button {
        width: 100%;
        text-align: center;
        float: none;
        margin: 5px auto 10px;
        display: block;
    }
    .popmake-content #gform_wrapper_4 #gf_step_4_1,
    .popmake-content #gform_wrapper_4 #gf_step_4_2 {
        width: 100%;
    }
    .gform_validation_error#gform_wrapper_4 .validation_error,
    .gform_validation_error .validation_error {
        top: 25%;
        font-size: 14px;
    }
    /**Page Banner**/
    .page-banner h1 {
        font-size: 50px;
    }
    /**Services**/
    .dual-cta .fl-module-button {
        display: block;
    }
    .dual-cta .fl-module-button .fl-module-content {
        margin: 7.5px 15px
    }
    .dual-cta .fl-button {
        width: 100%;
    }
    .dual-cta .fl-button-text {
        font-size: 18px;
    }
    #gc-form-row p:last-of-type {
        margin-bottom: 4px;
        font-size: 16px;
    }
    #about-row .fl-module-html.fl-node-5a60153a5f074 {
        margin-bottom: 60px;
    }
    #about-row .fl-module-button {
        padding: 0;
    }
    #about-row .fl-module-button .fl-module-content {
        margin: 7.5px 15px
    }
    #about-row .fl-row-content-wrap {
        padding-bottom: 60px;
    }
    #about-row .know {
        font-size: 16px;
    }
    .left-404 h2::after {
        margin-left: 0;
        left: 0;
    }
    .pum-theme-default-theme .pum-container {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
    }
    .pum-theme-default-theme .popmake-close {
        border: 0 !important;
        right: 0 !important;
        top: 0 !important;
        background: transparent !important;
        color: #9f8d33 !important;
        padding: 10px !important;
    }
    .pum-theme-default-theme .popmake-title {
        font-size: 40px !important;
    }
}

@media only screen and (max-width: 480px) {
    .utility-bar-left {
        display: none;
    }
    h1,
    h2,
    .font-50 {
        font-size: 34px;
    }
    .font-40 {
        font-size: 30px;
    }
    .font-25 {
        font-size: 20px;
    }
    #home-banner h2 {
        font-size: 45px;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5 {
        width: 100% !important;
        padding-bottom: 10px;
        display: block;
        margin-bottom: 15px;
        padding-right: 0;
    }
    .footer-widgets-1 {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 15px;
        padding-left: 0px;
    }
    .footer-widgets-1 .gform_widget {
        width: 100%;
        padding-left: 0;
    }
    /*	.footer-widgets .gfrom_wrapper input{
		padding: 9px 25px;
	}*/
    #home-banner .fl-node-5a5d72b46368f,
    #home-banner .fl-node-5a5d72b463652 {
        display: block;
    }
    #how-works h3 {
        font-size: 16px;
    }
    #how-works .fl-col-small h3 {
        font-size: 20px;
    }
    .footer-bar-location li {
        width: 49%;
    }
    .footer-bar-right,
    .footer-bar-left {
        display: block;
        width: 100%;
        text-align: center;
    }
    /**Faqs**/
    .fl-accordion-button-label {
        font-size: 18px;
    }
    .fl-accordion-item .fl-accordion-content li {
        font-size: 16px;
    }
    /**About**/
    #about-row .videomain {
        height: 250px !important;
    }
    #about-row .know h1 {
        text-shadow: 0 0px 6px rgba(0, 0, 0, .8);
    }
    #about-row #contact>div {
        display: block;
        margin: 30px 0;
    }
    #about-row .fl-module-html.fl-node-5a6031a4b8e82 .fl-module-content {
        margin: 10px 0;
    }
    /**GC**/
    #gc-form-row .widget {
        margin-bottom: 0;
    }
    /*#gc-form-row .gform_wrapper .gform_footer input.button, 
	#gc-form-row .gform_wrapper .gform_footer input[type="submit"] {
	width: 80%;
}*/
    /*	#gc-form-row .gform_wrapper #field_3_13 .gfield_label {
	padding: 0 100px 15px 0;
}*/
    /**Employment**/
    /*	#w-offers ul {
	margin-left: 10%;
}*/
    #w-lf .col-img-left {
        display: none;
    }
    #af-row h3 {
        font-size: 25px !important;
    }
    .text label {
        font-size: 16px !important;
    }
    /***Cont**/
    #map_wrapper {
        height: 400px !important;
    }
    /**Blog**/
    .entry-title {
        font-size: 22px;
    }
    .blog.single .entry-header img {
        margin-bottom: 0;
    }
    .blog .addtoany_shortcode {
        display: block;
        float: none;
        margin-top: 15px;
    }
    .blog.single .entry-content h3 {
        font-size: 20px;
    }
    .blog.single .entry-content h4 {
        font-size: 18px;
    }
    /**TY Page**/
    .thank-you h1 {
        font-size: 60px;
    }
    .thank-you p {
        font-size: 16px;
    }
    .thank-you .fl-module-photo .fl-module-content {
        margin: 7.5px 15px;
    }
    /**404**/
    .right-404 img {
        width: 250px;
    }
    .left-404 ul {
        margin-left: 0;
    }
    /**CL**/
    /*	#city-banner .fl-row-content {
	margin: 0px auto;
}*/
    .landing_page #contact a {
        font-size: 20px;
        padding: 10px;
    }
    .inner-column {
        padding: 15px !important;
    }
    .column-main h3 {
        font-size: 20px !important;
    }
    #city-banner h3 {
        font-size: 25px;
    }
    #city-banner h2 {
        font-size: 35px;
    }
    #testimonials-row .font-30.lightblue {
        font-size: 25px;
    }
    #city-banner .videomain {
        height: 250px !important;
    }
    /**Page Banner**/
    .page-banner {
        padding-bottom: 50px;
    }
    .page-banner h3 {
        font-size: 20px;
    }
    .page-banner p {
        font-size: 16px;
    }
    .page-banner .breadcrumb {
        font-size: 22px;
    }
    .page-id-570 .page-banner h1 {
        font-size: 46px;
    }
    /**popup**/
    /*	#popmake-604 .popmake-close {
	right: -17px;
	top: -17px;
}*/
    /**Booking Form**/
    #booknw-row iframe {
        min-height: 1000px !important;
    }
    #sbanner .col-right {
        display: none;
    }
    #sbanner .fl-module-separator {
        margin-bottom: 0;
    }
    .post-type-archive-testimonials article {
        padding: 15px;
        margin-bottom: 40px;
    }
    .left-404 .ylw-btn {
        padding: 12.5px;
        width: 100%;
        display: block;
        line-height: 1;
    }
    #c-location .fl-row-content-wrap {
        margin: 50px 15px auto;
        text-align: center;
    }
    #c-location li {
        text-align: center !important;
    }
    #c-location li::before {
        position: relative;
        display: block;
    }
    #cdetails .gform_footer input {
        width: 100%;
    }
    #cdetails .gform_footer {
        text-align: center;
    }
}

@media only screen and (max-width: 414px) {
    body,
    body>div {
        font-size: 16px;
    }
    #how-works p {
        font-size: 16px;
    }
    /*#home-banner #transparent .fl-button-text{
		color: rgb(183, 213, 91) !important;
	}
	#home-banner #transparent .fl-button {
		border: 1px solid rgb(183, 213, 91) !important;
	}*/
    #green-btn,
    #transparent {
        font-size: 20px;
    }
    #awards-row .fl-photo-img {
        width: 200px;
    }
    #home-banner .fl-row-content-wrap {
        padding-bottom: 40px;
    }
    /*	#home-banner::after {
	background: url('/wp-content/uploads/2018/01/after-bg.png') center top;
	height: 90px;
}*/
    /**About**/
    #about-row .fl-module-separator.fl-node-5a60150360365 .fl-module-content {
        margin: 20px 0;
    }
    #about-row .know .img img {
        max-width: 200px;
    }
    /**GC**/
    /*	#gc-form-row .fl-row-content-wrap {
	padding-top: 100px;
}*/
    /**Cont**/
    #cdetails #contact>div {
        margin: 20px 0;
    }
    #service-areas-tx .info-gmap-header li {
        font-size: 14px;
    }
    /**Blog**/
    .sidebar .green-btn a {
        font-size: 20px;
    }
    .sidebar .Box_content_widget .green-btn {
        width: 100%;
        padding: 7.5px 30px;
    }
    .entry-content ol {
        margin-bottom: 20px;
        margin-left: 15px;
    }
    .blog.single .entry-content p {
        padding-left: 0 !important;
    }
    /**CL**/
    .column-content p {
        line-height: 1.2 !important;
    }
    /**Popup**/
    /*	#popmake-604 .popmake-close {
	right: -14px;
	top: -14px;
	padding: 10px;
}*/
    .gform_wrapper .ginput_container input,
    .gform_wrapper .ginput_container_textarea textarea {
        line-height: 1 !important;
        padding: 15px 25px !important;
    }
    .gform_wrapper .ginput_container_select select {
        line-height: 1 !important;
        padding: 10px 25px !important;
    }
    .gform_wrapper#gform_wrapper_4 .gform_page_footer input,
    .gform_wrapper#gform_wrapper_4 .gform_page_footer .clear-button {
        font-size: 18px;
    }
    #sg-row .col-left img {
        max-width: 200px;
    }
    /**Page Banner**/
    .page-id-570 .page-banner h1 {
        font-size: 40px;
    }
    #gc-form-row #field_3_13 {
        margin: 0 !important;
        max-width: 100% !important;
        padding: 0;
    }
    #gc-form-row img {
        width: 100%;
        height: auto;
        margin: 7.5px 0 15px !important;
    }
    #gc-form-row #gform_fields_3 ul {
        margin-left: 0;
    }
    #gc-form-row .gform_wrapper .gform_footer {
        padding-top: 0;
    }
    #city-abt img {
        max-height: 250px;
    }
    .wsp-container ul {
        margin-left: 0 !important;
    }
    #w-offers h2 {
        font-size: 40px;
    }
    .content .entry .entry-title a {
        font-size: 18px;
    }
    #awards-row .columns {
        width: 100% !important;
        display: block;
    }
}

@media only screen and (max-width: 384px) {
    .footer-bar-location li {
        width: 100%;
    }
    .header-image .title-area {
        max-width: 100px;
    }
    #home-banner h2 {
        font-size: 35px;
    }
    /**Employment**/
    #w-lf .col-content-right ul {
        margin-left: 0;
    }
    #w-offers ul {
        margin-left: 0;
    }
    /*	#w-offers .fl-module-heading .fl-module-content {
	margin: 15px auto 50px;
}*/
    /**Service Page**/
    /*	#sbanner .col-right, #sbanner .col-left {
	width: 100%;
	margin: 15px 0;
}
*/
    /**Blog**/
    .sidebar .featured-content.featuredpost .entry-title {
        font-size: 18px;
    }
    .entry-title {
        font-size: 18px;
    }
    .blog .entry-header .entry-meta,
    .blog .entry-header .entry-meta a {
        font-size: 14px;
    }
    .entry-footer .addtoany_shortcode {
        float: none;
        margin-top: 15px;
    }
    .entry-footer {
        text-align: left;
        display: block;
    }
    .blog.single .entry-content h4 {
        margin-bottom: 15px;
    }
    /**CL**/
    #city-since .col-left h1 {
        font-size: 35px;
    }
    #city-texas h2 {
        text-shadow: 0 0 2px #000;
        color: #fff;
    }
    /**Page Banner**/
    .page-banner h1 {
        font-size: 50px;
    }
    #sg-row h2,
    #sg-row h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 375px) {
    #how-works #contact a {
        font-size: 20px;
    }
    #how-works h3 {
        font-size: 14px;
    }
    .sidebar .widget_a2a_share_save_widget .widget-title {
        display: block;
    }
    /**Page Banner**/
    .page-id-570 .page-banner h1 {
        font-size: 38px;
    }
    .left-404 h2 {
        font-size: 140px;
    }
    .left-404 h3 {
        font-size: 28px;
    }
    .pum-theme-default-theme .popmake-title {
        font-size: 30px !important;
    }
    #gform_wrapper_5 .gf_step span.gf_step_label {
        display: none;
    }
    #gform_wrapper_5 .gf_page_steps .gf_step {
        width: 10%;
    }
    .sidebar .featured-content.featuredpost .entry-header {
        width: 70%;
    }
    #city-banner .videomain {
        height: 200px !important;
    }
}

@media only screen and (max-width: 320px) {
    .utility-bar a {
        font-size: 14px;
    }
    .right-404 {
        display: none;
    }
    #af-row h3 {
        font-size: 23px !important;
    }
    .blog.single .entry-content h3 {
        font-size: 18px;
    }
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after,
    .site-title>a:after {
        content: "";
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    .content,
    .content-sidebar {
        width: 100%;
    }
    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }
    .title-area {
        text-align: center;
        width: 100%;
    }
    .site-title>a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }
    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }
    .author-box {
        margin-bottom: 0;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }
    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }
    dl,
    ol,
    ul {
        page-break-before: avoid;
    }
}


/* # Before Footer
---------------------------------------------------------------------------------------------------- */

.before-footer-row {
    background: #f9f9f9;
    padding: 34px 0 24px 0;
}

.before-footer .widget-title {
    font-size: 20px;
    color: #17124a;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-weight: bold;
}

.before-footer .gform_wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.before-footer .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
    height: 55px;
    background: #e41664;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 28px;
}

.before-footer .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    background: #fff;
    border: 2px solid #d3d2d2;
    color: #252525;
    height: 55px;
    padding-left: 25px !important;
    /* width: 402px; */
}

.before-footer .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="submit"]:hover {
    background: #e41664 !important;
    color: #fff;
}

.before-footer .widget_media_image {
    float: left;
    margin: 0;
}

.before-footer .gform_widget {
    float: right;
    margin: 20px 0 0 0;
}

body .gform_wrapper div.validation_error {
    font-size: 15px;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    font-size: 14px;
}

@media only screen and (max-width: 860px) {
    .before-footer .widget_media_image,
    .before-footer .gform_widget,
    .before-footer .gform_widget .gform_wrapper,
    .before-footer .gform_widget .widget-title {
        width: 95%;
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
}


/**FAQS**/

#faqs-row .fl-row-content-wrap {
    padding: 60px 15px;
}

#faqs-row .fl-module-separator .fl-module-content {
    margin-bottom: 45px;
}

.fl-tab-accordion-module .fl-tab-accordion-wrap h3>a {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #696969;
    margin: 0;
    position: relative;
    background-color: #f2f2f2;
    border-radius: 5px;
    cursor: pointer;
    padding: 14px 14px 14px 20px;
    text-align: left;
    outline: none;
    display: block;
    text-transform: none;
}

.fl-tabs-panel-content p {
    color: #959595;
    font-size: 18px;
    line-height: 1.5;
    font-family: Raleway, sans-serif;
}

.fl-tab-accordion-module {
    margin-bottom: 5px;
}

.fl-tab-accordion-module .fl-tab-accordion-wrap h3 {
    padding-left: 0;
    margin-bottom: 0;
    background-color: #fff;
}

.fl-tab-accordion-module .fl-tab-accordion-wrap h3>a::before,
.fl-tab-accordion-module .fl-tab-accordion-wrap h3>a::after {
    color: #fff;
}

.fl-tab-accordion-module .fl-tab-accordion-wrap h3>a::after,
.fl-tab-accordion-module .fl-tab-accordion-wrap.current h3>a::after {
    content: '\f067';
    font-family: FontAwesome;
    font-weight: 400;
    right: 20px;
    color: #e41664;
}

.fl-tab-accordion-module .fl-tab-accordion-wrap h3>a::after,
.fl-tab-accordion-module .fl-tab-accordion-wrap.current h3>a::after {
    position: absolute;
}

.fl-tab-accordion-module .fl-tab-accordion-wrap.current h3>a::after {
    content: '\f068';
    color: #fff;
}

.fl-tab-accordion-module .fl-tab-accordion-wrap,
.fl-tab-accordion-module .fl-tab-accordion-wrap:hover,
.fl-tab-accordion-module .fl-tab-accordion-wrap.current h3>a {
    background-color: #e41664;
    color: #fff;
}

#dc-faq .fl-tabs .fl-tabs-labels {
    margin-bottom: 40px;
    text-align: center;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label {
    font-weight: 600;
    font-size: 16px;
    color: #3f3f3f;
    text-align: center;
    width: 100%;
    max-width: 169px;
    height: 184px;
    border: 1px solid #dfdfdf;
    margin: 0 12px;
    padding: 30px 20px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
    float: none;
    display: inline-block;
    vertical-align: top;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label::before {
    content: '';
    background-image: url('/wp-content/uploads/2019/04/faq-icons.png');
    background-repeat: no-repeat;
    height: 51px;
    width: 51px;
    display: block;
    margin: 0 auto 20px;
    background-position: -23px -92px;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label:first-of-type:hover::before,
#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active:first-of-type::before {
    background-position: -23px -16px;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label:nth-of-type(2)::before {
    background-position: -172px -92px;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label:nth-of-type(2):hover::before,
#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active:nth-of-type(2)::before {
    background-position: -172px -16px;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label:nth-of-type(3)::before {
    background-position: -322px -92px;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label:nth-of-type(3):hover::before,
#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active:nth-of-type(3)::before {
    background-position: -322px -16px;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label:nth-of-type(4)::before {
    background-position: -470px -93px;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label:nth-of-type(4):hover::before,
#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active:nth-of-type(4)::before {
    background-position: -470px -17px;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label:nth-of-type(5)::before {
    background-position: -621px -87px;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label:nth-of-type(5):hover::before,
#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active:nth-of-type(5)::before {
    background-position: -621px -11px;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label:last-of-type::before {
    background-position: -770px -87px;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label:last-of-type:hover::before,
#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active:last-of-type::before {
    background-position: -770px -11px;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label:first-of-type {
    margin-left: 0;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label:last-of-type {
    margin-right: 0;
}

#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label:hover,
#dc-faq .fl-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active {
    border: 0 !important;
    background: #e41664 url('/wp-content/uploads/2019/04/faq-tab-bg.png') no-repeat center;
    color: #fff;
    background-size: cover;
}

#dc-faq .fl-tabs .fl-tabs-panels {
    border: 0;
}

#dc-faq .fl-tabs .fl-tabs-panels {
    border-top: 1px solid #14aef4;
    position: relative;
}

#dc-faq .fl-tabs .fl-tabs-panels::before {
    content: url('/wp-content/uploads/2019/02/green-down-arrow.png');
    position: absolute;
    left: 50%;
    top: -11px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

#dc-faq .fl-tabs .fl-tabs-panels h4 {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #696969;
}

#dc-faq .fl-tabs .fl-tabs-panels .fl-tabs-panel-content {
    padding: 35px 0 0;
}

.accx {
    background: #FFF none repeat scroll 0% 0%;
    padding: 20px 20px 15px;
    display: none;
}

#dc-faq>.fl-row-content-wrap {
    padding: 15px 15px 40px;
}

#dc-faq h3 {
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #696969;
}

#dc-faq ul>li {
    list-style-type: disc;
    color: #959595;
}


/* SERVICES COL */

.services-list .fl-col-group {
    justify-content: center;
}

.services-col {
    padding: 0 15px;
    max-width: 300px;
    margin-bottom: 30px;
}

.services-col .fl-col-content {
    background: #fff no-repeat center;
    border-radius: 5px;
    padding: 30px 5px;
    background-size: cover;
}

.services-col .fl-heading {
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #686868;
    text-transform: uppercase;
    line-height: 1;
}

.services-col p {
    font-size: 18px !important;
    color: #959595;
}

.services-col .fl-photo-content img {
    filter: grayscale(100%);
    opacity: .8;
    transition: all 0.3s ease;
}

.services-col:hover .fl-photo-content img {
    filter: grayscale(0%);
    opacity: 1;
}

.services-col:hover .fl-col-content {
    box-shadow: 0 0 15px -5px #686868;
    background-image: url('/wp-content/uploads/2019/02/services-col-bg.png');
}

.dark-text-shadow .fl-heading {
    text-shadow: 1px 1px 2px #1594a1;
}

.page-id-2151 .page-banner,
.page-id-2151 .utility-bar,
.page-id-2151 .site-header,
.page-id-2151 .before-footer-row,
.page-id-2151 .footer-widgets,
.page-id-2151 .footer-bar {
    display: none;
}

.sevice-map-content .map,
.sevice-map-content .mail,
.sevice-map-content .tel {
    color: white !important;
}

input#gform_submit_button_2 {
    margin: auto;
    display: block;
}


/* BOOKING PAGE */

.booking-row-1 {
    position: relative;
    z-index: 15;
    margin-bottom: -26px;
}

.booking-row-1 ul {
    margin: 0;
    text-align: center;
}

.booking-row-1 ul li {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    line-height: 1;
    padding-right: 25px;
    text-transform: uppercase;
    margin-right: 13px;
}

.booking-row-1 ul li::before {
    content: "";
    display: block;
    width: 20px;
    height: 22px;
    background: url('/wp-content/uploads/2019/04/white-check.png') no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}

.booking-row-1 ul li::after {
    content: "|";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.booking-row-1 ul li:last-of-type {
    padding-right: 0;
    margin-right: 0;
}

.booking-row-1 ul li:last-of-type:after {
    display: none;
}

.booking-steps p {
    color: #ffffff;
    line-height: 1.3;
}

.booking-steps .fl-col-content {
    position: relative;
}

.booking-steps .fl-col-content::before {
    content: "";
    width: 152px;
    height: 2px;
    display: block;
    background: no-repeat center url('/wp-content/uploads/2019/04/rigged-blue-line.png');
    position: absolute;
    right: -75px;
    top: 60px;
}

.booking-steps:last-of-type .fl-col-content::before {
    display: none;
}

.booking-steps .fl-module-content {
    margin-bottom: 10px;
}

.booking-row-1 .fl-row-content-wrap {
    min-height: 454px;
}

.booking-page .page-banner {
    min-height: 432px;
}

.page-id-2169 .bottom-overlay::before {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    background: none !important;
    height: 88px;
    width: 100%;
    z-index: 1;
    display: block;
}

@media only screen and (max-width: 768px) {
    .booking-row-1 ul li::after {
        display: none;
    }
    .booking-steps .fl-col-content::before {
        display: none;
    }
}


/* Default Template */

.default-list ul li {
    padding-left: 20px;
}

.default-list ul li::before {
    content: '\f138';
    color: #e41664;
    font-family: 'FontAwesome';
}

a.fl-button {
    border-radius: 0px !important;
}

.find-container {
    background: #ffffffcc;
    width: 625px;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
    .default-list ul {
        column-count: 1 !important;
    }
    .find-container {
        width: 90%;
        margin: 5%;
    }
}


/* About us */

.about-mission h4,
.about-mission p,
.about-vision h4,
.about-vision p,
.about-motto h4,
.about-motto p {
    margin-left: 140px;
}

.about-mission:before {
    content: url(/wp-content/uploads/2019/08/mission-img.png);
    position: absolute;
}

.about-vision:before {
    content: url(/wp-content/uploads/2019/08/vision-img.png);
    position: absolute;
}

.about-motto:before {
    content: url(/wp-content/uploads/2019/08/motto-img.png);
    position: absolute;
}

.header-non-c-text {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    color: black;
    font-size: 36px;
}

h1,
h2 {
    font-family: 'Courgette-Regular', sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 48px;
}

.c-text-header {
    font-family: 'Courgette-Regular', sans-serif;
    color: #e41664;
}


/* WHY CHOOSE US */

.why-choose-us-col .fl-col-content {
    border: 1px solid #e41664;
    margin: 20px !important;
    background: white;
}

.why-choose-us-col .fl-col-content:hover {
    background: #e41664;
    border: 1px solid #e41664;
}

.why-choose-us-col .fl-col-content:hover .fl-rich-text {
    color: white;
}

.why-choose-us-col .fl-col-content:hover .fl-rich-text img {
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    .why-choose-us-col .fl-col-content,
    .service-col .fl-col-content {
        margin: 20px;
    }
    .our-services-col {
        margin: 20px !important;
    }
}


/* OUR SERVICES */

.our-services-col {
    background: white;
    border: 1px solid #e41664;
}

.service-col .fl-col-content {
    border: 1px solid #e41664;
    margin: 20px !important;
    background: white;
}

.service-col .fl-col-content:hover {
    background: #e41664;
    border: 1px solid #e41664;
}

.service-col .fl-col-content:hover .fl-rich-text {
    color: white;
}

.service-col .fl-col-content:hover .fl-rich-text img {
    filter: brightness(0) invert(1);
}

.our-services-col:hover {
    background: #e41664;
    border: 1px solid #e41664;
}

.our-services-col:hover .fl-rich-text {
    color: white;
}

.our-services-col:hover .fl-rich-text img {
    filter: brightness(0) invert(1);
}


/* FOOTER */

.footer-widgets {
    background: url(/wp-content/uploads/2019/07/footer-bg.jpg)center center;
    padding: 0;
}

.footer-widgets-1,
.footer-widgets-3 {
    width: 25%;
}

.footer-widgets-2 {
    width: 50%;
}

.footer-widgets-1 {
    border-right: 1px solid #474646;
}

.footer-widgets-3 {
    border-left: 1px solid #474646;
}

.footer-widgets .menu li::before,
.footer-widgets-4 li::before {
    content: none;
}

.footer-widgets .wrap {
    display: flex;
}

@media only screen and (max-width: 1200px) {
    .footer-widgets .wrap {
        padding: 75px 15px;
    }
}

#gform_widget-6 #gform_submit_button_1 {
    visibility: hidden;
}

#gform_widget-6 {
    margin-bottom: 0;
    margin-top: -80px;
}

#gform_widget-6 .gform_body {
    width: 100% !important;
    min-width: 244px;
}

#gform_wrapper_1 form {
    height: 60px;
}

input#input_1_1 {
    height: 48px;
    width: 244px;
    font-size: 15px;
    background: #fff url(/wp-content/uploads/2019/08/subscribe-button.png) no-repeat calc(100% - 15px) center;
}

span.footer-social {
    color: white;
    text-transform: uppercase;
    width: 85%;
    margin: auto;
    display: block;
    text-align: left;
    border: 1px solid white;
    padding: 5px 25px;
    border-radius: 10px;
    margin-bottom: 10px;
}

span.footer-social:hover {
    color: #e41664;
    border: 1px solid #e41664;
}

@media only screen and (max-width: 768px) {
    .footer-widgets .wrap {
        display: block;
    }
    .footer-widgets-1 {
        border-right: none;
    }
    .footer-widgets-3 {
        border-left: none;
    }
}

@media only screen and (max-width: 768px) {
    #gform_widget-6 {
        margin-bottom: 0px;
        margin-top: -50px;
        margin: auto;
        display: table;
    }
    #custom_html-7 {
        margin-bottom: 0px;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5 {
        width: 100% !important;
        padding-bottom: 10px;
        display: block;
        margin-bottom: 15px;
        padding-right: 0;
    }
}

.service-checklist ul {
    margin-left: 0px;
}


/* FAQ */

input#gform_submit_button_7,
input#gform_submit_button_2 {
    margin: auto;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
}


/* Gift Card */

.gift-card-occasion {
    background-color: white;
    margin: 20px;
}

@media only screen and (max-width: 768px) {
    .gift-card-occasion ul {
        column-count: 1 !important;
    }
}

#field_8_7,
#field_8_8 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#gform_submit_button_8 {
    margin-top: 0px;
    width: 95%;
}


/* BOOKING PAGE */

.book-with-arrow::before {
    position: absolute !important;
    content: url(/wp-content/uploads/2019/09/book-arrow.png) !important;
    margin-left: -60px !important;
    top: 120px;
}

@media only screen and (max-width: 768px) {
    .book-with-arrow::before {
        display: none !important;
    }
}