/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.section-title {
    text-align: center;
	font-size: 30px;
}
.holiday-table p{
    font-size: 18px;
	font-weight:400;
}
.holiday-table h4{
	text-align:center;
}
.holiday-table table {
    font-size: 17px;
	margin: 20px 0px;
	width:100%;
}
.holiday-table table  tr {
    background: #ffffff1a;
    border-bottom: 1px solid #c6c6c666;
  }
.holiday-table table tr td {
    padding:5px;
}
.holiday-table .fl-row-content-wrap{
	background-image: linear-gradient(to right, #0758bc , #0a87e1);
}
.holiday-table .table-date {
    padding: 0 15%;
}
.visitlink{
	text-align-last:center;
}
.visitlink:hover a{
	font-weight:bold;
}
.visitlink a{
	color:#fff !important;
	text-decoration:none;
}
@media only screen and (max-width: 1024px){
	.holiday-table .table-date {
    	padding: 0% 5%;
	}
}
@media only screen and (max-width: 800px){
	.holiday-table .table-date {
    	padding:0px;
	}
	.holiday-table table {
		font-size: 16px;
		margin: 25px 0px;
	}
}
@media only screen and (max-width: 767px){
	.holiday-table .left-table {
       margin-bottom: 20px;
	}
	.holiday-table table {
		margin: 15px 0px;
   }
}
@media only screen and (max-width: 360px){
	.holiday-table table {
		font-size: 14px;
	}
}
@media only screen and (max-width: 320px){
	.holiday-table table {
		font-size: 13px;
	}
}