@charset "UTF-8";
/**
 * Name: Amble Premium
 * Plugin URI: https://www.roughpixels.com
 * Description: Styles for Amble premium
 * Author: roughpixels
 * Author URI: https://www.roughpixels.com
 * Version: 2.0.0
 * License: GPL2+
 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
 *
 * @package Amble_Premium
 */


/* SITE HEADERS
   ==================================================== */
.header2 .inside-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 991px) {
	.header2.navbar {
		order: 2;
	}
}

.header3 .inside-header {
    flex-direction: column;
}

.header3 .inside-header > div {
    width: 100%;
}

.header3-col1, 
.header3-col2 {
    text-align: center;
}

.header4 .inside-header,
.header5 .inside-header {
    flex-direction: column;
    text-align: center;
}

.header4.navbar,
.header5.navbar {
    text-align: initial;
}

.header4-col1,
.header5-col1 {
    text-align: center;
}

.header4-col2,
.header5-col2 {
    width: 100%;
}


/* SITE FOOTERS
   ==================================================== */
.site-footer.footer2 .inside-padding {
    padding-inline: 2rem;
    flex-direction: column;
    row-gap: 1rem;
}

.footer2 .footer-nav {
    justify-content: center;
    margin-bottom: 0;
}

.footer3-col2 {
    margin-bottom: 0.375rem;
	opacity: 0.8;
}

.footer3 .footer-nav {
    margin-bottom: 0;
}

.footer-site-title {
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0;
    color: inherit;
}


/* WELCOME INTRO
   ==================================================== */


/* BLOG STYLES
   ==================================================== */
.blog-masonry .site-content,
.blog-grid .site-content,
.blog-minimal .site-content  {
    display: block;
    position: relative;
}
.masonry-grid,
.posts-grid {
  margin-left: -10px;
  margin-right: -10px;
}

.masonry-grid .masonry-item,
.posts-grid .masonry-item {
  padding-left: 10px;
  padding-right: 10px;
}

.posts-grid .masonry-item {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.blog-minimal .masonry-item {
  text-align: left;
}

.blog-masonry .entry-header,
.blog-masonry .featured-media,
.blog-masonry .sticky-category,
.blog-grid .entry-header,
.blog-grid .featured-media,
.blog-grid .sticky-category,
.blog-minimal .entry-header {
    margin-bottom: 1.5rem;
}

.blog-masonry figcaption,
.blog-grid figcaption {
    display: none;
}

.blog-masonry .entry-title,
.blog-grid .entry-title,
.blog-minimal .entry-title {
    font-size: 1.5rem;
    font-weight: 500;
	margin-bottom: 0.25rem;
}

.blog-masonry .sticky-category,
.blog-grid .sticky-category {
    font-size: 0.75rem;
}

.blog-masonry .entry-summary,
.blog-grid .entry-summary,
.blog-minimal .entry-summary {
    font-size: 0.938rem;
}

.blog-grid .posts-grid,
.blog-minimal .posts-grid {
    display: flex;
	flex-wrap: wrap;
}

.blog-list .hentry {
    display: block;
	margin-bottom: 4rem;
}

.blog-list .hentry .entry-title {
    font-size: 2rem;
}

.blog-masonry .pagination,
.blog-grid .pagination,
.blog-minimal .pagination {
    margin-top: 0;
}

/* RELATED POSTS
   ==================================================== */
 .related-section-heading {
    font-size: 1.125rem;
}

.related-posts {
    border-bottom: 1px solid var(--amble-grey-200);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.related-post {
    display: block;
	text-align: center;
	margin-bottom: 3rem;
}

.related-post:last-child {
    margin-bottom: 0;
}

.related-post a.post-thumbnail {
    display: block;
    margin-bottom: 1.25rem;
}

.related-post-title {
    font-size: 1.188rem;
    color: inherit;
    margin-bottom: 0.25rem;
    display: block;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.4;
}

.related-post .entry-meta {
    margin-bottom: 0.625rem;
}

.related-post-excerpt {
    font-size: 0.875rem;
	margin-bottom: 0.5rem;
}



/* CUSTOM WIDGETS - RECENT POSTS
   ==================================================== */
.amble-recent-posts-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
	flex-direction: column;
}

.amble-recent-post-item {
    display: flex;
    gap: 1.5rem;
	margin-bottom: 1rem;
}

.amble-recent-post-img-wrapper {
    flex-shrink: 0;
}

.amble-recent-post-img-wrapper img {
	width: auto;
}

.amble-recent-post-title {
	font-size: 1rem;
	font-family: var(--amble-primary-italic-font);	
    font-weight: 500;
	line-height: 1.3;
    margin: 0 0 0.25rem;
}

.amble-recent-post-title a {
	color: inherit;
	text-decoration: none;
}

.amble-recent-post-title a:focus, 
.amble-recent-post-title a:hover {
    color: var(--amble-secondary);
}

.amble-recent-post-date {
    color: var(--amble-grey-600);
	font-size: 0.75rem;
}

.amble-recent-post-content {
    flex-grow: 1;
}

/* CUSTOM WIDGETS - RECENT COMMENTS
   ==================================================== */
.amble-recent-comments {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.amble-recent-comment {
	align-items: center;
    display: flex;
    gap: 0.75rem;
	margin-bottom: 1rem;
}

.amble-comment-avatar {
    flex-shrink: 0;
}

.amble-comment-content {
    flex-grow: 1;
}

.amble-comment-content  a {
	font-family: var(--amble-primary-italic-font);
	text-decoration: none;
}

.amble-comment-author-link a {
    color: inherit;
}


/* CUSTOM WIDGETS - AUTHOR WIDGET
   ==================================================== */
.amble-author-portrait {
    margin-bottom: 1.375rem;
	text-align: center;
}

.amble-author-portrait img {
	width: 100%;
	max-width: 330px;
}

.amble-author-name {
	font-size: 1.313rem;
    margin: 0 0 1.25rem;
    line-height: 1;
}

.amble-author-intro p {
    margin-bottom: 1rem;
}

.amble-author-link {
    font-family: var(--amble-primary-italic-font);
    text-decoration: none;
}



/* CAROUSEL - BOOTSTRAP
* @since 2.0.0
==================================================== */
.carousel {
  position: relative;
      margin-bottom: 3rem;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
	background-repeat: no-repeat;
    background-size: cover;
  position: relative;
  display: none;
  float: left;
  height: 600px;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.9;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, 
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	background-color: transparent;
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.6;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
	position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.65);
    padding: 2rem 3rem;
}

.carousel-caption {
    position: absolute;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.35);
    padding: 2rem 3rem;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.featured-post-content > * {
    max-width: 60%;
}

.featured-post-title.slide-title {
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
    line-height: 1;
	margin-bottom: 0.75rem;
}

.featured-post-title.slide-title:focus,
.featured-post-title.slide-title:hover {
	opacity: 0.8;
}

.featured-post-description {
	font-family: var(--amble-primary-italic-font);
    line-height: 1.3;
}

.button.featured-post-readmore {
    display: inline-block;
    text-decoration: none;
    padding: 0.5rem 1rem;
    margin-top: 1.375rem;
    font-size: 0.688rem;
}


.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

/* MEDIA QUERIES
	For responsive layout and content
   ==================================================== */

@media (max-width: 767px) {
  .masonry-grid,
  .posts-grid {
	margin-inline: 0;
  }

  .masonry-grid .hentry,
  .posts-grid .hentry {
    width: 100%;
	padding-inline: 0;
  }	
  
	 .masonry-grid .masonry-item,
	 .posts-grid .masonry-item {
	  width: 100%;
	} 
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.blog-list .content-area	{
		width: 100%;
	}
	.amble-recent-post-item {
		flex-direction: column;
		gap: 1rem;
		margin-bottom: 1.5rem;
	}
	.related-post {
		display: flex;
		align-items: center;
		gap: 3rem;
		margin-bottom: 0;
		text-align: left;
	}	
	.related-post:last-child {
		margin-bottom: initial;
	}
	.related-post a.post-thumbnail {
		width: 40%;
	}

	.related-post-content {
		width: 60%;
	}
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.header2.navbar {
		margin-bottom: 0;
		order: -1;
		border: none;
	}

	.header3 .inside-header {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: start;
	}	
	.header3-col1, 
	.header3-col2 {
		flex: 0 0 50%;
		text-align: initial;
	}	
		
	.header3-col3 {
		flex: 0 0 100%;
	}
	.header3-col2 {
		display: flex;
		justify-content: end;
		text-align: right;
	}	

	.header3.navbar {
		margin-top: 0;
		justify-content: left;
		border-top: none;
	}	

	.header3 .site-title {
		font-size: 1.875rem;
	}
	
	.header3 .site-description {
		max-width: 75%;
	}
	.header3 .navbar-nav li.home {
		padding-left: 0;
	}		

	.site-footer.footer2 .inside-padding {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.footer2-col1 {
		display: flex;
		order: -1;
		width: 100%;
		justify-content: center;
	}
	
	.footer2-col2 {
		order: 1;
	}		
	
	.footer2 #menu-social-menu {
		margin-bottom: 0;
	}	
		
	.footer2 .footer-nav {
		justify-content: left;
		margin-bottom: 0;
	}	
	.masonry-grid,
	.posts-grid {
	margin-inline: -1rem;
	}

	.masonry-grid .masonry-item,
	.posts-grid .masonry-item {
	padding-inline: 1rem;
	  width: 50%;
	}	

	.blog-list .hentry {
		display: flex;
		align-items: center;
		gap: 3rem;
	}

	.blog-list .hentry > div {
		width: 50%;
	}

	.blog-list .hentry .blog-list-col2.no-thumbnail {
		width: 100%;
	}

	.blog-list .sticky-category,
	.blog-list .entry-header,
	.blog-list .entry-summary p	{
			margin-bottom: 1.25rem;
		}

	.blog-list .hentry .entry-title {
		font-size: 1.625rem;
		line-height: 1.2;
	}
	
	.blog-list .featured-media,
	.blog-list p.more-link-wrapper {
		margin-bottom: 0;
	}
	
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.header4 .inside-header,
	.header5 .inside-header {
		justify-content: space-between;
		flex-direction: row;
	}
	.header4.navbar,
	.header4.navbar {
		justify-content: end;
		border: none;
		margin-top: 0;
	}	
	.header4-col1,
	.header5-col1 {
		text-align: left;
		min-width: 400px;
	}	
	.header4 .site-title {
		font-size: 1.875rem;
	}	

	.header5 .site-title {
		font-size: 2rem;
	}
		
	.header4 .navbar-nav li:last-child,
	.header5 .navbar-nav li:last-child {
		padding-right: 0;
	}	
	
	.header5-col2 {
		text-align: right;
	}

	.header5.navbar {
		border: none;
		justify-content: right;
		margin-top: 0;
	}

	.header4 .inside-header,
	.header5 .inside-header {
		border-bottom: 1px solid var(--amble-grey-200);
		padding-bottom: 1rem;
	}

	.header5 .navbar-nav {
		font-size: 0.875rem;
	}
	
	.masonry-grid,
	.posts-grid	{
	margin-inline: -1.25rem;
	}

	.masonry-grid .masonry-item,
	.posts-grid .masonry-item {
	padding-inline: 1.25rem;
	width: 33.333333%;
	}	
	
	.amble-recent-post-item {
		flex-direction: row;
		gap: 1.5rem;
		margin-bottom: 1rem;
	}
	.amble-recent-comment {
		align-items: start;
	}	
}

/* Mega-Large devices (Mega resolutions, 1400px and up) */
@media (min-width: 1600px) {
	.masonry-grid,
		.posts-grid {
	margin-inline: -1.25rem;
	}

	.masonry-grid .masonry-item,
	.posts-grid .masonry-item {
	padding-inline: 1.25rem;
	}
	
	 .posts-grid .masonry-item,
	.blog-grid .masonry-item {
		margin-bottom: 3rem;
	  }	
	
 }

