@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
body {
  font-family: "Google Sans Flex", sans-serif;
  background: url(/wp-content/themes/sgv2/img/sgbg.jpg) #fff bottom center repeat-x;
}
.google-sans-flex-aa {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight:100;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
}
body, p {
  font-size: 16px;
  line-height: 1.4em;
}
.post-content ul, .post-content ol {
  font-size: 16px;
  line-height: 1.4em;
}
.post-content ul li, .post-content ol li {
  margin-bottom: 10px;
}
.tip-card {
  background-color: #ECEFF1;
  padding-bottom: 15px;
  padding-top: 15px;
} 
.tip-card-heading {
  position: absolute;
  top: -16px;
  background: #222;
  border-radius: 10px;
  padding: 2px 18px;
  font-weight: 900;
  color: #fff;
  left: -13px;
}
.navbar {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-brand img {
  width: 180px;
}
.nav-link {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 18px;
  margin-left: 0px;
  padding: 10px 10px 0 10px !important;
}
.nav-link.active, .nav-link:hover, .nav-link:focus {
  color: #FF9800;
}
.hero-content {
  background: url(/wp-content/themes/sgv2/img/herotest.jpg)#ccc;
  background-size: cover;
  padding: 74px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
  
  color: #fff;
}
.hero-content h1 {
  font-size: 52px;
  line-height: 1.1em;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}


.post-hero {
  background: url(/img/herotest.jpg)#ccc;
  padding: 40px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
  min-height: 200px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.post-hero h1 {
  font-size: 52px;
  line-height: 1.1em;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.post-hero-content {
  z-index: 9;
  position: relative;
}
.post-hero-overlay {
  background-color: rgba(0,0,0,.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-hero p {
  font-size: 20px;
  line-height: 1.2em;
}
.img-radius {
  border-radius: 10px;
  overflow: hidden;
}

#catTabs .nav-link {
  font-family: "Fira Sans", sans-serif;
  color: #333 !important;
  font-weight: 500;
  font-size: 20px;
  margin: 0 20px;
  border-radius: 0;
  padding: 15px 0;
}
#catTabs .nav-link:hover {
  border-bottom: 1px solid #333;
}
#catTabs .nav-link.active, #catTabs .show>.nav-link {
  color: #333;
  background-color: transparent;
  border-bottom: 1px solid #333;
}
.tabcenter {
  width: 100%;
}
.catFeature-image {
  border-radius: 10px;
  overflow: hidden;
}
.catFeature-category {
  color: #FF9800;
}
.catFeature-title {
  font-family: "Fira Sans", sans-serif;
  color: #333 !important;
  font-weight: 500;
  line-height: 1.1em;
  font-size:24px;
}
.catFeature-excerpt {
  line-height: 1.2em;
  font-size:16px;
}
.latest-title {
  line-height: 1.2em;
  margin-bottom:5px;
}
.orange-text {
  color: #FF9800;
}
.grey-text {
  color: #ccc;
}
.orange-text {
  color: #FF9800;
}
.latest-title a {
  font-family: "Fira Sans", sans-serif;
  color: #333 !important;
  font-weight: 500;
  line-height: 1em;
  font-size:15px;
 
  text-decoration: none;
}
.latest-image {
  border-radius: 10px;
  overflow: hidden;
}
.latest-category {
  color: #FF9800;
  font-size: 12px;
}
.latest-excerpt .btn {
  font-size: 12px;
  text-decoration: none;
  padding: 2px 4px;
}
#plhome {
  padding-top: 40px;
  padding-bottom: 20px;
}
#footer {
  margin-bottom: 15px;
}
#footer h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #FF9800;
}
#footer ul {
  list-style-type: none;
  padding: 0;
}
#footer ul li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2em;
}
#footer a {
  text-decoration: none;
  color: #333;
}
#footer a:hover {
  color: #FF9800;
}
.footer-logo img {
  max-width: 180px;
}
.footer-links a {
  text-decoration: none;
  color: #333;
  margin-left: 15px;
  padding: 0;
  font-size: 16px;
}
.footer-links {
  text-align: right;
}
.footer-links a:hover {
  color: #FF9800;
}
.btn-primary {
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-primary:hover  {
  background-color: #ffa46f;
  border-color: #ffa46f;
}
.category-blocks-image {
  /*background: url(/img/placeholder.jpg);*/
  border-radius: 10px;
  overflow: hidden;
}
.category-blocks{
  background: url(/img/placeholder.jpg);
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 20px;
  min-height: 200px;
  position: relative;
  background-size: cover;
}
.category-blocks-heading {
  color: #333;
  font-size: 28px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
}
.category-blocks-title a {
  color: #fff;
  font-size: 22px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
}
.category-blocks-excerpt {
  color: #fff;
  line-height: 1.2em;
  font-size: 14px;
}
.category-blocks-link .btn {
  font-size: 14px;
  padding: 5px;
}
a .recent-more {
  font-size: 10px !important;
  line-height: 1em !important;
  margin-bottom: 10px;
}
.category-blocks-content {
  position: relative;
  z-index: 9;
}
.category-blocks-overlay {
  background-color: rgba(0,0,0,.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#home-categories {
  
}
#home-categories ul {
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
}
#home-categories ul li {
  line-height: 1.2em;
  margin-bottom: 15px;
}
#home-categories ul a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.3em;
}
#home-categories ul a:hover {
  color: #FF9800;
}
#home-categories ul a.viewall {
  color: #FF9800;
  font-size: 12px;
}
.sidebar-recent {
  margin-bottom: 15px;
  position: relative;
}
.sidebar-recent-label {
  position: absolute;
  top: 8px;
  left: 8px;  
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  color:#FF9800;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 12px;
}
.sidebar-recent a {
  text-decoration: none;
  color: #333;
  transition: all 200ms ease-in-out;
}
.sidebar-recent-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 5px;
  color: #fff;
  transition: all 200ms ease-in-out;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  padding: 10px;
  width: calc(100% - 24px);
  border-radius: 0 0 14px 14px;
}
.sidebar-recent a:hover > .sidebar-recent-title {
  color: #FF9800;
  transition: all 200ms ease-in-out;
}
.post-excerpt {
  font-size: 18px;
  line-height: 1.3em;
}
.hero-content a.internallink {
  color: #FF9800;
  text-decoration: none;
}
.hero-content a.internallink:hover {
  color: #ffa46f;
}
.post-card-title-link {
  text-decoration: none;
  color: #222;
  transition: all 200ms ease-in-out;
}
.post-card-title-link:hover {
  color: #FF9800;
  transition: all 200ms ease-in-out;
}
.catbadge {
  background-color: #FF9800 !important;
  text-decoration: none;
   transition: all 200ms ease-in-out;
}
.catbadge:hover {
  background-color: #ffa46f !important;
  transition: all 200ms ease-in-out;
  color: #fff;
}
.recipe-image {
  border-radius: 10px;
  overflow: hidden;
}
.recipe-list {
  list-style-type: none;
  padding: 0;
  font-size: 16px;
  line-height: 1.2em;
}
.recipe-list a {
  
 
  transition: all 200ms ease-in-out;
}
.recipe-list a:hover {
  text-decoration: none;
  color: #FF9800;
  transition: all 200ms ease-in-out;
}
.recipe-list ul li {

}
.instruction-list {
  list-style-type: none;
  padding: 0 0 0 0px;
  font-size: 16px;
}
.step-data {
  margin-top: 15px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
}
.step-data p {
  font-size: 12px;
  margin: 0;
}
.step-data p i {
  color: #FF9800;
}
.step-data h5 {
  margin: 0;
  font-size: 17px;
}
.prep-box {
  background-color: #f7f7f7;
  color: #222;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 15px 15px 15px;
  margin-bottom: 15px;
}
.prep-box p {
  font-size: 14px;
  line-height: 1em;
}
.prep-box h3 span {
  font-size: 14px;
}
.prep-box h3 {
  line-height: 1em;
}
.step-data-icon {
  font-size: 28px;
}
.instruction-list li {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
}
.instruction-list li:last-of-type {
  border-bottom: 0px dashed #ccc;
  padding-bottom: 15px;
}
.filter-buttons .btn, .filter-label {
  font-size: 12px;
}
.filter-buttons .btn-outline-primary {
  background-color: #ECEFF1;
  color: #607D8B;
  border-color: #B0BEC5;
}
.filter-buttons .btn-outline-primary:hover {
  background-color: #607D8B;
  color: #fff;
  border-color: #607D8B;
}
.card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
  overflow: hidden;
}
.recipe-card .card-text {
  font-size: 16px;
  line-height: 1.2em;
}
.card-title a {
  color: #222;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
.card-title a:hover { 
  color: #222;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
.card-title a:hover { 
  color: #FF9800;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
.recipe-view {
  color: #222;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}


.recipe-card-link {
  text-decoration: none;
  color: #222;

}

.navbar-toggler.collapsed {
  transform: rotate(0deg);
  transition: all 200ms ease-in-out;
}
.navbar-toggler {
  transform: rotate(-90deg); 
   transition: all 200ms ease-in-out;
}
.navbar-toggler {
  background-color: #ECEFF1;
  color: #000;
  padding: 9px;
  font-size: 1.5rem;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.cat-card-text {
  border-top: 1px dashed #ccc;
}
.recipe-card a:hover > .card-title {
  color: #FF9800;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
.recipe-view:hover {
  color: #FF7043;
  transition: all 200ms ease-in-out;
}
.recipe-card-times {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.search-type {
  position: absolute;
  top: 15px;
  left: 15px;
}
.search-type .badge {
  background-color: #fff;
  color:#222;
}
.site-search input, .site-search .btn {
  border-radius: 40px;
}
.post-section a {
  color: #FF9800;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
.post-section a:hover {
  color: #FF7043;
  transition: all 200ms ease-in-out;
}
.latest-heading {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  color: #222;
  border-radius: 4px;
  font-size: 10px;
  padding: 0px 8px;
  font-weight: 500;
}
#sub-sub-footer p {
  color: #777;
  font-size: 13px;
}
@media screen and (max-width : 767px) {
  .hero-content {
    padding: 40px 20px;
  }
  .hero-content h1 {
    font-size: 37px;
  }
  .footer-links, .copyright {
    text-align: center;
    font-size: 13px;
  }
  .footer-links a {
    font-size: 14px;
  }
  .footer-logo-container {
    text-align: center;
    padding-bottom: 10px;
  }
  #footer {
    margin-bottom: 10px;
  }
}
.home-view {
  color: #222;
  font-size: 10px;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
.home-view:hover {
  color: #FF9800;
  transition: all 200ms ease-in-out;
}
@media screen and (min-width : 768px) and (max-width : 991px) {
  .nav-link {
    margin-left: 0px;
    padding: 5px 0px 5px 0px !important;
  }
}
@media screen and (min-width : 992px) and (max-width : 1199px) {
  .hero-content {
    padding: 35px 40px;
  }
  .hero-content h1 {
    font-size: 37px;
  }
  .latest-title {
    font-size: 16px;
  }
  .nav-link {
    font-size: 16px;
    margin-left: 0px;
    padding: 0px 10px 0 10px !important;
  }
}
@media screen and (min-width : 1200px) and (max-width : 1399px) {
  .hero-content {
    padding: 42px 40px;
  }
}