/*
Theme Name: shortletapartmentbusiness
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 2.8
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: shortletapartmentbusiness

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

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */



span.wpcf7-list-item-label, span.wpcf7-list-item-label a{
	color: #fff;
    font-size: 17px;
    margin-left: 10px;
    font-weight: 600;
}

span.wpcf7-list-item-label a{
	text-decoration: underline;
}

.wpcf7-response-output{
	color:#fff;
}

.sharepopup ul li a{
	font-size: 28px;
	color:#134c74;
}

.apartment_details h4 a{
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: inherit;
}

.about .row{
	align-items: flex-start;
}

#abtextra .about_text{

	padding-left:0;
	padding-top:20px;

}

#abtextra .col-lg-6:nth-child(2) .about_text{
	padding-left:40px;

}

.cntct_row{
	align-items: center;
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.fancybox__content{
	max-width: 767px;
}

@media (max-width: 767px) {

	span.wpcf7-list-item-label, span.wpcf7-list-item-label a{ font-size: 15px; }
	.fancybox__content{
		padding: 1rem;
	}
	.bootstrap-select.form-control{
		padding: 0;
	}
}

@media (max-width: 480px) {

span.wpcf7-list-item-label, span.wpcf7-list-item-label a{ font-size: 14px; line-height: 18px; }

}