/*
Theme Name: Ingalash
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.9
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.h1,h1 {
    font-size: 2.7em
}

.h2,h2 {
    font-size: 2.6em
}

.h3,h3 {
    font-size: 2.25em
}

.h4,h4 {
    font-size: 2.125em
}

.h5,h5 {
    font-size: 2em
}

.h6,h6 {
    font-size: 1.85em;
    opacity: .8
}

.absolute-footer {
	display: none;
}

p a:link {
	text-decoration: underline !important;
}

form.checkout h3:not(#ship-to-different-address) {
    font-weight: normal !important;
    font-size: 2.25em !important;
    text-transform: none !important;
}