/*
Theme Name: WPEM Water Sports
Theme URI: https://wp-eventmanager.com/
Author: WP Event Manager
Author URI: https://wp-eventmanager.com/the-team/
Description: WPEM Water Sports is a fast, fully customizable & beautiful WordPress theme suitable for any event, blog, portfolio, business website and WooCommerce storefront. A theme compatible with WP Event Manager plugin. Also, It offers special features and templates so it works perfectly with all page builders like Elementor, Visual Composer, Beaver Builder, SiteOrigin, Divi, etc. Some of the other features: # Responsive # RTL #Translation Ready #SEO Friendly # WooCommerce Ready # Extendible with WP Event Manager addons # Regularly updated # Designed, Developed, Maintained & Supported by WP Event Manager’s dedicated team. Looking for a perfect base theme for Event Listing water-sports? Look no further. You can use an event listing water-sports theme for building any kind of event website!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpem-water-sports
Domain Path: /languages
Tested up to: 5.8.2
Requires PHP: 5.2
Tags:  entertainment, portfolio, e-commerce, one-column, two-columns, full-width-template, left-sidebar, right-sidebar, editor-style, custom-header, custom-background, custom-logo, custom-menu, custom-colors, rtl-language-support, featured-images, threaded-comments, translation-ready, sticky-post, microformats,theme-options
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WPEM Water Sports is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
    margin: 0;
    background-color: #f5f5f5;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    text-decoration: none;
    transition: all 0.2s 0s;
}

a:focus,
a:hover,
a:active {
    outline: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

.btn {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}

.btn,
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    background-color: var(--wpem-theme-button-color);
    color: var(--wpem-theme-button-text-color);
    border-radius: 100px;
    border: 1px solid transparent;
}

.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
    background-color: var(--wpem-theme-seondary-color)!important;
    color: var(--wpem-dark-color)!important;
    border-color: var(--wpem-dark-color)!important;
}

a,
.widget a,
.entry-meta i,
.entry-content a {
    color: var(--wpem-theme-link-color);
}

a:hover,
.widget a:hover,
.entry-content a:hover {
    color: var(--wpem-theme-link-hover-color);
}

.entry-title a {
    color: var(--wpem-theme-primary-color);
}

select {
    background-image: url(assets/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 30px !important;
    border: 1px solid var(--wpem-theme-secondary-color);
    border-radius: 100px;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    width: 100%;
    overflow: auto;
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

hr {
    background-color: var(--wpem-theme-secondary-color);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 30px;
    width: 100%;
    border: 1px solid var(--wpem-theme-secondary-color);
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    border: 1px solid var(--wpem-theme-secondary-color);
    padding: 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #858585
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #000;
    border-color: var(--wpem-theme-primary-color);
    outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #000;
    border-color: var(--wpem-theme-primary-color);
    outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

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

.screen-reader-text:focus {
    background-color: var(--wpem-theme-content-color);
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: var(--wpem-theme-secondary-color);
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    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;
}

/*--------------------------------------------------------------
# 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;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-end {
    display: flex;
    align-items: center;
    justify-content: end;
}
.flex-middle {
    display: flex;
    align-items: center;
}
.row-reverse {
    flex-direction: row-reverse;
}
.grid-center {
    display: grid;
    place-items: center;
}
.relative {
    position: relative;
}
/*--------------------------------------------------------------
# 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;
}
.widget:last-of-type {
    margin-bottom: 0px;
}
.widget select {
    max-width: 100%;
}

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

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

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

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

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

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.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-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.contain-main-wrapper {
    background: #fff;
    margin-top: -80px;

}

.container,
.contain-main-wrapper {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

body.boxed-layout {
    background-color: var(--wpem-theme-content-color);
}

body.boxed-layout .site {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-content {
    flex: 1;
}

.content-area {
    background-color: var(--wpem-theme-content-color);
    padding: 30px;
    border-radius: 4px;
}

.row,
.wpem-water-sports-main-sidearea .widget .event_listings,
.wpem-water-sports-main-sidearea .widget .event_listings_class {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column,
.wpem-water-sports-main-sidearea .widget .event_listings .wpem-single-event-widget,
.wpem-water-sports-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.text-right {
    text-align: right;
}

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

.align-middle {
    align-items: center !important;
}

.align-end {
    align-items: flex-end !important;
}

.justify-center {
    justify-content: center;
}

.btn:hover,
.btn:focus,
.btn:visited:hover,
.btn.focus-visble,
.btn.focus-visible:visited {
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-dark-color);
    border-color: var(--wpem-dark-color);
}

.main-contain-wrapper {
    padding: 60px 0;
}


/*---------------------------------------------------
##   Social Menu
*   ----------------------------------------------------- */
.event-social-menu {
    list-style-type: none;
    clear: both;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.event-social-menu li a i {
    font-weight: normal;
    text-indent: 0;
}

.event-social-menu li a {
    font-size: 0;
}

.event-social-menu li {
    display: inline-block;
    margin-right: 5px;
}

.event-social-menu li a:before {
    content: "\f007";
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 0;
}

.event-social-menu li a:before {
    height: inherit;
    width: inherit;
}

.event-social-menu li a:hover {
    opacity: 0.7;
}

.event-social-menu li a[href*="facebook.com"]:before {
    content: "\f09a";
}

.event-social-menu li a[href*="facebook.com"] {
    color: #45619d;
}

.event-social-menu li a[href*="twitter.com"]:before {
    content: "\f099";
}

.event-social-menu li a[href*="twitter.com"] {
    color: #53a8ea;
}

.event-social-menu li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.event-social-menu li a[href*="linkedin.com"] {
    color: #1b85bc;
}

.event-social-menu li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.event-social-menu li a[href*="plus.google.com"] {
    color: #df4b38;
}

.event-social-menu li a[href*="youtube.com"]:before {
    content: "\f167";
}

.event-social-menu li a[href*="youtube.com"] {
    color: #e82707;
}

.event-social-menu li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.event-social-menu li a[href*="dribbble.com"] {
    color: #c42462;
}

.event-social-menu li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.event-social-menu li a[href*="pinterest.com"] {
    color: #ca1f26;
}

.event-social-menu li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.event-social-menu li a[href*="bitbucket.org"] {
    color: #205081;
}

.event-social-menu li a[href*="github.com"]:before {
    content: "\f113";
}

.event-social-menu li a[href*="github.com"] {
    color: #181617;
}

.event-social-menu li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.event-social-menu li a[href*="codepen.io"] {
    color: #000;
}

.event-social-menu li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.event-social-menu li a[href*="flickr.com"] {
    color: #0063db;
}

.event-social-menu li a[href$="/feed/"]:before {
    content: "\f09e";
}

.event-social-menu li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.event-social-menu li a[href*="foursquare.com"] {
    color: #f94877;
}

.event-social-menu li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.event-social-menu li a[href*="instagram.com"] {
    color: #e1306c;
}

.event-social-menu li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.event-social-menu li a[href*="tumblr.com"] {
    color: #34465d;
}

.event-social-menu li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.event-social-menu li a[href*="reddit.com"] {
    color: #ff4403;
}

.event-social-menu li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.event-social-menu li a[href*="vimeo.com"] {
    color: #23b6ea;
}

.event-social-menu li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.event-social-menu li a[href*="digg.com"] {
    color: #006094;
}

.event-social-menu li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.event-social-menu li a[href*="twitch.tv"] {
    color: #6441a5;
}

.event-social-menu li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.event-social-menu li a[href*="stumbleupon.com"] {
    color: #eb4823;
}

.event-social-menu li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.event-social-menu li a[href*="delicious.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="vk.com"]:before {
    content: "\f189";
}

.event-social-menu li a[href*="vk.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="mailto:"]:before {
    content: "\f0e0";
}

.site-title {
    margin: 0;
}

.header-search-block {
    display: none;
}

.header-main .search-icon:hover {
    cursor: pointer;
}

.header-search-inner {
    padding: 3px;
    position: absolute;
    right: 0;
    width: 320px;
}


/*===========================================
## Primary Menu
=============================================*/
.header-main {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.main-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-primary-menu-container {
    margin-left: 30px;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: inherit !important;
    display: flex;
}

.main-navigation li {
    position: relative;
}

.main-navigation li a {
    color: #000;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-left: 20px;
    position: relative;
    transition: all 0.3s ease;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}

.main-navigation li a:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 12px;
    background: url(assets/images/nav-vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s ease;
}
.sub-menu li a:before {
    display: none;
}

.main-navigation li a:hover {
    text-decoration: none;
    color: var(--wpem-theme-link-color);
}

.main-navigation li.current-menu-item a:before,
.main-navigation li a:hover:before {
    opacity: 1;
}

.main-navigation li.current_page_item>a {
    color: var(--wpem-theme-primary-color);
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    min-width: 200px;
    background: var(--wpem-theme-content-color);
    border-top: 2px solid var(--wpem-theme-primary-color);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
    text-align: left;
    padding: 10px 0;
    display: block;
    border-radius: 10px;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
    transform: inherit;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation ul ul li {
    width: 100%;
}

.main-navigation ul ul li:last-child {
    border: none;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: 0;
}

.nav-menu>li.menu-item-has-children>a::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 10px;
}

.main-navigation li li a:hover {
    background-color: var(--wpem-theme-light-color);
}

.menu-toggle {
    border: 0;
    background: transparent;
    display: none;
    cursor: pointer;
    margin: 0px;
}

.menu-toggle:hover {
    background: transparent;
}

.bar1,
.bar2,
.bar3 {
    width: 28px;
    height: 3px;
    background-color: var(--wpem-theme-primary-color);
    margin: 6px 0;
    transition: 0.4s;
    display: block;
}

.bar2 {
    width: 28px;
}

.change .bar1 {
    transform: rotate(-45deg) translate(-6px, 7px);
    width: 28px;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: rotate(45deg) translate(-6px, -7px);
    width: 28px;
}

.main-navigation .site-branding {
    padding: 20px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: 50%;
    transform: translate(-50%, -6px);
}

.header-main-tel {
    color: var(--wpem-theme-secondary-color);
}

.header-main-tel i {
    margin-right: 5px;
}

.site-branding {
    line-height: 0;
}

/*---------------------------------------------------
##   Inner Pages
*   ----------------------------------------------------- */

.header-title,
h1.page-title {
    margin-bottom: 0px;
}

.post-thumbnail,
article .entry-header,
.entry-title {
    margin-bottom: 10px;
}

.post-thumbnail,
.post-thumbnail img {
    line-height: 1;
    display: block;
}

.posted-on,
.byline,
.post_by,
.cat-links {
    margin-right: 15px;
}

.posted-on i,
.byline i,
.post_by i,
.cat-links i {
    margin-right: 5px;
}

.blog-list article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-list article:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

blockquote {
    border-left: 3px solid #000;
    margin: 0 0 25px 0;
    padding-left: 25px;
}

blockquote p:last-child {
    margin-bottom: 0;
}



/*---------------------------------------------------
##   404 Error Page
*   ----------------------------------------------------- */
.error-404 {
    padding-top: 180px;
    padding-bottom: 60px;
    text-align: center;
}

.error-404 h1 {
    font-size: 180px;
    line-height: normal;
}

.error-404 h2 {
    font-size: 40px;
    line-height: normal;
}

/*---------------------------------------------------
##   Footer
*   ----------------------------------------------------- */
.site-footer {
    background: var(--wpem-theme-content-color);
}

.footer-top .container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding-top: 60px;
    padding-bottom: 60px;

}

.footer-bottom .container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-bottom {
    background: var(--wpem-theme-secondary-color);
}

#goTop {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: var(--wpem-theme-secondary-color);
    font-size: 20px;
    opacity: 0.7;
    background: var(--wpem-theme-button-color);
    padding: 8px 0;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    text-align: center;
}

/*---------------------------------------------------
##   Widgets
*   ----------------------------------------------------- */
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    color: var(--wpem-theme-button-text-color);
    border-radius: 100px!important;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
}

#comments .submit,
.search .search-submit {
    padding: 9px 20px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}

#secondary .widget {
    padding: 20px;
    border-radius: 4px;
    background-color: var(--wpem-theme-content-color);
}

.widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget_archive li,
.widget_recent_comments li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_nav_menu li {
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}

.widget_archive li:before,
.widget_recent_comments li:before,
.widget_categories li:before,
.widget_recent_entries li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    content: "\f054";
    display: inline-block;
    font-family: 'FontAwesome';
}

ol.wp-block-latest-comments {
    padding: 0;
}

/*---------------------------------------------------
##   Event Listing water-sports Widgets
*   ----------------------------------------------------- */
.header-search-inner {
    z-index: 9;
    text-align: left;
    border-radius: 4px;
}

.widget_search input,
.header-search-inner input {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 40px);
    border: 1px solid!important;
    border-radius: 100px!important;
}

.header-search-inner button {
    top: 3px;
    right: 3px;
}

.wpem-water-sports-main-sidearea .widget {
    padding: 60px 0;
    margin-bottom: 0;
    background: #f9f9f9;
}

.wpem-water-sports-main-sidearea .widget:nth-child(even) {
    background: #fff;
}

.widget .wpem-event-banner-img {
    overflow: hidden;
}

.widget .wpem-event-banner-img img {
    display: block;
    transform: scale(1);
    transition: all 0.5s ease-out;
}

.widget .wpem-event-action-url:hover img {
    transform: scale(1.1);
}

.wpem-water-sports-cta-button {
    margin-top: 20px;
}

.recent-post-list .recent-post-list-single:nth-child(1) {
    margin-top: 0;
}

.recent-post-list figure {
    margin: 0;
}

.recent-post-list .recent-post-single {
    background: var(--wpem-theme-content-color);
    margin-top: 20px;
    padding: 15px;
    border: 1px solid var(--wpem-theme-secondary-color);
    border-radius: 4px;
}

.recent-post-list .entry-title,
.recent-post-list .entry-meta {
    margin-bottom: 5px;
}

/*---------------------------------------------------
##   Comment Form & Forms
*   ----------------------------------------------------- */
.comment-form label {
    display: block;
}

.comment-form .comment-form-cookies-consent label {
    display: inline;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

/*---------------------------------------------------
##  Pagination
*   ----------------------------------------------------- */
.nav-previous:before,
.nav-next:after {
    font-size: 14px;
    display: inline-block;
    font-family: 'FontAwesome';
}

.nav-previous:before {
    padding-right: 5px;
    content: "\f177";
}

.nav-next:after {
    padding-left: 5px;
    content: "\f178";
}

/* Woocommerce  */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
    color: var(--wpem-dark-color)!important;
    background-color: var(--wpem-theme-secondary-color)!important;
    border-color: var(--wpem-dark-color)!important;
}
.woocommerce table.shop_table {
    border: 0;
    border-collapse: collapse;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    border-color: #ccc;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
    width: auto;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    background: var(--wpem-theme-button-color);
    color: var(--wpem-theme-button-text-color);
    border-radius: 100px;
    border: 1px solid transparent;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
    background: var(--wpem-theme-secondary-color);
    color: var(--wpem-dark-color);
    border-color: var(--wpem-dark-color);
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: var(--wpem-theme-button-color);
    color: var(--wpem-theme-button-text-color);
    border: 1px solid transparent;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: var(--wpem-theme-secondary-color);
    color: var(--wpem-dark-color);
    border-color: var(--wpem-dark-color);
}
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
    padding: 15px 15px 0;
    border: 1px solid #ccc;
}
.woocommerce ul.order_details li {
    margin-bottom: 10px;
}
.woocommerce ul.order_details{
    padding-left: 0px;
}
.woocommerce-notice {
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 4px;
}
.woocommerce-notice--success {
    color: green;
    border-color: green;
}
.woocommerce .woocommerce-ordering select {
    padding: 10px 15px;
    border-color: #ccc;
    border-radius: 4px;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation-link {
    list-style: none;
    border: 1px solid #ccc;
    border-bottom-width: 0;
}
.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 0.5em 1em;
}
.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: var(--wpem-theme-light-color);
    font-weight: bold;
    color: var(--wpem-theme-link-color);
}
.woocommerce-MyAccount-navigation-link:last-of-type {
    border: 1px solid #ccc;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: var(--wpem-theme-button-color);
    color: var(--wpem-theme-button-text-color);
    border-radius: 100px;
    border: 1px solid transparent;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: var(--wpem-theme-button-color);
    color: var(--wpem-theme-button-text-color);
    border-color: #000;
}
.woocommerce .woocommerce-EditAccountForm button {
    margin-top: 15px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    opacity: 1;
    cursor: pointer;
    color: #fff!important;
}

/* Woocommerce end  */

.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon.wpem-active-layout {
    background-color: var(--wpem-theme-primary-color)!important;
}

/* Schedule  */
.wpem-expo-common-header .wpem-expo-common-header_right .btn {
    border-radius: 100px!important;
}
.wpem-expo-common-header .wpem-expo-common-header_right .btn:hover {
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-dark-color);
    border-color: var(--wpem-dark-color);
}
.slick-slider .slick-list .slick-track .slick-slide>div {
    height: auto!important;
}

/*new theme add*/
:root {
    --wpem-primary-color: #16D5CC;
    --wpem-theme-primary-color: #16D5CC;
    --wpem-secondary-color: #E8FBFA;
    --wpem-theme-secondary-color: #E8FBFA;
    --wpem-dark-color: #000;
    --wpem-theme-link-color: #16D5CC;
    --wpem-theme-light-color: #E8FBFA;
    --wpem-theme-button-color:#16D5CC;
    --wpem-theme-button-color1: #16D5CC;
    --wpem-theme-button-color2: #E8FBFA;
    --wpem-gray-color: #858585;
}

body {
    background-color: #fff;
}

.theme_btn {
    background: var(--wpem-theme-primary-color);
    color: #fff;
    font-weight: 600;
    padding: 13px 35px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s 0s;
    text-transform: uppercase;
}

.theme_btn:hover {
    background: var(--wpem-theme-secondary-color)!important;
}

.black_btn {
    background-color: var(--wpem-theme-secondary-color);
    color: #fff;
}

.black_btn:hover {
    background-color: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-secondary-color);
}

section {
    padding: 80px 0;
    overflow-x: hidden;
}

p {
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #858585;
    margin-top: 0;
}

.mt-8 {
    margin-top: 80px;
}

.mr-3 {
    margin-right: 30px;
}

.ml-3 {
    margin-left: 30px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.footer-address {
    padding: 80px 0;
}

.mr-2 {
    margin-right: 20px;
}

.play-button h4 {
    margin-left: 20px;
}

.play-btn {
    background: transparent;
    animation: animate 2s linear infinite;
    cursor: pointer;
    position: relative;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid #FFF;
}

.play-btn i {
    color: #fff;
    font-size: 20px;
}

.play-button h4 {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(#fff, 0.5);
    }

    50% {
        box-shadow: 0 0 0 15px #fff;
    }

    100% {
        box-shadow: 0 0 0 rgba(#fff, 0.5);
    }
}

.wpem-justify-content-center {
    justify-content: center;
}

.content-area {
    padding: 0;
}

::selection {
    background: var(--wpem-theme-primary-color);
    color: #fff;
}

/*home page start*/
.home .page-header-wrapper {
    display: none;
}

.sliders {
    position: relative;
}

.sliders .priv_arrow {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000;
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: 50%;
    left: -120px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.sliders .next_arrow {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000;
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 50%;
    right: -120px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.sliders .priv_arrow:hover,
.sliders .next_arrow:hover {
    opacity: 1;
}


.wpem_theme_water-sports-testimonial-section .wpem_water_sports-testimonials {
    position: relative;
    margin: 0 20px;
}
.review-section-main-image{
    max-height: 500px;
    overflow: hidden;
} 
.review-section-main-image img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.wpem_water_sports-testimonials .priv_arrow {
    width: 40px;
    height: 40px;
    background: var(--wpem-theme-primary-color);
    color: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: -80px;
    left: 44%;
    transition: all 0.3s ease;
}

.wpem_water_sports-testimonials .next_arrow {
    width: 40px;
    height: 40px;
    background: var(--wpem-theme-primary-color);
    color: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: -80px;
    left: 52%;
    transition: all 0.3s ease;
}



/************event manager plugin css start***********/
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 30px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-color: var(--wpem-theme-primary-color);
}

.wpem-event-banner-img {
    border-radius: 20px !important;
}

.wpem-heading-text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #000000;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
    background: transparent !important;
    color: var(--wpem-theme-primary-color) !important;
    border: 1px solid var(--wpem-theme-primary-color) !important;
}

.wpem-theme-button {
    background: var(--wpem-theme-primary-color) !important;
    color: #ffffff !important;
}

.wpem-form-wrapper .wpem-form-group input[type="color"],
.wpem-form-wrapper .wpem-form-group input[type="date"],
.wpem-form-wrapper .wpem-form-group input[type="datetime-local"],
.wpem-form-wrapper .wpem-form-group input[type="datetime"],
.wpem-form-wrapper .wpem-form-group input[type="email"],
.wpem-form-wrapper .wpem-form-group input[type="file"],
.wpem-form-wrapper .wpem-form-group input[type="month"],
.wpem-form-wrapper .wpem-form-group input[type="number"],
.wpem-form-wrapper .wpem-form-group input[type="password"],
.wpem-form-wrapper .wpem-form-group input[type="search"],
.wpem-form-wrapper .wpem-form-group input[type="tel"],
.wpem-form-wrapper .wpem-form-group input[type="text"],
.wpem-form-wrapper .wpem-form-group input[type="time"],
.wpem-form-wrapper .wpem-form-group input[type="url"],
.wpem-form-wrapper .wpem-form-group input[type="week"],
.wpem-form-wrapper .wpem-form-group select,
.wpem-form-wrapper .wpem-form-group select optgroup,
.wpem-form-wrapper .wpem-form-group textarea {
    font-weight: 600;
}

.wpem_theme_water-sports-product-section .wpem-form-wrapper {
    display: none;
}

.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text {
    font-weight: bold;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper {
    margin-bottom: 20px;
    border: 1px solid #f2f4f8 !important;
    border-radius: 10px;
    overflow: hidden;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
    border-left: 0;
    padding: 30px;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:before {
    content: "";
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    width: 5px;
    height: 100px;
    background: #E4E9E6;
    border-radius: 10px;
    transition: all 0.3s 0s;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover:before {
    background: var(--wpem-primary-color);
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover {
    box-shadow: 0 0px 10px rgb(0 0 17 / 5%);
}

.wpem-event-listing-list-view .wpem-event-box-col:last-of-type .wpem-event-layout-wrapper {
    margin-bottom: 0;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
    background: var(--wpem-dark-color);
    color: #fff;
    border-radius: 100px;
    padding: 6px 12px;
}

.wpem-event-ticket-type .wpem-event-ticket-type-text {
    background: transparent;
    border-radius: 100px;
    color: var(--wpem-theme-primary-color);
    padding: 6px 10px;
    border: 1px solid var(--wpem-theme-primary-color);
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-type .event-type,
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category .event-category {
    background: var(--wpem-theme-button-color);
    color: #fff;
    border-radius: 100px!important;
    padding-left: 8px!important;
}

.wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper {
    margin: 20px 0;
    padding: 150px 0;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
    height: 140px;
    width: 140px;
}

.event_listings a.load_more_events {
    background-image: var(--wpem-theme-primary-color);
    color: #fff;
    border-radius: 100px;
}

.event_listings a.load_more_events:hover {
    background-image: var(--wpem-theme-primary-color-hover);
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner {
    border-radius: 30px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    font-weight: normal!important;
}


/*Event Calender start*/
.wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-left-nav:hover, .wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-right-nav:hover, .wpem-calendar-view-container .calendar-widget-event-details-link:hover, .wpem-calendar-widget-wrapper .calendar-filters-navigation .calendar-filters-arrow.calendar-filters-navigation-next:hover, .wpem-calendar-widget-wrapper .calendar-filters-navigation .calendar-filters-arrow.calendar-filters-navigation-previous:hover {
    background-color: var(--wpem-theme-primary-color)!important;
    color: var(--wpem-white-color);
}

.wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-left-nav,
.wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-right-nav {
    border-radius: 100px !important;
}

.wpem-theme-button,
a.wpem-theme-button,
button.wpem-theme-button,
input.wpem-theme-button {
    border-radius: 100px !important;
    border: 1px solid transparent!important;
}

.wpem-theme-button:hover,
a.wpem-theme-button:hover,
button.wpem-theme-button:hover,
input.wpem-theme-button:hover {
    border-color: var(--wpem-dark-color)!important;
    color: var(--wpem-dark-color)!important;
    background-color: var(--wpem-theme-secondary-color)!important;
}

.wpem-theme-button:hover span, a.wpem-theme-button:hover span, button.wpem-theme-button:hover span, input.wpem-theme-button:hover span {
    color: var(--wpem-dark-color)!important;
}

.wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-left-nav:hover,
.wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-right-nav:hover,
.wpem-calendar-view-container .calendar-widget-event-details-link:hover,
.wpem-calendar-widget-wrapper .calendar-filters-navigation .calendar-filters-arrow.calendar-filters-navigation-next:hover,
.wpem-calendar-widget-wrapper .calendar-filters-navigation .calendar-filters-arrow.calendar-filters-navigation-previous:hover {
    background: var(--wpem-theme-primary-color) !important;
}

.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container.today {
    background: var(--wpem-theme-primary-color) !important;
}

.wpem-calendar-view-container .calendar-contents-container table.calendar tr:nth-child(1) {
    background: var(--wpem-theme-primary-color);
    border-radius: 100px;
    margin-bottom: 15px;
}

.wpem-calendar-view-container .calendar-contents-container table.calendar th.weekday-name-column {
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.wpem-calendar-view-container .calendar-contents-container table.calendar {
    border-right: 0 !important;
}

.wpem-calendar-view-container .calendar-contents-container table.calendar td:last-of-type {
    border-right: 1px solid var(--wpem-gray-border-color);
}

/*Event Calender end*/


/*Ticket Plugin start*/
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content .wpem-heading-text {
    margin: 0;
    font-weight: bold;
}

.wpem-single-event-ticket-information .wpem-event-ticket-info-title {
    background-color: transparent;
    border: 0;
    padding-left: 0;
}

.wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body {
    background-color: #fffaf3;
    border: 0;
    padding: 10px 20px;
    border-radius: 4px;
}

.wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body .wpem-ticket-info-wrap:hover {
    border-color: var(--wpem-theme-primary-color);
}

.wpem-event-ticket-type {
    margin-top: 15px;
}

/*Ticket Plugin end*/

/*event manager plugin css end*/

.site-info a:hover {
    color: #fff;
    text-decoration: underline;
}

.copyright,
.site-info {
    opacity: .5;
}

.site-info a {
    color: #fff;
}

/*footer end*/

.wpem_theme_water-sports-product-section .wpem-event-listings #googleMap {
    display: none;
}

/*page header start*/
.page-header-wrapper {
    background-position: center;
    background-size: cover;
    color: #000;
    background: url(assets/images/event-bg.png);
    padding-top: 200px;
    padding-bottom: 90px;
    letter-spacing: 1.5px;
}

.page-header-wrapper h1.entry-title {
    text-align: center;
    line-height: normal;
    font-size: calc(1.7rem + 1.2vw);
    margin: 0px;
}

.page-header-wrapper .entry-meta {
    margin-top: 10px;
}

/*page header end*/

/* Front Page Starts  */
.wpem_theme_water-sports_banner {
    background-image: url(assets/images/slider-bg.png);
    background-size: cover;
    background-position: center;
    padding: 250px 0;
    line-height: 0;
    z-index: 0;
}

.slider-item h2 {
    font-size: calc(3.4rem + 9vw);
    font-style: normal;
    line-height: 210px;
    font-weight: 400;
    color: #FFF;
    font-family: Bebas Neue;
    letter-spacing: 7.5px;
    text-transform: uppercase;
}

.slider-item h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.slider-item {
    padding: 20px;
}

.play-button {
    margin-top: 36px;
}

.banner-vector {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.banner-vector img {
    width: 100%;
    height: 100%;
}

.section_title {
    position: relative;
    margin: 10px 0;
}

.section_title h3 {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: calc(1.2rem + 1.2vw);
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
}

.section_title h2 {
    font-style: normal;
    font-weight: 400;
    font-size: calc(1.8rem + 9vw);
    line-height: 240px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 40px rgba(22, 213, 204, 0.4);
}

.our-value-data h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}

.our-value-data p {
    max-width: 639px;
    margin-bottom: 50px;
}
.our-value-data .our-value-data-container{
    margin-left: 50px;
}

/* .wpem_theme_water-sports-value-section {
    height: 950px;
} */

.value-card p {
    margin-bottom: 20px;
}

.our-value-data button {
    margin-top: 10px;
}

.value-card ul {
    padding: 0;
    margin-top: 0;
    list-style: none;
}

.value-card ul i {
    margin-right: 17px;
}

.counter-item {
    text-align: center;
}

.counter-item h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.counter-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    position: relative;
}

.counter-item p:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 12px;
    background: url(assets/images/nav-vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -33px;
    left: 50%;
    transform: translate(-50%);
}

.wpem_water_sports-about-us-page.wpem_theme_water-sports-why-us-section {
    margin-top: -160px;
    padding-bottom: 60px;
}

.wpem_theme_water-sports-team-section.wpem_water_sports-about-page {
    padding-top: 0;
}

.why-us-data h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.why-us-data {
    margin-left: 30px;
}

.why-us-data:nth-child(2n) {
    margin-right: 30px;
}

.why-us-data p {
    margin-bottom: 0;
}

.why-us-icon {
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #16D5CC;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.why-us-number {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: var(--wpem-theme-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.why-us-icon.why-us-left .why-us-number {
    left: 70px;
}

.why-us-number p {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
}

.why-us-icon img {    
    height: 40px;
}

.why-us-card {
    margin-top: 50px;
}

.wpem_theme_water-sports-activity-section .container {
    max-width: 100%;
}

.activity-title {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
    background: transparent;
    mix-blend-mode: normal;
    width: 100%;
    padding: 22px 0;
    transition: all 0.3s ease;
}

.activity-title h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF
}

.activity-price {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    right: 25px;
    top: 25px;
    position: absolute;
    background: #16D5CC;
}

.activity-price h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.activity-img img {
    width: 100%;
    height: 400px;
    border-radius: 30px;
}

.activity-card:hover .activity-title {
    background: rgba(0, 0, 0, 0.7);
}

.wpem_theme_water-sports-curve-section {
    background: url(assets/images/curve-section-bg.png);
    background-size: cover;
    background-position: center;
    padding: 345px 0;
}
.wpem_theme_water-sports-curve-section h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 420px;
    margin-top: 160px;
}
.wpem_theme_water-sports-curve-section p {
    max-width: 401px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #FFFFFF;
}

.product-card:hover {
    border-color: var(--wpem-theme-primary-color);
    cursor: pointer;
}

.product-card {
    width: 100%;
    height: 358px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 30px;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
    transition: all 0.3s ease;
}

.product-data h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-data p {
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #16D5CC;
    font-size: 20px;
    font-family: Bebas Neue;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-btn .cart {
    width: 50px;
    height: 50px;
    background: var(--wpem-theme-primary-color);
    border-radius: 100%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.link {
    width: 50px;
    height: 50px;
    background: var(--wpem-theme-primary-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart a,
.link a {
    height: 18px;
}

.product-btn {
    position: absolute;
    top: 100px;
    opacity: 0;
    transition: all 0.3s ease;
}

.product-card:hover .product-btn {
    opacity: 1;
}

.product-label {
    position: absolute;
    width: 55px;
    height: 28px;
    background: #FF0000;
    border-radius: 100px;
    top: 30px;
    right: 30px;
}

.product-label p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.testimonial-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.testimonial-data p {
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    max-width: 550px;
    margin: auto;
    margin-bottom: 30px;
}

.testimonial-profile h2 {
    line-height: 23px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-family: Raleway;
    font-weight: 600;
}

.testimonial-profile small {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #858585;
}

.wpem_theme_water-sports-team-section .column:nth-child(1) .team-img img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.wpem_theme_water-sports-team-section .column:nth-child(4) .team-img img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wpem_theme_water-sports-team-section .column{
    line-height: 0;
}
.wpem_theme_water-sports-team-section .column:nth-child(1) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0;
}

.wpem_theme_water-sports-team-section .column:nth-child(4) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 0;
}

.wpem_theme_water-sports-team-section .container {
    max-width: 100%;
}

.wpem_theme_water-sports-activity-section .column:nth-child(1) .activity-img img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.wpem_theme_water-sports-activity-section .column:nth-child(4) .activity-img img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.wpem_theme_water-sports-activity-section .column:nth-child(1) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0;
}

.wpem_theme_water-sports-activity-section .column:nth-child(4) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 0;
}

.wpem_theme_water-sports-team-section {
    padding-bottom: 150px;
}

.team-card:hover .team-content h2 {
    color: var(--wpem-theme-primary-color);
}

.team-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.team-content {
    position: absolute;
    width: calc(100% - 80px);
    height: 128px;
    margin: auto;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
}

.team-content h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.team-content small {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #858585;
    text-transform: capitalize;
}

.team-socials {
    margin-top: 20px;
}

.team-socials ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.team-socials ul li a {
    color: #000;
    margin: 10px;
}

.team-socials ul li a:hover {
    color: var(--wpem-theme-primary-color);
}

.wpem_theme_water-sports-newsletter-section {
    background: url(assets/images/newsletter-bg.png);
    background-size: cover;
    background-position: center;
    padding: 280px 0;
}

.start-diving {
    max-width: 401px;
}

.start-diving h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
}

.start-diving p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #FFFFFF;
}

.newsletter {
    width: 100%;
    height: 400px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    margin-top: 120px;
}

.newsletter h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.newsletter p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #858585;
}
.newsletter-input:focus i {
    opacity: 0;
}
.newsletter-form {
    width: 100%;
}
.newsletter-form .column {
    padding: 0;
    margin-left: -8px;
}
.newsletter-form i {
    font-size: 20px;
}
.newsletter-form .theme_btn {
    margin-top: 20px;
}
.newsletter-form-input .newsletter-input {
    padding-left: 52px;
}
.newsletter-input-icon {
    position: absolute;
    left: 20px;
}
.newsletter-input {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    color: #000;
}
.newsletter-form-input {
    display: flex;
    align-items: center;
    line-height: 0;
}

.partner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 34px 25px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.instagram {
    width: 13%;
    height: auto;
    filter: grayscale(1);
    transition: all 0.3s ease;
}

.insta-img {
    line-height: 0;
}

.insta-img img {
    width: 240px;
    height: 240px;
    object-fit: cover;
}

.insta-icon {
    width: 40px;
    height: 40px;
    background: var(--wpem-theme-primary-color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease;
}

.instagram:hover {
    filter: grayscale(0);
    cursor: pointer;
}

.instagram:hover .insta-icon {
    opacity: 1;
}

.insta-icon a {
    color: #fff;
}

.wpem_theme_water-sports-instagram-section .container {
    max-width: 100%;
}

.wpem_theme_water-sports-instagram-section .row {
    justify-content: center;
}

.wpem_water-sports_theme-footer-site-links a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
    margin-left: 30px;
}
.wpem_water-sports_theme-footer-site-links a:hover {
    color: var(--wpem-theme-primary-color);
}

.wpem_water-sports_theme-footer-site-address h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #858585;
}

.wpem_water-sports_theme-footer-site-address p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    max-width: 240px;
    color: #000000;
}

.footer-icon-box {
    margin-left: 90px;
}

.wpem_water-sports_theme-footer-site-links {
    text-align: end;
}

.icon-box-icon {
    width: 60px;
    height: 60px;
    border: 1px solid var(--wpem-theme-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    flex-shrink: 0;
    border-radius: 60px;
    background: #fff;
}

.icon-box-data h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #858585;
}

.icon-box-data h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #858585;
}

.icon-box-data p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    padding: 0;
    margin: 0;
}

.copyright p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-bottom: 0;
}

.footer-socials ul {
    list-style: none;
    gap: 10px;
}

.footer-socials li {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.footer-socials li:hover {
    background: var(--wpem-theme-primary-color);
}

.footer-socials li:hover a {
    color: #fff;
}

.footer-socials li a {
    color: #000;
    font-size: 15px;
}

.wpem_theme_water-sports-value-section .section_title {
    margin-bottom: 60px;
}
.wpem_theme_water-sports-value-section .wpem_theme_water-sports-value-content .column-4{
    min-height: 550px;
}
.wpem_theme_water-sports-value-section .wpem_theme_water-sports-value-content{
    margin-right: 198px;
}

.wpem_theme_water-sports-value-section .column-7{    
    margin-left:50px;
}

.wpem_theme_water-sports-value-section .ourvalue-img{
    position: absolute;
    width: 100%;
    border-radius: 0px 100px 100px 0px;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wpem_theme_water-sports-why-us-section:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 500px;
    background: #E8FBFA;
    border-radius: 100px 0px 0px 100px;
    right: 0;
    top: 34%;
}



.wpem_theme_water-sports-product-section .wpem-water-sportss-header {
    display: none;
}


.theme-water-sports-hero-heading {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 54px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;
}

.theme-water-sports-event-dashboard-banner {
    padding: 200px 0;
    text-align: center;
    background: url(assets/images/event-bg.png);
    background-size: cover;
    background-position: center;
}

.theme-water-sports-single-page-banner {
    padding: 200px 0;
    text-align: center;
    background: url(assets/images/event-bg.png);
    background-size: cover;
    background-position: center;
}

.theme-water-sports-contact-page-banner {
    padding: 200px 0;
    text-align: center;
    background: url(assets/images/contact-bg.png);
    background-size: cover;
    background-position: center;
}

.theme-water-sports-latest-event-section {
    padding: 80px 0;
}

.event-vector {
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 0;
}

.water-sports-input {
    width: 100%;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 100px;
    padding: 17px 20px!important;
}

::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
textarea {
    border-radius: 35px!important;
}

.wpem_water_sports-contact-map {
    padding-top: 0;
}
.wpem_water_sports-contact-map .container {
    max-width: 100%;
    padding: 0;
}
.wpem_water_sports-contact-map {
    padding-bottom: 205px;
    overflow-y: hidden;
}
.reach-us {
    background: #FFFFFF;
    border-radius: 30px 30px 0px 0px;
    padding: 60px;
    position: absolute;
    bottom: -75px;
    right: 225px;
}
.reach-us h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 43px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;
}
.reach-us p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #858585;
    margin-bottom: 40px;
    max-width: 480px;
}
.reach-us-icon {
    border: 1px solid;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    color: var(--wpem-theme-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.reach-us-data h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #858585;
    text-transform: capitalize;
}
.reach-us-data p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 0;
}
.reach-us-iconbox {
    margin-bottom: 30px;
}
.wpem-scrollable-table-block thead th.wpem-heading-text {
    font-size: 15px;
    font-weight: bold;
}
.wpem_water_sports-counter-section {
    padding-bottom: 20px;
}

.wpem_theme_water-sports-partner-section {
    padding-top: 50px;
}

/*---------------------------------------------------
##   Responsive
*   ----------------------------------------------------- */

@media (min-width: 576px) {
    .column-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-sm-6,
    .wpem-water-sports-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-water-sports-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 768px) {

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        float: left;
        width: 31%;
    }

    .comment-form-author,
    .comment-form-email {
        margin-right: 3.5%;
    }

    .comment-form-cookies-consent,
    #comments .form-submit {
        clear: left;
    }

    .recent-post-list-single:nth-child(2),
    .recent-post-list-single:nth-child(3) {
        margin-top: 0;
    }
    
}

@media (min-width: 992px) {
    
    .text-t-left {
        text-align: left;
    }

    .text-t-center {
        text-align: center;
    }

    .text-t-right {
        text-align: right;
    }

    .header-top .top-right {
        text-align: right;
    }

    #primary-menu {
        float: right;
    }

    #primary-menu:after,
    .menu-all-pages-container:after {
        content: '';
        clear: both;
        display: table;
    }

    #primary-menu li a {
        padding: 15px;
    }

    #primary-menu li li a {
        padding: 10px;
        margin-left: 0;
        text-align: left;
    }

    .column-t-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-t-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-t-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-t-4,
    .wpem-water-sports-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-water-sports-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-t-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-t-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-t-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-t-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-t-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-t-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-t-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-t-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-t-1,
    .left-sidebar .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-t-2,
    .left-sidebar .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-t-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .column-l-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-l-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-l-3,
    .wpem-water-sports-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-water-sports-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-l-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-l-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-l-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-l-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-l-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-l-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-l-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-l-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-l-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (min-width: 1600px) {
    .container {
        max-width: 1470px;
    }
    body.boxed-layout .site {
        max-width: 1500px;
    }
}

@media (max-width: 1600px) {
    .wpem_theme_water-sports-curve-section {
        padding: 230px 0;
    }
}

@media (max-width: 1400px) {
    .wpem_theme_water-sports-value-section .wpem_theme_water-sports-value-content{
        margin-right: 0;
    }
    .wpem_theme_water-sports-testimonial-section .left-col {
        height: 420px;
    }

}

@media (max-width: 1126px) {
    .wpem_theme_water-sports-testimonial-section .left-col {
        height: 320px;
    }
    
    .wpem_water-sports_theme-footer .column {
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
        
    .wpem_water-sports_theme-footer .column.column-8.flex-end {
        text-align: start;
        justify-content: start;
    }

    .wpem_water-sports_theme-footer-site-links {
        text-align: start!important;
        margin-top: 32px;
    }
    
    .footer-icon-box {
        margin-left: 0;
        margin-right: 40px;
        margin-top: 20px;
    }
    
    .wpem_water-sports_theme-footer-site-links a {
        margin-left: 0;
        margin-right: 30px;
    }
    
    .footer-address {
        padding: 40px 0;
    }
}

@media (max-width: 1080px) {
    .activity-img img {
        object-fit: cover;
        height: 340px;
    }
  
    .wpem_water_sports-testimonials .next_arrow {
        left: 55%;
    }
    .wpem_water_sports-testimonials .priv_arrow {
        left: 40%;
    }
    .wpem_theme_water-sports-curve-section {
        padding: 70px 0;
    }
}

@media (max-width: 1251.8px) {
    .sliders .priv_arrow,
    .sliders .next_arrow {
        display: none!important;
    }
}

@media (max-width: 1600px) {
    .section_title h3 {
        top: 80px;
    }
    .wpem_water_sports-contact-form-section .column-6 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .sliders .priv_arrow {
        left: -60px;
    }
    .sliders .next_arrow {
        right: -50px;
    }    
}

@media (max-width: 1024.7px) {
    .sliders .priv_arrow, 
    .sliders .next_arrow {
        display: none;
    }    
    .wpem_water-sports_theme-footer-site-links a {
        margin-left: 15px;
    }
    .newsletter-form .theme_btn {
        margin-top: 15px;
    }   
    .newsletter {
        padding: 38px!important;
    }
    
}


@media (max-width: 992px) {
    .wpem_water_sports-counter-section {
        padding-top: 0;
    }
    .footer-address {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer-socials ul {
        padding-left: 0;
    }
    .icon-box-icon {
        margin-bottom: 20px;
    }
    .error-404 {
        padding-top: 0;
    }

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

    .secondary-content-area {
        margin-top: 30px;
    }

    .header-main {
        padding: 15px 0;
        position: relative;
    }

    .header-main .row .column {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        position: inherit;
    }

    .site-branding .site-title {
        font-size: 20px;
    }

    #site-navigation.toggled #primary-menu,
    #site-navigation.toggled #primary-menu ul.nav-menu {
        display: block;
    }

    .menu-toggle {
        display: block;
        margin: 0 0 0 auto;
    }

    .menu-primary-menu-container {
        margin-right: 0;
    }

    .main-navigation {
        display: none;
    }

    .main-navigation.toggled {
        display: block;
        opacity: 1;
        visibility: visible;
        justify-content: center;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        z-index: 5;
        border-top: 1px solid #ccc;
    }

    .main-navigation.toggled ul {
        display: block;
    }

    .main-navigation li {
        float: none;
    }

    .main-navigation li.menu-item-has-children ul {
        transition: all 0.2s ease-in;
    }

    .main-navigation li.menu-item-has-children.focus>ul {
        position: relative;
        float: none;
        display: block;
    }

    .main-navigation ul ul li.focus ul {
        left: 0;
        margin: 0 10px 5px 15px;
    }

    .main-navigation li a,
    .main-navigation ul ul a {
        width: 100%;
    }

    .main-navigation li a {
        padding: 20px 0;
        margin-left: 0;
    }

    .main-navigation ul ul a {
        padding: 10px 20px;
    }

    .main-navigation .theme_btn {
        margin: 10px auto 20px;
        display: table;
    }
    .wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper {
        padding-top: 0;
    }
    .product-card {
        height: 100%;
    }
    .wpem_theme_water-sports-team-section {
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    .wpem_theme_water-sports-team-section .column {
        flex: 0 0 50%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .team-content {
        bottom: 40px;
    }
    .team-socials {
        margin-top: -12px;
    }
 
    .wpem_theme_water-sports-partner-section .column {
        flex: 0 0 33%;
        max-width: 100%;
    }
    
    .wpem_theme_water-sports-partner-section {
        padding-bottom: 60px;
    }
    .wpem_theme_water-sports-value-section {
        height: auto;
    }
}

@media (max-width: 821.7px) {
    .newsletter {
        padding: 38px!important;
    }
    .wpem_theme_water-sports-partner-section {
        padding-top: 0;
    }
    .wpem_theme_water-sports-team-section .column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .wpem_theme_water-sports-team-section .column:nth-child(1) {
        padding-left: 15px;
    }
    .wpem_theme_water-sports-team-section .column:nth-child(4) {
        padding-right: 15px;
    }
    .wpem_theme_water-sports-team-section .column:nth-child(1) .team-img img {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .wpem_theme_water-sports-team-section .column:nth-child(4) .team-img img {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .newsletter {
        padding: 50px;
    }
    .team-img img {
        width: 50%;
        height: 380px;
    }
    .team-img {
        display: flex;
        justify-content: center;
    }
    .team-content {
        position: relative;
        width: 100%;
        height: 128px;
        margin: auto;
        margin-bottom: 0px;
        border-radius: 20px;
        padding: 15px 0 30px;
        text-align: center;
        bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .wpem_theme_water-sports-curve-section{
        padding: 140px 0;
        margin: -50px 0;
    }
    .wpem_theme_water-sports-curve-section h2{
        margin-top: 100px;
    }
    .wpem_theme_water-sports-value-section .wpem_theme_water-sports-value-content .column-4 {
        min-height: 400px;
    }
    .our-value-data{
        margin: 20px;
    }
    .our-value-data .our-value-data-container{
        margin-left: 0;
    }
    .wpem_theme_water-sports-testimonial-section .review-section-main-image img{
        opacity: 0.4;
    }
    .newsletter {
        height: auto;
        margin-top: 0;
    }
    .wpem_theme_water-sports-activity-section .column:nth-child(1) {
        padding-left: 15px;
    }
    .wpem_theme_water-sports-activity-section .column:nth-child(4) {
        padding-right: 15px;
    }
    .wpem_theme_water-sports-activity-section .column:nth-child(1) .activity-img img {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }
    .wpem_theme_water-sports-activity-section .column:nth-child(4) .activity-img img {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .wpem_water_sports-contact-form-section .section_title {
        margin-bottom: 80px;
    }
    .footer-socials ul {
        padding-left: 0;
    }

    .slider-item h2 {
        line-height: 120px;
    }
    
    .section_title h2 {
        line-height: 100px;
    }
    
    .wpem_theme_water-sports-value-section {
        height: auto;
    }
    
    .wpem_water_sports-counter-section {
        padding-bottom: 0!important;
    }
    
    .why-us-img img {
        width: 100%;
        height: auto;
    }
    
    .wpem_theme_water-sports-why-us-section:before {
        display: none;
    }
    
    .section_title h3 {
        top: 20px!important;
    }

    .wpem_water-sports_theme-footer .footer-icon-box {
        margin-left: 0;
    }
    
    .wpem_theme_water-sports-curve-section {
        padding: 120px 0;      
    }
    
    .header-top .column {
        text-align: center;
    }

    .text-mb-left {
        text-align: left;
    }

    .text-mb-center {
        text-align: center;
    }

    .text-mb-right {
        text-align: right;
    }

    .sidebar-first .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }

    .sidebar-first .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }

    .search-box {
        display: inline-block;
        padding: 5px 10px;
        font-size: 20px;
    }

    .error-404 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .error-404 h1 {
        font-size: 80px;
    }

    .error-404 h2 {
        font-size: 20px;
    }

    .column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .header-main-tel {
        display: none;
    }

    section {
        padding: 40px 0;
    }

    .theme_btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .page-header-wrapper h1.entry-title:after {
        height: 10px;
    }

    .page-header-wrapper {
        padding-bottom: 40px;
        padding-top: 25px;
    }

    .product-card {
        margin: auto;
        margin-bottom: 30px;
        width: 80%;
        height: auto;
    }
   
    .wpem_theme_water-sports-activity-section .column-3 {
        flex: 0 0 60% !important;
        max-width: 100% !important;
        margin: auto;
        margin-bottom: 30px;
    }
    .wpem_theme_water-sports-activity-section .column-3:nth-last-child(1){
        margin-bottom: 0;
    }
    .partner {
        margin: auto;
    }

    .counter-item {
        margin-bottom: 80px;
    }
    .wpem_water-sports_theme-footer-site-info {
        margin-bottom: 30px;
    }
    .wpem_theme_water-sports_banner {
       padding-top: 40px;
       padding-bottom: 60px;
    }
    .our-value-data p {
        margin: 0;
    }
    .value-card {
        margin: 20px 0;
    }
    .wpem_theme_water-sports-team-section {
        padding-bottom: 0;
    }
    .reach-us {
        position: initial;
        padding-left: 20px;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .wpem_water_sports-contact-map {
        padding-bottom: 0;
    }
    .start-diving {
        margin-bottom: 30px;
    }

    .footer-icon-box {
        margin-left: 0;
    }

    .icon-box-icon {
        margin-bottom: 20px;
    }
    .wpem_water-sports_theme-footer-site-links {
        display: flex;
        flex-direction: column;
        gap: 1em;
        text-align: left;
    }
    .footer-address {
        padding: 40px 0;
    }
    .wpem_water-sports_theme-footer .flex-end {
        gap: 60px;
        justify-content: start;
    }
    .wpem_theme_water-sports-partner-section {
        padding-bottom: 40px;
    }
  
    .wpem_water_sports-testimonials .slick-arrow{
        display: none !important;
    }
    .team-content {
        margin-bottom: 20px;
    }
    .instagram {
        width: 25%;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .wpem_theme_water-sports-value-section .wpem_theme_water-sports-value-content .column-4 {
        min-height: 300px;
    }
    .wpem_theme_water-sports-curve-section {
        margin: -50px 0;
    }

    .icon-box-icon {
        margin: 0;
        margin-right: 15px;
    }
    .wpem_water_sports-testimonials .priv_arrow {
        left: 38%;
    }
    .wpem_theme_water-sports-activity-section .column-3 {
        flex: 100%!important;
        max-width: 100%!important;
    }
    .wpem_theme_water-sports-activity-section .column-3 .activity-card .activity-img{
        line-height: 0;
    }
    .wpem_water_sports-contact-form-section .section_title {
        margin-bottom: 0;
    }
    .activity-img img {
        width: 100%;
    }
    .instagram {
        width: 33%;
        height: auto;
    }
    .insta-img img {
        width: 100%;
        height: auto;
    }
    .wpem_water-sports_theme-footer .footer-icon-box {
        margin-left: 0;
    }
    .wpem_theme_water-sports-newsletter-section {
        background: var(--wpem-theme-primary-color);
        padding: 60px 0;
    }
    .wpem_theme_water-sports-newsletter-section .theme_btn {
        border: 1px solid;
    }    
    .newsletter {
        padding: 30px;
    }
    .team-img img {
        height: 200px;
    }
    .section_title h3 {
        font-size: 18px;
    }    
    .wpem_theme_water-sports-value-section .section_title {
        margin-bottom: 0;
    }
    .slider-item h2 {
        line-height: 80px;
        margin-bottom: 20px;
    }
    .row.footer-address {
        padding-bottom: 0;
    }
    .wpem_water-sports_theme-footer .flex-end {
        display: block;
    }
    .wpem-water-sports-list-view.wpem-water-sportss .wpem-event-layout-wrapper .event_listing {
        flex-direction: column;
        padding: 15px;
    }
    .wpem-water-sports-list-view.wpem-water-sportss .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
        width: 100%;
        height: 200px;
    }
    .wpem-water-sports-list-view.wpem-water-sportss .wpem-event-layout-wrapper .wpem-event-banner {
        float: inherit;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .wpem-water-sports-list-view.wpem-water-sportss .wpem-event-layout-wrapper:before {
        height: 80%;
        top: calc(50% - 40%);
    }
    .theme-water-sports-single-page-banner,
    .theme-water-sports-contact-page-banner {
        padding: 100px 0;
    }
    .wpem_water-sports_theme-footer .column.column-8.flex-center {
        display: block;
    }
    .footer-icon-box {
        margin-bottom: 30px;
    }
    .section_title{
        margin: 10px 0;
    }
    .wpem_theme_water-sports-curve-section h2{
        margin-top: 50px;
    }
}
