/*
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
*/

/*LOGO*/


.branding img {
	width: 250px;
}

.mobile-branding a {
	width: auto;
	min-width: 150px;
}

.logo-box a {
	width: 60px;
}

#branding-bottom img {
	width: 100px !important;
	
}

/*LINKS*/

#footer a {
	text-decoration:none !important;
}

#footer a:hover {
	text-decoration:none !important;
	color: #a2cbee !important;
}

#content p a {
	text-decoration: none !important;
}
#content li a {
	text-decoration: none !important;
	color: #ffcd00 !important;
}

#content p a:hover {
		text-decoration: underline !important;
}
#content li a:hover {
		text-decoration: underline !important;
}

/* SIDEBAR */

@media only screen and (max-width: 990px) {
	.sidebar {
		display: none !important;
	}
}

/* Dr. Flex Button */

.drflex-button {
	color: #a2cbee !important;
    border: 2px solid #a2cbee !important;
	border-radius: 0px !important;
    background-color: transparent !important;

}

.drflex-button-wrapper {
	display: flex !important;
}

.drflex-button:hover {
	color: #ffff !important;
    border: 2px solid #a2cbee !important;
	border-radius: 0px !important;
    background-color: #a2cbee !important;

}
