/*!
Theme Name: Alabama
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alabama
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.

Alabama 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	outline: none;
}

 body, p {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	letter-spacing: .5px;
	font-weight: 300;
	color: #323033;
  }
  
  h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
  }
  
  .font-weight-bold {
	font-weight: 900 !important;
  }
  
  a:not(.btn):not(.dropdown-item):not(.nav-link):not(.navbar-brand) {
	color: #EF3F37;
  }
  
  a:not(.btn):not(.dropdown-item):not(.nav-link):not(.navbar-brand):hover {
	color: #c9302c;
  }
  
  /* --- Utility Classes --- */
  .text-red {
	color: #EF3F37 !important;
  }
  
  .text-green {
	color: #C1D33C !important;
  }
  
  .text-cyan {
	color: #00AED1 !important;
  }
  
  .text-orange {
	color: #F7961F !important;
  }
  
  /* --- Buttons --- */
  .btn {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.7px;
	border-width: 2px;
	border-radius: 4px;
	text-transform: uppercase;
	padding: 10px 28px;
	transition: all 0.3s ease;
	box-shadow: none !important;
  }
  
  .btn-red {
	background-color: #EF3F37;
	border-color: #EF3F37;
	color: #fff;
  }
  
  .btn-red:hover,
  .btn-red:focus {
	background-color: #fff;
	border-color: #EF3F37;
	color: #EF3F37;
  }
  
  .btn-outline-white {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
  }
  
  .btn-outline-white:hover,
  .btn-outline-white:focus {
	background-color: #fff;
	border-color: #fff;
	color: #323033;
  }
  
  /* --- Navbar --- */
  #site-header {
	transition: box-shadow 0.3s ease;
  }
  
  #site-header.scrolled {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  }
  
  .navbar-brand img {
	max-height: 70px;
	transition: max-height 0.3s ease;
  }
  
  #site-header.scrolled .navbar-brand img {
	max-height: 50px;
  }
  
  .navbar-nav .nav-link {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #323033 !important;
	padding: 10px 18px;
	transition: color 0.3s ease;
  }
  
  .navbar-nav .nav-link:hover {
	color: #EF3F37 !important;
  }
  
  .navbar-nav .nav-item.active {
	position: relative;
  }
  
  .navbar-nav .nav-item.active::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 80%;
	height: 3px;
	background: linear-gradient(112.1deg, #EF3F37 0%, #F7961F 100%);
	border-radius: 2px;
  }
  
  /* Dropdown */
  .nav-item .dropdown-menu {
	background-color: #00AED1;
	border-radius: 0;
	border: none;
	margin-top: 0;
	padding: 0;
	min-width: 200px;
  }
  
  .dropdown-menu .dropdown-item {
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 12px 20px;
	transition: background-color 0.2s ease;
  }
  
  .dropdown-menu .dropdown-item:hover,
  .dropdown-menu .dropdown-item:focus {
	background-color: rgba(255, 255, 255, 0.15);
	color: #ffffff;
  }
  
  /* Animated hamburger icon */
  .animated-icon1 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
  }
  
  .animated-icon1 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	background: #323033;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
  }
  
  .animated-icon1 span:nth-child(1) {
	top: 0;
  }
  
  .animated-icon1 span:nth-child(2) {
	top: 10px;
  }
  
  .animated-icon1 span:nth-child(3) {
	top: 20px;
  }
  
  .animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
  }
  
  .animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
  }
  
  .animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
  }
  
  .navbar-toggler {
	border: none;
	padding: 0;
  }
  
  .navbar-toggler:focus {
	outline: none;
	box-shadow: none;
  }
  
  /* --- Hero Section (Homepage) --- */
  #hero {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
  }
  
  #hero .hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
    z-index: 3;
  }
  
  #hero .hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(50, 48, 51, 0.75);
	z-index: 1;
  }
  
  #hero .hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
  }
  
  #hero .hero-content h1 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 1.15;
	margin-bottom: 30px;
	letter-spacing: 1px;
  }
  
  #hero .hero-content .font-weight-bold {
	color: #fff;
  }
  
  /* Color Bar */
  .color-bar-divider img {
	width: 100%;
	object-fit: cover;
	display: block;
  }
  
  /* --- Stats Section --- */
  .stats-section .media img {
	width: 68px;
	height: 68px;
	object-fit: contain;
  }
  
  .stats-section .h4 {
	font-weight: 700;
	color: #323033;
  }
  
  /* --- Content Section with Background Image --- */
  .content-bg-section {
	position: relative;
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
  }
  
  /* --- Fractal Right Background --- */
  .fractal-right {
	background: url('assets/images/Header.png');
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 60%;
  }
  
  /* --- Inner Page Content --- */
  #content {
	min-height: 600px;
  }
  
  /* --- Color Bars Staggered --- */
  .color-bars-staggered {
	line-height: 0;
  }
  
  .color-bars-staggered img {
	height: auto;
	min-height: 6px;
	position: relative;
	bottom: 14px;
	margin-bottom: -14px;
  }
  .container-image-with-content { position: relative; }
  /* --- Footer --- */
  #footer {
	background: url('assets/images/Footer.png');
	background-position: left top;
	min-height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
  }
 
  
  .footer-bottom {
	background: rgba(0, 0, 0, 0.25);
  }
  
  .footer-bottom .d-flex{
	  justify-content:space-between;
	  align-items: center;
	  gap:15px;
  }
  
  .footer-bottom .d-flex .privacy-policy a{
	  color:#fff !important;
  }
  
  /* --- DataTables / Tables --- */
  .table .thead-dark th {
	background-color: #00AED1;
	border-color: #00AED1;
  }
  
  table.dataTable thead th {
	border-bottom: none;
  }
  
  /* DataTables overrides for Bootstrap 4 */
  .dataTables_wrapper .dataTables_filter input {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px 8px;
  }
  
  .dataTables_wrapper .dataTables_info {
	font-size: 13px;
	color: #666;
  }
  
  /* --- Contact Form --- */
  .form-control-inset {
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	background-color: transparent;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 300;
  }
  
  .form-control-inset:focus {
	border-bottom-color: #00AED1;
	box-shadow: none;
	background-color: transparent;
  }
  
  textarea.form-control {
	border: 1px solid #ddd;
	border-radius: 4px;
	resize: vertical;
  }
  
  textarea.form-control:focus {
	border-color: #00AED1;
	box-shadow: none;
  }
  
  /* --- Award Ceremony Winner Cards --- */
  .winner-section {
	margin-bottom: 40px;
  }
  
  .winner-section img.img-fluid {
	width: 100%;
  }
  
  /* --- Modal (Company Profile) --- */
  .modal-content {
	border-radius: 0;
	border: none;
  }

  ul#menu-header { flex-grow: 1; display: flex; justify-content: flex-end; align-items: center;margin: 0;} 
  ul#menu-header>li { display: block; position: relative; } 
  ul#menu-header>li>a { font-family: Inter; font-size: 15px !important; font-weight: 600; letter-spacing: 0.7px; line-height: 19px; text-transform: uppercase; padding: .5rem 1rem; text-decoration: none; } 
  #menu-header>li .sub-menu { padding: 0; background-color: #00AED1 !important; border-color: #00AED1 !important; border-radius: 0; position: absolute; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; min-width: 13rem; padding: .5rem 0; margin: .125rem 0 0; top: 100%; left: 0; z-index: 1000;display: none;} 
  ul#menu-header>li.btn>a { color: #fff; } 
  ul#menu-header>li.btn>a:hover { color: #ef3f37; background: #fff; border-color: #ef3f37; border-width: 2px; border-style: solid; } 
  #menu-header>li .sub-menu>li { display: block; } 
  #menu-header>li .sub-menu>li>a { color: #ffffff; font-family: Inter; font-size: 15px !important; font-weight: 600; letter-spacing: 0.7px; line-height: 19px; text-transform: uppercase; padding: .25rem 1.5rem; padding-left: 21px; padding-right: 21px; display: block; text-decoration: none; } 
  ul#menu-header>li.btn>a { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 0.7px; border-width: 2px; border-radius: 4px; text-transform: uppercase; padding: 10px 28px; transition: all 0.3s ease; background-color: #EF3F37; border-color: #EF3F37; color: #fff; text-decoration: none; border-style: solid; } 
  ul#menu-header>li.btn { padding: 0; background: none !important; border: none !important;margin-left: 1rem;}
  #menu-header>li .sub-menu>li>a:hover, #menu-header>li .sub-menu>li>a:focus { color: #16181b; text-decoration: none; background-color: #f8f9fa; }
  ul#menu-header>li.menu-item-has-children>a { position: relative; padding-right: 1.3rem; } 
  ul#menu-header>li.menu-item-has-children>a:after { content: ''; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #ef3f37; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } 
  body { padding-top: 122px; } 
  header figure { margin: 0px; padding: 5px 0; }
  .ControlBar_module_controlBarWrapper__33f2e772 { display: none; } 

.color-img-left .media-body {padding-left: 48px;background: url(assets/images/Color-Slash-Red.png) no-repeat top left;background-size: 32px auto;}
.color-img-left .col-lg-6:nth-child(2n) .media-body{background: url(assets/images/Color-Slash-Blue.png) no-repeat top left; background-size: 32px auto;}
.color-img-left .col-lg-6:nth-child(3n) .media-body{background: url(assets/images/Color-Slash-Orange.png) no-repeat top left; background-size: 32px auto;}
.color-img-left .col-lg-6:nth-child(4n) .media-body{background: url(assets/images/Color-Slash-Green.png) no-repeat top left; background-size: 32px auto;}

.color-img-left-v2 .media-body {padding-left: 27px;background: url(assets/images/Color-Slash-Red.png) no-repeat top 5px left;background-size: 11px auto;}
.color-img-left-v2 .media:nth-child(2n) .media-body{background: url(assets/images/Color-Slash-Blue.png) no-repeat top 5px left;background-size: 11px auto;}
.color-img-left-v2 .media:nth-child(3n) .media-body{background: url(assets/images/Color-Slash-Orange.png) no-repeat top 5px left;background-size: 11px auto;}
.color-img-left-v2 .media:nth-child(4n) .media-body{background: url(assets/images/Color-Slash-Green.png) no-repeat top 5px left;background-size: 11px auto;}
section#our_host_block img { max-width: 100% !important; }

img{max-width: 100%;}

.contact-us-form .gform_heading { display: none; } 
.contact-us-form .gform_fields { row-gap: 16px !important; } 
.contact-us-form .gform_fields input[type="text"], .contact-us-form .gform_fields input[type="email"], .contact-us-form .gform_fields textarea { font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; border: 1px solid #ced4da; border-radius: .25rem; box-shadow: none;outline: none !important;} 
.contact-us-form .gform-footer input[type="submit"] { background-color: #EF3F37 !important; border-color: #EF3F37 !important; color: #fff; font-size: 15px; letter-spacing: .5px; font-weight: 600; border-width: 2px; padding: .5rem 1.3rem; border-style: solid; line-height: 1.5; border-radius: .25rem; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;outline: none !important;} 
.contact-us-form .gform-footer input[type="submit"]:hover { color: #EF3F37 !important; background: #fff !important; }

.inner-banner-text strong { font-weight: bold; } 
.winner-history-block .h4 { font-weight: bold; } 
.winner-history-search-wrap { align-items: center; } 
.winner-history-search-wrap label { position: static; clip: unset; width: unset; height: unset; font-family: 'Inter'; font-size: 15px; letter-spacing: .5px; font-weight: 300; color: #323033; } 
.winner-history-search-wrap input { width: unset; margin-left: 0.5em; display: inline-block; border: 1px solid #aaa; border-radius: 3px; padding: 5px; background-color: transparent; } 
.table-striped tbody tr td:nth-child(3), .table-striped tbody tr td:last-child { text-align: right; } 
.table-striped tbody tr td:first-child { font-weight: 600; } 
.table-striped tbody tr td button.btn.btn-red { font-size: 15px; letter-spacing: .5px; font-weight: 600; border-width: 2px; padding: .5rem 1.3rem; } 
span.winner-history-sort-icon { position: relative; width: 12px; height: 20px; display: inline-block; font-size: 0px; } 
span.winner-history-sort-icon:before { content: "▲"; left: 0; opacity: 0.125; line-height: 9px; font-size: 12px; position: absolute; top: 0; } 
span.winner-history-sort-icon:after { content: "▼"; left: 0; opacity: 0.125; line-height: 9px; font-size: 12px; position: absolute; bottom: 0; }

.winner-history-table .modal { text-align: left; } 
.winner-history-table .modal #modalSocials { display: flex; flex-wrap: wrap; } 
.winner-history-table .modal #modalSocials>li { display: block; padding: 12px 12px; } 
.winner-history-table .modal #modalSocials>li>a { font-size: 2em; display: block; } 
span#pw-website>a { color: #ef3f37 !important; word-break: break-word; } 
.table .modal td, .table .modal th { border: none !important; background: none !important; text-align: left !important; font-weight: 400 !important; } 
.table .modal tr { background: none !important; }

.application_block .gform_fields input[type="url"], .application_block .gform_fields input[type="number"], .application_block .gform_fields input[type="tel"], .application_block .gform_fields input[type="text"], .application_block .gform_fields input[type="email"], .application_block .gform_fields textarea { font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; border: 1px solid #ced4da; border-radius: .25rem; box-shadow: none; outline: none !important;width: 100%;} 
.application_block .gform-footer input[type="submit"] { background-color: #EF3F37 !important; border-color: #EF3F37 !important; color: #fff; font-size: 15px; letter-spacing: .5px; font-weight: 600; border-width: 2px; padding: .5rem 1.3rem; border-style: solid; line-height: 1.5; border-radius: .25rem; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;outline: none !important;} 
.application_block .gform-footer input[type="submit"]:hover { color: #EF3F37 !important; background: #fff !important; } 
.application_block .gform_fields { row-gap: 16px !important; }

.winner-history-sort-desc span.winner-history-sort-icon:after { opacity: 0.4; } 
.winner-history-sort-asc span.winner-history-sort-icon:before { opacity: 0.4; }

input[type="radio"] { outline: none !important; }
[class^="ControlBar_module_controlBarWrapper"]{display:none}
section#our_host_block .col-lg-4  img { width: 277px; margin: 0 auto; display: block; }
.gform_validation_errors{display: none !important;}
section#contact_us_block #content p a { color: #323033;text-decoration: underline;}  

@media (min-width: 1200px) {
    h1,.h1 { font-size: 3.75rem; }
	h2,.h2 { font-size: 3rem; }
	.h3, h3 { font-size: 2.5rem; }
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width:1440px;
	}
  }  
  /* --- Responsive --- */
  @media (max-width: 1199.98px) {
	.navbar-nav .nav-item.active::after {
	  bottom: 0;
	  left: 18px;
	  width: 30px;
	}
  
	.navbar-collapse {
	  background: #fff;
	  padding: 15px;
	  margin-top: 10px;
	  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	}
  
	.nav-item .dropdown-menu {
	  background-color: #00AED1; 
	}
	ul#menu-header { display: none;padding: 15px 0; position: absolute; width: 100%; top: 100%; background: #fff; left: 0;} 
	ul#menu-header:before { content: ''; background: #fff; position: absolute; height: 100%; width: 100%; left: 0; }
	ul#menu-header>li.btn>a { display: inline-block; } 
	ul#menu-header>li.btn { margin-left: 0; text-align: left; } 
	ul#menu-header>li { margin-bottom: 15px; }
	#menu-header>li .sub-menu { position: relative; }  
	ul#menu-header>li.menu-item-has-children { display: inline-flex; flex-flow: column; align-items: flex-start; }
	.other-logos img { max-width: 107px; }
  }
  
  @media (max-width: 991.98px) {
	#hero {
	  min-height: 500px;
	}
  
	#hero .hero-content h1 {
	  font-size: 36px;
	}
  
	.fractal-right {
	  background-size: 80%;
	}
	#footer .col-lg-auto { text-align: center; }
	section#our_host_block .col-lg-4  img { max-width: 277px !important; margin:0 auto; display: block; }
	.modal-body button.close {position: absolute !important;right: 20px;top: 5px !important;}  
  }
  
  @media (max-width: 767.98px) {
	#hero {
	  min-height: 450px;
	}
  
	#hero .hero-content h1 {
	  font-size: 32px;
	}
  
	#hero .hero-content {
	  padding: 40px 16px 60px;
	}
  
	.fractal-right {
	  background-size: 100%;
	}
  
	#footer {
	  min-height: 200px;
	}
	.winner-history-page section#simple-inner-hero-banner .inner-hero_banner-with-image-wrap { padding: 30px 20px 0 20px !important; } 
	.winner-history-page section.winner-history-section .pl-5.pr-5.pb-5 { padding: 0 0 !important; }
	section#about_banner_block .row.mb-5.p-5 { padding: 0 !important; } 
	#hero .hero-bg { padding: 10px 0px 0px !important; position: relative !important; background: none !important; } 
	#hero .hero-content { padding: 30px 16px 20px; } 
	p.font-weight-bold.text-rede{display: none;}
	 
  }
  
  @media (max-width: 575.98px) {
	#hero .hero-content h1 {
	  font-size: 26px;
	  margin-bottom: 20px;
	}
  
	#hero {
	  min-height: 400px;
	}
  
	.navbar-brand img {
	  max-height: 45px;
	}
	
	section#image_with_content_block .bg-white.p-5 { padding: 10px !important; } 
	section#image_with_content_block .bg-white.p-5 .row.mb-5.p-5 { padding: 0px !important; } 
	section#image_with_content_block .row { padding: 0 !important; }

	section#about_banner_block div#content { padding: 30px !important; } 
	section#our_host_block .border-bottom { text-align: center; } 
	section#our_host_block { text-align: center; } 
	section#our_host_block h2.mb-5 img { margin: 0 auto !important; }
	section#awards_ceremony_block #content { padding: 15px 15px !important; }

	section#contact_us_block div#content { padding: 40px 20px 40px !important; }
  }