/*
Theme Name: Donaghadee Sailing Club
Theme URI: https://oceanwp.org/
Description: OceanWP Child theme.
Author: Lisa Connolly
Author URI: https://www.consideredfootprints.co.uk
Template: oceanwp
Version: 1.1
Text Domain:oceanwpchild
*/


/* WP NEWS AND SCROLLING WIDGETS */
/* Home page News item grid - Shrink the default padding */
.news-col-4 {
  padding:0 5px;
}

/* FOOTER FORMATTING */
/* Add line divider to separate widgets from body */
#footer
{
border-top: 2px solid rgba(206, 206, 206, 0.4); /* 1px high and 60% transparent border */
margin-top: 25px;
}

/* Disable OceanWP Footer Custom Links Hover Animation */
.oceanwp-custom-links li a:hover {
margin-left: 0px !important;
}

/* Resize the font size of the useful links area (only used in the footer)*/
.oceanwp-custom-links li a {
font-size: 14px !important;
padding: 5px;
}


/* 20230225LC - EM Booking form medical/experience fields defaulting to small width; adding override */ 
#em-booking .em-booking-form-details input.input, .em-booking-form-details textarea {
    width: 99% !important;
}
