/*
 Theme Name:   Coup Child
 Theme URI:    http://themeskingdom.com
 Description:  Coup is a blog and portfolio WordPress theme. This theme’s beauty lies in simplicity; it is built to make site visitors fall in love with your content. Coup’s homepage features a gigantic edge-to-edge slider (that can be turned into a smaller one), and post archive with a classical 3-column grid, or the eclectic shuffle mode. This highly customizable and responsive theme comes with 800+ Google Fonts and numerous color choices. Coup knows how to keep your posts looking neat and tidy.
 Author:       Themes Kingdom
 Author URI:   http://themeskingdom.com
 Template:     coup
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  coup
*/

.slick-dots button {
	border-bottom-width: 2px;
}

.site-title {
	letter-spacing: -0.01em;
	font-size: 36px;
}

@media screen and (max-width: 1200px) {
	.site-title {
		font-size: 24px;
	}
}

.page .entry-title.big-text,
.page-template-gallery-page .page-title.big-text {
	display: none;
}

.fullwidth-slider .featured-slider .image {
	opacity: .65;
}

@media screen and (min-width: 900px) {
	.fullwidth-slider .featured-slider .entry-title {
		font-size: calc(2em + 2.5vw);
	}
}

.fullwidth-slider .featured-slider .entry-text {
	max-width: 900px;
}

@media screen and (max-width: 900px ) {
	.fullwidth-slider .featured-slider .entry-text {
		max-width: calc(100% - 40px);
	}
}
