/*
Theme Name:Breacan
*/


.pum.pum-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
	left: 0px;
	right: 0px;
	top: 0px;
}
.pum.pum-overlay .pum-container{
	position: relative;
	top: 10% !important;
	left: 0px !important;
	width: 100% !important;
	max-width: 750px !important;
	background-color: #fff;
	margin: auto !important;
	padding: 80px 50px;
}
.pum.pum-overlay .pum-container .pum-close{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ededed;
    color: #ababab;
}
.pum.pum-overlay .pum-container .popmake-content h1{
	font-size: 28px;
	color: #5a6d7d;
	margin: 0;
	padding: 0 0 10px 0;
}
.pum.pum-overlay .pum-container .popmake-content h2{
	font-size: 20px;
	color: #5a6d7d;
	margin: 0;
	padding: 0 0 40px 0;
}
.main-btns button{
	background-color:#f5821f;
	display:inline-block;
	margin:0 10px 0 0;
	color:#fff;
	padding: 10px 40px;
	outline: 0;
	border: 0;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 15px;
}
.main-btns br{
	display:none;
}

@media (max-width:768px) {
	.pum.pum-overlay .pum-container .popmake-content h1,
	.pum.pum-overlay .pum-container .popmake-content h2,
	.main-btns {
		text-align:center !important;
	}
	.pum.pum-overlay {
		padding: 20px;
	}
	.pum.pum-overlay .pum-container {
		top: 8% !important;
		padding: 70px 20px;
	}
	.main-btns button{
		margin:0 10px 5px 0;
	}
}
@media (max-height:1100px) {
	#site-wrapper {
		min-height: 90vh;
	}
	.notifications-container{
		min-height: 39vh;
	}
}
.notifications-entry-content {
    overflow: auto;
    max-height: none;
}



img.login-image {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a.block-button.navigator-readmore {
    margin-top: 15px;
}

.webinar-wrapper img {
    width: 95% !important;
    height: auto !important;
    object-fit: contain !important;
}

iframe.webinar-single{
	width: 100%;
    height: 480px;
    margin-bottom: 20px;
}
@media (max-width:960px){
	iframe.webinar-single{
    	height: 400px;
	}
}
@media (max-width:400px){
	iframe.webinar-single{
    	height: 315px;
	}
}

.category-filter{
    display: grid;
    padding: 10px;
    margin: 0px 0 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-gap: 15px;
    grid-auto-flow: column;
    background: #fff;
}
.check-wrap{
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.check-wrap label{
    margin: 0px 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.check-wrap input{
    margin: 0 5px 2px;
    width: 13px;
    height: 13px;
    min-width: 13px;
    max-width: 13px;
    min-height: 13px;
    max-height: 13px;
}
@media only screen and (max-width: 576px) {
    .category-filter{
        grid-template-columns: 1fr;
		    grid-auto-flow: unset;
		    grid-template-rows: unset;
    }
}

.category-description{
	margin-bottom: 15px;
	line-height: 21px;
	color: #000000;
	font-size: 16px;
}

.post-description strong{
	display: block;
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
   margin: 20px 0;
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe-wrapper .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.webinar-description-content strong{
	display: block;
}
