/*
Theme Name: blackice
Theme URI: 
Author: 
Author URI: 
Description: 
Tags: 
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blackice

blackice WordPress Theme 2011-2026
blackice is distributed under the terms of the GNU GPL
*/


body, button, input, select, textarea {
  color: #555555;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.875rem;
  line-height: 1.65;
}
 body{
 background: #f9f9f9;
 margin:0;
 padding:0;
 }
 *, ::before, ::after {
  box-sizing: inherit;
}
a{
	text-decoration:none;
	color:#000;
}
ul, li, ol{
	list-style-type:none;
	margin:0;
	padding:0;
}
#page, #footer{
display: flex; /* equal height of the children */
clear:both;
margin:0 15px;
}
#footer, #footer a{
	margin:0;
	color:#20b2aa;
}

 #main, #sidebar {
    border: solid 1px #f0f0f0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(204, 204, 204, 0.12);
    margin: 2.5rem auto;
	background-color: #fff;
  min-height: 23em;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 30px;
    padding-right: 30px;
	 
  margin:2.5rem 15px;
  }

#main{
	/*
	background-color: #f9f9f9;
  border-color: #20b2aa;
	*/
}
 #main1, #sidebar1 {
   width:calc(50% - 0px);

   flex: 1; /* additionally, equal width */
   height:100%;
  }
@media screen and (max-width: 767px) {
	 #main1, #sidebar1 {
   width:calc(100% - 0px);
flex:none;
  }
	
}
#main1{
	margin-left:0;
}  
#sidebar1{
	margin-right:0;
} 
  #primary {

	margin:0 auto;
	display:block;
    padding-right: 0px;
    width: 100%;
	min-height: 1em;
  }

article, #comments{
	max-width:666px;
	margin:0 auto;
	position:relative;
} 

.single article, .single article img{
	max-width:666px;
	margin-bottom:30px;
}

article a{
	color:#20b2aa;
	text-decoration:none;
}
 article > .post-image-link img , .card-image img{
  border-radius: 3px;
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  height: 333px;
 max-width:666px;
	 width:100%;
 object-fit: cover;
}
article > .post-image-link {
  text-align: center;
}
article > .post-image-link {
  display: block;
  margin-bottom: 1em;
  text-align: center;
}
 article > .post-image-link {
    margin-bottom: 1.4em;
  }
  .entry-header .entry-title {
  color: #444;
  font-size: 1.75rem;
  margin: 0;
    margin-bottom: 0px;
  word-wrap: break-word;
  font-size: 2.25rem;
  margin-bottom: 1.1rem;
	  line-height: 3.0rem;
	  
}

  .page-content, .entry-content, .entry-summary {
  font-size: 1.125rem;
	word-wrap: break-word;
  }
  p {
  margin: 1em 0 1.1em 0;
    margin-top: 1em;
	}
#comments{
	margin-top:30px;
}
.site-header-main {
  background: #20b2aa;
  color: #fff;
  padding: 23px 0;
}
.site-header-main a{
	color:#fff;
}
.inner {
  position: relative;
  padding-left: 30px;
    padding-right: 30px;
	
	
}
.search-form{
	float:right;
}
.search-form label, .search-submit{
	float:left;
	display:block;
}
.search-submit{
	padding:1px 5px;
}

.site-header-top, .site-footer-bottom {
  background: #2d3642;
  box-sizing: content-box;
  color: rgba(255, 255, 255, 0.63);
  min-height: 1.75rem;
  padding: 1.25em 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
flex: 1; /* additionally, equal width */
}
.widget_block .wp-block-heading, .widget-title, .cat {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;

}
.cat{
	clear:both;
	display:inline-block;
	font-size: 17px;
	text-transform:lowercase;
}
.widget_block{
font-size: 1.125rem;
  margin-bottom:0px;
}
.widget_block{
	
}


#footer{
background: #2d3642;
}
.entry-footer {
  background: #f7f7f7;
  border: solid 1px #eee;
  border-radius: 3px;
  color: #777;
  font-size: 0.875rem;
  margin-top: 2.5em;
  padding: 15px 20px 15px;
  margin-bottom:60px;
}

.bottom-sidebar .inner{
    min-height: 23em;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
	

}
.bottom-sidebar{
	width:50%;
	color:#fff;	
}

.widget-area .widget-container{
	margin-bottom:30px;
}


label.wp-block-search__label{
display:none;
}


label.wp-block-search__label{
font-size: 20px;
color: #f03;
border: 5px solid #3f51b5;
margin: 6px;
}

input.wp-block-search__input {
padding: 0px 5px;
border:none;
font-size: 13px;
height:23px;
margin-right:2px;
}

button.wp-block-search__button, button, .submit{
	padding: 0px 5px;
background: #dedede;
color: #888;
height:23px;
border:none;
}
.wp-block-search{
	float:right;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url
{
    display: flex;
    flex-direction: column;
}

#commentform input,
#commentform textarea
{
    flex-basis: 100%;
}
