/*
Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 4.1.0
Template: pro
*/




/* News and stories */

.event-title a {
	font-size: 20px;
	padding: 10px 0px 10px 0px
}

.desc-content {
	font-size: 17px;
	padding: 2px;
}


/*Pbcs single post template*/

.parent-container {
	width: 100%;
	height: 500px;
	/*     height: 473px; */
	position: relative;
}

@media (max-width: 992px) {
	.parent-container {
		height: 400px;
	}
}

@media (max-width: 768px) {
	.parent-container {
		height: 300px;
	}
}

.hero-image {
	background-image: url(/wp-content/uploads/2020/05/DSC_3480-scaled.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.healdine_text {
	width: 100%;
	position: absolute;
	top: 45%;
}

.healdine_text h1 {
	text-align: center;
	margin: 0 auto;
	font-size: 3em;
	font-style: normal;
	/* font-weight: bold; */
	line-height: 1.4;
	letter-spacing: 0em;
	text-transform: none;
	color: rgb(255, 255, 255);
	max-width: 1000px;
	margin: 0 auto;
}


/*2 colm layout */

* {
	box-sizing: border-box;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.column-custom_field {
	float: left;
	width: 50%;
	padding: 10px;
	height: 300px;
}

.content-here {
	font-size: 17px;
	padding: 2px;
}

.body-container {
	max-width: 800px;
}

.pbcs-title {
	margin: 40px 0px 40px 0px;
	font-weight: bold;
	font-size: 30px;
}

.pbcs-title a {
	font-size: 20px;
	padding: 10px 0px 10px 0px;
	color: black;
}

.website-btn {
	background-color: #fb8e0c;
	border: none;
	text-align: center;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	padding: 15px 100px;
	color: white;
}

.website-btn a {
	color: white;
}

p.gap-bottom {
    margin-bottom: 7px;
}


/*aboriginal archive template*/

.awn-hero-image {
	background-image: url(/wp-content/uploads/2020/05/Jacinth-Ambrosia-Minesite-Survey-Phase-3-Nov-07-052-scaled.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.awn-healdine_text {
	width: 100%;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
}

.awn-healdine_text h1 {
	text-align: center;
	margin: 0 auto;
	font-size: 3em;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 0em;
	text-transform: none;
	color: rgb(255, 255, 255);
	max-width: 1000px;
	margin: 0 auto;
}
.x-container.max.width.main.page-template-awn {
	max-width: 1500px;
	width: 95%;
}

.allPost-container {
	margin-top: 40px;
}

/*two col layout*/

* {
	box-sizing: border-box;
}

.awn-column img {
	position: relative;
    top: 0;
    left: 0;
    width: 88%;
    object-fit: cover;
    height: 100%;
}
.awn-thumbnail-container {
	height: 100%;
}

.awn-column {
	width: 50%;
	padding: 10px;
	float: left; 
}

.awn-row:after {
  content: "";
  display: table;
  clear: both;
}

.awn-row-border {
	border-bottom: 1pt solid black;
	padding: 15px 0px 0px 0px;
	/*display: flex;*/
}
.awn-post-date {
	font-weight: bold;
	font-size: 18px;
}
.awn-post-title {
	font-size: 20px;
	font-weight: bold;
}
nav.pagination {
	/*     background: #db605d; */
	color: #fff;
	display: block;
	width: auto;
	float: left;
	margin: 4px 4px 4px 0;
	padding: 15px 18px 14px 18px;
	text-decoration: none;
}

nav.pagination .page-numbers:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

nav.pagination .current {
	background: #000;
	color: #fff;
	padding: 15px 18px 14px 18px;
}
.col-sidebar {
	margin-top: 55px;
}
/*pagination dots*/
span.page-numbers.dots {
    color: black;
    font-weight: 700;
}

/*read-more button*/
.read-more {
    background-color: #000000;
    border: none;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.read-more a{
	color:white;
	
}
.more-link {
    display: none;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other for AWN Edition and Publication  */
@media screen and (max-width: 600px) {
  .awn-column {
    width: 100%;
  }
}

/*repsonsive awn-template page end*/

/*Single Post Aboriginal Way News*/

.awnPost-title {
	margin: 6px 0px 6px 0px;
	font-weight: bold;
	font-size: 30px;
}

.awnPost-title a {
	font-size: 20px;
	padding: 10px 0px 10px 0px;
	color: black;
}

.awnListen-btn , .awnTrans-btn {
	background-color: black;
	border: none;
	text-align: center;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	padding: 15px 100px;
	color: white;
	white-space: nowrap;
}

.awnListen-btn , .awnTrans-btn a {
	color: white;
}
.postDate {
	padding: 20px 0px 0px 0px;
	font-weight: bold;
}


* {
	box-sizing: border-box;
}

.column-button1 {
	float: left;
	width: 50%;
	padding: 10px;
	height: 200px;
}
.awnPost-row {
	padding: 50px 0px 0px 0px;
}

.awnPost-row:after {
	content: "";
	display: table;
	clear: both;
}
/*Modal Transcript and Listen Btn*/
/* Page wrapper 
.wrapper {
width: 90%;
max-width: 800px;
margin: 4em auto;
text-align: center;
}
*/
/* Modal Box Container*/

.modal {
	position: absolute;
	z-index: 10000; /* 1 */
	top: 0;
	left: 0;
	visibility: hidden;
	width: 150%;
	height: 100%;
}

.modal.is-visible {
	visibility: visible;
}
.modal-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal.is-visible .modal-overlay {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.modal-wrapper {
	position: absolute;
	z-index: 9999;
	top: 0em;
	left: 50%;
	width: 32em;
	margin-left: -16em;
	background-color: #fff;
	box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
	overflow-y: initial !important;
}

.modal-transition {
	transition: all 0.3s 0.12s;
	transform: translateY(-10%);
	opacity: 0;
}

.modal.is-visible .modal-transition {
	transform: translateY(0);
	opacity: 1;
}

.modal-header,
.modal-content {
	padding: 16px;
}

.modal-header {
	position: relative;
	background-color: #fff;
	box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
	border-bottom: 1px solid #e8e8e8;
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 16px;
	color: black;
	background: none;
	border: 0;
}

.modal-close:hover {
	color: #777;
}

.modal-heading {
	font-size: 18px;
	margin: 0;
}

.modal-content > *:first-child {
	margin-top: 0;
}

.modal-content > *:last-child {
	margin-bottom: 0;
}

.modal-body{
	height: 500px;
	overflow-y: auto;
}

/*Employee opp Shortcode*/


.emp-row {
	margin: 10px auto;
	position: relative;
	width: 100%;	
}

/* Clear floats after the columns */
.emp-row:after {
	content: "";
	display: table;
	clear: both;
}

.title-header {
	background-color: #eee;
}

.emp-title {
	background-color: #cccccc;
	text-align: center;
	padding: 10px;
}

.tablink {
	background-color:black;
	float: left;
	border: none;	
	cursor: pointer;
	color: white;
}


/*aborignal-way-news-shortcode*/
.recentpost_title {
    width: 100%;
    border: 2px solid #707070;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    color: black;
}
.aboriginal-item {
    border-bottom: 1px solid #f2f2f2;
    padding: 0.65em 0;
    line-height: 1.5;
    background-color: #fff;
}
/*aboriginal-way-news-sidebar*/

/*.widget {
    position: absolute;
    right: 30px;
}*/

.sidebar-container {
    margin: 10px;
    padding: 20px;
}

.sidebar-container>div {
    display: grid;
    align-items: start;
    padding: 0;
    margin: 0;
}


/*News and stories sidebar

.blog .col-sidebar .widget {
    position: static !important;
    right: 0px !important;
}

.blog .col-sidebar .sidebar-container>div {
    display: grid;
    align-items: start;
    padding: 0;
    margin: 0;
}*/
/*common sidebar class for AWN and Stories&News*/
aside.x-sidebar, aside.aboriginal-sidebar-widget-area {
	width:20%;
    position: absolute;
	right:7%;
}

.stickMyFooter {
	margin-top: 0 !important;
    position: fixed;
    top: 20px;
    right: 0 !important;
    z-index: 9998;
}
/*Breadcrumbs for AWN and News-stories page*/
#breadcrumbs{
    list-style:none;
    margin: 0 0 10px 0;
    overflow:hidden;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}

#breadcrumbs a {
	font-size: 12px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#5a5a5a;
	padding: 5px;
}
/*Overlay Image for AWN and News-Stories*/
.heroImg-overlay{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.50;
    background-color: rgb(0 0 0);
}
/*download icon on AWN edition and Publication page*/
.download-icon {
    padding: 0em 0em 0.5em 0em;
    text-align: center;
}
/*Member banner image*/
.mbn-hero-image {
	background-image: url(/wp-content/uploads/2020/05/2UmE82hG.jpeg-scaled.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.bg-color {
    background-color: #edf0f5 !important;
}
/*board-pack*/
.main-div-sec{
	    column-gap: 30px;
	display: grid;
    grid-template-columns: 75% 20%;
}
.sidebar-board-pack{
	text-align: center;
    margin-top: 55px;
}
.awn-post-main{
	    margin-bottom: 20px;
	    display: grid;
   grid-template-columns: 25.3% 25.3% 25.3%;
}
.sec-sidebar-board-pack{
	margin-top:44px;
	font-size:13px;
}
.acf-title{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #fb8e0c;
	cursor: pointer;
	cursor: pointer;
	transition: 0.4s;
}


.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}
.acf{
	padding-top: 18px;
}
.btn-board-pack{
	position: relative;
    text-align: left;
    width: 250px;
    height: 50px;
    margin-bottom: 15px;
    border: 8px;
    padding-left: 26px;
}
.btn-board-pack a{
	text-transform:uppercase;
	color:white;
}
.btn-board-pack a:hover{
	color:white;
}
.btn-one{
	background-color:#003073;
}
.btn-one i{
	float: right;
    margin: 5px 15px 5px 15px;
}
.btn-two{
	background-color:#328833;
}
.btn-two i{
	float: right;
    margin: 5px 15px 5px 15px;
}
.btn-three{
	background-color:#fb8e0c;
}
.btn-three i{
	float: right;
    margin: 5px 15px 5px 15px;
}
.awn-post-content-board{
	font-size:13px;
}

/*member-post*/
.mpp-column{
	display: flex;
    column-gap: 30px;
}
.awn-post-location{
	text-transform:uppercase;
	font-weight: bold;
    font-size: 15px;
}
.awn-post-time{
	font-weight: bold;
    font-size: 15px;
}
.mpp-column-bottom{
	width: 50%;
}
.mpp-row-border {
    border-bottom: 1pt solid black;
    padding: 25px 0px 50px 0px;
}
.sidebar-member-portal{
	display:grid;
}
.sec-top-userprofile{
	grid-template-columns: 75% 20%;
    display: grid;
}
/*mem-portal*/
.main-user-login{
	    display: flex;
    column-gap: 20px;
	    padding: 75px 0px 50px 0px;
}
.main-user-img img{
	    height: 250px;
    width: 250px;
    object-fit: cover;
}
.main-user-role{
	    font-size: 15px;
    color: #fb8e0c;
    font-weight: bold;
    text-transform: capitalize;
}
.main-user-content h3{
	    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}
.main-user-email{
	text-decoration:underline;
	color:#fb8e0c;
}
.main-user-content{
	padding-top:10px;
}
.main-user-img{
	display:grid;
}
.main-user-img a{
	font-size: 13px;
    text-transform: capitalize;
    text-decoration: underline;
    color: #328833;
    font-weight: 500;
    padding-top: 15px;
}
.global-main-sec{
	border-color: #003073;
	border-bottom:solid;
	margin-bottom: 3em;
}
.main-user-log{
	    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
}
.main-sec-bdmem{
	padding: 1.5em 4em;
}
.div-bdmem{
	text-align: center;
	line-height: 1.5;
	color: #000;
	padding: 15px;
	
}
.users-container{
	display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
}
.user-title{
	text-align: left;
	text-transform: capitalize;
    font-size: 30px;
    margin-top: 0.5em;
}
.div-bdmem img{
	object-fit: contain;
    height: 35vh;
    width: 100%;
}
.col-contnum-bdmem{
	    text-align: left;
	 padding-top: 25px;
	 font-weight: 600;
}
.col-name-bdmem{
	text-align:left;
}
.col-contnum-bdmem a{
	font-weight: normal;
    text-decoration: underline;
    color: #fb962d;
}
.col-desc-bdmem{
	text-align:justify;
}
@media only screen and (max-width: 1100px){
	.users-container {
    display: grid;
    grid-template-columns: 50% 50%;
}
}
@media only screen and (max-width: 768px){
	.users-container {
    display: grid;
    grid-template-columns: 100%;
}
}
.sec-sidebar-board-pack h2 span {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.6em;
    font-weight: bold;
    color: #fb8e0c;
    cursor: pointer;
    transition: 0.4s;
}