/*
Theme Name: ColorMag Child
Theme URI: https://themegrill.com/themes/colormag/
Author: ThemeGrill
Author URI: https://themegrill.com
Template: colormag
Description: ColorMag is a perfect responsive magazine style WordPress theme. Suitable for news, newspaper, magazine, publishing, business and any kind of sites. Get free support at https://themegrill.com/support-forum/ and check the demo at https://demo.themegrill.com/colormag/
Version: 1.4.2
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
Text Domain: colormag

*/
/* logo image size */
#header-logo-image img {
	width: 450px
}

/* HIDING COMMENTS ON PARK CITIES AND PRESTON HOLLOW LANDING */
.archive.category-park-cities #comments, .archive.category-preston-hollow #comments, .archive.category-park-cities h1.entry-title, .archive.category-preston-hollow h1.entry-title {
	display: none;
}
/* Hiding Categories on Slider */
.widget_featured_slider .slide-content .above-entry-meta .cat-links a {
	display: none;
}

/* Hiding Categories on Homepage */
.widget_featured_posts .article-content .above-entry-meta .cat-links a {
	display: none;
}

/* Hiding Tags */
.entry-meta , .tag-links { display: none; }

/* Hiding Dates */
.below-entry-meta .comments {
  display: none;
}

/* Button Under Issue */
.button {
  display: block;
  padding: 12px 85px;
  border-radius: 5px;
  border: 0;
  font-weight: bold;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  background: #2459b5;
  color: #fff;
}
/* Add a rollover background colour but keep the text white */
.button:hover,
.button:focus,
.button:active {
  background: #b7b6cd;
  color: #fff;
}

/* Read More Button */
.more-link {
	display: inline-block;
	background-color: #ababab;
	border-radius: 3px;
}

/* Opacity in Slider Text */
.widget_featured_slider .slide-content .entry-title a {
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 2);
}

/* Featured Image Caption */
.ccfic {
	padding: 10px;
	color: 	#808080;
	text-align: left;
	font-size: 13px;
	font-family: "opensans";
}

/* Captions In Interior Images */
.wp-caption-text {
	text-align: left;
	font-size: 12px;
	font-family: "opensans";
	padding: 1px 8px;
	color: 	#808080;
}
.wp-caption {
	border: none
}

/* Newsletter 390x150 Sign Up */
#mailchimp {
	background: #115B87;
	text-align: center;
	line-height: 200%;
	color: #ffffff;
	padding: 5px 5px;
	font-family: helvetica;
	font-size: 13px;
	
}
	#mailchimp input {
		 border: medium none;
    color: gray;
    font-family: helvetica;
    font-size: 12px;
		text-align: center;
    font-style: italic;
    margin-bottom: 10px;
    padding: 1px;
	}
		#mailchimp input.email { background: #fff }
		#mailchimp input.name { background: #fff}
		#mailchimp input[type="submit"] {
			background: #115B87;
			color: #fff;
			font-size: 12px;
			width: 30%;

		}
			#mailchimp input[type="submit"]:hover { color: #F2C94C }

#menu-pc-ph-buttons {
	display: flex;

}
#header-text-nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#menu-pc-ph-buttons li {
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 12px;
}
#menu-pc-ph-buttons li:last-child {
	padding-right: 0;
}
#menu-pc-ph-buttons a {
	color: black;
	padding: 12px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
#menu-pc-ph-buttons .current-menu-item a {
}
@media only screen and (max-width: 768px) {
#menu-pc-ph-buttons a {
		font-size: 10px;
		padding: 8px;
	}
	
	#header-text-nav-wrap {
		flex-direction: column;
	}
	#header-logo-image img {
		width: 50%;
	}

}
@media only screen and (max-width: 380px) {
	#menu-pc-ph-buttons a {
		font-size: 8px;
		padding: 6px;
	}
	
}