/*
Theme Name: Oomph Consulting Group
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: A Beaver Builder Child Theme
Author: Radical Webs Inc
Author URI: https://www.radicalwebs.com
template: bb-theme
*/

/* General Styles
---------------------------------------*/

html,body {
    height:100%;
}

body, h1, h2, h3, h4, h5, h6, strong {
    font-family: 'Nunito', sans-serif !important;
}
body {
    color: #404040;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}

.rw-dark-bg h1,
.rw-dark-bg h2,
.rw-dark-bg h3,
.rw-dark-bg h4,
.rw-dark-bg h5,
.rw-dark-bg h6 {
    color: #fff;
}

h2 span {
    color: #F6902D;
}

p {
    margin: 0 0 20px;
    font-weight: 300;
}

p:last-child {
    margin: 0;
}

.rw-dark-bg p {
    color: #fff;
}

span.orange {
    color: #FD8023;
}

a {
    color: #FD8023;
}

a:hover,
a:focus {
    color: #FD8023;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    color: #404040;
    font-weight: 400;
    border-left: 4px solid #f89117;
    line-height: 24px;
}


/* Structure
---------------------------------------*/

.fl-page {
    padding-top: 0 !important;
}

.fl-row-fixed-width {
    max-width: 1140px;
    margin: auto;
}

.fl-page-content {
    padding-bottom: 30px;
}

/*.fl-row-content-wrap  {
    padding: 0;
}*/

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bg-f5f5f5 {
    background: #f5f5f5;
}

.fl-node-5a5b8beb0dd2a,
.fl-node-5a5bcad953936,
.rw-row-main-contentt {
    padding-bottom: 40px; /* Add Padding to Bottom of BB Content Area */
}

.rw-no-sidebar #left-area {
    width: 100%;
}

/* Top Bar
---------------------------------------

.fl-page-bar {
    background: #eee;
}

.fl-page-bar * {
    color: #666;
}

.fl-page-bar a {
    color: #666;
    margin-right: 5px;
}

.fl-page-bar a:hover,.fl-page-bar a:focus,.fl-page-bar a:hover *,.fl-page-bar a:focus *,.fl-page-bar a.fa:hover,.fl-page-bar a.fa:focus {
    color: #FF8000;
}

.fl-page-bar .fl-social-icons i.fa {
    position: relative;
    background: #08498F;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.fl-page-bar .fl-social-icons i.fa-linkedin {
    background: #1173AF;
}

.fl-page-bar .fl-social-icons i.fa-twitter {
    background: #32ABDF;
}

.fl-page-bar .fl-social-icons i.fa-youtube {
    background: #FB0F29;
}

.fl-page-bar .fa-facebook-f:before, .fl-page-bar .fa-facebook:before {
    position: absolute;
    top:1px;
    right:5px;
}

.fl-page-bar .fa-linkedin:before {
    position: absolute;
    top:1px;
    left:5px;
}

.fl-page-bar .fa-twitter:before {
    position: absolute;
    top:1px;
    left:5px;
}

.fl-page-bar .fa-youtube:before {
    position: absolute;
    top:1px;
    left:5px;
}

*/

/* Header
---------------------------------------*/

.fl-page-header {
    border-color: transparent;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fl-page-header.rw-fixed-header {
    background-color: rgba(1, 27, 38, 0.97);
}

.fl-page-header-container {
    padding: 10px 0;
}

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


.fl-page-header-logo {
    /*height: 100px;*/
}

.fl-page-header-logo a {
    width: 100%;
}

.fl-page-header-primary .fl-logo-img {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: auto;
    height: 80px !important;
}

.fl-page-header-primary.rw-fixed-header .fl-logo-img {
    height: 50px !important;
}
/*
.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
    margin-bottom: 0;
}

.fl-page-header-text p {
    margin:20px 0 0;
    line-height: 1.3;
}

p.header-right-tag {
    font-size: 21px;
    color: #2A618F;
    font-weight: 700;
    letter-spacing: 1px;
}

p.header-right-phone {
    font-size: 24px;
    color: #FCA61F;
    font-weight: 700;
    margin-top: 65px;
}

p.header-right-phone a {
    color: #FCA61F;
}

p.header-right-phone a:hover {
    color: #FCA61F;
}

p.header-right-cta {
    font-size: 19px;
    color: #B7B9B4;
    letter-spacing: 2px;
}*/


.rw-fixed-header #header-right {
    display: none;
}

/* Top Nav
---------------------------------------*/

.fl-page-nav-right .fl-page-nav-wrap {
    border-bottom: none;
    border-top: none;
    padding: 0;
    color: #08498F;
    height: 50px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.fl-page-nav-container.container,
#landing-page-menu .menu-earn-more-container {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}

/*
.rw-fixed-header .fl-page-nav-wrap {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    margin:auto;
    z-index: 900;
    padding-top: 6px;
}

.admin-bar .rw-fixed-header .fl-page-nav-wrap {
    position: fixed !important;
    top: 32px;
    left: 0;
    width: 100%;
    height: 50px;
}
*/

#landing-page-menu li {
    display: block;
    float: left;
}

.fl-page-nav .navbar-nav li > a,
#landing-page-menu li > a {
    padding: 8px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 2px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.fl-page-nav .navbar-nav li > a:hover,
#landing-page-menu li > a:hover {
    background-color: rgba(255,255,255,0.2);
    color: #f6902d;
    text-decoration: none;
}

.fl-page-nav-wrap .navbar-nav li.current-menu-item > a,
#landing-page-menu li.current-menu-item > a {
    color: #f6902d;
    background-color: rgba(255,255,255,0.2);
}

.fl-page-nav-wrap .navbar-nav li.menu-item-has-children:hover a,
#landing-page-menu li.menu-item-has-children:hover a {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.fl-page-nav-wrap .navbar-nav li.current-menu-ancestor > a,
#landing-page-menu li.current-menu-ancestor > a {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 1;
}

.fl-page-nav ul.sub-menu {
    background-color: #366EA4;
    border-top: none;
    padding: 10px 0;
    width: 480px;
    -webkit-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fl-page-nav ul.sub-menu li a {
    background-color: rgba(255, 255, 255, 0.2) !important;
    -webkit-border-radius: 5px!important;
    border-radius: 5px!important;
    margin-bottom: 1px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.fl-page-nav ul.sub-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

/* Fixed Header Phone in Navbar
---------------------------------------*/

#fixed-header-phone {
    display: none;
}

.rw-fixed-header #fixed-header-phone {
    display: block;
    position: absolute;
    top: 8px;
    right: 45px;
    color: #fff;
}

.rw-fixed-header #fixed-header-phone a {
    color: #fff;
}

/* Search Bar 
---------------------------------------

.fl-page-nav-search a.fa-search {
    color: #fff;
    font-size: 16px;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 8px 9px;
}

.fl-page-nav-search a.fa-search:hover {
    color: #fff;
    border: 3px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.3);
    padding: 6px 7px;
    -webkit-box-shadow: 0 0 5px 3px rgba(255,255,255,0.2);
    box-shadow: 0 0 5px 3px rgba(255,255,255,0.2);
}

.fl-page-nav-search form {
    background-color: #084B8D;
    border-top: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.fl-page-nav-search form input.fl-search-input {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.fl-page-nav-search form input.fl-search-input:focus {
    color: #fff;
}

.fl-page-nav-search form input.fl-search-input::-webkit-input-placeholder { 
    color: rgba(255, 255, 255, 0.5);
}
.fl-page-nav-search form input.fl-search-input::-moz-placeholder { 
    color: rgba(255, 255, 255, 0.5);
}
.fl-page-nav-search form input.fl-search-input:-ms-input-placeholder { 
    color: rgba(255, 255, 255, 0.5);
}
.fl-page-nav-search form input.fl-search-input:-moz-placeholder { 
    color: rgba(255, 255, 255, 0.5);
}
*/

/* Home Headline and Video
---------------------------------------*/


.rw-home-slider .fl-slide-foreground {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
}

.rw-home-slider .fl-module-content-slider .fl-slide-content-wrap {
    width: 100%;
    display: table;
}

.rw-home-slider .fl-content-slider-navigation {
    position: absolute;
    top: 54%;
    left: 0;
    right: 0;
    z-index: 20;
    margin-top: 0;
}

.rw-home-slider .fl-module-content-slider .fl-slide-content {
    margin: 0 auto;
    padding: 8% 0 0;
    height: 600px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.rw-home-slider .fl-module-content-slider .fl-slide-title {
    max-width: 1140px;
    margin: 0 auto 20px !important;
    font-weight: 700;
    font-size: 40px !important;
    color: #fff !important;
    text-transform: uppercase;
    text-shadow: 0 5px 5px #000;
    background: none !important;
}

.rw-home-slider .fl-module-content-slider .fl-slide-text {
    max-width: 980px;
    margin: 0 auto !important;
    font-size: 16px !important;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 5px 5px #000;
}

.rw-home-slider .fl-module-content-slider .fl-slide-text a {
    color: #fff;
}

.trans-grant .fl-photo-content {
    display: block;
}

.trans-grant .fl-photo-content img {
    position: absolute;
    display: block;
    bottom: -40px;
    right: 0;
}

/* Buttons
---------------------------------------*/
a.fl-button *, a.fl-button:visited *, .fl-builder-content a.fl-button *, .fl-builder-content a.fl-button:visited * {
    color: #fff;
    text-transform: uppercase;
}

a.fl-button:hover,
.fl-builder-content a.fl-button:hover {
    color: #fff;
}
a.fl-button:hover *,
.fl-builder-content a.fl-button:hover * {
    color: #fff;
}

/* Our Services Home Page
---------------------------------------*/

.serv {
    border: 1px solid #1f404c;
    margin-top: 50px;
    text-align: center;
}
.serv:hover {
    border: 1px solid #fff;
}
.serv h4 {
    font-size: 16px;
    color: #f4f4f4;
    text-transform: uppercase;
    text-align: center;
}
.serv p {
    font-size: 14px;
    font-weight: 400;
    color: #e9e9e9;
    padding: 15px;
}
.serv p:last-child {
    margin-bottom: 20px;
}

.thm-btn {
    background: #f89117;
    padding: 10px 35px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 10px;
    clear: both;
}
.bari {
    height: 80px;
    width: 80px;
    background: #051d28;
    border: 2px solid #f89117;
    margin: -40px auto;
    margin-bottom: 45px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}
.bari i {
    font-size: 35px;
    color: #f89117;
    text-align: center;
    line-height: 80px;
    display: block;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.bari:hover {
    background: #f89117;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.bari i:hover {
    color: #fff;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.rotate {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    margin-top: 32px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f89117;
    outline: 2px solid #f89117;
    outline-offset: 4px;
}
.rotate i {
    font-size: 22px;
    color: #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 50px;
    text-align: center;
    width: 100%;
}
.rotate:hover {
    background: #011b26;
    outline: 2px solid #011b26;
    outline-offset: 4px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.rotate i:hover {
    ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* Our Core Values
---------------------------------------*/

.rw-core-values h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #252525;
    font-family: 'Nunito', sans-serif;
    min-height: 26px;
    margin-top: 5px;
    background: none;
    padding: 0;
}



/* Buckets
---------------------------------------*/

.rw-dark-row-light-text h2 {
    color: #fff;
    font-size: 32px;
}


/* Home Testimonials
---------------------------------------*/

.home-testimonials .rw-testimonial {
    background: rgba(255,255,255,0.25);
    position: relative;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0;
    padding: 20px;
}

.home-testimonials .rw-testimonial p {
    color: #fff; 
    font-weight: 300;
}

.home-testimonials .arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid rgba(255,255,255,0.25);
    margin: 0 0 0 45px
}

.home-testimonials .rw-testimonial-author,
.home-testimonials .rw-testimonial-source {
    padding-left: 8%;
    padding-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.home-testimonials .rw-testimonial-author strong {
    font-size: 16px;
    font-weight: 300;
}


/* Buckets
---------------------------------------*/

.rw-bucket .fl-html {
    position: relative;
    overflow: hidden;
    max-height: 700px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rw-bucket .fl-html img {
    width: 100%;
    min-width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    margin: 0;
}

.rw-bucket .fl-html:hover img {
    -webkit-transform: translate3d(0,0,0) scale(1.1,1.1);
    transform: translate3d(0,0,0) scale(1.1,1.1)
}

.rw-bucket .fl-html p {
    position: absolute;
    top: calc(50% - 18px);
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 26px;
    color: #fff;
    text-shadow: 0 0 5px #000000;
    z-index: 100;
}

.rw-bucket .fl-html p.rw-two-line {
    top: calc(50% - 36px);
}

.rw-bucket .fl-html:hover p {
    top: calc(35% - 18px);
}

.rw-bucket .fl-html:hover p.rw-two-line {
    top: calc(35% - 36px);
}

.rw-bucket .fl-html .rw-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    /*opacity: 0;*/
    opacity: 1;
    transition: all .3s ease-in-out;
}

.rw-bucket .fl-html .rw-overlay:hover {
    /*opacity: 1;*/
    background-color: rgba(0,0,0,0.4);
    z-index: 75;
}

.rw-bucket .fl-html .rw-table-full {
    display: table;
    width: 100%;
    height: 100%;
}

.rw-bucket .fl-html .rw-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

.rw-bucket .fl-html .rw-overlay-item {
    width: 100%;
    position: relative;
    text-align: center;
    height: 100%;
    transition: .5s all;
    opacity: 0;
}

.rw-bucket .fl-html .rw-overlay:hover .rw-overlay-item {
    opacity: 1
}

.rw-bucket .fl-html .rw-overlay .rw-overlay-item .rw-overlay-item-container {
    transition: all .3s ease-in-out;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: calc(50% - 30px);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    text-align: center;
}

.rw-bucket .fl-html .rw-overlay.rw-two-line .rw-overlay-item .rw-overlay-item-container {
    top: 67%;
}

.rw-bucket .fl-html .rw-overlay .rw-overlay-item:hover .rw-overlay-item-container {
    background-color: #fff;
    width: 60px;
    -webkit-animation: icon_round_animation .5s;
    animation: icon_round_animation .5s;
    color: #fff;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)
}


.rw-bucket .fl-html .rw-overlay .rw-overlay-item-container i {
    font-size: 26px;
    line-height: 60px;
    transition: .5s all;
    opacity: 1;
}

.rw-bucket .fl-html .rw-overlay .rw-overlay-item:hover .rw-overlay-item-container i {
    color: rgba(0,71,145,1);
}

.rw-bucket .fl-html .rw-overlay .rw-table-cell i {
    position: relative;
    overflow: visible;
    z-index: 10;
}

/* H1 Full Width Color Heading
------------------------------------------------------------*/

.h1-full-width-row .fl-row-content-wrap{
    min-height: 350px;
    padding-top: 70px;
}

.h1-full-width-row .fl-row-content-wrap .fl-row-fixed-width {
    height: calc(350px - 70px);
    display: table;
}

.h1-full-width-row .fl-row-content-wrap .fl-row-fixed-width .fl-col-group {
    display: table-cell;
    vertical-align: middle;
}

.h1-full-width-row h1,
.blog .h1-full-width-row,
.archive .h1-full-width-row,
.search .h1-full-width-row,
.single .h1-full-width-row {
    padding: 0;
}

.h1-full-width-row h1,
.blog .h1-full-width-row h1,
.archive .h1-full-width-row h1,
.search .h1-full-width-row h1,
.single .h1-full-width-row h2 {
    margin: 10px 20px;
    font-size: 36px;
    text-transform: uppercase;
}

.single h1.entry-title {
    margin: 0 0 10px;
}

.blog .h1-full-width-row .fl-row-content-wrap,
.archive .h1-full-width-row .fl-row-content-wrap,
.search .h1-full-width-row .fl-row-content-wrap,
.single .h1-full-width-row .fl-row-content-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

/* Breadcumbs
------------------------------------------------------------*/

.rw-breadcrumbs .fl-row-content-wrap {
    padding: 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.rw-breadcrumbs .fl-row-content-wrap .fl-module-content {
    margin: 15px 20px;
}

.blog .rw-breadcrumbs,
.archive .rw-breadcrumbs,
.search .rw-breadcrumbs,
.single .rw-breadcrumbs {
    border-bottom: 1px solid #eee;
}

.blog .rw-breadcrumbs .fl-row-fixed-width,
.archive .rw-breadcrumbs .fl-row-fixed-width,
.search .rw-breadcrumbs .fl-row-fixed-width,
.single .rw-breadcrumbs .fl-row-fixed-width {
    padding: 15px 20px;
    font-size: 14px;
}

/* Responsive Video Wrapper for iFrames
------------------------------------------------------------*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin-bottom: 20px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Contact Details
------------------------------------------------------------

.contact-details {
    background: #48B1D0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.contact-details-column .fl-col-content {
    margin: 20px;
}

.contact-details p {
    color: #fff;
}

.contact-details a {
    color: #fff;
}

.contact-details hr {
    border: 0;
    border-bottom: 1px solid #33A3C5;
}

.contact-details .fl-social-icons {
    margin:0 auto 20px;
    width: 100%;
}

.contact-details .fl-social-icons a {
    display: inline-block;
    margin-right: 5px;
}

.contact-details .fl-social-icons a:last-child {
    margin-right: 0;
}

.contact-details .fl-social-icons .fa {
    color:#4DB1CE;
    font-size: 16px;
    background: rgba(255,255,255,0.8);
    width: 30px;
    height: 30px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

.contact-details .fl-social-icons .fa:hover {
    background: rgba(255,255,255,1);
}

.contact-details .fa-facebook-f:before, .contact-details .fa-facebook:before {
    position: absolute;
    top:7px;
    right:8px;
}

.contact-details .fa-linkedin:before {
    position: absolute;
    top:7px;
    left:9px;
}

.contact-details .fa-twitter:before {
    position: absolute;
    top:7px;
    left:9px;
}

.contact-details .fa-youtube:before {
    position: absolute;
    top:7px;
    left:9px;
}
*/


/* Gravity Form Overrides
------------------------------------------------------------*/
.gform_wrapper .gform_body {
    margin-bottom: 5px;
    overflow: hidden;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 5px;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 9px 10px !important;
    background: rgba(255,255,255,1) !important;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: auto;
}

.gform_wrapper textarea.large {
    background: rgba(255,255,255,1) !important;
    border: 1px solid #ddd !important;
}

.gform_wrapper .gfield_captcha_input_container {
    padding-top: 0 !important;
    padding-right: 10px;
    float: left;
    width: calc(50% - 150px) !important;
}

.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {
    margin-bottom: 5px !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}

.gform_wrapper .simple_captcha_medium input {
    width: 100% !important;
}

.gform_wrapper .gform_footer {
    padding: 0 0 10px;
    margin: 0 0 0;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 20px;
    width: auto;
    margin: 0 auto;
    background: #000;
    border: none;
    color: #fff;
    padding: 12px 50px !important;
    text-transform: uppercase;
}

/* Contact Form
----------------------------------------*/

.rw-grey-box {
    background: #eee;
    padding: 30px;
    margin: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.rw-grey-box .fl-module-content {
    margin: 0;
}

.rw-grey-box .gform_wrapper {
    margin: 0;
}

.rw-grey-box .gform_wrapper .left_label li.hidden_label input, .gform_wrapper .right_label li.hidden_label input {
    margin-top: 0;
    margin-left: 0;
}

.rw-grey-box .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.rw-grey-box .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: #FCFCFC;
    padding: 9px 10px !important;
}

.rw-grey-box .gform_wrapper .left_label textarea.large {
    width: 100%;
}

.rw-grey-box .gform_wrapper .gform_footer:not(.top_label) {
    padding: 0 0 10px;
    margin-left: 0;
    width: 100%;
    text-align: center;
}

.rw-grey-box .gform_wrapper .gform_footer input.button,
.rw-grey-box .gform_wrapper .gform_footer input[type=submit],
.rw-grey-box .gform_wrapper .gform_page_footer input.button,
.rw-grey-box .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 20px;
    width: auto;
    margin: 0 auto;
    background: #FDB833;
    border: none;
    color: #000;
    padding: 20px 50px;
}

.rw-grey-box .gform_wrapper input::-webkit-input-placeholder,
.rw-grey-box .gform_wrapper textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: rgba(0,0,0,0.6);
}
.rw-grey-box .gform_wrapper input::-moz-placeholder,
.rw-grey-box .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0,0,0,0.6);
}
.rw-grey-box .gform_wrapper input:-ms-input-placeholder,
.rw-grey-box .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0,0,0,0.6);
}
.rw-grey-box .gform_wrapper input:-moz-placeholder,
.rw-grey-box .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
    color: rgba(0,0,0,0.6);
}

/* Shortform
----------------------------------------*/

.rw-shortform {
    background: #F6902D;
}

.rw-shortform h2 {
    text-align: center;
    background: none !important;
    padding-bottom: 0;
}

.rw-shortform-container .fl-html h3,
.rw-shortform-container h4 {
    font-size: 24px;
    color: #fff;
    padding: 15px 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 400;
    text-shadow: 0 0 5px #000;
}

.rw-shortform-container .fl-html h4 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.rw-shortform-container .fl-html p,
.rw-shortform-container .gform_heading {
    text-align: left;
    font-size: 14px;
    padding: 0 20px;
}

.rw-shortform-container .gform_heading span.gform_description {
    text-align: left;
}

.rw-shortform-container .fl-html .gform_wrapper .gform_footer {
    text-align: center;
}

.rw-shortform-container .gform_wrapper {
    margin: 0;
}

.rw-shortform-container .gform_heading {
    text-align: center;
}

.rw-shortform-container .gform_wrapper span.gform_description {
    width: 100%;
    margin-bottom: 0;
}

.rw-shortform-container .gform_footer {
    text-align: center;
}

.rw-shortform-container .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    margin-top: 0;
}

.rw-shortform-container .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.rw-shortform-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: #fff !important;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: auto;
    margin-top: 0;
}

.rw-shortform-container .gform_wrapper textarea.large {
    height: 160px !important;
    background: #fff !important;
    border: none !important;
}

.rw-shortform-container .gform_wrapper .gfield_captcha_input_container {
    padding-top: 0 !important;
    padding-right: 10px;
    float: left;
    width: calc(100% - 150px) !important;
}

.rw-shortform-container .gform_wrapper .gform_footer {
    padding: 0 0 10px;
    margin: 0 0 0;
}

.rw-shortform-container .gform_wrapper .gform_footer input.button,
.rw-shortform-container .gform_wrapper .gform_footer input[type=submit] {
    font-size: 20px;
    width: auto;
    margin: 0 auto;
    background: #FD8023;
    border: none;
    color: #fff;
    padding: 20px 50px;
}

/* Footer Form
----------------------------------------*/
.rw-footer-form {
    background: #95C648;
    padding: 20px 0 40px;
    border-bottom: 1px solid #fff;
}

.rw-footer-form .fl-module-content {
    margin: 20px 20px 0;
}

.rw-footer-form h2 {
    color: #fff;
    font-size: 36px;
}

.rw-footer-form p {
    color: #fff;
    font-size: 24px;
}

.rw-footer-form .gform_body ul {
    width: 100%;
}

.rw-footer-form .gform_body ul li {
    float: left;
    width: 33.33333%;
}

.rw-footer-form .gform_wrapper ul li.gfield {
    clear: none;
}

.rw-footer-form .gform_wrapper .top_label div.ginput_container {
    padding-right: 5px;
}

.rw-footer-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 9px 10px;
    background: rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: auto;
    color: #fff;
}

.rw-footer-form .gform_wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,0.6);
}
.rw-footer-form .gform_wrapper input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.6);
}
.rw-footer-form .gform_wrapper input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255,255,255,0.6);
}
.rw-footer-form .gform_wrapper input:-moz-placeholder { /* Firefox 18- */
    color: rgba(255,255,255,0.6);
}

.rw-footer-form .gform_wrapper .gform_footer {
    text-align: center;
}

.rw-footer-form .gform_wrapper .gform_footer input.button,
.rw-footer-form .gform_wrapper .gform_footer input[type=submit] {
    font-size: 20px;
    width: auto;
    margin: 0 auto;
    background: #FDB833;
    border: 1px solid rgba(0,0,0,0.1);
    color: #000;
    padding: 20px 50px;
    
}

/* Sidebar Recent Posts
----------------------------------------*/

.rw-sidebar-title-blog h3,
.blog-categories h4 {
    background: #021B24;
    margin-top: 5px;
    font-size: 20px;
    color: #fff;
    padding: 10px 20px;
    font-weight: 400;
    text-shadow: 0 0 5px #000;
}

.rw-sidebar-title-blog .fl-module-content {
    margin: 20px 20px 0;
}

.rw-recent-posts {
    
}

.rw-recent-posts .fl-post-feed-image {
    margin-bottom: 10px;
}

.rw-recent-posts .fl-module-content {
    margin: 10px 20px 20px;
}

.rw-recent-posts .fl-post-feed-post {
    border-bottom: 2px dotted #aaa;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.rw-recent-posts .fl-post-feed-header {
    margin-bottom: 10px;
}

body .rw-recent-posts h2.fl-post-feed-title {
    font-size: 16px;
}

.rw-recent-posts .fl-post-feed-header a {
    color: #FEA800;
}

body .rw-recent-posts .fl-post-feed-meta {
    font-size: 12px;
    color: #999;
}

.rw-recent-posts .fl-post-feed-content p {
    font-size: 14px;
}

.rw-wrapper {
    width: 100%;
    clear: both;
    overflow: hidden;
}

/* Blog Styles
----------------------------------------*/

/* Blog Archive Styles
----------------------------------------*/

.rw-masonry-grid-container {
    padding-bottom: 20px;
}

.blog article,
.search article,
.archive article {
    width: 50%;
    float:left;
    padding:0 10px 20px;
}

.blog .rw-post-content-wrapper,
.search .rw-post-content-wrapper,
.archive .rw-post-content-wrapper {
    border: 1px solid #ddd;
}

.blog .rw-post-image,
.search .rw-post-image,
.archive .rw-post-image {
    position: relative;
    overflow: hidden;
    max-height: 700px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog .rw-post-image img,
.search .rw-post-image img,
.archive .rw-post-image img{
    width: 100%;
    min-width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
}

.blog .rw-post-image:hover img,
.search .rw-post-image:hover img,
.archive .rw-post-image:hover img{
    -webkit-transform: translate3d(0,0,0) scale(1.1,1.1);
    transform: translate3d(0,0,0) scale(1.1,1.1)
}

.blog .rw-overlay,
.search .rw-overlay,
.archive .rw-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.25);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.blog .rw-overlay:hover,
.search .rw-overlay:hover,
.archive .rw-overlay:hover {
    opacity: 1;
}

.blog .rw-table-full,
.search .rw-table-full,
.archive .rw-table-full {
    display: table;
    width: 100%;
    height: 100%;
}

.blog .rw-table-cell,
.search .rw-table-cell,
.archive .rw-table-cell{
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

.blog .rw-overlay-item,
.search .rw-overlay-item,
.archive .rw-overlay-item {
    width: 100%;
    position: relative;
    text-align: center;
    height: 100%;
    transition: .5s all;
    opacity: 0;
}

.blog .rw-overlay:hover .rw-overlay-item,
.search .rw-overlay:hover .rw-overlay-item,
.archive .rw-overlay:hover .rw-overlay-item {
    opacity: 1
}

.blog .rw-overlay .rw-overlay-item .rw-overlay-item-container,
.search .rw-overlay .rw-overlay-item .rw-overlay-item-container,
.archive .rw-overlay .rw-overlay-item .rw-overlay-item-container {
    transition: .5s all;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: calc(50% - 30px);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    text-align: center;
}

.blog .rw-overlay .rw-overlay-item:hover .rw-overlay-item-container,
.search .rw-overlay .rw-overlay-item:hover .rw-overlay-item-container,
.archive .rw-overlay .rw-overlay-item:hover .rw-overlay-item-container {
    background-color: #fff;
    width: 60px;
    -webkit-animation: icon_round_animation .5s;
    animation: icon_round_animation .5s;
    color: #fff;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)
}

.blog .rw-overlay .rw-overlay-item-container i,
.search .rw-overlay .rw-overlay-item-container i,
.archive .rw-overlay .rw-overlay-item-container i {
    font-size: 26px;
    line-height: 60px;
    transition: .5s all;
    opacity: 1;
}

.blog .rw-overlay .rw-overlay-item:hover .rw-overlay-item-container i,
.search .rw-overlay .rw-overlay-item:hover .rw-overlay-item-container i,
.archive .rw-overlay .rw-overlay-item:hover .rw-overlay-item-container i {
    color: #084B8D;
}

.blog .rw-overlay .rw-table-cell i,
.search .rw-overlay .rw-table-cell i,
.archive .rw-overlay .rw-table-cell i {
    position: relative;
    overflow: visible;
    z-index: 10;
}

@-webkit-keyframes icon_round_animation {
    0% {
        opacity: 0;
        margin-top: 30px
    }

    100% {
        opacity: 1;
        margin-top: 0
    }
}

@keyframes icon_round_animation {
    0% {
        opacity: 0;
        margin-top: 30px
    }

    100% {
        opacity: 1;
        margin-top: 0
    }
}

.blog h2.entry-title,
.search h2.entry-title,
.archive h2.entry-title {
    font-size: 16px;
    padding: 0 10px;
    background: none;
}

.blog .entry-meta,
.search .entry-meta,
.archive .entry-meta {
    padding: 0 10px 10px;
    font-size: 12px;
}

.blog h2.entry-title a,
.search h2.entry-title a,
.archive h2.entry-title a {
    color: #FD8023;
}

.blog h2.entry-title a:hover,
.search h2.entry-title a:hover,
.archive h2.entry-title a:hover {
    color: #FD8023;
}

.blog .rw-blog-excerpt,
.search .rw-blog-excerpt,
.archive .rw-blog-excerpt{
    padding: 0 10px;
}

.blog .rw-blog-excerpt p,
.search .rw-blog-excerpt p,
.archive .rw-blog-excerpt p {
    font-size: 14px;
}

.blog .rw-comments-cats-meta,
.search .rw-comments-cats-meta,
.archive .rw-comments-cats-meta {
    font-size: 14px;
    /*margin-left: -10px;*/
    margin-right: 92px;
    margin-top: 20px;
    padding: 20px 0 20px 10px;
    position: relative;
    border-top: 1px solid #ddd;
}

.blog .rw-comments-cats-meta a.post-meta-comments,
.blog .rw-comments-cats-meta span.post-meta-comments,
.search .rw-comments-cats-meta a.post-meta-comments,
.search .rw-comments-cats-meta span.post-meta-comments,
.archive .rw-comments-cats-meta a.post-meta-comments,
.archive .rw-comments-cats-meta span.post-meta-comments{
    background-color: #fff;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -20px;
    right: -82px;
    padding: 0 17px;
    border-radius: 100px;
    transition: .3s all ease-in-out;
}

.blog .rw-comments-cats-meta .post-meta-comments i,
.search .rw-comments-cats-meta .post-meta-comments i,
.archive .rw-comments-cats-meta .post-meta-comments i {
    font-size: 16px;
    position: relative;
    bottom: 0;
    padding-right: 5px;
    color: #FD8023;
}

.wp-pagenavi {
    text-align: center;
}

/* Blog Single Styles
----------------------------------------*/

.single .rw-post-image {
    margin-bottom: 20px;
}

.single .rw-post-meta {
    width: 100%;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.single .rw-author-date {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #999;
}

.single .rw-comments-meta {
    width: 50%;
    float: left;
    text-align: right;
    font-size: 14px;
    color: #999;
}

.single .rw-comments-meta .post-meta-categories {
    margin-right: 5px;
}

.single .rw-comments-meta .post-meta-comments i {
    /*color: #084B8D;*/
}

.single .nc_socialPanel {
    margin-top: 0 !important;
}

.single .rw-blog-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.single .rw-blog-tags {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.single .rw-blog-tags a {
    display: inline-block;
    background: #eee;
    padding: 7px 12px;
    margin: 0 5px 5px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
}

.single .rw-blog-tags a:hover {
    background: #08488E;
    color: #fff;
    text-decoration: none;
}

.single .rw-post-navigation {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 20px;
}

.single .rw-previous {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #999;
}

.single .rw-next {
    width: 50%;
    float: left;
    text-align: right;
    font-size: 14px;
    color: #999;
}

/* Sidebar
----------------------------------------*/

.fl-sidebar {
    margin: 10px 0;
}

.single .fl-sidebar {
    margin: 15px 0;
}

.fl-sidebar-right {
    padding-left: 15px;
}

.sidebar-contact {
    margin-bottom: 30px;
}

.sidebar-contact p {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sidebar-contact p.sidebar-callnow {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1.3;
}

.sidebar-contact p.sidebar-phone {
    font-size: 32px;
    font-weight: 900;
    color: #00B4FF;
    margin-bottom: 0;
    line-height: 1.3;
}

.sidebar-contact p.sidebar-phone a {
    color: #00B4FF;
}

.blog-categories.fl-widget ul {
    border-top: 1px solid #eee;
}

.blog-categories.fl-widget ul li {
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    overflow: hidden;
}

.blog-categories.fl-widget ul li a {
    padding: 10px 0;
    display: block;
    width: 90%;
    float: left;
    color: #666;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-categories.fl-widget ul li a:hover {
    color: #FD8023;
    text-decoration: none;
}

.blog-categories.fl-widget ul li span.count {
    float: right;
    background-color: #eee;
    color: #666;
    border-radius: 50px;
    padding: 2px 7px;
    line-height: 1.4;
    cursor: default;
    font-size: 12px;
    margin-top: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-categories.fl-widget ul li:hover span.count {
    background-color: #FD8023;
    color: #fff;
}

/* Beaver Builder Blog Post Grid
--------------------*/

body .fl-post-grid-meta {
    font-size: 12px;
}

/* Footer
--------------------*/

.fl-page-footer-widgets {
    border-top: none;
    color: #fff;
    padding-bottom: 40px;
    background: #fff;
}

.fl-page-footer-widgets p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
}

.fl-page-footer-widgets strong {
    color: #fff;
}

.fl-page-footer-widgets p a {
    color: #fff;
}

.fl-page-footer-widgets p a:hover {
    color: #fff;
}

.fl-page-footer-widgets .col-md-4 {
    width: 33.33333%;
    min-height: 572px;
}

.fl-page-footer-widgets .col-md-4:nth-child(2) {
    width: 66.66667%;
}

.menu-drug-addictions-container ul {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.fl-page-footer-widgets .col-md-4:last-child {
    width: 100%;
    min-height: auto;
}

.fl-page-footer-widgets h4.fl-widget-title {
    color: #fff;
}

.fl-page-footer-widgets .widget_nav_menu li {
    margin-bottom: 1px;
    display: inline-block;
    width: 100%;
}

.fl-page-footer-widgets .widget_nav_menu a {
    display: block;
    background: rgba(255,255,255,0.1);
    padding: 8px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

.fl-page-footer-widgets .widget_nav_menu a:hover {
    background: rgba(255,255,255,0.2);
    text-decoration: none;
}

.fl-page-footer-widgets .fl-social-icons a {
    display: inline-block;
    margin-right: 40px;
    margin-top: 20px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    overflow: hidden;
    width: 50px;
    height: 50px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f89117;
    outline: 2px solid #f89117;
    outline-offset: 4px;
}

.fl-page-footer-widgets .fl-social-icons a:first-child {
    margin-left: 20px;
}

.fl-page-footer-widgets .fl-social-icons a:hover {
    background: #011b26;
    outline: 2px solid #011b26;
    outline-offset: 4px;
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
}

.fl-page-footer-widgets .fl-social-icons a:last-child {
    margin-right: 0;
}

.fl-page-footer-widgets .fl-social-icons .fa {
    font-size: 22px;
    color: #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 50px;
    text-align: center;
    width: 100%;
}

.fl-page-footer-widgets .fl-social-icons .fa:hover {
    ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.fa-facebook-f:before, .fa-facebook:before {
    position: absolute;
    top:-18px;
    right:26px;
}

.fa-linkedin:before {
    position: absolute;
    top:-18px;
    right:23px;
}

.fa-twitter:before {
    position: absolute;
    top:-18px;
    right:23px;
}

.fa-youtube:before {
    position: absolute;
    top:-18px;
    right:23px;
}


/* Copyright
----------------------------------------*/

.fl-page-footer {
    border-top: none;
    font-size: 12px;
    background-color: #fff;
    color: #333;
}

.fl-page-footer .fl-page-footer-text {
    color: #404040;
}

.fl-page-footer .fl-page-footer-text a {
    color: #F6902D;
}

.fl-page-footer .fl-page-footer-text a:hover {
    color: #F6902D;
    text-decoration: none;
}


/* Landing Page Styles
----------------------------------------*/

.rw-testimonial-wrapper {
    max-width: 940px;
    margin: auto;
}

.rw-testimonial {
    background: #eee;
    padding: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rw-testimonial-wrapper .arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #eee;
    margin: 0 0 0 60px;
}

.rw-testimonial-author {
    display: table;
    margin-left: 10px;
}

.rw-testimonial-author div {
    display: table-cell;
    vertical-align: middle;
    
}

.rw-author-image img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #eee;
}

.rw-author-info {
    padding-left: 10px;
}

.rw-lp-contact-wrap {
    width: 50%;
    max-width: 550px;
    clear: both;
    float: none;
    margin: auto;
}

.rw-lp-form_wrapper.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.rw-lp-form_wrapper.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0;
}

body .rw-lp-form_wrapper.gform_wrapper  ul li.gfield {
    margin-bottom: 10px;
}

.rw-lp-form_wrapper.gform_wrapper div.ginput_container_name span {
    padding-right: 14px;
    margin-right: -5px;
}

.rw-lp-form_wrapper.gform_wrapper .ginput_recaptcha {
    text-align: center;
}

.rw-lp-form_wrapper.gform_wrapper .ginput_recaptcha div {
    margin: auto;
}

.rw-lp-form_wrapper.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit],
.rw-lp-form_wrapper.gform_wrapper .gform_page_footer input.button,
.rw-lp-form_wrapper.gform_wrapper .gform_page_footer input[type=submit] {
    background: #f6902d;
    border: 0;
    color: #fff;
}


/* Training Page Styles
----------------------------------------*/

.training-box-wrapper .fl-col-group,
.training-box-small-wrapper .fl-col-group {
    display: flex;
}

.training-box-wrapper .fl-row-content-wrap,
.training-box-small-wrapper .fl-row-content-wrap {
    padding: 0;
}

.training-box-wrapper .fl-col-small,
.training-box-small-wrapper .fl-col-small {
    padding: 15px;
    display: flex;
}

.training-box-wrapper .fl-col-small .fl-col-content,
.training-box-small-wrapper .fl-col-small .fl-col-content {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    width: 100%;
}

.training-box {

}

.training-box .fl-module-content {
    margin: 0;
}

.training-box .fl-module-content .fl-rich-text {
    padding: 20px;
}

.training-box .fl-module-content .fl-rich-text h3 {
    margin-top: 0;
}

.training-box-small {
    display: flex;
    align-content: center;
    align-items: center;
}

.training-box-small .fl-module-content {
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    min-height: 38px;
}

.training-box-small .fl-module-content .fl-rich-text {
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
}

.training-box-small .fl-module-content .fl-rich-text p {
    text-align: center;
    width: 100%;
}


.post-password-required {
    padding-top: 100px;
}




/* Media Queries
----------------------------------------*/

@media (min-width: 320px) {
    
    /* Admin Bar Adjustments
    ----------------------------------------*/
    .admin-bar header{top:46px!important}
    .admin-bar header.rw-fixed-header{top:0!important}
    .admin-bar .fl-page{top:46px}
    
    /* Common Structure
    ----------------------------------------*/
    .row{margin-left:0;margin-right:0}
    h1{font-size:26px}
    h2{font-size:24px}
    h3{font-size:22px}
    h4{font-size:20px}
    h5{font-size:18px}
    h6,p,li{font-size:14px}
    
    .fl-col-small{max-width:100%}
    
    /* Header with Nav Right
    ----------------------------------------*/
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile{position:fixed!important}
    
    header{z-index:99999;width:100%}
    
    .fl-page-header-container {
        padding: 10px !important;
    }
    
        /* Header Logo
        ----------------------------------------*/
        .fl-page-header-logo-col {
            padding: 0;
            float: left;
            width: 60%;
        }
    
        .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-logo {
            text-align: left !important;
            margin-right: 0;
        }

        .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
            padding-bottom: 0;
        }

        .fl-page-header-logo {
            height: auto;
            padding-bottom: 15px;
            margin:auto;
            display: block;
        }
    
        .fl-logo-img {
            max-height: 50px;
        }
    
        /* Main Nav
        ----------------------------------------*/
        .fl-page-nav-col {
            padding:0;
        }
    
        /* Search Form and Icon
        ----------------------------------------*/
        .fl-page-nav-search {
            display: block;
        }

        .fl-page-nav-search form {
            top: 100%;
            width: 280px;
        }
    
    /* RW Styles
    ----------------------------------------*/
    
        /* Home Slider or Main Image
        ----------------------------------------*/
        .rw-home-slider .bx-viewport,
        .rw-home-slider .fl-content-slider .fl-slide-bg-photo,
        .rw-home-slider .fl-module-content-slider .fl-slide-content {
            height: 440px !important;
        }

        .rw-home-slider .fl-content-slider,
        .rw-home-slider .fl-content-slider .fl-slide {
            min-height: 440px !important;
        }

        .fl-builder-content .rw-home-slider .fl-module-content-slider .fl-slide-title {
            font-size:20px !important;
        }

        .rw-home-slider .fl-module-content-slider .fl-slide-text p,
        .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text * {
            font-size: 14px !important;
            padding: 0 20px !important;
        }

        .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
            padding: 60px 30px 0;
        }
    
        .fl-content-slider .fl-slide-bg-photo {
            background-size: cover;
        }
    
        .fl-content-slider .fl-slide-bg-photo {
            position: absolute;
        }
    
        .rw-home-slider .fl-content-slider .fl-slide-mobile-photo {
            display: none;
        }
    
        .rw-home-slider .fl-module-content-slider .fl-slide-content {
            background-color: transparent;
        }
    
        /* Site Specific Styles
        ----------------------------------------*/
        .rw-core-values .col-xs-10,
        .rw-core-values .col-md-10 {
            padding-left: 0;
            width: 75%
        }

        .rw-core-values .col-xs-2, 
        .rw-core-values .col-md-2 {
            width: 25%;
            padding-right: 0;
        }

        .rw-core-values .rw-right-side .col-xs-2, 
        .rw-core-values .rw-right-side .col-md-2 {
            padding-left: 0;
            padding-right: 15px;
        }

        .rw-core-values .rw-right-side .col-xs-10,
        .rw-core-values .rw-right-side .col-md-10 {
            padding-right: 0;
            padding-left: 15px;
        }
    
        h2 {
            font-size: 36px;
            padding-bottom: 15px;
            background: url(images/cen_bg.png) no-repeat bottom center;
            text-transform: uppercase;
        }
    
        h2.fl-post-grid-title {
            background: none;
        }
    
        .rw-dark-bg h2 {
            background: url(images/cen_bg2.png) no-repeat bottom center;
        }

        /* Blog Templates Home, Archive, Search
        ----------------------------------------*/ 
        #left-area {
            float: none;
            clear: both;
            padding: 20px 10px;
        }

        .blog article,
        .archive article,
        .search article {
            width: 100%;
            float: left;
            padding: 0 0 20px;
        }

        .single .rw-author-date,
        .single .rw-comments-meta {
            width: 100%;
            text-align: left;
        }

        .single .rw-author-date p {
            margin-bottom: 5px;
        }
    
    /* Footer
    ----------------------------------------*/
    .fl-page-footer-widgets .col-md-4,
    .fl-page-footer-widgets .col-md-4:nth-child(2){
        width: 100%;
        min-height: auto;
    }
    
    .fl-page-footer-widgets .col-md-12,
    .fl-page-footer-widgets .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .fl-page-footer-widgets .fl-social-icons {
        margin: 0 auto 20px;
        max-width: 260px;
    }
    
    /* Gravity Forms
    ----------------------------------------*/
    .gform_wrapper .gform_body .gfield_captcha_container img.gfield_captcha {
        float: right !important;
        margin-top: 3px !important;
    }
    
    .gform_wrapper .gfield_captcha_input_container {
        width: calc(100% - 150px) !important;
    }
    
    .gform_wrapper .simple_captcha_medium input {
        width: 100% !important;
    }
    
    .gform_wrapper .gform_footer {
        padding: 16px 0 0 !important;
        margin: 10px auto 0 !important;
        text-align: center !important;
    }
    
    /* Landing Page Styles
    ----------------------------------------*/
    
    .page-template-page-landing-page .fl-page-header-logo-col {
        padding: 0;
        float: none;
        margin: auto;
        width: 60%;
    }
    
    .page-template-page-landing-page .fl-page-header-logo-col .fl-logo-img {
        max-height: 80px;
    }
    
    .page-template-page-landing-page .fl-page-nav-col {
        display: none;
    }
    
    .page-template-page-landing-page .h1-full-width-row h1 {
        font-size: 28px;
    }
    
    .page-template-page-landing-page h2 {
        font-size: 26px;
    }
    
    .rw-testimonial {
        padding: 20px;
    }
    
    .rw-lp-contact-wrap {
        width: 100%;
    }
    
    .rw-lp-form_wrapper.gform_wrapper div.ginput_container_name span {
        padding-right: 0;
        margin-right: 0;
    }
    
    
    
    

}

@media (min-width: 600px) {
    
    .rw-home-slider .fl-module-content-slider .fl-slide-text p, .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text * {
        font-size: 16px !important;
    }
    
    .oomph-our-story .fl-col {
        clear: none;
        float: left;
        margin-left: auto;
        margin-right: auto;
    }
    
    .oomph-our-story .fl-col.fl-node-5aa99562e423d,
    .oomph-our-story .fl-col.fl-node-5aaaa4b723f7f {
        width: 100% !important;
    }
    
    .oomph-our-story .fl-node-5aa995586c180 {
        width: 40% !important;
    }
    
    .oomph-our-story .fl-node-5aa995586c1c1 {
        width: 60% !important;
    }
    
    #left-area {
        padding: 20px;
    }
    
    .blog article,
    .search article,
    .archive article {
        width: 50%;
        float: left;
        padding: 0 10px 20px;
    }
    
    /* Landing Page Styles
    ----------------------------------------*/
    
    .page-template-page-landing-page .fl-page-header-logo-col {
        float: none;
        margin: auto;
        width: 60%;
    }
    
    .page-template-page-landing-page .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-logo {
        text-align: center !important;
    }
    
    .page-template-page-landing-page .fl-page-header-logo-col .fl-logo-img {
        max-height: 80px;
    }
    
    .page-template-page-landing-page .fl-page-nav-col {
        display: none;
    }
    
    .page-template-page-landing-page .h1-full-width-row h1 {
        font-size: 28px;
    }
    
    .page-template-page-landing-page h2 {
        font-size: 26px;
    }
    
    #earn-more .fl-photo-content,
    #why-oomph .fl-photo-content {
        width: 50%;
        margin: auto;
        display: block;
    }
    
    .rw-testimonial {
        padding: 20px;
    }
    
    .rw-lp-contact-wrap {
        width: 100%;
    }
    
    .rw-lp-form_wrapper.gform_wrapper div.ginput_container_name span {
        padding-right: 0;
        margin-right: 0;
    }
      
}

@media (min-width: 641px) {
    
    .rw-lp-form_wrapper.gform_wrapper div.ginput_container_name span {
        padding-right: 14px;
        margin-right: -5px;
        display: inline-block;
        margin-bottom: 0;
    }
    
}

@media (min-width: 768px) {
    
    .admin-bar .fl-page {
        top: 0;
    }
    
    .admin-bar header.rw-fixed-header {
        top: 46px !important;
    }
    
    .fl-page-header-container {
        padding: 10px 20px !important;
    }
    
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
        padding: 0;
        float: left;
    }
    
    .fl-logo-img {
        max-height: 75px;
    }
    
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-col, .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .navbar {
        width: auto;
        float: right;
    }
    
    .fl-page-nav-wrap {
        padding-top: 16px;
    }
    
    .rw-fixed-header .fl-page-nav-wrap {
        padding-top: 6px;
    }
    
    .fl-post-column {
        width: 33.33333% !important;
    }
    
    .gform_wrapper textarea.large {
        height: 160px !important;
    }
    
    .fl-col-small {
        max-width: 50%;
    }
    
    .fl-col {
        float: left;
        clear: none;
    }
    
    .rw-home-slider .fl-col {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: auto !important;
    }
    
    .oomph-our-story .fl-col {
        clear: none;
        float: left;
        margin-left: auto;
        margin-right: auto;
    }
    
    .oomph-our-story .fl-col.fl-node-5aaaa4b724019 {
        width: 100% !important;
    }
    
    .oomph-our-story .fl-node-5aaaa5923508b {
        width: 40% !important;
    }
    
    .oomph-our-story .fl-node-5aaaa592350f8 {
        width: 60% !important;
    }
    
    /* Landing Page Styles
    ----------------------------------------*/
    
    .page-template-page-landing-page .fl-page-header-logo-col {
        float: left;
        margin: 0;
        width: 25%;
    }
    
    .page-template-page-landing-page .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-logo {
        text-align: left !important;
    }
    
    .page-template-page-landing-page .fl-page-header-logo-col .fl-logo-img {
        max-height: 75px;
    }
    
    .page-template-page-landing-page .rw-fixed-header .fl-logo-img {
        max-height: 50px;
    }
    
    .page-template-page-landing-page .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-col {
        width: 75%;
        display: table-cell;
    }
    
    #landing-page-menu li > a {
        padding: 8px 15px;
    }
    
    .page-template-page-landing-page .h1-full-width-row h1 {
        font-size: 30px;
    }
    
    .page-template-page-landing-page h2 {
        font-size: 28px;
    }
    
    #earn-more .fl-photo-content,
    #why-oomph .fl-photo-content {
        width: 100%;
    }
    
    .rw-testimonial {
        padding: 20px;
    }
    
    .rw-lp-contact-wrap {
        width: 100%;
    }
    
    
        
}

@media (min-width: 800px) {
    
    .admin-bar header.rw-fixed-header {
        top: 32px !important;
    }
    
    .oomph-our-services .fl-node-5aa9981daac7e .fl-col {
        width: 50% !important;
    }
    
    /* Landing Page Styles
    ----------------------------------------*/
    
    .page-template-page-landing-page .h1-full-width-row h1 {
        font-size: 32px;
    }
    
    .page-template-page-landing-page h2 {
        font-size: 30px;
    }
    
    
}

@media (min-width: 980px) {
     
    .oomph-our-services .fl-node-5aa9981daac7e .fl-col {
        width: 25% !important;
    }
    
    .fl-builder-content .rw-home-slider .fl-module-content-slider .fl-slide-title {
        font-size: 40px !important;
    }
    
    .page-template-page-landing-page p,
    .page-template-page-landing-page li {
        font-size: 16px;
    }
    
    .rw-testimonial {
        padding: 40px;
    }
    
}


@media (max-width: 991px) {
    
    .shiftnav-toggle-button {
        display: inline-block; 
    }
    
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-logo {
        text-align: center;
        margin-right: 0;
        margin: auto;
    }
    
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
        padding-bottom: 0;
    }
    
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-col,
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .navbar {
        position: relative;
    }
    
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile {
        position: fixed;
    }
    
    header {
        z-index: 99999;
        width: 100%;
    }
    
    .admin-bar header {
        top: 46px !important;
    }
    
}

@media (min-width: 992px) {
    
    .shiftnav-toggle-button {
        display: none;
    }
    
    .fl-page-nav-right .fl-page-header-row > div {
        float: left;
    }
    
    .fl-page-header-logo-col {
        width: 33.333%;
        max-width: 300px;
    }
    
    .fl-page-nav-wrap {
        padding-top: 21px;
    }
    
    #left-area {
        float: left;
        clear: none;
    }

}

@media (min-width: 1100px) {

    .container {
        max-width: 100%;
    }
    
    .fl-page-nav-container.container {
        max-width: 1140px;
    }
    
    .fl-page-nav-toggle-visible-medium-mobile .fl-page-header-wrap .fl-page-header-container {
        padding-left: 0;
        padding-right: 0;
    }
    
    /* Landing Page Styles
    ----------------------------------------*/
    
    .page-template-page-landing-page .fl-page-header-primary .fl-logo-img {
        height: auto !important;
    }
    
    
    #landing-page-menu li > a {
        padding: 8px 20px;
    }
    
    .page-template-page-landing-page .h1-full-width-row h1 {
        font-size: 36px;
    }
    
    .page-template-page-landing-page h2 {
        font-size: 32px;
    }
    
    
    
    
    
    
    
}

@media (min-width: 1400px) {
    
    .fl-logo-img {
        max-height: 100px;
    }
    
    .fl-page-nav-wrap {
        padding-top: 36px;
    }
    
}
