.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.related-posts-nav {
border: 0pt none;
margin: 0pt;
padding: 0pt;
}
.related-posts-nav:after {
content: '';
display: block;
clear: both;
}
.related-posts-nav>li {
list-style: none;
padding: 0;
margin: 0;
float: left;
}
.related-posts-nav>li:after {
content: '';
display: block;
clear: both;
}
.related-posts-nav>li:before {
display: none;
}
.related-posts-nav>li>a {
border-bottom: medium none;
margin: 0pt;
padding: 6px;
display: block;
float: left;
text-decoration: none;
text-align: center;
cursor: pointer;
border-right: #ddd;
background-color: #fff;
}
.related-posts-nav>li>a:hover {
background-color: #eeeeef;
}
@media screen and (min-width: 290px) and (max-width: 520px) {
.relpost-block-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
}
.related-posts-nav>li>a>.related-post-list-item-inner-container {
border: 0pt none;
margin: 0pt;
padding: 0pt;
width: 150px;
height: 225px;
}
.related-posts-nav>li>a>.related-post-list-item-inner-container>.related-post-list-item-img-container {
border: 0pt none;
margin: 0pt;
padding: 0pt;
width: 150px;
height: 150px;
background-size: cover;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0 0;
}
.related-posts-nav>li>a>.related-post-list-item-inner-container>.related-post-list-item-text-container {
border: 0pt none;
margin: 3px 0pt 0pt;
padding: 0pt;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 12px;
line-height: normal;
font-stretch: normal;
color: #333333;
}
.related-post-list-item-link {
box-shadow: none !important;
} #related_posts_thumbnails {
list-style-type: none;
list-style-position: inside;
padding: 0;
margin: 0
}
#related_posts_thumbnails li {
float: left;
padding: 0;
margin: 0;
padding: 5px;
display: block;
max-width: 100%;
}
.relpost_content {
display: block;
overflow: hidden;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;
font-stretch: normal;
-x-system-font: none;
text-decoration: none;
max-width: 100%;
}
.relpost-post-image {
padding: 0;
margin: 0;
border: 0 none;
max-width: 100%;
}
.relpost-post-image{
aspect-ratio: 16/9;
height: auto !important;
object-fit: cover;
}
.relpost-block-container {
border: 0 none;
margin: 0;
padding: 0;
}
.relpost-block-single {
border-bottom: medium none;
margin: 0;
padding: 6px;
display: block;
float: left;
text-decoration: none;
text-align: center;
cursor: pointer;
margin-right: -1px;
margin-bottom: 5px;
overflow: hidden;
border: 0;
}
.rpth_list_date{
display: block;
padding-top: 5px
}
.relpost-block-single-image {
border: 0 none;
margin: 0;
padding: 0;
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-inline-policy: continuous;
background-size: cover !important;
max-width: 100%;
}
.relpost-block-single-text {
border: 0 none;
margin: 3px 0 0;
padding: 0;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;
font-stretch: normal;
-x-system-font: none;
overflow: hidden;
}
.relpoststh_front_cat {
padding-top: 5px;
}
html[dir="rtl"] .relpost-block-single {
float: right;
}
html[dir="rtl"] #related_posts_thumbnails li {
float: right;
}
.relpost-align-left {
float: left;
}
.relpost-align-right {
float: right;
}
.relpost-align-center {
float: none;
text-align: center;
}
.relpost-align-center .relpost-block-single {
display: inline-block;
float: none;
}
.relpost-thumb-wrapper:after {
content: "";
display: block;
clear: both;
}
.rpth_post_date {
display: block;
padding-top: 10px;
font-size: 11px;
}
.relpost-block-container .relpost_card_title{
font-size: inherit;
line-height: inherit;
font-weight: 700;
}
.relpost_content h2.relpost_card_title {
font-size: inherit;
} .relpost-block-column-layout{
display: grid;
grid-template-columns: repeat(var(--relposth-columns), 1fr);
gap: 10px; }
.relpost-block-column-layout .relpost-custom-block-single{
max-width: 100%;
}
.relpost-block-column-layout .relpost-block-single-image{
width: 100% !important;
aspect-ratio: 1/1;
height: auto !important;
background-position: center center !important;
} @media (max-width: 1024px){
.relpost-block-column-layout{
grid-template-columns: repeat(var(--relposth-columns_t), 1fr);
}
}
@media (max-width: 600px){
.relpost-block-column-layout{
grid-template-columns: repeat(var(--relposth-columns_m), 1fr);
}
}.wpp-no-data {
} .wpp-list {
} .wpp-list li {
overflow: hidden;
float: none;
clear: both;
margin-bottom: 1rem;
}
.wpp-list li:last-of-type {
margin-bottom: 0;
} .wpp-list li.current {
} .wpp-thumbnail {
display: inline;
float: left;
margin: 0 1rem 0 0;
border: none;
} .wpp-post-title {
} .wpp-excerpt {
}
.wpp-excerpt:empty {
display: none;
} .wpp-meta, .post-stats {
display: block;
font-size: 0.8em;
}
.wpp-meta:empty, .post-stats:empty {
display: none;
} .wpp-comments {
} .wpp-views {
} .wpp-author {
} .wpp-date {
} .wpp-category {
} .wpp-rating {
}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #e9e9e9;margin:1em 0;padding:0}input,select,textarea{vertical-align:middle;-webkit-appearance:none;box-shadow:none!important}sup{top:-.5em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}textarea,select,input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"]{border-radius:0;-webkit-appearance:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{background-color:#e9e9e9;color:#333;font-family:Arial,Helvetica,sans-serif;font-weight:400;font-size:13px;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#333;font-weight:700}h1{font-size:2em}h2{font-size:1.8em}h3{font-size:1.6em}h4{font-size:1.4em}h5{font-size:1.2em}h6{font-size:1em}strong{font-weight:700}.clearfix:before,.widget_archive:before,.widget_categories:before,.widget_archive li:before,.widget_categories li:before,.clearfix:after,.widget_archive:after,.widget_categories:after,.widget_archive li:after,.widget_categories li:after{content:"";display:table}.clearfix:after,.widget_archive:after,.widget_categories:after,.widget_archive li:after,.widget_categories li:after{clear:both}.clearfix,.widget_archive,.widget_categories,.widget_archive li,.widget_categories li{clear:both}.alignleft{float:left}.alignright{float:right}.aligncenter{margin-bottom:15px}input[type="text"],input.txt{border:1px solid #e6e6e6;font-family:Arial,sans-serif;font-size:13px;height:30px;padding:0 10px}input:focus,input:hover{outline:none}textarea{border:1px solid #e6e6e6;font-family:'Open Sans',Arial,sans-serif;font-size:13px;padding:10px;box-shadow:none}textarea:focus{outline:none}button{border:1px solid #e6e6e6;border-radius:2px;font-size:12px;height:42px}button:focus{outline:none}#respond button,#comments .commentlist li.comment .reply,a:hover .video-icon,.button,a.button,button,input[type=button],input[type=submit]{color:#333;font-size:12px;background-image:-ms-linear-gradient(top,#FFF 0%,#DDD 100%);background-image:-moz-linear-gradient(top,#FFF 0%,#DDD 100%);background-image:-o-linear-gradient(top,#FFF 0%,#DDD 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#FFF),color-stop(1,#DDD));background-image:-webkit-linear-gradient(top,#FFF 0%,#DDD 100%);background-image:linear-gradient(to bottom,#FFF 0%,#DDD 100%);border:1px solid #e6e6e6}table{width:100%;margin-bottom:2.618em}table th,table td{border-bottom:1px solid #e8e4e3;padding:1em;vertical-align:top;text-align:left}table th{text-transform:uppercase;border-bottom:1px solid #e8e4e3}table tr th:first-child,table tr td:first-child{padding-left:0}table tr th:last-child,table tr td:last-child{padding-right:0}a:link,a:visited{outline:none;text-decoration:none;transition:background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out}a:hover{text-decoration:underline}a:active{outline:none}.container{background:#fff;margin:0 auto!important;padding:10px 15px 0;width:980px!important}#masthead{position:relative;height:auto}.site-branding{height:auto}#logo{float:left;margin:15px 0 10px}.site-title{font-size:36px;margin-top:5px}.site-description{font-size:12px;font-weight:400;color:#999}.sf-menu,.sf-menu *{margin:0;padding:0;list-style:none}.sf-menu li{position:relative}.sf-menu ul{position:absolute;background:#fff;display:none;top:100%;left:0;padding:0}.sf-menu > li{float:left}.sf-menu li:hover > ul,.sf-menu li.sfHover > ul{display:block}.sf-menu ul ul{top:0;left:200px;margin-top:-10px}.sf-menu a{display:block;position:relative;padding:0 13px}.sf-menu ul a{font-size:1em}.sf-menu li{z-index:100}.sf-menu ul li{width:200px}.sf-arrows .sf-with-ul{padding-right:30px!important}.sf-arrows .sf-with-ul:after{content:'';position:absolute;top:50%;right:7px;margin-top:-2px;margin-right:9px;height:0;width:0;border:4px solid transparent;border-top-color:#ddd}.sf-arrows > li > .sf-with-ul:focus:after,.sf-arrows > li:hover > .sf-with-ul:after,.sf-arrows > .sfHover > .sf-with-ul:after{border-top-color:#fff}.sf-arrows ul .sf-with-ul:after{margin-top:-5px;margin-right:10px;border-color:transparent;border-left-color:#fff}.sf-arrows ul li > .sf-with-ul:focus:after,.sf-arrows ul li:hover > .sf-with-ul:after,.sf-arrows ul .sfHover > .sf-with-ul:after{border-left-color:#fff}.fa-home{display:none!important}#primary-bar{background:#fff;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;width:100%;height:33px;line-height:31px;z-index:100}#primary-nav ul li{float:left;z-index:999}#primary-nav ul li a{display:block;font-size:11px;font-weight:700;margin:1px 0;text-transform:uppercase}#primary-nav ul li a.sf-with-ul{height:31px}#primary-nav ul li a.sf-with-ul:after{border-top-color:#ddd;margin-top:-3px}#primary-nav ul li a:hover,#primary-nav ul li.current-menu-item a{color:#fff;text-decoration:none}#primary-nav ul li ul{background-color:#fff;border:1px solid #e6e6e6;border-top:none;margin-top:1px;margin-left:-1px}#primary-nav ul li ul li:first-child a{border-left:none}#primary-nav ul li ul li a:link,#primary-nav ul li ul li a:visited{border-right:0;color:#333;font-size:13px;font-weight:400;line-height:1;padding:10px 12px;text-transform:none;border-bottom:1px solid #e6e6e6}#primary-nav ul li ul li.current-menu-item a{background:#fff}#primary-nav ul li ul li a:hover{background:none;text-decoration:underline}#primary-nav ul li ul li:last-child a{border-bottom:none}#primary-nav ul li ul li a.sf-with-ul{border:none;height:auto}#primary-nav ul li ul li a.sf-with-ul:after{border-top-color:transparent;color:#ddd;margin-top:auto;top:14px}#primary-nav ul li ul li ul{border-top:1px solid #f0f0f0;margin-top:-11px;margin-left:0}#primary-nav ul li ol li a:hover{text-decoration:underline}#secondary-bar{height:31px;border-top:1px solid #e6e6e6}#secondary-nav{float:left;z-index:50}#secondary-nav ul li a{color:#333;display:block;font-size:13px;line-height:31px;border-right:1px solid #e6e6e6}#secondary-nav ul li a:hover,#secondary-nav ul li.current-menu-item a{color:#fff;text-decoration:none}#secondary-nav ul li a.sf-with-ul:after{border-top-color:#ddd;margin-top:-3px}#secondary-nav ul li ul{background-color:#fff;border:1px solid #e6e6e6;margin-left:-1px}#secondary-nav ul li ul li a:link,#secondary-nav ul li ul li a:visited{border-right:0;color:#333;font-size:13px;font-weight:400;line-height:1;padding:10px 12px;text-transform:none;border-bottom:1px solid #e6e6e6}#secondary-nav ul li ul li a:hover{background:none;text-decoration:underline}#secondary-nav ul li ul li:last-child a{border-bottom:none}#secondary-nav ul.sf-menu li li a{background-color:transparent;line-height:1;color:#333;font-size:13px;font-weight:400;padding:9px 20px}#secondary-nav ul.sf-menu li li a:hover{text-decoration:underline}#primary-nav .links li a:link,#primary-nav .links li a:visited{color:#333}#primary-nav .posts .sub-cats li{float:none;width:100%}#primary-nav .posts .sub-cats li a{background:none;color:#333;display:block;line-height:1;padding-top:10px!important;padding-bottom:10px!important}#primary-nav .posts .sub-cats li a:hover{background-color:#fff!important}.sf-mega{background:#fff;width:100%;position:absolute;display:none;left:-1px;z-index:999;border:1px solid #e6e6e6}.sf-mega-parent{position:static!important}.sf-menu li:hover > .sf-mega,.sf-menu li.sfHover > .sf-mega{display:block}.sf-mega ol{display:block;position:static}.sf-mega li a{font-size:13px!important;text-transform:none!important}.sf-mega li a:hover{background:none!important}.links{width:100%!important;padding:15px 0}.links li{border-right:1px dotted rgba(0,0,0,0.1);display:block;float:left;font-size:13px;line-height:1.3;width:210px!important;margin-left:15px;padding-right:15px}.links li:last-child,.links li:last-child > li{border-right:none!important;margin-right:0!important;padding-right:15px!important}.links li span.column-heading{display:block;font-weight:700;margin-bottom:20px}.links li ol{display:block;margin:0 20px 0 0 !important}.links li ol li{background:none;border-right:none;margin:0}.links li ol li a{border:none!important;font-weight:400!important;line-height:1.4!important;margin:0 0 16px!important;padding:0!important}.links li ol li:last-child a{margin-bottom:0!important}.posts{width:100%}.posts .sub-cats{background-color:#fff;float:left;width:170px;min-height:200px;text-align:left}.posts .sub-cats li{background:none!important}.posts .sub-cats li:first-child{margin-top:15px}.posts .sub-cats li:last-child{margin-bottom:15px}.posts .sub-cats li a{border:none!important;font-size:13px!important;font-weight:400!important;margin:0!important;padding:8px 15px!important}.posts .sub-cats li a:hover{background-color:#fff!important;text-decoration:none!important}.posts .sub-cats li a:after{color:transparent;font-family:FontAwesome;font-size:9px!important;content:"\f054";margin-left:10px}.posts .cat-posts{float:left;width:780px;padding:15px 0 15px 15px}.posts .cat-posts .post-list{float:left!important;width:180px;margin-left:15px}.posts .cat-posts .post-list a{min-height:170px;background:none!important;display:block;line-height:1.3!important;margin:0!important;padding:0 0 0 15px !important;border-left:1px dotted #e6e6e6;border-right:none!important}.posts .cat-posts .post-list a:hover{background:none!important}.posts .cat-posts .post-list img{margin:0 0 10px;width:100%}.posts .cat-posts .post-list .entry-title{font-size:13px;font-weight:400;line-height:1.4;margin-bottom:5px;text-transform:none}.posts .cat-posts .post-list .entry-meta{color:#999;font-size:11px}.header-social{float:right;margin-top:4px}.header-social a{display:inline-block;padding:4px 5px 0}.header-social a .fa{font-size:15px}.header-social a .fa:hover{opacity:.8}.header-search{float:right;position:relative;margin-top:1px;padding:0}.header-search #search-form{position:relative}.header-search #search-form input{background-color:#fff!important;border:none;border:1px solid #e6e6e6;border-radius:0;box-shadow:none!important;width:140px;height:24px;margin-top:-3px;padding-left:5px;padding-right:29px;transition:width .3s}.header-search #search-form button,.header-search #search-form button:hover{background:none!important;border:none;color:#333;position:absolute;width:24px;height:24px;top:2px;right:5px;line-height:24px;cursor:pointer}.content-area{float:left;width:660px;height:auto;padding:20px 0}.hentry .entry-title{font-size:22px;font-weight:400;line-height:24px;margin-bottom:10px}.hentry .entry-meta{color:#9f9f9f;margin:10px 0}.entry-comments a:link,.entry-comments a:visited{color:#9f9f9f}.entry-comment a:hover{color:#333}.entry-title a:link,.entry-title a:visited{display:block}.section-title{border-top:1px solid #e6e6e6;color:#929292;display:block;font-family:Tahoma,Geneva,sans-serif;font-size:11px;line-height:11px;margin:7px 0 20px;text-transform:uppercase}.heading-text{background:#fff;float:left;font-weight:400;margin:-7px 0 0;padding:0 5px 0 0}#featured-content-2{margin-left:-15px;margin-bottom:5px}#featured-content-2 ul{list-style:none}#featured-content-2 ul li{display:block;float:left;margin:0 0 15px 15px;position:relative;width:210px;height:210px}#featured-content-2 .entry-title{background:url(//www.youngnfemale.com/wp-content/themes/freshlife/assets/img/transparent.png);bottom:0;left:0;color:#fff;display:block;font-size:14px;font-weight:700;line-height:18px;margin:0;padding:0;position:absolute}#featured-content-2 .entry-title a{color:#fff;padding:10px}.entry-meta{font-size:11px}.entry-cats,.entry-tags{float:left;clear:left}.content-loop{float:left;width:660px}.loop-blog .hentry{border-bottom:1px solid #e6e6e6;margin-bottom:15px;padding-bottom:15px}.loop-blog .hentry .entry-title{font-size:30px;line-height:32px;margin-bottom:0}.loop-blog .hentry .entry-thumbnail{width:100%;margin-bottom:15px}.loop-blog .hentry .entry-summary{margin-bottom:20px}.loop-blog .hentry .entry-summary p{padding-bottom:15px}.loop-list .hentry{border-bottom:1px solid #e6e6e6;margin-bottom:20px;padding-bottom:20px}.loop-list .hentry .entry-title{margin-bottom:15px}.loop-list .hentry .entry-summary{overflow:hidden}.loop-list .entry-thumbnail{width:180px;float:left;margin:0 15px 15px 0}.line{display:block;width:100%;border-top:1px solid #e6e6e6;height:1px}.loop-grid .hentry{float:left;margin:15px 14px 15px 0;width:315px}.loop-grid .hentry:nth-of-type(2n){border-left:1px dotted #e6e6e6;margin-right:0;padding-left:15px}.loop-grid .hentry:nth-of-type(1),.loop-grid .hentry:nth-of-type(2){margin-top:0}.loop-grid .hentry .entry-title{font-size:18px;line-height:20px}.loop-grid .hentry .entry-summary{margin-bottom:10px}.loop-grid .entry-thumbnail{width:100%;margin-bottom:10px}.pagination{font-size:11px;letter-spacing:1px;margin:15px 0;text-transform:uppercase;text-align:center}.pagination .page-numbers{border-radius:3px;padding:5px 8px;margin:0 1px;display:inline-block;color:#333;font-weight:700;text-decoration:none}.pagination .page-numbers:hover{background:#e6e6e6}.pagination .page-numbers.current{color:#fff}.pagination .prev:hover,.pagination .next:hover{background:#e6e6e6}#breadcrumbs{margin-bottom:10px;padding:0 0 10px;font-size:10px;color:#999;text-transform:uppercase;border-bottom:1px solid #e6e6e6}#breadcrumbs a{padding-right:2px;color:#999}.hentry h1.entry-title{color:#333;font-size:40px;margin-bottom:20px}.page-title{line-height:32px;margin-bottom:10px}.no-underline a:hover,.single .entry-share ul li a:hover{text-decoration:none}.single .entry-meta{margin-bottom:15px;padding:0}.single .entry-thumbnail{margin-bottom:15px}.single .entry-share{margin:15px 0 20px}.single .entry-share h3{border-bottom:1px solid #e6e6e6;font-size:12px;font-weight:700;margin-bottom:10px;padding-bottom:5px}.single .entry-share ul li{list-style:none;float:left;width:16.6%}.single .entry-share ul li:hover{opacity:.8}.single .entry-share ul li a{color:#fff;display:block;font-size:11px;font-weight:700;text-transform:uppercase}.single .entry-share ul li a .fa{font-size:14px;margin-right:5px}.single .entry-share ul li.twitter a{color:#00aced}.single .entry-share ul li.facebook a{color:#3b5998}.single .entry-share ul li.google-plus a{color:#dd4b39}.single .entry-share ul li.linkedin a{color:#007bb6}.single .entry-share ul li.pinterest a{color:#C92228}.single .entry-share ul li.email a{color:#aad450}.entry-footer{margin:15px 0}.author-bio{border:1px solid #e6e6e6;margin:0 0 20px;margin:15px 0 20px;padding:10px}.author-bio img{float:left;display:block;background:#fff;margin-right:10px;padding:4px;border:1px solid #e6e6e6}.author-bio h3{color:#333;font-size:15px;margin:0!important}.author-bio h3 a{color:#333}.author-bio p{margin-bottom:5px}.related-posts{width:100%;margin-bottom:30px}.related-posts h3{border-bottom:1px solid #e6e6e6;font-size:12px;font-weight:700;margin-bottom:15px;padding-bottom:5px}.related-posts ul li{float:left;list-style:none;width:23.5%;padding-right:2%}.related-posts ul li:last-child{padding-right:0}.related-posts ul li img{width:100%;margin-bottom:5px}.related-posts ul li a{display:block}.related-posts ul li .entry-title{font-size:13px;line-height:16px}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin-bottom:15px}.entry-content strong{font-weight:700}.entry-content p{margin-bottom:15px}.entry-content ul,.entry-content ol{margin:0 0 20px 20px}.entry-content ul li{list-style:square;margin:10px 0}.entry-content ol li{list-style:decimal;margin:10px 0}blockquote{background:#f5f5f5;color:#666;font-family:Georgia,serif;font-style:italic;margin:0 0 15px;padding:15px;border:1px solid #eee}blockquote:before{content:""}blockquote cite{color:#333;display:block;margin-top:10px}blockquote cite:before{content:"\2014 \2009"}#comments{margin:30px 0}#comments header{margin:15px 0}#comments .comments-title{font-size:14px;font-weight:700;line-height:16px;margin-top:0;margin-bottom:15px}#comments .comments-title strong{text-transform:uppercase}#comments ol,#comments article{margin:0;padding:0}#comments .commentlist{clear:both;list-style:none;margin:0}#comments .commentlist:after{content:"\0020";display:block;height:0;overflow:hidden;clear:both}#comments .commentlist li.comment{margin-top:15px;margin-bottom:15px;padding:15px;position:relative;list-style:none;border:1px solid #e6e6e6}#comments .commentlist .thread-even{background:#fafafa}#comments .commentlist li.comment .comment-head span{display:block}#comments .commentlist li.comment:after{content:"\0020";display:block;height:0;overflow:hidden;clear:both}#comments .commentlist li.comment .comment-container:after{content:"\0020";display:block;height:0;overflow:hidden;clear:both}#comments .commentlist li.comment .comment-container div.avatar,#comments .commentlist li.comment .comment-container .comment-head,#comments .commentlist li.comment .comment_container .comment-text{float:left}#comments .commentlist li.comment .comment-container .comment-entry{clear:both;margin:0}#comments .commentlist li.comment .comment-container .comment-entry p{margin:0;padding-bottom:10px}#comments .commentlist li.comment .comment-container .comment-head{margin-bottom:15px}#comments .commentlist li.comment .comment-head .name{font-size:14px;font-weight:700}#comments .commentlist li.comment .comment-head .date a{color:#999;font-size:11px}#comments .commentlist li.comment img.avatar{margin:0 15px 15px 0;float:left;padding:3px;border:1px solid #e9e9e9;background:#fff}#comments .commentlist li.comment .comment_container .comment-text{width:91.35%}#comments .commentlist li.comment .depth-2{background:#fff}#comments .commentlist li.comment .depth-3{background:#fafafa}#comments .commentlist li.comment .depth-4{background:#fff}#comments .commentlist li.comment .reply{border-radius:3px;padding:2px 5px}#comments .commentlist li.comment .reply:hover{opacity:.8}#comments .commentlist li.comment .reply a{color:#333;font-size:11px;font-weight:700}#comments .commentlist li.comment .reply a:hover{text-decoration:none}#comments .commentlist li.comment #respond{padding-top:15px}#comments .navigation a{display:block;text-decoration:none}#comments .pingbacks li.pingback{margin:0 0 15px}#comments .pingbacks li.pingback .reply{display:none}#comments .nocomments{padding:15px 0;margin:15px 0;border:4px double #e8e4e3;border-right:0;border-left:0}#respond{margin:0 0 15px}#respond #reply-title{font-size:16px;margin:0 0 10px}#respond #reply-title small{margin-left:10px;font-size:11px}#respond #commentform .comment-form-author,#respond #commentform .comment-form-email,#respond #commentform .comment-form-url{width:30%;float:left;margin-right:3.3%}#respond #commentform .comment-form-author label,#respond #commentform .comment-form-email label,#respond #commentform .comment-form-url label{display:inline-block;font-size:13px;margin-bottom:5px}#respond #commentform .fa{margin-right:5px}#respond #commentform .comment-form-author input,#respond #commentform .comment-form-email input,#respond #commentform .comment-form-url input{width:100%}#respond #commentform .comment-form-url{margin-right:0}#respond #commentform .comment-form-comment{clear:both}#respond #commentform p{font-size:13px;margin-bottom:10px}#respond #commentform .form-submit{margin-bottom:0}#respond #commentform .form-submit #submit{background:#fafafa;color:#333;font-size:13px;font-weight:700;padding:6px 10px}#respond #commentform label{display:block}#respond #commentform input.txt,#respond #commentform textarea{width:96%}#comment-nav-below{margin:0 0 15px}.nav-previous{float:left;margin-bottom:15px}.nav-next{float:right;margin-bottom:15px}.sidebar{width:300px;padding:20px 0;float:right}.widget{margin-bottom:20px}.widget .widget-title{border-bottom:1px solid #e9e9e9;font-size:12px;font-weight:700;padding-bottom:5px}.widget p{margin-bottom:15px}.widget ul > li{background:url(//www.youngnfemale.com/wp-content/themes/freshlife/assets/img/dot.png) no-repeat 0 18px;border-bottom:1px solid #f0f0f0;padding:10px 0 10px 10px;list-style:none}.widget_posts .entry-title{font-size:16px;margin-bottom:10px}.entry-views{background-size:16px 16px;background-position:0 1px;background-repeat:no-repeat;color:#f3502a;font-size:13px;font-weight:700;padding-left:16px}.widget_newsletter input{background:#fff;width:200px;height:30px}.widget_newsletter button{width:60px;color:#333;margin-left:10px;border:1px solid #e6e6e6}.widget_tabs{margin-bottom:30px}.widget_tabs .tabs-nav{width:100%;height:30px;font-size:11px;margin:0;padding:0;list-style:none;overflow:visible}.widget_tabs .tabs-nav li{background:none;border-bottom:none;display:inline-block;list-style:none;overflow:hidden;position:relative;margin-bottom:0;padding:0!important;text-align:center}.widget_tabs .tabs-nav li a{display:block;color:#333;font-size:11px;font-weight:700;line-height:22px;position:relative;text-transform:uppercase;padding:5px 10px 3px}.widget_tabs .tabs-nav li a.selected,.widget_tabs .tabs-nav li a:hover{color:#fff;text-decoration:none}.widget_tabs .tabs-nav li.active a{background:#48d;color:#fff}.widget_tabs .tab-content ul li{background-color:#fff;border-bottom:1px solid #f5f5f5;list-style:none;margin:0;padding:0}.widget_tabs .tab-content ul li .entry-thumbnail{float:left;width:64px;height:64px;margin:0 10px 0 0}.widget_tabs .tab-content ul li .entry-title{font-size:13px}.widget_tabs .tab-content ul li .entry-title:hover,.widget_tabs #tab3 li a span:hover{text-decoration:underline!important}.widget_tabs .tab-content ul li .entry-meta{margin-top:5px;color:#9f9f9f;font-size:11px}.widget_tabs .tab-content ul li a:hover{text-decoration:none}.widget_tabs .tab-content ul li a{display:block;padding:0}.widget_tabs #tab3 li a{display:block}.widget_tabs #tab3 li a span{color:#333;display:block;font-size:12px}.widget_tabs #tab3 li a strong{color:#333;display:block;margin-bottom:5px}.widget_tabs #tab4{margin-top:10px}.widget_tabs #tab4 a{display:inline-block;margin:0 3px 3px 0;padding:5px;text-transform:lowercase}.widget_125 img{background:#fff;margin:0 0 10px;padding:9px;border:1px solid #e6e6e6}.sidebar .widget_125 img.img-right{float:right}.widget_twitter ul li{background:none!important;padding-left:26px!important}.widget_twitter ul li .timestamp a:link,.widget_twitter ul li .timestamp a:visited{color:#9f9f9f;font-size:11px;font-style:italic}.widget_twitter ul li:before{margin-left:-26px;width:26px;font-family:'FontAwesome';content:"\f099";display:inline-block;font-size:14px;float:left;margin-top:0;color:#09C}.widget_ads{text-align:center}.widget_125 .widget-title,.widget_ads .widget-title{background:none;border:none;color:#9f9f9f;font-size:10px;font-weight:400;letter-spacing:1px;margin-bottom:10px;padding:0;text-align:center;text-transform:uppercase}.widget_posts_thumbnail li:before,.widget_posts_thumbnail li:after{content:"";display:table}.widget_posts_thumbnail li:after{clear:both}.widget_posts_thumbnail .entry-thumbnail{float:left;margin:0 15px 0 0}.widget_posts_thumbnail .entry-meta{color:#999;margin-top:3px}.widget-social{background:#fbfbfb;font-size:11px;padding:20px 0 20px 20px;border:1px solid #e6e6e6;text-align:center}.widget-social a{padding-right:20px}.widget-social a:hover{opacity:.5}.widget-social a .fa{font-size:32px}.widget-social a.facebook{color:#3b5998}.widget-social a.twitter{color:#00aced}.widget-social a.google-plus{color:#dd4b39}.widget-social a.youtube{color:#c00}.widget-social a.rss{color:#f0b70c}.widget-social a.email{color:#aad450}.textwidget,.widget_newsletter p,.tagcloud,#calendar_wrap table{margin-top:10px}#calendar_wrap table td,#calendar_wrap table th{text-align:center;padding:5px 0}#calendar_wrap table caption{font-weight:700;padding-bottom:5px}#footer{font-size:13px;padding:20px 0 0;border-top:1px solid #e6e6e6}#footer .widget{margin-bottom:15px}#footer .widget ul li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}#footer .widget_newsletter{box-shadow:none;-webkit-box-shadow:none;border:none;padding:0}#footer .widget_newsletter input{background:#fff;width:140px;height:32px;margin:0}.footer-column-1,.footer-column-2,.footer-column-3{float:left;width:22.5%;padding-right:3%}.footer-column-4{float:left;width:23.5%;padding-right:0}#site-bottom{border-top:1px solid #e9e9e9;color:#999;font-size:11px;padding:15px 0}#site-bottom a:link,#site-bottom a:hover,#site-bottom a:visited{color:#999!important;border-bottom:1px dotted #999;text-decoration:none}#site-bottom .copyright .left{float:left}#site-bottom .copyright .right{float:right}.header-ad{float:right;width:728px;height:90px;margin:15px auto}.archive-ad{width:468px;height:60px;margin:0 auto 15px}.header-ad img,.archive-ad img{max-width:100%}.layout-sidebar-content .content-area{float:right}.layout-sidebar-content .sidebar{float:left}.layout-1c .content-area{width:100%}.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{outline:none}.slides,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}.flexslider{margin:0;padding:0}.flexslider .slides > li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}* html .slides{height:1%}.no-js .slides > li:first-child{display:block}.flexslider{position:relative;zoom:1}.flex-viewport{max-height:2000px;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.flexslider .slides{zoom:1}.carousel li{margin-right:5px}#featured-content{margin-bottom:20px}#featured-content .hentry{width:100%;height:355px;position:relative}#featured-content .hentry .entry-title{background:url(//www.youngnfemale.com/wp-content/themes/freshlife/assets/img/transparent.png);width:100%;bottom:0;left:0;color:#fff;display:block;font-size:26px;font-weight:400;line-height:28px;margin:0;padding:0;position:absolute}#featured-content .hentry .entry-title a{color:#fff;padding:15px}#featured-content .hentry .entry-thumbnail{margin-bottom:15px}.flex-direction-nav{*height:0}.flex-direction-nav a{text-decoration:none;display:block;width:42px;height:42px;margin:-21px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;background-color:#666;background-color:rgba(0,0,0,0.6);border-radius:50%;cursor:pointer;color:#fff!important;text-align:center;transition:all .3s ease}.flex-direction-nav .flex-prev{left:0}.flex-direction-nav .flex-next{right:0}.flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default}.flex-direction-nav a:before{font-family:"FontAwesome";font-size:32px;display:inline-block;content:'\f104';line-height:42px;text-align:center}.flex-direction-nav a.flex-next:before{content:'\f105'}.flexslider:hover .flex-prev{opacity:1;left:20px}.flexslider:hover .flex-prev:hover{background-color:rgba(0,0,0,0.3)}.flexslider:hover .flex-next{opacity:1;right:20px}.flexslider:hover .flex-next:hover{background-color:rgba(0,0,0,0.3)}.flex-control-nav{width:100px;position:absolute;top:15px;right:15px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;*display:inline}.flex-control-nav li a{width:8px;height:8px;display:block;background:#666;background:rgba(0,0,0,0.5);cursor:pointer;text-indent:-9999px;border-radius:20px}.flex-control-nav li a:hover{background:#333;background:rgba(0,0,0,0.7)}.flex-control-nav li .flex-active{background:#fff;background:rgba(255,255,255,0.8);cursor:default}@media screen and (max-width: 860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}.btn{border:none;border-radius:3px;color:#fff;font-weight:700;height:32px}.btn:hover{opacity:.8;cursor:pointer}a:link,a:visited,#secondary-nav ul.sf-menu li li a:hover,#primary-nav ul.sf-menu li li a:hover,#secondary-nav .sf-menu li li a:hover,.header-social a .fa,#site-bottom a:hover,.category-box ul li strong a:hover,.section-title a:hover,.widget_latest_comments a:hover .name,.related-posts ul li a:hover .entry-title{color:#26b}.widget_tabs .entry-title a:hover,.posts .cat-posts .view-more a,.posts .cat-posts a:hover .entry-title{color:#26b}.twitter-widget a:hover,.entry-content a:hover,#comments h2 a:hover,#comments .name a:hover,.comment-entry p a:hover{color:#26b}li a:hover .fa-clock-o,li.active .fa-clock-o{color:#26b}li a:hover .fa-comments,li.active .fa-comments{color:#26b}li a:hover .fa-tags,li.active .fa-tags{color:#26b}.widget_tabs .tabs-nav li a.selected,.widget_tabs .tabs-nav li a:hover{background-color:#48d}.widget_tabs .tabs-nav li a{background:#eef5ff}figure > img{display:block}img{height:auto;max-width:100%}img[class*="align"],img[class*="attachment-"]{height:auto}embed,iframe,object{max-width:100%;width:100%}.wp-caption{margin-bottom:24px;max-width:100%}.wp-caption img[class*="wp-image-"]{display:block;margin-bottom:5px}.wp-caption-text{font-style:italic;color:#999}.wp-smiley{border:0;margin-bottom:0;margin-top:0;padding:0}.gallery{margin-bottom:20px}.gallery:before,.gallery:after{content:"";display:table}.gallery:after{clear:both}.gallery{clear:both}.gallery-item{margin:0 4px 4px 0;float:left;overflow:hidden;position:relative}.gallery-icon a,.gallery-icon img{display:block}#more-content .entry-content .gallery-icon img{margin-bottom:0}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1){clear:left}.gallery-caption{padding:2px 8px;font-size:12px;background-color:#000;background-color:rgba(0,0,0,0.7);box-sizing:border-box;color:#fff;line-height:1.5;margin:0;max-height:50%;opacity:0;position:absolute;bottom:0;left:0;text-align:left;width:100%}.gallery-caption:before{content:"";height:100%;min-height:50px;position:absolute;top:0;left:0;width:100%}.gallery-item:hover .gallery-caption{opacity:1}.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.alignleft{float:left;margin-right:1.5em}.alignright{float:right;margin-left:1.5em}.aligncenter{display:block;margin-left:auto;margin-right:auto;clear:both}.alignnone{display:block}.screen-reader-text{clip:rect(1px,1px,1px,1px);display:none!important;position:absolute}.sticky,.bypostauthor{background:inherit;color:inherit}.widget .children,.widget .sub-menu{margin-left:1.5em}.widget .children li:first-child,.widget .sub-menu li:first-child{padding-top:15px}.widget .children li:last-child,.widget .sub-menu li:last-child{border-bottom:0;padding-bottom:0}.widget select{max-width:100%;width:100%}.widget_archive li,.widget_categories li{text-align:right}.widget_archive a,.widget_categories a{float:left}.widget_search input[type="text"]{width:93%}.posts-thumbnail-widget ul{list-style:none;padding-left:0}.footer-column .posts-thumbnail-widget img{width:48px;height:48px}.posts-thumbnail-widget li{background:none!important;line-height:1.3em;padding:15px 0!important;overflow:hidden}.posts-thumbnail-widget li:last-child{border-bottom:0}.posts-thumbnail-widget .entry-title{font-size:14px;font-weight:400}.sidebar1 .posts-thumbnail-widget .entry-title{font-weight:700;font-size:13px}#footer .posts-thumbnail-widget .entry-title{font-size:13px}.posts-thumbnail-widget .entry-thumb{float:left;margin-right:15px}.posts-thumbnail-widget .entry-date,.widget .post-date{margin-top:5px;color:#9f9f9f;font-size:11px;display:block}.tabs-widget .posts-thumbnail-widget .entry-date{text-transform:uppercase}.posts-thumbnail-widget .entry-info .entry-date{display:inline-block;margin-right:3px}.posts-thumbnail-widget .entry-info .entry-view{margin-top:5px;color:#9f9f9f;font-size:11px;display:block;font-weight:400;display:inline-block}.widget_125 .img-right{float:right}.form-submit .submit{display:none}.members .member .member-photo .member-social li{margin:0}.sf-mega{z-index:9999}.sf-menu li{z-index:99}.widget_tabs .tab-content ul li a{overflow:hidden}#primary-bar{z-index:9999;position:relative}.slicknav_menu {
display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1009px) {
.container {
width: 740px !important;
}
.content-area,
.content-loop {
width: 525px;
}
.sidebar {
width: 200px;
}
#featured-content .hentry {
height: 280px;
}
#featured-content .hentry .entry-title {
font-size: 20px;
line-height: 22px;
}
#featured-content-2 ul li {
width: 165px;
height: 165px;
}
#featured-content-2 .entry-title {
font-size: 12px;
font-weight: bold;
line-height: 14px;
}
.content-sidebar .content-loop {
width: 100%;
}
.loop-grid .hentry {
width: 247px;
margin-right: 15px;
}
.loop-list .entry-thumbnail {
width: 150px;
}
.widget_tabs .tabs-nav {
height: auto;
}
.widget_tabs .tabs-nav li {
width: 100%;
float: left;
}
.widget_newsletter input {
width: 100px;
}
.widget_125 img {
width: 85px;
height: 85px;
padding: 4px;
}
.widget-social {
padding: 15px 0 15px 10px;
}
.widget-social a {
padding-right: 10px;
}
.widget-social a .fa {
font-size:  24px;
}
}
@media only screen and (max-width: 1009px) {
.js #primary-menu,
.js #secondary-menu {
display: none;
}
.js .slicknav_menu {
display: block;
} .slicknav_btn {
position: relative;
display: block;
vertical-align: middle;
float: left;
padding: 3px 0 0;
cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
display: block;
float: left;
font-size: 12px;
}
.slicknav_menu .slicknav_icon {
color: #999;
float: left;
margin: 9px 0 0 5px;
}
.slicknav_menu .slicknav_icon-bar {
background: #333;
display: block;
width: 16px;
height: 2px;
margin-bottom: 2px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.slicknav_menu:before, .slicknav_menu:after {
content: " ";
display: table;
}
.slicknav_menu:after {
clear: both;
} .slicknav_menu {
*zoom: 1;
}
.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_nav a:active {
outline: none !important;
} .slicknav_btn {
margin: 0;
text-decoration: none;
} .slicknav_menu {
font-size: 14px;
}
.slicknav_menu .slicknav_menutxt {
color: #333;
font-weight: bold;
}
.slicknav_nav {
color: #fff;
margin: 0;
padding: 0;
font-size: 13px;
width: 100%;
list-style: none;
overflow: hidden;
}
.slicknav_nav a {
padding: 7px 15px;
text-decoration: none;
}
.slicknav_nav ul {
padding: 0;
margin: 0 0 0 20px;
list-style: none;
overflow: hidden;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
padding: 0 0 0 15px;
margin: 0;
}
.slicknav_nav .slicknav_txtnode {
margin-left: 15px;
}
.slicknav_nav .slicknav_row {
padding: 7px 0;
}
#primary-bar .slicknav_nav,
#secondary-bar .slicknav_nav {
background: #fbfbfb;
border-bottom: 1px solid #e6e6e6;
}
#primary-bar .slicknav_nav a,
#secondary-bar .slicknav_nav a {
color: #333;
line-height: 1.5;
}
#primary-bar .slicknav_nav a:hover,
#secondary-bar .slicknav_nav a:hover {
background: #f6f6f6;
}
.header-social,
.header-search {
position: absolute;
top: 0;
right: 0;
}
#primary-bar,
#secondary-bar {
position: relative;
}
#secondary-bar .slicknav_btn {
line-height: 28px;
padding-bottom: 3px;
}
#secondary-bar .slicknav_icon {
margin: 8px 0 0 5px;
}
.site-branding {
height: auto;
}
#logo {
float: none;
max-width: 220px;
margin: 15px auto;
}
.site-title,
.site-description {
text-align: center;
}
.header-ad {
float: none;
margin: 15px auto;
}
.sidebar .entry-thumb,
.sidebar .entry-thumbnail {
width: 50px !important;
height: 50px !important;
}
.single .entry-share ul li {
width: 33.3%;
padding-bottom: 10px;
}
#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
width: 28%;
margin-right: 4.5%;
}
.footer-column {
width: 47%;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {
width: 450px !important;
}
#featured-content .hentry {
height: 240px;
}
#featured-content .hentry .entry-title {
font-size: 20px;
line-height: 22px;
}
#featured-content-2 {
margin-bottom: 0;
}
#featured-content-2 ul li {
width: 140px;
height: 140px;
margin: 0 0 10px 15px;
}
#featured-content-2 .entry-title {
font-size: 11px;
line-height: 13px;
}
.loop-grid .hentry {
width: 209px;
margin-right: 15px;
}
.related-posts ul li {
width: 47%;
padding-right: 3%;
}
.sidebar .widget {
width: 47%;
float: left;
padding-right: 3%;
}
.widget_tabs .tabs-nav {
height: auto;
}
.widget_tabs .tabs-nav li {
width: 100%;
float: left;
}
.widget_newsletter input {
width: 110px;
}
.widget_125 img {
width: 90px;
height: 90px;
margin-bottom: 5px;
padding: 4px;
}
.widget-social {
padding: 15px 0 15px 10px;
}
.widget-social a {
padding-right: 15px;
}
.widget-social a .fa {
font-size:  20px;
}
}
@media only screen and (max-width: 767px) {
.content-area,
.content-loop {
width: 100%;
float: left;
}
.loop-list .entry-thumbnail {
width: 120px;
}
.loop-list .entry-summary {
float: left;
}
.sidebar {
width: 100%;
float: left;
padding-bottom: 0;
border-top: 1px solid #e6e6e6;
}
.header-ad,
.archive-ad {
max-width: 100%;
height: auto;
margin: 10px auto;
}
.page-title {
font-size: 24px;
line-height: 26px;
}
#comments .commentlist li.comment img.avatar {
display: none;
}
.related-posts ul li {
margin-bottom: 15px;
}
#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
width: 27%;
margin-right: 5%;
}
#site-bottom .copyright .left,
#site-bottom .copyright .right {
float: none;
text-align: center;
}
}
@media only screen and (max-width: 479px) {
.container {
width: 100% !important;
max-width: 300px;
padding: 0 10px;
}
.header-search #search-form input {
width: 110px;
}
#featured-content .hentry {
height: 160px;
}
#featured-content .hentry .entry-title {
font-size: 16px;
line-height: 18px;
}
#featured-content .hentry .entry-title  a {
padding: 10px;
}
#featured-content-2 {
margin: 0
}
#featured-content-2 ul li {
width: 300px;
height: 300px;
margin: 0 0 15px 0;
}
.loop-grid .hentry {
width: 100%;
margin: 0 0 15px 0 !important;
padding: 0 0 15px 0 !important;
border-left: none !important;
border-bottom: 1px solid #e6e6e6;
}
.line {
display: none;
}
.content-loop,
.loop-grid .hentry {
width: 100%;
}
.loop-list .entry-thumbnail {
width: 100%;
}
.hentry .entry-title {
float: left;
font-size: 18px;
line-height: 20px;
}
.entry-summary {
clear: none !important;
}
.loop-blog .hentry .entry-title,
.page-title {
font-size: 20px;
line-height: 22px;
}
.related-posts ul li {
width: 47%;
padding-right: 3%;
}
#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
width: 97%;
margin-right: 0;
}
#respond #commentform textarea {
width: 93%;
}
.footer-column {
width: 100%;
}
#site-bottom #footer-nav {
float: none;
margin-bottom: 20px;
}
#site-bottom .copyright {
float: none;
}
}
@media only screen and (max-width: 320px) {
.container {
width: 96% !important;
padding: 0 2%;
}
.slicknav_btn {
padding-left: 1px;
}
.header-search #search-form input {
width: 80px;
}
.header-social a {
padding-right: 1px;
}
#featured-content .hentry {
height: auto;
min-height: 150px;
}
#featured-content .hentry .entry-title {
background: none;
position: relative;
font-size: 20px;
line-height: 22px;
padding: 0;
}
#featured-content .hentry .entry-title a {
color: #333;
padding: 0;
}
.flex-control-nav {
width: 100%;
left: 0;
right: 0;
top: 130px;
}
#featured-content-2 ul li {
width: 100%;
height: auto;
margin: 0 0 10px 0;
}
#featured-content-2 .entry-title {
margin-bottom: 5px;
}
.loop-blog .hentry .entry-title,
.page-title {
font-size: 18px;
line-height: 20px;
}
.pagination {
font-size: 10px;
}
.pagination .page-numbers {
padding: 3px 5px;
}
.single .entry-share ul li {
width: 50%;
padding-bottom: 10px;
}
.related-posts ul li {
width: 100%;
padding-right: 0;
}
#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
width: 91%;
}
#respond #commentform textarea {
width: 88%;
}
.widget_tabs .tabs-nav {
height: auto;
}
.widget_tabs .tabs-nav li {
width: 100%;
float: left;
}
.widget_newsletter input {
width: 60%;
}
.widget_125 img {
margin-right: 0;
}
.widget_125 .img-right img {
margin-right: 10px;
}
.widget_125 .img-right {
float: left;
}
.widget-social {
padding: 15px 0 0 15px;
}
.widget-social a .fa {
font-size: 24px;
padding-bottom: 15px;
}
}@font-face {
font-family: 'FontAwesome';
src: url(//www.youngnfemale.com/wp-content/themes/freshlife/assets/fonts/fontawesome-webfont.eot?v=4.0.3);
src: url(//www.youngnfemale.com/wp-content/themes/freshlife/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(//www.youngnfemale.com/wp-content/themes/freshlife/assets/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(//www.youngnfemale.com/wp-content/themes/freshlife/assets/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(//www.youngnfemale.com/wp-content/themes/freshlife/assets/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.3333333333333333em;
line-height: 0.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.2857142857142858em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.142857142857143em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.142857142857143em;
width: 2.142857142857143em;
top: 0.14285714285714285em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.8571428571428572em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
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: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-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);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.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: #ffffff;
} .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-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-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 {
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: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-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-asc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
content: "\f122";
}
.fa-mail-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 {
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";
}