@charset "UTF-8";
/* line 4, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Work Sans', sans-serif;
  scroll-behavior: smooth;
  color: #000;
}

/* line 13, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
body a {
  color: #004b96;
  text-decoration: none;
}

/* line 16, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
body a:visited {
  color: #004b96;
}

/* line 20, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead {
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}

/* line 25, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .site-branding {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 0px 0px;
  padding: 0.5rem;
  background: #f1f1f1;
}

/* line 33, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .site-branding .site-title a {
  color: #000000;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-right: 7px;
}

/* line 39, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .site-branding .site-title a:hover {
  text-decoration: none;
}

/* line 44, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .site-branding img.custom-logo {
  width: 150px;
  height: auto;
}

/* line 52, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .menu {
  background: #ffffff;
}

/* line 55, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .menu a {
  padding: .75rem 1rem;
  color: #000;
  margin-right: 3px;
}

/* line 60, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .menu a:hover {
  text-decoration: none;
  background: #e2e2e2;
}

/* line 67, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .menu .menu-item-has-children::after, header#masthead .menu .page_item_has_children::after {
  content: '⮟';
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 12px;
}

/* line 82, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .current-menu-item {
  border-bottom: solid 2px grey;
  color: #000;
}

/* line 88, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .main-navigation {
  width: 100%;
}

/* line 90, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .main-navigation ul {
  flex-wrap: wrap;
  border-radius: 0px 0px 5px 5px;
  justify-content: center;
}

/* line 95, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .main-navigation ul ul {
  display: inline-block;
  position: absolute;
  background: #ffff;
}

/* line 100, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .main-navigation ul ul a {
  display: inline-flex;
  padding: .75rem 1rem;
  background-color: #ffff;
}

/* line 105, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .main-navigation ul ul a:hover {
  background: #ededed;
}

@media (max-width: 968px) {
  /* line 100, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
  header#masthead .main-navigation ul ul a {
    display: block;
    padding: .5rem .75rem;
    font-size: 1rem;
  }
}

/* line 116, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .main-navigation ul ul .menu-item-has-children::after, header#masthead .main-navigation ul ul .page_item_has_children::after {
  content: '⮟';
  position: absolute;
  top: 50%;
  transform: rotate(270deg) !important;
  right: 8px;
  transform: translateY(-50%);
  font-size: 12px;
}

/* line 130, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .menu-toggle {
  background: none;
  border: none;
  position: absolute;
  top: 10%;
  right: 2rem;
}

/* line 137, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
header#masthead .menu-toggle img {
  width: 1.5rem;
  height: auto;
}

/* line 145, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
.entry-meta {
  margin-bottom: 0.5rem;
}

/* line 151, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
#primary article {
  background: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 25px;
  border-radius: 20px;
}

/* line 158, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
#primary a {
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  /* line 150, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
  #primary {
    padding: 20px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 150, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
  #primary {
    margin: 0;
    padding: 0;
  }
}

/* line 173, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
#primary .entry-title a {
  text-decoration: none;
  color: #121212;
}

/* line 180, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
#secondary {
  background: white;
  color: #1b1b1b;
  border-radius: 20px;
}

/* line 185, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
#secondary ul {
  list-style: none;
  margin: 0;
}

/* line 189, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
#secondary ul li {
  padding: 10px 0;
}

/* line 192, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
#secondary ul li a {
  color: #1e73be;
}

/* line 198, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
#secondary .widget {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
}

/* Footer Styles */
/* line 207, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
.site-footer {
  background-color: #ffffff;
  color: #000000;
  padding: 20px 0;
  text-align: center;
}

/* line 213, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
.site-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* line 218, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
.site-footer .footer-inner .footer-menu-container {
  margin-bottom: 20px;
}

/* line 222, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
.site-footer .footer-inner #footer-menu {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

/* line 228, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
.site-footer .footer-inner #footer-menu li {
  margin: 0 10px;
}

/* line 231, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
.site-footer .footer-inner #footer-menu li a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}

/* line 236, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
.site-footer .footer-inner #footer-menu li a:hover {
  text-decoration: underline;
}

/* line 244, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
.site-footer a {
  color: #000000;
  text-decoration: none;
}

/* line 248, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
.site-footer a:hover {
  text-decoration: underline;
}

/* line 253, ../../../../../xampp/htdocs/deeto/wp-content/themes/deeto/themestyles/scss/main.scss */
.site-footer .footer-text {
  margin-top: 10px;
  font-size: 14px;
  color: #498bb7;
}

/*# sourceMappingURL=main.css.map */