/*
Theme Name: Custom Theme
Theme URI: <THEME_URI>
Description: Ramsey Recycles
Author: 
Author URI: 
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;700;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Avenir", "Avenir Next", 'Lato', Arial, Verdana, 'sans-serif';
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: #58595B;
  background-color: #ffffff;
}

a {
	color: #00437B;
	transition: 0.5s;
	font-weight: 700;
}
a:hover {
	color: #000000;
}

b, strong {
    font-weight: 700;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 transparent;
}

.btn {
    border: 0;
    padding: .5rem 1.5rem;
    border-radius: 0;
	white-space: normal;
	text-transform: uppercase;
}

.btn-primary {
    color: #fff;
	font-weight: 600;
    background-color: #84BD00;
	transition: 0.5s;
}

.btn-primary:hover {
	background-color: #84BD00;
	opacity: 0.8;
}

.btn-secondary {
	padding: .3rem 2rem;
    color: #fff;
	font-weight: 600;
    background-color: #2A70AA;
	transition: 0.5s;
}

.btn-secondary:hover {
	background-color: #2A70AA;
	opacity: 0.8;
}

.top-message-bar .wp-bootstrap-blocks-button  {
    position: absolute;
    right: 195px;
}
.hmong-top-button {
    font-size: .85rem;
    margin-top: -20px;
    text-transform: unset;
    border: 1px solid #ccc;
    color: #666666!important;
    background-color: #f4f4f4!important;
    padding: .05rem .4rem;
}
.hmong-top-button:hover, .hmong-top-button:not(:disabled):not(.disabled):active, .hmong-top-button:focus {
    color: #666666!important;
    background-color: #fff!important;
    opacity: 1!important;
    border: 1px solid #ccc;
}

.white-button-purple-text {
    color: #8d3995;
    background-color: #fff;
}
.white-button-purple-text:hover, .white-button-purple-text:not(:disabled):not(.disabled):active, .white-button-purple-text:focus {
    color: #fff;
    background-color: #8d3995;
	opacity: 1;
}

.white-button-orange-text {
    color: #f48020;
    background-color: #fff;
}
.white-button-orange-text:hover, .white-button-orange-text:not(:disabled):not(.disabled):active, .white-button-orange-text:focus {
    color: #fff;
    background-color: #f48020;
	opacity: 1;
}
.white-button-green-text {
    color: #84BD00;
    background-color: #fff;
}
.white-button-green-text:hover, .white-button-green-text:not(:disabled):not(.disabled):active, .white-button-green-text:focus {
    color: #fff;
    background-color: #84BD00;
	opacity: 1;
}
.white-button-green2-text {
    color: #218a3d;
    background-color: #fff;
}
.white-button-green2-text:hover, .white-button-green2-text:not(:disabled):not(.disabled):active, .white-button2-green-text:focus {
    color: #fff;
    background-color: #218a3d;
	opacity: 1;
}
.white-button-green3-text {
    color: #9db44a;
    background-color: #fff;
}
.white-button-green3-text:hover, .white-button-green3-text:not(:disabled):not(.disabled):active, .white-button3-green-text:focus {
    color: #fff;
    background-color: #9db44a;
	opacity: 1;
}
.white-button-blue-text {
    color: #009bbb;
    background-color: #fff;
}
.white-button-blue-text:hover, .white-button-blue-text:not(:disabled):not(.disabled):active, .white-button-blue-text:focus {
    color: #fff;
    background-color: #009bbb;
	opacity: 1;
}
.row-a-background {
	position: relative;
}

.top-background {
	position: relative;
}

.resources-rows img {height: auto;}

.resources-column h4 {
	font-size: 18px;
    font-weight: 700;
}
.resources-column p {
    font-size: 14px;
}
.resources-column strong {
    font-weight: 700;
}

.wp-block-image img {
    height: auto;
}


.top-message-bar {
    z-index: 1035;
    position: relative;
    top: -20px;
    left: 0;
    padding: 10px 5px;
    background-color: #00437B;
    color: #ffffffcd!important;
    border-bottom: 5px solid #ffe100;
}
.message-bar-text {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}
.message-bar-text a {
    color: #ffffffcd!important;
}
.message-bar-text a:hover {
    color: #ffffff;
}
.message-bar-text strong {
    color: #ffffff;
}
.top-message-icon {
    margin-top: -3px;
}

/*
    TYPE STYLES
*/
.row-a-content h1 {
	padding: 0;
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 2.75rem;
}

.row-a-content h2 {
	padding: 0;
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 2.5rem;
}
.left-content h1{
	color: #00437B;
	font-weight: 900;
	font-size: 3.75rem;
	padding-bottom: 20px;
}

.left-content h2{
	color: #00437B;
	font-weight: 900;
	font-size: 2.5rem;
	padding-bottom: 0px;
}

.action-left-content {
	margin: -50px 0 0 0 ;
	padding: 0 50px 50px 150px;
}

.action-right-content {
	padding: 50px 20px 50px 40px;
}
img.aligncenter {
    max-width: 100%;
    height: auto;
	display: block;
    margin: auto;
}
img.aligncenter {
    max-width: 100%;
    height: auto;
	display: block;
    margin: auto;
}


/*
    HEADER
*/
div.gt_switcher_wrapper {
    right: 20px!important;
}
@media (max-width: 767px) {
    div.gt_switcher_wrapper {
        right: 10px!important;
    }
  }

  /*   Add space above top message to accomodate translation   */
@media (max-width: 1340px) {
    .top-message-bar {
        padding: 30px 5px 10px 5px;
    }
    .hmong-top-button {
        margin-top: -60px;
    }
  }
  @media (max-width: 700px) {
    .top-message-bar {
        padding: 50px 5px 10px 5px;
    }
    .top-message-bar .wp-bootstrap-blocks-button {
        position: relative;
        right: unset;
    }
    .hmong-top-button {
        width: 220px;
        margin-top: -20px;
    }
  }


.navbar-brand-wrap {
	z-index: 3;
	position: absolute;
}

.navbar-brand {
	padding-left: 15px;
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
}

#header-logo {
	width: 300px;
	height: auto;
	-webkit-transition: transform .2s;
	-moz-transition: transform .2s;
	-o-transition: transform .2s;     
	transition: transform .2s; 
}
#header-logo:hover {
  transform: scale(1.05);
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -o-transition: transform .2s;     
  transition: transform .2s; 
}

ul {
list-style:none;
font-weight: 700;
padding-left: 0;
}

li:before {
    content: '';
    display: inline-block;
    height: .75em;
    width: .75em;
    background-image: url("./svg/arrow-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:0.5em;   
  }

/*   Purple Household Hazardous Waste   */
.page-id-364 a, .page-id-364 h1  {
    color: #6A288A;
  }
.page-id-364 li:before {
    background-image: url("./svg/arrow-purple.svg");
  }
/*   Red Yard Waste   */
.page-id-369 a, .page-id-369 h1  {
    color: #A52238;
  }
.page-id-369 li:before {
    background-image: url("./svg/arrow-red.svg");
  }
/*   Green Food Scraps  */
.page-id-372 a, .page-id-372 h1  {
    color: #218A3D;
  }
.page-id-372 li:before {
    background-image: url("./svg/arrow-green.svg");
  }
/*   Business  */
.page-id-376 a, .page-id-376 h1  {
    color: #00718C;
  }
.page-id-376 li:before {
    background-image: url("./svg/arrow-blue2.svg");
  }

/*
    NAV
*/
.inner-nav-wrap {
width: 1200px;
padding: 0 30px;
margin: auto !important;
}

.navbar {
	padding: 20px 0 20px 0;
	background-color:rgba(255,255,255,0.90)!important;
  -webkit-transition:padding 0.2s ease;
  -moz-transition:padding 0.2s ease; 
  -o-transition:padding 0.2s ease;        
  transition:padding 0.2s ease;  
}




/*
    FOOTER
*/


div.footer-menu-block ul {
	padding: 0px;
    margin:0px;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
}
div.footer-menu-block li:before {
    display: none;
} 
div.footer-menu-block li {
    padding: 0px;
    display: block;
} 
div.footer-menu-block a {
	font-size: 12px;
	line-height: 15px;
	padding: 3px 14px 3px 3px;
	border-radius: 3px;
	display: block;
    color:#58595B;
}
div.footer-menu-block a:hover {
	color:#58595B;
	text-decoration: none;
	background-color:#ededed;
}
.footer-column {
	min-width: 300px;
	text-align: right;
}

.page-footer {
	padding: 30px 0 30px 0;
	background-color: #00437B;
	color: #ffffff;
}
.page-footer a {
	color: #ffffff;
}

.page-footer p a:hover  {
	opacity: 0.8;
	text-decoration: none!important;
}

#footer-logo {
	width: 100%;
	max-width: 300px;
	height: auto;
	padding: 20px 0 0 0;
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -o-transition: transform .2s;     
  transition: transform .2s; 
}

#footer-logo:hover {
  transform: scale(1.05);
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -o-transition: transform .2s;     
  transition: transform .2s; 
}

.footer-block-left {
	margin: 50px 0 0 260px;
}


.footer-social-icons{
	width: 100%;
	text-align: center;
	padding: 20px 2px;
}

a.footer-phone{
	font-size: 18px;
	display: inline-flex;
	padding: 0px 0px 8px 0px;
}

a.footer-phone {
	font-weight: 500;
	color: #ffffff;
}
a.footer-phone:hover {
	text-decoration: none;
	opacity: 0.7;
}


.footer-block-right {
	display: inline-block;
	width: 100%;
	text-align: right;
	margin: 110px 0 0 0 ;
}

.seven-cols {
	margin: 0;
	border-top: 1px solid #ededed;
	padding: 20px 0 20px 0;
}

.seven-cols .col-md-1 {
padding: 10px 10px 10px 0;
}
.icon-new-win a {
    font-weight: normal;
    background-image: none;
	background-repeat: no-repeat;
    background-position: top 3px right 1px;
	background-size: 12px 12px;
}
.icon-new-win a:hover {
    background-image: url("./svg/new-win.svg");
}

.bold-menu{
	text-transform: uppercase;
    font-weight: 700;
}

.copyright-block {
	padding: 5px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	background-color: #2A70AA;
}

.hide-block {
	display: none;
}

/* Custom ACF blocks */


.row-a-content {
	padding: 60px 140px 80px 140px;
}
.row-a-3 {
	padding: 60px 150px 60px 150px;
}
.content-row-a-child {
	padding: 100px 0 30px 0;
}

.reduced-padding-row  {
	padding: 100px 0 0 0 !important;
}

.content-row-post {
	padding: 150px 15px;
}

.content-row-a-child  .row {
    margin-right: 0;
    margin-left: 0;
}

#two-column-images {
	max-width: unset;
    width: 100%;
	padding: 0;
    margin: 0;
}

.row-c {
	padding: 10px 0 30px 0;
}
 
.custom-container  {
    position: absolute;
    top: 0;
	width: 100%;
}

#topimage-content  .top-background {
	min-height: 568px;
}

.home-row-a h3, .home-row-a h5 {
	color: #00437B;
}

.home-row-a .btn-primary{
    padding: .75rem 2.5rem;
	margin: .75rem;
}

/* Style font awesome icons */
.fa {
  background-color: #ffffff;
  padding: 3px;
	margin: 0 4px;
  font-size: 20px;
  width: 26px;
  height: 26px;
  text-align: center;
  text-decoration: none;
  border: 0px solid;
  border-radius: 50%;
  vertical-align: text-bottom;
}

a.fa {
  color: #00437B;
}

.fa:hover {
  opacity: 0.8;
  text-decoration: none;
}
.fa-twitter:before {
    content: " ";
}
.fa-twitter {
    background-image: url("./svg/social-x-blue-2.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
  }


/* Bootstrap block customizations */
.home-body-row {
padding: 3rem 7.75rem 2.5rem 7.75rem;
}
.home-body-copy h2 {
    padding: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 2.5rem;
}
.ambassador-image-column .p-2 {
    padding: 0.6rem!important;
}
.ambassador-text-column {
	margin-left: -5%;
}
.ambassador-text-column h3, .ambassador-text-column h5 {
  color: #00437B;
}
.ambassador-text-column h3 {
font-size: 2rem;
line-height: 1;
font-weight: 700;
margin-bottom: 1rem;
}
.ambassador-text-column h5 {
    font-size: 1.5rem;
	line-height: 1;
    font-weight: 500;
}

.hightlights-row {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.hightlights-row div {
	margin-bottom: 15px;
}
.hightlights-row h4 {
    margin: 1rem 0;
    line-height: 1;
}
.hightlights-row h5 {
	font-weight: 200;
}


.hightlight-icon {
    margin: 0 0 0.5em;
}
.hightlight-hhw-location {
    font-size: 24px;
}

.sign-up-container {
    background: #ededed;
	padding-top: 20px;
	padding-bottom: 20px;
}


/*
    MEDIA QUERIES 
*/


@media (min-width: 1200px) {
	

}
@media (min-width: 575.98px) {
.sign-up-content-align-vertical > div  {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

}



@media (max-width: 1199.98px) {
.navbar-brand {
	padding-left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.row-a-content {
	padding: 40px 0;
}
.row-a-3 {
	padding: 40px 0;
}
.content-row-a-child {
	padding: 40px 0;
}
.reduced-padding-row  {
	padding: 40px 0 0 0 !important;
}
.left-content-title h1 {
    font-size: 2.5rem;
	padding-bottom: 10px;
}
.left-content {
    font-size: 100%;
}
.page-footer {
	padding: 40px 20px;
}
.footer-block-left {
	margin: 50px 0 0 0;
}
a.footer-phone {
    display: block;
    padding: 0 0 15px 0;
}
.page-footer .btn {
    padding: 5px 10px;
}
.ambassador-text-column {
	margin-left: -3%;
}
}


@media (max-width: 991.98px) {
#topimage-content  .top-background {
	min-height: 380px;
}

#footer-logo {
	padding: 10px 0 20px 0 ;
	max-width: 200px;
	display: block;
    margin: 0 auto;
}
.footer-column {
	padding: 15px 5px 0 0;
	min-width: unset;
	text-align: center;
}
.content-row-a {
	padding: 5%;
}
.action-left-content {
	margin: -30px 0 0 0 ;
	padding: 0 10px 20px 40px;
}
.ambassador-text-column h3 {
font-size: 1.75rem;
}
.ambassador-text-column h5 {
font-size: 1.3rem;
}
.ambassador-text-column {
	margin-left: -1%;
}
}



@media (max-width: 767.98px) {
.navbar-brand {
	padding-left: 0;
    padding-top: .75rem;
    padding-bottom: .5rem;
}
/* normally 70px - use 180px when using top message */
.custom-container  {
    top: 180px;
}
#topimage-content  .top-background {
	min-height: 175px;
}
.inner-nav-wrap {
padding: 0 15px;
margin: auto !important;
}
.navbar.navbar-light {
    background-color: #ffffff!important;
	font-weight: 200;

}
div.footer-menu-block a {
    font-size: 14px;
}
.row-a-title h1 {
	padding: 0;
	font-weight: 700;
	font-size: 1.75rem;
}
.row-a-content {
	padding: 30px 0;
}
.row-a-3 {
	padding: 20px ;
}
.content-row-a-child {
	padding: 20px 0 0 0;
}
.reduced-padding-row  {
	padding: 0 !important;
}
.left-content {
	padding: 10px 35px 20px 35px;
}
.right-content {
	padding: 10px 35px 20px 35px;
}
	
.footer-block-right{
	margin: 40px 0 0 0 ;
}

#social-right {
    display: none;
}

.action-left-content {
	margin: -20px 0 0 0 ;
	padding: 0 0 20px 0;

}
.row-a-content h1 {
	font-size: 1.75rem;
}

.row-a-content h2 {
	font-size: 1.5rem;
}
.left-content h1{
	font-size: 1.75rem;
}

.left-content h2{
	font-size: 1.5rem;
}
	
h1 {
    font-size: 1.75rem;
	font-weight: 700!important;
}
h2 {
    font-size: 1.5rem;
	font-weight: 700!important;
}
h3 {
    font-size: 1.25rem;
	font-weight: 700!important;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1rem;
}

	
.home-body-row {
padding: 2rem 4rem 2rem 4rem;
}
.home-body-copy h2 {
    font-size: 1.75rem;
}
.ambassador-image-column {
    margin: 0 auto;
}
.ambassador-text-column {
text-align: center;
margin-left: unset;
}
}



@media (max-width: 575.98px) {

#header-logo {
	width: 200px;
}
#footer-logo {
	width: 200px;
}
a.footer-phone {
	display: block;
    padding: 0 0 20px 0;
}
.action-left-content {
	margin: -30px 0 0 0 ;
	padding: 0 5% 0 20%;
}
.left-content {
	padding: 5px 15px 10px 15px;
}
.right-content {
	padding: 5px 15px 10px 15px;
}
.row-c {
	padding: 0;
}
.resources-rows img {
 	width: 250px; 
	height: auto;
}
.resources-rows .wp-block-image {
	text-align: center;
	}
.home-body-row {
padding: .5rem 0 0 0 ;
}
}

@media (max-width: 300px) {
.navbar-brand-wrap {     /*  Send logo back - make top complete mobile menu  */
	z-index: 0;
}
#header-logo {
	width: 150px;
}
}

/*
    MEDIA QUERIES 
*/


/*
    MEDIA QUERIES  Footer columns for menus
*/
@media (min-width: 350px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
	 padding:  0 5px 10px 0 ;
    width: 100%;
    *width: 100%;
  }
}
@media (min-width: 576px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 30%;
    *width: 30%;
    max-width: 30% !important;
flex:none !important;
  }
}
@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 24%;
    *width: 24%;
    max-width: 24% !important;
flex:none !important;
  }
}
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.28%;
    *width: 14.28%;
    max-width: 14.28% !important;
flex:none !important;
  }
}
