/*
Theme Name: the7dtchild
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
*/


/* 	 
	GREEN: #48614C
	BEIGE: #e1e0db 
	
	
*/


/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('fonts/lato-v23-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/lato-v23-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/lato-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/lato-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/lato-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


@media only screen and (max-width:420px) {
	.desktop_only {
		display: none;
		visibility: hidden;
	}
}
@media only screen and (min-width:420px) {
	.mobile_only {
		display: none;
		visibility: hidden;
	}
}


::selection {
	background:#48614C;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#48614C;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#48614C;
	color:#FFF;
	text-shadow:none;
}

.mobile-header-bar {
	display: none!important;
	visibility: hidden!important;
}

.ult-content-box-container.logo-container {
	text-align: center;
}

.logo_inline {
	display: inline-block;
}

.logo_inline img {
	max-width: 100px;
	margin-right: 15px;
}

.text_white * {
	color: white;
}


.vc_row.past {
	opacity: .5!important;
}

/*
#videos {
	min-height: 550px;
}
*/

.wpb_single_image.playbutton img {
	max-width: 100px;
	max-height: 100px;
}

#press .post-thumbnail a,
#press .entry-title a,
#press .entry-meta a  {
	pointer-events: none!important;
	cursor: default!important;
}

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

	#projects .portfolio-shortcode .post-entry-content {
		padding: 25px!important;
	}

	#projects .portfolio-shortcode h3.entry-title {
		font-size: 16px;
		line-height: 24px;
	}
	#projects .entry-excerpt {
		display: none;
		visibility: hidden;
	}
	
	.single-portfolio #fancy-header {
		min-height: 150px;
	}

}

footer #custom_html-2 {
	padding-bottom: 2em;
}

footer #custom_html-2 p {
	text-align: center;
}

footer #custom_html-2 p i {
	font-size: 60px;
	padding: 0 .7em;
}

footer #custom_html-2 p a {
	display: inline-block;
	color: #48614c!important;
}