/*
Theme Name: Pour Into V2
Text Domain: pourinto2023v2
Version: 1.0.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Theme for Pour Into
Author: Exigo Sales and Marketing
Author URI: https://exigosalesandmarketing.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*COLORS*/
.grayBG {
	background-color: #6D6E71;
	color: #fff;
}
.grayBG a {
	color: #fff;
}
.lightGrayBG {
	background-color: #e3e4e5;
	color: #3c3c3c;
}
.lightGrayBG input[type=text], .lightGrayBG input[type=email], .lightGrayBG textarea, .lightGrayBG input[type=url], .lightGrayBG input[type=time], .lightGrayBG input[type=date], .lightGrayBG input[type=datetime], .lightGrayBG input[type=tel] {
	background-color: #fff;
    box-sizing: border-box;
	padding-left: 1rem;
}
.orangeBG {
	background-color: #F37021;
	color: #fff;
}
a.orangeBG:hover {
	background-color: #F37021;
}
.orangeBG a {
	background-color: #F37021;
	color: #fff;
}
.btn.orangeBG:focus, .btn-large.orangeBG:focus {
    background-color: #F37021;
}
img.orangeBorder {
	-webkit-box-shadow: -6px -6px 0px 1px #F37021; 
	box-shadow: -6px -6px 0px 1px #F37021;
}
.keyboard-focused .collapsible-header.orangeBG:focus {
	background-color: #F37021;
}
.orangeTXT {
	color: #F37021;
}
.whiteBG {
	background-color: #fff;
	color: #F37021;
}
.orangeBG a.whiteBG {
	background-color: #fff;
	color: #F37021;
}
a.whiteBG:hover {
	background-color: #ddd;
}
a.whiteBG {
	color: #F37021;
}
.whiteBG a {
	color: #F37021;
}
.whiteTXT {
	color: #fff;
}
.wp-block-button__link {
    border-radius:0;
    font-size: 18px;
    text-transform: uppercase;
}
/*SITE WIDE*/
html {
	background-color: #6D6E71;
	color:#3c3c3c;
	font-family: 'Roboto', sans-serif;
}
a {
	color: #F37021;
}
.btn, .btn-large {
	border-radius: 5px;
}
.collapsible {
	padding-top: .5rem;
	padding-bottom: 3rem;
}
.collapsible-header {
	font-size: 1.1rem;
}
.collapsible-header i {
    font-size: 1.6rem;
}
.collapsible.popout>li {
    margin: 10px;
}
@media (min-width:600px) {
	.collapsible {
		padding-top: 2rem;
	}
	.collapsible-header {
		font-size: 1.8rem;
	}
	.collapsible-header i {
	    font-size: 2.6rem;
	}
	.collapsible.popout>li {
	    margin: 0 80px;
	}
}
@media (min-width:992px) {
	.collapsible-header {
		font-size: 1.8rem;
	}
	.collapsible-header i {
	    font-size: 2.6rem;
	}
	.collapsible.popout>li {
	    margin: 0 200px;
	}
}
.collapsible-body {
	padding-bottom: 2rem;
}
.flexCtrCtr {
	display: flex;
    align-items: center;
    justify-content: center;
}
.floatFill {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
@media (max-width: 599px) {
	h1 {
		font-size: 3.2rem;
	}
	h2 {
		font-size: 2.6rem;
	}
}
.minSpaceRow, .minSpaceRow p {
	margin: 0;
	padding:0;
}
main {
	background-color: #fff;
	padding: 2rem 0;
}
::placeholder, :-ms-input-placeholder, ::-ms-input-placeholder {
  color: #555;
  opacity: 1;
}
section {
	background-color: #fff;
	padding: 3rem 0;
}
select {
	margin-bottom: 1rem;
}
.smallTextHeader {
	line-height: 1;
	margin-top: 0;
}
.smallTextHeader .smallText {
	font-size: 1.2rem;
	text-transform: uppercase;
}
strong {
	font-weight: bold;
}
.titleDivider {
	height:.6rem;
	margin: 0rem auto 3rem;
	width: 8rem;
}
@media (min-width:600px) {
	.twoColText {
		column-count: 2;
	}
	.twoColText p {
		margin-top: 0;
	}
}
/*HEADER*/
section#userControls {
	padding: .5rem 0;
}
section#userControls a {
	font-style: italic;
}
section#userControls p {
	margin: 0;
}
section#userControls row {
	margin-bottom: 0;
}
nav {
	background-color: #fff;
	color: #3c3c3c;
	font-weight: bold;
	height: 120px;
	padding:3rem 0 3rem 0;
	position: relative;
}
@media (min-width: 992px) {
	nav {
		height: auto;
	}
}
nav ul a {
	color: #3c3c3c;
}
nav ul a:hover {
    background-color:transparent;
}
nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    line-height: 2;
}
nav .brand-logo {
	width: 200px;
	top: 30px;
}
nav .sidenav-trigger {
    float: right;
    height: 56px;
    margin: -16px 18px;
}
nav .current-menu-item a {
	border-bottom:2px solid #F37021;
}
@media (min-width:600px) {
	.brand-logo {
		width: 250px;
	}
}
/*HOME*/
section#hero {
	background-size: cover;
	background-position: center;
	color: #fff;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: bold;
	padding:150% 0 0 0;
	position: relative;
    text-align: center;
}
section#hero h2 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.4rem;
   	font-weight: 700;
    line-height: .9;
    padding-top: 67%;
	text-transform: uppercase;
}
section#hero .btn {
	margin-bottom: 22px;
}
@media (min-width: 600px) {
	section#hero {
		font-size: 1.2rem;
		padding:100% 0 0 0;
	}
	section#hero h2 {
	    font-size: 4rem;
	    padding-top: 64%;
	}
}
@media (min-width: 992px) {
	section#hero {
		font-size: 1.2rem;
		padding:46% 0 0 0;
		text-align: left;
	}
	section#hero h2 {
	    font-size: 5.8rem;
	    padding-top: 37%;
	}
}
main#home {
	font-size: 1.2rem;
	text-align: center;
}
main#home h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.2rem;
   	font-weight: 700;
   	margin-bottom: 1rem;
}
@media (max-width: 599px) {
	main#home strong {
		font-size: 1.6rem;
	}
}
@media (min-width:992px) {
	main#home {
		font-size: 1.3rem;
		text-align: left;
	}
	main#home h1 {
		font-family: 'Roboto Condensed', sans-serif;
	   	font-weight: 700;
	   	margin-bottom: 1.5rem;
	}
}
section#calendar .calSquare {
	cursor: pointer;
	border-radius: 5px;
	padding-top:100%;
	position: relative;
	margin-bottom: 20px;
}
section#calendar .date {
	font-size: 2.5rem;
	line-height: 1.1;
	position: absolute;
	left:15px;
	top:10px;
}
section#calendar .month {
	font-size: 1rem;
	line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
}
section#calendar .time {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.1;
	position: absolute;
	right:15px;
	top:30px;
}
section#calendar .title {
	font-size: 1.2rem;
	line-height: 1.1;
	padding: 15px;
	position: absolute;
	left:0;
	bottom:5%;
	width: 100%;
}
section#calendar .orangeBG {
	font-size: 1.3rem;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width:600px) {
	section#calendar .date {
		font-size: 3.7rem;
	}	
	section#calendar .title {
		font-size: 1.2rem;
	}
}
.pageEvent {
	margin: 1rem;
}
.pageEventDetails {
	padding: 1rem;
}
@media (max-width:599px) {
	section#references {
		padding: 6rem 0 1rem;
	}
}
section#references {
	background-size: cover;
	background-position: right center;
}
section#references .carousel {
	height: 600px;
}
section#references .carousel-item {
	background-color: #fff;
	height: 450px;
	padding: 1rem 2rem;
	text-align: center;
	width: 300px;
}
@media (min-width: 600px) {
	section#references {
		background-position: 14% center;
	}
	section#references .carousel {
		height: 590px;
	}
	section#references .carousel-item {
		background-color: #fff;
		height: 420px;
		padding: 1rem 2rem;
		text-align: center;
		width: 420px;
	}
}
/*Foot*/
footer {
	padding: 2rem 0 3rem;
	text-align: center;
}
footer .social {
	margin-top: 4rem;
	text-align: center;
}
@media (min-width:600px) {
	footer {
		text-align: left;
	}
	footer .social {
		margin-top: 0;
		text-align: right;
	}
}
footer .social img {
	margin-right: 1rem;
	width: 45px;
}
footer .menu-footer-one-container {
	font-weight: bold;
}
/*Pages*/
main#page h1 {
	font-size: 2.4rem;
	margin-top: 1rem;
}
main#page h2 {
	font-size: 2.2rem;
}
main#page h3 {
	font-size: 1.8rem;
}
@media (min-width: 600px) {
	main#page h1 {
		font-size: 2.3rem;
	}
	main#page h2 {
		font-size: 2rem;
	}
	main#page h3 {
		font-size: 1.6rem;
	}
}
@media (min-width: 992px) {
	main#page h1 {
		font-size: 2.8rem;
	}
	main#page h2 {
		font-size: 2.5rem;
	}
	main#page h3 {
		font-size: 2.2rem;
	}
}
.immenseText {
	font-size: 1.2rem;
}
.immenseList {
	font-size: 1.2rem;
}
@media (min-width:992px) {
	.immenseList img {
		margin: 10%;
		width: 80%;
	}
}
.immenseList {
	animation-duration: .8s;
}
.immenseList .step1 {
	animation-delay: .4s;
}
.immenseList .step2 {
	animation-delay: 1.2s;
}
.immenseList .step3 {
	animation-delay: 2s;
}
.immenseList .step4 {
	animation-delay: 2.8s;
}
.immenseList .step5 {
	animation-delay: 3.6s;
}
main#registration h1 {
	font-size: 3.2rem;
}
main#registration h2 {
	font-size: 2.5rem;
}
main#registration h3 {
	font-size: 2.2rem;
}
.speakerImage {
	background-size: contain;
	background-position:right bottom;
	background-repeat: no-repeat;
	-o-background-size:0% auto;
	-webkit-background-size:0% auto;
	-moz-background-size:0% auto;
	background-size:0% auto;
}
@media (min-width:992px) {
	.speakerImage {
		background-size: contain;
		background-position:right bottom;
		background-repeat: no-repeat;
		min-height: 28vw;
		-o-background-size:60% auto;
		-webkit-background-size:60% auto;
		-moz-background-size:60% auto;
		background-size:60% auto;
	}
}
@media (min-width:1750px) {
	.speakerImage {
		min-height: 29vw;
	}
}
#membership #pmpro_account-profile h3 {
	display: none;
}
#membership #pmpro_account-membership h3 {
	display: none;
}
#membership #pmpro_actionlink-levels {
	display: none;
}
#membership #pmpro_account .pmpro_box {
    border:none;
}
#membership #pmpro_account-profile {
	bottom: none;
}
nav.woocommerce-MyAccount-navigation {
	border: none;
	padding: 0;
}
.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}
.woocommerce-MyAccount-navigation-link--customer-logout {
	display: none;
}
ul.wc-tabs {
	display: none;
}
.woocommerce-product-gallery__image--placeholder {
	display: none;
}
h1.product_title {
	display: none;
}
.woocommerce-product-details__short-description {
	display: none;
}
.woocommerce-MyAccount-content {
	clear:both;
}
.product_meta {
	display: none;
}
.product input.qty {
	width: 10rem;
}
.woocommerce-result-count {
	display: none;
}
nav.woocommerce-breadcrumb {
	box-shadow: none;
	padding: .5rem;
}
.woocommerce-breadcrumb {
	display: none;
}
.single_add_to_cart_button {
	border: none;
    border-radius: 2px;
    display: inline-block;
    font-size: 15px;
    height: 54px;
    line-height: 54px;
    padding: 0 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s ease-out;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
	background-color: #F37021;
	color: #fff;
}
/*Hide Products*/
body.woocommerce-shop ul.products {
	display: none;
}
/*Map*/
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}
/*Drop Down*/
@media(min-width:992px) {
	[class*="-item-has-children"] a {
		position: relative;
	}
	nav.rt [class*="-item-has-children"] ul {
		display: none;
		position: absolute;
		background-color: #f1f1f1;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	}	
	[class*="-item-has-children"] ul a {
		padding: 12px 16px;
		display: block;
	}
	nav.rt [class*="-item-has-children"]:hover ul {display: block;}
}
/*PMpro*/
.login-remember {
	display: none;
}
#pmpro_account_loggedin.pmpro_alert {
	display: none;
}
#pmpro_billing_address_fields hr {
    display: none;
}
#pmpro_checkout_box-company-information hr {
	display: none;
}
.pmpro_submit hr {
	display: none;
}
.pmpro_btn {
	background-color: #F37021;
	border: none;
	border-radius:0;
    color: #fff;
    cursor: pointer;
    letter-spacing: .5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
#pmpro_level-1 h3 {
	display: none;
}
#pmpro_level-1 .pmpro_level_name_text {
	display: none;
}
.pmpro_payment-discount-code {
	display: none;
}
#other_discount_code_p {
	font-size: 1rem;
    font-style: italic;
}
.pmpro_message.pmpro_error {
	position: fixed;
    z-index: 9999;
    top: 5%;
    left: 37%;
    width: 26%;
    text-align: center;
}
label[for="other_discount_code"] {
   display: none !important;
}
/*Exigo*/
#exigosupport {
	background-color: #F37021;
	color: #fff;
	padding: .5rem 0;
}
#exigosupport a {
	color: #fff;
}
/*CF7*/
.formstuff {
  opacity: 1;
  height:auto;
  transition:all ease .4s;
}
.wpcf7-form.sent .formstuff {
  display:none;
  opacity:0;
}
.wpcf7-not-valid-tip {
    font-size: .9rem;
    position: absolute;
    right: 0;
    top: 0;
}