/*
Theme Name: Fiore Files
Theme URI: https://www.thefiorefiles.com
Description: Fiore Files
Author: Webedelic
Author URI: http://www.webedelic.com
Description: Fiore Files
Version: 1.0
Tags: Fiore Files
License:
License URI:
*/

@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



html, body {
	font-size: 15px;
    font-family: "Montserrat", serif;
	color: #4d4d4e;
	height: 100%;
	margin: 0;
  padding: 0;
}

h1, h2 {
	color: #4d4d4e;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 18px;
	font-family: "Montserrat", serif;
	color: #4d4d4e;
	font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #dbb0b9; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }




.hero-video {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  background: #000 url("Fiore-Files-Header-Video.jpg") center center / cover no-repeat;
}

.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translate(-50%, -50%);
}

.headertext {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 3;
  width: 90%;
  margin: 0;
  padding: 0;
  font-size: 50px;
  line-height: 50px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  animation: floatUpFade 1.2s ease-out forwards;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

@keyframes floatUpFade {
  from {
    opacity: 0;
    transform: translate(-50%, 10%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -30%);
  }
}

@media (max-width: 767px) {
  .headertext {
    font-size: 32px;
    line-height: 36px;
    width: 92%;
  }
}
.toplineline {
  background-color: #0b263c;
  width: 100%;
  height: 160px;
  padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
  display: flex;
  align-items: center;
  justify-content: center; /* 👈 THIS is what you're missing */
  box-sizing: border-box;

}

.toplineline img {
  max-height: 100%;
  width: auto;
  display: block;
}



.footerline {
  background-color: #0b263c;
  width: 100%;
  height: auto;
  padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 20px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	
}


.righttext1 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: "Montserrat", serif;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	
}


.righttext2 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 50px;
	line-height: 50px;
	font-family: "Montserrat", serif;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	
}


.videotitle1 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: "Montserrat", serif;
	font-weight: 700;
	color: #0b253c;
	text-transform: uppercase;
	text-align: left;
	
}


.videotitle2 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 50px;
	line-height: 50px;
	font-family: "Montserrat", serif;
	font-weight: 700;
	color: #0b253c;
	text-transform: uppercase;
	text-align: left;
	
}




.body-left {
	width: 46%;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:2%;
	padding-left:2%;
	float: left;
	
}
.body-left img {
  outline: 12px solid #669bbb;
}


.body-right {
	width: 40%;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:4%;
	padding-left:6%;
	font-size: 20px;
	line-height: 26px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	float: left;
	
}






.lowerbg {
	background-image: url(images/lowerbg.jpg);
	background-repeat: repeaty;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:80px;
	padding-bottom:80px;
	padding-right:0px;
	padding-left:0px;
	
}






.video-column {
	width: 46%;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:2%;
	padding-left:2%;
	font-size: 20px;
	line-height: 26px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #000000;
	text-align: center;
	float: left;
	
}



.image-slider-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 40px;
  box-sizing: border-box;
}

.image-slider {
  overflow: hidden;
  width: 100%;
}

.image-track {
  display: flex;
  gap: 12px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.slide-image-columns {
  flex: 0 0 calc((100% - 84px) / 8);
  box-sizing: border-box;
}

.slide-image-columns img {
  width: 100%;
  height: 180px;
  display: block;
  object-fit: cover;
  object-position: center center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.slide-image-columns img:hover {
  transform: scale(1.03);
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background-color: rgba(11, 38, 60, 0.85);
  color: #ffffff;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
  padding: 0;
}

.slider-arrow:hover {
  background-color: rgba(102, 155, 187, 0.95);
}

.slider-arrow-left {
  left: 4px;
}

.slider-arrow-right {
  right: 4px;
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 40px;
  box-sizing: border-box;
}

.image-modal-content {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-modal-close {
  position: absolute;
  top: 18px;
  right: 28px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}

@media (max-width: 767px) {
  .image-slider-wrap {
    padding: 20px 34px;
  }

  .slide-image-columns {
    flex: 0 0 calc((100% - 24px) / 3);
  }

  .slide-image-columns img {
    height: 140px;
  }
}
.slide-image-columns img {
  border: 1px solid rgba(0, 0, 0, 0.8);
}








@media screen and (max-width:750px) {

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }







.hero-video {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: #000 url("Fiore-Files-Header-Video.jpg") center center / cover no-repeat;
}

.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translate(-50%, -50%);
}







.headertext {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 3;
  width: 90%;
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 30px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  animation: floatUpFade 1.2s ease-out forwards;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}








.body-left {
	width: 94%;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	
}
.body-left img {
  outline: 12px solid #669bbb;
}


.body-right {
	width: 94%;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 20px;
	line-height: 26px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	
}






.lowerbg {
	background-image: url(images/lowerbg.jpg);
	background-repeat: repeaty;
    background-position: right;
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	
}



.video-column {
	width: 94%;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:3%;
	padding-left:3%;
	font-size: 16px;
	line-height: 26px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #000000;
	text-align: center;
	float: left;
	
}









