/*
Theme Name: Divi Child
Version: 1.0
Description: A child theme of Divi
Author: PWS Developer
Template: Divi
*/

@import url("../Divi/style.css");

/******** Calibri fonts ********/
@font-face {
    font-family: Calibri;
    src: url(fonts/Calibri.ttf);
}
@font-face {
    font-family: Calibri;
    src: url(fonts/CALIBRIB.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Calibri;
    src: url(fonts/CALIBRII.ttf);
    font-style: italic;
}
@font-face {
    font-family: Calibri;
    src: url(fonts/CALIBRIZ.ttf);
    font-weight: bold;
    font-style: italic;
}
/******** Main SLider Heading Seprator ********/
#main-slider h1.et_pb_slide_title {
	position: relative;
}

#main-slider h1.et_pb_slide_title::after {
	position: absolute;
	content: "";
	background: #ffffff;
	width: 75px;
	height: 5px;
	left: 0;
	bottom: -5px;
}

/******** Home Page Upcoming Event layout ********/
#upcoming-event {
	position: relative;
	background: #d26b14;
}

#upcoming-event .ddmmyy {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(210,107,20,0.8);
    padding: 10px;
    font-weight: 700;
}

#upcoming-event .dates {
	font-size: 24px;
}

#upcoming-event h4 {
    position: relative;
    padding: 25px 10px 0;
    line-height: normal;
}

#upcoming-event p  {
	padding: 9px 10px;
}

#upcoming-event > a {
    border: 1px solid #d26b14;
    padding: 11px 30px;
    display: inline-block;
    margin: 10px 0 15px 0;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    background: #ffffff;
    color: #d26b14!important;
}

#upcoming-event > a:hover {
    /*border-color: #000;*/
    background: #d26b14;
    color: #ffffff!important;
}

/******** Footer Widget Seprator Line ********/
.footer-tel {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 15px 0 10px 0;
    margin: 12px 0 0 0;
}

.footer-tel:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	background: #d67726;
	height: 1px;
	top: 0;
}

/******** Remove By Deafult List Item Padding ********/
#footer-widgets .footer-widget li {
	padding-left: 0;
}

/******** Vertical align Footer Icons ********/
#footer-widgets .footer-widget.last a img {
	vertical-align: middle;
}

/******** Hide By Deaful Dots in Footer List item ********/
#footer-widgets .footer-widget li:before {
	visibility: hidden;
}

/******** Footer Contact us block ********/
.phcc-footer-info .phcc-footer-link {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
    min-height: 24px;
}

.phcc-footer-info .phcc-footer-link img {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 24px;
    max-height: 24px;
    margin-top: -12px;
}

.phcc-footer-info {
    padding-top: 5px;
}

.phcc-footer-info .phcc-footer-social-list {
    float: none;
    width: 100%;
    border-top: 1px solid #d67726;
    padding-top: 15px;
    margin-top: 0;
}

.phcc-footer-info .phcc-footer-social-list li a {
    font-size: 14px;
}

.phcc-footer-info .phcc-footer-social-list li {
    margin: 5px 15px 5px 0;
}

/*** Hide dropdown icon for first level menu (top menu) ****/
#top-menu .menu-item-has-children > a:first-child{
    padding-right: 0
}
#top-menu .menu-item-has-children > a:first-child:after{
	content: '';
	margin-top: -2px;
}
/*** Footer logo styling (ACNC logo and supported by logos) ****/
.phcc-logo-group{
	text-align: center;
}
.phcc-logo-group img{
	max-width: 100%;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.phcc-logo-group .supported-by-text{
	display: block;
	font-size: 16px;
    margin-bottom: 10px;
    /*border-top: 1px solid rgba(255,255,255,0.1);*/
    /*margin-top: 5px;*/
    /*padding-top: 5px;*/
}
#logo{
	padding-bottom: 6px;
}
/*** Social media icons alignment to right in top Header  ****/
/* #top-header > .container{
 	display: table;
 }
 #top-header #et-info{
    display: table-cell;
    float: none;
    width: 100%;
 }
 #top-header #et-info .et-social-icons{
 	float: right;
 }
 #top-header #et-secondary-menu{
    display: table-cell;
    float: none;
    text-align: right;
    min-width: 100px;	
 }*/

 .et_fixed_nav #top-header{
 	padding-top: 5px;
 }
 #top-header #et-info{
 	float: right;
 }
 #top-header #et-secondary-menu{
 	margin-right: 13px;
 }

/*** Calibri Fonts for general text ****/
body, input, textarea, select, #main-header, #et-top-navigation{
	font-family: 'Calibri', sans-serif !important;
}

/*** Hiding text of shopping cart and email in top header ****/
#et-info #et-info-email, #top-header .et-cart-info span {
    font-size: 0;
}

#et-info #et-info-email:before, #top-header .et-cart-info span:before {
    font-size: 14px;
}

/*** Svg Map CSS on catchment council page ****/
.svg_map_wrap{
	/*width: 400px*/
	/*text-align: center*/
}
.svg_map{
	/*width: 400px;*/
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	display: inline-block;
}
.svg_map .svg_map_tooltip{
	position: fixed;
	left: 0;
	top: 0;
	background: black;
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 4px;
	max-width: 200px;
}
path{
	stroke: #ffffff;
	stroke-width: 1px;
	cursor: pointer;
}
.coastal_plain:hover{
	fill: #c6c17f;
}
.ramsar_wetlands:hover{
	fill: #638cbf;
}
.forest_scarp:hover{
	fill: #559972;
}
.hotham_williams:hover{
	fill: #d17029;
}
.svg_map_label{
    position: absolute;
    bottom: 22%;
    right: 26%;
    /*color: #000;*/
    color: #ffffff;
    pointer-events: none;
    font-weight: 600;
    font-size: 16px;
    /*text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);*/
    text-transform: uppercase;
}

/*** Blog single post ****/
.phcc-blog-main-content .phcc-blog-main{
	padding: 60px 0;
}
.phcc-blog-main-content .phcc-blog-main .et_post_meta_wrapper .post-meta{
    /*margin-bottom: 15px;*/
}
.phcc-blog-main-content .phcc-blog-main .phcc-single-blog-featured-img{
    float: left;
    margin-right: 15px;
    width: 35%;
}
.phcc-blog-main-content .phcc-blog-main .phcc-single-blog-featured-img img{
	display: block;
}
/**Bloger-btn**/
/*#phcc_post{position: relative;}
#phcc_post .post-content a{position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
    display: inline !important;
}*/
/**Bloger-btn-end**/
/*@media(max-width: 980px){
    .phcc-blog-main-content .phcc-blog-main .phcc-single-blog-featured-img{
        width: 100%;
    }
}*/

#phcc_post {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#phcc_post .post-content {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
#phcc_post .post-content a.more-link{
    align-self: flex-end;
    margin-top: auto;
}
#phcc_post>.et_pb_image_container{
    display: none;
}

#upcoming-event {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    flex-direction: column;
}
#upcoming-event a{
    align-self: flex-end;
    margin: auto auto 0 auto;
}
/*** Event Booking form ****/
.phcc-event-booking-form {
    margin-top: 30px;
    background: #f7f7f7;
    padding: 30px;
    border-radius: 5px;
}

.phcc-event-booking-form .em-booking-form-details label {
    display: block;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}

.phcc-event-booking-form .em-booking-form-details > p {
    margin-bottom: 10px;
}

.phcc-event-booking-form .em-booking-form-details select.em-ticket-select {
    width: 100%;
    height: 39px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    padding: 0 10px;
}

.phcc-event-booking-form .em-booking-form-details textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    height: 80px;
}
.phcc-event-booking-form .em-booking-form-details {
    max-width: 100%;
    width: 450px;
    padding: 0;
}

.phcc-event-booking-form > h3 {
    color: #d17029;
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid #ececec;
    padding-bottom: 25px;
}

.phcc-event-booking-form .em-booking-form-details .em-booking-submit {
    border: none;
    font-size: 14px;
    padding: 4px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    background-color: #d26b14;
    padding: 6px 20px 6px 20px;
    line-height: 1.7em;
}

/*** Archive page ****/
.phcc-archive-main .phcc-archive-content{
    padding: 60px 0;
}
.phcc-archive-main .phcc-archive-content .phcc-archive-row{
    padding: 0;
}
.phcc-archive-post{
    background: #fdf5ef;
    margin-bottom: 30px;
}
.phcc-archive-post img{
    display: block;
}
.phcc-archive-post .phcc-archive-description{
    padding: 19px;
    font-size: 16px;
}
.phcc-archive-post .phcc-archive-description .entry-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5em;
}
.phcc-archive-post .phcc-archive-description .post-meta{
    font-size: 12px;
    color: #d26b14;
}

/*** Inner page Title ****/
.phcc-inner-page-title{
    border-bottom: 1px solid #f1f1f1;
    /*background-color: #f9f9f9;*/
}
.phcc-inner-page-title .et_pb_row{
    padding: 20px 0;
}
.phcc-inner-page-title h1{
    font-family: 'Open Sans','Calibri',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    color: #d26b14;
    letter-spacing: 2px;
    line-height: 1.5em;
    text-align: left;
    padding: 0 9px;
    line-height: 1.5em;
}

/*** Events Calendar View ****/
.em-calendar-wrapper table.em-calendar {
    border: none;
    border-collapse: separate;
}
.em-calendar-wrapper table.em-calendar thead td {
    text-align: center;
    background: #f9f9f9;
    border: none;
    padding: 0;
    border-right: none;
}
.em-calendar-wrapper table.em-calendar thead td.month_name {
    font-size: 20px;
    text-transform: uppercase;
}
.em-calendar-wrapper table.em-calendar thead td a {
    color: #666;
    display: block;
    padding: 15px;
}
.em-calendar-wrapper table.em-calendar tbody td {
    background-color: #ffffff;
    border: 1px solid #ececec;
    width: 14%;
    vertical-align: top;
    height: 100px;
    font-size: 16px;
    padding: 10px;
    border-right: none;
    border-bottom: none;
}
.em-calendar-wrapper table.em-calendar tbody td ul {
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 5px;
}
.em-calendar-wrapper table.em-calendar tbody td.eventful>a {
    font-size: 20px;
    font-weight: 700;
    color: #d26b14;
}
.em-calendar-wrapper table.em-calendar tbody td ul li a {
    background: #d26b14;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
}
.em-calendar-wrapper table.em-calendar tbody tr.days-names td {
    background: #666;
    color: #fff;
    border: none;
    height: 1px;
    height: auto;
    text-transform: uppercase;
    font-weight: 600;
}
.em-calendar-wrapper table.em-calendar tbody tr:last-child td {
    border-bottom: 1px solid #ececec;
}
.em-calendar-wrapper table.em-calendar tbody tr td:last-child {
    border-right: 1px solid #ececec;
}
.em-calendar-wrapper table.em-calendar tbody td.eventless-today,.em-calendar-wrapper table.em-calendar tbody td.eventfull-today,.em-calendar-wrapper table.em-calendar thead td a:hover {
    background: #f2f2f2;
}

/*** Events List View ****/
.css-events-list table.events-table {
    border-collapse: separate;
}

.css-events-list table.events-table th {
    background: #666;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

.css-events-list table.events-table tr td {
    padding: 10px 15px;
    background: #fff;
    line-height: 1.4;
    border: 1px solid #ececec;
    border-right: none;
    border-bottom: none;
}

.css-events-list table.events-table tr:last-child td {
    border-bottom: 1px solid #ececec;
}
.css-events-list table.events-table tr td:last-child {
    border-right: 1px solid #ececec;
}

.phcc-events-list-view .phcc-event-list-row{
    display: table;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
.phcc-events-list-view .phcc-event-list-row:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.phcc-events-list-view .phcc-event-list-row .phcc-event-list-image{
    display: table-cell;
    min-width: 160px;
    width: 160px;
    vertical-align: top;
}
.phcc-events-list-view .phcc-event-list-row .phcc-event-list-content{
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding-left: 30px;
}

.phcc-events-list-view .phcc-event-list-row .phcc-event-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.phcc-events-list-view .phcc-event-list-row .phcc-event-excerpt {
    margin-top: 10px;
    line-height: 1.3;
}

.phcc-events-list-view .phcc-event-list-row .phcc-event-location,.phcc-events-list-view .phcc-event-list-row .phcc-event-date {
    line-height: 1.4;
    color: #333;
    font-size: 16px;
}

.phcc-event-list-date {
	display: table-cell;
    vertical-align: middle;
    min-width: 210px;
    font-size: 18px;
    white-space: nowrap;
    text-align: left;
    padding-right: 20px;
    color: #000000;
}

.phcc-event-list-date span {
    display: block;
    position: relative;
}

.phcc-event-list-date .date:before, .phcc-event-list-date .time:before {
    font-size: 10px;
    display: inline-block;
    background: #333;
    color: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    font-family: 'ETmodules';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.phcc-event-list-date .date:before{
	content: "\e023";
	background: #d17029;
}
.phcc-event-list-date .time:before{
	content: "\7d";
	background: #559972;
}
.phcc-event-day-block {
    background: #d26b14;
    padding: 10px 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
span.month {
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}
span.day {
    display: block;
    font-size: 36px;
    display: block;
    line-height: 1;
}
@media(max-width: 767px){
    .annual-reports .direction-cover, .annual-reports .direction-meta-first{
        float:none;
        width:100%;
    }
    .annual-reports .direction-single-first{
        display: block;
    }
    .annual-reports .direction-single-first .direction-cover img{ max-height:100% !important; height:auto !important; }
    .phcc-events-list-view .phcc-event-list-row{
        display: block;
    }
    .phcc-events-list-view .phcc-event-list-row .phcc-event-list-image,.phcc-events-list-view .phcc-event-list-row .phcc-event-list-content{
        display: block;
    }
    .phcc-events-list-view .phcc-event-list-row .phcc-event-list-content{
        padding-left: 0;
        margin-top: 5px;
    }
    .phcc-event-list-date{
    	display: block;
    	white-space: normal;
    	padding-right: 0px;
    }
    .phcc-event-list-date span{
    	display: inline-block;
    	margin: 0 10px 10px 0;
    }
    .phcc-event-list-date .date:before, .phcc-event-list-date .time:before{
    	margin: 0 5px 0 0;
    }
}


/*** Blog/Archive posts equal image size ****/
.phcc-archive-main .post>a, .phcc-equalize-blog-section .post .et_pb_image_container>a {
    height: 200px;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: rgba(0,0,0,0.025);
}

.phcc-archive-main .post>a>img {
    /*width: 100%; */
    /*width: auto;*/
    /*height: auto;*/
    /*max-height: none;*/
    /*max-width: none;*/
    /*height: 100%; */
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*max-width: 100%; */
    /*max-height: 100%; */
    /*margin: auto;*/
    /*min-height: 100%;*/
    /*min-width: 100%;*/
}

/*** Event Single page ****/
.phcc-event-single-content .phcc-event-single-description{
    margin-top: 15px;
}
.phcc-event-single-content .entry-title{
    padding-bottom: 0;
    font-weight: 600;
}
.phcc-event-single-content .entry-content > p strong{
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
}

.phcc-event-single-content .phcc-event-single-info-wrap {
    float: left;
    width: 65%;
    /*margin-left: 2%;*/
    margin-bottom: 15px;
}

.phcc-event-single-content .phcc-single-blog-featured-img {
    margin-right: 0 !important;
    float: left;
}

.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info {
    width: 50%;
    float: left;
    padding: 0 15px;
    /* background: #fafafa; */
    /* margin: 0 1%; */
    /*min-height: 300px;*/
    /* border: 1px solid #f2f2f2; */
}

.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-map {
    float: left;
    width: 50%;
    display: flex;
    min-height: 195px;
    align-items: center;
    align-self: center;
    background: #f2f2f2;
}
.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-map>i{
    display: block;
    width: 100%;
    text-align: center;
}
.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-map .em-location-map-container{
    width: 100% !important;
}

/*.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info .phcc-date, .phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info .phcc-location {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
*/
.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info strong {
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}
.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info .phcc-date,
.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info .phcc-location,
.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info .phcc-categories{
    position: relative;
    padding-left: 45px;
    background: #fafafa;
    padding: 15px 15px 15px 50px;
    border: 1px solid #f2f2f2;
    margin-bottom: 15px;
}
.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info .phcc-date:before,
.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info .phcc-location:before,
.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info .phcc-categories:before{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 12px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    left: 10px;
    font-family: 'ETmodules';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info .phcc-date:before{
    content: "\e023";
    background: #d17029;
}
.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info .phcc-location:before{
    content: "\e01d";
    background: #628ebf;
}
.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info .phcc-categories:before{
    content: "\e08d";
    background: #559972;
}
@media(max-width: 980px){
    .phcc-event-single-content .phcc-event-single-info-wrap{
        width: 100%;
        /*min-height: 1px;*/
    }
    .phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info{
        padding-left: 0;
    }
}
@media(max-width: 768px){
    .phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info{
        padding-right: 0;
    }
    .phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-info,.phcc-event-single-content .phcc-event-single-info-wrap .phcc-event-single-map{
        width: 100%;
    }
}


/*** Blog horizontal (row) layout ****/
.phcc-archive-row.phcc-blog-horizontal{
    padding: 0;
}
.phcc-blog-horizontal .et_pb_post{
    background-color: #fdf5ef;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
}
.phcc-blog-horizontal .et_pb_post .entry-featured-image-url{
    margin-bottom: 15px;
}
.phcc-blog-horizontal .et_pb_post .entry-featured-image-url img{
    width: auto;
    max-width: 100%;
}
.phcc-blog-horizontal .et_pb_post .entry-title{
    font-weight: 700;
    line-height: 1.3em;
	font-size: 24px;
	font-family: 'Calibri', sans-serif !important;
}
.phcc-blog-horizontal .et_pb_post .post-meta{
    color: #d26b14;
}
.phcc-blog-horizontal .et_pb_post .more-link{
    display: inline-block;
    /*background: #d26b14;
    color: #fff;
    padding: 10px;
    border-radius: 5px;*/
    font-size: 14px;
    background: #fff;
    color: #d26b14;
    border: 1px solid;
    border-radius: 3px;
    padding: 12px 30px;
    margin: 15px 0 0 0;
    text-transform: capitalize;
    line-height: 1.5;
    transform: all 0.3s;
}
.phcc-blog-horizontal .et_pb_post .more-link:hover{
    background: #d26b14;
    color: #ffffff;
}
.phcc-blog-horizontal .et_pb_post .phcc-blog-horizontal-post-content{
    /*margin-top: 15px;*/
    width: 60%;
    float: left;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.7em;
}
.phcc-archive-horizontal .phcc-archive-content{
    padding: 81px 0;
}

.phcc-blog-horizontal .et_pb_post> a{
    display: block;
    float: left;
    width: 40%;
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
    /*background: rgba(0, 0, 0, 0.03);*/
    position: relative;
    height: 250px;
    align-self: center;
}
.phcc-blog-horizontal .et_pb_post> a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto !important;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.phcc-blog-horizontal .et_pb_post:before, .phcc-blog-horizontal .et_pb_post:after {
    clear: both;
    content: "";
    display: block;
}
.phcc-archive-horizontal #sidebar{
    padding-left: 0;
}
@media(max-width: 980px){
    .phcc-blog-horizontal .et_pb_post> a{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .phcc-blog-horizontal .et_pb_post{
        display: block;
    }
    .phcc-blog-horizontal .et_pb_post .phcc-blog-horizontal-post-content{
        float: none;
        width: 100%;
        padding-left: 0;
    }
}
@media(min-width: 992px){
	.phcc-blog-horizontal-builder .et_pb_post {
		position: relative;
	    display: block;
	    width: 100%;
	    padding-left: 44%;
	}

	.phcc-blog-horizontal-builder .et_pb_post .entry-featured-image-url,.phcc-blog-horizontal-builder .et_pb_post > a {
	    position: absolute;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    width: 44%;
	    height: auto;
	}

	.phcc-blog-horizontal-builder .et_pb_post .entry-featured-image-url img {
	    padding: 20px 30px 20px 20px;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
		padding: 10px 0 0 0 !important;
	}
}

/*** Events Tabs (Events page)  ****/
#phcc-events-tabs .et_pb_tabs_controls{
	text-align: center;
}
#phcc-events-tabs .et_pb_tabs_controls:after{
    display: none;
}
/*#phcc-events-tabs .et_pb_tabs_controls li:last-child {
    float: right;
    position: relative;
}*/

#phcc-events-tabs .et_pb_tabs_controls li{
    /*min-height: 47px;*/
    display: inline-block;
    float: none;
    margin: 0 10px;
    border-radius: 3px!important;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    border: 1px solid #d26b14!important;
    font-size: 14px;
    /*font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;*/
    font-weight: 600!important;
    background-color: #ffffff;
}
#phcc-events-tabs .et_pb_tabs_controls li a{
    color: #d26b14 !important;
    text-transform: none;
    line-height: 1.7em;
    font-size: 14px;
    padding: 4px 15px 4px;
}
#phcc-events-tabs .et_pb_tabs_controls li:hover{
    background: #d26b14;
}
#phcc-events-tabs .et_pb_tabs_controls li:hover a{
    color: #ffffff !important;
}
#phcc-events-tabs .et_pb_tabs_controls li:last-child a:before,#phcc-events-tabs .et_pb_tabs_controls li.et_pb_tab_0 a:before {
    content: "\e023";
    font-family: 'ETmodules';
    position: relative;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    margin-right: 10px;
    top: 2px;
    -webkit-font-smoothing: antialiased;
}
#phcc-events-tabs .et_pb_tabs_controls li.et_pb_tab_0 a:before{
    content: "\64";
}
#phcc-events-tabs .et_pb_tabs_controls li.et_pb_tab_active{
    background-color: #d26b14;
}
#phcc-events-tabs .et_pb_tabs_controls li.et_pb_tab_active a{
    color: #ffffff !important;
}
#phcc-events-tabs .et_pb_all_tabs{
    margin-top: 10px;
    background: transparent;
}
#phcc-events-tabs .et_pb_all_tabs .et_pb_tab{
    padding-left: 0;
    padding-right: 0;
}
/*@media(max-width: 767px){
    #phcc-events-tabs .et_pb_tabs_controls li{
        margin-bottom: 10px;
    }
    #phcc-events-tabs .et_pb_tabs_controls li:last-child{
        float: none;
        margin-bottom: 0;
    }
}*/



/*** Events Page Responsiveness  ****/
.phcc-events .css-events-list{
    overflow-y: hidden;
    overflow-x: auto;
}




/*** Ipad mobile menu ****/
@media (max-width: 1200px) {
	 #et_mobile_nav_menu {
	 	display: block;
	 }
	 
	#top-menu {
	 	display: none;
	 }
 }



/*** Blog section Ipad ****/
@media (max-width: 980px){
	#peel-blog .et_pb_blog_grid .column,
	#peel-blog .widget_em_widget {
	    float: none;
	    width: 100% !important;
	}
}

@media (min-width:981px) {

	/******** Main Slider Increase Width  ********/
	#main-slider .et_pb_container {
		width: 90%;
	}
	/******** Footer Css ********/
	#footer-info .footer-right {
	   float: right;
	   font-weight: 400;
	}
	#footer-info {
	   float: none;
	}
    /****** Headre navigation *****/
        #main-header #et-top-navigation {
        padding: 39px 0 0 0;
    }
}



/*** Extra customization ****/
.hide-text, .screen-reader-text {
    font-size: 0!important;
    color: transparent!important;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
}
div#upcoming-event img {
    width: 100%;
    height: 154px;
}
div#upcoming-event h4 a {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    font-size: 15px!important;
    line-height: 1.5em!important;
}
#upcoming-event p {
    font-size: 13px;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.7em;
    padding: 19px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
body #page-container .phcc-btn-orange, #phcc_login_btn {
    border-radius: 3px!important;
    text-align: center;
    border: 1px solid #d26b14!important;
    color: #d26b14 !important;
    font-size: 14px;
    /*font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;*/
    font-weight: 600!important;
    background-color: #ffffff;
    float: none;
    display: inline-block;
    padding: 11px 30px 11px !important;
    line-height: 1.7;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.3s;
}
body #page-container .phcc-btn-orange:hover, #phcc_login_btn:hover{
    background-color: #c66412;
    color: #ffffff !important;
}
body #page-container  .phcc-btn-orange.has-arrow:after, #phcc_login_btn.has-arrow:after {
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
	font-size: 22.4px;
}
body #page-container  .phcc-btn-orange.has-arrow:hover:after, #phcc_login_btn.has-arrow:hover:after {
    margin-left: 0;
    opacity: 1;
}
body #page-container .phcc-btn-white {
    border-radius: 3px!important;
    text-align: center;
    border: 1px solid #d26b14!important;
    color: #d26b14 !important;
    font-size: 14px;
    /*font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;*/
    font-weight: 600!important;
    background-color: #ffffff;
    float: none;
    display: inline-block;
    padding: 11px 30px 11px !important;
    line-height: 1.7;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.3s;
}
body #page-container .phcc-btn-white:after, body #page-container .phcc-btn-white:hover:after {
	content: '';
}
body #page-container .phcc-btn-white:hover, body #page-container .phcc-btn-white.active {
    background: #d26b14!important;
	color:#fff!important;
}

div#about-us-tabs {
    border: none;
}
div#about-us-tabs ul.et_pb_tabs_controls {
    background: transparent;
    margin: 0 auto;
    text-align: center;
}
div#about-us-tabs .et_pb_tabs_controls li {
    border-radius: 3px!important;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    border: 1px solid #d26b14!important;
    font-size: 14px;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600!important;
    background-color: #ffffff;
    margin: 0px 10px;
    float: none;
    display: inline-block;
}
div#about-us-tabs .et_pb_tabs_controls li a {
    color: #d26b14!important;
}
div#about-us-tabs .et_pb_tabs_controls li:hover {
    background: #d26b14!important;
}
div#about-us-tabs .et_pb_tabs_controls li:hover a {
    color: #ffffff!important;
}
div#about-us-tabs .et_pb_tabs_controls li.et_pb_tab_active {
    background: #d26b14;
}
div#about-us-tabs .et_pb_tabs_controls li.et_pb_tab_active a {
    color: #fff!important;
}

div#about-us-tabs .et_pb_tabs_controls:after {
    display: none;
}
div#about-us-tabs .et_pb_all_tabs {
    background: transparent;
    margin-top: 10px;
}
div#about-us-tabs .et_pb_all_tabs th {
    font-weight: 500!important;
}
.et_pb_tab_content table.tg {
    border-radius: 3px;
    border-color: #d26b14;
    box-sizing: border-box;
}
div#about-us-tabs .et_pb_all_tabs th {
    font-weight: 500!important;
    background: #fff;
}
div#about-us-tabs .et_pb_all_tabs th.tg-o4ll, div#about-us-tabs .et_pb_all_tabs th.tg-9d65 {
    background: #d26b14;
    color: #fff;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
}
.direction-title a {
    font-weight: 500;
    color: #2a3542;
}
.direction-title a:hover {
    color: #d26b14;
}

div#main-content .team-container .team-social a span {
    width: auto!important;
    height: auto!important;
    font-size: 13px;
    margin-right: 3px;
}
body .team-container .layer-content .team-position {
    font-size: 16px!important;
}
body div#team-10168 .team-title {
    text-transform: none!important;
}

#et-info-login:before{
    content: "\e08a";
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
	font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
}
.loginlink {
    display: inline-block;
    float: none;
    margin-left: 10px;
}
a#members-login {
    font-size: 14px;
}
.side-popup {
	display:none;
    position: fixed;
    z-index: 999999;
    right: -350px;
    width: 350px;
    padding: 30px;
    background: rgba(0, 0, 0, 0.80);
    top: 0;
    height: 100%;
    color: #fff;
	padding-top: 5%;
}
.login-container h2 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.login-container {
    position: relative;
}
a.popup-close-btn {
    text-align: right;
    display: inline-block;
    height: 20px;
}
a.popup-close-btn:before {
    content: "\4d";
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    font-size: 30px;
    text-align: right;
    color: #fff;
    position: absolute;
    right: 0;
}
form#sideloginform label, form#sideloginform input[type=text], form#sideloginform input[type=password] {
    display: block;
    width: 100%;
    text-align: left;
}
form#sideloginform input[type=text], form#sideloginform input[type=password] {
    border: 0;
    box-shadow: none;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
}
input#phcc_login_btn {
    cursor: pointer;
}
div#team-10092 .team-position {
    font-size: 20px!important;
}

/*** PHCC Sub Footer Information row (On all pages immediately before footer) ****/
.phcc-subfooter-information{
    text-align: center;
    padding: 15px;
    background: #fdf5ef;
    font-size: 15px;
}
.phcc-subfooter-information:before, .phcc-subfooter-information:after{
    content: "";
    clear: both;
    display: block;
}
.phcc-subfooter-information .et_pb_widget{
    float: none;
}

/*** Sidebar search button (consistent with rest of the site) ****/
#phcc-news-sidebar, .woocommerce-page #sidebar{
    float: left;
    width: 20.875%;
    padding-bottom: 30px;
    max-width: 100%;
}
.woocommerce-page #sidebar{
    display: block;
    padding-left: 0;
}
#phcc-news-sidebar #search-3, .woocommerce-page #sidebar .woocommerce.widget_product_search{
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
#phcc-news-sidebar #search-3, .et_pb_widget_area #search-3, .woocommerce-page #sidebar .woocommerce.widget_product_search{
    margin-bottom: 30px;
}
#phcc-news-sidebar #search-3 .searchform, .et_pb_widget_area #search-3 .searchform, .woocommerce-page #sidebar .woocommerce.widget_product_search .woocommerce-product-search {
    width: 100%;
    height: 48px;
    position: relative;
    padding-right: 85px;
}
#phcc-news-sidebar #search-3 .searchform input, .et_pb_widget_area #search-3 .searchform input, .woocommerce-page #sidebar .woocommerce.widget_product_search .woocommerce-product-search input{
    /*position: absolute;*/
    background: #f9f9f9;
    display: inline-block;
    width: auto;
    margin: 0;
    right: 0;
    left: 0;
    border-radius: 3px;
    font-size: 14px;
    height: 48px !important;
    border-right: none;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}
#phcc-news-sidebar #search-3 .searchform input#searchsubmit, .et_pb_widget_area #search-3 .searchform input#searchsubmit, .woocommerce-page #sidebar .woocommerce.widget_product_search .woocommerce-product-search input[type="submit"]{
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    left: auto;
    border-radius: 3px;
    border: 1px solid #d26b14;
    background: #ffffff;
    color: #d26b14;
    font-weight: 600;
    padding: 10px;
    transition: all 0.3s;
}
#phcc-news-sidebar #search-3 .searchform input#searchsubmit:hover, .et_pb_widget_area #search-3 .searchform input#searchsubmit:hover, .woocommerce-page #sidebar .woocommerce.widget_product_search .woocommerce-product-search input[type="submit"]:hover{
    background: #d26b14;
    color: #ffffff;
}
@media (min-width: 981px){
    #left-area.phcc-news-area-left-area, .woocommerce-page #left-area{
        width: 79.125%;
        float: left !important;
        padding-right: 5.5% !important;
        padding-top: 0 !important;
    }
}
@media(max-width: 980px){
    #phcc-news-sidebar, .woocommerce-page #sidebar{
        width: 100%;
        margin-top: 30px;
    }
    .et_pb_widget_area #search-3{
        width: 100% !important;
    }
}

/*** Disabling sidebar for whole website ****/
#main-content .container:before {background: none;}
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}


/*** Archive links (right sidebar on posts archive page) ****/
.phcc-archive-links a{
    color: #666;
    display: inline-block;
    padding: 3px 0;
}
.phcc-archive-links a:hover{
    color: #d26b14;
}
.phcc-archive-links .phcc-month-block{
    padding-left: 30px;
    display: none;
}
.phcc-archive-links .phcc-archive-active-year + .phcc-month-block{
    display: block;
}
/*.phcc-archive-links .phcc-archive-active-year a,*/
.phcc-archive-links .phcc-archive-active-month a{
    color: #d26b14;
}

/*** PHCC Contact form ****/
.phcc-contact-form .gform_fields .gfield.phcc-texbox input,.phcc-contact-form .gform_fields .gfield.phcc-texbox select{
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0 15px !important;
}

.phcc-contact-form .gform_fields .gfield.phcc-texarea textarea{
    width: 100%;
    height: 160px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 15px;
}
.phcc-contact-form .gform_fields .gfield .gfield_label{
    display: block;
}
.phcc-contact-form .gform_footer input[type="submit"]{
    border: 1px solid #d26b14;
    background: #fff;
    color: #d26b14;
    font-size: 14px;
    font-weight: 600!important;
    padding: 11px 30px;
    line-height: 1.7;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
}
.phcc-contact-form .gform_footer input[type="submit"]:hover{
    background: #d26b14;
    color: #ffffff;
}

/*** PHCC Publication page (Publication categories) ****/
#phcc-publication-categories .phcc-publication-categories-row .et_pb_column{
    border-radius: 3px;
   
}
#phcc-publication-categories .phcc-publication-categories-row .et_pb_button_module_wrapper{
    width: 100%;
    height: 100%;
}
#phcc-publication-categories .phcc-publication-categories-row .et_pb_button.et_pb_module{
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: linear-gradient(transparent,transparent,rgba(0, 0, 0, 0.4));
}
#phcc-publication-categories .phcc-publication-categories-row .et_pb_button.et_pb_module:hover{
    background: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)) !important;
}
#phcc-publication-categories .phcc-publication-categories-row .et_pb_button.et_pb_module{

}

/*** PHCC Publication posts (Publication listings) ****/
.phcc-publication-posts{
    display: flex;
    flex-wrap: wrap;
}
.phcc-publication-posts .all-letters{
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
}
.phcc-publication-posts .all-letters .phcc-publication-filter-list{
    display: table;
    width: 100%;
    margin-top: 5px;
    font-size: 0px;
    border-collapse: collapse;
}
.phcc-publication-posts .all-letters .phcc-publication-filter-list a{
    display: table-cell;
    text-align: center;
    border: 1px solid #d17029;
    width: 50px;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: middle;
    padding: 3px 0;
}
.phcc-publication-posts .all-letters .phcc-publication-filter-list a:last-child{
    background-color: #666;
    color: #ffffff;
    border-color: #666;
    padding: 0 15px;
}
.phcc-publication-posts article.publications{
    float: left;
    width: 30.64%;
    margin-right: 4.04%;
    margin-bottom: 60px;
    background-color: #fdf5ef;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.phcc-publication-posts article.publications:nth-of-type(3n){
    margin-right: 0;
}
.phcc-publication-posts article.publications:nth-of-type(3n + 1){
    clear: both;
}
.phcc-publication-posts article.publications .et_main_title{
    width: 100%;
    align-self: flex-start;
    width: 100%;
}
.phcc-publication-posts article.publications .et_main_title h1{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
	font-family: 'Calibri', sans-serif !important;
}
.phcc-publication-posts article.publications img{
    margin-bottom: 10px;
    align-self: flex-start;
    flex-shrink: 1;
    margin-bottom: 10px;
}
.phcc-publication-posts article.publications .entry-data{
    width: 100%;
    align-self: flex-end;
    margin-top: auto;
}
.phcc-publication-posts article.publications .entry-download{
    margin-top: 15px;
}
.phcc-publication-posts article.publications .entry-download a{
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #d26b14;
    color: #d26b14;
    padding: 11px 30px;
    line-height: 1.7;
    border-radius: 3px;
    font-size: 14px;
    transition: all 0.3s;
}
.phcc-publication-posts article.publications .entry-download a:hover{
    color: #ffffff;
    background-color: #d26b14;

}

.phcc-publication-posts .pagination .page-numbers {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid;
    text-align: center;
    padding: 0 10px;
    margin: 0;
    float: left;
    margin-right: -1px;
}

.phcc-publication-posts .pagination {
    margin-bottom: 30px;
    width: 100%;
}

.phcc-publication-posts .pagination:before,.phcc-publication-posts .pagination:after {
    display: block;
    content: "";
    clear: both;
}

.phcc-publication-posts .pagination .page-numbers.dots {
    border: none;
}

.phcc-publication-posts .pagination .page-numbers.current {
    background: #d26b14;
    color: #ffffff;
    border: none;
}
@media(max-width: 800px){
    .phcc-publication-posts article.publications{
        width: 100%;
        float: none;
        text-align: center;
    }
    .phcc-publication-posts .all-letters .phcc-publication-filter-list{
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
    .phcc-publication-posts .all-letters .phcc-publication-filter-list a{
        display: block;
        width: 33.33%;
        margin-bottom: -1px;
        margin-right: -1px;
        padding: 5px;
    }
    .phcc-publication-posts .all-letters .phcc-publication-filter-list a:last-child{
        padding: 5px 10px;
    }
    .phcc-publication-posts article.publications img{
        align-self: center;
    }
    .phcc-publication-posts .pagination .page-numbers{
        padding: 0px 8px;
        font-size: 12px;
    }
    .phcc-publication-posts .pagination .page-numbers.dots{
        padding: 0;
    }
}

/*** PHCC making all button same for shop pages ****/
.woocommerce a.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page #content input.button.alt, 
.woocommerce a.button, 
.woocommerce-page a.button, 
.woocommerce button.button, 
.woocommerce-page button.button, 
.woocommerce input.button, 
.woocommerce-page input.button, 
.woocommerce #respond input#submit, 
.woocommerce-page #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page #content input.button, 
.woocommerce-message a.button.wc-forward,
.et_button_no_icon .et_pb_button, 
.et_button_no_icon .et_pb_button:hover, 
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button, 
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, 
.et_button_no_icon.et_button_left .et_pb_button:hover, 
.et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover, 
.et_button_no_icon.et_button_left.woocommerce #content input.button:hover, 
.et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover, 
.et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover, 
.et_button_no_icon.et_button_left.woocommerce a.button.alt:hover, 
.et_button_no_icon.et_button_left.woocommerce a.button:hover, 
.et_button_no_icon.et_button_left.woocommerce button.button.alt:hover, 
.et_button_no_icon.et_button_left.woocommerce button.button:hover, 
.et_button_no_icon.et_button_left.woocommerce input.button.alt:hover, 
.et_button_no_icon.et_button_left.woocommerce input.button:hover, 
.et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover, 
.et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover, 
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover, 
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover, 
.et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover, 
.et_button_no_icon.et_button_left.woocommerce-page a.button:hover, 
.et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover, 
.et_button_no_icon.et_button_left.woocommerce-page button.button:hover, 
.et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover, 
.et_button_no_icon.et_button_left.woocommerce-page input.button:hover, 
.et_button_no_icon.woocommerce #content input.button, 
.et_button_no_icon.woocommerce #content input.button.alt, 
.et_button_no_icon.woocommerce #content input.button.alt:hover, 
.et_button_no_icon.woocommerce #content input.button:hover, 
.et_button_no_icon.woocommerce #respond input#submit, 
.et_button_no_icon.woocommerce #respond input#submit.alt, 
.et_button_no_icon.woocommerce #respond input#submit.alt:hover, 
.et_button_no_icon.woocommerce #respond input#submit:hover, 
.et_button_no_icon.woocommerce a.button, 
.et_button_no_icon.woocommerce a.button.alt, 
.et_button_no_icon.woocommerce a.button.alt:hover, 
.et_button_no_icon.woocommerce a.button:hover, 
.et_button_no_icon.woocommerce button.button, 
.et_button_no_icon.woocommerce button.button.alt, 
.et_button_no_icon.woocommerce button.button.alt:hover, 
.et_button_no_icon.woocommerce button.button:hover, 
.et_button_no_icon.woocommerce input.button, 
.et_button_no_icon.woocommerce input.button.alt, 
.et_button_no_icon.woocommerce input.button.alt:hover, 
.et_button_no_icon.woocommerce input.button:hover, 
.et_button_no_icon.woocommerce-page #content input.button, 
.et_button_no_icon.woocommerce-page #content input.button.alt, 
.et_button_no_icon.woocommerce-page #content input.button.alt:hover, 
.et_button_no_icon.woocommerce-page #content input.button:hover, 
.et_button_no_icon.woocommerce-page #respond input#submit, 
.et_button_no_icon.woocommerce-page #respond input#submit.alt, 
.et_button_no_icon.woocommerce-page #respond input#submit.alt:hover, 
.et_button_no_icon.woocommerce-page #respond input#submit:hover, 
.et_button_no_icon.woocommerce-page a.button, 
.et_button_no_icon.woocommerce-page a.button.alt, 
.et_button_no_icon.woocommerce-page a.button.alt:hover, 
.et_button_no_icon.woocommerce-page a.button:hover, 
.et_button_no_icon.woocommerce-page button.button, 
.et_button_no_icon.woocommerce-page button.button.alt, 
.et_button_no_icon.woocommerce-page button.button.alt:hover, 
.et_button_no_icon.woocommerce-page button.button:hover, 
.et_button_no_icon.woocommerce-page input.button, 
.et_button_no_icon.woocommerce-page input.button.alt, 
.et_button_no_icon.woocommerce-page input.button.alt:hover, 
.et_button_no_icon.woocommerce-page input.button:hover, 
.woocommerce input.button, 
.woocommerce input.button:hover
{
    padding: 11px 30px !important;
}
.woocommerce-page.et_pb_button_helper_class input.button, .woocommerce.et_pb_button_helper_class #respond input#submit{
    background-color: #ffffff !important;
}
/*body.woocommerce.woocommerce-page .products .product .button, body.woocommerce.woocommerce-page #sidebar .price_slider_wrapper .button{
    background: #fff;
    color: #d26b14 !important;
    border: 1px solid #d26b14 !important;
}
body.woocommerce.woocommerce-page .products .product  .button:hover, body.woocommerce.woocommerce-page #sidebar .price_slider_wrapper .button:hover{
    color: #ffffff !important;
}*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #cccccc;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #d26b14;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #d26b14
}
.woocommerce-page #sidebar .price_slider_wrapper{
    margin-top: 15px;
}
.woocommerce-page #sidebar .price_slider_wrapper .price_slider_amount{
    margin-top: 25px;
}
.woocommerce-page #sidebar .price_slider_wrapper .price_slider_amount .price_label{
    font-size: 16px;
    padding-top: 5px;
}
.woocommerce-page #sidebar .price_slider_wrapper .price_slider_amount .price_label span{
    font-weight: 600;
}
.woocommerce-page #sidebar .et_pb_widget.woocommerce{
    margin-bottom: 40px;
}
.woocommerce .products li.type-product {
    background: #fdf5ef;
    padding: 15px !important;
    width: 31% !important;
    margin-right: 2% !important;
    margin-bottom: 2% !important;
    text-align: center;
}

.woocommerce .products {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .products li.type-product h2.woocommerce-loop-product__title {
    font-family: 'Calibri', sans-serif;
    line-height: 1.4;
}

.woocommerce .products li.type-product span.price {
    font-family: 'Calibri', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #d26b14 !important;
    line-height: 1;
}
.woocommerce .products li.type-product .added_to_cart{
    padding: 12px 15px;
    font-weight: 600;
}

/*** Biodiversity Toolbox - Biodiversity page ****/

@media(min-width: 992px){
	.biodiversity-toolbox{
		border-right: 1px solid #eeeeee;
		padding-right: 15px;
	}
}

/*** Featured image Caption ****/
.phcc-featured-img-caption{
    background: #fdf5ef;
    border-top: none;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 10px;
}

/*** Homepage Blog moudle's button  ****/
.phcc-home-blog-module a.more-link{
    border-radius: 3px!important;
    text-align: center;
    border: 1px solid #d26b14!important;
    font-size: 14px;
    /*font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;*/
    font-weight: 600!important;
    background-color: #ffffff;
    float: none;
    display: inline-block;
    padding: 11px 30px 11px;
    line-height: 1.7;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.3s;
}
.phcc-home-blog-module a.more-link:after, .phcc-home-blog-module a.more-link:hover:after {
    content: '';
}
.phcc-home-blog-module a.more-link:hover, .phcc-home-blog-module a.more-link.active {
    background: #d26b14!important;
    color:#fff!important;
}

.annual-reports .direction-single-first .direction-cover img{
    max-height: 300px;
    border-radius: 5px;
    padding-right: 10px;
    height: 500px;
}
.et_header_style_left #et-top-navigation nav>ul>li>a{padding-bottom:13px !important;}

/*Phcc tabs button active on how we are governed page START*/
body #page-container .phcc-btn-orange.active {
    color: #fff !important;
    background: #d26b14;
}
/*Phcc tabs button active on how we are governed page END*/

/*phcc governed archive sidebar START*/
.phcc-governed-archive-sidebar ul li a{
    color: #666;
}

/*phcc governed archive sidebar END*/


.phcc-blog-main h1.entry-title {
    font-size: 24px;
    font-family: 'Calibri', sans-serif !important;
    line-height: 1.3em;
    font-weight: 500;
}

.grant-right h1.entry-title {
    font-size: 24px;
    font-family: 'Calibri', sans-serif !important;
    line-height: 1.3em;
    font-weight: 500;
}

h1.entry-title.publication-title {
    font-size: 24px;
    font-family: 'Calibri', sans-serif !important;
    line-height: 1.3em;
    font-weight: 500;
}