/*
Theme Name: Pork Theme
Author: República
Author URI: http://republica.net;
Description: Custom theme created for National Pork Board Hispanic site.
Version: 1.0
License: GNU General Public License v2 or later
*/


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

   General Styles

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

/* @group General Styles */

.overlay:before{
  /*position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0,0,0,0.3);*/
}

.upcase {
	text-transform: uppercase;
}
.img-relative {
	position: relative;
	top: -2px;
}
.img-center{
	margin: 0 auto;
}
.white {
	color: white;
}

@font-face{
    font-family: "PorkHand";
    src: url('fonts/PorkHand.ttf'),
    url('fonts/PorkHand.eot'); /* IE */
}

h1, h2, h3{
	font-family: "PorkHand", Lucida, Verdana, sans-serif;
	font-weight: normal;
}
h1{
	text-transform: uppercase;
}
h2{
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 2.4em;
}

.section-title{
  margin-bottom: 60px;
}

.print{
	display: none;
}

@media (max-width: 767px){
  .section-title{
    margin-bottom: 30px;
  }
}

.text-bold{
	font-weight: bold;
}
body{
	font: 18px "Melbourne-Regular", Helvetica, Geneva, sans-serif;
}

.melbourne{
	font-family: "Melbourne-Regular", Helvetica, Geneva, sans-serif;
}
.melbourne-light{
	font-family: "Melbourne-Light", Helvetica, Geneva, sans-serif;
}
.no-border {
	border: none !important;
}

.height-100{
	height: 100%;
}
.img-center{
	margin: 0 auto;
}
.flip{
	transform: rotate(180deg);
  position: relative;
  display: inline-block;
}
a.center-play {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    font-size: 3em;
    color: #fff;
}
.btn{
	border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	font-size: 1em;
	transition: all .4s;
	-webkit-transition: all .4s;
	outline: none;
}
.btn:focus{
	outline: none;
}

.btn-white {
	border: 2px solid white;
	border-radius: 50px;
	padding: 16px 25px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	outline: none !important;
  text-decoration: none;
}
.btn-white:active, .btn-white:focus{
	color: #fff;
}

.btn-white-sm {
	border: 2px solid white;
	border-radius: 20px;
	padding: 10px 10px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
  text-decoration: none;
}

.btn-blue {
	border: 2px solid #0067b1;
	border-radius: 50px;
	padding: 16px 25px;
	color: #0067b1;
	text-transform: uppercase;
	text-align: center;
  background-color: transparent;
  text-decoration: none;
}

.btn-blue:hover {
	border: 2px solid #0067b1;
	border-radius: 50px;
	padding: 16px 25px;
	color: white;
  background-color: #0067b1;
	text-transform: uppercase;
	text-align: center;

  text-decoration: none;
}

.btn-brown {
	border: 2px solid #5D3826;
	border-radius: 50px;
	padding: 16px 25px;
	color: #5D3826;
	text-transform: uppercase;
	text-align: center;
}

.btn-small{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-width: 2px;
}

.btn-white.arrow-right{
	background: url(img/Arrow.png) 90% center no-repeat transparent;
	padding-right: 50px;
	text-align: left;
}



.btn-white.arrow-left{
	background: url(img/Arrow-left.png) 10% center no-repeat transparent;
	padding-left: 50px;
	text-align: right;
}

.btn-blue.arrow-right{
	background: url(img/Arrow-blue.png) 90% center no-repeat transparent;
	padding-right: 50px;
	text-align: left;
}


.btn-blue.arrow-left{
	background: url(img/Arrow-blue.png) 10% center no-repeat transparent;
	padding-left: 50px;
	text-align: right;
}
.arrow-down{
	background: url(img/Arrow-down.png) center center no-repeat transparent;
}

.btn-brown.arrow-right{
	background: url(img/Arrow-brown.png) 90% center no-repeat transparent;
	padding-right: 50px;
	text-align: left;
}


.btn-brown.arrow-left{
	background: url(img/Arrow-brown.png) 10% center no-repeat transparent;
	padding-left: 50px;
	text-align: right;
}


.btn-fill.btn-white{
	background-color: white;
	color: #0067b1;
}


.btn-fill.btn-white.arrow-right{
	background: url(img/Arrow-blue.png) 90% center no-repeat white;
	padding-right: 50px;
	text-align: left;
}
.btn-fill.btn-white.arrow-left{
	background: url(img/Arrow-left-blue.png) 10% center no-repeat white;
	padding-left: 50px;
	text-align: right;
}


.btn-white:hover, .btn-white-sm:hover {
	background-color: #0088e9;
	color: #fff;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.btn-fill.btn-white:hover{
	background-color: white;
	color: #0067b1;
}
.btn-white.btn-round{
	padding: 25px 25px !important;
}

.btn-square{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px 40px 20px 20px;
	color: #fff;
	text-transform: uppercase;
	background-color: #0067b1;
	vertical-align: middle;
	min-height: 56px;
}
@media (max-width: 480px) {
	.btn-square{
		padding: 34px 40px 34px 20px;
	}
}
.btn-square.arrow-right{
	background: url(img/Arrow.png) 90% center no-repeat #0067b1;
}
.btn-square.arrow-left{
	background: url(img/Arrow-left.png) 10% center no-repeat #0067b1;
}
.btn.arrow-long{
	background-image: url(img/Arrow-long.png);
}
.btn.arrow-center{
	background-position: center center !important;
}
.btn-square:hover{
	background-color: #0088e9;
	color: #fff;
}
.btn-round{
	border-radius: 50%;
  padding: 20px 28px;
}
.btn-long{
	background-position: 90% center;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}

input[type=text]{
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 18px;
	vertical-align: middle;
	color: #003a63;
	background-color: #E6F5FE;
	border-radius: 0px !important;
}
input {
	color: #003a63 !important;
}

p, ul, ol{
	margin-bottom: 20px;
}

.modal-title{
	font-family: "PorkHand", Lucida, Verdana, sans-serif;
	font-weight: normal;
	color: #0168B3;
	font-size: 22px;
}

.video-modal .modal-title{
  text-align: center;
}

@media (max-width: 768px) {
  .video-modal iframe{
    width: 100%!important;
    height: 560px!important;
  }
}

@media (max-width: 414px) {
  .video-modal iframe{
    width: 100%!important;
    height: 320px!important;
  }
}

/* @end */


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

   Header and Nav Styles

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

/* @group Header and Nav Styles */

#header-container{
	padding-top: 0px;
}

body.home #header-container {
/*	background: url(../../uploads/2014/08/pork_feat_arroz_frito_con_carnitas.jpg) center center no-repeat;
*/	/*background: url(../../uploads/2014/09/pork_feat_pozole-de-cerdo.jpg) center center no-repeat;*/
	/*background: url(img/slide-1.jpg) no-repeat center center ; */
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}

body.home #header-container > div{
	/*padding-top: 100px!important;*/
}

body.page-template-page-recetas-php div#header-container {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
/*	padding-top: 100px!important;*/
}

body.page-template-page-recetas-php div#header-container > div{
	padding-top: 100px;
}

#header-container h1{
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	font-size: 64px;
	text-transform: uppercase;
}

body.page-template-page-sabiasque-php #header-container {
	background: url(img/blue-grid-tile.png) repeat;
}

#header-container p{
	margin-bottom: 30px;
}

a.navbar-brand img{
	width: auto;
	max-height: 52px;
}

nav.navbar.navbar-default {
	border: none;
	border-radius: 0px;
	height: auto;
	background-color: white;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background: #0067B1 !important;
	color: #fff !important;
}
#nav-container {
	margin-bottom: -110px;
	position: relative;
	z-index: 150;
}

a.navbar-brand {
	height: auto;
}

#menu-menu{
	height: 83px;
/*	padding-right: 30px;*/
}
#menu-menu li{
	height: 83px;
}
#menu-menu li a{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 30px;
	padding-right: 18px;
	padding-left: 18px;
	height: 83px;
	text-transform: uppercase;
	color: #0068b3;
}

#menu-menu li a:hover{
	background-color: #e6f5ff;
	border-bottom: 5px solid #0067b1;
}

.navbar-toggle{
	border-radius: 0px;
}

/* @end */

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

   Homepage / Layout Styles

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

/* @group Homepage / Layout Styles */


#header-container div.slide-container div.slide {
	width: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	color: #fff;
	background-position: center center;
}

.home #header-container div.slide > div{
	padding: 100px 64px 180px 64px;
	width: 100%;
	/*min-height: 745px;*/
}

.home #header-container div.slide video{
  width: auto!important;
  min-width: 100%;
  height: auto;
}

div.sub-module {
	padding: 0;
}

div.sub-module-copy {
	background-color: #0065b3;
	color: white;
	float: left;
	padding: 8px 16px 8px 8px;
	min-height: 140px;
}

#sub-module-container{
	position: relative;
	top: -140px;
	margin-bottom: -140px;
	z-index: 110;
	height: 140px;
}
#sub-module-container div.sub-module.col-sm-4.hidden-xs div.row {
	margin: 0;
}

div.sub-module-copy .label{
	display: inline-block;
	padding: 7px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 5px;
	background: #2e99e6;
}
div.sub-module-copy.cuts{
	background-color: #001c30;
}
div.sub-module-copy.cuts .label{
	background: #00497d;
}
div.sub-module-copy.recipes{
	background-color: #994708;
}
div.sub-module-copy.recipes .label{
	background-color: #cc5e0a;
}
#header-container div.container div div.sub-module.col-sm-4 div.col-xs-7 {
	padding: 0;
}

div#cortes-container {
  background: url('img/wood-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
#cortes-container{
	padding: 100px 0;
}
div#cortes-container .cut-image{
	width: 50%;
}
div.cortes-module{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: white;
	text-align: center;
}
div.cortes-content{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 60px;
	width: 50%;
}
.cortes-img-container{
	padding: 0;
}
#name-cut{
	position: relative;
	z-index: 15;
	background: url(img/bg_name-cut.png) repeat-y center top;
}
#name-cut-message{
	min-height: 25px;
	margin-bottom: 20px;
}
#name-cut .cut-image{
	/*box-shadow: 25px 25px 95px rgba(0,0,0,.9);*/
	background: url(img/bg_name-cut_board.png) no-repeat center center;
	background-size: 100% 100%;
}
#name-cut .cut-image img{
	margin: 0 auto;
}

#did-you-know .cut-image img{
	margin: 0 auto;
}


#blog-posts {
	height: auto;
	padding: 50px 0;
	background: #022649;
	background: url(img/bg_clouds.png) no-repeat center, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyMjY0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjQ3NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url(img/bg_clouds.png) no-repeat center, -moz-linear-gradient(top,  #022649 0%, #22476b 100%);
	background: url(img/bg_clouds.png) no-repeat center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#022649), color-stop(100%,#22476b));
	background: url(img/bg_clouds.png) no-repeat center, -webkit-linear-gradient(top,  #022649 0%,#22476b 100%);
	background: url(img/bg_clouds.png) no-repeat center, -o-linear-gradient(top,  #022649 0%,#22476b 100%);
	background: url(img/bg_clouds.png) no-repeat center, -ms-linear-gradient(top,  #022649 0%,#22476b 100%);
	background: url(img/bg_clouds.png) no-repeat center, linear-gradient(to bottom,  #022649 0%,#22476b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022649', endColorstr='#22476b',GradientType=0 );
}
#blog-posts-row {
	margin-right: 0;
}
#blog-posts .ver-mas-btn-wrapper {
	padding-top: 40px;
}
#blog-posts .ver-mas-btn-row {
	margin-left: 0;
	margin-right: 0;
}
#blog-posts .ver-mas-btn {
	padding-left: 40px;
	padding-right: 40px;
}

#press-release {
	height: 300px;
	padding: 120px 0;
	background-color: #e8f2fc;
}
#press-release .btn-blue {
	padding-left: 18px;
	border-radius: 5px;
	background: linear-gradient(left, #0067b1 18%, transparent 18%);
	background: -o-linear-gradient(left, #0067b1 18%, transparent 18%);
	background: -moz-linear-gradient(left, #0067b1 18%, transparent 18%);
	background: -webkit-linear-gradient(left, #0067b1 18%, transparent 18%);
	background: -ms-linear-gradient(left, #0067b1 18%, transparent 18%);
}
#press-release a.btn-blue:hover {
	color: white;
	background: linear-gradient(left, #0067b1 100%, transparent 100%);
	background: -o-linear-gradient(left, #0067b1 100%, transparent 100%);
	background: -moz-linear-gradient(left, #0067b1 100%, transparent 100%);
	background: -webkit-linear-gradient(left, #0067b1 100%, transparent 100%);
	background: -ms-linear-gradient(left, #0067b1 100%, transparent 100%);
}
#press-release span {
	padding-left: 35px;
}
#press-release-icon {
	margin-top: -5px;
	margin-bottom: -5px;
}

#social-container {
	padding: 100px 0;
	background: url(img/bg_chalkboard.jpg) repeat center center;
  color: #fff;
}

#social-container .feed-grid{
	box-shadow: 10px 25px 95px rgba(0,0,0,.9);
	color: white;
}
#social-container div.item{
	background-color: #003a63;
}

#social-container div.item:nth-child(2n+1) {
	background-color: #0067b1;
}

#social-container div.feed-grid:nth-child(2n+1) div.item {
	background-color: #0067b1;
}

#social-container div.feed-grid:nth-child(2n+1) div.item:nth-child(2n+1) {
	background-color: #003a63;
}

#social-container div.item a{
	font-weight: bold;
	color: white;
}

#social-container div.twitter{
/*	padding-top: 50px;*/
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#social-container a.social-icon {
	position: absolute;
	right: 10px;
	top: 10px;
}

blockquote.twitter-tweet {
	text-align: center;
	border-style: none;
	padding: 50px 0 0;
	font-size: 17px;
	margin: 0;
}

#social-container div.instagram, #social-container div.facebook{
	padding: 0;
}


#social-container .feed-grid div.tweet{
	background-color: #2e99e6;
}

#social-container .feed-grid img{
	max-width: 100%!important;
}


/*Grid items*/

#grid-container {
	padding: 100px 0;
	background: url(img/bg_chalkboard.jpg) repeat center center;

}


#grid-container div.item{
	background-color: white;
  height: 292.5px;
  padding: 0;
  position: relative;
}

#grid-container div.item .meta{
  background-color: #003a63;
  position: relative;
  padding: 15px;
  padding-left: 100px;
  text-transform: uppercase;
}

#grid-container div.item .meta .author{
  background-color: #003a63;
  margin-bottom: 0;
  color: white;
  font-size: 16px;
}

#grid-container div.item .meta .source{
  color: #2e99e6;
  margin-bottom: 0;
  font-size: 16px;
}

#grid-container div.item .meta .author-avatar{
  position: absolute;
  left: 10px;
  bottom: -20px;
  border: 2px solid #D7D7D7;
}

#grid-container div.item .content{
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  margin-top: 10%;
}
#grid-container div.item .btn{
  font-size: 14px;
  padding: 5px 20px;
}

#grid-container div.item h4{
  font-weight: bold;
  margin-bottom: 20px;
}

#grid-container .post-container{
  margin-left: 0;
  margin-right: 0;
}

#grid-container .content-container, #grid-container .thumb-container {
  padding: 0;
}

#grid-container .thumb-container{
  background: url('https://static.pexels.com/photos/70497/pexels-photo-70497-large.jpeg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat;
  height: 292px;
}

#grid-container .notch-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
  right: -20px;
  top: calc(50% - 20px);
  position: absolute;
  z-index: 1;
}

#grid-container .notch-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid white;
  left: -20px;
  top: calc(50% - 20px);
  position: absolute;
  z-index: 1;
}


/* @end */

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

   Recipes Styles

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

/* @group Recipes Styles */


#recetas-filtering{
	margin-bottom: 40px;
	/*background-color: #E7F5FE;*/
	float: right;
}


#recetas-filtering ul.dropdown-menu li a{
	padding:10px;
	font-size: 14px;
}

#recetas-filtering #clear-filter{
	opacity: 0;
}
#recetas-filtering #clear-filter span{
	font-size: 1.5em;
  padding: 14px 20px;
}

#recetas-filtering button.btn{
	background-color: #E7F5FE;
	padding:15px 32px;
	margin:0;
	color: #0067B1;
}

@media (max-width: 480px) {
	#recetas-filtering .filter-group{
		display: none !important;
	}

	#recetas-filtering button.btn{
		padding: 15px 20px;
	}
}

#recetas-filtering button.btn.btn-coleccion{
	background-color: #0067B1;
	padding:15px;
	margin:0;
	color: white;
	/*font-size: 19px;*/
}

#recetas-filtering div.btn-group{
	border-right: solid 1px #CEDCE5;
	display: block;
	float: left;
}

#recetas-filtering div.checkbox{
	padding: 16px;
	background-color: #E7F5FE;
	margin: 0;
	color: #0067B1;
}

.page-template-page-recetas-php{
	background: url(img/cortes-bg.gif);
}

#featured-recipe{
	background: url(img/bg_cortes_shadow-top.png) repeat-x center top, url(img/napkin.png) no-repeat left top;
	position: relative;
	z-index: 15;
}

#featured-recipe h2{
	margin-top: 50px;
	color: #0067b1;
}
.feat-recipe-img{
	background: url(img/no-image-780x500.gif) no-repeat center top;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	min-height: 300px;
	box-shadow: 25px 25px 40px rgba(0,0,0,.6);
}
.feat-recipe-more{
	margin: 0;
}
.feat-recipe-more .col-sm-4{
	padding: 0;
}
#featured-recipe #feat-recipe-info{
	text-align: left;
	padding: 0;
}
#featured-recipe #feat-recipe-content{
	background: #fff;
	min-height: 399px;
	box-shadow: 25px 25px 40px rgba(0,0,0,.6);
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #0067b1;
}

#featured-recipe #feat-recipe-content > div{
	padding: 35px 0;
	border-bottom: 1px solid #cfdce6;
}

#featured-recipe #feat-recipe-content img{
	margin-right: 20px;
}


.recipe-content-label{
	text-transform: uppercase;
}
.recipe-content-large{
	font-size: 2.2em;
}
.recipe-content-detail{
	position: relative;
	top: 20px;
	color: #777;
}
.recipe-prep, .recipe-cooking, .recipe-serving{
	display: inline-block;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	padding-top: 30px;
	font-size: 2em;
	margin:0 15px 45px 0;
}
.recipe-prep{
	background: url(img/bg_recipe_prep.png) no-repeat center center;
}
.recipe-cooking{
	background: url(img/bg_recipe_cooking.png) no-repeat center center;
}
.recipe-serving{
	background: url(img/bg_recipe_servings.png) no-repeat center center;
}

#recipes{
	background: url(img/bg_wood.jpg) center top;
	padding: 70px 0 50px 0;
	position: relative;
	top: -60px;
	margin-bottom: -60px;
}
body.home #recipes{
	top: 0px;
	margin-bottom: 0px;
}
#recipes #recipe-list{
	/*margin-top: 50px;*/
}
#recipes #recipe-list #recipe-pager{
	clear: both;
	text-align: center;
}
#recipes #recipe-list .recipe{
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 10px 10px 50px rgba(0,0,0,.5);
	transition: all .35s;
	position: relative;
}
#recipes #recipe-list .recipe:hover{
	box-shadow: 5px 10px 25px rgba(0,0,0,.8);
	transition: all .35s;
	transform: translateY(6px);
}
#recipes #recipe-list .recipe .recipe-thumb{
	width: 100% !important;
	height: 280px;
	border-radius: 48px;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;

}
#recipes .recipe .recipe-title, #video-gallery .recipe .recipe-title{
	background: rgba(0,0,0,.5);
  padding: 15px;
  position: absolute;
  bottom: 50px;
  width: 100%;
/*    width: calc(100% - 30px);
*/
	color: #fff;
  cursor: pointer;
  height: auto;
  overflow: hidden;
	transition: all .35;
}
#recipes #recipe-list .recipe:hover .recipe-title, #video-gallery .recipe:hover .recipe-title{
	background: rgba(0,0,0,.7);
	transition: all .35;
}
#recipes .recipe .recipe-info{
	background: #fff;
	padding-left: 20px;
}
#recipes .recipe .recipe-time{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(img/icon_time.png) no-repeat left center;
	padding: 15px 0 0 40px;
	height: 50px;
}

#recipes .recipe .recipe-people{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(img/icon_people.png) no-repeat left center;
	padding: 15px 0 0 40px;
	height: 50px;
	margin-left: 20px;
}



#search-results .recipe-time{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(img/icon_time.png) no-repeat left center;
	padding: 15px 0 0 40px;
	height: 50px;
}

#search-results .recipe-people{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(img/icon_people.png) no-repeat left center;
	padding: 15px 0 0 40px;
	height: 50px;
	margin-left: 20px;
}

#recipes .recipe .recipe-like{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px;
	height: 50px;
	background: #e6f5ff;
	border-left: 1px solid #cfdce6;
}

div.recetas-nav-links{
	text-align: center;
}

div.recetas-nav-links a{
	background-color: white;
	padding:20px;
	margin:5px;
	border-radius: 50px;
	display: inline-block;
}

div.recetas-nav-links a:hover{
	text-decoration: none;
	color: white;
	background-color: #003A63;
}


div.print-like{
	width: 100%;
	background-color: #e5f4ff;
	margin-bottom: 40px;
}

div.print-like .print{
	background: url(img/Print.png) 15px center no-repeat;
	color: #0067b1;
	padding: 15px 15px 15px 60px;
	float: left;
	display: block;
	height: 50px;
}

div.print-like .like{
	background: url(img/icon_heart.png) 15px center no-repeat #003964;
	color: white;
	padding: 15px 15px 15px 40px;
	float: right;
	display: block;
}

#social-links-container {
	background-color: #E6F5FE;
	padding: 50px 0 100px 0;
	text-align: center;
	color: #0067b1;
}

body.page.page-template-page-recetas-single-php div.slide-container {
	height: 450px;
}

div.social-grid-container {
	margin-bottom: 30px;
}

a.btn-center {
	margin-right: auto;
	margin-left: auto;
}

ul.social-list {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding: 0 0 20px;
	margin-top: 40px;
	text-align: center;
	width: 100%;
}

div.social-list-outer {
/*	display: table;*/
/*	margin: 0 auto;*/
}

ul.social-list li {
	height: 101px;
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	width: 101px;
	margin-bottom: 10px;
}


div.widget {
	border: 1px solid #CFDCE6;
	margin-bottom: 20px;
	padding: 20px;
	color: #738998;
}

div.widget h3 {
	font: 22px Melbourne-Bold, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	border-bottom: 1px solid #CFDCE6;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
}
div.widget .widget-title{
	border-bottom: 1px solid #CFDCE6;
	padding-bottom: 5px;
	text-transform: uppercase;
}
div#cooking-temp.widget{
	padding-bottom: 0px;
}
ul.nutri-list {
	padding: 0px;
	list-style-type: none;
}

p.acercadecorte {
	margin-bottom: 1px;
}

#about-cut div.col-sm-6 h4 {
	margin-top: 0;
}

ul.nutri-list li{
	margin-bottom: 5px;
}

ul.nutri-list li span.nutri-title{
	font-weight: bold;
}

#ingredients ul {
	padding-left: 0;
	list-style-type: none;
}

#ingredients ul input {
	margin-right: 10px;
	display: none;
}

#ingredients ul label {
	margin-right: 10px;
	font-weight: normal;
	display: block;
	background: url(img/check-off.png) no-repeat;
	padding-left: 30px;
	min-height:20px ;
}


#ingredients ul input[type="checkbox"]:checked + label {
	margin-right: 10px;
	font-weight: normal;
	display: block;
	background: url(img/check-on.png) no-repeat;
	padding-left: 30px;
	min-height:20px ;
}


#ingredients ul li {
	margin-right: 10px;
	margin-bottom: 5px;
}


#prep-list li div.prep-icon {
	float: left;
}


#prep ul#prep-list {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

#prep-list li div.prep-icon {
	margin-right: 20px;
}

div.prep-details {
	color: #0068b3;
}

#prep-list li div.prep-details div.prep-num {
	font-size: 38px;
	float: left;
}

#prep-list li div.prep-details div.prep-tag {
	text-align: right;
	float: right;
	padding-top: 26px;
	color: #738998;
	font-size: 14px;
}

body.single-recipe #page-container h1, body.single-cortes #page-container h1, body.single-secretos #page-container h1, body.single-coccion #page-container h1{
	font: 55px Melbourne-bold, Helvetica, Geneva, sans-serif;
	text-transform: none;
}

a.btn.btn-square.btn-long.arrow-right.social-btn {
	background-color: #003a63;
}

#about-cut {
	margin-top: 30px;
	margin-bottom: 30px;
}

#page-container h1 {
	margin-bottom: 40px;
	color: #012d47;
	letter-spacing: -2px;
}

#page-container h4{
	font: 22px Melbourne-Bold, Helvetica, Geneva, sans-serif;
	color: #0068b3;
}

div#page-container {
	padding-bottom: 40px;
	padding-top: 20px;
	color: #738998;
	background-color: #fafafa;
}


#prep-list li.clear-after div.prep-details.clear-after div.prep-step {
	font-size: 10px;
	margin-bottom: 2px;
}

#prep ul#prep-list li{
	border-bottom: 1px solid #CFDCE6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

div.prep-step {
	font-size: 14px;
}

#prep ul#prep-list li:last-of-type{
	border-bottom-style: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

div.row.slide-container {
	color: white;
	padding: 0;
	margin-top: 100px;
	margin-bottom: 50px;
}

#sub-module-container {
	/*margin: 0;*/
}

div.recipe-slide {
	width: 100%;
}

#featured-recipe div.container div.row.cycle-slideshow {
}

.feat-recipe-img div.recipe-title {
	background: url(img/bg_black_80.png);/*rgba(0, 0, 0, 0.78);*/
	color: white;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

div.feat-recipe-img.col-sm-8 {
	padding: 0;
}

#sabiasque-slider ul.cycle-pager {
	padding: 0;
	list-style-type: none;
	text-align: center;
}

a#prev.cycle-prev {
	display: block;
	position: absolute;
	float: left;
	left: -100px;
	top: 45%;
}

a#next.cycle-next {
	display: block;
	position: absolute;
	float: left;
	right: -100px;
	top: 45%;
}

/* @end */

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

   Sabias Que Styles

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

/* @group Sabis Que Styles */

#sabiasque-slider ul.cycle-pager li {
	background-color: #0065b3;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	display: inline-block;
	margin-right: 8px;
	margin-left: 8px;
	cursor: pointer;
}

#sabiasque-slider ul.cycle-pager li.cycle-pager-active{
	background-color: white;
}

#sabiasque-slider {
	padding: 0;
	color: white;
	text-align: center;
	margin-top: 180px;
	margin-bottom: 100px;
}

#sabiasque-slider div.slide.cycle-slide {
	height: 420px;
}

#sabiasque-slider h1 {
	margin-top: 0;
	font-size: 42px;
}

.fact h1{
	font: 36px/43px "Melbourne-Bold", Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
}

 div.fact-img-circle {
	background: url(img/blue-grid-tile.png) repeat;
	border-radius: 50%;
	height: 560px;
	padding: 30px;
}

.fact-quote{
	font-weight: normal;
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
	color: #0067b1;
}
.fact {
	margin-top: 40px;
}

div.fact-copy {
	padding: 20px;
}

.fact:nth-child(2n) {
	background: url(img/blue-grid-tile.png) repeat;
}
#page-container .fact:nth-child(2n) h1{
	font: 36px/43px "Melbourne-Regular", Helvetica, Geneva, sans-serif;
	color: white;
}

ol.fact-ol{
	padding: 0px;
	list-style-position: inside;
}

ol.fact-ol li {
	font-size: 14px;
	color: #0067b1;
	margin-right: 25px;
	margin-bottom: 5px;

}

#page-sub-container {
	background-color: #e5f4ff;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #738998;
}

#page-sub-container h1, #page-sub-container h4{
	color: #0067b1;
	margin-bottom: 20px;
}

div.col-sm-3.d2tips {
	margin-bottom: 20px;
	margin-top: 20px;
}

/* @end */

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

   Promotions Styles

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

/* @group Promotions Styles */

div#promo-intro-container{
	padding-top: 60px;
	padding-bottom: 60px;
}

#promo-intro-container div.row div.col-sm-4 img.float-left {
	float: left;
	margin-right: 20px;
}

#promo-intro-container div.row div.col-sm-4 {
	padding: 30px;
}

#promo-intro-container h3{
	color: #0067b1;
	font: 28px Melbourne-Bold, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

div#promo-intro-container h1{
	text-align: center;
}

div#promo-form-container.container {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #738897;
	text-align: center;
}

div#promo-form-container h2{
	color: #0067b1;
	font-size: 46px;
	text-align: center;
}

div#promo-form-container input[type=text]{
	padding: 16px;
	font-size: 16px;
	border: 1px solid #cedbe5;
	color: #738897;
	background-color: #fefffe;
	margin-bottom: 20px;
}

#promo-subhead h1{
	margin-bottom: 10px;
	font-size: 40px;
}

#promo-subhead p.text-center{
	color: #0067b1;
	font-size: 30px;
	margin-bottom: 40px;
}


#home-slideshow p{
	font-size: 20px;
}

#home-slideshow{
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.27);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.27);
}

@media (max-width: 768px) {
	#home-slideshow video{
		display: none;
	}
	#home-slideshow .slide{
		background-image: url('../../../wp-content/uploads/2016/09/hero-slider.jpg');
	}
}

body.page-template-page-promotions-php div#header-container {
	height: 800px;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	padding-top: 100px!important;
}

body.page-template-page-promotions-php div#header-container h1 {
	font: 55px "PorkHand", Lucida, Verdana, sans-serif;
	line-height: 65px;
	margin-bottom: 10px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

body.page-template-page-promotions-php div#header-container p.lead {
	font: 25px "Melbourne-Regular", Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	margin-left: 5px;
}


body.page-template-page-promotions-php div#header-container p.lead strong {
	font: 32px "Melbourne-bold", Helvetica, Geneva, sans-serif;

}

body.page-template-page-promotions-php .gform_wrapper .datepicker {
width: 97%!important;
}

body.single-recipe div#header-container {
	height: 500px;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}

body.single-recipe div#header-container{
	padding-top: 0px !important;
}
body.single-recipe div#header-container .black25-reverse{
	padding-top: 100px;
	height: 100%;
}
body.single-recipe div#header-container .black25-reverse .container, body.single-recipe div#header-container .black25-reverse .row, body.single-recipe div#header-container .black25-reverse .col-sm-12{
	height: 100%;
}
body.single-recipe .ver-video{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
body.single-recipe .lg-stamp{
	position: relative;
	top: 10px;
}
div#promo-form-container .gfield_label{
	display: none;
}
div#promo-form-container label{
	font-weight: normal;
	font-style: normal;
}

div#promo-form-container form{
	margin-top: 40px;
}


.page-template-page-social-php #header-container{
	background-image: url(img/header_social.jpg);
	height: 500px;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	padding-top: 100px!important;
}
.page-template-page-social-php #header-container .slide-container .col-sm-12{
	text-align: center;
}

#recipe-list div.col-md-4.col-sm-6 a:hover {
	text-decoration: none;
}

/* @end */

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

   Cortes / Cuts Styles

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

/* @group Cortes / Cuts Styles */

.page-template-page-cortes-php #feat-cut-slider{
	background: url(img/bg_butcher-knife.png) no-repeat right 110px, url(img/bg_place-setting.png) no-repeat center 10px, url(img/bg_wood.jpg);
	max-height: 550px;
	position: relative;
	z-index: 10;
}

.page-template-page-cortes-php #feat-cut-slider h1{
	display: inline-block;
	margin: 30px auto 00px auto;
	padding: 15px 30px;
	font-family: "Melbourne-Regular", Helvetica, sans-serif;
	font-size: 1.4em;
	color: #0067b1;
	background: #fff;
	border-radius: 30px;
	-moz-border-radius: 30px;
	text-align: center;
}
#feat-cut-slider .feat-cut-slide{
	width: 100%;
}
.feat-cut-slide .cut-title{
	position: relative;
	top: -120px;
	opacity: 0;
	filter: alpha(opacity=0);
}
#feat-cut-nav{
	position: relative;
	z-index: 10;
	height: 0;
	top: -29px;
}

.cuts-slide-container{
	text-align: center;
	margin-top: 100px;
	max-height: 450px;
}
.cuts-slide-container .col-md-12{
	max-height: 450px;
}
.cuts-slide-container .cut-image{
	text-align: center;
	position: relative;
	top: 300px;
	opacity: 0;
	filter: alpha(opacity=0);
}
#cut-origin{
	background: url(img/bg_cut-origin_grass.png) repeat-x center bottom, url(img/bg_cut-origin.jpg);
	padding: 200px 0 30px 0;
	text-align: center;
}

#cut-origin #pig-map{
	background: url(img/bg_cut-origin_pig.png) no-repeat center top;
	background-size: contain;
	max-width: 700px;
	margin: 25px auto 0 auto;
}
#cut-origin #pig-map img{
	opacity: 0 !important;
}
.cortes-maparea ol{
	padding: 0 0 0 20px;
}

.cuts-slider .col-md-3{
	color: #fff;
	padding: 40px 20px;
}
.cuts-slider .col-md-9{
	padding: 40px 20px;
}
.cuts-slider .col-md-3 h2{
	font-size: 2em;
	line-height: 1.5em;
}
#cut-row, #secrets-row{
	background: url(img/bg_split-darkblue-lightblue.png) center center;
}

#cooking-row{
	background: url(img/bg_split_vlblue-blue.png) center center;
}

.cuts-slider .slide-item{
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	width: 30%;
}
#cut-grid .slide-item{
	margin-bottom: 30px;
}
.cuts-slider .slide-item img, #cut-grid .slide-item img{
	width: 100%;
}
.cuts-slider .slide-title, #cut-grid .slide-title{
	text-align: center;
	background-color: #bfc6cb;
	color: #fff;
	padding: 7px;
}

#cut-grid div.slide-item.col-md-4.col-sm-6.col-xs-12 a div.slide-title {
	position: relative;
	top: -38px;
	background: url(img/bg_black_25.png) rgba(0, 0, 0, 0.25);

	-webkit-transition: background-color .5s ease-out;
	 -moz-transition: background-color .5s ease-out;
	 -o-transition: background-color .5s ease-out;
	 transition: background-color .5s ease-out;
}

.cuts-slider .owl-item .slide-item{
	width: 90%;
	margin-bottom: 0px;
	cursor: move;
	cursor:-moz-grab;
	cursor:-webkit-grab;
}

#cut-slider, #cooking-slider, #secret-slider{
	height: 290px;
	overflow: hidden;
}
#cut-slider.owl-carousel, #cooking-slider.owl-carousel, #secret-slider.owl-carousel{
	width: 98%;
}


div.cortes-header{
	min-height: 580px;
	background: url(img/table.jpg) center bottom repeat-x, url(img/tile.jpg) 0 top repeat-x;
	-webkit-background-size: auto 340px, auto;
	-moz-background-size: auto 340px, auto;
	-o-background-size: auto 340px, auto;
	background-size: auto 340px, auto;
	}

div.popover-content ul {
 padding: 0;
}

div.popover-content ul li{
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

#cut-grid a:hover {
	text-decoration: none;
}

#cut-grid a:hover div.slide-title  {
	background: url(none) #0068b3 !important;

}

.cortes-maparea h3.popover-title {
	background-color: #0068b3;
	color: white;
	font-size: 20px;
	border: none;
	padding: 15px;
}

.cortes-maparea.popover {
	padding: 0;
}

div.cortes-header img{
	margin: 0 auto;
	padding-top: 28px;
}

div.cut-preview {
	background-color: white;
	width: 170px;
	padding: 10px;
	text-align: center;
	top: 20px;
	color: #0068b3;
	border-radius: 5px;
}

div.cut-preview img {
	margin: 0 0 5px;
	padding: 0;

}

a.cut-prev-link {
	position: absolute;
	left: 0;
	top: 250px;
	text-align: center;
	width: 260px;
}

a.cut-prev-link div.cut-preview{
	left: -290px;
	position: absolute;
}
a.cut-prev-link div.cut-preview img{
	/*float: right;*/

}

a.cut-next-link div.cut-preview img{
/*	float: left;*/

}
a.cut-next-link div.cut-preview{
	right: -290px;
	position: absolute;
}

a.cut-next-link {
	position: absolute;
	right: 0px;
	top: 250px;
	text-align: center;
	width: 260px;
	overflow-x: hidden;
	height: 255px;
}

#cuts-cross-promo{
	width: 100%;
	position: absolute;
	z-index: 15;
	top: 150px;
}
#cuts-cross-promo #promo-recetas{
	position: relative;
	left: 10%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	width: 150px;
	height: 150px;
	display: table;
	border-radius: 75px;
	-moz-border-radius: 75px;
}
#cuts-cross-promo #promo-recetas p{
	font-size: 1em;
	display: table-cell;
	vertical-align: middle;
}
#cuts-cross-promo #promo-recetas p a, #cuts-cross-promo #promo-sabias-que p a{
	color: #fff;
}
#cuts-cross-promo #promo-sabias-que{
	position: relative;
	right: 15%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	width: 100px;
	height: 100px;
	display: table;
	vertical-align: middle;
	border-radius: 50px;
	-moz-border-radius: 50px;
}
#cuts-cross-promo #promo-sabias-que p{
	font-size: .8em;
	display: table-cell;
	vertical-align: middle;
}

/* @end */

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

   Tips / Cooking Methods Styles

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

/* @group Tips / Cooking Methods Styles */

body.single-secretos div#header-container, body.single-coccion div#header-container{
	height: 500px;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}

body.single-secretos #page-container h3, body.single-coccion #page-container h3{
	font: 22px Melbourne-Bold, Helvetica, Geneva, sans-serif;
}
/* @end */


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

   General Styles

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

/* @group General Styles */

.page-template-page-lorena-garcia-php #header-container{
	padding-top: 100px;
}
.page-template-page-lorena-garcia-php #header-container .container{
	background: url(img/lg_lorena-garcia.jpg) right top no-repeat;
	padding: 150px 0 200px 0;

}
.page-template-page-lorena-garcia-php #featured{
	padding: 100px 0;
}
.page-template-page-lorena-garcia-php #featured p{
	padding: 0 100px;
}
.page-template-page-lorena-garcia-php #video-gallery{
	padding: 90px 0;
}
.page-template-page-lorena-garcia-php #video-gallery h2{
	color: #0067b1;
}
.page-template-page-lorena-garcia-php #video-gallery p{
	color: #738998;
}
.page-template-page-lorena-garcia-php #lorena-bio{
	background: url(img/lg_bg-beige-white.gif) repeat-y center top;
}
.page-template-page-lorena-garcia-php #lorena-bio .bio-intro{
	padding: 150px 60px 150px 60px;
	background: #fff;
	color: #738998;
}
.page-template-page-lorena-garcia-php #lorena-bio .bio-intro h2{
	color: #0067b1;
}
.page-template-page-lorena-garcia-php #video-grid{
	margin-top: 50px;
}
.page-template-page-lorena-garcia-php #featured-recipes{
	margin-top: 50px;
}

div.video-grid-cuts{
	margin-bottom: 30px;
}

.page-template-page-lorena-garcia-php .featured-recipe{
	box-shadow: 10px 10px 30px #000;
}
.page-template-page-lorena-garcia-php .featured-recipe img{
	width: 100%;
}
.page-template-page-lorena-garcia-php .featured-recipe .title{
	background: #fff;
	color: #0067b1;
	padding: 10px 130px 10px 10px;
	text-align: left;
	text-transform: uppercase;

}
.page-template-page-lorena-garcia-php .col-sm-8 .featured-recipe .title{
	padding: 20px;
}
.page-template-page-lorena-garcia-php .col-sm-4 .featured-recipe:first-of-type{
	margin-bottom: 14px;
}
.page-template-page-lorena-garcia-php a:hover{
	text-decoration: none !important;
}

.page-template-page-lorena-garcia-php #featured-recipes div.col-sm-8 .featured-recipe{
	height: 554px;
}

.page-template-page-lorena-garcia-php #featured-recipes div.col-sm-4 .featured-recipe{
	height: 268px;
}


.page-template-page-lorena-garcia-php #featured-recipes div.col-sm-8 .title{
	position: relative;
	top: 490px;
	width:100%;
	font-size: 22px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.page-template-page-lorena-garcia-php #featured-recipes div.col-sm-4 .title{
	position: relative;
	top: 208px;
	width:100%;
	font-size: 18px;
	padding-right: 10px;
	height: 68px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}


.page-template-page-lorena-garcia-php #featured-sub-row{
	margin-top: 20px;
}

.page-template-page-lorena-garcia-php #featured-sub-row div.col-sm-3{
	/*padding:0;*/
}

.page-template-page-lorena-garcia-php #featured-sub-row div.col-sm-3 .featured-recipe{
	height: 168px;
}

.page-template-page-lorena-garcia-php #featured-sub-row div.col-sm-3 .title{
	position: relative;
	top: 160px;
	width:100%;
	height: 60px;
	font-size: 16px;
	padding-right: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}



/* @end */


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

  404 Styles

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


/* @group 404 Group */

#page-404-container{
	background: url(img/bg_cut-origin_grass.png) center bottom repeat-x, url(img/bg_cut-origin.jpg);

	padding: 200px 0 30px;
	text-align: center;
	margin-top: -200px;
}
div#pork-404 a{
	color: white;
}

div#pork-404 {
	background: url(img/404-pig.png) center center no-repeat;
	max-width: 587px;
	height: 309px;
	margin: 60px auto 0;
	padding-top: 100px;
	color: white;
}

#pork-404 p span.or {
	padding-right: 20px;
	padding-left: 20px;
}

div#cloud-container{
	height: 0;
}

div#cloud-container img {
	float: left;
	position: absolute;
}

#page-404-container img.img-responsive {
	margin: 0 auto;
}

#headline-404 {
	margin-bottom: 30px;
}

img.cloud-1 {
	left: 10%;
	top: 13%;
}

img.cloud-2 {
	left: 29%;
	top: 9%;
}

img.cloud-3 {
	top: 22%;
	right: 10%;
}

img.cloud-4 {
	right: 24%;
	top: 10%;
}

img.cloud-5 {
	top: 30%;
	left: 18%;
}

img.cloud-6 {
	top: 30%;
	right: 11%;
}
/* @end */


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

   Footer Styles

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

/* @group Footer Styles */

#prefooter{
	background-color: #003A63;
	color: #fff;
}
#prefooter #promotions{
	padding: 60px;
}
#prefooter #signup{
	background-color: #003A63;
	padding: 60px;
}
#signup .gform_body {
  width: calc(100% + -64px);
}

#signup .gform_body li{
  padding: 0;
  margin-top: 0;
}

#footer{
	padding: 50px 0;
	background: #001c30;
	color: #0067b1;
}

ul.social-list-small {
	padding-left: 0;
	list-style-type: none;
	margin-left: 30px;
}

ul.social-list-small li{
	display: inline-block;
	margin-right: 10px;
}

ul.social-list-small li.social-call-out {
	padding-top: 12px;
	color: white;
	text-transform: uppercase;
	margin-right: 30px;
}

ul.social-list-small li.pork-checkoff {
	margin-right: 40px;
}

ul.social-list-small li.social img{
	width: 43px;
	height: 43px;
}

/* @end */

.page-template-page-recetas-elastic-php #header-container{
	height: 550px;
	background-size: cover !important;
	background-position: center center;
}


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

   Misc Styles

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

/* @group Misc Styles */

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th{
	background-color: #e6f5ff;
}
.text30{
	font-size: 30px;
}
.text-blue{
	color: #0067B1 !important;
}
.a-right{
	text-align: right;
}
.a-center{
	text-align: center;
}
.bg-chalk{
	background: url(img/bg_chalkboard.jpg) repeat center center;
	color: #fff;
}
.bg-biege{
	background-color: #e8e3dd;
}
.bg-blue{
	background-color: #1a5ca2 !important;
	color: #fff !important;
}
.bg-lblue{
	background-color: #4d95d0;
	color: #fff;
}
.text-lblue{
	color: #77a5ca;
}
.black25{
	background: url(img/bg_black_25_fade.png) repeat center center;
	background-size: 100% auto;
}
.black25-reverse{
	background: url(img/bg_black_25_fade-reverse.png) repeat center center;
	background-size: 100% auto;
}
.darkblue{
	background-color: #001C30;
}

.blue{
	background-color: #003A63;
}
.blueciel{
	background-color:#0067B1;
}
.lightblue{
	background-color: #ccebff;
}
.vlblue{
	background-color: #e6f5ff;
}
.noborder{
	border: 0 !important;
}
.nopad{
	padding: 0 !important;
}
.noleftpad{
	padding-left: 0px !important;
}
.nomarg{
	margin: 0 !important;
}
.accent{
	position: relative;
	text-indent: -.5em;
	display: inline-block;
	top: -.5em;
}
.block-center{
	display: block;
	margin: 0 auto;
}
.flipped{
	display: inline-block;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}
.clear{
	clear: both !important;
}
.loading{
	text-align: center;
}
.img-responsive.img-center{
	margin: 0 auto;
}
.img-responsive.img-right{
	margin: 0 0 0 auto;
}
.down-arrow{
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
}


/* @end */

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

   Gravity Forms Styles

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

/* @group Gravity Forms Styles */

.gform_wrapper ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#gform_wrapper_2 input[type=text], #gform_wrapper_2 select{
	width: 100% !important;
}
#gform_wrapper_2 #input_2_3_3, #gform_wrapper_2 #input_2_3_5{
	width: 98% !important;
}
.gform_wrapper select{
	background: transparent;
    -webkit-appearance: none;
}
.gform_wrapper .styled-select{
	padding: 16px;
	font-size: 16px;
	border: 1px solid #cedbe5;
	color: #738897;
	background-color: #fefffe;
	margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    /*background: url(../img/arrow_down.png) #737272 95% center no-repeat;*/
}



.gform_wrapper .styled-select select{
	font-size: 1em;
    width: 120%;
    max-width: inherit !important;
    box-shadow: none;
    border: none;
    padding: 0 30px 0 0 !important;
    margin: 0 !important;
}

#gform_wrapper_1 .gform_body{
	float: left;
}
#gform_wrapper_1 .gform_footer{
	clear: none;
	padding: 0;
	margin: 0;
}
#gform_wrapper_1 input{
	width: 100%;
	padding: 16px;
	font-size: 1em;
}
#gform_wrapper_1 .validation_error{
	display: none;
}
#gform_wrapper_1 .gfield_error{
	padding: 0 !important;
	margin: 0 !important;
	background: transparent;
	border: none !important;
	width: 100%;
}
#gform_wrapper_1 .gfield_error .ginput_container{
	margin: 0;
	width: 100%;
	max-width: inherit;
}
#gform_wrapper_1 .gfield_error input{
	border: 0;
}
#gform_wrapper_1 .validation_message{
	color: #fff;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0 !important;
}

li.gfield_error {
	background-color: transparent!important;

	border-style: none!important;
}

#gform_confirmation_message_2 {
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	color: #0169b3;
}

li.gfield_error div.gfield_description.validation_message, div.validation_error {
	color: #e61212 !important;
}


div.search-btn{
	background-color: #0067B1;
	color: white;
	border:none;
	padding:20px;
	height: 83px;
	line-height: 40px;
	margin-left: 15px;
	cursor: pointer;

}

#searchform{
	position: absolute;
	right: 0;
	top: 83px;
	background-color: white;
	display: none;
}
p.no-result-txt{
	padding:60px 0px;
	font-size: 24px;
}

body.search-results #header-container, body.search-no-results #header-container{
	background-color: #E6F5FE;
	color: #0067B1;

}

body.search-no-results #search-results{
	min-height: 500px;
}

body.search-results #header-container h1, body.search-no-results #header-container h1{
	color:#0067B1;
	margin-top: 60px;
}

div.search-result{
	margin-bottom: 30px;
	margin-top: 30px;
}

#sr-pagination{
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;

}

#sr-pagination a{
	padding: 0 5px;
}

.no-pad {
	padding: 0;
}

/*============== PORKNOSTICO PAGE =================*/
#weather-row {
	margin-left: 0;
	margin-right: 0;
}
#weather-row .main-forecast{
	height: 520px;
}
#weather-row .main-forecast .description {
	position: relative;
}
#weather-row .main-forecast img, #weather-row .main-forecast .temperature, #weather-row .main-forecast .description {
	z-index: 1;
}
#weather-row .pork-logo {
	position: absolute;
	top: 120px;
	left: -1px;
}
#weather-row #porknostico-featured {
	background-color:#0C3563;
	height:520px;
}
#weather-row .right-weather {
	height: 425px;
}
#weather-row .date-city{
	position: absolute;
	bottom: 135px;
	left: 40px;
}
#weather-row .date-city span{
	color: white;
	font-size: 24px;
}
#weather-row .temp-desc{
	position: absolute;
	bottom: 140px;
	left: 44%;
}
#weather-row .temp-desc-1{
	position: absolute;
	bottom: 103px;
	left: 47% !important;
}
#weather-row .temp-desc div {
	position: relative;
	top: 120px;
	right: 100px;
}
#weather-row .temp-desc img {
	width: 60px;
	position: relative;
	left: 20px;
}
#weather-row .temp-desc div p{
	padding-left: 23px;
	padding-top: 5px;
}
#weather-row .temp-desc p{
	color: white;
}
#weather-row .temp-desc p.temperature{
	color: white;
	font-size: 100px;
	position: relative;
	right: -10px;
}
#weather-row .recipe-title {
	background-color: rgba(12, 53, 99, 0.8);
	padding: 20px 0px;
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
	color: #fff;
}
#weather-row .blue-overlay {
	height: 100%;
}
#weather-row .bottom-meta {
	position: absolute;
	bottom: 0;
	margin-left: -15px;
}
#weather-row .bottom-meta p {
	color: white;
}
#weather-row .recipe-title p {
	margin-bottom: 0;
	padding-left: 10px;
}
#weather-row #second-weather-row .recipe-title{
	width: 100%;
	min-height: 88px;
}
#second-weather-row .date-city {
	top: 20px;
	left: 20px;
}
#second-weather-row .date-city span {
	font-size: 16px;
}
#second-weather-row .date-city .day-of-week {
	font-size: 24px;
}
#doreen-row {
	margin-right: 0;
}
#doreen-row .doreen-col {
	padding-right: 0;
}
.doreen-col {
	height: 490px;
}
.doreen-text {
	width: 75%
}
.doreen-text h3 {
	text-transform: uppercase;
	padding: 20px 0 0 30px;
}
.doreen-text h4 {
	color: #0D6AB1;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 10px;
}
.doreen-text #doreen-button {
	background-color: transparent;
	border: 2px solid #0D69AF;
	border-radius: 24px;
	color: #0D69AF;
	margin-left: 39%;
	margin-bottom: 20px;
	padding: 10px 20px;
}
.doreen-text p {
	padding-left: 30px;
}
.page-template-page-porkast #recipes {
	top: 0;
}
.page-template-page-porkast #recipes .recetas-headline {
	font-size: 34px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.page-template-page-porkast #recipes .recetas-tagline {
	padding: 0 150px;
}
.heart-icon {
	width: 50px;
}
.page-template-page-porkast #boca-de-todos .btn-group {
	margin-top: 20px;
}
.page-template-page-porkast #boca-de-todos .radio-buttons {
	margin-top: 25px;
}
.page-template-page-porkast #boca-de-todos .radio-buttons input[type=radio] {
	padding: 0 10px;
}
.page-template-page-porkast #boca-de-todos hr {
	clear: both;
}
.pad-5 {
	padding-left: 5px;
	padding-right: 5px;
}
.h3-container {
	padding: 50px 0;
}
.cloud-box {
	background-color: white;
	min-height: 250px;
	padding: 25px;
}
.cloud-box h3 {
	font-size: 20px;
}
.blue-bottom {
	background-color: #E4F5FF;
}
.blue-bottom p {
	margin: 0;
	padding: 10px;
}
.leer-mas {
	color: #2D7EB9;
	cursor: pointer;
}
.modal-close {
	font-size: 24px;
	padding: 10px;
}
.page-template-page-porkast #nav-container {
	margin-bottom: 0;
}
#porknostico-featured, .main-forecast {
	margin-top: -110px;
}
/*============== END PORKNOSTICO ==================*/

/*============== PORKDANDO PAGE =================*/
/*@font-face{
    font-family: "Romanesco";
    src: url('fonts/Romanesco-Regular.ttf'),
    url('fonts/Romanesco-Regular.eot'); /* IE
}*/
h1, h2, h3{
	font-family: "PorkHand", Lucida, Verdana, sans-serif;
	font-weight: normal;
}
#porkdando-hero h1, #porkdando-content h1{
	font-family: "Melbourne-Regular", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: inherit;
	font-size: 3.5em;
	position: relative;
	margin-bottom: 70px;
}
#porkdando-content h1::after{
	position: absolute;
	content: " ";
	width: 150px;
	border-bottom: 5px solid #003b65;
	left: calc(50% - 75px);
	bottom: -30px;
}
#porkdando-content h2{
	font-family: "Melbourne-Regular", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: inherit;
	font-size: 2.5em;
	color: #fff;
	margin-top: 30px;
}
#porkdando-content{
	padding-bottom: 200px;
}
#porkdando-content .lead{
	padding: 0 205px;
}
#porkdando-hero {
	height: 800px;
/*	background-image: url(img/porkdando/video/hero-loop.jpg);
*/	background-size: cover;
	background-position: center center;
	text-align: center;
}
#porkdando-hero-cta {
	padding-top: 270px;
}
#porkdando-hero .col-md-12{
	margin-top: -110px;
}
#porkdando-hero #hero-view-recipes{
	position: absolute;
	right: 30px;
	bottom: 30px;
}
#hero-view-recipes a {
	text-decoration: none;
}
#hero-view-recipes a:hover, #hero-view-recipes a:focus {
	color: #fff;
}

#porkdando-greeting-card .create-wrapper {
	box-shadow: 20px 20px 30px rgba(0,0,0,0.35);
	background-position: center center;
	background-size: cover;
}
#porkdando-content {
	overflow: hidden;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7e878f+0,e4e4e4+100 */
	background: #7e878f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlODc4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGU0ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #7e878f 0%, #e4e4e4 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #7e878f 0%,#e4e4e4 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #7e878f 0%,#e4e4e4 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e878f', endColorstr='#e4e4e4',GradientType=1 ); /* IE6-8 */
}
#porkdando-leaf-1-bg{
	position: absolute;
	width: 484px;
	height: 398px;
	right: -17%;
	top: 0px;
}
#porkdando-leaf-1{
	position: absolute;
	width: 484px;
	height: 398px;
	right: -10%;
	top: 30px;
}
#porkdando-leaf-2-bg{
	position: absolute;
	width: 475px;
	height: 470px;
	left: 0;
	top: 35%;
}
#porkdando-leaf-2{
	position: absolute;
	width: 475px;
	height: 470px;
	left: -15%;
	top: 30%;
}
#porkdando-pinecone{
	position: absolute;
	width: 316px;
	height: 316px;
	right: 50px;
	top: 45%;
}
#porkdando-pumpkin-1{
	position: absolute;
	width: 400px;
	height: 400px;
	left: -100px;
	top: 55%;
}
#porkdando-ink-pen{
	position: absolute;
	width: 547px;
	height: 576px;
	left: -100px;
	top: 66%;
}
#porkdando-pumpkin-2{
	position: absolute;
	width: 855px;
	height: 775px;
	right: -25%;
	top: 57%;
}
#porkdando-leaf-3{
	float: right;
	position: absolute;
	width: 500px;
	height: 491px;
	right: 2%;
	bottom: -150px;
}

#porkdando-leaf-4{
	position: absolute;
	width: 463px;
	height: 420px;
	left: 5%;
	bottom: 20px;
}
#porkdando-recipes .recipe {
}
#porkdando-recipes .recipe-thumb {
	height: 250px;
	position: relative;
}
#porkdando-recipes div.overlay {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	display: none;
	padding-top: 60px;
}
#porkdando-recipes .btn-wrapper button {
	background-color: transparent;
}
#porkdando-recipes .btn-wrapper button:hover {
	background-color: #0065B4;
	color: #fff;
}
#porkdando-recipes .recipe{
	box-shadow: 12px 12px 40px rgba(0,0,0,0.4);
	position: relative;
	top: 10px;
	-webkit-transition: all .35s ease-out;
	 -moz-transition: all .35s ease-out;
	 -o-transition: all .35s ease-out;
	 transition: all .35s ease-out;
}
#porkdando-recipes .col-md-3:nth-child(1) .recipe{
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
    top: 100px;
}
#porkdando-recipes .col-md-3:nth-child(2) .recipe{
    -ms-transform: rotate(-6deg); /* IE 9 */
    -webkit-transform: rotate(-6deg); /* Chrome, Safari, Opera */
    transform: rotate(-6deg);
    top: 160px;
}
#porkdando-recipes .col-md-3:nth-child(3) .recipe{
    -ms-transform: rotate(-9deg); /* IE 9 */
    -webkit-transform: rotate(-9deg); /* Chrome, Safari, Opera */
    transform: rotate(-9deg);
}
#porkdando-recipes .col-md-3:nth-child(4) .recipe{
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
    top: 100px;
}
#porkdando-recipes .col-md-3 .recipe:hover{
	box-shadow: 12px 12px 80px rgba(0,0,0,0.2);


    -ms-transform: scale(1.1) rotate(0deg); /* IE 9 */
    -webkit-transform: scale(1.1) rotate(0deg); /* Chrome, Safari, Opera */
    transform: scale(1.1) rotate(0deg);

	-webkit-transition: all .35s ease-out;
	 -moz-transition: all .35s ease-out;
	 -o-transition: all .35s ease-out;
	 transition: all .35s ease-out;
}
#porkdando-recipes .recipe-title{
	text-transform: uppercase;
	background-color: #101b28;
	color: #fff;
	padding: 35px 0;
	position: relative;
}
#porkdando-recipes .recipe-title::before{
	position: absolute;
	content: " ";
	width: 150px;
	border-bottom: 3px solid #fff;
	left: calc(50% - 75px);
	top: 25px;
}
#porkdando-recipes .recipe-title::after{
	position: absolute;
	content: " ";
	width: 150px;
	border-bottom: 3px dashed #fff;
	left: calc(50% - 75px);
	bottom: 25px;
}
#porkdando-recipes, #porkdando-comparte, #porkdando-greeting-card {
	min-height: 800px;
	background-color: transparent;
	padding-top: 80px;
	padding-bottom: 40px;
}
#porkdando-comparte {
	min-height: 240px;
	padding-top: 0;
	padding-bottom: 0;
}
#porkdando-recipes{
	padding-bottom: 300px;
}
#porkdando-recipes h1, #porkdando-comparte h1, #porkdando-greeting-card h1{
	color: #003b65;
}
#porkdando-recipes p, #porkdando-comparte p, #porkdando-greeting-card p{
	color: #434d56;
}
#doreen-card{
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
    position: relative;
    top: 100px;
}
#doreen-card #doreen-card-top{
	background-color: #0067b1;
	padding: 20px;
	color: #fff;
	position: relative;
	top: 60px;
	left: 40px;
}
#doreen-card-top img{
	border-radius: 75px;
	border: 5px solid #02528b;
}
#porkdando-comparte-sub{
	padding-top: 100px;
}
#doreen-card p.lead{
	font-size: 1em;
}
#doreen-card p.lead, #porkdando-comparte-sub p.lead{
	padding: 0;
	color: #fff;
}
#doreen-card-bottom{
	background-color: #003b65;
	padding: 100px 0 20px 0;
	box-shadow: 12px 12px 40px rgba(0,0,0,0.4);
}
#doreen-card-bottom a{
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#porkdando-comparte-sub p.lead{
	padding: 0 30px;
}
.p-top-50{
	margin-top: 50px;
}
.btn-card {
	height: auto;
    padding: 12px 30px;
	border-radius: 25px !important;
	margin: 5px;
	background-color: #0067b1;
	color: #fff;
	box-shadow: 0 -8px 8px -6px #333;
	outline: none !important;
}
.btn-card img {
	margin-left: 5px;
}
#comparte-msg-right {
    position: relative;
    right: -900px;
    top: -380px;
}
#card-container {
	z-index: 0;
    position: relative;
}
#card-container .card-text {
	height: 450px;
	width: 450px;
	padding: 35px 25px;
	border: 1px dashed;
	background-color: transparent;
}
#card-container .card-text textarea {
	height: 100%;
    width: 100%;
    background-color: transparent;
    border: none;
    resize: none;
    /*font-family: "Romanesco";*/
    /*font-family: 'Meddon', cursive;*/
    font-family: 'Dancing Script', cursive;
    font-size: 35px;
    line-height: 50px;
    color: #003b66;
    text-align: center;
    outline: none;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
body.page-id-2080.modal-open #nav-container, body.page-id-2080.modal-open #porkdando-hero,
body.page-id-2080.modal-open #porkdando-content, body.page-id-2080.modal-open #social-container,
body.page-id-2080.modal-open #prefooter, body.page-id-2080.modal-open #footer {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
body.page-id-2080 .modal-backdrop {
	background-color: #151515;
	opacity: 0.8;
}
#create-message{
	display: inline-block;
    -ms-transform: rotate(-7deg) scale(0.9); /* IE 9 */
    -webkit-transform: rotate(-7deg) scale(0.9); /* Chrome, Safari, Opera */
    transform: rotate(-7deg) scale(0.9);

 	-webkit-transition: all .35s ease-out;
	 -moz-transition: all .35s ease-out;
	 -o-transition: all .35s ease-out;
	 transition: all .35s ease-out;
}
#create-message:hover{
    -ms-transform: rotate(0deg) scale(1); /* IE 9 */
    -webkit-transform: rotate(0deg) scale(1); /* Chrome, Safari, Opera */
    transform: rotate(0deg) scale(1);

	-webkit-transition: all .5s ease-out;
	 -moz-transition: all .5s ease-out;
	 -o-transition: all .5s ease-out;
	 transition: all .5s ease-out;
}

#create-message .create-wrapper > div {
	height: 100%;
	padding: 35px 25px;
	border: 2px dashed #7d7b7b;
	border-radius: 10px;
}
#create-message .create-btn-wrapper {
	position: relative;
    top: -65px;
}
#create-message textarea {
	padding: 50px;
}
#card-container span, #create-message textarea {
	/*font-family: "Romanesco";*/
	/*font-family: 'Meddon', cursive;*/
	font-family: 'Dancing Script', cursive;
	font-size: 50px;
	color: #003b66;
}
#create-message .create-wrapper {
	border: 10px solid #fff;
}
#card-container .card, #create-message .create-wrapper {
	width: 952px;
	height: 500px;
	padding: 25px 25px 40px;
	overflow: hidden;
	margin: 0 auto;
	/*font-family: "Romanesco";*/
	/*font-family: 'Meddon', cursive;*/
	font-family: 'Dancing Script', cursive;
	font-size: 35px;
    line-height: 50px;
	color: #003b66;
	box-shadow: 12px 12px 40px rgba(0,0,0,0.3);
}
#card-modal .modal-dialog {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 900px;
}
#share-container .share-header {
	background-color: #0068b3;
	color: #fff;
	height: 80px;
	width: 900px;
	margin: 0 auto;
	padding: 26px;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#share-container .share-header span {
	text-transform: uppercase;
	font-size: 1.4em;
}
#share-container .share-header button {
	opacity: 1;
	outline: none;
  	border: none !important;
  	-webkit-box-shadow: none !important;
  	-moz-box-shadow: none !important;
  	box-shadow: none !important;
}
#share-container .share-header button span {
	font-size: 60px;
	top: -15px;
	position: relative;
	color: #fff;
	text-shadow: none;
	font-weight: normal;
}
#share-container .share-frame {
	background-color: #fff;
	height: 520px;
	width: 900px;
	padding: 50px;
	margin: 0 auto;
}
#share-footer {
	width: 900px;
	color: #fff;
	margin: 0 auto;
}
#share-footer a {
	color: #fff;
}
#share-edit {
	width: 600px;
	margin: 0 auto;
	position: relative;
	top: -185px;
	padding: 0 70px;
}
#share-edit button {
	height: auto;
    padding: 8px 20px;
    border: none;
    border-radius: 20px;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    text-transform: uppercase;
    font-size: 1em;
    outline: none !important;
}
#share-edit button img {
	margin-right: 8px;
	margin-top: -3px;
}
#share-footer .envia, #share-footer .facebook-share,
#share-footer .twitter-share, #share-footer .download-share {
	height: 80px;
	padding-top: 18px;
    text-transform: uppercase;
    font-size: 0.9em;
}
#share-footer .envia {
	background-color: #343434;
	padding-top: 30px;
    text-transform: uppercase;
    font-size: 1em;
}
#share-footer .facebook-share {
	background-color: #3b5998;
}
#share-footer .twitter-share {
	background-color: #55acee;
}
#share-footer .download-share {
	background-color: #3f729b;
}
#share-footer img {
	margin-bottom: 10px;
}

@media (max-width: 1400px){
	#comparte-msg-right{
		top: 0;
		left: 0;
		width: 100%;
		padding: 0 100px;
	}
}
@media (max-width: 1100px) {
	#card-container .card, #create-message .create-wrapper {
		width: 800px;
		height: 420px;
	}
}
@media (max-width: 991px) {
	#card-container .card, #create-message .create-wrapper {
		width: 500px;
		height: 500px;
	}
	#card-modal .modal-dialog, #share-container .share-header, #share-footer {
		width: 600px;
	}
	#share-container .share-frame {
		width: 600px;
		height: 600px;
	}
}
@media (max-width: 767px){
	#share-container .share-frame {
	    height: 540px;
	    width: 540px;
	    padding: 20px;
	}
	#share-container .share-header {
	    width: 540px;
	}
	#share-edit {
		width: 540px;
		top: -155px;
		padding: 0 40px;
	}
	#share-footer {
		width: 540px;
	}
	#card-modal .modal-dialog {
		width: auto;
	}
}
@media (max-width: 580px){
	#create-message .create-btn-wrapper {
		top: 30px;
	}
	#share-container .share-frame, #share-container .share-header, #share-footer  {
	    width: 100%;
	}
	#inner-card {
		width: 100% !important;
		height: 100% !important;
	}
}
@media (max-width: 530px){
	#card-container .card, #create-message .create-wrapper {
		width: 100%;
	}
	#card-container .card, #create-message .create-wrapper, #card-container .card-text textarea {
		font-size: 30px;
	}
	#card-container .card-text {
		width: 100%;
		height: 100%;
		padding: 25px 15px;
	}
	#create-message .create-wrapper > div {
		padding: 25px 15px;
	}
}
@media (max-width: 500px){
	#card-container .card, #create-message .create-wrapper {
		width: 100%;

	}
	#porkdando-greeting-card > .container {
		padding-left: 5px;
		padding-right: 5px;
	}
	#comparte-msg-right {
	    padding: 0 30px;
	}
}
@media (max-width: 480px){
	#share-footer .facebook-share span, #share-footer .twitter-share span,
	#share-footer .download-share span {
		display: none;
	}
	#share-footer img {
		margin-top: 10px;
	}
	#share-footer .envia {
	    font-size: 0.8em;
	}
	#card-container .card, #create-message .create-wrapper, #card-container .card-text textarea {
		font-size: 25px;
	}
}
@media (max-width: 380px){
	#card-container .card, #create-message .create-wrapper, #card-container .card-text textarea {
		font-size: 23px;
	}
}
@media (max-width: 350px){
	#card-container .card, #create-message .create-wrapper, #card-container .card-text textarea {
		font-size: 20px;
	}
}
@media (max-width: 320px){
	#card-container .card, #create-message .create-wrapper, #card-container .card-text textarea {
		font-size: 18px;
	}
}


/*============== END PORKDANDO =================*/

/*============== START PRENDE EL SABOR =================*/

body.page-template-page-prende-el-sabor section{
	padding: 125px 0;
}
/* .slide-2283 .col-md-6{
  width: 40% !important;
} */
.slide-2283 .col-md-6 h1{
  font-size: 4em!important;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  /* .slide-2283 .col-md-6{
    width: 40% !important;
  } */
  .slide-2283 .col-md-6 h1{
    font-size: 3em!important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  /* .slide-2283 .col-md-6{
    width: 50% !important;
  } */
  .slide-2283 .col-md-6 h1{
    font-size: 2em!important;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

  .slide-2283{
    background-image: url(img/prende-el-sabor/PrendeSaborHomeSlide-mobile.jpg)!important;
    background-position: right center !important;
  }

  /* .slide-2283 .col-md-6{
    width: 100% !important;
  } */
  .slide-2283 .col-md-6 h1{
    font-size: 2em!important;
  }
}


#prende-hero ::-moz-selection, #prende-party ::-moz-selection{
  background-color: transparent;
}

#prende-hero ::selection, #prende-party ::selection {
  background-color: transparent;
}

#prende-popup{
	position: fixed;
	bottom: -210px;
	z-index: 5;
}
#prende-popup #prende-popup-bubble{
	background: #fff;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 40px 20px 20px 20px;
	text-align: center;
	position: relative;
	z-index: 1;
	top: -15px;
	left: -115px;
	opacity: 0;
}
#prende-popup img{
	position: relative;
	z-index: 2;
}
#prende-popup #prende-popup-bubble h3{
	font-size: 1.6em;
  font-family: 'Covered By Your Grace', cursive;
	color: #0068b3;
}
#prende-popup .btn{
  bottom: -10px;
  position: relative;
}
#prende-conoce-gloria{
	height: 100%;
}
#prende-conoce-gloria .modal-dialog{
	position: relative;
	top: calc( 50% - 295px );
}
#prende-conoce-gloria .modal-content{
	border-radius: 0px;
}
#prende-conoce-gloria .modal-header{
	background-color: #0068b3;
	color: #fff;
}
#prende-conoce-gloria .modal-header .gloria-bio-col{
	line-height: 1.6em;
	padding-top: 10px;
}


@media (max-width: 480px){
  #prende-conoce-gloria .modal-header .gloria-bio-col{
  	line-height: 1.3em;
  	font-size: 14px;
  }
}



#prende-conoce-gloria .close{
	position: absolute;
	right: 20px;
	z-index: 2;
}
#prende-conoce-gloria .modal-header{
	padding: 25px;
}
#prende-conoce-gloria .modal-body{
	padding: 35px 25px;
}
#prende-conoce-gloria .gloria-avatar{
	border-radius: 50%;
	border: 4px solid #dadada;
	background-color: #dadada;
}
#prende-conoce-gloria h2{
	font-family: "Melbourne-Regular", Helvetica, Geneva, sans-serif;
	text-transform: capitalize;
	color: #013482;
	font-weight: bold;
	font-size: 1.8em;
}
#prende-conoce-gloria .modal-body p{
	margin-bottom: 0px;
}
#prende-hero{
	background: url(img/prende-el-sabor/bg_hero.jpg) center center no-repeat;
	background-size: cover;
	height: 800px;
	position: relative;
	padding: 80px 0;
}
#prende-hero .btn-start{
	position: absolute;
	padding: 20px 40px;
	left: calc( 50% - 150px );
	bottom: 100px;
	border-radius: 20px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.6);
	z-index: 3;
	opacity: 0;
}
#prende-hero img{
	width: 85%;
}
#prende-hero .prende-table img, #prende-hero .prende-chop img{
	width: 80%;
}
#prende-table{
	background: url(img/prende-el-sabor/bg_hero_table.png) center center no-repeat;
	background-size: 100% 325px;
	position: absolute;
	bottom: -50px;
	width: 100%;
	height: 325px;
}
#prende-hero .prende-hero-chat h2{
	color: #0068b3;
}
#prende-hero .prende-hero-chat{
	background: url(img/prende-el-sabor/bg_chat.png) #fff center center no-repeat;
	color: #738998;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 75px 50px 50px 50px;
	text-align: center;
	position: relative;
	z-index: 2;
}
#prender-hero #prende-carousel .item{
	position: relative;
}
#prende-hero #slide-1{
	background: url(img/prende-el-sabor/bg_hero_slide_1.png) center center no-repeat;
  background-size: 800px;
  background-position: calc( 50% - 150px ) 48px;
 }
#prende-hero #slide-1 #slide-1-title, #slide-1 .prende-tongs-lemons,#slide-1 .prende-spices-chilly,#slide-1 .prende-hero-chat{
	opacity: 0;
}
#prende-hero #slide-1-title{
	position: relative;
	top: 100px;
	left: 90px;
	color: #fff;
}
#prende-hero #slide-1-title h1{
	font-size: 3.25em;
}
#prende-hero h2{
	font-size: 2.2em;
}
#prende-hero #slide-1 .prende-hero-chat{
	top: 50px;
}
#prende-hero #slide-1 .prende-tongs-lemons{
	position: absolute;
	bottom: 0px;
	z-index: 1;
	left: -2%;
}
#prende-hero #slide-1 .prende-spices-chilly{
	position: absolute;
	bottom: 0px;
	z-index: 1;
	right: -2%;
}
#prende-hero #slide-2{
	background: url(img/prende-el-sabor/bg_hero_slide_2.png) calc( 50% + 100px ) center no-repeat;
	background-size: 675px;
	background-position: calc( 50% + 100px ) -30px;
}
#prende-hero #slide-2 .prende-hero-chat{
	top: 100px;
	padding-top: 95px;
}
#prende-hero #slide-2 .prende-spices-chilly{
	position: absolute;
	bottom: 0px;
	z-index: 1;
	left: -10%;
}
#prende-hero #slide-2 .prende-knife{
	position: absolute;
	bottom: 35px;
	z-index: 1;
	left: 50%;
}
#prende-hero #slide-2 .prende-peppercorn{
	position: absolute;
	bottom: 80px;
	z-index: 1;
	right: -4%;
}
#prende-hero #slide-2 .prende-plate{
	position: absolute;
	z-index: 1;
	bottom: 20px;
  left: 15%;
}
#prende-hero #slide-2 .prende-chop{
	position: absolute;
	bottom: 140px;
	left: 26%;
	z-index: 1;
	opacity: 0;
	width: 250px;
}

#prende-hero .prende-plate img, #prende-hero .prende-chop img{
	width: 80%;
}
#prende-hero #slide-2 #prende-drag-curve{
	position:absolute;
	left:32%;
	top:50%;
	transform:rotate(-20deg);
	z-index: 3;
	opacity: 0;
}
#prende-hero #slide-2 #prende-drag-mobile{
	position:absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	opacity: 0;
	display: none;
}
#prende-hero #slide-2 .knob{
	fill: #0068b3;
	background-color: #fff;
}
#prende-hero #slide-3{
	background: url(img/prende-el-sabor/bg_hero_slide_3.png) 0px center no-repeat;
	background-size: 675px;
	background-position: calc( 10% + 100px ) -30px;
}
#prende-hero #slide-3 .prende-hero-chat{
	top: 200px;
	padding-top: 95px;
	z-index: 3;
}

#prende-hero #slide-3 .prende-peppercorn{
	position: absolute;
	bottom: 20px;
	z-index: 1;
	left: -200px;
}
#prende-hero #slide-3 .prende-plate{
	position: absolute;
	z-index: 1;
  bottom: 20px;
  left: 15%;
}
#prende-hero #slide-3 .prende-chop{
	position: absolute;
	bottom: 70px;
	left: 26%;
	z-index: 1;
	opacity: 0;
	width: 250px;
}
#prende-hero #slide-3 .prende-radio{
	position: absolute;
	bottom: 0px;
	z-index: 1;
	right: -15%;
}
#prende-hero #slide-3 .prende-sauce{
	position: absolute;
	bottom: -20px;
	z-index: 1;
	right: 13%;
}
#prende-hero #prende-play-video{
	position: absolute;
	float: left;
	width: 100px;
	height: 100px;
	background-color: #0068b3;
	color: #bce1f7;
	border-radius: 50%;
	text-align: center;
	padding-top: 38px;
  bottom: 160px;
  z-index: 2;
  left: 15%;
  transition: all .4s;
  -webkit-transition: all .4s;
}
#prende-hero #prende-play-video:hover{
	background-color: #007cd6;
  transition: all .4s;
  -webkit-transition: all .4s;
  text-decoration: none;
  bottom: 180px;
}
#prende-hero .prende-hero-chat .btn-round{
	position: absolute;
	margin: 0 auto;
	bottom: -24px;
	left: calc( 50% - 30px );
}

#prende-party{
	background: url(img/prende-el-sabor/bg_party.jpg) center center repeat-x;
	color: #fff;
	padding: 100px 0;
}

#prende-party .owl-next{
  position: absolute;
  right: -50px;
  top: calc(50% - 80px);
  background-image: url(img/prende-el-sabor/right-arrow.png);
  width: 50px;
  height: 100px;
  overflow: hidden;
  text-indent: 100px;
}

#prende-party .owl-next:active{
  right: -52px;
}
@media only screen and (max-width : 768px) {

  #prende-party .owl-next{
    position: absolute;
    right: 0;
    top: calc(50% - 80px);
    background-image: url(img/prende-el-sabor/right-arrow.png);
    width: 25px;
    height: 50px;
    overflow: hidden;
    background-size: contain;
    text-indent: 100px;
  }

  #prende-party .owl-next:active{
    right: -2px;
  }

}

#prende-party .owl-prev{
  display: none!important;
}

#prende-party.step4{
	background: url(img/prende-el-sabor/step4-bg.png) top center repeat-x;
  background-color: white;
	color: #fff;
	padding: 100px 0;
}

#prende-party.step4 #prende-steps-nav {
  display: none;
}

#prende-party.step4 .col-md-3{
  display: none;
}

#prende-party.step4 .col-md-9{
  width: 100%;
}

#prende-party.step4 .card{
  background-image: none!important;
  background-color: transparent!important;
  margin: 0 5px;
  margin-bottom: 60px;
}

#prende-party.step4 .card.recipe.active .thumb{
  padding: 0;
  margin: 0;
  width: auto;
  height: 318px;
}

#prende-party.step4 .card.spotify.play .header{
  color: white;
}

#prende-party.step4 .card.spotify .body{
  padding-top: 25px;
}

#prende-party.step4 .step-4-copy{
  text-align: center;
  margin-bottom: 100px;
}
#prende-party.step4 .step-4-share-copy{
  text-align: center;
  color: #007cd6;

}


#prende-party.step4 .card.spotify .thumb{
  margin-bottom: 34px;
}



#prende-party-intro{
	background: url(img/prende-el-sabor/bg_prende-party_intro.png) center center no-repeat;
	background-size: contain;
	padding: 150px 0;
}
/*
#prende-party-content{
	padding: 150px 0;
}*/
#prende-party-intro h2{
	font-size: 4em;
	text-transform: capitalize;
	font-weight: normal;
}
#prende-party-intro p.lead{
	font-size: 1.1em;
}

#prende-steps-nav{
	list-style-type: none;
  padding-left: 0;
  float: left;
  margin-right: 30px;
}

#prende-steps-nav a{
  color: #fff;
border: 3px solid #fff;
display: inline-block;
border-radius: 50%;
padding: 5px;
width: 36px;
height: 36px;
text-align: center;
text-decoration: none;
line-height: 22px;
pointerEvents:none;
}

#prende-steps-nav li{
  padding-bottom: 80px;
  background-image: url(img/dashed-line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-position: center 46px;
  text-align: center;
  position: relative;

}

#prende-steps-nav li:last-of-type{
  background-image: none;
  padding-bottom: 0;
}

#prende-steps-nav li.active span{
  position: absolute;
  top: -10px;
  display: block!important;
  text-align: left;
  left: 80px;
  width: 190px;
  font-family: 'Covered By Your Grace', cursive;
  font-size: 42px;
  line-height: 42px;
}

#link-to-prende{
  position: absolute;
  right: 0;
  bottom: -49px;
  background-color: #0067B1;
  padding: 13px 50px;
  text-transform: uppercase;
  font-size: .9em;
  z-index: 3;
  color: #fff;
}
@media (max-width: 1199px){
	#link-to-prende{
		bottom: 0px;
	}
}
@media (max-width: 767px){
	#link-to-prende{
    right: calc( 50% - 115px );
    bottom: 0px;
	}
}

@media (max-width: 1199px) and (min-width: 769px){
	body.page-template-page-prende-el-sabor .container{
		width: 90%;
		margin: 0 auto;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 769px) {

  #prende-party{
    overflow: hidden;
  }

  #prende-party .tab-title {
    text-align: center;
  }

  #prende-party .mobile-step-title{
    text-align: center;
  }
  #prende-party .mobile-step-title h2{
    font-size: 24px;
  }

  #prende-steps-nav{
    float: none;
    /* width: 106%; */
    margin: 0 auto;
    text-align: center;
    transform: scale(.6);
  }

  #prende-steps-nav li{
    padding-bottom: 0px;
    background-image: none;
    text-align: center;
    position: relative;
    display: inline-block;
  }

  #prende-steps-nav li.active span{
    display: none!important;
  }
  .card.spotify .name{
    font-size: 20px!important;
  }

  #prende-party.step4 .card{
    float: none!important;
    margin: 0 auto!important;
  }
}
@media only screen and (min-width:770px) and (max-width : 1025px){

  #prende-party.step4 .card{
    width: 287px!important;
  }

  #prende-party .mobile-step-title{
    display: none;
  }

  #prende-steps-nav li.active span {
    position: absolute;
    top: 10px;
    display: block!important;
    text-align: left;
    left: 70px;
    width: 150px;
    font-family: 'Covered By Your Grace', cursive;
    font-size: 22px;
    line-height: 22px;
}

}

#prende-party .disable-tabs{

    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}


#prende-steps-nav li.active{
    background-position: center 64px;
}

#prende-steps-nav li.active a{
	background-color: #fff;
	color: #0068b3;
	width: 32px;
	height: 32px;
	padding: 8px;
	box-sizing: content-box;
  line-height: 36px;
}

#prende-recetas{
	background: url(img/prende-el-sabor/bg_recipes.jpg) center center;
}

#prende-recetas #recipes{
	background: url();
	padding: 75px 0 0 0;
	margin: auto;
}
#prende-recetas h2, #prende-party-intro h2, #prende-hero .prende-hero-chat h2, #prende-hero #slide-1-title h1, #prende-videos h2, #prende-promo h1, body.page-template-page-prende-el-sabor #social-container h2{
	font-family: 'Covered By Your Grace', cursive;
}

#prende-videos .prende-video{
	position: relative;
	box-shadow: 12px 24px 48px rgba(0,0,0,0.2);
	margin-top: 48px;
	transition: all .5s;
	-moz-transition: all .5s;
	top: 0px;
}
#prende-videos .prende-video a{
	text-decoration: none;
}
#prende-videos .prende-video-img{
	background-position: center center;
	background-size: cover;
	min-height: 300px;
}
#prende-videos .prende-video-title{
	padding: 15px 10px;
	text-transform: uppercase;
	color: #0067b1;
	transition: all .5s;
	-moz-transition: all .5s;
}
#prende-videos .prende-video:hover{
	top: 5px;
	box-shadow: 6px 12px 24px rgba(0,0,0,0.3);
}
#prende-videos .prende-video:hover .prende-video-title{
	background-color: #0067b1;
	color: #fff;

}
#prende-blog{
	background-color: #1e2125;
	padding: 75px 0;
}
#prende-blog h2, #prende-blog p.lead{
	color: #fff;
}
#prende-blog .prende-item{
	background-color: #f5f5f5;
	margin: 0;
}
#prende-blog .prende-item > div{
	padding: 0;
}
#prende-blog .prende-img{
	background-position: center center;
	background-size: cover;
}
#prende-blog .btn-round{
	box-shadow: 0px 4px 4px rgba(0,0,0,0.4);
	margin-right: 12px;
	position: relative;
	top: 75px;
	z-index: 2;
}
#prende-blog .pull-right:first-of-type .btn-round{
	margin-right: 24px;
}
#prende-blog .prende-item-content, #prende-blog .prende-img {
	height: 425px;
}
#prende-blog .prende-item-blogger{
	padding-left: 48px;
	padding-bottom: 12px;
	background-color: #1e2125;
	color: #fff;
}
#prende-blog .prende-item-blog{
	color: #83e1d1;
}
#prende-blog .carousel-indicators{
	position: relative;
	top: 48px;
}
#prende-blog .prende-item-avatar{
	float: left;
	margin-right: 24px;
}
#prende-blog .prende-item-avatar img{
	border-radius: 50%;
}

#prende-blog .prende-item-post{
	padding: 48px;
}
#prende-blog .prende-item-post h3{
	font-family: "Melbourne-Regular", Helvetica, Geneva, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}
#prende-blog .prende-item-post p{
	color: #838383;
}
.font-cbyg{
	font-family: 'Covered By Your Grace', cursive;
}


/* prede le sabor */


#prende-party .tab-title{
  font-family: 'Covered By Your Grace', cursive;
  font-size: 22px;
  margin-top: 11px;
}


#prende-party .card{
  width: 368px!important;
  background-color: white;
  color: white;
  float: left;
  margin-bottom: 60px;
  color: #748997;
  background-image: url(img/prende-el-sabor/card-bg.png);
  background-position: center 270px;
  background-repeat: repeat-x;
  transition: all 0.3s ease;
  transform: scale(.85);
}

#prende-party .card .view-details{
  color: white;
  background-color: transparent;
  display: inline-block;
  border: 2px solid white;
  border-radius: 40px;
  padding: 10px;
  opacity: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 35%;
  outline: none !important;
}

#prende-party .card:hover .view-details{
  opacity: 1;
}


#prende-party .card .view-details:hover{
  text-decoration: none;
  background-color: #0068B3;
}

#prende-party .card.spotify{

  background-position: center 260px;
}

#prende-party .card.spotify .back{
  display: none;
  text-align: center;
}

#prende-party .card.spotify .back iframe{
  margin-bottom: 30px;
}



#prende-party .card .recipe-time{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(img/icon_time-white.png) no-repeat left center;
	padding: 15px 0 0 40px;
	height: 50px;
  color: white;
  -webkit-font-smoothing: antialiased;
}

#prende-party .card .recipe-people{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(img/icon_people-white.png) no-repeat left center;
	padding: 15px 0 0 40px;
	height: 50px;
	margin-left: 20px;
  color: white;
  -webkit-font-smoothing: antialiased;
}

#prende-party  .card img{
  /*prevents owl carousel 100% width img style*/
  width: auto!important;
}

#prende-party  .card .header{
  padding: 20px;
}

#prende-party  .card .header .title img{
  float: left;
  margin-right: 5px;
}
#prende-party  .card .header .title span{
  padding-top: 5px;
  display: block;
  float: left;
}

#prende-party  .card .header .play{
  color: white;
  cursor: pointer;
}

#prende-party  .card.spotify .header{
  font-size: 12px;
  text-transform: uppercase;
}

#prende-party  .card .thumb{
  height: 318px;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
}

#prende-party  .card.spotify .thumb{
  height: 273px;
  position: relative;
}

#prende-party  .card.game .body{
  height: 104px;
}

#prende-party  .card .thumb .recipe-info{
  position: absolute;
  bottom:10px;
  left: 10px;
}

#prende-party .card .body{
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}

#prende-party  .card .name{
  font-size: 24px;
  text-transform: uppercase;
  color: white;
  transition: all 0.5s ease;
}

#prende-party  .card .footer{
  text-align: center;
  position: relative;
}
#prende-party  .card .footer .check{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom:-30px;
  background-color: white;
  color: #1E2A36;
  width: 60px;
  height: 60px;
  padding: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 7px 29px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 7px 29px 1px rgba(0,0,0,0.6);
  box-shadow: 0px 7px 29px 1px rgba(0,0,0,0.6);
  transition: all 0.5s ease;
}


/*Card animation*/

/*hover*/
#prende-party  .card:hover{
  background-image: url(img/prende-el-sabor/card-bg.png);
  background-position: center -148px;
  color: #748997;
}

#prende-party  .card.spotify:hover{
  background-position: center -200px;
}

#prende-party  .card:hover .name{
  color: #0068B3;
}

#prende-party  .card:hover .header{
  color: white;
}


/*active*/

#prende-party .card.active .header {
 color: #0068B3;
}

 #prende-party .card.active .footer .check,  #prende-party .card .footer .check:hover{
  background-color: #0068B3;
  color: white;
  cursor: pointer;

}

#prende-party  .card.active{
  background-image: url(img/prende-el-sabor/card-bg.png);
  background-position: center -230px;
  cursor: pointer;
  color: #748997;
}


#prende-party  .card.recipe.active .thumb, #prende-party .card.game.active .thumb{
  width: 326px;
  height: 278px;
  margin: 20px auto;
  -webkit-box-shadow: 0px 7px 29px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 7px 29px 1px rgba(0,0,0,0.6);
  box-shadow: 0px 7px 29px 1px rgba(0,0,0,0.6);
}


#prende-party  .card.spotify.active .header .title span{
  color: white;

}


#prende-party  .card.active .name{
  color: #0068B3;
}


/*carousel dots*/

#prende-party .owl-dot{
  width: 12px;
    height: 12px;
    border: 1px solid white;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
}

#prende-party .owl-dot.active{

    border: 1px solid white;
    background-color: white;

}


/*player view*/


#prende-party  .card.spotify.active.play .header .title{
  color: white;

}

#prende-party  .card.spotify.play .front{
  display: none;
}

#prende-party  .card.spotify.play .back{
  display: block;
}


.sabor-modal-close {
	height: 36px;
	padding: 15px 0;
}
.sabor-modal-close img {
	cursor: pointer;
	height: 36px;
}
.sabor-modal .modal-dialog {
	margin: 60px 0;
	width: 100%;
}
.sabor-modal .modal-content {
	border-radius: 0;
}
.sabor-modal .modal-body {
	padding: 0 15px;
}
.sabor-modal-left-col {
	box-shadow: 10px 0 20px 0px #bbb;
}
.sabor-modal-right-col {
	padding: 15px 30px;
}
.sabor-modal-pad-15 {
	padding: 15px;
}
.sabor-modal h4 {
	font-size: 1.4em;
}
.sabor-modal h3 {
	font-family: 'Melbourne-Regular';
	font-size: 1.8em; color: #013482;
}
.sabor-modal ul {
	padding-left: 20px;
}
.sabor-modal-icons p {
	margin-bottom: 0;
	color: #013482;
	font-size: 12px;
	text-transform: uppercase;
}
.sabor-modal-icons .icon-container {
	display: inline-block;
}
.sabor-modal-icons .sabor-info {
	margin: 0 20px 0 10px;
	display: inline-block;
}
.sabor-modal-icons img {
	margin-bottom: 15px;
}
.sabor-modal-icons .sabor-share div {
	display: inline-block;
}
.sabor-modal-icons .sabor-share p {
	color: #757575;
}
.sabor-modal-icons .sabor-share img {
	margin-bottom: 0;
}

.blueimp-gallery > .close {
	font-size: 4em !important;
	font-weight: normal !important;
}

#prende-conoce-gloria-mob{
	background: url(img/prende-el-sabor/GloriaMobileCTA.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px 0;
}

#prende-conoce-gloria-mob .gloria-cta-circle{
    width: 220px;
    background-color: rgba(255,255,255,0.8);
    height: 220px;
    border-radius: 50%;
    padding-top: 60px;
    float: right;
}

#prende-conoce-gloria-mob .gloria-cta-circle h1{
  font-size: 24px;
}


#prende-promo{
	background: url(img/prende-el-sabor/bg_promo.jpg) center center no-repeat;
	background-size: cover;
	padding: 60px 0;
}
#prende-promo h1{
	color: #fff;
	text-transform: none;
	margin-bottom: 24px;
}
/* end*/

@keyframes btnglow {
  0% {
    background-color: #0067b1;
    fill: #0067b1;
  }
  50% {
    background-color: #018df2;
    fill: #018df2;
  }
  100% {
    background-color: #0067b1;
    fill: #0067b1;
  }
}

#prende-hero .btn-start, #prende-hero .btn-round, #prende-hero .knob .st0{
	animation: btnglow 1.5s infinite;
}



.receta-item{
  box-shadow: 10px 25px 95px rgba(0,0,0,.9);
}

.receta-item .cover{
  height: 585px;
}

.receta-item .meta{
  height: 585px;
  background-color: #031C30;
  padding: 60px;
  position: relative;
}

.receta-item h3{
  line-height: 130%;
  margin-bottom: 60px;
}

.receta-item .notch-right {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #031C30;
  right: -40px;
  top: calc(50% - 40px);
  position: absolute;
  z-index: 1;
}

.receta-item .notch-left {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid #031C30;
  left: -40px;
  top: calc(50% - 40px);
  position: absolute;
  z-index: 1;
}



@media (max-width: 1199px) {
	#prende-blog .prende-item-content, #prende-blog .prende-img {
		height: 450px;
	}
	#prende-hero #slide-1 {
    background-position: calc( 50% - 50px ) 48px;
	}

  .receta-item .cover{
    height: 485px;
  }

  .receta-item .meta{
    height: 485px;
    background-color: #031C30;
    padding: 40px;
  }
}


@media (max-width: 767px){

  .receta-item{
    margin-bottom: 60px;
  }

  .receta-item .meta{
    height: auto;
    background-color: #031C30;
    padding: 20px;
  }

  .receta-item .meta h3{
    font-size: 1em;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .receta-item .cover{
    height: 200px;
  }

  .receta-item .notch-left, .receta-item .notch-right{
    display: none;
  }
  .receta-item .btn{
    font-size: 14px;
    padding: 5px 40px 5px 20px;
  }
}




@media (min-width: 1199px){
	#prende-hero .container-fluid{
		width: 1170px;
	}
	#prende-hero .carousel-inner{
		overflow: visible;
	}
}

@media (max-width: 991px) {
	#prende-blog .prende-item-content, #prende-blog .prende-img {
		height: 425px;
	}
}



@media (max-width: 800px){
	#prende-hero #slide-1{
		background-position: center 60px;
    background-size: 700px;
	}
	#prende-hero #slide-1-title{
		left: 12px;
	}
	#prende-hero #slide-1 .prende-tongs-lemons{
		left: -10%;
	}
	#prende-hero #slide-1 .prende-spices-chilly{
		right: -10%;
	}
	#prende-hero #prende-play-video{
		left: 5%;
	}
	#prende-hero #slide-2{
		background-position: calc( 50% + 150px ) -30px;
	}
	#prende-hero #slide-2 .prende-spices-chilly{
		left: -15%;
	}
	#prende-hero #slide-2 .prende-peppercorn{
		right: -14%;
	}
	#prende-hero #slide-2 .prende-knife{
		left: 70%;
	}
	#prende-hero #slide-2 .prende-hero-chat{
		top: 55px;
	}
	#prende-hero #slide-3{
		background-position: -80px -30px;
	}
	#prende-hero #slide-3 .prende-hero-chat{
		top: 75px;
	}
	#prende-hero #slide-3 .prende-radio{
		right: -30%;
	}
	#prende-hero #slide-3 .prende-sauce{
		right: -15%;
	}
	#prende-promo{
    background: url(img/prende-el-sabor/bg_promo_mobile.jpg) center center no-repeat;
    background-size: 125%;
    padding: 10px 0 22px 0;
  }
  #prende-promo h1{
  	font-size: 1.4em;
  }
}

@media (max-width: 767px){
	body.page-template-page-prende-el-sabor section{
		padding: 50px 0;
	}
	html.iphone body.page-template-page-prende-el-sabor div#nav-container.container{
	}
	#prende-hero .container-fluid .row{
		margin-top: 110px;
	}
	#prende-hero{
		height: 500px;
		padding: 0;
		background-image: url('img/prende-el-sabor/bg_hero_mobile.jpg');
	}
	#prende-hero #prende-table{
		height: 150px;
		background-size: 100% 150px;
		background-image: url('img/prende-el-sabor/bg_hero_table_mobile.png');
	}
	#prende-hero .prende-hero-chat{
		background: url() rgba(255,255,255,0.8);
		background-size: 50%;
		width: 200px;
		height: 200px;
		padding: 20px;
    padding-top: 85px !important;
		position: absolute;
		left: calc( 50% - 100px );
    top: 130px !important;
    color: #333;
	}

	#prende-hero .prende-hero-chat .btn-round{
		bottom: -34px;
	}
	#prende-hero .prende-hero-chat h2{
		font-size: 1.4em;
		margin-bottom: 5px;
	}
	#prende-hero #slide-1{
    background-size: 510px;
    background-position: center 110px;
	}
	#prende-hero #slide-1 .prende-tongs-lemons{
		width: 260px;
		bottom: 90px;
	}
	#prende-hero #slide-1 .prende-spices-chilly, #prende-hero #slide-2 .prende-spices-chilly{
		width: 210px;
		bottom: 80px;
	}
	#prende-hero #slide-1-title{
		top: 10px;
		left: 0;
    width: 100%;
    text-align: center;
    font-size: .8em;
	}
	#prende-hero #slide-1-title h1{
		margin: 0;
	}

	#prende-hero #prende-play-video{
		left: 15px;
    top: 75%;
    font-size: .8em;
    width: 75px;
    height: 75px;
    padding-top: 28px;
	}
	#prende-hero #slide-1{
		background-size: 300px;
		background-image: url('img/prende-el-sabor/bg_hero_slide_1_mobile.png');
	}
	#prende-hero #slide-1 .container{
		padding: 0;
	}
	#prende-hero #slide-1 .prende-hero-chat{
		padding-top: 35px !important;
	}
  #prende-hero #slide-2{
		background-size: 400px;
    background-position: -60px 20px;
		background-image: url('img/prende-el-sabor/bg_hero_slide_2_mobile.png');
  }
  #prende-hero #slide-2 .btn{
  	z-index: 3;
  }
  #prende-hero #slide-2 .prende-hero-chat{
		padding-top: 55px !important;
	}
  #prende-hero #slide-2 .prende-peppercorn{
  	width: 250px;
  	bottom: 130px;
  	right: -30%;
  }
  #prende-hero #slide-2 .prende-knife{
  	width: 100px;
  	left: 80%;
  	bottom: 105px;
  }
  #prende-hero #slide-2 .prende-chop{
  	width: 150px;
  	left: calc( 50% - 60px );
  }
	#prende-hero #slide-3{
    background-size: 380px;
    background-position: -30px 20px;
		background-image: url('img/prende-el-sabor/bg_hero_slide_3_mobile.png');
	}
	#prende-hero #slide-3 .prende-radio{
		width: 200px;
		bottom: 120px;
	}
	#prende-hero #slide-3 .prende-sauce{
    width: 150px;
    bottom: 90px;
  }
	#prende-hero #slide-3 .prende-peppercorn{
		display: none;
	}
	#prende-hero #slide-3 .prende-hero-chat{
		padding-top: 59px !important;
	}
  #prende-hero #slide-3 .prende-chop{
  	width: 150px;
  	left: -9%;
  	bottom: 120px;
  }
  #prende-hero #slide-3 .prende-plate{
    width: 280px;
    bottom: 90px;
    left: -30%;
  }
  #prende-party{
		background-image: url('img/prende-el-sabor/bg_party_mobile.jpg');
		background-size: cover;
  }
  #prende-posts .prende-item .prende-match{
  	height: auto !important;
  }
  #prende-blog .prende-item-post {
    padding: 18px;
	}
	#prende-blog .prende-item-blogger{
		padding-left: 18px;
	}
	#prende-blog .pull-right:first-of-type .btn-round {
    margin-right: 4px;
	}
	#prende-blog .btn-round{
		top: -25px;
	}
	#slide-1 .container{
		padding: 0;
	}
	#prende-hero #slide-1 .prende-hero-chat {
    top: 120px;
    margin: 0 auto;
    float: none !important;
  }
	.sabor-modal-close {
		position: absolute;
	    width: 100%;
	    padding: 15px;
	}
	.sabor-modal-pad-15 {
		padding: 15px 0;
	}
	.sabor-modal-left-col {
		height: auto !important;
	}
	.sabor-modal-right-col {
		padding-left: 15px;
		padding-right: 15px;
		height: auto !important;
	}

	#prende-blog .prende-item-post {
		padding-left: 15px;
		padding-right: 15px;
	}
	#prende-blog .prende-item-content {
		height: 425px;
	}

	#recipes .recipe .recipe-title, #video-gallery .recipe .recipe-title{
		bottom: 50px;
	}
}

@media (max-width: 480px){

  #prende-party.step4 .prende-party-content{
    height: auto!important;
  }

  #prende-party .card{
    min-width: 100%;
    max-width: 100%;

  }
  #prende-party.step4 .card{
    margin: inherit 0!important;
    color: #007cd6;
  }
  #prende-party.step4 .card .header .play{
    color: #007cd6;
  }

  #prende-party.step4 .card .header .stop{
    color: #007cd6;
  }
  #prende-party.step4 .card.spotify.active .header .title span{
    color: #007cd6;
  }

	#prende-blog .prende-item-content {
		height: 480px;
	}

  #prende-party-intro{
    padding:0;
  }
  #prende-party-content{
    padding-top: 0;
  }
}


body.page-template-page-prende-el-sabor-share #prende-hero #slide-1 #slide-1-title,
body.page-template-page-prende-el-sabor-share #slide-1 .prende-tongs-lemons,
body.page-template-page-prende-el-sabor-share #slide-1 .prende-spices-chilly,
body.page-template-page-prende-el-sabor-share #slide-1 .prende-hero-chat {
    opacity: 1;
}

body.page-template-page-prende-el-sabor-share #slide-1 .prende-hero-chat {
    margin: 250px auto 0;
}

#prende-party .game-people{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(img/prende-el-sabor/icon-person.png) no-repeat left center;
	padding: 15px 0 0 40px;
	height: 50px;
	margin-left: 20px;
	color: #fff;
}

#prende-steps h2, #throw-a-party h2 {
	font-family: 'Covered By Your Grace', cursive;
	text-transform: none;
	font-size: 2.8em;
}
#throw-a-party {
	padding-bottom: 100px;
}
#throw-a-party h2 {
	color: #0068b3;
}
#throw-a-party .btn {
	margin: 10px 0 30px;
}
#throw-a-party p {
	font-size: 22px;
	color: #0068b3;
}

#prende-party .share-check {
    background-color: #0068B3;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    width: 60px;
    height: 60px;
    padding: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 7px 29px 1px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 7px 29px 1px rgba(0,0,0,0.6);
    box-shadow: 0px 7px 29px 1px rgba(0,0,0,0.6);
    cursor: default;
}

@media (max-width: 400px){
	#prende-blog .prende-item-content {
		height: 400px;
	}
}


/*============== END PRENDE EL SABOR =================*/

@media (max-width: 1024px){
	#gform_wrapper_1 .gform_body{
		width: 76%;
	}
}

@media (max-width: 992px){
	.page-template-page-porkast #recipes .recetas-tagline {
	  padding: 0 100px;
	}
	#weather-row .pork-logo {
		width: 90% !important;
	}
}

@media (max-width: 768px){
	.page-template-page-porkast #recipes .recetas-tagline {
	  padding: 0 40px;
	}
	#weather-row .pork-logo {
		width: 290px !important;
	}
	#weather-row .bottom-meta p {
		padding-left: 0 !important;
	}
}
@media (max-width: 767px){
	#press-release .btn-blue {
		background: linear-gradient(left, #0067b1 24%, transparent 24%);
		background: -o-linear-gradient(left, #0067b1 24%, transparent 24%);
		background: -moz-linear-gradient(left, #0067b1 24%, transparent 24%);
		background: -webkit-linear-gradient(left, #0067b1 24%, transparent 24%);
		background: -ms-linear-gradient(left, #0067b1 24%, transparent 24%);
	}
	body.page-template-page-prende-el-sabor-share #slide-1 .prende-hero-chat {
	    margin: 0 auto 0px;
	}
	body.page-template-page-prende-el-sabor-share #prende-party .card.spotify .header .title span,
	body.page-template-page-prende-el-sabor-share #prende-party .card .header .play,
	body.page-template-page-prende-el-sabor-share #prende-party .card.spotify .back {
		color: #0068B3 !important;
	}
	#prende-party .card{
	  width: 368px!important;
	  background-color: white;
	  color: white;
	  float: left;
	  margin-bottom: 60px;
	  color: #748997;
	  background-image: url(img/prende-el-sabor/card-bg.png);
	  background-position: center 270px;
	  background-repeat: repeat-x;
	  transition: all 0.3s ease;
	  transform: scale(.85);
	}

	#prende-party .card.spotify {
	  background-position: center -200px !important;
	  color: #748997 !important;
	}
	#prende-party .card.spotify .name {
	    color: !important;
	}
}

@media (max-width: 480px){

	#gform_wrapper_1 .gform_body{
		width: 82%;
	}
	div.cortes-header{
		min-height: 380px;
		background: url(img/table-50.jpg) center bottom repeat-x, url(img/tile-50.jpg) 0 top repeat-x;
		-webkit-background-size: auto, auto;
		-moz-background-size: auto, auto;
		-o-background-size: auto, auto;
		background-size: auto, auto;
	}

	div.cortes-header img{
		padding-top: 68px;
	}

	#prefooter #promotions{
		background-color: #0095DA;
	}
	#blog-posts-row{
		margin-right: -15px;
	}
	.blog-single{
		padding: 15px;
	}
	#porkdando-recipes .recipe-title{
		padding: 35px;
	}
	#create-message{
		-ms-transform: rotate(0deg) scale(1);
	    -webkit-transform: rotate(0deg) scale(1);
	    transform: rotate(0deg) scale(1);
	}
	#porkdando-greeting-card .card{
		background-size: 100%;
	}
	#porkdando-recipes h1, #porkdando-comparte h1, #porkdando-greeting-card h1{
		font-size: 2.8em;
	}
	#porkdando-leaf-4{
		display: none;
	}
	#create-message .create-wrapper > div,#card-container .card, #create-message .create-wrapper, #card-container .card-text textarea{
		line-height: 1.1em;
	}
}

@media (max-width: 320px){
	#gform_wrapper_1 .gform_body{
		width: 73%;
	}
}
#receta-grid-title h1{
  margin-top: 8px;
}
@media print {
	body { background:white; color:black; margin: 30px; }

	#nav-container{
		margin-bottom: 0px;
	}
	#nav-container, #header-container, #footer, #search, .navbar-collapse, .modal, #prefooter{
		display: none;
	}
	.single-recipe #ingredients ul input, .single-recipe #ingredients ul label{
		display: inline;
		padding-left: 2px;
	}
	#prep ul#prep-list li{
		width: 32%;
		display: inline-block;
		border: none;
	}
	.print{
		display: block;
	}
	#print-logo{
		width: 200px;
	}
	.recipe-img{
		height: 400px;
		margin: 20px 0px 0px 0px;
		border: 1px solid #444;
	}
	#ingredients{
		page-break-before: always;
	}
	h4.print{
		page-break-before: always;
	}
}
#recipe-list{
  transition: all 0.5s ease;
}
#recipe-list.loading{
  background-image: url(img/hourglass.gif);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
}


#cuts-dropdown li{
  padding: 10px 5px;
  cursor: pointer;
}
#cuts-dropdown li.active{
  color: #E7F5FE;
  background-color: #0067B1;
}
.active-cut-label{
  position: absolute;
  font-size:11px;
  color:#838383;
  text-align:center;
  width:100%;
  left: 0;
}
.active-season-label{
  position: absolute;
  font-size:11px;
  color:#fff;
  text-align:center;
  width:100%;
  left: 0;
}
#recipe-post-nav{
  margin-top: 40px;
  text-align: center;
}

/*****************************
* Sobewff Styles
******************************/

.sobewff-icon{
	padding-left: 50px;
	position: relative;
	margin-bottom: 10px;
}
.sobewff-icon::before{
	content: " ";
	position: absolute;
	top: 10px;
	left: 0;
	width: 42px;
	height: 40px;
	background: url('img/sobewff/icons.png');
}
.sobewff-icon-2-planetickets::before{
	background-position: 0px -120px;
}
.sobewff-icon-3-nights::before{
	background-position: 0px -40px;
}
.sobewff-icon-money::before{
	background-position: 0px -80px;
}
.sobewff-icon-meet::before{
	background-position: 0px -160px;
	top: -8px;
}
.sobewff-icon-2-tickets::before{
	background-position: 0px -200px;
}
.sobewff-icon h3{
	margin-bottom: 5px;
}
#gform_7 a{
	color: #fff !important;
	text-decoration: underline;
}
#gform_7 .gfield_label, #gform_7 label{
	display: none !important;
}
#gform_7 label#label_7_4_1{
	display: inline-block !important;
  padding-top: 10px;
  padding-left: 10px;
  color: #ddeeff;	
}
#gform_7 input[type=text]{
	border-radius: 12px !important;
	padding: 10px 18px;
	background-color: #fff;
	outline: none;
}
#gform_7 input[type=text]:focus{
	outline: none;
}
#gform_7 #field_7_1{
	width: 50%;
	float: left;
	display: inline-block;
	clear: none;
	margin-bottom: 20px;
}
#gform_7 #field_7_5{
	width: 50%;
	float: left;
	display: inline-block;
	clear: none;
}
#gform_7 #choice_7_4_1{
	background-color: transparent;
	-webkit-appearance: none;
	width: 20px !important;
	height: 20px;
	border: 2px solid #ddeeff;
}
#gform_7 #choice_7_4_1:checked{
	background-color: black;
}
#gform_7 div.validation_error{
	border-top: 2px solid #ddeeff !important;
	border-bottom: 2px solid #ddeeff !important;
	color: #fff !important;
}
#gform_7 .validation_message{
	display: none !important;
}
#gform_7 li.gfield.gfield_error.gfield_contains_required{
	padding-right: 16px !important;
}
#gform_7 .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width: none !important;
}
#gform_7 button{
	width: 100% !important;
	background-position: 95% center;
}
#promoModal .modal-dialog{
	margin-top: 20%;
}
#promoModal .modal-content{
	background: url(img/sobewff/header-bg.jpg);
	background-size: cover;
	padding: 50px;
	color: #fff;
}
#promoModal .promo-header{
	width: 40%;
}
.promo-logo{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#promoModal .promo-logo{
	right: -50px;
	bottom: -50px;
}
#promoModal button.close{
	position: relative;
	top: -30px;
	right: -30px;
}
#sobewff-chef{
	height: 800px; 
}
@media (max-width: 480px) {
	#sobewff-chef{
		height: 340px; 
	}
	#promoModal .modal-content{
		padding: 10px;
	}
	#promoModal .promo-header{
		width: 70%;
	}
	.promo-logo{
		position: relative;
		right: -10px !important;
		bottom: 0px !important;
	}
	#input_7_1_3_container{
		padding-right: 10px;
	}
}

.owl-carousel .owl-controls .owl-dot:last-child {
	margin: 0;
}


.s-logo {
						width: 100%;
						max-width: 580px;
						margin: 0 auto;
						display: block;
						transform: translateX(-10px);
					}
					.s-line-1 {
						color:#D47F1F;
						font-size: 34px;
						margin-bottom: 0;
						margin-top: -50px;
						line-height: 30px;
					}
					.s-line-2 {
						color: #1567af;
						font-size: 40px;
						margin-bottom: 10px;
					}
					.s-cta {
						display: block;
						text-align: center;
					}
					.s-cta img {
						width: 100px;
						margin: 0 auto;
					}
				@media(min-width: 768px) {
					.s-logo {
						width: 100%;
						max-width: 580px;
						margin: 0 auto;
						display: block;
						transform: translateX(-10px);
					}
					.s-line-1 {
						color:#D47F1F;
						font-size: 50px;
						margin-bottom: 0;
						margin-top: -115px;
						line-height: 30px;
					}
					.s-line-2 {
						color: #1567af;
						font-size: 64px;
						margin-bottom: 10px;
					}
					.s-cta {
						display: block;
						text-align: center;
					}
					.s-cta img {
						width: 220px;
						margin: 0 auto;
					}
				}

#header-container div.slide-container div.slide.slide-4755 .wp-image-4830{
	height: 45vh;
    max-width: 100%;
    width: auto;
	margin: 0 auto;
}

#header-container div.slide-container div.slide.slide-4755 .wp-image-4831{
	max-height: 15vh;
    height: 100%;
    width: auto;
	margin: 0 auto;
}

.slide.slide-4755 .col-md-8.col-md-offset-2:before,
.slide.slide-4755 .col-md-8.col-md-offset-2:after{
	display: none;
}

.slide.slide-4755 .btn{
	display: none;
}
