/*!
Theme Name: Columbus & Over Group
Theme URI: http://underscores.me/
Author: Sean Davies
Author URI: http://design.seanodavies.com
Description: Columbus & Over Group
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wordpress-boilerplate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Wordpress Boilerplate is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.property-detail-wrap .p-info-column p:first-of-type, .property-detail-wrap .p-info-column h3:first-of-type {
    display: none;
}
.row.team-video {
    /*padding: 40px 0;*/
    width: 100%;
}
.team-video .col-sm-12 h2 {
    margin-top: 15px !important;
}
.team-video .col-sm-6 {
    padding-left: 30px;
    padding-right: 30px;
}
.team-video h2 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .25rem;
    font-size: 21px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}