/*
Theme Name: Oshin Child
Description: Oshin Child Theme
Author: Brand Exponents
Template: oshin
Version: 1.2
*/

@import url("../oshin/style.css");

/* ========================================
   HERO HEADER FONT STYLES BY BREAKPOINT
   ======================================== */

/* DESKTOP - Default (768px and up) */
h2 {
    font-size: 50px;
    line-height: 58px;
    font-weight: 300;
    font-family: "Space Grotesk", "Open Sans", "Arial", sans-serif;
    letter-spacing: 0px;
    text-transform: none;
    color: #222222;
}

/* TABLET - Under 1024px */
@media only screen and (max-width: 1024px) {
    h2 {
    font-size: 33px;
    line-height: 42px;
    font-weight: 300;
    font-family: "Space Grotesk", "Open Sans", "Arial", sans-serif;
    letter-spacing: 0px;
    text-transform: none;
    color: #222222;
}
}

/* MOBILE - Under 767px */
@media only screen and (max-width: 767px) {
    h2 {
        font-size: 28px;
        line-height: 36px;
        font-weight: 300;
    }
}

/* SMALL MOBILE - Under 480px (optional) */
@media only screen and (max-width: 480px) {
   h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 300;
    }
}

/* Organic easing for portfolio grid intro animations */
.portfolio-item,
.grid-item,
.element-item,
[class*="portfolio"] img,
.home .grid-item {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
	-moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* Fix 1px gaps from sub-pixel rounding in grid */
.element,
.element img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.element {
	margin-right: -1px !important;
	margin-bottom: -1px !important;
	overflow: hidden;
}

.element-inner,
.element .element-inner {
	margin-right: -1px;
	margin-bottom: -1px;
}

.element img {
	display: block;
	width: calc(100% + 2px) !important;
	height: auto;
	max-width: none !important;
	margin: -1px;
}

/* Fix gap between grid and next section */
#content .be-section,
.be-section.be-bg-cover {
	margin-top: -1px;
}

/* Fix gap after portfolio grid container */
.portfolio,
#content.portfolio,
.portfolio-wrap {
	margin-bottom: -1px;
}

/* Fluid typography for grid titles - scales smoothly from mobile to desktop */
.thumb-title-wrap .thumb-title {
	font-size: clamp(18px, 4vw, 30px) !important;
	line-height: 1.2 !important;
}

/* Kill fade-up animation from parent theme */
.grid-text-zoom {
	transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
}

/* Hide form until JavaScript loads to prevent flash of unstyled content */
.contact_form_module {
	opacity: 0;
	transition: opacity 0.1s ease-in;
}

.contact_form_module.js-loaded {
	opacity: 1;
}

/* Modern Contact Form Styling - Ultra specific selectors */
form.contact_form.contact_form_module.style1.style2-input {
	max-width: 800px !important;
}

form.contact_form.contact_form_module input[type="text"],
form.contact_form.contact_form_module input[type="email"],
.contact_form_module.style2-input input[type="text"],
.contact_form_module.style2-input input[type="email"] {
	width: 100% !important;
	padding: 18px 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 30px !important;
	border: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #e0e0e0 !important;
	background: transparent !important;
	background-color: transparent !important;
	font-family: 'Space Grotesk', sans-serif !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #222 !important;
	transition: border-color 0.3s ease !important;
	outline: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	display: block !important;
}

form.contact_form.contact_form_module input[type="text"]::placeholder,
form.contact_form.contact_form_module input[type="email"]::placeholder,
form.contact_form.contact_form_module textarea::placeholder {
	color: #999 !important;
	opacity: 1 !important;
}

form.contact_form.contact_form_module input[type="text"]:focus,
form.contact_form.contact_form_module input[type="email"]:focus,
form.contact_form.contact_form_module textarea:focus {
	border-bottom-color: #0000FF !important;
	border-color: #0000FF !important;
}

form.contact_form.contact_form_module textarea,
.contact_form_module.style2-input textarea,
.contact_form_module textarea {
	resize: vertical !important;
	min-height: 120px !important;
	max-height: none !important;
	height: auto !important;
	overflow: auto !important;
	max-width: 100% !important;
	padding-left: 10px !important;
	margin-bottom: 30px !important;
}

.contact_submit.be-shortcode.largebtn.be-button.rounded,
a.contact_submit {
	background: transparent !important;
	background-color: transparent !important;
	border: 2px solid #000 !important;
	color: #000 !important;
	padding: 15px 40px !important;
	font-family: 'Space Grotesk', sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.contact_submit:hover {
	background: #0000FF !important;
	background-color: #0000FF !important;
	color: #FFFFFF !important;
	border-color: #0000FF !important;
}

.contact_fieldset {
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Submit button spacing */
.submit-fieldset,
fieldset.submit-fieldset {
	margin-top: 30px !important;
	padding-top: 0 !important;
}

/* Accessibility - hide labels visually but keep for screen readers */
form.contact_form.contact_form_module label {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/* Hide contact form loader/status indicators */
.contact_loader,
.contact_status {
	display: none !important;
}

/* Show status messages when they have content */
.contact_status:not(:empty) {
	display: block !important;
	margin-top: 30px !important;
	padding: 15px !important;
	font-size: 14px !important;
	text-align: center !important;
	background: #d4edda !important;
	color: #155724 !important;
	border-left: 4px solid #28a745 !important;
}

/* Contact page layout - flexible space between form and footer */
body.page #main-content {
	min-height: calc(100vh - 200px) !important;
	display: flex !important;
	flex-direction: column !important;
}

body.page #content {
	flex: 1 !important;
	display: flex !important;
	flex-direction: column !important;
}

body.page .be-row.be-wrap {
	flex: 1 !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
}

/* Footer stays at bottom */
body.page #footer {
	margin-top: auto !important;
}

/* Footer copyright text styling */
.footer-content-inner-left {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.3rem !important;
    color: #666666;
    letter-spacing: 0.02em;
    text-transform: caps;
}

/* Add space between footer text and social icons */
.footer-content-inner-left .icon-shortcode:first-of-type {
    margin-top: 20px;
}

/* Mouse-tracked radial gradient hover effect */
.gradient-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.15s ease;
	background: none;
}

.element.be-hoverlay:hover .gradient-overlay {
	opacity: 1;
	transition: opacity 0s;
}

/* Ensure title stays above gradient */
.thumb-title-wrap {
	position: relative;
	z-index: 2;
}

/* Animated arrow continuous fade + movement on portfolio pages AND /var/ page */
.single-portfolio .section-navigation,
.page-id-4264 .section-navigation {
	animation: arrow-fade-move-loop 3s linear infinite;
	/* Increase hit area with padding */
	padding: 30px;
	/* Use negative margin to keep visual position */
	margin: -30px;
	/* Ensure it's clickable */
	cursor: pointer;
	/* Make arrow transparent to cursor color sampling */
	pointer-events: auto;
}

/* SVG arrow is now injected via JavaScript for better cursor sampling */
.single-portfolio .section-navigation svg,
.page-id-4264 .section-navigation svg {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes arrow-fade-move-loop {
	0% {
		opacity: 0;
		transform: translateY(-15px);
	}
	50% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(15px);
	}
}

/* Custom Cursor Styling - Based on kjbrum's Custom Dot Cursor */
.cursor-dot {
	position: fixed;
	width: 6px;
	height: 6px;
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 50%;
	pointer-events: none;
	z-index: 10000;
	transform: translate(-50%, -50%);
	transition: background-color 0.5s ease, opacity 0.3s ease;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cursor-dot-outline {
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	pointer-events: none;
	z-index: 9999;
	transform: translate(-50%, -50%);
	transition: width 0.15s ease-out, height 0.15s ease-out, border-color 0.5s ease, background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	opacity: 1;
}

/* Arrow inside cursor dot - hidden by default */
.cursor-arrow {
	opacity: 0;
	transform: scale(0.8) rotate(-45deg);
	transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: absolute;
}

.cursor-arrow path {
	stroke: white;
	stroke-width: 1.5;
	/* No transition on stroke to prevent visual artifacts */
}

/* Hover state - grow larger while keeping border weight constant */
.cursor-dot-outline.cursor-hover {
	width: 60px;
	height: 60px;
}

/* Portfolio link hover state - dot fades out quickly, arrow appears in its place */
.cursor-dot.cursor-portfolio-link {
	background-color: transparent !important;
	opacity: 0;
	transition: opacity 0.2s ease;
}

/* Show and scale in the arrow when in portfolio link state */
.cursor-dot.cursor-portfolio-link .cursor-arrow {
	opacity: 1;
	transform: scale(1) rotate(-45deg);
}

/* Ring fills with color, border disappears */
/* Light backgrounds - black ring fill, no border */
.cursor-dot-outline.cursor-portfolio-link.cursor-dark {
	background-color: rgba(0, 0, 0, 0.9);
	border-color: transparent !important;
}

/* Dark backgrounds - white ring fill, no border */
.cursor-dot-outline.cursor-portfolio-link.cursor-light {
	background-color: rgba(255, 255, 255, 0.95);
	border-color: transparent !important;
}

/* Arrow colors - applied directly to dot (can't use sibling selector due to DOM order) */
/* Light backgrounds - WHITE arrow (opposite of black ring) */
.cursor-dot.cursor-portfolio-link.cursor-dark .cursor-arrow path {
	stroke: white;
}

/* Dark backgrounds - BLACK arrow (opposite of white ring) */
.cursor-dot.cursor-portfolio-link.cursor-light .cursor-arrow path {
	stroke: black;
}

/* Trail SVG */
.cursor-trail-svg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 9997;
}

/* Hide custom cursor on mobile/tablet */
@media only screen and (max-width: 1023px) {
	.cursor-dot,
	.cursor-dot-outline,
	.cursor-trail-svg {
		display: none !important;
	}
}

/* Fine-tune for specific breakpoints */
@media only screen and (max-width: 767px) {
	.thumb-title-wrap .thumb-title {
		font-size: clamp(16px, 5vw, 22px) !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.thumb-title-wrap .thumb-title {
		font-size: clamp(20px, 3.5vw, 28px) !important;
	}
}

/* Letter-by-letter sliding text effect for nav links */
#navigation ul li a {
	position: relative;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
}

#navigation ul li a .nav-char {
	display: inline-block;
	transition: transform 0.6s cubic-bezier(0.65, 0.05, 0, 1);
	position: relative;
}

#navigation ul li a .nav-char::before {
	content: attr(data-char);
	position: absolute;
	top: -100%;
	left: 0;
}

#navigation ul li a:hover .nav-char {
	transform: translateY(100%);
}

/* Remove all color effects on nav links - keep only sliding text effect */
#navigation ul li a,
#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li a:focus,
#navigation ul li a:visited {
	color: inherit !important;
	transition: transform 0.3s ease !important;
	/* Remove any color transitions from parent theme */
	-webkit-transition: transform 0.3s ease !important;
	-moz-transition: transform 0.3s ease !important;
}

/* Animated underline for text links */
.animated-underline {
	position: relative;
	display: inline-block;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.animated-underline::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #0000FF;
	transition: width 0.3s ease;
}

.animated-underline:hover {
	color: #0000FF;
	border-bottom-color: transparent;
}

.animated-underline:hover::after {
	width: 100%;
}

body.header-transparent.admin-bar #header #header-inner-wrap.no-transparent.top-animate,
body.sticky-header.admin-bar #header #header-inner-wrap.no-transparent.top-animate {
	top: 32px;
	-webkit-transition: top .50s ease, right 400ms ease;
	-moz-transition: top .50s ease, right 400ms ease;
	-o-transition: top .50s ease, right 400ms ease;
	-ms-transition: top .50s ease, right 400ms ease;
	-webkit-backface-visibility: hidden;
	box-shadow: 0 0px 0px rgba(0,0,0,0);
}


/* SVG Logo Styling with adaptive color inversion */
.logo a img[src$=".svg"],
.transparent-logo[src$=".svg"],
.normal-logo[src$=".svg"],
.sticky-logo[src$=".svg"],
.logo img,
.logo svg {
	width: auto;
	height: 60px;
	max-height: 60px;
	transition: filter 0.3s ease;
	-webkit-transition: filter 0.3s ease;
	will-change: filter;
}

/* Adaptive back-to-top button for contrast accessibility */
/* Override parent theme's color scheme with more specific selectors */
body #back-to-top,
body #back-to-top:link,
body #back-to-top:visited {
	background-color: rgba(0, 0, 0, 0.7) !important;
	background: rgba(0, 0, 0, 0.7) !important;
	color: #ffffff !important;
	border-radius: 0 !important;
	transition: background-color 0.3s ease, color 0.3s ease !important;
	overflow: hidden !important;
}

/* Vertical sliding arrow effect for back-to-top button */
body #back-to-top i.font-icon {
	display: inline-block;
	transition: transform 0.3s ease;
	position: relative;
}

/* Create duplicate arrow below using ::after (since ::before is used by icon font) */
body #back-to-top i.font-icon::after {
	content: '\e734'; /* icon-arrow_carrot-up Unicode */
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* On hover, slide current icon up and reveal duplicate from below */
body #back-to-top:hover i.font-icon {
	transform: translateY(-100%);
}

body #back-to-top:hover,
body #back-to-top:active,
body #back-to-top:focus {
	background-color: #0000FF !important;
	background: #0000FF !important;
	color: #ffffff !important;
}

/* Light background - use dark button */
body #back-to-top.on-light-bg,
body #back-to-top.on-light-bg:link,
body #back-to-top.on-light-bg:visited {
	background-color: rgba(0, 0, 0, 0.7) !important;
	background: rgba(0, 0, 0, 0.7) !important;
	color: #ffffff !important;
}

body #back-to-top.on-light-bg:hover,
body #back-to-top.on-light-bg:active,
body #back-to-top.on-light-bg:focus {
	background-color: #0000FF !important;
	background: #0000FF !important;
	color: #ffffff !important;
}

/* Dark background - use light button */
body #back-to-top.on-dark-bg,
body #back-to-top.on-dark-bg:link,
body #back-to-top.on-dark-bg:visited {
	background-color: rgba(255, 255, 255, 0.7) !important;
	background: rgba(255, 255, 255, 0.7) !important;
	color: #000000 !important;
}

body #back-to-top.on-dark-bg:hover,
body #back-to-top.on-dark-bg:active,
body #back-to-top.on-dark-bg:focus {
	background-color: #0000FF !important;
	background: #0000FF !important;
	color: #ffffff !important;
}

/* Portfolio navigation arrows - HIGHER SPECIFICITY - gray default, white on hover */
body.single-portfolio #nav-below.single-page-nav a,
body.single-portfolio #nav-below.single-page-nav a:link,
body.single-portfolio #nav-below.single-page-nav a:visited,
body.single-portfolio #nav-below.single-page-nav i.font-icon,
body.single-portfolio #nav-below.single-page-nav .font-icon {
	color: #999999 !important;
	border-bottom: none !important;
	text-decoration: none !important;
	transition: color 0.3s ease !important;
}

body.single-portfolio #nav-below.single-page-nav a:hover,
body.single-portfolio #nav-below.single-page-nav a:hover i.font-icon,
body.single-portfolio #nav-below.single-page-nav a:hover .font-icon {
	color: #FFFFFF !important;
}

/* Text links with dotted underlines - ALL content links */
body.single-portfolio #content a:not(.be-button):not([class*="button"]),
body.single-portfolio #content a:not(.be-button):not([class*="button"]):link,
body.single-portfolio #content a:not(.be-button):not([class*="button"]):visited {
	color: #000000 !important;
	text-decoration: none !important;
	border-bottom: 1px dotted #000000 !important;
	transition: all 0.3s ease !important;
}

body.single-portfolio #content a:not(.be-button):not([class*="button"]):hover,
body.single-portfolio #content a:not(.be-button):not([class*="button"]):focus,
body.single-portfolio #content a:not(.be-button):not([class*="button"]):active {
	color: #0000FF !important;
	border-bottom-color: #0000FF !important;
	border-bottom-style: dotted !important;
}

/* Black ghost button for submit */
input[type="submit"],
input[type="submit"].largebtn,
.wpcf7-form input[type="submit"],
button[type="submit"] {
	background-color: transparent !important;
	border: 2px solid #000000 !important;
	color: #000000 !important;
	transition: all 0.3s ease !important;
}

/* Blue background on hover with white text */
input[type="submit"]:hover,
input[type="submit"].largebtn:hover,
.wpcf7-form input[type="submit"]:hover,
button[type="submit"]:hover {
	background-color: #0000FF !important;
	border-color: #0000FF !important;
	color: #ffffff !important;
}

input[type="submit"].largebtn {
	font-size: 15px;
	line-height: 16px;
	padding: 18px 25px;
	border-radius: 0px;
}

.contact_form_module.style2-input input[type="text"],
.contact_form_module.style2-input textarea {
	font-size: 16px !important;
	color: #666 !important;
	margin-bottom: 30px !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}

.contact_form textarea.txt_area {
    width:100%;
    height: 90px !important;
    margin-bottom: 30px !important;
}

/* =========================================================================
                  PORTFOLIO PAGE MOUSE TRACKING HOVER EFFECT
   ========================================================================= */

/* Container for portfolio items - enable overflow hidden for smooth shift */
.single-portfolio .element.be-hoverlay {
	overflow: hidden;
	position: relative;
}

/* Image smooth transform for parallax effect */
.single-portfolio .element.be-hoverlay img {
	transition: transform 0.1s ease-out;
	will-change: transform;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/* Remove theme default hover effects */
.single-portfolio .element.be-hoverlay .thumb-overlay {
	display: none !important;
}

.single-portfolio .element.be-hoverlay .thumb-bg {
	display: none !important;
}

.single-portfolio .element.be-hoverlay .portfolio-overlay-icon {
	display: none !important;
}

/* Prevent any color/grayscale changes on hover */
.single-portfolio .element.be-hoverlay:hover img {
	filter: none !important;
	-webkit-filter: none !important;
}

/* Keep image fully opaque at all times */
.single-portfolio .element.be-hoverlay img {
	opacity: 1 !important;
}

.single-portfolio .element.be-hoverlay:hover img {
	opacity: 1 !important;
}


/* Mobile Sidebar Link Styles */
ul#mobile-menu a,
ul#mobile-menu li a,
ul#mobile-menu a:link,
ul#mobile-menu a:visited,
ul#slidebar-menu a,
ul#slidebar-menu li a,
ul#slidebar-menu a:link,
ul#slidebar-menu a:visited {
	color: #858585 !important;
	text-decoration: none !important;
}

ul#mobile-menu a:hover,
ul#mobile-menu a:focus,
ul#mobile-menu a:active,
ul#slidebar-menu a:hover,
ul#slidebar-menu a:focus,
ul#slidebar-menu a:active {
	color: #FFFFFF !important;
}

/* Override current/active page link - same as default */
ul#mobile-menu li.current-menu-item > a,
ul#mobile-menu li.current_page_item > a,
ul#mobile-menu li.current-menu-item a,
ul#mobile-menu li.current_page_item a,
ul#slidebar-menu li.current-menu-item > a,
ul#slidebar-menu li.current_page_item > a {
	color: #858585 !important;
}

/* =========================================================================
                                    MOBILE 320
   ========================================================================= */


@media only screen and (max-width: 767px) {
	#header-inner-wrap.stuck {
		position: relative;
		width: 100%;
		height: 100%;
		box-shadow: none;
	}
	.hero-section-wrap canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1200px;
    z-index: 2;
}

.be-bg-cover {
	
height:100%;
}

/* =========================================================================
                                    MOBILE FONT SIZES
   ========================================================================= */

/* Fix text width at ~750px - wider container with 50px margins */
@media only screen and (min-width: 600px) and (max-width: 900px) {
	.be-row.be-wrap {
		max-width: calc(100% - 100px) !important;
		width: calc(100% - 100px) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	h1, h2 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

   /* Homepage hero section - 34px side padding on screens under tablet (1024px) */
   @media only screen and (max-width: 1024px) {
    /* Make row full width on mobile */
    .be-row,
    .be-row.be-wrap,
    div.be-row.be-wrap {
	    max-width: 100% !important;
	    width: 100% !important;
	    margin-left: 0 !important;
	    margin-right: 0 !important;
    }

    /* Then add 34px padding to section */
    div.be-section-pad,
    .be-section-pad.clearfix,
    div.be-section-pad.clearfix {
	    padding-left: 34px !important;
	    padding-right: 34px !important;
    }
   }

   @media only screen and (max-width: 767px) {
    h2{
	    padding-left: 0px !important;
	    padding-right: 0px !important;
    }

	h4 {
    font-size: 24px !important;
    line-height: 28px !important;
}
}