/*
Theme Name: Independence Historical Trust Child
Author: The 215 Guys
Author URI: https://www.the215guys.com
Template: iht
*/
@import url("../iht/style.css");

@media only screen and (min-width:1001px) {
	.logo_wrapper {display: none;}
}
nav.main_menu {position: static;text-align: center;}
nav.main_menu>ul {position: static;}
nav.main_menu ul li {float: none;}

footer .three_columns {display: flex;align-items: center;}
.contact li i {padding-right: 8px;}
.park {display: flex;align-items: center;justify-content: center;text-align: left;}
.park img {display: block;padding-right: 15px;}
.park p {font-size: 13px;line-height: 18px;font-style: italic;font-weight: 400;max-width: 125px;}
.social {padding-top: 15px;}
.social li {display: inline-block;width: 30px;height: 30px;background-color: #ebeada;border-radius: 1px;transition:background-color .3s;-webkit-transition:background-color .3s;}
.social li a {line-height:1;display:inline-block;}
.social li i {color: #0d1c3e;display: inline-block;font-size: 20px;}
.social li:hover {background-color:#ba082f;}

/*
#menu-header > li:nth-last-child(-n+3) span {display: none;}
#menu-header > li:nth-last-child(-n+3) a {padding:0 7px;}
#menu-header > li:nth-last-child(-n+3) a:before {font-family: FontAwesome;font-size: 18px;font-weight:400;}
#menu-header .instagram a:before {content: "\f16d";}
#menu-header .twitter a:before {content: "\f099";}
#menu-header .facebook a:before {content: "\f09a";}
*/

#menu-header .second > .inner > ul {background-color: rgba(0, 30, 97, 0.7);}
#menu-header li .plus {display:none!important;}
#menu-header li.has_sub > a > span:after {content: "\f107";font-family: FontAwesome;font-size: 16px;padding-left:5px;}
#menu-header > li > a > span:not(.plus) {padding: 8px 10px;}
#menu-header > li > a {padding: 0;}
#menu-header > li:hover > a > span:not(.plus) {background-color: #001e61;color: #fff;}
#menu-header .second {top: 65%;left: 0;border-top: 4px solid #001e61;text-align: left;}

header.sticky #menu-header .second {top:75%;}

.videoWrapper {position: relative;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;height: 0;}
.videoWrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.blog_holder.blog_small_image {padding: 75px 0;display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 30px;}
.blog_holder.blog_small_image article {margin: 0 !important;}
.blog_holder.blog_small_image .post_image {float: none !important;width: 100% !important;}
.blog_holder.blog_small_image .post_text {float: none !important;width: 100% !important;}
.blog_holder.blog_small_image .post_text_inner {background-color: transparent !important;min-height: 0 !important;padding: 20px 0 0 0 !important;text-align: center;}
.blog_holder.blog_small_image .entry_date {display: none !important;}
.blog_holder.blog_small_image .post_info {margin-bottom:0 !important;}
.blog_holder.blog_small_image .post_info > :not(a) {display: none !important;}
.blog_holder.blog_small_image .post_more {display: none !important;}
.blog_holder.blog_small_image .entry_title a {font-size: 30px;line-height: 35px;display: inline-block;padding-bottom: 5px;}
.blog_holder.blog_small_image p.post_excerpt {display: none !important;}

body.single-post .blog_single {padding: 75px 0 !important;}
body.single-post .post_image img {width: auto !important;}
body.single-post .post_info > :not(a) {display: none !important;}

.popmake-content p, .popmake-content a{color: white}
.popmake-content a{text-decoration: underline;}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	#menu-header > li > a {font-size: 18px;}
	#menu-header > li > a > span:not(.plus) {padding: 8px;}
}

@media only screen and (max-width:767px) {
	footer .three_columns {display: block;}
	
	.title h1 {font-size: 28px !important;line-height: 40px !important;}
	.blog_holder.blog_small_image {grid-template-columns:1fr;}
}