/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/



 /**  uncomment this for boxed view of only the page content
.fl-page-content {
 max-width: 1200px; 
  margin: 0 auto; 
  
}
**/

body {
  background: #f1f1f1;
}

.fl-full-width .fl-page {
  max-width: 1300px!important;
  background: #fff;
}

/* HEADER STYLES... */ 
.fl-page-footer .container,
.fl-page-header-container {
  width: 100%!important;
  max-width: 98%!important;
}

.fl-page-header-container .container {
  width: 98%!important;
}

.fl-page-nav-right .fl-page-header-row {
  width: 100%!important;
}

.fl-page-header .fl-page-header-wrap .row {
  margin: 0;
}

.fl-logo-img {
  max-width: 200px;
}

.fl-page-nav-right .fl-page-header-wrap {
  border-bottom: 0;
}

.fl-page-nav-right .fl-page-header-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.fl-page-nav-search {
  float: left;
}

.fl-page-nav-search a.fa-search {
  color: #fff;
}

.fl-social-icons {
  float: right;
  margin-right: 20px;
}


/*Nav hover underline */
nav a:before {
  border-bottom: 3px solid #0f1757;
  display: block;
  position: relative;
  z-index: 2;
  left: 0%;
  top: 10px;
  transform: translateY(22px);
  width: 1px;
  overflow: hidden;
  content: '';
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s linear 0.3s;
  -o-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s linear 0.3s;
  -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s linear;
  -webkit-transition-delay: 0s, 0.3s;
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s linear 0.3s;
}

nav a:hover::before {
  width: 100%;
  top: 10px;
  filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: relative;
  overflow: hidden;
}

/* Content Styles */
h1 {
  text-transform: uppercase;
  color: #fff;
}

.full-width img {
  width: 100%;
}

hr.white-rule {
  color: #fff;
  height: 2px;
  max-width: 194px;
}

.inside-page h1 {
  color: #0f1757;
  line-height: 1;
  margin-top: -20px;
}

p a,
.fl-rich-text p a,
.fl-rich-text ul li a {
  color: #06a875!important;
  font-weight: 600!important;
}

.fl-row-content-wrap {
  margin: 0!important;
}

.fl-photo-content img, .fl-photo-content {
  display: block;
  width: 100%;
}

.fl-tabs-panel [data-index="0"] a, a.awards, .fl-rich-text p a.awards {
  border-top: 4px solid #06a875;
  margin-top: 30px;
  background-color: #0f1757;
  padding: 20px;
  display: block;
  color: #fff !important;
  transition: all 0.3s;
  background-image: url('../../uploads/2017/05/arrow-right.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 48px; /* Adjust according to image size to push text across. */
}

.fl-tabs-panel [data-index="0"] a:hover, a.awards:hover, .fl-rich-text p a.awards:hover {
  text-decoration: none;
  background-color: #06a875;
  color: #fff !important;
  padding-left: 52px;
  margin-left: 20px;
}


/* styling email links */
.fl-tabs-panel a[href^="mailto:"] {
  background-color: transparent;
  box-sizing: border-box;
  color: rgb(6, 168, 117)!important;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26.1px;
  outline-width: 0px;
  text-decoration: none;
  border-top: none;
  padding: none;
  display: inline;
  background-image: none;
  padding: 0!important;
  padding-left: 0;
}

.fl-tabs-panel a[href^="mailto:"]:hover {
  padding-left: inherit;
  margin-left: inherit;
  background-color: transparent;
  color: rgb(6, 168, 117)!important;
}

/* UBER GRID................ */
#uber-grid-wrapper-30 {
  margin-bottom: 20px!important;
}

.uber-grid-cell-title-wrapper:hover {

}

.uber-grid-cell-title-wrapper .uber-grid-cell-title small,
.uber-grid-cell-title-wrapper .uber-grid-cell-title strong,
.uber-grid-cell-title strong,
.uber-grid-cell-title small {
  text-align: left!important;
  text-transform: uppercase;
}

.uber-grid-hover .uber-grid-hover-title strong {
  text-transform: uppercase;
}

#uber-grid-25-cell-0 .uber-grid-cell-wrapper,
#uber-grid-25-cell-1 .uber-grid-cell-wrapper {
  width: 640px!important;
  height: 420px!important;
}


/* Top Bar Social Links................ */
.bar-container {
  background: #0f1757;
  width: 100%;
  display: block;
  height: 45px;
  margin-bottom: 20px;
}

.fl-social-icons .fl-icon {
  color: #fff;
  font-size: 42px;
  padding: 8px;
  margin: 0 6px 0 6px;
}

.fl-page-footer-row .fl-social-icons .fl-icon {
  margin: 0 10px 36px 10px !important;
}

.fl-social-icons .fl-icon:focus,
.fl-social-icons .fl-icon:hover {
  opacity: 0.2;
  transition: all 0.3s;
}

.fl-page-nav-search {
  float: left;
  width: 50px;
  left: 0;
}

.fl-page-nav-search form {
  right: auto;
  top: 45px;
}

.uber-grid-cell-title {
  padding: 20px!important;
}

/* Drop Down menu*/
.fl-page-nav ul.sub-menu {
  width: 400px!important;
  font-size: 18px!important;
  text-align: center!important;
background-color:#0077c8 !important;
}

.sub-menu {
  display:block!important;
  opacity: 1!important;
  border-top: none!important;  
}

.fl-page-nav-search form {
  border-top: 0!important;
}

/* Footer Menu */
.fl-page-footer-nav .navbar-nav, .fl-page-nav .navbar-nav a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}

.fl-page-footer-nav .navbar-nav > li > a {
  font-size: 18px;
}

.fl-page-footer-nav ul.sub-menu {
  display: none!important;
}


.fl-page-footer {
  padding-left: 30px;
}

/* Sidebar for inside pages */
.recent-news-items {
  background: #06a875;
  margin-top: 20px;
}

.partners-friends{
  background: url(http://fulbright.dwdowncloud.com/wp-content/uploads/2017/06/partners-bluer.jpg);
}

.i-am-fulbright {
  background: url(http://fulbright.dwdowncloud.com/wp-content/uploads/2017/08/i-am-fulbright-blue-1.jpg); 
}

.the-irish-commission {
  background: url(http://fulbright.dwdowncloud.com/wp-content/uploads/2017/08/the-irish-commission-green-1.jpg);  
}

.recent-news-items .widgettitle {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  margin-top: 0;
}

.widget_recent_entries ul li a {
  display: block;
  color: #fff;
  font-size: 22px;
  margin-top: 20px;
}

.widget_recent_entries ul li a:focus,
.widget_recent_entries ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.widget_recent_entries ul li span {
  color: #fff;
  opacity: 0.8;
}

/* Tabbed pages*/
.full-width-tabs .fl-module-content .fl-tabs .fl-tabs-labels {
  background: #06a875;
  border: none;
  color: #fff;
}

.full-width-tabs .fl-module-content .fl-tabs .fl-tabs-labels .fl-tab-active {
  background: #0f1757;
  border: none;
} 

.fl-tabs-panel-content h2 {
  font-weight: 700;
}

.fl-tabs-panels, .fl-tabs-panel {
    border-color: #0f1757 !important;
}
.fl-tabs-panels {
    background: #fff;
    border-width: 4px;
    border-style: solid;
    border-top-width: 11px;
}

/*Side bar non-tabbed pages */
.side-bar-page {
  min-height: 320px!important;
}

.side-bar-page h2 {
  font-size: 52px;
  line-height: 1!important;
  font-weight: bold!important;
}

/* Staff page images*/
.staff-text img {
    min-width: 25%;
}

/* News pages*/
#uber-grid-303 > div .uber-grid-cell-title small {
  margin-top: 20px;
  font-size: 18px!important;
  text-transform: none;
}

.page-title, .search-heading
{
    color: #0F1757;
    font-size: 3.5em; 
}
.search-heading
{
    margin: 20px 20px 0px;
}
.page-title
{
    font-weight: bold;
    margin: 0px 20px 40px;
}
.filter-row
{
    background: #06A875;
    padding: 10px 20px;
}
.filter-txt
{
    margin: 0px;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    font-size: 1.2em;
    padding: 7px;
}
.light-header {
  font-weight: 100;
}
.alumni-content
{
    background: rgba(15,23,87, 0.7);
}
/*Removes padding on alumni pages sidebar*/
.fl-builder-content-333, .fl-builder-content-120, .fl-builder-content-121 {
  padding: 0!important;
}
.alumni-content
{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    color: #ffffff;
}
.alumni-img
{
    width: 100%;
}
.alumni-tab
{
    padding: 0px 0px;
    min-height: 220px;
	height:auto;
    margin: 10px;
}
.alumni-content-hover
{
    display: none;
    min-height: 220px;
    background: rgba(15,23,87,0.7);
    width: 100%;
    color: #ffffff;
    padding-top: 20%;
}
.alumni-tab:hover .alumni-content
{
    display: none;
}
.alumni-tab:hover .alumni-content-hover
{
    display: block;
}
a.read-btn
{
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    font-size: 1.1em;
    margin-top: 10px;
}
a.read-btn:hover
{
    color: #ffffff;
}
h2.alumni-heading, h3.alumni-heading
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
    
}

form.filter-form
{
    margin-left: 30px;
    float: left;
}
button.submit-btn
{
    background: none !important;
    border: 1px solid #ffffff !important;
    border-radius: 25px !important;
    padding: 7px 50px !important;
    box-shadow: none;
    margin: 0px 5px;
    display: inline-block;
    font-size: inherit !important;
    vertical-align: inherit !important;
}
select.form-1
{
  margin: 0px 5px;
  width: 200px; 
    padding: 10px 30px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    box-shadow: none;
    background: none;
    display: inline-block;
    text-align: center;
    background: url('http://fulbright.dwdowncloud.com/wp-content/uploads/2017/03/select.png') no-repeat right;
    background-position-x: 160px;
     appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}
h1.fl-post-title
{
    color: #0F1757;
    font-size: 42px;
}
p.property-txt
{
    color: #0F1757;
}
.left-col
{
    padding-right: 5px;
}
.side-bar
{
    padding-left: 5px;
}
.single-alumni-row
{
    /* padding: 80px 20px 10px; */
    padding-right: 5px !important;
}
p.filter-txt a
{
    color: #fff !important;
    font-weight: lighter !important;
}
.single-alumni-img
{
    margin-top: 20px; 
}
.single-alumni-img img
{
    width: 100%;
}
.alumni-container
{
    padding-left: 30px;
}
@media (min-width:991px)
{
    .alumni-tab
    {
        width: 23% !important;
    }
    h3.alumni-heading, p.alumni-txt
    {
        padding-left: 40px;
    }
    h3.alumni-heading
    {
        margin-top: 75px;
    }
    .alumni-container
    {
        padding-top: 40px;
    }
    .alumni-left-col
    {
        padding-left: 0px;
    }
    .alumni-tab
    {
        margin-left: 0px;
        margin-right: 15px;
    }
}
/* Reponsive Stuff */
@media only screen and (max-width: 1500px) {
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a{
    font-size: 16px;
  }
  
  .uber-grid-cell-title-wrapper .uber-grid-cell-title small,
  .uber-grid-cell-title-wrapper .uber-grid-cell-title strong,
  .uber-grid-cell-title strong,
  .uber-grid-cell-title small {
    font-size: 38px!important;
  }
  
} 


@media only screen and (max-width: 1020px) {
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a{
    font-size: 16px;
  }
  
  .uber-grid-cell-title-wrapper .uber-grid-cell-title small,
  .uber-grid-cell-title-wrapper .uber-grid-cell-title strong,
  .uber-grid-cell-title strong,
  .uber-grid-cell-title small {
    font-size: 30px!important;
  }
  
} 


@media only screen and (max-width: 728px) {

  .uber-grid-cell-title-wrapper .uber-grid-cell-title small,
  .uber-grid-cell-title-wrapper .uber-grid-cell-title strong,
  .uber-grid-cell-title strong,
  .uber-grid-cell-title small {
    font-size: 20px!important;
  }
  h1 {
   font-size: 52px;   
  }
  
  .fl-page-nav ul.sub-menu {
    width: auto!important;
  }
  
  nav a:hover::before {
    opacity: 0;
  }
  nav a:hover {
    background: #e7e7e7;
  }
  
}
  


@media only screen and (max-width: 400px) {

  h1 {
   font-size: 30px;   
  }  


#newheader .fl-slide-cta-button{padding-top:0px;}
#newheader .fl-slide-foreground {margin-top:-160px; z-index:3333; }
#newheader h2{font-size:22px !important;}

} 


@media only screen and (max-width: 450px) {

 

#newheader .fl-slide-cta-button{padding-top:0px;}
#newheader .fl-slide-foreground {margin-top:-160px; z-index:3333; }
#newheader h2{font-size:22px !important;}

} 




.navbar-toggle i{color:#0f1757;  }
button i.fa .fa-bars{color:#0f1757;}
.fl-page-nav .navbar-toggle{background-color:transparent !important;}
ul.sub-menu li a{text-align:left;}

.page-id-9988 header{display: none;}
.page-id-9988 .bar-container{display: none;}

#newheader h2{text-align:center; font-weight:900; font-size:42px;}
#newheadertop{position:absolute; z-index:2222; width:100%;}
ul.sub-menu li a{color:#ffffff!important;}

