@charset "utf-8";
body {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 140%;
}
@font-face {
    font-family: 'Londrina-Solid';
    src: url('/fonts/LondrinaSolid-Regular.woff2') format('woff2'),
        url('/fonts/LondrinaSolid-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Sketchetik-Black";
  src: url("/fonts/HiekkaGraphics-Sketchetik-Black.eot"); /* IE9 Compat Modes */
  src: url("/fonts/HiekkaGraphics-Sketchetik-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/HiekkaGraphics-Sketchetik-Black.otf") format("opentype"), /* Open Type Font */
    url("/fonts/HiekkaGraphics-Sketchetik-Black.svg") format("svg"), /* Legacy iOS */
    url("/fonts/HiekkaGraphics-Sketchetik-Black.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/fonts/HiekkaGraphics-Sketchetik-Black.woff") format("woff"), /* Modern Browsers */
    url("/fonts/HiekkaGraphics-Sketchetik-Black.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "UncleOscar";
  src: url("/fonts/Hanoded-UncleOscar.eot"); /* IE9 Compat Modes */
  src: url("/fonts/Hanoded-UncleOscar.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/Hanoded-UncleOscar.otf") format("opentype"), /* Open Type Font */
    url("/fonts/Hanoded-UncleOscar.svg") format("svg"), /* Legacy iOS */
    url("/fonts/Hanoded-UncleOscar.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/fonts/Hanoded-UncleOscar.woff") format("woff"), /* Modern Browsers */
    url("/fonts/Hanoded-UncleOscar.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
h1 {
    font-family: 'Londrina-Solid', sans-serif;
}
h2, h3, h4, h5, h6 {
    font-family: 'UncleOscar', sans-serif;
}
img.width100 {
	width: 99%!important;
	height: auto!important;
	margin: 0.5%;
}
img.width50 {
	width: 49%!important;
	height: auto!important;
	margin: 0.5%;
}
img.width33 {
	width: 31.333%!important;
	height: auto!important;
	margin: 0.5%;
}
img.width25 {
	width: 24%!important;
	height: auto!important;
	margin: 0.5%;
}
hr {
	clear:both;
	border: none;
}
h1 {
	color: #545454;
	font-size: 36px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	color: #9a2885;
	font-size: 28px;
}
h3 {
	color: #9a2885;
	font-size: 24px;
}
h5 {
	color: #9a2885;
	font-size: 20px;
}
h5 {
	color: #9a2885;
	font-size: 18px;
}
.btn_more_info {
	background-color: #9a2885;
	color: #fff;
	padding: 10px;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
}
#contact_form1 {
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#contact_form1  label {
    display: none;
}
#contact_form1  #recaptcha1 {
    width: 305px;
    margin-left: auto;
    margin-right: auto;
}
.services_index {
	margin: 0px;
	padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.services_index li {
    margin: 1%;
    padding: 10px;
    width: 31.333%;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
    text-align: center;
    padding-bottom: 50px;
}
.services_index li h3 a {
    color: #9E208A;
	text-decoration: none;
}
.services_index li h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
    color: #9E208A;
    font-size: 26px;
}
.services_index li p {
}
.services_index li .btn_services_more {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat-x;
	text-align: center;
	padding: 5px;
	font-weight: bold;
    background-color: #9a2885;
	bottom: 5px;
    left: 0;
    right: 0;
	width: 180px;
	box-sizing: border-box;
    position: absolute;
    border-radius: 5px;
  margin-left: auto; 
  margin-right: auto; 
}
.services_index .description {
    display: block;
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}
.services_index .description p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 16px;
}


fieldset {
    border: none;
}
input[type='text'],
input[type='email'],
input[type='tel'],
textarea,
select,
input[type='time'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #868686;
    margin-bottom: 5px;
}

input[type='text'],
input[type='email'],
input[type='tel'],
select {
    width: 100%;
    vertical-align: middle;
}

textarea {
    height: 120px;
    width: 100%;
}

input[type='time'] {
    width: auto;
}

input[type='checkbox'] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

input[type='radio'] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

#btn_submit, .btn_submit, .btn, .btn_more {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	display: inline-block;
	background-color: #9a2885;
	cursor: pointer;
	border: none;
	margin-top: 10px;
    text-decoration: none;
    border-radius: 5px;
}

input[type='text'], input[type='email'], textarea, select, input[type='time'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #868686;
}

input[type='text'], input[type='email'], select, textarea {
    width: 100%;
    vertical-align: middle;
	}
	textarea {
    height: 120px;
    width: 100%;
	}
	input[type='time'] {
	width: auto;
	}

input[type='checkbox'] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
	}
input[type='radio'] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
	}

#recipe_ingredients {
    background-color: #F5F5F5;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
}

#recipe_ingredients h2 {
    text-align: center;
}
#recipe_ingredients ul {
    padding: 0px;
    margin: 0px;
    border-top: 2px solid rgba(68, 125, 117, 0.1);
}
#recipe_ingredients li {
    /* background-image: url(/images/recipe_bullet.png); */
    list-style: none;
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 30px;
    margin-bottom: 10px;
    font-family: 'UncleOscar', sans-serif;
    border-bottom: 2px solid rgba(68, 125, 117, 0.1);
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    margin: 0px;
}
.recipes_index {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.recipes_index a {
    text-decoration: none;
    color: #000;
}
.recipes_index img {
    width: 100%;
    height: auto;
}
.recipe_item {
    width: 48%;
    margin: 1%;
    background-color: #f5f5f5;
}

.recipe_item h3 {
    color: #9e208a;
}
.recipe_item .content {
    text-align: center;
    padding: 20px;
}
@media (max-width: 1280px) {
    
    
}

@media (max-width: 1080px) {
    
    
}

@media (max-width: 980px) {
    
    
}


@media (max-width: 780px) {
    
    
}


@media (max-width: 720px) {
    
    
}


@media (max-width: 650px) {
  .services_index li {
	width: 48%;
	}  
    .recipe_item {
    width: 100%;
    margin: 0%;
        margin-bottom: 20px;
}
}

@media (max-width: 480px) {
    
     .services_index li {
	width: 98%;
		height: auto!important;
		padding-bottom: 30px;
		margin-bottom: 10px;
	}
	.services_index .description {
		height: auto!important;
	}
		img.width100 {
		width: 99%!important;
		height: auto!important;
	}
	img.width50 {
		width: 99%!important;
		height: auto!important;
	margin: 0.5%;
		clear:both;
	}
	img.width33 {
		width: 99%!important;
		height: auto!important;
	margin: 0.5%;
		clear:both;
	}
	img.width25 {
		width: 49%!important;
		height: auto!important;
		margin: 0.5%;
	}

}

@media (max-width: 380px) {
    
    
}
