@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap');

/**********************
        GENERAL
**********************/

* {
	box-sizing: border-box;
}
html, body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
	width: 100%;
}
body {
	padding-top: 80px;
}
body.scrollbar {
	padding-right: 15px;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	font-family: 'Playfair Display', sans-serif;
	width: auto;
	display: inline-block;
}

h1 {
	color: #c9ae73;
	font-size: 2rem;
}
h2 {
	color: #c9ae73;
	font-size: 1.4rem;
}
h3 {
	color: #000;
	font-size: 1.4rem;
}
h4 {
	font-size: 1rem;
}
h5 {
	color: #c9ae73;
	font-size: 0.75rem;
	font-family: 'Montserrat', sans-serif;
}
h6 {

}
p, label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.8125rem;
	color: #4a4a4a;
}

a {
	text-decoration: none;
	color: #00F;
	display: block;
}
a:hover,
input[type="submit"]:hover {
	text-decoration: none;
	opacity: 0.7;
}

img {
	-ms-interpolation-mode: bicubic;
}

ul {
	margin: 0;
	list-style: none;
}
li {
	margin: 0;
	line-height: 1;
}

header .menu,
footer .inner-footer,
.main-block .content,
.slider-wrapper {
	width: 1024px;
}

.jump-down {
	background-image: url(../images/jump_down.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.banner .jump-down {
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -50%);
}

.banner {
	width: 100%;
	height: 385px;
}
.banner:not(.slider) {
	position: relative;
	background-image: linear-gradient(#333, #BBB);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner.slider {
	height: 600px;
	position: relative;
}
.banner.slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 1;
	transition: opacity 200ms ease-in-out;
}
.banner.slider .slick-arrow:hover {
	opacity: 0.7;
}
.banner.slider .slick-arrow.slide-arrow-prev,
.banner.slider .slick-arrow.slide-arrow-next {

}
.banner.slider .slick-arrow.slide-arrow-prev svg,
.banner.slider .slick-arrow.slide-arrow-next svg {
	pointer-events: none;
}
.banner.slider .slick-arrow.slide-arrow-prev {
	left: 10px;
}
.banner.slider .slick-arrow.slide-arrow-next {
	right: 10px;
}
.banner.slider .slick-list,
.banner.slider .slick-track {
	height: 100%;
}
.banner.slider .slide {
	width: 100%;
	height: 100%;
}
.banner.slider .slide.image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner.slider .slide.video {

}
.banner.slider .slide.video iframe {
	min-width: 100%;
	height: 100%;
}

.styled-button {
	width: auto;
	min-width: 100px;
	min-height: 30px;
	display: inline-flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	background-color: #c9ae73;
	padding: 8px 20px;
	border: 2px solid #FFF;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.75rem;
	text-align: center;
	transition: 200ms opacity ease-in-out;
}
.styled-button:hover {
	opacity: 0.7;
}

.main-block {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
}
.main-block .content {
	padding: 45px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.main-block .content > * {
	max-width: 100%;
}
.main-block .content .supertitle {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
}
.main-block .content .supertitle:after {
	content: '';
	display: block;
	width: 130px;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.wpcf7,
.wpcf7-form {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
.wpcf7-form {
	width: 60%;
}
.wpcf7-form > * {
	width: 100%;
}
.wpcf7-form > p > label {
	margin: 0 0 20px 0;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
	border: 2px solid #c9ae73;
	margin-top: 11px;
	border-radius: 25px;
	padding: 0 10px;
}
.wpcf7-form .wpcf7-text {
	height: 35px;
	margin: 0 0 5px 0;
}
.wpcf7-form .wpcf7-textarea {
	margin: 0 0 5px 0;
}
.wpcf7-form .ajax-loader {
	position: absolute;
}
.wpcf7-form .wpcf7-radio {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
	margin-top: 0.5rem;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item,
.wpcf7-form .wpcf7-acceptance label {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}
.wpcf7-form label {
	margin: 0;
}
.wpcf7-form .your_consent label {
	font-weight: 600;
}
.wpcf7-form a.terms-and-conditions {
	margin-top: 20px;
	display: table;
	font-weight: 600;
	color: #4A90E2;
}
.wpcf7-form .wpcf7-submit {
	border-width: 4px;
	border-style: solid;
	border-color: #c9ae73;
	border-radius: 500px;
	background-color: transparent;
	color: #393A2F;
	padding: 1px 20px;
	margin: 15px 0 0 0;
	min-height: 21px;
	display: inline-flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: none;
	line-height: unset;
	font-family: 'Montserrat', sans-serif;
	transition: opacity 200ms ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover {
	opacity: 0.7;
	text-decoration: none;
}
.wpcf7-form .wpcf7-submit:before,
.wpcf7-form .wpcf7-submit:after {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #c9ae73;
	border-radius: 50%;
	margin-top: 0;
	margin-bottom: 0;
	align-self: center;
}
.wpcf7-form .wpcf7-submit:before {
	margin-left: 8px;
	margin-right: 4px;
}
.wpcf7-form .wpcf7-submit:after {
	margin-left: 4px;
	margin-right: 8px;
}
.wpcf7-form .wpcf7-response-output {
	text-align: center;
}

/*input:focus,
input[type="text"]:focus,
textarea:focus,
button[type="submit"]:focus {
	outline: 0;
}*/
input[type="text"]:focus,
input[type="email"]:focus {
	border-width: 3px;
	color: #c9ae73;
}
input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	position: relative;
	width: 40px;
	min-width: 40px;
  height: 40px;
  min-height: 40px;
	margin: 0 15px 0 0;
	border: 2px solid #c9ae73;
  border-radius: 15px;
  background-color: #FFF;
  cursor: pointer;
	-webkit-appearance: none;
	transition: opacity 200ms ease-in-out;
}
input[type="radio"]:hover,
input[type="checkbox"]:hover {
	opacity: 0.7;
}
input[type="radio"]:after,
input[type="checkbox"]:after {
  background-color: transparent;
  border-radius: 12px;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after {
  background-color: #c9ae73;
}

.template-a-tradicao .main-block.chosen,
.template-tipos-de-queijo .main-block.chosen {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.template-a-tradicao .main-block.chosen .content,
.template-tipos-de-queijo .main-block.chosen .content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.template-a-tradicao .main-block.chosen .content > span,
.template-tipos-de-queijo .main-block.chosen .content > span {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 100%;
	text-align: center;
}
.template-a-tradicao .main-block.chosen .content > span > a,
.template-tipos-de-queijo .main-block.chosen .content > span > a {
	margin-top: 20px;
}
.template-a-tradicao .main-block.chosen .content > img,
.template-tipos-de-queijo .main-block.chosen .content > img {
	width: 50%;
	max-width: 50%;
	max-height: 100%;
}

/**********************
        HEADER
**********************/

header#site-header {
	background-color: #393a2f;
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #c9ae73;
	z-index: 10;
}
header#site-header:focus {
	outline: 0;
}
header .menu {
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-end;
	padding: 15px 0 0;
	margin: 0 auto;
}
header .menu li {
	margin: 0;
	transition: opacity 200ms ease-in-out;
}
header .menu li:hover {
	opacity: 0.7;
}
header .menu li:not(.menu-item-type-custom) {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: center;
	margin: 0 40px 15px 40px;
	text-align: center;
}
header .menu li:not(.menu-item-type-custom):after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background-color: #c9ae73;
	margin-top: 4px;
	opacity: 0;
}
header .menu li:not(.menu-item-type-custom).current-menu-item:after,
.template-tipos-de-queijo header .menu .menu-item-17:after {
	opacity: 1;
}
header .menu li:not(.menu-item-type-custom) a {
	text-align: center;
	text-transform: uppercase;
	color: #c9ae73;
	font-size: 0.875rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	position: relative;
}
header .menu li:not(.menu-item-type-custom) a:hover {

}
header .menu li:not(.menu-item-type-custom) a:before,
header .menu li:not(.menu-item-type-custom) a:after {
	content: '';
	display: block;
	width: 2px;
	min-width: 2px;
	height: 2px;
	min-height: 2px;
	background-color: #c9ae73;
	border-radius: 500px;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}
header .menu li:not(.menu-item-type-custom) a:before {
	right: 105%;
}
header .menu li:not(.menu-item-type-custom) a:after {
	left: 108%;
}
header .menu li:not(.menu-item-type-custom).current-menu-item a,
.template-tipos-de-queijo header .menu .menu-item-17 a {
	color: #FFF;
	font-weight: 600;
}
header .menu li:not(.menu-item-type-custom).current-menu-item a:before,
header .menu li:not(.menu-item-type-custom).current-menu-item a:after,
.template-tipos-de-queijo header .menu .menu-item-17 a:before,
.template-tipos-de-queijo header .menu .menu-item-17 a:after {
	background-color: #FFF;
	width: 4px;
	min-width: 4px;
	height: 4px;
	min-height: 4px;
}
header .menu li.menu-item-type-custom {
	margin-bottom: 10px;
}
header .menu li.menu-item-type-custom a,
header .mobile-menu-wrapper .mobile-menu li.menu-item-type-custom a  {
	width: 135px;
	height: 65px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 0;
}
header .menu li.menu-item-type-custom a {
	background-image: url(../images/logo_white.png);
}
header .mobile-menu-wrapper .mobile-menu li.menu-item-type-custom a  {
	background-image: url(../images/logo_black.png);
}
header .mobile-menu-wrapper {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}
header .mobile-menu-wrapper .toggle-mobile-menu {
	width: 35px;
	height: 35px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	border: 7px solid #FFF;
	border-radius: 10px;
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.3);
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
header .mobile-menu-wrapper .toggle-mobile-menu:before,
header .mobile-menu-wrapper .toggle-mobile-menu:after {
	content: '';
	display: block;
	position: absolute;
}
header .mobile-menu-wrapper .toggle-mobile-menu:before {
	width: 100%;
	height: 100%;
	border-width: 3px 0;
	border-style: solid;
	border-color: #c9ae73;
	cursor: pointer;
	top: 0;
	left: 0;
}
header .mobile-menu-wrapper .toggle-mobile-menu:after {
	width: 90%;
	height: 3px;
	background-color: #c9ae73;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
header .mobile-menu-wrapper .mobile-menu {
	position: absolute;
	transform: translateX(-110%);
	transition: transform 200ms ease-in-out;
	top: 105%;
	height: calc(100vh - 105%);
	background-color: #FFF;
	padding: 20px 50px 40px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	z-index: 20;
	box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
}
header:focus .mobile-menu-wrapper .toggle-mobile-menu + .mobile-menu {
	transform: translateX(0);
}
header .mobile-menu-wrapper .mobile-menu li {
	font-size: 1.5rem;
}
header .mobile-menu-wrapper .mobile-menu li:not(:last-child) {
	margin-bottom: 20px;
}
header .mobile-menu-wrapper .mobile-menu li:nth-child(1) {
	order: 2;
}
header .mobile-menu-wrapper .mobile-menu li:nth-child(2) {
	order: 1;
}
header .mobile-menu-wrapper .mobile-menu li:nth-child(3) {
	order: 3;
}
header .mobile-menu-wrapper .mobile-menu li a {
	color: #c9ae73;
	text-decoration: underline;
}
.gray-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	z-index: -5;
	transition: opacity 200ms ease-in-out;
}

/**********************
        FOOTER
**********************/

footer#site-footer {
	background-color: #393a2f;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding: 30px 0 80px;
}
footer .inner-footer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
footer .inner-footer .links-and-info {
	text-transform: uppercase;
}
footer .inner-footer .links-and-info a,
footer .inner-footer .links-and-info span {
	font-size: 0.625rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
footer .inner-footer .links-and-info .links {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}
footer .inner-footer .links-and-info .links li {
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
footer .inner-footer .links-and-info .links li:not(:last-child):after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background-color: #FFF;
	border-radius: 500px;
	margin: 0 5px;
}
footer .inner-footer .links-and-info .links li a {
	color: #FFF;
	text-align: center;
	display: inline-flex;
	width: auto;
}
footer .inner-footer .links-and-info .copyright {
	color: #c9ae73;
}
footer .inner-footer .home-link {
	width: 150px;
	height: 71px;
	display: block;
	background-image: url(../images/logo_white.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 0;
}

/**********************
        	HOME
**********************/

.template-home .main-block.chosen {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.template-home .main-block.chosen .content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.template-home .main-block.chosen .content > * {

}
.template-home .main-block.chosen .content > .info {
	width: 50%;
}
.template-home .main-block.chosen .content > .info .description {
	margin: 20px 0 40px;
}
.template-home .main-block.chosen .content > img {
	width: 50%;
}

.template-home .main-block.tradition {
	background-color: #393a2f;
	background-image: url(../images/Mapa_Queijos_simple.svg);
	background-size: auto 100%;
	background-position: 55% center;
	background-repeat: no-repeat;
}
.template-home .main-block.tradition .content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
.template-home .main-block.tradition .content > :not(:last-child) {
	margin-bottom: 30px;
}
.template-home .main-block.tradition .content h2,
.template-home .main-block.tradition .content .description {
	text-align: center;
}
.template-home .main-block.tradition .content .description p {
	color: #FFF;
}
.template-home .main-block.tradition .content img {
	width: 180px;
}
.template-home .main-block.tradition .content .floating-background {
	width: 400px;
	height: 400px;
	position: absolute;
	right: -90px;
	top: 65%;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.template-home .main-block.newsletter {
	background-color: #FFF;
}
.template-home .main-block.newsletter .content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.template-home .main-block.newsletter .content h2 {
	text-align: center;
	width: 40%;
	margin-bottom: 40px;
}

/**********************
      TRADITION
**********************/

.template-a-tradicao .main-block.tradition .content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
}
.template-a-tradicao .main-block.tradition .content .info {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.template-a-tradicao .main-block.tradition .content .info > * {
	width: 50%;
}
.template-a-tradicao .main-block.tradition .content .info > .regional-information {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
}
.template-a-tradicao .main-block.tradition .content .info > .regional-information .title,
.template-a-tradicao .main-block.tradition .content .info > .regional-information .description {
	text-align: center;
}
.template-a-tradicao .main-block.tradition .content .info > .regional-information .title {

}
.template-a-tradicao .main-block.tradition .content .info > .regional-information .description {
	width: 50%;
	margin: 20px 0 35px;
}
.template-a-tradicao .main-block.tradition .content .info > .map-wrapper svg {
	pointer-events: none;
	height: 360px;
}
.template-a-tradicao .main-block.process,
.template-a-tradicao .main-block.process .content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
}
.template-a-tradicao .main-block.process .content {
	padding: 20px 0;
}
.template-a-tradicao .main-block.process .content .description {
	text-align: center;
	margin: 20px 0 15px;
	width: 60%;
}
.template-a-tradicao .main-block.process .phase-slider {
	width: 100%;
	min-height: 415px;
	background-color: #f1f1f1;
}
.template-a-tradicao .main-block.process .phase-slider .slider-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.template-a-tradicao .main-block.process .phase-slider .slick-arrow {
	cursor: pointer;
}
.template-a-tradicao .main-block.process .phase-slider .slick-arrow > svg {
	width: 30px;
	min-width: 30px;
	pointer-events: none;
}
.template-a-tradicao .main-block.process .phase-slider .slick-arrow.slide-arrow-next > svg {
	transform: rotate(180deg);
}
.template-a-tradicao .main-block.process .phase-slider .slick-list {
	width: 60%;
}
.template-a-tradicao .main-block.process .phase-slider .slide {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 60px;
}
.template-a-tradicao .main-block.process .phase-slider .slide .phase-separator {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	color: #c9ae73;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.62rem;
	margin: 10px 0 20px;
	font-family: 'Montserrat', sans-serif;
}
.template-a-tradicao .main-block.process .phase-slider .slide .phase-separator .pill {
	width: 60px;
	height: 8px;
	background-color: currentColor;
	border-radius: 500px;
	margin-top: 6px;
}
.template-a-tradicao .main-block.process .phase-slider .slide img {
	height: 160px;
	margin: 10px 0;
}
.template-a-tradicao .main-block.process .phase-slider .slide .description {
	text-align: center;
	font-weight: 400;
	width: 75%;
}
.template-a-tradicao .main-block.process .phase-slider .slide .description p:first-child {
	margin-bottom: 8px;
}
.template-a-tradicao .main-block.information .content .intro {
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.template-a-tradicao .main-block.information .content .intro h2 {
	margin-bottom: 15px;
}
.template-a-tradicao .main-block.information .content .intro .description {
	width: 60%;
}
.template-a-tradicao .main-block.information .content .info {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.template-a-tradicao .main-block.information .content .info img {
	width: 40%;
}
.template-a-tradicao .main-block.information .content .info > span {
	width: 50%;
}
.template-a-tradicao .main-block.information .content .info > span h5 {
	margin-bottom: 2px;
}
.template-a-tradicao .main-block.information .content .info > span h5:not(:first-child) {
	margin-top: 15px;
}
.template-a-tradicao .main-block.information .content .columns {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 50px 0 60px;
}
.template-a-tradicao .main-block.information .content .columns > span {
	width: 50%;
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	padding: 0 100px;
}
.template-a-tradicao .main-block.information .content .columns > span h2 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.template-a-tradicao .main-block.information .content .columns > span .description {
	width: 100%;
	margin: 30px 0 0;
}

/**********************
      	CHOSEN
**********************/

.template-os-eleitos .main-block.chosen .content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}
.template-os-eleitos .main-block.chosen .content .description {
	margin: 40px 0;
	width: 58%;
}
.template-os-eleitos .main-block.chosen .content img {
	max-width: 100%;
	max-height: 300px;
}
.template-os-eleitos .main-block.chosen-details {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
}
.template-os-eleitos .main-block.chosen-details ul {
	width: 100%;
}
.template-os-eleitos .main-block.chosen-details .single-chosen .top {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 450px;
}
.template-os-eleitos .main-block.chosen-details .single-chosen .top > * {
	width: 50%;
	height: 100%;
}
.template-os-eleitos .main-block.chosen-details .single-chosen .top .left {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.template-os-eleitos .main-block.chosen-details .single-chosen .top .right {

}
.template-os-eleitos .main-block.chosen-details .single-chosen .top .right .right-content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: center;
	width: 50%;
	height: 100%;
	padding-left: 50px;
	padding-bottom: 40px;
}
.template-os-eleitos .main-block.chosen-details .single-chosen .top .right .right-content .description {
	margin: 40px 0 0;
	max-width: 100%;
}
.template-os-eleitos .main-block.chosen-details .single-chosen .top .right .right-content .description p {
	color: inherit;
}
.template-os-eleitos .main-block.chosen-details .single-chosen .top .right .right-content .styled-button {
	margin-top: 70px;
}
.template-os-eleitos .main-block.chosen-details .single-chosen .top .right .right-content .styled-button.hidden {
	visibility: hidden;
	pointer-events: none;
}
.template-os-eleitos .main-block.chosen-details .single-chosen .bottom {
	margin: 0 auto;
}
.template-os-eleitos .main-block.chosen-details .single-chosen .bottom .second-description {
	width: 66%;
	text-align: center;
	margin: 0 auto;
}
.template-os-eleitos .main-block.chosen-details .single-chosen .bottom .gallery {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 50px 0 30px;
}
.template-os-eleitos .main-block.chosen-details .single-chosen .bottom .gallery img {
	margin: 10px;
}

/**********************
    TYPES OF CHEESE
**********************/

.template-tipos-de-queijo .main-block.types .content ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.template-tipos-de-queijo .main-block.types .content ul li {
	width: 50%;
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	padding: 0 50px;
}
.template-tipos-de-queijo .main-block.types .content ul li > * {
	max-width: 100%;
}
.template-tipos-de-queijo .main-block.types .content ul li .description {
	margin-top: 15px;
}

/**********************
    	CONTACT US
**********************/

.template-fale-connosco .main-block.contact {

}

/**********************
    		MEDIA
**********************/

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1100px) {
	header .menu,
	footer .inner-footer,
	.main-block .content,
	.slider-wrapper {
		width: 900px;
	}
	.template-a-tradicao .main-block.information .content .columns > span h2 {
		height: 56px;
	}
}

@media screen and (max-width: 1024px) {
	header .menu,
	footer .inner-footer,
	.main-block .content,
	.slider-wrapper {
		width: 740px;
	}
	.wpcf7-form {
		width: 80%;
	}
	.template-home .main-block.tradition .content .floating-background {
		width: 300px;
		height: 300px;
		right: -10%;
		top: 75%;
	}
	.template-a-tradicao .main-block.information .content .info {
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.template-a-tradicao .main-block.information .content .columns > span {
		padding: 0 40px;
	}
	.template-os-eleitos .main-block.chosen-details .single-chosen .top .right .right-content {
		width: 100%;
		padding-right: 50px;
	}
}

@media screen and (max-width: 768px) {
	header .menu,
	footer .inner-footer,
	.main-block .content,
	.slider-wrapper {
		width: 600px;
	}
	.wpcf7-form,
	.template-home .main-block.newsletter .content h2,
	.template-a-tradicao .main-block.tradition .content .info > *,
	.template-a-tradicao .main-block.tradition .content .info > .regional-information .description,
	.template-a-tradicao .main-block.process .content .description,
	.template-a-tradicao .main-block.process .phase-slider .slick-list,
	.template-a-tradicao .main-block.information .content .intro .description,
	.template-a-tradicao .main-block.information .content .info > span,
	.template-os-eleitos .main-block.chosen .content .description,
	.template-os-eleitos .main-block.chosen-details .single-chosen .bottom .second-description {
		width: 100%;
	}
	header .menu li:not(.menu-item-type-custom) {
		margin: 0 0 15px 0;
	}
	header .menu li:not(.menu-item-type-custom):first-child {
		margin-right: 20px;
	}
	header .menu li:not(.menu-item-type-custom):last-child {
		margin-left: 20px;
	}
	.template-home .main-block.tradition .content .floating-background {
		width: 250px;
		height: 250px;
		right: -10%;
		top: 80%;
	}
	.template-a-tradicao .main-block.tradition .content .info {
		flex-direction: column;
	}
	.template-a-tradicao .main-block.tradition .content .info > .regional-information {
		margin-bottom: 40px;
	}
	.template-a-tradicao .main-block.information .content .info {
		flex-direction: column;
	}
	.template-a-tradicao .main-block.information .content .info > span {
		text-align: center;
	}
	.template-a-tradicao .main-block.information .content .columns {

	}
	.template-a-tradicao .main-block.information .content .columns > span {
		padding: 0 20px;
	}
	.template-a-tradicao .main-block.information .content .columns > span h2 {
		height: 84px;
	}
	.template-a-tradicao .main-block.information .content .columns > span .description {

	}
	.template-os-eleitos .main-block.chosen img {

	}
	.template-os-eleitos .main-block.chosen-details .single-chosen .bottom {

	}
	.template-os-eleitos .main-block.chosen-details .single-chosen .bottom .gallery {
		margin: 20px 0;
	}
}

@media screen and (max-width: 650px) {
	header .menu,
	footer .inner-footer,
	.main-block .content,
	.slider-wrapper {
		width: 400px;
	}
	footer .inner-footer {
		align-items: flex-start;
	}
	footer .inner-footer .links-and-info .links {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	footer .inner-footer .links-and-info .links li:not(:last-child) {
		margin-bottom: 20px;
	}
	footer .inner-footer .links-and-info .links li:not(:last-child):after {
		display: none;
	}
	.template-home .main-block.chosen .content {
		flex-direction: column;
	}
	.template-home .main-block.chosen .content > .info {
		width: 100%;
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	.template-home .main-block.chosen .content > .info h2,
	.template-home .main-block.chosen .content > .info .description {
		text-align: center;
	}
	.template-home .main-block.chosen .content > img {
		width: auto;
		margin-top: 50px;
	}
	.template-home .main-block.tradition .content .floating-background {
		width: 250px;
		height: 250px;
		right: -20%;
		top: 80%;
	}
	.template-a-tradicao .main-block.process .phase-slider .slick-slider {
		position: relative;
	}
	.template-a-tradicao .main-block.process .phase-slider .slick-arrow {
		position: absolute;
		top: 50%;
	}
	.template-a-tradicao .main-block.process .phase-slider .slick-arrow.slide-arrow-prev {
		left: 0%;
	}
	.template-a-tradicao .main-block.process .phase-slider .slick-arrow.slide-arrow-next {
		right: 0%;
	}
	.template-os-eleitos .main-block.chosen img {

	}
	.template-tipos-de-queijo .main-block.types .content ul li {
		padding: 0 20px;
	}
	.template-tipos-de-queijo .main-block.types .content ul li img {
		height: 175px;
	}
}

@media screen and (max-width: 600px) {
	header .menu,
	footer .inner-footer,
	.main-block .content,
	.slider-wrapper,
	.template-os-eleitos .main-block.chosen-details .single-chosen .top .right .right-content {
		width: 400px;
	}
	header:focus + .gray-overlay {
		z-index: 5;
		opacity: 1;
	}
	body {
		padding-top: 0;
	}
	.banner.slider {
		height: 385px;
	}
	header#site-header {
		width: 50px;
		height: 50px;
		background-color: transparent;
		border: 0;
	}
	header#site-header:focus {
		outline: 1px solid #c9ae73;
	}
	header .mobile-menu-wrapper {
		display: block;
	}
	header .menu {
		display: none;
	}
	.template-home .main-block.tradition .content .floating-background {
		display: none;
	}
	.template-a-tradicao .main-block.chosen .content {
		flex-direction: column;
	}
	.template-a-tradicao .main-block.chosen .content > span {
		width: 100%;
		margin-bottom: 20px;
	}
	.template-a-tradicao .main-block.chosen .content > img {
		max-width: 100%;
	}
	.template-os-eleitos .main-block.chosen-details .single-chosen .top {
		flex-flow: column;
		width: 100%;
		height: auto;
	}
	.template-os-eleitos .main-block.chosen-details .single-chosen .top > * {
		width: 100%;
	}
	.template-os-eleitos .main-block.chosen-details .single-chosen .top .left {
		height: 250px;
	}
	.template-os-eleitos .main-block.chosen-details .single-chosen .top .right {
		display: flex;
		flex-flow:  nowrap;
		justify-content: center;
		align-items: center;
	}
	.template-os-eleitos .main-block.chosen-details .single-chosen .top .right .right-content {
		padding: 40px 0;
	}
	.template-os-eleitos .main-block.chosen-details .single-chosen .top .right .right-content .styled-button.hidden {
		display: none;
	}
}

@media screen and (max-width: 425px) {
	header .menu,
	footer .inner-footer,
	.main-block .content,
	.slider-wrapper {
		width: 350px;
	}
	footer .inner-footer {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	footer .inner-footer .links-and-info {
		margin-bottom: 20px;
	}
	footer .inner-footer .links-and-info .links {
		align-items: center;
	}
	.template-a-tradicao .main-block.information .content .columns {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.template-a-tradicao .main-block.information .content .columns > span {
		width: 100%;
	}
	.template-a-tradicao .main-block.information .content .columns > span:not(:first-child) {
		margin-top: 25px;
	}
	.template-a-tradicao .main-block.information .content .columns > span h2 {
		height: auto;
	}
	.template-a-tradicao .main-block.information .content .columns > span .description {
		margin-top: 15px;
	}
	.template-os-eleitos .main-block.chosen-details .single-chosen .bottom .gallery {

	}
	.template-tipos-de-queijo .main-block.types .content ul {
		flex-direction: column;
	}
	.template-tipos-de-queijo .main-block.types .content ul li {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 375px) {
	header .menu,
	footer .inner-footer,
	.main-block .content,
	.slider-wrapper {
		width: 320px;
	}
}

@media screen and (max-width: 320px) {
	header .menu,
	footer .inner-footer,
	.main-block .content,
	.slider-wrapper {
		width: 280px;
	}
}
