/*

Author: AML Intelligence Team
Update: Unknown
E-mail: alisson.bagnara@stubbsgazette.ie
Reason: WPForms Success Response

*/


.wpforms-confirmation-container-full, 
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #4472c4 !important;
    border: none !important;
    color: #fff !important;
}


/*

Author: Alisson Eduardo Bagnara
Update: 23/12/2020
E-mail: alisson.bagnara@stubbsgazette.ie
Reason: CF7 - Newsletter Form

*/


#f340 {
	margin-top: 15px;
}

#f340 .group {
	margin-bottom: 15px;
}

#f340 .group .label {
	margin-bottom: 10px;
	display: block;
}

#f340 .group .field {
	width: 49%;
	display: inline-block;
}

#f340 .group.stack .field {
	width: 100%;
	display: block;
}

#f340 .wpcf7-text,
#f340 .wpcf7-email {
	padding: 10px;
}

#f340 .wpcf7-checkbox .wpcf7-list-item,
#f340 .wpcf7-acceptance .wpcf7-list-item {
    margin: 0px 15px 10px 0px;
}

#f340 .wpcf7-checkbox .wpcf7-list-item-label,
#f340 .wpcf7-acceptance .wpcf7-list-item-label {
	font-weight: normal;
	font-size: 15px;
}

#f340 .wpcf7-acceptance input {
	display: inline-block !important;
	width: initial !important;
}

#f340 .wpcf7-submit {
	margin-top: 10px;
	width: 100%;
}


/*

Author: Alisson Eduardo Bagnara
Update: 20/01/2021
E-mail: alisson.bagnara@stubbsgazette.ie
Reason: Paid Membership Pro Checkout

*//*


body.pmpro-checkout #site-content {
	background-color: rgb(241, 241, 241);
}

#pmpro_pricing_fields.pmpro_checkout,
.pmpro_checkout {
    border: 1px solid rgb(239, 239, 239);
    border-radius: 3px;
    background: rgb(255, 255, 255) !important;
    padding: 0px !important;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
}

#pmpro_account_loggedin {
	text-align: center;
}

#pmpro_account_loggedin,
.pmpro_checkout {
	margin-bottom: 50px;
}

.pmpro_submit hr, .pmpro_checkout hr {
	display: none !important;
}

.pmpro_checkout h3 {
    padding: 25px 25px !important;
    margin: 0px !important;
    background-color: rgb(68, 114, 196);
    color: rgb(255, 255, 255);
}

.pmpro_checkout-h3-name {
	margin: 0px !important;
}

.pmpro_checkout-h3-msg {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-style: normal !important;
    float: right;
    padding: 10px 0px;
    font-size: 13px !important;
}

.pmpro_checkout-h3-msg a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}

.pmpro_checkout-fields {
	padding: 25px 25px;	
}

#pmpro_pricing_fields .pmpro_checkout-h3-msg a:before {
	content: '\f3e5';
  	font-family: 'Font Awesome 5 Free';
    width: 15px;
    display: inline-block;
    margin-right: 10px;
}

#pmpro_pricing_fields .pmpro_checkout-h3-msg a,
#pmpro_user_fields .pmpro_checkout-h3-msg a {
    padding: 10px 35px;
    background-color: rgb(58, 91, 148);
    transition: 0.5s;
    border-radius: 3px;
}

#pmpro_pricing_fields .pmpro_checkout-h3-msg a:hover,
#pmpro_user_fields .pmpro_checkout-h3-msg a:hover {
    background-color: rgb(56, 175, 96);
}

#pmpro_pricing_fields .pmpro_checkout-fields > p {
	color: rgb(15, 81, 50);
	background-color: rgb(209, 231, 221);
	margin-bottom: 25px;
    border-color: rgb(186, 219, 204);
    padding: 10px 15px;
    border-radius: 3px;
}

#pmpro_pricing_fields .pmpro_checkout-fields ul {
	margin: 0px 0px 50px 0px;
	padding: 0px;
	list-style: none;
}

#pmpro_pricing_fields .pmpro_checkout-fields ul li {
	padding: 0px;
}

#pmpro_pricing_fields .pmpro_checkout-fields ul li:before {
  	content: '\f00c';
  	font-family: 'Font Awesome 5 Free';
    width: 15px;
    display: inline-block;
    margin-right: 10px;
    color: rgb(142, 187, 167);
}

#pmpro_level_cost {
	border-radius: 3px;
	background-color: rgb(247, 247, 247);
    margin: 0px;
    padding: 10px 15px;
}

#pmpro_level_cost p {
	margin-bottom: 0px;
}

#other_discount_code_p {
	margin-top: 15px;
}

#pmpro_user_fields .pmpro_checkout-h3-msg a {
	margin-left: 25px;
}

#pmpro_user_fields .pmpro_checkout-h3-msg a:before {
	content: '\f007';
  	font-family: 'Font Awesome 5 Free';
    width: 15px;
    display: inline-block;
    margin-right: 10px;
}

.pmpro_checkout-field select, 
.pmpro_checkout-field input {
	max-width: 100% !important;
	width: 100% !important;
}

.pmpro_checkout-field select {
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    color: rgb(17, 17, 17);
    font-size: 15px;
    margin: 0;
    padding: 20px;
    width: 100%;
    -webkit-appearance: none;
}

.pmprosp-progressbar {
	width: 100% !important;
}

#pmprosp-password-notice {
    background-color: rgb(252 248 227);
    color: rgb(138 109 59);
    border: 1px solid rgb(250 235 204);
    border-radius: 3px;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
}

.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber, 
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry, 
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV, 
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber, 
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry, 
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
	padding: 20px;
	background-color: rgb(250, 250, 250);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
}

#pmpro_payment_information_fields .pmpro_checkout-h3-msg {
	padding: 10px 35px;
    background-color: rgb(58, 91, 148);
    border-radius: 3px;
}

#pmpro_payment_information_fields .pmpro_checkout-h3-msg:before {
  	content: '\f09d';
  	font-family: 'Font Awesome 5 Free';
    width: 15px;
    display: inline-block;
    margin-right: 10px;
}

#pmpro_license {
	margin-bottom: 25px;
}

#pmpro_message_bottom, 
#pmpro_message {
	margin-bottom: 25px;
}

#pmpro_form .pmpro_checkout-field {
	position: relative;
}


#pmpro_form .StripeElement::after {
	display: block;
	content: 'Required';
}

#pmpro_form .StripeElement::after, 
#pmpro_form .pmpro_asterisk {
	position: absolute;
	top: 45px;
	right: 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #7287a8;
}

#pmpro_form .pmpro_required,
#pmpro_form .StripeElement {
	background-color: #f9fbff !important;
	border-color: #7287a8 !important;
}


#pmpro_form #discount_code_button {
	position: absolute;
	width: initial !important;
	right: 15px;
	top: 35px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 25px;
	background-color: #ddd;
	border-radius: 5px;
	color: #7d7676;
	transition: background-color 0.25s;
}

#pmpro_form #discount_code_button:hover {
	background-color: #3a5b94;
	color: #fff;
}


@media (max-width: 968px) {

	.pmpro_checkout .pmpro_checkout-h3-name,
	.pmpro_checkout .pmpro_checkout-h3-msg {
		display: block !important;
	}

	#pmpro_pricing_fields .pmpro_checkout-h3-name,
	#pmpro_user_fields .pmpro_checkout-h3-name,
	#pmpro_payment_information_fields .pmpro_checkout-h3-name {
		margin-bottom: 15px !important;
	}

	.pmpro_checkout .pmpro_checkout-h3-msg {
		float: none;
		margin: 0px !important;
		padding: 0px 0px;
	}

	.pmpro_checkout .pmpro_checkout-h3-msg a {
		display: block;
		margin: 0px !important;
	}

	#pmpro_user_fields .pmpro_checkout-h3-msg a {
		margin-top: 5px !important;
	}

}

@media (max-width: 468px) {

	.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields {
		display: block !important;
	}

	.pmpro_checkout .pmpro_checkout-h3-name {
		font-size: 18px !important;
	}

	.pmpro_checkout-h3-msg {
		font-size: 11px !important;
	}

	#pmpro_pricing_fields .pmpro_checkout-h3-msg a,
	#pmpro_user_fields .pmpro_checkout-h3-msg a,
	#pmpro_payment_information_fields .pmpro_checkout-h3-msg {
	    padding: 10px 10px;
	}

}


/*

Author: Alisson Eduardo Bagnara
Update: 22/01/2021
E-mail: alisson.bagnara@stubbsgazette.ie
Reason: Paid Membership Pro Confirmation

*//*


body.pmpro-confirmation .post-inner {
	padding-left: 0px;
}

.pmpro_confirmation_wrap {
    background-color: rgb(255, 251, 233);
    padding: 35px 35px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid rgb(249, 244, 223);
}

.pmpro_a-print {
	padding: 10px 10px 10px 50px;
    background-size: 20px;
    background-position: 15px;
    font-size: 14px;
    color: rgb(17, 17, 17);
    background-color: rgb(247, 241, 214);
    border: 1px solid rgb(241, 236, 217);
}

.pmpro_confirmation_wrap h3 {
	border-bottom: 1px dashed rgb(199, 189, 139);
	margin: 50px 0px;
    padding-bottom: 25px;
}

.pmpro_confirmation_wrap ul {
	list-style: none;
	margin-left: 0px;
}

.pmpro_confirmation_wrap li {
	margin: 0px !important;
}

.pmpro_confirmation_wrap hr {
	background: transparent;
	width: 100%;
	max-width: initial;
	height: 0px;
  	margin: 50px auto;
    border: none;
    border-bottom: 1px dashed rgb(199, 189, 139);
}

.pmpro_confirmation_wrap hr:last-of-type {
	display: none;
}

.pmpro_invoice_details p {
	font-size: 15px;
	margin: 0px 0px;
}

.pmpro_invoice_details strong {
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

.pmpro_actions_nav {
    margin: 100px 0px 0px;
    display: block;
}

.pmpro_actions_nav a {
	text-decoration: none;
    color: white;
    background-color: rgb(68, 114, 196);
    padding: 10px 35px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-radius: 3px;
}


@media (max-width: 968px) {

	.pmpro_invoice_details {
		flex-direction: column;
	}

	.pmpro_invoice_details .pmpro_invoice-billing-address, 
	.pmpro_invoice_details .pmpro_invoice-payment-method {
		margin-bottom: 25px;
	}

	.pmpro_a-print {
		display: block;
		float: none;
		margin-bottom: 25px;
	}

}

@media (max-width: 468px) {

	.pmpro_confirmation_wrap {
		padding: 35px 15px;
	}

	.pmpro_actions_nav a {
		font-size: 13px;
		padding: 10px 20px;
	}

}



/*

Author: Alisson Eduardo Bagnara
Update: 22/01/2021
E-mail: alisson.bagnara@stubbsgazette.ie
Reason: Paid Membership Pro Account

*//*


body.pmpro-account .post-inner {
	padding-left: 0px;
}

#pmpro_account .pmpro_box {
	border: 1px solid rgb(239, 239, 239);
    border-radius: 3px;
    background: rgb(250, 250, 250);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
    margin: 0px 0px 35px 0px;
    padding: 25px;
}

#pmpro_account .pmpro_box h3 {
	border-bottom: 1px solid rgb(239, 239, 239) !important;
	margin-bottom: 25px !important;
	padding-bottom: 25px !important;
}

#pmpro_account .pmpro_box h3:before {
	font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-right: 25px;
}

#pmpro_account .pmpro_box table {
	margin: 0px 0px 25px 0px;
}

#pmpro_account .pmpro_box thead {
    background-color: rgb(239, 239, 239);
    border: none;
    text-transform: uppercase;
    font-size: 14px;
}

#pmpro_account .pmpro_box thead th {
    border: none;
}

#pmpro_account .pmpro_box tbody td {
    border-color: rgb(239, 239, 239);
}

#pmpro_account .pmpro_box ul {
	list-style: none;
	margin-left: 0px;
}

#pmpro_account .pmpro_box li,
#pmpro_account .pmpro_box p {
	line-height: initial;
}

#pmpro_account .pmpro_box .pmpro_actionlinks {
	color: rgb(239, 239, 239);
	font-size: 15px;
	margin-top: 5px !important;
}

#pmpro_account .pmpro_box .pmpro_actionlinks a {
	margin: 0px 10px;
}

#pmpro_account .pmpro_box .pmpro_actionlinks a:first-child {
	margin-left: 0px;
}

#pmpro_account .pmpro_box .pmpro_actionlinks a:last-child {
	margin-right: 0px;
}

#pmpro_account-membership h3:before {
  	content: '\f2bb';
}

#pmpro_account-membership table {
	margin-bottom: 0px !important;
}

#pmpro_account-membership > .pmpro_actionlinks {
	display: none;
}

#pmpro_account-profile h3:before {
	content: '\f007';
}

#pmpro_account-profile ul {
	margin-bottom: 25px !important;
}

#pmpro_account-invoices h3:before {
	content: '\f4c0';
}

#pmpro_account-invoices table {
	margin-bottom: 0px !important;
}


/*

Author: Alisson Eduardo Bagnara
Update: 26/01/2021
E-mail: alisson.bagnara@stubbsgazette.ie
Reason: Paid Membership Pro Levels

*/


.pmpro-levels .single-post .post-header {
    margin-bottom: 0px;
    font-size: 30px;
    position: relative;
    top: 45px;
    z-index: 6;
    left: 50px;
    color: rgb(68, 114, 196);
    display: inline-block;
}

.pmpro-levels .aml-custom-block {
	background-color: rgb(232, 238, 248);
	margin-bottom: 125px;
	padding: 100px 50px 25px;
}

.pmpro-levels .aml-custom-list {
	font-size: 20px;
}

.pmpro-levels .aml-custom-carousel {
	padding: 75px 50px 50px !important;
    margin: 100px 0px;
    border: 10px solid rgb(232 237 247);
    position: relative;
}

.pmpro-levels .aml-custom-carousel:before {
	font-family: 'Font Awesome 5 Free';
    display: inline-block;
    position: absolute;
	content: '\f10d';
    top: -43px;
    left: -35px;
    background: rgb(255 255 255);
    padding: 25px;
    color: rgb(232 237 247);
    font-size: 75px;
}


@media (max-width: 1200px) {

	.pmpro-levels .aml-custom-list, 
	.pmpro-levels p {
		font-size: 17px !important;
	}

}

@media (max-width: 992px) {
	
	.pmpro-levels .single-post .post-header {
		margin-bottom: 40px;
		display: block;
	    position: initial;
	    font-size: 20px;
	}

	.pmpro-levels .aml-custom-block {
		display: block;
		padding: 50px 50px 25px;
	}

	.pmpro-levels .aml-custom-block .wp-block-column {
		margin-bottom: 50px !important;
	}

}

@media (max-width: 468px) {

	.pmpro-levels .aml-custom-block {
		padding: 25px;
		margin-bottom: 75px;
	}

	.pmpro-levels .aml-custom-carousel {
		margin: 75px 0px;
	}

}


/*

Author: Alisson Eduardo Bagnara
Update: 03/02/2021
E-mail: alisson.bagnara@stubbsgazette.ie
Reason: Stripe Payments Products

*/


.wp-asp-search-res-text, 
#wp-asp-search-form {
	display: none;
}

.wp-asp-grid-item {
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 20px !important;
    background-color: #ffffff !important;
    border-radius: 3px !important;
    border: 1px solid rgb(239, 239, 239) !important;
}

.wp-asp-product-thumb {
	margin: 0px 0px 15px 0px !important;
}

.wp-asp-product-name {
	margin: 0px 0px 25px 0px !important;
	padding: 0px !important;
}

.wp-asp-view-product-btn {
	position: initial !important;
}

.wp-asp-view-product-btn button {
	border-radius: 3px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    line-height: initial !important;
    font-weight: bold !important;
    padding: 10px 35px !important;
}

@media (min-width: 768px) {

	.wp-asp-grid-item {
		width: 30.33% !important;
	}

}


/*

Author: Alisson Eduardo Bagnara
Update: 05/02/2021
E-mail: alisson.bagnara@stubbsgazette.ie
Reason: Stripe Payments (Single Article)

*/


.single-asp-products #site-content {
	background-color: rgb(255, 255, 255);
	overflow: hidden;
}

.single-asp-products .content {
	padding-bottom: 0px;
}



.custom-event .breadcrumb,
.custom-event .breadcrumb .background {
	position: relative;
	overflow: hidden;
	max-height: 500px;
}

.custom-event .breadcrumb .header {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	color: rgb(255, 255, 255);
	text-align: center;
	padding: 25px 0px;
}

.custom-event .breadcrumb .header img {
	margin-bottom: 50px;
}

.custom-event .breadcrumb .header .post-title {
	margin-bottom: 5px;
	font-size: 35px;
}

.custom-event .breadcrumb .header .event_header {
	margin-bottom: 5px;
	font-size: 18px;
}

.custom-event .additional {
	font-size: 16px;
}

.custom-event .navigation {
	background-color: rgb(68, 114, 196);
	padding: 20px;
	text-align: center;
	font-size: 16px;
}

.custom-event .navigation ul,
.custom-event .additional {
	list-style: none;
	margin: 0px;
	padding: 0px 0px;
}

.custom-event .navigation li,
.custom-event .additional li {
	margin: 0px 15px;
	display: inline-block;
}

.custom-event .additional i {
	margin-right: 7px;
}

.custom-event .navigation a  {
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 15px;
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.custom-event #overview.section,
.custom-event #schedule.section {
	max-width: 750px;
	margin: 0px auto;
}

.custom-event #overview.section {
    padding: 100px 0px;
    font-size: 20px;
    font-weight: bold;
}

.custom-event #overview.section div {
/*     margin-bottom: 15px; */
}

.custom-event #schedule.section {
    padding: 0px 0px 100px 0px;
}

.custom-event #schedule.section table {
	margin: 0px;
}

.custom-event #speakers.aml-custom-overlay::before {
	background-color: #f8fbff;
}

/* .custom-event #sponsors.section {
    padding-bottom: 0px;
} */

.custom-event #sponsors.section .title h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: inherit;
}

.custom-event #sponsors.section .title h2::after {
    display: none;
}

.custom-event #sponsors.section .aml-card-body {
	background-color: rgb(245, 245, 245);
}

.custom-event #sponsors.section .aml-card-body h5 {
	margin: 0px;
	min-height: initial;
}

.custom-event .section {
	position: relative;
	padding: 150px 0px;
}

.custom-event .section .title {
	position: relative;
	margin-bottom: 50px;
}

.custom-event .section .title h2 {
	font-family: 'Merriweather', Georgia, serif;
	margin: 0px;
    font-weight: 900;
}

.custom-event .section .title h2:after {
	display: block;
	height: 2px;
	background-color: rgb(0, 0, 0);
	width: 50px;
	margin: 15px auto;
	content: ' ';
}


@media (max-width: 1170px) {

	.custom-event .breadcrumb .header img {
		margin-bottom: 20px;
		max-width: 350px;
	}

	.custom-event .breadcrumb .header .post-title {
		font-size: 35px;
	}

}

@media (max-width: 968px) {

	.custom-event .breadcrumb .header img {
		margin-bottom: 15px;
		max-width: 250px;
	}

	.custom-event .breadcrumb .header .post-title {
		font-size: 25px;
	}

}

@media (max-width: 768px) {

	.custom-event .breadcrumb,
	.custom-event .breadcrumb .background {
		background-color: rgb(232, 238, 248);
	}

	.custom-event .breadcrumb .header {
		position: initial;
		color: inherit;
		padding: 25px 10px;
	}

	.custom-event .breadcrumb .header img {
		display: none;
	}

	.custom-event .breadcrumb .header .post-title {
		font-size: 20px;
	}

	.custom-event .navigation ul {
		font-size: 15px;
	}

	.custom-event .navigation li,
	.custom-event .additional li {
		margin: 0px 10px;
	}

	.custom-event .navigation a  {
		padding: 0px 0px;
	}

	.custom-event #overview.section,
	.custom-event .section {
		padding: 50px 0px;
	}

}

@media (max-width: 568px) {

	.custom-event .navigation li,
	.custom-event .additional li {
		margin: 5px;
		display: block;
	}

	.custom-event .additional i {
		display: none;
	}

}

@media (max-width: 468px) {

	.custom-event .breadcrumb .header .post-title {
		font-size: 17px;
	}

	.custom-event .navigation {
		display: none;
	}

}


/*

Author: Alisson Eduardo Bagnara
Update: 06/09/2021
E-mail: alisson.bagnara@stubbsgazette.ie
Reason: Stripe Payments item

*/


.asp_post_item {
	width: initial !important;
	overflow: auto;
	position: relative;
	padding-left: 225px;
	overflow: initial;
}

.asp_product_item {
	padding: 0px !important;
	border: none !important;
	box-shadow: none !important;
	margin: 0px !important;
}

.asp_product_item > div:nth-child(2) {
    display: none;
}

.asp_post_thumbnail {
	max-width: 200px;
	float: left;
	margin-right: 25px;
	position: absolute;
	left: 0px;
}

.asp_post_thumbnail img {
	border: none !important;
	padding: 0px !important;
}

.asp_product_item_thumbnail img {
	margin-right: 25px !important;
	width: initial !important;
	max-width: 200px;
	height: initial !important;
}

.asp_post_title,
.asp_product_name {
	margin-bottom: 10px !important;
	padding-top: 10px;
	font-size: 18px !important;
	float: none !important;
	line-height: initial !important;
}

.asp_post_description,
.asp_product_description {
	margin: 0px !important;
	border:  none !important;
	font-size: 16px;
}

.asp_price_container {
	display: inline-block;
	margin-right: 25px !important;
	vertical-align: bottom;
}

.asp_product_buy_button {
	display: inline-block !important;
}

.asp_product_buy_btn.blue,
.stripe-button-el {
	box-shadow: none !important;
	background: rgb(45, 139, 186) !important;
    text-shadow: none !important;
    border-radius: 3px !important;
}

.asp_product_buy_btn span,
.stripe-button-el span {
	box-shadow: none !important;
	color: rgb(255, 255, 255);
	background: transparent !important;
	text-transform: none !important;
}


@media (max-width: 968px) {

	.asp_post_item {
		padding-left: initial;
	}

	.asp_post_thumbnail,
	.asp_product_item_thumbnail {
		display: none;
	}

}


/*

Author: Alisson Eduardo Bagnara
Update: 16/03/2021
E-mail: alisson.bagnara@stubbsgazette.ie
Reason: Stripe Payments Checkout

*/


.asp-thank-you-page-msg-wrap {
	border-radius: 5px;
    padding: 50px 25px 25px;
    font-size: 16px;
}

.asp-thank-you-page-msg-wrap .checkout-message {
	background-color: rgb(239 251 235);
    padding: 15px;
    margin-top: 35px;
    border-radius: 5px;
    border: 1px solid rgb(218 232 212);
}


/*

Author: Alisson Eduardo Bagnara
Update: 17/06/2021
E-mail: alisson.bagnara@stubbsgazette.ie
Reason: Popup (Boardroom Series – Event Thumbnail)

*/


.pum-theme-boardroom-series-event-thumbnail.pum-overlay .pum-container {
	margin-bottom: 0px;
	top: initial !important;
	bottom: 10px;
}

.pum-theme-boardroom-series-event-thumbnail.pum-overlay {
	position: absolute !important;
}

@media (max-width: 468px), (max-height: 525px) {

	.pum-theme-boardroom-series-event-thumbnail.pum-overlay .pum-container {
		left: calc(50% - 160px) !important;
	}

}

@media (max-height: 525px) {

	.pum-theme-boardroom-series-event-thumbnail.pum-overlay .pum-container {
		position: absolute !important;
		bottom: initial;
		top: 10px !important;
	}

}


/*

Author: Alisson Eduardo Bagnara
Update: 17/06/2021
E-mail: alisson.bagnara@stubbsgazette.ie
Reason: Popup (AML Intelligence - Top bar)

*/


.pum-theme-aml-intelligence-top-bar .pum-container {
	margin-bottom: 0px;
}

.pum-theme-aml-intelligence-top-bar .pum-close {
	opacity: 0.25;
}

.pum-theme-aml-intelligence-top-bar .pum-content {
	margin-right: 40px;
	display: flex;
	font-size: 15px;
	justify-content: space-between;
	align-items: center;
	display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}

.pum-theme-aml-intelligence-top-bar .pum-content .hyperlink {
    border: 1px solid white;
    border-radius: 3px;
    font-size: 14px;
    color: rgb(255 255 255);
    padding: 4px 10px;
    display: inline-block;
    text-decoration: none;
}

.pum-theme-aml-intelligence-top-bar .pum-content .hyperlink:hover {
    opacity: 0.75;
}


@media (min-width: 1200px) {

	.pum-theme-aml-intelligence-top-bar .pum-container {
		max-width: 1200px;
		left: calc(50% - 600px);
	}

}

@media (max-width: 1200px) {

	.pum-theme-aml-intelligence-top-bar .pum-container {
	    top: initial !important;
	    border-radius: 0px !important;
		max-width: initial;
	    left: initial !important;
	}

}

@media (max-width: 850px) {

	.pum-theme-aml-intelligence-top-bar .pum-content {
		align-items: flex-start;
		flex-direction:  column;
	}

	.pum-theme-aml-intelligence-top-bar .pum-content > :first-child {
		margin-bottom: 15px;
	}

}