/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/



.photoCaption {
	margin-top: -93px;
	background: #eeefea;
}
.photoCaption p {
	font-size: 12px;
}

.largest {
	font-family: Roboto Condensed;
    font-size: 94px;
    line-height: 100px;
    font-weight: 700;
}

.lite {
	color: #ffffff;
}


html .portfolio-items .col {
	background-color: rgba(249, 249, 249, 0) !important;
}



.nectar-love-wrap, .nectar-love {
    xdisplay: none !important;
}


.glow {
    color: #dddfd4;
    background: linear-gradient(to bottom right,#dddfd4,#fae596);
	background-image: linear-gradient(to right,#dddfd4,#fae596);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
}



.grecaptcha-badge {
    bottom: 75px !important;
}



/*
Posts styles
*/

article.post .post-header h2, article.post.quote .post-content h2, article.post.link .post-content h2, article.post.format-status .post-content h2, #call-to-action span, .woocommerce .full-width-tabs #reviews h3, .row .col.section-title h2 {
    font-family: Nunito;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 36px !important;
    line-height: 48px !important;
    font-weight: 300;
}


.blog_next_prev_buttons span.bg-overlay {
	background-color: #282b30;
	opacity: 0.9;
}


.blog_next_prev_buttons:hover span.bg-overlay {
    opacity: 0.6;
}


.blog_next_prev_buttons .inner span i {
	background: #e62739;
    padding: 5px 10px;
    border-radius: 4px;
	xdisplay: block;
}




body[data-button-style*="slightly_rounded"] .masonry.classic_enhanced .posts-container article .meta-category a {
       background: rgb(162, 162, 162);
}

img.atSymbol {
    display: inline;
    margin-bottom: -2px !important;
}