/**
Theme Name: Pixel Fish Child
Author: Pixel Fish
Author URI: https://www.pixelfish.com.au/
Description: Pixel Fish 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, Pixel Fish comes with schema.org code integrated so search engines will love your site. Pixel Fish 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. Pixel Fish is fast, fully customizable and beautiful theme!
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: pixel-fish-child
Template: astra
*/

/* ------------ [HEADER] ---------- */
.site-header-primary-section-center.site-header-section.ast-flex.ast-grid-section-center {
    flex-direction: column;
}
.site-branding.ast-site-identity {
    padding-bottom: 8px;
    padding-top: 4px;
}
.header-social-inner-wrap.element-social-inner-wrap.social-show-label-false.ast-social-color-type-custom.ast-social-stack-none.ast-social-element-style-filled {
    display: flex;
}
.ast-sticky-above-shrink .ast-sticky-shrunk .site-navigation {
    line-height: 1;
}
.site-header-primary-section-center.site-header-section.ast-flex.ast-grid-section-center .ast-builder-layout-element.ast-flex.site-header-focus-item, span.site-logo-img {
    padding-right: 0 !important;
}
.ast-builder-menu-1 .menu-item > .menu-link {
    line-height: 1;
}
/* ------------ [PAGE FONTS] ---------- */
.page-template-default h1.entry-title {
    font-size: 2.2em !important;
}
.page-template-default h3 {
    font-size: 1.3em;
}

/* ------------ [GRAVITY FORMS] ---------- */
.gform_wrapper p.gform_required_legend {
    display: none!important;
}
.gform_wrapper #gform_1 .gform_footer input.button, .gform_wrapper #gform_1 .gform_footer input[type="submit"] {
    background-color: rgba(0,0,0,0)!important;
    border: solid 2px #cca87d!important;
    border-radius: 15px;
    color: #cca87d !important;
    font-size: 1.2em !important;
    text-transform: uppercase!important;
    font-weight: 500!important;
/*    font-family: "Archer", sans-serif!important;*/
    padding: 0.8em 2.8em !important;
	cursor: pointer!important;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.gform_wrapper #gform_1 .gform_footer input.button:hover, .gform_wrapper #gform_1 .gform_footer input[type="submit"]:hover {
    border: solid 2px #F7E2BE!important;
    color: #F7E2BE !important;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.gform_wrapper #gform_1 .gfield_required {
    color: #cca87d !important;
}
.gform_wrapper #gform_1 .gform_footer, .gform_wrapper #gform_1 .gform_page_footer {
    text-align: center!important;
    display: block!important;
}
.gform_wrapper #gform_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper #gform_1 textarea {
    padding: 10px!important;
	background: rgba(247,226,191,0.6)!important;
    border: none!important;    
	color: #fff !important;
	font-weight: 500!important;
}
.gform_wrapper #gform_1 h2{
    font-weight: 500!important;
/*    font-family: "Archer", sans-serif!important;*/
	margin: 1em 0 0 0!important;
}
.gform_wrapper #gform_1 .gfield_label {
    font-weight: 500!important;
/*    font-family: "Archer", sans-serif!important;*/
	color: #cca87d !important;
	font-size: 18px !important;
}
.gform_wrapper #gform_1 .captcha {
    text-align: center!important;
}
.gform_wrapper #gform_1 .ginput_recaptcha div {
    margin: 0 auto!important;
}
/*-----------------------------------------*/
/*----------[WP ROCKET > LAZYLOAD]---------*/
/*-----------------------------------------*/

/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
/* we set the opacity to 0 */
   opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
/* prepare the future animation */
   -webkit-transition: opacity .5s linear 0.2s;
       -moz-transition: opacity .5s linear 0.2s;
                 transition: opacity .5s linear 0.2s;
/* we set the opacity to 1 to do the magic */
   opacity: 1;
}

/* CALL ICON */
.ast-primary-header-bar.main-header-bar button.call:before {
    background: url("icons/phone-white.svg") no-repeat scroll 0 0 transparent!important; 
	content: ' ';
	background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;    
	margin-right: 5px;
	margin-left: -6px;
    margin-bottom: -2px;
}
.ast-primary-header-bar.main-header-bar button.call {
    font-size: 1.1em;
}
.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row span.phone:before {
    background: url("icons/phone.svg") no-repeat scroll 0 0 transparent!important; 
	content: ' ';
	background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;    
	margin-right: 5px;
}
.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row span.email:before {
    background: url("icons/email.svg") no-repeat scroll 0 0 transparent!important; 
	content: ' ';
	background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;    
	margin-right: 5px;
}
.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row span.address:before {
    background: url("icons/address.svg") no-repeat scroll 0 0 transparent!important; 
	content: ' ';
	background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;    
	margin-right: 5px;
}
/* STICKY LOGO OVERRIDE */
a.sticky-custom-logo img.astra-logo-svg {
    width: 50px!important;
}
/* PRIMARY HEADER */
#ast-fixed-header .main-header-bar {
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
}
/*-----------------------------------------------------------*/
/*------------[IMPROVED 'FADE' ELEMENTOR ANIMATIONS]---------*/
/*-----------------------------------------------------------*/

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}
/*------------------------------------------------*/
/*---------------[FOOTER LAYOUTS]-------------*/
/*------------------------------------------------*/
.site-footer-section .widget:first-child {
    margin: 0 0 1em 0;
}
.site-footer-section .widget h3 {
    line-height: 1em;
}
/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

/*-------------------[1024px]------------------*/
@media only screen and ( max-width: 1024px ) {
.ast-above-header-section.ast-above-header-section-2 {
    display: none;
}
#ast-fixed-header.ast-header-slide img.custom-logo.astra-logo-svg {
    max-width: 110px!important;
}
}
/*-------------------[980px]------------------*/
@media only screen and ( max-width: 980px ) {
#ast-fixed-header.ast-header-slide img.custom-logo.astra-logo-svg {
    max-width: 90px!important;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.above-header-user-select.user-select {
    margin: 0 auto;
}

.ast-above-header-section.ast-above-header-section-2.ast-flex.ast-justify-content-flex-end.widget-above-header {
    display: none;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
ul#ast-hf-menu-1.stack-on-mobile li a {
    line-height: 3em;
	  font-size: 18px !important;
}
	
	.page-template-default h1.entry-title {
    font-size: 2em !important;
}

.page-template-default h3 {
    font-size: 1.2em;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
ul#ast-hf-menu-1.stack-on-mobile li a {
    line-height: 3em;
	  font-size: 18px !important;
}
	
	.stack-on-mobile a.menu-link {

}
	
	.page-template-default h1.entry-title {
    font-size: 2.6em !important;
}

.page-template-default h3 {
    font-size: 1.3em;
}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
.ast-builder-menu-1 .menu-item > .menu-link {
    line-height: 1em !important;
}
}