/*
Theme Name: HelpingHands Child
Description: HelpingHands Child Theme
Author: Your name here
Template: helpinghands
Version: 1.0
*/

/*--------------------------------------------------------------------- Index ------------------------------------------------------------------*/
/*
/* 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
/* 15. Responsivness
/*
/*----------------------------------------------------------------------------------------------------------------------------------------------*/
/* COLORS */
/* ------------------------------------------------------------------------ */
/* 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: #f3f4f4;
  color: #9fa6ab;
  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
/* ------------------------------------------------------------------------ */
/* Links */
a {
  color: #ffffff;
  outline: none;
  text-decoration: none;
  transition: color .2s ease-in; }

a:hover {
  text-decoration: none;
  color: #525963; }

a:focus,
a:active {
  outline: none; }

/* Blockquotes */
blockquote {
  border-left: 10px solid #525963;
  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;
  line-height: 15px;}

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

h1 {
  font-size: 40px;
  line-height: 40px; }

h2 {
  font-size: 42px;
  line-height: 44px; }

h3 {
  font-size: 22px;
  line-height: 28px; }

h4 {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 5px; }

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

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

/* 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 {
  list-style: disc inside; }

ul li ul {
  margin-bottom: 0; }

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

ol {
  list-style: decimal inside; }

ol li ol {
  margin-bottom: 0; }

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

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

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

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

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

.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 {
  transition: background .3s linear; }

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

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

.sd-link-trans {
  transition: color .3s ease-in; }

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

.sd-all-trans {
  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: #525963;
  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: #525963; }

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

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

.sd-text-aling-left,
.sd-text-aling-left .stats-desc {
  text-align: left !important; }

.counter_suffix,
.counter_prefix {
  vertical-align: top; }

/* ------------------------------------------------------------------------ */
/* 03. Header
/* ------------------------------------------------------------------------ */
#sd-header {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 101; }

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

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

/* header top */
.sd-header-top {
  background-color: white;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  margin-bottom: 1px;
  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: #ffffff;
  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: #ffffff; }

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

.sd-header-social .sd-header-email i {
  padding-right: 5px; 
  background-color: #ffffff;
  font-color:white;
}

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

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

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

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

/* logo */
.sd-logo {
  float: left;
  margin: 25px 0 0;
  padding: 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: #ffffff; }

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

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

.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: #ffffff;
  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;
  transition: all .3s ease-in-out; }

.sd-top-bar-nav .sd-search input {
  background-color: #2b9b7c;
  border: none;
  color: #ffffff;
  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: #ffffff; }

.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, 0.2);
  margin: 0;
  opacity: .9 !important; }

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

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

.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: #ffffff;
  border-radius: 3px !important;
  color: #ffffff; }

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

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

/* sidr mobile menu */
.sidr {
  background-color: #ffffff;
  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: #ffffff;
  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 > 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: #ffffff; }

.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 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%;
  box-sizing: border-box; }

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

.sidr input[type=button],
.sidr input[type=submit] {
  background: #ffffff;
  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: #ffffff;
  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: #525963;
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          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: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 42px;
  padding: 0 15px; }

.sd-responsive-menu-toggle i {
  color: #ffffff;
  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 {
  float: left;
  font-size: 30px;
  margin-right: 15px; }

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

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

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

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

.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: #435061;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px; }

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

.sd-extra-button:hover {
  color: #435061; }

/* 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: #ffffff;
  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: #000000;
  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: #f3f4f4;
  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: #ffffff !important; }

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

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

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

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

.tooltip {
	color: #c32e04;
	text-decoration: underline;
	cursor: help;
	position: relative;}

.sd-page-top-bg h1 {
  background-color: #ffffff;
  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%;
  box-sizing: border-box; }

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

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

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

.vc_row.vc_row-flex .sd-centered-wrapper > .vc_column_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

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

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

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

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

.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;
  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: #ffffff;
  border: 1px solid #dfe5e9;
  box-shadow: 0 6px 5px 1px rgba(0, 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: #ffffff; }

.is-sticky .sd-boxed {
  background-color: #ffffff;
  border: 1px solid #dfe5e9;
  box-shadow: 0 6px 5px 1px rgba(0, 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; }

.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: #435061; }

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

.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: none;
  border: 1px solid #91a1b4;
  border-radius: 3px;
  color: #435061;
  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: #525963;
  color: #525963;
  margin-top: 30px; }

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

.sd-more:hover,
.sd-theme #edd_checkout_cart a.edd-cart-saving-button:hover {
  border-color: #ffffff; }

.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: #435061; }

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

.sd-prev-post span a,
.sd-next-post span a {
  color: #9fa6ab;
  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: #525963; }

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

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

.sd-next-post i {
  color: #525963;
  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: #ffffff;
  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: #ffffff;
  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: #435061; }

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

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

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

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

.sd-entry-meta a:hover {
  color: #525963; }

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

.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: #9fa6ab;
  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: #435061; }

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

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

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

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

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

.sd-author-bio h4 {
  color: #525963;
  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: #435061;
  display: block;
  line-height: 30px; }

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

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

/* ------------------------------------------------------------------------ */
/* 07. Comments
/* ------------------------------------------------------------------------ */
.comment-reply-title {
  color: #9fa6ab;
  font-size: 16px;
  margin-bottom: 35px;
  padding: 0;
  text-transform: uppercase; }

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

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

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

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

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

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

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

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

.sd-comment-meta,
.sd-comment-date {
  color: #9fa6ab;
  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: #525963;
  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: #435061;
  display: inline-block;
  font: 700 11px/11px Montserrat, Tahoma, sans-serif;
  padding: 7px 18px; }

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

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

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

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

.sd-respond-inputs input,
.sd-respond-textarea textarea {
  background-color: #ffffff;
  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: #525963;
  border: none;
  border-radius: 3px !important;
  color: #ffffff;
  font: 700 13px/13px Montserrat, Tahoma, sans-serif;
  margin-top: 15px;
  padding: 17px 28px;
  text-transform: uppercase; }

.sd-submit-comments:hover {
  opacity: .8; }

.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: #525963; }

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

.sd-sidebar-widget h3,
.sd-right-col .widget h3 {
  clear: both;
  font-size: 16px;
  line-height: 16px;
  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: #525963;
  border: none;
  color: #ffffff;
  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: #f1f5fa;
  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: #525963;
  border-radius: 250px;
  color: #ffffff;
  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: #ffffff;
  border: 1px solid #91a1b4;
  border-radius: 3px;
  color: #435061;
  display: inline-block;
  font: 700 13px/15px Montserrat, Tahoma, sans-serif;
  margin-right: 20px;
  padding: 15px 18px; }

.sd-current-page {
  background-color: #ffffff;
  border: none;
  color: #ffffff; }

.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: #435061;
  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: #525963;
  color: #525963; }

/* ------------------------------------------------------------------------ */
/* 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: #525963;
  color: #ffffff; }

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

.container .sticky {
  border: 2px solid #ffffff;
  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; }

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

.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: #ffffff;
  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: #ffffff;
  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: #525963;
  color: #ffffff !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: #525963; }

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

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

.sd-recent-date {
  color: #91a1b4;
  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 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: #525963; }

.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: #435061;
  padding: 40px 0; }

.sd-newsletter-desc h4 {
  color: #ffffff;
  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: #435061;
  height: 42px;
  line-height: 42px;
  outline: none;
  padding: 0 15px;
  width: 95%; }

.sd-newsletter input[type="submit"] {
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  color: #435061;
  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: #435061;
  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: #525963;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  font: 700 13px/13px Montserrat, Tahoma, sans-serif;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  width: 100%; }

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

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

.sd-footer-widgets {
  color: #9fa6ab; }

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

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

.sd-footer-widgets .sd-more {
  border-color: #525963;
  color: #525963;
  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;
  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 {
  background-color: #91a1b4;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 30px;
  padding: 10px;
  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; }

.sd-copyright {
  border-top: 1px solid #e8ecf2;
  color: #9fa6ab;
  font-size: 14px;
  padding: 30px 0;
  position: relative; }

.sd-copyright a {
  color: #435061; }

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

/* 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: #435061;
  display: inline-block;
  font: 700 212px/212px Montserrat, Tahoma, sans-serif;
  width: 100%; }

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

.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: #ffffff; }

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

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

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

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

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

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

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

.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 #525963;
  color: #525963;
  margin-top: 20px; }

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

.sd-sidebar-widget .edd_purchase_submit_wrapper a,
.sd-sidebar-widget .sd-search-button {
  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: #435061;
  color: #ffffff !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: #435061 !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: #ffffff;
  display: inline-block;
  font-weight: bold;
  height: 17px;
  line-height: 20px;
  text-align: center;
  width: 17px; }

.sd-theme .edd_cart_amount {
  color: #525963; }

.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: #f3f4f4;
  border: 1px solid #cbd0db;
  border-radius: 3px !important;
  color: #9fa6ab;
  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: #f3f4f4;
  border: 1px solid #cbd0db;
  border-radius: 3px;
  color: #9fa6ab;
  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: #9fa6ab; }

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

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

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

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

.sd-theme #edd_checkout_form_wrap #edd-login-account-wrap,
.sd-theme #edd_checkout_form_wrap #edd-new-account-wrap {
  background-color: #435061;
  color: #ffffff;
  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: #435061;
  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: #9fa6ab;
  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: #9fa6ab !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: #525963;
  content: '\2714';
  left: 0;
  font: normal 25px/25px Arial, Verdana, sans-serif;
  position: absolute;
  top: -6px; }

.sd-theme .edd_terms_links {
  color: #525963;
  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: #525963;
  border: none;
  border-radius: 3px;
  color: #ffffff !important;
  font-size: 13px;
  line-height: 13px;
  padding: 15px 25px;
  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: #525963;
  color: #ffffff;
  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, 0.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 #ffffff;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  line-height: 13px;
  padding: 15px 20px; }

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

.sd-event-btn-bottom .sd-event-button a {
  border-color: #525963;
  color: #525963;
  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: #ffffff; }

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

.sd-count-wrap {
  background-color: #435061;
  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: #ffffff !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: #f3f4f4; }

.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: #525963; }

.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: #435061; }

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

.sd-single-campaign-featured .sd-campaign-percent,
.sd-campaign-single .sd-campaign-percent {
  background-color: #435061;
  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: #525963;
  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: #435061;
  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-backer {
  margin-bottom: 20px; }

.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: #ffffff;
  color: #435061;
  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: #ffffff;
  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: #525963;
  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: #435061;
  color: #ffffff;
  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: #435061;
  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: #525963;
  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: #435061;
  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: #525963;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding: 15px 30px; }

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

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

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

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

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

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

.wpb_revslider_element .sd-donate-button,
.wpb_revslider_element .sd-donate-button:hover {
  color: #ffffff;
  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: #435061; }

/* 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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #525963;
  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: #9fa6ab;
  font-size: 18px;
  padding-bottom: 20px;
  text-transform: uppercase; }

.sd-option-price {
  color: #525963; }

.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: #f3f4f4;
  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: #ffffff;
  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: #f3f4f4;
  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: #ffffff; }

.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: #525963;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font: 700 13px/13px Montserrat, Tahoma, sans-serif;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  width: 134px;
  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: #ffffff; }

.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: #525963;
  border-radius: 3px;
  color: #ffffff;
  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;
  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: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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;
  font-family: Arial, Baskerville, monospace;
  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-btn-in .mfp-close {
  color: #ffffff; }

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

.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;
  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;
    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);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-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;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          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;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px); }

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

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          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: #eef2f6 !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-campaign-carousel-item {
  border: 1px solid #dee0e9;
  position: relative; }

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

.sd-carousel-item-content,
.sd-slider-item-content {
  background-color: #ffffff;
  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: #435061; }

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

.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: #525963;
  display: inline-block;
  height: 3px;
  left: 0;
  max-width: 100%;
  position: absolute; }

.sd-funded {
  background-color: #525963;
  border-radius: 3px;
  color: #ffffff;
  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: #525963 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: #435061;
  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: #525963; }

.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, 0.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: #435061; }

.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: #525963;
  color: #ffffff;
  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: #ffffff;
  border-radius: 3px;
  color: #435061;
  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: #435061;
  font-size: 16px; }

.sd-event-upcoming h3 a:hover,
.sd-later-events h3 a:hover {
  color: #525963; }

.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: #435061; }

.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: #f3f4f4;
  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: #525963;
  color: #525963;
  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: #435061; }

.ev-widget .ev-listing-content h3 a:hover {
  color: #525963; }

/* events church */
.sd-church-event-style1 {
  padding: 70px 0; }

.sd-church-event-style1 h3 a {
  color: #435061;
  font-size: 17px; }

.sd-church-event-style1 .sd-dov {
  margin-right: 20px; }

.sd-church-event-style1 .sd-dov,
.sd-church-event-style1 .sd-event-city {
  color: #92a0b5; }

.sd-events-church .sd-church-event-style2:last-child {
  border: none; }

.sd-church-event-style2 {
  border-bottom: 1px dashed #e4e7ed;
  margin-bottom: 50px;
  padding-bottom: 50px; }

.sd-church-event-style2 .sd-event-thumb {
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15), 0 10px 30px rgba(0, 0, 0, 0.1); }

.sd-church-event-style2 .sd-event-thumb figure {
  float: left; }

.sd-church-event-style2 .sd-ev-date {
  padding-top: 45px; }

.sd-church-event-style2 .sd-ev-date {
  border: 1px solid #dadfe7;
  height: 155px;
  text-align: center; }

.sd-church-event-style2 .sd-ev-date span {
  display: block; }

.sd-church-event-style2 .sd-ev-day {
  color: #525963;
  font-size: 40px;
  margin-bottom: 10px; }

.sd-church-event-style2 .ev-month,
.sd-church-event-style2 .ev-year {
  line-height: 16px; }

.sd-church-event-style2 .ev-month {
  margin-bottom: 5px; }

.sd-church-event-style2 h3 {
  line-height: 18px;
  margin-top: 5px;
  padding-bottom: 5px; }

.sd-church-event-style2 h3 a {
  color: #435061;
  font-size: 14px; }

.sd-church-event-style2 p {
  margin-top: 20px; }

.sd-church-event-style2 .sd-dov {
  margin-right: 10px; }

.sd-church-event-style2 .sd-more {
  background-color: #525963;
  border: none;
  color: #ffffff;
  padding: 15px 50px; }

/* sermons */
.sd-sermons-page {
  margin: 80px 0; }

.sd-sermon-page {
  margin-bottom: 80px; }

.sd-single-sermon img {
  height: auto;
  max-width: 100%; }

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

.sd-sermon-buttons {
  bottom: 20px;
  position: absolute;
  right: 20px; }

.sd-sermon-buttons a {
  color: #ffffff;
  margin-left: 15px; }

.sd-sermon-buttons i {
  font-size: 20px; }

.sd-sermon-page-content h3 {
  font-size: 20px;
  text-transform: uppercase; }

.sd-sermon-page-content h3 a {
  color: #435061; }

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

.sd-sermons-meta ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.sd-sermons-meta ul li {
  border-right: 1px solid #dddfe3;
  display: inline-block;
  font: 400 14px/12px Montserrat, Tahoma, sans-serif;
  margin-right: 15px;
  padding-right: 15px; }

.sd-sermons-meta ul li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0; }

.sd-sermons-meta ul li a {
  color: #435061;
  font-weight: 700; }

.sd-sermon-page-content .sd-more {
  background-color: #f36639;
  border: none;
  color: #ffffff; }

.sd-sermons-search {
  background: #e8ecf2;
  padding: 40px 0; }

.sd-sermons-search .wpas-taxonomy-field,
.sd-sermons-search .wpas-submit-field,
.sd-sermons-search .wpas-search-field {
  float: left;
  margin-right: 15px; }

.sd-sermons-search .wpas-taxonomy-field {
  cursor: pointer; }

.sd-wpas {
  position: relative; }

.sd-wpas::after {
  color: #91a1b4;
  content: '<>';
  font: 11px "Consolas", monospace;
  padding: 0 0 2px;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sd-wpas::before {
  content: '';
  display: block;
  height: 20px;
  pointer-events: none;
  position: absolute;
  right: 6px;
  top: 0px;
  width: 20px; }

.sd-wpas select {
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  color: #9fa6ab;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.sd-sermons-search .wpas-search-field input {
  border: none;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px; }

.sd-sermons-search .wpas-submit-field input {
  background-color: #f36639;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 20px; }

/* single sermon */
.sd-single-sermon {
  margin-bottom: 80px;
  margin-top: 80px; }

.sd-single-sermon-title {
  float: left;
  font-size: 24px;
  line-height: 28px; }

.sd-single-sermon .sd-sermons-meta {
  float: right; }

.sd-single-sermon-thumb {
  margin-bottom: 60px;
  position: relative; }

.sd-single-sermon-buttons {
  background-color: #1b9bfe;
  border-radius: 50px;
  bottom: -28px;
  left: 90px;
  padding: 15px 25px;
  position: absolute; }

.sd-single-sermon-buttons .sd-sermon-download {
  margin-right: 0; }

.sd-single-sermon-buttons a {
  color: #ffffff;
  margin-right: 10px; }

.sd-single-sermon-buttons a:hover {
  color: #ffffff; }

.sd-single-sermon-buttons i {
  font-size: 30px; }

.sd-single-sermon-content {
  padding: 0 90px; }

.sd-single-sermon-content p {
  margin-bottom: 20px; }

.sd-single-sermon-content p:last-child {
  margin-bottom: 0; }

.sd-single-sermon .sd-share-icons h5 {
  display: none; }

.sd-single-sermon-content .sd-share-icons {
  border: none; }

.sd-single-sermon-content .sd-prev-next-post {
  border: none; }

.sd-sermon-video-content {
  margin: 20px auto;
  max-width: 800px;
  position: relative;
  width: auto; }

.sd-sermon-audio-content {
  margin: 20px auto;
  max-width: 500px;
  position: relative;
  width: auto; }

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

.sd-first-sermon-content {
  bottom: 40px;
  left: 40px;
  position: absolute; }

.sd-latest-sermons h3 {
  padding: 0; }

.sd-latest-sermons h3 a {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase; }

.sd-first-sermon-content ul {
  list-style: none; }

.sd-latest-sermons ul li {
  color: #c1c8d1;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  text-transform: uppercase; }

.sd-latest-sermons a {
  color: #c1c8d1; }

.sd-latest-sermons ul li a:hover {
  color: #525963; }

.sd-latest-sermons i {
  font-size: 20px;
  margin-right: 10px; }

.sd-sermons-right-item {
  border-bottom: 1px solid #566272;
  margin-bottom: 25px;
  margin-left: 20px;
  padding-bottom: 25px;
  width: 100%; }

.sd-latest-sermons ul li ul li {
  padding-left: 0; }

/* church news */
.sd-church-news-item {
  margin-bottom: 30px; }

.sd-church-news-item:hover {
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15), 0 10px 30px rgba(0, 0, 0, 0.1); }

.sd-church-news-item .sd-entry-thumb {
  float: left;
  position: relative; }

.sd-ch-news-date {
  background-color: #525963;
  color: #ffffff;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0; }

.sd-ch-news-date span {
  display: block; }

.sd-ch-news-day {
  font-size: 20px; }

.sd-ch-news-month,
.sd-ch-news-year {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase; }

.sd-ch-news-content {
  background-color: #ffffff;
  min-height: 206px;
  overflow: hidden;
  padding: 40px; }

.sd-ch-news-content h3 a {
  color: #435061;
  font-size: 16px;
  text-transform: uppercase; }

.sd-ch-news-content h3 {
  line-height: 20px; }

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

/* 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 */
.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: #435061;
  font-size: 14px; }

.sd-latest-blog-short .sd-entry-title a:hover {
  color: #525963; }

.sd-latest-blog-meta {
  color: #91a1b4;
  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);
  -ms-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: #435061; }

.sd-event-count h4 a:hover {
  color: #525963; }

.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, 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: #ffffff;
  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: #ffffff;
  border: 2px solid #e2e2e2;
  border-bottom: none;
  color: #606b78;
  display: block;
  font-size: 16px;
  font-weight: bold;
  *display: inline;
  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: #ffffff;
  border-color: #525963;
  border-bottom: 2px solid #ffffff;
  color: #3b454f; }

.sd-tabs .sd-tab {
  background: #ffffff;
  border: 2px solid #525963;
  margin-top: -2px;
  padding: 40px 30px;
  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 #ffffff; }

.wpb_tabs .wpb_tabs_nav li:first-child {
  margin: 0; }

.wpb_tabs .wpb_tabs_nav li.ui-tabs-active {
  background: none;
  border: 2px solid #525963;
  border-bottom-color: #ffffff !important; }

.wpb_tabs .wpb_tab {
  background: none !important;
  border-top: 2px solid #525963; }

.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: #525963; }

.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: #435061;
  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 #525963;
  outline: none;
  transition: border .4s; }

.wpcf7-textarea {
  height: 220px; }

.wpcf7-captchar {
  width: 100px; }

.wpcf7-submit {
  background-color: #525963;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  font: normal 13px/13px Montserrat, Tahoma, sans-serif;
  padding: 15px 25px;
  text-transform: uppercase;
  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: #ffffff;
  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: #ffffff;
  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 #525963;
  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: #ffffff !important;
  margin: 0 !important; }

.wpb_accordion_section .ui-accordion-header-active {
  border: 2px solid #525963;
  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_toggle_content p:first-child {
  margin-top: 0 !important; }

.wpb_text_column p {
  margin-bottom: 30px !important; }

.wpb_text_column 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: #435061; }

.sd-staff-content h3 a:hover {
  color: #525963; }

.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: #525963; }

.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: #525963;
  padding: 20px; }

.sd-staff-featured h3 a,
.sd-staff-featured .sd-staff-position {
  color: #ffffff; }

.sd-staff-featured h3 a:hover {
  color: #ffffff !important; }

/* testimonials */
.sd-testimonial {
  background-color: #ffffff;
  margin-bottom: 40px;
  padding: 40px 30px;
  position: relative; }

.sd-open-quote {
  color: #525963;
  font-family: "Times New Roman", Times, serif;
  font-size: 50px;
  font-weight: bold;
  display: block;
  text-align: center; }

.sd-testimonial p {
  color: #9fa6ab;
  font: italic 18px/27px Karla, Tahoma, sans-serif;
  text-align: center; }

.sd-testimonial-arrow {
  bottom: -18px;
  color: #ffffff;
  font-size: 30px !important;
  left: 50%;
  margin-left: -9px;
  position: absolute; }

.sd-testimonial-author {
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  font-size: 50px;
  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 #ffffff;
  color: #ffffff;
  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;
  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: #ffffff 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);
  -ms-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: #435061; }

.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: #435061;
  opacity: 1; }

/* cf 7 volunteer */
.sd-volunteer {
  background-color: #f1f5fa;
  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: #ffffff;
  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 #525963;
  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: #525963;
  border: none;
  color: #ffffff;
  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; }

/* ------------------------------------------------------------------------ */
/* 14. WooCommerce
/* ------------------------------------------------------------------------ */
.sd-woo {
  margin-top: 50px; }

.products {
  clear: both;
  margin-top: 40px; }

.woocommerce-result-count {
  color: #91a1b4;
  float: left;
  font-size: 13px;
  font-weight: 700;
  margin-top: 5px;
  text-transform: uppercase; }

.woocommerce-ordering {
  float: right; }

.sd-orderby select {
  margin: 0 !important; }

/* product listing */
.sd-product {
  position: relative; }

.sd-loop-class {
  margin-bottom: 30px; }

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

.sd-thumb-add-cart {
  position: relative; }

.sd-thumb-add-cart .onsale,
.sd-soldout {
  background-color: #ffffff;
  border-radius: 200px;
  color: #435061;
  display: table;
  font: 700 12px/12px Montserrat, Tahoma, sans-serif;
  height: 60px;
  position: absolute;
  right: 20px;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  width: 60px;
  z-index: 10; }

.sd-thumb-add-cart .onsale span,
.sd-soldout span {
  display: table-cell;
  vertical-align: middle; }

.sd-soldout {
  background-color: #f00;
  color: #ffffff; }

.sd-shop-thumb-overlay {
  background-color: rgba(67, 80, 97, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }

.sd-product:hover .sd-shop-thumb-overlay {
  opacity: 1; }

.sd-add-cart {
  margin-top: -21.5px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%; }

.sd-add-cart a {
  background-color: #525963;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font: 700 13px/13px Montserrat, Tahoma, sans-serif;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: opacity .3s ease-in-out !important; }

.sd-add-cart a:hover {
  color: #ffffff;
  opacity: .8; }

.sd-add-cart .added_to_cart {
  display: none; }

.sd-loading-cart {
  color: #ffffff;
  display: none;
  font-size: 40px;
  left: 0;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 10; }

.sd-product-content {
  background-color: #f3f4f4;
  padding: 20px; }

.sd-product-content h3 a {
  color: #435061;
  font-size: 16px;
  text-transform: uppercase; }

.sd-product-content h3 a:hover {
  color: #525963; }

.sd-price,
.sd-stars {
  border-top: 1px solid #dee0e9;
  float: left;
  padding-top: 10px;
  width: 50%; }

.sd-price {
  line-height: normal; }

.sd-stars {
  border-left: 1px solid #dee0e9;
  padding-left: 20px; }

.sd-price .amount,
.sd-price ins {
  color: #435061;
  font: normal 21px/21px Montserrat, Tahoma, sans-serif;
  text-decoration: none; }

.sd-price del .amount,
.sd-rating-text {
  color: #91a1b4;
  font: normal 12px/12px Montserrat, Tahoma, sans-serif; }

.sd-stars {
  line-height: normal; }

/* star rating */
.sd-woo .star-rating,
.sd-woo-shortcode .star-rating,
.woocommerce .star-rating {
  color: #525963;
  float: right;
  font-family: star;
  font-size: 13px;
  height: 13px;
  line-height: 1;
  margin-top: 4px;
  overflow: hidden;
  position: relative;
  width: 5.4em; }

.sd-woo .products .star-rating,
.sd-woo-shortcode .star-rating,
.woocommerce .star-rating {
  display: block;
  float: none; }

.sd-woo .star-rating:before,
.sd-woo-shortcode .star-rating:before,
.woocommerce .star-rating:before {
  color: #91a1b4;
  content: "\53\53\53\53\53";
  float: left;
  left: 0;
  position: absolute;
  top: 0; }

.sd-woo .star-rating span,
.sd-woo-shortcode .star-rating span,
.woocommerce .star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0; }

.sd-woo .star-rating span:before,
.sd-woo-shortcode .star-rating span:before,
.woocommerce .star-rating span:before {
  content: "\53\53\53\53\53";
  position: absolute;
  left: 0;
  top: 0; }

.sd-woo .woocommerce-product-rating
.woocommerce .woocommerce-product-rating {
  display: block;
  line-height: 2; }

.sd-woo .woocommerce-product-rating:after,
.sd-woo .woocommerce-product-rating:before,
.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
  content: " ";
  display: table; }

.sd-woo .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:after {
  clear: both; }

.sd-woo .woocommerce-product-rating .star-rating,
.woocommerce .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left; }

.sd-woo .hreview-aggregate .star-rating {
  margin: 10px 0 0; }

.sd-woo p.stars,
.woocommerce p.stars {
  font-size: 1em;
  position: relative; }

.sd-woo p.stars a,
.woocommerce p.stars a {
  border-bottom: 0;
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  outline: 0;
  position: relative;
  text-indent: -9999px; }

.sd-woo p.stars a:last-child,
.woocommerce p.stars a:last-child {
  border-right: 0; }

.sd-woo p.stars a.star-1,
.sd-woo p.stars a.star-2,
.sd-woo p.stars a.star-3,
.sd-woo p.stars a.star-4,
.sd-woo p.stars a.star-5,
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
  border-right: 1px solid #ccc; }

.sd-woo p.stars a.star-1:after,
.sd-woo p.stars a.star-2:after,
.sd-woo p.stars a.star-3:after,
.sd-woo p.stars a.star-4:after,
.sd-woo p.stars a.star-5:after,
.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after {
  font-family: WooCommerce;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0; }

.sd-woo p.stars a.star-1,
.woocommerce p.stars a.star-1 {
  width: 2em; }

.sd-woo p.stars a.star-1:after,
.woocommerce p.stars a.star-1:after {
  content: "\e021"; }

.sd-woo p.stars a.star-1.active:after,
.sd-woo p.stars a.star-1:hover:after,
.woocommerce p.stars a.star-1.active:after,
.woocommerce p.stars a.star-1:hover:after {
  content: ""; }

.sd-woo p.stars a.star-2,
.woocommerce p.stars a.star-2 {
  width: 3em; }

.sd-woo p.stars a.star-2:after,
.woocommerce p.stars a.star-2:after {
  content: "\e021\e021"; }

.sd-woo p.stars a.star-2.active:after,
.sd-woo p.stars a.star-2:hover:after,
.sd-woo p.stars a.star-2.active:after,
.woocommerce p.stars a.star-2.active:after {
  content: ""; }

.sd-woo p.stars a.star-3,
.woocommerce p.stars a.star-3 {
  width: 4em; }

.sd-woo p.stars a.star-3:after,
.woocommerce p.stars a.star-3:after {
  content: "\e021\e021\e021"; }

.sd-woo p.stars a.star-3.active:after,
.sd-woo p.stars a.star-3:hover:after,
.woocommerce p.stars a.star-3:hover:after {
  content: ""; }

.sd-woo p.stars a.star-4,
.woocommerce p.stars a.star-4 {
  width: 5em; }

.sd-woo p.stars a.star-4:after,
.woocommerce p.stars a.star-4:after {
  content: "\e021\e021\e021\e021"; }

.sd-woo p.stars a.star-4.active:after,
.sd-woo p.stars a.star-4:hover:after,
.woocommerce p.stars a.star-4.active:after,
.woocommerce p.stars a.star-4:hover:after {
  content: ""; }

.sd-woo p.stars a.star-5,
.woocommerce p.stars a.star-5 {
  border: 0;
  width: 6em; }

.sd-woo p.stars a.star-5:after,
.woocommerce p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021"; }

.sd-woo p.stars a.star-5.active:after,
.sd-woo p.stars a.star-5:hover:after,
.woocommerce p.stars a.star-5.active:after,
.woocommerce p.stars a.star-5:hover:after {
  content: ""; }

/* pagination */
.sd-woo .woocommerce-pagination {
  margin-bottom: 100px;
  text-align: center; }

.sd-woo .woocommerce-pagination ul li {
  display: inline-block;
  list-style: none; }

.sd-woo .woocommerce-pagination span.page-numbers,
.sd-woo .woocommerce-pagination a.page-numbers {
  border: 1px solid #91a1b4;
  border-width: 1px;
  color: #435061;
  display: block;
  font: 700 14px/14px Montserrat, Tahoma, sans-serif;
  height: 36px;
  line-height: 36px;
  margin-left: -1px;
  width: 36px; }

.sd-woo .woocommerce-pagination span.current,
.sd-woo .woocommerce-pagination a:hover.page-numbers {
  color: #525963; }

.sd-woo .woocommerce-pagination span.current {
  border-width: 1px 0;
  margin-left: -1px; }

.sd-woo .page-numbers li:first-child span {
  border-left: 1px solid #91a1b4; }

.sd-woo .page-numbers li:last-child {
  margin-left: 30px; }

.sd-woo .page-numbers li:last-child a {
  border-left: 1px solid #91a1b4; }

.sd-woo .page-numbers a.prev {
  border-left: 1px solid #91a1b4;
  border-radius: 3px; }

.sd-woo .page-numbers li:first-child a {
  margin-right: 30px; }

.sd-woo .page-numbers li:last-child {
  margin-left: -4px; }

.sd-woo .page-numbers li a.next {
  border-radius: 3px;
  margin-left: 30px; }

.sd-woo .page-numbers li:last-child span {
  border-right-width: 1px; }

/* woo widgets */
.sd-sidebar-shop .sd-sidebar-widget {
  background-color: #f5f7fb;
  border: none;
  margin-bottom: 0;
  padding: 20px; }

.sd-sidebar-shop .sd-sidebar-widget h3 {
  color: #435061;
  font-size: 16px;
  text-transform: uppercase; }

.sd-sidebar-shop .widget_product_search {
  margin-bottom: 30px; }

/* cart widget */
.sd-sidebar-widget .widget_shopping_cart_content img {
  float: right;
  height: auto;
  width: 60px; }

.sd-sidebar-widget .widget_shopping_cart_content .remove:hover {
  color: #f00; }

.sd-sidebar-widget .widget_shopping_cart_content .quantity {
  color: #80878d;
  display: block;
  font-size: 14px; }

.sd-sidebar-widget .widget_shopping_cart_content .quantity .amount {
  color: #373c40; }

.sd-sidebar-widget .widget_shopping_cart_content .total .amount {
  color: #525963; }

.sd-sidebar-widget .widget_shopping_cart_content .total {
  background-color: #f9fafb;
  border: 1px solid #dfe5e9;
  border-width: 1px 0;
  color: #373c40;
  font-size: 14px;
  margin: 30px 0;
  padding: 10px; }

.sd-sidebar-widget .widget_shopping_cart_content .total strong {
  font-weight: normal; }

.sd-sidebar-widget .widget_shopping_cart_content .total .amount {
  font-weight: 700;
  padding-left: 10px; }

.sd-sidebar-widget .widget_shopping_cart_content ul li {
  border-bottom: 1px solid #f5f7f8;
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
  width: 100%; }

.sd-sidebar-widget .widget_shopping_cart_content ul li:last-child {
  border: none;
  margin: 0;
  padding: 0; }

.sd-sidebar-widget .widget_shopping_cart_content .wc-forward,
.sd-sidebar-widget .price_slider_amount button {
  color: #848a90;
  display: inline-block;
  height: 40px;
  line-height: 37px;
  padding: 0 18px; }

.sd-sidebar-widget .widget_shopping_cart_content .wc-forward {
  margin-bottom: 10px; }

.sd-sidebar-shop .product_list_widget li ins span {
  display: inline-block !important; }

/* price slider */
.sd-sidebar-widget .price_slider {
  background-color: #525963;
  border: 1px solid #ccd5db;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin-bottom: 20px;
  position: relative; }

.sd-sidebar-widget .ui-slider-range {
  background-color: #91a1b4;
  height: 100%;
  position: absolute; }

.sd-sidebar-widget .ui-slider-handle {
  background-color: #ffffff;
  border: 5px solid #91a1b4;
  border-radius: 100px;
  height: 20px;
  position: absolute;
  top: -5px;
  width: 20px; }

.sd-sidebar-widget .price_slider .ui-slider-handle:last-child {
  margin-left: -5px; }

.sd-sidebar-widget .price_slider_amount .price_label {
  color: #373c40;
  float: right;
  text-transform: uppercase; }

.sd-sidebar-widget .widget_shopping_cart_content .wc-forward {
  background: none;
  border: 1px solid #91a1b4;
  border-radius: 3px;
  color: #435061;
  font: 700 13px/40px Montserrat, Tahoma, sans-serif;
  height: 40px;
  margin-left: 10px;
  padding: 0 10px; }

.sd-sidebar-widget .widget_shopping_cart_content .wc-forward:hover {
  color: #525963; }

.sd-sidebar-widget .price_slider_amount button,
.sd-sidebar-widget .widget_shopping_cart_content .checkout {
  background-color: #525963;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  float: left;
  font: 700 13px/40px Montserrat, Tahoma, sans-serif;
  height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
  transition: opacity .3s ease-in-out !important; }

.sd-sidebar-widget .widget_shopping_cart_content .checkout:hover {
  color: #ffffff !important; }

.sd-sidebar-widget .widget_shopping_cart_content .checkout:focus {
  border: none; }

.sd-sidebar-widget .price_slider_amount button:hover,
.sd-sidebar-widget .widget_shopping_cart_content .checkout:hover {
  color: #ffffff;
  opacity: .8; }

.widget_shopping_cart_content .variation {
  clear: both;
  display: block;
  padding-top: 10px; }

.widget_shopping_cart_content .variation dt,
.widget_shopping_cart_content .variation dd {
  display: inline-block;
  float: left;
  width: 50%; }

.widget_shopping_cart_content .variation dd {
  margin: 0;
  padding-left: 10px; }

.widget_shopping_cart_content .remove {
  float: right; }

/* product categories */
.widget_product_categories li a,
.widget_layered_nav li {
  border-bottom: 1px solid #e1e5eb;
  display: block;
  margin-bottom: 10px;
  padding: 0 0 10px; }

/* product list widget */
.sd-sidebar-widget .product_list_widget li {
  border-bottom: 1px solid #e1e5eb;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 0 20px;
  width: 100%; }

.sd-sidebar-widget .product_list_widget li img {
  float: left;
  height: auto;
  margin-right: 15px;
  width: 60px; }

.sd-sidebar-widget .product_list_widget li .amount {
  display: block;
  font-size: 14px; }

.widget_shopping_cart .product_list_widget li .amount {
  display: inline; }

.sd-sidebar-widget .product_list_widget li br {
  display: none; }

.sd-sidebar-widget .product_list_widget li ins {
  text-decoration: none; }

.sd-sidebar-widget .product-title {
  color: #435061;
  font: 700 14px/14px Montserrat, Tahoma, sans-serif;
  text-transform: uppercase; }

.sd-products-carousel {
  padding-bottom: 50px; }

.sd-products-carousel .slick-dots {
  bottom: -20px; }

.sd-sidebar-shop {
  margin-bottom: 50px;
  text-transform: uppercase; }

.widget_layered_nav_filters .chosen {
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding-left: 15px;
  position: relative; }

.widget_layered_nav_filters .chosen:after {
  color: #f00;
  content: '\f00d';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0; }

.sd-sidebar-shop .widget_product_search {
  background: none;
  padding: 0; }

.sd-sidebar-shop .widget_product_search .sd-search-input {
  color: #91a1b4;
  background-color: #f3f4f4;
  border: none;
  border-radius: 3px;
  font: 700 13px/13px Montserrat, Tahoma, sans-serif;
  text-transform: uppercase; }

.sd-sidebar-shop .widget_product_search .sd-search-button {
  background: none;
  color: #91a1b4; }

.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 {
  color: #525963;
  transition: color .3s ease-in; }

.widget_recent_reviews .product_list_widget a {
  color: #435061;
  font: 700 14px/14px Montserrat, Tahoma, sans-serif; }

.widget_recent_reviews .reviewer {
  color: #91a1b4;
  font-size: 12px; }

/* single product */
.sd-single-images {
  position: relative; }

.sd-single-product-slider ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.sd-single-product-slider ul li img {
  height: auto;
  max-width: 100%; }

.sd-off-price {
  background-color: #ffffff;
  border-radius: 100px;
  height: 80px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 80px;
  z-index: 10; }

.sd-off-circle {
  color: #435061;
  font: 700 30px/30px Montserrat, Tahoma, sans-serif;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.sd-off-circle span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin-top: 5px;
  text-transform: uppercase; }

.sd-single-product-title {
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase; }

.sd-single-product-price,
.sd-single-ratings {
  float: left;
  font-family: Montserrat, Tahoma, sans-serif;
  margin-bottom: 20px; }

.sd-single-product-price del {
  color: #91a1b4;
  font-size: 12px; }

.sd-single-product-price ins {
  color: #525963;
  font-size: 30px;
  text-decoration: none; }

.sd-single-ratings {
  border-left: 1px solid #dee0e9;
  margin-left: 30px;
  padding-bottom: 10px;
  padding-left: 30px; }

.sd-single-ratings > span {
  color: #91a1b4;
  font-size: 12px;
  text-transform: uppercase; }

.sd-single-product-desc p {
  margin-bottom: 30px; }

.sd-single-product-attr {
  color: #91a1b4;
  margin: 30px 0;
  text-transform: uppercase; }

#review_form #respond {
  background: none; }

.sd-single-product-attr table tr,
.sd-woo .woocommerce-tabs .shop_attributes tr {
  border-bottom: 1px solid #dee0e9;
  height: 40px;
  line-height: 40px; }

.sd-single-product-attr table th,
.sd-woo .woocommerce-tabs .shop_attributes th {
  padding-right: 100px;
  text-align: left; }

.sd-quantity {
  float: left;
  margin-right: 10px;
  padding-top: 6px; }

.sd-plus-button {
  margin-right: 20px; }

.sd-minus-button,
.sd-plus-button,
.sd-quantity-input {
  border: 1px solid #525963;
  border-radius: 3px;
  cursor: pointer;
  float: left;
  height: 30px;
  line-height: 25px;
  text-align: center;
  width: 30px; }

.sd-quantity-button:hover {
  color: #91a1b4; }

.sd-quantity-input {
  border-color: #91a1b4;
  border-radius: 3px !important;
  color: #91a1b4;
  cursor: default;
  margin: 0 5px; }

.sd-woo .variations td.label {
  padding-right: 10px;
  padding-top: 12px;
  vertical-align: top; }

.sd-select-wrapper {
  display: inline-block;
  position: relative; }

.sd-select-wrapper select,
.sd-orderby select {
  background: #ffffff;
  border: 1px solid #91a1b4;
  border-radius: 3px !important;
  color: #91a1b4;
  cursor: pointer;
  display: inline-block;
  font: 400 13px/13px Montserrat, Tahoma, sans-serif;
  height: 32px;
  margin: 8px 0 0;
  outline: none;
  padding: 3px;
  text-transform: uppercase;
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .sd-select-wrapper select,
  .sd-orderby select {
    padding-right: 18px; } }

.sd-select-wrapper label,
.sd-orderby label {
  position: relative; }

.sd-select-wrapper label:after,
.sd-orderby label:after {
  color: #91a1b4;
  content: '<>';
  font: 11px "Consolas", monospace;
  padding: 0 0 2px;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sd-select-wrapper label:before,
.sd-orderby label:before {
  content: '';
  display: block;
  height: 20px;
  pointer-events: none;
  position: absolute;
  right: 6px;
  top: 0px;
  width: 20px; }

.sd-product-meta {
  margin-top: 30px; }

.sd-woo .reset_variations {
  color: #f00;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  width: 20px; }

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

.sd-woo .single_variation del,
.sd-woo .single_variation ins,
.sd-woo .single_variation .stock,
.sd-product-meta {
  color: #91a1b4;
  display: block;
  font: 400 12px/12px Montserrat, Tahoma, sans-serif;
  text-transform: uppercase; }

.sd-woo .single_variation_wrap {
  margin-top: 30px; }

.sd-woo .single_variation ins,
.sd-woo .single_variation .price {
  color: #525963;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none; }

.sd-woo .sd-add-to-cart,
.sd-woo .single_add_to_cart_button {
  background-color: #525963;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  font: 700 13px/13px Montserrat, Tahoma, sans-serif;
  padding: 15px 25px;
  text-transform: uppercase;
  transition: opacity .3s ease-in-out !important; }

.sd-woo .sd-add-to-cart:hover,
.sd-woo .single_add_to_cart_button:hover {
  opacity: .8; }

.woocommerce-message,
.woocommerce-error {
  background-color: #edffe9;
  border: 2px solid #c1ecb7;
  font: 400 13px/13px Montserrat, Tahoma, sans-serif;
  list-style: none;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-transform: uppercase; }

.woocommerce-error {
  background-color: #ffdfe0;
  border-color: #f6c2c4; }

.sd-success-msg a,
.woocommerce-message a {
  float: right; }

.woocommerce-checkout .woocommerce > .woocommerce-error,
.woocommerce-checkout .woocommerce > .woocommerce-message {
  margin: 0 auto 30px;
  width: 1140px; }

.woocommerce-info {
  margin-bottom: 30px; }

.sd-woo .woocommerce-tabs {
  margin-top: 50px; }

.sd-woo .woocommerce-tabs .tabs {
  margin: 0;
  padding: 0; }

.sd-woo .woocommerce-tabs .tabs li {
  float: left;
  list-style: none; }

.sd-woo .woocommerce-tabs .tabs li a {
  background-color: #f3f4f4;
  color: #435061;
  display: inline-block;
  font: 700 14px/14px Montserrat, Tahoma, sans-serif;
  padding: 20px 30px;
  text-transform: uppercase; }

.sd-woo .woocommerce-tabs .tabs li.active a {
  background-color: #91a1b4;
  color: #ffffff; }

.sd-woo .woocommerce-tabs .panel {
  background-color: #f3f4f4;
  padding: 40px; }

.sd-woo .woocommerce-tabs .panel h3 {
  font: 700 16px/21px Montserrat, Tahoma, sans-serif;
  text-transform: uppercase; }

.sd-woo .commentlist {
  list-style: none;
  padding: 0; }

.sd-woo .commentlist .avatar {
  border-radius: 3px;
  float: left;
  margin-right: 20px; }

.sd-woo .commentlist .meta {
  color: #424545;
  margin: 0 0 10px;
  text-transform: capitalize; }

.sd-woo .commentlist .meta time {
  color: #a1acb0;
  font-size: 12px; }

.sd-woo .commentlist .meta .verified {
  color: #3C3;
  font-size: 12px; }

.sd-woo .commentlist .description p {
  margin: 0; }

.sd-woo .commentlist .comment {
  border-bottom: 1px solid #f2f5f6;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.sd-woo #respond {
  padding: 0; }

.sd-woo #respond label {
  display: block; }

.sd-woo #respond p {
  margin-bottom: 30px; }

.sd-woo #respond p:last-child {
  margin-bottom: 0; }

.sd-woo #respond input[type="text"],
.sd-woo #respond input[type="email"],
.sd-woo #respond textarea {
  background-color: #ffffff;
  border: 1px solid #cfd4db;
  border-radius: 3px !important;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding: 0 10px; }

.sd-woo #respond textarea {
  min-height: 300px; }

.sd-woo #respond .form-submit input {
  background-color: #525963;
  border: none;
  border-radius: 3px !important;
  color: #ffffff;
  font: 700 13px/13px Montserrat, Tahoma, sans-serif;
  margin-top: 15px;
  padding: 17px 28px;
  text-transform: uppercase; }

.sd-woo #respond .form-submit input:hover {
  opacity: .8; }

.sd-woo .related > h3,
.sd-woo .upsells > h3,
.sd-cart-totals h3,
.sd-cross-sells > h3 {
  display: block;
  font-size: 18px;
  line-height: 18px;
  padding: 0;
  text-transform: uppercase; }

/* cart */
.sd-cart {
  margin-top: 50px; }

.sd-cart .shop_table,
.sd-shipping-calculator {
  font: 700 14px/14px Montserrat, Tahoma, sans-serif;
  width: 100%; }

.sd-cart .shop_table thead {
  text-align: left; }

.sd-cart .shop_table thead th {
  background-color: #435061;
  color: #ffffff;
  padding: 10px 0;
  text-transform: uppercase; }

.sd-cart .shop_table thead .product-name {
  padding-left: 10px; }

.sd-cart .product-name img {
  border: 1px solid #dfe5e9;
  height: auto;
  width: 60px; }

.sd-cart .product-remove a {
  background-color: #f00;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px; }

.sd-cart .cart_item td {
  padding: 20px 0; }

.sd-cart-totals table {
  width: 100%; }

.sd-cart-thumb,
.sd-cart .product-name a {
  color: #435061;
  margin-right: 10px;
  text-transform: uppercase; }

.sd-cart .product-subtotal {
  color: #525963; }

.sd-cart .product-name a:hover {
  color: #525963; }

.sd-cart-totals {
  text-transform: uppercase; }

.sd-cart-totals h3 {
  margin-bottom: 30px; }

.sd-cart-totals table tr {
  text-align: left; }

.sd-cart-totals table td {
  text-align: right; }

.sd-cart-totals table th {
  padding: 0 0 10px; }

.sd-cart-totals .shipping th {
  padding-bottom: 20px; }

.sd-cart-totals .order-total {
  border-top: 2px solid #cbd0db;
  color: #373c40; }

.sd-cart-totals .order-total .amount {
  color: #525963; }

.sd-cart-totals .order-total th {
  padding-top: 20px; }

.sd-cart-totals .wc-proceed-to-checkout {
  margin-top: 30px; }

.sd-update-cart,
.sd-cart-totals .checkout-button {
  background-color: #525963;
  border: none;
  border-radius: 3px !important;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 37px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  transition: opacity .3s ease-in-out; }

.sd-cart-totals .checkout-button:hover {
  opacity: .8; }

.sd-update-cart {
  background: none;
  border: 1px solid #91a1b4;
  color: #435061;
  margin-bottom: 10px; }

.sd-update-cart:hover {
  color: #525963; }

.sd-coupon-button,
.shipping-calculator-form button {
  background: none;
  border: 1px solid #91a1b4;
  border-radius: 3px;
  color: #435061;
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  padding: 0 15px;
  margin-left: 5px;
  text-transform: uppercase; }

.shipping-calculator-form button {
  margin-left: 0; }

.sd-coupon-button:hover,
.shipping-calculator-form button:hover {
  color: #525963; }

.sd-cart .coupon input[type="text"],
.sd-shipping-calculator input[type="text"] {
  background-color: #f3f4f4;
  border: 1px solid #cbd0db;
  border-radius: 3px;
  font-size: 13px;
  height: 42px;
  outline: none;
  padding: 0 15px;
  text-transform: uppercase; }

.sd-cart-table {
  margin-bottom: 30px; }

.sd-cart-table dt,
.sd-cart-table dd,
.sd-form-checkout dt,
.sd-form-checkout dd,
.sd-order-details-table dt,
.sd-order-details-table dd {
  display: inline-block;
  font: 700 13px/13px Montserrat, Tahoma, sans-serif;
  text-transform: uppercase; }

.sd-cart-table dd,
.sd-form-checkout dd,
.sd-order-details-table dt,
.sd-order-details-table dd {
  color: #9fa6ab;
  font-weight: 400;
  margin: 0 10px 0 0; }

.sd-shipping-calculator {
  margin-bottom: 50px; }

.sd-shipping-calculator .shipping-calculator-button {
  background-color: #ffffff;
  border: 1px solid #91a1b4;
  border-radius: 3px;
  color: #435061;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  text-transform: uppercase; }

.sd-shipping-calculator .shipping-calculator-button span {
  color: #3b454f;
  display: inline-block;
  padding-left: 10px; }

.sd-shipping-calculator select {
  background: none;
  border: 1px solid #91a1b4;
  border-radius: 3px;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.sd-shipping-calculator label {
  position: relative; }

.sd-shipping-calculator label:after {
  color: #91a1b4;
  content: '<>';
  font: 11px "Consolas", monospace;
  padding: 0 0 2px;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sd-shipping-calculator label:before {
  content: '';
  display: block;
  height: 20px;
  pointer-events: none;
  position: absolute;
  right: 6px;
  top: 0px;
  width: 20px; }

.sd-shipping-calculator p {
  position: relative;
  margin-bottom: 20px; }

.sd-shipping-calculator p:last-child {
  margin-bottom: 0; }

.sd-shipping-calculator input[type="text"] {
  position: relative;
  width: 100%;
  z-index: 3; }

/* checkout */
.woocommerce-checkout .sd-full-width,
.woocommerce-account .sd-full-width,
.sd-cart-empty {
  margin: 50px 0; }

.woocommerce-account .sd-full-width p {
  margin-bottom: 20px; }

.sd-returning-cust h3,
.woocommerce-account .sd-full-width h3 {
  font-size: 18px;
  padding: 0;
  text-transform: uppercase; }

.sd-form-checkout,
.sd-woo-login label,
.sd-woo-login input[type="submit"],
.sd-checkout-coupon,
.sd-edit-account,
.sd-form-login {
  font: 700 13px/13px Montserrat, Tahoma, sans-serif; }

.sd-form-checkout input[type="text"],
.sd-form-checkout textarea,
.sd-form-checkout input[type="tel"],
.sd-form-checkout input[type="email"],
.sd-woo-login input[type="text"],
.sd-woo-login input[type="password"],
.sd-coupon-form input[type="text"],
.sd-create-account input[type="text"],
.sd-create-account input[type="password"],
.sd-edit-address input[type="text"],
.sd-edit-address input[type="password"],
.sd-edit-address input[type="email"],
.sd-edit-address input[type="tel"],
.sd-edit-account input[type="text"],
.sd-edit-account input[type="password"],
.sd-edit-account input[type="email"],
.sd-form-login input[type="text"],
.sd-form-login input[type="password"],
.sd-form-login input[type="email"],
.sd-lost-pwd input[type="text"],
.sd-order-tracking input[type="text"],
.sd-order-tracking input[type="email"] {
  background-color: #f3f4f4;
  border: 1px solid #cbd0db;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 400;
  height: 42px;
  outline: none;
  padding: 0 15px;
  text-transform: uppercase;
  width: 100%; }

.sd-form-checkout textarea {
  min-height: 200px;
  padding: 15px; }

.sd-woo-login .form-row-first,
.sd-woo-login .form-row-last {
  float: left;
  width: 50%; }

.sd-woo-login p {
  margin-bottom: 20px; }

.sd-woo-login p:last-child {
  margin-bottom: 0; }

.sd-woo-login .form-row-first {
  padding-right: 20px; }

.sd-woo-login label {
  text-transform: uppercase; }

.sd-woo-login input[type="submit"],
.sd-coupon-form input[type="submit"],
.sd-create-account input[type="submit"],
.sd-checkout-payment input[type="submit"],
.sd-edit-address input[type="submit"],
.sd-edit-account input[type="submit"],
.sd-form-login input[type="submit"],
.sd-lost-pwd input[type="submit"],
.sd-order-tracking input[type="submit"] {
  background: none;
  border: 1px solid #91a1b4;
  border-radius: 3px;
  color: #435061;
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: color .3s ease-in; }

.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 {
  color: #525963; }

.sd-checkout-coupon {
  text-transform: uppercase; }

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

.sd-coupon-form input[type="text"] {
  margin-bottom: 10px;
  width: 200px; }

.sd-form-checkout h3 {
  margin-bottom: 30px;
  padding: 0;
  text-transform: uppercase; }

.sd-form-checkout label {
  color: #435061;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase; }

.sd-form-checkout p {
  margin-bottom: 30px; }

.sd-form-checkout p:last-child {
  margin-bottom: 30px; }

.sd-form-checkout .select2-container .select2-choice,
.sd-edit-address .select2-container .select2-choice {
  background-color: #f3f4f4;
  border: 1px solid #cbd0db;
  border-radius: 3px;
  height: 42px;
  line-height: 42px; }

.woocommerce-checkout .select2-drop-active,
.woocommerce-account .select2-drop-active {
  border: 1px solid #f3f4f4;
  border-width: 0 1px 1px; }

.woocommerce-checkout .select2-search input,
.woocommerce-account .select2-search input {
  line-height: 17px; }

.sd-woo .comment-respond .required,
.woocommerce-checkout .required,
.sd-edit-account .required,
.sd-form-login .required {
  color: #f00; }

.sd-create-account p {
  font-family: Karla, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px; }

.sd-create-account label,
.sd-create-account input,
.sd-edit-address,
.sd-lost-pwd label,
.sd-order-tracking label {
  color: #435061;
  font-family: Montserrat, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: 700; }

.sd-form-checkout .sd-widget-title label {
  margin: 0; }

.sd-order-review table,
.sd-order-details-table {
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 50%; }

.sd-order-review table th {
  padding: 10px 0;
  text-align: left; }

.sd-order-review table thead th {
  border-bottom: 1px solid #cbd0db; }

.sd-order-review table td {
  padding: 10px 0; }

.sd-order-review .order-total th,
.sd-order-review .order-total td {
  border-top: 2px solid #cbd0db; }

.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 {
  color: #525963; }

.sd-form-checkout .payment_box p {
  font-family: Karla, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px; }

.sd-form-checkout .payment_method_paypal img {
  margin-right: 10px; }

.sd-order-review table tfoot {
  border-top: 1px solid #e6e8ea; }

.sd-checkout-payment ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.sd-checkout-payment input[type="radio"] {
  margin-right: 5px; }

.sd-checkout-payment input[type="submit"] {
  background-color: #f37733;
  border: none;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
  padding: 15px 20px; }

.sd-checkout-payment input[type="submit"]:hover {
  opacity: .8; }

.sd-checkout-payment input[type="submit"] {
  background-color: #525963;
  border: none;
  color: #ffffff;
  padding: 0 50px; }

/* thank you */
.sd-order-details {
  list-style: none;
  margin: 0;
  padding: 0; }

.sd-order-details-table,
.sd-account-orders {
  margin-bottom: 30px;
  text-align: left;
  width: 50%; }

.woocommerce-MyAccount-navigation ul {
  display: inline-block;
  list-style: none;
  margin: 0 0 40px;
  padding: 0; }

.sd-my-account-user .account-orders-table td {
  padding-right: 30px; }

.woocommerce-MyAccount-navigation ul li {
  float: left;
  margin-right: 20px; }

.sd-order-details-table th,
.sd-order-details-table td {
  padding: 5px 0; }

.sd-order-details-table tfoot tr:last-child th,
.sd-order-details-table tfoot tr:last-child td {
  border-top: 2px solid #cbd0db; }

.sd-customer-details {
  margin-bottom: 30px;
  text-align: left;
  width: 50%; }

.sd-form-checkout #customer_details {
  margin-bottom: 20px; }

.sd-billing-address {
  margin-bottom: 30px; }

.sd-edit-address h3 {
  margin-bottom: 30px; }

.sd-edit-address input[type="text"],
.sd-edit-address input[type="email"],
.sd-edit-address input[type="password"],
.sd-edit-address .select2-container .select2-choice,
.sd-lost-pwd input[type="text"],
.sd-edit-address input[type="tel"] {
  width: 50%; }

.sd-edit-address abbr[title] {
  border: none; }

.sd-edit-address label,
.sd-edit-account label,
.sd-form-login label {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase; }

.sd-edit-account h3,
.sd-form-login h3 {
  margin-bottom: 30px;
  padding: 0; }

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

.sd-lost-pwd label {
  text-transform: uppercase; }

.sd-my-orders {
  margin-bottom: 30px;
  text-align: center;
  width: 100%; }

/* minicart */
.sd-minicart-icon {
  color: #ffffff !important;
  display: inline-block !important;
  float: right !important;
  margin-right: 70px !important;
  position: relative !important; }

.sd-minicart-icon a {
  display: inline-block !important;
  padding-left: 20px !important;
  padding-right: 0 !important; }

.sd-header-style3 .sd-minicart-icon a {
  color: #ffffff !important; }

.sd-minicart-icon i {
  font-size: 20px !important; }

.sd-items-count {
  background-color: #ef2055;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  height: 15px;
  font-size: 11px;
  line-height: 15px;
  padding: 0 !important;
  position: absolute;
  right: -8px;
  text-align: center;
  top: 8px;
  width: 15px; }

.sd-minicart-modal {
  width: 400px; }

.sd-header-cart-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.sd-header-cart-wrapper {
  margin-bottom: 20px;
  position: relative; }

.sd-header-cart-wrapper img {
  float: left;
  height: auto;
  margin-right: 10px;
  width: 70px; }

.sd-header-cart-content {
  position: relative; }

.sd-header-cart-list h4,
.sd-header-cart-content h5 {
  margin-bottom: 30px;
  padding: 0;
  text-transform: uppercase; }

.sd-header-cart-list h4 a,
.sd-header-cart-content h5 a {
  color: #435061; }

.sd-header-cart-list h4 a:hover,
.sd-header-cart-content h5 a:hover {
  color: #525963; }

.sd-header-cart-content h5 {
  margin-bottom: 0; }

.sd-top-cart-price,
.sd-top-cart-quant {
  color: #9fa6ab;
  display: block;
  font: 400 12px/12px Montserrat, Tahoma, sans-serif; }

.sd-remove-from-cart {
  border-radius: 50px;
  color: #f00;
  display: block;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -25px;
  text-align: center;
  top: 0;
  width: 20px; }

.sd-remove-from-cart:hover {
  color: #f00; }

.sd-header-view-cart,
.sd-header-checkout {
  display: inline-block;
  background: none;
  border: 1px solid #91a1b4;
  border-radius: 3px;
  color: #435061;
  float: left;
  font: 700 13px/13px Montserrat, Tahoma, sans-serif;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  text-transform: uppercase; }

.sd-header-checkout {
  background: #525963;
  border: none;
  color: #ffffff;
  float: right; }

.sd-header-checkout:hover {
  color: #ffffff; }

.sd-order-tracking {
  margin-bottom: 50px;
  margin-top: 50px; }

.sd-order-tracking p {
  margin-bottom: 30px; }

.sd-order-tracking p:last-child {
  margin-bottom: 0; }

.sd-order-tracking .form-row-first {
  padding-right: 20px; }

.sd-order-tracking .form-row-first,
.sd-order-tracking .form-row-last {
  float: left;
  width: 50%; }

.sd-order-tracking label {
  text-transform: uppercase; }

.sd-order-tracking-wrap {
  margin: 50px 0; }

/* ------------------------------------------------------------------------ */
/* 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; }
  .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 {
    font-size: 18px; } }

/* tablet landscape */
@media (min-width: 992px) and (max-width: 1199px) {
  .sd-product img {
    width: 100%; } }

/* 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-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 {
    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; }
  .pull-right {
    float: none !important; }
  .sd-sermons-search .wpas-taxonomy-field,
  .sd-sermons-search .wpas-submit-field,
  .sd-sermons-search .wpas-search-field {
    margin-bottom: 10px; }
  .sd-single-sermon-content {
    padding: 0; }
  .sd-church-news-item img,
  .sd-campaign-thumb {
    height: auto;
    width: 100%; }
  .sd-first-sermon {
    margin-bottom: 20px; }
  .sd-first-sermon-content {
    bottom: 20px;
    left: 20px; }
  .sd-church-event-style2 .sd-event-thumb figure {
    float: none; }
  .sd-church-event-style2 .sd-event-thumb {
    margin-bottom: 30px; }
  .sd-top-quote {
    display: inline-block;
    line-height: 28px; }
  .sd-church-event-style1 {
    padding: 30px 0; }
  .sd-church-news-item .sd-entry-thumb {
    float: none; } }

/* phone landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sd-staff-col {
    width: 50%; }
  .sd-product img,
  .sd-campaign-thumb img {
    width: 100%; } }

/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */
#mega-menu-wrap-main-header-menu #mega-menu-main-header-menu > li.mega-menu-item > a.mega-menu-link {
  color: #000000; }
  #mega-menu-wrap-main-header-menu #mega-menu-main-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #6eb9ce; }

#mega-menu-wrap-main-header-menu #mega-menu-main-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-main-header-menu #mega-menu-main-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  color: #6eb9ce; }









.tp-caption {
	padding: 20px !important;
	background: rgba(0,0,0,0.4);
}



body {
        color:#000000;
}

.sd-wrapper #sd-header{
    background-color:#525963  !important;
}
.sd-logo img {
        max-height: 80px;
}

.sd-header-style1 #mega-menu-wrap-main-header-menu .sd-search-button i{
    color:#ffffff;
}
