/* GENERAL */

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}
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;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.skip-link:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.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;
}

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 100%;
    background-color: #007b8f;
    border-radius: 2px;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 1.25rem;
}
.wp-caption-text {
    color: rgba(19, 62, 84, .6);
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 10px 0 0 0px;
}

.wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}

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

.grecaptcha-badge {
	width: 70px !important;
	left: -2px !important;
	border-radius: 0 !important;
	box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px !important;
	overflow: hidden !important;
	transition: all .3s !important;
    z-index: 9999;
}
.grecaptcha-badge:hover {
	width: 256px !important;
}
.grecaptcha-badge .rc-anchor {
    border-radius: 0 !important;
}

/* NAVBAR TOGGLER */

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

.navbar-toggler {
    padding: 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:focus {
    border: 1px solid #FFF;
}

.navbar-toggler:not(.collapsed) {
    padding: 11px 8px 11px 14px
}
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

@media (max-width: 1199px) {
    .navbar-collapse #main-menu li:focus ul.dropdown-menu.active-child {
        display: block;
        z-index: 1000;
    }
}

@media (min-width: 1199px) {
    .navbar-collapse #main-menu li .dropdown-icon:focus + ul.dropdown-menu,
    .navbar-collapse #main-menu li .dropdown-icon.show + ul.dropdown-menu,
    .navbar .navbar-nav .dropdown:hover > .dropdown-menu,
    .navbar .navbar-nav .dropdown > .dropdown-menu:hover {
        display: block;
        z-index: 1000;
    }
}

/* PAGINATION */

.pagination,
.sitemap-by-click5_pagination {
    width: 100%;
    justify-content: center;
    margin: 55px auto 0;
}
.pagination .page-item .page-link,
.sitemap-by-click5_pagination .pagination-item,
.sitemap-by-click5_pagination strong {
    color: #133e54;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.08px;
    padding: 16px 15px;
    margin: 0 3px;
    background-color: transparent;
    border: 1px solid #d8e8ea;
    border-radius: 4px !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: #133e54;
    font-size: 16px;
    padding: 0 20px;
    margin-top: 17px;
    background-color: transparent;
    border: 0;
}
.pagination .page-item.active .page-link,
.sitemap-by-click5_pagination strong {
    color: #FFF;
    background-color: #007b8f;
    border-color: #007b8f;
}

/* INDEX */

#index-wrapper .news:nth-child(n+4) {
    margin-top: 25px;
}

.news > a {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #FFF;
    border-radius: 8px;
}
.news > a:hover {
    text-decoration: none;
}

.news .photo {
    position: relative;
    display: block;
    width: 100%;
    height: 580px;
    margin-bottom: 25px;
    background-color: rgba(39, 119, 132, .04);
    background-size: cover;
    background-position: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.news > a .photo {
    height: 255px;
    margin-bottom: 0;
}

.news .content {
    flex: 1;
    position: relative;
    padding: 35px 50px 105px 50px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.blog .news .content,
.category .news .content,
.tag .news .content {
    border: 1px solid #d8e8ea;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 7px 30px rgba(93, 120, 126, .06);
}
.news > a .photo ~ .content,
.news > a .photo ~ .content,
.news > a .photo ~ .content {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.news .content .time-cat {
    margin-bottom: 15px;
}
.news .content time {
    display: inline-block;
    color: #8b909e;
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.news .category {
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.19px;
    padding: 5px 15px;
    margin: 0;
    background-color: #007b8f;
    border-radius: 30px;
}
.news .category.guide {
    background-color: #70abd0;
}
.news .category.report {
    background-color: #79d3ac;
}
.news .content h2 {
    display: inline;;
    color: #133e54;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid transparent;
    transition: all .3s;
}
.news a:hover .content h2 {
    color: #007b8f;
    border-color: #007b8f;
}
.news .content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #3d525d;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 22px 0 0 0;
    overflow: hidden;
}

.news .content .more {
    width: calc(100% - 90px);
    position: absolute;
    bottom: 45px;
    left: 50px;
}
.news .content .more span {
    position: relative;
    display: inline-block;
    color: #133e54;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.25px;
    padding: 0;
    margin: 0;
    transition: all .3s;
    z-index: 9;
}
.news .content .more span i {
    font-size: 15px;
    padding-left: 5px;
    transition: all .3s;
}
.news a:hover .content .more span i {
    opacity: 0;
}

/* SINGLE POST */

.posted-on {
    display: block;
    color: rgba(19, 62, 84, .6);
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 15px 0 0 0px;
}

.tags-links {
    display: block;
    color: rgba(19, 62, 84, .6);
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 15px 0 0 0px;
}

.back-to-blog {
    margin-top: 55px;
}
.back-to-blog a {
    display: inline-block;
    color: #123243;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.back-to-blog a::before {
    content: "←";
    display: inline-block;
    height: 22px;
    color: #FFF;
    font-family: "Arial";
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 20px;
    margin-right: 15px;
    background-color: #007b8f;
    border-radius: 12px;
}
.back-to-blog a:hover {
    color: #007b8f;
    text-decoration: none;
}

/* 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 {
    display: block;
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    overflow: hidden;
}
.entry-content .gallery .gallery-item a:hover {
    text-decoration: none;
}
.entry-content .gallery .gallery-item a img {
    height: auto;
}
.entry-content .gallery .gallery-item .gallery-caption {
    color: #20083b;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.18px;
    padding: 10px 0 0 0;
    margin: 0;
}

/* FOOTER */

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

#footer .menu ul {
    display: flex;
    margin: 0 0 16px 0;
    padding: 0;
    list-style: none;
}
#footer .menu ul li {
    position: relative;
    float: left;
    background: none;
    padding: 0 15px;
}
#footer .menu ul li:before {
    display: none;
}
#footer .menu ul li:after {
    content: '|';
    color: rgba(19, 62, 84, .8);
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
}
#footer .menu ul li:first-child {
    padding-left: 0;
}
#footer .menu ul li:last-child {
    padding-right: 0;
}
#footer .menu ul li:last-child:after {
    display: none;
}
#footer .menu ul li a {
    color: rgba(19, 62, 84, .8);
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.22px;
    padding: 0;
    margin: 0;
}
#footer .menu ul li a:hover {
    text-decoration: underline;
}

.copy p {
    color: rgba(19, 62, 84, .8);
    font-size: 13px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 0;
}
.copy p a:hover {
    text-decoration: underline !important;
}

.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 0 0 8px;
}
.social-media ul li::after {
    display: none !important;
}
.social-media ul li a {
    width: 51px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0 !important;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: #007b8f;
    border: 1px solid #007b8f;
    border-radius: 50%;
}
.social-media ul li a:hover {
    text-decoration: none !important;
    background-color: transparent;
}
.social-media ul li a::after {
    content: "";
    color: #FFF;
    font-family: "Font Awesome 6 Brands";
    font-size: 17px;
    font-weight: 700;
}
.social-media ul li a:hover::after {
    color: #007b8f;
}
.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-reviews a::after { content: "\f4ad"; font-family: "Font Awesome 6 Free"; }

/* CONTACT FORM */

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}
.form-group-checkbox {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-top: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.form-group br {
    display: none;
}

.form-group > label {
    color: #3d525d;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.14px;
    padding: 0 10px;
    margin: 0;
    background-color: #FFF;
    position: absolute !important;
    top: -7px;
    left: 20px;
    z-index: 99 !important;
}
.form-group-checkbox > label {
    position: relative !important;
    width: 130px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    left: 15px;
}

.form-control {
    height: 74px;
    color: var(--main);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0 25px;
    border: 1px solid #d8e8ea;
    border-radius: 3px;
    box-shadow: 0 0 0 !important;
    outline: none;
    resize: none;
}
.form-control:focus {
    border-color: #000;
}
select.form-control, #find .form .content select {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTgxLjg0NTcsMjUuMzg3NmE2LjAyMzksNi4wMjM5LDAsMCwwLTguNDUuNzY3Nkw0OCw1Ni42MjU3bC0yNS4zOTYtMzAuNDdhNS45OTksNS45OTksMCwxLDAtOS4yMTE0LDcuNjg3OUw0My4zOTQzLDY5Ljg0NTJhNS45OTY5LDUuOTk2OSwwLDAsMCw5LjIxMTQsMEw4Mi42MDc0LDMzLjg0MzFBNi4wMDc2LDYuMDA3NiwwLDAsMCw4MS44NDU3LDI1LjM4NzZaIi8+PC9zdmc+') no-repeat;
    background-position: right 25px center;
    background-size: 12px;
    appearance: none;
}
textarea.form-control {
    min-height: 250px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.form-checkbox {
    display: block;
    margin: 0 0 0 18px;
}
.form-checkbox .custom-control {
    margin: 0;
}
.form-checkbox .custom-control-label {
    color: #000;
    font-size: 15.5px;
    font-weight: 300;
    letter-spacing: -0.15px;
}
.form-checkbox .custom-control-label::before {
    top: 1px;
    background-color: transparent;
    border: 1px solid #d8d8d8;
    border-radius: 0;
}
.form-checkbox .custom-control-input:active ~ .custom-control-label::before {
    background-color: rgba(0, 0, 0, .2);
}
.form-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
}
.form-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    top: 6px; left: -19px;
}
.form-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 0, 0, .2);
}

.form-submit {
    position: relative;
}
.form-submit .wpcf7-submit {
    display: block;
    position: relative;
    height: 58px;
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.08px;
    text-align: center;
    padding: 0 100px;
    margin: 0 auto;
    border: 0 !important;
    background-color: #007b8f;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    z-index: 9;
}
.form-submit .wpcf7-submit:hover,
.form-submit .wpcf7-submit:active,
.form-submit .wpcf7-submit:focus {
    box-shadow: unset !important;
    background-color: var(--main) !important;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.wpcf7 .wpcf7-not-valid-tip {
    width: 100%;
    color: #cb473e;
    font-size: 13px;
    text-align: left;
    padding: 4px 0 0 10px;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 40px 0 0 0 !important;
    padding: 15px 20px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
	border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #cb473e;    
    border: 2px solid #cb473e !important;
}

/* COMMENTS */

.comments-area .comment-reply-title,
.comments-area .comments-title {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 40px 0 10px 0;
    margin: 40px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
}
.comments-area .comment-notes {
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
}
.comments-area .comment-control {
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 24px 25px 23px 25px;
    margin: 5px 0 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    box-shadow: 0 0 0 !important;
    outline: none;
    resize: none;
}
.comments-area .form-check {
    margin: 5px 0;
}
.comments-area .form-check-input {
    border: 1px solid #d8d8d8;
}
.comments-area .form-check-label {
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
}
.comments-area input[type="submit"] {
    display: block;
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 17px 40px 15px 40px;
    margin: 20px 0 0 0;
    border: 0 !important;
    background-color: #000;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    z-index: 9;
}
.comments-area input[type="submit"]:hover,
.comments-area input[type="submit"]:active,
.comments-area input[type="submit"]:focus {
    box-shadow: 0 0 0 !important;
    background-color: #000;
}

.comments-area .comment-list {
    list-style: none;
    padding: 40px 0 10px 0;
    margin: 40px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
}
.comments-area .comment-list .says {
    display: none;
}
.comments-area .comment-author img {
    border-radius: 50%;
}
.comments-area .comment-author b {
    font-size: 16px;
    padding-left: 10px;
}
.comments-area .comment-metadata {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding-left: 47px;
    margin-top: -5px;
}
.comments-area .comment-content {
    padding: 20px 20px 0 47px;
}
.comments-area .reply {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding-left: 47px;
    margin-top: -15px;
    margin-bottom: 25px;
}

.comments-area .children {
    list-style: none;
}
.comments-area .children .comment {
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.comments-area .no-comments {
    color: red;
}

.bypostauthor {
    background-color: #f2f7f7;
}