/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.TM-footerlogos {
    width: 420px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.TM-footerlogos .leftlogo {
    width: 50%;
    border-right: 1px solid rgba(0,0,0,0.2);
    text-align: right;
    padding-right: 40px;
}

body.dark-mode .TM-footerlogos .leftlogo {
    border-right: 1px solid rgba(255,255,255,0.2);
}

body.dark-mode .separator {
	background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(#fff), to(rgba(0,0,0,0.35)));
    background: linear-gradient(to right, #000, #fff, rgba(0,0,0,0.35));
}

body.dark-mode .block-footer .copyright p, body.dark-mode .block-footer .copyright span, body.dark-mode .block-footer .copyright ul a {
	color: rgba(255,255,255,0.35);
}

.block-footer .copyright p, .block-footer .copyright ul a {
    color: rgba(0,0,0,0.9);
}

.TM-footerlogos .rightlogos {
    width: 50%;
    text-align: left;
    padding-left: 40px;
}

.TM-footerlogos .rightlogos a.tmsocial {
    float: left;
    margin-right: 10px;
}

.TM-footerlogos a.tmsocial, .TM-footerlogos a.tmsocial:visited {
	color: rgba(0,0,0,0.7);
    width: 40px;
    height: 40px;
    margin-top: -2px;
    text-align: center;
    line-height: 40px;
}

body.dark-mode .TM-footerlogos a.tmsocial, body.dark-mode .TM-footerlogos a.tmsocial:visited {
	color: rgba(255,255,255,0.35);
}

.TM-footerlogos .leftlogo, .TM-footerlogos .rightlogos {
    float: left;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
}

.TM-footerlogos .TM-logo {
    width: 100%;
	opacity: .7;
    filter: alpha(opacity=70);
}

@media only screen and (max-width: 480px) {
	.TM-footerlogos {
		width: 100%;
	}

	.TM-footerlogos .leftlogo, .TM-footerlogos .rightlogos {
		width: 100%; text-align: center;
		float: left;
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.TM-footerlogos .leftlogo {		
		border-right: 0;
		padding-right: 0px;
	}
	.TM-footerlogos .rightlogos {
		padding-left: 0px;
	}
	
	.TM-footerlogos .rightlogos a.tmsocial {
		float: none;
		margin: 0 5px;
	}
}

@media only screen and (max-width: 991px) {
	.copyright .pull-right {
		float: none!important;
	}

}

@media (max-width: 599px) {
	.hero-1 .hero-inner .btn, .hero-1 .hero-inner .btn.btn-lg {
		font-size: 80%;
	}
}

body.dark-mode .TM-footerlogos .logo-light {
	display: none;
}
body.dark-mode .TM-footerlogos .logo-dark {
	display: inline-block;
}

body .TM-footerlogos .logo-dark {
	display: none;
}
	
body .TM-footerlogos .logo-light {
	display: inline-block;
}

div.social #blog .card .card-footer {
	background-color: transparent;
}

@media (min-width: 992px) {
  div.social {
     padding: 120px 0;
  }
}

.TM-styled-list {
  padding-left: 15px;
  margin-bottom: 15px;
  list-style: none;
}
.TM-styled-list li {
  position: relative;
  list-style: none;
  padding: 5px 0 0 20px;
}
.TM-styled-list li:last-child {
  padding-bottom: 0;
}
.TM-styled-list li:before {
  position: absolute;
  content: "\f058";
  margin-right: 4px;
  font-family: "Font Awesome 5 Pro";
  color: #0273d4;
  font-size: 16px;
  left: 0;
}
.TM-styled-list.no li:before {
  content: "\f057" !important;
  color: #d9534f !important;
}


.cros-latest-promo {
	position: fixed;
	width: 100%;
	left: 0; right: 0;
	bottom: 0;
	z-index: 998;
	font-size: 18px;
	text-align: center;
}
