/*
 Theme Name:     Divi Child Style-3 Theme
 Theme URI:      http://events.logobby.com/demos/batm-1
 Description:    Divi Child Style-3 Theme
 Author:         LOGOBBY
 Author URI:     http://logobby.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/* Print Style Sheet */
@media print {
  body * {
    visibility:hidden;
  }
  .section-to-print, .section-to-print * {
    visibility:visible;
  }
  .section-to-print:last-child {
     page-break-after: auto;
	}
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Great Vibes', cursive;
	color: #777;
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 2rem;
}
.name_event {
	font-size: 4.5rem;
    line-height: 3.75rem;
}
.titleLine { 
	text-align: center; 
	border-bottom: 1px solid; 
	height: 0.5em;
}
.titleLine span { 
	display: inline-block; 
	padding:0 0.25em; 
}
.light-bg {
	background: #FFFFFF;
}
.Great_Vibes_Font {
	font-family: 'Great Vibes', cursive;
}

.textlogo {
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #FFF;
}
@media screen and (device-aspect-ratio: 40/71) {
	.textlogo {
		font-size: 1.2rem;
	}
}

/* Round images */
.round-img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: #C4C4C4 3px 3px 6px;
    -moz-box-shadow: #C4C4C4 3px 3px 6px;
    box-shadow: #C4C4C4 3px 3px 6px;
}
.round-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/* Countdown Timer */
.et_pb_countdown_timer {
	padding: 0px;
}
@media all and (min-width: 768px) {
	.et_pb_countdown_timer {
		padding: 20px;
	}
	.et_pb_countdown_timer .sep {
		visibility: hidden;
	}
	.et_pb_countdown_timer .section.values {
		width: 23%;
		border: 1px solid;
		border-color: rgba(0, 0, 0, 0.2);
		border-radius: 100px;
		background: rgba(255, 255, 255, 0.5);
		padding: 13px;
	}
	.et_pb_countdown_timer .section p {
		font-size: 38px;
		line-height: 30px;
	}
	.et_pb_countdown_timer .section p.label {
		font-size: 13px;
		line-height: 15px;
	}
}
/* Contact Form 7 Styles */
.wpcf7 label {
	font-size: 18px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select
{
    min-height: 50px;
    width: 100%;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	font-size: 18px;
	color: #727272;
	padding-left: 12px;
}
.wpcf7 input[type="submit"], .BTN_PayPal form button {
	font-size: 2rem;
	padding: 15px 25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	background: #555555;
	color: #FFFFFF;
	border: 2px solid #555555;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
.wpcf7 input[type="submit"]:hover, .BTN_PayPal form button:hover {
	background: #FFFFFF;
	border: 2px solid #555555;
	color: #555555;
	cursor: pointer;
}
.bg-input-checkbox {
	display: block;
	padding: 10px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background: #d9edf7;
}

/* For special elements like btn form */
.font_family_Great_Vibes, .font_family_Great_Vibes form button {
	font-family: 'Great Vibes', cursive;
}
.font_family_Dancing_Script, .font_family_Dancing_Script form button {
	font-family: 'Dancing Script', cursive;
}
.font_family_Amatic_SC, .font_family_Amatic_SC form button {
	font-family: 'Amatic SC', cursive;
}
.font_family_Covered_By_Your_Grace, .font_family_Covered_By_Your_Grace form button {
	font-family: 'Covered By Your Grace', cursive;
}

/* Mobile menu */
.mobile_menu_bar:before, .mobile_menu_bar:after {
	color: #2ea3f2;
}
.et_mobile_menu {
	border-top-color: #2ea3f2;
}

/* Admin Tools Bar */
#wpadminbar #wp-admin-bar-lb-user-my-account .ab-item:before { 
	content: "\f110"; top: 2px; 
}




