/*
 Theme Name:   Instald Child
 Theme URI:    
 Description:  Instald Child Theme
 Author:       Hayden Stapleton
 Author URI:   https://www.csqd.com.au
 Template:     instald
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  instaldchild
*/

@font-face {
  font-family: Calibre;
  src: url(/fonts/Calibre-Regular.otf);
}
@font-face {
  font-family: Calibre;
  src: url(/fonts/Calibre-Medium.otf);
  font-weight: 500;
}

body {
    font-family: Calibre, sans-serif !important;
}
a {
    color: inherit;
}
a:hover {
    color: #85D832;
}
body, button, input, select, optgroup, textarea {
    color: #161F60;
    font-family: Calibre, sans-serif !important;
    font-size: 20px;
    line-height: 24px;;
}
p {
	margin: 0 0 15px;
}
p:last-child {
	margin: 0;
}
h1 {
	
}
h2 {
	color: #161F60;
	font-size: 3.13rem;
	line-height: 50px;
	font-weight: 500;
}
@media all and (max-width:1024px) {
	h2 {
	font-size: 2.2rem;
	}
}

::-webkit-input-placeholder { /* Edge */
  color: #ACACAC;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ACACAC;
}

::placeholder {
  color: #ACACAC;
}