/*
 Theme Name:   Pasadena Independent
 Theme URI:    http://pasadenaindependent.com
 Description:  Pasadena Independent news child theme
 Author:       J. Arroyo
 Author URI:   http://beaconmedianews.com
 Template:     citynews
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  alaya
*/

.single #top {
    margin-bottom: 45px !important;
}

@media only screen and (max-width: 959px){
  #top {
    margin-top: 50px;
  }
}

.cn-slider-container .swiper-slide {
    background-position: center top !important;
}
/* Fix responsive issue with captioned images in posts & pages */
.wp-caption {
	/* Force the box to be 100% */
	width: 100% !important;
}
#content .wp-caption a img {
	/* Scale down if too big */
	max-width: 99.03225806%; /* 614/620 */
	height: auto;
}
iframe{
	max-width:100%;
}
@media only screen and (max-width: 959px){
	.entry-content img {
		max-width: 100% !important;

	}

	.logo a span img {
		height: auto !important;
	}
}
@media only screen and (max-width: 1199px){
	.cn-slider-container {
		margin: 100px auto 20px !important;
	}
	.vc_custom_1495129376842 {
		margin-bottom: 42px !important;
		padding-top: 24px !important;
		padding-right: 0px !important;
		padding-bottom: 0px !important;
		padding-left: 0px !important;
	}
}