/*!
Theme Name: Paradise Cove Events
Theme URI: http://www.paradisecoveevents.com
Description: Custom theme for Paradise Cove Events.
Author: Tor Technologies, LLC
Author URI: http://www.tortechnologies.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
Template: canvas

All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)


*/
@media (max-width: 959px) {
  .two-images-lf {
    border-radius: 10px !important;
    padding: 0 !important;
    margin-bottom: 15px;
  }

  .two-images-rt {
    border-radius: 10px !important;
    padding: 0 !important;
  }

  .three-images-lf {
    border-radius: 10px !important;
    padding: 0 !important;
    margin-bottom: 15px;
  }

  .three-images-mid {
    border-radius: 10px !important;
    padding: 0 !important;
    margin-bottom: 15px;
  }

  .three-images-rt {
    border-radius: 10px !important;
    padding: 0 !important;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 textarea,
  .wpcf7 select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
}

@media (min-width: 960px) {
  .two-images-lf {
    border-radius: 10px 0 0 10px !important;
    padding: 0 !important;
  }
  .two-images-rt {
    border-radius: 0 10px 10px 0 !important;
    padding: 0 !important;
  }
  
  .three-images-lf {
    border-radius: 10px 0 0 10px !important;
    padding: 0 !important;
  }
  
  .three-images-mid {
    padding: 0 !important;
  }

  .three-images-rt {
    border-radius: 0 10px 10px 0 !important;
    padding: 0 !important;
  }
}