	/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/foxy/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
* {
    box-sizing: border-box;
    /*line-height: 100%;*/
}
body {
	font-family: "acumin-pro",sans-serif;
}
body.mhmm-menu-active {
	position: fixed;
}
h1 {
	font-weight: 600;
}
button {
	padding: 0;
	border: none;
	background: transparent;
}
button,
label,
input,
optgroup,
select,
textarea {
  display: inline-flex;
  font-size: 100%;
  margin:0;
}
button.search-submit img,
.search-open img {
	width: 100%;
	max-width: 20px;
}
button.search-submit {
	cursor: pointer;
	margin-left: auto;
}
a {
	font-weight: 600;
}
a.polymath-logo-link svg {
    width: 75px;
}
/*
 * ------ LOADER ------*
 */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 11px;
}
.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #1e2244;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.loader {
	text-align: center;
	padding-bottom: 50px;
}
.pop-up-search-form {
	display: flex;
}
.flex-row {
	display: flex;
}
.flex-row > div {
	width: auto !important;
	/*margin:0 !important;*/
}
.flex-this-row > div {
	width: auto !important;
}
.et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row.flex-row .et_pb_column.col1 {
	margin-right: auto !important;
}
.et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row.flex-row .et_pb_column.col2 {
	margin-right: 15px !important;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}
.hide-trending {
	visibility: hidden;
}
.et_pb_post .entry-content {
    font-size: 16px;
    line-height: 1.5;
}
/*
 * --------[ICONS] --------*
 */
.et-social-icon.labels span {
	display: inline-block;
	margin-left: 10px;
	font-weight: 400;
    font-size: 16px;
}
.et-social-email a.icon:before {
    content: "\e076";
}
.icon_pin:before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    content: "\e081";
}

/*
* -----------[HEADER]----------*
*/
#mhmm {
	background: #fff;
}
ul#sns-container {
	display: inline-flex;
}
ul#sns-container > li {
	margin: 0 5px;
}
.et-social-icon a {
    color: #000;
    font-size: 18px;
}
body #full-screen-search {
    position: absolute;
    height: 0;
    top: -100px;
}
body #full-screen-search.open {
    height: 100%;
    top: 0;
    opacity: .95;
}
.menu-button {
	transition: 1s;
	opacity: 1;
}
body.mhmm-menu-active .menu-button {
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}
.et_pb_mhmm_menu.menu-style-slide_right .menu-button-close {
    /*left: auto;
    right: 20px;
    top: 20px;*/
    right: inherit;
    width: 32px;
    top: inherit;
    left: inherit;
}
/*.et_pb_mhmm_menu.menu-style-slide_right nav {
	left:15%;
	right: inherit;
}*/
.mhmm-menu-active .et_pb_mhmm_menu.menu-style-slide_right nav {
	left: 0;
}
/*#menu-main-menu {
	display: flex;
    justify-content: space-evenly;
}*/
.et_pb_mhmm_menu.menu-style-slide_right nav {
	width: 100%;
}
.et_pb_mhmm_menu nav ul {
    display: block !important;
    position: relative;
    height: inherit;
    padding: 25px 0 0 5%;
}
/*.et_pb_mhmm_menu nav > ul {
	padding-top: 75px;
}*/
.et_pb_mhmm_menu nav > ul li {
	border-bottom:1px solid;
}
.et_pb_mhmm_inline_menu nav > ul > li:first-child a {
	padding-left: 0;
}
.menu-main-logo {
	width: 225px;
	position: absolute;
    top: 25px;
    left: 5%;
}
.et_pb_mhmm_menu.menu-style-slide_right nav,
.menu-overlay {
	margin-top: 80px;
}
#mobile-menu-footer-container ul {
	padding-top: 10px;
}
#mobile-menu-footer-container ul li a {
	text-transform: none;
}
#mobile-menu-search-container {
	position: absolute;
    top: 0;
    right: 3%;
}
#mobile-menu-footer-social-search-links {
	display: flex !important;
    align-items: baseline;
}
#mobile-menu-footer-social-search-links .menu-item-search button {
	padding:10px;
}

/*body #page-container {
		padding-top: 221px !important;
	}*/
/*#mhmm {
	position: absolute;
	width: 100%;
	top: 0;
}*/
.weather-container .awesome-weather-wrap {
	display: flex;
	background: transparent;
	font-family: inherit;
	line-height: inherit;
	text-shadow: inherit;
	color: #000 !important;
}
.weather-container .awesome-weather-header {
	order: 1;
	padding: inherit;
	text-align: left;
	background: transparent;
	text-transform: none;
}
.weather-container .awesome-weather-current-temp {
	padding: 0;
	font-size: inherit;
	text-align: inherit;
    width: inherit;
    line-height: inherit;
}
.weather-container .awesome-weather-current-temp sup {
    font-size: inherit;
    padding-left: inherit;
    bottom: inherit;
}

.countdown-container {
	color:#000;
	margin-right: 20px;
}
/*
 * ---------[TRENDING WIDGET]-------*
 */
.wpp-list li {
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.wpp-list li:last-child {
	border-bottom: none;
}
.wpp-post-title,
.tptn_link {

    font-size: 18px;
    color: #000;
}
.wpp-excerpt {
    display: block;
}
/*
-----------------[SUBSCRIPTION FORM]--------*/
#subscribeForm .form-group {
    margin: 20px 0;
}
#subscribeForm label {
    font-size: 20px;
    color: #111;
    margin-bottom: 10px;
    display: block;
}
#subscribeForm .required-asterick {
    color: #931f17;
}
#subscribeForm .form-control {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*color: #999;*/
    /*background-color: #eee;*/
    font-size: 20px;
}
#subscribeForm .address-disclaimer {
    margin-top: 20px;
    margin-bottom: 20px;
}
#subscribeForm input[type="checkbox"] {
    width: inherit;
}
#subscribeForm input[type="submit"] {
    color: #1e2243 !important;
    border: 2px solid #1e2243;
    letter-spacing: 0px;
    font-size: 20px;
    background: transparent;
    padding: 10px 20px;
}
#subscribeForm .checkbox-description {
    font-size: 14px;
}
/*
 * ------[RELATED WIDGET] -------*
 */
#sidebar .yarpp-related-widget h6.entry-title {
	padding-top: 20px;
    display: block;
}
#sidebar .yarpp-related-widget li:first-child .single-featured-container {
	margin-top: 0;
}
/*
 * ---------[GRID LAYOUT]---------*
 */
.ds-grid-blog .et_pb_ajax_pagination_container,
.recent-posts-grid-container {
    display: grid;
    grid-column-gap: 4%;
    grid-template-columns: repeat(4, 22%);
}
.recent-posts-grid-container.has-featured-article {
	grid-template-rows: repeat(3);
}
.has-featured-article .recent-article:first-child {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
}
.has-featured-article .recent-article:nth-child(2) {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 2;
	grid-row-end: 2;
}
.has-featured-article .recent-article:nth-child(3) {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 3;
	grid-row-end: 3;
}
.has-featured-article .recent-article:nth-child(4) {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 3;
}
.has-featured-article .recent-article:nth-child(5) {
	grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 3;
}
.has-featured-article .recent-article:nth-child(6) {
	grid-column-start: 4;
	grid-column-end: 4;
	grid-row-start: 3;
	grid-row-end: 3;
}
.has-featured-article .cat-recent-articles-featured {
   grid-column-start: 2;
   grid-column-end: 4;
   grid-row-start: 1;
   grid-row-end: 3;
}
.has-featured-article .trending-container {
	grid-column-start: 4;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 3;
}
.trending-container {
	grid-column-start: 4;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 3;
}
.trending-container h2 {
	text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 25px;
}
.trending-container .wpp-list {
	padding-top: 30px;
    list-style: none;
}
.ds-grid-blog .pagination {
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.post-meta .published {
	font-weight: 600;
	font-size: 13px;
	color: #c1022a;
}
.recent-article {
	margin-bottom: 40px;
}
.recent-post-featured-image {
    padding-top: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e5e5e5;
    background-position: center;
}
.recent-post-title {
    padding-bottom: 5px;
    color: #000;
    font-weight: 600;
    line-height: 1em;
    font-size: 20px;
    padding-top: 10px;
}
.cat-recent-articles-featured .recent-post-title {
	font-size: 32px;
}
.recent-posts-grid-container .post-excerpt {
	display: none;
}
.vertical-posts .recent-posts-grid-container .post-excerpt,
.remaining-posts-grid .recent-posts-grid-container .post-excerpt,
.custom-category .recent-posts-grid-container .post-excerpt,
.recent-posts-grid-container.has-featured-article .cat-recent-articles-featured .post-excerpt {
	display: block;
	padding-bottom: 0;
	font-weight: 400;
}
.custom-category .recent-posts-grid-container .post-meta,
.remaining-posts-grid .recent-posts-grid-container .post-meta {
	padding-bottom: 5px;
	line-height: 1.5;
}
.recent-posts-grid-container .recent-post-content .post-meta {
	font-weight: 400;
	overflow-wrap: break-word;
    word-wrap: break-word;
}
.recent-posts-grid-container .recent-post-content .post-meta .author {
	font-weight: 600;
}
/*** Verticle Posts ***/
.vertical-posts .recent-posts-grid-container {
	grid-template-columns: repeat(1, 100%);
	grid-column-gap: 0;
}
.vertical-posts .recent-article {
    margin-bottom: 0;
    border-bottom: 1px solid;
    padding-bottom: 30px;
    padding-top: 30px;
}
.vertical-posts .recent-article:last-child {
	border-bottom: none;
}
.vertical-posts .recent-article a {
	display: flex;
    flex-direction: row;
}
.vertical-posts .recent-article .recent-post-featured-image {
	width: 250px;
	max-width: 100%;
}
.vertical-posts .recent-article .recent-post-content {
	padding-left: 20px;
}
.vertical-posts .recent-article .recent-post-title {
	padding-top: 0;
    font-size: 28px;
}

/*** Remaining Posts grid ***/
.load-more-btn-container,
.load-more-posts-btn-container {
	padding: 50px 20px;
    text-align: center;
    border-top: 1px solid;
}
.load-more-btn-container a,
.load-more-posts-btn-container a {
	background: #952017;
    border-radius: 4px;
    padding: .5em 1.5em;
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 22px;
    font-weight: 600;
}
/*
 * --------[SINGLE/CATEGORY ARTICLES AUTHOR] ------*
 */
.custom-single .single-featured-container,
.custom-category .single-featured-container {
	padding-top: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e5e5e5;
    background-position: center;
    margin-top: 30px;
}
.custom-single .social-sharing-lft-hand {
    /*padding-right: 30px;*/
    padding-top: 50px;
    width: 100%;
    /*width: 88px;*/
    /* height: 100%; */
    display: flex;
    justify-content: flex-end;
}
.custom-single .social-sharing-lft-hand h3 {
	font-weight: 600;
	font-size: 25px;
	/*padding-bottom: 38px;*/
}
.custom-single #left-area {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    grid-column-start: 2;
    grid-column-end: 4;
    width: 100% !important;
}
.custom-single .container,
.custom-category .container {
	width: 89%;
    max-width: 100%;
}
.custom-category span.comma:last-child {
    display: none;
}
#main-content.custom-category .container {
	padding-top: 30px;
}
.custom-category .container h1 {
	padding-bottom: 50px;
	text-align: center;
}
.custom-single .container:before,
.custom-category .container:before,
.search .container:before,
.custom-author .container:before {
	display: none;
}
.custom-single #content-area {
    /*display: flex;
    flex-direction: row;*/
    display: grid;
    grid-column-gap: 4%;
    grid-template-columns: repeat(4, 22%);
}
.custom-single .social-share-container {
	display: flex;
	float: none;
	flex-direction: column;
	align-items: center;
	/*justify-content: center;*/
}
.custom-author article {
	border-bottom: 1px solid;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
}
.custom-author article:last-of-type {
	border-bottom: 0;
}
.custom-author article .recent-post-featured-image {
	width: 250px;
    max-width: 100%;
}
.custom-author article .recent-post-content {
    padding-left: 20px;
}

.custom-single .author.vcard,
.custom-single .author.vcard a {
	font-weight: 600;
	color: #000;
	/*margin-right: 5px;*/
	/*position: relative;*/
}
.post-meta-container {
	display: flex;
	flex-flow: wrap;
}

.custom-single .author.vcard a,
.custom-single .published {
	font-size: 15px;
}
.seperator {
	margin: 0 5px;
}
/*.custom-single .author.vcard {
	margin-right: 5px;
}
.custom-single .published {
	margin-left: 5px;
}*/
/*.custom-single .author.vcard a:after {
    content: '';
    background: #000;
    width: .1em;
    height: 16px;
    position: absolute;
    top: 50%;
    right: -.5em;
    transform: translateY(-50%);
}*/
/*.custom-single h1.entry-title {
	font-size: 60px;
}*/
.custom-single article h3.entry-sub-title {
	font-style: italic;
}
.custom-single #sidebar {
	padding-top: 50px;
	width: 100% !important;
	padding-left: 0;
}
.custom-single hr {
	margin: 40px 0;
    border: none;
    border-top: 1px solid #707070;
}
.custom-single .bottom-of-article .ads {
	margin-bottom: 75px;
}
.custom-single .ads .entry-content {
	padding-top: 0;
}
.custom-single .entry-content #ad-article-container,
.custom-single .entry-content .countdown-container {
	padding-bottom: 1em;
}
#sidebar h4.widgettitle {
	text-align: center;
    font-weight: 600;
    padding-bottom: 50px;
}
#sidebar .et_pb_widget a {
	color: #000;
}
#sidebar .et_pb_widget a:hover {
	color: #002867;
	cursor: pointer;
}
#sidebar .et_pb_widget ul li {
	margin-bottom: 1.5em;
}

#ts_take_action_wrapper {
	padding-top: 0;
    text-align: center;
    border-top: 1px solid #707070;
    margin-top: 40px;
}
#ts_take_action_wrapper h2 {
    text-align: center;
    margin: 30px 0 20px;
    color: #1e2243;
    font-size: 32px;
    padding-bottom: 0;
}
#ts_take_action_wrapper .takeActionBtn a {
    font-size: 20px;
    padding: 10px 30px;
    border: 2px solid;
    border-radius: 3px;
    margin-right: 20px;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
}
#ts_take_action_wrapper .takeActionBtn:last-child a {
	margin-right: 0;
}
#ts_take_action_wrapper .takeActionBtn a:hover {
	opacity: .8;
}

/*
 * ------[AUTHOR ARTICLE SECTION] ----*
 */
.article-author-bio-container .author-meta-container {
	display: flex;
}
.article-author-bio-container .author-meta {
	margin-left: 20px;
	font-size: 12px;
    line-height: 1.5;
}
.article-author-bio-container .author-gravatar {
	flex: 0 0 20%;
}
.article-author-bio-container .author-meta div {
	padding-bottom: 15px;
}
.article-author-bio-container .author-name a {
	font-weight: 600;
}
.article-author-bio-container .author-social-container span:first-child {
	margin-right: 15px;
}
/*
 * -------[SEARCH RESULTS] -----*
 */
mark {
    background-color: #ffe175;
}
.search article {
	border-bottom: 1px solid;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
}
.search article:last-of-type {
	border-bottom: 0;
}
/*.search article .article-permalink {
	display: flex;
    flex-direction: row;
}*/
.search article .recent-post-featured-image {
	width: 250px;
    max-width: 100%;
}
.search article .recent-post-content {
    padding-left: 20px;
}
/*
 * --------[PAGE NAVI] -------*
 */
.wp-pagenavi a, .wp-pagenavi span {
	color: #1e2145;
	font-size: 16px !important;
}
.wp-pagenavi .nextpostslink, 
.wp-pagenavi .previouspostslink {
	color: #1e2145 !important;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
	font-weight: 600 !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #971f11!important;
}
/*
 * -------[TWEET THIS] ------*
 */
#tweet-this-container {
	padding-top: 50px;
	/*padding-bottom: 20px;*/
}
#tweet-this-container h3 {
	font-size: 24px;
    font-weight: 600;
}
#tweet-this-container ul {
	list-style-type: none;
	padding-left: 0;
    padding-bottom: 0;
}
#tweet-this-container ul li {
	padding: 15px;
	border-bottom: 1px solid #707070;
	display: flex;
}
#tweet-this-container ul li:first-child {
	border-top: 1px solid #707070;
}
#tweet-this-container .et-social-twitter a.icon:before,
#tweet-this-container .et-social-twitter i.icon:before {
    margin-right: 20px;
    font-size: 15px;
}
#tweet-this-container li a {
	text-align: left;
}
/*#tweet-this-container .et-social-twitter a:before,
.single .entry-content a:before {
	content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #002867;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}*/
.single .entry-content a,
.filters a {
	position: relative;
	/*display: inline-flex;*/
	background-size: 0%;
    background-repeat: no-repeat;
    background-position: center 1.3em;
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.single .entry-content a:hover,
.filters a:hover,
.filters a.active {
	background-size: 100%;
	background-image: linear-gradient(to bottom, #002867 0%, #002867 100%);
	background-position: 0 1.3em;
}
.single .entry-content #petitionWidgetContainer a:hover {
	background-size: 0%;
	background-image: none;
}
#tweet-this-container .et-social-twitter a:hover:before,
.single .entry-content a:hover:before {
	width: 100%;
}
#tweet-this-container .et-social-twitter i.icon:before {
	content: "\e094";
	text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}
#tweet-this-container .et-social-icon a:hover {
	color: #002867;
}
/*
 * --------[SINGLE CAT LOCAL] ------*
 */
.custom-category.category-local h1 {
 	padding-bottom: 20px;
}
.custom-category.category-local .filters {
 	padding-bottom: 30px;
 	max-width: 700px;
}
.custom-category.category-local .filters ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*
 * --------[ARTICLE SHARE] ------*
 */
.custom-single .social-sharing-lft-hand.mobile {
	display: none;
}
.custom-single .social-sharing-lft-hand.mobile {
	justify-content: flex-start;
}
.custom-single .social-sharing-lft-hand.mobile .social-share-container {
	flex-direction: row;
}
.custom-single .social-sharing-lft-hand.mobile h3 {
	padding-bottom: 0;
	font-size: 20px;
}
.custom-single .social-sharing-lft-hand.mobile .pom-small-white {
	margin-bottom: 0;
}
/*
 * ---------[ADS]----------*
 */
.ads .featured-img-container {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/*
 * --------[PETITION WIDGET]---------*
 */
#petitionWidgetContainer .et_pb_all_tabs {
    padding:24px 0;
}
#petitionWidgetContainer .et_pb_tab h2 {
    margin-top: 0;
}
#petitionWidgetContainer ul.et_pb_tabs_controls {
    border:none;
    background-color: transparent;
    display: table;
    table-layout: fixed;
    width: 100%;
}
#petitionWidgetContainer .et_pb_tabs,
#petitionWidgetContainer .et_pb_tabs_controls li {
    border:none;
}
#petitionWidgetContainer .et_pb_tabs_controls li:hover {
    background-color: #931f17;
}
#petitionWidgetContainer .et_pb_tabs_controls li  {
    width: 100%;
    text-align: center;
    display: table-cell;
    float: none;
}
#petitionWidgetContainer .et_pb_tabs_controls li a {
    display: block;
}
#petitionWidgetContainer .et_pb_tabs_controls li.et_pb_tab_active {
    bottom:0;
}
#petitionWidgetContainer .dk-speakout-share ul.et-social-icons {
    float: none;
}

/*
* ----------[FOOTER]--------*
*/
footer h4.title {
	font-weight: 400;
	font-size: 22px;
}
footer ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
footer#main-footer ul > li {
	margin:5px 0;
}
footer#main-footer ul.bureaus li {
	margin:0;
}
footer#main-footer ul.bureaus a {
	font-weight: 400;
}
footer .et-social-icon a {
	color:#fff;
}
footer .et-social-icon a:hover,
footer .et-social-icon a:hover:before {
	color: rgba(255,255,255,.65);
}
/*footer#main-footer .et_pb_module.et_pb_text {
	margin-bottom: 5%;
}*/
footer#main-footer ul > li:first-child {
	margin-top: 0;
}

footer #et-info,
footer #et-info a {
	color: #fff;
	font-weight: 400;
	text-align: left;
	padding: 0;
}
footer .addressContainer,
footer .contactContainer {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 10px;
}
footer .addressContainer > div:first-of-type,
footer .contactContainer > div:first-of-type {
    margin-right: 10px;
}
footer .addressContainer .title,
footer .contactContainer .title,
footer span.title {
    font-weight: 600;
    text-align: left;
}
footer #et-info ul > li {
	margin: 0;
    line-height: 1.5;
}
footer .lftCol span, 
footer .lftCol i {
	font-size: 22px;
}

/*
* ----------[MEDIA QUERIES]--------*
*/
@media only screen and (min-width: 2200px) {}
@media only screen and (min-width: 1101px) {
	.stock_ticker.static li {
		display: inline;
	}
	.stock_ticker.static li {
		margin-right: 20px;
	}
	.stock_ticker.static li:last-child {
		margin-right: 0;
	}
}
@media only screen and (min-width: 992px) {}
@media only screen and (min-width: 981px) {
	#mobile-menu-footer-container,
	#mobile-footer-social-search,
	#menu-main-menu .menu-item-search,
	.menu-main-logo {
		display: none;
	}
	button.search-submit:before {
		content: 'SEARCH';
		margin-right: 10px;
	}
	#header-weather-countdown-container > div {
		display: flex;
	}
	.flex-row-justify-right {
		margin-left: auto;
	}
	.custom_cols_4 .et_pb_column:first-child {
		width: 35%;
	}
	.custom_cols_4 .et_pb_column {
		width: 16.875%;
	}
	.custom_cols_4 .et_pb_column:nth-child(3) {
		margin-right: 0;
	}
	/*.custom-single .container {
	    max-width: 1280px;
	    margin-left: auto;
	    margin-right: 5.5%;
	}*/
}
@media only screen and (min-width: 981px) and (max-width: 1100px) {
	.custom-category.category-local .filters {
	 	max-width: 75%;
	}
}
@media only screen and (max-width: 980px) {
	/*.responsive-margin-auto {
		margin: auto;
	}*/
	.home-page-hero-section .recent-posts-grid-container:not(.has-featured-article),
	.remaining-posts-grid .recent-posts-grid-container:not(.has-featured-article),
	.custom-category .recent-posts-grid-container,
	.page-template-default:not(.home) .recent-posts-grid-container {
	    grid-template-columns: repeat(2, 48%);
	}
	.has-featured-article .cat-recent-articles-featured {
	    grid-column-start: 1;
	    grid-column-end: 5;
	    grid-row-start: 1;
	    grid-row-end: 1;
	}
	.has-featured-article .recent-article:not(.cat-recent-articles-featured) {
		grid-column: span 2;
	}
	.has-featured-article .recent-article:first-child {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 2;
	}
	.has-featured-article .recent-article:nth-child(2) {
		grid-column-start: 3;
		grid-column-end: 5;
		grid-row-start: 2;
		grid-row-end: 2;
	}
	.has-featured-article .recent-article:nth-child(3) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 3;
	}
	.has-featured-article .recent-article:nth-child(4) {
		grid-column-start: 3;
		grid-column-end: 5;
		grid-row-start: 3;
		grid-row-end: 3;
	}
	.has-featured-article .recent-article:nth-child(5) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 4;
		grid-row-end: 4;
	}
	.has-featured-article .recent-article:nth-child(6) {
		grid-column-start: 3;
		grid-column-end: 5;
		grid-row-start: 4;
		grid-row-end: 4;
	}
	/*.has-featured-article .recent-article:nth-child(3),
	.has-featured-article .recent-article:nth-child(4),
	.has-featured-article .recent-article:nth-child(5),
	.has-featured-article .recent-article:nth-child(6) {
		display: none;
	}*/
	.has-featured-article .trending-container {
	    grid-column-start: 1;
	    grid-column-end: 5;
	    grid-row-start: 3;
	    grid-row-end: 3;
	}
	.trending-container {
	    grid-column-start: 1;
	    grid-column-end: 3;
	    grid-row-start: 6;
	    grid-row-end: 6;
	}
	.trending-container:not(.hide-trending) {
		padding-bottom: 50px;
	}
	.trending-container ul.wpp-list {
		padding-bottom: 0;
		display: grid;
	    grid-column-gap: 4%;
	    grid-template-columns: repeat(2, 48%);
	    padding-left: 0;
	    grid-row-gap: 20px;
	}
	.trending-container ul.wpp-list li {
	    margin-bottom: 0;
	    border-bottom: none;
	    padding-bottom: 0;
	}
	.custom-category .recent-posts-grid-container .trending-container,
	.page-template-default .recent-posts-grid-container .trending-container {
		padding-bottom: 50px;
	}
	.custom-category .hide-trending,
	.page-template-default .hide-trending {
		display: none;
	}
	/*.trending-container ul.wpp-list li:nth-child(3),
	.trending-container ul.wpp-list li:last-child {
		display: none;
	}*/
	.custom-single #left-area {
		grid-column-start: 1;
		grid-column-end: 5;
		grid-row-start: 1;
	}
	.custom-single .social-sharing-lft-hand.hide-on-mobile {
		display: none;
	}
	.custom-single .social-sharing-lft-hand.mobile {
		display: flex;
	}
	.et_right_sidebar #left-area, .et_right_sidebar #sidebar {
	    float: none;
	    width: auto;
	    padding-right: 0;
	    padding-left: 0;
	}
	#sidebar {
	    display: none;
	}
	#main-content.custom-single .container {
		padding-top: 20px;
	}
	#main-content.custom-category.category-local .container {
		padding-top: 0;
	}
	.custom-category.category-local .filters {
	 	max-width: 100%;
	}
	.custom-category.category-local .filters ul {
	    justify-content: center;
	}
	.custom-category.category-local .filters ul li {
	    margin-right: 20px;
	}
	.custom-category.category-local .filters ul li:last-child {
		margin-right: 0;
	}
}
@media only screen and (min-width: 768px) {
	/*
	 * --------[SINGLE/CATEGORY SPORTS] ------*
	 */
	#main-content.custom-single.category-sports .container {
		padding-top: 10px;
	}
	.custom-single.category-sports .thumbnail {
		float: right;
	    max-width: 50%;
	    margin-left: 10px;
	}
}
@media only screen and (min-width: 480px) {
	#footer-copyright {
		display:flex;
	}
	#footer-copyright .col1 {
		width:50px !important;
		margin-right:2% !important;
	}
	#footer-copyright-txt {
		text-align: left;
	}
}
@media only screen and (min-width: 480px) and (max-width: 766px) {}
@media only screen and (max-width: 767px) {
	.et_pb_mhmm_menu.menu-style-slide_right nav,
	.menu-overlay {
		margin-top: 69px;
	}
	#mobile-menu-logo {
		width:225px;
	}
	/*.et_pb_mhmm_inline_menu nav > ul > li {
		width: 50%;
		text-align: center;
	}*/
	.flex-row {
		flex-wrap: wrap;
	}
	.hide-on-mobile {
		display: none;
	}
	#header-widgets-row .center-on-mobile {
		margin: auto !important;
	}
	/*.custom-single .social-sharing-lft-hand {
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    background: #fff;
	    z-index: 10;
	    left: 0;
	    padding: 10px;
	}
	.custom-single .social-sharing-lft-hand h3 {
	    display: none;
	}*/
	.responsive-flex-column {
		display: flex;
		flex-direction: column;
	}
	.responsive-flex-column .entry-title,
	.responsive-flex-column .entry-sub-title,
	.responsive-flex-column .post-meta-container {
		order:1;
	}
	.responsive-flex-column .single-featured-container {
		order:0;
		margin-top: 0;
		margin-bottom: 20px;
	}
	#main-content.custom-single .container {
		padding-top: 0px;
	}
	.custom-single h1.entry-title {
		font-size: 36px;
	}
	.custom-single article h3.entry-sub-title {
		font-size: 20px;
		line-height: 1.2;
	}
	#tweet-this-container {
		display: none;
	}
	.custom-single .social-share-container {
		flex-direction: row;
	}
	.wp-pagenavi .pages {
		display: block;
	}
	.wp-pagenavi .first-container,
	.wp-pagenavi .last-container {
		margin: 0;
		padding: 0;
	}
	#petitionWidgetContainer .et_pb_tabs_controls li  {
        width: 100%;
        display: block;
    }
    #petitionWidgetContainer .dk-speakout-share a {
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
	/*#subscribe-btn,
	#donate-btn {
		margin-top: 10px;
	}*/
	.custom-single .post-meta-container .seperator {
		display: none;
	}
	.custom-single .post-meta-container .published {
		width: 100%;
	}
	.trending-container ul.wpp-list {
		grid-column-gap: 0;
	    grid-template-columns: repeat(1, 100%);
	}
	.trending-container ul.wpp-list li {
	    margin-bottom: 0;
	    border-bottom: 1px solid;
	    padding-bottom: 20px;
	}
	.trending-container ul.wpp-list li:last-of-type {
		border-bottom: none;
	}
	.vertical-posts .recent-posts-grid-container {
	    display: grid;
	    grid-column-gap: 4%;
	    grid-template-columns: repeat(2, 48%);
	}
	.vertical-posts .recent-article .recent-post-featured-image-container {
		width: 100%;
	}
	.vertical-posts .recent-article a {
	    flex-direction: column;
	}
	.vertical-posts .recent-article .recent-post-content {
	    padding-left: 0; 
	}
	.vertical-posts .recent-article .recent-post-title {
		padding-top: 10px;
	    font-size: 20px;
	}
	.vertical-posts .recent-article {
		border-bottom: none;
	}
	.vertical-posts .post-meta.post-excerpt {
		padding-bottom: 10px;
		line-height: 1.5;
	}
	.recent-posts-grid-container .recent-article:not(.cat-recent-articles-featured) .post-meta .seperator {
		display: none;
	}
	.recent-posts-grid-container .recent-article:not(.cat-recent-articles-featured) .post-meta .published {
		display: block;
	}
	.recent-posts-grid-container .recent-article:not(.cat-recent-articles-featured) .post-meta:not(.post-excerpt) {
		line-height: 1.3;
	}
	.search article,
	.custom-author article {
		flex-direction: column;
	}
	.search article .recent-post-content,
	.custom-author article .recent-post-content {
		padding-left: 0;
	}
	.search article .recent-post-featured-image,
	.custom-author article .recent-post-featured-image {
		width: 100%;
	}
	.wp-pagenavi {
		text-align: left;
	}
	.wp-pagenavi .pages-container,
	.wp-pagenavi .first-container,
	.wp-pagenavi .last-container {
		display: block;
		margin: 0;
	}
}
@media only screen and (max-width: 320px) {
	#mobile-menu-logo {
		width:200px;
	}
}
@media only screen and (max-width: 980px) and (orientation : portrait) {}