/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.1.0
Template: x

*/

/* ============================================================================
   COLORS:

#404040 - dark gray
#0075a9 - blue
#ef4d3b - coral

*/

/*
.x-child-nav-buttons                                          { display:            block;
                                                                position:           absolute;
                                                                right:              -220px;
                                                                width:              120px; }
.x-child-button-signup                                        { width:              100%;
                                                                margin:             34px 0 0 0;
                                                                padding:            6px 8px;
                                                                font-size:          18px;
                                                                color:              #0075a9;
                                                                text-transform:     uppercase;
                                                                border:             solid 2px #0075a9;
                                                                border-radius:      0;
                                                                background-color:   transparent;
                                                                transition:         background-color 0.25s, color 0.25s; }
.x-child-button-signup:hover                                  { color:              #FFF;
                                                                background-color:   #0075a9; }
*/

/* hide Nav Buttons on screen narrower than 1700 */
/*
@media screen and (max-width: 1700px)
{
 .masthead-inline .desktop .x-nav                             { margin-right:       140px; }
 .x-child-nav-buttons                                         { display:            block;
                                                                position:           absolute;
                                                                right:              0px;
                                                                width:              120px; }
}
*/