/*
Theme Name: Hargrove
Theme URI: https://www.mytheme.com/themes/revolution/
Author: the Creative team
Author URI: https://www.mytheme.com/
Description: The Hargrove theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, 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
Text Domain: hargrove
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/
/* 27-03-23 css start here  */
.page-template-industries-inner-page .procurement-banner.inner-banner { padding-bottom: 30px; }
.working-at-hargrove .container { display: flex; flex-wrap: wrap; justify-content: space-between; }
.working-at-hargrove .content-block { width: 50%; }
.working-at-hargrove h2 { max-width: 100%; margin-bottom: 20px; }
.content-block h2 { max-width: 100%; margin-bottom: 20px; }
.flex header-right-top .subnav { display: flex; align-items: center;}
a.user-locale { font-size: 13px; letter-spacing: 0.2px; font-weight: 400;color: #5F6062; margin-right: 28px; }
/* 27-03-23 css end here  */

/* 13-09-23 css start here  */
.safety-list-wrap{margin-bottom: 20px;}
/* 13-09-23 css end here  */
@media(max-width:1024px) {
    .working-at-hargrove .content-block { width: 48%; }
    .inner-banner-img iframe { max-width: 100%; max-height: 100%;  position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
}

@media(max-width:767px) {
    div iframe { width: 100%; }
    .working-at-hargrove .content-block  { width: 100%; }
    .working-at-hargrove .content-block:first-child { padding-bottom: 30px; }
    .inner-banner-img iframe {    min-height: 100%;
    position: absolute;
    min-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto; 
        width: 100%;
    }
}