/*

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

*/

/*
Products Archive Template
*/

.prod-list {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.prod-list li {
    padding: 8px 0;
    margin: 0;
    font-size: 18px;
}

.prod-container {
  /* Old Chrome, Safari and Opera */
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  
  /* Old Firefox */  
  -moz-column-count: 3; 
  -moz-column-gap: 40px;

  /* Standard syntax */
  column-count: 3;
  column-gap: 40px;
}

.new {
    color:darkblue;
    background-color: rgba(66, 139, 202, 0.6);
    margin-left: 4px;
    font-size: 10px;
    display: inline;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

}

.prodHeading {
    border-bottom: 1px solid #e9e8ea;
    padding-bottom: 4em;
}

.archive-grid, .result-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.archive-result {
    background-color: #f7f9f9!important;
    padding: 20px 10px!important;
}

.facetwp-flyout-content {
    padding: 20px!important;
}

@media (min-width: 481px) and (max-width: 1024px) {
    .archive-grid, .result-box {
        grid-template-columns: 1fr 1fr!important;
    }
}

@media (max-width: 480px) {
    .archive-grid, .result-box {
        grid-template-columns: 1fr;
    }
}


/* Facet WP styles */

@media (max-width: 782px) {
    body.admin-bar .facetwp-flyout {
        top: 0px!important;
    }
}


/*
Health Categories Taxonomy
*/

.product-listing-wrapper {
    margin: 10px;
}


/*
Blog Template
*/

.format-standard .entry-title:before {
    content: none!important;
}

.blog .hentry, .archive .hentry {
    padding-bottom: 50px!important;
    border-bottom: 1px solid lightgrey;
    margin-top: 50px!important;
}

.x-header-landmark {
    display: none!important;
}

.single-post .x-main.left, .x-sidebar.right {
    padding-top: 4em;
}

.single-post .entry-header .entry-title {
    font-size: 40px!important;
}


/*
UberMenu styles
*/

.ubermenu *:focus{
    outline:none;
}


/*
Search Results page styles
*/

.max-600 {
    max-width: 600px;
}

/* Resources page */

.passster-form h4 {
    display: none!important;
}

.passster-form #passster_submit {
    background: rgb(66,139,202)!important;
}


/*
Media Queries
*/

@media (min-width: 481px) and (max-width: 767px) {
    .prod-container {
        /* Old Chrome, Safari and Opera */
        -webkit-column-count: 2;
        -webkit-column-gap: 40px;
        
        /* Old Firefox */  
        -moz-column-count: 2; 
        -moz-column-gap: 40px;
      
        /* Standard syntax */
        column-count: 2;
        column-gap: 40px;
      }
}

@media (max-width: 480px) {
    .prod-container {
        /* Old Chrome, Safari and Opera */
        -webkit-column-count: 1;
        -webkit-column-gap: 40px;
        
        /* Old Firefox */  
        -moz-column-count: 1; 
        -moz-column-gap: 40px;
      
        /* Standard syntax */
        column-count: 1;
        column-gap: 40px;
      }


      .x-brand img {
        width: 220px!important;
    }

}



