/*--------------------------------------------------------------------- Index ------------------------------------------------------------------*/
/* ------------- STYLES FROM OLD THEME -------------
/* 01. General
/* 02. Typography Styling
/* 03. Header
/* 04. Main Header Navigation
/* 05. Content
/* 06. Blog Entry
/* 07. Comments
/* 08. Sidebar
/* 09. Pagination
/* 10. WP's Default Styles
/* 11. Footer
/* 12. Campaign Listing
/* 13. VC Shortcodes
/* 14. WooCommerce // Not needed, removed styles.
/* 15. Responsivness
/*
/*----------------------------------------------------------------------------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------ */
/* 01. General
/* ------------------------------------------------------------------------ */

/* load the default Google font */
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700|Karla:400,700,400italic,700italic);

@font-face {
	font-family: star;
	font-style: normal;
	font-weight: 400;
	src: url(framework/fonts/star.eot);
	src: url(framework/fonts/star.eot?#iefix) format("embedded-opentype"),
		url(framework/fonts/star.woff) format("woff"),
		url(framework/fonts/star.ttf) format("truetype"),
		url(framework/fonts/star.svg#star) format("svg");
}

body {
	background-color: #fff;
	color: #637285;
	font: 400 16px/24px Karla, Arial, Tahoma, sans-serif;
	position: relative;
	-webkit-text-stroke: 0.001px transparent;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

body input[type="email"],
body input[type="submit"],
body input[type="text"],
body textarea {
	-webkit-appearance: none;
}

/* ------------------------------------------------------------------------ */
/* 02. Typography Styling
/* ------------------------------------------------------------------------ */
/* Additions */
/* .basket-home {width: 1140px; margin:0px 200px 0px 200px; position:relative !important; margin:0 auto !important;}
@media only screen and (min-width: 1200px) {
	.basket-home > .upb_row_bg {width: 100% !important; min-width: 0 !important;}
} */
@media only screen and (max-width: 767px) {
	.sd-boxed-footer>.container {
		padding: 0;
	}
}

.beige {
	/* color:#8E8478 !important; */
	color: #c5500e !important;
}

.sd-search form label {
	color: #FFF !important;
	position: absolute;
	left: -9999px;
	height: 0;
	opacity: 0;
}

.sd-header-top .container {
	max-width: 1170px;
	width: 100%;
}

@media only screen and (max-width: 1150px) {
	#mega-menu-wrap-top-bar-menu #mega-menu-top-bar-menu>li.mega-menu-item>a.mega-menu-link {
		padding: 0 0 0 15px !important;
	}

	#mega-menu-wrap-top-bar-menu #mega-menu-top-bar-menu>li.mega-menu-item:first-child>a.mega-menu-link {
		padding: 0 !important;
	}
}


.sd-author-box {
	display: none !important;
}

.sd-slider-item-content {
	height: 356px !important;
}

.sd-camp-slider-right .sd-slider-item-content {
	background-color: #F3F2F1 !important;
}

.mont {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.sd-footer-sidebar-1-content,
.sd-footer-sidebar-2-content,
.sd-footer-sidebar-3-content,
.sd-footer-sidebar-4-content {
	font-size: 14px !important;
}

.sd-copyright {
	color: #FFF !important;
	font-size: 12px !important;
}

.goal {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding-top: 10px;
}

iframe {
	max-width: 100% !important;
}

.lt-gray {
	background-color: #F3F2F1 !important;
}

.feature-btn {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	background-color: #b94b0d;
	font-family: 'Montserrat', sans-serif;
	padding: 15px 30px;
	border-radius: 4px;
	width: 130px;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-ms-transition: background .2s ease-out;
	transition: background .2s ease-out;
}

.feature-btn:hover,
.feature-btn:focus {
	color: #FFF;
	background-color: #6a2013;
	text-decoration: none !important;
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-ms-transition: background .2s ease-out;
	transition: background .2s ease-out;
}

.footer-btn {
	background: #FFF;
	text-transform: uppercase;
	color: #672013;
	font-family: 'Montserrat', sans-serif;
	padding: 10px;
	border-radius: 4px;
	border: solid 1px #FFF;
	width: 130px;
	text-align: center;
	-webkit-transition: background .5s ease-out;
	-moz-transition: background .5s ease-out;
	-ms-transition: background .5s ease-out;
	transition: background .5s ease-out;
}

.footer-btn:hover,
.footer-btn:focus {
	color: #FFF;
	background: #672013;
	border: solid 1px #672013;
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-ms-transition: background .2s ease-out;
	transition: background .2s ease-out;
}

.sd-newsletter-desc h3 {
	color: #6A3022 !important;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sd-newsletter-desc p {
	color: #6A3022 !important;
	margin-bottom: 15px !important;
}

/* .sd-newsletter-desc h4 {
	margin-top:-10px !important;
} */
.sd-newsletter #mc_embed_signup form label {
	position: absolute;
	left: -9999px;
	height: 1px;
	width: 1px;
}

.sd-page-top h1 {
	color: #FFF !important;
	font-size: 32px !important;
}

.sd-page-top {
	padding: 60px 0px !important;
}

.tab ul {
	margin-left: 0;
	padding-left: 1.1em;
	/*text-indent: -1.1em;*/
}

/* End Additions */


/* Links */
a {
	/* color: #29af8a; */
	/* outline: none; */
	/* text-decoration: none; */
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-ms-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

a:hover,
a:focus {
	text-decoration: underline;
	/* color: #29af8a; */
}

a.sd-extra-button,
a.bs-btn {
	text-decoration: none;
}

/* Blockquotes */
blockquote {
	border-left: 10px solid #29af8a;
	display: inline-block;
	font-size: 26px;
	font-style: italic;
	line-height: 34px;
	margin-bottom: 15px;
	padding: 20px;
}

blockquote p {
	padding: 0 !important;
}

p {
	margin: 0;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #8E8479;
	font-family: Montserrat, Tahoma, sans-serif;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	padding-bottom: 10px;
}

h1 {
	font-size: 1.875rem;
	font-size: clamp(1.875rem, 1.725rem + 0.75vw, 2.625rem);
	line-height: 1;
}

h2 {
	font-size: 1.375rem;
	font-size: clamp(1.375rem, 1.3rem + 0.375vw, 1.75rem);
	line-height: 1.2;
}

h3 {
	font-size: 1.125rem;
	font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
	line-height: 1.2;
}

h4 {
	font-size: 1.125rem;
	font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
	line-height: 1.4;
	padding-bottom: 5px;
}

h5 {
	font-size: 14px;
	line-height: 1.2;
}

h6 {
	font-size: 12px;
	line-height: 1.2;
}

/* Images Styling */
img.alignleft {
	float: left;
	vertical-align: middle;
	margin-right: 20px;
}

img.alignright {
	float: right;
	vertical-align: middle;
	margin-left: 20px;
}

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

.aligncenter {
	margin: 0 auto;
	clear: both;
	display: block;
}

/* Raw code styling */
pre,
code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	text-shadow: none;
}

pre {
	border: 1px solid #ddd;
	margin: 20px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
	background: url(framework/images/bg-code.gif);
}

/* Lists */

ul ul li {
	width: auto;
	white-space: nowrap;
}

ul ul {
	width: auto !important;
}

ul {
	list-style: disc inside;
}

ul li ul {
	margin-bottom: 0;
}

ul li ul li {
	padding-left: 20px;
}

ol {
	list-style: decimal;
	margin-bottom: 24px !important;
	margin-top: 0;
	margin-left: 20px;
	padding-left: 0;
}

ol li ol {
	margin-bottom: 0;
}

ol li ol li {
	padding-left: 20px;
}

p+ul,
p+ol {
	margin-top: -20px !important;
}

/* style helpers */
.sd-alpha {
	margin-left: 0;
}

.sd-omega {
	margin-right: 0;
}

.sd-center {
	text-align: center;
}

.sd-right {
	text-align: right;
}

.sd-inline {
	display: inline;
}

.sd-margin-left {
	margin-left: 30px;
}

.sd-margin-right {
	margin-right: 30px;
}

.sd-margin-top {
	margin-top: 20px;
}

.sd-margin-bottom {
	margin-bottom: 20px;
}

.sd-margin-none {
	margin: 0 !important;
	overflow: hidden;
}

.sd-padding-left {
	padding-left: 15px !important;
}

.sd-padding-right {
	padding-right: 15px !important;
}

.sd-padding-left-none {
	padding-left: 0 !important;
}

.sd-padding-right-none {
	padding-right: 0 !important;
}

.sd-padding-none {
	padding: 0 !important;
}

.sd-display-none {
	display: none;
}

.sd-display-inline-block {
	display: inline-block;
}

.sd-display-table {
	display: table;
}

.sd-overflow {
	overflow: hidden;
}

.sd-text-background,
.sd-text-background-dark,
.sd-text-bg-white {
	background-color: #91a1b4;
	border-radius: 3px;
	display: inline-block;
	padding: 10px 25px;
}

.sd-text-background {
	font-size: 12px;
}

.sd-text-background-dark {
	background-color: #8E8479;
}

.sd-text-bg-white {
	background-color: #fff;
}

.sd-bold {
	font-weight: bold;
}

.sd-light {
	font-weight: lighter;
}

.sd-small-text {
	font-size: 12px;
	line-height: 12px;
}

.sd-large-text {
	font-size: 18px;
}

.sd-clear {
	clear: both;
}

.sd-float-none {
	float: none !important;
}

.sd-border-top {
	border-top: 1px solid #dfe5e9;
	display: inline-block;
	margin-top: 10px;
	padding-top: 10px;
}

.sd-border-bottom {
	border-bottom: 1px solid #dfe5e9;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* background transition */

.sd-bg-trans {
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.sd-opacity-trans {
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out !important;
}

.sd-opacity-trans:hover {
	opacity: .8;
}

.sd-link-trans {
	-webkit-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	-ms-transition: color .3s ease-in;
	-o-transition: color .3s ease-in;
	transition: color .3s ease-in;
}

.sd-border-trans {
	-webkit-transition: border .3s ease-out;
	-moz-transition: border .3s ease-out;
	-o-transition: border .3s ease-out;
	transition: border .3s ease-out;
}

.sd-all-trans {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.capitalize {
	text-transform: capitalize;
}

.sd-list-style li {
	list-style: none;
	padding: 0 0 5px 20px;
	position: relative;
}

.sd-list-style li:before {
	content: "\f111";
	color: #29af8a;
	font-family: FontAwesome;
	font-size: 15px;
	left: 0;
	position: absolute;
	top: 0;
}

.sd-list-style li:last-child {
	padding-bottom: 0;
}

.sd-position-relative {
	position: relative;
}

.sd-subtitle {
	color: #a1a7a5;
	font-size: 15px;
	font-weight: normal;
}

.sd-colored {
	color: #29af8a;
}

.sd-left-col img {
	height: auto;
	max-width: 100%;
}

.sd-left {
	float: left !important;
}

/* ------------------------------------------------------------------------ */
/* 03. Header
/* ------------------------------------------------------------------------ */

#sd-header {
	background-color: #fff;
	position: relative;
	width: 100%;
	z-index: 101;
}

.sd-transparent-bg {
	background: none !important;
	position: absolute !important;
}

.sd-transparent-bg-mobile {
	background-color: #fff;
}

/* header top */
.sd-header-top {
	background-color: #29af8a;
	color: #9dedd7;
	height: 50px;
	line-height: 50px;
	width: 100%;
}

/* header top left options */
.sd-header-left-options {
	float: left;
}

/* header top right social icons */

.sd-header-social {
	float: right;
}

.sd-header-social a {
	color: #9dedd7;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 30px;
}

.sd-header-social>a:last-child {
	border: none;
}

.sd-header-social a i {
	color: #9dedd7;
}

.sd-header-social .sd-header-email,
.sd-header-social .sd-header-phone {
	padding: 0 10px;
	width: auto;
}

.sd-header-social .sd-header-email i {
	padding-right: 5px;
}

.sd-header-social a:hover,
.sd-header-social a:hover i {
	color: #fff;
}

.sd-header-social a:hover i {
	background: none;
}

.sd-header-social .sd-header-phone i {
	padding-right: 5px;
}

.sd-logo-menu {
	height: 100px;
}

/* logo */
.sd-logo {
	float: left;
	margin: 25px 0 0;
	padding: 0;
}

/* ------------------------------------------------------------------------ */
/* 04. Navigation
/* ------------------------------------------------------------------------ */

.sd-boxed .sd-menu-nav {
	margin: 0 -14px 0 -16px;
}

.sd-boxed .sd-menu-nav ul>li:last-child a {
	padding-right: 15px !important;
}

.sd-pull-left-top-nav {
	float: left;
}

.sd-pull-left-top-nav ul li:first-child a {
	padding-left: 0;
}

.sd-header-top-nav ul li a {
	color: #848a90;
}

.sd-header-top-nav ul li a:hover {
	color: #29af8a;
}

.sd-menu-wrapper {
	float: right;
	margin-top: 27px;
}

.sd-menu-wrapper ul {
	list-style: none;
}

.sd-menu-content {
	clear: both;
}

.mega-sub-menu {
	padding: 0 -10px !important;
}

.sd-menu-nav {
	font-family: Montserrat, Tahoma, sans-serif;
}

.sd-menu-nav li {
	border: none !important;
}

/* search icon */
.sd-menu-search {
	float: right !important;
	height: 42px;
	margin-left: 20px !important;
	max-width: 250px !important;
	width: 42px !important;
}

.sd-top-bar-nav .sd-menu-search {
	height: 50px;
	width: 50px !important;
}

.sd-menu-nav .sd-menu-search {
	display: inline-block !important;
}

.sd-menu-nav .sd-search {
	height: 42px;
	position: relative;
}

.sd-top-bar-nav .sd-search {
	height: 50px;
}

._df_button {
	background: #c15027 !important;
	border: 1px solid #c15027 !important;
}

._df_button:hover {
	background: #6a2013 !important;
	border: 1px solid #6a2013 !important;
}


.sd-menu-nav .sd-search .sd-search-button,
.sd-top-bar-nav .sd-search .sd-search-button {
	background: none;
	border: none;
	border-radius: 0;
	display: block;
	height: 42px;
	line-height: 45px;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 42px;
	z-index: 2;
}

.sidr-class-fa-search:before {
	content: "\f002";
}


.sd-top-bar-nav .sd-search .sd-search-button {
	background-color: #27a481;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 50px;
}

.sd-menu-nav .sd-search input,
.sd-top-bar-nav .sd-search input {
	height: 42px;
	max-width: none !important;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	width: 0;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sd-top-bar-nav .sd-search input {
	background-color: #2b9b7c;
	border: none;
	color: #fff;
	height: 50px;
	padding: 0;
}

.sd-menu-nav .sd-search input::-webkit-input-placeholder,
.sd-top-bar-nav .sd-search input input::-webkit-input-placeholder {
	color: #fff;
}

.sd-menu-nav .sd-menu-search:hover .sd-search-input {
	width: 250px !important;
}

.sd-top-bar-nav .sd-menu-search:hover .sd-search-input {
	padding: 0 10px;
	width: 250px !important;
}

/* top bar menu */

.sd-top-bar-nav ul {
	list-style: none;
}

/* sticky menu */
.sd-sticky-header {
	left: 0;
	width: 100% !important;
	z-index: 1000;
}

.sd-sticky-header:hover {
	opacity: 1;
}

.is-sticky .sd-menu-wrapper {
	float: left;
	margin: 0;
	padding: 20px 0;
}

.sticky-wrapper {
	height: auto !important;
}

.is-sticky .sd-header-style3 {
	padding: 0 !important;
}

.is-sticky .sd-header-style3 .sd-menu-wrapper {
	padding: 0;
}

.is-sticky .sd-sticky-header {
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	margin: 0;
	opacity: .9 !important;
}

.is-sticky:hover .sd-sticky-header {
	opacity: 1 !important;
}

.is-sticky .sd-stick {
	background: #fff;
}

.sd-boxed .is-sticky .sd-stick {
	left: 0;
}

.mega-sd-menu-button a {
	display: inline-block !important;
	padding: 0 20px !important;
	position: relative !important;
}

#mega-menu-wrap-main-header-menu #mega-menu-main-header-menu>li.mega-sd-menu-button>a {
	background: none;
	border: 1px solid !important;
	border-color: #29af8a;
	border-radius: 3px !important;
	color: #29af8a;
}

#mega-menu-wrap-main-header-menu #mega-menu-main-header-menu>li.mega-sd-menu-button>a:hover {
	border-color: #29af8a;
}

.sd-menu-nav .mega-menu-toggle {
	display: none !important;
}

/* sidr mobile menu */

.sidr {
	background-color: #2a2e30;
	display: none;
	height: 100%;
	overflow-x: none;
	overflow-y: auto;
	position: absolute;
	position: fixed;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.sidr li a {
	color: #fff;
	display: block;
	padding: 10px 20px;
}

.sidr .sidr-inner {
	padding: 0 0 15px
}

.sidr .sidr-inner>p {
	margin-left: 15px;
	margin-right: 15px
}

.sidr.right {
	left: auto;
	right: -260px
}

.sidr.left {
	left: -260px;
	right: auto
}

.sidr>p {
	margin-left: 15px;
	margin-right: 15px
}

.sidr ul {
	border-top: 1px solid #2f3336;
	margin: 0 0 15px;
	padding: 0;
}

.sidr-class-sub-menu,
.sidr-class-mega-sub-menu {
	display: none;
}

.sidr ul li {
	border-bottom: 1px solid #2f3336;
	display: block;
	margin: 0;
	padding: 0;
}

.sidr ul li:last-child {
	border: none;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {}

.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {
	background-color: #29af8a;
}

.sidr ul li a,
.sidr ul li span {
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
}

.sidr ul li span {
	padding-right: 20px;
}

.sidr ul li ul {
	margin: 0
}

.sidr ul li ul li a {
	padding-left: 20px;
}

.sidr ul li ul li ul li a {
	padding-left: 30px;
}

.sidr form {
	margin: 0 15px
}

.sidr label {}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	border: none;
	clear: both;
	color: rgba(255, 255, 255, 0.6);
	display: block;
	margin: 0 0 10px;
	padding: 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sidr input[type=checkbox] {
	clear: none;
	display: inline;
	width: auto;
}

.sidr input[type=button],
.sidr input[type=submit] {
	background: #fff;
	color: #333;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
	background: rgba(255, 255, 255, 0.9)
}

.sidr-class-menu-item-has-children,
.sidr-class-mega-menu-item-has-children {
	position: relative;
}

.sidr-chevron {
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	height: 44px;
	line-height: 28px;
	padding-right: 20px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 50px;
}

.sd-responsive-menu-close {
	cursor: pointer;
	display: block;
	height: 45px;
	line-height: 45px;
	width: 100%;
}

.sd-responsive-menu-close i {
	color: #29af8a;
	font-size: 18px;
	padding-left: 15px;
}

.sd-responsive-menu-close .fa-times {
	float: right;
	margin: 13px 15px 0 0;
}

.sidr-class-mega-block-title {
	display: none;
}

.sidr-class-recentcomments a {
	display: inline-block !important;
}

.sidr-class-recentcomments span {
	display: inline-block !important;
	padding: 10px 0 0 30px !important;
}

.sidr-class-sd-minicart-icon {
	position: relative;
}

.sidr-class-fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.sidr-class-fa-shopping-cart:before {
	content: "\f07a";
}

.sidr-class-sd-minicart-icon span {
	padding: 0 !important;
}

.sidr-class-sd-minicart-icon .sd-items-count {
	left: 25px;
	right: auto;
}

/* toggle repspoinsive menu */
.sd-responsive-menu-toggle {
	display: none;
	padding: 0;
	text-align: center;
	width: 100%;
}

.sd-responsive-menu-toggle a {
	background-color: #2a2e30;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 42px;
	padding: 0 15px;
}

.sd-responsive-menu-toggle i {
	color: #fff;
	font-size: 21px;
	padding: 0 10px 0 0;
}

/* header extra */

.sd-header-extra {
	color: #91a1b4;
	float: right;
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
	margin-top: 30px;
	text-transform: uppercase;
}

.sd-header-extra i,
.sd-header-extra span.fa {
	float: left;
	font-size: 30px;
	margin-right: 15px;
}

.sd-header-extra-email {
	float: left;
}

.sd-header-extra-email i {}

.sd-header-extra-email>span {
	float: left;
	font-size: 11px;
	font-weight: 400;
}

.sd-header-extra-email a {
	color: #8E8479;
	font-size: 14px;
	font-weight: 700;
}

.sd-header-extra-email a:hover {
	color: #29af8a;
}

.sd-header-extra-email span span {
	display: block;
	margin-bottom: 8px;
}

.sd-header-extra-phone {
	border-left: 1px solid #dee0e9;
	float: left;
	margin-left: 20px;
	padding-left: 20px;
}

.sd-header-extra-desc {
	float: left;
	font-size: 11px;
	font-weight: 400;
}

.sd-header-ph-number {
	/* color: #8E8479; */
	color: #c5500e !important;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 8px;
}

.sd-extra-button {
	border-radius: 3px;
	display: inline-block;
	margin-left: 20px;
	padding: 15px 20px;
}

.sd-extra-button:hover,
.sd-extra-button:focus {
	color: #6a2013;
}

.sd-funded:after {
	border-top-color: var(--wp--preset--color--primary);
}

.top-bar .sd-extra-button {
	color: var(--wp--preset--color--primary);
	border: 1px solid var(--wp--preset--color--primary);
	background: transparent;
}

.border-bottom article {
	border-bottom: 1px solid #d8dee6;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.limit-content-width article {
	max-width: 800px;
}

/* header style 3 nav */

.sd-header-style3 .sd-menu-wrapper {
	float: none;
	margin: 0;
}

.sd-header-style3 .sd-search-input {
	background-color: #27a481;
	border: none;
	color: #fff;
	height: 50px !important;
	line-height: 50px;
	padding: 0;
	text-transform: uppercase;
	width: 0 !important;
}

.sd-header-style3 .sd-menu-search:hover .sd-search-input {
	padding: 0 10px;
	width: 250px !important;
}

.sd-header-style3 #mega-menu-wrap-main-header-menu .sd-search-button {
	background-color: #27a481;
	color: #fff;
	height: 50px !important;
	width: 50px !important;
}

.sd-header-style1 #mega-menu-wrap-main-header-menu .sd-search-button {
	background: none;
	line-height: 42px;
}

.sd-header-style1 .sd-search input {
	background: none;
	border: none;
}

.sd-header-style1 .sd-menu-search:hover .sd-search input {
	background-color: #f1f4f8;
	border: 1px solid #cbd0db;
	border-radius: 3px;
}

.sd-header-style1 #mega-menu-wrap-main-header-menu .sd-search-button i {
	font-size: 18px;
}

/* revslider */

.wpb_revslider_element {
	margin: 0 -15px;
}

.sd-centered-wrapper .wpb_revslider_element {
	margin: 0;
}

.tp-bullets.simplebullets.navbar {
	background: none;
	border: none;
}

.sd-revslider .tp-bullets.simplebullets .bullet {
	background: #fff !important;
}

.tparrows::before {
	margin-top: 0 !important;
	width: auto !important;
}

/* page top */

.sd-page-top {
	background-color: #f9fafb;
	border-bottom: 1px solid #e6e8ea;
	padding: 40px 0;
}

.sd-page-top h1 {
	color: #3b454f;
	display: inline-block;
	font-size: 32px;
	padding-bottom: 0;
	text-transform: uppercase;
}

.sd-page-top-bg {
	padding: 121px 0;
}

.sd-page-top-bg h1 {
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	padding: 15px 25px;
}

/* ------------------------------------------------------------------------ */
/* 05. Content
/* ------------------------------------------------------------------------ */

.sd-wrapper {
	overflow: hidden;
}

/* full width */
.sd-full-width {
	margin: 0;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sd-centered-wrapper {
	margin: 0 -15px;
}

.sd-centered-wrapper .container {}

.vc_row-o-equal-height .sd-centered-wrapper {
	display: flex;
}

.vc_row.vc_row-o-equal-height .sd-centered-wrapper>.vc_column_container {
	align-items: stretch;
}

.vc_row.vc_row-flex .sd-centered-wrapper>.vc_column_container {
	display: flex;
}

.vc_row.vc_column-gap-1 .sd-centered-wrapper>.vc_column_container {
	padding: 0.5px;
}

.vc_row.vc_column-gap-2 .sd-centered-wrapper>.vc_column_container {
	padding: 1px;
}

.vc_row.vc_column-gap-3 .sd-centered-wrapper>.vc_column_container {
	padding: 1.5px;
}

.vc_row.vc_column-gap-4 .sd-centered-wrapper>.vc_column_container {
	padding: 2px;
}

.vc_row.vc_column-gap-5 .sd-centered-wrapper>.vc_column_container {
	padding: 2.5px;
}

.vc_row.vc_column-gap-10 .sd-centered-wrapper>.vc_column_container {
	padding: 5px;
}

.vc_row.vc_column-gap-15 .sd-centered-wrapper>.vc_column_container {
	padding: 7.5px;
}

.vc_row.vc_column-gap-20 .sd-centered-wrapper>.vc_column_container {
	padding: 10px;
}

.vc_row.vc_column-gap-25 .sd-centered-wrapper>.vc_column_container {
	padding: 12.5px;
}

.vc_row.vc_column-gap-30 .sd-centered-wrapper>.vc_column_container {
	padding: 15px;
}

.vc_row.vc_column-gap-35 .sd-centered-wrapper>.vc_column_container {
	padding: 17.5px;
}

.vc_row.vc_row-flex .sd-centered-wrapper>.vc_column_container>.vc_column-inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.vc_row.vc_row-o-content-bottom .sd-centered-wrapper>.vc_column_container>.vc_column-inner {
	justify-content: flex-end;
}

.vc_row.vc_row-o-content-top .sd-centered-wrapper>.vc_column_container>.vc_column-inner {
	justify-content: flex-start;
}

.vc_row.vc_row-flex .sd-centered-wrapper>.vc_column_container>.vc_column-inner {
	justify-content: center;
}

.wpb_wrapper {
	position: relative;
	z-index: 100;
}

.wpb_wrapper .wpb_row {}

.wpb_wrapper ul {
	margin: 0;
	padding: 0;
}

.wpb_row {
	position: relative;
}

.wpb_single_image {
	margin-bottom: 20px;
}

.sd-centered-wrapper hr {
	margin: 8px 0 !important;
}

.sd-centered-wrapper img {
	max-width: 100%;
}

.sd-parallax-bg {
	background-attachment: fixed;
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.sd-bg-repeat {
	background-repeat: repeat;
}

.sd-bg-no-repeat {
	background-repeat: no-repeat !important;
}

.sd-bg-stretched {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.sd-bg-fixed {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.sd-parallax-cover {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.wpb_video_widget .wpb_wrapper iframe {
	border-radius: 10px;
}

/* boxed */

.sd-boxed {
	background-color: #fff;
	border: 1px solid #dfe5e9;
	box-shadow: 0 6px 5px 1px rgba(0, 0, 0, .1);
	margin: 50px auto;
	width: 1000px;
}

.sd-boxed .sd-portfolio-slidein-content {
	padding: 0 20px;
}

.is-sticky .sd-header-style1 {
	background-color: #fff;
}

.is-sticky .sd-boxed {
	background-color: #fff;
	border: 1px solid #dfe5e9;
	box-shadow: 0 6px 5px 1px rgba(0, 0, 0, .1);
	margin: 50px auto;
	width: 970px;
}

.sd-boxed .wpb_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.sd-blog-page {
	margin-bottom: 50px;
	margin-top: 50px;
}

.sd-blog-page .sd-entry-thumb {
	margin-bottom: 30px;
	position: relative;
}

.sd-entry-thumb img {
	max-width: 100%;
}

.sd-entry-video-wrapper {
	padding: 0;
}

.sd-blog-page .sd-entry-video {
	margin-bottom: 0;
}

.sd-entry-video {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.sd-entry-video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.sd-entry-video .mejs-poster {
	height: auto !important;
	max-width: 100% !important;
}

.sd-entry-wrapper img {
	height: auto;
	max-width: 100%;
}

/* ------------------------------------------------------------------------ */
/* 06. Blog Entry
/* ------------------------------------------------------------------------ */

.sd-blog-entry {
	margin-bottom: 60px;
	position: relative;
}

.sd-blog-page .sd-entry-content p {
	margin-bottom: 30px;
}

.entry-content a:link {
	text-decoration: underline !important;
}

.sd-blog-page .sd-entry-content p:last-child {
	margin-bottom: 0;
}

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

.sd-blog-entry .sd-entry-thumb {
	margin: 0;
	padding: 0;
}

.sd-blog-page .sd-blog-entry {
	border-bottom: 1px solid #d8dee6;
	padding-bottom: 50px;
}

.sd-entry-title {
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}

.sd-blog-page .sd-entry-title {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 5px;
}

.sd-entry-title a {
	color: #672013;
}

.sd-entry-title a:hover {
	color: #29af8a;
}

.sd-blog-page .sd-entry-thumb img,
.sd-blog-page .sd-entry-video,
.sd-blog-page .sd-entry-gallery {
	max-width: 100%;
}

.sd-blog-page .sd-entry-gallery,
.sd-blog-page .sd-entry-video-wrapper,
.sd-blog-page .sd-entry-audio {
	position: relative;
}

.sd-blog-page .sd-entry-thumb,
.sd-blog-page .sd-entry-gallery,
.sd-blog-page .sd-entry-video-wrapper,
.sd-blog-page .sd-entry-audio {
	margin-bottom: 30px;
}

.sd-blog-entry embed {
	max-width: 100%;
}

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

.sd-entry-content p {
	margin-top: 0;
}

.sd-single-blog-entry .sd-entry-content p {
	margin-bottom: 30px;
}

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

.sd-more,
.sd-theme #edd_checkout_cart a.edd-cart-saving-button {
	background: #FFF;
	border: 1px solid #91a1b4;
	border-radius: 3px;
	color: #672013;
	display: inline-block;
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
	margin-top: 50px;
	padding: 15px 20px;
	position: relative;
	text-transform: uppercase;
}

.sd-blog-page .sd-more {
	margin-top: 0;
}

.sd-latest-blog-wide .sd-more {
	border-color: #29af8a;
	color: #29af8a;
	margin-top: 30px;
}

.sd-theme #edd_checkout_cart a.edd-cart-saving-button {
	color: #8E8479 !important;
	margin-top: 0;
}

.sd-more:hover,
.sd-theme #edd_checkout_cart a.edd-cart-saving-button:hover,
.sd-more:focus,
.sd-theme #edd_checkout_cart a.edd-cart-saving-button:focus {
	border-color: #29af8a;
	background: #672013 !important;
	color: #FFF !important;
}

.sd-prev-next-post {
	border-top: 1px solid #d8dee6;
	margin-top: 40px;
	padding: 45px 0 0;
	text-transform: uppercase;
}

.sd-prev-next-post span {
	display: block;
}

.sd-prev-post a,
.sd-next-post a {
	color: #8E8479;
}

.sd-prev-next-post {
	font: 700 14px/21px Montserrat, Tahoma, sans-serif;
}

.sd-prev-post span a,
.sd-next-post span a {
	color: #637285;
	font-size: 16px;
}

.sd-prev-post span,
.sd-next-post span {
	margin-bottom: 20px;
}

.sd-prev-post {
	border-right: 1px solid #d8dee6;
}

.sd-prev-post a:hover,
.sd-next-post a:hover {
	color: #29af8a;
}

.sd-prev-post {
	text-align: left;
}

.sd-prev-post i {
	color: #29af8a;
	margin-right: 15px;
}

.sd-next-post i {
	color: #29af8a;
	margin-left: 15px;
}

.sd-next-post {
	text-align: right;
}

.sd-entry-video .mejs-overlay {
	height: 100% !important;
	width: 100% !important;
}

.sd-entry-gallery .flex-control-paging,
.sd-campaign-slider-wrap .flex-control-paging {
	display: none;
}

.sd-entry-gallery .flexslider:hover .flex-next,
.sd-entry-gallery .flexslider:hover .flex-prev,
.sd-campaign-slider-wrap .flexslider:hover .flex-next,
.sd-campaign-slider-wrap .flexslider:hover .flex-prev,
.sd-single-images .flexslider:hover .flex-next,
.sd-single-images .flexslider:hover .flex-prev {
	background-color: #29af8a;
	border-radius: 3px;
	height: 40px;
	width: 40px;
}

.sd-entry-gallery .flexslider,
.sd-campaign-slider-wrap .flexslider,
.sd-single-images .flexslider {
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.sd-entry-gallery .flex-direction-nav a:before,
.sd-campaign-slider-wrap .flex-direction-nav a:before,
.sd-single-images .flex-direction-nav a:before {
	color: #fff;
	display: block !important;
	font-size: 13px;
	line-height: 40px;
}

.sd-entry-gallery .flex-direction-nav a,
.sd-campaign-slider-wrap .flex-direction-nav a,
.sd-single-images .flex-direction-nav a {
	text-align: center;
}

.sd-single-images .flex-control-nav.flex-control-paging {
	bottom: 20px;
	position: absolute;
}

.sd-single-images .flex-control-paging li a {
	background-color: #8E8479;
}

.sd-single-images .flex-control-paging li a.flex-active {
	background-color: #fff;
}

.sd-single-images .flex-control-paging li a:hover {
	background-color: #fff;
}

/* post meta */

.sd-entry-meta {
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
	text-transform: capitalize;
}

.sd-entry-meta,
.sd-entry-meta a {
	color: #b94b0d;
	font-size: 13px;
	text-transform: uppercase;
}

.sd-entry-meta a:hover,
.sd-entry-meta a:focus {
	color: #6a2013 !important;
}

.sd-entry-meta ul {
	margin: 0;
	padding: 0;
}

.sd-entry-meta ul li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}

.sd-entry-meta i {
	margin-right: 2px;
}

.sticky .sd-meta-date {}

.single-testimonials .sd-entry-meta {
	display: none;
}

/* related posts */

.sd-related-posts {
	border-top: 1px solid #d8dee6;
	margin-top: 40px;
	padding: 40px 0 0;
}

.sd-related-posts h3 {
	color: #672013;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 0;
}

.sd-related-posts h4 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
	padding: 0;
	text-transform: uppercase;
}

.sd-related-posts h4 a {
	color: #b94b0d;
}

.sd-related-posts h4 a:hover,
.sd-related-posts h4 a:focus {
	color: #672013 !important;
}

.sd-related-posts span {
	text-transform: capitalize;
}

/* author box */

.sd-author-box {
	background-color: #f1f4f8;
	margin-bottom: 50px;
	padding: 30px;
}

.sd-author-bio {
	overflow: hidden;
}

.sd-author-photo {
	float: left;
	margin-right: 20px;
}

.sd-author-photo img {}

.sd-author-bio h4 {
	color: #29af8a;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0;
	text-transform: uppercase;
}

.sd-author-bio h4 span {
	color: #51b848;
	display: inline-block;
	font-size: 14px;
	margin-top: 5px;
}

.sd-author-bio ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sd-author-bio ul li {
	float: left;
	margin-right: 10px;
}

.sd-author-box ul li a {
	color: #8E8479;
	display: block;
	line-height: 30px;
}

.sd-author-box ul li a:hover {
	color: #29af8a;
}

.sd-author-posts {
	margin-top: 20px;
}

/* ------------------------------------------------------------------------ */
/* 07. Comments
/* ------------------------------------------------------------------------ */

.comment-reply-title {
	color: #637285;
	font-size: 16px;
	margin-bottom: 35px;
	padding: 0;
	text-transform: uppercase;
}

.comment-form .logged-in-as {
	margin-bottom: 15px;
}

.sd-comments-wrapper {
	background-color: #fff;
}

.sd-comments ul,
.sd-comments ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sd-comments-title {
	border-bottom: 1px solid #d8dee6;
	color: #637285;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.sd-comments-title i {
	color: #29af8a;
}

.sd-author-avatar {
	float: left;
	margin-right: 20px;
}

.sd-author-avatar img {}

.sd-comment-text {
	overflow: hidden;
	position: relative;
}

.sd-comment-author {
	margin-bottom: 20px;
}

.sd-comment-meta,
.sd-comment-date {
	color: #637285;
	font: 700 11px/11px Montserrat, Tahoma, sans-serif;
	margin-left: 20px;
	text-transform: uppercase;
}

.sd-comment-meta-data,
.sd-comment-date {
	margin-left: 0;
}

.sd-comment-date {
	display: block;
}

.sd-comment-author cite {
	color: #29af8a;
	display: inline-block;
	font: 700 16px/16px Montserrat, Tahoma, sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.sd-comment-body {
	border-bottom: 1px solid #d8dee6;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.sd-text-of-comment {
	margin-bottom: 30px;
}

.sd-text-of-comment p {
	margin-bottom: 20px;
}

.sd-text-of-comment p:last-child {
	margin-bottom: 0;
}

.sd-comments .children {
	margin-left: 70px;
}

.comment-reply-link {
	border: 1px solid #91a1b4;
	border-radius: 3px;
	color: #8E8479;
	display: inline-block;
	font: 700 11px/11px Montserrat, Tahoma, sans-serif;
	padding: 7px 18px;
}

.comment-reply-link i {
	color: #29af8a;
	margin-right: 5px;
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

#cancel-comment-reply-link {
	color: #f00;
}

#respond {
	background-color: #f1f4f8;
	padding: 50px;
}

.sd-respond-inputs input {
	height: 50px;
	line-height: 50px;
}

.sd-respond-inputs input,
.sd-respond-textarea textarea {
	background-color: #fff;
	border: 1px solid #cfd4db;
	border-radius: 3px !important;
	outline: none;
	padding: 0 10px;
}

.sd-respond-inputs p {
	margin-bottom: 15px;
}

.comment-notes {
	margin-bottom: 10px;
}

.sd-respond-textarea textarea {
	max-width: 100%;
	padding: 10px;
}

.sd-submit-comments {
	background-color: #b94b0d;
	border: none;
	border-radius: 3px !important;
	color: #fff;
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
	margin-top: 15px;
	padding: 17px 28px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.sd-submit-comments:hover,
.sd-submit-comments:focus {
	opacity: 1 !important;
	background-color: #6a2013 !important;
}

.form-allowed-tags {
	display: none;
}

/* ------------------------------------------------------------------------ */
/* 08. Sidebar
/* ------------------------------------------------------------------------ */


.sd-right-col img,
.sd-right-col select {
	max-width: 100%;
}

.sd-right-col ul,
.sd-right-col ol {
	list-style: none;

	margin: 0;
	padding: 0;
}

.sd-sidebar-widget a,
.sd-right-col .widget a {
	color: #91a1b4;
}

.sd-sidebar-widget a:hover,
.sd-right-col .widget a:hover {
	color: #29af8a;
}

.sd-sidebar-widget,
.sd-right-col .widget {
	background-color: #F3F2F1 !important;
	margin-bottom: 30px;
	padding: 40px 30px;
}

.sd-sidebar-widget h2,
.sd-right-col .widget h2 {
	clear: both;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.sd-sidebar-widget ul,
.sd-right-col .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sd-sidebar-widget .edd_download_quantity_wrapper {
	display: none;
}

/* search widget */

.sd-search {
	position: relative;
}

.sd-search-input {
	border-radius: 0;
	height: 40px;
	float: left;
	padding: 0 20px;
	width: 100%;
}

.sd-sidebar-widget .sd-search-input {
	border: 1px solid #cfd4db;
	height: 50px;
	line-height: 50px;
	padding-right: 70px
}

.sd-sidebar-widget .sd-search-button {
	background-color: #29af8a;
	border: none;
	color: #fff;
	display: block;
	height: 50px;
	position: absolute;
	right: 0;
	width: 50px;
}

.sd-search-sumbit:hover {
	opacity: .8;
}

/* 404 sidebars */

.sd-404-sidebars {
	margin-top: 140px;
}

.sd-404-sidebar-widget {
	background-color: #F3F2F1 !important;
	padding: 30px;
}

.sd-404-sidebar-widget p {
	margin-bottom: 30px;
	padding: 0;
}

.sd-404-sidebar-widget .sd-more {
	margin: 0;
}

.sd-404-widget-title {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 30px;
	padding: 0;
}

.sd-question-widget i {
	background-color: #29af8a;
	border-radius: 250px;
	color: #fff;
	font-size: 72px;
	line-height: 110px;
	height: 110px;
	margin-bottom: 20px;
	width: 110px;
}



/* ------------------------------------------------------------------------ */
/* 09. Pagination
/* ------------------------------------------------------------------------ */

.sd-pagination {
	width: 100%;
	text-align: center;
}

.sd-current-page,
.sd-inactive,
.sd-next-page,
.sd-previous-page,
.sd-last-page,
.sd-first-page {
	background-color: #fff;
	border: 1px solid #91a1b4;
	border-radius: 3px;
	color: #672013;
	display: inline-block;
	font: 700 13px/15px Montserrat, Tahoma, sans-serif;
	margin-right: 20px;
	padding: 15px 18px;
}

.sd-current-page {
	background-color: #29af8a;
	border: none;
	color: #fff;
}

.sd-last-page {
	float: right;
	margin: 0;
}

.sd-first-page {
	float: left;
	margin: 0;
}

.sd-nav-previous {
	float: left;
}

.sd-nav-next {
	float: right;
	margin-right: 0;
}

.sd-nav-previous a,
.sd-nav-next a {
	border: 1px solid #91a1b4;
	border-radius: 3px;
	color: #8E8479;
	display: inline-block;
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
	margin-top: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}

.sd-nav-previous a:hover,
.sd-nav-next a:hover {
	border-color: #29af8a;
	color: #29af8a;
}

/* ------------------------------------------------------------------------ */
/* 10. WP's Default Styles
/* ------------------------------------------------------------------------ */

#wp-calendar {
	width: 100%
}

#wp-calendar caption {
	padding: 0 10px;
	text-align: left;
	font-weight: bold;
	margin: -5px 0 5px 0;
}

#wp-calendar thead {
	font-size: 10px
}

#wp-calendar thead th {
	padding: 5px 10px;
	font-weight: bold;
	border-top: 1px solid #f5f5f5;
}

#wp-calendar tbody {
	color: #aaa
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #e1e5eb;
	text-align: center;
	padding: 5px 8px;
}

#wp-calendar tbody td:hover {
	background: #29af8a;
	color: #fff;
}

#wp-calendar tbody .pad {
	background: none
}

#wp-calendar tfoot #next {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding-top: 5px;
}

#wp-calendar tfoot #prev {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}

#prev {
	text-align: left;
	margin: 10px 0 0 0;
}

#next {
	text-align: right;
	margin: 10px 0 0 0;
}

.textwidget {
	margin-bottom: 0;
	padding-bottom: 0;
}

.textwidget p {
	padding-bottom: 10px;
}

.textwidget p:last-child {
	margin: 0;
	padding: 0;
}

.textwidget img {
	height: auto;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}

.container .sticky {
	border: 2px solid #29af8a;
	border-radius: 3px;
	padding: 30px;
	position: relative;
	box-sizing: border-box;
}

.container .sticky:after {
	background: url(framework/images/sticky.png) no-repeat;
	content: " ";
	height: 60px;
	position: absolute;
	right: 40px;
	top: 0;
	width: 40px;
}

.bypostauthor {}

/*--gallery--*/
.gallery-item img {
	border: none !important;
}

.gallery-item {
	padding: 0 20px !important;
}

.caption {
	margin-left: 10px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.alignleft {
	float: left;
	margin-bottom: 10px !important;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-bottom: 10px !important;
	margin-left: 10px;
}

.wp-caption {
	background-color: #fff;
	border: 1px solid #e0e0e1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	text-align: center;
	max-width: 100%;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	color: #696969;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 3px 5px 4px;
}

.gallery-caption {}

.post-password-form input[type="password"] {
	background-color: #fbfcfd;
	border: 1px solid #e5e9ec;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}

.post-password-form input[type="submit"] {
	background-color: #51b848;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-width: 0 0 1px;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}

.post-password-form input[type="submit"]:hover {
	opacity: .8;
}

.tagcloud a {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #91a1b4;
	border-radius: 3px;
	font-size: 14px !important;
	margin: 0 5px 5px 0;
	padding: 2.5px 10px;
	text-transform: uppercase;
}

.tagcloud a:hover {
	background-color: #29af8a;
	color: #fff !important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.vc_wp_custommenu ul li {
	list-style: none;
}

.sd-right-col .widget_categories ul li,
.sd-right-col .widget_pages ul li,
.sd-right-col .widget_meta ul li,
.sd-right-col .widget_rss ul li,
.sd-right-col .widget_nav_menu ul li,
.sd-right-col .widget_archive ul li,
.sd-right-col .widget_recent_comments ul li,
.sd-right-col .widget_recent_entries ul li,
.sd-right-col .widget .edd-taxonomy-widget li,
.sd-right-col .widget .widget_categories ul li,
.sd-right-col .widget .widget_pages ul li,
.sd-right-col .widget .widget_meta ul li,
.sd-right-col .widget .widget_rss ul li,
.sd-right-col .widget .widget_nav_menu ul li,
.sd-right-col .widget .widget_archive ul li,
.sd-right-col .widget .widget_recent_comments ul li,
.sd-right-col .widget .widget_recent_entries ul li,
.edd-taxonomy-widget li,
.vc_wp_custommenu ul li {
	border-bottom: 1px solid #e1e5eb;
	margin-bottom: 10px;
	padding: 0 0 10px;
	position: relative;
	text-transform: uppercase;
}

.sd-right-col p {
	margin-bottom: 20px;
}

.sd-right-col .widget_categories .children li,
.sd-right-col .widget_pages .children li,
.sd-right-col .widget_nav_menu .sub-menu li,
.vc_wp_custommenu .widget_nav_menu .sub-menu li {
	padding-left: 20px;
}

.sd-right-col .sub-menu li:first-child,
.vc_wp_custommenu .sub-menu li:first-child {
	border-top: 1px solid #e1e5eb;
	margin-top: 10px;
	padding-top: 10px;
}

.sd-right-col .sub-menu li:last-child,
.vc_wp_custommenu .sub-menu li:last-child {
	margin-bottom: 0;
}

.sd-right-col .widget_categories ul li ul li:last-child,
.sd-right-col .widget_pages ul li ul li:last-child,
.sd-right-col .widget_nav_menu ul li ul li:last-child,
.vc_wp_custommenu .widget_nav_menu ul li ul li:last-child {
	border: none;
	padding-bottom: 0;
}

.sd-right-col .widget_pages .current_page_item a,
.sd-right-col .widget_nav_menu .current_menu_item a,
.sd-right-col .widget_nav_menu .current-menu-item a {
	color: #29af8a;
}

.sd-right-col .widget_categories ul li:before,
.sd-right-col .widget_pages ul li:before,
.sd-right-col .widget_meta ul li:before,
.sd-right-col .widget_rss ul li:before,
.sd-right-col .widget_nav_menu ul li:before,
.sd-right-col .widget_archive ul li:before {}

/* blogroll */

.blogroll {
	list-style: none;
}

.blogroll li,
#sd-footer .widget_nav_menu li {
	float: left;
	width: 46%;
}

/* recent posts widget */

.sd-recent-posts-widget li {
	margin-bottom: 20px;
}

.sd-recent-posts-widget li:last-child {
	margin-bottom: 0;
}

.sd-recent-widget-thumb {
	float: left;
	height: 70px;
	margin-right: 20px;
	width: 75px;
}

.sd-recent-widget-thumb img {
	height: auto;
	max-width: 100%;
}

.sd-recent-posts-content {
	overflow: hidden;
}

.sd-recent-posts-content i {
	margin-right: 5px;
}

.sd-recent-posts-content h4 {
	font-size: 14px;
	padding-bottom: 0;
	text-transform: uppercase;
}

.sd-recent-posts-content h4 a {
	color: #8E8479;
}

.sd-recent-posts-content h4 a:hover {
	color: #29af8a;
}

.sd-recent-date {
	color: #b94b0d;
	font-size: 12px;
	text-transform: uppercase;
}

.sd-recent-posts-widget li {
	border-bottom: 1px solid #e1e5eb;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.sd-recent-posts-widget li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

/* social widget */
.sd-social-icons-widget {
	position: relative;
}

.sd-social-icons-widget a {}

.sd-social-icons-widget a:hover {}

.sd-social-icons-widget li {
	padding: 0;
	float: left;
	margin-right: 20px;
}

.sd-footer-widgets .sd-social-icons-widget {
	font-size: 16px;
}

.sd-footer-widgets .sd-social-icons-widget a {
	color: #91a1b4;
}

.sd-social-widget-phone i,
.sd-social-widget-email i {
	padding-right: 10px;
}

/* twitter widget */


.sd_tweets_widget li {
	margin-bottom: 20px;
}

.sd_tweets_widget li:last-child {
	margin-bottom: 0;
}

.sd_tweets_widget li i {
	color: #2197d7;
	float: left;
	margin: 8px 5px 0 0;
}

.sd-tweet-content {
	overflow: hidden;
}

.sd_tweets_widget .sd-tweet-content a {
	color: #29af8a;
}

.sd_tweets_widget .sd-tweet-content .sd-time-ago {
	color: #91a1b4;
	font-size: 12px;
}

.sd-footer-sidebar-widget .sd-twitter-widget i {
	color: #bac2c7;
}

/* flickr widgets */

.sd-flickr {
	margin-top: -10px;
	position: relative;
}

.sd-flickr a {
	float: left;
	margin: 10px 7px 0 0;
}

.sd-flickr img {
	border-radius: 5px;
}

/* ------------------------------------------------------------------------ */
/* 11. Footer
/* ------------------------------------------------------------------------ */

.sd-newsletter {
	background-color: #f3f2f1;
	padding: 40px 0 20px 0;
	margin-top: 40px;
}

.sd-newsletter-desc h4 {
	color: #fff;
	font-size: 18px;
}

.sd-newsletter-desc p {
	color: #91a1b4;
}

.mc-field-group {
	float: left;
	width: 41%;
}

.sd-newsletter input[type="text"],
.sd-newsletter input[type="email"] {
	border: none;
	border-radius: 3px !important;
	color: #8E8479;
	height: 42px;
	line-height: 42px;
	outline: none;
	padding: 0 15px;
	width: 95%;
}

.sd-newsletter input[type="submit"] {
	background-color: #fff;
	border: none;
	border-radius: 3px;
	color: #8E8479;
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
	height: 42px;
	padding: 0 20px;
	text-transform: uppercase;
}

/* newsletter widget */

.sd-footer-sidebar-widget .textwidget input[type="text"],
.sd-footer-sidebar-widget .textwidget input[type="email"] {
	background-color: #ecf2f8;
	border: 1px solid #a4b3c5;
	border-radius: 3px;
	color: #8E8479;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	width: 100%;
}

.sd-footer-sidebar-widget .textwidget .mc-field-group {
	float: none;
	margin-bottom: 10px;
	width: 100%;
}

.sd-footer-sidebar-widget .textwidget input[type="submit"] {
	background-color: #29af8a;
	border: none;
	border-radius: 3px;
	color: #fff;
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	width: 100%;
}

/* footer */
#sd-footer {
	background-color: #fff;
	font-size: 16px;
}

.sd-boxed-padding {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.sd-footer-widgets {
	color: #637285;
}

.sd-footer-widgets a {
	color: #8E8479;
}

.sd-footer-widgets a:hover {
	color: #29af8a;
}

.sd-footer-widgets .sd-more {
	border-color: #29af8a;
	color: #29af8a;
	margin-top: 20px;
}

.sd-footer-widgets .widget_recent_entries {
	font-size: 14px;
	text-transform: uppercase;
}

.sd-footer-widgets .widget_recent_entries .post-date {
	display: block;
	font-size: 12px;
}

.sd-footer-widgets .widget_recent_entries li {
	/* border-bottom: 1px solid #e8ecf2; */
	border-bottom: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.sd-footer-widgets .widget_recent_entries li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sd-footer-widgets ul {
	list-style: none;
}

.sd-footer-sidebar-widget {
	margin-bottom: 30px;
}

.sd-footer-sidebar-widget img {
	max-width: 100%;
	height: auto;
}

.sd-footer-sidebar-1 {
	border-right: 1px solid #545e66;
	position: relative;
}

.sd-footer-sidebar-1,
.sd-footer-sidebar-2,
.sd-footer-sidebar-3,
.sd-footer-sidebar-3-last,
.sd-footer-sidebar-4 {
	padding-top: 80px;
}

.sd-footer-sidebar-4,
.sd-footer-sidebar-3-last {
	border: none;
}

.sd-2-sidebars .sd-footer-sidebar-1:after {
	background-color: #545e66;
	border-radius: 50%;
	bottom: 0;
	content: '';
	height: 13px;
	position: absolute;
	right: -6.5px;
	width: 13px;
}

.sd-footer-widgets-3 .sd-footer-sidebar-1,
.sd-footer-widgets-4 .sd-footer-sidebar-1 {
	border: none;
}

.sd-footer-sidebar-2-content-last {
	padding-left: 30px;
}

.sd-footer-sidebar-1-content {
	padding-left: 0;
}

.sd-footer-sidebar-4-content,
.sd-footer-sidebar-3-last .sd-footer-sidebar-3-content {
	padding-right: 0;
}

.sd-footer-sidebar-widget .textwidget ul li:before {
	color: #dda80f;
	content: "\f141";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
}

.sd-footer-sidebar-widget .textwidget ul li {
	float: left;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	width: 50%;
}

.sd-footer-widget-title {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 30px;
	padding: 10px 0px;
	text-transform: uppercase;
}

.sd-footer-widgets ul {
	margin: 0;
	padding: 0;
}

.sd-footer-title {
	color: #c9d1d7;
	font-size: 24px;
	font-weight: 900;
	padding-bottom: 30px;
}

.sd-footer-title span {
	font-weight: 400;
}

#sd-footer .current-menu-item a {
	background: none;
}

/* copyright */
.sd-copyright-wrapper {
	margin-top: 30px;
	background-color: #6A3023;
}

.sd-copyright {
	font-size: 14px;
	padding: 30px 0;
	position: relative;
}

.sd-copyright a {
	color: #8E8479;
}

.sd-copyright a:hover {
	color: #29af8a;
}

/* footer menu */

.sd-footer-menu {
	float: right;
}

.sd-footer-menu ul {
	list-style: none;
	margin: 0;
}

.sd-footer-menu li {
	float: left;
	margin-left: 10px;
}

.sd-footer-menu .sub-menu {
	display: none;
}

/* 404 page */

.sd-main-404,
.sd-sub-404 {
	color: #8E8479;
	display: inline-block;
	font: 700 212px/212px Montserrat, Tahoma, sans-serif;
	width: 100%;
}

.sd-main-404 a {
	color: #8E8479;
}

.sd-sub-404 {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 70px;
}

/* ------------------------------------------------------------------------ */
/* 12. Campaign Listing
/* ------------------------------------------------------------------------ */

.sd-campaigns {
	margin-bottom: 50px;
}

.sd-campaign-listing {
	margin-top: 50px;
	position: relative;
}

.sd-campaign-filters {
	margin-bottom: 40px;
}

.sd-campaign-filters ul {
	margin: 0;
	padding: 0;
}

.sd-campaign-filters ul li {
	display: inline-block;
	list-style: none;
}

.sd-campaign-filters a {
	color: #91a1b4;
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
	padding: 10px 15px;
	text-transform: uppercase;
}

.sd-campaign-filters a:hover {
	color: #29af8a;
}

.sd-campaign-filters .sd-active,
.sd-campaign-filters .sd-active:hover {
	background-color: #29af8a;
	border-radius: 3px;
	color: #fff;
	padding: 10px 15px;
}

.sd-campaign-listing .sd-carousel-item-content {
	background-color: #f1f4f8;
}

.sd-listing-item {
	margin-bottom: 30px;
}

/* list view */
.sd-listing-list-item {
	background-color: #f1f4f8;
}

.sd-listing-list h3 {
	font-size: 16px;
	margin: 30px 0 15px;
	padding: 0;
}

.sd-listing-list h3 a {
	color: #8E8479;
}

.sd-listing-list h3 a:hover {
	color: #29af8a;
}

.sd-campaign-list-content {
	background-color: #f8fafc;
	padding: 10px 30px 11px;
	position: relative;
}

.sd-campaign-list-content .sd-days-left {
	color: #91a1b4;
	display: block;
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
}

.sd-campaign-list-content .sd-campaign-percent {
	margin-top: 10px;
}

.sd-campaign-list-content .sd-donate-button,
.sd-campaign-list-content .sd-custom-url-donate {
	background: none;
	border: 1px solid #29af8a;
	color: #29af8a;
	margin-top: 20px;
}

.sd-campaign-list-content .sd-donate-button:hover,
.sd-campaign-list-content .sd-custom-url-donate:hover {
	color: #8E8479;
	opacity: 1;
}

.sd-sidebar-widget .edd_purchase_submit_wrapper a,
.sd-sidebar-widget .sd-search-button {
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out !important;
}

.sd-sidebar-widget .edd_purchase_submit_wrapper a:hover,
.sd-sidebar-widget .sd-search-button:hover {
	opacity: .8;
}

/* campaign checkout */

.sd-theme #edd_checkout_cart .edd_cart_header_row th {
	background-color: #8E8479;
	color: #fff !important;
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
	text-transform: uppercase;
}

#edd_checkout_cart td img {
	float: none;
}

.sd-theme #edd_checkout_cart td,
.sd-theme #edd_checkout_cart th {
	border-color: #cbd0db;
	padding: 20px;
}

.sd-theme .edd_checkout_cart_item_title,
.sd-theme .edd_cart_item_price,
.sd-theme .edd_cart_total {
	color: #8E8479 !important;
	font: 700 16px/16px Montserrat, Tahoma, sans-serif;
	text-transform: uppercase;
}

.sd-theme .edd_cart_remove_item_btn {
	background-color: #f00;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	height: 17px;
	line-height: 20px;
	text-align: center;
	width: 17px;
}

.sd-theme .edd_cart_amount {
	color: #29af8a;
}

.sd-theme .edd_cart_total {
	padding: 20px !important;
}

.sd-theme #edd_checkout_form_wrap fieldset {
	border: none;
}

.sd-theme #edd_checkout_form_wrap fieldset {
	padding: 0;
}

.sd-theme #edd_checkout_form_wrap input.edd-input,
.sd-theme #edd_checkout_form_wrap textarea.edd-input,
.atcf-login input[type="text"],
.atcf-login input[type="password"],
.atcf-register input[type="text"],
.atcf-register input[type="password"],
.atcf-profile input[type="text"],
.atcf-profile input[type="password"],
.atcf-profile textarea,
.sd-theme .login-username input[type="text"],
.sd-theme .login-password input[type="password"] {
	background-color: #f1f4f8;
	border: 1px solid #cbd0db;
	border-radius: 3px !important;
	color: #637285;
	font-size: 12px;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	text-transform: uppercase;
}

.sd-theme #edd_checkout_form_wrap textarea {
	height: 200px !important;
}

#edd_checkout_form_wrap select.edd-select {
	background-color: #f1f4f8;
	border: 1px solid #cbd0db;
	border-radius: 3px;
	color: #637285;
	display: block;
	font-size: 12px;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	text-transform: uppercase;
	width: 70%;
}

.atcf-login input[type="text"],
.atcf-login input[type="password"],
.atcf-register input[type="text"],
.atcf-register input[type="password"],
.atcf-profile input[type="text"],
.atcf-profile input[type="password"],
.sd-theme .login-username input[type="text"],
.sd-theme .login-password input[type="password"],
.atcf-profile textarea {
	width: 100%;
}

.atcf-profile textarea {
	height: 200px;
	line-height: 18px;
	padding: 15px;
}

.atcf-login label,
.atcf-register label,
.atcf-profile label,
.sd-theme .login-username label,
.sd-theme .login-password label {
	display: block;
	margin-bottom: 5px;
}

.atcf-profile .your-campaigns,
.atcf-profile .atcf-profile-campaigns {
	display: none;
}

.atcf-profile .bio {
	margin-bottom: 20px;
	text-transform: uppercase;
}

.atcf-profile-contributinos {
	list-style: square inside url('data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==');
	margin-top: 30px !important;
}

.atcf-profile-contributinos li {
	margin-bottom: 10px;
}

.atcf-login .login-username,
.atcf-login .login-password,
.atcf-register-name,
.atcf-register-email,
.atcf-register-username,
.atcf-register-password,
.atcf-profile-info-first-name,
.atcf-profile-info-url,
.atcf-profile-info-twitter,
.atcf-profile-info-facebook,
.atcf-profile-info-googleplus,
.atcf-profile-info-linkedin,
.atcf-profile-info-bio,
.sd-theme .login-username,
.sd-theme .login-password {
	float: left;
	margin-bottom: 20px;
	width: 50%;
}

.atcf-login .login-username,
.atcf-register-name,
.atcf-register-username,
.atcf-profile-info-first-name,
.atcf-profile-info-twitter,
.atcf-profile-info-googleplus,
.atcf-profile-info-bio,
.sd-theme .login-username {
	padding-right: 20px;
}

.atcf-login .login-submit,
.sd-theme .login-submit input[type="submit"] {
	margin: 20px 0;
}

.atcf-submit-campaign-submit {
	clear: both;
}

.sd-theme #edd_checkout_form_wrap input.edd-input::-webkit-input-placeholder {
	color: #637285;
}

.sd-theme #edd_checkout_form_wrap input.edd-input:-moz-placeholder {
	color: #637285;
}

.sd-theme #edd_checkout_form_wrap input.edd-input::-moz-placeholder {
	color: #637285;
}

.sd-theme #edd_checkout_form_wrap input.edd-input::-ms-input-placeholder {
	color: #637285;
}

.sd-theme #edd_checkout_form_wrap input.edd-input:focus,
.sd-theme #edd_checkout_form_wrap textarea.edd-input:focus {
	border-color: #29af8a;
	outline: none;
}

.sd-theme #edd_checkout_form_wrap #edd-login-account-wrap,
.sd-theme #edd_checkout_form_wrap #edd-new-account-wrap {
	background-color: #8E8479;
	color: #fff;
	margin: 30px 0 30px;
	text-transform: uppercase;
}

.sd-theme #edd_checkout_form_wrap legend,
.sd-theme #edd_checkout_form_wrap label,
.sd-theme #edd_checkout_form_wrap span.edd-description,
.edd_terms_links,
.sd-theme #edd_final_total_wrap,
.sd-theme #edd-purchase-button,
.sd-theme .edd-submit,
.sd-theme input.edd-submit[type="submit"],
.atcf-login .login-submit input[type="submit"],
.atcf-register-submit input[type="submit"],
.atcf-submit-campaign-submit input[type="submit"],
.atcf-login label,
.atcf-profile label,
.atcf-register label,
.sd-theme .login-username,
.sd-theme .login-password,
.sd-theme .login-submit input[type="submit"] {
	color: #8E8479;
	font: 700 16px/16px Montserrat, Tahoma, sans-serif;
	text-transform: uppercase;
}

.sd-theme #edd_checkout_form_wrap legend {
	margin: 30px 0 40px;
}

.sd-theme #edd_checkout_form_wrap label,
.atcf-login label,
.atcf-register label,
.atcf-profile label,
.sd-theme .login-username,
.sd-theme .login-password,
.atcf-register label {
	font-size: 14px;
}

.sd-theme #edd_checkout_form_wrap span.edd-description {
	color: #637285;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 20px;
}

.sd-theme #edd_checkout_form_wrap #edd_payment_mode_select p,
.sd-theme #edd_checkout_form_wrap fieldset#edd_register_fields #edd_checkout_user_info p {
	margin-bottom: 40px;
}

#edd-anon-wrap label,
.sd-agree-terms {
	color: #637285 !important;
	font: 400 12px/12px Montserrat, Tahoma, sans-serif !important;
	margin: 0 !important;
	padding-left: 27px;
	position: relative !important;
	text-transform: uppercase;
}

#edd-anon-wrap label input,
.sd-agree-terms input {
	display: none !important;
	float: none !important;
	width: auto !important;
}

#edd-anon-wrap label span,
.sd-agree-terms span {
	border: 1px solid #9299aa;
	display: inline-block;
	height: 17px;
	left: 0;
	margin-right: 10px;
	position: absolute;
	top: -3px;
	width: 17px;
}

#edd-anon-wrap [type=checkbox]:checked+span:before,
.sd-agree-terms [type=checkbox]:checked+span:before {
	color: #29af8a;
	content: '\2714';
	left: 0;
	font: normal 25px/25px Arial, Verdana, sans-serif;
	position: absolute;
	top: -6px;
}

.sd-theme .edd_terms_links {
	color: #29af8a;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.sd-theme #edd_final_total_wrap {
	margin-top: 30px;
}

.edd_purchase_receipt_files {
	display: none;
}

.sd-theme #edd-purchase-button,
.sd-theme .edd-submit,
.sd-theme input.edd-submit[type="submit"],
.atcf-login .login-submit input[type="submit"],
.atcf-register-submit input[type="submit"],
.atcf-submit-campaign-submit input[type="submit"],
.sd-theme .login-submit input[type="submit"] {
	background-color: #29af8a;
	border: none;
	border-radius: 3px;
	color: #fff !important;
	font-size: 13px;
	line-height: 13px;
	padding: 15px 25px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out !important;
}

.sd-theme #edd-purchase-button:hover,
.sd-theme .edd-submit:hover,
.sd-theme input.edd-submit[type="submit"]:hover,
.atcf-login .login-submit input[type="submit"]:hover,
.atcf-register-submit input[type="submit"]:hover,
.atcf-submit-campaign-submit input[type="submit"]:hover,
.sd-theme .login-submit input[type="submit"]:hover {
	opacity: .8 !important;
}

.sd-theme #edd-purchase-button:focus,
.sd-theme .edd-submit:focus,
.sd-theme input.edd-submit[type="submit"]:focus,
.atcf-login .login-submit input[type="submit"]:focus,
.atcf-register-submit input[type="submit"]:focus,
.atcf-submit-campaign-submit input[type="submit"]:focus,
.sd-theme .login-submit input[type="submit"]:foxus {
	border: none;
	outline: none;
}

.edd-checkout .sd-blog-entry {
	border: none;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields {
	background: none;
	border: none;
}

/* single event */
.sd-single-event .sd-event-data {
	background-color: #29af8a;
	color: #fff;
	height: 280px;
	font: 700 13px/21px Montserrat, Tahoma, sans-serif;
	padding: 20px 0;
}

.sd-ev-no-thumb {
	height: auto !important;
	margin-bottom: 30px;
	padding: 30px !important;
}

.sd-single-event .sd-dov,
.sd-single-event .sd-event-address {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	display: block;
	padding: 0 10px 10px;
	text-transform: uppercase;
	width: 100%;
}

.sd-ev-no-thumb .sd-dov,
.sd-ev-no-thumb .sd-event-address,
.sd-ev-no-thumb .sd-event-button {
	border: none !important;
	padding: 0 !important;
}

.sd-single-event .sd-event-address {
	padding-top: 20px;
}

.sd-single-event .sd-dov i,
.sd-single-event .sd-event-address i {
	float: left;
	line-height: 20px;
	margin: 0 10px 50px 0;
	overflow: hidden;
}

.sd-event-button {
	display: block;
	padding: 20px 0 0;
	text-align: center;
}

.sd-event-button a {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	line-height: 13px;
	padding: 15px 20px;
}

.sd-event-button a:hover {
	color: #fff;
}

.sd-event-btn-bottom .sd-event-button a {
	border-color: #29af8a;
	color: #29af8a;
	font: 700 13px/21px Montserrat, Tahoma, sans-serif;
}

.sd-event-btn-bottom .sd-event-button {
	padding: 15px 0;
}

.sd-event-btn-bottom .sd-event-button a:hover {
	color: #fff;
}

.sd-single-event .sd-entry-title {
	margin-bottom: 20px;
}

.sd-count-wrap {
	background-color: #8E8479;
	border-radius: 3px;
	margin-top: 40px;
}

.sd-single-event .sd-countdown {
	float: left;
	margin: 0;
	padding-left: 30px;
}

.sd-single-event .ult_countdown-section {
	border-right: 1px solid #536072;
	margin-bottom: 0 !important;
	margin-right: 20px;
	padding: 10px 20px 20px 0 !important;
}

.sd-single-event .ult_countdown-section:last-child {
	border: none;
}

.sd-single-event .ult_countdown-amount:before,
.sd-single-event .ult_countdown-amount:after {
	display: none;
}

.sd-single-event .sd-countdown .ult_countdown-amount {
	border: none !important;
	box-shadow: none;
	color: #fff !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.sd-single-event .ult_countdown {
	margin-bottom: 0 !important;
}

.sd-event-map {
	margin-top: 30px;
}

/* campaign single */
.sd-campaign-single {
	margin-top: 70px;
}

.sd-campaign-single .sd-donate-button,
.sd-campaign-single .sd-custom-url-donate {
	float: right;
}

.sd-campaign-single .sd-entry-thumb {
	margin-bottom: 25px;
}

.sd-campaign-single .sd-campaign-percent {
	margin-top: 20px !important;
}

.sd-single-campaign-content {
	margin-top: 50px;
}

.sd-single-campaign-content p {
	margin-bottom: 30px;
}

.sd-campaign-single .sd-campaign-backers h4 {
	font-size: 18px;
	margin-bottom: 25px;
}

.sd-campaign-single .sd-backer-title {
	background-color: #f1f4f8;
}

.sd-personal-msg {
	border-top: 1px solid #dee0e9;
	color: #6e7c90;
	font: 400 12px/16px Karla, Tahoma, sans-serif;
	margin: 10px 10px 0;
	padding-top: 10px;
}

.sd-donate-bottom {
	margin-top: 30px;
}

/* share icons */
.sd-share-icons {
	float: left;
}

.sd-share-icons ul {
	margin: 0;
	padding: 0;
}

.sd-share-icons {
	margin-top: 40px;
	padding: 0;
}

.sd-share-icons h5 {
	color: #91a1b4;
	display: inline-block;
	font-size: 14px;
	margin-right: 20px;
}

.sd-share-icons ul {
	display: inline-block;
}

.sd-share-icons ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

.sd-share-icons ul li a {
	color: #91a1b4;
}

.sd-share-icons ul li a:hover {
	color: #29af8a;
}

.sd-share-icons ul li i {
	font-size: 18px;
}

.sd-campaign-single .sd-comments-wrapper {
	margin-top: 100px;
}

/* ------------------------------------------------------------------------ */
/* 13. VC Shortcodes
/* ------------------------------------------------------------------------ */

/* single campaign featured */

.sd-single-campaign-featured h3 {
	font-size: 24px;
	margin-bottom: 50px;
	padding: 0;
	text-align: center;
}

.sd-single-campaign-featured h3 a {
	color: #8E8479;
}

.sd-single-campaign-featured h3 a:hover {
	color: #29af8a;
}

.sd-single-campaign-featured .sd-campaign-percent,
.sd-campaign-single .sd-campaign-percent {
	background-color: #8E8479;
	border: 17px solid #d8dfe9;
	border-radius: 3px;
	height: 44px;
	margin: 0 0 18px;
	position: relative;
}

.sd-single-campaign-featured .sd-campaign-percent:before,
.sd-campaign-single .sd-campaign-percent:before {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDNFQ0I5QkE5NzQwMTFFMzgyQkJEQkUxRDNGQzU4ODIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDNFQ0I5QkI5NzQwMTFFMzgyQkJEQkUxRDNGQzU4ODIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEM0VDQjlCODk3NDAxMUUzODJCQkRCRTFEM0ZDNTg4MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEM0VDQjlCOTk3NDAxMUUzODJCQkRCRTFEM0ZDNTg4MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiQJgngAAAAnSURBVHjaYlDVNnb4//8/A7GYiYFEMNg1qOmYOBBiDztPEwMAAgwA/r4kCdxCb5UAAAAASUVORK5CYII=') repeat-x left bottom;
	bottom: -17px;
	content: '';
	height: 11px;
	left: 0;
	position: absolute;
	width: 100%;
}

.sd-single-campaign-featured .sd-funded-line,
.sd-campaign-single .sd-funded-line {
	background-color: #29af8a;
	display: block;
	height: 10px;
	left: auto;
	position: relative;
}

.sd-single-campaign-featured .sd-donate-button,
.sd-donate-button,
.sd-custom-url-donate {
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
	padding: 15.5px 20px;
}

.sd-single-campaign-featured .sd-raised,
.sd-single-campaign-featured .sd-days-left,
.sd-single-campaign-featured .sd-goal,
.sd-campaign-list-content .sd-raised,
.sd-campaign-list-content .sd-goal {
	color: #8E8479;
	font: 400 24px/24px Montserrat, Tahoma, sans-serif;
}

.sd-single-campaign-featured .sd-raised span,
.sd-single-campaign-featured .sd-days-left span,
.sd-single-campaign-featured .sd-goal span,
.sd-campaign-list-content .sd-raised span,
.sd-campaign-list-content .sd-goal span {
	color: #91a1b4;
	display: block;
	font-size: 12px;
}

.sd-single-campaign-featured .sd-campaign-backers {
	margin-top: 70px;
}

.sd-single-campaign-featured .sd-campaign-backers h4 {
	font-size: 18px;
	margin-bottom: 40px;
	padding: 0;
	text-align: center;
}

.sd-backer img {
	height: auto;
	width: 100%;
}

.sd-backer-title {
	background-color: #fff;
	color: #8E8479;
	font: 700 14px/14px Montserrat, Tahoma, sans-serif;
	padding: 20px 0;
	text-align: center;
}

.sd-backer-title span {
	color: #6e7c90;
	display: block;
	font: 400 14px/14px Karla, Tahoma, sans-serif;
	margin-top: 12px;
}

/* single campaign featured style 2 */

.sd-featured-style-2 {
	background-color: #fff;
	padding: 0 30px;
}

.sd-single-campaign-featured p {
	height: 45px;
	overflow: hidden;
}

.sd-featured-style-2 h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 23px 0 20px;
	text-align: left;
}

.sd-circle-wrap {
	border: 17px solid #e8ecf2;
	border-radius: 208px;
	height: 208px;
	left: 50%;
	margin-left: -104px;
	position: absolute;
	top: -26px;
	width: 208px;
	z-index: 1;
}

.sd-featured-style-2 .sd-campaign-percent {
	background: none;
	border-radius: 500px;
	height: 175px;
	overflow: hidden;
	width: 175px;
}

.sd-featured-style-2 .sd-campaign-percent:before {
	display: none;
}

.sd-featured-style-2 .sd-funded-line {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.sd-featured-style-2 .sd-funded {
	background: none;
	color: #228066;
	font-size: 30px;
	font-weight: 700;
	left: 50%;
	margin: -7px 0 0 -28.5px;
	padding: 0;
	top: 50%;
}

.sd-featured-style-2 .sd-funded:after {
	display: none;
}

.sd-raised-button,
.sd-goal-days {
	float: left;
	padding-top: 20px;
	width: 50%;
}

.sd-raised-button {
	border-right: 1px solid #e8ecf2;
	padding-bottom: 20px;
}

.sd-raised-button {
	border: none;
}

.sd-raised-button .sd-raised {
	color: #29af8a;
	display: block;
	margin-bottom: 15px;
}

.sd-goal-days {
	padding-left: 30px;
}

.sd-single-shortcode-campaign,
.sd-slider-item-content .sd-featured-label {
	font: 700 12px/12px Montserrat, Tahoma, sans-serif;
	position: relative;
}

.sd-single-shortcode-campaign .sd-featured-label,
.sd-slider-item-content .sd-featured-label {
	background-color: #8E8479;
	color: #fff;
	float: left;
	padding: 8px 15px;
	border-radius: 3px;
}

.sd-single-shortcode-campaign .sd-days-left,
.sd-slider-item-content .sd-days-left {
	color: #91a1b4;
	float: right;
	font-size: 13px;
	padding: 8px 0 0;
}

.sd-slider-item-content .sd-days-left {
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
}

.sd-single-shortcode-campaign h3 {
	line-height: 24px;
	padding: 20px 0 20px;
	white-space: normal;
}

.sd-single-shortcode-campaign h3 a {
	color: #8E8479;
	font-size: 18px;
	line-height: 24px;
}

.sd-campaign-excerpt {
	font: 400 16px/24px Karla, Arial, sans-serif;
	margin-bottom: 30px;
}

.sd-campaign-excerpt p {
	margin: 0;
}

.sd-single-shortcode-campaign .sd-raised,
.sd-single-shortcode-campaign .sd-goal,
.sd-campaign-list-content .sd-raised,
.sd-campaign-list-content .sd-goal {
	border-top: 1px solid #dee0e9;
	color: #29af8a;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	padding-top: 20px;
	width: 50%;
}

.sd-single-shortcode-campaign .sd-raised,
.sd-campaign-list-content .sd-raised {
	border-right: 1px solid #dee0e9;
}

.sd-single-shortcode-campaign .sd-goal {
	color: #8E8479;
	padding-left: 20px;
}

.sd-single-shortcode-campaign .sd-raised span,
.sd-single-shortcode-campaign .sd-goal span {
	color: #91a1b4;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	margin-bottom: 10px;
}

.sd-single-shortcode-campaign .sd-raised,
.sd-campaign-list-content .sd-raised,
.sd-campaign-list-content .sd-goal {
	float: left;
}

.sd-single-shortcode-campaign .sd-goal {
	float: right;
}

.sd-donate-button-wrapper {
	margin-top: 35px;
	text-align: center;
}

.sd-donate-button,
.sd-custom-url-donate {
	background-color: #29af8a;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	padding: 15px 30px;
}

.sd-donate-button:hover,
.sd-custom-url-donate:hover {
	color: #fff;
	opacity: .8;
}

.bb-link {
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
	padding: 15px 30px !important;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out !important;

}

.bb-link:hover {
	opacity: .8;
}

.wpb_revslider_element .sd-single-shortcode-campaign {
	background-color: #fff;
	letter-spacing: normal !important;
	padding: 35px;
	width: 375px;
}

.wpb_revslider_element .sd-single-shortcode-campaign .sd-custom-url-donate {
	color: #fff !important;
}

.wpb_revslider_element .sd-campaign-excerpt p {
	color: #637285;
	letter-spacing: normal !important;
	white-space: normal !important;
}

.wpb_revslider_element .sd-donate-button,
.wpb_revslider_element .sd-donate-button:hover {
	color: #fff;
	letter-spacing: normal !important;
}

.wpb_revslider_element .sd-single-shortcode-campaign h3 a {
	letter-spacing: normal !important;
}

.wpb_revslider_element .sd-single-shortcode-campaign h3 a:hover {
	color: #8E8479;
}

/* campaign modal */

.sd-ajax-loading {
	display: block;
	left: 50%;
	margin-left: -23px;
	margin-top: -25px;
	position: fixed;
	top: 50%;
	z-index: 999;
}

.sd-campaign-modal,
.sd-minicart-modal {
	background: #fff;
	border-radius: 3px;
	margin: 0 auto;
	max-width: 700px;
	padding: 50px;
	position: relative;
	width: auto;
}

.sd-modal-select-amount-title {
	color: #2e3544;
	font-size: 24px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.sd-campaign-modal .mfp-close,
.sd-minicart-modal .mfp-close {
	background-color: #2e3544;
	border-radius: 100px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	opacity: 1;
	right: 20px;
	top: 20px;
	width: 20px;
}

.sd-campaign-modal .mfp-close:hover,
.sd-minicart-modal .mfp-close:hover {
	background-color: #f00;
}

.sd-campaign-modal .backer-count,
.sd-campaign-modal .limit,
.sd-sidebar-widget .backer-count,
.sd-sidebar-widget .limit {
	display: none;
}

.sd-campaign-modal li,
.sd-sidebar-widget .atcf-price-option {
	margin-bottom: 40px !important;
}

.sd-radio-trick {
	display: inline-block;
	height: 18px;
	margin-right: 10px;
	position: relative;
	width: 18px;
}

.sd-radio-trick input[type=radio] {
	opacity: 0;
}

.sd-radio-trick div {
	background: #fff;
	border: 1px solid #959bab;
	border-radius: 50px;
	cursor: pointer;
	height: 18px;
	left: 0;
	line-height: 18px;
	position: absolute;
	top: 0;
	width: 18px;
}

.sd-radio-trick input[type=radio]:checked~div:after {
	background-color: #29af8a;
	border-radius: 50px;
	content: '';
	height: 10px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 10px;
}

.sd-campaign-modal .pledge-verb,
.sd-sidebar-widget .pledge-verb {
	display: inline-block;
	height: 18px;
	line-height: 18px;
}

.atcf-price-option h4,
.sd-sidebar-widget .atcf-price-option h4 {
	color: #637285;
	font-size: 18px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.sd-option-price {
	color: #29af8a;
}

.sd-campaign-modal p,
.sd-sidebar-widget .atcf-price-option p {
	margin-left: 29px;
}

.sd-modal-custom-amount-title {
	color: #2e3544;
	font-size: 14px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.sd-sidebar-widget .sd-modal-custom-amount-title,
.sd-sidebar-widget .edd-meta {
	display: none;
}

.sd-campaign-modal .atcf_custom_price_wrap {
	margin: 0;
}

.sd-campaign-modal .atcf_custom_price_wrap input,
.sd-sidebar-widget .atcf_custom_price_wrap input {
	background-color: #f1f4f8;
	border: 1px solid #cbd0db;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	float: left;
	height: 42px;
	line-height: 42px;
	padding-left: 10px;
	width: 400px;
}

.sd-sidebar-widget .atcf_custom_price_wrap input {
	background-color: #fff;
	width: 245px;
}

.sd-currency-after input {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

.sd-campaign-modal .currency.left,
.sd-campaign-modal .currency.right,
.sd-sidebar-widget .currency.left,
.sd-sidebar-widget .currency.right {
	background-color: #f1f4f8;
	border: 1px solid #cbd0db;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-width: 1px 0 1px 1px;
	color: #2e3544;
	display: inline-block;
	float: left;
	font-family: Montserrat, Tahoma, sans-serif;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
}

.sd-campaign-modal .currency.right,
.sd-sidebar-widget .currency.right {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-width: 1px;
	margin-left: -2px;

}

.sd-sidebar-widget .currency.left,
.sd-sidebar-widget .currency.right {
	background-color: #fff;
}

.edd_purchase_submit_wrapper {
	float: right;
}

.sd-campaign-modal a.edd-add-to-cart {
	display: block !important;
}

.sd-campaign-modal a.edd-add-to-cart,
.sd-campaign-modal a.edd_go_to_checkout,
.sd-sidebar-widget a.edd-add-to-cart,
.sd-sidebar-widget a.edd_go_to_checkout,
.sd-sidebar-widget .edd-submit.button.blue,
.widget_edd_cart_widget .edd_checkout a {
	background-color: #29af8a;
	border: none;
	border-radius: 3px;
	color: #fff;
	display: block;
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	width: 134px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out !important;
}

.sd-sidebar-widget .edd-submit.button {
	margin-top: 10px;
	padding: 15px 20px !important;
	width: auto !important;
}

.widget_edd_cart_widget .edd_checkout a {
	display: inline-block;
	float: right;
	padding: 15px 20px !important;
	width: auto;
}

.widget_edd_cart_widget .edd-cart-item {
	margin-bottom: 10px;
}

.widget_edd_cart_widget .edd_total {
	display: inline-block;
	padding: 5px 15px;
	width: 100%;
}

.widget_edd_cart_widget .edd-remove-from-cart {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 11px;
}

.widget_edd_cart_widget .edd-remove-from-cart::after {
	color: #f00;
	content: "×";
	font-size: 20px;
	left: -100%;
	position: absolute;
	top: 7px;
}

.widget_edd_cart_widget .edd-cart-item {
	border-top: 1px solid #e1e5eb;
	margin: 10px 0;
	padding: 10px 0 0;
}

.sd-campaign-modal a.edd-add-to-cart:hover,
.sd-campaign-modal a.edd_go_to_checkout:hover,
.widget_edd_cart_widget .edd_checkout a:hover {
	opacity: .8;
}

.widget_edd_cart_widget .edd_checkout a:hover {
	color: #fff;
}

.sd-campaign-modal a.edd_go_to_checkout,
.widget_edd_cart_widget .edd_checkout a {
	margin-top: 10px;
}

.sd-campaign-modal .edd_download_quantity_wrapper {
	display: none;
}

.sd-campaign-ended h3 {
	background-color: #29af8a;
	border-radius: 3px;
	color: #fff;
	font-size: 24px;
	margin-bottom: 40px;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
}

.sd-campaign-ended .sd-modal-select-amount-title,
.sd-sidebar-widget .sd-modal-select-amount-title {
	display: none;
}

.sd-header-style1 .sd-minicart-icon,
.sd-top-bar-nav .sd-minicart-icon {
	float: none !important;
	margin: 0 !important;
}

.sd-header-style1 .sd-items-count {
	top: 3px;
}

.sd-top-bar-nav .sd-minicart-icon a:hover,
.sd-top-bar-nav .sd-minicart-icon a:focus,
.sd-header-style3 .sd-minicart-icon a:hover,
.sd-header-style3 .sd-minicart-icon a:focus {
	background: none !important;
}

/* Magnific Popup CSS */
.mfp-bg {
	background: #2e3544;
	filter: alpha(opacity=80);
	height: 100%;
	left: 0;
	opacity: 0.8;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1042;
}

.mfp-wrap {
	height: 100%;
	left: 0;
	outline: none !important;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1043;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	height: 100%;
	left: 0;
	padding: 0 8px;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 0;
	-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 {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	text-align: left;
	vertical-align: middle;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	cursor: auto;
	width: 100%;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: -moz-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: #ccc;
	left: 8px;
	margin-top: -0.8em;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 50%;
	width: auto;
	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 {
	background: transparent;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	outline: none;
	overflow: visible;
	padding: 0;
	z-index: 1046;
	-webkit-appearance: none;

}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.mfp-close {
	color: white;
	filter: alpha(opacity=65);
	font-style: normal;
	font-size: 28px;
	height: 44px;
	line-height: 44px;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	position: absolute;
	right: -40px;
	text-decoration: none;
	text-align: center;
	top: -40px;
	width: 44px;
}

.mfp-close:hover,
.mfp-close:focus {
	filter: alpha(opacity=100);
	opacity: 1;
}

.mfp-close:active {}

.mfp-close-btn-in .mfp-close {
	color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	padding-right: 6px;
	right: -6px;
	text-align: right;
	width: 100%;
}

.mfp-counter {
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	right: 0;
	top: 0;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	height: 110px;
	margin: 0;
	margin-top: -55px;
	padding: 0;
	top: 50%;
	width: 90px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	filter: alpha(opacity=100);
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	border: medium inset transparent;
	content: '';
	display: block;
	height: 0;
	left: 0;
	margin-top: 35px;
	margin-left: 35px;
	position: absolute;
	top: 0;
	width: 0;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-bottom-width: 13px;
	border-top-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-bottom-width: 21px;
	border-top-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {

	border-right: 27px solid #3f3f3f;
	margin-left: 25px;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-bottom: 40px;
	padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	max-width: 900px;
	width: 100%;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	width: 100%;
}

.mfp-iframe-scaler iframe {
	background: black;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Main image in popup */
img.mfp-img {
	display: block;
	height: auto;
	line-height: 0;
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 0 40px;
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	background: #444444;
	bottom: 40px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	content: '';
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 40px;
	width: auto;
	z-index: -1;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	cursor: auto;
	left: 0;
	margin-top: -36px;
	position: absolute;
	top: 100%;
	width: 100%;
}

.mfp-title {
	color: #f3f3f3;
	line-height: 18px;
	padding-right: 36px;
	text-align: left;
	word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

	/**
         * Remove all paddings around the image on small screen
         */
	.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 {
		bottom: 0;
		top: 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;
		padding: 3px 5px;
		position: fixed;
		top: auto;
		-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 {
		background: rgba(0, 0, 0, 0.6);
		height: 35px;
		line-height: 35px;
		padding: 0;
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		width: 35px;
	}
}

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

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
	width: 600px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	padding-top: 0;
	right: 0;
	top: 0;
}

/* animationn */
.mfp-move-from-top {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-move-from-top .mfp-content {
	vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s;
	transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
	opacity: 0;
	transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: translateY(200px);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
	transform: translateY(-50px);
	opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
}

/* campaign slider */

.sd-camp-slider-left {
	padding-right: 0;
}

.sd-camp-slider-right {
	padding-left: 0;
}

.sd-slider-item-content {
	background-color: #F1F0EF !important;
	padding: 30px;
}

.sd-campaign-slider-item p {
	display: none;
}

.sd-slider-item-content .sd-campaign-percent {
	margin-top: 30px;
}

.sd-campaign-slider {
	border-radius: 0 !important;
}

.sd-slider-item-content .sd-featured-label,
.sd-slider-item-content .sd-days-left {
	margin-bottom: 20px;
}

/* campaign carousel */
.sd-carousel-row {
	padding-bottom: 100px;
}

.sd-carousel-item-content,
.sd-slider-item-content {
	background-color: #fff;
	padding: 19px 30px;
}

.sd-carousel-item-content h3,
.sd-slider-item-content h3 {
	font-size: 16px;
	line-height: 21px;
}

.sd-carousel-item-content h3 a,
.sd-slider-item-content h3 a {
	color: #6a2013;
}

.sd-carousel-item-content h3 a:hover,
.sd-slider-item-content h3 a:hover {
	color: #29af8a;
}

.sd-carousel-item-content p {
	margin: 0;
}

.sd-campaign-percent {
	background-color: #dee0e9;
	height: 3px;
	margin-top: 50px;
	position: relative;
	width: 100%;
}

.sd-funded-line {
	background-color: #29af8a;
	display: inline-block;
	height: 3px;
	left: 0;
	max-width: 100%;
	position: absolute;
}

.sd-funded {
	background-color: #29af8a;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font: 400 12px/12px Montserrat, Tahoma, sans-serif;
	padding: 7px 10px;
	position: absolute;
	right: -23px;
	top: -33px;
}

.sd-funded:after {
	border-style: solid;
	border-width: 4px 3.5px 0 3.5px;
	border-color: #29af8a transparent transparent;
	bottom: -4px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -3.5px;
	position: absolute;
	width: 0;
}

.sd-campaign-carousel-item .sd-raised,
.sd-campaign-carousel-item .sd-goal,
.sd-campaign-slider .sd-raised,
.sd-campaign-slider .sd-goal,
.sd-campaign-list-content .sd-raised,
.sd-campaign-list-content .sd-goal {
	color: #8E8479;
	display: block;
	float: left;
	font-family: Montserrat, Tahoma, sans-serif;
	font-size: 24px;
	padding-top: 15px;
	width: 50%;
}

.sd-campaign-thumb {
	position: relative;
}

.sd-campaign-thumb img {
	max-width: 100%;
}

.sd-campaign-slider .sd-raised {
	color: #29af8a;
}

.sd-campaign-carousel-item .sd-raised,
.sd-campaign-slider .sd-raised {
	border-right: 1px solid #dee0e9;
}

.sd-campaign-carousel-item .sd-goal,
.sd-campaign-slider .sd-goal,
.sd-campaign-list-content .sd-goal {
	padding-left: 20px;
}

.sd-campaign-carousel-item .sd-raised span,
.sd-campaign-carousel-item .sd-goal span,
.sd-campaign-slider .sd-raised span,
.sd-campaign-slider .sd-goal span {
	color: #91a1b4;
	display: block;
	font-size: 12px;
}

.sd-campaign-thumb-overlay {
	background-color: rgba(67, 80, 97, .7);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.sd-campaign-carousel-item:hover .sd-campaign-thumb-overlay {
	opacity: 1;
}

.sd-campaign-carousel-item .sd-donate-button-wrapper {
	margin-top: -21.5px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

.sd-campaign-carousel-item .sd-donate-button,
.sd-campaign-slider-item .sd-donate-button,
.sd-campaign-list-content .sd-donate-button {
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
}

.sd-carousel-row .slick-dots li button::before,
.sd-products-carousel .slick-dots li button::before {
	font-size: 12px;
}

.sd-carousel-row .slick-dots li.slick-active button:before,
.sd-products-carousel .slick-dots li.slick-active button:before {
	color: #8E8479;
}

.sd-carousel-row .slick-dots li,
.sd-products-carousel .slick-dots li {
	margin: 0;
}

/* events */

.sd-event-upcoming .sd-event-data,
.sd-later-events .sd-event-data,
.sd-latest-blog-short .sd-event-data {
	background-color: #29af8a;
	color: #fff;
	font: 700 12px/12px Montserrat, Tahoma, sans-serif;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

.sd-event-upcoming .sd-event-address {
	padding-left: 20px;
}

.sd-event-shortcode .sd-event-thumb {
	position: relative;
}

.sd-upcoming {
	background-color: #fff;
	border-radius: 3px;
	color: #8E8479;
	display: inline-block;
	font: 700 12px/12px Montserrat, Tahoma, sans-serif;
	padding: 10px 20px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.sd-event-upcoming h3 {
	margin: 25px 0 15px;
	padding-bottom: 0;
}

.sd-event-upcoming h3 a {
	color: #8E8479;
	font-size: 16px;
}

.sd-event-upcoming h3 a:hover,
.sd-later-events h3 a:hover {
	color: #29af8a;
}

.sd-event-upcoming p {
	margin: 0;
}

.sd-later-events {
	margin-bottom: 30px;
}

.sd-later-events .sd-event-data,
.sd-latest-blog-short .sd-event-data {
	background-color: #91a1b4;
	padding: 10px;
}

.sd-later-events h3 {
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0 0;
	padding: 0;
}

.sd-later-events h3 a {
	color: #8E8479;
}

.sd-latest-blog-short .sd-event-data {
	margin: -20px 0 20px;
}

.sd-latest-blog-short .sd-event-data .sd-event-city {
	margin-left: 10px;
}

/* events listing */

.sd-events-listing {
	margin: 50px 0;
}

.ev-listing-item {
	margin-bottom: 30px;
}

.ev-listing-content {
	background-color: #f1f4f8;
	padding: 30px;
}

.ev-listing-item img {
	max-width: 100%;
}

.ev-listing-item .sd-entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	padding: 0;
}

.ev-listing-item .ev-city,
.ev-listing-date {
	color: #91a1b4;
	display: block;
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
	text-transform: uppercase;
}

.ev-listing-item p {
	margin-top: 20px;
}

.ev-listing-item .sd-more {
	border-color: #29af8a;
	color: #29af8a;
	margin-top: 30px;
}

.ev-listing-date {
	background-color: #f8fafc;
	padding: 20px 30px;
}

/* event widget */

.ev-widget .ev-listing-content {
	background: none;
	padding: 30px 0;
}

.ev-widget .ev-listing-content h3 {
	line-height: 21px;
}

.ev-widget .ev-listing-content h3 a {
	color: #8E8479;
}

.ev-widget .ev-listing-content h3 a:hover {
	color: #29af8a;
}

/* image carousel */

.vc_images_carousel img {
	height: auto;
	max-width: 100%;
}

.vc_images_carousel .vc_carousel-control {
	background-color: #f9fafb;
	border: 1px solid #dfe5e9;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0 !important;
	height: 48px !important;
	line-height: 0;
	margin: 0 !important;
	opacity: 1 !important;
	outline: none;
	padding: 0 !important;
	position: absolute !important;
	text-shadow: none !important;
	top: -48px !important;
	width: 48px !important;
}

.vc_images_carousel .vc_carousel-control:before,
.vc_images_carousel .vc_carousel-control:before {
	bottom: 0;
	color: #50555a;
	font-family: FontAwesome;
	font-size: 20px;
	left: 0;
	line-height: 1;
	margin-top: -10px;
	opacity: 0.75 !important;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.vc_left {
	left: auto !important;
	right: 48px !important;
}

.vc_right {
	right: 0 !important;
}

.vc_left:before {
	content: "\f104";
}

.vc_right:before {
	content: "\f105";
}

.vc_images_carousel .vc_carousel-control span {
	display: none !important;
}

.vc_images_carousel .vc_carousel-control:hover {
	background-color: #fff;
}

/* latest blog shortcode */

.sd-latest-blog-short {
	position: relative;
}

.sd-latest-blog-carousel {
	position: relative;
}

.sd-latest-blog-title {
	border-bottom: 1px solid #dfe5e9;
	display: block;
	line-height: 18px;
	margin: 0 0 35px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

/* lates blog wide */
.blog article {
	border-bottom: 1px solid #d8dee6;
	margin-bottom: 1rem;
}

.sd-content-wide {
	border-bottom: 1px solid #e8ecf2;
	margin-bottom: 25px !important;
	padding-bottom: 25px;
}

.sd-content-wide .sd-entry-title {
	padding-bottom: 0;
}

.sd-content-wide .sd-entry-title a {
	font-size: 18px !important;
}

.sd-content-wrap {
	overflow: hidden;
}

.sd-latest-blog-short .sd-entry-thumb,
.sd-latest-blog-short .sd-entry-gallery,
.sd-latest-blog-short .sd-entry-video,
.sd-latest-blog-short .sd-entry-audio {
	margin-bottom: 20px;
}

.sd-latest-blog-short .sd-entry-title {
	margin-bottom: 10px;
}

.sd-latest-blog-short .sd-entry-title a {
	color: #b94b0d;
	font-size: 14px;
}

.sd-latest-blog-short .sd-entry-title a:hover,
.sd-latest-blog-short .sd-entry-title a:focus {
	color: #6a2013 !important;
}

.sd-latest-blog-short a.sd-more {
	text-decoration: none;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.sd-latest-blog-meta {
	color: #b94b0d;
	font: 700 12px/12px Montserrat, Tahoma, sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.sd-latest-blog-excerpt {
	overflow: hidden;
}

.sd-latest-blog-short .wp-video,
.sd-entry-video .wp-video {
	max-width: 100% !important;
}

.sd-latest-blog-short .wp-video-shortcode,
.sd-entry-video .wp-video-shortcode {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}

.sd-latest-blog-short video {
	height: auto !important;
}

.mejs-overlay {
	max-width: 100% !important;
}

.sd-latest-blog-short p {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.sd-latest-blog-short .sd-entry-content>p:last-child {
	margin: 0;
	padding: 0;
}

.sd-latest-blog-short .slick-dots,
.sd-latest-case-studies .slick-dots {
	bottom: -20px;
	display: block;
}

.sd-latest-blog-short .slick-dots li button::before,
.sd-latest-case-studies .slick-dots li button::before {
	display: none;
}

.sd-latest-blog-short .slick-dots li button,
.sd-latest-case-studies .slick-dots li button {
	border: 1px solid #51b848;
	height: 15px;
	width: 15px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* event countdown */
.sd-event-count {
	padding-top: 30px;
}

.sd-event-count .ult_countdown {
	margin-bottom: 10px !important;
}

.sd-event-count h4 {
	font-size: 18px;
	margin: 10px 0;
	padding-bottom: 0;
	text-transform: uppercase;
}

.sd-event-count h4 a {
	color: #8E8479;
}

.sd-event-count h4 a:hover {
	color: #29af8a;
}

.sd-ev-count-date,
.sd-ev-count-location {
	font: 700 14px/14px Montserrat, Tahoma, sans-serif;
	color: #91a1b4;
	margin-right: 20px;
	text-transform: uppercase;
}

.sd-ev-count-date i,
.sd-ev-count-location i {
	margin-right: 5px;
}

.sd-countdown {
	float: right;
	font-family: Montserrat, Tahoms, sans-serif;
	text-transform: uppercase;
}

.sd-countdown .ult_countdown-section {
	position: relative !important;
}

.sd-countdown .ult_countdown-amount {
	border: 1px solid #f5f5f6 !important;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	margin-bottom: 15px !important;
	min-width: 65px !important;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	position: relative;
}

.sd-countdown .ult_countdown-amount:before {
	background-color: #eaf0f6;
	content: '';
	height: 1px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: -1;
}

.sd-countdown .ult_countdown-amount:after {
	color: #91a1b4;
	content: ':';
	right: -20px;
	position: absolute;
	top: 6px;
}

.sd-countdown .ult_countdown-section:last-child .ult_countdown-amount:after {
	display: none
}

/* staff */

.sd-staff-short {
	margin-bottom: 35px !important;
}

.sd-staff-short h3 {
	padding-bottom: 0;
}

.sd-staff-short span {
	color: #2f3c40;
	font-size: 16px;
}

.sd-staff-short img {
	border-radius: 5px;
}

.sd-staff-short ul {
	list-style: none;
}

.sd-staff-short ul li {
	display: inline-block;
	margin: 10px 10px 5px 0;
}

.sd-staff-short ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 10px;
}

.sd-staff-short ul li i {
	margin-right: 5px;
}

.sd-staff-facebook {
	background-color: #3b5998;
}

.sd-staff-twitter {
	background-color: #00aced;
}

.sd-staff-googleplus {
	background-color: #dd4b39;
}

.sd-staff-linkedin {
	background-color: #007bb6;
}

/* tabs */
.sd-tabs {
	background: none;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.sd-tabs ul {
	margin: 0;
	padding: 0;

}

.sd-tab-titles {
	list-style: none;
}

.sd-tab-titles li {
	float: left;
	position: relative;
	z-index: 10;
}

.sd-tab-titles li:first-child {
	margin: 0;
}

.sd-tab-titles a {
	background-color: #fff;
	border: 2px solid #e2e2e2;
	border-bottom: none;
	color: #606b78;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 4px 0 0;
	outline: none;
	overflow: hidden;
	padding: 15px 20px;
	position: relative;
	text-decoration: none;
	zoom: 1;
}

.sd-tab-titles .ui-tabs-selected a,
.sd-tab-titles .ui-tabs-active a {
	background-color: #fff;
	border-color: #29af8a;
	border-bottom: 2px solid #fff;
	color: #3b454f;
}

.sd-tabs .sd-tab {
	background: #fff;
	border: 2px solid #29af8a;
	margin-top: -2px;
	padding: 40px 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sd-tabs .sd-tab p {
	margin: 0 0 20px;
}

.sd-tabs .wpb_wrapper>p:last-child {
	margin-bottom: 0;
}

.sd-tabs .sd-tab h3 {
	margin-bottom: 25px;
	padding: 0;
}

.sd-tabs.ui-tabs .ui-tabs-hide {
	left: -10000px;
	position: absolute;
}

.sd-tabs-visibility {
	visibility: hidden;
}

.no-js {
	visibility: visible;
}

/* vc tabs */

.wpb_tabs .wpb_tabs_nav li {
	border-top: 2px solid #fff;
}

.wpb_tabs .wpb_tabs_nav li:first-child {
	margin: 0;
}

.wpb_tabs .wpb_tabs_nav li.ui-tabs-active {
	background: none;
	border: 2px solid #29af8a;
	border-bottom-color: #fff !important;
}

.wpb_tabs .wpb_tab {
	background: none !important;
	border-top: 2px solid #29af8a;
}

.wpb_tabs .wpb_tabs_nav li:hover {
	background: none !important;
}

.wpb_tabs .wpb_tab {
	margin-top: -2px;
}

.wpb_tabs .wpb_tabs_nav li a {
	color: #606b78;
}

.wpb_tabs .wpb_tabs_nav li a:hover,
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a {
	color: #3b454f;
	z-index: 100;
}

/* tour */
.wpb_tour .wpb_tabs_nav li,
.wpb_tour .wpb_tabs_nav li:hover,
.wpb_tour .wpb_tabs_nav li.ui-tabs-active {
	background: none;
	border-bottom: 1px solid #e4e7e8;
	padding: 5px 0;
}

.wpb_tour .wpb_tabs_nav li a {
	color: #84898b;
	position: relative;
}

.wpb_tour .wpb_tabs_nav li a:hover,
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
	color: #29af8a;
}

.wpb_tour .wpb_tabs_nav li a:after {
	content: "\f105";
	font-family: FontAwesome;
	height: 10px;
	position: absolute;
	right: 0;
	top: 7px;
	width: 10px;
}

/* cf 7 styling */

.wpcf7 {
	color: #8E8479;
	font-size: 16px;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar {
	border: 1px solid #cfd4db;
	border-radius: 3px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	width: 100%;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-captchar:focus {
	border: 1px solid #29af8a;
	outline: none;
	-webkit-transition: border .4s ease-in-out;
	-moz-transition: border .4s ease-in-out;
	-ms-transition: border .4s ease-in-out;
	-o-transition: border .4s ease-in-out;
	transition: border .4s;
}

.wpcf7-textarea {
	height: 220px;
}

.wpcf7-captchar {
	width: 100px;
}

.wpcf7-submit {
	background-color: #29af8a;
	border: none;
	border-radius: 3px;
	color: #fff;
	font: normal 13px/13px Montserrat, Tahoma, sans-serif;
	padding: 15px 25px;
	text-transform: uppercase;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.wpcf7-submit:hover {
	opacity: .8;
}

/* contact form widget */

.wpcf7 p {
	margin: 0 0 20px;
}

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

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar {
	background-color: #fafcfd;
}

.sd-footer-sidebar-widget .wpcf7-text,
.sd-footer-sidebar-widget .wpcf7-textarea,
.sd-footer-sidebar-widget .wpcf7-captchar {
	background-color: #1e323d;
	border: none;
	color: #fff;
	height: 35px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.sd-footer-sidebar-widget .wpcf7-text,
.sd-footer-sidebar-widget .wpcf7-captchar {
	line-height: 35px !important;
	padding: 0 10px !important;
	height: 35px !important;
}

.sd-footer-sidebar-widget input::-webkit-input-placeholder,
.sd-footer-sidebar-widget textarea::-webkit-input-placeholder {
	color: #a1a9af;
	line-height: 35px;
}

.sd-footer-sidebar-widget input:-moz-placeholder,
.sd-footer-sidebar-widget textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #a1a9af;
	opacity: 1;
}

.sd-footer-sidebar-widget input::-moz-placeholder,
.sd-footer-sidebar-widget textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #a1a9af;
	opacity: 1;
}

.sd-footer-sidebar-widget input::-ms-input-placeholder,
.sd-footer-sidebar-widget textarea::-ms-input-placeholder {
	color: #a1a9af;
}

.sd-footer-sidebar-widget .wpcf7-textarea {
	height: 75px;
	padding: 10px;
}

.sd-footer-sidebar-widget .wpcf7-captchar {
	width: 100px;
}

.sd-footer-sidebar-widget .wpcf7-submit {
	background: none;
	border-radius: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
}

.sd-footer-sidebar-widget .wpcf7 p {
	margin: 0;
}

/* sd accordion */
.vc_toggle_square .vc_toggle_icon {
	border-radius: 3px !important
}

.wpb_accordion_header {
	background: e9eef4 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	padding: 0 0 0 10px !important;
}

body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	border: 2px solid #29af8a;
	border-width: 0 2px 2px;
	padding: 10px;
}

.wpb_accordion_section {
	border: none;
	margin-bottom: 5px;
}

.wpb_accordion_header a {
	color: #606b78;
	padding: 10px 0 !important;
}

.ui-accordion-header-active {
	background: #fff !important;
	margin: 0 !important;
}

.wpb_accordion_section .ui-accordion-header-active {
	border: 2px solid #29af8a;
	border-width: 2px 2px 0;
}

.wpb_accordion_section .ui-accordion-header-active a {
	color: #3b454f;
}

.ui-accordion-header span:before,
.ui-accordion-header-active span:before {
	color: #606b78;
	content: "\f067" !important;
	display: inline-block;
	font-family: FontAwesome !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: normal !important;
	height: auto !important;
	line-height: 1;
	padding-right: 10px;
	width: auto !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	background: none !important;
	border: none !important;
}

.ui-accordion-header-active span:before {
	color: #3b454f;
	content: "\f068" !important;
}

.wpb_alert p:first-child,
#content .wpb_alert p:first-child,
.wpb_text_column p:first-child,
.wpb_text_column *:first-child,
#content .wpb_text_column p:first-child,
#content .wpb_text_column *:first-child,
.wpb_raw_code p:first-child,
.wpb_raw_code *:first-child,
#content .wpb_raw_code p:first-child,
#content .wpb_raw_code *:first-child,
.wpb_toggle_content p:first-child {
	margin-top: 0 !important;
}

.wpb_text_column p,
.wpb_raw_code p {
	margin-bottom: 30px !important;
}

.wpb_text_column p:last-child,
.wpb_raw_code p:last-child {
	margin-bottom: 0 !important;
}

/* separator */
.vc_separator .vc_sep_holder .vc_sep_line {
	height: 2px !important;
}

.vc_separator h2,
.vc_separator h3,
.vc_separator h4,
.vc_separator h5,
.vc_separator h6 {
	display: table-cell;
	padding-bottom: 0;
	padding-left: 0.8em;
	padding-right: 0.8em;
	white-space: pre;

}

.vc_separator_align_left h2,
.vc_separator_align_left h3,
.vc_separator_align_left h4,
.vc_separator_align_left h5,
.vc_separator_align_left h6 {
	padding-left: 0;
}

.vc_separator_align_right h2,
.vc_separator_align_right h3,
.vc_separator_align_right h4,
.vc_separator_align_right h5,
.vc_separator_align_right h6 {
	padding-right: 0;
}

/* google map */
.google_map {
	max-width: 100%;
}

.google_map img {
	max-width: none;
}

/* staff */
.sd-staff-col {
	margin-bottom: 30px;
}

.sd-staff-content {
	padding: 15px 0;
}

.sd-staff-content h3 {
	font-size: 16px;
	padding-bottom: 0;
	text-transform: uppercase;
}

.sd-staff-content h3 a {
	color: #b94b0d;
}

.sd-staff-content h3 a:hover {
	color: #6a2013;
}

.sd-staff-position,
.sd-single-staff-page h4 {
	color: #91a1b4;
	font: normal 11px/13px Montserrat, Tahoma, sans-serif;
	text-transform: uppercase;
}

.sd-staff-position {
	display: block;
}

.sd-email a {
	color: #7d8489;
}

.sd-staff-content i {
	margin-right: 2px;
}

.sd-staff-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sd-staff-icons li {
	float: left;
}

.sd-staff-icons li a {
	border: 1px solid #dbdee2;
	border-width: 0 0 1px 1px;
	color: #929aa2;
	float: left;
	padding: 5px 10px;
}

.sd-staff-icons li:last-child a {
	border-right: 1px solid #dbdee2;
}

.sd-staff-icons li a:hover {
	color: #29af8a;
}

.sd-staff-single-img img {
	height: auto;
	max-width: 100%;
}

.sd-single-staff-page .sd-staff-icons li a {
	border-top: 1px solid #dbdee2;
}

.sd-single-staff-page .sd-staff-icons {
	margin-top: 30px;
}

.sd-single-staff-page {
	margin-bottom: 50px;
	margin-top: 50px;
}

.sd-single-staff-page .sd-entry-title {
	font-size: 24px;
}

.sd-single-staff-page p {
	margin-bottom: 30px;
}

.sd-single-staff-page h4 {
	margin-bottom: 20px;
}

.sd-single-staff-page .sd-email {
	display: block;
	margin-bottom: 10px;
}

.sd-staff-featured .sd-staff-content {
	background-color: #29af8a;
	padding: 20px;
}

.sd-staff-featured h3 a,
.sd-staff-featured .sd-staff-position {
	color: #fff;
}

.sd-staff-featured h3 a:hover {
	color: #fff !important;
}

/* testimonials */

.sd-testimonial {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px 30px;
	position: relative;
}

.sd-open-quote {
	color: #29af8a;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.1875rem;
	font-size: clamp(2.1875rem, 2rem + 0.9375vw, 3.125rem);
	font-weight: bold;
	display: block;
	text-align: center;
}

.sd-testimonial p {
	color: #637285;
	font: italic 18px/27px Karla, Tahoma, sans-serif;
	text-align: center;
}

.sd-testimonial-arrow {
	bottom: -18px;
	color: #fff;
	font-size: 30px !important;
	left: 50%;
	margin-left: -9px;
	position: absolute;
}

.sd-testimonial-author {
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

.sd-testimonial-desc {
	color: #91a1b4;
	display: block;
	font: normal 12px/12px Montserrat, Tahoma, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

/* pricing table */

.sd-pricing-table {
	margin-top: 20px;
	padding: 0 15px;
}

.sd-pricing-table .col-md-3,
.sd-pricing-table .col-md-4,
.sd-pricing-table .col-md-5ths {
	padding: 0;
}

.sd-pricing-column {
	margin-bottom: 30px;
	text-align: center;
}

.sd-pricing-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sd-column-header,
.sd-column-header h3 {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
}

.sd-column-header h3 {
	font-weight: 700;
	padding: 0;
}

.sd-column-header {
	background-color: #1681bb;
	padding: 25px 0;
}

.sd-pricing-column-labels .sd-column-header {
	padding: 40px;
}

.sd-pricing-column-labels .sd-column-header h3 {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	padding: 0;
}

.sd-pricing-column-labels .sd-column-header {
	background-color: #64757f;
}

.sd-pricing-column-labels .sd-column-header {
	margin-top: 68px;
}

.sd-column-title h3 {
	padding: 0;
}

.sd-column-price {
	background-color: #1986c1;
	color: #fff;
	font-size: 2.1875rem;
	font-size: clamp(2.1875rem, 2rem + 0.9375vw, 3.125rem);
	font-weight: 900;
	line-height: 50px;
	padding: 23px 0;
}

.sd-column-price span {
	font-size: 14px;
	font-weight: 400;
}

.sd-column-button a {
	background-color: #1681bb;
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	font-weight: 700;
	padding: 20px 0;
}

.sd-column-featured .sd-column-button a {
	background-color: #51b848;
}

.sd-column-featured .sd-column-header {
	background-color: #4cae44;
}

.sd-column-featured .sd-column-price {
	background-color: #51b848;
}

.sd-column-featured .sd-column-price {
	padding: 33px;
}

.sd-column-featured .sd-pricing-column {
	margin-top: -20px;
}

.sd-column-button a:hover {
	opacity: .8;
}

.sd-column-options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sd-column-options .fa-check {
	color: #51b848;
}

.sd-column-options .fa-times {
	color: #ef1932;
}

.sd-column-options li,
.sd-pricing-column ul li {
	border-left: 1px solid #dee2e5;
	line-height: 50px;
}

.sd-pricing-column-labels .sd-column-options li {
	border: none;
}

.sd-column-options li:nth-child(even),
.sd-pricing-column ul li:nth-child(even) {
	background-color: #f5f7f8;
}

.sd-column-options li:nth-child(odd),
.sd-pricing-column ul li:nth-child(odd) {
	background-color: #eff2f4;
}

.sd-pricing-column-labels .sd-column-options {
	padding: 0;
}

/* slick carousel */

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('framework/fonts/slick.eot');
	src: url('framework/fonts/slick.eot?#iefix') format('embedded-opentype'), url('framework/fonts/slick.woff') format('woff'), url('framework/fonts/slick.ttf') format('truetype'), url('framework/fonts/slick.svg#slick') format('svg');
}

.slick-slider {
	display: block;
	position: relative;

	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;

	-webkit-tap-highlight-color: transparent;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #fff url("framework/images/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	left: 0;
	position: relative;
	top: 0;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

/* Arrows */

/* Dots */
.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	bottom: -80px;
	list-style: none;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 20px;

}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	outline: none;
	padding: 5px;
	width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	color: #8E8479;
}

.slick-dots li button:before {
	left: 0;
	color: #91a1b4;
	content: "•";
	font-family: "slick";
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: #8E8479;
	opacity: 1;
}

/* cf 7 volunteer */

.sd-volunteer {
	background-color: #F3F2F1 !important;
	padding: 30px;
}

.sd-volunteer h4 {
	font-size: 24px;
	margin-bottom: 10px;
}

.sd-volunteer h5 {
	margin-bottom: 40px;
	padding: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.sd-volunteer label {
	font: 700 14px/14px Montserrat, Tahoma, sans-serif;
	text-transform: uppercase;
}

.sd-volunteer input,
.sd-volunteer textarea {
	background-color: #fff;
	border: 1px solid #ccd3dd;
	border-radius: 3px !important;
	padding: 0 10px;
}

.sd-volunteer input {
	height: 38px;
	line-height: 38px;
}

.sd-volunteer textarea {
	height: 100px;
}

.sd-volunteer input:focus,
.sd-volunteer textarea:focus,
.sd-volunteer select:focus {
	border: 1px solid #29af8a;
	outline: none;
}

.sd-volunteer small {
	color: #adb5c0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.sd-volunteer .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}

.sd-half {
	float: left;
	width: 50%;
}

.sd-half-left {
	padding-right: 15px;
}

.sd-volunteer select {
	border: 1px solid #ccd3dd;
	border-radius: 3px;
	height: 38px;
	line-height: 38px;
	width: 100%;
}

.sd-volunteer .wpcf7-submit {
	background-color: #29af8a;
	border: none;
	color: #fff;
	float: right;
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;
	padding: 0 20px;
	text-transform: uppercase;
}

.sd-volunteer .wpcf7-submit:focus {
	border: none;
	outline: none;
}

/* ultimate vc addons */

.aio-icon-title {
	padding-bottom: 0;
}

a.ubtn-link {
	padding: 0;
	margin: 0 !important;
}

/* ------------------------------------------------------------------------ */
/* 15. Responsive
/* ------------------------------------------------------------------------ */

@media (min-width: 1200px) {
	.sd-boxed {
		width: 1200px;
	}

	.sd-staff-icons li a {
		padding: 5px 12px;
	}

	.mc-field-group {
		width: 43%;
	}

	.sd-slider-item-content {
		padding: 19px 30px !important;
	}

	.sd-campaign-slider-item p {
		display: block;
	}

	.sd-slider-item-content .sd-campaign-percent {
		margin-top: 50px;
	}

	.sd-single-campaign-featured p {
		height: auto;
		overflow: visible;
	}

	.sd-raised-button {
		border-right: 1px solid #e8ecf2;
	}

	.sd-single-event .sd-event-data {
		height: 340px;
		padding: 30px 0;
	}

	.sd-single-event .sd-dov,
	.sd-single-event .sd-event-address {
		padding: 0 30px 20px;
	}

	.sd-event-address {
		padding-top: 20px !important;
	}

	.sd-campaign-list-content {
		padding: 30px 30px 21px;
	}
}

/* tablet portrait */
@media (min-width: 768px) and (max-width: 991px) {

	.sd-sticky-header {
		position: relative !important;
	}

	.is-sticky .sd-sticky-header {
		opacity: 1 !important;
	}

	.sd-case-study-item-content-hover p {
		display: none;
	}

	.sd-case-study-item-content-hover {
		width: 100%;
	}

	.sd-responsive-menu-toggle {
		display: inline-block;
	}

	.sd-menu-content {
		display: none;
	}

	.sd-product img {
		width: 100%;
	}

	.sd-testimonial-wrapper {
		margin-bottom: 30px;
	}

	.sd-latest-blog-carousel img {
		width: 100%;
	}

	.sd-event-upcoming {
		margin-bottom: 20px;
	}

	.sd-latest-blog-carousel .col-md-12 {
		margin-bottom: 30px;
	}

	.sd-raised-button {
		border: none;
	}

	.sd-single-event .sd-event-data {
		height: 327px;
	}

}

/* tablet landscape */
@media (min-width: 992px) and (max-width: 1199px) {
	.sd-product img {
		width: 100%;
	}
}

@media only screen and (max-width: 992px) {
	.sd-header-left-options {
		float: none;
		text-align: center;
	}

	ul#mega-menu-top-bar-menu {
		background: #FFF !important;
		padding: 0 25px !important;
		margin: 0 -15px !important;
		box-shadow: 0 2px 5px #000 !important;
	}

	#mega-menu-wrap-top-bar-menu #mega-menu-top-bar-menu>li.mega-menu-item>a.mega-menu-link,
	#mega-menu-wrap-top-bar-menu #mega-menu-top-bar-menu>li.mega-menu-item:first-child>a.mega-menu-link {
		padding: 0 !important;
	}
}

/* phone portrait */
@media (max-width: 767px) {

	.sd-logo-menu {
		height: auto !important;
	}

	.sd-header-top {
		height: auto;
	}

	.sd-logo {
		float: none;
		text-align: center;
		width: 100%;
	}

	.sd-header-left-options {
		float: none;
		text-align: center;
	}

	.sd-header-social {
		float: none;
		text-align: center;
	}

	.sd-header-social a {
		border: none;
		display: inline-block;
		float: none;
	}

	.sd-menu-wrapper {
		margin: 0 !important;
		width: 100%;
	}

	.wpb_row {
		margin: 0;
	}

	.sd-content-wide .sd-more {
		margin-bottom: 20px;
	}

	.sd-nav-previous a,
	.sd-nav-next a {
		padding: 5px 10px;
		margin-bottom: 30px;
	}

	.sd-prev-post a,
	.sd-next-post a {
		font-size: 12px;
		padding: 5px 10px;
	}

	.sd-author-box ul li a {
		margin-bottom: 5px;
	}

	.sd-pagination {
		margin-bottom: 50px;
	}

	.sd-page-top {
		text-align: center;
	}

	.sd-recent-portfolio-item {
		margin-bottom: 30px;
	}

	.sd-boxed {
		width: 100%;
	}

	.sd-staff-col img {
		height: auto;
		width: 100%;
	}

	.sd-sticky-header {
		position: relative !important;
	}

	.is-sticky .sd-sticky-header {
		opacity: 1 !important;
	}

	.sd-author-bio ul {
		float: none;
	}

	.sd-author-bio ul li {
		display: inline-block;
		float: none;
	}

	.sd-left-col .vc_column_container {
		padding-left: 0;
		padding-right: 0;

	}

	.is-sticky .sd-sticky-header {
		box-shadow: none;
		;
	}

	.is-sticky .sd-stick {
		background: none;
	}

	.sd-responsive-menu-toggle {
		display: inline-block;
		padding: 20px 0;
	}

	.wpb_revslider_element .sd-single-shortcode-campaign {
		width: 300px;
	}

	.wpb_revslider_element .sd-single-shortcode-campaign h3 a {
		font-size: 14px !important;
		line-height: 16px !important;
	}

	.wpb_revslider_element .sd-single-shortcode-campaign .sd-featured-label,
	.wpb_revslider_element .sd-slider-item-content .sd-featured-label {
		font-size: 10px !important;
		padding: 5px !important;
	}

	.wpb_revslider_element .sd-single-shortcode-campaign .sd-days-left,
	.wpb_revslider_element .sd-slider-item-content .sd-days-left,
	.wpb_revslider_element .sd-campaign-excerpt p {
		font-size: 10px !important;
	}

	.wpb_revslider_element .sd-campaign-excerpt p {
		line-height: 14px !important;
	}

	.wpb_revslider_element .sd-single-shortcode-campaign .sd-raised span,
	.wpb_revslider_element .sd-single-shortcode-campaign .sd-goal span {
		font-size: 10px !important;
	}

	.wpb_revslider_element .sd-donate-button,
	.wpb_revslider_element .sd-donate-button:hover {
		font-size: 12px !important;
		height: 30px !important;
		line-height: 30px !important;
		padding: 0 10px !important;
	}

	.wpb_revslider_element .sd-single-shortcode-campaign .sd-raised,
	.wpb_revslider_element .sd-single-shortcode-campaign .sd-goal,
	.wpb_revslider_element .sd-campaign-list-content .sd-raised,
	.wpb_revslider_element .sd-campaign-list-content .sd-goal {
		font-size: 14px !important;
		line-height: 18px !important;
	}

	.sd-campaign-modal,
	.sd-minicart-modal {
		max-width: 300px;
		padding: 40px 20px 20px;
	}

	.sd-campaign-modal .atcf_custom_price_wrap input,
	.sd-sidebar-widget .atcf_custom_price_wrap input {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		margin-bottom: 10px;
		width: 206px;
	}

	.sd-modal-custom-amount-title {
		line-height: 16px;
	}

	button.ubtn {
		float: none;
	}

	.sd-event-upcoming,
	.sd-testimonial-wrapper {
		margin-bottom: 20px;
	}

	.sd-event-upcoming h3 {
		line-height: 20px;
	}

	.sd-newsletter-desc p {
		margin-bottom: 10px;
	}

	.sd-newsletter .mc-field-group {
		margin-bottom: 10px;
		float: none;
		width: 100%;
	}

	.sd-copyright {
		text-align: center;
	}

	.sd-copyright-text {
		display: block;
		margin-bottom: 20px;
	}

	.sd-footer-menu {
		float: none;
	}

	.sd-footer-menu ul {
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.sd-footer-menu ul li {
		display: inline-block;
		float: none;
	}

	.sd-footer-sidebar-1,
	.sd-footer-sidebar-2,
	.sd-footer-sidebar-3,
	.sd-footer-sidebar-3-last,
	.sd-footer-sidebar-4 {
		padding-top: 30px;
	}

	.sd-prev-post {
		border: none;
	}

	.sd-related-posts .col-md-4 {
		margin-bottom: 20px;
	}

	.sd-author-photo {
		float: none;
		margin: 0 0 20px;
	}

	.sd-author-avatar {
		margin-right: 10px;
	}

	.sd-author-avatar img {
		height: auto;
		width: 50px;
	}

	.sd-comments .children {
		margin-left: 20px;
	}

	.sd-sidebar-widget .atcf_custom_price_wrap input {
		width: 175px;
	}

	.sd-respond-inputs input,
	.sd-respond-textarea textarea {
		max-width: 100%;
	}

	#respond {
		padding: 20px;
		margin-bottom: 30px;
	}

	.sd-theme #edd_checkout_cart td,
	.sd-theme #edd_checkout_cart th {
		padding: 10px;
	}

	.sd-woo .woocommerce-tabs .tabs li {
		float: none;
	}

	.sd-woo .woocommerce-tabs .tabs li a {
		margin-bottom: 2px;
		width: 100%;
	}

	.sd-product img {
		width: 100%;
	}

	.sd-woo .woocommerce-tabs .panel {
		padding: 20px;
	}

	.sd-woo #respond input,
	.sd-woo #respond textarea {
		max-width: 100%;
	}

	.sd-result-count-ordering {
		text-align: center;
	}

	.woocommerce-result-count {
		float: none;
		margin-bottom: 20px;
		text-align: center;
	}

	.woocommerce-ordering {
		float: none;
	}

	.sidr {
		z-index: 1000;
	}

	.sd-remove-from-cart {
		right: 15px;
	}

	.sd-cart .product-price,
	.sd-cart .product-quantity {
		display: none;
	}

	.sd-cart .coupon input[type="text"] {
		margin-bottom: 10px;
		width: 100%
	}

	.sd-cart-totals .checkout-button {
		margin-bottom: 10px;
	}

	.sd-form-checkout .payment_method_paypal img {
		margin: 0;
		max-width: 100%;
	}

	.sd-circle-wrap {
		margin-bottom: 20px;
		margin-top: 20px;
		position: relative;
		top: 0;
	}

	.sd-raised-button {
		border: none;
	}

	.sd-single-campaign-featured .sd-donate-button {
		padding: 10px;
	}

	.sd-backer {
		margin-bottom: 20px;
	}

	.sd-countdown {
		margin-top: 20px;
	}

	.sd-countdown .ult_countdown-amount {
		font-size: 16px !important;
		min-width: 30px !important;
	}

	.sd-slider-item-content {
		padding: 30px !important;
	}

	.sd-latest-blog-carousel img {
		width: 100%;
	}

	.sd-single-campaign-featured .col-md-4,
	.sd-single-campaign-featured .col-md-2 {
		margin-bottom: 10px;
		text-align: center !important;
	}

	.sd-left-col .sd-padding-right-none {
		padding-right: 15px !important;
	}

	.sd-left-col .sd-padding-left-none {
		padding-left: 15px !important;
	}

	.sd-padding-right-none .sd-entry-thumb {
		margin-bottom: 0;
	}

	.sd-single-event .sd-event-data {
		height: auto;
		margin-bottom: 20px;
		text-align: center;
	}

	.sd-single-event .sd-dov i,
	.sd-single-event .sd-event-address i {
		float: none;
		margin: 0 5px 0 0;
	}

	.sd-single-event .ult_countdown-section {
		border: none;
		margin: 0 !important;
		padding: 10px !important;
	}

	.sd-single-event .sd-countdown .ult_countdown-amount {
		font-size: 16px !important;
		margin: 0 !important;
	}

	.sd-single-event .sd-countdown {
		margin-bottom: 20px;
		padding: 0;
	}

	.sd-single-event .col-md-8 {
		margin-bottom: 30px;
	}

	.sd-staff-icons {
		margin-bottom: 20px;
	}

	.sd-header-extra {
		margin-bottom: 30px;
		text-align: center;
	}

	.sd-header-extra,
	.sd-header-extra-email,
	.sd-header-extra-phone {
		float: none;
		width: 100%;
	}

	.sd-header-extra-phone,
	.sd-header-extra-email {
		border: none;
		margin: 0 0 20px;
		padding: 0;
	}

	.sd-header-extra i,
	.sd-header-extra span,
	.sd-header-extra span.fa {
		display: block;
		float: none;
		margin: 0 0 10px;
	}

	.atcf-login .login-username,
	.atcf-login .login-password,
	.atcf-register-name,
	.atcf-register-email,
	.atcf-register-username,
	.atcf-register-password,
	.atcf-profile-info-first-name,
	.atcf-profile-info-url,
	.atcf-profile-info-twitter,
	.atcf-profile-info-facebook,
	.atcf-profile-info-googleplus,
	.atcf-profile-info-linkedin,
	.atcf-profile-info-bio,
	.sd-theme .login-username,
	.sd-theme .login-password,
	#edd_checkout_form_wrap input.edd-input,
	#edd_checkout_form_wrap textarea.edd-input {
		width: 100%;
	}

	.atcf-login .login-username,
	.atcf-register-name,
	.atcf-register-username,
	.atcf-profile-info-first-name,
	.atcf-profile-info-twitter,
	.atcf-profile-info-googleplus,
	.atcf-profile-info-bio,
	.sd-theme .login-username {
		padding: 0;
	}

	.sd-main-404 {
		font-size: 100px;
		line-height: 100px;
	}

	.sd-404-sidebar-widget {
		margin-bottom: 20px;
	}

	.sd-404-text .sd-more {
		margin-top: 20px;
	}

	.sd-event-thumb img {
		width: 100%;
	}

	.ubtn-left,
	.ubtn-right {
		float: none !important;
	}

	.sd-margin-none-mobile {
		margin: 0 !important;
	}

	.sd-margin-none-mobile .ult-content-box {
		margin: 0 !important;
	}

	.sd-transparent-bg-mobile {
		position: relative;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sd-staff-col {
		display: inline-block;
		margin-right: -4px;
		vertical-align: top;
		width: 33.3333%;
	}

	.sd-staff-col+.clearfix {
		display: none;
	}
}

/* phone landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.sd-staff-col {
		display: inline-block;
		margin-right: -3px;
		vertical-align: top;
		width: 50%;
	}

	.sd-product img,
	.sd-campaign-thumb img {
		width: 100%;
	}

}

@media only screen and (max-width: 1024px) {
	.basket-home {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.sd-extra-button {
		margin: 8px 0px;
	}

	.sd-slider-item-content {
		margin-top: -40px;
	}

	.tab ul {
		margin-left: 0;
		padding-left: 0em;
		text-indent: 0em;
	}

	.feature-btn {
		padding: 15px 30px;
		float: left;
		width: 100%;
	}

	.pad-mobile {
		padding-left: 14px;
		padding-right: 14px;
	}

	.volunteer-home {
		background-position: right top;
		height: 470px;
	}

	.ubtn-ctn-right {
		float: left !important;
		padding-top: 20px !important;
	}

	.basket-home {
		width: 100%;
	}

	.volunteer-radius {
		width: 92%;
		margin: 0 auto;
	}

}

/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */

button.print-calendar {
	background-color: #666;
	background-image: none;
	border-radius: 3px;
	border: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: normal;
	padding: 6px 9px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	zoom: 1;
}

button.print-calendar:hover,
button.print-calendar:focus {
	background-color: #ddd;
	color: #444;
	text-decoration: none;
}

/**** EDITS BY UPTOWN STUDIOS ****/
article.page .container {
	width: calc(100% - 30px);
	max-width: 1170px;
}

li.slick-active span {
	color: black !important;
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-warning:focus,
.vc_btn3.vc_btn3-color-warning:hover,
._df_button:hover,
._df_button:focus {
	background-color: #6a2013 !important;
}

button.ubtn:hover,
button.ubtn:focus {
	background: #6a2013 !important;
	color: #FFF !important;
}

button.ubtn:hover *,
button.ubtn:focus * {
	color: #FFF !important;
}

button.ubtn .ubtn-hover {
	display: none !important;
}

.sd-more {
	background: #6a2013;
	color: #FFF !important;
	margin-top: 25px;
}

.sd-more:hover {
	opacity: 1 !important;
}

input#mc-embedded-subscribe:hover,
input#mc-embedded-subscribe:focus {
	background: #6a2013;
	opacity: 1 !important;
}

.vc_btn3.vc_btn3-color-warning,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat,
.bs-btn.bs-btn-orange {
	background-color: #b94b0d;
	font-weight: 700;
	font-family: Montserrat, Tahoma, sans-serif;
}

span.screen-reader-text {
	color: #000 !important;
}

.sd-right-col .list-info span,
.sd-right-col .list-info .tribe-country-name {
	color: #000;
}

.sd-entry-content .tribe-events-notices ul {
	color: #000;
	margin-bottom: 0 !important;
}

.single-ambassador .sd-entry-meta ul li.sd-meta-category {
	display: none;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	color: #000;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd a {
	color: #6a2013;
	text-decoration: underline;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd abbr {
	text-decoration: none;
}

h1.tribe-events-page-title {
	text-transform: uppercase;
	font-weight: 900;
	text-align: left;
}

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
	color: #6a2013;
}

.tribe-events-calendar th,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #b94b0d;
	color: #fff;
}

#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
	border: 1px solid #b94b0d;
}

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
	padding: 10px;
}

.tribe-events-tooltip .tribe-events-event-body {
	padding: 0;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
}

.sd-respond-inputs input,
.sd-respond-textarea textarea {
	border-color: #b94b0d;
}

@media only screen and (max-width: 767px) {
	.hours-and-location-map {
		margin-left: -15px;
		margin-right: -15px;
	}

	article.page .container {
		/*width: 100%;*/
	}
}

/**** END EDITS BY UPTOWN ****/
.df-container.df-floating.df-controls-bottom {
	background-color: rgba(243, 242, 241, .95) !important;
}

.df-lightbox-wrapper {
	background: none;
}

.df-lightbox-close.df-ui-btn.ti-close {
	background: #c15027;
	color: white;
}

._df_button {
	background: #c15027;
	border: 0;
	font-family: 'Montserrat';
	font-weight: 800;
	padding: 10px 20px;
	text-transform: uppercase;
}

._df_button:hover {
	opacity: .85;
}

.entry-content ul.slick-dots {
	list-style: none !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	padding: 10px 0 0 0 !important;
}

.tribe-events-title a,
.sd-right-col .widget a {
	color: #672013 !important;
	margin-bottom: 0 !important;
}

.tribe-events-title a:hover,
.sd-right-col .widget a:hover,
.tribe-events-title a:focus,
.sd-right-col .widget a:focus {
	text-decoration: underline;
}

.sd-sidebar-widget a,
.sd-right-col .widget a {
	color: #672013 !important;
}

h2.tribe-events-title {
	margin-bottom: 0px !important;
	padding-bottom: 0;
}

.sd-sidebar-widget-title {
	color: #672013;
}

html p.sd-text-background {
	background: none;
	color: #6a2013 !important;
	font-size: 28px !important;
	line-height: 1 !important;
	margin: 0 0 10px 0;
	padding: 0;
}

html span.sd-featured-label {
	background: none !important;
	color: #6a2013 !important;
	font-size: 18px !important;
	line-height: 1 !important;
	padding: 0 !important;
}

i.fa.fa-paypal,
i.fa.fa-cc-visa,
i.fa.fa-cc-amex,
i.fa.fa-cc-discover,
i.fa.fa-cc-mastercard {
	font-size: 40px;
}

.hide-for-now {
	display: none;
	visibility: hidden;
	speak: none;
}

/*.entry-content p + ul,*/
/*.entry-content p + ol {*/
/*    margin-top: -24px !important;*/
/*}*/
.sd-entry-content ul,
.entry-content ul {
	margin-bottom: 24px !important;
	list-style: disc outside;
	margin-left: 20px;
}

.footer-logo {
	width: 200px;
	height: auto;
	margin: 10px 0;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
	#mega-menu-wrap-top-bar-menu #mega-menu-top-bar-menu>.mega-menu-item>.mega-menu-link {
		padding-right: 0;
		font-size: 12px;
	}

	.sd-logo {
		float: none;
		text-align: center;
		width: 100%;
		display: block;
	}

	.sd-header-extra {
		margin-bottom: 30px;
		text-align: center !important;
		float: left;
		width: 100%;
	}

	.sd-header-extra-phone {
		border-left: 0;
		float: none;
		margin-left: 0;
		padding-left: 0;
		margin-bottom: 20px;
		text-align: center !important;
	}

	.sd-header-extra-desc,
	.sd-header-extra i,
	.sd-header-extra span.fa {
		float: none;
		text-align: center;
		display: block;
	}
}

@media only screen and (max-width: 992px) {
	.sd-header-social {
		float: none;
		text-align: left;
		width: calc(100% - 125px);
		position: absolute;
		top: 0;
		height: 42px;
	}

	.sd-header-social a {
		height: 42px !important;
		line-height: 42px !important;
		display: inline-block;
		vertical-align: top;
	}

	a.sd-extra-button {
		margin: 0 5px 10px;
	}
}

button.print-calendar {
	background-color: #666;
	background-image: none;
	border-radius: 3px;
	border: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: normal;
	padding: 6px 9px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	zoom: 1;
	float: right;
}

button.print-calendar:hover,
button.print-calendar:focus {
	background-color: #ddd;
	color: #444;
	text-decoration: none;
}

/*a.tribe-events-ical {*/
/*  margin-bottom: 10px;*/
/*}*/
.sd-entry-content p+ul,
.sd-entry-content p+ol {
	margin-top: -26px;
}

@media only print {

	.post-type-archive-tribe_events header#sd-header,
	.post-type-archive-tribe_events .sd-page-top.clearfix,
	.post-type-archive-tribe_events .col-md-4,
	.post-type-archive-tribe_events .sd-boxed-footer,
	button.print-calendar,
	a.tribe-events-ical,
	div#tribe-events-bar {
		display: none !important;
	}
}

.sd-staff h3 {
	text-transform: capitalize;
	line-height: 1.1;
	margin-top: -10px
}

img.attachment-sd-blog-thumbs.size-sd-blog-thumbs.wp-post-image {
	display: none;
}

.dentalimage {
	width: 100% !important;
	height: auto !important;
}

/**** PDF FLIPBOOK STYLES ****/
.flipbook-wrapper .sd-centered-wrapper .wpb_column.vc_column_container.vc_col-sm-12 {
	padding: 0;
}

.flipbook-wrapper ._df_book.df-container {
	min-height: 500px !important;
}

.flipbook-wrapper .df-ui-btn.df-ui-outline.ti-menu-alt {
	display: none;
}

/**** NEW PORTALS STYLES ****/
.bs-btn {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 11px 13px;
	line-height: 1;
	background: #000;
	border-radius: 4px;
	display: inline-block;
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}

.bs-btn-orange {
	background: #FF9900;
}

.bs-btn-orange:hover,
.bs-btn-orange:focus {
	background: #6a2013;
	color: #FFF;
}

.bs-btn-white {
	background: #FFFFFF;
	color: #6a2013 !important;
}

.bs-btn-white:hover,
.bs-btn-white:focus {
	background: #6a2013;
	color: #FFF !important;
}

.new-portals-wrapper .wpb_column.vc_column_container.vc_col-sm-4 {
	padding-top: 0;
}

.new-portal img {
	margin-bottom: -31px !important;
	width: 100%;
	height: auto;
}

.new-portal-inner {
	background: #c5500e;
	padding: 20px;
}

.new-portal-inner * {
	color: #FFF;
}

.new-portal-inner h3 {
	font-family: Open Sans, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 40px;
	position: relative;
	padding-left: 44px;
}

.new-portal-inner h3 i,
.new-portal-inner h3 span[class*="icomoon"],
.new-portal-inner h3 span.snahc-vision-new-vision-icon {
	font-size: 40px;
	color: #eca55d;
	position: absolute;
	left: -2px;
}

.new-portal-inner h3 i.snahc-vision-new-vision-icon,
.new-portal-inner h3 span.snahc-vision-new-vision-icon {
	padding: 3px 5px;
	box-sizing: border-box;
	font-size: 34px !important;
	margin-left: -2px;
}

@media only screen and (min-width: 768px) {
	html .new-portals-wrapper-row-1 {
		margin-bottom: 30px !important;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.new-portal-inner h3 {
		line-height: 1.1;
		position: relative;
		padding-left: 44px;
		min-height: 48px;
	}
}

.uvc-sub-heading.ult-responsive>p:first-of-type {
	display: none;
}

p.sd-text-background.specialprograms {
	font-weight: 600 !important;
	font-size: 1.25rem !important;
}

.uvc-sub-heading.ult-responsive {
	margin-bottom: 30px !important;
}

a.sd-extra-button.patient-portal {
	background: #b94b0d;
	color: #FFF;
	transition: all .2s ease-out;
	/*display: none;*/
	/*position: absolute;*/
	/*left: -9999px;*/
	/*speak: none;*/
}

a.sd-extra-button.patient-portal:hover,
a.sd-extra-button.patient-portal:focus {
	background: #6a2013;
	border-color: #6a2013;
}

/**** LAYOUT ADDITIONS ****/
@media (max-width: 991px) {
	.container {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.container {
		width: 100%;
	}
}

/**** ADA EDITS ****/
.home-hero-wrapper .home-hero-cta {
	min-height: 64vh;
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
}

.home-hero-wrapper .vc_column-inner {
	min-height: 500px;
}

.home-hero-wrapper .home-hero-cta p {
	font-family: Montserrat, Tahoma, sans-serif;
	line-height: 1.1;
	margin-bottom: 0 !important;
	color: #FFF;
	font-size: 2.1875rem;
	font-size: clamp(2.1875rem, 2rem + 0.9375vw, 3.125rem);
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
}

.home-hero-wrapper .home-hero-cta a.bs-btn {
	font-size: 18px;
	text-shadow: none;
}

.vc_btn3-container.mont .vc_btn3 {
	background: #6a2013;
	font-weight: 700;
}

form#commentform label {
	position: absolute;
	left: -9999px;
	height: 1px;
	width: 1px;
}

@media only screen and (min-width: 768px) {
	.new-portals-wrapper.new-portals-wrapper-row-1 {
		margin-top: -90px !important;
	}
}

@media only screen and (max-width: 767px) {
	.new-portals-wrapper.new-portals-wrapper-row-1 {
		margin-top: 0 !important;
	}
}

/**** ADA HELPER PLUGIN STYLES ****/
.a11y-toolbar ul {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
}

.a11y-toolbar ul li button {
	background: #b94b0d;
	border-top: 1px solid #b94b0d;
	border-right: 1px solid #b94b0d;
	border-bottom: 0;
	color: #FFF !important;
	padding: 10px !important;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.a11y-toolbar ul li button:hover,
.a11y-toolbar ul li button:focus {
	color: #b94b0d !important;
}

.a11y-toolbar ul li button.active,
.a11y-toolbar ul li button.active:hover,
.a11y-toolbar ul li button.active:focus {
	color: #FFF !important;
}

.a11y-toolbar ul li:first-child button {
	border-bottom: 1px solid #6a2013;
}

.a11y-toolbar ul li button span:before {
	font-size: 20px !important;
}

.a11y-toolbar ul li:last-child button {
	border-bottom: 1px solid #6a2013;
}

.a11y-toolbar ul li:last-child button span:before {
	bottom: 2px;
	position: relative;
}

/**** ADA FONTSIZE STYLES ****/
html.fontsize a[href*=mailto] {
	word-break: break-all;
}

html.fontsize #mega-menu-wrap-top-bar-menu #mega-menu-top-bar-menu>li.mega-menu-item>a.mega-menu-link {
	font-size: 17px;
}

html.fontsize #mega-menu-wrap-top-bar-menu #mega-menu-top-bar-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-size: 16px;
}

html.fontsize .container,
html.fontsize .max-width-twelve-hundred {
	max-width: 1400px;
	width: calc(100% - 30px);
}

html.fontsize .sd-header-top {
	height: auto;
}

html.fontsize .sd-header-left-options {
	float: none;
}

html.fontsize .sd-header-social {
	float: none;
	display: block;
	position: relative;
	/*text-align: right;*/
	width: 100%;
}

html.fontsize .sd-header-social a {
	display: inline-block;
	float: none;
	font-size: 26px;
	margin-left: 20px;
}

html.fontsize .sd-header-social a:first-of-type {
	margin-left: 0;
}

html.fontsize .sd-header-extra a.sd-extra-button {
	font-size: 18px;
}

html.fontsize .sd-header-extra-phone span.sd-header-extra-desc span {
	font-size: 16px !important;
}

html.fontsize .sd-header-extra-phone span.sd-header-extra-desc span.sd-header-ph-number {
	font-size: 20px !important;
}

html.fontsize .sd-header-extra {
	margin-top: 20px;
}

html.fontsize .sd-header-extra-phone {
	float: none;
	text-align: right;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	position: relative;
}

html.fontsize .sd-header-extra span.sd-header-extra-desc {
	width: calc(100% - 40px);
	float: none;
}

html.fontsize .home-hero-wrapper .home-hero-cta a.bs-btn {
	font-size: 24px !important;
}

html.fontsize .home-hero-wrapper .wpb_text_column.home-hero-cta p {
	font-size: 2.1875rem;
	font-size: clamp(2.1875rem, 2rem + 0.9375vw, 3.125rem) !important;
}

html.fontsize .home-hero-wrapper .home-hero-cta {
	max-width: 1400px !important;
}

html.fontsize .sd-page-top h1,
html.fontsize h1 {
	font-size: 40px !important;
}

html.fontsize .new-portal-inner h3,
html.fontsize h3,
html.fontsize .uvc-main-heading.ult-responsive h3,
html.fontsize .sd-newsletter-desc h3 {
	font-size: 26px !important;
}

html.fontsize h4 {
	font-size: 24px !important;
}

html.fontsize .vc_grid-item-mini p,
html.fontsize .wpb_text_column p,
html.fontsize .wpb_text_column span,
html.fontsize .wpb_text_column li,
html.fontsize .wpb_text_column a,
html.fontsize .wpb_raw_code p,
html.fontsize .wpb_raw_code span,
html.fontsize .wpb_raw_code li,
html.fontsize .wpb_raw_code a,
html.fontsize .new-portal-inner p,
html.fontsize .sd-newsletter p,
html.fontsize input[type="text"],
html.fontsize input[type="email"],
html.fontsize textarea,
html.fontsize .sd-entry-content,
html.fontsize aside.sd-entry-meta ul li,
html.fontsize aside.sd-entry-meta ul li a,
html.fontsize .tribe-bar-disabled #tribe-bar-form label,
html.fontsize .tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text],
html.fontsize #tribe-bar-views-toggle,
html.fontsize .single-tribe_events .tribe-events-event-meta dl,
html.fontsize .vc_toggle_content p,
html.fontsize .vc_toggle_content span,
html.fontsize .vc_toggle_content li,
html.fontsize .vc_toggle_content a {
	font-size: 20px !important;
	line-height: 1.5 !important;
}

html.fontsize .bs-button,
html.fontsize .bs-btn,
html.fontsize .vc_btn3-container.mont .vc_btn3,
html.fontsize .feature-btn,
html.fontsize .sd-more,
html.fontsize button.ubtn,
html.fontsize .sd-newsletter input[type="submit"],
html.fontsize #tribe-events .tribe-events-button,
html.fontsize .tribe-events-button,
html.fontsize ._df_button {
	font-size: 18px !important;
}

html.fontsize #tribe-bar-views-toggle:after {
	top: 18px;
	right: 10px;
}

html.fontsize button.print-calendar {
	font-size: 18px !important;
	margin-top: 5px;
}

html.fontsize p.sd-text-background {
	font-size: 36px !important;
}

html.fontsize .uvc-sub-heading.ult-responsive {
	font-size: 30px !important;
	line-height: 1.5 !important;
}

html.fontsize .footer-btn {
	font-size: 18px !important;
	width: auto;
	max-width: 200px;
}

html.fontsize .sd-footer-widget-title {
	font-size: 24px;
}

html.fontsize .sd-footer-widgets p,
html.fontsize .sd-footer-widgets span,
html.fontsize .sd-footer-widgets li,
html.fontsize .sd-footer-widgets a {
	font-size: 18px !important;
	line-height: 1.5;
}

html.fontsize .sd-footer-widgets .sd-social-icons-widget span.fa {
	font-size: 28px !important;
}

html.fontsize .sd-slider-item-content span.sd-featured-label {
	font-size: 28px !important;
}

html.fontsize .sd-slider-item-content h3 {
	font-size: 22px !important;
	line-height: 1.5;
}

html.fontsize .sd-slider-item-content p {
	font-size: 20px !important;
	line-height: 1.5;
}

html.fontsize .sd-slider-item-content {
	height: auto !important;
}

html.fontsize .sd-donate-button-wrapper {
	margin-top: 0;
}

html.fontsize .sd-donate-button-wrapper a {
	display: inline-block;
	width: auto;
}

html.fontsize .uvc-sub-heading.ult-responsive {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

html.fontsize .sd-copyright {
	font-size: 18px !important;
}

html.fontsize #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title,
html.fontsize .tribe-events-tooltip .tribe-events-event-body {
	font-size: 20px !important;
}

html.fontsize .tribe-events-calendar div[id*=tribe-events-daynum-],
html.fontsize .tribe-events-calendar div[id*=tribe-events-daynum-] a,
html.fontsize li.tribe-events-nav-next a,
html.fontsize li.tribe-events-nav-previous a {
	font-size: 18px !important;
}

html.fontsize .sd-sidebar-widget h2.sd-sidebar-widget-title {
	font-size: 24px !important;
	line-height: 1.5;
}

html.fontsize .tribe-events-meta-group .tribe-events-single-section-title,
html.fontsize .sd-right-col .tribe-mini-calendar-event .list-info h2 {
	font-size: 22px !important;
	line-height: 1.5;
}

html.fontsize .sd-right-col .tribe-mini-calendar-event .list-info div {
	font-size: 18px !important;
	line-height: 1.5;
}

html.fontsize .tribe-mini-calendar-event .list-date .list-dayname,
html.fontsize #tribe-events-content table.tribe-events-calendar {
	font-size: 16px !important;
}

html.fontsize .tribe-mini-calendar-event .list-date .list-daynumber {
	font-size: 22px !important;
}

html.fontsize .events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	padding: 0;
	margin: 0;
}

@media only screen and (min-width: 1201px) {
	html.fontsize .sd-header-extra span.fa {
		float: none;
		position: absolute;
		margin-left: -40px;
		font-size: 40px;
	}
}

@media only screen and (max-width: 1200px) {
	html.fontsize .sd-header-extra span.sd-header-extra-desc {
		width: 100%;
		text-align: center;
	}

	html.fontsize .sd-header-extra span.fa.fa-phone {
		margin-right: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 992px) {
	html.fontsize .sd-header-social {
		width: auto;
		float: none;
		display: inline-block;
		transform: translateY(-100%);
	}

	html.fontsize .sd-header-top {
		height: 50px;
	}

	#mega-menu-wrap-top-bar-menu #mega-menu-top-bar-menu {
		z-index: 10;
	}

	html.fontsize #mega-menu-wrap-top-bar-menu #mega-menu-top-bar-menu>li.mega-menu-item>a.mega-menu-link {
		font-size: 20px !important;
	}
}

/**** ADA CONTRAST STYLES ****/
body.contrast ::-webkit-input-placeholder {
	color: #FFF !important;
}

body.contrast ::-moz-placeholder {
	color: #FFF !important;
}

body.contrast :-ms-input-placeholder {
	color: #FFF !important;
}

body.contrast :-moz-placeholder {
	color: #FFF !important;
}

body.contrast span.beige,
body.contrast .sd-header-ph-number,
html body.contrast p.sd-text-background,
html body.contrast span.sd-featured-label,
body.contrast .sd-newsletter-desc p {
	color: #FFF !important;
}

body.contrast button,
body.contrast .bs-button,
body.contrast .bs-btn,
body.contrast .vc_btn3-container.mont .vc_btn3,
body.contrast .feature-btn,
body.contrast .sd-more,
body.contrast button.ubtn,
body.contrast .sd-newsletter input[type="submit"],
body.contrast #tribe-events .tribe-events-button,
body.contrast .tribe-events-button,
body.contrast ._df_button,
body.contrast .sd-header-extra a.sd-extra-button,
body.contrast .footer-btn {
	background: #000 !important;
	border: 2px solid #00FFFF !important;
}

body.contrast button:hover,
body.contrast button:focus,
body.contrast .bs-button:hover,
body.contrast .bs-button:focus,
body.contrast .bs-btn:hover,
body.contrast .bs-btn:focus,
body.contrast .vc_btn3-container.mont .vc_btn3:hover,
body.contrast .vc_btn3-container.mont .vc_btn3:focus,
body.contrast .feature-btn:hover,
body.contrast .feature-btn:focus,
body.contrast .sd-more:hover,
body.contrast .sd-more:focus,
body.contrast button.ubtn:hover,
body.contrast button.ubtn:focus,
body.contrast .sd-newsletter input[type="submit"]:hover,
body.contrast .sd-newsletter input[type="submit"]:focus,
body.contrast #tribe-events .tribe-events-button:hover,
body.contrast #tribe-events .tribe-events-button:focus,
body.contrast .tribe-events-button:hover,
body.contrast .tribe-events-button:focus,
body.contrast ._df_button:hover,
body.contrast ._df_button:focus,
body.contrast .sd-header-extra a.sd-extra-button:hover,
body.contrast .sd-header-extra a.sd-extra-button:focus,
body.contrast .footer-btn:hover,
body.contrast .footer-btn:focus {
	background: #400000 !important;
	border: 2px solid #00FFFF !important;
}

body.contrast .vc_toggle_size_sm.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
	background: #00FFFF !important;
}

body.contrast .sd-newsletter-desc h3 {
	color: #50d0a0 !important;
}

body.contrast input[type="text"],
body.contrast input[type="email"],
body.contrast textarea,
body.contrast .tribe-mini-calendar-event .list-date {
	border: 2px solid #00FFFF !important;
}

body.contrast input[type="text"],
body.contrast input[type="email"],
body.contrast textarea {
	color: #FFF !important;
}

body.contrast .vc_grid .vc_grid-item-mini a.vc_gitem-link {
	background-image: inherit !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

body.contrast .home-hero-wrapper .wpb_wrapper,
body.contrast .home-hero-wrapper .wpb_wrapper div {
	background: none !important;
}

body.contrast .home-hero-wrapper .wpb_wrapper div {
	text-align: left;
}

body.contrast .home-hero-wrapper .wpb_wrapper p {
	display: block;
	padding: 0 15px 15px;
}

.container {
	margin: auto !important;
}

._df_button {
	background: #c15027;
	border: 0;
	font-family: 'Montserrat';
	font-weight: 800;
	padding: 10px 20px;
	text-transform: uppercase;
}

#title-block.no-bkg-img {
	background-color: #b94b0d;
	color: #fff
}

#title-block.no-bkg-img h1 {
	background-color: #b94b0d;
	color: #fff;
	text-transform: uppercase;
}

/* Footer */
.wp-block-button__link.has-white-background-color {
	border: 1px solid #fff;
	border-radius: .25rem;
	font-weight: 600;
	letter-spacing: 0
}

.wp-block-button__link.has-white-background-color:hover {
	background: var(--wp--preset--color--secondary) !important;
	border: 1px solid var(--wp--preset--color--secondary) !important;
	color: #fff !important;
}

.sd-logo-menu {
	height: 130px;
}

body {
	font-family: "Open Sans";
	color: #48392b;
	opacity: 1;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}

.wf-loading body {
	opacity: 0;
}

.ie.wf-loading body {
	visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #6a2013;
	opacity: 1;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6 {
	opacity: 0;
}

.ie.wf-loading h1,
.ie.wf-loading h2,
.ie.wf-loading h3,
.ie.wf-loading h4,
.ie.wf-loading h5,
.ie.wf-loading h6 {
	visibility: hidden;
}

.sd-menu-nav,
.sd-top-bar-nav {
	font-family: Montserrat;
	opacity: 1;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}

.wf-loading .sd-menu-nav,
.wf-loading .sd-top-bar-nav {
	opacity: 0;
}

.ie.wf-loading .sd-menu-nav,
.ie.wf-loading .sd-top-bar-nav {
	visibility: hidden;
}

.sd-page-top h2 {
	font-family: Montserrat;
	line-height: 24px;
	font-weight: 400;
	color: #ffffff;
	font-size: 24px;
	opacity: 1;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}

.wf-loading .sd-page-top h2 {
	opacity: 0;
}

.ie.wf-loading .sd-page-top h2 {
	visibility: hidden;
}

a,
a:hover,
.sd-single-shortcode-campaign .sd-raised,
.sd-campaign-list-content .sd-raised,
.sd-carousel-item-content h3 a:hover,
.sd-slider-item-content h3 a:hover,
.sd-event-upcoming h3 a:hover,
.sd-later-events h3 a:hover,
.sd-product-content h3 a:hover,
.sd-woo .star-rating,
.sd-woo-shortcode .star-rating,
.woocommerce .star-rating,
.sd-latest-blog-short .sd-entry-title a:hover,
.sd-footer-widgets .sd-more,
.sd-entry-title a:hover,
.sd-entry-meta a:hover,
.ev-listing-item .sd-more,
.ev-widget .ev-listing-content h3 a:hover,
.sd-sidebar-widget a:hover,
.sd-right-col .widget a:hover,
.sd-sidebar-widget a:hover,
.sd-right-col .widget a:hover,
.sd-right-col .widget_pages .current_page_item a,
.sd-right-col .widget_nav_menu .current_menu_item a,
.sd-right-col .widget_nav_menu .current-menu-item a,
.sd-option-price,
.sd-recent-posts-content h4 a:hover,
.sd_tweets_widget .sd-tweet-content a,
.sd-recent-posts-content h4 a:hover,
.sd-event-btn-bottom .sd-event-button a,
.sd-share-icons ul li a:hover,
.sd-campaign-list-content .sd-donate-button,
.sd-listing-list h3 a:hover,
.sd-campaign-filters a:hover,
.sd-staff-content h3 a:hover,
.sd-campaign-slider .sd-raised,
.sd-campaign-slider .sd-raised,
.sd-single-campaign-featured h3 a:hover,
.widget_products .product_list_widget a:hover .product-title,
.widget_recently_viewed_products .product_list_widget a:hover .product-title,
.widget_top_rated_products .product_list_widget a:hover .product-title,
.widget_recent_reviews .product_list_widget a:hover,
.sd-woo .woocommerce-pagination span.current,
.sd-woo .woocommerce-pagination a.page-numbers:hover,
.sd-single-product-price ins,
.sd-woo .single_variation ins,
.sd-woo .single_variation .price,
.sd-cart .product-name a:hover,
.sd-cart .product-subtotal,
.sd-coupon-button:hover,
.shipping-calculator-form button:hover,
.sd-cart-totals .order-total .amount,
.sd-update-cart:hover,
.sd-woo-login input[type="submit"]:hover,
.sd-coupon-form input[type="submit"]:hover,
.sd-edit-address input[type="submit"]:hover,
.sd-edit-account input[type="submit"]:hover,
.sd-form-login input[type="submit"]:hover,
.sd-lost-pwd input[type="submit"]:hover,
.sd-order-tracking input[type="submit"]:hover,
.sd-form-checkout .order-total .amount,
.sd-form-checkout .product-total .amount,
.sd-form-checkout .cart-subtotal .amount,
.sd-order-details-table .order-total .amount,
.sd-order-details-table .product-total .amount,
.sd-order-details-table tfoot .amount,
.sd-order-details .total .amount,
.sd-theme .edd_cart_amount,
#edd-anon-wrap [type="checkbox"]:checked+span::before,
.sd-agree-terms [type="checkbox"]:checked+span::before,
.sd-theme .edd_terms_links,
.sd-theme .edd_cart_amount,
.sd-header-cart-list h4 a:hover,
.sd-header-cart-content h5 a:hover,
.sd-sidebar-widget .widget_shopping_cart_content .wc-forward:hover,
.sd-sidebar-widget .widget_shopping_cart_content .total .amount,
.sd-prev-post i,
.sd-prev-post a:hover,
.sd-next-post a:hover,
.sd-related-posts h4 a:hover,
.sd-next-post i,
.sd-author-bio h4,
.sd-author-box ul li a:hover,
.sd-comment-author cite,
#mega-menu-wrap-main-header-menu #mega-menu-main-header-menu>li.mega-sd-menu-button>a,
.sd-extra-button,
.sd-header-extra-email a:hover,
.sd-list-style li:before,
.sd-latest-blog-wide .sd-more {
	color: #c5500d;
}

.sd-donate-button,
.sd-custom-url-donate,
.sd-funded,
.sd-funded-line,
.sd-event-upcoming .sd-event-data,
.sd-add-cart a,
.sd-entry-gallery .flexslider:hover .flex-next,
.sd-entry-gallery .flexslider:hover .flex-prev,
.sd-campaign-slider-wrap .flexslider:hover .flex-next,
.sd-campaign-slider-wrap .flexslider:hover .flex-prev,
.sd-single-images .flexslider:hover .flex-next,
.sd-single-images .flexslider:hover .flex-prev,
.sd-footer-sidebar-widget .textwidget input[type="submit"],
.sd-current-page,
#wp-calendar tbody td:hover,
.sd-sidebar-widget .sd-search-button,
.tagcloud a:hover,
.sd-radio-trick input[type="radio"]:checked~div::after,
.sd-campaign-modal a.edd-add-to-cart,
.sd-campaign-modal a.edd_go_to_checkout,
.sd-sidebar-widget a.edd-add-to-cart,
.sd-sidebar-widget a.edd_go_to_checkout,
.sd-sidebar-widget .edd-submit.button.blue,
.sd-campaign-ended h3,
.sd-single-event .sd-event-data,
.sd-campaign-filters .sd-active,
.sd-campaign-filters .sd-active:hover,
.sd-single-campaign-featured .sd-funded-line,
.sd-campaign-single .sd-funded-line,
.sd-staff-featured .sd-staff-content,
.sd-volunteer .wpcf7-submit,
.sd-sidebar-widget .price_slider_amount button,
.sd-sidebar-widget .widget_shopping_cart_content .checkout,
.sd-woo #respond .form-submit input,
.sd-woo .sd-add-to-cart,
.sd-cart-totals .checkout-button,
.sd-checkout-payment input[type="submit"],
.sd-theme #edd-purchase-button,
.sd-theme .edd-submit,
.sd-theme input.edd-submit[type="submit"],
.atcf-login .login-submit input[type="submit"],
.atcf-register-submit input[type="submit"],
.atcf-submit-campaign-submit input[type="submit"],
.sd-theme .login-submit input[type="submit"],
.sd-header-checkout,
.sd-sidebar-widget .price_slider,
.sd-submit-comments,
.wpcf7-submit,
.sd-question-widget i,
.sd-woo .single_add_to_cart_button,
.widget_edd_cart_widget .edd_checkout a {
	background: var(--wp--preset--color--primary);
	border: 1px solid var(--wp--preset--color--primary);
}

.sd-more:hover,
.sd-footer-widgets .sd-more,
.container .sticky,
.ev-listing-item .sd-more,
.sd-event-btn-bottom .sd-event-button a,
.sd-campaign-list-content .sd-donate-button,
.sd-volunteer input:focus,
.sd-volunteer textarea:focus,
.sd-volunteer select:focus,
.sd-minus-button,
.sd-plus-button,
.sd-theme #edd_checkout_form_wrap input.edd-input:focus,
.sd-theme #edd_checkout_form_wrap textarea.edd-input:focus,
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-captchar:focus,
.sd-extra-button,
.sd-theme #edd_checkout_cart a.edd-cart-saving-button:hover,
.sd-latest-blog-wide .sd-more {
	background: var(--wp--preset--color--secondary);
	border: 1px solid var(--wp--preset--color--secondary);
}

.sd-funded:after {
	border-top-color: var(--wp--preset--color--primary);
}

.sd-text-background {
	background: var(--wp--preset--color--secondary);
}

.sd-sidebar-widget,
.sd-right-col .widget,
.sd-author-box,
#respond {
	background-color: #f1f4f8;
}

#sd-header,
.is-sticky .sd-stick,
.sd-transparent-bg-mobile {
	background-color: #ffffff;
}

.sd-header-top {
	background-color: var(--wp--preset--color--primary);
}

.sd-header-top,
.sd-header-top a,
.sd-header-social a i {
	color: #ffffff;
}

.sd-header-social a:hover,
.sd-header-social a:hover i {
	color: #ffffff;
}

.sd-top-bar-nav .sd-search .sd-search-button,
.sd-header-style3 #mega-menu-wrap-main-header-menu .sd-search-button {
	color: #ffffff;
}

.sd-top-bar-nav .sd-search .sd-search-button,
.sd-header-style3 #mega-menu-wrap-main-header-menu .sd-search-button {
	background-color: #a53100;
}

.sd-top-bar-nav .sd-search input,
.sd-header-style3 .sd-search-input {
	background-color: #a53100;
}

.sd-top-bar-nav .sd-search input,
.sd-header-style3 .sd-search-input {
	color: #ffffff;
}

.is-sticky .sd-header-style1 {
	background-color: #ffffff;
}

.sidr {
	background-color: #2a2e30;
}

.sidr li a,
.sidr li a:hover,
.sidr li .sidr-chevron,
.sidr input[type="text"] {
	color: #ffffff;
}

.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {
	background-color: #e2a88c;
}

.sd-responsive-menu-close i {
	color: #e2a88c;
}

.sidr ul,
.sidr ul li {
	border-color: #2f3336;
}

#sd-footer {
	background-color: #706358;
}

.sd-footer-widget-title {
	color: #ffffff;
}

.sd-footer-widget-title {
	background-color: #706358;
}

.sd-footer-sidebar-widget .sd-recent-date,
.sd-footer-sidebar-widget .sd-twitter-widget i,
.sd-footer-sidebar-widget .sd-tweet-content .sd-time-ago {
	color: #ffffff;
}

.sd-footer-widgets .widget_recent_entries li,
.sd-footer-sidebar-widget .sd-recent-posts-widget li {
	border-color: #f0f2f4;
}

.sd-footer-widgets,
.sd-social-icons-widget li {
	color: #ffffff;
}

.sd-footer-widgets a,
.sd-footer-widgets .sd-social-icons-widget a,
.sd-footer-sidebar-widget .sd-recent-posts-content h4 a,
.sd-footer-sidebar-widget .sd-tweet-content a {
	color: #ffffff;
}

.sd-footer-widgets a:hover,
.sd-footer-widgets .sd-social-icons-widget a:hover,
.sd-footer-sidebar-widget .sd-recent-posts-content h4 a:hover,
.sd-footer-sidebar-widget .sd-tweet-content a:hover {
	color: #d3d3d3;
}

.sd-footer-sidebar-widget .textwidget input[type="submit"] {
	background-color: #ffffff;
}

.sd-footer-widgets .sd-more {
	border-color: #ffffff;
}

.sd-footer-widgets .sd-more {
	color: #ffffff;
}

.sd-newsletter {
	background-repeat: repeat;
	background-image: url('https://www.snahc.org/wp-content/uploads/2016/04/news-bg.gif');
}

.sd-newsletter-desc h4 {
	color: #c5500d;
}

.sd-newsletter-desc p {
	color: #c5500d;
}

.sd-newsletter input[type="text"],
.sd-newsletter input[type="email"] {
	color: #c5500d;
}

.sd-newsletter input[type="submit"] {
	color: #ffffff;
	background: var(--wp--preset--color--primary);
	border: 1px solid var(--wp--preset--color--primary);
}

.sd-newsletter input[type="submit"]:hover {
	color: #ffffff;
	background: var(--wp--preset--color--secondary);
	border: 1px solid var(--wp--preset--color--secondary);
}

.sd-page-top {
	padding-top: 40px;
	padding-bottom: 40px;
}

.sd-page-top {
	background-color: #b94b0d;
}

.sd-sidebar-shop .sd-sidebar-widget {
	background-color: #f3f2f1;
}

.sd-product-content {
	background-color: #f3f2f1;
}

.sd-woo .woocommerce-tabs .tabs li a,
.sd-woo .woocommerce-tabs .panel {
	background-color: #f3f2f1;
}

.sd-woo .woocommerce-tabs .tabs li.active a {
	background-color: #f3f2f1;
}

.sd-campaign-listing .sd-carousel-item-content {
	background-color: #f3f2f1;
}

.ev-listing-content {
	background-color: #f3f2f1;
}

.ev-listing-date {
	background-color: #f3f2f1;
}

.sd-count-wrap {
	background-color: #f3f2f1;
}