/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


@font-face{
font-family: 'MarkPro-Regular';
src: url('fonts/MarkPro.eot');
src: url('fonts/MarkPro.woff') format('woff'),
	 url('fonts/MarkPro.svg') format('svg'),
 	 url('fonts/MarkPro.otf') format('opentype'),
 	 url('fonts/MarkPro.ttf') format('truetype');
}


@font-face{
font-family: 'MarkPro-Bold';
src: url('fonts/MarkPro-Bold.eot');
src: url('fonts/MarkPro-Bold.woff') format('woff'),
	 url('fonts/MarkPro-Bold.svg') format('svg'),
	 url('fonts/MarkPro-Bold.otf') format('opentype'),
 	 url('fonts/MarkPro-Bold.ttf') format('truetype');
}




/*  ALL PAGES */


span.wpcf7-list-item {
   width: 95%;
   text-align: left;
   display: inline-block;
   float: left;
}

span.wpcf7-list-item:nth-child(4),
span.wpcf7-list-item:nth-child(5),
span.wpcf7-list-item:nth-child(6) {
    float: right !important;
}



.wpcf7-form-control-wrap input{
	width: 100%;
}


.wpcf7-form-control-wrap.Information{
	column-count: 2;
    width: 100%;
    margin: auto;
    display: block;
    padding: 0 138px;
}

.wpcf7-form-control wpcf7-checkbox{
   margin: auto;
   width: 100%;
   display: block;
   column-count: 2;
   padding: 0 138px;
}

textarea{
    margin-top: 50px !important;
}



ul.nav.nav-tabs li.active a{
    color: #121212 !important;
}

ul.nav.nav-tabs li a span{
font-size: 15px !important;
}


.tmb-entry-title-uppercase.tmb .t-entry .t-entry-title {
    text-transform: none !important;
}


/* FRONTPAGE */

.solutions_nav {margin-top:72px !important;}

#main-logo a h2, #main-logo .text-logo {
    color: #ffffff !important;
    text-transform: lowercase !important;
}


/*  MOBILE */

@media screen and (max-width: 569px) {
 
span.wpcf7-list-item {
   width: 100%;
   text-align: left;
   display: block;
   float: none;
}

span.wpcf7-list-item:nth-child(4),
span.wpcf7-list-item:nth-child(5),
span.wpcf7-list-item:nth-child(6) {
    float: none !important;
}


.wpcf7-form-control-wrap.Information{
	column-count: 1 !important;
    width: 100%;
    margin: auto;
    display: block;
    padding: 0 !important;
}



.perform > div.single-wrapper,
.create > div.single-wrapper,
.discover > div.single-wrapper,
.connect > div.single-wrapper{
	display: block;
	margin: auto;

}



}


	




