/*
Theme Name:    Equine Network
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        Bob Willems
Author URI:    https://www.bobwillems.com
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html

*/

/* start of styles relevant to large viewports only */

@media only screen and (min-width: 768px) {

	.fl-builder-content .main_nav .menu > li > a:after  {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 40%;
  position: absolute;
  background: #ad8400;
  transition: width 0.4s ease 0s, left 0.4s ease 0s;
  width: 0;
}
.fl-builder-content .main_nav .menu > li > a:hover:after { 
  width: 70%; 
  left: 15%; 
}
	
.fl-builder-content .main_nav .menu > li {
text-transform: uppercase;
	}

.fl-builder-content .main_nav .menu .sub-menu > li > a {
		font-size: 12px;
		color: #23272a;
		text-transform:none;
	}

.fl-builder-content .main_nav .menu .sub-menu > li > a:hover {
		color: #ad8400;
	}
	

.sticky-social {
letter-spacing: 3px;
-webkit-writing-mode: tb-rl;
-ms-writing-mode: tb-rl;
writing-mode: tb-rl;
transform: rotate(-180deg) translateX(-50%);
position: fixed;
top: 30%;
left: 5px;
height: auto;
text-align: center;
z-index: 1000;
}

.sticky-social a:hover {
	text-decoration:none;
}

/* the next two help control the ticker scroll of the logos */
.social-icons .swiper-container .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
  transition-timing-function: linear!important;
}

.pp-image-carousel {
	cursor:default !important;
}

} 

/* end of styles specific to large viewports */

/* sets styling for image bg panels on HP */

.hp-panel {
min-height:420px;
margin: 20px;
border: 1px solid #666;
}

#brands-panel {
background-image: url('/wp-content/uploads/2021/06/hp_panel1a.png');
background-repeat:no-repeat;
background-position: center top;
background-blend-mode: multiply;
background-color: #999999;
margin-bottom:2px;
}

#brands-panel:hover {
	opacity:.8;
	transition: 1s all ease;
}
	
#careers-panel {
background-image: url('/wp-content/uploads/2021/06/hp_panel4a.png');
background-repeat:no-repeat;
background-blend-mode: multiply;
background-color: #999999;
margin-bottom:2px;
}

#careers-panel:hover {
	opacity:.8;
	transition: 1s all ease;
}

#advertise-panel {
background-image: url('/wp-content/uploads/2021/06/hp_panel5a.png');
background-repeat:no-repeat;
background-position: center top;
background-blend-mode: multiply;
background-color: #999999;
margin-bottom:2px;
}

#advertise-panel:hover {
	opacity:.8;
	transition: 1s all ease;
}

/* assorted elements styling */
.fl-page-footer-widgets-container {
    padding-top: 100px;
}


.subscribe-form {
	margin-left: auto;
	margin-right: auto;
}

.hs-button {
	background-color:#23272A;
	border-bottom-color: #23272A
}

.pp-member-wrapper  {
	min-height: 360px;
}
.fl-module-content .fl-menu .sub-menu {
  letter-spacing: 1px;
}

/* controls the scroll arrow on the top banner of the HP incl the amimation */

.scroll-arrow {
  animation: animationFrames ease-out 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-out 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-out 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-out 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-out 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    opacity:0.2;
    transform:  translate(0px,-70px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,1px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0.2;
    -moz-transform:  translate(0px,-70px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,1px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0.2;
    -webkit-transform:  translate(0px,-70px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,1px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0.2;
    -o-transform:  translate(0px,-70px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,1px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0.2;
    -ms-transform:  translate(0px,-70px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,1px)  ;
  }
}