/*
Theme Name: DJ Magic
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: This theme is for DJ Magic 
Version: 100.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html, body {
    margin: 0 !important;
    background: #fcfcfc;
    color: #455A64;
}
body:after,
.pace {
    display: none !important;
}

@media (min-width: 783px) {
	.admin-bar .contentWrap {
		padding-top: 32px;
	}
}

.space {
    display: block;
    width: 100%;
    clear: both;
}

a, button, .btn, .button {
    transition: .25s;
}

.btn {
    background: #1194D3;
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    padding: 0 28px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 100px;
}
.btn:hover,
.btn:focus {
    background: #1086bf;
    color: #fff !important;
}
.button {
    float: left;
    width: 100%;
    background: #f3f6f6;
    color: #37474F;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 54px;
    padding: 0 22px;
    border-radius: 2px;
    border-left: 5px solid #BBDEFB;
}
.button i {
    font-size: 22px;
    margin-right: 12px;
    color: #42A5F5;
}
.button:hover {
    color: #42A5F5 !important;
}
.button.red {
    border-left-color: #FFCDD2;
}
.button.red i {
    color: #EF5350;
}
.button.red:hover {
    color: #EF5350 !important;
}
.button.yellow {
    border-left-color: #FFE0B2;
}
.button.yellow i {
    color: #FFA726;
}
.button.yellow:hover {
    color: #FFA726 !important;
}
.button.green {
    border-left-color: #C8E6C9;
}
.button.green i {
    color: #66BB6A;
}
.button.green:hover {
    color: #66BB6A !important;
}

@media (min-width: 768px) {
    .dropdown-menu {
        display: block !important;
        background: #fff;
        border: 0;
        border-radius: 3px !important;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
        padding: 8px 0;
        opacity: 0;
        pointer-events: none;
        transform: scale(0.94) translateY(20px);
        transition: .25s;
    }
    .open > .dropdown-menu {
        opacity: 1;
        pointer-events: all;
        transform: none;
    }
    .dropdown-menu:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 20px;
        border: 8px solid transparent;
        border-bottom-color: #fff;
    }
    .dropdown-menu li a {
        color: #111 !important;
    }
    .dropdown-menu li a:hover,
    .dropdown-menu li a:focus {
        color: #1194d3 !important;
    }
    .dropdown-menu li a:before {
        display: none !important;
    }
}

.bgGrey {
    background: #f3f6f6;
}

.heading {
    width: 100%;
    clear: both;
    margin: 0;
    padding-bottom: 45px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color: #263238;
}
.heading.left {
    text-align: left;
}

#siteHeader {
    float: left;
    width: 100%;
    padding: 35px 0;
    position: absolute;
    z-index: 9999;
}
#siteHeader .navbar {
    float: left;
    width: 100%;
    height: initial !important;
    position: static;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#siteHeader .navbar-header {
    width: initial;
}
#siteHeader .navbar:before,
#siteHeader .navbar:after {
    display: none;
}
#siteHeader .logo {
    float: left;
}
#siteHeader .logo img {
    height: 75px;
}
#siteHeader #mainNav {
    float: left;
}
#siteHeader #mainNav .nav {
    height: initial !important;
}
#siteHeader #mainNav .nav > li:not(:first-child) {
    margin-left: 22px;
}
#siteHeader #mainNav li a {
    margin: 0 !important;
    padding: 12px 0;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    overflow: visible;
}
#siteHeader #mainNav li a:before {
    bottom: 4px;
}
.contentBtn {
    float: left;
    text-align: center;
}
.contentBtn .btn {
    font-size: 13px;
}
.contentBtn p {
    font-size: 12px;
    line-height: 1;
    padding-top: 6px;
    margin: 0;
    color: #fff;
}
.contentBtn p a {
    color: #1194d3;
}

.banner {
    float: left;
    width: 100%;
    text-align: center;
    min-height: 100vh;
    background: #ddd;
    position: relative;
}
.banner .imageSlide {
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
}
.banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 10;
}
.banner .owl-controls {
    display: none !important;
}

#features {
    float: left;
    width: 100%;
    padding: 50px 0 80px;
}
#features .row:first-child {
    margin: 0 -35px;
}
#features .feature {
    float: left;
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
}
#features .feature img {
    float: left;
    height: 60px;
    margin-bottom: 20px;
}
#features .feature h3 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #263238;
    margin-bottom: 15px;
}
#features .feature p {
    float: left;
    width: 100%;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
#features .button:not(:last-child) {
    margin-bottom: 15px;
}
#features .testimonial {
    float: left;
    width: 100%;
    padding: 20px;
}
#features .testimonial p {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    font-family: "Montserrat";
    font-size: 14px;
    background: url(../../uploads/2017/05/quote-Icon.png) no-repeat;
    background-position: 0 0;
    background-size: 30px;
    padding-left: 45px;
}
#features .testimonial a {
    color: #1194D3;
}
#features .testimonial a:hover,
#features .testimonial a:focus {
    color: #1086bf !important;
}
#features .testimonial h3 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-style: italic;
    color: #263238;
    margin: 0;
    padding-left: 45px;
}
#features .testimonial h3 small {
    font-size: 14px;
    display: block;
    padding-top: 1px;
    color: inherit;
}
#features .owl-carousel .owl-wrapper {
    display: flex !important;
    align-items: center;
}
#features .owl-controls {
    display: none !important;
}

.cta {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(-35deg, #1194d3 50%, #15acf5 50%);
    color: #fff;
}
.cta .ctaWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cta .ctaWrap article {
    float: left;
    width: calc(100% - 200px);
}
.cta .ctaWrap article h2 {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}
.cta .ctaWrap article h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    width: 780px;
    margin: 0;
}
.cta .ctaWrap a {
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 3px;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
}
.cta .ctaWrap a:hover,
.cta .ctaWrap a:focus {
    background: #fff;
    color: #1194d3 !important;
}

#gallery {
    float: left;
    width: 100%;
    padding: 80px 0;
}
#gallery .isotope {
    height: initial !important;
}
#gallery .element {
    float: left;
    margin: 0;
    border-radius: 0;
    width: 50%;
    max-width: 100%;
    position: static !important;
    transform: none !important;
}
#gallery .element > div {
    width: 100%;
    max-width: 100%;
}
#gallery .element img {
    width: 100%;
    max-width: initial !important;
    max-height: initial !important;
    object-fit: cover;
}
#gallery .element:first-of-type img {
    min-height: 435px;
}
.postListItem {
    float: left;
    width: 100%;
}
.postListItem:not(:last-child) {
    margin-bottom: 27px;
}
.postListItem img {
    float: left;
    width: 110px;
    height: 65px;
    object-fit: cover;
    margin-right: 20px;
}
.postListItem h3 {
    float: left;
    width: calc(100% - 130px);
    padding: 6px 0 16px;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    color: #263238;
    border-bottom: 1px solid #e4e4e4;
}
.postListItem h3 small {
    display: block;
    font-size: 14px;
    padding-top: 8px;
}

footer {
    float: left;
    width: 100%;
    clear: both;
    position: static;
}

.navbar-toggle {
    border: 0;
    position: static;
    padding: 0;
    margin: 15px 0 0;
}

@media (max-width: 1199px) {
    #siteHeader #mainNav .nav > li:not(:first-child) {
        margin-left: 10px;
    }
    #gallery .element:first-of-type img {
        min-height: 358px;
    }
}
@media (max-width: 991px) {
    footer {
        margin-bottom: 60px;
    }
    .contentBtn {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        padding: 10px 0;
        box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.25);
        z-index: 999;
    }
    .contentBtn .btn {
        margin-right: 8px;
    }
    .contentBtn p {
        display: inline-block;
        color: inherit !important;
    }
    #features .row:first-child {
        margin: 0 -15px;
    }
    #features .feature {
        padding: 0;
    }
    #features .testimonial {
        padding: 25px 0 0;
    }
    #gallery .element:first-of-type img {
        min-height: 638px;
    }
    #gallery .postListItem:first-child {
        margin-top: 40px;
    }
    .cta .ctaWrap article h3 {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    #siteHeader {
        padding: 20px 0;
    }
    #siteHeader .navbar {
        flex-direction: column;
    }
    #siteHeader .navbar-header {
        width: 100%;
    }
    #siteHeader #mainNav {
        width: 100%;
        height: initial;
        margin-top: 15px;
        padding: 10px 25px;
        border-radius: 3px;
    }
    #siteHeader #mainNav .nav > li:not(:first-child) {
        margin-left: 0;
    }
    #gallery .element {
        width: 100%;
    }
    #gallery .element:first-of-type img {
        min-height: initial;
    }
    .cta .ctaWrap {
        flex-direction: column;
        text-align: center;
    }
    .cta .ctaWrap article {
        width: 100%;
    }
    .cta .ctaWrap a {
        margin-top: 20px;
    }
    .navbar-nav>li>.dropdown-menu {
        background-color: rgba(255, 255, 255, 0.06) !important;
    }
    #mobile-sidebar .dropdown-menu {
        display: block !important;
    }
}
@media (max-width: 575px) {
    .cta .ctaWrap article h2 {
        font-size: 24px;
    }
    .cta .ctaWrap article h3 {
        font-size: 18px;
    }
    #siteHeader .container,
    main .container {
        padding: 0 15px !important;
    }
    .postListItem h3 {
        padding: 0;
        border: 0;
    }
    .postListItem:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media (max-width: 400px) {
    footer {
        margin-bottom: 55px;
    }
    .contentBtn .btn {
        margin-right: 8px;
        padding: 0 14px;
        line-height: 36px;
    }
}
@media (max-width: 350px) {
    footer {
        margin-bottom: 78px;
    }
    .contentBtn p {
        width: 100%;
    }
}

#packageSlider {
	float: left;
	width: 100%;
	background: #111;
	color: #fff;
}
#packageSlider article {
	float: left;
	width: 100%;
	min-height: 100vh;
	background-color: #ccc;
	background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
}
#packageSlider article .packageInner {
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
	padding: 120px 15px 60px;
}
#packageSlider article:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: -1;
}
#packageSlider .owl-controls {
    display: none !important;
}
#packageSlider article h3 {
	float: left;
	width: 100%;
	font-size: 46px;
	line-height: 1;
	margin: 0;
}
#packageSlider article h4 {
	float: left;
	width: 100%;
	font-size: 60px;
	line-height: 1;
	margin: 20px 0 0;
	color: #8bc34a;
}
#packageSlider article h4 sup {
	font-size: 50%;
	padding-right: 2px;
}
#packageSlider article ul {
	float: left;
	width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	list-style: none;
}
#packageSlider article ul li {
	float: left;
	width: 100%;
	position: relative;
	padding: 4px 0 4px 30px;
}
#packageSlider article ul li:before {
	content: "\f3fd";
    font-family: "Ionicons";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 36px;
    line-height: 1;
    color: #8BC34A;
}
#packageSlider article a {
	font-family: 'Montserrat', sans-serif;
    display: inline-block;
    background: #1194d3;
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2) !important;
    margin: 25px 15px 0 0;
}
#packageSlider article a:hover {
	background: #0881bb;
}
#packageSlider article a + a {
    background: #8bc34a;
    margin-right: 0;
}
#packageSlider article a + a:hover {
    background: #75b130;
}

.page-template-packages #siteHeader {
	position: static;
	background: #666;
	padding: 20px 0;
}
#packages {
	float: left;
    width: 100%;
    padding: 60px 0;
}
#packages h1 {
	text-align: center;
	margin-bottom: 10px;
}
#packages h1 small {
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    background: #2196F3;
    color: #fff;
    padding: 12px 16px;
    border-radius: 3px;
    text-transform: capitalize;
    user-select: none;
}
.packagesWrap .owl-item {
	padding-top: 15px;
}
.owl-carousel .owl-wrapper-outer {
	width: calc(100% + 1px);
	padding-right: 1px;
}

.package {
	float: left;
	width: 33.33%;
	width: calc(100% + 1px) !important;
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	padding: 25px 25px 0;
	text-align: center;
	position: relative;
}
.package:not(:first-child) {
	margin-left: -1px;
}
.package h2 {
	font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.package h3 {
	font-size: 60px;
    line-height: 1;
    color: #1194d3;
}
.package h3 sup {
	font-size: 50%;
    font-weight: 400;
    padding-right: 2px;
}
.package a {
	font-family: 'Montserrat', sans-serif;
    display: inline-block;
    background: #1194d3;
    line-height: 40px;
    margin-bottom: 25px;
    width: 100%;
    max-width: 320px;
    border-radius: 2px;
}
.package a:hover {
	background: #0881bb;
}
.package ul {
	font-family: 'Montserrat', sans-serif;
	margin: 0 -25px;
	border-top: 1px solid #eee;
	padding: 25px;
	list-style: none;
	text-align: left;
	font-size: 14px;
}
.package ul:not(:last-child) {
	background: #edf9ff;
}
.package ul li {
	position: relative;
	padding: 4px 0 4px 28px;
}
.package ul li:before {
	content: "\f3fd";
    font-family: "Ionicons";
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 32px;
    line-height: 1;
    color: #8BC34A;
}
.package.on {
	margin-top: 55px;
	border-bottom: 3px solid #1194d3;
}
.package.on:before {
	content: "MOST POPULAR";
    position: absolute;
    bottom: calc(100% - 1px);
    left: -1px;
    right: -1px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 5px solid #1194d3;
    border-width: 5px 1px 0;
    padding: 15px 0 0;
    font-size: 11px;
    letter-spacing: 1px;
    color: #e19533;
}
@media (min-width: 1200px) {
    #packageSlider article .packageInner {
        padding: 60px 0;
    }
	#packages h1 {
		padding-bottom: 35px;
	}
	.package:nth-child(2),
	.package:nth-child(5) {
		margin-left: -1px;
		margin-right: -1px;
	}
	.package.on {
		top: -35px;
		border-bottom: 3px solid #1194d3;
	}
}
@media (max-width: 1199px) {
	.package {
		width: calc(50% - 20px);
    	margin-right: 20px;
	}
	.package:nth-child(2n+1) {
		clear: left;
	}
	.package h2 br {
		display: none;
	}
}
@media (max-width: 600px) {
    #packageSlider article h4 {
        font-size: 48px;
    }
	.package {
		width: calc(100% - 20px);
	}
}
#packages h1 span {
	padding: 0 20px;
}
#packages h1 i {
	cursor: pointer;
}