/*
Theme Name: Cornerstone Child
Theme URI: http://cornerstone.mikado-themes.com/
Description: A child theme of Cornerstone Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Template: cornerstone
*/
/*COLORS*/
/*dark gray #424748*/
/*Main blue #7fb8d3*/
/*Secondaries #1d98b8 #206b8f*/

/*HEADER*/


.mkd-header-standard .mkd-page-header .mkd-logo-wrapper a{
	max-height: 100px !important;
}
.mkd-page-header .mkd-sticky-header .mkd-sticky-holder .mkd-logo-wrapper a{
	    max-height: 54px !important;
}


.mkd-main-menu{
	margin-left: auto !important;
}


/*BUTTONS*/
input.wpcf7-form-control.wpcf7-submit{
	background-color: #7fb8d3 !important;
}

.mkd-blog-slider-holder.masonry article .mkd-post-info>div .mkd-social-share-dropdown-opener{
	color:#1d98b8 !important;
}

/*IMAGES*/
.mkd-team.simple .mkd-team-image{
	width: 275px !important;
}

/*TYPOGRAPHY*/
body{
	font-size: 17px !important;
}
h3{
	text-transform: none !important;
}
h3 strong{
	text-transform: uppercase !important;
}
.mkd-title .mkd-title-holder h1{
	font-size: 44px !important;
}
/*LINKS*/
footer .mkd-footer-bottom-holder .widget ul li a:hover, footer .mkd-footer-top-holder .widget ul li a:hover{
	color: #7fb8d3 !important;
}

/*FOOTER*/
footer .mkd-footer-top-holder{
	background-color: #424748 !important;
}
footer img{
	max-width: 50% !important;
}

/*MEDIA QUERIES*/

@media all and (min-width: 1201px){
	.mkd-main-menu{
		left: 15% !important;
	}
}
@media all and (min-width: 1401px){
	.mkd-main-menu{
		left: 40% !important;
	}
}
