/* This Stylesheet for Surf Report */
.surf-report-banner{
	background: #ffffff url('../img/surf-report/surf-report-header.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	height: 400px;
}
.surf-report-banner h2{font-size: 60px; margin-top: 150px;}
.today-surf-report-content{margin-top: 50px;}
.today-surf-report-content .media .img-icon{
	text-align: center;
	display: inline-block;
	font-size: 25px;
	line-height: 55px;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	border: 1px solid #607d8b;	
	margin-right: 20px;
}
.today-surf-report-content .media h2{
	font-size: 18px;
	position: relative;
	margin-bottom: 15px;
}
.today-surf-report-content .media h2::before {
    background: #607d8b;
    width: 40px;
    height: 3px;
    content: "";
    float: left;
    left: 0;
    right: auto;
    margin: auto;
    bottom: -5px;
    position: absolute;
}
.today-surf-report-content .media p{font-size: 18px;}
.tsrc-row-1{margin-bottom: 25px;}
.surf-report-summary-content{
	margin-top: 30px;
}
.surf-report-summary-content p{font-size: 18px;}
.beach-condition{margin-top: 60px;}
.beach-condition h3{margin-top: 40px;}
.beach-condition a{
	font-size: 18px;
}
.surf-outlook-content h3{
	margin-top: 25px;
}
.surf-outlook-content h4{margin-top: 30px;}
.surf-outlook-content p{font-size: 18px; margin-bottom: 10px;}
.useful-link-content{margin-top: 30px;}
.useful-link-content .card h5{font-size: 18px;}
.useful-link-content .card p{font-size: 16px;}
.useful-link-content .card .card-body{padding: 20px 15px 10px 15px;}
/* Large devices (desktops, 992px and Down) */
@media (max-width: 991.98px) {
	.useful-link-content .col-md-6{margin-bottom: 25px;}
	.today-surf-report-content .media .img-icon{margin-right: 15px;}
}
/* Medium devices (tablets, 768px and Down) */
@media (max-width: 767.98px) {
	.surf-report-banner{height: 270px;}
	.surf-report-banner h2 {
	    font-size: 40px;
	    margin-top: 100px;
	}
	.today-surf-report-content {
	    margin-top: 25px;
	}
	.tsrc-row-1 {
	    margin-bottom: 0;
	}
	.today-surf-report-content{margin-bottom: 0px;}
	.today-surf-report-content .col-md-4{margin-bottom: 20px;}
}
/* Small devices (landscape phones, 414px and down) */
@media (max-width: 414px) {
	.surf-report-banner{height: 200px;}
	.surf-report-banner h2 {margin-top: 120px;}
}