/*
Theme Name:  WhiteDot Child
 Theme URI:    https://unitedcountiesofamerica.com/
 Description:  Child theme of WhiteDot. Customised for unitedcountiesofamerica.com.
 Version: 1.2.3 
 Author:       CJ's Web Services
 Author URI:   https://cjswebservices.com
Text Domain: whitedot
Template: whitedot
*/
/* font for posts to look like newspaper print. google didn't have resource */
@import url("font/stylesheet.css");
/* temp remove footer menu Mikes request 03/03/21 */
div.footer-menu-class ul {
	display: none;
}
body {
	font-family: 'Lato', sans-serif;
}
.col-full, .custom-col-full {
	max-width: 1920px!important;
}
.site-header {
	background: #000f5f;
}
.site-branding a.site-name {
	color: #fff;
}
.primary-nav li a {
	color: #cccccc;
	font-size: 12px;
}
.wd-footer-branding {
	background: #f9f9f9;
}
.site-footer {
	background: #242424; 
	text-align: center;
	color: rgba(225, 225, 225, 0.8);
    font-size: 88%;
}
.wd-footer-info {
	background: #242424;
	color: rgba(225, 225, 225, 0.8);
}
div.footer-menu-class ul {
    margin:20px 0px 20px 0px;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    text-align: left;
}
div.footer-menu-class li {
    padding: 0px 20px 0px 0px;
    display: inline;
} 
div.footer-menu-class a { 
    color: rgba(225, 225, 225, 0.8);
}
.footer-credit a {
	color: rgba(225, 225, 225, 0.8);
}
.footer-credit a:visited {
	color: rgba(225, 225, 225, 0.8);
}
.footer-credit a:hover {
	color: #fff;
}
.single-post .wd-post-content {
	font-family: 'poyntertext-regular', serif;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
li {
	padding-bottom: 1%;
}
.logon-navigation {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  list-style: none;
  margin: 0; 
  background: #000f5f;
}
.logon-navigation a {
  text-decoration: none;
  display: block;
  padding: 5px 15px 0 0;
  color: #CCC;
}
.logon-navigation a:hover {
  color: #fff;
	transition: .3s ease;
}
#groups-list {
	list-style: none;
}
/* make sidebar show on forum pages */
.bbpress.has-sidebar #primary {
	width: 70%;
	float: left;
}
.bbpress.has-sidebar .secondary {
	display: inline;
}
#revolver {
	text-align:center;
}
.soliloquy-container {
	margin: 0 auto!important;
}

.soliloquy-pager {
	display: none;
}
/*
.soliloquy-container .soliloquy-prev {
	left: -40px!important;
}
.soliloquy-container .soliloquy-next {
	right: -40px!important;
}*/
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  font-weight: bold;
}
.borderit {
    border: solid 4px #000;
    padding: 2%;
}
.flf-title {
	font-size: 72px;
	text-align: center;
	margin: 0;
	padding: 2% 0 0 0;
	line-height: 1;
}
.menu-item-has-children::after, .page_item_has_children::after {
	font-family: "Font Awesome 5 Free";
	top: 0;
	line-height: 80px;
	right: -3px;
	position: absolute;
	content: "\f107";
	font-size: 18px;
    font-weight: 900;
}
/* remove featured image from single post page*/
.wd-single-featured-img {
	display: none;
}
/* make videos centered */
.wp-video {
	margin: 0 auto;
}
@media screen and (max-width:1366px) {
	.menu-item-has-children, .page_item_has_children {
	margin-right: 0;
  }
}
@media all and (max-width: 900px) {
	.wd-post-title {
	font-size: 24px;
  }
    .flf-title {
	font-size: 64px;
  }
}
@media all and (max-width: 800px) {
  .logon-navigation {
    justify-content: space-around;
  }
    h1 {
	font-size: 156%;
  }
    .row {
        display: block;
    }
    .flf-title {
	font-size: 300%;
  }
}
@media all and (max-width: 768px) {
    h1 {
	font-size: 150%;
  }
}
@media screen and (min-width:768px) {
	.primary-nav li a:hover {
	color: #fff;
  }
	.col-full, .custom-col-full {
	padding: 0 10px;
  }
}
@media all and (max-width: 600px) {
  .logon-navigation {
    flex-flow: column wrap;
    padding: 0;
  }
  .logon-navigation a { 
    text-align: center; 
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255,0.3); 
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
  }
  .logon-navigation li:last-of-type a {
    border-bottom: none;
  }
}
@media all and (max-width: 480px) {
	.wd-post-title {
	font-size: 16px!important;
  }
	.wd-excerpt-title {
	font-size: 18px;
  }
    .logon-navigation {
	flex-flow: row wrap;
  }
    .logon-navigation a {
	border: none;
  }
}
@media all and (max-width: 428px) {
    .flf-title {
	font-size: 281%;
  }
}
@media all and (max-width: 425px) {
    h1 {
	font-size: 125%;
  }
}
@media all and (max-width: 414px) {
	.site-branding a.site-name {
	font-size: 24px;
  }
    h2 {
	font-size: 113%;
  }
}
@media all and (max-width: 390px) {
    .flf-title {
	font-size: 250%;
  }
}
@media all and (max-width: 375px) {
	.site-branding a.site-name {
	font-size: 20px;
  }
}