@import "css/font-awesome.min.css";
@import "css/icomoon.css";
@import "css/icon54com-1.css";
@import "css/icon54com-2.css";
@import "css/icon54com-3.css";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');
@import "css/ribby-2022.css";

/*
Theme Name: Ribby Blog
Author: Alex Blackburn
Author URI: http://www.bluewren.com
*/
/* Globals */
html, body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #808080; }

h1, h2, h3 {
  margin-top: 0px; }

#page {
  min-height: 100%;
  padding-bottom: 40px;
  padding-top: 40px;
}

#header-top, #footer_bar {
  background: #70b028; }

.navbar-default {
  background-color: transparent;
  border: none; }

.navbar-collapse {
  padding-right: 0px; }

.sidebar_title {
  color: #fff;
  background: #70b028;
  padding: 20px;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px; }

/* Globals */
p {
  margin-bottom: 15px; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 15px;
  margin-bottom: 15px; }

a:hover {
  text-decoration: none; }

.nmt {
  margin-top: 0; }

.nmb {
  margin-bottom: 0; }

.sm-btn {
  color: #fff;
  background: #70b028;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 40px; }

.sm-btn:hover {
  color: #fff; }

.breadcrumb {
  background: none;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 8px; }
  .breadcrumb a {
    color: #808080; }
    .breadcrumb a span {
      color: #808080; }
  .breadcrumb span {
    color: #70b028; }

.green-text {
  color: #70b028; }

#page {
  background: #edeae5 !important;
}

#main-container button.alm-load-more-btn {
  background: none !important;
  color: #70b028 !important;
  text-transform: uppercase; }

.content img {
  max-width: 100%;
  height: auto; }
.content p img:last-child {
  margin-bottom: 0; }
.content a, .blog_post_title a {
  color: #70b028; }
.content ul {
  margin-bottom: 10px; }
  .content ul li {
    margin-bottom: 5px; }
.content p {
  margin-bottom: 15px; }

/* Header */


.search_form {
  position: absolute;
  top: 100%;
  right: 15px; }
  .search_form input {
    border: none;
    background: #f0f0f0;
    height: 30px;
    padding: 5px; }

/* Carousel */
#myCarousel {
  /*border-top: #70b028 solid 6px;*/
  height: auto;
  margin-bottom: 30px; }
  #myCarousel .carousel-control {
    height: 100%;
    background: none;
    width: 80px; }
  #myCarousel img.next {
    position: relative;
    top: 50%;
    margin-top: -15px; }
  #myCarousel img.prev {
    position: relative;
    top: 50%;
    margin-top: -15px; }
  #myCarousel .item {
    height: 380px; }
  #myCarousel .slider_text {
    position: relative;
    z-index: 6000;
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
    display: table; }
    #myCarousel .slider_text .vertical-text {
      display: table-cell;
      vertical-align: middle; }
    #myCarousel .slider_text h2 {
      margin-top: 30px;
      margin-bottom: 30px;
      font-size: 20px;
      line-height: 26px; }
    #myCarousel .slider_text .featured_title {
      padding-bottom: 5px;
      margin-bottom: 0px;
      border-bottom: #fff solid 2px;
      display: inline-block;
      font-size: 18px;
      line-height: 24px;
      text-transform: uppercase; }
    #myCarousel .slider_text .slider_link {
      display: inline-block;
      padding: 5px 30px;
      color: #fff;
      border: #fff solid 2px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      line-height: 20px; }
  #myCarousel .slider_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000; }
  #myCarousel .carousel-indicators {
    left: auto;
    right: 20px;
    bottom: 10px;
    margin-bottom: 0;
    margin-left: 0;
    width: auto; }
    #myCarousel .carousel-indicators li {
      background-color: rgba(255, 255, 255, 0.5);
      border: none; }
    #myCarousel .carousel-indicators .active {
      background-color: #fff; }

/* post loop */
.alm-reveal {
  margin-left: -15px;
  margin-right: -15px; }
  
@media (min-width: 1200px) {
.article-inner {
  min-height: 518px;
}
}

.article-inner {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 20px;
}

.blog_post_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  height: auto;
  overflow: hidden;
  color: #525251; }

.date_auth {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #70b028;
  font-weight: bold; }

.article_text {
  font-size: 14px;
  line-height: 20px;
  border-bottom: #70b028 solid 2px;
  padding-bottom: 15px; }

.article_image {
  /*border-top: #70b028 solid 6px;*/
  margin-bottom: 15px; }
  .article_image img {
    max-width: 100%;
    height: auto; }

.separator {
  width: 40%;
  margin: 0 auto;
  border-bottom: #70b028 solid 2px;
  display: block;
  margin-bottom: 10px; }

.simplefavorite-button {
  background: none;
  border: none;
  padding-top: 0;
  padding-right: 15px;
  padding-left: 0; }
  .simplefavorite-button .sf-icon-star-empty {
    color: #ccc;
    padding: 0 10px; }
  .simplefavorite-button .sf-icon-star-full {
    color: #b47f46;
    padding: 0 10px; }

.article_bottom {
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .article_bottom .category {
    color: #70b028;
    text-transform: uppercase;
    font-weight: bold; }
  .article_bottom .comment-img {
    height: 14px;
    width: 14px; }
  .article_bottom .glyphicon {
    top: 2px;
    color: #ccc;
    padding: 0 10px 0 0; }
  .article_bottom a {
    color: #808080; }

.wp-caption{
    max-width: 100%;
}

/* sidebars */
.sidebar {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px; }
  .sidebar .sidebar_content {
    margin-bottom: 15px; }
    .sidebar .sidebar_content img {
      margin-bottom: 15px;
      max-width: 100%;
      height: auto; }
  .sidebar .wpcf7 {
    padding: 15px;
    color: #fff;
    background: rgba(117, 146, 55, 0.5); }
    .sidebar .wpcf7 p {
      text-transform: uppercase;
      position: relative;
      margin-bottom: 10px; }
      .sidebar .wpcf7 p .req {
        color: #70b028; }
      .sidebar .wpcf7 p .field-title {
        margin-bottom: 10px; }
    .sidebar .wpcf7 p:last-child {
      margin-bottom: 0; }
    .sidebar .wpcf7 input[type="text"] {
      border: none;
      text-transform: uppercase;
      color: #525251;
      border: none;
      width: 100%;
      height: 30px;
      padding: 5px 10px;
      margin-bottom: 10px; }
    .sidebar .wpcf7 input[type=submit] {
      background: #70b028;
      color: #fff;
      text-align: center;
      width: 100%;
      padding: 13px 10px;
      border: none;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase; }
    .sidebar .wpcf7 .ajax-loader {
      position: absolute;
      top: 0px;
      left: 0;
      margin: 0; }
    .sidebar .wpcf7 span.wpcf7-not-valid-tip, .sidebar .wpcf7 div.wpcf7-validation-errors {
      padding: 10px;
      background: red;
      color: #fff;
      text-align: center;
      border: none; }
  .sidebar #sb_instagram #sbi_images {
    margin-left: -5px;
    margin-right: -5px;
    padding: 0 !important;
    width: auto !important;
    float: none !important; }
    .sidebar #sb_instagram #sbi_images .sbi_item {
      padding: 5px !important; }

.sidebar_more {
  padding: 0px 15px 0 15px;
  border-top: #70b028 solid 4px;
  border-left: #ccc solid 1px;
  border-right: #ccc solid 1px;
  border-bottom: #ccc solid 1px; }
  .sidebar_more .more_title {
    margin-top: 0;
    margin-bottom: 0;
    color: #70b028;
    padding: 10px 0; }
  .sidebar_more .toggle {
    margin-bottom: 0;
    display: none; }
    .sidebar_more .toggle a {
      display: block;
      padding: 10px 0;
      border-bottom: #ccc solid 1px;
      color: #808080; }
    .sidebar_more .toggle a:hover {
      color: #70b028; }
    .sidebar_more .toggle a:last-child {
      border-bottom: none; }

.sidebar-categories {
  overflow: hidden;
  
  li {
    margin-bottom: 10px;
    width: 100%;
  }
  
  li > a {
    background:#70b028;
    color: #ffffff;
    width: fit-content;
  }
  
  li > a:hover {
    background: #70b028;
  }
}

.sidebar {
  display: none;
}

@media (min-width: 991px) {
.sidebar {
  display: block;
}
}

.author {
  display: none;
}

@media (min-width: 991px) {
.author {
  display: block;
}
}

/* single */
#page-template .content img {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: Auto; }
#page-template .back {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px; }
  #page-template .back img {
    height: 18px;
    width: auto;
    top: -1px;
    position: relative;
    padding-right: 15px; }

.user_log {
  padding-left: 0; }

#myCarouselb .carousel-inner > .item > a > img, #myCarouselb .carousel-inner > .item > img {
  padding-right: 20px; }
#myCarouselb .carousel-control.right {
  height: 100px;
  width: 50px;
  top: 50%;
  bottom: auto;
  margin-top: -50px;
  background: #70b028;
  opacity: 1; }
  #myCarouselb .carousel-control.right .glyphicon {
    top: 40px; }
#myCarouselb .carousel-control.left {
  height: 100px;
  width: 50px;
  top: 50%;
  bottom: auto;
  margin-top: -50px;
  background: #70b028;
  opacity: 1; }
  #myCarouselb .carousel-control.left .glyphicon {
    top: 40px; }

.single_title h1, .single_title h2 {
  color: #525251;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px; }

.next_prev {
  padding: 10px 0;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px; }
  .next_prev a, .next_prev h1 {
    font-size: 18px;
    line-height: 24px;
    color: #808080;
    margin-top: 0;
    margin-bottom: 0; }
    .next_prev a a, .next_prev h1 a {
      color: #70b028; }
  .next_prev a:hover {
    color: #70b028; }

.gallery_item_title {
  color: #525251;
  text-transform: uppercase; }

#disqus_thread {
  margin-bottom: 30px; }

.author_share {
  color: #70b028;
  border-bottom: #70b028 solid 2px;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 18px; }
  .author_share .auth {
    float: none !important; }
  .author_share p {
    margin-bottom: 0; }

.author {
  background: #f0f0f0;
  padding: 30px;
  margin-bottom: 30px; }
  .author .avatar_container {
    padding: 0; }
    .author .avatar_container img {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      overflow: hidden;
      background: #fff;
      width: 100%;
      height: auto; }
  .author .author_name h3 {
    font-size: 18px;
    line-height: 24px; }

.addtoany_shortcode .addtoany_list.a2a_kit_size_32 a > span {
  height: 24px;
  width: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
.addtoany_shortcode .a2a_kit .a2a_svg {
  background-size: 100% auto;
  display: block; }
.addtoany_shortcode .addtoany_list.a2a_kit_size_32 a {
  display: block;
  float: left;
  margin-bottom: 10px; }

.addtoany_list {
  line-height: 1px; }

.single-post-article {
  background: #ffffff;
  padding: 20px;
}

.single_content .content {
  margin-bottom: 30px; }
.single_content .user_log {
  padding: 15px;
  background: #f0f0f0;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px; }
  .single_content .user_log a {
    color: #525251; }
  .single_content .user_log .category {
    float: none;
    width: 100%;
    clear: both;
    text-align: right;
    margin-top: 10px; }
    .single_content .user_log .category .cat {
      color: #70b028; }
  .single_content .user_log .simplefavorite-button {
    padding-left: 20px;
    padding-right: 0; }
  .single_content .user_log .glyphicon {
    top: 2px;
    color: #ccc;
    padding: 0 10px 0 0; }
  .single_content .user_log a {
    color: #808080; }

.related-posts h2 {
  color: #70b028;
  font-weight: 500;
  margin-top: 30px;
}

footer .social_icon {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  float: left;
  margin-left: 10px; }

@media (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 20px; }

  .sidebar {
    max-width: 360px; }

  #myCarousel .slider_text .featured_title {
    font-size: 24px;
    line-height: 30px; }

  #myCarousel .slider_text h2 {
    font-size: 30px;
    line-height: 36px; }

  #myCarousel .slider_text .slider_link {
    font-size: 18px;
    line-height: 24px; }

  .single_title h1, .single_title h2 {
    color: 30px;
    font-size: 36px;
    margin-bottom: 30px; }

  .blog_post_title {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    overflow: hidden;
    color: #525251; }

  .alm-reveal article .trimmed {
    height: 100px;
    overflow: hidden; }

  .sidebar_title {
    font-size: 18px;
    line-height: 24px; }
    
    .sidebar_title a{
        color: #ffffff;
    }

  .sidebar .wpcf7 input[type=submit] {
    font-size: 18px;
    line-height: 24px; }

  .breadcrumb {
    font-size: 12px; }

  .author_share {
    font-size: 18px;
    line-height: 24px; }
    .author_share .auth {
      float: left !important; }

  .single_content .user_log .category {
    float: left;
    text-align: left;
    clear: none;
    width: auto;
    margin-top: 0; }

  .blog_post_title {
    font-size: 24px;
    line-height: 30px; }

  .article_bottom {
    font-size: 10px;
    line-height: 16px; } }
@media (min-width: 992px) {
  .alm-reveal article .trimmed {
    height: 80px;
    overflow: hidden; }

  .article_bottom {
    font-size: 14px;
    line-height: 20px; } }
/* extra */
.light-green {
  color: #759237; }

.social_mobile {
  margin-right: 20px; }

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  left: 0px !important;
  background: none !important;
  margin-bottom: 30px !important; }

.glyphicon-triangle-left, .glyphicon-triangle-right {
  font-size: x-large;
  color: #70b028; }

.related_slider_controls {
  margin-bottom: 20px; }

.trimmed { 
  color: #000000;
  min-height: 60px; }

@media (max-width: 768px) {
  .navbar-nav {
    margin: 0px; }

  .navbar-default .navbar-nav > li > a {
    margin-left: 10px; }

  .navbar-default .navbar-nav > li > a:hover {
    background: rgba(117, 146, 55, 0.5); }

  #myCarousel img.next {
    width: 12px;
    height: 20px;
    right: -30px; }

  #myCarousel img.prev {
    width: 12px;
    height: 20px;
    left: -30px; }

  .single_title .auth {
    padding-bottom: 10px; }

  .single_content .user_log {
    padding: 18px; }

  .author .avatar_container img {
    width: 50%; }

  .page_image img {
    width: 100%;
    height: auto; }

  .article_image img {
    width: 100%; } }
iframe {
  max-width: 100%; }

.single_title h1 {
  line-height: 36px; }

footer .menu-footer-container ul {
  padding-top: 25px;
  float: left;
  text-decoration: none;
  list-style: none; }

footer .menu-footer-container ul li a {
  color: #fff; }

footer .social_footer {
  padding-top: 15px; }
  
  /* extras */
footer .menu-footer-container ul li { 
  float:left;
  border-right: solid 1px #fff; 
  padding: 0 10px;}
footer .menu-footer-container ul li:last-child{
  border:none;}
.padded_content{
padding-bottom:30px
}
ul ul{
margin-top: 5px;
}
/*# sourceMappingURL=style.css.map */
.footer_logo a img{
	margin-top: 10px;
    max-height: 50px;
    width: Auto;
    margin-bottom: 10px;
}

.holiday-homes-accreditations li {
  width: 8% !important;
}