/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/***************************
FONTS
****************************/
h1 {
	font-size: 2.25em !important;
	font-weight: 300 !important;
	line-height: 1.1em !important;
}
h2 {
	font-size: 1.5em !important;
	font-weight: 300 !important;
	line-height: 1.2em !important;
}
h3, h4, h5, h6 {
	font-weight: 600;
}
h3 {
	font-size: 1.125em !important;
	line-height: 1.4em !important;
}
h4, h5, h6 {
	font-size: 1em !important;
	line-height: 1.4em !important;
}
/* Headings */
@media only screen and (min-width: 1025px) {
	h1 {
		font-size: 3em !important;
	}
	h2 {
		font-size: 2.2em !important;
	}
	h3 {
		font-size: 1.5em !important;
		line-height: 1.3em !important;
	}
	h4 {
		font-size: 1.125em !important;
	}
	h5, h6 {
		font-size: 1em !important;
	}
}

/***************************
GENERAL
****************************/
ol { counter-reset: item }
ol > li{ display: block }
ol > li:before { content: counters(item, ".") " "; counter-increment: item }

/***************************
HEADER MENU BANNER
****************************/

/* menu container */
.elementor.elementor-84.elementor-type-header.elementor-location-header,
.elementor-element.main-nav.elementor-sticky {
	position: absolute;
	width: 100%;
}
.elementor-element.main-nav.elementor-sticky.elementor-sticky__spacer {
	position: relative;
}
/* logo */
.elementor-element.main-nav.elementor-sticky--active {
	background-color: #fff !important;
}
.elementor-element.main-nav #logo-sticky,
.elementor-element.main-nav.elementor-sticky--active #logo-static {
	display: none;
}
.elementor-element.main-nav.elementor-sticky--active #logo-sticky {
	display: inline-block;
}
.elementor-element.main-nav.elementor-sticky--active #logo-sticky.elementor-widget-image .elementor-image>a img[src$=".svg"], 
.elementor-element.main-nav.elementor-sticky--active #logo-sticky.elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
	width: initial;
}
.time-table-table table thead th{
	background: #9A73B1;
	color: #ffffff;
}
.time-table-table table thead th:hover{
	background: #329847 !important;
	color: #ffffff;
}

/* menu items */
.elementor-element.main-nav.elementor-sticky--active {
	border-bottom:1px solid #efefef;
}
.elementor-element.main-nav.elementor-sticky--active li a:after {
	background-color: #2d2d2d !important;
}
.elementor-element.main-nav .elementor-menu-toggle {
	color: #fff;
}
.elementor-element.main-nav.elementor-sticky--active .elementor-menu-toggle {
	color: #2d2d2d !important;
}
.elementor-element.main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container {
	top: 56px !important;
}
.elementor-element.main-nav-static .elementor-nav-menu--dropdown.elementor-nav-menu__container {
	top: 50px !important;
}
.elementor-element.main-nav .elementor-menu-cart__toggle .elementor-button .elementor-size-sm {
	padding: 10px 0 10px 10px;
}
.elementor-element.main-nav .header-profile.elementor-widget-icon-list .elementor-icon-list-text,
.elementor-element.main-nav .header-profile.elementor-widget-icon-list.elementor-widget-icon-list .elementor-icon-list-icon i,
.elementor-element.main-nav .elementor-menu-cart__toggle .elementor-button,
.elementor-element.main-nav .elementor-menu-cart__toggle .elementor-button-text .woocommerce-Price-amount.amount {
	color: #fff !important;
}
.elementor-element.main-nav.elementor-sticky--active .header-profile.elementor-widget-icon-list .elementor-icon-list-text,
.elementor-element.main-nav.elementor-sticky--active .header-profile.elementor-widget-icon-list.elementor-widget-icon-list .elementor-icon-list-icon i,
.elementor-element.main-nav.elementor-sticky--active .elementor-menu-cart__toggle .elementor-button,
.elementor-element.main-nav.elementor-sticky--active .elementor-menu-cart__toggle .elementor-button-text .woocommerce-Price-amount.amount {
	color: #2d2d2d !important;
}
.elementor-menu-cart__toggle .elementor-button-icon,
.elementor-menu-cart__toggle .elementor-button {
	transition: none !important;
}
.header-profile,
.header-cart-icon {
	display: inline-block;
	margin-bottom: 0 !important;
}
.header-cart-icon .elementor-menu-cart__toggle a {
	padding: 12px 0 12px 20px;
}
.elementor-element.header-cart .elementor-column-wrap .elementor-widget-wrap {
	text-align: right;
}
/* search */
.elementor-element.main-nav .header-search .elementor-search-form__toggle i {
	background-color: transparent !important;
}
.elementor-element.main-nav.elementor-sticky--active .header-search .elementor-search-form__toggle i {
	color: #2d2d2d !important;
}
/* header menu media queries */
@media only screen and (max-width: 767px) {
	.elementor-element.main-nav,
	.hide-on-mobile {
		display: none;
	}
	.elementor-element.main-nav-mobile .elementor-menu-cart__toggle .elementor-button {
		color: #fff !important;
	}
	.elementor-84 .elementor-element.elementor-element-99973c0 nav.elementor-nav-menu__container.elementor-nav-menu--dropdown {
		margin-top: 31px !important;
	}
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (min-width: 768px) {
	.elementor-element.main-nav-mobile {
		display: none;
	}
	.elementor-element.main-nav .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
		padding: 0;
	}
}
@media only screen and (min-width: 1025px) {
	.elementor-element.main-nav.elementor-sticky--active li a {
		color: #2d2d2d !important;
	}
	.elementor-element.main-nav.elementor-sticky--active ul.elementor-nav-menu li ul.sub-menu li a {
		color: #2d2d2d !important;
	}
	ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    	border-right: 8px solid transparent;
	}
	.elementor-nav-menu ul ul a, .elementor-nav-menu ul ul a:active, .elementor-nav-menu ul ul a:focus, .elementor-nav-menu ul ul a:hover {
    	border-right: 16px solid transparent;
	}
}
@media only screen and (min-width: 1220px) {
	.elementor-84 .elementor-element.elementor-element-45a5c0fe .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) {
		margin-right: 25px !important;
	}
	.elementor-element.main-nav ul > li > a {
		font-size: 16px;
	}
	.elementor-element.main-nav ul > li > ul > li > a,
	.elementor-element.main-nav ul > li > ul > li > ul > li a {
		font-size: 14px;
	}
}
/***************************
HERO
****************************/
@media only screen and (max-width: 449px) {
	.elementor-element.elementor-sticky.elementor-sticky--active .elementor-widget-image .elementor-image>a img[src$=".svg"], 
	.elementor-element.elementor-sticky.elementor-sticky--active .elementor-widget-image .elementor-image figure>a img[src$=".svg"]{
		width: 80px;
	}
	.hero-mobile {
		margin-top: 80px !important;
	}
	.hero-mobile-padding {
		padding-top: 80px !important;
	}
	.time-table-table{
		overflow: scroll;
	}
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
	.elementor-element.elementor-sticky.elementor-sticky--active .elementor-widget-image .elementor-image>a img[src$=".svg"], 
	.elementor-element.elementor-sticky.elementor-sticky--active .elementor-widget-image .elementor-image figure>a img[src$=".svg"]{
		width: 110px;
	}
	.hero-mobile {
		margin-top: 100px !important;
	}
	.hero-mobile-padding {
		padding-top: 170px !important;
	}
}
@media only screen and (max-width: 767px) {
	.hero-mobile-padding .elementor-background-overlay {
		opacity: 0 !important;
	}
}
/***************************
HOME
****************************/

/* Latest News */
.elementor-element.home-news .slick-slide > article {
	border-radius: 0 !important;
	box-shadow:  none !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.elementor-element.home-news .slick-slide > article .entry-summary p.read-more {
	margin-bottom: 0;
}
.elementor-element.home-news .slick-slide > article .entry-summary p.read-more a {
	color: #329847 !important;
}
.post-slider .lae-posts-carousel .lae-posts-carousel-item .lae-project-image {
	height: 210px;
    max-height: 210px;
}
.post-slider .lae-posts-carousel .lae-posts-carousel-item .lae-project-image img {
	position:absolute;
	top: 50%;
	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.elementor-element.home-news .slick-slide .lae-project-image:hover img {
    -webkit-filter: brightness(80%);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(80%);
}
.elementor-element.home-news .slick-slide > article .lae-entry-info {
	display:none !important;
}
.elementor-element.home-news .slick-slide > article span.published > abbr[title] {
    cursor: pointer !important;
    border-bottom: 0 !important;
    text-decoration: none !important;
}
.elementor-element.home-news .slick-track{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.elementor-element.home-news .lae-posts-carousel-item {
	height: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.elementor-element.home-news .lae-entry-text-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: content;
        -ms-flex: content;
            flex: content;
}
.elementor-element.home-news .lae-entry-text-wrap:after {
	content: '';
	position: absolute;
    width: 0;
    height: 0;
    border-bottom: 40px solid white;
    border-right: 30px solid transparent;
    top: -40px;
    right: 50px;
}
.elementor-element.home-news .slick-slide > article .entry-summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.elementor-element.home-news .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span {
	font-style: normal !important;
}
.elementor-element.home-news .lae-container button.slick-prev:before, 
.elementor-element.home-news .lae-container button.slick-next:before {
	color: #fff !important;
}
/* Testimonials */
.home-testimonials .elementor-testimonial__image img {
	-webkit-clip-path: polygon(10% 0, 100% 12%, 100% 75%, 41% 75%, 40% 100%, 25% 75%, 0% 75%);
	clip-path: polygon(10% 0, 100% 12%, 100% 75%, 41% 75%, 40% 100%, 25% 75%, 0% 75%);
	/*mask: url('https://comicssalopia.com/wp-content/themes/oceanwp-child/speech-bubble.svg');
	-webkit-mask-box-image: url('https://comicssalopia.com/wp-content/themes/oceanwp-child/speech-bubble.svg');*/
	border-radius: 0;
}

@media only screen and (max-width: 767px) {
	.post-slider .lae-posts-carousel .lae-posts-carousel-item .lae-project-image {
		height: 180px;
    	max-height: 180px;
	}
	/* Testimonials */
	.elementor-element.home-testimonials .elementor-widget-container .elementor-main-swiper .elementor-testimonial  {
		display: block;
	}
	.elementor-element.home-testimonials .elementor-widget-container .elementor-main-swiper .elementor-testimonial .elementor-testimonial__content,
	.elementor-element.home-testimonials .elementor-widget-container .elementor-main-swiper .elementor-testimonial .elementor-testimonial__footer {
		float: left;
	}
	.elementor-element.home-testimonials .elementor-widget-container .elementor-main-swiper .elementor-testimonial .elementor-testimonial__footer {
		width: 100%;
		margin: 0 auto;
		padding-right: 0;
	}
	.elementor-element.home-testimonials .elementor-widget-container .elementor-main-swiper .elementor-testimonial .elementor-testimonial__content:after {
	    top: inherit;
	    bottom: -8px;
	    left: calc( 4px + (100% / 2) - 8px );
	}
}
@media only screen and (max-width: 1023px) {
	.post-slider .elementor-container {
    	max-width: 90% !important;
	}
	.elementor-element.home-news button.slick-prev, 
	.elementor-element.home-news button.slick-next {
    	display: block !important;
	}
	.elementor-element.home-news button.slick-next {
    	right: -30px;
	}
	.elementor-element.home-news button.slick-prev {
    	left: -30px;
	}
}
/***************************
FOOTER MENU
****************************/
.elementor-element.footer-menu ul li ul {
	display: none !important;
}
.elementor-element.footer-menu .elementor-nav-menu--main .elementor-item:hover, 
.elementor-element.footer-menu .elementor-nav-menu--main .elementor-item.elementor-item-active, 
.elementor-element.footer-menu .elementor-nav-menu--main .elementor-item.highlighted, 
.elementor-element.footer-menu .elementor-nav-menu--main .elementor-item:focus {
	color:rgba(255,255,255,0.7) !important;
}
.elementor-element.footer-menu .elementor-nav-menu--main .elementor-item:hover, 
.elementor-element.footer-menu .elementor-nav-menu--main .elementor-item.elementor-item-active {
	color: #fff !important;
}
.elementor-element.footer p,
.elementor-element.footer p a,
.elementor-element.copyright p,
.elementor-element.copyright p a {
	color: rgba(255,255,255,0.7);
	margin-bottom: 0;
}
.elementor-element.footer p a:hover,
.elementor-element.footer p a.active,
.elementor-element.copyright p a:hover,
.elementor-element.copyright p a.active {
	color: rgba(255,255,255,1);
}
@media only screen and (max-width: 767px) {
	.elementor-element.footer .elementor-widget-heading {
		margin-bottom: 0;
	}
}
/***************************
GUEST PROFILES
****************************/
.elementor-element.profile-boxes .elementor-flip-box .elementor-flip-box__front .elementor-flip-box__layer__inner {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
}
.elementor-element.profile-boxes .elementor-flip-box .elementor-flip-box__front .elementor-flip-box__layer__inner h3 {
	margin-bottom: 0 !important;
}
/***************************
GUEST SINGLE PROFILE
****************************/
.elementor-element.guests-recent-list h5,
.elementor-element.guests-recent-list li a.recent-posts-thumbnail,
.elementor-element.guests-recent-list li .recent-posts-info,
.elementor-element.recent-news li a.recent-posts-thumbnail,
.elementor-element.recent-news li .recent-posts-date > span,
.elementor-element.recent-news li .recent-posts-comments {
	display: none;
}
.elementor-element.guests-recent-list ul,
.elementor-element.recent-news ul {
	margin-left: 0;
}
.elementor-element.guests-recent-list .recent-posts-details-inner a,
.elementor-element.recent-news .recent-posts-details-inner a {
	font-weight: 300;
}
/***************************
ABOUT US
****************************/
@media only screen and (min-width: 768px) {
.elementor-element.two-column .elementor-text-editor {
	-webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
	}
}
/***************************
EXHIBITORS TRADERS
****************************/
.elementor-element.price-chart.elementor-widget-price-table,
.elementor-element.price-chart.elementor-widget-price-table .elementor-widget-container,
.elementor-element.price-chart.elementor-widget-price-table .elementor-widget-container .elementor-price-table {
	height: 100%;
}
/*@media only screen and (min-width: 768px) {
.elementor-element.price-chart.elementor-widget-price-table .elementor-widget-container .elementor-price-table .elementor-price-table__features-list {
	margin-bottom: 132px;
}
.elementor-element.price-chart.elementor-widget-price-table .elementor-widget-container .elementor-price-table .elementor-price-table__footer{
	position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
	}
}*/

/***************************
PACKAGE CALLOUT
****************************/
.elementor-element.package-callout .elementor-text-editor p {
	margin-bottom: 0;
}
/***************************
CONTACT MAP
****************************/
.elementor-element.map,
.elementor-element.map .elementor-widget-container,
.elementor-element.map .elementor-widget-container .premium-maps-container,
.elementor-element.map .elementor-widget-container .premium-maps-container .premium_maps_map_height {
	height: 100%;
	min-height: 300px;
}
/***************************
SHOP
****************************/
.elementor-element.product-tiles ul.products > li.product {
	background-color: #eeeeee;
	padding-bottom: 20px !important;
}
.elementor-element.product-tiles ul.products > li.product a.button {
	font-weight: 600;
	padding: 10px 15px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.elementor-element.product-tiles ul.products.list > li.product {
	border: none !important;
	padding: 15px !important
}
.elementor-element.product-tiles ul.products.list > li.product .woo-entry-inner {
	width: 100%;
	text-align: center;
}
.elementor-element.product-tiles ul.products.list > li.product .woo-entry-inner li.title a {
	font-size: 1em;
}
.elementor-element.product-tiles ul.products.list > li.product .woo-entry-image {
	display: none !important;
}
/***************************
NEWS PAGE
****************************/
.elementor-element.news-blocks nav.elementor-pagination {
	margin-top: 20px;
}
/***************************
WOOCOMMERCE SITE WIDE NOTICES
****************************/
.woocommerce .woocommerce-notices-wrapper {
    position: fixed;
    width: 100%;
    z-index: 1;
    bottom: 0;
    background-color: #fff;
}
.woocommerce .woocommerce-notices-wrapper > .woocommerce-message {
	margin-bottom: 0;
}
/***************************
CHECKOUT
****************************/
#customer_details .col-1{
	width: 100% !important;
}
/***************************
VENUES 
****************************/
.elementor-element.venues .elementor-post__card {
	min-height: auto;
}
.elementor-element.venues .elementor-post__card a {
	margin-bottom: 0
}
.elementor-element.venues .elementor-post__text {
	position: absolute;
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    padding: 10px !important;
}
.elementor-element.venues .elementor-post__text .elementor-post__title {
	margin-bottom: 0;
}
/***************************
COOKIE TABLE
****************************/
table.cookieTable {
  border: 1px solid #9a73b1;
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.cookieTable td, table.cookieTable th {
  border: 1px solid #AAAAAA;
  padding: 5px;
}
table.cookieTable tr th:first-child, 
table.cookieTable tr td:first-child {
  padding: 5px;
}
table.cookieTable tbody td {
  font-size: 14px;
}
table.cookieTable tr:nth-child(even) {
  background: #F5F5F5;
}
table.cookieTable thead {
  background: #9A73B1;
}
table.cookieTable thead th {
  font-size: 15px;
  font-weight: normal;
  color: #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
table.cookieTable thead th:first-child {
  border-left: none;
}

table.cookieTable tfoot td {
  font-size: 14px;
}
table.cookieTable tfoot .links {
  text-align: right;
}
table.cookieTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}


