/*  

/*  

Theme Name: Firm

Theme URI: http://www.wordpresslawtheme.com/

Description: Premium Law Theme

Author: singlethemes.com

Author URI: http://www.singlethemes.com

Version: 3.0

*/













/* Default styles */

@import "css/reset.css";



/*-------------------------------------------------------------------------------------------



INDEX:



1. SETUP

-1.1 Defaults

-1.2 Hyperlinks



2. SITE STRUCTURE & APPEARANCE

-2.1 Containers & Columns

-2.2 Navigation

-2.2.1 Drop-down menus

-2.3 Header

-2.4 Featured Slider

-2.5 Recent Posts

-2.6 Older Posts

-2.7 Content

-2.8 Sidebar

-2.9 Footer



3. POSTS

-3.1 Typographic Elements

-3.2 Images

-3.3 Pagination / WP-Pagenavi



4. WIDGETS

-4.1 Generic Widgets

-4.2 Specific Widgets



5. COMMENTS



-5.1 Comments

-5.2 Comments Form

-5.3 Pingbacks / Trackbacks



6. MISC

-6.1 Buttons

-6.2 Info Boxes

-6.3 Contact Form 

7. FEATURED SLIDER

8. RESPONSIVE



-------------------------------------------------------------------------------------------*/





/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.fix:before, .fix:after, .col-full:before, .col-full:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.fix:after, .col-full:after {
    clear: both
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.fix, .col-full {
    zoom: 1
}
/* 1.1 Defaults */
body {
    font-size: 12px;
    font-family: Arial,Helvetica,Sans-serif;
    line-height: 1.5em;
    color: #757575;
    background: #aebccb;
}
@font-face {
    font-family: 'M1clight';
    src: url('includes/fonts/mplus-1c-thin-webfont.eot');
    src: url('includes/fonts/mplus-1c-thin-webfont.eot?#iefix') format('embedded-opentype'), url('includes/fonts/mplus-1c-thin-webfont.woff') format('woff'), url('includes/fonts/mplus-1c-thin-webfont.ttf') format('truetype'), url('includes/fonts/mplus-1c-thin-webfont.svg#M1clight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LinuxLibertineORegular';
    src: url('includes/fonts/LinLibertine_R-webfont.eot');
    src: url('includes/fonts/LinLibertine_R-webfont.eot?#iefix') format('embedded-opentype'), url('includes/fonts/LinLibertine_R-webfont.woff') format('woff'), url('includes/fonts/LinLibertine_R-webfont.ttf') format('truetype'), url('includes/fonts/LinLibertine_R-webfont.svg#LinuxLibertineORegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('includes/fonts/fontawesome-webfont.eot');
    src: url('includes/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('includes/fonts/fontawesome-webfont.woff') format('woff'), url('includes/fonts/fontawesome-webfont.ttf') format('truetype'), url('includes/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #130000;
    font-weight: normal;
}
h1 {
    font-size: 18px;
    margin-bottom: 20px;
}
h2 {
    font-size: 18px
}
h3 {
    font-size: 18px
}
h4 {
    font-size: 16px
}
h5 {
    font-size: 14px
}
h6 {
    font-size: 12px
}
p {
    margin: 0
}
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
hr {
    background-color: #e6e6e6;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}
input, textarea {
    padding: 5px;
    border-color: #ccc #efefef #efefef #ccc;
    border-width: 1px;
    border-style: solid;
}
/* 1.2 Hyperlinks */
a:link, a:visited {
    color: #1B376F;
    text-decoration: none;
}
a:hover {
    color: #511e09
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
    text-decoration: none
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline
}
/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
/* 2.1 Containers & Columns */
#wrapper {
    background: #FFFFFF
}
.col-left {
    float: left;
    width: 580px;
    margin: 40px 0 0 35px;
}
.col-right {
    float: right;
    width: 270px;
    margin: 35px 25px 0 0;
}
.col-full {
    width: 974px;
    margin: 0 auto;
}
/* 2.2 Navigation */
.nav {
    z-index: 99;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}
.nav a {
    position: relative;
    display: block;
    z-index: 100;
}
.nav li {
    float: left;
    width: auto;
    border-left: 1px solid #eaebee;
    padding: 0 24px 33px 10px;
}
#top_nav_wrap {
    background-color: #FFFFFF
}
#top-nav {
    padding: 30px 0 0 0;
    float: right;
    margin: 0 20px 0 0;
}
#top-nav a {
    color: #434b5b;
    font-family: tahoma, Arial, Helvetica, sans-serif;
    padding-top: 6px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.2em;
}
#top-nav a:hover, #top-nav li.current_page_item a, #top-nav li.current_page_parent a {
    color: #000000
}
#top-nav li ul {
    border: none;
    margin: 33px 0 0 -10px;
    border-top: 1px solid #EAEBEE;
}
#top-nav li ul li {
    background: #FFFFFF;
    border-bottom: 1px solid #EAEBEE;
    padding: 0px;
}
#top-nav li ul li:hover {
    background: #eeeeee
}
#top-nav li ul li a {
    background: none;
    border: none;
    padding: 10px;
}
#top-nav li ul li a.sf-with-ul {
    padding: 10px
}
#main-nav {
    font: bold 15px Helvetica, Arial, sans-serif;
    border: 1px solid #dee3e7;
    margin-bottom: 40px;
    background: #fff url(images/bg-mainnav.png) repeat-x left bottom;
}
#main-nav li {
    border-right: 1px solid #dee3e7
}
#main-nav a {
    padding: 5px 20px 2px;
    line-height: 30px;
    color: #555;
    border-bottom: 4px solid #cacaca;
}
#main-nav a:hover, #main-nav li.current_page_item a, #main-nav li.current_page_parent a {
    border-bottom-color: #dc3e29;
    color: #000;
    text-decoration: none;
}
#main-nav a:hover, #main-nav li.current-cat a, #main-nav li.current-cat a {
    border-bottom-color: #dc3e29;
    color: #000;
    text-decoration: none;
}
#main-nav li ul {
    background: #FFF;
    border: 1px solid #dbdbdb;
    border-width: 1px 1px 0;
}
#main-nav li ul li {
    background: #eee;
    border-top: 1px solid #fff;
}
#main-nav li ul li a {
    padding: 0 10px;
    font-size: 12px;
    border-bottom: 1px solid #dbdbdb;
}
#main-nav li ul li a:hover {
    border-color: #dbdbdb;
    background: #dbdbdb;
}
/* 2.2.1 Drop-down menus */
.nav li ul {
    position: absolute;
    left: -999em;
    width: 180px;
    z-index: 999;
}
.nav li ul li a {
    width: 160px
}
#top-nav li ul ul {
    margin: -32px 0 0 180px
}
.nav li:hover, .nav li.hover {
    position: static
}
.nav li:hover ul ul, .nav li.sfhover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul ul, .nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul {
    left: -999em
}
.nav li:hover ul, .nav li.sfhover ul, .nav li li:hover ul, .nav li li.sfhover ul, .nav li li li:hover ul, .nav li li li.sfhover ul, .nav li li li li:hover ul, .nav li li li li.sfhover ul {
    left: auto
}
.nav .sf-sub-indicator {
    background: url(images/arrow-superfish.png) no-repeat;
    position: absolute;
    display: block;
    right: 0.4em;
    top: 0.9em;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
}
.nav li ul .sf-sub-indicator {
    background: url(images/arrow-superfish-right.png) no-repeat;
    background-position: center left;
}
#top-nav .sf-sub-indicator {
    left: 0;
    top: 2em;
}
#top-nav li ul li .sf-sub-indicator {
    left: auto;
    right: 0px;
}
#top-nav li ul .sf-sub-indicator {
    top: 0.9em
}
#main-nav .sf-sub-indicator {
    top: 1.1em
}
#main-nav li ul .sf-sub-indicator {
    top: 0.9em
}
#top-nav .nav-item-right {
    float: right
}
#top-nav .nav-item-right a {
    padding-top: 8px
}
/* 2.3 Header */
#header {
    padding: 40px 0 26px 0;
    position: relative;
    background-image: url('images/header-bg.png');
    background-position-y: bottom;
    background-color: #1F3158;
}
.home #header {
    padding: 0;
    position: relative;
    height: auto;
    background-image: none;
}
.home #inner-header-wrap {
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 6%;
}
#header-search {
    float: right;
    margin: 25px 20px 0 0;
    position: relative;
}
#header-search input[type="text"] {
    border: 1px solid #eaebee;
    width: 179px;
    padding: 6px 0 6px 25px;
    transition: all .4s linear;
    background: #FFF;
}
#header-search input.search_but {
    padding: 0px;
    border: none;
    position: absolute;
    left: 10px;
    top: 12px;
}
#header-search input.search_s:focus {
    border: 1px solid #cfcfcf
}
a.logo {
    float: left;
    display: inline-block;
}
a.logo span {
    padding: 24px 0 0 20px;
    font-family: LinuxLibertineORegular, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    display: block;
    line-height: 31px;
}
a.logo img {
    margin: 15px 0 15px 20px
}
#header .nav-toggle {
    display: none
}
#header #call {
    float: right;
    padding: 18px 24px;
    background: url(images/phone_bak.png) repeat;
}
span#number {
    background: url(images/phone.png) no-repeat left center;
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
#header #number a {
    color: #FFF;
    cursor: default;
}
#header-slider .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 51%;
    padding: 0 0 0 160px;
    min-height: 200px;
    background-image: url(images/arrow-big.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #1a2e57;
    opacity: 0.93;
    box-shadow: none;
}
#header-slider .slide-content h2 {
    color: #FFFFFF;
    line-height: 1.3em;
    font-family: M1clight, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 36px;
    margin: .7em .5em .35em 0;
}
#header-slider .slide-content p {
    color: #acc2ef;
    font-size: 14px;
    line-height: 1.7em;
    margin: 0 3em 1.6em 0;
}
#header-slider .flex-direction-nav {
    margin: 0;
    position: absolute;
    width: 8em;
    bottom: 1.5em;
    right: 0;
    z-index: 10;
}
#header-slider .flex-direction-nav a {
    display: inline-block;
    position: static;
    margin: 0;
    float: left;
}
#header-slider .flex-direction-nav a.flex-next {
    margin-left: .6em
}
#header-slider .flex-direction-nav:hover a {
    opacity: 1
}
h1.page_title {
    color: #FFFFFF;
    font-size: 25px;
    font-family: M1clight, Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 26px 0 0 40px;
    margin: 0;
    float: left;
    background: url('images/title-pattern.png') no-repeat top left transparent;
    line-height: 1em;
}
h1.page_title a, h1.page_title a:hover {
    color: #FFF
}
#welcome {
    border-bottom: 1px solid #aebccb;
    padding: 0 0 40px 0;
}
.home .home_title {
    float: left;
    width: 100px;
    margin: 0 0 0 65px;
}
#welcome .home_content {
    float: left;
    font-size: 18px;
    color: #000000;
    line-height: 1.6em;
    width: 460px;
}
#about {
    padding: 0 0 40px 0;
    margin: 50px 0 0 0;
}
#main .home_title h2 {
    color: #aebccb;
    font-size: 14px;
    padding: 0 10px 0 0;
}
#about div.home_about_content {
    float: left;
    font-size: 12px;
    color: #757575;
    line-height: 1.7em;
    width: 460px;
}
/* Homepage content */
/* 2.5 Recent Posts */
#recent-posts {
    margin: 0 -20px 10px 0
}
#recent-posts h3 {
    margin: 0 0 20px 0
}
#recent-posts .post {
    position: relative;
    float: left;
    width: 300px;
    height: 185px;
    margin: 0 20px 20px 0;
    background: #d4d4d4;
}
#recent-posts .post .heading {
    width: 270px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}
#recent-posts .post .heading h2 {
    font-size: 15px;
    text-transform: uppercase;
}
#recent-posts .post .heading h2 a {
    color: #fff
}
#recent-posts .meta {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
}
#recent-posts .meta a {
    font-weight: bold
}
/* 2.6 Older Posts */
#older-posts {
    margin: 0 -20px 30px 0
}
#older-posts h3 {
    margin: 0 0 20px 0
}
#older-posts li {
    float: left;
    width: 300px;
    margin: 0 20px -1px 0;
    padding: 10px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
#older-posts li img {
    float: left;
    margin: 0 10px 0 0;
}
#older-posts li .info {

}
#older-posts li .info span {
    display: block
}
#older-posts li .info .meta-old {
    color: #6f6f6f;
    font-size: 11px;
}
#older-posts li .info .title-old {
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
}
#older-posts li .info .title-old a {
    color: #424242
}
#older-posts li .info .title-old a:hover {
    color: #000;
    text-decoration: none;
}
/* 2.7 Content */
#content {
    padding: 0 0 70px
}
.home #main {
    width: 628px;
    margin: 35px 0 0 0;
}
.home .blog-page-template #main {
    margin-left: 25px;
}
body.home #main .post {
    margin-left: 35px
}
#main {

}
#main_full {
    width: 900px;
    margin: 40px 0 0 35px;
}
a#paget {
    font-size: 18px;
    color: #130000;
    font-weight: normal;
}
div.entry h1 {
    font-size: 23px;
    padding-bottom: 12px;
    color: #130000;
    font-weight: normal;
}
#main h2 {
    font-size: 18px;
    padding-bottom: 12px;
    color: #130000;
    font-weight: normal;
}
#main h2 a {
    color: #130000
}
#main h2 a:hover {
    color: #333333
}
.blog-post {
    margin-bottom: 35px;

}
#main .blog-post:last-child {
   margin-bottom: 15px;
}
.blog-post .thumb {
    float: left;
    border: 1px solid #CCCCCC;
    margin-right: 15px;
}
.blog-post .thumb a {
    display: block
}
.blog-posted {
    margin-bottom: 17px
}
.blog-post h2 a:hover {
    text-decoration: underline
}
.read-more {
    font-weight: bold;
    font-size: 13px;
    margin-top: 20px;
    display: inline-block;
}
.blog-post .entry p {
    margin: 0px
}
h1.post_title {
    font-size: 18px;
    margin: 0 0 5px 0;
    color: #130000;
    font-weight: normal;
}
h1.post_title a, h2 a {
    color: #130000
}
h1 a:hover, h2 a:hover {
    color: #333333;
    text-decoration: none;
}
/* 2.8 Sidebar */
#sidebar {

}
#sidebar .secondary {
    float: left;
    width: 140px;
    margin-right: 20px;
}
#sidebar .secondary.last {
    margin: 0
}
#empty {
    border: 1px solid #CCCCCC;
    height: 100px;
    padding: 30px;
}
#sidebar_content h2 {
    font-size: 18px;
    color: #95a9be;
    font-weight: normal;
    padding: 0px;
    margin-bottom: 21px;
}
a.social {
    display: inline-block;
    margin: 0 2px;
}
/* 2.9 Footer */
#footer {
    padding: 20px 0 60px;
    font-size: 12px;
    background: #AEBCCB;
}
#footer .inner {

}
#footer p {
    margin: 0;
    font-size: 11px;
    color: #FFFFFF;
    float: right;
}
#footer #credits img {
    vertical-align: middle
}
#footer a {
    color: #2f2f2f;
    text-decoration: underline;
}
#footer_social {
    float: left;
    margin: 0 0 0 15px;
}
#footer_social a {
    margin: 0 4px 0 0
}
#footer_social a {
    margin: 0 6px 0 0;
    display: block;
    float: left;
    text-decoration: none;
}
#footer_social a:before {
    vertical-align: middle;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.8em;
    width: auto;
    height: auto;
    text-align: center;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background: #FFF;
    border-radius: 4px;
}
#footer_social a:hover:before {
    background-color: #ededed
}
#footer_social a.facebook:before {
    content: '\f082';
    color: #395597;
}
#footer_social a.linkedin:before {
    content: '\f08c';
    color: #08A9D9;
}
#footer_social a.twitter:before {
    content: '\f081';
    color: #41D4EC;
}
#footer_social a.youtube:before {
    content: '\f166';
    color: #CC222D;
}
#footer_social a.googleplus:before {
    content: '\f0d4';
    color: #333334;
}
#footer .footer-logo {
    float: left;
    margin: 10px 30px 0 0;
}
#footer-search form {
    width: 300px
}
#footer-search form input.s {
    width: 300px;
    background: #fff url(images/bg-footer-search.jpg) no-repeat 280px center;
}
#footer-search form input.submit {
    display: none
}
a.law_icon {
    background: url(images/law_icon.png) no-repeat;
    width: 19px;
    height: 18px;
    display: block;
    text-indent: -90000px;
    float: left;
    margin: 0 15px 0 0;
}
#footer li a {
    color: #000000;
    display: inline;
    font-family: Arial,Helvetica,sans-serif;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
}
#footer ul {
    margin-bottom: 25px;
    float: left;
}
#footer ul li ul {
    display: none
}
#footer li {
    display: inline;
    float: none;
}
#footer a:hover {
    color: #000000
}
/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/
#breadcrumb {

}
.archive_header {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.archive_header .catrss a {
    font-size: 14px;
    text-decoration: none;
}
.post {
    margin: 0 0 40px
}
.post .title {
    font: normal bold 26px/24px Arial, Helvetica, sans-serif;
    position: relative;
    margin: 0;
}
.page .post .title, .post.none .title {
    margin: 0 0 20px 0
}
.post .title a:link, .post .title a:visited {
    color: #222
}
.post-meta {
    margin: 5px 0 25px 0;
    font-size: 11px;
    text-transform: uppercase;
}
.post-meta span {
    color: #424242
}
.post-meta .comments a {
    text-transform: uppercase
}
.post-meta, .post-meta .post-author a, .post-more {
    color: #868686
}
.post-more {
    clear: both;
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
    border-width: 4px 0 1px;
    padding: 10px 0;
    font: 11px/16px Arial, Helvetica, sans-serif;
}
.post-more a, .post-meta a {
    text-decoration: none
}
.post-more a:hover, .post-meta a:hover {
    text-decoration: underline
}
.post p.tags {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    clear: both;
    padding: 0 0 0 20px;
    background: url(images/ico-tag.png) no-repeat left center;
    margin: 20px 0;
}
.entry {

}
/* 3.1 Typographic Elements */
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin: 0 0 25px 0
}
.entry p {
    margin: 0 0 20px 0
}
.entry blockquote {
    background: url(images/blockquote.png) no-repeat 0 12px;
    padding: 0px 20px 10px 50px;
    color: #444;
}
.entry blockquote p {
    font-style: italic
}
.entry ul {
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
}
.entry ul ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.entry ul li {
    list-style-type: circle
}
.entry ul ul li {
    list-style-type: disc
}
.entry ol {
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
}
.entry ol ol {
    margin: 0;
    padding: 0 0 0 15px;
}
.entry  ol li {
    list-style-type: upper-latin
}
.entry  ol li ol li {
    list-style-type: lower-latin
}
/* 3.2 Images */
.entry img, img.thumbnail {
    padding: 5px;
    background: #FFF;
}
img.wp-smiley {
    padding: 0;
    border: none;
    background: transparent;
}
.alignleft {
    float: left;
    height: auto;
    margin: 5px 15px 20px 0;
}
.alignright {
    float: right;
    height: auto;
    margin: 5px 0 20px 15px;
}
.aligncenter {
    text-align: center;
    margin-bottom: 20px;
}
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.entry .wp-caption {
    padding: 1px;
    text-align: center;
    background: #F8F8F8;
    border: solid 1px #e6e6e6;
}
.entry .wp-caption img {
    margin: 0;
    padding: 4px 0;
    background: none;
    border: 0;
}
.entry .wp-caption-text {
    margin: 0;
    padding: 0;
    font: 11px/22px Arial, Helvetica, sans-serif;
    text-align: center;
}
/* 3.3 Pagination / WP-Pagenavi */
.nav-entries, .wp-pagenavi, .post-entries {
    font-size: 11px;
    padding: 7px 15px;
    border-top: 1px solid #aebccb;
}
.post-entries {
    margin: 30px 0 0 0
}
.nav-entries a, .post-entries a {
    display: block;
    font: italic 12px/16px arial, serif;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
.nav-entries a:hover, post-entries a:hover {
    text-decoration: underline
}
.wp-pagenavi {
    margin: 0 !important
}
.wp-pagenavi a:link, .wp-pagenavi a:visited {
    font-weight: bold!important;
    display: inline !important;
    text-decoration: none !important;
    background: none !important;
    color: #666 !important;
    padding: 3px 7px !important;
    border: none!important;
}
.wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover {
    padding: 3px 7px !important;
    background: #6ca0a8 !important;
    border: none !important;
    color: #fff!important;
}
.wp-pagenavi span.extend, .wp-pagenavi span.pages {
    padding: 0 15px 0 0!important;
    font-style: italic!important;
    font-weight: bold!important;
    background: none !important;
    border: none !important;
    color: #6ca0a8 !important;
}
/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/
/* 4.2 Generic Widgets */
.widget {
    margin: 0 0 20px 0;
    font-size: 12px;
}
.widget h3 {
    position: relative;
    margin: 0;
    padding: 7px 0 7px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #95a9be;
    font-weight: normal;
}
.widget h3 span {
    position: absolute;
    left: 10px;
    top: 34px;
    display: block;
    width: 8px;
    height: 4px;
}
.widget p {
    font: 12px/20px Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    font-family: georgia;
    font-style: italic;
}
.widget ul {
    clear: both
}
.widget ul li {
    padding: 7px 0 7px 0px;
    font-size: 13px;
    color: #666666;
    border-bottom: 1px solid #edeeef;
    line-height: 16px;
    background: url(images/arrow.png) no-repeat left center;
}
.widget ul li:last-child {
    border: none
}
.widget ul li a, .widget ul li span {
    text-decoration: none;
    color: #3f3f3f;
    margin: 0 0 0 16px;
    display: block;
}
widget_recent_entries



.widget ul li a:hover {
    color: #666666
}
.widget ul ul {
    padding: 0 0 0 10px;
    border-top: none;
}
.widget ul ul li {
    padding-left: 0
}
#footer-widgets .widget h3 {
    background: none;
    color: #424242;
    border-bottom: 2px solid #dfdfdf;
}
#footer-widgets .widget h3 span {
    display: none
}
.widget input[type=text], .widget input.input-text, .widget textarea, .widget input.txt, .widget input[type=tel], .widget input[type=email] {
    width: 100%;
}
.widget input[type="checkbox"] {
    width: auto
}
/* 4.2 Specific Widgets */
/* CONTACT FORM */
.widget_sig_contact p {
    margin: .1em 0
}
.widget_sig_contact .disclaimer_text {
    background: #EAEAEA;
    color: #000000;
    padding: 1em;
    font-size: 12px;
}
.widget_sig_contact .disclaimer_confirm a {
    text-decoration: underline
}
.widget_sig_contact .disclaimer_confirm.inputError {
    font-weight: bold;
    color: #000;
}
.widget_sig_contact .disclaimer_confirm {
    font-size: 12px;
    margin-left: .4em;
}
.widget_sig_contact .captchaImage {
    margin-top: .8em
}
.widget_sig_contact textarea {
    height: 7.5em;
    padding: .5em .8em;
    overflow-y: auto;
}
.widget_sig_contact button[type=submit] {
    padding-right: 2.3em
}
.widget_sig_contact form {
    margin: 0
}
.widget_sig_contact button {
    position: relative;
    display: inline-block;
    margin: .4em 0;
}
.widget_sig_contact button:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    content: "\f0da";
    position: absolute;
    top: .9em;
    right: 1.2em;
    font-size: .9em;
    width: 1.387em;
    color: #ACC2EF;
}
/* TWITTER & RECENT COMMENTS */
.widget_recent_comments li a {
    display: inline;
    background: none!important;
    border: none!important;
    color: #6ca0a8!important;
}
/* TEXT WIDGET */
.widget_text .textwidget {
    padding: 7px 10px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
/* SEARCH WIDGET */
strong.search-excerpt {
    background: none repeat scroll 0 0 yellow
}
.widget_sig_search h3 {
    margin: 0 0 15px 0
}
.widget_sig_search form {
    padding: 0 10px 10px;
    border-bottom: 1px solid #dfdfdf;
}
.widget input.s {
    float: left;
    width: 65%;
    padding: 8px 0 8px 7px;
    margin-right: 5px;
    border-color: #ccc #efefef #efefef #ccc;
    border-width: 1px;
    border-style: solid;
    background-color: #ededed;
}
.widget input.s:focus {
    background-color: #fff
}
.widget .screen-reader-text {
    display: none
}
.widget input.submit {
    float: right
}
#footer-widgets .widget input.s {
    width: 50%
}
/* TAG CLOUD */
.widget_tag_cloud div {
    padding: 5px 10px 10px;
    border-bottom: 1px solid #dfdfdf;
}
.widget_tag_cloud div a {
    color: #6ca0a8
}
.widget_tag_cloud div a:hover {
    color: #3f3f3f;
    text-decoration: none;
}
/* CALENDAR */
#wp-calendar {
    width: 95%;
    margin-bottom: 15px;
    clear: both;
    padding: 0;
}
#wp-calendar caption {
    padding: 10px
}
#wp-calendar th, #wp-calendar td {
    text-align: center;
    background: #E7E7E7;
    color: #9E9E9E;
    padding: 5px;
}
#wp-calendar td {
    background: transparent
}
#wp-calendar td, table#wp-calendar th {
    padding: 3px 0
}
/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/
/* 5.1 Comments */
#comments {
    position: relative;
    margin: 0;
    padding: 10px 0 0 0;
}
#comments h3 {
    margin-bottom: 20px
}
#comments .comment.thread-even .comment-container {
    background: #f7f7f7
}
#comments .comment {
    margin-bottom: 15px;
    list-style-type: none;
    font-size: 13px;
}
#comments .comment .comment-container {
    position: relative;
    padding: 20px;
    border: 1px solid #e6e6e6;
}
#comments .comment-head {
    margin: 0 0 13px 0
}
#comments  .avatar {
    float: left;
    margin: 0 15px 10px 0;
}
#comments  .avatar img {
    margin: 0;
    vertical-align: middle;
    padding: 3px;
    background: #fff;
}
#comments .comment-head .name {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}
#comments .comment-head .comment-meta {
    float: right;
    font-style: italic;
}
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma {
    font-size: 11px
}
#comments .comment-entry p {
    margin: 0 0 10px 0
}
#comments .reply {
    padding-top: 10px
}
#comments .reply a {

}
#comments .reply a:hover {

}
.nocomments {
    font-size: 14px;
    font-weight: bold;
    color: #dc3e29;
    font-style: italic;
}
.unapproved {

}
#comments ul.children li {
    padding: 0 0 0 25px;
    margin-top: 15px;
}
#comments .cancel-comment-reply {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}
.comment #respond {
    margin: 20px 0 0
}
.comment #respond h3 {
    margin: 0
}
.comment.thread-even #commentform input.txt, .comment.thread-even #commentform textarea {
    background: #e6e6e6
}
#comments .navigation {

}
#comments .navigation a {
    display: block;
    margin: 15px 0 0 0;
    text-decoration: none;
}
#comments .navigation a:hover {

}
#comments h3#pings {
    margin-top: 25px
}
#comments .pingbacks li.pingback {
    margin: 10px 0
}
#comments .pingbacks li.pingback .reply {
    display: none
}
/* 5.2 Comments Form */
#respond {
    margin: 40px 0 0
}
#respond h3 {
    margin-bottom: 20px
}
#respond .left {
    float: left;
    width: 200px;
    margin-right: 15px;
}
#respond .right {
    float: left;
    width: 380px;
}
#respond label {
    font-size: 11px;
    color: #777;
}
#commentform {
    margin: 15px 0 0 0
}
#commentform label {
    display: none
}
#commentform input.txt, #commentform textarea {
    border-width: 1px;
    border-style: solid;
}
#commentform input.txt {
    background: #f4f4f4;
    width: 95% !important;
    margin: 0 5px 10px 0;
    padding: 5px 7px;
}
#commentform textarea {
    background: #f4f4f4;
    width: 95% !important;
    padding: 5px 7px;
}
#commentform input.txt:focus, #commentform textarea:focus {
    background: #fff
}
/* 5.3 Pingbacks / Trackbacks */
h3#pings {
    margin: 25px 0 10px 0;
    font-size: 12px;
}
.pinglist li {
    margin: 0 0 0 20px;
    padding: 10px 0;
    list-style-type: decimal;
    font-size: 11px;
    border-bottom: 1px solid #e6e6e6;
}
.pinglist li .author {
    font-weight: bold;
    font-size: 11px;
}
.pinglist li .date {
    font-size: 11px
}
.pinglist li .pingcontent {
    display: block;
    margin: 5px 0;
}
/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/
/* 6.1 Buttons */
a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button {
    display: inline-block;
    padding: .4em 1em;
    border: 0;
    background: #1B376F;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    text-decoration: none;
    font-size: 1em;
    /* Make inputs the same size as normal text */
    cursor: pointer;
    /* Inputs need pointers! */
    overflow: visible;
    width: auto;
    /* IE fix */
    line-height: 1.618em;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    white-space: nowrap;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 0 0 0 #888888;
    -webkit-box-shadow: 0 0 0 0 #888888;
    -webkit-appearance: none;
    /* Remove iOS glare */
}
a.button:hover, a.comment-reply-link:hover, #commentform #submit:hover, .submit:hover, input[type=submit]:hover, input.button:hover, button.button:hover:hover {
    text-decoration: none;
    background: #2a4a89;
}
.small.button, .small.button:visited, .reply a {
    font-size: 10px;
    padding: 0 10px 0;
    text-transform: uppercase;
}
.button, .button:visited, .sigium.button, .sigium.button:visited {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}
.large.button, .large.button:visited {
    font-size: 14px;
    padding: 8px 14px 9px;
}
/*-------------------------------------------------------------------------------------------*/
/* 7. FEATURED SLIDER */
/*-------------------------------------------------------------------------------------------*/
/* 7.1 Core Styles */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none
}
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* FlexSlider Necessary Styles */
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    max-width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize
}
/* Clearfix for the .slides element */
.flexslider .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block
}
* html .flexslider .slides {
    height: 1%
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .flexslider .slides > li:first-child {
    display: block
}
/* 7.2 Theme Styles */
.flexslider {
    margin: 0;
    position: relative;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px
}
.flexslider .slides {
    zoom: 1
}
.carousel li {
    margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav {

}
.flex-direction-nav a {
    width: 39px;
    height: 40px;
    display: block;
    z-index: 999;
    background: url(images/slide_nav.png) no-repeat;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
    background-position: 100% 0
}
.flex-direction-nav .flex-prev {

}
.flexslider:hover .flex-next {
    opacity: 1
}
.flexslider:hover .flex-prev {
    opacity: 1
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1
}
.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}
/* 7.1 Forms */
input[type=text], input.input-text, textarea, input.txt, input[type=tel], input[type=email] {
    padding: .5em .8em;
    margin: .39em 0;
    color: #999999;
    background: #F4F4F4;
    border: 1px solid #aebccb;
    font-size: .9em;
    transition: all .4s linear;
    font-family: arial;
    outline: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}
input:focus, textarea:focus {
    border: 1px solid #97a4b1;
    background: #FFF;
}
input.inputError, textarea.inputError {
    border: 1px solid #FF0000
}
/*-------------------------------------------------------------------------------------------*/
/* 8. Responsive */
/*-------------------------------------------------------------------------------------------*/
@media (max-width: 768px) { 
    .col-full {
        width: auto;
        margin: 0 20px;
    }
    #wrapper {
        margin: 0 10px
    }
    #top_nav_wrap {
        position: relative
    }
    #header {
        padding: 0 0 30px;
        background-position-y: bottom;
    }
    #header a.logo {
        margin-bottom: 10px;
        margin-right: 70px;
        float: none;
        display: block;
    }
    #header #call {
        float: none;
        background-color: #060a12;
        text-align: center;
    }
    #header h1.page_title {
        background-image: none;
        padding-left: 20px;
    }
    #header-slider .slide-content {
        position: static;
        width: 100%;
        background-image: none;
        padding: 0 0 60px 0;
        float: left;
        min-height: 0px;
    }
    #header-slider .slide-content h2 {
        font-size: 28px;
        margin: 30px 30px 22px 30px;
    }
    #header-slider .slide-content p {
        margin: 0 30px 22px 30px
    }
    #header-slider .flex-direction-nav {
        right: auto;
        left: 30px;
        bottom: 20px;
    }
    .flex-direction-nav a {
        opacity: 1
    }
    #header .nav-toggle {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 18px;
    }
    #header .nav-toggle:after {
        font-family: 'FontAwesome';
        display: inline-block;
        margin-left: .618em;
        font-weight: normal;
        text-align: right;
        content: "\f0c9";
        background: #FFF;
        height: 1.5em;
        width: 1.5em;
        text-align: center;
        line-height: 1.75;
        color: #000;
        font-size: 21px;
    }
    #header .nav-toggle span {
        display: none
    }
    .home #inner-header-wrap {
        position: static
    }
    #header-search {
        float: none;
        clear: both;
        margin: 0 27px;
        padding-bottom: 22px;
    }
    #header-search input[type="text"] {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 6px 0 6px 25px;
        border-color: #C9C9C9;
    }
    #top-nav {
        display: none;
        float: none;
        padding: 0 30px;
    }
    #top-nav .nav li ul {
        position: relative;
        visibility: visible !important;
        display: block !important;
        border: none;
        top: auto;
        left: auto;
        margin: 0 0 0 16px;
        width: auto;
    }
    #top-nav a, #top-nav li ul li a.sf-with-ul, #top-nav li ul li a {
        margin: 0;
        text-transform: none;
        font-size: 14px;
        letter-spacing: normal;
        padding: 0 0 20px 0;
    }
    #top-nav .nav li {
        float: none;
        border: none;
        padding: 0;
    }
    #top-nav a.sf-with-ul {
        padding-bottom: 16px
    }
    #top-nav .nav li.menu-item-has-children {
        padding-bottom: 0
    }
    .nav .sf-sub-indicator {
        display: none
    }
    #top-nav li ul li, #top-nav li ul li:hover {
        background: none;
        border: none;
    }
    #top-nav li a, #top-nav li ul li a.sf-with-ul {
        width: auto
    }
    body.home #main {
        width: auto;
        margin: 35px 0 0 0 !important;
        float: none;
    }
    #about div.home_about_content, #welcome div.home_content, .home .home_title, .col-right, .col-left {
        float: none;
        width: auto;
    }
    .home .home_title {
        margin: 0 0 20px 0
    }
    #main .home_title h2 {
        font-size: 18px
    }
    #welcome {
        border: none
    }
    #about {
        margin-top: 0px;
        padding-bottom: 20px;
    }
    #about div.home_about_content {
        font-size: 14px;
    }
    .col-right {
        margin: 0
    }
    .col-left {
        margin: 25px 0 0 0
    }
    #content {
        padding-bottom: 15px
    }
    #footer {
        padding: 20px
    }
    #footer ul {
        float: none;
        margin-bottom: 18px;
    }
    #footer li a {
        display: block;
        padding: 6px 0px;
        font-weight: bold;
        text-transform: none;
        font-size: 14px;
    }
    #footer_social {
        float: none;
        padding: 3px 0;
        margin: 0;
    }
    #footer_social a {
        display: inline-block;
        float: none;
    }
    #footer_social a:before {
        font-size: 28px;
        margin-right: 5px;
    }
    #footer p {
        float: none;
        margin-top: 10px;
        font-size: 12px;
    }
    #footer a.law_icon {
        display: none
    }
    .post {
        margin-bottom: 25px
    }
    body.home #main .post {
        margin-left: 0px
    }
    #main_full {
        width: auto;
        margin: 25px 0 0 0;
    }
    .blog-post {
        padding: 0 0 15px 0
    }
    .blog-post .read-more {
        font-size: 15px
    }
    #main {
        font-size: 14px;
    }
    #commentform {
        margin-bottom: 20px
    }
    input[type=text], input.input-text, textarea, input.txt, input[type=tel], input[type=email] {
        width: 100%;
    }  
    .widget_sig_contact .disclaimer_confirm {
        font-size: 15px;
    }
}

@media(min-width: 769px) and (max-width: 1024px){
    .col-full {
        width: 100%;
    }
    .col-full.full-width-template {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #main_full {
        width: auto;
        margin: 40px 0 0 0;
    }
    #header-slider .slide-content {
        min-height: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #header-slider .slide-content h2 {
        font-size: 25px;
    }
    #about div.home_about_content, #welcome .home_content { 
        float: none;
        width: auto;
    }
    #about { 
        margin-top: 30px; 
    }
    body {
        margin: 0 40px;
    }
    .home #main {
        width: 60%;
    }
    .home .home_title { 
        float: none;
        width: auto;
        margin: 10px 0;
    }
    #content {
        padding: 0 20px 20px 20px;
    }
    .col-right {
        float: right;
        width: 30%;
        margin: 35px 35px 0 0;
    }
    .col-left {
        width: 60%;
        margin-left: 0;
    }
    .blog-post .entry.full, .blog-post .entry {
        width: auto;
        float: none;
    }
    .flex-direction-nav a {
        opacity: 1;
    }
    #footer .inner {
        width: auto;
        padding: 0 10px;
    }
    #footer_social a:before {
        font-size: 28px;
        margin-right: 8px;
        line-height: 22px;
    }
    input[type=text], input.input-text, textarea, input.txt, input[type=tel], input[type=email] {
        width: 100%;
    }  
}