/* Welcome and glad you are using Reverie.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun.
 * http://themefortress.com/reverie */
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #f7f7f7;
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.text-left {
  text-align: left !important;
}

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

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

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.start {
  float: left !important;
}

.end {
  float: right !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #004b4b;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #004b4b;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Start to customize Reverie */
/* Primary navigation */
#customnav {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: .7rem !important;
  height: 40px;
  background: #004b4b;
  font-variant: small-caps;
  top: -20px;
}

#customnav #top_menu li {
  list-style: none;
  float: left;
  border-left: 2px solid #efefef;
  margin: 5px 0 0 10px;
}

#customnav #top_menu li a {
  margin: 0px 5px;
  font-size: 0.875rem !important;
  text-decoration: none;
  color: #fefefe;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#customnav #top_menu li a:hover,
#customnav #top_nav li a.hover {
  color: #a9a9a9;
}

.nav-row {
  margin-top: 20px;
}

.flogo {
  margin-top: 1rem;
}

.flogo h1,
.flogo h2 {
  font-size: 160px;
  letter-spacing: -4px;
  line-height: 1.2em;
  margin: -32px 0 -19px 0;
  padding: 0;
  text-align: center;
  font-family: 'Six Caps', serif;
  text-transform: uppercase;
}

.flogo h1 a,
.flogo h2 a {
  text-decoration: none;
  color: #004b4b;
}

.flogo .tagline {
  line-height: 16px;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  color: #004b4b;
}

nav.primary .secondary .sf-menu li {
  margin: 0 0 0 36px;
}

nav.primary .secondary .sf-menu li:first-child {
  margin: 0;
}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
  padding: 0;
  list-style: none;
}

.sf-menu {
  line-height: 1.0;
  display: inline-block;
  margin-top: 35px;
}

.sf-menu ul {
  /* left offset of submenus need to match (see below) */
  padding: 15px !important;
  position: absolute;
  top: -999em;
  width: 150px;
  text-align: left;
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}

.sf-menu li {
  float: left;
  position: relative;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 70px;
  /* match top ul list item height */
  z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 110px;
  /* match ul width */
  top: -21px;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0;
}

/* Our skin for dropdown menu */
.sf-menu ul {
  margin: 0;
  background: white;
}

.sf-menu a {
  text-decoration: none;
  color: #646464;
}

.sf-menu li {
  background: none;
  margin: 0 36px 0 0;
}

.sf-menu li:last-child {
  margin: 0;
}

.sf-menu li a {
  line-height: 1.2em;
  font-family: 'Six Caps', sans-serif;
  color: #7c3800;
  font-size: 60px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sf-menu li li a:hover {
  color: #004b4b;
}

.sf-menu li li a {
  letter-spacing: normal;
  line-height: 1.8em;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.sf-menu li li li {
  background: none;
  margin: 0 !important;
}

.sf-menu li li li a {
  letter-spacing: normal;
  line-height: 18px;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.sf-menu li:hover > a, .sf-menu li.sfHover > a,
.sf-menu li > a:focus, .sf-menu li > a:hover, .sf-menu li > a:active, .sf-menu li.current-menu-item > a {
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: 0;
}

.sf-menu li li:hover > a, .sf-menu li li.sfHover > a,
.sf-menu li li > a:focus, .sf-menu li li > a:hover, .sf-menu li li > a:active, .sf-menu li li.current-menu-item > a {
  text-decoration: none;
  outline: 0;
}

.sf-menu li li li:hover > a, .sf-menu li li li.sfHover > a,
.sf-menu li li li > a:focus, .sf-menu li li li > a:hover, .sf-menu li li li > a:active, .sf-menu li li li.current-menu-item > a {
  text-decoration: none;
  outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
  position: absolute;
  display: block;
  left: 50%;
  top: 1.05em;
  /* IE6 only */
  width: 10px;
  height: 10px;
  margin: 0 0 0 -4px;
  text-indent: -999em;
  overflow: hidden;
  background: url(img/arrows-ffffff.png) no-repeat -10px -100px;
  /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  top: 80px;
  background-position: 0 -100px;
  /* use translucent arrow for modern browsers*/
}

.sf-menu li li .sf-sub-indicator {
  display: none !important;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
  background: url(img/shadow.png) no-repeat bottom right;
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
  background: transparent;
}

#searchsubmit {
  background: #7c3800;
  color: white !important;
  border: none;
  text-shadow: none;
  border-radius: 0;
}

.container {
  background: white;
  padding: 50px 0px;
  margin-top: -20px;
}

.main {
  background: #fff;
}

.orbit-row {
  margin-bottom: 50px;
}

.home-block {
  min-height: 370px;
  margin-bottom: 50px;
}

.home-panel {
  color: #7c3800 !important;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* Author Social */
  .twitter-link {
    background: url(images/twitter@2x.png) no-repeat;
  }

  .facebook-link {
    background: url(images/facebook@2x.png) no-repeat;
  }

  .google-link {
    background: url(images/googleplus@2x.png) no-repeat;
  }
}
/* Authors Page */
.author_ul {
  list-style: none !important;
}

.author_ul > li {
  background: none !important;
}

.authors-block {
  float: left;
  width: 30%;
  margin: 0 10px 30px 0;
  list-style: none !important;
}

.author_ul .large-block-grid-4 > li:nth-of-type(n) {
  clear: none;
}

.author_ul .large-block-grid-4 > li:nth-of-type(3n+1) {
  clear: both;
}

.author-profile {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #2f364b;
}

.meet-authors {
  width: 100%;
}

.wp-user-avatar {
  margin: 0 0 20px 0;
}

.social-links li {
  padding: 3px !important;
  display: inline;
  list-style: none !important;
  text-indent: -9999px;
  float: left;
  background: none !important;
}

.social-links li a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: block;
}

.twitter-link {
  background: url(images/twitter.png) no-repeat;
}

.facebook-link {
  background: url(images/facebook.png) no-repeat;
}

.google-link {
  background: url(images/googleplus.png) no-repeat;
}

/* Author
---------------------------------------- */
#post-author {
  overflow: hidden;
  margin: 0 0 20px 0;
  width: 700px;
  padding: 20px 30px 20px 30px;
}

#author-link {
  margin-top: 1.5em;
}

#author-link p {
  padding: 0;
}

#post-author .gravatar {
  margin: 5px 20px 0 0;
}

#post-author .gravatar img {
  padding: 5px;
}

#author-description {
  line-height: 20px;
  font-size: 15px;
  margin: 0 80px 0 0;
}

.social-links li {
  padding: 3px !important;
  display: inline;
  list-style: none !important;
  text-indent: -9999px;
  float: left;
  background: none !important;
}

.social-links li a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: block;
}

.twitter-link {
  background: url(images/twitter.png) no-repeat;
}

.facebook-link {
  background: url(images/facebook.png) no-repeat;
}

.google-link {
  background: url(images/googleplus.png) no-repeat;
}

/* Recent author posts */
#recent-author-posts {
  margin-bottom: 3em;
}

/* Recent author comments */
.author-info {
  width: 100%;
  overflow: hidden;
  margin-bottom: 3em;
  padding-bottom: 2em;
}

.author-info .avatar {
  margin: 0 20px 0 0;
}

.author-info .avatar img {
  float: left;
  padding: 7px;
}

.author-meta {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}

.author-meta p.gravatar {
  margin: 0;
}

a, a:visited, a:hover, a:visited:hover {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

figure {
  margin: 0 auto 1.25rem;
}

figure img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

img.aligncenter {
  display: block;
  margin: 18px auto;
}

.gallery dt, .gallery dl {
  display: inline-block;
}
.gallery dl {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
}

figure.figure {
  margin: 0 auto;
  display: table;
}
figure.figure figcaption {
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: italic;
  padding: 8px 10px;
  color: #999;
  margin-bottom: 1.25rem;
  display: table-caption;
  caption-side: bottom;
}

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}

.footer-widget {
  background-color: #eee;
}

body > header.contain-to-grid {
  margin-bottom: 2rem;
  max-width: 100%;
  padding-bottom: 0;
}

#content {
  background-color: #fff;
  border: 1px solid #ddd;
}

.index-card {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

span.author,
time {
  font-size: 0.9375rem;
  color: #999;
}
span.author a,
time a {
  color: #999;
  font-weight: bold;
}
span.author a:hover, span.author a:focus,
time a:hover,
time a:focus {
  color: #444444;
}

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}
.entry-author h4 a {
  color: #999;
}
.entry-author h4 a:hover, .entry-author h4 a:focus {
  color: #444444;
}
.entry-author p {
  color: #bbb;
}

.post header,
.page header {
  margin-bottom: 1.25rem;
}

.entry-tags {
  color: #999;
  font-size: 0.9375rem;
}
.entry-tags a {
  color: #999;
}
.entry-tags a:hover, .entry-tags a:focus {
  color: #444444;
}

.page-numbers {
  color: #999;
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
.page-numbers li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
.page-numbers li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-numbers li:hover a,
.page-numbers li a:focus {
  background: #e6e6e6;
}
.page-numbers li.unavailable a {
  cursor: default;
  color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
  background: transparent;
}
.page-numbers li.current a {
  background: #004b4b;
  color: white;
  font-weight: bold;
  cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current a:focus {
  background: #004b4b;
}
.page-numbers li {
  float: left;
  display: block;
}

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block;
}

.page-numbers li span.current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-numbers li {
  margin-left: 0.5rem;
}

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #e6e6e6;
}
.page-numbers li span.current {
  background: #004b4b;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: white;
  font-weight: bold;
  cursor: default;
}

.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

ol.commentlist {
  margin-left: 0;
  margin-top: 2em;
}
ol.commentlist p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
ol.commentlist ul.children {
  margin-left: 4rem;
}
ol.commentlist li {
  list-style: none;
  margin-bottom: 2em;
}
ol.commentlist li .comment-author img {
  float: left;
  margin: 0 1em 0 0;
}
ol.commentlist li .author-meta {
  display: inline-block;
}
ol.commentlist li .author-meta cite.fn {
  font-style: normal;
  font-weight: 600;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta time a {
  color: #ccc;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
  color: #bbb;
  font-size: 0.875rem;
}
ol.commentlist li section.comment {
  margin-left: 4rem;
  margin-bottom: 2rem;
}
ol.commentlist li section.comment a.comment-reply-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
  color: #444444;
}

#sidebar {
  margin-top: 1.25rem;
}

#sidebar .panel, .footer-widget .panel {
  border: none;
  background-color: #eee;
  padding: 1.5rem 1.875rem;
}
#sidebar .panel a, .footer-widget .panel a {
  color: #7c3800;
  font-size: 0.9375rem;
}
#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
  color: #444444;
}
#sidebar .panel .ai1ec-agenda-widget-view .ai1ec-date-title, #sidebar .panel .ai1ec-agenda-view .ai1ec-date-title, .footer-widget .panel .ai1ec-agenda-widget-view .ai1ec-date-title, .footer-widget .panel .ai1ec-agenda-view .ai1ec-date-title {
  color: #525252;
}
#sidebar .widget h3, .footer-widget .widget h3 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  color: #7c3800 !important;
}

footer.full-width {
  background-color: #fff;
  padding-top: 3rem;
}
footer.full-width p {
  font-size: 0.875rem;
}
footer.full-width a {
  color: #666;
  font-size: 0.9375rem;
}
footer.full-width a:hover, footer.full-width a:focus {
  color: #444444;
}
footer.full-width .love-reverie {
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
}

.admin-bar > .fixed {
  margin-top: 2rem;
}

.f-topbar-fixed > .container {
  margin-top: 2rem;
}

@media only screen {
  .entry-author .avatar {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 40.063em) {
  #content {
    padding: 1em 3.125em;
  }

  .entry-author {
    margin: 3.125rem -1em 3.125em;
  }
}
@media only screen and (min-width: 64.063em) {
  #sidebar {
    padding-left: 1.875rem;
    padding-right: 0;
    margin-top: 0;
  }

  .footer-widget {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#sidebar .panel {
  margin-bottom: 0;
}

#content {
  border: none;
}

.home-content {
  margin-top: 2.5rem;
}

.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {
  border: none;
  border-top: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #525252;
  float: left;
  font-weight: normal !important;
  background-image: none;
  background: #ffffff;
  background-repeat: no-repeat;
  filter: none \9;
  line-height: 1.2em;
  margin: 6.5px 0.75em;
  overflow: hidden;
  text-align: center;
  text-shadow: none;
  width: 4em;
}

.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-allday-badge {
  border-radius: 0;
}

.ai1ec-agenda-widget-view .ai1ec-month, .ai1ec-agenda-view .ai1ec-month {
  background: #6689AC;
  border-radius: 0px;
  color: #ffffff;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  padding: 0 0.2em;
  text-transform: uppercase;
  text-shadow: none;
}

.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
  border-top: none;
  background: none;
  background-repeat: no-repeat;
}

.ai1ec-agenda-widget-view .ai1ec-event > a {
  color: #999;
  display: block;
  background: none;
  border: none;
  border-radius: 0px;
  padding: 0;
}

.ai1ec-popover.ai1ec-popup .ai1ec-event-time {
  background: none;
  font-size: 11.05px;
  font-weight: normal;
  margin: 2px -8px 0;
  padding: 1px 8px;
}

.ai1ec-popover.ai1ec-popup {
  text-align: left;
  width: 170px;
  border: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ai1ec-popup-title {
  font-weight: normal;
}

.ai1ec-popover.ai1ec-left .ai1ec-arrow {
  top: 50%;
  right: -6px;
  margin-top: -6px;
  border-right-width: 0;
  border: none;
}

.ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today, .ai1ec-agenda-view .ai1ec-date.ai1ec-today {
  border-top: none !important;
  background: #ddd !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), color-stop(1em, #dddddd), to(transparent)) !important;
  background: -webkit-linear-gradient(#dddddd, #dddddd 1em, transparent) !important;
  background: -moz-linear-gradient(top, #dddddd, #dddddd 1em, transparent) !important;
  background: -ms-linear-gradient(#dddddd, #dddddd 1em, transparent) !important;
  background: -o-linear-gradient(#dddddd, #dddddd 1em, transparent) !important;
  background: linear-gradient(#dddddd, #dddddd 1em, transparent) !important;
  background-repeat: no-repeat !important;
}

@media only screen and (max-width: 568px) {
  .small-text-center {
    text-align: center !important;
  }

  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  #wpadminbar {
    margin-top: -46px;
  }
}
.orbit-timer {
  display: none;
}

.orbit-bullets {
  margin-top: -35px;
  z-index: 999;
}

.orbit-bullets li {
  opacity: .5;
  background: white;
}

.orbit-bullets li.active {
  background: black !important;
  opacity: .4;
}
