/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2019 | 07:52:21 */
@media (max-width: 1024px) {
  body {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side-panel-holder {
    position: static;
    width: 100%;
    transform: none;
    overflow: visible;
    padding: 10px 20px 0px 20px;
    text-align: center;
  }
  #container {
   order: 2; 
  }
  .side-panel-contents {
    opacity: 1;
  }
  .side-panel-widgets {
    top: 0;
    max-width: unset;
  }
  .side-panel-contents > * {
    display: block;
    opacity: 1;
    
    font-family: "Fira Sans";
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #444 !important;
  }
  .side-panel-holder a,
  .side-panel-holder a.more-link {
    color: #444 !important;
    text-decoration: none !important;
  }
  
  .side-panel-contents .icon {
    margin-right: .4em;
    font-size: 1.4em;
    vertical-align: middle;
    padding-bottom: .2em;
    display: inline-block;
    margin-right: 0;
  }
  .side-panel-contents .icon::before {
    color: #ce1b28;
  }
  
  .side-panel-wrapper {
    padding: 0 !important;
  }
  .side-panel-holder p {
    display: inline-block;
  }
  .side-panel-holder .textwidget {
    text-align: left;
  }
  
  .side-panel-holder .flags {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    /*margin-top: 10px;
    position: absolute;
    right: 0;
    height: 100px;
    
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    
    
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;*/
  }
}