/*
 Theme Name:   SMC Child
 Theme URI:    http://i-gate.me
 Description:  SMC Child Theme
 Author:       I-Gate
 Author URI:   http://i-gate.me
 Template:     SMC
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  SMC-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

@media (max-width: 767px) {
	.btContentWrap .boldSection.boxed[style*="padding-left"],
	.btContentWrap .boldSection.boxed[style*="padding-right"],
	.btContentWrap .boldRow[style*="padding-left"],
	.btContentWrap .boldRow[style*="padding-right"] {
		padding-left: clamp(16px, 5vw, 24px) !important;
		padding-right: clamp(16px, 5vw, 24px) !important;
	}

	.btContentWrap .bpgPhoto[style*="padding-left"],
	.btContentWrap .bpgPhoto[style*="padding-right"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.btContentWrap .bpgPhoto img,
	.btContentWrap .rowItem img,
	.btContentWrap .btContentHolder img {
		height: auto;
		max-width: 100%;
	}

	.btContentWrap .rowItem iframe,
	.btContentWrap .rowItem object,
	.btContentWrap .rowItem embed {
		max-width: 100%;
	}
}

