.fancyfont {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.normalfont {
  font-family: helvetica, arial, sans-serif;
}
.museo {
  font-family: 'museo-slab', Georgia, serif;
}
.boxsizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  outline: none;
}
html {
  position: relative;
}
body {
  max-width: 100%;
  background: url('http://michelleinthemiddle.com/wp-content/themes/michelle/i/bg_tile.png') repeat fixed;
  margin: 0;
}
a {
  color: #ef4c38;
  text-decoration: none;
}
h1,
h2,
h3 {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
h2 a {
  color: #444;
  background: #74dde1;
  font-size: 24px;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-box-shadow: 0 0 0 6px #74dde1;
  -moz-box-shadow: 0 0 0 6px #74dde1;
  box-shadow: 0 0 0 6px #74dde1;
  line-height: 1.5;
}
h2 a:hover {
  -webkit-box-shadow: 0 0 0 9px #74dde1;
  -moz-box-shadow: 0 0 0 9px #74dde1;
  box-shadow: 0 0 0 9px #74dde1;
}
h2 a:active {
  -webkit-box-shadow: 0 0 0 12px #74dde1;
  -moz-box-shadow: 0 0 0 12px #74dde1;
  box-shadow: 0 0 0 12px #74dde1;
}
#all {
  max-width: 1000px;
  position: relative;
  z-index: 2;
}
#all #pencil {
  position: absolute;
  background: url('http://michelleinthemiddle.com/wp-content/themes/michelle/i/pencil.png') 0 0 no-repeat;
  right: 38px;
  bottom: -5px;
  width: 97px;
  height: 18px;
}
#header {
  width: 100%;
}
#header .inner {
  max-width: 1000px;
  text-align: right;
  margin: 0 auto;
  padding: 20px;
}
#header .inner .search-bar input[type="text"] {
  background: #ffcc00;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  color: black;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  border: 0;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 26px;
  padding: 3px 10px;
}
#header .inner .search-bar input[type="text"]:focus {
  background: #FF982A;
}
#header .inner .search-bar input[type="text"]::-webkit-input-placeholder {
  color: black;
}
#header .inner .search-bar input[type="text"]:-moz-placeholder {
  color: black;
}
#header .inner .search-bar input[type="text"]::-moz-placeholder {
  color: black;
}
#header .inner .search-bar input[type="text"]:-ms-input-placeholder {
  color: black;
}
#header .inner .search-bar input[type='submit'] {
  background: #ef4c38;
  border: 0;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
}
#header .inner .search-bar input[type='submit']:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#header .inner .search-bar input[type='submit']:active {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
#hero {
  max-height: 333px;
  overflow: hidden;
}
#hero .wallop-slider__btn {
  background: red;
  border: 0;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  bottom: 10px;
}
#hero .wallop-slider__btn:disabled {
  opacity: .5;
}
#hero .wallop-slider__btn.wallop-slider__btn--next {
  position: absolute;
  right: 10px;
}
#hero .wallop-slider__btn.wallop-slider__btn--previous {
  position: absolute;
  right: 35px;
}
#navigation {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e7e5ca;
  height: 61px;
  border-top: 5px solid #e7e5ca;
  border-bottom: 10px solid #e7e5ca;
}
#navigation ul,
#navigation li {
  list-style: none;
  margin: 0;
}
#navigation li {
  display: inline-block;
  height: 100%;
}
#navigation .menu > li.current_page_item > a,
#navigation .menu > li.current-menu-ancestor > a {
  color: #ef4c38;
  font-weight: 900;
  background: url('http://michelleinthemiddle.com/wp-content/themes/michelle/i/img_nav-active.png') center bottom no-repeat;
}
#navigation .menu {
  height: 100%;
  list-style: none;
  position: relative;
  display: inline-table;
}
#navigation .menu:after {
  content: "";
  clear: both;
  display: block;
}
#navigation .menu li {
  float: left;
  position: relative;
}
#navigation .menu li a {
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  color: black;
  padding: 13px 12px 0;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "museo-slab", Georgia, serif;
  display: inline-block;
  min-height: 51px;
  background: url('http://michelleinthemiddle.com/wp-content/themes/michelle/i/img_nav-active.png') center 100px no-repeat;
  z-index: 2;
}
#navigation .menu li a:hover {
  color: #ef4c38;
  background: url('http://michelleinthemiddle.com/wp-content/themes/michelle/i/img_nav-active.png') center bottom no-repeat;
}
#navigation .menu li:hover > ul {
  display: block;
  opacity: 1;
  max-height: 800px;
  top: 100%;
  -webkit-box-shadow: 5px 5px 2px 1px rgba(51,51,51,0.27);
  -moz-box-shadow: 5px 5px 2px 1px rgba(51,51,51,0.27);
  box-shadow: 5px 5px 2px 1px rgba(51,51,51,0.27);
}
#navigation .sub-menu {
  transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -ms-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ef4c38;
  left: -30px;
  min-width: 340px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 5;
  max-height: 0;
  overflow: hidden;
}
#navigation .sub-menu:first-child {
  opacity: 1;
}
#navigation .sub-menu li {
  display: block;
  float: none;
  position: relative;
  text-align: left;
}
#navigation .sub-menu li.current_page_item > a {
  font-weight: 700;
}
#navigation .sub-menu li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 60px;
  padding: 20px 40px;
  display: block;
  color: #fff;
  background: none;
  text-transform: capitalize;
}
#navigation .sub-menu li a:hover {
  color: #ffcc00;
  background: #ed3720;
}
#connect {
  background: #ef4c38;
  height: 60px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 21px;
  text-align: right;
  padding-right: 10px;
  margin-top: -5px;
  overflow: hidden;
}
#connect span {
  display: inline-block;
  padding: 15px 10px;
  float: right;
}
#connect .links {
  float: right;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 0 10px;
  white-space: nowrap;
  font-size: 0;
}
#connect .links a {
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  background: url('http://michelleinthemiddle.com/wp-content/themes/michelle/i/img_social.svg') 0 0 no-repeat white;
  border-radius: 100px;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-left: -5px;
  opacity: .7;
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  -o-transform: scale(.7);
}
#connect .links a:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
#connect .links a:active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#connect .links a.facebook {
  background-position: 0px 0;
}
#connect .links a.youtube {
  background-position: -50px 0;
}
#connect .links a.twitter {
  background-position: -100px 0;
}
#connect .links a.flickr {
  background-position: -150px 0;
}
#connect .links a.rss {
  background-position: -200px 0;
}
#content {
  background: white;
  overflow: hidden;
  position: relative;
}
#content #left-column {
  position: absolute;
  left: 0;
  top: 0;
  width: 316px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
}
#content #right-column {
  margin-left: 316px;
  float: left;
  border-left: 1px solid #ffcc00;
  min-height: 1340px;
  min-width: 69%;
  padding: 10px 30px 30px;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: helvetica, arial, sans-serif;
}
#content #right-column.homepage {
  padding: 10px 0px 30px 30px;
}
#content #right-column.homepage .post h2 {
  margin-top: 0;
}
#content #right-column.homepage .post .post-thumbnail {
  position: absolute;
}
#content #right-column.homepage .post:first-child {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  float: none;
  margin: 20px 0 40px;
  padding-right: 20px;
  width: 100%;
}
#content #right-column.homepage .post:first-child:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
  zoom: 1;
}
#content #right-column.homepage .post:first-child h2 {
  margin-bottom: 10px;
}
#content #right-column.homepage .post:first-child h2 a {
  font-size: 21px;
}
#content #right-column.homepage .post:first-child p {
  margin: 10px 0;
}
#content #right-column.homepage .post:first-child .post-thumbnail img {
  float: left;
  margin-right: 20px;
  width: 200px;
  height: auto;
}
#content #right-column.homepage .post:first-child .post-data {
  margin-left: 230px;
  min-height: 200px;
}
#content #right-column.homepage .post:not(:first-child) {
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  width: 50%;
  float: left;
  height: 245px;
}
#content #right-column.homepage .post:not(:first-child) h2 {
  line-height: .9;
  margin-bottom: 10px;
}
#content #right-column.homepage .post:not(:first-child) h2 a {
  font-size: 14px;
  -webkit-box-shadow: 0 0 0 4px #74dde1;
  -moz-box-shadow: 0 0 0 4px #74dde1;
  box-shadow: 0 0 0 4px #74dde1;
}
#content #right-column.homepage .post:not(:first-child) h2 a:hover {
  -webkit-box-shadow: 0 0 0 9px #74dde1;
  -moz-box-shadow: 0 0 0 9px #74dde1;
  box-shadow: 0 0 0 9px #74dde1;
}
#content #right-column.homepage .post:not(:first-child) p {
  font-size: 13px;
}
#content #right-column.homepage .post:not(:first-child) .post-thumbnail img {
  float: left;
  margin-right: 20px;
  width: 110px;
  height: auto;
}
#content #right-column.homepage .post:not(:first-child) .post-data {
  margin-left: 125px;
}
#content .navigation {
  clear: both;
  padding-top: 20px;
}
#content .navigation div {
  display: inline-block;
  margin-right: 15px;
}
#content .meta {
  font-size: 10px;
  font-family: 'museo-slab', Georgia, serif;
}
#content .more-link {
  font-weight: bold;
  color: #ef4c38;
}
#content .stButton .st-email-counter {
  width: 30px;
}
#content .stButton .st-twitter-counter {
  width: 22px;
}
#content .stButton .st-facebook-counter {
  width: 18px;
}
#content .stMainServices {
  background: none !important;
}
#content .st_facebook_hcount {
  background: url('http://michelleinthemiddle.com/wp-content/themes/michelle/i/icon_fb.png') 0 0 no-repeat;
  width: 56px !important;
  height: 24px !important;
  display: inline-block !important;
  white-space: nowrap;
}
#content .st_twitter_hcount {
  background: url('http://michelleinthemiddle.com/wp-content/themes/michelle/i/icon_twitter.png') 0 0 no-repeat;
  width: 53px !important;
  height: 24px !important;
  display: inline-block !important;
  margin-right: 8px;
  white-space: nowrap;
}
#content .st_email_hcount {
  background: url('http://michelleinthemiddle.com/wp-content/themes/michelle/i/icon_email.png') 0 0 no-repeat;
  width: 61px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
}
#footer {
  background: #ef4c38;
  overflow: hidden;
  padding: 30px 0 40px;
  text-align: center;
  width: 100%;
  position: relative;
}
#footer .inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font-size: 11px;
  font-family: 'museo-slab', Georgia, serif;
  margin: 0 auto;
  max-width: 1000px;
  min-height: 80px;
  padding: 0 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
#footer .inner .column {
  float: left;
  width: 150px;
}
#footer .inner .column li {
  list-style: none;
}
#footer .inner .column li:first-of-type {
  display: none;
}
#footer .inner .column.one {
  width: 280px;
  padding-top: 0px;
}
#footer .inner .column.two {
  width: 180px;
}
#footer .inner .column a {
  color: white;
  text-decoration: none;
  display: block;
}
#footer .inner .column a:hover {
  color: #e0e31a;
}
#footer .inner .charm-logo {
  background: url('http://michelleinthemiddle.com/wp-content/themes/michelle/i/img_silverstreamlogo.svg') no-repeat;
  display: block;
  height: 48px;
  position: absolute;
  right: 20px;
  top: 50px;
  width: 48px;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transform: scale(.7);
}
#footer .inner .charm-logo:hover {
  -webkit-transform: scale(1);
}
#footer .inner .charm-logo:active {
  -webkit-transform: scale(1.2);
}
#footer .inner .silverstream-logo {
  background: url('http://michelleinthemiddle.com/wp-content/themes/michelle/i/img_silverstreamlogo.svg') no-repeat;
  display: block;
  height: 56px;
  position: absolute;
  right: 20px;
  top: 40px;
  width: 48px;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transform-origin: bottom center;
  -webkit-transform: scale(.7);
}
#footer .inner .silverstream-logo:hover {
  -webkit-transform: scale(1);
}
#footer .inner .silverstream-logo:active {
  -webkit-transform: scale(1.2);
}
#wpstats {
  display: none;
}
.sidr {
  font-family: helvetica, arial, sans-serif;
}
.sidr ul,
.sidr li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidr .menu li a {
  color: #FFD95F;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #222222;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.sidr .sub-menu li a {
  font-family: helvetica, arial, sans-serif;
  text-transform: capitalize;
  color: white;
  font-size: 13px;
  font-weight: normal;
  padding-left: 20px;
}
#sidr-left-link {
  display: none;
  position: absolute;
  left: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 5px;
  top: 16px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
#sidr-left-link .bar {
  width: 100%;
  height: 5px;
  background: red;
  display: block;
  margin-bottom: 4px;
}
.widget_text {
  margin-bottom: 20px;
}
.widget_text h2 {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  background: #ffad2d;
  font-size: 16px;
  text-align: center;
  margin: 0 27px 10px;
  padding: 10px 0 7px;
}
.widget_gce_widget {
  margin-bottom: 30px;
}
.widget_gce_widget ul,
.widget_gce_widget li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_gce_widget h2 {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  background: #ffad2d;
  font-size: 16px;
  text-align: center;
  margin: 0 27px 20px;
  padding: 10px 0 7px;
}
.widget_gce_widget .calendar-event {
  margin-bottom: 15px;
  width: 250px;
  vertical-align: top;
}
.widget_gce_widget .calendar-date {
  font-family: 'museo-slab', Georgia, serif;
  font-weight: 900;
  color: #333 !important;
  background: #35bfc6;
  border-radius: 50px;
  padding: 11px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: top;
}
.widget_gce_widget .calendar-title {
  font-family: 'museo-slab', Georgia, serif;
  font-weight: 300;
  color: black !important;
  display: inline-block;
  width: 150px;
  text-align: left;
  vertical-align: top;
  margin: 11px 0 0 0;
  font-size: 15px;
}
.fb_iframe_widget {
  position: absolute !important;
  left: 11px;
}
.newsletter-link {
  font-family: 'museo-slab', Georgia, serif;
  font-weight: 300;
  color: black !important;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 6px 0 10px 0;
}
@media (max-width: 1000px) {
  #footer .inner .column.one {
    padding-top: 0;
    padding-bottom: 10px;
    float: none;
  }
}
@media (max-width: 1000px) {
  #left-column {
    display: none;
  }
  #right-column {
    width: 100% !important;
    margin-left: 0 !important;
    min-height: 100px !important;
  }
}
@media (max-width: 660px) {
  #navigation {
    display: none;
  }
  html,
  body {
    top: 0;
  }
  #sidr-left-link {
    display: block;
  }
  #content #right-column.homepage {
    padding: 0 0 0 10px;
  }
  #content #right-column.homepage .post:first-child  p {
    font-size: 13px;
  }
  #content #right-column.homepage .post:first-child .post-data {
    margin-left: 125px;
  }
  #content #right-column.homepage .post:first-child .post-thumbnail img {
    width: 110px;
  }
  .homepage .post {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
  }
  .homepage .post h2 a {
    font-size: 18px !important;
  }
  .homepage .post .post-data {
    margin-top: 5px;
  }
}
#text-9 {
  font-family: 'museo-slab', Georgia, serif;
  font-weight: 300;
  font-size: 13px;
  text-align: left;
}
#text-9 a {
  color: black;
}
#text-9 img {
  float: left;
  margin: 0 10px 0 28px;
}
#text-9 strong {
  font-weight: 600;
}
.a2a_count {
  width: 20px !important;
}
