/*
 Theme Name:   Kadence Child
 Theme URI:    https://example.com/kadence-child/
 Description:  Kadence Child Theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     kadence
 Version:      1.0.2
 Tags:         customizable, modern, responsive-layout, gutenberg, header builder, footer builder
 Text Domain:  kadencechild
*/

/* Theme customization starts here
-------------------------------------------------------------- */


@media screen and (min-width: 1025px) {
  .has-sidebar .content-container {
    grid-gap: 0;
  }
	.sidebar-inner-wrap {
    padding: 2rem 2rem 2rem 0;
}
}

#rss-feed a.rss, #rss-feed a.email, #rss-feed a.twitter {
    float: left;
    display: block;
		font-size: 0.8em;
    padding: 0 10px 0 22px;
		background-image: url('/blog/wp-content/themes/kadence-child/images/feed-icon.png');
    background-repeat: no-repeat;
    background-position: center left;
}
#rss-feed a.email {
    padding: 0 0 0 30px;
	background-image: url('/blog/wp-content/themes/kadence-child/images/mail-icon.png');
    background-repeat: no-repeat 0 .4em;
    background-position: center left;
}

.custom-before-post-section {
    background-color: #fff;
    padding: 20px;
    font-size: 0.8em;
   
}

.alert-box {
   
    padding: 20px;
    background: #f3f3f2;
    border: 1px solid #e3e1db;
	
}

/* Remove the pagination section from the front page loop */
.home .navigation.pagination, 
.home .kadence-pagination,
.home .nav-links {
    display: none !important;
}


header, footer {
    max-width: 1032px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
