
.tp-caption.main_title h3{
	position: absolute; 
	color: #FFF; 
	text-shadow: none; 
	font-weight: bold; 
	font-size: 40px; 
	line-height: 70px; 
	font-family: "Merriweather",serif;letter-spacing: 2px;
	padding: 0px 4px; 
	padding-top: 1px;
	margin: 0px; 
	border-width: 0px; 
	border-style: none; 
	background-color:none;	
	
	text-shadow:1px 1px 2px #000000;	
								
}

.tp-caption.paragraph_highlighted h3{
	position: absolute; 
	color:#FFF; 
	text-shadow: none; 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 26px; 
font-family: "Merriweather",serif;
	padding: 0px 4px; 
	padding-top: 1px;
	margin: 0px;
    text-shadow:1px 1px 2px #000000;	
	border-width: 0px; 
	border-style: none; 
	background-color:none;	
	letter-spacing: 0;										
}


@media only screen and (max-width:1100px){    
.tp-caption.main_title h3{
        font-size: 28px; line-height:38px;
    }
.tp-caption.paragraph_highlighted h3{
       font-size: 14px;line-height:20px;
    }
}
@media only screen and (max-width:768px){    
.tp-caption.main_title h3{
        font-size: 22px; line-height:30px;
    }
.tp-caption.paragraph_highlighted h3{
       font-size: 14px;line-height:20px;
    }
}

@media only screen and (max-width:368px){    
.tp-caption.main_title h3{
       font-size: 14px; line-height:16px;
    }
.tp-caption.paragraph_highlighted h3{
      font-size: 11px;line-height:12px;
    }
}

