/* Write your custom css code here */
/*
.sunfw-logo .logo {
    margin-top: 17px;
    margin-bottom: 15px;
}*/
.sunfw-logo .logo {
    margin-top: -10px;
    margin-bottom: 0;
}
@media screen and (max-width: 400px) {
.sunfw-logo .logoMob{
    margin-top: -10px;
    margin-bottom: 0px;
  }
}

/*
body:not(.sunfw-homepage):not(.sunfw-layout-blog):not(.sunfw-view-contact):not(.sunfw-view-featured):not(.extra-page):not(.sunfw-view-products):not(.sunfw-view-checkout):not(.sunfw-view-archive):not(.sunfw-com-tz_portfolio_plus) .layout-item.sunfw-item-page-content {
    background-color: #fff;
    box-shadow: 0 4px 10px -5px rgb(33 43 54 / 10%);
   padding: 24px 25px 25px; 
   padding: 0;
    height: auto;
    border-radius: 8px;
}
*/

/* Event page details button */
/*
.btn {
    padding: 14px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2.4px;
    background-color: #ccc;
}
*/

/* Event page - Price button HIDE */
.eb-event-price-container .eb-individual-price {
    color: #fff;
    display: none;
    padding: 10px;
}
/* Event page - Form */
form.form-horizontal .control-label, form.form-horizontal .control-label label {
    text-align: left;
    font-weight: 700;
    padding: 0;
    width: auto; /*230px*/
}
.form-horizontal .form-actions {
    padding-left: 10px;
}

/* Forms in mobile view
@media screen and (max-width: 400px) {
.sunfw-logo .logoMob{
    margin-top: -10px;
    margin-bottom: 0px;
  }
}

*/
/* Select fields in EB forms */
.control-group select {
    width: auto;
    border: 1px solid #ccc;
    background-color: #fff;
}
/* EB page header hide 
.eb-container h1, .eb-container h2, .eb-container h3 {
    width: auto!important;
    margin: 5px 0!important;
    padding: 0!important;
    display: none;
}*/

.btn[class*="btn-"] + .btn[class*="btn-"] {
    margin-left: 0;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 20px;
}
/* Print button on registration page */
.fa-print:before {
    content: "\f02f";
    font-size: 20px;
}
.alert {
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid #d1d6de;
    border-radius: 5px;
    color: #595130;
    text-transform: inherit;
}
form.form-horizontal .control-label, form.form-horizontal .control-label label {
    text-align: left;
    font-weight: 700;
    padding: 0;
    width: 145px;
}