﻿/*
Theme Name: NALTP Theme
Description: NALTP Theme by Prager Microsystems, Inc.
Version: 1.0.0
Author: Prager Microsystems, Inc.
Author URI: https://www.pragermicrosystems.com/
*/
@import url('https://fonts.googleapis.com/css2?family=Gudea&family=Source+Sans+Pro&display=swap');
@import "blog/blog.css";
@import "inc/fonts/stylesheet.css";

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #555555;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	-ms-filter: "progid:DXImageTransform.Microsoft.font-smoothing(antialiased)";
	line-height: 1.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.text-rendering(optimizeLegibility)";
	font-weight: 400;
	word-wrap: break-word;
	overflow-x: hidden;
	font-style: normal;
	font-stretch: normal;
	position: relative;
	margin: 0;
	unicode-range: U+0020-2212;
}
.gform_wrapper.gravity-theme input::placeholder, .gform_wrapper.gravity-theme select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #747474;
  opacity: 1; /* Firefox */
  font-weight: 400;
}
.gform_wrapper.gravity-theme select {
	color: #747474;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

h1 {
	font-size: 42px;
	line-height: 52px;
	color: #cc100e;
	margin-bottom: 15px;
	text-transform: capitalize;
	margin-top: 0;
}

h2 {
	color: #005c5e;
	font-size: 32px;
    line-height: 38px;
    margin: 10px auto 15px;
}
h3 {
	color: #cc100e;
	font-size: 29px;
	line-height: 32px;
	margin: 15px auto;
}

h4 {
	font-size: 22px;
	line-height: 28px;
	margin: 15px 0px;
}

h5 {
	font-size: 20px;
	line-height: 22px;
}
h6{
	font-size: 18px;
	line-height: 22px;	
}

p {
	margin: 0 0 15px;
}
a {
	color: #cc100e;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	text-decoration: none;
}
a:hover {
	color: #048587;
}
.skip-container {
	padding: 0;
}
.container, .container-wide {
	margin: 0 auto;
	max-width: 1280px;
	width:100%;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: #fff;
	border: 0px solid #e5e5e5;
	border-radius: 0px;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	min-height: 500px;
	z-index: 0;
}  

body.home #wrapper {
	margin: 0 auto;
}
#announcement-top {
    z-index: 99999;
	width: 100%;
}
.announcement-style {
    background-color: #cc100e;
    padding: 8px 40px;
}
.announcement-style p {
    line-height: 1.3;
	margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
#header-main {
	z-index: 9999;
	width: 100%;
}
#header {
	margin: 0;
	position: static;
	top: 0;
	width: 100%;
	z-index: 99;
	background-color: #fff;
	border-bottom: 4px solid #055e5f;
}

#footer {
	clear: both;
	margin: 0;
	max-width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #048587;
	border-top: 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
.footer-list-margin {
	margin-bottom: 18px!important;
}
.color-white {
	color: #ce0c0e;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 40px;
	margin-bottom: 20px;
}

.home #content-full{
	margin-top: 0px;
	margin-bottom: 0px;
}

#content-full {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content-search {
	margin-bottom: 40px;
	margin-top: 20px;
}

#content-sitemap {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 15px;
	color: #000;
	padding-bottom: 5px;
	display: inline-block;
}
#content-sitemap a:hover {
	color: #B80003;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: inherit;
}

#cancel-comment-reply-link {
	color: #990000;
}

.post-data {
	clear: both;
	font-size: inherit;
	font-weight: inherit;
	margin-top: 20px;
}

.post-data a {
	color: #111111;
}

.post-entry {
	clear: both;
}

.post-meta {
	clear: both;
	color: #7E7E7E;
	font-size: inherit;
	margin-bottom: 15px;
}

.post-edit {
	clear: both;
	display: block;
	font-size: inherit;
	margin: 1.5em 0;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 0 10px 20px 0;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 10 0px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 40px;
	margin-bottom: 20px;
	width: 31%;
	display: inline-block;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
#widgets li {
	margin: 0px;
	font-size: 14px;
	line-height: 17px;
}

#widgets ul li a {
	color: #333;
	background: transparent;
	padding: 5px 15px 5px 30px;
	line-height: 35px;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: inherit;
}
#widgets ul .current_page_item a {
	color: #fff;
	background: #001226;
}
#widgets ul li a:hover {
	color: #fff;
	background: #ce0c0e;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 15px 15px 0 0;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: Univers LT Std;
	word-wrap: break-word;
	text-decoration: none !important;
	font-style: normal;
	font-weight: bold;
}

select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	border-bottom-color: #cccccc;
	border-radius: 0px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 0px 8px;
	vertical-align: middle;
	max-width: 100%;
	height: 44px;
	line-height: 44px;
	font-weight: normal;
	font-family: inherit;
}
.menu {
	display: flex;
	flex-wrap: wrap;
	background-color: transparent;
	background-image: none;
	clear: both;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d)";
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
.menu li {
	padding: 0 9px;
	border-right: 1px solid #a2a2a2;
	margin-bottom: 5px;
}
.menu li:last-child {
	border-right: 0;
}
.menu a {
	border-left: 0;
	color: #878787;
	font-size: 14px;
	height: auto;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	text-shadow: none;
	display: inline;
	font-weight: normal;
	text-underline-offset: 4px
}
ul.menu > li:hover {
	background-color: transparent;
	color: inherit;
}
.menu a:hover {
	background: none;
	background-image: none;
	text-decoration: underline;
	color: #202B42;
}

/******* Grid Layout *******************/

.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}
.comn-btn, .hd-phone a.tel-link {
	display: inline-block;
	position: relative;
	padding: 15px 40px;
	background: #ce0c0e;
	color: #fff;
	font-weight: 500;
	z-index: 1;
	line-height: 18px;
	font-size: 20px;
}
.comn-btn:hover {
	background-color: #078487;
	color: #fff;
}
.comn-btn::before {
	content: '';
	position: absolute;
	height: calc(100% + 0.556em);
	width: calc(100% + 0.556em);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	z-index: -1;
	will-change: transform;
	transform-origin: 50% 50%;
	transition: transform 0.35s cubic-bezier(.39,.58,.53,1.37) 0s,opacity 0.25s ease 0.1s;
	pointer-events: none;
	opacity: 0;
	background-color: #078487;
	border: 2px solid #fff;
}
.comn-btn:hover::before, .hd-phone a.tel-link:hover::before {
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
.wpb_gmaps_widget {
	margin-bottom: 0 !important;
}
#content-full, #right-sidebar {
	margin-top: 40px;
}
/*********** start slimmenu css ********/

.menu-collapser{
    background:transparent;
    color:#FFF;
    font-size:16px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-family:inherit;
    height:50px;
    line-height:45px;
    position:relative;
    width:45px;
    padding:0;
    float:right;
    margin-top: 0;
}
.collapse-button{
    background-color: #ce0c0e;
    color:#fff;
    cursor:pointer;
    font-size:14px;
    position:absolute;
    right:0;
    text-align:center;
    top:0;
    width:46px;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -webkit-transition:all .3s ease-in;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding:12px;
    height:46px;
    margin-top:2px
}
.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #545454;
	color: #fff;
}
.collapse-button:hover .icon-bar,.collapse-button:focus .icon-bar{
    background-color:#fff
}
.collapse-button .icon-bar{
    background-color:#FFF;
    border-radius:1px;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    display:block;
    height:3px;
    width:100%;
    margin:3px 0
}
ul.slimmenu {
	font-family: 'Gudea', sans-serif;
	height: auto;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 0;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 	
}
#header_section.sticky ul#menu-header-menu {
	margin-top: 8px;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 
}
ul.slimmenu.collapsed, ul.topmenu.collapsed {
	position: fixed;
	left: 0;
	z-index: 9999;
	top: 0;
	width: 65%;
	height: 100%;
	background-color: #004a4b;
	margin-top: 0;
	padding-top: 50px;
	overflow-y: scroll;
	transition: none;
}

ul.slimmenu > li {
	display: inline-block;
	margin: 0;
	position: relative;
	margin-right: 0;
	text-transform: uppercase;
	padding: 0;
}
ul.slimmenu > li:last-child {
	border-right: 0;
}
ul.slimmenu li a {
	color: #055e5f;
	display: block;
	font-size: 15.5px;
	font-weight: 600;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	z-index: 9;
	padding: 10px 9px;
	text-transform: uppercase;
	background-color: transparent;
}

ul.slimmenu li a:hover::before, ul.slimmenu li.current-menu-item a::before, ul.slimmenu li.current-menu-ancestor a::before {
	bottom: 0px;
}
ul.slimmenu li.current-menu-item > a, ul.slimmenu li.current-menu-item::after,
ul.slimmenu li.current-menu-ancestor > a, ul.slimmenu li.current-menu-ancestor::after{
    color:#235BA8; 
}

ul.slimmenu li > a:hover, ul.slimmenu li.current-menu-item > a, ul.slimmenu li.current-menu-ancestor > a {
	color: #ce0c0e;
	background-color: transparent;
}
ul.slimmenu li ul li > a:hover, ul.slimmenu li ul li.current-menu-item > a, ul.slimmenu li ul li.current-menu-ancestor > a {
	background: #fff;
	color: #555;
}
ul.slimmenu li ul li.menu-item-has-children:hover::after {
    color:#ce0c0e;
}
ul.slimmenu li .sub-collapser{
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0
}
ul.slimmenu li .sub-collapser::before{
    color:#fff;
    content:"";
    display:none;
    font-family:fontawesome;
    font-size:22px;
    height:100%;
    margin-right:0;
    position:absolute;
    right:12px;
    top:22%;
    vertical-align:middle;
    z-index:99
}
ul.slimmenu li .sub-collapser>i{
    display:none
}
ul.slimmenu ul li .sub-collapser::before{
    content:"\f0da";
    right:20px
}
ul.slimmenu li ul{
    list-style-type:none;
    margin:0
}
ul.slimmenu li ul li {
	right: 0;
	width: 100%;
}
ul.slimmenu li ul li a {
	background-color: #fff;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    text-overflow: inherit;
    white-space: nowrap;
    padding: 0 20px;
    text-align: left;
    margin: 0 auto;
    font-size: 16px;
    text-transform: capitalize;
    color: #555;
    position: relative;
    font-weight: 400;
}
ul.slimmenu li ul li a:hover::before {
	position: absolute;
	width: 4px;
	height: 45px;
	content: "";
	top: 0;
	left: 0;
	background: #058588;
}
ul.slimmenu li ul li a:hover {
	background: #f7f7f7;
	color: #058588;
	padding-left: 30px;
}
ul.slimmenu li ul li a::after,ul.slimmenu li ul li a:hover::after{
    display:none;
    content:''
}

ul.slimmenu li.menu-item-has-children {
	margin-right: 0;
}
ul.slimmenu li > ul {
	/* box-shadow: none; */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	/* display: block; */
	min-width: 22em;
	position: absolute;
	right: auto;
	top: 41px;
	width: 100%;
	z-index: 9999;
	padding: 0;
	left: 0;
	box-shadow: 8px 6px 7px -5px rgba(0,0,0,0.3);
}
ul.slimmenu.collapsed li > ul{
	-webkit-animation: none;
    -webkit-animation-delay: 0;
    animation: none;
    animation-delay: 0;
}
@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

ul.slimmenu.collapsed li.menu-item-has-children a{
    padding-right:50px
}
ul.slimmenu.collapsed ul.sub-menu i{
    font-style:normal;
    padding-left:10px;
    padding-right:5px
}
ul.slimmenu li>ul>li ul{
    display:none;
    position:absolute;
    left:100%;
    top:0;
    z-index:999;
    width:100%;
    min-width:12em
}
ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	border: 0;
}
ul.slimmenu.collapsed li a {
	background-color: #004a4b;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: left;
	margin: 0 auto;
}

.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 9px;
	right: 0px;
	color: #fff;
	font-size: 15px;
	display: none;
}
.sub-menu .menu-item-has-children::after {
	position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    top: 12px;
    right: 7px;
    color: #09ADB6;
	z-index:999;
	display:none;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #fff !important;
	border-left: 0;
	background-color: #ce0c0e;
}
ul.slimmenu.collapsed li ul li a:hover {
	padding-left: 20px;
}
ul.slimmenu.collapsed li a:hover::before, 
ul.slimmenu.collapsed li ul li a:hover::before {
	display: none;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #ce0c0e;
	color: #fff !important;
	border-left: 0;
}
ul.slimmenu.collapsed li ul li > a:hover, 
ul.slimmenu.collapsed li ul li.current-menu-item > a, 
ul.slimmenu.collapsed li ul li.current-menu-ancestor > a {
	background: #ce0c0e;
	border-left: 0;
	color: #fff;
}
ul.slimmenu.collapsed li .sub-collapser{
    height:40px;
    width:50px;
    z-index:999;
    position:absolute;
    display:inline;
    font-family:FontAwesome;
    color:#FFF;
    line-height:40px;
    font-size:20px;
    text-align:center
}
ul.slimmenu.collapsed li a:hover .sub-collapser,ul.slimmenu.collapsed li.current-menu-item .sub-collapser::after{
    color:#fff
}
ul.slimmenu.collapsed li.current-menu-item li > a {

	color: #fff;
}
ul.slimmenu.collapsed li .sub-collapser::after{
    content:"\f107"
}
ul.slimmenu.collapsed li .sub-collapser.expanded::after{
    content:"\f106"
}
ul.slimmenu.collapsed li > ul {
	display: block;
	position: static;
	height: auto !important;
}
ul.slimmenu li:hover ul{
    display:block;
}
ul.slimmenu.collapsed li a::after,ul.slimmenu.collapsed li a::after:hover{
    content:'';
    display:none
}
ul.slimmenu.collapsed>li>a::before{
    display:none
}
.sub-toggle {
	position: absolute;
}
ul.slimmenu > li.menu-item-has-children {
	padding-right: 10px;
}
ul.slimmenu.collapsed > li.menu-item-has-children {
	padding-right: 0;
}
ul.slimmenu li .sub-toggle::after {
	color: #058588;
	font-family: fontawesome;
	opacity: 1;
	font-size: 13px;
	z-index: 99999;
	text-align: center;
	line-height: 40px;
	top: 3px;
	position: absolute;
	right: 10px;
	display: inline-block;
	content: "\f0d7";
}
.sub-menu .menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f0da";
	top: 10px;
	right: 10px;
	color: #0b2f51;
	z-index: 999;
	display: block;
}
.sub-menu .sub-toggle {
	display: none;
}
ul.slimmenu.collapsed li .sub-toggle::after, 
ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	color: #fff;
	font-family: fontawesome;
	opacity: 1;
	font-size: 20px;
	z-index: 99999;
	width: 50px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	top: 0 !important;
	margin: auto;
	display: block;
	right: 0;
}

ul.slimmenu.collapsed li .sub-toggle::after{
    content:"\f107"
}
ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	content: "\f106";
}
ul.slimmenu li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}
ul.slimmenu.collapsed li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index:999;
}
ul.slimmenu.collapsed li .sub-toggle {
	height: 40px;
	width: 50px;
	display: block;
}


ul.slimmenu.collapsed li a {
	line-height: 45px;
	padding: 0 12px;
	border-bottom: 1px solid #fff;
	padding-left: 20px;
}

/*********** End slimmenu css ********/

/* Standard Elements */

rs-dotted.twoxtwo {
	background-image: none !important;
	background-color: rgba(0,85,165,0.6);
}

ol li {
	line-height: 30px;
}
ul, ol {
	padding-left: 15px;
}

.fancylist ul {
	padding-left: 25px;
	margin-right: 0;
	margin-bottom: 10px !important;
}
.fancylist ul li ul{
	margin-bottom: 0px !important;
}
/*.fancylist ul li {
	padding-left: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-style: italic;
	position: relative;
}
.fancylist ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.fancylist ul li::before {
	content: '\f138';
	font-family: fontawesome;
	position: absolute;
	left: 0;
	color: #ce0c0e;
	font-style: normal;
}
.fancylist ul li a{
	padding-bottom: 0 !important;
}
.fancylist ul li ul {
	padding-top: 8px;
} */
.fancylist ul li::marker {
	font-size: 24px;
	color: #ce0c0e;
}
/**** Custom css ***/
#topbar {
	position: relative;
	padding: 10px 0;
	margin-bottom: 30px;
	min-height: 350px;
	background-size: cover;
	background-position: center;
}
#breadcrumbs, #breadcrumbs a {
	font-size: 14px;
	color: #fff;
}
#breadcrumbs a:hover {
	color: #ce0c0e;
}
.breadcrumb_last {
	color: #ce0c0e;
}
.pagetitle {
	color: #ce0c0e;
	font-size: 3.0em;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: 25px;
	text-align:center;
	font-size:40px;
}
.center {
	text-align:center;
}
#title-row {
	margin-top: 50px;
}
#footer-top {
	padding: 0;
	clear: both;
}
#logo {
	float: none;
	display: inline-flex;
}
#logo img {
	max-width: 260px;
	width: auto;
	height: auto;
}
.custom-logo-link {
	display: inline-flex;
}
.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	gap: 15px;
	background-image: url('../../../wp-content/uploads/2022/10/Stars.png');
	background-size: inherit;
	background-repeat: no-repeat;
	background-position: center;
}
.top-header-right {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.copyright span {
	display: flex;
}
.designby {
	margin-top: -5px;
}
.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}



#header-top {
	background-color: #004a4b;
	font-size: 14px;
	padding: 8px 0;
	line-height: 1.3;
	color: #fff;
}
#header-top .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header-top a {
	color: #e6d604;
}
#header-top a:hover {
	color: #fff;
}
#header_widget:last-child {
	text-align: right;
}
#header-top a.white {
	color: #fff;
	margin-left: 25px;
}
#header-top a.white:hover {
	color: #e6d604;
}
#header_widget p {
	margin: 0;
}
.terminal-pickup-info {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.terminal-pickup-info a {
	color: #fff!important;
    text-decoration: underline;
}
.mainmenu {
	background-color: #f7f7f7;
	text-align: center;
}
#footer-top {
	color: #fbf6f1;
	font-size: 14px;
	line-height: 1.6;
	background-color: #fff;
	padding-top: 10px;
}
#footer-top a {
	color: #fbf6f1;
	text-decoration: underline;
}
#footer-top a:hover {
	color: #ce0c0e;
}
#footer-top h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}
#footer-top .wpb_single_image.app-stores {
	display: inline-block;
}
.main-copyright-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-copyright-row a {
	color: #fff;
}
.footer-social ul {
	display: flex;
	align-items: center;
	list-style: none;
	gap: 5px;
	font-size: 32px;
	margin: 0;
}
.footer-social ul li a {
	color: #223b3b;
}
.home .foo-row-one {
	display: none;
}
.foo-row-three, .foo-row-four {
	background-color: #444444;
}
.foo-row-three {
	padding-top: 25px;
}
.foo-address {
	padding: 0;
	list-style: none;
}
.foo-address li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 7px;
}
.foo-address li:last-child {
	margin-bottom: 0;
}
.foo-address li::before {
	content: "\f124";
	font-family: fontawesome;
	position: absolute;
	left: 0;
	font-size: 18px;
	color: #b2b2b2;
}
.foo-address li.foo-phone::before {
	content: "\f095";
	transform: rotate(280deg);
}
#footer-top .foo-address a {
	text-decoration: none;
}




.login-ltp {
	display: flex;
	align-items: center;
	padding: 5px 15px 5px 5px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 8px;
	gap: 14px;
}
.login-ltp h3 {
	margin: 0;
	background-color: #cc100e;
	color: #fff;
	padding: 7px 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
}
.login-ltp a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #444;
}
.login-ltp a img {
	max-width: 35px;
}
.login-ltp a.login img {
	max-width: 30px;
}




.slide-block {
	padding: 22em 0 3em;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
}
.slide-title {
	color: #fff;
	margin-bottom: 8px;
}
.slide_description {
	font-size: 24px;
	line-height: 1.2;
}
.slider-btn {
	color: #5aa0a1;
	margin-left: 7px;
}
#hero-slider .res-form-container {
	position: absolute;
	bottom: 190px;
	z-index: 9;
	left: 0;
	right: 0;
}
.res-form {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	background-color: #333333e6;
	padding: 15px;
	border: 5px solid #fff;
	margin: auto;
	max-width: 800px;
}
.res-check-in, .res-check-out {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}
.res-check-label {
	color: #35c5c5;
	font-size: 16px;
	font-weight:600;
	width: 100%;
}
.res_form_button_blur {
	display: inline-block;
	background-color: #016567;
	color: #fff;
	font-family: inherit;
	font-size: 17px;
	border: 0;
	padding: 12px 20px;
	margin-top: 9px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}
.res_form_button_blur:hover {
	background-color: #cc100e;
}
.date-icon {
	position: relative;
}
.date-icon .fa {
	position: absolute;
	right: 6px;
	top: 1px;
	font-size: 22px;
}
.res-form input[type="text"] {
	min-width: 125px;
	width: 100%;
}
.res-form .alignleft select {
	max-width: 100%;
	min-width: 85px;
}
.res-inner-wrapper {
	display: flex;
	gap: 5px;
}
.row-two-reviews h2 a {
	color: #08aeb2;
	display: block;
	margin-top: 20px;
}
.hm-row-three {
	background-blend-mode: overlay;
	color: #fff;
}
.hm-row-three-txt {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.hm-row-three-txt h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 3rem;
	line-height: 1.1;
}
.hm-row-three-txt p {
	font-size: 25px;
	max-width: 452px;
	line-height: 1.1;
	margin-left: auto;
	margin-right: auto;
}
.hm-row-three-txt .comn-btn {
	margin-top: 10px;
}
.hm-row-four .vc_column-inner > .wpb_wrapper {
	background-color: #ebebeb;
	border-top: 4px solid #048587;
}
.hm-row-four .vc_column-inner > .wpb_wrapper:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 8px;
	background-color: #fff;
}
.hm-row-four .wpb_text_column {
	padding: 20px;
}
.hm-row-four .wpb_text_column h3 {
	margin-top: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 24px;
}
.hm-row-four .wpb_text_column p {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.row-seven-discount-block {
	background-color: #ebebeb;
	border-top: 7px solid #029695;
	padding: 20px 25px 30px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 8px;
}
.row-seven-discount-block h3 {
	text-transform: capitalize;
}
.row-seven-compare-block {
	margin-top: -80px;
}
.hm-row-ten h4 {
	margin: 0;
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
	line-height: 1.1;
}
.hm-row-ten h4::before {
	font-family: fontawesome;
	color: #22b5be;
	margin-right: 10px;
}
.hm-row-ten h4.icon.bell::before {
	content: "\f0f3";
}
.hm-row-ten h4.icon.thumbs-up::before {
	content: "\f087";
}
.hm-row-ten h4.icon.plane::before {
	content: "\f072";
}
.hm-row-ten h4.icon.help::before {
	content: "\f059";
}
#footer-top .hm-row-ten h4 a {
	color: #22b5be;
}
.hm-row-ten ul {
	list-style: none;
	padding: 0;
}
.hm-row-ten ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 5px;
}
.hm-row-ten ul li:last-child {
	margin-bottom: 0;
}
.hm-row-ten ul li::before {
	content: "\f005";
	font-family: fontawesome;
	color: #018284;
	margin-right: 5px;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 0;
}
#footer-top .hm-row-ten ul li a {
	color: #69c0c3;
	text-decoration: none;
}
#footer-top .hm-row-ten ul li a:hover {
	color: #048587;
}
.foo-row-one {
	margin-bottom: 35px;
}
#right-sidebar .res-form {
	flex-wrap: wrap;
	justify-content: flex-start;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-bottom: 30px;
}
#right-sidebar h3 {
	color: #ffff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 5px;
}
#right-sidebar .res-form div, #right-sidebar .res-inner-wrapper {
	width: 100%;
}
#right-sidebar .res-inner-wrapper {
	gap: 15px;
}
#right-sidebar .res_form_button_blur {
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}
#right-sidebar .res-form .alignleft select {
	width: 100%;
}
#right_widget {
	margin-bottom: 30px;
}
.sidebar h4 {
    margin: 0px auto 10px;
}
.sidebar h4 a {
	color: #555555;
}
.sidebar h4 a:hover {
	color: #cc100e;
}
.sidebar img {
    box-shadow: 2px 3px 8px 0px rgb(0 0 0 / 75%);
}
.comn-btn.red {
	background-color: #048587;
	margin-left: 10px;
}
.comn-btn.red:hover::before {
	background-color: #ce0c0e;
}
.vc_tta-color-grey .vc_tta-panel .vc_tta-panel-title > a {
	color: #666;
	text-transform: capitalize;
	font-weight: 400 !important;
	font-size: 16px !important;
	letter-spacing: .5px;
    line-height: 20px;
}
.gform_button {
	display: inline-block !important;
	background-color: #cc100e !important;
	color: #fff !important;
	font-family: inherit !important;
	text-transform: uppercase;
	font-size: 20px !important;
	border: 0 !important;
	padding: 12px 30px;
	cursor: pointer;
}
.gform_button:hover {
	background-color: #048587 !important;
}
textarea {
	border: 1px solid #DDDDDD;
}
.blog-content h2.blog-title {
	line-height: 25px;
}
.single-blog-post h1 {
    font-size: 46px;
    line-height: 54px;
    color: #cc100e;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 0;
}
.single-blog-post h2 {
    color: #005c5e;
    font-size: 34px;
    line-height: 40px;
    margin: 10px auto 15px;
}
.single-blog-post h3 {
    color: #cc100e;
    font-size: 26px;
    line-height: 32px;
    margin: 15px auto;
}
.single-blog-post h4 {
    color: #555;
    font-size: 22px;
    line-height: 28px;
    margin: 16px 0;
}
.single-blog-post .blog-img {
	display: none;
}
.banner2 {
    background: #005c5e;
    padding: 32px 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0 0 21px;
    font-size: 18px;
}
.banner2 a {
    color: #fff;
    border-bottom: none;
}
.banner2.anchor-block a {
    display: block;
}
.resources-list p {
	margin-bottom: 35px;
}
table.pricing-table {
	background-color: #f7f7f7;
  padding: 10px 10px;
	border-spacing: 15px 5px;
}
table.pricing-table th {
	color: #cc100e;
	font-size: 1.2em;
}
.faq-accordion .vc_tta-panel-title > a {
	text-transform: none !important;
}
#main_widget {
	float: left;
	margin-bottom: 25px;
}
#widgets.right-side-col ul li a, #widgets.right-side-col ul li {
	line-height: 1.5;
}

/********** Promo Landing Page **********/

.premium-parking-container {
    background: #D10000;
}

.premium-parking-row {
    text-align: center;
    padding: 25px;
    max-width: 800px;
	margin: 0px auto;
}

.premium-parking-title {
    font-size: 92px;
    line-height: 92px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.premium-parking-subtitle {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    margin: 0px;
}

.premium-parking-body {
    font-size: 22px;
    color: #fff;
    line-height: 24px;
    margin: 20px;
}

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

.premium-parking-row {
    padding: 20px;
    max-width: fit-content;
}

.premium-parking-title {
    font-size: 80px;
    line-height: 80px;
}

.premium-parking-subtitle {
    font-size: 46px;
    line-height: 46px;
}

.premium-parking-body {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 10px;
}
}

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

.premium-parking-title {
    font-size: 70px;
    line-height: 70px;
}

.premium-parking-subtitle {
    font-size: 36px;
    line-height: 36px;
}

.premium-parking-body {
    font-size: 18px;
    margin: 10px;
}
}


/************************* Responsive ********************************/
@media screen and (max-width: 1250px){
	

}

@media screen and (max-width: 1130px){
	.header-wrapper {
		background-image: none;
	}
	


}

@media screen and (max-width: 1024px){
	#header_widget {
		width: auto;
		text-align: center;
	}
	#header_widget:last-child {
	text-align: center;
	}
}

@media screen and (max-width: 980px){
	.grid.col-620.content-sidebar {
		width: 100%;
		margin-right: 0;
	}
	#right-sidebar.col-300 {
		width: 100%;
		margin-top: 15px;
	}
	.menu-collapser {
		position: absolute;
		top: 129px;
		right: 0;
		margin-right: 18px;
	}
	.login-ltp {
		margin-right: 60px;
	}
	.slide-title {
		font-size: 2.7em;
	}
}

@media screen and (max-width: 900px){
	
}
@media screen and (max-width: 820px){
	#hero-slider .res-form-container {
		display: flex;
		justify-content: center;
	}
	#hero-slider .res-form {
		flex-direction: column;
		box-sizing: border-box;
		align-items: flex-start;
	}
	#hero-slider .res_form_button_blur {
		margin-top: 10px;
		width: 100%;
	}
	#hero-slider .res-check-in, #hero-slider .res-check-out {
		width: 100%;
	}
	#hero-slider .res-inner-wrapper, #hero-slider .res-inner-wrapper > div, #hero-slider .res-inner-wrapper select {
		width: 100%;
	}
	#hero-slider .res-inner-wrapper {
		gap: 15px;
	}
	.slide-title {
		font-size: 2em;
	}
	.slide_description {
		font-size: 20px;
	}
}

@media screen and (max-width: 800px){
	.section-blog {
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	
h1{
	font-size: 35px;
	line-height: 42px;
	margin-bottom: 20px;
	margin-top: 10px;
}

h2 {
	font-size: 35px;
	line-height: 38px;
}
h3 {
	font-size: 32px;
	line-height: 38px;
}

h4 {
	font-size: 27px;
	line-height: 30px;
}

h5{
	font-size: 18px;
	line-height: 24px;
}
h6{
	font-size: 17px;
	line-height: 22px;	
}

}
@media screen and (max-width: 767px){
	.header-wrapper {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px;
	}
	#header-top .container {
		flex-direction: column;
	}
	#header-top a.white {
		width: 100%;
		display: block;
		margin: 0;
	}
	.login-ltp {
		align-self: center;
		margin: auto;
	}
	.row-seven-compare-block {
		margin-top: -20px;
	}
	.alignright, .alignleft {
		float: none;
		margin: 0 auto 15px auto !important;
		display: block;
	}
	.menu-collapser {
		top: 135px;
	}
}

@media screen and (max-width: 600px){
	.main-copyright-row {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		line-height: 1.3;
	}
	.copyright span {
		justify-content: center;
		flex-wrap: wrap;
	}
	.copyright span > span {
		width: 100%;
	}
	.designby {
		margin-top: 5px;
	}
	.menu-collapser {
		top: 155px;
	}
	.slide-title {
		font-size: 1.5em;
	}
	.slide_description {
		font-size: 16px;
	}

}

@media screen and (max-width: 533px){
	.slide-block {
		padding: 22em 0 3em;
	}
	.slide-title {
		line-height: 1.2;
	}
	#hero-slider .res-form-container {
		bottom: 215px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.hm-row-three-txt h2 {
		font-size: 2rem;
	}
	.hm-row-three-txt p {
		font-size: 20px;
	}

}

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


@media screen and (max-width: 414px){
	#logo img {
		max-width: 70%;
	}
	
}

@media screen and (max-width: 375px){
	.login-ltp h3 {
		padding: 7px 8px;
		font-size: 14px;
	}
	.login-ltp a {
		font-size: 13px;
	}
}

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

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