body {
   /* background: #E7E8E8 url(../images/cts-bg8.png) no-repeat center center fixed;*/
    background:#ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.tb-home-bg{
    background:url('http://www.trustbrands.com/wp-content/uploads/2019/12/trustbrand-header-bg-desk-no-icons.png');
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: repeat repeat !important;
    background-position: top center;
    color:#ffffff;
}
*, a, div {
    font-family: roboto, sans-serif;
}
a:hover {
    text-decoration: none;
}
.home .header .entry-title {
    display: none;
}
#brandingLogo {
    max-width: 240px;
}
.container-tb {
    width:100%;
    padding:140px 18%;
}
.container-tb-content {
    width:100%;
    padding:80px 18%;
}
.tb-h1 {
    font-size:65px;
    color:#ffffff;
}
.tb-h2 {
    font-size:48px;
}

.topHeader {
    color: #ffffff;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 20;
    margin: 0px auto;
    padding: 40px 18% !important;
}
#mainContainer {
    padding: 0px 0% !important;
}
#footer {
    height: 50px;
    width: 100%;
    position: relative;
    z-index: 10;
    bottom: -6px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    background: rgb(13, 36, 57);
    padding: 14px 15px;
    margin: 0px;
}
#footerSection {
    color: rgb(255, 255, 255);
    width: 100%;
    margin: 0px auto;
    padding: 0px 14% !important;
}
.footer-links {
    display: inline-flex;
    margin-left: 8px;
}
#menu-footer-menu {
    display: inline-flex;
}
.fdiv-border {
    width: 100%;
    display: block;
    height: 6px;
    position: relative;
    bottom: 50px;
    z-index: 11;
}
#menu-footer-menu a {
    color: rgb(255, 255, 255);
    padding: 0px 8px;
    border-left: 1px solid rgb(255, 255, 255);
}
#menu-footer-menu a:hover {
    color: rgb(221, 221, 221);
}
ul#menu-menu {
    display: flex;
    margin-top: 0.8rem;
    justify-content: flex-end !important;
}
ul#menu-menu li {
    margin: 0px 10px;
}
ul#menu-menu li a {
    padding: 0.5rem 1rem;
    color: rgb(0, 0, 0);
}
ul#menu-menu li a:hover, ul#menu-menu li a:focus {
    color: rgb(6, 120, 183);
}
#menu .menu-item-type-custom a:hover,
#menu .menu-item-type-custom a:focus {
   
}
#navbarSupportedContent1 ul {
    text-align: center;
    line-height: 2;
}
#navbarSupportedContent1 a {
    color: rgb(0, 0, 0);
}
.post-edit-link {
    position: fixed;
    bottom: 0;
    left: 0;
}
.btn-cts-main {
    color: #ffffff;
    background: #0478B7!important;
    padding: 15px 35px;
    border: 2px solid #0478B7;
    transition: 0.5s;
    font-weight: bold;
    border-radius: 0px;
    font-size: 28px;
}
.btn-cts-main:hover, .btn-cts-main:focus {
    color: #0478B7;
    background: #ffffff!important;
    border: 2px solid #0478B7;
}
.cts-mainTitle {
    font-size: 4vw;
    font-weight: bold;
}
.cts-secTitle {
    font-size: 2vw!important;
}
@media (max-width: 1366px){
	.container-tb-content {
		padding:80px 4%!Important;
	}
	.container-tb {
		padding:140px 4%!Important;
	}
	.topHeader {
		padding:40px 4%!important;
	}
}

@media (max-width: 1200px){
    .topHeader {
        padding: 10px 5% !important;
    }
    #brandingLogo {
        max-width: none;
        width: 100%;
    }
    .container-tb,.container-tb-content {
        padding:140px 5%;
    }
}

@media (max-width: 576px) {
    .topHeader, #mainContainer, #footerSection {
        padding: 0% !important;
    }
    #brandingLogo {
        max-width: 100%;
    }
    .topHeader, #mainContainer, #footerSection {
        padding: 0% !important;
    }
    #footer {
        height: auto !important;
    }
    .topHeader, #mainContainer, #footerSection {
        padding: 0% !important;
    }
    .fdiv-border {
        bottom: 78px;
    }
    #footer-sidebar {
        padding:40px 6% 20%!important;
		float:left!important;
		height:auto!important;
    }
    #footer-sidebar1,#footer-sidebar2,#footer-sidebar3,#footer-sidebar4,#footer-sidebar5,#footer-sidebar6 {
        width:100%!important;
        padding:0px!important;
    }
    ul#footermLinks li:first-child {
		margin-bottom:16px;
    } 
    ul#footermLinks {
        display:block!important;
        text-align:left;
    }
    ul#footermLinks li {
        padding:4px 0;
    }
    .container-tb {
        padding:60px 0 0!important;
    }
    .tb-home-bg{
    background:url('http://www.trustbrands.com/wp-content/uploads/2019/12/trustbrand-header-bg-mobile-3-no-icons.png');
        background-size:34%!important;
        background-repeat:none;
    }
    .container-tb-content {
    width: 100%;
    padding: 40px 6%;
    }
    .tb-h2 {font-size:34px}
    .tb-h3 {font-size:24px;}
}

#rotate div {
    display:none;
    animation: fadein 1s forwards;
}

@keyframes fadein {
    50% { display:none; }
    100%   { display:block; }
}


#footer-sidebar {
display:block;
height: 250px;
    width:100%;
    padding:40px 18% 20%;
    font-size:12px;
    background:#0F2439;
    color:#ffffff;
}
#footer-sidebar a{
    font-size:14px;
    text-transform:capitalize;
    font-weight:bold;
    color:#ffffff;
}

#footer-sidebar1 {
float: left;
width: 50%;
padding-right:40px;
}

#footer-sidebar2 {
float: left;
width: 25%;
    padding-right:40px;
}

#footer-sidebar3 {
float: left;
width: 25%;
}

#footer-sidebar4 {
float: left;
width: 50%;
padding-right:40px;
}

#footer-sidebar5 {
float: left;
width: 25%;
    padding-right:40px;
}

#footer-sidebar6 {
float: left;
width: 25%;
}
ul#footermLinks {
    display:inline-flex;
    margin-bottom:0px;
}
ul#footermLinks li:first-child{
    margin-left:0px;
}
ul#footermLinks li{
    margin:0 20px;
}
a#footerContactUs {
    font-weight:500!important;
    color:#ffffff!important;
}
.footerSocial {
    margin:0 5px;
}

#tgOldFooterLinks label{
    font-weight:bold;
    font-size:12px;
}
#tgOldFooterLinks a {
    font-weight:300;
    font-size:12px;
}

ul#menu-main-menu {
    display: flex;
    margin-top: .8rem;
    justify-content: flex-end!important;
    text-transform:uppercase;
}
ul#menu-main-menu li {
    margin: 5px 10px;
}
ul#menu-main-menu li a {
    padding: .5rem 1rem;
    color: #ffffff;
}
#menu-main-menu li:last-child a {
    
}
#menu {
    padding-right:0px;
}

.f300{font-weight:300;}.f400{font-weight:400;}.f500{font-weight:500;}.f600{font-weight:600;}.f700{font-weight:700;}.f800{font-weight:800;}

 .well-shopper {
 	border:0px!important;
	border-top:8px solid #f58c29!important;
  	border-radius:0px!Important;
  	background:#fafafa;
    padding:32px 48px!Important;
     min-height:1130px!important;
	}
  	.well-footer-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    }

  .well-tg {
 	border:0px!important;
	border-top:8px solid #33981f!important;
  	border-radius:0px!Important;
  	background:#fafafa;
    padding:32px 48px!Important;
     min-height:1130px!important;
	}
  	.well-footer-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    }
  .well-local {
    border:0px!important;
	border-top:8px solid #01669a!important;
  	border-radius:0px!Important;
  	background:#fafafa;
    padding:32px 48px!Important;
     min-height:966px!important;
	}
  	.well-footer-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    }
    .well-cart {
    border:0px!important;
	border-top:8px solid #ea392e!important;
  	border-radius:0px!Important;
  	background:#fafafa;
    padding:32px 48px!Important;
       min-height:966px!important;
	}
  .well-footer-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    }
  #tg-icons b {
  	font-size:16px;
  }
  #tg-icons img {
  	width:60px!important;
  }
  .no-pad {
  padding:0px!important;}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
    position:relative;
    right:10px;
}
.closeLPModal {
	position:absolute;
	right:-20px;
	top:-20px;
	cursor:pointer;
}