/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.ul-two-cols{
	display: flex;
}

.ul-two-cols li {
	flex-basis: 50%;
}


.footer-logo img{
	max-width: 250px;
}

.footer-contact {
	margin-top: 12px;
}

.footer-contact p,
.footer-contact a {
		color: #fff;
}

.footer-copyright {
	  width: 100%;
      text-align: center;
}


.footer-copyright     .copyright {
      font-family: 'Montserrat', sans-serif;
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 0.2em;
      color: #cccccc;
      text-transform: uppercase;
      margin-bottom: 6px;
    }
 
 .footer-copyright    .powered-by {
      font-family: 'Montserrat', sans-serif;
      font-size: 12.5px;
      font-weight: 300;
      color: #aaaaaa;
      letter-spacing: 0.02em;
    }
 
 .footer-copyright    .powered-by a {
      color: #cccccc;
      text-decoration: none;
      font-weight: 400;
      transition: color 0.2s ease;
    }
 
.footer-copyright     .powered-by a:hover {
      color: #ffffff;
    }
 
.footer-copyright     .divider {
      margin: 0 10px;
      color: #555;
    }