/*
-----------------------------------------------
imarketsolutions.com 
Stylesheet: December.css
Organization:   iMarket Solutions

----------------------------------------------- */


.tree {
  position: relative;
  margin: 30px auto;
  width: 100%;
}

.tree_item {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 150px solid #5f9c2d;
}
  
.tree_item:nth-child(2) {
    margin-top: -60px;
    border-left-width: 140px;
    border-right-width: 140px;
    border-bottom-width: 190px;
  }
  
.tree_item:nth-child(3) {
    margin-top: -80px;
    border-left-width: 200px;
    border-right-width: 200px;
    border-bottom-width: 250px;
  }


.tree_stump {
  margin: 0 auto;
  width: 50px;
  height: 60px;
  background: #8c370f;
  background: linear-gradient(#8c370f, #5c240a);
}

#tree-classic #december-container {
    position: relative;
}

#tree-classic #december-container::before,
#tree-classic #december-container::after {
    content: '';
    height: 300px;
    width: 300px;
    border-bottom: 5px solid #f6d20f;
    position: absolute;
    bottom: -110px;
}

#tree-classic #december-container::before {
    left: 0;
    border-left: 5px solid #f6d20f;
}

#tree-classic #december-container::after {
    right: 0;
    border-right: 5px solid #f6d20f;
}
