/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* Global */
@import url('https://fonts.googleapis.com/css2?family=Oregano:ital@1&display=swap');
h1, h2, h3, h4, h5, h6, .page-title h1, #footer .widget-title, .ult_crlink a {
  font-family: 'Oregano', cursive !important;
  font-weight: 900 !important; /* Needed for Safari */
  font-style: italic !important; /* Needed for Safari */
}
body {
  overflow-wrap: break-word;
}
#simple-banner .simple-banner-text {
  padding: 5px 10px;
}
body:not(.home) #simple-banner {
  display: none;
}
.page-title h1 {
  text-shadow: 2px 2px #000;
  padding: 0 10px;
}
.vc_general.vc_btn3 {
  background: #004ea7 !important;
  border-color: #004ea7 !important;
  color: #fff !important;
  box-shadow: 2px 2px 2px #444 !important;
}
.vc_general.vc_btn3:hover {
  opacity: .9 !important;
}
.dt-css-grid .wf-cell {
  justify-content: center;
}
.vc_tta-accordion .vc_tta-panel-title a {
  color: #004ea7 !important;
}
.vc_sep_color_grey .vc_sep_line {
  border-color: #444 !important;
  border-width: 3px !important;
}
a.facebook {
  color: #3b5998 !important;
}
.ult_cl_link_2 a span:before {
  opacity: 0;
}
.ult_cl_link_2 a:hover span:before {
  opacity: 1;
}
.vc_separator.vc_separator_align_center h4 {
  font-size: 40px !important;
  line-height: 1 !important;
  text-align: center !important;
}
.vc_separator.vc_separator_align_center h4.snowflake-separator {
  font-style: normal !important;
  font-size: 34px !important;
  padding: 0 24px 0 25px !important;
}
.vc_separator .vc_sep_holder .vc_sep_line {
  top: -2px !important;
}
.vc_separator.vc_separator_align_center h2 {
  font-size: 40px !important;
  line-height: 1 !important;
  text-align: center !important;
  padding: 0 .8em;
}
.wpb_single_image:not(.ezr-no-box-shadow) img {
  box-shadow: 0 0 10px rgba(0,0,0,.25);
}
#page .page-title,
#home-hero-row > .upb_row_bg {
  box-shadow: 0 0 10px rgba(0,0,0,.5);
}
*:focus-visible {
  outline: 3px solid #004ea7 !important;
}
.skip-link.screen-reader-text {
  z-index: 999 !important;
}
@media (max-width: 767px) {
  .vc_separator.vc_separator_align_center h4.snowflake-separator {
    font-size: 30px !important;
  }
}

/* Header & Menus */
.branding a:hover {
  opacity: .9;
}
.mobile-header-bar {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mobile-mini-widgets-in-menu {
  padding: 10px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.dt-mobile-header {
  z-index: 999999;
}
.dt-mobile-header .mobile-mini-widgets-in-menu > div {
  margin: 0 0 14px 0 !important;
}

/* Home */
body.home #main {
  padding-top: 0 !important;
}
#home-hero-row {
  text-shadow: 2px 2px #000;
}
#home-hero-row .wpb_single_image img {
  box-shadow: none !important;
}
#home-hero-row .vc_general.vc_btn3 {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  border-width: 3px;
  transition: all .5s;
}
#home-hero-row .vc_general.vc_btn3 .vc_btn3-icon {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  transition: all .5s;
}
#home-hero-row .vc_general.vc_btn3:hover {
  font-size: 22px;
  padding-left: 50px;
}
#home-hero-row .vc_general.vc_btn3:hover .vc_btn3-icon {
  font-size: 22px;
}
@media (min-width: 768px) {
  #home-hero-row > .upb_row_bg {
    background-position-y: bottom !important;
  }
  #home-hero-row .wpb_single_image {
    margin-bottom: -15px !important;
  }
  #home-main-row .vc_col-sm-9 {
    width: 70% !important;
  }
  #home-main-row .vc_col-sm-3 {
    width: 30% !important;
  }
}
@media (max-width: 767px) {
  #home-hero-row > .upb_row_bg {
    background-position-y: top !important;
  }
  #home-hero-row .wpb_single_image {
    margin-bottom: -30px !important;
  }
  #home-hero-row .vc_col-sm-4:nth-of-type(1) .stats-block {
    margin-bottom: -20px !important;
  }
  #home-hero-row .vc_col-sm-4:nth-of-type(2) .stats-block {
    margin-bottom: 0 !important;
  }
  #home-hero-row .vc_col-sm-4:nth-of-type(3) .stats-block {
    margin-bottom: 25px !important;
  }
  /* Hide on mobile until FB fixes */
  /*.ezriders-fb-page-plugin {
    display: none;
  }*/
}

/* Events */
#eo_fullcalendar_1_loading {
  display: none !important;
}
.eventorganiser-event-meta {
  margin-bottom: 40px;
}
.eventorganiser-event-meta hr {
  display: none;
}
.eventorganiser-event-meta h4 {
  text-align: center;
  font-size: 30px;
  line-height: 36px;
}
.eventorganiser-event-meta h4 + p {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.eo-event-meta {
  font-size: 18px;
}
.eo-fullcalendar .fc-event {
  background-color: #004ea7 !important;
  border-color: #004ea7 !important;
}
.fc-toolbar h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  margin-top: 4px !important;
  margin: 6px 4px !important;
  color: #333;
}
body .eo-fullcalendar-reset .fc-view-container td {
  padding: 2px !important;
}
.eo-events-shortcode {
  text-align: center !important;
  list-style-type: none !important;
  margin: 0 !important;
}

/* Footer */
#footer {
  text-align: center;
}
#footer .vc_btn3 {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 5px;
}
#footer a:not(.vc_btn3) {
  color: #d3d3d3;
}
#footer a:hover {
  opacity: .9;
}
#footer ul.eo-events li {
  margin-bottom: 8px;
}
#footer #bottom-bar a {
  color: #fff;
}
#bottom-bar a.web-design-credit {
  font-size: 11px;
  line-height: 15px;
}
@media (max-width: 375px) {
  #footer .privacy-policy-separator {
    display: block;
    height: 0;
    opacity: 0;
  }
}

/* Falling Snow  */
#falling-snow {
  position: fixed;
  z-index: 1;
}
#falling-snow .snowflake {
  color: #f2f2f2;
  font-size: 20px;
  text-shadow: 0 0 1px #000;
  position: fixed;
  top: -10%;
  user-select: none;
  cursor: default;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}
#falling-snow .snowflake:nth-of-type(1) {
  left: 10.75%;
  animation-delay: 1s, 1s;
}
#falling-snow .snowflake:nth-of-type(2) {
  left: 21.5%;
  animation-delay: 6s, .5s;
}
#falling-snow .snowflake:nth-of-type(3) {
  left: 32.25%;
  animation-delay: 4s, 2s;
}
#falling-snow .snowflake:nth-of-type(4) {
  left: 43%;
  animation-delay: 2s, 2s;
}
#falling-snow .snowflake:nth-of-type(5) {
  left: 53.75%;
  animation-delay: 8s, 3s;
}
#falling-snow .snowflake:nth-of-type(6) {
  left: 64.5%;
  animation-delay: 6s, 2s;
}
#falling-snow .snowflake:nth-of-type(7) {
  left: 75.25%;
  animation-delay: 2.5s, 1s;
}
#falling-snow .snowflake:nth-of-type(8) {
  left: 86%;
  animation-delay: 1s, 0s;
}
#falling-snow .snowflake:nth-of-type(9) {
  left: 96.75%;
  animation-delay: 3s, 1.5s;
}
@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}