/*
Theme Name: WP Champion WooCart Advanced Child II Theme
Description:    Child theme for the WP Champion & Ecommerce Responsive WordPress Theme
Author:         thethemebuilders.com, a division of Lyon Holding Limited.
Author URI:     http://www.thethemebuilders.com
Template:       champion
Version:        1.0.0 dd 13 July 2016
Text Domain:    woocart
License: WP Champion is available under a restricted singe website use limited commercial license - and cannot be distributed in whole or in part without the expressed written permission of the authors. All css and js are copyright of Lyon Holding Limited o/a thethemebuilders.com and cannot be copied or otherwise reproduced in whole or in part without the expressed written consent of Lyon Holding Limited.
Tags: one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, custom-background, custom-colors, custom-header, custom-menu, rtl-language-support, translation-ready, fixed-layout, theme-options
*/
/***********************************
Website Name: The Chris Eger Band
URL: howitworks.com
Website Author: Tia L. Bradford
Author URL: howitworks.com
Copyright 2016.  All rights reserved.
************************************/


/* ==================================================== */
/* Universal Styles                                     */
/* ==================================================== */
p,h1,h2,h3,h4,h5,h6,ul,li,#copyright,#breadcrumbs,input[type="text"],#searchform button,.wps_title,a.read_more_link,textarea{

}

/* ================================== */
/* Header Styles                      */
/* ================================== */




/* ================================== */
/* Feature Styles                     */
/* ================================== */



/* ================================== */
/* Navigation Styles                  */
/* ================================== */
select.nav2select {
    display: none !important;
}
#header > .inner > nav#navigation {
    display: none;
}
#topbarmenu #navigation > ul > li {
    height: 40px;
}
#navigation {
    text-align: center;
}
#topbarmenu #navigation {
    left: 0px;
    right: 0px;
}
#topbarmenu #navigation {
    height: auto;
    position: relative;
    float: none;
    right: 0;
    left: 0;
    bottom: 0;
}
#logo_text {
    display: none;
}
/* ================================== */
/* Button Styles                      */
/* ================================== */



/* ================================== */
/* Main Body Content Styles           */
/* ================================== */



/* ================================== */
/* Sidebar Content                    */
/* ================================== */
ul.gigpress-listing .active {
    margin-bottom: 1em;
}
.widget {
    margin-bottom: 1em;
}

/* ================================== */
/* Page Styles                        */
/* ================================== */
#page .inner {
    padding-top: 0;
}


/* ================================== */
/* Post Styles                        */
/* ================================== */



/* ================================== */
/* Blog Styles                        */
/* ================================== */



/* ================================== */
/* Plugin Styles                      */
/* ================================== */



/* ================================== */
/* Footer Styles                      */
/* ================================== */
#footer .inner {
    padding-bottom: 0;
}
#copyright {
    float: none;
    text-align: center;
}
#yrc-shell-0 .yrc-menu li {
    color: #78BDDC !important;
}

/* ================================== */
/* Form Styles                        */
/* ================================== */
input[type="text"] {
    background-color: #fff !important;
}
/*-----------------------------
Making WordPress Contact Form 7 Plugin form responsive and full width with CSS customization
Add this code snippet to your WordPress theme's style.css file.
-------------------------------*/
div.wpcf7 .wpcf7-form-control { 
	max-width: 95%; 
}



/* ================================== */
/* WooCommerce Styles                 */
/* ================================== */
.woocommerce ul.products li.product .price {
    color: #fff;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
}
.woocommerce-message {
    border-top-color: #7393A7;
}
.woocommerce-message::before {
    content: "\e015";
    color: #7393A7;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #7393A7;
    font-size: 1.25em;
}
/* ================================== */
/* Random Styles                      */
/* ================================== */
.clear {
    clear: both;
}
.gigpress-info-item, span.gigpress-info-label{
    color: #fff !important;
}

Media Queries


/* ================================== */
/* Responsive - Media queries         */
/* For use with :                     */
/*Striking Multiflex Wordpress Theme*/
/* ================================== */
 
 
/* ================================== */
/*                          1081x1920 */
/* ================================== */
@media screen and (min-width: 1081px) and (max-width: 1920px) {
/* ADD YOUR CSS ADJUSTMENTS HERE */ 
}
 
/* ================================== */
/*                           981x1080 */
/* ================================== */
@media screen and (min-width: 981px) and (max-width: 1080px) {
/* ADD YOUR CSS ADJUSTMENTS HERE */ 
}
 
/* ================================== */
/*                            769x980 */
/* ================================== */
@media screen and (min-width: 768px) and (max-width: 979px) {

#feature {
      height: 100%;
      border: 0 solid #fff !important;
  } 
}
  
/* ================================== */
/*                            569x768 */
/* ================================== */
@media screen and (min-width: 569px) and (max-width: 768px) {
/* ADD YOUR CSS ADJUSTMENTS HERE */ 
}
 
 
/* ================================== */
/*                            481x568 */
/* ================================== */
@media screen and (min-width: 481px) and (max-width:568px) {
/* ADD YOUR CSS ADJUSTMENTS HERE */ 
}
 
/* ================================== */
/*                            240x480 */
/* ================================== */
@media screen and (min-width: 240px) and (max-width:480px) {
  .no-gradient #feature, .has-gradient #feature {
    background-size: cover !important;
}
  #feature {
      height: 100%;
      border: 0 solid #fff !important;
  } 
  .gigpress-country {
    display:none;
  }
  .gigpress-table {
    font-size: 14px;
}
}
@media screen and (min-width: 240px) and (max-width:320px) {
 /* .no-gradient #feature, .has-gradient #feature {
    background-size: cover !important;
  }*/
  .gigpress-country {
    display:none;
}
  .page-id-13 #main img {
    max-width: 25%;
}
  .flex-container {
    margin-top: 20px;
}
  img.alignright, .wp-caption.alignright {
    margin: 2px 2px 2px 2px !important;
}
}

