/*
Theme Name: Minim
Theme URI: http://dtminim.wpengine.com/landing/
Author: the DesignThemes team
Author URI: https://wedesignthemes.com/
Description: Minim is a multipurpose minimal WordPress theme.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: minim

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.dt-sc-image-caption.type3 .dt-sc-image-title h6{
	color: 	rgba(170, 207, 237, 0.3);
}
.dt-sc-image-caption.type3 .dt-sc-image-content:before{
	background-color: rgba(170, 207, 237, 0.3);
}
.text-city, .city-title{
	color: #b3b3b3;
}
.city-title{
	/*color: #9fd0f0;*/
}

.dt-sc-team-thumb img:hover {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

.dt-sc-team-thumb img  {
  -webkit-filter: grayscale(100%);!important /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%);!important /* FF 35+ */
}
.dt-sc-small-separator{
	width: 136px!important;
}

#logo a{
	height: 50px!important;
    margin-top: -21px!important;
}

.txt-white{
	color: white;
}
.txt-bleupale{
	color: #90d1f4;
}

.no-breadcrumb #main{
	margin-top: 0px!important;
}

.home #header-wrapper {
    margin-bottom: 0px!important;
}
.txt-400{
	font-weight: 400;
}

.innerbox{
	position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}

.type9 ul.dt-sc-tabs-horizontal-frame{
	font-family: raleway;!important
}