/*

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.0.0
Template: x

*/

.x-brand {
    margin-bottom: 11px;
    float: none;
}

.woocommerce-MyAccount-navigation-link a {
    font-size: 16px;
}

#gap-csv-info {
	font-size: 1em;
}



.gap-hidden-by-default {
  display: none;
}

p.gap-failure, p.gap-error {
    color: #DD0000;
}

p.gap-warning { 
    color: #0000DD;
}

p.gap-success {
    color: #00DD00;
}

.gap-form h2 {
    padding-bottom: 16px;
    border-bottom: 1px solid gray;
    display: block !important;
}

.gap-form select {
    width:100%;
   padding: 8px 15px;
}

.gap-input {
    width: 100%;
}

.gap-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
}
.gap-video-container div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gap-separator {
   margin-bottom: 50px;
}

.gap-maxheight100 {
   max-height: 100px;
}

.gap-side-nav {
  float: left;
  list-style: none; 
  margin: 0;
  padding: 0;
  width: 100%;
}

.gap-side-nav li a {
  display: block;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid;
  border-color:#9e9e9e;
}

.gap-link-selected {
  border-bottom: 2px solid #488ef7;
  padding-bottom: 2px;
  color: #488ef7;
}

.gap-document-table {
  width: 100%;
}

.pewc-cart-item-price {
    display: none;
}
