/*
Theme Name: Greyfield
Theme URL: 
Description: AccessPress Parallax Child Theme
Author:
Author URL:
Template: accesspress-parallax
Version: 1.0.0
Text Domain: greyfield-child
*/

body {
    /* Greyfield fallback for when there is no custom background color defined. */
    background: white;
}

.slider-caption .caption-title {
    text-transform: none;
}

#primary {
    float: right;
}

#secondary .widget_execphp {
    width: 199px;
    padding: 0;
    background: transparent;
}

#secondary 
{
	background: url('container-inner.jpg') top left no-repeat;
        float: left;
}

/*
.main-navigation > ul{
	background: #00A2E0;
}

.main-navigation > ul > li {
    border-bottom: 1px solid #00A200;
}
*/

#secondary #inner_page_image
{
	height: 144px;
	width: 215px;
	overflow: hidden;
/*        position:relative;
	top: 34px;
	left: 10px;*/
}

#secondary .extra_field_box {
        position:relative;
	top: 34px;
	left: 10px;
}

#secondary #extra_field_box1
{
	background: url('speechmark-inner.jpg') bottom right no-repeat;
/*	top: 50px;
	left: 28px;*/
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #00A2E0;
    text-decoration: none;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/

.parallax-section {
    padding: 60px 0 0px;
}

/*
#content > .mid-content {
    margin-top: 0;
}
*/

/*.home .extra_field_box p, .aside .widget_categoryposts p, .aside .cat-post-widget p
{
        font-size: 12.5px;
}*/


/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.article-wrap {
    padding: 0;
}

/*--------------------------------------------------------------
Entry content
--------------------------------------------------------------*/

.page-header h1 {
    /* prevent display of 'Category' on the news posts page */
    display: none;
}

div .taxonomy-description {
    /* prevent display of the category desctipyion on the news posts page */
    display: none;
}

.entry-title 
{
    display: none;
}

.entry-content h6  /* h6 is used as call to action */
{
    font-size: 12.5px;
    line-height: 1.3;
    color: #757678;
    font-weight: bold;
}
.entry-content h6 a
{
    color: #757678;
}
.entry-content h6 a:hover
{
    color: #00A2E0;
}
.entry-content h1, .entry-content h2, .entry-title
{
    font-family: Helvetica, Arial, sans-serif;
    font-size:30px;
    line-height: 1.2em;
    padding:14px 0 14px 0;
    color: #00A2E0;
}

.not-singular .entry-title /*applies to h2 on news listing page*/
{
    font-size: 22px;
    padding: 14px 0 4px 0;
}

.entry-content h1 a, .entry-content h2 a, .entry-content h3 a
{
    color: #00A2E0;
    text-decoration: none;
    border-bottom: 1px dotted;
}
.entry-content h1 a:hover, .entry-content h2 a:hover, .entry-content h3 a:hover
{
    color: #00A2E0;
    text-decoration: none;
    border-bottom: 1px solid;
}
.entry-content h2
{
    font-size:15px;
}

/*.extra_field_box h1, .aside .widget_categoryposts h3, .aside .cat-post-widget h3*/
.extra_field_box h1
{
    font-family: Helvetica, Arial, sans-serif;
    font-size:19px;
    font-weight:normal;
    font-style: normal;
    padding:0px 0 14px 0;
    color: #00a2e0;
    text-align: center;
}
.extra_field_box h1
{
    padding-bottom: 20px;
}

.extra_field_box p
{
    font-size:15px;
    font-weight:normal;
    color: #757678;
    text-align: left;
}


/*--------------------------------------------------------------
Footer Section
--------------------------------------------------------------*/
/* =Footer and extra div above footer
-------------------------------------------------------------- */

.bottom-footer {
    background: #ddd;
/*    background-color: rgb(243, 243, 245);*/
}

img.footer
{
	position: absolute;
	top: 5px;
	left: 50px;
}
img.nocn
{
	left: 835px;
}
img.candg
{
	left: 750px;
}
img.sfs
{
	left: 550px;
}

#footer_global {
    padding-top: 22px;
	text-align: center;
        display: flex;
	/*border-top:1px solid #ccc;
    margin-top:22px;
	background: url('bg_footer.jpg') top center no-repeat;
	height: 115px;
	border: 1px dotted #00ff00;*/
}
#footer {
    padding: 22px;
	text-align: center;
	/*border-top:1px solid #ccc;
    margin-top:22px;
	background: url('bg_footer.jpg') top center no-repeat;
	height: 115px;
	border: 1px dotted #00ff00;*/
}
#footer_left {
	text-align: left;
        flex-grow: 1;
/*        float: left;*/
/*	text-align: right;*/
	/*border-top:1px solid #ccc;
    margin-top:22px;
	background: url('bg_footer.jpg') top center no-repeat;
	height: 115px;
	border: 1px dotted #00ff00;*/
}
#footer_centre {
	text-align: center;
        flex-grow: 2;
/*        float: left;*/
/*        width: 600px;*/
	/*border-top:1px solid #ccc;
    margin-top:22px;
	background: url('bg_footer.jpg') top center no-repeat;
	height: 115px;
	border: 1px dotted #00ff00;*/
}
#footer_right {
	text-align: right;
        flex-grow: 1;
/*        float: right;*/
/*	text-align: left;*/
	/*border-top:1px solid #ccc;
    margin-top:22px;
	background: url('bg_footer.jpg') top center no-repeat;
	height: 115px;
	border: 1px dotted #00ff00;*/
}
#siteinfo {
    color:#757678;
    font-size:13px;
	font-weight: normal;
    /*line-height:18px;
    padding:12px 0 44px 0;*/
}
#siteinfo a 
{
    text-decoration: none;
	color:#757678;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #00a2e2;
}

