/**
Theme Name: Anacapa Storage
Author: Content Development Pros
Author URI: https://www.contentdevelopmentpros.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anacapa-storage
Template: astra
*/

.intro_img:before {
    content:"";
    position:absolute;
    top:-15px;
    left:50%;
    width:100%;
    height:60%;
    border:2px #243c92 solid;
    transform:translateX(-50%);
    z-index:1;
}

#reviews_block .reviews_block_wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width:70%;
    height:100%;
    border: 1px #243c92 solid;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

#sc-middle { height:auto !important; }
#size_guide_select select { height:auto; }

#size_guide_unit_button { background:#243c92 !important; color:#ffffff !important; border-radius:0px !important; text-transform:uppercase; }
#size_guide_unit_button:hover { background:#dd1e30 !important; color:#ffffff !important; }

.gsection_title { margin:0px !important; }
.gform_heading { display:none !important; }

#unit_packages {}
#unit_packages .unit_item { display:flex; box-shadow:0 4px 8px rgba(0, 0, 0, .2); margin-bottom:30px; }
#unit_packages .unit_item .unit_image { width:15%; display:flex; }
#unit_packages .unit_item .unit_image img { height:75%; display:block; margin:auto; }
#unit_packages .unit_item .unit_info { width:85%; }
#unit_packages .unit_item .unit_info_top { background:#f4f4f4; display:flex; justify-content:space-between; align-items:center; }
#unit_packages .unit_item .unit_info_top .unit_size { font-size:36px; padding:25px 40px; width:80%; }
#unit_packages .unit_item .unit_info_top .unit_cost { font-size:36px; text-align:center; width:20%; }
#unit_packages .unit_item .unit_info_top .unit_limit { color:#243c92; font-size:14px; font-weight:700; display:block; }
#unit_packages .unit_item .unit_info_bottom { background:#e7e7e7; display:flex; justify-content:space-between; align-items:center; }
#unit_packages .unit_item .unit_info_bottom .unit_access { width:80%; padding:0px 25px; text-transform:uppercase; }
#unit_packages .unit_item .unit_info_bottom .unit_reserve { width:20%; }
#unit_packages .unit_item .unit_info_bottom .unit_reserve a { background:#243c92; color:#fff; display:block; padding:15px; text-align:center; text-transform:uppercase; }
#unit_packages .unit_item .unit_info_bottom .unit_reserve a:hover { background:#dd1e30; }

#api_error .api_emsg { background: #fff9f9;
    border-radius: 5px;
    border: 1.5px solid #c02b0a;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
	padding:15px;
	margin-bottom:20px;
	color: #c02b0a;
	text-align:center;
}

@media (max-width: 960px) {
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	#unit_packages .unit_item .unit_image { width:20%; }
	#unit_packages .unit_item .unit_info { width:80%; }
	#unit_packages .unit_item .unit_info_top .unit_size { font-size:28px; padding:20px; width:65%; }
	#unit_packages .unit_item .unit_info_top .unit_cost { font-size:28px; width:35%; }
	#unit_packages .unit_item .unit_info_bottom .unit_access { width:65%; padding:0px 20px; }
	#unit_packages .unit_item .unit_info_bottom .unit_reserve { width:35%; }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	#reviews_block .reviews_block_wrap.hide_mobile:before { display:none; }
	
	#unit_packages .unit_item { flex-direction:column; }
	#unit_packages .unit_item .unit_image { width:100%; padding:20px; display:none; }
	#unit_packages .unit_item .unit_info { width:100%; }
}
