/*
 Theme Name:   Novablog Child
 Theme URI:    http://novablog.hercules-design.com
 Description:  Novablog Child Theme
 Author:       Hercules Design
 Author URI:   http://hercules-design.com
 Template:     novablog
 Version:      2.5
 Tags:         two-columns, three-columns, four-columns, right-sidebar, accessibility-ready
 Text Domain:  novablog-child
*/

@import url('https://fonts.googleapis.com/css?family=Karma');

h1, h2, h3, h4, h5, h6 {
	font-family: 'Karma', serif !important;
}

.wp-block-quote {
	font-family: 'Karma', serif !important;
	font-style: italic;
	font-size: 22px;
}

.cover-content {
	text-shadow: 3px 3px 5px #444444;
}

@media (min-width: 1200px) {
	.carousel-wrap h2 {
    	font-size: 30px;
	}
}

@media (min-width: 768px) {
	.carousel-wrap h2 {
    	font-size: 28px;
	}
}

.wpcf7-form label, .wpcf7-form input  {
	width: 100%;
}

/* MB Insta API */
@media (min-width: 768px) {
	.mb-insta-api-img-container {
		flex: 0 0 12.5%;
	}
}

@media (min-width: 577px) and (max-width: 767px) {
	.mb-insta-api-img-container {
		flex: 0 0 33.33%;
	}
}

@media (max-width: 576px) {
	.mb-insta-api-img-container {
		flex: 0 0 50%;
	}
}
