/*
Theme Name: Mission News Child
Version: 1.0
Description: A child theme of Mission News
Author: admin
Template: mission-news
*/
 .site-header .date {
    display: inline-block;
    position: absolute;
    left: 0;
    right: auto;
    bottom: -18px;
    font-family: "PT Sans", sans-serif;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 700;
  }
  
    .post-header {
    margin: 0.05em 0;
   }
  
  .leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 0 3px 0 0; /* Отступы вокруг картинки */
   }
   
    @media all and (min-width: 68.75em) {
   .post-title {
    font-size: 1.3125em;
    line-height: 1.143;
    } 
	}
	
	.widget_ct_mission_news_post_list  li {
	border-bottom-width: 2px; /* Толщина линии внизу */
    border-bottom-style: solid; /* Стиль линии внизу */
    border-bottom-color: #DCDCDC; /* Цвет линии внизу */
	}

    .alignnone {
    margin: 0.5em 0 0 0;
    }
	
	p {
    margin: 0.5em 0;
    }
	
	hr {
    display: block;
    margin-top: 0.9em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border:  1px solid #DCDCDC;
    }
	
	.sidebar-left .widget,
    .sidebar-right .widget {
    margin-bottom: 0.3em;
    }
	
	.excerpt {
    margin-bottom: 12px;
    }
	
	.widget-title {
    margin-bottom: 0.5em;
	}
	
	ul,
    ol {
    font-size: 1em;
    padding: 0;
    margin: 0.5em 1.5em 1.0em 1.5em;
    }

    .sidebar .widget:nth-child(odd) {
    margin-right: 0;
	margin-bottom: 12px;
    }	
	
	.widget_ct_mission_news_post_list .title:visited  {
    color: #666666;
    }
	
	.site-title {
    line-height: 0.9;
	font-family: "PT Sans", sans-serif;
	font-size: 21px;
	}
	
	.menu-secondary-container {
    top: 25px;
    }
  
    .site-footer {
    position: relative;
    z-index: 9;
    clear: both;
    background: #fff;
    text-align: center;
    border-top: solid 1px #DCDCDC;
    padding: 0.5em 5.556% 0.5em;
    }
	
	.design-credit {
    margin-top: 0.1em;
    }			

	