/*
Theme Name: Thunder Road
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/    
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

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.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */
.special-btn{
    background: #357CA5 none repeat scroll 0 0;
    color: #fff;
    float: right;
    padding: 10px;
    width: 150px;
    text-transform:uppercase;
    text-align:center;
    margin-top:5px;
    }
   .special-btn:hover{ background:#333;}

.main-container.special h1 {
    display: inline-block;
}
@media only screen and (max-width:639px){
    .main-container.special h1 {
        display:block;
    }
    .special-btn { float:left; margin-top:15px;}
}

body.slick-track-nationals li { background: none; }

.tribe-events-calendar td .tribe-events-viewmore, .tribe-events-calendar td .type-tribe_events{
  display: block;
}

.tribe-events-calendar .tribe-events-present.tribe-events-has-events::after{
  display: none;
}

.tribe-events-calendar .tribe-events-has-events::after{
  display: none!important;
}

#cf7_form_box .row{
  padding-left: 15px!important;
  padding-right: 15px!important;
}

.donation-request .wpcf7-form-control.wpcf7-submit{
  clear: both;
}

.stay-in-touch .row{
  padding-left: 15px!important;
  padding-right: 15px!important;
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha{
  max-width: 100px;
}

.gform_body li{
  list-style-type: none!important;
  list-style: none!important;
  background: none!important;
}

@media (max-width: 501px){
  .hour-right .stay-in-touch .club { margin-top: 10px; }
}

@media (max-width: 500px){
  .hour-right .stay-in-touch .club { margin-top: 10px; }
  .mainmenu-CTA-button { margin-right: 10px; }
}

#siouxfalls-mainmenu-CTA-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    top: 1;
    left: 10px;
    padding: 10px;
}
.mainmenu-CTA-button {
    color: #FFF;
    background: #d81a1f;
    border: 1px solid #d81a1f;    
    padding: 8px 20px;
    text-decoration: none !important;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
    margin-right: 15px;
}
.mainmenu-CTA-button:hover {
    background: #FFF;
    color: #d81a1f !important;
    border: 1px solid #d81a1f;
    text-decoration: none !important;    
}
.mainmenu-CTA-button:visited {
    color: #fff;  
}

#mc4wp-form-2 fieldset{
	display: flex;
	padding: 0;
	margin: 0;
}
#yikes-mailchimp-container-1 form{
    display: flex;
}
#yikes-mailchimp-container-1 form .EMAIL-label span{
    display: none;
}
#yikes-mailchimp-container-1 form .yikes-easy-mc-submit-button {
    padding: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    width: 35px;
    background: url(https://thunderroadsiouxfalls.com/wp-content/themes/thunder-road/images/arrow.png) no-repeat center center;
}
#yikes-mailchimp-container-1 form .yikes-easy-mc-submit-button .yikes-mailchimp-submit-button-span-text{
    display: none;
}

.location-box ul::after {
    content: "\25BC";  /* Unicode down triangle */
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
}