/*
Theme Name: Inspired By Dash
Theme URI: 
Author: Dash Creative Group
Author URI: http://www.dashcg.com/
Description: Custom built theme for Inspired By Charm
Version: 0.0.5
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: 
Text Domain: IBC
*/

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2015 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Ahmet Altun
 * License URL: http://www.fontspring.com/licenses/ahmet-altun/webfont
 *
 *
 */
 
.entry-content {
    font-size: 16px;
}
@font-face {
    font-family: 'halis_rlight';
    src: url('fonts/HalisR-Light-webfont.woff2');
    src: url('fonts/HalisR-Light-webfont.woff2') format('woff2'), 
         url('fonts/HalisR-Light-webfont.woff') format('woff'),
         url('fonts/HalisR-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/HalisR-Light-webfont.ttf') format('truetype'),
         url('fonts/HalisR-Light-webfont.svg#halis_rlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'halis_rbold';
    src: url('fonts/HalisR-Bold-webfont.woff2');
    src: url('fonts/HalisR-Bold-webfont.woff2') format('woff2'),
         url('fonts/HalisR-Bold-webfont.woff') format('woff'),
         url('fonts/HalisR-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/HalisR-Bold-webfont.ttf') format('truetype'),
         url('fonts/HalisR-Bold-webfont.svg#halis_rbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'halis_rregular';
    src: url('fonts/HalisR-Regular-webfont.woff2');
    src: url('fonts/HalisR-Regular-webfont.woff2') format('woff2'),
         url('fonts/HalisR-Regular-webfont.woff') format('woff'),
         url('fonts/HalisR-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/HalisR-Regular-webfont.ttf') format('truetype'),
         url('fonts/HalisR-Regular-webfont.svg#halis_r_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'cheddar_jackregular';
    src: url('fonts/cheddar_jack-webfont.woff2') format('woff2');
    src: url('fonts/cheddar_jack-webfont.woff2') format('woff2'),
         url('fonts/cheddar_jack-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cheddar_jack-webfont.woff') format('woff'),
         url('fonts/cheddar_jack-webfont.ttf') format('truetype'),
         url('fonts/cheddar_jack-webfont.svg#cheddar_jackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ibc-social';
    src:    url('fonts/ibc-social.eot?5yycov');
    src:    url('fonts/ibc-social.eot?5yycov#iefix') format('embedded-opentype'),
        url('fonts/ibc-social.ttf?5yycov') format('truetype'),
        url('fonts/ibc-social.woff?5yycov') format('woff'),
        url('fonts/ibc-social.svg?5yycov#ibc-social') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ibc-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ibc-social' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ibc-instagram:before {
    content: "\e900";
}
.ibc-envelope:before {
    content: "\f003";
}
.ibc-twitter:before {
    content: "\f099";
}
.ibc-facebook:before {
    content: "\f09a";
}
.ibc-feed:before {
    content: "\f09e";
}
.ibc-google-plus:before {
    content: "\f0d5";
}
.ibc-pinterest:before {
    content: "\f231";
}


.lightdiv {
	opacity: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lightdiv:hover{
	opacity: .7;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

/*DARKEN*/
.brighten {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
  	filter: alpha(opacity=100);
	-moz-filter: type(100%);
    -ms-filter: brightness(100%);
	-o-filter: type(100%);
	 	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
 
.brighten:hover {
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
  	filter: alpha(opacity=110);
	-moz-filter: type(110%);
    -ms-filter: brightness(110%);
	-o-filter: type(110%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.whitelink A:link {text-decoration: none; color:#FFFFFF;}
.whitelink A:visited {text-decoration: none; color:#FFFFFF;}
.whitelink A:active {text-decoration: none; color:#FFFFFF;}
.whitelink A:hover {text-decoration: none; color: #88d3b1;}

.blacklink A:link {text-decoration: none; color:#626366;}
.blacklink A:visited {text-decoration: none; color:#626366;}
.blacklink A:active {text-decoration: none; color:#626366;}
.blacklink A:hover {text-decoration: none; color: #88d3b1;}
	

h1 {
	color:#626366;
	font-family:'halis_rregular';
	text-transform: uppercase;
	letter-spacing:.05em;
	font-size:2.5em;
	-webkit-font-smoothing: antialiased; 
	line-weight:300;
}

body {
	font-family:'halis_rregular';
	letter-spacing: -.05em;
	line-height:1.5em;
	color:#626366;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #88d3b1;
}

label {
	text-transform:uppercase;
	font-weight: 100;
}

.entry-content p {
	margin-top:12.5px;
	margin-bottom:12.5px;
}

.page-content p {
	margin-top:25px;
	margin-bottom:25px;
}

hr {
border-top: 1px solid #838383;
}

.navbar {
	color:#FFFFFF;
	height:50px;
	width:100%
}

#IBCNav {
	z-index:100;
}
.navbar-inverse {
	background-image:url('images/header_chalk.jpg');	
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 18px 10px 0px;
}

.noshow{
outline-style:none;

}

.navbar-text {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: left;
}

.navbar-collapse {
	z-index:101;
/* 	background-color:#fff;	 */
}

.social-nav > li > a {
  padding-right: 3px;
  padding-left: 3px;
  font-size:1.3em; 
}




.img100 {
	width:100%;
}

.img200 {
	width:200px;
	height:200px;
}

.img300 {
	width:300px;
	height:300px;
}


a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}

.green-hover > a:hover {text-decoration: none; color: #88d3b1!important;}



.social-nav A:link {text-decoration: none; color:#FFFFFF;}
.social-nav A:visited {text-decoration: none; color:#FFFFFF;}
.social-nav A:active {text-decoration: none; color:#FFFFFF;}
.social-nav A:hover {text-decoration: none; color: #88d3b1;}

.social-nav-side A:link {text-decoration: none; color:#B0B0B0;padding-right:5px;}
.social-nav-side A:visited {text-decoration: none; color:#B0B0B0;padding-right:5px;}
.social-nav-side A:active {text-decoration: none; color:#B0B0B0;padding-right:5px;}
.social-nav-side A:hover {text-decoration: none; color: #88d3b1;padding-right:5px;}

.social-green:hover {
	text-decoration: none; 
	cursor:pointer;
	color: #B0B0B0;
	-webkit-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); /* custom */
	-webkit-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); /* custom */
	}



.navbar-nav > li > a {
  font-size:1.3em; 
}

.navbar-input {
	margin-top:8px;
	margin-bottom:8px;
	margin-right:0px;
	padding-bottom:50px;
}

.navbar-input .input-group {
	padding-left:15px;	
}

.navbar-default .navbar-toggle {
	border: none;	
}

.btn {
	font-size:12px;
	letter-spacing:.18em;
}

.teal {
	color: #88d3b1;
}

.teal-background {
	background-color: #88d3b1;
	color:#fff;
}


.gold {
	color:#DBB164;
}

.white {
	color:#fff;
}

.black {
	color:#626366;
}

a.black:hover {
		color:#626366;
}

.light-gray {
	color:#B0B0B0;
}

.close-letters {
	letter-spacing:.15em;	
}

.far-letters {
	letter-spacing:.18em;	
}

.ml-letters {
	letter-spacing:.1em;	
}

.md-letters {
	letter-spacing:.05em;	
}

.main-letters {
	letter-spacing:.02em;
	font-size:1.5em!important;
}

.caps-lock {
    text-transform: uppercase;
}

.lowercase {
	text-transform:lowercase;
}

.line-xl {
	line-height:2em;
}

.line-tall {
	line-height:1.6em;
}

.line-md {
	line-height:1.2em;
}

.line-s {
	line-height:.5em;
}

.font-thin {
	font-family: 'halis_rlight';	
}

.font-bold {
	font-family: 'halis_rbold';
}

.font-regular {
	font-family: 'halis_rregular';
}

.font-xxxl {
	font-size:4.5em;
	-webkit-font-smoothing: antialiased; 	
}

.font-xxl {
	font-size:3.5em;
	-webkit-font-smoothing: antialiased; 
}

.font-xl {
	font-size:3em;
	-webkit-font-smoothing: antialiased; 
}

.font-l {
	font-size:2.5em;
	-webkit-font-smoothing: antialiased; 
}

.font-ml {
	font-size:2.2em;
	-webkit-font-smoothing: antialiased; 
}

.font-m {
	font-size:2em;
	-webkit-font-smoothing: antialiased; 
}

.font-s {
	font-size:1.3em;
	-webkit-font-smoothing: antialiased; 
}

.font-ss {
	font-size:1em;
	-webkit-font-smoothing: antialiased; 
}

.font-xs {
	font-size:.8em;
	-webkit-font-smoothing: antialiased; 
	
}
.font-xxs {
	font-size:.6em;
	-webkit-font-smoothing: antialiased; 
}

.font-michael {
	font-size:1.75em;
	-webkit-font-smoothing: antialiased; 
}


.script {
  font-family: cheddar_jackregular;
  font-weight:100;
}



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.search-padding {
	padding-left:33px;
}

.marginTop10 {
	margin-top:10px;
}

.subscribe-to-comments {
	margin-top:10px;
}

.no-dot {
	list-style-type: none;
	margin-left: -20px;	
}
.form-ibc {
background-color:#e7e7e9;
color:#8e8e90;
border:none;
font-size:.8em;
}

.cptch_block {
	position: absolute;
	top: 310px;
	left: 12.5px;
}
.cptch_block label {
	color: #707070;
	font-family:'halis_rregular';
	font-weight:100;
	text-transform:uppercase;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	padding: 4px 60px 0 0;
}
.cptch_block br {
	display: none;
}
.cptch_input {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:solid 1px #707070;
}

.moveRight15 {
    margin-left:15px;   
}

@media (min-width: 992px) and (max-width: 1199px) {
.navbar-nav > li > a {
	padding-right:45px;
}
.social-nav > li > a {
	padding-right:10px!important;
}

}

@media (max-width: 992px) {

.search-padding {	
	padding-left:11px;
}

.navbar-nav > li > a {
	font-size:.95em;	
	padding-right:35px;
}

.social-nav > li > a {
	padding-right:10px!important;
}

.padding-category {
	padding-bottom:15px;

}

}



@media (max-width: 767px) {
.navbar-nav > li {
	border-bottom: solid 1px #999999;
}

.navbar-collapse {
	z-index:101;
 	background-color:#fff;
}

.navbar-nav > li a {
	margin-left:15px;
}

.logosm {
	float:center;
	width: 50%;
	height: auto;
}

.main-letters {
	font-size:1em!important;
}

header .font-l {
    font-size:1.8em;
}

header .md-letters {
    letter-spacing: 0;
}

.xs-image {
    padding-bottom:25px;
}
.font-sm-l {
	display:block;
	font-size:1.3em;
	-webkit-font-smoothing: antialiased; 
	line-height:.9em;
}

.main-letters {
	font-size:1em;
}

.font-sm-m {
	font-size:1.3em;
	-webkit-font-smoothing: antialiased; 
	
}

.padding-category {
	padding-bottom:15px;

}

.search-padding {
	padding-left:12.5px; !important
}

    .far-letters {
	letter-spacing:.1em;	
}
    .moveRight15 {
        margin-left:0px;
    }

.recipe-title {
	font-size: 1.2em;
}

.font-xl {
	line-height: 1.2em;	
}

}

.logomobile {
	margin: 0% auto;
	padding-left:13px;

}

.navbar-toggle {
	position: relative;
	float: none;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: -22px;
	margin-bottom: 8px;
	background-color: FFFFFF;
	border: none;
	border-radius: 4px;
}

.overlay-wrap {
	position: relative;
	-webkit-font-smoothing: subpixel-antialiased; 
	}
.overlay-wrap a {
	max-width: 100%; 
	}
.overlay-wrap .overlay-img {
	width: 100%; 
	}
.overlay-wrap .overlay-img img {
	display: inline-block;
	height: auto;
	margin-bottom: 0;
	min-width: 100%; 
	}
.overlay-wrap .overlay-img:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); /* custom */
	-webkit-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); /* custom */

	background-image: -webkit-linear-gradient( top, rgba( 0, 0, 0, 0 ) 60%, rgba( 0, 0, 0, 1 ) 100% );
	background-image: linear-gradient( top, rgba( 0, 0, 0, 0 ) 60%, rgba( 0, 0, 0, 1 ) 100% );
	background-image: -moz-linear-gradient( top, rgba( 0, 0, 0, 0 ) 60%, rgba( 0, 0, 0, 1 ) 100% );
	background-image: -ms-linear-gradient( top, rgba( 0, 0, 0, 0 ) 60%, rgba( 0, 0, 0, 1 ) 100% );

	z-index: 0; 
	}
	
	.overlay-wrap:hover .overlay-img:after {
	-webkit-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); /* custom */
	
	-webkit-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); /* custom */
	opacity:0;
	}
	
.overlay-wrap .overlay-category {
	width: 100%; 
	}
.overlay-wrap .overlay-category img {
	display: inline-block;
	height: auto;
	margin-bottom: 0;
	min-width: 100%; 
	}
.overlay-wrap .overlay-category:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: background-image 0.1s ease;
	background-image: -webkit-linear-gradient( top, rgba( 0, 0, 0, .3 ) 50%, rgba( 0, 0, 0, .3 ) 100% );
	background-image: linear-gradient( top, rgba( 0, 0, 0, .3 ) 50%, rgba( 0, 0, 0, .3 ) 100% );
	background-image: -moz-linear-gradient( top, rgba( 0, 0, 0, .3 ) 50%, rgba( 0, 0, 0, .3 ) 100% );
	background-image: -ms-linear-gradient( top, rgba( 0, 0, 0, .3 ) 50%, rgba( 0, 0, 0, .3 ) 100% );

	z-index: 0; 
	}
	
.overlay-wrap .overlay-text-holder {
	position: absolute;
	bottom: 0px;
	width:100%;
	padding-top:12px;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:8px;
	}
		
.overlay-wrap .overlay-text-large {
	font-size:2em;
	line-height:1.6em;
	}
	
.overlay-text-half {
	font-size:.65em;
	line-height:2em;
	color:#fff;
}	
.overlay-wrap .overlay-text h2,
.overlay-wrap .overlay-text h4,
.overlay-wrap .overlay-text p,
.overlay-wrap .overlay-text h2 a,
.overlay-wrap .overlay-text h4 a,
.overlay-wrap .overlay-text p a,
.overlay-wrap .overlay-text h2 a:hover,
.overlay-wrap .overlay-text h4 a:hover,
.overlay-wrap .overlay-text p a:hover {
	color: #fff !important; 
		margin-bottom: 0px; 
	}
.overlay-wrap .overlay-text h4 {
	margin-bottom: 0px; 
	}
.overlay-wrap .overlay-text h4 a {
	color: #fff; 
	}
.overlay-wrap .post-date {
	color: #fff;
/*	position: absolute;
	bottom: .9em;
	right: .9em;*/
	text-align: right;
	width: 10em; 
	line-height:1.3em;
	}
.overlay-wrap .post-date p {
	text-transform: uppercase; 
	}
.overlay-middle {	
	top:10%;
	font-size:.5em;
	text-align:center;
}

.overlay-middle a {
	color:#fff;
}

.scroll-right {
	width: 100%; /* arbitary for demo only */
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	}

.row {
	margin-top:75px;
}

.no-right {
	padding-right:0px;
}

.rightArrow {
	opacity:.75;
	filter: alpha(opacity=75);
}

.rightArrowIgers {
	opacity:.75;
	filter: alpha(opacity=75);
}

.ibc_recipe {
	background-color:#EAEAEA;
	padding:12.5px;
	margin-top:15px;	
}

.ibc_recipe_image {
	float:right;
}

.social-green {
	color: #88d3b1;
	cursor:pointer;
	-webkit-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); /* custom */
	-webkit-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); /* custom */

}

hr {
	border-top:solid 1px #CFCFCF;
}

.img-padding {
	padding-bottom:20px;
	padding-top:20px;
}

/* ==========================================================================
	 PINTEREST HACK
   ========================================================================== */

.pibfi_pinterest .xc_pin {
	width: 50px; 
	height: 50px;
	background-image: url("images/pinterest.png"); 
	background-repeat: none;
	position: absolute;
	top: 45px;
	left:25px;
	opacity: 1;
	cursor: pointer;
	display: none;
}

.pibfi_pinterest {
	position: relative;
	display: inline-block;
}

.pibfi_pinterest:hover .xc_pin {
	display:block;
	opacity: 1;
	}

.pibfi_pinterest:hover img {
-webkit-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-webkit-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075);
	opacity: 1;
}

.pibfi_pinterest img:hover  {
	-webkit-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-webkit-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075);
	opacity: 1;
}

.xc_pin, .pibfi_pinterest_hover {
	-webkit-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-webkit-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075);
	opacity: 1;
}

.pibfi_pinterest .xc_pin:hover {
	opacity: 1;
	-webkit-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition: all 500ms cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-webkit-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-moz-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	-o-transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075); 
	transition-timing-function: cubic-bezier(0.065, 0.250, 0.450, 0.075);
}

.row2 {
	margin-top:0px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   .close-letters {
	letter-spacing:1.4px;   
   }
   
}
.header .font-xxxl {
	line-height:1em;
	}
.menu-text {
	color:#888888;
	font-size:8px;
}
.navbar-toggle .icon-bar {
	width:25px;
}

.insta_chalk {
	background-image: url('images/instagram_chalk.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size: 200px;
	display:inline-block;
	height:200px;
}

.pin_chalk {
	background-image: url('images/pinterest_chalk.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size: 200px;
	display:inline-block;
	height:200px;
}

.footer_chalk {
	background-image: url('images/footer_chalk.jpg');
	background-position:center;
	background-repeat:repeat-x;
	height:490px;
	margin-top:75px;
}

.subscribe_chalk {
	background-image: url('images/popup-short.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size: 300px;
	display:inline-block;
	height:300px;
}



#AdThrive_Footer_1_desktop {
/*     padding-top:50px; */
}
@media (min-width: 1170px) {
    #AdThrive_Header_1_desktop {
        padding-bottom:20px;
    }
}

.font-smaller > li > a {
    font-size: 1.1em;
}
 
@media (min-width: 992px) and (max-width: 1200px) {
.font-smaller > li > a {
    font-size: 1em;
} 
} 

@media (max-width: 992px) {
.font-smaller > li > a {
    font-size: .7em;
} 
} 
.adthrive-header-IBC {
	height:25px;
	display:inline-block;
}
.front-page-menu-padding {
	padding-top:25px;
}
#AdThrive_Header_1_desktop {
	margin-top:25px;
	padding-bottom:50px;
}

#AdThrive_Header_1_tablet {
	margin-top:25px;
	padding-bottom:50px;
}

.navbar-brand {
	margin-right:-24px;
}

#menu-primary-menu-1 {

}
#IBCNavMenu {
float:left;
}

@media (max-width: 767px) {
	.double_space {
		line-height: 2em	
	}
}

.adthrive-device-desktop .adthrive-comscore, .adthrive-device-tablet .adthrive-comscore {
	margin-top:-120px;
	margin-bottom:0px!important;
}
.adthrive-device-phone .adthrive-comscore {
	margin-bottom:0px!important;
	margin-top:-75px;
}

.triangles {
	background:url('/wp-content/themes/ibc-theme/images/triangle.png');
	height:12px;
}

@media (min-width: 1200px) {
    .close-letters {
        letter-spacing: .13em;
    }
}

.red a, .red a:hover, .red a:focus, .red a:active {
    color: #961c1f!important;
}

.red a:hover {
    color: #6b1b1d!important;
}

.inlinesignup_box {
    border:solid 1px #DDDEDF;
}
.no-padding {
    padding:0px;
}
.marble_background {
    background-image:url('/wp-content/themes/ibc-theme/images/IBC-marble_blank.jpg');
    background-size:cover;
    
    
}

#subscriberBox {
    background-image:url('/wp-content/themes/ibc-theme/images/popupform.jpg');
    color:#fff;
    background-position: center top;
    background-size: cover;
    height:300px;
}
.strong {
    font-weight: strong;
}
.inline_recipe_padding {
    padding: 50px;
}

.inlinesignup_big_padding {
    margin: 25px;
    padding:50px;
    border: solid 10px #fff;
}

/* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

        .inlinesignup_big_padding {
            margin: 12.5px;
            padding:25px;
            border: solid 5px #fff;
        }


    }


.uppercase {
    text-transform: uppercase;
}
.teal_underline {
    border-bottom:solid 3px #88d3b1
}


@media only screen and (max-width : 1200px) and (min-width : 992px)  {
.inline_recipe_padding {
    padding: 20px;
}
    }
    
    
@media (min-width: 1200px) {
    .close-nav-letters {
    	letter-spacing:.15em;	
    }
}
    
.popup{
  width:303px;
  height:400px;
  bottom: 0px;
  left: -303px;
  position:fixed;
  transition: 0.5s;
}

.pps-content img {

}
.pps-content .pibfi_pinterest  {
	width:60%;
	float:right;
	margin-left:25px;	
}
.pps-slider-nav {
	font-family:'halis_rlight';
}


/* SEASONAL COLOR CHANGE */
.navbar-default .navbar-nav > li.seasonal > a, .navbar-inverse .font-black > li.seasonal > a {
/*     Summer */
    color:#000080;
/*     Lavendar */
/*     color: #7e6299; */
/*      Christmas */
/*     color: #; */
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #777777
}

.tgm-mc-subscribe {
	display:block;
}

.entry-content h2 {
    color:#626366;
    font-family: halis_rregular;
    font-size:1.5em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .05em;
}

.entry-content h3 {
    color:#626366;
    font-family: halis_rregular;
    font-size:1em;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 300;
    letter-spacing: .05em;
}

.mt-4 {
    margin-top:4em;
}
.mt-3 {
    margin-top:3em;
}
.mt-2 {
    margin-top:2em;
}
.mb-0 {
    margin-bottom:0em;
}
.font-16 {
    font-size:16px;
}
.font-14 {
    font-size:14px;
}
.category-header .row {
    margin-top:0px;
}
.category-header .font-xxxl {
    line-height: .5em;
}