/*
    Theme Name: Cultivate Theme
    Theme URI: http://restored316designs.com/themes
    Description: A mobile responsive and HTML5 feminine WordPress theme built for the Genesis Framework by Lauren Gaige of Restored 316.
    Author: Restored 316 Designs // Lauren Gaige
    Author URI: http://www.restored316designs.com/
    Copyright: Copyright (c) 2015, Restored 316 LLC, Released 10/19/2016
    Version: 1.0.0

    Template: genesis
    Template Version: 2.0.1

    License: GPL-2.0+
    License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* # Table of Contents
- HTML5 Reset
    - Baseline Normalize
    - Box Sizing
    - Float Clearing
- Defaults
    - Typographical Elements
    - Headings
    - Objects
    - 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
    - Social Warfare
- 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: 2rem;
}

body {
    background: #faf9f6;
    color: #202020;
    font-family: 'Raleway', serif;
    font-size: 22px;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.825;
    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: #d8aeae;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #202020;
    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 #eae5d9;
    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: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

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 #eae5d9;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #eae5d9;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #eae5d9;
    color: #202020;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #eae5d9;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #202020;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #202020;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #d8aeae;
    border: 1px solid #d8aeae;;
    color: #fff;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px 24px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    text-transform: uppercase;
}

.more-link {
    background: #d8aeae none repeat scroll 0 0;
    border: 1px solid #d8aeae;
    color: #FFF;
    display: table;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 14px auto;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.more-link:hover {
    background: transparent;
    border-color: #d8aeae;
    color: #d8aeae;
}

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: transparent;
    color: #d8aeae;
}

.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: #eae5d9;
    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 #eae5d9;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #eae5d9;
    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: #202020;
    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: 1280px;
}

.site-inner {
    clear: both;
    margin: 5px auto;
    word-wrap: break-word;
}

.landing-page .site-inner {
    max-width: 900px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### 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%;
}

.sidebar-content .content .entry .alignleft.entry-image,
.content-sidebar .content .entry .alignleft.entry-image {
    width: 50%;
}

.custom-archives .content .entry .alignleft.entry-image {
    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 {
    float: left;
    margin-bottom: 20px;
}

.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: #ffffff;
    margin-bottom: 40px;
    padding: 50px;
}

.after-entry {
    text-align: center;
}

.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: 30px;
    font-size: 3rem;
    padding: 0px 0;
}

.single .entry-title {
    text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
    color: #202020;
    text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #d8aeae;
}

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.sidebar h3.widget-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
    text-align: center;
}

/* ## 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: 0px;
    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;
}

/* Widget Above Content
------------------------------------------------------ */

.widget-above-footer {
    background: #8f6f74;
}

.widget-above-footer .wrap {
    margin: 0 auto 0;
    padding: 50px 0;
    width: 1280px;
}

.widget-above-footer .enews-widget {
    color: #000;
}

.widget-above-footer .enews-widget p {
    color: #fff;
    float: left;
    font-weight: 400;
    width: 50%;
    margin-top: 8px;
    margin-bottom: 0;
    text-align: center;
}

.widget-above-footer form {
    float: right;
    text-align: right;
    width: 50%;
}

.widget-above-footer .enews-widget input {
    border: 1px solid #fff;
    float: left;
    width: 40%;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 12px;
}

.widget-above-footer .enews-widget input[type="submit"] {
    border: none;
    width: auto;
    padding: 13px 34px;
    margin-right: 0;
}

.widget-above-footer .enews-widget input[type="submit"]:hover {
    background: #fff;
}

/* ## 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 .widget.enews-widget {
    background-color: #8f6f74;
    color: #fff;
    text-align: center;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
    border: none;
}

.sidebar .enews-widget input[type="submit"] {
    background-color: #d8aeae;
    color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
    background-color: #fff;
    border: none;
    color: #202020;
}

.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;
}

/* ## Social Warfare
--------------------------------------------- */

.nc_socialPanel.swp_d_fullColor .googlePlus, 
html body .nc_socialPanel.swp_i_fullColor .googlePlus:hover, 
body .nc_socialPanel.swp_o_fullColor:hover .googlePlus,
.nc_socialPanel.swp_d_fullColor .twitter, 
html body .nc_socialPanel.swp_i_fullColor .twitter:hover, 
body .nc_socialPanel.swp_o_fullColor:hover .twitter,
.nc_socialPanel.swp_d_fullColor .swp_fb, 
html body .nc_socialPanel.swp_i_fullColor .swp_fb:hover, 
body .nc_socialPanel.swp_o_fullColor:hover .swp_fb,
.nc_socialPanel.swp_d_fullColor .linkedIn, 
html body .nc_socialPanel.swp_i_fullColor .linkedIn:hover, 
body .nc_socialPanel.swp_o_fullColor:hover .linkedIn,
.nc_socialPanel.swp_d_fullColor .nc_pinterest, 
html body .nc_socialPanel.swp_i_fullColor .nc_pinterest:hover, 
body .nc_socialPanel.swp_o_fullColor:hover .nc_pinterest {
    background-color: #d8aeae !important;
    border-color: #d8aeae !important;
}

div.nc_socialPanel .nc_tweetContainer {
    border-radius: 0 !important;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Display outline on focus */
:focus {
    color: #202020;
    outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
}

.site-header > .wrap {
    padding: 10px 0;
}

.site-header.fixed {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.site-header.fixed .wrap {
    border: none;
    margin: 0 auto;
}

.site-header.fixed + div {
    border-top: 74px solid transparent;    
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 0;
    width: 40%;
}

.header-image .title-area {
    margin: 0 auto;
    max-width: 500px;
    padding: 0;
    overflow: hidden;
}

.header-full-width .title-area {
    float: none;
    width: 100%;
}

.header-full-width .site-title,
.header-full-width .site-description {
    width: auto;
}

.site-title {
    border: 1px solid #eae5d9;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.2;
    padding: 20px 50px 20px 30px;
    text-transform: uppercase;
    width: 50%;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #8f6f74;
    text-decoration: none;
}

.header-image .site-title > a {
    background-position: center !important;
    background-size: contain !important;
    float: left;
    min-height: 500px;
    min-height: 80px;
    width: 100%;
}

.header-image .site-title,
.header-image .site-description {
    background: none;
    border: none;
    padding: 0;
    float: none;
}

.site-description {
    background: #f6f3ee;
    font-family: 'Droid Serif', serif;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 20px -25px;
    padding: 10px 20px;
    text-transform: none;
    width: 55%;
}

.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: 60%;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

.genesis-nav-menu a {
    color: #202020;
    text-decoration: none;
    display: block;
    padding: 32px 20px;
    text-transform: uppercase;
}

.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: #d8aeae;
    text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border-top: 0;
    font-size: 10px;
    font-size: 1rem;
    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;
    text-align: center;
}

.nav-primary a {
    padding: 15px 20px;
}

.nav-primary.fixed {
    background: #fff;
    position: fixed;
    margin-top: 98px;
    width: 100%;
    z-index: 9999;
}

.nav-primary.fixed .wrap {
    border: none;
    margin: 0 auto;
}

.nav-primary.fixed + div {
    border-top: 74px solid transparent;    
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
    padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
    padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* Category Index
--------------------------------------------- */

.category-index {
    background: #fff;
    padding: 30px;
}

.category-index .featured-content .entry {
    border: none;
    float: left;
    margin: 0;
    padding: 3%;
    width: 50%;
}

.category-index .widget-title {
    text-align: center;
}

.category-index .widget {
    padding: 20px 0px;
}

.category-index .entry-title a {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}

.category-index ul li {    
    float: left;
    font-size: 13px;
    margin: 3px 5px;
    width: 23%;
}

.more-from-category {
    border: 1px solid #d8aeae;
    clear: both;
    display: table;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
}

.more-from-category a {
    text-decoration: none;
}

/* ## Entries
--------------------------------------------- */

.entry {
    background: #fff;
    margin-bottom: 20px;
    padding: 45px;
}

.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: #202020;
    color: #eae5d9;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    text-align: center;
}

.entry-header .entry-meta {
    margin: 0 0 0px;
}

.entry-footer .entry-meta {
    padding-top: 25px;
}

.entry-time {
    border-bottom: 1px solid #eae5d9;
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
    text-align: center;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.pagination-previous,
.pagination-next {
    width: 40%;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination a {
    color: #202020;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
    color: #d8aeae;
}

.adjacent-entry-pagination {
    background: #fff;
    padding: 50px;
}

/* ## 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: 50px 50px 32px;
}

.entry-comments {
    padding: 50px;
}

.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 {
    margin-bottom: 40px;
}

.sidebar .widget {
    background-color: #fff;
    padding: 30px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    clear: both;
    padding: 60px 0;
}

.footer-widgets .widget-title {
    text-align: center;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    padding: 1%;
    width: 33.3333%;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    border-top: 1px solid #eae5d9;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 50px 0;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}

.site-footer a {
    text-decoration: none;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

    .site-inner,
    .wrap {
        max-width: 1140px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 920px;
    }

    .content {
        width: 800px;
    }

    .title-area {
        float: none;
        margin: 0 auto;
    }

    .site-description,
    .site-title {
        float: none;
        margin: 0 auto;
        text-align: center;
        width:auto;
    }

    .site-header .widget-area {
        text-align: center;
        width: 100%;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 580px;
    }

    .sidebar-primary {
        width: 300px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 340px;
    }

    .footer-widgets-1 {
        margin-right: 60px;
    }

}


@media only screen and (max-width: 1200px) {

    .site-inner,
    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content {
        width: 620px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 300px;
    }

    .footer-widgets-1 {
        margin-right: 30px;
    }

}

@media only screen and (max-width: 1023px) {

    .site-inner,
    .wrap {
        max-width: 800px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .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,
    .site-header .widget-area,
    .title-area,
    .widget-above-footer .wrap {
        width: 100%;
    }

    .sidebar-content .content .entry .alignleft.entry-image,
    .content-sidebar .content .entry .alignleft.entry-image {
        width: auto;
    }

    .site-header .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .genesis-nav-menu li,
    .header-image .title-area,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .widget-area,
    .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: #202020;
        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 #eae5d9;
        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: #d8aeae;
    }

    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 auto 40px;
    }

}

@media only screen and (max-width: 860px) {

    body > div {
        font-size: 1.6rem;
    }

    body {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .site-inner {
        padding: 5% 5% 0;
    }

    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        padding: 30px;
        margin-bottom: 5%;
    }

    .site-header.fixed .title-area {
        visibility: hidden;
        height: 0;
    }

    .site-title,
    .site-description {
        float: none;
        margin: 5px 0;
    }

    .sidebar {
        margin-bottom: 5%;
    }

    .pagination {
        margin: 5% auto;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .site-title,
    .site-description {
        width: 100%;
    }

    .pagination-previous, 
    .pagination-next {
        padding: 20px 0;
        width: 100%;
    }

    .widget-above-footer .enews-widget p,
    .widget-above-footer form,
    .widget-above-footer .enews-widget input,
    .widget-above-footer .enews-widget input[type="submit"] {
        margin-bottom: 10px;
        padding: 5%;
        width: 100%;
    }

    .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%;
    }

@media only screen and (max-width: 600px) {

    .category-index .featured-content .entry {
        width: 100%;
    }


    }

}


/* # 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 #eae5d9;
        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;
    }

}
#popup-box-pro-gfcr-1.popupally-pro-overlay-1-fluid_zwgsqa {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-1.popupally-pro-opened-pro-gfcr-1 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-1 input,#popup-box-pro-gfcr-1 textarea,#popup-embedded-box-pro-gfcr-1 input,#popup-embedded-box-pro-gfcr-1 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-1 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-1 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-1 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_zwgsqa{position:absolute !important;}#popup-box-pro-gfcr-1 .popupally-pro-outer-1-fluid_zwgsqa{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-1.popupally-pro-outer-embedded-1-fluid_zwgsqa {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-1 .popupally-pro-inner-1-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-1-fluid_zwgsqa{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-1 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-1 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-1 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-1 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-1 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-1 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-1 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-1 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-1 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-1 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-1 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-1 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-1 .popupally-pro-outer-1-fluid_zwgsqa .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-1 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-1 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-1 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-1 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-1 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-1 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_zwgsqa{top:50%;left:50%;margin-top:-212.5px;margin-left:-350px;}#popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-1{clear:both;}#popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-1.popupally-pro-outer-full-width-1-fluid_zwgsqa {width:700px !important;height:425px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-1 .popupally-pro-outer-1-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-1 .popupally-pro-outer-embedded-1-fluid_zwgsqa {width:700px !important;height:425px !important;background-color:#FEFEFE !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-1,#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-1{display:block;position:absolute;width:325px !important;height:250px !important;top:182px !important;left:5px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2016/12/ebookipad.png) !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-2,#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-2{display:block;position:absolute;width:625px !important;height:auto !important;top:90px !important;left:42px !important;color:#FF5E00 !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:22px !important;text-align:center !important;line-height:32px !important;padding-top:10px !important;padding-right:15px !important;padding-bottom:10px !important;padding-left:15px !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-6{display:block;position:absolute;width:333px !important;height:40px !important;top:200px !important;left:340px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:8px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7,#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7{display:block;position:absolute;width:333px !important;height:40px !important;top:255px !important;left:340px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:8px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-8{display:block;position:absolute;width:333px !important;height:60px !important;top:315px !important;left:340px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:20px !important;text-align:center !important;border-radius:4px !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-12,#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-12{display:block;position:absolute;width:350px !important;height:auto !important;top:385px !important;left:340px !important;font-size:12px !important;font-style:italic !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-13,#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-13{display:block;position:absolute;width:600px !important;height:auto !important;top:5px !important;left:50px !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-14,#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-14{display:block;position:absolute;width:600px !important;height:auto !important;top:55px !important;left:100px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:13px !important;}#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-15,#popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-15{display:block;position:absolute;width:600px !important;height:auto !important;top:62px !important;left:72px !important;color:#ABABAB !important;font-family:Arial, Helvetica, sans-serif !important;font-size:11px !important;}#popup-box-pro-gfcr-2.popupally-pro-overlay-2-fluid_zwgsqa {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-2.popupally-pro-opened-pro-gfcr-2 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-2 input,#popup-box-pro-gfcr-2 textarea,#popup-embedded-box-pro-gfcr-2 input,#popup-embedded-box-pro-gfcr-2 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-2 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-2 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-2 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_zwgsqa{position:absolute !important;}#popup-box-pro-gfcr-2 .popupally-pro-outer-2-fluid_zwgsqa{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-2.popupally-pro-outer-embedded-2-fluid_zwgsqa {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-2 .popupally-pro-inner-2-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-2 .popupally-pro-inner-2-fluid_zwgsqa{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-2 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-2 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-2 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-2 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-2 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-2 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-2 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-2 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-2 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-2 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-2 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-2 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-2 .popupally-pro-outer-2-fluid_zwgsqa .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-2 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-2 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-2 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-2 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-2 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-2 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_zwgsqa{top:50%;left:50%;margin-top:-212.5px;margin-left:-350px;}#popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-2{clear:both;}#popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_zwgsqa {width:700px !important;height:425px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-2 .popupally-pro-outer-2-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-2 .popupally-pro-outer-embedded-2-fluid_zwgsqa {width:700px !important;height:425px !important;background-color:#FEFEFE !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-1,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-1{display:block;position:absolute;width:325px !important;height:250px !important;top:182px !important;left:5px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2016/12/ebookipad.png) !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-2,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-2{display:block;position:absolute;width:625px !important;height:auto !important;top:90px !important;left:42px !important;color:#FF5E00 !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:22px !important;text-align:center !important;line-height:32px !important;padding-top:10px !important;padding-right:15px !important;padding-bottom:10px !important;padding-left:15px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6{display:block;position:absolute;width:333px !important;height:40px !important;top:200px !important;left:340px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:8px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7{display:block;position:absolute;width:333px !important;height:40px !important;top:255px !important;left:340px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:8px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:5px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-8{display:block;position:absolute;width:333px !important;height:60px !important;top:315px !important;left:340px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:20px !important;text-align:center !important;border-radius:4px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-10,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-10{display:block;position:absolute;width:350px !important;height:auto !important;top:385px !important;left:340px !important;color:#000000 !important;font-size:12px !important;font-style:italic !important;}@media (max-width:960px) {#popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_zwgsqa{top:50%;left:50%;margin-top:-168.5px;margin-left:-250px;}#popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-2{clear:both;}#popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_zwgsqa {width:500px !important;height:337px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-2 .popupally-pro-outer-2-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-2 .popupally-pro-outer-embedded-2-fluid_zwgsqa {width:500px !important;height:337px !important;background-color:#FEFEFE !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-1,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-1{display:block;position:absolute;width:205px !important;height:150px !important;top:150px !important;left:5px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2016/12/ebookipad.png) !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-2,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-2{display:block;position:absolute;width:450px !important;height:auto !important;top:45px !important;left:25px !important;color:#FF5E00 !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:18px !important;text-align:center !important;line-height:24px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:0px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6{display:block;position:absolute;width:249px !important;height:30px !important;top:155px !important;left:219px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:6px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7{display:block;position:absolute;width:249px !important;height:30px !important;top:200px !important;left:219px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:6px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-8{display:block;position:absolute;width:249px !important;height:45px !important;top:245px !important;left:219px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:15px !important;text-align:center !important;border-radius:4px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-10,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-10{display:block;position:absolute;width:300px !important;height:auto !important;top:300px !important;left:100px !important;color:#000000 !important;font-size:11px !important;font-style:italic !important;}}@media (max-width:640px) {#popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_zwgsqa{top:50%;left:50%;margin-top:-134.5px;margin-left:-200px;}#popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-2{clear:both;}#popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_zwgsqa {width:400px !important;height:269px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-2 .popupally-pro-outer-2-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-2 .popupally-pro-outer-embedded-2-fluid_zwgsqa {width:400px !important;height:269px !important;background-color:#FEFEFE !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-1,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-1{display:block;position:absolute;width:160px !important;height:120px !important;top:130px !important;left:5px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2016/12/ebookipad.png) !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-2,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-2{display:block;position:absolute;width:310px !important;height:auto !important;top:35px !important;left:55px !important;color:#FF5E00 !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:17px !important;text-align:center !important;line-height:19px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:0px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6{display:block;position:absolute;width:199px !important;height:24px !important;top:135px !important;left:175px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:4px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7{display:block;position:absolute;width:199px !important;height:24px !important;top:170px !important;left:175px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:4px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-8{display:block;position:absolute;width:199px !important;height:36px !important;top:205px !important;left:175px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:12px !important;text-align:center !important;border-radius:4px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-10,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-10{display:block;position:absolute;width:250px !important;height:auto !important;top:245px !important;left:70px !important;color:#000000 !important;font-size:9px !important;font-style:italic !important;}}@media (max-width:480px) {#popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_zwgsqa{top:50%;left:50%;margin-top:-171.5px;margin-left:-140px;}#popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-2{clear:both;}#popup-box-pro-gfcr-2 .popupally-pro-outer-full-width-2-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-2.popupally-pro-outer-full-width-2-fluid_zwgsqa {width:280px !important;height:343px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-2 .popupally-pro-outer-2-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-2 .popupally-pro-outer-embedded-2-fluid_zwgsqa {width:280px !important;height:343px !important;background-color:#FEFEFE !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-1,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-1{display:block;position:absolute;width:155px !important;height:110px !important;top:80px !important;left:60px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2016/12/ebookipad.png) !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-2,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-2{display:block;position:absolute;width:230px !important;height:auto !important;top:13px !important;left:25px !important;color:#FF5E00 !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:12px !important;text-align:center !important;line-height:22px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:0px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6{display:block;position:absolute;width:200px !important;height:30px !important;top:192px !important;left:42px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:3px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7{display:block;position:absolute;width:200px !important;height:30px !important;top:232px !important;left:42px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:3px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-8{display:block;position:absolute;width:200px !important;height:46px !important;top:272px !important;left:42px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:12px !important;text-align:center !important;border-radius:4px !important;}#popup-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-10,#popup-embedded-box-pro-gfcr-2 #popupally-fluid-2-fluid_zwgsqa-10{display:block;position:absolute;width:200px !important;height:auto !important;top:320px !important;left:46px !important;color:#000000 !important;font-size:7px !important;font-style:italic !important;}}#popup-box-pro-gfcr-3.popupally-pro-overlay-3-fluid_zwgsqa {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-3.popupally-pro-opened-pro-gfcr-3 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-3 input,#popup-box-pro-gfcr-3 textarea,#popup-embedded-box-pro-gfcr-3 input,#popup-embedded-box-pro-gfcr-3 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-3 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-3 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-3 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_zwgsqa{position:absolute !important;}#popup-box-pro-gfcr-3 .popupally-pro-outer-3-fluid_zwgsqa{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-3.popupally-pro-outer-embedded-3-fluid_zwgsqa {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-3 .popupally-pro-inner-3-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-3 .popupally-pro-inner-3-fluid_zwgsqa{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-3 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-3 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-3 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-3 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-3 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-3 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-3 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-3 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-3 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-3 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-3 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-3 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-3 .popupally-pro-outer-3-fluid_zwgsqa .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-3 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-3 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-3 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-3 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-3 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-3 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_zwgsqa{top:50%;left:50%;margin-top:-212.5px;margin-left:-350px;}#popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-3-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-3{clear:both;}#popup-box-pro-gfcr-3 .popupally-pro-outer-full-width-3-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-3.popupally-pro-outer-full-width-3-fluid_zwgsqa {width:700px !important;height:425px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-3 .popupally-pro-outer-3-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-3 .popupally-pro-outer-embedded-3-fluid_zwgsqa {width:700px !important;height:425px !important;background-color:#FEFEFE !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-1,#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-1{display:block;position:absolute;width:325px !important;height:250px !important;top:182px !important;left:5px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2016/12/ebookipad.png) !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-2,#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-2{display:block;position:absolute;width:625px !important;height:auto !important;top:90px !important;left:42px !important;color:#000000 !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:22px !important;text-align:center !important;line-height:32px !important;padding-top:10px !important;padding-right:15px !important;padding-bottom:10px !important;padding-left:15px !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-6{display:block;position:absolute;width:333px !important;height:40px !important;top:200px !important;left:340px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:8px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-7,#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-7{display:block;position:absolute;width:333px !important;height:40px !important;top:255px !important;left:340px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:8px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-8{display:block;position:absolute;width:333px !important;height:60px !important;top:315px !important;left:340px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:20px !important;text-align:center !important;border-radius:4px !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-12,#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-12{display:block;position:absolute;width:350px !important;height:auto !important;top:385px !important;left:340px !important;font-size:11px !important;font-style:italic !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-13,#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-13{display:block;position:absolute;width:600px !important;height:auto !important;top:5px !important;left:50px !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-14,#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-14{display:block;position:absolute;width:600px !important;height:auto !important;top:55px !important;left:100px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:13px !important;}#popup-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-15,#popup-embedded-box-pro-gfcr-3 #popupally-fluid-3-fluid_zwgsqa-15{display:block;position:absolute;width:600px !important;height:auto !important;top:62px !important;left:72px !important;color:#ABABAB !important;font-family:Arial, Helvetica, sans-serif !important;font-size:11px !important;}#popup-box-pro-gfcr-4.popupally-pro-overlay-cjthhv-4 {display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-4.popupally-pro-opened-pro-gfcr-4 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-4 input,#popup-embedded-box-pro-gfcr-4 input{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}#popup-box-pro-gfcr-4 .popupally-pro-outer-cjthhv-4, #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-embedded-cjthhv-4{width:100% !important;height:60px !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4, #popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4{width:945px !important;height:60px !important;overflow:visible !important;padding:0px !important;margin:0 auto !important;text-align:left !important;}.popupally-pro-top-page-jehjsq-4 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-4 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-4 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-4 .popupally-pro-outer-cjthhv-4,#popup-embedded-box-pro-gfcr-4.popupally-pro-outer-embedded-cjthhv-4{background-color:#079898 !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;}#popup-box-pro-gfcr-4 .popupally-pro-outer-cjthhv-4{position:fixed !important;top:10%;margin-left:0 !important;-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5);-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;line-height:100% !important;}#popup-embedded-box-pro-gfcr-4.popupally-pro-outer-embedded-cjthhv-4{left:0 !important;clear:both !important;line-height:100% !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv {display:inline-block !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;position:relative !important;line-height:18px !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .content-pro-cjthhv,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .content-pro-cjthhv {display:inline-block !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;position:relative !important;line-height:18px !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .desc-pro-cjthhv,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .desc-pro-cjthhv {position:relative !important;display:inline-block !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;line-height:24px !important;font-weight:400 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:left !important;color:#FFFFFF !important;top:5px !important;left:-3px !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="text"].field-pro-cjthhv-name,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="text"].field-pro-cjthhv-name {top:5px !important;left:10px !important;position:relative !important;display:inline-block !important;padding:5px 4px 4px 4px !important;width:100px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;line-height:16px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="text"].field-pro-cjthhv-name::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="text"].field-pro-cjthhv-name:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="text"].field-pro-cjthhv-name::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="text"].field-pro-cjthhv-name:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="text"].field-pro-cjthhv-name::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="text"].field-pro-cjthhv-name:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="text"].field-pro-cjthhv-name::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="text"].field-pro-cjthhv-name:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="email"].field-pro-cjthhv-email,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="email"].field-pro-cjthhv-email {top:5px !important;left:15px !important;position:relative !important;display:inline-block !important;padding:5px 4px 4px 4px !important;width:150px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;line-height:16px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="email"].field-pro-cjthhv-email::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="email"].field-pro-cjthhv-email:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="email"].field-pro-cjthhv-email::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="email"].field-pro-cjthhv-email:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="email"].field-pro-cjthhv-email::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="email"].field-pro-cjthhv-email:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="email"].field-pro-cjthhv-email::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="email"].field-pro-cjthhv-email:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="submit"].submit-pro-cjthhv,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="submit"].submit-pro-cjthhv {position:relative !important;display:inline-block !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;line-height:16px !important;background-color: #FF5E00 !important;text-align:center !important;border-style: solid !important;border-width: 1px !important;border-color:#C0C0C0 !important;-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important;color:#FFFFFF !important;text-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3) !important;cursor: pointer !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;width:100px !important;height:auto !important;padding:5px 0 5px 0 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-image:none !important;top:5px !important;left:25px !important;margin:0 !important;font-weight:700 !important;float:none !important;-webkit-appearance: none !important;}#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="submit"].submit-pro-cjthhv:hover,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="submit"].submit-pro-cjthhv:hover {background-color:#FF5E00 !important;color:#FFFFFF !important;background-image:none !important;}#popup-box-pro-gfcr-4 .popupally-pro-outer-cjthhv-4 .popupally-pro-close-cjthhv {background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}@media (max-width: 960px) {	#popup-box-pro-gfcr-4 .popupally-pro-outer-cjthhv-4{		top:50%;	}	#popup-box-pro-gfcr-4 .popupally-pro-outer-cjthhv-4, #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-embedded-cjthhv-4{		height:60px !important;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4,	#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4{		width:600px !important;		height:60px !important;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .desc-pro-cjthhv,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .desc-pro-cjthhv{		top:09px !important;		left:-30px !important;		font-size:16px !important;		line-height:20px !important;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="text"].field-pro-cjthhv-name,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="text"].field-pro-cjthhv-name {		top:2px !important;		left:0px !important;		padding:5px 1px 2px 1px !important;		width:100px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="email"].field-pro-cjthhv-email,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="email"].field-pro-cjthhv-email {		top:2px !important;		left:5px !important;		padding:5px 4px 2px 4px !important;		width:150px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="submit"].submit-pro-cjthhv,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="submit"].submit-pro-cjthhv {		top:1px !important;		left:15px !important;		padding:3px 0 3px 0 !important;		width:80px !important;		font-size:16px !important;		line-height:16px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-4 .popupally-pro-outer-cjthhv-4{		top:50%;	}	#popup-box-pro-gfcr-4 .popupally-pro-outer-cjthhv-4, #popup-embedded-box-pro-gfcr-4.popupally-pro-outer-embedded-cjthhv-4{		height:70px !important;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4,	#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4{		width:370px !important;		height:70px !important;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .desc-pro-cjthhv,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .desc-pro-cjthhv{		top:6px !important;		left:30px !important;		font-size:14px !important;		line-height:16px !important;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="text"].field-pro-cjthhv-name,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="text"].field-pro-cjthhv-name {		top:8px !important;		left:30px !important;		padding:3px 4px 3px 4px !important;		width:100px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="email"].field-pro-cjthhv-email,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="email"].field-pro-cjthhv-email {		top:8px !important;		left:40px !important;		padding:3px 4px 3px 4px !important;		width:100px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="submit"].submit-pro-cjthhv,#popup-embedded-box-pro-gfcr-4 .popupally-pro-inner-cjthhv-4 .popupally-pro-center-cjthhv .content-pro-cjthhv input[type="submit"].submit-pro-cjthhv {		top:8px !important;		left:50px !important;		padding:3px 0 3px 0 !important;		width:70px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}#popup-box-pro-gfcr-5.popupally-pro-overlay-5-fluid_zwgsqa {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-5.popupally-pro-opened-pro-gfcr-5 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-5 input,#popup-box-pro-gfcr-5 textarea,#popup-embedded-box-pro-gfcr-5 input,#popup-embedded-box-pro-gfcr-5 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-5 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-5 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-5 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_zwgsqa{position:absolute !important;}#popup-box-pro-gfcr-5 .popupally-pro-outer-5-fluid_zwgsqa{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-embedded-5-fluid_zwgsqa {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-5 .popupally-pro-inner-5-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-5 .popupally-pro-inner-5-fluid_zwgsqa{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-5 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-5 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-5 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-5 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-5 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-5 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-5 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-5 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-5 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-5 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-5 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-5 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-5 .popupally-pro-outer-5-fluid_zwgsqa .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-5 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-5 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-5 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-5 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-5 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-5 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_zwgsqa{top:50%;left:50%;margin-top:-212.5px;margin-left:-350px;}#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-5{clear:both;}#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_zwgsqa {width:700px !important;height:425px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-5 .popupally-pro-outer-5-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-5 .popupally-pro-outer-embedded-5-fluid_zwgsqa {width:700px !important;height:425px !important;background-color:#FEFEFE !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-1,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-1{display:block;position:absolute;width:325px !important;height:250px !important;top:182px !important;left:5px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2016/12/ebookipad.png) !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-2,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-2{display:block;position:absolute;width:625px !important;height:auto !important;top:90px !important;left:42px !important;color:#000000 !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:22px !important;text-align:center !important;line-height:32px !important;padding-top:10px !important;padding-right:15px !important;padding-bottom:10px !important;padding-left:15px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6{display:block;position:absolute;width:333px !important;height:40px !important;top:200px !important;left:340px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:8px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7{display:block;position:absolute;width:333px !important;height:40px !important;top:255px !important;left:340px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:8px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:5px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-8{display:block;position:absolute;width:333px !important;height:60px !important;top:315px !important;left:340px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:20px !important;text-align:center !important;border-radius:4px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-10,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-10{display:block;position:absolute;width:350px !important;height:auto !important;top:385px !important;left:340px !important;color:#000000 !important;font-size:11px !important;font-style:italic !important;}@media (max-width:960px) {#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_zwgsqa{top:50%;left:50%;margin-top:-168.5px;margin-left:-250px;}#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-5{clear:both;}#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_zwgsqa {width:500px !important;height:337px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-5 .popupally-pro-outer-5-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-5 .popupally-pro-outer-embedded-5-fluid_zwgsqa {width:500px !important;height:337px !important;background-color:#FEFEFE !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-1,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-1{display:block;position:absolute;width:205px !important;height:150px !important;top:150px !important;left:5px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2016/12/ebookipad.png) !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-2,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-2{display:block;position:absolute;width:450px !important;height:auto !important;top:45px !important;left:25px !important;color:#000000 !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:18px !important;text-align:center !important;line-height:24px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:0px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6{display:block;position:absolute;width:249px !important;height:30px !important;top:155px !important;left:219px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:6px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7{display:block;position:absolute;width:249px !important;height:30px !important;top:200px !important;left:219px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:6px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-8{display:block;position:absolute;width:249px !important;height:45px !important;top:245px !important;left:219px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:15px !important;text-align:center !important;border-radius:4px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-10,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-10{display:block;position:absolute;width:350px !important;height:auto !important;top:300px !important;left:100px !important;color:#000000 !important;font-size:11px !important;font-style:italic !important;}}@media (max-width:640px) {#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_zwgsqa{top:50%;left:50%;margin-top:-134.5px;margin-left:-200px;}#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-5{clear:both;}#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_zwgsqa {width:400px !important;height:269px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-5 .popupally-pro-outer-5-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-5 .popupally-pro-outer-embedded-5-fluid_zwgsqa {width:400px !important;height:269px !important;background-color:#FEFEFE !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-1,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-1{display:block;position:absolute;width:160px !important;height:120px !important;top:130px !important;left:5px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2016/12/ebookipad.png) !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-2,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-2{display:block;position:absolute;width:310px !important;height:auto !important;top:35px !important;left:55px !important;color:#000000 !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:17px !important;text-align:center !important;line-height:19px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:0px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6{display:block;position:absolute;width:199px !important;height:24px !important;top:135px !important;left:175px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:4px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7{display:block;position:absolute;width:199px !important;height:24px !important;top:170px !important;left:175px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:4px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-8{display:block;position:absolute;width:199px !important;height:36px !important;top:205px !important;left:175px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:12px !important;text-align:center !important;border-radius:4px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-10,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-10{display:block;position:absolute;width:270px !important;height:auto !important;top:245px !important;left:70px !important;color:#000000 !important;font-size:9px !important;font-style:italic !important;}}@media (max-width:480px) {#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_zwgsqa{top:50%;left:50%;margin-top:-171.5px;margin-left:-140px;}#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-5{clear:both;}#popup-box-pro-gfcr-5 .popupally-pro-outer-full-width-5-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-5.popupally-pro-outer-full-width-5-fluid_zwgsqa {width:280px !important;height:343px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-5 .popupally-pro-outer-5-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-5 .popupally-pro-outer-embedded-5-fluid_zwgsqa {width:280px !important;height:343px !important;background-color:#FEFEFE !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-1,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-1{display:block;position:absolute;width:155px !important;height:110px !important;top:80px !important;left:60px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2016/12/ebookipad.png) !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-2,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-2{display:block;position:absolute;width:230px !important;height:auto !important;top:13px !important;left:25px !important;color:#000000 !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:12px !important;text-align:center !important;line-height:22px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:0px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6{display:block;position:absolute;width:200px !important;height:30px !important;top:192px !important;left:42px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:3px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7{display:block;position:absolute;width:200px !important;height:30px !important;top:232px !important;left:42px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:3px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-8{display:block;position:absolute;width:200px !important;height:46px !important;top:272px !important;left:42px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:12px !important;text-align:center !important;border-radius:4px !important;}#popup-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-10,#popup-embedded-box-pro-gfcr-5 #popupally-fluid-5-fluid_zwgsqa-10{display:block;position:absolute;width:250px !important;height:auto !important;top:320px !important;left:46px !important;color:#000000 !important;font-size:7px !important;font-style:italic !important;}}#popup-box-pro-gfcr-6.popupally-pro-overlay-lquydg-6 {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-6.popupally-pro-opened-pro-gfcr-6 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-6 .popupally-pro-outer-lquydg-6, #popup-embedded-box-pro-gfcr-6.popupally-pro-outer-embedded-lquydg-6{width:550px !important;height:550px !important;}.popupally-pro-top-page-jehjsq-6 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-6 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-6 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-6 .popupally-pro-outer-lquydg-6,#popup-embedded-box-pro-gfcr-6.popupally-pro-outer-embedded-lquydg-6{background-color:#45AE7A !important;background-image:none !important;background-size:cover !important;background-repeat:no-repeat !important;}#popup-box-pro-gfcr-6 .popupally-pro-outer-lquydg-6 .lquydg-image-link,#popup-embedded-box-pro-gfcr-6.popupally-pro-outer-embedded-lquydg-6 .lquydg-image-link{width:100% !important;height:100% !important;cursor:pointer !important;display:block !important;}#popup-box-pro-gfcr-6 .popupally-pro-outer-lquydg-6{position:absolute !important;top:50%;left:50%;margin-top:-275px;margin-left:-275px;-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5);-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-6.popupally-pro-outer-embedded-lquydg-6 {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-6 .popupally-pro-inner-lquydg-6,#popup-embedded-box-pro-gfcr-6 .popupally-pro-inner-lquydg-6{position:relative !important;display:block !important;overflow:visible !important;width:auto !important;height:auto !important;padding:0 !important;margin:0 !important;text-align:center !important;}#popup-box-pro-gfcr-6 .popupally-pro-inner-lquydg-6 .image-1-pro-lquydg,#popup-embedded-box-pro-gfcr-6 .popupally-pro-inner-lquydg-6 .image-1-pro-lquydg{position:relative !important;display:block !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-size:cover !important;background-repeat:no-repeat !important;background-position:50% !important;margin:0px auto 0px auto !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2017/01/SURVEY.jpg) !important;width:550px !important;height:550px !important;}#popup-box-pro-gfcr-6 .popupally-pro-outer-lquydg-6 .popupally-pro-close-lquydg{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}@media (max-width: 960px) {	#popup-box-pro-gfcr-6 .popupally-pro-outer-lquydg-6{		top:50%;left:50%;margin-top:-200px;margin-left:-200px;	}	#popup-box-pro-gfcr-6 .popupally-pro-outer-lquydg-6,	#popup-embedded-box-pro-gfcr-6.popupally-pro-outer-embedded-lquydg-6{		width:400px !important;		height:400px !important;	}	#popup-box-pro-gfcr-6 .popupally-pro-inner-lquydg-6 .image-1-pro-lquydg,	#popup-embedded-box-pro-gfcr-6 .popupally-pro-inner-lquydg-6 .image-1-pro-lquydg {		margin:0px auto 0px auto !important;		width:400px !important;		height:400px !important;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-6 .popupally-pro-outer-lquydg-6{		top:50%;left:50%;margin-top:-150px;margin-left:-150px;	}	#popup-box-pro-gfcr-6 .popupally-pro-outer-lquydg-6,	#popup-embedded-box-pro-gfcr-6.popupally-pro-outer-embedded-lquydg-6{		width:300px !important;		height:300px !important;	}	#popup-box-pro-gfcr-6 .popupally-pro-inner-lquydg-6 .image-1-pro-lquydg,	#popup-embedded-box-pro-gfcr-6 .popupally-pro-inner-lquydg-6 .image-1-pro-lquydg {		margin:0px auto 0px auto !important;		width:300px !important;		height:300px !important;	}}#popup-box-pro-gfcr-8.popupally-pro-overlay-plsbvs-8 {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-8.popupally-pro-opened-pro-gfcr-8 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-8 input,#popup-embedded-box-pro-gfcr-8 input{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}#popup-box-pro-gfcr-8 .popupally-pro-outer-plsbvs-8, #popup-embedded-box-pro-gfcr-8.popupally-pro-outer-embedded-plsbvs-8{width:1300px !important;height:40px !important;}.popupally-pro-top-page-jehjsq-8 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-8 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-8 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-8 .popupally-pro-outer-plsbvs-8,#popup-embedded-box-pro-gfcr-8.popupally-pro-outer-embedded-plsbvs-8{background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;text-align:left !important;}#popup-box-pro-gfcr-8 .popupally-pro-outer-plsbvs-8{position:absolute !important;top:50%;left:50%;margin-top:-20px;margin-left:-650px;-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;line-height:100% !important;}#popup-embedded-box-pro-gfcr-8.popupally-pro-outer-embedded-plsbvs-8 {line-height:100% !important;margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8{overflow:visible !important;width:auto !important;height:auto !important;padding:0px !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs {display:inline-block !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;position:relative !important;line-height:18px !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .content-pro-plsbvs,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .content-pro-plsbvs {display:inline-block !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;position:relative !important;line-height:18px !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .desc-pro-plsbvs,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .desc-pro-plsbvs {position:relative !important;display:inline-block !important;font-family:Arial, Helvetica, sans-serif !important;font-size:24px !important;line-height:24px !important;font-weight:400 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:center !important;color:#FFFFFF !important;top:1px !important;left:10px !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name {top:-32px !important;left:70px !important;position:relative !important;display:inline-block !important;padding:10px 10px 10px 10px !important;width:100px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;line-height:16px !important;background:#FFFFFF !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email {top:-32px !important;left:75px !important;position:relative !important;display:inline-block !important;padding:10px 10px 10px 10px !important;width:200px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;line-height:16px !important;background:#FFFFFF !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs {position:relative !important;display:inline-block !important;font-family:Arial, Helvetica, sans-serif !important;font-size:14px !important;line-height:21px !important;background-color: #FF5E00 !important;text-align:center !important;border-style: solid !important;border-width: 1px !important;border-color:#C0C0C0 !important;-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important;color:#FFFFFF !important;text-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3) !important;cursor: pointer !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;width:150px !important;height:auto !important;padding:10px 0 10px 0 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-image:none !important;top:-32px !important;left:80px !important;margin:0 !important;font-weight:700 !important;float:none !important;-webkit-appearance: none !important;}#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs:hover,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs:hover {background-color:#FF5E00 !important;color:#FFFFFF !important;background-image:none !important;}#popup-box-pro-gfcr-8 .popupally-pro-outer-plsbvs-8 .popupally-pro-close-plsbvs{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}@media (max-width: 960px) {	#popup-box-pro-gfcr-8 .popupally-pro-outer-plsbvs-8{		top:50%;left:50%;margin-top:-30px;margin-left:-300px;	}	#popup-box-pro-gfcr-8 .popupally-pro-outer-plsbvs-8,	#popup-embedded-box-pro-gfcr-8.popupally-pro-outer-embedded-plsbvs-8{		width:600px !important;		height:60px !important;	}	#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .desc-pro-plsbvs,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .desc-pro-plsbvs{		top:15px !important;		left:10px !important;		font-size:16px !important;		line-height:20px !important;	}	#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name {		top:15px !important;		left:15px !important;		padding:5px 4px 5px 4px !important;		width:150px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email {		top:15px !important;		left:20px !important;		padding:5px 4px 5px 4px !important;		width:150px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs {		top:15px !important;		left:25px !important;		padding:6px 0 6px 0 !important;		width:80px !important;		font-size:16px !important;		line-height:16px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-8 .popupally-pro-outer-plsbvs-8{		top:50%;left:50%;margin-top:-25px;margin-left:-150px;	}	#popup-box-pro-gfcr-8 .popupally-pro-outer-plsbvs-8,	#popup-embedded-box-pro-gfcr-8.popupally-pro-outer-embedded-plsbvs-8{		width:300px !important;		height:50px !important;	}	#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .desc-pro-plsbvs,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .desc-pro-plsbvs{		top:5px !important;		left:10px !important;		font-size:14px !important;		line-height:16px !important;	}	#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name {		top:8px !important;		left:10px !important;		padding:3px 4px 3px 4px !important;		width:100px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email {		top:8px !important;		left:15px !important;		padding:3px 4px 3px 4px !important;		width:100px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs,#popup-embedded-box-pro-gfcr-8 .popupally-pro-inner-plsbvs-8 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs {		top:8px !important;		left:20px !important;		padding:3px 0 3px 0 !important;		width:70px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}#popup-box-pro-gfcr-9.popupally-pro-overlay-9-fluid_zwgsqa {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-9.popupally-pro-opened-pro-gfcr-9 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-9 input,#popup-box-pro-gfcr-9 textarea,#popup-embedded-box-pro-gfcr-9 input,#popup-embedded-box-pro-gfcr-9 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-9 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-9 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-9 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-9 .popupally-pro-outer-full-width-9-fluid_zwgsqa{position:absolute !important;}#popup-box-pro-gfcr-9 .popupally-pro-outer-9-fluid_zwgsqa{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-9.popupally-pro-outer-embedded-9-fluid_zwgsqa {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-9 .popupally-pro-inner-9-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-9 .popupally-pro-inner-9-fluid_zwgsqa{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-9 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-9 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-9 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-9 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-9 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-9 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-9 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-9 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-9 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-9 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-9 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-9 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-9 .popupally-pro-outer-9-fluid_zwgsqa .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-9 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-9 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-9 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-9 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-9 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-9 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-9 .popupally-pro-outer-full-width-9-fluid_zwgsqa{top:50%;left:0;margin-top:-400px;margin-left:0;}#popup-embedded-box-pro-gfcr-9.popupally-pro-outer-full-width-9-fluid_zwgsqa {left:0 !important;}#popup-embedded-box-pro-gfcr-9{clear:both;}#popup-box-pro-gfcr-9 .popupally-pro-outer-full-width-9-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-9.popupally-pro-outer-full-width-9-fluid_zwgsqa {width:100% !important;height:800px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-9 .popupally-pro-outer-9-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-9 .popupally-pro-outer-embedded-9-fluid_zwgsqa {width:800px !important;height:800px !important;background-color:transparent !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2017/02/I-hate-SPAM-and-promise-to-keep-your-email-address-safe.-2.png) !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6{display:block;position:absolute;width:380px !important;height:50px !important;top:320px !important;left:5px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:8px !important;border-width:2px !important;border-style:ridge !important;border-color:#FFFFFF !important;border-radius:5px !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-webkit-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-ms-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-webkit-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-ms-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13{display:block;position:absolute;width:380px !important;height:50px !important;top:380px !important;left:5px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:8px !important;border-width:2px !important;border-style:ridge !important;border-color:#FFFFFF !important;border-radius:5px !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-webkit-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-ms-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-webkit-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-ms-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14{display:block;position:absolute;width:380px !important;height:50px !important;top:440px !important;left:5px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:8px !important;border-width:2px !important;border-style:ridge !important;border-color:#FFFFFF !important;border-radius:5px !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-webkit-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-ms-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-webkit-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-ms-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-8{display:block;position:absolute;width:380px !important;height:50px !important;top:500px !important;left:6px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;font-weight:700 !important;text-align:center !important;white-space:pre-wrap !important;border-radius:5px !important;}@media (max-width:960px) {#popup-box-pro-gfcr-9 .popupally-pro-outer-full-width-9-fluid_zwgsqa{top:50%;left:0;margin-top:-300px;margin-left:0;}#popup-embedded-box-pro-gfcr-9.popupally-pro-outer-full-width-9-fluid_zwgsqa {left:0 !important;}#popup-embedded-box-pro-gfcr-9{clear:both;}#popup-box-pro-gfcr-9 .popupally-pro-outer-full-width-9-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-9.popupally-pro-outer-full-width-9-fluid_zwgsqa {width:100% !important;height:600px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-9 .popupally-pro-outer-9-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-9 .popupally-pro-outer-embedded-9-fluid_zwgsqa {width:500px !important;height:600px !important;background-color:transparent !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2017/02/I-hate-SPAM-and-promise-to-keep-your-email-address-safe.-2.png) !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6{display:block;position:absolute;width:390px !important;height:45px !important;top:332px !important;left:5px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:5px !important;border-width:2px !important;border-style:ridge !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-webkit-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-ms-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-webkit-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-ms-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13{display:block;position:absolute;width:390px !important;height:45px !important;top:380px !important;left:5px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:5px !important;border-width:2px !important;border-style:ridge !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-webkit-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-ms-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-webkit-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-ms-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14{display:block;position:absolute;width:390px !important;height:45px !important;top:428px !important;left:5px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:5px !important;border-width:2px !important;border-style:ridge !important;border-color:#FFFFFF !important;border-radius:5px !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-webkit-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-ms-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-webkit-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-ms-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-8{display:block;position:absolute;width:390px !important;height:60px !important;top:480px !important;left:5px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;font-weight:700 !important;text-align:center !important;white-space:nowrap !important;border-radius:4px !important;}}@media (max-width:640px) {#popup-box-pro-gfcr-9 .popupally-pro-outer-full-width-9-fluid_zwgsqa{top:50%;left:0;margin-top:-300px;margin-left:0;}#popup-embedded-box-pro-gfcr-9.popupally-pro-outer-full-width-9-fluid_zwgsqa {left:0 !important;}#popup-embedded-box-pro-gfcr-9{clear:both;}#popup-box-pro-gfcr-9 .popupally-pro-outer-full-width-9-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-9.popupally-pro-outer-full-width-9-fluid_zwgsqa {width:100% !important;height:600px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-9 .popupally-pro-outer-9-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-9 .popupally-pro-outer-embedded-9-fluid_zwgsqa {width:600px !important;height:600px !important;background-color:transparent !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2017/02/I-hate-SPAM-and-promise-to-keep-your-email-address-safe.-2.png) !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6{display:block;position:absolute;width:390px !important;height:50px !important;top:330px !important;left:5px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:4px !important;border-width:2px !important;border-style:ridge !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-webkit-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-ms-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-webkit-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-ms-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13{display:block;position:absolute;width:390px !important;height:50px !important;top:385px !important;left:5px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:4px !important;border-width:2px !important;border-style:ridge !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-webkit-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-ms-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-webkit-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-ms-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14{display:block;position:absolute;width:390px !important;height:50px !important;top:440px !important;left:5px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:4px !important;border-width:2px !important;border-style:ridge !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-webkit-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-ms-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-webkit-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-ms-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-8{display:block;position:absolute;width:390px !important;height:50px !important;top:500px !important;left:5px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-weight:700 !important;text-align:center !important;white-space:pre-wrap !important;border-radius:4px !important;}}@media (max-width:480px) {#popup-box-pro-gfcr-9 .popupally-pro-outer-full-width-9-fluid_zwgsqa{top:50%;left:0;margin-top:-300px;margin-left:0;}#popup-embedded-box-pro-gfcr-9.popupally-pro-outer-full-width-9-fluid_zwgsqa {left:0 !important;}#popup-embedded-box-pro-gfcr-9{clear:both;}#popup-box-pro-gfcr-9 .popupally-pro-outer-full-width-9-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-9.popupally-pro-outer-full-width-9-fluid_zwgsqa {width:100% !important;height:600px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-9 .popupally-pro-outer-9-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-9 .popupally-pro-outer-embedded-9-fluid_zwgsqa {width:480px !important;height:600px !important;background-color:transparent !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2017/02/I-hate-SPAM-and-promise-to-keep-your-email-address-safe.-2.png) !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6{display:block;position:absolute;width:390px !important;height:50px !important;top:320px !important;left:5px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:3px !important;border-width:2px !important;border-style:ridge !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-webkit-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-ms-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-webkit-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-ms-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13{display:block;position:absolute;width:390px !important;height:50px !important;top:375px !important;left:5px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:3px !important;border-width:2px !important;border-style:ridge !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-webkit-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-ms-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-webkit-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-ms-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14{display:block;position:absolute;width:390px !important;height:50px !important;top:430px !important;left:5px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:3px !important;border-width:2px !important;border-style:ridge !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-webkit-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-ms-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-webkit-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-ms-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-8{display:block;position:absolute;width:390px !important;height:60px !important;top:490px !important;left:5px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;font-weight:700 !important;text-align:center !important;white-space:pre-wrap !important;border-radius:4px !important;}}@media (max-width:480px) {#popup-box-pro-gfcr-9 .popupally-pro-outer-full-width-9-fluid_zwgsqa{top:50%;left:0;margin-top:-300px;margin-left:0;}#popup-embedded-box-pro-gfcr-9.popupally-pro-outer-full-width-9-fluid_zwgsqa {left:0 !important;}#popup-embedded-box-pro-gfcr-9{clear:both;}#popup-box-pro-gfcr-9 .popupally-pro-outer-full-width-9-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-9.popupally-pro-outer-full-width-9-fluid_zwgsqa {width:100% !important;height:600px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-9 .popupally-pro-outer-9-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-9 .popupally-pro-outer-embedded-9-fluid_zwgsqa {width:480px !important;height:600px !important;background-color:transparent !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2017/02/I-hate-SPAM-and-promise-to-keep-your-email-address-safe.-2.png) !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6{display:block;position:absolute;width:390px !important;height:50px !important;top:320px !important;left:5px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:3px !important;border-width:2px !important;border-style:ridge !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-webkit-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-ms-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-webkit-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6::-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-6:-ms-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13{display:block;position:absolute;width:390px !important;height:50px !important;top:375px !important;left:5px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:3px !important;border-width:2px !important;border-style:ridge !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-webkit-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-ms-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-webkit-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13::-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-13:-ms-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14{display:block;position:absolute;width:390px !important;height:50px !important;top:430px !important;left:5px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:3px !important;border-width:2px !important;border-style:ridge !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-webkit-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-moz-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-ms-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-webkit-input-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14::-moz-placeholder{color:#737373 !important;}#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-14:-ms-input-placeholder{color:#737373 !important;}#popup-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-9 #popupally-fluid-9-fluid_zwgsqa-8{display:block;position:absolute;width:390px !important;height:60px !important;top:490px !important;left:5px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;font-weight:700 !important;text-align:center !important;white-space:pre-wrap !important;border-radius:4px !important;}}#popup-box-pro-gfcr-10.popupally-pro-overlay-10-fluid_zwgsqa {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-10.popupally-pro-opened-pro-gfcr-10 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-10 input,#popup-box-pro-gfcr-10 textarea,#popup-embedded-box-pro-gfcr-10 input,#popup-embedded-box-pro-gfcr-10 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-10 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-10 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-10 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-10 .popupally-pro-outer-full-width-10-fluid_zwgsqa{position:absolute !important;}#popup-box-pro-gfcr-10 .popupally-pro-outer-10-fluid_zwgsqa{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-10.popupally-pro-outer-embedded-10-fluid_zwgsqa {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-10 .popupally-pro-inner-10-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-10 .popupally-pro-inner-10-fluid_zwgsqa{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-10 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-10 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-10 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-10 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-10 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-10 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-10 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-10 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-10 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-10 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-10 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-10 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-10 .popupally-pro-outer-10-fluid_zwgsqa .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-10 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-10 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-10 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-10 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-10 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-10 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-10 .popupally-pro-outer-full-width-10-fluid_zwgsqa{top:50%;left:50%;margin-top:-212.5px;margin-left:-350px;}#popup-embedded-box-pro-gfcr-10.popupally-pro-outer-full-width-10-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-10{clear:both;}#popup-box-pro-gfcr-10 .popupally-pro-outer-full-width-10-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-10.popupally-pro-outer-full-width-10-fluid_zwgsqa {width:700px !important;height:425px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-10 .popupally-pro-outer-10-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-10 .popupally-pro-outer-embedded-10-fluid_zwgsqa {width:700px !important;height:425px !important;background-color:#FEFEFE !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-1,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-1{display:block;position:absolute;width:325px !important;height:250px !important;top:182px !important;left:5px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2016/12/ebookipad.png) !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-2,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-2{display:block;position:absolute;width:625px !important;height:auto !important;top:90px !important;left:42px !important;color:#000000 !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:22px !important;text-align:center !important;line-height:32px !important;padding-top:10px !important;padding-right:15px !important;padding-bottom:10px !important;padding-left:15px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6{display:block;position:absolute;width:333px !important;height:40px !important;top:200px !important;left:340px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:8px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7{display:block;position:absolute;width:333px !important;height:40px !important;top:255px !important;left:340px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:8px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:5px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-8{display:block;position:absolute;width:333px !important;height:60px !important;top:315px !important;left:340px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:20px !important;text-align:center !important;border-radius:4px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-10,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-10{display:block;position:absolute;width:350px !important;height:auto !important;top:385px !important;left:340px !important;color:#000000 !important;font-size:12px !important;font-style:italic !important;}@media (max-width:960px) {#popup-box-pro-gfcr-10 .popupally-pro-outer-full-width-10-fluid_zwgsqa{top:50%;left:50%;margin-top:-168.5px;margin-left:-250px;}#popup-embedded-box-pro-gfcr-10.popupally-pro-outer-full-width-10-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-10{clear:both;}#popup-box-pro-gfcr-10 .popupally-pro-outer-full-width-10-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-10.popupally-pro-outer-full-width-10-fluid_zwgsqa {width:500px !important;height:337px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-10 .popupally-pro-outer-10-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-10 .popupally-pro-outer-embedded-10-fluid_zwgsqa {width:500px !important;height:337px !important;background-color:#FEFEFE !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-1,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-1{display:block;position:absolute;width:205px !important;height:150px !important;top:150px !important;left:5px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2016/12/ebookipad.png) !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-2,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-2{display:block;position:absolute;width:450px !important;height:auto !important;top:45px !important;left:25px !important;color:#000000 !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:18px !important;text-align:center !important;line-height:24px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:0px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6{display:block;position:absolute;width:249px !important;height:30px !important;top:155px !important;left:219px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:6px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7{display:block;position:absolute;width:249px !important;height:30px !important;top:200px !important;left:219px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;padding-left:6px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-8{display:block;position:absolute;width:249px !important;height:45px !important;top:245px !important;left:219px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:15px !important;text-align:center !important;border-radius:4px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-10,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-10{display:block;position:absolute;width:300px !important;height:auto !important;top:300px !important;left:100px !important;color:#000000 !important;font-size:11px !important;font-style:italic !important;}}@media (max-width:640px) {#popup-box-pro-gfcr-10 .popupally-pro-outer-full-width-10-fluid_zwgsqa{top:50%;left:50%;margin-top:-134.5px;margin-left:-200px;}#popup-embedded-box-pro-gfcr-10.popupally-pro-outer-full-width-10-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-10{clear:both;}#popup-box-pro-gfcr-10 .popupally-pro-outer-full-width-10-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-10.popupally-pro-outer-full-width-10-fluid_zwgsqa {width:400px !important;height:269px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-10 .popupally-pro-outer-10-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-10 .popupally-pro-outer-embedded-10-fluid_zwgsqa {width:400px !important;height:269px !important;background-color:#FEFEFE !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-1,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-1{display:block;position:absolute;width:160px !important;height:120px !important;top:130px !important;left:5px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2016/12/ebookipad.png) !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-2,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-2{display:block;position:absolute;width:310px !important;height:auto !important;top:35px !important;left:55px !important;color:#000000 !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:17px !important;text-align:center !important;line-height:19px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:0px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6{display:block;position:absolute;width:199px !important;height:24px !important;top:135px !important;left:175px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:4px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7{display:block;position:absolute;width:199px !important;height:24px !important;top:170px !important;left:175px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:4px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-8{display:block;position:absolute;width:199px !important;height:36px !important;top:205px !important;left:175px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:12px !important;text-align:center !important;border-radius:4px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-10,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-10{display:block;position:absolute;width:250px !important;height:auto !important;top:245px !important;left:70px !important;color:#000000 !important;font-size:9px !important;font-style:italic !important;}}@media (max-width:480px) {#popup-box-pro-gfcr-10 .popupally-pro-outer-full-width-10-fluid_zwgsqa{top:50%;left:50%;margin-top:-171.5px;margin-left:-140px;}#popup-embedded-box-pro-gfcr-10.popupally-pro-outer-full-width-10-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-10{clear:both;}#popup-box-pro-gfcr-10 .popupally-pro-outer-full-width-10-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-10.popupally-pro-outer-full-width-10-fluid_zwgsqa {width:280px !important;height:343px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-10 .popupally-pro-outer-10-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-10 .popupally-pro-outer-embedded-10-fluid_zwgsqa {width:280px !important;height:343px !important;background-color:#FEFEFE !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-1,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-1{display:block;position:absolute;width:155px !important;height:110px !important;top:80px !important;left:60px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2016/12/ebookipad.png) !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-2,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-2{display:block;position:absolute;width:230px !important;height:auto !important;top:13px !important;left:25px !important;color:#000000 !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:12px !important;text-align:center !important;line-height:22px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:0px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6{display:block;position:absolute;width:200px !important;height:30px !important;top:192px !important;left:42px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:3px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-6:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7{display:block;position:absolute;width:200px !important;height:30px !important;top:232px !important;left:42px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;padding-left:3px !important;border-width:2px !important;border-style:ridge !important;border-color:#EDEDED !important;border-radius:4px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-webkit-input-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7::-moz-placeholder{color:#ABABAB !important;}#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-7:-ms-input-placeholder{color:#ABABAB !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-8,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-8{display:block;position:absolute;width:200px !important;height:46px !important;top:272px !important;left:42px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:"Arial Black", Gadget, sans-serif !important;font-size:12px !important;text-align:center !important;border-radius:4px !important;}#popup-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-10,#popup-embedded-box-pro-gfcr-10 #popupally-fluid-10-fluid_zwgsqa-10{display:block;position:absolute;width:200px !important;height:auto !important;top:320px !important;left:46px !important;color:#000000 !important;font-size:7px !important;font-style:italic !important;}}#popup-box-pro-gfcr-11.popupally-pro-overlay-11-fluid_abdess {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-11.popupally-pro-opened-pro-gfcr-11 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-11 input,#popup-box-pro-gfcr-11 textarea,#popup-embedded-box-pro-gfcr-11 input,#popup-embedded-box-pro-gfcr-11 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-11 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-11 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-11 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-11 .popupally-pro-outer-full-width-11-fluid_abdess{position:absolute !important;}#popup-box-pro-gfcr-11 .popupally-pro-outer-11-fluid_abdess{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-11.popupally-pro-outer-embedded-11-fluid_abdess {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-11 .popupally-pro-inner-11-fluid_abdess,#popup-embedded-box-pro-gfcr-11 .popupally-pro-inner-11-fluid_abdess{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-11 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-11 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-11 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-11 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-11 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-11 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-11 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-11 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-11 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-11 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-11 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-11 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-11 .popupally-pro-outer-11-fluid_abdess .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-11 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-11 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-11 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-11 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-11 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-11 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-11 .popupally-pro-outer-full-width-11-fluid_abdess{top:50%;left:50%;margin-top:-157px;margin-left:-300px;}#popup-embedded-box-pro-gfcr-11.popupally-pro-outer-full-width-11-fluid_abdess {}#popup-embedded-box-pro-gfcr-11{clear:both;}#popup-box-pro-gfcr-11 .popupally-pro-outer-full-width-11-fluid_abdess,#popup-embedded-box-pro-gfcr-11.popupally-pro-outer-full-width-11-fluid_abdess {width:600px !important;height:314px !important;background-color:transparent !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-11 .popupally-pro-outer-11-fluid_abdess,#popup-embedded-box-pro-gfcr-11 .popupally-pro-outer-embedded-11-fluid_abdess {width:600px !important;height:314px !important;background-color:transparent !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2017/02/newsubbox.png) !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-11 #popupally-fluid-11-fluid_abdess-1,#popup-embedded-box-pro-gfcr-11 #popupally-fluid-11-fluid_abdess-1{display:block;position:absolute;width:235px !important;height:60px !important;top:234px !important;left:185px !important;background-color:transparent !important;display:block !important;}#popup-box-pro-gfcr-13.popupally-pro-overlay-13-fluid_qemsnqs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(0, 0, 0, 0.5) !important;}#popup-box-pro-gfcr-13.popupally-pro-opened-pro-gfcr-13 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-13 input,#popup-box-pro-gfcr-13 textarea,#popup-embedded-box-pro-gfcr-13 input,#popup-embedded-box-pro-gfcr-13 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-13 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-13 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-13 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_qemsnqs{position:absolute !important;}#popup-box-pro-gfcr-13 .popupally-pro-outer-13-fluid_qemsnqs{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-embedded-13-fluid_qemsnqs {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-13 .popupally-pro-inner-13-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-13 .popupally-pro-inner-13-fluid_qemsnqs{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-13 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-13 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-13 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-13 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-13 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-13 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-13 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-13 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-13 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-13 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-13 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-13 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-13 .popupally-pro-outer-13-fluid_qemsnqs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-13 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-13 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-13 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-13 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-13 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-13 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_qemsnqs{top:50%;left:50%;margin-top:-125px;margin-left:-250px;}#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-13{clear:both;}#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_qemsnqs {width:500px !important;height:250px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-13 .popupally-pro-outer-13-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-13 .popupally-pro-outer-embedded-13-fluid_qemsnqs {width:500px !important;height:250px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-1{display:block;position:absolute;width:500px !important;height:250px !important;top:0px !important;left:0px !important;background-color:#007B7B !important;opacity:0.85 !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-2{display:block;position:absolute;width:450px !important;height:auto !important;top:10px !important;left:27px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:25px !important;text-align:center !important;line-height:40px !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-3{display:block;position:absolute;width:555px !important;height:auto !important;top:85px !important;left:-30px !important;color:#FFFFFF !important;font-size:14px !important;text-align:center !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-4,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-4{display:block;position:absolute;width:400px !important;height:auto !important;top:115px !important;left:55px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;text-align:center !important;line-height:30px !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-10,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-10{display:block;position:absolute;width:300px !important;height:auto !important;top:190px !important;left:105px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:10px !important;padding-right:5px !important;padding-bottom:10px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}@media (max-width:960px) {#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_qemsnqs{top:50%;left:50%;margin-top:-135px;margin-left:-250px;}#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-13{clear:both;}#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_qemsnqs {width:500px !important;height:270px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-13 .popupally-pro-outer-13-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-13 .popupally-pro-outer-embedded-13-fluid_qemsnqs {width:500px !important;height:270px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-1{display:block;position:absolute;width:457px !important;height:270px !important;top:19px !important;left:22px !important;background-color:#007B7B !important;opacity:0.85 !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-2{display:block;position:absolute;width:400px !important;height:auto !important;top:45px !important;left:50px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:25px !important;text-align:center !important;line-height:30px !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-3{display:block;position:absolute;width:480px !important;height:auto !important;top:110px !important;left:0px !important;color:#FFFFFF !important;font-size:10px !important;text-align:center !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-4,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-4{display:block;position:absolute;width:400px !important;height:auto !important;top:150px !important;left:45px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;text-align:center !important;line-height:20px !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-10,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-10{display:block;position:absolute;width:200px !important;height:auto !important;top:210px !important;left:150px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:15px !important;padding-right:10px !important;padding-bottom:15px !important;padding-left:10px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}}@media (max-width:640px) {#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_qemsnqs{top:50%;left:50%;margin-top:-171.5px;margin-left:-200px;}#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-13{clear:both;}#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_qemsnqs {width:400px !important;height:343px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-13 .popupally-pro-outer-13-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-13 .popupally-pro-outer-embedded-13-fluid_qemsnqs {width:400px !important;height:343px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-1{display:block;position:absolute;width:365px !important;height:310px !important;top:15px !important;left:18px !important;background-color:#007B7B !important;opacity:0.85 !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-2{display:block;position:absolute;width:325px !important;height:auto !important;top:60px !important;left:40px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:21px !important;text-align:center !important;line-height:28px !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-3{display:block;position:absolute;width:400px !important;height:auto !important;top:125px !important;left:0px !important;color:#FFFFFF !important;font-size:8px !important;text-align:center !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-4,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-4{display:block;position:absolute;width:300px !important;height:auto !important;top:150px !important;left:50px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;text-align:center !important;line-height:20px !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-10,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-10{display:block;position:absolute;width:200px !important;height:auto !important;top:225px !important;left:95px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:15px !important;padding-right:10px !important;padding-bottom:15px !important;padding-left:10px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}}@media (max-width:480px) {#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_qemsnqs{top:50%;left:50%;margin-top:-171.5px;margin-left:-140px;}#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-13{clear:both;}#popup-box-pro-gfcr-13 .popupally-pro-outer-full-width-13-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-13.popupally-pro-outer-full-width-13-fluid_qemsnqs {width:280px !important;height:343px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-13 .popupally-pro-outer-13-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-13 .popupally-pro-outer-embedded-13-fluid_qemsnqs {width:280px !important;height:343px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-1{display:block;position:absolute;width:256px !important;height:310px !important;top:15px !important;left:13px !important;background-color:#007B7B !important;opacity:0.85 !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-2{display:block;position:absolute;width:225px !important;height:auto !important;top:42px !important;left:28px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;line-height:25px !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-3{display:block;position:absolute;width:280px !important;height:auto !important;top:115px !important;left:0px !important;color:#FFFFFF !important;font-size:8px !important;text-align:center !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-4,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-4{display:block;position:absolute;width:165px !important;height:auto !important;top:140px !important;left:55px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;text-align:center !important;line-height:20px !important;}#popup-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-10,#popup-embedded-box-pro-gfcr-13 #popupally-fluid-13-fluid_qemsnqs-10{display:block;position:absolute;width:150px !important;height:auto !important;top:240px !important;left:65px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:15px !important;padding-right:10px !important;padding-bottom:15px !important;padding-left:10px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}}#popup-box-pro-gfcr-14.popupally-pro-overlay-14-fluid_qemsnqs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(0, 0, 0, 0.5) !important;}#popup-box-pro-gfcr-14.popupally-pro-opened-pro-gfcr-14 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-14 input,#popup-box-pro-gfcr-14 textarea,#popup-embedded-box-pro-gfcr-14 input,#popup-embedded-box-pro-gfcr-14 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-14 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-14 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-14 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_qemsnqs{position:absolute !important;}#popup-box-pro-gfcr-14 .popupally-pro-outer-14-fluid_qemsnqs{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-embedded-14-fluid_qemsnqs {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-14 .popupally-pro-inner-14-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-14 .popupally-pro-inner-14-fluid_qemsnqs{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-14 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-14 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-14 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-14 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-14 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-14 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-14 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-14 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-14 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-14 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-14 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-14 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-14 .popupally-pro-outer-14-fluid_qemsnqs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-14 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-14 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-14 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-14 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-14 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-14 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_qemsnqs{top:50%;left:50%;margin-top:-125px;margin-left:-350px;}#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-14{clear:both;}#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_qemsnqs {width:700px !important;height:250px !important;background-color:transparent !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-14 .popupally-pro-outer-14-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-14 .popupally-pro-outer-embedded-14-fluid_qemsnqs {width:700px !important;height:250px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-15,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-15{display:block;position:absolute;width:200px !important;height:auto !important;top:50px !important;left:50px !important;background-size:auto !important;display:block !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-1{display:block;position:absolute;width:700px !important;height:250px !important;top:0px !important;left:0px !important;background-color:#079898 !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-2{display:block;position:absolute;width:400px !important;height:auto !important;top:10px !important;left:290px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:23px !important;text-align:center !important;line-height:40px !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-3{display:block;position:absolute;width:555px !important;height:auto !important;top:85px !important;left:200px !important;color:#FFFFFF !important;font-size:14px !important;text-align:center !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12{display:block;position:absolute;width:155px !important;height:AUTO !important;top:125px !important;left:305px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:8px !important;padding-right:10px !important;padding-bottom:8px !important;padding-left:10px !important;border-radius:4px !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-ms-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-ms-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14{display:block;position:absolute;width:220px !important;height:AUTO !important;top:125px !important;left:470px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:8px !important;padding-right:10px !important;padding-bottom:8px !important;padding-left:10px !important;border-radius:4px !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-ms-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-ms-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-11,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-11{display:block;position:absolute;width:385px !important;height:auto !important;top:170px !important;left:305px !important;background-color:#FF5300 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:10px !important;padding-right:5px !important;padding-bottom:10px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}@media (max-width:960px) {#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_qemsnqs{top:50%;left:50%;margin-top:-135px;margin-left:-250px;}#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-14{clear:both;}#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_qemsnqs {width:500px !important;height:270px !important;background-color:transparent !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-14 .popupally-pro-outer-14-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-14 .popupally-pro-outer-embedded-14-fluid_qemsnqs {width:500px !important;height:270px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-15,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-15{display:block;position:absolute;width:100px !important;height:auto !important;top:10px !important;left:10px !important;background-size:auto !important;display:block !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-1{display:block;position:absolute;width:457px !important;height:270px !important;top:19px !important;left:22px !important;background-color:#079898 !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-2{display:block;position:absolute;width:400px !important;height:auto !important;top:45px !important;left:50px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:25px !important;text-align:center !important;line-height:30px !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-3{display:block;position:absolute;width:480px !important;height:auto !important;top:110px !important;left:0px !important;color:#FFFFFF !important;font-size:10px !important;text-align:center !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12{display:block;position:absolute;width:100px !important;height:auto !important;top:10px !important;left:10px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:10px !important;border-radius:4px !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-ms-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-ms-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14{display:block;position:absolute;width:100px !important;height:auto !important;top:10px !important;left:10px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:10px !important;border-radius:4px !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-ms-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-ms-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-11,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-11{display:block;position:absolute;width:100px !important;height:auto !important;top:10px !important;left:10px !important;background-color:#FF5300 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:0px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}}@media (max-width:640px) {#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_qemsnqs{top:50%;left:50%;margin-top:-171.5px;margin-left:-200px;}#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-14{clear:both;}#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_qemsnqs {width:400px !important;height:343px !important;background-color:transparent !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-14 .popupally-pro-outer-14-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-14 .popupally-pro-outer-embedded-14-fluid_qemsnqs {width:400px !important;height:343px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-15,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-15{display:block;position:absolute;width:100px !important;height:auto !important;top:10px !important;left:10px !important;background-size:auto !important;display:block !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-1{display:block;position:absolute;width:365px !important;height:310px !important;top:15px !important;left:18px !important;background-color:#079898 !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-2{display:block;position:absolute;width:325px !important;height:auto !important;top:60px !important;left:40px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:21px !important;text-align:center !important;line-height:28px !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-3{display:block;position:absolute;width:400px !important;height:auto !important;top:125px !important;left:0px !important;color:#FFFFFF !important;font-size:8px !important;text-align:center !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12{display:block;position:absolute;width:100px !important;height:auto !important;top:10px !important;left:10px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:10px !important;border-radius:4px !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-ms-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-ms-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14{display:block;position:absolute;width:100px !important;height:auto !important;top:10px !important;left:10px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:10px !important;border-radius:4px !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-ms-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-ms-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-11,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-11{display:block;position:absolute;width:100px !important;height:auto !important;top:10px !important;left:10px !important;background-color:#FF5300 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:0px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}}@media (max-width:480px) {#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_qemsnqs{top:50%;left:50%;margin-top:-171.5px;margin-left:-140px;}#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-14{clear:both;}#popup-box-pro-gfcr-14 .popupally-pro-outer-full-width-14-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-14.popupally-pro-outer-full-width-14-fluid_qemsnqs {width:280px !important;height:343px !important;background-color:transparent !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-14 .popupally-pro-outer-14-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-14 .popupally-pro-outer-embedded-14-fluid_qemsnqs {width:280px !important;height:343px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-15,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-15{display:block;position:absolute;width:100px !important;height:auto !important;top:10px !important;left:10px !important;background-size:auto !important;display:block !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-1{display:block;position:absolute;width:256px !important;height:310px !important;top:15px !important;left:13px !important;background-color:#079898 !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-2{display:block;position:absolute;width:225px !important;height:auto !important;top:42px !important;left:28px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;line-height:25px !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-3{display:block;position:absolute;width:280px !important;height:auto !important;top:115px !important;left:0px !important;color:#FFFFFF !important;font-size:8px !important;text-align:center !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12{display:block;position:absolute;width:100px !important;height:auto !important;top:10px !important;left:10px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:10px !important;border-radius:4px !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-ms-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12::-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-12:-ms-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14{display:block;position:absolute;width:100px !important;height:auto !important;top:10px !important;left:10px !important;background-color:#FFFFFF !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:10px !important;border-radius:4px !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-moz-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-ms-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-webkit-input-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14::-moz-placeholder{color:#3B3B3B !important;}#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-14:-ms-input-placeholder{color:#3B3B3B !important;}#popup-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-11,#popup-embedded-box-pro-gfcr-14 #popupally-fluid-14-fluid_qemsnqs-11{display:block;position:absolute;width:100px !important;height:auto !important;top:10px !important;left:10px !important;background-color:#FF5300 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important;padding-left:0px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}}#popup-box-pro-gfcr-15.popupally-pro-overlay-15-fluid_abdess {display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-15.popupally-pro-opened-pro-gfcr-15 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-15 input,#popup-box-pro-gfcr-15 textarea,#popup-embedded-box-pro-gfcr-15 input,#popup-embedded-box-pro-gfcr-15 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-15 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-15 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-15 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-15 .popupally-pro-outer-full-width-15-fluid_abdess{position:fixed !important;}#popup-box-pro-gfcr-15 .popupally-pro-outer-15-fluid_abdess{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-15.popupally-pro-outer-embedded-15-fluid_abdess {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-15 .popupally-pro-inner-15-fluid_abdess,#popup-embedded-box-pro-gfcr-15 .popupally-pro-inner-15-fluid_abdess{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-15 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-15 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-15 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-15 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-15 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-15 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-15 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-15 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-15 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-15 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-15 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-15 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-15 .popupally-pro-outer-15-fluid_abdess .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-15 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-15 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-15 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-15 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-15 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-15 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-15 .popupally-pro-outer-full-width-15-fluid_abdess{top:50%;left:50%;margin-top:-50px;margin-left:-400px;}#popup-embedded-box-pro-gfcr-15.popupally-pro-outer-full-width-15-fluid_abdess {}#popup-embedded-box-pro-gfcr-15{clear:both;}#popup-box-pro-gfcr-15 .popupally-pro-outer-full-width-15-fluid_abdess,#popup-embedded-box-pro-gfcr-15.popupally-pro-outer-full-width-15-fluid_abdess {width:800px !important;height:100px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-15 .popupally-pro-outer-15-fluid_abdess,#popup-embedded-box-pro-gfcr-15 .popupally-pro-outer-embedded-15-fluid_abdess {width:800px !important;height:100px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-5,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-5{display:block;position:absolute;width:800px !important;height:100px !important;top:-25px !important;left:-4px !important;background-color:#079898 !important;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-2,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-2{display:block;position:absolute;width:70px !important;height:70px !important;top:-10px !important;left:35px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2017/03/icon-instagram-white.png) !important;color:transparent !important;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-3,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-3{display:block;position:absolute;width:400px !important;height:auto !important;top:-5px !important;left:140px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:27px !important;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-4,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-4{display:block;position:absolute;width:600px !important;height:auto !important;top:26px !important;left:140px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:15px !important;}@media (max-width:1024px) {#popup-box-pro-gfcr-15 .popupally-pro-outer-full-width-15-fluid_abdess{top:50%;left:50%;margin-top:-100px;margin-left:-150px;}#popup-embedded-box-pro-gfcr-15.popupally-pro-outer-full-width-15-fluid_abdess {}#popup-embedded-box-pro-gfcr-15{clear:both;}#popup-box-pro-gfcr-15 .popupally-pro-outer-full-width-15-fluid_abdess,#popup-embedded-box-pro-gfcr-15.popupally-pro-outer-full-width-15-fluid_abdess {width:300px !important;height:200px !important;background-color:#079898 !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-15 .popupally-pro-outer-15-fluid_abdess,#popup-embedded-box-pro-gfcr-15 .popupally-pro-outer-embedded-15-fluid_abdess {width:300px !important;height:200px !important;background-color:#079898 !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-5,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-5{display:block;position:absolute;width:100px !important;height:auto !important;top:10px !important;left:10px !important;background-color:#079898 !important;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-2,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-2{display:block;position:absolute;width:70px !important;height:70px !important;top:10px !important;left:15px !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2017/03/icon-instagram-white.png) !important;color:transparent !important;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-3,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-3{display:block;position:absolute;width:180px !important;height:auto !important;top:17px !important;left:110px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:25px !important;}#popup-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-4,#popup-embedded-box-pro-gfcr-15 #popupally-fluid-15-fluid_abdess-4{display:block;position:absolute;width:270px !important;height:auto !important;top:78px !important;left:15px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:17px !important;}}#popup-box-pro-gfcr-16.popupally-pro-overlay-lquydg-16 {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-16.popupally-pro-opened-pro-gfcr-16 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-16 .popupally-pro-outer-lquydg-16, #popup-embedded-box-pro-gfcr-16.popupally-pro-outer-embedded-lquydg-16{width:800px !important;height:175px !important;}.popupally-pro-top-page-jehjsq-16 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-16 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-16 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-16 .popupally-pro-outer-lquydg-16,#popup-embedded-box-pro-gfcr-16.popupally-pro-outer-embedded-lquydg-16{background-color:transparent !important;background-image:none !important;background-size:cover !important;background-repeat:no-repeat !important;}#popup-box-pro-gfcr-16 .popupally-pro-outer-lquydg-16 .lquydg-image-link,#popup-embedded-box-pro-gfcr-16.popupally-pro-outer-embedded-lquydg-16 .lquydg-image-link{width:100% !important;height:100% !important;cursor:pointer !important;display:block !important;}#popup-box-pro-gfcr-16 .popupally-pro-outer-lquydg-16{position:absolute !important;top:50%;left:50%;margin-top:-87.5px;margin-left:-400px;-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-16.popupally-pro-outer-embedded-lquydg-16 {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-16 .popupally-pro-inner-lquydg-16,#popup-embedded-box-pro-gfcr-16 .popupally-pro-inner-lquydg-16{position:relative !important;display:block !important;overflow:visible !important;width:auto !important;height:auto !important;padding:0 !important;margin:0 !important;text-align:center !important;}#popup-box-pro-gfcr-16 .popupally-pro-inner-lquydg-16 .image-1-pro-lquydg,#popup-embedded-box-pro-gfcr-16 .popupally-pro-inner-lquydg-16 .image-1-pro-lquydg{position:relative !important;display:block !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-size:cover !important;background-repeat:no-repeat !important;background-position:50% !important;margin:0px auto 0px auto !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2017/03/postpromo.png) !important;width:800px !important;height:175px !important;}#popup-box-pro-gfcr-16 .popupally-pro-outer-lquydg-16 .popupally-pro-close-lquydg{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}@media (max-width: 960px) {	#popup-box-pro-gfcr-16 .popupally-pro-outer-lquydg-16{		top:50%;left:50%;margin-top:-65.5px;margin-left:-300px;	}	#popup-box-pro-gfcr-16 .popupally-pro-outer-lquydg-16,	#popup-embedded-box-pro-gfcr-16.popupally-pro-outer-embedded-lquydg-16{		width:600px !important;		height:131px !important;	}	#popup-box-pro-gfcr-16 .popupally-pro-inner-lquydg-16 .image-1-pro-lquydg,	#popup-embedded-box-pro-gfcr-16 .popupally-pro-inner-lquydg-16 .image-1-pro-lquydg {		margin:0px auto 0px auto !important;		width:600px !important;		height:131px !important;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-16 .popupally-pro-outer-lquydg-16{		top:50%;left:50%;margin-top:-33px;margin-left:-150px;	}	#popup-box-pro-gfcr-16 .popupally-pro-outer-lquydg-16,	#popup-embedded-box-pro-gfcr-16.popupally-pro-outer-embedded-lquydg-16{		width:300px !important;		height:66px !important;	}	#popup-box-pro-gfcr-16 .popupally-pro-inner-lquydg-16 .image-1-pro-lquydg,	#popup-embedded-box-pro-gfcr-16 .popupally-pro-inner-lquydg-16 .image-1-pro-lquydg {		margin:0px auto 0px auto !important;		width:300px !important;		height:66px !important;	}}#popup-box-pro-gfcr-17.popupally-pro-overlay-17-fluid_abdess {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-17.popupally-pro-opened-pro-gfcr-17 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-17 input,#popup-box-pro-gfcr-17 textarea,#popup-embedded-box-pro-gfcr-17 input,#popup-embedded-box-pro-gfcr-17 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-17 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-17 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-17 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-17 .popupally-pro-outer-full-width-17-fluid_abdess{position:absolute !important;}#popup-box-pro-gfcr-17 .popupally-pro-outer-17-fluid_abdess{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-17.popupally-pro-outer-embedded-17-fluid_abdess {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-17 .popupally-pro-inner-17-fluid_abdess,#popup-embedded-box-pro-gfcr-17 .popupally-pro-inner-17-fluid_abdess{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-17 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-17 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-17 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-17 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-17 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-17 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-17 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-17 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-17 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-17 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-17 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-17 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-17 .popupally-pro-outer-17-fluid_abdess .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-17 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-17 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-17 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-17 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-17 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-17 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-17 .popupally-pro-outer-full-width-17-fluid_abdess{top:50%;left:0;margin-top:-75px;margin-left:0;}#popup-embedded-box-pro-gfcr-17.popupally-pro-outer-full-width-17-fluid_abdess {left:0 !important;}#popup-embedded-box-pro-gfcr-17{clear:both;}#popup-box-pro-gfcr-17 .popupally-pro-outer-full-width-17-fluid_abdess,#popup-embedded-box-pro-gfcr-17.popupally-pro-outer-full-width-17-fluid_abdess {width:100% !important;height:150px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-17 .popupally-pro-outer-17-fluid_abdess,#popup-embedded-box-pro-gfcr-17 .popupally-pro-outer-embedded-17-fluid_abdess {width:800px !important;height:150px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_abdess-1,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_abdess-1{display:block;position:absolute;width:800px !important;height:150px !important;top:0px !important;left:0px !important;border-width:3px !important;border-style:solid !important;border-color:#079898 !important;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_abdess-2,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_abdess-2{display:block;position:absolute;width:750px !important;height:auto !important;top:10px !important;left:15px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;text-align:left !important;line-height:27px !important;}@media (max-width:800px) {#popup-box-pro-gfcr-17 .popupally-pro-outer-full-width-17-fluid_abdess{top:50%;left:0;margin-top:-75px;margin-left:0;}#popup-embedded-box-pro-gfcr-17.popupally-pro-outer-full-width-17-fluid_abdess {left:0 !important;}#popup-embedded-box-pro-gfcr-17{clear:both;}#popup-box-pro-gfcr-17 .popupally-pro-outer-full-width-17-fluid_abdess,#popup-embedded-box-pro-gfcr-17.popupally-pro-outer-full-width-17-fluid_abdess {width:100% !important;height:150px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-17 .popupally-pro-outer-17-fluid_abdess,#popup-embedded-box-pro-gfcr-17 .popupally-pro-outer-embedded-17-fluid_abdess {width:800px !important;height:150px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_abdess-1,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_abdess-1{display:block;position:absolute;width:800px !important;height:150px !important;top:0px !important;left:0px !important;border-width:3px !important;border-style:solid !important;border-color:#079898 !important;}#popup-box-pro-gfcr-17 #popupally-fluid-17-fluid_abdess-2,#popup-embedded-box-pro-gfcr-17 #popupally-fluid-17-fluid_abdess-2{display:block;position:absolute;width:750px !important;height:auto !important;top:10px !important;left:15px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;text-align:left !important;line-height:27px !important;}}#popup-box-pro-gfcr-18.popupally-pro-overlay-rwnkmg-18 {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-18.popupally-pro-opened-pro-gfcr-18 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-18 input,#popup-embedded-box-pro-gfcr-18 input{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}#popup-box-pro-gfcr-18 .popupally-pro-outer-rwnkmg-18, #popup-embedded-box-pro-gfcr-18.popupally-pro-outer-embedded-rwnkmg-18{width:600px !important;height:400px !important;}.popupally-pro-top-page-jehjsq-18 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-18 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-18 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-18 .popupally-pro-outer-rwnkmg-18,#popup-embedded-box-pro-gfcr-18.popupally-pro-outer-embedded-rwnkmg-18{background-color:#FEFEFE !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2017/05/preview600x400.jpg) !important;background-size:cover !important;background-repeat:no-repeat !important;}#popup-box-pro-gfcr-18 .popupally-pro-outer-rwnkmg-18{position:absolute !important;top:50%;left:50%;margin-top:-200px;margin-left:-300px;-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5);-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-18.popupally-pro-outer-embedded-rwnkmg-18 {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18{position:relative !important;overflow:visible !important;width:auto !important;height:auto !important;padding:0 !important;margin:0 !important;text-align:center !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .desc-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .desc-pro-rwnkmg {position:absolute !important;display:inline-block !important;width:550px !important;height:140px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:22.8px !important;line-height:30px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:left !important;color:#007B7B !important;top:20px !important;left:25px !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .textbox-1-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .textbox-1-pro-rwnkmg {position:absolute !important;display:inline-block !important;width:235px !important;height:50px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:15px !important;line-height:20px !important;font-weight:400 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:left !important;color:#111111 !important;top:215px !important;left:368px !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .textbox-2-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .textbox-2-pro-rwnkmg {position:absolute !important;display:inline-block !important;width:0px !important;height:0px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:24px !important;line-height:32px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:left !important;color:#111111 !important;top:0px !important;left:0px !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-1-pro-rwnkmg,#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-2-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-1-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-2-pro-rwnkmg {position:absolute !important;display:inline-block !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-size:cover !important;background-repeat:no-repeat !important;background-position:50% !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-1-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-1-pro-rwnkmg {top:0px !important;left:0px !important;background-image:none !important;width:0px !important;height:0px !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-2-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-2-pro-rwnkmg {top:0px !important;left:0px !important;background-image:none !important;width:0px !important;height:0px !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-name::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-name:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-name::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-name:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-name::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-name:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-name::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-name:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-lname::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-lname:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-lname::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-lname:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-lname::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-lname:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-lname::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-lname:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="email"].field-pro-rwnkmg-email::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="email"].field-pro-rwnkmg-email:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="email"].field-pro-rwnkmg-email::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="email"].field-pro-rwnkmg-email:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="email"].field-pro-rwnkmg-email::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="email"].field-pro-rwnkmg-email:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="email"].field-pro-rwnkmg-email::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="email"].field-pro-rwnkmg-email:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-name,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-name {top:349px !important;left:30px !important;position:absolute !important;display:inline-block !important;padding:10px 10px 5px 10px !important;width:170px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;line-height:16px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-lname,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-lname {top:190px !important;left:110px !important;position:absolute !important;display:inline-block !important;padding:10px 10px 10px 10px !important;width:450px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;line-height:20px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="email"].field-pro-rwnkmg-email,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="email"].field-pro-rwnkmg-email {top:349px !important;left:210px !important;position:absolute !important;display:inline-block !important;padding:10px 10px 5px 10px !important;width:160px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;line-height:16px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="submit"].submit-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="submit"].submit-pro-rwnkmg {position:absolute !important;display:inline-block !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;line-height:16px !important;background-color: #FF5E00 !important;text-align:center !important;border-style: solid !important;border-width: 1px !important;border-color:#C0C0C0 !important;-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important;color:#FFFFFF !important;text-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3) !important;cursor: pointer !important;-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;width:180px !important;height:auto !important;padding:11px 0 9px 0 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-image:none !important;top:349px !important;left:380px !important;margin:0 !important;font-weight:400 !important;float:none !important;-webkit-appearance: none !important;}#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="submit"].submit-pro-rwnkmg:hover,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="submit"].submit-pro-rwnkmg:hover {background-color:#FF5E00 !important;color:#FFFFFF !important;background-image:none !important;}#popup-box-pro-gfcr-18 .popupally-pro-outer-rwnkmg-18 .popupally-pro-close-rwnkmg{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}@media (max-width: 960px) {	#popup-box-pro-gfcr-18 .popupally-pro-outer-rwnkmg-18{		top:50%;left:50%;margin-top:-141.5px;margin-left:-249.5px;	}	#popup-box-pro-gfcr-18 .popupally-pro-outer-rwnkmg-18,	#popup-embedded-box-pro-gfcr-18.popupally-pro-outer-embedded-rwnkmg-18{		width:499px !important;		height:283px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .desc-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .desc-pro-rwnkmg{		top:10px !important;		left:140px !important;		font-size:24px !important;		line-height:24px !important;		width:350px !important;		height:100px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .textbox-1-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .textbox-1-pro-rwnkmg{		top:180px !important;		left:240px !important;		font-size:14px !important;		line-height:18px !important;		width:240px !important;		height:50px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .textbox-2-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .textbox-2-pro-rwnkmg{		top:0px !important;		left:0px !important;		font-size:14px !important;		line-height:18px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-1-pro-rwnkmg,	#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-1-pro-rwnkmg {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-2-pro-rwnkmg,	#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-2-pro-rwnkmg {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-name,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-name {		top:240px !important;		left:20px !important;		padding:10px 10px 10px 10px !important;		width:133px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-lname,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-lname {		top:145px !important;		left:120px !important;		padding:10px 10px 10px 10px !important;		width:340px !important;		font-size:16px !important;		line-height:16px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="email"].field-pro-rwnkmg-email,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="email"].field-pro-rwnkmg-email {		top:240px !important;		left:170px !important;		padding:10px 10px 10px 10px !important;		width:133px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="submit"].submit-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="submit"].submit-pro-rwnkmg {		top:240px !important;		left:320px !important;		padding:10px 0 10px 0 !important;		width:150px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-18 .popupally-pro-outer-rwnkmg-18{		top:50%;left:50%;margin-top:-85px;margin-left:-150px;	}	#popup-box-pro-gfcr-18 .popupally-pro-outer-rwnkmg-18,	#popup-embedded-box-pro-gfcr-18.popupally-pro-outer-embedded-rwnkmg-18{		width:300px !important;		height:170px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .desc-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .desc-pro-rwnkmg{		top:5px !important;		left:80px !important;		font-size:14px !important;		line-height:18px !important;		width:220px !important;		height:60px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .textbox-1-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .textbox-1-pro-rwnkmg{		top:70px !important;		left:150px !important;		font-size:12px !important;		line-height:16px !important;		width:150px !important;		height:50px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .textbox-2-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .textbox-2-pro-rwnkmg{		top:0px !important;		left:0px !important;		font-size:12px !important;		line-height:16px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-1-pro-rwnkmg,	#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-1-pro-rwnkmg {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-2-pro-rwnkmg,	#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 .image-2-pro-rwnkmg {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-name,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-name {		top:144px !important;		left:10px !important;		padding:5px 6px 5px 6px !important;		width:100px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-lname,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="text"].field-pro-rwnkmg-lname {		top:115px !important;		left:85px !important;		padding:9px 10px 9px 10px !important;		width:285px !important;		font-size:12px !important;		line-height:12px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="email"].field-pro-rwnkmg-email,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="email"].field-pro-rwnkmg-email {		top:144px !important;		left:112px !important;		padding:5px 6px 5px 6px !important;		width:100px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="submit"].submit-pro-rwnkmg,#popup-embedded-box-pro-gfcr-18 .popupally-pro-inner-rwnkmg-18 input[type="submit"].submit-pro-rwnkmg {		top:144px !important;		left:215px !important;		padding:5px 0 5px 0 !important;		width:80px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}#popup-box-pro-gfcr-19.popupally-pro-overlay-19-fluid_abdess {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-19.popupally-pro-opened-pro-gfcr-19 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-19 input,#popup-box-pro-gfcr-19 textarea,#popup-embedded-box-pro-gfcr-19 input,#popup-embedded-box-pro-gfcr-19 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-19 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-19 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-19 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-19 .popupally-pro-outer-full-width-19-fluid_abdess{position:absolute !important;}#popup-box-pro-gfcr-19 .popupally-pro-outer-19-fluid_abdess{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-19.popupally-pro-outer-embedded-19-fluid_abdess {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-19 .popupally-pro-inner-19-fluid_abdess,#popup-embedded-box-pro-gfcr-19 .popupally-pro-inner-19-fluid_abdess{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-19 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-19 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-19 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-19 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-19 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-19 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-19 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-19 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-19 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-19 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-19 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-19 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-19 .popupally-pro-outer-19-fluid_abdess .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-19 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-19 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-19 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-19 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-19 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-19 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-19 .popupally-pro-outer-full-width-19-fluid_abdess{top:50%;left:50%;margin-top:-200px;margin-left:-300px;}#popup-embedded-box-pro-gfcr-19.popupally-pro-outer-full-width-19-fluid_abdess {}#popup-embedded-box-pro-gfcr-19{clear:both;}#popup-box-pro-gfcr-19 .popupally-pro-outer-full-width-19-fluid_abdess,#popup-embedded-box-pro-gfcr-19.popupally-pro-outer-full-width-19-fluid_abdess {width:600px !important;height:400px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-19 .popupally-pro-outer-19-fluid_abdess,#popup-embedded-box-pro-gfcr-19 .popupally-pro-outer-embedded-19-fluid_abdess {width:600px !important;height:400px !important;background-color:#FEFEFE !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2017/05/preview600x400.jpg) !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-19 #popupally-fluid-19-fluid_abdess-1,#popup-embedded-box-pro-gfcr-19 #popupally-fluid-19-fluid_abdess-1{display:block;position:absolute;width:550px !important;height:auto !important;top:20px !important;left:30px !important;color:#007B7B !important;font-family:Arial, Helvetica, sans-serif !important;font-size:30px !important;font-weight:700 !important;text-align:center !important;line-height:35px !important;}#popup-box-pro-gfcr-19 #popupally-fluid-19-fluid_abdess-2,#popup-embedded-box-pro-gfcr-19 #popupally-fluid-19-fluid_abdess-2{display:block;position:absolute;width:200px !important;height:auto !important;top:205px !important;left:370px !important;color:#111111 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:13px !important;}@media (max-width:1024px) {#popup-box-pro-gfcr-19 .popupally-pro-outer-full-width-19-fluid_abdess{top:50%;left:50%;margin-top:-200px;margin-left:-300px;}#popup-embedded-box-pro-gfcr-19.popupally-pro-outer-full-width-19-fluid_abdess {}#popup-embedded-box-pro-gfcr-19{clear:both;}#popup-box-pro-gfcr-19 .popupally-pro-outer-full-width-19-fluid_abdess,#popup-embedded-box-pro-gfcr-19.popupally-pro-outer-full-width-19-fluid_abdess {width:600px !important;height:400px !important;background-color:#FEFEFE !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-19 .popupally-pro-outer-19-fluid_abdess,#popup-embedded-box-pro-gfcr-19 .popupally-pro-outer-embedded-19-fluid_abdess {width:600px !important;height:400px !important;background-color:#FEFEFE !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2017/05/preview600x400.jpg) !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-19 #popupally-fluid-19-fluid_abdess-1,#popup-embedded-box-pro-gfcr-19 #popupally-fluid-19-fluid_abdess-1{display:block;position:absolute;width:550px !important;height:auto !important;top:20px !important;left:30px !important;color:#007B7B !important;font-family:Arial, Helvetica, sans-serif !important;font-size:30px !important;font-weight:700 !important;text-align:center !important;line-height:35px !important;}#popup-box-pro-gfcr-19 #popupally-fluid-19-fluid_abdess-2,#popup-embedded-box-pro-gfcr-19 #popupally-fluid-19-fluid_abdess-2{display:block;position:absolute;width:200px !important;height:auto !important;top:205px !important;left:370px !important;color:#111111 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:13px !important;}}#popup-box-pro-gfcr-20.popupally-pro-overlay-vtgjid-20 {display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-20.popupally-pro-opened-pro-gfcr-20 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-20 input,#popup-embedded-box-pro-gfcr-20 input{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}#popup-box-pro-gfcr-20 .popupally-pro-outer-vtgjid-20, #popup-embedded-box-pro-gfcr-20.popupally-pro-outer-embedded-vtgjid-20{width:325px !important;height:568px !important;}.popupally-pro-top-page-jehjsq-20 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-20 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-20 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-20 .popupally-pro-outer-vtgjid-20,#popup-embedded-box-pro-gfcr-20.popupally-pro-outer-embedded-vtgjid-20{background-color:#FEFEFE !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2018/02/sidebar2-2018.jpg) !important;background-size:contain !important;background-repeat:no-repeat !important;}#popup-box-pro-gfcr-20 .popupally-pro-outer-vtgjid-20{position:fixed !important;top:50%;left:50%;margin-top:-284px;margin-left:-162.5px;-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5);-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-20.popupally-pro-outer-embedded-vtgjid-20 {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20{position:relative !important;overflow:visible !important;width:auto !important;height:auto !important;padding:0 !important;margin:0 !important;text-align:center !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .desc-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .desc-pro-vtgjid {position:absolute !important;display:inline-block !important;width:0px !important;height:0px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:32px !important;line-height:32px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:left !important;color:transparent !important;top:0px !important;left:0px !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .textbox-1-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .textbox-1-pro-vtgjid {position:absolute !important;display:inline-block !important;width:0px !important;height:0px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:24px !important;line-height:32px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:left !important;color:#111111 !important;top:0px !important;left:0px !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .textbox-2-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .textbox-2-pro-vtgjid {position:absolute !important;display:inline-block !important;width:0px !important;height:0px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:24px !important;line-height:32px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:left !important;color:#111111 !important;top:0px !important;left:0px !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-1-pro-vtgjid,#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-2-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-1-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-2-pro-vtgjid {position:absolute !important;display:inline-block !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-size:cover !important;background-repeat:no-repeat !important;background-position:50% !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-1-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-1-pro-vtgjid {top:0px !important;left:0px !important;background-image:none !important;width:0px !important;height:0px !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-2-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-2-pro-vtgjid {top:0px !important;left:0px !important;background-image:none !important;width:0px !important;height:0px !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-name::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-name:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-name::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-name:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-name::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-name:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-name::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-name:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-lname::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-lname:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-lname::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-lname:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-lname::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-lname:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-lname::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-lname:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="email"].field-pro-vtgjid-email::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="email"].field-pro-vtgjid-email:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="email"].field-pro-vtgjid-email::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="email"].field-pro-vtgjid-email:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="email"].field-pro-vtgjid-email::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="email"].field-pro-vtgjid-email:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="email"].field-pro-vtgjid-email::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="email"].field-pro-vtgjid-email:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-name,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-name {top:425px !important;left:10px !important;position:absolute !important;display:inline-block !important;padding:8px 10px 8px 10px !important;width:305px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;line-height:20px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-lname,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-lname {top:402px !important;left:10px !important;position:absolute !important;display:inline-block !important;padding:10px 10px 10px 10px !important;width:305px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;line-height:20px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="email"].field-pro-vtgjid-email,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="email"].field-pro-vtgjid-email {top:470px !important;left:10px !important;position:absolute !important;display:inline-block !important;padding:8px 10px 8px 10px !important;width:305px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;line-height:20px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="submit"].submit-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="submit"].submit-pro-vtgjid {position:absolute !important;display:inline-block !important;font-family:Verdana, Geneva, sans-serif !important;font-size:18px !important;line-height:20px !important;background-color: #FF5E00 !important;text-align:center !important;border-style: solid !important;border-width: 1px !important;border-color:#C0C0C0 !important;-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important;color:#FFFFFF !important;text-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3) !important;cursor: pointer !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;width:305px !important;height:auto !important;padding:10px 0 10px 0 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-image:none !important;top:515px !important;left:10px !important;margin:0 !important;font-weight:200 !important;float:none !important;-webkit-appearance: none !important;}#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="submit"].submit-pro-vtgjid:hover,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="submit"].submit-pro-vtgjid:hover {background-color:#FF5E00 !important;color:#FFFFFF !important;background-image:none !important;}#popup-box-pro-gfcr-20 .popupally-pro-outer-vtgjid-20 .popupally-pro-close-vtgjid{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}@media (max-width: 960px) {	#popup-box-pro-gfcr-20 .popupally-pro-outer-vtgjid-20{		top:50%;left:50%;margin-top:-284px;margin-left:-162.5px;	}	#popup-box-pro-gfcr-20 .popupally-pro-outer-vtgjid-20,	#popup-embedded-box-pro-gfcr-20.popupally-pro-outer-embedded-vtgjid-20{		width:325px !important;		height:568px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .desc-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .desc-pro-vtgjid{		top:20px !important;		left:120px !important;		font-size:24px !important;		line-height:24px !important;		width:350px !important;		height:80px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .textbox-1-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .textbox-1-pro-vtgjid{		top:0px !important;		left:0px !important;		font-size:18px !important;		line-height:20px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .textbox-2-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .textbox-2-pro-vtgjid{		top:0px !important;		left:0px !important;		font-size:18px !important;		line-height:20px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-1-pro-vtgjid,	#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-1-pro-vtgjid {		top:-40px !important;		left:-40px !important;		width:141px !important;		height:141px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-2-pro-vtgjid,	#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-2-pro-vtgjid {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-name,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-name {		top:420px !important;		left:10px !important;		padding:10px 10px 10px 10px !important;		width:305px !important;		font-size:16px !important;		line-height:16px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-lname,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-lname {		top:145px !important;		left:120px !important;		padding:10px 10px 10px 10px !important;		width:340px !important;		font-size:16px !important;		line-height:16px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="email"].field-pro-vtgjid-email,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="email"].field-pro-vtgjid-email {		top:465px !important;		left:10px !important;		padding:10px 10px 10px 10px !important;		width:305px !important;		font-size:16px !important;		line-height:16px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="submit"].submit-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="submit"].submit-pro-vtgjid {		top:515px !important;		left:10px !important;		padding:10px 0 10px 0 !important;		width:305px !important;		font-size:16px !important;		line-height:16px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-20 .popupally-pro-outer-vtgjid-20{		top:50%;left:50%;margin-top:-284px;margin-left:-162.5px;	}	#popup-box-pro-gfcr-20 .popupally-pro-outer-vtgjid-20,	#popup-embedded-box-pro-gfcr-20.popupally-pro-outer-embedded-vtgjid-20{		width:325px !important;		height:568px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .desc-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .desc-pro-vtgjid{		top:10px !important;		left:50px !important;		font-size:16px !important;		line-height:18px !important;		width:240px !important;		height:60px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .textbox-1-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .textbox-1-pro-vtgjid{		top:0px !important;		left:0px !important;		font-size:14px !important;		line-height:16px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .textbox-2-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .textbox-2-pro-vtgjid{		top:0px !important;		left:0px !important;		font-size:14px !important;		line-height:16px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-1-pro-vtgjid,	#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-1-pro-vtgjid {		top:-30px !important;		left:-30px !important;		width:80px !important;		height:80px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-2-pro-vtgjid,	#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 .image-2-pro-vtgjid {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-name,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-name {		top:425px !important;		left:10px !important;		padding:9px 10px 9px 10px !important;		width:305px !important;		font-size:16px !important;		line-height:20px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-lname,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="text"].field-pro-vtgjid-lname {		top:115px !important;		left:50px !important;		padding:9px 10px 9px 10px !important;		width:230px !important;		font-size:12px !important;		line-height:12px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="email"].field-pro-vtgjid-email,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="email"].field-pro-vtgjid-email {		top:470px !important;		left:10px !important;		padding:9px 10px 9px 10px !important;		width:305px !important;		font-size:16px !important;		line-height:20px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="submit"].submit-pro-vtgjid,#popup-embedded-box-pro-gfcr-20 .popupally-pro-inner-vtgjid-20 input[type="submit"].submit-pro-vtgjid {		top:515px !important;		left:10px !important;		padding:10px 0 10px 0 !important;		width:305px !important;		font-size:16px !important;		line-height:20px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}#popup-box-pro-gfcr-21.popupally-pro-overlay-21-fluid_zwgsqa {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-21.popupally-pro-opened-pro-gfcr-21 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-21 input,#popup-box-pro-gfcr-21 textarea,#popup-embedded-box-pro-gfcr-21 input,#popup-embedded-box-pro-gfcr-21 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-21 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-21 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-21 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-21 .popupally-pro-outer-full-width-21-fluid_zwgsqa{position:absolute !important;}#popup-box-pro-gfcr-21 .popupally-pro-outer-21-fluid_zwgsqa{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-21.popupally-pro-outer-embedded-21-fluid_zwgsqa {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-21 .popupally-pro-inner-21-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-21 .popupally-pro-inner-21-fluid_zwgsqa{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-21 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-21 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-21 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-21 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-21 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-21 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-21 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-21 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-21 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-21 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-21 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-21 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-21 .popupally-pro-outer-21-fluid_zwgsqa .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-21 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-21 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-21 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-21 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-21 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-21 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-21 .popupally-pro-outer-full-width-21-fluid_zwgsqa{top:50%;left:50%;margin-top:-144px;margin-left:-215px;}#popup-embedded-box-pro-gfcr-21.popupally-pro-outer-full-width-21-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-21{clear:both;}#popup-box-pro-gfcr-21 .popupally-pro-outer-full-width-21-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-21.popupally-pro-outer-full-width-21-fluid_zwgsqa {width:430px !important;height:288px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-21 .popupally-pro-outer-21-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-21 .popupally-pro-outer-embedded-21-fluid_zwgsqa {width:430px !important;height:288px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-21 #popupally-fluid-21-fluid_zwgsqa-12,#popup-embedded-box-pro-gfcr-21 #popupally-fluid-21-fluid_zwgsqa-12{display:block;position:absolute;width:430px !important;height:288px !important;}@media (max-width:960px) {#popup-box-pro-gfcr-21 .popupally-pro-outer-full-width-21-fluid_zwgsqa{top:50%;left:50%;margin-top:-168.5px;margin-left:-250px;}#popup-embedded-box-pro-gfcr-21.popupally-pro-outer-full-width-21-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-21{clear:both;}#popup-box-pro-gfcr-21 .popupally-pro-outer-full-width-21-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-21.popupally-pro-outer-full-width-21-fluid_zwgsqa {width:500px !important;height:337px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-21 .popupally-pro-outer-21-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-21 .popupally-pro-outer-embedded-21-fluid_zwgsqa {width:500px !important;height:337px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-21 #popupally-fluid-21-fluid_zwgsqa-12,#popup-embedded-box-pro-gfcr-21 #popupally-fluid-21-fluid_zwgsqa-12{display:block;position:absolute;width:100px !important;height:100px !important;}}@media (max-width:640px) {#popup-box-pro-gfcr-21 .popupally-pro-outer-full-width-21-fluid_zwgsqa{top:50%;left:50%;margin-top:-134.5px;margin-left:-200px;}#popup-embedded-box-pro-gfcr-21.popupally-pro-outer-full-width-21-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-21{clear:both;}#popup-box-pro-gfcr-21 .popupally-pro-outer-full-width-21-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-21.popupally-pro-outer-full-width-21-fluid_zwgsqa {width:400px !important;height:269px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-21 .popupally-pro-outer-21-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-21 .popupally-pro-outer-embedded-21-fluid_zwgsqa {width:400px !important;height:269px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-21 #popupally-fluid-21-fluid_zwgsqa-12,#popup-embedded-box-pro-gfcr-21 #popupally-fluid-21-fluid_zwgsqa-12{display:block;position:absolute;width:100px !important;height:100px !important;}}@media (max-width:480px) {#popup-box-pro-gfcr-21 .popupally-pro-outer-full-width-21-fluid_zwgsqa{top:50%;left:50%;margin-top:-171.5px;margin-left:-140px;}#popup-embedded-box-pro-gfcr-21.popupally-pro-outer-full-width-21-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-21{clear:both;}#popup-box-pro-gfcr-21 .popupally-pro-outer-full-width-21-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-21.popupally-pro-outer-full-width-21-fluid_zwgsqa {width:280px !important;height:343px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-21 .popupally-pro-outer-21-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-21 .popupally-pro-outer-embedded-21-fluid_zwgsqa {width:280px !important;height:343px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-21 #popupally-fluid-21-fluid_zwgsqa-12,#popup-embedded-box-pro-gfcr-21 #popupally-fluid-21-fluid_zwgsqa-12{display:block;position:absolute;width:100px !important;height:100px !important;}}#popup-box-pro-gfcr-22.popupally-pro-overlay-22-fluid_qemsnqs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(0, 0, 0, 0.5) !important;}#popup-box-pro-gfcr-22.popupally-pro-opened-pro-gfcr-22 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-22 input,#popup-box-pro-gfcr-22 textarea,#popup-embedded-box-pro-gfcr-22 input,#popup-embedded-box-pro-gfcr-22 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-22 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-22 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-22 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-22 .popupally-pro-outer-full-width-22-fluid_qemsnqs{position:absolute !important;}#popup-box-pro-gfcr-22 .popupally-pro-outer-22-fluid_qemsnqs{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-22.popupally-pro-outer-embedded-22-fluid_qemsnqs {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-22 .popupally-pro-inner-22-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-22 .popupally-pro-inner-22-fluid_qemsnqs{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-22 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-22 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-22 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-22 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-22 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-22 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-22 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-22 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-22 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-22 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-22 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-22 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-22 .popupally-pro-outer-22-fluid_qemsnqs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-22 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-22 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-22 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-22 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-22 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-22 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-22 .popupally-pro-outer-full-width-22-fluid_qemsnqs{top:50%;left:50%;margin-top:-150px;margin-left:-250px;}#popup-embedded-box-pro-gfcr-22.popupally-pro-outer-full-width-22-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-22{clear:both;}#popup-box-pro-gfcr-22 .popupally-pro-outer-full-width-22-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-22.popupally-pro-outer-full-width-22-fluid_qemsnqs {width:500px !important;height:300px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-22 .popupally-pro-outer-22-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-22 .popupally-pro-outer-embedded-22-fluid_qemsnqs {width:500px !important;height:300px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-1{display:block;position:absolute;width:500px !important;height:300px !important;top:0px !important;left:0px !important;background-color:#007B7B !important;opacity:0.85 !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-2{display:block;position:absolute;width:450px !important;height:auto !important;top:10px !important;left:27px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:25px !important;text-align:center !important;line-height:40px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-3{display:block;position:absolute;width:555px !important;height:auto !important;top:85px !important;left:-30px !important;color:#FFFFFF !important;font-size:14px !important;text-align:center !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-4,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-4{display:block;position:absolute;width:400px !important;height:auto !important;top:115px !important;left:55px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;text-align:center !important;line-height:30px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-11,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-11{display:block;position:absolute;width:467px !important;height:auto !important;top:240px !important;left:20px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:10px !important;padding-right:5px !important;padding-bottom:10px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12{display:block;position:absolute;width:228px !important;height:auto !important;top:195px !important;left:20px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:7px !important;padding-right:5px !important;padding-bottom:7px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13{display:block;position:absolute;width:228px !important;height:auto !important;top:195px !important;left:260px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:7px !important;padding-right:5px !important;padding-bottom:7px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}@media (max-width:960px) {#popup-box-pro-gfcr-22 .popupally-pro-outer-full-width-22-fluid_qemsnqs{top:50%;left:50%;margin-top:-135px;margin-left:-250px;}#popup-embedded-box-pro-gfcr-22.popupally-pro-outer-full-width-22-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-22{clear:both;}#popup-box-pro-gfcr-22 .popupally-pro-outer-full-width-22-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-22.popupally-pro-outer-full-width-22-fluid_qemsnqs {width:500px !important;height:270px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-22 .popupally-pro-outer-22-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-22 .popupally-pro-outer-embedded-22-fluid_qemsnqs {width:500px !important;height:270px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-1{display:block;position:absolute;width:457px !important;height:270px !important;top:19px !important;left:22px !important;background-color:#007B7B !important;opacity:0.85 !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-2{display:block;position:absolute;width:400px !important;height:auto !important;top:45px !important;left:50px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:25px !important;text-align:center !important;line-height:30px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-3{display:block;position:absolute;width:480px !important;height:auto !important;top:110px !important;left:0px !important;color:#FFFFFF !important;font-size:10px !important;text-align:center !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-4,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-4{display:block;position:absolute;width:400px !important;height:auto !important;top:150px !important;left:45px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;text-align:center !important;line-height:20px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-11,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-11{display:block;position:absolute;width:400px !important;height:auto !important;top:245px !important;left:50px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:5px !important;padding-right:0px !important;padding-bottom:5px !important;padding-left:0px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12{display:block;position:absolute;width:190px !important;height:auto !important;top:205px !important;left:50px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:5px !important;padding-right:0px !important;padding-bottom:5px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13{display:block;position:absolute;width:190px !important;height:auto !important;top:205px !important;left:260px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:5px !important;padding-right:0px !important;padding-bottom:5px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}}@media (max-width:640px) {#popup-box-pro-gfcr-22 .popupally-pro-outer-full-width-22-fluid_qemsnqs{top:50%;left:50%;margin-top:-171.5px;margin-left:-200px;}#popup-embedded-box-pro-gfcr-22.popupally-pro-outer-full-width-22-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-22{clear:both;}#popup-box-pro-gfcr-22 .popupally-pro-outer-full-width-22-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-22.popupally-pro-outer-full-width-22-fluid_qemsnqs {width:400px !important;height:343px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-22 .popupally-pro-outer-22-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-22 .popupally-pro-outer-embedded-22-fluid_qemsnqs {width:400px !important;height:343px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-1{display:block;position:absolute;width:365px !important;height:310px !important;top:15px !important;left:18px !important;background-color:#007B7B !important;opacity:0.85 !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-2{display:block;position:absolute;width:325px !important;height:auto !important;top:60px !important;left:40px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:21px !important;text-align:center !important;line-height:28px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-3{display:block;position:absolute;width:400px !important;height:auto !important;top:125px !important;left:0px !important;color:#FFFFFF !important;font-size:8px !important;text-align:center !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-4,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-4{display:block;position:absolute;width:300px !important;height:auto !important;top:150px !important;left:50px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;text-align:center !important;line-height:20px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-11,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-11{display:block;position:absolute;width:300px !important;height:auto !important;top:280px !important;left:50px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:5px !important;padding-right:0px !important;padding-bottom:5px !important;padding-left:0px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12{display:block;position:absolute;width:300px !important;height:auto !important;top:210px !important;left:50px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:5px !important;padding-right:0px !important;padding-bottom:5px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13{display:block;position:absolute;width:300px !important;height:auto !important;top:245px !important;left:50px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:5px !important;padding-right:0px !important;padding-bottom:5px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}}@media (max-width:480px) {#popup-box-pro-gfcr-22 .popupally-pro-outer-full-width-22-fluid_qemsnqs{top:50%;left:50%;margin-top:-171.5px;margin-left:-140px;}#popup-embedded-box-pro-gfcr-22.popupally-pro-outer-full-width-22-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-22{clear:both;}#popup-box-pro-gfcr-22 .popupally-pro-outer-full-width-22-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-22.popupally-pro-outer-full-width-22-fluid_qemsnqs {width:280px !important;height:343px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-22 .popupally-pro-outer-22-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-22 .popupally-pro-outer-embedded-22-fluid_qemsnqs {width:280px !important;height:343px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-1{display:block;position:absolute;width:256px !important;height:310px !important;top:15px !important;left:13px !important;background-color:#007B7B !important;opacity:0.85 !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-2{display:block;position:absolute;width:225px !important;height:auto !important;top:42px !important;left:28px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;text-align:center !important;line-height:25px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-3{display:block;position:absolute;width:280px !important;height:auto !important;top:115px !important;left:0px !important;color:#FFFFFF !important;font-size:8px !important;text-align:center !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-4,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-4{display:block;position:absolute;width:200px !important;height:auto !important;top:140px !important;left:45px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:14px !important;text-align:center !important;line-height:20px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-11,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-11{display:block;position:absolute;width:200px !important;height:auto !important;top:280px !important;left:40px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:5px !important;padding-right:0px !important;padding-bottom:5px !important;padding-left:0px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12{display:block;position:absolute;width:200px !important;height:auto !important;top:210px !important;left:40px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:3px !important;padding-right:0px !important;padding-bottom:3px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13,#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13{display:block;position:absolute;width:200px !important;height:auto !important;top:245px !important;left:40px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:3px !important;padding-right:0px !important;padding-bottom:3px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-22 #popupally-fluid-22-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}}#popup-box-pro-gfcr-23.popupally-pro-overlay-plsbvs-23 {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-23.popupally-pro-opened-pro-gfcr-23 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-23 input,#popup-embedded-box-pro-gfcr-23 input{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}#popup-box-pro-gfcr-23 .popupally-pro-outer-plsbvs-23, #popup-embedded-box-pro-gfcr-23.popupally-pro-outer-embedded-plsbvs-23{width:1000px !important;height:140px !important;}.popupally-pro-top-page-jehjsq-23 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-23 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-23 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-23 .popupally-pro-outer-plsbvs-23,#popup-embedded-box-pro-gfcr-23.popupally-pro-outer-embedded-plsbvs-23{background-color:#007B7B !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;text-align:left !important;}#popup-box-pro-gfcr-23 .popupally-pro-outer-plsbvs-23{position:absolute !important;top:50%;left:50%;margin-top:-70px;margin-left:-500px;-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5);-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;line-height:100% !important;}#popup-embedded-box-pro-gfcr-23.popupally-pro-outer-embedded-plsbvs-23 {line-height:100% !important;margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23{overflow:visible !important;width:auto !important;height:auto !important;padding:0px !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs {display:inline-block !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;position:relative !important;line-height:18px !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .content-pro-plsbvs,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .content-pro-plsbvs {display:inline-block !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;position:relative !important;line-height:18px !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .desc-pro-plsbvs,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .desc-pro-plsbvs {position:relative !important;display:inline-block !important;font-family:Verdana, Geneva, sans-serif !important;font-size:20px !important;line-height:24px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:center !important;color:#FFFFFF !important;top:10px !important;left:90px !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name {top:10px !important;left:210px !important;position:relative !important;display:inline-block !important;padding:5px 4px 5px 4px !important;width:200px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;line-height:16px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email {top:10px !important;left:225px !important;position:relative !important;display:inline-block !important;padding:5px 4px 5px 4px !important;width:200px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;line-height:16px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs {position:relative !important;display:inline-block !important;font-family:Verdana, Geneva, sans-serif !important;font-size:16px !important;line-height:16px !important;background-color: #FF5300 !important;text-align:center !important;border-style: solid !important;border-width: 1px !important;border-color:#C0C0C0 !important;-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important;color:#FFFFFF !important;text-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3) !important;cursor: pointer !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;width:100px !important;height:auto !important;padding:6px 0 6px 0 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-image:none !important;top:10px !important;left:240px !important;margin:0 !important;font-weight:400 !important;float:none !important;-webkit-appearance: none !important;}#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs:hover,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs:hover {background-color:#FF5300 !important;color:#FFFFFF !important;background-image:none !important;}#popup-box-pro-gfcr-23 .popupally-pro-outer-plsbvs-23 .popupally-pro-close-plsbvs{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}@media (max-width: 960px) {	#popup-box-pro-gfcr-23 .popupally-pro-outer-plsbvs-23{		top:50%;left:50%;margin-top:-75px;margin-left:-300px;	}	#popup-box-pro-gfcr-23 .popupally-pro-outer-plsbvs-23,	#popup-embedded-box-pro-gfcr-23.popupally-pro-outer-embedded-plsbvs-23{		width:600px !important;		height:150px !important;	}	#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .desc-pro-plsbvs,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .desc-pro-plsbvs{		top:15px !important;		left:18px !important;		font-size:14px !important;		line-height:20px !important;	}	#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name {		top:25px !important;		left:100px !important;		padding:5px 4px 5px 4px !important;		width:150px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email {		top:25px !important;		left:110px !important;		padding:5px 4px 5px 4px !important;		width:150px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs {		top:25px !important;		left:120px !important;		padding:6px 0 6px 0 !important;		width:80px !important;		font-size:16px !important;		line-height:16px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-23 .popupally-pro-outer-plsbvs-23{		top:50%;left:50%;margin-top:-75px;margin-left:-150px;	}	#popup-box-pro-gfcr-23 .popupally-pro-outer-plsbvs-23,	#popup-embedded-box-pro-gfcr-23.popupally-pro-outer-embedded-plsbvs-23{		width:300px !important;		height:150px !important;	}	#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .desc-pro-plsbvs,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .desc-pro-plsbvs{		top:5px !important;		left:1px !important;		font-size:13px !important;		line-height:16px !important;	}	#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name {		top:8px !important;		left:10px !important;		padding:3px 4px 3px 4px !important;		width:100px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email {		top:8px !important;		left:15px !important;		padding:3px 4px 3px 4px !important;		width:100px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs,#popup-embedded-box-pro-gfcr-23 .popupally-pro-inner-plsbvs-23 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs {		top:8px !important;		left:20px !important;		padding:3px 0 3px 0 !important;		width:70px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}#popup-box-pro-gfcr-24.popupally-pro-overlay-24-fluid_wdsmhs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-24.popupally-pro-opened-pro-gfcr-24 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-24 input,#popup-box-pro-gfcr-24 textarea,#popup-embedded-box-pro-gfcr-24 input,#popup-embedded-box-pro-gfcr-24 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-24 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-24 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-24 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-24 .popupally-pro-outer-full-width-24-fluid_wdsmhs{position:absolute !important;}#popup-box-pro-gfcr-24 .popupally-pro-outer-24-fluid_wdsmhs{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-24.popupally-pro-outer-embedded-24-fluid_wdsmhs {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-24 .popupally-pro-inner-24-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-24 .popupally-pro-inner-24-fluid_wdsmhs{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-24 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-24 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-24 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-24 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-24 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-24 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-24 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-24 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-24 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-24 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-24 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-24 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-24 .popupally-pro-outer-24-fluid_wdsmhs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-24 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-24 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-24 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-24 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-24 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-24 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-24 .popupally-pro-outer-full-width-24-fluid_wdsmhs{top:50%;left:0;margin-top:-90px;margin-left:0;}#popup-embedded-box-pro-gfcr-24.popupally-pro-outer-full-width-24-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-24{clear:both;}#popup-box-pro-gfcr-24 .popupally-pro-outer-full-width-24-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-24.popupally-pro-outer-full-width-24-fluid_wdsmhs {width:100% !important;height:180px !important;background-color:#FFFFFF !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-24 .popupally-pro-outer-24-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-24 .popupally-pro-outer-embedded-24-fluid_wdsmhs {width:800px !important;height:180px !important;background-color:#FFFFFF !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-5,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-5{display:block;position:absolute;width:100% !important;height:180px !important;top:0px !important;left:0px !important;border-width:2px !important;border-style:solid !important;border-color:#FF5E00 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-1,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-1{display:block;position:absolute;width:95% !important;height:auto !important;top:14px !important;left:20px !important;color:#007B7B !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;font-weight:700 !important;text-align:left !important;line-height:25px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2{display:block;position:absolute;width:25% !important;height:32px !important;top:130px !important;left:20px !important;background-color:#F6F6F6 !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3{display:block;position:absolute;width:25% !important;height:32px !important;top:130px !important;left:230px !important;background-color:#F6F6F6 !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-4{display:block;position:absolute;width:43% !important;height:35px !important;top:128px !important;left:440px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-weight:700 !important;text-align:center !important;padding-top:5px !important;padding-bottom:5px !important;border-radius:3px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-6,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-6{display:block;position:absolute;width:95% !important;height:auto !important;top:70px !important;left:20px !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-style:normal !important;text-align:left !important;line-height:25px !important;}@media (max-width:960px) {#popup-box-pro-gfcr-24 .popupally-pro-outer-full-width-24-fluid_wdsmhs{top:50%;left:0;margin-top:-100px;margin-left:0;}#popup-embedded-box-pro-gfcr-24.popupally-pro-outer-full-width-24-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-24{clear:both;}#popup-box-pro-gfcr-24 .popupally-pro-outer-full-width-24-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-24.popupally-pro-outer-full-width-24-fluid_wdsmhs {width:100% !important;height:200px !important;background-color:#FFFFFF !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-24 .popupally-pro-outer-24-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-24 .popupally-pro-outer-embedded-24-fluid_wdsmhs {width:640px !important;height:200px !important;background-color:#FFFFFF !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-5,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-5{display:block;position:absolute;width:640px !important;height:200px !important;top:0px !important;left:0px !important;border-width:2px !important;border-style:solid !important;border-color:#FF5E00 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-1,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-1{display:block;position:absolute;width:612px !important;height:auto !important;top:16px !important;left:14px !important;color:#007B7B !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;font-weight:700 !important;text-align:left !important;line-height:23px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2{display:block;position:absolute;width:178px !important;height:30px !important;top:155px !important;left:14px !important;background-color:#F6F6F6 !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:1px !important;padding-right:4px !important;padding-bottom:1px !important;padding-left:4px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3{display:block;position:absolute;width:206px !important;height:30px !important;top:155px !important;left:199px !important;background-color:#F6F6F6 !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:1px !important;padding-right:4px !important;padding-bottom:1px !important;padding-left:4px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-4{display:block;position:absolute;width:213px !important;height:30px !important;top:155px !important;left:412px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-weight:700 !important;text-align:center !important;padding-top:1px !important;padding-bottom:1px !important;border-radius:3px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-6,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-6{display:block;position:absolute;width:608px !important;height:auto !important;top:75px !important;left:14px !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-style:normal !important;text-align:left !important;line-height:21px !important;}}@media (max-width:640px) {#popup-box-pro-gfcr-24 .popupally-pro-outer-full-width-24-fluid_wdsmhs{top:50%;left:0;margin-top:-125px;margin-left:0;}#popup-embedded-box-pro-gfcr-24.popupally-pro-outer-full-width-24-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-24{clear:both;}#popup-box-pro-gfcr-24 .popupally-pro-outer-full-width-24-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-24.popupally-pro-outer-full-width-24-fluid_wdsmhs {width:100% !important;height:250px !important;background-color:#FFFFFF !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-24 .popupally-pro-outer-24-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-24 .popupally-pro-outer-embedded-24-fluid_wdsmhs {width:400px !important;height:250px !important;background-color:#FFFFFF !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-5,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-5{display:block;position:absolute;width:400px !important;height:250px !important;top:10px !important;left:10px !important;border-width:2px !important;border-style:solid !important;border-color:#FF5E00 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-1,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-1{display:block;position:absolute;width:100% !important;height:auto !important;top:20px !important;left:10px !important;color:#007B7B !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;font-weight:700 !important;text-align:center !important;line-height:25px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2{display:block;position:absolute;width:130px !important;height:35px !important;top:210px !important;left:22px !important;background-color:#F6F6F6 !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3{display:block;position:absolute;width:130px !important;height:35px !important;top:210px !important;left:158px !important;background-color:#F6F6F6 !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-4{display:block;position:absolute;width:105px !important;height:35px !important;top:210px !important;left:294px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-weight:700 !important;text-align:center !important;padding-top:5px !important;padding-bottom:5px !important;border-radius:3px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-6,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-6{display:block;position:absolute;width:380px !important;height:auto !important;top:110px !important;left:25px !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-style:normal !important;text-align:left !important;line-height:22px !important;}}@media (max-width:480px) {#popup-box-pro-gfcr-24 .popupally-pro-outer-full-width-24-fluid_wdsmhs{top:50%;left:0;margin-top:-150px;margin-left:0;}#popup-embedded-box-pro-gfcr-24.popupally-pro-outer-full-width-24-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-24{clear:both;}#popup-box-pro-gfcr-24 .popupally-pro-outer-full-width-24-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-24.popupally-pro-outer-full-width-24-fluid_wdsmhs {width:100% !important;height:300px !important;background-color:#FFFFFF !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-24 .popupally-pro-outer-24-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-24 .popupally-pro-outer-embedded-24-fluid_wdsmhs {width:280px !important;height:300px !important;background-color:#FFFFFF !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-5,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-5{display:block;position:absolute;width:280px !important;height:300px !important;top:0px !important;left:0px !important;border-width:2px !important;border-style:solid !important;border-color:#FF5E00 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-1,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-1{display:block;position:absolute;width:92% !important;height:auto !important;top:10px !important;left:10px !important;color:#007B7B !important;font-family:Arial, Helvetica, sans-serif !important;font-size:15px !important;font-weight:700 !important;text-align:left !important;line-height:21px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2{display:block;position:absolute;width:92% !important;height:30px !important;top:190px !important;left:10px !important;background-color:#F6F6F6 !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3{display:block;position:absolute;width:92% !important;height:30px !important;top:225px !important;left:10px !important;background-color:#F6F6F6 !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-4{display:block;position:absolute;width:92% !important;height:30px !important;top:260px !important;left:10px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:14px !important;font-weight:700 !important;text-align:center !important;padding-top:5px !important;padding-bottom:5px !important;border-radius:3px !important;}#popup-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-6,#popup-embedded-box-pro-gfcr-24 #popupally-fluid-24-fluid_wdsmhs-6{display:block;position:absolute;width:92% !important;height:auto !important;top:80px !important;left:10px !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:15px !important;font-style:normal !important;text-align:left !important;line-height:21px !important;}}#popup-box-pro-gfcr-25.popupally-pro-overlay-25-fluid_wdsmhs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-25.popupally-pro-opened-pro-gfcr-25 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-25 input,#popup-box-pro-gfcr-25 textarea,#popup-embedded-box-pro-gfcr-25 input,#popup-embedded-box-pro-gfcr-25 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-25 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-25 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-25 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-25 .popupally-pro-outer-full-width-25-fluid_wdsmhs{position:absolute !important;}#popup-box-pro-gfcr-25 .popupally-pro-outer-25-fluid_wdsmhs{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-25.popupally-pro-outer-embedded-25-fluid_wdsmhs {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-25 .popupally-pro-inner-25-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-25 .popupally-pro-inner-25-fluid_wdsmhs{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-25 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-25 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-25 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-25 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-25 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-25 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-25 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-25 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-25 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-25 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-25 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-25 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-25 .popupally-pro-outer-25-fluid_wdsmhs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-25 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-25 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-25 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-25 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-25 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-25 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-25 .popupally-pro-outer-full-width-25-fluid_wdsmhs{top:50%;left:0;margin-top:-90px;margin-left:0;}#popup-embedded-box-pro-gfcr-25.popupally-pro-outer-full-width-25-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-25{clear:both;}#popup-box-pro-gfcr-25 .popupally-pro-outer-full-width-25-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-25.popupally-pro-outer-full-width-25-fluid_wdsmhs {width:100% !important;height:180px !important;background-color:#FFFFFF !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-25 .popupally-pro-outer-25-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-25 .popupally-pro-outer-embedded-25-fluid_wdsmhs {width:800px !important;height:180px !important;background-color:#FFFFFF !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-5,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-5{display:block;position:absolute;width:100% !important;height:180px !important;top:0px !important;left:0px !important;border-width:2px !important;border-style:solid !important;border-color:#FF5E00 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2{display:block;position:absolute;width:25% !important;height:32px !important;top:130px !important;left:20px !important;background-color:#F6F6F6 !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3{display:block;position:absolute;width:25% !important;height:32px !important;top:130px !important;left:230px !important;background-color:#F6F6F6 !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-4{display:block;position:absolute;width:43% !important;height:35px !important;top:128px !important;left:440px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-weight:700 !important;text-align:center !important;padding-top:5px !important;padding-bottom:5px !important;border-radius:3px !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-6,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-6{display:block;position:absolute;width:95% !important;height:auto !important;top:13px !important;left:20px !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:15px !important;font-style:normal !important;text-align:left !important;line-height:21px !important;}@media (max-width:960px) {#popup-box-pro-gfcr-25 .popupally-pro-outer-full-width-25-fluid_wdsmhs{top:50%;left:0;margin-top:-100px;margin-left:0;}#popup-embedded-box-pro-gfcr-25.popupally-pro-outer-full-width-25-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-25{clear:both;}#popup-box-pro-gfcr-25 .popupally-pro-outer-full-width-25-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-25.popupally-pro-outer-full-width-25-fluid_wdsmhs {width:100% !important;height:200px !important;background-color:#FFFFFF !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-25 .popupally-pro-outer-25-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-25 .popupally-pro-outer-embedded-25-fluid_wdsmhs {width:640px !important;height:200px !important;background-color:#FFFFFF !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-5,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-5{display:block;position:absolute;width:640px !important;height:200px !important;top:0px !important;left:0px !important;border-width:2px !important;border-style:solid !important;border-color:#FF5E00 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2{display:block;position:absolute;width:178px !important;height:30px !important;top:155px !important;left:14px !important;background-color:#F6F6F6 !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:1px !important;padding-right:4px !important;padding-bottom:1px !important;padding-left:4px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3{display:block;position:absolute;width:206px !important;height:30px !important;top:155px !important;left:199px !important;background-color:#F6F6F6 !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:1px !important;padding-right:4px !important;padding-bottom:1px !important;padding-left:4px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-4{display:block;position:absolute;width:213px !important;height:30px !important;top:155px !important;left:412px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-weight:700 !important;text-align:center !important;padding-top:1px !important;padding-bottom:1px !important;border-radius:3px !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-6,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-6{display:block;position:absolute;width:608px !important;height:auto !important;top:10px !important;left:14px !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:15px !important;font-style:normal !important;text-align:left !important;line-height:20px !important;}}@media (max-width:640px) {#popup-box-pro-gfcr-25 .popupally-pro-outer-full-width-25-fluid_wdsmhs{top:50%;left:0;margin-top:-125px;margin-left:0;}#popup-embedded-box-pro-gfcr-25.popupally-pro-outer-full-width-25-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-25{clear:both;}#popup-box-pro-gfcr-25 .popupally-pro-outer-full-width-25-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-25.popupally-pro-outer-full-width-25-fluid_wdsmhs {width:100% !important;height:250px !important;background-color:#FFFFFF !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-25 .popupally-pro-outer-25-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-25 .popupally-pro-outer-embedded-25-fluid_wdsmhs {width:400px !important;height:250px !important;background-color:#FFFFFF !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-5,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-5{display:block;position:absolute;width:400px !important;height:250px !important;top:10px !important;left:10px !important;border-width:2px !important;border-style:solid !important;border-color:#FF5E00 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2{display:block;position:absolute;width:130px !important;height:35px !important;top:210px !important;left:22px !important;background-color:#F6F6F6 !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3{display:block;position:absolute;width:130px !important;height:35px !important;top:210px !important;left:158px !important;background-color:#F6F6F6 !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-4{display:block;position:absolute;width:105px !important;height:35px !important;top:210px !important;left:294px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-weight:700 !important;text-align:center !important;padding-top:5px !important;padding-bottom:5px !important;border-radius:3px !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-6,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-6{display:block;position:absolute;width:380px !important;height:auto !important;top:18px !important;left:25px !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:14px !important;font-style:normal !important;text-align:left !important;line-height:20px !important;}}@media (max-width:480px) {#popup-box-pro-gfcr-25 .popupally-pro-outer-full-width-25-fluid_wdsmhs{top:50%;left:0;margin-top:-150px;margin-left:0;}#popup-embedded-box-pro-gfcr-25.popupally-pro-outer-full-width-25-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-25{clear:both;}#popup-box-pro-gfcr-25 .popupally-pro-outer-full-width-25-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-25.popupally-pro-outer-full-width-25-fluid_wdsmhs {width:100% !important;height:300px !important;background-color:#FFFFFF !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-25 .popupally-pro-outer-25-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-25 .popupally-pro-outer-embedded-25-fluid_wdsmhs {width:280px !important;height:300px !important;background-color:#FFFFFF !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-5,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-5{display:block;position:absolute;width:280px !important;height:300px !important;top:0px !important;left:0px !important;border-width:2px !important;border-style:solid !important;border-color:#FF5E00 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2{display:block;position:absolute;width:92% !important;height:30px !important;top:190px !important;left:10px !important;background-color:#F6F6F6 !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3{display:block;position:absolute;width:92% !important;height:30px !important;top:225px !important;left:10px !important;background-color:#F6F6F6 !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-4{display:block;position:absolute;width:92% !important;height:30px !important;top:260px !important;left:10px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:14px !important;font-weight:700 !important;text-align:center !important;padding-top:5px !important;padding-bottom:5px !important;border-radius:3px !important;}#popup-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-6,#popup-embedded-box-pro-gfcr-25 #popupally-fluid-25-fluid_wdsmhs-6{display:block;position:absolute;width:92% !important;height:auto !important;top:10px !important;left:10px !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:12px !important;font-style:normal !important;text-align:left !important;line-height:16px !important;}}#popup-box-pro-gfcr-26.popupally-pro-overlay-26-fluid_wdsmhs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-26.popupally-pro-opened-pro-gfcr-26 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-26 input,#popup-box-pro-gfcr-26 textarea,#popup-embedded-box-pro-gfcr-26 input,#popup-embedded-box-pro-gfcr-26 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-26 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-26 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-26 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-26 .popupally-pro-outer-full-width-26-fluid_wdsmhs{position:absolute !important;}#popup-box-pro-gfcr-26 .popupally-pro-outer-26-fluid_wdsmhs{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-26.popupally-pro-outer-embedded-26-fluid_wdsmhs {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-26 .popupally-pro-inner-26-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-26 .popupally-pro-inner-26-fluid_wdsmhs{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-26 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-26 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-26 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-26 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-26 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-26 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-26 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-26 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-26 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-26 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-26 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-26 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-26 .popupally-pro-outer-26-fluid_wdsmhs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-26 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-26 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-26 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-26 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-26 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-26 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-26 .popupally-pro-outer-full-width-26-fluid_wdsmhs{top:50%;left:0;margin-top:-90px;margin-left:0;}#popup-embedded-box-pro-gfcr-26.popupally-pro-outer-full-width-26-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-26{clear:both;}#popup-box-pro-gfcr-26 .popupally-pro-outer-full-width-26-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-26.popupally-pro-outer-full-width-26-fluid_wdsmhs {width:100% !important;height:180px !important;background-color:#FFFFFF !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-26 .popupally-pro-outer-26-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-26 .popupally-pro-outer-embedded-26-fluid_wdsmhs {width:800px !important;height:180px !important;background-color:#FFFFFF !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-5,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-5{display:block;position:absolute;width:100% !important;height:180px !important;top:0px !important;left:0px !important;border-width:2px !important;border-style:solid !important;border-color:#FF5E00 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2{display:block;position:absolute;width:25% !important;height:32px !important;top:130px !important;left:20px !important;background-color:#F6F6F6 !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3{display:block;position:absolute;width:25% !important;height:32px !important;top:130px !important;left:230px !important;background-color:#F6F6F6 !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-4{display:block;position:absolute;width:43% !important;height:35px !important;top:128px !important;left:440px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-weight:700 !important;text-align:center !important;padding-top:5px !important;padding-bottom:5px !important;border-radius:3px !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-6,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-6{display:block;position:absolute;width:95% !important;height:auto !important;top:13px !important;left:20px !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:15px !important;font-style:normal !important;text-align:left !important;line-height:21px !important;}@media (max-width:960px) {#popup-box-pro-gfcr-26 .popupally-pro-outer-full-width-26-fluid_wdsmhs{top:50%;left:0;margin-top:-100px;margin-left:0;}#popup-embedded-box-pro-gfcr-26.popupally-pro-outer-full-width-26-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-26{clear:both;}#popup-box-pro-gfcr-26 .popupally-pro-outer-full-width-26-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-26.popupally-pro-outer-full-width-26-fluid_wdsmhs {width:100% !important;height:200px !important;background-color:#FFFFFF !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-26 .popupally-pro-outer-26-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-26 .popupally-pro-outer-embedded-26-fluid_wdsmhs {width:640px !important;height:200px !important;background-color:#FFFFFF !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-5,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-5{display:block;position:absolute;width:640px !important;height:200px !important;top:0px !important;left:0px !important;border-width:2px !important;border-style:solid !important;border-color:#FF5E00 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2{display:block;position:absolute;width:178px !important;height:30px !important;top:155px !important;left:14px !important;background-color:#F6F6F6 !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:1px !important;padding-right:4px !important;padding-bottom:1px !important;padding-left:4px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3{display:block;position:absolute;width:206px !important;height:30px !important;top:155px !important;left:199px !important;background-color:#F6F6F6 !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:1px !important;padding-right:4px !important;padding-bottom:1px !important;padding-left:4px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-4{display:block;position:absolute;width:213px !important;height:30px !important;top:155px !important;left:412px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-weight:700 !important;text-align:center !important;padding-top:1px !important;padding-bottom:1px !important;border-radius:3px !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-6,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-6{display:block;position:absolute;width:608px !important;height:auto !important;top:10px !important;left:14px !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16.5px !important;font-style:normal !important;text-align:left !important;line-height:23px !important;}}@media (max-width:640px) {#popup-box-pro-gfcr-26 .popupally-pro-outer-full-width-26-fluid_wdsmhs{top:50%;left:0;margin-top:-125px;margin-left:0;}#popup-embedded-box-pro-gfcr-26.popupally-pro-outer-full-width-26-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-26{clear:both;}#popup-box-pro-gfcr-26 .popupally-pro-outer-full-width-26-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-26.popupally-pro-outer-full-width-26-fluid_wdsmhs {width:100% !important;height:250px !important;background-color:#FFFFFF !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-26 .popupally-pro-outer-26-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-26 .popupally-pro-outer-embedded-26-fluid_wdsmhs {width:400px !important;height:250px !important;background-color:#FFFFFF !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-5,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-5{display:block;position:absolute;width:400px !important;height:250px !important;top:10px !important;left:10px !important;border-width:2px !important;border-style:solid !important;border-color:#FF5E00 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2{display:block;position:absolute;width:130px !important;height:35px !important;top:210px !important;left:22px !important;background-color:#F6F6F6 !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3{display:block;position:absolute;width:130px !important;height:35px !important;top:210px !important;left:158px !important;background-color:#F6F6F6 !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-4{display:block;position:absolute;width:105px !important;height:35px !important;top:210px !important;left:294px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-weight:700 !important;text-align:center !important;padding-top:5px !important;padding-bottom:5px !important;border-radius:3px !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-6,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-6{display:block;position:absolute;width:380px !important;height:auto !important;top:18px !important;left:25px !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-style:normal !important;text-align:left !important;line-height:20px !important;}}@media (max-width:480px) {#popup-box-pro-gfcr-26 .popupally-pro-outer-full-width-26-fluid_wdsmhs{top:50%;left:0;margin-top:-150px;margin-left:0;}#popup-embedded-box-pro-gfcr-26.popupally-pro-outer-full-width-26-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-26{clear:both;}#popup-box-pro-gfcr-26 .popupally-pro-outer-full-width-26-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-26.popupally-pro-outer-full-width-26-fluid_wdsmhs {width:100% !important;height:300px !important;background-color:#FFFFFF !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-26 .popupally-pro-outer-26-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-26 .popupally-pro-outer-embedded-26-fluid_wdsmhs {width:280px !important;height:300px !important;background-color:#FFFFFF !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-5,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-5{display:block;position:absolute;width:280px !important;height:300px !important;top:0px !important;left:0px !important;border-width:2px !important;border-style:solid !important;border-color:#FF5E00 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2{display:block;position:absolute;width:92% !important;height:30px !important;top:190px !important;left:10px !important;background-color:#F6F6F6 !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-2:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3{display:block;position:absolute;width:92% !important;height:30px !important;top:225px !important;left:10px !important;background-color:#F6F6F6 !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;padding-top:5px !important;padding-right:5px !important;padding-bottom:5px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#525252 !important;border-radius:3px !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-webkit-input-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3::-moz-placeholder{color:#666666 !important;}#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-3:-ms-input-placeholder{color:#666666 !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-4{display:block;position:absolute;width:92% !important;height:30px !important;top:260px !important;left:10px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:14px !important;font-weight:700 !important;text-align:center !important;padding-top:5px !important;padding-bottom:5px !important;border-radius:3px !important;}#popup-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-6,#popup-embedded-box-pro-gfcr-26 #popupally-fluid-26-fluid_wdsmhs-6{display:block;position:absolute;width:92% !important;height:auto !important;top:10px !important;left:10px !important;color:#000000 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:13.5px !important;font-style:normal !important;text-align:left !important;line-height:17px !important;}}#popup-box-pro-gfcr-27.popupally-pro-overlay-27-fluid_zwgsqa {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-27.popupally-pro-opened-pro-gfcr-27 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-27 input,#popup-box-pro-gfcr-27 textarea,#popup-embedded-box-pro-gfcr-27 input,#popup-embedded-box-pro-gfcr-27 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-27 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-27 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-27 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-27 .popupally-pro-outer-full-width-27-fluid_zwgsqa{position:absolute !important;}#popup-box-pro-gfcr-27 .popupally-pro-outer-27-fluid_zwgsqa{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-27.popupally-pro-outer-embedded-27-fluid_zwgsqa {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-27 .popupally-pro-inner-27-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-27 .popupally-pro-inner-27-fluid_zwgsqa{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-27 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-27 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-27 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-27 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-27 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-27 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-27 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-27 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-27 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-27 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-27 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-27 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-27 .popupally-pro-outer-27-fluid_zwgsqa .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-27 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-27 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-27 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-27 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-27 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-27 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-27 .popupally-pro-outer-full-width-27-fluid_zwgsqa{top:50%;left:50%;margin-top:-170px;margin-left:-235.5px;}#popup-embedded-box-pro-gfcr-27.popupally-pro-outer-full-width-27-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-27{clear:both;}#popup-box-pro-gfcr-27 .popupally-pro-outer-full-width-27-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-27.popupally-pro-outer-full-width-27-fluid_zwgsqa {width:471px !important;height:340px !important;background-color:transparent !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-27 .popupally-pro-outer-27-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-27 .popupally-pro-outer-embedded-27-fluid_zwgsqa {width:471px !important;height:340px !important;background-color:transparent !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2018/03/rectangle3.jpg) !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-27 #popupally-fluid-27-fluid_zwgsqa-3,#popup-embedded-box-pro-gfcr-27 #popupally-fluid-27-fluid_zwgsqa-3{display:block;position:absolute;width:318px !important;height:auto !important;top:225px !important;left:318px !important;color:#555555 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;line-height:22px !important;}@media (max-width:960px) {#popup-box-pro-gfcr-27 .popupally-pro-outer-full-width-27-fluid_zwgsqa{top:50%;left:50%;margin-top:-162.5px;margin-left:-225px;}#popup-embedded-box-pro-gfcr-27.popupally-pro-outer-full-width-27-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-27{clear:both;}#popup-box-pro-gfcr-27 .popupally-pro-outer-full-width-27-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-27.popupally-pro-outer-full-width-27-fluid_zwgsqa {width:450px !important;height:325px !important;background-color:transparent !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-27 .popupally-pro-outer-27-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-27 .popupally-pro-outer-embedded-27-fluid_zwgsqa {width:450px !important;height:325px !important;background-color:transparent !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2018/03/rectangle3.jpg) !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-27 #popupally-fluid-27-fluid_zwgsqa-3,#popup-embedded-box-pro-gfcr-27 #popupally-fluid-27-fluid_zwgsqa-3{display:block;position:absolute;width:240px !important;height:auto !important;top:215px !important;left:307px !important;color:#555555 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:14px !important;line-height:16px !important;}}@media (max-width:640px) {#popup-box-pro-gfcr-27 .popupally-pro-outer-full-width-27-fluid_zwgsqa{top:50%;left:50%;margin-top:-134px;margin-left:-185.5px;}#popup-embedded-box-pro-gfcr-27.popupally-pro-outer-full-width-27-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-27{clear:both;}#popup-box-pro-gfcr-27 .popupally-pro-outer-full-width-27-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-27.popupally-pro-outer-full-width-27-fluid_zwgsqa {width:371px !important;height:268px !important;background-color:transparent !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-27 .popupally-pro-outer-27-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-27 .popupally-pro-outer-embedded-27-fluid_zwgsqa {width:371px !important;height:268px !important;background-color:transparent !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2018/03/rectangle3.jpg) !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-27 #popupally-fluid-27-fluid_zwgsqa-3,#popup-embedded-box-pro-gfcr-27 #popupally-fluid-27-fluid_zwgsqa-3{display:block;position:absolute;width:190px !important;height:auto !important;top:175px !important;left:248px !important;color:#555555 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:13px !important;line-height:13px !important;}}@media (max-width:480px) {#popup-box-pro-gfcr-27 .popupally-pro-outer-full-width-27-fluid_zwgsqa{top:50%;left:50%;margin-top:-100px;margin-left:-138.5px;}#popup-embedded-box-pro-gfcr-27.popupally-pro-outer-full-width-27-fluid_zwgsqa {}#popup-embedded-box-pro-gfcr-27{clear:both;}#popup-box-pro-gfcr-27 .popupally-pro-outer-full-width-27-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-27.popupally-pro-outer-full-width-27-fluid_zwgsqa {width:277px !important;height:200px !important;background-color:transparent !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-27 .popupally-pro-outer-27-fluid_zwgsqa,#popup-embedded-box-pro-gfcr-27 .popupally-pro-outer-embedded-27-fluid_zwgsqa {width:277px !important;height:200px !important;background-color:transparent !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2018/03/rectangle3.jpg) !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-27 #popupally-fluid-27-fluid_zwgsqa-3,#popup-embedded-box-pro-gfcr-27 #popupally-fluid-27-fluid_zwgsqa-3{display:block;position:absolute;width:137px !important;height:auto !important;top:130px !important;left:178px !important;color:#555555 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:12px !important;line-height:17px !important;}}#popup-box-pro-gfcr-28.popupally-pro-overlay-28-fluid_wdsmhs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-28.popupally-pro-opened-pro-gfcr-28 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-28 input,#popup-box-pro-gfcr-28 textarea,#popup-embedded-box-pro-gfcr-28 input,#popup-embedded-box-pro-gfcr-28 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-28 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-28 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-28 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-28 .popupally-pro-outer-full-width-28-fluid_wdsmhs{position:absolute !important;}#popup-box-pro-gfcr-28 .popupally-pro-outer-28-fluid_wdsmhs{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-28.popupally-pro-outer-embedded-28-fluid_wdsmhs {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-28 .popupally-pro-inner-28-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-28 .popupally-pro-inner-28-fluid_wdsmhs{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-28 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-28 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-28 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-28 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-28 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-28 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-28 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-28 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-28 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-28 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-28 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-28 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-28 .popupally-pro-outer-28-fluid_wdsmhs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-28 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-28 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-28 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-28 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-28 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-28 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-28 .popupally-pro-outer-full-width-28-fluid_wdsmhs{top:50%;left:0;margin-top:-20px;margin-left:0;}#popup-embedded-box-pro-gfcr-28.popupally-pro-outer-full-width-28-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-28{clear:both;}#popup-box-pro-gfcr-28 .popupally-pro-outer-full-width-28-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-28.popupally-pro-outer-full-width-28-fluid_wdsmhs {width:100% !important;height:40px !important;background-color:#E34A63 !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-28 .popupally-pro-outer-28-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-28 .popupally-pro-outer-embedded-28-fluid_wdsmhs {width:900px !important;height:40px !important;background-color:#E34A63 !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-1,#popup-embedded-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-1{display:block;position:absolute;width:280px !important;height:auto !important;left:40px !important;color:#111111 !important;font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif !important;font-size:20px !important;font-weight:700 !important;text-align:left !important;line-height:40px !important;}#popup-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-4{display:block;position:absolute;width:120px !important;height:26px !important;top:7px !important;left:740px !important;background-color:#81D742 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-weight:700 !important;text-align:center !important;border-radius:5px !important;}@media (max-width:960px) {#popup-box-pro-gfcr-28 .popupally-pro-outer-full-width-28-fluid_wdsmhs{top:50%;left:0;margin-top:-20px;margin-left:0;}#popup-embedded-box-pro-gfcr-28.popupally-pro-outer-full-width-28-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-28{clear:both;}#popup-box-pro-gfcr-28 .popupally-pro-outer-full-width-28-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-28.popupally-pro-outer-full-width-28-fluid_wdsmhs {width:100% !important;height:40px !important;background-color:#E34A63 !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-28 .popupally-pro-outer-28-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-28 .popupally-pro-outer-embedded-28-fluid_wdsmhs {width:640px !important;height:40px !important;background-color:#E34A63 !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-1,#popup-embedded-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-1{display:block;position:absolute;width:220px !important;height:auto !important;left:10px !important;color:#111111 !important;font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif !important;font-size:18px !important;font-weight:700 !important;text-align:left !important;line-height:40px !important;}#popup-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-4{display:block;position:absolute;width:85px !important;height:26px !important;top:7px !important;left:540px !important;background-color:#81D742 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-weight:700 !important;text-align:center !important;border-radius:5px !important;}}@media (max-width:640px) {#popup-box-pro-gfcr-28 .popupally-pro-outer-full-width-28-fluid_wdsmhs{top:50%;left:0;margin-top:-30px;margin-left:0;}#popup-embedded-box-pro-gfcr-28.popupally-pro-outer-full-width-28-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-28{clear:both;}#popup-box-pro-gfcr-28 .popupally-pro-outer-full-width-28-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-28.popupally-pro-outer-full-width-28-fluid_wdsmhs {width:100% !important;height:60px !important;background-color:#E34A63 !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-28 .popupally-pro-outer-28-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-28 .popupally-pro-outer-embedded-28-fluid_wdsmhs {width:400px !important;height:60px !important;background-color:#E34A63 !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-1,#popup-embedded-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-1{display:block;position:absolute;width:100% !important;height:auto !important;left:0px !important;color:#111111 !important;font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif !important;font-size:20px !important;font-weight:700 !important;text-align:center !important;line-height:30px !important;}#popup-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-4{display:block;position:absolute;width:80px !important;height:26px !important;top:30px !important;left:300px !important;background-color:#81D742 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;font-weight:700 !important;text-align:center !important;border-radius:5px !important;}}@media (max-width:480px) {#popup-box-pro-gfcr-28 .popupally-pro-outer-full-width-28-fluid_wdsmhs{top:50%;left:0;margin-top:-30px;margin-left:0;}#popup-embedded-box-pro-gfcr-28.popupally-pro-outer-full-width-28-fluid_wdsmhs {left:0 !important;}#popup-embedded-box-pro-gfcr-28{clear:both;}#popup-box-pro-gfcr-28 .popupally-pro-outer-full-width-28-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-28.popupally-pro-outer-full-width-28-fluid_wdsmhs {width:100% !important;height:60px !important;background-color:#E34A63 !important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;box-shadow:0 5px 10px rgba(0,0,0,0.5) !important;z-index:999999 !important;}#popup-box-pro-gfcr-28 .popupally-pro-outer-28-fluid_wdsmhs,#popup-embedded-box-pro-gfcr-28 .popupally-pro-outer-embedded-28-fluid_wdsmhs {width:280px !important;height:60px !important;background-color:#E34A63 !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-1,#popup-embedded-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-1{display:block;position:absolute;width:100% !important;height:auto !important;left:0px !important;color:#111111 !important;font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif !important;font-size:20px !important;font-weight:700 !important;text-align:center !important;line-height:30px !important;}#popup-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-4,#popup-embedded-box-pro-gfcr-28 #popupally-fluid-28-fluid_wdsmhs-4{display:block;position:absolute;width:60px !important;height:26px !important;top:30px !important;left:215px !important;background-color:#81D742 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:14px !important;font-weight:700 !important;text-align:center !important;border-radius:5px !important;}}#popup-box-pro-gfcr-29.popupally-pro-overlay-vtgjid-29 {display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-29.popupally-pro-opened-pro-gfcr-29 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-29 input,#popup-embedded-box-pro-gfcr-29 input{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}#popup-box-pro-gfcr-29 .popupally-pro-outer-vtgjid-29, #popup-embedded-box-pro-gfcr-29.popupally-pro-outer-embedded-vtgjid-29{width:325px !important;height:428px !important;}.popupally-pro-top-page-jehjsq-29 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-29 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-29 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-29 .popupally-pro-outer-vtgjid-29,#popup-embedded-box-pro-gfcr-29.popupally-pro-outer-embedded-vtgjid-29{background-color:#FEFEFE !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2018/04/sidebar2v.jpg) !important;background-size:contain !important;background-repeat:no-repeat !important;}#popup-box-pro-gfcr-29 .popupally-pro-outer-vtgjid-29{position:fixed !important;top:50%;left:50%;margin-top:-214px;margin-left:-162.5px;-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5);-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-29.popupally-pro-outer-embedded-vtgjid-29 {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29{position:relative !important;overflow:visible !important;width:auto !important;height:auto !important;padding:0 !important;margin:0 !important;text-align:center !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .desc-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .desc-pro-vtgjid {position:absolute !important;display:inline-block !important;width:0px !important;height:0px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:32px !important;line-height:32px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:left !important;color:transparent !important;top:0px !important;left:0px !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .textbox-1-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .textbox-1-pro-vtgjid {position:absolute !important;display:inline-block !important;width:0px !important;height:0px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:24px !important;line-height:32px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:left !important;color:#111111 !important;top:0px !important;left:0px !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .textbox-2-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .textbox-2-pro-vtgjid {position:absolute !important;display:inline-block !important;width:0px !important;height:0px !important;font-family:Arial, Helvetica, sans-serif !important;font-size:24px !important;line-height:32px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:left !important;color:#111111 !important;top:0px !important;left:0px !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-1-pro-vtgjid,#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-2-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-1-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-2-pro-vtgjid {position:absolute !important;display:inline-block !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-size:cover !important;background-repeat:no-repeat !important;background-position:50% !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-1-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-1-pro-vtgjid {top:0px !important;left:0px !important;background-image:none !important;width:0px !important;height:0px !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-2-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-2-pro-vtgjid {top:0px !important;left:0px !important;background-image:none !important;width:0px !important;height:0px !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-name::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-name:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-name::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-name:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-name::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-name:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-name::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-name:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-lname::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-lname:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-lname::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-lname:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-lname::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-lname:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-lname::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-lname:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="email"].field-pro-vtgjid-email::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="email"].field-pro-vtgjid-email:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="email"].field-pro-vtgjid-email::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="email"].field-pro-vtgjid-email:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="email"].field-pro-vtgjid-email::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="email"].field-pro-vtgjid-email:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="email"].field-pro-vtgjid-email::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="email"].field-pro-vtgjid-email:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-name,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-name {top:292px !important;left:10px !important;position:absolute !important;display:inline-block !important;padding:8px 10px 8px 10px !important;width:305 !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;line-height:20px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-lname,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-lname {top:402px !important;left:10px !important;position:absolute !important;display:inline-block !important;padding:10px 10px 10px 10px !important;width:305px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;line-height:20px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="email"].field-pro-vtgjid-email,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="email"].field-pro-vtgjid-email {top:334px !important;left:10px !important;position:absolute !important;display:inline-block !important;padding:8px 10px 8px 10px !important;width:305px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;line-height:20px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="submit"].submit-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="submit"].submit-pro-vtgjid {position:absolute !important;display:inline-block !important;font-family:Verdana, Geneva, sans-serif !important;font-size:18px !important;line-height:20px !important;background-color: #FF5E00 !important;text-align:center !important;border-style: solid !important;border-width: 1px !important;border-color:#C0C0C0 !important;-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important;color:#FFFFFF !important;text-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3) !important;cursor: pointer !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;width:305px !important;height:auto !important;padding:10px 0 10px 0 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-image:none !important;top:375px !important;left:10px !important;margin:0 !important;font-weight:200 !important;float:none !important;-webkit-appearance: none !important;}#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="submit"].submit-pro-vtgjid:hover,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="submit"].submit-pro-vtgjid:hover {background-color:#FF5E00 !important;color:#FFFFFF !important;background-image:none !important;}#popup-box-pro-gfcr-29 .popupally-pro-outer-vtgjid-29 .popupally-pro-close-vtgjid{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}@media (max-width: 960px) {	#popup-box-pro-gfcr-29 .popupally-pro-outer-vtgjid-29{		top:50%;left:50%;margin-top:-214px;margin-left:-162.5px;	}	#popup-box-pro-gfcr-29 .popupally-pro-outer-vtgjid-29,	#popup-embedded-box-pro-gfcr-29.popupally-pro-outer-embedded-vtgjid-29{		width:325px !important;		height:428px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .desc-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .desc-pro-vtgjid{		top:20px !important;		left:120px !important;		font-size:24px !important;		line-height:24px !important;		width:350px !important;		height:80px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .textbox-1-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .textbox-1-pro-vtgjid{		top:0px !important;		left:0px !important;		font-size:18px !important;		line-height:20px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .textbox-2-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .textbox-2-pro-vtgjid{		top:0px !important;		left:0px !important;		font-size:18px !important;		line-height:20px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-1-pro-vtgjid,	#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-1-pro-vtgjid {		top:-40px !important;		left:-40px !important;		width:141px !important;		height:141px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-2-pro-vtgjid,	#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-2-pro-vtgjid {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-name,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-name {		top:295px !important;		left:10px !important;		padding:10px 10px 10px 10px !important;		width:140px !important;		font-size:16px !important;		line-height:16px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-lname,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-lname {		top:145px !important;		left:120px !important;		padding:10px 10px 10px 10px !important;		width:340px !important;		font-size:16px !important;		line-height:16px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="email"].field-pro-vtgjid-email,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="email"].field-pro-vtgjid-email {		top:295px !important;		left:155px !important;		padding:10px 10px 10px 10px !important;		width:160px !important;		font-size:16px !important;		line-height:16px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="submit"].submit-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="submit"].submit-pro-vtgjid {		top:343px !important;		left:10px !important;		padding:10px 0 10px 0 !important;		width:305px !important;		font-size:16px !important;		line-height:16px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-29 .popupally-pro-outer-vtgjid-29{		top:50%;left:50%;margin-top:-212.5px;margin-left:-161.5px;	}	#popup-box-pro-gfcr-29 .popupally-pro-outer-vtgjid-29,	#popup-embedded-box-pro-gfcr-29.popupally-pro-outer-embedded-vtgjid-29{		width:323px !important;		height:425px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .desc-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .desc-pro-vtgjid{		top:10px !important;		left:50px !important;		font-size:16px !important;		line-height:18px !important;		width:240px !important;		height:60px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .textbox-1-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .textbox-1-pro-vtgjid{		top:0px !important;		left:0px !important;		font-size:14px !important;		line-height:16px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .textbox-2-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .textbox-2-pro-vtgjid{		top:0px !important;		left:0px !important;		font-size:14px !important;		line-height:16px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-1-pro-vtgjid,	#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-1-pro-vtgjid {		top:-30px !important;		left:-30px !important;		width:80px !important;		height:80px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-2-pro-vtgjid,	#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 .image-2-pro-vtgjid {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-name,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-name {		top:290px !important;		left:10px !important;		padding:9px 10px 9px 10px !important;		width:305px !important;		font-size:16px !important;		line-height:20px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-lname,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="text"].field-pro-vtgjid-lname {		top:115px !important;		left:50px !important;		padding:9px 10px 9px 10px !important;		width:230px !important;		font-size:12px !important;		line-height:12px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="email"].field-pro-vtgjid-email,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="email"].field-pro-vtgjid-email {		top:330px !important;		left:10px !important;		padding:9px 10px 9px 10px !important;		width:305px !important;		font-size:16px !important;		line-height:20px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="submit"].submit-pro-vtgjid,#popup-embedded-box-pro-gfcr-29 .popupally-pro-inner-vtgjid-29 input[type="submit"].submit-pro-vtgjid {		top:373px !important;		left:10px !important;		padding:10px 0 10px 0 !important;		width:305px !important;		font-size:16px !important;		line-height:20px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}#popup-box-pro-gfcr-30.popupally-pro-overlay-30-fluid_qemsnqs {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(0, 0, 0, 0.5) !important;}#popup-box-pro-gfcr-30.popupally-pro-opened-pro-gfcr-30 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-30 input,#popup-box-pro-gfcr-30 textarea,#popup-embedded-box-pro-gfcr-30 input,#popup-embedded-box-pro-gfcr-30 textarea{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}.popupally-pro-hoverable-element{	cursor:pointer !important;}.popupally-pro-hoverable-element:hover{	opacity:0.5 !important;}.popupally-pro-top-page-jehjsq-30 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-30 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-30 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-30 .popupally-pro-outer-full-width-30-fluid_qemsnqs{position:absolute !important;}#popup-box-pro-gfcr-30 .popupally-pro-outer-30-fluid_qemsnqs{-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-30.popupally-pro-outer-embedded-30-fluid_qemsnqs {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-30 .popupally-pro-inner-30-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-30 .popupally-pro-inner-30-fluid_qemsnqs{position:relative !important;overflow:visible !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;text-align:center !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;}#popup-box-pro-gfcr-30 .popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-30 .popupally-fluid-content-element{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:100px;height:100px;font-family:Georgia, serif;font-size:14px;line-height:20px;text-align:left;font-weight:400;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0;margin:0;}#popup-box-pro-gfcr-30 input[type="checkbox"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-30 input[type="checkbox"].popupally-fluid-content-element{-webkit-appearance:checkbox;-moz-appearance:checkbox;}#popup-box-pro-gfcr-30 input[type="text"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-30 input[type="text"].popupally-fluid-content-element,#popup-box-pro-gfcr-30 input[type="email"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-30 input[type="email"].popupally-fluid-content-element{background-color:transparent;border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;color:#000000;}#popup-box-pro-gfcr-30 input[type="submit"].popupally-fluid-content-element,#popup-embedded-box-pro-gfcr-30 input[type="submit"].popupally-fluid-content-element{cursor:pointer !important;-webkit-appearance:none !important;}#popup-box-pro-gfcr-30 input[type="submit"].popupally-fluid-content-element:hover,#popup-embedded-box-pro-gfcr-30 input[type="submit"].popupally-fluid-content-element:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-30 .popupally-pro-outer-30-fluid_qemsnqs .popupally-pro-close{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}[svvuyx-redirect-popup],[svvuyx-redirect-url]{cursor:pointer !important;}[svvuyx-redirect-popup]:hover,[svvuyx-redirect-url]:hover{opacity:0.5 !important;}#popup-box-pro-gfcr-30 input[type="checkbox"].popupally-fluid-text-checkbox-box,#popup-embedded-box-pro-gfcr-30 input[type="checkbox"].popupally-fluid-text-checkbox-box{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;top:0px;left:0px;margin:0;}#popup-box-pro-gfcr-30 .popupally-fluid-text-checkbox-deco,#popup-embedded-box-pro-gfcr-30 .popupally-fluid-text-checkbox-deco{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;width:0;height:0;top:0px;left:0px;margin:0;cursor:pointer;}#popup-box-pro-gfcr-30 label.popupally-fluid-text-checkbox-label,#popup-embedded-box-pro-gfcr-30 label.popupally-fluid-text-checkbox-label{display:block;background-size:contain;background-repeat:no-repeat;width:100%;height:auto;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;font-weight:inherit;top:0px;left:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-style:none;border-width:0px;border-color:transparent;border-radius:0px;background-color:transparent;padding:0 0 0 18px;margin:0;cursor:pointer;white-space:inherit;}#popup-box-pro-gfcr-30 .popupally-pro-outer-full-width-30-fluid_qemsnqs{top:50%;left:50%;margin-top:-150px;margin-left:-250px;}#popup-embedded-box-pro-gfcr-30.popupally-pro-outer-full-width-30-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-30{clear:both;}#popup-box-pro-gfcr-30 .popupally-pro-outer-full-width-30-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-30.popupally-pro-outer-full-width-30-fluid_qemsnqs {width:500px !important;height:300px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-30 .popupally-pro-outer-30-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-30 .popupally-pro-outer-embedded-30-fluid_qemsnqs {width:500px !important;height:300px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-1{display:block;position:absolute;width:500px !important;height:300px !important;top:0px !important;left:0px !important;background-color:#007B7B !important;opacity:0.85 !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-2{display:block;position:absolute;width:450px !important;height:auto !important;top:10px !important;left:27px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:25px !important;text-align:center !important;line-height:40px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-3{display:block;position:absolute;width:555px !important;height:auto !important;top:85px !important;left:-30px !important;color:#FFFFFF !important;font-size:14px !important;text-align:center !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-4,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-4{display:block;position:absolute;width:400px !important;height:auto !important;top:115px !important;left:55px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;text-align:center !important;line-height:30px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-11,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-11{display:block;position:absolute;width:467px !important;height:auto !important;top:240px !important;left:20px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:10px !important;padding-right:5px !important;padding-bottom:10px !important;padding-left:5px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12{display:block;position:absolute;width:228px !important;height:auto !important;top:195px !important;left:20px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:7px !important;padding-right:5px !important;padding-bottom:7px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13{display:block;position:absolute;width:228px !important;height:auto !important;top:195px !important;left:260px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:7px !important;padding-right:5px !important;padding-bottom:7px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}@media (max-width:960px) {#popup-box-pro-gfcr-30 .popupally-pro-outer-full-width-30-fluid_qemsnqs{top:50%;left:50%;margin-top:-135px;margin-left:-250px;}#popup-embedded-box-pro-gfcr-30.popupally-pro-outer-full-width-30-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-30{clear:both;}#popup-box-pro-gfcr-30 .popupally-pro-outer-full-width-30-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-30.popupally-pro-outer-full-width-30-fluid_qemsnqs {width:500px !important;height:270px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-30 .popupally-pro-outer-30-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-30 .popupally-pro-outer-embedded-30-fluid_qemsnqs {width:500px !important;height:270px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-1{display:block;position:absolute;width:457px !important;height:270px !important;top:19px !important;left:22px !important;background-color:#007B7B !important;opacity:0.85 !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-2{display:block;position:absolute;width:400px !important;height:auto !important;top:45px !important;left:50px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:25px !important;text-align:center !important;line-height:30px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-3{display:block;position:absolute;width:480px !important;height:auto !important;top:110px !important;left:0px !important;color:#FFFFFF !important;font-size:10px !important;text-align:center !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-4,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-4{display:block;position:absolute;width:400px !important;height:auto !important;top:150px !important;left:45px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;text-align:center !important;line-height:20px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-11,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-11{display:block;position:absolute;width:400px !important;height:auto !important;top:245px !important;left:50px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:5px !important;padding-right:0px !important;padding-bottom:5px !important;padding-left:0px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12{display:block;position:absolute;width:190px !important;height:auto !important;top:205px !important;left:50px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:5px !important;padding-right:0px !important;padding-bottom:5px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13{display:block;position:absolute;width:190px !important;height:auto !important;top:205px !important;left:260px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:5px !important;padding-right:0px !important;padding-bottom:5px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}}@media (max-width:640px) {#popup-box-pro-gfcr-30 .popupally-pro-outer-full-width-30-fluid_qemsnqs{top:50%;left:50%;margin-top:-171.5px;margin-left:-200px;}#popup-embedded-box-pro-gfcr-30.popupally-pro-outer-full-width-30-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-30{clear:both;}#popup-box-pro-gfcr-30 .popupally-pro-outer-full-width-30-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-30.popupally-pro-outer-full-width-30-fluid_qemsnqs {width:400px !important;height:343px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-30 .popupally-pro-outer-30-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-30 .popupally-pro-outer-embedded-30-fluid_qemsnqs {width:400px !important;height:343px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-1{display:block;position:absolute;width:365px !important;height:310px !important;top:15px !important;left:18px !important;background-color:#007B7B !important;opacity:0.85 !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-2{display:block;position:absolute;width:325px !important;height:auto !important;top:60px !important;left:40px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:21px !important;text-align:center !important;line-height:28px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-3{display:block;position:absolute;width:400px !important;height:auto !important;top:125px !important;left:0px !important;color:#FFFFFF !important;font-size:8px !important;text-align:center !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-4,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-4{display:block;position:absolute;width:300px !important;height:auto !important;top:150px !important;left:50px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;text-align:center !important;line-height:20px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-11,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-11{display:block;position:absolute;width:300px !important;height:auto !important;top:280px !important;left:50px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:5px !important;padding-right:0px !important;padding-bottom:5px !important;padding-left:0px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12{display:block;position:absolute;width:300px !important;height:auto !important;top:210px !important;left:50px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:5px !important;padding-right:0px !important;padding-bottom:5px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13{display:block;position:absolute;width:300px !important;height:auto !important;top:245px !important;left:50px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:5px !important;padding-right:0px !important;padding-bottom:5px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}}@media (max-width:480px) {#popup-box-pro-gfcr-30 .popupally-pro-outer-full-width-30-fluid_qemsnqs{top:50%;left:50%;margin-top:-171.5px;margin-left:-140px;}#popup-embedded-box-pro-gfcr-30.popupally-pro-outer-full-width-30-fluid_qemsnqs {}#popup-embedded-box-pro-gfcr-30{clear:both;}#popup-box-pro-gfcr-30 .popupally-pro-outer-full-width-30-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-30.popupally-pro-outer-full-width-30-fluid_qemsnqs {width:280px !important;height:343px !important;background-color:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;z-index:999999 !important;}#popup-box-pro-gfcr-30 .popupally-pro-outer-30-fluid_qemsnqs,#popup-embedded-box-pro-gfcr-30 .popupally-pro-outer-embedded-30-fluid_qemsnqs {width:280px !important;height:343px !important;background-color:transparent !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;margin-left:auto !important;margin-right:auto !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-1,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-1{display:block;position:absolute;width:256px !important;height:310px !important;top:15px !important;left:13px !important;background-color:#007B7B !important;opacity:0.85 !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-2,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-2{display:block;position:absolute;width:225px !important;height:auto !important;top:42px !important;left:28px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;text-align:center !important;line-height:25px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-3,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-3{display:block;position:absolute;width:280px !important;height:auto !important;top:115px !important;left:0px !important;color:#FFFFFF !important;font-size:8px !important;text-align:center !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-4,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-4{display:block;position:absolute;width:200px !important;height:auto !important;top:140px !important;left:45px !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:14px !important;text-align:center !important;line-height:20px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-11,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-11{display:block;position:absolute;width:200px !important;height:auto !important;top:280px !important;left:40px !important;background-color:#FF5E00 !important;color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;text-align:center !important;padding-top:5px !important;padding-right:0px !important;padding-bottom:5px !important;padding-left:0px !important;border-width:1px !important;border-style:solid !important;border-color:#FFFFFF !important;border-radius:4px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12{display:block;position:absolute;width:200px !important;height:auto !important;top:210px !important;left:40px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:3px !important;padding-right:0px !important;padding-bottom:3px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-12:-ms-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13,#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13{display:block;position:absolute;width:200px !important;height:auto !important;top:245px !important;left:40px !important;background-color:#FFFFFF !important;font-family:Arial, Helvetica, sans-serif !important;padding-top:3px !important;padding-right:0px !important;padding-bottom:3px !important;padding-left:10px !important;border-radius:3px !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-webkit-input-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13::-moz-placeholder{color:#6E6E6E !important;}#popup-embedded-box-pro-gfcr-30 #popupally-fluid-30-fluid_qemsnqs-13:-ms-input-placeholder{color:#6E6E6E !important;}}#popup-box-pro-gfcr-31.popupally-pro-overlay-plsbvs-31 {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-31.popupally-pro-opened-pro-gfcr-31 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-31 input,#popup-embedded-box-pro-gfcr-31 input{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}#popup-box-pro-gfcr-31 .popupally-pro-outer-plsbvs-31, #popup-embedded-box-pro-gfcr-31.popupally-pro-outer-embedded-plsbvs-31{width:1000px !important;height:140px !important;}.popupally-pro-top-page-jehjsq-31 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-31 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-31 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-31 .popupally-pro-outer-plsbvs-31,#popup-embedded-box-pro-gfcr-31.popupally-pro-outer-embedded-plsbvs-31{background-color:#007B7B !important;background-image:none !important;background-size:contain !important;background-repeat:no-repeat !important;text-align:left !important;}#popup-box-pro-gfcr-31 .popupally-pro-outer-plsbvs-31{position:absolute !important;top:50%;left:50%;margin-top:-70px;margin-left:-500px;-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5);-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;line-height:100% !important;}#popup-embedded-box-pro-gfcr-31.popupally-pro-outer-embedded-plsbvs-31 {line-height:100% !important;margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31{overflow:visible !important;width:auto !important;height:auto !important;padding:0px !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs {display:inline-block !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;position:relative !important;line-height:18px !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .content-pro-plsbvs,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .content-pro-plsbvs {display:inline-block !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;position:relative !important;line-height:18px !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .desc-pro-plsbvs,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .desc-pro-plsbvs {position:relative !important;display:inline-block !important;font-family:Verdana, Geneva, sans-serif !important;font-size:20px !important;line-height:24px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:center !important;color:#FFFFFF !important;top:10px !important;left:90px !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name {top:10px !important;left:210px !important;position:relative !important;display:inline-block !important;padding:5px 4px 5px 4px !important;width:200px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;line-height:16px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email {top:10px !important;left:225px !important;position:relative !important;display:inline-block !important;padding:5px 4px 5px 4px !important;width:200px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:16px !important;line-height:16px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs {position:relative !important;display:inline-block !important;font-family:Verdana, Geneva, sans-serif !important;font-size:16px !important;line-height:16px !important;background-color: #FF5300 !important;text-align:center !important;border-style: solid !important;border-width: 1px !important;border-color:#C0C0C0 !important;-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important;color:#FFFFFF !important;text-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3) !important;cursor: pointer !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;width:100px !important;height:auto !important;padding:6px 0 6px 0 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-image:none !important;top:10px !important;left:240px !important;margin:0 !important;font-weight:400 !important;float:none !important;-webkit-appearance: none !important;}#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs:hover,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs:hover {background-color:#FF5300 !important;color:#FFFFFF !important;background-image:none !important;}#popup-box-pro-gfcr-31 .popupally-pro-outer-plsbvs-31 .popupally-pro-close-plsbvs{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}@media (max-width: 960px) {	#popup-box-pro-gfcr-31 .popupally-pro-outer-plsbvs-31{		top:50%;left:50%;margin-top:-75px;margin-left:-300px;	}	#popup-box-pro-gfcr-31 .popupally-pro-outer-plsbvs-31,	#popup-embedded-box-pro-gfcr-31.popupally-pro-outer-embedded-plsbvs-31{		width:600px !important;		height:150px !important;	}	#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .desc-pro-plsbvs,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .desc-pro-plsbvs{		top:15px !important;		left:18px !important;		font-size:14px !important;		line-height:20px !important;	}	#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name {		top:25px !important;		left:100px !important;		padding:5px 4px 5px 4px !important;		width:150px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email {		top:25px !important;		left:110px !important;		padding:5px 4px 5px 4px !important;		width:150px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs {		top:25px !important;		left:120px !important;		padding:6px 0 6px 0 !important;		width:80px !important;		font-size:16px !important;		line-height:16px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-31 .popupally-pro-outer-plsbvs-31{		top:50%;left:50%;margin-top:-75px;margin-left:-150px;	}	#popup-box-pro-gfcr-31 .popupally-pro-outer-plsbvs-31,	#popup-embedded-box-pro-gfcr-31.popupally-pro-outer-embedded-plsbvs-31{		width:300px !important;		height:150px !important;	}	#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .desc-pro-plsbvs,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .desc-pro-plsbvs{		top:5px !important;		left:1px !important;		font-size:13px !important;		line-height:16px !important;	}	#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="text"].field-pro-plsbvs-name {		top:8px !important;		left:10px !important;		padding:3px 4px 3px 4px !important;		width:100px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="email"].field-pro-plsbvs-email {		top:8px !important;		left:15px !important;		padding:3px 4px 3px 4px !important;		width:100px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs,#popup-embedded-box-pro-gfcr-31 .popupally-pro-inner-plsbvs-31 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs {		top:8px !important;		left:20px !important;		padding:3px 0 3px 0 !important;		width:70px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}#popup-box-pro-gfcr-32.popupally-pro-overlay-rwnkmg-32 {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-32.popupally-pro-opened-pro-gfcr-32 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-32 input,#popup-embedded-box-pro-gfcr-32 input{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}#popup-box-pro-gfcr-32 .popupally-pro-outer-rwnkmg-32, #popup-embedded-box-pro-gfcr-32.popupally-pro-outer-embedded-rwnkmg-32{width:600px !important;height:340px !important;}.popupally-pro-top-page-jehjsq-32 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-32 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-32 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-32 .popupally-pro-outer-rwnkmg-32,#popup-embedded-box-pro-gfcr-32.popupally-pro-outer-embedded-rwnkmg-32{background-color:#FEFEFE !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2018/04/get-my-ecookbookB-1.jpg) !important;background-size:cover !important;background-repeat:no-repeat !important;}#popup-box-pro-gfcr-32 .popupally-pro-outer-rwnkmg-32{position:absolute !important;top:50%;left:50%;margin-top:-170px;margin-left:-300px;-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5);-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-32.popupally-pro-outer-embedded-rwnkmg-32 {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32{position:relative !important;overflow:visible !important;width:auto !important;height:auto !important;padding:0 !important;margin:0 !important;text-align:center !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .desc-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .desc-pro-rwnkmg {position:absolute !important;display:inline-block !important;width:390px !important;height:140px !important;font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif !important;font-size:28px !important;line-height:30px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:center !important;color:#111111 !important;top:20px !important;left:170px !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .textbox-1-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .textbox-1-pro-rwnkmg {position:absolute !important;display:inline-block !important;width:280px !important;height:50px !important;font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif !important;font-size:17px !important;line-height:20px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:center !important;color:#111111 !important;top:220px !important;left:300px !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .textbox-2-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .textbox-2-pro-rwnkmg {position:absolute !important;display:inline-block !important;width:0px !important;height:0px !important;font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif !important;font-size:24px !important;line-height:32px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:left !important;color:#111111 !important;top:0px !important;left:0px !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-1-pro-rwnkmg,#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-2-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-1-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-2-pro-rwnkmg {position:absolute !important;display:inline-block !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-size:cover !important;background-repeat:no-repeat !important;background-position:50% !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-1-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-1-pro-rwnkmg {top:0px !important;left:0px !important;background-image:none !important;width:0px !important;height:0px !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-2-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-2-pro-rwnkmg {top:0px !important;left:0px !important;background-image:none !important;width:0px !important;height:0px !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-name::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-name:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-name::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-name:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-name::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-name:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-name::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-name:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-lname::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-lname:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-lname::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-lname:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-lname::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-lname:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-lname::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-lname:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="email"].field-pro-rwnkmg-email::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="email"].field-pro-rwnkmg-email:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="email"].field-pro-rwnkmg-email::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="email"].field-pro-rwnkmg-email:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="email"].field-pro-rwnkmg-email::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="email"].field-pro-rwnkmg-email:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="email"].field-pro-rwnkmg-email::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="email"].field-pro-rwnkmg-email:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-name,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-name {top:180px !important;left:260px !important;position:absolute !important;display:inline-block !important;padding:10px 10px 5px 10px !important;width:320px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;line-height:16px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-lname,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-lname {top:190px !important;left:110px !important;position:absolute !important;display:inline-block !important;padding:10px 10px 10px 10px !important;width:450px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;line-height:20px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="email"].field-pro-rwnkmg-email,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="email"].field-pro-rwnkmg-email {top:225px !important;left:260px !important;position:absolute !important;display:inline-block !important;padding:10px 10px 5px 10px !important;width:320px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;line-height:16px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="submit"].submit-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="submit"].submit-pro-rwnkmg {position:absolute !important;display:inline-block !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;line-height:16px !important;background-color: #FF5E00 !important;text-align:center !important;border-style: solid !important;border-width: 1px !important;border-color:#C0C0C0 !important;-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important;color:#FFFFFF !important;text-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3) !important;cursor: pointer !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;width:320px !important;height:auto !important;padding:15px 0 15px 0 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-image:none !important;top:275px !important;left:260px !important;margin:0 !important;font-weight:400 !important;float:none !important;-webkit-appearance: none !important;}#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="submit"].submit-pro-rwnkmg:hover,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="submit"].submit-pro-rwnkmg:hover {background-color:#FF5E00 !important;color:#FFFFFF !important;background-image:none !important;}#popup-box-pro-gfcr-32 .popupally-pro-outer-rwnkmg-32 .popupally-pro-close-rwnkmg{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}@media (max-width: 960px) {	#popup-box-pro-gfcr-32 .popupally-pro-outer-rwnkmg-32{		top:50%;left:50%;margin-top:-141.5px;margin-left:-249.5px;	}	#popup-box-pro-gfcr-32 .popupally-pro-outer-rwnkmg-32,	#popup-embedded-box-pro-gfcr-32.popupally-pro-outer-embedded-rwnkmg-32{		width:499px !important;		height:283px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .desc-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .desc-pro-rwnkmg{		top:10px !important;		left:140px !important;		font-size:24px !important;		line-height:24px !important;		width:350px !important;		height:100px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .textbox-1-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .textbox-1-pro-rwnkmg{		top:180px !important;		left:240px !important;		font-size:14px !important;		line-height:18px !important;		width:240px !important;		height:50px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .textbox-2-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .textbox-2-pro-rwnkmg{		top:0px !important;		left:0px !important;		font-size:14px !important;		line-height:18px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-1-pro-rwnkmg,	#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-1-pro-rwnkmg {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-2-pro-rwnkmg,	#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-2-pro-rwnkmg {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-name,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-name {		top:145px !important;		left:220px !important;		padding:10px 10px 10px 10px !important;		width:255px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-lname,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-lname {		top:145px !important;		left:120px !important;		padding:10px 10px 10px 10px !important;		width:340px !important;		font-size:16px !important;		line-height:16px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="email"].field-pro-rwnkmg-email,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="email"].field-pro-rwnkmg-email {		top:190px !important;		left:220px !important;		padding:10px 10px 10px 10px !important;		width:255px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="submit"].submit-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="submit"].submit-pro-rwnkmg {		top:235px !important;		left:220px !important;		padding:10px 0 10px 0 !important;		width:255px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-32 .popupally-pro-outer-rwnkmg-32{		top:50%;left:50%;margin-top:-85px;margin-left:-150px;	}	#popup-box-pro-gfcr-32 .popupally-pro-outer-rwnkmg-32,	#popup-embedded-box-pro-gfcr-32.popupally-pro-outer-embedded-rwnkmg-32{		width:300px !important;		height:170px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .desc-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .desc-pro-rwnkmg{		top:5px !important;		left:80px !important;		font-size:14px !important;		line-height:18px !important;		width:220px !important;		height:60px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .textbox-1-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .textbox-1-pro-rwnkmg{		top:70px !important;		left:150px !important;		font-size:12px !important;		line-height:16px !important;		width:150px !important;		height:50px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .textbox-2-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .textbox-2-pro-rwnkmg{		top:0px !important;		left:0px !important;		font-size:12px !important;		line-height:16px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-1-pro-rwnkmg,	#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-1-pro-rwnkmg {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-2-pro-rwnkmg,	#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 .image-2-pro-rwnkmg {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-name,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-name {		top:86px !important;		left:130px !important;		padding:5px 6px 5px 6px !important;		width:160px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-lname,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="text"].field-pro-rwnkmg-lname {		top:115px !important;		left:85px !important;		padding:9px 10px 9px 10px !important;		width:285px !important;		font-size:12px !important;		line-height:12px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="email"].field-pro-rwnkmg-email,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="email"].field-pro-rwnkmg-email {		top:112px !important;		left:130px !important;		padding:5px 6px 5px 6px !important;		width:160px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="submit"].submit-pro-rwnkmg,#popup-embedded-box-pro-gfcr-32 .popupally-pro-inner-rwnkmg-32 input[type="submit"].submit-pro-rwnkmg {		top:139px !important;		left:130px !important;		padding:5px 0 5px 0 !important;		width:160px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}#popup-box-pro-gfcr-33.popupally-pro-overlay-rwnkmg-33 {width:100%;height:100%;overflow:hidden;position:fixed;bottom:0;right:0;display:none;background-color:rgba(80, 80, 80, 0.5) !important;}#popup-box-pro-gfcr-33.popupally-pro-opened-pro-gfcr-33 {display:block !important;z-index:999999 !important;}#popup-box-pro-gfcr-33 input,#popup-embedded-box-pro-gfcr-33 input{	min-width:initial !important;	max-width:none !important;	min-height:initial !important;	max-height:none !important;}#popup-box-pro-gfcr-33 .popupally-pro-outer-rwnkmg-33, #popup-embedded-box-pro-gfcr-33.popupally-pro-outer-embedded-rwnkmg-33{width:600px !important;height:340px !important;}.popupally-pro-top-page-jehjsq-33 {	position:absolute !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-top-page-follow-jehjsq-33 {	position:fixed !important;	top:0 !important;	z-index:99999 !important;}.popupally-pro-end-page-follow-jehjsq-33 {	position:fixed !important;	bottom:0 !important;	z-index:99999 !important;}#popup-box-pro-gfcr-33 .popupally-pro-outer-rwnkmg-33,#popup-embedded-box-pro-gfcr-33.popupally-pro-outer-embedded-rwnkmg-33{background-color:#FEFEFE !important;background-image:url(https://dishesanddustbunnies.com/wp-content/uploads/2018/04/get-my-ecookbook-pic.jpg) !important;background-size:cover !important;background-repeat:no-repeat !important;}#popup-box-pro-gfcr-33 .popupally-pro-outer-rwnkmg-33{position:absolute !important;top:50%;left:50%;margin-top:-170px;margin-left:-300px;-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5);-webkit-border-radius: 4px !important;-moz-border-radius: 4px !important;border-radius: 4px !important;z-index:999999 !important;}#popup-embedded-box-pro-gfcr-33.popupally-pro-outer-embedded-rwnkmg-33 {margin:0 auto !important;clear:both !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33{position:relative !important;overflow:visible !important;width:auto !important;height:auto !important;padding:0 !important;margin:0 !important;text-align:center !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .desc-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .desc-pro-rwnkmg {position:absolute !important;display:inline-block !important;width:390px !important;height:140px !important;font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif !important;font-size:28px !important;line-height:30px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:center !important;color:#111111 !important;top:20px !important;left:170px !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .textbox-1-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .textbox-1-pro-rwnkmg {position:absolute !important;display:inline-block !important;width:280px !important;height:50px !important;font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif !important;font-size:17px !important;line-height:20px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:center !important;color:#111111 !important;top:220px !important;left:300px !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .textbox-2-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .textbox-2-pro-rwnkmg {position:absolute !important;display:inline-block !important;width:0px !important;height:0px !important;font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif !important;font-size:24px !important;line-height:32px !important;font-weight:700 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;cursor:pointer !important;text-align:left !important;color:#111111 !important;top:0px !important;left:0px !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-1-pro-rwnkmg,#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-2-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-1-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-2-pro-rwnkmg {position:absolute !important;display:inline-block !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-size:cover !important;background-repeat:no-repeat !important;background-position:50% !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-1-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-1-pro-rwnkmg {top:0px !important;left:0px !important;background-image:none !important;width:0px !important;height:0px !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-2-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-2-pro-rwnkmg {top:0px !important;left:0px !important;background-image:none !important;width:0px !important;height:0px !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-name::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-name:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-name::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-name:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-name::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-name:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-name::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-name:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-lname::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-lname:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-lname::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-lname:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-lname::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-lname:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-lname::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-lname:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="email"].field-pro-rwnkmg-email::-webkit-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="email"].field-pro-rwnkmg-email:-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="email"].field-pro-rwnkmg-email::-moz-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="email"].field-pro-rwnkmg-email:-ms-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="email"].field-pro-rwnkmg-email::-webkit-input-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="email"].field-pro-rwnkmg-email:-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="email"].field-pro-rwnkmg-email::-moz-placeholder{color:#444444 !important;}#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="email"].field-pro-rwnkmg-email:-ms-input-placeholder{color:#444444 !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-name,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-name {top:185px !important;left:295px !important;position:absolute !important;display:inline-block !important;padding:10px 10px 5px 10px !important;width:290px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;line-height:16px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-lname,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-lname {top:190px !important;left:110px !important;position:absolute !important;display:inline-block !important;padding:10px 10px 10px 10px !important;width:450px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;line-height:20px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="email"].field-pro-rwnkmg-email,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="email"].field-pro-rwnkmg-email {top:230px !important;left:295px !important;position:absolute !important;display:inline-block !important;padding:10px 10px 5px 10px !important;width:290px !important;color:#444444 !important;font-family:Arial, Helvetica, sans-serif !important;font-size:18px !important;line-height:16px !important;background:#F6F6F6 !important;text-align:left !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;height:auto !important;margin:0 !important;border-width:0 !important;font-weight:400 !important;float:none !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="submit"].submit-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="submit"].submit-pro-rwnkmg {position:absolute !important;display:inline-block !important;font-family:Arial, Helvetica, sans-serif !important;font-size:20px !important;line-height:16px !important;background-color: #FF5E00 !important;text-align:center !important;border-style: solid !important;border-width: 1px !important;border-color:#C0C0C0 !important;-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important;color:#FFFFFF !important;text-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3) !important;cursor: pointer !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;width:290px !important;height:auto !important;padding:15px 0 15px 0 !important;box-sizing:border-box !important;-moz-box-sizing:border-box !important;background-image:none !important;top:275px !important;left:295px !important;margin:0 !important;font-weight:400 !important;float:none !important;-webkit-appearance: none !important;}#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="submit"].submit-pro-rwnkmg:hover,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="submit"].submit-pro-rwnkmg:hover {background-color:#FF5E00 !important;color:#FFFFFF !important;background-image:none !important;}#popup-box-pro-gfcr-33 .popupally-pro-outer-rwnkmg-33 .popupally-pro-close-rwnkmg{background-image:url('/wp-content/plugins/popupally-pro/resource/frontend/img/fancy_close.png') !important;background-size:cover !important;display: block !important;position: absolute !important;top: -12px !important;right: -12px !important;width: 30px !important;height: 30px !important;color: white !important;cursor: pointer !important;z-index:999999 !important;}@media (max-width: 960px) {	#popup-box-pro-gfcr-33 .popupally-pro-outer-rwnkmg-33{		top:50%;left:50%;margin-top:-141.5px;margin-left:-249.5px;	}	#popup-box-pro-gfcr-33 .popupally-pro-outer-rwnkmg-33,	#popup-embedded-box-pro-gfcr-33.popupally-pro-outer-embedded-rwnkmg-33{		width:499px !important;		height:283px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .desc-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .desc-pro-rwnkmg{		top:10px !important;		left:140px !important;		font-size:24px !important;		line-height:24px !important;		width:350px !important;		height:100px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .textbox-1-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .textbox-1-pro-rwnkmg{		top:180px !important;		left:240px !important;		font-size:14px !important;		line-height:18px !important;		width:240px !important;		height:50px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .textbox-2-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .textbox-2-pro-rwnkmg{		top:0px !important;		left:0px !important;		font-size:14px !important;		line-height:18px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-1-pro-rwnkmg,	#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-1-pro-rwnkmg {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-2-pro-rwnkmg,	#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-2-pro-rwnkmg {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-name,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-name {		top:145px !important;		left:245px !important;		padding:10px 10px 10px 10px !important;		width:245px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-lname,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-lname {		top:145px !important;		left:120px !important;		padding:10px 10px 10px 10px !important;		width:340px !important;		font-size:16px !important;		line-height:16px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="email"].field-pro-rwnkmg-email,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="email"].field-pro-rwnkmg-email {		top:190px !important;		left:245px !important;		padding:10px 10px 10px 10px !important;		width:245px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="submit"].submit-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="submit"].submit-pro-rwnkmg {		top:235px !important;		left:245px !important;		padding:10px 0 10px 0 !important;		width:245px !important;		font-size:14px !important;		line-height:14px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}@media (max-width: 640px) {	#popup-box-pro-gfcr-33 .popupally-pro-outer-rwnkmg-33{		top:50%;left:50%;margin-top:-85px;margin-left:-150px;	}	#popup-box-pro-gfcr-33 .popupally-pro-outer-rwnkmg-33,	#popup-embedded-box-pro-gfcr-33.popupally-pro-outer-embedded-rwnkmg-33{		width:300px !important;		height:170px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .desc-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .desc-pro-rwnkmg{		top:5px !important;		left:80px !important;		font-size:14px !important;		line-height:18px !important;		width:220px !important;		height:60px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .textbox-1-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .textbox-1-pro-rwnkmg{		top:70px !important;		left:150px !important;		font-size:12px !important;		line-height:16px !important;		width:150px !important;		height:50px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .textbox-2-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .textbox-2-pro-rwnkmg{		top:0px !important;		left:0px !important;		font-size:12px !important;		line-height:16px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-1-pro-rwnkmg,	#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-1-pro-rwnkmg {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-2-pro-rwnkmg,	#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 .image-2-pro-rwnkmg {		top:0px !important;		left:0px !important;		width:0px !important;		height:0px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-name,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-name {		top:86px !important;		left:135px !important;		padding:5px 6px 5px 6px !important;		width:160px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-lname,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="text"].field-pro-rwnkmg-lname {		top:115px !important;		left:85px !important;		padding:9px 10px 9px 10px !important;		width:285px !important;		font-size:12px !important;		line-height:12px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="email"].field-pro-rwnkmg-email,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="email"].field-pro-rwnkmg-email {		top:112px !important;		left:135px !important;		padding:5px 6px 5px 6px !important;		width:160px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}	#popup-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="submit"].submit-pro-rwnkmg,#popup-embedded-box-pro-gfcr-33 .popupally-pro-inner-rwnkmg-33 input[type="submit"].submit-pro-rwnkmg {		top:139px !important;		left:135px !important;		padding:5px 0 5px 0 !important;		width:160px !important;		font-size:10px !important;		line-height:10px !important;		-webkit-border-radius: 3px !important;		-moz-border-radius: 3px !important;		border-radius: 3px !important;	}}.swp_social_panel{clear:both;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:34px;line-height:1;margin-bottom:20px!important;margin-top:20px!important;overflow:hidden;padding:0;-webkit-align-items:stretch;align-items:stretch;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-box-pack:justify;-moz-box-pack:justify;direction:ltr;-ms-flex-align:stretch;-ms-flex-line-pack:center;-ms-flex-pack:justify;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between}.swp_social_panel:not(.nc_floater):not(.swp_social_panelSide){width:100%!important}.nc_wrapper .swp_social_panel{margin-bottom:10px!important;margin-top:10px!important}div.swp_social_panel .nc_tweetContainer{-webkit-border-radius:2px;border-radius:2px;cursor:pointer;float:left;font-family:Lato;height:32px;margin:0 5px 3px 5px;min-width:34px;overflow:hidden;text-align:center;-webkit-transition:all 0.1s linear;transition:all 0.1s linear}div.swp_social_panel:not(.swp_social_panelSide) .nc_tweetContainer{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.swp_social_panel .nc_tweetContainer a.nc_tweet,.swp_social_panel .total_shares .swp_count{display:block;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-family:Lato,sans-serif;font-size:18px!important;font-weight:bold;height:30px;text-decoration:none;text-decoration:none!important;text-transform:none;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.swp_social_panel:not(.nc_floater):not(.swp_social_panelSide).swp_shift{padding:0 10px}.swp_social_panel:not(.swp_social_panelSide) .nc_tweetContainer:nth-child(1){margin-left:0}.swp_social_panel:not(.swp_social_panelSide) .nc_tweetContainer:nth-last-child(1){margin-right:0}.swp_social_panel a .swp_count:not(.swp_hide){display:inline-block;line-height:32px;margin:0;padding:0 5px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.swp_social_panel a .swp_count.swp_hide{margin:0 auto}.swp_social_panel span:before{content:initial!important}.swp_social_panel .total_shares .swp_count{line-height:30px}.swp_social_panel span.swp_count{font-size:14px}.swp_social_panel span.iconFiller{font-size:18px;margin:0 auto}.swp_social_panel.notMobile .nc_tweetContainer:nth-child(1){margin-left:0}.swp_social_panel:not(.swp_social_panelSide){-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out}.swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt:nth-child(1){margin-left:0;margin-right:15px;padding-left:0}.swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt:nth-last-child(1){margin-right:0;padding-right:0}a.swp_CTT{cursor:pointer}span.swp_share{display:block;float:right;float:left;font-size:14px;font-weight:normal;height:30px;line-height:30px;margin:0 0 0 6px;max-width:none!important;vertical-align:middle}.swp_social_panelSide span.swp_share{margin:0}.swp_social_panel .sw{float:left;height:30px;line-height:32px;margin:0 5px;text-shadow:none!important;width:20px}.iconFiller{display:block;float:left;height:30px;overflow:hidden;-webkit-transition:width 0.1s linear;transition:width 0.1s linear}.swp_social_panel .iconFiller{width:30px}span.spaceManWilly{display:block;width:120px}.swp_social_panel .total_shares{background:transparent!important;;border:none!important;-webkit-border-radius:2px;border-radius:2px;color:white;cursor:default;display:block;font-size:19px;padding:0 10px;-webkit-box-flex:0!important;-moz-box-flex:0!important;-webkit-flex:none!important;-ms-flex:none!important;flex:none!important}.swp_social_panel .total_sharesalt{background:transparent!important;border:none!important}.swp_social_panel div.total_shares.total_sharesalt,.swp_social_panel:hover div.total_shares.total_sharesalt:not(:nth-child(1)){background:transparent!important;border:none;color:#474b4d;margin-left:0!important;margin-bottom:10px!important}div.swp_social_panel:hover div.total_shares.total_sharesalt:not(:nth-child(1)){background:transparent;color:#474b4d;margin-left:10px}.swp_social_panel .total_shares.total_sharesalt .swp_label{color:#474b4d;font-size:10px;letter-spacing:0;min-width:40px;vertical-align:middle}.swp_social_panel .total_shares .swp_label{font-size:10px;vertical-align:middle}.swp_social_panel .total_shares.total_sharesalt .swp_count{color:#474b4d;font-size:24px}.swp_social_panel:hover .total_shares,.swp_social_panel.swp_full_color .total_shares,.swp_social_panel.swp_fade .total_shares,.swp_social_panel.swp_customFull:hover div.total_shares{background:#e08a0f}.swp_social_panel .nc_tweetContainer.total_shares.total_sharesalt:before{content:"o";display:inline-block;font-family:sw-icon-font;margin-top:7px;vertical-align:top}.swp_social_panel:not(.swp_social_panelSide) .total_shares.total_sharesalt .swp_count{display:inline-block;line-height:0;margin-left:8px;margin-top:12px;min-width:45px;position:relative;vertical-align:middle}span.swp_label{display:block;font-size:9px!important;margin-top:13px;position:absolute;text-align:center!important;text-transform:uppercase}.swp_social_panelSide span.swp_label{margin-top:0}.swp_social_panel.swp_leaf .nc_tweetContainer{-webkit-border-radius:15px 0!important;border-radius:15px 0!important;border-width:1px}.swp_social_panel.swp_pill .nc_tweetContainer{-webkit-border-radius:50px;border-radius:50px;border-width:1px}.swp_social_panel.swp_shift .nc_tweetContainer:not(.total_shares){border-width:1px;-moz-transform:skew(-25deg);-o-transform:skew(-25deg);-webkit-transform:skew(-25deg)}.swp_social_panel.swp_shift .nc_tweetContainer a{-moz-transform:skew(25deg);-o-transform:skew(25deg);-webkit-transform:skew(25deg)}.swp_connected .nc_tweetContainer,.swp_connected:hover .nc_tweetContainer,.swp_connected .nc_tweetContainer:hover{-webkit-border-radius:0!important;border-radius:0!important;border-width:1px;margin:0!important}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_google_plus,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_google_plus:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_google_plus:not(:hover){border:1px solid #df4b37}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_twitter,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_twitter:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_twitter:not(:hover){border:1px solid #429cd6}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_facebook,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_facebook:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_facebook:not(:hover){border:1px solid #3a589e}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_pinterest,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_pinterest:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_pinterest:not(:hover){border:1px solid #cd2029}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_linkedin,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_linkedin:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_linkedin:not(:hover){border:1px solid #0d77b7}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_tumblr,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_tumblr:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_tumblr:not(:hover){border:1px solid #39475d}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_stumbleupon,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_stumbleupon:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_stumbleupon:not(:hover){border:1px solid #ef5025}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_yummly,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_yummly:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_yummly:not(:hover){border:1px solid #e26426}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_reddit,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_reddit:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_reddit:not(:hover){border:1px solid #f04b23}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_email,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_email:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_email:not(:hover){border:1px solid #6bcce9}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_whatsapp,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_whatsapp:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_whatsapp:not(:hover){border:1px solid #71c169}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_pocket,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_pocket:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_pocket:not(:hover){border:1px solid #ef4056}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_buffer,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_buffer:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_buffer:not(:hover){border:1px solid #323b43}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_hacker_news,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_hacker_news:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_hacker_news:not(:hover){border:1px solid #d85623}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_flipboard,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_flipboard:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_flipboard:not(:hover){border:1px solid #bf2626}.swp_social_panel.swp_default_full_color .swp_google_plus,html body .swp_social_panel.swp_individual_full_color .swp_google_plus:hover,body .swp_social_panel.swp_other_full_color:hover .swp_google_plus{background:#df4b37;border:1px solid #c44133}.swp_social_panel.swp_default_full_color .swp_twitter,html body .swp_social_panel.swp_individual_full_color .swp_twitter:hover,body .swp_social_panel.swp_other_full_color:hover .swp_twitter{background:#429cd6;border:1px solid #3c87b2}.swp_social_panel.swp_default_full_color .swp_facebook,html body .swp_social_panel.swp_individual_full_color .swp_facebook:hover,body .swp_social_panel.swp_other_full_color:hover .swp_facebook{background:#3a589e;border:1px solid #2e4675}.swp_social_panel.swp_default_full_color .swp_pinterest,html body .swp_social_panel.swp_individual_full_color .swp_pinterest:hover,body .swp_social_panel.swp_other_full_color:hover .swp_pinterest{background:#cd2029;border:1px solid #aa1b29}.swp_social_panel.swp_default_full_color .swp_linkedin,html body .swp_social_panel.swp_individual_full_color .swp_linkedin:hover,body .swp_social_panel.swp_other_full_color:hover .swp_linkedin{background:#0d77b7;border:1px solid #0c6591}.swp_social_panel.swp_default_full_color .swp_tumblr,html body .swp_social_panel.swp_individual_full_color .swp_tumblr:hover,body .swp_social_panel.swp_other_full_color:hover .swp_tumblr{background:#39475d;border:1px solid #27313f}.swp_social_panel.swp_default_full_color .swp_stumbleupon,html body .swp_social_panel.swp_individual_full_color .swp_stumbleupon:hover,body .swp_social_panel.swp_other_full_color:hover .swp_stumbleupon{background:#ef5025;border:1px solid #d34427}.swp_social_panel.swp_default_full_color .swp_yummly,html body .swp_social_panel.swp_individual_full_color .swp_yummly:hover,body .swp_social_panel.swp_other_full_color:hover .swp_yummly{background:#e26426;border:1px solid #b65027}.swp_social_panel.swp_default_full_color .swp_reddit,html body .swp_social_panel.swp_individual_full_color .swp_reddit:hover,body .swp_social_panel.swp_other_full_color:hover .swp_reddit{background:#f04b23;border:1px solid #d33f27}.swp_social_panel.swp_default_full_color .swp_email,html body .swp_social_panel.swp_individual_full_color .swp_email:hover,body .swp_social_panel.swp_other_full_color:hover .swp_email{background:#6bcce9;border:1px solid #61bace}.swp_social_panel.swp_default_full_color .swp_whatsapp,html body .swp_social_panel.swp_individual_full_color .swp_whatsapp:hover,body .swp_social_panel.swp_other_full_color:hover .swp_whatsapp{background:#71c169;border:1px solid #28b04b}.swp_social_panel.swp_default_full_color .swp_pocket,html body .swp_social_panel.swp_individual_full_color .swp_pocket:hover,body .swp_social_panel.swp_other_full_color:hover .swp_pocket{background:#ef4056;border:1px solid #ce3d55}.swp_social_panel.swp_default_full_color .swp_buffer,html body .swp_social_panel.swp_individual_full_color .swp_buffer:hover,body .swp_social_panel.swp_other_full_color:hover .swp_buffer{background:#323b43;border:1px solid #000}.swp_social_panel.swp_default_full_color .swp_hacker_news,html body .swp_social_panel.swp_individual_full_color .swp_hacker_news:hover,body .swp_social_panel.swp_other_full_color:hover .swp_hacker_news{background:#f16522;border:1px solid #d85623}.swp_social_panel.swp_default_full_color .swp_flipboard,html body .swp_social_panel.swp_individual_full_color .swp_flipboard:hover,body .swp_social_panel.swp_other_full_color:hover .swp_flipboard{background:#e02828;border:1px solid #bf2626}.swp_social_panel.swp_three_dee.swp_default_full_color .swp_google_plus,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_google_plus:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_google_plus{border-bottom:3px solid #c44133}.swp_social_panel.swp_three_dee.swp_default_full_color .swp_twitter,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_twitter:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_twitter{border-bottom:3px solid #5595bc}.swp_social_panel.swp_three_dee.swp_default_full_color .swp_facebook,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_facebook:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_facebook{border-bottom:3px solid #2e4675}.swp_social_panel.swp_three_dee.swp_default_full_color .swp_pinterest,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_pinterest:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_pinterest{border-bottom:3px solid #aa1b29}.swp_social_panel.swp_three_dee.swp_default_full_color .swp_linkedin,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_linkedin:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_linkedin{border-bottom:3px solid #0c6591}.swp_social_panel.swp_three_dee.swp_default_full_color .swp_tumblr,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_tumblr:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_tumblr{border-bottom:3px solid #27313f}.swp_social_panel.swp_three_dee.swp_default_full_color .swp_stumbleupon,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_stumbleupon:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_stumbleupon{border-bottom:3px solid #d34427}.swp_social_panel.swp_three_dee.swp_default_full_color .swp_yummly,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_yummly:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_yummly{border-bottom:3px solid #b65027}.swp_social_panel.swp_three_dee.swp_default_full_color .swp_reddit,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_reddit:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_reddit{border-bottom:3px solid #d33f27}.swp_social_panel.swp_three_dee.swp_default_full_color .swp_email,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_email:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_email{border-bottom:3px solid #61bace}.swp_social_panel.swp_three_dee.swp_default_full_color .swp_whatsapp,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_whatsapp:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_whatsapp{border-bottom:3px solid #28b04b}.swp_social_panel.swp_three_dee.swp_default_full_color .swp_pocket,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_pocket:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_pocket{border-bottom:3px solid #ce3d55}.swp_social_panel.swp_three_dee.swp_default_full_color .swp_buffer,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_buffer:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_buffer{border-bottom:3px solid #000}.swp_social_panel.swp_three_dee.swp_default_full_color .swp_hacker_news,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_hacker_news:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_hacker_news{border-bottom:3px solid #d85623}.swp_social_panel.swp_three_dee.swp_default_full_color .swp_flipboard,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_flipboard:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_flipboard{border-bottom:3px solid #bf2626}.swp_social_panel.swp_default_light_gray .nc_tweetContainer,html body .swp_social_panel.swp_individual_light_gray .nc_tweetContainer:hover,body .swp_social_panel.swp_other_light_gray:hover .nc_tweetContainer{background-color:#ccc;border:1px solid #ccc}.swp_social_panel.swp_three_dee.swp_default_light_gray .nc_tweetContainer:not(.total_sharesalt),html body .swp_social_panel.swp_three_dee.swp_individual_light_gray .nc_tweetContainer:not(.total_sharesalt):hover,body .swp_social_panel.swp_three_dee.swp_other_light_gray:hover .nc_tweetContainer:not(.total_sharesalt){border-bottom:3px solid #999}.swp_social_panel.swp_default_medium_gray .nc_tweetContainer,html body .swp_social_panel.swp_individual_medium_gray .nc_tweetContainer:hover,body .swp_social_panel.swp_other_medium_gray:hover .nc_tweetContainer{background-color:#999;border:1px solid #999}.swp_social_panel.swp_three_dee.swp_default_medium_gray .nc_tweetContainer:not(.total_sharesalt),html body .swp_social_panel.swp_three_dee.swp_individual_medium_gray .nc_tweetContainer:not(.total_sharesalt):hover,body .swp_social_panel.swp_three_dee.swp_other_medium_gray:hover .nc_tweetContainer:not(.total_sharesalt){border-bottom:3px solid #444}.swp_social_panel.swp_default_dark_gray .nc_tweetContainer,html body .swp_social_panel.swp_individual_dark_gray .nc_tweetContainer:hover,body .swp_social_panel.swp_other_dark_gray:hover .nc_tweetContainer{background-color:#444;border:1px solid #444}.swp_social_panel.swp_three_dee.swp_default_dark_gray .nc_tweetContainer:not(.total_sharesalt),html body .swp_social_panel.swp_three_dee.swp_individual_dark_gray .nc_tweetContainer:not(.total_sharesalt):hover,body .swp_social_panel.swp_three_dee.swp_other_dark_gray:hover .nc_tweetContainer:not(.total_sharesalt){border-bottom:3px solid #222}.swp_social_panel.swp_default_light_gray_outlines a,html body .swp_social_panel.swp_individual_light_gray_outlines a:hover,body .swp_social_panel.swp_other_light_gray_outlines:hover a{color:#ccc}.swp_social_panel.swp_default_light_gray_outlines .nc_tweetContainer,html body .swp_social_panel.swp_individual_light_gray_outlines .nc_tweetContainer:hover,body .swp_social_panel.swp_other_light_gray_outlines:hover .nc_tweetContainer{background:transparent;border:1px solid #ccc}.swp_social_panel.swp_default_medium_gray_outlines a,html body .swp_social_panel.swp_individual_medium_gray_outlines a:hover,body .swp_social_panel.swp_other_medium_gray_outlines:hover a{color:#999}.swp_social_panel.swp_default_medium_gray_outlines .nc_tweetContainer,html body .swp_social_panel.swp_individual_medium_gray_outlines .nc_tweetContainer:hover,body .swp_social_panel.swp_other_medium_gray_outlines:hover .nc_tweetContainer{background:transparent;border:1px solid #999}.swp_social_panel.swp_default_dark_gray_outlines a,html body .swp_social_panel.swp_individual_dark_gray_outlines a:hover,body .swp_social_panel.swp_other_dark_gray_outlines:hover a{color:#444}.swp_social_panel.swp_default_dark_gray_outlines .nc_tweetContainer,html body .swp_social_panel.swp_individual_dark_gray_outlines .nc_tweetContainer:hover,body .swp_social_panel.swp_other_dark_gray_outlines:hover .nc_tweetContainer{background:transparent;border:1px solid #444}.swp_social_panel.swp_default_color_outlines .swp_google_plus a,html body .swp_social_panel.swp_individual_color_outlines .swp_google_plus a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_google_plus a{color:#df4b37}.swp_social_panel.swp_default_color_outlines .swp_facebook a,html body .swp_social_panel.swp_individual_color_outlines .swp_facebook a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_facebook a{color:#3a589e}.swp_social_panel.swp_default_color_outlines .swp_pinterest a,html body .swp_social_panel.swp_individual_color_outlines .swp_pinterest a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_pinterest a{color:#cd2029}.swp_social_panel.swp_default_color_outlines .swp_linkedin a,html body .swp_social_panel.swp_individual_color_outlines .swp_linkedin a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_linkedin a{color:#0d77b7}.swp_social_panel.swp_default_color_outlines .swp_tumblr a,html body .swp_social_panel.swp_individual_color_outlines .swp_tumblr a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_tumblr a{color:#39475d}.swp_social_panel.swp_default_color_outlines .swp_stumbleupon a,html body .swp_social_panel.swp_individual_color_outlines .swp_stumbleupon a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_stumbleupon a{color:#ef5025}.swp_social_panel.swp_default_color_outlines .swp_yummly a,html body .swp_social_panel.swp_individual_color_outlines .swp_yummly a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_yummly a{color:#e26426}.swp_social_panel.swp_default_color_outlines .swp_whatsapp a,html body .swp_social_panel.swp_individual_color_outlines .swp_whatsapp a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_whatsapp a{color:#71c169}.swp_social_panel.swp_default_color_outlines .swp_pocket a,html body .swp_social_panel.swp_individual_color_outlines .swp_pocket a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_pocket a{color:#ef4056}.swp_social_panel.swp_default_color_outlines .swp_reddit a,html body .swp_social_panel.swp_individual_color_outlines .swp_reddit a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_reddit a{color:#f04b23}.swp_social_panel.swp_default_color_outlines .swp_email a,html body .swp_social_panel.swp_individual_color_outlines .swp_email a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_email a{color:#6bcce9}.swp_social_panel.swp_default_color_outlines .swp_buffer a,html body .swp_social_panel.swp_individual_color_outlines .swp_buffer a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_buffer a{color:#323b43}.swp_social_panel.swp_default_color_outlines .swp_hacker_news a,html body .swp_social_panel.swp_individual_color_outlines .swp_hacker_news a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_hacker_news a{color:#f16522}.swp_social_panel.swp_default_color_outlines .swp_flipboard a,html body .swp_social_panel.swp_individual_color_outlines .swp_flipboard a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_flipboard a{color:#e02828}.swp_social_panel.swp_default_color_outlines .swp_google_plus,html body .swp_social_panel.swp_individual_color_outlines .swp_google_plus:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_google_plus{background:transparent;border:1px solid #df4b37}.swp_social_panel.swp_default_color_outlines .swp_twitter,html body .swp_social_panel.swp_individual_color_outlines .swp_twitter:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_twitter{background:transparent;border:1px solid #429cd6}.swp_social_panel.swp_default_color_outlines .swp_facebook,html body .swp_social_panel.swp_individual_color_outlines .swp_facebook:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_facebook{background:transparent;border:1px solid #3a589e}.swp_social_panel.swp_default_color_outlines .swp_pinterest,html body .swp_social_panel.swp_individual_color_outlines .swp_pinterest:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_pinterest{background:transparent;border:1px solid #cd2029}.swp_social_panel.swp_default_color_outlines .swp_linkedin,html body .swp_social_panel.swp_individual_color_outlines .swp_linkedin:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_linkedin{background:transparent;border:1px solid #0d77b7}.swp_social_panel.swp_default_color_outlines .swp_tumblr,html body .swp_social_panel.swp_individual_color_outlines .swp_tumblr:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_tumblr{background:transparent;border:1px solid #39475d}.swp_social_panel.swp_default_color_outlines .swp_stumbleupon,html body .swp_social_panel.swp_individual_color_outlines .swp_stumbleupon:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_stumbleupon{background:transparent;border:1px solid #ef5025}.swp_social_panel.swp_default_color_outlines .swp_yummly,html body .swp_social_panel.swp_individual_color_outlines .swp_yummly:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_yummly{background:transparent;border:1px solid #e26426}.swp_social_panel.swp_default_color_outlines .swp_whatsapp,html body .swp_social_panel.swp_individual_color_outlines .swp_whatsapp:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_whatsapp{background:transparent;border:1px solid #71c169}.swp_social_panel.swp_default_color_outlines .swp_reddit,html body .swp_social_panel.swp_individual_color_outlines .swp_reddit:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_reddit{background:transparent;border:1px solid #f04b23}.swp_social_panel.swp_default_color_outlines .swp_email,html body .swp_social_panel.swp_individual_color_outlines .swp_email:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_email{background:transparent;border:1px solid #6bcce9}.swp_social_panel.swp_default_color_outlines .swp_pocket,html body .swp_social_panel.swp_individual_color_outlines .swp_pocket:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_pocket{background:transparent;border:1px solid #ef4056}.swp_social_panel.swp_default_color_outlines .swp_buffer,html body .swp_social_panel.swp_individual_color_outlines .swp_buffer:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_buffer{background:transparent;border:1px solid #323b43}.swp_social_panel.swp_default_color_outlines .swp_hacker_news,html body .swp_social_panel.swp_individual_color_outlines .swp_hacker_news:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_hacker_news{background:transparent;border:1px solid #f16522}.swp_social_panel.swp_default_color_outlines .swp_flipboard,html body .swp_social_panel.swp_individual_color_outlines .swp_flipboard:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_flipboard{background:transparent;border:1px solid #bf2626}.swp_social_panelSide{flex-direction:column;height:auto;overflow:visible;-webkit-transition:all 0.2s linear;transition:all 0.2s linear;z-index:9998;margin:10px 5px!important;padding:0;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column}.swp_social_panelSide.slide,.swp_social_panelSide.fade{position:fixed;-webkit-transition:all 0.2s linear;transition:all 0.2s linear}.swp_social_panelSide.fade.swp_float_left{left:5px}.swp_social_panelSide.fade.swp_float_right{right:5px}.swp_social_panelSide[class*=swp_side]{height:auto;display:flex;position:fixed;padding:30px 0}.swp_social_panelSide.fade{display:none}.swp_social_panelSide.swp_float_right{align-content:flex-end}.swp_social_panelSide.swp_side_top{top:15px}.swp_social_panelSide.swp_side_bottom{bottom:15px}.swp_social_panelSide.swp_side_center{}.swp_social_panelSide .nc_tweetContainer{-webkit-border-radius:3px;border-radius:3px;clear:both;display:block;font-family:Lato,sans-serif;height:32px;margin:3px 0!important;overflow:hidden;padding:0;-webkit-transition:all 0.1s linear;transition:all 0.1s linear;vertical-align:top;width:90px}.swp_social_panelSide .nc_tweetContainer .iconFiller{display:inline-block;height:40px;margin:0 6px;padding:0;-webkit-transition:all 0.1s linear;transition:all 0.1s linear;vertical-align:middle;width:21px}.swp_social_panelSide .nc_tweetContainer .swp_count{display:inline-block;font-size:14px;height:32px;line-height:16px;margin:0;overflow:hidden;padding:0;text-align:right;-webkit-transition:all 0.1s linear;transition:all 0.1s linear;vertical-align:top;width:0}.swp_social_panelSide .nc_tweetContainer a{cursor:pointer;display:block;font-weight:500;height:36px;margin:0;padding:0;text-decoration:none;-webkit-transition:all 0.1s linear;transition:all 0.1s linear;vertical-align:top}.swp_social_panelSide .nc_tweetContainer .sw,.swp_social_panelSide .nc_tweetContainer .swp_share{float:left;line-height:34px}.swp_social_panelSide.swp_default .nc_tweetContainer .sw{line-height:32px}.swp_social_panelSide.swp_default .nc_tweetContainer .swp_share{line-height:30px}.swp_social_panelSide .nc_tweetContainer .swp_share{font-size:13px}.swp_social_panelSide .nc_tweetContainer:hover,.swp_social_panelSide .nc_tweetContainer:hover .iconFiller,.swp_social_panelSide .nc_tweetContainer:hover .swp_count{-webkit-transition:all 0.1s linear;transition:all 0.1s linear}.swp_social_panelSide.swp_boxed .nc_tweetContainer,.swp_social_panelSide.swp_circles .nc_tweetContainer{margin-bottom:5px;width:67.5px!important}.swp_social_panelSide.swp_boxed .nc_tweetContainer,.swp_social_panelSide.swp_boxed .nc_tweetContainer a,.swp_social_panelSide.swp_circles .nc_tweetContainer,.swp_social_panelSide.swp_circles .nc_tweetContainer a{width:67.5px;height:67.5px;position:relative}.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares),.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares) a{border-radius:50%!important}.swp_social_panelSide.swp_boxed .nc_tweetContainer i.sw,.swp_social_panelSide.swp_circles .nc_tweetContainer i.sw{font-size:27px;height:40px;margin:0;padding-top:10px;text-align:center;width:100%}.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares) span.swp_share,.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares) span.swp_share{height:35px;opacity:0;position:absolute;bottom:0;left:0;text-align:center;width:67.5px}.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares) span.swp_count,.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares) span.swp_count{height:35px;margin:0;padding:0;position:absolute;bottom:0;left:0;text-align:center;-webkit-transition:padding 0.1s linear;transition:padding 0.1s linear;width:100%}.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares) span.swp_count.swp_hide,.swp_social_panelSide.swp_boxed .nc_tweetContainer span.swp_hide .iconFiller,.swp_social_panelSide.swp_boxed .nc_tweetContainer span.swp_hide .spaceManWilly,.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares) span.swp_count.swp_hide,.swp_social_panelSide.swp_circles .nc_tweetContainer span.swp_hide .iconFiller,.swp_social_panelSide.swp_circles .nc_tweetContainer span.swp_hide .spaceManWilly{height:67.5px;opacity:1}.swp_social_panelSide.swp_boxed .nc_tweetContainer span.iconFiller,.swp_social_panelSide.swp_circles .nc_tweetContainer span.iconFiller{height:40px;width:67.5px}.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares):hover span.swp_count:not(.swp_hide),.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares):hover span.swp_count:not(.swp_hide){opacity:0}.swp_social_panelSide.swp_boxed .total_shares,.swp_social_panelSide.swp_circles .total_shares{padding:0;width:67.5px!important}.swp_social_panelSide .nc_tweetContainer:not(.total_shares){line-height:34px}.swp_social_panelSide:not(.swp_boxed):not(.swp_circles) .nc_tweetContainer:not(.total_shares) .iconFiller{margin-left:2px;width:30px}.swp_social_panelSide .nc_tweetContainer:not(.total_shares) .swp_count{padding:0 8px;width:48px}.swp_social_panelSide .nc_tweetContainer:not(.total_shares) .swp_count.swp_hide{padding:0;width:100%}.swp_social_panelSide .nc_tweetContainer:not(.total_shares) .swp_count.swp_hide .iconFiller{display:block;float:none;margin:0 auto}.swp_social_panelSide:not(.swp_boxed):not(.swp_circles) .nc_tweetContainer:not(.total_shares):hover{width:150px}.swp_social_panelSide .nc_tweetContainer[data-network]:not(.total_shares):hover .iconFiller,.swp_social_panelSide .nc_tweetContainer:not(.total_shares) .spaceManWilly{width:90px}.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares):hover .iconFiller,.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares) .spaceManWilly,.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares):hover .iconFiller,.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares) .spaceManWilly{width:100%}.swp_social_panelSide .nc_tweetContainer.total_shares{background:rgba(0,0,0,0);border:0!important;font-weight:800;height:55px;margin:0;padding:0;text-align:center;width:90px;order:-100}.swp_social_panelSide .nc_tweetContainer.total_shares .swp_count{color:#444;display:block;font-family:Lato,sans-serif;height:28px;text-align:center;width:100%}.swp_social_panelSide .nc_tweetContainer.total_shares .swp_label{color:#444;display:block;font-family:Lato,sans-serif;font-size:50%;position:relative;text-align:center;width:100%}.nc_wrapper{background:white;position:fixed;-webkit-transition:top 0.5s bottom 0.5s;transition:top 0.5s bottom 0.5s;width:100%;z-index:99999}.nc_wrapper.bottom{bottom:0;left:0}.nc_wrapper.top{top:0;left:0}.nc_floater{margin:10px 0;position:relative;left:304px;width:740px}.swp_social_panelSide.hideCounts a{text-align:center}.swp_social_panelSide.hideCounts .iconFiller{float:none;text-align:left}.sw{display:inline-block;font-family:sw-icon-font!important;font-size:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;text-rendering:auto;text-transform:none!important;-ms-transform:translate(0,0);-webkit-transform:translate(0,0);transform:translate(0,0)}.sw:before{display:block!important}.wp-editor-container .sw:before{font-size:18px;line-height:22px}.wp-editor-container .sw-social-warfare:before{color:#ee464f}.mce-container .sw-social-warfare{color:#ee464f;font-size:20px;margin-right:15px;vertical-align:middle}i.swp_google_plus_icon:before{content:"h"}i.swp_pinterest_icon:before{content:"b"}i.swp_twitter_icon:before{content:"s"}i.swp_facebook_icon:before{content:"j"}i.swp_linkedin_icon:before{content:"f"}i.swp_tumblr_icon:before{content:"r"}i.swp_stumbleupon_icon:before{content:"q"}i.swp_reddit_icon:before{content:"a"}i.swp_email_icon:before{content:"k"}i.swp_yummly_icon:before{content:"x"}i.swp_whatsapp_icon:before{content:"y"}i.swp_pocket_icon:before{content:"B"}i.swp_buffer_icon:before{content:"z"}i.swp_hacker_news_icon:before{content:"D"}i.swp_flipboard_icon:before{content:"C"}.sw-social-warfare:before{content:"p"}.swp_CTT{text-decoration:none!important}.sw-tweet-clear{zoom:1}.sw-tweet-clear:after{clear:both;content:".";display:block;height:0;visibility:hidden}.sw-click-to-tweet{display:block;margin:15px 0;padding:15px 30px;position:relative}.sw-click-to-tweet:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}.sw-click-to-tweet .sw-ctt-text{margin:0 0 10px;padding:0;position:relative;word-wrap:break-word}a .sw-click-to-tweet .sw-ctt-text{display:block;font-size:24px;font-weight:500;line-height:140%;margin:0;padding:0;position:relative;text-decoration:none;text-transform:none}.sw-click-to-tweet .sw-ctt-btn{display:block;float:right;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:bold;line-height:100%;margin:10px 0 0;padding:3px 5px 3px 3px;position:relative;text-decoration:none;text-transform:uppercase}.sw-click-to-tweet i.swp_twitter_icon{float:right;font-size:21px;margin-left:15px!important;margin-top:2px;text-transform:none}a.swp_CTT.style1 .sw-click-to-tweet{background-color:#fff;border:1px solid #ddd;-webkit-border-radius:4px;border-radius:4px}a.swp_CTT.style2 .sw-click-to-tweet{background-color:#fff;border:4px double #ddd;-webkit-border-radius:0;border-radius:0}a.style2 .sw-click-to-tweet .sw-ctt-text{color:#666;font-style:italic;text-decoration:none}a.swp_CTT.style3:hover .sw-click-to-tweet{border-left:10px solid #3c87b2;padding-right:20px;-webkit-transition:all 0.25s linear;transition:all 0.25s linear}a.swp_CTT.style3 .sw-click-to-tweet{background-color:#429cd6;border:none;border-left:10px solid #429cd6;-webkit-border-radius:0;border-radius:0;padding-right:20px;-webkit-transition:all 0.25s linear;transition:all 0.25s linear}a.style3 .sw-click-to-tweet .sw-ctt-text{color:#fff;font-style:italic;text-decoration:none}a.swp_CTT.style4:hover .sw-click-to-tweet{border-left:10px solid #3c87b2;-webkit-transition:all 0.25s linear;transition:all 0.25s linear}a.swp_CTT.style4 .sw-click-to-tweet{background-color:#333;border-left:10px solid #c33;-webkit-border-radius:0;border-radius:0;-webkit-transition:all 0.25s linear;transition:all 0.25s linear}a.swp_CTT.style5:hover .sw-click-to-tweet{background-color:#d34250;border-left:10px solid #30394f;-webkit-transition:all 0.25s linear;transition:all 0.25s linear}a.swp_CTT.style5 .sw-click-to-tweet{background-color:#30394f;border-left:10px solid #d34250;-webkit-border-radius:0;border-radius:0;-webkit-transition:all 0.25s linear;transition:all 0.25s linear}a.swp_CTT.style6:hover .sw-click-to-tweet{background-color:#ced3dc;border-left:10px solid #d34250;-webkit-transition:all 0.25s linear;transition:all 0.25s linear}a.swp_CTT.style6 .sw-click-to-tweet{background-color:#eee;border-left:10px solid #d34250;-webkit-border-radius:0;border-radius:0;-webkit-transition:all 0.25s linear;transition:all 0.25s linear}a.style6 .sw-click-to-tweet i.swp_twitter{color:#30394f}.swp_pop_thumb{-webkit-border-radius:3px;border-radius:3px;float:left;height:100px;margin:5px 25px 5px 0;width:100px}.swp_popular_post{clear:both}.swp_clearfix:after{clear:both;content:" ";display:block;height:0;visibility:hidden}.swp_popular_post a.swp_popularity{border:none;display:block;line-height:1.5;margin:20px 0}span.swp_pop_count{display:block;font-size:70%}.swp_widget_box{-webkit-border-radius:3px;border-radius:3px}div.sw-pinit{display:table!important;line-height:0;position:relative!important}div.sw-pinit a.sw-pinit-button,div.sw-pinit a.sw-pinit-button:visited{background:#cd2029;border:1px solid #aa1b29;border:0;border-bottom:none;-webkit-border-radius:4px;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:#fff;font-family:Lato,sans-serif;font-size:20px;font-size:15px;height:32px;line-height:32px;opacity:0;padding:0 20px;position:absolute;text-decoration:none;text-decoration:none;-webkit-transition:opacity 0.5s;transition:opacity 0.5s;z-index:200}div.sw-pinit:hover a.sw-pinit-button,div.sw-pinit:focus a.sw-pinit-button{opacity:1}div.sw-pinit a.sw-pinit-button::before{color:#fff;content:"b";float:left;font-family:sw-icon-font;font-size:20px;font-weight:400;line-height:36px;margin-left:-5px;margin-right:10px}div.sw-pinit a.sw-pinit-button:hover::before{content:"F"}div.sw-pinit a.sw-pinit-button:hover,div.sw-pinit a.sw-pinit-button:focus{background:#aa1b29;color:#fff;text-decoration:none}div.sw-pinit .sw-pinit-left{left:30px}div.sw-pinit .sw-pinit-center{margin-left:-60px;left:50%}div.sw-pinit .sw-pinit-right{right:30px}div.sw-pinit .sw-pinit-top{top:30px}div.sw-pinit .sw-pinit-middle{margin-top:-25px;top:50%}div.sw-pinit .sw-pinit-bottom{bottom:30px}.swp_social_panel.notMobile .nc_tweetContainer:nth-last-child(1),.mobile .nc_tweetContainer:nth-last-child(2),.nc_tweetContainer.total_shares:nth-last-child(1){margin-right:0}.swp_social_panel.swp_default_full_color a,html body .swp_social_panel.swp_individual_full_color .nc_tweetContainer:hover a,body .swp_social_panel.swp_other_full_color:hover a,.swp_social_panel.swp_default_light_gray a,html body .swp_social_panel.swp_individual_light_gray .nc_tweetContainer:hover a,body .swp_social_panel.swp_other_light_gray:hover a,.swp_social_panel.swp_default_medium_gray a,html body .swp_social_panel.swp_individual_medium_gray a:hover,body .swp_social_panel.swp_other_medium_gray:hover a,.swp_social_panel.swp_default_dark_gray a,html body .swp_social_panel.swp_individual_dark_gray a:hover,body .swp_social_panel.swp_other_dark_gray:hover a{color:white}.swp_social_panel.swp_default_color_outlines .swp_twitter a,html body .swp_social_panel.swp_individual_color_outlines .swp_twitter a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_twitter a,.wp-editor-container .swp_twitter:before,a.style1 .sw-click-to-tweet i.swp_twitter,a.style2 .sw-click-to-tweet i.swp_twitter{color:#429cd6}.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares) .swp_hide span.swp_share,.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares):hover span.swp_share:not(.swp_hide),.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares) .swp_hide span.swp_share,.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares):hover span.swp_share:not(.swp_hide){opacity:1}.swp_social_panel.mobile .iconFiller ~ .swp_count,.sw-content-locator{display:none}a.style1 .sw-click-to-tweet .sw-ctt-text,a.style1 .sw-click-to-tweet .sw-ctt-btn{color:#999;text-decoration:none}a.style1:hover .sw-click-to-tweet .sw-ctt-text,a.style1:hover .sw-click-to-tweet .sw-ctt-btn,a.style2:hover .sw-click-to-tweet .sw-ctt-text,a.style2 .sw-click-to-tweet .sw-ctt-btn,a.style2:hover .sw-click-to-tweet .sw-ctt-btn{color:#666;text-decoration:none}a.style3:hover .sw-click-to-tweet .sw-ctt-text,a.style3 .sw-click-to-tweet .sw-ctt-btn,a.style3:hover .sw-click-to-tweet .sw-ctt-btn,a.style3 .sw-click-to-tweet i.swp_twitter,a.style4 .sw-click-to-tweet .sw-ctt-text,a.style4:hover .sw-click-to-tweet .sw-ctt-text,a.style4 .sw-click-to-tweet .sw-ctt-btn,a.style4:hover .sw-click-to-tweet .sw-ctt-btn,a.style5 .sw-click-to-tweet .sw-ctt-text,a.style5:hover .sw-click-to-tweet .sw-ctt-text,a.style5 .sw-click-to-tweet .sw-ctt-btn,a.style5:hover .sw-click-to-tweet .sw-ctt-btn{color:#fff;text-decoration:none}a.style4 .sw-click-to-tweet i.swp_twitter,a.style5 .sw-click-to-tweet i.swp_twitter{color:#fff}a.style6 .sw-click-to-tweet .sw-ctt-text,a.style6 .sw-click-to-tweet .sw-ctt-btn{color:#30394f;text-decoration:none}a.style6:hover .sw-click-to-tweet .sw-ctt-text,a.style6:hover .sw-click-to-tweet .sw-ctt-btn,a.style6:hover .sw-click-to-tweet i.swp_twitter{color:#2a2d34;text-decoration:none}.scale-70{-ms-transform:scale(0.7);-webkit-transform:scale(0.7);transform:scale(0.7)}.swp_social_panel:not(.nc_floater).scale-70.scale-full_width{width:142.8571428571429%!important}.scale-80{-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8)}.swp_social_panel:not(.nc_floater).scale-80.scale-full_width{width:125%!important}.scale-90{-ms-transform:scale(0.9);-webkit-transform:scale(0.9);transform:scale(0.9)}.swp_social_panel:not(.nc_floater).scale-90.scale-full_width{width:111.111111111111%!important}.scale-110{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.swp_social_panel:not(.nc_floater).scale-110.scale-full_width{width:90.90909090909091%!important}.scale-120{-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2)}.swp_social_panel:not(.nc_floater).scale-120.scale-full_width{width:83.33333333333333%!important}.scale-130{-ms-transform:scale(1.3);-webkit-transform:scale(1.3);transform:scale(1.3)}.swp_social_panel:not(.nc_floater).scale-130.scale-full_width{width:76.92307692307692%!important}.scale-140{-ms-transform:scale(1.4);-webkit-transform:scale(1.4);transform:scale(1.4)}.swp_social_panel:not(.nc_floater).scale-140.scale-full_width{width:71.42857142857143%!important}.scale-full_width,.scale-left,.nc_floater.scale-center,.nc_floater.scale-right{-ms-transform-origin:left;-webkit-transform-origin:left;transform-origin:left}.scale-right{-ms-transform-origin:right;-webkit-transform-origin:right;transform-origin:right}.scale-center{-ms-transform-origin:center;-webkit-transform-origin:center;transform-origin:center}div.swp_social_panel .nc_tweetContainer.swp_emphasize{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}.sw-pinit.aligncenter{margin:0 auto}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){div.sw-pinit{display:inline-block!important;max-width:100%}}.swp_hidden_pin_image{height:0;opacity:0;position:absolute;top:0;width:0}.fl-module-content .uabb-blog-posts .uabb-post-thumbnail .sw-pinit.lazyloaded{display:block!important}.swp-content-locator{display:none!important;margin:0!important}.float-position-top-left{transform-origin:top left}.float-position-center-left{transform-origin:center left}.float-position-bottom-left{transform-origin:bottom left}.float-position-top-right{transform-origin:top right}.float-position-center-right{transform-origin:center right}.float-position-bottom-right{transform-origin:bottom right}div[class*=custom_color][class^=_wrapper]{display:none}/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url(/wp-includes/fonts/dashicons.eot)}@font-face{font-family:dashicons;src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),url(/wp-includes/fonts/dashicons.ttf) format("truetype"),url(/wp-includes/fonts/dashicons.svg#dashicons) format("svg");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashicons-menu:before{content:"\f333"}.dashicons-admin-site:before{content:"\f319"}.dashicons-dashboard:before{content:"\f226"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-users:before{content:"\f110"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-filter:before{content:"\f536"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-links:before,.dashicons-format-links:before{content:"\f103"}.dashicons-admin-post:before,.dashicons-format-standard:before{content:"\f109"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-video:before{content:"\f126"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-quote:before{content:"\f122"}.dashicons-welcome-edit-page:before,.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-filter:before{content:"\f533"}.dashicons-undo:before{content:"\f171"}.dashicons-redo:before{content:"\f172"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-distractionfree:before,.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-video:before{content:"\f219"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-table:before{content:"\f535"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-none:before{content:"\f138"}.dashicons-lock:before{content:"\f160"}.dashicons-unlock:before{content:"\f528"}.dashicons-calendar:before{content:"\f145"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-visibility:before{content:"\f177"}.dashicons-hidden:before{content:"\f530"}.dashicons-post-status:before{content:"\f173"}.dashicons-edit:before{content:"\f464"}.dashicons-post-trash:before,.dashicons-trash:before{content:"\f182"}.dashicons-sticky:before{content:"\f537"}.dashicons-external:before{content:"\f504"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-leftright:before{content:"\f229"}.dashicons-sort:before{content:"\f156"}.dashicons-randomize:before{content:"\f503"}.dashicons-list-view:before{content:"\f163"}.dashicons-excerpt-view:before,.dashicons-exerpt-view:before{content:"\f164"}.dashicons-grid-view:before{content:"\f509"}.dashicons-move:before{content:"\f545"}.dashicons-hammer:before{content:"\f308"}.dashicons-art:before{content:"\f309"}.dashicons-migrate:before{content:"\f310"}.dashicons-performance:before{content:"\f311"}.dashicons-universal-access:before{content:"\f483"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-tickets:before{content:"\f486"}.dashicons-nametag:before{content:"\f484"}.dashicons-clipboard:before{content:"\f481"}.dashicons-heart:before{content:"\f487"}.dashicons-megaphone:before{content:"\f488"}.dashicons-schedule:before{content:"\f489"}.dashicons-wordpress:before{content:"\f120"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-pressthis:before{content:"\f157"}.dashicons-update:before{content:"\f463"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-cart:before{content:"\f174"}.dashicons-feedback:before{content:"\f175"}.dashicons-cloud:before{content:"\f176"}.dashicons-translation:before{content:"\f326"}.dashicons-tag:before{content:"\f323"}.dashicons-category:before{content:"\f318"}.dashicons-archive:before{content:"\f480"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-text:before{content:"\f478"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-yes:before{content:"\f147"}.dashicons-no:before{content:"\f158"}.dashicons-no-alt:before{content:"\f335"}.dashicons-plus:before{content:"\f132"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-minus:before{content:"\f460"}.dashicons-dismiss:before{content:"\f153"}.dashicons-marker:before{content:"\f159"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-star-empty:before{content:"\f154"}.dashicons-flag:before{content:"\f227"}.dashicons-info:before{content:"\f348"}.dashicons-warning:before{content:"\f534"}.dashicons-share:before{content:"\f237"}.dashicons-share1:before{content:"\f237"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-twitter:before{content:"\f301"}.dashicons-rss:before{content:"\f303"}.dashicons-email:before{content:"\f465"}.dashicons-email-alt:before{content:"\f466"}.dashicons-facebook:before{content:"\f304"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-networking:before{content:"\f325"}.dashicons-googleplus:before{content:"\f462"}.dashicons-location:before{content:"\f230"}.dashicons-location-alt:before{content:"\f231"}.dashicons-camera:before{content:"\f306"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-vault:before{content:"\f178"}.dashicons-shield:before{content:"\f332"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-sos:before{content:"\f468"}.dashicons-search:before{content:"\f179"}.dashicons-slides:before{content:"\f181"}.dashicons-analytics:before{content:"\f183"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-area:before{content:"\f239"}.dashicons-groups:before{content:"\f307"}.dashicons-businessman:before{content:"\f338"}.dashicons-id:before{content:"\f336"}.dashicons-id-alt:before{content:"\f337"}.dashicons-products:before{content:"\f312"}.dashicons-awards:before{content:"\f313"}.dashicons-forms:before{content:"\f314"}.dashicons-testimonial:before{content:"\f473"}.dashicons-portfolio:before{content:"\f322"}.dashicons-book:before{content:"\f330"}.dashicons-book-alt:before{content:"\f331"}.dashicons-download:before{content:"\f316"}.dashicons-upload:before{content:"\f317"}.dashicons-backup:before{content:"\f321"}.dashicons-clock:before{content:"\f469"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-microphone:before{content:"\f482"}.dashicons-desktop:before{content:"\f472"}.dashicons-laptop:before{content:"\f547"}.dashicons-tablet:before{content:"\f471"}.dashicons-smartphone:before{content:"\f470"}.dashicons-phone:before{content:"\f525"}.dashicons-smiley:before{content:"\f328"}.dashicons-index-card:before{content:"\f510"}.dashicons-carrot:before{content:"\f511"}.dashicons-building:before{content:"\f512"}.dashicons-store:before{content:"\f513"}.dashicons-album:before{content:"\f514"}.dashicons-palmtree:before{content:"\f527"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-money:before{content:"\f526"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-layout:before{content:"\f538"}.dashicons-paperclip:before{content:"\f546"}/* WooCommerce
--------------------------------------------- */

.woocommerce .content {
	background: #fff;
	padding: 50px;
}

.single.woocommerce .content {
	padding: 0px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0 0 5%;
	padding: .5%;
	width: 33.3333%;
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
	width: 50%;
}

.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li, 
.woocommerce-page ul.cart_list li, 
.woocommerce-page ul.product_list_widget li {
	float: left;
	padding: 1%;
	width: 25%
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: auto;
}

.woocommerce ul.products li.product h3 {
	padding: 10px 0;
}

.woocommerce.single .entry-title {
	text-align: left;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: #8F6F74;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	background-color: #d8aeae;
	border: 1px solid #d8aeae;
	border-radius: 0;
	color: #FFF;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 600;
	padding: 13px 20px;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover  {
	background: #fff !important;
	color: #d8aeae;
}

.woocommerce .quantity .qty {
	padding: 6px;
}

.woocommerce ul.products li.product .price del {
	display: inline-block;
}

.woocommerce ul.products li.product .onsale {
	background: #8f6f74;
	right: 6px;
	top: 6px;
	margin: 0;
	z-index: 9;
}

.woocommerce span.onsale {
	border-radius: 0;
}

.woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce form .form-row .required {
	color: #8F6F74;
}

.woocommerce a.remove {
	color: #8F6F74 !important;
}

.woocommerce a.remove:hover {
	background: #8F6F74;
	color: #fff;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: #fff;
	border-top-color: #fff;
	border-bottom: 1px solid #eae5d9;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
	border-color: #fff;
}

#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	margin: 6px 10px;
	border-color: #FAF9F6;
	width: 125px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login, 
.woocommerce form.register {
	border-color: #FAF9F6;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #FAF9F6;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background: #fff;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
	border-color: transparent transparent #fff;
}

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

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100%;
	}

}.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons ul {
	margin: 0;
	padding: 0;
}

.simple-social-icons ul li {
	background: none !important;
	border: none !important;
	float: left;
	list-style-type: none !important;
	margin: 0 6px 12px !important;
	padding: 0 !important;
}

.simple-social-icons ul li a {
	border: none !important;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	height: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none !important;
	text-transform: none !important;
	width: 1em;
}

.simple-social-icons ul.aligncenter {
	text-align: center;
}

.simple-social-icons ul.aligncenter li {
	display: inline-block;
	float: none;
}

.simple-social-icons .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}.jetpack_widget_social_icons ul,
.jetpack_widget_social_icons li {
	list-style: none;
}

.jetpack_widget_social_icons ul {
	display: block;
	margin: 0 0 1.5em;
	padding: 0;
}

.jetpack_widget_social_icons ul li {
	border: 0;
	display: inline-block;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.jetpack_widget_social_icons ul li:before,
.jetpack_widget_social_icons ul li:after {
	display: none;
}

.jetpack_widget_social_icons a {
	border: 0;
	box-shadow: none;
	display: block;
	height: 24px;
	text-decoration: none;
	width: 24px;
}

.jetpack_widget_social_icons svg {
	color: inherit;
	fill: currentColor;
	height: inherit;
	vertical-align: middle;
	width: inherit;
}

/* Sizes */

.jetpack_widget_social_icons ul.size-small a {
	height: 24px;
	width: 24px;
}

.jetpack_widget_social_icons ul.size-medium a {
	height: 32px;
	width: 32px;
}

.jetpack_widget_social_icons ul.size-large a {
	height: 48px;
	width: 48px;
}

/*
Text meant only for screen readers.
Provides support for themes that do not bundle this CSS yet.
@see https://make.wordpress.org/accessibility/2015/02/09/hiding-text-for-screen-readers-with-wordpress-core/
***********************************/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute ! important;
	width: 1px;
	word-wrap: normal ! important;
}
/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(/wp-content/plugins/jetpack/modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(/wp-content/plugins/jetpack/modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;filter:alpha(opacity=20);opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{filter:alpha(opacity=60);opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;filter:alpha(opacity=100);opacity:1}.jp-carousel-slide{filter:alpha(opacity=25);opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0 9px;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{filter:alpha(opacity=100);opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}
.contact-form .clear-form{clear:both}.contact-form input[type=email],.contact-form input[type=text],.contact-form input[type=url]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#aaa;margin-left:4px;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea{width:250px;max-width:100%;box-sizing:border-box}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}
.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}
@font-face{font-family:Noticons;src:url(https://wordpress.com/i/noticons/Noticons.woff)}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:-ms-flexbox;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin-top:4px}.comment-likes-widget-placeholder::before{-webkit-font-smoothing:antialiased;font-family:Noticons;font-size:20px;line-height:.9;color:#5cb5d4;content:'\f408';width:16px;display:inline-block;vertical-align:middle}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:2px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}
#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em 0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-block.sd-gplus{margin:0 0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#777!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,.sd-social-text .sd-content ul li.share-google-plus-1 a:before{content:'\f218'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.googleplus1_button .g-plus{vertical-align:top!important}.reddit_button iframe{margin-top:1px}.googleplus1_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px;top:0\9}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button{background:#dd4b39;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em 0}
.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;*display:inline;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}
body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}
div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}
#subscribe-email input{width:95%}.comment-subscription-form .subscribe-label{display:inline!important}
.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}
.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest.com"]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}
.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}
.jetpack-display-remote-posts{margin:5px 0 20px 0}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}
.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}
div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}
.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}
.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}
.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}
/*!
* Do not modify this file directly.  It is compiled SASS code.
*/#wp-admin-bar-jetpack-idc.hide{display:none}#wp-admin-bar-jetpack-idc .jp-idc-admin-bar{background:#fff;border-radius:2px;color:#23282d;padding:4px 8px;font-size:12px}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons{color:#23282d;font-family:dashicons}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before{font-size:16px}#wpadminbar #wp-admin-bar-jetpack-idc:hover .ab-item{background:inherit}#wpadminbar #wp-admin-bar-jetpack-idc:hover .jp-idc-admin-bar{background:#eee}
.wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}
.widget_eu_cookie_law_widget{border:none;bottom:1em;display:none;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law form{margin-bottom:0}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}
.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{-ms-flex-line-pack:justify;align-content:space-between;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:center;justify-content:center}.flickr-images img{max-width:100%;margin:5px}
@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{-ms-flex-direction:column;flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}