/*
 Theme Name:     Vaccitech
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    A Custom Divi Child Theme developed by Brett Worth, designed by Gary Cooke.
 Author:         Brett Worth
 Author URI:     https://worthitmedia.co.uk/
 Template:       Divi
 Version:        3.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* === STANDARD DIVI MENU === */
/*#top-menu li {
	padding-right: 16px !important;
}*/

/*#top-menu-nav>ul>li>a:hover {
    color: #ffffff !important;
}*/

#top-menu .menu-item-has-children>a:first-child:after, #et-secondary-nav .menu-item-has-children>a:first-child:after {
    display: none;
}

#top-menu .menu-item-has-children>a:first-child {
    padding-right: 0px;
    /*color: #fff;*/
}

#top-menu .current-menu-item a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    background: #fd8b00;
}

#top-menu li a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: 50%;
    background: #fb8225;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#top-menu li a:hover:before {
    right: 0;
}

#top-menu li a:hover {
    opacity: 1 !important;
    color: #fb8225 !important;
}

#top-menu li li a:before {
    bottom: 10%;
    height: 0px;
}

#top-menu li li a {
    width: 276px;
    padding: 0px 20px;
}
#top-menu .menu-item-has-children>a:first-child {
	font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
}

.nav li ul {
    text-transform: none;
	font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-left: -20px;
    padding: 0px 0px 20px 0px;
    border-top: 0px solid #2ea3f2;
    opacity: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.nav li ul {
    width: 275px !important;
}
.nav li li {
    padding: 0px !important;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
    font-weight: 700;
}

#main-header.et-fixed-header .nav li ul {
    margin-top: 0px;
}

.nav ul li a:hover {
    background-color: rgba(251, 130, 37, 0) !important
}

.nav li ul {
	transition: all .2s ease-in-out !important;
}


/* === DIVI CUSTOMISER MENU === */
header.et-l.et-l--header {
	margin-bottom: -107px !important;
}
.et_pb_section_1_tb_header.et_pb_section {
	background-color: transparent !important;
}
.et_pb_menu ul li a {
	/*font-family: "camingodos-web";*/
	font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
}
.et-menu .menu-item-has-children>a:first-child:after {
	display: none;
}

.nav ul li a:hover {
	background-color: rgba(0,0,0,0) !important;
}

/* === SLIDER REVOLUTION === */
.rs-layer, .rev_slider .tp-caption {
    /*font-family: "camingodos-web" !important;*/
	font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif !important;
}
.hermes .tp-bullet:after {
    background-color: #fd8b00 !important;
    box-shadow: 0 0 1px #fd8b00 !important;
}

/* === FONT STYLING === */
h1, h2, h3, h4, h5, h6 {
    /*font-family: "camingodos-web";*/
	font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
}

.h1-match {
    font-size: 3rem;
}

.subtitle {
    margin-bottom: .75rem;
    font-size: .625rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .2rem;
    line-height: .9rem;
    color: #737373;
}

.p-indent {
    padding-left: 47px;
}

/* === Asset STYLING === */
/* Styles Divi News Ticker on Home Page */
.news-ticker p {
    color: #fff !important;
}
.news-ticker h2.et_pb_slide_title:before {
    /*background-image: url(/wp-content/uploads/2017/07/Vaccitech-V-symbol.png);*/
	background-image: url(/wp-content/uploads/2023/10/Barinthus-Symbol-1.png);
    background-size: 83px 60px;
    display: block;
    width: 83px;
    height: 60px;
    content: "";
    position: inherit;
    margin: 0 auto 25px auto;
	background-repeat: no-repeat;
}

.et_pb_button {
	/*font-family: "camingodos-web";*/
	font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
}

/*.rule {
    height: 2px !important;
    background-color: #2aa9e0;
    width: 9.375rem;
    bottom: 0;
    left: -6.7rem;
}*/

.et_pb_scroll_top.et-pb-icon {
    background: rgba(27, 75, 128, 0);
    color: #fb8225;
}

.page-menu-buttons .et_pb_button_module_wrapper {
	display: inline-block;
	padding-bottom: 10px 0 10px 0;
	margin: 0 10px 0px 0px;
}
.page-menu-buttons {
	text-align: center !important;
}

#bullet-button {
	padding-left: 3em !important;
}
#page-container #bullet-button:before, #page-container .bullet-button:before {
	margin-left: -1.4em !important;
	font-size: 32px !important;
}