/*!
Theme Name: Ironmass
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Ironmass theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ironmass
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: ironmass
Template Id: prod-470
*/

/* HANDLE GOTHIC CUSTOM FONT */

* {
	font-family: 'Poppins', sans-serif;
}

h1, h2, h3 {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700 !important;
}

h1.page-title {
	color: #FFF;
	font-size: 50px;
}

.fa { 
  font-family: FontAwesome;
}

a:hover {
    cursor: pointer !important; 
}

input, textarea {
	color: black;
}

/*
@font-face {
    font-family: 'Handel Gothic';
    src: url('../fonts/HandelGothic.eot');
    src: url('../fonts/HandelGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HandelGothic.woff2') format('woff2'),
        url('../fonts/HandelGothic.woff') format('woff'),
        url('../fonts/HandelGothic.ttf') format('truetype'),
        url('../fonts/HandelGothic.svg#HandelGothic') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*/
.padding-0,
.padding-0 > div {
    padding: 0 !important;
}


h1, h2, h3,
.boxzilla-content,
.wpcf7-submit {
    font-family: 'Poppins', sans-serif;
}

.wpcf7-submit {
    background: #0b0b0b !important;
    width: 100%;
    display: block;
    height: 50px;
    font-style: oblique;
    font-size:20px;
}
.wpcf7-submit:hover {
    opacity: 0.6;
    cursor: pointer;
}

#toTop {
    cursor: pointer;
}

.elementor-icon-list-icon i {
    position: absolute;
    top: 35%;
}

.elementor-30 .elementor-element.elementor-element-6f94324 .elementor-icon-list-icon i {
    position: relative;
}

.footer-menu-custom ul {
	margin: 0;
}

.footer-menu-custom li {
	list-style-type: none;
	display: block;
	text-transform: uppercase;
	padding: 10px 0 0 0;
}

.footer-menu-custom li a {
	font-size: 18px;
	font-weight: 700;
}

/* CUSTOM CLASS */
.boxzilla-content h1 {
    color: white;
}
.boxzilla-close-icon {
    color: white !important;
    opacity: 1 !important;
}
.hexagon-logo {
    position: absolute !important;
    width: 250px; 
    height: 250px;
    z-index: 99;
    -webkit-animation:spin 4s linear 1;
    -moz-animation:spin 4s linear 1;
    animation:spin 4s linear 1;
    top: -42px;
    left: 30px;
    z-index: 99;
}
.newsletter-section {
	position: relative;
} 
.newsletter-column {
	width: 80% !important;
    position: absolute !important;
    z-index: 1;
    top: -70px;
    left: 0;
    padding: 20px 50px 20px 50px;
	background: #54458C;
}

.newsletter-form-grid {
	display: grid;
	grid-template-columns: 400px 1fr auto;
	grid-gap: 20px;
	align-self: end;
	align-items: center;
}

.newsletter-form-grid p {
	margin: 0 !important;
	padding: 0 !important;
}
.newsletter-form-grid p:first-child {
	font-weight: 700;
	font-size: 22px;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	grid-gap: 20px;
}

.newsletter-form-grid p:first-child i {
	font-size: 50px;
}

.newsletter-form-grid input {
	height: 60px !important;
	color: black;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
@-moz-keyframes still { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes still { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes still { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

/* Hexagons */
#hexGrid {
  overflow: hidden;
  width: 70%;
  margin: 0 auto;
  padding: 0.866% 0 120px 0;
	height: 100%;
}

#hexGrid:after {
  content: "";
  display: block;
  clear: both;
}

.hex {
  position: relative;
  list-style-type: none;
  float: left;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;  /* fix for jagged edges in FF on hover transition */
  transform: rotate(-60deg) skewY(30deg) translatez(-1px);
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	justify-content: center;
}

.hex * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;  /* fix for jagged edges in FF on hover transition */
}

.hexIn {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  transform: skewY(-30deg) rotate(60deg);
	background: #49378C;
}


/*** HEX CONTENT **********************************************************************/

.hex img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 40px auto 0 auto;
}

.hex h2 {
	text-align: center;
	margin-bottom: 0;
	padding: 150px 20px 0 20px;
	color: #FFF;
	font-weight: 700;
	margin-left: 10px;
	line-height: 1.2em;
}

.hex span {
	display: block;
	text-align: center;
	padding: 280px 20px 0 20px;
}

.hex h3,
.hex p {
  margin: 0;
  width: 102%;
  left: -1%;  /* prevent line on the right where background doesn't cover image */
  padding: 5%;
  box-sizing: border-box;
  background-color: rgb(152, 142, 191, 1);
  font-weight: 300;
  transition: transform .2s ease-out, opacity .3s ease-out;
}

.hex h3 {
  bottom: 50%;
  padding-top: 50%;
  font-size: 1.5em;
  z-index: 1;
  transform: translateY(-100%) translatez(-1px);
}

.hex h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 10%;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.hex p {
  top: 50%;
  padding-bottom: 50%;
  transform: translateY(100%) translatez(-1px);
}


/*** HOVER EFFECT  **********************************************************************/

.hexIn:hover h3, .hexIn:focus h3, .hexIn:hover p, .hexIn:focus p {
  transform: translateY(0%) translatez(-1px);
}


/*** SPACING AND SIZING *****************************************************************/

@media (min-width: 320px) {  /* <- 1-2  hexagons per row */
  .hex {
    width: 49.5%;    /* = (100-1) / 2 */
    padding-bottom: 57.158%;    /* =  width / sin(60) */
  }
  .hex:nth-child(3n+1) {
    transform: translateX(50%) rotate(-60deg) skewY(30deg);
  }
  .hex:nth-child(3n+2),
  .hex:nth-child(3n+3) {
    margin-top: -13.423%;
    margin-bottom: -13.423%;
  }
  .hex:nth-child(3n+1) {
    margin-left: 0.5%
  }
  .hex:nth-child(3n+3) {
    margin-left: 1%;
  }
  .hex:nth-child(3n+2),
  .hex:nth-child(3n+4) {
    clear: left;
  }
}

@media (max-width: 400px) {
  #hexGrid {
    font-size: 13px;
  }
}

/* End Hexagons */

.glowing {
	width: 100%;
	animation: glowing 1300ms infinite;
	text-align: center !important;
	border-radius: 6px;
	height: 50px;
	position: relative;
}
.glowing .elementor-button {
	padding: 0;
	margin: 0;
	display: block;
}

.glowing .elementor-button-content-wrapper {
	display: grid !important;
	grid-template-columns: auto 1fr;
	display: block;
	align-items: center;
	text-align: center !important;
}

.glowing i {
	border-radius: 6px 0 0 6px;
	font-size: 40px;
	display: inline-block;
	width: 70px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #291C59;
}

.glowing:hover {
	opacity: 0.8;
}
.full-width-button a,
.full-width-button {
	display: block;
	width: 100%;
}

@keyframes glowing {
  0% {
    background-color: #49378C;
    box-shadow: 0 0 5px #49378C;
  }
  50% {
    background-color: #49378C;
    box-shadow: 0 0 20px #49378C;
  }
  100% {
    background-color: #49378C;
    box-shadow: 0 0 5px #49378C;
  }
}

