﻿/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


@font-face {
    font-family: 'bw_modelicaregular';
    src: url('https://dev.eedj.net/wp-content/themes/dt-the7-child/font/bwmodelica-regular-webfont.woff2') format('woff2'),
         url('https://dev.eedj.net/wp-content/themes/dt-the7-child/font/bwmodelica-regular-webfont.woff') format('woff');
    font-weight: normal;C
    font-style: normal;

}




@font-face {
    font-family: 'bw_modelicabold';
    src: url('https://dev.eedj.net/wp-content/themes/dt-the7-child/font/bwmodelica-bold-webfont.woff2') format('woff2'),
         url('https://dev.eedj.net/wp-content/themes/dt-the7-child/font/bwmodelica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bw_modelicalight';
    src: url('https://dev.eedj.net/wp-content/themes/dt-the7-child/font/bwmodelica-light-webfont.woff2') format('woff2'),
         url('https://dev.eedj.net/wp-content/themes/dt-the7-child/font/bwmodelica-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bw_modelicamedium';
    src: url('https://dev.eedj.net/wp-content/themes/dt-the7-child/font/bwmodelica-medium-webfont.woff2') format('woff2'),
         url('https://dev.eedj.net/wp-content/themes/dt-the7-child/font/bwmodelica-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	color: white;
	font-family: "bw_modelicabold", sans-serif; 
}

h1 {
	color: white;
	font-family: "bw_modelicabold", sans-serif; 
}
h2 {
	color:white;
}
.bg-gradient-orange {
	background: #e43a15;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #e65245, #e43a15);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #e65245, #e43a15); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.bg-gradient-grey {
	background: #232526;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.bg-gradient-purple {
	background: #6441A5;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2a0845, #6441A5);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2a0845, #6441A5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-blue {
	background: #1e3c72;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2a5298, #1e3c72);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2a5298, #1e3c72); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}

.bg-gradient-white {
	background: #D3CCE3;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #E9E4F0, #D3CCE3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
	
.bg-graidnet-blue-move {
	 background: linear-gradient(230deg, #141e30, #243b55);
background-size: 400% 400%;

-webkit-animation: eedjblue 60s ease infinite;
-moz-animation: eedjblue 60s ease infinite;
animation: eedjblue 60s ease infinite;
}

@-webkit-keyframes eedjblue {
    0%{background-position:97% 0%}
    50%{background-position:4% 100%}
    100%{background-position:97% 0%}
}
@-moz-keyframes eedjblue {
    0%{background-position:97% 0%}
    50%{background-position:4% 100%}
    100%{background-position:97% 0%}
}
@keyframes eedjblue {
    0%{background-position:97% 0%}
    50%{background-position:4% 100%}
    100%{background-position:97% 0%}
}

.bg-gradient-color-move {
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

h1,
h6 {
	font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
	color: #FFFFFF;
}
h4 {
	font-family: 'Open Sans';
	text-align: center;
	color: #FFFFFF;
}

.text-white {
	color: #FFFFFF;
}

.ctabutton {
	font-size: 35px;
}

.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
	text-shadow: #3498db 0 0 20px;
	box-shadow: none;
}
.x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
    box-shadow: none;
}
.x-navbar {
    box-shadow: none;
	border-bottom: none;
}

.headerimage {
	background:url('https://eedj.net/assets/planner/brandonbg.jpg');
    position: relative;
	opacity: .2;
}

.page-id-16 #page {
	background:url('https://eedj.net/images/services/wedding/wedding_bg_1920px.jpg');
}

#main {
    padding: 0px 0px 0px 0px;
}

.tinted-lighting-uplighting {
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 1)
    ),
    /* bottom, image */
    url(https://dev.eedj.net/graphics/services/lighting/bg_uplight.jpg);
}
.tinted-lighting-dancefloor {
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 1)
    ),
    /* bottom, image */
    url(https://dev.eedj.net/graphics/services/lighting/bg_dance.jpg);
	background-size: cover;
}
.tinted-wedding-speech {
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 1)
    ),
    /* bottom, image */
    url(https://dev.eedj.net/graphics/services/weddings/speech.jpg);
}

.tinted-lighting-atmosphere {
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 1)
    ),
    /* bottom, image */
    url(https://dev.eedj.net/graphics/services/lighting/bg_atmosphere.jpg);
}
.tinted-lighting-monogram {
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 1)
    ),
    /* bottom, image */
    url(https://dev.eedj.net/graphics/services/lighting/bg_monogram.jpg);
}
.block-tinted-adult-singing {
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(to left,
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 1)
    ),
    /* bottom, image */
    url(/graphics/blocks/singingadults.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
    margin-right: 0px;
}
.block-tinted-crowd-singing {
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(to left,
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 1)
    ),
    /* bottom, image */
    url(/graphics/blocks/singingcrowd.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    background-position: right;
    margin-right: 0px;
}



.tinted {
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 1)
    ),
    /* bottom, image */
}

.talent-header-wedding {
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 1)
    ),
    /* bottom, image */
        url(https://dev.eedj.net/graphics/talent/wedding.jpg);
}

.talent-header-social {
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 1)
    ),
    /* bottom, image */
        url(https://dev.eedj.net/graphics/talent/social.jpg);
}

.talent-header-mitzvah {
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 1)
    ),
    /* bottom, image */
        url(https://dev.eedj.net/graphics/talent/mitzvah.jpg);
}
.talentcontenttabparent {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    padding-left: 0px;
    padding-right: 0px;
}

.bg-gradient-purple2 {
	background: #6a3093;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #a044ff, #6a3093);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #a044ff, #6a3093); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}

.quform-group-title-description {
	background-color: transparent;
}

#cssmenu ul li:last-child {
	color: #3498db;
	font-size: 150%;
}