/*
Theme Name: LMG Create:Creative
Theme URI: https://wearelmg.com/
Description: This is the Create:Creative theme created for the Genesis Framework.
Author: :<G
Author URI: https://www.wearelmg.com/

Version: 2.8.0

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/




.footer-logos-links img {
  background: #2D8958;
    border-radius: 2px;
}

@media screen and (min-width: 700px){
	.padding-left-small {
	padding-left: 2em;
}

.padding-right-small {
	padding-right: 2em;
}
	.show-for-small-only{
	display: none;
}
}
@media screen and (max-width: 700px){
	.show-for-small-only{
	display: block;
		padding-top: 2em;
}
}


@media screen and (min-width: 1025px) {
	.show-for-large-up{
		display: block;
	}
}
@media screen and (max-width: 1025px){
	.show-for-large-up{
		display: none;
	}
}

@media only screen and (max-width : 768px) {
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}
#pagenav ul li a span{
line-height: 1.5;
display: inline-block;
width: auto;
max-width: 90%;
}
.team-cell .team-meta{
	padding: 1em;
}
@media screen and (min-width: 1024px) and (max-width: 1630px) {
	.staff-tier .team-meta h3{
		font-size: 1.2em;
		letter-spacing: 2px;
	}
	.staff-tier .team-meta h4{
		letter-spacing: 1px;
	}
	
}
.site-footer h2{
	font-size: 1.75em;
}
.cmenu-grid .cell{
	padding: 1em;
}

.cmenu-grid h3{
	color: #358A57;
}

.facts-list {
	list-style: none;
	padding-bottom: 15px;
}

.velscope-tier .content-left {
	padding-left: 2rem;
}