/*!
 * CSS v4.4.1 (https://iwanrossdigital.co.za/)
 * Copyright 2011-2021 Iwan Ross
 */

.social a {
  padding: 0 .5em;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
	cursor: pointer;
	
}


/* Styles for wrapping the search box */

.main {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


.footer-dark {
    padding: 10px 0;
    
}

.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0
}

.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6
}

.footer-dark ul a:hover {
    opacity: 0.8
}

@media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px
    }
}

.footer-dark .item.text {
    margin-bottom: 36px
}

@media (max-width:767px) {
    .footer-dark .item.text {
        margin-bottom: 0
    }
}

.footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0
}

.footer-dark .item.social {
    text-align: center
}

@media (max-width:991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px
    }
}

.footer-dark .item.social>a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgb(204,204,204);
    margin: 0 8px;
    color: #007BFF;
    opacity: 0.75
}

.footer-dark .item.social>a:hover {
    opacity: 0.9
}

.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.7;
    font-size: 14px;
    margin-bottom: 0;
	
}


.img-recipe-scaled {
	 margin-right: 1rem !important;
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
object-fit: cover;
width: 110px;
height: 110px;
	margin-top: 15px;
}

.img-fluid-scaled {
max-width: 100%;
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
object-fit: cover;
width: 400px;
height: 400px;

}

.float-right-scaled {
	float: right !important;
object-fit: cover;
width: 200px;
height: 200px;

}

.float-left-scaled {
float: left !important;
object-fit: cover;
width: 200px;
height: 200px;

}


.recipeTrendContainer {
	
	cursor: pointer;
}

.firstsimilarcontainer {
	
	cursor: pointer;
}

.secondsimilarcontainer {
	
	cursor: pointer;
}

.submenu {
	
	  display: block;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.submenu a{
	
	text-decoration: none;
	color: #212529;
}
.submenu:active{
	
	text-decoration: none;
	color: #212529;
}
.submenu:hover{
	
	text-decoration: none;
	color: #212529;
}
.submenu:link{
	
	text-decoration: none;
	color: #212529;
}
.submenu:visited{
	
	text-decoration: none;
	color: #212529;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}



.footer-dark .sitelinks {
    text-align: center;
    padding-top: 24px;
    opacity: 0.7;
    font-size: 14px;
    margin-bottom: 0;
	
}


.footer-dark .sitelinks a {
color: #67b3b2;
text-decoration: none;
	font-weight: 600;
	
}

.footer-logo {
    width: 85px; /* Adjust the width as needed */
    height: 85px; /* Adjust the height as needed */
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px; /* Space between the logo and the text */
}
