
.tp-caption.main_title h3{
	position: absolute; 
	color: #FFF; 
	text-shadow: none; 
	font-weight: bold; 
	font-size: 34px; 
	line-height: 54px; 
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 0px 4px; 
	padding-top: 1px;
	margin: 0px; 
	border-width: 0px; 
	border-style: none; 
	background-color:none;
	text-shadow:1px 2px 2px #000000;	
								
}

.tp-caption.main_title h3 span{
	position: absolute; 
	color: #FFF; 
	text-shadow: none; 
	font-weight: bold; 
	font-size: 28px; 
	line-height: 40px; 
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 0px 4px; 
	padding-top: 1px;
	margin: 0px; 
	border-width: 0px; 
	border-style: none; 
	background-color:none;	
	text-shadow:1px 2px 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.main_title h3 span{
        font-size: 20px; line-height:30px;
    }
}
@media only screen and (max-width:768px){    
.tp-caption.main_title h3{
        font-size: 22px; line-height:30px;
    }
.tp-caption.main_title h3 span{
        font-size: 14px; line-height:24px;
    }
}

@media only screen and (max-width:368px){    
.tp-caption.main_title h3{
       font-size: 14px; line-height:16px;
    }
.tp-caption.main_title h3 span{
      font-size: 11px;line-height:12px;
    }
}

