/* Hoss Round Fonts */
@font-face {
  font-family: 'Hoss Round';
  src: url('https://www.superpop.com.au/wp-content/uploads/2026/03/HossRound-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Hoss Round';
  src: url('https://www.superpop.com.au/wp-content/uploads/2026/03/HossRound-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Hoss Round';
  src: url('https://www.superpop.com.au/wp-content/uploads/2026/03/HossRound-Heavy.ttf') format('truetype');
  font-weight: 800;
}

/* Cervo Neue */
@font-face {
  font-family: 'Cervo Neue';
  src: url('https://www.superpop.com.au/wp-content/uploads/2026/03/CervoNeue-RegularNeue.ttf') format('truetype');
  font-weight: 400;
}

/* Heading */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Hoss Round' !important;
  font-weight: 500 !important;
}
.main_menu a, a, span{
	font-family: 'Hoss Round' !important;
    font-weight: 500 !important;
}
body, p {
  font-family: 'Cervo Neue'!important;
  font-weight: 400 !important;
}
p a {
    font-family: 'Cervo Neue' !important;
	 font-weight: 400 !important;
}
.footer-right a{
	font-family: 'Cervo Neue' !important;
	 font-weight: 400 !important;
}
p a{
	color:#000 !important;
}
p a:hover{
	color:#ee2737 !important;
}
/* ---- header ---- */

.top_phone .elementor-icon-box-content{
	display: flex;
	align-items: center;
}

.bold_text{
	margin-left: 5px;
	color: #ffffff !important;
	font-size: 22px !important;
}

.bold_text:hover{
	color: #ffffff !important;
}

.left_arrow{
	position: relative;
}

.left_arrow::before{
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    border-style: solid;
    border-width: 8.5px 0 8.5px 12px;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    left: 14px;
    top: 18px;
}

.top_phone svg{
	transform: rotate(15deg);
}

.top_clickarrow .ekit-menu-dropdown-toggle svg{
	opacity: 0 !important;
}

.top_clickarrow .ekit-menu-dropdown-toggle{
	position: relative;
}

.top_clickarrow .ekit-menu-dropdown-toggle::before{
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    border-style: solid;
    border-width: 6px 0 5px 7px;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    right: 15px;
    top: 22px;
    transform: rotate(
90deg);
}

.main_header .elementskit-navbar-nav{
	justify-content: flex-end !important;
}

.main_header{
	max-height: 100px !important;
}

.main_menu .ekit-menu-nav-link{
	position: relative;
}

.main_menu .ekit-menu-nav-link::after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 113px;
    background: url("https://www.superpop.com.au/wp-content/uploads/2026/03/nav_bg.png") no-repeat scroll top center rgba(0, 0, 0, 0) !important;
    background-size: 100% 100%!important;
	z-index: -1;
	opacity: 0;
}

.main_menu .ekit-menu-nav-link:hover::after{
	opacity: 1;
}

.main_menu .ekit-menu-nav-link.active::after{
	opacity: 1;
}

.contact_form .left_input {
    width: 47% !important;
    float: left !important;
}

.contact_form .right_input {
    width: 50% !important;
    float: right !important;
}

.contact_form .left_input p {
    color: #ffffff !important;
}

.contact_form .right_input p {
    color: #ffffff !important;
}
.contact_form .right_input textarea{
	    height: 117px !important;
    width: 100%;
}
.contact_form .right_input input {
    width: 100%;
}

.contact_form .mk-tabs .mk-tabs-tabs li a {
    background: none;
    color: #999999;
    display: block;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
}

/* ---- service section ---- */

.service_title a{
    border-left: 4px solid #ffffff;
    color: #ffffff !important;
    display: block !important;
    font-size: 27px !important;
    line-height: 32px !important;
    padding-left: 10px;
    width: 100% !important;
    font-weight: normal;
}

.service_title a span{
	font-size: 24px !important;
}

.service_title a:hover{
	border-left: 4px solid #D61212;
    color: #D61212 !important;
}

.service_button{
    position: absolute;
    bottom: 0;
}

.service_button a{
    background: url("https://www.superpop.com.au/wp-content/uploads/2026/03/read_more.jpg") no-repeat scroll right 0 #EE2737 !important;
    height: 47px !important;
    line-height: 47px !important;
    width: 185px !important;
    text-align: left!important;
    padding-left: 12px!important;
}

.service_button a .elementor-button-content-wrapper{
	justify-content: flex-start !important;
}


/* 24-03 */
.ekit-template-content-footer .footer_start .elementskit-navbar-nav-default .elementskit-navbar-nav{
	height: unset !important;
	flex-direction:column;
	gap:12px;
}
.ekit-template-content-footer .footer_start .elementor-38 .elementor-element.elementor-element-abbef1e .elementskit-menu-container{
	height: unset !important;
}
::selection {
  background: #ee2737 !important:
  color: #ffffff !important;
}
.elementor* ::selection {
  background: #ee2737 !important:
  color: #ffffff;
}

.elementor* ::-moz-selection {
  background:#ee2737 !important:
  color: #ffffff;
}
.bottom-ftr li {
    display: inline-table;
}
.bottom-ftr li a{
	 padding: 0 20px 0 20px;
    border-right: 1px solid #ffffff;
}
.bottom-ftr #ekit-megamenu-bottom-footer-menu{
	height: unset !important;
}
.footer-right a {
    color:#ffffff;
	font-size:18px !important;
	line-height:28px !important; 
}
.footer-right a:hover {
    color:#ee2737;
	cursor:pointer;
}
.service_button.about {
    position: unset;
}
.wpcf7-submit {
    background: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 0px !important;
	font-size:19px !important;
	font-weight:400 !important;
}
.home_contact_frm .wpcf7-form.init{
	display: flex !important;
    gap: 50px !important;
}
.wpcf7-form input, textarea{
	 border-radius: 0px !important;
}
.home_contact_frm .right_input p {
    margin-bottom: 3px !important;
}
/* .wpcf7-form input{
	width: 510px!important;
    height: 42px !important;
} */
.home_contact_frm .wpcf7-form textarea{
/* 	 width: 459px !important; */
    height: 100px !important;
}
/* .wpcf7-form-control.wpcf7-submit{
	width: 459px !important;
    height: 49px !important;
} */
  
/*sidebar contact form  */
/* Form Background */
.custom-form {
  background-image: linear-gradient(to top, #460101 0%, #EE2737 100%) !important;
  padding: 20px;
  max-width: 400px;
}

/* Labels */
.custom-form label {
  display: block;
  color: #fff;
  font-size: 19px;
  margin-bottom: 10px;
}

/* Inputs + Textarea */
.custom-form input,
.custom-form textarea {
  width: 100%;
  padding: 12px;
  border: none;
  margin-top: 6px;
  margin-bottom: 10px;
/*   background: #e5e5e5; */
  color: #000;
  font-size: 14px;
}

/* Textarea height */
.custom-form textarea {
  height: 186px;
  resize: none;
}

/* Button */
.custom-form input[type="submit"] {
  width: 100%;
/*   background: #e5e5e5; */
  color: #000;
  font-size: 16px;
  cursor: pointer;
  padding: 12px;
  border: none;
}

/* Button hover */
.custom-form input[type="submit"]:hover {
  background: #ccc;
}
.side-contct-frm .wpcf7-submit {
    height: 49px;
	margin-top: -10px;
}

.side-contct-frm .custom-form input[type="submit"]{
    padding:unset!important;
}
.contact_bg h2{
    position:relative;
}
.contact_bg h2::after {
    background-image: url(https://www.superpop.com.au/wp-content/uploads/2026/03/contact-shape.png);
    /* clip-path: polygon(50% 0, 100% 30%, 100% 65%, 0 65%, 0 30%); */
    height: 120px;
    width: 100%;
    top: -52px;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
	background-position:center;
}

.contact-heading{
    /* background: #e92635; */
    padding: 0;
    position:relative;
}
.contact-heading::before{
    content: '';
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #ee2737;
    clip-path: polygon(50% 0%, 0 45%, 100% 45%);
}
.ekit-template-content-header{
    position: sticky;
    top: 0px;
    z-index: 9;
}
.contact-heading .elementor-shape-top{
    display: none;
}
 
.about_sec-btn .service_button a{
    width:155px !important;
}
.footer_start .elementor-icon-list-items .elementor-icon-list-item a:hover span{
	color:#ee2737;
}
ul.sitemap li {
    line-height: 20px;
/*     font-family: Lato !important; */
    font-size: 19px;
}
ul.sitemap li a {
    color: #000 !important;
    font-weight: 300;
}
.sitemap a:hover {
    color: #ee2737 !important;
}

.product-accordian .e-n-accordion-item{
    border: 2px solid #EE2737 !important;
    border-radius: 50px !important;
/*     overflow: hidden !important; */
    transition: all 0.3s ease !important;
}
#menu-item-47.open ul {
    opacity: 1;
    visibility: visible;
}
#menu-top-menu, #ekit-megamenu-top-menu{ overflow: visible; }
#menu-item-47.open ul{ max-height: unset; }






.wpcf7 form .wpcf7-response-output,
.wpcf7-validation-errors{
	display:none;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7-validation-errors {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 50%;
    margin: 0;
    font-size: 18px;
    color:#EE2737;
}
.wpcf7-response-output.wpcf7-mail-sent-ok{
    color:#00bd64 !important;
}
.wpcf7-response-output.wpcf7-mail-sent-ok{
    color:#00bd64 !important;
}


.side-contct-frm .wpcf7 form .wpcf7-response-output, .side-contct-frm .wpcf7-validation-errors {
    bottom: 5px;
	left: 17px;
    width: 90%;
}
.side-contct-frm .wpcf7-not-valid-tip {
    color: #ffffff;
	font-size: 14px;
}

::selection {
    background: #ee2737 !important;
    color: #ffffff !important; 
}









