/*
Theme Name: Pearlpoint 
Author: UsefulGroup
Author URI: http: //usefulgroup.com
Template: salient
Version: 2.0
*/

/************************************
HEADER OVERRIDES
/***********************************/

#page-header-bg .subheader {
	display: inline-block;
	font-size: 18px;
	line-height: 32px;
	margin: 20px 0;
	max-width: 80%;
}

@media only screen and (max-width : 1000px) {

	body:not(.material) div#header-secondary-outer nav > ul {
		text-align: right;
	}

	body:not(.material) div#header-secondary-outer nav > ul > li:last-child {
		border: none !important;
	}

}

.menu-item.darkred {
	background: #cc0000;
	color: #fff !important;
	font-weight: bold;
}

/************************************
BLOG OVERRIDES
/***********************************/

.meta-author, #single-meta {
	/*display: none !important;*/
}


.meta-category a {
	background: #1e83ec;
	border: 2px solid #1e83ec !important;
	color: #fff !important;
}

div.post-area.featured_img_left .meta-category a {
	background: #1e83ec;
	border: 2px solid #1e83ec !important;
	color: #fff !important;
	font-size: .75em;
	padding: 3px 6px;
	text-transform: uppercase;
}

div.post-area.featured_img_left .meta-category a:hover {
	background: #257dda;
	border-color: #257dda;
}


div.post-area.featured_img_left .meta-category a:before { display: none !important; }	

#single-below-header .meta-category a {
	background: none;
	border: 0 !important;
}

.post-area.featured_img_left .grav-wrap {
	display: none !important;
}

.category-blog .subheader {
	display: none;
}

.single-post .post-content .post-featured-img {
	display: block;
	float: right;
	margin: 0 0 0 2em;
	max-width: 35%;
}

.archive .post-area.featured_img_left .article-content-wrap .post-content-wrap {
	min-height: 12em;
}

@media only screen and (max-width : 690px) {
	.single-post  .post-content .post-featured-img {
		float: none;
		max-width: 100%;
		margin: 0;
	}
}

#header-secondary-outer {
    background-color: #1d1c1c !important;
}

.nectar-love {
	display: none !important;
}

.blog-recent .img-link {
	display: block;
	max-height: 300px;
}

.blog-recent .img-link img {
	margin-top: -5em;
	width: 100%;
}

div.blog-recent[data-style*="classic_enhanced"] .article-content-wrap {
	padding: 3em !important;
}

body div.blog-recent[data-style*="classic_enhanced"] .post-meta {
	background: #eee;
}



/************************************
SEARCH
/***********************************/

div#search-results {
	visibility: visible;
}

div#search-results .result {
	width: 100%;
}

.searchandfilter > div > ul {
	margin: 0 0 1.5em;
}

.searchandfilter > div > ul ul {
	margin: 0;
}

.searchandfilter ul li { display: block; }

.searchandfilter input[type="submit"] {
	margin-top: 1.5em;
}


/************************************
FORM OVERRIDES
/***********************************/

body .gform_wrapper .top_label label.gfield_label {
	font-weight: bold !important;
}


/************************************
FOOTER OVERRIDES
/***********************************/

#footer-outer .copyright {
	color: #777;
	font-size: 12px;
	line-height: 2;
}

#footer-outer .row.footer--menu {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #777;
	font-size: 12px;
	padding: 20px 0;
	text-align: center;
}

#footer-outer .row.footer--menu li {
	display: inline-block;
}

#footer-outer .row.footer--menu a {
	display: block;
	padding: 10px;
}

#menu-footer-menu-bottom {
	color: #777;
	font-size: 12px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

#footer-outer #menu-footer-menu-bottom li {
	display: inline-block;
	float: left;
	margin-left: 0;
	margin-right: 20px;
}

#menu-footer-menu-bottom a {
	color: #777;
	display: block;
	line-height: auto;
}

/************************************
BOOKLY OVERRIDES
/***********************************/

.bookly-form .bookly-label-error {
	color: #e74c3c !important;
}

.bookly-form .bookly-form-group input.bookly-error[type="text"], .bookly-form .bookly-form-group input.bookly-error[type="password"], .bookly-form .bookly-form-group select.bookly-error, .bookly-form .bookly-form-group textarea.bookly-error, .bookly-extra-step div.bookly-extras-thumb.bookly-extras-selected {
	border-color: #e74c3c !important;
}


/************************************
WOOCOMMERCE PRODUCTS
/***********************************/

.wccpf_fields_table, .wccpf_fields_table td {
	border: 0 !important;
}

.woocommerce-variation-price {
	display: none;
}

.variations {
	width: 100% !important;
}

.variations td {
	display: block;
}

.variations td.label { padding: 0; }
.woocommerce table.variations td.label label {
	font-size: 1.25em;
	font-weight: bold !important;
	text-decoration: underline;
}

.variations td.value input {
	left: -999em;
	position: absolute;
	visibility: hidden;
}

.variations td.value > div {
	display: inline-block;
	margin-bottom: 1em;
	margin-right: 1em;
}


.variations td.value label {
	background: #eee;
	border: 1px solid #ddd;
	cursor: pointer;
	display: block;
	padding: 1em 1.25em;	
}

.variations td.value input:checked + label {
	background: #1e83ec;
	border-color: #1e83ec;
	color: #fff;
}

.woocommerce table.cart .product-remove a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart .product-remove a.remove, .woocommerce-page #content table.cart a.remove {
	height: 23px !important;
	width: 23px !important;
}

.woocommerce div.product .nyp { position: relative; }
.woocommerce div.product .nyp:before {
	content: '$';
	display: block;
	font-size: 1.25em;
	left: 1em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

.checkout .variation-TypeofDonation, .checkout .variation-Occasion {
	display: none;
}

/************************************
MISC. STYLING
/***********************************/

.main-content ul li > ul {
	margin-bottom: 0;
}

.main-content ul li ul li {
	list-style: circle;
}

.main-content ul li ul li ul li {
	list-style: square;
}


/************************************
MOBILE MENU
/***********************************/

div#slide-out-widget-area .inner .off-canvas-menu-container li a {
	font-size: 20px;
	line-height: 40px;
}


/************************************
PRINT
/***********************************/

@media print {
	#header-secondary-outer, #header-space, #header-outer, header { display: none !important; }
	.comments-section, #sidebar, #footer-outer { display: none !important; }
}

/************************************
NAME YOUR PRICE
/***********************************/

.product div.nyp {
	max-width: 300px;
}

.nyp label, .nyp .minimum-price { display: none !important; }

.woocommerce div.product form.cart table.wccpf_fields_table {
	margin: 0;
}

/************************************
EMMA
/***********************************/

#footer-widgets .textwidget h3 {
	color: #fff;
}
.e2ma_signup_form_required_footnote { display: none; }
#footer-outer #footer-widgets .col input[type="submit"].e2ma_signup_form_button {
	background-color: #1e83ec !important;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	margin-top: 1.5em;
	padding: 16px 42px;
}

/***************************
CUSTOMIZER EDITS
/**************************/
@media screen and (min-width: 999px) {
    li#menu-item-5932,li#menu-item-6959,li#menu-item-6960,li#menu-item-6066 {
        display: none !important;
    }
#social li{
    display: none;
}
	@media screen and (max-width: 1000px) {
	#header-secondary-outer {
		display: none;
	}
#gform_submit_button_1 {
    width: 100%;
}
}
}
.main-content .nectar-fancy-box[data-style="color_box_basic"] i {
	color: #cc0000 !important;

}
.nectar-button .nectar-recent-posts-slider_multiple_visible .recent-post-container.container .nectar-button{
	letter-spacing: 0px !important;
	}
.nectar-fancy-box .inner h2{
    margin-top: 55px;
}
.main-content .nectar-fancy-box[data-style="color_box_basic"] i {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.off-canvas-menu-container li a {
    font-size: 24px !important;
    line-height: 24px !important;
	    font-weight: 400 !important;
    letter-spacing: 0px 
}
body h2, .single-product div.product h1.product_title {
    line-height: 34px !important;
}
.nectar-fancy-box:hover a{
	font-weight: 400 !important;
}
.contact-details {
    margin-left: 1em;
}
.vc_col-sm-1 {
    min-height: 1px !important;
}
.nectar-fancy-box h3 {
	    line-height: 29px !important;
}
#custom-css .nectar-fancy-box a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 20px;
}
.post-content p {
	    font-size: 19px !important;
    line-height: 29px !important;
	 color: #000000eb;
}
.post-content ol {
	 color: #000000eb !important;
}
.post-content ul {
	 color: #000000eb !important;
}
.heading-title h1{
	font-size: 42px;
	line-height: 50px;
	margin-top: 45px;
}
.ascend .container-wrap #author-bio #author-info {
    width: 1000px!important;
}
.ascend .container-wrap #author-bio #author-info p {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 45px;
}
#custom_html-11{
	color: #ffffff24 !important;
}
.nectar-fancy-box[data-style="color_box_basic"][data-alignment="center"] .inner, .nectar-fancy-box[data-style="color_box_basic"][data-alignment="center"] .inner > * {
    margin-top: 25px;
}
.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
    background-color: #232323 !important;
	margin-bottom: 1px;
}
#footer-outer #menu-item-6539 a:hover {
    color: #ffffff!important;
    border-bottom: 1px solid #447dda;
    padding-bottom: 5px;
}

.post-header, #single-below-header {
    color: #fff !important;
}
.meta-category a {
    background: #1e83ec;
    border: 5px solid #1e83ec !important;
}
#footer-outer #footer-widgets .col input[type="submit"].e2ma_signup_form_button {
    background-color: #cc0000 !important;
}
.nectar-fancy-box {
    padding: 5% !important;
}
.menu-item.darkred {
    background: #cc0000 !important;
}
blog-recent .inner-wrap {
    width: 100%;
    height: 600px !important;
}
body div.blog-recent[data-style*="classic_enhanced"] .post-meta {
    display: none !important;
}

.masonry.classic_enhanced article.post .post-meta a, .blog-recent[data-style*="classic_enhanced"] .post-meta a {
    display: none;
    /* display: none; */
}

.masonry.classic_enhanced article.post .post-meta a, .blog-recent[data-style*="classic_enhanced"] .post-meta a {
    display: none;
    /* display: none; */
}
.masonry.material .masonry-blog-item .meta-category, .related-posts[data-style="material"] .meta-category {
    display: none;
}
	.container-wrap, .project-title {
    padding-top: 0px;
}
.meta-category a {
    background: #ffffff;
    border: 5px solid #ffffff !important;
}
.blog-recent .col .post-header a, .meta-category {
    color: #cc0000 !important;
}
.nectar-button[data-color-override="false"].regular-button {
	background-color: white !important;
	color: black !important;
}
.nectar-button i.icon-button-arrow {
    font-size: 19px;
    color: black !important;
}
.post-tags a {
    background: #ffffff !important;
    border: 5px solid #ffffff !important;
}
.post-tags a {
  color: #cc0000 !important;
	 font-size: .75em !important;
}
.post-tags a:hover {
    background: #ffffff !important;
    border: 5px solid #ffffff !important;
}
div.post-area.featured_img_left .meta-category a {
  background-color: #ffffff !important;
	
}
div.post-area.featured_img_left .meta-category a {
  color: #cc0000 !important;
}
div.post-area.featured_img_left .meta-category a {
    background: #1e83ec;
    border: 0px solid #ffffff !important;
    font-size: .75em;
    padding: none !important;
    text-transform: uppercase;
}
.nectar-recent-post-slide .nectar-recent-post-bg, .nectar-recent-posts-slider_multiple_visible .nectar-recent-post-slide .nectar-recent-post-bg-wrap, .nectar-recent-posts-slider_multiple_visible .nectar-recent-post-slide .nectar-recent-post-bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #222;
}
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container {
    bottom: 100px;
}
@media screen and (max-width: 200px) {
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container {
    bottom: 240px !important;
	}
}
#search-results article.result .title a {
    background-image: none;
}
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots {
    bottom: 0px !important;
}
.nectar-recent-posts-slider_multiple_visible {
    padding-bottom: 25px !important;
}
.powered-by-bookly {
    display: none;
}
.nectar-fancy-box .inner>.im-icon-wrap {
	text-align:center;
}