/* Add here all your CSS customizations */

/* index/hmpg Made In America Bacground-Image */
.call-to-action.call-to-action-in-footer {
    background-color: transparent;
    background-image: url("../img/dyn/flag1_bkgrd.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* index/hmpg Testimonials copy style */
.testimonial.testimonial-style-5 blockquote p {
	color: #777;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1.2em;
	font-style: normal;
}

#header .header-nav-main-sub-effect-1 nav ul li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
	left: auto !important;
	right: 100% !important;
}

#header .header-nav-main-sub-effect-1 nav ul li.dropdown-submenu.dropdown-reverse > a:after {
    border-color: transparent #0088cc transparent transparent !important;
    border-width: 4px 4px 4px 4px !important;
}

/* wtb-national2.html/number of columns for distributor logos */
.custom-masonry-item-size {
	width: 25% !important; // 4 columns
	padding: 10px 5px 0 5px; // gap between items
}

/* extremeorange/index.html/class word-rotate-items no orange block etc.*/
/* Word Rotate */
.word-rotate {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	position: relative;
	max-height: 22px;
	line-height: 22px;
}

.word-rotate .word-rotate-items {
	position: relative;
	top: 0;
	width: 0;
	display: inline-block;
}

.word-rotate .word-rotate-items span {
	display: inline-block;
	white-space: nowrap;
}

.word-rotate .word-rotate-items span:not(:first-child) {
	display: none;
}

.word-rotate.active .word-rotate-items {
	position: relative;
}

.word-rotate.active .word-rotate-items span {
	display: inline-block;
	float: left;
	clear: both;
}

h1.word-rotator-title .inverted {
	min-height: 56px;
}

h1.word-rotator-title .word-rotate {
	max-height: 46px;
	line-height: 46px;
	margin-bottom: -9px;
}

h2.word-rotator-title .inverted {
	min-height: 46px;
}

h2.word-rotator-title .word-rotate {
	max-height: 42px;
	line-height: 42px;
	margin-bottom: -9px;
}

h3.word-rotator-title .inverted {
	min-height: 25px;
}

h3.word-rotator-title .word-rotate {
	max-height: 24px;
	line-height: 24px;
	margin-bottom: -2px;
}

h4.word-rotator-title .inverted {
	min-height: 32px;
}

h4.word-rotator-title .word-rotate {
	max-height: 27px;
	line-height: 27px;
	margin-bottom: -6px;
}

h5.word-rotator-title .inverted {
	min-height: 18px;
}

h5.word-rotator-title .word-rotate {
	max-height: 18px;
	line-height: 18px;
	margin-bottom: -4px;
}

h6.word-rotator-title .inverted {
	min-height: 20px;
}

h6.word-rotator-title .word-rotate {
	max-height: 18px;
	line-height: 18px;
	margin-bottom: -4px;
}

p .inverted {
	min-height: 24px;
}

p .word-rotate {
	max-height: 22px;
	line-height: 22px;
	margin-bottom: -6px;
}

.social-icons li:hover.social-icons-twitter a {
    background: #6d7172;
}

@media (max-width: 991px) {
	#header .header-logo{
		width: 20% !important;
	}
	#header .header-nav-top{
		width: 65% !important;
	}
	#header .header-btn-collapse-nav{
		margin: 0px 0 8px 15px !important;
	}
	#header{
		min-height: auto !important;
	}
}
.fa-tiktok:before{
	content: url('../img/tik-tok-dark.png');
}
.social-icons li:hover.social-icons-tiktok a{
	    background: #000000;
}
.social-icons li:hover.social-icons-tiktok a .fa-tiktok:before{
	content: url('../img/tik-tok-light.png');
}