/*
    Theme Name: Abstrak Child
    Theme URI: http://axilthemes.com/themes/abstrak/
    Template: abstrak
    Description: Abstrak is a modern Responsive Multi-Purpose WordPress theme for startup digital agency and SEO agency that offers design, development and online marketing services to its client.
    Author: Axilthemes
    Author URI: http://axilthemes.com
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: abstrak-child
    Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
    This theme, like WordPress, is licensed under the GPL.
*/


.banner {
    padding: 0px !important;
}
.breadcrum-area {
 z-index: 2 !important;
}
.counterup-progress .icon {
    font-size: 44px !important;
}
.pricing-table .pricing-body li:before {
	top: 5px !important;
}
.pricing-table .pricing-body li {
    padding: 5px 0 !important;
	padding-left: 30px !important;
}
.counterup-progress .count-number span.symbol {
    vertical-align: middle;
}
.footer-widget {
    margin-bottom: 30px !important;
    margin-top: 30px;
}
.call-to-action-area {
    padding-bottom: 0px !important;
}
/*style icon position alignment*/
.elementor-icon-list-items .elementor-icon-list-icon {
  position: absolute;
  top: 6px;
  left: 0px;
}

/*style text position alignment*/

.elementor-icon-list-items .elementor-icon-list-text {
margin-left: 20px;
    margin-top: 0px;
}


    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {


    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
footer .widget.widget_text .textwidget img {

    width: 70% !important;
}


    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }