/*
 Theme Name:   Azul Silver Child
 Theme URI:    https://www.pilgrim.org.au/blog/wp-content/themes/azul-silver-child/
 Description:  Azul-Silver Child Theme
 Author:       Peter Russell
 Author URI:   https://www.pilgrim.org.au
 Template:     azul-silver
 Version:      1.0.1  -  7 May 2018
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  azul-silver-child
*/

/************************* Nicolas Gallagher Micro Clearfixed Solution *************************/
/* 1. The space content is one way to avoid an Opera bug when the contenteditable attribute    */
/*    is included anywhere else in the document. Otherwise it causes space to appear at the    */
/*    top and the bottom of elements that are clearfixed.                                      */
/* 2. The use of the table rather than block is only necessary if using :before to contain the */
/*    top-margins of child element.                                                            */
/************************* Nicolas Gallagher Micro Clearfixed Solution *************************/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/************************* Azul Silver Main Basic Layout *************************/
body {
    background: #DDDDDD;
    font-family: Arial;
    font-size: 14px;
}

.entry-header {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, san-serif;
}

h1 {
  font-size: 250%;     /* was 2 em  */
  margin: 67% 0;      /* was 0.67em  */
}


li {
  list-style: none;
}

#container {
    display:  flex;
    align-items: stretch;
    flex-flow: column;
    margin: 0 auto;
    max-width: 100%;
    background: #FFFFFF;
}

#masthead {
order
display: inline;
float:left;
margin: 0;
padding: 0;
width: 100%;
background: #FFFFFF;
text-align: center;
}

#masthead img {
margin: 0;
padding: 0;
width: 100%;
height: auto;

}

/*********************16.0 Content Area  ****************/

#content {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    background-color: #FFFFFF;
}

.content-area {
    order: 1;
    float: left;
    font-size: 14px;
    width: 100%;
     /*  width was 67.72908366533865% */
    padding-left: 5px;
     /*         padding-right: 10px;   */
}



.content-area img {
	margin: 0;
	max-width: 100%;
	height: auto;
}




/********************** Navigation Links ******************/


a {
  color: #2574a6;
  text-decoration: none;
}

a:hover {
    color: #BB0000;
}


/************************* Azul Silver Header Navigation *************************/


#site-content {
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    width: 100%;
    background-color: #FFFFFF;

}

#site-sidebar {
    float: left;
    margin-top: 39px;
    list-style: none;
    background-color: #FFFFFF;
}

.site-footer {
	margin: 10px auto;
	padding-bottom: 20px;
	text-align: center;
}

.site-footer a {
	color: #FFFFFF;
}


/************************* Azul Silver Primary Navigation *************************/
nav {
	margin-bottom: 0px;
}

.primary-navigation {
    font-size: 10px;
    font-weight: bold;
    background: #cccccc;
    float: left;
    display: block;
    height: 23px;
    position: relative;
    width: 100%;
}
.primary-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.primary-navigation li {
    float: left;
    position: relative;
}
.primary-navigation a {
    color: #000080;
    display: block;
    line-height: 1.3em;
    padding: 0.5em 1em;
    text-decoration: none;
}
.primary-navigation ul ul {
    background: #4D4D4D;
    display: none;
    float: left;
    position: absolute;
    left: 0;
    padding: 0;
    z-index: 99999;
}

.primary-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.primary-navigation ul ul a {
    width: 200px;
}

.primary-navigation ul ul li {

}

.primary-navigation li:hover > a {
    color: #FFFFFF;
    background: #999999;
}
.primary-navigation ul ul :hover > a {

}

.primary-navigation ul ul a:hover {
    background: #313131;
}
.primary-navigation ul li:hover > ul {
	display: block;
}
.primary-navigation .current_page_item > a,
.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a:hover,
.primary-navigation .current-menu-item > a:hover {
    background: #000000;
    color: #FFF;
}

.primary-navigation .current_page_ancestor {
    background: #4d4d4d;
    color: #FFFFFF;
}

.primary-navigation ul ul .current_page_parent,
.primary-navigation .current_page_parent .current_page_item > a {
    color: #FFFFFF;
    background: #313131;
}

/************************* Azul Silver Main Content Navigation *************************/
.entry-title {
    border-bottom: 1px solid #CCCCCC;
    font-size: 25px;
    margin: 0;
    padding: 5px 0px;
    padding-bottom: 0;
}

.entry-title a {
    color: #2574a6;        /* was #0195C5  */
    text-decoration: none;
}

.metadata-posted-on {
	margin: 0 0 0 8px;
}

.metadata-posted-in {
	margin: 0 0 0 8px;
	padding-bottom: 10px;
	display: none;         // removes items under posts
}

.cat-link {
	display: none;         // removes items under posts
}

.paging-navigation {
	display: none;         // removes items under posts
}

.alignleft {
	float: left;
}

.aligncenter {
	text-align: center;
}

.alignright {
	float: right;
}

#site-content table {
	margin-top: 10px;
}

.content-archive {
	padding: 30px;
	padding-bottom: 0;
	text-align: center;
}

.content-search {
	padding: 30px;
	padding-bottom: 0;
	text-align: center;
}

.wp-caption {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	max-width: 100%;
	padding: 8px;
	text-align: center;
}

.wp-caption-text {
	margin: 0;
	padding: 0;
}

.wp-caption.alignleft {
	margin-right: 10px;
	margin-top: 5px;
}

.wp-caption.alignright {
	margin-left: 10px;
	margin-top: 5px;
}


.gallery-caption {

}

.small-post-thumbnail {
	float: left;
	margin-top: 18px;
	margin-right: 15px;
	margin-bottom: 0;
	position: relative;
}

.medium-post-thumbnail {
	margin-bottom: 10px;
}

.site-content-full {

}



/************************* Azul Silver Sidebar Content Navigation *************************/

#site-sidebar ul {
    margin: 0;
    margin-bottom: 10px;
    padding: 5px 0px;
}

#site-sidebar li {
    list-style: none;
    margin: 0;
    font-size: 14px;
}

.header-search {
	float: right;
	margin-top: 30px;
}

div.header-search span.screen-reader-text {
  display: none;
}

div.header-search input.search-submit {
	background: #FFFFFF;
	border: none;
	color: #0195C5;
	margin-right: 10px;
	padding: 5px 0px;
	vertical-align: top;
}

div.header-search .search-field {
	vertical-align: top;
	padding: 3px 0;
}

.widget-area {
    float: right;
    padding: 0 0 0 0;
}

.widget-title {
    border-bottom: 1px solid #CCCCCC;
    color: #999;
    font-size: 18px;
    margin: 0;
    padding: 14px 0px;
    padding-bottom: 0;
}

.widget li {
    margin: 5px 0 0 0;
    font-size: 12px;
}

.tagcloud {
    margin-bottom: 10px;
}

.textwidget {
    margin-bottom: 10px;
    padding: 5px 0px;
}

#wp-calendar {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

#wp-calendar a {
    font-style: italic;
    text-decoration: underline;
}

#wp-calendar caption {
    font-weight: bold;
    margin-bottom: 4px;
}

#wp-calendar #today {
    font-weight: bold;
}

#wp-calendar #today a {
    color: #FF0000;
    font-weight: bold;
}

.sticky {
	background: #CCCCCC;
}

.sticky .entry-title {
	border-bottom: 1px solid #000000;
}

span.screen-reader-text {
	display: none;
}

input.search-field, input.search-submit {
	margin-top: 5px;
}

/************* 23.0  widget area ******************/

.widget-area {
    order: 2;
    float: left;
    width: 100%;    /* was 29.8804780876494%  */
    margin-left: 4px;
}

.widget {
    margin: 12px 0 30px 0;
}

.widget li {
    margin-left: 20px;     /*  original 18px  */
    font-size: 14px;
}


.widget-title {
    font-weight: 600;
    color: #153254;
    margin: 0;
    padding-top: 0px;
}


