/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.big-blue {
  color:#007bf;
  font-weight:bold;
}

.grey-bkgd {
  background:#e8e8e8;
}

.p16 {
font-size:20px;
}

.sign-in-button {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none; /* Remove default underline */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all ease 0.3s;
  appearance: none;
  border: none;
}

.sign-in-button:hover {
  color: #fff;
  background-color: #28bf12;
  text-decoration: none; /* Ensure no underline on hover */
}


.rating-btn {
  font-family: "Open Sans";
  font-size: 16px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:20px;
  padding-right:20px;
  background-color: #007bff;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align:center;
  transition: all ease 0.3s;
  appearance: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.rating-btn:hover {
  color: #fff;
  background-color:#28bf12;
}



.see-all-ratings {
  margin:0;
  font-family: "Open Sans";
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:15px;
  padding-right:15px;
  background-color:#28bf12;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all ease 0.3s;
  appearance: none;
  border: none;
  align-self:flex-start; 

  display: inline-block;        /* so width is honoured */
    width: 30%;
    flex: 0 0 30%;               /* stops flexbox growth/shrink overrides */
    max-width: none;             /* kill earlier caps */
    box-sizing: border-box;      /* include padding inside the 20% */
    margin: 0;  
}

.see-all-ratings:hover {
  color: #fff;
  background-color: #0056b3;
  text-decoration:none;
}


.learn-more {
  font-family: "Open Sans";
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:20px;
  padding-right:20px;
  background-color:#28bf12;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align:center;
  transition: all ease 0.3s;
  appearance: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width:50%;
}

.learn-more:hover {
  color: #fff;
  background-color: #0056b3;
  text-decoration: none !important;
}


.subscribe-btn {
  margin:0;
  font-family: "Open Sans";
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:15px;
  padding-right:15px;
  background-color:#28bf12;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all ease 0.3s;
  appearance: none;
  border: none;
  align-self:flex-start;   /* stop flexbox from stretching it */

  display: inline-block;        /* so width is honoured */
    width: 20%;
    flex: 0 0 20%;               /* stops flexbox growth/shrink overrides */
    max-width: none;             /* kill earlier caps */
    box-sizing: border-box;      /* include padding inside the 20% */
    margin: 0;  
}

.subscribe-btn:hover {
  color: #fff;
  background-color: #0056b3;
  text-decoration:none;
}



.about-subscribe-btn {
  font-family: "Open Sans";
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:20px;
  padding-right:20px;
  background-color:#28bf12;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all ease 0.3s;
  appearance: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-decoration:none;
  width:20%;
}

.about-subscribe-btn:hover {
  color: #fff;
  background-color: #0056b3;
  text-decoration:none;
}




/*--------------------------------------------------------------
# Custom Code
--------------------------------------------------------------*/

.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .category .cat-inner, .ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .category .cat-inner, .ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .category .cat-inner, .ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .category .cat-inner {
  font-size: 30px !important;
  font-weight:bold !important;
  line-height: 1.3;
  border: none;
  display: inline-block;
  padding: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  background: 0;
  color: #000000 !important;
}


.ymc-smart-filter-container .search-layout .search-form__submit, .ymc-extra-filter .search-layout .search-form__submit, .ymc-extra-search .search-layout .search-form__submit, .ymc-extra-sort .search-layout .search-form__submit {
  font-family: "Poppins";
  border: 2px solid #222222;
  border-radius: 0;
  background: #0396fe;
  color: #fff;
  line-height: 1.25;
  border-left: none;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.ymc-smart-filter-container .search-layout .search-form__input, .ymc-extra-filter .search-layout .search-form__input, .ymc-extra-search .search-layout .search-form__input, .ymc-extra-sort .search-layout .search-form__input {
  font-family: "Poppins";
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 2px solid #222222;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
}

.shareholders {
  position: relative;
  border: 1px solid #e2e8ee;
  border-radius: 8px;
  overflow: hidden;
}

.shareholder-bkgd-img {
  width: 100%;
  /* padding-top: (height ÷ width) × 100% 
     e.g. for 1200×600 → (600/1200)*100 = 50% */
  padding-top: 50%;
  background-image: url('https://craftedcaribbean.com/caricris/wp-content/uploads/2025/03/shareholders.png');
  background-size: cover;
  background-position: center;
  position: relative;
}


.center-img1, .center-img2  {
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.center-img1 img {
width:50vh;
}

.center-img2 img {
  width:45vh;
  }

.page-headers h1 {
  font-family: "Lora", serif;
  font-size: 45px;
  color: #ffffff !important;
}

.flex-table {
  max-width: 100%;
}
.flex-table-header, .flex-table-row {
  border: 1px solid #e2e8ee;
  margin-bottom: -1px;
}
.flex-table-cell {
  border-right: 1px solid #e2e8ee;
  padding: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  min-width: 0;
  width: 25%;
}
.flex-table-cell:last-child {
  border-right: none;
}



.page-headers {
  background:url('https://craftedcaribbean.com/caricris/wp-content/uploads/2025/01/page-headers.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 20vh;
  border:1px solid #e2e8ee;
  padding-top:20px;
  margin-bottom:20px;
}

.mast-logo {
  padding-top:10px;
  padding-left:8px;
}

.mast-search {
  padding-top:25px;
  margin:0 auto;
}

.mylogin {
  padding-top:10px;
  padding-bottom:5px;
  padding-right:10px;
  float:right;
}

.links {
  margin-top: 5px;
}

.links a {
  color: #333333;
  text-decoration: none;
  margin: 0 5px;
  font-size:12px;
}

.links a:hover {
  text-decoration: underline;
}

.border-1 {
  border-radius: 0px;
  background-color:#e6e6e6;
  padding:20px;
}

.border-2 {
  border:1px solid #eee;
  border-radius: 0px;
  padding-bottom:0px;
  background:#002245;
}

.border-3 {
  border-radius: 0px;
  padding-bottom:0px;
  background:#002245;
}

.sub {
  display:block;
  padding-left:15px;
  padding-right:15px;
}

.sub h3 {
  font-family: "Lora", serif !important;
  font-size: 30px !important;
  color:#fffeff !important;
  padding-bottom:0;
  line-height:1;
}

.sub p {
  font-family: "Open Sans";
  font-size: 16px !important;
  color:#fffeff !important;
  padding-bottom:0;
  line-height:1.4;
}


.sub-img {
  background-image:url('https://craftedcaribbean.com/caricris/wp-content/uploads/2025/03/sub-home.png');
  height: 100%;
  width:100%;
  background-size:cover;
  transition: all 0.3s ease;
}


.subscribe {
  background-image:url('https://craftedcaribbean.com/caricris/wp-content/uploads/2025/01/newswire-1.png');
  height: 100%;
  transition: all 0.3s ease;
}

.newswire {
padding-left:15px;
padding-right:15px;
}

.newswire h3 {
  font-family: "Lora", serif !important;
  font-size: 30px !important;
  color:#222222 !important;
  padding-bottom:0;
  line-height:1.5;
}

.newswire p {
  font-family: "Open Sans";
  font-size: 16px !important;
  color:#222222 !important;
  padding-bottom:0;
  line-height:1.4;
}



.ticker-news {
  background: #fff;
  height: 40px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0,0,0,.1) !important;
  border-radius: 0;
  margin: 0;
  padding: 0;
}



.ticker-news span {
  background: #fafafa;
  height: 40px;
  float: left;
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 40px;
  border: 1px solid rgba(0,0,0,.1) !important;
}


.ticker-news {
  border: 1px solid rgba(0,0,0,.1) !important;
}

.ticker-news .tickercontainer ul.newsticker li a {
  color: #333333;
  font-size: 12px;
  font-weight:normal;
  text-transform:uppercase;
  }




.our-mission {
  margin-top:15px;
  margin-bottom:15px;
background-color: #0396fe;
padding-top:15px;
padding-bottom:15px;
text-align:center;
}

.our-mission h1 {
  color:#ffffff;
}

.center {
  text-align:center;
}


.integrity-bkgd {
  padding-bottom:10px;
}


.independence-bkgd {
  padding-bottom:10px;
}

.analytic-bkgd {
  padding-bottom:10px;
}


.teamwork-bkgd {
  padding-bottom:10px;
}


.curved-background {
  border:1px solid#e8e8e8;
}

.border-red {
  border:1px solid red;
}

.border-grey {
  border:1px solid #e8e8e8;
  border-radius:8px;
  padding-top:50px;
  padding-bottom:50px;
}

.dark-blue {
  background:#002245;
}

.margin-bottom-15 {
  margin-bottom:15px;
}


.margin-top-15 {
  margin-top:15px;
}

.contact-form-border {
  border:1px solid #e8e8e8;
}

.depicter-background-animation-wrap {
  border:1px solid #e8e8e8;
}


.depicter-revert .depicter-5-element-7, .depicter-revert .depicter-5-element-29, .depicter-revert .depicter-5-element-45 {
  font-size: 25px;
  text-align: center;
  color: #FFF;
  font-family: "Raleway";
  font-weight: 600;
  background-color: transparent;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #FFFFFF !important;
  border-radius: 10px !important;
}


.governance {
  background: url('https://craftedcaribbean.com/caricris/wp-content/uploads/2025/01/caricris-board-of-directors.png');
  background-size: cover; /* or any other size you need */
  background-repeat: no-repeat;
  background-position: center; /* adjust as needed */
  min-height: 80vh;
  object-fit: cover;
  object-position: center;
}

/*
.container {
  border:1px solid green;
}
  */

  .ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .category .cat-inner, .ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .category .cat-inner, .ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .category .cat-inner, .ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .category .cat-inner {
    font-size: 12px;
    line-height: 1.3;
    border: none;
    display: inline-block;
    padding:0;
    background: #000;
    margin-right: 5px;
    margin-bottom: 5px;
    background:0;
    color: #000;
}

  .ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn, .ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn, .ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn, .ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn {
float:left;
  }

  .ymc-smart-filter-container .filter-layout2 .filter-entry .group-filters .name-tax, .ymc-extra-filter .filter-layout2 .filter-entry .group-filters .name-tax, .ymc-extra-search .filter-layout2 .filter-entry .group-filters .name-tax, .ymc-extra-sort .filter-layout2 .filter-entry .group-filters .name-tax {
    display:none;
  }

  .ymc-smart-filter-container .filter-layout2 .filter-entry .filter-item .filter-link.active, .ymc-extra-filter .filter-layout2 .filter-entry .filter-item .filter-link.active, .ymc-extra-search .filter-layout2 .filter-entry .filter-item .filter-link.active, .ymc-extra-sort .filter-layout2 .filter-entry .filter-item .filter-link.active {
    color: #fffeff;
    background-color:#0396fe;
}

.ymc-smart-filter-container .filter-layout2 .filter-entry .filter-item .filter-link, .ymc-extra-filter .filter-layout2 .filter-entry .filter-item .filter-link, .ymc-extra-search .filter-layout2 .filter-entry .filter-item .filter-link, .ymc-extra-sort .filter-layout2 .filter-entry .filter-item .filter-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 16px;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  background-color: #0396fe;
  margin: 0 5px 5px 0;
}


.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn, .ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn, .ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn, .ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  background:0;
  padding:0;
  font-size: 14px;
  text-transform:uppercase;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.3;
  border-radius: 0;
  border: none;
}

.ratings-block-b .ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .title a, .ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .title a, .ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .title a, .ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .title a {
  color: #fff !important;
}      


.our-mission-text {
  margin-top:15px;
  margin-bottom:15px;
background-color: #ffffff;
padding-top:15px;
padding-bottom:15px;
}

.blue {
  border:1px solid blue;
}


.green {
  border:1px solid green;
}

li.white {
  color:#ffffff;
}

p.grey {
  font-size:1rem;
  color:#e8e8e8;
}

p.grey a{
  font-size:1rem;
  color:#e8e8e8;
}

p.grey a:visited {
  font-size:1rem;
  color:#e8e8e8;
}

h1.news {
  font-family: "Lora", serif;
  font-size: 45px;
  color: #002044 !important;
}

h3.ratings {
  font-family: "Lora", serif;
  font-size: 30px;
  color: #00243d !important;
  font-weight:bold !important;
}

.blue-shade {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container {
  padding-top:5px;
  padding-bottom:5px;
  width: 100%;
  max-width: 400px;
  min-width: 100px;
  margin-left:40px;
}

.h2, h2 {
  font-family: "Lora", serif;
  color: #333;
}


.search-container {
  width: 100%;
}

.border-blue {
  border:1px solid blue;
  padding:15px !important;
  padding-left:10px;
}

hr.gradient {
  border: none;
  height: 2px;
  background: linear-gradient(to right, #26be1e, #0196fe);
  margin: 20px 0;
}

/*

.card img {
  width: 400px;
  height: auto;
}

*/
.wptb-table-container table td {
  border: 0;
}


.top-border{
  border:1px solid red;
}



.main-content-area {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  margin-left:0rem;
  margin-right:0rem;
  margin-bottom:1rem;
  margin-top:1rem;
  padding: 0rem;
}

.write-up {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

.write-up p{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #164059;
  margin: 10px 0 10px 0;
}

a.read-more {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #0196fe;
  text-decoration:none !important;
}

.name {
  color: #002245;
  font-size: 1.2rem;
  font-weight:bold;
  margin-top:10px;
}

ion-icon {
  margin-bottom:-4px;
}

.card .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #164059;
  opacity: .6;
}

/*WP Search */

.search-form .search-field {
  border:1px solid #dddddd;
  width:350px;
  max-width:350px;
}


.search-form .search-submit {
  display: none; /* Hide the default submit button */
}


/* algolia */

#ais-wrapper {
	display: flex;
}

#ais-main {
	padding: 1rem;
  margin-left:15rem;
	width: 80%;
  border:1px solid #e8e8e8;
}

#ais-facets {
	width: 40%;
	padding: 1rem;
}

.ais-facets {
	margin-bottom: 2rem;
	padding: 0;
}

.ais-facets ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.ais-facets li {
	margin-left: 0;
}

.ais-clearfix {
	clear: both;
}

.algolia-search-box-wrapper {
	position: relative;
}

.algolia-search-box-wrapper .search-icon {
	position: absolute;
	left: 0px;
	top: 14px;
	fill: #21a4d7;
}

#algolia-search-box {
	margin-bottom: 3rem;
}

#algolia-search-box input {
	border: none;
	border-bottom: 2px solid #0196fe;
	background: transparent;
	width: 100%;
	line-height: 30px;
	font-size: 22px;
	padding: 10px 0 10px 30px;
	font-weight: 200;
	box-sizing: border-box;
	outline: none;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

.ais-SearchBox-form {
	display: block;
	position: relative;
}

.ais-SearchBox-submit[hidden],
.ais-SearchBox-reset[hidden],
.ais-SearchBox-loadingIndicator[hidden] {
	display: none;
}

#algolia-powered-by {
	position: absolute;
	top: 60px;
	right: 0;
	font-size: 14px;
	text-align: right;
}

.ais-Stats {
	position: absolute;
	top: 60px;
	font-size: 14px;
}

.ais-Hits-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.ais-Hits-item {
	/* hit item */
	margin: 0 0 2rem 0;
}

.ais-Hits-item h2 {
	margin: 0;
}

.ais-Hits-item em, .ais-Hits-item a em,
.ais-Hits-item mark, .ais-Hits-item a mark {
	font-style: normal;
	background: #fffbcc;
	border-radius: 2px;
}

.ais-hits--thumbnail {
	float: left;
	margin-right: 2rem;
}

.ais-hits--content {
	overflow: hidden;
}

.ais-hits--thumbnail img {
	border-radius: 3px;
}

.ais-Pagination {
	margin: 0;
}

.ais-Pagination-list {
	margin-left: 0;
}

.ais-Pagination-item {
	/* Pagination item */
	display: inline-block;
	padding: 3px;
}

.ais-Pagination-item--disabled {
	/* disabled Pagination item */
	display: none;
}

.ais-Pagination-item--selected {
	font-weight: bold;
}

.ais-Menu-item--selected {
	/* active list item */
	font-weight: bold;
}

.ais-HierarchicalMenu-item--selected {
	/* Hierarchical Menu: Categories */
	font-weight: bold;
}

.ais-Menu-count,
.ais-HierarchicalMenu-count,
.ais-RefinementList-count {
	margin-left: 5px;
}

.ais-HierarchicalMenu-list--child {
	/* item list level 1 */
	margin-left: 10px;
}

.ais-RangeSlider .rheostat {
	overflow: visible;
	margin-top: 40px;
	margin-bottom: 40px;
}

.ais-RangeSlider .rheostat-background {
	height: 6px;
	top: 0px;
	width: 100%;
}

.ais-RangeSlider .rheostat-handle {
	margin-left: -12px;
	top: -7px;
}

.ais-RangeSlider .rheostat-background {
	position: relative;
	background-color: #fff;
	border: 1px solid #0196fe;
}

.ais-RangeSlider .rheostat-progress {
	position: absolute;
	top: 1px;
	height: 4px;
	background-color: #333;
}

.rheostat-handle {
	position: relative;
	z-index: 1;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 50%;
	cursor: -webkit-grab;
	cursor: grab;
}

.rheostat-marker {
	margin-left: -1px;
	position: absolute;
	width: 1px;
	height: 5px;
	background-color: #aaa;
}

.rheostat-marker--large {
	height: 9px;
}

.rheostat-value {
	margin-left: 50%;
	padding-top: 15px;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.rheostat-tooltip {
	margin-left: 50%;
	position: absolute;
	top: -22px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ais-RatingMenu-item {
	/* list item */
	vertical-align: middle;
}

.ais-RatingMenu-item--selected {
	/* active list item */
	font-weight: bold;
}

.ais-RatingMenu-starIcon {
	/* item star */
	display: inline-block;
	width: 1em;
	height: 1em;
}

.ais-RatingMenu-starIcon:before {
	content: '\2605';
	color: #fbae00;
}

.ais-RatingMenu-starIcon--empty {
	/* empty star */
	display: inline-block;
	width: 1em;
	height: 1em;
}

.ais-RatingMenu-starIcon--empty:before {
	content: '\2606';
	color: #fbae00;
}

.ais-RatingMenu-item--disabled .ais-star-rating--star:before {
	color: #c9c9c9;
}

.ais-RatingMenu-item--disabled .ais-star-rating--star__empty:before {
	color: #c9c9c9;
}

.ais-root__collapsible .ais-header {
	cursor: pointer;
}

.ais-root__collapsed .ais-body, .ais-root__collapsed .ais-footer {
	display: none;
}

/* Responsive */
@media only screen and (max-width: 1000px) {
	#ais-facets {
		display: none;
	}

	.ais-hits--thumbnail img {
		width: 100% !important;
	}

	.ais-Hits-item {
		border-bottom: 1px solid gainsboro;
		padding-bottom: 23px;
	}
}

@media only screen and (max-width: 500px) {
	.ais-hits--thumbnail {
		margin-right: 0 !important;
		margin-bottom: 10px;
		float: none !important;
	}
}


.rating-major {
  margin-top:40px;
  margin-bottom:20px;
}

.ratings-block-a {
  background: linear-gradient(45deg, #0198fe, #29c014);
  margin-top:30px;
  margin-bottom:30px;
  padding-right:40px;
}


.ratings-block-a p {
  color:#ffffff;
}

.new-rate-container {
  margin-top:3rem;
  padding-left:1rem;
}


.ratings-block-a a {
  color:#ffffff;
}

.ratings-block-a ul {
  color:#ffffff;
}

/*
.ratings-block-b a:hover {
  color:#ffffff;
}
*/


.ratings-block-b {
  background: #002245;
  padding-left:50px !important;
  padding-right:100px;
  padding-top:20px !important;
  padding-bottom:80px !important;
  box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.3);  /* Shadow to the left */
}


.ratings-block-b h1 {
  font-family: "Lora", serif;
  color:#ffffff;
  font-size:40px;
}

.ratings-block-b p {
  color:#ffffff;
  font-size:30px;
  border-bottom:1px solid red;
}

/* Home Page Ratings Block */


.rating-block-1,
.rating-block-2,
.rating-block-3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  padding: clamp(1rem, 4vw, 30px); /* Flexible padding */
  min-height: 250px; /* Minimum height instead of 100% */
  transition: all 0.3s ease;
  position: relative;
}

/* Individual background images */
.rating-block-1 {
  background-image: url('https://craftedcaribbean.com/caricris/wp-content/uploads/2025/01/rating-1.png');
}

.rating-block-2 {
  background-image: url('https://craftedcaribbean.com/caricris/wp-content/uploads/2025/01/rating-2.png');
}

.rating-block-3 {
  background-image: url('https://craftedcaribbean.com/caricris/wp-content/uploads/2025/02/green-tint-pic.png');
}

/* Hover effects */
.rating-block-1:hover,
.rating-block-2:hover,
.rating-block-3:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

/* Headings */
.rating-block-1 h2.h2,
.rating-block-2 h2.h2,
.rating-block-3 h2.h2 {
  font-family: "Lora", serif;
  color: #ffffff !important;
  font-size: clamp(1.5rem, 3vw, 30px); /* Responsive font size */
  margin-top: clamp(1.5rem, 3vw, 3rem);
  margin-bottom: 0;
  line-height: 1.2;
}

/* Paragraphs */
.rating-block-1 p.text-muted,
.rating-block-2 p.text-muted,
.rating-block-3 p.text-muted {
  font-family: "Open Sans";
  color: #ffffff !important;
  font-size: clamp(0.875rem, 1.5vw, 15px);
  margin: 0;
  line-height: 1.5;
}

/* Links */
.rating-block-1 a.learn-more,
.rating-block-2 a.learn-more,
.rating-block-3 a.learn-more {
  margin-top:10px;
  font-family: "Open Sans";
  color: #ffffff !important;
  font-size: clamp(0.9375rem, 1.5vw, 16px);
}




.section-title {
  color: #2d3436;
  margin-bottom: 30px;
  font-weight: 600;
}



.rpwwt-widget ul li {
  font-size:15px;
  line-height:2.8;
  border-bottom: 1px solid rgb(226, 221, 215, 0.5);
}

.ratings-block-b a {
  color:#ffffff;
}



#content.site-content {
  padding-bottom: 3.75rem !important;
  padding-top: 0 !important;
}

header#masthead {
  margin-bottom: 0 !important;
  box-shadow: 0  !important;
  padding: 0 !important;
}

.blue-bkgd {
  background-color: #0196fd;
}

footer#colophon {
  color: #000000 !important;
  background-color: #2bbf13 !important;
}

ul.foot {
list-style: none;
padding: 0; 
line-height: 1.8;
font-size:1rem;
}


ul.foot li {
  color:#ffffff;
  line-height: 1.8;
  font-size:1rem;
}

ul.foot li a {
  color:#ffffff;
  font-size:1rem;
}

ul.foot p.white{
  color:#ffffff;
  line-height: 1.5;
  font-size:1rem;
}


ul.foot h4.white{
  color:#ffffff;
  line-height: 1.5;
  font-size:1.3rem;
  font-weight:600;
}






/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color:#ffffff !important;
  margin: 0 !important;
  padding: 0 !important;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif;
  clear: both;
  color: #333;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 55px;
  padding-bottom: 10px;
  font-weight:bold;
  color:#002245;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight:350;
  font-size:1rem;
  margin-bottom: 1.5em;
  color: #333;
}


.entry-title {
  display:block;
  background:url('https://craftedcaribbean.com/caricris/wp-content/uploads/2025/01/ocean-background.png');
  background-color:#002245;
  width:100%;
  height:auto;
  min-height:300px;
  background-position: center center;
  background-size:cover;
}


h1.entry-title-header {
  font-family: "Lora", serif;
  font-size: 4rem;
  font-weight:600;
  color:#fffeff;
  background-color: #002245;
  display:inline-block;
  padding:40px;
}


h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}


.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

.no-pad {
  padding:0 !important;
}

.grey-bkgd {
  background-color: #f0f0f0;
}

.blue-block-container1{
  padding-top:15px;
  padding-left:15px;
  background: url('https://craftedcaribbean.com/caricris/wp-content/uploads/2025/01/ship-1.png');
  background-size: cover; /* or any other size you need */
  background-repeat: no-repeat;
  background-position: center; /* adjust as needed */
  min-height: 60vh;
  object-fit: cover;
  object-position: center;
}

.blue-block-container1 img {
  transition: transform 0.3s ease;
}

.blue-block-container1:hover img {
  transform: scale(1.05);
}

.blue-block-container2{
  padding-top:15px;
  padding-left:15px;
  background: url('https://craftedcaribbean.com/caricris/wp-content/uploads/2025/01/glasses.png');
  background-size: cover; /* or any other size you need */
  background-repeat: no-repeat;
  background-position: center; /* adjust as needed */
  min-height: 60vh;
  object-fit: cover;
  object-position: center;
}

.blue-block-container2 img {
  transition: transform 0.3s ease;
}

.blue-block-container2:hover img {
  transform: scale(1.05);
}

.green-container {
 background-color: #28bf12;
  background-repeat: no-repeat;
  width:80%;
  height:30vh;
  display:block;
  padding:10px;
}

.green-container h2 {
  color:#fffeff !important;
  size:35px;
}



.green-container p {
  color:#fffeff !important;
}


.blue-block-container3{
  padding-top:15px;
  padding-left:15px;
  background: url('https://craftedcaribbean.com/caricris/wp-content/uploads/2025/01/working.png');
  background-size: cover; /* or any other size you need */
  background-repeat: no-repeat;
  background-position: center; /* adjust as needed */
  min-height: 60vh;
  object-fit: cover;
  object-position: center;
}

.blue-block-container3 img {
  transition: transform 0.3s ease;
}

.blue-block-container3:hover img {
  transform: scale(1.05);
}


/*--------------------------------------------------------------
# Responsiveness
--------------------------------------------------------------*/

/* Responsive design */
@media screen and (max-width: 768px) {
  .learn-more {
      padding: 10px 15px;
      font-size: 14px;
      width: 40%;
  }
}

@media screen and (max-width: 480px) {
  .learn-more {
      padding: 8px 12px;
      font-size: 12px;
      width: 40%;
  }
}



/* ---------- iPhone 12-16 Pro / Pro Max — portrait 389 – 430 px ---------- */
@media (min-width:389px) and (max-width:430px) and (orientation:portrait){
  .subscribe-btn{
    display: inline-block;
      width:70%;                /* a bit narrower looks cleaner */
      align-self:flex-start; 
      padding:0.875rem 1.25rem;  /* 14 px × 20 px */
      font-size:1rem;            /* 16 px */
  }
}

/* ---------- MID-RANGE PHONES & SMALL TABLETS — 431 – 767 px ---------- */
@media (min-width:431px) and (max-width:767px){
  .subscribe-btn{
    display: inline-block;
      width:auto;               /* revert to content width */
      align-self:flex-start; 
      max-width:360px;
      padding:0.875rem 1.25rem;  /* 14 px × 20 px */
      font-size:1rem;            /* 16 px */
  }
}

/* ---------- DESKTOP / LANDSCAPE TABLETS — 768 px + ---------- */
@media (min-width:768px){
  .subscribe-btn{
    display: inline-block;
      width:auto;
      align-self:flex-start; 
      padding:0.875rem 1.5rem;   /* 14 px × 24 px */
      font-size:1rem;            /* 16 px */
  }
}


/* MID-RANGE PHONES & SMALL TABLETS — 429 px – 767 px  */
@media (min-width: 429px) and (max-width: 767px) {
  .see-all-ratings {
    display: inline-block;
    width: 30%;
      max-width: 360px;
      padding: 0.875rem 1.25rem;  /* 14 px × 20 px */
      font-size: 1rem;            /* 16 px */
  }
}

/* DESKTOP / LANDSCAPE TABLETS — 768 px +  */
@media (min-width: 768px) {
  .see-all-ratings {
      display: inline-block;
      width: 30%;            /* revert to content width */
      padding: 0.875rem 1.5rem;  /* 14 px × 24 px */
      font-size: 1rem;           /* 16 px */
  }
}




@media screen and (max-width: 768px) {
  .sign-in-block {
    display:none;
  }
}

@media screen and (max-width: 480px) {
  .sign-in-block {
    display:none;
  }
}


@media screen and (max-width: 768px) {
  .sign-in-block {
    display:none;
  }
}

@media screen and (max-width: 480px) {
  .sign-in-block {
    display:none;
  }
}



@media screen and (max-width: 768px) {
  .rating-block-1,
  .rating-block-2,
  .rating-block-3 {
    padding: clamp(0.75rem, 3vw, 20px);
    min-height: 200px;
    margin-bottom:10px;
    padding-right:80px;
  }
}

@media screen and (max-width: 480px) {
  .rating-block-1,
  .rating-block-2,
  .rating-block-3 {
    padding: clamp(0.5rem, 2.5vw, 15px);
    min-height: 150px;
    margin-bottom:10px;
    padding-right:80px;
  }

  .rating-block-1 h2.h2,
  .rating-block-2 h2.h2,
  .rating-block-3 h2.h2 {
    margin-top: 1rem;
  }
}

/* Ensure hover effects only work on devices that support hover */
@media (hover: hover) and (pointer: fine) {
  .rating-block-1:hover,
  .rating-block-2:hover,
  .rating-block-3:hover {
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    transform: translateY(-5px);
  }
}


@media screen and (max-width: 768px) {
  h1{font-size: 30px;},
  h2{font-size: 20px;},
  h3{font-size: 14px;}
  }
}

@media screen and (max-width: 480px) {
  h1{font-size: 25px;},
  h2{font-size: 16px;},
  h3{font-size: 12px;}
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
  width:auto;
  height:100%;
}

.map-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.map-responsive {
  position: relative;
  padding-bottom: 75%; /* This creates a 4:3 aspect ratio */
  height: 0;
  overflow: hidden;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}