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

/*------------------------   Home Redeign ------------------------------*/
.at-content{
	background-color: white;
}
.featured-main{
	height:500px;
	width: 100%;
	background-size: cover;
	background-color: white;
	background-position: 50%;
	position: relative;
}
.about-fb{
	background-color: rgba(39,40,41,0.8);
	position: absolute;
	padding:15px 30px;
	border-left: 4px #63a69f solid;
	top: 100px;
	left: 15%;
}
.about-fb h3{
	color:#63a69f;
	font-size: 32px;
}
.about-fb p{
	color: white;
	font-size: 1.3em;
}
.about-fb button{
	background:none;
	border: 2px white solid;
	color: white;
	padding: 10px;
	float: right;
}
.about-fb button:hover{
	background-color:#63a69f;
	border: 2px #63a69f solid;
	color: #514f4c;
	  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.arrow-right{
	float: right;
	position: relative;
	bottom: 55px;
	right: 55px;
}
.arrow-right-item{
	padding: 15px;
	position: absolute;
	width:0;
	height: 0;
	display: block;
	border: 3px #fff solid;
	border-radius: 50%;
}
.featured-main-holder a:hover .arrow-right-item{
	border-color:#63a69f;
}
.featured-main-holder a:hover i{
	color:#63a69f;
}

.fa{
	font-size:19px;
	top:-14px;
	left: -4px;
	color:white;
}

.featured-main-holder{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 50px 0;
}
.featured-main-holder a{
	float: left;
	width: 70%;
}
.featured-main-article h2{
	color: white;
	margin:10px 0 20px 0;
	font-size: 28px;
}
.featured-main a.header-hover{
	background-color: rgba(39,40,41,0.8);
	color: white;
	position: absolute;
	max-width: 600px;
	right: 5%;
	bottom: 5%;
}
.featured-main .arrow-right{
	float: right;
	position: relative;
	bottom: 40px;
	right: 40px;
}
.featured-main .arrow-right-item{
	padding: 13px;
	position: absolute;
	width:0;
	height: 0;
	display: block;
	border: 3px #fff solid;
	border-radius: 50%;
}
.featured-main .fa{
	font-size:15px;
	top:-15px;
	left: -4px;
	color:white;
}
.featured-main a:hover{
	text-decoration: none;
}
.featured-main a:hover .arrow-right-item{
	border-color:#63a69f;
}
.featured-main a:hover i{
	color:#63a69f;
}
.featured-main-wrapper{
	border: 1px #63a69f solid;
	position: relative;
	top: 8px;
	left: 8px;
    padding: 8px 78px 8px 32px;

}
.header-hover:hover .featured-main-article h2{
	color:#63a69f;
}
.featured-secondary{
	height: 400px;
	position: relative;
	margin-top: 48px;
	overflow: hidden;
}
.featured-secondary-image{
	background-size: cover;
	background-position:center;
	transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  height: 400px;
  widows: 100%;
}
.featured-secondary-image:hover{
	transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}
.featured-secondary-title-bar{
	float: left;
	position: relative;
	bottom: 100px;
	left: -20px;
	background-color: rgba(39,40,41,0.8);
	color: white;
	padding: 20px 35px;
	border-left: 4px #63a69f solid;
}
.featured-secondary-title-bar h4{
	color: white;
	opacity: 1;
}
.top-articles{
	width: 25%;
	float: right;
}
.top-articles-article a{
	float: left;
	width: 100%;
}
.top-articles-article h3{
	font-size: 22px;
	border-bottom: 1px #d6d6d6 solid;
	padding-bottom: 15px;
	margin-bottom: 0;
}
.top-articles-article a{
	color: #444;
}
.top-articles-article a:hover{
	color:#63a69f;
	text-decoration: none;
}
.top-articles-article-last h3{
	border:none;
}
.top-articles-list{
	border-left: 2px #63a69f solid;
	padding-left: 5%;
	float: left;
}
span.top-a{
	text-transform: uppercase;
	color:#63a69f;
	margin-right:5px;
	font-size: 32px;
}
span.t-article{
	font-size: 30px;
	font-weight: bold;
}
.top-articles-article .img{
	height: 150px;
	width: 100%;
	border: none;
	background-size: cover;
}



.featured-catagory-articles{
	height: 600px;
	width: 100%;
	background-image: url('/fb/wp-content/themes/salient-child/imgs/grief-featured.jpg');
	background-size: cover;
	position: relative;
}
.featured-catagory-articles-titlebar{
	float: left;
	position: absolute;
	bottom: 50px;
	left: 10%;
	background-color: rgba(39,40,41,0.8);
}
.featured-catagory-articles-titlebar h2{
	color: white;
	margin-bottom: 20px;
}
.featured-catagory-articles-titlebar a:hover{
	text-decoration: none;
}
.featured-catagory-articles-titlebar a:hover h2{
	color:#63a69f;
}
.related-catagory-articles{
	max-width: 500px;
	position: absolute;
	right: 10%;
	top: 100px;
	border-right: 4px #63a69f solid;
	padding: 15px;
	background-color: rgba(39,40,41,0.8);
}
.related-catagory-articles span{
	color:#63a69f;
	font-weight: bold;
}
.related-catagory-article h4{
	color: white;
	font-size: 22px;
	border-bottom: 1px #6f6f6f solid;
	padding-bottom: 10px;
}
.related-catagory-article-last h4{
	border-bottom: none;
	padding-bottom: 0;
}
.related-catagory-article a:last-child h4{ 
	border-bottom: none;
}
.related-catagory-articles a:hover{
	text-decoration: none;
}
.related-catagory-article h4:hover{
	color:#63a69f;
}
.related-catagory-articles li:nth-last-child(1) h4{
	border-bottom: none!important;
	padding-bottom: 0;
}
.recent-articles{
	margin:auto;
	padding: 40px 0!important;
}

.recent-article{
	float: left;
	height: 200px;
	margin-bottom: 45px;
}
.recent-article .img{
	height: 150px;
	width: 100%;
	border: none;
	background-size: cover;
}
.recent-articles h4{
	padding: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 18px;        /* fallback */
	height: 47px;       /* fallback */
	color: #444;
}
.recent-articles a:hover h4{
	color:#63a69f;
}
.recent-articles a:hover .panel-default{
	border-color:#b5b5b5;
}
.menu-item a{
	text-decoration:none;
}
/*------------------------   Home Slider------------------------------*/
.slider{
	width: 100%;
	height: 425px;
	overflow: hidden;
	background:url("../salient-child/imgs/slider.jpg");
	position: relative;
}
.container-wrap{
	padding-top:55px;
}
.keyboard{
	float: right;
	margin-top: -200px;
	margin-right: 400px;
	 -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
    width: 20%;
}
.mouse{
	float: right;
	margin-top: 20px;
	clear: both;
	-ms-transform: rotate(-9deg); /* IE 9 */
    -webkit-transform: rotate(-9deg); /* Chrome, Safari, Opera */
    transform: rotate(-9deg);
}
.tablet{
	position: absolute;
	top: 10%;
	left: -2%;
	 -ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
}
.tablet img{
	width: 85%;
}

.pen{
	position: absolute;
	top: 26%;
	right: 35%;
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}
.note-pad{
	position: absolute;
	top: 62%;
	right: 12%;
	-ms-transform: rotate(80deg); /* IE 9 */
    -webkit-transform: rotate(80deg); /* Chrome, Safari, Opera */
    transform: rotate(80deg);
}
.coffee{
	margin-left: 270px;
	margin-top: -73px;
}
.slider-content{
	max-width: 400px;
	position: absolute;
	left: 40%;
	top: 50%;
}
.slider-content h1{
	color: white;
	font-size: 2em;
}
.slider-content p{
	color: white;
	margin-bottom: 15px;
	font-size: 1.1em;
}
.slider .learn-more{
	color: white;
	padding:15px;
	border: 3px solid white;
}
.slider .learn-more:hover{
	color: black;
	padding:15px;
	background: white;
}

/*------------------------   Home Content------------------------------*/
section.plan-ahead{
	min-height: 400px;
	background:url("../salient-child/imgs/plan-ahead2.jpg");
	background-color: #f9fafb;
	background-repeat: no-repeat;
	position: relative;
}
section.meaningful-funerals{
	min-height:400px;
	background:url("../salient-child/imgs/meaningful-funerals3.jpg") bottom;
	background-repeat: no-repeat;
	color: white;
	position: relative;
	background-size: auto;
}
section.explore-options{
	min-height:400px;
	background:url("../salient-child/imgs/explore-options4.jpg");
	background-color: #f9fafb;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
section.planning-tools{
	min-height:400px;
	background:url("../salient-child/imgs/planning-tools2.jpg");
	background-repeat: no-repeat;
	background-color: #c9ccd2;
	color: #4e5156;
	position: relative;
	background-position: right;
}
section.plan-ahead h1{
	color: black;
}
section.plan-ahead .learn-more{
	color: #676767;
	padding:15px;
	border: 3px solid black;
}
section.plan-ahead .learn-more:hover{
	color: white;
	padding:15px;
	background: black;
}
section.plan-ahead .inner-content-left{
	position: relative;
	top:50px;
}
.inner-content-left{
	max-width: 550px;
	padding: 50px;
	margin-left: 22%;
}
section.meaningful-funerals h1{
	color: white;
}
section.meaningful-funerals p{
	color: white;
}
section.meaningful-funerals .learn-more{
	color: white;
	padding:15px;
	border: 3px solid white;
}
section.meaningful-funerals .learn-more:hover{
	color: white;
	padding:15px;
	background: black;
	border: 3px solid black;
}
section.meaningful-funerals .inner-content-right{
	background-color:rgba(25, 81, 74, 0.2);
	position: relative;
	top:50px;
}
.inner-content-right{
	max-width: 550px;
	padding: 50px;
	margin-right: 22%;
	float: right;
}
.divider{
	display: none;
}
section.explore-options h1{
	color: black;
}
section.explore-options .learn-more{
	color: black;
	padding:15px;
	border: 3px solid black;
}
section.explore-options .learn-more:hover{
	color: white;
	padding:15px;
	background: black;
}
section.explore-options .inner-content-left{
	position: relative;
	top:50px;
	color: black;
}
.inner-content-left{
	max-width: 550px;
	padding: 50px;
	margin-left: 22%;
}
section.planning-tools{
	color: white;
}
section.planning-tools h1{
	color: white;
}
section.planning-tools .learn-more{
	color: white;
	padding:15px;
	border: 3px solid white;
}
section.planning-tools .learn-more:hover{
	color: black;
	padding:15px;
	background: white;
}
section.planning-tools .inner-content-right{
	background-color:rgba(51, 93, 88, 0.3);
	position: relative;
	top:50px;
}
.inner-content-right{
	max-width: 550px;
	padding: 50px;
	margin-right: 22%;
	float: right;
}
.container-wrap{
	padding-bottom: 0px!important;
}
.blue-box{
	float: left;
	height: 400px;
	width: 70px;
	background-color:rgba(0, 65, 83, 0.7);
}
.green-box{
	float: left;
	height: 400px;
	width: 70px;
	background-color:rgba(51, 93, 88, 0.6);
	position: absolute;
	right: 0;
	top: 0;
}
.swiper-slide .content h2{
	font-weight: 600;
}
.content span{
	font-weight: 500;
}
.post-featured-img .size-full{
	display: none;
}
.share-text{
	color: white;
	float: right;
}
.meta-comment-count{
	display: none!important;
}
.meta-author {
	display: none!important;
}
.meta-category {
	display: none;
}
.nectar-love{
	display: none!important;
}
#single-below-header{
	display: none;
}
.comments-section{
	display: none;
}
.inner-content-left p{
	font-size: 1.2em;
}
.inner-content-right p{
	font-size: 1.2em;
}
body{
	font-size: 16px;
}
.checklist li{
	list-style-image: url('../salient-child/imgs/checklist.png')!important; 
}
.normal-list li{
	list-style: disc!important;
}
.sub-list li{
	list-style: circle!important;
}
ul.sub-list{
	margin-left: 50px!important;
	margin-top: -30px;
}
#page-header-bg h1, .nectar-box-roll .overlaid-content h1{
	text-shadow: 2px 2px #000;	
}
#footer-outer #copyright p{
	float: left;
	margin-top: 0;
}
#footer-outer #copyright .col #menu-footer-menu{
	float: left;
}

@media screen and (max-width: 1550px) {
		.tablet{
		left: 8%;
	}
	.pen{
		position: absolute;
		top: 21%;
		right: 29%;
	}
	.coffee{display: none;}
	.mouse{display: none;}
	.pen{display: none;}
	.note-pad{
		right: -14%;
	}
}
@media screen and (max-width: 1220px) 	{
	.tablet{
		left: 2%;
	}
	.pen{
		right: 23%;
	}
	.note-pad{
		right: -14%;
	}
	.inner-content-left{
		margin-left:10%;
	}
	.inner-content-right{
		margin-right: 10%;
	}
	section.plan-ahead{
		background-position: 50% 0%;
	}
	section.meaningful-funerals{
		background-position: 66% 0%;
	}
	section.explore-options{
		background-position: 70% 0%;
	}
	section.planning-tools{
		background-position: 40% 0%;
	}
	.featured-main-article{max-width: 600px	}
	.featured-catagory-articles-titlebar{margin-right: 25px;}
}
@media screen and (max-width: 1100px) 	{
	.tablet{
		left: -8%;
	}
	.pen{
		top: 21%;
		right: 23%;
	}
	.note-pad{
		right: -24%;
	}
	
}
@media screen and (max-width: 800px) 	{
	.note-pad{display: none;}
	.tablet{display: none;}
	.pen{right: 10%;}
	.markers{left: 12%;}
	.pen{right:15%;}
	.slider-content{left:22%;
	}
	.inner-content-left{
		width: 80%;
		margin-left: 10%;
		font-size: .8em;
		padding: 25px;
	}
	.inner-content-right{
		width: 80%;
		margin-left: 10%;
		font-size: .8em;
		padding: 25px;}
	.about-fb{top: 40px; left:20px; right: 20px;}	
	.featured-main a.header-hover{margin-left:5%;}
	.featured-main-article h2{font-size: 20px;}
	.featured-main-wrapper{padding:8px 58px 8px 32px;}
	.featured-main-holder a{width: 100%;}
	.top-articles{width: 100%; padding:0 55px;}
	.related-catagory-articles{top: 15px; left: 15%;}
	.related-catagory-article h4{font-size: 18px;}
	.featured-catagory-articles-titlebar h2{font-size: 20px;}
	.featured-catagory-articles-titlebar{left: 5%; right: 5%;}
}
@media screen and (max-width: 450px) 	{
	.pen{right:3%;}
	section.meaningful-funerals .inner-content-right{top:20px;}
	section.plan-ahead .inner-content-left{top:10px;}
	.top-articles{ padding:0 15px;}
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.main-content .col {
	position: static;
}

#sticky-sidebar ul li:last-child {
		border: none;
		margin-bottom: 12px;
		padding-top: 12px;
}

#sticky-sidebar h3 {
	margin-top: 0;
}

#sticky-sidebar.fixed {
  position: fixed;
  top: 120px;
  max-width: 258px;
}

#sticky-sidebar.bottom {
  bottom: 0;
  position: absolute;
  top: auto;
  max-width: 258px;
}

.sidebar-crop-feature-photo {
	position: relative;
	height: 120px;
	margin-bottom: 10px;
	overflow: hidden;
}

.sidebar-crop-feature-photo img {
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
}







