/*
Theme Name: Cannabox
Description: Child theme for Avada theme
Author: Cannabox
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/*
Theme Name: Cannabox
Version: 1.0
Theme URI: <a href="http://theme-fusion.com/avada/" rel="nofollow">http://theme-fusion.com/avada/</a>
Author: Cannabox
Author URI: <a href="http://theme-fusion.com/" rel="nofollow">http://theme-fusion.com/</a>
License: GNU General Public License v2.0
License URI: <a href="http://www.gnu.org/licenses/gpl-2.0.html" rel="nofollow">http://www.gnu.org/licenses/gpl-2.0.html</a>
Description: Multi Purpose WordPress Theme
Template: Avada
 */

@import url("https://cannabox.com/Avada/style.css");

/********************************************
*	Progressbar
********************************************/

div.wppb-progress {
    text-align: center;
    margin: 0 auto;
}

/****************************************************
 * 	desktop Push Button
 *****************************************************/
.push_button {
    position: relative;
    width: 250px;
    color: #FFF;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 5px;
    border: solid 1px #4a8712;
    background: #69be1a;
    text-align: center;
    padding: 10px 10px;

    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;

    -webkit-box-shadow: 0px 5px 0px #4a8712;
    -moz-box-shadow: 0px 5px 0px #4a8712;
    box-shadow: 0px 5px 0px #4a8712;
}

.push_button:active {
    -webkit-box-shadow: 0px 2px 0px #4a8712;
    -moz-box-shadow: 0px 2px 0px #4a8712;
    box-shadow: 0px 2px 0px #4a8712;
    position: relative;
    top: 7px;
}

.push_button:hover {
    background: #4a8712;
    color: #fff;
}

/****************************************************
 * 	Mobile Push Button
 *****************************************************/
.push_button_mobile {
    position: relative;
    width: 200px;
    color: #FFF;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 5px;
    border: solid 1px #4a8712;
    background: #69be1a;
    text-align: center;
    padding: 10px 10px;


    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;

    -webkit-box-shadow: 0px 5px 0px #4a8712;
    -moz-box-shadow: 0px 5px 0px #4a8712;
    box-shadow: 0px 5px 0px #4a8712;
}
.push_button_mobile:active {
    -webkit-box-shadow: 0px 2px 0px #4a8712;
    -moz-box-shadow: 0px 2px 0px #4a8712;
    box-shadow: 0px 2px 0px #4a8712;
    position: relative;
    top: 7px;
}
.push_button_mobile:hover {
    background: #4a8712;
    color: #fff;
}
.fullwidthtable {
    text-align: center;
}
table.checkout_cart .product-title a , table.checkout_cart .product-thumbnail a {
    pointer-events: none;
    cursor: default;
}
/************************************************
*FOOTER
************************************************/
.fusion-footer-parallax {
  z-index: -1;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.fusion-footer-widget-area {
  overflow: hidden;
  position: relative;
  padding: 40px 10px 40px;
  border-top: 12px solid #e9eaee;
  background: #363839;
  color: #8c8989;
}
.fusion-footer-widget-area h3 {
  margin: 17px 0 28px;
  color: #ddd;
  text-transform: uppercase;
  font: 13px/20px 'PTSansBold', arial, helvetica, sans-serif;
}
.fusion-footer-widget-area a {
  color: #bfbfbf;
  line-height:1px;
}
.fusion-footer-widget-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
}
.fusion-footer-widget-area ul li a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #282a2b;
}
.fusion-footer-widget-area ul li a:hover {
  color: #a0ce4e;
}
.fusion-footer-widget-area ul li:first-child a {
  padding-top: 0px;
}
.fusion-footer-widget-area .holder-block img {
  width: 100%;
}
.fusion-footer-widget-column {
  margin-bottom: 20px;
}
.fusion-footer-widget-column:last-child {
  margin-bottom: 0;
}
.fusion-footer-copyright-area {
  z-index: 1;
  position: relative;
  padding: 18px 10px 12px;
  border-top: 1px solid #4b4c4d;
  background: #282a2b;
  text-align:center;
}
.fusion-copyright-content {
  display: table;
  width: 100%;
}
.fusion-copyright-notice {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  color: #8c8989;
  font-size: 12px;
}
.fusion-copyright-notice a {
  color: #bfbfbf;
}
/* 


.rev_slider_wrapper .shadow-left,  .rev_slider_wrapper .shadow-right {
display: none !important;
}
.fusion-footer #woochimp_widget_subscription_submit {
    background-color: #00AF33 !important;
}

@media all and (max-width:800px){
body.page-id-114567.fusion-body .products li{
width:225px !important;
}
}

