/*
 Theme Name:   Appyn Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Author:       Osama Abdul Rahim
 Author URI:   https://osama-developer.com/
 Template:     appyn
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Appyn
*/
#subheader .subcontainer h2{
    display: none;
}
.aplication-single .bx-download{
    text-align: center;
}
.aplication-single .bx-download ul{
    display: inline-block;
}

.ads_header {
    margin-top: 0px;
    margin-bottom: 0px;
	padding-top: 10px !important;
}

.archive-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.archive-blog .blog-item {
    margin-bottom: 1rem;
}

.bottom-dl {
	margin: 10px 0 !important;
}

.aplication-single .bx-download .bxt span {
	color: red;
}

.search-wrapp {
    position: relative;
}

div#searchBox {
    position: absolute;
    left: 0;
    top: 45px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
	display: none;
}

div#searchBox form {
    display: flex;
}

div#searchBox form button {
    background: #000;
    color: #fff;
    border-radius: 10px 0 0 10px;
}

div#searchBox form input {
    font-family: inherit!important;
    width: 230px;
}

span.search-trigger {
    margin: 0 10px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
	display: inline-block;
	cursor: pointer;
}

