/*
 Theme Name:   stockstalker
 description: theme for StockStalker
 Author:     StockStalker
 Template: agency-starter
 Version:      1.0.0
*/


@media (max-width: 768px)
{
    #featured_slider .custom-settings .slider-title
    {
        font-size: 22px;
        font-weight: 600;
    }
	#featured_slider .custom-settings {
    top: 5% !important;
    }
}
 
.call-to-action {
    color: #FFF;
    padding: 10px 20px;
    text-shadow: none;
    -webkit-border-radius: 55px;
    display: inline-block;
    
    

}


@media (max-width: 768px)
{
    .entry-content
    {
        margin-left: 2.8%;
        margin-right: 2.8%;
    }
	.post
	{
		padding:20px 0 20px 0;
	}
}


#featured_slider .custom-settings {
    color: #FFF;
    z-index: 0;
    left: 10%;
    right: 10%;
    bottom: unset;
    padding: 5px 25px 20px;
    top: 20%;
    border-radius: 6px;
    background-color: #177b1ead;
    text-align: left;
    max-width: 50%;
}
@media (min-width: 768px)
{
    .post-thumbnail img {
    width: 75%;
    height: 325px;
    overflow: hidden;
    border-radius: 7px 7px 4px 4px;
    margin-left: 12.5%;
	}
}



.section_divider {
    height: 100px;
    max-height: 100px;
}
.section_divider_parallax > use {
  animation: move-forever4 7s linear infinite;
  &:nth-child(1) {
  animation-delay: -2s;
  }
}

@media (min-width: 768px)
{
    .sm-caption
    {
        display:none;
    }
	
	
}
@media (max-width: 768px)
{
    .lg-caption
    {
        display:none;
    }
	.entry-title {font-size:larger;}
}

.entry-header .posted-on{
	font-size:small
}
