/*
 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.3
*/
.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_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_header_style_split #et-top-navigation {
    padding: 16px 0 16px 0 !important;
}
}         
  @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 { 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: #ff703b;
  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: #ff703b;
  -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%;
}
@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  */
#logo{width: 200px}
#fixed-header-logo {display: none;}


/* MDA shortcode redesign */
div.book-mda{
  transform: matrix(-1, 0, 0, -1, 0, 0);
  background: transparent linear-gradient(360deg, #53B8CC 0%, #60BDD1 12%, #C3E6F7 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  text-align: center;
  height: 358px;
  padding-bottom: 5px;
  padding-top: 54px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  max-width: 730px;
}
.book-mda h2{
  color: #505050;
  font-size: 36px !important;
  text-align: center;
  font-family: "Poppins";
  font-weight: bolder;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 583px;
  height: 120px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}
.book-mda h5{
  color: #505050;
  font-size: 18px !important;
  text-align: center;
  font-family: "Poppins";
  font-weight: normal;
  padding-top: 9px;
  padding-bottom: 50.2px;  
  transform: matrix(-1, 0, 0, -1, 0, 0);
  margin-left: auto;
  margin-right: auto;
  width: 556px;
}

.book-mda .demo-button{
  transform: matrix(-1, 0, 0, -1, 0, 0);
  padding: 0px;
}
.book-mda .demo-button a{
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  padding-left: 50.6px;
  padding-right: 50.6px;
  border-radius: 4px;
}
/*
.book-mda .demo-button a,.book-mda .demo-button,.book-mda h5,.book-mda h2,div.book-mda{
  position: relative;
}
*/

@media screen and (min-width: 960px){
  .book-mda h2{
    width: 583px !important;
  }
  .book-mda h5{
    width: 556px !important;
  }
}
@media screen and (max-width: 959px) and (min-width: 523px){
  .book-mda h2{
    font-size: 28px !important;
  }
  .book-mda h5{
    font-size: 16px !important;
    height: 68px;
    margin-bottom: 11px;
  }
  .book-mda h5,.book-mda h2{
    width: 296px !important;
  }
  .book-mda .demo-button{
    padding-top: 14px;
  }
  div.book-mda {
    padding-bottom: 38px;
    padding-top: 57px;
  }
}

@media screen and (max-width: 522px){
  .book-mda h2{
    font-size: 18px !important;
    height: 100px;
  }
  .book-mda h5{
    font-size: 14px !important;
  }
  .book-mda h5,.book-mda h2{
    width: 200px;
  }
  div.book-mda{padding-bottom: 38px;}
  .book-mda .demo-button a{
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 367px){
  .book-mda h5,.book-mda h2{
    width: 100% !important;
  }

}
@media screen and (max-width: 297px){
  .book-mda .demo-button a,.book-mda .demo-button,.book-mda h5,.book-mda h2,div.book-mda{
    height: auto;
    width: auto;
  }

}


/*END MDA shortcode redesign*/


/* MDA SHORTCODE */
.demo-mda { 
  background-color: #505050;
  padding: 30px 20px 20px;
  margin-bottom: 20px;
}

.demo-mda h2, .demo-mda h5 {
  color: white;
	margin-left: 5px;
}

.demo-mda ul {
    list-style: none;
    list-style-position: inside;
    margin-left: 0;
}


.demo-mda ul>li {
    float: left;
    width: 33%;
    list-style: none;
    padding: 0 5px;
}

.demo-mda input[type="submit"].button, .demo-button a {
    margin-top: 20px;
    background-color: #FF703B;
    color: white;
    border: 1px solid #FF703B;
    cursor: pointer;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
    clear: both;
    display: block;
    font-size: 14px;
    text-align: center;
}
.demo-mda input[type="submit"].button:hover {
  background-color: #FF703B;
  border: 1px solid #FF703B;
}

.demo-mda .address { display: none; }
.demo-mda .errors {
  color: white;
  margin-bottom: 20px;
  margin-left: 5px;
  display: none;
}

.demo-mda input[type="text"] {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #222;
  font-size: 14px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

@media screen and (max-width: 650px) {
  .demo-mda ul>li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .demo-mda ul>li input[type='submit'].button {
    margin-top: 5px;
    margin: 0 auto;
  }
  .demo-mda {
    padding-bottom: 10px;
  }
}

.et_post_video {
    padding-bottom: 2em;
    padding-top: 1em;
}

.su-spoiler, div.saboxplugin-wrap {
  margin-top: 2.5em;
}
.su-spoiler-content ol li {
    line-height: 140%;
    padding: 0 0 1em;
    list-style-position: inside;
    list-style-type: decimal;
    margin-left: 15px;
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.su-spoiler-icon {
  top: 15px;
}
.demo-mda input[type="submit"].button, .pro-mda a, .demo-button a {
  border-radius: 5px;
  background-image: #FF703B;
  font-family: 'Poppins';
  font-weight: bold;
  border: none!important;
  margin: 20px auto 0;
  line-height: 1.5em;
}
.demo-button a {
  color: white !important;
  display: inline-block;
  font-family: 'Poppins',Helvetica,Arial,Lucida,'source sans pro';
  margin-top: 0;
}

.demo-button {
  text-align: center;
  padding-bottom: 1em;
}
table.check-images img {
    width: 20px;
    margin-top: 2px;
  }


@media screen and (max-width:420px) and (min-width: 400px){
  div.menu-item-object-custom {
    padding: 3px !important;
  }
}


/* Header Images */

@media screen and (min-width: 981px) {
  .entry-content .et_pb_image_0 {
    max-width: 65%;
    margin: auto;
  }
}
/*------ MDA styles-----*/
.demo-mda , .pro-mda{
  border-radius: 25px;
  background-color: #54b8cc!important;
  background-size: cover;
  max-width: 1050px;
  margin: 30px auto;
background-color:transparent;
}

.pro-mda {
padding: 50px 0;
}

.demo-mda input[type="submit"].button,
.pro-mda a{
  border-radius: 5px;
  background-color: #FF703B!important;
  font-family: 'Poppins';
font-weight: bold;
 border: none!important;
margin: 20px auto 0;
line-height: 1.5em;
}

.pro-mda a {
 padding: 16px 24px;
 text-transform: uppercase;
 clear: both;
 display: block;
 font-size: 14px;
 text-align: center;
color:#fff;
max-width:140px;
line-height: 1.5em;
}

.demo-mda input[type="text"],
.pro-mda input[type="text"]{
  font-family: 'Poppins','merriweather';
  font-weight: 400;
line-height: 1.5em;
  border-radius: 5px;
}

.demo-mda ul>li,
.pro-mda ul>li{
  padding: 10px 9px;
}

.demo-mda ul li:last-child,
.pro-mda ul li:last-child{
 width: 99%;
}

.et_pb_text_0 .demo-mda h2,
.et_pb_text_0 .pro-mda h2,
.demo-mda h2,
.pro-mda h2 {
  color: #fff !important;
  font-weight: 700;
  font-size: 30px !important;
  text-align: center !important;
line-height: 1.5em !important;
}

#MDA-footer-bottom .demo-mda,
#MDA-footer-bottom .pro-mda {
background-image:none!important;
}

.demo-mda ul,
.pro-mda ul {
padding:0!important;
}

/*------ Bullet List 2020-----*/

#left-area ul, .comment-content ul, .entry-content ul, body.et-pb-preview #main-content .container ul
{
padding:0 0 20px 3em;
}

@media (max-width: 425px){
.container ul {
padding:0 0 20px !important;
list-style: inside;
}
/*list in menu*/
ul.et_mobile_menu, ul.sub-menu{
  list-style: unset !important;
  padding:0 0 0px !important;
}
}
@media screen and (max-width: 980px) {
  
  #persistent-btn a{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px !important;
    padding: 3px !important;
  }

  #logo{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0% !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(0%, -50%) !important;
  } #logo .mobile_menu_bar_toggle {
    left: 50%;

  }
}

@media (max-width: 278px){
#logo {
   display: none !important;
}
#et-top-navigation{
  padding-right: 5px;
}
}
@media (max-width: 442px){
#logo {
   max-width: 33% !important;
}
}
/*--- Footer ---*/
#da-footer .footer-menus a{
  display: inline-block;
  color: #d2d3d4 !important;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#da-footer .footer-menus ul li a:hover{
  color: white !important;
  border-bottom: 1px !important;
  border-color: white !important;
  border-style:solid !important ;
}
.footer-menus li{
  display: block;
  line-height: 1.8;
  padding: 0;
  margin-top: 24px;
  list-style-type: none;
  margin: 0 !important;
}

#da-footer .footer-menus ul li {
  display: block;
  line-height: 1.8;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
  font-size: 16px;
}
#da-footer .footer-menus ul li a {
  display: inline-block;
  color: #d2d3d4;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#da-footer .footer-menus .column-3 li{
  width: calc(33% - 4px);
  display: inline-block;
}

#da-footer .footer-menus ul{
  list-style-type: none;
  margin: 0;
  padding:0;
  font-size: 16px;
  line-height:1.8;
}
#da-footer #privacy-menu {
  margin-top: 19px;
}
#da-footer .footer-menus .sub-menu-header {
  display: inline-block;
  color: white !important;
  font-size: 18px !important;
  line-height: 1.4;
  margin-bottom: 4px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color .2s ease;
  -moz-transition: border-color .2s ease;
  -o-transition: border-color .2s ease;
  transition: border-color .2s ease;
  padding: 0px;
  font-weight: 500;
}

#da-footer .footer-menus a.sub-menu-header:hover{
border-bottom: 1px !important;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
border-color: white !important;
border-style: solid !important;
}
.footer-column1-row2 {
  background-color: black;
}
#da-footer #footer-footer.footer-footer {
  border-top: 1px !important;
  border-style: solid !important;
  border-color: white !important;
  border-bottom: 0px;
}
#da-footer #footer-footer.footer-footer p{
  color: #d2d3d4;
  font-size: 12px;
  line-height: 1.6;
}
.footer-media-list{
  padding-top: 18px;
}
#da-footer .footer-col1-row2 p{
  display: inline-block;
color: #fff;
font-size: 12px;
font-weight: 500;
line-height: 1.8;
border-bottom: 1px solid transparent;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
#da-footer #footer-footer.footer-footer a.bold-footer-link {
  color: #d2d3d4;;
  font-weight: 700;
}
#da-footer .footer-col1-row2 ul li a:hover{
  color: white !important;
  border-bottom: 1px !important;
  border-style: solid !important;
  border-color: white !important;
}

#da-footer .et_pb_row{
width: 95%;
max-width: 1200px;
padding-right: 15px !important;
padding-left: 15px !important;
margin-right: auto;
margin-left: auto;
}
#da-footer #da-footer {
  padding-right:0px;
  padding-left: 0px;
  width: 100%;
}
#da-footer #duplicate-footer-box.footer-col1-row2 a{
  display: inline-block;
  color: #d2d3d4;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  border-bottom: 0px solid transparent;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#da-footer #duplicate-footer-box.footer-col1-row2 h6{font-size: 18px;
  color: #ffffff !important;
  line-height: 1.4em;}
  #da-footer #footer-footer.footer-footer p a.bold-footer-link:hover {
  color: white;
  border-bottom: 1px !important;
  border-style: solid !important;
  border-color: white !important;
}

#center-list-images {
  display: table !important;   /* Allow the centering to work */
	margin: 0 auto !important;
}
#center-list-images li{
  display: inline-block;
}

#duplicate-footer-box{ 
  font-family: 'Muli',Helvetica,Arial,Lucida,sans-serif;
  font-size: 12px;
  line-height: 1.6em;
  background-color: #1a1a1a;
  position: relative;
  padding-top: 16px !important;
  padding-right: 16px !important;
  padding-bottom: 16px !important;
  padding-left: 16px !important;
  margin-top: 0px !important;
  margin-bottom: 26px !important;
  width: 100%;
  display: none;
  }
#google-play-img img {
   transform: translate(0%, 15.8%) !important;
   padding-bottom: 0.4px;
  }
#footer_logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
#da-footer {
  font-family: 'Muli';
}
.footer-store-images img{
  filter: grayscale(1);
}

#footer_logo_container{
  width: 100%;
}
#footer-column-1{
  width:300px !important;
}
#footer-column-2{
  width:calc(100% - 300px) !important;
}

div#da-footer div.da-footer-row.et_pb_row {
  width: 95% !important;
}

@media screen and (min-width: 951px) and (max-width: 1199px){
  #da-footer .footer-menus .column-3 li{ width: calc(50% - 4px);}
}

@media screen and (min-width: 768px) and (max-width: 950px){
  #da-footer .footer-menus .column-3 li{ width: 100%;}

}

@media screen and (min-width: 641px) and (max-width: 767px){
  #da-footer .footer-menus .column-3 li{ width: calc(50% - 4px);}
  #footer_logo{ width: 50%;}
  #footer-box{ display: none; }
  #duplicate-footer-box{ display: block; }
  div.et_pb_row.et_pb_row_1_tb_footer{padding-top: 0px !important}
  #footer-column-1{
    width:100% !important;
  }
  #footer-column-2{
    padding-left: 0px !important;
    width:100% !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 640px){
  #google-play-img{display: block !important;}
  #google-play-img a {margin-left: -9px !important;}
  #da-footer .footer-menus .column-3 li{ width: 100%;}
  #da-footer #footer-column-2{width: 100% !important;padding:0px !important;} 
  div.et_pb_row.et_pb_row_1_tb_footer{padding-top: 0px !important}
  #footer_logo{ width: 70%;}
  #footer-box{ display: none; }
  #duplicate-footer-box{ display: block; }
  #footer-column-1{
    width:100% !important;
  }
  #footer-column-2{
    padding-left: 0px !important;
    width:100% !important;
  }
}
/*--- END Footer section ---*/
/*--- EAT SECTION STYLES ---*/

main {
  padding-bottom:4rem
 }
 main p,
 main ul li,
 main ol li {
  color:#454647;
  font-size:16px;
  line-height:1.7;
  margin:0 0 16px
 }
 main ul,
 main ol {
  padding-left:20px;
  margin-left:20px;
  margin-right:20px
 }
 main ul li,
 main ol li {
  margin-bottom:.5rem
 }
 main ul li:last-of-type,
 main ol li:last-of-type {
  margin-bottom:0
 }
 main ul li {
  position:relative;
  list-style-type:none
 }
 main ul li::before {
  content:"";
  position:absolute;
  top:11px;
  left:-16px;
  height:5px;
  width:5px;
  border-radius:999px
 }
 main a {
  font-family:"Open Sans",sans-serif;
  text-decoration:none;
  border-bottom:1px solid transparent;
  -webkit-transition:border .2s ease;
  transition:border .2s ease
 }
 main a:focus {
  text-decoration:none
 }
 main a:hover {
  text-decoration:none
 }
 main a[href="#mdatop"],
 main a[href="#mdabottom"] {
  color:#454647;
  -webkit-transition:color .2s ease;
  transition:color .2s ease
 }
 main a.button,
 main a.wp-block-button__link {
  display:inline-block;
  color:#454647;
  font-size:22px;
  text-transform:uppercase;
  padding:5px 20px;
  background-color:#fff;
  border:2px solid #454647;
  border-radius:0;
  -webkit-transition:color .2s ease,background-color .2s ease;
  transition:color .2s ease,background-color .2s ease
 }
 main a.button:hover,
 main a.wp-block-button__link:hover {
  color:#fff;
  background-color:#454647
 }
 main a.wp-block-button__link {
  margin:3rem 0 28px 0
 }
 main blockquote {
  position:relative;
  padding:0 20px;
  margin:32px 24px
 }
 main blockquote::before {
  content:"“";
  position:absolute;
  display:none;
  top:-15px;
  left:0;
  font-family:"PT Serif",serif;
  font-size:60px;
  font-weight:100
 }
 main blockquote p {
  font-size:20px;
  font-style:italic;
  line-height:1.4
 }
 main .hero {
  padding-top:150px
 }
 main .container:not(.full) {
  max-width:1060px
 }
 main .main-content {
  max-width:800px;
  margin-left:auto;
  margin-right:auto
 }
 .author-expert-tables {
  text-align:center;
  width:100%;
  margin:97px 0 1rem 0;
 }
 .author-expert-tables.no-mda {
  margin:-14px 0 1rem 0
 }
 .author-expert-tables .author-table {
  display:inline;
  font-size:14px;
  max-width:calc(100% - 60px);
  line-height:18px;
  padding:0;
  margin:0 0 6px 30px !important;
  border:none !important
 }
 .author-expert-tables .author-table:first-of-type {
  margin-left:0
 }
 .author-expert-tables .author-table td {
  padding:0;
  margin:0;
  text-align:left;
  border:none
 }
 .author-expert-tables .author-table td.image {
  position:relative;
  width:60px
 }
 .author-expert-tables .author-table td.image .image {
  cursor:pointer;
  height:50px;
  width:50px;
  border-radius:999px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat
 }
 .author-expert-tables .author-table td.image .arrow {
  position:absolute;
  z-index:9999;
  display:none;
  top:56px;
  left:50%;
  right:auto;
  height:10px;
  width:10px;
  margin-left:-10px;
  background-color:#fff;
  border-top:1px solid #d2d7dc;
  border-left:1px solid #d2d7dc;
  border-radius:0;
  transform:rotate(45deg)
 }
 .author-expert-tables .author-table td.image .author-excerpt {
  position:absolute;
  z-index:999;
  display:none;
  top:61px;
  right:auto;
  height:auto;
  width:450px;
  max-width:calc(100vw - 40px);
  padding:10px 14px;
  line-height:20px;
  border:1px solid #d2d7dc;
  border-radius:.125rem;
  background-color:#fff;
  box-shadow:0 2px 4px 0 rgba(0,0,0,.2)
 }
 .author-expert-tables .author-table td.image .author-excerpt p {
  font-size:14px;
  line-height:20px;
  margin-bottom:14px
 }
 .author-expert-tables .author-table td.image .author-excerpt p:last-of-type {
  margin-bottom:0
 }
 .author-expert-tables .author-table td p {
  line-height:0;
  margin-bottom:0
 }
 .author-expert-tables .author-table td p span {
  line-height:.5
 }
 .author-expert-tables .author-table td p span.action {
  display:block;
  font-size:12px;
  margin:3px 0 4px 0
 }
 .author-expert-tables .author-table td p span[itemprop=jobTitle] {
  display:inline-block;
  font-size:14px;
  line-height:1;
  margin-top:-2px
 }
 .author-expert-tables .author-table td p a.author {
  position:relative;
  z-index:0;
  display:inline-block;
  color:#4e4756;
  font-size:14px;
  line-height:16px;
  margin-bottom:4px;
  text-decoration:none;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -o-transition:all .2s ease;
  transition:all .2s ease
 }
 .author-expert-tables .author-table td p a.author span {
  color:#4e4756;
  font-weight:700;
  -webkit-transition:color .2s ease;
  -moz-transition:color .2s ease;
  -o-transition:color .2s ease;
  transition:color .2s ease
 }
 .author-expert-tables .author-table td p strong {
  font-weight:700
 }
 .date-disclaimer {
  position:relative;
  font-size:14px;
  margin-top:0;
  margin-bottom:10px
 }
 .date-disclaimer p.updated-date {
  float:left;
  font-size:14px;
  font-style:italic;
  padding-bottom:0;
  margin-top:9px;
  margin-bottom:-1px
 }
 .date-disclaimer p.advertiser-disclaimer {
  float:right;
  cursor:pointer;
  margin-top:6px;
  margin-bottom:10px
 }
 .date-disclaimer p.advertiser-disclaimer a.disclosure-link {
  display:inline-block;
  color:#4e4756 !important;
  font-size:14px;
  line-height:16px;
  text-decoration:none;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -o-transition:all .2s ease;
  transition:all .2s ease
 }
 #eat-ad-disclosure:hover {
   color: #5c9ead !important;
 }

 .author-expert-tables .author-table td p a.author span:hover{
  color: #5c9ead !important;
 }
 .date-disclaimer .disclaimer-wrapper {
  position:absolute;
  z-index:999;
  display:none;
  top:40px;
  right:0;
  height:auto;
  width:450px;
  max-width:calc(100vw - 40px);
  padding:14px 14px 12px 14px;
  line-height:20px;
  border:1px solid #d2d7dc;
  border-radius:.125rem;
  background-color:#fff;
  box-shadow:0 2px 4px 0 rgba(0,0,0,.2)
 }
 .date-disclaimer .disclaimer-wrapper .arrow {
  position:absolute;
  z-index:999;
  top:-6px;
  right:64px;
  height:10px;
  width:10px;
  margin-left:-10px;
  background-color:#fff;
  border-top:1px solid #d2d7dc;
  border-left:1px solid #d2d7dc;
  border-radius:0;
  transform:rotate(45deg)
 }
 .date-disclaimer .disclaimer-wrapper .disclaimer-headline {
  font-size:22px;
  font-weight:600;
  line-height:28px;
  margin-bottom:10px
 }
 .date-disclaimer .disclaimer-wrapper h3 {
  line-height:1.2;
  margin-top:0
 }
 .date-disclaimer .disclaimer-wrapper p {
  font-size:14px;
  line-height:20px;
  margin-bottom:10px
 }
 .date-disclaimer .disclaimer-wrapper p:last-of-type {
  margin-bottom:0
 }
 .editorial-disclaimer {
  font-size:14px;
  line-height:20px;
  padding:10px 14px;
  margin-bottom:28px;
  background-color:#dddcdc;;
  clear:both
 }
 .editorial-disclaimer p {
  color:#7a7b7c;
  font-size:14px;
  line-height:20px;
  margin-bottom:0
 }

 .date-disclaimer .advertiser-disclaimer .disclosure-link {
  border-bottom:1px solid #5c9ead
 }
 .disclaimer-wrapper .header3{
  color: #595959 !important;
  font-size: 20px !important;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0px !important;
  line-height: 1.4 !important;
 }
 .author-expert-tables .author-table td p .author {
  border-bottom: 1px solid #5c9ead;
}
@media (max-width: 700px){
  body div.author-expert-tables table.author-table {
    display: block;
    max-width: 100%;
    margin: 0 0 16px;
    margin-left: 0px !important;
  }
  }
  
  @media (max-width: 370px){
    body .date-disclaimer {
      margin: 24px 0 16px 0;
  }
  body .date-disclaimer .updated-date, body .date-disclaimer .advertiser-disclaimer {
    float: none;
    margin-top: 0;
  }
  }

/*h2 post content divider line*/
.et_pb_post_content h2::before {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  margin: 40px 0;
  background: #dedede;
}
/*END h2 post content divider line*/

.et_pb_post_content .demo-mda h2::before, .et_pb_post_content .pro-mda h2::before, .et_pb_post_content .book-mda h2::before{display:none !important;}

/*FOOTER TEMP FIX*/
#da-footer .footer-col1-row2 .icon.et_pb_with_border:hover {
  border-bottom: 0px !important;
}
/*END FOOTER TEMP FIX*/

.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container, .et_fixed_nav.et_show_nav #page-container {
  padding-top: 0px;
}