body{
    font-family: 'Montserrat', sans-serif;
}

a{
    color: inherit;
    text-decoration: none;
}

a:hover{
    color: inherit;
}

hr.divider{
    margin: 5rem 0;
}

p, ul li, ol li{
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
}

h1, h2, h3, h4 {
    padding: 20px 0;
    line-height: 1.5;
}

.btn{
    text-decoration: none !important;
}

[class*=col-] img{
    max-width: 100%;
}

.entry-content a{
    text-decoration: underline;
}

.entry-content a:hover{
    text-decoration: none;
}

.entry-content strong{
    font-weight: 600;
}

blockquote{
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}

blockquote:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #d3d3d3;
}

.wrapper{
    padding: 80px 0;
    background-color: #fff;
}

.btn:focus, button:focus {
    outline: none;
}

.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #fff;
	display: block;
	transition: all 0.2s;
	margin: 4px 0;
}

.navbar-toggler {
    padding: 9px 11px;
    border: none;
    background: transparent !important;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.dropdown-menu{
    top: 90%;
}

@media (max-width: 767px) {
    .dropdown .dropdown-menu.active-child {
        display: block;
    }
}

@media (min-width: 767px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 600;
    border: 0;
    margin-left: 7px;
    vertical-align: unset;
}

.dropdown-menu {
    width: 240px;
    top: calc(100% - 2px);
    left: -10px;
    padding: 10px 0;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.dropdown-menu li a:hover, 
.dropdown-menu li a:focus, 
.dropdown-menu li a:active,
.dropdown-menu li.active a {
    color: #000;
    background-color: transparent;
}

/* HERO */

#hero {
    padding: 0;
}

#hero img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
}

#hero-sub * {
    color: #fff;
}

/* PAGINATION */

.pagination,
.sitemap-by-click5_pagination {
    width: 100%;
    justify-content: center;
    margin: 50px auto 0;
}
.pagination .page-item .page-link,
.sitemap-by-click5_pagination .pagination-item,
.sitemap-by-click5_pagination strong {
    color: #343a40;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 25px 14px;
    background-color: transparent;
    border: 0;
    border-radius: 17px !important;
}
.pagination .page-item .page-link:focus,
.sitemap-by-click5_pagination .pagination-item:focus,
.sitemap-by-click5_pagination strong:focus {
    box-shadow: 0 0 0;
}
.pagination .page-item .page-link.next,
.pagination .page-item .page-link.prev {
    color: #343a40;
    font-family: "Arial";
    font-size: 19px;
}
.pagination .page-item.active .page-link,
.sitemap-by-click5_pagination strong {
    color: #FFF;
    background-color: #343a40;
}

/* INDEX */

.blog-post-title a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.blog-post-title a:hover {
    border-color: #000;
}

.click5-read-more-link, .click5-back-link {
    display: inline-block;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding: 0;
    border: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    transition: all .5s;
}
.click5-read-more-link:hover,
.click5-read-more-link:focus,
.click5-read-more-link:active,
.click5-back-link:hover,
.click5-back-link:focus,
.click5-back-link:active {
    color: initial !important;
    border-color: #000;
    background-color: transparent !important;
    box-shadow: 0 0 0 !important;
}

.click5-back-link {
    font-size: 15px;
}

/* TESTIMONIALS */

#testimonials-wrapper{
    background-color: #eeeeee;
}

#testimonials-wrapper .carousel {
	margin: 50px auto;
	padding: 0 70px;
}
#testimonials-wrapper .carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
#testimonials-wrapper .carousel .item .img-box {
	width: 95px;
	height: 95px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
#testimonials-wrapper .carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
#testimonials-wrapper .carousel .testimonial {
	padding: 30px 0 10px;
}
#testimonials-wrapper .carousel .overview {	
	font-style: italic;
}
#testimonials-wrapper .carousel .overview b {
	text-transform: uppercase;
}
#testimonials-wrapper .carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
#testimonials-wrapper .carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

#testimonials .carousel-indicators {
    position: relative;
    margin: 65px 0 0 0;
    bottom: 0;
}

#testimonials .carousel-indicators.circle li {
    position: relative;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: transparent;
    transition: all .5s;
}
#testimonials .carousel-indicators.circle li.active {
    border-color: #000;
}
#testimonials .carousel-indicators.circle li.active::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

#testimonials .carousel-indicators.rectangle li {
    width: 19px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    transition: all .5s;
}
#testimonials .carousel-indicators.rectangle li.active {
    width: 39px;
    background-color: #000;
}

/* FAQ */

#faq-page .card {
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 0;
    background-color: transparent;
}
#faq-page .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
#faq-page .card h3 {
    width: 100%;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 20px 25px;
    margin: 0;
    transition: all .5s;
    cursor: pointer;
}
#faq-page .card h3::before {
    content: "+";
    display: inline-table;
    width: 25px;
    height: 23px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    margin-right: 25px;
    background-color: #343a40;
    border-radius: 2px;
}
#faq-page .card h3[aria-expanded="true"]::before {
    content: "-";
    line-height: 21px;
}
#faq-page .card-body {
    padding: 0 0 35px 0;
}
#faq-page .card p {
    padding: 0 30px 0 75px;
}
#faq-page .card p:last-of-type {
    margin-bottom: 0;
}

/* GALLERY */

.entry-content .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.entry-content .gallery.gallery-columns-2 .gallery-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    text-align: center;
    margin: 5px;
}
.entry-content .gallery.gallery-columns-3 .gallery-item {
    flex: 0 0 calc(33.3333% - 10px);
    max-width: calc(33.33333% - 10px);
    text-align: center;
    margin: 5px;
}
.entry-content .gallery.gallery-columns-4 .gallery-item {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    text-align: center;
    margin: 5px;
}

.entry-content .gallery .gallery-item a {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.entry-content .gallery .gallery-item a:hover {
    text-decoration: none;
}
.entry-content .gallery .gallery-item a img {
    height: auto;
}

/* SIDEBAR */

#sidebar-area .item{
    padding-bottom: 35px;
}

#sidebar-area .item img{
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}

#sidebar-area .item .txt{
    padding-top: 15px;
}

#sidebar-area .item .txt p{
    font-size: 14px;
    text-align: left;
}

#widget-area h3 {
    padding-top: 0;
    margin-top: 0;
}
#widget-area ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
}
#widget-area ul li {
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}
#widget-area ul li::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 600;
    line-height: 28px;
    position: absolute;
    left: 0;
}

/* FOOTER */

#footer {
    padding: 50px 0;
    font-size: 14px;
    color: #000;
}

#footer small {
    display: block;
    padding-top: 3px;
    font-size: 12px;
}

#footer a{
    text-decoration: none;
    padding: 0;
}

#footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul li{
    position: relative;
    float: left;
    background: none;
    padding: 0 20px;
}

#footer ul li:before{
    display: none;
}

#footer ul li:after{
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
}

#footer ul li:first-child{
    padding-left: 0;
}

#footer ul li:last-child{
    padding-right: 0;
}

#footer ul li:last-child:after{
    display: none;
}

#footer ul li a{
    font-size: 14px;
}

#footer ul li a:hover{
    text-decoration: underline;
}

.copy a span{
    transition: all .3s;
}

.copy a:hover span:nth-child(1){
    color: #ccc;
}

.copy a:hover span:nth-child(2){
    color: #000;
}

.copy a:hover span:nth-child(3) {
    color: #42a7e0;
}

.copy a:hover span:nth-child(4) {
    color: #666;
}

.social-media ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}
.social-media ul li {
    list-style: none;
    padding: 0 !important;
    margin: 0;
}
.social-media ul li::after {
    display: none !important;
}
.social-media ul li a {
    font-size: 0 !important;
    text-align: center;
    padding: 0;
    margin: 0 0 0 25px;
}
.social-media ul li a:hover {
    text-decoration: none !important;
    background-color: transparent;
}
.social-media ul li a::after {
    content: "";
    color: #000;
    font-family: "Font Awesome 5 Brands";
    font-size: 22px;
    font-weight: 400;
}
.social-media ul li a:hover::after {
    opacity: 0.65;
}
.social-media ul li.icon-facebook a::after { content: "\f39e"; }
.social-media ul li.icon-twitter a::after { content: "\f099"; }
.social-media ul li.icon-youtube a::after { content: "\f167"; }
.social-media ul li.icon-instagram a::after { content: "\f16d"; }
.social-media ul li.icon-linkedin a::after { content: "\f0e1"; }
.social-media ul li.icon-google a::after { content: "\f1a0"; }
.social-media ul li.icon-yelp a::after { content: "\f1e9"; }
.social-media ul li.icon-tiktok a::after { content: "\e07b"; }
.social-media ul li.icon-reviews a::after { content: "\f4ad"; font-family: "Font Awesome 5 Free"; }

@-webkit-keyframes modal-video {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes modal-video {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes modal-video-inner {
    from {
        transform: translate(0, 100px)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes modal-video-inner {
    from {
        transform: translate(0, 100px)
    }
    to {
        transform: translate(0, 0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-name: modal-video;
            animation-name: modal-video;
    transition: opacity .3s ease-out
}

.modal-video-close {
    opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
    transform: translate(0, 100px)
}

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-name: modal-video-inner;
            animation-name: modal-video-inner;
    transform: translate(0, 0);
    transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent
}

.modal-video-close-btn:before {
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    transform: rotate(-45deg)
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

.video {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.video:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    transition: all .3s ease-in-out;
}

.video:hover:before{
    background-color: rgba(0,0,0,0.5);
}

.video:after{
    content: '\f144';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 70px;
}

/* Instagram */

#insta-section {
    background-color: #fff;
}

#instafetch {
    position: relative;
    width: 100%;
    float: left;
}

#instafetch article {
    width: 16.6666%;
    height: auto;
    padding: 0 7px;
}

#instafetch article a {
    text-decoration: none;
}

#instafetch article img {
    width: 100%;
    height: 12vw;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

#instafetch article.featured {
    padding: 20px;
    border: 1px solid #000;
}

#instafetch article.featured p {
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 5px;
}

#insta-section .section-subtitle h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 19px;
}

@media (max-width: 1199px) { 
    
}

@media (max-width: 991px) {
    
}

@media (max-width: 767px) {
    
}

@media (max-width: 575px) {
    
}
