/*------------------------Body  Styles-------------------*/
body {
    background: #fff;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.64em;
}
h1{ 
    color: #4a2f22;
    font-family: "Domine",serif;
    font-size: 45px;
}
h2{ 
    color: #000; 
    font-family: 'Domine', serif;
    font-size: 35px;
}
h3{ 
    color: #000; 
    font-family: "Domine",serif;
    font-size: 30px; 
}
h4{ 
    color: #000;
    font-family: "Domine",serif;
    font-size: 25px; 
}
h5{ 
    color: #000; 
    font-family: "Domine",serif;
    font-size: 22px; 
}
h6{ 
    color: #000; 
    font-family: "Domine",serif;
    font-size: 20px; 
}
.site p{
    margin: 20px 0 0;
}
.site a{
    text-decoration: none;
}
.site a:hover{
    outline-offset: 0;
    outline: 0 none;
    text-decoration: none;
} 
.site a:focus, .site a:active{
    outline-offset: 0;
    outline: none;
    text-decoration: none;
} 
textarea:focus, input:focus {
    outline: none;
}
textarea:active, input:active {
    outline: none;
}
button:focus, button:active{
    outline: none;
}
select:focus, select:active{
    outline: none;
}
.site .container{
    width: 1200px;
}
img{
    max-width: 100%;
}
.inner_border_top{
    border-top: 1px solid #4a2f22;
    margin: 2px 0 0;
}
/*----------------Header Section------------------*/
.header_div{
    padding: 10px 0 15px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
    width: 100%;
}
.header_div .col-md-5 img{
    padding:15px 0 0;
}
.header_div h2{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    margin: 6px 0;
    color:#c39229;
}

.header_div p{
    margin: 0 0 0;
    line-height: 22px;
    text-align: center;
}
.header_right{
    float: right;
    margin: 8px 0 0;
    width: 84%;
}
.header_right h4{
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size:18px;
    margin:0;
    color:#000000;
}
.header_right span{
    padding-left:5px;
}
.header_right span:nth-last-of-type(2){
    padding:0;
}
.social-icon{
    float: right;
    padding: 0 0 8px
}
.header_right h4 strong{
    color:#502b1f;
    font-size:20px;
    border-right: 1px solid #c7c7c7;
    padding-right: 9px;
    top: 3px;
    font-family: "Domine", sans-serif;
    position: relative;
}
.header_right h4 strong:nth-last-of-type(1){
    border-right: none;
    padding:0;
}
.social-icon ul{
    padding:0;
    margin:0;
}
.social-icon ul li{
    float: left;
    list-style: none;
    margin-right: 6px;
}
.header_icn{
    background: #d6d6d6;
    border-radius: 100%;
    padding: 10px 0 0;
    height:41px;
    width: 41px;
    color:#4a2f22;
    margin: 0 auto;
    text-align: center;
    font-size: 21px !important;
}
.header_icn:hover{
    background:#c39229;
    color:#fff;
}
.inner_left{
    border-right: 1px solid #c39229;
    float: left;
}
.inner_right{
    float: right;
    text-align: center;
}

.header-button {
	text-align: center;
	margin: 0 auto;
}
.header-button .light {
	margin: 10px auto;
	display: block;
}

p.ph2 {text-align: center !important;}
/*----------------Top Menu Section------------------*/
.top_menu{
    background: #c39229;
}
@media screen and (max-width: 767px) {
	.top_menu {
		position: absolute;
		z-index: 3;
	}
	#megaMenu #megaMenuToggle {
    	margin-top: -27px;
    	margin-bottom: 11px;
	}
}
.top_menu ul{
    margin: 0;
    padding: 0;
}
.top_menu li{
    float: left;
    list-style: none;
}
.top_menu li a{
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 18px;
    text-transform: uppercase;
}
.top_menu li a:hover{
    background: #4a2f22;
    color: #fff;
}
/*----------------Banner Section------------------*/
.banner_div{
    background: url("images/bg-1.jpg") no-repeat center top;
    padding: 30px 0 0;
    text-align: center;
    width: 100%;
    background-size: cover;
}
.banner_left{
    float: left;
    width: 57%;
}
.banner_left img{
    padding: 136px 0 0;
}
.banner_right{
    float: right;
    margin: 0 0;
    width: 43%;
}
.banner_btn{
    background:#502b1f;
    width: 440px;
}
/*----------------Home Section------------------*/
.home_section{
    background: #1d110c;
    padding: 30px 0;
}
.wrapper{
    margin: 0 auto;
    width: 1000px;
}
.home_section h2{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 0;
    text-align: center;
}
.form_widget{
    margin: 15px 0 0;
}
.form_box{
    border: 1px solid #b4b4b4;
    color: #000;
    margin: 0 0 7px;
    padding: 8px 10px;
    width: 100%;
}
.select-box{
    color: #888;
}
.select-box option{
    margin: 5px 15px;
}
.input_height{
    height: 147px;
}
.form-height{
    height: 100%;
}
.from_btn{
    font-size: 22px;
    font-weight: 700;
    margin: 7px 0 0;
    padding: 8px 0;
}
.select_box{
    height: 44px;
}
.select_box option{
    color: #888;
    margin: 5px 7px;
}
/*----------------Home Section2------------------*/
.home_section2{
    padding: 60px 0;
}
.home_section2 h1{
    font-size:38px;
    margin: 0 0 0;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
}
.home_read_btn{
    padding: 8px 0;
    width: 360px;
}
.video_div iframe{
    border: 2px solid #000;
    height: 360px;
    margin: 30px 0 0;
    width: 100%;
}
/*----------------Home Section3------------------*/
.home_section3{
    width: 100%;
}
.home_section3 h2{
    color: #bd8f28;
    font-family: "Open Sans",sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0;
    text-align: center;
}
.home_testmonial{
    background: #1d0e08;
    height: 300px;
    padding: 50px;
    width: 100%;
}
.accolades{
    background:#f1f1f1;
    padding:25px 0;
}
.item{
    padding:0 15px;
    text-align: center;
}
.left-coma{
    color: #bd8f28;
    float: left;
    font-size: 4.7em;
}
.fade_text{
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 78%;
}
.fade_text div p{
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin: 10px 0 0;
}
.fade_text span{
    color: #bd8f28;
    float: right;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 0;
    text-align: center;
    text-transform: uppercase;
}


/*----------------News Letter------------------*/
.newsletter_div{
    padding: 50px 0;
    text-align: center;
}
.newsletter_div h2{
    color: #4a2f22;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0;
}
.newsletter_div p{
    margin: 0 0 30px;
}
.subcribe_form{
    margin: 20px auto 0;
    width: 86%;
}
.news_box{
    background: #fff;
    border: none;
    border-radius: 7px;
    color: #000;
    padding: 13px;
    width: 100%;
    border:1px solid #aeaeae;
    box-shadow: 0 0 0 7px #f1f1f1; 
}
.news_btn{
    border-radius: 5px;
    margin: 1px 0 0;
    padding: 13px 0;
    width: 170px;
    box-shadow: 0 0 0 7px #f1f1f1;
}
.news_btn:hover{
    background: #4a2f22;
    color: #fff;
}



/*----------------Home Map------------------*/
.home_map iframe{
    height: 450px;
}
.dir_div{
    background: #c39229;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.dir_div:hover{
    background:#1d110c;
}
.dir_div:hover i{
    color: #c39229 !important;
}
.Map_icon{
    font-size: 30px !important;
    margin-right: 15px;
    color:#4a2f22;
}

.map-div{
    padding: 60px 0;
    background:#4a2f22;
}

/*----------------Home Section5------------------*/
.home_section5{
    background: #4a2f22;
    padding: 50px 0;
}
.social_media_div{
    float: right;
    width: 88%;
}
.social_media_div h4{
    color: #c39229;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.social_media_div #main-office{
    color: #c39229;
}
.social_media_div h4 br{
    display:none;
}
.social_media_div h4 span{
    color:#fff;
    font-size:16px;
    font-weight: normal;
    text-transform: capitalize;
}
.social_media_div p{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin: 4px 0 0;
}
.social_media_div h3{
    font-size:26px;
    font-weight: 600;
    font-family: 'Open sans', sans-serif;
    color:#fff;
    margin: 15px 0;
}
.social_media_div h5{
    font-size:18px;
    font-weight: 600;
    font-family: 'Open sans', sans-serif;
    color:#fff;
}
.address-home{
    margin-top:25px;
}
.font_icon{
    float: left;
    margin: 3px 0 0;
}
.fax_icon{
    margin-top:7px;
}
.col_sm_four{
    float: left;
    margin: 30px 0 0;
    width: 100%;
}
.social_media_div ul{
    margin: 15px 0 0;
    padding: 0;
}
.social_media_div li{
    float: left;
    list-style: none;
    margin-right: 6px;
}
.footer_icon{
    background: #c39229;
    border-radius: 100%;
    color: #4a2f22;
    font-size: 24px !important;
    height: 48px;
    padding: 12px 0 0;
    text-align: center;
    width: 48px;
}
.footer_icon:hover{
    background: #fff;
    color: #4a2f22;
}
/*----------------Home Section5------------------*/
.home_section6{
    background: #4a2f22;
    padding: 30px 0;
}
.home_section6 p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}
.home_section6 ul{
    margin: 0;
    padding: 0;
    text-align: center;
}
.home_section6 li{
    display: inline-block;
}
/*----------------Footer------------------*/
.footer{
    background: #1d110c;
    padding: 30px 0;
}
.footer .footer-menu{
    margin: 0;
    padding: 0;
    text-align: left;
}
.footer .footer-menu li{
    border-left: 2px solid #c39229;
    display: inline-block;
    line-height: 12px;
    list-style: none;
}
.footer .footer-menu li a{
    color: #c39229;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    text-transform: uppercase;
}
.footer .footer-menu li:first-child{
    border-left: none;
}
.footer .footer-menu li a:hover{
    color: #fff;
}
.footer p{
    color: #fff;
    font-size: 14px;
    margin: 10px 9px 0;
    text-align: left;
}
.footer .icon-ul{
    margin: 5px auto;
    text-align: right;
    padding: 0;
}
.icon-ul li{
    display: inline-block;
    line-height: 12px;
    list-style: none;
    padding:0 7px 0 0;
}
.footer_social_media{
    margin: 15px 0 0 !important;
}
.footer_social_media li{
    border-left: none !important;
    margin-right: 7px;
}
.footer_social_media li a{
    padding: 0 !important;
}
.phone_icon{
    margin-top:19px;
}
/*=============================================
      ALL INNER PAGES START CSS
==============================================*/
.outter_content{
    padding: 30px 0;
}
.entry-content{
    margin: 0 auto;
    width: 1125px;
}
.inner-page-border{
    border-color: #ccc;
    margin: 10px 0;
}
.entry-content h1{
    font-weight: 700;
    margin: 0 0 0;
  
}
.entry-content h2{
    font-weight: 700;
    line-height: 40px;
    margin: 20px 0;
}
.entry-content h3{
    font-weight: 700;
    line-height: 40px;
    margin: 20px 0;
}
.entry-content h4{
    font-weight: 700;
    line-height: 30px;
    margin: 20px 0;
}
.entry-content h5{
    font-weight: 700;
    line-height: 28px;
    margin: 20px 0;
}
.entry-content h6{
    font-weight: 700;
    line-height: 20px;
    margin: 20px 0;
font-size:16px;
}
.entry-content ul{
    margin: 15px 0;
}
.entry-content ol{
    margin: 15px 0;
}
.entry-content li{
    line-height: 25px;
    margin: 10px 0 0;
}
.images_responsive{
    float: left;
    margin: 10px 20px 0 0;
    width: 300px;
}
.images_responsive2{
    float: right;
    margin: 25px 0 10px 20px;
    width: 300px;
}
.article-div{
    background: #f6f6f6;
    border: 2px solid #ccc;
    margin: 30px auto 0;
    overflow: hidden;
    padding: 20px;
    width: 100%;
}
.left-article{
    float: left;
    width: 50%;
}
.left-article ul{
    margin: 5px 0 0;
    padding-left: 18px;
}
.left-article h3{
    font-size: 24px !important;
    font-weight: bold;
    margin: 0 0 0;
}
.left-article li{
    margin: 0 !important;
}
.left-article li a{
    color: #000;
}
.left-article li a:hover{
    color: blue;
    text-decoration: underline;
}
.call-to-action {
    background: #eff2ff;
    border: 1px solid #dddddd;
    margin: 30px auto 0;
    overflow: hidden;
    padding: 10px;
    width: 600px;
}
.call-to-action .call_info{
    float: left;
    width: 17%;
}
.call-to-action .call_bio{
    float: right;
    width: 83%;
}
.call-to-action .call_bio p {
    font-size: 19px;
    line-height: 30px;
    margin: 8px 0 0;
    text-align: center;
}
.breadcrumbs{
    float: left;
    font-size: 14px;
    margin: 20px 0 0;
    width: 100%;
}
/*=============================================
        PROFILE PAGE START CSS
==============================================*/
.profile_div{
    width: auto;
}
.profile_text{
    font-size: 30px !important;
    margin: 0 !important;
}
.attorney_image{
    display: block;
    margin: 5px auto 0;
}
#review_div{
    margin: 10px 0 0;
}
#review_div p{
    color: #0a4374;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 0;
}
#review_div img{
    float: right;
}
.tabs-div{
    margin: 20px 0 0;
}
.tabs-div ul{
    margin: 0 !important;
    padding: 0 !important;
}
.tabs-div li{
    float: left;
    list-style: none;
    margin-right: 2px !important;
}
.tabs-div li a{
    background: #c39229;
    border: none !important;
    border-radius: 7px 7px 0 0;
    color: #fff;
    display: block;
    padding: 15px 20px;
}
.nav_tabs > li.active > a, .nav_tabs > li.active > a:focus, .nav_tabs > li.active > a:hover{
    background: #4a2f22;
    color: #fff;
}

.tab-content{
    background:  #e2e2e0;
    border: 1px solid #878b83;
    border-radius: 0 0 10px 10px;
    margin: 0 0 20px;
    padding: 5px 20px 20px;
}
.profile_read_link{
    color: #1d110c;
    float: right;
    font-size: 18px;
    font-weight: 600;
}
.profile_read_link:hover{
    color: #4a2f22;
}
.bio-bottom-area {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.bio-bottom-area p{
    float: left;
    margin: 0 !important;
}
.bio-bottom-area img {
    float: right;
    margin: 4px 0 0;
}
#largetext{
    margin: 0;
}
/*=============================================
       BLOG PAGES START CSS
==============================================*/
.blog_post_div{
    margin: 20px 0 0;
}
.inner-title{
    background: #c39229;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 15px;
    text-align: left;
    width: 100%;
}
.inner-title:hover{
    background: #4a2f22;
    color: #fff;
}
.inner-title:focus{
    color: #fff;
}
.inner-title:active{
    color: #fff;
}
.blog_post_div p{
    color: #000;
    margin: 20px auto 0;
}
.blog-link{
    color: #4a2f22; 
    font-weight: bold;
    text-decoration: underline;
}
.blog-link:hover{
    color: #c39229;
}
.blog-link:active{
    color: #bd8f28; 
}
.blog-link:focus{
    color: #bd8f28; 
}
.blog_nav{
    float: left;
    margin: 20px 0;
    width: 100%;
}
.blog_nav p{
    color: #c39229;
    font-size: 18px !important;
    font-weight: bold;
    margin: 13px 0 0;
}
.blog_nav .arrow_left{
    color: #c39229;
    float: left;
    font-size: 3em;
    font-weight: bold;
    padding-right: 5px;
}
.blog_nav .arrow_right{
    color: #c39229;
    float: right;
    font-size: 3em;
    font-weight: bold;
    padding-left: 5px;
}
.nav-prev{
    float: left;
    width: 150px;
}
.nav-next{
    float: right;
    width: 112px;
}
.blog_nav .nav-prev:hover .arrow_left{
    color: #4a2f22;
}
.blog_nav .nav-next:hover .arrow_right{
    color: #4a2f22;
}
.blog_nav .nav-prev:hover p{
    color: #4a2f22;
}
.blog_nav .nav-next:hover p{
    color: #4a2f22;
}
.sharebox {
    border-bottom: 1px solid #c39229;
    border-top: 1px solid #c39229;
    float: left;
    padding: 10px;
    width: 100%;
}
.sharebox p{
    float: left;
    color: #c39229;
    font-size: 20px !important;
    font-weight: 700;
    margin: 1px 0 0;
}
.sharebox ul {
    float: right;
    margin: 0;
    padding: 0;
}
.sharebox li {
    float: left;
    list-style: none;
    margin: 0 !important;
}
.blog_icon {
    color: #c39229;
    font-size: 2em !important;
    margin: 0 4px;
}
.blog_icon:hover{
    color: #4a2f22;
}
.author-div{
    background-color: #f5f5f5;
    box-shadow: 0 0 2px 1px #ccc;
    margin: 30px auto 0;
    padding: 15px;
    width: 600px;
}
.author-info{
    float: left;
    width: 17%;
}
.author-div img{
    margin: 0 !important;
}
.author-bio{
    float: right;
    width: 82%;
}
.author-bio p b{
    font-size: 16px;
}
.author-bio p{
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 0;
}
/*=============================================
        CONTACT PAGE STAR CSS
==============================================*/
.address-div {
    background: #f1f1f1;
    border: 2px solid #ddd;
    border-radius: 10px;
    margin: 32px 0 0;
    overflow: hidden;
    padding: 15px;
}
.address_left {
    float: left;
    text-align: center;
    width: 30%;
}
.inner-left {
    display: table-cell;
    height: 250px;
    vertical-align: middle;
    width: 337px;
}
.margin_text{
    padding: 12px 0;
}
.address_left p{
    margin: 0 !important;
}
.address_right {
    float: right;
    height: 250px;
    width: 70%;
}
.address_right iframe{
    height: 250px;
}
.address_right div{
    width: 100% !important;
    height: 100% !important;
}
.address_right div iframe{
    width: 100% !important;
    height: 100% !important;
}
.form_btn{
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0;
    width: 350px;
}
/*=============================================
        CRIMINAL LAW PAGE STAR CSS
==============================================*/
.list-category li a{
    color: #000;
}
.list-category li a:hover{
    color: blue;
    text-decoration: underline;
}
.cat-title-div {
    border-bottom: 1px solid  #b9b9b9;
    clear: both;
    display: block;
    margin: 20px 0;
}
.cat-title-div a{
    background: #ebebeb;
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 14px;
}
.cat-title-div a:hover{
    background: #4a2f22;
    color: #fff;
}
/*=============================================
        TESTIMONIALS PAGE START CSS
==============================================*/
.testmonials_page{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    box-shadow: 0 0 1px 1px #000;
    overflow: hidden;
    margin: 25px 0 0;
    padding: 20px;
}
.testmonials_page p{
    margin: 0 0 15px;
}
.testmonials_page strong{
    float: right;
    text-align: right;
}
/*=============================================
       VIDEO & RESPONSIVE & MODAL CSS
==============================================*/
.video-title{
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 12px;
}
.video-title:hover{
    background:#E5E5E5;
}
.video-title a{
    display: inline-block;
    padding: 8px 15px;
}
.thank-page_div{
    text-align: center;
}
/*---------------responsive Menu------------------*/
.responsive_div{
    background: #c39229;
    padding: 6px 0;
    height: 36px;
}
.responsive_div ul{
    float: right;
    margin: 0;
    padding: 0;
}
.responsive_div li{
    display: inline-block;
    list-style: none;
    margin: 0 8px;
}
.header_icon{
    color: #fff;
    font-size: 20px;
}
.review-icon{
    margin:50px 0 ;
}
.review-icon ul{
    margin:0;
    padding:0;
    text-align: center;
}
.review-icon ul li{
    list-style: none;
    display:inline-block;
    padding:0 15px;
}
.review-link ul{
    margin:0;
    padding:0 26px;
}
.review-link li{
    color:#c39229;
}
.review-link ul li a{
    color:#c39229;
}
/*-----------------MODAL CSS-----------------*/
.modal-content{
    background: #4a2f22 !important;
}
button.close {
    color: #fff;
    font-size: 40px;
}
.close:hover, .close:focus{
    color: #f6f5f5 !important;
}
.modal-title {
    color: #fff;
    font-family: droid serif;
    font-size: 26px;
    font-weight: bold;
}
.modal-body{
    overflow: hidden;
}
.modal-body .sub-title{
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px;
    text-align: center;
}
.modal-body .model-book{
    float: left;
    margin-top: 15px;
    padding-bottom: 10px;
    width: 30%;
}
.modal-body .inner-model-text{
    float: right;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 35px;
    margin-top: 30px;
    text-align: center;
    text-decoration: blink !important;
    width: 67%;

    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.modal-footer{
    clear: both;
}
.modal-dialog {
    margin: 30px auto;
    width: 450px;
}
/*---------------- INPUT PLACEHOLDER ---------*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #888;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #888;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #888;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #888;
    opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #888;
    opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #888;
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #888;
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #888;
    opacity: 1;
}
body #att_chat_head #att_avat{
    background: url(images/live-chat.png) no-repeat top center;
}
#main-office{
    color:#000;
}
.es_button{
    padding:10px 0 !important;
}
.date_author {
    font-weight: 600;
    margin-bottom: 15px;
}
.es_msg{
    padding: 0 !important;
}
.es_textbox{
    padding:10px 0 !important; 
}
#es_msg_pg{
    color:green;
}
#emailtext{
    color:red;
}
.show_cat_dropdown {
    clear: both;
    display: block;
    margin: 15px 0;
    text-align: center;
}
.show_cat_dropdown label {
    display: inline;
    font-size: 16px;
    padding-right: 14px;
}
.show_cat_dropdown form {
    display: inline;
}
.show_cat_dropdown .postform {
    background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #ccc;
    padding: 6px;
    width: 200px;
}
.thank-page_div h2{
    font-size:32px;
}
.collapse-card .mpc-title{
    font-size:16px !important;
    color:#000 !important;
}
.collapse-card .mpc-title strong{
    margin-top:6px;
}
.collapse-card{
    color:#000 !important;
}
.content-blog-post-wrap {
    padding: 15px 15px 0;
}
.border-top{
    border-width: 1px;
    border-color: #4a2f22;
    margin: 2px 0 0;
}
.Form_widget_sidebar .form_btn{
    margin-top: 0px;
    width: 100%;
}
.newsletter_div .alert {
    padding: 0 !important;
}
@media (max-width: 767px){

  html body #lhc_status_container .status-icon {
    height: 200px !important;
    background: url(https://attorney-chat.com/design/defaulttheme/images/btn.png) no-repeat left top !important;
    position: absolute;
    bottom: 110px !important;
  }
html body #lhc_status_container #offline-icon{
    width: 8% !important;
    height: 202px !important;
}
}

@media (max-width: 480px){

html body #lhc_status_container #offline-icon{
    width: 14% !important;
   
}
}
@media (max-width: 1024px) {
	.map-div iframe {
		width: 250px !important;
	}
}

.header-button .light {
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.author-div {
	visibility: hidden;
}