/* 
Theme Name: GPT4BD-Child
Theme URI: https://gpt4bd.com
Description: GPT4BD-Child
Theme Author: Touhid
Author URI: https://gpt4bd.com
Template: hello-elementor 
Version: 1.0.0
Text Domain: GPT4BD-Child
License: GNU General Public License or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

/*Header*/
p {
    margin: 0;
}
.site-header {
     padding-top: 0rem; 
     padding-bottom: 0rem; 
}
.site-header .site-branding {
    font-size: 15px;
}

select {
    border-radius: 10px;
    padding-left: 2px;
}

.site-title {
    font-size: 1.0rem;
    margin: 0px;
}

.site-description {
    font-size: 9.8px;
}

.responsiveSelectContainer {
    font-size: 0.9rem;
}
select.responsiveMenuSelect {
    height: 33px;
    padding: 0px;
    font-size: 13px;
    font-weight: 300;
}

.site-navigation ul.menu li a {
    padding: 5px 8px;
}

.woo-wallet-content-heading {
    visibility: hidden;
    height: 0px;
}

/*shortcode is necessary for successfull registraiton after email confirm, but hide it as not ncessary*/
#user-registration {
    visibility:hidden;
}

#user-registration-form-39 {
    max-width: 400px;
    margin: auto;
}

#payment_message_custom {
    display: block;
    padding: 10px;
    background: #303ce6;
    color: white;
    font-weight: 700;
}

/* post detail page start*/

#post-thumbnail-feature {
    text-align: center;
}

#post-thumbnail-feature img {
    height: 300px;
    width: inherit;
}

/* post detail page end*/


/* tutorial page start*/
#post-area {
    height:3000px;
    text-align: center;
}
#post-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#post-item {
    float: left;
    width: 267px;
    height: 250px;
    margin: 9px;
    border: 1px #CC3366 solid;
    border-radius: 10px;
}
/* tutorial page end*/


/* my account css */
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    visibility: hidden;
    height: 0px;
}

.woo-wallet-my-wallet-container .woo-wallet-sidebar {
    width: 30%;
    float: left;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}

.woo-wallet-sidebar-heading {
    text-align: center;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
}

.woo-wallet-sidebar ul li {
    list-style: none;
    margin: 5px;
    font-size: 10px;
}

.woo-wallet-sidebar ul {
    margin: 0 auto;
    padding: 0px;
    float: left;
    width: 100%;
}

@media (max-width: 600px) {
    .woo-wallet-my-wallet-container .woo-wallet-content {
        width: 70%;
        padding: 10px;
    }
}
.woo-wallet-my-wallet-container .woo-wallet-content {
    width: 70%;
    padding: 10px;
}
.woo-wallet-sidebar ul li.card a {
    padding: 7px;
}
    



