
/* Fonts Import */
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400&display=swap");

h1{
	font-size: 2.2em !important;
	font-family: "Playfair Display", serif !important;
}

h3{
	font-family: "Playfair Display", serif !important;
}

h5{
	font-size: 0.57em;
	font-family: "Raleway", serif !important;
}

p{
	font-size:16px;
	font-family: "Raleway", sans-serif !important;
}

p.top-carousel-subtitle{
	font-size: 1.12em !important;
}

li{
	background-color: none !important;
}

.header{
	padding: 0 15% !important;
}

.curatedRecipesTitle{
	text-align: center;
}

.UserRecipesTitle{
	text-align: center;
}
.snapWidgetTitle{
	text-align: center;
}

.viewMore{
	font-size:14px;
	text-align: right;
	text-decoration: underline;
}

.item.carousel-item.active{
	margin-bottom: 15% !important;
}

li.active{
	background-color: #000000 !important;
}

li{
	background-color: #c9c0bb !important;
}

/* c9c0bb */

ol.carousel-indicators{
	background-color: #ffffff !important;
}

/* Carousel Caption style */
.carousel-caption{
	bottom: -120px !important;
	text-shadow: none !important;
}

.top-carousel-title{
	color: black !important;
}

.top-carousel-subtitle{
	color: black !important;
}


.headerContent{
	text-align: center;
}

.headerContent div{
	display: inline-block;
}

.headerMenu{
	float: left;
	padding:1.3em;

}

.headerLogo{
	padding:1.3em;
}

.headerAbout{
	padding:1.3em;
	float:right;
}


img.headerCarouselImg {
	max-width: 100%;
	height: auto;
}

img.logoImg{
	display: block !important;
	margin: auto;
}

.container{
	min-width: 70%;
	padding-bottom: 2em;
}

/* styles for curated blogs - source:codpen.com */

body {
  color: #000;
  font-weight: 400;
  line-height: 1.6;
}

.container {
  max-width: 1335px;
  margin: 0 auto;
}

.grid-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
	padding-bottom:1em;
}

.grid-item {
  height: 340px;
  -ms-flex: auto;
  width: 284px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

.grid-row a {
  text-decoration: none;
}

.wrapping-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: currentColor;
}

.grid-item-wrapper {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  position: relative;
}

.grid-item-container {
  height: 100%;
  width: 100%;
  position: relative;
}

.grid-image-top {
  width: 120%;
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
  left: -10.5%;
  top: -4.5%;
}

.grid-image-top .centered {
  text-align: center;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 54.5%;
  left: 50%;
  width: 60%;
  height: 60%;
  background-position: center;
}

.grid-image-top.rex-ray {
  background: -webkit-gradient(linear,left top, left bottom,from(#007DB8),to(#00447C));
  background: -webkit-linear-gradient(#007DB8,#00447C);
  background: -o-linear-gradient(#007DB8,#00447C);
  background: linear-gradient(#007DB8,#00447C);
}

.rex-ray-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/Rex-Ray-icon-209x300.png);
}

.grid-image-top.sputnik {
  background: -webkit-gradient(linear,left top, left bottom,from(#1AA9FB),to(#1785C4));
  background: -webkit-linear-gradient(#1AA9FB,#1785C4);
  background: -o-linear-gradient(#1AA9FB,#1785C4);
  background: linear-gradient(#1AA9FB,#1785C4);
}

.sputnik-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/sputnik-1-300x257.png);
}

.grid-image-top.edgex {
  background: -webkit-gradient(linear,left top, left bottom,from(#952f4c),to(#3e1a51));
  background: -webkit-linear-gradient(#952f4c,#3e1a51);
  background: -o-linear-gradient(#952f4c,#3e1a51);
  background: linear-gradient(#952f4c,#3e1a51);
}

.edgex-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/edge-x-300x287.png);
}

.grid-image-top.openswitch {
  background: -webkit-gradient(linear,left top, left bottom,from(#2db89a),to(#00793d));
  background: -webkit-linear-gradient(#2db89a,#00793d);
  background: -o-linear-gradient(#2db89a,#00793d);
  background: linear-gradient(#2db89a,#00793d);
}

.openswitch-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/open-switch-300x207.png);
}

.grid-image-top.scaleio {
  background: -webkit-gradient(linear,left top, left bottom,from(#2e96dd),to(#326de6));
  background: -webkit-linear-gradient(#2e96dd,#326de6);
  background: -o-linear-gradient(#2e96dd,#326de6);
  background: linear-gradient(#2e96dd,#326de6);
}

.scaleio-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/K8s_ScaleIO_Color-white-thumb-221x300.png);
}

.grid-image-top.csi {
  background: -webkit-gradient(linear,left top, left bottom,from(#464646),to(#000000));
  background: -webkit-linear-gradient(#464646,#000000);
  background: -o-linear-gradient(#464646,#000000);
  background: linear-gradient(#464646,#000000);
}

.csi-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/csi-1-300x99.png);
}

.grid-image-top.kubernetes {
  background: -webkit-gradient(linear,left top, left bottom,from(#09C1D1),to(#326DE6));
  background: -webkit-linear-gradient(#09C1D1,#326DE6);
  background: -o-linear-gradient(#09C1D1,#326DE6);
  background: linear-gradient(#09C1D1,#326DE6);
}

.kubernetes-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/kubernetes-300x293.png);
}

.grid-image-top.grpc {
  background: -webkit-gradient(linear,left top, left bottom,from(#0CC1C8),to(#2E838C));
  background: -webkit-linear-gradient(#0CC1C8,#2E838C);
  background: -o-linear-gradient(#0CC1C8,#2E838C);
  background: linear-gradient(#0CC1C8,#2E838C);
}

.grpc-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/grpc-300x105.png);
}

.grid-image-top.envoy {
  background: -webkit-gradient(linear,left top, left bottom,from(#290B54),to(#130229));
  background: -webkit-linear-gradient(#290B54,#130229);
  background: -o-linear-gradient(#290B54,#130229);
  background: linear-gradient(#290B54,#130229);
}

.envoy-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/envoy_logo-5028052-300x91.png);
}

.grid-image-top.istio {
  background: -webkit-gradient(linear,left top, left bottom,from(#4A73C0),to(#466BB0));
  background: -webkit-linear-gradient(#4A73C0,#466BB0);
  background: -o-linear-gradient(#4A73C0,#466BB0);
  background: linear-gradient(#4A73C0,#466BB0);
}

.istio-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/istio-203x300.png);
}

.item-title {
	font-family: "Playfair Display", serif;
  font-size: 0.85em;
  line-height: 26px;
  margin-bottom: 0.4em;
  display: block;
}

.item-category {
	font-family: "Raleway", sans-serif;
  display: block;
  margin-bottom: 20px;
  font-size: 0.57em;
}

.more-info {
  position: absolute;
  bottom: 0;
  margin-bottom: 25px;
  padding-left: 0;
  transition-duration: .5s;
  font-size: 0.6em;
  display: flex;
}

.more-info i {
  padding-left: 5px;
  transition-duration: .5s;
}

.grid-item:hover .more-info i {
  padding-left: 20px;
  transition-duration: .5s;
}

.more-info i::before {
  font-size: 0.7em;
}

.grid-item:hover .grid-item-wrapper {
  padding: 2% 2%;
  margin: -2% -2%;
}

.grid-item-content {
  padding: 0 1em 1em 0.3em;
	margin-top: -1em;
}

h3.item-title{
	font-family: "Playfair Display", serif !important;
  font-size: 18px !important;
  line-height: 26px !important;
  margin-bottom: 0.4em;
  display: block;
}

p.item-category{
	font-family: "Raleway", sans-serif !important;
  display: block;
  margin-bottom: 20px;
  font-size: 14px !important;
}

/* Zomato widget styles */
.widget_wrap{
	width:67% !important;
	height:420px !important;
	display:inline-block !important;
	margin:0 16.5% !important;
	padding-bottom: 2em;
}

/* snap widget styles */
.snapWidget{
	width:67% !important;
	height:420px !important;
	display:inline-block !important;
	margin:0 16.5% !important;
}

.zomatoTitle{
	text-align: center;
}

/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section#footer {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    /* color: #007b5e; */
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer li{
	  background: #000000 !important;
}

#footer {
    background: #000000 !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

#footer p{
	font-size: 1em;
	font-weight: 400;
}

div.col-xs-12.col-sm-4.col-md-4{
	text-align: center !important;
	margin: auto;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

/* footer newsletter styles */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css);

input.btn-primary {
  margin-top: 15px;
}

.thumbnail.center.well.well-sm.text-center{
	background-color: #000000 !important;
}

#newsletter{
	display:inline !important;
}

#footer {
	color:#ffffff !important;
}

#newsletter div{
	float: right !important;
}

/* Media queries

@media(max-width: 1333px) {
  .grid-item {
    /flex-basis: 33.33%;
  }
}

@media(max-width: 1073px) {
   .grid-item {
    flex-basis: 33.33%;
  }
}

@media(max-width: 815px) {
  .grid-item {
    flex-basis: 50%;
  }
}

@media(max-width: 555px) {
  .grid-item {
    flex-basis: 100%;
  }
}
*/

/*
@media(max-width: 800px) {
  #carTitle {
    display: none !important;
  }
	#carSub {
    display: none !important;
  }
}
*/


@media(max-width: 800px) {
  .newsletter{
		display: none;
	}
}

@media(max-width: 800px) {
	.snapWidget{
		height:auto !important;
		display:inline-block !important;
		margin:0 16.5% !important;
	}
}

@media(max-width: 555px){
.viewMore{
	font-size:14px;
	text-align: center;
	text-decoration: underline;
}

@media(max-width: 555px){
img.headerCarouselImg{
	max-height: 70vh !important;
	max-width: none !important;
}

h3.item-title{
	font-family: "Playfair Display", serif !important;
  font-size: 18px !important;
  line-height: 26px !important;
  margin-bottom: 0.4em;
  display: block;
}

p.item-category{
	font-family: "Raleway", sans-serif !important;
  display: block;
  margin-bottom: 20px;
  font-size: 14px !important;
}

#footer ul.social li:hover a i {
	font-size:30px;
}

.carousel-caption{
	padding-bottom: 130px !important;
}

.top-carousel-title{
	color: white !important;
}

.top-carousel-subtitle{
	color: white !important;
}

/* Zomato widget styles */
.widget_wrap{
	width:84% !important;
	height:420px !important;
	display:inline-block !important;
	margin:0 8% !important;
	padding-bottom: 2em;
}

/* snap widget styles */
.snapWidget{
	width:84% !important;
	height:auto !important;
	display:inline-block !important;
	margin:0 8% !important;
}

.grid-row{
	justify-content: center !important;
}

.headerMenu{
	display: none !important;
}

.headerAbout{
	display:none !important;
}
}

/* ********************************************

Styles for Recipes

*********************************************** */

/*
.pageContainer{
	padding: 0 12.203%;
}

.videoframe{
	display: flex;
	padding-bottom: 3em;
	width: 100%;
} */

h1.RecipesTitle{
	font-size: 2.2em !important;
}

#recipesTitleDescription p{
	color: #000000 !important;
}

div.recipesTitleDescription{
	 padding: 4% 10% 0 4%
 }

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ingredients{
	max-width: 70%;
	text-align: left;
	color: black !important;
	padding: 4% 0 0 4%;
}

.ingredientlist{
	font-weight:300 !important;
	text-align: left;
	padding: 4% 0 0 4%;
}
