/*
Theme Name: the7dtchild
Author: Wandzilak Web Design
Author URI: https://www.wandzilakwebdesign.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
*/

DIV.branding A IMG
{
	max-width: 230px;
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
DIV.mobile-branding A IMG
{
	max-width: 168px !important;
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
DIV.vc_separator.vc_sep_pos_align_left.vc_separator_no_text SPAN.vc_sep_holder.vc_sep_holder_l SPAN.vc_sep_line
{
	background-color: #1EBBF0;
	border-top-color: #1EBBF0 !important;
}
DIV.gradient-right-to-left DIV.vc_column-inner:after
{
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+40,0+40,1+90 */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	/* IE6-9 */
}
DIV.gradient-left-right DIV.vc_column-inner:after
{
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+10,0+60,0+60 */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	/* IE6-9 */
}
FORM > .fullWidth
{
	display: inline-flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2vw 4vw;
	border: 1px solid rgba(0, 0, 0, 0.1123);
	/*+box-shadow: 0 5px 26px 2px rgba(0, 0, 0, 0.1123);*/
	-moz-box-shadow: 0 5px 26px 2px rgba(0, 0, 0, 0.1123);
	-webkit-box-shadow: 0 5px 26px 2px rgba(0, 0, 0, 0.1123);
	box-shadow: 0 5px 26px 2px rgba(0, 0, 0, 0.1123);
	/*+border-radius: 3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
FORM .fullWidth .fullWidth
{
	display: inline-flex;
	flex-direction: column;
	width: 100%;
	padding: 5px 10px;
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
FORM .fullWidth .halfWidth
{
	display: inline-flex;
	flex-direction: column;
	width: 50%;
	padding: 5px 10px;
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
FORM TEXTAREA
{
	height: 100px;
	resize: vertical;
	/*+border-radius: 8px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
FORM INPUT.wpcf7-text
{
	/*+border-radius: 8px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

.pum-container .wpcf7-form.init {
    text-align: center;
}

.pum-theme-1550 .pum-content, .pum-theme-default-theme .pum-content {
    text-align: center;
}

.pum-theme-1550 .pum-title, .pum-theme-default-theme .pum-title {
    text-align: center;
}

.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    padding: 10px;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    border: solid 1px #0000001c;
	box-shadow: inset 0px 0px 10px -4px #165b667a;
	border-right: none; 
}

.wpcf7-form-control.wpcf7-submit {
    padding: 10px;
    border-bottom-right-radius: 500px;
    border-top-right-radius: 500px;
    background-color: #14abe6;
    color: #fff;
    -webkit-appearance: none !important;
	border: solid 1px #0000001c;
	border-left: none; 
	cursor: pointer;
}

.pum-container {
    padding: 32px 44px 52px 44px !important;
    border-radius: 8px !important;
	max-width: 50% !important;
}

.pum-theme-1550, .pum-theme-default-theme {
    background-color: rgba( 255, 255, 255, 0.8 ) !important;
}

.pum-theme-1550 .pum-title, .pum-theme-default-theme .pum-title {
    text-align: center !important;
}

.pum-theme-1550 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    background-color: #14abe6 !important;
	border-top-right-radius: 8px !important;
}



.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="url"], .wpcf7-form input[type="email"], .wpcf7-form input[type="number"], .wpcf7-form input[type="date"], .wpcf7-form input[type="range"], .wpcf7-form textarea, .wpcf7-select {
    width: auto;
}
form br {
    display: none;
}
FORM SPAN.wpcf7-form-control-wrap INPUT.wpcf7-form-control.wpcf7-text
{
	width: 100%;
	display: inline-block;
	/*+border-radius: 8px !important;*/
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-khtml-border-radius: 8px !important;
	border-radius: 8px !important;
}
