/*
	Theme Name:   Agri Palm
	Theme URI:    https://www.neoqode.com
	Description:  Agri Palm
	Author:       neoqode
	Author URI:   https://www.neoqode.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  https://www.neoqode.com
	Tags:
	Text Domain:  agri-palm
*/
.entry p {
    text-align: justify;
}

.bbp-author-name {
    margin-right: 10px;
}

#download-component {
    background: linear-gradient(239deg, #489c6d, #2e2e2e);
    color: #fff;
    padding: 20px 20px;
    position: relative;
    margin: 20px auto;
    border-radius: 20px;
    box-shadow: 6px 6px 2px #489c6d69;
    width: 100%;
    display: block;
}

#download-component h4 {
    color: #fff;
    font-weight: bold;
}

#download-component .media {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#download-component .img-48 img {
    width: 165px;
    height: auto;
    padding: 0;
    margin: 0;
}

#download-component .mr-3 {
    margin-right: 12px !important;
}

#download-component .ml-3 {
    margin-left: 12px !important;
}

.download-component_btns {
    display: flex;
    justify-content: space-between;
}

#download-component .download-submit {
    background: #fbd45a;
    color: #2c2f34 !important;
    font-size: 15px;
    width: 45%;
    margin-top: 13px;
    padding: 10px 15px;
    font-weight: bolder;
}

#download-component .download-submit:hover {
    background: #fbd45a;
}

.download-component_btns_icon {
    width: 26px;
    height: 26px;
}

.btn-slide,
.btn-slide2 {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 45%;
    line-height: 50px;
    padding: 0;
    border-radius: 50px;
    background: #00000073;
    border: 2px solid #028eff;
    margin: 10px;
    transition: .5s;
}

.btn-slide2 {
    border: 2px solid #efa666;
}

.btn-slide:hover {
    background-color: #028eff;
}

.btn-slide2:hover {
    background-color: #efa666;
}

.btn-slide:hover span.circle,
.btn-slide2:hover span.circle2 {
    left: 100%;
    margin-left: -45px;
    background-color: #2c2f34;
    color: #028eff;
}

.btn-slide2:hover span.circle2 {
    color: #efa666;
}

.btn-slide:hover span.title,
.btn-slide2:hover span.title2 {
    left: 40px;
    opacity: 0;
}

.btn-slide:hover span.title-hover,
.btn-slide2:hover span.title-hover2 {
    opacity: 1;
    left: 40px;
}

.btn-slide span.circle,
.btn-slide2 span.circle2 {
    display: flex;
    background-color: #028eff;
    color: #fff;
    position: absolute;
    float: left;
    margin: 3px;
    line-height: 42px;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    transition: .5s;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.download-component_btns_icon {
    width: 26px;
    height: 26px;
}

.btn-slide2 span.circle2 {
    background-color: #efa666;
}

.btn-slide span.title,
.btn-slide span.title-hover,
.btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
    position: absolute;
    left: 80px;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    color: #028eff;
    transition: .5s;
}

.btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
    color: #efa666;
    left: 80px;
}

.btn-slide span.title-hover,
.btn-slide2 span.title-hover2 {
    left: 80px;
    opacity: 0;
}

.btn-slide span.title-hover,
.btn-slide2 span.title-hover2 {
    color: #fff;
}

.widget_type_1 .bottom_branding{
	display:none !important;
}
.widget_type_1 .type_1_small{
	margin-bottom: 30px !important;
}
.widget_type_1{
	max-width: 100% !important;
}
.widget_type_1 .type_1_big {
	    font-weight: bold !important;
}

@media (max-width: 767px) {
    #download-component .media {
        flex-direction: column;
        align-items: center;
    }

    #download-component .img-48 img {
        width: 125px;
        height: auto;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
    }

    .download-component_btns {
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .btn-slide,
    .btn-slide2 {
        width: 100%;
    }
}
