/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
html,body #top, #main{
	font-family:"DM Sans", sans-serif !important;
	background-color:#FFFEF7 !important;
}
h1,h2,h3,h4,h5,h6{
 font-family: "Playfair Display", serif;
	text-transform:none !important;
	font-weight:400 !important;
}


/************************************************************ Top Bar */

#header_meta {
    height: 45px;
    background: #242424;
}
#header_meta .container {
    min-height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header_meta .container:after {
    display: none;
}
#top #header #header_meta .social_bookmarks {
    height: auto;
    overflow: hidden;
    display: flex;
    gap: 5px;
}
#top #header #header_meta .social_bookmarks li {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-right: 1px solid rgba(255,255,255,.4);
}
#top #header #header_meta .social_bookmarks li:first-child {
    border-left: 1px solid rgba(255,255,255,.4);
}
#top #header #header_meta .social_bookmarks li a {
    min-width: unset;
    line-height: 45px;
    width: inherit;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    color: white;
	font-family:'Playfair Display', serif !important;
}
#top #header #header_meta .social_bookmarks li a:hover {
    background: #fff;
    color: #242424;
}
#top #header #header_meta .sub_menu {
    top: auto;
    padding: 0px;
}
#top #header #header_meta .sub_menu ul {
	display: flex;
}
#top #header #header_meta .sub_menu li {
    padding: 0px;
    border: none;
}
#top #header #header_meta .sub_menu li a {
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,.4);
    line-height: 45px;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .4s all;
    align-items: center;
    color: white;
    letter-spacing: 1px;
}
#top #header #header_meta .sub_menu li:first-child a {
    border-left: 1px solid rgba(255,255,255,.4);
}
#top #header #header_meta .sub_menu li a:hover {
    background: #fff;
    border-color: #fff;
    color: #242424;
}

/************************************************************ Header */
#header_main{
	background:#fffef7;
}
#header .av-logo-container {
    height: 100px !important;
    line-height: 100px !important;
}
#header_main .logo a {
    display: flex;
    align-items: center;
    height: 100px;
    max-height: 100px !important;
}
#header_main .logo a img,
#header_main .logo a svg {
    max-height: 48px !important;
    height: 48px !important;
}
#header_main .inner-container {
    display: flex;
    align-items: center;
}
#header_main .inner-container .main_menu {
    height: auto;
}
#header #header_main .main_menu li {
    margin-left: 40px;
}
#header #header_main .main_menu li:first-child {
    margin-left: 0px;
}
#header #header_main .main_menu li a {
    height: auto !important;
    line-height: 1 !important;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 0px;
    text-transform: uppercase;
	color:#1A375B;
	font-family:'Poppins' , sans-serif !important;
}
#header #header_main .main_menu li:not(.av-menu-button) a:after {
    content: " ";
    width: 0;
    height: 3px;
    background: #066F99;
    position: absolute;
    top: 0;
    left: 50%;
	transition: .4s all;
}
#header #header_main .main_menu li:hover > a:after,
#header #header_main .main_menu li.current-menu-item > a:after,
#header #header_main .main_menu li.current-menu-ancestor > a:after {
    width: 100%;
	left: 0;
}
#header #header_main .sub-menu {
    background: #066F99;
    padding: 10px 0px;
    border-radius: 0px;
    margin-left: 50%;
    transform: translate(-50%, 0px);
    border: none;
    min-width: 230px;
}
#header #header_main .sub-menu li {
    margin: 0px !important;
}
#header #header_main .sub-menu li a {
    color: #fff;
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 8px 20px;
    line-height: 1.2 !important;
    transition: .4s all;
    text-transform: none;
    text-align: center;
    font-weight: 400;
}
#header #header_main .sub-menu li a:after {
	display: none;
}
#header #header_main .sub-menu li:hover > a,
#header #header_main .sub-menu li.current-menu-item > a,
#header #header_main .sub-menu li.current-menu-ancestor > a {
	background: rgba(255,255,255,.1);
}

/* Search */

#header .avia-search-tooltip {
    background: #f5f5f5;
    border: none;
}
#top #header #searchform div {
    border: none;
    border-radius: 0px;
}
#top #header #searchform #s {
    height: 40px;
    line-height: 40px;
    background: white;
    padding: 10px 40px 10px 10px;
    font-family: inherit;
    font-size: 15px;
}
#top #header #searchform #searchsubmit {
    background: #7B1C4D;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}
#top #header #searchform .ajax_search_response {
    position: absolute;
    right: 0px;
    z-index: 999;
    background: white;
    border-radius: 0px;
    width: 100%;
}
#top #header #searchform .ajax_search_response h4 {
    padding: 12px 20px;
    background: #291b25;
    color: white;
    font-size: 18px;
    line-height: 1.2;
}
#top #header #searchform .ajax_search_response .av_ajax_search_entry {
    padding: 10px 20px;
}
#top #header #searchform .ajax_search_response .av_ajax_search_image {
    display: none;
}
#top #header #searchform .ajax_search_response .av_ajax_search_title {
    text-transform: none;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
}
#top #header #searchform .ajax_search_excerpt {
    display: none;
}
#top #header #searchform .ajax_search_response .av_ajax_search_entry_view_all {
    background: #7B1C4D;
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    padding: 15px;
    transition: .4s all;
    line-height: 1 !important;
}
#top #header #searchform .ajax_search_response .av_ajax_search_entry_view_all:hover {
	background-color: #291b25;
}

/************************************************************ Content */

#top #main {
    padding-top: 100px !important;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main ul,
#main ol,
#main p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#main h1 {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.25;
}
#main h2 {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}
#main h3 {
    font-size: 1.65rem;
    line-height: 1.2;
    font-weight: 500;
}
#main h4 {
    text-transform: uppercase;
    font-size: 17px;
}
#main .avia_textblock > *:last-child {
	margin-bottom: 0px;
}
#main .white-text * {
	color: white;
}
#main .flex-row .entry-content-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#main .image-overlay {
	display: none !important;
}
#main .avia_image {
    border-radius: 0px;
}
#top #main .small-spacing .av-flex-placeholder {
    width: 35px;
}
#main .avia-image-container {
    margin-bottom: 0px;
}
#top #main .avia-button {
    background: #05B0DB;
    border: 2px solid #05B0DB;
    border-radius: 25px;
    padding: 12px 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
	transition: .4s all;
	color:#fff;
	font-family:"DM Sans", sans-serif !important;
}


#top #main .avia-button:hover {
    background: #1A375B;
    border-color: #1A375B;
	opacity: 1;
	color:#fff;
}
#main ul ul {
    list-style: circle;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}
#main .list-checks ul li {
    position: relative;
    list-style: none;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 8px;
}
#main .list-checks ul li:before {
    content: " ";
    width: 22px;
    height: 22px;
    background: url() center no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
    background-size: contain;
}
#main .list-2col ul {
    -webkit-column-count: 2;
    column-count: 2;
}
#top #main .av-masonry-load-more {
    background: #009778;
    border: 2px solid #009778;
    border-radius: 25px;
    padding: 12px 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
	transition: .4s all;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
#top #main .av-masonry-load-more:hover {
	background: #008fdd;
    border-color: #008fdd;
	opacity: 1;
}
#main .avia-table th {
    background: #058D8D;
    color: white;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0px;
    border-color: #058D8D;
    padding: 10px;
}
#main .avia-table td {
    font-size: 16px;
    letter-spacing: 0px;
    border-color: #e7e7e7;
    padding: 15px;
}
#main sup {
    font-size: 50%;
    line-height: 1;
}
#main .avia_codeblock {
	line-height: 0;
}
#main .avia-slideshow .avia-slideshow-inner {
    margin-bottom: 0px;
}
#main .avia-slideshow .avia-slide-wrap {
    position: relative;
    display: block;
    height: auto;
    padding-bottom: 550px;
    overflow: hidden;
}
#main .avia-slideshow li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top #main .flex_column_table + .flex_column_table {
    margin-top: 35px;
}
#main strong {
    color: inherit;
}
#main .contain-large {
    max-width: 850px;
    margin: 0 auto;
}
#main .avia-section.avia-section-default .content {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* Grid Content */

#main .grid-img {
    padding: 0px;
}
#main .grid-img * {
    width: 100%;
}
#main .grid-content .flex_cell_inner {
    width: 100%;
    padding: 100px 70px;
    overflow: hidden;
    padding-right: calc(50vw - 605px);
}
#main .grid-content.avia-builder-el-first .flex_cell_inner {
    padding-right: 70px;
    padding-left: calc(50vw - 615px);
    max-width: 100%;
    float: right;
}
#main .circle-img-border img {
    border-radius: 50%;
}

/* Sidebar */

#main .sidebar .widget_nav_menu {
    background: #00B1B0;
    border-radius: 8px;
    padding: 20px 0px;
    -webkit-position: sticky;
    position: sticky;
    top: 100px;
}
#main .sidebar .widget_nav_menu .nested_nav {
    padding: 0px;
}
#main .sidebar .widget_nav_menu .nested_nav > li {
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 0px;
    top: auto;
    margin: 0px;
}
#main .sidebar .widget_nav_menu .nested_nav > li:first-child {
    border-top: none;
}
#main .sidebar .widget_nav_menu li a {
    color: white;
    font-family: "News Gothic";
    text-transform: uppercase;
    font-size: 20px;
    padding: 12px 25px;
	margin-right: 40px;
}
#main .sidebar .widget_nav_menu .nested_nav > li.current_page_item {
    background: #019695;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children {
    padding: 0px 0px 10px 30px;
	display: block;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children li:before {
	display: none;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children li a {
    font-family: 'Open Sans';
    text-transform: none;
    font-size: 16px;
    padding: 5px 20px;
	margin-right: 0px;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children li a:hover {
    color: white;
    text-decoration: underline;
}

/* Grid Builder Facets */

#main .wpgb-card [class*="wpgb-block-"] {
    white-space: normal;
}
#top #main .wpgb-facet {
    display: flex;
    align-items: center;
    max-width: unset;
    flex: unset;
}
#top #main .wpgb-facet fieldset {
    margin-bottom: 0px;
}
#top #main .wpgb-facet .wpgb-facet-title {
    margin: 0px 20px 0px 0px;
    white-space: nowrap;
}
#top #main .wpgb-search-facet .wpgb-input {
    margin: 0px;
    height: 45px;
    border-radius: 3px;
    padding: 10px 10px 10px 35px;
    font-family: inherit;
}
#top #main .wpgb-search-facet .wpgb-input-icon {
    left: auto;
}
#top #main .wpgb-facet select {
    height: 45px;
    margin: 0px;
    font-family: inherit;
    border-radius: 3px;
    min-width: 200px;
    background: transparent;
}
#top #main .wpgb-facet .wpgb-select-controls {
    color: inherit;
    font-size: inherit;
}
#top #main .wpgb-button-facet ul {
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 0px;
}
#top #main .wpgb-button-facet li {
    margin: 0px;
}
#top #main .wpgb-button-facet li .wpgb-button {
    border: none;
    padding: 0px;
    background: transparent;
	outline: none;
}
#top #main .wpgb-button-facet li .wpgb-button .wpgb-button-label {
    padding: 0px;
    background: transparent;
    font-size: 23px;
    font-weight: 600;
    color: #00AC74;
}
#top #main .wpgb-button-facet li .wpgb-button[aria-pressed="true"] .wpgb-button-label {
    color: #333;
}
#top #main .wpgb-facet .wpgb-pagination {
    margin-bottom: 0px;
}
#top #main .wpgb-facet .wpgb-pagination li a {
    font-size: 23px;
}
#top #main .wpgb-facet .wpgb-pagination li a[aria-current="true"] {
    color: #333;
}
#top .flatpickr-month {
    height: 44px;
}
#top .flatpickr-current-month {
    display: flex;
    align-items: center;
    height: 44px;
}
#top .flatpickr-monthDropdown-months,
#top .flatpickr-current-month .numInputWrapper {
    width: 50%;
    margin: 0px 5px;
    font-family: inherit;
    font-size: 15px;
}
#top .flatpickr-current-month .numInputWrapper input {
    margin: 0px;
    font-family: inherit;
}
#main .wpgb-next-button[disabled],
#main .wpgb-prev-button[disabled] {
    display: none;
}
#main .wpgb-card *[class*="wpgb-block"] {
    font-family: inherit;
}
#main .wpgb-area-left {
    margin-left: -75px;
}
#main .wpgb-area-right {
    margin-right: -75px;
}
#main .avia_textblock:has(.wp-grid-builder) > p {
    margin: 0px;
}

@media screen and (max-width: 1310px) {
	#main .wpgb-area-left {
		margin-left: -60px
	}
	#main .wpgb-area-right {
		margin-right: -60px
	}
}

@media screen and (max-width: 767px) {
	#top #main .wpgb-facet {
		width: 100%;
		flex-direction: column;
		margin-bottom: 15px;
	}
	#top #main .wpgb-facet .wpgb-facet-title {
		width: 100%;
		margin: 0px 0px 10px;
	}
	#top #main .wpgb-facet fieldset {
		width: 100%;
	}
    #top #main .wpgb-button-facet li .wpgb-button .wpgb-button-label {
        font-size: 20px;
    }
    #main .wpgb-area-left {
        margin-left: -40px;
    }
    #main .wpgb-area-right {
        margin-right: -40px;
    }
 }

/* Subpages Widget */

#main .sidebar .widget_subpages {
    padding: 30px;
    background: #008fdd;
}
#main .sidebar .widget_subpages .widgettitle {
    color: white;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 24px;
    font-weight: 700;
}
#main .sidebar .widget_subpages .widgettitle a {
    color: inherit !important;
}
#main .sidebar .widget_subpages ul {
    position: relative;
}
#main .sidebar .widget_subpages li:last-child {
    border-bottom: 2px solid rgba(255,255,255,.1);
}
#main .sidebar .widget_subpages li {
    border-top: 2px solid rgba(255,255,255,.1);
    line-height: 1.4;
    font-size: 17px;
}
#main .sidebar .widget_subpages li a {
    color: white;
    display: block;
    padding: 8px 40px 8px 0px;
    position: relative;
}
#main .sidebar .widget_subpages li a:after {
    content: "→";
    background-size: auto;
    right: 0px;
    top: calc(50% - 15px);
    position: absolute;
    font-size: 20px;
}
#main .sidebar .widget_subpages_current_page > a {
    font-weight: 600;
}
#main .sidebar .widget_subpages_current_page > a:after {
    opacity: 0;
    display: none;
}
#main .sidebar .widget_subpages ul ul {
    padding-bottom: 10px;
}
#main .sidebar .widget_subpages ul ul li {
    border: none !important;
    font-size: 15px;
    padding-left: 10px;
}
#main .sidebar .widget_subpages ul ul li a {
    padding: 6px 15px 6px 25px;
}
#main .sidebar .widget_subpages ul ul li a:after {
    content: " ";
    width: 12px;
    height: 2px;
    background: white;
    opacity: .3;
    left: 0px;
    top: 18px;
}

/* Forms */

#main .gform_wrapper {
	margin: 0px;
}
#main .gform_wrapper form {
	margin: 0px;
}
#top #main .gfield {
	padding: 0px;
	margin: 0px;
}
#top #main .gfield_label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px 0px 5px;
	font-family:"Playfair Display", serif !important;
}
#top #main .gfield_label .gfield_required {
    font-size: inherit;
}
#top #main .gfield .ginput_container label {
    font-weight: 400;
}
#main .gform_required_legend {
    display: none;
}
#top #main .gfield input[type="text"],
#top #main .gfield input[type="tel"],
#top #main .gfield input[type="email"],
#top #main .gfield select,
#top #main .gfield textarea {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #060449;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif !important;
	margin: 0px;
	border-radius:5px;
}
#top #main .gfield input[type="text"],
#top #main .gfield input[type="email"],
#top #main .gfield input[type="tel"],
#top #main .gfield select {
	height: 45px;
}
#top #main .gform_button {
    background: #FFC837;
    text-transform: uppercase;
    color: #060449;
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    padding: 12px 35px;
    transition: .4s all;
    letter-spacing: 1px;
    border-radius: 25px;
    border: 2px solid #FFC837;
    line-height: 1;
    margin: 0px;
	font-family:"DM Sans" !important;
}
#top #main .gform_button:hover {
    background: white;
	color: black;
}
#top #main .gform_validation_errors {
    background: transparent;
    border-color: inherit;
    border-radius: 0px;
}
#top #main .gform_validation_errors h2 {
    font-size: 24px;
    margin: 0px;
    line-height: 1.2;
}
#top #main .gfield .validation_message {
    background: transparent;
    border: none;
    padding: 0px;
    font-weight: 600;
}
#top #main .gform_required_legend {
    display: none;
}
/* Date Picker */

#top .ui-datepicker-header {
    background: #f5f5f5;
    font-family: "Poppins";
    color: #333;
    border: none;
    padding: 5px;
}
#top .ui-datepicker-title {
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
}
#top .ui-datepicker-title select {
    margin: 0px 3px;
    width: 100%;
    text-align: left;
    text-align-last: left;
    font-family: "Poppins";
    font-size: 15px;
    background-position: 100% 50%;
}
#top .ui-datepicker .ui-datepicker-prev,
#top .ui-datepicker .ui-datepicker-next {
    top: 11px;
}
#top .ui-datepicker-header a {
    top: 5px;
}
#top .ui-datepicker-calendar th {
    font-family: "Poppins";
    padding: 5px;
    background: #1b1c4a;
    color: white;
    font-size: 15px;
}
#top .ui-datepicker-calendar th span {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    letter-spacing: 0px;
}
#top .ui-datepicker-calendar td {
    padding: 2px;
}
#top .ui-datepicker-calendar td a {
    background: transparent;
    border: none;
    text-align: center;
    font-size: 15px;
    font-family: "Poppins";
}
#top .ui-datepicker-calendar td a.ui-state-active {
    background: #0070B9;
}
#top .ui-datepicker-calendar td a:hover {
    background: #f5f5f5;
}
#top .ui-datepicker-calendar td.ui-state-disabled span {
    background: transparent;
    border: none;
    box-shadow: none;
    opacity: .5;
}

/* Cookie Consent */

#top .avia-cookie-consent {
    background: #00558C;
    padding: 25px;
}
#top .avia-cookie-consent .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#top .avia-cookie-consent .avia_cookie_text {
    max-width: 472px;
    text-align: left;
    font-size: 1.2rem;
    color: white;
    line-height: 1.5;
}
#top .avia-cookie-consent .avia_cookie_text a {
	color: white;
	text-decoration: underline;
}
#top .avia-cookie-consent .avia-cookie-consent-button {
    background: transparent;
    color: white;
    text-transform: none;
    font-size: 16px;
    border: 1px solid white;
    padding: 14px 35px;
    font-weight: 600;
    border-radius: 35px;
    transition: .4s all;
    letter-spacing: 0px;
}
#top .avia-cookie-consent .avia-cookie-consent-button:hover {
	background: white;
	border-color: white;
	color: #222;
}

/* Sub Navigation Element */

#top #main .av-submenu-container {
    border: none;
    background: #f5f5f5;
    padding: 10px 0px;
}
#top #main .av-submenu-container > .container > .av-subnav-menu {
    display: flex;
    justify-content: center;
}
#top #main .av-submenu-container li a {
    background: transparent;
    border: none;
	letter-spacing: 1px;
    font-size: 19px;
    text-transform: uppercase;
    padding: 0px 25px;
}
#top #main .av-submenu-container .sub-menu {
    background: #AE6D57;
    border: none;
    padding: 12px 0px;
    margin-left: 50%;
    transform: translate(-50%, 0px);
    width: auto;
}
#top #main .av-submenu-container .sub-menu li a {
    color: white;
    text-transform: none;
    font-weight: 100;
    padding: 13px 20px 8px;
    line-height: 1.2;
    text-align: center;
    transition: .4s all;
    letter-spacing: 0px;
    white-space: nowrap;
    font-size: 15px;
}
#top #main .av-submenu-container .sub-menu li:hover > a {
	background: rgba(255,255,255,.1);
}

@media screen and (max-width: 1200px) {
    #top #main .av-submenu-container li a {
		font-size: 15px;
		padding: 0px 15px;
	}
}

@media screen and (max-width: 989px) {
    #top #main .av-submenu-container .mobile_menu_toggle {
		background: transparent;
		border: none;
		text-transform: uppercase;
		color: #000;
		font-size: 20px;
		letter-spacing: 2px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#top #main .av-submenu-container .mobile_menu_toggle span {
		font-size: inherit;
	}
	#top #main .av-submenu-container .mobile_menu_toggle:before {
		font-size: 28px;
	}
	#top #main .av-submenu-container > .container > .av-subnav-menu {
		flex-wrap: wrap;
	}
	#top #main .av-submenu-container > .container > .av-subnav-menu {
		display: none;
		justify-content: center;
	}
	#top #main .av-submenu-container > .container > .av-subnav-menu.av-open-submenu {
		display: block;
	}
	#top #main .av-subnav-menu > li {
		display: block;
		width: 100%;
		padding: 0px 25px;
		border: none;
	}
	#top #main .av-submenu-container li a {
		font-size: 18px;
		padding: 8px 0px;
		text-align: left;
		color: #333;
		position: relative;
	}
	#top #main .av-submenu-container li.menu-item-has-children > a:after {
		content: " ";
		width: 10px;
		height: 10px;
		border-right: 2px solid #ae6b57;
		border-bottom: 2px solid #ae6b57;
		position: absolute;
		transform: rotate(45deg);
		right: 2px;
		top: 8px;
	}
	#top #main .av-submenu-container li a:before {
		display: none;
	}
	#top #main .av-submenu-container .sub-menu {
		margin: 0px;
		transform: none;
		background: transparent;
		padding: 0px;
	}
	#top #main .av-submenu-container .sub-menu li {
		border: none;
	}
	#top #main .av-submenu-container .sub-menu li a {
		color: #333;
		text-align: left;
		padding: 8px 0px 8px 25px;
		font-size: 14px;
	}
	#top #main .av-subnav-menu .sub-menu li a:before {
		display: block;
		content: " ";
		width: 10px;
		height: 2px;
		background: #ae6b57;
		position: absolute;
		left: 5px;
		margin: 0px;
		top: 14px;
		opacity: .5;
	}
	#top .sticky_placeholder {
		display: none;
	}
}

/* Blog */

#main .container_wrap {
    border: none;
}
#top #main .template-blog .entry-content-wrapper {
    max-width: 1000px;
    text-align: unset;
    font-size: inherit;
    line-height: inherit;
}
#top #main .template-blog .entry-content-wrapper > * {
    max-width: 100%;
}
#top #main .template-blog .post-meta-infos {
    margin: 0px 0px 25px;
    font-size: 20px;
}
#main .template-blog .post_delimiter {
    display: none;
}
#top #main .av-share-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
#top #main .av-share-box ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    font-size: 18px;
    text-decoration: none;
}
#top #main .av-share-box ul li .avia-tt {
    display: none !important;
}
.purple-icon .av-share-box ul{
	justify-content:flex-start !important;
}
.purple-icon .av-share-box ul li a{
	color:#066F99 !important;
	border-color:#066F99 !important;
}
#main .attorney-related-practice-feed .slick-track {
    display: flex;
}

/************************************************************ Footer */
#main > .avia-builder-el-last {
    position: relative;
    z-index: 99;
    background: transparent;
}
#top #footer:before{
	content:'';
	background:url(https://ccclaw.org/wp-content/uploads/2024/10/footer-right-shape.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top left;
	width:44%;
	height:69%;
	position:absolute;
	right:0;
	bottom: 100%;
	pointer-events:none;
}
#top #footer {
    border: none;
    padding: 30px 0px 20px 0;
	font-size:16px;
	position:relative;
	z-index:10;
}

#footer .content{
	padding-bottom:20px !important;
}

#footer .white-text *{
	color:#FFFEF7 !important;
}
#footer h4{
	font-size: 24px!important;
}

#footer ul{
	list-style:none;
	margin-left:0;
}
#top #footer .widget {
    margin: 0px 0px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255,255,255,.8);
}
#top #footer .widget:last-child {
    margin-bottom: 0px;
}
#footer .widgettitle {
    font-size: 19px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 800;
}
#footer .widget.widget_media_image {
    text-align: center;
}
#footer ul li {
    padding: 0px;
    margin: 0px 0px 7px;
}
#top #footer .widget a {
    color: rgba(255,255,255,.8);
    transition: .4s all;
}
#top #footer .widget a:hover {
    color: #008fdd;
}
#top #footer .footer-socials {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
#top #footer .footer-socials a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#top #footer .footer-socials a:hover {
    background: rgba(255,255,255,.2);
}
#top #footer .footer-socials a img {
    height: 20px;
}
#top #socket {
    margin: 0px;
    border: none;
}
.copyright-text-col{
	border-top:1px solid rgba(255,254,247,0.2) !important;
	padding-top:30px;
}
#top #socket .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
#top #socket .copyright {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    padding: 25px 0px;
    border-top: 2px solid rgba(255,255,255,.1);
    line-height: 1.35;
}
#main .slide-text {
    height: auto;
    min-width: 650px !important;
    width: 650px !important;
    text-align: left !important;
    background: rgba(6, 111, 153, 0.9);
    border-radius: 0px !important;
    white-space: normal !important;
    padding: 30px !important;
}
#main .slide-text br {
	display: none;
}
#main .slide-text h1 {
    color: white;
    font-size: 3.2rem !important;
    text-align: left !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
	text-transform:uppercase;
}
#main .slide-text p {
    font-size: 22px !important;
    line-height: 1.5 !important;
    font-family: "DM Sans" !important;
    text-align: center !important;
    font-weight: 600 !important;
    text-shadow: 1px 1px 0px black;
    margin: 0px 0px 25px !important;
}
#main .slide-text a {
    background: #05B0DB;
    color: #fff;
    font-size: 22px !important;
	font-weight:700 !important;
    font-family: "DM Sans";
    text-decoration: none;
    padding: 22px 55px !important;
    line-height: 1 !important;
    display: inline-block;
	border-radius:100px;
    transition: .4s all;
	text-transform:uppercase !important;
}


#main .slide-text a:hover {
	background: #080649;
	color:#fff;
}
.circle-top-right-bg{
	background-position:top right -50px !important;
}
.circle-top-left-bg{
	
}
.blue-box{
	background:#1A375B;
	color:#fff;
	border-radius:20px;
	padding:50px 20px;
	transition:.4s all ease;
}
.blue-box .icon-col{
	padding-bottom:20px;
}


#main .blue-box {
    font-size: 17px;
}
.blue-box .heading-col{
	padding-bottom:10px;
}
.blue-box .heading-col h3{
	color:#fff;
	font-size:22px !important;
}
.blue-box:hover{
	background:#05B0DB;
	box-shadow: -18px 19px 27.6px rgba(11, 233, 250, 0.4);
}
.blue-box:hover .icon-col img{
	filter: brightness(0) invert(1);
}
.blue-box p {
	line-height:1.4 !important;
}
.circle-img-border{
	border-radius:100%;
	border:3px solid #76B9D2 !important;
	padding:10px;
}

.cta-blue-box{
	padding-bottom:70px;
	
}

.cta-blue-box .content {
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
    background: #066F99;
    padding: 50px !important;
    position: relative;
    z-index: 12;
    max-width: 1100px;
    float: none;
    width: 100% !important;
    display: block;
}

.cta-blue-box .content h2{
	font-size:35px !important;
}

.purple-textbox {
	background:#066F99;
	border-radius:10px;
	padding:40px;
	color:#fff;
	margin-bottom:30px;
}
.purple-textbox h3,.light-blue-textbox h3{
	color:#fff !important;
}



.light-blue-textbox{
	background:#76B9D2;
	border-radius:10px;
	padding:40px;
	color:#fff;
}

/* Tabs */

#main .av-tab-section-outer-container {
    max-height: unset !important;
}
#main .av-layout-tab-inner {
    height: auto !important;
}
#main .av-tab-section-tab-title-container {
    padding: 10px 0px 0px;
    background: transparent;
    max-width: 1210px !important;
    min-width: 0px !important;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
	align-items:baseline;
	border-bottom:1px solid #066F99 !important;
}

#main .av-tab-section-tab-title-container .av-section-tab-title {
	background:rgba(6,111,153,0.2);
    color: #1A375B;
	padding: 20px 35px;
    transition: .4s all;
    position: relative;
    margin-left: 12px;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
	font-size: 16px;
	text-transform: uppercase !important;
	display:flex;
	align-items:center;
	align-self:flex-end;
}

#main .av-tab-section-tab-title-container .av-section-tab-title:first-child {
    margin-left: 0px;
}
#main .av-tab-section-tab-title-container .av-section-tab-title:hover {
    color: #ffff;
	background: rgba(6,111,153,0.8);
}
#main .av-tab-section-tab-title-container .av-section-tab-title.av-active-tab-title {
  	background:#066F99;
    color: #FFFFFF;
	padding-top:28px;
}


#main .av-tab-section-tab-title-container .av-section-tab-title.av-active-tab-title:after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: calc(50% - 13px);
    background: #066F99;
    bottom: -13px;
    transform: rotate(45deg);
	display:none;
}
#main .av-tab-section-tab-title-container .av-section-tab-title .av-outer-tab-title {
    padding: 0px;
}
#main .av-tab-section-tab-title-container .av-section-tab-title .av-outer-tab-title .av-inner-tab-title {
    margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
    width: auto;
    font-weight: 400;
	font-family:"Playfair Display",serif !important;
}
#main .av-tab-section-tab-title-container .av-section-tab-title .av-tab-arrow-container {
    display: none;
}
#main .av-tab-section-inner-container .av-layout-tab {
    padding: 0px;
	position:relative;
	z-index:13;
}
#top #main .av-tab-section-inner-container {
    width: 100% !important;
    transform: none !important;
}
#main .av-tab-section-inner-container .av-layout-tab {
    padding: 0px;
    display: none;
}
#main .av-tab-section-inner-container .av-layout-tab.av-active-tab-content {
    display: block;
}
#main .av-tab-section-inner-container .av-layout-tab .container {
    padding: 50px 0px;
    background: transparent;
    max-width: 1210px;
    border-radius: 0px;
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
}

#main .fixed-tabs .av-tab-section-inner-container .av-layout-tab {
		padding: 0px;
		display: none;
		width: 100%;
		opacity: 0;
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		z-index: 1;
		visibility: hidden;
	}
	#main .fixed-tabs .av-tab-section-inner-container .av-layout-tab.av-active-tab-content {
		display: block;
		opacity: 1;
		visibility: visible;
		z-index: 2;
	}

/* Mobile Tab Styling */

#main .mobile-tab-title {
    display: none;
    margin: 0 auto 20px;
    max-width: 85%;
    width: 85%;
}
#main .mobile-tab-title button {
    border: none;
    font-family: inherit;
    font-size: 20px;
    padding: 25px;
    line-height: 1.3;
    height: auto;
	background:rgba(6,111,153,0.2);
    color: #1A375B;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
    position: relative;
}
#main .mobile-tab-title button span {
    font-size: inherit;
    width: 100%;
    margin: 0px;
}
#main .mobile-tab-title button .av-tab-arrow-container {
    width: 26px;
    height: 26px;
    background: #066F99;
    transform: rotate(45deg);
    position: absolute;
    bottom: -13px;
    top: auto;
    left: calc(50% - 13px);
	opacity: 0;
}
#main .mobile-tab-title.active-tab button {
    background: #066F99;
    color: white;
}
#main .mobile-tab-title.active-tab button .av-tab-arrow-container {
    opacity: 1;
}
.slick-prev, .slick-next{
	width: 30px;
}
.slick-prev:before, .slick-next:before{
	display:none;
}

@media screen and (max-width: 1310px) {
    #main .av-tab-section-tab-title-container {
		width: calc(100% - 100px);
	}
	#main .av-tab-section-inner-container .av-layout-tab .container {
		max-width: calc(100% - 100px);
	}
}

@media screen and (max-width: 767px) {
	#top #main .av-tab-section-tab-title-container {
		display: none;
	}
	#main .av-tabsection-arrow {
		display: none;
	}
	#main .mobile-tab-title {
		display: block;
	}
    #main .av-tab-section-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
    #main .av-tab-section-inner-container .av-layout-tab .container {
		padding: 30px 0px !important;
	}
    #main .av-tab-section-inner-container .av-layout-tab {
        display: none !important;
        position: relative !important;
        visibility: visible !important;
        opacity: 1 !important;
    
	}
}
@media screen and (max-width: 1600px) {
	#main .slide-text h1 {
		font-size: 2.9rem !important;
	}
	#main .slide-text p {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 1250px) {
	
	#main .slide-text h1 {
		font-size: 2.5rem !important;
	}
	#main .slide-text p {
		font-size: 17px !important;
	}
	#main .slide-text a{
		font-size:18px !important;
		padding:20px 35px !important;
	}
}

@media screen and (max-width: 767px) {
	#main .slide-text h1 {
		font-size: 2.2rem !important;
		margin-bottom: 15px !important;
	}
	#main .slide-text {
		min-width: 450px !important;
		width: 450px !important;
		height:450px !important;
	}
	#main .slide-text p {
		font-size: 13px !important;
		margin-bottom: 20px !important;
	}
	#main .slide-text a {
		font-size: 14px !important;
		padding: 14px 20px !important;
	}
}
/************************************************************ To fix underlined links */

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
/* Page Banner */

#main .page-banner {
    height: 355px;
    overflow: hidden;
    position: relative;
}
#main .page-banner-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#main .page-banner-image:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .4;
}
#main .page-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
#main .page-banner .container {
    height: 100%;
    max-width: 1350px;
}
#main .page-banner .banner-content {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
}
#main .page-banner .banner-content .banner-title {
    display: flex;
    align-items: center;
}
#main .page-banner .banner-content .banner-title .banner-title-text {
    font-size: 2.7rem;
    line-height: 1.2;
    color: white;
    margin-left: 0px;
    font-weight: 400;
	margin-bottom: 0px;
	text-transform:uppercase;
	font-family:"Playfair Display",serif !important;
}
#main .page-banner #breadcrumbs {
    position: absolute;
    bottom: 0px;
    right: 50px;
    margin: 0px;
    padding: 10px 25px;
    background: #008fdd;
    color: white;
    font-size: 15px;
}
#main .page-banner #breadcrumbs a {
    color: white;
}
#main .page-banner.plain-banner {
    background: #009778;
    height: 200px;
}
#main .page-banner .banner-icon {
    margin-right: 25px;
}
.attorney-intro-section{
	background-image:url(https://ccclaw.org/wp-content/uploads/2024/10/attorney-circle.png) !important;
}
.attorney-intro-box h1{
	margin-bottom:0px !important;
}
.attorney-intro-box h3{
	font-size:21px !important;
	text-transform:none !important; 
	color:#066F99 !important;
	margin-bottom:12px !important;
}
.features-image {
    display: block;
    width: 100%;
}
.practice-featured-img {
    line-height: 0;
    height: auto;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}
.attorney-intro-box  .contact-box ul{
	list-style:none;
	margin-left:0px;
}
.attorney-intro-box  .contact-box ul li{
	border-bottom:1px solid rgba(6,4,73,0.12) !important;
	padding:15px 5px;
	margin-left:0px;
}

.contact-box.no-border{
	border-bottom:none !important;
}

.attorney-intro-section .content{
	border-bottom:1px dotted #066F99!important;
}

.attorney-related-practice-feed{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
}
.featured-list-link{
	display:flex;
	align-items:center;
	flex-direction:column;
}
.attorney-related-practice-feed .features-list{
	width:calc(25% - 15px);
	position:relative;
	z-index:13;
	height: inherit;
	padding:15px;
}
.attorney-related-practice-feed .features-list > a {
    background: #1a375b;
    height: 100%;
	transition: .4s all;
    border-radius: 20px;
	text-align: center;
}
.attorney-related-practice-feed .features-list a:hover {
	background: #05b0db;
}
.attorney-practice-areas-page-feed .practice-featured-img{
	margin-bottom:20px;
	height:195px;
}
.attorney-related-practice-feed  .practice-featured-img img{
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	height:100%;
	width:100%;
	object-position:top center;
}
.attorney-practice-areas-page-feed .features-title-section{
	padding:0 30px;
}
.attorney-related-practice-feed .practice-featured-img img {
    height: 100%;
    width: 100%;
    object-position: top center;
    position: absolute;
    left: 0;
	object-fit: cover;
    top: 0;
}
.attorney-related-practice-feed  .features-link-detail{
	padding: 30px;
	width:100%;
	transition:.4s all ease;
}

.no-bg-details  .features-link-detail{
	background:transparent;
}

.no-bg-details .features-title-section h4{
	color:#1a375b !important;
	text-align:center;
}
.attorney-related-practice-feed .features-title-section h4{
	color:#fff;
	font-weight:600 !important;
	margin-bottom: 0px !important;
}

.attorney-practice-areas-page-feed .features-title-section h4{
	text-transform:none !important;
	text-align:center;
	font-size:20px !important;
}
.practice-areas-page-feed, .wrap-flex{
	position:relative;
	z-index:33;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.practice-areas-page-feed   .practice-featured-img, .attorney-practice-areas-page-feed .practice-featured-img {
    height: 200px;
	width:200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
	margin: 0 auto 20px;
}
.practice-areas-page-feed   .practice-featured-img img, .attorney-practice-areas-page-feed .practice-featured-img img{
	display: block;
    position: absolute;
    bottom: 0;
}
.practice-areas-page-feed  .features-list{
	padding:15px
}
.attorney-related-practice-feed .features-list > a[href*="practice-area"] .features-image {
    display: none;
}
.blue-contact-box{
	padding:50px 30px;
	color:#fff;
	font-size:17px;
	border-radius:20px;
	background:#1A375B !important;
}

.wp-grid-builder .wpgb-card-1:hover .wpgb-block-4{
	background:#066f99 !important;
	
}
@media screen and (max-width: 1600px) {
    #main .page-banner {
		height: 300px;
	}
}

@media screen and (max-width: 767px) {
    #main .page-banner #breadcrumbs {
		right: 0;
		left: 0;
		font-size: 14px;
    	line-height: 1.5;
		text-align: center;
	}
	#main .page-banner .banner-content {
		padding-bottom: 48px;
	}
	#main .page-banner .banner-content .banner-title {
		flex-direction: column;
		width: 100%;
	}
	#main .page-banner .banner-icon {
		margin: 0px;
	}
	#main .page-banner .banner-content .banner-title .banner-title-text {
		text-align: center;
		width: 100%;
		font-size: 1.7rem;
	}
}

.attorney-related-practice-feed.no-bg-details .features-list > a {
    background: transparent;
    border-radius: 0px;
}
.attorney-related-practice-feed.no-bg-details .features-list .practice-featured-img {
    padding-bottom: 0px;
    margin: 0 auto;
}


/************************************************************ Responsive */
@media screen and (max-width: 1310px) {
	.cta-purple-box .content{
		padding:0 !important
	}
	#top .cta-purple-box .content .flex_column_table{
		padding:30px 50px 30px 50px;
	}
}
@media screen and (max-width: 1310px) {
    #top #main .grid-content {
        padding-right: 50px;
        padding-left: 50px;
    }
	
}
@media screen and (max-width: 1200px) {
	#footer h4 {
		font-size:22px !important;
	}
	.cta-purple-box .content{
		max-width:100% !important;
	}
	.cta-purple-box .content h2{
		font-size:30px !important;
	}
}
@media screen and (max-width: 989px) {
	#top #header #header_main li.av-burger-menu-main > a {
    	height: 100px !important;
   		line-height: 100px !important;
		padding: 0px !important;
	}
    #header #header_main .main_menu .av-burger-menu-main > a:after {
		display: none;
	}
	#header .av-hamburger-inner,
	#header .av-hamburger-inner:before,
	#header .av-hamburger-inner:after {
    	background: #080649 !important;
	}
	.av-burger-overlay-active #top .av-hamburger-inner, .av-burger-overlay-active #top .av-hamburger-inner::before, .av-burger-overlay-active #top .av-hamburger-inner::after{
		background:#fff !important;
	}
	#top #header .av-burger-overlay-scroll {
    	background: rgba(24,179,191,1);
	}
    #top #av-burger-menu-ul {
        vertical-align: top;
    }
	#top #header #header_main li a {
    	font-size: 18px;
    	padding: 17px 30px;
    	color: white !important;
    	border: none;
	}
	#header_main li a:after {
		display: none;
	}
	#top #header #header_main .sub-menu {
    	width: 100%;
    	margin: 0px;
    	background: rgba(255,255,255,.1);
    	padding: 10px 0px;
    	border-radius: 0px;
        transform: none;
	}
    #top #header #header_main li {
		margin-left: 0px;
	}
	#top #header #header_main .sub-menu li a {
    	font-size: 17px;
    	border: none;
    	padding: 12px 20px 12px 70px;
    	font-family: inherit;
	}
	#top #header #header_main .sub-menu li a .avia-bullet {
    	background: white;
	}
	#top #header #header_main #av-burger-menu-ul li:hover > a {
    	background: rgba(255,255,255,.1) !important;
	}
    #top #header #header_meta .sub_menu {
		width: 100%;
	}
	#top #header #header_meta .sub_menu ul {
		width: 100%;
		justify-content: center;
	}
    #top #wrap_all #header .social_bookmarks {
		display: none;
	}
    #main .avia_textblock img.alignright,
	#main .avia_textblock img.alignleft,
    #main .wp-caption.alignleft,
	#main .wp-caption.alignright {
		max-width: 35%;
	}
	#footer h4{
		font-size:20px !important;
	}
	
	.footer-row .flex_column.av-7ptx8-d253a44c6009ca9251a29bc38aec1787{
		width:22.75% !important;
	}
	#top #footer:before {  
		background-position: left;
		width: 100%;
		height: 30%;
	}
}

@media screen and (max-width: 767px) {
	#top #wrap_all #main .flex_column {
        margin-bottom: 35px;
    }
    #top #wrap_all #main .flex_column:last-child {
    	margin-bottom: 0px;
	}
	#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    	margin-top: 35px;
	}
	#top #main .avia-section .content {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
    #main .avia-table .avia-heading-row {
        display: none;
    }
    #main .avia-table tr {
        padding-bottom: 10px;
    }
    #main .avia-table tr:nth-child(odd) {
        background: #f7f7f7;
    }
    #main .avia-table td {
        padding: 10px 10px 0px 10px;
        border: none;
    }
    #main .avia-table td:before {
        font-style: normal;
        font-size: inherit;
        font-weight: 700;
        line-height: 1.5;
        margin: 0px 0px 8px;
    }
    #top #wrap_all #main .av-columns-reverse .flex_column.avia-builder-el-last,
	#top #wrap_all #main .av-columns-reverse .flex_column:last-child {
		margin-bottom: 35px !important;
	}
	#top #wrap_all #main .av-columns-reverse .flex_column.avia-builder-el-first,
	#top #wrap_all #main .av-columns-reverse .flex_column:first-child {
		margin-bottom: 0px !important;
	}
    #top #main .flex_column_table {
    	margin-top: 0px;
		margin-bottom: 35px;
	}
    #top #wrap_all #main .flex_column.avia-builder-el-no-sibling {
		margin-bottom: 0px;
	}
	#top #main .flex_column_table:last-child {
		margin-bottom: 0px;
	}
    #top #wrap_all #main .sidebar {
        border: none;
        padding: 0px;
        margin-bottom: 35px;
    }
    #main img.alignright,
	#main img.alignleft,
	#main .wp-caption.alignleft,
	#main .wp-caption.alignright {
		float: none;
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
    #main .list-2col ul {
        -webkit-column-count: 1;
        column-count: 1;
    }
    #top .avia-cookie-consent .avia_cookie_text {
		text-align: center;
	}
	.footer-row{
		text-align:center;
	}
	#main h2{
		font-size:2.2rem;
	}
	#footer h4{
		font-size:18px !important;
	}
	.footer-row .flex_column.av-7ptx8-d253a44c6009ca9251a29bc38aec1787{
		width:100% !important;
	}
	.cta-purple-box .content{
		text-align:center;
	}
	html,body #top, #main{
		font-size:18px;
	}
	#top .cta-purple-box .content .flex_column_table{
		padding:30px;
	}
	#main .page-banner{
		height:250px;
	}
	#main .page-banner .banner-content{
		padding-bottom:0px;
	}
	.slick-prev{
		left:-15px;
	}
	.slick-next{
		right:-15px;
	}
	.wp-grid-builder .wpgb-card-1 .wpgb-block-4{
		font-size:16px !important;
		padding:12px 15px !important;
	}
	#main h1{
		font-size:2.4rem;
	}
	body.single-attorneys #main h1{
		font-size:2rem;
	}
	
	#main .av-tab-section-inner-container .av-layout-tab {
		display: none !important;
		position: relative !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	#top #main .av-tab-section-tab-title-container {
		display: none;
	}
	#main .av-tabsection-arrow {
		display: none;
	}
	#main .mobile-tab-title {
		display: block;
	}
	#main .av-tab-section-inner-container .av-layout-tab {
		display: none !important;
		position: relative !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	#main .av-tab-section-inner-container .av-layout-tab.open {
		display: block !important;
	}
	#main .av-tab-section-inner-container .av-layout-tab.av-active-tab-content h2{
		font-size:1.8rem;
	}
	.attorney-related-practice-feed{
		flex-wrap:wrap;
	}
	.attorney-related-practice-feed .features-list{
		width:50%;
	}
	.attorney-related-practice-feed .features-list{
		opacity:1;
	}
	
	.cta-blue-box .content{
		padding:30px 0 !important;
	}
	.cta-blue-box .content .flex_column_table{
		padding-left:30px;
		padding-right:30px;
	}
}

@media screen and (max-width:600px){
	#main .slide-text{
		min-width:350px !important;
		width:350px !important;
		height:350px !important;
	}
	#main .slide-text h1{
		font-size:1.8rem !important;
	}
	#main h2,#main .av-tab-section-inner-container .av-layout-tab.av-active-tab-content h2{
		font-size:1.5rem;
	}
	#main h3{
		font-size:1.3rem;
	}
}

@media screen and (max-width:480px){
	.attorney-related-practice-feed .features-list{
		width:100%;
	}
	.featured-list-link .features-image{
		width: 100%;
        margin: 0 auto;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
	}
}
