/*	Start - New Modus Changes
*/

.entry-content.page-side .vdp-datepicker__calendar .disabled {
  color: #bb1718;
}

.page-template-page .entry-content  {
  background: unset;
}
svg.dropdown__icon {
	display: none;
}
.page-template-page .text-content p {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.entry-content.page-main {
	width: 65%;
	display: inline-block;
	position: relative;
}


.entry-content.page-side {
  float: right;
  background-color: #bb1718;
  color: rgba(255, 255, 255, 0.9);
  padding: 60px;
  width: 30%;
}

@media screen and (max-width: 1100px) {
	.entry-content.page-main {
		height: 430px;
	}
	.entry-content.page-side {
		height: 430px;
		padding: 30px;
	}
}
@media screen and (max-width: 900px) {
	.entry-content.page-side {
	  width: 33%;
	}	
}
@media screen and (max-width: 700px) {
	.entry-content.page-main {
		float: none;
		margin-top: 20px;
		width: 100%;
	}	
	.entry-content.page-side {
	  height: 330px;
	  width: 100%;
	}	
}

.text-content .entry-content.page-side p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: unset;
}
.text-content.mottled {
  background-image: url(/wp-content/themes/whelans/library/images/backgrounds/mottled-black.png);
}



.order-details.widefat.shadow-table th,
.order-details.widefat.shadow-table td:first-child {
	display:none;
}
.order-details.widefat.shadow-table td:last-child a {
	font-weight: normal !important;
	color: #fff !important;
	background-color: #bb1718 !important;
	width: 100%;
	display: block;
	padding: 5%;
	text-align: center;
	border: 3px solid #700;
	border-radius: 10px;
}

.order-details.widefat.shadow-table {
	border:1px solid #464646;
	width: 100%;
	margin-bottom: 2rem;
}
.order-details.widefat.shadow-table td,
.order-details.widefat.shadow-table th{
    border: 1px solid #606060;
    padding: 1%;
}

#customer_details .col-1,
#customer_details .col-2{
	width:100%;
}
.tc-form-ticket-fields-wrap h5 {
    font-size: 22px;
}
.woocommerce-additional-fields h3,
.tc-form-ticket-fields-wrap h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.owner-info-wrap {
    border: 1px solid #606060;
    display: inline-block;
    width: 100%;
    padding: 15px;
}
.owner-info-wrap .fields-wrap {
    width: 33%;
    float: left;
    padding-right: 2em;
}
.owner-info-wrap .fields-wrap input {
    width: 100%;
}
@media screen and (max-width: 700px) {
	.owner-info-wrap .fields-wrap {
		width: 100%;
		float: unset;
	}
}

.mc4wp-form-fields .name,
.mc4wp-form-fields .surname,
.mc4wp-form-fields .email-address,
.mc4wp-form-fields .sign-up {
	width: 28%;
	display: inline-block;
}


footer .signup-form .form-holder form input[type="text"],
footer .signup-form .form-holder form input[type="email"] {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #4B4B4B;
    border-radius: 0;
    color: rgba(255,255,255,.9);
    font-size: 22px;
    margin-right: 50px;
    padding-bottom: 10px;
    width: 90%!important;
    -webkit-appearance: none;
}
.mc4wp-form-fields .sign-up {
    text-align: right;
	width: 12%;
}

.event-wall .listings li.date {
    margin-right: 0!important;
}

.events-template .events-listing li.past-event  .red-background {
    background-color: #551112!important;
}

.events-template .events-listing li.past-event {
    opacity: .5!important;
}
.events-template .events-listing li.past-event .link-types{
	display:none!important;
}
.events-template .events-listing li.past-event a{
	cursor:default!important;
}
.events-template .events-listing li.past-event .image-holder {
    background-color: #fff!important;
    background-blend-mode: luminosity!important;
}
.events-template .events-listing li .image-holder {
    width: 110px!important;
}
.events-template .events-listing li:hover .image-holder {
    width: 150px!important;
}
.events-template .events-listing li .red-background {
    left: 110px!important;
}
.events-template .events-listing li:hover .red-background {
    left: 150px!important;
}
.button.small {
    height: unset!important;
}
/*	End - New Modus Changes
*/

.social-media .social-media-twitter #ctf .ctf-tweets .ctf-item {
    display: block !important;
    margin-bottom: 0 !important;
}

p.title {
	font-family: 'Poppins';	
}
ul.share ul a {
}
.events-toggler ul li:first-child {
    margin-left:0!important;
}
.events-toggler ul li:last-child {
    margin-right:0!important;
}
.social-icons {
    padding: 10px;
    position: fixed;
    left: 0;
    right: auto;
    top: 75px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 13;
    text-align: right;
}
.social-icons {
    opacity: .5;
}
.social-icons:hover {
    opacity: 1;
}
.social-icons a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 500px;
    padding: 7px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background: #000;
}

.social-icons a:hover {
    border: 1px solid white;
	background-color: #bb1718;
}
.social-icons a svg {
	fill: #fff;
}
.social-icons a img {
    max-height: 16px;
    max-width: 20px;
}
body.admin-bar .social-icons{
    top: 110px;
}
/*	Start Woocommerce
*/
.entry-content,
.woocommerce-template {
    background: #313131;
	color: #fff;
}

.woocommerce-template {
    padding: 120px 0;
}
.cart_empty_message {
	text-align:center ;
}
.entry-content .woocommerce{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	padding: 1rem;
}
.woocommerce-template h1.page-title {
    text-align: center;
	margin-bottom: 80px;
}
.woocommerce p,
.woocommerce-table,
.woocommerce-checkout-review-order{
    font-family: Helvetica, Roboto !important;
    font-size: 1.275rem;
    color: #fff;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(255,255,255,.2) !important;
	
}
.woocommerce table.shop_table,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #262626!important;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-cart table.cart th{
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
	color:#fff;
}

#add_payment_method #payment p,
.woocommerce-cart #payment p,
.woocommerce-checkout #payment p {
	font-size: .875rem;
}
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3{
	color:#fff;
}
.woocommerce-notice.woocommerce-notice--success {
    width: 100%;
    border: 1px solid #1a951a;
    padding: 1rem;
    margin-bottom: 1rem;
    background: green;
	border-radius: 3px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #444!important;
    color: #fff!important;
    font-size: 1.2rem;
}
.entry-content .woocommerce a {
    font-family: Helvetica, Roboto !important;
    font-size: unset;
    text-decoration: none;
    font-weight: bold;
    color: #ff9a9b;
	transition: 0.3s;
}
.entry-content .woocommerce a:hover {
	color: #bb1718;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-weight: normal!important;
    color: #fff!important;
    background-color: #bb1718!important;
}

.woocommerce span.onsale {
    background-color: #bb1718 !important;
    width: 4rem;
    height: 4rem;
    line-height: 3.5rem !important;
    font-size: 1rem !important;
    text-transform: uppercase;
    transform: rotate(-35deg);
    top: -1rem !important;
    left: -1rem !important;
}
.woocommerce ul.products li.product .price {
    color: #bb1718!important;
    font-weight: 400!important;
    font-size: 2em!important;
	margin: inherit;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #bb1718 !important;
    font-weight: 400 !important;
    font-size: 2.275em !important;
    font-family: Poppins !important;
	margin: inherit;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 20px;
	
	font-family: Poppins;
    -webkit-box-shadow: 0 0 30px 2px transparent;
    box-shadow: 0 0 30px 2px transparent;
    border: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #bb1718 !important;
}

form.cart,
.woocommerce-product-details__short-description {
    margin: inherit;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 0 !important;
    border-radius: 5px 0px 0px 5px;
    background: #bb1718;
	height: 56px;
}
.woocommerce .quantity select{
    width: 4em!important;
    border: 1px solid #bb1718;
    color: #fff;
	background-color: #bb1718;
    height: 30px;
	margin: 13px 0px;
	text-align: center;
}
.woocommerce .quantity option {
	margin-right: 13px;
}

.woocommerce button.button.alt {
    border-radius: 0px 5px 5px 0px;
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 0 !important;
	border-radius: 3px 0px 0px 3px;
}
.woocommerce .posted_in,
.woocommerce .tagged_as {
    width: 100%;
    display: block;
    color: #fff;
}
.woocommerce .posted_in a,
.woocommerce .tagged_as a {
    font-family: Helvetica, Roboto;
    color: peachpuff;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered{
    min-height: 50px;
}

.select2-results__option {
    font-size: 16px;
}

iframe#wc_realex_redirect_iframe {
    position: relative;
    z-index: 1001;
    background: transparent;
    height: 65vh;
    top: -10vh;
}
#wc_realex_redirect_iframe_cancel {
    z-index: 1002;
}
/*	End Woocommerce
*/


.event-single .event-content a,
.event-single .event-content h1,
.event-single .event-content h2,
.event-single .event-content h3,
.event-single .event-content h4,
.event-single .event-content p {
    font-family: Helvetica, Roboto !important;
}

.error-message{color: #f00 !important;}
.event-wall .button,
.event-template .button{
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
}
.event-wall .events-listing li:hover {
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
.events-template .events-listing li:hover .red-background {
    left: 150px;
    width: 100%;
}

footer .footer-links .footer-links-holder nav li a {
    font-family: Poppins !important;
}
footer .footer-links .footer-links-holder p.siteby,
footer .footer-links .footer-links-holder p.siteby a{
    font-family: Poppins;
}

.mc4wp-form .button.large {
    height: unset!important;
	min-height: 65px;
}


@media screen and (max-width: 130px) {
	.event-wall .events-listing li:hover .red-background {
		left: 70px;
		width: 100%;
	}
}
@media screen and (max-width: 500px) {    
	.event-wall .event-wall-top-bar ul li p,
	.events-template .events-toggler ul li p {
		font-size: 13px !important;
		font-family: roboto;
		font-feature-settings: inherit;
	}
	.event-wall .event-wall-top-bar ul li,
	.events-template .events-toggler ul li {
		height: 30px !important;
		padding: 6px 10px !important;
		margin-bottom: 10px !important;
	}
}
@media screen and (max-width: 700px) {
	
	.mc4wp-form-fields .name,
	.mc4wp-form-fields .surname,
	.mc4wp-form-fields .email-address,
	.mc4wp-form-fields .sign-up {
		width: 100% !important;
	}
	footer .signup-form .form-holder form input[type="text"],
	footer .signup-form .form-holder form input[type="email"] {
		margin: 15px !important;
		text-align: center !important;
		border: 1px solid #515151 !important;
		height: 48px !important;
	}
	footer .signup-form {
		border-bottom: 0 !important;
	}
	.home .events-listing li:hover .image-holder {
		width: 150px !important;
	}

	.home .events-listing li:hover .red-background {
		left: 150px !important;
	}

	
	.order-details.widefat.shadow-table td {
		padding: 5%;
		display: block;
		font-size: 180%;
	}	
	.order-details.widefat.shadow-table td:last-child {
		padding: 1%;
	}
}
@media screen and (max-width: 900px) {
	.event-wall .events-listing.active li {
		margin: 0 0 20px 0;
		width: 100%;
		max-width: none;
	}
	.event-wall .events-listing li:hover .red-background {
		left: 110px;
		width: 100%;
	}
	.mc4wp-form-fields .name,
	.mc4wp-form-fields .surname,
	.mc4wp-form-fields .email-address,
	.mc4wp-form-fields .sign-up {
		width: 100%;
	}
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.social-icons {
		display: NONE;
	}
}


