/*!
Theme Name: Capdev
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: capdev
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Capdev is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 35px;
}

/* Links inside the dropdown */
.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;    background: #fffffff0;}

.pre-header .pre-header-menu ul li .dropdown-content a {
  width: 100%;
}
.cap-questions-wrap .navigation.post-navigation, .purchasable .navigation.post-navigation {
  display: none!important;
}
.navigation.post-navigation { display: none;}

#post-225 .cap-nd-none {
  display: none!important;
}

.drts-voting-rating-bar-inline .drts-voting-rating-bar-title, .drts-voting-rating-bar-inline .drts-voting-rating-bar-value {
    max-width: 400px!important;
}
button[data-button-name="payment_order_addon"], .drts-view-nav-item.drts-view-nav-item-name-add {
  display: none!important;
}
.drts-bs-form-text.drts-form-description.drts-bs-mt-0.drts-bs-mb-3 {
    color: #468bb2;
}

.swal2-container {
    align-items: center!important;
    justify-content: center!important;
}
body.swal2-toast-shown>.swal2-container.swal2-top-end, body.swal2-toast-shown>.swal2-container.swal2-top-right {
    top: 0!important;
    right: 0!important;
    bottom: 0!important;
    left: 0!important;
}

img.cap-listing-flags {
  width: 24px;
  height: 16px;
}

.cap-flag-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #38444af0;
}


.cap-flags-div {
  margin-left:0px;
  margin-right:8px;
}


.cap-flags-div {
    margin-bottom: 8px;
    float: left;
} 
.grecaptcha-badge {
  display: none;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #4e9bc6;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.myacc-aff-mng-edit a.btn.cap-btn-primary-outline.cap-btn-small {
    width: 120px;
}
.myacc-aff-mng-edit .cap-delete-button {
    color: #dc3545;
    border: 1px solid #dc3545;
}
.myacc-aff-mng-edit .cap-delete-button:hover {
    color: #fff;
    background: #dc3545;
    text-decoration: none;
}
.cap-areYouSure-AffMa {
  display: none;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
     font-family: "Font Awesome 5 Free";
    content: "\f560";
    font-weight:900;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--affiliate-managers a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f291";
    font-weight:900;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--drts-voting_votes a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f164";
    font-weight:400;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--drts-posts_directory_te a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f07c";
    font-weight:400;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--drts-posts_services a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f248";
    font-weight:400;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--drts-posts_deals a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f541";
    font-weight:400;
}
