/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/




/* Locations Inner Page */
.pricingList ul li{
	border-bottom: 1px solid #eaeaea;
	padding: 12px 0 12px 16px;
}

.portfolio-wrapper .post-title {
	text-transform: uppercase;
}

.detail-label {
	font-family: barlow condensed;
    text-transform: uppercase;
}

.detail-container .detail-value {
	font-size: 16px;	
}

.location-content h1,
.location-content h2,
.location-content h3,
.location-content h4,
.location-content h5,
.location-content h6 {
	margin: 0 0 2rem;
	padding: 1.5rem 0 0;
}

.location-content h2:first-child {
	padding: 0;
}

.location-content p:not(.panel-title),
.location-content ul,
.location-content ol {
	margin: 0 0 1.5rem;
}

.location-content .payment-types {
	margin: 3rem 0 0;
}

.uncode-accordion {
	margin: 3.5rem 0;
}

.panel-body ul {
	margin: 0;
}


/* Team Page */
.iconBoxUppercase {
	text-transform: uppercase !important;
}

/* Contact Form */
.wpcf7 select[name="menu-858"] {
	color:#aeaeae !important;
}

.header-card-info {
	display: inline-block;
	margin-right: 8px;
	background-color: #fd5900;
	padding: 7px 6px;
}

.parking-p {
	margin: 0 0 0 0 !important;
	font-weight: 800 !important;
    margin-right: 3px !important;
	font-size: 18px !important;
}

.fa-sub {
	font-size: 1.5em;
	vertical-align: sub;
}

.float-left {
	float: left
}

.float-right {
	float: right;
}

.express-banner-wrapper {
	background-color: #fe5900;
}

.wpb_accordion_section {
	background-color: #eaeaea;
	border: 1.5px solid white;
	border-color: white !important;
}

.wpb_accordion_section > .panel-heading > .panel-title > a {
	height: 85px;
}
.panel-title-price {
	width: 85px;
    height: 85px;
    float: left;
    text-align: center;
    color: white;
	background-color: #fe5900;
    transition: background-color 0.5s;
}
.panel-title-price-content {
	margin-top: 16px;
	font-family: barlow condensed;
	font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.panel-title-bold {
	font-family: Poppins;
	font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.00em;
    margin-top: -6px;
}

.active > .panel-title-price {
	background-color: white !important;
	color: #fe5900;
	border-color: rgba(254, 89, 0, 0.8) !important;
	border: 1px solid;
}

.panel-title.active {
	background-color: #fe5900;
}

.btn-book-now {
	padding-left: 35px !important;
    padding-right: 35px !important;
    font-size: 19px;
    font-weight: 400 !important;
}

.rate-notes {
	color: #797979;
	margin-top: 25px;
	font-size: 14px;
	font-family: Roboto
}

.panel-title {
    transition: background-color 0.5s;
}

.wpb_accordion_section > .panel-heading > .panel-title.active > a span {
	color: white;
}

.wpb_accordion_section > .panel-heading > .panel-title > a span {
	font-size: 18px;
	line-height: 43px;
	color: #7c7c7c;
	margin-left: 15px;
}

.panel-body.wpb_accordion_content.ui-accordion-content.pricingList {
	background-color: white;
}


.panel-body.wpb_accordion_content.ui-accordion-content.pricingList > ul > li {
	padding: 20px 0 20px 16px;
}
.panel-body.wpb_accordion_content.ui-accordion-content.pricingList > ul > li > strong {
	color: #747474 !important;
    FONT-WEIGHT: 800;
    float: right;
}

.panel-title > a span:after  {
	font-size: 30px;
	color: #7b7b7b !important;
	margin-right: 20px;
}

.panel-title.active > a span:after {
	color: white !important;
	content: "\f106"
}

.mobile-only {
	display: none;
}

.desktop-only {
	display: block !important;
}

.directions-link {
	color: #717171 !important;
	font-size: 18px;
}

@media only screen and (max-width: 970px) {
	.desktop-only {
	  display: none !important;
	}

	.mobile-only {
		display: table-row;
	}

	.float-right {
		float: left;
	}
	.panel-title > a span:after  {
		margin-right: 5px;
	}
  }