/*
Theme Name: Maltese olympic ommittee
Theme URI: http://codehivee.online
Author: Dilawar
Author URI: dilawarportfolio.online
Description: Maltese olympic ommittee is a custom WordPress theme designed for the Maltese Olympic Committee, featuring a clean and modern design with responsive layouts, custom menus, and support for various post formats.
Version: 1.0.0
Tested up to: 5.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maltese-olympic-ommittee
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Maltese olympic ommittee is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Syne:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Syne:wght@400..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Archivo, sans-serif;
  line-height: 1.7em;
  font-weight: 300;
  line-height: normal;
  color: #282828;
}

h1,
h2,
h3,
h4 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  line-height: 1.2em;
  line-height: normal;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 44px;
}
p {
  margin-bottom: 1rem;
  line-height: 1.7em;
}
ul
{
	padding-bottom:20px;
	margin-left:30px;
}
a
{
	text-decoration:none;
	line-height: 1.7em;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.bg-red {
  background: #ee334e;
}
.bg-green {
  background: #00a651 !important;
}
.bg-blue {
  background: #0081c8;
}
.bg-yellow {
  background: #fcb131;
}
.bg-beige {
  background: #d6c278;
}
.bg-dark {
  background: #282828 !important;
}
.bg-dark nav {
  background: #282828;
}
.bg-light-grey {
  background: #f4f4f4;
}
.btn {
  border-width: 2px;
  border-style: solid;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  min-width: 100px;
  width: fit-content;
  display: block;
  transition:all 0.5s;
}
.btn-white-transparent {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
}

.btn-white {
  border-color: #ffffff;
  color: #282828;
  background: #ffffff;
}

.btn-black-transparent {
  border-color: #000000;
  color: #000000;
  background: transparent;
}
.btn-black-transparent:hover {
    background: black;
    color: white;
}
.btn-black {
  border-color: #000000;
  color: #ffffff;
  background: #000000;
}

.btn-yellow {
  border-color: #fcb131;
  color: #ffffff;
  background: #fcb131;
}
.btn:hover .btn-icon
{
	margin-left: 15px;
}
.btn-icon {
  margin-left: 10px;
  transform: rotate(-45deg);
}
.container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
select:focus-visible 
{
    outline: none;
}
.year-filter select {
    max-width: 130px;
}
/* select[name="category"]
{
   background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' stroke='black' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin=''/></svg>");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 10px 6px;
	 appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
} */
/*****************Header**********************/
header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  height: 100px;
  margin-bottom:-100px;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  z-index:1001;
}

header nav {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px;
  padding: 1rem 0;
}

header .branding {
  width: 50%;
  height: 100%;
  padding-left: 2rem;
}
img.logo
{
	height:100%;
}
header .branding div {
  height: 100%;
}

header .menu {
  width: 50%;
  padding: 1rem 2rem;
  
}
header .menu:not(.bg-dark)
{
	background: #ffffff;
}
header .menu .right-container
{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 55px;
}

header nav a {
  margin: 0 8px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
header .menu.bg-dark nav a
{
	color:#ffffff;
}
.header-social i
{
	width:30px;
	height:30px;
	font-size:18px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#282828;
	background:#ffffff;
}
.cart-search
{
	gap:30px;
}
.cart-search button
{
	background:0;
	border:0;
	
}
.cart-search i
{
	font-size:20px;
	color:#fff;
	
}
.popup-menu
{
	/* max-width:1100px; */
	margin:auto;
	padding:40px 20px;
}
.popup-header-top
{
	padding-bottom:80px;
}
.popup-header-top .menu-cart
{
	gap:50px;
}
.popup-header-top nav
{
	display:flex;
	gap: 10px 30px;
	flex-wrap:wrap;
	color:#ffffff;
}
.popup-header-top nav a
{
	color:#ffffff;
	font-size:18px;
}
/* Desktop Mega Menu Styles */
         .mega-menu-container {
           position: absolute;
           top: 100%;
           left: 0;
           right: 0;
           background: white;
           box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
           opacity: 0;
           visibility: hidden;
           transform: translateY(-10px);
           transition: all 0.3s ease;
           z-index: 1000;
         }

         .mega-menu-container.active {
           opacity: 1;
           visibility: visible;
           transform: translateY(0);
         }

         .mega-menu-content {
           display: grid;
           grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
           gap: 2rem;
           padding: 2rem;
           max-width: 1200px;
           margin: 0 auto;
         }

         .mega-menu-section h3 {
           color: #333;
           margin-bottom: 1rem;
           font-size: 16px;
           text-transform: uppercase;
           letter-spacing: 1px;
           border-bottom: 2px solid #007acc;
           padding-bottom: 0.5rem;
         }

         .mega-menu-section ul {
           list-style: none;
           padding: 0;
           margin: 0;
         }

         .mega-menu-section ul li {
           margin-bottom: 0.5rem;
         }

         .mega-menu-section ul li a {
           color: #666;
           text-decoration: none;
           font-size: 14px;
           padding: 8px 0;
           display: block;
           transition: all 0.3s ease;
           text-transform: none;
           font-weight: normal;
         }

         .mega-menu-section ul li a:hover {
           color: #007acc;
           padding-left: 10px;
         }

         /* Mobile Navigation Styles */
         .mobile-nav {
           position: fixed;
           top: 100px;
           left: -100%;
           width: 100%;
           height: calc(100vh - 100px);
           background: transparent;
           transition: left 0.3s ease;
           box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
           z-index: 999;
           overflow-y: auto;
         }

         .mobile-nav.active {
           left: 0;
         }

         .mobile-nav ul {
           list-style: none;
           padding: 0;
           margin: 0;
         }

         .mobile-nav ul li {
           border-bottom: 1px solid #eee;
         }

         .mobile-nav ul li a {
           display: block;
           padding: 1rem 2rem;
           color: #333;
           text-decoration: none;
           font-weight: 400;
           text-transform: uppercase;
           transition: all 0.3s ease;
         }

         .mobile-nav ul li a:hover,
         .mobile-nav ul li a:focus {
           background: #f8f9fa;
           color: #007acc;
           padding-left: 3rem;
         }

         .mobile-nav ul li.has-submenu>a {
           position: relative;
           padding-right: 3rem;
         }

         .mobile-nav ul li.has-submenu>a::after {
           content: '\25BC';
           position: absolute;
           right: 2rem;
           top: 50%;
           transform: translateY(-50%);
           transition: transform 0.3s ease;
           font-size: 12px;
         }

         .mobile-nav ul li.has-submenu.active>a::after {
           transform: translateY(-50%) rotate(180deg);
         }

         .mobile-nav .submenu {
           max-height: 0;
           overflow: hidden;
           transition: max-height 0.3s ease;
           background: #f8f9fa;
         }

         .mobile-nav .submenu.active {
           max-height: 500px;
         }

         .mobile-nav .submenu li a {
           padding-left: 3rem;
           font-size: 14px;
           text-transform: none;
           font-weight: normal;
         }

         .mobile-nav .submenu li a:hover {
           padding-left: 4rem;
         }

         /* Hamburger Menu Modifications */
         .menu img[src*="hamburger"] {
           cursor: pointer;
           transition: transform 0.3s ease;
         }

         .menu img[src*="hamburger"]:hover {
           transform: scale(1.1);
         }

         /* Mobile Overlay */
         .mobile-overlay {
           position: fixed;
           top: 0;
           left: 0;
           right: 0;
           bottom: 0;
           background: rgba(0, 0, 0, 0.5);
           opacity: 0;
           visibility: hidden;
           transition: all 0.3s ease;
           z-index: 998;
         }

         .mobile-overlay.active {
           opacity: 1;
           visibility: visible;
         }

/*********************Homepage CSS*********************/
.banner-section {
  padding-top: 100px;
  background: url("http://blayzeiptv.com/wp-content/themes/maltese-olympic-ommittee/assets/images/noc-committe-image.png")
    no-repeat center/cover;
}

.banner-title {
  min-height: 650px;
}
.banner-title .left-container
{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.empty-box {
  height: 100px;
}

.section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.half {
  display: flex;
  padding: 2rem;
}

.banner-title {
  flex-direction: column;
  justify-content: start;
}

.banner-title h1 {
  font-size: 2.5rem;
  margin-bottom: 0;
}

.banner-title p {
  margin-bottom: 0;
}

/* .image-half {
  background: url('http://blayzeiptv.com/wp-content/themes/maltese-olympic-ommittee/assets/images/placeholder.png') no-repeat center/cover;
} */

.countdown {
  text-align: center;
  padding: 1rem 2rem;
}

.countdown .container {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.countdown-logo {
  width: 30%;
  text-align: left;
}

.countdown img {
  margin-left: 0;
  max-width: 180px;
}

.countdown-values {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.countdown-box {
  padding: 0 20px 20px;
}
.countdown-box p {
  margin-bottom: 0;
}
.countdown-values .nmbr {
  font-family: "Syne" !important;
  line-height: normal;
  font-size: 68px;
  font-weight: bold;
}

.green-section {
  background: #009e49;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 0 0;
}

.green-section h2
{
	margin-bottom:0px;
}

.green-section p {
  margin-bottom: 1rem;
}

.olympic-img {
  padding: 0;
  min-height: 250px;
}

.olympic-img img {
  width: 100%;
}

.stats {
  width: 100%;
  flex-wrap: wrap;
  background: #222;
  color: white;
}

.stat {
  padding: 1rem 2rem;
  display: flex;
  gap: 30px;
  align-items: baseline;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 300;
  border-bottom: 2px solid #ffffff;
}

.stat .nmbr {
  font-size: 80px;
  font-family: "Syne" !important;
}

.stat .nmbr p {
  margin-bottom: 0;
}

.stat:last-child {
  border-bottom: none;
}

.green-section .right-container 
{
  padding: 0 2rem 2rem;
	gap:30px;
}

/* Shop Section */
.store-section 
{
  padding: 0px;
}
.store-section .prod-img
{
	width:100%;
}
.store-section .icons
{
	top:15px;
	left:15px;
}
.store-section button.slick-arrow 
{
    position: absolute;
    z-index: 9999;
    top: 90%;
    background: transparent;
    border: 0;
    font-size: 25px;
}
.store-section .prod-title
{
	font-size:20px;
	margin-bottom:10px;
	text-decoration:none;
	color:#282828;
	text-transform:uppercase;
}
.store-section .prod-price
{
	font-family:'Syne';
	font-weight:700;
	font-size:30px;
	margin-bottom:0;
}
.store-section .prod-divider 
{
  height:140px;
  width: calc(100% - 20px) !important;
  margin: 0;
  margin-left: auto;
  max-width: 2560px;
  margin-top: -117px;
}
.slider-for-products
{
	width:100%;
	max-width:100%;
}
.shop-content .left-container
{
	display:flex;
	flex-direction:column;
	gap:25px;
}
.store-section .prod-divider button
{
	padding:0;
	background:none;
	border:0;
	box-shadow:none;
}
.store-section .prod-divider .container 
{
    max-width: 96%;
    margin-left:0;
}
/* Partners Section */

.partners-section h3 {
  font-size: 30px;
  font-family: "Archivo";
  font-weight: 600;
  margin-bottom: 30px;
}
.partners-section .logo-grid {
  max-width: 550px;
  margin-left: 0;
  flex-wrap: wrap;
  gap: 40px;
}
.partners-section .local-partners {
  background: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 50px;
}
.partners-section .int-partners {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Sport Section */
.yellow-bg {
  background: linear-gradient(180deg, #fcb131 90%, #ffffff 10%);
}
.yellow-bg h2 {
  margin-bottom: 30px;
}
.white-bg {
  background: linear-gradient(180deg, #ffffff 75%, #f4f4f4 24%);
}
.sport
{
	overflow:hidden;
}
.sport svg {
  max-width: 115px;
  margin: auto;
  height: auto;
  width:100%;
}
.btn-grid-top,
.btn-grid-bottom {
  flex-wrap: wrap;
}
.btn-grid-bottom
{
	gap:20px 50px;
}
.sports-section .grid
{
	padding:70px 0;
	gap:30px;
}
.sports-section .white-bg
{
	padding-top:100px;
}
/* Associations Popup*/
.associations-popup
{
	padding:50px;
	width:100%;
}
.logo-content
{
	gap:40px;
}
.logo-content img
{
	max-width:120px;
}
.logo-content h3
{
	font-size:26px;
}
.logo-content .content
{
	gap:30px;
}
.logo-content .content .head-position
{
	font-size:20px;
	margin-bottom:10px;
	font-weight:bold;
}
.association-contact-info i
{
	margin-right:15px;
}
.association-contact-info
{
	margin-top:30px;
}
.associations-popup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      max-width: 800px;
      padding: 30px;
      z-index: 99999;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
      border-radius: 8px;
      display: none;
      /* Keep this to hide by default */
      max-height: 80vh;
      overflow-y: auto;
    }

    /* Overlay background when popup is open */
    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 9999;
      display: none;
    }

    /* Close button */
    .close-popup {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      z-index: 1001;
    }

    .close-popup:before,
    .close-popup:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 25px;
      width: 2px;
      background-color: white;
    }

    .close-popup:before {
      transform: rotate(45deg);
    }

    .close-popup:after {
      transform: rotate(-45deg);
    }
/* Blogs Section */
.blogs-section {
  padding-top: 0px;
  padding-bottom: 50px;
}
.blogs-section .post-container {
  width: 100%;
}
.blogs-section .container {
  max-width: 1500px;
  margin: auto;
}
.blogs-section img {
  width: 100%;
}
.blogs-section .desc-meta {
  gap: 30px;
}
.blogs-section .section-desc
{
	padding-left:0;
	padding-right:0
}
.date
{
	min-width:100px;
}
.blogs-section .blog-title {
  font-size: 30px;
  font-family: "Archivo";
  font-weight: 700;
  margin-bottom: 20px;
}
.blogs-section .blog-content {
  padding-left: 1rem;
}
.blogs-section .category {
  text-transform: uppercase;
}
.blog-divider {
  border: 1px solid #282828;
  width: calc(100% - 20px) !important;
  margin-right: 0;
  margin-left: auto;
  max-width: 2020px;
}
.blogs-section .read-more {
  color: #282828;
  text-decoration: none;
  text-transform: uppercase;
}
.blogs-section .read-more:hover .btn-icon
{
	margin-left:15px;
}
.blogs-section .grid:not(.title-desc-grid)
{
	padding:40px;
}
/* contact Section */

.contact-section .form-section {
  background: #ee334e;
  padding: 2rem 1rem;
}
.contact-section .left-container div.px-4
{
	display:flex;
	flex-direction:column;
	gap:40px;
}
.contact-section .left-container div.px-4 h2,
.contact-section .left-container div.px-4 p
{
	margin-bottom:0;
}
.contact-section .form-section .left-container {
  gap: 30px;
}
.contact-section .map-section {
  padding: 0;
}
.contact-info {
  gap: 15px;
}
.contact-info a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Syne";
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
}
.contact-section .contact-form input::placeholder,
.contact-section .contact-form textarea::placeholder {
  color: #fff;
}
.contact-section .contact-form input,
.contact-section .contact-form textarea {
  width: 100%;
  padding: 15px;
  border: 0;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  margin-bottom: 20px;
}
input:focus-visible,
textarea:focus-visible {
  outline: 0;
}
/****************** About Page CSS ********************/
.timeline hr 
{
    width: 245px;
	border-top:1px solid #ffffff;
    margin: 20px 0;
}
.timeline hr.line-right
{
	width:90%;
	margin-left:auto;
	height:1px;
	border-top:1px solid #ffffff;
}
.timeline:not(:last-child)
{
	margin-bottom:40px;
}
.time-lines  p:not([class="year"])
{
	padding:0 20px
}
.timeline .year,
.timeline .milestone
{
	margin-bottom:0;
	font-size:20px;
	font-weight:700;
	color:#ffffff;
}
.mission-vision
{
	padding:90px !important;
}
.president
{
	width:100%;
	gap:20px;
}
.president .tenure
{
	font-weight:700;
	font-size:25px;
	color:#ffffff;
}
.president .name
{
	color:#ffffff;
	font-size:22px;
}
.presidents-section
{
	padding-bottom:50px;
}
.presidents-section .left-container
{
	width:100%;
	max-width:640px;
	padding-left:0;
}
.exec-members-grid
{
	padding:60px 20px;
}
.exec-committee
{
	gap:60px;
}
.committee-member img
{
	width:100%;
	max-width:200px;
}
.commission-section .container
{
	max-width:1440px;
}
.committee-member .profile
{
	gap:60px;
	margin-bottom:30px;
}
.committee-member .email-info
{
	margin-bottom:0;
}
.committee-member .member-name
{
	font-size:25px;
	font-weight:700;	
}
.committee-member hr
{
	border:1px solid #8f8e8e;
	margin-top:30px;
}
.commission-box
{
	color:#ffffff;
	position:relative;
}
.commission-box .commission-name
{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}
.commission-box .commission-name.desktop
{
	
    position: absolute;
    margin-bottom: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.commission-box:hover .commission-name
{
	display:none;
}
.commission-box .commission-members
{
	opacity:0;
	display:flex;
	width:100%;
	padding:25px 20px;
}
.commission-box .member-name
{
	font-weight:500;
	margin-bottom:10px;
}
.commission-box .btn:not(:last-child)
{
	margin-bottom:10px;
}
.commission-box:hover .commission-members
{
	opacity:1;
}
/****************** Single Page CSS ********************/
.single-title-box {
  min-height: 400px;
}
.single-title-box .title {
  margin-bottom: 0px;
/*   line-break: anywhere; */
}
.long-title {
  font-size: 35px;
}
.single-banner-section {
  padding-top: 100px;
}
.single-banner-section .left-container
{
	display:flex;
	flex-direction:column;
	gap:40px;
}
.single-banner-section .image-right img,
.single-banner-section .image-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.assoc-stat-section .right-container
{
	padding:2.5rem 4rem; 
}
/****************** Games Page CSS ********************/
.int-game-events hr {
  margin: 0px 0;
  border: 0;
  width: 100%;
  border-top: 1px solid #ffffff;
}
.int-game-events .game-events {
  padding-top: 40px;
}
.int-game-events .game-events p {
  margin-bottom: 0;
  margin-top: 20px;
}
.past-olympic-hosts {
  padding: 80px 20px;
}
.past-olympic-hosts p {
  margin-bottom: 0;
}
.host-name-year {
  font-family: "Syne";
  font-weight: 700;
  font-size: 30px;
}
.past-olympic-hosts .right-container {
  max-width: 1100px;
}
.past-olympic-hosts .grid {
  gap: 80px;
}
.past-olympic-hosts .olympic-host {
  max-width: 450px;
  width: 100%;
  margin: auto;
}
.past-olympic-logo {
  max-width: 180px;
  width: 100%;
  height: auto;
}
.past-olympic-hosts a {
  width: fit-content;
}
/****************** Games Detail CSS *******************/
.team-for-events .event-name {
  font-size: 22px;
  font-weight: 700;
}
.team-for-events .event-name,
.team-for-events .team-in-event {
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.gallery-section {
  padding: 50px 0;
}
.awards-section .container,
.athletes-section .container,
.medals-section .container,
.delegation-section .container,
.gallery-section .container {
  max-width: 1440px;
  padding: 0;
}
.title-ribbon {
  padding: 30px 20px;
  min-height: 140px;
  width: 100%;
}
.athlete img,
.medal img,
.delegate img {
  margin-bottom: 20px;
  width: 100%;
}
.gallery-img img {
  width: 100%;
}
.athlete .sport,
.medal .medal-won,
.delegate .post {
  font-weight: 700;
}
.athlete-name,
.delegate-name {
  font-family: "Syne";
  font-size: 30px;
  font-weight: 800;
}
.team-for-events .right-container
{
	padding:60px 40px;
	gap:65px;
}
.athletes,
.medals,
.delegates
{
	width:100%;
}
/**************** Associations Page CSS ****************/
.facebook-feed .container {
  padding: 50px 20px;
}
/******************Olympians Page CSS ******************/
.content-ribbon {
  width: 100%;
}
.content-ribbon .container {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
}
.video-thumb {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  cursor: pointer;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  border: 0;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.video-play-btn.hidden {
  opacity: 0;
  pointer-events: none;
}
/******************Olympians detail CSS ******************/
.info-title
{
	font-size:25px;
	font-weight:800;	
}
.video-section .container
{
	max-width:1440px;
}
.video-section .video-thumb
{
	width:100%;
}
.video-section .video-play-btn
{
	top:50%;
	left:50%; 
	transform:translate(-50%, -50%)
}
.video-section .relative
{
	overflow:hidden;
}
/********************Shop Page CSS**********************/
.shop-section
{
	padding:70px 20px;
	gap:60px;
	flex-wrap:nowrap;
}
.shop-section .prod-img
{
	width:100%;
}
.shop-section .icons
{
	top:15px;
	left:15px;
}
.shop-section .prod-title
{
	font-size: 18px;
    color: #282828;
    text-decoration: none;
    margin-bottom: 0px;

}
.shop-section .prod-price
{
	font-family:'Syne';
	font-weight:700;
	font-size:25px;
	margin-bottom:0;
	
}
.shop-section .icons img
{
	width:18px;
}
.filter-head
{
	color:#D12B1F;
	font-weight:700;
}
#filter-form label
{
   margin-bottom: 8px;
	display:flex;
	align-items:center;
	font-size:18px;
}
#filter-form input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-bottom:0px;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  transition: border 0.3s, background-color 0.3s;
}

#filter-form input[type="checkbox"]:checked {
  border: 1px solid #EE334E;
  background-color: #EE334E;
}

.range-slider {
  position: relative;
  height: 35px;
  margin-top: 10px;
}

.range-slider input[type="range"] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 1;
  background:#E6E6E6;
  border-radius:15px;
  height: 6px;
  width: 100%;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ee334e;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
}

.range-slider .slider-track {
 position: absolute;
    height: 6px;
    background: #d7dcdf;
    border-radius: 15px;
    top: 0;
    z-index: 2;
}

.range-slider .slider-track.active {
  background: #ee334e;
}
.noUi-horizontal .noUi-handle 
{
    width: 12px !important;
    height: 12px !important;
	border-radius:15px;
}
.noUi-horizontal {
    height: 6px !important;
	border-radius:15px;
}
.noUi-connect 
{
    background: #ee334e !important;
}
.noUi-horizontal .noUi-handle 
{
    right: 0 !important;
    top: -4px !important;
}
.noUi-handle
{
    border: 0 !important;
    background: #ee334e !important;
    box-shadow: none !important;
}
.noUi-handle:after, .noUi-handle:before
{
	display:none !important;
}
.filter-group .filter-content {
  display: block;
}
.filter-group:not(.open) .filter-content {
  display: none;
}
.filter-group:not(.open) i
{
	transform: rotate(180deg);
}
.filter-head {
  cursor: pointer;
  font-weight: bold;
  margin: 1rem 0 0.5rem;
}
.shop-sidebar
{
	
}
/* DEFAULT STYLES FOR DESKTOP (>=901px) */
.shop-sidebar {
  position: relative;
  width: 100%;
  background: transparent;
  transition: none;
  max-width: 300px;
}
.one-third
{
	flex: 1 1 25%;
	display:flex;
	padding:1rem;
}
.three-fourth
{
	flex: 1 1 75%;
	display:flex;
	padding:1rem;
}
/******************Single Product CSS********************/
.prod-details
{
	padding:70px 20px;
}
.half
{
	overflow:hidden;
}
.product-gallery 
{
  
  width: 100%;
  overflow: hidden;
}

.slider-for, .slider-nav {
  width: 100%;
  max-width: 100%;
}
.slider-for img
{
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

.slick-slide {
  box-sizing: border-box;
	padding:0;
}
.slider-nav img 
{
  width:100%;
  max-height: 160px;
  max-width:200px;
  object-fit: cover;
  
}
button.slick-arrow 
{
   position: absolute;
   z-index: 9;
   top: 50%;
   background: transparent;
   border: 0;
   font-size: 25px;
}
button.slick-prev
{
   left: 10px;
}
button.slick-next
{
   right: 10px;
}
.slider-nav 
{
	margin-top:30px;
}
.stock-label,
.discount-label
{
	display:flex;
	align-items:center;
	padding:6px 10px;
}
.product-summary hr
{
	border:1px solid #333333;
}
.no-image-found 
{
  padding: 40px;
  background: #f9f9f9;
  color: #777;
  text-align: center;
  font-style: italic;
}
.product-meta p
{
	margin-bottom:0;
}
.product-meta a
{
	color:#282828;
	text-decoration:none;
}
.quantity input
{
	font-weight: 700;
    font-size: 20px;
    height: 40px;
    color: #000000;
    border: 1px solid #EE334E;
    border-radius: 50px;
    width: 80px;
    padding: 0 20px;
}
.quantity
{
	margin-bottom:20px;
}
.product-summary .single_add_to_cart_button
{
	border-color: #000000 !important;
    color: #000000 !important;
    background: transparent !important;
	border-radius:50px !important;
	border-width: 2px !important;
    border-style: solid !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    min-width: 150px;
    width: fit-content;
    display: block;
}
/*****************Awards Page Template******************/
.award
{
	padding-bottom:20px;
}
.award img
{
	width:100%;
}
.award .award-icon
{
	max-width:80px;
}
.award .athlete-name,
.award .team
{
	font-size:22px;
	font
}

/****************Resources Page Template****************/
.resource-section
{
	padding:70px 20px;
}
.resources
{
	gap:40px;
}
.resource a
{
	text-decoration:none;
	color:#282828;
	text-align:center;
	font-size:16px;
	white-space: normal;
  	line-break:anywhere;
}
.fdlt h3
{
	font-family:'Archivo';
	margin-bottom:20px;
	font-size:20px;
}
ul li
{
	line-height:30px;
}
/******************Blog Page Template*******************/
.blogs-section .category a 
{
    text-transform: uppercase;
	color:#282828;
	text-decoration:none;
}
.category-btn,
.category-btn.tab-btn
{
	background: #282828;
	border:2px solid #282828;
    padding: 12px 20px;
	text-transform:uppercase;
    color: #ffffff;
	font-size:14px !important;
}
.category-btn.active,
.category-btn.tab-btn.active
{
	background: #EE334E;
	border-color: #EE334E;
}
.category-btn:hover, 
.category-btn.tab-btn:hover
{
	background: #EE334E;
	border-color: #EE334E;
}
.year-filter select
{
	border:0;
	font-size: 16px;
	text-transform:uppercase;
    font-family: 'Archivo';
    padding: 10px;
}
.year-filter select::focus-visible 
{
	outline:none;
}
.page-numbers
{
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	color:#282828;
}
.page-numbers.current
{
	background:#EE334E;
	width: 35px;
    height: 35px;
	color:#ffffff;
	border-radius: 100%;
}
.category-filter .categories
{
	flex-wrap:wrap;
	max-width:80%;
}
.pagination
{
	margin-top:60px;
}
/******************Events Page Template******************/
.events-section
{
	padding:0px 0 70px;
}
.calendar
{
	padding:50px 20px;
	min-height:150px;
}
.event img {
  margin-bottom: 10px;
  width: 100%;
}
.gallery-img img {
  width: 100%;
}
.event
{
	padding-bottom:30px;
}
.event .title
{
	font-size:22px;
	font-family:'Archivo';
	font-weight:700;
}
.event .date
{
  font-weight: 700;
	margin-bottom:1rem;
}
.event-name {
  font-family: "Syne";
  font-size: 30px;
  font-weight: 800;
}
.event p
{
	margin-bottom:0;
}
.event .read-more
{
	color:#282828;
	text-decoration:none;
}
/******************Sinle Event/Post CSS*****************/
.single-post-section
{
	padding:150px 20px 60px;
}
.content-div
{
	gap:40px;
	display: flex;
}
.content-div img
{ 
	width:100%;
}
.single-post-section .content-part h2,
.single-post-section .content-part h3,
.single-post-section .content-part h4,
.single-post-section .content-part h5,
.single-post-section .content-part h6
{
	font-family:'Archivo';
	margin-bottom:15px;
}
.content-part
{
	gap:30px
}
h1.post-title
{
	font-size:48px;
}
.social-follow
{
	gap:0;
}
.social-follow a 
{
  width: 27px;
  height: 27px;
  text-decoration: none;
}
.back-to-archive
{
	border:none;
	padding:0;
	text-transform:capitalize;
}
.back-to-archive img
{
	margin-right:10px;
	width:30px
}
.post-subscribe-box
{
	padding:25px;
}
.single-sub-form input
{
	border: 0;
    margin-bottom: 15px;
    width: 100%;
}
.w-flex-70
{
	flex: 1 1 70%;
	display:flex;
	padding:1rem;
	min-width: 0;
}
.w-flex-30
{
	flex: 1 1 30%;
	display:flex;
	padding:1rem;
	min-width: 0;
}
.post-tags
{
	display:flex;
	gap:20px; flex-wrap:wrap;
}
.post-tags a
{
	padding: 8px;
    background: #EE334E;
    color: #ffffff;
    text-decoration: none;
}
select option {
  background-color: #000 !important;
  color: #fff !important;
}


/*******************404 Template CSS********************/
.error-404
{
	padding:100px 20px 70px;
}
.error-404 .container
{
	max-width:1000px;
	min-height:400px;
}
/*********************Content tabs**********************/
.tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }

  .tab-btn {
    cursor: pointer;
  }

  .tab-btn.active {
    background-color: rgba(255, 255, 255, 0.2);
  }
/********************* Footer CSS***********************/
.subscribe-section {
  min-height: 80px;
}

.subscribe-label {
  background-color: #1c1c1c;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 0 40px;
}

.subscribe-form {
  background-color: #f8f8f8;
  padding: 0 20px;
}

.subscribe-form input {
  border: none;
  font-size: 16px;
  padding: 12px;
  flex: 1;
  outline: none;
  background-color: transparent;
}

.subscribe-form button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding-left: 10px;
  color: #000;
}
.subscribe-form .arrow img
{
	max-width: 65px;
    width: 100%;
}
.subscribe-form .arrow {
  display: inline-block;
  transform: translateY(2px);
  font-size:20px;
}
.logo-committe .text-section {
  padding-top: 100px;
}
.footer {
  width: 100%;
  background-color: #fff;
  padding: 40px 0 20px;
  font-size: 13px;
  color: #333;
}
.nav-social
{
	width:100%;
	padding: 0 20px;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  gap: 0px;
}

.footer-nav {
  list-style: none;
  margin-left:0;
  padding-bottom:0;
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
}

.footer-nav li a {
  cursor: pointer;
  font-size:15px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-nav li a:hover {
  color: #000;
}

.footer-socials a {
  width: 27px;
  height: 27px;
  margin-left: 10px;
  text-decoration: none;
}

.footer-payments {
  display: flex;
  justify-content: end;
  margin-top: 20px;
  padding:0 20px;
}

footer hr {
  width: calc(100% - 20px);
  max-width:1920px;
  margin-right:0;
  margin: 20px 0;
  margin-left:auto;
  border: none;
  border-top: 1px solid #282828;
}

.logo-committe .text-section h1 {
  font-size: 4rem;
  padding-left: 22px;
  line-break: anywhere;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 12px;
  padding:0 20px;
  color: #555;
  gap: 10px;
}

.footer-bottom p {
  margin: 0 10px 0 0;
}

.footer-policies {
  display: flex;
  gap: 15px;
}

.footer-policies a {
  text-decoration: none;
  color: #444;
}

.footer-policies a:hover {
  text-decoration: underline;
}
/**************************Media queries*****************************/
@media (min-width:1300px)
{
	.shop-content .half
	{
		align-items:center !important;
	}
}
@media (min-width:1024px) and (max-width:1400px)
{
	header nav a 
	{
        font-size: 13px;
    }
    header .menu 
	{
    padding: 1rem 1rem;
 }
}
@media (max-width: 1280px) {
  .logo-committe .text-section h1 {
    font-size: 3rem;
  }
	h1
	{
		font-size:40px
	}
}

@media (min-width: 1025px) {
  .left-container {
    width: 100%;
    max-width: 750px;
    margin: 0 0 0 auto;
    padding: 2.5rem 4rem;
  }

  .right-container {
    max-width: 750px;
    width: 100%;
    margin: 0 auto 0 0;
    padding: 2.5rem 4rem;
  }
	.store-section button.slick-prev 
	{
		left: -110px;
	}
	.store-section button.slick-next 
	{
		right: 110px;
	}
	/*.store-section .half:nth-child(2)
	{
		overflow:visible;
	}
	.store-section .product-gallery
	{
		overflow:visible;
	}*/
}
@media (min-width: 1024px) {
  /***   Footer    ***/
	header nav a 
	{
             position: relative;
             /* padding: 10px 15px; */
             border-radius: 4px;
             transition: all 0.3s ease;
           }

           header nav a:hover {
             /* background: #f0f0f0; */
             color: #EE334E;
           }

           header nav a[data-mega]:hover {
             /* background: #007acc; */
             color: #EE334E;
           }
		.shop-sidebar
		{
			padding-left:60px !important;
		}
		.filters-container,
		.events-section .container,
	    .blogs-section .grid:not(.title-desc-grid)
		{
			padding: 50px 80px !important;
		}
		.title-desc-grid 
		{
		  padding: 50px 80px 0 !important;
		}
		.post-container,
		
		{
			padding: 0 80px 50px !important;
		}
	   .blogs-section .grid:not(.title-desc-grid):nth-child(1)
		{
			padding-top:0;
		}
		.popup-menu .mobile-popup-nav
		{
			display:none;
		}
		.cart-search.mobile
		{
			display:none;
		}
	.president .tenure 
	{
		width: 40%;
	}
	.president .name 
	{
    	width: 60%;
	}
}

@media (max-width: 1023px)
{
	.popup-menu .desktop-popup-nav
	{
		display:none;
	}
	.cart-search.desktop
	{
		display:none;
	}
	.popup-header-top .menu-cart 
	{
   		gap: 0px !important;
		
	}
	.popup-header-top nav
	{
		justify-content:start;
	}
	.subscribe-label,
	.subscribe-form 
	{
		padding: 20px;
	}
	  .title-desc-grid 
	{
		margin-bottom: 0px;
	}
	.presidents-section .left-container
	{
		width:100%;
	   padding:20px 20px;
	}
	.presidents-section .container
	{
		padding:0 20px;
	}
	.committee-member
	{
		line-break:anywhere;
	}
	.committee-member .profile
	{
		gap: 30px;
	}
	.committee-member img 
	{
		width: 100%;
		max-width: 150px;
	}
	.mission-vision
	{
		padding:90px 40px !important;
	}
	.logo-content
	{
		flex-wrap:wrap;
	}
	.sport svg 
	{
		max-width: 100px;
	}
	header nav 
	{
		display: none;
	}
	.long-title
	{
		font-size:25px;
	}
    h1
	{
		font-size:35px
	}
}
@media (max-width: 900px) {
	.popup-header-top 
	{
    	padding-bottom: 40px;
	}
  .logo-committe .text-section h1 {
    font-size: 50px;
  }
  h2 
	{
    font-size: 2rem;
  }
  .prod-divider 
  {
	  height:150px;
	  width: 100% !important;
	  margin-top: -130px;
  }
	.shop-content
	{
		display:block !important;
	}
	.president 
	{
    	gap: 20px;
	}
	.president .name,
	.president .tenure 
	{
		font-size: 20px;
		width:50%;
	}
	h1.post-title
	{
		font-size:40px;
	}
	.store-section .prod-divider
	{
		width:100% !important;
	}
	.nav-social
	{
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center !important;
	}
	.footer-nav
	{
		justify-content:center;
		gap:10px 25px;
	}
	.footer-top,
	.footer-bottom
	{
		justify-content:center;
	}
	.link-box a
	{
		font-size: 40px !important;
	}
	.store-section .prod-divider .left-half
	{
		justify-content:start;
	}
	.store-section .prod-divider .half
	{
		padding:20px;
	}
	.store-section .prod-meta
	{
		max-width: 85%;
    	margin-left: auto;
	}
	.blogs-section .category a
	{
		font-size:14px;
	}
	.partners-section .int-partners
	{
		padding-top:50px;
	}
	.toggle-filters-btn {
    display: inline-block;
    margin-bottom: 1rem;
    z-index: 999;
  }

  .filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 90;
  }

  .filter-overlay.active {
    display: block;
  }

  .shop-sidebar.slide-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 100;
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: 1rem;
  }

  .shop-sidebar.slide-sidebar.active {
    left: 0;
  }
	.info-title
	{
		font-size:22px;
	}
}

@media (min-width: 768px) {
  /*************************Home*******************/
  .green-img {
    display: none;
  }
  .int-partners-desc {
    margin-bottom: 3rem;
  }
  .olympic-img {
    background: url("http://blayzeiptv.com/wp-content/themes/maltese-olympic-ommittee/assets/images/noc-committe.png")
      no-repeat center/cover;
  }
  .sports-section,
  .presidents-section
  {
    margin-top: -135px;
  }
  .stats {
    z-index: 2;
  }
  .sports-section .yellow-bg
  {
    padding-top: 120px;
  }
  .sports-section .white-bg
  {
    padding-top: 180px;
  }
  .presidents-section .title-neg-margin
  {
    padding-top: 100px;
  }
  .sports-section .yellow-bg,
  .presidents-section .title-neg-margin
  {
    z-index: 2;
  }
  .past-olympic-hosts .olympic-host {
    gap: 80px;
  }
  .half 
	{
	  flex: 1 1 50%;
	}
	.filters-container,
	.events-section .container,
	.blogs-section .grid:not(.title-desc-grid)
	{
		padding: 40px 20px;
	}
	.title-desc-grid 
	{
		  padding: 40px 20px 0;
	}
	.post-container,
	.blogs-section .grid:not(.title-desc-grid):nth-child(1)
		{
			padding-top:0;
		}
	.single-post-section .w-flex-30
	{
		position: sticky;
		top: 115px;
		z-index: 10;
		align-self: start;
	}
	.games-desc.mobile,
	.games-cta.mobile
	{
		display:none;
	}
	#non-olympic-grid
	{
		padding-top:40px;
	}
  /*************************Association popup*******************/
	.commission-box .commission-name.mobile
	{
		display:none;
	}
}
@media (max-width: 768px)
{
	.associations-popup {
        width: 90%;
        padding: 20px;
      }

      .logo-content {
        flex-direction: column;
      }

      .association-heads {
        flex-direction: column;
        gap: 10px !important;
      }

    .sport:hover svg path 
{
      fill: red;
      transition: fill 0.3s ease;
    }

    .sport.text-center.h-full 
{
      cursor: pointer;
    }

    .flex.association-heads.gap-4.justify-between 
    {
      max-width: 70%;
    }
	.post-container .grid
	{
		padding-left:20px;
		padding-right:20px;
	}
}
@media (max-width: 767px) 
{
  .half
  {
    flex: 1 1 100%;
	  width:100%;
  }
  .green-section .right-container 
  {
    padding: 2rem;
  }
  .section
  {
	flex-wrap:wrap;
  }
  .one-third,
  .three-fourth,
  .w-flex-30,
  .w-flex-70
  {
    flex: 1 1 100% !important;
  }
  
  .countdown-logo {
    width: 40%;
  }
  
  .countdown-values {
    width: 60%;
  }

  .green-section h2 {
    font-size: 1.7rem;
  }

  .red-section {
    min-height: 450px;
  }

  h1 {
    font-size: 32px !important;
  }
  h2 {
    font-size: 30px;
  }
  /***********************Homepage****************/
	.blogs-section .blog-content
	{
    padding: 0px;
  }
  .presidents-grid 
  {
     flex-direction: column;
	 gap:0 !important;
  }
   .facebook-feed div:first-child 
  {
    flex-direction: column;
  }
	h1.post-title
	{
		font-size:32px;
	}
	.content-div,
	.product-data
	{
		flex-wrap:wrap;
    }
	.error-404 .container
	{
		min-height:300px;
	}
	.category-filter
	{
		flex-wrap:wrap;
		padding:20px;
		gap:10px;
		justify-content:center !important;
	}
	.category-filter .categories
	{
		flex-wrap:wrap;
		gap:10px;
		justify-content:center !important;
	}
	.link-box
	{
		padding:30px 20px 0 !important;
	}
	.link-box a
	{
		font-size: 20px !important;
	}
	.blogs-section
	{
		padding:0px 0px 50px !important;
	}
	.sports-section .white-bg
	{
		padding-top:0px;
	}
	.banner-title
	{
		min-height: 450px;
	}
	.sports-section .grid
	{
		padding:40px 20px;
	}
	.title-desc-grid 
	{
		padding: 50px 20px 0;
	}
	.filters-container,
	.events-section .container
	{
		padding: 30px 20px;
	}
	.single-title-box
	{
		min-height: 300px;
	}
	.games-desc.desktop,
	.games-cta.desktop
	{
		display:none;
	}
	.games-desc.mobile
	{
		display:block;
		margin-bottom:35px;
	}
	.games-cta.mobile
	{
		display:flex;
	}
	.sports-section .grid
	{
		padding:0 20px; 
	}
	.commission-box .commission-name.desktop
	{
		display:none !important;
	}
	.commission-box .commission-name.mobile
	{
		display:block;
	}
	.commission-box .commission-members
	{
		opacity:1;
		background:#282828;
	}
	.commission-members a
	{
		display:none;
	}
	.commission-members
	{
		align-items: start !important;
	}
	.president .name, .president .tenure 
	{
        font-size: 20px;
        width: 45%;
	}
	.video-section
	{
		padding:30px 20px 0;
	}
}

@media (max-width: 580px) 
{
	.popup-menu .content
	{
		flex-wrap:wrap;
	}
  .countdown .container {
    flex-direction: column;
    align-items: center;
  }

  .half,
  .green-section .right-container {
    padding: 2rem 1rem;
  }

  .olympic-img,
  .green-section {
    padding: 0;
  }

  .countdown-values {
    flex-direction: column;
    width: 100%;
  }

  .countdown-logo {
    width: 100%;
    text-align: center;
  }

  .stat {
    font-size: 20px;
  }
	.past-olympic-hosts .olympic-host
	{
		flex-direction:column;
		justify-content:center;
	}
  .host-name-year
	{
		font-size:24px;
	}
  .logo-committe .text-section h1 
	{
	   font-size: 30px;
	}
	.long-title
	{
		font-size:23px !important;
	}
	h2 
	{
		font-size: 27px;
	}
	h3 
	{
		font-size: 24px;
	}
    .single-banner-section .image-left 
	{
		order: 3;
	}
	.assoc-stat-section .right-container
	{
		padding:2.5rem !important; 
	}
	.committee-member img 
	{
        max-width: 200px;
    }
	.committee-member .profile
	{
		flex-wrap: wrap;
   		gap: 10px 20px;
		margin-bottom:0;
	}
	.committee-member .profile p
	{
		margin-bottom:10px;
	}
	.info-title
	{
		font-size:18px;
	}
	.president
	{
		flex-wrap:wrap;
	}
	
	.president .name,
	.president .tenure
	{
		font-size:18px;
	}
	.popup-header-bottom h2
	{
		order:2;
	}
}
@media (max-width: 360px)
{
	.president .name,
	.president .tenure
	{
		font-size:15px;
	}
}
