/*
Theme Name: Wellmadewebsite
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Tom Fraser https://wellmadewebsite.co.uk
Template: Divi
*/

@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css?family=Italianno');
@import url('https://fonts.googleapis.com/css?family=Lato');

/* COLOURS
style colours:
http://www.color-hex.com/color/778899
red::
darkblue ##11254a
light green: #989933
light blue: 0061A8: 
light grey: #CCCCCC
*/

/* --- HEADER --- */
h2{
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !important;
	color:#000 !important;
	font-size:25px !important;
}
h3, h4, h5, h6{
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !important;
	color:#000 !important;
	font-size:20px !important;
}


/* --- MENU --- */

#top-menu li li a {
    padding: 6px 10px;
}
#top-menu li li  {
    padding: 6px 10px;
}





/* PAGES */

.fullheight, .fullheight .et_pb_module, .fullheight .et_pb_slides, 
.fullheight .et_pb_slide {
    height:100vh; 
}

.et-pb-controllers {
    display:none !important;
}

/*     ************   Single post  ******               */
.et_pb_newsletter_description {
     
}
.et_pb_newsletter_form {
padding-left: 0px !important;
    width: 100%;

}

.et_pb_login_form form input, .et_pb_login_form form textarea, .et_pb_login_form form select {
    font-family: Arial,Helvetica, Lucida,sans-serif ;
}

/*     ******************************     MEDSEARCH RESULTS***************************               */
/*

/* -----------REMOVER SIDEBAR -------*/

/*** Take out the divider line between content and sidebar ***/
 #main-content .container:before {background: none;}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100% !important;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

#sidebar {display:none;}


/* -----------  FOOTER -------*/

footer .container {
    position: relative;
    text-align: center;
}

#footer-info {
    float: none;
display:block;
width:100%;
    padding-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
}
#footer-info span {
    font-size:80%;
    }


#footer-widgets p strong{
    color:#FFFFFF !important;
}

#footer-widgets p a:hover {
    color:#171b1e !important;
}
footer p:last-of-type {
    padding-bottom: 1em;
}
#footer-bottom .et-social-icons {
    float: none;
    text-align: center;
}
.et-social-icons li {
    display: inline-block;
    margin: 10px 10px 10px 10px;
}

/*     ******************************     Upcoming Event ***************************               */

#et-main-area {
    
}
.listing-section, .listing-com{
    float:left;
    width:100%;
}
.listing-com{
    margin-bottom:15px;
}
.listing-thumb{
    float:left;
    width:220px;
}
.listing-text{
    float:left;
    width:500px;
    }
.listing-text .book-tkt-btn{
    float: left !important;
    margin-top: 15px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 8px 15px;
    font-size: 16px;
    cursor:pointer;
}
.listing-text li strong {
    padding-right: 15px;
    width: 157px;
    display: inline-block;
    font-size:15px;
}
.listing-text li {
    margin: 0 0 6px 0;
}
.listing-text h2 {
    font-size: 27px;
}
.event-head-sec {
    float: left;
    width: 100%;
    background: url(images/bottom-bg-head.jpg) #ccc repeat-x left 103%;
    margin-top: 133px;
}
.event-head-sec .container {
    padding: 32px 0 !important;
}
.bottom-footer-bg{
        background:url(images/footer-bg-top.jpg) repeat-x left top #ccc;
        height:70px;
        float:left;
        width:100%;
    }

/*     ******************************     Book Ticket ***************************               */
.book-tkt-top{
    float:left;
    width:100%;
}
.book-tkt-top ul{
    margin:0;
    padding:0;
    text-align:center;
}
.book-tkt-top li{
    display: inline-block;
    font-size: 25px;
    text-align: center;
    margin: 0 15px;
}

.box-step-2{
    margin-top:40px;
    display: inline-block;
width: 100%;
}
.book-tkt-tkts{
    float:left;
    width:100%;
}
.book-tbl-sec1{
    float:left;
    width:100%;
}
.book-tbl-sec2{
    float:left;
    width:100%;
}
.book-tbl-sec1 input[type="text"], .book-tbl-sec2 input[type="text"]{
    width:100%;
    height:35px;
    font-size: 18px;
    padding: 0 10px;
}
.book-tbl-sec1 select, .book-tbl-sec2 select{
    width:100%;
    height:35px;
    font-size: 18px;
    padding: 0 10px;
}
.book-tbl-sec2 select{
    width:100% !important;
}
.book-tbl-sec2 tr{
     
    margin-bottom:5px;
}
.book-tbl-sec1 button, .book-tbl-sec2 button{
    background: #969900;
    border: none;
    height: 35px !important;
    color: #fff;
    font-size: 17px;
}
.book-lst-gen{
    margin-bottom:10px;
}
table#stand-wrapper td{
    padding-left:10px;
    padding-right:10px;
    width:20%;
}
.book-ttl-main {
    float:left;
    width:100%;
    margin-top:15px;
}
.book-ttl-inp{
    float:right;
    width:20%;
}
.book-tkt-btn2{
    background: #969900;
    border: none;
    height: 35px !important;
    color: #fff;
    font-size: 17px;
}

#content-area .dts-booking-form input, #content-area .dts-booking-form select{
    background: #eee;
    padding: 16px !important;
    font-size: 14px;
    border: none;
    color: #000;

}
#content-area .attendy_list input {
    padding: 16px !important;
}
#content-area .row-4.Non-Member input {
    padding: 0 16px !important;
}
.dts-booking-form .addmoreatt {
    border: 2px solid #2ea3f2 !important;
    border-radius: 3px;
    padding: 7px 20px !important;
    font-size: 20px !important;
    font-weight: 500;
    transition: all .2s ease;
    -webkit-transition: all .5s ease;
}
.dts-booking-form .addmoreatt:hover {
    padding: 7px 25px !important;
    background-color: #eee !important;
    transition: all .5s ease;
    -webkit-transition: all .2s ease;
    border-color: #eee !important;
}
.dts-booking-form input#ppcheckoutbtn, .dts-booking-form input#savedraft {
    border: 2px solid #2ea3f2 !important;
    border-radius: 3px;
    padding: 10px 20px !important;
    font-weight: 500;
    transition: all .2s ease;
    -webkit-transition: all .5s ease;
}
.dts-booking-form input#ppcheckoutbtn:hover, .dts-booking-form input#savedraft:hover {
    padding: 10px 25px !important;
    background-color: #eee !important;
    transition: all .5s ease;
    -webkit-transition: all .2s ease;
    border-color: #eee !important;
}
input#ppcheckoutbtn, input#savedraft{
    background:#fff !important;
}

.dts-booking-form .attendy_list{
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
    border: 1px solid #ddd;
    padding: 15px;
}
.dts-booking-form .attendy_list{
    float:left;
    width:100%;
}


.dts-booking-form .attendy_list .Remove{
    right:9px;
}
.dts-booking-form .attendy_list .row-2, .dts-booking-form .list .row-2{
    width:17%;
    float:left;
    position:relative;
}
.dts-booking-form .attendy_list .row-1, .dts-booking-form .list .row-1{
    width:17%;
    float:left;
    position:relative;
}
.dts-booking-form .list .row-4{
    float:left;
    width:20%;
}
.dts-booking-form .attendy_list .row-4{
    float:left;
    width:330px;
}
.attendy_list span.price {
    text-align: center;
    width: 100%;
    display: block;
}
.row-4.Non-Member {
    width: 32% !important;
    float: left !important;
    display: block;
    text-align: center;
    position: relative;
    height: 40px;
    margin: 2px;
}
.row-4.Non-Member input {
    width: 60% !important;
}
input.number_of_tickets{
    height: 35px;
}

.dts-booking-form .row-12{
    float:left;
    width:100%;
    margin-bottom:35px;
}

.dts-booking-form .list .row-2 span.price .costval {
    width: 100%;
    background: #eee;
    float: left;
    padding: 13px 20px;
}
.dts-booking-form .list .showincondition select, .dts-booking-form .list .showincondition input{
    width:95% !important;
}
.PartyDetails {
    float: left;
    width: 100%;
}
.PartyDetails .row-2 input, .PartyDetails .row-2 select, .PartyDetails .row-2 textarea{
    width:100%;
    
}
.PartyDetails .row-2 textarea{
    background:#eee;
    border:none;
}
.dts-booking-form .list .row {
    float: left;
    width: 100%;
}
.dts-booking-form .list .row-6.showincondition input {
    margin:0px 0 0 5px;
    border: 1px solid #ddd !important;
}
.dts-booking-form .attendy_list .row-6 select, .dts-booking-form .attendy_list .row-6 input {
    width: 48% !important;
    float: left;
}
.dts-booking-form .attendy_list .row-4 input{
    margin-left:4px;
}
.page-template-booking-temp #content-area {
    width: 100%;
}
.attendy_list h2, .main-wrap.book-evnt-tkt-main h3 {
    font-family: 'Lato', sans-serif;
	font-size:30px;
	font-weight:normal !important;
}
.dts-booking-form .attendy_list .row-6{
    width:30%;
    float:left;
    margin-right:12px;
}
.dts-booking-form .attendy_list .row-1 span.price{
    text-align:center;
    width:100%;
    display:block;
}
label{
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}

/*     ****************************** Dashboard css ***************************               */

.clswrap label {
    width: 30%;
    padding: 10px;
    float: left;
}
.clswrap {
    display: inline-block;
    width: 100%;
}



/*     ****************************** FE-Users ***************************               */
#ewd-feup-login-form, #ewd-feup-register-form, #ewd-feup-forgot-password-form {
    float: left;
    width: 100%;
}
.feup-pure-control-group input.ewd-feup-text-input, .feup-pure-form textarea  {
    background: #eee;
    border: navajowhite;
    padding: 16px;
    font-size:14px;
}
#ewd-feup-login-form .feup-pure-control-group{
    width:100%;
    }
.ewd-feup-field-label{
    width:20%;
}
.feup-pure-control-group .ewd-feup-text-input, .ewd-feup-register-field-instructions{
    width:77% !important;   
    float:right;
}
.feup-pure-form textarea {
 width:100%;  
}
.dts-booking-form .list{
    float:left;
    width:100%;
}

.feup-pure-form-aligned .feup-pure-control-group{
    width:100% !important;
}
.feup-pure-form-aligned .feup-pure-control-group label{
	width:20%;
} 
.login-sec #ewd-feup-login-form{
	width:100%;

}
.ewd-feup-submit, .book-tkt-btn, .number-of-ticket .et_pb_button, input#ppcheckoutbtn, input#savedraft {
    float: right;
    border: 1px solid #969900 !important;
    border-radius: 3px;
    padding: .9em 1.2em !important;
    font-size: 20px !important;
    font-weight: 500;
    transition: all .2s ease;
    -webkit-transition: all .5s ease;
	color:#000;
}
.dts-booking-form input#ppcheckoutbtn, .dts-booking-form input#savedraft{
	float:none;
	 border: 1px solid #969900 !important;
	
}
.number-of-ticket .et_pb_button{
	padding:.3em 1.2em !important;
	float:none;
}

.ewd-feup-submit:hover, .book-tkt-btn:hover, .number-of-ticket .et_pb_button:hover, .dts-booking-form input#ppcheckoutbtn:hover, .dts-booking-form input#savedraft:hover{
    padding: .9em 1.5em !important;
    background-color:#969900 !important;
    transition: all .5s ease;
    -webkit-transition: all .2s ease;
    border-radius: 3px;
}
.dts-booking-form input#ppcheckoutbtn:hover, .dts-booking-form input#savedraft:hover{
	padding:10px 20px !important;
	border-radius:3px;
}
.book-tkt-btn {
    float: left;
}
.number-of-ticket .et_pb_button:hover{
	padding:.3em 1.5em .3em 1.2em !important;
}

.reset-sec {
    width: 51%;
text-align: left;
display: inline-block;
font-size: 15px;
text-align: right;
padding: 0 22px 25px 0;
}
#ewd-feup-password-result, .ewd-feup-label-description  {
    float: left;
    font-size: 14px;
}
.ewd-feup-label-description {
    width: 100%;
}
.ewd-feup-register-field-instructions .ewd-feup-text-input{
    width:100% !important;
}
.order-lst header {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 50px;
    color: #969900;
    font-family: 'Italianno',handwriting;
}
.order-lst table:first-of-type {
    margin-bottom: 45px;
}
.order-lst table td {
    font-size: 16px;
    font-weight: normal;
}
.order-lst table td a {
    color: #000;
    text-decoration: underline;
    font-size: 14px;
    text-transform: capitalize;
}
.order-lst table td #delete_product_order_btn {

    background: none;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 14px;
	width:100%;

}
.order-lst table td #delete_product_order_btn:hover{
	border-color:red;
	color:red;
	cursor:pointer;
}
.order-edit {
    padding: 60px 0 100px 0;
}
.order-edit form {
    float: left;
    width: 100%;
    border: none !important;
    margin-bottom: 40px;
}
.order-edit {
    float: left;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.order-edit table {
    width: 100%;
    display: inline-block;
    border: navajowhite;
}
.order-edit caption {
    float: left;
    width: 100% !important;
    text-align: center !important;
    border: none !important;
    padding: 0 0 15px 0;
}
.order-edit .form-group input {
    float: right;
	border: 1px solid #969900 !important;
	border-radius: 3px;
	padding: 10px 25px;
	font-size: 20px !important;
	font-weight: 500;
	transition: all .2s ease;
	-webkit-transition: all .5s ease;
	margin-top: 30px;
	background: #fff;
}
a.back-to-order {
    color: #969900;
	
}
span.back-to-order{
	position:relative;
	padding-left: 23px;
	
}

span.back-to-order a:hover:before {
    position: absolute;
content: '4';
font-family: ETmodules;
font-size: 25px;
color: #969900;
left: 0;
top: -1px;
	
}
span.back-to-order a:hover{
	font-size:18px;
}
.attendy_list h2 {
    font-size: 20px !important;
}

.feup-confirm-all-users button-secondary action ewd-feup-admin-delete-all-products-button{
	display:none !important;
}


/*     ******************************     Member Form ***************************               */

.page-id-423 #ewd-feup-login-form {
    margin: 0 auto;
    width: 50%;
    float: none;
}
.member-area-heading {
    margin: 0 auto;
    width: 50%;
    clear: both;
    padding: 43px 0 15px 0;
}

/*     ******************************     TOGGLES ***************************               */

/*     ******************************     MEDIA QUERIES     ***************************               */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1300px) {

.feup-pure-control-group .ewd-feup-text-input, .ewd-feup-register-field-instructions{
		width:100% !important;
	}
	.order-lst {
    width: 100%;
    overflow-x: scroll;
}
	.page-id-157 .entry-content tr td, body.et-pb-preview #main-content .container tr td{
		padding:2px 8px !important;
	}
	.order-lst table td{
		font-size:14px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {


}
@media only screen and (max-width : 1100px) {

    
}

@media only screen and (max-width : 1024px) {
	
    
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


}

@media only screen and (max-width : 992px)  {
	
	.type-dts_event{
		width:31% !important;
	}

}

@media (max-width: 980px) {


.content-info, .event-image{
		width:100% !important;
	}
	.dts-booking-form .attendy_list .row-2, .dts-booking-form .list .row-2{
		width:23%;
		
	}
	.attendy_list h2{
		font-size:16px !important;
	}
.et_header_style_split #logo {
    max-height: 80px;
}
}


@media only screen and (max-width: 800px) {
	
	
}


@media only screen and (max-width: 768px) {




}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 680px) {


.feup-pure-form-aligned .feup-pure-control-group label {
    width: 100%;
    padding-left: 0;
}
.feup-pure-control-group .ewd-feup-text-input, .ewd-feup-register-field-instructions {
    width: 100% !important;
    float: left;
}
	.reset-sec{
		width:100%;
		text-align:center;
		padding-right:0;
	}
	.type-dts_event{
		width:100% !important;
	}
	.attendy_list h2, .main-wrap.book-evnt-tkt-main h3{
		font-size:25px;
	}
	.number-of-ticket span{
		width:100%;
		display:block;
	}
	.dts-booking-form .attendy_list .row-2, .dts-booking-form .list .row-2, .dts-booking-form .attendy_list .row-6, .dts-booking-form .attendy_list .row-1, .dts-booking-form .list .row-1{
		width:100%;
		margin-right:0;
	}
	.PartyDetails .row-2{
		width:100%;
	}
	input#ppcheckoutbtn, input#savedraft{
		padding:10px;
		font-size:16px !important;
	}
	.page-id-423 #ewd-feup-login-form, .member-area-heading{
		width:85%;
	}
	.attendy_list .row input, .attendy_list .row select{
		width:100% !important;
	}
	.row-6.showincondition {
    margin-bottom: 15px;
}
.dts-booking-form .attendy_list .Remove {
    right: -9px;
    top: -10px;
}
	.dts-booking-form .attendy_list .row-4{
		width:100% !important;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 580px) {
	
}

 /* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.number-of-ticket input {
    width: 120px;
    float: left;
}
	.number-of-ticket .et_pb_button {
    float: left;
    width: 113px;
}
h1, h1.et_pb_contact_main_title, .et_pb_title_container h1 {
    font-size: 34px!important;
line-height:1.1em;
}	

}
 /* Extra Small Devices, Phones */ 
@media only screen and (max-width : 360px) {




}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 330px) {




}
#et-main-area {
    /*margin-top: 209px; */
}
.main-wrap {
    width: 80%;
    margin: auto;
}

#main-content .main_title {
    display:none;
}

.eventmgmt-top .page-header{
    margin-top:160px;
}
.eventmgmt-top #main {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.evnt-list-main {
    width: 100%;
    padding: 6% 0;
    margin-top: 40px;
    float: left;
}
 /*Event List page */
.type-dts_event {
    width: 31%;
    display: inline-block;
}
.dts_event h1.entry-title {
    font-size: 20px;
    text-align: center;
}

.type-dts_event {
    width: 33%;
display: inline-block;
text-align: center;
padding: 0 20px 20px 20px;
margin-bottom: 15px;
min-height: 265px;
vertical-align: top;
}
.evnt-inner-main{
    max-width:1080px;
    width:100%;
}
 /*Event Detail page */
.event-image {
    text-align: center;
    width: 42%;
    display: inline-block;
    margin-top:40px
}
a.book-tkt-btn {
    border: 1px solid;
    padding: 8px;
    margin-top: 12px;
    display: block;
    text-decoration: none;
    //width: 29%;
	text-align:center;
}
.content-info {
    width: 50%;
    display: inline-block;
    float: right;
    margin-top:40px
}
.event-title h2 {
    text-transform: capitalize;
}
#main-footer{
    clear: both;
}
.ticket-details li {
    width: 41%;
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
}
li.title {
    font-weight: bold;
}
.dts-warning {
    float: left;
    width: 100%;
    background: #3c9bd1;
    padding: 20px;
    color: #fff;
    margin: 20px 0 0 0;
    border-left: 10px solid #3486ae
}

.dts-warning a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.book-now {
    margin-bottom: 40px;
}
.ticket-details .event-title {
    margin: 15px 0 0 0;
}

.main-wrap.book-evnt-tkt-main {
    margin-top: 260px;
    padding-bottom:25px;
}
.book-evnt-tkt-main input, .book-evnt-tkt-main select {
    display: inline-block;
    border: 1px solid #ddd;
    cursor:pointer;
    
    padding: 5px !important;
}
.addmoreatt {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 4px 15px;
}
.attendy_list .row input, .attendy_list .row select {
    width: 100%;
}
.attendy_list {
    margin-bottom: 25px;
}
.attendy_list .row .row-3 {
    margin-bottom: 0;
}
.attendy_list .row input, .attendy_list .row select {
    width: 89%;
}
.Remove{
    position:absolute;
    right:0;
}
.list .row-3 {
    position: relative;
}
#ur-frontend-form {
    background: #eaeaea;
}
/* awadhesh 18-07-2019 */
.page-id-157 .entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 9px 15px !important;
   border: 1px #eeeeee solid;
}
td.action-btn {
    padding: 0px !important;
    margin: 0px !important;
    width: 200px;
}
.order-lst table td a {
    color: #000;
    text-decoration: underline;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
	display: block;
text-align: center;
margin-bottom: 5px;
padding: 2px;align-content;
	width:100%;
}
p.orderpage-edit {
	background: none;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 5px;
    text-decoration: none !important;
    width: 44px;
    display: inline-table;
}
td.action-btn p.orderpage-edit {
    color: #ccc;
    text-decoration: underline;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    padding: 2px;
        padding-bottom: 2px;
    width: 100%;
}
a.order-view{
	background: none;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 5px;
    text-decoration: none !important;
}
a.orderpage-edit {
    background: none;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 5px;
    text-decoration: none !important;
}
