/*
 Theme Name:   Agenshark Child
 Theme URI:    https://wprealizer.com/wp/agenshark/
 Description:  Child theme for Agenshark - Startup Agency Elementor WordPress Theme
 Author:       Waqas
 Author URI:   https://themeforest.net/user/wprealizer
 Template:     agenshark
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  agenshark-child
 Tags:         child-theme
*/
/* ======================== */
/* root */
:root {
    --tp-ff-body: "Montserrat", sans-serif;
    --tp-ff-heading: "Poppins", Sans-serif;
    --tp-ff-p: "Montserrat", sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    --tp-common-white: #ffffff;
    --tp-common-green: #215846;
    --tp-common-green-light: #1db405;
    --tp-common-black: #000;
    --tp-common-gray: #f4f5fa;
    --tp-theme-primary: #215846;
    --tp-gradient-primary: linear-gradient(90deg, #1db405 0%, #215846 100%);
    --tp-heading-primary: #0e1e2a;
    --tp-heading-secondary: #021d35;
    --tp-text-body: #67687a;
    --tp-text-1: #767a7d;
    --tp-border-primary: #eaebed;
    --tp-border-secondary: #f0f2f4;
    --tp-text-green: rgba(255, 255, 255, 0.6980392157);
}
/* Header Other pages */
header.tp-header-area.tp-agenshark-header-3.tp-header-transparent.tp-header-height.p-relative {
    top: 0;
}
.tp-agenshark-header-3 .tp-header-bottom {
	margin-top: 0;
}
.tp-agenshark-header-3 .tp-header-sticky.tp-header-bottom {
    padding-top: 0;
    padding-bottom: 0;
}
/* Home */
.wn-icon-bg span.elementor-icon {
    background: #fff;
    border-radius: 50%;
    padding: 12px;
}
/* Pricing */
.wn-price-plan-btn span.elementor-button-content-wrapper {
    align-items: center;
}
.wn-price-plan-btn span.elementor-button-icon {
    background-color: transparent;
    background-image: linear-gradient(180deg, #323BB1 0%, #191E5E 100%);
    color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    justify-content: center;
}

/* ========== Media Queries ========== */
/* min-576 max-1199 */
@media screen and (min-width: 576px) and (max-width: 1199px) {
	#header-sticky .secondary-logo img {
		width: 220px !important;
	}
}
@media screen and (max-width: 575px) {
	.breadcrumb__area {
		padding-top: 30px;
	}
}