/*
Theme Name: Adifier Child Theme
Author: SpoonThemes
Theme URI: http://demo.spoonthemes.net/themes/adifier/
Author URI: http://themeforest.net/user/spoonthemes
License: GPL 2.0
Template: adifier
License URI: license.txt
Description:  Adifier - Classified Ads WordPress Theme
Version: 1.0
Tags: four-columns
*/

.adverttag_detail {
  text-transform: capitalize;
  margin: 0 5px 5px 0;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f1f1f1;
}

.adverttag_detail img.advet_tag_icon {
  width: 24px;
  margin-right: 5px;
}

.advet_tag_title {
  color: #ff5a5f;
  font-weight: 600;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container{
    right:0px !important;
}
#pv_country_code_dropdown{
    visibility: hidden;
}

#bank-button{
  vertical-align:middle;
  display: table-cell;
}
.payments-list.list-inline > li {
  height: 141px;
  vertical-align: middle;
  display: table;
}

.author-panel.packages-purchase .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.author-panel.packages-purchase [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.purchase-loader-free {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  opacity: 0.5;
  z-index: 1;
  display: none;
}

.purchase-loader-free i {
  color: #00a591;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  font-size: 30px;
}

.purchase-response-free{
  display: none;
}

.alert-fixed {
  position:fixed; 
  bottom: 0px; 
  right: 10px; 
  z-index:9999; 
  border-radius:0px
}

.close-free-payment-alert{
  color:#fff;
  margin-left:10px;
}
.close-free-payment-alert:hover{
  color: #000;
}

@media only screen and (max-width: 768px){
  .payments-list li{
    width:100%;
  }
  .payments-list.list-inline{
    margin-right: 0px;
  }
}

a.account-btn i {
  display: block;
}

a.account-btn sub {
  font-size: 10px;
}

a.account-btn {
  text-align: center;
}

a.account-btn.header-user-icon span.small-icon,
a.account-btn.header-messages-icon span.small-icon,
a.account-btn.compare-open span.small-icon {
  display: block;
  font-size: 10px;
}
header {
    padding: 0px;
}
.navigation li a {
    padding: 10px;
}
main {
    margin: 40px 0px;
}
@media (max-width: 1024px) {
  html body .small-icon {
    display: none;
  }
}