/*!
Theme Name: sds
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sds
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sds is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.single-product .woocommerce div.product div.images {
    float: left;
    width: 30%;
}
.single-product .summary.entry-summary{
    width: 66% !important;
}

/* New Cusotm CSS */

.tribe-events .tribe-events-before-html {
  padding-bottom: 30px;
}
.tribe-events .tribe-events-after-html {
  padding-top: 30px;
}

.home-banner.et_pb_section.et_pb_with_background {
  margin-bottom: 100px !important;
}
.home-banner.et_pb_section.et_pb_with_background .et_pb_slider_container_inner {
  padding: 0 !important;
}

.wcppec-checkout-buttons__separator {
  display: none!important;
}
.et-db #et-boc .et-l .et_pb_posts.system-dynamics-blog-posts-container a.more-link,
.checkout-button.button {
  height: auto;
  padding: 12px 44px !important;
  background: rgb(177,30,77) !important;
  background: linear-gradient(75deg, rgba(177,30,77,1) 56%, rgba(219,77,111,1) 100%) !important;
  font-size: 18px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease 0s !important;
  margin-top: 30px !important;
  text-align: center !important;
}
.et-db #et-boc .et-l .et_pb_posts.system-dynamics-blog-posts-container a.more-link {
  margin-top: 15px !important;
  display: inline-block;
  font-weight: bold;
}
.et-db #et-boc .et-l .et_pb_posts.system-dynamics-blog-posts-container a.more-link:hover,
.et-db #et-boc .et-l .et_pb_posts.system-dynamics-blog-posts-container a.more-link:active,
.et-db #et-boc .et-l .et_pb_posts.system-dynamics-blog-posts-container a.more-link:focus,
.checkout-button.button:hover,
.checkout-button.button:active,
.checkout-button.button:focus {
  -webkit-box-shadow: 7px 7px 7px 0px rgba(53,53,53,0.75) !important;
  -moz-box-shadow: 7px 7px 7px 0px rgba(53,53,53,0.75) !important;
  box-shadow: 7px 7px 7px 0px rgba(53,53,53,0.75) !important;
}
.et-db #et-boc .et-l .et_pb_posts.system-dynamics-blog-posts-container .pagination a {
  color: #515151;
  background-color: #ebe9eb;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
}
.et-db #et-boc .et-l .et_pb_posts.system-dynamics-blog-posts-container .pagination a:hover,
.et-db #et-boc .et-l .et_pb_posts.system-dynamics-blog-posts-container .pagination a:active,
.et-db #et-boc .et-l .et_pb_posts.system-dynamics-blog-posts-container .pagination a:focus {
  background-color: #dfdcde;
  color: #515151;
}
/*.et-db #et-boc .et-l .et_pb_row {
    max-width: 1245px !important;
}*/
article .entry-content > .woocommerce {
    max-width: 1245px;
    margin: 0 auto;
}
body.single-product article .entry-content > .woocommerce,
body.woocommerce-category article .entry-content > .woocommerce,
body.woocommerce-tag article .entry-content > .woocommerce,
body.woocommerce-cart article .entry-content > .woocommerce,
body.woocommerce-checkout article .entry-content > .woocommerce {
    margin: 6% auto 4%;
}

.wapf-wrapper {
  padding-top: 30px;
}
.wapf-field-label.wapf--above {
  font-weight: 600;
}
.et_pb_section.et_pb_section_0_tb_header.top-header.et_section_regular.et_section_transparent {
    background: #000 !important;
}
/* Media Query */
@media (max-width: 1280px) {

  article .entry-content > .woocommerce,
  .sds-member-directory.member-directory {
      padding: 0 15px!important;
  }
  .main-service-direction>.et_pb_row>.et_pb_column {
    width: calc(33% - 19px)!important;
    margin: 10px!important;
}
.main-service-direction>.et_pb_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
}
@media (max-width:1024px) {
.page-id-25309.et-db #et-boc .et-l .product .et_pb_section_0 {
    width: 95%;
    margin: -250px auto -95px;
}
}
@media (max-width:980px) {
  body.single-product article .entry-content > .woocommerce,
  body.woocommerce-category article .entry-content > .woocommerce,
  body.woocommerce-tag article .entry-content > .woocommerce,
  body.woocommerce-cart article .entry-content > .woocommerce,
  body.woocommerce-checkout article .entry-content > .woocommerce {
      margin: 50px auto;
  }
  .main-service-direction>.et_pb_row>.et_pb_column {
    width: calc(48% - 10px)!important;
    margin: 10px!important;
}
.main-service-direction>.et_pb_row>.et_pb_column:nth-child(2) {
    margin-right: auto !important;
}
.main-service-direction>.et_pb_row>.et_pb_column:nth-child(3) {
    margin: 30px auto !important;
    width: 100% !important;
}
}
@media (max-width:767px) {
.main-service-direction>.et_pb_row>.et_pb_column {
    width: 100% !important;
    margin: 10px auto !important;
}
.page-id-25309.et-db #et-boc .et-l .product .et_pb_section_0 {
    margin: -190px auto -95px;
}
}
@media (max-width:581px) {
.page-id-25309.et-db #et-boc .et-l .product .et_pb_section_0 {
    margin: -135px auto -95px;
}
}
.signing-btns a {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500!important;
    color: #fff!important;
    margin: 0px 0px !important;
    border-left: 1px solid #717171 !important;
    padding-bottom: 0px !important;
    padding: 0px 12px !important;
}

.signing-btns {
    padding-right: 20px !important;
}

.newsletter_form a {
    background: #b01f4c!important;
    color: #fff!important;
    padding: 10px 18px!important;
    line-height: 28px!important;
    height: auto!important;
    text-align: center !important;
}

.newsletter_form a input{
	line-height: 21px;
}

.newsletter_form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; 
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.newsletter_form a input {
    text-transform: uppercase;
    font-weight: 600;
    height: !important;
    width: 100%;
}

.mc4wp-alert.mc4wp-success {
    text-align: center !important;
    width: 100%;
    padding-top: 18px !important;
}

 .newsletter_form_outer h2{
 	width: 100%;
 	text-align: center !important;
 	font-size: 25px;
 	padding-bottom: 20px !important;
 }

 .newsletter_form_outer input[type="email"] {
    width: 100%;
    margin-right:8px;
    min-width: 330px;
    padding: 9px 10px;
    line-height: 30px;
    border-radius: 4px !important;
}

footer h4 {
    font-size: 22px!important;
    font-family: 'Nunito' !important;
    font-weight: bold !important;
    color: #353535!important;
    line-height: 1.2!important;
}

footer .et_pb_menu {
    background: transparent !important;
}

.newsletter_form input[type="email"] {
    width: 350px !important;
    line-height: 32px;
    border: 1px solid #ccc !important;
    margin: 0px 10px !important;
}

.footer-sharelinks a.icon.et_pb_with_border {
    width: 36px!important;
    height: 36px!important;
    line-height: 36px!important;
    border-radius: 50%!important;
    text-align: center!important;
}

.footer-sharelinks a.icon.et_pb_with_border:before {
    width: 36px!important;
    height: 36px!important;
    line-height: 36px!important;
    font-size: 20px!important;
}

.et-db #et-boc .et-l--footer .et_pb_section_1_tb_footer.et_pb_section.footer-widget-section {
    padding: 70px 0 50px!important;
}

.subscribeform-footer {
    padding: 0% 0px !important;
}

.newsletter_form label {
    font-weight: 800;
}

footer #menu-quick-links{
	margin-top: -12px !important;
}

footer #menu-quick-links li a {
    font-size: 18px;
    font-family: 'Nunito' !important;
    font-weight: 600 !important;
    color: #b01f4c!important;
    padding-bottom: 0!important;
    width: 100% !important;
    display: block;
    line-height: 24px !important;
        position: relative !important;
    padding-left: 16px !important;
}

footer #menu-quick-links li a:before{

    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b01f4c;
    position: absolute;
    top: 9px;
    left: 0;
}

footer #menu-quick-links li {
    width: 100%;
}

footer ul#menu-quick-links li {
    color: #b01f4c !important;
    list-style: circle !important;
}
.smush-detected-img{
	box-shadow: none !important;
}
.product-template-default.single-product .saboxplugin-wrap{
	display: none!important;
}
.product-template-default.single-product #secondary{
	display: none!important;
}
body.buddypress article.page>.entry-header .entry-title {
    font-size: 2em;
    margin: 0;
    color: #fff;
}
body.buddypress article.page>.entry-header {
    font-family: 'Roboto';
    background: rgb(177,30,77)!important;
    background: linear-gradient(75deg,rgba(177,30,77,1) 56%,rgba(219,77,111,1) 100%)!important;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 7px 7px 0 rgba(53,53,53,.75)!important;
    -moz-box-shadow: 0 7px 7px 0 rgba(53,53,53,.75)!important;
    box-shadow: 0 7px 7px 0 rgba(53,53,53,.75)!important;
    text-transform: uppercase;
    padding: 30px 0;
}
div#buddypress {
    width: 100%;
    max-width: 1245px;
    margin: auto;
}
.et-db #et-boc .et-l--footer .et_pb_section_1_tb_footer.et_pb_section.footer-widget-section {
    padding: 70px 0 50px !important;
}
#et-boc header.et-l--header .et_pb_section_0_tb_header>.et_pb_row>div.et_pb_column {
    width: auto!important;
    margin-right: 0!important;
}
#et-boc header.et-l--header .et_pb_section_0_tb_header>.et_pb_row {
    margin-top: 0!important;
    padding-top: 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu {
    background-color: transparent !important;
    margin-right: 0px!important;
}
/*.single .tribe_events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.single-tribe_events .tribe-events-event-image {
    width: 40%;
}
.single-tribe_events .tribe-events-cal-links {
    width: 100%;
}
.single-tribe_events .tribe-events-content {
    width: 60%;
    padding-left: 30px;
}*/
.tribe-common.event-tickets.tribe-tickets__tickets-wrapper,
.tribe-common.event-tickets {
    width: 100%;
}
.single-tribe_events .tribe-events-event-meta,
.tribe-events-related-events-title {
    width: 100%;
}
.single-post .saboxplugin-wrap{
	display: none;
}
.tribe-events-single ul.tribe-related-events {
    width: 100%;
}
#ship-to-different-address {
    margin: 0;
    font-size: 18px;
}

/*header.entry-header img{ display: none; }

.page-id-3379 header.entry-header img, .single-post header.entry-header img{ display: inline-block; }*/

/* HIDE AUTHOUR BOX FROM EVENTS PAGES */

.tribe_events-template-default.single.single-tribe_events .saboxplugin-wrap {
    display: none!important;
}
@media screen and (max-width: 991px){
.single-tribe_events .tribe-events-content,
.single-tribe_events .tribe-events-event-image {
    width: 100%;
    padding-left: 0px;
}
}
@media screen and (max-width: 767px){
#et-boc header.et-l--header .product>.et_pb_section_0_tb_header>.et_pb_row,
#et-boc header.et-l--header .et_pb_section_0_tb_header>.et_pb_row  {
    padding: 5px !important;
}
#et-boc header.et-l--header .product>.et_pb_section_0_tb_header>.et_pb_row>div.et_pb_column:last-child,
#et-boc header.et-l--header .et_pb_section_0_tb_header>.et_pb_row>div.et_pb_column:last-child {
    width: 150px !important;
}
.signing-btns {
    padding-right: 10px!important;
}
.signing-btns a {
    font-size: 13px;
    padding: 0 5px!important;
}
body.buddypress article.page>.entry-header {
    padding: 10px 0;
}
body.buddypress article.page>.entry-header  p {
    margin-top: 0;
}
.et-db #et-boc .et-l .et_pb_text_0 h2 span {
    line-height: 1.2;
}
.newsletter_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.newsletter_form input[type="email"] {
    margin: 0 !important;
}
.newsletter_form a {
    width: 100% !important;
    display: block;
}
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    width: 100%;
}
}
/*.page-id-24 .et-db #et-boc .et-l .et_pb_row_2 {
	max-width: 500px !important;
	}
.page-id-24 .et-db #et-boc .et-l .et_pb_row_1 {
	max-width: 500px !important;
}	*/.prod_filter {
    /* max-width: 300px; */
}


/*.prod_filter aside#secondary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    width: 100%;
}

.prod_filter aside#secondary section {
    width: 30%;
}

.prod_filter h2.widget-title {
    font-size: 20px;
}

.prod_filter section#woof_widget-4{
	display: none;
}

.prod_filter_box {
    max-width: 1275px;
    margin: 0px auto;
    border: 1px solid #f1f1f1;
    margin-top: 64px;
    padding: 20px;
}

.prod_filter_box .widget_product_search input#woocommerce-product-search-field-0 {
    width: 75%;
    margin-top:70px;
}*/


.pro_filter_box {
    max-width: 1080px;
    margin: 0px auto;
    border: 0px solid #f1f1f1;
    margin-top: 64px;
    padding: 20px;
    display: flex;
}

.pro_filter_box .pro-cont {
    width: 50%;
}

.pro_filter_box .pro_filter {
    width: 46%;
    padding-left: 4%;
    padding-right: 2%;
}

.pro_filter_box h2{
	font-size: 13px;
}
.woocommerce-account-my-memberships a.et_pb_button.et_pb_button_0.gradient-btn.et_pb_bg_layout_light {
    margin-top: 18px !important;
    display: inline-block;
    padding: 8px 24px !important;
    font-size: 20px !important;
}
.woocommerce-account td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    padding: 8px !important;
    margin-left: 7px !important;
}
.tribe-common div.tribe-dialog {
    z-index: 2 !important;
}


@media screen and (max-width: 767px){
	.newsletter_form > p{
		display: flex;
	    flex-direction: column;
	    margin-top: 20px !important;
	}

	.page-id-25416 .post-password-required .product, .post-password-required .post-password-form{
		padding: 10px !important;
	}

	.post-password-form input[type="submit"]{
		margin-top: 15px !important;
	}
}

.single_member_info {
    max-width: 100%;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    background: #f1f1f1;
    padding: 50px 10px;
    margin-bottom: 50px;
}

.single_member_info .wcm.member-avatar {
    width: 300px;
    text-align: center;
    
}

.single_member_info .member-details {
    width: 50%;
}

.single_member_info .member-details h3.member-name {
    margin-top: 0;
    margin-bottom: 10px;
}

.member-directory .member-details a {
    text-decoration: none;
}

.member-listing .wcm.member-avatar {
    width: 128px;
    height: 128px;
    margin: 0px auto;
    margin-bottom: 12px;
}

.sds-member-directory.member-directory .member-listing img {
    display: block;
    margin: 15px auto;
}

.member-directory .member-details a, .member-directory .member-details h3 {
    text-decoration: none;
    color: #404040;
}

.single_member_info .member-details div {
    line-height: 34px;
}

.member-details div span {
    font-weight: 700 !important;
    display: inline-block;
    min-width: 248px;
}

.member-listing .icons_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.member-listing .icons_row .email_author {
    width: 40px;
}

.single_member_info .email_author {
    margin-top: 12px;
    display: inline-block;
}

.wrapper_div_form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-template-members-directory .member-directory .search-member-form-wrapper {
    width: auto !important;
}

.member-directory .wrapper_div_form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 2px;
    padding-right: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding-bottom: 30px;
}

.wrapper_div_form .search_box_field form {
    background: #f5f5f6 !important;
    padding: 8px 10px !important;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #ececec !important;
    margin: 0px auto;
}

.page-template-template-members-directory .member-directory .search-member-form-wrapper {
    width: 50% !important;
    float: left;
    margin: 0 !important;
}

.wrapper_div_form .sorting_posts {
    width: 30%;
    text-align: right;
}



.member-directory .wrapper_div_form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.page-template-template-members-directory .member-directory .search-member-form-wrapper {
    width: 50%;
}

.sorting_posts .sort_form select.orderby {
    background: #f5f5f6;
    padding: 10px 53px 10px 16px !important;
    max-width: 100%;
    justify-content: right;
    border: 1px solid #ececec !important;
    margin: 0 auto;
    height: 62px;
    width: 100%;
    line-height: 70px;
    visibility: visible;
    font-size: 15px;
}

.member-directory .search-member-form-wrapper {
    padding-bottom: 0 !important;
}

.single_member_info .member-details div {
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.posts_author .inner_auth_box a {
    margin: 0px 0;
    line-height: 28px;
    font-size: 20px !important;
    line-height: 26px;
    text-decoration: none;
    color: #404040 !important;
    font-weight: 600;
    padding-top: 25px;
}

.posts_author {
    background: #f1f1f1;
    padding: 25px;
    margin-bottom: 30px;
}

.posts_author .post-thumbnail {
    width: 100%;
}

.posts_author .inner_auth_box {
    width: 100%;
    padding-top: 24px;
}

.author_block .author_box_info h3 {
    border-bottom: 1px solid #f1f1f1;
    margin-top: 90px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 25px;
    width: 100%;
}

.author_block .author_box_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.author_block .author_box_info .posts_author {
    width: 32.5%;
}

.author_block .posts_author .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.posts_author .post-thumbnail {
    height: 180px;
    width: 100%;
    overflow: hidden;
}

.single_member_info .wcm.member-avatar img {
    width: 68%;
}

.single_member_info .email_author img {
    width: auto !important;
}
footer .et_pb_row_1_tb_footer .et_pb_social_media_follow{
    margin-bottom: 20px !important;
}

footer .guide__star-logo a{
    display: inline-block;
    width: 115px;
}

/* Login buttons Styles */
#um-submit-btn:hover {
    background-color: #af335bd4 !important;
}

#um-submit-btn {
    background-color: #B11D4D !important;
    color: #ffffff !important;
}

.um .um-button.um-alt,
.um input[type="submit"].um-button.um-alt {
    background: #eeeeee !important
}

.um .um-button.um-alt:hover,
.um input[type=submit].um-button.um-alt:hover {
    background: #e5e5e5 !important
}

.um-col-alt-b {
    padding-top: 20px !important;
}

.um-field-checkbox-option,
.um-field-radio-option {
    margin: 0px 0px 0px 25px !important;
}

.woocommerce-info{
	padding:14px 40px !important;
}

/* Payment Page Credit Card fix*/
#stripe-card-element {
    border: 1px solid #b01f4c !important;
    padding: 9px 5px !important;
    max-width: 400px !important
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #fff !important;
    border: 1px solid #dfdcde;
}

div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    top: -.90em;
}

#payment ul li {
    list-style: none !important
}

/* Register Page Select list positioning fix */
.um-field {
    position: unset!important;
}
.um-field-area {
    position: unset!important;
}

/* Header White space fix */
#header-row1 {
  padding: 40px 0 0 0!important;
	z-index:1
}
#header-row2 .et_pb_menu__logo {
  padding:0 !important;
	margin:0!important;
	z-index: 999
}
#header-row2 .et_pb_menu__logo img {
  height: 110px!important;
}