@import url(../shapely/style.css);

/*
 Theme Name:     DJP Discos
 Theme URI:       
 Description:    
 Author:         Dan Porter
 Author URI:     #
 Template:       shapely
 Version:        1.2
 */
/* =Theme customization starts here
------------------------------------------------------- */
/** Move to sass */

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body {
    color: #232323;
    font-size: 15px;
    line-height: 1.6;
}

#content.main-container {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 27px;
    line-height: 1.1;
}

#post-2822 .entry-title {
    display: none;
}

br {
    clear: both !important;
    display: block !important;
}

section {
    padding: 30px 0;
}

header#masthead {
    background: #414142;
}

body:not(.home) .nav-container{
    position: relative;
}
body:not(.home) .main-navigation:not(.fixed) {
    position: relative;
}
.nav-container {
    position: absolute;
    width: 100%;
    z-index: 12;
}

.main-navigation {
    background: transparent;
    border-bottom: 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.header-logo {
    width: 120px;
}


.main-navigation .menu {
    text-align: left;
    height: auto;
}

.main-navigation .menu li {
    margin: 0 8px auto;
    float: none;
    display: inline-block;
}
.main-navigation .menu .menu-item-657 a {
    padding: 10px;
    background-color: #ffa200;
}

.main-navigation .menu .menu-item-657:hover a {
    color: #fff;
    background-color: #d48700;
}

@media only screen and (max-width: 991px) {
    .main-navigation .menu .menu-item-657 a {
        display: block;
        text-align: center;
    }
}
.main-navigation .menu li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
    height: auto;
    line-height: 1;
}

.main-navigation .menu>li>ul li {
    margin: 0px;
}

.main-navigation .menu>li>ul li a {
    margin: 2px 0;
}

.main-navigation .menu>li:hover>ul {
    top: 30px;
}

#home-slider {
    position: relative;
    overflow: hidden;
}
.slider-overlay {
    background: rgb(0 0 0 / 30%);
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
}
#home-slider form {
    position: absolute;
    top: 170px;
    width: 556px;
    background: rgba(255, 255, 255, 0.49019607843137253);
    padding: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#home-slider form .label {
    color: #3a3a3a;
    ;
    font-size: 15px;
}

#home-slider form input[type="submit"] {
    display: inline-block;
    /* float: left; */
    width: auto;
    padding: 7px 40px;
    height: auto;
    line-height: 1;
}

#home-slider form #date {
    width: auto;
    padding: 4px 5px;
    border: 1px solid #e85c17;
    height: auto;
}

#home-slider form .formtitle {
    color: #232323;
    font-size: 25px;
    padding-bottom: 20px;
    display: block;
}

/*@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
    }*/

.homepage article {
    margin: 20px 0px 0px 0px;
    font-size: 16px;
}

#homeboxes {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin: 10px 0px 0px 0px;
    background: #000;
}

#homeboxes .home-box {
    overflow: hidden;
}

#homeboxes .home-box.half {
    width: 49.7%;
    float: left;
    display: inline-block;
    position: relative;
}

#homeboxes .home-box.full {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}

/*#homeboxes .home-box {
	width:33.3333333%;
	float:left;
	display: inline-block;
    }*/

#homeboxes .home-box .inner {
    /*padding:20px;*/
}

#homeboxes .home-box .inner img {
    width: 100%;
    transition: transform 7000ms linear 0s;
    transform: scale(1, 1);
}

#homeboxes .home-box:hover {

    cursor: pointer;
    transition: all 0.5s ease;
}

#homeboxes .home-box:hover img {
    transition: transform 7000ms linear 0s;
    transform: scale(1.10, 1.10);
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#homeboxes .home-box .inner .info {
    padding: 10px;
    background: none;
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}

/*#homeboxes .home-box .inner .info h3 {
    font-size: 40px;
    color: #ffa200;
    margin-top:10px;
    }*/
#homeboxes .home-box .inner .info h3 {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
}

#homeboxes .home-box .inner a {
    color: #fff;
    font-weight: normal;
}

#homeboxes .home-box .inner .info p {
    color: #fff;
    /*font-size: 16px;*/
    font-size: 14px;
    margin-bottom: 10px;
}

#homeboxes .home-box.one {
    margin: 0px 0.3% 0.3% 0px;
}

#homeboxes .home-box.three {
    margin: 0.3% 0px 0.3% 0px;
}

#homeboxes .home-box.two {
    margin: 0px 0px 0.3% 0.3%;
}

#homeboxes .home-box.four {
    margin: 0.3% 0.3% 0px 0px;
}

#homeboxes .home-box.five {
    margin: 0.3% 0px 0px 0.3%;
}

#belowcontent {
    margin: 30px 0;
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
}

#testimonials {
    background: #efefef;
    display: block;
    float: left;
    width: 100%;
}

#testimonials .inner {
    padding: 30px;
}

#testimonials .wprs_unslider-arrow {
    width: 64px;
    height: 64px;
    background-size: 14px 22px;

}

#testimonials h3.testi-title,
#belowcontent h3.title {
    text-align: center;
    font-size: 25px;
    margin: 10px 0;
}

footer {
    padding: 20px 0;
}

.footer-inner .footer-reviews {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.footer-inner .footer-socials {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 10px;
    justify-content: center;
    margin-left: 0;
    margin-top: 25px;
}
#colophon .widget ul li {
    margin-right: 0;
    padding: 1px 0px;
    border: 0px;
    margin: 0px;
}

#site-navigation.fixed {
    background-color: #414142;
}

#site-navigation.fixed .header-logo {
    width:60px;
}

#site-navigation.fixed .nav-bar .module:not(.site-title-container) {
    height: auto;
}

#site-navigation.fixed.main-navigation .menu li a {
    font-size: 14px;
}

#site-navigation .module.left.site-title-container {
    height: auto;
    width: 25%;
}
#mobilemenu {
    background: #414142;
}
#site-navigation .module.left {
    height: auto;
}

#topsocial {
    margin: 10px 0px 15px 0;
    clear: both;
    display: block;
    padding: 0px;
    float: left;
    line-height: 1;
    width: 100%;
}

/*#socialise {
    display: block;
    clear: both;
    position: relative;
    margin: 0 auto;
    width: 100%;
    float: right;
    text-align: center;
    }*/
.navbar-collapse {
    clear: both;
    line-height: 1;
}

.nav-bar {
    line-height: 43px;
}

.nav-bar .module:not(.site-title-container), .nav-bar .module-group {
    height: auto;
}
.nav-bar a:not(.custom-logo-link) {
    display: inline-block;
    height: auto;
}

#socialise {
    display: flex;
    position: relative;
    margin: 0 auto;
    width: 33.3333%;
    text-align: center;
}

#socialise ul {
    padding: 10px 0;
}

#headreview_google,
#headreview_facebook {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    float: left;
    width: 33.3333%;
    text-align: center;
}

#headreview_google a,
#headreview_facebook a {
    display: block;
    float: left;
    width: 85%;
    height: auto;
}

#headreview_google a img,
#headreview_facebook a img {
    width: 150px;
}


#headreviews a {
    float: left;
    width: 200px;
    display: inline-block;
}

#socialise ul {
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    float: left;
}

#socialise ul li {
    width: 50px;
    padding: 0px 5px;
    float: none;
    margin: 0 auto;
    display: inline-block;
}

#wpcf7-f7-p18-o1 p {
    margin-bottom: 5px;
}

#wpcf7-f7-p18-o1 input,
#wpcf7-f7-p18-o1 textarea {
    border-color: rgba(232, 125, 71, 0.45) !important;
}

#wpcf7-f7-p18-o1 select {
    background: #f5f5f5;
    border-color: rgba(232, 125, 71, .45) !important;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}

@media only screen and (max-width:992px) {
    #home-slider form {
        top: 80px;
    }

    .module.widget-handle i {
        font-size: 35px;
    }

    p {
        font-size: 15px;
    }

    #menu .shapely-dropdown {
        float: right;
        border: 1px solid #fff;
        color: #fff;
        font-size: 20px;
    }

    .main-navigation .menu>li:hover>ul {
        top: 5px;

    }

    .main-navigation .menu li {
        margin: 5px 0;
    }

    .main-navigation .menu li a,
    .main-navigation .menu li ul li a {
        font-size: 16px;
    }

    .main-navigation .menu li.dropdown ul,
    .main-navigation .menu li.dropdown ul.active {
        display: none !important;
    }

    .main-navigation .menu li.dropdown.open ul,
    .main-navigation .menu li.dropdown.open ul.active {
        display: block !important;
        z-index: 9999;
    }
}

@media only screen and (max-width:767px) {
    #homeboxes .home-box.half {
        width: 100%;
        float: left;
        display: block;
    }

    #homeboxes .home-box.full {
        width: 100%;
        float: left;
        display: block;
    }

    #homeboxes .home-box.full.three {
        padding: 15px 0;
    }

    #homeboxes .home-box {
        margin: 1% 0px !important;
    }

    /*    #homeboxes .home-box .inner .info {
        top:10px;
    }*/
    #homeboxes .home-box .inner .info h3 {
        font-size: 30px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #homeboxes .home-box .inner .info p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 10px;
    }

    #home-slider form {
        position: relative;
        top: 0px;
        width: 100%;
        background: rgba(220, 220, 220, 0.49019607843137253);
        padding: 10px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
    }

    #home-slider form .formtitle {
        color: #232323;
        font-size: 25px;
        padding-bottom: 0px;
        display: block;
    }

    #home-slider form p {
        margin: 10px 0;
    }
}

@media only screen and (max-width:480px) {
    #homeboxes .home-box.full.three {
        padding: 30px 0px;
    }

    /*.module-group.right {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-order:1;
    order: 1;
    }*/
    .module.mobile-toggle.right {
        float: none;
        display: block !important;
        text-align: center;
        left: 0;
        right: 0;
        position: relative;
    }

    #site-navigation .container>.flex-row {
        display: block;
    }

    .logo {
        width: 190px;
    }

    .module.left.site-title-container {
        text-align: center;
        width: 100%;
        display: block;
        clear: both;
        z-index: 999999;
        position: relative;
    }

}

#head-alert {
    background: #710101;
    color: #fff;
    width: 100%;
    display: block;
    clear: both;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
}

#head-alert a {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    background: #ffa200;
    font-weight: bold;
    margin: 0px 10px;
}

@media only screen and (max-width:767px) {
    #head-alert a {
        clear: both;
        display: block;
        margin: 10px 0;
    }
}


.fa-star:before {
    content: "\f005";
    color: #ffa200 !important;
}

.wpr-place-reviews .place-name {
    display: none;
}

@media only screen and (max-width:991px) {
    #site-navigation .module.left.site-title-container {
        height: auto;
        width: 50%;
        margin: 0;
        text-align: left;
        float: left;
        display: inline-block;
    }

    .mobile-toggle.visible-sm.visible-xs {
        width: 100%;
        margin: 5px auto;
        text-align: center;
        clear: both;
        float: left;
    }

    #site-navigation .module-group.right {
        width: 100%;
    }

    .mobile-toggle i {
        line-height: 35px !important;
        font-size: 50px !important;
    }

    .main-navigation .menu li a {
        padding: 5px 0;
    }
}

@media only screen and (max-width:580px) {
    #socialise {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    #headreview_google,
    #headreview_facebook {
        display: inline-block;
        position: relative;
        margin: 0 auto;
        float: none;
        width: 49%;
        text-align: center;
    }

    #headreview_google a,
    #headreview_facebook a {
        display: block;
        float: none;
        width: 85%;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }

    #topsocial {
        clear: both;
        display: block;
        padding: 0px;
        float: none;
        line-height: 1;
        margin: 0px auto;
    }

    .main-navigation .menu {
        text-align: left;
    }

}

.mobmenlabel {
    display: block;
    padding: 0px;
    margin: 5px;
    line-height: 1;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #e85c17;
}

#menu>li.dropdown:after {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    content: "\f107";
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #fff;
    text-transform: none;
}

/*.menu-item-292 {
    display: none;
}
.menu-item-292 a {
color: #ffa200!important;
}*/

.mdjm-action-btn-container a.btn.btn-red {
    box-shadow: none !important;
    border: 0px !important;
    background: #ffa200;
    width: auto;
    color: #fff;
}

/** BOOKING FORM **/
.bookingform {
    font-family: 'Open Sans';
}

.bookingform .content-area {
    padding: 0px;
    background: #bdbdbd;
}

.bookingform #main.container {
    background: #fff;
    padding: 0px 20px 20px 20px;
}

.bookingform img.logofooter {
    float: left;
    width: 270px;
}

.bookingform .headertxt,
.bookingform .footertxt {
    float: right;
    font-size: 24px;
    line-height: 1.3;
    font-weight: normal;
    text-align: right;

}

.bookingform #formtop {
    display: block;
    width: 100%;
    float: left;
    background: #414142;
    padding: 10px;
    color: #fff;

}

.bookingform .formheadertitle {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    padding: 10px;
}

.bookingform #yourinfo {
    margin: 20px 0;
}

.bookingform form input,
.bookingform form textarea,
.bookingform form select {
    background: #e8e8e8;
    border-color: rgba(255, 162, 0, 0.36) !important;
    font-size: 17px;
    height: auto;
    padding: 7px;
    font-weight: normal;
}

.bookingform form .booktitle {
    width: 25%;
    display: inline-block;
}


.bookingform form .bookfname,
.bookingform form .booksname {
    width: 37%;
    display: inline-block;
}

.bookingform form .bookpostcode {
    width: 33%;
    display: block;
}

.bookingform form .booktel,
.bookingform form .bookmobile {
    width: 49.8%;
    display: inline-block;
}

.bookingform form .booktime {
    width: 29.6%;
    display: inline-block;
}

.bookingform form .bookdate {
    width: 40%;
    display: inline-block;
}

.bookingform #bookingquote {
    margin: 20px 0;
}

.bookingform .quotetotal,
.bookingform .bookingdeposit {
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
}

.bookingform #customersign label {
    font-weight: bold;
}

.bookingform h2 {
    font-size: 25px;
}

.bookingform .req {
    color: #f00;
    font-size: 14px;
    line-height: 1px;
    height: auto;
    margin: 0px;
    padding: 0px;
}

.bookingform .terms {
    height: 200px;
    width: 100%;
    overflow-y: scroll;
    border: 1px solid rgba(255, 162, 0, .36) !important;
    padding: 10px;
}

.bookingform input[type="submit"] {
    margin: 0 auto;
    display: block;
}

/* Home booking btn */
#home-slider .home-enquirebtn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 9;
    bottom: 0;
    top: 0;
}

.home-enquirebtn-m {
    display: none;
}

#home-slider .home-enquirebtn a,
.home-enquirebtn-m a {
    text-align: center;
    display: block;
    background: #ffa200;
    padding: 15px 10px;
    font-size: 23px;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 10px;
    transition: all 0.2s;
}

#home-slider .home-enquirebtn a:hover,
.home-enquirebtn-m a:hover {
    background: #d48700;
}

/* Home boxes */


#homeboxes .home-box {
    margin: 0.3% !important;
    width: 24.4%;
    float: left;
    display: inline-block;
    position: relative;
}

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

    #homeboxes .home-box {
        margin: .4% !important;
        width: 49.2%;
        float: left;
        display: inline-block;
        position: relative;
    }
}

@media only screen and (max-width:991px) {
    .bookingform form .booktitle {
        width: 24%;
        display: inline-block;
    }

    .bookingform form .booktel,
    .bookingform form .bookmobile {
        width: 49%;
        display: inline-block;
    }

    .bookingform form .booktime {
        width: 29%;
        display: inline-block;
    }
}

@media only screen and (max-width:767px) {
    .bookingform img.logofooter {
        float: none;
        width: 270px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .bookingform .headertxt,
    .bookingform .footertxt {
        float: none;
        font-size: 18px;
        line-height: 1.3;
        font-weight: normal;
        text-align: center;
        margin: 10px 0;
    }


}


@media only screen and (max-width:580px) {
    #homeboxes .home-box {
        margin: 5px 0 !important;
        width: 100%;
        float: left;
        display: inline-block;
        position: relative;
    }
}

@media only screen and (max-width:480px) {
    .bookingform form .input {
        width: 100%;
        display: block;
    }

}

.sameashide {
    display: none;
}

@media only screen and (max-width:767px) {
    #home-slider .home-enquirebtn {
        display: none;
    }

    .home-enquirebtn-m {
        position: relative;
        top: 0;
        width: 100%;
        padding: 15px;
        margin: 0px;
        left: 0;
        display: block;
        right: 0;
    }

    .site-footer .menu-services-container li {
        margin: 0px!important;
        float: left;
        display: block;
        line-height: 1.8;
    }
}

.mdjm-action-btn-container .col.three {
    width: 100%;
}

#mdjm-login-form input {
    height: auto;
    padding: 10px 0;
    width: 300px !important;
    background: #f5f5f5;
}

.postid-591 h3 {
    margin-bottom: 25px;
    text-transform: uppercase;
}

.postid-591 h3:after {
    content: "";
    display: block;
    width: 200px;
    border-bottom: 4px solid #ffa200;
    margin: 5px 0;
}

.archive .post-content .entry-content .post-title a {
    font-weight: 300;
    color: #001c28;
    font-size: 25px;
}

nav.wprs_unslider-nav {
    background: transparent;
}

/* Responsive Iframes */
.iframe-container {
    overflow: hidden;
    /*Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625)*/
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.footer-widget:last-child img {
    display: block;
    margin: 0 auto;
}


/* Booking Portal 2020 */

#updatenotice {
    background: #ffa200;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.djp-singleevent-overview .djpheading {
    font-size: 15px;
    padding: 5px;
    background: hsla(38, 100%, 50%, 0.28);
    color: #404040;
    margin: 15px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.mdjm-action-btn-container a.btn.btn-red {
    width: 100%;
}

/* Home vp */
#djpvp-home {
    margin: 20px 0;
    position: relative;
}

#djpvp-home .vpbg {
    width: 100%;
}

#djpvp-home .over {
    position: absolute;
    top: 0;
}

#djpvp-home img {
    /*width:100%;*/
}

.grecaptcha-badge {
    display: none !important;
}

/* New Mobile Header */

.mobile-head-right {
    display: none;
    width: 50%;
}

@media only screen and (min-width:992px) {
    #mobilemenu {
        display: none;
    }
}

@media only screen and (max-width:991px) {
    .site-title-container .logo {
        max-width: 170px;
    }

    .mobile-head-right {
        display: inline-block;
        float: left;
    }

    #socialise {
        width: 100%;
    }

    #socialise ul {
        padding: 5px 0px 0px 0px;
    }

    #socialise ul li {
        width: 40px;
    }

    .nav-bar a:not(.custom-logo-link) {
        height: auto;
    }

    #topsocial {
        margin: 10px 0;
        float: left;
    }
}


#wpcf7-f7-p18-o1 input[type="submit"] {
    display: block;
    width: 100%;
    margin: 15px 0;
    padding: 0px;
    max-width: 100%;
    font-size: 18px;
}

.enquiry_social {
    text-align: center;
    margin: 10px 0;
    background: #ffa200;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
}

.tmem-action-btn-container .btn {
    padding: 20px !important;
    margin-bottom: 5px !important;
    background-color: #ffa200 !important;
    border: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px !important;
}

.tmem-action-btn-container .col.three {
    width: 100% !important;
}

#tmem-login-form input {
    background: #f5f5f5;
    border: 1px solid #eee;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}


@media only screen and (max-width: 991px) {
 #testimonials .inner {
    padding: 30px 0 0 0;
 }
 #testimonials .wprev-slider {
    margin-left: 0px;
    margin-right: 0px;
 }
 #testimonials .wprs_unslider-arrow {
    width: 32px;
    height: 32px;
 }
}