@namespace svg url("http://www.w3.org/2000/svg");

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
::selection {
  background: #a0d8f8; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #a0d8f8; /* Gecko Browsers */
}
body{
    background: lightgray;
}
h1, h2, h3, h4 {
    color: #0c71af;
    font-family: 'Oxygen', sans-serif !important;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.25em;
}
hr{
    border-color:#bcbec0;
}
.strong{
    font-weight: bold;
}
.wp-audio-shortcode{
    margin:0;
}
.mejs-audio .mejs-controls .mejs-mute button{
    display: block !important;
    background: transparent url(/wp-includes/js/mediaelement/controls.svg) no-repeat !important;
    margin: 7px 5px !important;
    background-position: -16px -16px !important;
}
.mejs-audio .mejs-controls .mejs-unmute button{
    display: block !important;
    background: transparent url(/wp-includes/js/mediaelement/controls.svg) no-repeat !important;
    margin: 7px 5px !important;
    background-position: -16px 0px !important;
}
.hru .hrui{
    background: #0c71af;
}
.pill{
   border-radius: 5px;
   margin: 0 30px;
}
.three-quarter{
    max-width: 65%;
    margin-left:auto !important;
    margin-right:auto !important;
}
#three-quarter .in, #three-quarter .cck, #three-quarter-top .in, #three-quarter-top .cck {
    width: 900px;
    margin: 0 auto;
}
.half, .tve_table thead tr.tve_table_row th.tve_table_cell>p.half{
    max-width: 55%;
    margin:auto;
}

.half.right-pad{
    max-width: 39%;
}
.fullWidth .in, .fullWidth .cck {
    margin: 0 auto;
    width: 700px;
}
.fullWidth #full-width .in, .fullWidth #full-width .cck, .fullWidth #full-width-top .in, .fullWidth #full-width-top .cck {
    margin: 0 auto;
    width: 1080px;
}
#full-width-top .out, #three-quarter-top .out, #top-border .out{
    border-top:1px solid #D9D9D9 !important;
}
#form-container .in, #form-container .cck{
    margin: 0 auto;
    width: 900px;
}

.fullWidth #full-width-header .cck{
    width: 1080px;
}
.darkSec .ttfm7 font a {
    color: inherit;
    font-weight: 400;
}
    letter-spacing: .07em;
    color:initial;
    text-decoration: none;
}
.darkSec .ttfm7 a
.darkSec .ttfm7 a:hover {
    color:inherit !important;
    opacity: .65;
}

.cnt .darkSec a, .darkSec a{
    color:#0c71af;
    text-decoration: none;
}

#tve_editor .thrv_wrapper>.tve_sep {
    margin: 0px auto;
}

.spr {
    height: 0;
}

.hide-me-from-older-browsers {
  display: none;
  visibility: hidden;
}
svg|g.hide-me-from-older-browsers {
  display: inline;
  visibility: visible;
}
svg.logo{
    margin: 50px auto 10px;
    display: block;
    width: 150px;
    height: 68px;
    position: relative;
    z-index: 999;
}

.center_logo #nav_right {
    border:0;
}
header .center_logo #nav_right nav.right {
    display: block;
    margin-top: 150px;
}
#main-nav{
    font-family: "Oxygen", sans-serif;
}
#main-nav a, #footer-nav a{
    text-decoration: none;
}
#main-nav .menu-open a{
    color:#FFF;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
#main-nav .menu-open {
    padding: 18px 0;
    position: absolute;
    top: 0;
    left:0;
}
.wrp.consultant{
    position: absolute;
    top: 38px;
    left: 0;
}
.bSe .wrp.consultant a{
    display: block;
    float: right;
    margin-top: -20px;
    border: 1.5px solid #FFF;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #FFF;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    z-index: 999;
}
.bSe .wrp.consultant a:hover{
    background: #FFF;
    color:#bbbbbb;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#floating_menu{
    position: absolute;
    transform: translate3d(0, -100%, 0);
    -webkit-transition: initial;
    -moz-transition: initial;
    transition: initial;
    -webkit-transition: visibility 0s .6s,-webkit-transform .3s .3s;
    transition: visibility 0s .6s,-webkit-transform .3s .3s;
    transition: transform .3s .3s,visibility 0s .6s;
    transition: transform .3s .3s,visibility 0s .6s,-webkit-transform .3s .3s;
    overflow: hidden;
}
#floating_menu header{
    padding: 18px 0 40px;
}
#floating_menu header div{
    opacity: 0;
    -webkit-transition: opacity .3s 0s;
    transition: opacity .3s 0s;
}
.menu-active #floating_menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    
         -webkit-transition: initial;
    -moz-transition: initial;
    transition: initial;
    
    -webkit-transition: visibility 0s,-webkit-transform .3s;
    transition: visibility 0s,-webkit-transform .3s;
    transition: transform .3s,visibility 0s;
    transition: transform .3s,visibility 0s,-webkit-transform .3s;
    overflow: visible;
}
.menu-active #floating_menu header div{
    opacity: 1;
    -webkit-transition: opacity .3s .3s;
    transition: opacity .3s .3s;
}
/*.h-i > .wrp{
    width: initial;
    float:left;
}*/
header .hmn {
    display: block;
    text-align: left;
    width: 20px;
    cursor: pointer;
}
header .hmn:after{
    content:'';
    color:#FFF;
    font-family: 'squared-icomoon';
}
.awe {
    display: none;
}

#menu-main-nav, #footer-nav{
    letter-spacing: .05em;
}

header nav ul li.home {
    display: block;
    clear: both;
    text-align: center;
    float: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
header nav ul li.home a{
     background: url(assets/img/duct-tape-marketing-logo.svg) no-repeat;
    width: 140px;
    height: 63px;
    margin: 0 auto;
    display: block;
}
header nav ul li>ul, footer nav ul li>ul {
    display: block;
    position: initial;
    top:initial;
    min-width: initial;
}
header nav ul li, footer nav ul li {
    float:left;
    font-size: 20px;
}
header nav > ul > li {
    width: 20%;
    padding:0;
}
footer nav > ul > li {
    width: 20%;
    padding: 0;
}


header nav>ul>li.menu-item-has-children>a:after, footer nav ul>li.menu-item-has-children>a:after {
    content: '';
}
header nav ul li>ul li, footer nav ul li>ul li {
    background: none;
    font-size: 16px;
    color: initial;
}
header nav ul li>ul li a:hover, footer nav ul li>ul li a:hover {
    background: none;
    color: rgba(255, 255, 255, 0.44) !important;
}
header nav ul li>ul li a, footer nav ul li>ul li a {
    text-indent: 0;
    height: auto;
    line-height: 32px;
}
header ul.menu > li > a, footer ul.menu > li > a{
    color:#FFF !important;
}
header nav>ul>li.menu-item-has-children>a, footer nav ul>li.menu-item-has-children>a {
    color:#bcbec0 !important;
    cursor: default;
    font-weight: 400;
    padding:0 0 10px;
}
footer nav ul li a {
    color: #e6e6e6;
    display: block;
    text-transform: capitalize;
}
footer nav ul li>ul li {
    font-weight: 300;
    display: block;
    float: none;
    position: relative;
    padding: 0;
}

.cnt .awr.lnd {
    padding-top: 0;
}

.thrv_wrapper.thrv_icon.aligncenter.tve_brdr_solid {
    border-width: 2px !important;
}


.tve_p_center.quote span{
    width: 60%;
    display: block;
    margin: 0 auto;
}


.thrv_button_shortcode.tve_centerBtn {
    margin: 0 auto 20px;
    display: table;
}
.blue_pill{
    display: block;
    margin: 0 auto;
    background: #c2e7f7;
    width: 130px;
    border-radius: 5px;
}
.tve_flt .dtm .tve_btn{
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 5px;
    min-width: initial;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.tve_flt .dtm .tve_btn:hover {
    background-color: #FFF;
    opacity:.9;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.tve_flt .dtm .tve_btn:hover a>span{
    color:#bbbbbb;
}
.dtm .tve_btn a>span {
    color: #FFF;
    text-shadow: none;
    font-family: 'Oxygen', sans-serif !important;
    font-size: 25px;
}
.tve_flt .dtm .tve_btn a {
        padding: 2px 20px;
    text-shadow: none;
    font-size: 24px !important;
}

.dtm2 .tve_btn_im{
    display: none !important;
}
.tve_flt .dtm2 .tve_btn{
    background: #1b75bc !important;
    border: none !important;
    border-radius: 5px !important;
    min-width: initial !important;
    opacity: 1 !important;
    -webkit-transition: opacity .2s !important;
    transition: opacity .2s !important;
}
.tve_flt .dtm2 .tve_btn:hover {
    background: #1b75bc !important;
    opacity: .7 !important;
    -webkit-transition: opacity .2s !important;
    transition: opacity .2s !important;
}
.tve_flt .dtm2 .tve_btn a>span {
    color: #FFF;
    text-shadow: none;
    font-family: 'Oxygen', sans-serif !important;
    font-size: 25px;
}
.tve_flt .dtm2 .tve_btn a {
       padding: 10px 35px;
    text-shadow: none;
        display: block !important;
}

.blog #blog-cta .dtm2{
    margin-top:20px;
}
.blog h1.ttfm2.half {
    color: #FFF !important;
    font-family: 'Oxygen', sans-serif !important;
    line-height: 37px;
    text-align: left;
    float: left;
    font-size: 34px;
    font-weight: 300 !important;
    margin: 10px 0;
}
.tve_flt .heading .blog .tve_btn{
    background: #e6e7e8 !important;
    border: 1px solid #939598!important;
    min-width: initial;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 16px;
}
.tve_flt .heading .blog .tve_btn:hover {
    background-color: #FFF;
    opacity:.9;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.tve_flt .blog .tve_btn{
    background: #e6e7e8;
    border: 1px solid #939598;
    min-width: initial;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 16px;
}
.tve_flt .blog .tve_btn:hover {
    background-color: #FFF;
    opacity:.9;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.tve_flt .blog .tve_btn:hover a>span{
    color:#bbbbbb;
}
.blog .tve_btn a>span {
    color: #58595b;
    text-shadow: none;
    font-family: 'Oxygen', sans-serif !important;
    font-size: 19px;
}
    
.single-post .tve_btn a>span {
    display: inline-block;
    padding: 2px 10px;
}
.tve_flt .blog .tve_btn a {
    padding: 0px 15px;
    text-shadow: none;
}
.thrv_post_grid .tve_post .tve_pg_container.blog-cta{
    background-color: rgb(12, 113, 175) !important;
    border:0;
    padding:40px;
}
.thrv_post_grid .tve_post .tve_pg_container.blog-cta p{
    color: #fff !important;
    font-weight: 300;
    font-size: 22px;
    text-align: center;
}
.thrv_post_grid .tve_post .tve_pg_container.blog-cta .thrv_lead_generation button{
    font-family: 'Oxygen', sans-serif !important;
        width: auto !important;
    padding: 10px 20px !important;
    display: block !important;
    margin: 0 auto !important;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(65, 64, 66) !important;
    border: 0;
}
.thrv_post_grid .tve_post .tve_pg_container.blog-cta .infusion-submit{
    text-align: center;
}
.thrv_post_grid .tve_post .tve_pg_container.blog-cta .infusion-submit input{
    height: 38px;
    background: #343434;
    border: 0;
    color: #FFF;
    font-family: 'Oxygen', sans-serif !important;
    font-size: 16px;
    padding: 0 20px;
}

.blog .tve_post_grid_image_wrapper{
    height: 468px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.blog .dtm_popular, .blog .dtm_posts{
    height: 0;
    overflow: hidden;
}
.blog .dtm_popular.on, .blog .dtm_posts.on{
    height: auto;
    overflow: hidden;
}
#comments, #fbcomments, #comments_fb{
    display: none;
}
.tve_p_center{
    text-align: center;
}
.pagination {
clear:both;
position:relative;
font-size:14px;
line-height:17px;
        top: -30px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 0 15px 0 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#939598;
    background: #f1f2f2;
    border: 1px solid #939598;
}

.pagination a:hover{
color:#fff;
background: #3279BB;
}

.pagination .current{
padding:6px 9px 5px 9px;
    background: #f1f2f2;
    border: 1px solid #939598;
color:#939598;
}
.pagination a.ellip{
    border:0;
    background: 0;
    cursor: default;
    color: #343434;
    padding: 10px 0 0 0;
}
.pagination a.ellip:hover{
    border:0;
    background: 0;
    color: #343434;
}
.pagination a.nxt-btn {
    float: right;
    margin: 0;
    padding: 8px 32px;
    background: #3279BB;
     border: 1px solid #3279BB;
    color: #FFF;
}
.pagination a.nxt-btn:hover {
    background: #f1f2f2;
    border: 1px solid #939598;
    color:#939598;
}

ul#categories {
    list-style: none;
    padding-bottom: 25px;
}
.blog #categories li{
    text-align: center;
    color:#939598;
    background: #f1f2f2;
    border: 1px solid #939598;
    width: 22.5%;
    float: left;
    margin: 0 3% 15px 0;
}
.blog #categories li:nth-child(4n){
   margin: 0 0 15px 0;
}
.blog #categories li a{
        font-weight: 200;
    color: #666;
    display: block;
        padding: 15px 9px;
}
.blog #categories li:hover{
    background:#0c71af;
    color:#FFF;
    cursor: pointer;
}
.blog #categories li:hover a{
    color:#FFF;
}
.blog #tve_flt{
    position: relative;
}

.blog .wrp.consultant a{
    font-weight: 300;
    padding: 5px 10px;
}
.single-post .heading{
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.single-post #main-nav .menu-open a, .single-consultants #main-nav .menu-open a{
    color:#414042;
    font-weight: 500;
}
.single-post .hru.tcbk, .single-post .hru.fih.hfi, .error404 .hru.tcbk, .search .hru.tcbk, .single-consultants .hru.tcbk {
    background: none;
    display: none;
}
.single-post .featured-img{
    width:100%;
    margin-bottom: 50px;
    max-width: 800px;
}
.single-post .cnt article h1, .single-post .cnt article .entry-title {
        line-height: 1.25em;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Oxygen', sans-serif;
    max-width: 65%;
    margin-bottom: 5px;
}
.single-post .author{
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}
.single-post .cnt article h3{
    color: initial;
    font-size: 17px;
    font-weight: bold;
}
.single-post .cnt article h2{
    color:#1e6aae;
    font-size:24px;
}
.single-post .cnt article ul li:before{
    content:none;
}
.single-post .cnt article ul {
    list-style-type: disc;
}
blockquote {
    background: #e6e6e6;
    padding: 25px;
}
.cnt article blockquote p{
    color:initial;
    font-size: 1em;
    line-height: 2em;
}
.bSe article .awr ul li, .bSe article .awr ol li {
    margin-bottom: 10px;
}
.bSe article .awr ul li.dtm, .bSe article .awr ol li.dtm{
    list-style-type: none;
}
.single-post .three-quarter{
    width: 75%;
    margin:auto;
}

.single-post .cnt article p, .single-consultants .cnt article p{
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
}
.wp-caption img {
    width: 100%;
}
.single-post section p, .single-consultants section p {
    margin-bottom: 30px;
    word-wrap: break-word;
}
.single-post .blog .tve_btn {
    background: #0c71af !important;
}

.single-post article .blog .tve_btn {
    background: #e6e7e8;
    cursor: pointer;
}
.single-post .blog .tve_btn{
    margin-bottom: 10px;
}
.single-post .blog .tve_btn a>span {
    font-size: 16px !important;
}
.single-post .blog .tve_btn a{
    font-size: 21px;
}
.single-post .blog .tve_btn a>span{
    color:#fff;
}
.single-post article .blog .tve_btn a>span{
    color:#58595b;
}
.single-post .blog .tve_btn:hover {
    background-color: #e6e7e8 !important;
}
.single-post article .blog .tve_btn:hover a>span{
    color:#fff;
}
.single-post article .blog .tve_btn:hover {
    background-color: #0c71af;
}
.single-post .blog .tve_btn:hover a>span{
    color:#58595b;
}
.single-post article{
    margin-bottom: 50px;
}
.single-post #background{
    width: 100%;
    position: absolute;
    top:0;
    background:#f6f6f6;
    border-bottom: 1px solid #939598;
}

.blog_search {
    top: 15px;
    right: 0;
    position: absolute;
}
.blog_search form{
    float: right;
    border: 1px solid #6d6e71;
    border-radius: 5px;
    background: #FFF;
}
.blog_search #search-button{
    float: left;
    border: 0;
    background: transparent;
    height: 32px;
}
.blog_search #search-button .tve_sc_icon{
    padding: 0px 0 0 8px;
    border-radius: 0px;
    font-size: 15px;
    width: 20px;
    color:#939598;
}
.blog_search #search-field{
    float: right;
    border: 0;
    background: transparent;
    color:#939598;
    font-size: 15px;
    width: auto;
    height: 20px;
}

.category .hru.tcbk{
    display: none;
}
h1.ttfm2{
    text-align: center;
    color: #FFF !important;
    font-family: 'Oxygen', sans-serif !important;
    padding-top: 30px; 
}
.dtm-border{
    border:1px solid #bcbec0;
    padding:1px;
    border-radius: 5px;
}
.dtm-border:hover{
    border-width: 2px;
    padding:0;
    cursor: pointer;
}
.category #full-width-header .in, .search #full-width-header .in{
    min-height: 500px;
}
.category #full-width-header .tve_leftBtn, .search #full-width-header .tve_leftBtn{
        position: absolute;
    top: 390px;
}
.fwit {
    display: none;
}

#tve_editor .thrv_bullets_shortcode ol.tve_ul li.dtm:before, #tve_editor .thrv_bullets_shortcode ul.tve_ul li.dtm:before{
    content: '\f012' !important;
    font-family: 'icomoon' !important;
    position: absolute;
    left: -34px;
    color:#1b75bc;
}

.tve_flt .tve_ul1 li.dtm {
    list-style-image: none !important;
    position: relative;
    list-style-type: none;
}

#get-started .out{
    border-top:1px solid #D9D9D9 !important;
}

#blog-cta .out{
     border-top:1px solid #D9D9D9 !important;
     border-bottom:1px solid #D9D9D9 !important;
}

.thrv_post_grid .tve_post_width_2 {
    width: 49% !important;
    margin-bottom: 40px;
}
.single .thrv_post_grid .tve_post_width_2 {
    margin-bottom: 0;
}
.thrv_post_grid .tve_post_width_2.tve_first{
    margin-right: 2% !important;
}
.tve_empty_dropzone .thrv_post_grid{
    padding: 0px !important;
    margin-right: 0 !important;
}
.thrv_post_grid .tve_post .tve_pg_img_overlay .thrv-icon-forward{
    display: none;
}
.tve_pg_container{
    position: relative;
    min-height: 376px;
}
.thrv_post_grid .tve_post .tve_pg_more{
    position: absolute;
    bottom:0;
    right:0;
    margin:0;
    padding:8px 15px;
}
.thrv_post_grid .tve_post .tve_pg_more span{
    display: none;
}
.thrv_post_grid .tve_post .tve_pg_more a {
    color: #0c71af !important;
    font-weight: 300 !important;
}
.page-id-19548 .tve_cb_cnt.tve_empty_dropzone{
        padding: 0;
}
.page-id-19548 .ttfm5{
    clear: left;
}
.tve_flt .dtm  .tve_cb.tve_cb1 .tve_cb_cnt{
    background: none ;
}
.tve_flt .dtm .tve_cb.tve_cb1 .tve_hd>h3 {
    text-shadow: none;
    color: #fff;
    margin: 0px;
}
.tve_flt .dtm .tve_cb.tve_cb1{
    border: 1px solid #e6e7e8;
    background: #fafbfb;
}
.thrv_post_grid .tve_post .tve-post-grid-text {
    border: 0;
    padding: 5px 15px 40px 15px !important;
    line-height: 23px;
    margin: 0;
    font-weight: 100;
}
.thrv_post_grid .tve_post .tve-post-grid-title a {
    color: #231f20;
    font-weight: 300;
    line-height: 34px;
    display: block;
    font-size: 30px;
}
.thrv_post_grid .tve_post .tve-post-grid-title{
    padding-bottom: 0;
    padding: 15px;
    display: block;
}
.thrv_post_grid .tve_post .tve_pg_container {
    height: 100% !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #f1f2f2 !important;
    border:1px solid #939598 !important;
}
.thrv_post_grid .tve_post_width_2{
    float:left;
}
.single .thrv_post_grid{
    clear:both;
}

.single .thrv_post_grid .tve_post .tve-post-grid-title a{
    font-weight: 300;
}
.single .thrv_post_grid .tve_post .tve-post-grid-text{
    font-weight: 300;
}
.thrv_post_grid .podcast-tab {
    position: relative;
    float: left;
    padding: 8px 11px;
    margin: 10px;
    background: #3279BB;
    border: 1px solid #3279BB;
    color: #FFF !important;
    border: 1px solid #FFF;
}


.tve_flt .thrv_lead_generation input[type="text"], .tve_flt .thrv_lead_generation select, .tve_flt .thrv_lead_generation textarea, .tve_flt .thrv_lead_generation input[type="email"]{
        border-radius: 0;
    border:0;
}
.tve_flt .thrv_lead_generation button {
    border-radius: 0;
}


.tve_flt .dtm-packages .tve_cb.tve_cb1{
    border: 1px solid #d1d3d4;
    background: #fafbfb;
}
.dtm-packages .tve_hd, .dtm.nohead .tve_hd{
    display: none;
}
.dtm-packages .tve_cb .tve_cb_cnt, .dtm-packages .tcb-flex-row{
    padding: 0;
}
.dtm-packages .tcb-flex-col {
    padding:0;
    border-left: 1px solid #d1d3d4;
}
.dtm-packages .tcb-flex-col:first-of-type{
    border:0;
}
.cnt article .dtm-packages ul, #tve_editor .dtm-packages ul{
    margin:0;
    padding:0;
}
.cnt article .dtm-packages ul li{
    list-style-type: none;
    text-align: center;
    padding:0 10px;
    margin: 0 auto 15px;
}
.cnt article .dtm-packages ul li:before{
    content: '';
    display: none;
}

.tve_number_counter .tve_numberc_text, .tve_number_counter .tve_numberc_after{
    font-weight: 400;
}

.tve_flt .dtm-book  .tve_cb.tve_cb1 .tve_cb_cnt{
    background: none ;
}
.tve_flt .dtm-book .tve_cb.tve_cb1 .tve_hd>h3 {
    text-shadow: none;
    color: #fff;
    margin: 0px;
}
.tve_flt .dtm-book .tve_cb.tve_cb1{
    border: 1px solid #e6e7e8;
    background: #fafbfb;
}
.dtm-book{
    margin-top:0;
    padding: 0;
}
.tve_flt .dtm-book  .tve_cb.tve_cb1 .tve_cb_cnt{
    padding-bottom: 0;
}

.thrv_post_grid .tve_post .tve_post_grid_image_wrapper{
    background-color:#afafaf;
    padding: 1px;
    margin: -1px;
}

.post-selection{
    border-bottom: 1px solid #939598;
    margin-bottom: 40px;
    padding-bottom: 10px;
}
.darkSec .post-selection h4{
    font-size: 18px;
    margin: 0 40px 0 0;
    color: #939598;
    display: inline;
}
.post-selection h4.current{
    color: #414042;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.post-selection h4:hover{
    color: #0c71af;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.post-selection h4.current:hover{
    color: #414042;
    cursor: default;
}
.post-selection .select-cat{
    float:right;
   height: 34px;
   overflow: hidden;
    border: 1px solid #939598;
    background: #e6e7e8;
    margin-top: -10px;
    position: relative;
    padding: 0 25px 0 0;
}
.post-selection .select-cat:after{
    content: "\f091";
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'icomoon';
    font-size: 12px;
    z-index: 1;
    width: 22px;
    height: 100%;
    padding: 12px 0 0 10px;
    background: #e6e7e8;
}
.post-selection .select-cat select {
    position: relative;
    z-index: 1;
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
    color: #58595b;
    border: 0;
    font-size: 16px;
    height: 34px;
    margin-right: -5px;
}



.error-page h1.tve_p_left, .search h1.tve_p_left{
    color: #FFF !important;
    font-family: 'Oxygen', sans-serif !important;
    line-height: 37px;
    font-size: 34px;
    font-weight: 500 !important;
    margin: 40px 0 0;
}
.error-page .pddbg{
    min-height: 457px;
}
.error-page h4, .search h4{
        font-weight: 200;
    font-size: 20px;
    text-align: center;
}
.error-page h2, .search h2{
    text-align: center;
}
.error-page form#start, .search form#start{
    padding: 40px 0;
    position: relative;
}
.error-page #search-button, .search #start #search-button{
    background:#236aac;
    border: 0;
    border-radius: 3px;
    width: 40px;
    position: absolute;
    right: 0;
}
.error-page #search-button span, .search #start #search-button span{
    color: #FFF;
    font-size: 20px;
}
.error-page #search-field, .search #start #search-field{
        border-radius: 3px;
    border-width: 2px;
        height: 41px;
    width: 100%;
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.search h1.ttfm2{
    color: #FFF !important;
    font-family: 'Oxygen', sans-serif !important;
    line-height: 37px;
    font-size: 34px;
    font-weight: 500 !important;
    margin: 40px 0 0;
}


footer .fmn{
    display: none;
}
footer .ftw {
    background: transparent;
}
footer {
    background: #414042;
    padding:25px 0;
    color: #bcbec0 !important;
}
footer .fsw.right{
    margin-top: 40px;
    width: 40%;
    border-top: 1px solid #6a6c6e;
    padding-top: 20px;
}
.page-template-template-newlanding footer .fsw.right{
    margin-top: 0;
    width: 50%;
    border-top: 0;
    padding-top: 0;
}
footer .fsw ul li a span {
    color: #bcbec0;
    font-size: 25px;
    display: block;
    opacity: 1;
        -webkit-transition: opacity,0.3s,ease;
    -moz-transition: opacity,0.3s,ease;
    transition: opacity,0.3s,ease;
}
footer .fsw ul li a:hover span {
    opacity: .7;   
        -webkit-transition: opacity,0.3s,ease;
    -moz-transition: opacity,0.3s,ease;
    transition: opacity,0.3s,ease;
}
footer .fsw ul li {
    float: left;
    margin-left: 22px;
    text-align: center;
}
footer .fsw ul li:first-of-type{
    margin:0;
}
footer #copyright{
    margin-top: 10px;
    color:#6d6f71;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
footer #copyright a{
    color:#6d6f71;
}
footer #copyright.solo{
    width:50%;
    float:left;
}
footer #copyright.solo a{
    color: #bcbec0 !important;
    font-weight: 400;
    padding: 0 0 10px;
    font-size:20px;
}

.page-id-26545 #tve_flt{
    position: relative;
}

.tve-leads-track-shortcode_35149 .infusion-field-input-container {
    background: none;
    border: 0 !important;
    color:#FFF !important;
}
.tve-leads-track-shortcode_35149 .infusion-field label{
    display: none;
}
.tve-leads-track-shortcode_35149 .infusion-field {
    margin-bottom: 10px;
    border-bottom: 1px solid #FFF;
}
.tve-leads-track-shortcode_35149 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.tve-leads-track-shortcode_35149 input::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.tve-leads-track-shortcode_35149 input:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.tve-leads-track-shortcode_35149 input:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

.cm{
    font-size: 32px;
    line-height: 40px;
}
.op{
    font-size: 34px;
    line-height: 39px;
}
.page-id-214 #half p{
    max-width: 450px;
    margin:0 auto;
}
.page-id-214 .ttfm3 a{
    line-height: 1em;
}

/*-----------------------------------------
            CONSULTANT PAGE                
-------------------------------------------*/
#filters button.button {
    margin: 5px;
  color:#0069aa;
    background:#FFF;
  border:1px solid #0069aa;
padding: 10px 20px;
        text-transform: uppercase;
    font-family: "Oxygen", sans-serif;

}
#filters button.button.is-checked {
  background:#0069aa;
  border:1px solid #0069aa;
  color:#FFF;
}
#filters button.button:hover{
    cursor: pointer;
    background:#0069aa;
  border:1px solid #0069aa;
  color:#FFF;
}
#filters button.button.is-checked:hover{
    cursor: default;
}
#filters{
  margin:0 0 10px;
}
.grid{
  margin-bottom: 50px;
}
.container .consultant {
    background: #e6e6e6;
       width: 31.33333333333333%;
  margin:5px 1%;
    font-family: "Oxygen", sans-serif;
}
.container .consultant .info{
    margin:20px;
    overflow: hidden;
}
.container .consultant .name{
    font-weight: bold;
}
.consultant .web, .consultant .email{
  word-wrap: break-word;
      font-size: 13px;
}
.bSe .more-btn{
    text-align: right;
}
.bSe .more-btn a{
 padding: 5px 10px;
    margin: 15px 0 0;
    font-size: 12px;
    display: inline-block;
  transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
  border:1px solid #0069aa;
  background: #0069aa;
  color:#FFF;
}
.bSe .more-btn a:hover{
  color:#0069aa;
  background:#FFF;
  text-decoration:none;
}
.page-id-26545 .post-edit-link{
    font-size:10px;
    border:1px solid #0069aa;
  padding:5px;
  margin:10px 0 0;
}

.infusion-field{
    margin-bottom: 12px;
    font-family: 'Oxygen', sans-serif !important;
}
.infusion-field label{
    border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
}
.infusion-field-input-container{
    font-family: 'Oxygen', sans-serif !important;
    font-style: normal;
    font-weight: normal;
    color: #2d2a2b;
    font-size: 100%;
    border: none;
    background: #e6e7e8;
    padding: 5px 10px;
}
.infusion-submit input{
    background: #0c71af;
    border: none;
    color: #FFF;
    font-family: 'Oxygen', sans-serif !important;
    font-size: 18px;
    padding: 10px 20px !important;
    font-weight: 300;
    cursor: pointer;
}
#form-81d963431b633c78ffe8d1f7cade05fd{
    text-align: center;
}

@media only screen and (max-width: 735px){
   .container .consultant {
     width: 48%;
   }
}
@media only screen and (max-width: 580px){
   .container .consultant {
     width: 98%;
   }
}


@media only screen and (max-width: 1080px){
    .dtm-border .tve_content_inner{
        width:100%!important;
    }
    
}
@media only screen and (max-width: 1024px){
    .dtm-packages .ttfm3.tve_p_center{
        border-top: 1px solid #808285;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 900px){
    footer nav > ul > li {
        width: 25%;
        padding: 0 0 20px;
        min-height: 190px;
    }
}
@media only screen and (max-width: 940px){
    .dtm-packages .tve_cb .tve_cb_cnt {
        padding-left:15px;
    }
}
@media only screen and (max-width: 774px){
    header #nav_right {
        background: #343434;
    }
    .hmn {
        float: none;
    }
    header nav ul li ul li a{
        padding:0;
    }
    header nav ul li ul li a:before{
        content: none;
    }
    header nav ul li a {
        border-top: 0;
    }
    header nav ul li a:hover {
        background: none;
    }
    header nav ul li {
        background: none;
    }
}
@media only screen and (max-width: 765px){
    footer nav > ul > li {
           width: 50%;
        padding: 0 0 20px;
        min-height: initial;
    }
    .page-id-26577 .tve_p_left.nopad{
        margin-left: -20px;
    }
}
@media only screen and (max-width: 590px){
header nav > ul > li {
    width: 50%;
    padding: 0 0 20px 0;
    }
}
@media only screen and (max-width: 540px){
    footer .fsw.right{
        width: 100%;
    }
    footer .fsw.right li {
        width: auto !important;
    }
    .half, .tve_table thead tr.tve_table_row th.tve_table_cell>p.half, .half.right-pad{
        max-width: 100%;
    }
    .post-selection .select-cat {
        float: none;
        margin-top: 10px;
        width: 160px;
    }
    .thrv_post_grid .tve_post_width_2{
        width: 100%;
    }
    .pagination a.nxt-btn {
        margin: 20px 0 0 0;
        display: inline-block;
    }
    .blog #categories li{
        width: 46%;
    }
    .single-post .related{
        max-width: 90%;
        margin: 0 auto;
    }
    .tve_p_center.quote span{
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .page-id-19548 .popular, .page-id-19548 .recent{
        display: none !important;
    }
    .single-post .three-quarter {
        max-width: 100%;
        width:100%;
        margin: auto;
    }
    footer #copyright.solo, .page-template-template-newlanding footer .fsw.right {
        width: 95%;
        float: none;
        text-align: center;
    }
    .page-template-template-newlanding footer .fsw.right{
        margin-top: 10px;
    }
    .page-template-template-newlanding footer .fsw ul li a span, .page-template-template-newlanding footer .fsw ul li {
        display: inline;
        float:none;
    }
    .page-template-template-newlanding footer ul {
        text-align: center;
    }
}


/*-----------CUSTOM SOCIAL MEDIA SHARING BUTTONS--------------*/

.bSe a.dtm-link, .cnt article a.dtm-link {
        padding: 7px !important;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: white;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
 
a.dtm-link:hover,a.dtm-link:active {
    color: white;
}
.dtm-social h5{
    float: left;
    font-size: 16px;
    line-height: 0px;
    margin-right: 10px;
}
.dtm-twitter {
    background: #00aced;
}
 
.dtm-twitter:hover,.dtm-twitter:active {
    background: #0084b4;
}
 
.dtm-facebook {
    background: #3B5997;
}
 
.dtm-facebook:hover,.dtm-facebook:active {
    background: #2d4372;
}
 
 
.dtm-linkedin {
    background: #0074A1;
}
 
.dtm-linkedin:hover,.dtm-linkedin:active {
    background: #006288;
}
 
.dtm-social {
    font-family: 'squared-icomoon';
    margin: 0 0px 5px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    position: relative;
    float: right;
    margin-top: -41px;
}