/*
    Theme Name: Sunly
    Theme URL: https://sunly.ee
    Description: Sunly Wordpress theme
    Author: Reedik Lindau
    Author URL: https://reedik.com
    Version: 1.0.1
    Text Domain: sunly
*/
@font-face {
  font-family: "Aeonik";
  font-weight: 500;
  src: url("assets/fonts/Aeonik-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Aeonik";
  font-weight: 400;
  src: url("assets/fonts/Aeonik-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Aeonik";
  font-weight: 300;
  src: url("assets/fonts/Aeonik-Light.otf") format("opentype");
}
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
}
.logged-in .site-header {
  top: 32px;
}
.home .site-header {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: fixed;
}
.site-header .site-logo {
  width: 70px;
  height: 70px;
  display: block;
}
.site-header .site-logo svg {
  width: 100%;
  height: 100%;
}
.home:not(.scrolling):not(.menu-show) .site-header .site-logo svg path {
  fill: white;
}
@media screen and (max-width: 768px) {
  body:not(.menu-show) .site-header .site-navigation {
    display: none;
  }
}
.site-header .site-navigation > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .site-header .site-navigation > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .site-header .site-navigation > ul li {
    line-height: 52px;
    padding: 0 16px;
  }
}
.site-header .site-navigation > ul li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .site-header .site-navigation > ul li.menu-item-has-children {
    padding-right: 50px;
  }
}
.site-header .site-navigation > ul li.menu-item-has-children button.sub-toggle {
  background: transparent;
  border: none;
  top: 42px;
  right: 10px;
  position: absolute;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .site-header .site-navigation > ul li.menu-item-has-children button.sub-toggle {
    top: 7px;
    right: 20px;
  }
}
.site-header .site-navigation > ul li.menu-item-has-children button.sub-toggle:after {
  content: "";
  border: none;
  border: solid #455560;
  border-width: 0 2px 2px 0;
  display: inline-block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  padding: 3px;
}
@media screen and (max-width: 768px) {
  .site-header .site-navigation > ul li.menu-item-has-children button.sub-toggle:after {
    padding: 7px;
  }
}
.home:not(.scrolling):not(.menu-show) .site-header .site-navigation > ul li.menu-item-has-children button.sub-toggle:after {
  border-color: white;
}
.site-header .site-navigation > ul li a {
  color: #455560;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  .site-header .site-navigation > ul li a {
    padding: 40px 10px;
  }
}
.home .site-header .site-navigation > ul li a {
  color: white;
}
.site-header .site-navigation > ul li ul.sub-menu {
  display: none;
  background-color: white;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .site-header .site-navigation > ul li ul.sub-menu {
    -webkit-box-shadow: inset 0px 1px 5px rgba(209, 209, 209, 0.75);
            box-shadow: inset 0px 1px 5px rgba(209, 209, 209, 0.75);
    position: absolute;
    top: 102px;
    left: -16px;
  }
}
.site-header .site-navigation > ul li ul.sub-menu li {
  white-space: nowrap;
  margin: 0;
}
.site-header .site-navigation > ul li ul.sub-menu li a {
  line-height: 52px;
  padding: 0 16px;
  display: block;
  color: #455560;
}
.site-header .site-navigation > ul li ul.sub-menu li a:hover {
  background-color: #f7f8fa;
  color: #0080d6;
}
.site-header .site-navigation > ul li:hover > ul.sub-menu, .site-header .site-navigation > ul li.submenuOpen > ul.sub-menu {
  display: block;
}
.site-header .site-navigation > ul li:hover button.sub-toggle, .site-header .site-navigation > ul li.submenuOpen button.sub-toggle {
  border-color: #0080d6;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 48px;
}
@media screen and (max-width: 768px) {
  .site-header .site-navigation > ul li:hover button.sub-toggle, .site-header .site-navigation > ul li.submenuOpen button.sub-toggle {
    top: 7px;
  }
}
.site-header .site-navigation > ul li.current-menu-item > a, .site-header .site-navigation > ul li.current_page_parent > a, .site-header .site-navigation > ul li.current_page_item > a, .site-header .site-navigation > ul li:hover > a {
  color: #0080d6 !important;
}
.site-header .site-language ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .site-header .site-language ul li .sub-menu {
    -webkit-box-shadow: inset 0px 1px 5px rgba(209, 209, 209, 0.75);
            box-shadow: inset 0px 1px 5px rgba(209, 209, 209, 0.75);
    position: absolute;
  }
  .site-header .site-language ul li .sub-menu li a {
    line-height: 40px !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .site-header .site-language ul li .sub-toggle {
    top: 20px !important;
  }
  .site-header .site-language ul li .sub-toggle:after {
    padding: 5px !important;
  }
}
.site-header .site-language ul li a {
  text-transform: uppercase;
}
.scrolling .site-header, .menu-show .site-header, body:not(.home) .site-header {
  background-color: white;
  -webkit-box-shadow: 0px 1px 5px rgba(209, 209, 209, 0.75);
          box-shadow: 0px 1px 5px rgba(209, 209, 209, 0.75);
}
.scrolling .site-header .site-navigation ul li a,
.scrolling .site-header .site-language ul li a, .menu-show .site-header .site-navigation ul li a,
.menu-show .site-header .site-language ul li a, body:not(.home) .site-header .site-navigation ul li a,
body:not(.home) .site-header .site-language ul li a {
  color: #455560;
}
.site-header .menu-toggle {
  width: 40px;
  height: 30px;
  position: relative;
  z-index: 300;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.site-header .menu-toggle:focus {
  outline: none;
}
.site-header .menu-toggle span {
  display: block;
  background-color: #0080d6;
  height: 4px;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header .menu-toggle span:nth-child(1) {
  top: 0;
}
.site-header .menu-toggle span:nth-child(2) {
  top: 13px;
}
.site-header .menu-toggle span:nth-child(3) {
  top: 26px;
}
.menu-show .site-header .menu-toggle span:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
      -ms-transform: translateY(13px) rotate(45deg);
          transform: translateY(13px) rotate(45deg);
}
.menu-show .site-header .menu-toggle span:nth-child(2) {
  display: none;
}
.menu-show .site-header .menu-toggle span:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
      -ms-transform: translateY(-13px) rotate(-45deg);
          transform: translateY(-13px) rotate(-45deg);
}

.single .attachment-post-thumbnail {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.blog a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.blog .thumbnail {
  position: relative;
  padding-bottom: 40%;
  overflow: hidden;
}
.blog .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.blog .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.blog .nav-links a,
.blog .nav-links span {
  display: block;
  margin: 0 5px;
}

.site-footer {
  padding: 60px 0;
  background-color: #0080d6;
  color: white;
}
.site-footer h3 {
  font-size: 32px;
}
.site-footer h3,
.site-footer a,
.site-footer p {
  color: white;
}
.site-footer .social-icons a {
  white-space: nowrap;
}
.site-footer .social-icons a svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.site-footer > *:not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1145px;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.site-main figure:not(.wp-block-embed), .site-main img {
  pointer-events: none;
}
.site-main > *:not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1145px;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.site-main > *:not(.alignfull).row {
  padding-left: 0;
  padding-right: 0;
}
.site-main #get-electricity-from-us {
  position: relative;
  padding-left: 50px;
}
.site-main #get-electricity-from-us:before {
  content: "";
  background: url(assets/images/sunly-city.png);
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
.site-main .side-menu {
  list-style: none;
}
.site-main .side-menu .active a {
  color: #1770BF;
}
.site-main .side-menu a {
  color: #455560;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, .button:not(.acf-button), select, input {
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  color: #455560;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}

h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
h3.operational:before, h3.pipeline:before, h3.under_construction:before, h3.under_development:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  margin-right: 10px;
}
h3.operational:before {
  background-color: #41B787;
}
h3.under_development::before {
  background-color: #F9E373;
}
h3.under_construction::before {
  background-color: #1770BF;
}
h3.pipeline::before {
  background-color: #77cbea;
}

h4 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

h3 a,
a strong,
a b {
  padding-right: 35px;
  position: relative;
  display: inline-block;
}
h3 a:after,
a strong:after,
a b:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOS4zMyAxOS4yNyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDgwZDY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjJweDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkVzaWxlaHQiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeTE9IjkuNjQiIHgyPSIyNy45MSIgeTI9IjkuNjQiLz48cG9seWxpbmUgY2xhc3M9ImNscy0xIiBwb2ludHM9IjE4Ljk4IDAuNzEgMjcuOTEgOS42NCAxOC45OCAxOC41NiIvPjwvZz48L2c+PC9zdmc+");
  width: 28px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
h3 a:hover:after,
a strong:hover:after,
a b:hover:after {
  right: -10px;
}

a {
  text-decoration: none;
  color: #0080d6;
}

b, strong {
  font-weight: 400;
}

p {
  margin: 15px 0;
}
p.has-huge-font-size {
  font-size: 24px;
}

label {
  display: block;
  margin-bottom: 10px;
}

select {
  padding: 5px 10px;
  border: solid 1px #455560;
  width: 100%;
  border-radius: 0;
}

.content {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1140px;
}

iframe {
  width: 100%;
  display: block;
}

.position-relative {
  position: relative;
}

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

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

input[type=search] {
  width: 100%;
  padding: 5px 10px;
  border: solid 1px #455560;
}

.wp-block-cover h2 {
  font-size: 44px;
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-cover p {
  font-size: 24px;
}
.wp-block-group {
  padding: 60px 0.75rem;
}
.wp-block-group.has-background {
  padding: 60px 0.75rem;
}
.wp-block-media-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.wp-block-column.has-background {
  padding: 20px;
}
.wp-block-table thead {
  border: none;
}
.wp-block-table thead tr th {
  border: none;
  font-weight: 500;
}
.wp-block-table tbody tr td {
  border: none;
}
.wp-block-table tfoot {
  border: none;
}
.wp-block-table tfoot tr td {
  border: none;
  font-weight: 500;
}
.wp-block-buttons.w-100 {
  margin-bottom: 60px;
}
.wp-block-buttons.w-100 .wp-block-button {
  width: 100%;
}
.wp-block-buttons.w-100 .wp-block-button a {
  width: 100%;
}

.wp-block-group:not(.alignfull), .wp-block-media-text:not(.alignfull), .wp-block-columns:not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1145px;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.wp-block-group:not(.alignfull) .wp-block-group__inner-container > * {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-group .wp-block-group__inner-container > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1145px;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
/*# sourceMappingURL=style.css.map */