@charset "UTF-8";

/* CSS Document */

/*
Theme Name: House Notes
Theme URI: https://housenotes.app/
Author: Consociate
Author URI: consociate.marketing
Text Domain: house-notes
*/

/* GENERAL 
#################################################### */

body { font-family: "lato", sans-serif; font-weight: 400; font-style: normal; font-size: 18px }

b, strong, .bold { font-weight: 700 }

h1, h2, h3, h4, h5 { font-family: "nexa", sans-serif; font-weight: 700; line-height: 1.25em; margin-bottom: 1.25rem }
h1 { font-size: 60px }
h2 { font-size: 50px }
h3 { font-size: 40px }
h4 { font-size: 30px }
h5 { font-size: 26px }
h6 { font-size: 22px }

.left { text-align: left }
.right { text-align: right }
.center { text-align: center }

.norm { font-weight: 400 }
.bold { font-weight: 800 }

.sans { font-family: "nexa", sans-serif !important; font-weight: 700 !important }

.caps { text-transform: uppercase }
.small, small { font-size: .65em }

.txt-orange { color: #F15A29 }
.txt-gray { color: #58595B }

.bg-orange { background-color: #F15A29 }

/* Nav */

.logo { width: 250px; height: auto }
.nav-link { color: #fff; margin: 0 5px; text-transform: uppercase }


footer { background: #F15A29; color: #fff; text-align: center; padding-top: 50px; padding-bottom: 50px }
footer a { color: #fff; text-decoration: underline }


/* extras */

hr { margin: 1.5rem 0 }

.underline { margin-bottom: -40px } /* post heading for underline */

/* Pages */

.page-template-default #main { padding-top: 150px; padding-bottom: 100px }
.page .navbar { 
	background: #F15A29
}

/*
####################################################
C O M P O N E N T S
####################################################
*/

/* IMAGES */

img { max-width: 100%; height: auto; }


/* LINKS */

a { text-decoration: none; transition: 200ms; font-weight: 700; color: #4C609B }
a:hover { color: #4C609B }

a img { transition: 200ms }
a img:hover { transform: scale(.97) }

/* BUTTONS */

.btn { border: none; padding: 12px 20px 10px 20px; font-size: 17px; color: #fff; text-transform: uppercase }
.btn:hover { background: #F15A29; color: #fff  }

.wp-block-button__link { transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; font-size: 18px }
.wp-block-button__link:hover { background-color: #003D52 !important }

.btn-gray { background-color: #58595B }

/* Shadows */

.shadowed img { box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px !important; }

.shadow-text { text-shadow: -1px -1px 1px #fff, 1px 1px 1px rgba(0,0,0,.50) }

/* Spacing */

.max-800, .max-1000, .max-1200, .max-w { margin-left: auto; margin-right: auto }
.max-800 { max-width: 800px }
.max-1000 { max-width: 1000px }
.max-1200 { max-width: 1000px }

.mar-0 { margin: 0 }
.mar-btm-25 { margin-bottom: 25px }

.flush { padding-left: 0; padding-right: 0 }

/*
####################################################
E X T R A S
####################################################
*/

/* Anchor scroll sticky menu offset */
html {
  scroll-padding-top: 200px;
}

/* WP admin bar offset */
body.admin-bar .navbar {
    margin-top: 32px;
}

/* Nav scroll */

.navbar-fixed-top.scrolled .logo img {
  width: 150px;
  transition: width 200ms ease
}
.navbar.navbar-fixed-top.scrolled { 
	background: #F15A29;
	transition: background 200ms ease
}

/* Full-width in WP Block Editor (Cover block) */
.alignfull {
    width:  100vw;
    max-width:  100vw;
    margin-left:  calc(50% - 50vw);
}
.wp-block-cover.alignfull {
    padding-top: 100px; padding-bottom: 100px
}

.wp-block-cover__inner-container { max-width: 1200px }

#XXX { overflow-x: hidden } /* Fix for PC horizontal scroll bars with .alignfull */

/* Image Wraps */

.crop { height: 300px }
.crop img { 
	object-fit: cover;
    width: 100%;
    height: 100% !important;
}

/* Nav dropdown on hover */
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}








/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* Custom */
@media (min-width: 1925px) {

}

/* Extra large devices (large desktops, 1200px and up)
 * No media query since this is the default in Bootstrap because it is "mobile first"
 */
@media (min-width: 1200px) {

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199px) {


}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 991px) {
	
	.m-hide { display: none }
	.m-show { display: block }
	
	/* Breaks WP BLOCK columns early w/ tweaks */
	.wp-block-columns { display:block } 
	.wp-block-column:nth-child(2n),
		.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) { margin-left: 0 }
	
	.navbar-toggler { background-color: #fff; border-color: #0A6399; color: #fff; font-size: 20px }
	.offcanvas { background-color: #F15A29 } 
	
	
	/*
	.offcanvas { background: rgb(10,99,153);
		background: linear-gradient(166deg, rgba(10,99,153,1) 0%, rgba(108,201,244,1) 30%, rgba(0,147,216,1) 100%); }
	.offcanvas-title { color: #fff }
	.offcanvas-title img { max-width: 200px }
	.navbar-expand-lg .navbar-nav .nav-link { color: #0A6399; font-size: 22px; font-weight: 700 }
	.offcanvas .navbar-nav .nav-link.active { border-bottom: 0 }
	*/

	.wp-block-image .alignright { float: none }

}

/* Small devices (landscape phones, 544px and up) */
@media (max-width: 767px) {
	
	.reverse-mobile { flex-direction: column-reverse }
}

/* Extra small devices (portrait phones, less than 544px) */
@media (max-width: 543px) {

}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) {

}