/*
Theme Name:     Quiniscoe Homes
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Shawn Wernig
Theme URI: 		http://eggplantstudios.ca
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/


@media only screen and (max-width: 780px)
{
	.header-logo a img {
	    max-width: 280px !important;
	}
}

#mk-footer #media_image-2 {
	width: 75% !important;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.text-white,
.text-white p,
.text-white strong,
.text-white a {
	color: white !important;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
    border-radius: 6px !important;
}

#social-links, #social-links li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#social-links li {
	margin-bottom: 8px;
}

#social-links a {
	display: block;
	width: 100%;
	height: auto;
	padding: 4px 8px;
	margin: 0px;
	/* Clearfix */
	content: "";
  display: table;
  clear: both;
	transition: background 400ms;
}

#social-links img {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 12px;
	width: 22px; height: 22px;
	opacity: 0.3;
	transition: opacity 400ms;
}
#mk-footer #social-links li:hover a {
	background:rgba(255,255,255,0.1);
	color: white !important;
}
#mk-footer #social-links li:hover img {
	opacity: 1;
}




#social-links-icons {
	list-style: none;
	padding: 0px;
	margin: 0px;

}

#social-links-icons li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 12px;
}


#social-links-icons a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
}


#social-links-icons img {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100%; height: 100%;
	opacity: 0.3;
	transition: opacity 400ms;
}

#mk-footer #social-links-icons li:hover img {
	opacity: 1;
}


#partner-icons img {
	opacity: 0.7;
	transition: opacity 400ms;
}

#partner-icons img:hover {
	opacity: 1;
}