/*
Theme Name: RCRC
Theme URI: https://rcrc.socialclinic.sa
Author: Social Clinic
Author URI: https://socialclinic.sa
Description: RCRC is a wordpress theme that has been built to present the RCRC a mazing website.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rcrc
*/
p:empty {
    display: none; 
}
.tender-mwssage {
  text-align: center;
  font-size: 20px;
  color: #666;
}
.btn-cta a {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 10px 30px;
    margin: 0;
  }
  .btn-cta a:focus {
    box-shadow: none !important;
  }
  .btn-cta a {
    color: #fff;
    border: 1px solid var(--green-color);
    position: relative;
    background-color: transparent;
    font-weight: 400;
    font-size: 15px;
    width: fit-content;
    transition: all 0.3s;
    z-index: 1;
    border-radius: 32px;
    overflow: hidden;
    background-color: var(--green-color);
  }
  .btn-cta a::after {
    border: none;
    content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    vertical-align: 0;
    font-size: 12px;
    transition: all 0.3s;
    opacity: 0;
    width: 0;
    display: inline-block;
  }
  .btn-cta a:hover,
  .btn-cta a:focus {
    border: 1px solid #025c36;
    background-color: #025c36;
  }

  .topbar-menu .lang-item{
    display:inline-block !important;
    margin: auto 18px auto 18px;
    position: relative;
  }

@media (min-width: 992px) {
  #navbarSupportedContent .lang-item {
    display: none;
  }
}

.latest-dropdown-menu > .dropdown-menu.slideIn{
  left: unset;
  right: 0;
}
.latest-dropdown-menu-ar > .dropdown-menu.slideIn {
  left: 0;
  right: unset;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 1em 0em !important;
}
.dir-rtl{
  direction:rtl !important;
}
.wpcf7-form-control-wrap{
  margin-bottom: 16px;
    display: block;
}
.contact_form input:not([type="submit"]),
.contact_form select,
.contact_form textarea{
  margin-bottom: 0 !important;
}
.custom-file-input span.wpcf7-form-control-wrap{
margin: 0 !important;
height:0;
}
.suppliers{
  border-top:3px dashed #ccc;
  border-bottom: 3px dashed #ccc;
  background: #fff;
  color: #656565;
}
.btn.btn-success-light {
  background: var(--green-color);
  margin-left: 20px;
  color: #fff;
  margin-right: 20px;
}
.icon.icon-tabler.icon-tabler-download {
  color: var(--green-color);
}
.btn.btn-white.mr-5.d-flex.align-items-center.justify-content-between.btn-size-left {
  background: #ccc;
  border-radius: 10px;
  margin: 20px;
}
.btn.btn-white.d-flex.align-items-center.justify-content-between.btn-size-left {
  background: #ccc;
  border-radius: 10px;
  margin: 20px;
}
.award {
  display: none;
}
