/* Slider */
.slider-links {
    display: inline-block;
    border: 1px solid #fff;
    width: 540px;
    text-align: center;
    padding: 15px 10px;
}

.slider-links a {
	color: #fff;
    margin: 0 20px;
    text-decoration: underline;
    position: relative;
    display: inline-block;
}

.slider-links a .fa {
	float: left;
	margin-right: 10px;
}

.slider-links a:hover {
	text-decoration: none;
}

/* Dropdown */
.help-dropdown-container {
	width: 320px;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -160px;
    margin-top: -180px;
}

.custom-dropdown {
	position: relative;
}

.custom-dropdown .btn {	
	position: relative;
    height: 60px;
    line-height: 1;
    padding: 10px 110px 10px 30px;
    min-width: 320px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
	background: #fff;
	color: #fb786e;
	border: none;
	outline: none!important;
}

.custom-dropdown .btn-icon {
	color: #fff;
    background: #fb786e;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 60px;
	line-height: 60px;
	text-align: center;
}

.custom-dropdown.open>.dropdown-toggle.btn-default.focus,
.custom-dropdown.open>.dropdown-toggle.btn-default:focus,
.custom-dropdown.open>.dropdown-toggle.btn-default:hover,
.custom-dropdown .btn-default.active,
.custom-dropdown .btn-default:active,
.custom-dropdown .open>.dropdown-toggle.btn-default {
	border-color: #f8f8f8;
	background: #f8f8f8;
	color: #666;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover {
	color: #FFF;
    background-color: #f1aca7;
    border-color: #f1aca7;
}

.custom-dropdown ul.dropdown-menu {
	margin: 0;
	min-width: 320px;
	margin-top: -1px;
    border-radius: 0;
    border: none;
	padding: 0;
	/*max-height: 240px;
    overflow-y: auto;*/
}

.custom-dropdown ul.dropdown-menu li {
	list-style: none;
}

.dropdown-menu>li>a {
	text-shadow: none;
	padding: 12px 48px;
    border-bottom: 1px solid #f1aca7;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #fff;
    text-decoration: none;
    background-color: #ff8b83;
}

/* Image with Caption */
.image-with-caption {
	position: relative;
	display: inline-block;
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.4)
}

.image-with-caption .caption-container {
	position: absolute;
    bottom: 0;
	width: 100%;
	padding: 30px;
}

.image-with-caption .caption {
	color: #fff;
	letter-spacing:0.4px;
	line-height: 2;
	font-family: 'Arvo';
	text-align: center;
}

.image-with-caption  .caption .fa {
    color: #fb786e;
    margin-right: 20px;
}

.image-with-caption .caption .inner {
	text-align: left;
    width: 250px;
    display: inline-block;
    max-width: 100%;
}

/* Product Format */
.products-carousel .item {
	padding: 25px 0;
    min-height: 445px;
}

.product-item .image {
	display: flex;
    background: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 288px;
	position: relative;
}

.product-item .image a {
    display: flex;
    background: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
	width: 100%;
    height: 288px;
	position: relative;
	border: 1px solid rgba(222,217,209,0.57);
    border-radius: 1px;
}

.sale-tag {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	background: #fb786e;
	color: #fff;
	box-shadow: 0px 1px 10px -3px rgba(0, 0, 0, 0.5);
}

.product-item .image .sale-tag {
    position: absolute;
    top: -20px;
    right: 4px;
    box-shadow: 0px 1px 12px -3px rgba(0, 0, 0, 0.5)
}

.product-item .s2 {
	text-align: left;
	min-height: 102px;
}

.product-item .category {
	display: block;
	/* letter-spacing: 1.9px; */
	letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
	opacity: .7;
	margin-top: 10px;
	line-height: 2;
	min-height: 22px;
	
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.product-item .category .sep {
	display: inline-block;
	margin-right: 5px;
}

.product-item .title {
	font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.6px;
    line-height: 1.4;
	margin-bottom: 5px;
	
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-item .title a,
.product-item .title a:hover,
.product-item .title a:visited,
.product-item .title a:focus {
	color: #454545;
}

.more-link {
	color: #fb786e;
    font-size: 12px;
    letter-spacing: 1.3px;
    font-weight: 400;
}

.more-link,
.more-link:visited,
.more-link:focus,
.more-link:hover {
	color: #fb786e;
}

.more-link:hover {
	text-decoration: underline;
}

.hover-style-1 {
	position: relative;
}

a.hover-style-1 {
	display: inline-block;
}

a.hover-style-1:hover {
	opacity: .8;
}

/* .hover-style-1:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	opacity: 0;
	transition: opacity .2s ease;
}

.hover-style-1:hover:before {
	opacity: 1;
} */

.ff-products .product-item {
    margin-bottom: 50px;
}

.product-item {
	border-bottom: 1px solid rgba(222,217,209,0.57);
	padding-bottom: 20px;
}

.products-carousel-single .product-item {
	border-bottom: none;
	padding-bottom: none;
}


/* Post Format */
.post-item.format-1 {
	margin-bottom: 30px;
}

.post-item.format-1 .image span {
	display: inline-block;
}

.post-item.format-1 .s2 {
	background: #fff;
    border-bottom: 2px solid #ded9d1;
    padding: 20px 15px 15px;
	min-height: 173px;
}

.post-item.format-1 .title {
    font-size: 14px;
    color: #454545;
    font-family: 'Lato';
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.post-item.format-1 .title a,
.post-item.format-1 .title a:hover,
.post-item.format-1 .title a:focus,
.post-item.format-1 .title a:visited {
	color: inherit;
}

/* Youtube Image */
.youtube-image-container {
	overflow: hidden;
	height: 206px;
}

.youtube-image-container img {
	margin-top: -36px;
}

/* Content Slider 1 */
.content-slide-1-container {
	margin-top: 90px;
	margin-bottom: 90px;
}

.content-slide-1-container .bg {
	padding-top: 40px;
    padding-bottom: 40px;
    background: #f4f3f2;
}

.content-slider-1 {
	margin-top: -80px;
	margin-bottom: -120px;
}

.content-slider-1 .content-slide {
	/* padding-top: 155px; */
	padding-top: 90px;
	padding-bottom: 155px;
}

.content-slide  .s1 {
	display: inline-block;
	text-align: center;
}

.content-slide  .s1 img {
	display: inline-block;
}

.content-slide .image-container {
	margin-top: -100px;
	margin-bottom: -145px;
}

.content-slide  .s2 {
	display: inline-block;
	text-align: right;
	padding-right: 50px;
}

.content-slide .heading {
	font-family: 'Arvo';
	font-size: 50px;
    letter-spacing: 0.89px;
    text-align: right;
    line-height: 1.28;
	margin-bottom: 10px;
}

.content-slide .description {
	font-family: 'Lato';
	font-weight: 300;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 0.94px;
	line-height: 2;
}

div .content-slider-1 ul.slick-dots  {
	position: absolute;
    bottom: 116px;
    text-align: right;
    padding-right: 90px;
}

/* Box Section Header */
.box-section-header {
	background: #f8f8f7;
	display: flex;
	align-items: center;
}

.box-section-header .left {
	text-align: center;
	background: #f4f3f2;
	padding-top: 36px;
    padding-bottom: 36px;
}

.box-section-header .right {
	padding-top: 20px;
	padding-bottom: 20px;
}

.box-section-header .t1 {
	display: block;
	margin: 5px 0;
}

.box-section-header .panel-grid-cell {
	padding: 0!important;
}

.box-section-header .panel-grid-cell .textwidget {
	padding-left: 15px;
	padding-right: 15px;
}

.box-section-header .panel-grid-cell .right .textwidget {
	padding-left: 70px;
    padding-right: 100px;
}

.box-section-header .social-icons a {
    font-size: 15px;
    margin: 0 5px;
    opacity: .3;
}

.box-section-header .social-icons a:hover {
	opacity: 1;
}

.box-section-header .sub-heading {
	font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: .94px;
    margin-top: -15px;
	margin-bottom: 15px;
}

.box-section-header.section-offset-top {
	margin-top: -20px;
}

.box-section-header .buttons-container {
	margin-top: 20px;
}

.box-section-header .buttons-container a {
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 400;
    margin-right: 30px;
    text-decoration: underline;
    display: inline-block;
}

.box-section-header .buttons-container a:hover {
	text-decoration: none;
}

.box-section-header .buttons-container a .fa {
	font-size: 16px;
    margin-right: 12px;
}

/* Podcast */
.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed, .mejs-embed body {
	background: #fb786e!important;
}

.podcast-item {
	border-bottom: 2px solid #f4f3f1;
    padding-bottom: 25px;
	margin-bottom: 30px;
}

.podcast-item .title {
	font-size: 14px;
    color: #454545;
    letter-spacing: 0;
    font-family: "Lato";
    font-weight: 700;
	margin-bottom: 10px;
}

.podcast-item  .content-text {
	letter-spacing: 0;
}

.podcast-item .title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.podcast-item  .content-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 56px;
}

.podcast-item .audio-container {
	margin-top: 15px;
}

.podcast-internal-player-container {
	border-bottom: 2px solid #f8f8f8;
    margin-bottom: 20px;
}

.podcast-internal-player-container .podcast-title {
	font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.powerpress_link_pinw:before,
.powerpress_link_d:before {
	font-family: 'FontAwesome';
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}

.powerpress_link_pinw:before {
	content: '\f2d0';
}

.powerpress_link_d:before {
	content: '\f0ed';
}

.podcast-internal-player-container .powerpress_links_mp3 {
	font-size: 12px;
    letter-spacing: 0;
}

.podcast-internal-player-container .powerpress_links_mp3 a {
	margin: 0 10px;
}

.podcast-internal-player-container .powerpress_links_mp3 a:hover {
	text-decoration: underline;
}

.podcast-header-internal {
	padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.podcast-header-internal .box-section-header .panel-grid-cell .right .textwidget {
	padding-left: 40px;
    padding-right: 40px;
}

.podcast-header-internal .box-section-header .left {
	min-height: 280px;
}

.post-meta-1 {
	display: inline-block;
	width: 100%;
}

.post-meta-1,
.post-meta-1 .post-date {
	font-size: 11px;
	letter-spacing: 1.94px;
}

.post-meta-1 .post-date {
	margin-right: 20px;
	float: left;
}

.post-meta-1 .category {
	line-height: 2;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 685px;
	max-width: 100%;
    float: left;
}

.podcast-share .s1 {
    display: flex;
    font-size: 12px;
    font-style: italic;
    line-height: 2;
    margin-bottom: 20px;
}

.podcast-share .s1 .thumb {
	min-width: 71px;
    margin-right: 30px;
}

.podcast-question {
    background: #f8f8f8;
    padding: 35px 45px 30px;
	margin-bottom: 30px;
}

.podcast-question .s1 .heading {
	margin-bottom: 0;
}

.podcast-question .s1 .description {
	font-size: 17px;
    font-style: italic;
	margin-bottom: 0;
}

.podcast-question .s2 {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin: 12px 0;
}

.podcast-question .q  {
	display: inline-block;
    font-size: 55px;
    font-family: "Arvo";
    opacity: .25;
    line-height: 1;
	margin-right: 30px;
}

.podcast-question .question  {
    border-left: 1px solid #e3827b;
    padding-left: 20px;
    font-weight: 700;
    margin: 10px 0;
}

.filter-container {
	display: inline-block;
    width: 100%;
	padding-bottom: 20px;
	border-bottom: 2px solid #fafaf9;
	margin-bottom: 30px;
}

.filter-container .filter-label {
	display: inline-block;
    font-family: "Arvo";
    font-size: 20px;
    line-height: 1;
    margin: 15px 30px 15px 0;
    margin-right: 30px;
}


.filter-container .s1 {
	display: inline-block;
}

.filter-container .s2 {
	display: inline-block;
	float: right;
}

.filter-container * {
	vertical-align: top;
}

.filter-container .dropdown-filter-container {
	display: inline-block;
}

.podcast-filter .dropdown-filter-container {
	margin-left: 20px;
}

.dropdown-filter-container .custom-dropdown .btn,
.dropdown-filter-container .custom-dropdown ul.dropdown-menu {
	min-width: 195px;
	width: 195px;
}

.dropdown-filter-container .custom-dropdown .btn-icon {
	width: 45px;
    height: 45px;
    line-height: 45px;
	color: #fb786e;
    background: #f8f8f8;
}

.dropdown-filter-container .custom-dropdown .btn {
	height: 45px;
	padding: 10px 50px 10px 30px;
	background: #f8f8f8;
    color: #fb786e;
	font-size: 14px;
    letter-spacing: 0px;
	text-align: left;
}

.dropdown-filter-container .dropdown-menu>li>a {
	padding: 12px 31px;
}

.custom-search-filter {
	display: inline-block;
}

.custom-search-filter form {
	position: relative;
}

.custom-search-filter form:after {
    font-family: 'FontAwesome';
    content: '\f002';
    display: inline-block;
    font-size: 20px;
    color: #fb786e;
    position: absolute;
    right: 20px;
    line-height: 1;
    top: 50%;
    margin-top: -10px;
}

.custom-search-filter .submit {
    font-size: 0;
    border: none;
    width: 50px;
    height: 100%;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.custom-search-filter .search-field {
	border:1px solid #ded9d1;
    padding: 13px 55px 13px 20px;
    line-height: 1;
	width: 400px;
	max-width: 100%;
}

.custom-search-filter ::-webkit-input-placeholder {
    color: rgba(251, 120, 110, 0.5);
}
.custom-search-filter ::-moz-placeholder {
    color: rgba(251, 120, 110, 0.5);
}
.custom-search-filter :-moz-placeholder {
    color: rgba(251, 120, 110, 0.5);
}
.custom-search-filter :-ms-input-placeholder {
    color: rgba(251, 120, 110, 0.5);
}

.entry-content ul.filter-list,
.filter-list {
	display: inline-block;
	padding-left: 0;
    margin: 0 -5px 0 -5px;
}

.entry-content ul.filter-list li,
.filter-list li {
	list-style: none;
	display: inline-block;
	padding: 5px;
}

.filter-list li a {
    display: inline-block;
    background: #f8f8f7;
    font-size: 13px;
    font-weight: 400;
    color: #fb786e;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 18px;
    line-height: 1;
}

.filter-list li.active a,
.filter-list li a:hover {
	background:#eaeaea;
}

/* Contact */
.contact-page .site-inner {
	background: #f8f8f8;
}

.contact-page #pg-38-1 {
	background: #fff;
}

.contact-page-content-1,
.contact-page-content-1.wrapper {
	background: #fff;
    margin-bottom: 65px;
	width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
}

/* Subscribe */
.subscribe-container {
	background: #FB786E;
    position: relative;
    padding: 60px 155px;
    text-align: center;
	color: #fff;
}

/* .subscribe-container:before {
	content: '';
	display: block;
	width: 121px;
	height: 112px;
	background: url(images/hearts.png);
	position: absolute;
    top: -45px;
    left: 45px;
} */

.subscribe-container .widget-title {
	font-size: 20px;
    letter-spacing: 1.66px;
}

.subscribe-container .gfield_label {
	display: none!important;
}

.subscribe-container  .subscribe-form {
	display: flex;
}

.subscribe-container  .gform_wrapper {
	margin-bottom: 0;
	display: block !important;
}

.subscribe-container .gform_wrapper .gform_footer {
    max-width: 224px;
    padding: 0px 10px;
	margin-top: 18px;
}
.subscribe-container .gform_footer .gform_button.button {
	margin-right: 0!important;
    width: 204px;
	border: 1px solid #fff;
    background: none;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
	width: 204px!important;
	max-width: 100%;
	padding: 9.5px 20px;
}

.subscribe-container .gform_footer .gform_button.button:hover {
	border: 1px solid #fff;
	color: #fb786e;
	background: #f8f8f7;
}

.gform_footer .gform_button.button {
	border: 1px solid #fb786e;
    background: none;
    color: #fb786e;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
	padding: 9.5px 20px;
}

.gform_footer .gform_button.button:hover {
	background: #fb786e;
    border-color: #fb786e;
    color: #fff;
}

.subscribe-container .ginput_container {
	position: relative;
}

.subscribe-container .name-field .ginput_container:before,
.subscribe-container .email-field .ginput_container:before {
	font-family: 'FontAwesome';
	font-size: 16px;
	color:#ed766c;
	display: inline-block;
	position: absolute;
	margin: 7px 12px 0px 22px;
}

.subscribe-container .name-field .ginput_container:before {
	content: '\f007';
	font-size: 18px;
}

.subscribe-container .email-field .ginput_container:before {
	content: '\f1d8';
}

.subscribe-container .ginput_container input[type=text] {
	border: 1px solid #ed766c;
    color: #ed766c;
    padding: 13px 30px 13px 57px!important;
    line-height: 1;
}

.subscribe-container .ginput_container input[type=text]:focus {
	border-color: #ed766c;
}

.subscribe-container .gform_wrapper .top_label li.gfield.gf_left_half,
.subscribe-container  .gform_wrapper .top_label li.gfield.gf_right_half {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}

.subscribe-container ::-webkit-input-placeholder {
	color: #ed766c;
	opacity: .5;
}
.subscribe-container :-moz-placeholder {
	color: #ed766c;
	opacity: .5;
}
.subscribe-container ::-moz-placeholder {
	color: #ed766c;
	opacity: .5;
}

.subscribe-container :-ms-input-placeholder {  
	color: #ed766c;
	opacity: .5;
}

.subscribe-container .gform_wrapper div.validation_error {
	display: none!important;
}

/* Sidebar */
.sidebar-object-1 {
	position: relative;
	background-color: #454545;
	background: url(images/sidebar-object-bg-1.jpg);
	background-size: cover;
	width: 300px;
	max-width: 100%;
	height: 200px;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* .sidebar-object-1:before,
.sidebar-object-1:after  {
	content: '';
    display: block;
    position: absolute;
    width: 88%;
    background: #efeeec;
	height: 15px;
	left: 50%;
	margin-left: -44%; 
} */

/* .sidebar-object-1:before {
	top: -15px;
}

.sidebar-object-1:after {
	bottom: -15px;
} */

.sidebar-object-1 * {
	color: #fff;
}

.sidebar-object-1 .social-media-container {
	border: 1px solid #fff;
    min-width: 200px;
	line-height: 1;
}

.sidebar-object-1 .social-icons a i,
.sidebar-object-1 .social-icons.style-1 a i {
	color: #fff;
}

.sidebar-object-1 .social-icons a i:hover,
.sidebar-object-1 .social-icons.style-1 a i:hover {
	color: #fb786e;
}

.sidebar-subscribe {
	background:#f8f8f7;
	text-align: center;
}

.sidebar-subscribe .s1 {
	background: #f4f3f2;
	padding: 25px 10px;
}

.sidebar-subscribe .s2 {
	background:#f8f8f7;
	padding: 20px 16px;
}

.sidebar-subscribe .sub-heading {
	font-family: "Lato";
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
	display: block;
    margin-bottom: 5px;
}

.sidebar-subscribe .heading {
    letter-spacing: 0.76px;
    font-size: 17px;
    color: #454545;
    position: relative;
    padding-bottom: 8px;
	margin-bottom: 0;
}

.sidebar-subscribe .heading:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
    height: 2px;
    background: #f8b5b0;
}

.sidebar-subscribe .gfield_label {
	display: none!important;
}

.sidebar-subscribe .gform_body,
.sidebar-subscribe li.gfield {
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
} 

.sidebar-subscribe .gform_wrapper {
	margin: 0;
}

.sidebar-subscribe .gform_wrapper .gform_footer {
	text-align: center;
	margin-top: 10px;
}

.sidebar-subscribe .gform_button {
	margin: 0!important;
}

.sidebar-subscribe .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 1px solid #efeeec;
    background: #fff;
    padding: 12px 20px;
}

.btn-style-wrapper {
	display: inline-block;
	position: relative;
}

.sidebar-subscribe .btn-style-wrapper .gform_button {
	font-size: 12px!important;
    padding: 13px 40px 13px 60px!important;
}

.sidebar-subscribe .gform_button {
	background: #fb786e!important;
	color: #fff!important;
	border-radius: 50px;
}

.sidebar-subscribe .gform_button:hover {
	background: #fca7a1!important;
	border-color: #fca7a1!important;
}

.sidebar-subscribe .btn-style-wrapper:after {
    content: '\f1d8';
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 32px;
    color: #fff;
	pointer-events: none;
	line-height: 1;
}

.sidebar-subscribe ::-webkit-input-placeholder {
	color: #fb786e;
	transform: uppercase;
}
.sidebar-subscribe ::-webkit-input-placeholder {
	color: #fb786e;
	transform: uppercase;
}
.sidebar-subscribe :-ms-input-placeholder {
	color: #fb786e;
	transform: uppercase;
}
.sidebar-subscribe ::-moz-placeholder {
	color: #fb786e;
	transform: uppercase;
}
.sidebar-subscribe :-moz-placeholder {
	color: #fb786e;
	transform: uppercase;
}

.products-carousel-single .product-item {
	padding-top: 25px;
}

.sidebar-object {
	position: relative;
	background-color: #454545;
	background-size: cover;
	text-align: center;
	padding: 20px;
	
	min-height: 400px;
}

.sidebar-object * {
	color: #fff;
}

.sidebar-object .sub-heading {
	font-family: "Lato";
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.sidebar-object .heading {
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.sidebar-object .heading:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
}

.sidebar-object .content-container {
	vertical-align: bottom;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 0;
	height: 267px;
}

.sidebar .custom-search-filter,
.sidebar .custom-search-filter form,
.sidebar .custom-search-filter .search-field {
	width: 300px;
}

/* Blog */
.post-with-image-wrapper {
	position: relative;
}

.post-with-image-wrapper .s1 {
	position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.87);
    width: 100%;
	padding: 24px 46px;
}

.blog-post .title {
	font-size: 20px;
	margin-bottom: 5px;
}

.blog-post .title a:hover {
	text-decoration: none;
}

.pagination,
.wp-pagenavi {
	border: 1px solid #eeeeee;
    border-radius: 60px;
    padding: 6px 30px;
    display: inline-block;
}

.pagination li {
	display: inline-block;
}

.sidebar .filter-post-dropdown {
	margin-bottom: 40px;
}

.sidebar .custom-dropdown .btn,
.sidebar .custom-dropdown ul.dropdown-menu {
	min-width: 300px;
	width: 300px;
}

.custom-dropdown.style-2 .btn-icon {
	width: 50px;
    height: 50px;
    line-height: 50px;
}

.custom-dropdown.style-2 .btn {
	height: 50px;
	padding: 10px 60px 10px 30px;
	background: #f8f8f8;
    color: #666;
	font-size: 14px;
    letter-spacing: 0px;
	text-align: left;
}

/* Logo Carousel */
.logo-carousel-container {
    text-align: center;
    background: #ffffff;
    padding: 30px 0 60px;
}
.logo-carousel-container .logo-carousel  {
	margin-bottom: 0;
}
.logo-carousel-container .heading {
	margin-bottom: 0;
}

.logo-carousel .item {
	text-align: center;
	min-height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-carousel .item img {
	display: inline-block;
	height: initial;
}

/* TV */
.tv-item {
    line-height: 1;
    border-bottom: 2px solid #f7f5f6;
    margin-bottom: 30px;
}

.tv-item .title {
	margin-bottom: 10px;
}

.tv-item .s2 {
    padding-top: 20px;
    padding-bottom: 5px;
}

/* Custom Tabs */
.custom-tabs .tab {
	display: none;
}

.custom-tabs .tab.active {
	display: block;
}

.custom-tabs .tab-controls {
	display: inline-block;
}

.custom-tabs .tab-controls .item {
    display: inline-block;
    color: #fb786e;
    cursor: pointer;
    border-bottom: 2px solid #fed6d3;
    padding: 20px 36px;
    width: 170px;
    text-align: center;
	line-height: 1;
	font-size: 14px;
}

.custom-tabs .tab-controls .item.active {
	border-color: #fb786e;
}

.custom-tabs {
	position: relative;
}

.post-type-tab-1 .tab-controls {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -100px;
}

/* Popup Forms */
#fancybox-wrap #fancybox-content div {
	box-sizing: border-box;
}
.popup-form-wrap{
	padding: 40px 80px;
	width: 800px;
	max-width: 100%;
	box-sizing: border-box !important;
}

.popup-form-wrap h3{
	text-align: center;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.popup-form-wrap h5{
	text-align: center;
	margin-bottom: 0px;
}

.popup-form-wrap .left-box{
	text-align: center;
}

.popup-form-wrap .left-box img{
	margin: auto;
}

.popup-form-wrap .gf_left_half,
.popup-form-wrap .gf_right_half{
	width: 100% !important;
	clear: both;
}

.popup-form-wrap .gform_wrapper .gform_footer {
	padding-left: 15px;
}

/* Social Share */
.share-button-container .addtoany_list.a2a_kit_size_32 a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: none;
	border: 1px solid #fff;
	font-size: 0;
	color: #fff;
	text-decoration: none;
	position: relative;
	text-align: center;
	line-height: 44px;
	letter-spacing: 0;
}

.share-button-container .addtoany_list.a2a_kit_size_32 a:before {
	font-family: "FontAwesome";
	content: "\f1e0";
	font-size: 12px;
	display: inline-block;
	position: relative;
	top: -1px;
}

div .addtoany_list a:hover,
div .widget .addtoany_list a:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #f3746a;
}

.custom-header .title-container {
	position: relative;
	padding-right: 50px;
	padding-left: 50px;
}

.custom-header .share-button-container {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22px;
}

.custom-header .breadcrumb {
	padding: 0 15px;
}

div .a2a_menu {
	margin-top: -70px;
	background: #e67269;
	border: 1px solid #e67269;
}

div a.a2a_i,
div i.a2a_i {
	border-color: #e67269;
}

div .a2a_menu a {
	font-size: 14px;
	letter-spacing: 0;
	font-family: "Lato";
}

.footer-top .share-button-container {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 5px;
	line-height: 1;
}

.share-button-container.alt-1 .addtoany_list.a2a_kit_size_32 a {
	color: #666;
	width: 18px;
	height: 15px;
	border: none;
	line-height: 1;
}

.share-button-container.alt-1 .addtoany_list.a2a_kit_size_32 a:before {
	font-size: 16px;
	line-height: 1;
}

.share-button-container {
	position: relative;
}

.share-button-container .hover-blocker {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* Course Page */
.course-page .entry-content .widget-title {
	font-size: 24px;
	min-height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.back-button-container {
	text-align: right;
	margin-bottom: 30px;
	border-bottom: 1px solid #f6f5f6;
	padding-bottom: 20px;
	margin-top: -40px;
}

/* Speaking Page */
.section-with-bg-1 {
	color: #fff;
}

#pg-7417-0 {
	/* Speaking Section 1 */
	background-image: url(images/speaking-bg-1.jpg);
	background-position: right;
	background-size: cover;
	background-color: #000;
	color: #fff;
}

.speaking-section-1 {
	padding-top: 30px;
	padding-bottom: 20px;
}

.speaking-section-1-right {
	height: 440px;
	display: flex;
	align-items: flex-end;
}

ul.list-check li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	display: inline-block;
	position: absolute;
	left: -20px;
	color: #fb786e;
}

.entry-content ul.list-check {
	margin-left: 0;
}

.entry-content ul.list-check li {
	list-style: none;
	position: relative;
}

.bold {
	font-weight: 700;
}

.image-with-text {
	position: relative;
	display: inline-block;
}

.image-with-text span {
	font-family: "Arvo";
	font-size: 39px;
	color: #fff;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.workshop-box {
	display: flex;
	margin-bottom: 30px;
	background: #fff;
	align-items: center;
}

.workshop-box .left {
	min-width: 560px;
	width: 560px;
}

.workshop-box .right {
	padding: 40px 70px;
	width: 100%;
	justify-content: center;
	display: flex;
	font-size: 18px;
	font-weight: 400;
}

.workshop-box ul.list-check {
	padding-left: 40px;
}

.workshop-box ul.list-check li:before {
	font-size: 14px;
	top: 4px;
	left: -40px;
}

.form-submit-center .gform_footer {
	text-align: center;
}

.testimonials-container {
	background:#777878;
	color: #fff;
	overflow: hidden;
	height: 550px;
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.testimonial-item {
	text-align: center;	
}

.testimonial-item .s1 {
	font-size: 20px;
	font-weight: 400;
	position: relative;
	line-height: 1.9;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.testimonial-item .s1:after {
	content: '';
	display: block;
	height: 1px;
	width: 40px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	background: #fff;
}

.testimonial-item .name {
	display: block;
	font-family: "Arvo";
	font-size: 17px;
	font-weight: 400;
}

.testimonial-item .company {
	display: block;
	font-size: 17px;
	font-weight: 300;
	font-style: italic;
}

.testimonials-container .slick-dots li button:before {
	background: #b0afaf;
}

.testimonials-container .slick-dots li.slick-active button:before {
	background: #fff;
	border-color: #fff;
}

/* Sticky Social Share */
.sticky-social-share-widget {
    height: 0;
    text-align: right;
    position: relative;
    top: 40px;
}

.sticky-social-share {
	display: inline-block;
	position: absolute;
	right: 20px;
}

.sticky-social-share.stick {
	margin-top: 100px;
}

.sticky-social-share .social-icons {
    width: 44px;
    background: #ffffff;
    box-shadow: 0 0 24px 0 rgba(7,18,39,0.09);
    border-radius: 60px;
	text-align: center;
	padding: 15px 0;
}

.sticky-social-share .social-icons a {
	display: inline-block;
	line-height: 1;
    float: none;
	font-size: 16px;
	margin: 5px;
}

.sticky-social-share .social-icons a i {
	color: #cbcbcb;
}

/* Carousel */
.entry-content ul.slick-dots,
ul.slick-dots {
	margin: 0;
    padding: 0;
}

.products-carousel .row {
	max-height: 500px;
}

.content-slider-1 {
	max-height: 600px;
}

.content-slider-1,
.products-carousel .row {
	transition: opacity .2s ease;
	opacity: 0;
}

.content-slider-1.slick-initialized,
.products-carousel .row.slick-initialized {
	opacity: 1;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
	width: 10px;
	height: 10px;
}

.slick-dots li button::before,
.slick-dots li button:before {
    width: 10px;
    height: 10px;
    border: 1px solid #b0afaf;
    font-size: 0;
    border-radius: 100%;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	background: #b0afaf;
	opacity: 1;
}

.carousel-single .slick-prev {
	left: 50%;
    top: 100%;
	margin-left: -30px;
}

.carousel-single .slick-next {
	right: 50%;
    top: 100%;
	margin-right: -30px;
}

/* Misc */
.btn-spacing .btn {
	margin-right: 20px;
	margin-bottom: 15px;
}

.grey-bg-full-1 {
    background: #f8f8f7;
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
}

.section-border {
	border-top: 2px solid #f4f4f2;
    border-bottom: 2px solid #f4f4f2;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
    margin-bottom: 40px;
}

.rounded-strip {
    border: 1px solid #f3f3f3;
    display: inline-block;
    width: 100%;
    border-radius: 60px;
    background: #fff;
    padding: 0 30px;
    font-size: 17px;
    font-style: italic;
    line-height: 40px;
    height: 43px;
	margin: 20px 0;
}

.rounded-strip .social-icons {
	float: right;
}

.box-strip {
	border: 1px solid #f3f3f3;
    display: inline-block;
	padding: 0 15px;
	line-height: 1;
}

.video-thumbnail {
	display: inline-block;
	position: relative;
}

a.video-thumbnail:hover {
	opacity: .7;
}

.video-thumbnail:after {
	font-family: 'FontAwesome';
	content: '\f04b';
	font-size: 34px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	margin-left: -13px;
    margin-top: -14px;
}

.book-image-shadow-1 {
	display: inline-block;
	position: relative;
}

.book-image-shadow-1:before {
    content: '';
    display: block;
    position: absolute;
    top: 2%;
    left: 6px;
    width: 100%;
    height: 96%;
    background: #EBEBEB;
    box-shadow: -3px 2px 35px 0 rgba(0,0,0,0.24);
}

.book-image-shadow-1 img {
    position: relative;
	z-index: 2;
}

.inherit {
	color: inherit;
}

.limit-1-line {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.limit-2-lines {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.limit-3-lines {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.heading-center .widget-title {
	text-align: center;
}

/* Fixes */
div.quiz_section {
	padding-left: 2px;
}

/* Overrides */
h1 strong, h1 b, h2 strong, h2 b,
h3 strong, h3 b, h4 strong, h4 b,
h5 strong, h5 b, h6 strong, h6 b {
	font-weight: 400;
}

div.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fec8c3;
}

div.ui-datepicker-header {
	background: #fb786e;
	border-color: #fb786e;
}

/* Specifics */
#pg-261-1 {
    /* background-color: #f4f3f2; */
}

#pg-261-4 {
	background-color: #f4f3f2;
}

.about-content-1 {
	padding-top: 40px;
    padding-bottom: 40px;
}

.offset-video-container-1 {
	margin-bottom: -260px;
}


/*  Woo Bundle Override  */
.product_cat-bundles .price{
	display:inherit !important;
}

.product_cat-bundles del{
	display:none;
}

.product_cat-bundles ins{
	text-decoration:none;
}

#gform_fields_27 li {
	width:100% !important;
}