/**!
 * b4st CSS
 */

 body {
    margin: 0;
    font-family: "proxima-nova",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    text-align: left;
    background-color: #fff;
}
@media (min-width: 768px){
	 body {
   
    font-weight: 300;

}
}

:root {
  --orange:#f6852a;
  --dark-orange:#da6100;
} 



p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px dotted #ccc;
}

a {
	color:var(--dark-orange);
} 
a:hover {
    color:var(--orange);
    text-decoration: underline;
}

b, strong {
    font-weight: 700;
}

.btn-primary {
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--dark-orange);
    border-color: var(--dark-orange);
}
.site-header-image {
	display: block;
	margin: auto;
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}

.bypostauthor {}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
}

/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Responsive Container (because Bootstrap 4.0.0 doesn't have this) */

.container-responsive {
	width: 100%;
	max-width: 1140px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.menu-container{
	
	max-width: 1400px;
}
.container-wide{
	width: 100%;
	max-width: 1400px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.medium-grey{
	background:#e4e4e4;
}

.light-grey{
	background:#eee;
}
.very-light-grey{
	background:#f4f4f4;
}
.bg-light {
    background-color: #fff;
}
.top-header-left{
	font-size:.75rem;
	padding:4px 4px 4px 10px;
}
.top-header-right{
	text-align:left;
	font-size:.75rem;
	padding:0px 4px 4px 10px;
	
}

@media (min-width: 576px){
.top-header-left{
	font-size:.75rem;
	padding:4px 0px 4px 10px;
}
.top-header-right{
	text-align:right;
	font-size:.75rem;
	padding:4px 10px 4px 0px;
}
}
@media (min-width: 768px){
.top-header-left{
	font-size:.75rem;
	padding:4px 0px 4px 0px;
}
.top-header-right{
	text-align:right;
	font-size:.75rem;
	padding:4px 0px 4px 0px;
}

}


.navbar > .container-responsive {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 1rem;

}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 10px;
    list-style: none;
}
@media (min-width: 768px){
.navbar-nav {

    margin-bottom: 0px;

}
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-responsive {
	padding-right: 0;
	padding-left: 0;
}
.navbar > .container,
.navbar > .container-responsive {
	max-width: 1110px;
}

.navbar-brand {
    display: inline-block;
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-expand-md .navbar-nav .nav-link {
	color:#222;
	text-transform:uppercase;
	font-size:1rem;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
	letter-spacing:2px;
    padding-right: 1rem;
    padding-left: 0.3rem;
}

.current-menu-item .nav-link {
	    color: var(--orange)!important;
	
}
.navbar-expand-md .navbar-nav .nav-link:focus {
	color:#888;
}
.navbar-expand-md .navbar-nav .nav-link:active {
	color:#888;
}
.navbar-expand-md .navbar-nav .nav-link:hover {
	color:#888;
}


.navbar-collapse {
    border-top:1px dotted #eee;
}

@media (min-width: 768px){
.navbar-expand-md .navbar-nav .nav-link {
	color:#222;
	text-transform:uppercase;
	font-size:.85rem;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:0px;
	letter-spacing:2px;
    padding-right: 1rem;
    padding-left: 1rem;
	border-right:1px solid var(--orange);
}

.current-menu-item .nav-link {
	    color: var(--orange)!important;
	
}


.navbar-collapse {
    border-top:0;
}
}










/* Main content */
.home-top{
	background-image:url(../img/home-top-bg.jpg);
	background-size:cover;
	background-position:center center;
	min-height:300px;
	text-align:center;
	color:#fff;
	background-color:#eee;
		
}
.home-top-content-title{
	font-size:2rem;
	line-height:2rem;
	color:#fff;
	
}
.home-top-content-subtitle{
	font-size:1rem;
	margin-top:15px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:4px;
}


@media (min-width: 767px){
.home-top{
	min-height:500px;	
}	

.home-top-content-title{
	font-size:4rem;
	line-height:4rem;
	color:#fff;
	
}
.home-top-content-subtitle{
	font-size:1rem;
	margin-top:15px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:8px;
}
}


@media (min-width: 768px){
.home-text{
	color:#000;
	font-size:1.5rem;
	text-align:center;
}
}

.home-blue-link{
	display: inline-block;
	padding:8px 20px;
	margin-top:10px;
	color:#fff;
	background:tranparent;
	border:1px solid #fff;
	text-transform: uppercase;
	font-size:.7rem;
	letter-spacing:2px;
	 -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
.home-blue-link:hover{
	display: inline-block;
	padding:8px 20px;
	margin-top:10px;
	color:var(--dark-orange);
	background:#fff;
	border:1px solid #fff;
	text-transform: uppercase;
	font-size:.7rem;
	letter-spacing:2px;
	text-decoration:none;
	 -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}


.box {
  position: relative;
  display: inline-block;
  padding:40px;
  height:100%;
  background-color: #eee;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0);
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box::after {
  content: "";
  border-radius: 3px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box:hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.box:hover::after {
    opacity: 1;
}





.box-title{
	font-size:1.3rem;
	font-weight:700;
	text-align:center;
}

.box-content{
	text-align:center;
	font-size:.9rem;
	
}
.box-link{
	text-align:center;
}

.box-text-link{
	display: inline-block;
	padding:8px 20px;
	margin-top:20px;
	color:#fff;
	background:var(--orange);
	text-transform: uppercase;
	font-size:.7rem;
	font-weight:bold;
	letter-spacing:2px;
	 -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
.box-text-link:hover{
	color:#fff;
	background:var(--dark-orange);
	text-decoration:none;
	 -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

.white-box {
  position: relative;
  display: inline-block;
  padding:30px;
  height:100%;
  width:100%;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0);
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.white-box::after {
  content: "";
  border-radius: 3px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.white-box:hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.white-box:hover::after {
    opacity: 1;
}

.what-we-do-box{
	
}
.what-we-do-box ul li{
	padding-bottom:10px;
}
.what-we-do-box h4{
	margin-bottom:1rem;
}

.bottom-box{
	border:1px solid #eee;
	margin-top:20px;
	margin-bottom:50px;
	
}
.bottom-box-left{
	padding:50px;
	font-size:1.5rem;
	
}
.bottom-box-right{
	padding:50px;
	border-left:1px solid #eee;
	
}
.bottom-box-button{
	display: block;
	padding:8px 20px;
	text-align:center;
	color:#fff;
	background:var(--orange);
	text-transform: uppercase;
	font-size:1rem;
	font-weight:bold;
	letter-spacing:2px;
	 -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
.bottom-box-button:hover{
	color:#fff;
	background:var(--dark-orange);
	text-decoration:none;
	 -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

/* Author bio */

.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}

/* Main content */
.page-background-gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/var(--dark-orange)+0,f68528+100 */
background: rgb(10,91,154); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(10,91,154,1) 0%, rgba(52,196,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(10,91,154,1) 0%,rgba(52,196,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(10,91,154,1) 0%,rgba(52,196,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--dark-orange)', endColorstr='var(--orange)',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.page-margin{
	margin-top:50px;
	margin-bottom:30px;
}
.page-margin-news{
	margin-top:100px;
	margin-bottom:50px;
	max-width:960px;
}
.page-title{
	margin-top:30px;
	color:#222;
	font-size:2rem;
	text-align:center;
}
.page-subheading{
	color:#222;
	font-size:1.3rem;
	max-width:100%;
	line-height:1.2;
	margin-bottom:30px;
	text-align:center;
}
.page-subheading a{


}
.page-content{
	background:#fff;
	padding:50px;
}

.page-content{
	background:#fff;
	padding:20px;
}
.page-content-grey{
	background:#eee;
	padding:20px;
}
@media (min-width: 768px){
.page-title{
	margin-top:50px;
	font-size:2.5rem;
	text-align:center;
}	
.page-subheading{

	font-size:1.3rem;
	line-height:1.2;
	margin-bottom:30px;
	text-align:center;
}
.page-content{
	background:#fff;
	padding:50px;
	margin-bottom:30px;
}
.page-content-grey{
	background:#eee;
	padding:30px;
	margin-bottom:30px;
}
}
.parallax-window {
    min-height: 600px;
    background: transparent;
}
.wp-image-1471{
   max-width:100%;
   margin-right:0px;   
margin-bottom:20px;   
}
@media (min-width: 600px){
.wp-image-1471{
   max-width:48%;
   margin-right:30px; 
margin-bottom:20px;   
}
}


/* TEAM MEMBERS*/


.group-photo{
	border-bottom:4px solid var(--orange);
}

.group-photo-caption{
	text-align:center;
	font-size:.7rem;
	padding:10px 0px;
	border-bottom:1px dotted #ccc;
}
.team-archive-image{
	min-height:280px;
	width:100%;
}
.team-archive-content{
	padding:15px;
	color:#444;
	font-size:.8rem;
	width:100%;
}
.white-background{
	background:#fff;
	height:100%;
}


.team-archive-read-more-button{
	display: block;
	padding:10px 20px;
	margin-top:20px;
	text-align:center;
	color:#fff;
	background:var(--orange);
	text-transform: uppercase;
	font-size:.7rem;
	letter-spacing:2px;
	 -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
.team-archive-read-more-button:hover{
	color:#fff;
	background:var(--dark-orange);
	text-decoration:none;
	 -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

.team-box {
  position: relative;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0);
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	width:100%;
}

.team-box::after {
  content: "";
  border-radius: 3px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.team-box:hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.team-box:hover::after {
    opacity: 1;
}

.team-archive-location{
	color: var(--orange);
}

.team-member-page-subheading{

	margin-bottom:30px;
}

.single-team-member-image{

	width:100%;
	margin-bottom:0px;
}

@media (min-width: 768px){
	.single-team-member-image{

	width:100%;
	margin-bottom:0px;
}
	
}
.single-team-member-position{
	font-size:.9rem;
	font-style:italic;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
.single-team-member-email{
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
.single-team-member-info{
	
	margin-bottom:15px;
}
.blue-text{
	color: var(--orange);
}

.single-team-member-sidebar{
	background:#fff;
	padding:30px;
}
.single-team-member-sidebar h4{
	font-weight:bold;
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
	padding-bottom:15px;
}
.single-team-member-sidebar-image{
	display:inline-block;
	float:left;
	height:45px;
	width:45px;
	margin-right:15px;
}
.single-team-member-sidebar-listing{
	
	font-size:.9rem;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
	overflow:auto;
}

.contact-banner{
	background:url("../img/banners/contact-banner.jpg")no-repeat;
	background-size:cover;
	background-position:center center;
	height:350px;
}


/*NEWS*/

.news-box{
	height:100%;
	padding:20px;
	
	 -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
	
}
.nb-1{
	background:#eee;
	color:#444;
}
.nb-1:hover{
	background:#dfdfdf;
	color:#444;
}
.nb-2{
	background:var(--dark-orange);
	color:#fff;
}
.nb-2:hover{
	background:#054d84;
	color:#fff;
}

.nb-3{
	background:var(--orange);
	color:#fff;
}
.nb-3:hover{
	background:#1cb3db;
	color:#fff;
}
.nb-4{
	background:#999;
	color:#fff;
}
.nb-4:hover{
	background:#888;
	color:#fff;
}
.news-box h4{
	font-size:1.4rem;
	font-weight:bold;
	
}

.news-box .date{
	font-size:.7rem;
	margin-bottom:5px;
}
.news-box .excerpt{
	font-size:.9rem;
}
#news-boxes a:hover{
	text-decoration:none;
}

#news-boxes .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
#news-boxes .col, #news-boxes .col-1, #news-boxes .col-10,v .col-11,#news-boxes  .col-12, #news-boxes .col-2, #news-boxes .col-3, v.col-4,#news-boxes  .col-5, #news-boxes .col-6, #news-boxes .col-7, #news-boxes .col-8, #news-boxes .col-9, #news-boxes .col-auto,#news-boxes  .col-lg,#news-boxes  .col-lg-1, #news-boxes .col-lg-10, #news-boxes .col-lg-11, #news-boxes .col-lg-12,#news-boxes  .col-lg-2, #news-boxes .col-lg-3, #news-boxes .col-lg-4, #news-boxes .col-lg-5, #news-boxes .col-lg-6,#news-boxes  .col-lg-7, #news-boxes .col-lg-8, #news-boxes .col-lg-9,#news-boxes  .col-lg-auto, #news-boxes .col-md, #news-boxes .col-md-1, #news-boxes .col-md-10, #news-boxes .col-md-11, #news-boxes .col-md-12, #news-boxes .col-md-2,#news-boxes  .col-md-3, #news-boxes .col-md-4, #news-boxes .col-md-5, #news-boxes .col-md-6, #news-boxes .col-md-7, #news-boxes .col-md-8,#news-boxes  .col-md-9, #news-boxes .col-md-auto, #news-boxes .col-sm, #news-boxes .col-sm-1,#news-boxes  .col-sm-10, #news-boxes .col-sm-11, #news-boxes .col-sm-12, #news-boxes .col-sm-2,#news-boxes  .col-sm-3, #news-boxes .col-sm-4, #news-boxes .col-sm-5,#news-boxes  .col-sm-6,#news-boxes  .col-sm-7, #news-boxes .col-sm-8, #news-boxes .col-sm-9, #news-boxes .col-sm-auto, #news-boxes .col-xl,#news-boxes  .col-xl-1, v.col-xl-10, #news-boxes .col-xl-11, #news-boxes .col-xl-12, #news-boxes .col-xl-2, #news-boxes .col-xl-3, #news-boxes .col-xl-4, #news-boxes .col-xl-5, #news-boxes .col-xl-6, #news-boxes .col-xl-7, #news-boxes .col-xl-8, #news-boxes .col-xl-9, #news-boxes .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}


.index-news-box{
	background:#fff;
	padding:30px;
	margin-bottom:50px;
}
.index-news-box-image{
	height:100%;
	min-height:150px;
}
.index-news-box .date{
	font-size:.8rem;
	margin-bottom:5px;
	padding:8px 0px;
	border-bottom:1px dotted #ccc;
}
.index-news-box .excerpt{
	font-size:.9rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--dark-orange);
    border-color: var(--dark-orange);
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--dark-orange);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

/* SINGLE NEWS POST*/
.single-meta-container{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;

	padding:5px 0px;
	margin-bottom:10px;
}
.single-meta-info{

	line-height:28px;
	font-size:12px;

	
}
.share-buttons{
	display: flex; justify-content: flex-end
}

.single-news-image{
	margin:20px 0px;
}
/* Sidebar */

.sidebar{
	background:#fff;
	padding:30px;
}

.sidebar ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.sidebar ul li{
	margin:0;
	padding:8px 0;
	border-bottom:1px dotted #ccc;
	font-size:.8rem;
}
.post-date{
	font-style:italic;
}

/*LOGOS*/
.logo-box {
  position: relative;
  display: inline-block;
  padding:10px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0);
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom:30px;
}

.logo-box::after {
  content: "";
  border-radius: 3px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.logo-box:hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.logo-box:hover::after {
    opacity: 1;
}


/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
}

.comment-meta {
	margin-bottom: 1rem;
}
.commentlist .children {
	margin-top: 1rem;
}


/* Site footer */
footer {
	font-size:.85rem;
}
footer a{
	color:#444;
}
footer ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

footer ul li{
	padding-bottom:0px;
}

.widget_nav_menu{
	
	margin-bottom:30px;
}
.custom-html-widget{
	
	margin-bottom:30px;
}
.corona-row{
	padding-top:30px;
	border-top:1px dotted #999;
}
.corona-text{
	text-align:center;
	margin-bottom:30px;
	padding: 20px;
    height: 100%;
    background-color: #eee;
    border-radius: 3px;
}
@media (min-width: 768px){
	.corona-text{
		padding: 40px 50px;
	}
}