@charset "utf-8";
/* CSS Document */

.blog-individual-post {
	padding-top: 56px;
    padding-bottom: 60px;
}
.blog-individual-post .page-primary-title {
	padding-bottom: 20px;
}
.blog-individual-post .page-title-ends {
    margin-bottom: 20px;
    float: none;
    margin-top: 20px;
}
.blog-description {
	text-align: left;
}
.blog-individual-post .social-icons {
    width: 100%;
    position: relative;
}
.blog-individual-content {
    margin-bottom: 30px;
    text-align: left;
}
.last-paragraph {
	margin-top: 35px;
    margin-bottom: 35px;
}
.author-name {
    font-size: 16px;
    float: left;
    color: #808080;
}
.web-section-title {
	display: block;
}
.mobile-section-title {
 	display: none;   
}
#date {
    margin-bottom: 20px;
    color: #808080;
}
#contacts {
 	padding-bottom: 10%;   
}
#contacts > p {
    margin: 0;
}
#contacts .contact-name {
    color: #767676;
}
#contacts .contact-post {
    font-family: Avenir-Black;
}
#contacts a.contact-post, .social-icons a {
	cursor: pointer;
}
.social-links {
 	display: inline-block;
    position: relative;
    width: 40px;
}
.social-links a {
    color: #979797;
    padding-right: 0; 
}
.social-links a:hover {
	color: #00ADEE;
}
.js-link {
    display: none;
    color: #FFF;
    font-family: Avenir-Black;
    font-size: 16px;
    text-align: center;
    background-color: #00bfff;
    border-radius: 1em;
    width: 225px;
    height: 35px;
    padding: 6px;
    position: absolute;
    top: -45px;
    right: -90px;
}
.blog_author_image {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: auto;
}
.story-detail iframe {
 	width: 100%;   
}
.story-detail img {
    width: 100%;
    border-radius: 20px;
}

@media only screen and (min-width:  1024px) and (max-width: 1199px) {
    .blog-individual-post {
		padding: 80px;
        padding-top: 40px;
	}
    .blog-individual-post .eight-col {
    	width: 100%;   
    }
    
}

@media only screen and (min-width:  600px) and (max-width: 1023px) {
    .blog-individual-post {
		padding: 25px;
	}
    .blog-individual-post .eight-col {
    	width: 100%;
        padding-top: 40px;
    }
    
}

/* Media CSS for Mobile View */

@media only screen and (max-width: 599px) {
    
    .blog-individual-post {
		padding: 20px;
	}
    .blog-individual-post .eight-col {
    	width: 100%;
        padding-top: 40px;
    }
    .blog-individual-post .page-primary-title {
        font-size: 41px;
    	line-height: 50px;
    }
    .web-section-title {
		display: none;
	}
	.mobile-section-title {
 		display: block;
        width: 100%;
        float: left;
        font-size: 20px;
    	margin-top: 10px;
        color: #808080;
	}
    .social-icons > i {
        font-size: 32px;
    }
    table.photogalleryTable td {
        display: block;
    }
    .blog-individual-post table.photogalleryTable td img {
    	border-radius: 2em;
    }
    .blog-individual-content, .blog-description {
    	text-align: left;
    }

}

@media print {
 	.author-name {
     	padding-top: 20px;   
    }
    
}