/*
Theme Name: Admiral Child
Description: Child Theme for Admiral Theme
Author: Ebizon
Version: 1.0
Template: admiral
*/

/* Custom Style Code Right Here */

@import url("../admiral/style.css");

/*About Us page*/
/*.elementor.elementor-22395 {
    margin-right: 160px;
    margin-left: 160px;
} */



.elementor-element.elementor-element-4ec0b86.elementor-widget.elementor-widget-text-editor a, .elementor-element.elementor-element-e099f86.elementor-widget.elementor-widget-text-editor a{
    color: #3c87de;
}
.elementor-element.elementor-element-4ec0b86.elementor-widget.elementor-widget-text-editor a:hover, .elementor-element.elementor-element-e099f86.elementor-widget.elementor-widget-text-editor a:hover{
    text-decoration: underline;
}
div#content {
    background-color: #dcdcdc !important;
}


section.elementor-section.elementor-top-section.elementor-element.elementor-element-0c67b08.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default{
	border: 1px gray solid;
    margin-top: 0;
    margin-right: 8px;
    /* margin-bottom: 0px; */
    margin-left: 8px;
    background: White;
    -moz-box-shadow: 0px 0px 3px 5px gray;
    -webkit-box-shadow: 0px 0px 3px 5px grey;
   
    overflow: hidden;
    padding-left: 0px 8px 0px 8px;
}
 .elementor-element.elementor-element-599e65d.elementor-widget.elementor-widget-text-editor strong {
    color: #ff0000!important;
}
h1.entry-title.page-title {
    display: none;
}

/* Header*/
.header-main.container.clearfix {
    background-image: url(/wp-content/uploads/2021/07/truevalue.png) !important;
    background-color: white;
    vertical-align: middle;
    background-repeat: no-repeat;
    height: auto;
    max-width: 100%;
    margin: 0px auto 5px;
    border: 3px solid #ffffff;
    display: block;
	border-bottom: 6px solid #dcdcdc;
}

 div#page {
   width:960px;
	 margin:0 auto;
    background-color: white;
    border: 1px black solid;
    border-color: Black;
    border-width: 1px;
}
.main-navigation-menu a{
    
    padding: 0px 9px !important;
}

.main-navigation-wrap {
    background-color: navy;
}
.site-header{
	background-color:navy !important;
	border-bottom: 0px!important;
}
ul#menu-mainmenu {
    padding-bottom: 2px;
    padding-top: 10px;
}

.main-navigation-menu a:link, .main-navigation-menu a:visited{
text-transform: capitalize;
    font-family: arial, "helvetica light", helvetica, verdana, sans-serif;
    font-weight: 900;
    font-size: 16.32px;
    line-height: 22px;    
   }
.main-navigation-menu li > a:hover{
	background:transparent;
}
/* Header menu */
ul#menu-mainmenu li ul.sub-menu li a {
	font-size: 16px !important;
	font-weight: 400;
	border:0;
}
ul#menu-mainmenu li ul.sub-menu li a:hover {
	font-size: 18px;
	background-color:navy;
	font-weight: 900;
	text-transform:uppercase;
	
}
ul#menu-mainmenu li ul.sub-menu li {
	padding: 5px;
	border-bottom:1px solid rgba(255,255,255,0.1);
}

/* Footer */
.footer-wrap .site-in ul li a:hover, .footer-wrap .site-in ul li a.active{
	color:#006699 !important;
}

/*Government*/
 .elementor-widget-container a:hover {
    text-decoration: underline;
}
.elementor-widget-container a {
    color: #3c87de!important;
    font-size: 15px!important;
}
.content-area {
    
    padding: 0em 0em 0 !important;
}
 /*LOCAL LINKS*/
aside#custom_html-3 {
    box-shadow: 0px 2px 10px black;
    border: 4px solid #fff;
    margin: 10px;
    border-radius: 6px;
    width: 80%;
    font-size: 14px !important;
    font-family: arial;
    font-color: #000000 !important;
	padding-left:10px !important;
	background:#fafafa !important;
}
.main-sidebar{
	width:20% !important;
}
 /* FOOTER */
.footer-wrap {
background: #dcdcdc !important;
border: 1px solid #000 !important;
border-bottom: none !important;
border-right: 0 !important;
border-left: 0 !important;
}
.footer-wrap .site-footer {
text-align: right;
height: auto !important;
}
.footer-wrap .site-in ul {
list-style: none;
margin: 0!important;
padding: 0!important;
}

.footer-wrap .site-in ul li {
display: inline-block;
margin: 7px 10px !important;
}
.site-footer .site-info {
	color: #000 !important;
	font-size: 12px !important;
	line-height: 12px !important;
	font-family: arial, "helvetica light", helvetica, verdana, sans-serif; !important;
	margin-left: 105px !important;
}
.footer-wrap .site-in ul li a {
text-decoration: none !important;
color: #000 !important;
font-size: 11px !important;
text-transform: uppercase;
font-weight: 400 !important;
font-family: arial, "helvetica light", helvetica, verdana, sans-serif; !important;
position: relative;
}

/*contact form */
.wpcf7-form-control wpcf7-submit {
    background: #959595!important;
    color:#ffffff!important;
    font-size: 16px!important;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
}
/* New Code by DISHANT BISHT 27-05-2021*/
body.error404 section#secondary, body.error404 section#tertiary{
	display:none !important;
}
body.error404 div#content{
	background-color: #fff !important;
}
body.error404 section#primary.content-area{
	box-shadow:none !important;
	margin:0 auto ;
	width:80%;
}
body.error404 section#primary > main > header{
	margin:0px !important;
	padding:0.5px 0px;
}
body.error404 section#primary > main > header > h1{
	font-weight:bold;
	font-family:helvetica, arial, sans-serif;
	line-height:22px;
}
body.error404 section#primary > main > div.error-404.not-found.type-page{
	margin:0px;
	padding:10px;
}
body.error404 section#primary > main > div.error-404.not-found.type-page p, body.error404 section#primary > main > div.error-404.not-found.type-page a{
	font-size:14px;
	font-weight:normal;
	font-family:helvetica, arial, sans-serif;
	line-height:normal;
	color:#5f6565;
}
body.error404 section#primary > main > div.error-404.not-found.type-page p:nth-child(3){
	margin-bottom:0px;
}
body.error404 section#primary > main > div.error-404.not-found.type-page p:nth-child(2), body.error404 section#primary > main > div.error-404.not-found.type-page u{
	padding-left:30px;
}
body.page-id-34376 div.post-wrapper{
	width:33.3% !important;
	float:left;
	padding:15px;
	height:650px !important;
	overflow:hidden;
}
body.page-id-34376 div.post-wrapper > .inside > .home-post-link{
	line-height:normal !important;
}
body.page-id-34376 div.post-wrapper > .inside > .home-post-link::after{
	content:'';
	border-bottom:1px solid #eee;
	display:block;
}
body.page-id-34376 div.post-wrapper > .inside > .home-post-link > a{
	color:#222222 !important;
	font-size:20.4px !important;
	font-weight:normal !important;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	line-height:normal !important;
}
body.page-id-34376 div.post-wrapper > .inside > .home-post-link > a:hover{
	text-decoration:none;
	color:#3c87de !important;
}
body.page-id-34376 div.post-wrapper > .inside > .menu-listing > p{
	line-height:1.1em !important;
	font-size:13.6px !important;
	font-family: arial, helvetica light, helvetica, verdana, sans-serif !important;
}
body.page-id-34376 div.post-wrapper > .inside > .menu-listing > p:nth-child(1) span{
	font-family:arial,helvetica,sans-serif !important;
}
body.page-id-34376 div.post-wrapper > .inside > .menu-listing p img, body.page-id-34376 div.post-wrapper > .inside > .menu-listing img{
	float:none !important;
}
body.search header.page-header{
	margin:0px !important;
}
.page-header{
	margin:-8px 0 10px;
}
body.search form.search-form > label > input{
	border-color:navy !important;
	color:black !important;
}
body.search form.search-form > button{
	background:navy !important;
}
body{
	background:white;
}
header#masthead div.header-main.container.clearfix{
	height:81px;
	cursor:pointer;
	margin-bottom:0px !important;
}
header#masthead ul#menu-mainmenu{
	padding:6px 0px;
}
div#content{
	position:relative;
}
h1, h2, h3, h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
    margin: 0px !important;
}
.widget{
	padding:0px;
}
a:link, a:visited{
	color: black;
}
.entry-title a:link, .entry-title a:visited{
	color:#3c87de !important;
}
body.page-template.elementor-template-full-width div#content > div.elementor{
	width:100%;
}
body.page-template.page-id-22503.elementor-template-full-width div#content, body.page-template.page-id-23001.elementor-template-full-width div#content, body.page-template.page-id-22956.elementor-template-full-width div#content, body.page-template.page-id-22510.elementor-template-full-width div#content, body.page-template.page-id-22395.elementor-template-full-width div#content, body.page-template.page-id-23093.elementor-template-full-width div#content, body.page-template.page-id-23143.elementor-template-full-width div#content, body.page-template.page-id-34053.elementor-template-full-width div#content, body.page-id-34376 div#content, body.page-template.page-id-34703.elementor-template-full-width div#content{
	box-shadow:5px 0px 5px 1px rgb(0 0 0 / 75%), -5px 0px 5px 1px rgb(0 0 0 / 75%);
	width:98%;
}
#menu-mainmenu ul.sub-menu{
	border-top: 0px solid #ee4444 !important;
    background: navy !important;
}

section#primary.content-area {
	position:relative;
    padding: 10px 15px !important;
	width:68%;
	box-shadow:5px 0px 5px -1px rgb(0 0 0 / 75%), -5px 0px 5px -1px rgb(0 0 0 / 75%);
	z-index:9;
}
body.home section#primary.content-area{
	padding: 5px 10px !important;
}
body.category section#primary.content-area{
	padding-top:20px !important;
	margin:0 auto;
}
body.single-post section#primary.content-area, body.event-template-default.single-event section#primary.content-area{
	order:1 !important;
	width:98%;
	margin-left:1%;
}
section#secondary.main-sidebar{
	width:16% !important;
	background-color:#dcdcdc;
	padding-top:0px !important;
}
section#tertiary.small-sidebar{
    background: #dcdcdc;
	width:16%;
	padding-top:0px !important;
}

section#secondary.main-sidebar > aside#custom_html-3{
	width:85%;
	padding:10px 5px !important;
	background:white !important;
}
section#secondary.main-sidebar > aside#custom_html-3 div.widget-header h3.widget-title{
	font-size:14.96px;
	text-align:center;
	text-transform:capitalize;
	color:#666666;
}
section#secondary.main-sidebar > aside#custom_html-3 div.widget-header h3.widget-title::after {
    content: '';
    border-bottom: 3px solid #dddddd;
    height: 2px;
    width: 100%;
    display: block;
    margin-top: 4px;
}
section#secondary.main-sidebar > aside#em_widget-2 div.widget-header h3.widget-title {
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
	color:#666666;
}
aside#em_widget-2 {
	text-align:center;
	padding:0px 10px 10px 10px;
}
aside#em_widget-2 ul li{
	line-height:1.2em;
}
aside#em_widget-2 ul li a{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 14px;
}
section#secondary.main-sidebar > aside#custom_html-3 div.textwidget ul{
	list-style:square;
}
section#secondary.main-sidebar > aside#custom_html-3 div.textwidget ul li::marker{
	content:'';
	list-style-type: square;
    color: #4D86BF;
}
::marker{
	content:'';
}
section#secondary.main-sidebar > aside#custom_html-3 div.textwidget ul li div.list-icon{
	flex:10%;
	margin-top:0px;
}
section#secondary.main-sidebar > aside#custom_html-3 div.textwidget ul li div.list-link-text{
	flex:90%;
}
section#secondary.main-sidebar > aside#custom_html-3 div.textwidget ul li a{
	font-size:13.6px;
	letter-spacing:0.5px;
	font-family: arial, helvetica light, helvetica, verdana, sans-serif !important;
	padding: 2px 2px 2px 0px;
	color:#404040;
}
.widget_wp_sidebarlogin .sidebar-login-form p{
	margin-bottom:5px !important;
}
/* section#tertiary.small-sidebar > div:nth-child(1){
	display:none;
} */
section#tertiary.small-sidebar > div:nth-child(1), section#tertiary.small-sidebar > div:nth-child(2), section#tertiary.small-sidebar > div:nth-child(3), section#tertiary.small-sidebar > div.widget-text.ws-wrapper{
    box-shadow: 0px 2px 10px black;
    border: 1px solid white;
    margin: 10px;
    margin-left: 15px;
    border-radius: 6px;
	background-color:white;
}
section#tertiary.small-sidebar > div.widget_text.widget-wrap > aside{
	padding-top:0px !important;
	padding-bottom:0px !important;
}
section#tertiary.small-sidebar > div:nth-child(3) > aside > div.widget-header{
	text-align:center;
	margin-bottom:0px;
}
section#tertiary.small-sidebar > div > aside{
    background:#dcdcdc;
	padding:4px;
}
section#tertiary.small-sidebar > div:nth-child(2) > aside, section#tertiary.small-sidebar > div:nth-child(3) > aside{
    background:#fff;
	padding:4px;
}
section#tertiary > div > aside, section#tertiary > div > h3, section#tertiary > div > p {
    background-color: white;
	padding:16px 10px;
}
section#tertiary > div > aside div.widget-header h3.widget-title, section#tertiary > div > aside h5{
	font-size:14.96px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:capitalize;
	color:#666666;
}
section#tertiary > div > aside#wp_sidebarlogin-2 div.widget-header h3.widget-title::after, section#tertiary > div.widget_text.widget-wrap > aside.widget_custom_html div div h5::after{
    content: '';
    border-bottom: 3px solid #dddddd;
    height: 2px;
    width: 100%;
    display: block;
    margin-top: 4px;
}
section#tertiary > div > aside#wgs_widget-2 > #widget-header{
	margin-bottom:8px !important;
}
.widget-area .widget_wp_sidebarlogin .sidebar-login-form form p label[for="user_login"], .widget-area .widget_wp_sidebarlogin .sidebar-login-form form p label[for="user_pass"]{
	font-size:13.056px;
	font-family:arial, helvetica light, helvetica, verdana, sans-serif !important;
}
.widget-area .widget_wp_sidebarlogin .sidebar-login-form form p.login-remember label{
	font-size:13.6px;
	font-family:arial, helvetica light, helvetica, verdana, sans-serif !important;
}
.widget-area .widget_wp_sidebarlogin .sidebar-login-form .input{
	width: 100%;
    box-sizing: border-box;
    margin: 0;
    height: 25px;
    padding: 4px 7px;
    border: none;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 20%) inset;	
}
.widget-area .widget_wp_sidebarlogin .sidebar-login-form{
	font-size:13px;
	text-align:center;
}
div.wgs_wrapper table.gsc-search-box tr td:nth-child(1) table tr td:nth-child(1){
	padding:0px 0px 0px 0px;
}
div.wgs_wrapper table.gsc-search-box tr td:nth-child(1) table tbody::after{
	content:'';
	src: url('/wp-content/uploads/2021/05/poweredby_FFFFFF.gif');
}
div.wgs_wrapper table.gsc-search-box td.gsc-input{
	padding:0 !important;
}
div.wgs_wrapper table.gsc-search-box tr td:nth-child(1) table tr td:nth-child(1){
	border:1px solid black !important;
	overflow:hidden;
}
div.wgs_wrapper table.gsc-search-box tr td:nth-child(1) table tr td:nth-child(1) > input{
	padding:6px !important;
	background:transparent !important;
}
div.wgs_wrapper table.gsc-search-box tr td:nth-child(1) table tr td:nth-child(2){
	display:none !important;
}
div.wgs_wrapper table.gsc-search-box tr td:nth-child(2) > button{
	position:absolute;
	right:21px;
	width:9%;
	margin-top:10px;
	padding:5px 10px;
	border:8px;
	border-radius:3px;
}
.widget-area .widget_wp_sidebarlogin .sidebar-login-form input[type="checkbox"]{
	width:100%;
}
.widget-area .widget_wp_sidebarlogin .sidebar-login-form .login-remember label{
	display:block;
	text-align:center;
	font-size:14px;
}
.widget-area .widget_wp_sidebarlogin .sidebar-login-form .login-submit input#wp-submit{
	color: black;
    font-weight: 500;
    text-transform: capitalize;
	float:left;
    font-size: 13px;
    font-family: arial, helvetica light, helvetica, verdana, sans-serif !important;
    margin: 0px 6px 4px 3px;
	margin-right:100%;
    padding: 2px 10px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 2px;
    background: rgb(239, 239, 239);
    text-decoration: none;
    transition: all 0.2s ease 0s;
    border-color: rgb(118, 118, 118);
}
.widget-area .widget_wp_sidebarlogin .sidebar-login-form ul li{
	float:left;
	margin:10px 5px 0px 5px;
}
.widget-area .widget_wp_sidebarlogin .sidebar-login-form ul li a{
	font-size:13.5px;
}
section#tertiary.small-sidebar > div.widget-text.ws-wrapper > h4, section#tertiary.small-sidebar > div.widget-text.ws-wrapper > div{
	font-size:13.6px;
	text-align:center;
	font-family:arial, helvetica light, helvetica, verdana, sans-serif;
}
section#tertiary.small-sidebar > div.widget-text.ws-wrapper > div.span-text{
	font-style:italic;
	line-height:1.4em;
}
section#tertiary.small-sidebar > div.widget-text.ws-wrapper > div.word-of-the-day > a{
	font-size:13.6px;
	text-align:center;
	font-weight:500;
	color:#3c87de;
	font-family:arial, helvetica light, helvetica, verdana, sans-serif;
}
section#tertiary.small-sidebar > div.widget-text.ws-wrapper > p{
	display:none;
}
@media screen and (min-width : 800px) and  (max-width : 1280px) {
	section#tertiary > div > aside#wgs_widget-2{
		padding:16px 2px;
	}
	.site-content {
		align-items: flex-start;
	}
	section#tertiary.small-sidebar{
    	padding:0px 0px;
	}
	section#tertiary.small-sidebar > div{
    	width:100%;
		height:0%;
	}
    section#tertiary.small-sidebar > div:nth-child(1), section#tertiary.small-sidebar > div:nth-child(2), section#tertiary.small-sidebar > div:nth-child(3), section#tertiary.small-sidebar > div.widget-text.ws-wrapper{
    	box-shadow: 0px 2px 10px black;
    	border: 1px solid white;
    	margin: 10px;
    	margin-left: 15px;
    	border-radius: 6px;
		width:85%;
		height:9%;
		padding:0px 0px;
	}
	section#tertiary.small-sidebar > div.widget-wrap{
		padding:0px 8px;
	}
	section#tertiary.small-sidebar > div:nth-child(4) > aside, section#tertiary.small-sidebar > div:nth-child(5) > aside, section#tertiary.small-sidebar > div:nth-child(6) > aside, section#tertiary.small-sidebar > div:nth-child(7) > aside, section#tertiary.small-sidebar > div:nth-child(8) > aside, section#tertiary.small-sidebar > div:nth-child(9) > aside{
		background:#dcdcdc;
		padding:0px 4px;
	}
	div.wgs_wrapper table.gsc-search-box tr td:nth-child(1) table tr td:nth-child(1){
		padding:0px 15px 0px 0px;
	}
}
.entry-meta{
	display:none;
}
body.home div#post-wrapper div.post-column.clearfix{
	margin-bottom:10px;
	padding:10px 0px;
}
body.home div#post-wrapper div.post-column.clearfix::after{
	content:'';
	border-bottom:1px solid #ddd;
	height:0.5px;
	display:block;
}
.post-layout-one-column .post-wrapper article.type-post .entry-title{
	display: inline;
    font-size: 13.6px;
	color:#3c87de;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: 500;
}
body.home.blog .entry-title{
    font-size: 23.2967px !important;
	color:#222222 !important;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
    font-weight: 500;
}
body.home.blog .entry-title a{
	color: #222222 !important;
}
.post-layout-one-column .post-wrapper article.type-post .entry-content{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-size:13px;
	line-height:1.2em;
}
.post-layout-one-column .post-wrapper article.type-post .entry-content p{
	font-family: arial, helvetica light, helvetica, verdana, sans-serif !important;
	font-size:14.33px;
	line-height:1.2em;
	color:#222;
}
.post-layout-one-column .post-wrapper .type-post .wp-post-image{
	float: left;
    margin: 0px 20px 0px 0px;
    padding: 0;
    max-width: 45%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.textwidget ul{
	width:100%;
}
.textwidget ul li{
    line-height: normal;
	padding:2px 2px;
	border-bottom:1px dotted #b3b3b3;
	display:flex;
	padding-left:5px;
}
.textwidget ul li:hover{
	background:#dcdcdc;
}
section#primary nav.navigation.pagination{
	text-align:center;
}
section#primary nav.navigation.pagination .nav-links .page-numbers, section#primary nav.navigation.pagination .page-numbers{
	color:#3c87de;
	background:transparent;
}
section#primary nav.navigation.pagination .nav-links .page-numbers.current, section#primary nav.navigation.pagination .page-numbers.current{
	color:black;
	font-weight:600;
}
aside#wp_sidebarlogin-2 div.widget-header {
    padding-bottom: 0px;
    margin-bottom: 5px;
}
div#comments {
    display: none;
}
body.single-post section#primary article > footer{
	display: none !important;
}
body.single-post section#primary article > img{
	display:none;
}
body.single-post section#secondary, body.single-post section#tertiary, body.event-template-default.single-event section#secondary, body.event-template-default.single-event section#tertiary{
	display:none !important;
}
body.single-post section#primary article header .posted-by, body.single-post section#primary article header + div p:nth-child(1){
	display:none;
}
body.single-post section#primary article header > .entry-title{
	font-size:24.48px;
	width:100%;
}
body.single-post section#primary article div.entry-content.clearfix div.pf-content div.pf-button.pf-button-content{
	position: absolute;
    right: 18%;
    top: 1.2%;
}
body.single-post section#primary article div.entry-content.clearfix p, body.single-post section#primary article div.entry-content.clearfix ul li{
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;	
	font-size:13.6px;
	line-height:1.3em;
}
aside#em_calendar-2{
	padding:10px 10px 0px 10px;
}
aside#em_calendar-2 div.widget-header{
	display:none;
}
aside#em_calendar-2 div.em-calendar-wrapper table, aside#em_calendar-2 div.em-calendar-wrapper table thead{
	border:2px solid black;
}
aside#em_calendar-2 div.em-calendar-wrapper table thead tr{
	background-color:gray;
}
aside#em_calendar-2 div.em-calendar-wrapper table thead tr td, aside#em_calendar-2 div.em-calendar-wrapper table thead tr td a{
	color:white;
	font-weight:600;
	border:0px;
	font-size: 12px;
	padding:0px;
}
aside#em_calendar-2 div.em-calendar-wrapper table thead tr td a:hover{
	color:yellow;
}
aside#em_calendar-2 div.em-calendar-wrapper table tbody tr td{
    font-size: 12px;
	padding:0px;
	border:0px;
	line-height:1.4em !important;
}
aside#em_calendar-2 div.em-calendar-wrapper table tbody{
	border:1px solid black;
}
aside#em_calendar-2 div.em-calendar-wrapper table tbody tr.days-names{
	background-color:gray;
}
aside#em_calendar-2 div.em-calendar-wrapper table tbody tr.days-names td{
	color:white;
	font-weight:600;
	border:0px;
}
aside#em_calendar-2 div.em-calendar-wrapper table tbody tr.days-names td:nth-child(7){
	color:#ff3f3f;
}
aside#em_calendar-2 div.em-calendar-wrapper table tbody tr td.eventless-today, aside#em_calendar-2 div.em-calendar-wrapper table tbody tr td.eventful-today{
	border:2px solid red;
}
aside#em_calendar-2 div.em-calendar-wrapper table td.eventless{
	background:#dcdcdc;
}
aside#em_calendar-2 div.em-calendar-wrapper table tbody tr td.eventless-pre, aside#em_calendar-2 div.em-calendar-wrapper table tbody tr td.eventless-post, aside#em_calendar-2 div.em-calendar-wrapper table tbody tr td.eventful-pre, aside#em_calendar-2 div.em-calendar-wrapper table tbody tr td.eventful-post{
	color:gray;
	background-color:#cccccc;
	border:0px;
}
body.home section#primary div#post-wrapper div article div.post-summary-wrapper h2{
	width:93%;
	float:left;
	padding-left:8px;
	font-family: arial, "helvetica light", helvetica, verdana, sans-serif !important;
	font-weight:400;
}
body.home section#primary article div.pf-content div.home-post-wrapper div.home-post-link{
	width:93%;
	float:left;
	padding-left:8px;
	font-family: arial, "helvetica light", helvetica, verdana, sans-serif !important;
	font-weight:400;
}
section#primary div#post-wrapper div article div.post-summary-wrapper h2{
	width:100%;
	float:left;
	padding-left:0px;
	font-family: arial, "helvetica light", helvetica, verdana, sans-serif !important;
	font-weight:400;
}
section#primary div#post-wrapper div article div.post-summary-wrapper h2 a:hover{
	text-decoration: underline;
}
body.home section#primary div#post-wrapper div article div.post-summary-wrapper div.share-options{
	width:7%;
	float:left;
	margin:0px 0px 7px 0px;
}
body.home section#primary article div.pf-content div.home-post-wrapper div.share-options{
	width:7%;
	float:left;
	margin:6px 0px 7px 0px;
}
section#primary div#post-wrapper div article div.post-summary-wrapper div.share-options{
	width:20%;
	float:left;
	margin:-7px 0px 7px 0px;
}
.post-layout-one-column .post-wrapper .type-post{
	border-bottom:0px;
	margin:0px !important;
	padding:0px !important;
}
section#primary main header.page-header h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
    font-size: 22px;
	font-weight: bold;
	text-transform:capitalize;
	color:#ef2931;
}
body.home section#primary div.pf-content div.elementor-widget-wrap.elementor-element-populated{
	padding:0px;
}
body.home section#primary div.pf-content div.elementor-section-wrap section:nth-child(2){
	margin-top:10px;
}
body.home section#primary div.pf-content div.elementor-section-wrap section:nth-child(2)::before{
	content:'Home';
	display:block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #ef2931;
}
body.home section#primary article div.pf-content div.home-post-wrapper div.share-options > div.pf-button{
	margin-bottom:0px;
}
body.home section#primary article div.pf-content div.home-post-wrapper div.home-post-link::after, body.home section#primary article div.pf-content div.home-post-wrapper div.share-options > div.pf-button::after{
	content: '';
    border-bottom: 1px solid #ddd;
    height: 0.5px;
    display: block;
}
body.home section#primary article div.pf-content div.home-post-wrapper div.home-post-link > a{
	padding-left:10px;
	font-size: 20.4px !important;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	color: #222222 !important;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 1;
	-o-box-orient: vertical;
	display: -ms-box;
	-ms-line-clamp: 1;
	-ms-box-orient: vertical;  
	overflow: hidden;
}
body.home section#primary article div.pf-content div.home-post-wrapper div.home-post-link > a:hover{
	text-decoration:none;
	color:#3c87de !important;
}
body div#post-wrapper div.post-column.clearfix{
	/*margin-bottom:10px; */
	padding:0px 0px 10px 0px;
}
body div#post-wrapper div.post-column.clearfix .entry-title > a::after{
	content:'';
	border-bottom:1px solid #eee;
	display:block;
	margin-bottom:10px;
}
body section#primary div#post-wrapper div article div.post-summary-wrapper h2 a{
	width:100%;
	float:left;
	padding-left:0px;
	font-size: 20.4px !important;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	color: #222222 !important;
}
body section#primary div#post-wrapper div article div.post-summary-wrapper h2 a:hover{
	text-decoration:none;
	color:#3c87de !important;
}
body section#primary article div.pf-content div.home-post-wrapper div.home-post-link{
	width:93%;
	float:left;
	padding-left:8px;
	font-family: arial, "helvetica light", helvetica, verdana, sans-serif !important;
	font-weight:400;
}
body div#post-wrapper div.post-column.clearfix article .read-more-link{
	line-height:1em;
	margin-bottom:15px;
}
body div#post-wrapper div.post-column.clearfix article .read-more-link > a{
	text-decoration:none !important;
	color:#3c87de;
	font-size:13.6px;
	font-family: arial, helvetica light, helvetica, verdana, sans-serif;
}
body div#post-wrapper div.post-column.clearfix article .read-more-link > a::after{
	content:'...';
	margin-left:5px;
}
body div#post-wrapper div.post-column.clearfix article .read-more-link > a::before {
    content: '';
    width: 10px;
    height: 10px;
    background: url("/wp-content/uploads/2021/06/jc_blog.gif") no-repeat;
    display: inline-block;
	margin-right:5px;
}
body div#post-wrapper div.post-column.clearfix article .read-more-link > a:hover{
	text-decoration:underline !important;
}
body.category-page-two section#primary div#post-wrapper div article div.post-summary-wrapper div.share-options, body.category-op-ed section#primary div#post-wrapper div article div.post-summary-wrapper div.share-options, body.category-local-sports section#primary div#post-wrapper div article div.post-summary-wrapper div.share-options, body.category-features section#primary div#post-wrapper div article div.post-summary-wrapper div.share-options, body.search section#primary div#post-wrapper div article div.post-summary-wrapper div.share-options{
	width:7%;
	float:right;
	margin:0px 0px 7px 0px;
}
body.category-page-two section#primary article div.pf-content div.home-post-wrapper div.share-options, body.category-op-ed section#primary article div.pf-content div.home-post-wrapper div.share-options, body.category-local-sports section#primary article div.pf-content div.home-post-wrapper div.share-options, body.category-features section#primary article div.pf-content div.home-post-wrapper div.share-options, body.search section#primary article div.pf-content div.home-post-wrapper div.share-options{
	width:7%;
	float:left;
	margin:6px 0px 7px 0px;
}
body.category-page-two section#primary div.pf-content div.elementor-widget-wrap.elementor-element-populated, body.category-op-ed section#primary div.pf-content div.elementor-widget-wrap.elementor-element-populated, body.category-local-sports section#primary div.pf-content div.elementor-widget-wrap.elementor-element-populated, body.category-features section#primary div.pf-content div.elementor-widget-wrap.elementor-element-populated, body.search section#primary div.pf-content div.elementor-widget-wrap.elementor-element-populated{
	padding:0px;
}
body.category-page-two section#primary div.pf-content div.elementor-section-wrap section:nth-child(2), body.category-op-ed section#primary div.pf-content div.elementor-section-wrap section:nth-child(2), body.category-local-sports section#primary div.pf-content div.elementor-section-wrap section:nth-child(2), body.category-features section#primary div.pf-content div.elementor-section-wrap section:nth-child(2), body.search section#primary div.pf-content div.elementor-section-wrap section:nth-child(2){
	margin-top:50px;
}
body.category-page-two section#primary div.pf-content div.elementor-section-wrap section:nth-child(2)::before, body.category-op-ed section#primary div.pf-content div.elementor-section-wrap section:nth-child(2)::before, body.category-local-sports section#primary div.pf-content div.elementor-section-wrap section:nth-child(2)::before, body.category-features section#primary div.pf-content div.elementor-section-wrap section:nth-child(2)::before, body.search section#primary div.pf-content div.elementor-section-wrap section:nth-child(2)::before{
	content:'Home';
	display:block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #ef2931;
}
body.category-page-two section#primary article div.pf-content div.home-post-wrapper div.share-options > div.pf-button, body.category-op-ed section#primary article div.pf-content div.home-post-wrapper div.share-options > div.pf-button, body.category-local-sports section#primary article div.pf-content div.home-post-wrapper div.share-options > div.pf-button, body.category-features section#primary article div.pf-content div.home-post-wrapper div.share-options > div.pf-button{
	margin-bottom:0px;
}
body.category-page-two section#primary article div.pf-content div.home-post-wrapper div.share-options > div.pf-button::after, body.category-op-ed section#primary article div.pf-content div.home-post-wrapper div.share-options > div.pf-button::after, body.category-local-sports section#primary article div.pf-content div.home-post-wrapper div.share-options > div.pf-button::after, body.category-features section#primary article div.pf-content div.home-post-wrapper div.home-post-link::after{
	content: '';
    border-bottom: 1px solid #ddd;
    height: 0.5px;
    display: block;
}

/* New CSS for homepage content - Desktop View*/
body.home section#primary article div.pf-content div.post-wrapper div.inside{
	display:flex;
	flex-wrap:wrap;
	padding:5px 0px 5px 0px;
}
body.home section#primary article div.pf-content div.post-wrapper div.inside div.home-post-link{
	flex-basis:100%;
	padding-left:0px;
	font-size: 15px !important;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	color: #222222 !important;
}
body.home section#primary article div.pf-content div.post-wrapper div.inside div.home-post-link a{
	font-size: 20.4px !important;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	color: #222222 !important;
	text-decoration:none !important;
}
body.home section#primary article div.pf-content div.post-wrapper div.inside div.home-post-link a:hover{
	color:#3c87de !important;
}
body.home section#primary article div.pf-content div.post-wrapper div.inside div.home-post-link::after{
	content:'';
	border-bottom:1px solid #eee;
	display:block;
	margin-bottom:10px;
}
body.home section#primary article div.pf-content div.post-wrapper div.inside div.home-post-link + p{
	margin:0 !important;
	width:100%;
	font-family: arial, helvetica light, helvetica, verdana, sans-serif !important;
    font-size: 13.6px;
    line-height: 1.2em;
    color: #222;
}
body.home section#primary article div.pf-content div.post-wrapper div.inside div.home-post-link + p + p{
	margin:0 0 15px 0 !important;
	line-height:0em;
}
body.home section#primary article div.pf-content div.post-wrapper div.inside div.home-post-link + p + p > a{
	font-family: arial, helvetica light, helvetica, verdana, sans-serif !important;
    font-size: 13.6px !important;
    line-height: 1.2em;
}
body.home section#primary article div.pf-content div.post-wrapper div.inside div.home-post-link + p + p > a::after{
	content:'...';
	margin-left:5px;
}
body.home section#primary article div.pf-content div.post-wrapper div.inside div.home-post-link + p + p > a::before {
    content: '';
    width: 10px;
    height: 10px;
    background: url("/wp-content/uploads/2021/06/jc_blog.gif") no-repeat;
    display: inline-block;
	margin-right:5px;
}
body.home section#primary article div.pf-content div.post-wrapper div.inside div.share-options{
	flex-basis:13%;
	margin:1px 0px;
}
aside#custom_html-5, aside#custom_html-6{
	display:none;
}
ul#menu-mainmenu li.current-menu-item > a{
	text-decoration:none;
}
	.main-navigation-menu li.astm-search-menu.is-menu.default.menu-item{
		padding:0px 9px;
		margin-top:-3px;
	}
	.main-navigation-menu li.astm-search-menu.is-menu.default.menu-item > form{
		height:0px;
	}
	.main-navigation-menu li.astm-search-menu.is-menu.default.menu-item > form > label > input{
		border-top-left-radius:5px;
		border-bottom-left-radius:5px;
		height:20px;	
	}
	.main-navigation-menu li.astm-search-menu.is-menu.default.menu-item > form > button{
		height:26px;
	}
	.main-navigation-menu li.astm-search-menu.is-menu.default.menu-item > form > button > span.is-search-icon{
		height:20px;
		padding:0px !important;
		border-top-right-radius:5px;
		border-bottom-right-radius:5px;
	}
	.main-navigation-menu li.astm-search-menu.is-menu.default.menu-item > form > button > span.is-search-icon > svg{
		height:100%;
		width:auto;
	}
body.page-id-33811 .ur-frontend-form input[type=submit]{
	margin-left:35%;
    color: black;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    font-family: arial, "helvetica light", helvetica, verdana, sans-serif;
    background: #f5f5f5 url(/wp-content/uploads/2021/06/black-04.png) top left repeat;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 15%);
    cursor: pointer;
    line-height: 18px;
    padding: 4px 10px 3px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    vertical-align: middle;
}
body.page-id-33900  .wpcf7 form>div, .wpcf7 form>p{
	margin:0px;
}
body.page-id-33900 form.wpcf7-form.init{
	padding:25px;
	font-size:13.6px;
	font-family:arial, "helvetica light", helvetica, verdana, sans-serif;
	color:#898989;
}
body.page-id-33900 form.wpcf7-form.init > div:nth-child(2){
	padding:0px;
}
body.page-id-33900 form.wpcf7-form.init > div{
	display:flex;
	padding:1% 36% 0% 0%;
}
body.page-id-33900 form.wpcf7-form.init > div > div.label{
	flex-basis:30%;
	padding-right:3%;
}
body.page-id-33900 form.wpcf7-form.init > div > div.label::after, body.page-id-33900 form.wpcf7-form.init > div > div.label::after{
	content:'*';
	color:red;
}
body.page-id-33900 form.wpcf7-form.init > div > div.email-db, body.page-id-33900 form.wpcf7-form.init > div > div.msg-db{
	flex-basis:50%;
}
body.page-id-33900 form.wpcf7-form.init > div > div.email-db input{
	font-size: 13.6px;
	font-family:arial, "helvetica light", helvetica, verdana, sans-serif;
    color: #898989;
	width: 100%;
    height: 100%;
	background-color:#eee;
    border: solid 1px #c2c2c2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 20%) inset;
    line-height: 20px;
    padding: 4px 10px;
    margin: 0;
}
body.page-id-33900 form.wpcf7-form.init > div > div.msg-db textarea{
	font-size: 13.6px;
	font-family:arial, "helvetica light", helvetica, verdana, sans-serif;
    color: #898989;
	width: 100%;
    height: 180px;
	background-color:#eee;
    border: solid 1px #c2c2c2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 20%) inset;
    line-height: 20px;
    padding: 4px 10px;
    margin: 0;
}
body.page-id-33900 form.wpcf7-form.init > div.wpcf7-response-output{
	display:none !important;
}
body.page-id-33900 div#content div.pf-content{
	margin:0px 10px;
	box-shadow: 5px 0px 5px -1px rgb(0 0 0 / 75%), -5px 0px 5px -1px rgb(0 0 0 / 75%);
}
body > button#rmp_menu_trigger-34349{
	display:none !important;
}
/* body.category section#secondary, body.category section#tertiary{
	display:none !important;
} */
body.single-post section#primary div.pf-content, body.single-post section#primary div.pf-content > p{
	text-align:left !important;
}
body.single-post section#primary div.pf-content > p > img{
	float:none !important;
}
body .elementor-widget-wrap.elementor-element-populated > div:nth-child(2){
	display:none;
}
body.page-id-34376 .elementor-widget-wrap.elementor-element-populated > div:nth-child(2){
	display:block !important;
}
section#tertiary.small-sidebar > div:nth-child(1){
	display:none !important;
}
/*body.category-local-sports section#secondary.main-sidebar, body.category-op-ed section#secondary.main-sidebar, body.category-features section#secondary.main-sidebar, body.category-page-two section#secondary.main-sidebar{
	padding-top:10px !important;
}*/
body.category section#tertiary.small-sidebar > div:nth-child(1), body.category section#tertiary.small-sidebar > div:nth-child(2), body.category section#tertiary.small-sidebar > div:nth-child(3), body.category section#tertiary.small-sidebar > div.widget-text.ws-wrapper{
	box-shadow:none !important;
	background:transparent !important;
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
	width:100% !important;
	display:block !important;
	position:static !important;
}
body.category section#tertiary.small-sidebar > div:nth-child(1){
	padding:0px 10px 10px 10px !important;
}
body.category section#tertiary > div > aside, body.category section#tertiary > div > h3, body.category section#tertiary > div > p{
	background:transparent !important;
	padding:0 !important;
	margin:0 !important;
}
body.category-op-ed section#primary > main > header > aside{
	padding-bottom:10px !important;
}
div.widget-header{
	margin-bottom:10px;
	display:block !important;
}
div.widget-header h3.widget-title{
	display:none;
}
aside#custom_html-3 div.widget-header h3.widget-title, aside#wgs_widget-2 div.widget-header h3.widget-title{
	display:block;
}
@media screen and (max-width:900px){ /* Responsive on Mobile and T */
	body.category section#secondary.main-sidebar aside > div.widget-header, body.category section#tertiary.small-sidebar > div > aside > div.widget-header{
		margin-bottom:0px;
		display:none !important;
	}
	body.search .main-sidebar, body.search section#secondary.main-sidebar, body.search .small-sidebar, body.search section#tertiary.small-sidebar{
		display:none !important;
	}
	body.category section#secondary, body.category section#tertiary{
		margin:0px !important;
		padding:0px !important;
		border:none !important;
	}
	body.category section#secondary.main-sidebar{
		padding-top:10px !important;
	}
	body.category section#tertiary.small-sidebar{
		padding-top:0px !important;
	}
	body.category-local-sports section#secondary.main-sidebar aside, body.category-local-sports section#tertiary.small-sidebar, body.category-features section#secondary.main-sidebar aside, body.category-features section#tertiary.small-sidebar > div > aside{ /*Local Sports, Features*/
		display:flex;
		flex-wrap:wrap;
		padding:0 !important;
	}
	body.category-local-sports section#secondary.main-sidebar aside > div, body.category-local-sports section#tertiary.small-sidebar > div, body.category-features section#secondary.main-sidebar aside > div, body.category-features section#tertiary.small-sidebar > div > aside > div{ /*Local Sports, Features*/
		display:block !important;
		width:50% !important;
		float:left !important;
		text-align:center !important;
		border:none !important;
		background:transparent !important;
		box-shadow:none !important;
		margin:0 !important;
		position:static !important;
	}
	body.category-features section#tertiary.small-sidebar > div{ /*Features right sidebar*/
		display:block !important;
		width:100% !important;
		margin:0 !important;
		padding:0 !important;
		box-shadow:none !important;
		border:none !important;
		background:transparent !important;
	}
	body.category section#tertiary.small-sidebar > div > aside{
		background:transparent !important;
	}
	body.category section#secondary.main-sidebar aside > div, body.category section#tertiary.small-sidebar > div, body.category section#tertiary.small-sidebar > div:nth-child(1), body.category section#tertiary.small-sidebar > div:nth-child(2), body.category section#tertiary.small-sidebar > div:nth-child(3), body.category section#tertiary.small-sidebar > div.widget-text.ws-wrapper{
		width:50% !important;
		float:left !important;
	}
	body.category-features section#tertiary.small-sidebar > div:nth-child(1), body.category-local-sports section#tertiary.small-sidebar > div:nth-child(3){
		width:100% !important;
	}
	body.category-local-sports section#tertiary.small-sidebar > div:nth-child(3) > aside > div{
		width:50% !important;
		float:left !important;
	}
	body.category-local-sports section#tertiary.small-sidebar > div:nth-child(1){
		height: 131px !important;
		width: 132px !important;
		padding: 0 !important;
		margin: 0 125px !important;
	}
	body.category-local-sports section#tertiary.small-sidebar > div:nth-child(3){
		margin:-24px 0 0 0 !important;
	}
/*	body.category section#secondary, body.category section#tertiary{
		display:none !important;
	} */
	body.home section#primary article div.pf-content div.post-wrapper div.inside div.home-post-link{
		font-weight:bold;
	}
	body section#primary div#post-wrapper div article div.post-summary-wrapper h2 a{
		font-weight:bold;
	}
	body > button#rmp_menu_trigger-34349{
		display:block !important;
	}
	body > button#rmp_menu_trigger-34349 > span > span.responsive-menu-pro-inner, body > button#rmp_menu_trigger-34349 > span > span.responsive-menu-pro-inner::before, body > button#rmp_menu_trigger-34349 > span > span.responsive-menu-pro-inner::after{
		background-color:white !important;
	}
	#rmp-container-34349{
		max-width:100% !important;
		width:75% !important;
		background-color:navy;
	}
	#rmp-menu-wrap-34349, #rmp-search-box-34349{
		padding-left: 0% !important;
		padding-right: 0% !important;		
	}
	#rmp-search-box-34349 form{
		padding:0 5% !important;
	}
	#rmp-search-box-34349 .rmp-search-box{
		width:80% !important;
		height:35px !important;
		border:2px solid white !important;
		color: black;
		font-size:16.32px !important;
		font-family: arial, "helvetica light", helvetica, verdana, sans-serif;
		font-weight: 400;
		background-color:white;
		box-shadow: 0px 0px 15px 2px rgb(255 255 255 / 75%);
		-webkit-box-shadow: 0px 0px 15px 2px rgb(255 255 255 / 75%);
		-moz-box-shadow: 0px 0px 15px 2px rgba(255,255,255,0.75);
	}
	#rmp-search-box-34349 .rmp-search-box::placeholder{
		color:#404040;
	}
	#rmp-search-box-34349 .rmp-search-box:focus{
		background-color:white;
		color:black;
	}
	#rmp-menu-wrap-34349 ul#rmp-menu-34349 li.menu-item a div span::before{
		color:white !important;
	}
	#rmp-menu-wrap-34349 ul#rmp-menu-34349 > li.menu-item > a{
		color:white !important;
		font-size:16.32px !important;
		font-family: arial, "helvetica light", helvetica, verdana, sans-serif;
		text-transform:capitalize;
		font-weight: 900;
	}
	#rmp-menu-wrap-34349 ul#rmp-menu-34349 > li.menu-item > a + ul > li > a{
		color:white !important;
		font-size:16.32px !important;
		font-family: arial, "helvetica light", helvetica, verdana, sans-serif;
		text-transform:capitalize;
		font-weight: 400;
	}
	#rmp-menu-wrap-34349 ul#rmp-menu-34349 > li.menu-item > a + ul > li > a:hover{
		font-weight:900;
		text-transform:uppercase;
	}
	body.page-id-33900 div#content div.pf-content{
		margin:0px;
	}
	body.page-id-33900 form.wpcf7-form.init > div{
		display:block !important;
		padding:0%;
	}
	body.page-id-33900 div#content div.pf-content{
		margin:0px;
		box-shadow:none;
	}
	
	/* New CSS for homepage content - Mobile View*/
	body.home section#primary article div.pf-content div.post-wrapper div.inside{
		padding:5px 0px 5px 0px;
		line-height:1.5em;
	}
	body.home section#primary article div.pf-content div.post-wrapper div.inside div.home-post-link a{
		font-size: 15px !important;
	}
	html, body{
		overflow-x:hidden;
		width: 100%;
	}
	body.page-id-22510 div#page section#primary.content-area{
		width:98% !important;
	}
	header#masthead div.header-main.container.clearfix{
		height:70px;
	}
	.header-main.container.clearfix{
		background-size:250%;
	}
	div#page{
		width:100% !important;
	}
	body div#page div#footer footer div#footer-text{
		width:100% !important;
		float:left;
		padding: 12px 0px;
    	margin-left: 0px !important;
		font-size:10px !important;
	}
	.footer-wrap .site-footer{
		text-align:center !important;
	}
	body.home section#primary article div.pf-content div.home-post-wrapper div.home-post-link > a, body section#primary div#post-wrapper div article div.post-summary-wrapper h2 a{
		font-size:15px !important;
	}
	body.home section#primary article div.pf-content div.home-post-wrapper div.share-options{
		margin:-2px 0px 7px 0px;
	}
	body.home section#primary article div.pf-content div.home-post-wrapper div.home-post-link{
		width:86%;
		padding-top:5px;
	}
	body.home section#primary article div.pf-content div.home-post-wrapper div.share-options{
		width:12%;
	}
	section#primary div#post-wrapper div article div.post-summary-wrapper h2{
		padding-left:0px !important;
	}
	body.category div#post-wrapper div.post-column.clearfix, body.category-page-two div#post-wrapper div.post-column.clearfix, body.category-op-ed div#post-wrapper div.post-column.clearfix, body.category-local-sports div#post-wrapper div.post-column.clearfix, body.category-features div#post-wrapper div.post-column.clearfix{
		margin-bottom:0px !important;
		padding:10px 0px 5px 0px !important;
	}
	section#primary div#post-wrapper div article div.post-summary-wrapper h2{
		width:100% !important;
	}
	body.category section#primary div#post-wrapper div article div.post-summary-wrapper div.share-options, body.category-page-two section#primary div#post-wrapper div article div.post-summary-wrapper div.share-options, body.category-op-ed section#primary div#post-wrapper div article div.post-summary-wrapper div.share-options, body.category-local-sports section#primary div#post-wrapper div article div.post-summary-wrapper div.share-options, body.category-features section#primary div#post-wrapper div article div.post-summary-wrapper div.share-options{
		width:13% !important;
		margin:-10px 0px 7px 0px !important;
	}
	section#tertiary.small-sidebar > div:nth-child(1), section#tertiary.small-sidebar > div:nth-child(2), section#tertiary.small-sidebar > div:nth-child(3), section#tertiary.small-sidebar > div.widget-text.ws-wrapper{
		padding:0px;
	}
	section#tertiary > div > aside, section#tertiary > div > h3, section#tertiary > div > p{
		padding:16px 2px;
	}
	section#tertiary > div.widget-wrap{
		width:100%;
	}
	div.wgs_wrapper table.gsc-search-box tr td:nth-child(1) table tr td:nth-child(1) > input{
		padding:6px 0px 6px 0px !important;
		width:100% !important;
	}
	section#secondary.main-sidebar > aside#custom_html-3{
		width:285px;
		margin:10px auto;
	}
	.textwidget ul li{
		width:100%;
	}
	section#secondary.main-sidebar > aside.widget_codeneric_ad_widget{
		width:50%;
		float:left;
	}
	section#secondary.main-sidebar > aside.widget_em_calendar{
		width:158px;
		float:right;
		padding:0px 12px;
		position: ;
    	bottom: -18px;
    	right: 0px;
		z-index:9;
	}
	section#tertiary.small-sidebar > div:nth-child(1), section#tertiary.small-sidebar > div:nth-child(3), section#secondary.main-sidebar > aside#em_widget-2{
		display:none;
	}
	section#tertiary.small-sidebar > div:nth-child(2){
		width:127px !important;
		display:none !important;
		position:absolute;
    	top: -33%;
    	right: 2% !important;
    	height: 27%;
	}
	section#tertiary.small-sidebar > div.widget-text.ws-wrapper{
		width:120.8px !important;
		height: 100px;
    	margin-top: 2px;
		margin-left:15px !important;
	}
	section#tertiary.small-sidebar > div:nth-child(4){
		margin:auto;
	}
	section#tertiary.small-sidebar > div.widget-wrap{
		width:50%;
	}
	.footer-wrap .site-in ul{
		line-height:0.7em;
	}
	.footer-wrap .site-in ul li{
		width:inherit;
		text-align:left;
	}
	.footer-wrap .site-in ul li a{
		font-size:13px !important;
	}
	body.home section#primary article div.pf-content div.home-post-wrapper{
		height:35px;
		border-bottom:1px solid #ddd;
	}
	body.home section#primary article div.pf-content div.home-post-wrapper div.home-post-link::after, body.home section#primary article div.pf-content div.home-post-wrapper div.share-options > div.pf-button::after{
		border:none;
	}
	aside#custom_html-5, aside#custom_html-6{
		margin:10px;
		display:block;
	}
	aside#custom_html-5 > div{
		text-align:center;
	}
	aside#custom_html-6 > div.textwidget.custom-html-widget{
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:center;
	}
	aside#custom_html-6 > div.textwidget.custom-html-widget > div.social-icons{
		width:125px;
		background:white;
		border-radius:5px;
		box-shadow:0px 2px 10px black;
	}
	aside#custom_html-6 h5{
		font-size: 14.96px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-align: center;
		text-transform: capitalize;
		color: #666666;
	}
	aside#custom_html-6 h5::after{
		content: '';
		border-bottom: 3px solid #dddddd;
		height: 2px;
		width: 87px;
		display: block;
		margin-top: 4px;
		margin-left:19px;
	}
	.ll-dropbtn{
	  background-color: navy;
	  color: white;
	  padding: 5px;
	  font-size: 16px;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif !important;;
	  border: none;
		border-radius:2px;
	  cursor: pointer;
		width:285px;
		height:40px;
	}
	.ll-dropbtn:focus{
	  background-color: navy;
	}
	#custom_html-3 {
	  display: none;
	}
	#custom_html-3.show {
		display: block;
	}
	.ll-dropbtn > span.down-arrow{
		display:inline-block;
	}
	.ll-dropbtn > span.up-arrow{
		display:none;
	}
	.pagination a, .pagination .current{
		padding:2px;
		font-size:13px;
	}
	body.page-template.page-id-22503.elementor-template-full-width div#content, body.page-template.page-id-23001.elementor-template-full-width div#content, body.page-template.page-id-22956.elementor-template-full-width div#content, body.page-template.page-id-22510.elementor-template-full-width div#content, body.page-template.page-id-22395.elementor-template-full-width div#content, body.page-template.page-id-23093.elementor-template-full-width div#content, body.page-template.page-id-23143.elementor-template-full-width div#content, body.page-template.page-id-34053.elementor-template-full-width div#content{
		box-shadow:none;
		width:100%;
	}
	body.single-post section#primary.content-area{
		margin-left:0px;
	}
	.main-navigation-menu li.astm-search-menu.is-menu.default.menu-item{
		padding:12px 9px 9px 9px;
	}
	.main-navigation-menu li.astm-search-menu.is-menu.default.menu-item > form{
		height:inherit;
	}
	.main-navigation-menu li.astm-search-menu.is-menu.default.menu-item > form > label > input{
		height:26px;	
	}
	.main-navigation-menu li.astm-search-menu.is-menu.default.menu-item > form > button{
		height:26px;
	}
	.main-navigation-menu li.astm-search-menu.is-menu.default.menu-item > form > button > span.is-search-icon{
		height:inherit;
	}
	body.single-post section#secondary, body.single-post section#tertiary{
		display:none !important;
	}
	body.event-template-default.single-event section#primary.content-area{
		margin-left:0%;
	}
	body > button#rmp_menu_trigger-34349{
		top:64px;
	}
	section#secondary aside > div.banner{
		width:25%;
		float:left;
	}
}
@media screen and (max-width:541px){
	.header-main.container.clearfix{
		background-size:cover;
	}
	/*.main-sidebar, section#secondary.main-sidebar{
		padding-top:22% !important;
	} */
	section#secondary.main-sidebar > aside.widget_codeneric_ad_widget, section#tertiary.small-sidebar > div.widget-wrap{
		width:33.3%;
	}
	section#tertiary.small-sidebar > div.widget_text.widget-wrap{
		top:-152% !important;
		right:37% !important;
		height:inherit;
	}
	section#tertiary.small-sidebar > div.widget_text.widget-wrap.show{
		top:-262% !important;
	}
	section#tertiary.small-sidebar > div.widget-text.ws-wrapper{
		margin-left:26px !important;
	}
	section#secondary.main-sidebar > aside.widget_em_calendar{
		margin-right:2%;
	}
	body > button#rmp_menu_trigger-34349{
		top:70px;
	}
	body.category-local-sports section#tertiary.small-sidebar > div:nth-child(1){
		height: 131px !important;
		width: 132px !important;
		padding: 0 !important;
		margin: 0 68px !important;
	}
	body.category-local-sports section#tertiary.small-sidebar > div:nth-child(3){
		margin:-24px 0 0 0 !important;
	}
	section#secondary aside > div.banner{
		width:33.33%;
		float:left;
	}
}
@media screen and (max-width:426px){
	.header-main.container.clearfix{
		background-size:200%;
	}
	/* .main-sidebar, section#secondary.main-sidebar{
		padding-top:28% !important;
	} */
	section#secondary.main-sidebar > aside.widget_codeneric_ad_widget, section#tertiary.small-sidebar > div.widget-wrap{
		width:50%;
	}
	section#tertiary.small-sidebar > div.widget_text.widget-wrap{
		top:-149% !important;
		right:30% !important;
	}
	section#tertiary.small-sidebar > div.widget_text.widget-wrap.show{
		top:-236% !important;
	}
	section#tertiary.small-sidebar > div.widget-text.ws-wrapper{
		margin-left:42px !important;
	}
	section#secondary.main-sidebar > aside.widget_em_calendar{
		margin-right:6.5%;
	}
	.fc-toolbar .fc-center{
		margin-top:15px;
		width:100%;
	}
	.fc-toolbar .fc-center h2{
		width:100%;
		margin:0 auto !important;
	}
	body.category-local-sports section#tertiary.small-sidebar > div:nth-child(1){
		height: 131px !important;
		width: 132px !important;
		padding: 0 !important;
		margin: 0 35px !important;
	}
	body.category-local-sports section#tertiary.small-sidebar > div:nth-child(3){
		margin:-24px 0 0 0 !important;
	}
	section#secondary aside > div.banner{
		width:50%;
		float:left;
	}
}
@media screen and (max-width:376px){
	.header-main.container.clearfix{
		background-size:225%;
	}
	/*.main-sidebar, section#secondary.main-sidebar{
		padding-top:28% !important;
	} */
	section#secondary.main-sidebar > aside.widget_codeneric_ad_widget, section#tertiary.small-sidebar > div.widget-wrap{
		width:50%;
	}
	section#tertiary.small-sidebar > div.widget_text.widget-wrap{
		top:-148% !important;
		right:30% !important;
	}
	section#tertiary.small-sidebar > div.widget_text.widget-wrap.show{
		top:-234% !important;
	}
	section#tertiary.small-sidebar > div.widget-text.ws-wrapper{
		margin-left:28px !important;
	}
	section#secondary.main-sidebar > aside.widget_em_calendar{
		margin-right:3.5%;
	}
	body.category-local-sports section#tertiary.small-sidebar > div:nth-child(1){
		height: 131px !important;
		width: 132px !important;
		padding: 0 !important;
		margin: 0 23px !important;
	}
	body.category-local-sports section#tertiary.small-sidebar > div:nth-child(3){
		margin:-24px 0 0 0 !important;
	}
}
@media screen and (max-width:320px){
	.header-main.container.clearfix{
		background-size:250%;
	}
	/* .main-sidebar, section#secondary.main-sidebar{
		padding-top:33% !important;
	} */
	section#secondary.main-sidebar > aside.widget_codeneric_ad_widget, section#tertiary.small-sidebar > div.widget-wrap{
		width:50%;
	}
	section#tertiary.small-sidebar > div.widget_text.widget-wrap{
		top:-148% !important;
		right:27% !important;
	}
	section#tertiary.small-sidebar > div.widget_text.widget-wrap.show{
		top:-235% !important;
	}
	section#tertiary.small-sidebar > div.widget-text.ws-wrapper{
		margin-left:15px !important;
	}
	section#secondary.main-sidebar > aside.widget_em_calendar{
		margin-right:0%;
	}
	body.category-local-sports section#tertiary.small-sidebar > div:nth-child(1){
		height: 131px !important;
		width: 132px !important;
		padding: 0 !important;
		margin: 0 13px !important;
	}
	body.category-local-sports section#tertiary.small-sidebar > div:nth-child(3){
		margin:-24px 0 0 0 !important;
	}
}
@media only screen and (max-width: 60em){
	.main-navigation-menu li.current-menu-item > a{
		text-decoration:none !important;
	}
	.main-navigation-menu li{
		position:relative;
		padding:5px;
	}
	.main-navigation-menu .submenu-dropdown-toggle{
		padding: 0px;
		position: absolute;
		top: -2px;
		left: 225px;
		z-index:99;
	}
	.main-navigation-menu .submenu-dropdown-toggle.active{
		z-index:99;
	}
	ul#menu-mainmenu li ul.sub-menu li a{
		width:30%;
	}
	.main-sidebar, section#secondary.main-sidebar{
		order:;
		width:100% !important;
		
	}
	.content-area, section#secondary.content-area{
		order:;
		width:100% !important;
	}
	.small-sidebar, section#secondary.small-sidebar{
		order:;
		width:100% !important;
		position:relative;
	}
}
div#content div.pf-content{
	width:100%;
}
div.elementor-shortcode div.amazingslider-nav-thumbnail-tite-1 a.amazingslider-posttitle-link{
	color:white !important;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	line-height:1em;
}
div.elementor-shortcode div.amazingslider-nav-1{
	background-color:black;
	width:212px !important;
}
 div.elementor-shortcode div.amazingslider-bullet-selected{
	background:linear-gradient(180deg, rgba(195,40,81,1) 0%, rgba(157,31,66,1) 52%, rgba(134,35,62,1) 64%, rgba(145,17,51,1) 81%, rgba(153,22,57,1) 86%, rgba(164,25,63,1) 91%, rgba(195,40,81,1) 100%) !important;
}
div.elementor-shortcode div.amazingslider-bullet-1{
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(62,62,62,1) 80%);
}
div.amazingslider-box-1 div.amazingslider-text-box-1{
	display:block !important;
	-webkit-transition: none !important;
  	-moz-transition: none !important;
  	-o-transition: none !important;
  	transition: none !important;
}
div.amazingslider-box-1 div.amazingslider-text-bg-1{
	opacity:0.8 !important;
}
div.amazingslider-box-1 div.amazingslider-text-1 div.amazingslider-title-1 a{
	color:white !important;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
}
div.amazingslider-car-right-arrow-1{
	background-color:white !important;
}
body.page-id-22503 div#page section div.elementor-container.elementor-column-gap-default{
	width:100%;
}
body.page-id-22503 div#page div.pf-button.pf-button-content{
	position:absolute;
	right:0px;
}
body.user-registration-page section#primary.content-area{
	padding: 15p 5px!important;
}
.ur-frontend-form .ur-form-row .ur-form-grid label .required, .ur-frontend-form .ur-form-row .ur-form-grid legend .required{
	color:#000000 !important;
}
.ur-frontend-form, #ur-frontend-form{
	position:relative;
	border-radius:5px;
	background-color:#f5f5f5;
	font-family: arial, "helvetica light", helvetica, verdana, sans-serif;
}
body.page-id-33813 .ur-frontend-form::before{
	content:'User Registration';
	display:block;
	margin-bottom:30px;
	font-size:16.42px;
}
body.page-id-33813 .ur-frontend-form::after{
	content:'';
	border-bottom:1px solid #d7d7d7;
	width:93%;
	display:block;
	position:absolute;
	top:13%;
}
body.user-registration-page div#page form.register{
	position:relative;
	font-family: arial, "helvetica light", helvetica, verdana, sans-serif;
}
body.user-registration-page div#page form.register::before{
	content:'* Required Field';
	display:block;
	font-size:13px;
	font-weight:400;
    margin-left:54px;
    margin-bottom:15px;
}
body.user-registration-page div#page div.pf-button.pf-button-content{
	display:none;
}
.ur-frontend-form .ur-button-container{
	margin-top: ;
    margin-left: 29%;
}
body.user-registration-page div#page .ur-frontend-form .ur-button-container .ur-submit-button{
	margin:0px;
	color:black;
	text-transform:capitalize;
	font-size:13px;
	font-weight:400;
	font-family: arial, "helvetica light", helvetica, verdana, sans-serif;
	background:#f5f5f5 url(/wp-content/uploads/2021/06/black-04.png) top left repeat;
	border: 1px solid #bbb;
	border-radius:4px;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 15%);
    cursor: pointer;
	line-height: 18px;
    padding: 4px 10px 3px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    vertical-align: middle;
}
.ur-frontend-form input[type=submit]{
	float:left !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item{
	margin-bottom:0px ;
}
.ur-frontend-form .ur-form-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}

.ur-frontend-form .ur-form-row .ur-form-grid {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 100% !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid:nth-child(1n+2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 100% !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement, .ur-frontend-form .ur-form-row .ur-form-grid input[type=date], .ur-frontend-form .ur-form-row .ur-form-grid input[type=email], .ur-frontend-form .ur-form-row .ur-form-grid input[type=number], .ur-frontend-form .ur-form-row .ur-form-grid input[type=password], .ur-frontend-form .ur-form-row .ur-form-grid input[type=phone], .ur-frontend-form .ur-form-row .ur-form-grid input[type=text], .ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker], .ur-frontend-form .ur-form-row .ur-form-grid input[type=url], .ur-frontend-form .ur-form-row .ur-form-grid select, .ur-frontend-form .ur-form-row .ur-form-grid textarea{
	width:55% !important;
	background:transparent url(/wp-content/uploads/2021/06/black-04.png) top left repeat;
	padding:4px 7px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 20%) inset;
}

.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label, .ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label{
	float:left;
	width:30%;
	text-align:right;
	padding-right:20px;
	font-size:13px;
	font-weight:400;
	margin-top:5px;
}
#user-registration.user-registration{
	margin:0px;
}
#user-registration p{
	font-size:13.6px;
}
#user-registration div.ur-form-grid p:nth-child(2){
	margin-left:10%;
}
#user-registration div.ur-form-grid p:nth-child(2) label[for=user_login]{
	margin-top:5px;
	padding-right:20px;
	float:left;
}
body.page-id-22510 div#page section#primary.content-area{
	padding:0px !important;
	width:98%;
}
body.page-id-22510 div#page section#primary{
	width:83%;
	margin-left:1%;
}
body.page-id-22510 div#page section#secondary{
	display:none;
}
body.page-id-22510 div#page section#tertiary{
	position:relative;
	display:none;
}
body.page-id-22510 div#page section#tertiary > div:nth-child(1){
	display:block !important;
}
body #content #primary aside.before-footer.widget-area div.left-content{
	width: 50%;
    float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #444444;
}
body #content #primary aside.before-footer.widget-area div.left-content p::after{
	content:'';
	display:block;
	border-bottom:3px solid #ddd;
	height:3px;
	margin:;
}
body #content #primary aside.before-footer.widget-area div.right-content{
	width: 40%;
    float: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #444444;
}
body #content #primary aside.before-footer.widget-area div.right-content p::after{
	content:'';
	display:block;
	border-bottom:3px solid #ddd;
	height:3px;
	margin:;
}
section#tertiary > div > aside#custom_html-2 div.social-icons > h5{
	margin-bottom:10px !important;
}
section#tertiary > div > aside#custom_html-2 div.social-icons > h5 + a{
	float: left;
    margin-left:10%;
}
.main-navigation-menu li#menu-item-34233{
	display:none;
}
@media screen and (max-width : 1000px){
	.main-navigation-menu li#menu-item-34233{
		display:block;
	}
	#main-navigation-toggle{
		border:0px;
		visibility:hidden;
		display:none ;
	}
	#main-navigation{
		height:40px;
	}
}
section#tertiary.small-sidebar > div.widget-text.ws-wrapper{
	padding:10px 0px;
}

@media (min-width:541px) and (max-width:960px){
	body.page-id-34376 div.post-wrapper{
		width:50% !important;
		height:700px !important;
		overflow:hidden;
	}
	section#secondary.main-sidebar > aside.widget_em_calendar{
		position:absolute;
	}
	/*.main-sidebar, section#secondary.main-sidebar{
		padding-top:16% !important;
	} */
	section#tertiary.small-sidebar > div.widget_text.widget-wrap{
		top:-142% !important;
	}
	section#tertiary.small-sidebar > div.widget_text.widget-wrap.show{
		top:-293% !important;
	}
	.header-main.container.clearfix{
		background-size:100%;
	}
	header#masthead div.header-main.container.clearfix{
		height:64px;
	}
	section#secondary.main-sidebar > aside#custom_html-3{
		width:80%;
	}
	section#secondary.main-sidebar > aside.widget_codeneric_ad_widget{
		width:20%;
		float:left;
	}
	section#tertiary.small-sidebar > div.widget-wrap{
		width:20%;
		float:left;
	}
	section#tertiary.small-sidebar > div:nth-child(2){
		top: 33%;
    	right: 40.5% !important;
    	height: 55%;
	}
	section#tertiary.small-sidebar > div.widget-text.ws-wrapper{
		height:100px;
	}
	section#secondary.main-sidebar > aside.widget_em_calendar{
		right:39.5%;
	}
	body div#page div#footer footer div#footer-text{
		width:45% !important;
	}
	.footer-wrap .site-in ul{
		margin-top:1% !important;
	}
	.footer-wrap .site-in ul li{
		width: inherit !important;
		margin:7px 5px !important;
	}
	.footer-wrap .site-in ul li a{
		font-size:12px !important;
	}
}
body.page-id-22956 #searchform > div{
	text-align:center;
}
body.page-id-34199 form#loginform{
		width:290px;
		margin:0 auto;
		padding:10px;
		background:#f5f5f5;
		border:1px solid #dee0e9;
		border-radius:5px;
	}
	body.page-id-34199 form#loginform > p{
		text-align:center;
	}
	body.page-id-34199 form#loginform > p > label{
		font-size:14px !important;
		font-family: arial, "helvetica light", helvetica, verdana, sans-serif;
	}
	body.page-id-34199 form#loginform > p.login-username > label::after, body.page-id-34199 form#loginform > p.login-password > label::after{
		content: '\a';
    	white-space: pre;
	}
	body.page-id-34199 form#loginform > p.login-username > input, body.page-id-34199 form#loginform > p.login-password > input{
		width: 55% !important;
		background: transparent url(/wp-content/uploads/2021/06/black-04.png) top left repeat;
		padding: 4px 7px;
		border-radius: 4px;
		box-shadow: 1px 1px 2px rgb(0 0 0 / 20%) inset;
	}
	body.page-id-34199 form#loginform > p.login-submit > input[type="submit"]{
		color: black;
		text-transform: capitalize;
		font-size: 13px;
		font-weight: 400;
		font-family: arial, "helvetica light", helvetica, verdana, sans-serif;
		background: #f5f5f5 url(/wp-content/uploads/2021/06/black-04.png) top left repeat;
		border: 1px solid #bbb;
		border-radius: 4px;
		box-shadow: 0px 1px 2px rgb(0 0 0 / 15%);
		cursor: pointer;
		line-height: 18px;
		padding: 4px 10px 3px 10px;
		text-align: center;
		text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
		vertical-align: middle;
	}
body.page-id-34053 div#content h2.wsp-pages-title{
	display:none;
}
body.page-id-34053 div#content a{
	font-size:16px;
	font-family:arial, helvetica light, helvetica, verdana, sans-serif;
}
body.page-id-34053 div#content a::after{
	content: '';
    background: url(/wp-content/uploads/2021/06/tick.png);
    display: inline-block;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
body.page-id-34053 div#content ul.wsp-pages-list, body.page-id-34053 div#content ul.wsp-posts-list, body.page-id-34053 div#content ul.wsp-elementor_librarys-list, body.page-id-34053 div#content ul.wsp-locations-list, body.page-id-34053 div#content ul.wsp-events-list, body.page-id-34053 div#content ul.wsp-codeneric_ads-list, body.page-id-34053 div#content ul.wsp-event-tagss-list{
	list-style-type: square;
	line-height:1.5em;
}
body.single-post .printfriendly.pf-alignright{
		float:none;
	}
	body.single-post .printfriendly.pf-alignright > a > img{
		height:20px;
	}
.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls{
	width:100% !important;
}
.n2-ss-slider .n2-ss-layer-content{
	padding: 10px 10px 10px 10px !important;
    text-align: left !important;
    --ssselfalign: var(--ss-fs);
    justify-content: flex-end !important;
}
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]{
	display:none;
}
.n2-ss-slide.n2-ow{
	opacity:100% !important;
}
div#n2-ss-10 .nextend-bar-horizontal{
	width:95vw !important;
}
.n2-ss-slider .n2-ss-slider-wrapper-outside, .n2-ss-slider .n2-ss-slider-wrapper-inside{
	overflow-x:hidden;
}
@media (min-width:200px) and (max-width:450px){
	.n2-ss-slider .n2-ss-slider-controls-side{
		height:100%;
	}
	div#n2-ss-10 .n2-ss-slider-2{
		width:100% ;
	}
	.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls{
		width:160% !important;
	}
	.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls > div > div{
		padding:7px !important;
	}
	div#n2-ss-10 .nextend-thumbnail-vertical .nextend-thumbnail-inner{
		width:45% ;
		margin-left:auto ;
	}
	div#n2-ss-10 .nextend-thumbnail-vertical .nextend-thumbnail-inner > div > div > picture > img{
		width:100% ;
		height:45px ;
	}
	div#n2-ss-10 .nextend-thumbnail-vertical .nextend-thumbnail-previous, div#n2-ss-10 .nextend-thumbnail-vertical .nextend-thumbnail-next{
		right:-25% ;
	}
	.n2-ss-slider-controls.n2-ss-slider-controls-right{
		display:none !important;
	}
	.n2-ss-slider-wrapper-inside > .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div > div{
		width:59.5%;
	} 
	.n2-ss-slider-wrapper-inside::before{
		content:'<';
		display:block;
		z-index:9;
		position:absolute;
		left:0px;
		top:45%;
		padding:5px 8px;
		color:white;
		font-weight:900;
		border:1px solid white;
		border-radius:20px;
		background-color:rgba(0,0,0,0.8);
	}
	.n2-ss-slider-wrapper-inside::after{
		content:'>';
		display:block;
		z-index:9;
		position:absolute;
		right:0px;
		top:45%;
		padding:5px 8px;
		color:white;
		font-weight:900;
		border:1px solid white;
		border-radius:20px;
		background-color:rgba(0,0,0,0.8);
	}
}
body.single-post aside.before-footer.widget-area, body.event-template-default.single-event aside.before-footer.widget-area{
	padding-top:7%;
}
body.page-id-22395 div#content, body.page-id-33900 div#content, body.page-id-34053 div#content, body.page-id-22503 div#content, body.page-id-23093 div#content, body.page-id-23001 div#content, body.page-id-23143 div#content, body.page-id-34703 div#content, body.page-id-22956 div#content{
	background-color:white !important;
}
tr:first-child>td>.fc-day-grid-event{
	color:white !important;
}
body.single-post div.pf-content img{
	margin:15px 15px 15px 0px !important;
	width:50%;
}
@media screen and (max-width:500px){
	body.single-post div.pf-content img{
		width:100%;
	}
	body.page-id-34376 div.post-wrapper{
		width:100% !important;
		height:100% !important;
	}
}
body.page-id-23001 .ui-button .ui-icon, body.page-id-34703 .ui-button .ui-icon{
	background-image:url(/wp-content/uploads/2021/06/ui-icons_ef8c08_256x240.png) !important;
}
body.page-id-23001 .ui-state-active, .ui-button.ui-state-active:hover, body.page-id-34703 .ui-state-active, .ui-button.ui-state-active:hover{
	color:white !important;
	background:navy !important;
	border-color:navy !important;
}
body.page-id-23001 a.ui-button:active, .ui-button:active, body.page-id-34703 a.ui-button:active, .ui-button:active{
	color:navy !important;
	border-color:navy !important;
}
body.page-id-23001 .ui-widget-header, body.page-id-34703 .ui-widget-header{
	border-color:navy !important;
	background:navy !important;
}
body.page-id-23001 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus, body.page-id-34703 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
	border-color:navy !important;
	background:navy !important;
	color:white !important;
}
body.page-id-23001 .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button, body.page-id-34703 .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button{
	color:navy !important;
}
@media screen and (min-width : 500px){
	body.page-id-23001 .fc-scroller.fc-day-grid-container, body.page-id-34703 .fc-scroller.fc-day-grid-container{
		height:100% !important;
	}
}
.elementor-widget-container{
	margin:0 !important;
}
body.page-id-33900 .elementor-column-gap-default>.elementor-column>.elementor-element-populated:not{
	padding:20px 15px 10px 15px !important;
}
.entry-title{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    color: #ef2931;
}
.elementor-widget:not(last-child){
	margin:0px !important;
}
body.page-id-22956 form#searchform input#s{
	border: 1px solid navy !important;
	width:70%;
}
body.page-id-22956 form#searchform input#searchsubmit{
	border: 1px solid navy !important;
	background:navy !important;
	color:white !important;
	height:40px;
	padding:0 12px;
	margin-left:-5px;
}
body.search section#primary{
	height:100%;
}
body.search.search-no-results div#content, body.page-id-22956 div#content{
	height:100vh;
}

/* Code end - written by Dishant Bisht*/