/*
 ==========================================
 -- Dragon theme style
 ==========================================
*/
/* ========== Import Mixin ============== */
/* ========== Default element =========== */
body {
  overflow: hidden;
  font-weight: normal; }

.dgt-al-center {
  text-align: center; }

.dgt-al-right {
  text-align: right; }

.dgt-al-left {
  text-align: left; }

.dgt-pt0 {
  padding-top: 0 !important; }

.dgt-pr0 {
  padding-right: 0 !important; }

.dgt-pb0 {
  padding-bottom: 0 !important; }

.dgt-pl0 {
  padding-left: 0 !important; }

.dgt-mt0 {
  margin-top: 0 !important; }

.dgt-mr0 {
  margin-right: 0 !important; }

.dgt-mb0 {
  margin-bottom: 0 !important; }

.dgt-ml0 {
  margin-left: 0 !important; }

.no-margin {
  margin: 0 !important; }

.dgt-clear-left {
  clear: left; }

.has-overide {
  position: relative;
  z-index: 99; }

.dgt-grid-5, .dgt-grid-8 {
  float: left; }

.dgt-grid-5 {
  width: 20%; }

.dgt-grid-8 {
  width: 12.5%; }

.no-space {
  margin: 0 !important;
  padding: 0 !important; }

.alt-bg {
  margin-left: -500px;
  margin-right: -500px;
  padding-left: 500px;
  padding-right: 500px; }

.dgt-position-fixed {
  position: fixed;
  width: 100%;
  z-index: 9; }

.dgt-position-relative {
  position: relative; }

.sticking .dgt-position-fixed {
  background-color: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25); }
  .sticking .dgt-position-fixed #dgt-navigation a, .sticking .dgt-position-fixed .header-primary {
    color: #2e2e2e; }

.dgt-bg-fixed, .dgt-bg-fixed[class*="vc_custom_"] {
  background-attachment: fixed !important; }

.dgt-bg-scroll, .dgt-bg-scroll[class*="vc_custom_"] {
  background-attachment: scroll !important; }

.dgt-bg-local, .dgt-bg-local[class*="vc_custom_"] {
  background-attachment: local !important; }

.dgt-bg-inherit, .dgt-bg-inherit[class*="vc_custom_"] {
  background-attachment: inherit !important; }

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#dgt-back-top,
#logo-retina,
#logo-fixed,
.dgt-navigation .sub-menu,
.dgt-cause-inner,
.dgt-event-inner,
.dgtnavigation .tp-bullet,
.site-footer .footer-widget ul li a::before,
.footer-widget .dgt-cause-title a::before,
.dgt-icon-box .dgt-icon-box-inner,
.dgt-team-item-inner,
.sidebar li a::before,
.dgt-blog-item-inner,
.dgt-fiter-wrap ul li,
.dgt-fiter-wrap ul li::after,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a img,
.dgt-flickity-slider-nav .carousel-cell,
.flickity-prev-next-button,
.dgt-navigation > div > ul > li > a::before,
.dgt-navigation .sub-menu li a::before,
.dgt-navigation .children li a::before,
.searchform .dgt-search-form,
#fancybox-close::before,
.header-mobile,
.dgt-counter-box .dgt-icon,
.footer-widget .widget-title::after,
.footer-widget .widgettitle::after,
.dgt-event-calendar .fc-state-default,
.dgt-brand-item,
.dgt-carousel-layout .owl-theme .owl-dots .owl-dot,
.dgt-blog-item-inner .dgt-blog-readmore a i,
.dgt-custom-2 .tp-bullet::before,
.dgt-custom-3 .tp-bullet::before,
.dgt-gallery-item-inner .post-feature-image::after,
.dgt-gallery-item-inner .dgt-colorbox {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }

p, .dgt-blog-title a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

a {
  color: #161616; }
  a:hover {
    color: #476a30; }

a:hover, a:focus {
  text-decoration: none;
  outline: none; }

/* ========== Dgt Readmore =========== */
.dgt-readmore {
  font-weight: 300;
  text-transform: uppercase; }
  .dgt-readmore i {
    padding-left: 7px;
    font-size: 14px; }

/* ========== Dgt heading =========== */
.dgt-custom-heading {
  color: #7d7d7d;
  margin-bottom: 30px;
  font-size: 16px; }
  .dgt-custom-heading .dgt-heading {
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 30px;
    letter-spacing: 2px; }
  .dgt-custom-heading .dgt-heading-icon {
    margin-bottom: 26px;
    display: inline-block; }
  .dgt-custom-heading .dgt-sub-title {
    line-height: 2; }
  .dgt-custom-heading svg {
    height: auto;
    display: inline-block; }

/* ========== Dgt button =========== */
.dgt-button, .newsletter .newsletter-submit {
  line-height: 40px;
  padding: 0 25px;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #476a30;
  color: #fff; }

.dgt-button.dgt-button-white {
  background-color: #fff;
  color: #232323; }
.dgt-button:hover {
  color: #fff; }

.dgt-button.dgt-button-white {
  background-color: #fff;
  color: #232323; }
  .dgt-button.dgt-button-white:hover {
    color: #ffffff; }

.dgt-button.dgt-button-medium {
  line-height: 60px;
  padding: 0 37px;
  border-radius: 30px; }

.dgt-button.dgt-button-gray {
  background-color: #989898; }

/* ========== Element Button ======== */
.dgt-element-button {
  display: inline-block;
  margin: 0 8px; }
  .dgt-element-button .dgt-button {
    padding: 0 35px; }

/* ========== Logo =========== */
#logo, #logo-retina, #logo-fixed {
  padding: 30px 0;
  margin: 0; }

#logo-retina,
.fixed-header.sticking #logo,
#logo-fixed {
  display: none; }

@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  #logo-retina, .fixed-header.sticking #logo-fixed {
    display: block; }

  #logo, .fixed-header.sticking #logo, .fixed-header.sticking #logo-retina {
    display: none !important; } }
/* ========== Navigation =========== */
.dgt-navigation {
  /* Mega menu */
  /* Mega menu style general */
  /* Mega menu custom width */ }
  .dgt-navigation .custom-icon {
    color: #232323;
    font-size: 15px;
    padding-right: 8px;
    vertical-align: -1px; }
  .dgt-navigation ul {
    list-style: none;
    margin: 0; }
  .dgt-navigation > div > ul > li:hover > a:before {
    height: 3px; }
  .dgt-navigation > div > ul > li > a {
    line-height: 100px; }
    .dgt-navigation > div > ul > li > a:before {
      top: calc(50% + 16px);
      content: "";
      height: 0;
      left: 17%;
      position: absolute;
      width: 66%; }
  .dgt-navigation .sub-menu, .dgt-navigation .children {
    background-color: #fff;
    left: 0;
    min-width: 250px;
    position: absolute;
    z-index: 999;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -khtml-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    padding: 11px 0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
    .dgt-navigation .sub-menu:after, .dgt-navigation .children:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 10px;
      top: -10px;
      left: 0;
      background-color: transparent; }
    .dgt-navigation .sub-menu .sub-menu, .dgt-navigation .sub-menu .children, .dgt-navigation .children .sub-menu, .dgt-navigation .children .children {
      transform: translateX(110%);
      -webkit-transform: translateX(110%);
      -khtml-transform: translateX(110%);
      -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
      -o-transform: translateX(110%);
      top: 0; }
    .dgt-navigation .sub-menu li, .dgt-navigation .children li {
      display: block; }
      .dgt-navigation .sub-menu li:hover > .sub-menu, .dgt-navigation .sub-menu li:hover > .children, .dgt-navigation .children li:hover > .sub-menu, .dgt-navigation .children li:hover > .children {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -khtml-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%); }
      .dgt-navigation .sub-menu li a, .dgt-navigation .children li a {
        font-size: 13px;
        line-height: 50px;
        padding: 0 30px;
        margin: 0; }
  .dgt-navigation li:hover > .sub-menu, .dgt-navigation li:hover > .children {
    transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
    -khtml-transform: translate(0px, 10px);
    -moz-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    -o-transform: translate(0px, 10px);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    visibility: visible; }
  .dgt-navigation li.dgt-megamenu:not(.dgt-megamenu-custom-width) {
    position: static; }
  .dgt-navigation .dgt-megamenu-content {
    width: 100%;
    padding: 25px 20px; }
    .dgt-navigation .dgt-megamenu-content > .dgt-megamenu-item {
      width: 25%;
      float: left;
      padding: 0 10px; }
    .dgt-navigation .dgt-megamenu-content .sub-menu, .dgt-navigation .dgt-megamenu-content .children, .dgt-navigation .dgt-megamenu-content li:hover .sub-menu, .dgt-navigation .dgt-megamenu-content li:hover .children {
      position: relative;
      transform: none;
      -webkit-transform: none;
      -khtml-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      visibility: inherit;
      top: 0;
      opacity: 1;
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      box-shadow: none;
      -webkit-box-shadow: none;
      -khtml-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none; }
    .dgt-navigation .dgt-megamenu-content li a {
      border: none;
      padding: 0; }
    .dgt-navigation .dgt-megamenu-content .sub-menu .sub-menu, .dgt-navigation .dgt-megamenu-content .children .children {
      padding-left: 15px; }
    .dgt-navigation .dgt-megamenu-content .widget {
      margin: 0; }
  .dgt-navigation .dgt-megamenu-html {
    margin-top: 13px; }
    .dgt-navigation .dgt-megamenu-html iframe {
      margin: 17px 0 0; }
  .dgt-navigation .dgt-megamenu-cols-1 > .dgt-megamenu-item {
    width: 100%; }
  .dgt-navigation .dgt-megamenu-cols-2 > .dgt-megamenu-item {
    width: 50%; }
  .dgt-navigation .dgt-megamenu-cols-3 > .dgt-megamenu-item {
    width: 33.3333%; }
  .dgt-navigation .dgt-megamenu-cols-4 > .dgt-megamenu-item {
    width: 25%; }
  .dgt-navigation .dgt-megamenu-cols-5 > .dgt-megamenu-item {
    width: 20%; }
  .dgt-navigation .dgt-megamenu-cols-6 > .dgt-megamenu-item {
    width: 16.6666%; }
  .dgt-navigation .dgt-megamenu-custom-width > .sub-menu, .dgt-navigation .dgt-megamenu-custom-width > .children {
    left: 50%;
    transform: translate(-50%, 30px);
    -webkit-transform: translate(-50%, 30px);
    -khtml-transform: translate(-50%, 30px);
    -moz-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    -o-transform: translate(-50%, 30px); }
  .dgt-navigation .dgt-megamenu-custom-width:hover > .sub-menu, .dgt-navigation .dgt-megamenu-custom-width:hover > .children {
    transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    -khtml-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px); }

#dgt-navigation .dgt-megamenu-content {
  /* Widget sidebar */ }
  #dgt-navigation .dgt-megamenu-content a.dgt-megamenu-title, #dgt-navigation .dgt-megamenu-content .widget-title, #dgt-navigation .dgt-megamenu-content .widgettitle {
    color: #161616;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 17px;
    position: relative;
    text-transform: uppercase; }
    #dgt-navigation .dgt-megamenu-content a.dgt-megamenu-title:after, #dgt-navigation .dgt-megamenu-content .widget-title:after, #dgt-navigation .dgt-megamenu-content .widgettitle:after {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      width: 50px;
      height: 2px;
      background-color: #626262; }
    #dgt-navigation .dgt-megamenu-content a.dgt-megamenu-title:hover, #dgt-navigation .dgt-megamenu-content .widget-title:hover, #dgt-navigation .dgt-megamenu-content .widgettitle:hover {
      background-color: transparent;
      color: #161616; }
  #dgt-navigation .dgt-megamenu-content .dgt-blog-title a, #dgt-navigation .dgt-megamenu-content .blog-info a {
    color: #2e2e2e;
    font-size: 16px;
    padding: 15px 0 0;
    text-transform: uppercase; }
  #dgt-navigation .dgt-megamenu-content .blog-info a {
    font-size: 14px;
    line-height: normal;
    padding: 0 0 6px; }
    #dgt-navigation .dgt-megamenu-content .blog-info a:hover {
      background-color: transparent; }
  #dgt-navigation .dgt-megamenu-content .sub-menu a:hover, #dgt-navigation .dgt-megamenu-content .children a:hover {
    background-color: transparent; }
  #dgt-navigation .dgt-megamenu-content .dgt-cause-infomation {
    padding: 0; }
    #dgt-navigation .dgt-megamenu-content .dgt-cause-infomation a {
      font-size: 16px;
      line-height: normal;
      color: #161616;
      letter-spacing: 1px; }
      #dgt-navigation .dgt-megamenu-content .dgt-cause-infomation a:hover {
        background-color: transparent; }
  #dgt-navigation .dgt-megamenu-content .dgt-blog-sidebar {
    padding-top: 0; }
#dgt-navigation .dgt-cause-menu {
  padding: 0; }
  #dgt-navigation .dgt-cause-menu .dgt-button {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    padding: 0 23px; }

.menu li {
  display: inline-block;
  position: relative; }
  .menu li a {
    margin: 0 20px;
    display: block;
    position: relative;
    text-transform: uppercase; }

/* ========== Body Boxed =========== */
.page-boxed, .page-boxed .fixed-header {
  width: 1240px;
  margin: 0 auto; }

/* ========== Header / Fixed Header =========== */
.dgt-position-fixed .header-primary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.dgt-position-fixed .dgt-navigation > div > ul > li > a:before {
  left: 10%;
  top: auto;
  bottom: 0;
  width: 80%; }

.dgt-header-small #logo, .dgt-header-small #logo-retina, .dgt-header-small #logo-fixed {
  padding: 22px 0 22px 0; }
.dgt-header-small .dgt-header-right {
  padding-top: 16px; }
.dgt-header-small .header-primary {
  border: none; }

/* ========== Header Top =========== */
.header-top-inner {
  line-height: 40px;
  font-size: 13px; }
  .header-top-inner p {
    display: inline-block;
    height: 40px;
    line-height: 42px;
    margin: 0 35px 0 0; }
    .header-top-inner p i {
      margin-right: 7px;
      font-size: 16px;
      vertical-align: -2px; }
  .header-top-inner .dgt-social ul li a {
    line-height: 40px;
    font-size: 16px; }
  .header-top-inner .dgt-social ul li:last-child a {
    padding-right: 0; }

.fixed-header {
  width: 100%;
  z-index: 999; }
  .fixed-header.sticking {
    background-color: #ffffff;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1); }
    .fixed-header.sticking #logo-fixed {
      display: block; }
    .fixed-header.sticking .header-top {
      display: none; }

.header-section {
  position: relative; }
  .header-section [class*="col-"] {
    position: inherit; }

.dgt-header-right {
  padding-top: 30px; }

/* ========== Header Primary =========== */
.dgt-header-inner .dgt-search-icon {
  line-height: 42px;
  margin: 0 17px 0 -21px; }

/* Header Mobile */
.header-mobile-open-icon {
  cursor: pointer;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 9;
  width: 40px;
  text-align: center; }
  .header-mobile-open-icon i {
    font-size: 40px; }

.header-mobile {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  visibility: hidden;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000; }
  .header-mobile.header-mobile-open {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    visibility: visible; }
    .header-mobile.header-mobile-open .searchform {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      visibility: visible; }
  .header-mobile .header-mobile-inner {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    min-width: 441px;
    text-align: center; }
  .header-mobile .header-mobile-top {
    margin: 0 10px; }
  .header-mobile .searchform .dgt-search-form {
    position: relative;
    right: inherit;
    top: inherit;
    width: 244px; }
  .header-mobile .dgt-search-wrap, .header-mobile .dgt-button-donate {
    float: left;
    margin: 0 20px 0 0; }
  .header-mobile .dgt-search-close {
    display: none; }
  .header-mobile .menu {
    margin: 0; }
    .header-mobile .menu li {
      text-align: left;
      display: block; }
      .header-mobile .menu li a {
        padding: 0 15px 0 0;
        color: #fff;
        line-height: 40px;
        text-transform: uppercase;
        margin: 0; }
    .header-mobile .menu .sub-menu {
      display: none; }
  .header-mobile .menu-arrow {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 40px;
    color: #fff;
    font-size: 16px; }
  .header-mobile .header-mobile-bottom {
    margin: 50px 10px 0;
    border-top: 1px solid #fff;
    padding: 34px 0 0; }
  .header-mobile .header-mobile-close {
    height: 40px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 40px;
    cursor: pointer; }
    .header-mobile .header-mobile-close i {
      color: #ffffff;
      font-size: 50px; }
  .header-mobile .widget-title, .header-mobile .widgettitle {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin: 0; }
  .header-mobile .widget {
    margin: 0; }
  .header-mobile .dgt-blog-sidebar {
    padding-bottom: 0; }
  .header-mobile .dgt-blog-item, .header-mobile .dgt-cause-item, .header-mobile .dgt-raised-number span, .header-mobile .dgt-goal-number span {
    color: #fff; }
  .header-mobile .dgt-blog-item .blog-info a {
    line-height: normal; }

/* ========== Search =========== */
.dgt-search-wrap {
  position: relative; }

.dgt-search-icon {
  margin: 9px 17px 0 -20px; }
  .dgt-search-icon i {
    font-size: 21px;
    cursor: pointer; }

.searchform {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  visibility: hidden; }
  .searchform .dgt-search-form {
    border-radius: 5px;
    position: absolute;
    top: 60px;
    width: 250px;
    right: 16px;
    z-index: 9; }
    .searchform .dgt-search-form input[type="text"] {
      border: medium none;
      font-weight: lighter;
      line-height: normal;
      padding: 10px 15px;
      border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      -khtml-border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -ms-border-radius: 5px 5px 5px 5px;
      -o-border-radius: 5px 5px 5px 5px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
      -khtml-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
      -o-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
      background-color: #fff; }
    .searchform .dgt-search-form .dgt-search-close {
      position: absolute;
      right: 15px;
      top: 10px;
      cursor: pointer; }
      .searchform .dgt-search-form .dgt-search-close i {
        color: #2e2e2e; }

.dgt-search-open .searchform {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  visibility: visible; }
  .dgt-search-open .searchform .dgt-search-form {
    top: 40px; }
.dgt-search-open .dgt-search-icon i:before {
  content: "\f405"; }

/* ========== Loading Icon =========== */
.dgt-loading-wrap {
  background-color: #eee;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }

.dgt-loading {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 40px;
  height: 40px; }

.dgt-bounce1, .dgt-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: single 50% 2px 2px;
  -webkit-border-radius: single 50% 2px 2px;
  -khtml-border-radius: single 50% 2px 2px;
  -moz-border-radius: single 50% 2px 2px;
  -ms-border-radius: single 50% 2px 2px;
  -o-border-radius: single 50% 2px 2px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: dgt-bounce 2s infinite ease-in-out;
  -webkit-animation: dgt-bounce 2s infinite ease-in-out;
  -khtml-animation: dgt-bounce 2s infinite ease-in-out;
  -moz-animation: dgt-bounce 2s infinite ease-in-out;
  -ms-animation: dgt-bounce 2s infinite ease-in-out;
  -o-animation: dgt-bounce 2s infinite ease-in-out; }

.dgt-bounce2 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  -khtml-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -ms-animation-delay: -1s;
  -o-animation-delay: -1s; }

@-webkit-keyframes dgt-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); } }
@-moz-keyframes dgt-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); } }
@-ms-keyframes dgt-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); } }
@-o-keyframes dgt-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); } }
@keyframes dgt-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); } }
/* ========== Button back to top =========== */
#dgt-back-top {
  background-color: #ccc;
  border-radius: single 50% 2px 2px;
  -webkit-border-radius: single 50% 2px 2px;
  -khtml-border-radius: single 50% 2px 2px;
  -moz-border-radius: single 50% 2px 2px;
  -ms-border-radius: single 50% 2px 2px;
  -o-border-radius: single 50% 2px 2px;
  bottom: 50px;
  display: block;
  line-height: 52px;
  position: fixed;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  -khtml-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  text-align: center;
  cursor: pointer; }
  #dgt-back-top > * {
    color: #fff;
    font-size: 20px; }

/* ========== Cover Image =========== */
.page-header, .page-content {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0; }

#dgt-cover-image {
  background-color: #EEEEEE;
  min-height: 250px;
  position: relative; }

.dgt-cover-wrap {
  position: absolute;
  top: 57%;
  text-align: center;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 0 15px; }
  .dgt-cover-wrap span, .dgt-cover-wrap a {
    font-size: 16px; }
  .dgt-cover-wrap .separate {
    padding: 0 22px;
    position: relative; }
    .dgt-cover-wrap .separate:before {
      background-color: #ffffff;
      border-radius: 50%;
      content: "";
      height: 5px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 5px; }
  .dgt-cover-wrap .entry-title {
    margin: 0 0 9px 0;
    font-size: 48px; }

.breadcrumbs {
  margin-bottom: 26px; }
  .breadcrumbs span, .breadcrumbs a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7); }
  .breadcrumbs > span {
    position: relative;
    margin: 0 20px 0 0;
    padding: 0 25px 0 0; }
    .breadcrumbs > span:last-child {
      margin: 0;
      padding: 0; }
      .breadcrumbs > span:last-child:after {
        display: none; }
    .breadcrumbs > span:after {
      background-color: #fff;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      content: "";
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      position: absolute; }

/* ========== Entry Header =========== */
.entry-header .entry-title {
  font-size: 36px;
  margin: 51px 0 13px;
  line-height: normal; }

/* ========== Static =========== */
.dgt-static > span {
  line-height: 50px;
  padding: 0 10px 0; }
  .dgt-static > span i {
    padding-right: 10px; }

/* ========== Social =========== */
.dgt-social ul {
  list-style: none;
  margin: 0; }
  .dgt-social ul li {
    display: inline-block; }
    .dgt-social ul li a {
      display: block;
      padding: 0 10px;
      line-height: 50px; }
.dgt-social.name-hidden li span {
  display: none; }
.dgt-social.icon-hidden li i {
  display: none; }

/* ========== Newsletter =========== */
.newsletter .newsletter-email {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  width: 360px;
  height: 40px;
  margin: 0 20px;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  padding: 0 20px; }
.newsletter .newsletter-submit {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border: none;
  height: 40px; }
.newsletter p {
  margin: 0;
  float: left; }

/* ========== Tag =========== */
.tagcloud {
  margin-top: 19px; }
  .tagcloud a {
    border: 1px solid #d9d9d9;
    display: inline-block;
    font-size: 14px !important;
    border-radius: 3px;
    line-height: 26px;
    margin: 0 7px 10px 0;
    padding: 0 9px; }

/* ========== Footer =========== */
.footer-widget {
  font-size: 13px; }
  .footer-widget .dgt-social {
    margin-top: 30px; }
    .footer-widget .dgt-social ul li a {
      border: 1px solid #666666;
      border-radius: 50%;
      line-height: 30px;
      margin: 0 10px 0 0;
      padding: 0;
      text-align: center;
      width: 30px;
      height: 30px;
      font-size: 16px; }
      .footer-widget .dgt-social ul li a:hover {
        color: #fff; }
  .footer-widget .dgt-link-list a {
    text-transform: uppercase;
    font-size: 13px; }
  .footer-widget .tnp-widget input[type="email"] {
    width: 100%;
    background-color: #626262;
    border-color: #626262;
    padding: 0 15px;
    height: 40px;
    color: #989898;
    box-shadow: none; }
  .footer-widget .tnp-widget input.tnp-submit {
    color: #fff;
    border: none;
    width: auto;
    padding: 0 30px;
    line-height: 40px; }

.footer-newsletter {
  padding: 60px 0 65px; }
  .footer-newsletter p {
    margin: 0; }
  .footer-newsletter .newsletterwidget-left {
    float: left;
    clear: both; }
  .footer-newsletter .tnp-widget {
    width: auto;
    float: right;
    width: 530px; }
    .footer-newsletter .tnp-widget input[type="email"] {
      width: 360px;
      float: left;
      background-color: transparent;
      border-color: rgba(255, 255, 255, 0.2);
      padding: 0 15px;
      height: 40px;
      color: #fff;
      box-shadow: none; }
    .footer-newsletter .tnp-widget input.tnp-submit {
      width: 140px;
      float: right;
      border-radius: 4px;
      background-color: #fff;
      color: #161616; }
      .footer-newsletter .tnp-widget input.tnp-submit:hover {
        color: #fff; }

.site-footer .widget {
  margin: 0; }
.site-footer .widget-title, .site-footer .widgettitle {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 37px;
  letter-spacing: 1px; }
.site-footer .footer-newsletter .widget-title, .site-footer .footer-newsletter .widgettitle {
  margin-bottom: 11px; }
.site-footer ul.menu {
  margin: 0 0 0 -30px;
  list-style: none; }
  .site-footer ul.menu li {
    padding: 0 30px;
    width: 50%;
    float: left; }
    .site-footer ul.menu li a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      display: block;
      font-size: 13px;
      margin: 0 0 16px;
      padding: 0 0 14px;
      position: relative;
      text-transform: uppercase; }
    .site-footer ul.menu li:last-child a, .site-footer ul.menu li:nth-child(7) a {
      border: none; }
.site-footer .dgt-menu-horizontal ul.menu li {
  float: none;
  display: inline-block;
  width: auto;
  padding: 0 20px; }
  .site-footer .dgt-menu-horizontal ul.menu li a {
    border: medium none;
    margin: 0;
    padding: 0; }
.site-footer .dgt-menu-minimal ul.menu {
  margin-top: -12px; }
  .site-footer .dgt-menu-minimal ul.menu li a {
    position: relative;
    border: none;
    padding: 11px 0 11px 13px;
    display: block;
    line-height: 18px;
    margin: 0; }
    .site-footer .dgt-menu-minimal ul.menu li a:before {
      content: "\f3d3";
      position: absolute;
      left: 0;
      font-family: "Ionicons";
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
.site-footer .dgt-cause-footer {
  padding-top: 3px; }
  .site-footer .dgt-cause-footer .dgt-blog-item {
    margin-bottom: 20px; }
  .site-footer .dgt-cause-footer h4 {
    text-transform: uppercase;
    font-size: 13px; }
  .site-footer .dgt-cause-footer.dgt-cause-minimal {
    padding-top: 0; }
    .site-footer .dgt-cause-footer.dgt-cause-minimal .dgt-blog-item {
      margin: 0; }
      .site-footer .dgt-cause-footer.dgt-cause-minimal .dgt-blog-item:first-child a {
        padding-top: 0; }
        .site-footer .dgt-cause-footer.dgt-cause-minimal .dgt-blog-item:first-child a:before {
          top: 0;
          transform: none;
          -webkit-transform: none;
          -khtml-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none; }
      .site-footer .dgt-cause-footer.dgt-cause-minimal .dgt-blog-item:last-child a {
        padding-bottom: 0; }
        .site-footer .dgt-cause-footer.dgt-cause-minimal .dgt-blog-item:last-child a:before {
          top: 10px;
          transform: none;
          -webkit-transform: none;
          -khtml-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none; }
    .site-footer .dgt-cause-footer.dgt-cause-minimal a {
      position: relative;
      padding: 11px 0 11px 24px;
      display: block;
      line-height: 18px; }
      .site-footer .dgt-cause-footer.dgt-cause-minimal a:before {
        content: "\f3d3";
        position: absolute;
        left: 0;
        font-family: "Ionicons";
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }

.logo-footer {
  margin-bottom: 28px; }

.dgt-widget-about > p {
  line-height: 1.7; }

.dgt-about-info {
  font-size: 13px; }
  .dgt-about-info p {
    margin-bottom: 21px; }
  .dgt-about-info i {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
    width: 12px;
    vertical-align: -2px; }
  .dgt-about-info .address {
    margin-top: 18px; }

/* ========== Coppyright =========== */
#coppyright p, #coppyright .dgt-social ul li a {
  line-height: 60px; }
#coppyright p {
  margin-bottom: 0; }

/* ========== Main content =========== */
.content-area {
  margin-top: 100px; }

.no-margin .content-area {
  margin-top: 0; }

.single-content .post-thumbnail img {
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  width: 100%; }
.single-content .entry-content {
  line-height: 1.7; }
  .single-content .entry-content h1, .single-content .entry-content h2, .single-content .entry-content h3, .single-content .entry-content h4, .single-content .entry-content h5, .single-content .entry-content h6 {
    margin-bottom: 20px; }
  .single-content .entry-content td, .single-content .entry-content th {
    padding: 10px; }

/* Gallery image */
.dgt-flickity-slider {
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px; }
  .dgt-flickity-slider .carousel-cell {
    width: 100%; }

.dgt-flickity-slider-nav {
  margin: 10px 0 0 -15px;
  overflow: hidden;
  padding: 0 0 15px 15px; }
  .dgt-flickity-slider-nav .carousel-cell {
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    width: 100px;
    margin-right: 10px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px; }
    .dgt-flickity-slider-nav .carousel-cell img {
      cursor: pointer; }
    .dgt-flickity-slider-nav .carousel-cell.is-selected, .dgt-flickity-slider-nav .carousel-cell:hover {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      box-shadow: 0 7px 8px rgba(0, 0, 0, 0.45);
      -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.45);
      -khtml-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.45);
      -moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.45);
      -ms-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.45);
      -o-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.45); }
  .dgt-flickity-slider-nav .flickity-viewport {
    overflow: visible; }

.dgt-single-image img {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); }

.site-content {
  line-height: 1.7; }
  .site-content em, .site-content dfn {
    color: #232323;
    font-size: 16px; }
  .site-content .entry-content {
    line-height: 1.7; }

.entry-meta {
  margin-bottom: 23px; }
  .entry-meta span {
    display: block;
    padding: 0 0 6px 0; }
    .entry-meta span i {
      padding-right: 7px;
      font-size: 16px; }
    .entry-meta span a {
      padding-left: 5px; }

/* Sticky Post */
.sticky.post .dgt-blog-title a:before {
  content: "\f2a6";
  font-family: "Ionicons"; }

.dgt-link-list {
  list-style: none;
  margin: 0; }
  .dgt-link-list li a {
    position: relative;
    padding: 11px 0 11px 24px;
    display: block; }
    .dgt-link-list li a:before {
      content: "\f3d3";
      position: absolute;
      left: 0;
      font-family: "Ionicons";
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
  .dgt-link-list li:first-child a {
    padding-top: 0; }
    .dgt-link-list li:first-child a:before {
      top: 0;
      transform: none;
      -webkit-transform: none;
      -khtml-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none; }
  .dgt-link-list li:last-child a {
    padding-bottom: 0; }
    .dgt-link-list li:last-child a:before {
      top: 10px;
      transform: none;
      -webkit-transform: none;
      -khtml-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none; }

/* ========== Single Post =========== */
.single-post-action {
  margin-top: 40px; }

.section-tags {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 83px;
  padding-bottom: 75px; }

/* Post Tag */
.dgt-post-tags {
  font-size: 13px; }
  .dgt-post-tags i {
    font-size: 16px;
    color: #232323;
    padding-right: 5px; }

.dgt-post-tags span, .post-share span {
  color: #2e2e2e;
  padding-right: 5px; }
.dgt-post-tags a, .post-share a {
  color: #989898; }

/* Post Share Social */
.post-share .dgt-social ul li a {
  line-height: normal; }
.post-share i {
  font-size: 14px; }

/* Post pagination */
.section-pagination {
  margin-bottom: 40px;
  padding-bottom: 40px; }

.post-pagination a {
  line-height: 38px;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border: 1px solid #989898;
  display: inline-block;
  text-transform: uppercase;
  color: #989898;
  padding: 0 22px;
  letter-spacing: 1px; }
  .post-pagination a i {
    padding-right: 7px; }
  .post-pagination a:hover, .post-pagination a:hover i {
    color: #fff; }
  .post-pagination a:hover {
    background-color: #476a30; }
.post-pagination .next-post a i {
  padding: 0 0 0 7px; }

/* Post Author */
.dgt-post-author {
  background-color: #f5f5f5;
  padding: 40px 30px;
  color: #626262;
  position: relative;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px; }
  .dgt-post-author .author-img {
    float: left;
    width: 90px; }
    .dgt-post-author .author-img img {
      border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px;
      -khtml-border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -ms-border-radius: 4px 4px 4px 4px;
      -o-border-radius: 4px 4px 4px 4px; }
  .dgt-post-author .author-content {
    float: left;
    width: calc(100% - 90px);
    padding-left: 30px; }
  .dgt-post-author h3, .dgt-post-author h3 a {
    color: #2e2e2e;
    padding: 0 0 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7; }
  .dgt-post-author .dgt-social ul li a {
    line-height: normal;
    padding: 0 15px 0 0;
    font-size: 16px;
    color: #989898; }

/* Post Comment */
#comments {
  margin-top: 113px; }
  #comments li {
    margin-bottom: 45px; }
  #comments .comment-list {
    border-bottom: 1px solid #dddddd;
    margin: 50px 0 73px;
    padding-bottom: 11px; }
  #comments .author-img {
    float: left; }
    #comments .author-img img {
      border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      -khtml-border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -ms-border-radius: 5px 5px 5px 5px;
      -o-border-radius: 5px 5px 5px 5px; }
  #comments .comment-text {
    float: left;
    width: calc(100% - 70px);
    padding-left: 20px; }
    #comments .comment-text .author {
      display: inline-block;
      margin: -6px 0 11px; }
      #comments .comment-text .author a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal;
        color: #2e2e2e; }
    #comments .comment-text .date {
      float: right;
      color: #2e2e2e; }
  #comments .children li {
    padding-left: 90px; }
  #comments .reply {
    display: block;
    margin: -4px 0 0; }
  #comments .comment-form p {
    margin: 0 0 30px; }
  #comments .comment-form textarea {
    height: 140px; }

.form-submit {
  text-align: left;
  margin-top: 30px; }

/* ========== Sidebar =========== */
.sidebar .widget {
  margin-bottom: 66px; }
  .sidebar .widget.widget_search {
    padding: 0;
    margin-bottom: 33px; }
    .sidebar .widget.widget_search label {
      width: 100%; }
    .sidebar .widget.widget_search input[type="text"],
    .sidebar .widget.widget_search input[type="search"] {
      border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px;
      -khtml-border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -ms-border-radius: 4px 4px 4px 4px;
      -o-border-radius: 4px 4px 4px 4px;
      background-color: #ffffff;
      border: 1px solid #d9d9d9;
      color: #999999;
      padding-left: 20px;
      height: 40px; }
  .sidebar .widget .tagcloud a:hover {
    color: #fff; }
.sidebar .widget-title, .sidebar .widgettitle {
  border-bottom: 1px solid #d9d9d9;
  display: inline-block;
  font-size: 24px;
  margin: 0 0 21px;
  padding-bottom: 24px;
  text-transform: uppercase;
  width: 100%; }
.sidebar select {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  height: 40px;
  margin-top: 15px;
  padding: 0 10px;
  width: 100%; }
.sidebar .widget_categories li a, .sidebar .widget_archive li a, .sidebar .widget_pages li a, .sidebar .widget_meta li a, .sidebar .widget_nav_menu li a, .sidebar .widget_product_categories li a, .sidebar .widget_layered_nav li a {
  position: relative;
  display: block; }
.sidebar .widget_categories li:last-child, .sidebar .widget_archive li:last-child, .sidebar .widget_pages li:last-child, .sidebar .widget_meta li:last-child, .sidebar .widget_nav_menu li:last-child, .sidebar .widget_product_categories li:last-child, .sidebar .widget_layered_nav li:last-child {
  padding-bottom: 0; }
.sidebar .widget_archive li, .sidebar .widget_categories li, .sidebar .widget_product_categories li, .sidebar .widget_rating_filter li, .sidebar .widget_layered_nav li {
  text-align: right;
  display: block; }
  .sidebar .widget_archive li a, .sidebar .widget_categories li a, .sidebar .widget_product_categories li a, .sidebar .widget_rating_filter li a, .sidebar .widget_layered_nav li a {
    float: left;
    text-transform: uppercase; }
  .sidebar .widget_archive li:before, .sidebar .widget_archive li:after, .sidebar .widget_categories li:before, .sidebar .widget_categories li:after, .sidebar .widget_product_categories li:before, .sidebar .widget_product_categories li:after, .sidebar .widget_rating_filter li:before, .sidebar .widget_rating_filter li:after, .sidebar .widget_layered_nav li:before, .sidebar .widget_layered_nav li:after {
    display: table;
    content: "";
    clear: both; }
.sidebar .widget_rating_filter li a {
  float: none; }
  .sidebar .widget_rating_filter li a .star-rating {
    float: left;
    margin: 4px 0 0; }
.sidebar .menu li {
  display: block; }
.sidebar .dgt-blog-sidebar h3 a {
  color: #161616; }
.sidebar .dgt-cause-sidebar .dgt-cause-title a {
  color: #161616; }
.sidebar .dgt-cause-sidebar .dgt-cause-button a, .sidebar .dgt-cause-sidebar .dgt-cause-button a:hover {
  color: #fff; }

/* ========== Revolution Slide =========== */
/* ========== Navigation Custom 1 ======== */
.tparrows.dgt-custom-1 {
  background-color: transparent; }
  .tparrows.dgt-custom-1:before {
    content: "\f3d3";
    font-family: "Ionicons";
    font-size: 72px;
    color: rgba(255, 255, 255, 0.5); }
  .tparrows.dgt-custom-1.tp-leftarrow:before {
    content: "\f3d2"; }
  .tparrows.dgt-custom-1:hover:before {
    color: #ffffff; }

/* ========== Bullets Custom 1 ======== */
.dgt-custom-1 .tp-bullet {
  width: 30px;
  height: 10px;
  background-color: transparent; }
  .dgt-custom-1 .tp-bullet span {
    width: 30px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block; }
  .dgt-custom-1 .tp-bullet:hover span, .dgt-custom-1 .tp-bullet.selected span {
    background-color: #fff; }

/* ========== Bullets Custom 2 ======== */
.dgt-custom-2 .tp-bullet, .dgt-custom-3 .tp-bullet {
  height: 30px;
  background-color: transparent;
  counter-increment: slides-num; }
  .dgt-custom-2 .tp-bullet span, .dgt-custom-3 .tp-bullet span {
    width: 2px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block; }
  .dgt-custom-2 .tp-bullet:before, .dgt-custom-3 .tp-bullet:before {
    color: #ffffff;
    content: "0" counter(slides-num,decimal) ".";
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    bottom: -14px;
    left: 10px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0; }
  .dgt-custom-2 .tp-bullet:hover span, .dgt-custom-2 .tp-bullet.selected span, .dgt-custom-3 .tp-bullet:hover span, .dgt-custom-3 .tp-bullet.selected span {
    background-color: #fff; }
  .dgt-custom-2 .tp-bullet:hover:before, .dgt-custom-2 .tp-bullet.selected:before, .dgt-custom-3 .tp-bullet:hover:before, .dgt-custom-3 .tp-bullet.selected:before {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1; }

/* ========== Bullets Custom 3 ======== */
.dgt-custom-3 .tp-bullet {
  height: 33px;
  width: 70px; }
  .dgt-custom-3 .tp-bullet span {
    width: 70px;
    height: 4px;
    border-radius: 2px; }
  .dgt-custom-3 .tp-bullet:before {
    font-size: 24px;
    left: 0;
    top: -37px;
    font-weight: normal; }

/* ========== Flickity Slide =========== */
.flickity-prev-next-button {
  border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -khtml-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  width: 35px;
  height: 35px;
  padding: 0; }
  .flickity-prev-next-button svg {
    width: 40%;
    height: 40%;
    left: 30%;
    top: 30%; }
  .flickity-prev-next-button .arrow {
    fill: #fff; }

.flickity-enabled:hover .flickity-prev-next-button {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1; }

/* ========== Icon Box =========== */
.dgt-icon-box .dgt-icon-box-inner {
  padding: 50px 25px 40px;
  margin: 0 11px;
  border-radius: 5px; }
.dgt-icon-box .dgt-icon-wrap {
  position: relative; }
.dgt-icon-box p {
  line-height: 1.7; }
.dgt-icon-box .dgt-icon-svg {
  margin-bottom: 45px;
  display: inline-block; }
.dgt-icon-box .dgt-icon {
  display: inline-block;
  margin-bottom: 6px; }
  .dgt-icon-box .dgt-icon i {
    font-size: 50px; }
.dgt-icon-box h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px; }
.dgt-icon-box .dgt-readmore {
  padding: 22px 0 16px;
  display: inline-block; }
.dgt-icon-box .divider {
  width: 1px;
  position: absolute;
  right: -40px;
  top: 0;
  height: 100%; }

.dgt-icon-svg svg {
  width: 40px;
  height: 40px; }

/* ========== Icon Box Vertical =========== */
.dgt-icon-box-vertical .dgt-icon-box-inner:hover h3, .dgt-icon-box-vertical .dgt-icon-box-inner:hover p, .dgt-icon-box-vertical .dgt-icon-box-inner:hover .dgt-icon-svg path, .dgt-icon-box-vertical .dgt-icon-box-inner:hover .dgt-icon {
  color: #fff;
  fill: #fff; }

/* ========== Icon Box White =========== */
.dgt-icon-box.dgt-icon-box-white .dgt-icon-box-inner {
  margin: 0;
  padding: 0 50px; }
.dgt-icon-box.dgt-icon-box-white .divider {
  right: -50px;
  top: 7px;
  height: calc(100% - 35px); }
.dgt-icon-box.dgt-icon-box-white h3, .dgt-icon-box.dgt-icon-box-white p, .dgt-icon-box.dgt-icon-box-white .dgt-icon-svg path, .dgt-icon-box.dgt-icon-box-white .dgt-icon {
  color: #fff;
  fill: #fff; }
.dgt-icon-box.dgt-icon-box-white .dgt-icon-svg {
  margin-bottom: 32px; }
.dgt-icon-box.dgt-icon-box-white h3 {
  margin-bottom: 26px;
  font-weight: normal; }

/* ========== Icon Box Horizontal =========== */
.dgt-icon-box-horizontal {
  text-align: left; }
  .dgt-icon-box-horizontal .dgt-icon-box-inner {
    margin: 0;
    padding: 50px 40px 40px; }
  .dgt-icon-box-horizontal .dgt-icon, .dgt-icon-box-horizontal .dgt-icon-svg {
    float: left;
    width: 40px;
    margin: 0; }
    .dgt-icon-box-horizontal .dgt-icon + .dgt-icon-info, .dgt-icon-box-horizontal .dgt-icon-svg + .dgt-icon-info {
      width: calc(100% - 40px);
      padding-left: 22px;
      float: left; }
  .dgt-icon-box-horizontal h3 {
    margin: 3px 0 17px; }

/* ========== Icon Box Title =========== */
.dgt-icon-box-title {
  text-align: left; }
  .dgt-icon-box-title .dgt-icon-box-inner {
    padding: 0;
    margin: 0 0 11px; }
  .dgt-icon-box-title h3 {
    margin-bottom: 6px; }
  .dgt-icon-box-title .dgt-icon-svg {
    margin: 0 10px 0 0;
    vertical-align: -5px; }
    .dgt-icon-box-title .dgt-icon-svg svg {
      width: 25px;
      height: 24px; }

/* ========== Icon Box Left =========== */
.dgt-icon-box-left {
  text-align: left; }
  .dgt-icon-box-left .dgt-icon-box-inner {
    margin: 0;
    padding: 0 35px; }
    .dgt-icon-box-left .dgt-icon-box-inner h3 {
      font-weight: normal;
      color: #161616;
      margin-bottom: 25px; }
  .dgt-icon-box-left .dgt-icon-svg {
    margin-bottom: 4px; }
  .dgt-icon-box-left .divider {
    height: 60%;
    top: 20%;
    right: -50px; }

/* =========== Counter Box ============ */
.dgt-counter-box .dgt-counter-box-inner {
  position: relative;
  padding: 20px 0 18px; }
.dgt-counter-box .divider {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: -15px; }
.dgt-counter-box .dgt-icon {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 30px;
  color: #fff;
  margin-bottom: 32px; }
  .dgt-counter-box .dgt-icon i {
    vertical-align: 1px; }
.dgt-counter-box h3 {
  font-size: 36px;
  color: #fff;
  padding-bottom: 13px;
  font-weight: normal;
  letter-spacing: 1px; }
.dgt-counter-box h4 {
  color: #cccccc;
  font-size: 18px;
  font-weight: normal; }
.dgt-counter-box:hover .dgt-icon {
  background-color: #fff;
  color: #232323; }

.dgt-counter-dark h3 {
  color: #232323; }

/* =========== Team Member ============ */
.dgt-team-item-inner {
  background-color: #fff;
  margin-bottom: 30px; }
  .dgt-team-item-inner .dgt-team-avatar {
    padding: 0 0 20px; }
  .dgt-team-item-inner h3 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #232323;
    padding-bottom: 3px; }
  .dgt-team-item-inner h5 {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    padding: 4px 0 6px; }
  .dgt-team-item-inner .dgt-social {
    padding: 10px 0 0; }
    .dgt-team-item-inner .dgt-social ul li a {
      line-height: normal;
      font-size: 16px; }
  .dgt-team-item-inner .team-donate {
    padding: 4px 0;
    margin-bottom: 0; }

/* Team member layout list */
.dgt-list-layout .dgt-team-item-inner {
  padding: 0; }
  .dgt-list-layout .dgt-team-item-inner .dgt-team-avatar {
    padding: 10px 40px 0 0; }
    .dgt-list-layout .dgt-team-item-inner .dgt-team-avatar img {
      border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px;
      -khtml-border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -ms-border-radius: 4px 4px 4px 4px;
      -o-border-radius: 4px 4px 4px 4px; }
  .dgt-list-layout .dgt-team-item-inner .dgt-social {
    margin-top: 0;
    padding-top: 0;
    border: none; }
    .dgt-list-layout .dgt-team-item-inner .dgt-social ul li a {
      padding: 0 20px 0 0;
      line-height: 40px; }
.dgt-list-layout .dgt-team-info {
  padding-bottom: 12px; }
  .dgt-list-layout .dgt-team-info h4 {
    font-size: 24px;
    line-height: normal;
    padding-bottom: 0;
    text-transform: uppercase; }
    .dgt-list-layout .dgt-team-info h4 span {
      font-weight: normal; }
  .dgt-list-layout .dgt-team-info h5 {
    font-size: 14px;
    padding: 0 0 27px 0;
    color: #666666; }

.dgt-team-exp {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #161616; }

.dgt-team-donate {
  color: #161616;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  margin: 16px 75px 0 0;
  padding: 0 75px 0 0;
  position: relative; }
  .dgt-team-donate span {
    font-weight: bold;
    display: block;
    line-height: 1;
    padding: 14px 0 5px; }
  .dgt-team-donate .dgt-icon-svg {
    width: 40px; }
  .dgt-team-donate.divider:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 60%;
    top: 30%;
    right: 0;
    background-color: #e6e6e6; }

/* =========== Blog Item ============ */
.dgt-blog-title.dgt-title-big{
  font-size: 24px;
  line-height: normal;
  text-transform: none;
}
.dgt-blog-title.dgt-title-big a{
  padding-bottom: 15px;
}
.dgt-blog-title {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px; }
  .dgt-blog-title a {
    color: #232323;
    display: block;
    padding-bottom: 8px;
    letter-spacing: 1px; }

.dgt-blog-item {
  margin-bottom: 30px; }

.dgt-blog-item-inner {
  background-color: #fff; }
  .dgt-blog-item-inner .post-feature-image {
    position: relative; }
  .dgt-blog-item-inner .dgt-blog-info {
    padding: 24px 0 0; }
  .dgt-blog-item-inner .info-post {
    padding: 0 0 3px; }
    .dgt-blog-item-inner .info-post span {
      display: inline-block;
      padding-right: 9px; }
  .dgt-blog-item-inner .dgt-blog-date {
    font-size: 14px; }
  .dgt-blog-item-inner .dgt-blog-readmore {
    padding-top: 16px; }
    .dgt-blog-item-inner .dgt-blog-readmore a {
      text-transform: uppercase;
      font-weight: bold;
      color: #476a30; }
      .dgt-blog-item-inner .dgt-blog-readmore a i {
        padding-left: 5px; }
      .dgt-blog-item-inner .dgt-blog-readmore a:not(.dgt-button):hover {
        color: #232323; }
        .dgt-blog-item-inner .dgt-blog-readmore a:not(.dgt-button):hover i {
          padding-left: 10px; }

.info-post span {
  color: #989898;
  padding-right: 29px; }
  .info-post span i {
    font-size: 16px;
    padding-right: 5px;
    vertical-align: -1px; }

/* =========== Blog Grid ============ */
.dgt-blog-grid .dgt-blog-category {
  padding-top: 0; }
.dgt-blog-grid .info-post {
  padding-bottom: 14px; }
.dgt-blog-grid .dgt-blog-title {
  font-weight: normal; }

/* =========== Blog Full ============ */
.dgt-blog-full .dgt-blog-item-inner .dgt-blog-date {
  position: relative;
  display: inline-block;
  left: inherit;
  top: inherit; }

/* =========== Blog List Alt ============ */
.dgt-blog-list-alt .dgt-blog-item-inner {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden; }
.dgt-blog-list-alt .info-post {
  padding: 0 0 17px; }
.dgt-blog-list-alt .post-feature-image {
  width: 240px; }
  .dgt-blog-list-alt .post-feature-image + .dgt-blog-info {
    width: calc(100% - 240px);
    padding: 24px 20px 0; }
.dgt-blog-list-alt .dgt-blog-title {
  font-weight: bold;
  line-height: 1.5; }
.dgt-blog-list-alt .dgt-blog-readmore {
  padding-top: 40px; }
  .dgt-blog-list-alt .dgt-blog-readmore a {
    color: #fff; }

/* =========== Blog Box ============ */
.dgt-blog-box .dgt-blog-item {
  padding: 0; }
.dgt-blog-box .wrapper-img {
  position: relative; }
  .dgt-blog-box .wrapper-img a:after {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
.dgt-blog-box .dgt-blog-info {
  position: absolute;
  bottom: 55px;
  left: 0;
  padding: 0 100px 0 60px; }
.dgt-blog-box .info-post span {
  text-transform: uppercase; }
.dgt-blog-box .dgt-blog-title {
  font-size: 24px; }
  .dgt-blog-box .dgt-blog-title a {
    color: #fff; }
    .dgt-blog-box .dgt-blog-title a:hover {
      filter: alpha(opacity=70);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      opacity: 0.7;
      -webkit-opacity: 0.7;
      -khtml-opacity: 0.7;
      -moz-opacity: 0.7;
      -ms-opacity: 0.7;
      -o-opacity: 0.7; }
.dgt-blog-box .dgt-blog-readmore a:hover:not(.dgt-button) {
  color: #fff; }

/* =========== Blog List ============ */
.dgt-blog-list .dgt-blog-item {
  margin-bottom: 60px; }
.dgt-blog-list .post-feature-image img {
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px; }
.dgt-blog-list .dgt-blog-title {
  font-size: 21px;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  font-weight: normal; }
  .dgt-blog-list .dgt-blog-title a {
    letter-spacing: 0; }
.dgt-blog-list .dgt-blog-info {
  padding: 0; }
.dgt-blog-list .info-post {
  padding: 0 0 5px; }

/* =========== Blog Masonry ============ */
.dgt-blog-masonry .post-feature-image img {
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px; }
.dgt-blog-masonry .dgt-blog-info {
  padding: 13px 0 0; }
.dgt-blog-masonry .dgt-blog-date {
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px; }
.dgt-blog-masonry .dgt-blog-title {
  font-size: 14px; }
  .dgt-blog-masonry .dgt-blog-title a {
    font-weight: bold;
    letter-spacing: 1px; }
.dgt-blog-masonry .dgt-blog-item {
  margin-bottom: 60px; }

/* =========== Blog Sidebar ============ */
.dgt-blog-sidebar {
  padding: 19px 0 8px; }
  .dgt-blog-sidebar h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.8;
    margin: -7px 0 3px; }
  .dgt-blog-sidebar .blog-image {
    float: left;
    width: 70px; }
    .dgt-blog-sidebar .blog-image img {
      border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px;
      -khtml-border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -ms-border-radius: 4px 4px 4px 4px;
      -o-border-radius: 4px 4px 4px 4px; }
    .dgt-blog-sidebar .blog-image + .blog-info {
      float: left;
      width: calc(100% - 70px);
      padding-left: 14px; }
  .dgt-blog-sidebar .dgt-blog-item:last-child {
    margin-bottom: 0; }

/* =========== Filter Category ============ */
.dgt-fiter-wrap {
  text-align: center;
  margin: 20px 0 52px; }
  .dgt-fiter-wrap ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px; }
    .dgt-fiter-wrap ul li {
      float: left;
      line-height: 36px;
      padding: 0 20px;
      cursor: pointer;
      text-transform: uppercase;
      color: #989898;
      position: relative;
      font-weight: bold;
      border-right: 1px solid #d9d9d9; }
      .dgt-fiter-wrap ul li:last-child {
        border: none; }

/* =========== Dgt Pagination ============ */
.dgt-pagination {
  text-align: center;
  margin: 80px 0 0; }
  .dgt-pagination > * {
    display: inline-block;
    vertical-align: middle; }
  .dgt-pagination .page-numbers {
    width: 30px;
    height: 30px;
    background-color: #fff;
    line-height: 28px;
    border-radius: 4px;
    margin: 0 4px;
    border: 1px solid #d9d9d9; }
  .dgt-pagination .pagination {
    margin: 0;
    background-color: transparent; }
  .dgt-pagination .current, .dgt-pagination .page-numbers:hover {
    color: #fff;
    background-color: #476a30;
    border-color: #476a30; }

/* =========== Dgt Gallery ============ */
.dgt-gallery-item {
  padding: 0 15px;
  margin-bottom: 30px; }

.dgt-gallery-item-inner {
  position: relative;
  overflow: hidden; }
  .dgt-gallery-item-inner .post-feature-image {
    position: relative; }
    .dgt-gallery-item-inner .post-feature-image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1;
      visibility: hidden;
      opacity: 0; }
  .dgt-gallery-item-inner .dgt-colorbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    font-size: 20px;
    background-color: #fff;
    color: #232323; }
    .dgt-gallery-item-inner .dgt-colorbox:hover {
      background-color: #cecece;
      color: #fff; }
  .dgt-gallery-item-inner h5 {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    visibility: hidden;
    opacity: 0; }
  .dgt-gallery-item-inner:hover .dgt-colorbox, .dgt-gallery-item-inner:hover .post-feature-image:after, .dgt-gallery-item-inner:hover h5 {
    opacity: 1;
    visibility: visible; }

.dgt-lightbox-gallery {
  margin: 49px 0 -5px;
  padding: 0; }
  .dgt-lightbox-gallery .row {
    margin-left: -5px;
    margin-right: -5px; }
    .dgt-lightbox-gallery .row [class*="col-"] {
      padding-left: 5px;
      padding-right: 5px; }
  .dgt-lightbox-gallery .carousel-cell {
    margin-bottom: 10px;
    width: auto;
    display: block;
    padding: 0; }
    .dgt-lightbox-gallery .carousel-cell:after {
      width: 100%;
      left: 0; }
  .dgt-lightbox-gallery img {
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    width: 100%; }
  .dgt-lightbox-gallery .dgt-custom-heading {
    margin-bottom: 40px; }
    .dgt-lightbox-gallery .dgt-custom-heading .dgt-heading {
      font-size: 24px;
      margin-bottom: 0; }

/* =========== Dgt Cause ============ */
.dgt-cause-inner, .dgt-event-inner {
  margin-bottom: 60px; }
  .dgt-cause-inner .post-feature-image img, .dgt-event-inner .post-feature-image img {
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px; }

.dgt-cause-meta span {
  display: block; }
  .dgt-cause-meta span i {
    width: 20px;
    text-align: center; }

.dgt-cause-title {
  padding: 21px 0 0;
  font-size: 16px; }

.dgt-cause-raised {
  margin-top: 34px;
  position: relative; }

.dgt-raised-percent {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }

.dgt-raised-number, .dgt-goal-number, .dgt-percent {
  margin: 0;
  font-size: 18px;
  color: #7b7b7b; }
  .dgt-raised-number > span, .dgt-goal-number > span, .dgt-percent > span {
    color: #2e2e2e;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold; }

.dgt-goal-number {
  text-align: right; }

.dgt-cause-process-bar {
  height: 6px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 9px;
  background-color: #b6c3b6; }
  .dgt-cause-process-bar .dgt-cause-percent {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px; }

.dgt-cause-button {
  margin: 37px 0 0;
  text-align: center; }
  .dgt-cause-button a {
    margin: 0 12px 0 0; }

.dgt-cause-status {
  font-size: 18px;
  padding: 32px 0 0;
  margin: 0;
  text-transform: uppercase; }

.dgt-cause-excerpt {
  padding: 10px 0 0; }

/* =========== Dgt Cause List ============ */
.dgt-list-layout .dgt-cause-head-left {
  width: 70px; }
  .dgt-list-layout .dgt-cause-head-left + .dgt-cause-head-right {
    width: calc(100% - 70px);
    padding: 0 0 0 20px; }
.dgt-list-layout .dgt-blog-date {
  background-color: #161616;
  border-radius: 3px;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  padding: 13px 0 14px; }
  .dgt-list-layout .dgt-blog-date span {
    display: block;
    font-size: 36px;
    padding-bottom: 6px; }
.dgt-list-layout .dgt-event-category {
  text-transform: uppercase; }
.dgt-list-layout .dgt-cause-title {
  font-size: 24px;
  line-height: 1.4;
  padding: 4px 0 0; }
.dgt-list-layout .dgt-raised-number, .dgt-list-layout .dgt-goal-number {
  font-size: 30px;
  color: #161616; }
  .dgt-list-layout .dgt-raised-number span, .dgt-list-layout .dgt-goal-number span {
    font-weight: normal; }
.dgt-list-layout .dgt-raised-number {
  padding: 0 70px 0 0;
  margin: 0 70px 0 0;
  position: relative; }
  .dgt-list-layout .dgt-raised-number:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 40px;
    content: "";
    background-color: #e7e7e7;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
.dgt-list-layout .dgt-cause-button {
  text-align: left;
  margin: 30px 0 0; }
.dgt-list-layout .dgt-cause-excerpt {
  padding: 21px 0 0; }
.dgt-list-layout .dgt-cause-raised {
  margin-top: 25px; }

.site-content.content-left-sidebar .dgt-list-layout .dgt-cause-inner .post-feature-image,
.site-content.content-right-sidebar .dgt-list-layout .dgt-cause-inner .post-feature-image {
  padding-left: 0; }
.site-content.content-left-sidebar .dgt-list-layout .dgt-cause-inner .dgt-blog-title,
.site-content.content-right-sidebar .dgt-list-layout .dgt-cause-inner .dgt-blog-title {
  font-size: 16px;
  padding: 20px 0 5px; }
  .site-content.content-left-sidebar .dgt-list-layout .dgt-cause-inner .dgt-blog-title a,
  .site-content.content-right-sidebar .dgt-list-layout .dgt-cause-inner .dgt-blog-title a {
    padding-bottom: 7px; }
.site-content.content-left-sidebar .dgt-list-layout .dgt-cause-infomation,
.site-content.content-right-sidebar .dgt-list-layout .dgt-cause-infomation {
  padding: 0; }
.site-content.content-left-sidebar .dgt-list-layout .dgt-cause-excerpt,
.site-content.content-right-sidebar .dgt-list-layout .dgt-cause-excerpt {
  font-size: 13px; }
.site-content.content-left-sidebar .dgt-list-layout .dgt-cause-raised,
.site-content.content-right-sidebar .dgt-list-layout .dgt-cause-raised {
  padding: 20px 0 0; }

/* =========== Dgt Cause Grid Base ============ */
.dgt-grid-left .post-feature-image {
  position: relative; }
.dgt-grid-left .dgt-cause-process-bar {
  background-color: transparent;
  border-radius: 5px;
  height: 100%;
  position: absolute;
  top: 0; }
  .dgt-grid-left .dgt-cause-process-bar .dgt-cause-percent {
    border-radius: 0; }
  .dgt-grid-left .dgt-cause-process-bar .dgt-percent-inner {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 8px; }
.dgt-grid-left .dgt-cause-infomation {
  padding: 0 20px; }
.dgt-grid-left .dgt-cause-button {
  text-align: left;
  margin: 32px 0 0; }

/* =========== Dgt Cause Grid Box ============ */
.dgt-grid-box .dgt-cause-inner {
  background-color: #fff;
  border-radius: 4px; }
.dgt-grid-box .dgt-cause-infomation {
  padding: 12px 30px 30px; }
.dgt-grid-box .post-feature-image img {
  border-radius: 4px 4px 0 0; }
.dgt-grid-box .dgt-cause-title {
  font-weight: bold; }
.dgt-grid-box .dgt-cause-excerpt {
  padding: 0px 0 0; }
.dgt-grid-box .dgt-cause-raised {
  margin-top: 32px; }
.dgt-grid-box .dgt-raised-number, .dgt-grid-box .dgt-goal-number {
  font-size: 22px;
  color: #161616;
  width: 50%;
  position: relative; }
.dgt-grid-box .dgt-raised-number:after {
  width: 1px;
  height: 40px;
  content: "";
  position: absolute;
  background-color: #e7e7e7;
  right: 0;
  top: 4px; }
.dgt-grid-box .dgt-cause-process-bar {
  margin: 0 0 16px; }
.dgt-grid-box .dgt-cause-button {
  margin: 23px 0 0; }

/* =========== Dgt Cause Grid Center ============ */
.dgt-grid-center .post-feature-image {
  position: relative; }
.dgt-grid-center .dgt-cause-infomation {
  padding: 0 20px; }
.dgt-grid-center .info-post {
  padding: 19px 0 0; }
.dgt-grid-center .dgt-cause-title {
  font-weight: normal;
  padding: 3px 0 0; }
  .dgt-grid-center .dgt-cause-title a {
    letter-spacing: 0; }
.dgt-grid-center .dgt-blog-date {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #161616;
  border-radius: 3px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  min-width: 50px;
  padding: 8px 0 10px;
  text-transform: uppercase; }
  .dgt-grid-center .dgt-blog-date span {
    display: block;
    font-size: 16px;
    padding-top: 7px; }
.dgt-grid-center .dgt-cause-raised {
  text-align: center;
  margin-top: 18px; }
  .dgt-grid-center .dgt-cause-raised > p {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #2e2e2e; }
    .dgt-grid-center .dgt-cause-raised > p > span {
      display: block;
      font-size: 20px;
      font-weight: bold; }
  .dgt-grid-center .dgt-cause-raised .dgt-percent {
    text-align: left; }
.dgt-grid-center .dgt-cause-process-bar {
  margin-top: 10px; }
.dgt-grid-center .dgt-cause-button {
  margin-top: 31px; }

/* =========== Dgt Cause Left Alt ============ */
.dgt-left-alt .post-feature-image {
  position: relative; }
  .dgt-left-alt .post-feature-image img {
    border-radius: 4px 4px 0 0; }
.dgt-left-alt .dgt-cause-title {
  padding: 11px 0 6px; }
.dgt-left-alt .dgt-blog-date {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 4px;
  line-height: 30px;
  padding: 0 13px; }
.dgt-left-alt .dgt-cause-raised {
  margin: 0;
  border: 1px solid #d9d9d9; }
.dgt-left-alt .dgt-raised-number, .dgt-left-alt .dgt-goal-number {
  width: 50%;
  text-align: center; }
  .dgt-left-alt .dgt-raised-number span, .dgt-left-alt .dgt-goal-number span {
    display: inline-block;
    line-height: 38px;
    font-weight: normal; }
.dgt-left-alt .dgt-raised-number {
  border-right: 1px solid #d9d9d9; }
.dgt-left-alt .dgt-cause-infomation {
  padding: 0 20px; }
.dgt-left-alt .dgt-cause-button {
  text-align: left;
  margin: 27px 0 0; }

/* =========== Dgt Cause Large ============ */
.dgt-cause-large {
  color: #ffffff; }
  .dgt-cause-large .dgt-cause-item {
    padding: 0 240px; }
  .dgt-cause-large .dgt-event-category a {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px; }
  .dgt-cause-large .dgt-cause-title {
    padding: 12px 0 2px; }
    .dgt-cause-large .dgt-cause-title a {
      font-size: 24px;
      font-weight: bold;
      color: #fff; }
  .dgt-cause-large .dgt-cause-excerpt {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 100;
    line-height: 1.9; }
  .dgt-cause-large .dgt-event-countdown {
    padding: 29px 0 33px; }
    .dgt-cause-large .dgt-event-countdown p span {
      border-color: #828282;
      color: #989898; }
  .dgt-cause-large .dgt-cause-raised {
    margin: 0 60px; }
  .dgt-cause-large .dgt-cause-process-bar {
    height: 10px;
    border-radius: 5px; }
  .dgt-cause-large .dgt-raised-number, .dgt-cause-large .dgt-goal-number {
    margin: 0;
    color: #fff;
    font-size: 14px; }
    .dgt-cause-large .dgt-raised-number > span, .dgt-cause-large .dgt-goal-number > span {
      color: #fff;
      display: inline-block; }
  .dgt-cause-large .dgt-cause-button {
    margin: 55px 0 0; }

/* =========== Dgt Cause Grid Alt ============ */
.dgt-grid-alt .dgt-cause-inner {
  padding: 0 0 24px 0;
  margin: 0; }
  .dgt-grid-alt .dgt-cause-inner .post-feature-image {
    transform: none;
    -webkit-transform: none;
    -khtml-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    margin: 0; }
    .dgt-grid-alt .dgt-cause-inner .post-feature-image img {
      border-radius: 4px 4px 0px 0px;
      -webkit-border-radius: 4px 4px 0px 0px;
      -khtml-border-radius: 4px 4px 0px 0px;
      -moz-border-radius: 4px 4px 0px 0px;
      -ms-border-radius: 4px 4px 0px 0px;
      -o-border-radius: 4px 4px 0px 0px; }
.dgt-grid-alt .dgt-cause-infomation {
  padding: 30px 20px 0;
  position: relative; }
.dgt-grid-alt .dgt-raised-percent {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  -khtml-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 0;
  font-size: 24px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  top: -40px;
  right: 20px; }
.dgt-grid-alt .dgt-cause-title {
  font-size: 16px;
  padding: 6px 0 0; }
.dgt-grid-alt .dgt-raised-number, .dgt-grid-alt .dgt-goal-number {
  font-size: 14px;
  margin-bottom: 16px; }
  .dgt-grid-alt .dgt-raised-number span, .dgt-grid-alt .dgt-goal-number span {
    color: #7d7d7d;
    display: inline-block;
    text-transform: none; }
.dgt-grid-alt .dgt-raised {
  font-weight: bold;
  margin-left: 5px; }
.dgt-grid-alt .separate {
  margin: 0 5px; }
.dgt-grid-alt .dgt-cause-button {
  transform: none;
  -webkit-transform: none;
  -khtml-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  text-align: left;
  margin: 35px 0 0; }

/* =========== Dgt Cause Grid Basic Bottom ============ */
.dgt-grid-bottom {
  color: #dcdcdc; }
  .dgt-grid-bottom .dgt-cause-inner {
    padding: 0;
    margin: 0;
    position: relative; }
    .dgt-grid-bottom .dgt-cause-inner .post-feature-image {
      padding: 0;
      margin: 0;
      transform: none;
      -webkit-transform: none;
      -khtml-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      position: relative; }
      .dgt-grid-bottom .dgt-cause-inner .post-feature-image a:before {
        background: transparent;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.9)));
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
        position: absolute;
        bottom: 0;
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        -khtml-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -ms-border-radius: 4px 4px 4px 4px;
        -o-border-radius: 4px 4px 4px 4px; }
    .dgt-grid-bottom .dgt-cause-inner:hover .post-feature-image a:before {
      background: rgba(0, 0, 0, 0.29);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.29)), color-stop(100%, rgba(0, 0, 0, 0.9)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.9) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0); }
  .dgt-grid-bottom .dgt-cause-infomation {
    position: absolute;
    bottom: 0;
    padding: 0 20px; }
  .dgt-grid-bottom .dgt-blog-title a {
    color: #fff;
    padding-bottom: 2px; }
  .dgt-grid-bottom .dgt-cause-raised {
    position: relative;
    margin: 19px 0 12px; }
    .dgt-grid-bottom .dgt-cause-raised:before {
      width: 1px;
      height: calc(100% - 4px);
      top: 2px;
      left: 50%;
      content: "";
      background-color: rgba(255, 255, 255, 0.3);
      position: absolute;
      display: block; }
  .dgt-grid-bottom .dgt-raised-number, .dgt-grid-bottom .dgt-goal-number {
    font-size: 22px;
    color: #fff; }
    .dgt-grid-bottom .dgt-raised-number span, .dgt-grid-bottom .dgt-goal-number span {
      font-size: 14px;
      color: #fff; }
  .dgt-grid-bottom .dgt-cause-button {
    margin-bottom: 0; }

/* =========== Dgt Cause List Alt Left ============ */
.dgt-list-layout.dgt-list-alt-left .dgt-cause-inner {
  background-color: #fff;
  color: #7d7d7d;
  margin-left: 70px;
  padding: 0; }
  .dgt-list-layout.dgt-list-alt-left .dgt-cause-inner .dgt-blog-title a {
    color: #232323; }
  .dgt-list-layout.dgt-list-alt-left .dgt-cause-inner .post-feature-image {
    transform: translate(-70px, -50px);
    -webkit-transform: translate(-70px, -50px);
    -khtml-transform: translate(-70px, -50px);
    -moz-transform: translate(-70px, -50px);
    -ms-transform: translate(-70px, -50px);
    -o-transform: translate(-70px, -50px);
    padding-left: 0;
    margin-top: -10px; }
.dgt-list-layout.dgt-list-alt-left .dgt-raised-number, .dgt-list-layout.dgt-list-alt-left .dgt-goal-number {
  color: #7b7b7b; }
  .dgt-list-layout.dgt-list-alt-left .dgt-raised-number span, .dgt-list-layout.dgt-list-alt-left .dgt-goal-number span {
    color: #7b7b7b; }
.dgt-list-layout.dgt-list-alt-left .dgt-cause-infomation {
  padding: 0 60px;
  margin-left: -100px; }
.dgt-list-layout.dgt-list-alt-left .dgt-raised-percent {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  right: 40px;
  border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  -khtml-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 0;
  font-size: 30px;
  color: #fff;
  line-height: 100px;
  text-align: center; }
.dgt-list-layout.dgt-list-alt-left .dgt-cause-status {
  padding-top: 40px; }
.dgt-list-layout.dgt-list-alt-left .dgt-cause-raised {
  padding-top: 27px; }

/* =========== Dgt Cause List Alt ============ */
.dgt-list-layout.dgt-list-alt .dgt-cause-item {
  padding: 20px 0; }
.dgt-list-layout.dgt-list-alt .dgt-cause-inner {
  background-color: transparent;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none; }
  .dgt-list-layout.dgt-list-alt .dgt-cause-inner .post-feature-image {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    padding-left: 0;
    margin: 34px 0 0 -60px; }
  .dgt-list-layout.dgt-list-alt .dgt-cause-inner .dgt-blog-title {
    padding-top: 26px; }
.dgt-list-layout.dgt-list-alt .dgt-cause-infomation {
  padding: 0 100px 40px 40px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  margin: 0; }
.dgt-list-layout.dgt-list-alt .dgt-raised-percent {
  right: 25px; }
.dgt-list-layout.dgt-list-alt .dgt-raised-number, .dgt-list-layout.dgt-list-alt .dgt-goal-number {
  color: #2e2e2e; }
  .dgt-list-layout.dgt-list-alt .dgt-raised-number span, .dgt-list-layout.dgt-list-alt .dgt-goal-number span {
    color: #2e2e2e; }
.dgt-list-layout.dgt-list-alt .dgt-cause-status {
  padding-top: 33px; }
.dgt-list-layout.dgt-list-alt .dgt-cause-button {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  margin: 20px 0 0; }

/* =========== Dgt Cause details ============ */
.dgt-cause-details-info {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  margin-bottom: 36px; }
  .dgt-cause-details-info .dgt-raised-number, .dgt-cause-details-info .dgt-goal-number {
    font-size: 18px; }
    .dgt-cause-details-info .dgt-raised-number span, .dgt-cause-details-info .dgt-goal-number span {
      font-size: 18px;
      display: inline-block;
      color: #232323;
      padding: 0 10px 0 0; }
      .dgt-cause-details-info .dgt-raised-number span.dgt-raised, .dgt-cause-details-info .dgt-goal-number span.dgt-raised {
        font-weight: bold; }
  .dgt-cause-details-info .dgt-cause-process-bar {
    margin-top: 5px; }

.dgt-element-cause {
  position: relative; }

/* =========== Dgt Cause Menu ============ */
.dgt-cause-menu .dgt-raised-number, .dgt-cause-menu .dgt-goal-number {
  font-size: 18px; }
  .dgt-cause-menu .dgt-raised-number:after, .dgt-cause-menu .dgt-goal-number:after {
    display: none; }
  .dgt-cause-menu .dgt-raised-number span, .dgt-cause-menu .dgt-goal-number span {
    color: #161616;
    font-weight: normal;
    padding: 0 0 7px 0px; }
.dgt-cause-menu .dgt-cause-title {
  padding: 25px 0 0; }
.dgt-cause-menu .dgt-cause-raised {
  margin-top: 21px; }
.dgt-cause-menu .dgt-cause-button {
  margin-top: 27px; }

/* =========== Dgt Cause Sidebar ============ */
.dgt-cause-sidebar {
  border: 1px solid #d9d9d9;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px; }
  .dgt-cause-sidebar .dgt-cause-title {
    font-size: 24px;
    padding: 76px 0 0; }
  .dgt-cause-sidebar .cause-image {
    margin: -1px;
    position: relative; }
    .dgt-cause-sidebar .cause-image .dgt-cause-raised {
      position: absolute;
      left: 50%;
      bottom: -50px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -khtml-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      margin: 0;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-color: #fff; }
    .dgt-cause-sidebar .cause-image .dgt-chart-counter {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      font-size: 24px;
      width: 100%;
      text-align: center; }
      .dgt-cause-sidebar .cause-image .dgt-chart-counter span {
        font-size: 36px; }
    .dgt-cause-sidebar .cause-image img {
      border-radius: 4px 4px 0px 0px;
      -webkit-border-radius: 4px 4px 0px 0px;
      -khtml-border-radius: 4px 4px 0px 0px;
      -moz-border-radius: 4px 4px 0px 0px;
      -ms-border-radius: 4px 4px 0px 0px;
      -o-border-radius: 4px 4px 0px 0px; }
  .dgt-cause-sidebar .dgt-cause-button {
    margin: 25px 0 0; }

/* =========== Dgt Cause Donate Form ============ */
.dgt-donate-form-wrapper {
  padding: 27px 45px; }
  .dgt-donate-form-wrapper .dgt-custom-heading {
    margin-bottom: 0; }
  .dgt-donate-form-wrapper .dgt-heading {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px; }
  .dgt-donate-form-wrapper .dgt-sub-title {
    font-size: 18px;
    line-height: 1; }
  .dgt-donate-form-wrapper .dgt-amount-button {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    box-shadow: none;
    color: #7d7d7d;
    display: block;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin: 0 0 0 20px;
    text-align: center;
    width: 80px;
    cursor: pointer; }
    .dgt-donate-form-wrapper .dgt-amount-button:hover, .dgt-donate-form-wrapper .dgt-amount-button.active {
      color: #fff; }
    .dgt-donate-form-wrapper .dgt-amount-button:first-child {
      margin-left: 0; }
  .dgt-donate-form-wrapper .dgt-paypal-form {
    width: 480px; }
  .dgt-donate-form-wrapper .dgt-custom-amount {
    margin: 19px 0 0; }
    .dgt-donate-form-wrapper .dgt-custom-amount label, .dgt-donate-form-wrapper .dgt-custom-amount input {
      display: inline-block; }
    .dgt-donate-form-wrapper .dgt-custom-amount input {
      width: 160px; }
  .dgt-donate-form-wrapper .payment-method {
    margin-bottom: 22px; }
  .dgt-donate-form-wrapper .radio {
    position: absolute;
    left: -9999px; }
    .dgt-donate-form-wrapper .radio:not(:checked) + label, .dgt-donate-form-wrapper .radio:checked + label {
      cursor: pointer;
      font-weight: normal;
      line-height: 1;
      margin: 0 10px;
      padding-left: 25px;
      position: relative; }
      .dgt-donate-form-wrapper .radio:not(:checked) + label.short-space, .dgt-donate-form-wrapper .radio:checked + label.short-space {
        padding-right: 30px; }
      .dgt-donate-form-wrapper .radio:not(:checked) + label:before, .dgt-donate-form-wrapper .radio:not(:checked) + label:after, .dgt-donate-form-wrapper .radio:checked + label:before, .dgt-donate-form-wrapper .radio:checked + label:after {
        content: '';
        position: absolute;
        left: 0;
        top: -1px;
        width: 16px;
        height: 16px;
        border: 1px solid transparent;
        border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%;
        -khtml-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -ms-border-radius: 50% 50% 50% 50%;
        -o-border-radius: 50% 50% 50% 50%; }
      .dgt-donate-form-wrapper .radio:not(:checked) + label:after, .dgt-donate-form-wrapper .radio:checked + label:after {
        height: 8px;
        left: 4px;
        opacity: 0;
        top: 3px;
        width: 8px; }
    .dgt-donate-form-wrapper .radio:checked + label:after {
      opacity: 1; }
  .dgt-donate-form-wrapper .dgt-donor-fields {
    border-top: 1px solid #e5e5e5;
    margin: 40px 0 0;
    padding: 36px 0 0; }
    .dgt-donate-form-wrapper .dgt-donor-fields .row {
      margin-left: -10px;
      margin-right: -10px; }
    .dgt-donate-form-wrapper .dgt-donor-fields [class*="col-"] {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20px; }
    .dgt-donate-form-wrapper .dgt-donor-fields .dgt-heading {
      margin-bottom: 13px; }
  .dgt-donate-form-wrapper .dgt-notice {
    color: red;
    padding-bottom: 5px; }

/* Popup cause */
#fancybox-bg-w, #fancybox-bg-n, #fancybox-bg-e, #fancybox-bg-s {
  background: none; }

#fancybox-outer {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px; }

#fancybox-close {
  background: none;
  width: 18px;
  height: 18px;
  right: 10px;
  top: 10px; }
  #fancybox-close:before {
    content: "\f2d7";
    font-family: "Ionicons";
    font-size: 30px;
    color: #7b7b7b; }

/* =========== Dgt Event ============ */
.dgt-carousel-layout {
  margin-left: 80px; }
  .dgt-carousel-layout .owl-theme .owl-dots {
    position: absolute;
    left: -80px;
    top: 0;
    margin: 0; }
    .dgt-carousel-layout .owl-theme .owl-dots .owl-dot {
      counter-increment: slides-num;
      display: block;
      width: 70px;
      height: 20%;
      border: 1px solid #f5f5f5;
      border-radius: 4px;
      text-align: center;
      margin-bottom: 9px; }
      .dgt-carousel-layout .owl-theme .owl-dots .owl-dot:before {
        content: "0" counter(slides-num) ".";
        color: #d9d9d9;
        font-size: 24px;
        font-weight: bold;
        line-height: 62px; }
      .dgt-carousel-layout .owl-theme .owl-dots .owl-dot:hover:before, .dgt-carousel-layout .owl-theme .owl-dots .owl-dot.active:before {
        color: #ffffff; }
      .dgt-carousel-layout .owl-theme .owl-dots .owl-dot span {
        display: none; }
  .dgt-carousel-layout .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0; }

.dgt-event-inner .dgt-button {
  min-width: 160px; }
.dgt-event-inner .dgt-event-category {
  display: block;
  padding: 15px 0 0;
  text-transform: uppercase; }
.dgt-event-inner .dgt-event-infomation {
  padding-left: 15px; }

.dgt-event-title {
  font-size: 24px;
  padding: 15px 0 2px;
  line-height: 1.6; }

.dgt-event-meta {
  margin-bottom: 18px; }

.dgt-event-action > [class*="dgt-event-"] {
  display: inline-block;
  margin: 41px 12px 0 0; }

/* =========== Dgt Event Coundown ============ */
.dgt-countdown-layout .dgt-event-infomation {
  padding: 0;
  position: relative; }
.dgt-countdown-layout .date {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  border-radius: 4px;
  padding: 10px 14px 12px; }
  .dgt-countdown-layout .date span {
    display: block;
    font-size: 24px; }
.dgt-countdown-layout .dgt-event-title {
  font-size: 30px;
  padding-right: 170px; }
.dgt-countdown-layout .dgt-event-action > [class*="dgt-event-"] {
  margin-top: 30px; }

.dgt-event-countdown {
  padding: 42px 0 7px; }
  .dgt-event-countdown .countdown-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 50px; }
  .dgt-event-countdown p {
    display: inline-block;
    font-size: 14px;
    color: #989898;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.2;
    padding: 0 30px 0 0; }
    .dgt-event-countdown p:last-child {
      padding: 0; }
    .dgt-event-countdown p span {
      border: 1px solid #d9d9d9;
      border-radius: 4px;
      color: #626262;
      display: block;
      font-size: 36px;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 50px;
      margin: 0 0 8px;
      min-width: 74px;
      position: relative;
      text-align: center; }
  .dgt-event-countdown + .dgt-event-meta {
    margin-top: 14px; }

/* =========== Dgt Event Grid ============ */
.dgt-event-grid .dgt-event-inner {
  margin-bottom: 52px; }
.dgt-event-grid .dgt-event-infomation {
  padding: 0; }
.dgt-event-grid .dgt-event-meta span {
  display: block;
  color: #989898; }
  .dgt-event-grid .dgt-event-meta span i {
    font-size: 16px;
    width: 18px;
    display: inline-block; }
.dgt-event-grid .dgt-event-title {
  font-size: 16px;
  font-weight: lighter;
  padding: 8px 0 2px; }
.dgt-event-grid .dgt-event-meta {
  margin: 0;
  padding: 23px 0 0; }
.dgt-event-grid .dgt-event-action > [class*="dgt-event-"] {
  margin: 0 12px 0 0;
  padding-top: 6px; }

/* =========== Dgt Event List ============ */
.dgt-list-layout .dgt-event-item:last-child .dgt-event-inner {
  margin: 0;
  padding: 0; }
  .dgt-list-layout .dgt-event-item:last-child .dgt-event-inner:after {
    display: none; }
.dgt-list-layout .dgt-event-inner {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative; }
  .dgt-list-layout .dgt-event-inner:after {
    height: 1px;
    width: calc(100% - 80px);
    background-color: rgba(217, 217, 217, 0.5);
    left: 80px;
    content: "";
    bottom: 0;
    position: absolute; }
.dgt-list-layout .post-feature-image {
  margin-left: -5px; }
.dgt-list-layout .dgt-event-infomation {
  padding-left: 7px; }
.dgt-list-layout .dgt-event-title {
  padding: 0;
  font-size: 16px;
  font-weight: bold; }
.dgt-list-layout .date {
  width: 70px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  display: block;
  line-height: normal;
  border-radius: 4px;
  padding: 15px 0;
  text-transform: uppercase;
  line-height: 1; }
  .dgt-list-layout .date span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin: 0 10px 17px;
    padding: 0 0 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.dgt-list-layout .dgt-event-action > [class*="dgt-event-"] {
  margin-top: 32px; }

/* =========== Dgt Event details sidebar ============ */
.sidebar .dgt-event-item {
  margin: 0 0 30px; }

.dgt-event-details .post-thumbnail {
  border-bottom: 1px solid #e5e5e5; }
.dgt-event-details .dgt-event-countdown {
  padding: 30px 0 25px; }
.dgt-event-details .entry-title {
  text-transform: none; }

/* Event calendar */
.dgt-event-calendar table {
  margin: 0; }
.dgt-event-calendar .fc-state-default {
  height: 40px;
  background: none transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  -khtml-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  font-weight: normal;
  font-size: 14px;
  text-shadow: none; }
  .dgt-event-calendar .fc-state-default.fc-today-button {
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px; }
  .dgt-event-calendar .fc-state-default.fc-state-active, .dgt-event-calendar .fc-state-default:hover {
    color: #fff; }
.dgt-event-calendar .fc-button-group, .dgt-event-calendar .fc-today-button {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  position: relative;
  overflow: hidden; }
.dgt-event-calendar .fc-button-group .fc-button {
  border-right: 1px solid #e5e5e5; }
  .dgt-event-calendar .fc-button-group .fc-button:last-child {
    border: none; }
.dgt-event-calendar .fc-view-container {
  background-color: #fff; }
.dgt-event-calendar .fc-widget-header th, .dgt-event-calendar .fc-widget-header td {
  line-height: 50px;
  border: medium none;
  padding: 0 0 0 17px;
  text-align: left;
  text-transform: uppercase; }
.dgt-event-calendar.fc-ltr .fc-basic-view .fc-day-number {
  text-align: left; }
.dgt-event-calendar .fc-basic-view td.fc-day-number, .dgt-event-calendar .fc-basic-view td.fc-week-number span {
  padding-bottom: 2px;
  padding-left: 15px;
  padding-top: 13px; }
.dgt-event-calendar .fc-toolbar {
  margin-bottom: 60px; }
  .dgt-event-calendar .fc-toolbar h2 {
    text-transform: uppercase;
    line-height: 40px; }
.dgt-event-calendar .fc-event {
  background-color: #0f91cf;
  font-size: 14px;
  line-height: 24px;
  margin: 5px 8px 0;
  padding: 0 7px;
  border: none; }
.dgt-event-calendar .fc-unthemed .fc-today {
  color: #fff; }

/* =========== Dgt Video Lightbox ============ */
.dgt-video-box-inner {
  position: relative; }
  .dgt-video-box-inner .dgt-icon {
    color: #ffffff;
    line-height: 62px;
    text-align: center;
    z-index: 9;
    display: inline-block; }
    .dgt-video-box-inner .dgt-icon i {
      font-size: 60px;
      display: block; }
    .dgt-video-box-inner .dgt-icon:hover {
      filter: alpha(opacity=70);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      opacity: 0.7;
      -webkit-opacity: 0.7;
      -khtml-opacity: 0.7;
      -moz-opacity: 0.7;
      -ms-opacity: 0.7;
      -o-opacity: 0.7; }
  .dgt-video-box-inner h3 {
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 0.5px;
    margin: 8px 0;
    text-transform: uppercase; }

.dgt-image-middle .dgt-video-info {
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%; }
.dgt-image-middle .dgt-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 3px solid #fff; }
  .dgt-image-middle .dgt-icon i {
    font-size: 45px;
    padding-left: 5px;
    line-height: 68px; }

/* =========== Dgt Testimonial ============ */
.dgt-element-testimonial .dgt-testimonial-item {
  padding: 23px 0 0; }
.dgt-element-testimonial .dgt-testimonial-text {
  line-height: 1.8;
  margin-bottom: 26px; }
.dgt-element-testimonial .dgt-testimonial-info {
  text-align: center;
  padding: 50px 35px 0;
  font-size: 16px;
  position: relative;
  color: #161616;
  margin: 76px 0 0; }
  .dgt-element-testimonial .dgt-testimonial-info span {
    color: #989898; }
    .dgt-element-testimonial .dgt-testimonial-info span .dgt-testimonial-name {
      font-weight: 500; }
  .dgt-element-testimonial .dgt-testimonial-info:before {
    content: "\201C";
    font-size: 96px;
    left: 50%;
    position: absolute;
    top: 0;
    line-height: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
.dgt-element-testimonial .owl-theme .owl-dots {
  bottom: 100px;
  margin: 0;
  position: absolute;
  width: 66.6667%; }

/* =========== Dgt Testimonial Basic ============ */
.dgt-testimonial-basic .dgt-testimonial-avatar {
  width: 100px;
  margin: 0 auto 25px; }
  .dgt-testimonial-basic .dgt-testimonial-avatar img {
    border-radius: 50%; }
.dgt-testimonial-basic .dgt-testimonial-title {
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 0 0 15px 0; }
.dgt-testimonial-basic .dgt-testimonial-info {
  color: #d9d9d9;
  padding: 0 200px;
  margin: 0;
  font-size: 14px; }
  .dgt-testimonial-basic .dgt-testimonial-info:before {
    display: none; }
.dgt-testimonial-basic .owl-theme .owl-dots {
  width: 100%;
  bottom: 0;
  position: inherit; }

/* =========== Dgt Testimonial Grid ============ */
.dgt-testimonial-grid .dgt-testimonial-item {
  padding: 0 15px;
  text-align: center; }
.dgt-testimonial-grid .dgt-testimonial-avatar {
  width: 100px;
  margin: 0 auto 25px; }
  .dgt-testimonial-grid .dgt-testimonial-avatar img {
    border-radius: 50%; }
.dgt-testimonial-grid .dgt-testimonial-title {
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 0 0 15px 0; }
.dgt-testimonial-grid .dgt-testimonial-info {
  color: #d9d9d9;
  margin: 0;
  font-size: 14px; }
  .dgt-testimonial-grid .dgt-testimonial-info:before {
    display: none; }
.dgt-testimonial-grid .owl-theme .owl-dots {
  width: 100%;
  bottom: 0;
  position: inherit; }

/* Brand logo */
.dgt-brand-item {
  display: block;
  background-color: #fff;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  padding: 15px;
  margin: 0 0 30px 0; }
  .dgt-brand-item a {
    height: 80px;
    display: table-cell;
    vertical-align: middle; }
    .dgt-brand-item a img {
      max-width: 100%;
      max-height: 100%; }

/* Accordion */
.wpb-js-composer {
  /* Tab */ }
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase; }
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
    border-bottom: 1px solid #d9d9d9; }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title > a {
    padding: 25px 20px; }
  .wpb-js-composer .vc_general.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
    border-width: 0 1px 1px 0; }
  .wpb-js-composer .vc_general.vc_tta.vc_tta-style-modern .vc_tta-panel-body, .wpb-js-composer .vc_general.vc_tta.vc_tta-style-modern .vc_tta-panel-heading {
    background-image: none;
    padding-left: 0; }
  .wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus a,
  .wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover a,
  .wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
    color: #fff; }
  .wpb-js-composer .vc_general.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading,
  .wpb-js-composer .vc_general.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
  .wpb-js-composer .vc_general.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
  .wpb-js-composer .vc_general.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after,
  .wpb-js-composer .vc_general.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
  .wpb-js-composer .vc_general.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus,
  .wpb-js-composer .vc_general.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: transparent;
    border-color: transparent; }
  .wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 0; }
  .wpb-js-composer .vc_general.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus {
    width: 30px;
    height: 30px;
    background-color: #161616; }
    .wpb-js-composer .vc_general.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before, .wpb-js-composer .vc_general.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
      background-color: #fff;
      border: none; }
    .wpb-js-composer .vc_general.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
      width: 10px;
      height: 2px;
      top: 15px;
      left: 10px; }
    .wpb-js-composer .vc_general.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
      width: 2px;
      height: 10px;
      top: 10px;
      left: 15px; }
  .wpb-js-composer .vc_tta.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel-title:hover .vc_tta-controls-icon::after,
  .wpb-js-composer .vc_tta.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel-title:hover .vc_tta-controls-icon::before,
  .wpb-js-composer .vc_tta.vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-title .vc_tta-controls-icon::after,
  .wpb-js-composer .vc_tta.vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-title .vc_tta-controls-icon::before {
    border-color: #fff; }
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    text-transform: uppercase;
    border: none; }
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a,
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus,
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
    color: #fff; }

/* 404 Page */
.error-404 {
  font-size: 16px; }
  .error-404 .page-title {
    font-size: 200px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px; }
  .error-404 h3 {
    padding-bottom: 10px; }

/* Google Map */
.dgt-map-wrap {
  position: relative; }
  .dgt-map-wrap .container {
    bottom: 40px;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); }

.dgt-map-info {
  background-color: #fff;
  margin: 0 100px;
  padding: 30px 0; }
  .dgt-map-info .dgt-info-item {
    border-right: 1px solid #ececec;
    color: #161616;
    float: left;
    font-size: 16px;
    line-height: 1.4;
    padding: 17px 0;
    width: 33.3333%;
    margin: 0;
    text-align: center; }
    .dgt-map-info .dgt-info-item span {
      padding-top: 3px;
      display: inline-block;
      text-align: left; }
    .dgt-map-info .dgt-info-item i {
      display: inline-block;
      font-size: 48px;
      margin-right: 15px;
      line-height: 1; }

/* Contact Form */
.dgt-element-contact .dgt-map-info {
  margin: 0;
  padding: 0; }
  .dgt-element-contact .dgt-map-info .dgt-info-item {
    border: none; }
.dgt-element-contact .dgt-info-item {
  font-size: 14px; }
  .dgt-element-contact .dgt-info-item i {
    vertical-align: -3px; }
.dgt-element-contact .dgt-contact-desc {
  font-size: 16px;
  margin-bottom: 22px;
  text-align: center; }
.dgt-element-contact h3 {
  font-size: 16px;
  padding-bottom: 24px;
  text-transform: uppercase; }

.dgt-contact-form {
  margin-top: 33px; }
  .dgt-contact-form .wpcf7 {
    padding: 0 130px; }

.wpcf7 input {
  margin-bottom: 30px; }
  .wpcf7 input[type="submit"] {
    padding: 0 55px;
    margin: 60px 0 0; }
.wpcf7 textarea {
  height: 140px; }

/* Fancy Box */
#fancybox-wrap {
  padding: 0; }

#fancybox-overlay {
  cursor: url(../images/close-circular-button.png), auto !important; }

/* Overide Css WooCommerce */
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 26px; }

.woocommerce .star-rating {
  width: 85px;
  height: 12px;
  background: url("../images/rating.png") repeat-x 0 0; }
  .woocommerce .star-rating:before {
    display: none; }
  .woocommerce .star-rating span {
    height: 12px;
    background: url("../images/rating.png") repeat-x 0 100%;
    text-indent: -999em;
    display: block;
    padding: inherit;
    font-size: 0; }
    .woocommerce .star-rating span:before {
      display: none; }
.woocommerce .widget_price_filter .ui-slider-horizontal {
  margin-bottom: 26px;
  height: 2px;
  margin-top: 15px; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    background-image: none; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #d5d5d5;
  background-image: none; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  top: -6px;
  margin-left: -7px;
  background-image: none;
  border: none; }
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  font-size: 14px;
  line-height: 40px; }
.woocommerce .widget_layered_nav ul li {
  padding: 13px 0; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce a.added_to_cart, .woocommerce button.button, .woocommerce input.button {
  background-color: #989898;
  color: #ffffff !important;
  line-height: 40px;
  padding: 0 25px;
  text-transform: uppercase; }
  .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce a.added_to_cart.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    padding: 0 23px; }
.woocommerce ul.products li.product {
  text-align: center; }
  .woocommerce ul.products li.product .price {
    font-size: 16px;
    font-weight: normal; }
    .woocommerce ul.products li.product .price del {
      display: inline-block;
      padding-right: 5px; }
  .woocommerce ul.products li.product h2 {
    text-transform: uppercase; }
  .woocommerce ul.products li.product .star-rating, .woocommerce ul.products li.product .price {
    margin: 0 20px; }
  .woocommerce ul.products li.product .star-rating {
    margin: 4px 0 0;
    display: inline-block; }
  .woocommerce ul.products li.product .price {
    margin: 0; }
  .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .added_to_cart {
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 25px;
    font-weight: bold; }
    .woocommerce ul.products li.product .button:before, .woocommerce ul.products li.product .added_to_cart:before {
      content: "";
      display: table; }
    .woocommerce ul.products li.product .button.loading:after, .woocommerce ul.products li.product .added_to_cart.loading:after {
      right: 7px;
      top: -1px; }
    .woocommerce ul.products li.product .button.added:after, .woocommerce ul.products li.product .added_to_cart.added:after {
      position: absolute;
      right: 10px;
      font-size: 9px;
      top: 0px; }
  .woocommerce ul.products li.product a img {
    margin-bottom: 2px; }
  .woocommerce ul.products li.product .onsale {
    right: auto;
    left: 15px;
    top: 15px; }
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  padding: 10px 0; }
  .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: normal;
    font-size: 14px; }
  .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin: 0 20px 0 0;
    width: 70px; }
.woocommerce span.onsale {
  min-height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 0;
  min-width: inherit;
  z-index: 9;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px; }
.woocommerce .woocommerce-result-count {
  text-transform: uppercase;
  color: #2e2e2e;
  line-height: 30px; }
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  margin-bottom: 20px; }
.woocommerce div.product span.onsale {
  top: 10px;
  left: 10px; }
.woocommerce div.product div.images img {
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px; }
.woocommerce div.product div.images div.thumbnails {
  padding-top: 20px; }
.woocommerce div.product .product_title {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 6px;
  color: #2e2e2e; }
.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 30px; }
  .woocommerce div.product p.price del, .woocommerce div.product span.price del {
    color: #959595; }
  .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: normal; }
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 17px; }
.woocommerce div.product form.cart {
  margin-top: 34px; }
  .woocommerce div.product form.cart div.quantity {
    margin-right: 20px; }
.woocommerce div.product .quantity .qty {
  height: 40px;
  padding: 10px;
  text-align: center;
  width: 70px; }
.woocommerce div.product .woocommerce-tabs {
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border: 1px solid #b9b9b9;
  background-color: #fff;
  margin-bottom: 100px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 27px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs:before {
      border-color: #b9b9b9; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      background-color: transparent;
      border: none;
      padding: 0;
      margin: 0; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
        display: none; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        background-color: transparent; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        line-height: 20px;
        color: #989898;
        text-transform: uppercase;
        font-weight: normal;
        padding: 0 30px 0 0;
        margin: 15px 30px 15px 0;
        position: relative;
        border-right: 1px solid #d9d9d9; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a {
        border-right: none; }
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 27px;
    box-shadow: none;
    margin-bottom: 7px; }
    .woocommerce div.product .woocommerce-tabs .panel h2 {
      display: none; }
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 9px 10px 0 0; }
.woocommerce table.shop_attributes td {
  padding: 8px; }
.woocommerce #comments {
  margin-top: 20px; }
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none; }
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    padding: 13px 0; }
    .woocommerce .woocommerce-MyAccount-navigation ul li a {
      text-transform: uppercase; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 15px 30px 15px 50px;
  line-height: 40px;
  background-color: #eaeaea; }

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  margin-right: 4.8%;
  width: 30.1%; }

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 43%; }

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 53%; }

.woocommerce ul.products, .woocommerce-page ul.products {
  margin: 6px -15px 0;
  position: relative;
  padding-top: 35px; }
  .woocommerce ul.products:before, .woocommerce-page ul.products:before {
    position: absolute;
    top: 0;
    content: "";
    width: calc(100% - 30px);
    left: 15px;
    height: 1px;
    background-color: #e5e5e5; }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: calc(33.3333% - 30px);
    margin: 0 15px 30px;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    padding-bottom: 10px; }
    .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: normal;
      padding-bottom: 4px; }
.woocommerce .upsells, .woocommerce .related, .woocommerce-page .upsells, .woocommerce-page .related {
  margin-top: 67px; }
  .woocommerce .upsells ul.products, .woocommerce .related ul.products, .woocommerce-page .upsells ul.products, .woocommerce-page .related ul.products {
    padding-top: 24px; }
    .woocommerce .upsells ul.products:before, .woocommerce .related ul.products:before, .woocommerce-page .upsells ul.products:before, .woocommerce-page .related ul.products:before {
      display: none; }
  .woocommerce .upsells > h2, .woocommerce .related > h2, .woocommerce-page .upsells > h2, .woocommerce-page .related > h2 {
    font-size: 30px;
    padding: 0 0 38px;
    text-align: center;
    text-transform: uppercase; }
.woocommerce .product-2-column ul.products li.product, .woocommerce-page .product-2-column ul.products li.product {
  width: calc(50% - 30px); }
.woocommerce .product-4-column ul.products li.product, .woocommerce-page .product-4-column ul.products li.product {
  width: calc(25% - 30px); }

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
  line-height: 40px; }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
  padding: 0 25px; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 150px; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 14px;
  text-transform: uppercase; }

.cart-collaterals h2 {
  padding-bottom: 10px;
  text-transform: uppercase; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #dcdcdc; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  background-color: #ffffff; }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  opacity: 1; }

/*# sourceMappingURL=dgt-style.css.map */
