/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Beauticate
Version:    1.0
Author:  JRBthemes

[Table of contents]

1. Theme Default

[End table of contents]

-------------------------------------------------------------------*/
* {
    outline: 0;
}
:active, :focus, a:active, a:focus, button:focus, input:active, input:focus, select:focus {
    -moz-outline-style: none;
    outline: 0;
}
:-moz-any-link:focus {
    outline: 0;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
code {
    white-space: initial!important;
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
body {
    background: #fff;
}
.boxed #beauticate-wrapper {
    max-width: 1200px;
    margin: auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(28, 28, 28, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(28, 28, 28, .5);
    box-shadow: 0 0 10px 0 rgba(28, 28, 28, .5);
    transition: all .4s;
    background: #fff;
    position: relative;
    overflow: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: ""}
blockquote, q {
    quotes: "" ""}
a img {
    border: 0;
}
button, input, select, textarea {
    color: #444;
    font-family: Cairo, sans-serif;
    line-height: 1.5;
    padding-left: 20px;
}
input, select {
    height: 45px;
}
input, select, textarea {
    padding-left: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    position: relative;
    width: 100%}
select option {
    padding: 0 15px;
}
input[type=checkbox], input[type=password], input[type=radio], input[type=submit] {
    width: auto;
}
a, a:focus, a:hover {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -khtml-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0 0 15px;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 36px;
    line-height: 38px;
}
h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
*+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
    margin-top: 25px;
}
label.lb_select, span.sp_select {
    position: relative;
    font-weight: 100;
    margin-bottom: 0;
    width: 100%}
label.lb_select>select, span.lb_select>select {
    outline: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        padding-right: 18px;
    }
}label.lb_select:after, span.sp_select:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 16px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    color: #636363;
    right: 16px;
    top: -2px;
}
address, cite, dfn, em, i {
    font-style: italic;
}
em{
    color: #777;
}
.vc_column-inner {
    padding-top: 0!important;
}
.no_padding, .no_padding>.vc_column-inner {
    padding: 0!important;
}
.no_margin {
    margin: 0!important;
}
.display_none {
    display: none;
}
.beauticate_sidebar .textwidget img {
    max-width: 270px;
    width: 100%;
    height: auto;
}
.comment-content img, .entry-content img, .site-header img, .widget img, .wp-caption, pre {
    max-width: 100%}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
p {
    margin-bottom: 15px;
}
ol, ul {
    margin: 0 0 1.5em 3em;
}
ol ol, ol ul, ol>li>ol, ol>li>ul, ul ol, ul ul, ul>li>ol, ul>li>ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
address, table {
    margin-bottom: 24px;
}
b, dt, strong, th {
    font-weight: 700;
}
dd {
    margin: 0 0 28px;
}
blockquote {
    background: #f5f5f5;
    border-left: 4px solid #8f8e99;
    margin-bottom: 10px;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
small, sub, sup {
    font-size: 75%}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
ins, mark {
    background: #fff9c0;
    text-decoration: none;
}
sub, sup {
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small small {
    font-size: 100%}
big {
    font-size: 125%}
figure {
    margin: 0;
}
table, td, th {
    border: 1px solid rgba(0, 0, 0, .1);
}
td, th {
    border-width: 0 1px 1px 0;
    padding: 10px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%}
caption, td, th {
    font-weight: 400;
    text-align: left;
}
.widget td, .widget th {
    padding: 5px;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button, input {
    line-height: normal;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 14px;
    line-height: 1;
    padding: 1.12em 1.5em 1em;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active, button:focus, html input[type=button]:active, html input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type=checkbox], input[type=radio] {
    height: auto;
    box-sizing: border-box;
    padding: 0;
}
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=email]:focus, input[type=text]:focus, textarea:focus {
    color: #111;
}
textarea {
    overflow: auto;
    padding-left: 20px;
    vertical-align: top;
    width: 100%}
.alignleft {
    display: inline;
    float: left;
    margin: 0 25px 30px 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 0 0 30px 25px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.assistive-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-jus {
    text-align: justify;
}
.sticky:after, .wp-caption-text {
    text-align: center;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
article.post {
    overflow: hidden;
}
.sticky {
    color: #333;
    background: #f5f5f5;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.sticky:after {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: 1;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-color: #000;
}
.sticky:before {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    z-index: 2;
}
.entry-meta {
    clear: both;
}
.byline {
    display: none;
}
.group-blog .byline, .single .byline {
    display: inline;
}
.entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 20px 0 10px;
}
.entry-content img, .site-header img, img[class*=align], img[class*=wp-image-] {
    height: auto;
}
.entry-content img, .site-header img, img.size-full {
    max-width: 100%;
    width: auto;
}
.comment-content img.wp-smiley, .entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright {
    margin-bottom: 1.5em;
}
.wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%}
.wp-caption .wp-caption-text {
    margin: .8075em 0;
}
.site-content .gallery {
    margin-bottom: 1.5em;
}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%}
.site-content .gallery dd {
    margin: 0;
}
embed, iframe, object {
    max-width: 100%}
.site-content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.site-content .nav-previous {
    float: left;
    width: 50%}
.site-content .nav-next {
    float: right;
    text-align: right;
    width: 50%}
.bypostauthor {
    border: 0;
}
.comment-list .pingback, .comment-list .trackback {
    border-top: 1px solid #eaeaea;
    padding: 1.6em 0;
}
.comment-navigation {
    display: none;
}
.page #comments {
    margin-bottom: 6%;
    clear: both;
}
.comments-area {
    border: 0;
}
.comments-area>ol {
    margin: 0;
}
.comments-area>ol>.pingback {
    margin-left: 20px;
}
.comments-area>ol ol {
    padding: 10px 0 0 80px;
    margin: 0;
    margin-top: 15px;
}
.comments-area>ol .comment-content ol {
    padding: 0;
    margin-bottom: 0;
    margin-left: 1.5em;
}
.comments-area li.comment-item {
    list-style: none;
}
.comments-area .comment-list li {
    padding: 10px 0;
    margin-bottom: 15px;
}
.comments-area .comment-list li:last-child {
    padding-bottom: 0;
}
.comments-area .comment-list li .comment-content li {
    padding: 0;
}
.comments-area li:first-child {
    border: none;
    padding-bottom: 0;
    padding-top: 0;
}
.comments-area .comment-list li .comment-body .comment-meta {
    position: relative;
}
.comments-area .comment-list li .comment-body .comment-meta .comment-author {
    line-height: normal;
    padding: 10px 0;
}
.comments-area .comment-list li .comment-body .comment-meta .comment-author img {
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
}
.comments-area .comment-list li .comment-body .comment-meta .comment-author .fn, .comments-area .comment-list li .comment-body .comment-meta .comment-author .says {
    font-size: 12px;
}
.comments-area .comment-list li .comment-body .comment-meta .comment-metadata {
    bottom: 0;
    font-size: 9px;
    left: 45px;
    font-weight: 700;
    position: absolute;
}
.comments-area .comment-list li .comment-body .comment-content {
    margin-top: 5px;
}
.comments-area .comment-list li .comment-body .reply a {
    font-size: 12px;
}
.widget {
    margin: 0 0 50px;
}
.widget:last-child {
    margin: 0;
}
.widget>h4 {
    font-weight: 700;
}
.widget ol, .widget ul {
    list-style: none;
    margin: 0;
}
.widget>ul, ul.menu {
    padding-left: 0;
}
.widget_nav_menu .sub-menu {
    display: block;
}
.widget li>ol, .widget li>ul {
    margin-left: 15px;
}
.widget_archive .wg-title, .widget_categories .wg-title, .widget_search .wg-title, .widget_tag_cloud .wg-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #141412;
}
.widget_archive ul li, .widget_categories ul li, .widget_product_categories ul li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 16px;
    margin: 10px 0;
}
.widget_archive ul li:before, .widget_categories ul li:before, .widget_product_categories ul li:before {
    position: absolute;
    top: 13px;
    left: 0;
    background-color: #636363;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%}
.widget_archive ul li:first-child, .widget_categories ul li:first-child, .widget_product_categories ul li:first-child {
    padding-top: 0;
}
.widget_archive ul li:last-child, .widget_categories ul li:last-child, .widget_product_categories ul li:last-child {
    border-bottom: none;
}
.widget_archive ul li a, .widget_categories ul li a, .widget_product_categories ul li a {
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
}
.widget_product_search, .widget_search {
    margin-bottom: 30px;
}
.widget_product_search .woocommerce-product-search, .widget_search .searchform {
    position: relative;
}
.widget_product_search .woocommerce-product-search input.search-field, .widget_search .searchform input[type=text] {
    height: 45px;
    line-height: inherit;
    padding-left: 20px;
    border: 1px solid #d7d7d7;
    position: relative;
    font-size: 14px;
    width: 100%}
.widget_product_search .woocommerce-product-search .beauticate-btn-search, .widget_search .searchform .beauticate-btn-search {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: 0 0;
    padding: 9px 15px;
    color: #ec910e;
    height: 45px;
}
.widget_product_search .woocommerce-product-search .beauticate-btn-search:hover, .widget_search .searchform .beauticate-btn-search:hover {
    color: #636363;
}
.widget_product_search .woocommerce-product-search .beauticate-btn-search i, .widget_search .searchform .beauticate-btn-search i {
    font-weight: 700;
}
.widget_product_tag_cloud .tagcloud a, .widget_tag_cloud .tagcloud a {
    line-height: 36px;
    padding: 0 15px;
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
    background: #f7f7f7;
    font-size: 16px!important;
}
.widget_product_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:hover {
    background: #ec910e;
    color: #fff;
}
.widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_product_categories ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li {
    border: none;
    margin: 10px 0;
}
.widget .menu-testing-menu-container>ul ul, .widget>ul ul {
    margin-left: 15px;
}
.widget ul li:last-child {
    padding-bottom: 0;
}
.widget_archive ul li:hover, .widget_categories ul li.current-cat, .widget_categories ul li:hover, .widget_product_categories ul li:hover {
    background: 0 0;
}
.widget.widget_rss ul li {
    line-height: 24px;
    margin: 20px 0;
}
.widget.widget_rss .wg-title img {
    width: auto;
}
.widget.widget_rss ul li cite {
    display: block;
    width: 100%;
    text-align: right;
}
.widget.widget_recent_entries .post-date {
    font-size: 14px;
}
.woocommerce .star-rating span:before, .woocommerce .star-rating:before {
    line-height: initial;
    font-size: 12px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 500;
}
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 70px;
    height: 70px;
    box-shadow: none;
    margin-top: 8px;
}
.woocommerce ul.product_list_widget li .star-rating {
    margin-top: 5px;
    margin-bottom: 5px;
}
.woocommerce .star-rating:before {
    color: #444;
}
.woocommerce ul.product_list_widget li .amount {
    background: 0 0;
    font-weight: 400;
    font-size: 18px;
    margin-left: 5px;
}
.woocommerce ul.product_list_widget li ins {
    background: 0 0;
}
.woocommerce ul.product_list_widget li del .amount {
    background: 0 0;
    color: #ccc;
    font-weight: 400;
    font-size: 14px;
    margin-left: 0;
}
.widget_shopping_cart .cart-list .product-info {
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}
.widget_shopping_cart .cart-list>li a {
    font-size: 14px;
    line-height: 18px;
}
.widget_shopping_cart .cart-list .product-left {
    width: 90px;
    float: left;
    position: relative;
    max-height: 125px;
}
.widget_shopping_cart .cart-list>li .product-left .remove {
    position: absolute;
    left: 0;
    padding: 0;
    top: 0;
    font-size: 24px;
    line-height: 24px;
}
.widget_shopping_cart .cart-list>li .price, .widget_shopping_cart .cart-list>li .qty {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.widget_shopping_cart .cart-list>li .product-left img {
    width: 80px;
    height: auto;
}
.widget_shopping_cart .cart-list>li .product-left a {
    padding-left: 20px;
    position: absolute;
}
.widget_shopping_cart .cart-list .product-right {
    margin-left: 95px;
    line-height: 25px;
}
.widget_shopping_cart .toal-cart {
    margin: 10px 0;
}
.widget_shopping_cart .toal-cart .amount {
    font-size: 18px;
    float: right;
}
.widget_shopping_cart .cart-buttons a.mt-button-cart {
    margin-right: 10px;
}
.beauticate_title_bar {
    background-color: #1e1e1e;
    text-align: left;
    padding: 80px 0;
    margin-bottom: 90px;
}
.beauticate_title_bar .beauticate-title {
    padding-bottom: 0;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 6px;
    text-align: center;
}
.beauticate_title_bar .beauticate-breadcrumb {
    color: #fff;
    text-align: center;
}
.beauticate_title_bar .beauticate-breadcrumb .woocommerce-breadcrumb {
    color: #fff;
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
}
.beauticate_title_bar .beauticate-breadcrumb span {
    padding: 0 5px;
}
.beauticate_title_bar .beauticate-breadcrumb span:last-child {
    padding-right: 0;
}
.beauticate_title_bar .beauticate-breadcrumb span:first-child {
    padding-left: 0;
}
.beauticate_title_bar .beauticate-breadcrumb a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #c2c2c2;
}
.beauticate_title_bar .beauticate-breadcrumb a:hover, .woocommerce ul.product_list_widget li .star-rating {
    color: #ec910e;
}
@media (max-width:768px) {
    .beauticate_title_bar .beauticate-breadcrumb, .beauticate_title_bar .beauticate-title {
        float: none;
    }
    .beauticate_title_bar .beauticate-title {
        font-size: 30px;
        line-height: 40px;
    }
}.gallery-caption {
    border: 0;
}
#gallery-1 .gallery-item {
    margin-bottom: 5px;
}
.page-link {
    clear: both;
    margin: 20px 0 10px;
}
.page-link>* {
    margin: 0 5px;
}
.single-post .beauticate-widget-social-list ,
.archive .beauticate-widget-social-list {
    display: none;
}
h2.vc_custom_heading.who_text {
    font-weight: 400;
    font-style: italic;
    letter-spacing: -1px;
    text-transform: none;
    line-height: 1.2em;
}
.widget-silder-cat .sub-title {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}
.go-tos-slider-banner .box .box-title h3 {
    margin-bottom: 20px !important;
}
.vc_btn3-container button.vc_general.vc_btn3 {
    color: #003 !important;
    border: 2px solid #272727 !important;
    background: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    border-radius: 0px;
}
.vc_btn3-container a.vc_general.vc_btn3 {
    color: #003 !important;
    border: 2px solid #272727 !important;
    background: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    border-radius: 0px;
}
.wpb_text_column h2 a {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1em;
    color: #333;
}
.beau-container.beau-container-center {
    max-width: 1070px;
}
.header.uk-position-relative.uk-clearfix .beau-container {
    max-width: 1140px;
}
.beau-container.beauticate_layout_content {
    max-width: 1140px;
}
div#main-content.beauticate-content {
    max-width: 728px;
    width: 100%;
    padding-left: 0;
}
.uk-width-medium-1-3.uk-width-small-1-1.uk-width-1-1.page-sidebar {
    max-width: 335px;
    width: 100%;
}

#mce-success-response{
    display: block;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    background: #fff;
    padding: 40px;
    bottom: 0;
    z-index: 9;
    font-size: 0px;
}
#mce-success-response:before {
    content: "Your inbox will thank you";
    font-size: 15px;
}
.widget_media_image img ,.go-tos-banner .box-img img{
    width: 100%;
}
.youtube-auto-home li.slick-slide{
    margin-right: 10px;
}
.blog-detail .box .box-content .group-slider ul li .box-img img {
    width: 100%;
}
.menu-login-flex {
    display: inline-block;
    margin-left: 12%;
}
.new-slider-home {
    display: none;
}
aside#beauticate_social_widget-2 {
    display: block;
}
aside#beauticate_social_widget-2 li.jrb_social_tumblr ,
aside#beauticate_social_widget-2 li.jrb_social_twitter{
    display: none !important;
}
.header-v1 .header .main-menu .menu-primary>li.uk-active>a, .header-v1 .header .main-menu .menu-primary>li:hover>a ,
.menu-primary>li .sub-menu li:hover>a  ,
.box-blog-list li .box-content span:hover ,
.box-blog-list li .box-content span:hover ,.widget-banner-text .box-content h5:hover ,
.latest-post .box-go-tos .item-go-tos.box-content .box-content-title h3:hover,
.our-blog.template1 .box-go-tos .item-go-tos.box-content .box-content-title h3:hover ,
.widget-silder-cat .slick-slider .box .box-title h3:hover{
    color: #000 !important;
}
.box-blog-list li .box-content .box-content-title h3:hover{
     color: grey !important;
}
.blog-grid-2.blog-v2.our-blog.template1 .box-content .box-content-title h3:hover ,
.blog-grid-2.latest-post.blog-v2 .box-content .box-content-title h3:hover ,
.blog-v1.blog-grid-2.latest-post .box-content .box-content-title h3:hover ,
.blog-v1.blog-grid-2.our-blog.template1 .box-content .box-content-title h3:hover ,
.sqs-block-content p a:hover ,
.go-tos-banner .box-title h3:hover ,
.footer .widget_nav_menu .menu li:hover a {
    color: #000;
}
.header-v1 .header .main-menu .menu-primary>li .uk-dropdown li:hover a{
     color: #edc4a4 !important;
}
.apsl-login-networks.theme-3.clearfix {
    display: none;
}

.sfsi_footerLnk {
    display: none;
}
.beauticate-blog-wrap .category h2{
    font-size: 38px !important;
    text-align: center;
    font-style: italic !important;
}
.beauticate-blog-wrap .category{
    position: relative;
}
.beauticate-blog-wrap .line_1 {
    background: #000;
    height: 2px;
    width: 17%;
    top: 17px;
    position: absolute;
}
.beauticate-blog-wrap .line_2 {
    background: #000;
    height: 2px;
    width: 17%;
    float: right;
    position: relative;
    top: -42px;
}
.new-slider-home .box .box-title h3{
    z-index: 9999999;
}


.header-title {
    position: relative;
    text-align: center;
}

.header-title h2 {
    background: #fff none repeat scroll 0 0;
    display: inline;
    position: relative;
}
.beauticate-blog-wrap .category h2{
    padding: 0 40px;
}
.blog-grid-2.blog-v2 .box .box-img img.imgurl, .blog-v1.blog-grid-2 .box .box-img img.imgurl{
    max-height: 500px !important;
}
.search .blog-v1.blog-grid-2 .box-search .box-content {
    overflow: unset !important;
}