/*
Theme Name: CWE Industrial
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the Multidimension team
Author URI: https://multidimension.ro/
Description: Our 2020 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. CWE Industrial is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cweindustrial
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

h3 a, h3 a:visited, h3 a:hover{color: #000 !important; text-decoration: none !important;margin-left:10px;}

.contact-aside-heading{font-weight:bold;padding:10px 5px;}

.single-property-grid-heading a{color: #000 !important; text-decoration: none !important; margin-left: 10px;font-size:18px;}

@media screen and (max-width: 1024px) {
  .home .logistics-properties .redstrip .image img {
    width: 100%;
    object-fit: contain;
    max-height: 1100px;
  }
}

@media screen and (max-width: 720px) {
  .home .logistics-properties .redstrip .image img {
    width: 100%;
    object-fit: cover;
    max-height: 450px;
  }
}