/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* Typography */
h1, h2, h3, h5 {font-family:'Montserrat', sans-serif; text-transform:uppercase;}
h1 {font-size:50px; font-weight:600;}
h2 {font-size:40px; font-weight:600; padding-bottom:0; color:#00467f;}
h3 {font-size:30px; font-weight:300; color:#929eaa;}
h4 {font-family:'Poppins', sans-serif; font-size: 32px;}
h5 {font-weight:400; letter-spacing:.36px; margin-top:15px;}
h6 {}
p {font-weight:300;}

nav ul li a span.et_pb_button {background-color:#A0D6ED; border:2px solid #A0D6ED; border-radius:3px; font-size:14px;}
nav ul li a span.et_pb_button:hover {background-color:#A0D6ED; border:2px solid #A0D6ED; opacity:1;}
nav ul li a span.et_pb_button:after {font-size:20px;}

nav .nav li ul.sub-menu a {line-height:1; margin-bottom:10px;}

.pa-inline-buttons .et_pb_button_module_wrapper {display: inline-block;}

/* Northstar Apartments Photo Gallery */
#northstar-gallery .et_pb_gallery_item, #housing-rehab-gallery .et_pb_gallery_item {width:29%;}

/* Blog Posts */
.heateor_sss_sharing_container {margin-bottom:25px;}
h4.widgettitle {font-family:'Montserrat', sans-serif; text-transform:uppercase; font-size:20px; text-transform:uppercase; letter-spacing:1px;}
#sidebar a, #sidebar p {font-size:16px;}

/* Events List */
.tribe-events-list-widget {width:100% !important;}
h4.tribe-event-title a {font-family:'Montserrat', sans-serif; text-transform:uppercase; color:#00467f !important; font-size:26px; letter-spacing:1px; font-weight:600;}
p.tribe-events-widget-link {display:none;}

/* MEDIA QUERIES */
@media only screen and (max-width:1325px) {
	/* Main Nav */
	.et_pb_fullwidth_menu .et_mobile_nav_menu, .et_pb_menu .et_mobile_nav_menu {display:flex;}
	.et_pb_fullwidth_menu .et_pb_menu__menu, .et_pb_menu .et_pb_menu__menu {display:none;}
}
@media only screen and (max-width:767px) {
	h1 {font-size:32px;}
	h2 {font-size:21px;}
	h3 {font-size:18px;}
	
	/* Northstar Apartments Photo Gallery */
	#northstar-gallery .et_pb_gallery_item, #housing-rehab-gallery .et_pb_gallery_item {width:47%;}
}

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

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}