/*!
Theme Name: M2 Development Partners, LLC. - Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* Webfont: CammronDemo */@font-face {
    font-family: 'CammronDemo';
    src: url('/wp-content/themes/m2development/fonts/CammronDemo.eot'); /* IE9 Compat Modes */
    src: url('/wp-content/themes/m2development/fonts/CammronDemo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/wp-content/themes/m2development/fonts/CammronDemo.woff') format('woff'), /* Modern Browsers */
         url('/wp-content/themes/m2development/fonts/CammronDemo.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/wp-content/themes/m2development/fonts/CammronDemo.svg#CammronDemo') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Calibri */@font-face {
    font-family: 'Calibri';
    src: url('/wp-content/themes/m2development/fonts/Calibri.eot'); /* IE9 Compat Modes */
    src: url('/wp-content/themes/m2development/fonts/Calibri.woff') format('woff'), /* Modern Browsers */
         url('/wp-content/themes/m2development/fonts/Calibri.ttf') format('truetype'); /* Safari, Android, iOS */
 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

h1,h2,h3,h4,h5,h6{font-family: "CammronDemo", Georgia!important; font-weight: 600;}
.site .page-title h1{font-size: 42px;}
body {font-family: "Calibri", Arial!important;}
.main-navigation .primary-menu-container > ul li a{font-family: "Calibri", Arial!important;}

.bios .kt-inside-inner-col h4{display: block!important;}
.bios .kt-inside-inner-col{display:inline-grid; grid-template-columns: auto auto auto;padding: 10px;}
.bios .wp-block-kadence-infobox{ }

@media only screen and (max-width: 1024px){
	.bios .kt-inside-inner-col{display: inline-grid;grid-template-columns: auto auto;padding: 10px;}
}

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

@media only screen and (max-width: 600px){
	.bios .kt-inside-inner-col{display: inline-grid;grid-template-columns: auto;padding: 10px;}
}