/*
Theme Name: Crab Chef
Theme URI: https://oceanwp.org/
Description: Тема сайта crabchef.ru
Author: t12my
Author URI: https://t12my.ru/
Template: rife-free
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.brand {
    font-size: 3em;
}

.hero-button > a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}
.grid-padding {
	padding: 0 25px;
}

.grid-margin {
	margin: 0 25px!important;
}
.text-padding {
	padding: 16px 32px;
}
.real-content blockquote p {
	line-height: 1.2;
}

@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.white-title {
		padding-top: 64px;
	}
	.large-heading,
	.real-content h2.large-heading {
		font-size: 42px;
	}
	.formatter-padding {
		padding: 16px 32px!important;
	}
	.grid-custom {
		grid-template-columns: repeat(1, minmax(0, 1fr))!important;
	}
	.wp-block-cover, .wp-block-cover-image {
		padding: 16px;
	}
}
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */

}
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
	.large-heading,
	.real-content h2.large-heading {
		font-size: 32px;
	}
	.grid-custom {
		grid-template-columns: repeat(2, minmax(0, 1fr))!important;
	}
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
	.white-title {
		padding-top: 0;
	}
	.large-heading,
	.real-content h2.large-heading {
		font-size: 72px;
	}
	.formatter-padding {
		padding: 32px 64px!important;
	}
}