/*
Theme Name:         Second touch Child
Theme URI:          http://theme.crumina.net/second/
Description:        Child theme for Second touch
Version:            1
Author:             Crumina
Author URI:         http://crumina.net/
Tags:               light, white, one-column, two-columns, three-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Template:       	secondtouch
License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/

.row.medium-padding, .mvb_t_row { padding: 0; }

.crumina-slider-wrap { padding: 0; }

#logo { padding: 15px 0 0; }

.menu-tile { display:none; }

#header .header-wrap .row .twelve { max-height: 100px; }

#header .header-wrap, #header .header-wrap.fixed { background:#fff; border-bottom: solid 9px #014C8F; }

#header .header-wrap.fixed {
	height: 50px;
}

hr {border-top:1px solid #ccc;}

p {
	font-size: 17px;
	font-weight: inherit;
	line-height: 1.6;
	margin-bottom: 1.6em;
}

#main-content img.accent {
	float: right;
	margin: 0 0 15px 15px;
	width:35%;
}

.breadcrumbs { background: #0a5194;text-transform: none; }

#footer { padding: 30px 0; }

#footer a { color: #fff; }

#header .header-wrap.fixed .tiled-menu {
	padding-top: 7px;
	margin-top: 0px;
}

.metro-menu-item .item-title { font-size: 1.2em; }

.main-menu-item {
	width: auto;
	margin-left:30px;
}

.tiled-menu {
	min-height: 80px;
	padding-top:12px;
	margin-top:22px;
}

.tiled-menu .sub-menu { padding-top: 30px; }

#header .header-wrap.fixed .tiled-menu .sub-menu { padding-top: 6px; }

ul.subnav-menu li {
	font-size: 1.3em;
}

/** Make Technology 3rd level fly-out to left instead of right **/
li.nav-menu-item-4811 ul.sub-sub-menu {
	left: -202px !important;
	top: -33px !important;
}

.clients_module .description { display:none; }

.clients-item { height: 110px; }

#main-content ul li {
	font-size: 17px;
}

ul,ol,dl {
	list-style-image: none!important;
	list-style-position: outside;
	margin-bottom: 20px;
}

ul {
	margin-left:20px;
}

#main-content a {
	text-decoration:underline;
}

#right-sidebar a:hover, #main-content a:hover {
	color:#004b8d;
}

.nav-menu-item-4935 {
	background:#5697d1;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0 5px; 
}

.nav-menu-item-4935 a:hover { color:#fff;}

.metro-menu-item .item-title { padding: 4px 0 3px 0; }

.lsc-home-feature {
	padding:20px;
	background-color:rgba(0, 0, 0, 0.5);
	color:#fff;
}

.lsc-home-feature .right {
	float:right;
	max-width:35%;
}

.lsc-home-feature .left {
	max-width:55%;
	margin:20px;
}

.lsc-home-feature .left h3 {
	color: #ffffff;
	font-size: 239%;
	margin-bottom:20px;
}

.subnav-menu {
	border-left: 1px solid #ccc;
	padding: 0px 5px 0px 15px!important;
	margin-left: 10px!important;
}

.subnav-menu li > ul, .subnav-menu li > ol {
	margin-left: 20px;
	margin-top: 10px;
}

.subnav-menu li {
	line-height:1.2;
	margin-bottom:10px;
}


.header-wrap #logo {
	float:left;
}

#recent-posts-2.widget ul > li {
	box-shadow: none;
	color: inherit;
	display: block;
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 0;
}

.DDDDmvb_container > section {
	border-bottom: none;
}

.homeslogan {
	padding: 0 0 35px;
	text-align: center;
}

.homeslogan h1 {
	font-size: 32px;
}

.dcards {
  text-align:center;
}

.dcards a {
  text-decoration: none!important; 
  font-size: 24px!important;
}

.dcards a:hover {
	text-decoration: underline!important; 
	color:#fff!important;
}

article.post h3.entry-title a {
	text-decoration: none!important;
}

.entry-meta a {
	text-decoration: none!important;
}

.soc-icons {display:none;}

input[type="text"], input[type="email"], textarea {
	border:1px solid #a3b3b3!important;
	background:#ececec!important;
}

input[type="submit"] {
	box-shadow: none;
	font-family: "Source Sans Pro","Segoe UI Light","Segoe UI","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	background:#5697d1;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	margin: 0;
	padding: 12px 32px;
	position: relative;
	text-align: center;
	transition: none 0s ease 0s ;
	width: auto;
}

input[type="submit"]:hover{
	background:#1da0c8;
}

.clients-direction-nav .clients-next {
	right: 25px;
}

.clients-direction-nav .clients-prev {
	left: -6px;
}

.top-menu-button {
	display: none;
}

.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
	font-size: 16px;
	height: 30px;
	width: 100%;
}


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

	#header .header-wrap .row .twelve {
		height: 145px;
		max-height: 145px;
	}

        #logo {
                width: 100%;
                padding: 15px 0 10px;
                text-align:center;
	}


}

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

}


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

	#main-content img.accent {
		float: none!important;
		margin: 0!important;
		width:100%;
	}

	.lsc-home-feature .right {
		float:none;
		max-width:100%;
	}

	.lsc-home-feature .left {
		max-width:100%;
		margin:10px;
	}

	.lsc-home-feature .left h3 {
		font-size: 125%;
		margin-bottom:20px;
	}

	.lsc-home-feature .left p {
		font-size: 14px;
	}

	.homeslogan {
    		padding: 0px 5px!important;
	}

	.homeslogan h1 {
		font-size: 27px!important;
	}

	.row.more-medium-padding {
		padding: 35px 0 38px;
	}

	.page-title-inner h1.page-title {
		height: 95px;
	}

	#layout {
		margin: 30px 0;
	}

	.homeslider {
		display:none;
	}

}