/*-------------------------------

	POPUP.CSS

-------------------------------*/

.popup_back {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.popup_cont {
    position: fixed;
    z-index: 400;
    width: 80%;

}

.preloader {
    z-index: 101;
}

/*---------------------

	EDIT BELOW

*/

.popup_close {
    cursor: pointer;
    position: absolute;
    padding: 5px;
    right: -10px;
    top: -10px;
    font-size: 40px;
    background-color: #f7ba2d;
    border-radius: 12px;
    color: #fff;
    line-height: 20px
}

.popup_close:hover {
    color: #fff;
    background-color: #d52b3f;
}

.popup_content {
    overflow: hidden
}

.popup_content ul, .popup_content ol {
    margin: 20px 0;
    padding: 0 0 23px 40px;
    line-height: 26px;
    list-style-type: disc;
}

.popup_back {
    cursor: pointer;
    background-color: #222;
}

div.popup {
    background: #fff;
    padding: 5%;
    box-shadow: 0 3px 10px #222;
    overflow: hidden;
}

.preloader {
    left: 50%;
    margin: -10px 0 0 -25px;
    position: fixed;
    top: 50%;
}
/*
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.7.5
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Browser Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	margin: 20px 0 30px;
	padding-left: 20px;
	border-left: 5px solid;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

article,
aside,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

/* Basic Styles */
/* Body */
body {
	color: #666;
	background-color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7em;
}

body.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container,
body.et_fixed_nav.et_boxed_layout #page-container {
	padding-top: 80px;
}

body.page-template-page-template-blank-php #page-container {
	padding-top: 0 !important;
}

body.et_cover_background {
	background-repeat: no-repeat !important;
	background-attachment: fixed;
	background-position: top center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}

/* Links */
a {
	color: #2ea3f2;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Inline Elements */
p {
	padding-bottom: 1em;
}

p:last-of-type {
	padding-bottom: 0;
}

p.et_normal_padding {
	padding-bottom: 1em;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

pre,
code {
	margin-bottom: 10px;
	font-family: Courier New, monospace;
}

ins {
	text-decoration: none;
}

sup,
sub {
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}

sup {
	bottom: 0.8em;
}

sub {
	top: 0.3em;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

blockquote p {
	padding-bottom: 0;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
	padding-bottom: 10px;
	color: #333;
	font-weight: 500;
	line-height: 1em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

/* Forms */
input {
	-webkit-appearance: none;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
}

input[type=radio] {
	-webkit-appearance: radio;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea,
select {
	padding: 2px;
	border: 1px solid #bbb;
	color: #4e4e4e;
	background-color: #fff;
}

input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
	border-color: #2d3940;
	color: #3e3e3e;
}

input[type=text],
input.text,
input.title,
textarea,
select {
	margin: 0;
}

textarea {
	padding: 4px;
}

/* Images */
img {
	max-width: 100%;
	height: auto;
}

#ie8 img {
	width: auto;
}

/* Clearfix */
.clear {
	clear: both;
}

br.clear {
	margin: 0;
	padding: 0;
}

.et_vertical_nav #page-container:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}

/* Word Break */
#et-secondary-menu li,
#top-menu li {
	word-wrap: break-word;
}

/* Accent Color */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	background: #2ea3f2;
}

#et_search_icon:hover,
.mobile_menu_bar:before,
.mobile_menu_bar:after,
.et-social-icon a:hover,
.comment-reply-link,
.form-submit input,
.entry-summary p.price ins,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.et_password_protected_form .et_submit_button,
.nav-single a,
.posted_in a,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
.bottom-nav li.current-menu-item > a,
.footer-widget h4 {
	color: #2ea3f2;
}

.et-search-form,
.nav li ul,
.et_mobile_menu,
.footer-widget li:before,
blockquote {
	border-color: #2ea3f2;
}

#top-header,
#et-secondary-nav li ul {
	background-color: #2ea3f2;
}

/* Containers */
#main-content {
	background-color: #fff;
}

#main-header {
	-webkit-transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
	-moz-transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
	transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
}

.container {
	position: relative;
	width: 80%;
	max-width: 1080px;
	margin: auto;
}

#main-content .container {
	padding-top: 58px;
}

.et_full_width_page #main-content .container:before,
.et_full_width_portfolio_page #main-content .container:before {
	display: none;
}

/* Transparent Nav */
.et_transparent_nav #page-container {
	padding-top: 0 !important;
}

/* Boxed Layout */
.et_boxed_layout #page-container {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.et_boxed_layout #page-container,
.et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header,
.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container #main-header,
.et_fixed_nav.et_boxed_layout #page-container #top-header,
.et_fixed_nav.et_boxed_layout #page-container #main-header,
.et_boxed_layout #page-container .container,
.et_boxed_layout #page-container .et_pb_row,
.et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
.et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row,
.et_boxed_layout.et_pb_pagebuilder_layout.single #page-container .et_pb_row {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}

.et_boxed_layout.et_vertical_nav #page-container {
	max-width: 1425px;
}

.et_boxed_layout.et_vertical_nav #page-container #top-header {
	width: auto;
	max-width: none;
}

/* Vertical Navigation */
.et_vertical_nav #page-container {
	position: relative;
	padding-top: 0 !important;
}

/* Pages */
.main_title {
	margin-bottom: 20px;
}

/* Button Styles */
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
	position: relative;
	padding: 0.3em 1em;
	border: 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

/* Button Hover */
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
	padding: 0.3em 2em 0.3em 1em;
	border: 2px solid transparent;
}

/* Button Hover Dark Text */
.comment-reply-link:hover,
.form-submit input:hover,
.et_password_protected_form .et_submit_button:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
	background: rgba(0, 0, 0, 0.05);
}

/* Button - With Icon */
.woocommerce a.button.alt:after,
.woocommerce-page a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce-page button.button.alt:after,
.woocommerce input.button.alt:after,
.woocommerce-page input.button.alt:after,
.woocommerce #respond input#submit.alt:after,
.woocommerce-page #respond input#submit.alt:after,
.woocommerce #content input.button.alt:after,
.woocommerce-page #content input.button.alt:after,
.woocommerce a.button:after,
.woocommerce-page a.button:after,
.woocommerce button.button:after,
.woocommerce-page button.button:after,
.woocommerce input.button:after,
.woocommerce-page input.button:after,
.woocommerce #respond input#submit:after,
.woocommerce-page #respond input#submit:after,
.woocommerce #content input.button:after,
.woocommerce-page #content input.button:after {
	position: absolute;
	margin-left: -1em;
	opacity: 0;
	font-size: 32px;
	line-height: 1em;
	content: "\35";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.et_button_icon_visible .et_pb_button,
.et_button_icon_visible.woocommerce a.button.alt,
.et_button_icon_visible.woocommerce-page a.button.alt,
.et_button_icon_visible.woocommerce button.button.alt,
.et_button_icon_visible.woocommerce-page button.button.alt,
.et_button_icon_visible.woocommerce input.button.alt,
.et_button_icon_visible.woocommerce-page input.button.alt,
.et_button_icon_visible.woocommerce #respond input#submit.alt,
.et_button_icon_visible.woocommerce-page #respond input#submit.alt,
.et_button_icon_visible.woocommerce #content input.button.alt,
.et_button_icon_visible.woocommerce-page #content input.button.alt,
.et_button_icon_visible.woocommerce a.button,
.et_button_icon_visible.woocommerce-page a.button,
.et_button_icon_visible.woocommerce button.button,
.et_button_icon_visible.woocommerce-page button.button,
.et_button_icon_visible.woocommerce input.button,
.et_button_icon_visible.woocommerce-page input.button,
.et_button_icon_visible.woocommerce #respond input#submit,
.et_button_icon_visible.woocommerce-page #respond input#submit,
.et_button_icon_visible.woocommerce #content input.button,
.et_button_icon_visible.woocommerce-page #content input.button {
	padding-right: 2em;
	padding-left: 0.7em;
}

.et_button_icon_visible .et_pb_button:after,
.et_button_icon_visible.woocommerce a.button.alt:after,
.et_button_icon_visible.woocommerce-page a.button.alt:after,
.et_button_icon_visible.woocommerce button.button.alt:after,
.et_button_icon_visible.woocommerce-page button.button.alt:after,
.et_button_icon_visible.woocommerce input.button.alt:after,
.et_button_icon_visible.woocommerce-page input.button.alt:after,
.et_button_icon_visible.woocommerce #respond input#submit.alt:after,
.et_button_icon_visible.woocommerce-page #respond input#submit.alt:after,
.et_button_icon_visible.woocommerce #content input.button.alt:after,
.et_button_icon_visible.woocommerce-page #content input.button.alt:after,
.et_button_icon_visible.woocommerce a.button:after,
.et_button_icon_visible.woocommerce-page a.button:after,
.et_button_icon_visible.woocommerce button.button:after,
.et_button_icon_visible.woocommerce-page button.button:after,
.et_button_icon_visible.woocommerce input.button:after,
.et_button_icon_visible.woocommerce-page input.button:after,
.et_button_icon_visible.woocommerce #respond input#submit:after,
.et_button_icon_visible.woocommerce-page #respond input#submit:after,
.et_button_icon_visible.woocommerce #content input.button:after,
.et_button_icon_visible.woocommerce-page #content input.button:after {
	margin-left: 0;
	opacity: 1;
}

.et_button_left .et_pb_button:hover:after,
.et_button_icon_visible.woocommerce a.button.alt:hover:after,
.et_button_icon_visible.woocommerce-page a.button.alt:hover:after,
.et_button_icon_visible.woocommerce button.button.alt:hover:after,
.et_button_icon_visible.woocommerce-page button.button.alt:hover:after,
.et_button_icon_visible.woocommerce input.button.alt:hover:after,
.et_button_icon_visible.woocommerce-page input.button.alt:hover:after,
.et_button_icon_visible.woocommerce #respond input#submit.alt:hover:after,
.et_button_icon_visible.woocommerce-page #respond input#submit.alt:hover:after,
.et_button_icon_visible.woocommerce #content input.button.alt:hover:after,
.et_button_icon_visible.woocommerce-page #content input.button.alt:hover:after,
.et_button_icon_visible.woocommerce a.button:hover:after,
.et_button_icon_visible.woocommerce-page a.button:hover:after,
.et_button_icon_visible.woocommerce button.button:hover:after,
.et_button_icon_visible.woocommerce-page button.button:hover:after,
.et_button_icon_visible.woocommerce input.button:hover:after,
.et_button_icon_visible.woocommerce-page input.button:hover:after,
.et_button_icon_visible.woocommerce #respond input#submit:hover:after,
.et_button_icon_visible.woocommerce-page #respond input#submit:hover:after,
.et_button_icon_visible.woocommerce #content input.button:hover:after,
.et_button_icon_visible.woocommerce-page #content input.button:hover:after {
	left: 0.15em;
}

.comment-reply-link:hover:after,
.woocommerce a.button.alt:hover:after,
.woocommerce-page a.button.alt:hover:after,
.woocommerce button.button.alt:hover:after,
.woocommerce-page button.button.alt:hover:after,
.woocommerce input.button.alt:hover:after,
.woocommerce-page input.button.alt:hover:after,
.woocommerce #respond input#submit.alt:hover:after,
.woocommerce-page #respond input#submit.alt:hover:after,
.woocommerce #content input.button.alt:hover:after,
.woocommerce-page #content input.button.alt:hover:after,
.woocommerce a.button:hover:after,
.woocommerce-page a.button:hover:after,
.woocommerce button.button:hover:after,
.woocommerce-page button.button:hover:after,
.woocommerce input.button:hover:after,
.woocommerce-page input.button:hover:after,
.woocommerce #respond input#submit:hover:after,
.woocommerce-page #respond input#submit:hover:after,
.woocommerce #content input.button:hover:after,
.woocommerce-page #content input.button:hover:after {
	margin-left: 0;
	opacity: 1;
}

.et_button_left .et_pb_button:after,
.et_button_left.woocommerce a.button.alt:after,
.et_button_left.woocommerce-page a.button.alt:after,
.et_button_left.woocommerce button.button.alt:after,
.et_button_left.woocommerce-page button.button.alt:after,
.et_button_left.woocommerce input.button.alt:after,
.et_button_left.woocommerce-page input.button.alt:after,
.et_button_left.woocommerce #respond input#submit.alt:after,
.et_button_left.woocommerce-page #respond input#submit.alt:after,
.et_button_left.woocommerce #content input.button.alt:after,
.et_button_left.woocommerce-page #content input.button.alt:after,
.et_button_left.woocommerce a.button:after,
.et_button_left.woocommerce-page a.button:after,
.et_button_left.woocommerce button.button:after,
.et_button_left.woocommerce-page button.button:after,
.et_button_left.woocommerce input.button:after,
.et_button_left.woocommerce-page input.button:after,
.et_button_left.woocommerce #respond input#submit:after,
.et_button_left.woocommerce-page #respond input#submit:after,
.et_button_left.woocommerce #content input.button:after,
.et_button_left.woocommerce-page #content input.button:after {
	left: 1em;
	margin-left: 0;
}

.et_button_left .et_pb_button:hover,
.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_left.woocommerce a.button.alt:hover,
.et_button_left.woocommerce-page a.button.alt:hover,
.et_button_left.woocommerce button.button.alt:hover,
.et_button_left.woocommerce-page button.button.alt:hover,
.et_button_left.woocommerce input.button.alt:hover,
.et_button_left.woocommerce-page input.button.alt:hover,
.et_button_left.woocommerce #respond input#submit.alt:hover,
.et_button_left.woocommerce-page #respond input#submit.alt:hover,
.et_button_left.woocommerce #content input.button.alt:hover,
.et_button_left.woocommerce-page #content input.button.alt:hover,
.et_button_left.woocommerce a.button:hover,
.et_button_left.woocommerce-page a.button:hover,
.et_button_left.woocommerce button.button:hover,
.et_button_left.woocommerce-page button.button:hover,
.et_button_left.woocommerce input.button:hover,
.et_button_left.woocommerce-page input.button:hover,
.et_button_left.woocommerce #respond input#submit:hover,
.et_button_left.woocommerce-page #respond input#submit:hover,
.et_button_left.woocommerce #content input.button:hover,
.et_button_left.woocommerce-page #content input.button:hover,
.et_button_icon_visible.et_button_left.woocommerce a.button.alt,
.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt,
.et_button_icon_visible.et_button_left.woocommerce button.button.alt,
.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt,
.et_button_icon_visible.et_button_left.woocommerce input.button.alt,
.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt,
.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt,
.et_button_icon_visible.et_button_left.woocommerce a.button,
.et_button_icon_visible.et_button_left.woocommerce-page a.button,
.et_button_icon_visible.et_button_left.woocommerce button.button,
.et_button_icon_visible.et_button_left.woocommerce-page button.button,
.et_button_icon_visible.et_button_left.woocommerce input.button,
.et_button_icon_visible.et_button_left.woocommerce-page input.button,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit,
.et_button_icon_visible.et_button_left.woocommerce #content input.button,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button {
	padding-right: 0.7em;
	padding-left: 2em;
}

.et_button_left .et_pb_button:hover:after,
.et_button_icon_visible.et_button_left .et_pb_button:after,
.et_button_left.woocommerce a.button.alt:hover:after,
.et_button_left.woocommerce-page a.button.alt:hover:after,
.et_button_left.woocommerce button.button.alt:hover:after,
.et_button_left.woocommerce-page button.button.alt:hover:after,
.et_button_left.woocommerce input.button.alt:hover:after,
.et_button_left.woocommerce-page input.button.alt:hover:after,
.et_button_left.woocommerce #respond input#submit.alt:hover:after,
.et_button_left.woocommerce-page #respond input#submit.alt:hover:after,
.et_button_left.woocommerce #content input.button.alt:hover:after,
.et_button_left.woocommerce-page #content input.button.alt:hover:after,
.et_button_left.woocommerce a.button:hover:after,
.et_button_left.woocommerce-page a.button:hover:after,
.et_button_left.woocommerce button.button:hover:after,
.et_button_left.woocommerce-page button.button:hover:after,
.et_button_left.woocommerce input.button:hover:after,
.et_button_left.woocommerce-page input.button:hover:after,
.et_button_left.woocommerce #respond input#submit:hover:after,
.et_button_left.woocommerce-page #respond input#submit:hover:after,
.et_button_left.woocommerce #content input.button:hover:after,
.et_button_left.woocommerce-page #content input.button:hover:after,
.et_button_icon_visible.et_button_left.woocommerce a.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce button.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt:after,
.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce a.button:after,
.et_button_icon_visible.et_button_left.woocommerce-page a.button:after,
.et_button_icon_visible.et_button_left.woocommerce button.button:after,
.et_button_icon_visible.et_button_left.woocommerce-page button.button:after,
.et_button_icon_visible.et_button_left.woocommerce input.button:after,
.et_button_icon_visible.et_button_left.woocommerce-page input.button:after,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit:after,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit:after,
.et_button_icon_visible.et_button_left.woocommerce #content input.button:after,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button:after {
	left: 0.15em;
}

/* Button Hover - No Icon */
.form-submit input:hover,
.et_password_protected_form .et_submit_button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover {
	padding: 0.3em 1em;
}

/* Button - With No Icon */
.et_button_no_icon .et_pb_button:after,
.et_button_no_icon.woocommerce a.button.alt:after,
.et_button_no_icon.woocommerce-page a.button.alt:after,
.et_button_no_icon.woocommerce button.button.alt:after,
.et_button_no_icon.woocommerce-page button.button.alt:after,
.et_button_no_icon.woocommerce input.button.alt:after,
.et_button_no_icon.woocommerce-page input.button.alt:after,
.et_button_no_icon.woocommerce #respond input#submit.alt:after,
.et_button_no_icon.woocommerce-page #respond input#submit.alt:after,
.et_button_no_icon.woocommerce #content input.button.alt:after,
.et_button_no_icon.woocommerce-page #content input.button.alt:after,
.et_button_no_icon.woocommerce a.button:after,
.et_button_no_icon.woocommerce-page a.button:after,
.et_button_no_icon.woocommerce button.button:after,
.et_button_no_icon.woocommerce-page button.button:after,
.et_button_no_icon.woocommerce input.button:after,
.et_button_no_icon.woocommerce-page input.button:after,
.et_button_no_icon.woocommerce #respond input#submit:after,
.et_button_no_icon.woocommerce-page #respond input#submit:after,
.et_button_no_icon.woocommerce #content input.button:after,
.et_button_no_icon.woocommerce-page #content input.button:after {
	display: none;
}

.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_no_icon.et_button_left .et_pb_button:hover,
.et_button_no_icon.woocommerce a.button.alt,
.et_button_no_icon.woocommerce-page a.button.alt,
.et_button_no_icon.woocommerce button.button.alt,
.et_button_no_icon.woocommerce-page button.button.alt,
.et_button_no_icon.woocommerce input.button.alt,
.et_button_no_icon.woocommerce-page input.button.alt,
.et_button_no_icon.woocommerce #respond input#submit.alt,
.et_button_no_icon.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.woocommerce #content input.button.alt,
.et_button_no_icon.woocommerce-page #content input.button.alt,
.et_button_no_icon.woocommerce a.button,
.et_button_no_icon.woocommerce-page a.button,
.et_button_no_icon.woocommerce button.button,
.et_button_no_icon.woocommerce-page button.button,
.et_button_no_icon.woocommerce input.button,
.et_button_no_icon.woocommerce-page input.button,
.et_button_no_icon.woocommerce #respond input#submit,
.et_button_no_icon.woocommerce-page #respond input#submit,
.et_button_no_icon.woocommerce #content input.button,
.et_button_no_icon.woocommerce-page #content input.button,
.et_button_no_icon.woocommerce a.button.alt:hover,
.et_button_no_icon.woocommerce-page a.button.alt:hover,
.et_button_no_icon.woocommerce button.button.alt:hover,
.et_button_no_icon.woocommerce-page button.button.alt:hover,
.et_button_no_icon.woocommerce input.button.alt:hover,
.et_button_no_icon.woocommerce-page input.button.alt:hover,
.et_button_no_icon.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce #content input.button.alt:hover,
.et_button_no_icon.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.woocommerce a.button:hover,
.et_button_no_icon.woocommerce-page a.button:hover,
.et_button_no_icon.woocommerce button.button:hover,
.et_button_no_icon.woocommerce-page button.button:hover,
.et_button_no_icon.woocommerce input.button:hover,
.et_button_no_icon.woocommerce-page input.button:hover,
.et_button_no_icon.woocommerce #respond input#submit:hover,
.et_button_no_icon.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.woocommerce #content input.button:hover,
.et_button_no_icon.woocommerce-page #content input.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button,
.et_button_no_icon.et_button_left.woocommerce a.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce button.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce a.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page a.button:hover,
.et_button_no_icon.et_button_left.woocommerce button.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page button.button:hover,
.et_button_no_icon.et_button_left.woocommerce input.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page input.button:hover,
.et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover,
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.et_button_left.woocommerce #content input.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover,
.woocommerce input.button,
.woocommerce input.button:hover {
	padding: 0.3em 1em !important;
}

/* Button with custom icon */
.et_button_custom_icon .et_pb_button:after,
.et_button_custom_icon.woocommerce a.button.alt:after,
.et_button_custom_icon.woocommerce-page a.button.alt:after,
.et_button_custom_icon.woocommerce button.button.alt:after,
.et_button_custom_icon.woocommerce-page button.button.alt:after,
.et_button_custom_icon.woocommerce input.button.alt:after,
.et_button_custom_icon.woocommerce-page input.button.alt:after,
.et_button_custom_icon.woocommerce #respond input#submit.alt:after,
.et_button_custom_icon.woocommerce-page #respond input#submit.alt:after,
.et_button_custom_icon.woocommerce #content input.button.alt:after,
.et_button_custom_icon.woocommerce-page #content input.button.alt:after,
.et_button_custom_icon.woocommerce a.button:after,
.et_button_custom_icon.woocommerce-page a.button:after,
.et_button_custom_icon.woocommerce button.button:after,
.et_button_custom_icon.woocommerce-page button.button:after,
.et_button_custom_icon.woocommerce input.button:after,
.et_button_custom_icon.woocommerce-page input.button:after,
.et_button_custom_icon.woocommerce #respond input#submit:after,
.et_button_custom_icon.woocommerce-page #respond input#submit:after,
.et_button_custom_icon.woocommerce #content input.button:after,
.et_button_custom_icon.woocommerce-page #content input.button:after {
	line-height: 1.7em;
}

.et_button_custom_icon .et_pb_button:hover:after,
.et_button_custom_icon.et_button_icon_visible .et_pb_button:after,
.et_button_custom_icon.woocommerce a.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page a.button.alt:hover:after,
.et_button_custom_icon.woocommerce button.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page button.button.alt:hover:after,
.et_button_custom_icon.woocommerce input.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page input.button.alt:hover:after,
.et_button_custom_icon.woocommerce #respond input#submit.alt:hover:after,
.et_button_custom_icon.woocommerce-page #respond input#submit.alt:hover:after,
.et_button_custom_icon.woocommerce #content input.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page #content input.button.alt:hover:after,
.et_button_custom_icon.woocommerce a.button:hover:after,
.et_button_custom_icon.woocommerce-page a.button:hover:after,
.et_button_custom_icon.woocommerce button.button:hover:after,
.et_button_custom_icon.woocommerce-page button.button:hover:after,
.et_button_custom_icon.woocommerce input.button:hover:after,
.et_button_custom_icon.woocommerce-page input.button:hover:after,
.et_button_custom_icon.woocommerce #respond input#submit:hover:after,
.et_button_left.woocommerce-page #respond input#submit:hover:after,
.et_button_custom_icon.woocommerce #content input.button:hover:after,
.et_button_custom_icon.woocommerce-page #content input.button:hover:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce a.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce button.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce a.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce button.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce input.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button:after {
	margin-left: 0.3em;
}

/* Table Styles */
.entry-content table,
body.et-pb-preview #main-content .container table {
	width: 100%;
	margin: 0 0 15px 0;
	border: 1px solid #eee;
	text-align: left;
}

.entry-content tr th,
.entry-content thead th,
body.et-pb-preview #main-content .container tr th,
body.et-pb-preview #main-content .container thead th {
	padding: 9px 24px;
	color: #555;
	font-weight: bold;
}

.entry-content tr td,
body.et-pb-preview #main-content .container tr td {
	padding: 6px 24px;
	border-top: 1px solid #eee;
}

/* List Styles */
#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul {
	padding: 0 0 23px 16px;
	line-height: 26px;
	list-style-type: disc;
}

#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
	padding: 0 0 23px 0;
	line-height: 26px;
	list-style-position: inside;
	list-style-type: decimal;
}

#left-area ul li ul,
.entry-content ul li ol,
.comment-content ul li ul,
.comment-content ul li ol,
body.et-pb-preview #main-content .container ul li ol {
	padding: 2px 0 2px 20px;
}

#left-area ol li ul,
.entry-content ol li ol,
.comment-content ol li ul,
.comment-content ol li ol,
body.et-pb-preview #main-content .container ol li ol {
	padding: 2px 0 2px 35px;
}

ol.commentlist,
.comment .children {
	padding: 0 !important;
	line-height: 1.7em !important;
	list-style: none !important;
}

.comment-content ul {
	padding: 0 0 23px 16px !important;
	line-height: 26px !important;
}

.comment-content ol {
	line-height: 26px !important;
}

/* Gallery Styles */
#left-area ul.products {
	padding: 0 !important;
	line-height: 1.7 !important;
	list-style: none !important;
}

.gallery-item a {
	display: block;
}

.gallery-item a,
.gallery-caption {
	width: 90%;
}

/* Admin Bar Fixes */
body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header,
body.admin-bar.et_fixed_nav #main-header,
body.admin-bar.et_fixed_nav #top-header {
	top: 32px;
}

body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header,
body.et-wp-pre-3_8.admin-bar.et_fixed_nav #main-header,
body.et-wp-pre-3_8.admin-bar.et_fixed_nav #top-header {
	top: 28px;
}

body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header,
body.et_fixed_nav.et_secondary_nav_enabled #main-header {
	top: 30px;
}

body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header,
body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
	top: 63px;
}

.et_vertical_fixed.admin-bar #page-container #main-header {
	top: 32px;
}

#wpadminbar {
	z-index: 100001;
}

/* Header Styles */
.container {
	position: relative;
	text-align: left;
}

#top-header {
	z-index: 100000;
	color: #fff;
	font-size: 12px;
	line-height: 13px;
}

#top-header a,
#top-header a {
	color: #fff;
}

#top-header,
#et-secondary-nav {
	-webkit-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
	-moz-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
	transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
}

#top-header .container {
	padding-top: 0.75em;
	font-weight: 600;
}

#main-header {
	position: relative;
	z-index: 99999;
	top: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	font-weight: 500;
	line-height: 23px;
}

.et_duplicate_social_icons {
	display: none;
}

#top-header,
#top-header .container,
#top-header #et-info,
#top-header .et-social-icon a {
	line-height: 1em;
}

/* Transparent Nav */
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
.et_fixed_nav.et_show_nav #page-container {
	padding-top: 80px;
}

.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container,
.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
	padding-top: 111px;
}

.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container,
.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container {
	padding-top: 177px;
}

.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container,
.et_fixed_nav.et_show_nav.et_header_style_centered #page-container {
	padding-top: 147px;
}

.et_non_fixed_nav.et_transparent_nav #top-header,
.et_fixed_nav #top-header {
	top: 0;
	right: 0;
	left: 0;
}

.et_non_fixed_nav.et_transparent_nav #main-header,
.et_non_fixed_nav.et_transparent_nav #top-header {
	position: absolute;
}

.et_fixed_nav #main-header,
.et_fixed_nav #top-header {
	position: fixed;
}

/* Header Style Left */
.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
	padding-top: 33px;
}

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
	padding-bottom: 33px;
}

.et_header_style_left .logo_container {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* Header Style Centered Inline */
.et_header_style_split #et-top-navigation nav > ul > li > a {
	z-index: 3;
}

.et_header_style_split .centered-inline-logo-wrap {
	height: 66px;
	margin: -33px 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.et_header_style_split .centered-inline-logo-wrap .logo_container {
	height: 100%;
}

.et_header_style_split .centered-inline-logo-wrap a {
	height: 100%;
}

.et_header_style_split .logo_container {
	position: initial;
}

.et_header_style_split #top-menu-nav {
	display: inline-block;
}

.et_header_style_split #et_top_search {
	display: inline-block;
	float: none;
}

.et_header_style_split.et_vertical_nav #et_top_search {
	display: block;
}

.et_header_style_split #et_search_icon:before {
	margin-top: -9px;
}

.et_header_style_split .mobile_menu_bar,
.et_header_style_left .mobile_menu_bar {
	padding-bottom: 24px;
}

.et_header_style_split #et-top-navigation {
	display: inline-block;
	float: none;
	position: relative;
	width: 100%;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

.et_header_style_split.et_vertical_nav #et-top-navigation {
	display: block;
}

.et_header_style_split #main-header .container,
.et_header_style_split #main-header .logo_container {
	z-index: 2;
	text-align: center;
}

.et_header_style_split.et_vertical_nav #et-top-navigation {
	text-align: left;
}

.et_header_style_split span.logo_helper {
	display: none;
}

.et_header_style_split nav#top-menu-nav,
.et_header_style_split #top-menu,
.et_header_style_split nav.fullwidth-menu-nav,
.et_header_style_split .fullwidth-menu {
	float: none;
}

.safari.et_header_style_split #et-top-navigation {
	-webkit-transform: translate3d(0, 0, 0);
}

/* Header Style Centered */
.et_header_style_centered #main-header .container {
	height: inherit;
	text-align: center;
}

.et_header_style_centered.et_vertical_nav #main-header .container {
	height: auto;
}

.et_header_style_centered #main-header div#et-top-navigation {
	position: relative;
	bottom: 0;
	width: 100%;
}

.et_header_style_centered #logo,
.et_header_style_centered #et-top-navigation,
.et_header_style_centered nav#top-menu-nav,
.et_header_style_centered #top-menu {
	float: none;
}

.et_header_style_centered #logo {
	max-height: 64%;
}

.et_header_style_centered #main-header .logo_container {
	height: 100px;
	padding: 0;
}

.et_header_style_centered header#main-header.et-fixed-header .logo_container {
	height: 70px;
}

.et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header .logo_container,
.et_vertical_nav.et_header_style_centered #main-header .logo_container {
	height: auto;
}

.et_header_style_centered #et_top_search {
	display: inline-block !important;
	float: none;
}

.et_header_style_centered #et_search_icon:before {
	top: -13px;
	left: 3px;
}

.et_header_style_centered nav#top-menu-nav {
	display: inline-block;
}

.et_header_style_centered #top-menu > li > a {
	padding-bottom: 2em;
}

.et_header_style_centered #et-top-navigation .et-cart-info {
	float: none;
}

.et_hide_search_icon #et_top_search,
.et_hide_search_icon .et_slide_menu_top .et-search-form {
	display: none !important;
}

/* Logo */
#logo {
	display: inline-block;
	float: none;
	max-height: 54%;
	margin-bottom: 0;
	vertical-align: middle;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
}

.et_pb_svg_logo #logo,
.et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
	height: 54%;
}

.logo_container {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

span.logo_helper {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.et_vertical_nav .logo_container {
	position: relative;
	height: auto;
	padding: 0;
}

.et_vertical_nav span.logo_helper {
	display: none;
}

.safari .centered-inline-logo-wrap {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
}

#et-define-logo-wrap img {
	width: 100%;
}

.gecko #et-define-logo-wrap.svg-logo {
	position: relative !important;
}

/* Shopping Cart */
.et-cart-info {
	color: inherit;
}

#top-header .et-cart-info {
	margin-left: 15px;
}

#et-top-navigation .et-cart-info {
	float: left;
	margin: -2px 0 0 22px;
	font-size: 16px;
}

.et_vertical_nav #et-top-navigation .et-cart-info {
	margin-left: 0;
}

.et_header_style_slide #et-top-navigation a.et-cart-info,
.et_header_style_fullscreen #et-top-navigation a.et-cart-info {
	display: none;
}

/* Contact Info */
#et-info {
	float: left;
}

#et-info-phone,
#et-info-email,
.et-cart-info span {
	position: relative;
}

#et-info-phone:before {
	position: relative;
	top: 2px;
	margin-right: 2px;
	content: "\e090";
}

#et-info-phone {
	margin-right: 13px;
}

#et-info-email:before {
	margin-right: 4px;
	content: "\e076";
}

/* Social Icons */
#top-header .et-social-icons {
	display: inline-block;
	float: none;
}

#et-secondary-menu .et-social-icons {
	margin-right: 20px;
}

#top-header .et-social-icons li {
	margin-top: -2px;
	margin-left: 12px;
}

.et-social-icons {
	float: right;
}

.et-social-icons li {
	display: inline-block;
	margin-left: 20px;
}

.et-social-icon a {
	display: inline-block;
	position: relative;
	color: #666;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	transition: color 300ms ease 0s;
}

.et-social-icon span {
	display: none;
}

#top-header .et-social-icon a {
	font-size: 14px;
}

/* Secondary Nav */
#top-menu-nav,
#top-menu {
	line-height: 0;
}

#et-top-navigation {
	font-weight: 600;
}

.et_fixed_nav #et-top-navigation {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#et-secondary-menu {
	float: right;
}

#et-info,
#et-secondary-menu > ul > li a {
	display: block;
	padding-bottom: 0.75em;
}

#et-secondary-nav,
#et-secondary-nav li {
	display: inline-block;
}

#et-secondary-nav a {
	-webkit-transition: background-color 0.4s, color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s, color 0.4s ease-in-out;
	transition: background-color 0.4s, color 0.4s ease-in-out;
}

#et-secondary-nav li {
	margin-right: 15px;
}

#et-secondary-nav > li:last-child {
	margin-right: 0;
}

.et-cart-info span:before {
	margin-right: 10px;
	content: "\e07a";
}

nav#top-menu-nav,
#top-menu,
nav.fullwidth-menu-nav,
.fullwidth-menu {
	float: left;
}

/* Shared Fullwidth Menu Styles */
#top-menu li {
	display: inline-block;
	padding-right: 22px;
	font-size: 14px;
}

#top-menu > li:last-child {
	padding-right: 0;
}

#top-menu a {
	display: block;
	position: relative;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover,
#et-info-email:hover,
.et-social-icons a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/* Seach Form */
#et_search_icon:before {
	position: absolute;
	top: -3px;
	left: 0;
	font-size: 17px;
	content: "\55";
}

#et_search_icon:hover {
	cursor: pointer;
}

#et_top_search {
	display: block;
	float: right;
	position: relative;
	width: 18px;
	margin: 3px 0 0 22px;
}

#et_top_search.et_search_opened {
	position: absolute;
	width: 100%;
}

.et_vertical_nav #et_top_search {
	margin-left: 0;
}

.et-search-form {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.et-search-form input {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	width: 90%;
	margin: auto;
	border: none;
	color: #333;
	background: transparent;
}

.et-search-form .et-search-field::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.et_header_style_centered .et-search-form input,
.et_header_style_centered span.et_close_search_field {
	top: 60%;
}

.et_vertical_nav.et_header_style_centered .et-search-form input,
.et_vertical_nav.et_header_style_centered span.et_close_search_field {
	top: 0;
}

.et_search_form_container {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

.container.et_search_form_container {
	position: relative;
	height: 1px;
	opacity: 0;
}

.container.et_search_form_container.et_pb_search_visible {
	z-index: 999;
	-webkit-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_search_visible.et_pb_no_animation {
	opacity: 1;
}

.et_pb_search_form_hidden {
	-webkit-animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

span.et_close_search_field {
	display: block;
	position: absolute;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	cursor: pointer;
}

span.et_close_search_field:after {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "ETmodules";
	font-size: 32px;
	font-weight: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	text-transform: none;
	content: "\4d";

	speak: none;
}

.container.et_menu_container {
	z-index: 99;
}

.container.et_search_form_container.et_pb_search_form_hidden {
	z-index: 1 !important;
}

.et_search_outer {
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.container.et_pb_menu_hidden {
	z-index: -1;
}

form.et-search-form {
	background: rgba(0, 0, 0, 0) !important;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

/* Blog */
#left-area .post-meta {
	padding-bottom: 15px;
	font-size: 14px;
}

#left-area .post-meta a {
	color: #666;
	text-decoration: none;
}

#left-area .et_featured_image {
	padding-bottom: 7px;
}

.single .post {
	padding-bottom: 25px;
}

body.single .et_audio_content {
	margin-bottom: -6px;
}

/* Pagebuilder On Posts */
.single.et_pb_pagebuilder_layout.et_full_width_page #main-content .container {
	width: 100%;
	max-width: 100%;
	padding-top: 0;
}

.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
	width: 80%;
	max-width: 1080px;
	margin: auto;
	padding-top: 6%;
}

.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper:last-of-type {
	padding-top: 0;
}

.et_pb_pagebuilder_layout.single-post #page-container .et_pb_row {
	width: 100%;
}

.et_pb_pagebuilder_layout.single-post #page-container .et_pb_with_background .et_pb_row {
	width: 80%;
}

.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row {
	width: 80%;
}

.et_pb_pagebuilder_layout .entry-content,
.et_pb_pagebuilder_layout .et_pb_post .entry-content {
	margin-bottom: 0 !important;
	padding-top: 0;
}

.single-project.et_pb_pagebuilder_layout .nav-single {
	width: 80%;
	max-width: 1080px;
	margin: 10px auto;
}

/* Required by Theme Check */
/* Password Protected Post */
.et_password_protected_form {
	min-height: 550px;
	min-height: 68vh;
}

.et_password_protected_form p input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
	padding: 16px !important;
	border: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #999 !important;
	background-color: #eee;
	font-size: 14px;
}

.et_password_protected_form label {
	display: none;
}

.et_password_protected_form .et_submit_button {
	display: block;
	float: right;
	margin: 8px auto 0;
	font-family: inherit;
	cursor: pointer;
}

.post-password-required .et_pb_row,
.post-password-required p.nocomments.container {
	max-width: 100%;
}

.post-password-required p.nocomments.container:before {
	display: none;
}

/* WooCommerce */
p.demo_store {
	z-index: 100000;
	top: auto !important;
	bottom: 0 !important;
}

.entry-content address,
.comment-content address,
body.et-pb-preview #main-content .container address {
	margin-bottom: 12px;
	line-height: 24px;
}

.woocommerce-info a {
	color: #fff !important;
}

.shop_table .actions .submit {
	float: right;
}

.shop_table .actions .checkout-button {
	clear: both;
}

.col2-set.addresses {
	margin-top: 20px;
}

table.shop_table {
	margin-bottom: 30px !important;
}

.woocommerce-message a.button.wc-forward {
	border: none;
	background: #fff;
}

.woocommerce-message a.button.wc-forward:hover {
	border: none;
	background: #fff;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 15px;
	border-radius: 3px;
	font-size: 14px;
}

p.woocommerce-result-count {
	padding-bottom: 40px;
	color: #999;
	font-size: 14px;
	font-weight: 500;
}

.entry-summary .entry-title {
	padding-bottom: 14px!important;
}

.et_pb_widget .buttons a {
	margin-top: 10px !important;
}

.product_meta {
	padding-top: 6px;
	border-top: 1px solid #dadada;
	color: #666;
	font-size: 14px;
}

.posted_in a {
	color: #82c0c7;
	font-weight: 500;
	text-decoration: none;
}

.product .related h2 {
	padding-bottom: 16px;
	font-size: 26px !important;
}

/* Product List */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	margin: 0 0 9px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	padding: 0.3em 0;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	right: auto !important;
	left: 10px !important;
	margin: 0 !important;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
	position: absolute;
	z-index: 2;
	top: 10px !important;
	left: 10px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 6px 18px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	color: #fff;
	background: #ef8f61!important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-size: 20px;
	font-weight: 500!important;
	line-height: inherit!important;
}

.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce #content div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails {
	padding-top: 20px !important;
}

/* Pagination */
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
	padding: 0 !important;
	list-style: none !important;
}

/* Star Rating */
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
	margin: 4px 0 0.3em 0 !important;
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
	color: #ccc !important;
	content: "\53\53\53\53\53" !important;
}

/* Price */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	margin: 0!important;
	color: #666!important;
	font-size: 14px;
}

.entry-summary p.price span {
	font-size: 26px!important;
}

.entry-summary p.price del {
	margin-right: 10px;
	color: #999;
}

/* Cart */
.cart_table_item .quantity {
	width: 100px !important;
	margin: 0 !important;
}

#main-content .cart-subtotal td {
	border-top: none;
}

.woocommerce-checkout #main-content .cart-subtotal td {
	border-top: 1px solid #eee;
}

table.cart th,
#main-content table.cart th,
table.cart td,
#main-content table.cart td,
table.cart tr,
#main-content table.cart tr,
#content-area table tr,
#content-area table td,
#content-area table th {
	max-width: 100px;
	padding: 0.857em 0.587em;
}

table.cart td.actions .button.alt,
#main-content table.cart td.actions .button.alt {
	margin: 19px 0 9px;
}

table.cart td.actions .checkout-button {
	margin: 0 !important;
}

.orderby,
.woocommerce div.product form.cart .variations td select {
	padding: 4px 8px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #666!important;
	background-color: #ececec;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
}

.cart_totals h2,
.shipping_calculator h2 {
	margin-bottom: 10px;
}

.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page #content div.product form.cart {
	margin: 24px 0 39px !important;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
	overflow: hidden;
	width: auto;
	margin: 0 20px 0 0 !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 49px;
	border: none!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff!important;
	background-color: rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 20px!important;
	font-weight: 500 !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 150px;
	margin-right: 10px;
	padding: 6px 12px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::input-placeholder {
	color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
	color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder {
	color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder {
	color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder {
	color: #fff;
}

.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
	width: 30px !important;
	height: 24px!important;
	border: 1px solid #bcc8c9 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	color: #bcc8c9 !important;
	background: #fff !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-size: 20px !important;
	font-weight: 300!important;
	text-decoration: none!important;
}

.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
	width: 100px;
	margin: 0;
}

.woocommerce div.product form.cart .variations td {
	max-width: none !important;
	padding: 0 20px 20px 0 !important;
	line-height: 1.3em;
}

.woocommerce div.product form.cart .variations td:last-child {
	padding-right: 0 !important;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
	padding: 6px 0;
}

/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
	border-bottom-color: #d9d9d9;
}

body.woocommerce .woocommerce-tabs {
	margin-bottom: 45px;
	border: 1px solid #d9d9d9;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs {
	margin: 0 !important;
	padding: 0 !important;
	background: #f4f4f4;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
	margin: 0 -2px;
	padding: 0;
	border: none;
	border-right: 1px solid #d9d9d9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
	background: #f4f4f4;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
	padding: 4px 22px !important;
	color: #666 !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
	color: #000 !important;
}

body.woocommerce div.product .woocommerce-tabs .panel,
body.woocommerce #content-area div.product .woocommerce-tabs .panel {
	margin: 0;
	padding: 30px;
}

/* Reviews */
#reviews .commentlist {
	padding-bottom: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
	margin-bottom: 40px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 100px !important;
	padding: 0 !important;
	border: none !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	width: auto !important;
	padding: 0 !important;
	border: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
	margin: 0 0 2px !important;
	padding: 0 !important;
	font-size: inherit !important;
}

.woocommerce #reviews .commentlist .star-rating {
	float: none !important;
	margin-bottom: 6px !important;
}

.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
	margin-bottom: 30px !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	padding: 15px !important;
	border: none !important;
	color: #fff !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-size: 18px !important;
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
	display: none !important;
	color: #fff !important;
}

.woocommerce-page #reviews #commentform,
.woocommerce-page #review_form #respond p.form-submit {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Popup Adjustment */
div.pp_pic_holder {
	z-index: 100001;
}

div.pp_overlay {
	z-index: 100000;
}

/* Project Post Type */
.single-project #left-area {
	padding-bottom: 50px;
}

.et_main_title {
	padding-bottom: 12px;
}

.et_main_title h1 {
	display: inline-block;
	padding-right: 2px;
}

.et_main_title .et_project_categories {
	font-size: 14px;
}

.et_main_title .et_project_categories a {
	color: #666;
	text-decoration: none;
}

.project .entry-content {
	padding-top: 30px;
}

.et_project_meta_title {
	display: block;
	color: #333;
	font-weight: 700;
}

.et_project_meta {
	margin: 23px 0 14px;
	padding: 15px 0 39px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.et_project_meta p {
	padding-bottom: 15px;
}

.et_project_meta p a {
	color: #666;
	text-decoration: none;
}

.nav-single a {
	color: #82c0c7;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.single .et_pb_post {
	margin-bottom: 27px;
}

.et_shop_image,
.et_portfolio_image {
	display: block;
	position: relative;
}

.et_portfolio_image img {
	margin-bottom: 0;
	vertical-align: bottom;
}

.single .et_pb_post.et_pb_no_comments_section {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Project + Page Builder */
.et_pb_pagebuilder_layout .project .entry-content {
	padding-top: 0;
}

/* Fullwidth Projects */
.et_full_width_portfolio_page .et_project_meta {
	margin-bottom: 0;
}

.et_full_width_portfolio_page .et_project_meta {
	float: left;
	width: 21%;
	margin-top: 43px;
	border-bottom: none;
}

.et_full_width_portfolio_page .entry-content {
	margin-bottom: 43px;
}

.et_full_width_portfolio_page .nav-single {
	padding-top: 13px;
	border-top: 1px solid #e2e2e2;
}

/* Social Media */
.entry-content .et_pb_member_social_links {
	margin-top: 20px;
	padding: 0;
	list-style-type: none !important;
}

/* Dropdown Menu */
#et-top-navigation {
	float: right;
}

#top-menu li li {
	margin: 0;
	padding: 0 20px;
}

#top-menu li li a {
	width: 200px;
	padding: 6px 20px;
}

/* Secondary Navigation */
#et-secondary-nav li {
	position: relative;
	text-align: right;
}

#et-secondary-nav li ul {
	position: absolute;
	right: 0;
	padding: 1em 0;
}

#et-secondary-nav li ul ul {
	top: 0;
	right: 220px;
	margin-top: -1em;
}

#et-secondary-nav li ul li {
	display: block;
}

#et-secondary-nav li ul {
	visibility: hidden;
	z-index: 999999;
	opacity: 0;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#et-secondary-nav li ul {
	-webkit-transform: translate3d(0, 0, 0);
}

#et-secondary-nav li.et-hover > ul {
	visibility: visible;
}

#et-secondary-nav li > ul {
	width: 220px;
}

#et-secondary-nav li:hover > ul {
	visibility: visible;
	opacity: 1;
}

#et-secondary-nav li li {
	margin: 0;
	padding: 0 2em;
}

#et-secondary-nav li li a {
	display: block;
	width: 100%;
	margin-right: 0;
	padding: 1em;
	font-size: 12px;
	line-height: 1em;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#et-secondary-nav ul li a:hover {
	background-color: rgba(0, 0, 0, 0.03);
}

/* IE7 Fix */
#et-secondary-nav li:hover {
	visibility: inherit;
}

/* Dropdown Arrows */
#top-menu .menu-item-has-children > a:first-child:after,
#et-secondary-nav .menu-item-has-children > a:first-child:after {
	position: absolute;
	top: 0;
	right: 0;
	font-family: "ETmodules";
	font-size: 16px;
	font-weight: 800;
	content: "3";
}

#top-menu .menu-item-has-children > a:first-child,
#et-secondary-nav .menu-item-has-children > a:first-child {
	padding-right: 20px;
}

#top-menu li .menu-item-has-children > a:first-child {
	padding-right: 40px;
}

#top-menu li .menu-item-has-children > a:first-child:after {
	top: 6px;
	right: 20px;
}

#et-secondary-nav .menu-item-has-children > a:first-child:after {
	top: 0;
}

#et-secondary-nav li .menu-item-has-children > a:first-child:after {
	top: 0.67em;
	right: auto;
	left: 2.3em;
}

/* Mega Menu */
#top-menu li.mega-menu {
	position: inherit;
}

#top-menu li.mega-menu > ul {
	position: absolute !important;
	left: 0 !important;
	width: 100%;
	padding: 30px 20px;
}

#top-menu li.mega-menu ul li {
	display: block !important;
	float: left!important;
	margin: 0;
	padding: 0 !important;
}

#top-menu li.mega-menu > ul > li:nth-of-type(4n) {
	clear: right;
}

#top-menu li.mega-menu > ul > li:nth-of-type(5n) {
	clear: left;
}

#top-menu li.mega-menu li > ul {
	position: relative;
	top: auto;
	left: auto;
	width: 240px !important;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}

#top-menu li.mega-menu li ul {
	display: none;
	visibility: visible;
	opacity: 1;
}

#top-menu li.mega-menu.et-hover li ul {
	display: block;
}

#top-menu li.mega-menu:hover > ul {
	visibility: visible !important;
	opacity: 1 !important;
}

#top-menu li.mega-menu > ul > li > a {
	width: 100%;
	padding: 0 20px 10px;
}

#top-menu li.mega-menu > ul > li > a:first-child {
	padding-top: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	font-weight: bold;
}

#top-menu li.mega-menu > ul > li > a:first-child:hover {
	background-color: transparent !important;
}

#top-menu li.mega-menu li > a {
	width: 100%;
}

#top-menu li.mega-menu.mega-menu-parent li li,
#top-menu li.mega-menu.mega-menu-parent li > a {
	width: 100% !important;
}

#top-menu li.mega-menu.mega-menu-parent li > .sub-menu {
	float: left;
	width: 100% !important;
}

#top-menu li.mega-menu > ul > li {
	width: 25%;
	margin: 0;
}

#top-menu li.mega-menu.mega-menu-parent-3 > ul > li {
	width: 33.33%;
}

#top-menu li.mega-menu.mega-menu-parent-2 > ul > li {
	width: 50%;
}

#top-menu li.mega-menu.mega-menu-parent-1 > ul > li {
	width: 100%;
}

#top-menu li.mega-menu .menu-item-has-children > a:first-child:after {
	display: none;
}

#top-menu li.mega-menu > ul > li > ul > li {
	width: 100%;
	margin: 0;
}

/* Vertical Navigation Mega Menu */
.et_vertical_nav #top-menu li.mega-menu {
	position: relative;
}

.et_vertical_nav #top-menu li.mega-menu li > ul {
	width: 100% !important;
}

.et_vertical_nav #top-menu li.mega-menu li > a {
	width: 100% !important;
}

.et_vertical_nav #top-menu li.mega-menu > ul {
	position: absolute !important;
	top: 62px;
	left: 0 !important;
	width: 790px !important;
	padding: 30px 20px;
}

.et_vertical_nav #top-menu li.mega-menu > ul > li {
	width: 33.333%;
}

.et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-1 > ul > li {
	width: 100%;
}

.et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-2 > ul > li {
	width: 50%;
}

.et_vertical_nav #top-menu li.mega-menu > ul > li:nth-child(n+4) {
	clear: both;
	margin-top: 30px;
}

/* Mobile Menu */
#et_mobile_nav_menu {
	display: none;
	float: right;
}

.mobile_menu_bar {
	display: block;
	position: relative;
	line-height: 0;
}

.mobile_menu_bar:before,
.et_toggle_slide_menu:after {
	position: relative;
	top: 0;
	left: 0;
	font-size: 32px;
	content: "\61";
	cursor: pointer;
}

.mobile_nav .select_page {
	display: none;
}

/* Footer */
#main-footer {
	background-color: #222;
}

/* Widgets */
#footer-widgets {
	padding: 6% 0 0;
}

.footer-widget {
	float: left;
	color: #fff;
}

.last {
	margin-right: 0;
}

.footer-widget .fwidget:last-child {
	margin-bottom: 0 !important;
}

#footer-widgets .footer-widget li {
	position: relative;
	padding-left: 14px;
}

#footer-widgets .footer-widget li:before {
	position: absolute;
	top: 9px;
	left: 0;
	border-width: 3px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	content: "";
}

#footer-widgets .footer-widget li a {
	color: #fff;
	text-decoration: none;
}

#footer-widgets .footer-widget li a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.footer-widget .widget_adsensewidget ins {
	min-width: 160px;
}

/* Bottom Bar */
#footer-bottom {
	padding: 15px 0 5px;
	background-color: #1f1f1f;
	background-color: rgba(0, 0, 0, 0.32);
}

#footer-bottom a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#footer-info {
	float: left;
	padding-bottom: 10px;
	color: #666;
	text-align: left;
}

#footer-info a {
	color: #666;
	font-weight: 700;
}

#footer-info a:hover {
	opacity: 0.7;
}

/* Footer Menu */
#et-footer-nav {
	background-color: rgba(255, 255, 255, 0.05);
}

.bottom-nav {
	padding: 15px 0;
}

.bottom-nav li {
	display: inline-block;
	padding-right: 22px;
	font-size: 14px;
	font-weight: 600;
}

.bottom-nav a {
	color: #bbb;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.bottom-nav a:hover {
	opacity: 0.7;
}

/* Post Captions and Alignments */
div.post .new-post .aligncenter,
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 96%;
	margin-bottom: 10px;
	padding: 8px;
	padding-top: 4px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption.alignleft {
	margin: 0 10px 10px 0;
}

.wp-caption.alignright {
	margin: 0 0 10px 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 12px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

/* WP Page Navi */
.pagination {
	clear: both;
}

.wp-pagenavi {
	clear: both;
	margin-bottom: 30px;
	padding-top: 13px;
	border-top: 1px solid #e2e2e2;
	text-align: right;
}

.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 5px;
	border: none !important;
	color: #666;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-decoration: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	color: #999 !important;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	color: #82c0c7 !important;
}

/* Sections */
.page.et_pb_pagebuilder_layout #main-content {
	background-color: transparent;
}

/* Sidebar */
#sidebar {
	padding-bottom: 28px;
}

/* Widgets */
#sidebar .et_pb_widget {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

/* ET Widgets */
img#about-image {
	float: left;
	margin: 3px 8px 8px 0;
}

/* Search Widget */
.widget_search .screen-reader-text {
	display: none;
}

.widget_search input#s,
.widget_search input#searchsubmit {
	height: 40px !important;
	margin: 0;
	padding: 0.7em;
	border: 1px solid #ddd;
	color: #666;
	font-size: 14px;
	line-height: normal !important;
}

.widget_search #s {
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget_search #searchform {
	position: relative;
}

.widget_search #searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	background-color: #ddd;
}

#searchsubmit {
	cursor: pointer;
}

/* WordPress Calendar */
#wp-calendar {
	width: 100%;
	margin: 10px auto 0;
	empty-cells: show;
}

#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#wp-calendar a:hover {
	text-decoration: underline;
}

#wp-calendar caption {
	font: bold 13px Arial, Sans-Serif;
	text-decoration: none;
}

#wp-calendar td {
	padding: 3px 5px;
	color: #9f9f9f;
}

#wp-calendar td#today {
	font-weight: bold;
}

#wp-calendar th {
	padding: 3px 5px;
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

/* Tag Cloud */
.tagcloud a {
	display: inline-block;
	margin-bottom: 4px;
	padding: 2px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.05);
	font-size: 12px !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tagcloud a:hover {
	background: rgba(0, 0, 0, 0.15);
}

/* Color Schemes */
.et_color_scheme_green a {
	color: #7cc68d;
}

.et_color_scheme_green .et_pb_counter_amount,
.et_color_scheme_green .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_green #top-header {
	background: #7cc68d !important;
}

.et_color_scheme_green.woocommerce a.button.alt,
.et_color_scheme_green.woocommerce-page a.button.alt,
.et_color_scheme_green.woocommerce button.button.alt,
.et_color_scheme_green.woocommerce-page button.button.alt,
.et_color_scheme_green.woocommerce input.button.alt,
.et_color_scheme_green.woocommerce-page input.button.alt,
.et_color_scheme_green.woocommerce #respond input#submit.alt,
.et_color_scheme_green.woocommerce-page #respond input#submit.alt,
.et_color_scheme_green.woocommerce #content input.button.alt,
.et_color_scheme_green.woocommerce-page #content input.button.alt,
.et_color_scheme_green.woocommerce a.button,
.et_color_scheme_green.woocommerce-page a.button,
.et_color_scheme_green.woocommerce button.button,
.et_color_scheme_green.woocommerce-page button.button,
.et_color_scheme_green.woocommerce input.button,
.et_color_scheme_green.woocommerce-page input.button,
.et_color_scheme_green.woocommerce #respond input#submit,
.et_color_scheme_green.woocommerce-page #respond input#submit,
.et_color_scheme_green.woocommerce #content input.button,
.et_color_scheme_green.woocommerce-page #content input.button,
.et_color_scheme_green .woocommerce-message,
.et_color_scheme_green .woocommerce-error,
.et_color_scheme_green .woocommerce-info {
	background: #7cc68d !important;
}

.et_color_scheme_green #et_search_icon:hover,
.et_color_scheme_green .mobile_menu_bar:before,
.et_color_scheme_green .footer-widget h4,
.et_color_scheme_green .et_pb_sum,
.et_color_scheme_green .et_pb_pricing li a,
.et_color_scheme_green .et_pb_pricing_table_button,
.et_color_scheme_green .comment-reply-link,
.et_color_scheme_green .form-submit input,
.et_color_scheme_green .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_green .et_pb_contact_submit,
.et_color_scheme_green .et_password_protected_form .et_submit_button,
.et_color_scheme_green .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_green .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_green .et_overlay:before,
.et_color_scheme_green .entry-summary p.price ins,
.et_color_scheme_green.woocommerce div.product span.price,
.et_color_scheme_green.woocommerce-page div.product span.price,
.et_color_scheme_green.woocommerce #content div.product span.price,
.et_color_scheme_green.woocommerce-page #content div.product span.price,
.et_color_scheme_green.woocommerce div.product p.price,
.et_color_scheme_green.woocommerce-page div.product p.price,
.et_color_scheme_green.woocommerce #content div.product p.price,
.et_color_scheme_green.woocommerce-page #content div.product p.price,
.et_color_scheme_green #top-menu li.current-menu-ancestor > a,
.et_color_scheme_green #top-menu li.current-menu-item > a,
.et_color_scheme_green .bottom-nav li.current-menu-item > a {
	color: #7cc68d;
}

.et_color_scheme_green.woocommerce .star-rating span:before,
.et_color_scheme_green.woocommerce-page .star-rating span:before {
	color: #7cc68d !important;
}

.et_color_scheme_green .et-search-form,
.et_color_scheme_green .nav li ul,
.et_color_scheme_green .et_mobile_menu,
.et_color_scheme_green .footer-widget li:before,
.et_color_scheme_green .et_pb_pricing li:before {
	border-color: #7cc68d !important;
}

.et_color_scheme_pink a {
	color: #c37cc6;
}

.et_color_scheme_pink .et_pb_counter_amount,
.et_color_scheme_pink .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_pink #top-header {
	background: #c37cc6 !important;
}

.et_color_scheme_pink.woocommerce a.button.alt,
.et_color_scheme_pink.woocommerce-page a.button.alt,
.et_color_scheme_pink.woocommerce button.button.alt,
.et_color_scheme_pink.woocommerce-page button.button.alt,
.et_color_scheme_pink.woocommerce input.button.alt,
.et_color_scheme_pink.woocommerce-page input.button.alt,
.et_color_scheme_pink.woocommerce #respond input#submit.alt,
.et_color_scheme_pink.woocommerce-page #respond input#submit.alt,
.et_color_scheme_pink.woocommerce #content input.button.alt,
.et_color_scheme_pink.woocommerce-page #content input.button.alt,
.et_color_scheme_pink.woocommerce a.button,
.et_color_scheme_pink.woocommerce-page a.button,
.et_color_scheme_pink.woocommerce button.button,
.et_color_scheme_pink.woocommerce-page button.button,
.et_color_scheme_pink.woocommerce input.button,
.et_color_scheme_pink.woocommerce-page input.button,
.et_color_scheme_pink.woocommerce #respond input#submit,
.et_color_scheme_pink.woocommerce-page #respond input#submit,
.et_color_scheme_pink.woocommerce #content input.button,
.et_color_scheme_pink.woocommerce-page #content input.button,
.et_color_scheme_pink .woocommerce-message,
.et_color_scheme_pink .woocommerce-error,
.et_color_scheme_pink .woocommerce-info {
	background: #c37cc6 !important;
}

.et_color_scheme_pink #et_search_icon:hover,
.et_color_scheme_pink .mobile_menu_bar:before,
.et_color_scheme_pink .footer-widget h4,
.et_color_scheme_pink .et_pb_sum,
.et_color_scheme_pink .et_pb_pricing li a,
.et_color_scheme_pink .et_pb_pricing_table_button,
.et_color_scheme_pink .comment-reply-link,
.et_color_scheme_pink .form-submit input,
.et_color_scheme_pink .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_pink .et_pb_contact_submit,
.et_color_scheme_pink .et_password_protected_form .et_submit_button,
.et_color_scheme_pink .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_pink .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_pink .et_overlay:before,
.et_color_scheme_pink .entry-summary p.price ins,
.et_color_scheme_pink.woocommerce div.product span.price,
.et_color_scheme_pink.woocommerce-page div.product span.price,
.et_color_scheme_pink.woocommerce #content div.product span.price,
.et_color_scheme_pink.woocommerce-page #content div.product span.price,
.et_color_scheme_pink.woocommerce div.product p.price,
.et_color_scheme_pink.woocommerce-page div.product p.price,
.et_color_scheme_pink.woocommerce #content div.product p.price,
.et_color_scheme_pink.woocommerce-page #content div.product p.price,
.et_color_scheme_pink #top-menu li.current-menu-ancestor > a,
.et_color_scheme_pink #top-menu li.current-menu-item > a,
.et_color_scheme_pink .bottom-nav li.current-menu-item > a {
	color: #c37cc6;
}

.et_color_scheme_pink.woocommerce .star-rating span:before,
.et_color_scheme_pink.woocommerce-page .star-rating span:before {
	color: #c37cc6 !important;
}

.et_color_scheme_pink .et-search-form,
.et_color_scheme_pink .nav li ul,
.et_color_scheme_pink .et_mobile_menu,
.et_color_scheme_pink .footer-widget li:before,
.et_color_scheme_pink .et_pb_pricing li:before {
	border-color: #c37cc6 !important;
}

.et_color_scheme_red a {
	color: #cd5c5c;
}

.et_color_scheme_red .et_pb_counter_amount,
.et_color_scheme_red .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_red #top-header {
	background: #cd5c5c !important;
}

.et_color_scheme_red.woocommerce a.button.alt,
.et_color_scheme_red.woocommerce-page a.button.alt,
.et_color_scheme_red.woocommerce button.button.alt,
.et_color_scheme_red.woocommerce-page button.button.alt,
.et_color_scheme_red.woocommerce input.button.alt,
.et_color_scheme_red.woocommerce-page input.button.alt,
.et_color_scheme_red.woocommerce #respond input#submit.alt,
.et_color_scheme_red.woocommerce-page #respond input#submit.alt,
.et_color_scheme_red.woocommerce #content input.button.alt,
.et_color_scheme_red.woocommerce-page #content input.button.alt,
.et_color_scheme_red.woocommerce a.button,
.et_color_scheme_red.woocommerce-page a.button,
.et_color_scheme_red.woocommerce button.button,
.et_color_scheme_red.woocommerce-page button.button,
.et_color_scheme_red.woocommerce input.button,
.et_color_scheme_red.woocommerce-page input.button,
.et_color_scheme_red.woocommerce #respond input#submit,
.et_color_scheme_red.woocommerce-page #respond input#submit,
.et_color_scheme_red.woocommerce #content input.button,
.et_color_scheme_red.woocommerce-page #content input.button,
.et_color_scheme_red .woocommerce-message,
.et_color_scheme_red .woocommerce-error,
.et_color_scheme_red .woocommerce-info {
	background: #cd5c5c !important;
}

.et_color_scheme_red #et_search_icon:hover,
.et_color_scheme_red .mobile_menu_bar:before,
.et_color_scheme_red .footer-widget h4,
.et_color_scheme_red .et_pb_sum,
.et_color_scheme_red .et_pb_pricing li a,
.et_color_scheme_red .et_pb_pricing_table_button,
.et_color_scheme_red .comment-reply-link,
.et_color_scheme_red .form-submit input,
.et_color_scheme_red .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_red .et_pb_contact_submit,
.et_color_scheme_red .et_password_protected_form .et_submit_button,
.et_color_scheme_red .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_red .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_red .et_overlay:before,
.et_color_scheme_red .entry-summary p.price ins,
.et_color_scheme_red.woocommerce div.product span.price,
.et_color_scheme_red.woocommerce-page div.product span.price,
.et_color_scheme_red.woocommerce #content div.product span.price,
.et_color_scheme_red.woocommerce-page #content div.product span.price,
.et_color_scheme_red.woocommerce div.product p.price,
.et_color_scheme_red.woocommerce-page div.product p.price,
.et_color_scheme_red.woocommerce #content div.product p.price,
.et_color_scheme_red.woocommerce-page #content div.product p.price,
.et_color_scheme_red #top-menu li.current-menu-ancestor > a,
.et_color_scheme_red #top-menu li.current-menu-item > a,
.et_color_scheme_red .bottom-nav li.current-menu-item > a {
	color: #cd5c5c;
}

.et_color_scheme_red .woocommerce .star-rating span:before,
.et_color_scheme_red .woocommerce-page .star-rating span:before {
	color: #cd5c5c !important;
}

.et_color_scheme_red .et-search-form,
.et_color_scheme_red .nav li ul,
.et_color_scheme_red .et_mobile_menu,
.et_color_scheme_red .footer-widget li:before,
.et_color_scheme_red .et_pb_pricing li:before {
	border-color: #cd5c5c;
}

.et_color_scheme_orange a {
	color: #edb059;
}

.et_color_scheme_orange .et_pb_counter_amount,
.et_color_scheme_orange .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_orange #top-header {
	background: #edb059 !important;
}

.et_color_scheme_orange.woocommerce a.button.alt,
.et_color_scheme_orange.woocommerce-page a.button.alt,
.et_color_scheme_orange.woocommerce button.button.alt,
.et_color_scheme_orange.woocommerce-page button.button.alt,
.et_color_scheme_orange.woocommerce input.button.alt,
.et_color_scheme_orange.woocommerce-page input.button.alt,
.et_color_scheme_orange.woocommerce #respond input#submit.alt,
.et_color_scheme_orange.woocommerce-page #respond input#submit.alt,
.et_color_scheme_orange.woocommerce #content input.button.alt,
.et_color_scheme_orange.woocommerce-page #content input.button.alt,
.et_color_scheme_orange.woocommerce a.button,
.et_color_scheme_orange.woocommerce-page a.button,
.et_color_scheme_orange.woocommerce button.button,
.et_color_scheme_orange.woocommerce-page button.button,
.et_color_scheme_orange.woocommerce input.button,
.et_color_scheme_orange.woocommerce-page input.button,
.et_color_scheme_orange.woocommerce #respond input#submit,
.et_color_scheme_orange.woocommerce-page #respond input#submit,
.et_color_scheme_orange.woocommerce #content input.button,
.et_color_scheme_orange.woocommerce-page #content input.button,
.et_color_scheme_orange .woocommerce-message,
.et_color_scheme_orange .woocommerce-error,
.et_color_scheme_orange .woocommerce-info {
	background: #edb059 !important;
}

.et_color_scheme_orange #et_search_icon:hover,
.et_color_scheme_orange .mobile_menu_bar:before,
.et_color_scheme_orange .footer-widget h4,
.et_color_scheme_orange .et_pb_sum,
.et_color_scheme_orange .et_pb_pricing li a,
.et_color_scheme_orange .et_pb_pricing_table_button,
.et_color_scheme_orange .comment-reply-link,
.et_color_scheme_orange .form-submit input,
.et_color_scheme_orange .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_orange .et_pb_contact_submit,
.et_color_scheme_orange .et_password_protected_form .et_submit_button,
.et_color_scheme_orange .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_orange .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_orange .et_overlay:before,
.et_color_scheme_orange .entry-summary p.price ins,
.et_color_scheme_orange.woocommerce div.product span.price,
.et_color_scheme_orange.woocommerce-page div.product span.price,
.et_color_scheme_orange.woocommerce #content div.product span.price,
.et_color_scheme_orange.woocommerce-page #content div.product span.price,
.et_color_scheme_orange.woocommerce div.product p.price,
.et_color_scheme_orange.woocommerce-page div.product p.price,
.et_color_scheme_orange.woocommerce #content div.product p.price,
.et_color_scheme_orange.woocommerce-page #content div.product p.price,
.et_color_scheme_orange #top-menu li.current-menu-ancestor > a,
.et_color_scheme_orange #top-menu li.current-menu-item > a,
.et_color_scheme_orange .bottom-nav li.current-menu-item > a {
	color: #edb059;
}

.et_color_scheme_orange .woocommerce .star-rating span:before,
.et_color_scheme_orange .woocommerce-page .star-rating span:before {
	color: #edb059 !important;
}

.et_color_scheme_orange .et-search-form,
.et_color_scheme_orange .nav li ul,
.et_color_scheme_orange .et_mobile_menu,
.et_color_scheme_orange .footer-widget li:before,
.et_color_scheme_orange .et_pb_pricing li:before {
	border-color: #edb059;
}

.et_color_scheme_green .et-cart-info,
.et_color_scheme_pink .et-cart-info,
.et_color_scheme_red .et-cart-info,
.et_color_scheme_orange .et-cart-info,
.et_color_scheme_green .et-social-icon a:hover,
.et_color_scheme_pink .et-social-icon a:hover,
.et_color_scheme_red .et-social-icon a:hover,
.et_color_scheme_orange .et-social-icon a:hover,
.et_color_scheme_green .et_pb_promo_button,
.et_color_scheme_pink .et_pb_promo_button,
.et_color_scheme_red .et_pb_promo_button,
.et_color_scheme_orange .et_pb_promo_button,
.et_color_scheme_green .et_pb_more_button,
.et_color_scheme_pink .et_pb_more_button,
.et_color_scheme_red .et_pb_more_button,
.et_color_scheme_orange .et_pb_more_button,
.et_color_scheme_green .et_pb_slide_description .et_pb_slide_title a,
.et_color_scheme_pink .et_pb_slide_description .et_pb_slide_title a,
.et_color_scheme_red .et_pb_slide_description .et_pb_slide_title a,
.et_color_scheme_orange .et_pb_slide_description .et_pb_slide_title a,
.et_color_scheme_green .et-pb-slider-arrows a,
.et_color_scheme_pink .et-pb-slider-arrows a,
.et_color_scheme_red .et-pb-slider-arrows a,
.et_color_scheme_orange .et-pb-slider-arrows a,
.et_color_scheme_green .et_audio_content a,
.et_color_scheme_pink .et_audio_content a,
.et_color_scheme_red .et_audio_content a,
.et_color_scheme_orange .et_audio_content a,
.et_color_scheme_green .et_link_content a,
.et_color_scheme_pink .et_link_content a,
.et_color_scheme_red .et_link_content a,
.et_color_scheme_orange .et_link_content a,
.et_color_scheme_green .et_pb_newsletter_button,
.et_color_scheme_pink .et_pb_newsletter_button,
.et_color_scheme_red .et_pb_newsletter_button,
.et_color_scheme_orange .et_pb_newsletter_button {
	color: inherit !important;
}

/* Floating Dot Navigation */
ul.et_pb_side_nav {
	display: block;
	position: fixed;
	z-index: 99999;
	top: 50%;
	right: 0;
	width: 40px;
	padding: 10px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.4);
}

ul.et_pb_side_nav li.side_nav_item {
	padding: 7px;
}

ul.et_pb_side_nav .side_nav_item a {
	display: block;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(255, 255, 255, 0.5);
	text-indent: -9999px;
}

ul.et_pb_side_nav.et-visible {
	opacity: 1;
	-webkit-animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

ul.et_pb_side_nav .side_nav_item a.active {
	background-color: #fff !important;
}

/* Back To Top Button */
.et_pb_scroll_top.et-pb-icon {
	display: none;
	position: fixed;
	z-index: 99999;
	right: 0;
	bottom: 125px;
	padding: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.et_pb_scroll_top:before {
	content: "2";
}

.et_pb_scroll_top.et-visible {
	opacity: 1;
	-webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_scroll_top.et-hidden {
	opacity: 0;
	-webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

/* Apply Animations */
.et_pb_menu_hidden #top-menu,
.et_pb_menu_hidden #et_search_icon:before,
.et_pb_menu_hidden .et-cart-info {
	opacity: 0;
	-webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_menu_visible #top-menu,
.et_pb_menu_visible #et_search_icon:before,
.et_pb_menu_visible .et-cart-info {
	z-index: 99;
	opacity: 1;
	-webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_menu_hidden #top-menu,
.et_pb_menu_hidden #et_search_icon:before,
.et_pb_menu_hidden .mobile_menu_bar {
	opacity: 0;
	-webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_menu_visible #top-menu,
.et_pb_menu_visible #et_search_icon:before,
.et_pb_menu_visible .mobile_menu_bar {
	z-index: 99;
	opacity: 1;
	-webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_no_animation #top-menu,
.et_pb_no_animation #et_search_icon:before,
.et_pb_no_animation .mobile_menu_bar,
.et_pb_no_animation.et_search_form_container {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}

/* SlideIn Header */
.et_header_style_slide .et_slide_in_menu_container .et_mobile_menu li a,
.et_header_style_slide .et_slide_in_menu_container,
.et_header_style_slide .et_slide_in_menu_container input.et-search-field,
.et_header_style_slide .et_slide_in_menu_container a,
.et_header_style_slide .et_slide_in_menu_container #et-info span,
.et_header_style_slide .et_slide_menu_top ul.et-social-icons a,
.et_header_style_slide .et_slide_menu_top span {
	font-size: 14px;
}

.et_header_style_slide .et_slide_in_menu_container .et-search-field::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
}

.et_header_style_slide .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
}

.et_header_style_slide .et_slide_in_menu_container .et-search-field:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
}

.mobile_menu_bar.et_pb_header_toggle {
	display: none;
	width: 32px;
	cursor: pointer;
}

.et_header_style_slide .mobile_menu_bar.et_toggle_slide_menu {
	display: block;
}

.et_header_style_slide #et_top_search,
.et_header_style_fullscreen #et_top_search,
.et_header_style_slide #top-header,
.et_header_style_fullscreen #top-header,
.et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu li ul,
.et_header_style_slide div#et_mobile_nav_menu,
.et_header_style_fullscreen div#et_mobile_nav_menu,
.et_header_style_fullscreen .et_slide_menu_top .clear {
	display: none !important;
}

.et_header_style_slide.et_fullwidth_nav .et-search-form,
.et_header_style_fullscreen.et_fullwidth_nav .et-search-form,
.et_header_style_slide div#et_mobile_nav_menu,
.et_header_style_fullscreen div#et_mobile_nav_menu {
	right: 0 !important;
}

.et_slide_menu_top button#searchsubmit_header:before,
.et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before,
.et_toggle_slide_menu:after {
	font-family: "ETmodules";
	font-weight: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	text-transform: none;

	speak: none;
}

.et_toggle_slide_menu:before,
.et_toggle_slide_menu:after {
	transition: all 0.7s;
}

.et_toggle_slide_menu:before {
	opacity: 1;
}

.et_toggle_slide_menu:after {
	left: -32px;
	opacity: 0;
	content: "\4d";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.et_pb_slide_menu_active .et_toggle_slide_menu:before {
	opacity: 0;
}

.et_pb_slide_menu_active .et_toggle_slide_menu:after {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.et_pb_slide_menu_active .et_toggle_slide_menu:after {
	transition-delay: 0.3s;
}

.et_header_style_slide #top-menu-nav,
.et_header_style_fullscreen #top-menu-nav,
.et_header_style_slide .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu,
.et_slide_in_menu_container #mobile_menu_slide ul.sub-menu {
	display: none;
}

.et_header_style_slide .et_slide_in_menu_container {
	width: 320px;
	max-width: 75%;
	padding-top: 0 !important;
}

.et_slide_in_menu_container {
	overflow: auto;
	position: fixed;
	z-index: 999999;
	top: 0;
	right: -100%;
	height: 100%;
	background: #2ea3f2;
	-webkit-transition: right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.admin-bar .et_slide_in_menu_container {
	top: 32px;
}

.et_slide_menu_top {
	padding: 40px;
	background: rgba(0, 0, 0, 0.1);
}

.et_header_style_slide #page-container {
	position: relative;
	left: 0;
}

.et_header_style_slide #page-container {
	-webkit-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
	-moz-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
	transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
}

.et_slide_menu_top ul.et-social-icons,
.et_slide_menu_top span#et-info-email {
	float: left;
}

.et_slide_menu_top ul.et-social-icons li {
	margin-right: 10px;
	margin-left: 0;
}

.et_slide_menu_top a.et-cart-info {
	float: right;
}

.et_slide_menu_top:after {
	display: block;
	clear: both;
	content: "";
}

.et_slide_menu_top .et-search-form {
	clear: both;
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	height: 35px;
	margin: 15px 0 0 0;
	padding: 5px !important;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.2) !important;
}

.et_slide_menu_top input.et-search-field {
	left: 5px;
}

.et_slide_menu_top button#searchsubmit_header {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 35px;
	border: none;
	background: none;
	cursor: pointer;
}

.et_slide_menu_top button#searchsubmit_header:before {
	position: absolute;
	top: 11px;
	left: 7px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	content: "\55";
}

.et_slide_menu_top span {
	font-weight: 600;
}

.et_slide_menu_top div#et-info {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 0;
}

.et_slide_menu_top,
.et_slide_menu_top a,
.et_slide_menu_top input {
	color: rgba(255, 255, 255, 0.6);
}

.et_slide_in_menu_container ul#mobile_menu_slide {
	display: block !important;
	padding: 28px 40px;
	border: none;
	background: none;
	box-shadow: none;
}

.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a,
.et_slide_in_menu_container #mobile_menu_slide li a {
	padding: 10px 0;
	border: none;
	color: #fff;
}

.et_slide_in_menu_container #mobile_menu_slide .menu-item-has-children {
	position: relative;
}

.et_slide_in_menu_container span.et_mobile_menu_arrow {
	display: inline-block;
	position: absolute;
	right: 0;
	width: auto;
	height: auto;
	opacity: 0.6;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.et_slide_in_menu_container span.et_mobile_menu_arrow.et_pb_submenu_opened {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before {
	display: block;
	z-index: 999;
	top: 10px;
	right: 13px;
	color: #fff;
	font-size: 21px;
	text-align: center;
	content: "3";
}

.et_slide_in_menu_container .et_mobile_menu .menu-item-has-children > a {
	background: none;
	font-weight: normal;
}

.et_slide_in_menu_container .et_mobile_menu > .menu-item-has-children > a {
	font-weight: bold;
}

.et_slide_in_menu_container #mobile_menu_slide ul.sub-menu li {
	opacity: 0;
	-webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.et_slide_in_menu_container #mobile_menu_slide ul.sub-menu.et_pb_slide_dropdown_opened > li {
	opacity: 1;
	-webkit-transition: 1s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: 1s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
}

.et_slide_in_menu_container .et_mobile_menu li a:hover {
	background: none;
}

.et_slide_in_menu_container #mobile_menu_slide li li a {
	opacity: 0.6;
}

.et_slide_in_menu_container #mobile_menu_slide li li a:hover {
	opacity: 0.4;
}

/* Fullscreen Header */
.et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu li a {
	font-size: 30px;
}

.et_header_style_fullscreen .et_slide_in_menu_container,
.et_header_style_fullscreen .et_slide_in_menu_container input.et-search-field,
.et_header_style_fullscreen .et_slide_in_menu_container a,
.et_header_style_fullscreen .et_slide_in_menu_container #et-info span,
.et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons a,
.et_header_style_fullscreen .et_slide_menu_top span {
	font-size: 18px;
}

.et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-moz-placeholder {
	font-size: 18px;
}

.et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder {
	font-size: 18px;
}

.et_header_style_fullscreen .et_slide_in_menu_container .et-search-field:-ms-input-placeholder {
	font-size: 18px;
}

.et_header_style_fullscreen .mobile_menu_bar.et_toggle_fullscreen_menu {
	display: block;
}

.et_header_style_fullscreen .et_pb_fullscreen_nav_container {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.et_header_style_fullscreen.et_pb_no_top_bar_fullscreen .et_slide_in_menu_container {
	padding-top: 0;
}

.et_header_style_fullscreen .et_slide_in_menu_container {
	display: block !important;
	visibility: hidden;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	right: 0 !important;
	width: 100%;
	padding-top: 70px;
	opacity: 0;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
	visibility: visible;
	opacity: 0.95;
}

.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
	position: absolute;
	z-index: 999999;
	top: 34px;
	right: 30px;
	cursor: pointer;
}

.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before {
	content: "\4d";
}

.et_header_style_fullscreen .et_slide_menu_top {
	position: absolute;
	z-index: 99999;
	top: 0;
	width: 100%;
	padding: 35px;
	text-align: center;
}

.et_header_style_fullscreen .et_pb_top_menu_inner {
	display: inline-block;
	position: relative;
}

.et_header_style_fullscreen .et_slide_menu_top a,
.et_header_style_fullscreen .et_slide_menu_top,
.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before,
.et_header_style_fullscreen .et_slide_menu_top button#searchsubmit_header:before {
	color: #fff;
}

.et_header_style_fullscreen input::-moz-placeholder {
	color: #fff;
}

.et_header_style_fullscreen input::-webkit-input-placeholder {
	color: #fff;
}

.et_header_style_fullscreen input:-ms-input-placeholder {
	color: #fff;
}

.et_header_style_fullscreen div#et-info,
.et_header_style_fullscreen ul.et-social-icons,
.et_header_style_fullscreen a.et-cart-info {
	margin-right: 30px;
}

.et_header_style_fullscreen div#et-info {
	display: inline-block;
	float: left !important;
	width: auto;
	margin-top: 7px;
}

.et_header_style_fullscreen div#et-info span {
	margin-right: 15px;
}

.et_header_style_fullscreen .et_slide_menu_top .et-search-form {
	display: inline-block;
	width: 140px !important;
	margin-top: 0 !important;
	margin-bottom: -10px;
	border: 1px solid #fff;
	border-radius: 3px;
	background: none !important;
}

.et_header_style_fullscreen a.et-cart-info {
	float: none !important;
}

.et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons {
	display: inline-block;
	float: none !important;
}

.et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons li {
	margin-right: 0;
}

.et_header_style_fullscreen #mobile_menu_slide .menu-item-has-children {
	margin-right: -31px;
}

.et_header_style_fullscreen ul#mobile_menu_slide {
	display: table-cell !important;
	position: relative;
	width: auto;
	height: 100%;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.et_header_style_fullscreen .et_mobile_menu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu {
	visibility: visible;
	opacity: 1;
}

.et_header_style_fullscreen .et_mobile_menu li {
	padding-left: 0 !important;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide a {
	display: inline-block;
	margin-right: 0;
}

.et_header_style_fullscreen .et_slide_in_menu_container span.et_mobile_menu_arrow {
	position: relative;
	right: auto;
	padding-right: 10px;
}

.et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before {
	position: relative;
	top: 0;
	right: 0;
}

.et_pb_fullscreen_menu_animated .et_mobile_menu li {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li {
	opacity: 1;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(5) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(6) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(7) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(8) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(9) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(10) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(11) {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(12) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(13) {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(14) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(15) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(16) {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(17) {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(18) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(19) {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(20) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(21) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(22) {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(23) {
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(24) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(25) {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(26) {
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(27) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(28) {
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(29) {
	-webkit-transition-delay: 2.9s;
	transition-delay: 2.9s;
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(30) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.et_header_style_slide .et-fixed-header #et-top-navigation,
.et_header_style_fullscreen .et-fixed-header #et-top-navigation {
	padding: 11px 0 !important;
}

/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1405px) {
	.et_vertical_nav.et_right_sidebar.woocommerce div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce-page div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce-page div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images {
		width: 315px !important;
	}

	.et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1),
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1) {
		clear: both !important;
	}

	.et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n),
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n) {
		margin-right: 60px !important;
	}

	.et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n),
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n) {
		margin-right: 0 !important;
	}

	.et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1),
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1) {
		clear: none !important;
	}

	.et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item,
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item {
		width: 193px;
	}

	.et_vertical_nav.archive.et_right_sidebar ul.products li.product {
		margin-right: 50px !important;
	}
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 1100px) and (max-width: 1405px) {
	/*Vertical Navigation */
	.et_vertical_nav .footer-widget:nth-child(2n) {
		margin-right: 0;
	}

	.et_vertical_nav.et_right_sidebar.woocommerce div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce-page div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce-page div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images {
		width: 250px !important;
	}

	.et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product:nth-child(3n) {
		margin-right: 0 !important;
	}

	.et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.first {
		clear: none !important;
	}

	.et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product:nth-child(3n+1) {
		clear: both !important;
		margin-right: 60px !important;
	}
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {
	/* Vertical Navigation + Pricing Tables */
	.et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table {
		width: 33.333%;
	}

	.et_vertical_nav .et_pb_pricing_2 .et_pb_pricing_table,
	.et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table,
	.et_vertical_nav .et_pb_column_2_3 .et_pb_pricing_table {
		width: 50%;
	}

	.et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table,
	.et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table,
	.et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table,
	.et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table,
	.et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table {
		width: 100%;
		margin: 0 0 30px;
	}

	.et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table:last-child,
	.et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table:last-child,
	.et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table:last-child,
	.et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table:last-child,
	.et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table:last-child {
		margin-bottom: 0;
	}

	.et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(4n+1),
	.et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(3n+1) {
		clear: none;
	}

	.et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(3n+1),
	.et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(2n+1) {
		clear: both;
	}

	.et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(n+4),
	.et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(n+3) {
		margin-top: 50px;
	}

	.et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4),
	.et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3) {
		margin-top: 30px;
	}

	.et_vertical_nav .et_pb_column_1_4 .et_pb_sum,
	.et_vertical_nav .et_pb_column_1_3 .et_pb_sum {
		font-size: 40px;
	}

	.et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_content_top,
	.et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_content_top {
		padding-bottom: 20px;
	}

/* Vertical Nav + Slider Module */
	.et_vertical_nav .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description {
		width: 100%;
	}

/* Vertical Nav + WooCommerce */
	.et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(2n),
	.et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(2n) {
		margin-right: 0 !important;
	}

	.et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(2n+1),
	.et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(2n+1) {
		clear: both !important;
		margin-right: 60px !important;
	}

	.et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(3n+1),
	.et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(3n+1) {
		clear: none !important;
	}

/* Vertical Nav + Audio Module */
	.et_vertical_nav .et_pb_column_1_4 .et_audio_container {
		padding-bottom: 40px;
	}

	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container .mejs-controls div,
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container .mejs-controls div {
		position: absolute;
	}

	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container,
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container {
		height: 80px !important;
	}

	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls,
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls {
		height: 100% !important;
	}

	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-playpause-button,
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-playpause-button {
		z-index: 99;
		top: 0;
		left: 0;
	}

	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom,
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom {
		top: 30px;
		left: 7px;
	}

	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-volume-button,
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-volume-button {
		top: 26px;
		right: 60px;
	}

	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-horizontal-volume-slider,
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-horizontal-volume-slider {
		display: block !important;
		position: absolute !important;
		top: 26px;
		right: 0;
	}

	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-horizontal-volume-total,
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-horizontal-volume-total {
		display: block;
		position: relative !important;
		width: 100% !important;
	}

	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls div.mejs-time-rail,
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls div.mejs-time-rail {
		width: 100% !important;
		padding-left: 30px !important;
	}

	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-time-total.mejs-time-slider,
	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-time-total.mejs-time-slider {
		position: relative !important;
		width: 100% !important;
		margin-left: 0;
	}
}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
	/* Customizer Hide Logo */
	.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
	.et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
		height: 0;
		opacity: 0;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.et_hide_primary_logo #main-header:not(.et-fixed-header) .centered-inline-logo-wrap,
	.et_hide_fixed_logo #main-header.et-fixed-header .centered-inline-logo-wrap,
	.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
	.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container,
	.et_header_style_split.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
	.et_header_style_split.et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
		height: 0;
		padding: 0;
		opacity: 0;
	}

/* Header Height Fix */
	.et-animated-content#page-container {
		-webkit-transition: margin-top, 0.4s ease-in-out;
		-moz-transition: margin-top, 0.4s ease-in-out;
		transition: margin-top, 0.4s ease-in-out;
	}

	.et_hide_nav #page-container,
	.et_transparent_nav #page-container {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	.et_transparent_nav.et_non_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
	.et_transparent_nav.et_non_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
	.et_transparent_nav.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
	.et_transparent_nav.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
		padding-top: 0;
	}

/* Vertical Nav + Sidebar */
	.et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1),
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1) {
		clear: none;
	}

	.et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n),
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n) {
		margin-right: 60px;
	}

	.et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n),
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n) {
		margin-right: 0;
	}

	.et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1),
	.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1) {
		clear: both;
	}

/* Header Logo Styles */
	.et_header_style_split #logo {
		display: none;
	}

	.et_vertical_nav.et_header_style_split #logo {
		display: block;
	}

	.et_header_style_split .centered-inline-logo-wrap #logo {
		display: initial;
		-webkit-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		-moz-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		-o-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	}

	.et_header_style_split.ie .centered-inline-logo-wrap #logo {
		display: inline;
	}

	.et_header_style_split.et_hide_primary_logo .centered-inline-logo-wrap {
		width: 0;
	}

/* Search Bar */
	.et_fullwidth_nav .et-search-form,
	.et_fullwidth_nav .et_close_search_field {
		right: 30px;
	}

/* Fixed header styles, only applied for non-responsive resolutions */
	#main-header.et-fixed-header {
		-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
		-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
	}

	.et_header_style_left .et-fixed-header #et-top-navigation,
	.et_header_style_split .et-fixed-header #et-top-navigation {
		padding-top: 20px;
	}

	.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a,
	.et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
		padding-bottom: 20px;
	}

	.et_header_style_centered .et-fixed-header .et-search-form {
		top: 21px;
	}

	.et_header_style_split .et-fixed-header .centered-inline-logo-wrap {
		width: 54px;
		height: 54px;
		margin: -20px 0;
	}

	.et_header_style_centered .et-fixed-header #et_search_icon:before {
		margin-top: 0;
	}

	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header,
	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_hide_nav.et_fixed_nav #top-header,
	.et_hide_nav.et_fixed_nav #main-header {
		opacity: 0;
	}

	.et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#top-header,
	.et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#main-header,
	.et_hide_nav.et_fixed_nav .et-fixed-header#top-header,
	.et_hide_nav.et_fixed_nav .et-fixed-header#main-header {
		opacity: 1;
		-webkit-transform: translateY(0px) !important;
		transform: translateY(0px) !important;
	}

	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header,
	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header,
	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_hide_nav .centered-inline-logo-wrap,
	.et_hide_nav.et_fixed_nav #top-header,
	.et_hide_nav.et_fixed_nav #top-header,
	.et_hide_nav.et_fixed_nav #main-header,
	.et_hide_nav.et_fixed_nav #main-header,
	.et_hide_nav .centered-inline-logo-wrap {
		transition-duration: 0.7s;
	}

	.et_hide_nav #page-container {
		padding-top: 0 !important;
	}

/* Dropdown Animations */
	.et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover > ul,
	.et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover > ul {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.et_primary_nav_dropdown_animation_slide #et-top-navigation ul li:hover > ul,
	.et_secondary_nav_dropdown_animation_slide #et-secondary-nav li:hover > ul {
		-webkit-animation: fadeLeft 0.4s ease-in-out;
		-moz-animation: fadeLeft 0.4s ease-in-out;
		-o-animation: fadeLeft 0.4s ease-in-out;
		animation: fadeLeft 0.4s ease-in-out;
	}

	.et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover > ul,
	.et_secondary_nav_dropdown_animation_expand #et-secondary-nav li:hover > ul {
		-webkit-transform-origin: 0 0;
		-webkit-animation: Grow 0.4s ease-in-out;
		-moz-animation: Grow 0.8s ease-in-out;
		-o-animation: Grow 0.4s ease-in-out;
		animation: Grow 0.4s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
	}

	.et_primary_nav_dropdown_animation_flip #et-top-navigation ul li ul li:hover > ul,
	.et_secondary_nav_dropdown_animation_flip #et-secondary-nav ul li:hover > ul {
		-webkit-animation: flipInX 0.6s ease-in-out;
		-moz-animation: flipInX 0.6s ease-in-out;
		-o-animation: flipInX 0.6s ease-in-out;
		animation: flipInX 0.6s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
	}

	.et_primary_nav_dropdown_animation_flip #et-top-navigation ul li:hover > ul,
	.et_secondary_nav_dropdown_animation_flip #et-secondary-nav li:hover > ul {
		-webkit-animation: flipInY 0.6s ease-in-out;
		-moz-animation: flipInY 0.6s ease-in-out;
		-o-animation: flipInY 0.6s ease-in-out;
		animation: flipInY 0.6s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
	}

/* Vertical Navigation */
	.et_vertical_nav #et-main-area,
	.et_vertical_nav #top-header {
		position: relative;
		margin-left: 225px !important;
	}

	.et_vertical_nav #top-header {
		z-index: 9999;
	}

	.et_vertical_nav #page-container #main-header {
		position: absolute;
		top: 0;
		left: 0;
		width: 225px;
		height: 100%;
		padding-top: 40px;
		-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	}

	.et_vertical_nav #main-header .container {
		width: auto;
		margin: 0 40px;
	}

	.et_vertical_nav #main-header #top-menu,
	.et_vertical_nav #main-header #top-menu-nav,
	.et_vertical_nav #main-header #et_top_search,
	.et_vertical_nav #main-header #et-top-navigation,
	.et_vertical_nav #main-header #logo {
		float: none;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	.et_vertical_nav #main-header #logo {
		max-height: none;
		margin-bottom: 28px;
		padding: 0;
	}

	.et_vertical_nav #main-header #top-menu li {
		display: block;
		padding-right: 0;
	}

	.et_vertical_nav #main-header #top-menu li.mega-menu > ul {
		top: 190px;
		left: 185px !important;
	}

	.et_vertical_nav #main-header #top-menu li ul {
		top: -32px;
		left: 185px;
	}

	.et_vertical_nav #main-header #top-menu li ul {
		border-top: none;
		border-left-width: 3px;
		border-left-style: solid;
	}

	.et_vertical_nav #main-header #top-menu li ul ul {
		top: -20px;
		left: 237px;
		border-left-width: 0;
	}

	.et_vertical_nav #main-header #top-menu li.mega-menu ul {
		top: -32px;
		left: auto;
	}

	.et_vertical_nav #main-header #top-menu li.mega-menu ul ul {
		top: auto;
	}

	.et_vertical_nav #main-header #top-menu > li > a {
		margin-right: -40px;
		padding-right: 40px;
		padding-bottom: 19px;
	}

	.et_vertical_nav #main-header #top-menu > li > a:after {
		right: 20px;
	}

	.et_vertical_nav.et_boxed_layout #page-container #main-header {
		left: auto;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	.et_vertical_nav.et_header_style_centered #main-header #top-menu-nav,
	.et_vertical_nav.et_header_style_split #main-header #top-menu-nav {
		width: 100%;
	}

/* Vertical Navigation Right Aligned */
	.et_vertical_nav.et_vertical_right #et-main-area,
	.et_vertical_nav.et_vertical_right #top-header {
		margin-right: 225px;
		margin-left: 0 !important;
	}

	.et_vertical_nav.et_vertical_right #page-container #main-header {
		right: 0 !important;
		left: auto !important;
	}

	.et_vertical_nav.et_vertical_right #main-header #top-menu li.mega-menu > ul {
		right: 185px !important;
		left: auto !important;
	}

	.et_vertical_nav.et_vertical_right #main-header #top-menu li ul {
		right: 185px;
		left: auto;
		border-right-width: 3px;
		border-right-style: solid;
		border-left: 0;
	}

	.et_vertical_nav.et_vertical_right #main-header #top-menu li ul ul {
		border-right-width: 0;
	}

/* Vertical Navigation Search Form */
	.et_vertical_nav input.et-search-field {
		left: 0 !important;
	}

	.et_vertical_nav #et_search_icon:before {
		top: -3px;
	}

	.et_vertical_nav #et-top-navigation .et-cart-info {
		display: block;
		float: none;
	}

	.et_vertical_nav .container.et_search_form_container {
		position: relative;
		right: 0 !important;
		height: 40px !important;
	}

	.et_vertical_nav .container.et_search_form_container .et-search-form input {
		font-size: 14px !important;
	}

	.et_vertical_nav .container.et_search_form_container div#et_top_search {
		height: 30px;
	}

	.et_vertical_nav .et_pb_menu_hidden #top-menu-nav > ul,
	.et_vertical_nav .et_pb_menu_visible #top-menu-nav > ul,
	.et_vertical_nav .et_pb_menu_hidden .et-cart-info,
	.et_vertical_nav .et_pb_menu_visible .et-cart-info {
		opacity: 1 !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		animation: none !important;
	}

	.et_vertical_nav div#et_top_search {
		width: 100%;
	}

	.et_vertical_nav .et_pb_menu_hidden #et_top_search {
		opacity: 0;
		-webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		-moz-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		-o-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	}

	.et_vertical_nav .et_pb_menu_visible #et_top_search {
		opacity: 1;
		-webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		-moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		-o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	}

	.et_vertical_nav .container.et_search_form_container.et_pb_search_visible {
		right: 0;
		opacity: 1;
		-webkit-animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		-moz-animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		-o-animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	}

	.et_vertical_nav .et_pb_search_form_hidden {
		opacity: 0;
		-webkit-animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		-moz-animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		-o-animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	}

	.et_vertical_nav div#et_top_search {
		height: 30px;
		margin-top: 20px;
	}

	.et_vertical_nav .container.et_search_form_container {
		margin-top: -45px !important;
	}

	.et_vertical_nav span.et_close_search_field:after {
		font-size: 16px;
	}

	.et_vertical_nav span.et_close_search_field {
		width: 13px;
		height: 18px;
	}

	.et_vertical_nav .et-search-form input {
		width: 90%;
	}

	.et_vertical_nav .container.et_search_form_container .et-search-form input {
		font-style: normal !important;
		text-decoration: none !important;
	}

	.et_vertical_nav .et_search_form_container input::-moz-placeholder {
		font-style: normal !important;
		text-decoration: none !important;
	}

	.et_vertical_nav .et_search_form_container input::-webkit-input-placeholder {
		font-style: normal !important;
		text-decoration: none !important;
	}

	.et_vertical_nav .et_search_form_container input:-ms-input-placeholder {
		font-style: normal !important;
		text-decoration: none !important;
	}

	.et_vertical_nav .et_search_outer {
		overflow: visible;
		position: relative;
	}

	.et_vertical_nav.et_header_style_centered #main-header .et-search-form {
		left: 0;
	}

	.et_vertical_nav.et_header_style_centered #et_search_icon:before {
		left: 50%;
		margin-left: -5px;
	}

	.et_vertical_nav.et_header_style_centered #main-header #et_top_search {
		display: block !important;
		margin: 16px auto 0;
	}

	.et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container {
		z-index: 1;
	}

	.et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container.et_pb_search_visible {
		z-index: 999;
	}

	.et_vertical_nav.et_header_style_split #et_search_icon:before {
		margin-top: 0;
	}

/* Grid Layouts: Gallery, Portfolio, Filterable Portfolio, Shop */
	.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n),
	.et_pb_row .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n),
	.et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n),
	.et_pb_row .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n),
	.single.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n),
	.archive.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n),
	.et_pb_row .et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n) {
		margin-right: 0;
	}

	.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1),
	.et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1),
	.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1) {
		clear: both;
	}

/* Make Navigation Fullwidth */
	.et_fullwidth_nav #main-header .container {
		width: 100%;
		max-width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}

	.et_fullwidth_secondary_nav #top-header .container {
		width: 100%;
		max-width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}

/* Blog Sidebar */
	#sidebar {
		float: left;
		width: 20.875%;
	}

	#left-area {
		width: 79.125%;
		padding-bottom: 23px;
	}

	#main-content .container:before {
		position: absolute;
		top: 0;
		width: 1px;
		height: 100%;
		background-color: #e2e2e2;
		content: "";
	}

	.et_full_width_page #left-area {
		float: none;
		width: 100% !important;
	}

	.et_right_sidebar #left-area {
		float: left;
		padding-right: 5.5%;
	}

	.et_right_sidebar #sidebar {
		padding-left: 30px;
	}

	.et_right_sidebar #main-content .container:before {
		right: 20.875% !important;
	}

	.et_left_sidebar #left-area {
		float: right;
		padding-left: 5.5%;
	}

	.et_left_sidebar #sidebar {
		padding-right: 30px;
	}

	.et_left_sidebar #main-content .container:before {
		left: 20.875% !important;
	}

/* Gutters Adjustment */
	.et_pb_gutter.et_pb_gutters4 #left-area {
		width: 81%;
	}

	.et_pb_gutter.et_pb_gutters2 #left-area {
		width: 77.25%;
	}

	.et_pb_gutter.et_pb_gutters1 #left-area {
		width: 75%;
	}

	.et_pb_gutter.et_pb_gutters4 #sidebar {
		width: 19%;
	}

	.et_pb_gutter.et_pb_gutters2 #sidebar {
		width: 22.75%;
	}

	.et_pb_gutter.et_pb_gutters1 #sidebar {
		width: 25%;
	}

	.et_pb_gutters4.et_right_sidebar #left-area {
		padding-right: 8%;
	}

	.et_pb_gutters4.et_left_sidebar #left-area {
		padding-left: 8%;
	}

	.et_pb_gutters2.et_right_sidebar #left-area {
		padding-right: 3%;
	}

	.et_pb_gutters2.et_left_sidebar #left-area {
		padding-left: 3%;
	}

	.et_pb_gutters1.et_right_sidebar #left-area {
		padding-right: 0;
	}

	.et_pb_gutters1.et_left_sidebar #left-area {
		padding-left: 0;
	}

	.et_pb_gutter.et_pb_gutters4.et_right_sidebar #main-content .container:before {
		right: 19% !important;
	}

	.et_pb_gutter.et_pb_gutters4.et_left_sidebar #main-content .container:before {
		left: 19% !important;
	}

	.et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before {
		right: 22.75% !important;
	}

	.et_pb_gutter.et_pb_gutters2.et_left_sidebar #main-content .container:before {
		left: 22.75% !important;
	}

	.et_pb_gutter.et_pb_gutters1.et_right_sidebar #main-content .container:before {
		right: 25% !important;
	}

	.et_pb_gutter.et_pb_gutters1.et_left_sidebar #main-content .container:before {
		left: 25% !important;
	}

	.et_vertical_nav.et_vertical_fixed #page-container #main-header {
		position: fixed;
	}

	.et_vertical_nav.et_vertical_fixed.et_header_style_left .et-fixed-header #et-top-navigation,
	.et_vertical_nav.et_vertical_fixed.et_header_style_split .et-fixed-header #et-top-navigation {
		padding-top: 33px;
	}

	.et_header_style_slide #et-top-navigation,
	.et_header_style_fullscreen #et-top-navigation {
		padding: 24px 0 24px 0 !important;
	}

	.et_header_style_slide .et_toggle_slide_menu,
	.et_header_style_fullscreen .et_toggle_fullscreen_menu {
		padding-bottom: 0;
	}

	.et_fixed_nav.et_header_style_slide #main-header {
		left: 0;
		-webkit-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.4s ease-in-out, opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s ease-in-out;
		-moz-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s ease-in-out;
		transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s ease-in-out;
	}

	.et_fixed_nav.et_boxed_layout.et_header_style_slide #main-header {
		left: auto;
	}

	.et_header_style_fullscreen div#et-info {
		margin-top: 0;
	}
}

/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {
	/* Vertical Navigation Styles */
	.et_vertical_nav.et_right_sidebar #main-content .container:before {
		right: 195px;
	}

	.et_vertical_nav.et_left_sidebar #main-content .container:before {
		left: 195px;
	}

	.et_vertical_nav #top-menu li.mega-menu > ul {
		width: 675px !important;
	}

	.et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p {
		font-size: 65px;
		line-height: 65px;
	}

	.et_vertical_nav .et_pb_column_3_4 .mejs-container,
	.et_vertical_nav .et_pb_column_3_4 .mejs-container .mejs-controls {
		height: 60px !important;
	}

	.et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p {
		font-size: 55px;
		line-height: 55px;
	}

	.et_vertical_nav.et_right_sidebar.woocommerce div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce-page div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce-page div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images {
		width: 215px !important;
	}

/* Blog Posts */
	.et_vertical_nav .et_pb_column_1_4 .wp-pagenavi span.pages {
		display: block;
		width: 119px !important;
	}

/* Sidebar */
	#sidebar .et_pb_widget {
		margin-left: 0;
	}

	.et_left_sidebar #sidebar .et_pb_widget {
		margin-right: 0;
	}
}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
	/* Hide Logo On Mobile */
	.et_hide_mobile_logo #main-header .logo_container {
		display: none;
		opacity: 0;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

/* Page Containers */
	#page-container,
	.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container,
	.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
	#page-container,
	.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
	.et_fixed_nav.et_show_nav #page-container {
		padding-top: 80px;
	}

	.et_non_fixed_nav #page-container {
		padding-top: 0;
	}

	.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container,
	.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container,
	.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container,
	.et_fixed_nav.et_show_nav.et_header_style_centered #page-container {
		padding-top: 136px;
	}

	#sidebar,
	#left-area {
		width: 100% !important;
	}

/* With Sidebar */
	.et_right_sidebar #left-area,
	.et_right_sidebar #sidebar,
	.et_left_sidebar #left-area,
	.et_left_sidebar #sidebar {
		float: none;
		width: auto;
		padding-right: 0;
		padding-left: 0;
	}

	.et_right_sidebar #left-area {
		margin-right: 0;
	}

	.et_right_sidebar #sidebar {
		margin-left: 0;
		border-left: none;
	}

	.et_left_sidebar #left-area {
		margin-left: 0;
	}

	.et_left_sidebar #sidebar {
		margin-right: 0;
		border-right: none;
	}

	#main-content .container:before {
		display: none !important;
	}

	.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1),
	.et_full_width_page .et_gallery_item:nth-child(4n+1) {
		clear: none;
	}

/* Blog + Sidebar Module + Footer */
	.footer-widget:nth-child(n) {
		width: 46.25% !important;
		margin: 0 7.5% 7.5% 0 !important;
	}

	#footer-widgets .footer-widget .fwidget {
		margin-bottom: 16.21%;
	}

	.et_pb_gutters1 .footer-widget:nth-child(n) {
		width: 50% !important;
		margin: 0 !important;
	}

	.et_pb_gutters1 #footer-widgets .footer-widget .fwidget {
		margin-bottom: 0;
	}

	#footer-widgets {
		padding: 8% 0;
	}

	#footer-widgets .footer-widget:nth-child(2n) {
		margin-right: 0 !important;
	}

	#footer-widgets .footer-widget:nth-last-child(-n+2) {
		margin-bottom: 0 !important;
	}

	.bottom-nav {
		text-align: center;
	}

/* WooCommerce */
	.woocommerce .cart-collaterals > div,
	.woocommerce .cart-collaterals > form {
		float: none !important;
		width: 100% !important;
	}

	.shop_table .coupon {
		margin-bottom: 25px !important;
	}

	.checkout .form-row,
	.checkout .col-1,
	.checkout .col-2 {
		float: none !important;
		width: auto !important;
	}

	.checkout .col-1,
	.checkout .col-2 {
		margin-bottom: 25px !important;
	}

/* Header Styles */
	#main-header,
	#top-header {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	#top-menu {
		display: none;
	}

	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header,
	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_hide_nav.et_fixed_nav #top-header,
	.et_hide_nav.et_fixed_nav #main-header {
		opacity: 1;
		-webkit-transform: translateY(0px) !important;
		transform: translateY(0px) !important;
	}

	.et_header_style_centered #main-header {
		padding: 20px 0;
	}

	.et_header_style_centered nav#top-menu-nav {
		display: none;
	}

	.et_header_style_split #main-header {
		padding: 20px 0;
	}

	.et_header_style_split #et-top-navigation,
	.et_header_style_split .et-fixed-header #et-top-navigation {
		display: block;
		padding-top: 0;
	}

	#et-top-navigation {
		margin-right: 0;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_non_fixed_nav.et_transparent_nav #top-header,
	.et_fixed_nav #main-header,
	.et_fixed_nav #top-header {
		position: absolute;
	}

	.et_header_style_left .et-fixed-header #et-top-navigation,
	.et_header_style_left #et-top-navigation {
		display: block;
		padding-top: 24px;
	}

	.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_fixed_nav #main-header {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	.et_vertical_nav.et_right_sidebar #left-area,
	.et_vertical_nav.et_left_sidebar #left-area {
		width: auto;
	}

	#et-secondary-nav,
	#et-secondary-menu {
		display: none !important;
	}

	.et_non_fixed_nav.et_transparent_nav_temp #main-header,
	.et_secondary_nav_only_menu #main-header,
	.et_fixed_nav_temp #main-header,
	.et_secondary_nav_only_menu #main-header {
		top: 0 !important;
	}

	.et_secondary_nav_only_menu #top-header {
		display: none;
	}

	#top-header .container {
		padding-top: 0;
	}

	#et-info {
		padding-top: 0.75em;
	}

/* Logo */
	#logo,
	.logo_container,
	#main-header,
	.container {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	.et_header_style_centered #logo {
		max-height: 60px;
	}

	.et_header_style_centered header#main-header .logo_container {
		height: auto;
		max-height: 100px;
		padding: 0;
	}

	.et_header_style_split header#main-header .logo_container {
		height: auto;
		max-height: 100px;
		padding: 0;
	}

	.et_header_style_split #logo {
		max-height: 60px;
	}

	.et_vertical_nav span.logo_helper {
		display: inline-block;
	}

	.et_vertical_nav.et_header_style_left .logo_container {
		position: absolute;
		height: 100%;
	}

	.et_header_style_left #logo,
	.et_header_style_split #logo {
		max-width: 50%;
	}

/* Search Form */
	#et_top_search {
		float: left;
		margin: 0 35px 0 0;
	}

	#et_search_icon:before {
		top: 7px;
	}

	.et_header_style_centered #et_top_search,
	.et_vertical_nav.et_header_style_centered #main-header #et_top_search {
		display: none !important;
	}

	.et_header_style_centered .et_search_outer,
	.et_header_style_split .et_search_outer {
		display: none;
	}

	.et_header_style_split #et_top_search,
	.et_vertical_nav.et_header_style_split #main-header #et_top_search {
		display: none !important;
	}

	.et_header_style_left .et-search-form,
	.et_header_style_split .et-search-form {
		width: 50% !important;
		max-width: 50% !important;
	}

	.et_header_style_slide .et_slide_in_menu_container .et-search-form {
		width: 100% !important;
		max-width: 100% !important;
	}

/* Social Icons */
	.et-social-icons,
	#footer-info {
		float: none;
		text-align: center;
	}

	.et-social-icons {
		margin: 0 0 5px;
	}

	#top-header .et-social-icons {
		margin-bottom: 0;
	}

/* Cart */
	.et_header_style_centered #et-top-navigation .et-cart-info {
		display: none;
	}

	#et-top-navigation .et-cart-info {
		margin-top: 5px;
	}

	.et_vertical_nav #et-top-navigation .et-cart-info {
		margin-left: -38px;
	}

/* Mobile Menu */
	#et_mobile_nav_menu {
		display: block;
	}

/* Centered */
	.et_header_style_centered .mobile_menu_bar,
	.et_header_style_split .mobile_menu_bar {
		opacity: 1;
	}

	.et_header_style_centered #et_mobile_nav_menu {
		float: none;
		position: relative;
		margin-top: 20px;
	}

	.et_header_style_centered #main-header .mobile_nav {
		display: block;
		padding: 5px 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: rgba(0, 0, 0, 0.05);
		text-align: left;
	}

	.et_header_style_centered .mobile_nav .select_page,
	.et_header_style_split .mobile_nav .select_page {
		display: inline-block;
		color: #666;
		font-size: 14px;
	}

	.et_header_style_centered .mobile_menu_bar {
		position: absolute;
		top: 2px;
		right: 5px;
	}

	.et_header_style_centered .et_mobile_menu {
		top: 53px;
	}

/* Centered Inline Logo */
	.et_header_style_split #et_mobile_nav_menu {
		display: block;
		float: none;
		position: relative;
		margin-top: 20px;
	}

	.et_header_style_split nav#top-menu-nav {
		display: none;
	}

	.et_header_style_split #main-header .mobile_nav {
		display: block;
		padding: 9px 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: rgba(0, 0, 0, 0.05);
		text-align: left;
	}

	.et_header_style_split .mobile_menu_bar {
		position: absolute;
		top: 2px;
		right: 5px;
	}

	.et_header_style_split .et_mobile_menu {
		top: 53px;
	}

/* Admin Bar Fixes */
	body.admin-bar.et_vertical_nav #main-header {
		top: 0 !important;
	}

	.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header,
	.et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header {
		top: 32px !important;
	}

	body.admin-bar.et_fixed_nav.et_header_style_slide #main-header {
		top: 0 !important;
	}

	.et_fixed_nav.et_header_style_slide #main-header {
		left: 0 !important;
	}

	.et_fixed_nav.et_boxed_layout.et_header_style_slide #page-container #main-header {
		width: 100%;
	}
}

/* Responsive Styles 782px */
@media screen and (max-width: 782px) {
	/* Admin Bar Fixes */
	body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
	body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header,
	body.admin-bar.et_fixed_nav #main-header,
	body.admin-bar.et_fixed_nav #top-header {
		top: 46px;
	}

	.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header,
	.et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header {
		top: 46px !important;
	}

	body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header,
	body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
		top: 80px;
	}

	body.admin-bar.et_header_style_slide .et_slide_in_menu_container {
		top: 46px;
	}
}

/* Responsive Styles Tablet Portrait */
@media all and (max-width: 768px) {
	/* Shop Module (WooCommerce responsive styling for tablet starts from max-width: 768px ) */
	/* woocommerce cart */
	table.cart th,
	#main-content table.cart th,
	table.cart td,
	#main-content table.cart td,
	table.cart tr,
	#main-content table.cart tr,
	.woocommerce-cart #content-area table tr,
	.woocommerce-cart #content-area table td,
	.woocommerce-cart #content-area table th {
		max-width: 100%;
	}

	table.cart tr,
	#main-content table.cart tr,
	#content-area table tr {
		padding: 0;
	}

	.woocommerce .cart_item .quantity {
		width: auto;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 50%;
		margin-right: 0;
	}

	.woocommerce-cart table.cart td.actions .button[name="update_cart"] {
		width: 100%;
	}
}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
	/* Blog + Sidebar Module + Footer */
	#footer-widgets .footer-widget,
	.et_pb_gutters1 #footer-widgets .footer-widget {
		width: 100% !important;
		margin-right: 0 !important;
	}

	#footer-widgets .footer-widget:nth-child(n),
	#footer-widgets .footer-widget .fwidget {
		margin-bottom: 9.5% !important;
	}

	.et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n),
	.et_pb_gutters1 #footer-widgets .footer-widget .fwidget {
		margin-bottom: 0 !important;
	}

	#footer-widgets {
		padding: 10% 0;
	}

	#footer-widgets .footer-widget .fwidget:last-child {
		margin-bottom: 0 !important;
	}

	#footer-widgets .footer-widget:last-child {
		margin-bottom: 0 !important;
	}

	.comment-body {
		padding: 0 0 0 100px;
	}

	.comment-reply-link {
		top: auto !important;
		bottom: -40px;
	}

	#commentform input[type="text"] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

/* Blog Comments */
	.comment .children {
		margin-left: 0;
	}

/* WooCommerce */
	body.woocommerce div.product .woocommerce-tabs ul.tabs li,
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
	body.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
		display: block !important;
		border-bottom: 1px solid #e0dadf !important;
	}

	body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
		display: block !important;
	}

	.woocommerce .form-row {
		float: none !important;
		width: auto !important;
	}

/* Admin Bar Fixes */
	body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header,
	body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
	body.admin-bar.et_fixed_nav #top-header,
	body.admin-bar.et_fixed_nav #main-header {
		top: 46px;
	}

	body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header,
	body.admin-bar.et_fixed_nav.et_secondary_nav_two_panels #main-header {
		top: 104px;
	}

/* Header Styles */
	#et-info .et-social-icons {
		display: none;
	}

	#et-secondary-menu .et_duplicate_social_icons {
		display: inline-block;
	}

	#et-top-navigation {
		margin-right: 0;
	}

	body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header,
	body.et_fixed_nav.et_secondary_nav_two_panels #main-header {
		top: 58px;
	}

	#et-info,
	#et-secondary-menu {
		display: block;
		float: none;
		text-align: center;
	}

	.et_secondary_nav_two_panels #et-secondary-menu {
		margin-top: 12px;
	}

	#top-header .et-cart-info {
		margin-left: 0;
	}

	.et_header_style_fullscreen div#et-info {
		float: none !important;
		position: relative;
		margin-top: 15px;
	}

	.et_header_style_fullscreen #et-info a {
		display: inline-block;
		line-height: 0;
	}

	.et_header_style_fullscreen .et_slide_menu_top .et-search-form {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.et_header_style_fullscreen .et_slide_in_menu_container {
		padding-top: 140px;
	}

	.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
		top: 28px;
	}

	.et_hide_search_icon.et_header_style_fullscreen .et_slide_menu_top .et-search-form {
		display: none !important;
	}
}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {
	/* Header Styles */
	#et-top-navigation {
		margin-right: 0;
	}

/* Blog + Sidebar Module + Footer */
	#footer-widgets .footer-widget:nth-child(n),
	.footer-widget .fwidget {
		margin-bottom: 11.5% !important;
	}

	#footer-widgets .footer-widget.last {
		margin-bottom: 0 !important;
	}

	.et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n),
	.et_pb_gutters1 #footer-widgets .footer-widget .fwidget {
		margin-bottom: 0 !important;
	}

	#footer-widgets {
		padding: 12% 0;
	}

/* WooCommerce */
	table.cart th,
	#content table.cart th,
	table.cart td,
	#content table.cart td,
	table.cart tr,
	#content table.cart tr {
		padding: 0.857em 0.287em !important;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		margin-bottom: 10px;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .button {
		width: 100%;
	}
}

/* Printscreen Styles */
@media print {
	#top-header,
	#main-header {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
	}

	#page-container {
		padding-top: 0 !important;
	}

	#respond {
		display: none;
	}
}

/* Basic Styles */
@font-face {
	font-family: "ETmodules";
	src: url("core/admin/fonts/modules.eot");
	src: url("core/admin/fonts/modules.eot?#iefix") format("embedded-opentype"), url("core/admin/fonts/modules.ttf") format("truetype"), url("core/admin/fonts/modules.woff") format("woff"), url("core/admin/fonts/modules.svg#ETmodules") format("svg");
	font-weight: normal;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Headers */
.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1 {
	font-size: 26px;
}

.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2 {
	font-size: 22px;
}

/* Clearfix */
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
	zoom: 1;
}

/* IE7 */
/* Word Break */
.et_pb_gallery_item,
.et_pb_portfolio_item,
.et_pb_blurb_content,
.et_pb_tabs_controls,
.et_pb_tab,
.et_pb_slide_description,
.et_pb_pricing_heading,
.et_pb_pricing_content,
.et_pb_promo_description,
.et_pb_newsletter_description,
.et_pb_counter_title,
.et_pb_circle_counter,
.et_pb_number_counter,
.et_pb_toggle_title,
.et_pb_toggle_content,
.et_pb_contact_main_title,
.et_pb_testimonial_description_inner,
.et_pb_team_member,
.et_pb_countdown_timer_container,
.et_pb_post,
.et_pb_text,
.product,
.et_pb_widget {
	word-wrap: break-word;
}

/* Accent Color */
.et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay:before,
.et_pb_member_social_links a:hover,
.woocommerce-page #content input.button:hover .et_pb_widget li a:hover,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_bg_layout_light.et_pb_module.et_pb_button,
.et_pb_bg_layout_light .et_pb_more_button,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.et_pb_contact_submit,
.et_pb_bg_layout_light .et_pb_newsletter_button {
	color: #2ea3f2;
}

.et_pb_pricing li span:before {
	border-color: #2ea3f2;
}

.et_pb_counter_amount,
.et_pb_featured_table .et_pb_pricing_heading,
.et_quote_content,
.et_link_content,
.et_audio_content {
	background-color: #2ea3f2;
}

/* Containers */
.et_pb_row {
	position: relative;
	width: 80%;
	max-width: 1080px;
	margin: auto;
}

/* Columns */
.et_pb_column {
	float: left;
	background-position: center;
	background-size: cover;
}

.et_pb_column.et_pb_section_parallax {
	position: relative;
}

/* Button Styles */
.et_pb_button {
	position: relative;
	padding: 0.3em 1em;
	border: 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

/* Button Hover */
/*.et_pb_button:hover {
	padding: 0.3em 2em 0.3em 1em;
	border: 2px solid transparent;
}*/

/* Button Hover Light Text */
.et_pb_button:hover {
	background: rgba(255, 255, 255, 0.2);
}

/* Button Hover Dark Text */
.et_pb_bg_layout_light .et_pb_button:hover,
.et_pb_pricing_table_button:hover,
.et_pb_contact_submit:hover,
.et_pb_contact_reset:hover,
.et_pb_bg_layout_light.et_pb_button:hover {
	background: rgba(0, 0, 0, 0.05);
}

/* Button - With Icon */
.et_pb_button:after {
	position: absolute;
	margin-left: -1em;
	opacity: 0;
	font-size: 32px;
	line-height: 1em;
	content: "\35";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

/*
.et_pb_button:hover:after,
.et_pb_more_button:hover:after,
.et_pb_promo_button:hover:after,
.et_pb_newsletter_button:hover:after,
.et_pb_pricing_table_button:hover:after {
	margin-left: 0;
	opacity: 1;
}*/

/* Button Hover - No Icon */
.et_pb_contact_reset:hover {
	padding: 0.3em 1em;
}

/* Subscribe Button Loader Icon */
.et_subscribe_loader {
	display: none;
	position: absolute;
	top: 16px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	background: url("includes/builder/styles/images/subscribe-loader.gif");
}

.et_pb_button_text_loading .et_pb_newsletter_button_text {
	visibility: hidden;
}

/* Gallery Styles */
.et_post_gallery {
	padding: 0 !important;
	line-height: 1.7 !important;
	list-style: none !important;
}

p.et_pb_gallery_caption {
	text-align: center;
}

/* Shared Fullwidth Menu Styles */
.fullwidth-menu li {
	display: inline-block;
	padding-right: 22px;
	font-size: 14px;
}

.fullwidth-menu > li:last-child {
	padding-right: 0;
}

.fullwidth-menu a {
	display: block;
	position: relative;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.fullwidth-menu a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.fullwidth-menu li > a {
	padding-bottom: 29px;
	word-wrap: break-word;
}

/* Image Module */
.et_pb_image {
	display: block;
	margin-right: auto;
	margin-left: auto;
	line-height: 0;
}

.et_pb_image.aligncenter {
	text-align: center;
}

.et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image {
	display: block;
	overflow: hidden;
	position: relative;
}

/* Sticky Image */
.et_pb_image_sticky {
	display: inherit;
	margin-bottom: 0 !important;
}

/* Blurb Module */
.et-pb-icon {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "ETmodules";
	font-size: 96px;
	font-weight: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	text-transform: none;
	content: attr(data-icon);

	speak: none;
}

.et-pb-icon-circle {
	padding: 25px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 48px;
}

.et-pb-icon-circle-border {
	border: 3px solid;
}

.et_pb_blurb_content {
	position: relative;
	max-width: 550px;
	margin: 0 auto;
}

.et_pb_blurb_content p:last-of-type {
	padding-bottom: 0;
}

.et_pb_main_blurb_image {
	margin-bottom: 30px;
	text-align: center;
}

.et_pb_blurb h4 {
	padding-bottom: 5px;
}

.et_pb_blurb h4 a {
	text-decoration: none;
}

/* Positioned Left */
.et_pb_blurb_position_left .et_pb_main_blurb_image,
.et_pb_blurb_position_right .et_pb_main_blurb_image {
	display: table-cell;
	width: 32px;
}

.et_pb_blurb_position_left .et_pb_main_blurb_image img,
.et_pb_blurb_position_right .et_pb_main_blurb_image img {
	width: inherit;
}

.et_pb_blurb_position_left .et-pb-icon,
.et_pb_blurb_position_right .et-pb-icon {
	font-size: 32px;
}

.et_pb_blurb_position_left .et-pb-icon-circle,
.et_pb_blurb_position_right .et-pb-icon-circle {
	padding: 8px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	font-size: 16px;
}

.et_pb_blurb_position_left .et-pb-icon-circle-border,
.et_pb_blurb_position_right .et-pb-icon-circle-border {
	border: 2px solid;
}

.et_pb_blurb_position_left .et_pb_blurb_container,
.et_pb_blurb_position_right .et_pb_blurb_container {
	display: table-cell;
	vertical-align: top;
}

.et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left: 15px;
}

.et_pb_blurb_position_left .et_pb_blurb_content {
	text-align: left;
}

/* Positioned Right */
.et_pb_blurb_position_right .et_pb_blurb_container {
	padding-right: 15px;
}

.et_pb_blurb_position_right .et_pb_blurb_content {
	padding-right: 52px;
	text-align: right;
}

.et_pb_blurb_position_right .et_pb_main_blurb_image {
	right: 0;
	left: auto;
}

.et_pb_blurb_position_right .et-pb-icon {
	margin-right: 0;
	margin-left: 20px;
}

/* Pricing Tables Module*/
.et_pb_pricing_table {
	float: left;
	width: 33.33%;
	margin: 30px -1px 0 0;
	padding-bottom: 30px;
	border: 1px solid #bebebe;
	background-color: #fcfcfc;
	text-align: center;
}

.et_pb_featured_table {
	position: relative;
	z-index: 100;
	margin-top: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.et_pb_centered_pricing_items .et_pb_pricing {
	text-align: center;
}

/* Column Adjustments */
.et_pb_column_4_4 .et_pb_pricing_table {
	width: 25%;
}

.et_pb_column_4_4 .et_pb_pricing_3 .et_pb_pricing_table {
	width: 33.33%;
}

.et_pb_pricing_2 .et_pb_pricing_table,
.et_pb_column_2_3 .et_pb_pricing_table,
.et_pb_column_1_2 .et_pb_pricing_table {
	width: 50%;
}

.et_pb_pricing_1 .et_pb_pricing_table,
.et_pb_column_3_8 .et_pb_pricing_table,
.et_pb_column_1_3 .et_pb_pricing_table,
.et_pb_column_1_4 .et_pb_pricing_table {
	width: 100%;
	margin: 0 0 30px;
}

.et_pb_pricing_1 .et_pb_pricing_table:last-child,
.et_pb_column_3_8 .et_pb_pricing_table:last-child,
.et_pb_column_1_3 .et_pb_pricing_table:last-child,
.et_pb_column_1_4 .et_pb_pricing_table:last-child {
	margin-bottom: 0;
}

.et_pb_column_4_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(4n+1),
.et_pb_column_3_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(3n+1),
.et_pb_column_2_3 > .et_pb_pricing > .et_pb_pricing_table:nth-child(2n+1),
.et_pb_column_1_2 > .et_pb_pricing > .et_pb_pricing_table:nth-child(2n+1) {
	clear: both;
}

.et_pb_column_4_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+5),
.et_pb_column_3_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+4),
.et_pb_column_2_3 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+3),
.et_pb_column_1_2 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+3) {
	margin-top: 50px;
}

.et_pb_column_4_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+5),
.et_pb_column_3_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4),
.et_pb_column_2_3 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3),
.et_pb_column_1_2 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3) {
	margin-top: 30px;
}

.et_pb_pricing_heading {
	margin-bottom: 17px;
	padding: 10px 0;
	background-color: #bebebe;
}

.et_pb_pricing_heading h2 {
	padding-bottom: 5px;
	color: #fff;
}

.et_pb_best_value {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.et_pb_pricing_content_top {
	padding-bottom: 30px;
	border-bottom: 1px solid #bebebe;
}

.et_pb_et_price {
	color: #999;
	font-size: 16px;
}

.et_pb_dollar_sign {
	position: absolute;
	margin-left: -0.5em;
	font-size: 18px;
	font-weight: 400;
}

.et_pb_sum {
	font-size: 80px;
	font-weight: 300;
	line-height: 1.03em;
}

.et_pb_pricing_content {
	padding: 30px;
	text-align: left;
}

.et_pb_featured_table .et_pb_pricing_content {
	padding-bottom: 50px;
}

.et_pb_pricing li {
	position: relative;
	padding: 0 0 1.6em 14px;
	line-height: 1.6em;
}

.et_pb_pricing li:last-child {
	padding-bottom: 0;
}

.et_pb_pricing li span:before {
	position: absolute;
	top: 9px;
	left: -14px;
	border-width: 3px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	content: "";
}

.et_pb_pricing li.et_pb_not_available {
	color: #ccc;
}

.et_pb_pricing li.et_pb_not_available span:before {
	border-color: #ccc;
}

.et_pb_pricing li a {
	font-weight: 500;
	text-decoration: none;
}

.et_pb_pricing li span {
	position: relative;
}

.et_pb_centered_pricing_items .et_pb_pricing li {
	padding-left: 0;
}

.et_pb_pricing_table_button {
	display: inline-block;
}

/* Testimonials Module */
.et_pb_testimonial {
	position: relative;
	padding: 30px;
	line-height: 1.5;
}

.et_pb_testimonial.et_pb_testimonial_no_bg {
	padding: 30px 0 0;
}

.et_pb_testimonial p:last-of-type {
	padding-bottom: 0;
}

.et_pb_testimonial_portrait,
.et_pb_testimonial_portrait:before {
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}

.et_pb_testimonial_portrait {
	display: table-cell;
	float: left;
	position: relative;
	width: 90px;
	height: 90px;
	margin-right: 30px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.et_pb_testimonial_portrait:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	content: "";
}

.et_pb_column_1_3 .et_pb_testimonial_portrait,
.et_pb_column_1_4 .et_pb_testimonial_portrait,
.et_pb_column_3_8 .et_pb_testimonial_portrait {
	display: block;
	float: none;
	margin: 0 auto 20px;
}

.et_pb_testimonial_description {
	display: table-cell;
}

.et_pb_bg_layout_dark .et_pb_testimonial_description a {
	color: #fff;
}

.et_pb_testimonial_author {
	display: block;
	margin-top: 16px;
	font-weight: 700;
}

.et_pb_testimonial_author a {
	color: inherit;
}

.et_pb_testimonial:before {
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -16px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
	background: #f5f5f5;
	font-size: 32px;
	content: "\7c";
}

.et_pb_testimonial.et_pb_testimonial_no_bg:before {
	background: inherit;
}

.et_pb_testimonial.et_pb_icon_off:before {
	display: none;
}

.et_pb_testimonial_old_layout,
.et_pb_testimonial_old_layout .et_pb_testimonial_description a {
	color: #666 !important;
}

/* Call To Action Module */
.et-promo {
	padding: 40px 0 25px;
	background-color: #1f6581;
}

.et-promo-description {
	float: left;
	padding: 0 60px;
}

.et-promo-description {
	width: 754px;
}

.et-promo-description p {
	color: #fff;
}

.et-promo-button {
	display: inline-block;
	float: left;
	margin-top: 20px;
	padding: 14px 20px;
	padding-right: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.35);
	font-size: 20px;
	font-weight: 500;
}

/* Number Counter Module */
.et_pb_counter_title {
	display: block;
	font-size: 12px;
	line-height: 1.6em;
}

.et_pb_bg_layout_light .et_pb_counter_title {
	color: #666;
}

.et_pb_counter_container {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	color: #fff;
	background-color: #ddd;
}

.et_pb_counter_amount {
	display: block;
	float: left;
	min-height: 6px;
	padding: 1px 3% 1px 1px;
	opacity: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6em;
	text-align: right;
}

/* Blog Module */
.et_pb_post {
	margin-bottom: 60px;
}

.et_pb_post .entry-featured-image-url {
	display: block;
	position: relative;
}

.et_pb_post h2 {
	margin-top: 30px;
}

.et_pb_post h2 a,
.et_pb_portfolio_item h3 a {
	text-decoration: none;
}

.et_pb_post .post-meta {
	margin-bottom: 6px;
	font-size: 14px;
}

.et_pb_post .post-meta a,
.et_pb_portfolio_item .post-meta a {
	text-decoration: none;
}

.et_pb_post .more {
	color: #82c0c7;
	text-decoration: none;
}

.et_pb_posts a.more-link {
	display: block;
	clear: both;
}

.et_pb_has_overlay.et_pb_post .et_pb_image_container a {
	display: block;
	position: relative;
}

/* Color Layouts */
.et_pb_bg_layout_light .et_pb_post .post-meta,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_light .et_pb_post .post-meta a,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_light .et_pb_post p,
.et_pb_bg_layout_light p.et_pb_title_meta_container,
.et_pb_bg_layout_light p.et_pb_title_meta_container a {
	color: #666;
}

.et_pb_bg_layout_dark .et_pb_post .post-meta,
.et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_dark .et_pb_post .post-meta a,
.et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_dark .et_pb_post p,
.et_pb_bg_layout_dark p.et_pb_title_meta_container,
.et_pb_bg_layout_dark p.et_pb_title_meta_container a {
	color: inherit;
}

/* Grid Layout */
.et_pb_blog_grid .column {
	float: left;
	max-width: 100%;
}

.et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_blog_grid .column.size-1of2:nth-child(2n) {
	margin-right: 0 !important;
}

.et_pb_blog_grid .et_pb_post {
	padding: 19px;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	word-wrap: break-word;
}

.et_pb_blog_grid_dropshadow .et_pb_post {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.et_pb_blog_grid .et_pb_image_container {
	position: relative;
}

.et_pb_image_container,
.et_pb_blog_grid .et_main_video_container,
.et_pb_blog_grid .et_audio_content,
.et_pb_blog_grid .et_pb_post .et_pb_slider {
	margin: -20px -20px 10px;
}

.et_pb_image_container img,
.et_pb_post a img {
	max-width: 100%;
	vertical-align: bottom;
}

.et_pb_blog_grid .et_pb_image_container img {
	min-width: 100%;
	max-width: 100%;
	height: auto;
}

.et_pb_blog_grid .et_pb_no_thumb h2 {
	margin-top: 0;
}

.et_pb_blog_grid .et_audio_content {
	margin-bottom: 0;
}

.et_pb_blog_grid h2 {
	margin-top: 19px;
	font-size: 18px;
}

.et_pb_blog_grid[data-columns]::before {
	display: none;
	opacity: 0;
	line-height: 0;
}

.js .et_pb_blog_grid[data-columns] .et_pb_post {
	opacity: 0;
}

.js .et_pb_blog_grid[data-columns] .column .et_pb_post {
	opacity: 1;
	-webkit-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

/* Video Module */
.et_pb_video {
	position: relative;
}

.et_pb_video_box {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 0;
}

.et_pb_video_box video {
	width: 100% !important;
	height: auto !important;
}

.et_pb_video_overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	cursor: pointer;
}

.et_pb_video_play:before {
	font-family: "ETmodules";
	content: "\49";
}

.et_pb_video_play {
	display: block;
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	color: #fff;
}

.et_pb_bg_layout_light .et_pb_video_play {
	color: #333;
}

.et_pb_video_overlay_hover {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.et_pb_video .et_pb_video_overlay_hover:hover {
	background: rgba(0, 0, 0, 0.6);
}

/* Column Adjustments */
.et_pb_column_4_4 .et_pb_video_play,
.et_pb_column_3_4 .et_pb_video_play,
.et_pb_column_2_3 .et_pb_video_play,
.et_pb_column_1_2 .et_pb_video_play {
	margin-top: -3rem;
	margin-left: -3rem;
	font-size: 6rem;
	line-height: 6rem;
}

.et_pb_column_3_8 .et_pb_video_play,
.et_pb_column_1_3 .et_pb_video_play,
.et_pb_column_1_4 .et_pb_video_play {
	margin-top: -1.5rem;
	margin-left: -1.5rem;
	font-size: 3rem;
	line-height: 3rem;
}

/* Video Slider Module */
.et_pb_video_slider .et_pb_slider:hover .et_pb_video_overlay_hover {
	background: rgba(0, 0, 0, 0.6);
}

.et_pb_video_slider .et_pb_slider_dots + .et-pb-controllers {
	position: relative;
	z-index: initial;
	bottom: 0;
	margin-top: 10px;
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light + .et-pb-controllers a {
	background-color: rgba(255, 255, 255, 0.5);
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light + .et-pb-controllers .et-pb-active-control {
	background-color: #fff !important;
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark + .et-pb-controllers a {
	background-color: rgba(51, 51, 51, 0.5);
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark + .et-pb-controllers .et-pb-active-control {
	background-color: #333 !important;
}

.et_pb_carousel {
	overflow: hidden;
	position: relative;
	margin-top: 2%;
}

.et_pb_carousel:hover .et-pb-arrow-prev {
	left: 10px;
	opacity: 1;
}

.et_pb_carousel:hover .et-pb-arrow-next {
	right: 10px;
	opacity: 1;
}

.et_pb_slider_carousel {
	margin-bottom: 0 !important;
}

.et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et-pb-arrow-prev,
.et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et_pb_video_play {
	color: #fff;
}

.et_pb_slider_carousel.et_pb_controls_dark + .et_pb_carousel .et-pb-arrow-prev,
.et_pb_slider_carousel.et_pb_controls_dark + .et_pb_carousel .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_dark + .et_pb_carousel .et_pb_video_play {
	color: #333;
}

.et_pb_carousel_items {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}

.et_pb_carousel_items .et-carousel-group {
	display: none;
	float: left;
	position: relative;
	width: 100%;
}

.et_pb_carousel_items .et-carousel-group.active {
	display: block;
}

.et_pb_carousel_items .et-carousel-group.active .et_pb_carousel_item:last-child {
	margin-right: 0;
}

.et_pb_carousel_item {
	display: none;
	float: left;
	position: relative;
	margin: 0 2% 0 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.25);
}

.et_pb_carousel_items.columns-6 .et_pb_carousel_item {
	width: 15%;
}

.et_pb_carousel_items.columns-5 .et_pb_carousel_item {
	width: 18.4%;
}

.et_pb_carousel_items.columns-4 .et_pb_carousel_item {
	width: 23.5%;
}

.et_pb_carousel_items.columns-3 .et_pb_carousel_item {
	width: 32%;
}

.et_pb_carousel_items.columns-2 .et_pb_carousel_item {
	width: 49%;
}

.et_pb_carousel_items.columns-1 .et_pb_carousel_item {
	width: 100%;
}

.et_pb_carousel_item:after {
	display: block;
	padding-top: 75%;
	content: "";
}

.et_pb_carousel_item .et_pb_video_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.et_pb_carousel_item.et-pb-active-control .et_pb_video_overlay_hover {
	background: rgba(0, 0, 0, 0.6);
}

.et_pb_carousel_item .et_pb_video_play {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.et_pb_carousel_item .et_pb_video_overlay:hover .et_pb_video_play {
	opacity: 1;
}

.et_pb_carousel_item .et_pb_video_overlay_hover:hover {
	background: rgba(0, 0, 0, 0.6);
}

/* Mobile Adjustments */
.et_mobile_device .et_pb_slider_carousel .et-pb-arrow-prev {
	opacity: 0 !important;
}

.et_mobile_device .et_pb_slider_carousel .et-pb-arrow-next {
	opacity: 0 !important;
}

.et_mobile_device .et_pb_carousel .et-pb-arrow-prev {
	left: -10px;
	opacity: 1;
}

.et_mobile_device .et_pb_carousel .et-pb-arrow-next {
	right: -10px;
	opacity: 1;
}

/* Column Adjustments */
.et_pb_column_1_4 .et_pb_slider_carousel .et_pb_slide {
	min-height: initial !important;
}

.et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play {
	margin-top: -1.39rem;
	margin-left: -1.39rem;
	font-size: 2.78rem;
	line-height: 2.78rem;
}

.et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play {
	margin-top: -1rem;
	margin-left: -1rem;
	font-size: 2rem;
	line-height: 2rem;
}

.et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play {
	margin-top: -0.75rem;
	margin-left: -0.75rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
}

/* Sidebar Module */
.et_pb_widget_area_left {
	padding-right: 30px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.et_pb_widget_area_right {
	padding-left: 30px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.et_pb_no_sidebar_vertical_divider .et_pb_widget_area_left {
	border-right: none;
}

.et_pb_no_sidebar_vertical_divider .et_pb_widget_area_right {
	border-left: none;
}

.et_pb_sidebar_no_border {
	padding: 0;
	border: none;
}

/* Fullwidth Image Module */
.et_pb_fullwidth_image {
	position: relative;
	line-height: 0;
}

.et_pb_fullwidth_image img {
	width: 100%;
}

/* Call To Action and Button Modules */
.et_pb_promo {
	padding: 40px 60px;
	text-align: center;
}

.et_pb_promo_description {
	padding-bottom: 20px;
}

.et_pb_promo_description p:last-of-type {
	padding-bottom: 0;
}

.et_pb_promo_button,
.et_pb_module.et_pb_button {
	display: inline-block;
	color: inherit;
}

.et_pb_promo_button:hover,
.et_pb_newsletter_button:hover {
	text-decoration: none;
}

.et_pb_column_1_2 .et_pb_promo,
.et_pb_column_1_3 .et_pb_promo,
.et_pb_column_1_4 .et_pb_promo {
	padding: 40px;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_right {
	text-align: right;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_center {
	text-align: center;
}

/* Newsletter Module */
.et_pb_newsletter {
	padding: 25px;
}

.et_pb_newsletter_form,
.et_pb_newsletter_description {
	width: 50%;
	padding: 0;
}

.et_pb_newsletter_description {
	float: left;
	margin-bottom: 20px;
}

.et_pb_newsletter_description p:last-of-type {
	padding-bottom: 0;
}

.et_pb_newsletter_form {
	float: left;
}

.et_pb_newsletter_form p input {
	width: 100%;
	padding: 14px 4% !important;
	border: none !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	color: #666;
	background-color: #fff;
	font-size: 14px;
	font-size: 16px;
	font-weight: 400;
}

.et_pb_newsletter_form p .et_pb_signup_error {
	border: 1px solid #f00 !important;
}

.et_pb_newsletter_result {
	display: none;
}

.et_pb_newsletter_button {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	color: inherit;
	text-align: center;
}

.et_pb_login_form .et_pb_newsletter_button,
.et_pb_feedburner_form .et_pb_newsletter_button {
	width: 100%;
	margin: 0;
	cursor: pointer;
}

.et_pb_login_form form,
.et_pb_feedburner_form form {
	text-align: left;
}

.et_pb_login_form ::-webkit-input-placeholder,
.et_pb_feedburner_form ::-webkit-input-placeholder {
	color: #666;
}

.et_pb_login_form ::-moz-placeholder,
.et_pb_feedburner_form ::-moz-placeholder {
	color: #666;
}

.et_pb_login_form :-ms-input-placeholder,
.et_pb_feedburner_form :-ms-input-placeholder {
	color: #666;
}

.et_pb_no_bg {
	padding: 0 !important;
}

/* Column Adjustments */
.logged-in .et_pb_login .et_pb_newsletter_description,
.et_pb_column_1_2 .et_pb_newsletter_form,
.et_pb_column_1_2 .et_pb_newsletter_description,
.et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_form,
.et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_description,
.et_pb_column_1_3 .et_pb_newsletter_form,
.et_pb_column_1_3 .et_pb_newsletter_description,
.et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_form,
.et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_description,
.et_pb_column_1_4 .et_pb_newsletter_form,
.et_pb_column_1_4 .et_pb_newsletter_description {
	width: 100%;
	padding: 0;
}

.et_pb_column_4_4 .et_pb_newsletter_form,
.et_pb_column_3_4 .et_pb_newsletter_form,
.et_pb_column_2_3 .et_pb_newsletter_form {
	padding-left: 40px;
}

/* Tabs Module */
.et_pb_tabs {
	border: 1px solid #d9d9d9;
}

ul.et_pb_tabs_controls {
	border-bottom: 1px solid #d9d9d9;
	background-color: #f4f4f4;
}

.et_pb_tabs_controls li {
	float: left;
	position: relative;
	max-width: 100%;
	padding: 5px 30px 3px;
	border-right: 1px solid #d9d9d9;
	font-weight: 600;
	cursor: pointer;
}

.et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
	border-right: none;
}

.et_pb_tabs_controls li a {
	color: #666;
	text-decoration: none;
}

.et_pb_tabs_controls li.et_pb_tab_active {
	bottom: -1px;
	padding: 4px 30px 4px;
	background-color: #fff;
}

.et_pb_tab_active a {
	color: #333!important;
}

.et_pb_tab p:last-of-type {
	padding-bottom: 0;
}

.et_pb_all_tabs {
	padding: 24px 30px;
	background: #fff;
}

.et_pb_all_tabs > div,
.et_pb_toggle_close .et_pb_toggle_content {
	display: none;
}

.et_pb_all_tabs .et_pb_active_content {
	display: block;
}

/* Column Adjustments */
.et_pb_column_1_3 .et_pb_tabs_controls,
.et_pb_column_1_4 .et_pb_tabs_controls {
	border-bottom: none;
}

.et_pb_column_1_3 .et_pb_tabs_controls li,
.et_pb_column_1_4 .et_pb_tabs_controls li,
.et_pb_column_3_8 .et_pb_tabs_controls li {
	float: none;
	border-right: none;
	border-bottom: 1px solid #d9d9d9;
}

/* Accordion + Toggle Modules*/
.et_pb_toggle {
	border: 1px solid #d9d9d9;
}

.et_pb_toggle_close {
	padding: 20px;
	background-color: #f4f4f4;
}

.et_pb_toggle_open {
	padding: 20px;
	background: #fff;
}

.et_pb_toggle h5.et_pb_toggle_title {
	position: relative;
	padding: 0 50px 0 0;
	cursor: pointer;
}

.et_pb_toggle_close h5.et_pb_toggle_title {
	color: #666;
}

.et_pb_toggle_open h5.et_pb_toggle_title {
	color: #333;
}

.et_pb_toggle_title:before {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5em;
	color: #ccc;
	font-size: 16px;
	content: "\e050";
}

.et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\e04f";
}

.et_pb_toggle_content {
	padding-top: 20px;
}

.et_pb_toggle_content p:last-of-type {
	padding-bottom: 0;
}

/* Map Module */
.et_pb_map {
	position: relative;
	width: 100%;
	height: 440px;
}

body.chrome.parallax-map-support .et_pb_map {
	transform: inherit !important;
}

.et_pb_fullwidth_section .et_pb_map_container {
	margin: 0;
}

.et_pb_map_container img {
	max-width: inherit;
}

.et_pb_map_pin {
	display: none;
	visibility: hidden;
}

/* Column Adjustments */
.et_pb_column_2_3 .et_pb_map {
	height: 400px;
}

.et_pb_column_1_2 .et_pb_map,
.et_pb_column_3_8 .et_pb_map {
	height: 280px;
}

.et_pb_column_1_3 .et_pb_map,
.et_pb_column_1_4 .et_pb_map {
	height: 230px;
}

/* Contact Form Module */
.et_pb_contact_form {
	margin-left: -3%;
}

.et_pb_contact_field {
	margin-bottom: 3%;
	padding: 0 0 0 3%;
}

.et_pb_contact_main_title {
	padding-bottom: 16px;
	font-size: 26px;
	font-weight: 500;
}

.et_pb_column_1_3 .et_pb_contact_main_title,
.et_pb_column_1_4 .et_pb_contact_main_title {
	font-size: 22px;
}

.et_pb_contact_form_label {
	display: none;
}

.et_pb_contact_right {
	display: inline-block;
	width: auto;
	margin: 0;
	text-align: right;
}

.et_pb_contact .et_pb_contact_field_half {
	float: left;
	overflow: hidden;
	width: 50%;
}

.et_pb_contact p input,
.et_pb_contact p textarea {
	width: 100%;
	padding: 16px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #999;
	background-color: #eee;
	font-size: 14px;
}

.et_pb_contact_right p input {
	max-width: 45px;
	padding: 16px;
}

.et_pb_contact_message {
	min-height: 150px;
}

.et_pb_contact_submit,
.et_pb_contact_reset {
	display: inline-block;
	margin: 0 0 0 15px;
	font-family: inherit;
	cursor: pointer;
}

.et_pb_contact p .et_contact_error {
	border: 1px solid red !important;
}

.et_contact_bottom_container {
	float: right;
	overflow: hidden;
	margin-top: -1.5%;
	text-align: right;
}

.et_pb_contact_form .et_pb_contactform_validate_field {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	border: none !important;
	opacity: 0 !important;
}

.et_pb_contactform_validate_field {
	display: none;
}

/* Countdown Timer Module */
.et_pb_countdown_timer {
	padding: 4%;
}

.et_pb_countdown_timer .et_pb_countdown_timer_container {
	width: 100%;
	text-align: center;
}

.et_pb_countdown_timer .title {
	margin: 0 0 30px;
	padding: 0;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
}

.et_pb_countdown_timer .section {
	display: inline-block;
}

.et_pb_countdown_timer .section.values {
	width: 17%;
	max-width: 160px;
}

.et_pb_countdown_timer .section p {
	display: inline-block;
	padding-bottom: 0;
	font-size: 54px;
	line-height: 54px;
	text-align: center;
}

.et_pb_countdown_timer .section.zero p {
	opacity: 0.40;
}

.et_pb_countdown_timer .section p.label {
	display: block;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}

.et_pb_countdown_timer .sep {
	position: relative;
	top: -28px;
}

/* Column Adjustments */
.et_pb_column_1_4 .et_pb_countdown_timer .section p {
	font-size: 20px;
	line-height: 20px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .section p {
	font-size: 38px;
	line-height: 38px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .section p.label {
	font-size: 12px;
	line-height: 20px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .sep,
.et_pb_column_3_8 .et_pb_countdown_timer .sep,
.et_pb_column_1_3 .et_pb_countdown_timer .sep,
.et_pb_column_1_4 .et_pb_countdown_timer .sep {
	top: -22px;
}

.et_pb_column_1_3 .et_pb_countdown_timer .title,
.et_pb_column_1_4 .et_pb_countdown_timer .title {
	margin-bottom: 20px;
	font-size: 22px;
}

.et_pb_column_3_8 .et_pb_countdown_timer .section p,
.et_pb_column_1_3 .et_pb_countdown_timer .section p,
.et_pb_column_1_4 .et_pb_countdown_timer .section p {
	font-size: 28px;
	line-height: 28px;
}

.et_pb_column_3_8 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_3 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_4 .et_pb_countdown_timer .section p.label {
	font-size: 11px;
	line-height: 19px;
}

/* Vertical Nav Adjustments */
.et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .sep p {
	font-size: 20px;
	line-height: 20px;
}

/* Circle Counter Module */
.et_pb_circle_counter,
.et_pb_number_counter {
	position: relative;
	margin: 0 auto 30px;
	text-align: center;
}

.et_pb_circle_counter {
	max-width: 225px;
}

.et_pb_circle_counter canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.et_pb_circle_counter .percent,
.et_pb_number_counter .percent {
	position: relative;
	z-index: 2;
}

.et_pb_circle_counter .percent p,
.et_pb_number_counter .percent p {
	visibility: hidden;
}

.et_pb_circle_counter .percent p,
.et_pb_slide_content .et_pb_circle_counter .percent p:last-of-type {
	position: relative;
	padding: 49% 0;
	font-size: 40px;
	font-weight: 500;
	line-height: 0.1em;
}

.et_pb_circle_counter h3,
.et_pb_number_counter h3 {
	padding: 20px 0 0 0;
	font-size: 18px;
}

/* Number Counter Module */
.et_pb_number_counter {
	width: auto;
}

.et_pb_number_counter canvas {
	display: none;
	visibility: hidden;
}

.et_pb_number_counter .percent {
	height: 72px;
}

.et_pb_number_counter .percent p {
	font-size: 72px;
	font-weight: 500;
	line-height: 72px;
}

/* Project Post Type */
.et_pb_post .entry-content {
	padding-top: 30px;
}

.et_pb_portfolio_item h2,
.et_pb_gallery_grid .et_pb_gallery_item h3 {
	margin-top: 10px;
}

.et_pb_inline_icon:before,
.et_overlay.et_pb_inline_icon:before {
	content: attr(data-icon);
}

/* Portfolio + Shop Overlay */
.et_overlay {
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	opacity: 0;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;

	-o-backface-visibility: hidden;
}

.et_overlay:before {
	position: absolute;
	top: 55%;
	left: 50%;
	margin: -14px 0 0 -14px;
	font-size: 32px;
	content: "\e050";
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.et_overlay:hover:before {
	top: 50%;
}

.et_shop_image:hover .et_overlay,
.et_portfolio_image:hover .et_overlay,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .meta,
.et_pb_gallery_image:hover .et_overlay,
.et_pb_has_overlay:hover .et_overlay {
	z-index: 3;
	opacity: 1;
}

.et_pb_slider.et_pb_gallery_fullwidth span.et_overlay {
	display: none;
}

#ie7 .et_overlay,
#ie8 .et_overlay {
	display: none;
}

/* Fullwidth Menu Module */
.et_pb_fullwidth_menu .fullwidth-menu-nav,
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
	float: none;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
	padding: 28px 0 0 !important;
	line-height: 1.7em;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul > li.mega-menu > ul {
	top: 76px;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul ul {
	padding: 20px 0;
	text-align: left;
}

.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a {
	color: #fff;
}

.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.fullwidth-menu li li.menu-item-has-children > a:first-child:after {
	top: 12px;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards {
	padding: 0 0 29px !important;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards > li {
	padding-top: 28px;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards > li > a {
	padding-bottom: 0;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li ul {
	top: initial;
	bottom: 100%;
	border-top: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2ea3f2;
	-webkit-box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li ul li ul {
	bottom: -23px;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li.mega-menu ul ul {
	top: initial;
	bottom: 0;
	border: none;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li.mega-menu > ul {
	bottom: 76px;
}

/* Login Module */
.et_pb_forgot_password {
	margin-top: -5px;
	font-size: 12px;
}

.et_pb_forgot_password a {
	color: #fff;
	text-decoration: underline;
}

.et_pb_bg_layout_light .et_pb_forgot_password a {
	color: #666;
}

/* Person Module */
.et_pb_team_member_image {
	display: table-cell;
	float: left;
	width: 320px;
	margin-right: 30px;
	line-height: 0;
}

.et_pb_team_member_description {
	display: table-cell;
	vertical-align: top;
}

.et_pb_team_member_no_image .et_pb_team_member_description {
	display: block !important;
}

.et_pb_team_member_description h4 {
	padding-bottom: 0;
}

.et_pb_member_position {
	padding-bottom: 7px;
	color: #aaa;
}

/* Column Adjustments */
.et_pb_column_1_2 .et_pb_team_member_image,
.et_pb_column_3_8 .et_pb_team_member_image,
.et_pb_column_1_3 .et_pb_team_member_image,
.et_pb_column_1_4 .et_pb_team_member_image {
	display: block;
	float: none;
	width: auto;
	margin: 0 0 12px;
	text-align: center;
}

.et_pb_column_1_2 .et_pb_team_member_description,
.et_pb_column_3_8 .et_pb_team_member_description,
.et_pb_column_1_3 .et_pb_team_member_description,
.et_pb_column_3_4 .et_pb_team_member_description {
	display: block;
}

/* Social Media */
.et_pb_member_social_links li {
	display: inline-block;
	margin-right: 15px;
}

.et_pb_member_social_links a {
	display: inline-block;
	position: relative;
	color: #b2b2b2;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	transition: color 300ms ease 0s;
}

.et_pb_facebook_icon:before {
	content: "\e093";
}

.et_pb_twitter_icon:before {
	content: "\e094";
}

.et_pb_google_icon:before {
	content: "\e096";
}

.et_pb_linkedin_icon:before {
	content: "\e09d";
}

.et_pb_member_social_links span {
	display: none;
}

/* Blog Post Formats */
.et_quote_content,
.et_link_content,
.et_audio_content,
.et_pb_audio_module_content {
	position: relative;
	text-align: center;
	word-wrap: break-word;
}

.et_link_content,
.et_audio_content,
.et_pb_audio_module_content,
.et_quote_content {
	padding: 50px 60px;
}

/* Link Post Format */
.et_quote_content blockquote p,
.et_quote_content blockquote cite,
.et_link_content h2,
.et_link_content a.et_link_main_url,
.et_audio_content h2,
.et_pb_audio_module_content h2 {
	color: #fff !important;
}

.et_pb_text_color_dark .et_quote_content blockquote p,
.et_pb_text_color_dark .et_quote_content blockquote cite,
.et_pb_text_color_dark .et_link_content h2,
.et_pb_text_color_dark .et_link_content a.et_link_main_url,
.et_pb_text_color_dark .et_audio_content h2,
.et_pb_text_color_dark .et_pb_audio_module_content h2,
.et_pb_text_color_dark .et_audio_module_meta {
	color: #666 !important;
}

.et_pb_text_color_dark.et_quote_content blockquote p,
.et_pb_text_color_dark.et_quote_content blockquote cite,
.et_pb_text_color_dark.et_link_content h2,
.et_pb_text_color_dark.et_link_content a.et_link_main_url,
.et_pb_text_color_dark.et_audio_content h2,
.et_pb_text_color_dark.et_pb_audio_module_content h2 {
	color: #bbb !important;
}

.et_pb_text_color_dark.et_quote_content,
.et_pb_text_color_dark.et_link_content,
.et_pb_text_color_dark.et_audio_content {
	background-color: #e8e8e8;
}

.et_quote_main_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

/* Quote Post Format */
.et_quote_content blockquote {
	margin: 0;
	padding: 0;
	border: none;
}

.et_quote_content blockquote p,
.et_link_content h2,
.et_audio_content h2,
.et_pb_audio_module_content h2 {
	margin-top: 0;
}

.et_quote_content blockquote p,
.et_link_content h2,
.et_audio_content h2 {
	line-height: 44px;
}

.et_audio_content h2 {
	margin-bottom: 20px;
}

.et_quote_content blockquote cite,
.et_link_content a.et_link_main_url {
	font-size: 18px;
	font-weight: 200;
}

.et_quote_content blockquote cite {
	font-style: normal;
}

/* Column Adjustments */
.et_pb_column_1_2 .et_audio_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_blog_grid .et_audio_content h2 {
	margin-top: 0;
	margin-bottom: 9px;
}

.et_pb_column_2_3 .et_quote_content {
	padding: 50px 42px 45px;
}

.et_pb_column_2_3 .et_link_content,
.et_pb_column_2_3 .et_audio_content,
.et_pb_column_2_3 .et_pb_audio_module_content {
	padding: 40px 40px 45px;
}

.et_pb_column_1_2 .et_quote_content {
	padding: 35px 40px;
}

.et_pb_column_1_2 .et_link_content,
.et_pb_column_1_2 .et_audio_content {
	padding: 35px 40px;
}

.et_pb_column_1_2 .et_pb_audio_module_content {
	padding: 40px 40px 35px;
}

.et_pb_column_1_2 .et_quote_content blockquote p {
	font-size: 26px;
}

.et_pb_column_1_2 .et_quote_content blockquote p,
.et_pb_column_1_2 .et_link_content h2,
.et_pb_column_1_2 .et_audio_content h2 {
	line-height: 32px;
}

.et_pb_column_1_2 .et_quote_content blockquote cite,
.et_pb_column_1_2 .et_link_content a.et_link_main_url {
	font-size: 14px;
}

.et_pb_column_1_3 .et_quote_content,
.et_pb_column_3_8 .et_quote_content,
.et_pb_column_1_4 .et_quote_content,
.et_pb_blog_grid .et_quote_content {
	padding: 35px 30px 32px;
}

.et_pb_column_1_3 .et_quote_content blockquote p,
.et_pb_column_3_8 .et_quote_content blockquote p,
.et_pb_column_1_4 .et_quote_content blockquote p,
.et_pb_blog_grid .et_quote_content blockquote p,
.et_pb_column_1_3 .et_link_content h2,
.et_pb_column_3_8 .et_link_content h2,
.et_pb_column_1_4 .et_link_content h2,
.et_pb_blog_grid .et_link_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_blog_grid .et_audio_content h2 {
	font-size: 18px;
	line-height: 26px;
}

.et_pb_column_1_3 .et_quote_content blockquote cite,
.et_pb_column_3_8 .et_quote_content blockquote cite,
.et_pb_column_1_4 .et_quote_content blockquote cite,
.et_pb_blog_grid .et_quote_content blockquote cite,
.et_pb_column_1_3 .et_link_content a.et_link_main_url,
.et_pb_column_3_8 .et_link_content a.et_link_main_url,
.et_pb_column_1_4 .et_link_content a.et_link_main_url,
.et_pb_blog_grid .et_link_content a.et_link_main_url {
	font-size: 14px;
}

.et_pb_blog_grid .et_link_content,
.et_pb_blog_grid .et_quote_content {
	margin: -20px -20px 19px;
}

.et_pb_column_1_3 .et_link_content,
.et_pb_column_3_8 .et_link_content,
.et_pb_column_1_4 .et_link_content,
.et_pb_blog_grid .et_link_content,
.et_pb_column_1_3 .et_audio_content,
.et_pb_column_1_4 .et_audio_content,
.et_pb_column_3_8 .et_audio_content,
.et_pb_blog_grid .et_audio_content {
	padding: 35px 20px;
}

.et_pb_column_3_8 .et_pb_audio_module_content,
.et_pb_column_1_3 .et_pb_audio_module_content,
.et_pb_column_1_4 .et_pb_audio_module_content {
	padding: 30px;
}

/* Audio Post Format */
.et_pb_blog_grid .et_audio_content {
	margin-bottom: 19px;
}

.et_audio_container .mejs-container,
.et_audio_container .mejs-embed,
.et_audio_container .mejs-embed body,
.et_audio_container .mejs-container .mejs-controls {
	height: auto;
	background: none;
}

.et_audio_container .mejs-time.mejs-currenttime-container,
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded {
	display: none !important;
}

.et_audio_container .mejs-time.mejs-currenttime-container.custom {
	display: block !important;
	margin-left: 10px;
	padding: 0;
	line-height: inherit;
}

.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	top: 0;
	height: 4px;
	margin: 8px 0 0 0;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.5);
}

.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(153, 153, 153, 0.5);
}

.et_audio_container .mejs-controls > div {
	height: 20px !important;
}

.et_audio_container .mejs-controls div.mejs-time-rail {
	display: block !important;
	position: relative;
	padding-top: 0;
}

.et_audio_container span.mejs-time-total.mejs-time-slider {
	display: block !important;
	position: relative !important;
	max-width: 100%;
}

.et_audio_container .mejs-button.mejs-volume-button {
	width: auto;
	height: auto;
	margin-left: 10px;
}

.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	height: 4px;
	border-radius: 5px;
	background: #fff;
}

.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #999;
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	top: 8px;
}

.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: block;
	top: -3px;
	width: 10px;
	border: none;
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	position: absolute;
	top: 5px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}

.et_audio_container .mejs-container .mejs-controls .mejs-time span {
	font-size: 18px;
}

.et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
	display: block !important;
	float: left;
	height: 19px;
	margin-left: 5px;
}

.et_audio_container .mejs-controls div.mejs-horizontal-volume-slider {
	height: 4px;
}

.et_audio_container .mejs-playpause-button button,
.et_audio_container .mejs-volume-button button {
	position: relative !important;
	z-index: 99;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	background: none !important;
}

.et_audio_container .mejs-playpause-button button:before {
	top: -8px;
	left: 0;
	font-size: 32px;
	content: "\45" !important;
}

.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before {
	color: #fff;
}

.et_pb_text_color_dark .et_audio_container .mejs-playpause-button button:before,
.et_pb_text_color_dark .et_audio_container .mejs-volume-button button:before {
	color: #666;
}

.et_pb_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	background: #666;
}

.et_pb_text_color_dark .mejs-container .mejs-controls .mejs-time span {
	color: #999;
}

.et_audio_container .mejs-playpause-button {
	width: auto !important;
	height: auto !important;
	margin-top: -7px !important;
}

.et_audio_container .mejs-controls .mejs-button button:focus {
	outline: none;
}

.et_audio_container .mejs-playpause-button.mejs-pause button:before {
	content: "\60" !important;
}

.et_audio_container .mejs-volume-button button:before {
	font-size: 18px;
	content: "\e068";
}

.et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span {
	font-size: 14px;
}

/* Gallery Post Format */
.et_pb_post .et_pb_gallery_post_type .et_pb_slide {
	min-height: 500px;
	background-position: top center;
	background-size: cover !important;
}

.et_pb_row .et_pb_blog_grid .et_pb_post .et_pb_slide {
	min-height: 180px;
}

.et_gallery_item {
	float: left;
	width: 28.353%;
	margin: 0 7.47% 7.47% 0;
}

.et_gallery_item:nth-child(3n) {
	margin-right: 0;
}

.et_gallery_item:nth-child(3n+1) {
	clear: both;
}

/* Fullwidth Gallery */
.et_full_width_page .et_gallery_item {
	float: left;
	width: 20.875%;
	margin: 0 5.5% 5.5% 0;
}

.et_full_width_page .et_gallery_item:nth-child(3n) {
	margin-right: 5.5%;
}

.et_full_width_page .et_gallery_item:nth-child(3n+1) {
	clear: none;
}

.et_full_width_page .et_gallery_item:nth-child(4n) {
	margin-right: 0;
}

.et_full_width_page .et_gallery_item:nth-child(4n+1) {
	clear: both;
}

/* Column Adjustments */
.et_pb_column_3_4 .et_pb_post .et_pb_slide {
	min-height: 442px;
}

.et_pb_column_2_3 .et_pb_post .et_pb_slide {
	min-height: 390px;
}

.et_pb_column_1_2 .et_pb_post .et_pb_slide {
	min-height: 284px;
}

.et_pb_column_1_3 .et_pb_post .et_pb_slide,
.et_pb_column_3_8 .et_pb_post .et_pb_slide {
	min-height: 180px;
}

.et_pb_column_1_4 .et_pb_post .et_pb_slide {
	min-height: 125px;
}

/* Audio Module */
.et_pb_audio_module {
	position: relative;
}

.et_pb_audio_cover_art {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.et_pb_audio_module_content {
	margin-left: 220px;
}

.et_pb_audio_module_content h2 {
	margin-bottom: -5px;
}

.et_audio_module_meta {
	margin-bottom: 17px;
	color: #fff;
}

.et_pb_audio_no_image .et_pb_audio_module_content {
	margin-left: 0;
}

/* Column Adjustments */
.et_pb_column_2_3 .et_pb_audio_cover_art {
	width: 180px;
}

.et_pb_column_2_3 .et_pb_audio_module_content {
	margin-left: 180px;
}

.et_pb_column_1_2 .et_pb_audio_cover_art,
.et_pb_column_3_8 .et_pb_audio_cover_art,
.et_pb_column_1_3 .et_pb_audio_cover_art,
.et_pb_column_1_4 .et_pb_audio_cover_art {
	float: none;
	position: relative;
	width: 100%;
}

.et_pb_column_1_2 .et_pb_audio_module_content,
.et_pb_column_3_8 .et_pb_audio_module_content,
.et_pb_column_1_3 .et_pb_audio_module_content,
.et_pb_column_1_4 .et_pb_audio_module_content {
	margin-left: 0;
}

.et_pb_column_1_4 .et_audio_module_meta {
	font-size: 12px;
}

.et_pb_column_1_2 .et_pb_audio_cover_art {
	height: 380px;
}

.et_pb_column_3_8 .et_pb_audio_cover_art {
	height: 275px;
}

.et_pb_column_1_3 .et_pb_audio_cover_art {
	height: 240px;
}

.et_pb_column_1_4 .et_pb_audio_cover_art {
	height: 170px;
}

/* Icon Font
.et-pb-arrow-prev:before,
.et-pb-arrow-next:before,
.et_pb_testimonial:before,
.et_pb_toggle_title:before,
.et_overlay:before,
#et_search_icon:before,
.mobile_menu_bar:before,
.et-social-icon a:before,
.et_pb_social_icon a.icon:before,
.et_pb_font_icon:before,
.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before,
#et-info-phone:before,
#et-info-email:before,
.et-cart-info span:before,
.et_pb_pricing_table_button:after,
.et_pb_promo_button:after,
a.et_pb_more_button:after,
.et_pb_newsletter_button:after,
.comment-reply-link:after,
.form-submit input:after,
.et_pb_contact_submit:after,
.et_pb_contact_reset:after,
.et_password_protected_form .et_submit_button:after,
.et_pb_button:after,
.woocommerce button.single_add_to_cart_button.button:after,
.woocommerce a.button.alt:after,
.woocommerce-page a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce-page button.button.alt:after,
.woocommerce input.button.alt:after,
.woocommerce-page input.button.alt:after,
.woocommerce #respond input#submit.alt:after,
.woocommerce-page #respond input#submit.alt:after,
.woocommerce #content input.button.alt:after,
.woocommerce-page #content input.button.alt:after,
.woocommerce-page a.button:after,
.woocommerce button.button:after,
.woocommerce-page button.button:after,
.woocommerce input.button:after,
.woocommerce-page input.button:after,
.woocommerce #respond input#submit:after,
.woocommerce-page #respond input#submit:after,
.woocommerce #content input.button:after,
.woocommerce-page #content input.button:after {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;

	speak: none;
}*/

.et_pb_custom_button_icon.et_pb_button:after {
	content: attr(data-icon);
}

/* Dropdown Menu */
.nav li li {
	margin: 0;
	padding: 0 20px;
}

.fullwidth-menu li li a {
	width: 200px;
	padding: 6px 20px;
}

.nav li {
	position: relative;
	line-height: 1em;
}

.nav li li {
	position: relative;
	line-height: 2em;
}

.nav li ul {
	position: absolute;
	padding: 20px 0;
}

.nav li ul {
	visibility: hidden;
	z-index: 9999;
	width: 240px;
	border-top: 3px solid #2ea3f2;
	opacity: 0;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav li ul {
	text-align: left;
	-webkit-transform: translate3d(0, 0, 0);
}

.nav li.et-hover > ul {
	visibility: visible;
}

.nav li:hover > ul {
	visibility: visible;
	opacity: 1;
}

.nav li li ul {
	z-index: 1000;
	top: -23px;
	left: 240px;
}

.nav li.et-reverse-direction-nav li ul {
	right: 240px;
	left: auto;
}

.nav li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */
}

.nav li li a,
.et_mobile_menu li a {
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.nav ul li a:hover,
.et_mobile_menu li a:hover {
	opacity: 0.7;
	background-color: rgba(0, 0, 0, 0.03);
}

/* Dropdown adjustment */
.et-dropdown-removing > ul {
	display: none;
}

.mega-menu .et-dropdown-removing > ul {
	display: block;
}

/* Dropdown Arrows */
.fullwidth-menu .menu-item-has-children > a:first-child:after {
	position: absolute;
	top: 0;
	right: 0;
	font-family: "ETmodules";
	font-size: 16px;
	font-weight: 800;
	content: "3";
}

.fullwidth-menu .menu-item-has-children > a:first-child {
	padding-right: 20px;
}

.fullwidth-menu li li.menu-item-has-children > a:first-child:after {
	top: 6px;
	right: 20px;
}

/* Mega Menu */
.fullwidth-menu-nav li.mega-menu {
	position: inherit;
}

.fullwidth-menu-nav li.mega-menu > ul {
	position: absolute !important;
	left: 0 !important;
	width: 100%;
	padding: 30px 20px;
}

.fullwidth-menu-nav li.mega-menu ul li {
	display: block !important;
	float: left!important;
	margin: 0;
	padding: 0 !important;
}

.fullwidth-menu-nav li.mega-menu li > ul {
	position: relative;
	top: auto;
	left: auto;
	width: 240px !important;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}

.fullwidth-menu-nav li.mega-menu li ul {
	display: none;
	visibility: visible;
	opacity: 1;
}

.fullwidth-menu-nav li.mega-menu.et-hover li ul {
	display: block;
}

.fullwidth-menu-nav li.mega-menu:hover > ul {
	visibility: visible !important;
	opacity: 1 !important;
}

.fullwidth-menu-nav li.mega-menu > ul > li > a:first-child {
	padding-top: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	font-weight: bold;
}

.fullwidth-menu-nav li.mega-menu > ul > li > a:first-child:hover {
	background-color: transparent !important;
}

.fullwidth-menu-nav li.mega-menu li > a {
	width: 200px !important;
}

.fullwidth-menu-nav li.mega-menu.mega-menu-parent li li,
.fullwidth-menu-nav li.mega-menu.mega-menu-parent li > a {
	width: 100% !important;
}

.fullwidth-menu-nav li.mega-menu.mega-menu-parent li > .sub-menu {
	float: left;
	width: 100% !important;
}

.fullwidth-menu-nav li.mega-menu > ul > li {
	width: 25%;
	margin: 0;
}

.fullwidth-menu-nav li.mega-menu.mega-menu-parent-3 > ul > li {
	width: 33.33%;
}

.fullwidth-menu-nav li.mega-menu.mega-menu-parent-2 > ul > li {
	width: 50%;
}

.fullwidth-menu-nav li.mega-menu.mega-menu-parent-1 > ul > li {
	width: 100%;
}

.et_pb_fullwidth_menu li.mega-menu .menu-item-has-children > a:first-child:after {
	display: none;
}

.et_fullwidth_nav #top-menu li.mega-menu > ul {
	right: 30px !important;
	left: 30px !important;
	width: auto;
}

/* Mobile Menu */
.et_mobile_menu {
	display: none;
	visibility: visible;
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	padding: 5%;
	border-top: 3px solid #2ea3f2;
	opacity: 1;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul {
	display: block !important;
	visibility: visible !important;
	padding-left: 10px;
}

.et_mobile_menu li li {
	padding-left: 5%;
}

.et_mobile_menu li a {
	display: block;
	padding: 10px 5%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	color: #666;
}

.et_mobile_menu .menu-item-has-children > a {
	background-color: rgba(0, 0, 0, 0.03);
	font-weight: bold;
}

.et_mobile_menu li .menu-item-has-children > a {
	background-color: transparent;
}

.et_mobile_nav_menu {
	display: none;
	float: right;
}

.mobile_menu_bar {
	display: block;
	position: relative;
	line-height: 0;
}

.mobile_menu_bar:before {
	position: relative;
	top: 0;
	left: 0;
	font-size: 32px;
	content: "\61";
	cursor: pointer;
}

.mobile_nav .select_page {
	display: none;
}

/* Slider Modules & Gallery Post Format */
.et_pb_slide_video {
	position: absolute;
	top: 50%;
	bottom: auto;
}

.et_pb_slider {
	overflow: hidden;
	position: relative;
}

.et_pb_slides:after,
.et_pb_row:after,
.et_pb_row_inner:after {
	display: block;
	visibility: hidden;
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	content: ".";
}

.et_pb_slider .et_pb_slide {
	display: none;
	float: left;
	position: relative;
	width: 100%;
	margin-right: -100%;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	list-style: none !important;
}

.format-gallery .et_pb_slider .et_pb_slide,
.et_pb_slider_no_shadow .et_pb_slide {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.format-gallery .et_pb_slider.gallery-not-found .et_pb_slide {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.et_pb_slider.gallery-not-found .et_pb_slide,
.et_pb_slider.gallery-not-found .et_pb_slide .et_pb_container {
	min-height: 0 !important;
}

.et_pb_slider .et_pb_slide,
.et_pb_section {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: 100%;
	-moz-background-size: cover;
	background-size: 100%;
	background-size: cover;
}

.et_pb_slider .et_pb_slide:first-child {
	display: list-item;
}

.et_pb_post .et_pb_slider {
	margin-bottom: 0;
}

.et_pb_slider .et_pb_container {
	position: relative;
	z-index: 2;
	width: 80%;
	max-width: 1080px;
	margin: 0 auto;
}

.et_pb_slide {
	padding: 0 6%;
}

.et_pb_video_slider .et_pb_slide {
	padding: 0;
}

.et_pb_slider_fullwidth_off .et_pb_container {
	width: 100% !important;
}

/* Slider Arrows */
.et-pb-arrow-prev,
.et-pb-arrow-next {
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -24px;
	opacity: 0;
	color: #fff;
	font-size: 48px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.et_pb_bg_layout_light .et-pb-arrow-prev,
.et_pb_bg_layout_light .et-pb-arrow-next {
	color: #333;
}

.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
	background-color: #333;
}

.et_pb_bg_layout_light .et-pb-controllers a {
	background-color: rgba(0, 0, 0, 0.3);
}

.et-pb-controllers .et-pb-active-control {
	background-color: #fff !important;
}

.et-pb-arrow-prev:hover,
.et-pb-arrow-next:hover {
	text-decoration: none;
}

.et-pb-arrow-prev span,
.et-pb-arrow-next span {
	display: none;
}

.et-pb-arrow-prev {
	left: -22px;
}

.et-pb-arrow-next {
	right: -22px;
}

.et-pb-arrow-prev:before {
	content: "\34";
}

.et-pb-arrow-next:before {
	content: "\35";
}

.et_pb_slider:hover .et-pb-arrow-prev,
.et_mobile_device .et-pb-arrow-prev {
	left: 22px;
	opacity: 1;
}

.et_pb_slider:hover .et-pb-arrow-next,
.et_mobile_device .et-pb-arrow-next {
	right: 22px;
	opacity: 1;
}

.format-gallery .et-pb-arrow-prev,
.format-gallery .et-pb-arrow-next {
	color: #fff;
}

.format-gallery .et-pb-controllers a {
	background-color: rgba(255, 255, 255, 0.5);
}

.format-gallery .et_pb_slider:hover .et-pb-arrow-prev {
	left: 0;
}

.format-gallery .et_pb_slider:hover .et-pb-arrow-next {
	right: 0;
}

.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev {
	left: 0;
}

.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev {
	right: 0;
}

.et_pb_column_1_4 .et_pb_slider .et_pb_slide {
	min-height: 170px;
}

.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next {
	right: 0;
}

/* Dot Navigation */
.et-pb-controllers {
	position: absolute;
	z-index: 10;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

.format-gallery .et-pb-controllers {
	bottom: 0;
}

.et-pb-controllers a {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(255, 255, 255, 0.5);
	text-indent: -9999px;
}

.et_pb_post .et-pb-controllers a {
	margin-bottom: 10px;
}

.et-pb-controllers a:last-child {
	margin-right: 0;
}

.et-pb-controllers .et-pb-active-control {
	background-color: #fff;
}

/* Slider Image & Video */
.et_pb_slide_image {
	position: absolute;
	bottom: 0;
}

.et_pb_slide:first-child .et_pb_slide_image img {
	opacity: 0;
}

.et_pb_slide:first-child .et_pb_slide_image img.active {
	opacity: 1;
	-webkit-animation-name: fadeLeft;
	-moz-animation-name: fadeLeft;
	-ms-animation-name: fadeLeft;
	-o-animation-name: fadeLeft;
	animation-name: fadeLeft;
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-ms-animation-duration: 0.7s;
	-o-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.et_pb_media_alignment_center .et_pb_slide_image {
	top: 50%;
	bottom: auto;
}

.et-pb-active-slide .et_pb_slide_image,
.et-pb-active-slide .et_pb_slide_video {
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-ms-animation-duration: 0.7s;
	-o-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.et-pb-active-slide .et_pb_slide_image {
	-webkit-animation-name: fadeLeft;
	-moz-animation-name: fadeLeft;
	-ms-animation-name: fadeLeft;
	-o-animation-name: fadeLeft;
	animation-name: fadeLeft;
}

.et_pb_slide_image img {
	vertical-align: bottom;
}

.et_pb_slide_image,
.et_pb_slide_video {
	width: 47.25%;
	margin-right: 5.5%;
}

/* Title & Description */
.et-pb-active-slide .et_pb_slide_description {
	-webkit-animation-name: fadeBottom;
	-moz-animation-name: fadeBottom;
	-ms-animation-name: fadeBottom;
	-o-animation-name: fadeBottom;
	animation-name: fadeBottom;
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-ms-animation-duration: 0.7s;
	-o-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	animation-delay: 0.9s;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.et_pb_bg_layout_dark .et_pb_slide_content {
	color: #fff;
}

.et_pb_slide_description .et_pb_slide_title {
	margin-top: 0;
	font-size: 46px;
	font-weight: 300;
}

.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
	width: auto;
	margin: auto;
	padding: 16% 8%;
}

.et_pb_slide_with_image .et_pb_slide_description {
	float: right;
	width: 47.25%;
	padding-right: 0;
	padding-left: 0;
	text-align: left;
}

.et_pb_slide_content {
	color: #333;
	font-size: 18px;
	font-weight: 400;
}

.et_pb_slide_content p:last-of-type {
	padding-bottom: 0;
}

/* Button */
.et_pb_more_button {
	display: inline-block;
	margin-top: 20px;
	color: inherit;
	text-shadow: none;
	text-decoration: none;
}

/* Parallax Background */
.et_parallax_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.et_pb_section_parallax,
.et_pb_slider_parallax {
	overflow: hidden;
}

.et_pb_section_parallax .et_pb_parallax_css,
.et_pb_slides .et_parallax_bg.et_pb_parallax_css {
	background-attachment: fixed;
}

.et_pb_section_parallax.et_pb_row .et_pb_column,
.et_pb_section_parallax.et_pb_row .et_pb_module,
.et_pb_section_parallax.et_pb_column .et_pb_module {
	position: relative;
	z-index: 9;
}

/* Mobile Devices */
.et_mobile_device .et-waypoint,
.et_mobile_device .et_pb_counter_amount {
	opacity: 1 !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}

.et_mobile_device .et_pb_slider_parallax .et_pb_slide,
.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css,
.et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
	background-attachment: scroll;
}

/* Column Adjustments */
.et_pb_column_1_2 .et_pb_slider .et_pb_container,
.et_pb_column_3_8 .et_pb_slider .et_pb_container,
.et_pb_column_1_3 .et_pb_slider .et_pb_container,
.et_pb_column_1_4 .et_pb_slider .et_pb_container {
	min-height: initial !important;
}

.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description {
	text-align: center;
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_video {
	display: none;
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
	text-align: center;
}

.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_video {
	display: none;
}

.et_pb_column_1_2 .et_pb_slide_content,
.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_content,
.et_pb_column_1_3 .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slide_content {
	font-size: 14px;
}

.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
	display: block;
}

.et_pb_column_1_2 .et_pb_slide_description .et_pb_slide_title,
.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_description .et_pb_slide_title {
	font-size: 26px;
	font-weight: 400;
}

.et_pb_column_1_3 .et_pb_slide_description .et_pb_slide_title,
.et_pb_column_1_4 .et_pb_slide_description .et_pb_slide_title {
	font-size: 22px;
	font-weight: 400;
}

/* Slider Preload */
.et_pb_preload > div,
.et_pb_preload .et_pb_section_video_bg {
	visibility: hidden;
}

.et_pb_preload {
	position: relative;
	background: #464646 !important;
}

.et_pb_preload:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	background: url("includes/builder/styles/images/preloader.gif") no-repeat;
	content: "";
}

/* Text Module */
.et_pb_text p:last-of-type {
	padding-bottom: 0;
}

.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
	color: #fff !important;
}

.et_pb_text_align_left {
	text-align: left;
}

.et_pb_text_align_center {
	margin: auto;
	text-align: center;
}

.et_pb_text_align_right {
	text-align: right;
}

.et_pb_text_align_justified {
	text-align: justify;
}

/* Social Media Follow Module */
ul.et_pb_social_media_follow {
	margin: 0 0 22px;
	padding: 0;
	list-style-type: none !important;
}

.et_pb_social_media_follow li {
	float: left;
	margin-bottom: 8px;
}

.et_pb_social_media_follow li a {
	display: block;
	float: left;
	margin-right: 8px;
	text-align: center;
	text-decoration: none;
}

.et_pb_social_media_follow li a.follow_button {
	margin-top: 5px;
	margin-right: 25px;
	padding: 0 12px;
	border-radius: 3px;
	color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.1);
	font-size: 14px;
	line-height: 1.6em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.et_pb_social_media_follow li a.follow_button:hover {
	color: rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.2);
}

.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button {
	color: rgba(255, 255, 255, 0.8);
	background: rgba(0, 0, 0, 0.6);
}

.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
}

.et_pb_social_media_follow li a.icon {
	width: 32px;
	height: 32px;
	padding: 0;
}

.et_pb_social_media_follow li a.icon::before {
	display: block;
	width: 32px;
	height: 32px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.et_pb_social_media_follow li a.icon:hover::before {
	color: rgba(255, 255, 255, 0.7);
}

.et_pb_social_media_follow li a.icon.rounded_rectangle {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.et_pb_social_media_follow li a.icon.circle {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

li.et_pb_social_icon a span {
	display: none;
}

/* Icons */
.et-social-facebook a.icon:before {
	content: "\e093";
}

.et-social-twitter a.icon:before {
	content: "\e094";
}

.et-social-google-plus a.icon:before {
	content: "\e096";
}

.et-social-pinterest a.icon:before {
	content: "\e095";
}

.et-social-linkedin a.icon:before {
	content: "\e09d";
}

.et-social-tumblr a.icon:before {
	content: "\e097";
}

.et-social-instagram a.icon:before {
	content: "\e09a";
}

.et-social-skype a.icon:before {
	content: "\e0a2";
}

.et-social-flikr a.icon:before {
	content: "\e0a6";
}

.et-social-myspace a.icon:before {
	content: "\e0a1";
}

.et-social-dribbble a.icon:before {
	content: "\e09b";
}

.et-social-youtube a.icon:before {
	content: "\e0a3";
}

.et-social-vimeo a.icon:before {
	content: "\e09c";
}

.et-social-rss a.icon:before {
	content: "\e09e";
}

/* Sections */
.et_pb_section {
	position: relative;
	background-color: #fff;
}

.et_section_transparent {
	background-color: transparent;
}

.et_pb_fullwidth_section {
	padding: 0;
}

.et_pb_fullwidth_section .et_pb_row {
	padding: 0 !important;
}

.et_pb_inner_shadow {
	-webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
	box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
}

/* Background Videos */
.et_pb_section_video {
	overflow: hidden;
}

.et_pb_section_video_bg {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
}

.et_pb_section_video_bg .mejs-controls,
.et_pb_section_video_bg .mejs-overlay-play {
	display: none !important;
}

.et_pb_section_video_bg embed,
.et_pb_section_video_bg iframe,
.et_pb_section_video_bg object,
.et_pb_section_video_bg video {
	max-width: none;
}

.et_pb_section_video_bg .mejs-video {
	position: absolute;
	left: 50%;
}

.et_pb_section_video_bg .mejs-overlay-loading {
	display: none !important;
}

body.iphone .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button {
	display: none !important;

	-webkit-appearance: none;
}

/* Rows */
.et_pb_row.et_pb_row_empty,
.et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty {
	display: none;
}

.et_pb_column.et_pb_column_empty {
	min-height: 1px;
}

.et_pb_row_inner {
	width: 100%;
}

.et_pb_row .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column:last-child {
	margin-right: 0 !important;
}

/* Divider Module */
.et_pb_space {
	border: none;
}

.et_pb_divider {
	position: relative;
	margin: 0 0 30px 0;
}

.et_pb_divider:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	border-top-color: rgba(0, 0, 0, 0.1);
	content: "";
}

.et_pb_divider_position_bottom:before {
	top: auto;
	bottom: 0;
}

.et_pb_divider_position_center:before {
	top: 50%;
}

body.ie .et_pb_divider {
	overflow: visible;
}

/* Fullwidth Header Module */
.et_pb_fullwidth_header {
	position: relative;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.et_pb_fullwidth_header p {
	padding-bottom: 0;
}

.et_pb_fullwidth_header_subhead {
	display: block;
}

.et_pb_fullscreen {
	padding: 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
	position: relative;
	z-index: 3;
	width: 80%;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
	width: 80%;
	max-width: none;
	min-height: 100vh;
}

/* Center */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-bottom {
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-center {
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container .header-content {
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-center .header-image-container.center {
	-webkit-align-self: flex-start;
	-moz-align-self: flex-start;
	-ms-align-self: flex-start;
	align-self: flex-start;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container {
	width: 100%;

	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center {
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-image-container.bottom {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-align-self: flex-end;
	align-self: flex-end;
}

/* Left and Right */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-flow: row-reverse;
	-moz-flex-flow: row-reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
	-ms-flex-wrap: wrap;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container {
	width: 100%;
}

.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container,
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container {
	width: 50%;

	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center {
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-image-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-image-container.bottom {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-align-self: flex-end;
	align-self: flex-end;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
	margin-right: 6%;
	margin-left: 0;
	text-align: left;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
	float: right;
	margin-right: 0;
	margin-left: 6%;
	text-align: right;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom {
	margin-bottom: 80px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
	padding-left: 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
	padding-right: 0;
}

/* Content and Image Styling */
.et_pb_fullwidth_header .header-content {
	padding: 10px;
	text-align: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	width: 80%;
	max-width: 800px;
	margin: 20px auto;
}

.et_pb_fullwidth_header .header-image {
	margin-right: 2%;
	margin-left: 2%;
	line-height: 0;
	text-align: center;
}

/* Header Content Styling */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
	display: inline-block;
	margin-top: 20px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
	margin-left: 15px;
}

/* Header Overlay */
.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	pointer-events: none;
}

/* Parallax Effect */
.et_pb_fullwidth_header .et_pb_parallax_css {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}

/* Header Scroll */
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
	position: absolute;
	z-index: 3;
	bottom: 0;
	width: 100%;
	min-height: 30px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a {
	display: inline-block;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
	color: #fff;
	font-size: 3.5em;
}

/* Accordion + Toggle Modules */
.et_pb_accordion .et_pb_toggle {
	margin-bottom: 10px;
}

.et_pb_accordion .et_pb_toggle:last-child {
	margin-bottom: 0;
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
	display: none;
}

.et_pb_counters,
.et_pb_pricing,
.et_pb_widget_area ul,
.et_pb_tabs_controls {
	padding: 0 !important;
	line-height: inherit !important;
	list-style: none !important;
}

/* Gallery and Portfolio Modules */
.et_pb_gallery .et_pb_gallery_items {
	overflow: hidden;
	width: 100%;
}

.et_pb_gallery_grid .et_pb_gallery_items {
	-webkit-transition: height 0.2s ease-in-out;
	-moz-transition: height 0.2s ease-in-out;
	transition: height 0.2s ease-in-out;
}

.et_pb_gallery_grid .et_pb_gallery_image {
	overflow: hidden;
	position: relative;
}

.safari .et_pb_gallery_grid .et_pb_gallery_image {
	overflow: visible;
}

.et_pb_gallery_image {
	line-height: 0;
}

.et_pb_gallery_fullwidth .et_pb_gallery_item {
	display: none;
	float: left;
	position: relative;
	margin-right: -100%;
}

.et_pb_gallery_fullwidth .et_pb_gallery_item,
.et_pb_gallery_fullwidth .et_pb_gallery_image img {
	width: 100%;
}

.et_pb_gallery_fullwidth .et_pb_gallery_item:first-child {
	display: block;
}

/* Filterable Portfolio Module */
.et_pb_filterable_portfolio .et_pb_portfolio_filters {
	clear: both;
	margin: 0 0 40px 0;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
	padding: 0;
	list-style-type: none !important;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
	float: left;
	font-size: 14px;
	line-height: 1em;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
	display: block;
	overflow: hidden;
	height: auto;
	margin: -1px -1px 0 0;
	padding: 10px 20px;
	border: 1px solid #e2e2e2;
	color: #666;
	background-color: #fff;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
	color: #666;
	background-color: #f4f4f4;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
	color: #82c0c7;
	background-color: #f9f9f9;
}

.et_pb_filterable_portfolio .et_pb_portfolio_items,
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.et_pb_filterable_portfolio .et_pb_portfolio_item.active,
.et_pb_gallery_grid .et_pb_gallery_item {
	opacity: 1;
	-webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

/* Column Adjustments */
.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
	width: 100%;
}

.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

/* Gallery and Portfolio Pagination */
.et_pb_gallery .et_pb_gallery_pagination,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination {
	width: 100%;
	border-top: 1px solid #e2e2e2;
}

.et_pb_gallery .et_pb_gallery_pagination ul,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}

.et_pb_gallery .et_pb_gallery_pagination ul li,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li {
	float: left;
	padding: 10px;
}

.et_pb_gallery .et_pb_gallery_pagination ul li a,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a {
	color: #999;
	font-size: 16px;
	line-height: 16px;
}

.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active {
	color: #82c0c7;
}

.et_pb_gallery.et_pb_bg_layout_dark .et_pb_gallery_pagination ul li a,
.et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portofolio_pagination ul li a {
	color: #fff;
}

.et_pb_portfolio_items_wrapper.no_pagination {
	border-bottom: none;
}

/* Widgets */
.et_pb_widget {
	float: left;
	max-width: 100%;
}

.et_pb_widget a {
	color: #666;
	text-decoration: none;
}

.et_pb_widget li a:hover {
	color: #82c0c7;
}

.et_pb_widget ul li {
	margin-bottom: 0.5em;
}

.et_pb_widget ul li ul li {
	margin-left: 15px;
}

.et_pb_widget select {
	width: 100%;
	height: 28px;
}

.et_pb_widget_area .et_pb_widget a {
	color: inherit;
}

.et_pb_bg_layout_light .et_pb_widget li a {
	color: #666;
}

.et_pb_bg_layout_dark .et_pb_widget li a {
	color: inherit;
}

/* Fullwidth Portfolio Module */
.et_pb_fullwidth_portfolio {
	overflow: hidden;
	position: relative;
	margin: 0;
}

.et_pb_fullwidth_portfolio .et_overlay {
	border: none;
}

.et_pb_fullwidth_portfolio .et_pb_carousel_group {
	display: none;
	float: left;
	position: relative;
	width: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_carousel_group.active {
	display: block;
}

.et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_grid .et_pb_carousel_group {
	display: block;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_items {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_item {
	float: left;
	position: relative;
	width: 20%;
	height: 0;
	margin: 0;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image img {
	min-width: 100%;
	max-width: inherit;
	height: inherit;
	min-height: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image.landscape img {
	height: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image.portrait img {
	width: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay:before {
	top: 45%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay:before {
	top: 33%;
}

.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_image .et_overlay {
	background: rgba(0, 0, 0, 0.6);
}

.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .meta p {
	color: #fff;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;

	-o-backface-visibility: hidden;
}

.et_pb_fullwidth_portfolio h2 {
	margin: 30px 0;
	text-align: center;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image p {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;

	-o-backface-visibility: hidden;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3 {
	margin-top: 40%;
	padding: 0 5px;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover h3 {
	margin-top: 35%;
}

.et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev {
	left: 22px;
	opacity: 1;
}

.et_pb_fullwidth_portfolio:hover .et-pb-arrow-next {
	right: 22px;
	opacity: 1;
}

/* Post Title Module */
.et_pb_title_container h1 {
	font-size: 26px;
	line-height: 1em;
}

.et_pb_column_1_3 .et_pb_title_container h1,
.et_pb_column_1_4 .et_pb_title_container h1 {
	font-size: 18px;
}

.et_pb_post_title.et_pb_featured_bg {
	overflow: hidden;
	position: relative;
	padding: 16% 8%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.et_pb_post_title .et_pb_parallax_css {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}

.et_pb_title_featured_container img {
	width: 100%;
}

.et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
	padding: 1em 1.5em;
}

.et_pb_title_container {
	display: inline-block;
	position: relative;
	z-index: 98;
	max-width: 100%;
	word-wrap: break-word;
}

.et_pb_title_featured_container {
	line-height: 0;
}

p.et_pb_title_meta_container {
	padding-bottom: 1em;
}

.et_pb_post_title.et_pb_featured_bg .et_pb_title_meta_container {
	padding-bottom: 0;
}

/* Fullwidth Post Title Module */
.et_pb_fullwidth_section .et_pb_post_title {
	padding: 6% 0;
}

.et_pb_fullwidth_section .et_pb_post_title.et_pb_image_above {
	padding-top: 0;
}

.et_pb_fullwidth_section .et_pb_post_title.et_pb_image_below {
	padding-bottom: 0;
}

.single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title,
.single-post.et_left_sidebar .et_pb_fullwidth_section .et_pb_post_title {
	padding-top: 0;
}

.single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg {
	padding-top: 6%;
}

.et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
	padding-bottom: 0;
}

.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container {
	display: block;
	width: 80%;
	max-width: 1080px;
	margin: auto;
}

.single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container,
.single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container {
	width: 100%;
	max-width: 100%;
	padding-top: 0;
}

.single .et_pb_fullwidth_section .et_pb_title_featured_container {
	width: 100%;
	max-width: 100%;
	padding-top: 0;
}

/* Fullwidth Code Module */
.et_pb_fullwidth_code.et_pb_module {
	position: relative;
	z-index: 9;
}

.et_pb_module.et_pb_has_overlay,
article.et_pb_has_overlay .et_pb_blog_image_container {
	position: relative;
}

.et_pb_module.et_pb_has_overlay .et_overlay,
article.et_pb_has_overlay {
	border: none;
}

/* Post Slider */
.et_pb_post_slider_image_bottom .et_pb_slide_image {
	position: relative;
	margin: 0 auto 10px !important;
}

.et_pb_post_slider_image_bottom .et_pb_slide_description {
	padding-bottom: 8%;
}

.et_pb_post_slider_image_top .et_pb_slide_image {
	position: relative;
	margin: 8% auto 0 !important;
}

.et_pb_post_slider_image_top .et_pb_slide_description {
	padding-top: 8%;
	padding-bottom: 8%;
}

.et_pb_post_slider_image_right .et_pb_slide_description {
	float: left !important;
}

.et_pb_post_slider_image_right .et_pb_slide_image {
	right: 0;
	margin-right: 0;
}

.et_pb_slider_with_text_overlay h2.et_pb_slide_title {
	padding: 30px 30px 0 30px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}

.et_pb_slider_with_text_overlay .et_pb_slide_content {
	padding: 0 30px 30px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.et_pb_slider_with_overlay .et_pb_slide_overlay_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.et_pb_slide_content .post-meta,
.et_pb_slide_content .post-meta a {
	font-size: 13px !important;
	font-weight: 400 !important;
}

.et_pb_slide_content .post-meta {
	padding-top: 5px;
	padding-bottom: 0 !important;
}

.et_pb_bg_layout_light.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
.et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_slide_title,
.et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_slide_content {
	background-color: rgba(255, 255, 255, 0.9);
}

.et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
.et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_slide_title,
.et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_slide_content {
	background-color: rgba(0, 0, 0, 0.3);
}

.et_pb_post_slider.et_pb_bg_layout_dark .post-meta,
.et_pb_post_slider.et_pb_bg_layout_dark .post-meta a {
	color: #fff !important;
}

.et_pb_post_slider.et_pb_bg_layout_light .post-meta,
.et_pb_post_slider.et_pb_bg_layout_light .post-meta a {
	color: #333 !important;
}

.et_pb_post_slider.et_pb_bg_layout_dark {
	background: #2ea3f2;
}

.et_pb_post_slider.et_pb_bg_layout_light {
	background: #f5f5f5;
}

.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_description,
.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_image {
	opacity: 0;
}

.et_pb_column_1_2 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide {
	padding-bottom: 6%;
}

.et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
	margin-bottom: 10% !important;
}

.et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_video {
	margin-bottom: 5% !important;
}

.et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_video {
	margin-bottom: 7% !important;
}

.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_video {
	margin-bottom: 15% !important;
}

.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_video {
	margin-bottom: 25% !important;
}

/* Search Module */
.et_pb_search .screen-reader-text {
	display: none;
}

.et_pb_search input.et_pb_s,
.et_pb_search input.et_pb_searchsubmit {
	margin: 0;
	padding: 0.7em;
	border: 1px solid #ddd;
	color: #666;
	font-size: 14px;
	line-height: normal !important;
}

.et_pb_search input.et_pb_s::-webkit-input-placeholder {
	color: #666;
}

.et_pb_search input.et_pb_s::-moz-placeholder {
	color: #666;
}

.et_pb_search input.et_pb_s:-ms-input-placeholder {
	color: #666;
}

.et_pb_search input.et_pb_s {
	width: 100%;
	padding-right: 80px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent;
}

.et_pb_search .et_pb_searchform {
	position: relative;
}

.et_pb_search input.et_pb_searchsubmit {
	position: absolute;
	top: 0;
	bottom: 0;
	min-height: 100% !important;
	background-color: #ddd;
	cursor: pointer;
}

.et_pb_search.et_pb_text_align_left .et_pb_searchsubmit,
.et_pb_search.et_pb_text_align_center .et_pb_searchsubmit {
	right: 0;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.et_pb_search.et_pb_text_align_right .et_pb_searchsubmit {
	right: auto;
	left: 0;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.et_pb_search.et_pb_text_align_right input.et_pb_s {
	padding-right: 0.7em;
	padding-left: 80px;
	text-align: right;
}

.et_pb_search.et_pb_text_align_center input.et_pb_s {
	text-align: center;
}

.et_pb_search.et_pb_hide_search_button input.et_pb_searchsubmit {
	display: none;
}

.et_pb_search.et_pb_hide_search_button input.et_pb_s {
	padding-right: 0.7em !important;
	padding-left: 0.7em !important;
}

/* Light Layout */
.et_pb_search.et_pb_bg_layout_dark input.et_pb_s {
	border: 2px solid #fff;
	color: #fff;
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-webkit-input-placeholder {
	color: #fff;
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-moz-placeholder {
	color: #fff;
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_s:-ms-input-placeholder {
	color: #fff;
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_searchsubmit {
	border: 2px solid #fff;
	color: #fff;
	background-color: transparent;
	font-weight: 500;
}

/* Comments */
#comment-wrap {
	padding-top: 75px;
}

.et_pb_comments_module #comment-wrap {
	padding-top: 0;
}

.single-project #comment-wrap {
	padding-top: 0;
}

.comment-body {
	position: relative;
	min-height: 87px;
	margin-bottom: 48px;
	padding: 0 110px 0 100px;
}

.comment_avatar {
	position: absolute;
	top: 7px;
	left: 0;
}

.comment_avatar img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.comment_postinfo {
	margin-bottom: 8px;
}

span.fn,
span.fn a {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

span.comment_date {
	color: #000;
	font-size: 14px;
	font-weight: 300;
}

.comment_area .comment-reply-link {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
}

.comment-reply-link:hover,
.form-submit:hover {
	text-decoration: none;
}

.comment .children {
	margin-left: 100px;
	padding-left: 0 !important;
}

#comment-wrap li.comment.depth-5 article {
	padding-right: 0;
}

.et_pb_comments_module.et_pb_no_avatar .comment_avatar {
	display: none;
}

.et_pb_comments_module.et_pb_no_avatar .comment-body {
	min-height: 0 !important;
	padding-left: 0 !important;
}

.et_pb_comments_module.et_pb_no_avatar.et_pb_no_reply_button .comment-body {
	margin-bottom: 15px !important;
}

.et_pb_comments_module.et_pb_no_reply_button span.reply-container {
	display: none;
}

.et_pb_comments_module.et_pb_no_reply_button .comment-body {
	padding-right: 0 !important;
}

.et_pb_comments_module.et_pb_no_comments_count h1#comments {
	display: none;
}

.et_pb_bg_layout_dark .comment_postinfo span,
.et_pb_bg_layout_dark .comment_postinfo a {
	color: #fff;
}

/* Comment Form */
.comment #respond {
	margin: -30px 0 0;
}

#respond {
	padding-top: 17px;
}

#commentform {
	padding-bottom: 50px;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
	width: 47%;
}

#commentform textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
	padding: 12px;
	border: none;
	color: #999;
	background-color: #eee;
	font-size: 18px;
}

.form-submit {
	float: right;
}

.form-submit input {
	display: block;
	cursor: pointer;
}

#reply-title small {
	display: block;
	font-size: 14px;
	font-weight: 400;
}

/* Posts Navigation */
.et_pb_posts_nav.nav-single:after {
	display: block;
	clear: both;
	content: "";
}

.et_pb_posts_nav a {
	display: inline-block;
}

/* Transitions */
@-webkit-keyframes fadeBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeBottom {
	0% {
		opacity: 0;
		-moz-transform: translateY(10%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeBottom {
	0% {
		opacity: 0;
		-o-transform: translateY(10%);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeBottom {
	0% {
		opacity: 0;
		transform: translateY(10%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-10%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-10%);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeLeft {
	0% {
		opacity: 0;
		transform: translateX(-10%);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(10%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeRight {
	0% {
		opacity: 0;
		-o-transform: translateX(10%);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeRight {
	0% {
		opacity: 0;
		transform: translateX(10%);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(100%);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(100%);
	}
}

@-webkit-keyframes fadeInTop {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-60%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0);
	}
}

@-moz-keyframes fadeInTop {
	0% {
		opacity: 0;
		-moz-transform: translatey(-60%);
	}

	100% {
		opacity: 1;
		-moz-transform: translatey(0);
	}
}

@-o-keyframes fadeInTop {
	0% {
		opacity: 0;
		-o-transform: translatey(-60%);
	}

	100% {
		opacity: 1;
		-o-transform: translatey(0);
	}
}

@keyframes fadeInTop {
	0% {
		opacity: 0;
		transform: translatey(-60%);
	}

	100% {
		opacity: 1;
		transform: translatey(0);
	}
}

@-webkit-keyframes fadeOutTop {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translatey(-60%);
	}
}

@-moz-keyframes fadeOutTop {
	0% {
		opacity: 1;
		-moz-transform: translatey(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translatey(-60%);
	}
}

@-o-keyframes fadeOutTop {
	0% {
		opacity: 1;
		-o-transform: translatey(0);
	}

	100% {
		opacity: 0;
		-o-transform: translatey(-60%);
	}
}

@keyframes fadeOutTop {
	0% {
		opacity: 1;
		transform: translatey(0);
	}

	100% {
		opacity: 0;
		transform: translatey(-60%);
	}
}

@-webkit-keyframes fadeInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translatey(60%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0);
	}
}

@-moz-keyframes fadeInBottom {
	0% {
		opacity: 0;
		-moz-transform: translatey(60%);
	}

	100% {
		opacity: 1;
		-moz-transform: translatey(0);
	}
}

@-o-keyframes fadeInBottom {
	0% {
		opacity: 0;
		-o-transform: translatey(60%);
	}

	100% {
		opacity: 1;
		-o-transform: translatey(0);
	}
}

@keyframes fadeInBottom {
	0% {
		opacity: 0;
		transform: translatey(60%);
	}

	100% {
		opacity: 1;
		transform: translatey(0);
	}
}

@-webkit-keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translatey(60%);
	}
}

@-moz-keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-moz-transform: translatey(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translatey(60%);
	}
}

@-o-keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-o-transform: translatey(0);
	}

	100% {
		opacity: 0;
		-o-transform: translatey(60%);
	}
}

@keyframes fadeOutBottom {
	0% {
		opacity: 1;
		transform: translatey(0);
	}

	100% {
		opacity: 0;
		transform: translatey(60%);
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-70%);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-70%);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-70%);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-70%);
	}
}

@-webkit-keyframes fadeTop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeTop {
	0% {
		opacity: 0;
		-moz-transform: translateY(-10%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeTop {
	0% {
		opacity: 0;
		-o-transform: translateY(-10%);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeTop {
	0% {
		opacity: 0;
		transform: translateY(-10%);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes Grow {
	0% {
		opacity: 0;
		-webkit-transform: scale(1, 0.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}
}

@-moz-keyframes Grow {
	0% {
		opacity: 0;
		-moz-transform: scale(1, 0.5);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1, 1);
	}
}

@-o-keyframes Grow {
	0% {
		opacity: 0;
		-o-transform: scale(1, 0.5);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1, 1);
	}
}

@keyframes Grow {
	0% {
		opacity: 0;
		transform: scale(1, 0.5);
	}

	100% {
		opacity: 1;
		transform: scale(1, 1);
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes slideWidth {
	0% {
		width: 0;
	}
}

@-moz-keyframes slideWidth {
	0% {
		width: 0;
	}
}

@-o-keyframes slideWidth {
	0% {
		width: 0;
	}
}

@keyframes slideWidth {
	0% {
		width: 0;
	}
}

@-webkit-keyframes gridFadeIn {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-5%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0);
	}
}

@-moz-keyframes gridFadeIn {
	0% {
		opacity: 0;
		-moz-transform: translatey(-5%);
	}

	100% {
		opacity: 1;
		-moz-transform: translatey(0);
	}
}

@-o-keyframes gridFadeIn {
	0% {
		opacity: 0;
		-o-transform: translatey(-5%);
	}

	100% {
		opacity: 1;
		-o-transform: translatey(0);
	}
}

@keyframes gridFadeIn {
	0% {
		opacity: 0;
		transform: translatey(-5%);
	}

	100% {
		opacity: 1;
		transform: translatey(0);
	}
}

/* Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden */
@-webkit-keyframes flipInX {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@-webkit-keyframes flipInY {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

/* Apply Animations */
.et-waypoint {
	opacity: 0;
}

.et_pb_counters {
	opacity: 1;
}

.et_pb_animation_off {
	opacity: 1;
}

.et-animated li span .et_pb_counter_amount {
	opacity: 1;
	-webkit-animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_animation_left.et-animated {
	opacity: 1;
	-webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_animation_right.et-animated {
	opacity: 1;
	-webkit-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_animation_top.et-animated {
	opacity: 1;
	-webkit-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_animation_bottom.et-animated {
	opacity: 1;
	-webkit-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_animation_fade_in.et-animated {
	opacity: 1;
	-webkit-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

/* Responsive Styles Tablet Portrait And Below */
@media all and (max-width: 768px) {
	.et_pb_column_4_4 .et_pb_video_play,
	.et_pb_column_3_4 .et_pb_video_play,
	.et_pb_column_2_3 .et_pb_video_play,
	.et_pb_column_1_2 .et_pb_video_play {
		margin-top: -1.5rem;
		margin-left: -1.5rem;
		font-size: 3rem;
		line-height: 3rem;
	}
}

@media all and (min-width: 480px) {
	/* Comments Module */
	.et_pb_column_1_4 .et_pb_comments_module .comment_avatar img {
		max-width: 50%;
	}

	.et_pb_column_1_4 .et_pb_comments_module .comment-body {
		padding: 0 0 0 50px;
	}

	.et_pb_column_1_4 .et_pb_comments_module .comment .children {
		margin-left: 0;
	}

	.et_pb_column_1_4 .et_pb_comments_module .comment-reply-link {
		float: right;
		position: relative !important;
		top: auto !important;
		bottom: -10px;
	}
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {
	/* Map Module */
	.et_pb_column .et_pb_map {
		max-width: 100%;
	}

/* Vertical Nav + Audio Module */
	.et_pb_blog_grid .mejs-container .mejs-controls div {
		position: absolute;
	}

	.et_pb_blog_grid .mejs-container {
		height: 80px !important;
	}

	.et_pb_blog_grid .mejs-controls {
		height: 100% !important;
	}

	.et_pb_blog_grid .mejs-button.mejs-playpause-button {
		z-index: 99;
		top: 0;
		left: 0;
	}

	.et_pb_blog_grid .mejs-time.mejs-currenttime-container.custom {
		top: 30px;
		left: 7px;
	}

	.et_pb_blog_grid .mejs-button.mejs-volume-button {
		top: 26px;
		right: 60px;
	}

	.et_pb_blog_grid a.mejs-horizontal-volume-slider {
		display: block !important;
		position: absolute !important;
		top: 26px;
		right: 0;
	}

	.et_pb_blog_grid .mejs-horizontal-volume-total {
		display: block;
		position: relative !important;
		width: 100% !important;
	}

	.et_pb_blog_grid .mejs-controls div.mejs-time-rail {
		width: 100% !important;
		padding-left: 30px !important;
	}

	.et_pb_blog_grid a.mejs-time-total.mejs-time-slider {
		position: relative !important;
		width: 100% !important;
		margin-left: 0;
	}
}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
	/* Fluid Grid */
	.et_pb_gutters3 .et_pb_column,
	.et_pb_gutters3.et_pb_row .et_pb_column {
		margin-right: 5.5%;
	}

	.et_pb_gutters3 .et_pb_column_4_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
		width: 100%;
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 2.75%;
	}

	.et_pb_gutters3 .et_pb_column_3_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
		width: 73.625%;
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module,
	.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 3.735%;
	}

	.et_pb_gutters3 .et_pb_column_2_3,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
		width: 64.833%;
	}

	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module,
	.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_module {
		margin-bottom: 4.242%;
	}

	.et_pb_gutters3 .et_pb_column_1_2,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
		width: 47.25%;
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module,
	.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_module {
		margin-bottom: 5.82%;
	}

	.et_pb_gutters3 .et_pb_column_1_3,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		width: 29.666%;
	}

	.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module,
	.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 9.27%;
	}

	.et_pb_gutters3 .et_pb_column_1_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
		width: 20.875%;
	}

	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 13.174%;
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
	.et_pb_gutters3.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 {
		width: 46.265%;
		margin-right: 7.47%;
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
	.et_pb_gutters3.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_module {
		margin-bottom: 7.47%;
	}

	.et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 13.174%;
	}

	.et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
		margin-bottom: 9.27%;
	}

	.et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
		margin-bottom: 5.82%;
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product {
		width: 20.875%;
		margin: 0 5.5% 5.5% 0;
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4,
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_pb_gutters3.et_left_sidebar.woocommerce-page ul.products li.product,
	.et_pb_gutters3.et_right_sidebar.woocommerce-page ul.products li.product {
		width: 28.353%;
		margin-right: 7.47%;
	}

	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 45.758%;
		margin-right: 8.483%;
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4,
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 44.18%;
		margin-right: 11.64%;
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 7.47%;
	}

	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 8.483%;
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 11.64%;
	}

	.et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 18.54%;
	}

	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 26.348%;
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 14.94%;
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		width: 29.666%;
		margin-right: 5.5%;
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 18.54%;
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		width: 46.265%;
		margin-right: 7.47%;
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 14.94%;
	}

	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		width: 45.758%;
		margin-right: 8.483%;
	}

	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 18.54%;
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 11.64%;
	}

	.et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 18.54%;
	}

	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 26.348%;
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 14.94%;
	}

	.et_pb_gutters3 .footer-widget {
		margin: 0 5.5% 5.5% 0;
	}

	.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
		width: 20.875%;
	}

	.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
		margin-bottom: 26.348%;
	}

	.et_pb_gutters3.et_pb_footer_columns4 .footer-widget.last {
		margin-right: 0;
	}

	.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
		margin-bottom: 26.348%;
	}

	.et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
		width: 29.666%;
	}

	.et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(3) {
		margin-right: 0;
	}

	.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
		margin-bottom: 18.54%;
	}

	.et_pb_gutters3.et_pb_footer_columns3 .footer-widget.last {
		width: 100%;
	}

	.et_pb_gutters3.et_pb_footer_columns3 .footer-widget.last .fwidget {
		margin-bottom: 5.5%;
	}

	.et_pb_gutters3.et_pb_footer_columns2 .footer-widget {
		width: 47.25%;
	}

	.et_pb_gutters3.et_pb_footer_columns2 .footer-widget:nth-child(even) {
		margin-right: 0;
	}

	.et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget {
		margin-bottom: 11.64%;
	}

	.et_pb_gutters3.et_pb_footer_columns1 .footer-widget {
		width: 100%;
		margin-right: 0;
	}

	.et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget {
		margin-bottom: 5.5%;
	}

	.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) {
		clear: both;
		width: 73.625%;
	}

	.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) .fwidget {
		margin-bottom: 7.47%;
	}

	.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) {
		width: 20.875%;
		margin-right: 0;
	}

	.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) .fwidget {
		margin-bottom: 26.348%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) {
		clear: both;
		width: 20.875%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget {
		margin-bottom: 26.348%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) {
		width: 73.625%;
		margin-right: 0;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .fwidget {
		margin-bottom: 7.47%;
	}

	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) {
		clear: both;
		width: 64.833%;
	}

	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget {
		margin-bottom: 8.484%;
	}

	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) {
		width: 29.666%;
		margin-right: 0;
	}

	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) .fwidget {
		margin-bottom: 18.54%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) {
		clear: both;
		width: 29.666%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) .fwidget {
		margin-bottom: 18.54%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) {
		width: 64.833%;
		margin-right: 0;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) .fwidget {
		margin-bottom: 8.484%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
		width: 20.875%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 26.348%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
		width: 47.25%;
		margin-right: 0;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 11.64%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget.last {
		width: 100%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget.last .fwidget {
		margin-bottom: 5.5%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
		width: 47.25%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
		margin-bottom: 11.64%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) {
		width: 20.875%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) .fwidget {
		margin-bottom: 26.348%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3) {
		margin-right: 0;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget.last {
		width: 100%;
	}

	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget.last .fwidget {
		margin-bottom: 5.5%;
	}

	.et_pb_gutters4 .et_pb_column,
	.et_pb_gutters4.et_pb_row .et_pb_column {
		margin-right: 8%;
	}

	.et_pb_gutters4 .et_pb_column_4_4,
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 {
		width: 100%;
	}

	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 4%;
	}

	.et_pb_gutters4 .et_pb_column_3_4,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 {
		width: 73%;
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_module,
	.et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 5.479%;
	}

	.et_pb_gutters4 .et_pb_column_2_3,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 {
		width: 64%;
	}

	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module,
	.et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_module {
		margin-bottom: 6.25%;
	}

	.et_pb_gutters4 .et_pb_column_1_2,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 {
		width: 46%;
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module,
	.et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_module {
		margin-bottom: 8.696%;
	}

	.et_pb_gutters4 .et_pb_column_1_3,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_3 {
		width: 28%;
	}

	.et_pb_gutters4 .et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module,
	.et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 14.286%;
	}

	.et_pb_gutters4 .et_pb_column_1_4,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_4 {
		width: 19%;
	}

	.et_pb_gutters4 .et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 21.053%;
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
	.et_pb_gutters4.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 {
		width: 44.52%;
		margin-right: 10.959%;
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
	.et_pb_gutters4.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_module {
		margin-bottom: 10.959%;
	}

	.et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 21.053%;
	}

	.et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
		margin-bottom: 14.286%;
	}

	.et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
		margin-bottom: 8.696%;
	}

	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_column_4_4 .et_pb_widget,
	.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 19%;
		margin: 0 8% 8% 0;
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4,
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n) {
		width: 26.027%;
		margin-right: 10.959%;
	}

	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 43.75%;
		margin-right: 12.5%;
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4,
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 41.305%;
		margin-right: 17.391%;
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 10.959%;
	}

	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 12.5%;
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 17.391%;
	}

	.et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 28.572%;
	}

	.et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 42.106%;
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 21.918%;
	}

	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		width: 28%;
		margin-right: 8%;
	}

	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 28.572%;
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		width: 44.52%;
		margin-right: 10.959%;
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 21.918%;
	}

	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		width: 43.75%;
		margin-right: 12.5%;
	}

	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 28.572%;
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 17.392%;
	}

	.et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 28.572%;
	}

	.et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 42.106%;
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 21.918%;
	}

	.et_pb_gutters4 .footer-widget {
		margin: 0 8% 8% 0;
	}

	.et_pb_gutters4.et_pb_footer_columns4 .footer-widget {
		width: 19%;
	}

	.et_pb_gutters4.et_pb_footer_columns4 .footer-widget .fwidget {
		margin-bottom: 42.106%;
	}

	.et_pb_gutters4.et_pb_footer_columns4 .footer-widget.last {
		margin-right: 0;
	}

	.et_pb_gutters4.et_pb_footer_columns3 .footer-widget {
		width: 28%;
	}

	.et_pb_gutters4.et_pb_footer_columns3 .footer-widget:nth-child(3) {
		margin-right: 0;
	}

	.et_pb_gutters4.et_pb_footer_columns3 .footer-widget .fwidget {
		margin-bottom: 28.572%;
	}

	.et_pb_gutters4.et_pb_footer_columns3 .footer-widget.last {
		width: 100%;
	}

	.et_pb_gutters4.et_pb_footer_columns3 .footer-widget.last .fwidget {
		margin-bottom: 8%;
	}

	.et_pb_gutters4.et_pb_footer_columns2 .footer-widget {
		width: 46%;
	}

	.et_pb_gutters4.et_pb_footer_columns2 .footer-widget:nth-child(even) {
		margin-right: 0;
	}

	.et_pb_gutters4.et_pb_footer_columns2 .footer-widget .fwidget {
		margin-bottom: 17.392%;
	}

	.et_pb_gutters4.et_pb_footer_columns1 .footer-widget {
		width: 100%;
		margin-right: 0;
	}

	.et_pb_gutters4.et_pb_footer_columns1 .footer-widget .fwidget {
		margin-bottom: 8%;
	}

	.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) {
		clear: both;
		width: 73%;
	}

	.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) .fwidget {
		margin-bottom: 10.958%;
	}

	.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) {
		width: 19%;
		margin-right: 0;
	}

	.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) .fwidget {
		margin-bottom: 42.106%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) {
		clear: both;
		width: 19%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget {
		margin-bottom: 42.106%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) {
		width: 73%;
		margin-right: 0;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .fwidget {
		margin-bottom: 10.958%;
	}

	.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) {
		clear: both;
		width: 64%;
	}

	.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget {
		margin-bottom: 12.5%;
	}

	.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) {
		width: 28%;
		margin-right: 0;
	}

	.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) .fwidget {
		margin-bottom: 28.572%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) {
		clear: both;
		width: 28%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) .fwidget {
		margin-bottom: 28.572%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) {
		width: 64%;
		margin-right: 0;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) .fwidget {
		margin-bottom: 12.5%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
		width: 19%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 42.106%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
		width: 46%;
		margin-right: 0;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 17.392%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget.last {
		width: 100%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget.last .fwidget {
		margin-bottom: 8%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
		width: 46%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
		margin-bottom: 17.392%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) {
		width: 19%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) .fwidget {
		margin-bottom: 42.106%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3) {
		margin-right: 0;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget.last {
		width: 100%;
	}

	.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget.last .fwidget {
		margin-bottom: 8%;
	}

	.et_pb_gutters2 .et_pb_column,
	.et_pb_gutters2.et_pb_row .et_pb_column {
		margin-right: 3%;
	}

	.et_pb_gutters2 .et_pb_column_4_4,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 {
		width: 100%;
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 1.5%;
	}

	.et_pb_gutters2 .et_pb_column_3_4,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 {
		width: 74.25%;
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module,
	.et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 2.02%;
	}

	.et_pb_gutters2 .et_pb_column_2_3,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
		width: 65.666%;
	}

	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module,
	.et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_module {
		margin-bottom: 2.284%;
	}

	.et_pb_gutters2 .et_pb_column_1_2,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
		width: 48.5%;
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module,
	.et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_module {
		margin-bottom: 3.093%;
	}

	.et_pb_gutters2 .et_pb_column_1_3,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
		width: 31.333%;
	}

	.et_pb_gutters2 .et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module,
	.et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 4.787%;
	}

	.et_pb_gutters2 .et_pb_column_1_4,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
		width: 22.75%;
	}

	.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 6.593%;
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
	.et_pb_gutters2.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 {
		width: 47.98%;
		margin-right: 4.04%;
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
	.et_pb_gutters2.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_module {
		margin-bottom: 4.04%;
	}

	.et_pb_gutters2 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 6.593%;
	}

	.et_pb_gutters2 .et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
		margin-bottom: 4.787%;
	}

	.et_pb_gutters2 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
		margin-bottom: 3.093%;
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 22.75%;
		margin: 0 3% 3% 0;
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4,
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n) {
		width: 30.64%;
		margin-right: 4.04%;
	}

	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 47.715%;
		margin-right: 4.569%;
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4,
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 46.907%;
		margin-right: 6.186%;
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 4.04%;
	}

	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 4.569%;
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 6.186%;
	}

	.et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 9.574%;
	}

	.et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 13.186%;
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_grid_item,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_widget,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product {
		margin-bottom: 8.08%;
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		width: 31.333%;
		margin-right: 3%;
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 9.574%;
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		width: 47.98%;
		margin-right: 4.04%;
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 8.08%;
	}

	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		width: 47.715%;
		margin-right: 4.569%;
	}

	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 9.574%;
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 6.186%;
	}

	.et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 9.574%;
	}

	.et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 13.186%;
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 8.08%;
	}

	.et_pb_gutters2 .footer-widget {
		margin: 0 3% 3% 0;
	}

	.et_pb_gutters2.et_pb_footer_columns4 .footer-widget {
		width: 22.75%;
	}

	.et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget {
		margin-bottom: 13.186%;
	}

	.et_pb_gutters2.et_pb_footer_columns4 .footer-widget.last {
		margin-right: 0;
	}

	.et_pb_gutters2.et_pb_footer_columns3 .footer-widget {
		width: 31.333%;
	}

	.et_pb_gutters2.et_pb_footer_columns3 .footer-widget:nth-child(3) {
		margin-right: 0;
	}

	.et_pb_gutters2.et_pb_footer_columns3 .footer-widget .fwidget {
		margin-bottom: 9.574%;
	}

	.et_pb_gutters2.et_pb_footer_columns3 .footer-widget.last {
		width: 100%;
	}

	.et_pb_gutters2.et_pb_footer_columns3 .footer-widget.last .fwidget {
		margin-bottom: 3%;
	}

	.et_pb_gutters2.et_pb_footer_columns2 .footer-widget {
		width: 48.5%;
	}

	.et_pb_gutters2.et_pb_footer_columns2 .footer-widget:nth-child(even) {
		margin-right: 0;
	}

	.et_pb_gutters2.et_pb_footer_columns2 .footer-widget .fwidget {
		margin-bottom: 6.186%;
	}

	.et_pb_gutters2.et_pb_footer_columns1 .footer-widget {
		width: 100%;
		margin-right: 0;
	}

	.et_pb_gutters2.et_pb_footer_columns1 .footer-widget .fwidget {
		margin-bottom: 3%;
	}

	.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) {
		clear: both;
		width: 74.25%;
	}

	.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) .fwidget {
		margin-bottom: 4.04%;
	}

	.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) {
		width: 22.75%;
		margin-right: 0;
	}

	.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) .fwidget {
		margin-bottom: 13.186%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) {
		clear: both;
		width: 22.75%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget {
		margin-bottom: 13.186%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) {
		width: 74.25%;
		margin-right: 0;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .fwidget {
		margin-bottom: 4.04%;
	}

	.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) {
		clear: both;
		width: 65.666%;
	}

	.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget {
		margin-bottom: 4.568%;
	}

	.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) {
		width: 31.333%;
		margin-right: 0;
	}

	.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) .fwidget {
		margin-bottom: 9.574%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) {
		clear: both;
		width: 31.333%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) .fwidget {
		margin-bottom: 9.574%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) {
		width: 65.666%;
		margin-right: 0;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) .fwidget {
		margin-bottom: 4.568%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
		width: 22.75%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 13.186%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
		width: 48.5%;
		margin-right: 0;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 6.186%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget.last {
		width: 100%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget.last .fwidget {
		margin-bottom: 3%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
		width: 48.5%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
		margin-bottom: 6.186%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) {
		width: 22.75%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) .fwidget {
		margin-bottom: 13.186%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3) {
		margin-right: 0;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget.last {
		width: 100%;
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget.last .fwidget {
		margin-bottom: 3%;
	}

	.et_pb_gutters1 .et_pb_column,
	.et_pb_gutters1 .et_pb_column .et_pb_row_inner .et_pb_column,
	.et_pb_gutters1 .et_pb_column .et_pb_module,
	.et_pb_gutters1 .et_section_specialty .et_pb_column .et_pb_module,
	.et_section_specialty .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module,
	.et_section_specialty .et_pb_column .et_pb_gutters1.et_pb_row_inner .et_pb_column,
	.et_section_specialty .et_pb_column .et_pb_gutters1.et_pb_row_inner .et_pb_column .et_pb_module,
	.et_pb_gutters1 .et_pb_column .et_pb_widget,
	.et_pb_gutters1 .et_pb_column .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters1 .et_pb_row_inner .et_pb_column .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_row_inner .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3,
	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post,
	.et_pb_gutters1 .footer-widget,
	.et_pb_gutters1 .footer-widget .fwidget {
		margin: 0;
	}

	.et_pb_gutters1 .et_pb_column_4_4,
	.et_pb_gutters1.et_pb_footer_columns1 .footer-widget,
	.et_pb_gutters1.et_pb_footer_columns3 .footer-widget.last,
	.et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget.last,
	.et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget.last {
		width: 100%;
	}

	.et_pb_gutters1 .et_pb_column_3_4,
	.et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd),
	.et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) {
		width: 75%;
	}

	.et_pb_gutters1 .et_pb_column_2_3,
	.et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd),
	.et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) {
		width: 66.666%;
	}

	.et_pb_gutters1 .et_pb_column_1_2,
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8,
	.et_section_specialty .et_pb_column_3_4 .et_pb_gutters1.et_pb_row_inner .et_pb_column_3_8,
	.et_section_specialty .et_pb_column_2_3 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_3,
	.et_section_specialty .et_pb_column_1_2 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters1.et_pb_footer_columns2 .footer-widget,
	.et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3),
	.et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
		width: 50%;
	}

	.et_pb_gutters1 .et_pb_column_1_3,
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
	.et_section_specialty .et_pb_column_3_4 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters1.et_pb_footer_columns3 .footer-widget,
	.et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even),
	.et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) {
		width: 33.333%;
	}

	.et_pb_gutters1 .et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters1.et_pb_footer_columns4 .footer-widget,
	.et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even),
	.et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd),
	.et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2),
	.et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) {
		width: 25%;
	}

	.et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd),
	.et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd),
	.et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd),
	.et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) {
		clear: both;
	}

/* Sections and Rows */
	.et_pb_section {
		padding: 4% 0;
	}

	.et_pb_fullwidth_section {
		padding: 0;
	}

	.et_pb_row {
		padding: 2% 0;
	}

	.et_pb_column_3_4 .et_pb_row_inner {
		padding: 3.735% 0;
	}

	.et_pb_column_2_3 .et_pb_row_inner {
		padding: 4.2415% 0;
	}

	.et_pb_column_1_2 .et_pb_row_inner {
		padding: 5.82% 0;
	}

	.et_pb_column_single {
		padding: 2.855% 0;
	}

	.et_pb_column_single .et_pb_module:first-child {
		margin-top: 0;
	}

	.et_pb_column_single .et_pb_module:last-child {
		margin-bottom: 0;
	}

	.et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child,
	.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,
	.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child {
		margin-bottom: 0;
	}

	.et_section_specialty > .et_pb_row {
		padding: 0;
	}

	.et_pb_row_inner {
		width: 100%;
	}

	.et_pb_row .et_pb_column:last-child,
	.et_pb_row_inner .et_pb_column:last-child {
		margin-right: 0 !important;
	}

/* Fullwidth Rows */
	.et_pb_row.et_pb_row_fullwidth,
	.et_pb_specialty_fullwidth > .et_pb_row {
		width: 89% !important;
		max-width: 89% !important;
	}

	.et_pb_gutters4.et_pb_row.et_pb_row_fullwidth,
	.et_pb_gutters4 .et_pb_row.et_pb_row_fullwidth,
	.et_pb_gutters4.et_pb_specialty_fullwidth > .et_pb_row,
	.et_pb_gutters4 .et_pb_specialty_fullwidth > .et_pb_row {
		width: 86% !important;
		max-width: 86% !important;
	}

	.et_pb_gutters2.et_pb_row.et_pb_row_fullwidth,
	.et_pb_gutters2 .et_pb_row.et_pb_row_fullwidth,
	.et_pb_gutters2.et_pb_specialty_fullwidth > .et_pb_row,
	.et_pb_gutters2 .et_pb_specialty_fullwidth > .et_pb_row {
		width: 94% !important;
		max-width: 94% !important;
	}

	.et_pb_gutters1.et_pb_row.et_pb_row_fullwidth,
	.et_pb_gutters1 .et_pb_row.et_pb_row_fullwidth,
	.et_pb_gutters1.et_pb_specialty_fullwidth > .et_pb_row,
	.et_pb_gutters1 .et_pb_specialty_fullwidth > .et_pb_row {
		width: 100% !important;
		max-width: 100% !important;
	}

/* Equalize Column Heights */
	.et_pb_row.et_pb_equal_columns,
	.et_pb_row_inner.et_pb_equal_columns,
	.et_pb_section.et_pb_equal_columns > .et_pb_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		overflow: hidden;
	}

/* Grid Layouts: Gallery, Portfolio, Filterable Portfolio, Shop */
	.et_pb_filterable_portfolio_grid,
	.et_pb_gallery_grid {
		display: none;
	}

	.et_pb_gallery_grid .et_pb_gallery_item,
	.et_pb_portfolio_grid .et_pb_portfolio_item,
	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
		float: left;
		position: relative;
	}

	.et_pb_gallery_grid .et_pb_gallery_item img,
	.et_pb_portfolio_grid .et_pb_portfolio_item img,
	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item img {
		width: 100%;
	}

	.et_pb_shop_grid .woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		clear: none;
	}

	.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
	.et_pb_column_3_4 .et_pb_grid_item:nth-child(3n),
	.et_pb_column_2_3 .et_pb_grid_item:nth-child(2n),
	.et_pb_column_1_2 .et_pb_grid_item:nth-child(2n),
	.et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
	.et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n),
	.et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n),
	.et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n),
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
	.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
		margin-right: 0;
	}

	.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
	.et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1),
	.et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1),
	.et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1),
	.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
		clear: both;
	}

	.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1) {
		clear: none;
	}

	.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1) {
		clear: none;
	}

	.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
	.et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 100% !important;
		margin-right: 0;
	}

	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item {
		clear: none !important;
	}

	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.last_in_row {
		margin-right: 0 !important;
	}

	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.first_in_row {
		clear: both !important;
	}

	.et_pb_gallery_grid .et_pb_gallery_item h3,
	.et_pb_portfolio_grid .et_pb_portfolio_item h2,
	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
		margin: 10px 0 0;
		padding-bottom: 0;
		font-size: 18px;
		word-wrap: break-word;
	}

	.et_pb_portfolio_item .post-meta,
	.et_pb_gallery_item .et_pb_gallery_caption {
		margin: 0.4em 0 0;
		font-size: 14px;
	}

/* Sidebar Widgets */
	.et_pb_column_4_4 .et_pb_widget:nth-child(4n),
	.et_pb_column_3_4 .et_pb_widget:nth-child(3n),
	.et_pb_column_2_3 .et_pb_widget:nth-child(2n),
	.et_pb_column_1_2 .et_pb_widget:nth-child(2n),
	.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
	.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
	.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
	.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
	.et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
	.et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0;
	}

	.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
	.et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
	.et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
	.et_pb_column_1_2 .et_pb_widget:nth-child(2n+1) {
		clear: both;
	}

	.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
	.et_pb_column_1_3 .et_pb_widget,
	.et_pb_column_1_4 .et_pb_widget {
		width: 100% !important;
		margin-right: 0;
	}

/* Slider Module */
	.et_pb_column_1_2 .et_pb_slide_image,
	.et_pb_column_1_2 .et_pb_slide_video,
	.et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description,
	.et_pb_column_3_8 .et_pb_slide_image,
	.et_pb_column_3_8 .et_pb_slide_video,
	.et_pb_column_3_8 .et_pb_slide_with_image .et_pb_slide_description,
	.et_pb_column_1_3 .et_pb_slide_image,
	.et_pb_column_1_3 .et_pb_slide_video,
	.et_pb_column_1_3 .et_pb_slide_with_image .et_pb_slide_description,
	.et_pb_column_1_4 .et_pb_slide_image,
	.et_pb_column_1_4 .et_pb_slide_video,
	.et_pb_column_1_4 .et_pb_slide_with_image .et_pb_slide_description {
		width: 100% !important;
	}

	.et_pb_column_1_2 .et_pb_slide_image,
	.et_pb_column_1_2 .et_pb_slide_video,
	.et_pb_column_3_8 .et_pb_slide_image,
	.et_pb_column_3_8 .et_pb_slide_video,
	.et_pb_column_1_3 .et_pb_slide_image,
	.et_pb_column_1_3 .et_pb_slide_video,
	.et_pb_column_1_4 .et_pb_slide_image,
	.et_pb_column_1_4 .et_pb_slide_video {
		margin: 10% 0 0 0 !important;
		padding: 0;
	}

	.et_pb_column_1_2 .et_pb_slide_image,
	.et_pb_column_3_8 .et_pb_slide_image,
	.et_pb_column_1_3 .et_pb_slide_image,
	.et_pb_column_1_4 .et_pb_slide_image {
		position: relative;
		top: auto;
		bottom: auto;
	}

/* Audio Module */
	.et_pb_column_1_4 .et_pb_audio_module .mejs-container .mejs-controls div,
	.et_pb_column_1_3 .et_pb_audio_module .mejs-container .mejs-controls div,
	.et_pb_column_3_8 .et_pb_audio_module .mejs-container .mejs-controls div {
		position: absolute;
	}

	.et_pb_column_1_4 .et_pb_audio_module .mejs-container,
	.et_pb_column_1_3 .et_pb_audio_module .mejs-container,
	.et_pb_column_3_8 .et_pb_audio_module .mejs-container {
		height: 50px !important;
	}

	.et_pb_column_1_4 .et_pb_audio_module .mejs-controls,
	.et_pb_column_1_3 .et_pb_audio_module .mejs-controls,
	.et_pb_column_3_8 .et_pb_audio_module .mejs-controls {
		height: 100%;
	}

	.et_pb_column_1_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom,
	.et_pb_column_1_3 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom,
	.et_pb_column_3_8 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom {
		top: 30px;
	}

	.et_pb_column_1_4 .et_pb_audio_module .mejs-button.mejs-volume-button,
	.et_pb_column_1_3 .et_pb_audio_module .mejs-button.mejs-volume-button,
	.et_pb_column_3_8 .et_pb_audio_module .mejs-button.mejs-volume-button {
		top: 30px;
		right: 65px;
	}

	.et_pb_column_1_4 .et_pb_audio_module a.mejs-horizontal-volume-slider,
	.et_pb_column_1_3 .et_pb_audio_module a.mejs-horizontal-volume-slider,
	.et_pb_column_3_8 .et_pb_audio_module a.mejs-horizontal-volume-slider {
		display: block;
		position: absolute;
		top: 30px;
		right: 0;
	}

	.et_pb_column_1_4 .et_pb_audio_module .mejs-horizontal-volume-total,
	.et_pb_column_1_3 .et_pb_audio_module .mejs-horizontal-volume-total,
	.et_pb_column_3_8 .et_pb_audio_module .mejs-horizontal-volume-total {
		display: block;
		position: relative;
		width: 100%;
	}

	.et_pb_column_1_4 .et_pb_audio_module .mejs-controls div.mejs-time-rail,
	.et_pb_column_1_3 .et_pb_audio_module .mejs-controls div.mejs-time-rail,
	.et_pb_column_3_8 .et_pb_audio_module .mejs-controls div.mejs-time-rail {
		width: 100% !important;
		padding-left: 30px;
	}

	.et_pb_column_1_4 .et_pb_audio_module a.mejs-time-total.mejs-time-slider,
	.et_pb_column_1_3 .et_pb_audio_module a.mejs-time-total.mejs-time-slider,
	.et_pb_column_3_8 .et_pb_audio_module a.mejs-time-total.mejs-time-slider {
		position: relative;
		width: 100% !important;
		margin-left: 0;
	}

/* Salvattore Styles */
	.et_pb_column_4_4 .et_pb_blog_grid[data-columns]::before {
		content: "3 .column.size-1of3";
	}

	.et_pb_column_3_4 .et_pb_blog_grid[data-columns]::before,
	.et_pb_column_2_3 .et_pb_blog_grid[data-columns]::before {
		content: "2 .column.size-1of2";
	}

	.et_pb_column_1_2 .et_pb_blog_grid[data-columns]::before,
	.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid[data-columns]::before,
	.et_pb_column_1_3 .et_pb_blog_grid[data-columns]::before,
	.et_pb_column_1_4 .et_pb_blog_grid[data-columns]::before {
		content: "1 .column.size-1of1";
	}

/* Sticky Image */
	.et_pb_section_sticky,
	.et_pb_section_sticky .et_pb_row:last-child,
	.et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child,
	.et_pb_section_sticky .et_pb_column_single {
		padding-bottom: 0 !important;
	}

/* Fullwidth Menu Module */
	.et_dropdown_animation_fade.et_pb_fullwidth_menu ul li:hover > ul {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.et_dropdown_animation_slide.et_pb_fullwidth_menu ul li:hover > ul {
		-webkit-animation: fadeLeft 0.4s ease-in-out;
		-moz-animation: fadeLeft 0.4s ease-in-out;
		-o-animation: fadeLeft 0.4s ease-in-out;
		animation: fadeLeft 0.4s ease-in-out;
	}

	.et_dropdown_animation_expand.et_pb_fullwidth_menu ul li:hover > ul {
		-webkit-transform-origin: 0 0;
		-webkit-animation: Grow 0.4s ease-in-out;
		-moz-animation: Grow 0.8s ease-in-out;
		-o-animation: Grow 0.4s ease-in-out;
		animation: Grow 0.4s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
	}

	.et_dropdown_animation_flip.et_pb_fullwidth_menu ul li ul li:hover > ul {
		-webkit-animation: flipInX 0.6s ease-in-out;
		-moz-animation: flipInX 0.6s ease-in-out;
		-o-animation: flipInX 0.6s ease-in-out;
		animation: flipInX 0.6s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
	}

	.et_dropdown_animation_flip.et_pb_fullwidth_menu ul li:hover > ul {
		-webkit-animation: flipInY 0.6s ease-in-out;
		-moz-animation: flipInY 0.6s ease-in-out;
		-o-animation: flipInY 0.6s ease-in-out;
		animation: flipInY 0.6s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
	}

	.et_pb_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row {
		width: 100%;
		max-width: 100%;
		padding: 0 30px !important;
	}

/* Comments Module */
	.et_pb_column_1_2 .et_pb_comments_module .comment_avatar img,
	.et_pb_column_1_3 .et_pb_comments_module .comment_avatar img,
	.et_pb_column_1_4 .et_pb_comments_module .comment_avatar img {
		max-width: 50%;
	}

	.et_pb_column_1_2 .et_pb_comments_module .comment-body,
	.et_pb_column_1_3 .et_pb_comments_module .comment-body,
	.et_pb_column_1_4 .et_pb_comments_module .comment-body {
		padding: 0 0 0 50px;
	}

	.et_pb_column_1_2 .et_pb_comments_module .comment .children,
	.et_pb_column_1_3 .et_pb_comments_module .comment .children,
	.et_pb_column_1_4 .et_pb_comments_module .comment .children {
		margin-left: 25px;
	}

	.et_pb_column_1_2 .et_pb_comments_module .comment-reply-link,
	.et_pb_column_1_3 .et_pb_comments_module .comment-reply-link,
	.et_pb_column_1_4 .et_pb_comments_module .comment-reply-link {
		float: right;
		position: relative !important;
		top: auto !important;
		bottom: -10px;
	}

	.et_pb_column_1_2 .et_pb_comments_module #commentform [class*="comment-form-"] input,
	.et_pb_column_1_3 .et_pb_comments_module #commentform [class*="comment-form-"] input,
	.et_pb_column_1_4 .et_pb_comments_module #commentform [class*="comment-form-"] input {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
}

/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {
	/* Slider Module */
	.et_pb_column_1_2 .et_pb_slide_content,
	.et_pb_column_1_3 .et_pb_slide_content,
	.et_pb_column_1_4 .et_pb_slide_content,
	.et_pb_column_2_3 .et_pb_slide_content {
		font-size: 14px;
	}

	.et_pb_column_1_2 .et_pb_slide_description .et_pb_slide_title,
	.et_pb_column_1_3 .et_pb_slide_description .et_pb_slide_title,
	.et_pb_column_1_4 .et_pb_slide_description .et_pb_slide_title,
	.et_pb_column_2_3 .et_pb_slide_description .et_pb_slide_title {
		font-size: 18px;
	}

/* Blog Posts */
	.et_pb_post {
		margin-bottom: 42px;
	}

/* Blog Post Formats */
	/* Quote */
	.et_quote_content {
		padding: 50px 70px 45px;
	}

	.et_pb_column_2_3 .et_quote_content {
		padding: 50px 50px 45px;
	}

	.et_pb_column_1_2 .et_quote_content {
		padding: 35px 47px 30px;
	}

	.et_pb_column_1_3 .et_quote_content,
	.et_pb_column_3_8 .et_quote_content,
	.et_pb_column_1_4 .et_quote_content,
	.et_pb_blog_grid .et_quote_content {
		padding: 35px 25px 32px;
	}

/* Gallery */
	.et_pb_column_4_4 .et_pb_post .et_pb_slide {
		min-height: 534px;
	}

	.et_pb_column_3_4 .et_pb_post .et_pb_slide {
		min-height: 392px;
	}

	.et_pb_column_2_3 .et_pb_post .et_pb_slide {
		min-height: 345px;
	}

	.et_pb_column_1_2 .et_pb_post .et_pb_slide {
		min-height: 250px;
	}

	.et_pb_column_1_3 .et_pb_post .et_pb_slide,
	.et_pb_column_3_8 .et_pb_post .et_pb_slide {
		min-height: 155px;
	}

	.et_pb_column_1_4 .et_pb_post .et_pb_slide {
		min-height: 108px;
	}

	.et_pb_blog_grid .et_pb_post .et_pb_slide {
		min-height: 155px;
	}

/* Audio */
	.et_pb_column_1_2 .et_pb_audio_cover_art {
		height: 340px;
	}

	.et_pb_column_3_8 .et_pb_audio_cover_art {
		height: 242px;
	}

	.et_pb_column_1_3 .et_pb_audio_cover_art {
		height: 210px;
	}

	.et_pb_column_1_4 .et_pb_audio_cover_art {
		height: 145px;
	}

/* Contact Form Module */
	.et_pb_column_1_4 .et_pb_contact_right {
		margin-right: 5px;
	}

/* Number Counter Module */
	.et_pb_column_1_4 .et_pb_number_counter .percent {
		height: 55px;
	}

	.et_pb_column_1_4 .et_pb_number_counter h3 {
		padding: 10px 0 0 0;
	}
}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
	/* Page Containers */
	.et_pb_column {
		width: 100% !important;
	}

/* Rows and Sections */
	.et_pb_section {
		padding: 50px 0;
	}

	.et_pb_fullwidth_section {
		padding: 0;
	}

	.et_pb_row,
	.et_pb_column .et_pb_row_inner {
		padding: 30px 0;
	}

	.et_section_specialty > .et_pb_row {
		padding: 0;
	}

	.et_pb_column {
		margin-bottom: 30px;
	}

	.et_pb_gutters1 .et_pb_column {
		margin-bottom: 0;
	}

	.et_pb_row:last-child .et_pb_column:last-child {
		margin-bottom: 0;
	}

	.et_pb_section .et_pb_column .et_pb_module {
		margin-bottom: 30px;
	}

	.et_pb_gutters1 .et_pb_column .et_pb_module {
		margin-bottom: 0;
	}

	.et_pb_gutters1 .et_section_specialty .et_pb_row > .et_pb_column > .et_pb_module,
	.et_section_specialty .et_pb_gutters1.et_pb_row > .et_pb_column > .et_pb_module {
		margin: 0;
	}

	.et_section_specialty .et_pb_row > .et_pb_column {
		padding-bottom: 0;
	}

	.et_pb_row .et_pb_column .et_pb_module:last-child,
	.et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child {
		margin-bottom: 0;
	}

	.et_pb_column.et_pb_column_empty {
		display: none;
	}

/* Sticky Image */
	.et_pb_section_sticky_mobile,
	.et_pb_section_sticky_mobile .et_pb_row:last-child,
	.et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child,
	.et_pb_section_sticky_mobile .et_pb_column_single {
		padding-bottom: 0 !important;
	}

	.et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child {
		margin-bottom: 0;
	}

/* 1_4 Column Breakdown */
	.et_pb_row_4col,
	.et_pb_row_1-4_1-4_1-2,
	.et_pb_row_1-2_1-4_1-4,
	.et_pb_row_1-4_1-4 {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		overflow: hidden;

		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
	.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
	.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
	.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 {
		width: 47.25% !important;
		margin-right: 5.5%;
	}

	.et_pb_gutters1 .et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_row_1-4_1-4 .et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row_1-4_1-4 .et_pb_column.et_pb_column_1_4 {
		width: 50% !important;
		margin-right: 0;
	}

	.et_pb_row_4col > .et_pb_column.et_pb_column_1_4:nth-child(even),
	.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4:nth-child(even),
	.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(even),
	.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(odd) {
		margin-right: 0;
	}

	.et_pb_row_4col .et_pb_column:nth-last-child(-n+2),
	.et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2),
	.et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

/* Fullwidth Rows */
	.et_pb_row.et_pb_row_fullwidth,
	.et_pb_specialty_fullwidth > .et_pb_row {
		width: 80% !important;
		max-width: 80% !important;
	}

	.et_pb_gutters1.et_pb_row.et_pb_row_fullwidth,
	.et_pb_gutters1 .et_pb_row.et_pb_row_fullwidth,
	.et_pb_gutters1.et_pb_specialty_fullwidth > .et_pb_row,
	.et_pb_gutters1 .et_pb_specialty_fullwidth > .et_pb_row {
		width: 100% !important;
		max-width: 100% !important;
	}

	.et_pb_space.et-hide-mobile {
		display: none;
	}

/* Grid Layouts: Gallery, Portfolio, Filterable Portfolio, Shop */
	.et_pb_column .et_pb_grid_item:nth-child(n),
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_column .woocommerce ul.products li.product:nth-child(n),
	.woocommerce-page ul.products li.product:nth-child(n),
	.et_gallery_item {
		float: left;
		clear: none;
		width: 28.333% !important;
		margin: 0 7.5% 7.5% 0 !important;
	}

	.et_pb_gutters1 .et_pb_grid_item:nth-child(n),
	.et_pb_gutters1 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
	.et_pb_gutters1 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1 .woocommerce ul.products li.product:nth-child(n) {
		width: 33.333% !important;
		margin: 0 !important;
	}

	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n) {
		clear: none !important;
	}

	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).last_in_row {
		margin-right: 0 !important;
	}

	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).first_in_row {
		clear: both !important;
	}

/* Grid Layouts: 1/4 Columns */
	.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
	.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
	.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column,
	.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n),
	.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
	.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
	.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column,
	.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n),
	.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
	.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
	.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column,
	.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n),
	.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
	.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
	.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column,
	.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n) {
		width: 100% !important;
		margin: 0 0 11.5% 0 !important;
	}

	.et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
	.et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_blog_grid .column,
	.et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
	.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
	.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_blog_grid .column,
	.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
	.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
	.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column,
	.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
	.et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
	.et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column,
	.et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
	.et_pb_gutters1.et_pb_row_4col > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
	.et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_blog_grid .column,
	.et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
	.et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
	.et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_blog_grid .column,
	.et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
	.et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
	.et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column,
	.et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
	.et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
	.et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column,
	.et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n) {
		margin: 0 !important;
	}

	.et_pb_column .et_pb_grid_item:nth-child(3n),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_column .woocommerce ul.products li.product:nth-child(3n),
	.woocommerce-page ul.products li.product:nth-child(3n),
	.et_gallery_item:nth-child(3n) {
		margin-right: 0 !important;
	}

	.et_pb_column .et_pb_grid_item:nth-child(3n+1),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_column .woocommerce ul.products li.product:nth-child(3n+1),
	.woocommerce-page ul.products li.product:nth-child(3n+1),
	.et_gallery_item:nth-child(3n+1) {
		clear: both;
	}

/* Filterable Portfolio Module */
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
		width: auto;
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
		width: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
		-webkit-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
		-webkit-border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
	}

/* Blog + Sidebar Module + Footer */
	.et_pb_column .et_pb_blog_grid .column.size-1of2,
	.et_pb_column .et_pb_widget:nth-child(n) {
		width: 46.25% !important;
		margin: 0 7.5% 7.5% 0 !important;
	}

	.et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 16.21%;
	}

	.et_pb_column .et_pb_widget:nth-child(n) {
		margin-bottom: 7.5%;
	}

	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n) {
		width: 50% !important;
		margin: 0 !important;
	}

	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n) {
		margin-bottom: 0;
	}

	.et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_column .et_pb_widget:nth-child(2n) {
		margin-right: 0 !important;
	}

	.et_pb_widget_area_left {
		padding-right: 0;
		border-right: none;
	}

	.et_pb_widget_area_right {
		padding-left: 0;
		border-left: none;
	}

	.et_pb_more_button {
		display: inline-block !important;
	}

/* Slider Module */
	.et_pb_slide_description .et_pb_slide_title,
	.et_pb_column_1_4 .et_pb_slider_fullwidth_off h2 {
		font-size: 26px;
		font-weight: 500 !important;
	}

	.et_pb_slide_content {
		font-size: 13px;
		font-weight: 400;
	}

	.et_pb_slide_description {
		text-align: center;
	}

	.et_pb_slide_with_image .et_pb_slide_description {
		text-align: left;
	}

/* Column Adjustments */
	.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container {
		min-height: auto;
	}

	.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content {
		display: block;
	}

	.et_pb_post {
		margin-bottom: 42px;
	}

/* Newsletter Module */
	.et_pb_column .et_pb_newsletter_form,
	.et_pb_column .et_pb_newsletter_description,
	.et_pb_column.et_pb_column_inner .et_pb_newsletter_form,
	.et_pb_column.et_pb_column_inner .et_pb_newsletter_description {
		width: 50%;
		padding: 0;
	}

	.et_pb_column .et_pb_newsletter_form,
	.et_pb_column.et_pb_column_inner .et_pb_newsletter_form {
		padding-left: 40px;
	}

/* Pricing Tables Module */
	.et_pb_column .et_pb_pricing_table {
		width: 50% !important;
	}

	.et_pb_column .et_pb_pricing_table:nth-child(2n+1) {
		clear: both;
	}

	.et_pb_column .et_pb_pricing_table:nth-child(n+3) {
		margin-top: 50px;
	}

/* Post Title Module */
	.et_pb_fullwidth_section .et_pb_post_title {
		padding: 80px 0;
	}

/* Map Module */
	.et_pb_column .et_pb_map,
	.et_pb_fullwidth_section .et_pb_map {
		height: 350px;
	}

/* Projects Post Type */
	.et_full_width_portfolio_page .et_project_meta {
		float: none;
		width: 100%;
		margin-top: -20px;
	}

/* Image Module */
	.et_always_center_on_mobile {
		margin-right: auto !important;
		margin-left: auto !important;
		text-align: center !important;
	}

/* Header Styles */
	.fullwidth-menu {
		display: none;
	}

/* Mobile Menu */
	.et_mobile_nav_menu {
		display: block;
	}

/* Countdown Timer Module */
	.et_pb_countdown_timer .title {
		font-size: 22px !important;
	}

	.et_pb_countdown_timer .section p {
		font-size: 64px !important;
		line-height: 64px !important;
	}

	.et_pb_countdown_timer .section p.label {
		font-size: 14px !important;
		line-height: 25px !important;
	}

	.et_pb_countdown_timer .sep {
		top: -28px !important;
	}

/* Fullwidth Menu Module */
	.et_pb_fullwidth_menu .fullwidth-menu-nav {
		display: none;
	}

	.et_pb_fullwidth_menu .et_pb_row {
		min-height: 81px;
	}

	.et_pb_fullwidth_menu .et_mobile_nav_menu {
		float: none;
	}

	.et_pb_fullwidth_menu .mobile_menu_bar:before {
		top: 26px;
	}

	.et_pb_fullwidth_menu .et_mobile_menu {
		top: 81px;
		padding: 5%;
	}

	.et_pb_fullwidth_menu .et_mobile_menu ul {
		padding: 0;
	}

	.et_pb_fullwidth_menu .et_mobile_menu,
	.et_pb_fullwidth_menu .et_mobile_menu ul {
		text-align: left;
		list-style: none !important;
	}

/* Rows and Sections */
	.et_pb_section .et_pb_row,
	.et_pb_section.et_section_specialty .et_pb_row {
		max-width: 1080px !important;
	}

/* Blog Module */
	.et_pb_column_3_8 .et_pb_blog_grid .et_audio_container .mejs-time.mejs-currenttime-container.custom {
		margin-left: 0;
	}

	.et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
	.et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
	.et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
	.et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span {
		font-size: 18px;
	}

/* Post Slider Module */
	.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
	.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
		margin-bottom: 5% !important;
	}
}

/* Responsive Styles Tablet Only */
@media all and (min-width: 768px) and (max-width: 980px) {
	/* Video Module */
	.et_pb_column_3_8 .et_pb_video_play,
	.et_pb_column_1_3 .et_pb_video_play,
	.et_pb_column_1_4 .et_pb_video_play {
		margin-top: -3rem;
		margin-left: -3rem;
		font-size: 6rem;
		line-height: 6rem;
	}

/* Tabs Module */
	.et_pb_column_1_3 .et_pb_tabs_controls,
	.et_pb_column_1_4 .et_pb_tabs_controls {
		border-bottom: 1px solid #d9d9d9;
	}

	.et_pb_column_1_3 .et_pb_tabs_controls li,
	.et_pb_column_1_4 .et_pb_tabs_controls li {
		float: left;
		border-right: 1px solid #d9d9d9;
		border-bottom: none;
	}

	.et_pb_column_1_3 .et_pb_tabs_controls,
	.et_pb_column_1_4 .et_pb_tabs_controls,
	.et_pb_column_3_8 .et_pb_tabs_controls {
		border-bottom: 1px solid #d9d9d9;
	}

	.et_pb_column_1_3 .et_pb_tabs_controls li,
	.et_pb_column_1_4 .et_pb_tabs_controls li,
	.et_pb_tabs_controls li,
	.et_pb_tabs_controls li:last-child,
	.et_pb_column_3_8 .et_pb_tabs_controls li {
		float: left;
		border-right: 1px solid #d9d9d9;
		border-bottom: none;
	}

/* Testimonials Module */
	.et_pb_column .et_pb_testimonial_portrait {
		display: table-cell;
		float: left;
		margin-right: 30px;
	}

	.et_pb_column .et_pb_testimonial_description {
		display: table-cell;
	}

/* Column Adjustments */
	.et_pb_row_4col .et_pb_testimonial_portrait,
	.et_pb_row_1-4_1-4_1-2 .et_pb_testimonial_portrait,
	.et_pb_row_1-2_1-4_1-4 .et_pb_testimonial_portrait,
	.et_pb_row_1-4_1-4 .et_pb_testimonial_portrait {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}

/* Person Module */
	.et_pb_column .et_pb_team_member_image {
		float: left !important;
		width: 280px !important;
		margin: 0 30px 0 0 !important;
		text-align: left !important;
	}

	.et_pb_column .et_pb_team_member_description {
		display: table-cell;
	}

/* Blog Post Formats */
	/* Quote */
	.et_quote_content {
		padding: 50px 43px 45px !important;
	}

	.et_quote_content blockquote p {
		font-size: 26px !important;
		line-height: 44px !important;
	}

	.et_quote_content blockquote cite {
		font-size: 18px !important;
	}

	.et_pb_blog_grid .et_quote_content {
		padding: 35px 30px !important;
	}

	.et_pb_blog_grid .et_quote_content blockquote p {
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.et_pb_blog_grid .et_quote_content blockquote cite {
		font-size: 14px !important;
	}

/* Link */
	.et_link_content {
		padding: 40px 40px 45px;
	}

	.et_link_content h2 {
		font-size: 26px !important;
		line-height: 44px !important;
	}

	.et_link_content a.et_link_main_url {
		font-size: 18px !important;
	}

	.et_pb_blog_grid .et_link_content h2 {
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.et_pb_blog_grid .et_link_content a.et_link_main_url {
		font-size: 14px !important;
	}

/* Gallery */
	.et_pb_post .et_pb_slide {
		min-height: 384px !important;
	}

	.et_pb_blog_grid .et_pb_post .et_pb_slide {
		min-height: 182px !important;
	}

/* Audio */
	.et_audio_content h2 {
		margin-bottom: 24px !important;
		font-size: 26px !important;
		line-height: 44px !important;
	}

	.et_pb_blog_grid .et_audio_content h2 {
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.et_pb_audio_cover_art {
		float: none !important;
		position: relative;
		width: 100% !important;
		height: 400px !important;
	}

	.et_pb_audio_module_content {
		margin-left: 0 !important;
		padding: 55px 60px 55px !important;
	}

	.et_pb_audio_module_content h2 {
		font-size: 36px !important;
	}

	.et_pb_column_1_4 .et_audio_module_meta {
		font-size: 14px !important;
	}

/* Salvattore Styles */
	.et_pb_column .et_pb_blog_grid[data-columns]::before {
		content: "2 .column.size-1of2";
	}
}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
	/* Salvattore Styles */
	.et_pb_column .et_pb_blog_grid[data-columns]::before {
		content: "1 .column.size-1of1";
	}

/* Text Module */
	.et_pb_text_align_right {
		text-align: left;
	}

/* Slider Modules */
	.et_pb_slide_image,
	.et_pb_slide_video {
		margin-top: 6% !important;
	}

	.et_pb_slide_video {
		float: none;
	}

	.et_pb_section_first .et_pb_slide_image {
		top: 20px;
		margin: 0 0 0 !important;
	}

	.et_pb_slide_description .et_pb_slide_title {
		font-size: 20px !important;
	}

	.et_pb_slide_content {
		font-size: 14px !important;
		font-weight: 400;
	}

	.et_pb_slide_with_image .et_pb_slide_description {
		float: none;
		width: 100%;
		text-align: center;
	}

/* Blog Posts */
	.et_pb_post {
		margin-bottom: 42px;
	}

	.et_pb_post h2,
	.et_pb_portfolio_item h2,
	.et_pb_title_container h1 {
		font-size: 18px;
	}

/* Video Slider Module */
	.et_pb_carousel .et-pb-arrow-prev,
	.et_pb_carousel:hover .et-pb-arrow-prev {
		left: -8px;
		opacity: 1;
	}

	.et_pb_carousel .et-pb-arrow-next,
	.et_pb_carousel:hover .et-pb-arrow-next {
		right: -8px;
		opacity: 1;
	}

	.et_pb_slider_carousel:hover .et-pb-arrow-prev {
		opacity: 0 !important;
	}

	.et_pb_slider_carousel:hover .et-pb-arrow-next {
		opacity: 0 !important;
	}

/* Column Adjustments */
	.et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play {
		margin-top: -1rem;
		margin-left: -1rem;
		font-size: 2rem;
		line-height: 2rem;
	}

/* Grid Layouts: Gallery, Portfolio, Filterable Portfolio, Shop */
	.et_pb_column .et_pb_grid_item:nth-child(n),
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_column .woocommerce ul.products li.product:nth-child(n),
	.woocommerce-page ul.products li.product:nth-child(n),
	.et_gallery_item:nth-child(n) {
		clear: none;
		width: 45.25% !important;
		margin: 0 9.5% 9.5% 0 !important;
	}

	.et_pb_gutters1 .et_pb_grid_item:nth-child(n),
	.et_pb_gutters1 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
	.et_pb_gutters1 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1 .woocommerce ul.products li.product:nth-child(n) {
		width: 50% !important;
		margin: 0 !important;
	}

	.et_pb_column .et_pb_grid_item:nth-child(2n),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_column .woocommerce ul.products li.product:nth-child(2n),
	.woocommerce-page ul.products li.product:nth-child(2n),
	.et_gallery_item:nth-child(2n) {
		margin-right: 0 !important;
	}

	.et_pb_column .et_pb_grid_item:nth-child(2n+1),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_column .woocommerce ul.products li.product:nth-child(2n+1),
	.woocommerce-page ul.products li.product:nth-child(2n+1),
	.et_gallery_item:nth-child(2n+1) {
		clear: both;
	}

	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n) {
		clear: none !important;
	}

	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).last_in_row {
		margin-right: 0 !important;
	}

	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).first_in_row {
		clear: both !important;
	}

/* Filterable Portfolio Module */
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
		width: 100%;
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
		width: 50%;
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
		-webkit-border-radius: 3px 0 0 0;
		-moz-border-radius: 3px 0 0 0;
		border-radius: 3px 0 0 0;
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a {
		-webkit-border-radius: 0 3px 0 0;
		-moz-border-radius: 0 3px 0 0;
		border-radius: 0 3px 0 0;
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a {
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a {
		-webkit-border-radius: 0 0 3px;
		-moz-border-radius: 0 0 3px;
		border-radius: 0 0 3px;
	}

/* Blog + Sidebar Module + Footer */
	.et_pb_column .et_pb_blog_grid .column.size-1of1,
	.et_pb_column .et_pb_widget:nth-child(n),
	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n) {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column .et_pb_widget {
		margin-bottom: 9.5% !important;
	}

	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column .et_pb_widget {
		margin-bottom: 0 !important;
	}

/* Call To Action Module */
	.et_pb_promo {
		padding: 40px;
	}

/* Newsletter Module */
	.et_pb_column .et_pb_newsletter_form,
	.et_pb_column .et_pb_newsletter_description,
	.et_pb_column.et_pb_column_inner .et_pb_newsletter_form,
	.et_pb_column.et_pb_column_inner .et_pb_newsletter_description {
		width: 100%;
		padding: 0;
	}

/* Slider Modules */
	.et_pb_slider:hover .et-pb-arrow-prev,
	.et_mobile_device .et-pb-arrow-prev {
		left: 0;
		opacity: 1;
	}

	.et_pb_slider:hover .et-pb-arrow-next,
	.et_mobile_device .et-pb-arrow-next {
		right: 0;
		opacity: 1;
	}

	.et-pb-controllers {
		position: absolute;
		z-index: 10;
		bottom: 5%;
		left: 0;
		width: 100%;
		height: 14px;
		text-align: center;
	}

	.format-gallery .et-pb-controllers {
		height: auto;
	}

	.et_transparent_nav .et_pb_section:first-child .et-pb-controllers {
		bottom: 18px;
	}

	.et_pb_more_button {
		display: inline-block !important;
	}

	.et_pb_slide_image,
	.et_pb_slide_video,
	.et_pb_slide_with_image .et_pb_slide_description {
		width: 100%;
	}

	.et_pb_slide_image,
	.et_pb_slide_video {
		display: none;
	}

	.et_pb_slider_show_image .et_pb_slide_image,
	.et_pb_slider_show_image .et_pb_slide_video {
		display: block;
	}

	.et_pb_slide_description .et_pb_slide_title {
		font-size: 24px;
	}

	.et_pb_slide_content {
		font-size: 12px;
	}

	.et_pb_slide_image,
	.et_pb_slide_video {
		position: relative;
		margin: 50px auto 0;
		padding: 0;
	}

	.et_pb_slide_image img {
		max-height: 300px;
	}

	.et_pb_section_first .et_pb_slide_image img {
		max-height: 300px !important;
	}

	.et_pb_slide_description,
	.et_pb_slider_fullwidth_off .et_pb_slide_description,
	.et_pb_slide_with_image .et_pb_slide_description {
		text-align: center;
	}

/* Tabs Module */
	.et_pb_tabs_controls {
		border-bottom: none;
	}

	.et_pb_tabs_controls li {
		float: none;
		border-right: none;
		border-bottom: 1px solid #d9d9d9;
	}

/* Pricing Tables Module */
	.et_pb_column .et_pb_pricing_table {
		width: 100% !important;
		margin: 0 0 30px !important;
	}

	.et_pb_column .et_pb_pricing_table:last-child {
		margin-bottom: 0;
	}

/* Contact Form Module */
	.et_pb_column .et_pb_contact p.et_pb_contact_field_half {
		width: 100%;
		margin-right: 0;
	}

/* Map Module */
	.et_pb_column .et_pb_map,
	.et_pb_fullwidth_section .et_pb_map {
		height: 220px;
	}

/* Countdown Timer Module */
	.et_pb_countdown_timer .title {
		margin-bottom: 20px !important;
		font-size: 22px !important;
	}

	.et_pb_countdown_timer .section p {
		font-size: 32px !important;
		line-height: 32px !important;
	}

	.et_pb_countdown_timer .section p.label {
		font-size: 14px !important;
		line-height: 25px !important;
	}

	.et_pb_countdown_timer .sep {
		top: -28px !important;
	}

/* Testimonials Module */
	.et_pb_column .et_pb_testimonial_description {
		display: block;
		width: 100%;
		text-align: center;
	}

	.et_pb_column .et_pb_testimonial_portrait {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}

/* Person Module */
	.et_pb_team_member_image {
		display: block;
		float: none;
		width: auto;
		margin: 0 0 12px;
		text-align: center;
	}

	.et_pb_team_member_description {
		display: block;
	}

/* Blog Post Formats */
	/* Quote */
	.et_quote_content,
	.et_pb_blog_grid .et_quote_content {
		padding: 35px 30px !important;
	}

	.et_quote_content blockquote p,
	.et_pb_blog_grid .et_quote_content blockquote p {
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.et_quote_content blockquote cite,
	.et_pb_blog_grid .et_quote_content blockquote cite {
		font-size: 14px !important;
	}

/* Link */
	.et_link_content {
		padding: 35px 20px;
	}

	.et_link_content h2,
	.et_audio_content h2 {
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.et_link_content a.et_link_main_url {
		font-size: 14px !important;
	}

/* Gallery */
	.et_pb_post .et_pb_slide {
		min-height: 222px !important;
	}

	.et_pb_blog_grid .et_pb_post .et_pb_slide {
		min-height: 222px !important;
	}

/* Audio */
	.et_audio_content {
		padding: 35px 20px !important;
	}

	.et_audio_content h2 {
		margin-bottom: 9px !important;
	}

	.et_audio_container .mejs-container .mejs-controls .mejs-time span {
		font-size: 14px !important;
	}

	.et_pb_audio_cover_art {
		float: none !important;
		position: relative;
		width: 100% !important;
		height: 300px !important;
	}

	.et_pb_audio_module_content {
		margin-left: 0 !important;
		padding: 30px !important;
	}

	.et_pb_audio_module_content h2 {
		font-size: 26px !important;
	}

	.et_pb_column_1_4 .et_audio_module_meta {
		font-size: 14px !important;
	}

/* Hide On Mobile Class */
	.et-hide-mobile {
		display: none !important;
	}

/* Fullwidth Header Module */
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left,
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
		-webkit-flex-flow: column;
		-moz-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container,
	.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container,
	.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container,
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container,
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container,
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container {
		width: 100%;
	}

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content,
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
		margin: 20px 2%;
	}

/* Post Slider */
	.et_pb_slider_with_overlay .et_pb_slide_image,
	.et_pb_slider_with_overlay .et_pb_slide_video,
	.et_pb_slider_with_overlay .et_pb_slide_with_image .et_pb_slide_description {
		width: 100%;
	}

	.et_pb_slider_with_overlay .et_pb_slide_image {
		margin-top: 0 !important;
		padding-top: 6%;
	}

	.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
	.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
		margin-bottom: 10% !important;
	}

/* Comments Module */
	#comment-wrap li.comment article {
		padding-right: 0;
	}

	.comment-body {
		padding: 0 0 0 100px;
	}

	.comment-reply-link {
		float: right;
		position: relative !important;
		top: auto !important;
		bottom: -10px;
	}

	#commentform input[type="text"] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

	.comment .children {
		margin-left: 50px;
	}
}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {
	/* Quarter Column Adjustments */
	.et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
		width: 100% !important;
		margin: 0 0 30px 0;
	}

	.et_pb_gutters1 .et_pb_row .et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row .et_pb_column.et_pb_column_1_4 {
		margin-bottom: 0;
	}

	.et_pb_row .et_pb_column.et_pb_column_1_4:last-child {
		margin-bottom: 0;
	}

/* Text Module */
	.et_pb_text_align_right {
		text-align: left;
	}

/* Slider Modules */
	.et_pb_slide_description .et_pb_slide_title {
		font-size: 20px;
	}

	.et_pb_slide_content {
		font-size: 10px;
		font-weight: 400;
	}

	.et_pb_slide_content,
	a.et_pb_more_button {
		display: block;
	}

	.et_pb_slider_fullwidth_off .et_pb_slide_content,
	.et_pb_slider_fullwidth_off .et_pb_more_button {
		display: none;
	}

/* Projects */
	.et_pb_portfolio_item {
		margin-bottom: 22px;
	}

/* Blog Posts */
	.et_pb_post {
		margin-bottom: 42px;
	}

	.et_pb_post h2,
	.et_pb_blog_grid h2 {
		padding-bottom: 0;
		font-size: 16px;
	}

	.et_pb_post .post-meta {
		color: #666;
		font-size: 14px;
	}

	.et_pb_blog_grid .et_pb_post.format-quote > *,
	.et_pb_blog_grid .et_pb_post.format-link > *,
	.et_pb_blog_grid .et_main_video_container,
	.et_pb_blog_grid .et_audio_content,
	.et_pb_blog_grid .et_pb_post .et_pb_slider {
		display: block;
	}

	.et_pb_blog_grid .et_pb_post > .et_pb_image_container,
	.et_pb_blog_grid .et_pb_post > h2,
	.et_pb_blog_grid .et_pb_post > .post-meta {
		display: block;
	}

	.et_pb_blog_grid .et_pb_post .post-meta {
		display: block !important;
		padding: 0;
	}

/* Blog Post Formats */
	.et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play {
		margin-top: -0.75rem;
		margin-left: -0.75rem;
		font-size: 1.5rem;
		line-height: 1.5rem;
	}

	.et_quote_content,
	.et_pb_blog_grid .et_quote_content,
	.et_audio_content,
	.et_pb_blog_grid .et_link_content {
		padding: 35px 20px !important;
	}

	.et_pb_blog_grid .et_main_video_container {
		margin-right: 0;
		margin-left: 0;
	}

	.et_pb_post .et_pb_slide,
	.et_pb_blog_grid .et_pb_post .et_pb_slide {
		min-height: 156px !important;
	}

	.et_pb_audio_cover_art {
		float: none !important;
		width: 100% !important;
		height: 210px !important;
	}

	.et_pb_audio_module_content h2 {
		font-size: 20px !important;
	}

	.et_pb_column_1_4 .et_audio_module_meta {
		font-size: 14px !important;
	}

/* Grid Layouts: Gallery, Portfolio, Filterable Portfolio, Shop */
	.et_pb_column .et_pb_grid_item:nth-child(n),
	.et_pb_column .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_column .woocommerce ul.products li.product:nth-child(n),
	.woocommerce-page ul.products li.product:nth-child(n),
	.et_gallery_item:nth-child(n) {
		width: 100% !important;
		margin: 0 0 11.5% 0 !important;
	}

	.et_pb_gutters1 .et_pb_grid_item:nth-child(n),
	.et_pb_gutters1 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
	.et_pb_gutters1 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_gutters1 .woocommerce ul.products li.product:nth-child(n) {
		margin: 0 !important;
	}

	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n) {
		clear: none !important;
	}

	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).last_in_row {
		margin-right: 0 !important;
	}

	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).first_in_row {
		clear: both !important;
	}

/* Blog + Sidebar Module + Footer */
	.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column .et_pb_widget:nth-child(n) {
		margin-bottom: 11.5% !important;
	}

	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column .et_pb_widget {
		margin-bottom: 0 !important;
	}

/* Call To Action Module */
	.et_pb_promo {
		padding: 40px;
	}

/* Map Module */
	.et_pb_column .et_pb_map,
	.et_pb_fullwidth_section .et_pb_map {
		height: 200px;
	}

/* Tabs Module */
	.et_pb_tabs_controls {
		border-bottom: none;
	}

	.et_pb_tabs_controls li {
		float: none;
		border-right: none;
		border-bottom: 1px solid #d9d9d9;
	}

/* Audio module */
	.et_pb_column .et_pb_audio_module .mejs-container .mejs-controls div {
		position: absolute;
	}

	.et_pb_column .et_pb_audio_module .mejs-container {
		height: 50px !important;
	}

	.et_pb_column .et_pb_audio_module .mejs-controls {
		height: 100%;
	}

	.et_pb_column .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom {
		top: 30px;
	}

	.et_pb_column .et_pb_audio_module .mejs-button.mejs-volume-button {
		top: 30px;
		right: 65px;
	}

	.et_pb_column .et_pb_audio_module a.mejs-horizontal-volume-slider {
		display: block;
		position: absolute;
		top: 30px;
		right: 0;
	}

	.et_pb_column .et_pb_audio_module .mejs-horizontal-volume-total {
		display: block;
		position: relative;
		width: 100%;
	}

	.et_pb_column .et_pb_audio_module .mejs-controls div.mejs-time-rail {
		width: 100% !important;
		padding-left: 30px;
	}

	.et_pb_column .et_pb_audio_module a.mejs-time-total.mejs-time-slider {
		position: relative;
		width: 100%;
		margin-left: 0;
	}

	.et_pb_column .et_pb_blog_grid .et_audio_container .mejs-time.mejs-currenttime-container.custom {
		margin-left: 0;
	}

/* Testimonials Module */
	.et_pb_testimonial {
		padding-top: 10%;
	}

/* Comments Module */
	.comment_avatar img {
		max-width: 50%;
	}

	.comment-body {
		padding: 0 0 0 50px;
	}

	.comment .children {
		margin-left: 25px;
	}

	a.comment-reply-link.et_pb_button {
		font-size: 15px;
	}

	a.comment-reply-link.et_pb_button:after {
		font-size: 25px;
	}

/* Post Slider Module */
	.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
	.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
		margin-bottom: 16% !important;
	}
}

#tpanel {
    display: block;
    padding: 0;
    width: 822px;
}
.tpanelTab {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.tpanelTab ul {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#tpanelContent {
    background: rgba(0, 0, 0, 0) url("../images/bkg_subnav.png") no-repeat scroll left top;
    margin: 0;
    min-height: 300px;
    padding: 10px 0 0;
    width: 100%;
}

.tpanelPanelContent {
    display: block;
    padding: 10px 0 0 10px;
    width: 799px;
}

.carFood_wrapper {
    border-bottom: 1px solid #000;
    display: block;
    margin: 0 0 20px;
}

.carLocal_leftImage {
    display: inline-block;
    height: 200px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 300px;
}
.carLocal_rightText {
    display: inline-block;
    height: 200px;
    margin: 0 0 0 10px;
    overflow: auto;
    padding: 0;
    vertical-align: top;
    width: 484px;
}

.lrgCoupon {
    border: 4px solid #9b2988;
    border-radius: 15px;
    display: inline-block;
    font-family: "Arial",sans-serif;
    height: 200px;
    margin-top: 10px;
    width: 815px;
}

.lrgCouponLeft {
    display: inline-block;
    padding-left: 20px;
    width: 550px;
}
.lrgCouponTitle {
    display: block;
    height: 40px;
    text-align: left;
    width: 550px;
}
.lrgCouponTitle h3 {
    color: #ed1c24;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin: 40px 0 10px;
    vertical-align: top;
}
.lrgCouponText {
    color: #6d6e71;
    display: block;
    font-size: 16px;
    height: 65px;
    overflow: hidden;
    padding-top: 10px;
    vertical-align: bottom;
    width: 100%;
}
.lrgCouponDisclaimer {
    color: #6d6e71;
    display: table-cell;
    font-size: 12px;
    height: 30px;
    line-height: 14px;
    overflow: hidden;
    padding-top: 5px;
    vertical-align: bottom;
    width: 100%;
}
.lrgCouponRight {
    display: inline-block;
    padding-left: 10px;
    padding-top: 10px;
    text-align: right;
    vertical-align: top;
    width: 210px;
}
.lrgCouponStore {
    display: block;
    height: 210px;
    width: 210px;
}
.lrgCouponLogo {
    display: inline-block;
    height: 100px;
    padding-top: 0;
    vertical-align: middle;
    width: 210px;
}
.lrgCouponAddress {
    color: #6d6e71;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    vertical-align: bottom;
    width: 210px;
}
@font-face {
    font-family: "Lato-Regular";
    src: url("/wp-content/themes/pump-it-up/fonts/Lato-Regular.eot");
    src: url("/wp-content/themes/pump-it-up/fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/pump-it-up/fonts/Lato-Regular.svg") format("svg"),
    url("//cdn.pumpitupparty.com/fonts/Lato-Regular.ttf") format("truetype"),
    url("/wp-content/themes/pump-it-up/fonts/Lato-Regular.woff") format("woff"),
    url("/wp-content/themes/pump-it-up/fonts/Lato-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: "Lato-Black";
    src: url("/wp-content/themes/pump-it-up/fonts/Lato-Black.eot");
    src: url("/wp-content/themes/pump-it-up/fonts/Lato-Black.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/pump-it-up/fonts/Lato-Black.svg") format("svg"),
    url("//cdn.pumpitupparty.com/fonts/Lato-Black.ttf") format("truetype"),
    url("/wp-content/themes/pump-it-up/fonts/Lato-Black.woff") format("woff"),
    url("/wp-content/themes/pump-it-up/fonts/Lato-Black.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato-Bold";
    src: url("/wp-content/themes/pump-it-up/fonts/Lato-Bold.eot");
    src: url("/wp-content/themes/pump-it-up/fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/pump-it-up/fonts/Lato-Bold.svg") format("svg"),
    url("//cdn.pumpitupparty.com/fonts/Lato-Bold.ttf") format("truetype"),
    url("/wp-content/themes/pump-it-up/fonts/Lato-Bold.woff") format("woff"),
    url("/wp-content/themes/pump-it-up/fonts/Lato-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*PumpItUp Birthday Section*/
#birthday-grid, #birthday-grid-mobile {
    border: none;
}

td {
    color: #000;
}

table#birthday-grid, table#birthday-grid-mobile {
    overflow: hidden;
}

table#birthday-grid td, table#birthday-grid th {
    border-right: 1px solid #fff;
    width: 25%;
}

th.birthday-header {
    position: relative;
}

th.birthday-header:hover::after {
    content: "";
    position: absolute;
    background-color: #ffa;
    left: 0;
    top: -5000px;
    height: 10000px;
    width: 100%;
    z-index: -1;
}

/*table {*/
/*overflow: hidden;*/
/*}*/

th.birthday-header {
    padding: 10px;
    position: relative;
    outline: 0;
}

th.birthday-header:not(:empty):hover::after {
    content: '';
    height: 10000px;
    left: 0;
    position: absolute;
    top: -5000px;
    width: 100%;
    z-index: -1;
}

th.birthday-header:hover::after {
    background-color: #ffa;
}

.clickable span {
    display: block;
    padding: 2px;
    border-radius: 3px;
    background-color: #007DB6;
    color: #fff;
    font-size: 12px;
    width: 70px;
    margin: 0 auto;
    line-height: 18px;
    margin-bottom: 10px;
}

.clickable {
    text-align: center
}

.clickable.birthday-classic-header span {
    background-color: #007DB6;
}

.clickable.birthday-classic-header span:hover {
    background-color: #41A7D6;
}

.clickable.birthday-deluxe-header span {
    background-color: #86228C;
}

.clickable.birthday-deluxe-header span:hover {
    background-color: #B03DB7;
}

.clickable.birthday-ultimate-header span {
    background-color: #71BF44;
}

.clickable.birthday-ultimate-header span:hover {
    background-color: #83CE58;
}

.entry-content tr th, .entry-content thead th {
    padding: 15px 24px;
}

.birthday-group-days {
    color: #999;
    font-size: 20px;
    line-height: 35px;
    font-weight: normal;
    text-align: left;
}

.birthday-group-header {
    color: #777;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 10px 0 10px;
    letter-spacing: 1px;
    text-align: left;

}

.birthday-col-1 {
    text-align: center;
    vertical-align: middle;
    padding: 0 5px 0 0;
    border: 0;
    background: #f3f3f3;
}

.birthday-col-2 {
    padding: 0 5px 0 0;
    border: 0;
}

.birthday-col-3 {
    padding: 0 5px 0 0;
    border: 0;
}

.birthday-col-4 {
    padding: 0;
    border: 0;
}

.birthday-header {
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    vertical-align: bottom;
    color: #fff !important;

}

.birthday-header .birthday-classic {
    background: #007CB6;
}

.birthday-header .birthday-deluxe {
    background: #88248D;
}

.birthday-header .birthday-ultimate {
    background: #71BF44;
}

.birthday-row-header {
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    border: 0;
}

.birthday-row-header .birthday-col-1 {
    background: none;
}

.birthday-classic {
    height: 60px;
    /*background: url('/wp-content/themes/pump-it-up/images/bkg_classic_top.png') no-repeat;*/
    color: white;
    background: #007DB6 !important;
}

.birthday-deluxe {
    height: 60px;
    color: white;
    /*background: url('/wp-content/themes/pump-it-up/images/bkg_deluxe_top.png') no-repeat;*/
    background: #86228C !important;
}

.birthday-ultimate {
    height: 60px;
    /*background: url('/wp-content/themes/pump-it-up/images/bkg_ultimate_top.png') no-repeat;*/
    color: white;
    background: #71BF44 !important;
}

.birthday-row-group {
    background: none;
    vertical-align: middle;
    border-top: 20px solid #FFF;
}

tr.birthday-row-group:first-child {
    border-top: 20px solid #F9F9F9;
}

.birthday-row-group .birthday-col-1 {

}

.birthday-row-group td.birthday-col-1 {
    background: transparent;
}

td.birthday-col-2 {
    background-color: #CEE4FF;
    padding: 0
}

td.birthday-col-3 {
    background-color: #dfb9df;
    padding: 0
}

td.birthday-col-4 {
    background-color: #e0ebb6;
    padding: 0
}

.birthday-row-1 {
    background: #fff;
    vertical-align: middle;
    border-bottom: 5px solid #fff;
}

.birthday-kid-num {
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
    color: #71BF44;
    line-height: 30px;
}

.birthday-kids {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #929496;
    line-height: 30px;
}

.birthday-package-time {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25em;
    color: #333333;
}

.birthday-price {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.birthday-package-price {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

td.birthday-col-2 .birthday-package-price {
    color: #015ED5;
}

td.birthday-col-3 .birthday-package-price {
    color: #86228C;
}

td.birthday-col-4 .birthday-package-price {
    color: #5DA732;
}

.birthday-package-text {
    display: block;
    color: #E32800;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25em;
    padding: 10px 0 0 0;
    margin: 0;
    border: 0;
}

.birthday-package-na {
    font-size: 15px;
    line-height: 50px;
    padding: 0;
}

.birthday-package-price sup {
    font-size: 12px;
    line-height: 12px;
}

.birthday-add-more-1 {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #71BF44;
    line-height: 18px;
    width: 100%;
}

.birthday-add-more-2 {
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: #929496;
    line-height: 30px;
    width: 100%;
}

.birthday-add-more-text {
    display: block;
    font-size: 15px;
    padding: 0;
    margin: 0;
    border: 0;
}

.clickable {
    cursor: pointer;
}

.birthday-info {
    padding-right: 10px;
}

.birthday-col-group {
    width: 615px;
    height: 40px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    background: #eee;
    padding-top: 0;
}

.birthday-col-group p {
    padding: 0;
    margin: 0 0 0 10px;
}

.birthday-classic-i {
    display: block;
    background: #CEE4FF;
    color: #005FD3;
}

.birthday-deluxe-i {
    display: block;
    color: black;
    background: #dfb9df;
    color: #86228C;
}

.birthday-ultimate-i {
    display: block;
    background: #e0ebb6;
    color: #333;
}

.birthday-add-more-i {
    display: block;
    background: rgba(255, 255, 255, 0.85);
    color: #333;
    padding: 10px 0;
}

.birthday-col-2 .birthday-add-more-i {
    background: #E5F1FF;
}

.birthday-col-3 .birthday-add-more-i {
    background: #FDE3FD;
}

.birthday-col-4 .birthday-add-more-i {
    background: #F2F9D9;
}

.birthday-add-more-i .birthday-price {
    color: #333;

}

.birthday-add-more-i .birthday-package-price {
    font-size: 20px;
}

.add-more td {
    padding: 0 !important;
}

.birthday-dialog ol, .birthday-dialog ul {
    list-style: disc;
}

.birthday-dialog ol, .birthday-dialog ul, .birthday-dialog li {
    margin-left: 15px;
}

.et_pb_button.red.book_online {
    font-family: 'BangoPro';
    text-transform: uppercase;
    font-size: 41px;
    text-shadow: 1px 1px 1px #000;
    border-radius: 4px;
    background-color: #E32800;
    border: 5px solid #F56464;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
    margin-top: -30px;
}

.birthday-grid-mobile {
    display: none;
}

.birthday-row-header th, .birthday-row-header td {
    text-align: center;
    border: none !important;
}

.ninja-special-price-text {
    color: #015ED5 !important;
}

/*Responsive styles*/

@media (max-width: 650px) {
    .entry-content tr th, .entry-content thead th {
        padding: 15px 5px;
        font-size: 3.4vw;
    }

    .entry-content tr td, body.et-pb-preview #main-content .container tr td {
        padding: 5px;
    }
}

@media (max-width: 500px) {
    .entry-content tr th, .entry-content thead th {
        font-size: 3.4vw;
    }
}

@media (max-width: 425px) {
    /*#birthday-grid { display:none!important;}
    .birthday-grid-mobile { display:block!important;}*/
    .birthday-row-group td {
        text-align: center;
    }

    .et_pb_button.red.book_online {
        font-size: 30px;
    }

    .birthday-group-header {
        width: 100%;
        font-size: 26px;
    }

    .birthday-group-days {
        font-size: 18px;
        line-height: 1em;
        text-align: center;
    }
}
	

/* Some default button styles */
button {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button {
    line-height: normal;
    *overflow: visible;
}

button {
    cursor: pointer;
    -webkit-appearance: button;
}

button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    padding: 5px 10px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.button:hover, button:hover {
    text-decoration: none;
    background-position: 0 -15px;
}

.button:focus, button:focus {
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
    outline: none;
}

/* Timeout Dialog Styles */
.timeout-dialog {
    padding: 15px;
    position: absolute;
    background: #eeeeee url("../images/timeout-icon.png") no-repeat 15px 25px;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.timeout-dialog .ui-dialog-title {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 0 0 15px 0;
    margin-left: 80px;
}

.timeout-dialog .ui-dialog-titlebar-close {
    display: none;
}

.timeout-dialog .ui-dialog-buttonpane {
    margin-top: 15px;
}

.timeout-dialog ~ .ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=40);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.timeout-dialog p {
    margin: 0 0 5px 80px;
}

#timeout-keep-signin-btn {
    color: #FFF;
    background-color: #0f5895;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#377bb2), to(#0f5895));
    background-image: -moz-linear-gradient(top, #377bb2, #0f5895);
    background-image: -ms-linear-gradient(top, #377bb2, #0f5895);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #377bb2), color-stop(100%, #0f5895));
    background-image: -webkit-linear-gradient(top, #377bb2, #0f5895);
    background-image: -o-linear-gradient(top, #377bb2, #0f5895);
    background-image: linear-gradient(top, #377bb2, #0f5895);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#377bb2', endColorstr='#0f5895', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: none;
    margin: 5px 10px 5px 0;
}

#timeout-sign-out-button {
    color: #FFF;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #000000;
    text-shadow: none;
    margin: 5px 0;
}

#timeout-countdown {
    font-weight: bold;
}

/* Responsive Shortcodes */
body.et_right_sidebar .pricing-table, body.et_left_sidebar .pricing-table { width: 50%; }
@media all and ( max-width: 959px ) {
	body.et_right_sidebar .one_third, body.et_right_sidebar .one_half, body.et_right_sidebar .one_third, body.et_right_sidebar .two_third, body.et_right_sidebar .one_fourth, body.et_right_sidebar .three_fourth,
	body.et_left_sidebar .one_third, body.et_left_sidebar .one_half, body.et_left_sidebar .one_third, body.et_left_sidebar .two_third, body.et_left_sidebar .one_fourth, body.et_left_sidebar .three_fourth { float: none; margin-right: 0; width: auto; margin-bottom: 10px; }

	body.et_right_sidebar .et-testimonial-box, body.et_right_sidebar .et-protected,
	body.et_left_sidebar .et-testimonial-box, body.et_left_sidebar .et-protected { width: auto !important; }
	body.et_right_sidebar .et-protected-form,
	body.et_left_sidebar .et-protected-form { padding: 15px !important; }
}
@media all and (min-width: 768px) and (max-width: 959px) {
	body.et_full_width_page .pricing-table { width: 50%; }
}
@media all and ( max-width: 767px ) {
	.et_left_tabs_bg { width: 50px; }
	.tabs-left .et-tabs-control, .et-tabs-container .et-tabs-control { display: none; }
	.tabs-left ul.et_shortcodes_mobile_nav { display: block; width: 51px; }
		.tabs-left ul.et_shortcodes_mobile_nav  a { display: block; height: 49px; width: 100%; }
	.tabs-left .et-tabs-content { margin-left: 75px; }

	.et-tabs-container  ul.et_shortcodes_mobile_nav { display: block; }
		.et-tabs-container  ul.et_shortcodes_mobile_nav li { width: 50%; }

	.et-pricing { margin-top: 0; }
	body.et_right_sidebar .pricing-table, body.et_left_sidebar .pricing-table, body.et_full_width_page .pricing-table { width: 100%; margin-bottom: 35px; }
	.pricing-big { top: 0; }

	body.et_full_width_page .one_third, body.et_full_width_page .one_half, body.et_full_width_page .one_third, body.et_full_width_page .two_third, body.et_full_width_page .one_fourth, body.et_full_width_page .three_fourth { float: none; margin-right: 0; width: auto; margin-bottom: 10px; }

	body.et_full_width_page .et-testimonial-box, body.et_full_width_page .et-protected  { width: auto !important; }
	body.et_full_width_page .et-protected-form { padding: 15px !important; }

	body.et_right_sidebar .author-shortcodes .author-inner,
	body.et_left_sidebar .author-shortcodes .author-inner { padding: 27px 27px 17px; }
	body.et_right_sidebar .author-shortcodes .author-image,
	body.et_left_sidebar .author-shortcodes .author-image { position: relative; top: 0; left: 0; margin-bottom: 10px; }

	body.et_right_sidebar .quote-center .et_quote_additional_sign,
	body.et_left_sidebar .quote-center .et_quote_additional_sign { right: -13px; }
	body.et_right_sidebar .et_shortcodes_controls,
	body.et_left_sidebar .et_shortcodes_controls { display: none; }
	body.et_right_sidebar .et_shortcodes_controls_arrows a,
	body.et_left_sidebar .et_shortcodes_controls_arrows a { text-indent: -9999px; }
}
@media all and ( max-width: 479px ) {
	.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_prev { padding-left: 26px; }
		.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span { left: 10px; }
	.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next { padding-right: 26px; }
		.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span { right: 10px; }

	body.et_full_width_page .author-shortcodes .author-inner { padding: 27px 27px 17px; }
	body.et_full_width_page .author-shortcodes .author-image { position: relative; top: 0; left: 0; margin-bottom: 10px; }
	body.et_full_width_page .quote-center .et_quote_additional_sign { right: -13px; }
	body.et_full_width_page .et_shortcodes_controls { display: none; }
	body.et_full_width_page .et_shortcodes_controls_arrows a { text-indent: -9999px; }

	.et-box:before, .et-testimonial:before { display: none; }
	.et-box-content { padding: 27px 27px 17px 27px; }
	.et-testimonial { padding: 25px; }
}
/*------------------------------------------------*/
/*-------------------[SHORTCODES]-----------------*/
/*------------------------------------------------*/

.et-box { margin: 0px 0px 10px; -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px rgba(0,0,0,0.1); font-size: 14px; position: relative; }
	.et-box-content { text-shadow: 1px 1px 1px #ffffff; padding: 27px 43px 17px 66px; min-height: 35px; }
		.et-box-content strong { color: #000000; font-weight: bold; }

.et-warning:before, .et-download:before, .et-info:before, .et-bio:before, .et-shadow:before { content: ''; position: absolute; top: 32px; left: 28px; }

.et-info { border: 1px solid #e2e2ba; }
	.et-info:before { width: 22px; height: 20px; background: url(../images/shortcodes-sprite.png) no-repeat -97px -2px; }
	.et-info .et-box-content { color: #ada771; background: #f9f9dc; border: 1px solid #fbfbef; -moz-box-shadow: inset 0 0 45px #efefc0; -webkit-box-shadow: inset 0 0 45px #efefc0; box-shadow: inset 0 0 45px #efefc0; }
		.et-info .et-box-content h1, .et-info .et-box-content h2, .et-info .et-box-content h3, .et-info .et-box-content h4, .et-info .et-box-content h5, .et-info .et-box-content h6 { color: #ada771; }

.et-warning { border: 1px solid #e0b1b1; }
	.et-warning:before { width: 17px; height: 17px; background: url(../images/shortcodes-sprite.png) no-repeat -75px -41px; }
	.et-warning .et-box-content { color: #ad7676; background: #ffd9d5; border: 1px solid #fceeec; -moz-box-shadow: inset 0 0 45px #f0bfba; -webkit-box-shadow: inset 0 0 45px #f0bfba; box-shadow: inset 0 0 45px #f0bfba; }
		.et-warning .et-box-content h1, .et-warning .et-box-content h2, .et-warning .et-box-content h3, .et-warning .et-box-content h4, .et-warning .et-box-content h5, .et-warning .et-box-content h6 { color: #ad7676; }

.et-download { border: 1px solid #b9dbb6; }
	.et-download:before { width: 19px; height: 14px; background: url(../images/shortcodes-sprite.png) no-repeat -23px -19px; }
	.et-download .et-box-content { color: #7ea57b; background: #dff7dd; border: 1px solid #f1f9f0; -moz-box-shadow: inset 0 0 45px #cbe5c9; -webkit-box-shadow: inset 0 0 45px #cbe5c9; box-shadow: inset 0 0 45px #cbe5c9; }
		.et-download .et-box-content h1, .et-download .et-box-content h2, .et-download .et-box-content h3, .et-download .et-box-content h4, .et-download .et-box-content h5, .et-download .et-box-content h6 { color: #7ea57b; }

.et-bio { border: 1px solid #b3d8d3; }
	.et-bio:before { width: 19px; height: 15px; background: url(../images/shortcodes-sprite.png) no-repeat -23px -2px; top: 33px; }
	.et-bio .et-box-content { color: #80acb0; background: #ddf5f7; border: 1px solid #f1fafb; -moz-box-shadow: inset 0 0 45px #c6edf0; -webkit-box-shadow: inset 0 0 45px #c6edf0; box-shadow: inset 0 0 45px #c6edf0; }
		.et-bio .et-box-content h1, .et-bio .et-box-content h2, .et-bio .et-box-content h3, .et-bio .et-box-content h4, .et-bio .et-box-content h5, .et-bio .et-box-content h6 { color: #80acb0; }

.et-shadow { border: 1px solid #ddd; }
	.et-shadow .et-box-content { color: #737373; background: #fafafa; border: 1px solid #fafafa; -moz-box-shadow: inset 0 0 45px #e7e7e7; -webkit-box-shadow: inset 0 0 45px #e7e7e7; box-shadow: inset 0 0 45px #e7e7e7; }
		.et-shadow .et-box-content h1, .et-shadow .et-box-content h2, .et-shadow .et-box-content h3, .et-shadow .et-box-content h4, .et-shadow .et-box-content h5, .et-shadow .et-box-content h6 { color: #737373; }


.et-tooltip { position: relative; }
	.et-tooltip-box { display: none; color: #6d6e6e; line-height: 18px; background: #ffffff; border: 1px solid #dbdbdb; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; position: absolute; bottom:35px; left: -94px; width: 235px; padding: 20px 25px 22px 25px; -moz-box-shadow:1px 1px 5px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); }
		.et-tooltip-arrow { background: url(../images/shortcodes-sprite.png) no-repeat -120px -2px; width: 24px; height: 13px; display: block; position: absolute; bottom: -13px; left: 129px; }


.et-learn-more { background: #fff; border: 1px solid #e7e7e7; margin: 10px 0px; -moz-box-shadow: 1px -1px 0 0 #fff; -webkit-box-shadow: 1px -1px 0 0 #fff; box-shadow: 1px -1px 0 0 #fff; }
	.et-learn-more h3.heading-more { cursor: pointer; padding: 16px 50px 16px 22px; font-size: 14px; color: #999; letter-spacing: 0px; text-shadow: 1px 1px 0 #fff; position: relative; border-left: 1px solid #fff; border-top: 1px solid #fff; margin: 0 !important; }
		.et-learn-more h3.heading-more span.et_learnmore_arrow { display: block; position: absolute; top: 0; right: 0; width: 48px; height: 100%; border-left: 1px solid #fff; -moz-box-shadow: -1px 0 0 0 #e7e7e7; -webkit-box-shadow: -1px 0 0 0 #e7e7e7; box-shadow: -1px 0 0 0 #e7e7e7; }
			.et-learn-more span.et_learnmore_arrow span { display: block; position: absolute; top: 50%; left: 50%; margin-top: -5px; margin-left: -6px; width: 13px; height: 10px; background: url(../images/shortcodes-sprite.png) no-repeat -58px -2px; }
			.et-learn-more .open span.et_learnmore_arrow span { background-position: -58px -14px; }
	.et-learn-more .learn-more-content { padding: 30px 30px 20px; visibility: hidden; border-top: 1px solid #e7e7e7; }
	.et_slidecontent .et-learn-more .learn-more-content { display: block; visibility: hidden; }
	.et-open .learn-more-content { display: block; visibility: visible !important; }

.et_shortcodes_controller_nav { border-top: 1px solid #e7e7e7; -moz-box-shadow: inset 1px 1px 0 0 #fff; -webkit-box-shadow: inset 1px 1px 0 0 #fff; box-shadow: inset 1px 1px 0 0 #fff; min-height: 53px; position: relative; }
	.et_shortcodes_controls_arrows, .et_shortcodes_controls { list-style: none !important; margin: 0 !important; padding: 0 !important; line-height: 26px !important; }
	.et_shortcodes_controls { text-align: center; padding-top: 20px !important; line-height: 0 !important; }
		.et_shortcodes_controls li { display: inline-block; margin: 0 3px; }
			.et_shortcodes_controls a { background: url(../images/shortcodes-sprite.png) no-repeat -45px -1px; width: 11px; height: 11px; display: inline-block; }
			.et_shortcodes_controls .et_shortcodes_active_control a { background-position: -45px -14px; }
	.et_shortcodes_controls_arrows a { font-size: 14px; color: #999 !important; text-shadow: 1px 1px 0 #fff; position: absolute; top: 0; }
	.et_shortcodes_controls_arrows a:hover { color: #4c4c4c; text-decoration: none; }
	.et_shortcodes_controls_arrows .et_sc_nav_prev { padding: 14px 38px 12px 48px; border-right: 1px solid #e7e7e7; -moz-box-shadow: 1px 0 0 0 #fff; -webkit-box-shadow: 1px 0 0 0 #fff; box-shadow: 1px 0 0 0 #fff; left: 0; }
	.et_shortcodes_controls_arrows .et_sc_nav_next { padding: 14px 48px 12px 38px; border-left: 1px solid #fff; -moz-box-shadow: -1px 0 0 0 #e7e7e7; -webkit-box-shadow: -1px 0 0 0 #e7e7e7; box-shadow: -1px 0 0 0 #e7e7e7; right: 0; }
		.et_shortcodes_controls_arrows .et_sc_nav_next span, .et_shortcodes_controls_arrows .et_sc_nav_prev span { top: 21px; }
		.et_shortcodes_controls_arrows .et_sc_nav_next span { right: 30px; }
		.et_shortcodes_controls_arrows .et_sc_nav_prev span { left: 30px; }

.et-simple-slider { background: #fff; border: 1px solid #e7e7e7; margin: 10px 0; position: relative; }
	.et-simple-slider h1, .et-simple-slider h2, .et-simple-slider h3, .et-simple-slider h4, .et-simple-slider h5, .et-simple-slider h6 { font-family: Century Gothic, Arial, sans-serif; color: #333333; }
	.et-simple-slides { overflow: hidden; margin: 30px 30px 20px; }
		.et-simple-slider div.et-slide { display: none; width:100% !important; }

.one_half, .one_third, .two_third, .one_fourth , .three_fourth { float:left; margin-right:4%; position:relative; }
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width:65.32%; }
.one_fourth { width:22%; }
.three_fourth { width:74%; }

a.small-button, a.big-button, a.icon-button { display: inline-block; text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1); -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; line-height: 26px; }

a.small-button, a.icon-button { padding: 6px 14px; font-weight: bold !important; font-size: 12px; margin: 0 5px 8px 0; }
	a.small-button:hover, a.big-button:hover, a.icon-button:hover { text-decoration: none; }

a.smallblue, a.bigblue { color: #2b63a8 !important; background: #88bdff; background: -moz-linear-gradient(top, #88bdff 0%, #60a7ff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bdff), color-stop(100%,#60a7ff)); background: -webkit-linear-gradient(top, #88bdff 0%,#60a7ff 100%); background: -o-linear-gradient(top, #88bdff 0%,#60a7ff 100%); background: -ms-linear-gradient(top, #88bdff 0%,#60a7ff 100%); background: linear-gradient(to bottom, #88bdff 0%,#60a7ff 100%); border: 1px solid #3e8ff4; }
	a.smallblue:hover, a.bigblue:hover { color: #23528c !important; }

a.smalllightblue { color: #348db6 !important; background: #8edbff; background: -moz-linear-gradient(top, #8edbff 0%, #60cdff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8edbff), color-stop(100%,#60cdff)); background: -webkit-linear-gradient(top, #8edbff 0%,#60cdff 100%); background: -o-linear-gradient(top, #8edbff 0%,#60cdff 100%); background: -ms-linear-gradient(top, #8edbff 0%,#60cdff 100%); background: linear-gradient(to bottom, #8edbff 0%,#60cdff 100%); border: 1px solid #51b5e4; }
	a.smalllightblue:hover { color: #287295 !important; }

a.smallteal, a.bigteal, a.bigturquoise { color: #3da7a9 !important; background: #61eef0; background: -moz-linear-gradient(top, #61eef0 0%, #59dcde 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61eef0), color-stop(100%,#59dcde)); background: -webkit-linear-gradient(top, #61eef0 0%,#59dcde 100%); background: -o-linear-gradient(top, #61eef0 0%,#59dcde 100%); background: -ms-linear-gradient(top, #61eef0 0%,#59dcde 100%); background: linear-gradient(to bottom, #61eef0 0%,#59dcde 100%); border: 1px solid #48bec0;}
	a.smallteal:hover, a.bigteal:hover, a.bigturquoise:hover { color: #309192 !important; }

a.smallgreen, a.biggreen { color: #569d51 !important; background: #94e48d; background: -moz-linear-gradient(top, #94e48d 0%, #82cf7c 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94e48d), color-stop(100%,#82cf7c)); background: -webkit-linear-gradient(top, #94e48d 0%,#82cf7c 100%); background: -o-linear-gradient(top, #94e48d 0%,#82cf7c 100%); background: -ms-linear-gradient(top, #94e48d 0%,#82cf7c 100%); background: linear-gradient(to bottom, #94e48d 0%,#82cf7c 100%); border: 1px solid #4dab46; }
	a.smallgreen:hover, a.biggreen:hover { color: #478542 !important; }

a.smallorange, a.bigorange { color: #c7822f !important; background: #ffcb8c; background: -moz-linear-gradient(top, #ffcb8c 0%, #ffb660 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcb8c), color-stop(100%,#ffb660)); background: -webkit-linear-gradient(top, #ffcb8c 0%,#ffb660 100%); background: -o-linear-gradient(top, #ffcb8c 0%,#ffb660 100%); background: -ms-linear-gradient(top, #ffcb8c 0%,#ffb660 100%); background: linear-gradient(to bottom, #ffcb8c 0%,#ffb660 100%); border: 1px solid #db9c51; }
	a.smallorange:hover, a.bigorange:hover { color: #a96c23 !important; }

a.smallsilver { color: #595a5a !important; background: #f5f5f5; background: -moz-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e2e2e2)); background: -webkit-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); background: -o-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); background: -ms-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); background: linear-gradient(to bottom, #f5f5f5 0%,#e2e2e2 100%); border: 1px solid #c3c3c3; text-shadow: 1px 1px 1px #fff; -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); }
	a.smallsilver:hover { color: #454545 !important; }

a.smallblack { color: #fff !important; background: #5b5b5b; background: -moz-linear-gradient(top, #5b5b5b 0%, #383838 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#383838)); background: -webkit-linear-gradient(top, #5b5b5b 0%,#383838 100%); background: -o-linear-gradient(top, #5b5b5b 0%,#383838 100%); background: -ms-linear-gradient(top, #5b5b5b 0%,#383838 100%); background: linear-gradient(to bottom, #5b5b5b 0%,#383838 100%); border: 1px solid #0e0e0e; -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.1); text-shadow: -1px -1px 0 #000; }
	a.smallblack:hover { color: #f7f7f7 !important; }

a.smallred, a.bigred { color: #9a3e3e !important; background: #ff7979; background: -moz-linear-gradient(top, #ff7979 0%, #ff5f5f 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7979), color-stop(100%,#ff5f5f)); background: -webkit-linear-gradient(top, #ff7979 0%,#ff5f5f 100%); background: -o-linear-gradient(top, #ff7979 0%,#ff5f5f 100%); background: -ms-linear-gradient(top, #ff7979 0%,#ff5f5f 100%); background: linear-gradient(to bottom, #ff7979 0%,#ff5f5f 100%); border: 1px solid #d85353; }
	a.smallred:hover, a.bigred:hover { color: #803030 !important; }

a.smallpink { color: #914d97 !important; background: #e782f1; background: -moz-linear-gradient(top, #e782f1 0%, #d271da 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e782f1), color-stop(100%,#d271da)); background: -webkit-linear-gradient(top, #e782f1 0%,#d271da 100%); background: -o-linear-gradient(top, #e782f1 0%,#d271da 100%); background: -ms-linear-gradient(top, #e782f1 0%,#d271da 100%); background: linear-gradient(to bottom, #e782f1 0%,#d271da 100%); border: 1px solid #b15cb9; }
	a.smallpink:hover { color: #753b7a !important; }

a.smallpurple, a.bigpurple { color: #653e9a !important; background: #b279ff; background: -moz-linear-gradient(top, #b279ff 0%, #a35fff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b279ff), color-stop(100%,#a35fff)); background: -webkit-linear-gradient(top, #b279ff 0%,#a35fff 100%); background: -o-linear-gradient(top, #b279ff 0%,#a35fff 100%);background: -ms-linear-gradient(top, #b279ff 0%,#a35fff 100%); background: linear-gradient(to bottom, #b279ff 0%,#a35fff 100%); border: 1px solid #8b53d8; }
	a.smallpurple:hover, a.bigpurple:hover { color: #563386 !important; }

a.big-button { font-weight: normal !important; font-size: 20px; padding: 14px 24px; margin: 8px 6px 8px 0; }
	a.big-button:hover { text-decoration: none; }

a.icon-button { color: #595a5a !important; background: #f5f5f5; background: -moz-linear-gradient(top, #f5f5f5 0%, #e1e1e1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e1e1e1)); background: -webkit-linear-gradient(top, #f5f5f5 0%,#e1e1e1 100%); background: -o-linear-gradient(top, #f5f5f5 0%,#e1e1e1 100%);background: -ms-linear-gradient(top, #f5f5f5 0%,#e1e1e1 100%); background: linear-gradient(to bottom, #f5f5f5 0%,#e1e1e1 100%); border: 1px solid #c3c3c3; text-shadow: 1px 1px 1px #fff; -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); padding-left: 36px; position: relative; }
a.icon-button:hover { color: #404040; }
	a.icon-button span.et-icon { position: absolute; top: 10px; left: 12px; width: 18px; height: 16px; }


a.download-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -3px -2px; width: 17px; height: 20px; top: 7px; }
a.search-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -206px -2px; top: 9px; }
a.refresh-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -169px -19px; }
a.question-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -164px -2px; }
a.people-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -151px -33px; height: 17px; top: 9px; }
a.warning-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -188px -19px; width: 15px; }
a.mail-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -131px -33px; height: 15px; }
a.heart-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -131px -18px; width: 14px; height: 13px; top: 12px; left: 14px; }
a.paper-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -147px -17px; width: 15px; height: 15px; }
a.notice-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -147px -2px; width: 15px; height: 13px; top: 11px; }
a.stats-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -184px -2px; width: 15px; height: 14px; top: 11px; }
a.rss-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -171px -36px; width: 15px; top: 9px; }


ul.et_shortcodes_mobile_nav { margin: 0 !important; padding: 0 !important; list-style:none outside none !important; display: none; z-index: 2; }
	ul.et_shortcodes_mobile_nav a { position: relative; }
		ul.et_shortcodes_mobile_nav span, .et_shortcodes_controls_arrows span { position: absolute; top: 23px; display: block; width: 10px; height: 14px; }
		ul.et_shortcodes_mobile_nav .et_sc_nav_prev span, .et_shortcodes_controls_arrows .et_sc_nav_prev span { background: url(../images/shortcodes-sprite.png) no-repeat -3px -24px; }
		ul.et_shortcodes_mobile_nav .et_sc_nav_next span, .et_shortcodes_controls_arrows .et_sc_nav_next span { background: url(../images/shortcodes-sprite.png) no-repeat -3px -40px; }

.et-tabs-container { background: #fff; border: 1px solid #e7e7e7; position: relative; margin: 50px 0px 15px; }
	.et-learn-more h3.heading-more, .et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav, .et_shortcodes_controller_nav, .et-testimonial-author-info, .et-protected-title, .pricing-heading, .pricing-content-bottom { background: #f9f9f9; background: -moz-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f5f5f5)); background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f5f5f5 100%); background: -o-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: -ms-linear-gradient(top,  #f9f9f9 0%,#f5f5f5 100%); background: linear-gradient(to bottom, #f9f9f9 0%,#f5f5f5 100%); }
	.et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav  { margin: 0px !important; overflow: hidden; border-top: 1px solid #fff; position: relative; }
	.et-tabs-container .et-tabs-control:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #e7e7e7; }
		.et-tabs-container .et-tabs-control li { list-style:none outside none; margin: 0 !important; float: left; padding: 0 !important; border-left: 1px solid #e7e7e7; -moz-box-shadow: -1px 0 0 #fff; -webkit-box-shadow: -1px 0 0 #fff; box-shadow: -1px 0 0 #fff; position: relative; }
		.et-tabs-container .et-tabs-control li:first-child { border-left: 1px solid #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
			.et-tabs-container .et-tabs-control li a { font-size: 14px; color: #999 !important; text-shadow: 1px 1px 0 #fff !important; display: block; padding: 15px 20px; }
			.et-tabs-container .et-tabs-control li a:hover { color: #4c4c4c !important; text-decoration: none; }
		.et-tabs-container .et-tabs-control li.active:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #fff; }
			.et-tabs-container .et-tabs-control li.active a { background: #fff; color: #4c4c4c !important; }
	.et-tabs-content-wrapper > div { display: none; }
	.et_sliderfx_slide .et-tabs-content-wrapper { width: 1200%; position: relative; left: 0; }
		.et_sliderfx_slide .et-tabs-content-wrapper > div { float: left; display: block; height: 1px; visibility: hidden; }
		.et_sliderfx_slide .et-tabs-content-wrapper > div, .et_sliderfx_fade .et_slidecontent { word-wrap: break-word; }
		.et_sliderfx_slide .et_shortcode_slide_active { height: auto !important; }
.et-tabs-container .et-tabs-content { margin: 30px 30px 20px; }

.et-tabs-container ul.et_shortcodes_mobile_nav { border-bottom: 1px solid #e7e7e7; }
	.et-tabs-container ul.et_shortcodes_mobile_nav li { float: right; line-height: 26px; }
		.et-tabs-container ul.et_shortcodes_mobile_nav a { display: block; padding: 16px 10px 16px 45px; color: #999 !important; font-size: 14px; text-shadow: 1px 1px 0 #fff !important; }
		.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next { padding: 16px 45px 16px 10px; text-align: right; }
		.et-tabs-container ul.et_shortcodes_mobile_nav a:hover { text-decoration: none; color: #4c4c4c !important; }
			.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next:before { position: absolute; content: ''; top: 0; left: 0; width: 1px; height: 100%; background: #e7e7e7; -moz-box-shadow: 1px 0 0 #fff; -webkit-box-shadow: 1px 0 0 #fff; box-shadow: 1px 0 0 #fff; }

		.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span { right: 28px; }
		.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span { left: 28px; }

.et-tabs-container, .tabs-left, .et-simple-slider, .et-image-slider, .et-testimonial-box, .author-shortcodes, .et-protected { -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.tabs-left { background: #fff; border: 1px solid #e7e7e7; position: relative; margin-bottom: 15px; }
	.tabs-left .et-tabs-control, .tabs-left ul.et_shortcodes_mobile_nav { width: 149px; border-top: 1px solid #fff; float: left; list-style:none outside none !important; margin:0 !important; position: relative; }
	.tabs-left ul.et_shortcodes_mobile_nav { position: absolute; top: 0; left: 0; }
		.tabs-left .et-tabs-control li, .tabs-left ul.et_shortcodes_mobile_nav li { padding-right: 0 !important; padding-left: 0 !important; background: none !important; list-style: none !important; border-bottom: 1px solid #e7e7e7; -moz-box-shadow: 0 1px 0 0 #fff; -webkit-box-shadow: 0 1px 0 0 #fff; box-shadow: 0 1px 0 0 #fff; }
			.tabs-left .et-tabs-control li a { color: #999 !important; font-size: 14px; text-shadow: 1px 1px 0 #fff !important; display: block; padding: 15px 10px 15px 20px; }
			.tabs-left .et-tabs-control li.active a { background: #fff; margin-right: -1px; }
			.tabs-left .et-tabs-control li a:hover, .tabs-left .et-tabs-control li.active a { text-decoration: none; color: #4c4c4c !important; }
	.tabs-left .et-tabs-content { padding: 30px 30px 20px; position: relative; }
	.tabs-left.et_sliderfx_slide .et-tabs-content-main-wrap { overflow: hidden; }
		.tabs-left .et-tabs-content h3 { padding-bottom: 14px; color: #333333; }
	.et_left_tabs_bg { position: absolute; top: 0; left: 0; width: 148px; height: 100%; border-right: 1px solid #e7e7e7; border-left: 1px solid #fff; background: #f5f5f5;  background: -moz-linear-gradient(left, #f9f9f9 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9f9f9), color-stop(100%,#f5f5f5)); background: -webkit-linear-gradient(left, #f9f9f9 0%,#f5f5f5 100%); background: -o-linear-gradient(left, #f9f9f9 0%,#f5f5f5 100%); background: -ms-linear-gradient(left, #f9f9f9 0%,#f5f5f5 100%); background: linear-gradient(to right, #f9f9f9 0%,#f5f5f5 100%); }

	.tabs-left ul.et_shortcodes_mobile_nav  a { text-indent: -9999px; }
		.tabs-left ul.et_shortcodes_mobile_nav a span { top: 50%; margin-top: -7px; }
		.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_next span { right: 50%; margin-right: -4px; }
		.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_prev span { left: 50%; margin-left: -4px; }

.author-shortcodes { background: #fff; border: 1px solid #e7e7e7; color: #363636; font-size: 14px; margin-bottom: 10px; }
	.author-shortcodes .author-inner { position: relative; padding: 30px 30px 20px 117px; min-height: 60px; }
		.author-shortcodes .author-image { position: absolute; top: 32px; left: 30px; width: 60px; height: 60px; }
			.author-shortcodes .author-image img { max-width: 100%; height: auto; width: auto; }
			.author-shortcodes .author-image .author-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5); -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.5); box-shadow: inset 0 0 4px rgba(0,0,0,0.5); }

.et-protected { border: 1px solid #e7e7e7; width: 390px; background: #fff; margin-bottom: 10px; }
	.et-protected-title { border-left: 1px solid #fff; border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; padding: 18px 10px 17px 50px; position: relative; color: #999; text-shadow: 0 1px 0 #fff; font-size: 14px; }
		.et-protected-title:before { content: ''; position: absolute; top: 16px; left: 20px; background: url(../images/shortcodes-sprite.png) no-repeat -23px -36px; width: 17px; height: 19px; }
	.et-protected-form { padding: 32px 37px 32px 32px; text-align: right; }
		.et-protected-form p { padding-bottom: 16px; }
			.et-protected-form p label { position: relative; }
				.et-protected-form p .et_protected_icon { width: 10px; height: 20px; position: absolute; top: 2px; left: 18px; background: url(../images/shortcodes-sprite.png) no-repeat -190px -37px; display: block; }
				.et-protected-form p .et_protected_password { height: 23px; background-position: -275px -2px; }
			.et-protected-form label span { display: none; }
			.et-protected-form p input { margin: 0 !important; border: 1px solid #e7e7e7; color: #363636; font-size: 14px; background: #f3f3f3; background: -moz-linear-gradient(top, #f3f3f3 1%, #fefefe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f3f3f3), color-stop(100%,#fefefe)); background: -webkit-linear-gradient(top, #f3f3f3 1%,#fefefe 100%); background: -o-linear-gradient(top, #f3f3f3 1%,#fefefe 100%); background: -ms-linear-gradient(top, #f3f3f3 1%,#fefefe 100%); background: linear-gradient(to bottom, #f3f3f3 1%,#fefefe 100%); padding: 20px 20px 20px 40px; width: 100%; -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.1); box-shadow: inset 0 0 1px rgba(0,0,0,0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }

		.et-protected-form input.etlogin-button { background: #f9f9f9; background: -moz-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f5f5f5)); background: -webkit-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: -o-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: -ms-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: linear-gradient(to bottom, #f9f9f9 0%,#f5f5f5 100%); border: 1px solid #e7e7e7; padding: 14px 24px; color: #999; text-shadow: 0 1px 0 #fff; font-size: 14px; -webkit-box-shadow: inset 1px 1px 0 0 #fff; -moz-box-shadow: inset 1px 1px 0 0 #fff; box-shadow: inset 1px 1px 0 0 #fff; }

.et-simple-slides .et_slidecontent { width: auto; }

.et-image-slides { background: #555; }
	.et-image-slider { background: #fff; border: 1px solid #e7e7e7; margin-bottom:25px; }
		.et-image-slide { position: relative; }
			.et-image-slider img { display: block; width: auto; margin: 0 auto; height: auto; }
			.et-image-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.6); -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.6); box-shadow: inset 0 0 5px rgba(0,0,0,0.6); }

.et-learn-more, .et-tabs-container, .tabs-left, .et-simple-slider, .author-shortcodes, .et-tooltip-box { color:#201F1F !important; text-shadow: none !important; }
.et-learn-more a, .et-tabs-container a, .tabs-left a, .et-simple-slider a, .author-shortcodes a, .et-tooltip-box a { text-shadow: none !important; }

.et-custom-list ul { list-style: none !important; list-style-image: none !important; padding-left: 0 !important; margin: 0 !important; line-height: 26px; }
	.et-custom-list ul li { padding-left: 28px !important; margin: 5px 0 !important; list-style: none !important; position: relative; }
		.et-custom-list ul li:before { content: ''; position: absolute; top: 5px; left: 0; background: url(../images/shortcodes-sprite.png) no-repeat -74px -2px; width: 22px; height: 18px; }
	.etlist-x ul li:before { content: ''; position: absolute; top: 6px; left: 0; background: url(../images/shortcodes-sprite.png) no-repeat -75px -21px; width: 22px; height: 18px; }
	.etlist-dot ul li { padding-left: 25px !important; }
		.etlist-dot ul li:before { content: ''; position: absolute; top: 9px; left: 0; background: url(../images/shortcodes-sprite.png) no-repeat -230px -3px; width: 10px; height: 9px; }
			.et-custom-list ul li ul { padding: 2px 0px !important; margin: 0 !important; }

.et-pricing { margin: 40px 0 10px; }
	.pricing-table { float: left; width: 25%; margin-bottom: 22px; position: relative; margin-left: -1px; }
		.pricing-table-wrap { border: 1px solid #e7e7e7; border-bottom: none; }
		.pricing-heading { border-bottom: 1px solid #e7e7e7; padding: 23px 10px 22px; text-shadow: 1px 1px 0 #fff; font-size: 12px; color: #999; text-align: center; -moz-box-shadow: inset 1px 1px 0 0 #fff; -webkit-box-shadow: inset 1px 1px 0 0 #fff; box-shadow: inset 1px 1px 0 0 #fff; }
			.pricing-title { text-transform: uppercase; font-size: 20px; color: #53b4c7 !important; font-weight: bold; text-shadow: none !important; }
			.pricing-heading p { padding-bottom: 0 !important; }

			.pricing-table ul.pricing { padding: 0 !important; list-style: none !important; margin: 0 !important; list-style-image: none !important; line-height: 26px; }
				.pricing-table ul.pricing li { list-style: none !important; border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; background: #f5f5f5; background: -moz-linear-gradient(top, #f5f5f5 0%, #fefefe 7%, #ffffff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(7%,#fefefe), color-stop(100%,#ffffff)); background: -webkit-linear-gradient(top, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); background: -o-linear-gradient(top, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); background: -ms-linear-gradient(top, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); background: linear-gradient(to bottom, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); padding: 14px 7px 14px 63px; position: relative; font-size: 12px; color: #363636; text-shadow: none !important; }
					.pricing-table ul.pricing li span.pricing-mark { position: absolute; top: 19px; left: 30px; width: 22px; height: 18px; background: url(../images/shortcodes-sprite.png) no-repeat -74px -2px; }
					.pricing-table ul.pricing li.x-mark span.pricing-mark { background-position: -74px -20px; }

			.pricing-content-bottom { border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; -webkit-box-shadow: inset 1px 0 0 0 #fff; -moz-box-shadow: inset 1px 0 0 0 #fff; box-shadow: inset 1px 0 0 0 #fff; padding: 20px 5px 43px; text-align: center; }
					span.et-price { font-size: 48px; color: #94c65c; text-shadow: 0 1px 0 #fff; font-family: Georgia, serif; }
						span.et-price sup { font-size: 24px; bottom: 13px; left: 1px; }
						span.et-price span.dollar-sign { font-size: 36px; }
			.pricing-table a.icon-button { margin: 0; padding-left: 15px; position: absolute; bottom: -13px; left: 50%; }
			.pricing-table a.icon-button { visibility: hidden; }
	.pricing-big { top: -20px; -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 18px rgba(0,0,0,0.2); box-shadow: 0 0 18px rgba(0,0,0,0.2); z-index: 2; }
		.pricing-big .pricing-table-wrap { border-color: #d6d5d5; }
		.pricing-big .pricing-heading { padding-top: 43px; }
		.pricing-big .pricing-content-bottom { padding-bottom: 63px; border-bottom: 1px solid #d6d5d5; }

.et-testimonial-box { border: 1px solid #e7e7e7; background: #fff; position: relative; margin: 10px 0 45px; }
	.et-testimonial-author-info { border-left: 1px solid #fff; border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; padding: 20px 20px 15px; text-shadow: 0 1px 0 #fff; }
		.t-img { width: 60px; height: 60px; float: left; margin: 0 25px 5px 0; -moz-box-shadow: 0 1px 0 0 #fff; -webkit-box-shadow: 0 1px 0 0 #fff; box-shadow: 0 1px 0 0 #fff; position: relative; }
			.t-img img { max-width: 100%; height: auto; }
			.t-overlay { width: 100%; height: 100%; box-shadow: inset 0 0 4px rgba(0,0,0,0.4); display: block; position: absolute; top: 0; left: 0; }
		.t-author, .t-position { display: block; }
		.t-author { font-size: 18px; color: #999; padding: 10px 0 5px; }
		.t-position { color: #595959; }
		.t-position, .et-testimonial { font-family: Georgia, serif; font-style: italic; font-size: 14px; }
		.et-testimonial { padding: 43px 35px 30px 77px; color: #363636; position: relative; text-shadow: none !important; }
			.et-testimonial:before { content: ''; position: absolute; top: 43px; left: 35px; width: 25px; height: 19px; background: url(../images/shortcodes-sprite.png) no-repeat -45px -35px; }
		.t-bottom-arrow { background: url(../images/shortcodes-sprite.png) no-repeat -97px -25px; width: 31px; height: 32px; position: absolute; bottom: -32px; right: 40px; }


.et-dropcap { font-size: 48px; float: left; display:block; margin:0 7px 0 0; line-height: 1; }

.et_quote { padding-left: 57px; min-height: 40px; font-family: Georgia, serif; font-size: 14px; font-style: italic; position: relative; line-height: 1.5; margin-bottom: 10px; }
	.et_quote .et_quote_sign { background: url(../images/shortcodes-sprite.png) no-repeat -206px -20px; position: absolute; top: 0; left: 0; display: block; width: 40px; height: 34px; }
	.quote-center .et_quote_sign { background-position: -251px -2px; width: 20px; height: 16px; top: 3px; }
	.quote-center .et_quote_additional_sign { background: url(../images/shortcodes-sprite.png) no-repeat -251px -22px; position: absolute; top: 3px; right: 13px; display: block; width: 20px; height: 16px; }
	.et_right_quote { width: 100%; }
.quote-center { font-size: 24px; line-height: 1.2; text-align: center; padding-left: 30px; }
	.quote-center .et_right_quote { padding-right: 30px; width: 95%; }


.et-tabs-container .et-tabs-control { padding: 0; }
.tabs-left .et-tabs-control { padding-left: 0; }
.author-info h1, .author-info h2, .author-info h3, .author-info h4, .author-info h5, .author-info h6 { color:#201F1F !important; text-shadow: none !important; }

.et-tabs-container .et-tabs-control li a, .tabs-left .et-tabs-control li a { text-decoration: none !important; }

a.big-button, a.small-button, a.icon-button { cursor: pointer; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.et_column_last { margin-right: 0px !important; clear:right; }
.clear { clear:both; }
/* Magnific Popup Reset */
.mfp-wrap .mfp-container button:hover { background: transparent !important; }
.mfp-wrap .mfp-arrow:active { position: absolute; top: 50%; }
.mfp-wrap .mfp-close:active { position: absolute; top: -10px; }

/* Magnific Popup CSS */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a, .mfp-arrow-right:after, .mfp-arrow-right .mfp-a { font-family: 'ETmodules'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.mfp-fade.mfp-bg { opacity: 0.001; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content { opacity: 0.001; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1000000; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1000001; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #cccccc; }
.mfp-preloader a:hover { color: white; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; }
button::-moz-focus-inner { padding: 0; border: 0; }
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: white; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close { color: #333333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: white; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; }
.mfp-arrow { position: absolute; opacity: 0.55; filter: alpha(opacity=55); margin: 0; top: 50%; margin-top: -32px; padding: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:hover { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow-left { left: 10px; }
.mfp-arrow-right { right: 10px; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: black; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a, .mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border: none; font-size: 64px; color: #fff; }
.mfp-arrow-left:before, .mfp-arrow-right:before { display: none; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { content: "\34"; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { content: "\35"; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { font-size: 64px; font-family: 'Open Sans', Arial, sans-serif; font-weight: 200; top: -10px; opacity: 0.2; }
.mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover { opacity: 1; }

.mfp-arrow { background: none !important; margin-top: -32px !important; width: 48px !important; height: 48px !important; line-height: 1em !important; }
.mfp-arrow:after { margin: 0 !important; top: 0 !important; border: none !important; width: 48px !important; height: 48px !important; }
.mfp-arrow-left { left: 0 !important; }

	/* Image In Popup */
	img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }

	/* Image Shadow */
	.mfp-figure { line-height: 0; } .mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444444; }
	.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }
	.mfp-figure figure { margin: 0; }
	.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
	.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px; }
	.mfp-image-holder .mfp-content { max-width: 100%; }
	.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

	/* Responsive Styles */
	@media screen and ( max-width: 800px ) and ( orientation: landscape ), screen and ( max-height: 300px ) {
		.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
		.mfp-img-mobile img.mfp-img { padding: 0; }
		.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
		.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
		.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
		.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
		.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
		.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
	}

	@media all and ( max-width: 900px ) {
		.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
		.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
		.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
		.mfp-container { padding-left: 6px; padding-right: 6px; }
	}

	/* IE7 Fix */
	.mfp-ie7 .mfp-img { padding: 0; }
	.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }
	.mfp-ie7 .mfp-container { padding: 0; }
	.mfp-ie7 .mfp-content { padding-top: 44px; }
	.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }
/*
 Theme Name:     Pump It Up
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Pump It Up Child Theme
 Author:         Liquamedia
 Author URI:     http://www.liquamedia.com
 Template:       Divi
 Version:        1.0.0
*/

/* = Embedded fonts here
------------------------------------------------------- */

@font-face {
    font-family: 'Mikado';
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoRegular.eot');
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoRegular.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoRegular.woff2') format('woff2'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoRegular.woff') format('woff'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoRegular.ttf') format('truetype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoRegular.svg#MikadoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MikadoBlackItalic';
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoBlack-Italic.eot');
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoBlack-Italic.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoBlack-Italic.woff2') format('woff2'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoBlack-Italic.woff') format('woff'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoBlack-Italic.ttf') format('truetype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoBlack-Italic.svg#MikadoBlack-Italic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MikadoLight';
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoLight.eot');
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoLight.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoLight.woff2') format('woff2'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoLight.woff') format('woff'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoLight.ttf') format('truetype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoLight.svg#MikadoLight-Italic') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MikadoLightItalic';
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoLight-Italic.eot');
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoLight-Italic.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoLight-Italic.woff2') format('woff2'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoLight-Italic.woff') format('woff'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoLight-Italic.ttf') format('truetype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoLight-Italic.svg#MikadoLight-Italic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MikadoUltra';
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoUltra.eot');
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoUltra.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoUltra.woff2') format('woff2'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoUltra.woff') format('woff'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoUltra.ttf') format('truetype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoUltra.svg#MikadoUltra') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MikadoMed';
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoMedium.eot');
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoMedium.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoMedium.woff2') format('woff2'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoMedium.woff') format('woff'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoMedium.ttf') format('truetype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoMedium.svg#MikadoMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MikadoBold';
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoBold.eot');
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoBold.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoBold.woff2') format('woff2'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoBold.woff') format('woff'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoBold.ttf') format('truetype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoBold.svg#MikadoBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MikadoBoldItalic';
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoBold-Italic.eot');
    src: url('/wp-content/themes/pump-it-up/fonts/MikadoBold-Italic.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoBold-Italic.woff2') format('woff2'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoBold-Italic.woff') format('woff'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoBold-Italic.ttf') format('truetype'),
    url('/wp-content/themes/pump-it-up/fonts/MikadoBold-Italic.svg#MikadoBold-Italic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BangoPro';
    src: url('/wp-content/themes/pump-it-up/fonts/BangoPro.eot');
    src: url('/wp-content/themes/pump-it-up/fonts/BangoPro.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/pump-it-up/fonts/BangoPro.woff2') format('woff2'),
    url('/wp-content/themes/pump-it-up/fonts/BangoPro.woff') format('woff'),
    url('/wp-content/themes/pump-it-up/fonts/BangoPro.ttf') format('truetype'),
    url('/wp-content/themes/pump-it-up/fonts/BangoPro.svg#BangoPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CorporativeSoft Regular';
    src: url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-regular_0-webfont.eot');
    src: url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-regular_0-webfont.woff2') format('woff2'),
    url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-regular_0-webfont.woff') format('woff'),
    url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-regular_0-webfont.ttf') format('truetype'),
    url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-regular_0-webfont.svg#latinotype_-_corporativesoft-regular_0-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CorporativeSoft Book';
    src: url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-book_0-webfont.eot');
    src: url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-book_0-webfont.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-book_0-webfont.woff2') format('woff2'),
    url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-book_0-webfont.woff') format('woff'),
    url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-book_0-webfont.ttf') format('truetype'),
    url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-book_0-webfont.svg#latinotype_-_corporativesoft-book_0-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CorporativeSoft Med';
    src: url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-medium_0-webfont.eot');
    src: url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-medium_0-webfont.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-medium_0-webfont.woff2') format('woff2'),
    url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-medium_0-webfont.woff') format('woff'),
    url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-medium_0-webfont.ttf') format('truetype'),
    url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-medium_0-webfont.svg#latinotype_-_corporativesoft-medium_0-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CorporativeSoft Bold';
    src: url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-bold_0-webfont.eot');
    src: url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-bolFd_0-webfont.eot?#iefix') format('embedded-opentype'),
        /*url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-bold_0-webfont.woff2') format('woff2'),*/ url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-bold_0-webfont.woff') format('woff'),
    url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-bold_0-webfont.ttf') format('truetype'),
    url('/wp-content/themes/pump-it-up/fonts/latinotype_-_corporativesoft-bold_0-webfont.svg#latinotype_-_corporativesoft-bold_0-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* = Global Theme Customization
------------------------------------------------------- */

/* Icon Font*/
.et-pb-arrow-prev:before,
.et-pb-arrow-next:before,
.et_pb_testimonial:before,
.et_pb_toggle_title:before,
.et_overlay:before,
#et_search_icon:before,
.mobile_menu_bar:before,
.et-social-icon a:before,
.et_pb_social_icon a.icon:before,
.et_pb_font_icon:before,
.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before,
#et-info-phone:before,
#et-info-email:before,
.et-cart-info span:before,
.et_pb_pricing_table_button:after,
.et_pb_promo_button:after,
a.et_pb_more_button:after,
.et_pb_newsletter_button:after,
.comment-reply-link:after,
.form-submit input:after,
.et_pb_contact_submit:after,
.et_pb_contact_reset:after,
.et_password_protected_form .et_submit_button:after,
.et_pb_button:after,
.woocommerce button.single_add_to_cart_button.button:after,
.woocommerce a.button.alt:after,
.woocommerce-page a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce-page button.button.alt:after,
.woocommerce input.button.alt:after,
.woocommerce-page input.button.alt:after,
.woocommerce #respond input#submit.alt:after,
.woocommerce-page #respond input#submit.alt:after,
.woocommerce #content input.button.alt:after,
.woocommerce-page #content input.button.alt:after,
.woocommerce-page a.button:after,
.woocommerce button.button:after,
.woocommerce-page button.button:after,
.woocommerce input.button:after,
.woocommerce-page input.button:after,
.woocommerce #respond input#submit:after,
.woocommerce-page #respond input#submit:after,
.woocommerce #content input.button:after,
.woocommerce-page #content input.button:after {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;

    speak: none;
}

* {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

body.custom-background.page {
    background-color: #942D83;
}

h1,h2, .header h2 {
    font-family: 'Lato-Black', sans-serif;
    color: #942D83;
}

.header.group h1, .header.group h2 {
    font-family:"Lato-Black";
    color:#942D83;
    background-image:none !important;
}

/*DO NOT REMOVE - Miki, this overwrites the generic Divi LI. Use this page for reference: https://www.pumpitupparty.com/lake-forest-ca/about-us/#Offers */
li {
    list-style-type: inherit !important;
}

.entry-content ul {
    padding-left: 30px;
}

#main-header {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-bottom: 0px;
    border-top: 10px solid #ffffff !important;
    z-index: 300;
}

.et_pb_section_9.et_pb_section {
    background-image: none !important;
}

.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed !important;
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
    padding-bottom: 20px !important;
    padding-top: 5px !important;
    font-size: 18px;
    font-family: 'Lato-Regular', sans-serif;
    font-weight: normal;
}

.et_pb_section_6{
    background-image: url(/wp-content/themes/pump-it-up/images/blue_section_doodle.jpg) !important;
}

.et_pb_section_7 {
    background-image:  url(/wp-content/themes/pump-it-up/images/purple-section-doodle.jpg) !important;
}

/*.et_pb_section {
    border-bottom: 4px solid #fff;
}*/

.other-ways-to-play-wrap {
    display: none;
    padding: 25px 0px 5px !important;
}

#main-header .container {
    width: 95%;
}

.container {
    width: 85%;
}

#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
    top: 5px;
}

#top-menu li {
    margin-left: 0;
}

#top-menu li:last-child a {
    padding-left: 35px;
    background: url(/wp-content/themes/pump-it-up/images/calendar.png) no-repeat 5px -2px
}

#top-menu li ul li:last-child a {
    background: none;
    padding-left: 20px;
}

.logo_container #logo {
    width: auto;
    max-width: 90%;
    max-height: 90%
}

.et_header_style_left .logo_container {
    position: relative;
    float: left;
    width: auto;
    margin-top: -30px;
    padding-bottom: 15px
}

p.review-author, p.review-author > span {
    font-family:"Lato";
    display: inline;
    font-size: 1.17em;
    font-weight: bold;
}

#et-main-area {
    width: 90%;
    max-width: 1380px;
    margin: 10px auto 0 auto;
}
#main-content, #main-footer {
    padding-left: 9px;
    background: #0089c7;
}

.entry-content, #main-footer .container {
    padding-right: 14px;
    background: #0089c7;
}
@media (min-width: 480px) {
    #main-content, #main-footer {
        background: url(/wp-content/themes/pump-it-up/images/piu_purple_back.png) repeat-y;
    }

    .entry-content, #main-footer .container {
        background: url(/wp-content/themes/pump-it-up/images/piu_purple_back.png) repeat-y top right;
    }
}


#main-footer .container {
    width: 100%;
    margin-bottom: 60px;
}

#footer-widgets {
    background: #0089c7; /* Old browsers */
    padding: 0;
    border-top: 1px solid #fff;
}

.et_pb_widget_area_left {
    border-right: none;
}

.et_pb_widget_area_right {
    border-left: none;
    padding-left: 0;
    display: block !important;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 20px 0 10px 0 !important;
}

.header_links {
    padding: 20px 0 0 0
}

#top-menu-nav a.header_book {
    color: #fff;
    line-height: 22px;
    margin: -20px 0px 0px 20px;
    font-size: 17px;
    font-family: 'Mikado', sans-serif;
    font-weight: normal;
    padding-top: 15px;
}

.featured-banner {
    font-size: 32px;
    line-height: 33px;
    font-family: 'BangoPro', sans-serif;
    color: #FFF;
    padding: 15px 15px 5px 15px;
    text-align: center;
    background-color: #b45eca;
    border-radius: 5px;
    border: 3px solid #B551CE;
}

.featured-banner span {
    display: block;
    text-align: right;
    font-family: 'Mikado', sans-serif;
    font-size: 14px;
    padding-top: 10px;
}

.featured-banner.purple {
    background: url(/wp-content/themes/pump-it-up/images/stars_pattern_purple.jpg) repeat;
    text-shadow: 2px 2px 5px #9e33bb;

}

/* top header transitions */
.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
    padding: 20px 0 10px 0 !important;
}

.et_header_style_left .et-fixed-header #logo {
    max-width: 90%;
}

.et_header_style_left .mobile_menu_bar {
    padding: 0;
    border-radius: 4px;
}

.mobile_menu_bar:before {
    font-size: 45px;
    color: #707070 !important;
}

.mobile_nav div, .mobile_nav a.header_book, .mobile_nav .mobile_menu_bar {
    float: right;
}

.header_book {
    height: 40px;
    font-family: "Lato-Black", Sans-Serif;
    font-size: 20px;
    padding: 9px 20px 11px 20px;
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
    background: 7px 5px #942D83;
    float: right;
    text-transform: uppercase;
    margin-right: 0px;
    margin-left: 8px;
}

#et_mobile_nav_menu .header_book, #et_mobile_nav_menu .find_location {
    display: none;
}

.find_location {
    height: 40px;
    font-family: "Lato-Black",Sans-Serif;
    font-size: 20px;
    padding: 10px 12px 11px 14px;
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
    background: 7px 5px #0089c7;
    float: right;
    text-transform: uppercase;
}

#et_mobile_nav_menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    width: 100%;
}

.mobile_nav .mobile_menu_bar {
    display: none;
}

.et_mobile_menu {
    top: 50px;
}

#franchise-info {
    margin-top: -10px;
    width: auto;
    color: #fff;
    float: right;
    background-size: cover;
    background-color: #98C11D;
    padding: 10px;
    overflow: hidden;
}

/**Booking franchise store area**/

/*.page-template-page-booking #franchise-info .store_name {
    padding-left: 0;
    background: none;
    font-family: Arial;
}  */

.page-template-page-booking #franchise-info .store_phone {
    font-family: Arial;
    font-weight: bold;
}

.page-template-page-booking #franchise-info {
    background-color: #8dc73f;
}

.store-close-page .blue, .store-close-page .blue h2, .store-close-page .blue p, .store-close-page .green p, .store-close-page .purple h2, .store-close-page green, .store-close-page purple {
    font-family: Lato, sans-serif
}

.store-close-page .sorry {
    font-size: 80px;
    font-weight: 700;
    line-height: 100px
}

.store-close-page .purple h2 {
    color: #fff
}

.store-close-page .closed {
    color: #FFCB05
}

.store-close-page .blue .phone {
    font-weight: 700
}

.store-close-page div.purple {
    background-color: #801C7D !important;
    padding: 20px;
    border: 0
}

.store-close-page .purple img {
    width: 250px;
    margin: 20px 0
}

.store-close-page .purple .close-location {
    font-size: 50px;
    font-weight: 700;
    line-height: 75px
}

.store-close-page div.green {
    background-color: #82C341;
    border: 0
}

.store-close-page div.blue {
    background-color: #008CCC;
    border: 0
}

.store-close-page .green p {
    font-size: 40px;
    color: #fff;
    line-height: 52px
}

.store-close-page .blue h2, .store-close-page .blue p {
    color: #fff
}

.store-close-page .green .et_pb_row_1 {
    padding: 0
}

.store-close-page .blue h2 {
    font-weight: 700
}

.store-close-page .blue p {
    font-size: 20px
}

.store-close-page .blue img {
    max-width: 250px;
    display: block;
    margin: 0 auto;
    width: 100%
}

@media (min-width: 1725px) {
    .print-option {
        margin-top: -130px;
    }
}

@media (max-width: 1100px) and (min-width: 1024px) {
    .section-blocks .new-ban {
        height: auto !important;
    }
    .kids-sect-row .bg-text-col .et_pb_text, .section-blocks .et_pb_text.fam-fun {
        height: auto!important;
    }
    .et_pb_row .et_pb_row_8 {
        background-color: #fff;
    }
}

@media (min-width: 981px) {
    .store-close-page .middle-col {
        border-right: 2px dashed #fff;
        border-left: 2px dashed #fff
    }

    .store-close-page .et_pb_gutters3 .blue .et_pb_column {
        margin-right: 2%;
        margin-left: 2%;
        padding-right: 2%;
        padding-left: 2%
    }
}

@media only screen and (max-width: 767px) {
    .page-template-page-booking #franchise-info {
        width: 100%;
    }
}


/**End booking franchise store area**/

.store_info {
    float: left;
}

#franchise-info .store_name {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    background: url(/wp-content/themes/pump-it-up/images/star.png) no-repeat 7px 0px
}

#franchise-info .store_phone {
    font-size: 20px;
    padding-left: 20px;
}

#franchise-info a {
    color: #fff !important;
}

#franchise-info .header_book {
    margin-top: 0px;
    margin-left: 15px;
}

#franchise-info .franchise_links {
    float: left;
}

#franchise-info .franchise_links, #franchise-info .store_name {
    padding-left: 40px;
}

#franchise-info .franchise_links a, #franchise-info .franchise_links span {
    font-size: 11px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer

}

footer .franchise_links {
    display: none;
}

footer .franchise_links a, footer .franchise_links span {
    color: #fff;
    font-size: 14px;
}

/*footer .franchise_links span {*/
/*color: #FFB503;*/
/*}*/

.desktop {
    display: block;
}

.default-upcoming-section {
    display: none;
}

.mobile, .tablet {
    display: none;
}

/*#roselle-park-ninja-banner{
    display:none;
}*/
.home-ninja-banner {
    display: none;
}

.ninja-menu-item a {
    padding-left: 40px;
    background: url(/wp-content/themes/pump-it-up/images/ninja-icon.png) no-repeat;
    font-weight: bolder !important;
    color: #ff0000 !important;
}

.bazooka-menu-item a {
    padding-left: 30px;
    background: url(/wp-content/themes/pump-it-up/images/bazooka-icon.png) no-repeat;
    font-weight: bolder !important;
    color: #07A303 !important;
}

.home-ninja-banner .et_pb_row {
    padding-right: 2% !important;
    padding-left: 2% !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin: 0;
    width: 100%;
}

.et_pb_section .home-ninja-banner {
    padding: 0% !important;
}

.home-ninja-banner .et_pb_code {
    margin-bottom: 0% !important;
}

.ninja_book_text {
    color: #636363 !important;
    width: 70%;
    margin: 0 14%;
    text-align: center;
    font-size: 22px;
}

.bazooka_book_text {
    color: #636363 !important;
    width: 70%;
    margin: 0 14%;
    text-align: center;
    font-size: 22px;
}

.bday_party_video {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.home_testimonial_section {
    display: none;
}

@media (max-width: 1100px) {
    #et-main-area, .container {
        width: 95%;
    }

    .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
        padding: 20px 0 10px 0 !important;
    }

    .et_header_style_left #et-top-navigation nav > ul > li > a {
        font-size: 16px;
    }
}

@media (min-width: 981px) {
    .mcallen-espanol-mobile {
        display: none !important;
    }

    #main-header.et-fixed-header {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .et_pb_section {
        padding: 2% 0;
    }
}

@media (max-width: 980px) {

    .call-req.desk {
        display: none;
    }
    .call-req.mob {
        display: block;
    }
    .et_pb_text.header {
        margin-bottom: 0;
    }
    .desktop, .mobile, #top-menu-nav .header_book, #franchise-info .header_book {
        display: none;
    }

    .desktop {
        display: none !important;
    }

    .tablet, #et_mobile_nav_menu .header_book, #et_mobile_nav_menu .find_location {
        display: block;
        margin-top: 5px;
    }

    .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
        padding: 0 !important;
    }

    #et_mobile_nav_menu {
        display: block;
        position: relative;
        float: right;
    }

    .mobile_nav .mobile_menu_bar {
        display: block;
    }

    .et_header_style_left .logo_container {
        padding-bottom: 0;
        height: 102px;
    }

    .logo_container #logo {
        width: auto;
        max-width: 90%;
        max-height: 90%
    }

    .et_pb_sidebar_1 {
        display: block !important;
    }

}

@media (max-width: 767px) {
    .rd-more {
        display: none;
    }
    #notabsMobile {
        display: none;
    }
    .et_header_style_left .logo_container {
        max-width: 205px;
    }

    #franchise-info {
        width: 100%;
    }
}

@media (max-width: 690px) {
    .find_location {
        text-indent: -999px;
        width: 43px;
        padding: 6px 11px;
        background-position: 9px 6px;
        background: url(/wp-content/themes/pump-it-up/images/location_icon.png) no-repeat 7px 4px #007db6;
    }

}

@media (max-width: 580px) {
    .et_header_style_left .logo_container {
        height: 55px;
        margin: 0 auto;
        width: 40%;
    }

    #et_mobile_nav_menu {
        float: none;
        display: inline-block;
        top: 10px;
    }

    #mobile_menu li {
        text-align: left !important
    }

    #franchise-info {
        width: auto;
        float: none;
        padding: 3px;
    }

    .header_book {
        height:35px;
        font-family:"Lato-Black";
        font-size:20px;
        background-image: none;
        padding-left: 10px;
    }

    #et_mobile_nav_menu .header_book {
        width: 53%;
        font-size: 14px;
        font-weight: bold;
        padding: 6px 3px;
        margin-top: 7px;
    }

    #et_mobile_nav_menu .find_location {
        width: 20%;
        background-size: 50%;
        background-position: center;
        margin-left: 5px;
    }

    .mobile_nav .mobile_menu_bar {
        width: 20%;
        padding: 0;
    }

    .mobile_menu_bar:before {
        font-size: 35px;
    }

    .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
        height: auto;
        text-align: center;
        width: 60%;
        padding: 0 !important;
    }

}

@media (max-width: 420px) {
    .destop, .tablet {
        display: none;
    }

    .mobile {
        display: block;
    }

    #et-main-area {
        width: 100%;
    }

    /*.entry-content, #main-footer .container {*/
    /*background: url(/wp-content/themes/pump-it-up/images/piu_purple_back.png) repeat-y top right;*/
    /*padding-right: 9px;*/
    /*}*/

}

@media (max-width: 319px) {
    .et_header_style_left .logo_container {
        width: 100%;
        text-align: center;
    }

    .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
        width: 100%;
    }

    #et_mobile_nav_menu {
        top: 0;
    }

}

/* = Sectional Customization
------------------------------------------------------- */

.no_padding.et_pb_section {
    padding: 0 !important;
}

.no_padding .et_pb_row {
    margin: 0;
    padding: 0 !important;
    max-width: none;
    width: 100%;
}

.no_padding .et_pb_section.padding {
    padding: 30px !important;
}

.sm_padding .et_pb_row {
    margin: 0;
    max-width: none;
    width: 100%;
}

.sm_padding .et_pb_blurb {
    padding: 0 40px;
}

#pre_header{
    margin-top:25px;
}

.sm_padding h1, .bango, .sm_padding h1 strong {
    /*font-family: 'Lato-Regular', sans-serif;
    color: #707070 !important;*/
    font-size: 18px;
    letter-spacing: -1px;
    text-shadow: none;
    font-weight: normal;
}

.pre_header h2 {
    font-family: 'Lato-Black', sans-serif;
    color: #942D83;
    font-size: 36px;
    letter-spacing: -1px;
    text-shadow: none;
}

.home_slider .et_pb_slide {
    padding: 0;
    background-color: #005FD7 !important;
}

.home_slider .et_pb_slide_image {
    width: 100%;
    margin-top: 0px !important;
    top: 0px;
}

.home_slider .et_pb_slide_image img {
    width: 100%;
    max-height: none !important;
}

.home_slider .et_pb_container.clearfix {
    min-height: 480px !important;
}

#hero-small {
    background-size: auto auto;
    background-position: right top;
}

.clearline {
    clear: both;
    height: 0;
}

.party_started {
    background-position: top right;
}

.party_started .et_pb_column {
    margin: 0;
}

.et_pb_gutters3 .party_started .et_pb_column_1_3 {
    width: 35% !important;
}

.party_started .et_pb_promo_description {
    display: none;
}

.home_headline img {
    max-width: 100%
}

.trigger_handshake {
    cursor: pointer;
}

.book_online .et_pb_button {
    font-family: 'Lato-Black', sans-serif;
    text-transform: uppercase;
    font-size: 41px;
    background-color: #054be0;
    border: 5px solid #4da3e7;
}

.et_pb_button {
    padding: 0.3em .5em 0.1em .5em;
    padding-top: 0.4em !important;
    padding-bottom: 0.4em !important;
    line-height: 1.2em !important
}

.book_online .et_pb_button:after {
    font-size: 35px;
    line-height: 45px !important
}

.book_online .et_pb_promo_button.et_pb_button:after {
    top: 26%;
}

.et_pb_cta_1 .et_pb_promo_button.et_pb_button:after, .et_pb_cta_2 .et_pb_promo_button.et_pb_button:after, .et_pb_cta_3 .et_pb_promo_button.et_pb_button:after {
    top: 20%;
}

.home_blurbs .et_pb_column {
    margin: 0;
}

.home_blurbs .et_pb_column_1_3 {
    width: 100% !important;
}

.home_blurbs .et_pb_column_1_4 {
    width: 25% !important;
}

.home_blurbs .et_pb_column:last-child {
    border-right: none;
}

.home_blurbs h4 {
    font-size: 26px;
    font-family: 'Lato-Black', sans-serif;
    color: #942d83;
    font-weight: 500;
    padding: 0 0 15px 0;
    text-transform: uppercase;
}

.home_blurbs .fun h4 {
    color: #0089c7;
}

.home_blurbs .custom h4 {
    color: #98c11d;
}

.home_blurbs .easy h4 {
    color: #ea961c;
}

.home_blurbs p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Lato-Regular';
    color:#707070;
}

.birthday_boy {
    background: url(/wp-content/themes/pump-it-up/images/doodle-birthday-streamers.png) no-repeat bottom right;
    background-position: 86% 100%;
    position: relative;
    min-height: 550px;
}

.birthday_boy img {
    position: absolute;
    left: 30%;
    bottom: 0;
    margin-bottom: -1px;
}

.birthday {
    overflow: hidden;
    background-color: #0089c7 !important;
}

.birthday .same_height_parent {
    padding-bottom: 30px !important;
}

.et_pb_gutters3 .birthday .et_pb_column_2_3 {
    width: 58%;
    overflow: hidden;
    margin-right: 3.5%;
}

.et_pb_gutters3 .birthday .et_pb_column_1_3 {
    width: 33%;
}

.et_pb_gutters3 .birthday .column2 {
    padding-bottom: 40px !important;
}

.birthday h2 {
    font-size: 40px;
    font-family: 'Lato-Black', sans-serif;
}

.birthday ul, .everyday ul {
    font-size:18px;
    font-family: 'Lato',sans-serif;
    margin: 30px 0 0 20px
}

.birthday li, .everyday li {
    font-family:'Lato',sans-serif;

    line-height: 18px;
    padding-bottom: 15px;
    text-align: left
}

.blue{
    color:blue !important;

}
.birthday .column2 .et_pb_promo_description {
    padding-bottom: 0;
}

.birthday p {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    line-height: 25px;
    margin: 0 0 20px 0;
}

.birthday .et_pb_button, .group .et_pb_button {
    color: #fff;
    background-color: #942D83;
    border-radius: 25px;
    font-family: 'Lato-Black', sans-serif;
    text-transform: uppercase;
    border: none;
    font-size: 20px;
    padding: 15px 20px 10px 20px;
    transition: all 0.2s;
    height: 40px;
}
/*
.birthday .et_pb_button:hover, .group .et_pb_button:hover {
    color: #fff;
    padding: 20px 40px 15px 25px;
}
*/
.everyday_girl {
    min-height: 500px;
}

.et_pb_gutters3 .everyday .et_pb_column_1_3 {
    margin-right: 0;
    margin: 0;
    width: 44%;
}

.et_pb_gutters3 .everyday .et_pb_column_1_3 .et_pb_promo {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.et_pb_gutters3 .everyday .et_pb_column_2_3 {
    overflow: hidden;
    width: 56%;
}

.et_pb_gutters3 .birthday .column2, .et_pb_gutters3 .everyday .column1 {
    margin-bottom: 0;
}

.everyday_girl img {
    margin-bottom: -1px;
}

.everyday h2 {
    font-size: 40px;
    font-family: 'Lato-Black', sans-serif;
}

.everyday p {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    line-height: 25px;
    margin: 0 0 20px 0;
}

.everyday .et_pb_button {
    background-color: #98C11D;
    border-radius:25px;
    height:40px;
    font-family: 'Lato-Black', sans-serif;
    text-transform: uppercase;
    border: none;
    font-size: 20px;
    padding: 15px 20px 10px 20px;
    transition: all 0.2s
}

.et_pb_section_8.et_pb_section{

    background: #EA961C !important;
}

#group-section-row{
    background: #EA961C !important;
    padding:50px;
}
.group {
    overflow: hidden;
}

.group .group_image {
    margin-top: -40px;
}

.group h2 {
    font-size: 40px;
    font-family: 'Lato-Black', sans-serif;
    padding-bottom:20px;
}

.group h3 {
    font-family: "Lato-Bold";
    font-size: 16px;
    font-weight: bold;
}

.group p {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    line-height: 25px;
    margin: 0 0 20px 0;
}

.group .et_pb_button {
    height:40px;
    background-color: #DE5A4A;
    border-radius:25px;
}

.cust-location-search-form {
    text-align: center;
}

.cust-location-search-form #location-search {
    background: #942d83;
    padding: 18px 23px;
    color: #fff;
    border-radius: 7px;
    font-family: Lato-Black,sans-serif;
    font-size: 29px;

}

.cust-location-search-form #location-search-zip-code {
    border: 3px solid #dedede;
    color: #333;
    padding: 20px 15px;
    background: white;
    border-radius: 5px;
    width: 447px;
    font-size: 27px;
}

.cust-location-search-form #location-search-zip-code:focus {
    border-color: #bebebe;
}

.cust-search-form-sec {
    padding: 35px 0 87px 0 !important;
}

.cust-location-search-desc h3 {
    text-align: center;
    font-size: 23px;
    color: #555555;
    line-height: 32px;
    margin-bottom: 50px;
}

#handshake-location-page {

}

#handshake-location-page #location-search-results-left ul {
    position: relative;
}

#handshake-location-page #location-search-results-left .business {
    width: 100%;
    float: left;
    font-size: 17px;
}

#handshake-location-page #search-results .business-left {
    float: left;
    width: 12%;
    min-width: 40px;
    min-height: 60px;
}

#handshake-location-page #search-results .business p {
    color: #555;
    font-size: 17px;
    line-height: 1.65em;
}

#handshake-location-page #search-results .business-distance-number p {
    background: url("/wp-content/uploads/2016/02/location-pin.png") no-repeat 0 0;
    background-size: 40px;
    display: block;
    height: 60px;
    width: 40px;
    padding: 0;
    margin: 0;
}

#handshake-location-page #search-results .business-distance-number span {
    font-family: 'BangoPro', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1em;
    color: #ed1d26;
    padding: 10px 0;
    display: block;
    text-align: center;
}

#handshake-location-page #search-results .business-right {
    float: left;
    width: 83%;
    padding: 32px 0 15px 0;
    border-bottom: 4px solid #71BF44;
    margin-bottom: 25px;
}

#handshake-location-page #search-results .business h2, #handshake-location-page #search-results .business h2 a {
    font-family: 'BangoPro', sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 1.35em;
    color: #8A288F;
    text-decoration: underline;
    text-align: left;
    text-shadow: none;
}

#handshake-location-page #search-results .business h2, #handshake #search-results .business h2 a {
    font-family: 'BangoPro', sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 1.35em;
    color: #8A288F;
    text-decoration: underline;
    text-align: left;
    text-shadow: none;
}

#handshake-location-page #search-results .business-details:last-child, #handshake-location-page #search-results .business-details.last {
    margin-right: 0;
}

#handshake-location-page #search-results .business-details {
    margin-bottom: 15px;
}

#handshake-location-page #search-results .business p {
    color: #555;
    font-size: 17px;
    line-height: 1.65em;
}

#handshake-location-page ul, #handshake-location-page ol {
    list-style: none;
}

#handshake-location-page #search-results {
    position: relative;
    margin: auto;
    padding: 88px 0px;
    text-align: left;
}

#handshake-location-page #search-results #location-search-results-left {
    float: left;
    width: 55%;
}

#handshake-location-page #search-results #location-search-results-right {
    float: right;
    width: 43%;
}

#handshake-location-page #location-search-results-right #map {
    border: 15px solid #fff;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.30);
    width: 100% !important;
}

.mob_nv_cal {
    float: right;
    display: none;
    margin-top: 7px;
}

.other-ways-to-play h2 {
    font-family: 'Lato-Black', sans-serif;
    font-size: 40px;
    line-height: 1em;
    text-align: center;
    color: #942D83 !important;
}

other-ways-to-play h1 {
    font-family: 'Lato-Regular', sans-serif !important;
    font-size: 18px !important;
    line-height: 1em;
    text-align: center;
    color: #707070 !important;
}

.other-ways-to-play p {
    font-family: 'corp_med', Verdana, Helvetica, Sans-Serif !important;
}

.upcmng-evnts ul {
    padding: 0px;
}

.upcmng-evnts ul li {
    display: inline-block;
    width: 32.5%;
    padding: 0px 36px;
    border-right: 4px solid #AEAEAE;
    vertical-align: top;
    min-height: 150px;
}

.upcmng-evnts ul li:last-child {
    border-right: none;
}

.upcmng-evnts ul li .evnt_date {
    background: url('/wp-content/themes/pump-it-up/images/event_cal_grn_hm.png') no-repeat center center;
    background-size: contain;
    font-family:"Generica Bold",sans-serif;
    height: 107px;
    margin-right: 20px;
    float: left;
    min-width: 89px;
    padding-top: 29px;
    text-align: center;
    font-size: 18px;
    color: #8dc73f;
    font-weight: bold;
    position: relative;
}

.upcmng-evnts ul li .evnt_date span {
    top: 74px;
    position: absolute;
    left: 0px;
    width: 100%;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.upcmng-evnts ul li .evnt_details {
    float: left;
    max-width: 60%
}

.upcmng-evnts ul li .evnt_details h3 {
    font-family: "Lato",sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    padding: 0px;
    margin-bottom: 3px;
}

.upcmng-evnts ul li .evnt_details p {
    font-size: 18px;
    margin-bottom: 5px;
    padding: 0px;
}

.upcmng-evnts ul li .evnt_details span {
    color: #187be3;
    font-size: 15px;
}

/** HOme Page Testimonials **/
.mySlides {
    display: none;
}

.w3-animate-fading {
    -webkit-animation: fading 10s infinite;
    animation: fading 10s infinite
}

.home_testimonial_section h1 span {
    font-family: BangoPro;
    font-size: 92pt;
    vertical-align: -webkit-baseline-middle;
    text-shadow: none;
}

.home_testimonial_section h1 img {
    vertical-align: super;
}

.home_testimonial_section .home_testimonial_slider_wrap { /*margin-bottom: 40px !important; */
}

.home_testimonial_section .home_testimonial_slider_wrap .mySlides {
    background: none !important;
    text-align: center;
    margin: 0px;
    padding: 0px 12%;
}

.home_testimonial_section .home_testimonial_slider_wrap .et_pb_slide_description {
    padding: 0px 0px !important;
}

.home_testimonial_section .home_testimonial_slider_wrap .mySlides p {
    font-family: 'Lato-Black';
    line-height: 25px;
    font-size: 18px;
    color: #fff !important;
}

.home_testimonial_section .home_testimonial_slider_wrap .mySlides h3 {
    font-family: 'CorporativeSoft Bold';
    margin: 0px;
    padding: 5px 0 0 0;
    line-height: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
}

.home_testimonial_section .home_testimonial_slider_wrap .tstars ul {
    list-style: none;
    width: 100%;
    text-align: center;
    padding: 0px 0 0px;
}

.home_testimonial_section .home_testimonial_slider_wrap .tstars ul li {
    display: inline-block;
    margin: 3px;
}

.home_testimonial_section .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-prev, .home_testimonial_section .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-next {
    border: 5px solid #8fda62;
    border-radius: 50px;
    background-color: #62b233;
    transition: none;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    color: #fff !important;
}

/*
.home_testimonial_section .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-prev:hover, .home_testimonial_section .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-next:hover {
    border: 5px solid #ffd100;
    border-radius: 50px;
    background-color: #ff8b00;
}*/

.home_testimonial_section .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-prev {
    left: 22px;
}

.home_testimonial_section .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-next {
    right: 22px;
}

.reviewbody {
    color: white;
    text-align: center;
}

.home_testimonial_slider_wrap .h3 {
    color: white;

}

.home_testimonial_section {
    padding: 0px !important;
}

.home_testimonial_slider_wrap {
    height: 300px;
}

#hptslider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}

#hptslider ul.sliderrr {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#hptslider ul.sliderrr li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    height: 300px;
    background: #ccc;
    text-align: center;
    line-height: 300px;
}

a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}

/** Email Landing Page ** @LiquaMedia - Abhay | Feb 12, 2017 **/
.page-email-landing-page .et_pb_button, .page-email-landing-page p {
    font-family: Lato, sans-serif;
}

.page-email-landing-page .elp-header {
    padding: 0px;
    border-bottom: 0px;
}

.page-email-landing-page .elp-header .et_pb_row_0 {
    padding: 25px 0px;
}

.page-email-landing-page .elp-header .elp-header-text-right {
    font-family: Lato, sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 20px 0px;
    font-size: 24px;
}

.page-email-landing-page .elp-header .elp-header-text-right a {
    font-family: Lato, sans-serif;
    font-weight: 600;
}

.page-email-landing-page .elp-header .elp-header-text-right .elp-header-button-right {
    background-color: #974391;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 10px;
    font-size: 21px;
    border-radius: 5px;
}

.page-email-landing-page .elp-header .elp-header-text-right .elp-header-button-right:hover {
    background-color: #AE51A1;
}

.page-email-landing-page .best-birthday-section {
    padding: 40px 0px;
}

.page-email-landing-page .best-birthday-section h1 {
    text-shadow: 2px 2px 5px #852678;
}

.page-email-landing-page .best-birthday-section .select-package {
    display: flex;
    align-items: center;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 27px;
}

.page-email-landing-page .best-birthday-section .select-package span {
    font-family: Lato, sans-serif;
    margin-top: -10px;
}

.page-email-landing-page .best-birthday-section .vimeo-text {
    color: #fff;
    font-size: 11px;
}

.page-email-landing-page .best-birthday-section .vimeo-text a {
    color: #fff;
}

.page-email-landing-page .party-packages-section {
    padding: 40px 0px;
}

.page-email-landing-page .party-packages-section h1 {
    color: #676767;
    text-shadow: none;
}

.page-email-landing-page .party-packages-section h2 {
    font-family: 'BangoPro', sans-serif;
    color: #676767;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_title {
    font-family: 'BangoPro', sans-serif;
    font-size: 42px;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_table_0 .et_pb_et_price {
    color: #AC4B9F;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_table_0 .et_pb_dollar_sign {
    font-size: 30px;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_table_0 .et_pb_sum {
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-size: 70px;
    color: #AC4B9F !important;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_table_1 .et_pb_et_price {
    color: #8CC756;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_table_1 .et_pb_dollar_sign {
    font-size: 30px;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_table_1 .et_pb_sum {
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-size: 70px;
    color: #8CC756 !important;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_table_2 .et_pb_et_price {
    color: #63C2F4;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_table_2 .et_pb_dollar_sign {
    font-size: 30px;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_table_2 .et_pb_sum {
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-size: 70px;
    color: #63C2F4 !important;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing li span:before {
    border-width: 0px;
    border-style: solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing li span {
    display: flex;
    align-items: center;
    font-family: Lato, sans-serif;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_table_0 .et_pb_pricing_table_button {
    background-color: #ac4b9f;
    color: #fff;
    border-radius: 5px;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_table_0 .et_pb_pricing_table_button:hover {
    background-color: #77326c
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_table_1 .et_pb_pricing_table_button {
    background-color: #8CC756;
    color: #fff;
    border-radius: 5px;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_table_1 .et_pb_pricing_table_button:hover {
    background-color: #6e9940
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_table_2 .et_pb_pricing_table_button {
    background-color: #63C2F4;
    color: #fff;
    border-radius: 5px;
}

.page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_table_2 .et_pb_pricing_table_button:hover {
    background-color: #509bc4
}

.page-email-landing-page .elp-customize-party-section, .page-email-landing-page .elp-footer-section {
    padding: 40px 0px;
    border-bottom: 0px;
}

.page-email-landing-page .elp-customize-party-section .elp-cyp-header h1 {
    text-shadow: none;
}

.page-email-landing-page .elp-customize-party-section .elp-cyp-header p {
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 24px;
}

.page-email-landing-page .elp-customize-party-section .exp-sec h3 {
    font-family: Lato, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
}

.page-email-landing-page .elp-heavy-lifting-section {
    padding: 40px 0px !important;
    border-bottom: 0px;
    background-size: initial;
    background-position: 85% 100%;
    color: #fff;
}

.page-email-landing-page .elp-heavy-lifting-section h1 {
    text-shadow: none;
    font-size: 45px;
}

.page-email-landing-page .elp-heavy-lifting-section h3 {
    font-family: Lato, sans-serif;
    color: #fff;
    width: 70%;
}

.page-email-landing-page .elp-footer-section p a, .page-email-landing-page .elp-footer-section p {
    font-family: Lato, sans-serif;
    color: #fff;
}

@media (max-width: 1300px) {
    .home_headline img {
        max-width: 90%;
    }

    .book_online .et_pb_button {
        font-size: 32px;
    }

    .book_online .et_pb_button:after {
        /*line-height: 35px !important;*/
    }

    .book_online .et_pb_promo_button.et_pb_button:after {
        top: 15%;
    }

    .home_slider .et_pb_container.clearfix {
        min-height: 410px !important;
    }

    .upcmng-evnts ul li {
        padding: 0px 15px;
        width: 32%;
    }

    .upcmng-evnts ul li .evnt_date {
        margin-right: 15px;
        min-width: 75px;
        padding-top: 31px;
    }

    .upcmng-evnts ul li .evnt_date span {

        top: 69px;
    }

    .upcmng-evnts ul li .evnt_details h3 {
        font-size: 19px;
    }

    .upcmng-evnts ul li .evnt_details p {
        font-size: 15px;
    }

    .upcmng-evnts ul li .evnt_details span {
        font-size: 14px;
    }

    .page-email-landing-page .elp-heavy-lifting-section {
        background-position: 100% 100%;
    }

    .page-email-landing-page .elp-header .elp-header-text-right {
        font-size: 20px;
        padding: 10px 0px;
    }

    .page-email-landing-page .elp-header .elp-header-text-right .elp-header-button-right {
        font-size: 16px;
    }

}

@media (max-width: 1100px) {
    .home_slider .et_pb_container.clearfix {
        min-height: 380px !important;
    }

    .birthday {
        background-position: 70% 0%;
    }

    .birthday_boy {

    }

    .birthday .et_pb_column_2_3 {
        width: 45% !important;
        margin-bottom: 0;
        margin-right: 0;
    }

    .birthday .et_pb_column_1_3 {
        width: 50% !important;
    }

    .birthday .et_pb_column_1_3 .et_pb_promo {
        text-align: left;
        padding-right: 20px !important;
    }

    .everyday {
        background-position: 83% 0;
    }

    .everyday_girl {
        background: none;
    }

    .everyday .et_pb_column_2_3 {
        width: 45% !important;
        margin-bottom: 0;
        margin-right: 0;
    }

    .everyday .et_pb_column_1_3 {
        width: 55% !important;
    }

    .et_pb_gutters3 .everyday .et_pb_column_1_3 .et_pb_promo {
        text-align: left;
        padding: 90px 40px !important;
    }

    .everyday .et_pb_button {
        background-color: #98c11d;
    }

    .group .desktop {
        display: none;
    }

    .group .et_pb_column_1_3 {
        width: 100% !important;
        margin-top: -40px;
        padding: 0 5% 5% 5%;
        margin-right: 0;
    }

    .group .et_pb_column_1_4 {
        width: 25% !important;
        margin-right: 0;
    }

    .group .et_pb_column_1_4 .et_pb_module {
        text-align: center !important;
    }

    .et_pb_gutters3 .group .et_pb_column_1_3 .et_pb_module {
        margin-bottom: 7px;
    }

}

@media (max-width: 1060px) {

    .other-ways-to-play-wrap {
        padding: 20px 0px !important;
    }

    .other-ways-to-play-wrap .et_pb_row {
        padding: 0px 20px !important;
    }

    .upcmng-evnts ul li {
        padding: 0px 10px;
        width: 31.5%;
    }

    .upcmng-evnts ul li .evnt_date {
        min-width: 67px;
        padding-top: 33px;
        font-size: 14px;
        margin-right: 10px;
    }

    .upcmng-evnts ul li .evnt_date span {
        top: 66px;

        font-size: 22px;
    }

    .upcmng-evnts ul li .evnt_details h3 {
        font-size: 18px;
    }

    .upcmng-evnts ul li .evnt_details p {
        font-size: 14px;
    }

    .upcmng-evnts ul li .evnt_details span {
        font-size: 14px;
    }

}

@media (max-width: 980px) {
    .home_slider .et_pb_container.clearfix {
        min-height: 375px !important;
    }

    .responsive_cta {
        padding: 40px 0 !important;
    }

    .responsive_cta .et_pb_row {
        padding: 0;
        width: 93%;
    }

    .responsive_cta .et_pb_column_2_3 {
        width: 55% !important;
        margin-bottom: 0;
    }

    .responsive_cta .et_pb_column_1_3 {
        width: 45% !important;
    }

    .responsive_cta .et_pb_column_1_3 .et_pb_promo_description {
        padding-bottom: 0;
    }

    .responsive_cta h1 {
        text-shadow: 2px 2px 2px #3c1e51;
        font-size: 200%;
        letter-spacing: 0px;
        line-height: 130%;
    }

    .responsive_cta .book_online .et_pb_button {
        font-size: 250%;
        text-align: center;
    }

    .book_online .et_pb_promo_button.et_pb_button:after {
        top: 39%;
        left: 78%;
    }

    .group .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
        width: 25% !important;
        margin-right: 0;
    }

    #left-area {
        padding-bottom: 60px;
    }

    .mob_nv_cal {
        display: block;
    }

    .home_testimonial_section .et_pb_text_7 h1 {
        font-size: 32pt;
    }

    .page-email-landing-page .elp-header .et_pb_row_0 {
        padding: 15px 0px;
    }

    .page-email-landing-page .elp-header .elp-header-text-right {
        text-align: center;
    }

    .page-email-landing-page .elp-heavy-lifting-section {
        background-image: none;
    }

    .page-email-landing-page .elp-heavy-lifting-section h1 {
        text-align: center;
    }

    .page-email-landing-page .elp-heavy-lifting-section h3 {
        text-align: center;
        width: 100%;
    }

}

@media (max-width: 900px) {
    .upcmng-evnts ul li .evnt_date {
        min-width: 60px;
        padding-top: 34px;
        font-size: 14px;
        margin-right: 8px;
    }

    .upcmng-evnts ul li .evnt_date span {
        top: 63px;

        font-size: 19px;
    }

    .upcmng-evnts ul li .evnt_details h3 {
        font-size: 17px;
        margin-bottom: 0px;
        margin-top: 26px;
    }

    .upcmng-evnts ul li .evnt_details p {
        margin-bottom: 0px;
    }
}

@media (max-width: 850px) {

    .cust-location-search-form #location-search-zip-code {
        width: 300px;
    }

    .cust-search-form-sec .et_pb_row {
        width: 90% !important;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .mySlides p {
        font-size: 16px;
        line-height: 22px;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .mySlides h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-prev {
        left: 0px;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-next {
        right: 0px;
    }
}

@media (max-width: 785px) {
    .book_online .et_pb_promo_button.et_pb_button:after {
        top: 32%;
        left: 78%;
    }
}

@media (max-width: 766px) {
    .upcmng-evnts {
        margin-bottom: 30px !important;
    }

    .other-ways-to-play h2 {
        margin-top: 20px;
        font-size: 26px;
    }

    .upcmng-evnts ul li {
        padding: 0px 10px 0 5px;
        width: 32.5%;
        min-height: 210px;
    }

    .upcmng-evnts ul li .evnt_date {
        width: 100%;
        text-align: center;
        margin-right: 0px;
        font-size: 18px;
        padding-top: 28px;
    }

    .upcmng-evnts ul li .evnt_details {
        float: left;
        width: 100%;
        text-align: center;
        max-width: 100%;
        padding-top: 20px;
    }

    .upcmng-evnts ul li .evnt_details h3 {
        margin-top: 15px;
    }

    .upcmng-evnts ul li .evnt_date span {
        top: 74px;
        font-size: 19px;
    }

    .page-email-landing-page .elp-header .elp-header-text-right {
        font-size: 17px;
        padding: 5px 0px;
    }

    .page-email-landing-page .elp-header .elp-header-text-right .elp-header-button-right {
        font-size: 13px;
    }

    .page-email-landing-page .best-birthday-section h1, .page-email-landing-page .party-packages-section h1, .page-email-landing-page .elp-customize-party-section .elp-cyp-header h1, .page-email-landing-page .elp-heavy-lifting-section h1 {
        font-size: 32px;
    }

    .page-email-landing-page .party-packages-section .elp-pricing-table .et_pb_pricing_title {
        font-size: 28px;
    }

    .page-email-landing-page .elp-customize-party-section .elp-cyp-header p, .page-email-landing-page .elp-heavy-lifting-section h3, .page-email-landing-page .party-packages-section h2 {
        font-size: 18px;
    }

    .page-email-landing-page .best-birthday-section .et_pb_row_2 .et_pb_column .et_pb_module {
        margin-bottom: 0px;
    }

    .page-email-landing-page .best-birthday-section .select-package {
        font-size: 21px;
    }
}

.et_pb_row_3 {
    margin-top:50px;
}

@media (max-width: 650px) {
    .home_slider .et_pb_container.clearfix {
        min-height: 225px !important;
    }

    .responsive_cta .et_pb_column_2_3 {
        width: 100% !important;
    }

    .responsive_cta .et_pb_column_1_3 {
        width: 100% !important;
    }

    .responsive_cta .et_pb_row {
        padding: 0;
        width: 80%;
    }

    .responsive_cta h1 {
        text-align: center;
    }

    .responsive_cta .book_online .et_pb_button {
        font-size: 200%;
    }

    .book_online .et_pb_button:after {
        line-height: 30px !important;
    }

    .birthday .et_pb_column_2_3 {
        display: none;
    }

    .birthday .et_pb_column_1_3 {
        width: 100% !important;
    }

    .birthday .et_pb_column_1_3 .et_pb_promo {
        text-align: center;
        padding: 50px 30px !important;
    }

    .everyday .et_pb_column_2_3 {
        display: none;
    }

    .everyday .et_pb_column_1_3 {
        width: 100% !important;
    }

    .et_pb_gutters3 .everyday .et_pb_column_1_3 .et_pb_promo {
        text-align: center;
        padding: 50px 30px !important;
    }

    .group .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
        display: none;
    }

    .group .et_pb_column_1_3 {
        margin-top: 0
    }

    .cust-location-search-form #location-search-zip-code {
        width: 270px;
    }

    .cust-search-form-sec .et_pb_row {
        width: 95% !important;
    }

    .cust-location-search-form #location-search-zip-code {
        font-size: 19px;
    }

    .cust-location-search-form #location-search {
        font-size: 22px;

    }

    .cust-location-search-desc h3 {

        font-size: 19px;
        line-height: 30px;
    }

    #handshake-location-page #search-results #location-search-results-left {

        width: 100%;
    }

    #handshake-location-page #search-results #location-search-results-right {

        display: none;
    }

    #hero-small .et_pb_text_align_left {
        text-align: center;
    }

    .book_online .et_pb_promo_button.et_pb_button:after {
        top: 27%;
        right: 0%;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .mySlides {
        text-align: center;
    }

    .home_testimonial_section .et_pb_text_7 h1 {
        font-size: 28pt;
    }

    .home_testimonial_section h1 img {
        width: 30px;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-prev {
        font-size: 32px;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-next {
        font-size: 32px;
    }

}

@media (max-width: 580px) {
    .cust-location-search-form #location-search-zip-code, .cust-location-search-form #location-search {
        width: 100%;
        margin-bottom: 5px;
    }

    .mob_nv_cal img {
        width: 34px;
    }

    .upcmng-evnts ul li {
        padding: 0px 10px 0 5px;
        width: 32.0%;
    }

    .upcmng-evnts ul li .evnt_date {
        padding-top: 31px;
    }

    .upcmng-evnts ul li .evnt_date span {
        top: 73px;

    }

    .home_testimonial_section .et_pb_text_7 h1 {
        font-size: 24pt;
    }

    .home_testimonial_section h1 img {
        width: 26px;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .mySlides {
        padding: 0 13%;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .tstars ul {
        padding: 0px 0px 0px;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-prev {
        font-size: 32px;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-next {
        font-size: 32px;
    }

}

@media (max-width: 768px) {

    body .pills #tabs .etabs .tab, body .pills #tabs .etabs .tab.active {
        border: 0px solid #e2e2e2;
        background-color: #fff;
        margin-bottom: 10px;
    }
    .upcmng-evnts {
        margin-bottom: 30px;
    }

    .other-ways-to-play h2 {
        margin-top: 20px;
        font-size: 21px;
        line-height: 28px;
    }

    .upcmng-evnts ul li {
        padding: 0px 5px 0 0;
    }

    .upcmng-evnts ul li .evnt_date {
        padding-top: 34px;
        width: 52px;
        margin: 0 auto;
        float: none;
        font-size: 9px;
    }

    .upcmng-evnts ul li .evnt_date span {
        top: 63px;
        font-size: 14px;
    }

    .upcmng-evnts ul li .evnt_details h3 {
        font-size: 13px;
        margin-top: 0px;
    }

    .upcmng-evnts ul li .evnt_details p {
        font-size: 10px;
    }

    .upcmng-evnts ul li .evnt_details span {
        font-size: 10px;
    }

    .home_testimonial_section .et_pb_text_7 h1 {
        font-size: 20pt;
        padding-top: 2px;
    }

    .home_testimonial_section h1 img {
        width: 22px;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .mySlides p {
        line-height: 19px;
        font-size: 15px;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .mySlides h3 {
        line-height: 19px;
        font-size: 15px;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .mySlides {
        padding: 0 5%;
    }

    elp-customize-party-section a.et_pb_button_0 {
        font-size: 16px;
    }

}

@media (max-width: 400px) {
    .home_slider .et_pb_container.clearfix {
        min-height: 170px !important;
    }

    #et_mobile_nav_menu .header_book {
        width: 57%;
        letter-spacing: 0px;
        padding: 6px 1px;
        margin-left: 5px;
        margin-right: -4px;
    }

    .home_testimonial_section .et_pb_text_7 h1 {
        font-size: 19pt;
        padding-top: 2px;
    }

    .home_testimonial_section h1 img {
        width: 18px;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .mySlides p {
        line-height: 17px;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-prev {
        font-size: 26px;
    }

    .home_testimonial_section .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-next {
        font-size: 26px;
    }

    .home_testimonial_slider_wrap {
        height: 395px !important;
    }

}

@media (max-width: 360px) {
    /*.mob_nv_cal { display: none; }*/
    .mobile_nav .mobile_menu_bar {
        width: 16%;
        padding: 4px 0px 1px;
    }

    #et_mobile_nav_menu .header_book {
        width: 57%;
        letter-spacing: -1px;
        padding: 5px 1px;
    }

    .mob_nv_cal img {
        width: 32px;
    }

    .mobile_menu_bar:before {
        font-size: 28px;
    }

    .home_testimonial_slider_wrap {
        height: 420px !important;
    }

}

@media (max-width: 335px) {
    .upcmng-evnts ul li .evnt_date span {
        top: 63px;

    }

    .upcmng-evnts ul li .evnt_details p {
        line-height: 13px;
        margin: 5px 0px 10px;
    }

}

@media (max-width: 325px) {
    .upcmng-evnts ul li .evnt_date span {

        top: 63px;
    }

    .home_testimonial_slider_wrap {
        height: 500px !important;
    }
}

/**** GENERAL LAYOUT ****/

.hr {
    border: 2px dotted #68a0ee;
    border-style: none none dotted;
    width: 90%;
    height: 5px;
}

/**** FOOTER ****/
#footer-bottom, #et-footer-nav .container {
    background: url(/wp-content/themes/pump-it-up/images/piu_purple_horiz.png) repeat-x top left;
    height: 9px;
}

#footer-widgets .footer-widget {
    margin: 0;
    padding: 5% 2% 5% 2%;
}

#footer-widgets .footer-widget:first-child {
    padding-left: 3%;
}

#footer-widgets .footer-widget:last-child {
    float: none;
    width: 100%;
    clear: both;
    padding: 0;
    background: url(/wp-content/themes/pump-it-up/images/piu_purple_horiz.png) repeat-x top left;
    height: 9px;
}

.footer-widget #nav_menu-2, .footer-widget #nav_menu-3 {
    width: 50%;
}

.footer-widget #text-4 {
    width: 100%;
}

#footer-widgets .footer-widget li {
    padding-left: 0;
}

#footer-widgets .footer-widget li a {
    font-size: 18px;
    font-family: 'Lato-Regular', sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #68a0ee;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#footer-bottom, #et-footer-nav, .footer-widget #text-5 {
    display: none;
}

#main-footer .footer-widget h4 {
    font-family: "Lato-Regular";
    color: #fff !important;
}

#footer-widgets ul#social li {
    display: inline-block;
    padding: 0;
}

#footer-widgets ul#social li a {
    background-image: url("/wp-content/themes/pump-it-up/images/social-icons-cutout-shadow.png");
    background-repeat: no-repeat;
    width: 37px;
    height: 50px;
    text-indent: -9999px;
    text-decoration: none;
    border: none;
    display: inline-block;
}

#footer-widgets ul#social li a.fb {
    background-position: 2px 0;
    width: 35px;
}

#footer-widgets ul#social li a.tw {
    background-position: -43px 0;
    width: 42px;
}

#footer-widgets ul#social li a.pin {
    background-position: -89px 0;
}

#footer-widgets ul#social li a.rss {
    background-position: -140px 0;
}

#footer-widgets ul#social li a.li {
    background-position: -186px 0;
}

#footer-widgets ul#social li a.yt {
    background-position: -231px 0;
}

#footer-widgets ul#social li a.gp {
    background-position: -273px 0;
}

#footer-widgets ul#social li a.fs {
    background-position: -319px 0;
    width: 35px;
}

#footer-widgets ul#social li a.ye {
    background-position: -362px 0;
}

#footer-widgets ul#social li a.in {
    background-position: -408px 0;
    width: 45px;
}

#footer-widgets ul#social li a:hover {
    opacity: .75;
}

#footer-widgets .footer-widget .fwidget:last-child {
    clear: both;
}

ul#menu-footer-bottom li {
    display: inline-block;
    padding: 0 10px 0px 7px !important;
    border-right: 1px solid #fff;
}

ul#menu-footer-bottom li:first-child {
    padding: 0 10px 0 0 !important;
}

ul#menu-footer-bottom li:last-child {
    padding: 0 0 0 7px !important;
    border-right: none;
}

#text-7 {
    margin-bottom: 20px;
}

.footer-credits {
    font-family:"Lato-Regular";
    font-size: 12px;
    color: #8ab5f1;
}

@media (min-width: 768px) and (max-width: 980px) {
    #footer-widgets .footer-widget:last-child {
        width: 100% !important;
    }

    #newsletter-footer {
        padding-top: 70px;
        margin-top: 70px;
    }

    #newsletter-footer span.title {
        background-size: 100% 140px;
        padding: 60px 25px 50px 25px;
        top: -100px;
    }
}

/* Newsletter */
#text-3 {
    width: 100%;
}

#newsletter-footer {
    width: 100%;
    background: #98c11d;
    padding: 60px 40px 40px 40px;
    position: relative;
    margin: 30px 0 0 0;
}

#newsletter-footer .et_pb_contact_form {
    margin-left: 0;
}

#newsletter-footer span.title {
    font-family: 'Lato-Black', sans-serif;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0;
    background: #ff9407;
    border: 4px solid #fff;
    padding: .5em 1em;
    background-size: 100%;
    text-align: center;
    position: absolute;
    margin-left: 30px;
    margin-right: 30px;
    left: 0;
    right: 0;
    top: -33px;
}

.fun-blurb {
    margin-top:30px;
    padding:25px;
}
#newsletter-footer input,
#newsletter-footer select {
    width: 100%;
    background-color: #fff;
    font-size: 21px;
    color: #7d7d7d;
    font-family: 'Lato-Regular' !important;
    font-weight: 500;
}

#newsletter-footer select {
    padding: 16px;
    border: none;
    height: 56px;
}

#newsletter-footer input#first_name, #newsletter-footer input#last_name {
    background: #fff url("/wp-content/uploads/2016/02/icon-profile.png") no-repeat right 15px center;
}

#newsletter-footer input#email_address {
    background: #fff url("/wp-content/uploads/2016/02/icon-email.png") no-repeat right 15px center;
}

#newsletter-footer button {
    font-family:"Lato-Black";
    background-color: #b1ea75;
    border: none;
    font-size: 21px;
    transition: all 0.2s;
    color: #5d9e18;
    text-transform: uppercase;
    width: 100%;
    height: 60px;
    margin: 16px 0;
}

#newsletter-footer button:after {
    top: 15px;
}

.specials {
    padding-top: 20px;
    text-align: initial;
}

@media (max-width: 1115px) {
    #newsletter-footer span.title {
        font-size: 22px;
    }
}

@media (max-width: 980px) {
    #newsletter-footer span.title {
        font-size: 17px;
    }

    #newsletter-footer:after {
        display: none;
    }

    .et_pb_gutters3.et_pb_footer_columns2 .footer-widget {
        width: 47% !important
    }

}

@media (max-width: 767px) {
    #newsletter-footer span.title {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    #newsletter-footer span.title {
        font-size: 20px;
    }
}

@media (max-width: 380px) {
    #newsletter-footer span.title {
        font-size: 17px;
    }
}

/**** HOME ****/

/* Franchise Banners */
#franchise-banners {
    padding: 0;
}

#franchise-banners .et_pb_row {
    width: 98% !important;
    max-width: 98% !important;
    margin-right: 2%;
    margin-left: 2%;
}

#franchise-banners .et_pb_column {
    margin-right: 2%;
}

#franchise-banners .et_pb_column_1_2, #franchise-banners.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 48%;
}

#franchise-banners .et_pb_text {
    padding: 20px 8px;
}

.banner {
    background-size: cover;
    background-color: #ffcb05;
}

.banner.red {
    background-color: #e32800 !important;
}

.banner.pink {
    background-color: #e32800 !important;
}

.banner.orange {
    background-color: #ff9407 !important;
}

.banner.orange-bright {
    background-color: #ff6407 !important;
}

.banner.yellow {
    background-color: #ffcb05 !important;
}

.banner.green {
    background-color: #6cb222 !important;
}

.banner.blue {
    background-color: #0363df !important;
}

.banner.teal {
    background-color: #007DB6 !important;
}

.banner.purple {
    background-color: #91278f !important;
}

.banner.purple-true {
    background-color: #8224cc !important;
}

.banner h2 {
    font-family: 'Lato-Black', sans-serif;
    font-size: 36px;
    line-height: 1em;
    text-align: center;
    padding-bottom: 20px;
    color: #fff !important;
}

.banner ul, .banner ol {
    list-style: none;
    padding: 20px 0 20px 30px;
}

.banner li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 16px;
    line-height: 15px;
    font-family: Mikado;
}

.banner li:before {
    content: "\2022";
    font-size: 36px;
    position: absolute;
    top: 0;
    left: -20px;
}

.banner.red li:before {
    color: #e32800 !important;
}

.banner.pink li:before {
    color: #e32800 !important;
}

.banner.orange li:before {
    color: #ff9407 !important;
}

.banner.orange-bright li:before {
    color: #ff6407 !important;
}

.banner.yellow li:before {
    color: #ffcb05 !important;
}

.banner.green li:before {
    color: #9ece5c !important;
}

.banner.blue li:before {
    color: #0363df !important;
}

.banner.teal li:before {
    color: #007DB6 !important;
}

.banner.purple li:before {
    color: #91278f !important;
}

.banner.purple-true li:before {
    color: #8224cc !important;
}

.banner-content {
    background: #fff;
    padding: 30px 25px 30px 25px;
}

.banner-description, .banner-description p {
    /*display: inline-block;*/

    font-size: 17px;
    line-height: 1.25em;
    color: #707070;
    margin-bottom: 0;
    font-family: 'Lato-Regular', sans-serif;
}

.banner-image.tilt-right {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}

.banner-image.tilt-left {
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.banner .banner-image {
    padding: 25px 10px 10px 10px;
    margin: -15px 0 -40px 0;
}

/*
.banner.red .banner-image {
    background: url("/wp-content/uploads/2016/02/banner-pic-hook-red.png") no-repeat top center;
}

.banner.pink .banner-image {
    background: url("/wp-content/uploads/2016/02/banner-pic-hook-red.png") no-repeat top center;
}

.banner.orange .banner-image {
    background: url("/wp-content/uploads/2016/02/banner-pic-hook-orange.png") no-repeat top center;
}

.banner.orange-bright .banner-image {
    background: url("/wp-content/uploads/2016/02/banner-pic-hook-orange-right.png") no-repeat top center;
}

.banner.yellow .banner-image {
    background: url("/wp-content/uploads/2016/02/banner-pic-hook-yellow.png") no-repeat top center;
}

.banner.green .banner-image {
    background: url("/wp-content/uploads/2016/02/banner-pic-hook-green.png") no-repeat top center;
}

.banner.blue .banner-image {
    background: url("/wp-content/uploads/2016/02/banner-pic-hook-blue.png") no-repeat top center;
}

.banner.teal .banner-image {
    background: url("/wp-content/uploads/2016/02/banner-pic-hook-teal.png") no-repeat top center;
}

.banner.purple .banner-image {
    background: url("/wp-content/uploads/2016/02/banner-pic-hook-purple.png") no-repeat top center;
}

.banner.purple-true .banner-image {
    /*background: url("/wp-content/uploads/2016/02/banner-pic-hook-purple-true.png") no-repeat top center;
}*/

.banner-image div {
    padding: 30px;
    width: 219px;
    height: 219px
}

.banner-image img {
    width: 160px;
    height: 160px;
    border: 10px solid orange;
    padding:4px;
}
/*
.banner.yellow .banner-image div {
    background: url("/wp-content/uploads/2016/02/banner-pic-frame-yellow.png") no-repeat;
}

.banner.red .banner-image div {
    background: url("/wp-content/uploads/2016/02/banner-pic-frame-red.png");
}

.banner.pink .banner-image div {
    background: url("/wp-content/uploads/2016/02/banner-pic-frame-red.png");
}

.banner.orange .banner-image div {
    background: url("/wp-content/uploads/2016/02/banner-pic-frame-orange.png");
}

.banner.orange-bright .banner-image div {
    background: url("/wp-content/uploads/2016/02/banner-pic-frame-orange-bright.png");
}

.banner.green .banner-image div {
    background: url("/wp-content/uploads/2016/02/banner-pic-frame-green.png");
}

.banner.blue .banner-image div {
    background: url("/wp-content/uploads/2016/02/banner-pic-frame-blue.png");
}

.banner.teal .banner-image div {
    background: url("/wp-content/uploads/2016/02/banner-pic-frame-teal.png");
}

.banner.purple .banner-image div {
    background: url("/wp-content/uploads/2016/02/banner-pic-frame-purple.png");
}

.banner.purple-true .banner-image div {
    background: url("/wp-content/uploads/2016/02/banner-pic-frame-purple-true.png");
}*/

.c_401 {
    background-color: #fff;
    margin: 0;
    width: 100%;
    padding: 60px 70px;
}

.c_401 h1 {
    text-shadow: 2px 2px 5px #ccc;
    color: #6A4392;
}

.et_right_sidebar #main-content .c_401.container:before {
    display: none;
}

.banner .et_pb_button {
    font-family: 'Lato-Black', sans-serif;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    background: #ff6407;
    border: 2px solid transparent;
    padding: 0.3em 1em 0.2em 1em !important;
}

.banner.red .et_pb_button {
    border-radius:25px;
    background-color: #e32800;
}

.banner.pink .et_pb_button {
    border-radius:25px;
    background-color: #e32800;
}

.banner.orange .et_pb_button {
    border-radius:25px;
    background: #ff9407;
    height:40px;
    font-size:20px;
}

.banner.orange-bright .et_pb_button {
    border-radius:25px;
    background: #ff6407;
}

.banner.yellow .et_pb_button {
    border-radius:25px;
    background: #ffcb05;
}

.banner.green .et_pb_button {
    border-radius:25px;
    background: #6cb222;
}

.banner.blue .et_pb_button {
    border-radius:25px;
    background: #0363df;
}

.banner.teal .et_pb_button {
    border-radius:25px;
    background: #007DB6;
}

.banner.purple .et_pb_button {
    background: #91278f;
}

.banner.purple-true .et_pb_button {
    background: #8224cc;
}

.banner .et_pb_button:after, .et_pb_button:after {
    top: 8%;
}

.banner-content .btn {
    clear: both;
    padding-left: 5px;
    padding-top: 15px;
}

.et_mobile_menu {
    left: auto;
    right: 0 !important;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 980px) {
    #franchise-banners .et_pb_row {
        width: 96% !important;
        max-width: 96% !important;
        margin-right: 2%;
        margin-left: 2%;
    }

    .banner-image {
        max-width: 300px;
        float: left;
    }

}

@media (max-width: 480px) {
    .everyday {
        background-position: 0% 0;
    }
}

@media (max-width: 445px) {

    .responsive_cta .book_online .et_pb_button {
        font-size: 170%;
    }

}

@media (max-width: 380px) {
    .responsive_cta h1 {
        font-size: 150%;
        line-height: 120%;
    }

    .responsive_cta .book_online .et_pb_button {
        font-size: 130%;
    }

    .book_online .et_pb_button:after {
        line-height: 18px !important;
    }

    .banner h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .responsive_cta .et_pb_row {
        width: 90%;
    }

    .responsive_cta {
        padding: 20px 0 !important;
    }

}

/**** HANDSHAKE ****/
.overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

#handshake {
    display: block;
    position: absolute;
    top: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 200;
    margin-bottom: -10px;
}

#handshake #form-top {
    z-index: 2;
    background-image: url("/wp-content/uploads/2016/02/header-scalloped.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    padding-top: 50px;
    border: none;
    height: 30px;
    width: 100%;
    position: fixed;
}

#handshake #business-search {
    position: relative;
    z-index: 1;
    width: 85%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 60px 65px 30px;
    color: #fff;
    background-color: #FDCC40;
    border: none;
    border-radius: 7px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.35);
}

#handshake #business-search span.handshake-heading {
    font-family: 'Lato-Black', sans-serif;
    color: #FFF;
    font-size: 50px;
}

#handshake span.handshake-heading {
    font-family: 'Lato-Black', sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 38px;
    line-height: 1.15em;
    letter-spacing: 0;
    text-align: center;
}

#handshake #business-search form, #handshake #business-search form div {
    text-align: center;
}

#handshake #business-search label {
    display: none;
}

#handshake #business-search input {
    font-family: 'Lato-Regular' !important;
    font-weight: 500;
    font-size: 21px;
    line-height: 1em;
    color: #aaa;
    padding: 20px 20px 15px;
    margin-right: 7px;
    border: 3px solid #f39b28;
    width: 50%;
    max-width: 340px;
    display: inline-block;
}

#handshake #business-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Lato-Regular' !important;
    font-weight: 500;
    font-size: 25px;
    line-height: 1em;
    color: #aaa;
    padding: 20px 20px 15px;
    margin-right: 10px;
    border-radius: 7px;
    width: 30%;
    max-width: 210px;
    display: inline-block;
    background: url(/wp-content/themes/pump-it-up/images/arrow_down.gif) no-repeat #fff;
    background-position: right 8px top 20px;
    cursor: pointer;
}

#handshake #business-search button {
    width: auto !important;
    padding: 20px 25px 15px 25px !important;
    margin: 0;
    font-family: 'Lato-Black', sans-serif;
    font-weight: normal;
    line-height: 1.25em !important;
    color: #fff;
    font-size: 29px;
    letter-spacing: 0;
    text-align: center;
    background: #f39b28;
    border: 3px solid #f8dd96;
    display: inline-block;
    float: none;
    text-transform: uppercase;
}

#storeSearch #business-search button {
    width: auto !important;
    padding: 20px 25px 15px 25px !important;
    margin: 0;
    font-family: 'Lato-Black', sans-serif;
    font-weight: normal;
    line-height: 1.25em !important;
    color: #fff;
    font-size: 29px;
    letter-spacing: 0;
    text-align: center;
    background: #f39b28;
    border: 3px solid #f8dd96;
    display: inline-block;
    float: none;
    text-transform: uppercase;
}

#handshake #business-search-results {
    position: relative;
    margin: auto;
    padding: 40px;
    background-color: #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.31);
    max-width: 1100px;
    overflow: hidden;
}

#handshake #business-search-results-left {
    float: left;
    width: 55%;
}

#storeSearch #business-search-results-left {
    float: left;
    width: 55%;
}


#handshake ul, #handshake ol {
    list-style: none;
}

#handshake #business-search-results-left ul {
    position: relative;
}

#handshake #business-search-results-left .business {
    width: 100%;
    float: left;
    font-size: 17px;
}

#handshake #business-search-results .business-left {
    float: left;
    width: 12%;
    min-width: 40px;
    min-height: 60px;
}

#handshake #business-search-results .business-right {
    float: left;
    width: 83%;
    padding: 32px 0 15px 0;
    border-bottom: 4px solid #71BF44;
    margin-bottom: 25px;
}

#handshake #business-search-results .business-distance-number p {
    background: url("/wp-content/uploads/2016/02/location-pin.png") no-repeat 0 0;
    background-size: 40px;
    display: block;
    height: 60px;
    width: 40px;
    padding: 0;
    margin: 0;
}

#handshake #business-search-results .business-distance-number span {
    font-family: 'BangoPro', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1em;
    color: #ed1d26;
    padding: 10px 0;
    display: block;
    text-align: center;
}

#handshake #business-search-results .business h2, #handshake #business-search-results .business h2 a {
    font-family: 'Lato-Black', sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 1.35em;
    color: #8A288F;
    text-decoration: underline;
    text-align: left;
    text-shadow: none;
}

#handshake #business-search-results .business a, #handshake #business-search-results .business p a {
    text-decoration: underline;
    color: #8A288F;
}

#handshake #business-search-results .business a:hover, #handshake #business-search-results .business h2 a:hover {
    text-decoration: none;
}

#handshake #business-search-results .business-details {
    margin-bottom: 15px;
}

#handshake #business-search-results .business-details:last-child, #handshake #business-search-results .business-details.last {
    margin-right: 0;
}

#handshake #business-search-results .business p {
    color: #555;
    font-size: 17px;
    line-height: 1.65em;
}

#handshake #business-search-results ul.business-links {
    clear: both;
    width: 100%;
}

#handshake #business-search-results ul.business-links li {
    display: inline-block;
    color: #771783;
    border-right: 2px solid rgba(119, 23, 131, 0.5);
    padding: 0 8px;
}

#handshake #business-search-results ul.business-links li a {
    color: #771783;
    text-decoration: underline;
}

#handshake #business-search-results ul.business-links li a:hover {
    text-decoration: none;
}

#handshake #business-search-results ul.business-links li:last-child {
    border-right: none;
}

#handshake #business-search-results-right {
    float: right;
    width: 43%;
}

#handshake #business-search-results-right #map {
    border: 15px solid #fff;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.30);
    width: 100% !important;
}

/**** Store Closed Page Change ****/

#storeSearch #business-search {
    position: relative;
    z-index: 1;
    width: 85%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 60px 65px 30px;
    border: none;
    border-radius: 7px;
}

#storeSearch #business-search span.handshake-heading {
    font-family: 'Lato-Black', sans-serif;
    font-size: 50px;
}

#storeSearch span.handshake-heading {
    font-family: 'Lato-Black', sans-serif;
    font-weight: normal;
    font-size: 38px;
    line-height: 1.15em;
    letter-spacing: 0;
    text-align: center;
}

#storeSearch #business-search form, #storeSearch #business-search form div {
    text-align: center;
}

#storeSearch #business-search label {
    display: none;
}

#storeSearch #business-search input {
    font-family: 'Lato-Regular', sans-serif !important;
    font-weight: 500;
    font-size: 25px;
    line-height: 1em;
    color: #aaa;
    padding: 20px 20px 15px;
    margin-right: 7px;
    border: 3px solid #f39b28;
    width: 50%;
    max-width: 340px;
    display: inline-block;
}

#storeSearch #business-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Lato-Regular' !important;
    font-weight: 500;
    font-size: 25px;
    line-height: 1em;
    color: #aaa;
    padding: 20px 20px 15px;
    margin-right: 10px;
    border-radius: 7px;
    width: 30%;
    max-width: 210px;
    display: inline-block;
    background: url(/wp-content/themes/pump-it-up/images/arrow_down.gif) no-repeat #fff;
    background-position: right 8px top 20px;
    cursor: pointer;
}

#storeSearch #business-search #bu-search {
    width: auto !important;
    padding: 20px 25px 15px 25px !important;
    margin: 0;
    font-family: 'Lato-Black', sans-serif;
    font-weight: normal;
    line-height: 1.25em !important;
    color: #fff;
    font-size: 29px;
    letter-spacing: 0;
    text-align: center;
    background: #f39b28;
    border: 3px solid #f8dd96;
    display: inline-block;
    float: none;
    text-transform: uppercase;
}

#storeSearch #business-search-results {
    position: relative;
    margin: auto;
    padding: 40px;
    background-color: #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.31);
    max-width: 1100px;
    overflow: hidden;
}

#storeSearch #business-search-results-left {
    float: left;
    width: 55%;
}

#storeSearch #business-search-results-left {
    float: left;
    width: 55%;
}

#storeSearch ul, #storeSearch ol {
    list-style: none;
}

#storeSearch #business-search-results-left ul {
    position: relative;
}

#storeSearch #business-search-results-left .business {
    width: 100%;
    float: left;
    font-size: 17px;
}

#storeSearch #business-search-results .business-left {
    float: left;
    width: 12%;
    min-width: 40px;
    min-height: 60px;
}

#storeSearch #business-search-results .business-right {
    float: left;
    width: 83%;
    padding: 32px 0 15px 0;
    border-bottom: 4px solid #71BF44;
    margin-bottom: 25px;
}

#storeSearch #business-search-results .business-distance-number p {
    background: url("/wp-content/uploads/2016/02/location-pin.png") no-repeat 0 0;
    background-size: 40px;
    display: block;
    height: 60px;
    width: 40px;
    padding: 0;
    margin: 0;
}

#storeSearch #business-search-results .business-distance-number span {
    font-family: 'BangoPro', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1em;
    color: #ed1d26;
    padding: 10px 0;
    display: block;
    text-align: center;
}

#storeSearch #business-search-results .business h2, #storeSearch #business-search-results .business h2 a {
    font-family: 'Lato-Black', sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 1.35em;
    color: #8A288F;
    text-decoration: underline;
    text-align: left;
    text-shadow: none;
}

#storeSearch #business-search-results .business a, #storeSearch #business-search-results .business p a {
    text-decoration: underline;
    color: #8A288F;
}

#storeSearch #business-search-results .business a:hover, #storeSearch #business-search-results .business h2 a:hover {
    text-decoration: none;
}

#storeSearch #business-search-results .business-details {
    margin-bottom: 15px;
}

#storeSearch #business-search-results .business-details:last-child, #storeSearch #business-search-results .business-details.last {
    margin-right: 0;
}

#storeSearch #business-search-results .business p {
    color: #555;
    font-size: 17px;
    line-height: 1.65em;
}

#storeSearch #business-search-results ul.business-links {
    clear: both;
    width: 100%;
}

#storeSearch #business-search-results ul.business-links li {
    display: inline-block;
    color: #771783;
    border-right: 2px solid rgba(119, 23, 131, 0.5);
    padding: 0 8px;
}

#storeSearch #business-search-results ul.business-links li a {
    color: #771783;
    text-decoration: underline;
}

#storeSearch #business-search-results ul.business-links li a:hover {
    text-decoration: none;
}

#storeSearch #business-search-results ul.business-links li:last-child {
    border-right: none;
}

#storeSearch #business-search-results-right, #storeSearch #business-search-results-right {
    float: right;
    width: 43%;
}

#storeSearch #business-search-results-right #map {
    border: 15px solid #fff;
    /*  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.30);
      -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.30);
      box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.30);*/
    width: 100% !important;
}

/**** CALENDAR ****/
.events-archive .entry-content, .events-archive .entry-header {
    width: 100%;
}

/** Pricing **/
.birthday_grid tr td {
    padding: 6px;
}

.birthday_grid h2 {
    background: #0089c7;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.birthday_grid table {
    border: 2px solid #fff;
    width: 100%;
    word-break: break-word;
}

.birthday_grid h3 {
    color: #9b2988;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.birthday_grid ul {
    margin: 0 0 0 15px;
    padding: 10px;
}

.birthday_grid ul li {
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.birthday_grid tr td.bg_col1 {
    background: #f3f3f4 none repeat scroll 0 0;
    border: 2px solid #fff;
    padding: 10px 0 10px 10px;
    vertical-align: top;
    width: 250px;
}

.bg_2col {
    border: 2px solid #fff;
    text-align: center;
    vertical-align: middle;
    width: 284px;
}

.bg_3col {
    border: 2px solid #fff;
    text-align: center;
    vertical-align: middle;
    width: 188px;
}

.bg_4col {
    border: 2px solid #fff;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}

.bg_orange, .bg_blue, .bg_yellow, .bg_green {
    color: #fff;
    font-size: 16px;
}

.bg_orange {
    background: #f9cf6c none repeat scroll 0 0;
}

.bg_blue {
    background: #94caea none repeat scroll 0 0;
}

.bg_yellow {
    background: #cd91d1 none repeat scroll 0 0;
}

.bg_green {
    background: #bbdd8c none repeat scroll 0 0;
}

.bg_orange_lt, .bg_blue_lt, .bg_yellow_lt, .bg_green_lt {
    color: #636466;
    font-size: 22px;
}

.bg_orange_lt {
    background: #fdeac0 none repeat scroll 0 0;
}

.bg_blue_lt {
    background: #d9ecf8 none repeat scroll 0 0;
}

.bg_yellow_lt {
    background: #ebd3ed none repeat scroll 0 0;
}

.bg_green_lt {
    background: #e8f4d9 none repeat scroll 0 0;
}

.bg_txt {
    display: block;
    font-size: 13px;
    width: 100%;
}

.bg_discount {
    color: #ed1c24;
    display: block;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}

.bg_pd {
    font-size: 16px;
    font-weight: 700;
}

a.bg_pd {
    text-decoration: none;
}

.bg_pkg_size {
    font-size: 23px;
    font-weight: 700;
}

.bg_pkg_duration {
    padding-top: 20px;
}

.bg_addons {
    display: inline-block;
    height: 90px;
    text-align: center;
    width: 33%;
}

#tabs ul.ui-tabs-nav, #tabs .etabs {
    list-style-type: none;
    overflow: hidden;
    padding: 0 0 0 20px;
}

#tabs ul.ui-tabs-nav li, #tabs .tab {
    float: left;
    padding: 4px 0 0 0;
    margin: 0 1px 1px 0;
    font-size: 17px;
}

.new-header{
    background-color: #e2e2e2 !important;
}

#tabs ul.ui-tabs-nav li a, #tabs .tab a {
    font-family: "Lato-Black";
    text-transform: uppercase;
    display: block;
    color: #942D83;
    background-color: #ffffff;
}

#tabs ul.ui-tabs-nav li.ui-tabs-active, #tabs .tab.active {
    border-bottom: 5px solid #fff;
    padding: 0;
    margin-left: 10px;
}

#tabs ul.ui-tabs-nav li.ui-tabs-active a, #tabs .tab.active a.active {
    /*background-color: #fff;*/
    color:#942D83;
    font-family:"Lato-black";
    padding: 20px;
    text-transform: uppercase;
}

#tabs .ui-tabs-panel, #tabs > div {
    padding: 20px 40px;
    background: #fff !important;
}

.listing {
    overflow: hidden;
    clear: both;
    padding: 0% 5%;
}

.listing_image {
    width: 30%;
    margin: 5% 0;
    float: left;
}

/*Party addon images/gifs*/

.listing .wrapper {
    position: absolute;
    z-index: 2;
    background-color: transparent;
    max-width: 100%;
    border: 8px solid #e2e2e2;
    border-radius: 6px;
}

.listing .canvas {
    position: absolute;
    z-index: 1;
    max-width: 100%;
    border-radius: 8px;
}

.listing .gif {
    position: absolute;
    z-index: 0;
}

.listing .hide {
    display: none;
}

.privacy {
    width: 100%;
    padding: 5%;
    float: left;
    text-align: initial;
}

.listing_text {
    width: 70%;
    padding: 5% 5% 10% 5%;
    float: left;
    overflow: hidden
}

.listing_text ul {
    margin-left: 20px;
    margin-top: 10px;
}

.listing_text.full-width {
    width: 100% !important;
    padding-left: 0% !important;
    padding-bottom: 0% !important;
}

.listing_text p {
    font-family:'Lato';
    line-height: 22px;
    padding-bottom: 0;
    padding: 10px 0;
}

.listing_text h2 {
    font-family: 'Lato-Black', sans-serif;
    color: #8A288F;

}

.listing_text h4 {
    font-size: 20px
}

.listing_text h5 {
    padding: 20px 0;
    font-weight: bold;
    color: #9c23a3;
    text-align: right;
}

.listing_text table {
    margin-top: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.listing_text tr td {
    padding: 6px 20px;
    border-top: 1px solid #ccc;
}

.listing .listing_date {
    font-weight: bold;
    font-size: 18px;
}

.listing .listing_time {
}

.listing .listing_price {
    /*    font-weight: bold;
        color: #9c23a3;*/
    padding: 0 0 20px 0;
    margin-top: -2px;
}

.bold {
    font-weight: bold;
}

.right {
    text-align: right
}

.candle {
    background-repeat: repeat-x;
    background-position: bottom left;
    -webkit-background-size: auto;
    /*-webkit-background-size: normal;*/
    -moz-background-size: auto;
    /*-moz-background-size: normal;*/
    background-size: auto;
    /*background-size: normal;*/
    padding: 0;

}

/** Calendar **/

.fc-day-grid {
    border-bottom: 1px solid #ccc;
}

.fc-day-grid-event .fc-content, .fc-time-grid-container {

}

.fc-day-grid-event .fc-content-full-title {
    overflow: visible;
    white-space: inherit;
}

.fc-scroller, .fc-time-grid-container {
    height: auto !important;
}

.fc-view-container table {
    border: none;
    margin: 0;
}

.fc-view-container table td, .fc-view-container table th {
    padding: 0;
}

.calendar-event-type-legend {
    padding: 10px;
}

.calendar-event-type, .calendar-event-type-legend {
    font-weight: bold;
    font-size: 10px;
    line-height: 4em;
    text-align: center;
}

.calendar-event-type ul, .calendar-event-type-legend ul {
    line-height: 26px;
    list-style-type: disc;
    padding: 0 0 23px 16px;
}

.calendar-event-type ul li, .calendar-event-type-legend ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 0.3em;
    background-color: transparent;
    border-left: 10px solid #e32800;
    border-right: 5px solid transparent;
    color: inherit;
    margin: 15px 5px;
    padding-left: 5px;
    line-height: 10px;
}

.calendar-event {
    border-bottom: 1px dotted #CCCACA;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    width: 100%;
}

.calendar-event .list-date {
    background: #666 none repeat scroll 0 0;
    box-sizing: border-box;
    display: inline;
    float: left;
    font-weight: bold;
    margin: 10px 5% 10px 0;
    overflow: hidden;
    padding: 3px;
    text-align: center;
    width: 20%;
}

.calendar-event .list-date .list-dayname {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    color: #666;
    display: block;
    font-size: 9px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.calendar-event .list-date .list-daynumber {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    width: 100%;
}

.calendar-event .list-info {
    display: inline;
    float: left;
    line-height: 1;
    margin: 15px 0;
    width: 70%;
}

.fc-day-grid-event {
    box-shadow: -1px 2px 4px #ccc;
    margin: 4px;
    padding: 4px;
    overflow: hidden;
}

.sitemap .sitemap_column1 .widget_nav_menu {
    float: right;
    padding-right: 10% !important;
}

.sitemap .sitemap_column2 .widget_nav_menu {
    float: left;
    padding-left: 10% !important;
}

.menu-main-menu-container ul, li {
    list-style-type: none;
}

.sitemap a {
    white-space: nowrap;
    font-size: 18px;
    color: #005FD7 !important;
    line-height: 25px;
    text-decoration: underline;
}

/** Calendar Widget **/
.fc-widget-content div[id*="daynum-"] a::before {
    background: #fff none repeat scroll 0 0;
}

.fc-widget-content div[id*="daynum-"] a::before {
    background: #fff none repeat scroll 0 0;
}

.fc-widget-content .fc-has-events {
    background-color: #fff;
}

.fc-widget-content .fc-selected {
    background-color: #9c23a3 !important;
    color: #fff;
}

.fc-widget-content .fc-today {
    background: #fcf8e3 none repeat scroll 0 0;
}

.fc-widget-content .fc-has-events div[id*="daynum-"] a::before {
    background: #999 none repeat scroll 0 0;
    border-radius: 7px;
    bottom: 4px;
    content: "";
    display: block;
    height: 7px;
    left: 50%;
    margin: 5px auto 0 -4px;
    padding: 0;
    position: absolute;
    width: 7px;
}

.fc-widget-content .fc-has-events div[id*="daynum-"] a::before {
    background-color: #D0D0D0
}

.fc-widget-content .fc-has-events.fc-selected div[id*="daynum-"] a::before {
    background-color: #fff
}

.fc {
    margin-bottom: 20px;
}

/*.fc-widget-content .fc-has-events div[id*="daynum-"] a.fc-color1::before {
    background-color: #8b1fdf;
}

.fc-widget-content .fc-has-events div[id*="daynum-"] a.fc-color2::before {
    background-color: #0c73dc;
}

.fc-widget-content .fc-has-events div[id*="daynum-"] a.fc-color3::before {
    background-color: #ff6407;
}

.fc-widget-content .fc-has-events div[id*="daynum-"] a.fc-color4::before {
    background-color: #e32800;
}

.fc-widget-content .fc-has-events div[id*="daynum-"] a.fc-color5::before {
    background-color: #b71b10;
}

.fc-widget-content .fc-has-events div[id*="daynum-"] a.fc-color6::before {
    background-color: #E32800;
}

.fc-widget-content .fc-has-events div[id*="daynum-"] a.fc-color7::before {
    background-color: #733b9c;
}

.fc-widget-content .fc-has-events div[id*="daynum-"] a.fc-color8::before {
    background-color: #ffcb05;
}

.fc-widget-content .fc-has-events div[id*="daynum-"] a.fc-color9::before {
    background-color: #6a4392;
}

.fc-widget-content .fc-has-events div[id*="daynum-"] a.fc-color10::before {
    background-color: #3a87ad;
}*/

.fc-widget-content div[id*="daynum-"] a {
    display: block;
    padding: 0 0 15px;
    color: inherit;
    position: relative;
    text-decoration: none;
    text-align: center;
}

#calendar-widget .fc-content-skeleton {
    display: none;
}

.fc-event-container > .fc-past-event {
    filter: alpha(opacity=20); /* internet explorer */
    -khtml-opacity: 0.2; /* khtml, old safari */
    -moz-opacity: 0.2; /* mozilla, netscape */
    opacity: 0.2; /* fx, safari, opera */
}

.fc-content .fc-title {
    font-weight: normal;
}

.large_calendar {
    position: relative;
    padding-top: 50px;
}

.large_calendar.sm_padding .et_pb_row {
    padding-top: 40px !important;
}

.large_calendar .calendar-event-type {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    text-align: center
}

.large_calendar .fc-center {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}

.large_calendar .fc-center h2 {
    font-size: 25px !important;
    padding: 0;
    margin: 0 auto;
    float: none;
}

.calendar-event-type-items {
    padding: 6px;
    border-radius: 3px;
    background: #F7F7F7;
}

.calendar-event-type-items:focus {
    border-color: #80868A;
}

.header {
    padding: 45px 0 0 0;
    background-position: left bottom;
}
.et_pb_column.header {
    padding-top: 0px;
}
.et_pb_text.header {
    padding: 30px 0;
}
.header h1, .header h2 {
    font-size: 45px;
    padding: 10px 0;
    margin-left: 20px;
}

.header .et_pb_row {
    padding: 1% 0;
    margin: 0 6%;
}

.header .widgettitle {
    display: none;
}

.et_pb_gutters3 .header .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 1px !important;
    background-color:#e2e2e2;
}

.et_pb_gutters3 .header .et_pb_column_4_4 .et_pb_widget {
    width: 100% !important;
    margin: 0;
}

.header .et_pb_widget ul li {
    float: left;
    margin-right: 5px;
    position: relative;
}

.header .et_pb_widget ul li a {
    padding: 5px 16px;
    display: block;
    border-radius: 3px;
    background-color: #58c5fb;
    color: #fff;
    font-size: 15px;
    margin: 3px 0;
}

.header .et_pb_widget .current-menu-item a {
    background: #fff;
    color: #2076d4;
    font-size: 18px;
    padding: 8px 20px;
    margin: 0;
}

.header .et_pb_widget .current-menu-item a:after {
    display: block;
    content: url('/wp-content/themes/pump-it-up/images/wt_arrow.png');
    position: absolute;
    width: 10px;
    height: 10px;
    left: 45%;
    bottom: 2px;
}

.et_pb_button.red, .et_pb_button.blue, .et_pb_button.purple, .et_pb_button.orange, .et_pb_button.active {
    font-size: 20px;
    color: #fff !important;
    text-align:center !important;
    padding: 20px 20px;
    border: none;
    font-family: 'Lato-Black', sans-serif;
    text-transform: uppercase;
    margin-left: 15px;
    min-width: 15%;
}

.et_pb_button.red:after, .et_pb_button.blue:after, .et_pb_button.purple:after, .et_pb_button.orange:after {
    line-height: 35px !important;
    display: none;
    content: "";
}

.et_pb_button.red {

}

.et_pb_button.red:hover {
    background: none;
    background-color: #942D83;
    border-color: #E32800;
}

.et_pb_button.blue {
    background:#0089c7 !important;
    color:#fff !important;
    font-family: "Lato-Black";
    border-radius: 25px;
}

.et_pb_button.active {
    background:#fff;
    color:#942D83 !important;
    text-align: center;
    border-bottom: 5px solid #fff;
}

.et_pb_button.purple {
    background: #fff;
    color:#942D83 !important;
    text-align: center;
    border-bottom: 5px solid #e2e2e2 !important;
}

.et_pb_button.purple-true {
    background: none;
    background-color: #8224cc;
    text-align: center;
}

.et_pb_button.purple-true:hover {
    background: none;
    background-color: #8224cc;
}

.et_pb_button.red:hover, .et_pb_button.blue:hover, .et_pb_button.purple:hover, .et_pb_button.orange:hover {

}

.padded_row{
    padding:50px !important;
}
/*Responsive styles */

/*FAQ*/

.faqWrapper {
    /*background: url('/wp-content/themes/pump-it-up/images/tabs_back.jpg') repeat-x #fff;*/
    padding: 20px 20px;
}

.faqRow {
    display: block;
    padding: 10px;
}

.faqQuestion {
    font-size: 22px;
    color: #88248D;
    font-family: 'Lato-Bold', sans-serif;
    padding-bottom: 10px;
}

.faqAnswer {
    color: #707070;
    font-weight: 400;
    font-size: 18px;
}

.listing_text.about p {

}

h1.page_title {
    display: none;
}

.local_contact_us.address {
    font-size: 14px;
}

.local_contact_us {
    width: 40%;
    float: left;
}

#map_contact_us {
    height: 400px;
    border: 15px solid #fff;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.30)
}

/* Easy Tab styles */
.tab a {
    display: block;
    color: #942D83;
    background-color: #ffffff;
    padding: 8px 15px;
}

.tab-container .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}

.et_pb_gutters3 .sm_padding.open_bounce .et_pb_column {
    margin-right: 3% !important
}

.et_pb_gutters3 .sm_padding.open_bounce .et_pb_column_1_4 {
    width: 22.875% !important;
    margin-right: 0 !important
}

.calendar_button {
    color: #fff !important;
    padding: 7px 20px;
    border-radius: 50px;
    background: #0089c7;
    text-transform: uppercase;
    font-family: "Lato-Black", Sans-Serif;
}

.popup_content input {
    padding: 7px;
    border: 2px solid #ddd;
}

.popup_content input:focus {
    padding: 7px;
    border: 2px solid #999;
}

.reserve {
    color: #fff !important;
    display: block;
    float: left;
    padding: 8px 12px;
    border-radius: 30px;
    background: #942D83;
    margin-top: 15px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    font-family: "Lato-Black", Sans-Serif;
}

.form-text-group-1 {
    display: inline-block;
    width: 200px;
    margin: 5px 10px 5px 0;
}

.form-text-group-3 {
    display: inline-block;
    width: 100px;
    margin: 5px 10px 5px 0;
}

.form-button {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    background: #f5821f url('/wp-content/themes/pump-it-up/images/bkg_form_buttom.png') repeat-x;
    background-color: #f5821f;
    border: 1px solid #f5821f;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-bottom: 1px solid #9f9f9f;
    -moz-box-shadow: inset 0 1px 0 #f5821f;
    -webkit-box-shadow: inset 0 1px 0 #f5821f;
    box-shadow: inset 0 1px 0 #f5821f;
    cursor: pointer;
    margin-bottom: 10px;
}

.form-indent {
    margin-left: 0
}

.form-indent {
    text-align: left;
    font-size: 12px;
    /*width: 250px;*/
    padding-top: 20px;
}

.info {
    padding-bottom: 20px;
}

.form-text-group-2 {
    padding-bottom: 20px;
}

.two_col {
    width: 50%;
    padding: 5%;
    float: left
}

.two_col h4 {
    font-family: 'BangoPro', sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 1.35em;
    color: #007DB6;
}

.two_col h5 {
    font-size: 20px;
    color: #666;
}

.pg-nav {
    width: 10%;
    text-align: center;
    float: left;
}

.pg-nav a {
    display: block;
    height: 50px;
    margin: 0 auto;
    padding-top: 179px;
}

.pg-nav a.pg-prev {
    background-position: 0 0;
}

.pg-nav a.pg-next {
    background-position: -50px 0;
}

.car-slide-photo {
    overflow: hidden;
}

.pg-image {
    width: 80%;
    vertical-align: top;
    text-align: center;
    float: left;
    background: #fff;
    box-shadow: 3px 3px 10px #ccc;
    padding: 15px;
    margin-bottom: 10px;
}

.content {
    min-height: 100px;
    min-width: 200px;
}

.address {
    width: 90%;
}

.go-icon {
    width: 30px;
    height: 30px;
    float: right;
}

#map-steps {
    display: none;
    float: left;
    width: 0px;
    height: 400px;
    overflow: auto;
    border: 1px solid #aaa;

}

#map-canvas {
    float: right;
    width: 100%;
    height: 400px;
    border: 1px solid #aaa;
}

/*Coupon*/

.small-coupon {
    width: 48%;
    border: #7F47AD 4px solid;
    overflow: hidden;
    float: left;
    padding: 20px;
    min-height: 450px;
    margin: 10px 2% 20px 0;
}

.small-coupon-title {
    display: block;
    width: 100%;
    text-align: center;
}

.small-coupon-title h3 {
    color: #7F47AD;
    font-size: 35px;
    margin: 20px 0px 10px 0px;
}

.small-coupon-title-edit {
    display: block;
    width: 100%;
    text-align: center;
    color: #00aef0;
    font-size: 28px;
    vertical-align: top;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}

.small-coupon-text {
    margin: 5px 0 5px 0;
}

.small-coupon-expire, .coupon-expire {
    color: #00aef0;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    padding: 10px 0;
}

.small-coupon-disclaimer {
    font-size: 12px;
    line-height: 14px
}

.small-coupon-store {
    padding: 10px 0 0 0;
}

.small-coupon-logo {
    width: 40%;
    float: left;
}

.small-coupon-address {
    font-size: 12px;
    float: left;
    width: 60%;
}

.large-coupon {
    border: #8DC73F 4px solid;
    padding: 20px;
    width: 98%;
    overflow: hidden;
    margin-bottom: 15px;

}

#coupons {
    line-height: 1.4;
}

.large-coupon-left {
    width: 80%;
    padding-right: 5%;
    float: left;
}

.large-coupon-right {
    width: 20%;
    float: left;
}

.large-coupon-title h3 {
    color: #942D83;
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    line-height: 32px;
    margin: 35px 0px 10px 0px;

}

.large-coupon-title-edit {
    text-align: left;
    color: #00aef0;
    font-size: 28px;
    vertical-align: top;
    font-weight: 700;
    margin: 10px 0px 10px 0px;
}

.large-coupon-text {
    padding: 10px 0;
}

.large-coupon-disclaimer {
    font-size: 12px;
    line-height: 14px;
}

.large-coupon-logo {
    text-align: right;
}

.large-coupon-address {
    font-size: 12px;
    text-align: right;
    margin-left: 60px;
}

.coupon-extras {
    padding-top: 10px;
}

.small-coupon-extras {
    padding-top: 25px;
}

.print-option {
    text-align: right
}

.print-option img {
    width: auto;
    max-width: none;
}

#group_event {
    margin-bottom: 100px;
}

#group_event p {
    font-family: "Lato-Regular";
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0 20px 0;
    text-align: center;
}

#group_event ul li {
    font-family: "Lato-Regular";
    text-align: left;
    line-height: 18px;
    margin: 30px 0 0 20px;
    list-style: none;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

iframe {
    width: 100% !important;
    /*height: 1500px;*/
}

.reserve-iframe {
    height: 1500px;
}

.reserve-iframe-new-booking {
    height: 4000px;
}

.fc-past-event {
    opacity: .3 !important;
}

#bu-search:after {
    display: none !important;
}

#birthday-experiences {
    margin: 0 auto;
}

.food-menu {
    color: #fff!important;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 50px;
    background: #0089c7;
    cursor: pointer;
    border: none;
    margin: 5px;
    text-transform: uppercase;
    clear: both;
    font-family: Lato-Black,Sans-Serif;
    font-size: 20px;
}

.add-on-menu {
    color: #fff !important;
    display: block;
    float: left;
    padding: 8px 12px;
    border-radius: 5px;
    background: url('/wp-content/themes/pump-it-up/images/btn_blue.jpg') repeat-y #1f87e0;
    margin-top: 15px;
    cursor: pointer;
    border: none;
    margin: 5px;
    clear: both;
}

.add-on-menus {
    padding-bottom: 75px;
}

article h2 a:hover {
    color: #8A288F;
}

.form-question {
    display: inline-block;
    width: 550px;
    font-weight: normal;
    font-size: 16px;
    color: #00aef0;
    margin-left: 250px;
    padding: 20px 0 5px 0px;
    text-align: left;
    vertical-align: top;
}

.form-label {
    display: inline-block;
    width: 300px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #00aef0;
    padding: 0 10px 0 0;
    text-align: right;
    vertical-align: top;
}

.form-text {
    display: inline-block;
    border: #e6e6e6 1px solid;
    color: #000;
    text-align: left;
    font-size: 16px;
    width: 500px;
    padding: 5px;
    margin: 0 0 5px 0;
}

.red-text {
    color: #FF0000;
}

.form-text-area {
    display: inline-block;
    border: #e6e6e6 1px solid;
    color: #000;
    text-align: left;
    font-size: 16px;
    width: 500px;
    height: 100px;
}

.form-indent {
    text-align: left;
    font-size: 16px;
    width: auto;
    padding: 5px;
    margin-left: 310px;
    padding: 10px 0 0 0;
}

.date-request-sumbit {
    color: #fff !important;
    display: block;
    float: left;
    padding: 8px 12px;
    border-radius: 5px;
    background: #E32800;
    margin-top: 15px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}

form#form-date-request div {
    margin-bottom: 15px;
}

/*Styles for the blog*/
#blog-name {
    margin-bottom: 25px;
    margin-top: 13px;
}

#group-event-header{
    color:#ffffff !important;
}

#blog-name span.title {
    font-family: 'Lato-Black',sans-serif;
    font-size: 48px;
    color: #444;
    text-shadow: none;
    margin-top: 10px;
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
    line-height: 1em;
}

#blog-name span.subtitle {
    font-family: 'Mikado';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #bbb;
    padding: 5px 0 0 0;
    text-align: center;
    display: block;
    line-height: 1em;
}

@media (max-width: 767px) {
    #blog-name {
        margin-bottom: 5px;
        margin-top: 0;
        border-bottom: 1px solid #ececec;
        padding-bottom: 10px !important;
    }

    #blog-name span.title {
        font-size: 24px;
        padding: 0 0 5px 0;
        margin: 0;
    }

    #blog-name span.subtitle {
        font-size: 12px;
    }
}

.page-blog #et-main-area, .single #et-main-area, .archive #et-main-area, .search #et-main-area {
    margin-top: 22px;
}

.page-blog #main-content, .single #main-content, .archive #main-content, .search #main-content, .page-blog #main-footer, .single #main-footer, .archive #main-footer, .search-results #main-footer, .page-blog .entry-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.single .et_pb_column, .archive .et_pb_column, .search .et_pb_column {
    width: 100%;
}

.page-blog #main-footer .container, .archive #main-footer .container, .single #main-footer .container, .search #main-footer .container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.page-blog #footer-widgets, .archive #footer-widgets, .single #footer-widgets, .search #footer-widgets {
    border: none !important;
}

.single .et_pb_section {
    padding-top: 0;

}

.page-blog .et_pb_section_0 {
    background-color: #e2e2e2 !important;
    background-image: none !important;
}

.page-blog.custom-background, .single.custom-background, .archive.custom-background, .search.custom-background {
    background-attachment: scroll;
    background-color: #fff !important;
    background-image: none !important;
    background-position: left top;
    background-repeat: repeat;
    margin-bottom: -60px;
}

.page-blog #footer-widgets .footer-widget:last-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    clear: both;
    float: none;
    height: 9px;
    padding: 0;
    width: 100%;
}

.page-blog #main-footer .container, .single #main-footer .container, .archive #main-footer .container, .search #main-footer .container, .page-blog #footer-widgets, .single #footer-widgets, .archive #footer-widgets, .search #footer-widgets, .page-blog #footer-widgets .footer-widget:last-child, .single #footer-widgets .footer-widget:last-child, .archive #footer-widgets .footer-widget:last-child, .search #footer-widgets .footer-widget:last-child, .page-blog .fullw #main-footer, .archive .fullw #main-footer, .single .fullw #main-footer, .search .fullw #main-footer {
    background: none;
}

.page-blog .fullw, .archive .fullw, .single .fullw, .search .fullw {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #0460e2 0%, #1a82df 50%, #1a82df 75%, #0a6ae1 100%) repeat scroll 0 0;
    margin: 0 auto;
}

.page-blog .et_pb_section:first-child, .single .et_pb_section:first-child, .archive .et_pb_section:first-child, .search .et_pb_section:first-child {
    padding: 0 !important;
}

.page-blog #footer-widgets {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 0;
}

.page-blog .et-pb-controllers a {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 7px;
    display: inline-block;
    height: 14px;
    margin-right: 10px;
    text-indent: -9999px;
    width: 14px;
}

.page-blog .et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .page-blog .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_slide_title, .page-blog .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_slide_content {
    background-color: transparent;
}

.page-blog .et_pb_slider .et_pb_container {
    float: right;
    width: 50%;
}

.page-blog .et_pb_post_slider {
    border: 1px solid rgb(238, 238, 238);
    background-color: #fff;
}

.page-blog .et_pb_slider .et_pb_slide {
    width: 100%;
    padding: 0;
}

.et-pb-active-slide .et_pb_slide_description {
    animation: 0s ease 0s normal none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
}

.page-blog .et_pb_slide_description {
    background: -moz-linear-gradient(left, rgba(239, 244, 247, 0) 0%, rgba(239, 244, 247, 0.6) 10%, rgba(239, 244, 247, 1) 45%);
    background: -webkit-linear-gradient(left, rgba(239, 244, 247, 0) 0%, rgba(239, 244, 247, 0.6) 10%, rgba(239, 244, 247, 1) 45%);
    background: linear-gradient(to right, rgba(239, 244, 247, 0) 0%, rgba(239, 244, 247, 0.6) 10%, rgba(239, 244, 247, 1) 45%);
    min-height: 667px;
    padding-top: 7em;
}

.page-blog .et_pb_slide_title > a, .single .et_pb_slide_title > a {
    color: #252525;
    font-family: 'Mikado', sans-serif !important;
    text-shadow: none;
    font-size: 38px;
    line-height: 1.25em;
}

.page-blog .et_pb_slide_title > a:hover, .page-blog .et_pb_slide_description > a:hover, .page-blog .et_pb_post_slider.et_pb_bg_layout_dark .post-meta a:hover {
    color: #8A288F !important;
}

.page-blog .stext, .single .stext, .archive .stext, .search .stext {
    position: absolute;
    top: 5em;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    left: 0;
}

.page-blog .stext {
	text-decoration: underline;
	text-decoration-color: #d8e2dd;
	text-decoration-thickness: 3px;
	text-decoration-style: solid;
}

.page-blog .stext a, .single .stext a, .archive .stext a {
    /*border-bottom: 3px solid #d8e2dd;*/
    padding: 0 0 10px;
}

.page-blog .et_pb_post {
    text-align: center;
    clear: both;
    float: left;
}

.page-blog.search .et_pb_post {
    text-align: left;
}

.page-blog .et_pb_post_slider.et_pb_bg_layout_dark .post-meta, .page-blog .et_pb_post_slider.et_pb_bg_layout_dark .post-meta a {
    color: #707070 !important;
    margin: 35px auto auto;
    font-size: 16px !important;
}

.page-blog .et_pb_post_slider.et_pb_bg_layout_dark .post-meta a:hover {
    color: #8A288F;
}

.page-blog .stext > a, .single .stext > a, .archive .stext > a, .search .stext > a {
    color: #707070 !important;
    font-family: 'Mikado', sans-serif !important;
    font-size: 19px !important;
    text-shadow: none !important;
}

.page-blog .published, .single .published, .archive .published, .search .published {
    font-family: 'MikadoLight', sans-serif !important;
    font-size: 17px;
    text-shadow: none !important;
}

.page-blog .post-meta, .single .post-meta, .archive .post-meta, .search .post-meta, #left-area .post-meta a {
    color: #707070 !important;
    font-family: 'MikadoLight', sans-serif;
    font-size: 17px !important;
    text-shadow: none !important;
}

#left-area .post-meta a:hover, .post-meta a:hover {
    color: #87238F !important;

}

.page-blog .sbut.et_pb_more_button.et_pb_button {
    background: none;
    border: 2px solid #007DB6;
    color: #007DB6;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 18px !important;
    text-transform: uppercase;
    font-family: 'Mikado', sans-serif;
}

.page-blog .sbut.et_pb_more_button.et_pb_button:hover {
    border: 2px solid #890B90 !important;
    color: #890B90;
}

.page-blog .sbut.et_pb_more_button.et_pb_button::after {
    content: "";
}

.page-blog .et_pb_slider_with_text_overlay h2.et_pb_slide_title {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    line-height: 50px;
    margin: 0 auto;
    padding: 30px 30px 0;
}

.page-blog .entry-title, .single .entry-title, .archive .entry-title, .search .entry-title {
    text-align: center;
}

.page-blog .et_pb_blog_grid h2, .page-blog .et_pb_blog_grid h2 a {
    font-family: 'Mikdao', Verdana, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.25em;
}

.page-blog .et_pb_blog_grid h2 a:hover {
    color: #8A288F;
}

.page-blog .et_pb_blog_grid p, .page-blog .et_pb_blog_grid p.lexcerpt, .page-blog .threebl .size-1of3 article, .page-blog .threebl .size-1of2 article {
    font-family: 'MikadoLight';
    font-size: 16px !important;
    line-height: 1.65em;
    color: #252525;
}

.page-blog .et_pb_blog_grid p.post-meta {
    display: block;
}

.page-blog .et_pb_blog_grid p, .page-blog .et_pb_blog_grid p.lexcerpt {
    display: none;
}

.page-blog .et_pb_row {
    width: auto;
}

.page-blog .et_pb_blog_grid .et_pb_post {
    background-color: #fff;
    border: medium none;
    padding: 19px;
    word-wrap: break-word;
}

.page-blog .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_center.et_pb_text_1 > h2, .single .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_center.et_pb_text_1 > h2, .archive .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_center.et_pb_text_1 > h2, .search .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_center.et_pb_text_1 > h2 {
    color: #464646 !important;
    font-size: 20px !important;
    padding: 30px 0 0;
    text-transform: uppercase;
}

.page-blog .post-meta.fmeta {
    text-align: center;
}

.page-blog .feacat {
    margin: 15px auto auto;
    text-align: center;
}

.page-blog .fmeta .published {
    color: #959595;
    font-family: 'Mikado', sans-serif;
    font-size: 17px;
}

.page-blog .feacat > a {
    color: #636363 !important;
    font-size: 19px;
    font-family: 'Mikado', sans-serif;
}

.page-blog .feacat > a:hover {
    border-bottom: 1px solid #636363;

}

.page-blog .threebl {
    border-bottom: 1px solid #ccc;
}

.page-blog .thsection {
    padding: 2% 0 0 !important;
}

.page-blog .ltsection {
    padding: 0 !important;
}

.page-blog .lcomment {
    color: #464646;
    font-family: 'Mikado', sans-serif;
    font-size: 17px;
    margin-left: 20px;
}

.page-blog .entry-content, .single .entry-content, .archive .entry-content, .search .entry-content {
    background: none !important;
    padding: 0;
}

.page-blog .et_pb_post .entry-featured-image-url:hover {
    opacity: .75;
}

.single .entry-title {
    padding: 30px 0 20px 0;
}

.entry-title {
    color: #464646;
    font-family: 'Mikado', sans-serif;
    text-shadow: none;
    font-size: 48px;
    line-height: 1.25em;
}

#sidebar .et_pb_widget, .et_pb_column_1_4 .et_pb_widget {
    margin-bottom: 5em;
    text-align: center;
}

/** Single Blog Post **/
.single #left-area, .single #left-area article, .single article {
    float: left;
    width: 100%;
}

.et_pb_post .post-meta a {
    font-size: 17px;
}

.single .et_right_sidebar #left-area {
    width: 100%;
    padding-right: 0;
}

.single #left-area .post-meta {
    text-align: center;
}

.single #left-area .entry-content, .single #left-area article img, .single #left-area #comment-wrap {
    max-width: 728px;
    margin: 0 auto;
    width: 100%;
    float: none;
    display: block;
	padding: 2%;
}

.single #left-area article img {
    padding-bottom: 30px;
}

#meta-details, #meta-details .entry-title, #meta-details span.fn, #meta-details span.fn a, #meta-details span.author vcard {
    font-size: 12px;
    font-weight: 500;
    display: none;
    border: none !important;
}

/** Blog Paged **/
.page-blog.paged #blog-slider-wrapper, .page-blog.paged #blog-featured-wrapper .et_pb_row {
    display: none !important;
}

/** Single Blog Post Footer Widgets **/
.blog-box {
    margin: 0 auto;
    width: 100%;
    display: block;
    border: 1px solid #f7ba2d;
    float: left;
    border-radius: 5px;
    padding: 3%;
    margin-bottom: 60px;
    margin-top: 60px;
    padding: 40px 0;
    background: #fffbf1;
}

.box-left, .box-right {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
}

.box-mid {
    width: 3px;
    background-color: #f7ba2d;
    transform: skew(-26deg);
    -webkit-transform: skew(-26deg);
    -moz-transform: skew(-26deg);
    -o-transform: skew(-26deg);
    -ms-transform: skew(-26deg);
    margin: 0 1%;
    display: inline-block;
    vertical-align: middle;
    height: 112px;
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    position: relative;
}

.blog-box .et_pb_widget {
    float: none;
    text-align: center;
}

.blog-box .logo img {
    width: 150px;
}

.blog-box .logo h2 {
    margin-top: -10px;
    font-size: 32px;

}

.blog-box .box-bottom a, .blog-box .box-bottom button {
    background-color: #157bdf;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-family: "MikadoLight", sans-serif;
    font-size: 22px;
    display: block;
    padding: 10px;
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.blog-box .box-bottom a:hover, .blog-box .box-bottom button:hover {
    background-color: #007ab4;
    color: #FFF;
    border: none;
}

.box-right ul#social li {
    display: inline-block;
}

.box-right ul#social {
    text-align: center;
}

.box-right ul#social li a {
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    text-indent: -9999px;
    text-decoration: none;
    border: none;
    display: inline-block;
    background-size: 40px;
}

.box-right ul#social li a.fb {
    background-image: url("/wp-content/themes/pump-it-up/images/fb.png");
}

.box-right ul#social li a.tw {
    background-image: url("/wp-content/themes/pump-it-up/images/tw.png");
}

.box-right ul#social li a.pin {
    background-image: url("/wp-content/themes/pump-it-up/images/pin.png");
}

.box-right ul#social li a:hover, .box-right ul#social li a:hover {
    opacity: .75;
}

@media (max-width: 767px) {
    .box-left, .box-right {
        width: 100%;
    }

    .box-mid {
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
        width: 90%;
        display: block;
        height: 1px;
    }
}

/** Blog Sidebar **/
.widgettitle {
    border: medium none;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    font-family: 'Mikado', sans-serif;
    color: #464646;
    margin: 0 auto;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.widgettitle:after {
    content: " ";
    margin: 10px auto;
    width: 100px;
    height: 3px;
    background: #E5E5E5;
    display: block;
}

#text-8 {
    background: #fffbf1;
    padding: 40px 30px;
    font-size: 14px;
    border: 1px solid #f7ba2d;
    border-radius: 5px;
}

#text-8 .logo, #text-11 .logo, #text-14 .logo, #sidebar-right .textwidget .logo, .blog-box .textwidget .logo {
    text-align: center;
}

#text-8 .logo img, #text-11 .logo img, #text-14 .logo img, #sidebar-right .textwidget .logo img, .blog-box .textwidget .logo img {
    width: 150px;
}

#text-8 .logo span.title, #text-11 .logo span.title, #text-14 .logo span.title, #sidebar-right .textwidget .logo span.title, .blog-box .textwidget .logo span.title {
    margin-top: -10px;
    font-size: 32px;
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
    display: block;
}

.box-bottom a, .et_pb_widget li .box-bottom a, .et_pb_widget .box-bottom a, .box-bottom button {
    background-color: #1378e0;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 22px;
    display: block;
    padding: 10px;
    line-height: 26px;
    max-width: 240px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.box-bottom a:hover, .et_pb_widget li .box-bottom a:hover, .et_pb_widget .box-bottom a:hover, .box-bottom button:hover {
    background-color: #007ab4;
    color: #fff;
    border: none;
}

form#sidebar-newsletter {
    margin: 0;
}

form#sidebar-newsletter p {
    padding-bottom: 20px;
    font-size: 16px !important;
    text-align: center;
    font-family: 'Mikado';
}

form#sidebar-newsletter input {
    width: 100%;
}

form#sidebar-newsletter .et_pb_contact_submit.et_pb_button {
    width: 100%;
    margin: 0;
    padding: 12px !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    background-color: #363940;
    border: none;
    color: white;
    border-radius: 2px;
    transition: 0.2s ease all;
}

form#sidebar-newsletter .et_pb_contact_submit.et_pb_button:hover {
    cursor: pointer;
    background: #0f7fae;
}

form#sidebar-newsletter input.et_pb_contact_submit:after {
    content: none;
}

.page-blog .fullwidth-menu-nav, .single .fullwidth-menu-nav {
    margin: 10px auto;
    padding: 0 10px;
    border: none;
}

.page-blog .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_center.et_pb_text_0 strong {
    color: #464646;
    font-family: 'Mikado', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

#blog-nav {
    border: none !important;
}

#blog-nav {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 0;
}

#blog-nav .et_pb_widget_area {
    padding: 0;
    margin: 0;
}

#blog-nav .widget_nav_menu {
    width: 80% !important;
    margin: 0;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    padding: 3px 0 10px 0;
}

#blog-nav .widget_search {
    float: right;
    width: 20% !important;
    width: 20% !important;
    margin: 0;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    padding: 10px 0;
}

#blog-nav .widget_search input {
    border-radius: 30px !important;
}

ul#menu-blog, ul#menu-blog-1 {
    padding: 6px 0 0 0 !important;
    line-height: inherit !important;
    list-style: none !important;
    text-align: left;
    display: inline-block;
    width: 100%;
}

ul#menu-blog li, ul#menu-blog-1 li {
    padding: 0;
    margin: 5px 0;
    height: 31px;
    display: inline-table;
}

ul#menu-blog > li:last-child a, ul#menu-blog-1 > li:last-child a {
    border-right: none;
}

ul#menu-blog li > a, ul#menu-blog-1 li > a {
    color: #7d7d7d;
    font-family: "Mikado" !important;
    font-size: 16px !important;
    font-weight: normal;
    padding-bottom: 0;
    word-wrap: break-word;
    text-decoration: none;
    border: none;
    border-right: 1px solid #d9d9d9;
    padding: 0 13px;
    display: table-cell;
    vertical-align: middle;
}

ul#menu-blog li > a:hover, ul#menu-blog-1 li > a:hover {
    color: #000;

}

.et_pb_widget ul {
    padding: 0 !important;
    line-height: inherit !important;
    list-style: none !important;
    text-align: left;
}

.et_pb_widget li a, .et_pb_widget a {
    color: #252525;
    font-family: "Lato-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    border-bottom: 1px solid #666;
}

.et_pb_widget li a:hover, .et_pb_widget a:hover {
    color: #8A288F;
    border-bottom: none;
}

#recent-posts-2.et_pb_widget ul li, #sidebar .et_pb_widget ul li {
    margin-bottom: 1em;
}

#sidebar .address-section, #sidebar-right .address-section, #sidebar .franchise_links, #sidebar-right .franchise_links, #sidebar .social-section h4, #sidebar-right .social-section h4 {
    display: none !important;
}

#sidebar .hr, #sidebar-right .hr {
    display: none !important;
}

#sidebar .social-section, #sidebar-right .social-section, #sidebar ul#social, #sidebar-right ul#social {
    width: 100%;
    text-align: center;
}

#sidebar ul#social li, #sidebar-right ul#social li {
    display: inline-block;
}

#sidebar ul#social li a, #sidebar-right ul#social li a {
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    text-indent: -9999px;
    text-decoration: none;
    border: none;
    display: inline-block;
    background-size: 40px;
}

#sidebar ul#social li a.fb, #sidebar-right ul#social li a.fb {
    background-image: url("/wp-content/themes/pump-it-up/images/fb.png");
}

#sidebar ul#social li a.tw, #sidebar-right ul#social li a.tw {
    background-image: url("/wp-content/themes/pump-it-up/images/tw.png");
}

#sidebar ul#social li a.pin, #sidebar-right ul#social li a.pin {
    background-image: url("/wp-content/themes/pump-it-up/images/pin.png");
}

#sidebar ul#social li a.rss, #sidebar-right ul#social li a.rss {
    background-image: url("/wp-content/themes/pump-it-up/images/rss.png");
}

#sidebar ul#social li a.yt, #sidebar-right ul#social li a.yt {
    background-image: url("/wp-content/themes/pump-it-up/images/you.png");
}

#sidebar ul#social li a.fs, #sidebar-right ul#social li a.fs {
    background-image: url("/wp-content/themes/pump-it-up/images/fs.png");
}

#sidebar ul#social li a.ye, #sidebar-right ul#social li a.ye {
    background-image: url("/wp-content/themes/pump-it-up/images/ye.png");
}

#sidebar ul#social li a.in, #sidebar-right ul#social li a.in {
    background-image: url("/wp-content/themes/pump-it-up/images/in.png");
}

#sidebar ul#social li a:hover, #sidebar-right ul#social li a:hover {
    opacity: .75;
}

#sidebar .textwidget, #sidebar-right .textwidget {
    font-family: "Mikado", sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

#text-8 br {
    display: none;
}

.et_pb_posts a.more-link {
    position: relative;
    display: inline-block !important;
    height: 50px;
    width: 170px;
    margin: 20px auto;
    text-align: center;
    background: #fff;
    color: #464646;
    font-size: 18px;
    text-transform: uppercase;
    border: 2px solid #eceaea;
    padding: 0.4em 1em 0.2em 1em;
    padding-top: 0.5em !important;
    padding-bottom: 0.3em !important;
    line-height: 1.2em !important;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 3px;
}

.et_pb_posts a.more-link:hover {
    padding-right: 2em !important;
    padding-left: 1em !important;
}

.et_pb_posts a.more-link:active {
    -webkit-box-shadow: inset 0px 4px 13px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 4px 13px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 4px 13px rgba(0, 0, 0, 0.1);
}

.et_pb_posts a.more-link:after {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    top: .35em;
    margin-left: -1em;
    opacity: 0;
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.et_pb_posts a.more-link:hover:after {
    margin-left: 0;
    opacity: 1;
    line-height: 25px;
}

.archive h1, .search h1 {
    font-family: 'Mikado';
    font-size: 36px;
    color: #8a288f;
    text-shadow: none;
    padding: 20px 0 30px;
    word-wrap: break-word;
    width: 100%;
    float: none;
    text-align: left;
}

.archive h5, .search h5 {
    color: #444;
    text-transform: uppercase;
    padding: 30px 0 0;
}

.page-blog .et_pb_post, .single .et_pb_post, .archive .et_pb_post, .search .et_pb_post, .pagination {
    font-family: 'MikadoLight';
    font-size: 19px;
    line-height: 1.65em;
    color: #252525;
    text-align: center;
}

.page-blog #text-9 {
    margin: -54px auto 50px;
}

.page-blog .et_pb_contact_submit, .et_pb_contact_reset {
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    margin: 0;
}

.page-blog .fol {
    font-family: 'Mikado', sans-serif;
    font-size: 17px;
    font-weight: normal;
}

.socn {
    margin: 32px auto auto;
    text-align: center !important;
}

.socn > li {
    display: inline-block;
    margin: 4px;
}

.socn > li a {
    border: none;
    opacity: 1;
}

.socn > li a:hover {
    opacity: .8;
}

.single .et_pb_post {
    padding-top: 40px;
}

.page-blog .et_header_style_left #et-top-navigation nav > ul > li > a {
    padding-top: 12px !important;
}

.page-blog .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_center.et_pb_text_1 strong {
    color: #464646;
    font-family: 'Mikado', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.et_pb_text_2{
    padding-bottom:0px !important;
}

.et_pb_row{
    padding:0px !important;
}
.new-button{
    background: #e2e2e2 !important;
    font-family: "Lato-Black";
    color:#942D83 !important;
    border-radius: 25px;
}

.blurb_container_para{
    color:#66676C;
    font-family: "Lato";
}

.page-blog .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_center.et_pb_text_2 strong {
    font-family: 'Mikado', sans-serif;
    font-size: 20px;
}

.page-blog .lexcerpt, .page-blog .lexcerpt p, .page-blog article .entry-content p, .page-blog article .entry-content, .single article .entry-content p, .single article .entry-content, .archive article .entry-content p, .archive article .entry-content, .search article .entry-content p, .search article .entry-content, .entry-content, .entry, .pagination {
    font-family: 'MikadoLight';
    font-size: 19px !important;
    line-height: 1.65em;
    color: #252525;
}

.single article .entry-content p, .single article .entry-content {
    text-align: left;
}

.page-blog .et-pb-arrow-prev {
    background-image: url("/wp-content/themes/pump-it-up/images/leftar.png");
    height: 75px;
    left: -24px !important;
    width: 63px;
}

.page-blog .et-pb-arrow-prev::before {
    content: "" !important;
}

.page-blog .et-pb-arrow-next {
    background-image: url("/wp-content/themes/pump-it-up/images/rightar.png");
    height: 75px;
    right: -20px !important;
    width: 63px;
}

.page-blog .et-pb-arrow-next::before {
    content: "" !important;
}

.page-blog .threebl .size-1of3 article, .page-blog .threebl .size-1of2 article {
    margin-bottom: 0 !important;
}

.page-blog .threebl iframe, .page-blog .threebl .size-1of3 iframe, .page-blog .threebl .size-1of2 iframe {
    display: none !important;
}

#main-content .container:before {
    content: none;
}

.page-blog.search-results {
    text-align: left;
}

@media (max-width: 767px) {
    .page-blog .lexcerpt, .page-blog .lexcerpt p, .page-blog article .entry-content p, .page-blog article .entry-content, .single article .entry-content p, .single article .entry-content, .archive article .entry-content p, .archive article .entry-content, .search article .entry-content p, .search article .entry-content, .entry-content, .entry, .pagination {
        font-size: 16px !important;
    }

    .page-blog .entry-title, .page-blog .entry-title a, .single .entry-title, .archive .entry-title, .archive .entry-title a, .search .entry-title, .search .entry-title a {
        font-size: 26px !important;
    }
}

/*Blog Social Share*/
.et_monarch .et_pb_section .et_social_inline {
    display: none !important;
}

.et_monarch .et_pb_section .et_social_inline_top, .et_monarch .et_pb_section .et_social_inline_bottom {
    margin-top: 30px;
}

.et_monarch .et_social_slide.et_social_left li .et_social_icon:after {
    content: none;
}

.et_monarch .et_social_left .et_social_network_label div {
    margin: 6px 0 0 2px;
}

.et_monarch .et_social_left .et_social_network_label {
    padding: 7px 8px 10px 7px;
}

.et_monarch .et_social_networks li, .et_monarch .et_social_networks li a, .et_monarch .et_social_icon {
    border: none !important;
}

/*Responsive styles*/
@media (min-width: 981px) {
    #left-area {
        width: 67%;
    }

    #sidebar {
        width: 31%;
        margin-top: 60px;
    }

}

/*Commenting out for now - Vikas code
@media only screen
and (max-width : 801px) {

    .page-blog .et_pb_slide_title > a {
        font-size: 21px !important;
    }

    .page-blog .et_pb_slider .et_pb_container {
        float: right;
        margin: 0 !important;
        top: 10px !important;
    }
    .page-blog .et_pb_slide_description, .page-blog .et_pb_slider_fullwidth_off .et_pb_slide_description {

        padding: 10px !important;
        width: auto !important; margin: 0 auto 40px !important;
    }

    .page-blog .et_pb_slider_with_text_overlay h2.et_pb_slide_title {
        line-height: 30px !important;
        margin: 0 auto -28px !important;
        padding: 10px !important;
        width: auto !important;
    }

    .page-blog .stext {
        border:none !important;
        display: inline-block !important;
        margin: auto !important;
        padding: 10px !important;
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
    }
    .page-blog .et_pb_slider_with_text_overlay .et_pb_slide_content {
        padding: 0 !important;
    }
    .page-blog .et_pb_column.et_pb_column_3_4.et_pb_column_1.et_pb_specialty_column {
        margin-right: auto;
        width: 100% !important;
    }
}
*/

/*Responsive end*/

/*Comment Form*/
#commentform textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] {
    background: #EFF4F7;
}

#reply-title {
    font-size: 26px;
}

.form-submit input {
    float: left;
    padding: 0.3em 1em;
}

.form-submit input:hover {
    color: #fff !important;
    background: #8A288F;
}

/*Styles for the Popup*/
.pum-container {
    top: 30px !important;
}

.pum-container .pum-content + .pum-close {
    opacity: .25 !important;
}

.popmake-title {
    margin-bottom: .25em;
}

.popmake #newsletter-footer span.title {
    display: none;
}

.popmake #newsletter-footer {
    background: none;
    border: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.popmake button, .popmake #newsletter-footer button {
    background-color: #1378e0;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 22px;
    display: block;
    padding: 10px;
    line-height: 26px;
    max-width: 240px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    transition: all 0.2s;
}

.popmake button:hover, .popmake #newsletter-footer button:hover {
    background-color: #007db6;
}

.popmake #newsletter-footer input, .popmake input, .popmake #newsletter-footer select, .popmake select {
    border: 1px solid #e2e2e2 !important;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    padding: 12px !important;
    height: 47px !important;
    margin: 0 0 5px 0 !important;
}

.popmake #newsletter-footer p, .popmake p {
    padding-bottom: 0;
}

.popmake #newsletter-footer input#first_name, .popmake input#first_name, .popmake #newsletter-footer input#last_name, .popmake input#last_name {
    float: left;
    width: 50%;
    background: #fff;
}

.popmake #newsletter-footer input#first_name, .popmake input#first_name {
    border-radius: 5px 0 0 5px;
    border-right: none !important;
}

.popmake #newsletter-footer input#last_name, .popmake input#last_name {
    border-radius: 0 5px 5px 0;
}

.popmake #newsletter-footer input#email_address, .popmake input#email_address {
    background: #fff;
}

.popmake #newsletter-footer .clearfix:after, .popmake .clearfix:after {
    clear: none;
}

.featured-image {
    padding: 15px 15px 5px 15px;
    text-align: center;
}

.birthday-dialog {
    display: none;
}

/*.popup_cont {*/
/*top: 0!important;*/
/*padding: 3%!important;*/
/*}*/
@media screen and (max-width: 640px) {
    .pum-container {
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }

    div.popup {
        max-height: 360px !important;
        overflow: auto;
    }

    div.popup {
        max-height: 360px !important;
        overflow: auto;
    }

    div.popup.waiver {
        max-height: 80% !important;
        overflow: auto;
    }
}

/* End here */

/*Responsive styles*/

@media (max-width: 1300px) {
    #handshake #business-search {
        padding: 60px 5px 30px;
    }

    ul#menu-blog li > a, ul#menu-blog-1 li > a {
        padding: 0 6px;
    }

}

@media (max-width: 1100px) {
    .et_header_style_left #et-top-navigation nav > ul > li > a {
        font-size: 14px;
    }

    #top-menu li {
        padding-right: 12px;
    }

    .et_header_style_left #et-top-navigation nav > ul > li > a {
        font-size: 16px;
    }

    #handshake span.handshake-heading, #handshake #business-search span.handshake-heading {
        font-size: 40px;
    }

    #handshake #business-search button {
        padding: 10px 25px 5px !important;
    }

    #handshake #business-search-results-left {
        width: 100%;
        clear: both;
        float: none;
    }

    #handshake #business-search-results-right {
        display: none;
    }

    #franchise-banners .et_pb_column_1_2, #franchise-banners.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
        width: 98%;
        margin-bottom: 10px;
    }

    #franchise-banners .column1, #franchise-banners .column2 {
        height: auto !important;
    }

    .banner-image {
        display: none;
    }

    .pricing_table .et_pb_row {
        width: 98%;
    }

    .candlestick {
        display: none
    }

    .candle {
        background: none;
        padding-bottom: 50px !important;
        border: none
    }

    .candle .et_pb_row et_pb_row_2 {
        padding: 0 !important;
    }

    .page-blog .et_pb_slider .et_pb_container {
        width: 60%;
    }

    #blog-nav .widget_nav_menu {
        clear: both;
        width: 100% !important;
        margin: 0 !important;
    }

    #blog-nav .widget_search {
        clear: both;
        width: 100% !important;
        margin: -1px 0 0 0 !important;
    }

    ul#menu-blog {
        text-align: center;
    }
}

@media (max-width: 980px) {
    .et_mobile_menu {
        top: 100%;
    }
    .et_pb_button.red, .et_pb_button.blue, .et_pb_button.purple, .et_pb_button.orange {
        width: 45%;
    }

    .sitemap .sitemap_column1 .widget_nav_menu {
        float: left;
        padding-left: 0px !important;
    }

    #group_event {
        margin-bottom: 0px;
    }

    #handshake #business-search input, #handshake #business-search select {
        padding: 15px 20px 10px;
    }

    #handshake #business-search {
        padding: 30px 45px 30px;
    }

    .listing_image {
        width: 40%;
    }

    .listing_text {
        width: 60%;
    }

    .et_pb_section, .et_pb_row {
        padding: 0 0;
    }

    .et_pb_section:first-child {
        padding: 8% 0;
    }

    .bg_orange_lt, .bg_blue_lt, .bg_yellow_lt, .bg_green_lt {
        font-size: 18px;
    }

    .header h1, .header h2 {
        font-size: 40px;
    }

    .sm_padding .et_pb_blurb {
        padding: 0 20px;
    }

    .home_blurbs .et_pb_column {
        border-right: none;
        margin-bottom: 0px;
        padding: 0 20px;
    }

    .birthday_boy img {
        left: 5%;
    }

    .footer-widget:nth-child(n) {
        margin: 0 3% 7.5% 0 !important;
    }

    .page-blog .threebl .size-1of3, .page-blog .threebl .size-1of2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .single .et_right_sidebar #left-area {
        float: left;
        margin-right: 0;
    }

    .et_pb_text_align_center {
        text-align: center !important;
    }

    ul#menu-blog li > a, ul#menu-blog-l li > a {
        padding: 0 10px;
    }

    h1.entry-title {
        font-size: 36px;
    }

    .page-blog #sidebar-right, .search #sidebar-right, .archive #sidebar-right, .single #sidebar-right {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {

    .featured-banner span {
        text-align: center;
        padding-top: 0;
    }

    .et_pb_button.red, .et_pb_button.blue, .et_pb_button.purple, .et_pb_button.orange {
        width: 80%;
    }

    .news_holder {
        padding: 0;
    }

    #handshake #business-search {
        padding: 30px 55px 30px;
    }

    #handshake #business-search input {
        /*width: 80%;
        max-width: 100%;
        margin-right: 1%;*/
    }

    #handshake #business-search select {
        width: 39%;
        max-width: 100%;
        margin-right: 0;
    }

    #handshake #business-search button {
        /*width: 80% !important;
        margin-top: 10px;*/
    }

    .sm_padding .et_pb_row {
        padding: 5px !important;
    }

    #tabs .ui-tabs-panel, #tabs > div {
        padding: 10px;
    }

    #footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget .fwidget {
        margin-bottom: 1% !important
    }

    .large_calendar.sm_padding .et_pb_row {
        padding-top: 85px !important;
    }

    .two_col {
        width: 100%;
        float: none;
    }

    #map_contact_us {
        width: 90%;
        margin: 0 auto;
    }

    .small-coupon, .large-coupon-left, .large-coupon-right, .large-coupon {
        float: none;
        width: 100%;
    }

    .large-coupon-right {
        padding-top: 30px;
    }

    .large-coupon-address {
        text-align: center
    }

    .page-blog .et_pb_slider .et_pb_container {
        width: 75%;
    }

    div#blog-nav {
        display: block;
    }
}

@media (max-width: 550px) {
    footer .franchise_links {
        display: block;
    }

    #handshake #business-search {
        width: 95%;
        padding: 25px 25px 20px;
    }

    #handshake #business-search input, #handshake #business-search select {
        padding: 10px 15px 5px;
    }

    #handshake #business-search button {
        padding: 5px 20px !important;
    }

    #handshake #business-search-results {
        width: 85%;
    }

    #handshake span.handshake-heading, #handshake #business-search span.handshake-heading {
        font-size: 32px;
    }

    #handshake #business-search-results {
        padding: 20px 20px 250px 20px;
        background-position: -135px bottom;
    }

    #handshake #business-search-results .business-right {
        width: 80%;
    }

    .sm_padding {
        padding-top: 5px;
    }

    #tabs ul.ui-tabs-nav li, #tabs .tab {
        font-size: 14px;
        width: 95%;
    }

    /*#tabs ul.ui-tabs-nav li.ui-tabs-active, #tabs .tab.active a.active {*/
    /*font-size: 16px;*/
    /*}*/

    #tabs ul.ui-tabs-nav li a, #tabs .tab a {
        font-family: "Lato-Black",sans-serif;
        text-transform: uppercase;
        display: block;
        color: #942D83;
        /*background-color: #ffffff !important;*/
        padding: 10px 20px 25px 20px;
        border-left: 5px #e2e2e2 solid;
    }

    #tabs ul.ui-tabs-nav li.ui-tabs-active a, #tabs .tab.active a.active {
        padding: 4px 5px 5px 5px;
    }

    .listing_image, .listing_text {
        width: 100%;
        float: none;
    }

    .bg_orange_lt, .bg_blue_lt, .bg_yellow_lt, .bg_green_lt {
        font-size: 15px;
    }

    .birthday_grid ul {
        margin: 0;
        padding: 0;
        font-size: 12px;
        list-style: none
    }

    .birthday_grid h3 {
        font-size: 15px;
    }

    .birthday_grid tr td {
        padding: 0;
    }

    .birthday_grid tr td.bg_col1 {
        padding: 10px 2px;
    }

    .bg_pkg_duration {
        font-size: 12px;
    }

    .header h1, .header h2 {
        font-size: 30px;
        padding: 20px 0;
    }

    #tabs ul.ui-tabs-nav, #tabs .etabs {
        padding-right: 3px;
    }

    .footer_widget #text-3 {
        padding: 0 10px;
    }

    .store_name, .store_phone {
        padding-left: 35px !important;
        font-size: 15px !important;
        white-space: nowrap;
    }
    

    .store_phone {
        padding-left: 10px !important;
    }

    #franchise-info .franchise_links, footer .franchise_links {
        display: block;
    }

    .pg-nav a {
        padding-top: 90px;
    }

    .et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_column .et_pb_widget:nth-child(n) {
        width: 100% !important;
    }

    .page-blog .et_pb_slider .et_pb_container {
        width: 100%;
    }

    .page-blog .et_pb_slider_with_text_overlay h2.et_pb_slide_title, .page-blog .et_pb_slide_title > a, .single .et_pb_slide_title > a {
        line-height: 1.25em !important;
        font-size: 28px !important;
    }

    .page-blog .et_pb_slider_with_text_overlay .et_pb_slide_content, .page-blog .et_pb_slider_with_text_overlay h2.et_pb_slide_title {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

@media (max-width: 440px) {


    #handshake span.handshake-heading, #handshake #business-search span.handshake-heading {
        font-size: 28px;
    }

    .mcallen-espanol-desktop {
        display: none;
    }

}

@media (max-width: 319px) {
    .mcallen-espanol-desktop {
        display: none;
    }

    #handshake span.handshake-heading, #handshake #business-search span.handshake-heading {
        font-size: 25px;
    }

    #handshake #business-search-results {
        background-position: -200px bottom;
    }

    #handshake #business-search-results .business-distance-number p {
        background-size: 30px;
        width: 33px;
    }

    #handshake #business-search-results .business-distance-number span {
        padding: 10px 0;
        font-size: 15px;
    }

    #handshake #business-search-results .business h2, #handshake #business-search-results .business h2 a {
        font-size: 22px;
    }

    #handshake #business-search-results .business p {
        font-size: 16px;
    }

    #handshake #business-search-results .business-right {
        width: 100%;
        padding-top: 0;
    }

    .bg_pkg_size {
        font-size: 18px;
    }

    .bg_orange_lt, .bg_blue_lt, .bg_yellow_lt, .bg_green_lt, .birthday_grid h3 {
        font-size: 12px;
    }

    #menu-birthday-subnav {
        display: none;
    }

    #franchise-info .store_name, #franchise-info .franchise_links {
        background: none;
        padding-left: 10px;
    }

    #franchise-info .store_name, #franchise-info .store_phone {
        font-size: 16px
    }

    .store_name, .store_phone {
        padding-left: 35px !important;
    }

    .page-template-page-booking .store_name, .store_phone {
        padding-left: 10px !important;
    }

}

/* Request a Call form */
.date-request-sumbit {
    font-family: Lato-Black,Sans-Serif;
    font-size: 30px;
    margin-top: 15px;
    padding: 15px 20px 10px;
    text-transform: uppercase;
}

.form-question {
    color: #333;
    font-size: 15px;
}

input[type="phone"], input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    color: #333;
    font-family: 'Mikado Light', sans-serif;
    font-size: 16px;
    padding: 12px;
    background: white;
}

.form-indent {
    color: #333;
    font-size: 15px;
    margin-left: 310px;
    padding: 10px 0 0;
    text-align: left;
    width: auto;
}

.form-label {
    color: #333;
    font-size: 15px;
}

/* booking page message */
.calldiv {
    color: #636363 !important;
    font-family: 'Mikado', sans-serif;
    font-size: 24px;
    line-height: 28px;
    margin: 0 auto 40px;
    text-align: center;
}

.calldiv > a {
    color: #98008f;
    font-family: 'Mikado', sans-serif;
    text-decoration: underline;
}

.rechead {
    color: #015ed5 !important;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 35px;
    margin: 0;
}

.vh_padding .et_pb_column {
    padding: 0 3.5%;
    width: 95%;
}

.form-question {

    margin: -17px 0 34px !important;
    width: 100%;
}

.form-label {
    padding: 5px 10px 0 0;
    width: 22%;
}

.form-indent {
    margin-left: 240px;
    text-align: left;
}

@media only screen
and (max-width: 360px) {

    select {
        margin: 5px !important;
        padding: 7px !important;
    }

    .fc-right > .print-option {
        display: none;
    }
}

@media only screen
and (max-width: 500px) {

    select {
        padding: 3px;
        margin: 0px;
    }
}

@media only screen
and (max-width: 1024px) {

    .form-question {
        width: 100%;
        margin-left: auto;
    }

    .form-label {
        text-align: left;
        width: 100%;
    }

    .form-text {
        width: 100%;
    }

    .form-indent {
        margin-left: auto;
        width: auto;
    }

    .form-text-area {
        width: 100%;
    }

    .date-request-sumbit {
        font-size: 22px;
        margin: 0 auto;
        float: none;
    }

    /* booking page message */
    .calldiv {
        font-size: 20px;

    }

    .et_monarch .et_pb_section .et_social_inline {
        display: block !important;
    }

}

.social-section {
    float: left;
    width: 50%;
}

.address-section {
    float: right;
    width: 50%;
}

.address-section a {
    color: white;
}

@media (max-width: 640px) {

    .social-section {
        width: 100%;
        clear: both;
        padding-bottom: 15px;
        float: none;
    }

    .address-section {
        width: 100%;
        clear: both;
        padding-bottom: 15px;
    }

}

@media all and (orientation: portrait) {
    .et_mobile_menu {
        max-height: 340px;
    }
}

@media all and (orientation: landscape) {
    .et_mobile_menu {
        max-height: 200px;
    }
}

@media print {
    .print-option {
        display: none;
    }
}

/** Franchise Pages Styling **/

.franchise p {
    font-family: CorporativeSoft Book;
    font-size: 18px;
    line-height: 28px;
    color: #464646
}

body.franchise {
    background: none !important;
}

.franchise #top-menu li:last-child a {
    padding: 0px;
    background: none;
}

.franchise #main-header {
    background-image: url('/wp-content/themes/pump-it-up/images/header-back-franchise.png');
    border-top: none !important;
}

.franchise #main-header nav ul li a {
    font-family: CorporativeSoft Med;
    font-size: 18px;
    padding-bottom: 10px !important;
}

.franchise #et-main-area {
    max-width: 100%;
    width: 100%;
}

.franchise .entry-content, .franchise #main-content, .franchise #main-footer, .franchise #main-footer .container, .franchise #footer-widgets .footer-widget:last-child {
    background: none;
    padding: 0px;
}

.franchise .container {
    max-width: 100%;
}

.franchise .green_title {
    font-size: 38px;
    color: #8bc53d;
    font-family: 'BangoPro', sans-serif;
}

.franchise .purple_title {
    color: #9047d9;
    font-size: 38px;
    font-family: 'BangoPro', sans-serif;
}

.franchise .blue_title {
    color: #0093d4;
    font-size: 38px;
    font-family: 'BangoPro', sans-serif;
}

.franchise .yellow_title {
    color: #ffb006;
    font-size: 38px;
    font-family: 'BangoPro', sans-serif;
}

.franchise .white_title {
    color: #fff;
    font-size: 38px;
    font-family: 'BangoPro', sans-serif;
}

.franchise .header_book {
    background-image: none;
    text-transform: none;
    font-size: 18px;
    font-family: CorporativeSoft Bold;
}

.franchise .main-banner-kids {
    min-height: 790px;
}

.franchise .main-banner-kids .et_pb_module {
    margin-bottom: 0px !important;
}

.franchise .main-banner-kids h1 {
    font-size: 71px;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}

.franchise .apply_now_btn {
    background-color: #e32800;
    border: 0px;
    text-transform: uppercase;
    font-family: 'BangoPro', sans-serif;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 30px;
}

.franchise .apply_now_btn:after {
    top: 25%;
}

.franchise .yellow_back p {
    max-width: 60%;
    background-color: #ffb61f;
    text-align: left;
    color: #fff;
    padding: 40px 50px;
    font-size: 45px;
    font-family: MikadoBold;
    line-height: 55px;
    margin-top: 10%;
}

.franchise .quiz_link {
    max-width: 55%;
    text-align: center;
}

.franchise .quiz_link a {
    color: #ffb61f !important;
    text-decoration: underline;
    font-family: 'MikadoMed', sans-serif !important;
    font-size: 29px !important;
}

.franchise .quiz_sec {
    min-height: 688px;
}

.franchise .seriusbusiness_sec {
    min-height: 795px;
}

.franchise .right_sec .hdwrap {
    height: 80px;
    line-height: 80px;
}

.franchise .quit_job_title {
    font-size: 28px;
    color: #6cb222;
    font-family: 'MikadoBold';
    margin-bottom: 5px;
    line-height: normal;
    display: inline-block;
}

.franchise .own_boss_title {
    font-size: 28px;
    color: #1a83e0;
    font-family: 'MikadoBold';
    margin-bottom: 5px;
    line-height: normal;
    display: inline-block;
}

.franchise .kid_smile_title {
    font-size: 28px;
    color: #9241e1;
    font-family: 'MikadoBold';
    margin-bottom: 5px;
    line-height: normal;
    display: inline-block;
}

.franchise .right_sec {
    display: inline-block;
    width: 72%;
}

.franchise .right_sec p {
    font-size: 18px;
    line-height: 25px;
}

.franchise .left_sec {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    max-width: 82px;
    margin-right: 10px;
}

.franchise .contact_us_sec, .franchise .contact_us_sec p {
    background-size: contain;
    background-repeat: repeat;
    min-height: 230px;
    padding: 90px 0px;
    line-height: 48px;
    text-align: center;
    font-size: 42.75px;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(59, 132, 19, 0.95);
    font-family: 'Mikado'
}

.franchise .contact_us_sec span {
    font-family: MikadoBold;
}

.franchise .contact_us_sec a {
    color: #fff;
}

.franchise #main-footer {
    background: linear-gradient(to right, #0460e2 0%, #1a82df 50%, #1a82df 75%, #0a6ae1 100%);
}

.franchise #main-footer .container {
    width: 80%;
    margin-bottom: 0px;
}

.franchise #main-footer .container #footer-widgets {
    background: none;
}

.franchise #main-footer #nav_menu-15, .franchise #main-footer #nav_menu-16, .franchise #main-footer #text-15 {
    width: 50%;
}

.franchise #main-footer .footer-widget:nth-of-type(1) div.fwidget:nth-of-type(1) {
    width: 50%;
}

.franchise #main-footer .footer-widget:nth-of-type(1) div.fwidget:nth-of-type(2) {
    width: 50%;
}

.franchise #main-footer .footer-widget:nth-of-type(1) div.fwidget:nth-of-type(3) {
    width: 50%;
}

.franchise #main-footer .footer-widget:nth-of-type(2) div.fwidget:nth-of-type(1) {
    width: 100%;
}

.franchise #main-footer .social-section {
    width: 100%;
    float: none;
}

.franchise #main-footer .social-section h4 {
    font-family: CorporativeSoft Regular;
    font-size: 23px;
}

.franchise #footer-widgets .footer-widget li a {
    font-family: CorporativeSoft Regular;
}

.franchise #main-footer p.copy_info {
    font-family: CorporativeSoft Regular;
    font-size: 12px;
    text-align: center;
    color: #8ab5f1;
    padding-top: 15px;
    display: inline-block;
    width: 100%;
}

.franchise #main-footer p.copy_info span {
    font-family: CorporativeSoft Med;
    font-size: 12px;
}

.franchise #main-footer #text-16 {
    width: 100%;
}

.franchise #main-footer .francapp_btn {
    font-family: CorporativeSoft Regular;
    color: #fff;
    background-color: #e32800;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    border-bottom: none;
    font-size: 23px;
}

.franchise #main-footer .francapp_btn:hover {
    background-color: #890B90;
}

.franchise .available_locations {
    padding: 0px;
    min-height: 525px;
}

.franchise .available_locations .et_pb_column {
    margin-right: 2.5%;
}

.franchise .available_locations .available_locations_inner {
    padding: 0px;
    width: 100%;
    max-width: 100%;
}

.franchise .available_locations .map_locations {
    padding: 40px 10px;
}

.franchise .available_locations .map_locations h2 {
    font-size: 29px;
    font-family: 'Mikado', sans-serif;
    margin-bottom: 20px;
}

.franchise .available_locations #gmap {
    min-height: 591px !important;
}

.franchise .available_locations .left_sec {
    width: 15%;
}

.franchise .available_locations .resale, .franchise .available_locations .proactive {
    margin-bottom: 25px;
}

.franchise .available_locations .right_sec {
    font-size: 21px;
    font-family: 'MikadoMed', sans-serif;
    color: #464646;
}

.franchise .image_4_sec {
    padding: 0px;
}

.franchise .image_4_sec .et_pb_row {
    padding: 0px;
    width: 100%;
    max-width: 100%;
}

.franchise .image_4_sec .et_pb_row .et_pb_column_1_4 {
    width: 24.6%;
    margin: 0 .2%;
}

.franchise .image_4_sec .et_pb_row .et_pb_column_1_4 img {
    width: 100%;
    overflow: hidden;
}

.franchise .mc4wp-response .mc4wp-alert {
    padding: 7px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.franchise .mc4wp-response .mc4wp-alert.mc4wp-success {
    background-color: #006400;
}

.franchise .mc4wp-response .mc4wp-alert.mc4wp-error {
    background-color: #E32800;
}

.franchise .mc4wp-response .mc4wp-alert p {
    font-size: 16px;
}

.franchise .whypg_yellow_back {
    min-height: 590px;
    color: #fff;
    padding: 100px 22%;
}

.franchise .whypg_yellow_back h1 {
    font-size: 50px;
    line-height: 1.2em;
    text-shadow: 2px 2px 5px #dc9c12;
}

.franchise .whypg_yellow_back p {
    font-family: CorporativeSoft Med;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-shadow: 1px 1px 5px #dc9c12;
}

.franchise .whypg_blue_back {
    min-height: 600px;
    color: #fff;
}

.franchise .whypg_blue_back .et_pb_row {
    width: 100%;
    max-width: 90%;
}

.franchise .whypg_blue_back .et_pb_column_1_3 {
    width: 32%;
}

.franchise .whypg_blue_back .et_pb_column {
    margin-right: 1.5%;
}

.franchise .whypg_blue_back .et_pb_image_8 {
    margin-bottom: 20px;
}

.franchise .whypg_blue_back h2 {
    font-family: 'BangoPro', sans-serif;
    color: #fff;
    font-size: 38px;
    text-shadow: 2px 2px 5px #044699;
    margin-bottom: 0px;
}

.franchise .whypg_blue_back p {
    text-shadow: 1px 1px 5px #044699;
}

.franchise .whypg_blue_back p, .franchise .whypg_green_back p, .franchise .whypg_purple_back p {
    font-size: 23px;
    font-family: CorporativeSoft Regular;
    line-height: 28px;
    color: #fff;
}

.franchise .whypg_blue_back .paddtop {
    padding-top: 8%;
}

.franchise .whypg_green_back {
    background-position: 15% 0;
    min-height: 695px;
    padding: 180px 0 0 27%;
    color: #fff;
}

.franchise .whypg_green_back h2 {
    font-family: 'BangoPro', sans-serif;
    color: #fff;
    font-size: 42.76px;
    text-shadow: 2px 2px 5px #3b6523;
    margin-bottom: 20px;
}

.franchise .whypg_green_back p {
    text-shadow: 1px 1px 5px #3b6523;
}

.franchise .whypg_purple_back {
    color: #fff;
}

.franchise .whypg_purple_back h1 {
    font-size: 38px;
    text-shadow: 2px 2px 5px #432165;
    margin-bottom: 20px;
}

.franchise .whypg_purple_back p {
    padding: 0 12%;
    text-shadow: 1px 1px 5px #432165;
}

.franchise .whypg_purple_back h4 {
    font-size: 20px;
    line-height: 1.25em;
    color: #fff;
    text-shadow: 1px 1px 5px #432165;
    font-family: CorporativeSoft Bold;
}

.franchise .whypg_purple_back .et_pb_column_1_3 p {
    font-family: CorporativeSoft Regular;
    line-height: 1.45em;
    font-size: 16px;
    padding: 0px;
}

.franchise .appg_main_header {
    min-height: 170px;
}

.franchise .appg_main_header h1 {
    font-size: 50px;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);

}

.franchise .gs_main_header {
    min-height: 545px;
}

.franchise .gs_main_header .et_pb_row {
    max-width: 100%;
}

.franchise .gs_main_header h1 {
    font-size: 50px;
    text-shadow: 1px 2px 5px rgba(184, 36, 1, 0.5);
    padding: 30px 0px 30px;
}

.franchise .gs_main_header p {
    font-family: CorporativeSoft Regular;
    font-size: 25px;
    line-height: 36px;
    color: #fff;
    padding: 0 4%;
}

.franchise .gs_section_two .gs_right_content h2, .franchise .gs_section_three .gs_right_content h2, .franchise .gs_section_four .gs_right_content h2, .franchise .gs_section_five .gs_right_content h2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: normal;
    display: inline-block;
}

.franchise .gs_left_number {
    width: 82px;
    margin-right: 28px;
    display: inline-block;
    vertical-align: top;
}

.franchise .gs_right_content {
    display: inline-block;
    width: 80%;
}

.franchise .gs_right_content .hdwrap {
    height: 100px;
    line-height: 100px;
}

.franchise .gs_section_three {
    min-height: 920px;
    padding: 150px 0px 0px;
}

.franchise .gs_section_three p {
    font-size: 18px;
    font-family: CorporativeSoft Book;
    color: #fff;
}

.franchise .gs_section_three .gs_process_list ul {
    display: inline-block;
    list-style: none;
    margin-top: 40px;
    vertical-align: top;
    margin-right: 100px;
}

.franchise .gs_section_three .gs_process_list ul li {
    font-size: 18px;
    font-family: CorporativeSoft Book;
    background: url('/wp-content/uploads/2016/09/right_tick.png') no-repeat top left;
    color: #fff;
    padding: 2px 0px 17px 45px;
}

.franchise .gs_section_four .mrgntop {
    margin-top: 120px;
}

.franchise .gs_section_four .mrgntopneg {
    margin-top: -300px;
}

.franchise .gs_section_five {
    min-height: 750px;
    color: #fff;
}

.franchise .gs_section_five .et_pb_row {
    padding: 130px 0px 0px 26%;
}

.franchise .gs_section_five p {
    font-size: 25px;
    line-height: 35px;
    font-family: CorporativeSoft Med;
    color: #fff;
}

.franchise .table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.franchise .gs_start_up_costs table thead {
    background-color: #efefef;
}

.franchise .gs_start_up_costs table thead td {
    color: #fff;
}

.franchise .gs_start_up_costs table tr td, .franchise .gs_start_up_costs table tr th {
    font-family: CorporativeSoft Regular;
    font-size: 18px;
    color: #464646;
    padding: 12px 10px;
}

.franchise .gs_start_up_costs table tr th {
    border-top: 1px solid #eee;
}

.franchise .gs_start_up_costs table tr.blank {
    background-color: #efefef;
}

.franchise .pathpg_stepthree .gs_right_content h2 {
    color: #fff;
}

.franchise .pathpg_stepfour .gs_right_content h2 {
    color: #1c86df;
}

.franchise .opn_main_header {
    color: #fff;
    padding: 100px 19%;
    min-height: 550px;
}

.franchise .opn_main_header h1 {
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 50px;
    margin-bottom: 20px;
}

.franchise .opn_main_header p {
    font-size: 25px;
    line-height: 1.6em;
    font-family: CorporativeSoft Regular;
    color: #fff;
}

.franchise .opn_purple_back {
    min-height: 570px;
}

.franchise .opn_purple_back h2 {
    font-family: BangoPro;
    font-size: 48px;
    color: #fff;
    text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.15);
    padding: 70px 0px;
}

.franchise .opn_staffing {
    min-height: 600px;
    color: #fff;
    padding-bottom: 60px;
}

.franchise .opn_staffing h2 {
    font-family: BangoPro;
    font-size: 48px;
    color: #fff;
    text-shadow: 3px 4px 5px rgba(59, 132, 19, 0.75);
    padding: 30px 0px 50px;
}

.franchise .opn_staffing p {
    font-size: 31px;
    padding: 0px 42% 0px 0px;
    line-height: 42px;
    font-family: CorporativeSoft Med;
    color: #fff;
}

.franchise .opn_marketexp {
    min-height: 830px;
    color: #fff;
    padding-bottom: 200px !important;
}

.franchise .opn_marketexp h2 {
    font-family: BangoPro;
    font-size: 48px;
    color: #fff;
    text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.15);
    padding: 0px 0px 40px;
}

.franchise .opn_marketexp p {
    font-size: 31px;
    line-height: 42px;
    font-family: CorporativeSoft Med;
    padding: 0 14%;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.franchise .opn_cust_exp {
    min-height: 640px;
    color: #fff;
}

.franchise .opn_cust_exp .et_pb_row {
    width: 100%;
    max-width: 90%;
    padding: 2% 0 6% 0;
}

.franchise .opn_cust_exp .et_pb_column {
    margin-right: 1.5%;
}

.franchise .opn_cust_exp .et_pb_column_1_3 {
    width: 31.33%;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.franchise .opn_cust_exp .et_pb_image_4 {
    margin-bottom: 20px;
}

.franchise .opn_cust_exp h2 {
    font-size: 38px;
    font-family: bangopro;
    color: #fff;
    margin-bottom: 30px;
}

.franchise .opn_cust_exp p {
    font-size: 23px;
    font-family: CorporativeSoft Regular;
    color: #fff;
}

.franchise .opn_cust_exp .et_pb_image_2 {
    text-align: right;
}

.franchise .at_main_header {
    padding: 70px 0px;
}

.franchise .at_main_header h1 {
    font-size: 50px;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}

.franchise .at_at_resale h2 {
    font-size: 38px;
    font-family: BangoPro;
    color: #0093d4;
}

.franchise .at_at_resale p {
    font-family: CorporativeSoft Book;
    font-size: 23px;
    color: #464646;
    line-height: 31px;
}

.franchise .at_at_resale ul {
    margin-top: 25px;
    list-style-type: square;
    margin-left: 10px;
}

.franchise .at_at_resale ul li {
    font-family: CorporativeSoft Med;
    color: #0093d4;
    font-size: 23px;
    padding: 8px;
}

.franchise .at_at_resale ul li a {
    color: #0093d4;
    text-decoration: underline;
}

.franchise .at_at_resale ul li span {
    color: #464646;
}

.franchise .faq_pg h2 {
    font-family: 'BangoPro', sans-serif;
    color: #0093d4;
    font-size: 38px;
}

.franchise .faq_pg .et_pb_toggle_close h5.et_pb_toggle_title {
    color: #7d7d7d;
    font-size: 20px;
    font-family: 'BangoPro', sans-serif;
}

.franchise .faq_pg .et_pb_toggle_open h5.et_pb_toggle_title {
    color: #0093d4;
    font-size: 20px;
    font-family: bangopro;
}

.franchise .faq_pg .et_pb_toggle_content p {
    color: #7d7d7d;
    font-size: 20px;
    font-family: CorporativeSoft Regular;
    padding: 0 30px;
}

.franchise .qzpg_main_header {
    padding: 90px 0px;
}

.franchise .qzpg_main_header h1 {
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 50px;
}

.franchise .qzpg_txttitle {
    padding: 10px 0 0;
}

.franchise .qzpg_quiz {
    padding-top: 0px;
}

.franchise .qzpg_quiz .gs_right_content {
    width: 90%;
}

.franchise .qzpg_quiz .green_title, .franchise .qzpg_quiz .blue_title, .franchise .qzpg_quiz .purple_title {
    line-height: normal;
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 35px;
}

.franchise .qzpg_qsec {
    background-color: #f6f6f6;
    padding: 50px;
    margin-bottom: 10px;
}

.franchise .qzpg_qsec .opsec {
}

.franchise .qzpg_qsec .opsec .list_radio {
    position: relative;
    display: inline-block;
    margin: 5px 0px 5px 45px;
    font-size: 20px;
}

.franchise .qzpg_qsec .opsec .list_radio .selected {
    color: #298dde;
    font-weight: bold;
    display: inline-block;
}

.franchise .qzpg_qsec .opsec label {
    font-size: 20px;
    padding: 0 !important;
    color: #555;
    font-family: CorporativeSoft Med;
    cursor: pointer;
}

.franchise .qzpg_qsec .opsec .list_radio .radio-inline img {
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 0.35em;
}

.franchise .qzpg_qsec .opsec .anssec {
    display: none;
    padding: 30px;
    font-family: CorporativeSoft Med;
    font-size: 16px;
    color: #fff;
    float: right;
    position: relative;
    width: 65%;
    vertical-align: top;
    line-height: 22px;
}

.franchise .qzpg_qsec .opsec .anssec img {
    position: absolute;
    margin-left: -51px;
    margin-top: -15px;
}

.franchise .qzpg_qsec .opsec .green {
    background-color: #71bf44;
}

.franchise .qzpg_qsec .opsec .blue {
    background-color: #1173dd;
}

.franchise .qzpg_qsec .opsec .purple {
    background-color: #9241e1;
}

.franchise .qzpg_qsec .opsec .red {
    background-color: #e32800;
}

.franchise .qzpg_qsec #qzop6 {
    margin-top: 60px;
}

.franchise .response_div {
    clear: both;
    margin: 100px 0px;
}

.franchise .response_div .cont_btn {
    font-size: 27px;
    color: #fff !important;
    padding: 20px 60px 20px 60px;
    border: none;
    font-family: BangoPro;
    text-transform: uppercase;
    margin: 20px 0;
    background: #0e6ee6;
    cursor: pointer;
    box-shadow: 3px 4px 4px #e2caf5;
    border-radius: 5px;
    -webkit-appearance: none;
}

.franchise .response_div .resp {
    background: url('/wp-content/uploads/2016/09/quiz_resp.jpg') no-repeat center;
    padding: 123px 23%;
    text-align: center;
    background-size: contain;
    display: none;
}

.franchise .response_div .resp h1 {
    font-family: BangoPro;
    font-size: 48px;
    text-shadow: 3px 4px 5px rgba(252, 181, 29, 0.75);
    color: #fff;
    margin-bottom: 30px;
}

.franchise .response_div .resp p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-family: CorporativeSoft Med;
}

.franchise .response_div .errdv {
    font-family: BangoPro;
    font-size: 30px;
    color: #ed1c24;
    display: none;
    margin-top: 40px;
}

.franchise .response_div .resp p .lnktxt {
    color: #fc600b;
    font-family: CorporativeSoft Bold;
}

.franchise-application-form input[type=submit] {
    background-color: red;
    padding: 10px 20px;
    color: #fff;
    border: 0px;
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 1680px) {
    .franchise .available_locations .map_locations {
        padding: 28px 0px;
    }

    .franchise .quiz_sec {
        min-height: 600px;
    }

    .franchise .whypg_yellow_back {
        padding: 100px 13% 150px;
        min-height: 490px;
    }

    .franchise .whypg_blue_back {
        min-height: 530px;
    }

    .franchise .whypg_blue_back .paddtop {
        padding-top: 10%;
    }

    .franchise .whypg_green_back {
        min-height: 600px;
        padding: 155px 0 0 27%;
    }

    .franchise .whypg_purple_back p {
        padding: 0 8%;
    }

    .franchise .opn_main_header {
        padding: 80px 19%;
        min-height: 470px;
    }

    .franchise .opn_purple_back {
        min-height: 495px;
    }

    .franchise .opn_purple_back h2 {
        margin-right: 2%;
    }

    .franchise .opn_staffing {
        min-height: 520px;
    }

    .franchise .opn_marketexp {
        min-height: 720px;
    }

    .franchise .opn_cust_exp {
        min-height: 560px;
    }

    .franchise .gs_main_header {
        min-height: 475px;
    }

    .franchise .gs_main_header h1 {
        padding: 20px 0px 30px;
    }

    .franchise .gs_main_header p {
        padding: 0 0%;
    }

    .franchise .gs_left_number {
        margin-right: 20px;
    }

    .franchise .gs_section_three {
        min-height: 810px;
        padding: 140px 0px 0px;
    }

    .franchise .gs_section_three .gs_process_list ul {
        margin-right: 150px;
        margin-top: 20px;
    }

    .franchise .gs_section_three .gs_right_content {
        width: 80%;
    }

    .franchise .gs_section_five {
        min-height: 650px;
    }

    .franchise .qzpg_main_header {
        padding: 75px 0px;
    }

    .franchise .response_div .resp {
        padding: 98px 23%;
    }
}

@media (max-width: 1480px) {
    .franchise .yellow_back p {
        max-width: 60%;
        padding: 40px 40px;
        font-size: 42px;
        line-height: 55px;
        margin-top: 10%;
    }

    .franchise .quiz_sec {
        min-height: 550px;
    }

    .franchise .whypg_yellow_back {
        min-height: 430px;
        padding: 75px 12% 150px;
    }

    .franchise .whypg_blue_back {
        min-height: 460px;
    }

    .franchise .whypg_blue_back .et_pb_row {
        max-width: 95%;
    }

    .franchise .whypg_blue_back p {
        font-size: 21px;
        line-height: 28px;
    }

    .franchise .whypg_blue_back .paddtop {
        padding-top: 12%;
    }

    .franchise .whypg_green_back {
        min-height: 520px;
        padding: 100px 0 0 27%;
    }

    .franchise .whypg_green_back h2 {
        font-size: 38px;
    }

    .franchise .whypg_purple_back p {
        padding: 0;
    }

    .franchise .opn_main_header {
        padding: 70px 10%;
        min-height: 420px;
    }

    .franchise .opn_purple_back {
        min-height: 440px;
    }

    .franchise .opn_purple_back h2 {
        margin-right: 7%;
    }

    .franchise .opn_staffing {
        min-height: 455px;
    }

    .franchise .opn_staffing p {
        padding: 0px 37% 0px 0px;
    }

    .franchise .opn_marketexp {
        min-height: 640px;
    }

    .franchise .opn_marketexp p {
        padding: 0 8%;
    }

    .franchise .opn_cust_exp {
        min-height: 500px;
    }

    .franchise .gs_main_header {
        min-height: 425px;
    }

    .franchise .gs_main_header h1 {
        padding: 10px 0px 20px;
    }

    .franchise .gs_left_number {
        margin-right: 15px;
    }

    .franchise .gs_section_three {
        min-height: 720px;
        padding: 100px 0px 0px;
    }

    .franchise .gs_section_three .gs_process_list ul {
        margin-top: 10px;
        margin-right: 100px;
    }

    .franchise .gs_section_five {
        min-height: 575px;
    }

    .franchise .gs_section_five .et_pb_row {
        padding: 80px 0px 0px 26%;
    }

    .franchise .qzpg_main_header {
        padding: 75px 0px;
    }

    .franchise .qzpg_quiz .gs_right_content {
        width: 88%;
    }

    .franchise .qzpg_quiz .green_title, .franchise .qzpg_quiz .blue_title, .franchise .qzpg_quiz .purple_title {
        font-size: 34px;
    }

    .franchise .response_div .resp {
        padding: 75px 23%;
    }
}

@media (max-width: 1366px) {
    .franchise .quiz_sec {
        min-height: 470px;
    }

    .franchise .yellow_back p {
        max-width: 68%;
        margin-top: 7%;
        padding: 40px 35px;
    }

    .franchise .main-banner-kids, .franchise .seriusbusiness_sec {
        min-height: 560px;
    }

    .franchise .available_locations .map_locations {
        padding: 16px 0px;
    }

    .franchise .whypg_yellow_back {
        min-height: 430px;
        color: #fff;
        padding: 65px 5% 150px;
    }

    .franchise .whypg_blue_back {
        min-height: 430px;
    }

    .franchise .whypg_blue_back h2 {
        margin-bottom: 10px;
    }

    .franchise .whypg_blue_back p {
        font-size: 19px;
        line-height: 25px;
    }

    .franchise .whypg_blue_back .paddtop {
        padding-top: 10%;
    }

    .franchise .whypg_green_back {
        min-height: 490px;
        padding: 65px 0 0 27%;
    }

    .franchise .whypg_green_back h2 {
        font-size: 36px;
    }

    .franchise .opn_main_header {
        padding: 60px 6%;
        min-height: 390px;
    }

    .franchise .opn_purple_back {
        min-height: 400px;
    }

    .franchise .opn_purple_back h2 {
        font-size: 42px;
        margin-right: 5%;
    }

    .franchise .opn_staffing {
        min-height: 425px;
    }

    .franchise .opn_staffing h2 {
        padding: 20px 0px 30px;
    }

    .franchise .opn_marketexp {
        min-height: 590px;
    }

    .franchise .opn_marketexp p {
        padding: 0 4%;
    }

    .franchise .opn_cust_exp {
        min-height: 430px;
    }

    .franchise .opn_cust_exp .et_pb_row {
        max-width: 95%;
    }

    .franchise .opn_cust_exp h2 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .franchise .opn_cust_exp p {
        line-height: 28px;
    }

    .franchise .gs_main_header {
        min-height: 400px;
    }

    .franchise .gs_main_header h1 {
        font-size: 42px;
    }

    .franchise .gs_main_header p {
        font-size: 23px;
        line-height: 32px;
    }

    .franchise .gs_right_content {
        width: 75%;
    }

    .franchise .gs_section_two .gs_right_content h2, .franchise .gs_section_three .gs_right_content h2, .franchise .gs_section_four .gs_right_content h2, .franchise .gs_section_five .gs_right_content h2, .franchise .white_title {
        font-size: 36px;
    }

    .franchise .gs_section_three .gs_right_content {
        width: 80%;
    }

    .franchise .gs_section_three .gs_process_list ul li {
        padding: 2px 0px 12px 45px;
    }

    .franchise .gs_section_three .gs_process_list ul {
        margin-top: 0px;
        margin-right: 80px;
        padding: 0 10px 0 10px;
    }

    .franchise .gs_section_three {
        min-height: 670px;
        padding: 90px 0px 0px;
    }

    .franchise .gs_section_five {
        min-height: 535px;
    }

    .franchise .gs_section_five .et_pb_row {
        padding: 70px 0px 0px 26%;
    }

    .franchise .gs_section_five p {
        font-size: 25px;
        line-height: 32px;
    }

    .franchise .qzpg_main_header {
        padding: 55px 0px;
    }

    .franchise .qzpg_quiz .gs_right_content {
        width: 88%;
    }

    .franchise .qzpg_quiz .green_title, .franchise .qzpg_quiz .blue_title, .franchise .qzpg_quiz .purple_title {
        font-size: 32px;
    }

    .franchise .response_div .resp {
        padding: 75px 21%;
    }
}

@media (max-width: 1260px) {

    .franchise #main-footer .container, .et_pb_row {
        width: 90%;
    }

    .franchise .map_locations .right_sec p {
        font-size: 16px;
        line-height: 23px;
    }

    .franchise .quiz_sec {
        min-height: 450px;
    }

    .franchise .whypg_blue_back {
        min-height: 395px;
    }

    .franchise .whypg_blue_back .et_pb_row {
        max-width: 99%;
    }

    .franchise .whypg_blue_back p {
        font-size: 18px;
        line-height: 25px;
    }

    .franchise .whypg_green_back {
        min-height: 455px;
        padding: 65px 0 0 27%;
    }

    .franchise .whypg_green_back h2 {
        font-size: 34px;
    }

    .franchise .whypg_green_back p {
        font-size: 21px;
        line-height: 28px;
    }

    .franchise .opn_purple_back {
        min-height: 370px;
    }

    .franchise .opn_purple_back h2 {
        font-size: 40px;
        padding: 55px 0px;
    }

    .franchise .opn_staffing {
        min-height: 390px;
    }

    .franchise .opn_staffing p {
        font-size: 29px;
        padding: 0px 41% 0px 0px;
        line-height: 37px;
    }

    .franchise .opn_marketexp {
        min-height: 545px;
    }

    .franchise .opn_marketexp h2 {
        padding: 0 0 20px;
    }

    .franchise .opn_marketexp p {
        padding: 0 5%;
        line-height: 38px;
    }

    .franchise .opn_cust_exp .et_pb_row {
        max-width: 99%;
    }

    .franchise .opn_cust_exp h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .franchise .opn_cust_exp p {
        font-size: 21px;
        line-height: 27px;
    }

    .franchise .gs_main_header {
        min-height: 360px;
    }

    .franchise .gs_main_header h1 {
        font-size: 42px;
    }

    .franchise .gs_main_header p {
        font-size: 21px;
        line-height: 28px;
    }

    .franchise .gs_section_five {
        min-height: 490px;
    }

    .franchise .gs_section_five .et_pb_row {
        padding: 42px 0px 0px 29%;
    }

    .franchise .qzpg_qsec {
        padding: 40px;
    }

    .franchise .qzpg_main_header {
        padding: 50px 0px;
    }

    .franchise .qzpg_quiz .green_title, .franchise .qzpg_quiz .blue_title, .franchise .qzpg_quiz .purple_title {
        font-size: 30px;
    }

    .franchise .qzpg_qsec .gs_right_content .hdwrap {
        height: 90px;
        line-height: 90px;
    }

}

@media (max-width: 1115px) {
    .franchise .main-banner-kids, .franchise .seriusbusiness_sec {
        min-height: 450px;
    }

    .franchise .main-banner-kids h1 {
        font-size: 60px;
    }

    .franchise .apply_now_btn {
        font-size: 20px;
    }

    .franchise .apply_now_btn:after {
        top: 14%;
    }

    .franchise .quit_job_title, .franchise .own_boss_title, .franchise .kid_smile_title {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .franchise .right_sec .hdwrap {
        max-height: 65px;
        line-height: 65px;
    }

    .franchise .right_sec p {
        font-size: 16px;
        line-height: 21px;
    }

    .franchise .yellow_back p {
        font-size: 36px;
        line-height: 48px;
        max-width: 67%;
        margin-top: 4%;
        padding: 40px 30px;
    }

    .franchise p {
        font-size: 20px;
        line-height: 28px;
    }

    .franchise .logo_container #logo {
        max-width: 80%;
    }

    .franchise .logo_container {
        position: absolute;
    }

    .franchise #top-menu li {
        padding-right: 6px;
    }

    .franchise #main-header nav ul li a {
        font-size: 17px;
    }

    .franchise .quiz_sec {
        min-height: 400px;
    }

    .franchise .whypg_yellow_back {
        padding: 60px 2% 150px;
    }

    .franchise .whypg_yellow_back p {
        font-size: 25px;
        line-height: 36px;
    }

    .franchise .whypg_blue_back {
        min-height: 345px;
    }

    .franchise .whypg_blue_back h2 {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .franchise .whypg_blue_back p {
        font-size: 17px;
        line-height: 21px;
    }

    .franchise .whypg_green_back {
        min-height: 400px;
        padding: 40px 0 0 27%;
    }

    .franchise .whypg_green_back h2 {
        font-size: 32px;
        margin: 10px 0px;
    }

    .franchise .whypg_green_back p {
        font-size: 20px;
        line-height: 27px;
    }

    .franchise .whypg_purple_back p {
        font-size: 21px;
        line-height: 28px;
    }

    .franchise .whypg_purple_back .et_pb_column_1_3 p {
        line-height: 1.45em;
        font-size: 16px;
        padding: 0 13%;
    }

    .franchise .opn_main_header {
        padding: 50px 10%;
        min-height: 320px;
    }

    .franchise .opn_main_header h1 {
        font-size: 42px;
    }

    .franchise .opn_main_header h1 {
        font-size: 42px;
    }

    .franchise .opn_main_header p {
        font-size: 25px;
        line-height: 32px;
    }

    .franchise .opn_purple_back {
        min-height: 330px;
    }

    .franchise .opn_purple_back h2 {
        font-size: 36px;
        padding: 48px 0px;
    }

    .franchise .opn_staffing {
        min-height: 350px;
    }

    .franchise .opn_staffing h2 {
        font-size: 38px;
        padding: 20px 0px 20px;
    }

    .franchise .opn_staffing p {
        font-size: 25px;
        padding: 0px 42% 0px 0px;
        line-height: 31px;
    }

    .franchise .opn_marketexp {
        min-height: 480px;
    }

    .franchise .opn_marketexp h2 {
        font-size: 42px;
    }

    .franchise .opn_marketexp p {
        padding: 0 8%;
        font-size: 25px;
        line-height: 31px;
    }

    .franchise .opn_cust_exp {
        min-height: 390px;
    }

    .franchise .opn_cust_exp h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .franchise .opn_cust_exp p {
        font-size: 20px;
        line-height: 26px;
    }

    .franchise .gs_main_header {
        min-height: 325px;
    }

    .franchise .gs_main_header h1 {
        font-size: 38px;
        padding: 0 0 10px;
    }

    .franchise .gs_main_header p {
        padding: 0 1%;
    }

    .franchise .gs_process_list {
        padding-bottom: 30px;
    }

    .franchise .gs_section_five {
        min-height: 430px;
    }

    .franchise .gs_section_five p {
        font-size: 21px;
        line-height: 26px;
    }

    .franchise .gs_section_two .gs_right_content h2, .franchise .gs_section_three .gs_right_content h2, .franchise .gs_section_four .gs_right_content h2, .franchise .gs_section_five .gs_right_content h2, .franchise .white_title {
        font-size: 32px;
    }

    .franchise .qzpg_main_header {
        padding: 40px 0px;
    }

    .franchise .qzpg_main_header h1 {
        font-size: 40px;
    }

    .franchise .qzpg_qsec .opsec .list_radio {
        margin: 5px 0px 5px 20px;
    }

    .franchise .qzpg_qsec .opsec .anssec {
        padding: 20px;
        width: 60%;
    }

    .franchise .qzpg_qsec .opsec .anssec img {
        margin-left: -40px;
    }

    .franchise .qzpg_quiz .green_title, .franchise .qzpg_quiz .blue_title, .franchise .qzpg_quiz .purple_title {
        font-size: 28px;
    }

    .franchise .qzpg_qsec .opsec label {
        font-size: 18px;
    }

    .franchise .response_div .resp {
        padding: 46px 16%;
    }

    .franchise .response_div .resp h1 {
        font-size: 40px;
    }

    .franchise .response_div .errdv {
        font-size: 26px;
    }
}

@media (max-width: 980px) {
    #et_mobile_nav_menu {
        display: inline-block;
        float: right;
        position: inherit;
    }

    .et_header_style_left .mobile_menu_bar {
        margin-top: 7px;
    }

    .franchise .right_sec .hdwrap {
        max-height: 80px;
        line-height: 80px;
    }

    .franchise .logo_container {
        position: relative;
        padding-bottom: 3px;
    }

    .franchise .logo_container #logo {
        max-width: 90%;
    }

    .franchise .et_pb_section {
        padding: 30px 0px;
    }

    .franchise .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
        width: 49.6% !important;
    }

    .franchise .available_locations {
        padding: 0px !important;
    }

    .franchise .available_locations_inner .et_pb_column {
        margin-bottom: 0px;
    }

    .franchise .available_locations .map_locations {
        padding: 35px 50px;
    }

    .franchise .available_locations .left_sec {
        width: 7%;
    }

    .franchise .available_locations .right_sec {
        width: 88%;
    }

    .franchise .available_locations #gmap {
        min-height: 330px !important;
    }

    .franchise .et_pb_section_15 .et_pb_column {
        margin-bottom: 20px;
    }

    .franchise .image_4_sec {
        padding: 0px 0 25px 0 !important;
    }

    .franchise .image_4_sec .et_pb_row .et_pb_column_1_4 {
        margin: 0 .2% .4%;
    }

    .franchise .quiz_sec {
        min-height: 350px;
    }

    .franchise .yellow_back p {
        font-size: 34px;
        line-height: 43px;
        max-width: 67%;
        margin-top: 3%;
    }

    .franchise .contact_us_sec {
        padding: 90px 0px !important;
        font-size: 37.75px;
    }

    .franchise .whypg_yellow_back {
        padding: 55px 6% 150px;
    }

    .franchise .whypg_yellow_back h1 {
        font-size: 40px;
    }

    .franchise .whypg_yellow_back p {
        font-size: 24px;
        line-height: 30px;
    }

    .franchise .whypg_blue_back {
        min-height: 305px;
    }

    .franchise .whypg_blue_back .et_pb_row {
        width: 90%;
    }

    .franchise .whypg_blue_back h2 {
        font-size: 32px;
    }

    .franchise .whypg_blue_back p {
        font-size: 21px;
        line-height: 28px;
    }

    .franchise .whypg_green_back {
        min-height: 355px;
        padding: 47px 0 0 25% !important;
    }

    .franchise .whypg_green_back h2 {
        font-size: 28px;
    }

    .franchise .whypg_green_back p {
        font-size: 18px;
        line-height: 24px;
    }

    .franchise p {
        font-size: 18px;
        line-height: 26px;
    }

    .franchise .green_title, .franchise .purple_title, .franchise .blue_title, .franchise .yellow_title, .franchise .red_title {
        font-size: 32px;
    }

    .franchise .at_main_header h1 {
        font-size: 42px;
    }

    .franchise .at_at_resale h2 {
        font-size: 34px;
    }

    .franchise .at_at_resale p {
        font-size: 21px;
        line-height: 28px;
    }

    .franchise .at_at_resale ul li {
        font-size: 21px;
        padding: 5px;
    }

    .franchise .opn_main_header {
        padding: 50px 5%;
        min-height: 280px;
    }

    .franchise .opn_main_header h1 {
        margin-bottom: 5px;
    }

    .franchise .opn_purple_back {
        min-height: 290px;
    }

    .franchise .opn_purple_back h2 {
        font-size: 32px;
        padding: 48px 0px;
    }

    .franchise .opn_staffing {
        min-height: 310px;
    }

    .franchise .opn_staffing h2 {
        font-size: 36px;
        padding: 20px 0px 20px;
    }

    .franchise .opn_staffing p {
        font-size: 23px;
        padding: 0px 42% 0px 0px;
        line-height: 29px;
    }

    .franchise .opn_marketexp {
        min-height: 420px;
    }

    .franchise .opn_marketexp h2 {
        font-size: 38px;
        padding: 0 0 10px;
    }

    .franchise .opn_marketexp p {
        padding: 0 6%;
        font-size: 24px;
        line-height: 31px;
    }

    .franchise .opn_cust_exp h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .franchise .opn_cust_exp p {
        font-size: 23px;
        line-height: 29px;
        padding: 0 10%;
    }

    .franchise .gs_main_header {
        min-height: 280px;
    }

    .franchise .gs_main_header h1 {
        font-size: 36px;
    }

    .franchise .gs_main_header p {
        padding: 0 2%;
        font-size: 18px;
        line-height: 25px;
    }

    .franchise .gs_section_three {
        min-height: 670px;
        padding: 100px 0px 100px !important;
    }

    .franchise .gs_section_three .gs_process_list ul {
        margin-right: 0px;
    }

    .franchise .gs_section_four .mrgntop {
        margin-top: 0px;
    }

    .franchise .white_title {
        font-size: 32px;
    }

    .franchise .gs_process_list {
        padding-bottom: 0px;
    }

    .franchise .gs_section_five {
        min-height: 380px;
    }

    .franchise .gs_section_five .et_pb_row {
        padding: 10px 0px 0px 29%;
    }

    .franchise .qzpg_main_header {
        padding: 55px 0px !important;
    }

    .franchise .response_div .resp {
        padding: 38px 12%;
    }

    .franchise .response_div .resp h1 {
        margin-bottom: 15px;
    }

    .franchise .qzpg_quiz .gs_right_content {
        width: 84%;
    }

    .franchise .qzpg_quiz .green_title, .franchise .qzpg_quiz .blue_title, .franchise .qzpg_quiz .purple_title {
        font-size: 26px;
        vertical-align: middle;
    }

    .franchise .qzpg_qsec .gs_right_content .hdwrap {
        height: 80px;
        line-height: 80px;
        margin-bottom: 20px;
    }

    .franchise .response_div .resp h1 {
        font-size: 32px;
    }

    .franchise .response_div .resp p {
        font-size: 18px;
        line-height: 25px
    }

    .franchise .qzpg_qsec .opsec .list_radio {
        margin: 5px 0px 5px 5px;
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    .franchise .yellow_back p {
        font-size: 32px;
        padding: 40px 20px;
    }

    .franchise .whypg_blue_back {
        min-height: 413px;
    }

    .franchise .whypg_blue_back h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .franchise .whypg_blue_back p {
        font-size: 19px;
        line-height: 26px;
    }

    .franchise .whypg_green_back {
        min-height: 310px;
        padding: 40px 0 20px 25% !important;
    }

    .franchise .whypg_green_back h2 {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .franchise .whypg_green_back p {
        font-size: 17px;
        line-height: 23px;
    }

    .franchise .opn_main_header {
        min-height: 250px;
    }

    .franchise .opn_main_header h1 {
        font-size: 38px;
    }

    .franchise .opn_main_header p {
        font-size: 21px;
        line-height: 28px;
    }

    .franchise .opn_marketexp {
        min-height: 365px;
    }

    .franchise .opn_marketexp h2 {
        font-size: 32px;
        padding: 0 0 10px;
    }

    .franchise .opn_marketexp p {
        padding: 0 6%;
        font-size: 21px;
        line-height: 29px;
    }

    .franchise .gs_main_header {
        min-height: 240px;
    }

    .franchise .gs_main_header h1 {
        font-size: 32px;
    }

    .franchise .gs_main_header p {
        padding: 0 0%;
        font-size: 17px;
        line-height: 21px;
    }

    .franchise .gs_section_five {
        min-height: 330px;
    }

    .franchise .gs_section_five .et_pb_row {
        padding: 0px 0px 0px 29%;
    }

    .franchise .gs_section_five h2 {
        font-size: 30px;
        min-height: 80px;
    }

    .franchise .gs_section_five p {
        font-size: 19px;
        line-height: 23px;
    }

    .franchise .qzpg_quiz .gs_right_content {
        width: 82%;
    }

    .franchise .qzpg_qsec #qzop6 {
        margin-top: 70px;
    }

    .franchise .response_div .resp {
        padding: 29px 8%;
        background-size: cover;
    }

    .franchise .response_div .resp h1 {
        font-size: 30px;
        margin-bottom: 0px;
    }

}

@media (max-width: 768px) {

    .et_header_style_left .mobile_menu_bar {
        margin-top: 7px;
    }

    .franchise .seriusbusiness_sec {
        min-height: 320px;
    }

    .franchise .yellow_back p {
        font-size: 28px;
        line-height: 32px;
        max-width: 70%;
    }

    .franchise .available_locations #gmap {
        min-height: 390px !important;
    }

    .franchise #et_mobile_nav_menu {
        top: 10px;
    }

    .franchise .quiz_link {
        max-width: 70%;
    }

    .franchise .quiz_link a {
        font-size: 23px;
    }

    .franchise .contact_us_sec {
        font-size: 32.75px;
    }

    .franchise .whypg_yellow_back h1 {
        font-size: 35px;
    }

    .franchise .whypg_yellow_back p {
        font-size: 20px;
        line-height: 26px;
    }

    .franchise .whypg_green_back {
        min-height: 280px;
        padding: 35px 0 20px 21% !important;
    }

    .franchise .whypg_green_back h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .franchise .whypg_green_back p {
        font-size: 17px;
        line-height: 23px;
    }

    .franchise p {
        font-size: 17px;
        line-height: 23px;
    }

    .franchise .green_title, .franchise .purple_title, .franchise .blue_title, .franchise .yellow_title, .franchise .red_title {
        font-size: 28px;
    }

    .franchise .at_main_header {
        padding: 55px 0px;
    }

    .franchise .at_main_header h1 {
        font-size: 38px;
    }

    .franchise .at_at_resale h2 {
        font-size: 32px;
    }

    .franchise .at_at_resale p {
        font-size: 19px;
        line-height: 26px;
    }

    .franchise .at_at_resale ul li {
        font-size: 19px;
        padding: 3px;
    }

    .franchise .opn_main_header {
        padding: 35px 1%;
        min-height: 250px;
    }

    .franchise .opn_main_header h1 {
        font-size: 32px;
    }

    .franchise .opn_main_header p {
        font-size: 20px;
        line-height: 26px;
    }

    .franchise .opn_staffing {
        min-height: 250px;
    }

    .franchise .opn_staffing h2 {
        font-size: 32px;
        padding: 0px 0px 15px;
    }

    .franchise .opn_staffing p {
        font-size: 20px;
        padding: 0px 36% 0px 0px;
        line-height: 26px;
    }

    .franchise .opn_marketexp {
        min-height: 330px;
    }

    .franchise .opn_marketexp h2 {
        font-size: 32px;
        padding: 0 0 10px;
    }

    .franchise .opn_marketexp p {
        padding: 0 6%;
        font-size: 19px;
        line-height: 24px;
    }

    .franchise .opn_cust_exp h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .franchise .gs_main_header {
        min-height: 260px;
    }

    .franchise .gs_section_two .gs_right_content h2, .franchise .gs_section_three .gs_right_content h2, .franchise .gs_section_four .gs_right_content h2, .franchise .gs_section_five .gs_right_content h2 {
        font-size: 32px;
    }

    .franchise .gs_section_five {
        min-height: 478px;
        color: #fff;
        background-position: right;
    }

    .franchise .gs_section_five .et_pb_row {
        padding: 40px 0px;
    }

    .franchise .gs_section_five h2 {
        font-size: 32px;
        min-height: 100px;
    }

    .franchise .gs_section_five p {
        font-size: 21px;
        line-height: 27px;
    }

    .franchise .qzpg_main_header h1 {
        font-size: 32px;
    }

    .franchise .qzpg_qsec {
        padding: 20px;
    }

    .franchise .qzpg_quiz .gs_right_content {
        width: 78%;
    }

    .franchise .qzpg_qsec .opsec .anssec {
        font-size: 15px;
        width: 58%;
    }

    .franchise .qzpg_qsec #qzop6 {
        margin-top: 100px;
    }

    .franchise .response_div .resp {
        padding: 50px 4%;
    }
}

@media (max-width: 640px) {
    .franchise .main-banner-kids h1 {
        font-size: 40px;
    }

    .franchise .contact_us_sec {
        padding: 95px 0px !important;
        font-size: 27.75px;
    }

    .franchise .available_locations #gmap {
        min-height: 320px;
    }

    .franchise .available_locations .map_locations {
        padding: 25px 20px;
    }

    .franchise .whypg_yellow_back {
        min-height: 350px;
        padding: 55px 2% 150px;
    }

    .franchise .whypg_yellow_back h1 {
        font-size: 30px;
    }

    .franchise .whypg_blue_back h2 {
        font-size: 28px;
    }

    .franchise .whypg_yellow_back p {
        font-size: 21px;
        line-height: 28px;
    }

    .franchise .green_title, .franchise .purple_title, .franchise .blue_title, .franchise .yellow_title, .franchise .red_title {
        font-size: 28px;
    }

    .franchise p {
        font-size: 17px;
        line-height: 23px;
    }

    .franchise .whypg_green_back {
        min-height: 310px;
        padding: 55px 0 !important;
        background-position: top right;
    }

    .franchise .whypg_green_back .et_pb_text_align_left {
        text-align: center;
    }

    .franchise .whypg_purple_back h1 {
        font-size: 32px;
    }

    .franchise .whypg_purple_back p {
        font-size: 19px;
        line-height: 24px;
    }

    .franchise .opn_main_header {
        padding: 30px 0%;
        min-height: 180px;
    }

    .franchise .opn_main_header h1 {
        font-size: 27px;
        margin-bottom: 0px;
    }

    .franchise .opn_main_header p {
        font-size: 17px;
        line-height: 21px;
    }

    .franchise .opn_staffing {
        min-height: 200px;
    }

    .franchise .opn_staffing h2 {
        font-size: 28px;
        padding: 0px 0px 5px;
    }

    .franchise .opn_staffing p {
        font-size: 17px;
        padding: 0px 36% 0px 0px;
        line-height: 21px;
    }

    .franchise .opn_marketexp {
        min-height: 275px;
    }

    .franchise .opn_marketexp h2 {
        font-size: 28px;
        padding: 0 0 5px;
    }

    .franchise .opn_marketexp p {
        padding: 0 6%;
        line-height: 21px;
    }

    .franchise .gs_main_header {
        min-height: 290px;
    }

    .franchise .gs_section_three .gs_right_content {
        width: 75%;
    }

    .franchise .gs_section_five {
        min-height: 450px;
    }

    .franchise .gs_section_two .gs_right_content h2, .franchise .gs_section_three .gs_right_content h2, .franchise .gs_section_four .gs_right_content h2, .franchise .gs_section_five .gs_right_content h2, .franchise .white_title {
        font-size: 29px;
    }

    .franchise .qzpg_qsec .opsec .anssec {
        width: 100%;
        margin-top: 25px;
    }

    .franchise .qzpg_qsec .opsec .anssec img {
        position: absolute;
        margin-left: 2%;
        margin-top: -50px;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .franchise .qzpg_qsec .gs_left_number {
        width: 60px;
    }

    .franchise .qzpg_quiz .green_title, .franchise .qzpg_quiz .blue_title, .franchise .qzpg_quiz .purple_title {
        font-size: 20px;
    }

    .franchise .qzpg_qsec .gs_right_content .hdwrap {
        height: 60px;
        line-height: 60px;
        margin-bottom: 10px;
    }

    .franchise .qzpg_qsec #qzop6 {
        margin-top: 75px;
    }

    .franchise .response_div .errdv {
        font-size: 22px;
    }

}

@media (max-width: 480px) {
    .franchise .main-banner-kids {
        min-height: 300px;
    }

    .franchise .main-banner-kids h1 {
        font-size: 34px;
    }

    .franchise .apply_now_btn {
        font-size: 15px;
    }

    .franchise .apply_now_btn:after {
        top: 0%;
    }

    .franchise .yellow_back p {
        font-size: 27px;
        line-height: 28px;
        max-width: 76%;
        padding: 20px;
    }

    .franchise .quiz_link a {
        font-size: 21px !important;
    }

    .franchise .quiz_sec {
        min-height: 260px;
    }

    .franchise p {
        font-size: 17px;
        line-height: 26px;
    }

    .franchise .seriusbusiness_sec {
        min-height: 230px;
    }

    .franchise .contact_us_sec {
        min-height: 170px;
        padding: 70px 0px !important;
        font-size: 20.75px;
    }

    .franchise .green_title, .franchise .purple_title, .franchise .blue_title, .franchise .yellow_title, .franchise .red_title {
        font-size: 26px;
        line-height: 35px;
    }

    .franchise .available_locations .left_sec {
        width: 12%;
    }

    .franchise .available_locations .right_sec {
        width: 80%;
    }

    .franchise .whypg_yellow_back {
        padding: 50px 2% 150px;
    }

    .franchise .whypg_blue_back h2 {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .franchise .whypg_blue_back p {
        font-size: 17px;
        line-height: 22px;
    }

    .franchise .whypg_purple_back h1 {
        font-size: 25px;
    }

    .franchise .whypg_green_back h2 {
        font-size: 28px;
    }

    .franchise .at_main_header h1 {
        font-size: 32px;
    }

    .franchise .at_at_resale h2 {
        font-size: 28px;
    }

    .franchise .opn_main_header {
        padding: 40px 0 80px;
        min-height: 230px;
    }

    .franchise .opn_purple_back {
        min-height: 240px;
    }

    .franchise .opn_purple_back h2 {
        font-size: 24px;
        padding: 38px 0px;
    }

    .franchise .opn_staffing {
        min-height: 220px;
        background-position: top left;
    }

    .franchise .opn_staffing h2 {
        text-align: center;
    }

    .franchise .opn_staffing p {
        padding: 0px 7% 0px 0px;
        text-align: center;
    }

    .franchise .opn_marketexp {
        min-height: 310px;
        padding-bottom: 20px !important;
    }

    .franchise .opn_marketexp p {
        padding: 0 0 210px 0;
    }

    .franchise .opn_cust_exp h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .franchise .opn_cust_exp p {
        font-size: 21px;
        line-height: 28px;
        padding: 0 5% 45px;
    }

    .franchise .gs_main_header {
        padding: 30px 0 80px;
    }

    .franchise .gs_right_content {
        width: 73%;
    }

    .franchise .gs_left_number {
        width: 60px;
        min-width: 60px;
    }

    .franchise .gs_right_content .hdwrap {
        height: 70px;
        line-height: 70px;
        margin-bottom: 10px;
    }

    .franchise .gs_section_two {
        padding: 0 0 30px;
    }

    .franchise .gs_section_three .hdwrap {
        margin-bottom: 70px;
    }

    .franchise .gs_section_three .gs_right_content {
        width: 73%;
    }

    .franchise .gs_section_two .gs_right_content h2, .franchise .gs_section_three .gs_right_content h2, .franchise .gs_section_four .gs_right_content h2, .franchise .gs_section_five .gs_right_content h2, .franchise .white_title {
        font-size: 27px;
        line-height: 27px;
    }

    .franchise .qzpg_main_header h1 {
        font-size: 26px;
    }

    .franchise .qzpg_qsec .gs_left_number {
        width: 50px;
        min-width: 50px;
    }

    .franchise .qzpg_quiz .gs_right_content {
        width: 73%;
    }

    .franchise .qzpg_qsec .gs_right_content .hdwrap {
        height: 50px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .franchise .qzpg_quiz .green_title, .franchise .qzpg_quiz .blue_title, .franchise .qzpg_quiz .purple_title {
        font-size: 18px;
    }

    .franchise .qzpg_qsec #qzop6 {
        margin-top: 117px;
    }

    .franchise .response_div .errdv {
        font-size: 18px;
    }

}

@media (max-width: 350px) {
    .franchise .main-banner-kids h1 {
        font-size: 28px;
    }

    .franchise .right_sec .hdwrap {
        max-height: 65px;
        line-height: 65px;
    }

    .franchise .quiz_link a {
        font-size: 16px !important;
    }

    .franchise .contact_us_sec {
        font-size: 17px;
    }

    .franchise .whypg_yellow_back {
        padding: 40px 1% 150px;
    }

    .franchise .whypg_yellow_back h1 {
        font-size: 23px;
    }

    .franchise .whypg_yellow_back p {
        font-size: 19px;
        line-height: 24px;
    }

    .franchise .whypg_blue_back h2 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .franchise .whypg_blue_back p {
        font-size: 17px;
        line-height: 21px;
    }

    .franchise .opn_purple_back {
        min-height: 200px;
    }

    .franchise .opn_purple_back h2 {
        font-size: 24px;
        padding: 25px 0px;
    }

    .franchise .opn_staffing p {
        padding: 0px 0px 0px 0px;
    }

    .franchise .gs_main_header {
        min-height: 410px;
    }

    .franchise .gs_main_header h1 {
        font-size: 26px;
        padding: 10px 0px 10px;
    }

    .franchise .gs_left_number {
        width: 40px;
        min-width: 40px;
    }

    .franchise .gs_right_content .hdwrap {
        height: 55px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    .franchise .gs_section_three .hdwrap {
        margin-bottom: 75px;
    }

    .franchise .qzpg_main_header h1 {
        font-size: 23px;
    }

    .franchise .qzpg_qsec .gs_left_number {
        width: 40px;
        min-width: 40px;
        margin-right: 10px;
    }

    .franchise .qzpg_qsec .gs_right_content .hdwrap {
        height: 40px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .franchise .qzpg_qsec #qzop4 {
        margin-top: 50px;
    }

    .franchise .qzpg_qsec #qzop6 {
        margin-top: 130px;
    }
}

.page .szbl-location-wrap {
    max-width: 281px;
}

.page .fun-locations-list {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    clear: both;
}

.page .fun-locations-list li {
    float: left;
    width: 31%;
    list-style: none;
    padding: 0;
    margin: 1em 1.5% 1em 0;
}

.page .fun-locations-list li:last-child {
    margin-right: 0;
}

.page .tag {
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    background: #ccc;
    padding: .25em;
    line-height: 1.0;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    margin: 0 1em;
    position: relative;
    top: -2px;
    display: inline-block;
}

.page .tag-resale {
    background: #c90000;
}

.page .tag-proactive {
    background: #c900c9;
}

@media screen and (max-width: 768px) {

    .page .szbl-location-wrap {
        max-width: none;
        text-align: center;
    }

    .page .fun-locations-list li {
        float: none;
        width: auto;
        max-width: none;
        margin: 0 auto;
        text-align: left;
    }

}

#gmap {
    width: 100%;
    float: left;
    height: 300px;
}

#test {
    font-size: 12px;
}

/*** PARTY CUSTOMIZE PAGE ***/
.pc_footer_menu {
    display: none;
}

.party_customize_parent #main-header {
    border-top: 10px solid #733b9c;
}

.party_customize_parent #main-header #franchise-info {
    position: absolute;
    right: 0px;
}

.party_customize_parent #main-header .logo_container {
    margin-top: 0px;
}

.party_customize_parent #main-header #et-top-navigation {
    padding: 55px 0 10px 0 !important;
    float: right;
}

.customize-header {
    padding: 30px 0px 0px !important;
}

.pc_nav .hdr_blue_btn {
    float: right;
    color: #fff;
    background-color: #298dde;
    padding: 8px 15px;
    min-width: 100px;
    margin-left: 15px;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
}

.pc_nav .hdr_red_btn_flash {
    position: absolute;
    right: -10px;
    top: 45px;
    animation-name: flash;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /*Firefox 1 +*/
    -webkit-animation-name: flash;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    /*/ / Safari 3 - 4 */
    -moz-animation-name: flash;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}

@media (max-width: 980px) {
    .party_customize_parent .et_pb_section_0 {
        padding: 30px 0px 20px 0px !important;
    }
}

@media (max-width: 950px) {
    .pc_nav .hdr_blue_btn {
        padding: 8px 10px;
        min-width: auto;
        margin-left: 10px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .party_customize_parent #main-header #franchise-info {
        text-align: center;
    }

    .party_customize_parent #main-header #franchise-info .store_info {
        float: none;
    }

    .pc_nav .hdr_blue_btn {
        padding: 8px 10px;
        min-width: auto;
        margin-left: 15px;
        font-size: 17px;
    }

    .party_customize_parent #main-header .logo_container {
        margin-top: 35px;
    }
}

@media (max-width: 640px) {
    .pc_footer_menu {
        display: block;
        width: 100%;
        background-color: #f6f6f6;
        border: 1px solid #888;
        text-align: center;
        position: fixed;
        bottom: 0px;
    }

    .pc_footer_menu ul li {
        display: inline-block;
        width: 25.0%;
        margin-right: -4px;
        padding: 5px 0px 3px;
        text-align: center;
        border-right: 1px solid #888;
        font-family: 'Mikado', sans-serif;
        font-size: 16px;
        cursor: pointer;
    }

    .pc_footer_menu ul li .imgdiv {
        height: 34px;
        text-align: center;
        background-position: top;
        background-repeat: no-repeat;
    }

    .pc_footer_menu ul li.selected {
        background-color: #298dde;
        color: #fff;
        font-family: 'Mikado', sans-serif;
    }

    .pc_footer_menu ul li.selected .imgdiv {
        background-position: bottom;
    }

    .pc_footer_menu ul li:last-child {
        border-right: 0px;
    }

    .pc_footer_menu ul li:first-child {
        margin-left: -4px;
    }
}

@media (max-width: 580px) {
    .party_customize_parent #main-header #franchise-info {
        width: 100%;
        float: none;
        padding: 5px;
    }

    .party_customize_parent #main-header #et-top-navigation {
        padding: 40px 0 10px 0 !important;
    }

    .party_customize_parent #main-header .logo_container {
        margin-top: 30px;
    }

    .pc_nav .hdr_blue_btn {
        padding: 8px 8px;
        font-size: 16px;
        margin: 5px;
    }

    .party_customize_parent .et_pb_section_0 {
        padding: 20px 0px 10px 0px !important;
    }

    .party_customize_parent .et_pb_section_0 h1 {
        font-size: 27px;
    }
}

@media (max-width: 480px) {
    .party_customize_parent .et_pb_section_0 h1 {
        font-size: 27px;
        padding: 5px;
    }

    .party_customize_parent #main-content, .party_customize_parent .entry-content {
        background: none;
        padding: 0px;
    }
}

@media (max-width: 400px) {
    .pc_nav .hdr_blue_btn {
        min-width: auto;
        margin: 5px;
        font-size: 13px;
    }

    .pc_footer_menu ul li {
        font-size: 12px;
    }

    #main-footer.footer-customize {
        display: none !important;
    }
}

img.star_svg {
    width: 35px !important;
}

.plus-tax {
    font-size: 16px;
}

/*price row for camp*/
.price-row .col-2 {
    display: inline-block;
    width: 49%;
}

.total-price {
    font-size: 32px;
    color: #9B9B9B;
}

.price-row sup {
    font-size: 21px;
}

.price-row .camp-container {
    position: relative;
    top: 3px;
}

.minicart-price-wrap {
    width: 280px;
    margin: 0 auto;
}

.price-row .camp-container .confirm-registration {
    display: none;
}

.minicart-wrap {
    position: relative;
    top: 10px;
    cursor: pointer;
}

.minicart-wrap {
    visibility: hidden;
}

.price-row .button-orange {
    color: #9B9B9B;
    font-size: 28px;
    padding: 8px 20px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #9B9B9B;
    cursor: not-allowed;
}

.price-row .button-orange.enabled {
    color: #fff !important;
    background-color: orange !important;
    cursor: pointer !important;
    border: none !important;
}

.page-camps:not(.error404) .price-row {
    display: block;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 80px;
    z-index: 100;
}

.minicart-wrap,
#minicart-bag,
.minicart-count {
    display: inline-block;
}

#minicart-bag {
    width: 50px;
}

.minicart-price-wrap .price-p {
    text-align: center;
    display: inline-block;
}

.minicart-count {
    height: 23px;
    width: 23px;
    border-radius: 100%;
    background-color: #d0031c;
    color: #fff;
    text-align: center;
    position: relative;
    right: 20px;
    top: -30px;
}

.price-row {
    display: none;
}

.price-msg {
    text-align: center;
    text-transform: UPPERCASE;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    color: #981d97;
    font-weight: bolder;
    font-size: 22px;
    padding: 0 0 20px 0;
    margin: 0 100px;
}

.cancellation {
    cursor: pointer;
}

@media (max-width: 360px) {
    .price-msg {
        font-size: 16px;
        margin: 0 72px;
    }
}

@media (max-width: 375px) {
    .price-p {
        width: 90px;
    }

    .camp-container .minicart {
        float: left;
    }

    .price-row .camp-container {
        top: 20px !important;
    }

    .confirm-registration .button-orange {
        font-size: 12px !important;
    }
}

@media (max-width: 425px) {
    #main-header .container {
        width: 100%;
    }
    #handshake #business-search input, #handshake #business-search select {
        width: 100%;
        margin: 0px 0px 7px 0px;
        font-size: 20px;
    }
    .price-row .button-orange {
        font-size: 16px;
    }

    .confirm-registration .price-row .button-orange {
        font-size: 16px;
    }

    .price-msg {
        font-size: 20px;
        margin: 0 50px;
    }
}

@media (max-width: 425px) {
    .confirm-registration .price-row .button-orange {
        font-size: 12px;
    }
}

/***************************** Homepage v2 *****************************/
.home-v2-head-img.et_pb_section {
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}


@media (max-width: 425px) {
    .home-v2-head-img.et_pb_section {
        padding: 0 !important;
    }

    .homepage-v2 .et_pb_section:first-child{
        padding: 0 !important;
    }
}

.homepage-v2 .et_pb_row.et_pb_row_fullwidth,
.kids-bd-new1 .et_pb_row.et_pb_row_fullwidth {
    width: 100% !important;
    max-width: 100% !important;
}
.kids-bd-new1.et_pb_section {
    padding: 0;
}
.kids-bd-new1 .kids-day {
    padding: 0;
}
.kids-day .et_pb_button {
    border-radius: 0;
    width: 200px;
    text-align: center;
    min-width: unset;
    margin: 5px 15px 5px 0;
}

/*.kids-bd-new1 h1 {*/
/*padding-left: 20px;*/
/*margin-bottom: 30px;*/
/*}*/
.video-row1.et_pb_row {
    width: 97%;
    margin: 0 auto;
}
.kid-vid {
    position: relative;
    max-width: 690px;
    margin: 20px auto 0px auto;
    text-align: center;
}
.kid-vid,
.view-tns{
    text-align: center;
}
.home_testimonial_section.et_pb_section {
    display: block;
}
.view-tns a {
    color: #942D83;
    font-family: 'Lato', sans-serif;
}
.call-req {
    margin-bottom: 30px;
}
.video-row1 p {
    font-family: 'Lato', sans-serif;
    color: rgba(0, 0, 0, 0.6) !important;
}
.video-row1 p span {
    color: #942D83;
    font-family: 'Lato', sans-serif;
}
.video-row1 h2 {
    text-align: center;
    color: rgba(0, 0, 0, 0.6) !important;
    font-size: 34px;
    margin: 25px 0;
}
.kids-hdr .header-new {
    padding-left: 0;
    background-color: #e2e2e2;
}
.kids-hdr.et_pb_row {
    width: 100%;
    background-color: #e2e2e2;
    padding: 0;
}
.home-v2-head-img .head-gif {
    height: 560px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.homepage-v2.et_pb_section {
    padding: 0;
    border: 0;
}
.homepage-v2 .et_pb_row_fullwidth {
    padding-bottom: 0;
}
.best-part-planet h1 {
    text-align: center;
    font-size: 36px;
}

.private-bday-row .et_pb_column_2 {
    margin-right: 3%;
}
.private-bday .button-m-center,
#fam-fun .button-m-center{
    margin: 20px 0;
}
.homepage-v2 p {
    color: rgba(0, 0, 0, 0.6);
}
.og-home1 {
    color: #ff9407;
    font-family: 'Lato-Black', sans-serif;
}

.homepage-v2 p,
.homepage-v2 .banner-description p,
.directions-info-layout  p {
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Lato', sans-serif;
}
.private-bday-row h2{
    margin-bottom: 25px;
}
.btn-purple1 {
    padding: .5rem 1.75rem;
    color: #fff;
    font-family: 'Lato-Black', sans-serif;
    text-transform: uppercase;
    background-color: #942D83;
    border-radius: 50px;
}
.section-blocks ul li {
    font-family: 'Lato', sans-serif;
}
.section-blocks.et_pb_section {
    padding: 0;
    background-color: #f2f2f2;
    border: 0;
}
.directions-info-layout .et_pb_row {
    padding: 0;
}
.section-blocks .et_pb_row {
    width: 98% !important;
    max-width: 98% !important;
    margin: 0 auto;
}

.section-blocks .et_pb_column {
    margin-right: 2%;
}
.section-blocks .banner li:before {
    color: #942D83 !important;
    font-size: 18px;
}
.section-blocks .et_pb_column_1_2, .section-blocks.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 48%;
}

.cust-review-layout h2 {
    text-align: center;
}

.cust-review-layout.home_testimonial_section .home_testimonial_slider_wrap {
    background-color: #fff;
    padding: 12px 0 12px 0;
}
.cust-review-layout h2 {
    padding-bottom: 34px;
}
.directions-info-layout h3 {
    font-family: 'Lato-Black', sans-serif;
    color: rgba(0, 0, 0, 0.6);
}
.cust-review-layout .reviewbody,
.home_testimonial_section.cust-review-layout .home_testimonial_slider_wrap .mySlides p{
    color: rgba(0, 0, 0, 0.6) !important;
    display: block;
    font-family: 'Lato', sans-serif;
}
.cust-review-layout .review-author {
    padding-top: 30px;
}
.fam-fun.et_pb_bg_layout_dark h2,
.event-cal-title h2,
.directions-info-layout h2,
.cust-review-layout h2,
.kids-sect-row h2 {
    font-size: 36px;
    color: rgba(0, 0, 0, 0.6) !important;
}
.cust-review-layout .et-pb-arrow-next:before {
    content: "\45";
}
.cust-review-layout .et-pb-arrow-prev:before {
    content: "\44";
}
.home_testimonial_section.cust-review-layout .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-prev,
.home_testimonial_section.cust-review-layout .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-next {
    color: #942D83 !important;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.event-cal-stack .upcmng-evnts ul li .evnt_date,
.event-cal-stack .upcmng-evnts ul li .evnt_details {
    float: none;
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.event-cal-stack .upcmng-evnts ul li .evnt_details h3 {
    color: rgba(0, 0, 0, 0.6);
}

.kids-sect-row .ul-wrap {
    margin-top: 18px;
}
.kids-sect-row li {
    font-family: 'Lato-Regular', sans-serif;
}
.section-blocks .et_pb_text.fam-fun,
.kids-sect-row .bg-text-col .et_pb_text {
    background-color: #fff;
    padding: 25px;
    height: auto;
}
.kids-sect-row h3 {
    color: #ff9407 !important;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Lato-Black', sans-serif;
}
.event-cal-stack .upcmng-evnts ul li .evnt_details a {
    color: #942D83;
}
.section-blocks .fam-fun .banner-description {
    float: none;
    width: auto;
}
.btn-purp1 {
    margin: 25px 0;
}
.section-blocks .new-ban {
    overflow: auto;
    background-color: white !important;
    padding: 0;
    height: auto;
}
.ban-title {
    background: #ff9407;
    padding: 15px;
}
/*.section-blocks .et_pb_text {*/
/*padding: 0;*/
/*}*/
.section-blocks .banner-image img {
    width: 100%;
    height: 100%;
}
.section-blocks .banner-image div {
    padding: 0;
}
.best-part-planet.et_pb_row,
.private-bday-row.et_pb_row{
    width: 92%!important;
    max-width: 92%!important;
    margin: 0 auto;
}
.fam-fun-bg,
.kids-sect-row{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.fam-fun-bg img,
.kids-sect-row img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}
#fam-fun.section-blocks .fam-fun-col,
#fam-fun.section-blocks .fam-fun-bg,
#fun-for-kids.section-blocks .fam-fun-col,
#fun-for-kids.section-blocks .fam-fun-bg,
.kids-sect-row .et_pb_column.et_pb_column_1_2 {
    margin: 0;
    width: 50%;
    float: left;
    background-color: #fff;
}
.reg1 h4 {
    color: #707070 !important;
}
.orgH h4 {
    color: #ff9407 !important;
}
.kids-sect-row .orgH h4 {
    color: #942D83 !important;
}
.kids-sect-row .home_testimonial_section {
    display: block;
}
.entry-content .ul-items {
    padding-left: 18px;
    padding-bottom: 0;
}
.kids-bd-tabs .mob-accord-tt {
    background-color: #ff9407;
}
#fam-fun.section-blocks .fam-fun-bg .new-ban,
#fun-for-kids.section-blocks .fam-fun-bg .new-ban,
.section-blocks .new-ban {
    overflow: hidden;
}
.wrap-accord .event-cal-stack .upcmng-evnts ul li .evnt_details h3 {
    font-family: 'Lato-Black', sans-serif;
    font-size: 28px;
}
.ul-wrap h4 {
    font-family: 'Lato black', sans-serif;
    font-weight: bold;
}
.event-cal-stack .et_pb_row {
    background-color: #fff;
}
.ev-dt {
    color: rgba(0, 0, 0, 0.6) !important;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 22px;
    margin: 5px 0;
}
.wrap-accord .upcmng-evnts ul li .evnt_details p {
    font-size: 22px;
    margin-bottom: 10px;
}
.wrap-accord .event-cal-stack .upcmng-evnts ul li .evnt_details span {
    font-size: 18px;
}
.directions-info-layout .et_pb_column {
    padding: 25px;
    background-color: #fff;
}
.entry-content .directions-wrap,
.entry-content .wrap-accord {
    list-style: none;
}
.wrap-accord .upcmng-evnts ul li {
    min-height: unset;
}
.entry-content .wrap-accord {
    padding: 0;
}
.accordion-directions {
    margin-top: 50px;
}
.accord-title {
    cursor: pointer;
    display: inline-block;
}
.accord-title h3 {
    display: contents;
}
.accord-title i {
    display: inline-block;
    color: #942D83;
}
.mob-accord-tt h2 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    padding: 0;
}
.mob-accord-tt {
    padding: 15px;
    background-color: #942D83;
}
.wrap-accord {
    padding: 25px 0;
}
.kids-buttons#tabs .tab a {
    display: block;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #e2e2e2;
}
.kids-buttons .header-new {
    padding-left: 0;
    background-color: #fff;
}
.accord-title .arrow_triangle:before {
    content: "\2B";
    /*font-family: "ETmodules" !important;*/
    font-weight: bolder;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    color: #942D83;
    font-size: larger;
}
.wrap-accord .upcmng-evnts ul li:last-child {
    border-bottom: 0;
}
.wrap-accord .event-cal-stack .upcmng-evnts ul li .evnt_details:last-child {
    padding-bottom: 20px;
}
.arrow-accord {
    float: right;
}
.mob-accord-tt h2 {
    float: left;
    line-height: 36px;
}

.arrow-accord:before {
    content: "\e04e";
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    font-size: 32px;
    color: #fff;
}
.arrow-accord.down:before {
    content: "\e04c";
}
.accord-title .arrow_triangle.down:before {
    content: "\2d";
    /*font-family: "ETmodules" !important;*/
    font-weight: bolder;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    font-size: larger;
}
.homepage-v2 .directions-wrap li {
    margin-bottom: 20px;
}
.accord-content {
    display: none;
}
.txtToggle {
    cursor: pointer;
    color: #942D83;
}
body h3 {
    font-family: 'Lato', sans-serif;
    color: #333;
}

#map-home2 {
    width: 100%;
    height: 450px;
    margin: 50px auto 0;
}

.kids-day .cust-review-layout h2 {
    padding: 25px 0;
}
.kids-bd-tabs .kids-sect-row {
    display: none;
}
.section-blocks .ban-title h2 {
    padding: 0;
}
.head-gif #videoTest1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .list-st1 {
    font-weight: 700;
}
#tabs .etabs .tab {
    font-size: 20px;
    border: 0;
    min-width: 15%;
    text-align: center;
    border-bottom: 5px solid #e2e2e2;
}
#tabs .tab.active a.active,
#tabs .etabs .tab a{
    padding: 7px 20px;
}
#tabs .etabs .tab.active {
    margin: 0;
    border-bottom: 5px solid #fff;
}
body .header_book {
    font-size: 14px;
}
.pricing-tbl.et_pb_section {
    padding-top: 20px;
}
.st1,
body .entry-content,
body td {
    color: #707070;
}
.st1 {
    padding-bottom: 20px;
    font-size: 18px;
}
.birthday-classic-header,
.birthday-deluxe-header,
.birthday-ultimate-header {
    color: #333;
}
.home_blurbs p.stp2 {
    min-height: unset;
    margin-bottom: 20px;
    width: 95%;
    margin: 0 auto;
}
.otherways-hd h2 {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

.otherways-hd.et_pb_text_2 {
    margin-bottom: 0;
    padding-bottom: 40px !important;
}
body #tabs .etabs {
    padding: 0;
    margin: 0;
}
body #tabs .etabs .tab {
    border: 0;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}
body #tabs .etabs .tab a {
    line-height: 24px;
}
body #tabs .etabs .tab.active {
    padding: 0;
    background: #fff;
    border: 0;
    margin: 0;
    margin-left: 15px;
    border-bottom: 5px solid #fff;
}

body .home_testimonial_slider_wrap {
    height: auto;
}
body .et_pb_widget li a,
body .et_pb_widget a {
    border: 0;
}
.view-tns div {
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}
.view-tns a {
    cursor: pointer;
}
.view-tns div.visible-tns {
    position: relative;
    left: unset;
    width: auto;
    overflow: unset;
}
.et_pb_text .countContent .fun {
    padding-bottom: 1em;
}
.homepage-v2 a {
    color: #942D83;
}
.homepage-v2 a.btn-purple1 {
    color: #fff;
}
#map-home #direction-form {
    display: none;
}
body.et_pb_gutters3 .et_pb_column_4_4 .et_pb_text.header {
    margin-bottom: 0;
    padding: 30px 0;
}
.header-new {
    background-color: #e2e2e2;
    /*padding-left:70px;*/

}
.et_pb_button.red.book_online {
    font-family: Lato-Black,sans-serif;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 4px;
    background-color: #942d83;
    border: none;
    box-shadow: none;
    margin-top: 0px;
    padding: 0 36px 11px 36px;
    border-radius: 50px;
    font-size: 20px;
    width: auto;
    margin: 0px;
    margin-bottom: 2%;
}

@media (min-width: 981px) and (max-width: 1220px) {
    .et_header_style_left .logo_container {
        max-width: 200px;
    }
}
@media (min-width: 981px) {
    .call-req.mob {
        display: none;
    }
    .orgH .add-smv {
        display: none;
    }
    .orgH .add-lgv {
        display: block;
    }
    body #fam-fun.section-blocks .fam-fun-bg {
        float: right;
    }
    #map-home {
        width: 80%;
        height: 450px;
        margin: 50px auto 0;
    }
    .mob-accord-tt {
        display: none;
    }
    .wrap-accord li:nth-child(even)  .et_pb_column_1_2:nth-child(1) {
        float: right;
        margin-bottom: 3%;
    }
    .wrap-accord li:nth-child(1) .section-blocks .et_pb_row {
        padding-top: 0 !important;
    }
    .kids-bd-tabs .kids-sect-row {
        display: block;
    }
    .best-part-planet.et_pb_row,
    .private-bday-row.et_pb_row{
        width: 98%!important;
        max-width: 98%!important;
        margin: 0 auto;
    }
    .call-req {
        margin: 20px 0;
        text-align: center;
    }
    /*.tab-mob-accord,*/
    /*.mob-kids-day {*/
    /*display: none;*/
    /*}*/
    .kids-sect-row .col-2 {
        float: left;
        width: 50%;
    }
    .section-blocks .et_pb_row {
        padding: 2% 0 !important;
    }
    .kids-bd-tabs .mob-accord-tt {
        display: none;
    }
    .kids-day #customer-review-rate .et_pb_row {
        padding-top: 0 !important;
    }
    .kids-buttons {
        display: none;
    }
    .kids-day.et_pb_section {
        border-bottom: 0;
    }
    .ev-dt {
        display: none;
    }
    .wrap-accord .event-cal-stack h2 {
        font-size: 36px;
        color: rgba(0, 0, 0, 0.6) !important;
        text-align: center;
        margin-bottom: 30px;
    }
    .best-part-planet img {
        display: inline-block;
        width: 12%;
    }
    .best-part-planet h1 {
        width: 80%;
        position: relative;
        display: inline-block;
        bottom: 15px;
    }
}
@media (max-width: 980px) {
    .wrap-accord .banner-description h3 {
        display: none;
    }
    .wrap-accord .orgH .ul-items {
        display: none;
    }
    .orgH .add-lgv {
        display: none;
    }
    .orgH .add-smv {
        display: block;
        cursor: pointer;
    }
    .mg-pd .et_pb_column {
        margin-bottom: 0;
    }
    .et_pb_section .et_pb_column .et_pb_module.cal-btn-wrap {
        margin: 0;
        padding-bottom: 0;
    }
    .cal-btn-wrap p {
        text-align: right;
    }
    #tabs .etabs .tab{
        font-size: 15px;

    }
    #tabs .tab.active a.active, #tabs .etabs .tab a {
        padding: 7px 4px;
    }
    .et_pb_section .et_pb_column .et_pb_module.otherways-hd {
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px !important;
    }
    .et_pb_button.red.book_online {
        margin-bottom: 30px;
    }
    .et_pb_button.purple,
    .et_pb_button.active {
        width: auto;
    }
    body .et_pb_section:first-child {
        padding-top: 0 !important;
    }
    body .et_pb_section .et_pb_column .et_pb_module.et_pb_text.header {
        margin-bottom: 0;
    }
    .directions-info-layout h2 {
        text-align: center;
    }
    .best-part-planet img {
        display: none;
    }
    .cust-review-layout h2 {
        padding: 30px 0;
    }
    #map-home {
        width: 100%;
        height: 450px;
        margin: 50px auto 0;
    }
    .wrap-accord .event-cal-stack h2 {
        display: none;
    }
    .wrap-accord .upcmng-evnts ul li {
        width: auto;
        display: block;
        border-bottom: 4px solid #e4e4e4;
        border-right: 0;
        min-height: unset;
        margin-bottom: 20px;
    }
    .evnt_date {
        display: none;
    }
    .mob-accord-ct {
        display: none;
        background-color: #fff;
    }
    .kid-day-tab {
        display: none;
    }
    .wrap-accord .et_pb_text {
        height: auto !important;
    }
    .wrap-accord li {
        padding-bottom: 5px;
        background-color: #fff;
    }
    .wrap-accord .event-cal-title {
        display: none;
    }
    .private-bday-row h2,
    .desktop-img-party{
        display: none;
    }
    .et_pb_column.private-bday {
        margin-bottom: 0;
    }
    .private-bday-row.et_pb_row {
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
    .section-blocks .et_pb_row {
        padding: 15px 10px !important;
    }
    .button-m-center {
        text-align: center;
    }
    .home-v2-head-img {
        margin-bottom: 10px;
    }
    .wrap-accord .section-blocks.et_pb_section {
        background-color: #fff;
    }
    .tab-mob-accord,
    .mob-kids-day{
        display: block;
    }
    #nw-hm-wrap,
    .desk-kids-day{
        display: none;
    }
    .entry-content ul.directions-wrap {
        padding: 0;
    }
    .kids-bd-new1 h1 {
        text-align: center;
    }
    .call-req {
        text-align: center;
    }
    .sect-title h2 {
        text-align: center;
        font-size: 26px;
        margin: 20px 0;
        padding: 0;
    }
    .kids-bd-tabs .kids-sect-row.section-blocks,
    body .tab-mob-accord .section-blocks {
        width: 95% !important;
        max-width: 95% !important;
        margin: 0px auto;
        padding: 20px 0;
    }
    .video-row1 h2 {
        font-size: 26px;
        margin: 20px 0;
        padding: 0;
    }

    .kids-bd-new1 h1 {
        padding-left: 0;
        margin-left: 0;

    }

}

@media (max-width: 1100px) {
    .section-blocks.et_pb_section .et_pb_column.et_pb_column_1_2,
    .section-blocks banner-description{
        float: none;
        width: 100%;
        /*margin-bottom: 25px;*/
    }
    .homepage-v2 #right_banner.new-ban {
        height: auto !important;
    }
    .homepage-v2 .button-m-center {
        text-align: center;
    }
}

@media (max-width: 980px) and (min-width: 768px) {
    #main-content .et_pb_section {
        padding: 20px 0 0 0;
    }
    #main-content .et_pb_section.homepage-v2 {
        padding: 0;
    }
    .large-coupon-right {
        width: 40%;
    }
    .large-coupon-left {
        width: 55%;
    }
}
@media (max-width: 767px) {
    #tabs ul.ui-tabs-nav li.ui-tabs-active a, #tabs .tab.active a.active {
        background-color: #a3238e;
        color: #fff;
    }
    body .sm_padding:nth-child(1) .et_pb_row {
        padding: 0 !important;
    }
    .large-coupon-address {
        margin: 0;
    }
    .large-coupon-left {
        padding: 0;
    }
    .large-coupon-logo {
        text-align: center;
    }
    body.page.et_pb_pagebuilder_layout #main-footer {
        background: #0089c7;
        padding: 0;
    }
    body #et-main-area {
        width: 100%;
    }
    body.page.et_pb_pagebuilder_layout #main-footer .container {
        padding: 0;
    }
    body.page.et_pb_pagebuilder_layout #main-content,
    body #main-content {
        background-color: #fff;
        padding: 0;
    }
    body #main-footer,
    body #main-footer .container {
        padding: 0;
    }
    body.et_pb_pagebuilder_layout .entry-content,
    body.et_pb_pagebuilder_layout .et_pb_post .entry-content,
    body.page .entry-content {
        padding: 0;
    }
    #main-header .container.location-wrap {
        width: 100%;
    }
    .fam-fun.et_pb_bg_layout_dark h2,
    .event-cal-title h2,
    .directions-info-layout h2,
    .cust-review-layout h2 {
        font-size: 30px;
    }
    .et_pb_button.purple,
    .et_pb_button.active{
        width: 95%;
        margin: 0 auto;
        display: block;
        border-bottom: 5px solid #e2e2e2 !important;
    }

    body #tabs .etabs {
        width: 95%;
        margin: 0 auto;
    }
    body #tabs .etabs .tab,
    body #tabs .etabs .tab.active{
        border-bottom: 5px solid #e2e2e2;
        float: none;
        margin: 0;
        width: auto;
    }
    body #tabs .tab a {
        border: 0;
    }
}
@media (min-width: 768px) {
    .rd-more{
        display: inline !important;
    }
    .find_location {
        margin-left: 10px;
    }
    span.logo_helper {
        height: 130%;
    }
    .read-more-dots, .txtToggle{
        display: none;
    }
    #noTabsTablet {
        display: none;
    }
    body .header_book {
        font-size: 20px;
    }
    .best-part-planet h1 {
        font-size: 52px;
    }
    .private-bday-row h2 {
        font-size: 36px;
        color: rgba(0, 0, 0, 0.6);
    }

}
@media (max-width: 550px) {
    .header h1 {
        padding: 0;
        margin-left: 0;
        text-align: center;
    }
    .et_pb_column.header {
        padding-top: 15px;
    }
}
@media (max-width: 480px) {

    .wrap-accord .event-cal-stack .upcmng-evnts ul li:last-child {
        margin-bottom: 0;
    }
    .wrap-accord .event-cal-stack .upcmng-evnts ul li:last-child .evnt_details:last-child {
        padding-bottom: 0;
    }
    .upcmng-evnts {
        margin-bottom: 0 !important;
    }
    body .home_testimonial_slider_wrap {
        height: auto !important;
    }
    .section-blocks .et_pb_text.fam-fun, .kids-sect-row .bg-text-col .et_pb_text, .directions-info-layout .et_pb_column {
        padding: 0;
    }
    .section-blocks .et_pb_row {
        width: 95% !important;
        margin: 0 auto;
    }
    body .home_testimonial_section .home_testimonial_slider_wrap .mySlides {
        /*padding: 0 5%;*/
    }
    #franchise-info .store_name {
        background-size: contain;
    }
    .clickable span {
        width: auto;
    }
    #et-main-area {
        width: 100%;
    }
    /*body.custom-background.page {*/
    /*background-color: transparent;*/
    /*}*/
    .banner p.list-st1 {
        padding: 0;
    }
    .home-v2-head-img .head-gif {
        height: 250px;
    }
    div #no_location_slideshow {
        height: 300px;
    }
    .best-part-planet h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .home_testimonial_section.cust-review-layout .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-next {
        right: 10px;
    }
    .home_testimonial_section.cust-review-layout .home_testimonial_slider_wrap .et-pb-slider-arrows .et-pb-arrow-prev {
        left: 10px;
    }
}
body.custom-background.page {
    background-image: none;
    background-color:#942d83;
}

#no_location_slideshow {
    height: 600px;
}
textarea.transcript-text{
    width: 100%;
    max-width: 100%;
    color: #707070;
    font-family: Lato;
}
/*********Info banner***********/
.et_pb_row.info-banner {
    background-color: #DE5A4A;
    padding: 30px 0 !important;
    background-image: none;
}
body .info-banner .et_pb_text p:last-of-type {
    text-align: center;
    color: #fff;
    padding: 0;
    font-weight: bold;
}
.info-banner p a {
    color: #fff;
    text-decoration: underline;
}

.et_pb_row.info-banner-reopening {
    background-color: #ff4500;
    padding: 30px 0 !important;
    background-image: none;
}

.et_pb_row.info-banner-reopened {
    background-color: #228b22;
    padding: 30px 0 !important;
    background-image: none;
}

body.et_fixed_nav.et_show_nav #page-container {
    padding-top: 128px;
}

