/*
Theme Name: MyPiggyback
Theme URI: N/A
Author: Md. Foridul Islam
Author URI: N/A
Description: A custom wordpress theme for MyPiggyback.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Html5, Css3, PHP5, Custom post type, Blog, Wpml
Text Domain: mypiggyback
*/

@import url('assets/css/main.css');
#disMap{
	height: 500px;
	width: 600px;
}
/*#disMap > div + div{
	display: none;
}
*/
.details.mHc1{
	margin-left:15px!important;
}
.details.mHc1 ul li {
    width: 100%;
    padding: 0;
}

.process-btn {display: flex;justify-content: space-between;}

.process-btn span {
    color: #F2101C;
}
span.applied.topbar {
    border-left: 5px solid #F2101C;
    padding-left: 10px;
    margin-bottom: 50px;
    display: inline-block;
    background: #fbfbfb;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    color: #F2101C;
}
.jobconfirm {
    margin-bottom: 10px;
}

.jobconfirm a {
    text-decoration: underline;
}
.jobconfirm span label {
    margin-right: 10px;
    font-weight: 600;
    color: #F2101C;
}
/*payment*/
.mpb-payment {
    margin: 50px 0;
}
.mpb-payment-inner {
    max-width: 500px;
    margin: auto;
    background: #f9f9f9;
    padding: 30px;
}
.paypal-payment,
.stripe-payment{
    display: none;
}
.paypal-payment.show-method,
.stripe-payment.show-method {
    display: block;
}
.payment-type {
    text-align: center;
}
span.error {
    color: #D61225;
    margin-top: 2px;
    display: inline-block;
    font-size: 14px;
}
a.current_location{
    position: absolute;
    right: 5px;
    top: 7px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    display: none;
}
.page-template-page-about-php .mbp-about-team-sec{
    display: none;
}