/* 
    Version 1.0
    Author: Federico Rosado Jr
    Email: federicorickyrosado@gmail.com
*/

/* 
    Header
*/
.has_site_logo .pkp_head_wrapper {
  padding-top: 3.143rem !important;
  padding-bottom: 3.143rem !important;
}

.pkp_navigation_user_wrapper {
  padding-top: 15px !important;
}

.has_site_logo .pkp_site_name {
  width: 260px;
}

.pkp_navigation_primary_wrapper {
  width: 550px !important;
}

.pkp_site_name_wrapper {
  height: auto;
  width: 260px;
  float: left;
}

.pkp_navigation_primary_wrapper {
  width: auto;
  width: 500px;
  float: left;
  margin-left: 70px;
}

.pkp_navigation_search_wrapper a {
  margin-top: 25px;
  /* color: #7d2d91 !important ; */
}
/* 
    Menu
*/
.pkp_navigation_primary > li > a {
  /* color: #7d2d91 !important ; */
  text-transform: uppercase;
  margin-top: 25px;
}

.pkp_navigation_primary > li > a:hover {
  /* border-color: #7d2d91 !important; */
}
/* .pkp_navigation_primary > li > a:focus {
  background-color: #7d2d91;
  color: #ffffff !important;
} */

.pkp_structure_head {
  border-bottom: 5px solid #ffc72c;
}
/* 
    Hero Slider
*/
.SliderHero {
  position: relative;
  float: left;
  width: 100%;
  height: 700px;
  margin-bottom: 50px;
  background-image: url("https://jobr.ub.edu.bz/public/site/images/cmpsintern/heroslide-8a2d06a60fd0a87351a6cd0668ad5d3b.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #7d2d91;
  z-index: 1;
}

.heroTitle {
  width: 100%;
  color: #fff;
  font-size: 80px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 1.5em;
  padding-left: 20px;
}
.heroSpan {
  color: #ffc72c;
}

.heroContent {
  max-width: 650px;
  font-size: 25px;
  text-align: left;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  margin-top: 0px !important;
}

/* 
    Title
*/

.pkp_structure_main h2 {
  /* color: #7d2d91 !important; */
}

.pkp_structure_main p {
  color: #45556c !important;
  font-size: 16px;
}

/* 
    Button
*/
/* .obj_announcement_summary .read_more {
  display: inline-block;
  position: relative;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 2.143rem;
  color: #7d2d91;
  background-color: #ffc72c;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-radius: 5px;
  text-decoration: none !important;
} */

.pkp_screen_reader {
  margin-left: 5px !important;
}
/* .obj_announcement_summary .read_more:after {
  top: 5px !important;
  padding-left: 5px;
} */

/* .cmp_button_wire,
.obj_galley_link {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  border: none !important;
  border-radius: 3px;
  font-size: 0.93rem;
  line-height: calc(2.143rem - 2px);
  color: #7d2d91;
  background: #f1ecf6;
  text-decoration: none;
} */
/* 
  Content
*/
.pkp_structure_main:before,
.pkp_structure_main:after {
  background-color: transparent;
}
/* 
    Footer
*/
.pkp_structure_footer_wrapper {
  background: #3b0349;
  border-top: 5px solid #ffc72c;
}

/* 
 {if !$requestedPage || $requestedPage == 'index'}
                        <div class="SliderHero">
                                <div class="pkp_head_wrapper">
                                        <p class="heroTitle">Shaping Belize's<br /> <span class="heroSpan">Future</span>.</p> 
                                        <p class="heroContent">JOBR publishes peer-reviewed research on Belize, advancing national development across disciplines.</p>
                                </div>
                        </div>
                {/if}

*/
