/*
Theme Name: We Do Digital
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
*/


.responsive-iframe {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: auto; 
	-webkit-overflow-scrolling:touch; 
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* TOP BAR */

.top-bar .mini-widgets.right-widgets {
	justify-content: flex-start;
}


.top-bar .mini-widgets.left-widgets {
    justify-content: flex-end;
    padding-right: 15%;
}

.top-bar a, mobile-mini-widgets-in-menu {
	text-decoration: none!important;
}

/* SPLIT MENU */

.navigation ul li a .menu-text {
	position: relative;
}

#split_left-menu li a .menu-text:before,
#split_right-menu li a .menu-text:before  {
	content: "";
	position: absolute;
	top: -40px;
	left: 50%;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 225px;
    transform: translate(-50%, 0px);
	background-image: url("images/menu-icon.png");
}

#split_left-menu li:nth-child(1) a .menu-text:before {
	background-position: 0px 0px;
}

#split_left-menu li:nth-child(1) a:hover .menu-text:before {
	background-position: 0px -32px;
}

#split_left-menu li:nth-child(2) a .menu-text:before {
	background-position: -32px 0px;
}

#split_left-menu li:nth-child(2) a:hover .menu-text:before {
	background-position: -32px -32px;
}

#split_left-menu li:nth-child(3) a .menu-text:before {
	background-position: -192px 0px;
}

#split_left-menu li:nth-child(3) a:hover .menu-text:before {
	background-position: -192px 0px;
}

/* #split_left-menu li:nth-child(3) a .menu-text:before {
	background-position: -64px 0px;
}

#split_left-menu li:nth-child(3) a:hover .menu-text:before {
	background-position: -64px -32px;
} */

/* #split_right-menu li:nth-child(1) a .menu-text:before {
	background-position: -96px 0px;
}

#split_right-menu li:nth-child(1) a:hover .menu-text:before {
	background-position: -96px -32px;
} */

#split_right-menu li:nth-child(1) a .menu-text:before {
	background-position: -64px 0px;
}

#split_right-menu li:nth-child(1) a:hover .menu-text:before {
	background-position: -64px -32px;
}

#split_right-menu li:nth-child(2) a .menu-text:before {
	background-position: -128px 0px;
}

#split_right-menu li:nth-child(2) a:hover .menu-text:before {
	background-position: -128px -32px;
}

#split_right-menu li:nth-child(3) a .menu-text:before {
	background-position: -160px 0px;
}

#split_right-menu li:nth-child(3) a:hover .menu-text:before {
	background-position: -160px -32px;
}

.branding img {
	max-width: 180px;
	height: auto;
	margin-top: -30px;
	-webkit-box-shadow: 5px 6px 5px 0 rgba(0, 0, 0, 0.75);
-moz-box-shadow: 5px 6px 5px 0 rgba(0, 0, 0, 0.75));
box-shadow: 5px 6px 5px 0 rgba(0, 0, 0, 0.75);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

.phantom-on .branding img {
	max-width: 100px!important;
	margin-top: 0!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.phantom-on .navigation {
	padding-top: 40px;
}

.mobile-branding img, .logo-box img  {
	max-width: 150px!important;
	height: auto;
}

.white-color, .white-color *, .home-gravity-form label {
	color: #fff!important;
}

.home-gravity-form input:not([type="submit"]), .home-gravity-form textarea {
	color: #000!important;
}

.remove-margin-bot .wpb_raw_code.wpb_content_element {
margin-bottom: 0!important;
}

/* SERVICES SECTION */

.services-icons .icon_description_text h5 {
	font-weight:bold;
	font-size: 22px;
	margin-bottom:5px
}

.services-icons .smile_icon_list li .icon_description p {
	font-size: 18px!important;
	font-weight: bold!important;
	line-height: 22px!important;
}

#bottom-bar .wf-td p {
	text-align: center;
}

.services-icons .smile_icon_list li.icon_list_item {
	margin: 0 0 70px!important;
}

/* Gravity Form */

.home-gravity-form * {
	border-color: #fff!important;
}

.home-gravity-form label {
	display: none!important;
}

.home-gravity-form .gform_footer .gform_button {
    border: 3px solid #fff !important;
    padding: 5px 40px !important;
}

.home-gravity-form .gform_footer {
	text-align: right!important;
}

.home-gravity-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.home-gravity-form .gform_wrapper textarea.large {
	padding: 10px 15px!important;
}

.home-gravity-form .gform_wrapper textarea.large {
	height: 200px!important;
}

.gform_wrapper textarea.large {
	font-size: 25px!important;
}

.home-gravity-form .gform_wrapper li.gfield.gfield_error, .home-gravity-form  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: none!important;
	border: none!important;
	margin: 0!important;
	padding: 0!important
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
}

/* FOOTER */

#footer {
	border-top: 2px solid #fff;
}

#footer .wf-container-footer {
	text-align: center;
}

.footer .widget, .footer .textwidget, .footer p {
	margin: 0;
}

.footer-copyright img {
	vertical-align: middle!important;
}


/* PANEL ARTE */

.panel-info {
	position: relative;
	text-align: right;
	min-height: 560px;
}

.panel-container {
	position: absolute;
	top: 40px;
	text-align: center;
	padding: 200px 0;
	transform: scale(0.5);
	transform-origin: 0 0;
}

.panel-detail {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.panel-icon {
	position: absolute;
}

.flexible {
	top: 160px;
	animation: cspulsing linear infinite 6s;
	-webkit-animation: cspulsing linear infinite 6s;
	-moz-animation: cspulsing linear infinite 6s;
	-ms-animation: cspulsing linear infinite 6s;
	-o-animation: cspulsing linear infinite 6s;
}

.lightweight {
	left: 40%;
    top: 0;
	animation: cspulsing linear infinite 6.3s;
	-webkit-animation: cspulsing linear infinite 6.3s;
	-moz-animation: cspulsing linear infinite 6.3s;
	-ms-animation: cspulsing linear infinite 6.3s;
	-o-animation: cspulsing linear infinite 6.3s;
}

.aesthetics {
	right: 110px;
    top: -70px;
	animation: cspulsing linear infinite 6.6s;
	-webkit-animation: cspulsing linear infinite 6.6s;
	-moz-animation: cspulsing linear infinite 6.6s;
	-ms-animation: cspulsing linear infinite 6.6s;
	-o-animation: cspulsing linear infinite 6.6s;
}

.custom-shape {
	bottom: 0;
    left: 310px;
	animation: cspulsing linear infinite 7.8s;
	-webkit-animation: cspulsing linear infinite 7.8s;
	-moz-animation: cspulsing linear infinite 7.8s;
	-ms-animation: cspulsing linear infinite 7.8s;
	-o-animation: cspulsing linear infinite 7.8s;
}

.performance {
	 bottom: 15%;
    left: 50%;
	animation: cspulsing linear infinite 7.5s;
	-webkit-animation: cspulsing linear infinite 7.5s;
	-moz-animation: cspulsing linear infinite 7.5s;
	-ms-animation: cspulsing linear infinite 7.5s;
	-o-animation: cspulsing linear infinite 7.5s;
}

.leading-warranty {
	bottom: 30%;
    right: 7%;
	animation: cspulsing linear infinite 7.2s;
	-webkit-animation: cspulsing linear infinite 7.2s;
	-moz-animation: cspulsing linear infinite 7.2s;
	-ms-animation: cspulsing linear infinite 7.2s;
	-o-animation: cspulsing linear infinite 7.2s;
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
color: #282828;
}

.install {
	 bottom: 50%;
    right: -5%;
	animation: cspulsing linear infinite 6.9s;
	-webkit-animation: cspulsing linear infinite 6.9s;
	-moz-animation: cspulsing linear infinite 6.9s;
	-ms-animation: cspulsing linear infinite 6.9s;
	-o-animation: cspulsing linear infinite 6.9s;
}

@keyframes cspulsing {
 0% { transform: scale(1.1) } 11.11111% { transform: scale(0.8) } 22.22222% { transform: scale(1.1) } 100% { transform: scale(1.1) }
}

.home-page-video-overlay {
	position: absolute;
	top: 0; right: 0; bottom: 0;
	z-index: 2;
	padding: 100px;
}

@media screen and (max-width: 1100px) {
	.home-page-video-overlay {
		display: none;
	}
}

.hpvo-top {
	margin-bottom: 100px;
}

.hpvo-red {
	display: inline-block;
	vertical-align: top;
	background: #E73D2B;
	color: white;
	font-family:  "Open Sans";
	font-size: 40px;
	font-weight: bold;
	padding: 5px;
	letter-spacing: -0.05em;
	margin-bottom: 5px;
}

.hpvo-yellow {
	display: inline-block;
	vertical-align: top;
	background: #FFF200;
	color: #E73D2B;
	font-family:  "Open Sans";
	font-size: 20px;
	font-weight: bold;
	padding: 5px 20px;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
	border-radius: 20px;
}

.hpvo-red2 {
	display: inline-block;
	vertical-align: top;
	background: #E73D2B;
	color: white;
	font-family:  "Open Sans";
	font-size: 25px;
	font-weight: bold;
	padding: 5px;
	letter-spacing: -0.05em;
	line-height: 1;
	margin-bottom: 20px;s
}

.hpvo-white {
	display: inline-block;
	vertical-align: top;
	background: white;
	color: #E73D2B;
	font-family:  "Open Sans";
	font-size: 25px;
	font-weight: bold;
	padding: 5px;
	letter-spacing: -0.05em;
	line-height: 1;
	margin-bottom: 20px;
	border-radius: 10px;
	float: right;
	text-align: center;
}

@media screen and (max-width: 1100px) {
	.hpvo-red {
		font-size: 25px;
	}
	
	.hpvo-yellow {
		font-size: 20px;
	}
	
	.hpvo-red2 {
		font-size: 20px;
	}
	
	.hpvo-white {
		font-size: 20px;
	}
}

.home-state-select select {
	appearance: none;
	-webkit-appearance: none;
	background: white;
	border: 0;
	border-radius: 0;
	padding: 10px 15px !important;
}

.home-contact-form-info {
	font-size: 34px;
	font-weight: bold;
	color: white;
	line-height: 1.25;
}

.home-contact-form-info p {
	margin-bottom: 40px;
}

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

	.home-contact-form-info {
		font-size: 20px;
	}

	.home-contact-form-info p {
		margin-bottom: 20px;
	}
	
	.mobile-drop-h2 h2 {
		font-size: 30px;
		line-height: 1.2;
	}
	
}

.home-gravity-form .home-contact-optin label {
	display: inline!important;
	width: 60px;
}

#gform_submit_button_1 {
	display: inline-block !important;
	vertical-align: top !important;
	background: #FFF200 !important;
	color: #E73D2B !important;
	font-family:  "Open Sans" !important;
	font-size: 20px !important;
	font-weight: bold !important;
	padding: 5px 20px !important;
	letter-spacing: -0.05em !important;
	margin-bottom: 20px !important;
	border-radius: 20px !important;
	border: 0 !important;
}

#case-studies:before { 
	display: block; 
 	content: " "; 
  	height: 150px;      /* Give height of your fixed element */
        margin-top: -150px; /* Give negative margin of your fixed element */  	
        visibility: hidden; 
}

#contact-us:before { 
	display: block; 
 	content: " "; 
  	height: 150px;      /* Give height of your fixed element */
        margin-top: -150px; /* Give negative margin of your fixed element */  	
        visibility: hidden; 
}

.home-page-mobile-intro {
	background-image: url(images/Energus_HomePage.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px;
	margin: 0 -20px;
	text-align: right;
	min-height: 800px;
}

@media screen and (max-width: 1024px) {
	.home-page-mobile-intro {
		min-height: 400px;
		background-position: top left;
		padding: 60px 40px 60px 40px;
	}
}

.home-page-mobile-intro-right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: left;
}

.home-force-captions .vc_gitem-animate-slideTop .vc_gitem-zone-b {
	top: 0;
}

.home-force-captions .vc_gitem-zone-a .vc_gitem-row-position-middle,
.home-force-captions .vc_gitem-zone-b .vc_gitem-row-position-middle {
	top: auto;
	bottom: 0;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
