/*
Theme Name: Rainbow Dust
Theme URI: https://wordpress.org/themes/rainbowdust/
Author: Joanna Ostrowska
Author URI: https://wordpress.org
Description: Rainbow Dust Studio custom style for Wordpress.
Version: 1.0
Text Domain: rainbowdust
*/
/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
@import url("https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
html {
  border: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

body header.wp-block-template-part {
  display: contents;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font-family: "Mulish", sans-serif;
}

caption, blockquote {
  font-family: "Arima", system-ui;
}

blockquote::before,
blockquote::after {
  content: "";
}

a {
  color: #1B1B1B;
  transition-duration: 400ms;
}

a:hover {
  text-decoration: none;
  transition-duration: 400ms;
}

h1 {
  font-family: "Arima", system-ui;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
}

h2 {
  font-family: "Arima", system-ui;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
}

h3 {
  font-family: "Arima", system-ui;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}

h4 {
  font-family: "Arima", system-ui;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
}

h5 {
  font-family: "Arima", system-ui;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}

h6 {
  font-family: "Arima", system-ui;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}

.tagline {
  font-family: "Arima", system-ui;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.medium-normal {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

p, ul, li, .medium-medium {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

p {
  padding: 8px 0;
}

a, .regular-normal {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.small-normal {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.small-semibold,
div.taxonomy-post_tag a,
footer nav ul.wp-block-navigation li.wp-block-navigation-item a {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

footer nav ul.wp-block-navigation li.wp-block-navigation-item a:hover {
  color: #ffffff;
  text-decoration: none;
}

.small-link {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-decoration: underline;
}

.button, .wp-block-button__link, .wp-block-post-excerpt__more-link {
  min-width: 100px;
  padding: 12px 24px;
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  border-radius: 16px;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  transition-duration: 400ms;
  -webkit-box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: #1B1B1B;
  background-color: transparent;
  border-color: #1B1B1B;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #1B1B1B;
}

.wp-block-button.is-style-fill .wp-block-button__link {
  color: #ffffff;
  background-color: #1B1B1B;
  border-color: #1B1B1B;
}
.wp-block-button.is-style-fill .wp-block-button__link span {
  background-color: transparent;
  color: #ffffff;
}
.wp-block-button.is-style-fill .wp-block-button__link:hover span {
  background-image: linear-gradient(90deg, rgb(81, 185, 163) 0%, rgb(227, 185, 244) 51%, rgb(255, 174, 136) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button:hover, .wp-block-button__link:hover, .wp-block-post-excerpt__more-link:hover {
  background-color: rgba(173, 216, 230, 0.4);
  color: #1B1B1B;
  border-color: #1B1B1B;
  transition-duration: 300ms;
}

.txt-white-shadow {
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.5);
}

.white-shadow a {
  -webkit-box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.5);
}

.bg-aqua {
  background: rgb(81, 185, 163);
}

@media (max-width: 782px) {
  h1 {
    font-family: "Arima", system-ui;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
  }
  h2 {
    font-family: "Arima", system-ui;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
  }
  h3 {
    font-family: "Arima", system-ui;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
  }
  h4 {
    font-family: "Arima", system-ui;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
  }
  h5 {
    font-family: "Arima", system-ui;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
  }
  h6 {
    font-family: "Arima", system-ui;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
  }
}
header .wp-block-group {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}
header .is-position-sticky {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(160, 160, 160, 0.2);
  -moz-box-shadow: 0px 2px 8px 0px rgba(160, 160, 160, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(160, 160, 160, 0.2);
}
header .wp-block-navigation li.wp-block-navigation-item {
  padding-left: 32px;
}
header .wp-block-navigation li.wp-block-navigation-item a::after {
  content: "";
  height: 4px;
  background: #ffffff;
  width: 60%;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}
header .wp-block-navigation li.wp-block-navigation-item a:hover {
  color: rgb(81, 185, 163);
}
header .wp-block-navigation li.wp-block-navigation-item a:hover::after {
  background: rgb(81, 185, 163);
}

footer {
  padding: 20px 0;
  background-color: rgb(81, 185, 163);
  color: #1B1B1B;
}
footer .footer-logo {
  text-align: left;
}
footer nav ul.wp-block-navigation li.wp-block-navigation-item a {
  margin: 0 0 0 32px;
}
footer .footer-main {
  padding: 24px 0 24px 0;
}
footer .footer-menu div.wp-block-group {
  padding: 48px 0;
}
footer .footer-info {
  border-top: 1px solid #1B1B1B;
  margin: 0 auto;
  padding: 32px 0;
}
footer .footer-info p {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
footer #footer-additional-menu li a {
  font-weight: 400;
}

#home {
  background: rgb(227, 185, 244);
  background: linear-gradient(90deg, rgb(81, 185, 163) 0%, rgb(227, 185, 244) 51%, rgb(255, 174, 136) 100%);
}

#skills {
  padding: 100px 0;
}

.skill-block {
  padding: 16px 8px;
  text-align: center;
}
.skill-block h5 {
  margin: 16px 0;
}

#portfolio {
  padding: 80px 0;
  background-image: url(//joannaostrowska.pl/wp-content/themes/rainbow_dust/assets/images/blur-circle.png);
  background-color: #ffffff;
  background-position: top center;
  background-repeat: no-repeat;
}

.portfolio-block li {
  border-radius: 6px;
  display: inline-block;
  border: 1px solid rgb(173, 216, 230);
  background: rgba(173, 216, 230, 0.1);
  margin: 24px;
  padding: 24px;
  transition: all 800ms;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.portfolio-block li .portfolio-inner-block {
  padding: 16px;
}
.portfolio-block li .portfolio-inner-block h5 a {
  transition: 400ms;
  margin: 16px 0;
  color: #1B1B1B;
  transition: color 400ms;
}
.portfolio-block li .portfolio-inner-block:hover h5 a {
  color: rgb(81, 185, 163);
  transition: color 400ms;
}
.portfolio-block li p.wp-block-post-excerpt {
  font-weight: 400;
  margin-bottom: 8px;
}
.portfolio-block li a.wp-block-read-more {
  color: #1B1B1B;
  transition: color 400ms;
}
.portfolio-block li a.wp-block-read-more:hover {
  color: rgb(81, 185, 163);
  transition: color 400ms;
}

#experience {
  background-image: url(//joannaostrowska.pl/wp-content/themes/rainbow_dust/assets/images/blur-circle.png);
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
}
#experience .my-experience {
  padding: 60px 0;
}
#experience .my-experience li {
  border-radius: 6px;
  display: inline-block;
  border: 1px solid rgb(173, 216, 230);
  background: rgba(173, 216, 230, 0.1);
  margin: 24px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  transition: all 800ms;
}
#experience .my-experience li .job-info img {
  vertical-align: top;
  padding-right: 16px;
}
#experience .my-experience li .job-info p {
  padding-right: 16px;
}

#contact {
  background: linear-gradient(90deg, rgb(81, 185, 163) 0%, rgb(227, 185, 244) 51%, rgb(255, 174, 136) 100%);
  background-image: url(//joannaostrowska.pl/wp-content/themes/rainbow_dust/assets/images/couds.png);
  background-image: url(//joannaostrowska.pl/wp-content/themes/rainbow_dust/assets/images/clouds.png), linear-gradient(90deg, rgb(81, 185, 163) 0%, rgb(227, 185, 244) 51%, rgb(255, 174, 136) 100%);
  background-position: center center;
  background-repeat: repeat;
}

hr.rainbow-sep {
  width: 70%;
  height: 40px;
  margin: 0;
  background: linear-gradient(90deg, rgb(81, 185, 163) 0%, rgb(227, 185, 244) 51%, rgb(255, 174, 136) 100%);
}

hr.rainbow-sep-full {
  width: 100%;
  height: 40px;
  margin: 0;
  background: linear-gradient(90deg, rgb(81, 185, 163) 0%, rgb(227, 185, 244) 51%, rgb(255, 174, 136) 100%);
}

div.taxonomy-post_tag {
  margin: 24px 0;
}
div.taxonomy-post_tag a {
  -webkit-box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  color: #1B1B1B;
  display: inline-block;
  background-color: rgb(227, 185, 244);
  border-radius: 4px;
  text-decoration: none;
  padding: 4px 16px;
  margin: 4px;
  transition-duration: 400ms;
}
div.taxonomy-post_tag a:hover {
  background-color: rgb(173, 216, 230);
  transition-duration: 400ms;
}
div.taxonomy-post_tag span.wp-block-post-terms__separator {
  display: none;
}

body.single div.wp-block-post-content p.wp-block-post-excerpt__excerpt {
  font-weight: 700;
}
body.single main {
  padding: 0;
  background-image: url(//joannaostrowska.pl/wp-content/themes/rainbow_dust/assets/images/blur-circle.png);
  background-color: #ffffff;
  background-position: top center;
  background-repeat: no-repeat;
}
body.single main:before {
  content: "";
  width: 100%;
  height: 40px;
  background: linear-gradient(90deg, rgb(81, 185, 163) 0%, rgb(227, 185, 244) 51%, rgb(255, 174, 136) 100%);
  display: block;
}
body.single main ul.wp-block-post-template li div.wp-block-group {
  border-bottom-color: rgb(227, 185, 244);
}

.entry-content ul.wp-block-list {
  padding: 0 32px;
}

body.archive {
  padding: 0;
  background-image: url(//joannaostrowska.pl/wp-content/themes/rainbow_dust/assets/images/blur-circle.png);
  background-color: #ffffff;
  background-position: top center;
  background-repeat: no-repeat;
}
body.archive .wp-block-query .category-portfolio {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  display: inline-block;
  border: 1px solid rgb(173, 216, 230);
  background: rgba(173, 216, 230, 0.1);
  padding: 24px;
  margin: 24px;
}

body.error404 main,
body.page main {
  padding: 0;
  background-image: url(//joannaostrowska.pl/wp-content/themes/rainbow_dust/assets/images/blur-circle.png);
  background-color: #ffffff;
  background-position: top center;
  background-repeat: no-repeat;
}
body.error404 main:before,
body.page main:before {
  content: "";
  width: 100%;
  height: 40px;
  background: linear-gradient(90deg, rgb(81, 185, 163) 0%, rgb(227, 185, 244) 51%, rgb(255, 174, 136) 100%);
  display: block;
}

.wp-block-post-navigation-link a {
  background: #ffffff;
  border: 2px solid #1B1B1B;
  font-family: "Arima", system-ui;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin: 8px 0;
  padding: 12px 24px;
  border-radius: 16px;
  text-decoration: none;
  transition: all 400ms;
}
.wp-block-post-navigation-link a:hover {
  background: rgb(173, 216, 230);
  transition: all 400ms;
}

@media (max-width: 782px) {
  .portfolio-block li .portfolio-inner-block {
    padding: 24px;
  }
  .wp-block-group {
    padding-left: 16px;
    padding-right: 16px;
  }
  hr.rainbow-sep {
    width: 100%;
  }
  #home {
    background: linear-gradient(180deg, rgb(81, 185, 163) 0%, rgb(227, 185, 244) 51%, rgb(255, 174, 136) 100%);
  }
  #contact {
    background-image: url(//joannaostrowska.pl/wp-content/themes/rainbow_dust/assets/images/clouds.png), linear-gradient(180deg, rgb(81, 185, 163) 0%, rgb(227, 185, 244) 51%, rgb(255, 174, 136) 100%);
  }
  #portfolio {
    background-image: none;
  }
  #experience {
    background-image: none;
  }
  #experience .my-experience li .job-info {
    display: block;
  }
  footer .footer-menu {
    display: none;
  }
  footer .footer-logo {
    text-align: center;
  }
  footer .wp-block-social-links {
    display: none;
  }
  footer .footer-info p {
    text-align: center;
    width: 100%;
  }
  footer #footer-additional-menu {
    justify-content: center;
  }
  footer #footer-additional-menu li.wp-block-navigation-item a {
    margin: 0 8px;
  }
}

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