/**
* Theme Name: amino Child
* Description: This is a child theme of amino, generated by Rdt WP.
* Author: <a href="http://plazathemes.com/">Plaza-Themes</a>
* Template: amino
* Version: 1.0.0
*/

/* Slider */
.rt-slideshow img { width: 100%; min-height: 280px!important; max-height:calc(100vh - 45px); }


/* Category Banner */
.elementor-widget-rt_banner { border-radius: 10px; overflow: hidden; }

/* Content Page Margin Fix? */
.page-id-84 #content {margin-bottom:0!important;}

@media only screen and (max-width:900px){
	.footer-logo img {max-width:250px;display:block;margin: 0 auto;}
}

@media only screen and (max-width:600px){
	.footer-logo img {max-width:200px;}

}<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y3K2YBCYND">
</script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-Y3K2YBCYND');
</script>