/*
 Theme Name:   Bruno
 Theme URI:    https://bruno.b3multimedia.ie/
 Description:  A Child Theme built for Divi
 Author:       B3 Multimedia Solutions
 Author URI:   https://www.b3multimedia.ie
 Template:     Divi
 Version:      2.4
*/
.wp-image-4124 {
	margin-bottom: 20px;
}
/************************** POPULAR ARTICLES WIDGET ************************/
.rpwt-widget-title {
    font-size: 16px;
    font-weight: 900;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.rptw-item:hover img {
  filter: brightness(100%);
     transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transform:scale(1.02);
}
.rptw-item img {
  filter:brightness(60%);
     transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transform:scale(.9);
}
/************************* BRUNO PORTFOLIO *************************/
.bruno-portfolio .et_pb_portfolio_item .post-meta {
    opacity:0;
    margin-left:20px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.bruno-portfolio .et_pb_portfolio_item:hover .post-meta {
    opacity: 1;
    margin-left:0px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.bruno-portfolio .et_overlay:before {
    position: absolute;
    top: 90%;
    left: 10%;
    margin: -14px 0 0 -14px;
    font-size: 24px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.bruno-portfolio .et_overlay {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    border:none !important;
}
.bruno-portfolio .et_shop_image:hover .et_overlay, .bruno-portfolio .et_portfolio_image:hover .et_overlay, .bruno-portfolio .et_pb_gallery_image:hover .et_overlay{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
    color: #fff !important;
    background: #ee474c !important;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    display: block;
    overflow: hidden;
    height: auto;
    margin: -1px -1px 0 0;
    padding: 15px 20px;
    border: none !important;
    color: rgba(102, 102, 102, 0.65);
    background-color: #e1e6e8;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
}
/**************************** END ****************************/
.et_pb_map {
  height: 550px;
}
.bold-heading {
  font-weight: 900;
}
@media (max-width: 479px) {
  .red-heading-image {
    display: inline;
    float: left;
    width: 100%;
    padding: 10px 100px;
  }
}
/**************** BACKGROUND ANIMATION EFFECT *********************/
.gradientcta .et_parallax_bg {
    background-size: 150% 150%;
    -webkit-animation: gradientAnimation 50s ease-in-out infinite;
    -moz-animation: gradientAnimation 50s ease-in-out infinite;
    -o-animation: gradientAnimation 50s ease-in-out infinite;
    animation: gradientAnimation 50s ease-in-out infinite;
}
@-webkit-keyframes gradientAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes gradientAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes gradientAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes gradientAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
/**************** CIRCULAR *********************/
.circular {
    text-align: -webkit-center;
}
.circular img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media only screen and (min-width: 901px) and (max-width: 980px) {
.circular .et_pb_team_member_description {
    display: block;
}
.et_pb_team_member.circular{text-align:center;}
.et_pb_column .et_pb_team_member_image {
    display: inline-table;
    float: none !important;
    margin: 0 !important;
    text-align: center !important;
    width: 280px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
.circular .et_pb_team_member_description {
    display: inline-block;
}
.et_pb_team_member.circular{text-align:center;}
.et_pb_column .et_pb_team_member_image {
    display: inline-block;
    float: none !important;
    margin: 0 !important;
    text-align: center !important;
    width: 280px !important;
}
}
/**************** CALDERA CONTACT FORM *********************/
.caldera-img {
  margin-top: -70px;
  padding-bottom: 30px;
}
.remodal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 40px !important;
    border-radius: 6px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #2b2e38;
    background: #fff;
        vertical-align: middle;
    box-shadow: 0 0 40px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.24);
}
.remodal-overlay {
    z-index: 99999 !important;
}
.remodal-wrapper {
    position: fixed;
    z-index: 100000 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.caldera-grid .col-sm-12 {
    float: none;
    text-align: center;
}
.caldera-grid .form-control {
    display: block;
    width: 100%;
    padding: 16px 12px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
    background-color: #f5f5f5 !important;
    background-image: none;
    border-radius: 2px !important;
    border: none !important;
}
.caldera-grid .btn-default {
    color: #fff !important;
    background-color: #ee474c !important;
    border: 1px solid #ee474c !important;
    width: 100%;
    height: 50px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
     transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.caldera-grid .btn-default:hover, .caldera-grid .btn-default:focus, .caldera-grid .btn-default.focus, .caldera-grid .btn-default:active, .caldera-grid .btn-default.active, .open>.dropdown-toggle.caldera-grid .btn-default {
    color: #fff;
    background-color: #ff6666 !important;
    border-color: #ff6666 !important;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.caldera-grid .form-control:focus {
    border-color: #ee474c !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 15px rgba(238, 71, 76, 0.3) !important;
    box-shadow: inset 0 1px 1px rgba(238, 71, 76, 0.15),0 0 15px rgba(238, 71, 76, 0.3) !important;
    background-color: white !important;
}
#popup-booking-form { display: none; }
@media only screen and (max-width: 680px){
  .remodal {
        max-width: 100%;
        padding: 30px 20px !important;
  }
}
.form-submit input, .comment-reply-link {
	color: #fff !important;
}
/*********** PRICING TABLE **************/
.et_pb_pricing_table:hover {
   box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    -moz-box-shadow:    0px 5px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
  transform: translate3d(0px, -10px, 0px);
  transition: all .3s ease-in-out;
}
.et_pb_pricing_table {
  transition: all .3s ease-in-out;
  border: 1px solid #E8E8E8;
}
.pricing-btn .et_pb_pricing_table_button {
    color: #fff !important;
    /*background: #ee474c !important;
    border: 8px solid #ee474c !important;*/
}
.et_pb_pricing_table:hover .et_pb_pricing_table_button {
  /* background: #ee474c !important;*/
  color: #fff !important;
  letter-spacing: 2px;
 /* border: 8px solid #ee474c !important;*/
}
.et_pb_pricing_table .et_pb_pricing_table_button:hover {
 /* background: #ee474c !important;*/
  color: #fff !important;
 /* border: 8px solid #ee474c;*/
  letter-spacing: 2px !important;
}
.et_pb_pricing_table .et_pb_pricing_heading h2 {
    padding-bottom: 5px;
    color: #1e88e5;
}
.et_pb_pricing_content_top {
    padding-bottom: 30px;
    border-bottom: 1px solid #E8E8E8;
}
.et_pb_best_value {
    display: block;
    color: #B9B8B8;
}
.et_pb_pricing_heading {
    margin-bottom: 17px;
    padding: 30px 0 10px 0;
}
.et_pb_sum {
    font-size: 100px;
    font-weight: 300;
    line-height: 1.03em;
   /* color: #ee474c !important;*/
}
/*---------------------------------------------------------------------*/
/*---------------------------  GHOST HEADER FIXED  ---------------------------------*/
/*-------------------------------------------------------------------------*/
/*.archive #main-header, .single-post #main-header {
  background-color: #ee474c !important;
}*/

#top-menu li.current-menu-item>a {
  color: #fff;
}
/*------------------------------------------------*/
/*-----------------[CTA Menu Item]----------------*/
/*------------------------------------------------*/
/* style the sign up cta button */
           
li.sign-up {
    background-color: #ef666a;
    border: solid 1px #ef666a;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 30px!important;
    border-radius: 2px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 42px;
}
li.sign-up:hover {
    background: none;
    border: solid 1px #fff;
    cursor: pointer;
}
.sign-up:hover a {
    color: #fff;
}

.et_header_style_left #et-top-navigation .sign-up nav > ul > li > a,
.et_pb_pagebuilder_layout #et-top-navigation .sign-up nav > ul > li > a,
.et_header_style_split #et-top-navigation .sign-up nav > ul > li > a {
    padding-bottom: 10px;
}
/* fixed header button text color */
.et-fixed-header #top-menu .sign-up a {
    color: #fff!important;}
.sign-up li.current-menu-ancestor > a, .sign-up li.current-menu-item > a {
    color: #fff !important;}
 .et-fixed-header #top-menu .sign-up li {
  background-color: #ed464b;
    border: solid 1px #fff;
 }
@media only screen and (min-width : 981px) {
    .et_header_style_left #et-top-navigation,
    .et_pb_pagebuilder_layout #et-top-navigation,
     .et_header_style_split #et-top-navigation {
        padding: 16px 0 16px 0 !important;
    }
}     
.et_pb_fullwidth_menu .et_pb_menu__menu,
.et_pb_fullwidth_menu .et_pb_menu__menu>nav,
.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul,
.et_pb_menu .et_pb_menu__menu,
.et_pb_menu .et_pb_menu__menu>nav,
.et_pb_menu .et_pb_menu__menu>nav>ul {
    align-items: center;
}
  @media only screen and  (max-width: 980px) {
li.sign-up {
    font-weight: 900;
    text-transform: uppercase;
    text-align: center !important;
    width: 100%;
    margin-top: 20px;
    padding: 7px !important;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    float: left !important;
    height: 60px !important;
    border: none;
}
li.sign-up:hover {
    background: #f16468;
    border: none;
    cursor: pointer;
}
}
.mobile_menu_bar:before {
	color: #fff !important;
}
.et_mobile_menu {
	background-color: rgb(23, 50, 71) !important;
}
/***************************** HOVER ANIMATIONS **************************/
.ease {
-webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.ease:hover {
-webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.move-right:hover {
  transform: translate3d(15px,0, 100px);
  -webkit-transform: translate3d(15px,0,100px);
}
.move-left:hover {
  transform: translate3d(-15px,0, 100px);
  -webkit-transform: translate3d(-15px,0,100px);
}
.stroke {
  opacity:.9;
}
.stroke:hover {
  opacity:1;
}
/*---------------------------------------------------------------------*/
/*---------------------------  SJ MOBILE MENU  ---------------------------------*/
/*-------------------------------------------------------------------------*/

#mobile_menu { display: block !important; min-height: 100vh; top: 0; border-top: none; padding-top: 80px; z-index: 9998; }

.mobile_nav.closed #mobile_menu {
 transform: rotateY(90deg); -webkit-transform: rotateY(90deg);
 transform-origin: right; -webkit-transform-origin: right;
 background: #fff; transition: .8s ease-in-out !important; }

.mobile_nav.opened #mobile_menu {
 transform: rotateY(0deg); -webkit-transform: rotateY(0deg);
 transform-origin: right; -webkit-transform-origin: right;
 background: #f1f1f1; transition: .8s ease-in-out; }

.mobile_nav.opened .mobile_menu_bar:before {
 content: "\4d"; color: #fff; }

.et_mobile_menu li a { color: #fff; }

@media(max-width: 980px) {
 
.et_header_style_split .mobile_menu_bar, 
.et_header_style_left .mobile_menu_bar,
.et_pb_pagebuilder_layout .mobile_menu_bar  { z-index: 9999; }

.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {position: fixed !important; }

.et_mobile_menu { overflow: scroll !important; }

.et_fixed_nav #main-header {position: fixed !important;}    

body.mobilemenuscroll{overflow:hidden !important;}

#main-header .container.clearfix.et_menu_container { width: 100%; }

.logo_container { padding-left: 30px; }

#et-top-navigation { padding-right: 30px; }

}

@media(min-width: 341px) {

#mobile_menu { width: 340px; margin-left: calc(100% - 340px); }

} 

@media(max-width: 340px) {

#mobile_menu { width: 100%; margin-left: 0; }
}
/*---------------------------------------------------------------------*/
/*---------------------------  HOVER WOBBLE  ---------------------------------*/
/*-------------------------------------------------------------------------*/
.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
  .hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.hvr-wobble-vertical-1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.remodal:hover .hvr-wobble-vertical-1, .caldera-grid:hover .hvr-wobble-vertical-1  {
  -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform:translateY(8px);
    transform:translateY(8px)
    }
  33.3% {
    -webkit-transform:translateY(-6px);
    transform:translateY(-6px)
    }
  49.95% {
    -webkit-transform:translateY(4px);
    transform:translateY(4px)
    }
  66.6% {
    -webkit-transform:translateY(-2px);
    transform:translateY(-2px)
    }
  83.25% {
    -webkit-transform:translateY(1px);
    transform:translateY(1px)
    }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
    }
    }

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform:translateY(8px);
    transform:translateY(8px)
    }
  33.3% {
    -webkit-transform:translateY(-6px);
    transform:translateY(-6px)
    }
  49.95% {
    -webkit-transform:translateY(4px);
    transform:translateY(4px)
    }
  66.6%{
    -webkit-transform:translateY(-2px);
    transform:translateY(-2px)
    }
  83.25% {
    -webkit-transform:translateY(1px);
    transform:translateY(1px)
    }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
    }
    }
/*---------------------------------------------------------------------*/
/*---------------------------  TOGGLE CUSTOM  ---------------------------------*/
/*-------------------------------------------------------------------------*/
.toggle_custom .et_pb_toggle .et_pb_toggle_item {
    border: none;
    border-bottom: 2px solid #d9d9d9 !important;
    transition: 0.4s;
}
.toggle_custom .et_pb_toggle_open {
    border-bottom: 2px solid #027EE9 !important;
    }
.toggle_custom .et_pb_toggle_title:before {
    font-size: 50px !important ;
    content: "3" !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.toggle_custom .et_pb_toggle h5 {
    font-size: 24px;
    color: #C5C5C5 !important;
    font-weight: 500;
}
.toggle_custom .et_pb_toggle_open .et_pb_toggle_title:before {
    color: #027EE9;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.toggle_custom .et_pb_toggle_open .et_pb_toggle_title {
    color: #027EE9 !important;
    font-weight: 500;
}
/*---------------------------------------------------------------------*/
/*---------------------------  PRELOADER  ---------------------------------*/
/*-------------------------------------------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 9999999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.preloader .status {
  /*width: 100px;
  height: 100px;*/
  position: absolute;
  left: 50%;
  top: 50%;
 /* background-image: url(images/bruno-loader.gif);*/
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -50px 0 0 -50px;
}
/*---------------------------------------------------------------------*/
/*---------------------------  HOMEPAGE SLIDER  ---------------------------------*/
/*-------------------------------------------------------------------------*/
#cover-section .et_pb_slider .et_pb_slide {
    -webkit-animation: scale-up 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scale-up 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
#cover-section .et_pb_slider .et_pb_slide.et-pb-active-slide {
-webkit-animation: scale-up-down 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
animation: scale-up-down 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
/* Animations */
@-webkit-keyframes scale-up {
from { -webkit-transform: scale(1.1); }
to { -webkit-transform: scale(1.5); }
}
@keyframes scale-up {
from { transform: scale(1.1); }
to { transform: scale(1.5); }
}
@-webkit-keyframes scale-up-down {
from { -webkit-transform: scale(1); }
to { -webkit-transform: scale(1.1); }
}
@keyframes scale-up-down {
from { transform: scale(1); }
to { transform: scale(1.1); }
}
/*---------------------------------------------------------------------*/
/*---------------------------  BACK TO TOP  ---------------------------------*/
/*-------------------------------------------------------------------------*/
.et_pb_scroll_top.et-pb-icon {
  right: 30px;
  bottom: 30px;
  padding: 6px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: rgb(237, 79, 84);
  font-size: 34px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.et_pb_scroll_top.et-pb-icon:hover {
  box-shadow: 1px 4px 5px rgba(0,0,0,0.12);
  -moz-box-shadow: 1px 4px 5px rgba(0,0,0,0.12);
  -webkit-box-shadow: 1px 4px 5px rgba(0,0,0,0.12);
  background: #ff4e4e;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
/*---------------------------------------------------------------------*/
/*---------------------------  FOOTER  ---------------------------------*/
/*-------------------------------------------------------------------------*/
#footer-text {
    text-align: left;
    color: rgb(255, 255, 255);
    float: left;
    margin-top: 30px;
}
#footer-logo {
    height: auto;
    margin-bottom: 20px;
    margin-top: 22px;
    margin-right: 30px;
    float: left;
    text-align: left !important;
}
.et-social-icons {
    float: right;
    margin-top: 20px;
}
.et-social-icons li {
    display: inline-block;
    margin-left: 10px;
    border: solid 2px #fff;
    width: 50px;
    height: 50px;
}
#footer-bottom .et-social-icon a {
    font-size: 22px;
    width: 48px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
}
#footer-bottom .et-social-icon:hover a {
    -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}
#footer-bottom .container {
  max-width: 100%;
}
#footer-bottom > .container {
    flex-direction: row-reverse !important;
    justify-content: space-between;
}
@media (max-width: 479px) {
  .et-social-icons {
    float: none;
}
.et-social-icons li {
    width: 40px;
    height: 40px;
}
#footer-bottom .et-social-icon a {
    font-size: 15px;
    width: 28px;
}
#footer-logo {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: -webkit-center !important;
}
#footer-text {
    text-align: -webkit-center;
    color: rgba(255, 255, 255,.6);
    float: none;
    font-size: 12px;
    margin: 50px 0 80px;
    line-height: normal;
}
}
/*----------------------------------------------------------------------------------*/
/*------------------------------------  Global Styles  ---------------------------------*/
/*-------------------------------------------------------------------------------------*/
a:hover {
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}
/*--------------------------------------------------------------------------------------*/
/*----------------------------------  Shadow Diagonal Lines  ---------------------------------*/
/*-----------------------------------------------------------------------------------------*/
    #et-main-area { overflow: hidden;} /* Hides all the items that float over the right margin */
    .diagonal-shadow::before,.diagonal-shadow::after {
        position: absolute;
        content: '';
        pointer-events: none;}
    .diagonal-shadow {
        z-index: 9999;
        padding-top: 6em;
       /*background: #2072a7;*/}
    .diagonal-shadow::before,.diagonal-shadow::after {
        top: 0;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 75%;
        background: inherit;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;}
 /*------------------------------------------------------------------------------------*/
/*--------------------------------  Slider Styles  --------------------------------------*/
/*------------------------------------------------------------------------------------*/
 
 .et-pb-controllers {
    position: absolute;
    z-index: 10;
    bottom: 120px !important;
    left: 0;
    width: 100%;
    text-align: center;
}
.et-pb-controllers a {
    display: inline-block;
    width: 50px;
    height: 5px;
    margin-right: 10px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: rgb(255, 255, 255);
    text-indent: -9999px;
}
.et-pb-controllers .et-pb-active-control {
    background-color: #ed464b !important;
}
.slider-text {
    font-weight: 900;
}
.bruno-slider {
	font-weight: 900;
  line-height: 1.2em;
}
.et_pb_slides .et_pb_slide_description {
    display: inline-block;
}
@media (max-width: 479px) {
.et-pb-controllers {
    bottom: 60px !important;
}
}

/*--------------------------------------------------------------*/
/*------------ Services Blurb  -------------------------------------*/
/*-----------------------------------------------------------------*/

.b_blurb {
	padding: 30px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease-in-out;
	margin-bottom: 30px !important;
}
.b_blurb:hover {
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,0.12);
    box-shadow: 0 15px 20px rgba(0,0,0,0.12);
    -webkit-transform: translate(0, -4px) !important;
}
.b_blurb .et-pb-icon {
    transform: scale(0.9);
    opacity: 0.3;
    transition: all .3s ease-in-out;
}
.b_blurb:hover .et-pb-icon {
    transform: scale(1.0);
    opacity: 1;
}

.et_pb_blurb_position_left .et_pb_main_blurb_image {
    min-width: 55px !important;
}
/*------------------------------------------------------------------------*/
/*---------------------------- COURSE BLURB ------------------------*/
/*---------------------------------------------------------------------*/
.course-blurb {
    transition: all .3s ease-in-out;
}
.course-blurb:hover {
    box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 10px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
     -webkit-transform: translate(0, -4px);
    transition: all .3s ease-in-out;
}
.course-blurb .et_pb_main_blurb_image {
    text-align: left;
    width: 100px;
    margin-top: -20px;
    position: absolute;
    transition: all .3s ease-in-out;
}
.course-blurb:hover .et_pb_main_blurb_image {
    text-align: left;
    margin-top: 0px;
    position: absolute;
    transition: all .3s ease-in-out;
    transform: scale(0.8);
}
.course-blurb .et_pb_blurb h4 {
    padding: 25px 0 50px 120px !important;
}
/*------------------------------------------------------------------------*/
/*---------------------------- BRUNO BUTTON ------------------------*/
/*---------------------------------------------------------------------*/
button.bruno-button {
      padding: 2px 0px 3px;
}
.bruno-button {
  color: #ee474c;
  font-weight: 600;
  background: #fff;
  border: none;
  text-align: left;
  margin: 20px 0 0;
  font-size: 18px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
}
.bruno-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.bruno-button span:after {
 font-family: 'ETmodules';
  content: "\24";
  position: absolute;
  opacity: 0;
  top: -2px;
  font-weight:100;
  right: 0px;
  transition: 0.5s;
  font-size:28px;
}
.bruno-button:hover span:after {
    -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}
.course-blurb:hover .bruno-button span:after {
  opacity: 1;
  right: 0;
  margin-right: -35px;
}
@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/*---------------------------------------------------------------------*/
/*---------------------------  GRID STYLE BLOG  ---------------------------------*/
/*-------------------------------------------------------------------------*/
.post h2 {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 15px;
    line-height: inherit;
}
.post h1 {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}
.et_pb_post p {
  color: #a5a5a5 !important;
}
@media (max-width: 479px) {
.et_pb_post h2, .et_pb_blog_grid h2 {
    font-size: 18px;
}
}
.et_pb_blog_grid .et_pb_post:hover img{ 
   -ms-transform: scale(1.00) !important;
    -webkit-transform: scale(1.00) !important;
    transform: scale(1.00) !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.et_pb_blog_grid .et_pb_post img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -o-border-radius:3px 3px 0px 0px;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
   -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}
.et_pb_blog_grid .et_pb_post {
    float: left;
    border: none !important;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
     box-shadow: 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow:    0 0 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    overflow: hidden;
    width: 100%;
    position: relative;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.et_pb_blog_grid .et_pb_post:hover {
     box-shadow: 0 10px 40px rgba(0,0,0,.20);
    -moz-box-shadow:    0px 10px 40px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 10px 40px rgba(0,0,0,.2);
    transition: all .2s ease-in-out;
}  
.et_pb_bg_layout_light .et_pb_post .post-meta a {
    color: #abaaaa !important;
    padding: 4px 10px;
    background: #e1e6e8;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align: -webkit-center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.et_pb_bg_layout_light .et_pb_post .post-meta a:hover {
    background: #ed4f54;
    color: #fff !important;
}
.more-link {
    color: #b5b5b5 !important;
    font-weight: 600;
    background: #fff;
    border: none;
    text-align: left;
    margin: 20px 0 0;
    font-size: 16px;
    transition: all 0.5s;
    cursor: pointer;
    text-transform: uppercase;
}
.more-link {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.more-link:after {
    position: absolute;
    opacity: 0;
    top: 2px;
    font-weight: 100;
    right: 0;
    transition: 0.5s;
    font-family: 'ETmodules';
    content: "\24";
    font-size: 28px;
}
.more-link:hover:after {
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}
.et_pb_blog_grid .et_pb_post:hover .more-link:after {
  opacity: 1;
  right: 0;
  margin-right: -35px;
}
.et_pb_blog_grid .et_pb_post:hover .more-link {
  color: #ee474c !important;
}
.single .et_pb_post {margin-bottom: 0px !important;}

@media (max-width: 450px) {
.gradientcta .et_parallax_bg {
    background-attachment:scroll !important;
	background-size: cover !important;
}
}


/*Font*/
/*@font-face {
	font-family: 'ETmodules';
	src:url('fonts/ETmodules.eot');
	src:url('fonts/ETmodules.eot?#iefix') format('embedded-opentype'),
		url('fonts/ETmodules.woff') format('woff'),
		url('fonts/ETmodules.ttf') format('truetype'),
		url('fonts/ETmodules.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/*[data-icon]:before {
	font-family: 'ETmodules';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}*/

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
/*.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}
.icon-mobile:before {
	content: "\e000";
}
.icon-laptop:before {
	content: "\e001";
}
.icon-desktop:before {
	content: "\e002";
}
.icon-tablet:before {
	content: "\e003";
}
.icon-phone:before {
	content: "\e004";
}
.icon-document:before {
	content: "\e005";
}
.icon-documents:before {
	content: "\e006";
}
.icon-search:before {
	content: "\e007";
}
.icon-clipboard:before {
	content: "\e008";
}
.icon-newspaper:before {
	content: "\e009";
}
.icon-notebook:before {
	content: "\e00a";
}
.icon-book-open:before {
	content: "\e00b";
}
.icon-browser:before {
	content: "\e00c";
}
.icon-calendar:before {
	content: "\e00d";
}
.icon-presentation:before {
	content: "\e00e";
}
.icon-picture:before {
	content: "\e00f";
}
.icon-pictures:before {
	content: "\e010";
}
.icon-video:before {
	content: "\e011";
}
.icon-camera:before {
	content: "\e012";
}
.icon-printer:before {
	content: "\e013";
}
.icon-toolbox:before {
	content: "\e014";
}
.icon-briefcase:before {
	content: "\e015";
}
.icon-wallet:before {
	content: "\e016";
}
.icon-gift:before {
	content: "\e017";
}
.icon-bargraph:before {
	content: "\e018";
}
.icon-grid:before {
	content: "\e019";
}
.icon-expand:before {
	content: "\e01a";
}
.icon-focus:before {
	content: "\e01b";
}
.icon-edit:before {
	content: "\e01c";
}
.icon-adjustments:before {
	content: "\e01d";
}
.icon-ribbon:before {
	content: "\e01e";
}
.icon-hourglass:before {
	content: "\e01f";
}
.icon-lock:before {
	content: "\e020";
}
.icon-megaphone:before {
	content: "\e021";
}
.icon-shield:before {
	content: "\e022";
}
.icon-trophy:before {
	content: "\e023";
}
.icon-flag:before {
	content: "\e024";
}
.icon-map:before {
	content: "\e025";
}
.icon-puzzle:before {
	content: "\e026";
}
.icon-basket:before {
	content: "\e027";
}
.icon-envelope:before {
	content: "\e028";
}
.icon-streetsign:before {
	content: "\e029";
}
.icon-telescope:before {
	content: "\e02a";
}
.icon-gears:before {
	content: "\e02b";
}
.icon-key:before {
	content: "\e02c";
}
.icon-paperclip:before {
	content: "\e02d";
}
.icon-attachment:before {
	content: "\e02e";
}
.icon-pricetags:before {
	content: "\e02f";
}
.icon-lightbulb:before {
	content: "\e030";
}
.icon-layers:before {
	content: "\e031";
}
.icon-pencil:before {
	content: "\e032";
}
.icon-tools:before {
	content: "\e033";
}
.icon-tools-2:before {
	content: "\e034";
}
.icon-scissors:before {
	content: "\e035";
}
.icon-paintbrush:before {
	content: "\e036";
}
.icon-magnifying-glass:before {
	content: "\e037";
}
.icon-circle-compass:before {
	content: "\e038";
}
.icon-linegraph:before {
	content: "\e039";
}
.icon-mic:before {
	content: "\e03a";
}
.icon-strategy:before {
	content: "\e03b";
}
.icon-beaker:before {
	content: "\e03c";
}
.icon-caution:before {
	content: "\e03d";
}
.icon-recycle:before {
	content: "\e03e";
}
.icon-anchor:before {
	content: "\e03f";
}
.icon-profile-male:before {
	content: "\e040";
}
.icon-profile-female:before {
	content: "\e041";
}
.icon-bike:before {
	content: "\e042";
}
.icon-wine:before {
	content: "\e043";
}
.icon-hotairballoon:before {
	content: "\e044";
}
.icon-globe:before {
	content: "\e045";
}
.icon-genius:before {
	content: "\e046";
}
.icon-map-pin:before {
	content: "\e047";
}
.icon-dial:before {
	content: "\e048";
}
.icon-chat:before {
	content: "\e049";
}
.icon-heart:before {
	content: "\e04a";
}
.icon-cloud:before {
	content: "\e04b";
}
.icon-upload:before {
	content: "\e04c";
}
.icon-download:before {
	content: "\e04d";
}
.icon-target:before {
	content: "\e04e";
}
.icon-hazardous:before {
	content: "\e04f";
}
.icon-piechart:before {
	content: "\e050";
}
.icon-speedometer:before {
	content: "\e051";
}
.icon-global:before {
	content: "\e052";
}
.icon-compass:before {
	content: "\e053";
}
.icon-lifesaver:before {
	content: "\e054";
}
.icon-clock:before {
	content: "\e055";
}
.icon-aperture:before {
	content: "\e056";
}
.icon-quote:before {
	content: "\e057";
}
.icon-scope:before {
	content: "\e058";
}
.icon-alarmclock:before {
	content: "\e059";
}
.icon-refresh:before {
	content: "\e05a";
}
.icon-happy:before {
	content: "\e05b";
}
.icon-sad:before {
	content: "\e05c";
}
.icon-facebook:before {
	content: "\e05d";
}
.icon-twitter:before {
	content: "\e05e";
}
.icon-googleplus:before {
	content: "\e05f";
}
.icon-rss:before {
	content: "\e060";
}
.icon-tumblr:before {
	content: "\e061";
}
.icon-linkedin:before {
	content: "\e062";
}
.icon-dribbble:before {
	content: "\e063";
}*/

.bruno-icon{font-size:70px;}
.bruno-icon-margin{margin-bottom:30px;}
.course-blurb-icon .et_pb_main_blurb_image .et-pb-icon {font-size: 45px;text-align: center;width: 105px;padding: 25px;}
.bruno_blurb_icon_cs .et_pb_main_blurb_image .et-pb-icon{font-size:50px;}
.bruno_blurb_icon_cs .et_pb_main_blurb_image {display:block;}
.bruno-project-icon {color: #FFFFFF;font-size: 60px;padding: 25px;margin: 0 15px 15px 0;}
.project-blurb-icon-cs .et_pb_main_blurb_image .et-pb-icon {font-size: 40px;padding: 20px;opacity: 1;}
.bruno-contact-icon{font-size:80px;text-align:center;display:block;}
.bruno-contact-form-icon{font-size: 45px;color: #FFFFFF;border-radius: 100px;padding: 20px 14px;}

.single-testimonials.et_right_sidebar #main-content .container::before {
    width: 0px !important;
}

/* Fixed Header Logo  */
#fixed-header-logo {opacity: 0;width: 0;}
.et-fixed-header #logo {  opacity: 0;
  -moz-transition: all .6s linear;
  -webkit-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
  -moz-transform: translate3d(10px, 0px, 0px);
  -webkit-transform: translate3d(10px, 0px, 0px);
  -o-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate3d(10px, 0px, 0px);
  width:0px;
  }
.et-fixed-header #fixed-header-logo {  
    float: none;
    margin-bottom: 0;
    max-height: 54%;
    opacity: 1;
  -moz-transition: all .6s linear;
  -webkit-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
  -moz-transform: translate3d(10px, 0px, 0px);
  -webkit-transform: translate3d(10px, 0px, 0px);
  -o-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate3d(10px, 0px, 0px);
    vertical-align: middle;
	width: auto;
}
@media (max-width: 400px) {
.et-fixed-header #fixed-header-logo {  max-width: 50%;}
}