/*
	Theme Name: DC Theme
	Theme URI: https://chrisreeves.com.au/
	Description: DC Theme
	Version: 1.0.1
	Author: Digital Creative Perth 
	Author URI: https://chrisreeves.com.au/
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


.section.d_p_bottom {
	padding-bottom: 0 !important;
}

.section.d_p_top {
	padding-top: 0 !important;
}

img.aligncenter {
	display: block;
	margin: auto;
}


/* Video Player */

.video-outer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.video-outer.active {
	visibility: visible;
	opacity: 1;
}

.video-outer .video-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-height: 100%;
}

.video-outer .video-wrapper::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}

.video-outer .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dc-btn{
	z-index: 1;
}
a.dc-btn:before{
	z-index: -1;
}
#consultation .carousel__button.is-close{
	z-index: 200000;
}

/* Popups Common */
.pum-container{
	background-color: #FFC1C4 !important;
	border-radius:40px !important;
}

.pum-container .gform_heading {
    text-align: center;
	color: #231F20;
}

.pum-container .gform_wrapper.gravity-theme input[type=color], 
.pum-container .gform_wrapper.gravity-theme input[type=date], 
.pum-container .gform_wrapper.gravity-theme input[type=datetime-local], 
.pum-container .gform_wrapper.gravity-theme input[type=datetime], 
.pum-container .gform_wrapper.gravity-theme input[type=email], 
.pum-container .gform_wrapper.gravity-theme input[type=month], 
.pum-container .gform_wrapper.gravity-theme input[type=number], 
.pum-container .gform_wrapper.gravity-theme input[type=password], 
.pum-container .gform_wrapper.gravity-theme input[type=search], 
.pum-container .gform_wrapper.gravity-theme input[type=tel], 
.pum-container .gform_wrapper.gravity-theme input[type=text], 
.pum-container .gform_wrapper.gravity-theme input[type=time], 
.pum-container .gform_wrapper.gravity-theme input[type=url], 
.pum-container .gform_wrapper.gravity-theme input[type=week], 
.pum-container .gform_wrapper.gravity-theme select, 
.pum-container .gform_wrapper.gravity-theme textarea{
	font-family: "Nexa Slab W01 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    color: #231F20 !important;
    border-radius: 12px !important;
    background: none;
    background-color: transparent !important;
    padding: 15px 23px 15px !important;
    margin: 0 !important;
    width: 100%;
    border: 1px solid #231F20 !important;
    -webkit-appearance: none;
}

.pum-container .gform_footer{
	display: flex;
	justify-content: center;
}

.pum-close{
	font-size: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
	margin-top: 20px;
	margin-right: 30px;
}

.pum-close::before{
	content: url('https://seesubiaco.com.au/wp-content/uploads/2024/08/icon-close.svg');
}

/* Popup narrow */
#popmake-9057 {
  padding: clamp(100px, 15vw, 7%) 9%;
	max-width: 650px !important;
}

/* Popup wide */
#popmake-9059{
	padding: 100px !important;
	
	.popmake .gform_wrapper .gform_footer input[type=submit] {
		width: 100% !important;
		max-width: 400px !important;
	}
}

.popmake .gform_wrapper .gform_footer input[type=submit] {
	width: 100% !important;
}

/* Custom Template Styles */
.custom-event-template .dc-image-text-box img {
    border-radius: 30px !important;
}

.custom-event-template .item.dc-card a.dc-link:after{
	background: #231F20;
}

/* Events updates */
img.festival-overlay-icon {
	position: absolute;
	width: 100px !important;
	bottom: 0;
	right: 0;
	height: 100px;
	min-width: 100px !important;
	padding: 10px;
	object-fit: cover !important;
}

.section.business-grid-wrapper a.past-events {
	background-color: transparent;
	border: 0;
	padding: 20px 16px;
	border-right: 1px solid #E9DFC9;
	margin-left: -6px;
	letter-spacing: 1px;
	font-size: 13px;
	color: black;
	text-decoration: underline;
}

.single-event .event-dates strong {
	font-weight: bold;
}

/* Promotions grid */
.promotions.grid.dc-promotions-grid .section_content .promotion-items .item.dc-card .inner-wrapper {
	flex-direction: column;
}

.promotions.grid.dc-promotions-grid .section_content .promotion-items .item.dc-card .inner-wrapper .content-wrapper {
	width: 100%;
	padding: 30px;
}

.promotions.grid.dc-promotions-grid .section_content .promotion-items .item.dc-card .inner-wrapper .content-wrapper .button-wrapper {
	margin-top: 30px;
}

.promotions.grid.dc-promotions-grid .section_content .promotion-items .item.dc-card .inner-wrapper .content-wrapper a {
	color: white;
}

.promotions.grid.dc-promotions-grid .section_content .promotion-items .item.dc-card .inner-wrapper .image-wrapper {
	flex: none;
}

.promotions.grid.dc-promotions-grid .section_content .promotion-items .item.dc-card .inner-wrapper .image-wrapper img {
	aspect-ratio: 4 /3;
	object-fit: cover;
}


@media (max-width: 1100px) {
	.promotions.grid.dc-promotions-grid .section_content .promotion-items .item.dc-card {
		margin-right: auto !important;
	}
}

@media (max-width: 600px) {
	.promotions.grid.dc-promotions-grid .section_content .promotion-items .item.dc-card {
		margin-right: 0 !important;
		width: calc(100% - 15px) !important;
	}
}