/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 4.11.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

a{
	text-decoration :none !important;
}

body{
	color:#333333;
}

.mega-menu-heading .elementor-heading-title.elementor-size-default:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: #246EC7;
    content: '';
}

.mega-menu-heading .elementor-heading-title.elementor-size-default:after {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #246ec721;
    content: '';
    z-index: -1;
}

.mega-menu-sec .elementskit-navbar-nav-default .elementskit-megamenu-panel{
	padding-top:20px !important;
	transform:translateY(20px) translateX(-50%) !important;
}

.mega-menu-sec .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-megamenu-has:hover>.elementskit-megamenu-panel{
	    transform: translateY(-2%) translateX(-50%) !important;
    left: 54% !important;
    width: unset !important;
}

.ast-container .content-area.primary{
	margin-top:0 !important;
}

.ast-post-format-.single-layout-1 .entry-header {
	width:80%;
	margin:0 auto;
	text-align:center;
}

.ast-post-format-.single-layout-1 .entry-header .entry-title{
	font-size:50px;
	color:#333333;
}

.ast-article-single .entry-meta,.ast-article-single .author-name,.ast-article-single .posted-on .published{
	font-size:15px !important;
	color:#7a7a7a;
}

.ast-article-single .entry-content h2 ,.ast-article-single .entry-content h2 a{
	font-size:32px !important; 
	line-height:42px !important;
	margin:40px 0 20px;
}

.ast-article-single hr{
	height:2px;
	background-color:#333333;
	    margin-top: 2em;
}

.ast-article-single .entry-content p{
	font-size:18px;
	line-height:28px;
	margin-bottom:16px;
}

.category-blog.ast-article-single .entry-content h2 a,.category-blog.ast-article-single .entry-content p a{
	color:#cc3366 !important;
}

.category-blog.ast-article-single .entry-content a{
	font-size:18px;
	line-height:28px; 
	color:#cc3366 !important;
}

.ast-article-single .entry-content ul li a{
	font-size:18px !important;
	line-height:28px !important;  
	color:#cc3366 !important;
}

.ast-article-single .entry-content ul li{
		font-size:18px !important;
	line-height:28px !important;  
}

.ast-article-single .entry-content ul, .ast-article-single .entry-content ol{
	margin:10px 0 !important; 
}

.ast-article-single .entry-content ul li, .ast-article-single .entry-content ol li{
	padding:4px 0 !important;
}

p.mb-0{
	margin-bottom:0 !important;
}

#presentation {
    width: 480px;
    height: 120px;
    padding: 20px;
    margin: auto;
    background: #fff;
    margin-top: 10px;
    box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    border-radius: 10px;

    h1 {
        font-weight: 400;
    }

    h3 {
        font-weight: 400;
        color: #666;
    }
}

#presentation:hover {
    box-shadow: 0 12px 28px -5px rgba(0, 0, 0, 0.13);
    transition: all 0.3s;
    transform: translateZ(10px);
}

#floating-button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgb(79, 106, 202);
    position: fixed;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

#floating-button .plus svg{
    font-size: 25px;
}

.floating-btn svg{
	width:30px;
	height:30px;
}

.plus {
    color: white;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #ffffff;
    font-weight: 300;
    animation: plus-out 0.3s;
    transition: all 0.3s;
}

#container-floating {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 30px;
    left: 30px;
    z-index: 50px;
}

#container-floating:hover {
    height: 400px;
    width: 90px;
    padding: 30px;
}

#container-floating:hover .plus {
    animation: plus-in 0.15s linear;
    animation-fill-mode: forwards;
}

.edit {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    padding: 0;
    opacity: 0;
    margin: auto;
    line-height: 65px;
    transform: rotateZ(-70deg);
    transition: all 0.3s;
    animation: edit-out 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #ffffff;
}

#container-floating:hover .edit {
    animation: edit-in 0.2s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}

@keyframes edit-in {
    from {
        opacity: 0;
        transform: rotateZ(-70deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

@keyframes edit-out {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(-70deg);
    }
}

@keyframes plus-in {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(180deg);
    }
}

@keyframes plus-out {
    from {
        opacity: 0;
        transform: rotateZ(180deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.nds {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    transform: scale(0);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nds .letter .fa-whatsapp{
    width: 40px;
    height: 40px;
}

.nd1 {
    background: #FF485F;
    left: 30px;
    bottom: 100px;
    animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
    animation-fill-mode: forwards;
}

.nd3 {
    background: #49E670;
    left: 30px;
    bottom: 160px;
    animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
    animation-fill-mode: forwards;
}

.nd4 {
    background: #03E78B;
    left: 30px;
    bottom: 220px;
    animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode: forwards;
}

@keyframes bounce-nds {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounce-out-nds {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

#container-floating:hover .nds {
    animation: bounce-nds 0.1s linear;
    animation-fill-mode: forwards;
}

#container-floating:hover .nd3 {
    animation-delay: 0.08s;
}

#container-floating:hover .nd4 {
    animation-delay: 0.15s;
}

#container-floating:hover .nd5 {
    animation-delay: 0.2s;
}

.letter {
    font-size: 23px;
    font-family: "Roboto";
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reminder {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    line-height: 40px;
}

.profile {
    border-radius: 50%;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}


/* floating btn end */

#ast-scroll-top{
	width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
}

.get-quote-btn .elementor-button.elementor-button-link.elementor-size-sm{
	background:transparent !important;
}

.blog-page-cards .elementor-post__thumbnail.elementor-fit-height, .blog-page-cards .elementor-post__thumbnail.elementor-fit-height img{
	border-radius:10px !important;
}

.blog-page-cards .elementor-post__text{
position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    background: #00000059;
    border-radius: 10px;
	transition:0.5s !important;
}

.blog-page-cards .elementor-post__thumbnail__link{
	margin-bottom:0px !important;
}

.blog-page-cards .elementor-post__excerpt{
	padding-top:10px !important;
}

.blog-page-cards  .elementor-post.elementor-grid-item{
	transition:0.5s;
}

.blog-page-cards  .elementor-post.elementor-grid-item:hover .elementor-post__text{
	background:#0000003b;
}

.blog-page-cards .elementor-post.elementor-grid-item{
	border-radius:10px !important;
}

.post-grid-card .rt-holder{
	border-radius:10px !important;
	min-height: 280px !important;
}

.post-grid-card .rt-holder img{
	width:100% !important;
	height:100% !important;
	object-fit:cover !important; 
}

.ast-separate-container .post-navigation{
	display:none !important;
}

.ast-article-single .entry-meta{
	font-size:0 !important;
}
.ast-article-single  .posted-by.author{
	display:none !important;
}

.footer-links .elementor-icon-list-text b{
	font-size:16px !important;
	line-height:26px !important;
}


.footer-head .elementor-heading-title.elementor-size-default{
	position:relative;
	padding-bottom: 15px;
}

.footer-head .elementor-heading-title.elementor-size-default:before{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: #246EC7;
    content: '';
}

.footer-head .elementor-heading-title.elementor-size-default:after{
	position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #246ec721;
    content: '';
    z-index: 0;
}

.footer-company-name{
	color:#333333 !important;
}

.footer-company-name strong{
	font-size:16px !important;
}

.best-sell-badge{
	border-radius: 20px;
    background: #8f8f8f1a;
    color: #246ec76e;
    font-size: 10px;
    padding: 5px 10px;
    margin-left: 10px;
}

.mega-menu-sec .elementor-element.elementor-element-7b60808 .elementor-icon-list-item{
	padding:5px 20px !important;
	border-bottom: 1px solid #0f2a4717;
	margin-top:0 !important;
}

.mega-menu-sec .elementor-element.elementor-element-7b60808 .elementor-icon-list-item a{
	padding:8px 0 !important;
}

.blog-page-cards .rt-holder .overlay{
	background: rgb(0 0 0 / 40%) !important
}

.blog-page-cards .rt-holder:hover .overlay{
	background: rgb(0 0 0 / 80%) !important
}

@media(min-width:1501px) and (max-width:1700px){
	.ast-post-format-.single-layout-1 .entry-header {
		width:70% !important;
	}
}

@media(min-width:993px) and (max-width:1500px) {
	.ast-post-format-.single-layout-1 .entry-header {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
	
	.ast-post-format-.single-layout-1 .entry-header .entry-title{
		font-size:44px !important;
	}
	
}

@media(min-width:320px) and (max-width:992px){
	.mega-menu-sec .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements{
		right:-100vw !important;
		left:unset !important;
		transition: right 0.5s;
	}
	
	.mega-menu-sec .elementskit-menu-offcanvas-elements.active{
		right:0 !important;
		left:unset !important;
	}
	
	.mega-menu-sec .elementskit-menu-overlay,.mega-menu-sec .elementskit-menu-overlay.active{
		transition: right .6s cubic-bezier(.6,.1,.68,.53);
	}
	
	.mega-menu-sec  .elementskit-menu-close{
		margin:0 !important;
	}
	
	.elementor-11 .mega-menu-sec .elementor-element.elementor-element-2c9ee62 .elementskit-navbar-nav > li:first-child > a {
        border-top: 1px solid #0f2a4717 !important;
    }
	
	.elementor-11 .mega-menu-sec .elementor-element.elementor-element-2c9ee62 .elementskit-menu-close{
		box-shadow:unset !important;
		font-size:0 !important;
		position:relative !important;
		        width: 20px;
        height: 20px;
	}
	
	.elementor-11 .mega-menu-sec .elementor-element.elementor-element-2c9ee62 .elementskit-nav-identity-panel{
		padding:16px !important;
	}
	
	.elementor-11 .mega-menu-sec .elementor-element.elementor-element-2c9ee62 .elementskit-menu-close:before{
	        position: absolute !important;
        background: url(https://www.jhseafood.com/blog/wp-content/uploads/2025/05/x-lg-2.svg);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        content: '';
        width: 20px;
        height: 20px;
        left: -11px;
        top: 0;
	}
	
	.mega-menu-sec .elementskit-navbar-nav-default .elementskit-megamenu-panel{
		transform:unset !important;
		padding-top:unset !important;
	}
	
	.mega-menu-sec .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-megamenu-has:hover>.elementskit-megamenu-panel{
		transform:unset !important;
	}
	
	.elementor-11 .mega-menu-sec .elementor-element.elementor-element-2c9ee62 .elementskit-navbar-nav > li > a{
		border-bottom: 1px solid #0f2a4717 !important;
	}
	
	.mega-menu-sec .elementor-22 .elementor-element.elementor-element-684d416{
		box-shadow:none !important;
	}
	
	.elementor-11 .mega-menu-sec .elementor-element.elementor-element-2c9ee62 .elementskit-menu-hamburger{
		box-shadow:none !important;
	}
	
	.elementor-11 .mega-menu-sec .elementor-element.elementor-element-2c9ee62 .elementskit-navbar-nav > li > a .elementskit-submenu-indicator{
		margin-left:0 !important;
	}
	

	
	.ast-post-format-.single-layout-1 .entry-header{
		width:100%;
	}
	
	.ast-post-format-.single-layout-1 .entry-header .entry-title{
		font-size:40px !important;
	}
	
	.ast-separate-container .ast-article-single{
		padding:40px 0 !important;
	}
}

@media(min-width:768px) and (max-width:992px){
	    .ast-separate-container .ast-article-single {
        padding: 80px 0 40px !important;
    }
}

@media(min-width:220px) and (max-width:767px) {

	.mega-menu-sec .elementor-element.elementor-element-34eb8c5{
		position:relative !important;
	}
	
	
}
 
@media(min-width:220px) and (max-width:575px) {

.ast-separate-container #content .ast-container{
	padding:0;
}
	
	.blog-page-cards .tpg-excerpt{
		font-size:14px !important;
	}
	
	.blog-page-cards h3.entry-title a{
		font-size:20px !important;
		line-height:30px !important;
	}
	
	.ast-separate-container .ast-article-single{
		padding:20px !important;
	}
	
	.ast-post-format-.single-layout-1 .entry-header .entry-title {
        font-size: 30px !important;
    }
	
	.ast-article-single h1{
		font-size:28px !important;
		line-height:38px !important;
	}
	
	.ast-article-single .entry-content h2, .ast-article-single .entry-content h2 a{
		font-size:24px !important;
		line-height:34px !important;
		margin:20px 0 !important;
	}
	
	.ast-article-single .entry-content p{
		font-size:16px !important;
	}
	
	.footer-company-name strong{
		font-size:14px !important;
	}
}
