/*
 Theme Name:   Ixion Child Theme
 description: >-
   A child theme of the Ixion WordPress theme
 Author:       John Philip D. Parungao
 Template:     ixion
 Version:      1.0.0
*/
@import url("https://use.typekit.net/ovb3exh.css");
a:visited {color: #e66056;}
body {overflow-x:hidden;}
h1, h2, h3, .elementor-button {font-family: Termina, sans-serif !important;}
.hfe-menu-item {
    font-family: Termina, sans-serif !important;
    font-size: 16px;
    text-transform: uppercase;
}
#header-fixed {
    position: fixed;
    left: 0;
    width: 100%;
	transition: 0.6s background-color;
}
#header-fixed.hfe-sticky{
	background-color: #fff;
}
.elementor-button:hover {text-decoration:none;}

.p-margin p {margin-bottom:0;}
div#mc_embed_signup button {
    display: block;
    width: 100%;
    height: 55px;
    background: #E66056 !important;
    color: #000;
    cursor: pointer;
}
div#mc_embed_signup input[type="email"], div#mc_embed_signup button {
    border: none;
    border-radius: none;
    background: none;
}
div#mc_embed_signup label, div#mc_embed_signup button {
    font-family: Termina, sans-serif;
    text-transform: uppercase;
}
div#mc_embed_signup input[type="email"] {
    background: none;
    border-bottom: 2px solid #fff;
	border-radius: 0;
    display: block;
    height: 50px;
    width: 100%;
    color: #fff;
    margin: 0 0 30px;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
}
div#mc_embed_signup button:hover {
    background: #000 !important;
    color: #E66056;
}
footer .red-arrow a {
	display: flex;
	justify-content: center;
}
footer .red-arrow a::after {
    content: '';
    display: block;
    width: 9px;
    height: 15px;
    margin: 0 -15px 0 15px;
    background: url(https://ownyourdata.2254records.com/wp-content/themes/ixion-child/images/right-red-arrow.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center center;
    background-size: 9px 9px;
    background-repeat: no-repeat;
}
.mobile-menu-fixed {
	position: fixed;
	width: 100%;
	left: 0;
}
.linked-list a::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 0 0 15px;
    background: url(https://ownyourdata.2254records.com/wp-content/themes/ixion-child/images/right-red-arrow.svg);
        background-size: auto;
    background-size: auto;
    background-size: 9px 9px;
}
@media ( min-width: 768px) {
	div#mc_embed_signup {
		width: 575px;
		margin: 0 auto 60px;
	}
}
@media( max-width: 767px ){
	#header-fixed.hfe-sticky{
		top: 0;
	}
}
@media (min-width: 1200px) {
	div#mc_embed_signup div {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	div#mc_embed_signup input[type="email"] {
		width: 70%;
		margin: 0;
	}
	div#mc_embed_signup button {
		width: 28%;
	}
	#menu-1-f16092c li {
		margin-right: 4rem;
	}
}
@media( max-width: 1199px ){
	.not-absolute {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}
	.dark-text h3, .dark-text p {
		color: #000 !important;
	}
	section:first-child .elementor-button {
    display: inline-block !important;
}
	.elementor-button {display:block;}
}