/*
Theme Name: Webseller Marketing Child Theme
Theme URI: https://www.rkanswers.com/themes/ws-marketing/
Author: RK Answers
Author URI: https://www.rkanswers.com/
Description: Child theme for the Webseller Marketing Theme.
Requires at least: 2.8
Requires PHP: 7
Version: 1.0.0.R14
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl.html
Template: ws-marketing-theme
Text Domain: wsmc
Tags: rkanswers, bizboomr, webseller, marketing.
*/

/*
-----------------
TABLE OF CONTENTS
-----------------
- General
- Header
- Footer
- Pages
    > Board Members
    > MACA Events
    > Membership Registration
- Gravity Forms
*/

/*------------------------------------------------------------------------------
- General
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
- Header
------------------------------------------------------------------------------*/

header#masthead h2{
    font-size: 1.125rem !important;
}

/*------------------------------------------------------------------------------
- Footer
------------------------------------------------------------------------------*/

footer#colophon a img{
    width: 200px;
    height: auto;
    max-width: 100%;
}

footer#colophon h2{
    font-size: 1.0625rem !important;
}

/*------------------------------------------------------------------------------
- Pages
------------------------------------------------------------------------------*/

/* Board Members */
.board-members-grid .name h2{
    font-size: 1.25rem !important;
}

.board-members-grid .position h2{
    font-size: 1.125rem !important;
}

/* MACA Events */
.maca-member-photo img{
    width: 150px; 
    height: auto;
    max-width: 100%;
}

/* Membership Registration */
.membership-registration-discount > label,
.membership-registration-discount > div{
    display: none !important;
}

/*------------------------------------------------------------------------------
- Gravity Forms
------------------------------------------------------------------------------*/

.gfield.validation-only{
    line-height: 1;
}

.gfield.as-pixel,
.gfield.validation-only > label,
.gfield.validation-only > .ginput_container{
    width: 1px !important;
    height: 0px !important;
    overflow: hidden !important;
    position: absolute !important;
}

.gfield.validation-only > .validation_message{
    padding: 1.5rem !important;
}