/*
	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
*/

.dc-testimonials .item.with_img {
	display: flex;
	justify-content: space-between;
}

.dc-testimonials .item.with_img .description {
	width: 65%;
}

.dc-testimonials .item.with_img .description .text {
	text-align: left;
}

.dc-testimonials .item.with_img .image {
	width: 30%;
}

/*------------------------------------*\

		AUTHOR BOX

\*------------------------------------*/
.dc-authorbox .authorbox-inner {
	display: -ms-flexbox;
	display: flex;
}

.dc-authorbox {
	padding: 30px;
}

.dc-authorbox .authorbox-inner {
	max-width: 900px;
	background-color: #F4F4F6;
	padding: 30px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-top: 1px solid #F4F4F6;
	padding: 30px;
	margin: 0 auto 50px;
}

.dc-authorbox .authorbox-inner .image-wrapper.avatar {
	-ms-flex: 1 0 150px;
	flex: 1 0 150px;
	margin-right: 20px;
	overflow: hidden;
}

.dc-authorbox .authorbox-inner .image-wrapper.avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.dc-authorbox .authorbox-inner .image-wrapper.avatar ul {
	margin-top: 20px;
	list-style: none;
	text-align: center;
	margin-bottom: 0;
	padding-top: 0;
	display: block;
}

.dc-authorbox .authorbox-inner .image-wrapper.avatar ul li {
	display: inline;
	margin-left: 5px;
}

.dc-authorbox .authorbox-inner .image-wrapper.avatar ul li a {
	color: #F69532;
	font-size: 20px;
}


.dc-authorbox .authorbox-inner .image-wrapper.avatar ul li:before {
	content: "";
}

.dc-authorbox .authorbox-inner .image-wrapper.avatar ul li:first-child {
	margin-left: 0;
}

.dc-authorbox .authorbox-inner .author-info {
	-ms-flex: 1 0 calc(100% - 170px);
	flex: 1 0 calc(100% - 170px);
}

.dc-authorbox .authorbox-inner .author-info .author-name {
	margin: 0;
}

.dc-authorbox .authorbox-inner .author-info .author-bio p {
	margin: 0;
	font-size: 16px;
}

.dc-authorbox .authorbox-inner .author-info .button-wrapper {
	margin-top: 20px;
}

.dc-authorbox .authorbox-inner .author-info .button-wrapper .dc-btn.outline {
	padding: 8px 24px;
	display: inline;
}

@media only screen and (max-width: 767px) {
	.dc-authorbox .authorbox-inner {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.dc-authorbox .authorbox-inner .image-wrapper.avatar {
		margin-right: 0;
		margin-bottom: 20px;
		max-width: 200px;
		flex: auto;
	}

	.dc-authorbox .authorbox-inner .author-info {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		text-align: center;
	}
}

span.article-author {
	display: block;
	font-size: 18px;
	margin-top: 20px;
}

span.author-position {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}

/* Speakers */
.dc-speakers .inner {
	max-width: 1760px;
	margin: 0 auto;
	padding: 0 60px 0 60px;
}

.dc-speakers .inner .speakers-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.dc-speakers .inner .speakers-wrapper .dc-authorbox .authorbox-inner .author-info .author-name {
	font-size: 22px;
}

.dc-speakers .inner .speakers-wrapper .dc-authorbox .authorbox-inner .author-info .author-bio {
	font-size: 14px;
}

.dc-speakers .inner .speakers-wrapper .dc-authorbox .authorbox-inner .image-wrapper.avatar {
	flex: 1 0 100px;
}

@media only screen and (max-width: 1100px) {
	.dc-speakers .inner .speakers-wrapper {
		grid-template-columns: 1fr;
	}
}

/* DC POPUP */

.dc-custom-popup .fancybox-close-small {
	color: #F07F20;
	border-radius: 50%;
	box-shadow: 0px 0px 12px 0px rgba(21, 21, 21, 0.25);
	width: 40px;
	height: 40px;
	margin-top: 20px;
	margin-right: 20px;
	
	svg {
		stroke-width: 2px;
		transform: scale(1.4);
	}
}

.dc-custom-popup {
	border-radius: 30px;
	background: #FFF url('img/bg-circles.svg') no-repeat;
	background-position: right bottom;
	max-width: calc(100% - 40px);
}

.dc-custom-popup .inner-wrapper {
	padding: 80px 90px 90px;
}

@media only screen and (max-width: 1100px) {
	.dc-custom-popup .inner-wrapper {
		padding: 7vw 6vw 6vw;
	}
}
@media only screen and (max-width: 850px) {
	.dc-custom-popup .inner-wrapper {
		padding: 60px 0 0;
	}
}

.dc-custom-popup .inner-wrapper .title-wrapper {
	text-align: center;
	margin-bottom: 40px;
}

.dc-custom-popup .inner-wrapper .title-wrapper h2 {
	font-size: 37px;
	line-height: 43px;
	margin-bottom: 0;
}

.dc-custom-popup .inner-wrapper .title-wrapper p {
	font-size: 20px;
	line-height: 30px;
}

.dc-custom-popup .inner-wrapper .popup-hotboxes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.dc-custom-popup .inner-wrapper .popup-hotboxes .hotbox {
	position: relative;
	/* width: 350px; */
	padding: 40px;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #f0f0f1;
	border-radius: 10px;
	min-width: 240px;
	/* flex: 1; */
	/* width: 350px; */
	/* max-width: 24vw; */
	/* flex-grow: 1; */
	width: calc(50% - 15px);
}

@media only screen and (max-width: 900px) {
	.dc-custom-popup .inner-wrapper .popup-hotboxes .hotbox {
		width: 100%
	}
}

.dc-custom-popup .inner-wrapper .popup-hotboxes.layout_3 .hotbox {
	width: calc(33.33% - 15px);
}


/* .dc-custom-popup .inner-wrapper .popup-hotboxes .hotbox:nth-child(3):last-child {
	flex-grow: unset;
} */

.dc-custom-popup .inner-wrapper .popup-hotboxes .hotbox .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.dc-custom-popup .inner-wrapper .popup-hotboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	max-width: 720px;
	justify-content: center;
	/* box-sizing: border-box; */
}

@media only screen and (max-width: 900px) {
	.dc-custom-popup .inner-wrapper .popup-hotboxes {
		gap: 20px;
	}
}

.dc-custom-popup .inner-wrapper .popup-hotboxes.layout_3 {
	max-width: 1320px
}

/* .dc-custom-popup .inner-wrapper .popup-hotboxes.layout_2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
} */

/* .dc-custom-popup .inner-wrapper .popup-hotboxes.layout_2 .hotbox:nth-child(3) {
	grid-column: 1 / -1;
	justify-self: center;
} */

/* .dc-custom-popup .inner-wrapper .popup-hotboxes.layout_3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
} */

.dc-custom-popup .inner-wrapper .popup-hotboxes .hotbox .image-wrapper {
	text-align: center;
	margin-bottom: 20px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 900px) {
	.dc-custom-popup .inner-wrapper .popup-hotboxes .hotbox .image-wrapper img {
		transform: scale(0.9) 
	}
}
@media only screen and (max-width: 850px) {
	.dc-custom-popup .inner-wrapper .popup-hotboxes .hotbox .image-wrapper img {
		transform: scale(0.8)
	}
}
@media only screen and (max-width: 767px) {
	.dc-custom-popup .inner-wrapper .popup-hotboxes .hotbox .image-wrapper img {
		transform: scale(0.9)
	}
}

.dc-custom-popup .inner-wrapper .popup-hotboxes .hotbox .button-wrapper .dc-btn {
	min-width: 156px;
	font-size: 16px !important;
	letter-spacing: 0.7px;
	padding: 11px 25px !important;
}

/* @media only screen and (max-width: 900px) {
	.dc-custom-popup .inner-wrapper .popup-hotboxes .hotbox {
		width: auto;
	}
} */

/* @media only screen and (max-width: 767px) {

	.dc-custom-popup .inner-wrapper .popup-hotboxes.layout_1,
	.dc-custom-popup .inner-wrapper .popup-hotboxes.layout_2,
	.dc-custom-popup .inner-wrapper .popup-hotboxes.layout_3 {
		grid-template-columns: 1fr 1fr;
	}

	.dc-custom-popup .inner-wrapper .popup-hotboxes.layout_2 .hotbox:nth-child(3) {
		grid-column: auto;
		justify-self: auto;
	}
} */

/* @media only screen and (max-width: 600px) {

	.dc-custom-popup .inner-wrapper .popup-hotboxes.layout_1,
	.dc-custom-popup .inner-wrapper .popup-hotboxes.layout_2,
	.dc-custom-popup .inner-wrapper .popup-hotboxes.layout_3 {
		grid-template-columns: 1fr
	}
} */

/*------------------------------------*\

    LOCATIONS

\*------------------------------------*/
.locations-grid .grid-items .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.locations-grid .grid-items .item h3 {
  margin-bottom: 0;
}

.locations-grid .grid-items .item a.overlay{
	cursor: pointer;
}

/* Password protected content styles */
.section.dc-password-protected-form {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-bottom: 70px;
}
.section.dc-password-protected-form > .inner {
	width: 100%;
	max-width: 1760px;
	margin: 0 auto !important;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.section.dc-password-protected-form > .inner {
	  width: 100%;
	  max-width: 1760px;
	  margin: 0 auto !important;
	  padding-left: 15px;
	  padding-right: 15px;
	  box-sizing: border-box;
	}
}
@media only screen and (min-width: 1200px) {
	.section.dc-password-protected-form > .inner {
	  padding-left: 60px;
	  padding-right: 60px;
	}
}
.section.dc-password-protected-form.fullwidth > .inner {
	max-width: 1920px;
}
@media only screen and (min-width: 768px) {
	.section.dc-password-protected-form {
	  padding-top: 100px;
	  padding-bottom: 100px;
	}
}
@media only screen and (min-width: 950px) {
	.section.dc-password-protected-form {
	  padding-top: 130px;
	  padding-bottom: 130px;
	}
}
.section.dc-password-protected-form .post-password-form {
	text-align: center;
	max-width: 800px;
	margin: auto;
}
.section.dc-password-protected-form .post-password-form input[type="submit"] {
	font-size: 18px !important;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	border-radius: 40px;
	background: #F07F20;
	display: inline-block;
	box-sizing: border-box;
	min-width: 190px;
	width: auto;
	padding: 10px 24px;
	opacity: 1;
	border: none;
}
.section.dc-password-protected-form .post-password-form input[type="submit"]:hover {
	background: #243E53;
	color: white;
}
.section.dc-password-protected-form .post-password-form input[type="password"] {
	height: 40px;
	margin-right: 12px;
}