/*
Theme Name: OwnersMedia.com
Theme URI: 
Text Domain: om
Author: Harold Hidalgo
Author URI: 
Description: Theme for OwnersMedia.com
Version: 2.66
License: All rights reserved
License URI: 
*/

/* Basic Layout 
html {
  max-width: 100%;
   overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
} */

#wpadminbar {
	position: initial!important;
}

body {
	background-color: #F9F8F7;
	max-width: 100%;
  	overflow-x: hidden;
	margin:0;
}

.housi-adlabel {
    font-family: Arial Narrow, sans-serif;
    text-align: center;
    padding-bottom: 10px;
    color: #7e7e7e;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
}

/* YARRP Fixes */

.related-link h3, .related-link a, .related-link span {
	font-size: 1em!important;
	color: black!important;
	display: inline!important;
	font-weight: 500!important;
	text-decoration-color: black!important;
	text-decoration:none!important;
}

/* Display Globals */
@media only screen and (max-width: 767px) {
	.show-desktop {
		display: none;
	}
	
	.show-mobile {
		display: block;
	}
	
	.show-mobile-flex {
		display: flex;
	}
	
	.show-desktop-flex {
		display: none;
	}
}

@media only screen and (min-width: 767px) {
	.show-mobile {
		display: none;
	}
	
	.show-desktop {
		display: block;
	}
	
	.show-desktop-flex {
		display: flex;
	}
	
	.show-mobile-flex {
		display: none;
	}
	
	.wp-caption-text {
    margin-top: 0;
    font-size: 1em;
	}
}

.show-none {
	display:none;
}


/* Additional Layout Globals */
@media only screen and (max-width: 767px) {
	
	header, .hnp-homepage-first-section, .hnp-homepage-second-section, .hnp-homepage-third-section, .hnp-programs-section, .subscribe-form {
		width:100dvw;
	}
	
	html {
		width: 100dvw;
	}
	
	#map {
		margin:auto;
	}
	
	#state_list {
    height: 6dvw;
    width: 40%!important;
    margin-top: 2dvw;
		margin-left:2.5dvw;
    border: 1px solid #CCC;
    background: transparent;
	}
	
	.wp-caption-text {
    margin-top: 0;
    font-size: 3.6dvw;
	}
}

/* Unique Page-Specific Styles */
.page-id-1867 .hnp-articles-header, .page-id-3737 .hnp-articles-header {
	display: none;
}

.page-id-3682 .hnp-article-content-bulk img {
	width: 175px!important;
}

.hnp-article-content-bulk .size-large, .hnp-article-content-bulk .size-full, .hnp-article-content-text .wp-caption, .hnp-article-content-text .wp-caption img {
	width:100%!important;
}


/* Recent Headlines */

.recent-headlines h5 {
	font-size:80%;
	font-weight: 500;
	margin-bottom:0px;
}

.recent-headlines p {
	font-size:95%;
	margin-top:2px;
	margin-bottom:10px;
}

.postid-4440 .hnp-page-content a {
	color:black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

.wp-block-table {
	text-align: left;
}

.wp-block-table .has-fixed-layout th {
	background-color: #f4f4f4;
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid #CCC!important;
	padding: .3em;
}

.wp-block-table thead {
    border-bottom: 0px solid black!important;
}

.wp-block-table tr:last-child td:first-child {
    border: 2px solid orange;
    border-bottom-left-radius: 10px;
}
    
.wp-block-table tr:last-child td:last-child {
    border: 2px solid green;
    border-bottom-right-radius: 10px;
}

.postid-4440 .hnp-articles-author {
	display: none;
}

.postid-4440 .hnp-article-content-excerpt {
	display: none;
}

.postid-4440 .hnp-article-content-featured {
	display: none;
}

/* Managing Your Housing Grant

@media only screen and (min-width: 768px) and (max-width: 1919px), (orientation: landscape) and (max-width: 1919px) {
    .postid-4440 .hnp-articles-header-title h3 {
        font-size: 1.75dvw;
        line-height: 2.5dvw;
        letter-spacing: -0.05dvw;
        margin: 0;
		font-weight: 400;
		color: black;
		font-style: normal;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .postid-4440 .hnp-articles-header-title h3 {
        font-size: 1.5em;
        line-height: 9dvw;
        letter-spacing: -0.1dvw;
        margin-bottom: 2dvw;
		font-weight: 400;
		color: black;
		font-style: normal;
    }
}

@media only screen and (orientation: landscape) and (min-width: 1920px) {
    .postid-4440 .hnp-articles-header-title h3 {
        font-size: 2em;
        letter-spacing: -1px;
		font-weight: 400;
		color: black;
		font-style: normal;
    }
} */

.article-home-panel {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
		margin-top: 20px;
  }

  .article-home-panel-element-link-container {
    background-color: white;
    border: none;
    border-bottom: none !important;
  }

  .article-home-panel-element {
    padding: 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .article-home-panel-element-title {
    width: 100%;
    color: black;
  }

  .article-home-panel-element-image {
    width: 100%;
    text-align: right;
  }

  .article-home-panel-element-image img {
    width: 20%;
  }

  @media (orientation: landscape) {
    .article-home-panel-element-link-container {
      width: 32%;
			margin-bottom: 15px;
    }
  }

  @media (orientation: landscape) and (max-width: 1919px) {
    .article-home-panel-element-link-container {
      width: 32%;
			margin-bottom: 0.85dvw;
    }

    .article-home-panel-element {
      height: 10dvw;
    }

    .article-home-panel-element-title {
        font-size: 1dvw;
        line-height: 1.3dvw;
    }
  }

  @media (orientation: landscape) and (min-width: 1920px) {
    .article-home-panel-element-link-container {
      width: 32%;
			margin-bottom: 15px;
    }

    .article-home-panel-element {
      height: 175px;
    }

    .article-home-panel-element-title {
      font-size: 20px;
      line-height: 22px;
    }
  }

  @media (orientation: portrait) {
    .article-home-panel-element-link-container {
      width: 48%;
			margin-bottom: 4%;
    }

    .article-home-panel-element-title {
      font-size: 16px;
      line-height: 18px;
    }

    .article-home-panel-element {
      height: 150px;
    }
  }