/*
 Theme Name:   LRWC 2015
 Description:  LRWC 2015 Theme
 Version:      2.0
 Text Domain:  lrwc
*/
@font-face {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    src: local('EB Garamond'), local('EBGaramond'), url(//fonts.gstatic.com/s/ebgaramond/v7/kYZt1bJ8UsGAPRGnkXPeFY4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2'), url(//fonts.gstatic.com/s/ebgaramond/v7/kYZt1bJ8UsGAPRGnkXPeFYbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Josefin Sans'), local('JosefinSans'), url(//fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5ugdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(//fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5nhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Sacramento';
    font-style: normal;
    font-weight: 400;
    src: local('Sacramento'), local('Sacramento-Regular'), url(//fonts.gstatic.com/s/sacramento/v4/WFDkXpubrEwopJnSlHV6CPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(//fonts.gstatic.com/s/sacramento/v4/WFDkXpubrEwopJnSlHV6CBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    src: local('Fjalla One'), local('FjallaOne-Regular'), url(//fonts.gstatic.com/s/fjallaone/v4/rxxXUYj4oZ6Q5oDJFtEd6vk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(//fonts.gstatic.com/s/fjallaone/v4/rxxXUYj4oZ6Q5oDJFtEd6hsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: local('Lora'), local('Lora-Regular'), url(//fonts.gstatic.com/s/lora/v9/4vqKRIwnQQGUQQh-PnvdMA.woff2) format('woff2'), url(//fonts.gstatic.com/s/lora/v9/5-AYViExptypIdFoLKAxTA.woff) format('woff');
}
body {
    background: #f9fbfa;
    font-family: 'Lora';
    font-size: 16px;
    color: #000;
	line-height: 1.6;
}
a, a:visited, a:active, a:focus{
    color: #f18407;
    text-decoration: none;
    outline: none;
}
a:hover{
    color: #f18407;
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
hr{
    border-color: #a9e0d2;
}
blockquote{
    background: #f5fbfa;
    border: none;
    clear: both;
}
blockquote a{
    text-decoration: underline;
}

/*ul{
    list-style: none;
    padding: 0;
}*/
input[type="email"],
input[type="password"],
input[type="text"],
input[type="search"]{
    border: 1px solid #a9e0d2;
    color: #6eceb7;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0 10px;
}
::-webkit-input-placeholder {color:#a9e0d2;}
::-moz-placeholder          {color:#a9e0d2;}/* Firefox 19+ */
:-moz-placeholder           {color:#a9e0d2;}/* Firefox 18- */
:-ms-input-placeholder      {color:#a9e0d2;}

input[type="submit"], input[type="button"], input[type="reset"], .link-button {
    border: medium none;
    -webkit-appearance: none;
    border-radius: 0;
    background: #a9e0d2;
    color: #657974;
    box-shadow: 1px 2px #b4c0bf;
    text-transform: uppercase;
    font-family: "Fjalla One";
    padding: 0;
}
.link-button{
    padding: 0 10px;
}
input[type="submit"]:hover{
    box-shadow: 1px 2px #7f908f;
}
textarea{
    border: 1px solid #a9e0d2;
    margin: 0;
    padding: 10px;
}
::-moz-placeholder{
    opacity: 1;
}
#wrapper{
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 0 10px;
    resize: none;
}
#wrapper:before,
#wrapper:after{
    position: absolute;
    left: -9px;
    width: 9px;
    height: 100%;
    background: url("assets/images/wrapper-before.png");
    content: "";
    top: 0;
}
#wrapper:after{
    left: auto;
    right: -9px;
}
#body{
    margin-left: -10px;
    margin-right: -10px;
}

.main-header{
    position: relative;
}
.sub-header{
    width: 100%;
    position: relative;
}
.main-header:after{
    clear: both;
    display: table;
    content: "";
}
.main-header .left{
    float: left;
    position: relative;
    z-index: 5;
    width: 33.3%;
}
.main-header .right{
    float: right;
    text-align: right;
    position: relative;
    z-index: 5;
    padding-bottom: 60px;
    width: 33.3%;
}
.main-header .center{
    float: left;
    width: 33.3%;
    text-align: center;
    position: relative;
}
.header-top-menu {
    margin: 15px 0;
    padding: 0;
}
.header-top-menu > li {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}
.header-top-menu > li:first-child{
    padding: 0;
    margin: 0;
}
.header-top-menu > li:before{
    content: "|";
    position: absolute;
    right: -15px;
}
.header-top-menu > li:last-child:before{
    content: none;
}
.header-top-menu > li a{
    font-size: 15px;
    text-transform: uppercase;
    color: #5a5c59;
    font-family: 'Josefin Sans';
}
.header-top-menu > li a:hover{
    color: #75cdb7;
}
.main-menu-prev,
.main-menu-next{
    position: absolute;
    left: 212px;
    z-index: 1000;
    width: 20px;
    height: 44px;
    line-height: 44px;
    font-family: "Fjalla One";
}
.main-menu-next{
    left: auto;
    right: 15px;
    text-align: right;
}

.selectpicker.btn-default,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover, .open > .dropdown-toggle.btn-default{
    height: 42px;
    border: 1px solid #a9e0d2;
    border-radius: 0;
    color: #52b59c;
    text-transform: uppercase;
    box-shadow: none;
    background: #fff;
    font-size: 20px;
    line-height: 25px;
    padding: 0 10px;
}

header .selectpicker.btn-default,
header .btn-default.active,
header .btn-default.focus,
header .btn-default:active,
header .btn-default:focus,
header .btn-default:hover, .open > header  .dropdown-toggle.btn-default{
    width: 256px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
header .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width: auto;
}
.dropdown-menu > li > a{
    font-size: 25px;
    padding: 5px 10px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #a9e0d2;
    text-decoration: none;
}

header .bootstrap-select .btn:focus{
    outline: none !important;
}
.bootstrap-select.btn-group .btn .caret{
    background: url("assets/images/main-sprite.png");
    width: 17px;
    height: 11px;
    padding: 0;
    border: none;
    margin-top: -6px;
}
.bootstrap-select.btn-group:hover .btn .caret{
    background-position: -19px 0;
}
.bootstrap-select.btn-group .dropdown-menu{
    width: 100%;
}
header .btn-group.bootstrap-select{
    margin: 0 0 20px;
}
.logo {
    display: block;
    margin: 6px auto;
    width: 108px;
}
.slogan{
    font-size: 13px;
    text-transform: uppercase;
    color: #f79422;
    font-family: "Josefin Sans";
}
.search-wrapper{
    position: relative;
}
header input[type="search"] {
    float: right;
    width: 256px;
    height: 42px;
    border: 1px solid #a9e0d2;
    padding: 0 50px 0 10px;
    font-size: 20px;
    color: #52b59c;
    text-transform: uppercase;
    text-align: center;
}
header .right #searchform input[type="submit"] {
    background: url("assets/images/main-sprite.png") no-repeat scroll -120px 1px rgba(0, 0, 0, 0);
    height: 42px;
    position: absolute;
    right: 0;
    width: 40px;
    text-indent: -9999px;
    box-shadow: none;
}
header .my-list {
    position: absolute;
    right: 0;
    bottom: -1px;
    font-family: 'Sacramento';
    font-size: 27px;
    color: #575554;
    background: #75cdb7;
    padding: 0 25px;
}
header .my-list:hover{
    background: #a9e0d2;
}

.socials{
    font-family: 'Sacramento';
    font-size: 27px;
    color: #52b59c;

}
.socials > ul {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 10px;
    padding: 0;
}
.socials li{
    display: inline-block;
    overflow: hidden;

}
.socials li a{
    display: block;
    background: url(assets/images/mobile/main-sprite.png) no-repeat;
    text-indent: -9999px;
}
.socials li.gpl a{
    background-position: 0 -118px;
    width: 20px;
    height: 20px;
}
.socials li.pin a{
    background-position: -25px -118px;
    width: 15px;
    height: 19px;
}
.socials li.fb a{
    width: 10px;
    height: 19px;
    background-position: -46px -118px;
}
.socials li.tw a{
    width: 21px;
    height: 18px;
    background-position: -62px -119px;
}
.socials li.yt a{
    width: 17px;
    height: 19px;
    background-position: -83px -119px;
}
.socials li.rss a{
    width: 21px;
    height: 21px;
    background-position: -103px -117px;
}
.socials li.inst a {
    width: 21px;
    height: 21px;
    background-position: -128px -117px;
}
.main-nav{
    clear: both;
    text-align: center;
    border-top: 1px solid #a9e0d2;
    border-bottom: 1px solid #a9e0d2;
}
.main-nav .menu{
    margin-bottom: 0;
    padding: 10px 0;
    list-style: none;
}
.main-nav .menu > .menu-item{
    display: inline-block;
    padding: 0 10px 0 11px;
    position: relative;
    vertical-align: middle;

}


.sub-menu.row {
    position: absolute;
    background: #fff;
    z-index: 100;
    border: 1px solid #a9e0d2;
    text-align: left;
    left: 15px;
    top: 30px;
    display: none;
}
.sub-menu.row .sub-menu .menu-item{
    padding: 0;
    float: left;
    width: 100%;
}
.sub-menu.row .sub-menu .menu-item a{
    text-transform: capitalize;
    font-weight: normal;
    color: #4E4B4B;
}
.sub-menu.row .sub-menu .sub-menu .menu-item a{
    color: #bbbab9;
}
.sub-menu.row .sub-menu .sub-menu .menu-item a:hover{
    color: #575554;
}
.sub-menu.row .menu-item{
    line-height: 12px;
    clear: both;
}
.sub-menu.row .menu-item a{
    font-size: 14px;
    font-family: "Josefin Sans";
    font-weight: bold;
    margin: 0 0 10px;
    color: #575554;
}
.main-nav .menu > .menu-item > a{
    border: 1px solid transparent;
    margin: -11px;
    display: block;
    position: relative;
    padding: 11px;
}
.main-nav .menu > .menu-item.menu-item-has-children:hover > a{
    border-left: 1px solid #a9e0d2;
    border-right: 1px solid #a9e0d2;
    border-bottom: 1px solid #fff;
    z-index: 200;
}
/*.main-nav .menu > .menu-item.menu-item-has-children:hover .sub-menu.row{
    display: block;
}*/

.salvattore-menu[data-columns]::before {
    content: '3 .salvatore-menu-column';
}

.main-nav .salvattore-menu{
    display: none;
}
.main-nav .salvattore-menu .sub-menu{
    padding: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}
.main-nav .salvatore-menu-column{
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
}
.main-nav .salvattore-menu .sub-menu .sub-menu{
    margin-bottom: 0;
    margin-top: 0;
}
.main-nav .menu .sub-menu.row{
    padding: 25px 0;
}

.main-nav .sub-menu.row .menu-item::before{
    content: none;
}
.main-nav .menu-item:before{
    position: absolute;
    content: "";
    left: 0;
    width: 1px;
    height: 20px;
    background: #575554;
}
.main-nav .menu-item:first-child:before{
    content: none;
}
.main-nav .menu-item a{
    font-size: 20px;
    color: #575554;
    text-transform: uppercase;
    line-height: 18px;
    white-space: nowrap;
}
.main-nav .menu-item a:hover{
    color: #75cdb7;
}
.highlight-menu-item a{
    color: #f79422 !important;
}
.highlight-menu-item a:hover{
    color: #f4ab3e !important;
}

.floating-header-logo{
    display: none;
}


/* fixed navigation */

.main-nav.affix > .main-menu-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
    position: relative;
    padding: 0 35px 0 225px;
    /*overflow: hidden;*/
    height: 44px;
}
.main-nav.affix {
    background: none repeat scroll 0 0 #fff;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0 5px rgba(1, 1, 1, 0.23);
}
.main-nav.affix > .main-menu-wrapper:before,
.main-nav.affix > .main-menu-wrapper:after{
    position: absolute;
    height: 100%;
    content: "";
    z-index: 100;
}
.main-nav.affix > .main-menu-wrapper:after{
    right: 0;
    top: 0;
    background: url("assets/images/floating-menu-after-bg.png") repeat-y;
    width: 50px;
}
.main-nav.affix > .main-menu-wrapper:before{
    left: -12px;
    top: 0;
    width: 250px;
    background: url("assets/images/floating-menu-before-bg.png") repeat-y;
}

.main-nav.affix .floating-header-logo{
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 20px;
    z-index: 200;
}
.main-nav.affix .main-menu{
    float: left;
    text-align: left;
    white-space: nowrap;
}

.big-banner{
    position: relative;
    text-align: center;
    border-bottom: 1px solid #a9e0d2;
    padding: 15px 0;
}
.big-banner:before{
    height: 1px;
    background: #a9e0d2;
    width: 100%;
    position: absolute;
    top: 50%;
    content: "";
    left: 0;
}
.big-banner-container{
    position: relative;
    padding: 0 10px;
    background: #fff;
    display: inline-block;
}
.big-banner-container:before,
.big-banner-container:after{
    height: 90%;
    position: absolute;
    width: 1px;
    background: #a9e0d2;
    top: 5%;
    content: "";
    left: 0;
}
.big-banner-container:after{
    right: 0;
    left: auto;
}
.big-banner-container img{
    width: 100%;
    height: auto;
}

/**/

#content{
    border-right: 1px solid #a9e0d2;
    padding: 0 25px 45px 15px;
}
#content:after{
    clear: both;
    display: table;
    content: "";
}
#content.no-sidebar{
    padding-right: 15px;
    border: none;
}
.lrwc-menu{
    padding-left: 75px;
    position: relative;
}
.lrwc-menu ul{
    background: #fef2e4;
    border-top: 3px solid #a9e0d2;
    border-bottom: 3px solid #a9e0d2;
    padding: 4px 7px 4px 7px;
    position: relative;
    margin: 0 0 20px;
    text-align: right;
}
.lrwc-menu::before {
    background: url("assets/images/main-sprite.png") 0 -43px;
    content: "";
    height: 111px;
    left: 0;
    position: absolute;
    top: -23px;
    width: 115px;
    z-index: 4;
}

.lrwc-menu li{
    display: inline-block;
    width: 23%;
    margin-left: 0.5%;
    vertical-align: middle;
}
.lrwc-menu li a{
    display: block;
    background: #f9fbfa;
    color: #575554;
    font-size: 26px;
    border: 2px solid #a9e0d2;
    text-align: center;
    height: 64px;
    line-height: 64px;
    font-family: "Sacramento";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lrwc-menu li a:hover{
    background: #c9f2e8;
}

.lrwc-menu li:first-child a {
    padding-left: 15px;
}
.view-all {
    text-align: right;
    color: #727170;
    font-family: "Fjalla One";
    margin: 5px 0;
}
.view-all a{
    color: #61bfa8;
}
.view-all a:hover{
    color: #a9e0d2;
}

.post-meta{
    color: #727170;
    margin: 0 0 10px;
}
.date, .author,
.author a, .post-meta .post-tags a,
.post-meta .post-tags,
.post-meta .post-category a{
    font-size: 13px;
    color: #727170;
    font-family: "Josefin Sans";
    font-weight: bold;
}
/*.post-meta .post-tags a{
    color: #575554;
    font-size: 14px;
    font-weight: bold;
}

.post-meta .post-category a{
    color: #575554;
    font-size: 13px;
    font-family: "Josefin Sans";
    font-weight: bold;
}*/
.post-entry{
    font-size: 15px;
    color: #343434;
}
.post-entry h1 {
    color: #f18407;
}
.post-entry h2 {
    color: #f18407;
}
.post-entry .tab-entry h3{
	color: #f18407;
}
.post-entry .wp-caption{
    max-width: 100%;
}
.post-entry a{
 text-decoration: underline;
}
/*.post-excerpt-img{
    text-align: right;
    float: right;
}*/
.post-excerpt{
    padding: 0 0 0 5px;
    margin-bottom: 20px;
}
.post-excerpt .read-more
{
    font-weight: bold;
}
.post-excerpt .post-entry > p {
    font-size: 16px;
}
.post-excerpt-container{
    float: left;
    position: relative;
    padding: 0 0 20px;
    width: 100%;
}
.post-excerpt-container:after,
.post-excerpt-container:before{
    background: #a9e0d2;
    bottom: 0;
    content: "";
    height: 1px;
    left: 15px;
    position: absolute;
    right: 15px;
}
.post-excerpt-heading{
	position: relative;
}
.post-expired{
	position: absolute;
	width: 130px;
	height: 102px;
	background: url(assets/images/main-sprite.png) 0 -418px;
	left: 0;
	top: -18px;
	z-index: 100;
}
.single-post .post-expired{
	top: -5px;
}
.post-excerpt h3{
    text-transform: uppercase;
    margin: 0;
    font-size: 17px;
    font-weight: bold;
}
.post-excerpt-text h6{
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 3px;
}
.post-ad {
    margin: 15px 0;
}
.post-ad img{
    padding: 15px;
    border: 1px solid #a9e0d2;
}
.pagination-wrapper{
    text-align: center;
}
.pagination{
    background: url("assets/images/pagination-bg.png") repeat-x;
    height: 49px;
    position: relative;
    border-radius: 0;
    padding: 6px 0 0;
    margin: 20px 0;
}
.pagination a{
    font-size: 30px;
    font-family: "Sacramento";
    position: relative;
    display: inline-block;
    margin-left: 30px;
}
.pagination a::before {
    background: #a9e0d2 none repeat scroll 0 0;
    border-radius: 6px;
    content: "";
    height: 5px;
    position: absolute;
    width: 6px;
    top: 16px;
    left: -19px;
}
.pagination a:first-child{
    margin-left: 0;
}
.pagination a:first-child:before{
    content: none;
}
.pagination:before,
.pagination:after{
    background: url("assets/images/main-sprite.png") 0 -158px;
    width: 18px;
    height: 49px;
    position: absolute;
    content: "";
    left: -18px;
    top: 0;
}
.pagination:after{
    right: -18px;
    left: auto;
    background-position: -22px -158px;
}
.single-post-pagination .previous-post-link,
.single-post-pagination .next-post-link{
    font-size: 19px;
}
.single-post-pagination .pagination a{
    font-size: 31px;
}

/* sidebar */

.aside-ad{
    margin: 0 0 10px;
    text-align: center;
}
#sidebar {
    border-left: 1px solid #a9e0d2;
    margin-left: -1px;
    padding-left: 26px;
    padding-right: 25px;
    padding-bottom: 45px;
}
.widget{
    margin: 0 0 10px;
}
.textwidget{
    text-align: center;
}

/* footer */
.clients-logos{
    padding: 0;
    list-style: none;
}
.logos-wrapper{
    overflow: hidden;
}
.logos-wrapper li{
    float: left;
    width: 25%;
}
.logos-wrapper a{
    display: inline-block;
    width: 65px;
    height: 10px;
    background: url("assets/images/main-sprite.png");
}
.logos-wrapper .fox-and-friends a{
    background-position: 0 -290px;
    height: 13px;
    width: 90px;
    margin-top: 10px;
}
.logos-wrapper .fox-and-friends a:hover{
    background-position: 0 -253px;
}
.logos-wrapper .rachel a{
    background-position: -96px -277px;
    width: 73px;
    height: 34px;
}
.logos-wrapper .rachel a:hover{
    background-position: -96px -240px;
}
.logos-wrapper .the-balancing-act a{
    background-position: 0 -359px;
    width: 82px;
    height: 29px;
}
.logos-wrapper .the-balancing-act a:hover{
    background-position: 0 -320px;
}
.logos-wrapper .the-couch a{
    width: 78px;
    height: 32px;
    background-position: -85px -357px;
}
.logos-wrapper .the-couch a:hover{
    background-position: -85px -318px;
}
.footer-bottom-block .menu{
    padding: 0;
}
.footer-top{
    border-top: 3px solid #a9e0d2;
    border-bottom: 3px solid #a9e0d2;
    padding: 0 0 10px;
}
.footer-top h2{
    text-align: center;
    font-family: "Sacramento";
    font-size: 32px;
    color: #727170;
    margin: -15px 0 5px;
    text-shadow: -1px 1px #a3d4c7;
}
.footer-top h2 span{
    display: inline-block;
    padding: 0 10px;
    background: #fff;
}
.footer-top:after{
    clear: both;
    display: block;
    content: "";
}
.footer-top .left{
    width: 33.3%;
    float: left;
}
.footer-top .center{
    width: 33.3%;
    float: left;
    text-align: center;
    position: relative;
    top: -5px;
}
.footer-top .right{
    width: 33.3%;
    float: right;
}

.sign-up{
    float: right;
}
.envelop{
    width: 99px;
    height: 50px;
    background: url("assets/images/main-sprite.png") -42px -158px;
    display: inline-block;
    vertical-align: top;
    margin: -16px 5px 0 0;
}

.sign-up input[type="email"]{
    width: 223px;
    height: 27px;
    border: 1px solid #a9e0d2;
    padding: 5px;
    font-size: 16px;
    color: #a9e0d2;
    display: inline-block;
    vertical-align: top;
}
.sign-up input[type="submit"]{
    width: 30px;
    height: 27px;
    background: #a9e0d2;
    color: #5a5c59;
    box-shadow: 1px 2px #b4c0bf;
    font-family: "Fjalla One";
    top: 0;
    font-size: 11px;
    padding-top: 3px;
}
.sign-up input[type="submit"]:hover{
    box-shadow: 1px 2px #7f908f;
}

.footer-top .sign-up{
    position: relative;
    padding: 0 34px 0 104px;
}
.footer-top .sign-up .envelop{
    position: absolute;
    left: 0;
    margin: 0;
    top: -16px;
}
.footer-top .sign-up input[type="email"]{
    width: 100%;
}
.footer-top .sign-up input[type="submit"]{
    position: absolute;
    right: 0;
}
.footer-bottom-block{
    text-align: center;
    padding: 5px 0 20px;
}
.footer-bottom-block ul{
    margin: 0;
    line-height: 17px;
}
.footer-bottom-block ul li{
    display: inline-block;
    padding: 0 10px 0 11px;
    position: relative;
}
.footer-bottom-block ul li:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #f79422;
    left: 0;
}
.footer-bottom-block ul li:first-child:before{
    content: none;
}
.footer-bottom-block ul li a{
    font-size: 17px;
}
.copy{
    font-size: 16px;
    color: #727170;
}

/* single post */

.post-heading{
    border-bottom: 1px solid #a9e0d2;
    margin: 0 0 15px;
    padding: 0 0 5px;
	position: relative;
}
.post-heading h1{
    color: #f18407;
    font-size: 29px;
    font-weight: bold;
    margin: 10px 0 0;
}
.post-heading .post-meta{
    margin: 0;
}

.post-comments-count{
    color: #727170;
    font-size: 16px;
    font-family: "Fjalla One";
    text-transform: uppercase;
    position: relative;
    padding-left: 28px;
    margin: 0;
}
.post-comments-count a{
    color: #727170;
}
.post-comments-count:before{
    position: absolute;
    width: 23px;
    height: 19px;
    content: "";
    background: url("assets/images/main-sprite.png") -127px -43px;
    left: 0;
}
.deals-heading{
    color: #75cdb7;
    font-size: 25px;
    font-weight: bold;
}
.post-footer{
    background: url("assets/images/recent-comments-bg.png");
    padding: 8px 15px;
    margin: 0 0 20px;
    border-top: 1px solid #f7941d;
    border-bottom: 1px solid #f7941d;
    clear: both;
}
.blog .post-footer{
    margin: 0 0 50px;
}
.pw-layout-horizontal {
    margin-top: 3px;
}
.post-footer .comments{
    font-size: 28px;
    font-family: "Fjalla One";
    text-transform: uppercase;
    color: #727170;
    position: relative;
    padding: 0 0 0 50px;
    float: right;
}
.post-footer .comments a{
    color: #727170;
}
.post-footer .comments:before{
    background: url("assets/images/main-sprite.png") 0 -214px;
    position: absolute;
    width: 42px;
    height: 34px;
    content: "";
    left: 0;
}
.subscribe {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.ad-choices{
    margin: 0 0 20px;
    border-bottom: 1px solid #a9e0d2;
    padding: 0 0 20px;
}
.discuss{
    margin: 0 0 20px;
    border-bottom: 1px solid #a9e0d2;
}

/* footer */

.footer-menu{
    background: url("assets/images/footer-bg.png");
    border-top: 3px solid #a9e0d2;
    border-bottom: 3px solid #a9e0d2;
    padding: 23px 0 0 0;
    list-style: none;
}
.footer-menu ul{
    padding: 0;
    list-style: none;
    line-height: 19px;
}
.footer-menu .col-md-3{
    padding-left: 6px;
    padding-right: 6px;
}
.footer-menu:after{
    display: table;
    content: "";
    clear: both;
}
.footer-menu li .menu-block{
    background: #fff;
}
.footer-menu h2{
    font-size: 30px;
    font-family: "Sacramento";
    margin: 0 0 20px;
    border-bottom: 1px solid #a9e0d2;
    text-align: center;
    color: #727170;
    padding: 10px 0;
}
.footer-menu .menu-block{
    min-height: 490px;
    text-align: center;
}
.footer-menu ul li{
    text-align: center;
    margin: 0 0 6px;
}
.footer-menu ul li a{
    font-family: 'Fjalla One';
    font-size: 16px;
}
.footer-menu ul li:nth-child(2n) a{
    color: #f4ab3e;
}
.video-wrapper{
    border: 2px solid #afe2d5;
    max-width: 230px;
    margin: 0 auto 5px;
}
.footer-menu > li:last-child .menu-block{
    background: #fff url("assets/images/cindy.jpg") right bottom no-repeat;
    line-height: 16px;
}
.footer-menu > li:last-child .menu-block p{
    color: #787776;
    font-size: 15px;
    font-family: "Fjalla One";
    margin: 0;
}
.footer-menu > li:last-child .menu-block a{
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Fjalla One";
}

/* subscribe */
.sign-up.large {
    display: table;
    float: none;
    width: 100%;
    background: #f5fbfa;
    padding: 10px 30px;
    border-bottom: 3px solid #afdbd1;
    margin: -20px 0 20px;
}
.large .envelop {
    background: url("assets/images/envelop.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 125px;
    width: 241px;
    display: table-cell;
    vertical-align: middle;
}
.sign-up.large input[type="email"]{
    width: 340px;
    height: 33px;
    text-transform: uppercase;
    margin-top: 1px;
}
.sign-up.large input[type="submit"]{
    width: 42px;
    height: 34px;
    font-size: 18px;
    text-transform: uppercase;
}
.sign-up.large .subscribe {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.sign-up.large .subscribe  p{
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Fjalla One";
    color: #727170;
    margin: 0 0 20px;
}

/* FIX */

.plists-hide-wrapper{
    width: 100%;
}
.plists-list-wrapper{
    margin: 0;
    padding: 0 20px;
}

/* wp align styles */
.alignleft{
    float: left;
    margin: 0 10px 10px 0;
}
.alignright {
    float: right;
    margin: 0 0 10px 10px;
}
.aligncenter {
    display: block;
    margin: 10px auto;
}

/* store section */

.store-sections-wrapper {
    margin: 0 0 20px;
}
.store-section .row{
    margin: 0 -9px;
}
.store-section .col-md-4,
.store-section .col-sm-4,
.store-section .col-xs-12{
    padding: 0 9px;
    height: 42px;
    overflow: hidden;
    margin: 0 0 10px;
}
.store-section-link{
    background: #fcddb8;
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.post-entry a.store-section-link{
    text-decoration: none;
}
.store-section-link:hover{
    background: #f4ab3e;
}
.store-section-link span{
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #343434;
}
.store-section .section-title{
    border-top: 1px solid #a9e0d2;
    border-bottom: 1px solid #a9e0d2;
    /*text-transform: uppercase;*/
    color: #75cdb7;
    font-size: 25px;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 15px;
}
.post-share {
    margin: 10px 0;
    text-align: right;
}

/* scroll to top button */

.scroll-top-button{
    display: none;
}
.scroll-top-button{
    position: fixed;
    width: 90px;
    height: 90px;
    background: url("assets/images/mobile/main-sprite.png") 0 -250px;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    text-indent: -9999px;
}

.logged-in .hide-for-logged-in {
    display: none !important;
}

.show-for-logged-in {
    display: none !important;
}

.logged-in .show-for-logged-in {
    display: inline-block !important;
}

/* 404 page */

.error404 #content{
    padding: 0 100px 45px;
}
.image-404{
    margin-top: 30px;
}
.error404 h1{
    margin-bottom: 30px;
}
.error404 h1 span{
    font-size: 32px;
    font-family: "Fjalla One";
    color: #5a5c59;
    text-align: right;
    text-transform: uppercase;
    display: block;
}
.error404 h1 span:first-child{
    font-family: "Sacramento";
    font-size: 100px;
    text-align: left;
    color: #f79422;
    text-transform: none;
}
.search-404{
    border: 1px solid #a9e0d2;
    height: 39px;
    float: right;
    max-width: 573px;
    width: 100%;
    position: relative;
    padding-right: 40px;
    margin: 0 0 30px;
}
.search-404 input[type="search"]{
    border: none;
    height: 37px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.search-404 input[type="submit"]{
    width: 40px;
    height: 37px;
    background: url("assets/images/main-sprite.png") no-repeat -120px -2px;
    position: absolute;
    text-indent: -9999px;
    box-shadow: none;
    right: 0;
    top: 0;
}

.widget_recent_entries h2{
    border-bottom: 1px solid #f7941d;
    font-family: "Fjalla One";
    text-transform: uppercase;
    color: #727170;
    text-align: center;
    font-size: 25px;
    position: relative;
    text-align: center;
    padding: 15px;
    margin: 0;
    background: #f0faf7;
}

.widget_recent_entries h2 span{
    position: relative;
    padding-left: 50px;
    display: inline-block;
}

.widget_recent_entries h2 span{
    padding-left: 35px;
}

.widget_recent_entries h2 span:before{
    position: absolute;
    background: url("assets/images/main-sprite.png") -47px -214px;
    content: "";
    left: 0;
    width: 29px;
    height: 27px;
}

.widget_recent_entries ul{
    padding: 15px;
    list-style: none;
    background: #f0faf7;
    overflow: auto;
    height: 250px;
}

.widget_recent_entries ul li{
    margin: 0 0 10px;
    font-size: 14px;
}
/**/

/* subscribe collapse */

.subscribe-form-block {
    position: absolute;
    z-index: 5;
    background: #fff;
    display: none;
}
.subscribe-form-block form{
    position: relative;
    width: 256px;
    padding-right: 55px;
}
.subscribe-form-block form input[type="email"]{
    height: 42px;
    border: 1px solid #a9e0d2;
    width: 100%;
}
.subscribe-form-block form input[type="submit"]{
    position: absolute;
    height: 42px;
    width: 50px;
    right: 0;
    top: 0;
}

/**/

body {
    transition: left 0.3s ease 0s;
    position: relative;
    left: 0;
    width: 100%;
}
.off-canvas-menu {
    width: 200px;
    left: -200px;
    position: fixed;
    transition: left 0.3s ease 0s;
}

.sub-menu-open,
.sub-menu-close{
    background: url("assets/images/main-sprite.png") -91px -396px no-repeat;
    height: 25px;
    position: absolute;
    width: 25px;
    top: 10px;
    right: 0px;
    cursor: pointer;
}
.sub-menu-open{
    background-position: -59px -396px;
}
.off-canvas-menu li a{
   padding: 10px 25px 10px 15px;
}

/* excerpts comments */

.post-excerpt-text footer{
    text-align: right;
}
.post-excerpt-text footer a, .post-excerpt-text footer{
    color: #61bfa8;
}
.post-excerpt-text footer a em, .post-excerpt-text footer a i{
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}
.post-excerpt-text footer i{
    font-size: 15px;
    width: 20px;
    height: 20px;
    background: #fef3e6;
    border-radius: 50%;
    text-align: center;
    color: #f79422;
    font-family: "Fjalla One";
    line-height: 20px;
}

/* meals planning page */

.meal-planning-logos{
    text-align: center;
    list-style: none;
    padding: 0;
}
.meal-planning-logos li{
    display: inline-block;
    padding: 0 10px;
}

/* custom checkbox */
.button-checkbox .icon {
    background: url("assets/images/mobile/main-sprite.png");
    width: 18px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
}
.button-checkbox .icon.cb-icon-check{
    background-position: -13px -100px;
}
.button-checkbox .icon.cb-icon-check-empty{
    background-position: -32px -100px;
}
.button-checkbox.bootstrap-checkbox.custom-checkbox,
.button-checkbox .btn.clearfix.btn-link {
    border: medium none;
    height: 14px;
    padding: 0;
    width: 18px;
    display: inline-block;
    vertical-align: top;
    outline: none !important;
    margin: 2px 2px 0 0;
}

/*  styles dev/ivan  */
.page-template-referrals .post-entry h3 {
    font-size: 27px;
    color: #000;
    letter-spacing: -1px;
    margin-bottom: 4px;
    font-weight: 600;
}
.page-template-referrals .post-entry p {
    color: #000000;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 34px;
    margin-bottom: 33px;
}
.post-entry-img {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 69px;
}
.page-template-referrals .login-section {
    margin: 0 auto;
    text-align: center;
    padding-top: 43px;
    margin-bottom: 66px;
}
.page-template-referrals .login-section .title {
    font-family: 'Sacramento';
    font-size: 55px;
    line-height: 51px;
    color:#76cab5;
    margin-bottom: 24px;
}
.page-template-referrals .login-section .login-group {
    
}
.page-template-referrals .login-section .login-lk {
    display: inline-block;
    font-family: "Josefin Sans";
    text-transform: uppercase;
    text-decoration: none;
    color: #76cab5;
    border: 2px solid #76cab5;
    font-size: 22px;
    padding: 10px 32px;
    letter-spacing: -1px;
    margin-bottom: 7px;
}
.page-template-referrals .login-section .join-lk {
    display: block;
    font-family: "Josefin Sans";
    text-transform: uppercase;
    text-decoration: none;
    color: #76cab5;
    font-size: 22px;
    letter-spacing: -1px;
}
.coupons-wrap {
    text-align: center;
    margin-bottom: 67px;
}
.item-coupon {
    display: inline-block;
    width: calc(100% / 3 - 25px);
    margin: 0 1px;
    margin-bottom: 18px;
}
.item-coupon .item-top .img-wrap {
    background-color: #fff;
    overflow: hidden;
    height: 225px;
    position: relative;
}
.item-coupon .item-top .img-wrap img {
    display: block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item-coupon .item-bt {
    background-color: #76cab5;
    padding: 5px 5px;
}
.item-coupon .item-bt .lf {
    float: left;
    margin-right: 4px;
}
.item-coupon .item-bt .lf .availability {
    font-family: "Fjalla One";
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    color: #d1fbf4;
    margin-bottom: 0px;
}

.item-coupon .item-bt .rg {
    float: left;
    text-align: left;
}
.item-coupon .item-bt:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.item-coupon .item-bt .rg .reff{
    font-family: "Fjalla One";
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0px;
}
.coupon_100 .item-bt .rg .reff {
    font-size: 13px;
    line-height: 30px;
}
.item-coupon .item-bt .rg .discount {
    font-family: "Lora";
    font-size: 13px;
    line-height: 12px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: -1px;
}
.page-template-referrals .squad-tips .title {
    font-family: "Sacramento";
    font-size: 55px;
    line-height: 51px;
    color: #76CAB5;
    margin-bottom: 24px;
    text-align: center;
}
.sqd-hr {
    border-color: #f79523;
}
.page-template-referrals .squad-tips .categ {
    text-transform: uppercase;
    color: #76cab5;
    font-size: 19px;
    margin-top: 13px;
    margin-bottom: 0px;
}
.top-coup-wrap {
    background-color: #dcf0eb;
    padding-top: 10px;
}
.top-coup-wrap .top-entry {
    padding-left: 10px;
}

.home .nc_socialPanelSide.nc_socialPanel.swp_default.swp_d_fullColor.swp_i_fullColor.swp_o_fullColor.slide.swp_one,
.page-id-323719 .nc_socialPanel {
    display: none;
}
.blog .nc_socialPanel{
	margin: 0 !important;
}

.disclosure {
    margin-bottom: 6px;
}