/**
 * Theme Name: SuperOwly - Kids WordPress Child Theme
 * Template: superowly
*/

/*------------------------------------------------------------------
[Add Your Custom CSS Here] */

.copyright-section{
	padding: 50px 0 0 0;
}

#devonto{
	font-size: smaller;
}

.sp-section .wpb_content_element{
	margin-bottom: 35px;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.unstyled li {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: start;
  column-gap: 10px;
  margin-bottom: 8px;
}

.unstyled li i {
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  width: 40px; /* ensures consistent alignment even if grid collapses */
  text-align: center;
}

.unstyled li span.address-block {
  display: inline-block;
  line-height: 1.4;
}

#content.sp-page-content-wrap{
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
}

.breadcrumbs-wrap{
	background:#0067A3;
	padding: 3% 0;
}

.breadcrumbs-wrap h1{
	margin-bottom: 0;
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty){
	padding-right: 60px !important
}

h2:not(:last-child){
	margin-bottom: 30px;
}


@media screen and (max-width:768px){
	.sp-entries-nav.entries-nav.type-2{
		display: none;
	}
	.sp-page-content-wrap.sp-right-sidebar aside#sidebar {
		float: none;
	}
	.sp-page-content-wrap{
		padding: 40px 0;
	}
}
