/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.country_link_row .col{
  padding: 0 !important;
  margin-top: -30px;
  margin-bottom: 5px;
}

.country_box{
  background-color: #1C1C1C;
  border-radius: 10px;
  padding: 3px;
  margin: 9px 0;
  text-align: left;
  transition: transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
}

.country_box:hover{
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.country_link{
  border: solid 1px #000;
  border-radius: 10px;
  display: flex;
  padding: 13px 20px;
}

.country_flag{
  max-width: 40px;
}

.country_flag img{
  width: 100%;
}

.country{
  padding-left: 1em;
}

.country h4{
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 0.9;
}

.country p{
  font-size: 11px;
  margin-bottom: 0;
  line-height: 0.9;
}

@media only screen and (max-width: 767px) {
  .country_link_row .col{
    padding: 0 15px !important;
    margin-bottom: 0;
  }

  .country_box:last-of-type{
    margin-bottom: 0;
  }

  .country_link{    
    padding: 9px 20px;
    padding-bottom: 7px;
  }  
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}