/*
 * Theme Name: Aniki Child
 * Theme URI: https://github.com/webdnix/Aniki
 * Author: Webdnix
 * Author URI: https://pro.fiverr.com/sellers/webdnix
 * Description: A child theme for the Aniki WordPress theme.
 * Version: 1.0
 * Template: aniki
 * Text Domain: aniki-child
 *
 * This child theme inherits the functionality of the Aniki theme.
 */
/*.entry-tags, .entry-category{
	 display:none;
 }*/
 
 .site-search .btn-search{
	 width: 30px;
  	 border: 0;
  	 background: transparent;
 }
 .site-search .search-toggle, .site-search .mobile-search {
     display: none; 
	 width: 30px;
  	 border: 0;
  	 background: transparent;
 }
 .no-comment, .entry-tags, .entry-thumbnail{
	 display:none !important;
 }
 .header-image img {
	 width: 100%;
 }
 .site-branding .site-search {
    justify-content: end;
}
.entry-content {
    max-width: 729px;
    margin: 0 auto 20px;
}
.before-footer{
	display:none;	
}
body.home .before-footer{
	display:inherit !important;	
}
.before-footer .subscribe form{
	display: flex;
    align-items: center;
    justify-content: end;
}
.before-footer .columns{
	display: flex;
  	justify-content: center;
}
.before-footer .subscribe {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: white;
	width: 945px;
	height: 474px;}

.before-footer .subscribe .subscribe__title {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 18px;
}

.before-footer .subscribe .subscribe__copy {
	max-width: 450px;
	text-align: center;
	margin-bottom: 53px;
	line-height: 1.5;
}

.before-footer .subscribe .form {
	margin-bottom: 25px;
}

.before-footer .subscribe .form label{
	display:none;
}

.before-footer .subscribe #s2email {
	padding: 20px 25px;
	border-radius: 5px 0px 0px 5px;
 	border: 1px solid #000;
	width: 431px;
	font-size: 18px;
	color: #0F121F;
}

.before-footer .subscribe input[type="submit"] {
	border-radius: 0px 5px 5px 0px;
    height: 70px;
    width: 120px;
    margin-top: 3px;
}

@media (max-width: 480px) {
      .entry-date {
        display: inherit !important; 
	  } 
    .site-branding .site-search {
		display: inherit !important;
	}
	.site-branding .site-search .search-field {
		width: 100% !important;
	}
}
@media (max-width: 640px) {
	 .site-search .btn-search{
		 display:none;
	 }
	  .site-search .search-toggle {
        display: inherit !important; 
	  } 
	  .site-search.active .search-toggle {
        display: none !important; 
	  }  
	  .site-search .mobile-search {
        display: none !important; 
	  }
	  .site-search.active .mobile-search {
        display: inherit !important; 
	  }
    .site-branding .site-search {
		margin-right: 0px !important;
		min-width: 45px !important;
		width: 45px !important;
	}
	.site-branding .site-search form {
	  display: none !important;
	  width:0px !important;;
	}  
    .site-branding .site-search.active form {
		display: inherit !important;
		width: 90px;
    	min-width: 90px;
	}
    .site-branding .site-search.active {
		width: 190px !important;
	}
	.site-search.active .search-field {
		width: 100%; /* Fully expanded input */
	}
    .site-branding .site-search {
		display: inherit !important;
	}
	.before-footer .subscribe {
	  width: 100% !important;
	}
	.before-footer .subscribe #s2email {
  		width:100%;
	}
}
