/*
Theme Name: Felicity - GLS
Theme URI: http://demos.georgialoustudios.com/felicity
Description: A WordPress Theme for Bloggers
Author: Georgia Lou Studios
Author URI: http://georgialoustudios.com
Version: 1.4.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: felicity-gls
Tags: pink
*/

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none }
/**/

body {
	font-family:"Source Sans Pro", sans-serif;
	font-size:15px;
	color:#545454;
	background:#fff;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
 #nav-wrapper .menu li a, .widget .tagcloud a {
 	font-family: "Source Sans Pro", sans-serif;
 }

h1,h2,h3,h4,h5,h6, .feat-more, .cat, .post-share .post-share-comments,
.about-title, #footer-social a, .post-comments span.reply a, 
.pagination a , .post-tags a, .slicknav_nav a, .show-search #searchform input#s  {
	font-family:"Raleway", sans-serif;
}

p {
	line-height:25.4px;
	letter-spacing: 0.5px;
}

a {
	color:#ff91a2;
	text-decoration:none;
}

.clr {
	clear: both;
}

/****************************************/
/* General
/****************************************/

.container {
	width:1080px;
	margin:0 auto;
}
#content {
	overflow:hidden;
	margin-bottom:20px;
}
#main {
	width:740px;
	float:left;
	position: relative;
}
#main.fullwidth {
	width:100%;
}
#sidebar {
	width:300px;
	float:right;
}

/****************************************/
/* Top Bar
/****************************************/

#top-bar {
	height:56px;
	background:#ffffff;
	width:100%;
	position:fixed;
	z-index:9999;
	-webkit-backface-visibility: hidden;
	opacity: 1.0;
	border-bottom: 1px solid #ececec;   
	-webkit-box-shadow: 1px 1px 1px 1px #ececec; 
	-moz-box-shadow: 1px 1px 1px 1px #ececec; 
	box-shadow: 1px 1px 1px 1px #ececec;

}
#top-bar .container2 {
	position:relative;
	height: 56px;
	margin: 0 40px;
}

.menuOpacity2 {
	opacity: 0.9;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important; 
	-moz-box-shadow:  0 1px 3px rgba(0, 0, 0, 0.2) !important; 
	box-shadow:  0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

.menuOpacity2:hover {
	opacity: 1;
	transition: all 0.4s ease 0s;
}

/* Menu **********/
.slicknav_menu {
	display:none;
}

#nav-wrapper .menu {
	float:left;
}
#nav-wrapper .menu li {
	display:inline-block;
	margin-right:20px;
	position:relative;
	line-height: 56px;
}
#nav-wrapper .menu li a {
	color:#222;
	font-size:16px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	display:block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
#nav-wrapper .menu li a:hover {
	color:#FF91A2;
}
#nav-wrapper .menu > li.menu-item-has-children > a:after {
	font-family: FontAwesome;
    content: "\f107";
	margin-left:7px;
	color:#222;
	font-size:13px;
}
#nav-wrapper .menu > li.menu-item-has-children > a:hover:after {
	color:#FF91A2;
}

	/* Dropdown **********/
	#nav-wrapper .menu .sub-menu,
	#nav-wrapper .menu .children {
		background-color: #fff;
		display: none;
		padding: 0;
		position: absolute;
		margin-top:0;
		left: 0;
		z-index: 99999;
		border-top: 3px solid #FF91A2;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		line-height: 50px;
	}
	
	#nav-wrapper ul.menu ul a,
	#nav-wrapper .menu ul ul a {
		color: #222;
		margin: 0;
		font-size:16px;
		letter-spacing:1px;
		line-height: 50px;
		padding: 0px 15px;
		min-width: 250px;
		-o-transition:.25s;
		-ms-transition:.25s;
		-moz-transition:.25s;
		-webkit-transition:.25s;
		transition:.25s;
		border-bottom:1px solid;
		border-color:#f2f2f2;
	}
	#nav-wrapper ul.menu ul li,
	#nav-wrapper .menu ul ul li {
		padding-right:0;
		margin-right:0;
		line-height: 50px;
	}

	#nav-wrapper ul.menu ul a:hover,
	#nav-wrapper .menu ul ul a:hover {
		color: #fff;
		background:#FF91A2;
	}

	#nav-wrapper ul.menu li:hover > ul,
	#nav-wrapper .menu ul li:hover > ul {
		display: block;
	}
	
	#nav-wrapper .menu .sub-menu ul,
	#nav-wrapper .menu .children ul {	
		left: 100%;
		top: 0;
		
	}
	
/* Social and Search **********/
#top-social {
	position:absolute;
	right:28px;
	top:0;
	text-align: center;
	padding: 14px 0 0;
}
#top-social.nosearch { right:0; }
#top-social a {
	color:#FF91A2;
	margin: 0 1px;
	font-size:19px;
	line-height:32px;
	display:inline-block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	opacity: 0.95;
}

#top-social a:hover {
	color:#fff;
	background: #FF91A2;
	opacity: 1.0; 
	transition: all 0.4s ease 0s;
} 
#top-search {
	position:absolute;
	right:0;
	top:0;
}

#top-search a.search {
	font-size:19px;
	color:#FF91A2;
	line-height:56px;
	position:relative;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
#top-search a.search:hover {
	color: #222;
}
.show-search {
	position:absolute;
	top:58px;
	right:0;
	display:none;
	z-index:10000;
}
.show-search #searchform input#s {
	width:250px;
	background:#FFF;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	border:1px solid #eee;
}
.show-search #searchform input#s:focus {
	border:1px solid #ddd;
}

/****************************************/
/* Slicknav CSS
/****************************************/
.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left;  line-height: 48px; cursor: pointer;  height:48px;}
.slicknav_menu  .slicknav_menutxt { display: none;}
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0; font-size:19px; padding-top: 11px;}
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.15em; height: 0.15em; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block;}
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
.slicknav_menu { *zoom: 1 }
.slicknav_btn {
    margin: 8px 0 0;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #222222;
}
.slicknav_menu {
    background:#fff;
    padding:0;
    width: 100%;
}
.slicknav_nav {
    margin:0;
    padding:7px 20px 0;
    border: 1px solid #e6e6e6;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav li {
	border-bottom: 1px solid #e9e9e9;
}

.slicknav_nav ul li:last-child {
	border-bottom: 0px solid #e9e9e9;
}
.slicknav_nav a{
    padding:7px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#545454;
	font-size:16px;
	font-weight: 400;
	letter-spacing:2px;
	text-transform:uppercase;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav li a:hover {
	color: #fff;
	background: #FF91A2;
}
.slicknav_nav a:hover{
	color: #fff;
	background: #FF91A2;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:15px;   
}

.slicknav_menu .slicknav_no-text {
	margin-top:7px;
}

/****************************************/
/* Header & Logo
/****************************************/
.home #header, .page-template-page-slider #header, .page-template-page-fullwidth-slider #header {
	margin-bottom:0;
	border-bottom:none;
}
#header, #header.noslider {
	padding-top:56px;
	text-align:center;
}
#header h1, #header h1 a {
	font-family: "Josefin Sans", sans-serif;
	color: #222;
	font-size: 90px;
	letter-spacing: 4px;
	font-weight: 300;
}
#logo {
	padding-top:50px;
	padding-bottom:30px;
}
#logo img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
	max-height: 150px;
}
#header h2 {
	font-family: 'Source Sans Pro';
	font-size: 14px;
	color: #222;
	letter-spacing: 1px;
	text-transform: none;
	font-weight: normal;
}

/****************************************/
/* Featured Slider
/****************************************/

.featured-area {
	margin-bottom:30px;
}
.featured-area.nopromo {
	margin-bottom:60px;
}

/* Boxed & Full Width Sliders ***********/
.featured-area .feat-item {
	display: table;
	width:100%;
	height:530px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.featured-area .feat-overlay {
	height: 100%;
	background:rgba(0,0,0,0.15);
    display: table-cell;   
    vertical-align: middle;   
	text-align:center;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.featured-area .feat-overlay:hover {
	background:rgba(0,0,0,0.08);
}
.featured-area .feat-inner {
	max-width:60%;
	margin:0 auto;
}
.featured-area .feat-overlay h2 {
	color:#fff;
	font-size:32px;
	line-height:1.4em;
	font-weight: 600;
	text-transform:uppercase;
	letter-spacing:3px;
	margin-bottom:10px;
}
.featured-area .feat-overlay h2 a {
	color:#fff;
	display:block;
}
.featured-area .feat-overlay h2 a:hover {
	opacity: 0.8;
}
.featured-area .feat-overlay .cat {
	display: block;
	color: #fff;
}
.featured-area .feat-overlay .cat a {
	display:inline-block;
	margin:0 2px 13px;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-bottom:2px;
	font-family: "Source Sans Pro", sans-serif;
}
.featured-area .feat-overlay .cat a:hover {
	opacity: 0.8;
}

.featured-area .feat-more {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	display:inline-block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	font-family: "Source Sans Pro";
	font-weight: 700;
	border: 1px solid #fff;
	padding: 8px 15px;
	border-radius: 30px;
}
.featured-area .feat-more:hover {
	opacity: 0.8;
}
.featured-area .feat-more .dslc-icon {
  color: #fff;
  margin-left: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  display: inline;
}

.featured-area .feat-more:hover .dslc-icon {
margin-left: 5px;
opacity: 1;
font-size: inherit !important;
}
.bx-wrapper .bx-controls-direction a {
	border-radius: 0 !important;
	padding: 10px 0px !important;
}
.bx-wrapper .bx-controls-direction a .fa {
	font-size: 28px !important;
}


/* Carousel Slider *********/
.featured-area-carousel {
	margin-bottom: 30px;
}
#owl-demo {
	margin-bottom: 0px;
	border-bottom: 1px solid #ececec;   
	-webkit-box-shadow: 1px 1px 1px 1px #ececec; 
	-moz-box-shadow: 1px 1px 1px 1px #ececec; 
	box-shadow: 1px 1px 1px 1px #ececec;
}
#owl-demo .item {
	position: relative;
}
.owl-item .image_container {
	height: 300px;
	overflow:hidden;
}
#owl-demo .item img{
	max-width:100%;
	height:auto;
}
#owl-demo .item img:hover {
	opacity: 0.9;
}

#owl-demo .item .feat-overlay {
	background: #fff;
	width:100%;
	height: 100%;
	text-align: center;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	-webkit-transition: transform .5s; 
	transition: transform .5s;
	min-height: 167.5px;
}

#owl-demo .item .feat-overlay .feat-text {
	background: #fff;
	padding: 10px 10px 0 10px;
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
}
#owl-demo .item:hover .feat-overlay {
	transform: translateY(-20px);
}
#owl-demo .item .feat-overlay h3 {
	padding: 10px 0;
}
#owl-demo .item .feat-overlay h3 a {
	font-size:17px;
	color:#222;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 0.5px;
}
#owl-demo .item .feat-overlay .cat {
	color: #FF91A2;
	display: block;
}
#owl-demo .item .feat-overlay .cat a {
	font-size:12px;
	font-weight: 500;
	color:#FF91A2;
	display:inline-block;
	margin-bottom:10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 5px;
}
.featured-area-carousel .feat-more {
	font-size:12px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:0.5px;
	display: block;
	margin: 12px auto 20px;
  	line-height: 1;
  	background-color: #FF91A2;
	  border-width: 0px;
	  border-style: solid solid solid solid;
	  border-radius: 30px;
	  color: #fff;
	  padding: 8px 15px;
	  width: 82px;
	-webkit-transition: all .3s;
  	-moz-transition: all .3s;
  	transition: all .3s;
}
.featured-area-carousel .feat-more .dslc-icon {
  color: #fff;
  margin-left: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  display: inline;
}
.featured-area-carousel .feat-more:hover {
	width: 112px;
}
.featured-area-carousel .feat-more:hover .dslc-icon {
margin-left: 5px;
opacity: 1;
font-size: inherit !important;
}
.owl-theme .owl-controls {
	margin-top: 0 !important;
}
#owl-demo .owl-controls .owl-buttons {
	position: relative;
}
#owl-demo .owl-controls .owl-buttons div {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 5px 10px;
  font-size: 28px;
  filter: Alpha(Opacity=30);
  opacity: .4;

}
#owl-demo .owl-controls .owl-buttons div:hover {
	opacity: 1.0;
}
.owl-next {position: absolute;right: 12px;top: -310px;}
.owl-prev {position: absolute;left: 12px;top: -310px;}
.owl-next:hover {opacity:1.0;}
.owl-prev:hover {opacity:1.0;}

/****************************************/
/* Promo Area
/****************************************/

.promo-area {
	overflow:hidden;
	margin-bottom:60px;
}
.promo-item {
	display: table;
	width:340px;
	float:left;
	margin-right:30px;
	height:200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:16px;
	position:relative;
}
.promo-item:hover {
	opacity: 0.8;
}
.promo-item:last-child {
	margin-right:0;
}

.promo-overlay {
	height: 100%;
    display: table-cell;   
    vertical-align: middle;   
	text-align:center;
}

.promo-overlay  h4 {
	color:#222;
	line-height:1.5em;
	padding:8px 12px 8px 13px;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	background: rgba(255,255,255,0.9);
	display:inline-block;
	max-width:60%;
	font-weight: 400;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
}
.promo-link {
	position: absolute; 
	height: 100%; 
	width: 100%;
	top: 0;
	left:0;
	z-index: 999999;
	display: block
}

/* Landing Page */
.page-template-page-landing-page #content {
	margin-top: 0 !important;
}
.page-template-page-landing-page .share-buttons {
	display:none;
}
.page-template-page-landing-page-sidebar #content {
	margin-top: 0 !important;
}
.page-template-page-landing-page-sidebar .share-buttons {
	display:none;
}


/****************************************/
/* Posts
/****************************************/
.single-post #content {
}
.post {
	margin-bottom:45px;
	border: 1px solid #ececec; 
  padding: 30px 25px 45px; 
  box-shadow: 1px 1px 1px 1px #ececec;
}

.post-inner {
	background: #fff;

}
.post-img img {
	vertical-align:middle;
	max-width:100%;
	width: 100%;
	height:auto;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	margin-bottom: 10px;
}
.post-img:hover {
	opacity: 0.8;
}
.post-img.audio iframe {
	height:166px;
	width:100%;
}
.post-header {
	text-align:center;
	margin-bottom:23px;
}
.post-header h2, .post-header h1 {
	display:block;
	margin: 10px 0 8px;
}
.post-header h2 a, .post-header h1 {
	font-size:32px;
	letter-spacing:3px;
	text-transform:uppercase;
	color:#222;
	font-weight:400;
	line-height:1.3em;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
.post-header h2 a:hover {
	text-decoration: underline;
}
.post-header .cat,
.list-item .cat {
	display:block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	color: #FF91A2;
	letter-spacing: 2px;
	font-weight: 600;
}
.post-header .cat a, 
.list-item .cat a {
	display:inline-block;
	text-transform:uppercase;
	margin:0 2px 3px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	color: #FF91A2;
	letter-spacing: 2px;
	font-weight: 600;
}
.post-header .cat a:hover {
	text-decoration:underline;
}
.post-date {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 11px;
	color: #939393;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 1px;
	margin: 10px 0 25px;
}

/* Post Entry **********/
.post-entry p, .post-entry hr {
    margin-bottom:9px;
}
.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
	color:#242424;
	font-weight:700;
	margin:20px 0 10px;
	text-transform: uppercase;
}
.post-entry h1 {
	font-size:24px;
}
.post-entry h2 {
	font-size:20px;
}
.post-entry h3 {
	font-size:18px;
}
.post-entry h4 {
	font-size:16px;
}
.post-entry h5 {
	font-size:14px;
}
.post-entry h6 {
	font-size:12px;
}
.post-entry hr {
	border:0;
	height:0;
	border-bottom:1px solid #e5e5e5;
	clear:both;
}
.post-entry blockquote {
	border-left:3px solid;
	border-color:#ddd;
	padding:0 18px;
}
.post-entry blockquote p {
	font-size:18px;
	line-height:28px;
	font-style:italic;
	color:#888;
}

.post-entry a:hover {
	text-decoration:underline;
}

.post-entry ul, .post-entry ol {
	padding-left:45px;
	margin-bottom:20px;
}
.post-entry ul li {
	margin-bottom:12px;
	list-style:square;
}
.post-entry ol li {
	margin-bottom:12px;
	list-style:decimal;
}

.sticky.post .post-header { border:1px dashed #eee; padding:20px 0; }
.bypostauthor  {}
.post-entry pre {
	overflow:auto;
}

.post-entry table { width:100%; margin-bottom:22px; border-collapse:collapse }
.post-entry td, .post-entry th { padding: 12px; border-bottom: 1px #e5e5e5 solid; }
.post-entry th { font-weight:bold; font-size:14px; background:#f5f5f5;}
.post-entry tr:hover {
	background:#f5f5f5;
}

.post-entry img {
	max-width:100%;
	height:auto;
}

/* Read More Button **********/
.more-link {
	text-align:left;
	display:block;
	margin:40px auto 0;
	text-transform:uppercase;
	font-size:16px;
	font-family: "Raleway", serif;
	font-weight: 700;
	color:#FF91A2;
	border: 1px solid #ececec;
	padding: 18px 25px;
	max-width: 175px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	text-align: center;
}
a.more-link:hover {
	background: #FF91A2;
	color: #fff;
	border-color: #FF91A2;
	text-decoration: none;
}

/* Post Share **********/
.post-share {
	overflow:hidden;
	margin-top: 40px;
}
.post-share .share-text {
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	color: #222;
	margin-bottom: 10px;
}
.post-share-box {
	display: block;
	height:54px;
	line-height:54px;
	text-align:center;
	z-index: 5;
	position: relative;
}
.post-share-box.share-buttons a i {
	font-size: 16px;
	height: 52px;
	width: 52px;
	line-height: 52px;
	border: 1px solid #ececec;
	border-radius: 50%;
	color: #FF91A2;
	margin: 0 10px;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
.post-share-box.share-buttons a:hover i {
	background: #FF91A2;
	color: #fff;
}
.post-share-box.share-author a {
	font-family:"Raleway";
	font-weight: 700;
	font-size:14px;
	color:#222;
	text-transform:uppercase;
	letter-spacing:1px;
	font-style:normal;
}
.post-share-box.share-author span {
	color:#888;
	font-style:italic;
	margin-right:2px;
}

/* Post Author **********/
.post-author {
	margin-top:30px;
	padding: 20px;
	overflow:hidden;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}	

.author-written-by {
	font-family: "Source Sans Pro", serif;
	font-size: 10px;
	color: #555;
	font-style: italic;
	margin-bottom: 5px;
}

.author-img {
	float:left;
	margin-right:30px;
}

.author-img img {
	border-radius:50%;
}

.author-content  {
	overflow:hidden;
	margin-top: 7px;
}

.author-content h5 a {
	font-size:13px;
	margin-bottom:6px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	color:#222;
	display:block;
}

.author-content p {
	margin-bottom:9px;
	color:#666;
	font-size: 13px;
}

.author-content .author-social {
	font-size:14px;
	color:#222;
	margin-right:8px;
}
.author-content .author-social:hover {
	color: #FF91A2;
}
/* Post Pagination *********/
.post-pagination {
	display: block;
	height:40px;
	margin-top: 20px;
	padding: 10px 20px 0;
	text-align: center;
	text-transform: uppercase;
	color: #222;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}
.post-pagination .post-prev a,
.post-pagination .post-next a {
	color: #222;
}
.post-pagination .post-prev a:hover,
.post-pagination .post-next a:hover {
	color: #FF91A2;
}
.post-pagination .fa-caret-left {
	padding-right: 7px;
}
.post-pagination .fa-caret-right {
	padding-left: 7px;
}

/* Post related **********/
.post-related {
	overflow:hidden;
	margin-bottom:60px;
	margin-top:50px;
	display: block;
}
.post-box { text-align:center; }
.post-box-title {
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-bottom: 12px;
	position: relative;
	line-height:1em;
	font-weight:700;
	color: #222;
}
.related-title-divider {
	height: 1px;
	width: 20px;
	background: #222;
	margin: 0 auto;
	line-height: 1px;
	margin-bottom: 30px;
}

.item-related {
	width:216px;
	float:left;
	margin-right:20px;
}
.item-related:last-child {
	margin-right:0;
}

	#main.fullwidth .item-related {
		width:325px;
		margin-right:25px;
	}
	#main.fullwidth .item-related:last-child {
		margin-right:0;
	}

.item-related img {
	margin-bottom:6px;
	width:100%;
	height:auto;
}
.item-related img:hover {
	opacity: 0.8;
}
.item-related h3 {
	margin-bottom:4px;
}
.item-related h3 a {
	font-size:12px;
	color:#222;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
}
.item-related h3 a:hover {
	text-decoration:underline;
}

/* Post tags **********/
.post-tags i {
	color: #444;
	font-size: 14px;
	padding-right: 10px;
}

.post-tags {
	margin-top:25px;
	margin-bottom:-15px;
	padding-bottom:13px;
	clear:both;
}
.post-tags a {
	font-size:10px !important;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight: 400;
	background:#ececec;
	color:#444;
	padding:6px 7px 7px 8px;
	margin-right:5px;
	margin-bottom:8px;
	border-radius: 0px;
	display:inline-block;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.post-tags a:hover {
	text-decoration:none;
	background:#FF91A2;
	color:#fff;
}

/* Grid Layout **********/
.grid-item {
	margin-bottom:45px;
	border: 1px solid #ececec; 
  	box-shadow: 1px 1px 1px 1px #ececec;
  	padding: 0;
}
.qb-grid > li {
	width:355px;
	display:inline-block;
	vertical-align: top;
	margin-right: 26px;
}

	/* fullwidth */
	#main.fullwidth .qb-grid > li {
		width:520px;
		margin-right:36px;
	}
	#main.fullwidth .qb-grid li:nth-of-type(2n+2) {
		margin-right:0;
	}
	#main.fullwidth .grid-item .post-img  {
	max-height: 350px !important;
	overflow: hidden;
}

.qb-grid li:nth-of-type(2n+2) {
	margin-right:0;
}
.grid-item .grid-content {
	padding: 20px;
	margin: 0 20px;
	z-index: 99;
}

.grid-item .post-header .post-date {
	display: block;
	margin-bottom: 5px;
}
.grid-item .post-header .cat a {
	margin:0 2px;
}
.grid-item .post-header .cat {
	display:block;
}

.grid-item .post-header h2 a {
	font-size:20px;
	letter-spacing:2px;
	font-weight: 500;
}
.grid-item .post-header h2 {
	margin-bottom:8px;
	max-width:100%;
}
.grid-item .post-header  {
	margin-bottom:22px;
}
.grid-item .post-img  {
	max-height: 240px;
	overflow: hidden;
}
.grid-item p {
	margin-bottom:10px;
}

/* List Layout **********/
.list-item {
	overflow:hidden;
	margin-bottom:30px;
	padding: 25px;
}
.list-grid-layout .list-item {
	margin-bottom:35px;
}

.list-item .list-content {
	overflow:hidden;

}
.list-item .post-img {
	float:left;
	margin-right:25px;
	margin-bottom:0;
}
.list-item .post-img img {
	max-width:260px;
}
#main.fullwidth .list-item .post-img img {
	max-width:280px;
}
.list-item .list-content .post-header {
	text-align:left;
}
.list-item .post-header h2 {
	max-width:100%;
	margin-top: 0;
}
.list-item .post-header h2 a {
	font-size:20px;
	letter-spacing:2px;
	font-weight: 500;
}
.list-item .post-header .cat a {
	margin:0 8px 2px 0;
}
.list-item .post-header  {
	margin-bottom:10px;
	margin-top: 0;
}
.list-item .post-entry p {
	margin: 7px 0 0;
}

/* Masonry Layout */
/* Makes two columns */
.ms-container {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
-moz-column-gap: 30px;
-webkit-column-gap: 30px;
column-gap: 30px;
}
.ms-item {
display: inline-block;
margin: 0;
width: 100%;
}

.ms-item .post {
	padding: 0;
}
.ms-item .grid-content {
	padding: 0 20px;
	margin: 0 20px;
	z-index: 99;
}

.ms-container li:nth-child(2n) {
	margin-right:0;
}

.ms-item .post {
	border-bottom-color: #e5e5e5;
	margin-bottom: 35px;
}
.ms-item .post-header h2 a {
	font-size:22px;
	letter-spacing:2px;
	font-weight: 500;
}
.ms-item .post-header h2 {
	margin-bottom:12px;
	max-width:100%;
}
.ms-item .post-header  {
	margin-bottom:16px;
}
.ms-item .post-header .post-title-separator {
	width: 70px;
}
.ms-item .post-img  {
	margin-bottom:14px;
}
.ms-item p {
	margin-bottom:35px;
}
.ms-item .cat {
	padding-bottom: 10px;
}
.ms-item .cat a {
	font-size: 14px;
	margin-bottom: 4px;
}
 /*Full width */
.fullwidth .ms-container {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
-moz-column-gap: 30px;
-webkit-column-gap: 30px;
column-gap: 30px;
}
.fullwidth .ms-item {
display: inline-block;
margin: 0;
width: 100%;
}


/* Comments **********/
.post-comments {
	margin-bottom:60px;
	margin-top:60px;
}

.comments {
	margin-bottom:40px;
}

.post-comments-divider {
	display: block;
	height: 1px;
	width: 20px;
	background: #222;
	margin: 0 auto;
}

.thecomment {
	border-bottom:1px dotted #eee;
	padding-bottom:34px;
	margin-bottom:34px;
	padding-top: 10px;
	margin-top: 10px;
}

.thecomment .author-img {
	float:left;
	margin-right:20px;
}
.thecomment .author-img img {
	border-radius:50%;
}
.thecomment .comment-text {
	overflow:hidden;
}
.thecomment .comment-text h6.author, .thecomment .comment-text h6.author a {
	display:block;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:6px;
	color:#333;
}
.thecomment .comment-text span.author a:hover {
	text-decoration:underline;
}

.thecomment .comment-text span.date {
	font-size:12px;
	color:#999;
	font-style:italic;
	display:block;
	margin-bottom:10px;
}

.thecomment .comment-text em {
	font-size:13px;
	margin-bottom:-14px;
	display:block;
	color:orange;
	letter-spacing:1px;
}
.thecomment .comment-text em i {
	font-size:14px;
	color:#f3bd00;
}

.post-comments span.reply a {
	float:right;
	font-size:10px;
	background-color:#aaa;
	color:#FFF;
	padding:2px 5px 4px 5px;
	border-radius:2px;
	margin-left:7px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.post-comments span.reply a.comment-edit-link {
	background:#c5c5c5;
}
.post-comments span.reply a:hover {
	opacity:.8;
}

.post-comments ul.children { margin: 0 0 0 55px; }
.post-comments ul.children li.thecomment { margin:0 0 8px 0; }

/** Reply **/
#respond {
	margin-bottom:20px;
	overflow:hidden;
}

#respond  h3 {
	font-family: "Raleway", sans-serif;
	font-size:18px;
	color:#222;
	margin-bottom:20px;
	letter-spacing:1px;
	text-transform: capitalize;
	font-weight: 600;
	font-style: italic;
}

#respond h3 a {
	color:#222;
	display:inline-block;
}

#respond h3 small a {
	text-transform:uppercase;
	font-size:11px;
	background:#222;
	color:#FFF;
	padding:4px 6px 5px;
	border-radius:3px;
	margin-left:7px;
	letter-spacing:1px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#respond h3 small a:hover {
	opacity:.8;
}

#respond label {
	color:#888;
	width:80px;
	font-size:13px;
	display:inline-block;
	font-weight:300;
	font-style:italic;
}
#respond input {
	padding:8px 10px;
	margin-right:10px;
	color:#999;
	margin-bottom:15px;
	font-size:11px;
	width:250px;
}
#respond input:focus {outline:none;}
#respond .comment-form-url {
	margin-bottom:10px;
}
#respond textarea {
	padding:14px;
	height:130px;
	font-size:13px;
	color:#777;
	margin-bottom:14px;
	line-height:20px;
}
#respond textarea:focus {outline:none;}

#respond #submit {
	background: #222;
	color: #fff;
	padding:13px 15px;
	border-radius: 0px;
	font-size:11px;
	margin-top:0;
	letter-spacing: 1px;
	-webkit-appearance: none;
}

#respond #submit:hover {
	background:#FF91A2;
	color:#FFF;
}

/****************************************/
/* Sidebar & Widgets
/****************************************/

.widget {
	margin-bottom:45px;
	border: 2px solid #ececec; 
  	padding: 25px; 
  	box-shadow: 1px 1px 1px 1px #ececec;
	box-sizing: border-box;
}
.widget-title {
	text-align:center;
	color:#222;
	margin-bottom: 30px;
	font-size:15px;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:2px;
	position: relative;
}
.widget p {
	font-size:15px;
}
.widget a:hover {
	text-decoration:underline;
}
.widget ul li {
	margin-bottom:9px;
	padding-bottom:9px;
	border-bottom:1px dotted #d5d5d5;
}
.widget ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.widget ul li a {
	color:#FF91A2;
}

.widget img {
	max-width:100%;
	height:auto;
}
.widget .screen-reader-text {
	display:none;
}

	/*** About Widget ***/
	.quebella_about_widget {	
	    text-align: center;
	}
    .about-widget {
        text-align: center;
	    margin: 0 auto;	    
	    z-index: 99;
	    position: relative;
	    box-sizing: border-box;
    }
	.about_widget_img {
		border-radius: 50%;
		max-width: 250px !important;
	}
	.about-widget .sign {
		margin: 5px auto 0 auto;
		display:block;
	}
	.about-widget .name {
		text-transform:uppercase;
		font-size:14px;	
		letter-spacing:1px;
		display:block;
		text-align:center;
		margin-bottom:10px;
		margin-top:11px;
		font-weight:700;
	}

	/******** Widget Social  *************/
	.widget-social {
		text-align:center;
		margin-top:5px;
	}
	.widget-social a{
		display:inline-block;
		color: #FF91A2;;
		font-size: 15px;
		margin: 9px;
	}

	.widget-social a:hover{
		color: #222;
	}

/* Social Widget **********/
.social-widget {
	text-align:center;
}
.social-widget a i {
	color:#FF91A2;
	font-size:24px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin:0 1px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.social-widget a i:hover {
	color:#fff;
	background: #FF91A2;
}

/* Widget categories & Archive **********/
	/*** Widget categories ***/
.widget_categories a, .widget_archive a {
		margin-right:10px;
	}
.widget_categories {
	text-transform: uppercase;
	text-align: center;
}

/***************Categories List with featured images **********/
.widget .list_cat_with_img li {
	width: 100%;
	height: 150px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
	box-sizing:border-box;
	position:relative;
	cursor:pointer;
}
.widget .list_cat_with_img li:hover {
	opacity: 0.8;
}
	.widget .list_cat_with_img li:last-child {
		margin-bottom:0;
	}
	.widget .list_cat_with_img li h2 {
	}
	.widget .list_cat_with_img li h2 a {
		background-color:#FFFFFF;
		text-transform:uppercase;
		padding: 5px 15px;	
		font-size:13px;
		letter-spacing:1px;
		position:absolute;
		top: 20px;
		left: 20px;
		color: #222;
		text-align:center;
		display:inline-block;
		font-family: 'Raleway', sans-serif;
		font-weight: 600;
	}
	.widget .list_cat_with_img li:hover h2 a{
		opacity: 0.8;
		text-decoration: none;
	}
	.list_cat_with_img ul {
		margin-bottom:20px;
	}

/* Post Carousel Widget */
.felicity-postcarousel {

}
.heyden-postcarousel .owl-item:after {
	position:absolute;
	content:"";
	top:0;
	left:0;
	
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 48%, rgba(0,0,0,0.38) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(48%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.38))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.38) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.38) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.38) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.38) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#61000000',GradientType=0 ); /* IE6-9 */

	width:100%;
	height:98%;
	opacity:1;
	z-index:1;
	-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;	
}
.felicity-postcarousel .owl-controls {
}
.felicity-postcarousel .owl-controls .owl-buttons .owl-next,
.felicity-postcarousel .owl-controls .owl-buttons .owl-prev  {
	border-radius: 0;
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	font-size: 24px;
	height: 35px;
	line-height: 35px;
	padding-top: 2px;
	opacity: 0;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.felicity-postcarousel .owl-controls .owl-buttons .owl-next {
	top: 100px;
	right: 0;
}
.felicity-postcarousel .owl-controls .owl-buttons .owl-prev {
	top: 100px;
	left: 0;
}
.felicity-postcarousel:hover .owl-controls .owl-buttons .owl-prev,
.felicity-postcarousel:hover .owl-controls .owl-buttons .owl-next {
	opacity: 0.9;
}
.felicity-postcarousel .owl-item .item {
	position: relative;
	text-align: center;
}
.felicity-postcarousel .owl-item img:hover {
	opacity: 0.8;
}
.felicity-postcarousel .entry-header-postcarousel {
	position: absolute;
	bottom: 15px;
	width: 100%;
	padding: 0 10px;
	z-index: 10;
}
.felicity-postcarousel .entry-header-postcarousel h1 {
	width: 96%;
}
.felicity-postcarousel .entry-header-postcarousel h1 a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.felicity-postcarousel .entry-header-postcarousel .side-meta a {
	color: #fff !important;
	width: 96%;
}

/* WordPress recent post widget **********/
.widget_recent_entries li {
	padding-top: 10px;
}
.widget_recent_entries a {
	color: #222 !important;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
}
.widget_recent_entries .post-date {
	color:#999;
	font-style:italic;
	display:block;
	font-size:12px;
	margin-top:5px;
	margin-bottom: 10px !important;
}

/* WordPress recent comments **********/
.widget_recent_comments .comment-author-link, .widget_recent_comments .comment-author-link a {
	color:#999;
	font-style:italic;
}
.widget_recent_comments ul li > a {
	font-family: "Raleway", sans-serif !important;
	color: #222 !important;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 500;
}


/* WordPress Calendar **********/
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #777; font-size: 12px; margin-top: 10px; margin-bottom: 15px; border-bottom:1px solid #e5e5e5; padding-bottom:8px; }
#wp-calendar thead { font-size: 12px;  }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px; font-size:12px; }
#wp-calendar tbody td a { font-weight:700; color:#222; }
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar thead th { padding-bottom: 10px; text-align: center; }

/* WordPress custom menu widget **********/
.widget ul.menu li ul {
	padding-left:15px;
	margin-top:9px;
}

/* Tagcloud Widget **********/
.widget .tagcloud a {
	font-size:16px !important;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#FF91A2;
	padding: 0 0 10px;
	margin-bottom:10px;
	display:block;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	border-bottom: 1px solid #eee;
	line-height: 22px;
	text-align: center;
}
.widget .tagcloud a:last-child {
	border-bottom-width: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget .tagcloud a:hover {
	text-decoration:none;
}

/* Search Widget **********/
#searchform input#s {
	border: 1px solid #e5e5e5;
	background:#fff url(//ingoodtaste.kitchen/wp-content/themes/felicity-gls/img/searchsubmit.png) no-repeat 96% 13px;
	padding:14px 14px;
	font-size:12px;
	color:#999;
	width:280px;
}

.widget #searchform #s:focus { outline:none; }
.widget #searchform input#s { 
	width:100%;
	box-sizing:border-box;
}

/* Instagram Widget **********/
#sidebar .instagram-pics {
	margin-left:-10px;
	overflow:hidden;
}
#sidebar .instagram-pics li {
	width: 45.9%;
	display: inline-block;
	border-bottom: none;
	padding: 0;
	margin: 0 0 10px 10px;
	float:left;
}
#sidebar .instagram-pics li img {
	max-width:100%;
	vertical-align:middle;
}
#sidebar .instagram-pics li img:hover {
	opacity:.87;
}
#sidebar .null-instagram-feed p {
	text-align: center;
}
#sidebar .null-instagram-feed p a {
	text-align: center;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 10px;
}
#sidebar .null-instagram-feed p a:hover {
	text-decoration: underline;
}

/************** Latest News Widget ***************/
	.widget ul.lastest_news li {
		list-style-type:none;
		margin-bottom:17px;
		padding-bottom:13px;
		margin-left:0;
	}
	.widget ul.lastest_news li:last-child {
		margin-bottom:0;
		padding-bottom:0;
	}
	.side-item {
		overflow:hidden;
	}
	.side-image {
		float:left;
		margin-right:14px;
	}
	
	.side-image img {
		width:100px;
		height:auto;
	}
	
	.side-text {
		overflow:hidden;
	}
	.widget ul.lastest_news li a {
		color: #222;
	}
	.side-text h4 a {
		display:block;
		font-size:12px;
		font-family: 'Raleway', sans-serif;
		line-height:18px;	
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: 1px;	
	}
	.side-meta {
		color:#B1B1B1
	}
	.side-meta a{
		font-size:11px !important;
		color:#B1B1B1 !important;	
		font-family: 'Source Sans Pro', sans-serif !important;
		text-transform: uppercase !important;
    	letter-spacing: normal !important;
	}
	.side-meta a:first-child {
		margin-left:0;
	}
	

/****************************************/
/* Pagination
/****************************************/

.pagination {
	margin-top:55px;
	overflow:hidden;
	margin-bottom:45px;
}

.pagination a {
	display:inline-block;
	color:#222;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:11px;
	border:1px solid #ddd;
	padding: 13px 15px;
	font-weight:600;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	border-radius: 22px;
}
.pagination a:hover {
	background: #FF91A2;
	color: #fff;
}
.pagination .newer {
	float:left;
	
}
.pagination .older {
	float:right;
}

/****************************************/
/* Footer
/****************************************/

/* Instagram footer area **********/
#instagram-footer {
	text-align:center;
	overflow:hidden;
}
.instagram-title {
	color: #222;
	margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
}
#instagram-footer .instagram-pics li {
	width:12.5%;
	display:inline;
	float:left;
}
#instagram-footer .instagram-pics li a {
	width: 100%;
}
#instagram-footer .instagram-pics li img {
	width:100%;
	vertical-align:middle;
	height: auto;
}
#instagram-footer .instagram-pics li img:hover {
	opacity:.87;
}
#instagram-footer p.clear {
	font-size: 11px;
	border-bottom: 1px solid #eee;
	display: inline-block;
	margin-top: 5px;
}

/* Footer social icons **********/
#footer {

}
#footer-social {
	opacity: 0.9;
	background:#FF91A2;
	text-align:center;
	padding:28px 0;
	border-bottom: 1px solid #fff;
}
#footer-social a i {
	color:#FF91A2;
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:5px 10px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#footer-social a i:hover {
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	transform: scale(1.1);
}
#footer-social a span {
	margin-left:5px;
}

/* Footer Copyright **********/
#footer-copyright {
	text-align:center;
	padding:28px 0;
}
.copyright {
	color:#b8b8b8;
	font-size:12px;
}
.copyright a {
	color:#FF91A2;
}

/****************************************/
/* Archive Box
/****************************************/

.archive-box {
	text-align:center;
	margin-bottom:40px;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	padding:25px;
}
.archive-box h1 {
	font-size:24px;
	color:#222;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: "Source Sans Pro", serif;
}
.archive-box span {
	font-size:10px;
	color:#b1b1b1;
	display:block;
	margin-bottom: 7px;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-entry.nothing {
	font-size:14px;
	color:#242424;
	text-align:center;
}

/****************************************/
/* Misc
/****************************************/
/* Form styling **********/
input, textarea {
	font-family:"Source Sans Pro", sans-serif;
}
input[type=submit] {
	font-family:"Raleway", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#eee;
	border-radius:0;
	font-size:10px;
	color:#888;
	padding:11px 21px;
	margin-top:14px;
	display:inline-block;
	border:none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	cursor:pointer;
	border-radius:30px;
	width:auto;
	-webkit-appearance: none;
}
input[type=submit]:hover {
	background:#333;
	color:#FFF;
}
input, select, textarea {
	border:1px solid #ddd;
	color:#888;
	padding:9px 10px;
	width:100%;
	box-sizing:border-box;
}
input:focus, select:focus, textarea:focus {
	border:1px solid #c4c4c4;
	outline:none;
}

/* Custom WordPress gallery style **********/
.gallery {
	margin-bottom:20px !important;
}
.gallery .gallery-caption{  
    font-size:12px;
	color:#888;
	margin-top:4px;
	font-style:italic;
}  
  
.gallery .gallery-icon img{  
    border-radius:2px;  
    border:1px solid #eee !important;  
	padding:7px;
}  
.gallery .gallery-icon img:hover {
	border:1px solid #ccc !important;  
}

/* 404 Page **********/
.error-page {
	text-align:center;
}
.error-page h1 {
	font-size:140px;
}
.error-page p {
	margin-bottom:20px;
	color:#888;
}

/* Page styles **************/
.page #content {
	margin-top: 45px;
}
.page .post-share {
	margin-top: 30px;
}
.page .post-share, .page .post-share-box {
	background: #fff;
}

/***********Lookbook page***********/

.page-template-page-lookbook #content {
	margin-top: 0;
}
.page-template-page-lookbook #main {
	margin-top: 10px;
}
.lookbook_wrap {
	overflow: hidden;
}
.lookbook_item {
	width: 32%;
	height: 338px;
	float: left;
	margin-right: 2%;
	margin-bottom: 25px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;	
	background-color: #EEE;
	cursor: pointer;
	position: relative;
}
.lookbook_item:after {
	position:absolute;
	content:"";
	top:0;
	left:0;
	background-color:rgba(255,255,255,0.9);
	width:100%;
	height:100%;
	opacity:0;
	z-index:1;
	-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;	
}
.lookbook_item:hover:after {
	opacity: 1;
} 
	.lookbook_item:nth-of-type(3n) {
		margin-right: 0;
	}
	.overlay {
		top: 45%;
		opacity: 0;
		-o-transition:.8s;
		-ms-transition:.8s;
		-moz-transition:.8s;
		-webkit-transition:.8s;	
		padding: 0 30px;
		z-index: 9;
		position: relative;
		text-align: center;
	}
		.lookbook_item:hover .overlay {
			opacity: 1;		
			top: 40%;	
		}
		.no_img .overlay, .no_img .overlay {
			top: 40%;
		}
		.no_img .overlay, .no_img .overlay a {
			color: #222;
			opacity: 1;
		}
		
		.no_img:hover .overlay, .no_img:hover .overlay a {
			color: #888;
		}
		.no_img:hover .overlay h2 a{
			color: #222;
		}
		.overlay h2 a{
			color: #222;
			text-transform: uppercase;
			font-size: 15px;
			letter-spacing: 1px;
			line-height: 22px;
			font-weight: 600;			
		}
		.overlay h2 a:hover {
			text-decoration: underline;
		}
		.overlay .line {
			width: 30px;
			height: 1px;
			background-color: #222;
			display: inline-block;
			margin-bottom: 15px;
			margin-top: 15px;
		}
		.overlay .meta {
			display: block;
			font-family: 'Source Sans Pro', sans-serif;
    		font-size: 12px;
    		color: #888;
		}
		.overlay .meta a {
			color: #888;
			text-transform: uppercase;
		}
		.overlay .meta a:hover {
			text-decoration: underline;
		}

/****************************************/
/* WordPress Core
/****************************************/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    text-align: center;
	box-sizing:border-box;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 16px;
	font-style:italic;
	color:#888;
    line-height: 17px;
    margin: 8px 0 0;
}

.wpcf7 input {
	width:300px;
}
div.wpcf7 {
	overflow:hidden;
	margin-top:30px;
}
.wpcf7 input, .wpcf7 textarea {
	font-size:12px;
	margin-top:6px;
}
.wpcf7 p {
	color:#888;
	font-style:italic;
	margin-bottom:18px;
}
.wpcf7 .wpcf7-submit {
	width:auto;
	font-size:12px;
	font-weight: 700;
	margin-top:0;
	background: #FF91A2;
	border-radius: 0;
	padding: 12px 50px;
	color: #fff;
	-webkit-appearance: none;
}
.wpcf7 .wpcf7-submit:hover {
	background: #222;
}

/*** Mailchimp ***/
.widget_mc4wp_form_widget {
}

.widget_mc4wp_widget .widget-title {
	margin-bottom:0;
}
.mc4wp-form label {
	font-weight: 400 !important;
	margin-bottom: 18px !important;
	text-align: center;
	font-style: italic;
	color: #444;
	font-size: 12px;
}
.mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
	width: 100%;
	border-radius: 0;
	background: #FF91A2;
	color: #fff;
	font-weight: 700;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	-webkit-appearance: none;
}
.mc4wp-form button:hover, .mc4wp-form input[type=button]:hover, .mc4wp-form input[type=submit]:hover {
	background:#222;
}

.mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea {
	font-style:italic;
}

.mc4wp-form {
	margin:0 !important;
}

/* Mailchimp comments */
#respond .mc4wp-checkbox-comment_form label {
	width:auto;
}
#respond #mc4wp-checkbox input {
	margin-bottom:0;
}

/* Scroll to Top */
.backtotop {
position: fixed;
bottom: 20px; /* increase value to move position up */
right: 10px; /* increase value to move position left */
color: ##ff91a2; /* color of text */
background-color: #fff; /* background color of button */ 
font-size: 24px; /* changes size of text */ 
padding: 10px 15px; /* add space around the text */
text-transform: uppercase; /* change text to all caps */ 
letter-spacing: 1.0px; /* space between letters */
z-index: 99999;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.backtotop:hover {
background-color: #ff91a2; /* color of background on hover over */
color: #ffffff; /* color of text on hover over */
text-decoration: none; /* no underline */
}

/****** WooCommerce ******/

/* Shop page */

.woocommerce h1.page-title {
	font-family: 'Raleway,', sans-serif;
	font-size: 32px;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 15px 0;
	font-weight: 400;
	text-align: center;
}
.woocommerce ul.products {
	padding-top: 10px;
}
.woocommerce ul.products h3 {
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.woocommerce ul.products li.product .price {
	font-size: 16px;
	color: #545454;
}
.woocommerce a.button {
	background: #fff;
	border-radius: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #e5e5e5;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.woocommerce a.button:hover {
	color: #fff;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
	border-radius: 2px;
	line-height: 20px;
	min-height: 20px;
	max-width: 36px;
	left: 6px;
	right: auto;
}
.woocommerce ul.products li.product .onsale {
	top: 12px;
}
.woocommerce span.onsale {
	top: 6px;
}
.woocommerce ul.products .star-rating {
	display: none;
}
.woocommerce-pagination {
	margin-bottom: 30px;
}
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
	font-size: 1.15em;
}

/* Single Product Page */

.woocommerce div.product .product_title {
	font-family: "Raleway", sans-serif;
	font-size: 24px;
	padding-bottom: 15px;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}
.woocommerce div.product p.price {
	padding-bottom: 15px;
}
.woocommerce div.product .stock {
	color: #111;
}

.woocommerce.single-product div.product .cart {
	padding-top: 20px;
}
.woocommerce.single-product div.product .cart .quantity input {
	line-height: 17px;
}
.woocommerce button.button.alt {
	background: #fff;
	border-radius: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #e5e5e5;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.woocommerce .woocommerce-tabs .description_tab, .woocommerce .woocommerce-tabs .reviews_tab {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
}
.woocommerce h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 19px;
}
.woocommerce .woocommerce-tabs h3 {
	padding-bottom: 15px;
}
.woocommerce #respond input#submit {
	background: #222;
	color: #fff;
	border-radius: 0;
	font-family: "Raleway", sans-serif;
	letter-spacing: 1px;
}
.woocommerce #respond input#submit:hover {
	color: #fff;
}
.woocommerce .related.products {
	margin-top: 35px;
}
.woocommerce div.product p.stock {
	padding: 15px 0;
	font-size: 18px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
}

/* Cart & Checkout */

.woocommerce table.shop_table {
	border-radius: 0;
}
.woocommerce-cart .post-entry th {
	font-size: 16px !important;
}
.woocommerce table.shop_table thead, .woocommerce .cart-collaterals .cart_totals th {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	color: #222;
	letter-spacing: 1px;
	line-height: 30px;
}
.woocommerce-cart table.cart img {
	width: 120px;
}
.woocommerce-cart table.cart .product-name a {
	color: #545454;
	font-weight: 700;
}
.woocommerce .quantity .qty {
	width: 60px;
}
.woocommerce-cart table.cart td.actions {
	line-height: 50px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	margin-top: 10px;
	line-height: 21px;
}
.woocommerce input.button, .woocommerce a.button.alt, .woocommerce input.button.alt {
	background: #222;
	color: #fff;
	border-radius: 0;
}
.woocommerce input.button:hover {
	color: #fff;
}
.woocommerce .cart-collaterals .cart_totals {
	float: left;
	width: 100%;
}
.woocommerce .cart-collaterals .cart_totals th {
	background: #fff;
}
.woocommerce .cart-collaterals .cart_totals td {
	text-align: right;
}
.woocommerce a.button {
	padding: 15px;
}
.woocommerce-cart .wc-proceed-to-checkout {
	width: 25%;
	float: right;
}
.woocommerce .cart-collaterals .cart_totals a.shipping-calculator-button {
	text-transform: uppercase;
}
.woocommerce-checkout input#ship-to-different-address-checkbox {
	width: 20px;
	font-size: 14px;
}
.woocommerce-checkout .shop_table td {
	line-height: 30px;
}
.woocommerce-checkout .shop_table td.product-name {
	font-weight: ;
}
.woocommerce-checkout .shop_table th, .woocommerce-checkout .shop_table th {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	letter-spacin: 1px;
}
.woocommerce-checkout #payment {
	background: #f5f5f5;
}
.woocommerce-checkout #payment ul li {
	list-style: none;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}
.woocommerce-checkout #payment ul li input {
	width: auto;
}

.woocommerce ul.products h3:hover, .woocommerce div.product p.price, .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before , .woocommerce a.button, .woocommerce button.button.alt {
	color: #FF91A2;
}
.woocommerce span.onsale, .woocommerce a.button:hover, .woocommerce button.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce input.button:hover, .woocommerce a.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #FF91A2;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
	border-color: #FF91A2;
}

/* Widgets */
.woocommerce.widget .button {
	padding: 10px;
}
.woocommerce.widget li a {
	color: #222;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
}
.woocommerce ul.cart_list li a {
	font-weight: 600;
}
.woocommerce.widget .total {
	padding-bottom: 10px;
}
.woocommerce.widget input[type="submit"] {
	border-radius: 0;
	background: #FF91A2;
	color: #fff;
	font-weight: 700;
	width: 100%;
}
.woocommerce.widget input[type="submit"]:hover {
	background: #222;
}
.woocommerce ul.product_list_widget li {
	padding: 8px 0;
}
.woocommerce ul.product_list_widget li a {
	padding: 4px 0;
}
.woocommerce ul.product_list_widget .star-rating {
	padding: 4px 0;
	color: #FF91A2;
}
.woocommerce.widget_product_categories {
	text-align: center;
}
.woocommerce.widget_product_categories li a{
	color: #FF91A2;
	padding-bottom: 8px;
}@font-face{font-family:'FontAwesome';src:url(//ingoodtaste.kitchen/wp-content/themes/felicity-gls/fonts/fontawesome-webfont.eot?v=4.3.0);src:url(//ingoodtaste.kitchen/wp-content/themes/felicity-gls/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(//ingoodtaste.kitchen/wp-content/themes/felicity-gls/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(//ingoodtaste.kitchen/wp-content/themes/felicity-gls/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(//ingoodtaste.kitchen/wp-content/themes/felicity-gls/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(//ingoodtaste.kitchen/wp-content/themes/felicity-gls/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.sideslides { visibility: hidden; }
.bx-wrapper {
position: relative;
margin: 0 auto 0;
padding: 0;
*zoom: 1;
}
.bx-wrapper img {
max-width: 100%;
display: block;
} .bx-wrapper .bx-viewport { -webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
} .bx-wrapper .bx-loading {
min-height: 50px;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
} .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #000;
} .bx-wrapper .bx-prev {
left: 22px;
}
.bx-wrapper .bx-next {
right: 22px;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -15px;
color:#fff;
outline: 0;
z-index: 999;
border:1px solid #fff;
height:30px;
width:30px;
font-size:18px;
line-height:30px;
text-align:center;
border-radius:50%;
-o-transition:.25s;
-ms-transition:.25s;
-moz-transition:.25s;
-webkit-transition:.25s;
opacity:0;
}
.bx-wrapper:hover .bx-controls-direction a {
opacity:1;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
} .bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
} .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
} .bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.35);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
display: block;
font-size: 13px;
padding: 10px;
font-style:italic;
box-sizing:border-box;
}.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//ingoodtaste.kitchen/wp-content/themes/felicity-gls/css/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
} .owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline; margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50); opacity: 0.5;
}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading{
min-height: 150px;
background: url(//ingoodtaste.kitchen/wp-content/themes/felicity-gls/css/AjaxLoader.gif) no-repeat center center
}@media only screen and (min-width: 942px) and (max-width: 1170px) {
.container { width:940px; }
#main { 
box-sizing: border-box;
width:644px; 
}
#sidebar {width: 259px;} .feat-item {
height:461px;
} .promo-item {
width:293px;
height:172px;
} .post-pagination {
padding: 10px 0 0;
}
.item-related {
width:184px;
}
#main.fullwidth .item-related {
width: 286px;
margin-right: 15px;
} .qb-grid > li {
width:307px;
}
#main.fullwidth .qb-grid > li {
width:450px;
}
.grid-item .grid-content {
margin: 0 auto;
padding: 15px 20px 20px;
} #sidebar .widget {
padding: 25px 15px;
}
.about_widget_img {
max-width: 225px !important;
}
#sidebar .instagram-pics li {
width: 160px;
} .lookbook_item {
height: 294px;
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.container { width:726px; }
#main { width:100%; }
#top-bar .container2 {
margin: 0 15px;
}
#sidebar {
width:480px;
margin:0 auto;
float:none;
overflow:hidden;
}
#nav-wrapper {
display:none;
}
.slicknav_menu {
display:block;
} .qb-grid > li, #main.fullwidth .qb-grid > li  {
width:348px;
}
#main.fullwidth .qb-grid > li  {
margin-right:26px;
}
.qb-grid .grid-item .grid-content {
margin: 0 auto;
padding: 10px 20px 20px;
}  .fullwidth .ms-container {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
-moz-column-gap: 30px;
-webkit-column-gap: 30px;
column-gap: 30px;
} .feat-item {
height:356px;
}
.feat-overlay h2 {
font-size:23px;
} .promo-item {
width:230px;
height:135px;
margin-right:18px;
} .item-related, #main.fullwidth .item-related {
width:212px;
margin-right:19px;
}
#main.fullwidth .item-related:last-child {
margin-right:0;
} .page #content {
margin-top: 0px;
} .widget h4.widget-title:after {
left: 210px;
text-align: center;
}
#sidebar .instagram-pics li {
width: 47.5%;
} .lookbook_item {
height: 227px;
}	
.lookbook_item:hover .overlay {
top: 25%;
}
}
@media only screen and (max-width: 767px) {
.container { width:300px; }
#top-bar .container2 {margin: 0 20px;}
#main { width:100%; }
#sidebar {
width:100%;
}
#logo img {
max-width:100%;
}
#nav-wrapper {
display:none;
}
.slicknav_menu {
display:block;
}
#top-social {
height: 32px;
overflow: hidden;
margin-left: 30px;
}
#top-social a {
font-size: 15px;
}
#top-search .fa {
font-size: 15px;
} .qb-grid > li, #main.fullwidth .qb-grid > li {
width:100%;
margin-right:0;
}
.qb-grid .grid-item .grid-content {
margin: 0 auto;
padding: 10px 20px 20px;
} .list-item .post-img img { max-width:90px; }
.list-item .post-img { margin-right:16px; }
.list-item p { display:none; }
.list-item .post-header h2 a { font-size:14px; letter-spacing:1px; }
.list-item .post-header h2 { margin-bottom:9px; }
.list-item .post-header { margin-bottom:0; }
#main.fullwidth .list-item .post-img img { max-width:90px; }
.list-title-divider { margin: 0 0 10px; } .ms-container {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
-moz-column-gap: 0;
-webkit-column-gap: 0;
column-gap: 0;
} .fullwidth .ms-container {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
-moz-column-gap: 0;
-webkit-column-gap: 0;
column-gap: 0;
} .featured-area .feat-item {
height:200px;
}
.featured-area .feat-overlay h2 {
font-size:15px;
}
.featured-area .feat-more {
font-size:9px;
padding:8px 9px 9px 10px;
}
.featured-area .feat-inner {
max-width:80%;
}
.featured-area .feat-overlay h2 {
margin-bottom:12px;
}
.featured-area .feat-overlay .cat a {
margin:0 3px 10px;
} .promo-item {
width:100%;
height:176px;
margin-bottom:30px;
} .item-related, #main.fullwidth .item-related {
width:300px;
margin-right:0;
margin-bottom:20px;
} .post {
margin-bottom: 50px;
}
.content-post-wrap {
padding: 20px;
} .post-header h2 a, .post-header h1 {
font-size:19px;
letter-spacing:2px;
}
.post-header h2, .post-header h1 {
max-width:100%;
} .post-share-box {
width:100% !important;
}
.post-share-box:last-child {
border-bottom:none;
} .post-author {
text-align: center;
}
.author-written-by {
margin-bottom: 7px;
}
.author-img {
display: block;
float: none;
margin: 0 auto 14px;
}
.author-img img {
max-width:60px;
height:auto;
} .post-pagination {
padding: 10px 0 0;
}
.post-pagination .alignleft {
margin-right: 5px;
}
.post-pagination .alignright {
margin-left: 5px;
}
.post-pagination {
height: 80px;
}
.post-pagination .alignleft {
float: none;
display: block;
margin: 0 auto;
}
.post-pagination .alignright {
float: none;
display: block;
margin: 20px auto 0;
padding-bottom: 30px;
border-bottom: 1px solid #eee;
} .post-related {
padding-top: 30px;
margin-bottom: 40px;
} .post-comments {
margin-top: 40px;
} #sidebar .instagram-pics li {
width: 47.5%;
} #footer-social a span {
display:none;
}
#footer-social a {
font-size:18px;
margin:0 10px;
} #instagram-footer ul.instagram-pics > li {
width:25% !important;
}
#instagram-footer ul.instagram-pics > li:nth-child(8), #instagram-footer ul.instagram-pics > li:nth-child(7), #instagram-footer ul.instagram-pics > li:nth-child(6), #instagram-footer ul.instagram-pics > li:nth-child(5) {
display:none;
} .lookbook_item {
width: 48.5%;
height: 232px;
margin-right: 3%;
}
.lookbook_item:nth-of-type(3n) {
margin-right: 3%;
}
.lookbook_item:nth-of-type(2n),.lookbook_item:last-child {
margin-right: 0;
}
.lookbook_item .overlay {
display: none;
} .woocommerce ul.products li.product:nth-child(odd)  {
margin-right: 5.5%;}
.woocommerce ul.products li.product:nth-child(even) {
margin-right: 0 !important;
}
.woocommerce ul.products li.product {
width: 47%;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container { width:480px; }
.qb-grid > li, #main.fullwidth .qb-grid > li {
width:225px;
margin-right:26px;
}
.qb-grid .grid-item .grid-content {
margin: 0 auto;
padding: 10px 20px 20px;
} .feat-item {
height:300px;
}
.feat-overlay h2 {
font-size:17px;
}
.feat-inner {
max-width:70%;
} .promo-item {
width:100%;
height:200px;
margin-bottom:30px;
}
.promo-item:last-child {
margin-bottom:0;
} .item-related, #main.fullwidth .item-related {
width:132px;
margin-right:16px;
} .author-img img {
max-width:70px;
height:auto;
}
}
@media only screen and (max-width: 479px) { #top-bar .container2 {margin: 0 10px;}
#top-social {padding: 14px 0 0px;} .featured-area .feat-overlay .cat a {
font-size: 12px;
} .post {
padding: 25px 15px;
margin-bottom: 30px;
}
.post-share .share-text {
font-size: 18px;
}
.post-share-box {
height:36px;
line-height:36px;
text-align:center;
z-index: 5;
position: relative;
}
.post-share-box.share-buttons a i {
font-size: 14px;
height: 32px;
width: 32px;
line-height: 32px;
margin: 0 5px;
}
.post-related { 
padding-top: 30px;
}
.post-related .item-related {
width: 268px;
}  .qb-grid .grid-item {
padding: 0 !important;
}
.qb-grid .grid-item .grid-content {
margin: 0 auto;
padding: 10px 20px 20px;
} .list-item {
padding: 15px;
}
.list-item  .cat {
display: none;
} .lookbook_item {
height: 150px;
}
#footer-social a {
margin:0;
} .woocommerce ul.products li.product {
margin-right: 0;}
.woocommerce ul.products li.product {
width: 100%;
}
}