@charset "UTF-8";
/* CSS Document */
/* Joomla Styles Sharp Edge Travel */

/* Remove link border from images */

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	height: auto;
}

/* font smoothing */

html, html a {
    -webkit-font-smoothing: antialiased !important;
  }
html, html a {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  }
  
html, html a {
    -moz-osx-font-smoothing: grayscale;
  }
/* Global Reset */

* {
	margin: 0;
	padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	border: none;; 
	width: 100%;
}
td {
	padding: 12px 8px 12px 35px;
	border-bottom: 1px solid #ccdde8; 
	text-align: left;
	vertical-align: top;
}
td.left {
	text-align: left;
}
th {
	padding: 6px 10px;
	background: #9ab5c6;
	color: #fff;
	border-left: 1px solid #fff;
}
td ul {
	margin-left: 25px;
}
.mobtable {
	overflow-y: auto;
	_overflow: auto;
}

.odd {
	background: #e5edf3; 
}

h1,h2,h3,h4,h5,h6,p,form,label,ol,fieldset {
	margin: 0;
}
ul, ol {
	margin: 0 0 0 45px;
}
#breadcrumbs ol {
	margin-left: 0;
}
ol li {
	padding: 5px 12px;
}
li {
	padding: 0;
	line-height: 160%;
}
ul.bullets {
	list-style: none;
	margin-left: 20px;
	margin-top: 20px;
}
ul.bullets li {
	background: url(../images/tickbox-blue.png) no-repeat 0 2px;
	padding: 3px 0 3px 40px;
	line-height: 170%;
}
ul.bullets2 {
	list-style: none;
	margin-right: 25px;
}
ul.bullets2 li {
	background: url(../images/bullet.png) no-repeat 0 7px;
	padding: 3px 0 3px 25px;
}
.property-highlights ul.bullets {
	margin-left: 6px;
	font-size: 15px;
}
fieldset {
	padding: 1em;
}
input {
	padding: 4px 6px;
}
body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #888888;
	margin: 0;
	font-weight: 400;
	letter-spacing: 0.5px;
}
h1 {
	font-family: 'Cormorant Garamond', serif;
	color: #4a4a4a;
	padding: 25px 0 20px;
	font-weight: 400;
	font-size: 48px;
    letter-spacing: 0.5px;
	line-height: 130%;
	text-align: center;
}

h2 {
	font-size: 20px;
	font-weight: 600;
	color: #a4a4a4;
	padding: 10px 0 5px;
	text-align: center;
}
h3 {
	font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: normal;
    margin: 25px 0px 35px;
    letter-spacing: 0.5px;
	padding: 25px 0 10px;
	text-align: center;
}
h4 {
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	margin-top: 15px;
}


p {
	padding: 10px 0;
	letter-spacing: 1px;
	line-height: 140%;
}
hr {
	color: #dfdfdf;
	background-color: #dfdfdf;
	height: 2px;
	border-width: 0;
	clear: both;
	margin: 10px 0;
}
.imgleft {
	float: left;
	margin-right: 15px;
}
.imgright {
	float: right;
	margin-left: 25px;
	width: 45%;
}

a {
	color: #7d53b1;
	text-decoration: none;
}
a:hover {
	color: #56367e;
}

.myclearfix {
	line-height: 0;
	clear: both;
	height: 0;
}

/* Layout Styles */
.container {
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
}
.item-page {
	padding-bottom: 20px;
	position: relative;
}
#logo-header {
	text-align: center;
	border-bottom: 3px solid #dfdfdf;
}
.strap {
	color: #b4b4b4;
	font-size: 24px;
}
.home-banner {
	position: relative;
}
.home-banner img {
	width: 100%;
}
.home-banner .links {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 15px;
}
.button, .button-left {
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 1px;
  margin: 30px auto;
  display: block;
  background: #272727;
	border: 1px solid #d8d6d6;
  color: #d5d5d7;
  text-align: center;
  padding: 12px 5px;
  max-width: 300px;
}
.button-left {
	margin: 30px 0;
}
.subscriber {
	max-width: 700px;
	margin: 0 auto;
}
.subscriber h3 {
	font-family: 'Cormorant Garamond', serif!important;
	font-weight: 600;
	
}
.subscriber p {
	color: #b1b0b0;
}
.convertforms .cf-control-group[data-type="email"] {
	width: 55%;
}
.convertforms .cf-control-group[data-type="submit"] {
	width: 40%;
}

#footer {
	width: 100%;
	font-weight: 400;
	min-height: 230px;
	background: #dfdfdf;
	clear: both;
	font-size: 16px;
	padding-bottom: 30px;
}
#footer h3 img {
	max-width: 500px;
	margin-top: 40px;
	width: 100%;
}
#footer .foot-logo img {max-width:160px;}
#footer .foot-social img {max-width:80px;}
#footer .foot-links p {padding-left: 80px;}
#footer .foot-links h4 {
	padding-left: 70px;
	padding-bottom: 15px;
	font-size: 24px;
}
#footer .foot-social h4 {
	padding-bottom: 15px;
	font-size: 24px;
}

.copyright {
}
.copyright a {
}

/* subscribe form */

#contactfm {
}



a.button:hover, a.button-left:hover {
	color: #fdeda4;
	text-decoration: none;
}

.convertforms .cf-input, .convertforms .cf-btn {
	font-family: 'Cormorant Garamond', serif;
	font-size: 26px;
	font-weight: 500;
	padding: 12px;
}

/* Quotes in main content */

.quotediv, .port-quote {
	margin: 30px;
	background-color: #fff;
	border: 2px solid #6c8dae;	
	border-radius: 8px;
	position: relative;
	width: 94%;
	padding: 1% 3%;
	margin-left: 0;
	text-align: center;
}
.quotediv .bottom, .port-quote .bottom {
  background: url(../images/quote-bottom.png) no-repeat bottom center;
  width: 80px;
  height: 50px;
  position: absolute;
  bottom: -33px;
  right: 40px;
}
.quotediv p, .port-quote p {
	font-size: 18px;
    font-style: italic;
	font-weight: 400;
	padding: 10px 3%;
}
.quotediv a, .port-quote a {
	font-size: 21px;
	font-weight: 700;
	color: #525151;
	text-decoration: none;
}
/* wf columns */
.wf-columns {
	padding: 25px 0;
}
.wf-columns-gap-large {
  gap: 3rem;
}

/* Category blog layout */

.com-content-category-blog__items {
	display: grid;
	gap: 60px 60px;
	grid-template-columns: 23% 23% 23% 23%;
	margin-bottom: 30px;
	margin-top: 35px;
	width: 96%;
}
.com-content-category-blog__items .item-image {
	display: flex;
	  justify-content: center;
}

.com-content-category-blog__items div.page-header {
	min-height: 70px;
}
.com-content-category-blog__items .blog-item {
	position: relative;
	padding-bottom: 80px;
}
.com-content-category-blog__items .blog-item p.readmore {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.com-content-category-blog__items .blog-item p.readmore a {
	margin: 0 auto;
}
/* Ignite */

.ig-thumb-text_below p, .ig-thumbs-grid-block {
 	text-align: center;
}

/* Article container div styling */

div[itemprop="articleBody"] {
   clear: both;
}
/* Tables */


/* Main Navigation styles */

/* DJ Megamenu */

#menu a, .nav-header, .dj-megamenu-modern li a.dj-up_a {
	font-weight: 400;
	font-size: 17px;
	color: #383b49;
	display: block;
	text-decoration: none;
	padding: 0 18px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0 5px;
	height: 50px;
	border: 1px solid transparent;
}
.dj-megamenu-modern li a.dj-up_a > span {

  height: 50px;
}


.dj-megamenu-modern li ul.dj-submenu > li > a {
	color: #383b49;
	font-size: 15px;
}
.dj-megamenu-modern.dj-fa-5 li.dj-up > a .arrow::before {
  content: "\f105";
}
.dj-megamenu-modern li.dj-up:hover > a .arrow::before, .dj-megamenu-modern li.dj-up:focus > a .arrow {
  content: "\f107";
}
.dj-megamenu-wrapper .dj-megamenu-modern li.current a, .dj-megamenu-wrapper .dj-megamenu-modern li.active a {
	color: #7d53b1;
}
.dj-mobile-open-btn.active .dj-mobile-open-icon, .dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
  background: none;
  color: #e5f5ec;
}
ul.dj-mobile-light li.dj-mobileitem:hover > a, ul.dj-mobile-light li.dj-mobileitem.active > a {
  background: #fff;
}

ul.dj-megamenu {
	display: flex;
	justify-content: center;
}
dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
	height: 65px;
}
.dj-megamenu-accordion-light.dj-align-right {
  text-align: right;
  margin-right: 20px;
}
ul.dj-mobile-light {
  margin: 0 -15px;
  padding: 0;
  text-align: center;
  position: absolute;
  z-index: 500;
  width: 300px;
  right: 0;
}

.dj-megamenu-modern li ul.dj-submenu {
	border: 1px solid #dfdfdf !important;
	background: #fff;
	padding: 4px 8px;
	margin-bottom: 2px;
}
.dj-megamenu-modern li ul.dj-submenu > li > a {

	
}

.dj-megamenu-modern li div.dj-subwrap .dj-subwrap-in {
	border-radius: 0;
	padding: 1px;
}
.dj-subwrap-in {
	padding: 1px !important;
}
.dj-megamenu-modern li ul.dj-submenu > li > a:hover, .dj-megamenu-modern li ul.dj-submenu > li > a.active {
	color: #7d53b1 !important;
}

.dj-megamenu-modern li div.dj-subwrap .dj-subwrap-in {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  background: none;
}
.dj-megamenu-modern li ul.dj-submenu > li {
  border-top: 0 !important;
}

#dj-megamenu110mobile.dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
  background: rgba(153, 153, 153, 1);
}



#lwd {
	margin: 30px 10px 0px 0;
	width: 100%;
	height: 60px;
	clear: both;
	position: relative;
}
[role=tooltip]:not(.show) {
  /*right: 5em;*/
  z-index: 1070;
  display: none;
  max-width: 100%;
  padding: 0.5em;
  margin: 0.5em;
  color: black;
  text-align: start;
  background: white;
  border: 1px solid #6d757e;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.8);
}
[role=tooltip]:not(.show)[id^=editarticle-] {
  right: auto;
  -webkit-margin-start: -10em;
          margin-inline-start: -10em;
}
[role=tooltip]:not(.show)[id^=editcontact-] {
  right: auto;
  -webkit-margin-start: -10em;
          margin-inline-start: -10em;
}
[role=tooltip]:not(.show)[id^=id-skip-] {
  right: auto;
}
[role=tooltip]:not(.show)[id^=cbunpublish] {
  right: auto;
}

:focus + [role=tooltip],
:hover + [role=tooltip] {
  position: absolute;
  display: block;
}


#tooltip {
  /*position: absolute;
  z-index: 1070;
  display: block;*/
  margin: 0;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;  
	font-style: normal;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: black;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: black;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: black;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: black;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 0.25rem;
}

/* Login Module */
body#log-in #maincontent {
	padding-top: 25px;
}
body#log-in ul.nav-tabs {
	display: none;
}

div.login {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px 0;	
	margin-bottom: 25px;
	margin-top: 25px;
  background: #fff;
}
div.login fieldset {
	border: none;
}
.login label {
	width: 250px;
	display: block;
	float: left;
	margin-right: 10px;
}
.login input {
	border: 1px solid #999;
	padding: 5px 8px;
	background: #fff;
	margin-bottom: 7px;
	font-size: 12px;
}
.login input#modlgn-remember {
	width: auto;
}
.btn-primary, .btn-danger {
	background-color: #24940d;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 12px 12px 12px 0;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	line-height: 25px;
	padding: 5px 30px;
}
.btn-secondary, .button2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
  padding: 12px;
  margin: 30px auto;
  display: block;
  background: #272727;
	border: 1px solid #d8d6d6;
  color: #d5d5d7;
  text-align: center;
  padding: 12px 5px;
  max-width: 300px;
}
.pagination .btn-secondary {
	display: inline-block;
	min-width: 180px;
	font-size: 21px;
	padding: 8px 6px;
}
.btn-secondary:hover, .button2:hover {
	opacity: 0.8;
  color: #d5d5d7;
}
.icon-chevron-right::before, .icon-chevron-left::before {
  font-size: 17px;
	padding-right: 8px;
}
.btn-danger {
	background-color: #fd0c39;
}
.pagination .next {
	margin-left: 50px;
}
.btn-primary:hover {
}
.btn-danger:hover {
	background-color: #ccc;
}
.logout .btn {
	background-color: #f69240;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 12px 4px;
	border-radius: 3px;
	border: 0;
	padding: 6px 15px;
	cursor: pointer;
	color: #fff;
	float: left;
	line-height: 25px;
}
div.edit .btn-group .btn:hover, .logout .btn:hover {
    background-color: #f9ba88 !important;
}

.login ul, .login ul {
	margin-left: 20px;
}
.login li, .login li {
	padding: 3px 0 2px 8px;
}

.login .btn {
	background-color: #a21c26;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 5px 12px 5px 0;
	border: 0;
	font-weight: bold;
	cursor: pointer;
	line-height: 25px;
	border-radius:6px;
	padding: 5px 30px;
}
.login .btn:hover {
	background-color: #3f3f3e;
	text-decoration: none;
}

.login ul {
	margin-left: 20px;
}
.login li {
	padding: 3px 0 2px 8px;
}
.com-users-login__options {
	text-align: center;
}


/* frontend editing */
div.edit .btn-group .btn {
	background-color: #f69240;
	font-size: 12px;
	text-align: center;
	margin: 0 4px;
	border-radius: 3px;
	border: 0;
	padding: 6px 15px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	float: left;
}
div.edit .btn-group .btn:hover, .logout .btn:hover {
    background-color: #2B2123 !important;
}
div.edit #adminForm fieldset {
	clear: both;
	margin-top: 20px;
}
div.edit #adminForm .btn-toolbar {
	padding-bottom: 20px;
}
div.edit #adminForm fieldset ul.bsbcedit li {
	float: left;
	list-style: none;
	width: auto;
	height: 40px;
	padding: 3px 10px 0 0;
}
.bsbc-tabcontent {
	clear: both;
	margin-top: 20px;
}
div.edit.item-page {
	padding-top: 25px;
}
ul.nav-tabs.bsbcedit {
	display: none;
}
.joomla4 joomla-tab div[role="tablist"] .wf-editor-tabs > li > a {
	border-radius: 5px 5px 0 0;
	margin-left: 3px;
	background: #fff;
}
.joomla4 joomla-tab div[role="tablist"] .wf-editor-tabs > li.active > a {
	background: #f69240;
}
#modules-form input {
	padding: 2px 6px;
}
.choices__inner {
	color: #000;
}
.choices__button_joomla {
	padding: 5px 8px;
	background-color: #fd0c39;
	margin-left: 5px;
	border: none;
	border-radius: 4px;
	color: #fff;
}
joomla-tab button[aria-expanded="true"]::after {
  background-color: #f69240;
}
/* Hide form elements to simplify the form for users 

#modules-form #options, #modules-form .control-group {
	display: none;
}
#adminForm #publishing, #adminForm #language, #adminForm #metadata, #adminForm #com-content-formTabs {
	display: none;
}
.editor-xtd-buttons {
	display: none;
}
*/

#versionsModal, div.editor-xtd-buttons {
	display: none;
}

/* hide edit buttons for menu and gallery */
#navbox .jmodedit, #slides .jmodedit, .footlogin a.jmodedit, .slicknav_menu a.jmodedit, #breadcrumbs a.jmodedit {
	display: none;
}



div.edit .control-group {
	clear: left;
	margin: 10px 0;
}
div.edit .control-group label {
	float: left;
	width: 180px;
	margin: 10px 0;
}
div.edit .control-group input {
	float: left;
	width: 50%;
	padding: 3px 8px;
}
#jform_featured_up_btn {
}
div.edit #adminForm fieldset {
	clear: both;
	margin-top: 20px;
}
div.edit #adminForm .btn-toolbar {
	padding-bottom: 20px;
}
div.edit #adminForm fieldset ul.bsbcedit li {
	float: left;
	list-style: none;
	width: auto;
	height: 40px;
	padding: 3px 10px 0 0;
}
.bsbc-tabcontent {
	clear: both;
	margin-top: 20px;
}
div.edit.item-page {
	padding-top: 25px;
}
ul.nav-tabs.bsbcedit {
	display: none;
}
a.jmodedit, .item-page .float-end a {
	border: 1px solid #a21c26;
	border-radius: 4px;
	padding: 4px 12px;
	color: #204187;
	background: #fff;
}
.quotediv a.jmodedit {
	border: 1px solid #6b6a6a;
	background: #6b6a6a;
	border-radius: 4px;
	padding: 4px 12px;
	color: #fff;
}
#footer a.jmodedit {
}

/* Hide advanced options */


#modules-form div#options {
	display: none;
}

/* Pagination front end editor */

.pagination ul {
	list-style: none;
}
.pagination li {
	width: auto;
	display: inline-block;
	padding: 8px;
}
.pagination li.active a {
	text-decoration: underline;
}
.pagination span.visually-hidden {
	display: none;
}


/* Media queries */
@media screen and (max-width: 1400px) {	
	
	.com-content-category-blog__items {
	display: grid;
	gap: 60px 60px;
	grid-template-columns: 46% 46%;
	margin-bottom: 30px;
	margin-top: 35px;
}

}
@media screen and (max-width: 850px) {	

.button {
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 0 5px 10px 5px;
  display: block;
  padding: 8px 25px;
  width: 160px;
	float: right;
}
	.home-banner .links {
		max-width: 450px;
    display: block;
    position: relative;
    margin-top: 20px;
	}
}
@media screen and (max-width: 600px) {	
	
	.com-content-category-blog__items {
	display: grid;
	gap: 60px 60px;
	grid-template-columns: 94%;
	margin-bottom: 30px;
	margin-top: 35px;
}

}
@media screen and (max-width: 500px) {	

.button {
  font-size: 15px;
  letter-spacing: normal;
  margin: 10px auto;
  padding: 8px 15px;
  width: 100%;
	float: none;
}
.convertforms .cf-control-group[data-type="email"] {
	width: 90%;
}
.convertforms .cf-control-group[data-type="submit"] {
	width: 90%;
}	

}



