/*--------------------------------------------------------------
>>> ATTORNEYPRESS CSS
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Sidr
# Overlay
# Scrollup
# WPFix
# Gallery Columns
# Common
# Sidepanel Form
# Pagination
# Sidebar
# Contact Form
	## Home Concept One
	## Home Concept Two
	## Callback Concept One
	## Attroneybio Concept One
	## About Concept One
	## Contact Concept One
	## Contact Concept Two
# Gravity Form
	## Custom Gravity Form (White)
	## Custom Gravity Form (Dark)
# Blog Page
	## Blog Listing
		### Post (Style One)
		### Post (Style Two)
		### Post (Style Three)
	## Blog Single Page
	## Blog No Result Page
# Practise Area Single Page
# Attorney Single Page
	## Attorney Single Concept One
		### Attorney Single Sidebar (Style One)
		### Attorney Single Sidebar (Style Two)
	## Attorney Single Concept Two
	## Attorney Single Concept Three
# 404 Error Page
# Home Page
# About Us Page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

* {
    margin: 0 auto;
    text-decoration: none !important;
    outline: none !important;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}

iframe {
    max-width: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px 0px 15px 0px;
    padding: 0;
    visibility: inherit !important;
}

strong {
    font-weight: 600;
}

p {
    margin: 0px 0px 20px 0px;
    padding: 0;
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

label {
    font-weight: 300;
}


/*--------------------------------------------------------------
# Sidr
--------------------------------------------------------------*/

.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr.right {
    left: auto;
    right: -260px;
}

.sidr.left {
    left: -260px;
    right: auto;
}


/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/

body>.site>.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    content: " ";
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

body.main-menu-open>.site>.overlay {
    opacity: 1;
    visibility: visible;
}


/*--------------------------------------------------------------
# Scrollup
--------------------------------------------------------------*/

.scrollup {
    position: fixed;
    bottom: 20px;
    width: 50px;
    height: 50px;
    z-index: 99;
    background: rgba(248, 208, 101, 0.7);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.scrollup.left {
    left: -50px;
}

.scrollup.right {
    right: -50px;
}

.scrollup.left.active {
    left: 15px;
}

.scrollup.right.active {
    right: 15px;
}

.scrollup:hover {
    background-color: rgba(37, 37, 37, 0.7);
}

.scrollup i {
    font-size: 40px;
    color: #fff;
    line-height: 45px;
}


/*--------------------------------------------------------------
# WPFix
--------------------------------------------------------------*/

#page {
    word-wrap: break-word;
}

img.alignright,
figure.alignright {
    float: right;
    margin: 0px 0px 10px 15px;
}

img.alignleft,
figure.alignleft {
    float: left;
    margin: 0px 15px 10px 0px;
}

img.aligncenter,
figure.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.screen-reader-text {
    display: none;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 4px 5px 5px 5px;
}

.gallery-caption {
    margin: 0;
    padding: 5px;
    background-color: #f8f8f8;
    font-size: 11px;
}

.comment-list .comment.bypostauthor {
    list-style: none;
}


/*--------------------------------------------------------------
# Gallery Columns
--------------------------------------------------------------*/

.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0px 0px 20px 0px;
    padding: 0px 20px 0px 0px;
}

.gallery-item {
    max-width: 25%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

.overflow-visible {
    overflow: visible !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.overflow-auto {
    overflow: auto !important;
}

.position-relative {
    position: relative;
}

.position-fixed {
    position: fixed;
}

.position-static {
    position: static;
}

.font-weight-black {
    font-weight: 900;
}

.font-weight-bold {
    font-weight: 700;
}

.font-weight-semibold {
    font-weight: 600;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-regular {
    font-weight: 400;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-thin {
    font-weight: 300;
}

.font-style-italic {
    font-style: italic;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.vc_btn3 {
    /*background:#a68f65 !important;*/
    background-image: none !important;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.vc_btn3.vc_btn3-size-lg {
    padding: 7px 25px 12px 25px;
    font-size: 24px !important;
    line-height: 30px !important;
}

.vc_btn3.vc_btn3-size-md {
    padding: 7px 25px 9px 25px;
    font-size: 18px !important;
    line-height: 25px !important;
}

.vc_btn3.vc_btn3-size-sm {
    padding: 7px 25px 9px 25px;
}

.vc_separator {
    position: relative;
}

.vc_separator:before {
    position: absolute;
    top: 0;
    content: " ";
    z-index: 0;
    width: 100%;
    max-width: 320px;
    height: 1px;
    background: #cbcbcb;
}

.vc_separator.vc_sep_pos_align_center:before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.vc_separator.vc_sep_pos_align_left:before {
    left: 0;
}

.vc_separator.vc_sep_pos_align_right:before {
    right: 0;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    max-width: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.vc_separator.vc_sep_pos_align_left .vc_sep_holder .vc_sep_line {
    float: left;
}

.vc_separator.vc_sep_pos_align_right .vc_sep_holder .vc_sep_line {
    float: right;
}

.vc_toggle .vc_toggle_title {
    padding: 10px 50px 11px 20px !important;
    background: #f7f7f7;
}

.vc_toggle .vc_toggle_title .vc_custom_heading {
    margin: 0;
}

.vc_toggle .vc_toggle_title .vc_toggle_icon {
    left: auto !important;
    right: 19px;
}

.vc_toggle .vc_toggle_title .vc_toggle_icon:before,
.vc_toggle .vc_toggle_title .vc_toggle_icon:after {
    background: #a68f65;
}

.vc_toggle .vc_toggle_content>*:last-child {
    margin-bottom: 0 !important;
}

.vc_toggle .vc_toggle_content p {
    margin-bottom: 20px;
}

.full-width-image * {
    width: 100%;
}

.background-center-center,
.background-center-center>div {
    background-position: center center !important;
}

.background-center-bottom,
.background-center-bottom>div {
    background-position: center bottom !important;
}

.background-right-center,
.background-right-center>div {
    background-position: right center !important;
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}


/*--------------------------------------------------------------
# Sidepanel Form
--------------------------------------------------------------*/

.sidepanel-form {
    position: fixed;
    top: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 99;
}

.sidepanel-form.left {
    left: 0;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
}

.sidepanel-form.left.active {
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
}

.sidepanel-form.right {
    right: 0;
    transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
}

.sidepanel-form.right.active {
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
}

.sidepanel-form-trigger {
    position: absolute;
    top: 50%;
    padding: 15px 20px 15px 20px;
    background: #ffd74d;
    transform-origin: 0px 0px;
    border-radius: 4px 4px 0px 0px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sidepanel-form.left .sidepanel-form-trigger {
    transform: rotate(90deg) translate(-50%, -755%);
    -webkit-transform: rotate(90deg) translate(-50%, -755%);
}

.sidepanel-form.right .sidepanel-form-trigger {
    transform: rotate(-90deg) translate(-50%, -100%);
    -webkit-transform: rotate(-90deg) translate(-50%, -100%);
}

.sidepanel-form-body {
    position: relative;
    padding: 30px 30px 35px 30px;
    background-color: #fff;
    width: 360px;
    height: auto;
    float: left;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sidepanel-form.active .sidepanel-form-body {
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.3);
}

.sidepanel-form-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    color: #000000;
    line-height: 25px;
    cursor: pointer;
}

.sidepanel-form-body>.holder {
    width: 100%;
    height: auto;
    float: left;
}

.sidepanel-form-body>.holder>*:last-child {
    margin-bottom: 0 !important;
}

.sidepanel-form-body .text-center {
    margin-bottom: 20px;
}

.sidepanel-form-body h4 {
    margin-bottom: 12px;
    font-size: 24px;
    color: #2f2f39;
    line-height: 30px;
}


/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination {
    display: block;
    margin: 0px -5px 0px -5px;
    padding: 0;
    border-radius: 0;
    text-align: center;
    font-size: 0;
}

.left-sidebar .pagination {
    text-align: left;
}

.right-sidebar .pagination {
    text-align: right;
}

.pagination>*:not(.tooltip) {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 5px 10px 5px;
    padding: 3px 10px 4px 10px;
    background: #fff;
    border: 1px #cdcdcd solid;
    border-radius: 3px;
    font-weight: 300;
    font-size: 12px;
    color: #6f6f6f !important;
    line-height: 20px;
}

.pagination>*:not(.tooltip).current {
    background-color: #f8d065;
    border-color: #f8d065;
    color: #000000 !important;
}


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

.widget-area {
    margin: 0px 0px 40px 0px;
    border-left: 1px #e4e4e4 solid;
    border-right: 1px #e4e4e4 solid;
}

.widget-area>.widget {
    margin: 0px 0px 25px 0px;
    padding: 0px 25px 0px 25px;
}

.widget-area>.widget:nth-child(odd) {
    background: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 25px;
}

.widget-area>.widget:last-child,
.widget-area>.widget:only-child {
    /*margin:0;*/
}

.widget-area>.widget>*:last-child {
    margin-bottom: 0 !important;
}

.widget-area>.widget .widget-title {
    position: relative;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 12px 0px;
    font-size: 25px;
}

.widget-area>.widget .widget-title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: " ";
    width: 20px;
    height: 3px;
    background: #f8d065;
    border-radius: 50px;
}

.widget-area>.widget .widget-title a {
    font-weight: 700;
    color: #585858;
}

.widget-area>.widget .widget-title img {
    display: none;
}

.widget-area>.widget.widget_search {
    padding-top: 15px;
    padding-bottom: 15px;
}

.widget-area>.widget .search-form {
    position: relative;
}

.widget-area>.widget .search-form label {
    width: 100%;
    margin: 0;
}

.widget-area>.widget .search-form input[type=search] {
    width: 100%;
    height: 36px;
    padding: 0px 45px 0px 10px;
    background: #fff;
    border: 1px #e0e0e0 solid;
    border-radius: 3px;
    color: #000000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area>.widget .search-form input[type=search]:focus {
    border-color: #f8d065;
    border-left-width: 5px;
}

.widget-area>.widget .search-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: url('../images/search-button.png') center center no-repeat;
    border: none;
    border-radius: 0;
    font-size: 0;
}

.widget-area>.widget .textwidget {
    margin: 0px 0px 20px 0px;
}

.widget-area>.widget .textwidget>*:last-child {
    margin-bottom: 0 !important;
}

.widget-area>.widget .textwidget p {
    margin: 0px 0px 18px 0px;
}

.widget-area>.widget .textwidget img {
    margin: 12px 0px 15px 0px;
}

.widget-area>.widget .textwidget .calltoaction {
    padding: 32px 15px 35px 15px;
    background: url('../images/weiget-calltoaction-background.html') left center no-repeat #333544;
    background-size: cover;
    text-align: right;
}

.widget-area>.widget .textwidget .calltoaction>*:last-child {
    margin-bottom: 0 !important;
}

.widget-area>.widget .textwidget .calltoaction p {
    font-weight: 500;
    font-size: 18px;
    color: #fcce9f;
    line-height: 25px;
}

.widget-area>.widget .textwidget .calltoaction p strong {
    display: block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}

.widget-area>.widget.widget_rss ul {
    margin: 0;
}

.widget-area>.widget.widget_rss ul li {
    margin: 0px 0px 13px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px #c5c5c5 solid;
}

.widget-area>.widget.widget_rss ul li:last-child,
.widget-area>.widget.widget_rss ul li:only-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-area>.widget.widget_rss ul li a {
    color: #31281f;
}

.widget-area>.widget.widget_rss ul li .rss-date {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    color: #9b9a9a;
    line-height: 22px;
}

.widget-area>.widget.widget_rss ul li .rss-date:before {
    margin-right: 10px;
    content: "\f017";
    font-family: 'FontAwesome';
    color: #b9944a;
}

.widget-area>.widget.widget_rss ul li .rssSummary {
    display: block;
    margin-top: 7px;
}

.widget-area>.widget.widget_recent_entries ul,
.widget-area>.widget.widget_recent_comments ul {
    margin: 0;
}

.widget-area>.widget.widget_recent_entries ul li,
.widget-area>.widget.widget_recent_comments ul li {
    margin: 0px 0px 9px 0px;
    padding: 0px 0px 11px 0px;
    border-bottom: 1px #e1e1e1 solid;
}

.widget-area>.widget.widget_recent_entries ul li a,
.widget-area>.widget.widget_recent_comments ul li a {
    font-size: 14px;
    color: #3c3c3c;
}

.widget-area>.widget.widget_recent_entries ul li .post-date {
    font-size: 13px;
    color: #939393;
    font-weight: 500;
}

.widget-area>.widget.widget_recent_entries ul li:first-child,
.widget-area>.widget.widget_recent_comments ul li:first-child {
    padding-top: 0;
}

.widget-area>.widget.widget_recent_entries ul li:last-child,
.widget-area>.widget.widget_recent_comments ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.widget-area>.widget.widget_recent_entries ul li:only-child,
.widget-area>.widget.widget_recent_comments ul li:only-child {
    padding-top: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.widget-area>.widget.widget_recent_entries ul li a {
    display: block;
}

.widget-area>.widget.widget_recent_comments ul li a {
    word-break: break-all;
}

.widget-area>.widget.widget_archive ul,
.widget-area>.widget.widget_categories ul,
.widget-area>.widget.widget_meta ul,
.widget-area>.widget.widget_pages ul,
.widget-area>.widget.widget_nav_menu ul {
    margin: 0px 0px 15px 0px;
}

.widget-area>.widget.widget_archive ul li,
.widget-area>.widget.widget_categories ul li,
.widget-area>.widget.widget_meta ul li,
.widget-area>.widget.widget_pages ul li,
.widget-area>.widget.widget_nav_menu ul li {
    position: relative;
    width: 100%;
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 20px;
}

.widget-area>.widget.widget_archive ul li:last-child,
.widget-area>.widget.widget_categories ul li:last-child,
.widget-area>.widget.widget_meta ul li:last-child,
.widget-area>.widget.widget_pages ul li:last-child,
.widget-area>.widget.widget_nav_menu ul li:last-child,
.widget-area>.widget.widget_archive ul li:only-child,
.widget-area>.widget.widget_categories ul li:only-child,
.widget-area>.widget.widget_meta ul li:only-child,
.widget-area>.widget.widget_pages ul li:only-child,
.widget-area>.widget.widget_nav_menu ul li:only-child {
    margin-bottom: 0;
}

.widget-area>.widget.widget_archive ul li:before,
.widget-area>.widget.widget_categories ul li:before,
.widget-area>.widget.widget_meta ul li:before,
.widget-area>.widget.widget_pages ul li:before,
.widget-area>.widget.widget_nav_menu ul li:before {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    content: "\f105";
    font-family: 'FontAwesome';
    color: #3c3c3c;
}

.widget-area>.widget.widget_archive ul li a,
.widget-area>.widget.widget_categories ul li a,
.widget-area>.widget.widget_meta ul li a,
.widget-area>.widget.widget_pages ul li a,
.widget-area>.widget.widget_nav_menu ul li a {
    color: #3c3c3c;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area>.widget.widget_archive ul lihover,
.widget-area>.widget.widget_categories ul lihover,
.widget-area>.widget.widget_meta ul lihover,
.widget-area>.widget.widget_pages ul lihover,
.widget-area>.widget.widget_nav_menu ul li a:hover {
    color: #3c3c3c;
}

.widget-area>.widget.widget_archive ul li ul,
.widget-area>.widget.widget_categories ul li ul,
.widget-area>.widget.widget_meta ul li ul,
.widget-area>.widget.widget_pages ul li ul,
.widget-area>.widget.widget_nav_menu ul li ul {
    margin-top: 10px;
}

.widget-area>.widget select {
    width: 100%;
    height: 45px;
    padding: 0px 10px 0px 10px;
    background: #fff;
    border: 1px #e0e0e0 solid;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area>.widget select:focus {
    border-color: #a68f65;
}

.widget-area>.widget .tagcloud {
    margin: 0px 0px 14px 0px;
    font-size: 0;
}

.widget-area>.widget .tagcloud>[class*='tag-link-'] {
    display: inline-block;
    vertical-align: top;
    margin: 0px 7px 7px 0px;
    padding: 1px 14px 3px 14px;
    background: none;
    border: 1px #e5e5e5 solid;
    font-size: 15px !important;
    color: #3c3c3c;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area>.widget .tagcloud>[class*='tag-link-']:hover {
    background: #f8d065;
    color: #000000;
    border: 1px #e9c053 solid;
}

.widget-area>.widget.widget_calendar #wp-calendar {
    width: 100%;
}

.widget-area>.widget.widget_calendar #wp-calendar caption {
    padding: 9px 10px 10px 4px;
    border: 1px #c5c5c5 solid;
    border-bottom: none;
    text-align: center;
    font-weight: 700;
    color: #31281f;
}

.widget-area>.widget.widget_calendar #wp-calendar>tbody>tr>td,
.widget-area>.widget.widget_calendar #wp-calendar>tbody>tr>th,
.widget-area>.widget.widget_calendar #wp-calendar>tfoot>tr>td,
.widget-area>.widget.widget_calendar #wp-calendar>tfoot>tr>th,
.widget-area>.widget.widget_calendar #wp-calendar>thead>tr>td,
.widget-area>.widget.widget_calendar #wp-calendar>thead>tr>th {
    padding: 8px 10px;
    border: 1px #c5c5c5 solid;
    text-align: center;
}

.widget-area>.widget.widget_calendar #wp-calendar>tbody>tr>td#today {
    background: rgba(0, 0, 0, 0.05);
}


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

.sidebar-widget {
    margin-bottom: 30px;
    padding: 20px 25px 25px 25px;
    border: 1px #000000 solid;
}

.sidebar-widget:nth-of-type(odd) {
    background-color: #1d170d;
}

.sidebar-widget:last-of-type,
.sidebar-widget:only-of-type {
    margin: 0;
}

.sidebar-widget>*:last-child {
    margin-bottom: 0 !important;
}

.sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 12px;
    font-size: 160%;
    line-height: 160%;
    font-family: Montserrat;
    color: #fbd46c;
    font-weight: 700;
}


/*
.sidebar-widget .widget-title:before{
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
	content:" ";
	width:20px;
	height:3px;
	background:#a1a1a1;
}
*/

.sidebar-widget .widget-title a {
    font-weight: 700;
    color: #585858;
}

.sidebar-widget .widget-title img {
    display: none;
}

.sidebar-widget.widget_search {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sidebar-widget .search-form {
    position: relative;
}

.sidebar-widget .search-form label {
    width: 100%;
    margin: 0;
}

.sidebar-widget .search-form input[type=search] {
    width: 100%;
    height: 45px;
    padding: 0px 45px 0px 10px;
    background-color: #fff;
    border: 1px #e0e0e0 solid;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sidebar-widget .search-form input[type=search]:focus {
    border-color: #a68f65;
    border-left-width: 5px;
}

.sidebar-widget .search-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: url('../images/search-button.png') center center no-repeat;
    border: none;
    border-radius: 0;
    font-size: 0;
}

.sidebar-widget .textwidget {
    margin-bottom: 20px;
}

.sidebar-widget .textwidget>*:last-child {
    margin-bottom: 0 !important;
}

.sidebar-widget .textwidget p {
    margin-bottom: 18px;
}

.sidebar-widget .textwidget img {
    margin-top: 12px;
    margin-bottom: 15px;
}

.sidebar-widget .textwidget .calltoaction {
    padding: 32px 15px 35px 15px;
    background: url('../images/weiget-calltoaction-background.html') left center no-repeat #333544;
    background-size: cover;
    text-align: right;
}

.sidebar-widget .textwidget .calltoaction>*:last-child {
    margin-bottom: 0 !important;
}

.sidebar-widget .textwidget .calltoaction p {
    font-weight: 500;
    font-size: 18px;
    color: #fcce9f;
    line-height: 25px;
}

.sidebar-widget .textwidget .calltoaction p strong {
    display: block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}

.sidebar-widget.widget_rss ul {
    margin: 0;
}

.sidebar-widget.widget_rss ul li {
    margin-bottom: 13px;
    padding-bottom: 15px;
    border-bottom: 1px #c5c5c5 solid;
}

.sidebar-widget.widget_rss ul li:last-child,
.sidebar-widget.widget_rss ul li:only-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-widget.widget_rss ul li a {
    color: #31281f;
}

.sidebar-widget.widget_rss ul li .rss-date {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    color: #9b9a9a;
    line-height: 22px;
}

.sidebar-widget.widget_rss ul li .rss-date:before {
    margin-right: 10px;
    content: "\f017";
    font-family: 'FontAwesome';
    color: #b9944a;
}

.sidebar-widget.widget_rss ul li .rssSummary {
    display: block;
    margin-top: 7px;
}

.sidebar-widget.widget_recent_entries ul,
.sidebar-widget.widget_recent_comments ul {
    margin: 0;
}

.sidebar-widget.widget_recent_entries ul li,
.sidebar-widget.widget_recent_comments ul li {
    margin-bottom: 9px;
    padding-bottom: 11px;
    border-bottom: 1px #e7e7e7 solid;
}

.sidebar-widget.widget_recent_entries ul li:first-child,
.sidebar-widget.widget_recent_comments ul li:first-child {
    padding-top: 0;
}

.sidebar-widget.widget_recent_entries ul li:last-child,
.sidebar-widget.widget_recent_comments ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar-widget.widget_recent_entries ul li:only-child,
.sidebar-widget.widget_recent_comments ul li:only-child {
    padding-top: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar-widget.widget_recent_entries ul li a {
    display: block;
}

.sidebar-widget.widget_recent_comments ul li a {
    word-break: break-all;
}

.sidebar-widget.widget_archive ul,
.sidebar-widget.widget_categories ul,
.sidebar-widget.widget_meta ul,
.sidebar-widget.widget_pages ul,
.sidebar-widget.widget_nav_menu ul {
    margin-bottom: 15px;
}

.sidebar-widget.widget_archive ul li,
.sidebar-widget.widget_categories ul li,
.sidebar-widget.widget_meta ul li,
.sidebar-widget.widget_pages ul li,
.sidebar-widget.widget_nav_menu ul li {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    padding-left: 20px;
}

.sidebar-widget.widget_archive ul li:last-child,
.sidebar-widget.widget_categories ul li:last-child,
.sidebar-widget.widget_meta ul li:last-child,
.sidebar-widget.widget_pages ul li:last-child,
.sidebar-widget.widget_nav_menu ul li:last-child,
.sidebar-widget.widget_archive ul li:only-child,
.sidebar-widget.widget_categories ul li:only-child,
.sidebar-widget.widget_meta ul li:only-child,
.sidebar-widget.widget_pages ul li:only-child,
.sidebar-widget.widget_nav_menu ul li:only-child {
    margin-bottom: 0;
}

.sidebar-widget.widget_archive ul li:before,
.sidebar-widget.widget_categories ul li:before,
.sidebar-widget.widget_meta ul li:before,
.sidebar-widget.widget_pages ul li:before,
.sidebar-widget.widget_nav_menu ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
    content: "\f105";
    font-family: 'FontAwesome';
    color: #a68f65;
}

.sidebar-widget.widget_archive ul li a,
.sidebar-widget.widget_categories ul li a,
.sidebar-widget.widget_meta ul li a,
.sidebar-widget.widget_pages ul li a,
.sidebar-widget.widget_nav_menu ul li a {
    color: #3c3c3c;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sidebar-widget.widget_archive ul lihover,
.sidebar-widget.widget_categories ul lihover,
.sidebar-widget.widget_meta ul lihover,
.sidebar-widget.widget_pages ul lihover,
.sidebar-widget.widget_nav_menu ul li a:hover {
    color: #3c3c3c;
}

.sidebar-widget.widget_archive ul li ul,
.sidebar-widget.widget_categories ul li ul,
.sidebar-widget.widget_meta ul li ul,
.sidebar-widget.widget_pages ul li ul,
.sidebar-widget.widget_nav_menu ul li ul {
    margin-top: 10px;
}

.sidebar-widget select {
    width: 100%;
    height: 45px;
    padding: 0px 10px 0px 10px;
    background: #fff;
    border: 1px #e0e0e0 solid;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sidebar-widget select:focus {
    border-color: #a68f65;
}

.sidebar-widget .tagcloud {
    margin: 0px 0px 14px 0px;
    font-size: 0;
}

.sidebar-widget .tagcloud>[class*='tag-link-'] {
    display: inline-block;
    vertical-align: top;
    margin: 0px 7px 7px 0px;
    padding: 1px 14px 3px 14px;
    background: none;
    border: 1px #d3d3d3 solid;
    font-size: 15px !important;
    color: #505050;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sidebar-widget .tagcloud>[class*='tag-link-']:hover {
    background: #1d170d;
    color: #fff;
}

.sidebar-widget.widget_calendar #wp-calendar {
    width: 100%;
}

.sidebar-widget.widget_calendar #wp-calendar caption {
    padding: 9px 10px 10px 4px;
    border: 1px #c5c5c5 solid;
    border-bottom: none;
    text-align: center;
    font-weight: 700;
    color: #31281f;
}

.sidebar-widget.widget_calendar #wp-calendar>tbody>tr>td,
.sidebar-widget.widget_calendar #wp-calendar>tbody>tr>th,
.sidebar-widget.widget_calendar #wp-calendar>tfoot>tr>td,
.sidebar-widget.widget_calendar #wp-calendar>tfoot>tr>th,
.sidebar-widget.widget_calendar #wp-calendar>thead>tr>td,
.sidebar-widget.widget_calendar #wp-calendar>thead>tr>th {
    padding: 8px 10px;
    border: 1px #c5c5c5 solid;
    text-align: center;
}

.sidebar-widget.widget_calendar #wp-calendar>tbody>tr>td#today {
    background: rgba(0, 0, 0, 0.05);
}

.sidebar-widget.widget_attorneypress_practice_areas_widget {
    padding-bottom: 0;
}

.sidebar-widget.widget_attorneypress_practice_areas_widget ul.menu {
    margin-left: -25px;
    margin-right: -25px;
}

.sidebar-widget.widget_attorneypress_practice_areas_widget ul.menu li ul {
    border-top: 1px #1d170d solid;
}

.sidebar-widget.widget_attorneypress_practice_areas_widget ul.menu li {
    border-bottom: 1px #1d170d solid;
}

.sidebar-widget.widget_attorneypress_practice_areas_widget ul.menu li:last-child,
.sidebar-widget.widget_attorneypress_practice_areas_widget ul.menu li:only-child {
    border-bottom: none;
}

.sidebar-widget.widget_attorneypress_practice_areas_widget ul.menu li a {
    position: relative;
    display: block;
    padding: 11px 20px 14px 45px;
    background: #1d170d;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sidebar-widget.widget_attorneypress_practice_areas_widget ul.menu li ul li a {
    padding-left: 65px;
}

.sidebar-widget.widget_attorneypress_practice_areas_widget ul.menu li a:hover,
.sidebar-widget.widget_attorneypress_practice_areas_widget ul.menu li.current_page_item a {
    background: #ffd74d;
    color: #000000;
}

.sidebar-widget.widget_attorneypress_practice_areas_widget ul.menu li a:before {
    position: absolute;
    top: 11px;
    left: 25px;
    z-index: 0;
    content: "\f111";
    font-family: 'FontAwesome';
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 8px;
}

.sidebar-widget.widget_attorneypress_practice_areas_widget ul.menu li ul li a:before {
    content: "\f054";
    left: 40px;
}

.sidebar-widget.widget_attorneypress_practice_areas_widget ul.menu li a:hover:before,
.sidebar-widget.widget_attorneypress_practice_areas_widget ul.menu li.current_page_item a:before {
    color: #2d241b;
}

.sidebar-widget.widget_attorneypress_attorneys_widget {
    padding-bottom: 0;
    background-color: #000000;
}

.concept-two .sidebar-widget.widget_attorneypress_attorneys_widget {
    padding-bottom: 0;
    background-color: #fff;
}

.concept-two .sidebar-widget {
    margin-bottom: 30px;
    padding: 20px 25px 25px 25px;
    border: 1px #dedde6 solid;
}

.sidebar-widget.widget_attorneypress_attorneys_widget ul.menu {
    margin-left: -25px;
    margin-right: -25px;
}

.attorney-single-sidebar.concept-one .sidebar-widget.widget_attorneypress_attorneys_widget ul.menu li {
    border-bottom: 1px #000000 solid;
}

.attorney-single-sidebar.concept-one .sidebar-widget.widget_attorneypress_attorneys_widget ul.menu li:last-child,
.attorney-single-sidebar.concept-one .sidebar-widget.widget_attorneypress_attorneys_widget ul.menu li:last-child {
    border-bottom: none;
}

.attorney-single-sidebar.concept-one .sidebar-widget.widget_attorneypress_attorneys_widget ul.menu li a {
    display: block;
    padding: 11px 20px 14px 45px;
    background: #000000;
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    position: relative;
}

.attorney-single-sidebar.concept-one .sidebar-widget.widget_attorneypress_attorneys_widget ul.menu li a:before {
    position: absolute;
    top: 11px;
    left: 25px;
    z-index: 0;
    content: "\f111";
    font-family: 'FontAwesome';
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 8px;
}

.attorney-single-sidebar.concept-one .sidebar-widget.widget_attorneypress_attorneys_widget ul.menu li a:hover {
    background: #f8d065;
    color: #000000;
}

.attorney-single-sidebar.concept-one .sidebar-widget.widget_attorneypress_attorneys_widget ul.menu li a:hover:before,
.attorney-single-sidebar.concept-one .sidebar-widget.widget_attorneypress_attorneys_widget ul.menu li.current_page_item a:before {
    color: #2d241b;
}

.attorney-single-sidebar.concept-two .sidebar-widget.widget_attorneypress_attorneys_widget ul.menu li a {
    position: relative;
    display: block;
    padding: 9px 0px 11px 20px;
    border-bottom: 1px #f6f6f6 solid;
    border-left: 0px #f8d065 solid;
    font-size: 15px;
    color: #2f2f39;
    line-height: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.attorney-single-sidebar.concept-two .sidebar-widget.widget_attorneypress_attorneys_widget ul.menu li:last-child a,
.attorney-single-sidebar.concept-two .sidebar-widget.widget_attorneypress_attorneys_widget ul.menu li:last-child a {
    border-bottom: none;
}

.attorney-single-sidebar.concept-two .sidebar-widget.widget_attorneypress_attorneys_widget ul.menu li a:hover {
    padding-left: 25px;
    border-left-width: 5px;
    color: #161922;
}


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


/*--------------------------------------------------------------
# Home Concept One
--------------------------------------------------------------*/

.contact-form.home-concept-one {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    text-align: left;
}

.contact-form.home-concept-one .row {}

.contact-form.home-concept-one .row>[class*='col-'] {}

.contact-form.home-concept-one .form-row {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 26px 0px;
}

.contact-form.home-concept-one .form-row.last {
    margin: 0;
}

.contact-form.home-concept-one .form-row.button {
    text-align: center;
}

.contact-form.home-concept-one .form-row>*:last-child {
    margin-bottom: 0 !important;
}

.contact-form.home-concept-one .form-row label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 7px 0px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 23px;
}

.contact-form.home-concept-one .form-row label span {
    color: #bf0000;
}

.contact-form.home-concept-one .form-row input[type=text],
.contact-form.home-concept-one .form-row input[type=email],
.contact-form.home-concept-one .form-row input[type=url],
.contact-form.home-concept-one .form-row input[type=tel],
.contact-form.home-concept-one .form-row input[type=number],
.contact-form.home-concept-one .form-row input[type=password],
.contact-form.home-concept-one .form-row input[type=date],
.contact-form.home-concept-one .form-row input[type=time],
.contact-form.home-concept-one .form-row select,
.contact-form.home-concept-one .form-row textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 40px;
    padding: 0px 10px 0px 10px;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    border-radius: 0;
    font-size: 15px;
    color: #bca491;
    line-height: 23px;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.contact-form.home-concept-one .form-row textarea {
    height: 90px;
    padding: 10px 10px 10px 10px;
}

.contact-form.home-concept-one .form-row input[type=radio] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0px 0px;
}

.contact-form.home-concept-one .form-row input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0px 0px;
}

.contact-form.home-concept-one .form-row input::-webkit-input-placeholder,
.contact-form.home-concept-one .form-row textarea::-webkit-input-placeholder {
    color: #fff;
}

.contact-form.home-concept-one .form-row input[type=text]:focus,
.contact-form.home-concept-one .form-row input[type=email]:focus,
.contact-form.home-concept-one .form-row input[type=url]:focus,
.contact-form.home-concept-one .form-row input[type=tel]:focus,
.contact-form.home-concept-one .form-row input[type=number]:focus,
.contact-form.home-concept-one .form-row input[type=password]:focus,
.contact-form.home-concept-one .form-row input[type=date]:focus,
.contact-form.home-concept-one .form-row input[type=time]:focus,
.contact-form.home-concept-one .form-row select:focus,
.contact-form.home-concept-one .form-row textarea:focus {
    border-color: #ffd74d;
}

.contact-form.home-concept-one .form-row input[type=submit],
.contact-form.home-concept-one .form-row input[type=button],
.contact-form.home-concept-one .form-row button[type=submit] {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    padding: 11px 30px 12px 30px;
    background: #ffd74d;
    border: none;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-form.home-concept-one .form-row input[type=submit]:hover,
.contact-form.home-concept-one .form-row input[type=button]:hover,
.contact-form.home-concept-one .form-row button[type=submit]:hover {}

.contact-form.home-concept-one .form-row>.captcha {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 100px;
}

.contact-form.home-concept-one .form-row>.captcha img.wpcf7-captchac {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 84px;
    height: 37px;
}

.contact-form.home-concept-one .form-row>.captcha .g-recaptcha>div {
    display: inline-block;
    vertical-align: top;
}

.contact-form.home-concept-one .form-row .ajax-loader {
    position: absolute;
    margin-top: 15px;
}

.contact-form.home-concept-one .form-row .wpcf7-list-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 7px 0px;
}

.contact-form.home-concept-one .form-row .wpcf7-list-item.last {
    margin: 0;
}

span.wpcf7-not-valid-tip {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 2px 0px 0px 0px;
    padding: 2px 7px 2px 7px;
    background: rgba(166, 143, 101, 0.7);
    border: none;
    border-radius: 0;
    font-weight: 300;
    font-size: 11px;
    color: #fff;
    line-height: 18px;
}

.wpcf7-response-output {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0px 0px 0px !important;
    padding: 10px 15px 10px 15px !important;
    border: none !important;
    border-radius: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

.wpcf7-response-output.wpcf7-validation-errors {
    background: rgba(166, 143, 101, 0.7);
    color: #fff;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: rgba(166, 143, 101, 0.7);
    color: #fff;
}


/*--------------------------------------------------------------
# Home Concept Two
--------------------------------------------------------------*/

.contact-form.home-concept-two {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    text-align: left;
}

.contact-form.home-concept-two .row {}

.contact-form.home-concept-two .row>[class*='col-'] {}

.contact-form.home-concept-two .form-row {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 37px 0px;
}

.contact-form.home-concept-two .form-row.last {
    margin: 0;
}

.contact-form.home-concept-two .form-row.button {
    text-align: center;
}

.contact-form.home-concept-two .form-row>*:last-child {
    margin-bottom: 0 !important;
}

.contact-form.home-concept-two .form-row label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 7px 0px;
    font-weight: 400;
    font-size: 15px;
    color: #2d241b;
    line-height: 23px;
}

.contact-form.home-concept-two .form-row label span {
    color: #bf0000;
}

.contact-form.home-concept-two .form-row input[type=text],
.contact-form.home-concept-two .form-row input[type=email],
.contact-form.home-concept-two .form-row input[type=url],
.contact-form.home-concept-two .form-row input[type=tel],
.contact-form.home-concept-two .form-row input[type=number],
.contact-form.home-concept-two .form-row input[type=password],
.contact-form.home-concept-two .form-row input[type=date],
.contact-form.home-concept-two .form-row input[type=time],
.contact-form.home-concept-two .form-row select,
.contact-form.home-concept-two .form-row textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 40px;
    padding: 0px 0px 0px 24px;
    background: none;
    border: none;
    border-left: 0px #6d7481 solid;
    border-bottom: 1px #6d7481 solid;
    border-radius: 0;
    font-size: 15px;
    color: #fff;
    line-height: 23px;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-form.home-concept-two ::-webkit-input-placeholder {
    color: #fff !important;
}

.contact-form.home-concept-two ::-moz-placeholder {
    color: #fff !important;
}

.contact-form.home-concept-two ::-moz-placeholder {
    color: #fff !important;
}

.contact-form.home-concept-two ::-ms-input-placeholder {
    color: #fff !important;
}

.contact-form.home-concept-two .form-row textarea {
    height: 90px;
    padding: 0px 0px 0px 24px;
}

.contact-form.home-concept-two .form-row input[type=radio] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0px 0px;
}

.contact-form.home-concept-two .form-row input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0px 0px;
}

.contact-form.home-concept-two .form-row input::-webkit-input-placeholder,
.contact-form.home-concept-two .form-row textarea::-webkit-input-placeholder {
    color: #2d241b;
}

.contact-form.home-concept-two .form-row input[type=text]:focus,
.contact-form.home-concept-two .form-row input[type=email]:focus,
.contact-form.home-concept-two .form-row input[type=url]:focus,
.contact-form.home-concept-two .form-row input[type=tel]:focus,
.contact-form.home-concept-two .form-row input[type=number]:focus,
.contact-form.home-concept-two .form-row input[type=password]:focus,
.contact-form.home-concept-two .form-row input[type=date]:focus,
.contact-form.home-concept-two .form-row input[type=time]:focus,
.contact-form.home-concept-two .form-row select:focus,
.contact-form.home-concept-two .form-row textarea:focus {
    padding-left: 12px;
    border-left-width: 1px;
}

.contact-form.home-concept-two .form-row input[type=submit],
.contact-form.home-concept-two .form-row input[type=button],
.contact-form.home-concept-two .form-row button[type=submit] {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    padding: 9px 27px 12px 27px;
    background: #f8d065;
    border: none;
    border-radius: 3px;
    font-weight: 700;
    font-size: 17px;
    color: #10141d;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-form.home-concept-two .form-row input[type=submit]:hover,
.contact-form.home-concept-two .form-row input[type=button]:hover,
.contact-form.home-concept-two .form-row button[type=submit]:hover {
    background: #fff;
    color: #10141d;
}

.contact-form.home-concept-two .form-row>.captcha {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 100px;
}

.contact-form.home-concept-two .form-row>.captcha img.wpcf7-captchac {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 84px;
    height: 37px;
}

.contact-form.home-concept-two .form-row>.captcha .g-recaptcha>div {
    display: inline-block;
    vertical-align: top;
}

.contact-form.home-concept-two .form-row .ajax-loader {
    position: absolute;
    margin-top: 15px;
}

.contact-form.home-concept-two .form-row .wpcf7-list-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 7px 0px;
}

.contact-form.home-concept-two .form-row .wpcf7-list-item.last {
    margin: 0;
}


/*--------------------------------------------------------------
# Callback Concept One
--------------------------------------------------------------*/

.contact-form.callback-concept-one {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    text-align: left;
}

.contact-form.callback-concept-one .form-row {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 12px 0px;
}

.contact-form.callback-concept-one .form-row.last {
    margin: 0;
}

.contact-form.callback-concept-one .form-row.button {
    text-align: center;
}

.contact-form.callback-concept-one .form-row>*:last-child {
    margin-bottom: 0 !important;
}

.contact-form.callback-concept-one .form-row label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 7px 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}

.contact-form.callback-concept-one .form-row label span {
    color: #bf0000;
}

.contact-form.callback-concept-one .form-row input[type=text],
.contact-form.callback-concept-one .form-row input[type=email],
.contact-form.callback-concept-one .form-row input[type=url],
.contact-form.callback-concept-one .form-row input[type=tel],
.contact-form.callback-concept-one .form-row input[type=number],
.contact-form.callback-concept-one .form-row input[type=password],
.contact-form.callback-concept-one .form-row input[type=date],
.contact-form.callback-concept-one .form-row input[type=time],
.contact-form.callback-concept-one .form-row select,
.contact-form.callback-concept-one .form-row textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 42px;
    padding: 0px 10px 0px 10px;
    background: #fbfbfb;
    border: 1px #d1d1d1 solid;
    border-radius: 0;
    font-size: 14px;
    line-height: 23px;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-form.callback-concept-one .form-row textarea {
    height: 90px;
    padding: 10px 10px 10px 10px;
}

.contact-form.callback-concept-one .form-row input[type=radio] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0px 0px;
}

.contact-form.callback-concept-one .form-row input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0px 0px;
}

.contact-form.callback-concept-one .form-row input::-webkit-input-placeholder,
.contact-form.callback-concept-one .form-row textarea::-webkit-input-placeholder {
    color: #393939;
}

.contact-form.callback-concept-one .form-row input[type=text]:focus,
.contact-form.callback-concept-one .form-row input[type=email]:focus,
.contact-form.callback-concept-one .form-row input[type=url]:focus,
.contact-form.callback-concept-one .form-row input[type=tel]:focus,
.contact-form.callback-concept-one .form-row input[type=number]:focus,
.contact-form.callback-concept-one .form-row input[type=password]:focus,
.contact-form.callback-concept-one .form-row input[type=date]:focus,
.contact-form.callback-concept-one .form-row input[type=time]:focus,
.contact-form.callback-concept-one .form-row select:focus,
.contact-form.callback-concept-one .form-row textarea:focus {
    border-color: #f8d065;
    border-left-width: 5px;
}

.contact-form.callback-concept-one .form-row input[type=submit],
.contact-form.callback-concept-one .form-row input[type=button],
.contact-form.callback-concept-one .form-row button[type=submit] {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    padding: 9px 30px 12px 30px;
    background: #ffd74d;
    border: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-form.callback-concept-one .form-row input[type=submit]:hover,
.contact-form.callback-concept-one .form-row input[type=button]:hover,
.contact-form.callback-concept-one .form-row button[type=submit]:hover {
    background-color: #000000;
    color: #ffffff;
}

.contact-form.callback-concept-one .form-row>.captcha {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 100px;
}

.contact-form.callback-concept-one .form-row>.captcha img.wpcf7-captchac {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 84px;
    height: 37px;
}

.contact-form.callback-concept-one .form-row>.captcha .g-recaptcha>div {
    display: inline-block;
    vertical-align: top;
}

.contact-form.callback-concept-one .form-row .ajax-loader {
    position: absolute;
    margin-top: 15px;
}

.contact-form.callback-concept-one .form-row .wpcf7-list-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 7px 0px;
}

.contact-form.callback-concept-one .form-row .wpcf7-list-item.last {
    margin: 0;
}


/*--------------------------------------------------------------
# Attroneybio Concept One
--------------------------------------------------------------*/

.contact-form.attroneybio-concept-one {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    text-align: left;
}

.contact-form.attroneybio-concept-one .form-row {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 12px 0px;
}

.contact-form.attroneybio-concept-one .form-row.last {
    margin: 0;
}

.contact-form.attroneybio-concept-one .form-row.button {
    text-align: center;
}

.contact-form.attroneybio-concept-one .form-row>*:last-child {
    margin-bottom: 0 !important;
}

.contact-form.attroneybio-concept-one .form-row label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 7px 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}

.contact-form.attroneybio-concept-one.version-one .form-row label {
    color: #fff;
}

.contact-form.attroneybio-concept-one .form-row label span {
    color: #bf0000;
}

.contact-form.attroneybio-concept-one .form-row input[type=text],
.contact-form.attroneybio-concept-one .form-row input[type=email],
.contact-form.attroneybio-concept-one .form-row input[type=url],
.contact-form.attroneybio-concept-one .form-row input[type=tel],
.contact-form.attroneybio-concept-one .form-row input[type=number],
.contact-form.attroneybio-concept-one .form-row input[type=password],
.contact-form.attroneybio-concept-one .form-row input[type=date],
.contact-form.attroneybio-concept-one .form-row input[type=time],
.contact-form.attroneybio-concept-one .form-row select,
.contact-form.attroneybio-concept-one .form-row textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 38px;
    padding: 0px 10px 0px 10px;
    background: #fff;
    border: 1px #e3e3e3 solid;
    border-radius: 3px;
    font-size: 14px;
    line-height: 23px;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-weight: normal;
}

.contact-form.attroneybio-concept-one .form-row textarea {
    height: 90px;
    padding: 10px 10px 10px 10px;
}

.contact-form.attroneybio-concept-one .form-row input[type=radio] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0px 0px;
}

.contact-form.attroneybio-concept-one .form-row input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0px 0px;
}

.contact-form.attroneybio-concept-one .form-row input::-webkit-input-placeholder,
.contact-form.attroneybio-concept-one .form-row textarea::-webkit-input-placeholder {
    color: #8b8b8b;
}

.contact-form.attroneybio-concept-one .form-row input[type=text]:focus,
.contact-form.attroneybio-concept-one .form-row input[type=email]:focus,
.contact-form.attroneybio-concept-one .form-row input[type=url]:focus,
.contact-form.attroneybio-concept-one .form-row input[type=tel]:focus,
.contact-form.attroneybio-concept-one .form-row input[type=number]:focus,
.contact-form.attroneybio-concept-one .form-row input[type=password]:focus,
.contact-form.attroneybio-concept-one .form-row input[type=date]:focus,
.contact-form.attroneybio-concept-one .form-row input[type=time]:focus,
.contact-form.attroneybio-concept-one .form-row select:focus,
.contact-form.attroneybio-concept-one .form-row textarea:focus {
    border-color: #f8d065;
    border-left-width: 5px;
}

.contact-form.attroneybio-concept-one .form-row input[type=submit],
.contact-form.attroneybio-concept-one .form-row input[type=button],
.contact-form.attroneybio-concept-one .form-row button[type=submit] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    padding: 9px 30px 9px 30px;
    background: #000000;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    color: #f8d065;
    line-height: 25px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-form.attroneybio-concept-one .form-row input[type=submit]:hover,
.contact-form.attroneybio-concept-one .form-row input[type=button]:hover,
.contact-form.attroneybio-concept-one .form-row button[type=submit]:hover {
    background: #f8d065;
    color: #000000;
}

.contact-form.attroneybio-concept-one .form-row>.captcha {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 100px;
}

.contact-form.attroneybio-concept-one .form-row>.captcha img.wpcf7-captchac {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 84px;
    height: 37px;
}

.contact-form.attroneybio-concept-one .form-row>.captcha .g-recaptcha>div {
    display: inline-block;
    vertical-align: top;
}

.contact-form.attroneybio-concept-one .form-row .ajax-loader {
    position: absolute;
    margin-top: 15px;
}

.contact-form.attroneybio-concept-one .form-row .wpcf7-list-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 7px 0px;
}

.contact-form.attroneybio-concept-one .form-row .wpcf7-list-item.last {
    margin: 0;
}


/*--------------------------------------------------------------
# About Concept One
--------------------------------------------------------------*/

.contact-form.about-concept-one {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    text-align: left;
}

.contact-form.about-concept-one .row {}

.contact-form.about-concept-one .row>[class*='col-'] {}

.contact-form.about-concept-one .form-row {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 20px 0px;
}

.contact-form.about-concept-one .form-row.last {
    margin: 0;
}

.contact-form.about-concept-one .form-row.button {
    text-align: center;
}

.contact-form.about-concept-one .form-row>*:last-child {
    margin-bottom: 0 !important;
}

.contact-form.about-concept-one .form-row .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.contact-form.about-concept-one .form-row .wpcf7-form-control-wrap:before {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #d8bd8d;
    line-height: 20px;
}

.contact-form.about-concept-one .form-row .wpcf7-form-control-wrap:not(.BriefDescription):before {
    top: 10px;
}

.contact-form.about-concept-one .form-row .wpcf7-form-control-wrap.Name:before {
    content: "\f007";
}

.contact-form.about-concept-one .form-row .wpcf7-form-control-wrap.Email:before {
    content: "\f0e0";
}

.contact-form.about-concept-one .form-row .wpcf7-form-control-wrap.Phone:before {
    content: "\f095";
}

.contact-form.about-concept-one .form-row .wpcf7-form-control-wrap.BriefDescription:before {
    content: "\f15c";
}

.contact-form.about-concept-one .form-row label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 7px 0px;
    font-weight: 400;
    font-size: 15px;
    color: #e8dcb4;
    line-height: 23px;
}

.contact-form.about-concept-one .form-row label span {
    color: #969eac;
}

.contact-form.about-concept-one .form-row input[type=text],
.contact-form.about-concept-one .form-row input[type=email],
.contact-form.about-concept-one .form-row input[type=url],
.contact-form.about-concept-one .form-row input[type=tel],
.contact-form.about-concept-one .form-row input[type=number],
.contact-form.about-concept-one .form-row input[type=password],
.contact-form.about-concept-one .form-row input[type=date],
.contact-form.about-concept-one .form-row input[type=time],
.contact-form.about-concept-one .form-row select,
.contact-form.about-concept-one .form-row textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 40px;
    padding: 0px 0px 0px 30px;
    background: none;
    border: none;
    border-bottom: 1px #d8bd8d solid;
    border-radius: 0;
    font-size: 15px;
    color: #d8bd8d;
    line-height: 23px;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-form.about-concept-one .form-row textarea {
    height: 90px;
}

.contact-form.about-concept-one .form-row input[type=radio] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0px 0px;
}

.contact-form.about-concept-one .form-row input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0px 0px;
}

.contact-form.about-concept-one .form-row input::-webkit-input-placeholder,
.contact-form.about-concept-one .form-row textarea::-webkit-input-placeholder {
    color: #d8bd8d;
    font-weight: 400;
}

.contact-form.about-concept-one .form-row input[type=text]:focus,
.contact-form.about-concept-one .form-row input[type=email]:focus,
.contact-form.about-concept-one .form-row input[type=url]:focus,
.contact-form.about-concept-one .form-row input[type=tel]:focus,
.contact-form.about-concept-one .form-row input[type=number]:focus,
.contact-form.about-concept-one .form-row input[type=password]:focus,
.contact-form.about-concept-one .form-row input[type=date]:focus,
.contact-form.about-concept-one .form-row input[type=time]:focus,
.contact-form.about-concept-one .form-row select:focus,
.contact-form.about-concept-one .form-row textarea:focus {
    padding-right: 0px;
    border-bottom-color: #fff;
}

.contact-form.about-concept-one .form-row input[type=submit],
.contact-form.about-concept-one .form-row input[type=button],
.contact-form.about-concept-one .form-row button[type=submit] {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    padding: 9px 30px 12px 30px;
    background: #ffd74d;
    border: none;
    border-radius: 3px;
    font-size: 17px;
    color: #000000;
    line-height: 25px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-weight: 700;
}

.contact-form.about-concept-one .form-row input[type=submit]:hover,
.contact-form.about-concept-one .form-row input[type=button]:hover,
.contact-form.about-concept-one .form-row button[type=submit]:hover {
    background: #fff;
    color: #000000;
}

.contact-form.about-concept-one .form-row>.captcha {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 100px;
}

.contact-form.about-concept-one .form-row>.captcha img.wpcf7-captchac {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 84px;
    height: 37px;
}

.contact-form.about-concept-one .form-row>.captcha .g-recaptcha>div {
    display: inline-block;
    vertical-align: top;
}

.contact-form.about-concept-one .form-row .ajax-loader {
    position: absolute;
    margin-top: 15px;
}

.contact-form.about-concept-one .form-row .wpcf7-list-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 7px 0px;
}

.contact-form.about-concept-one .form-row .wpcf7-list-item.last {
    margin: 0;
}


/*--------------------------------------------------------------
# Contact Concept One
--------------------------------------------------------------*/

.contact-form.contact-concept-one {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    text-align: left;
}

.contact-form.contact-concept-one .row {
    margin-right: -7px;
    margin-left: -7px;
}

.contact-form.contact-concept-one .row>[class*='col-'] {
    padding-right: 7px;
    padding-left: 7px;
}

.contact-form.contact-concept-one .form-row {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 14px 0px;
}

.contact-form.contact-concept-one .form-row.last {
    margin: 0;
}

.contact-form.contact-concept-one .form-row.button {
    text-align: center;
}

.contact-form.contact-concept-one .form-row>*:last-child {
    margin-bottom: 0 !important;
}

.contact-form.contact-concept-one .form-row label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 7px 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}

.contact-form.contact-concept-one .form-row label span {
    color: #bf0000;
}

.contact-form.contact-concept-one .form-row input[type=text],
.contact-form.contact-concept-one .form-row input[type=email],
.contact-form.contact-concept-one .form-row input[type=url],
.contact-form.contact-concept-one .form-row input[type=tel],
.contact-form.contact-concept-one .form-row input[type=number],
.contact-form.contact-concept-one .form-row input[type=password],
.contact-form.contact-concept-one .form-row input[type=date],
.contact-form.contact-concept-one .form-row input[type=time],
.contact-form.contact-concept-one .form-row select,
.contact-form.contact-concept-one .form-row textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 40px;
    padding: 0px 10px 0px 10px;
    background: #fff;
    border: 1px #d7d7d7 solid;
    border-radius: 3px;
    font-size: 14px;
    line-height: 23px;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-form.contact-concept-one .form-row textarea {
    height: 90px;
    padding: 10px 10px 10px 10px;
}

.contact-form.contact-concept-one .form-row input[type=radio] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0px 0px;
}

.contact-form.contact-concept-one .form-row input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0px 0px;
}

.contact-form.contact-concept-one .form-row input::-webkit-input-placeholder,
.contact-form.contact-concept-one .form-row textarea::-webkit-input-placeholder {
    color: #383838;
}

.contact-form.contact-concept-one .form-row input[type=text]:focus,
.contact-form.contact-concept-one .form-row input[type=email]:focus,
.contact-form.contact-concept-one .form-row input[type=url]:focus,
.contact-form.contact-concept-one .form-row input[type=tel]:focus,
.contact-form.contact-concept-one .form-row input[type=number]:focus,
.contact-form.contact-concept-one .form-row input[type=password]:focus,
.contact-form.contact-concept-one .form-row input[type=date]:focus,
.contact-form.contact-concept-one .form-row input[type=time]:focus,
.contact-form.contact-concept-one .form-row select:focus,
.contact-form.contact-concept-one .form-row textarea:focus {
    border-color: #ffd74d;
    border-left-width: 5px;
}

.contact-form.contact-concept-one .form-row input[type=submit],
.contact-form.contact-concept-one .form-row input[type=button],
.contact-form.contact-concept-one .form-row button[type=submit] {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    padding: 9px 30px 12px 30px;
    background: #ffd74d;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    color: #130f07;
    line-height: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-form.contact-concept-one .form-row input[type=submit]:hover,
.contact-form.contact-concept-one .form-row input[type=button]:hover,
.contact-form.contact-concept-one .form-row button[type=submit]:hover {
    background: #f8d065;
    color: #000000;
}

.contact-form.contact-concept-one .form-row>.captcha {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 100px;
}

.contact-form.contact-concept-one .form-row>.captcha img.wpcf7-captchac {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 84px;
    height: 37px;
}

.contact-form.contact-concept-one .form-row>.captcha .g-recaptcha>div {
    display: inline-block;
    vertical-align: top;
}

.contact-form.contact-concept-one .form-row .ajax-loader {
    position: absolute;
    margin-top: 15px;
}

.contact-form.contact-concept-one .form-row .wpcf7-list-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 7px 0px;
}

.contact-form.contact-concept-one .form-row .wpcf7-list-item.last {
    margin: 0;
}


/*--------------------------------------------------------------
# Contact Concept Two
--------------------------------------------------------------*/

.contact-form.contact-concept-two {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    text-align: left;
}

.contact-form.contact-concept-two .row {
    margin-right: -7px;
    margin-left: -7px;
}

.contact-form.contact-concept-two .row>[class*='col-'] {
    padding-right: 7px;
    padding-left: 7px;
}

.contact-form.contact-concept-two .form-row {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 14px 0px;
}

.contact-form.contact-concept-two .form-row.last {
    margin: 0;
}

.contact-form.contact-concept-two .form-row.button {
    text-align: center;
}

.contact-form.contact-concept-two .form-row>*:last-child {
    margin-bottom: 0 !important;
}

.contact-form.contact-concept-two .form-row label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 7px 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}

.contact-form.contact-concept-two .form-row label span {
    color: #bf0000;
}

.contact-form.contact-concept-two .form-row input[type=text],
.contact-form.contact-concept-two .form-row input[type=email],
.contact-form.contact-concept-two .form-row input[type=url],
.contact-form.contact-concept-two .form-row input[type=tel],
.contact-form.contact-concept-two .form-row input[type=number],
.contact-form.contact-concept-two .form-row input[type=password],
.contact-form.contact-concept-two .form-row input[type=date],
.contact-form.contact-concept-two .form-row input[type=time],
.contact-form.contact-concept-two .form-row select,
.contact-form.contact-concept-two .form-row textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 45px;
    padding: 0px 12px 0px 12px;
    background: #fafafa;
    border: 1px #f2f2f2 solid;
    border-radius: 3px;
    font-size: 14px;
    line-height: 23px;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-form.contact-concept-two .form-row textarea {
    height: 120px;
    padding: 6px 12px 6px 12px;
}

.contact-form.contact-concept-two .form-row input[type=radio] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0px 0px;
}

.contact-form.contact-concept-two .form-row input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0px 0px;
}

.contact-form.contact-concept-two .form-row input::-webkit-input-placeholder,
.contact-form.contact-concept-two .form-row textarea::-webkit-input-placeholder {
    color: #393939;
}

.contact-form.contact-concept-two .form-row input[type=text]:focus,
.contact-form.contact-concept-two .form-row input[type=email]:focus,
.contact-form.contact-concept-two .form-row input[type=url]:focus,
.contact-form.contact-concept-two .form-row input[type=tel]:focus,
.contact-form.contact-concept-two .form-row input[type=number]:focus,
.contact-form.contact-concept-two .form-row input[type=password]:focus,
.contact-form.contact-concept-two .form-row input[type=date]:focus,
.contact-form.contact-concept-two .form-row input[type=time]:focus,
.contact-form.contact-concept-two .form-row select:focus,
.contact-form.contact-concept-two .form-row textarea:focus {
    border: 1px solid #d2d2d2;
}

.contact-form.contact-concept-two .form-row input[type=submit],
.contact-form.contact-concept-two .form-row input[type=button],
.contact-form.contact-concept-two .form-row button[type=submit] {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    padding: 9px 30px 12px 30px;
    background: #000000;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-form.contact-concept-two .form-row input[type=submit]:hover,
.contact-form.contact-concept-two .form-row input[type=button]:hover,
.contact-form.contact-concept-two .form-row button[type=submit]:hover {
    background: #f8d065;
    color: #000000;
}

.contact-form.contact-concept-two .form-row>.captcha {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 100px;
}

.contact-form.contact-concept-two .form-row>.captcha img.wpcf7-captchac {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 84px;
    height: 37px;
}

.contact-form.contact-concept-two .form-row>.captcha .g-recaptcha>div {
    display: inline-block;
    vertical-align: top;
}

.contact-form.contact-concept-two .form-row .ajax-loader {
    position: absolute;
    margin-top: 15px;
}

.contact-form.contact-concept-two .form-row .wpcf7-list-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 7px 0px;
}

.contact-form.contact-concept-two .form-row .wpcf7-list-item.last {
    margin: 0;
}


/*--------------------------------------------------------------
# Gravity Form
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Custom Gravity Form (White)
--------------------------------------------------------------*/

.custom-gravity-form.white ul li.gfield {
    margin-top: 0px;
    margin-bottom: 15px;
}

.custom-gravity-form.white .gfield_label {
    font-weight: 500;
    color: #2f2f39;
}

.custom-gravity-form.white input[type=text],
.custom-gravity-form.white input[type=email],
.custom-gravity-form.white input[type=url],
.custom-gravity-form.white input[type=tel],
.custom-gravity-form.white input[type=number],
.custom-gravity-form.white input[type=password],
.custom-gravity-form.white input[type=date],
.custom-gravity-form.white input[type=time],
.custom-gravity-form.white select,
.custom-gravity-form.white textarea {
    height: 40px;
    padding: 0px 10px 0px 10px !important;
    background: #fff;
    border: 1px #d7d7d7 solid;
    border-radius: 0;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.custom-gravity-form.white textarea {
    height: 90px !important;
    padding: 10px 10px 10px 10px !important;
}

.custom-gravity-form.white input[type=text]:focus,
.custom-gravity-form.white input[type=email]:focus,
.custom-gravity-form.white input[type=url]:focus,
.custom-gravity-form.white input[type=tel]:focus,
.custom-gravity-form.white input[type=number]:focus,
.custom-gravity-form.white input[type=password]:focus,
.custom-gravity-form.white input[type=date]:focus,
.custom-gravity-form.white input[type=time]:focus,
.custom-gravity-form.white select:focus,
.custom-gravity-form.white textarea:focus {
    border-color: #a68f65;
    border-left-width: 5px;
}

.custom-gravity-form.white input[type=submit] {
    padding: 9px 30px 12px 30px;
    background: #a68f65;
    border: none;
    border-radius: 0;
    font-size: 16px !important;
    color: #fff;
    line-height: 25px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.custom-gravity-form.white input[type=submit]:hover {
    background: #2d241b;
}


/*--------------------------------------------------------------
# Custom Gravity Form (Dark)
--------------------------------------------------------------*/

.custom-gravity-form.dark ul li.gfield {
    margin-top: 0px;
    margin-bottom: 15px;
}

.custom-gravity-form.dark .gfield_label {
    font-weight: 500;
    color: #fff;
}

.custom-gravity-form.dark input[type=text],
.custom-gravity-form.dark input[type=email],
.custom-gravity-form.dark input[type=url],
.custom-gravity-form.dark input[type=tel],
.custom-gravity-form.dark input[type=number],
.custom-gravity-form.dark input[type=password],
.custom-gravity-form.dark input[type=date],
.custom-gravity-form.dark input[type=time],
.custom-gravity-form.dark select,
.custom-gravity-form.dark textarea {
    height: 40px;
    padding: 0px 10px 0px 10px !important;
    background: none;
    border: 1px #877b6f solid;
    border-radius: 0;
    color: #fff;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.custom-gravity-form.dark textarea {
    height: 90px !important;
    padding: 10px 10px 10px 10px !important;
}

.custom-gravity-form.dark input[type=text]:focus,
.custom-gravity-form.dark input[type=email]:focus,
.custom-gravity-form.dark input[type=url]:focus,
.custom-gravity-form.dark input[type=tel]:focus,
.custom-gravity-form.dark input[type=number]:focus,
.custom-gravity-form.dark input[type=password]:focus,
.custom-gravity-form.dark input[type=date]:focus,
.custom-gravity-form.dark input[type=time]:focus,
.custom-gravity-form.dark select:focus,
.custom-gravity-form.dark textarea:focus {
    border-color: #a68f65;
    border-left-width: 5px;
}

.custom-gravity-form.dark input[type=submit] {
    padding: 9px 30px 12px 30px;
    background: #a68f65;
    border: none;
    border-radius: 0;
    font-size: 16px !important;
    color: #fff;
    line-height: 25px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}


/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/


/* wraper_blog_main */

.wraper_blog_main {
    width: 100%;
    height: auto;
    background: #fff;
}

.wraper_blog_main>.container {
    padding-top: 70px;
    padding-bottom: 30px;
}

.blog_main {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 40px 0px;
}


/*--------------------------------------------------------------
# Post (Style One)
--------------------------------------------------------------*/

.post.style-one {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 30px 0px;
}

.post.style-one .post-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
}

.post.style-one .post-thumbnail>img {
    width: 100%;
    float: left;
}

.post.style-one .post-thumbnail>.placeholder {
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 1;
    width: calc(100% + 10px);
    height: auto;
}

.post.style-one .post-thumbnail>.placeholder img {
    width: 100%;
    float: left;
}

.post.style-one .entry-main {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 25px 0px 25px;
    background: #fff;
    border: 1px #d2d2d2 solid;
}

.post.style-one .entry-main .matchHeight {
    width: 100%;
    height: auto;
    float: left;
}

.post.style-one .entry-header {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 15px 0px;
}

.post.style-one .entry-header>*:last-child {
    margin-bottom: 0 !important;
}

.post.style-one .entry-header .entry-meta {
    margin: 0px 0px 10px 0px;
}

.post.style-one .entry-header .entry-meta>span {
    margin-right: 26px;
    font-size: 13px;
    font-weight: 500;
}

.post.style-one .entry-header .entry-meta>span a {
    color: #444444;
}

.post.style-one .entry-header .entry-meta>span i {
    width: 20px;
    margin-right: 2px;
}

.post.style-one .entry-header .entry-title {
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    font-family: Montserrat;
}

.post.style-one .entry-header .entry-title a {
    color: #000000;
}

.post.style-one .entry-content {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 25px 0px;
}

.post.style-one .entry-content>*:last-child {
    margin-bottom: 0 !important;
}

.post.style-one .entry-content p {
    margin: 0px 0px 20px 0px;
}

.post.style-one .post-read-more {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 25px 0px;
}

.post.style-one .post-read-more .btn {
    margin: 0px 0px 0px 0px;
    padding: 4px 12px 7px 15px;
    background: #000000;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-one .post-read-more .btn:hover {
    background: #f8d065;
    color: #000000;
}

.post.style-one .post-read-more .btn i {
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-one .post-read-more .btn:hover i {
    margin-left: 10px;
}


/*--------------------------------------------------------------
# Post (Style Two)
--------------------------------------------------------------*/

.post.style-two {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 30px 0px;
}

.post.style-two.sticky {
    position: relative;
}

.post.style-two.sticky:before {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    content: " ";
    width: 25px;
    height: 25px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE5Ljg5OCAxOS44OTgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE5Ljg5OCAxOS44OTgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgogIDxnPgogICAgPHBhdGggZD0ibTE4LjQzNiwxMC4zODhjLTAuMTM1LTAuMjc3LTAuMTM1LTAuNjAxIDAtMC44NzhsLjkyMi0xLjg4N2MwLjIzNy0wLjQ4NSAwLjA0Ny0xLjA3LTAuNDMtMS4zMjNsLTEuODU1LS45ODRjLTAuMjczLTAuMTQ1LTAuNDYzLTAuNDA3LTAuNTE2LTAuNzExbC0uMzYzLTIuMDY5Yy0wLjA5My0wLjUzMS0wLjU5MS0wLjg5My0xLjEyNS0wLjgxN2wtMi4wOCwuMjk0Yy0wLjMwNSwwLjA0My0wLjYxNC0wLjA1Ny0wLjgzNS0wLjI3MWwtMS41MS0xLjQ2Yy0wLjM4OC0wLjM3NS0xLjAwMy0wLjM3NS0xLjM5MSwwbC0xLjUxLDEuNDZjLTAuMjIyLDAuMjE0LTAuNTMsMC4zMTUtMC44MzUsMC4yNzFsLTIuMDgtLjI5NGMtMC41MzMtMC4wNzYtMS4wMzEsMC4yODYtMS4xMjQsMC44MTdsLS4zNjMsMi4wNjljLTAuMDUzLDAuMzA0LTAuMjQ0LDAuNTY2LTAuNTE2LDAuNzExbC0xLjg1NiwuOTg0Yy0wLjQ3NiwwLjI1My0wLjY2NiwwLjgzOC0wLjQyOSwxLjMyM2wuOTIyLDEuODg3YzAuMTM1LDAuMjc3IDAuMTM1LDAuNjAxIDAsMC44NzhsLS45MjIsMS44ODdjLTAuMjM3LDAuNDg1LTAuMDQ3LDEuMDcgMC40MywxLjMyM2wxLjg1NSwuOTg0YzAuMjcyLDAuMTQ1IDAuNDYzLDAuNDA3IDAuNTE2LDAuNzExbC4zNjMsMi4wNjljMC4wOTMsMC41MzEgMC41OTEsMC44OTMgMS4xMjUsMC44MTdsMi4wOC0uMjk0YzAuMzA1LTAuMDQzIDAuNjE0LDAuMDU3IDAuODM1LDAuMjcxbDEuNTEsMS40NmMwLjM4OCwwLjM3NSAxLjAwMywwLjM3NSAxLjM5MSwwbDEuNTEtMS40NmMwLjIyMi0wLjIxNCAwLjUzLTAuMzE1IDAuODM1LTAuMjcxbDIuMDgsLjI5NGMwLjUzNCwwLjA3NiAxLjAzMi0wLjI4NiAxLjEyNS0wLjgxN2wuMzYzLTIuMDY5YzAuMDUzLTAuMzA0IDAuMjQ0LTAuNTY2IDAuNTE2LTAuNzExbDEuODU1LS45ODRjMC40NzYtMC4yNTMgMC42NjctMC44MzggMC40My0xLjMyM2wtLjkyMy0xLjg4N3ptLTEwLjQ4Nyw1LjU2MWwyLjQ0Ni00LjY2Mi00LTEuOTk2IDUuNTU1LTUuMzQyLTIuNDQ2LDQuNjU4IDMuOTk5LDEuOTk2LTUuNTU0LDUuMzQ2eiIgZmlsbD0iI2E2OGY2NSIvPgogIDwvZz4KPC9zdmc+Cg==);
    background-size: 100% auto;
}

.post.style-two .post-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
}

.post.style-two .entry-main {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 25px 0px 25px;
    background: #ffffff;
    border: 1px #d2d2d2 solid;
}

.post.style-two .entry-main .matchHeight {
    width: 100%;
    height: auto;
    float: left;
}

.post.style-two .entry-header {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 15px 0px;
}

.post.style-two .entry-header>*:last-child {
    margin-bottom: 0 !important;
}

.post.style-two .entry-header .entry-meta {
    margin: 0px 0px 15px 0px;
}

.post.style-two .entry-header .entry-meta>span {
    margin-right: 20px;
    font-size: 13px;
    font-weight: 500;
}

.post.style-two .entry-header .entry-meta>span a {
    color: #444444;
}

.post.style-two .entry-header .entry-meta>span i {
    width: 20px;
    margin-right: 2px;
}

.post.style-two .entry-header .entry-title {
    margin: 0px 0px 10px 0px;
    color: #000000;
    font-family: Montserrat;
    font-size: 20px;
    line-height: 27px;
}

.post.style-two .entry-header .entry-title a {
    color: #000000;
}

.post.style-two .entry-content {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 25px 0px;
}

.post.style-two .entry-content>*:last-child {
    margin-bottom: 0 !important;
}

.post.style-two .entry-content p {
    margin: 0px 0px 20px 0px;
}

.post.style-two .post-read-more {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 25px 0px;
}

.post.style-two .post-read-more .btn {
    margin: 0px 0px 0px 0px;
    padding: 4px 12px 7px 15px;
    background: #000000;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-two .post-read-more .btn:hover {
    background: #f8d065;
    color: #000000;
}

.post.style-two .post-read-more .btn i {
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-two .post-read-more .btn:hover i {
    margin-left: 10px;
}


/*--------------------------------------------------------------
# Post (Style Three)
--------------------------------------------------------------*/

.post.style-three {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 30px 0px;
}

.post.style-three .post-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
}

.post.style-three .post-thumbnail>img {
    width: 100%;
    float: left;
}

.post.style-three .post-thumbnail>.placeholder {
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 1;
    width: calc(100% + 10px);
    height: auto;
}

.post.style-three .post-thumbnail>.placeholder img {
    width: 100%;
    float: left;
}

.post.style-three .entry-main {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 25px 0px 25px;
    background: #fff;
    border: 1px #d2d2d2 solid;
}

.post.style-three .entry-main .matchHeight {
    width: 100%;
    height: auto;
    float: left;
}

.post.style-three .entry-header {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 15px 0px;
}

.post.style-three .entry-header>*:last-child {
    margin-bottom: 0 !important;
}

.post.style-three .entry-header .entry-meta {
    margin: 0px 0px 10px 0px;
}

.post.style-three .entry-header .entry-meta>span {
    margin-right: 26px;
    font-size: 13px;
    font-weight: 500;
}

.post.style-three .entry-header .entry-meta>span a {
    color: #444444;
}

.post.style-three .entry-header .entry-meta>span i {
    width: 20px;
    margin-right: 2px;
}

.post.style-three .entry-header .entry-title {
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    font-family: Montserrat;
}

.post.style-three .entry-header .entry-title a {
    color: #000000;
}

.post.style-three .entry-content {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 25px 0px;
}

.post.style-three .entry-content>*:last-child {
    margin-bottom: 0 !important;
}

.post.style-three .entry-content p {
    margin: 0px 0px 20px 0px;
}

.post.style-three .post-read-more {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 25px 0px;
}

.post.style-three .post-read-more .btn {
    margin: 0px 0px 0px 0px;
    padding: 4px 12px 7px 15px;
    background: #000000;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-three .post-read-more .btn:hover {
    background: #ffd74d;
    color: #000000;
}

.post.style-three .post-read-more .btn i {
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.style-three .post-read-more .btn:hover i {
    margin-left: 10px;
}


/*--------------------------------------------------------------
# Blog Single Page
--------------------------------------------------------------*/

.blog_single {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 40px 0px;
}

.post.single-post {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 40px 0px;
}

.post.single-post .post-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 30px 0px;
}

.post.single-post .entry-main {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 25px 0px 25px;
    background: #f8f8f8;
    border: 1px #e4e4e4 solid;
}

.post.single-post .entry-header {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 25px 0px;
}

.post.single-post .entry-header>*:last-child {
    margin-bottom: 0 !important;
}

.post.single-post .entry-header .entry-category {
    margin: 0px 0px 7px 0px;
    color: #555;
}

.post.single-post .entry-header .entry-title {
    margin: 0px 0px 10px 0px;
    color: #000000;
}

.post.single-post .entry-header .entry-title a {
    color: #000000;
}

.post.single-post .entry-header .entry-meta {
    margin: 0px 0px 15px 0px;
}

.post.single-post .entry-header .entry-meta>span {
    margin-right: 20px;
    font-size: 13px;
}

.post.single-post .entry-header .entry-meta>span a {
    color: #000000;
}

.post.single-post .entry-header .entry-meta>span i {
    width: 20px;
    margin-right: 2px;
}

.post.single-post .entry-content {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 25px 0px;
}

.post.single-post .entry-content>*:last-child {
    margin-bottom: 0 !important;
}

.post.single-post .entry-content blockquote {
    min-height: initial;
    margin: 17px 0px 20px 0px;
    padding: 15px 20px 16px 20px;
    background-image: none;
    background-color: #fff;
    border: 1px #e9e9e9 solid;
    border-left: 5px #000000 solid;
    font-size: 120%;
    line-height: 160%;
    font-style: italic;
}

.post.single-post .entry-content blockquote cite {
    display: block;
}

.post.single-post .entry-footer {
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px #c5c5c5 solid;
    border-bottom: 1px #c5c5c5 solid;
}

.post.single-post .entry-footer .cat-links,
.post.single-post .entry-footer .comments-link {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 4px;
    padding-bottom: 5px;
}

.post.single-post .entry-footer .cat-links {
    float: left;
    padding-right: 10px;
    border-right: 1px #c5c5c5 solid;
}

.post.single-post .entry-footer .comments-link {
    float: right;
    padding-left: 10px;
    border-left: 1px #c5c5c5 solid;
}

.post.single-post .entry-footer .cat-links:before,
.post.single-post .entry-footer .comments-link:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    width: 30px;
    height: 30px;
    margin-right: 7px;
    background: url('../images/blog-001-footer-icons.png') 0px 0px no-repeat;
}

.post.single-post .entry-footer .cat-links:before {
    background-position: 0px 0px;
}

.post.single-post .entry-footer .comments-link:before {
    background-position: -30px 0px;
}

.post.single-post .entry-footer .cat-links a,
.post.single-post .entry-footer .comments-link a {
    color: #6c6c6c;
}

.post-navigation,
.comment-navigation {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 40px 0px;
    font-size: 0;
}

.post-navigation .nav-previous,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
}

.post-navigation .nav-previous,
.comment-navigation .nav-previous {
    float: left;
}

.post-navigation .nav-next,
.comment-navigation .nav-next {
    float: right;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a,
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
    display: block;
    width: auto;
    height: auto;
    padding: 6px 20px 8px 20px;
    background: #000000;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
}

.post-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
    content: "\f104";
    font-family: 'FontAwesome';
    margin-right: 12px;
}

.post-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 12px;
}

.author-bio {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 30px 0px;
    padding: 15px 20px 20px 20px;
    background: #f8f8f8;
    border: 1px #e4e4e4 solid;
}

.author-bio>.holder {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 90px;
    float: left;
    padding: 0px 0px 0px 100px;
}

.author-bio>.holder>.pic {
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
    width: auto;
    height: auto;
    text-align: center;
}

.author-bio>.holder>.pic img {
    width: 80px;
    border-radius: 50%;
}

.author-bio>.holder>.data {
    width: 100%;
    height: auto;
    float: left;
}

.author-bio>.holder>.data>*:last-child {
    margin-bottom: 0 !important
}

.author-bio>.holder>.data h5 {
    margin: 0px 0px 7px 0px;
}

.author-bio>.holder>.data p {
    margin: 0px 0px 20px 0px;
}

.comments-area {
    width: 100%;
    height: auto;
    float: left;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
    margin: 0px 0px 40px 0px;
}

.comments-area ol.comment-list {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0 !important;
}

.comments-area ol.comment-list>li,
.comments-area ol.comment-list>li ol.children>li {
    list-style: none !important;
}

.comments-area ol.comment-list li .comment-body {
    position: relative;
    margin-bottom: 30px;
    padding: 15px 15px 17px 15px;
    border: 1px #e7e7e7 solid;
}

.comments-area ol.comment-list li .comment-body .comment-meta {
    margin: 0px 0px 15px 0px;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author {
    margin: 0px 0px 12px 0px;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author cite {
    font-style: normal;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author img {
    margin-right: 10px;
    border-radius: 50%;
}

.comments-area ol.comment-list li .reply {
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 1;
}

.comments-area ol.comment-list li .reply .comment-reply-link {
    color: #5a5a5a;
}

.comments-area ol.comment-list li .reply .comment-reply-link:before {
    content: "\f112";
    font-family: 'FontAwesome';
    margin-right: 7px;
}

.comments-area ol.comment-list li ol {
    padding-left: 50px;
}

.comments-area .comment-form {
    margin-left: -10px;
    margin-right: -10px;
}

.comments-area .comment-form>p {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.comments-area .comment-form>p.comment-form-author,
.comments-area .comment-form>p.comment-form-email,
.comments-area .comment-form>p.comment-form-url {
    width: 33.33%;
    float: left;
}

.comments-area .comment-form>p label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px;
}

.comments-area .comment-form>p .required {
    color: #bf0000;
}

.comments-area .comment-form>p input[type=text],
.comments-area .comment-form>p input[type=email],
.comments-area .comment-form>p input[type=tel],
.comments-area .comment-form>p input[type=url],
.comments-area .comment-form>p input[type=password],
.comments-area .comment-form>p input[type=date],
.comments-area .comment-form>p input[type=time],
.comments-area .comment-form>p select,
.comments-area .comment-form>p textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 40px;
    padding: 0px 12px 0px 12px;
    background: #fff;
    border: 1px #d2d2d2 solid;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.comments-area .comment-form>p textarea {
    height: 120px;
    padding: 6px 12px 6px 12px;
}

.comments-area .comment-form>p input[type=text]:focus,
.comments-area .comment-form>p input[type=email]:focus,
.comments-area .comment-form>p input[type=tel]:focus,
.comments-area .comment-form>p input[type=url]:focus,
.comments-area .comment-form>p input[type=password]:focus,
.comments-area .comment-form>p input[type=date]:focus,
.comments-area .comment-form>p input[type=time]:focus,
.comments-area .comment-form>p select:focus,
.comments-area .comment-form>p textarea:focus {
    border-color: #f8d065;
    border-left-width: 5px;
}

.comments-area .comment-form>p input[type=submit],
.comments-area .comment-form>p input[type=button],
.comments-area .comment-form>p button[type=submit],
.comments-area .comment-form>p input[type=reset],
.comments-area .comment-form>p button[type=reset] {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    padding: 9px 30px 12px 30px;
    background: #f8d065;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    font-weight: 600;
    cursor: pointer;
}

.comments-area .comment-form>p input[type=reset],
.comments-area .comment-form>p button[type=reset] {
    margin: 0px 0px 0px 15px;
}


/*--------------------------------------------------------------
# Blog No Result Page
--------------------------------------------------------------*/

.no-results>.page-header {
    margin-top: 0;
}


/*--------------------------------------------------------------
# Practise Area Single Page
--------------------------------------------------------------*/

.areas-of-practise.single-concept-one {
    width: 100%;
    height: auto;
    background: #fff;
}

.areas-of-practise.single-concept-one>.container {
    padding-top: 70px;
    padding-bottom: 30px;
}

.areas-of-practise.single-concept-one .single-title {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 40px 0px;
    text-align: center;
}

.areas-of-practise.single-concept-one .single-title>*:last-child {
    margin-bottom: 0 !important;
}

.areas-of-practise.single-concept-one .single-title h1 {
    margin-bottom: 25px;
}

.areas-of-practise.single-concept-one .single-title .vc_separator {
    margin-top: 0;
    margin-bottom: 25px;
}

.areas-of-practise.single-concept-one .single-sidebar {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0px 40px 0px;
}

.areas-of-practise.single-concept-one .single-sidebar .widget {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 30px 0px;
}

.areas-of-practise.single-concept-one .single-sidebar .widget:last-child,
.areas-of-practise.single-concept-one .single-sidebar .widget:only-child {
    margin: 0;
}

.areas-of-practise.single-concept-one .single-sidebar .widget .widget-title {
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px #cbcbcb solid;
    font-size: 30px;
    color: #393939;
    line-height: 40px;
}

.areas-of-practise.single-concept-one .single-sidebar .widget .widget-title[aria-expanded] {
    padding-right: 50px;
    cursor: pointer;
}

.areas-of-practise.single-concept-one .single-sidebar .widget .widget-title[aria-expanded=false] {
    border-bottom: none;
}

.areas-of-practise.single-concept-one .single-sidebar .widget .widget-title[aria-expanded]:before {
    position: absolute;
    top: 23px;
    right: 28px;
    z-index: 0;
    content: "\f13a";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #a68f65;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.areas-of-practise.single-concept-one .single-sidebar .widget .widget-title[aria-expanded=true]:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.areas-of-practise.single-concept-one .single-sidebar .widget ul.menu {
    border: 1px #e3e3e3 solid;
}

.areas-of-practise.single-concept-one .single-sidebar .widget ul.menu li {
    border-bottom: 1px #e3e3e3 solid;
}

.areas-of-practise.single-concept-one .single-sidebar .widget ul.menu li:last-child,
.areas-of-practise.single-concept-one .single-sidebar .widget ul.menu li:only-child {
    border-bottom: none;
}

.areas-of-practise.single-concept-one .single-sidebar .widget ul.menu li a {
    display: block;
    padding: 11px 20px 14px 20px;
    background: #f8f8f8;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.areas-of-practise.single-concept-one .single-sidebar .widget ul.menu li a:hover,
.areas-of-practise.single-concept-one .single-sidebar .widget ul.menu li.current-menu-item a {
    background: #a68f65;
    color: #fff;
}

.areas-of-practise.single-concept-one .single-content {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 40px 0px;
    padding: 20px 20px 20px 20px;
    border: 1px #e3e3e3 solid;
}

.areas-of-practise.single-concept-one .single-content>img {
    margin: 0px 0px 25px 0px;
    border: 1px #f5f5f5 solid;
}


/*--------------------------------------------------------------
# Attorney Single Page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Attorney Single Concept One
--------------------------------------------------------------*/

.advisors.single-concept-one {
    width: 100%;
    height: auto;
    background: #fff;
}

.advisors.single-concept-one>.container {
    padding-top: 70px;
    padding-bottom: 30px;
}

.advisors.single-concept-one .single-title {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 40px 0px;
    text-align: center;
}

.advisors.single-concept-one .single-title>*:last-child {
    margin-bottom: 0 !important;
}

.advisors.single-concept-one .single-title h1 {
    margin-bottom: 20px;
}

.advisors.single-concept-one .single-title .vc_separator {
    margin-top: 0;
    margin-bottom: 25px;
}

.single-concept-one .title-separator,
.single-concept-two .title-separator {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 0px;
}

.single-concept-one .title-separator>span,
.single-concept-two .title-separator>span {
    width: 51px;
    height: 8px;
    border-radius: 50px;
    background-color: #f8d065;
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


/*--------------------------------------------------------------
# Attorney Single Sidebar (Style One)
--------------------------------------------------------------*/

.advisors.single-concept-one .single-sidebar.concept-one,
.advisors.single-concept-two .single-sidebar.concept-one {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 40px 0px;
}

.advisors.single-concept-one .single-sidebar.concept-one .widget,
.advisors.single-concept-two .single-sidebar.concept-one .widget {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 30px 0px;
    border: 1px #e3e3e3 solid;
}

.advisors.single-concept-one .single-sidebar.concept-one .widget:last-child,
.advisors.single-concept-one .single-sidebar.concept-one .widget:only-child,
.advisors.single-concept-two .single-sidebar.concept-one .widget:last-child,
.advisors.single-concept-two .single-sidebar.concept-one .widget:only-child {
    margin: 0;
}

.advisors.single-concept-one .single-sidebar.concept-one .widget .widget-title,
.advisors.single-concept-two .single-sidebar.concept-one .widget .widget-title {
    margin: 0;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px #e3e3e3 solid;
}

.advisors.single-concept-one .single-sidebar.concept-one .widget .widget-title[aria-expanded],
.advisors.single-concept-two .single-sidebar.concept-one .widget .widget-title[aria-expanded] {
    padding-right: 50px;
    cursor: pointer;
}

.advisors.single-concept-one .single-sidebar.concept-one .widget .widget-title[aria-expanded=false],
.advisors.single-concept-two .single-sidebar.concept-one .widget .widget-title[aria-expanded=false] {
    border-bottom: none;
}

.advisors.single-concept-one .single-sidebar.concept-one .widget .widget-title[aria-expanded]:before,
.advisors.single-concept-two .single-sidebar.concept-one .widget .widget-title[aria-expanded]:before {
    position: absolute;
    top: 23px;
    right: 28px;
    z-index: 0;
    content: "\f13a";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #a68f65;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.advisors.single-concept-one .single-sidebar.concept-one .widget .widget-title[aria-expanded=true]:before,
.advisors.single-concept-two .single-sidebar.concept-one .widget .widget-title[aria-expanded=true]:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.advisors.single-concept-one .single-sidebar.concept-one .widget ul.menu,
.advisors.single-concept-two .single-sidebar.concept-one .widget ul.menu {}

.advisors.single-concept-one .single-sidebar.concept-one .widget ul.menu li,
.advisors.single-concept-two .single-sidebar.concept-one .widget ul.menu li {
    border-bottom: 1px #fff solid;
}

.advisors.single-concept-one .single-sidebar.concept-one .widget ul.menu li:last-child,
.advisors.single-concept-one .single-sidebar.concept-one .widget ul.menu li:only-child,
.advisors.single-concept-two .single-sidebar.concept-one .widget ul.menu li:last-child,
.advisors.single-concept-two .single-sidebar.concept-one .widget ul.menu li:only-child {
    border-bottom: none;
}

.advisors.single-concept-one .single-sidebar.concept-one .widget ul.menu li a,
.advisors.single-concept-two .single-sidebar.concept-one .widget ul.menu li a {
    display: block;
    padding: 11px 20px 14px 20px;
    background: #ebe0bb;
    font-size: 15px;
    color: #2f2f39;
    line-height: 25px;
}

.advisors.single-concept-one .single-sidebar.concept-one .widget ul.menu li.current-menu-item a,
.advisors.single-concept-two .single-sidebar.concept-one .widget ul.menu li.current-menu-item a {
    background: #a68f65;
    color: #fff;
}


/*--------------------------------------------------------------
# Attorney Single Sidebar (Style Two)
--------------------------------------------------------------*/

.advisors.single-concept-one .single-sidebar.concept-two,
.advisors.single-concept-two .single-sidebar.concept-two {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 40px 0px;
}

.advisors.single-concept-one .single-sidebar.concept-two .widget,
.advisors.single-concept-two .single-sidebar.concept-two .widget {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 30px 0px;
}

.advisors.single-concept-one .single-sidebar.concept-two .widget:last-child,
.advisors.single-concept-one .single-sidebar.concept-two .widget:only-child,
.advisors.single-concept-two .single-sidebar.concept-two .widget:last-child,
.advisors.single-concept-two .single-sidebar.concept-two .widget:only-child {
    margin: 0;
}

.advisors.single-concept-one .single-sidebar.concept-two .widget .widget-title,
.advisors.single-concept-two .single-sidebar.concept-two .widget .widget-title {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px #e3e3e3 solid;
}

.advisors.single-concept-one .single-sidebar.concept-two .widget .widget-title[aria-expanded],
.advisors.single-concept-two .single-sidebar.concept-two .widget .widget-title[aria-expanded] {
    padding-right: 30px;
    cursor: pointer;
}

.advisors.single-concept-one .single-sidebar.concept-two .widget .widget-title[aria-expanded=false],
.advisors.single-concept-two .single-sidebar.concept-two .widget .widget-title[aria-expanded=false] {
    border-bottom: none;
}

.advisors.single-concept-one .single-sidebar.concept-two .widget .widget-title[aria-expanded]:before,
.advisors.single-concept-two .single-sidebar.concept-two .widget .widget-title[aria-expanded]:before {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 0;
    content: "\f13a";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #a68f65;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.advisors.single-concept-one .single-sidebar.concept-two .widget .widget-title[aria-expanded=true]:before,
.advisors.single-concept-two .single-sidebar.concept-two .widget .widget-title[aria-expanded=true]:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.advisors.single-concept-one .single-sidebar.concept-two .widget ul.menu,
.advisors.single-concept-two .single-sidebar.concept-two .widget ul.menu {}

.advisors.single-concept-one .single-sidebar.concept-two .widget ul.menu li,
.advisors.single-concept-two .single-sidebar.concept-two .widget ul.menu li {}

.advisors.single-concept-one .single-sidebar.concept-two .widget ul.menu li a,
.advisors.single-concept-two .single-sidebar.concept-two .widget ul.menu li a {
    position: relative;
    display: block;
    padding: 9px 0px 11px 20px;
    border-bottom: 1px #f6f6f6 solid;
    border-left: 0px #a68f65 solid;
    font-size: 15px;
    color: #2f2f39;
    line-height: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.advisors.single-concept-one .single-sidebar.concept-two .widget ul.menu li:last-child a,
.advisors.single-concept-one .single-sidebar.concept-two .widget ul.menu li:only-child a,
.advisors.single-concept-two .single-sidebar.concept-two .widget ul.menu li:last-child a,
.advisors.single-concept-two .single-sidebar.concept-two .widget ul.menu li:only-child a {
    border-bottom: none;
}

.advisors.single-concept-one .single-sidebar.concept-two .widget ul.menu li a:hover,
.advisors.single-concept-two .single-sidebar.concept-two .widget ul.menu li a:hover {
    padding-left: 25px;
    color: #a68f65;
}

.advisors.single-concept-one .single-sidebar.concept-two .widget ul.menu li.current-menu-item a,
.advisors.single-concept-two .single-sidebar.concept-two .widget ul.menu li.current-menu-item a {
    padding-left: 25px;
    border-left-width: 5px;
    color: #a68f65;
}

.advisors.single-concept-one .single-bio {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 40px 0px;
}

.advisors.single-concept-one .single-bio .widget {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 20px 20px 20px;
    border: 1px #e3e3e3 solid;
    border-bottom: none;
}

.advisors.single-concept-one .single-bio .widget:last-child,
.advisors.single-concept-one .single-bio .widget:only-child {
    border-bottom: 1px #e3e3e3 solid;
}

.advisors.single-concept-one .single-bio .widget>*:last-child {
    margin-bottom: 0 !important;
    font-weight: 600;
}

.advisors.single-concept-one .single-bio .widget .widget-title {
    color: #000000;
    margin: 0px 0px 5px 0px;
}

.advisors.single-concept-one .single-bio .widget .widget-subtitle {
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
    font-family: Montserrat;
}

.advisors.single-concept-one .single-bio .widget ul.contact {
    margin: 0px 0px 15px 0px;
}

.advisors.single-concept-one .single-bio .widget ul.contact li {
    margin: 0px 0px 7px 0px;
}

.advisors.single-concept-one .single-bio .widget ul.contact li a {
    color: #212121;
    font-weight: 600;
}

.advisors.single-concept-one .single-bio .widget ul.contact li i {
    margin-right: 5px;
    font-size: 16px;
}

.advisors.single-concept-one .single-bio .widget ul.social {
    margin: 20px 0px 15px 0px;
    font-size: 0;
}

.advisors.single-concept-one .single-bio .widget ul.social li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 12px 12px 0px;
}

.advisors.single-concept-one .single-bio .widget ul.social li a {
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px #b4b4b4 solid;
    text-align: center;
    color: #b9b9b9;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.advisors.single-concept-one .single-bio .widget ul.social li.facebook:hover a {
    background: #3b5999;
    border-color: #3b5999;
    color: #fff;
}

.advisors.single-concept-one .single-bio .widget ul.social li.twitter:hover a {
    background: #55acee;
    border-color: #55acee;
    color: #fff;
}

.advisors.single-concept-one .single-bio .widget ul.social li.google-plus:hover a {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

.advisors.single-concept-one .single-bio .widget ul.social li.linkedin:hover a {
    background: #0077B5;
    border-color: #0077B5;
    color: #fff;
}

.advisors.single-concept-one .single-bio .widget ul.social li i {
    font-size: 14px;
    line-height: 30px;
}

.advisors.single-concept-one .single-content {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 40px 0px;
}

.advisors.single-concept-one .single-content>img {
    margin: 0px 0px 25px 0px;
    border: 1px #f5f5f5 solid;
}


/*--------------------------------------------------------------
# Attorney Single Concept Two
--------------------------------------------------------------*/

.advisors.single-concept-two {
    width: 100%;
    height: auto;
    background: #fff;
}

.advisors.single-concept-two>.container {
    padding-top: 70px;
    padding-bottom: 30px;
}

.advisors.single-concept-two .single-title {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 40px 0px;
    text-align: center;
}

.advisors.single-concept-two .single-title>*:last-child {
    margin-bottom: 0 !important;
}

.advisors.single-concept-two .single-title h1 {
    margin-bottom: 25px;
}

.advisors.single-concept-two .single-title .vc_separator {
    margin-top: 0;
    margin-bottom: 25px;
}

.advisors.single-concept-two .single-image {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 20px 0px;
}

.advisors.single-concept-two .single-image>img {
    border: 1px #f5f5f5 solid;
}

.advisors.single-concept-two .single-content {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 40px 0px;
    padding: 20px 30px 25px 30px;
    border: 1px #dedde6 solid;
}

.advisors.single-concept-two .single-content h3 {
    color: #000000;
}

.advisors.single-concept-two .single-content ul.contact {
    margin: 0px 0px 15px 0px;
}

.advisors.single-concept-two .single-content ul.contact li {
    margin: 0px 0px 7px 0px;
}

.advisors.single-concept-two .single-content ul.contact li a {
    color: #6f6f6f;
}

.advisors.single-concept-two .single-content ul.contact li i {
    margin-right: 5px;
    font-size: 16px;
}

.advisors.single-concept-two .single-content ul.social {
    margin: 10px 0px 0px 0px;
    font-size: 0;
}

.advisors.single-concept-two .single-content ul.social li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 7px 12px 7px;
}

.advisors.single-concept-two .single-content ul.social li a {
    display: block;
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px #b4b4b4 solid;
    text-align: center;
    color: #b9b9b9;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.advisors.single-concept-two .single-content ul.social li.facebook:hover a {
    background: #3b5999;
    border-color: #3b5999;
    color: #fff;
}

.advisors.single-concept-two .single-content ul.social li.twitter:hover a {
    background: #55acee;
    border-color: #55acee;
    color: #fff;
}

.advisors.single-concept-two .single-content ul.social li.google-plus:hover a {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

.advisors.single-concept-two .single-content ul.social li.linkedin:hover a {
    background: #0077B5;
    border-color: #0077B5;
    color: #fff;
}

.advisors.single-concept-two .single-content ul.social li i {
    font-size: 20px;
    line-height: 45px;
}


/*--------------------------------------------------------------
# Attorney Single Concept Three
--------------------------------------------------------------*/

.advisors.single-concept-three {
    width: 100%;
    height: auto;
    background: #fff;
}

.advisors.single-concept-three>.container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.advisors.single-concept-three .single-title {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 50px 0px;
    text-align: center;
}

.advisors.single-concept-three .single-title>*:last-child {
    margin-bottom: 0 !important;
}

.advisors.single-concept-three .single-title h1 {
    margin-bottom: 25px;
}

.advisors.single-concept-three .single-title .vc_separator {
    margin-top: 0;
    margin-bottom: 25px;
}

.advisors.single-concept-three .single-main {
    margin-right: 0;
    margin-left: 0;
    border: 1px #dedde6 solid;
}

.advisors.single-concept-three .single-main>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.advisors.single-concept-three .single-main>[class*='col-']:first-child {
    border-right: 1px #dedde6 solid;
}

.advisors.single-concept-three .single-image {
    width: 100%;
    height: auto;
    float: left;
}

.advisors.single-concept-three .single-image>img {}

.advisors.single-concept-three .single-content {
    width: 100%;
    height: auto;
    float: left;
    padding: 25px 30px 25px 30px;
}

.advisors.single-concept-three .single-content h3 {
    color: #000000;
}

.advisors.single-concept-three .single-content ul.contact {
    margin: 0px 0px 15px 0px;
}

.advisors.single-concept-three .single-content ul.contact li {
    margin: 0px 0px 7px 0px;
}

.advisors.single-concept-three .single-content ul.contact li a {
    color: #6f6f6f;
}

.advisors.single-concept-three .single-content ul.contact li i {
    margin-right: 5px;
    font-size: 16px;
}

.advisors.single-concept-three .single-content ul.social {
    margin: 20px 0px 0px 0px;
    font-size: 0;
}

.advisors.single-concept-three .single-content ul.social li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 14px 14px 0px;
}

.advisors.single-concept-three .single-content ul.social li a {
    display: block;
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px #b4b4b4 solid;
    text-align: center;
    color: #b9b9b9;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.advisors.single-concept-three .single-content ul.social li.facebook:hover a {
    background: #3b5999;
    border-color: #3b5999;
    color: #fff;
}

.advisors.single-concept-three .single-content ul.social li.twitter:hover a {
    background: #55acee;
    border-color: #55acee;
    color: #fff;
}

.advisors.single-concept-three .single-content ul.social li.google-plus:hover a {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

.advisors.single-concept-three .single-content ul.social li.linkedin:hover a {
    background: #0077B5;
    border-color: #0077B5;
    color: #fff;
}

.advisors.single-concept-three .single-content ul.social li i {
    font-size: 20px;
    line-height: 45px;
}


/*--------------------------------------------------------------
# 404 Error Page
--------------------------------------------------------------*/


/* wraper_error_main */

.wraper_error_main {
    width: 100%;
    height: auto;
}

.wraper_error_main>.container {
    padding-top: 100px;
    padding-bottom: 110px;
}

.error_main {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.error_main>*:last-child {
    margin-bottom: 0 !important;
}

.error_main img {
    margin: 0px 0px 20px 0px;
}

.error_main h1 {
    margin: 0px 0px 10px 0px;
}

.error_main p {
    margin: 0px 0px 20px 0px;
}

.error_main .btn {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 30px 0px 20px 0px;
    padding: 9px 30px 10px 30px;
    background: #f8d065;
    border: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.error_main .btn i {
    margin-left: 7px;
}


/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/

.home-welcome-text h1,
.home-welcome-text h2,
.comment-content h1,
.comment-content h2 {
    margin: 0px 0px 20px 0px;
}

.home-welcome-text h3,
.comment-content h3 {
    margin: 0px 0px 20px 0px;
}

.home-welcome-text h4,
.home-welcome-text h5,
.home-welcome-text h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    margin: 0px 0px 10px 0px;
}

.home-welcome-text p,
.comment-content p {
    margin: 0px 0px 20px 0px;
}

.home-welcome-text dt,
.comment-content dt {
    margin: 0px 0px 0px 20px;
    font-weight: 700;
}

.home-welcome-text dd,
.comment-content dd {
    margin: 7px 0px 20px 20px;
}

.home-welcome-text blockquote,
.comment-content blockquote {
    min-height: 110px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 20px;
    background: url(../images/quotation-mark-light.png) 0px 0px no-repeat;
    font-size: 15px;
    line-height: 26px;
    font-style: normal;
}

.home-welcome-text input[type=password] {
    height: 45px;
    padding: 0px 10px 0px 10px;
    background: #fff;
    border: 1px #e0e0e0 solid;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.home-welcome-text input[type=password]:focus {
    border-color: #a68f65;
}

.home-welcome-text input[type=submit] {
    height: 45px;
    padding: 0px 30px 0px 30px;
    background: #a68f65;
    border: none;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.home-welcome-text input[type=submit]:hover {
    background: #2d241b;
}

.home-welcome-text ol,
.comment-content ol {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 20px !important;
}

.home-welcome-text ol>li,
.comment-content ol>li {
    position: relative;
    margin: 0px 0px 10px 0px;
    list-style: decimal !important;
}

.home-welcome-text ol>li>ol,
.home-welcome-text ol>li>ul,
.comment-content ol>li>ol,
.comment-content ol>li>ul {
    margin: 10px 0px 0px 15px !important;
}

.home-welcome-text ol>li>ul>li,
.comment-content ol>li>ul>li {
    list-style: none;
}

.home-welcome-text ul:not(.contact),
.comment-content ul:not(.contact) {
    margin: 0px 0px 20px 0px;
}

.home-welcome-text ul:not(.contact)>li,
.comment-content ul:not(.contact)>li {
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 25px;
}

.home-welcome-text ul:not(.contact)>li:before,
.comment-content ul:not(.contact)>li:before {
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 0;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 9px;
    color: #000000;
    line-height: 9px;
}

.home-welcome-text ul:not(.contact)>li>ul,
.home-welcome-text ul:not(.contact)>li>ol,
.comment-content ul:not(.contact)>li>ul,
.comment-content ul:not(.contact)>li>ol {
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.home-welcome-text ul:not(.contact)>li>ol>li,
.comment-content ul:not(.contact)>li>ol>li {
    padding: 0;
}

.home-welcome-text ul:not(.contact)>li>ol>li:before,
.comment-content ul:not(.contact)>li>ol>li:before {
    display: none;
}

.home-welcome-text ul.contact {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 20px 0px;
}

.home-welcome-text ul.contact li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 50px;
}

.home-welcome-text ul.contact li:before {
    position: absolute;
    z-index: 0;
    font-family: "FontAwesome";
    color: #d8bd8d;
    line-height: 30px;
}

.home-welcome-text ul.contact li.address:before {
    top: 10px;
    left: 3px;
    content: "\f041";
    font-size: 35px;
}

.home-welcome-text ul.contact li.phone:before {
    top: 10px;
    left: 0;
    content: "\f095";
    font-size: 30px;
}

.home-welcome-text ul.contact li.email:before {
    top: 10px;
    left: 0;
    content: "\f003";
    font-size: 25px;
}

.home-welcome-text ul.contact li.timing:before {
    top: 10px;
    left: 0;
    content: "\f017";
    font-size: 30px;
}

.home-welcome-text ul.contact li strong {
    display: block;
    color: #2f2f39;
}

.home-welcome-text .page-links {
    clear: both;
    margin: 0px 0px 20px 0px;
}

.home-welcome-text .page-links>a {
    margin: 0px 2px 5px 2px;
    padding: 5px 11px 6px 11px;
    background: #fff;
    border: 1px #cdcdcd solid;
    border-radius: 3px;
    font-weight: 300;
    font-size: 12px;
    color: #6f6f6f;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.home-welcome-text .page-links>a:hover {
    background-color: #a68f65;
    border-color: #a68f65;
    color: #fff;
}

.home-welcome-text.white p,
.home-welcome-text.white ul li,
.home-welcome-text.white ul li:before {
    color: #fff;
}

.home-welcome-text.white blockquote {
    background-image: url('../images/quotation-mark-dark.png');
}

.home-why-choose:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    content: " ";
    width: 50%;
    height: 100%;
    background: #f8d065;
}

.home-why-choose-points.wpb_content_element {
    min-height: 105px;
    background-position: 0 8px !important;
}


/*--------------------------------------------------------------
# About Us Page
--------------------------------------------------------------*/

.about-bio-section {
    max-width: 550px;
}

.header_top_item ul.header-contact li a {
    color: #fff !important;
}

.footer_main_item>.widget ul.contact li a {
    color: #ffe99c !important;
}