/*Theme Name: TraverselegalTheme URI: http://www.traverselegal.comAuthor: Traverselegal teamAuthor URI: http://www.traverselegal.comVersion: 1.1Text Domain: traverselegal*/
nav a:hover, nav ul li.current_page_item a {
     color: #658fca;
}
h3.action{
     float: left;
     margin-top: 20px;
     width: 100%;
     margin-bottom: 5px;
}
.media {
     float: left;
     margin-bottom: 20px;
     width: 100%;
}
.attorny_detail p {
     color: #2f353d;
     font-size: 23px;
     text-align: left;
}
/*Style*/
html {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
*, *:before, *:after {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
/*.........placeholder opacity........*/
::-webkit-input-placeholder {
     opacity:1;
}
:-moz-placeholder {
    /* Firefox 18- */
     opacity:1;
}
::-moz-placeholder {
    /* Firefox 19+ */
     opacity:1;
}
:-ms-input-placeholder {
     opacity:1;
}
/*.......Buttons & All........*/
 body{
    margin: 0px;
    font-family: 'robotoregular';
    color:#636363;
    font-size: 15px;
}
 h1, h2, h3, h4, h5, h6, strong{
    font-family: 'robotoblack';
}
h1, h2, h3, h4, h5, h6, ul, li, strong{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
a{
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}
ul{
    list-style: none;
    padding: 0px;
}
.btn{
    color:#fff !important;
    font-size: 14px;
    font-family: 'robotoregular';
    border:0px;
    padding: 8px 25px;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    cursor: pointer;
}
.btn_orange{
    background: #ff8a00;
}
.btn_orange:hover{
    background: #fca641;
}
.btn_blue{
    background: #0e274f;
}
.btn_blue:hover{
    background: #234e93;
}
.btn_lightblue{
    background: #658fca;
}
.btn_lightblue:hover{
    background: #75a6ec;
}
.title_1{
    width: 100%;
    text-align: center;
    position: relative;
}
.title_1 h2{
    font-size: 24px;
    text-transform: uppercase;
    color:#2f353d;
    letter-spacing: 3px;
}
.title_1 p{
    font-size: 14px;
    color:#2f353d;
    font-family: 'robotolight';
}
.title_1 p strong{
    color:#0e274f;
    font-family: 'robotobold';
}
.main{
    width:100%;
    float:left;
    margin: 0px auto;
    padding: 0px auto;
}
.container{
    width:960px !important;
    margin: 0px auto;
}
/*Navbar style*/
.logo{
    width:30%;
    float:left;
    padding: 15px 0px;
}
.logo img{
    max-width:100%;
}
.header {
     background-color: rgba(0, 0, 0, 0);
     float: left;
     padding-top: 0px;
     position: relative;
     z-index: 1111;
}
.header-right{
    width: 63%;
    float:right;
}
.top-nav{
    width: 100%;
    float:right;
    position: relative;
}
.contact_att{
    color:#fff;
    font-size: 10px;
    background: #658fca;
    line-height: 12px;
    float: right;
    text-align: center;
    padding:4px 24px;
}
.contact_att:hover{
    background: #70a5f0;
}
.contact_att span{
    text-transform: uppercase;
    font-family: 'robotoblack';
}
.top_call{
    float: right;
    color:#fff;
     font-family: 'robotolight';
    background:#0e274f ;
    font-size: 14px;
    padding: 6px 24px;
    margin:0px 2px 0px 3px;
}
.top_call:hover{
    background: #1e3f73
}
.top_media{
    float: right;
}
.top_media a{
    float: left;
    margin: 0px 2px;
}
.top_media a img{
    float: left;
    vertical-align: bottom;
}
/*........Navbar........*/
.navbar{
    width: 100%;
    float: left;
    padding: 20px 45px 20px 0;
}
nav {
    float:right;
    position: relative;
}
nav ul {
    float: right;
}
nav li {
    display: inline;
    float: left;
     position: relative;
    margin: 0 20px;
}
nav li:first-child{
    margin-left: 0px;
}
nav li:last-child{
    margin-right: 10px;
}
nav a {
    font-family: 'robotoblack';
    color: #212530;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}
nav a:hover, nav ul li .active {
    color:#658fca;
}
nav a#pull {
    display: none;
}
 .searchbox-open{
    width:256px;
}
/*video Banner*/
.video_banner{
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
}
.video_banner iframe{
    height: 400px;
    float: left;
    width: 100%;
}
.banner_text{
    width: 100%;
    float: left;
    position: absolute;
    text-align: center;
}
.signup_bx{
    width: 240px;
    float: right;
    z-index: 111;
    position: relative;
}
.signup_bx a{
    color:#fff;
    font-size: 14px;
    font-family: "robotolight";
    padding: 15px 20px;
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.26);
    text-align: left;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.signup_bx a span{
    float: right;
}
.signup_bx a span img{
    vertical-align: middle;
}
.banner_content{
    width: 100%;
    float: left;
    margin-top: 140px;
}
.banner_content h2{
    color:#fff;
    font-size: 36px;
    font-family: 'robotolight';
}
.banner_btn{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.banner_btn .btn{
    width: 172px;
    text-align: center;
    padding: 9px 20px;
}
/*Practices*/
.prcatices{
    width: 100%;
    float: left;
    padding: 40px 0px 60px 0px;
}
.practices_slider{
    width: 100%;
    float: left;
    padding-bottom: 30px;
    margin-top: 20px;
}
.practices_slider .owl-item{
    padding: 8px;
}
.practice_bx{
    width: 100%;
    float:left;
     min-height: 300px;
    padding:35px 10px;
    text-align: center;
    background:#f1f4f9;
}
.practice_bx h3{
    color:#2f353d;
    font-size:18px;
    font-family: 'robotomedium';
    margin-top: 10px;
}
.practice_bx p{
    color:#2f353d;
    font-size:14px;
    margin-bottom: 0px;
    font-family: 'robotolight';
}
.practices_slider .owl-theme .owl-controls .owl-page span {
     background: #bcbccc none repeat scroll 0 0;
     border-radius: 20px;
     display: block;
     height: 13px;
     margin-left: 7px;
     opacity: 1;
     width: 13px;
}
.practices_slider .owl-theme .owl-controls .active span {
    background: #0e274f none repeat scroll 0 0;
}
 .practices_slider .owl-controls{
    bottom: -30px;
}
.practices_slider .owl-buttons .owl-prev, .logo_slider .owl-buttons .owl-prev{
    font-size: 0px !important;
    height: 76px !important;
    width: 49px !important;
    background: url(http://simplyarts.net/demo/traverselegal/wp-content/themes/traverselegal/images/prev_arrow.png) no-repeat center !important;
    border-radius: 0px !important;
    opacity: 1 !important;
    position:absolute;
     left: -40px;
}
.practices_slider .owl-buttons .owl-next, .logo_slider .owl-buttons .owl-next{
    font-size: 0px !important;
    height: 76px !important;
    width: 49px !important;
    background: url(http://simplyarts.net/demo/traverselegal/wp-content/themes/traverselegal/images/next_arrow.png) no-repeat center !important;
    border-radius: 0px !important;
    opacity: 1 !important;
    right: -40px;
    position: absolute;
}
.practices_slider .owl-buttons {
    position: absolute;
    top: -185px;
    width: 100%;
    font-size: 0px;
}
.call_us{
    width: 100%;
    float: left;
    background: #0e274f;
}
.call_us_img{
    width: 20%;
    float: left;
}
.call_us_img img{
    max-width: 100%;
    vertical-align: bottom;
}
.call_us_txt{
    width: 58%;
    float: left;
    padding: 32px 0px 32px 4%;
    text-align: left;
}
.call_us_txt h3{
    color:#fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'robotobold';
}
.call_us_txt p{
    color:#fff;
    font-size: 12px;
    font-family: 'robotolight';
    margin-bottom: 0px;
}
.call_us_btn{
    width: 22%;
    text-align: right;
    float: left;
    padding: 57px 0px;
}
.blog_post{
    width: 100%;
    background: #f1f4f9;
    float: left;
    padding: 65px 0px;
}
.blog_box_list{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.blog_box{
    width: 32%;
    margin-right: 2%;
    float: left;
}
.blog_box:nth-child(3n){
    margin-right: 0px;
}
.blog_bx_img{
    width: 100%;
    float: left;
}
.blog_bx_img img{
    width: 100%;
    vertical-align: bottom;
}
.blog_bx_txt{
    width: 100%;
    float: left;
    padding:20px 15px;
    background: #212530;
}
.blog_bx_txt h2{
    font-size: 18px;
    color: #fff;
    font-family: 'robotothin';
    line-height: 20px;
}
.blog_bx_txt a{
    font-size: 12px;
    color: #fff;
    font-family: 'robotobold';
    margin-top: 20px;
    display: inline-block;
}
.blog_bx_txt a:hover{
    color:#ff8a00;
}
.que_box{
    width: 100%;
    float: left;
    padding: 60px 0px;
}
.que_listing{
    width: 100%;
}
.que_listing ul li{
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-top: 30px;
}
.que_listing ul li:nth-child(3n){
    margin-right:0px;
}
.que_listing ul li h2{
    font-size: 18px;
    color:#2f353d;
    font-family: 'robotolight';
}
.que_listing ul li p{
    font-size: 12px;
    color:#6f6f6f;
    font-family: 'robotolight';
}
.que_txt{
    width: 100%;
    min-height: 235px;
}
.que_btn{
    width: 100%;
    float: left;
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
}
.que_btn a{
    width: 48%;
    float: left;
    margin-right: 2%;
    text-align: center;
    padding: 10px ;
}
.que_btn a:last-child{
    margin-right: 0px;
}
/*..logo block..*/
.logo_section{
    width:100%;
    float: left;
    padding: 60px 0px;
    background: #efefef;
}
.logo_section .title_1 h2{
    font-size: 20px;
}
.logo_slider{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.logo_slider .owl-controls {
     bottom: 123px;
}
.logo_slider .item {
    text-align: center;
}
.logo_text{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.logo_text h2{
    font-family: 'robotomedium';
    color:#2f353d;
    font-size: 18px;
}
.logo_text p{
    color:#2f353d;
    font-size: 12px;
    font-family: 'robotolight';
}
/*..footer..*/
footer{
    width: 100%;
    float: left;
}
.main_footer{
    width: 100%;
    float: left;
    background: #1f2326;
    padding: 50px 0px;
}
.container_fluid{
    width: 1090px;
    margin: 0px auto;
    padding: 0px auto;
}
.f_logo{
    width: 24%;
    float:left;
    padding-right: 3%;
}
.f_logo img{
    max-width: 100%;
}
.f_socialmedia{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.f_socialmedia a{
    float: left;
    margin-right: 5px;
}
.f_socialmedia a img{
    opacity: 0.3;
    transition: all ease-in-out 0.3s;
}
.f_socialmedia a:hover img{
    opacity: 0.5;
}
.f_call{
    font-family: "robotothin";
    font-size: 14px;
    color:#fff;
    background: url(http://simplyarts.net/demo/traverselegal/wp-content/themes/traverselegal/images/icon_call.png) no-repeat left center;
    padding-left: 30px;
    line-height: 28px;
    padding:6px 0 6px 30px;
    margin-top: 15px;
    display: inline-block;
}
footer h2{
    color:#fff;
    font-family: "robotobold";
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.news_feed{
    height: 400px;
    width: 100%;
    overflow-x: hidden;
}
.news_feed p{
    font-size: 12px;
    color:#fff;
    font-family: "robotothin";
    border-bottom: 1px solid #36393c;
    padding-bottom: 15px;
    margin: 15px 0px;
    color:#9d9fa1;
}
.news_feed p span{
    font-family: "robotolight";
    color:#fff;
    width: 100%;
    float: left;
}
.f_locations p{
    color:#fff;
    float: left;
    font-family: "robotolight";
    font-size: 12px;
    margin: 15px 0px;
}
.f_locations p span{
    font-family: "robotothin";
    font-size: 11px;
    color:#9d9fa1;
    line-height:14px;
    float: left;
}
.f_news{
    width: 27%;
    float:left;
    padding-right: 3%;
}
.f_locations{
    width: 27%;
    float:left;
    padding-right: 3%;
}
.f_events{
    width: 22%;
    float:left;
}
.f_events p{
    font-size: 10px;
    color:#9d9fa1;
    font-size: 10px;
}
.event_bx_1{
    width: 100%;
    float:left;
    overflow-x: hidden;
    background: rgba(255,255,255,0.1);
    height: 181px;
    padding: 10px;
    margin-bottom: 20px;
}
.event_bx_2{
    width: 100%;
    float:left;
    overflow-x: hidden;
    background: rgba(255,255,255,0.1);
    height: 112px;
    padding: 10px;
}
.subfooter{
    width: 100%;
    float: left;
    background: #0e274f;
    padding: 15px 0px;
}
.subfooter p{
    color:#ffffff;
    font-size: 12px;
    font-family: "robotothin";
}
/*..about_iner..*/
.bottem_border {
     border-bottom:1px solid #f7f7f7;
     width:100%;
}
.about_iner {
    width:100%;
     padding:75px 0px;
     float:left;
}
.left_side {
     width:65%;
     float:left;
}
.about_txt {
    float:left;
     width:100%;
}
.about_txt h2 {
     letter-spacing:1px;
    color:#2f353d;
     font-size:24px;
    font-family: 'robotoblack';
     text-transform:uppercase;
     float:left;
}
.about_txt p {
     font-size:16px;
     color:#2f353d;
     font-family: 'robotolight';
     float:left;
     text-align:left;
     line-height:24px;
}
.about_client {
    width:100%;
     float:left;
     background-color:#f1f4f9;
     padding:40px;
     margin-top:30px;
}
.about_client h2 {
     font-size:24px;
     font-family: 'robotoregular';
     margin:0px auto;
     text-align: center;
     color:#2f353d;
}
 .about_client p {
     font-size:18px;
     font-family: 'robotolight_italic';
     line-height:24px;
     text-align:center;
     margin:0px auto;
     color:#7f7f7f;
     width:100%;
     padding:10px 0px;
}
.about_client h3 {
     color:#2f353d;
     text-align:center;
     margin:0px auto;
    font-family: 'robotomedium';
     width:100%;
    font-size:14px;
}
.our_office {
    width:100%;
     float:left;
     margin-top:50px;
}
.our_office h2 {
    color:#2f353d;
    font-family: 'robotoregular';
     font-size:24px;
     text-transform:capitalize;
    text-align:center;
     width:100%;
}
.box_icon {
     width:100%;
     float:left;
}
.box_icon ul {
    width:100%;
     float:left;
     margin-top:30px;
}
.box_icon ul li {
    transition:all ease-out 0.3s;
     width:25%;
     float: left;
     position:relative;
     padding:20px 10px;
    text-align:center;
}
.box_icon ul li a {
    background: url(http://simplyarts.net/demo/traverselegal/wp-content/themes/traverselegal/images/location_icon.png) no-repeat center;
    text-align:center;
     height:56px;
     width:56px;
     display:inline-block;
}
.box_icon ul li h2 {
    color: #2f353d;
    font-family: "robotolight";
    font-size: 16px;
    line-height: 21px;
    margin-top: 10px;
}
.box_icon ul li:hover{
     background:#2f353d;
}
.box_icon ul li:hover h2{
     color:#fff;
}
.box_icon ul li:hover a{
     background: url(http://simplyarts.net/demo/traverselegal/wp-content/themes/traverselegal/images/location_icon_hover.png) no-repeat center;
}
.our_mission {
     width:100%;
     float:left;
     margin-top:40px;
}
.our_mission h2 {
    color:#2f353d;
    font-family: 'robotoregular';
     font-size:24px;
     text-transform:capitalize;
    text-align:center;
     width:100%;
     padding-bottom:10px;
}
.our_mission p {
     float:left;
     color:#2f353d;
     font-size:14px;
     font-family: "robotolight";
     line-height:23px;
}
.our_mission p strong {
     text-transform:uppercase;
}
.right_side {
     width:30%;
     float:right;
     margin-top:50px;
}
.right_side h2 {
     font-size:12px;
     text-transform:uppercase;
     color:#6d95cd;
    font-family: 'robotoblack';
     float:left;
}
.right_side strong {
     text-transform:uppercase;
     color:#0e274f;
}
.form_list {
     width:100%;
     margin-top:20px;
     float:right;
}
.form_list input{
     border: 1px solid #ebebeb;
    color: #7c7c7c;
    float: right;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}
.form_list select {
     border: 1px solid #ebebeb;
    color: #7c7c7c;
    float: right;
    font-size: 12px;
    margin-top: 10px;
    height: 37px;
    line-height: 37px;
    width: 100%;
    text-indent: 2px;
}
.form_list p {
     color:#0e274f;
     font-size:12px;
    font-family: "robotolight";
     float:left;
     text-align:left;
     line-height:18px;
     margin-top:20px;
}
.c_box {
     width:100%;
     float:right;
     padding-bottom:10px;
}
.c_box input {
     float: left;
     margin: 0;
    padding: 0;
    width: 20px;
}
.c_box span {
     color: #0e274f;
    float: left;
    font-size: 12px;
    line-height: 12px;
    padding-left: 10px;
}
.form_list input[type="submit"]{
    width:49%;
    float:left;
    color:#fff;
}
/*...Attorney_Page_ Start...*/
.attorney_iner {
     width:100%;
     float:left;
     padding:75px 0px;
}
.attorney_txt {
     width:100%;
     float:left;
}
.photo_box {
     width:100%;
     float:left;
}
.photo_box ul {
     float:left;
     width:100%;
}
.photo_box ul li {
     width:32%;
     float:left;
     margin-right:2%;
     margin-top:60px;
    height: 360px;
}
.photo_box ul li:nth-child(3n) {
     margin-right:0px;
}
.box_main {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.box_photo {
    margin: 0 auto;
    text-align: center;
    width: 100%
}
.box_photo img {
     height: 192px;
     position: relative;
     width: 100%;
}
.box_text {
     float: left;
     margin-top: -18px;
     position: relative;
     width: 100%;
}
.box_text a {
     font-family: robotobold;
     font-size: 10px;
     padding-left: 35px;
     padding-right: 35px;
    text-transform: uppercase;
}
.box_text h2 {
    width:100%;
     margin: 10px auto 0;
     text-align:center;
     font-size:20px;
     color:#2f353d;
     font-family: 'robotobold';
}
.box_text span {
     color:#9a9a9a;
     font-size:14px;
     font-family: "robotolight";
}
.box_text p {
     color:#2f353d;
     font-size:12px;
     line-height:18px;
}
/*...Interior_And_Contact_Page...*/
.blog_iner {
    width:100%;
     padding:75px 0px;
     float:left;
}
.contact_left {
     width:65%;
     float:left;
}
.contact_left h2{
     width:100%;
    letter-spacing:1px;
    color:#2f353d;
     font-size:24px;
    font-family: 'robotoblack';
     text-transform:uppercase;
     float:left;
}
.contact_left span {
     float:left;
     margin-top:7px;
}
.contact_left p {
     color:#7f7f7f;
     font-size:14px;
     float:left;
     padding-left:8px;
     padding-top:2px;
}
.interior_photo {
     width:100%;
     float:left;
     margin-top:10px;
}
.interior_photo img {
     float: left;
     margin-bottom: 15px;
     width: 100%;
}
.interior_photo p {
     width:100%;
     float:left;
     font-size:14px;
     line-height:20px;
     color:#1f2326;
     margin:0px;
     padding:10px 0px;
}
/*...Media_Page...*/
.media_iner {
     width:100%;
     float:left;
     padding:75px 0px;
}
.media_box {
    width:100%;
     float:left;
}
.media_box ul {
     width:100%;
     float:left;
     margin-top:50px;
}
.media_box ul li {
    width:31.5%;
     margin-right:2.5%;
     float:left;
}
.media_box ul li:nth-child(3n) {
     margin-right:0px;
}
.box_set {
     width:100%;
     padding:40px;
     margin:0px auto;
     text-align:center;
     background-color:#f1f4f9;
}
.box_set span {
     margin:0px auto;
     text-align:center;
}
.box_set h3 {
     color:#2f353d;
     font-size:24px;
    font-family: "robotolight";
}
.media_text {
     width:100%;
     float:left;
}
.media_text p {
     color:#2f353d;
     font-size:14px;
     line-height:22px;
     float:left;
     min-height: 100px;
}
.media_btn {
     float:left;
}
.media_btn a {
    padding: 0;
     vertical-align: middle;
     width:215px;
}
.media_btn a span{
    padding:0px 10px;
    width:170px;
    text-align:center;
    display:inline-block;
     text-transform:capitalize;
}
.media_btn a img{
    vertical-align:middle;
    padding:8px 5px;
     background:#0E274F;
    border-right:1px solid #fff;
}
.contact_left p strong{
     font-family: 'robotomedium';
}
.margin_top_0{
    margin-top:0px;
}
/*Attrony Detail*/
.attorny_detail{
    width: 100%;
    padding: 50px 0px;
    float: left;
}
.attorny_detail h3{
    color: #2f353d;
    font-family: "robotobold";
    font-size: 24px;
}
.alignleft{
    margin:0px 20px 10px 0px;
    float: left;
}
.attorny_detail h4{
    color: #9a9a9a;
    font-family: "robotolight";
    font-size: 14px;
}
.attorny_detail p {
    color: #2f353d;
    font-size: 13px;
    text-align: justify;
}
/*Blog page*/
.blog_wrapper {
    float: left;
    padding: 50px 0;
    width: 100%;
}
.blog_wrapper .blog_blk{
    width:100%;
    float: left;
    margin:50px 0px;
}
.blog_wrapper .blog_blk-right{
    width: 28.5%;
    float: right;
}
.blog_wrapper .blog_blk-left{
    width: 71.5%;
    float: left;
    padding-right: 5%;
}
.blog_wrapper .blog:first-child {
    margin-top: 0px
}
.blog_wrapper .blog{
    width: 100%;
    float: left;
    margin-top: 40px;
}
.blog_wrapper .blog_img{
    width:90%;
    float: left;
}
.blog_wrapper .blog_img img{
    width: 90%;
}
.blog_wrapper .blog_content{
    width:100%;
    float: left;
    text-align:left;
    padding-top: 10px;
}
.blog_wrapper .blog_content .title_1 h1{
    text-transform: uppercase;
    color:#0d3040;
    font-size: 24px;
    text-align: left;
}
.blog_wrapper .blg_detail{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.blog_wrapper .blg_detail ul li{
    float: left;
    margin-right: 15px;
}
.blog_wrapper .blg_detail ul li a{
    font-size: 14px;
    color:#636363;
    padding-left: 20px;
}
.blog_wrapper .blg_detail ul li.b_date a{
    font-size: 14px;
    color:#636363;
    background: url(http://simplyarts.net/demo/traverselegal/wp-content/themes/traverselegal/images/calender.png) no-repeat left center;
}
.blog_wrapper .blg_detail ul li.b_name a{
    color:#2b74ae;
    font-size: 14px;
    padding: 0px;
    background: url(http://simplyarts.net/demo/traverselegal/wp-content/themes/traverselegal/images/user.png) no-repeat left center;
    padding-left: 20px;
}
.blog_wrapper .blg_detail ul li.b_name a span{
    color:#636363;
}
.blog_wrapper .blg_detail ul li.b_category a{
    background: url(http://simplyarts.net/demo/traverselegal/wp-content/themes/traverselegal/images/category.png) no-repeat left center;
}
.blog_wrapper .blog_desc{
    width: 100%;
    float: left;
}
.blog_wrapper .blog_desc p{
    color:#727272;
    font-size: 15px;
    text-align:left;
}
.blog_wrapper .blog_desc ul {
    list-style: square;
    padding-left: 16px;
}
.blog_wrapper .blog_desc .r_more_link {
    color: #0e274f;
    line-height: 17px;
}
.blog_wrapper .blog_desc .r_more_link:hover{
    color: #7B8FCA;
}
.blog_wrapper .blog_desc .r_more_link .fa{
    line-height: 19px;
}
.blog_blk .search_box{
    width: 100%;
    padding: 30px;
    background: #fafafa;
    position: relative;
}
.blog_blk .search_box input{
    border:0px;
    width: 100%;
    padding: 8px;
    color:#636363;
    font-size: 14px;
    background: #fff;
}
.blog_blk .search_box form{
    position: relative;
    width: 100%;
}
.blog_blk #searchfield_btn {
     display: none !important;
     background: #ffffff url("/wp-content/themes/traverselegal/images/search_icon.png") no-repeat scroll center center;
     border: medium none;
     cursor: pointer;
     height: 34px;
     padding: 0;
     position: absolute;
     right: 0;
     top: 0;
     width: 25px;
     z-index: 111;
}
.blog_wrapper .blog_box{
    width: 100%;
    float: left;
    margin-top: 30px;
    background: #fafafa;
    padding: 30px;
}
.title_3{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}
.title_3 h1{
    color:#0d3040;
    font-size:18px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.underline_1{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 1px;
    width:60px;
    background:#7299CE;
}
.small_blg{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.small_blg:last-child{
    margin-bottom: 0px;
}
.small_blg p{
    color:#585858;
    font-size: 14px;
    margin-bottom: 0px;
    text-align: left;
}
.small_blg ul{
    margin: 0px;
}
.small_blg ul li{
    float: left;
}
.small_blg ul li a{
    color:#636363;
    font-size: 12px;
    padding: 0px 10px;
    border-left: 1px solid #cbcbcb;
}
.small_blg ul li:first-child a{
    padding-left: 0px;
    border-left: 0px;
}
.small_blg ul li a span{
    color:#2b74ae;
}
.use_case{
    width: 100%;
    float: left;
    margin-top: 30px;
    background: #fafafa;
    padding: 30px;
}
.use_case ul{
    float: left;
    width: 100%;
}
.use_case ul li{
    background: url(http://simplyarts.net/demo/traverselegal/wp-content/themes/traverselegal/images/list.png) no-repeat left 19px;
    padding-left: 20px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    float: left;
}
.use_case ul li:last-child{
    border-bottom: 0px;
    padding-bottom: 0px;
}
.use_case ul li a{
    color:#585858;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.use_case ul li a:hover{
    color:#0e274f;
}
.press_box{
    width: 100%;
    float: left;
    margin-top: 30px;
    background: #fafafa;
    padding: 30px;
}
.press_news{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.press_news:last-child{
    margin-bottom: 0px;
}
.press_news p{
    color:#585858;
    font-size: 14px;
    margin-bottom: 0px;
}
.press_news a{
    font-size: 14px;
    color:#3686be;
}
.press_news a:hover{
    color:#0e274f;
}
.comment_bx{
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 40px;
}
.comment_bx .title_1{
    text-align: left;
}
.comment_bx form{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.comment_bx form input[type="text"], .comment_bx form input[type="email"],.comment_bx form textarea{
    font-family: 'robotoregular';
    color:#636363;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    background-color: #fff;
    font-size: 15px;
    padding: 10px 10px 10px 26px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}
.c_name{
    background: url(http://simplyarts.net/demo/traverselegal/wp-content/themes/traverselegal/images/icon_20.png) no-repeat 5px center;
}
.c_mail{
    background: url(http://simplyarts.net/demo/traverselegal/wp-content/themes/traverselegal/images/icon_21.png) no-repeat 5px center;
}
.c_message{
    background: url(http://simplyarts.net/demo/traverselegal/wp-content/themes/traverselegal/images/icon_34.png) no-repeat 5px 16px;
}
.comment_bx form textarea{
    height: 90px;
    resize: none;
}
.comment_bx form .orange_btn{
    font-size: 15px;
    padding: 9px 28px;
}
.comment_list{
    width: 100%;
    float: left;
    margin-top: 50px;
}
.form_field{
    width: 49%;
     float: left;
    margin-right: 2%;
}
.form_field:nth-child(2n){
    margin-right: 0px;
}
.comment_main{
    width: 100%;
    float: left;
}
.comment_img{
    width: 15%;
    float: left;
}
.comment_text{
    width: 85%;
    float: left;
    padding-left: 3%;
    position: relative;
}
.comment_text h3{
    color:#252525;
    font-size: 18px;
    text-transform: uppercase;
}
.comment_text h4{
    font-family: 'robotoregular';
}
.comment_text p{
    color:#636363;
    text-align: justify;
}
.comment_sub{
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-left: 15%;
}
.comment_reply {
     background: rgba(0, 0, 0, 0) url("../images/icon_reply.png") no-repeat scroll left center;
     color: #0e274f;
     padding-left: 15px;
     position: absolute;
     right: 0;
     top: 0;
}
.comment_reply:hover{
    color:#000 !important;
}
 .sml_title{
    width: 100%;
    margin-bottom: 30px;
}
.sml_title h2{
    display: inline-block;
    border-bottom:1px solid #7299ce ;
    color:#252e33;
    font-size: 20px;
    text-transform: uppercase;
}
.comment_img > img {
     max-width: 100%;
}
.faq_wrapper{
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.faq_blk{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.faq_blk h4{
    color:#252525;
    font-family: "robotomedium";
    font-size: 18px;
}
.faq_blk p{
    margin-top: 5px;
    text-align: justify;
}
/*......Changes 04/03/2016.........*/
.employmenthistory h3, .education h3,.membershipsaffiliations h3 {
     font-family: "robotoregular";
     font-size: 16px;
}
.employmenthistory > h1,.education > h1,.membershipsaffiliations > h1, .personalinfo > h1 {
     color: #252525;
     font-family: "robotomedium";
     font-size: 20px;
     margin-bottom: 5px;
}
.employmenthistory, .education, .membershipsaffiliations, .personalinfo {
     margin-top: 30px;
}
.employmenthistory p ,.personalinfo p, .education p{
     color: #636363;
}
.attorny_detail div a {
    color: #6E96CD;
    font-size: 14px;
}
.attorny_detail div a:hover{
    color:#0E274F;
}
.employmenthistory li, .education li, .personalinfo li {
     border: 1px solid #cccccc;
     margin-bottom: 20px;
     padding: 20px;
}
.membershipsaffiliations li {
     list-style: square;
     margin-left: 15px;
     margin-top: 6px;
}
/*Slider css*/
.tp-caption.black.tp-fade.tp-resizeme.start {
     text-align: center;
}
.tp-caption h2 {
     color: #ffffff !important;
     font-family: "robotolight";
     font-size: 36px !important;
}
.tp-caption a {
     border-radius: 0;
     box-shadow: none !important;
     padding: 9px 18px !important;
     text-shadow: none !important;
     font-family: "robotolight" !important;
     letter-spacing: 0px !important;
     margin-top: 15px !important;
     display: inline-block !important;
     height: auto !important;
     line-height: normal !important;
     font-weight: normal !important;
}
.tp-caption .orange{
    background: #ff8a00 !important;
}
.tp-caption .blue{
    background:#658fca !important;
}
.tp-caption .blue:hover{
    background:#75a6ec !important;
}
.tp-caption .orange:hover{
    background:#fca641 !important;
}
/*Blog page*/
.blog_desc iframe {
     width: 100% !important;
}
.blog_desc a {
     color: #6c95cc;
     text-decoration: none;
}
.blog_desc a:hover{
    color:#0E274F;
}
.blog_desc > h2 {
     font-family: "robotoregular";
     font-size: 22px;
     font-weight: normal;
     margin-top: 15px;
}
.blog_desc h3 {
     font-family: "roboto";
     font-size: 20px;
}
.zemanta-article-ul li {
     border: 1px solid #cccccc;
     float: left !important;
     margin: 0 1.3% 0 0 !important;
     padding: 10px !important;
     text-align: center !important;
     width: 24% !important;
}
.zemanta-article-ul li:nth-child(4n){
    margin-right:0px !important;
}
.zemanta-article-ul li a img {
     display: inline-block !important;
     float: none !important;
}
.zemanta-article-ul li a {
     float: left;
     text-align: center !important;
     width: 100% !important;
}
.practice_bx > a {
     position: relative;
     z-index: 111111;
     cursor: pointer;
}
.practice_bx > a:hover h3{
    color:#6C95CC !important;
}
.left_side ul {
     float: left;
     list-style: outside none square;
     margin-bottom: 20px;
     padding-left: 15px;
}
.left_side ul li a{
    color:#636363;
}
.left_side ul li a:hover{
    color:#0e274f;
}
.news_feed p a {
     color: #fff;
}
.news_feed p a:hover{
    color:#9d9fa1;
}
.box_icon ul {
     list-style: outside none none;
     margin-left: 0;
     padding-left: 0;
}
.search-submit {
     background-attachment: scroll !important;
     background-clip: border-box !important;
     background-color: #fff;
     background-image: none !important;
     background-origin: padding-box !important;
     background-position: 0 0 !important;
     background-repeat: repeat !important;
     background-size: auto auto !important;
     color: #000;
     font-size: 14px;
}
.location-map {
     width: 100%;
     height: 300px;
     border: #ccc solid 1px;
     margin: 20px 0;
}
.location-map img{
     max-width: inherit !important;
}
.direction_box {
     border: 1px solid #d4d4d4;
     float: left;
     margin: 10px 0 30px;
     padding: 20px;
     width: 100%;
}
.direction_box p:nth-child(2n+1) {
     border-top: 1px solid #d4d4d4;
     margin-bottom: 0;
     margin-top: 20px !important;
     padding-top: 20px;
}
.direction_box p {
     margin: 0;
}
.direction_box p:first-child {
     border: medium none;
     margin-top: 0 !important;
     padding-top: 0;
}
.address {
     float: left;
     max-width: 280px;
}
.direction_box p strong {
     display: inline-block;
     font-size: 18px;
     font-weight: normal !important;
     margin-bottom: 5px !important;
}
.f_locations p a {
     color: #9d9fa1;
     font-size: 11px;
}
.f_locations p a:hover{
    color:#fff;
}
.other_logo a {
     display: inline-block;
     margin-top: 15px;
     width: 100%;
}
.other_logo a img{
    max-width: 100%;
}
.pagination {
     float: left;
     margin-top: 15px;
     text-align: center;
     width: 100%;
}
.pagination {
     float: left;
     margin-top: 15px;
     text-align: center;
     width: 100%;
}
.page-numbers li {
     display: inline-block;
}
.pagination li a {
     color: #636363;
     display: inline-block;
     height: 30px;
     line-height: 30px;
     width: 30px;
     background: #f1f1f1;
}
.pagination li span.current, .pagination li a:hover{
    background: #0e274f;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    color:#fff;
}
/*.......23-03-2016........*/
.header-top-menu-nav li a {
     color: #8f959d;
     font-size: 12px;
}
.header-top-menu-nav li a:hover{
    color:#fff;
}
.header-top-menu-nav li {
     display: inline-block;
     padding: 5px 10px;
     position: relative;
}
.header-top-menu-nav {
     background: #2f353d none repeat scroll 0 0;
     text-align: center;
     margin-bottom: 20px;
}
.faq a {
     color: #0e274f;
}
.faq a:hover{
    color:#658fca;
}
#menu-topmenu li .sub-menu {
     background: #4f555d none repeat scroll 0 0;
     border-top: 2px solid #000000;
     display: none;
     left: 10px;
     position: absolute;
     width: 170px;
     z-index: 111111;
}
#menu-topmenu li:hover .sub-menu{
    display: block;
}
#menu-main-menu .sub-menu li a {
     text-align: left;
}
#menu-main-menu li .sub-menu {
     background: #fafafa none repeat scroll 0 0;
     border-top: 2px solid #333333;
     left: 0;
     padding: 15px 0 15px 15px;
     position: absolute;
     width: 400px;
     z-index: 2147483647 !important;
     display: none;
}
#menu-main-menu .sub-menu li a {
     color: #212530;
     font-family: "robotoregular" !important;
     font-size: 14px;
     padding: 5px 0;
     text-align: left;
}
#menu-main-menu .sub-menu li a:hover {
     color: #658FCA;
}
#menu-main-menu li:hover .sub-menu{
    display: block;
}
#menu-main-menu .sub-menu li {
     margin: 0px !important;
     width: 50%;
}
#menu-main-menu li .sub-menu li .sub-menu {
     left: -15px;
     top: 25px;
     display: none;
}
#menu-main-menu li .sub-menu li:hover .sub-menu {
     display: block;
}
.faqfooter {
     float: left;
     margin-left: 50px;
     padding-bottom: 30px;
}
.faq {
     float: left;
     padding-bottom: 10px;
}
.left_side h2, .left_side h3 {
     float: left;
     width: 100%;
}
.left_side p, .faq strong {
     float: left;
}
.left_side li {
     padding: 10px 0;
}
.faqfooter a {
     margin-right: 5px;
}
.pagesmall a {
     color: #658fcb;
}
.pagesmall a:hover {
    color:#0E274F;
}
.header-top-menu-nav a#top_menu {
     display: none;
}
.page_banner {
     float: left;
     height: 350px;
     width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
     top: -30px;
}
#menu-main-menu #menu-item-20 .sub-menu li {
     width: 100%;
}
#menu-main-menu #menu-item-20 .sub-menu {
     width: 200px;
}
/*************************** post launch css changes ***************************/
/** take away royal blue hyperlinks **/
 .left_side a {
     color: #658fca;
}
/** space blog headings **/
 .blog_wrapper .blg_detail {
     float: left;
     margin-top: 10px;
     width: 100%;
     margin-bottom: 10px;
}
/** color H2s **/
 .left_side > h2 {
     color: #1e3f73;
     padding-bottom: 15px;
     font-family: roboto;
}
/** color H3s **/
 .left_side > h2 {
     padding-bottom: 15px;
     font-family: roboto;
}
/** color page titles **/
 h1.page-title {
     color: #1e3f73;
     font-family: roboto;
}
/*** footer links ***/
 .subfooter a {
     color: #b5d3f2;
}
/*** new landing pages for practice areas ***/
 .faq-section {
     padding-top: 30px;
     clear:both;
}
 .faq-top-part {
     clear: both;
}
 .faq-img img {
     float: left;
     padding-bottom: 150px;
}
 .faq-question {
     padding-bottom: 20px;
}
 .faq-body {
     margin-left: 50px;
}
 .faq-buttons {
     margin-left: 50px;
     padding-top: 20px;
}
 .faq-left-button {
     float: left;
     padding-right: 20px;
}
 /*** fix "I'm a victim of ____ " text ***/
 .victim {
     clear: both;
}
/*** add comment box to form ***/
 textarea {
     border: 1px solid #ebebeb;
     color: #7c7c7c;
     font-family: robotoregular;
     font-size: 12px;
     margin-top: 10px;
     padding: 10px;
     width: 100%;
}
/*** fix custom category sidebar titles ***/
 .title_3 a {
     color: #000;
     font-family: robotoblack;
     position: relative;
     text-transform: uppercase;
}
/*** Fix Google Map ***/
 .acf-map {
     width: 100%;
     height: 400px;
     border: #ccc solid 1px;
     margin: 20px 0;
}
/*** set width to on blog post pics to 100% ***/
 .blog_blk-left img {
     height: auto;
     width: 100%;
}
 .alignnone.size-full.wp-image-1149 {
     height: auto;
     width: 100%;
}
/*** fix drone law home page anchor text ***/
 .call_us_txt a {
     color: #fff;
     font-weight: 900;
     text-decoration: underline;
}
/*** align badges on B Hall's profile ***/
 #super_lawyers_badge {
     float: left;
}
/*** fix salesforce form ***/
 .salesforceform label {
     color: #7c7c7c;
     font-size: 12px;
}
 .sf-submitbutton input {
     background-color: #0e274f;
}
 .search_box {
     bottom: -46px;
     float: right;
     padding-top: 10px;
     position: absolute;
     right: 0;
     z-index: 1111;
}
 .searchbox {
     float: right;
     min-width: 31px;
     overflow: hidden;
     position: relative;
     transition: width 0.3s ease 0s;
     width: 0;
}
 .searchbox-input {
     background: #ffffff none repeat scroll 0 0;
     border: 1px solid #e1e1e1;
     color: #636363;
     font-size: 13px;
     height: 32px;
     margin: 0;
     outline: 0 none;
     padding: 0 30px 0 10px;
     right: 0;
     top: 0;
     width: 100%;
}
 .searchbox-icon, .searchbox-submit {
     background: #ffffff url("/wp-content/themes/traverselegal/images/search_icon.png") no-repeat scroll center center !important;
     border: 0 none;
     cursor: pointer;
     display: block;
     font-size: 0;
     height: 32px;
     line-height: 22px;
     margin: 0;
     outline: 0 none;
     padding: 0;
     position: absolute;
     right: 0;
     text-align: left;
     top: 0;
     width: 31px;
}
 .searchbox-open {
     width: 256px;
}
 