/*
Theme Name: Inspiro PRO Child
Theme URI: https://www.wpzoom.com/themes/inspiro-pro/
Template: wpzoom-inspiro-pro
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */

@font-face {
  font-display: swap;
}

p.gcsw {
	width: 98%;
	text-align: center;
	font-weight: 300;
	display:inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #ffffff;
}

span.stretch {
    display:inline-block;
    -webkit-transform:scale(2.5,1); /* Safari and Chrome */
    -moz-transform:scale(2.5,1); /* Firefox */
    -ms-transform:scale(2.5,1); /* IE 9 */
    -o-transform:scale(2.5,1); /* Opera */
    transform:scale(2.5,1); /* W3C */
}

.single .entry-meta span {
  display: inline;
}

.page .has-post-cover .entry-cover, .single-portfolio_item .has-post-cover .entry-cover, .single .has-post-cover .entry-cover {
  min-height: 590px
}

body.single-storm_chase .entry-content {
  width: 950px;
  max-width: 100%;
  margin: 45px auto;
}

.tag_description {
	text-align: center;
}