/*
Theme Name:   Rhubarb Jumble
Theme URI:    http://rhubarbjumble.pro/
Description:  Custom Wordpress Theme.
Author:       Caroline Elisa Haggerty
Author URI:   http://carolineelisa.com
Version:      1.1
Text Domain: rhubarbjumble

Blue 0079c0
Yellow ffe961

*/

/* Eric Meyer's Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, b, i, hr, u, center, menu, layer, s, strike, font, xmp {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  font-size: 100%;
  background: transparent;
  border: none;
  text-decoration: none;
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/*The basics*/
html, body {
  height:100%;
}
body {
  overflow-y: scroll;
  font-size:1em;
  line-height:1.6em;
  color:#111;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  letter-spacing: 0.01em;
  font-size: 3.2em;
  line-height:1.2em;
  margin-bottom:1em;
}
h2 {
  font-size: 2.4em;
  line-height:1.4em;
  margin-top:1em;
  margin-bottom:1em;
}
h3 {
  font-size: 1.8em;
  line-height:1.4em;
  margin-bottom:.5em;
  margin-top:.5em;
}
h4 {
  font-size: 1.4em;
  line-height:1.4em;
  margin-bottom:.5em;
  margin-top:.5em;
}
h5 {
  font-size: 1.2em;
  line-height:1.4em;
  margin-bottom:.5em;
  margin-top:.5em;
}
h6 {
  font-size: 1em;
  line-height:1.4em;
  margin-bottom:.5em;
  margin-top:.5em;
}
span {
  font-weight:inherit;
}
del {
  text-decoration: line-through;
}
img {
  max-width:100%;
  height:auto;
}
@media \0screen {
  img {
    width: auto
  }
}
.alignleft {
  text-align:left!important;
}
.aligncenter {
  text-align: center!important;
}
.alignright {
  text-align:right!important;
}
.floatright {
  float:right;
}
.floatleft {
  float:left;
}
.clearfix:after {
  content:'';
  display:block;
  width:100%;
  clear:both;
}
img.aligncenter, input[type="submit"].aligncenter {
  display: block;
  float:none;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  clear:left;
  float: left;
  margin-right: 3%;
}
img.alignright {
  float: right;
  margin-left: 3%;
}
iframe {
  width:100%;
}
video {
  width: 100%  !important;
  height: auto   !important;
}
table {
  width:100%;
  border-spacing: 0;
}
th, td {
  padding: 1em;
  text-align: left;
}
hr {
  border: 0;
  clear:both;
  height: 1px;
  margin:0 auto;
  background-color:#ddd;
}
hr.spacer {
  background-color:transparent;
  margin:1.5em 0;
}
blockquote {
  margin-bottom:1em;
}
blockquote > *:last-child {
  margin-bottom:0;
}
blockquote > *::before, blockquote > *::after {
  display:inline-block;
  font-size:1.2em;
  content:"“";
  margin:0 .2em 0 0;
}
blockquote > *::after {
  content:"”";
  margin:0 0 0 .2em;
}
p:empty, li:empty, .hidden, .hide, .screen-reader-text, .screen-reader-response {
  display:none;
}
ul, ol {
  padding-left: 1.2em;
}
li {
  margin-bottom: .5em;
}
p, ul, ol, table, iframe, video, img {
  margin-bottom:1em;
}
a {
  color: inherit;
  font-weight:inherit;
  text-decoration:underline;
  position:relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateZ(0);
}
a:hover {
  text-decoration:underline;
}
:disabled {
  opacity:0.3;
  pointer-events:none;
}
strong, b {
  font-weight: bold;
  letter-spacing: 0.01em;
}
em, i {
  font-style:italic;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
small {
  font-size: small;
  line-height: 1.4em;
}
.small, .smaller {
  font-size:0.8em;
  line-height: 1.4em;
}
.large, .larger {
  font-size:large;
  line-height: 1.4em;
}
.x-large {
  font-size:x-large;
  line-height: 1.4em;
}
.caps {
  text-transform:uppercase;
  letter-spacing:0.05em;
}
select, input, textarea, button {
  font-size:1em;
}
select, input, textarea, button, a.button, span.button a {
  font-family:inherit;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  -moz-appearance:none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 15px;
  min-height: 40px;
  min-width: 40px;
  line-height:20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
  border:1px solid #f0d426;
  color:inherit;
  display: block;
  vertical-align:middle;
  width:100%;
  max-width: 100%;
  margin-bottom: 1em;
}
input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  width: auto;
  min-height: inherit;
  min-width: inherit;
  background-color: transparent;
  margin-right:.5em;
  margin-bottom: 0;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
 }
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
 }
input[type="button"], input[type="submit"], button, a.button, span.button a {
  font-weight: bold;
  letter-spacing: 0.01em;
  text-decoration:none;
  cursor:pointer;
  /* background-color:#444;
  border-color:transparent;
  color:#fff; */
  background: #ffe961;
  color: #222;
  text-align:center;
  position: relative;
  width:auto;
  display:inline-block;
  margin-top: .5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .5s; /* Safari */
  transition: all .5s;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, a.button:hover, span.button a:hover {
  background-color: #f0d426;
  color: #222;
}
a.button.next:after, span.button.next a:after,
a.button.previous:before, span.button.previous a:before  {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.button.next:after, span.button.next a:after {
  content: "\f054";
  margin-left: .5em;
}
a.button.previous:before, span.button.previous a:before {
  content: "\f053";
  margin-right: .5em;
}
a.button.round, span.button.round a {
  padding: .1em;
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.button.icon {
  padding: 5px;
  font-size: 0;
  line-height:0;
  width: 20px!important;
  box-sizing: content-box;
  min-height: 0;
  min-width:0;
  height: 20px;
  display: inline-block!important;
    padding: 9px 0;
    width: 40px!important;
    line-height:0;
    font-size:0;
}
.fa-icon {
  height: 1em;
  width: auto;
  margin: 0;
  vertical-align: middle;
  filter: invert(89%) sepia(26%) saturate(988%) hue-rotate(343deg) brightness(104%) contrast(108%);//yellow
}
.button .fa-icon {
  filter: invert(15%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(95%) contrast(101%);
  height: 15px !important;
}
.menu .current-menu-item .fa-icon {
  filter:invert(1);
}


input:focus, button:focus, select:focus {
  outline: none !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color:  inherit;
  opacity:  0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:  inherit;
  opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:  inherit;
  opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:  inherit;
  opacity:  0.5;
}
label {
  font-weight: 700;
}
/*The rest*/
.fadein {
  opacity: 0;
}
.fadedin {
  opacity: 1;
}
.fadein, .fadedin {
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  transition: opacity 2s;
}
body {
  font-family: 'Alice', serif;
  font-size:1.1em;
  line-height: 1.6em;
  color:#fff;
  background: #0079c0;
}
h1, h2, h3, h4, h5, h6, th {
  font-weight:normal;
}
a:not(.button) {
  color:#ffe961;
}

a.button, span.button a {
  background:#ffe961;
  border: 2px solid #ffe961;
  color:#0079c0;
}
a.button:hover, span.button a:hover {
  background:#fff;
  border-color: #fff;
  color:#0079c0;
}
a.button.alt, span.button.alt a {
  background:transparent;
}
#header, #footer {
  padding:40px;
}
#content {
  padding-left:40px;
  padding-right:40px;
  min-height: 60vh;
}
.container {
  max-width: 1300px;
  margin: auto;
}
.blog .container, .single-post .container, .archive .container {
  max-width: 1140px;
}
.elementor-template-full-width #content {
  padding: 0;
}
.elementor-template-full-width .container {
  max-width: none;
}
#header .menu, #footer .menu {
  padding:0;
  margin:0;
  list-style:none;
}
.menu {
  padding:0;
  margin:0;
  list-style:none;
}
.menu li {
  display:inline-block;
  vertical-align:middle;
  margin:0;
}
.menu a {
  text-decoration:none;
  padding:.5em;
  display:block;
}
.menu li:first-child a {
  padding-left:0;
}
.menu li:last-child a {
  padding-right:0;
}
.menu li:first-child a {
  padding-left: 1.5em;
}
.menu a:hover {
  color:#fff;
}
.menu .current-menu-item > a,
.menu .current_page_parent > a,
.menu .current-page-parent > a,
.menu .current-custom-parent > a,
.menu .current-menu-parent > a,
.menu .current-page-ancestor > a,
.menu .current-page-menu-ancestor a {
  color: #fff;
  text-decoration:underline;
}
#logo, #menu, #menu .menu, #footer-menu, #copyright {
  display:inline-block;
  vertical-align:middle;
  margin:0 -2px;
}
#logo, #menu {
  vertical-align:top;
}
#logo {
  width:34%;
}
a#logo {
  color:#fff;
  text-decoration:none;
}
#logo img {
  margin:0;
}
#logo p {
  font-size:0.8em;
  margin:0;
}
#menu {
  text-align:right;
  width:66%;
}
#header .menu li {
  margin-left:0.5em;
}

#mobile-menu-toggle {
  position:fixed;
  z-index:9;
  text-align:right;
  top: 15px;
  right: 10px;
  display:inline-block;
  padding: .2em .3em;
  font-size: 1.2em;
  display:none;
}
#shop-menu-mobile {
  position: fixed;
  z-index: 9;
  top:5px;
  right: 60px;
  padding: .2em .3em;
  font-size: 1.2em;
}
a.post-edit-link {
  text-decoration:none;
  background: #ffe961;
  color: #0079c0;
  padding: 5px 10px;
  position: fixed;
  z-index:999;
  top: 0;
  left: 0;
  font-size:0.8em;
}
#footer {
  font-size:0.8em;
  padding-bottom:30px;
}
#footer .menu li {
  margin-right:0.5em;
}
#footer-menu {
  width:65%;
}
#copyright {
  width:34%;
  text-align:right;
  font-size:0.8em;
}
/*Full screen*/
.absolute-center #header,
.absolute-center #footer {
  position:absolute;
  z-index:2;
  width:100%;
  box-sizing: border-box;
}
.absolute-center #footer {
  bottom:0;
  z-index:1;
}
.absolute-center #content {
  position:relative;
  top: 50%;
  transform: translateY(-50%);
}
.absolute-center  h1.elementor-heading-title {
  margin-top:20px;
}
/*Instagram*/
#instafeed-rhubarbjumble li {
  display:none;
}
#instafeed-rhubarbjumble a {
  display:block;
  position:relative;
  color:#fff;
}
#instafeed-rhubarbjumble img {
  margin:0;
}
#instafeed-rhubarbjumble .likes {
  position:absolute;
  bottom:2%;
  right:2%;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
}
#instafeed-rhubarbjumble.circles .likes {
  bottom:18%;
  right:18%;
}
#instafeed-rhubarbjumble.circles a:nth-child(2n+2) .likes {
  bottom:21%;
  right:21%;
}
#instafeed-rhubarbjumble.circles a:nth-child(4n+3) .likes {
  right:auto;
  left:18%
}
#instafeed-rhubarbjumble.circles a:nth-child(4n+1) {
  width:85%;
  margin-left:15%;
}
#instafeed-rhubarbjumble.circles a:nth-child(4n+2) {
  width:50%;
  margin-top:-40%;
}
#instafeed-rhubarbjumble.circles a:nth-child(4n+3) {
  width:75%;
  margin-left:10%;
}
#instafeed-rhubarbjumble.circles a:nth-child(4n+4) {
  width:40%;
  margin-top:-30%;
  margin-left:45%;
}
/*Depop*/
.depop-widget {
  height: 0;
  width: 100%;
  padding-bottom: 150%;
  overflow: hidden;
  position:relative;
}
.depop-widget iframe {
  position: absolute;
}
.circle .depop-widget iframe {
  background:#fff;
  bottom: 0;
  height:136.5%!important;
}
/*Circle images*/
.circle .elementor-widget-container, #instafeed-rhubarbjumble.circles img, #sb_instagram .sbi_photo, img.size-circle, img.size-circle_2x, .loop-item img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #ffe961;
  position: relative;
  background:#0079c0;
  overflow: hidden;
  z-index: 1;
}
body #sb_instagram #sbi_images .sbi_item {
  margin:0 0 0 10%!important;
}
body #sb_instagram #sbi_images .sbi_item:nth-child(2n) {
  margin:-10% 0 -10% 0!important;
}
 }
#sb_instagram .sbi_item:nth-child(2) {
  position: relative;
  top: -50px;
  left: -20px;
}
.circle .elementor-widget-container {
  height: 0;
  width: 100%;
  padding-bottom: 99%;
  overflow: hidden;
}
.safari .circle.elementor-widget-google_maps .elementor-custom-embed:after,
.safari .circle.elementor-widget-google_maps .elementor-widget-container:after {
  content: '';
  border: 500px solid #0079c0;
  position: absolute;
  top: -500px;
  bottom: -500px;
  left: -500px;
  right: -500px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.safari .circle.elementor-widget-google_maps .elementor-widget-container:after {
  border: 2px solid #ffe961;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
}
.circle img, .circle iframe {
  margin:0;

}
body .circle img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.circle .elementor-image, .circle iframe {
  position: absolute;
  /*z-index:-1;*/
  width: 100%;
  height: 200%;
  max-width:none;
}
.elementor-widget-google_maps iframe {
  background:#DFDFDF;
}
.circle .elementor-image, .circle.elementor-widget-google_maps iframe {
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.elementor .circle.elementor-widget-google_maps iframe {
  width: 200%!important;
  height: 200%!important;
  max-width:none;
}
.circle .elementor-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /*width: auto;*/
  /*height:50%;*/
  width:100px;
  min-width: 50% !important;
  min-height: 50% !important;

}
.circle.image-portrait .elementor-image img {
  height: auto;
  width: 50%;
}
.circle:nth-child(4n+1) {
    width: 85%;
    margin-left: 15%;
}
.circle:nth-child(4n+2) {
  width:50%;
  margin-top:-40%;
}
.circle:nth-child(4n+3) {
  width:75%;
  margin-left:10%;
}
.circle:nth-child(4n+4) {
  width:40%;
  margin-top:-30%;
  margin-left:45%;
}

/* Blog */
.loop-item {
  overflow: hidden;
}
.loop-item a {
  text-decoration: none;
}
.loop-item p {
  color: #fff;
}
input.search-submit {
  display: none;
}

/*Elementor*/
.elementor {
  margin-left: -10px;
  margin-right: -10px;
}
.elementor img {
  margin: 0;
}
/* .elementor-editor-active #header,
.elementor-editor-active #footer,
.elementor-editor-active #content {
  position:relative!important;
  top:0!important;
  transform: translateY(0)!important;
} */
.elementor-editor-active #header {
  pointer-events: none;
}
.elementor-editor-active .post-edit-link,
.elementor-editor-active #footer {
  display:none;
}
.elementor-editor-active .show-on-vertical,
.elementor-editor-active .show-on-horizontal {
  display:block;
}
.elementor-editor-active .fadein {
  opacity:1;
}
.elementor-element-overlay, .elementor-element-overlay *,
.elementor-background-video-container,
.elementor-background-video-fallback,
#elementor-add-new-section, #elementor-add-new-section * {
  height:auto!important;
}
/*.elementor-editor-active .elementor * {
  height:100%;
}*/
.elementor-editor-active #content
.elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: none;
    padding: 0 30px;
}
.elementor .elementor-widget-heading .elementor-heading-title {
    line-height: 1.2em;
}
.elementor .elementor-button {
  background: #ffe961;
  border: 2px solid #ffe961;
  color: #0079c0;
  font-weight: bold;
  letter-spacing: 0.01em;

}
.elementor .elementor-button:hover {
  background:#fff;
  border-color: #fff;
  color:#0079c0;
}
.elementor .elementor-element.elementor-button-info .elementor-button {
    background-color: transparent;
    color: #ffe961;
}
.elementor .elementor-element.elementor-button-info .elementor-button:hover {
    background-color: #fff;
    color:#0079c0;
}
.elementor .elementor-button:focus,
.elementor .elementor-button:hover,
.elementor .elementor-button:visited {
    color:#0079c0;
    opacity: 1;
}
.elementor .elementor-widget-button {
  display:inline-block;
}
.elementor .elementor-heading-title,
.elementor .elementor-text-editor {
  white-space: pre-line;
}
.elementor .elementor-icon {
    font-size: 1.2em;
}
.elementor .elementor-icon-box-title {
  margin:0;
}
.elementor .elementor-icon:hover {
    color: inherit;
}
.elementor-icon-box-content a {
  color:inherit;
}
.elementor-icon-box-content a:hover {
  color: #ffe961;
}
body .elementor-widget.elementor-widget-icon-box {
    margin-bottom: 0;
}
body .elementor-swiper-slider .elementor-swiper-button-next::before,
body .elementor-swiper-slider .elementor-swiper-button-prev::before {
    color:#ffe961;
}

.section-58-42 > div > div > .elementor-column.elementor-col-50:first-child {
    width: 58%;
}
.section-58-42 > div > div > .elementor-column.elementor-col-50:nth-child(2) {
    width: 42%;
}
.section-float > div > div > .elementor-column {
    width: auto;
    margin-right:40px;
}
.section-float > div > div > .elementor-column:last-child {
  margin-right:0;
}

/*Icon fix*/
.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: left;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: left;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    margin-left: 0 !important;
    margin-right: 15px !important;
}


/*Responsive*/
.show-on-mobile {
  display:none!important;
}
@media screen and (orientation:portrait) {
  .show-on-horizontal {
    display:none;
  }
}
@media screen and (orientation:landscape) {
  .show-on-vertical {
    display:none;
  }
}
/*@media screen and (min-aspect-ratio: 1/1) {
  .show-on-vertical {
    display:none!important;
  }
}*/
@media (max-width: 1199px) {
  #footer-menu, #copyright {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 1023px) {
  h1 {
    font-size:2.5em;
  }
  h2 {
    font-size:2.2em;
  }
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display:none!important;
  }
  .show-on-mobile, #mobile-menu-toggle {
    display:block!important;
  }
  #header, #footer {
    padding:20px;
  }
  #content {
    padding-left:20px;
    padding-right:20px;
  }
  #logo {
    width:100%;
  }
  #menu {
    display:none;
    opacity:1;
    position: fixed;
    z-index: 8;
    left: 0;
    right:0;
    top:0;
    bottom:0;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #0079c0;
    padding: 30px 0 0;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    line-height: 1.2em;
    text-align:right;
    margin:0;
  }
  #menu .menu {
    margin-top:30px;
  }
  #menu li {
    width:100%;
    margin: 0;
  }
  #menu li.inline,#menu li.icon {
    width:auto;
  }
  #menu a {
    padding:10px 30px;
  }
  #footer-menu, #copyright {
    width:100%;
    text-align:center;
  }
  #copyright-mobile {
    font-size:0.8em;
  }
  .elementor .section-58-42 > div > div > .elementor-column.elementor-col-50 {
      width: 100%;
  }
  .elementor .elementor-heading-title,
  .elementor .elementor-text-editor,
  .elementor .elementor-icon-box-description {
    white-space: inherit;
  }
  .section-float > div > div > .elementor-column {
      margin-right:0;
  }
}
@media (max-width: 479px) {
  #header {
    padding: 15px 20px;
  }
}
