/* CSS */
.easy-faq{
    padding: 10px;
	margin: 10px auto;
}

.easy-faq-title {
    border-bottom: 1px solid #D3D3D3;
	box-sizing: border-box;
    font-weight: bold;
    margin-bottom: 12px;
    padding-bottom: 3px;
    text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.easy-faq .easy-faq-featured-image img {
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}

.easy-faq .easy-faq-body {
	box-sizing: border-box;
    margin-bottom: 35px;
    padding-left: 20px;
}

.easy-faq .easy-faq-body p {
    width: 100%;
}

.easy-faq .easy-faq-body p a {
}

.easy-faq p a:hover{
}

.widgets .easy-faq{
	margin: 5px auto;
}
.easy-faq-questions	{
	padding: 10px 0;
	display: inline-block;
	float: left;
	color: #00af41;
	padding: 10px 0;
	font-size: 16px;
}
.easy-faq-questions li	{
	padding: 5px 0;
}
.quick-links	{
	border-bottom: 1px solid #000;
	font-size: 32px;
	padding: 60px 0 20px 0;
}
.faq-questions	{
	display: inline-block;
}
.faq_scroll:hover	{
	cursor: pointer;
}

/* highlight search terms */
.easy-faqs-wrapper .search_highlight {
    background-color: lightgreen;
}

/* Search Form Styles */
.easy_faqs_search_form > form
{
	display: block;
	margin-bottom: 40px;
}

.easy_faqs_search_form #search_faqs {
    box-sizing: border-box;
    display: block;
    height: 48px;
    padding: 5px 11px;
    width: 100%;
}

.easy_faqs_search_form form.show_category_select #search_faqs {
    display: inline-block;
    width: 65%;
}

.easy_faqs_search_form #search_faqs_category {
    box-sizing: border-box;
    display: inline-block;
    height: 48px;
    padding: 5px 11px;
    margin-left: 5px;
    width: 30%;
}
@media only screen and (max-width: 500px) {
	.easy_faqs_search_form form.show_category_select #search_faqs {
		margin-bottom: 12px;
		margin-right: 0;
		width: 100%;
	}

	.easy_faqs_search_form #search_faqs_category {
		margin-left: 0;
		margin-bottom: 12px;
		width: 100%;
	}
}


.easy_faqs_search_form.show_category_select .search_inputs {
    box-sizing: border-box;
    margin-top: 12px;
    margin-bottom: 12px;
}

/* Accordion CSS */
.easy-faqs-accordion .easy-faq .easy-faq-body,
.easy-faqs-accordion-collapsed .easy-faq  .easy-faq-body{
	display: none;
}

.easy-faqs-accordion .easy-faq:nth-child(1) .easy-faq-body{
	display: block;
}

.easy_faqs_category_wrapper h2.ui-accordion-header{
	cursor: pointer;
}

.easy_faqs_category_wrapper h2.ui-accordion-header::before {
    content: "+";
}

.easy_faqs_category_wrapper h2.ui-accordion-header-active::before {
    content: "-";
}

/* Submission Form */
.easy_faqs_error{
	color: red;
}
.easy_faqs_field_wrap_error {
    border: 1px solid red;
    padding: 10px 10px 0;
	margin-bottom: 10px;
}

.easy-faqs-title-after,
.easy-faqs-title-before {
	display: none;
}

/* Themes */

/* All Themes - Base Styles */
div[class^="easy-faqs-theme-"],
div[class*=" easy-faqs-theme-"] {
	margin-bottom: 20px;
}

.easy-faqs-wrapper *, .easy-faqs-wrapper *::before, .easy-faqs-wrapper *::after {
    box-sizing: border-box;
}

.easy-faqs-wrapper .easy-faq-body > *:first-child {
    margin-top: 0;
}

div[class^="easy-faqs-theme-"] .easy-faq,
div[class*=" easy-faqs-theme-"] .easy-faq {
	margin-top: 0;
	margin-bottom: 20px; /* normal (no accordion), needs a little spacing */
	padding-top: 0;
	padding-bottom: 0;
}

div[class^="easy-faqs-theme-"] .easy-faq-title,
div[class*=" easy-faqs-theme-"] .easy-faq-title {
	display: table;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    min-height: 40px;
    line-height: 40px;
	margin-top: 0;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
}

div[class^="easy-faqs-theme-"] .easy-faq-title.ui-accordion-header-active,
div[class*=" easy-faqs-theme-"] .easy-faq-title.ui-accordion-header-active {
	margin-bottom: 0;
}

div[class^="easy-faqs-theme-"] .easy-faqs-title-text,
div[class*=" easy-faqs-theme-"] .easy-faqs-title-text {
    display: table-cell;
    height: 40px;
    line-height: 1.5;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: middle;
}

/* All Themes - Content Fixes */
div[class^="easy-faqs-theme-"] .easy-faq-body img,
div[class*=" easy-faqs-theme-"] .easy-faq-body img {
	max-width: 100%;
	height: auto;
}

div[class^="easy-faqs-theme-"] .easy-faq-body ol,
div[class*=" easy-faqs-theme-"] .easy-faq-body ol {
	list-style-position: inside;
}


/* office - all */
.easy-faqs-theme-office {
}

.easy-faqs-wrapper.easy-faqs-theme-office .easy-faq {
	border-width: 1px;
	border-style: dashed;
	border-color: #999999;
	padding: 0;
	margin-bottom: 20px;
}

.ui-accordion.easy-faqs-theme-office .easy-faq {
	border-bottom-width: 0;
}

.ui-accordion.easy-faqs-theme-office .easy-faq:last-child {
	border-bottom-width: 1px;
}


/* accordion version has less space between faqs (only 2px) */
.ui-accordion.easy-faqs-theme-office .easy-faq {
	margin-bottom: 0px;
	padding: 0;
}

.easy-faqs-wrapper.easy-faqs-theme-office .easy-faq-title {
	border-bottom: 0 none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 40px 0 10px;
}

.easy-faqs-wrapper.easy-faqs-theme-office.easy-faqs-no-ac .easy-faq-title {
	padding: 0 10px 0 10px;
}


.ui-accordion.easy-faqs-theme-office .easy-faqs-title-after {
	background-image: url('/wp-content/plugins/easy-faqs/include/img/theme-sprite-black-triangles.png');
	background-position: 2px 0;
	background-repeat: no-repeat;
	display: block;
    height: 12px;
    position: absolute;
    right: 4px;
    top: 15px;
    width: 14px;
}

.easy-faqs-theme-office .easy-faq-title.ui-accordion-header-active .easy-faqs-title-after {
	background-position: 0 -18px;
}

.easy-faqs-theme-office .easy-faq-body {
	background-color: white;
	border-top: 0;
	color: #555555;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px;
}

/* office - gray */
.easy-faqs-theme-office-gray .easy-faq {
	background-color: #e5e5e5;
}

.easy-faqs-theme-office-gray .easy-faq-title {
	color: #000;
}

.easy-faqs-theme-office-gray .easy-faq-title.ui-accordion-header-active {
	border-bottom: 1px dashed #999999;
}

.easy-faqs-theme-office-gray .easy-faq:nth-child(odd) .easy-faq-title {
	background-color: #e5e5e5;
}

.ui-accordion.easy-faqs-theme-office-gray .easy-faq:nth-child(even) .easy-faq-title {
	background-color: #f5f5f5;
}

/* office - red */
.easy-faqs-theme-office-red .easy-faq {
	background-color: #ffc1b4;
}

.easy-faqs-theme-office-red .easy-faq-title {
	background-color: #ffc1b4;
	color: #000;
}

.easy-faqs-theme-office-red .easy-faq-title.ui-accordion-header-active {
	border-bottom: 1px dashed #999999;
}

.easy-faqs-theme-office-red .easy-faq:nth-child(odd) .easy-faq-title {
	background-color: #ffc1b4;
}

.ui-accordion.easy-faqs-theme-office-red .easy-faq:nth-child(even) .easy-faq-title {
	background-color: #fff3f1;
}

/* office - green */
.easy-faqs-theme-office-green .easy-faq {
	background-color: #baffd7;
}

.easy-faqs-theme-office-green .easy-faq-title {
	background-color: #baffd7;
	color: #000;
}

.easy-faqs-theme-office-green .easy-faq-title.ui-accordion-header-active {
	border-bottom: 1px dashed #999999;
}

.easy-faqs-theme-office-green .easy-faq:nth-child(odd) .easy-faq-title {
	background-color: #baffd7;
}

.ui-accordion.easy-faqs-theme-office-green .easy-faq:nth-child(even) .easy-faq-title {
	background-color: #eefff5;
}

/* office - blue */
.easy-faqs-theme-office-blue .easy-faq {
	background-color: #badeff;
}

.easy-faqs-theme-office-blue .easy-faq-title {
	background-color: #badeff;
	color: #000;
}

.easy-faqs-theme-office-blue .easy-faq-title.ui-accordion-header-active {
	border-bottom: 1px dashed #999999;
}

.easy-faqs-theme-office-blue .easy-faq:nth-child(odd) .easy-faq-title {
	background-color: #badeff;
}

.ui-accordion.easy-faqs-theme-office-blue .easy-faq:nth-child(even) .easy-faq-title {
	background-color: #edf6ff;
}

/* office - purple */
.easy-faqs-theme-office-purple .easy-faq {
	background-color: #e3baff;
}

.easy-faqs-theme-office-purple .easy-faq-title {
	background-color: #e3baff;
	color: #000;
}

.easy-faqs-theme-office-purple .easy-faq-title.ui-accordion-header-active {
	border-bottom: 1px dashed #999999;
}

.easy-faqs-theme-office-purple .easy-faq:nth-child(odd) .easy-faq-title {
	background-color: #e3baff;
}

.ui-accordion.easy-faqs-theme-office-purple .easy-faq:nth-child(even) .easy-faq-title {
	background-color: #fdeeff;
}

/* office - skyblue */
.easy-faqs-theme-office-skyblue .easy-faq {
	background-color: #baf9ff;
}

.easy-faqs-theme-office-skyblue .easy-faq-title {
	background-color: #baf9ff;
	color: #000;
}

.easy-faqs-theme-office-skyblue .easy-faq-title.ui-accordion-header-active {
	border-bottom: 1px dashed #999999;
}

.easy-faqs-theme-office-skyblue .easy-faq:nth-child(odd) .easy-faq-title {
	background-color: #baf9ff;
}

.ui-accordion.easy-faqs-theme-office-skyblue .easy-faq:nth-child(even) .easy-faq-title {
	background-color: #edfeff;
}

/* office - teal */
.easy-faqs-theme-office-teal .easy-faq {
	background-color: #bafff8;
}

.easy-faqs-theme-office-teal .easy-faq-title {
	background-color: #bafff8;
	color: #000;
}

.easy-faqs-theme-office-teal .easy-faq-title.ui-accordion-header-active {
	border-bottom: 1px dashed #999999;
}

.easy-faqs-theme-office-teal .easy-faq:nth-child(odd) .easy-faq-title {
	background-color: #bafff8;
}

.ui-accordion.easy-faqs-theme-office-teal .easy-faq:nth-child(even) .easy-faq-title {
	background-color: #edfffd;
}

/* office - gold */
.easy-faqs-theme-office-gold .easy-faq {
	background-color: #fffcba;
}

.easy-faqs-theme-office-gold .easy-faq-title {
	background-color: #fffcba;
	color: #000;
}

.easy-faqs-theme-office-gold .easy-faq-title.ui-accordion-header-active {
	border-bottom: 1px dashed #999999;
}

.easy-faqs-theme-office-gold .easy-faq:nth-child(odd) .easy-faq-title {
	background-color: #fffcba;
}

.ui-accordion.easy-faqs-theme-office-gold .easy-faq:nth-child(even) .easy-faq-title {
	background-color: #fffeed;
}

/* office - manilla */
.easy-faqs-theme-office-manilla .easy-faq {
	background-color: #ffedba;
}

.easy-faqs-theme-office-manilla .easy-faq-title {
	background-color: #ffedba;
	color: #000;
}

.easy-faqs-theme-office-manilla .easy-faq-title.ui-accordion-header-active {
	border-bottom: 1px dashed #999999;
}

.easy-faqs-theme-office-manilla .easy-faq:nth-child(odd) .easy-faq-title {
	background-color: #ffedba;
}

.ui-accordion.easy-faqs-theme-office-manilla .easy-faq:nth-child(even) .easy-faq-title {
	background-color: #fffaed;
}

/* office - orange */
.easy-faqs-theme-office-orange .easy-faq {
	background-color: #ffd5ba;
}

.easy-faqs-theme-office-orange .easy-faq-title {
	background-color: #ffd5ba;
	color: #000;
}

.easy-faqs-theme-office-orange .easy-faq-title.ui-accordion-header-active {
	border-bottom: 1px dashed #999999;
}

.easy-faqs-theme-office-orange .easy-faq:nth-child(odd) .easy-faq-title {
	background-color: #ffd5ba;
}

.ui-accordion.easy-faqs-theme-office-orange .easy-faq:nth-child(even) .easy-faq-title {
	background-color: #fff5ed;
}

/* default style (updated) */
.easy-faqs-wrapper.easy-faqs-theme-default_style {

}

.easy-faqs-wrapper.easy-faqs-theme-default_style .easy-faq-title {
	font-weight: bold;
}

.easy-faqs-wrapper.easy-faqs-theme-default_style .easy-faq-body {
	margin-top: 20px;
}

/* Inline feedback */
.easy-faqs-inline-feedback {
	
}
.easy-faqs-inline-feedback p {
	font-size: .8em;
	margin-bottom: 12px;
}

.easy_faqs_feedback_message {
	margin-bottom: 12px;
}

.easy_faqs_voting {
	margin: 0 0 14px;
}

button.easy_faqs_vote_link {
	padding: 7px 12px;
}
/*
Page-list plugin
http://wordpress.org/extend/plugins/page-list/
*/

/* default styles for [pagelist], [subpages], [siblings] */
.page-list .current_page_item > a {
	font-weight: bold; /* hilite active item */
}

/* default styles for [pagelist_ext] */
.page-list-ext {
	clear: both;
}
/* clearfix-hack */
.page-list-ext {
	*zoom: 1;
}
.page-list-ext:before, .page-list-ext:after {
	display: table;
	line-height: 0;
	content: "";
}
.page-list-ext:after {
	clear: both;
}
.page-list-ext .page-list-ext-item {
	clear: both;
	margin: 10px 0 30px 0;
}
.page-list-ext .page-list-ext-image {
	float: left;
	display: inline;
	margin: 5px 15px 15px 0;
}
.page-list-ext .page-list-ext-title {
	clear: none;
}
@charset "UTF-8";
:root{
  --wp-admin-theme-color:#3858e9;
  --wp-admin-theme-color--rgb:56, 88, 233;
  --wp-admin-theme-color-darker-10:#2145e6;
  --wp-admin-theme-color-darker-10--rgb:33, 69, 230;
  --wp-admin-theme-color-darker-20:#183ad6;
  --wp-admin-theme-color-darker-20--rgb:24, 58, 214;
  --wp-admin-border-width-focus:2px;
}
@media (min-resolution:192dpi){
  :root{
    --wp-admin-border-width-focus:1.5px;
  }
}

@media not (prefers-reduced-motion){
  .components-animate__appear{
    animation:components-animate__appear-animation .1s cubic-bezier(0, 0, .2, 1) 0s;
    animation-fill-mode:forwards;
  }
}
.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{
  transform-origin:top left;
}
.components-animate__appear.is-from-top.is-from-right{
  transform-origin:top right;
}
.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{
  transform-origin:bottom left;
}
.components-animate__appear.is-from-bottom.is-from-right{
  transform-origin:bottom right;
}

@keyframes components-animate__appear-animation{
  0%{
    transform:translateY(-2em) scaleY(0) scaleX(0);
  }
  to{
    transform:translateY(0) scaleY(1) scaleX(1);
  }
}
@media not (prefers-reduced-motion){
  .components-animate__slide-in{
    animation:components-animate__slide-in-animation .1s cubic-bezier(0, 0, .2, 1);
    animation-fill-mode:forwards;
  }
  .components-animate__slide-in.is-from-left{
    transform:translateX(100%);
  }
  .components-animate__slide-in.is-from-right{
    transform:translateX(-100%);
  }
}

@keyframes components-animate__slide-in-animation{
  to{
    transform:translateX(0);
  }
}
@media not (prefers-reduced-motion){
  .components-animate__loading{
    animation:components-animate__loading 1.6s ease-in-out infinite;
  }
}

@keyframes components-animate__loading{
  0%{
    opacity:.5;
  }
  50%{
    opacity:1;
  }
  to{
    opacity:.5;
  }
}
.components-autocomplete__popover .components-popover__content{
  min-width:200px;
  padding:8px;
}

.components-autocomplete__result.components-button{
  display:flex;
  height:auto;
  min-height:36px;
  text-align:left;
  width:100%;
}
.components-autocomplete__result.components-button:focus:not(:disabled){
  box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  outline:2px solid #0000;
}

.components-badge{
  align-items:center;
  background-color:color-mix(in srgb, #fff 90%, var(--base-color));
  border-radius:2px;
  box-sizing:border-box;
  color:color-mix(in srgb, #000 50%, var(--base-color));
  display:inline-flex;
  font-size:12px;
  font-weight:400;
  gap:2px;
  line-height:20px;
  max-width:100%;
  min-height:24px;
  padding:0 8px;
}
.components-badge *,.components-badge :after,.components-badge :before{
  box-sizing:inherit;
}
.components-badge:where(.is-default){
  background-color:#f0f0f0;
  color:#2f2f2f;
}
.components-badge.has-icon{
  padding-inline-start:4px;
}
.components-badge.is-info{
  --base-color:#3858e9;
}
.components-badge.is-warning{
  --base-color:#f0b849;
}
.components-badge.is-error{
  --base-color:#cc1818;
}
.components-badge.is-success{
  --base-color:#4ab866;
}

.components-badge__icon{
  flex-shrink:0;
}

.components-badge__content{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.components-button-group{
  display:inline-block;
}
.components-button-group .components-button{
  border-radius:0;
  box-shadow:inset 0 0 0 1px #1e1e1e;
  color:#1e1e1e;
  display:inline-flex;
}
.components-button-group .components-button+.components-button{
  margin-left:-1px;
}
.components-button-group .components-button:first-child{
  border-radius:2px 0 0 2px;
}
.components-button-group .components-button:last-child{
  border-radius:0 2px 2px 0;
}
.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{
  position:relative;
  z-index:1;
}
.components-button-group .components-button.is-primary{
  box-shadow:inset 0 0 0 1px #1e1e1e;
}
.components-button{
  align-items:center;
  -webkit-appearance:none;
  background:none;
  border:0;
  border-radius:2px;
  box-sizing:border-box;
  color:var(--wp-components-color-foreground, #1e1e1e);
  cursor:pointer;
  display:inline-flex;
  font-family:inherit;
  font-size:13px;
  height:36px;
  margin:0;
  padding:6px 12px;
  text-decoration:none;
}
@media not (prefers-reduced-motion){
  .components-button{
    transition:box-shadow .1s linear;
  }
}
.components-button.is-next-40px-default-size{
  height:40px;
}
.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{
  color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-button:focus:not(:disabled){
  box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline:3px solid #0000;
}
.components-button.is-primary{
  background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color:var(--wp-components-color-accent-inverted, #fff);
  outline:1px solid #0000;
  text-decoration:none;
  text-shadow:none;
  white-space:nowrap;
}
.components-button.is-primary:hover:not(:disabled){
  background:var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
  color:var(--wp-components-color-accent-inverted, #fff);
}
.components-button.is-primary:active:not(:disabled){
  background:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
  border-color:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
  color:var(--wp-components-color-accent-inverted, #fff);
}
.components-button.is-primary:focus:not(:disabled){
  box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{
  background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color:#fff6;
  outline:none;
}
.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{
  box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{
  background-image:linear-gradient(-45deg, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 70%, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 70%);
  background-size:100px 100%;
  border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color:var(--wp-components-color-accent-inverted, #fff);
}
.components-button.is-secondary,.components-button.is-tertiary{
  outline:1px solid #0000;
}
.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){
  box-shadow:none;
}
.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{
  background:#0000;
  color:#949494;
  transform:none;
}
.components-button.is-secondary{
  background:#0000;
  box-shadow:inset 0 0 0 1px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 0 0 currentColor;
  color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline:1px solid #0000;
  white-space:nowrap;
}
.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){
  background:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000);
  box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
  color:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
}
.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){
  box-shadow:inset 0 0 0 1px #ddd;
}
.components-button.is-secondary:focus:not(:disabled){
  box-shadow:0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-button.is-tertiary{
  background:#0000;
  color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  white-space:nowrap;
}
.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){
  background:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000);
  color:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
}
.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){
  background:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 8%, #0000);
}
p+.components-button.is-tertiary{
  margin-left:-6px;
}
.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){
  box-shadow:none;
  outline:none;
}
.components-button.is-destructive{
  --wp-components-color-accent:#cc1818;
  --wp-components-color-accent-darker-10:#9e1313;
  --wp-components-color-accent-darker-20:#710d0d;
}
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){
  color:#cc1818;
}
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){
  color:#710d0d;
}
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{
  box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818;
}
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){
  background:#ccc;
}
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{
  color:#949494;
}
.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){
  background:#cc18180a;
}
.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){
  background:#cc181814;
}
.components-button.is-link{
  background:none;
  border:0;
  border-radius:0;
  box-shadow:none;
  color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  height:auto;
  margin:0;
  outline:none;
  padding:0;
  text-align:left;
  text-decoration:underline;
}
@media not (prefers-reduced-motion){
  .components-button.is-link{
    transition-duration:.05s;
    transition-property:border, background, color;
    transition-timing-function:ease-in-out;
  }
}
.components-button.is-link:focus{
  border-radius:2px;
}
.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{
  color:#949494;
}
.components-button:not(:disabled,[aria-disabled=true]):active{
  color:var(--wp-components-color-foreground, #1e1e1e);
}
.components-button:disabled,.components-button[aria-disabled=true]{
  color:#949494;
  cursor:default;
}
.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{
  background-image:linear-gradient(-45deg, #fafafa 33%, #e0e0e0 0, #e0e0e0 70%, #fafafa 0);
  background-size:100px 100%;
}
@media not (prefers-reduced-motion){
  .components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{
    animation:components-button__busy-animation 2.5s linear infinite;
  }
}
.components-button.is-compact{
  height:32px;
}
.components-button.is-compact.has-icon:not(.has-text){
  min-width:32px;
  padding:0;
  width:32px;
}
.components-button.is-small{
  font-size:11px;
  height:24px;
  line-height:22px;
  padding:0 8px;
}
.components-button.is-small.has-icon:not(.has-text){
  min-width:24px;
  padding:0;
  width:24px;
}
.components-button.has-icon{
  justify-content:center;
  min-width:36px;
  padding:6px;
}
.components-button.has-icon.is-next-40px-default-size{
  min-width:40px;
}
.components-button.has-icon .dashicon{
  align-items:center;
  box-sizing:initial;
  display:inline-flex;
  justify-content:center;
  padding:2px;
}
.components-button.has-icon.has-text{
  gap:4px;
  justify-content:start;
  padding-left:8px;
  padding-right:12px;
}
.components-button.is-pressed,.components-button.is-pressed:hover{
  color:var(--wp-components-color-foreground-inverted, #fff);
}
.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){
  background:var(--wp-components-color-foreground, #1e1e1e);
}
.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{
  color:#949494;
}
.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){
  background:#949494;
  color:var(--wp-components-color-foreground-inverted, #fff);
}
.components-button.is-pressed:focus:not(:disabled){
  box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline:2px solid #0000;
}
.components-button svg{
  fill:currentColor;
  outline:none;
}
@media (forced-colors:active){
  .components-button svg{
    fill:CanvasText;
  }
}
.components-button .components-visually-hidden{
  height:auto;
}

@keyframes components-button__busy-animation{
  0%{
    background-position:200px 0;
  }
}
.components-checkbox-control{
  --checkbox-input-size:24px;
  --checkbox-input-margin:8px;
}
@media (min-width:600px){
  .components-checkbox-control{
    --checkbox-input-size:16px;
  }
}

.components-checkbox-control__label{
  cursor:pointer;
  line-height:var(--checkbox-input-size);
}

.components-checkbox-control__input[type=checkbox]{
  appearance:none;
  background:#fff;
  border:1px solid #1e1e1e;
  border-radius:2px;
  box-shadow:0 0 0 #0000;
  clear:none;
  color:#1e1e1e;
  cursor:pointer;
  display:inline-block;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size:16px;
  height:var(--checkbox-input-size);
  line-height:normal;
  line-height:0;
  margin:0 4px 0 0;
  outline:0;
  padding:6px 8px;
  padding:0 !important;
  text-align:center;
  transition:none;
  vertical-align:top;
  width:var(--checkbox-input-size);
}
@media not (prefers-reduced-motion){
  .components-checkbox-control__input[type=checkbox]{
    transition:box-shadow .1s linear;
  }
}
@media (min-width:600px){
  .components-checkbox-control__input[type=checkbox]{
    font-size:13px;
    line-height:normal;
  }
}
.components-checkbox-control__input[type=checkbox]:focus{
  border-color:var(--wp-admin-theme-color);
  box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
}
.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{
  color:#1e1e1e9e;
}
.components-checkbox-control__input[type=checkbox]::-moz-placeholder{
  color:#1e1e1e9e;
}
.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{
  color:#1e1e1e9e;
}
.components-checkbox-control__input[type=checkbox]:focus{
  box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
}
.components-checkbox-control__input[type=checkbox]:checked{
  background:var(--wp-admin-theme-color);
  border-color:var(--wp-admin-theme-color);
}
.components-checkbox-control__input[type=checkbox]:checked::-ms-check{
  opacity:0;
}
.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{
  color:#fff;
  margin:-3px -5px;
}
@media (min-width:782px){
  .components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{
    margin:-4px 0 0 -5px;
  }
}
.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{
  background:var(--wp-admin-theme-color);
  border-color:var(--wp-admin-theme-color);
}
.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{
  content:"\f460";
  display:inline-block;
  float:left;
  font:normal 30px/1 dashicons;
  vertical-align:middle;
  width:16px;
  speak:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
@media (min-width:782px){
  .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{
    float:none;
    font-size:21px;
  }
}
.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{
  background:#f0f0f0;
  border-color:#ddd;
  cursor:default;
  opacity:1;
}
@media not (prefers-reduced-motion){
  .components-checkbox-control__input[type=checkbox]{
    transition:border-color .1s ease-in-out;
  }
}
.components-checkbox-control__input[type=checkbox]:focus{
  box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);
  outline:2px solid #0000;
  outline-offset:2px;
}
.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{
  background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{
  opacity:0;
}
.components-checkbox-control__input[type=checkbox]:checked:before{
  content:none;
}

.components-checkbox-control__input-container{
  aspect-ratio:1;
  display:inline-block;
  flex-shrink:0;
  line-height:1;
  margin-right:var(--checkbox-input-margin);
  position:relative;
  vertical-align:middle;
  width:var(--checkbox-input-size);
}

svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{
  --checkmark-size:var(--checkbox-input-size);
  fill:#fff;
  cursor:pointer;
  height:var(--checkmark-size);
  left:50%;
  pointer-events:none;
  position:absolute;
  top:50%;
  transform:translate(-50%, -50%);
  -webkit-user-select:none;
          user-select:none;
  width:var(--checkmark-size);
}
@media (min-width:600px){
  svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{
    --checkmark-size:calc(var(--checkbox-input-size) + 4px);
  }
}

.components-checkbox-control__help{
  display:inline-block;
  margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin));
}

.components-circular-option-picker{
  display:inline-block;
  min-width:188px;
  width:100%;
}
.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{
  display:flex;
  justify-content:flex-end;
  margin-top:12px;
}
.components-circular-option-picker .components-circular-option-picker__swatches{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  position:relative;
  z-index:1;
}
.components-circular-option-picker>:not(.components-circular-option-picker__swatches){
  position:relative;
  z-index:0;
}

.components-circular-option-picker__option-wrapper{
  display:inline-block;
  height:28px;
  transform:scale(1);
  vertical-align:top;
  width:28px;
}
@media not (prefers-reduced-motion){
  .components-circular-option-picker__option-wrapper{
    transition:transform .1s ease;
    will-change:transform;
  }
}
.components-circular-option-picker__option-wrapper:hover{
  transform:scale(1.2);
}
.components-circular-option-picker__option-wrapper>div{
  height:100%;
  width:100%;
}

.components-circular-option-picker__option-wrapper:before{
  background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");
  border-radius:50%;
  bottom:1px;
  content:"";
  left:1px;
  position:absolute;
  right:1px;
  top:1px;
  z-index:-1;
}

.components-circular-option-picker__option{
  aspect-ratio:1;
  background:#0000;
  border:none;
  border-radius:50%;
  box-shadow:inset 0 0 0 14px;
  cursor:pointer;
  display:inline-block;
  height:100% !important;
  vertical-align:top;
}
@media not (prefers-reduced-motion){
  .components-circular-option-picker__option{
    transition:box-shadow .1s ease;
  }
}
.components-circular-option-picker__option:hover{
  box-shadow:inset 0 0 0 14px !important;
}
.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{
  box-shadow:inset 0 0 0 4px;
  overflow:visible;
  position:relative;
  z-index:1;
}
.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{
  border-radius:50%;
  left:2px;
  pointer-events:none;
  position:absolute;
  top:2px;
  z-index:2;
}
.components-circular-option-picker__option:after{
  border:1px solid #0000;
  border-radius:50%;
  bottom:-1px;
  box-shadow:inset 0 0 0 1px #0003;
  box-sizing:inherit;
  content:"";
  left:-1px;
  position:absolute;
  right:-1px;
  top:-1px;
}
.components-circular-option-picker__option:focus:after{
  border:2px solid #757575;
  border-radius:50%;
  box-shadow:inset 0 0 0 2px #fff;
  content:"";
  height:calc(100% + 4px);
  left:50%;
  position:absolute;
  top:50%;
  transform:translate(-50%, -50%);
  width:calc(100% + 4px);
}
.components-circular-option-picker__option.components-button:focus{
  background-color:initial;
  box-shadow:inset 0 0 0 14px;
  outline:none;
}

.components-circular-option-picker__button-action .components-circular-option-picker__option{
  background:#fff;
  color:#fff;
}

.components-circular-option-picker__dropdown-link-action{
  margin-right:16px;
}
.components-circular-option-picker__dropdown-link-action .components-button{
  line-height:22px;
}

.components-palette-edit__popover-gradient-picker{
  padding:8px;
  width:260px;
}

.components-dropdown-menu__menu .components-palette-edit__menu-button{
  width:100%;
}

.component-color-indicator{
  background:#fff linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0);
  border-radius:50%;
  box-shadow:inset 0 0 0 1px #0003;
  display:inline-block;
  height:20px;
  padding:0;
  width:20px;
}

.components-combobox-control{
  width:100%;
}

input.components-combobox-control__input[type=text]{
  border:none;
  box-shadow:none;
  font-family:inherit;
  font-size:16px;
  line-height:inherit;
  margin:0;
  min-height:auto;
  padding:2px;
  width:100%;
}
@media (min-width:600px){
  input.components-combobox-control__input[type=text]{
    font-size:13px;
  }
}
input.components-combobox-control__input[type=text]:focus{
  box-shadow:none;
  outline:none;
}

.components-combobox-control__suggestions-container{
  align-items:flex-start;
  border:1px solid #949494;
  border-radius:2px;
  box-shadow:0 0 0 #0000;
  display:flex;
  flex-wrap:wrap;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size:16px;
  line-height:normal;
  padding:0;
  width:100%;
}
@media not (prefers-reduced-motion){
  .components-combobox-control__suggestions-container{
    transition:box-shadow .1s linear;
  }
}
@media (min-width:600px){
  .components-combobox-control__suggestions-container{
    font-size:13px;
    line-height:normal;
  }
}
.components-combobox-control__suggestions-container:focus{
  border-color:var(--wp-admin-theme-color);
  box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
  outline:2px solid #0000;
}
.components-combobox-control__suggestions-container::-webkit-input-placeholder{
  color:#1e1e1e9e;
}
.components-combobox-control__suggestions-container::-moz-placeholder{
  color:#1e1e1e9e;
}
.components-combobox-control__suggestions-container:-ms-input-placeholder{
  color:#1e1e1e9e;
}
.components-combobox-control__suggestions-container:focus-within{
  border-color:var(--wp-admin-theme-color);
  box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
  outline:2px solid #0000;
}
.components-combobox-control__suggestions-container .components-spinner{
  margin:0;
}

.components-color-palette__custom-color-wrapper{
  position:relative;
  z-index:0;
}

.components-color-palette__custom-color-button{
  background:none;
  border:none;
  border-radius:4px 4px 0 0;
  box-shadow:inset 0 0 0 1px #0003;
  box-sizing:border-box;
  cursor:pointer;
  height:64px;
  outline:1px solid #0000;
  position:relative;
  width:100%;
}
.components-color-palette__custom-color-button:focus{
  box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline-width:2px;
}
.components-color-palette__custom-color-button:after{
  background-image:repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0);
  background-position:0 0, 24px 24px;
  background-size:48px 48px;
  border-radius:3px 3px 0 0;
  content:"";
  inset:1px;
  position:absolute;
  z-index:-1;
}

.components-color-palette__custom-color-text-wrapper{
  border-radius:0 0 4px 4px;
  box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;
  font-size:13px;
  padding:12px 16px;
  position:relative;
}

.components-color-palette__custom-color-name{
  color:var(--wp-components-color-foreground, #1e1e1e);
  margin:0 1px;
}

.components-color-palette__custom-color-value{
  color:#757575;
}
.components-color-palette__custom-color-value--is-hex{
  text-transform:uppercase;
}
.components-color-palette__custom-color-value:empty:after{
  content:"​";
  visibility:hidden;
}

.components-custom-gradient-picker__gradient-bar{
  border-radius:2px;
  height:48px;
  position:relative;
  width:100%;
  z-index:1;
}
.components-custom-gradient-picker__gradient-bar.has-gradient{
  background-image:repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0);
  background-position:0 0, 12px 12px;
  background-size:24px 24px;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{
  inset:0;
  position:absolute;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  width:calc(100% - 48px);
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{
  display:flex;
  height:16px;
  position:absolute;
  top:16px;
  width:16px;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{
  background:#fff;
  border-radius:50%;
  color:#1e1e1e;
  height:inherit;
  min-width:16px !important;
  padding:2px;
  position:relative;
  width:inherit;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{
  height:100%;
  width:100%;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{
  border-radius:50%;
  box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 #00000040;
  height:inherit;
  outline:2px solid #0000;
  padding:0;
  width:inherit;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{
  box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff, 0 0 2px 0 #00000040;
  outline:1.5px solid #0000;
}

.components-custom-gradient-picker__remove-control-point-wrapper{
  padding-bottom:8px;
}

.components-custom-gradient-picker__inserter{
  direction:ltr;
}

.components-custom-gradient-picker__liner-gradient-indicator{
  display:inline-block;
  flex:0 auto;
  height:20px;
  width:20px;
}

.components-custom-gradient-picker__ui-line{
  position:relative;
  z-index:0;
}

.block-editor-dimension-control .components-base-control__field{
  align-items:center;
  display:flex;
}
.block-editor-dimension-control .components-base-control__label{
  align-items:center;
  display:flex;
  margin-bottom:0;
  margin-right:1em;
}
.block-editor-dimension-control .components-base-control__label .dashicon{
  margin-right:.5em;
}
.block-editor-dimension-control.is-manual .components-base-control__label{
  width:10em;
}

body.is-dragging-components-draggable{
  cursor:move;
  cursor:grabbing !important;
}

.components-draggable__invisible-drag-image{
  height:50px;
  left:-1000px;
  position:fixed;
  width:50px;
}

.components-draggable__clone{
  background:#0000;
  padding:0;
  pointer-events:none;
  position:fixed;
  z-index:1000000000;
}

.components-drop-zone{
  border-radius:2px;
  bottom:0;
  left:0;
  opacity:0;
  position:absolute;
  right:0;
  top:0;
  visibility:hidden;
  z-index:40;
}
.components-drop-zone.is-active{
  opacity:1;
  visibility:visible;
}
.components-drop-zone .components-drop-zone__content{
  align-items:center;
  background-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  bottom:0;
  color:#fff;
  display:flex;
  height:100%;
  justify-content:center;
  left:0;
  opacity:0;
  pointer-events:none;
  position:absolute;
  right:0;
  text-align:center;
  top:0;
  width:100%;
  z-index:50;
}
.components-drop-zone .components-drop-zone__content-inner{
  opacity:0;
  transform:scale(.9);
}
.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{
  opacity:1;
}
@media not (prefers-reduced-motion){
  .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{
    transition:opacity .2s ease-in-out;
  }
}
.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{
  opacity:1;
  transform:scale(1);
}
@media not (prefers-reduced-motion){
  .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{
    transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s;
  }
}

.components-drop-zone__content-icon,.components-drop-zone__content-text{
  display:block;
}

.components-drop-zone__content-icon{
  line-height:0;
  margin:0 auto 8px;
  fill:currentColor;
  pointer-events:none;
}

.components-drop-zone__content-text{
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size:13px;
}

.components-dropdown{
  display:inline-block;
}

.components-dropdown__content .components-popover__content{
  padding:8px;
}
.components-dropdown__content .components-popover__content:has(.components-menu-group){
  padding:0;
}
.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{
  margin:8px;
  width:auto;
}
.components-dropdown__content [role=menuitem]{
  white-space:nowrap;
}
.components-dropdown__content .components-menu-group{
  padding:8px;
}
.components-dropdown__content .components-menu-group+.components-menu-group{
  border-top:1px solid #ccc;
  padding:8px;
}
.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{
  border-color:#1e1e1e;
}

.components-dropdown-menu__toggle{
  vertical-align:top;
}

.components-dropdown-menu__menu{
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size:13px;
  line-height:1.4;
  width:100%;
}
.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{
  cursor:pointer;
  outline:none;
  padding:6px;
  white-space:nowrap;
  width:100%;
}
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{
  margin-top:6px;
  overflow:visible;
  position:relative;
}
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{
  background-color:#ddd;
  box-sizing:initial;
  content:"";
  display:block;
  height:1px;
  left:0;
  position:absolute;
  right:0;
  top:-3px;
}
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{
  background:#1e1e1e;
  border-radius:1px;
  box-shadow:0 0 0 1px #1e1e1e;
  color:#fff;
}
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{
  width:auto;
}
.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{
  height:auto;
  min-height:40px;
  padding-left:8px;
  padding-right:8px;
  text-align:left;
}

.components-duotone-picker__color-indicator:before{
  background:#0000;
}
.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){
  background:linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0);
  color:#0000;
}
.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{
  color:#0000;
}

.components-color-list-picker,.components-color-list-picker__swatch-button{
  width:100%;
}

.components-color-list-picker__color-picker{
  margin:8px 0;
}

.components-color-list-picker__swatch-color{
  margin:2px;
}

.components-external-link{
  text-decoration:none;
}

.components-external-link__contents{
  text-decoration:underline;
}

.components-external-link__icon{
  font-weight:400;
  margin-left:.5ch;
}
.components-form-toggle,.components-form-toggle .components-form-toggle__track{
  display:inline-block;
  height:16px;
  position:relative;
}
.components-form-toggle .components-form-toggle__track{
  background-color:#fff;
  border:1px solid #949494;
  border-radius:8px;
  box-sizing:border-box;
  content:"";
  overflow:hidden;
  vertical-align:top;
  width:32px;
}
@media not (prefers-reduced-motion){
  .components-form-toggle .components-form-toggle__track{
    transition:background-color .2s ease,border-color .2s ease;
  }
}
.components-form-toggle .components-form-toggle__track:after{
  border-top:16px solid #0000;
  box-sizing:border-box;
  content:"";
  inset:0;
  opacity:0;
  position:absolute;
}
@media not (prefers-reduced-motion){
  .components-form-toggle .components-form-toggle__track:after{
    transition:opacity .2s ease;
  }
}
.components-form-toggle .components-form-toggle__thumb{
  background-color:#1e1e1e;
  border:6px solid #0000;
  border-radius:50%;
  box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;
  box-sizing:border-box;
  display:block;
  height:12px;
  left:2px;
  position:absolute;
  top:2px;
  width:12px;
}
@media not (prefers-reduced-motion){
  .components-form-toggle .components-form-toggle__thumb{
    transition:transform .2s ease,background-color .2s ease-out;
  }
}
.components-form-toggle.is-checked .components-form-toggle__track{
  background-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-form-toggle.is-checked .components-form-toggle__track:after{
  opacity:1;
}
.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{
  box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline:2px solid #0000;
  outline-offset:2px;
}
.components-form-toggle.is-checked .components-form-toggle__thumb{
  background-color:#fff;
  border-width:0;
  transform:translateX(16px);
}
.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{
  opacity:.3;
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]{
  border:none;
  height:100%;
  left:0;
  margin:0;
  opacity:0;
  padding:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:1;
}
.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{
  background:none;
}
.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{
  content:"";
}
.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){
  cursor:pointer;
}

.components-form-token-field__input-container{
  border:1px solid #949494;
  border-radius:2px;
  box-shadow:0 0 0 #0000;
  cursor:text;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size:16px;
  line-height:normal;
  padding:0;
  width:100%;
}
@media not (prefers-reduced-motion){
  .components-form-token-field__input-container{
    transition:box-shadow .1s linear;
  }
}
@media (min-width:600px){
  .components-form-token-field__input-container{
    font-size:13px;
    line-height:normal;
  }
}
.components-form-token-field__input-container:focus{
  border-color:var(--wp-admin-theme-color);
  box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
  outline:2px solid #0000;
}
.components-form-token-field__input-container::-webkit-input-placeholder{
  color:#1e1e1e9e;
}
.components-form-token-field__input-container::-moz-placeholder{
  color:#1e1e1e9e;
}
.components-form-token-field__input-container:-ms-input-placeholder{
  color:#1e1e1e9e;
}
.components-form-token-field__input-container.is-disabled{
  background:#ddd;
  border-color:#ddd;
}
.components-form-token-field__input-container.is-active{
  border-color:var(--wp-admin-theme-color);
  box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
  outline:2px solid #0000;
}
.components-form-token-field__input-container input[type=text].components-form-token-field__input{
  background:inherit;
  border:0;
  box-shadow:none;
  color:#1e1e1e;
  display:inline-block;
  flex:1;
  font-family:inherit;
  font-size:16px;
  margin-left:4px;
  max-width:100%;
  min-height:24px;
  min-width:50px;
  padding:0;
  width:100%;
}
@media (min-width:600px){
  .components-form-token-field__input-container input[type=text].components-form-token-field__input{
    font-size:13px;
  }
}
.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{
  box-shadow:none;
  outline:none;
}
.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{
  width:auto;
}

.components-form-token-field__token{
  color:#1e1e1e;
  display:flex;
  font-size:13px;
  max-width:100%;
}
.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{
  background:#4ab866;
}
.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{
  background:#cc1818;
}
.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{
  color:#757575;
}
.components-form-token-field__token.is-borderless{
  padding:0 24px 0 0;
  position:relative;
}
.components-form-token-field__token.is-borderless .components-form-token-field__token-text{
  background:#0000;
}
.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{
  color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{
  background:#0000;
  color:#757575;
  position:absolute;
  right:0;
  top:1px;
}
.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{
  color:#4ab866;
}
.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{
  color:#cc1818;
  padding:0 4px 0 6px;
}
.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{
  color:#1e1e1e;
}

.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{
  background:#ddd;
  display:inline-block;
  height:auto;
  min-width:unset;
}
@media not (prefers-reduced-motion){
  .components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{
    transition:all .2s cubic-bezier(.4, 1, .4, 1);
  }
}

.components-form-token-field__token-text{
  border-radius:1px 0 0 1px;
  line-height:24px;
  overflow:hidden;
  padding:0 0 0 8px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.components-form-token-field__remove-token.components-button{
  border-radius:0 1px 1px 0;
  color:#1e1e1e;
  line-height:10px;
  overflow:initial;
}
.components-form-token-field__remove-token.components-button:hover:not(:disabled){
  color:#1e1e1e;
}

.components-form-token-field__suggestions-list{
  box-shadow:inset 0 1px 0 0 #949494;
  flex:1 0 100%;
  list-style:none;
  margin:0;
  max-height:128px;
  min-width:100%;
  overflow-y:auto;
  padding:0;
}
@media not (prefers-reduced-motion){
  .components-form-token-field__suggestions-list{
    transition:all .15s ease-in-out;
  }
}

.components-form-token-field__suggestion{
  box-sizing:border-box;
  color:#1e1e1e;
  display:block;
  font-size:13px;
  margin:0;
  min-height:32px;
  padding:8px 12px;
}
.components-form-token-field__suggestion.is-selected{
  background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color:#fff;
}
.components-form-token-field__suggestion[aria-disabled=true]{
  color:#949494;
  pointer-events:none;
}
.components-form-token-field__suggestion[aria-disabled=true].is-selected{
  background-color:rgba(var(--wp-components-color-accent--rgb, var(--wp-admin-theme-color--rgb)), .04);
}
.components-form-token-field__suggestion:not(.is-empty){
  cursor:pointer;
}

@media (min-width:600px){
  .components-guide{
    width:600px;
  }
}
.components-guide .components-modal__content{
  margin-top:0;
  padding:0;
}
.components-guide .components-modal__content:before{
  content:none;
}
.components-guide .components-modal__header{
  border-bottom:none;
  height:60px;
  padding:0;
  position:sticky;
}
.components-guide .components-modal__header .components-button{
  align-self:flex-start;
  margin:8px 8px 0 0;
  position:static;
}
.components-guide .components-modal__header .components-button:hover svg{
  fill:#fff;
}
.components-guide .components-guide__container{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  margin-top:-60px;
  min-height:100%;
}
.components-guide .components-guide__page{
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
}
@media (min-width:600px){
  .components-guide .components-guide__page{
    min-height:300px;
  }
}
.components-guide .components-guide__footer{
  align-content:center;
  display:flex;
  height:36px;
  justify-content:center;
  margin:0 0 24px;
  padding:0 32px;
  position:relative;
  width:100%;
}
.components-guide .components-guide__page-control{
  margin:0;
  text-align:center;
}
.components-guide .components-guide__page-control li{
  display:inline-block;
  margin:0;
}
.components-guide .components-guide__page-control .components-button{
  color:#e0e0e0;
  margin:-6px 0;
}
.components-guide .components-guide__page-control li[aria-current=step] .components-button{
  color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-modal__frame.components-guide{
  border:none;
  max-height:575px;
  min-width:312px;
}
@media (max-width:600px){
  .components-modal__frame.components-guide{
    margin:auto;
    max-width:calc(100vw - 32px);
  }
}

.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{
  position:absolute;
}
.components-button.components-guide__back-button{
  left:32px;
}
.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{
  right:32px;
}

[role=region]{
  position:relative;
}

.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{
  bottom:0;
  content:"";
  left:0;
  pointer-events:none;
  position:absolute;
  right:0;
  top:0;
  z-index:1000000;
}
.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{
  outline-color:var(--wp-admin-theme-color);
  outline-offset:calc(((-1*var(--wp-admin-border-width-focus))/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);
  outline-style:solid;
  outline-width:calc((var(--wp-admin-border-width-focus)/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);
}

.components-menu-group+.components-menu-group{
  border-top:1px solid #1e1e1e;
  padding-top:8px;
}
.components-menu-group+.components-menu-group.has-hidden-separator{
  border-top:none;
  margin-top:0;
  padding-top:0;
}

.components-menu-group:has(>div:empty){
  display:none;
}

.components-menu-group__label{
  color:#757575;
  font-size:11px;
  font-weight:500;
  margin-bottom:12px;
  margin-top:4px;
  padding:0 8px;
  text-transform:uppercase;
  white-space:nowrap;
}

.components-menu-item__button,.components-menu-item__button.components-button{
  width:100%;
}
.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{
  box-sizing:initial;
  padding-right:48px;
}
.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{
  display:inline-block;
  flex:0 0 auto;
}
.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{
  margin-left:24px;
  margin-right:-2px;
}
.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{
  margin-left:8px;
}
.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{
  margin-left:-2px;
  margin-right:8px;
}
.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{
  justify-content:center;
}
.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{
  margin-right:0;
}
.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{
  background:none;
  color:var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
  opacity:.3;
}

.components-menu-item__info-wrapper{
  display:flex;
  flex-direction:column;
  margin-right:auto;
}

.components-menu-item__info{
  color:#757575;
  font-size:12px;
  margin-top:4px;
  white-space:normal;
}

.components-menu-item__item{
  align-items:center;
  display:inline-flex;
  margin-right:auto;
  min-width:160px;
  white-space:nowrap;
}

.components-menu-item__shortcut{
  align-self:center;
  color:currentColor;
  display:none;
  margin-left:auto;
  margin-right:0;
  padding-left:24px;
}
@media (min-width:480px){
  .components-menu-item__shortcut{
    display:inline;
  }
}

.components-menu-items-choice,.components-menu-items-choice.components-button{
  height:auto;
  min-height:40px;
}
.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{
  margin-right:12px;
}
.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{
  padding-left:12px;
}

.components-modal__screen-overlay{
  background-color:#00000059;
  bottom:0;
  display:flex;
  left:0;
  position:fixed;
  right:0;
  top:0;
  z-index:100000;
}
@keyframes __wp-base-styles-fade-in{
  0%{
    opacity:0;
  }
  to{
    opacity:1;
  }
}
@media not (prefers-reduced-motion){
  .components-modal__screen-overlay{
    animation:__wp-base-styles-fade-in .08s linear 0s;
    animation-fill-mode:forwards;
  }
}
@keyframes __wp-base-styles-fade-out{
  0%{
    opacity:1;
  }
  to{
    opacity:0;
  }
}
@media not (prefers-reduced-motion){
  .components-modal__screen-overlay.is-animating-out{
    animation:__wp-base-styles-fade-out .08s linear 80ms;
    animation-fill-mode:forwards;
  }
}

.components-modal__frame{
  animation-fill-mode:forwards;
  animation-name:components-modal__appear-animation;
  animation-timing-function:cubic-bezier(.29, 0, 0, 1);
  background:#fff;
  border-radius:8px 8px 0 0;
  box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;
  box-sizing:border-box;
  display:flex;
  margin:40px 0 0;
  overflow:hidden;
  width:100%;
}
.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{
  box-sizing:inherit;
}
@media not (prefers-reduced-motion){
  .components-modal__frame{
    animation-duration:var(--modal-frame-animation-duration);
  }
}
.components-modal__screen-overlay.is-animating-out .components-modal__frame{
  animation-name:components-modal__disappear-animation;
  animation-timing-function:cubic-bezier(1, 0, .2, 1);
}
@media (min-width:600px){
  .components-modal__frame{
    border-radius:8px;
    margin:auto;
    max-height:calc(100% - 120px);
    max-width:calc(100% - 32px);
    min-width:350px;
    width:auto;
  }
}
@media (min-width:600px) and (min-width:600px){
  .components-modal__frame.is-full-screen{
    height:calc(100% - 32px);
    max-height:none;
    width:calc(100% - 32px);
  }
}
@media (min-width:600px) and (min-width:782px){
  .components-modal__frame.is-full-screen{
    height:calc(100% - 80px);
    max-width:none;
    width:calc(100% - 80px);
  }
}
@media (min-width:600px){
  .components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{
    width:100%;
  }
  .components-modal__frame.has-size-small{
    max-width:384px;
  }
  .components-modal__frame.has-size-medium{
    max-width:512px;
  }
  .components-modal__frame.has-size-large{
    max-width:840px;
  }
}
@media (min-width:960px){
  .components-modal__frame{
    max-height:70%;
  }
}

@keyframes components-modal__appear-animation{
  0%{
    opacity:0;
    transform:scale(.9);
  }
  to{
    opacity:1;
    transform:scale(1);
  }
}
@keyframes components-modal__disappear-animation{
  0%{
    opacity:1;
    transform:scale(1);
  }
  to{
    opacity:0;
    transform:scale(.9);
  }
}
.components-modal__header{
  align-items:center;
  border-bottom:1px solid #0000;
  box-sizing:border-box;
  display:flex;
  flex-direction:row;
  height:72px;
  justify-content:space-between;
  left:0;
  padding:24px 32px 8px;
  position:absolute;
  top:0;
  width:100%;
  z-index:10;
}
.components-modal__header .components-modal__header-heading{
  font-size:1.2rem;
  font-weight:600;
}
.components-modal__header h1{
  line-height:1;
  margin:0;
}
.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{
  border-bottom-color:#ddd;
}
.components-modal__header+p{
  margin-top:0;
}

.components-modal__header-heading-container{
  align-items:center;
  display:flex;
  flex-direction:row;
  flex-grow:1;
  justify-content:left;
}

.components-modal__header-icon-container{
  display:inline-block;
}
.components-modal__header-icon-container svg{
  max-height:36px;
  max-width:36px;
  padding:8px;
}

.components-modal__content{
  flex:1;
  margin-top:72px;
  overflow:auto;
  padding:4px 32px 32px;
}
.components-modal__content.hide-header{
  margin-top:0;
  padding-top:32px;
}
.components-modal__content.is-scrollable:focus-visible{
  box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline:2px solid #0000;
  outline-offset:-2px;
}

.components-notice{
  align-items:center;
  background-color:#fff;
  border-left:4px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color:#1e1e1e;
  display:flex;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size:13px;
  padding:8px 12px;
}
.components-notice.is-dismissible{
  position:relative;
}
.components-notice.is-success{
  background-color:#eff9f1;
  border-left-color:#4ab866;
}
.components-notice.is-warning{
  background-color:#fef8ee;
  border-left-color:#f0b849;
}
.components-notice.is-error{
  background-color:#f4a2a2;
  border-left-color:#cc1818;
}

.components-notice__content{
  flex-grow:1;
  margin:4px 25px 4px 0;
}

.components-notice__actions{
  display:flex;
  flex-wrap:wrap;
}

.components-notice__action.components-button{
  margin-right:8px;
}
.components-notice__action.components-button,.components-notice__action.components-button.is-link{
  margin-left:12px;
}
.components-notice__action.components-button.is-secondary{
  vertical-align:initial;
}

.components-notice__dismiss{
  align-self:flex-start;
  color:#757575;
  flex-shrink:0;
}
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{
  background-color:initial;
  color:#1e1e1e;
}
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{
  box-shadow:none;
}

.components-notice-list{
  box-sizing:border-box;
  max-width:100vw;
}
.components-notice-list .components-notice__content{
  line-height:2;
  margin-bottom:12px;
  margin-top:12px;
}
.components-notice-list .components-notice__action.components-button{
  display:block;
  margin-left:0;
  margin-top:8px;
}

.components-panel{
  background:#fff;
  border:1px solid #e0e0e0;
}
.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{
  margin-top:-1px;
}
.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{
  border-bottom-width:0;
}

.components-panel+.components-panel{
  margin-top:-1px;
}

.components-panel__body{
  border-bottom:1px solid #e0e0e0;
  border-top:1px solid #e0e0e0;
}
.components-panel__body h3{
  margin:0 0 .5em;
}
.components-panel__body.is-opened{
  padding:16px;
}

.components-panel__header{
  align-items:center;
  border-bottom:1px solid #ddd;
  box-sizing:initial;
  display:flex;
  flex-shrink:0;
  height:47px;
  justify-content:space-between;
  padding:0 16px;
}
.components-panel__header h2{
  color:inherit;
  font-size:inherit;
  margin:0;
}

.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{
  margin-top:-1px;
}

.components-panel__body>.components-panel__body-title{
  display:block;
  font-size:inherit;
  margin-bottom:0;
  margin-top:0;
  padding:0;
}
@media not (prefers-reduced-motion){
  .components-panel__body>.components-panel__body-title{
    transition:background .1s ease-in-out;
  }
}

.components-panel__body.is-opened>.components-panel__body-title{
  margin:-16px -16px 5px;
}

.components-panel__body>.components-panel__body-title:hover{
  background:#f0f0f0;
  border:none;
}

.components-panel__body-toggle.components-button{
  border:none;
  box-shadow:none;
  color:#1e1e1e;
  font-weight:500;
  height:auto;
  outline:none;
  padding:16px 48px 16px 16px;
  position:relative;
  text-align:left;
  width:100%;
}
@media not (prefers-reduced-motion){
  .components-panel__body-toggle.components-button{
    transition:background .1s ease-in-out;
  }
}
.components-panel__body-toggle.components-button:focus{
  border-radius:0;
  box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-panel__body-toggle.components-button .components-panel__arrow{
  color:#1e1e1e;
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  fill:currentColor;
}
@media not (prefers-reduced-motion){
  .components-panel__body-toggle.components-button .components-panel__arrow{
    transition:color .1s ease-in-out;
  }
}
body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{
  -ms-filter:fliph;
  filter:FlipH;
  margin-top:-10px;
  transform:scaleX(-1);
}

.components-panel__icon{
  color:#757575;
  margin:-2px 0 -2px 6px;
}

.components-panel__body-toggle-icon{
  margin-right:-5px;
}

.components-panel__color-title{
  float:left;
  height:19px;
}

.components-panel__row{
  align-items:center;
  display:flex;
  justify-content:space-between;
  margin-top:8px;
  min-height:36px;
}
.components-panel__row select{
  min-width:0;
}
.components-panel__row label{
  flex-shrink:0;
  margin-right:12px;
  max-width:75%;
}
.components-panel__row:empty,.components-panel__row:first-of-type{
  margin-top:0;
}

.components-panel .circle-picker{
  padding-bottom:20px;
}

.components-placeholder.components-placeholder{
  align-items:flex-start;
  box-sizing:border-box;
  color:#1e1e1e;
  display:flex;
  flex-direction:column;
  font-size:13px;
  gap:16px;
  margin:0;
  padding:24px;
  position:relative;
  text-align:left;
  width:100%;
  -moz-font-smoothing:subpixel-antialiased;
  -webkit-font-smoothing:subpixel-antialiased;
  background-color:#fff;
  border-radius:2px;
  box-shadow:inset 0 0 0 1px #1e1e1e;
  outline:1px solid #0000;
}

.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size:13px;
  font-weight:400;
  letter-spacing:normal;
  line-height:normal;
  text-transform:none;
}

.components-placeholder__label{
  align-items:center;
  display:flex;
  font-weight:600;
}
.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{
  margin-right:4px;
  fill:currentColor;
}
@media (forced-colors:active){
  .components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{
    fill:CanvasText;
  }
}
.components-placeholder__label:empty{
  display:none;
}

.components-placeholder__fieldset,.components-placeholder__fieldset form{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  gap:16px;
  justify-content:flex-start;
  width:100%;
}
.components-placeholder__fieldset form p,.components-placeholder__fieldset p{
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size:13px;
}

.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{
  flex-direction:column;
}

.components-placeholder__input[type=url]{
  border:1px solid #949494;
  border-radius:2px;
  box-shadow:0 0 0 #0000;
  flex:1 1 auto;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size:16px;
  line-height:normal;
  padding:6px 8px;
}
@media not (prefers-reduced-motion){
  .components-placeholder__input[type=url]{
    transition:box-shadow .1s linear;
  }
}
@media (min-width:600px){
  .components-placeholder__input[type=url]{
    font-size:13px;
    line-height:normal;
  }
}
.components-placeholder__input[type=url]:focus{
  border-color:var(--wp-admin-theme-color);
  box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
  outline:2px solid #0000;
}
.components-placeholder__input[type=url]::-webkit-input-placeholder{
  color:#1e1e1e9e;
}
.components-placeholder__input[type=url]::-moz-placeholder{
  color:#1e1e1e9e;
}
.components-placeholder__input[type=url]:-ms-input-placeholder{
  color:#1e1e1e9e;
}

.components-placeholder__error{
  gap:8px;
  width:100%;
}

.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{
  margin-left:10px;
  margin-right:10px;
}
.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{
  margin-right:0;
}

.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{
  display:none;
}
.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{
  flex-direction:column;
}
.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{
  justify-content:center;
  width:100%;
}
.components-placeholder.is-small{
  padding:16px;
}
.components-placeholder.has-illustration{
  -webkit-backdrop-filter:blur(100px);
          backdrop-filter:blur(100px);
  backface-visibility:hidden;
  background-color:initial;
  border-radius:0;
  box-shadow:none;
  color:inherit;
  display:flex;
  overflow:hidden;
}
.is-dark-theme .components-placeholder.has-illustration{
  background-color:#0000001a;
}
.components-placeholder.has-illustration .components-placeholder__fieldset{
  margin-left:0;
  margin-right:0;
}
.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{
  opacity:0;
  pointer-events:none;
}
@media not (prefers-reduced-motion){
  .components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{
    transition:opacity .1s linear;
  }
}
.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{
  opacity:1;
  pointer-events:auto;
}
.components-placeholder.has-illustration:before{
  background:currentColor;
  bottom:0;
  content:"";
  left:0;
  opacity:.1;
  pointer-events:none;
  position:absolute;
  right:0;
  top:0;
}
.is-selected .components-placeholder.has-illustration{
  overflow:auto;
}

.components-placeholder__preview{
  display:flex;
  justify-content:center;
}

.components-placeholder__illustration{
  box-sizing:initial;
  height:100%;
  left:50%;
  position:absolute;
  top:50%;
  transform:translate(-50%, -50%);
  width:100%;
  stroke:currentColor;
  opacity:.25;
}

.components-popover{
  box-sizing:border-box;
  will-change:transform;
  z-index:1000000;
}
.components-popover *,.components-popover :after,.components-popover :before{
  box-sizing:inherit;
}
.components-popover.is-expanded{
  bottom:0;
  left:0;
  position:fixed;
  right:0;
  top:0;
  z-index:1000000 !important;
}

.components-popover__content{
  background:#fff;
  border-radius:4px;
  box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;
  box-sizing:border-box;
  width:min-content;
}
.is-alternate .components-popover__content{
  border-radius:2px;
  box-shadow:0 0 0 1px #1e1e1e;
}
.is-unstyled .components-popover__content{
  background:none;
  border-radius:0;
  box-shadow:none;
}
.components-popover.is-expanded .components-popover__content{
  box-shadow:0 -1px 0 0 #ccc;
  height:calc(100% - 48px);
  overflow-y:visible;
  position:static;
  width:auto;
}
.components-popover.is-expanded.is-alternate .components-popover__content{
  box-shadow:0 -1px 0 #1e1e1e;
}

.components-popover__header{
  align-items:center;
  background:#fff;
  display:flex;
  height:48px;
  justify-content:space-between;
  padding:0 8px 0 16px;
}

.components-popover__header-title{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  width:100%;
}

.components-popover__close.components-button{
  z-index:5;
}

.components-popover__arrow{
  display:flex;
  height:14px;
  pointer-events:none;
  position:absolute;
  width:14px;
}
.components-popover__arrow:before{
  background-color:#fff;
  content:"";
  height:2px;
  left:1px;
  position:absolute;
  right:1px;
  top:-1px;
}
.components-popover__arrow.is-top{
  bottom:-14px !important;
  transform:rotate(0);
}
.components-popover__arrow.is-right{
  left:-14px !important;
  transform:rotate(90deg);
}
.components-popover__arrow.is-bottom{
  top:-14px !important;
  transform:rotate(180deg);
}
.components-popover__arrow.is-left{
  right:-14px !important;
  transform:rotate(-90deg);
}

.components-popover__triangle{
  display:block;
  flex:1;
}

.components-popover__triangle-bg{
  fill:#fff;
}

.components-popover__triangle-border{
  fill:#0000;
  stroke-width:1px;
  stroke:#ccc;
}
.is-alternate .components-popover__triangle-border{
  stroke:#1e1e1e;
}

.components-radio-control{
  border:0;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size:13px;
  margin:0;
  padding:0;
}

.components-radio-control__group-wrapper.has-help{
  margin-block-end:12px;
}

.components-radio-control__option{
  align-items:center;
  column-gap:8px;
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto minmax(0, max-content);
}

.components-radio-control__input[type=radio]{
  appearance:none;
  border:1px solid #1e1e1e;
  border-radius:2px;
  border-radius:50%;
  box-shadow:0 0 0 #0000;
  cursor:pointer;
  display:inline-flex;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size:16px;
  grid-column:1;
  grid-row:1;
  height:24px;
  line-height:normal;
  margin:0;
  max-width:24px;
  min-width:24px;
  padding:0;
  position:relative;
  transition:none;
  width:24px;
}
@media not (prefers-reduced-motion){
  .components-radio-control__input[type=radio]{
    transition:box-shadow .1s linear;
  }
}
@media (min-width:600px){
  .components-radio-control__input[type=radio]{
    font-size:13px;
    line-height:normal;
  }
}
.components-radio-control__input[type=radio]:focus{
  border-color:var(--wp-admin-theme-color);
  box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
}
.components-radio-control__input[type=radio]::-webkit-input-placeholder{
  color:#1e1e1e9e;
}
.components-radio-control__input[type=radio]::-moz-placeholder{
  color:#1e1e1e9e;
}
.components-radio-control__input[type=radio]:-ms-input-placeholder{
  color:#1e1e1e9e;
}
@media (min-width:600px){
  .components-radio-control__input[type=radio]{
    height:16px;
    max-width:16px;
    min-width:16px;
    width:16px;
  }
}
.components-radio-control__input[type=radio]:checked:before{
  background-color:#fff;
  border:4px solid #fff;
  box-sizing:inherit;
  height:12px;
  left:50%;
  margin:0;
  position:absolute;
  top:50%;
  transform:translate(-50%, -50%);
  width:12px;
}
@media (min-width:600px){
  .components-radio-control__input[type=radio]:checked:before{
    height:8px;
    width:8px;
  }
}
.components-radio-control__input[type=radio]:focus{
  box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
}
.components-radio-control__input[type=radio]:checked{
  background:var(--wp-admin-theme-color);
  border:none;
}
.components-radio-control__input[type=radio]:focus{
  box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);
  outline:2px solid #0000;
  outline-offset:2px;
}
.components-radio-control__input[type=radio]:checked{
  background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-radio-control__input[type=radio]:checked:before{
  border-radius:50%;
  content:"";
}

.components-radio-control__label{
  cursor:pointer;
  grid-column:2;
  grid-row:1;
  line-height:24px;
}
@media (min-width:600px){
  .components-radio-control__label{
    line-height:16px;
  }
}

.components-radio-control__option-description{
  grid-column:2;
  grid-row:2;
  padding-block-start:4px;
}
.components-radio-control__option-description.components-radio-control__option-description{
  margin-top:0;
}

.components-resizable-box__handle{
  display:none;
  height:23px;
  width:23px;
  z-index:2;
}
.components-resizable-box__container.has-show-handle .components-resizable-box__handle{
  display:block;
}
.components-resizable-box__handle>div{
  height:100%;
  outline:none;
  position:relative;
  width:100%;
  z-index:2;
}

.components-resizable-box__container>img{
  width:inherit;
}

.components-resizable-box__handle:after{
  background:#fff;
  border-radius:50%;
  box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 1px 1px #00000008, 0 1px 2px #00000005, 0 3px 3px #00000005, 0 4px 4px #00000003;
  content:"";
  cursor:inherit;
  display:block;
  height:15px;
  outline:2px solid #0000;
  position:absolute;
  right:calc(50% - 8px);
  top:calc(50% - 8px);
  width:15px;
}

.components-resizable-box__side-handle:before{
  background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-radius:9999px;
  content:"";
  cursor:inherit;
  display:block;
  height:3px;
  opacity:0;
  position:absolute;
  right:calc(50% - 1px);
  top:calc(50% - 1px);
  width:3px;
}
@media not (prefers-reduced-motion){
  .components-resizable-box__side-handle:before{
    transition:transform .1s ease-in;
    will-change:transform;
  }
}

.components-resizable-box__corner-handle,.components-resizable-box__side-handle{
  z-index:2;
}

.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{
  border-left:0;
  border-right:0;
  left:0;
  width:100%;
}

.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{
  border-bottom:0;
  border-top:0;
  height:100%;
  top:0;
}

@media not (prefers-reduced-motion){
  .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{
    animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;
    animation-fill-mode:forwards;
  }
  .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{
    animation:components-resizable-box__left-right-animation .1s ease-out 0s;
    animation-fill-mode:forwards;
  }
}
@media not all and (min-resolution:0.001dpcm){
  @supports (-webkit-appearance:none){
    .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{
      animation:none;
    }
  }
}
@keyframes components-resizable-box__top-bottom-animation{
  0%{
    opacity:0;
    transform:scaleX(0);
  }
  to{
    opacity:1;
    transform:scaleX(1);
  }
}
@keyframes components-resizable-box__left-right-animation{
  0%{
    opacity:0;
    transform:scaleY(0);
  }
  to{
    opacity:1;
    transform:scaleY(1);
  }
}
.components-resizable-box__handle-right{
  right:-11.5px;
}

.components-resizable-box__handle-left{
  left:-11.5px;
}

.components-resizable-box__handle-top{
  top:-11.5px;
}

.components-resizable-box__handle-bottom{
  bottom:-11.5px;
}
.components-responsive-wrapper{
  align-items:center;
  display:flex;
  justify-content:center;
  max-width:100%;
  position:relative;
}

.components-responsive-wrapper__content{
  display:block;
  max-width:100%;
  width:100%;
}

.components-sandbox{
  overflow:hidden;
}

iframe.components-sandbox{
  width:100%;
}

body.lockscroll,html.lockscroll{
  overflow:hidden;
}

.components-select-control__input{
  outline:0;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0) !important;
}

@media (max-width:782px){
  .components-base-control .components-base-control__field .components-select-control__input{
    font-size:16px;
  }
}
.components-snackbar{
  -webkit-backdrop-filter:blur(16px) saturate(180%);
          backdrop-filter:blur(16px) saturate(180%);
  background:#000000d9;
  border-radius:4px;
  box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;
  box-sizing:border-box;
  color:#fff;
  cursor:pointer;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size:13px;
  max-width:600px;
  padding:12px 20px;
  pointer-events:auto;
  width:100%;
}
@media (min-width:600px){
  .components-snackbar{
    width:fit-content;
  }
}
.components-snackbar:focus{
  box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-snackbar.components-snackbar-explicit-dismiss{
  cursor:default;
}
.components-snackbar .components-snackbar__content-with-icon{
  padding-left:24px;
  position:relative;
}
.components-snackbar .components-snackbar__icon{
  left:-8px;
  position:absolute;
  top:-2.9px;
}
.components-snackbar .components-snackbar__dismiss-button{
  cursor:pointer;
  margin-left:24px;
}

.components-snackbar__action.components-button{
  color:#fff;
  flex-shrink:0;
  margin-left:32px;
}
.components-snackbar__action.components-button:focus{
  box-shadow:none;
  outline:1px dotted #fff;
}
.components-snackbar__action.components-button:hover{
  color:currentColor;
  text-decoration:none;
}

.components-snackbar__content{
  align-items:baseline;
  display:flex;
  justify-content:space-between;
  line-height:1.4;
}

.components-snackbar-list{
  box-sizing:border-box;
  pointer-events:none;
  position:absolute;
  width:100%;
  z-index:100000;
}

.components-snackbar-list__notice-container{
  padding-top:8px;
  position:relative;
}

.components-tab-panel__tabs{
  align-items:stretch;
  display:flex;
  flex-direction:row;
}
.components-tab-panel__tabs[aria-orientation=vertical]{
  flex-direction:column;
}

.components-tab-panel__tabs-item{
  background:#0000;
  border:none;
  border-radius:0;
  box-shadow:none;
  cursor:pointer;
  font-weight:500;
  height:48px !important;
  margin-left:0;
  padding:3px 16px;
  position:relative;
}
.components-tab-panel__tabs-item:focus:not(:disabled){
  box-shadow:none;
  outline:none;
  position:relative;
}
.components-tab-panel__tabs-item:after{
  background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-radius:0;
  bottom:0;
  content:"";
  height:calc(var(--wp-admin-border-width-focus)*0);
  left:0;
  pointer-events:none;
  position:absolute;
  right:0;
}
@media not (prefers-reduced-motion){
  .components-tab-panel__tabs-item:after{
    transition:all .1s linear;
  }
}
.components-tab-panel__tabs-item.is-active:after{
  height:calc(var(--wp-admin-border-width-focus)*1);
  outline:2px solid #0000;
  outline-offset:-1px;
}
.components-tab-panel__tabs-item:before{
  border-radius:2px;
  bottom:12px;
  box-shadow:0 0 0 0 #0000;
  content:"";
  left:12px;
  pointer-events:none;
  position:absolute;
  right:12px;
  top:12px;
}
@media not (prefers-reduced-motion){
  .components-tab-panel__tabs-item:before{
    transition:all .1s linear;
  }
}
.components-tab-panel__tabs-item:focus-visible:before{
  box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline:2px solid #0000;
}

.components-tab-panel__tab-content:focus{
  box-shadow:none;
  outline:none;
}
.components-tab-panel__tab-content:focus-visible{
  box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline:2px solid #0000;
  outline-offset:0;
}

.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{
  border:1px solid #949494;
  border-radius:2px;
  box-shadow:0 0 0 #0000;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size:16px;
  height:32px;
  line-height:normal;
  margin:0;
  padding:6px 8px;
  width:100%;
}
@media not (prefers-reduced-motion){
  .components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{
    transition:box-shadow .1s linear;
  }
}
@media (min-width:600px){
  .components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{
    font-size:13px;
    line-height:normal;
  }
}
.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{
  border-color:var(--wp-admin-theme-color);
  box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
  outline:2px solid #0000;
}
.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{
  color:#1e1e1e9e;
}
.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{
  color:#1e1e1e9e;
}
.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{
  color:#1e1e1e9e;
}
.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{
  height:40px;
  padding-left:12px;
  padding-right:12px;
}

.components-text-control__input[type=email],.components-text-control__input[type=url]{
  direction:ltr;
}

.components-tip{
  color:#757575;
  display:flex;
}
.components-tip svg{
  align-self:center;
  fill:#f0b849;
  flex-shrink:0;
  margin-right:16px;
}
.components-tip p{
  margin:0;
}

.components-toggle-control__label{
  line-height:16px;
}
.components-toggle-control__label:not(.is-disabled){
  cursor:pointer;
}

.components-toggle-control__help{
  display:inline-block;
  margin-inline-start:40px;
}

.components-accessible-toolbar{
  border:1px solid #1e1e1e;
  border-radius:2px;
  display:inline-flex;
  flex-shrink:0;
}
.components-accessible-toolbar>.components-toolbar-group:last-child{
  border-right:none;
}
.components-accessible-toolbar.is-unstyled{
  border:none;
}
.components-accessible-toolbar.is-unstyled>.components-toolbar-group{
  border-right:none;
}

.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{
  align-items:center;
  display:flex;
  flex-direction:column;
}
.components-accessible-toolbar .components-button,.components-toolbar .components-button{
  height:48px;
  padding-left:16px;
  padding-right:16px;
  position:relative;
  z-index:1;
}
.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){
  box-shadow:none;
  outline:none;
}
.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{
  border-radius:2px;
  content:"";
  display:block;
  height:32px;
  left:8px;
  position:absolute;
  right:8px;
  z-index:-1;
}
@media not (prefers-reduced-motion){
  .components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{
    animation:components-button__appear-animation .1s ease;
    animation-fill-mode:forwards;
  }
}
.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{
  margin-left:auto;
  margin-right:auto;
  position:relative;
}
.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{
  background:#0000;
}
.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{
  background:#1e1e1e;
}
.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{
  box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  outline:2px solid #0000;
}
.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{
  min-width:48px;
  padding-left:8px;
  padding-right:8px;
}

@keyframes components-button__appear-animation{
  0%{
    transform:scaleY(0);
  }
  to{
    transform:scaleY(1);
  }
}
.components-toolbar__control.components-button{
  position:relative;
}
.components-toolbar__control.components-button[data-subscript] svg{
  padding:5px 10px 5px 0;
}
.components-toolbar__control.components-button[data-subscript]:after{
  bottom:10px;
  content:attr(data-subscript);
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size:13px;
  font-weight:600;
  line-height:12px;
  position:absolute;
  right:8px;
}
.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{
  color:#fff;
}

.components-toolbar-group{
  background-color:#fff;
  border-right:1px solid #1e1e1e;
  display:inline-flex;
  flex-shrink:0;
  flex-wrap:wrap;
  line-height:0;
  min-height:48px;
  padding-left:6px;
  padding-right:6px;
}
.components-toolbar-group .components-toolbar-group.components-toolbar-group{
  border-width:0;
  margin:0;
}
.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{
  justify-content:center;
  min-width:36px;
  padding-left:6px;
  padding-right:6px;
}
.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{
  min-width:24px;
}
.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{
  left:2px;
  right:2px;
}

.components-toolbar{
  background-color:#fff;
  border:1px solid #1e1e1e;
  display:inline-flex;
  flex-shrink:0;
  flex-wrap:wrap;
  margin:0;
  min-height:48px;
}
.components-toolbar .components-toolbar.components-toolbar{
  border-width:0;
  margin:0;
}

div.components-toolbar>div{
  display:flex;
  margin:0;
}
div.components-toolbar>div+div.has-left-divider{
  margin-left:6px;
  overflow:visible;
  position:relative;
}
div.components-toolbar>div+div.has-left-divider:before{
  background-color:#ddd;
  box-sizing:initial;
  content:"";
  display:inline-block;
  height:20px;
  left:-3px;
  position:absolute;
  top:8px;
  width:1px;
}

.components-tooltip{
  background:#000;
  border-radius:2px;
  box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;
  color:#f0f0f0;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size:12px;
  line-height:1.4;
  padding:4px 8px;
  text-align:center;
  z-index:1000002;
}

.components-tooltip__shortcut{
  margin-left:8px;
}#wpadminbar>.godaddy-styles *,.godaddy-styles *{font-family:GD Sherpa,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.4}#wpadminbar>.godaddy-styles .is-bigger,.godaddy-styles .is-bigger{font-size:1.1em!important;font-weight:500!important}#wpadminbar>.godaddy-styles .components-button,#wpadminbar>.godaddy-styles.components-button,.godaddy-styles .components-button,.godaddy-styles.components-button{border:0;border-radius:6px;box-shadow:none;font-size:1em;height:auto;line-height:1;padding:1.25em;transition:background-color,color,.2s ease-in-out}#wpadminbar>.godaddy-styles .components-button:disabled,#wpadminbar>.godaddy-styles.components-button:disabled,.godaddy-styles .components-button:disabled,.godaddy-styles.components-button:disabled{opacity:.5}#wpadminbar>.godaddy-styles .components-button>svg,#wpadminbar>.godaddy-styles.components-button>svg,.godaddy-styles .components-button>svg,.godaddy-styles.components-button>svg{height:24px;margin-left:.2em;position:relative;right:-5px;top:-1px;transform:scale(.75);width:24px}#wpadminbar>.godaddy-styles .components-button.no-padding,#wpadminbar>.godaddy-styles.components-button.no-padding,.godaddy-styles .components-button.no-padding,.godaddy-styles.components-button.no-padding{padding:0}#wpadminbar>.godaddy-styles .components-button.is-big,#wpadminbar>.godaddy-styles.components-button.is-big,.godaddy-styles .components-button.is-big,.godaddy-styles.components-button.is-big{font-size:1.1em;font-weight:600;padding:1.5em}#wpadminbar>.godaddy-styles .components-button.is-primary,#wpadminbar>.godaddy-styles.components-button.is-primary,.godaddy-styles .components-button.is-primary,.godaddy-styles.components-button.is-primary{background-color:#000;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-primary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:hover:not([disabled]),.godaddy-styles .components-button.is-primary:active:not([disabled]),.godaddy-styles .components-button.is-primary:hover:not([disabled]),.godaddy-styles.components-button.is-primary:active:not([disabled]),.godaddy-styles.components-button.is-primary:hover:not([disabled]){background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-button.is-secondary,#wpadminbar>.godaddy-styles.components-button.is-secondary,.godaddy-styles .components-button.is-secondary,.godaddy-styles.components-button.is-secondary{box-shadow:none;color:#111}#wpadminbar>.godaddy-styles .components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-secondary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:hover:not([disabled]),.godaddy-styles .components-button.is-secondary:active:not([disabled]),.godaddy-styles .components-button.is-secondary:hover:not([disabled]),.godaddy-styles.components-button.is-secondary:active:not([disabled]),.godaddy-styles.components-button.is-secondary:hover:not([disabled]){border:0;box-shadow:none;color:#000}#wpadminbar>.godaddy-styles .components-button.is-tertiary,#wpadminbar>.godaddy-styles.components-button.is-tertiary,.godaddy-styles .components-button.is-tertiary,.godaddy-styles.components-button.is-tertiary{border:1px solid #111;color:#111}#wpadminbar>.godaddy-styles .components-button.is-tertiary:hover,#wpadminbar>.godaddy-styles.components-button.is-tertiary:hover,.godaddy-styles .components-button.is-tertiary:hover,.godaddy-styles.components-button.is-tertiary:hover{background-color:#111;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-link,#wpadminbar>.godaddy-styles.components-button.is-link,.godaddy-styles .components-button.is-link,.godaddy-styles.components-button.is-link{box-shadow:none;color:#00a4a6;padding:0;text-decoration:none}#wpadminbar>.godaddy-styles .components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-link:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:hover:not([disabled]),.godaddy-styles .components-button.is-link:active:not([disabled]),.godaddy-styles .components-button.is-link:hover:not([disabled]),.godaddy-styles.components-button.is-link:active:not([disabled]),.godaddy-styles.components-button.is-link:hover:not([disabled]){color:#111;outline:none}#wpadminbar>.godaddy-styles .components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.has-icon:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:hover:not([disabled]),.godaddy-styles .components-button.has-icon:active:not([disabled]),.godaddy-styles .components-button.has-icon:hover:not([disabled]),.godaddy-styles.components-button.has-icon:active:not([disabled]),.godaddy-styles.components-button.has-icon:hover:not([disabled]){background-color:transparent;color:#00a4a6}#wpadminbar>.godaddy-styles .components-modal__frame,#wpadminbar>.godaddy-styles.components-modal__frame,.godaddy-styles .components-modal__frame,.godaddy-styles.components-modal__frame{border-radius:1rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content,.godaddy-styles .components-modal__frame .components-modal__content,.godaddy-styles.components-modal__frame .components-modal__content{margin-top:0;padding:4.5rem 4.5rem 4.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content:before,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content:before,.godaddy-styles .components-modal__frame .components-modal__content:before,.godaddy-styles.components-modal__frame .components-modal__content:before{margin:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content p:last-child,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content p:last-child,.godaddy-styles .components-modal__frame .components-modal__content p:last-child,.godaddy-styles.components-modal__frame .components-modal__content p:last-child{margin-bottom:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header{border-bottom:0;font-size:2rem;height:unset;margin-bottom:.75em;padding:0;position:relative}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container{margin-right:8px}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading{font-size:2rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon{font-size:1rem;left:auto;padding:.25em;position:absolute;right:-3.5rem;top:-3.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg{margin-left:0;right:0;top:0;transform:scale(1)}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input{margin-bottom:.5em}#wpadminbar>.godaddy-styles .ux-tag,.godaddy-styles .ux-tag{border-radius:4px;color:#000;font-size:.9em;font-weight:700;letter-spacing:.05625rem;line-height:1.5;padding-block:8px;padding-inline:8px;text-transform:uppercase;white-space:nowrap}#wpadminbar>.godaddy-styles .ux-tag-critical,.godaddy-styles .ux-tag-critical{background-color:#fbb}#wpadminbar>.godaddy-styles .ux-tag-highlight,.godaddy-styles .ux-tag-highlight{background-color:#a6fff8}#wpadminbar>.godaddy-styles .ux-tag-info,.godaddy-styles .ux-tag-info{background-color:#d3c1f7}#wpadminbar>.godaddy-styles .ux-tag-internal,.godaddy-styles .ux-tag-internal{background-color:#fbd9ed}#wpadminbar>.godaddy-styles .ux-tag-neutral,.godaddy-styles .ux-tag-neutral{background-color:#ddeaf8}#wpadminbar>.godaddy-styles .ux-tag-passive,.godaddy-styles .ux-tag-passive{background-color:#f4f8fc}#wpadminbar>.godaddy-styles .ux-tag-success,.godaddy-styles .ux-tag-success{background-color:#9fffb8}#wpadminbar>.godaddy-styles .ux-tag-warning,.godaddy-styles .ux-tag-warning{background-color:#ffeea9}#wpadminbar>.godaddy-styles .components-toggle-control,#wpadminbar>.godaddy-styles.components-toggle-control,.godaddy-styles .components-toggle-control,.godaddy-styles.components-toggle-control{align-items:flex-end;display:flex}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles .components-toggle-control__field,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles.components-toggle-control__field,.godaddy-styles .components-toggle-control .components-base-control__field,.godaddy-styles .components-toggle-control__field,.godaddy-styles.components-toggle-control .components-base-control__field,.godaddy-styles.components-toggle-control__field{margin:0}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track{background-color:#f3f6f8}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track{background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__help,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__help,.godaddy-styles .components-toggle-control .components-base-control__help,.godaddy-styles.components-toggle-control .components-base-control__help{margin:0}
/*
  Theme Name: Lawyeria Lite
  Theme URI: https://themeisle.com/themes/lawyeria-lite/
  Version: 1.1.6
  Description: Lawyeria Lite is a free Lawyer WordPress Theme, super clean corporate and fully responsive design.It works for any small business, especially attorney business and law firm. Can be used to build a lawyer website or any small business site, the responsive homepage contact form along with the email/phone highly visible generate a great conversion rate. You can get free support in https://themeisle.com/forums/forum/lawyeria-lite/ and check the demo at http://themeisle.com/demo/?theme=Lawyeria%20Lite
  Author: ThemeIsle
  Author URI: https://themeisle.com
  Created Date: 08/04/2014
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Text Domain: lawyeria-lite
  Tags: black, blue, gray, white, light,silver, one-column,right-sidebar, responsive-layout, fixed-layout,custom-background,theme-options, custom-header, custom-menu, featured-images, sticky-post, threaded-comments, translation-ready
*/


/*
** Table of contents
**  1 - General
**    1.1 Reset CSS
**    1.2 General
**    1.3 Top Header
**    1.4 Subheader
**    1.5 Features
**    1.6 Content
**    1.7 Footer
**
**  2 - Blog
**    2.1 Posts
**    2.2 Sidebar Right
**    2.3 Single
**
**  3 - Lawyers
**    3.1 Lawyers Content
**    3.2 Lawyers Single
**
**  4 - Practice Arelaas
**
**  5 - Testimonials
**
**  6 - Responsive
**    6.1 Max Width: 320px
**    6.2 Max Width: 480px
**    6.3 Max Width: 580px
**    6.4 Max Width: 768px
**    6.5 Max Width: 1024px
*/
/*
**  1 - General
*/
/* 1.1 Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

/* 1.2 General */
html {
  font-size: 62.5%;
}

body {
  background: #f3f3f3;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.wrapper {
  width: 964px;
  margin: 0px auto;
}

.wide-header {
  width: 100%;
  background: #fff;
  margin: 5px 0 0 0;
}

.header-contact {
  width: 200px;
  margin-top: 35px;
  line-height: 14px;
  color: #6d7c88;
  text-align: right;
  font-weight: 700;
  float: right;
}
.header-contact span {
  line-height: 24px;
  font-size: 24px;
  color: #394753;
}

.header-contact span a {
    color: #394753;
    text-decoration: none;
}

.wide-nav {
  width: 100%;
  height: 90px;
  line-height: 90px;
  background: #445d70;
}
.wide-nav h3 {
  width: 100%;
  font-weight: 700;
  font-size: 26px;
}
.wide-nav h3 span {
  font-weight: 200;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/lawyeria-lite/fonts/icomoon.eot?or2s07");
  src: url("/wp-content/themes/lawyeria-lite/fonts/icomoon.eot?#iefixor2s07") format("embedded-opentype"), url("/wp-content/themes/lawyeria-lite/fonts/icomoon.woff?or2s07") format("woff"), url("/wp-content/themes/lawyeria-lite/fonts/icomoon.ttf?or2s07") format("truetype"), url("/wp-content/themes/lawyeria-lite/fonts/icomoon.svg?or2s07#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
  content: "\e605";
}

.icon-googleplus:before {
  content: "\e601";
}

.icon-facebook:before {
  content: "\e600";
}

.icon-vimeo:before {
  content: "\e602";
}

.icon-twitter:before {
  content: "\e603";
}

.icon-linkedin:before {
  content: "\e604";
}

/* Header Top */
.header-left {
  margin: 25px 0px;
  float: left;
}
.header-left .logo {
  width: auto;
  height: 60px;
  display: block;
  float: left;
}
nav {
    margin: 0;
    float: left;
}

nav ul {
  list-style: none;
  float: right;
}

nav li {
  margin-right: 40px;
  position: relative;
  float: left;
}

nav li:first-child {
    margin-left: 0px;
}

nav li a {
  padding: 5px 10px;
  display: block;
  color: #394753;
  text-decoration: none;
  border: 1px solid #f3f3f3;
}
nav li a:hover {
    border: 1px solid #dee0e2;
}
nav li ul {
  top: 55px;
  display: none;
  position: absolute;
  background: #f3f3f3;
  z-index: 99999;
  width: 200px;
}
nav li:hover > ul {
  display: block;
}
nav li ul li {
  width: 100%;
  margin-left: 0px;
}
nav li ul li a {
  padding: 11px 10px;
  width: 180px;
  line-height: 18px;
  font-weight: normal;
  border: none;
  font-size: 14px;
  float: left;
}
nav li ul li a:hover {
    background: #dee0e2;
    border: none;
}
nav li ul ul {
  background: #f3f3f3;
  top: 0;
  left: 100%;
}
nav li.current-menu-item a {
  color: #394753;
}
nav div > ul > li {
  padding: 15px 0 14px;
}

/* Subheader */
#subheader {
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
#subheader .subheader-color {
  width: 100%;
  height: 100%;
  background: rgba(21, 52, 76, 0.85);
  padding-bottom: 72px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}
#subheader .subheader-color .full-header-content {
  width: 515px;
  margin-top: 150px;
  float: left;
}
#subheader .subheader-color .full-header-content h3 {
  width: 100%;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  line-height: 42px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 36px;
}
#subheader .subheader-color .full-header-content p {
  width: 100%;
  margin-top: 13px;
  color: #a8adb1;
  line-height: 26px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  font-weight: 300;
  font-size: 18px;
}
#subheader .subheader-color .full-header-content-no-sidebar {
  width: 100%;
  margin-top: 70px !important;
}
#subheader .subheader-color .header-form {
  width: 294px;
  background: white;
  margin-top: 72px;
  padding: 27px 30px;
  border: 3px solid #f3f3f3;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
  float: right;
}
#subheader .subheader-color .header-form p {
  margin-bottom: 8px;
  line-height: 24px;
  color: #394753;
  font-size: 24px;
}
#subheader .subheader-color .header-form .wpcf7-text {
  height: 42px;
  margin: 8px 0px;
  padding: 0px;
  color: #777;
  border: 1px solid #d4d4d4;
  outline: 0;
  float: left;
}
#subheader .subheader-color .header-form .wpcf7-text:focus {
  border: 1px solid #276EB7;
  color: #276EB7;
}
#subheader .subheader-color .header-form .wpcf7-text::-webkit-input-placeholder {
  color: #777;
}
#subheader .subheader-color .header-form .wpcf7-text:focus::-webkit-input-placeholder {
  color: #276EB7;
}
#subheader .subheader-color .header-form .wpcf7-text:-moz-placeholder {
  color: #777;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#subheader .subheader-color .header-form .wpcf7-text:focus:-moz-placeholder {
  color: #276EB7;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#subheader .subheader-color .header-form .wpcf7-text::-moz-placeholder {
  color: #777;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#subheader .subheader-color .header-form .wpcf7-text:focus::-moz-placeholder {
  color: #276EB7;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#subheader .subheader-color .header-form .wpcf7-text:-ms-input-placeholder {
  color: #777;
}
#subheader .subheader-color .header-form .wpcf7-text:focus:-ms-input-placeholder {
  color: #276EB7;
}
#subheader .subheader-color .header-form .full-input-text {
  width: 253px;
  padding: 0px 19px;
}
#subheader .subheader-color .header-form .small-input-text {
  width: 99px;
  margin-right: 16px;
  padding: 0px 19px;
}
#subheader .subheader-color .header-form .input-no-margin {
  margin-right: 0px;
}
#subheader .subheader-color .header-form .wpcf7-textarea {
  width: 253px;
  height: 82px;
  padding: 12px 19px;
  resize: none;
  outline: 0px;
  border: 1px solid #d4d4d4;
  font-family: 'MS Shell Dlg', sans-serif;
  font-weight: 400;
  font-size: 13.3333px;
}
#subheader .subheader-color .header-form .wpcf7-textarea:focus {
  border: 1px solid #276EB7;
  color: #276EB7;
}
#subheader .subheader-color .header-form .wpcf7-textarea::-webkit-input-placeholder {
  color: #777;
}
#subheader .subheader-color .header-form .wpcf7-textarea:focus::-webkit-input-placeholder {
  color: #276EB7;
}
#subheader .subheader-color .header-form .wpcf7-textarea:-moz-placeholder {
  color: #777;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#subheader .subheader-color .header-form .wpcf7-textarea:focus:-moz-placeholder {
  color: #276EB7;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#subheader .subheader-color .header-form .wpcf7-textarea::-moz-placeholder {
  color: #777;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#subheader .subheader-color .header-form .wpcf7-textarea:focus::-moz-placeholder {
  color: #276EB7;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#subheader .subheader-color .header-form .wpcf7-textarea:-ms-input-placeholder {
  color: #777;
}
#subheader .subheader-color .header-form .wpcf7-textarea:focus:-ms-input-placeholder {
  color: #276EB7;
}
#subheader .subheader-color .header-form .wpcf7-submit {
  width: 131px;
  height: 39px;
  background: #276eb7;
  margin: 0px auto;
  border: 2px solid #4286cb;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  box-shadow: 0px 0px 1px 0.5px #276eb7;
  -moz-box-shadow: 0px 0px 1px 0.5px #276eb7;
  -webkit-box-shadow: 0px 0px 1px 0.5px #276eb7;
  -ms-box-shadow: 0px 0px 1px 0.5px #276eb7;
  cursor: pointer;
  color: #fff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
#subheader .subheader-color .header-form .wpcf7-submit:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
}
#subheader .second-subheader {
  width: 100%;
  background: #fff;
  padding: 60px 0px;
  text-align: center;
  position: relative;
  float: left;
}
#subheader .second-subheader h3 {
  margin: 0px 155px;
  line-height: 42px;
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

#features {
  width: 100%;
  background: url("/wp-content/themes/lawyeria-lite/images/features-background.png");
  padding: 60px 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) inset;
  float: left;
}
#features .features-box {
  width: 282px;
  background: #fff;
  margin-left: 59px;
  padding: 30px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  float: left;
}
#features .features-box:first-child {
  margin-left: 0px;
}
#features .features-box .features-box-icon {
  width: 100%;
  height: 46px;
  text-align: center;
}
#features .features-box h4 {
  width: 100%;
  margin-top: 13px;
  text-align: center;
  color: #394753;
  font-weight: 700;
  font-size: 30px;
}
#features .features-box p {
  width: 100%;
  margin-top: 13px;
  text-align: center;
  color: #394753;
  font-weight: 300;
  font-size: 18px;
}

/* 1.6 Content */
#content {
  width: 100%;
  background: #fff;
  padding: 60px 0px;
  float: left;
}
#content .content-article {
  width: 100%;
}
#content .content-article .content-article-image {
  width: 362px;
  height: auto;
  margin-right: 38px;
  margin-bottom: 20px;
  float: left;
}
#content .content-article .content-article-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
#content .content-article h3 {
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px;
}
#content .content-article p {
  margin-top: 25px;
  line-height: 24px;
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
}
#content .content-about {
  width: 100%;
  margin-top: 60px;
}
#content .content-about .practice-area, #content .content-about .our-lawyers {
  width: 467px;
  color: #6d7c88;
  float: left;
}
#content .content-about .practice-area ul li, #content .content-about .our-lawyers ul li {
  width: 233px;
  list-style: url("/wp-content/themes/lawyeria-lite/images/lists-dot.png") inside;
  margin-bottom: 9px;
  float: left;
  font-weight: 700;
  font-size: 18px;
}
#content .content-about .practice-area ul li a, #content .content-about .our-lawyers ul li a {
  color: #6d7c88;
  text-decoration: none;
}
#content .content-about .practice-area ul li a:hover, #content .content-about .our-lawyers ul li a:hover {
  text-decoration: underline;
}
#content .content-about .our-lawyers {
  float: right;
}
#content .content-about .our-lawyers a.lawyer {
  width: 82px;
  height: 82px;
  background: #fff;
  display: block;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  float: left;
}
#content .content-about .our-lawyers .lawyer-no-image {
  width: 82px;
  height: 82px;
  background: #eeeeee url("/wp-content/themes/lawyeria-lite/images/lawyer-single-no-image.png") no-repeat center !important;
}
#content .content-about .our-lawyers a.lawyer .widget-our-lawyers-mask {
    width: 82px;
    height: 82px;
    background: #000;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}
#content .content-about .our-lawyers a.lawyer:hover .widget-our-lawyers-mask {
    width: 82px;
    height: 82px;
    background: #000;
    position: absolute;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDMyIDMyIj4KCQkJCQkJCQkJPHBhdGggZD0iTTE2IDZjLTYuOTc5IDAtMTMuMDI4IDQuMDY0LTE2IDEwIDIuOTcyIDUuOTM2IDkuMDIxIDEwIDE2IDEwIDYuOTc5IDAgMTMuMDI3LTQuMDY0IDE2LTEwLTIuOTcyLTUuOTM2LTkuMDIxLTEwLTE2LTEwek0yMy44ODkgMTEuMzAzYzEuODggMS4xOTkgMy40NzMgMi44MDUgNC42NyA0LjY5Ny0xLjE5NyAxLjg5MS0yLjc5IDMuNDk4LTQuNjcgNC42OTctMi4zNjIgMS41MDctNS4wOTAgMi4zMDMtNy44ODkgMi4zMDMtMi43OTkgMC01LjUyNy0wLjc5Ni03Ljg4OS0yLjMwMy0xLjg4LTEuMTk5LTMuNDczLTIuODA1LTQuNjctNC42OTcgMS4xOTctMS44OTEgMi43OS0zLjQ5OCA0LjY3LTQuNjk3IDAuMTIyLTAuMDc4IDAuMjQ2LTAuMTU0IDAuMzcxLTAuMjI4LTAuMzExIDAuODU0LTAuNDgyIDEuNzc2LTAuNDgyIDIuNzM3IDAgNC40MTggMy41ODIgOCA4IDhzOC0zLjU4MiA4LThjMC0wLjk2Mi0wLjE3LTEuODgzLTAuNDgyLTIuNzM3IDAuMTI0IDAuMDc0IDAuMjQ4IDAuMTUgMC4zNzEgMC4yMjh6TTE2IDEyLjgxM2MwIDEuNjU3LTEuMzQzIDMtMyAzcy0zLTEuMzQzLTMtMyAxLjM0My0zIDMtMyAzIDEuMzQzIDMgM3oiIGZpbGw9IiNlZWUiPjwvcGF0aD4KCQkJCQkJCQk8L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
}
#content .content-about .content-about-title {
  width: 302px;
  height: 60px;
  background: url("/wp-content/themes/lawyeria-lite/images/content-about-title-background.png") repeat-x bottom;
  margin-bottom: 30px;
  text-align: center;
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
  font-size: 30px;
}


/* 1.7 Footer */
#footer {
  width: 100%;
  background: #4a5c6b;
  padding: 40px 0px;
  float: left;
}
#footer .footer-margin-left {
  width: 994px;
  margin-left: -30px;
}
#footer .footer-box {
  width: 301px;
  margin-left: 30px;
  margin-bottom: 10px;
  float: left;
}
#footer .footer-box img {
    max-width: 100%;
    height: auto;
}
#footer .footer-box select {
    width: 100%;
}
#footer .footer-box .footer-box-title {
  width: 100%;
  color: #fff;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 24px;
}
#footer .footer-box .searchform .screen-reader-text {
  width: 100%;
  display: block;
}
#footer .footer-box .searchform input#s {
  width: 100%;
  height: 30px;
  margin: 10px 0px 0px 0px;
  padding: 0px 5px;
  color: #394753;
  border: 1px solid #CECECE;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  outline: 0px;
}
#footer .footer-box .searchform input#s:focus {
  background: #F4F4F4;
}
#footer .footer-box .searchform input#searchsubmit {
  height: 30px;
  background: #6D7C88;
  margin: 10px 0px 0px 0px;
  padding: 5px 15px;
  color: #fff;
  border: none;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#footer .footer-box .searchform input#searchsubmit:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
}
#footer .footer-box .tagcloud a {
  color: #BFC8D1;
  text-decoration: none;
}
#footer .footer-box .tagcloud a:hover {
  text-decoration: underline;
}
#footer .footer-box ul li {
  width: 100%;
  margin-top: 15px;
}
#footer .footer-box ul li .post-date {
  font-size: 12px;
  font-style: italic;
}
#footer .footer-box ul li:first-child {
  margin-top: 0px;
}
#footer .footer-box ul li a {
  color: #BFC8D1;
  text-decoration: none;
}
#footer .footer-box ul li a:hover {
  text-decoration: underline;
}
#footer .footer-box .sub-menu li {
  margin-top: 14px !important;
  padding-left: 3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#footer .footer-box .footer-box-entry {
  width: 100%;
  margin-top: 18px;
  line-height: 24px;
  color: #bfc8d1;
}
#footer .footer-box .footer-box-entry span {
  margin-bottom: 20px;
  display: block;
}
#footer .footer-box .footer-socials {
  width: 100%;
}
#footer .footer-box .footer-socials a.social-button {
  width: 19px;
  height: 19px;
  line-height: 19px;
  background: #8397a9;
  margin-left: 13px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  color: #4a5c6b;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  font-size: 10px;
}
#footer .footer-box .footer-socials a.social-button:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
#footer .footer-box .footer-socials a.social-button:first-child {
  margin-left: 0px;
}
#footer .footer-box .wpcf7-form {
  margin-top: 18px;
}
#footer .footer-box span {
  display: block;
  margin-top: 5px;
}
#footer .footer-box .wpcf7-text {
  width: 264px;
  height: 38px;
  background: #fff;
  margin: 0px 0px 5px 0px;
  padding: 0px 19px;
  border: none;
  display: block;
  color: #b6bec4;
  outline: 0;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
#footer .footer-box .wpcf7-text:focus {
  color: #4A5C6B;
}
#footer .footer-box .wpcf7-text::-webkit-input-placeholder {
  font-size: 14px;
  color: #b6bec4;
}
#footer .footer-box .wpcf7-text:focus::-webkit-input-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}
#footer .footer-box .wpcf7-text:-moz-placeholder {
  font-size: 14px;
  color: #b6bec4;
}
#footer .footer-box .wpcf7-text:focus:-moz-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}
#footer .footer-box .wpcf7-text::-moz-placeholder {
  font-size: 14px;
  color: #b6bec4;
}
#footer .footer-box .wpcf7-text:focus::-moz-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}
#footer .footer-box .wpcf7-text:-ms-input-placeholder {
  font-size: 14px;
  color: #b6bec4;
}
#footer .footer-box .wpcf7-text:focus:-ms-input-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}
#footer .footer-box .wpcf7-textarea {
  width: 264px;
  height: 60px;
  background: #fff;
  margin: 0px 0px 5px 0px;
  padding: 3px 19px;
  border: none;
  display: block;
  color: #b6bec4;
  outline: 0;
  resize: none;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
#footer .footer-box .wpcf7-textarea:focus {
  color: #4A5C6B;
}
#footer .footer-box .wpcf7-textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #b6bec4;
}
#footer .footer-box .wpcf7-textarea:focus::-webkit-input-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}
#footer .footer-box .wpcf7-textarea:-moz-placeholder {
  font-size: 14px;
  color: #b6bec4;
}
#footer .footer-box .wpcf7-textarea:focus:-moz-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}
#footer .footer-box .wpcf7-textarea::-moz-placeholder {
  font-size: 14px;
  color: #b6bec4;
}
#footer .footer-box .wpcf7-textarea:focus::-moz-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}
#footer .footer-box .wpcf7-textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #b6bec4;
}
#footer .footer-box .wpcf7-textarea:focus:-ms-input-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}
#footer .footer-box .wpcf7-submit {
  width: 302px;
  background: #394753;
  padding: 9px 0px;
  border: 2px solid #3e4e5b;
  display: block;
  cursor: pointer;
  color: #fff;
  box-shadow: 0px 1px 1px #394753;
  -moz-box-shadow: 0px 1px 1px #394753;
  -webkit-box-shadow: 0px 1px 1px #394753;
  -ms-box-shadow: 0px 1px 1px #394753;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
#footer .footer-box .wpcf7-submit:hover {
  background: #36424C;
}
#footer .widget_rss {
  color: #fff;
}
#footer .widget_rss li {
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
}
#footer .widget_rss .footer-box-title a.rsswidget {
  color: #fff;
  text-decoration: none;
}
#footer .widget_rss .footer-box-title a.rsswidget:hover {
  color: #fff;
  text-decoration: underline;
}
#footer .widget_rss a.rsswidget {
  color: #BFC8D1;
  text-decoration: none;
}
#footer .widget_rss a.rsswidget:hover {
  color: #BFC8D1;
}
#footer .widget_rss .rss-date {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-style: italic;
}
#footer .widget_rss .rssSummary {
  margin: 10px 0px;
}
#footer .widget_rss cite {
  font-style: italic;
  font-weight: 700;
}
#footer .widget-testimonials {
  width: 100%;
}
#footer .widget-testimonials .list_carousel {
  width: 100%;
}
#footer .widget-testimonials .list_carousel ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
}
#footer .widget-testimonials .list_carousel ul li {
  width: 240px;
  height: auto;
  display: block;
  position: relative;
  color: #394753;
  float: left;
  font-weight: 300;
  font-size: 14px;
}
#footer .widget-testimonials .list_carousel ul li .list_carousel_entry {
  width: 240px;
  margin-top: -9px;
  line-height: 30px;
  text-align: center;
  font-style: italic;
}
#footer .widget-testimonials .list_carousel ul li .list_carousel_customer {
  width: 100%;
  height: 30px;
  margin-top: 30px;
  text-align: center;
}
#footer .widget-testimonials .list_carousel ul li .list_carousel_customer span {
  width: 100%;
  font-weight: 700;
}
#footer .widget-testimonials .list_carousel.responsive {
  width: auto;
  margin-left: 0;
}
#footer .widget-testimonials .clearfix {
  clear: both;
  float: none;
}
#footer .widget-testimonials .prev {
  width: 30px;
  height: 30px;
  background: #6d7c88 url("/wp-content/themes/lawyeria-lite/images/testimonials-left-arrow.png") no-repeat center center;
  margin-top: -30px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
}
#footer .widget-testimonials .prev:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
}
#footer .widget-testimonials .next {
  width: 30px;
  height: 30px;
  background: #6d7c88 url("/wp-content/themes/lawyeria-lite/images/testimonials-right-arrow.png") no-repeat center center;
  margin-top: -30px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}
#footer .textwidget {
  line-height: 24px;
  color: #BFC8D1;
}
#footer .widget-our-lawyers {
  width: 330px;
  margin: -30px 0px 0px -30px;
}
#footer .widget-our-lawyers a.lawyer {
  width: 105px;
  height: 105px;
  background: #fff;
  margin: 30px 0px 0px 30px;
  display: block;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  float: left;
}
#footer .widget-our-lawyers .lawyer-no-image {
    width: 105px;
    height: 105px;
    background: #eeeeee url("/wp-content/themes/lawyeria-lite/images/lawyer-single-no-image.png") no-repeat center !important;
}
#footer .widget-our-lawyers a.lawyer .widget-our-lawyers-mask {
    width: 105px;
    height: 105px;
    background: #000;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}
#footer .widget-our-lawyers a.lawyer:hover .widget-our-lawyers-mask {
    width: 105px;
    height: 105px;
    background: #000;
    position: absolute;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDMyIDMyIj4KCQkJCQkJCQkJPHBhdGggZD0iTTE2IDZjLTYuOTc5IDAtMTMuMDI4IDQuMDY0LTE2IDEwIDIuOTcyIDUuOTM2IDkuMDIxIDEwIDE2IDEwIDYuOTc5IDAgMTMuMDI3LTQuMDY0IDE2LTEwLTIuOTcyLTUuOTM2LTkuMDIxLTEwLTE2LTEwek0yMy44ODkgMTEuMzAzYzEuODggMS4xOTkgMy40NzMgMi44MDUgNC42NyA0LjY5Ny0xLjE5NyAxLjg5MS0yLjc5IDMuNDk4LTQuNjcgNC42OTctMi4zNjIgMS41MDctNS4wOTAgMi4zMDMtNy44ODkgMi4zMDMtMi43OTkgMC01LjUyNy0wLjc5Ni03Ljg4OS0yLjMwMy0xLjg4LTEuMTk5LTMuNDczLTIuODA1LTQuNjctNC42OTcgMS4xOTctMS44OTEgMi43OS0zLjQ5OCA0LjY3LTQuNjk3IDAuMTIyLTAuMDc4IDAuMjQ2LTAuMTU0IDAuMzcxLTAuMjI4LTAuMzExIDAuODU0LTAuNDgyIDEuNzc2LTAuNDgyIDIuNzM3IDAgNC40MTggMy41ODIgOCA4IDhzOC0zLjU4MiA4LThjMC0wLjk2Mi0wLjE3LTEuODgzLTAuNDgyLTIuNzM3IDAuMTI0IDAuMDc0IDAuMjQ4IDAuMTUgMC4zNzEgMC4yMjh6TTE2IDEyLjgxM2MwIDEuNjU3LTEuMzQzIDMtMyAzcy0zLTEuMzQzLTMtMyAxLjM0My0zIDMtMyAzIDEuMzQzIDMgM3oiIGZpbGw9IiNlZWUiPjwvcGF0aD4KCQkJCQkJCQk8L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
}
#footer .widget-practice-area {
  width: 100%;
}
#footer .widget-practice-area ul li {
  width: 100%;
  position: relative;
}
#footer .widget-practice-area ul li .tooltip:hover span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
#footer .widget-practice-area ul li .tooltip:hover {
  color: #BFC8D1;
}
#footer .widget-practice-area ul li .tooltip span {
  top: -3px;
  left: -240px;
  width: 166px;
  background: white url("/wp-content/themes/lawyeria-lite/images/title-tooltip-icon.png") no-repeat 9px 11px;
  padding: 11px 33px;
  border: 2px solid #276eb7;
  color: #000;
  height: auto;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  color: #6d7c88;
  z-index: 9999;
  word-wrap: break-word;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 12px;
}
#footer .widget_calendar table {
  width: 100%;
  color: #BFC8D1;
}
#footer .widget_calendar table caption {
  margin-bottom: 20px;
}
#footer .widget_calendar table td {
  padding: 3px 0px;
  text-align: center;
}
#footer .widget_calendar table #prev {
  text-align: left;
}
#footer .widget_calendar table #prev a {
  margin-left: 13px;
  color: #BFC8D1;
  text-decoration: underline;
}
#footer .widget_calendar table #prev a:hover {
  text-decoration: none;
}

/*
** 2 - Blog
*/
/* 2.1 - Posts */
#posts {
  width: 634px;
  float: left;
}
#posts form.post-password-form {
  width: 100%;
  text-align: center;
}
#posts form.post-password-form input[type="password"] {
  width: 200px;
  height: 30px;
  margin: 10px 0px 0px;
  padding: 0px 5px;
  color: #394753;
  border: 1px solid #CECECE;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  outline: 0px;
}
#posts form.post-password-form input[type="submit"] {
  height: 30px;
  background: none repeat scroll 0% 0% #6D7C88;
  margin: 0px;
  padding: 5px 15px;
  color: #FFF;
  border: medium none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#posts form.post-password-form input[type="submit"]:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
#posts .sticky {
  width: 100%;
  padding-left: 30px;
  border-left: 5px solid #eee;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#posts .category-sticky {
  width: 100%;
  padding-left: 30px;
  border-left: 5px solid #eee;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.post {
  width: 100%;
  margin-bottom: 30px;
}
.post h3 {
  width: 100%;
  line-height: 28px;
  color: #394753;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -moz-hyphens: auto;
  position: relative;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  font-size: 24px;
}
.post h3 a {
  width: 100%;
  color: #394753;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.post h3 a:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.post .post-meta {
  width: 100%;
  margin-bottom: 30px;
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
  font-size: 12px;
}
.post .post-meta a {
  line-height: 24px;
  color: #394753;
  text-decoration: none;
}
.post .post-meta a:hover {
  text-decoration: underline;
}
.post .post-image {
  width: 100%;
  height: auto;
  margin: 0px 0px 30px 0px;
}
.post .post-image img {
  width: auto;
  max-width:100%;
  height: auto;
  display: block;
}
.post .post-excerpt {
  width: 100%;
  line-height: 24px;
  color: #394753;
  word-wrap: break-word;
}
.post .post-excerpt img {
  max-width: 100%;
  height: auto;
}
.post .post-excerpt .wp-caption {
  max-width: 100%;
  height: auto;
}
.post .post-excerpt h1 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 28px;
}
.post .post-excerpt h2 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 26px;
}
.post .post-excerpt h3 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px;
}
.post .post-excerpt h4 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
}
.post .post-excerpt h5 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}
.post .post-excerpt h6 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}
.post .post-excerpt blockquote {
  padding-left: 10px;
  border-left: 10px solid #eee;
}
.post .post-excerpt p {
  margin: 20px 0px;
}
.post .post-excerpt table {
  width: 100%;
}
.post .post-excerpt table th {
  text-align: left;
}
.post .post-excerpt table td {
  padding: 0px 5px;
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.post .post-excerpt table a {
  color: #394753;
  text-decoration: underline;
}
.post .post-excerpt table a:hover {
  text-decoration: none;
}
.post .post-excerpt dl dd {
  margin-left: 25px;
}
.post .post-excerpt ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.post .post-excerpt ul li ul li {
  margin-left: 15px;
  list-style-type: circle;
}
.post .post-excerpt ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.post .post-excerpt ol li ol li {
  margin-left: 20px;
  list-style-type: lower-roman;
}
.post .post-excerpt a {
  color: #394753;
  text-decoration: underline;
}
.post .post-excerpt a:hover {
  text-decoration: none;
}
.post .post-excerpt strong {
  font-weight: 700;
}
.post .post-excerpt address {
  font-style: italic;
}
.post .post-excerpt abbr {
  border-bottom: 1px dotted #394753;
}
.post .post-excerpt acronym {
  border-bottom: 1px dotted #394753;
}
.post .post-excerpt big {
  font-weight: 700;
}
.post .post-excerpt cite {
  font-style: italic;
  font-weight: 700;
}
.post .post-excerpt em {
  font-style: italic;
}
.post .post-excerpt pre {
  padding-left: 10px;
  border-left: 10px solid #eee;
}
.post .post-excerpt q {
  font-style: italic;
}
.post .post-excerpt sub {
  font-size: 7px;
}
.post .post-excerpt sup {
  top: -10px;
  vertical-align: baseline;
  position: relative;
  line-height: 0;
  font-size: 7px;
}
.post .post-excerpt iframe.twitter-tweet {
  width: 100%;
}
.post .post-links {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #394753;
  font-size: 14px;
}
.post .post-links a {
  color: #394753;
  text-decoration: underline;
}
.post .post-links a:hover {
  text-decoration: none;
}
.post .post-tags {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  color: #394753;
}
.post .post-tags span {
  font-weight: 700;
}
.post .post-tags a {
  color: #394753;
  text-decoration: underline;
}
.post .post-tags a:hover {
  text-decoration: none;
}
.post .read-more {
  width: 100%;
  height: 12px;
  background: url("/wp-content/themes/lawyeria-lite/images/read-more-border.png") repeat-x center;
  margin: 30px 0px 0px 0px;
  display: block;
  color: #394753;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
}
.post .read-more span {
  background: #fff;
  padding: 0px 16px;
}
.post .read-more:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

.posts-navigation {
  width: 100%;
}
.posts-navigation .left-navigation, .posts-navigation .right-navigation {
  width: 45px;
  height: 30px;
  line-height: 30px;
  background: #6d7c88 url("/wp-content/themes/lawyeria-lite/images/posts-navigation-left-arrow.png") no-repeat 15px center;
  padding-left: 45px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
}
.posts-navigation .left-navigation:hover, .posts-navigation .right-navigation:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.posts-navigation .right-navigation {
  width: 71px;
  height: 30px;
  line-height: 30px;
  background: #6d7c88 url("/wp-content/themes/lawyeria-lite/images/posts-navigation-right-arrow.png") no-repeat 71px center;
  padding-left: 19px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}
.posts-navigation .right-navigation:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}

/* 2.2 - Sidebar Right */
#sidebar-right {
  width: 240px;
  background: #eee;
  padding: 30px 30px 0px 30px;
  float: right;
}
#sidebar-right .widget {
  width: 100%;
  margin-bottom: 30px;
  color: #394753;
}
#sidebar-right .widget .title-widget {
  width: 100%;
  height: 60px;
  line-height: 30px;
  background: url("/wp-content/themes/lawyeria-lite/images/title-widget-border-bottom.png") repeat-x bottom;
  margin-bottom: 30px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}
#sidebar-right .widget ul {
  width: 100%;
}
#sidebar-right .widget ul li {
  width: 100%;
  margin-top: 15px;
}
#sidebar-right .widget ul li a {
  line-height: 14px;
  color: #394753;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
#sidebar-right .widget ul li a:hover {
  color: #276EB7;
}
#sidebar-right .widget ul.children li {
  margin-left: 25px;
}
#sidebar-right .widget .widget-our-lawyers {
  width: 330px;
  margin: -30px 0px 0px -30px;
}
#sidebar-right .widget .widget-our-lawyers a.lawyer {
  width: 105px;
  height: 105px;
  background: #fff;
  margin: 30px 0px 0px 30px;
  display: block;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  float: left;
}
#sidebar-right .widget .widget-our-lawyers .lawyer-no-image {
  width: 105px;
  height: 105px;
  background: #eeeeee url("/wp-content/themes/lawyeria-lite/images/lawyer-single-no-image.png") no-repeat center !important;
}
#sidebar-right .widget .widget-our-lawyers a.lawyer .widget-our-lawyers-mask {
    width: 105px;
    height: 105px;
    background: #000;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}
#sidebar-right .widget .widget-our-lawyers a.lawyer:hover .widget-our-lawyers-mask {
    width: 105px;
    height: 105px;
    background: #000;
    position: absolute;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDMyIDMyIj4KCQkJCQkJCQkJPHBhdGggZD0iTTE2IDZjLTYuOTc5IDAtMTMuMDI4IDQuMDY0LTE2IDEwIDIuOTcyIDUuOTM2IDkuMDIxIDEwIDE2IDEwIDYuOTc5IDAgMTMuMDI3LTQuMDY0IDE2LTEwLTIuOTcyLTUuOTM2LTkuMDIxLTEwLTE2LTEwek0yMy44ODkgMTEuMzAzYzEuODggMS4xOTkgMy40NzMgMi44MDUgNC42NyA0LjY5Ny0xLjE5NyAxLjg5MS0yLjc5IDMuNDk4LTQuNjcgNC42OTctMi4zNjIgMS41MDctNS4wOTAgMi4zMDMtNy44ODkgMi4zMDMtMi43OTkgMC01LjUyNy0wLjc5Ni03Ljg4OS0yLjMwMy0xLjg4LTEuMTk5LTMuNDczLTIuODA1LTQuNjctNC42OTcgMS4xOTctMS44OTEgMi43OS0zLjQ5OCA0LjY3LTQuNjk3IDAuMTIyLTAuMDc4IDAuMjQ2LTAuMTU0IDAuMzcxLTAuMjI4LTAuMzExIDAuODU0LTAuNDgyIDEuNzc2LTAuNDgyIDIuNzM3IDAgNC40MTggMy41ODIgOCA4IDhzOC0zLjU4MiA4LThjMC0wLjk2Mi0wLjE3LTEuODgzLTAuNDgyLTIuNzM3IDAuMTI0IDAuMDc0IDAuMjQ4IDAuMTUgMC4zNzEgMC4yMjh6TTE2IDEyLjgxM2MwIDEuNjU3LTEuMzQzIDMtMyAzcy0zLTEuMzQzLTMtMyAxLjM0My0zIDMtMyAzIDEuMzQzIDMgM3oiIGZpbGw9IiNlZWUiPjwvcGF0aD4KCQkJCQkJCQk8L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
}
#sidebar-right .widget .widget-practice-area {
  width: 100%;
}
#sidebar-right .widget .widget-practice-area ul li {
  width: 100%;
  list-style: url("/wp-content/themes/lawyeria-lite/images/lists-dot.png") inside;
  position: relative;
}
#sidebar-right .widget .widget-practice-area ul li .tooltip:hover span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
#sidebar-right .widget .widget-practice-area ul li .tooltip:hover {
  color: #276EB7;
}
#sidebar-right .widget .widget-practice-area ul li .tooltip span {
  top: 5px;
  left: -229px;
  width: 166px;
  background: white url("/wp-content/themes/lawyeria-lite/images/title-tooltip-icon.png") no-repeat 9px 11px;
  padding: 11px 33px;
  border: 2px solid #276eb7;
  color: #000;
  height: auto;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  color: #6d7c88;
  z-index: 9999;
  word-wrap: break-word;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#sidebar-right .widget .widget-testimonials {
  width: 100%;
}
#sidebar-right .widget .widget-testimonials .list_carousel {
  width: 100%;
}
#sidebar-right .widget .widget-testimonials .list_carousel ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
}
#sidebar-right .widget .widget-testimonials .list_carousel ul li {
  width: 240px;
  height: auto;
  display: block;
  position: relative;
  color: #394753;
  float: left;
  font-weight: 300;
  font-size: 14px;
}
#sidebar-right .widget .widget-testimonials .list_carousel ul li .list_carousel_entry {
  width: 240px;
  margin-top: -9px;
  line-height: 30px;
  text-align: center;
  font-style: italic;
}
#sidebar-right .widget .widget-testimonials .list_carousel ul li .list_carousel_customer {
  width: 100%;
  height: 30px;
  margin-top: 30px;
  text-align: center;
}
#sidebar-right .widget .widget-testimonials .list_carousel ul li .list_carousel_customer span {
  width: 100%;
  font-weight: 700;
}
#sidebar-right .widget .widget-testimonials .list_carousel.responsive {
  width: auto;
  margin-left: 0;
}
#sidebar-right .widget .widget-testimonials .clearfix {
  clear: both;
  float: none;
}
#sidebar-right .widget .widget-testimonials .prev {
  width: 30px;
  height: 30px;
  background: #6d7c88 url("/wp-content/themes/lawyeria-lite/images/testimonials-left-arrow.png") no-repeat center center;
  margin-top: -30px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
}
#sidebar-right .widget .widget-testimonials .prev:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
}
#sidebar-right .widget .widget-testimonials .next {
  width: 30px;
  height: 30px;
  background: #6d7c88 url("/wp-content/themes/lawyeria-lite/images/testimonials-right-arrow.png") no-repeat center center;
  margin-top: -30px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}
#sidebar-right .widget select {
  width: 100%;
}
#sidebar-right .widget #wp-calendar {
  width: 100%;
}
#sidebar-right .widget #wp-calendar caption {
  color: #686868;
  margin-bottom: 15px;
  font-weight: 700;
}
#sidebar-right .widget #wp-calendar thead {
  color: #686868;
}
#sidebar-right .widget #wp-calendar thead th {
  padding-bottom: 5px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#sidebar-right .widget #wp-calendar thead th:last-child {
  border-right: none;
}
#sidebar-right .widget #wp-calendar tbody {
  color: #686868;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}
#sidebar-right .widget #wp-calendar tbody a {
  font-weight: 700;
}
#sidebar-right .widget #wp-calendar tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
#sidebar-right .widget #wp-calendar tbody tr:last-child {
  border-bottom: none;
}
#sidebar-right .widget #wp-calendar tbody tr td {
  border-right: 1px solid #e5e5e5;
  padding: 7px;
}
#sidebar-right .widget #wp-calendar tbody tr td:last-child {
  border-right: none;
}
#sidebar-right .widget #wp-calendar tfoot {
  font-size: 14px;
  color: #686868;
}
#sidebar-right .widget #wp-calendar tfoot #next {
  text-align: right;
}
#sidebar-right .widget #wp-calendar td#prev {
  padding: 5px 0;
}
#sidebar-right .widget #wp-calendar td#next {
  padding: 5px 0;
}
#sidebar-right .widget #wp-calendar a {
  color: #394753;
  text-decoration: none;
}
#sidebar-right .widget #wp-calendar a:hover {
  color: #276EB7;
}
#sidebar-right .widget_rss li {
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
}
#sidebar-right .widget_rss .title-widget a.rsswidget {
  color: #394753;
  text-decoration: none;
}
#sidebar-right .widget_rss a.rsswidget {
  text-decoration: none;
}
#sidebar-right .widget_rss a.rsswidget:hover {
  color: #276EB7;
}
#sidebar-right .widget_rss .rss-date {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-style: italic;
}
#sidebar-right .widget_rss .rssSummary {
  margin: 10px 0px;
}
#sidebar-right .widget_rss cite {
  font-style: italic;
  font-weight: 700;
}
#sidebar-right .widget .searchform .screen-reader-text {
  width: 100%;
  display: block;
}
#sidebar-right .widget .searchform input#s {
  width: 100%;
  height: 30px;
  margin: 10px 0px 0px 0px;
  padding: 0px 5px;
  color: #394753;
  border: 1px solid #CECECE;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  outline: 0px;
}
#sidebar-right .widget .searchform input#s:focus {
  background: #F4F4F4;
}
#sidebar-right .widget .searchform input#searchsubmit {
  height: 30px;
  background: #6D7C88;
  margin: 10px 0px 0px 0px;
  padding: 5px 15px;
  color: #fff;
  border: none;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#sidebar-right .widget .searchform input#searchsubmit:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
}
#sidebar-right .textwidget img {
  max-width: 100%;
  height: auto;
  margin: 10px 0px;
}
#sidebar-right .textwidget strong {
  font-weight: 700;
}
#sidebar-right .textwidget .wp-caption-text {
  margin-bottom: 10px;
}
#sidebar-right .widget_tag_cloud a {
  color: #394753;
  text-decoration: none;
}
#sidebar-right .widget_tag_cloud a:hover {
  text-decoration: underline;
}

/* 2.3 Single */
.single-navigation {
  width: 100%;
  margin-top: 30px;
}
.single-navigation a.next-post {
  width: 93px;
  height: 30px;
  line-height: 30px;
  background: #6d7c88 url("/wp-content/themes/lawyeria-lite/images/posts-navigation-right-arrow.png") no-repeat 105px center;
  padding-left: 32px;
  color: #fff;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}
.single-navigation a.next-post:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.single-navigation a.previous-post {
  width: 93px;
  height: 30px;
  line-height: 30px;
  background: #6d7c88 url("/wp-content/themes/lawyeria-lite/images/posts-navigation-left-arrow.png") no-repeat 15px center;
  margin-right: 1px;
  padding-left: 32px;
  padding-right: 12px;
  color: #fff;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}
.single-navigation a.previous-post:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}

#comments-template {
  width: 100%;
  margin-top: -30px;
}
#comments-template .comments-template-title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: left;
  color: #6d7c88;
  font-size: 18px;
}
#comments-template .comments-template-title span {
  font-weight: 700;
}
#comments-template .comments-template-title a {
  color: #6d7c88;
  text-decoration: none;
}
#comments-template .comments-template-title a:hover {
  text-decoration: underline;
}
#comments-template .comments-list {
  width: 100%;
}
#comments-template .comments-list li {
  width: 100%;
  margin-top: 40px;
  list-style: none;
  display: block;
  float: left;
}
#comments-template .comments-list li ul.children {
  margin-left: 60px;
}
#comments-template .comments-list li ul.children li .comment-entry {
  width: 100%;
  float: none;
}
#comments-template .comments-list li img {
  width: 120px;
  height: 120px;
  margin-right: 21px;
  display: block;
  float: left;
}
#comments-template .comments-list li .comment-entry {
  width: 492px;
  float: left;
}
#comments-template .comments-list li .comment-entry .comment-entry-head {
  width: 100%;
  line-height: 22px;
  color: #6d7c88;
  font-weight: 200;
  font-size: 18px;
}
#comments-template .comments-list li .comment-entry .comment-entry-head span {
  font-weight: 700;
}
#comments-template .comments-list li .comment-entry .comment-entry-head span a {
  color: #6d7c88;
  text-decoration: underline;
}
#comments-template .comments-list li .comment-entry .comment-entry-head span a:hover {
  text-decoration: none;
}
#comments-template .comments-list li .comment-entry .comment-entry-head a:hover {
  text-decoration: underline;
}
#comments-template .comments-list li .comment-entry .comment-entry-head .comment-entry-head-date {
  color: #6d7c88;
  text-decoration: none;
}
#comments-template .comments-list li .comment-entry .comment-entry-head .comment-edit-link {
  color: #6d7c88;
  text-decoration: underline;
}
#comments-template .comments-list li .comment-entry .comment-entry-head .comment-edit-link:hover {
  text-decoration: none;
}
#comments-template .comments-list li .comment-entry .comment-entry-content {
  width: 100%;
  line-height: 24px;
  margin-top: 5px;
  color: #6d7c88;
  font-size: 14px;
  word-break: break-all;
}
#comments-template .comments-list li .comment-entry .comment-entry-content h1 {
  width: 100%;
  line-height: auto;
  margin: 10px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 22px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content h2 {
  width: 100%;
  line-height: auto;
  margin: 10px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content h3 {
  width: 100%;
  line-height: auto;
  margin: 10px 0px;
  color: #6D7C88;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content h4 {
  width: 100%;
  line-height: auto;
  margin: 10px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content h5 {
  width: 100%;
  line-height: auto;
  margin: 10px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content h6 {
  width: 100%;
  line-height: auto;
  margin: 10px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 12px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content p {
  margin: 5px 0px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content blockquote {
  padding-left: 10px;
  border-left: 10px solid #eee;
}
#comments-template .comments-list li .comment-entry .comment-entry-content table {
  width: 100%;
  font-size: 12px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content table th {
  text-align: left;
}
#comments-template .comments-list li .comment-entry .comment-entry-content table td {
  padding: 0px 3px;
  border: 1px solid #D0D0D0;
}
#comments-template .comments-list li .comment-entry .comment-entry-content dl dd {
  margin-left: 25px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content ul {
  margin: 5px 0px;
  padding: 0px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content ul li {
  margin: 1px 0px;
  list-style-type: disc;
  list-style-position: inside;
}
#comments-template .comments-list li .comment-entry .comment-entry-content ul li:before {
  content: "\2022";
  margin-right: 10px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content ul li ul {
  margin-left: 20px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content ol {
  margin: 5px 0px;
  padding: 0px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content ol li {
  margin: 1px 0px;
  list-style: initial;
  list-style-type: decimal;
}
#comments-template .comments-list li .comment-entry .comment-entry-content ol li ol {
  margin-left: 20px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content a {
  color: #6D7C88;
  text-decoration: underline;
}
#comments-template .comments-list li .comment-entry .comment-entry-content a:hover {
  text-decoration: none;
}
#comments-template .comments-list li .comment-entry .comment-entry-content strong {
  font-weight: 700;
}
#comments-template .comments-list li .comment-entry .comment-entry-content address {
  font-style: italic;
}
#comments-template .comments-list li .comment-entry .comment-entry-content abbr {
  border-bottom: 1px dotted #6D7C88;
}
#comments-template .comments-list li .comment-entry .comment-entry-content acronym {
  border-bottom: 1px dotted #6D7C88;
}
#comments-template .comments-list li .comment-entry .comment-entry-content big {
  font-weight: 700;
}
#comments-template .comments-list li .comment-entry .comment-entry-content cite {
  font-style: italic;
  font-weight: 700;
}
#comments-template .comments-list li .comment-entry .comment-entry-content em {
  font-style: italic;
}
#comments-template .comments-list li .comment-entry .comment-entry-content pre {
  padding-left: 10px;
  border-left: 10px solid #eee;
}
#comments-template .comments-list li .comment-entry .comment-entry-content q {
  font-style: italic;
}
#comments-template .comments-list li .comment-entry .comment-entry-content sub {
  font-size: 8px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content sup {
  top: -9px;
  line-height: 0px;
  vertical-align: baseline;
  position: relative;
  font-size: 8px;
}
#comments-template .comments-list li .comment-entry .comment-entry-content iframe {
  max-width: 100%;
  height: auto;
}
#comments-template .comments-list li .comment-entry .comment-entry-content img {
  float: none;
}
#comments-template .comments-list li .comment-entry em.awaiting-moderation {
  width: 100%;
  background: #C4C4C4;
  margin-top: 10px;
  padding: 5px 0px;
  color: #fff;
  text-align: center;
  display: block;
}
#comments-template .comments-list li .comment-entry a.comment-reply-link {
  background: #C5C5C5;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#comments-template .comments-list li .comment-entry a.comment-reply-link:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
#comments-template .comments-list li .comment-entry .coment-reply-link-div {
  margin-top: 15px;
  float: left;
}
#comments-template .comments-list li.pingback {
  width: 100%;
  line-height: 30px;
  margin: 30px 0px 0px 0px;
  padding: 0px;
  color: #394753;
  font-weight: 700;
}
#comments-template .comments-list li.pingback a {
  color: #394753;
  text-decoration: underline;
  font-weight: 400;
}
#comments-template .comments-list li.pingback a:hover {
  text-decoration: none;
}
#comments-template .comment-respond {
  width: 100%;
  line-height: 30px;
  margin-top: 30px;
}
#comments-template .comment-respond h3#reply-title {
  width: 100%;
  color: #777777;
  font-size: 24px;
}
#comments-template .comment-respond .comment-form {
  width: 100%;
  margin-top: 30px;
}
#comments-template .comment-respond .comment-form p.comment-notes {
  display: none;
}
#comments-template .comment-respond .comment-form fieldset {
  width: 268px;
  float: left;
}
#comments-template .comment-respond .comment-form fieldset .input-full {
  width: 100%;
  height: 42px;
  margin: 0px;
  padding: 0px 19px;
  display: block;
  color: #777;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#comments-template .comment-respond .comment-form fieldset .input-full:focus {
    color: #276EB7;
    border: 1px solid #276EB7;
}
#comments-template .comment-respond .comment-form fieldset .input-full:focus::-webkit-input-placeholder {
    color: #276EB7;
}
#comments-template .comment-respond .comment-form fieldset .input-full:focus:-moz-placeholder {
    color: #276EB7;
    opacity: 1;
}
#comments-template .comment-respond .comment-form fieldset .input-full:focus::-moz-placeholder {
    color: #276EB7;
    opacity: 1;
}
#comments-template .comment-respond .comment-form fieldset .input-full:focus:-ms-input-placeholder {
    color: #276EB7;
}
#comments-template .comment-respond .comment-form fieldset .input-small-left {
  width: 122px;
  height: 42px;
  margin: 17px 0px 0px 0px;
  padding: 0px 19px;
  display: block;
  color: #777;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  float: left;
}

#comments-template .comment-respond .comment-form fieldset .input-small-left:focus {
    color: #276EB7;
    border: 1px solid #276EB7;
}
#comments-template .comment-respond .comment-form fieldset .input-small-left:focus::-webkit-input-placeholder {
    color: #276EB7;
}
#comments-template .comment-respond .comment-form fieldset .input-small-left:focus:-moz-placeholder {
    color: #276EB7;
    opacity: 1;
}
#comments-template .comment-respond .comment-form fieldset .input-small-left:focus::-moz-placeholder {
    color: #276EB7;
    opacity: 1;
}
#comments-template .comment-respond .comment-form fieldset .input-small-left:focus:-ms-input-placeholder {
    color: #276EB7;
}

#comments-template .comment-respond .comment-form fieldset .input-small-right {
  width: 122px;
  height: 42px;
  margin: 17px 0px 0px 0px;
  padding: 0px 19px;
  display: block;
  color: #777;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  float: right;
}

#comments-template .comment-respond .comment-form fieldset .input-small-right:focus {
    color: #276EB7;
    border: 1px solid #276EB7;
}
#comments-template .comment-respond .comment-form fieldset .input-small-right:focus::-webkit-input-placeholder {
    color: #276EB7;
}
#comments-template .comment-respond .comment-form fieldset .input-small-right:focus:-moz-placeholder {
    color: #276EB7;
    opacity: 1;
}
#comments-template .comment-respond .comment-form fieldset .input-small-right:focus::-moz-placeholder {
    color: #276EB7;
    opacity: 1;
}
#comments-template .comment-respond .comment-form fieldset .input-small-right:focus:-ms-input-placeholder {
    color: #276EB7;
}

#comments-template .comment-respond .comment-form .input-textarea {
  width: 321px;
  height: 103px;
  margin: 0px;
  padding: 12px 19px;
  display: block;
  border: 1px solid #d4d4d4;
  resize: none;
  outline: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: #777;
  float: right;
}

#comments-template .comment-respond .comment-form .input-textarea:focus {
    color: #276EB7;
    border: 1px solid #276EB7;
}
#comments-template .comment-respond .comment-form .input-textarea:focus::-webkit-input-placeholder {
    color: #276EB7;
}
#comments-template .comment-respond .comment-form .input-textarea:focus:-moz-placeholder {
    color: #276EB7;
    opacity: 1;
}
#comments-template .comment-respond .comment-form .input-textarea:focus::-moz-placeholder {
    color: #276EB7;
    opacity: 1;
}
#comments-template .comment-respond .comment-form .input-textarea:focus:-ms-input-placeholder {
    color: #276EB7;
}

#comments-template .comment-respond .comment-form #contact_submit {
  width: 120px;
  height: 43px;
  background: #276eb7;
  margin: 25px 0px 0px 0px;
  padding: 0px;
  border: 2px solid #4286cb;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0px 0px 1px 0.5px #276eb7;
  -moz-box-shadow: 0px 0px 1px 0.5px #276eb7;
  -webkit-box-shadow: 0px 0px 1px 0.5px #276eb7;
  -ms-box-shadow: 0px 0px 1px 0.5px #276eb7;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  font-weight: 700;
  font-size: 14px;
}
#comments-template .comment-respond .comment-form #contact_submit:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
#comments-template .comment-respond .comment-form p.form-allowed-tags {
  width: 485px;
  line-height: 15px;
  margin: 23px 0px 0px 0px;
  color: #777;
  float: right;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
#comments-template .comment-respond .comment-form p.logged-in-as {
  width: 268px;
  display: block;
  color: #D4D4D4;
  float: left;
}
#comments-template .comment-respond .comment-form p.logged-in-as a {
  margin: 0px;
  padding: 0px;
  color: #276EB7;
  text-decoration: none;
}
#comments-template .comment-respond .comment-form p.logged-in-as a:hover {
  text-decoration: underline;
}

/*
** Lawyers
*/
/* 3.1 Lawyers Content */
#lawyers-content {
  width: 100%;
  text-align: center;
}
#lawyers-content .lawyers-content-title {
  width: 100%;
  line-height: 45px;
  background: url("/wp-content/themes/lawyeria-lite/images/content-about-title-background.png") repeat-x bottom;
  padding-bottom: 20px;
  color: #394753;
  text-align: center;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 36px;
}
#lawyers-content .lawyers-content-entry {
  width: 100%;
  line-height: 24px;
  margin-top: 30px;
  text-align: center;
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
#lawyers-content .lawyers-content-lawyers {
  width: 996px;
  margin-left: -30px;
}
#lawyers-content .lawyers-content-lawyers .lawyer {
  width: 468px;
  height: 606px;
  margin: 60px 0px 0px 30px;
  color: #6d7c88;
  float: left;
}
#lawyers-content .lawyers-content-lawyers .lawyer .lawyer-image {
  width: 100%;
  height: 330px;
  text-align: center;
}
#lawyers-content .lawyers-content-lawyers .lawyer .lawyer-image img {
  width: auto;
  max-height: 100%;
}
#lawyers-content .lawyers-content-lawyers .lawyer .lawyer-no-image {
  width: 100%;
  height: 330px;
  background: #eeeeee url("/wp-content/themes/lawyeria-lite/images/lawyer-single-no-image.png") no-repeat center;
}
#lawyers-content .lawyers-content-lawyers .lawyer a.lawyer-name {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
  display: block;
  color: #445d70;
  text-decoration: none;
  font-family: "Roboto Slab", sans-serif;
  font-size: 30px;
}
#lawyers-content .lawyers-content-lawyers .lawyer div.lawyer-entry {
  width: 100%;
  line-height: 23px;
  margin: 30px 0px;
  text-align: initial;
  color: #445d70;
  display: block;
  font-weight: 300;
  font-size: 18px;
}
#lawyers-content .lawyers-content-lawyers .lawyer a[rel="tag"] {
  display: inline;
  text-decoration: none;
  color: #445d70;
  font-weight: 700;
  font-size: 18px;
}

/*
** 3.2 Lawyers Single
*/
#lawyers-single {
  width: 100%;
}
#lawyers-single .lawyers-single-image {
  height: auto;
  padding-right: 30px;
  float: left;
}
#lawyers-single .lawyers-single-image img {
  max-width: 300px;
  height: auto;
  padding: 0px 30px 0px 0px;
  border-right: 1px solid #ddd;
  display: block;
}
#lawyers-single .lawyer-single-no-image {
  width: 300px;
  height: 330px;
  background: #eeeeee url("/wp-content/themes/lawyeria-lite/images/lawyer-single-no-image.png") no-repeat center;
}
#lawyers-single .lawyers-single-content {
  line-height: 24px;
  color: #394753;
  text-align: justify;
  overflow: hidden;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
#lawyers-single .lawyers-single-content p {
  margin-bottom: 20px;
}
#lawyers-single .lawyers-single-content p:last-child {
  margin-bottom: 0px;
}
#lawyers-single .lawyers-single-content img {
  max-width: 100%;
  height: auto;
}
#lawyers-single .lawyers-single-content .wp-caption {
  max-width: 100%;
  height: auto;
}
#lawyers-single .lawyers-single-content h1 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 28px;
}
#lawyers-single .lawyers-single-content h2 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 26px;
}
#lawyers-single .lawyers-single-content h3 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px;
}
#lawyers-single .lawyers-single-content h4 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
}
#lawyers-single .lawyers-single-content h5 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}
#lawyers-single .lawyers-single-content h6 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}
#lawyers-single .lawyers-single-content blockquote {
  padding-left: 10px;
  border-left: 10px solid #eee;
}
#lawyers-single .lawyers-single-content table {
  width: 100%;
}
#lawyers-single .lawyers-single-content table th {
  text-align: left;
}
#lawyers-single .lawyers-single-content table td {
  padding: 0px 5px;
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#lawyers-single .lawyers-single-content table a {
  color: #394753;
  text-decoration: underline;
}
#lawyers-single .lawyers-single-content table a:hover {
  text-decoration: none;
}
#lawyers-single .lawyers-single-content dl dd {
  margin-left: 25px;
}
#lawyers-single .lawyers-single-content ul li {
  list-style-type: disc;
  list-style-position: inside;
}
#lawyers-single .lawyers-single-content ul li ul li {
  margin-left: 15px;
  list-style-type: circle;
}
#lawyers-single .lawyers-single-content ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
#lawyers-single .lawyers-single-content ol li ol li {
  margin-left: 20px;
  list-style-type: lower-roman;
}
#lawyers-single .lawyers-single-content a {
  color: #394753;
  text-decoration: underline;
}
#lawyers-single .lawyers-single-content a:hover {
  text-decoration: none;
}
#lawyers-single .lawyers-single-content strong {
  font-weight: 700;
}
#lawyers-single .lawyers-single-content address {
  font-style: italic;
}
#lawyers-single .lawyers-single-content abbr {
  border-bottom: 1px dotted #394753;
}
#lawyers-single .lawyers-single-content acronym {
  border-bottom: 1px dotted #394753;
}
#lawyers-single .lawyers-single-content big {
  font-weight: 700;
}
#lawyers-single .lawyers-single-content cite {
  font-style: italic;
  font-weight: 700;
}
#lawyers-single .lawyers-single-content em {
  font-style: italic;
}
#lawyers-single .lawyers-single-content pre {
  padding-left: 10px;
  border-left: 10px solid #eee;
}
#lawyers-single .lawyers-single-content q {
  font-style: italic;
}
#lawyers-single .lawyers-single-content sub {
  font-size: 7px;
}
#lawyers-single .lawyers-single-content sup {
  top: -10px;
  vertical-align: baseline;
  position: relative;
  line-height: 0;
  font-size: 7px;
}
#lawyers-single .lawyers-single-content iframe.twitter-tweet {
  width: 100%;
}
#lawyers-single .lawyers-practice-areas {
  width: 100%;
  margin-top: 30px;
  display: block;
  float: left;
}
#lawyers-single .lawyers-practice-areas h3 {
  width: 100%;
  color: #445d70;
  display: block;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
#lawyers-single .lawyers-practice-areas ul {
  width: 993px;
  margin: 30px 0px 0px -29px;
  display: block;
}
#lawyers-single .lawyers-practice-areas ul li {
  width: 302px;
  list-style: url("/wp-content/themes/lawyeria-lite/images/lists-dot.png") inside;
  margin: 0px 0px 13px 29px;
  float: left;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
#lawyers-single .lawyers-practice-areas ul li a {
  color: #6d7c88;
  text-decoration: none;
}
#lawyers-single .lawyers-practice-areas ul li a:hover {
  color: #276EB7;
}

/*
**  4 - Practice Areas
*/
.practice-areas-content {
  width: 100%;
  background: url("/wp-content/themes/lawyeria-lite/images/content-about-title-background.png") repeat-x bottom;
  padding-bottom: 40px;
  line-height: 24px;
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 200;
  font-size: 18px;
}

#lawyers-post-type {
  width: 100%;
  margin-top: 60px;
}
#lawyers-post-type h3 {
  width: 100%;
  line-height: 30px;
  color: #445d70;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
#lawyers-post-type .lawyers-posts {
  width: 100%;
  margin-top: 60px;
}
#lawyers-post-type .lawyers-posts article {
  width: 136px;
  height: 450px;
  margin: 0px 0px 60px 29.5px;
  float: left;
  overflow: hidden;
}
#lawyers-post-type .lawyers-posts article:nth-of-type(7),
#lawyers-post-type .lawyers-posts article:nth-of-type(13),
#lawyers-post-type .lawyers-posts article:nth-of-type(20),
#lawyers-post-type .lawyers-posts article:nth-of-type(27),
#lawyers-post-type .lawyers-posts article:nth-of-type(34),
#lawyers-post-type .lawyers-posts article:nth-of-type(41) {
    margin-left: 0px;
}
#lawyers-post-type .lawyers-posts article:first-child {
  margin-left: 0px;
}
#lawyers-post-type .lawyers-posts article .lawyers-posts-image {
  width: 136px;
  height: 150px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#lawyers-post-type .lawyers-posts article .lawyers-posts-no-image {
  width: 136px;
  height: 150px;
  background: #eeeeee url("/wp-content/themes/lawyeria-lite/images/lawyer-single-no-image.png") no-repeat center;
  display: block;
}
#lawyers-post-type .lawyers-posts article .lawyer-post-name {
  width: 100%;
  margin: 30px 0px 18px 0px;
  color: #445d70;
  font-weight: 700;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}
#lawyers-post-type .lawyers-posts article .lawyer-post-name a {
  color: #445d70;
  text-decoration: none;
}
#lawyers-post-type .lawyers-posts article .lawyer-post-name a:hover {
  color: #276EB7;
}
#lawyers-post-type .lawyers-posts article .lawyer-post-description {
  width: 100%;
  line-height: 18px;
  color: #8196a6;
}
#lawyers-post-type ul.practice-areas-lists {
  width: 994px;
  margin: 30px 0px 0px -30px;
}
#lawyers-post-type ul.practice-areas-lists li {
  width: 302px;
  list-style: url("/wp-content/themes/lawyeria-lite/images/lists-dot.png") inside;
  margin: 0px 0px 13px 29px;
  color: #6d7c88;
  float: left;
  font-weight: 700;
  font-size: 18px;
}
#lawyers-post-type ul.practice-areas-lists li a {
  color: #6d7c88;
  text-decoration: none;
}
#lawyers-post-type ul.practice-areas-lists li a:hover {
  color: #276EB7;
}

/*
**  5 - Testimonials
*/
.testimonials-post {
  width: 964px;
  height: auto;
  line-height: 30px;
  background: url("/wp-content/themes/lawyeria-lite/images/content-testimonials-background.png") no-repeat;
  margin-top: 60px;
  padding: 0px 79px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-align: center;
  color: #394753;
  font-weight: 200;
  font-size: 18px;
  font-style: italic;
}
.testimonials-post:first-child {
  margin-top: 0px;
}
.testimonials-post .testimonials-client {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
  font-style: normal;
}
.testimonials-post .testimonials-client span {
  font-weight: 700;
}
.testimonials-post .testimonials-client a {
  color: #394753;
  text-decoration: none;
}
.testimonials-post .testimonials-client a:hover {
  text-decoration: underline;
}

.gallery-item {
  float: left;
}
.gallery-item a.fancybox {
  text-decoration: none !important;
}
.gallery-item img {
  margin: 0px !important;
  text-decoration: none;
  display: block;
}

dl.gallery-columns-1 {
  width: 100%;
}
dl.gallery-columns-1 img {
  width: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
}
dl.gallery-columns-1 .wp-caption-text {
  width: 100%;
  margin-bottom: 15px;
  padding: 0px 20px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

dl.gallery-columns-2 {
  width: 295px;
  margin-left: 15px;
}
dl.gallery-columns-2 img {
  width: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
}
dl.gallery-columns-2 .wp-caption-text {
  width: 100%;
  margin-bottom: 15px;
  padding: 0px 20px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

dl.gallery-columns-3 {
  width: 204.5px;
  margin-left: 5px;
}
dl.gallery-columns-3 img {
  width: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
}
dl.gallery-columns-3 .wp-caption-text {
  width: 100%;
  margin-bottom: 5px;
  padding: 0px 20px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

dl.gallery-columns-4 {
  width: 152px;
  margin-left: 5px;
}
dl.gallery-columns-4 img {
  width: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
}
dl.gallery-columns-4 .wp-caption-text {
  width: 100%;
  margin-bottom: 5px;
  padding: 0px 20px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

dl.gallery-columns-5 {
  width: 120.7px;
  margin-left: 5px;
}
dl.gallery-columns-5 img {
  width: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
}
dl.gallery-columns-5 .wp-caption-text {
  width: 100%;
  margin-bottom: 5px;
  padding: 0px 10px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

dl.gallery-columns-6 {
  width: 100px;
  margin-left: 5px;
}
dl.gallery-columns-6 img {
  width: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
}
dl.gallery-columns-6 .wp-caption-text {
  width: 100%;
  margin-bottom: 5px;
  padding: 0px 10px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

dl.gallery-columns-7 {
  width: 85px;
  margin-left: 5px;
}
dl.gallery-columns-7 img {
  width: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
}
dl.gallery-columns-7 .wp-caption-text {
  width: 100%;
  margin-bottom: 5px;
  padding: 0px 10px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

dl.gallery-columns-8 {
  width: 73.4px;
  margin-left: 5px;
}
dl.gallery-columns-8 img {
  width: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
}
dl.gallery-columns-8 .wp-caption-text {
  width: 100%;
  margin-bottom: 5px;
  padding: 0px 10px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

dl.gallery-columns-9 {
  width: 65px;
  margin-left: 5px;
}
dl.gallery-columns-9 img {
  width: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
}
dl.gallery-columns-9 .wp-caption-text {
  width: 100%;
  margin-bottom: 5px;
  padding: 0px 10px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.wp-caption {
  border: none;
}
.wp-caption .alignnone {
  border: none;
}
.wp-caption .alignleft {
  border: none;
}
.wp-caption .alignright {
  border: none;
}

.wp-caption-text {
  font-style: italic;
}

.sticky {
  border: none;
}

.gallery-caption {
  border: none;
}

.bypostauthor {
  border: none;
}

.aligncenter {
  border: none;
}

.page #comments-template {
  margin: 0px;
}

.page .post-excerpt p:first-child {
  margin-top: 0px !important;
}

p.lawyers-no-posts {
  margin-bottom: 60px;
  color: #445D70;
}

.site-title a {
  color:#394753;
  text-decoration:none;
  font-size: 30px;
}
.site-description {
  color:#394753;
  font-size: 15px;
  line-height: 20px;
}
.lawyeria_lite_poweredby a{
	color: #fff;
	text-decoration:none;
}

/*
** 6 - Responsive
*/
/* 6.1 Max Width: 320px */
@media only screen and (max-width: 320px) {
  body {
    max-width: 320px;
  }
  #content ul.practice-areas-lists li {
      font-size: 18px !important;
  }
  #lawyers-post-type .lawyers-posts article .lawyer-post-description {
      font-size: 18px;
  }
  #lawyers-content .lawyers-content-lawyers .lawyer {
      height: auto !important;
  }
}
/* 6.2 Max Width: 480px */
@media only screen and (max-width: 480px) {
  body {
    max-width: 480px;
  }

  .header-left {
      width: 100%;
    text-align: center;
  }
  .header-left .logo {
    float: none;
  }

  .wrapper .header-contact {
      width: 100%;
      margin-bottom: 30px;
      text-align: center;
      float: none;
  }

  #content .our-lawyers .lawyer {
    width: 100% !important;
  }
  #content .our-lawyers .lawyer:last-child {
    margin-bottom: 0px;
  }

  #comments-template .comment-form fieldset {
    width: 100% !important;
  }
  #comments-template .comment-form .input-textarea {
    width: 100% !important;
    margin-top: 17px !important;
  }
  #comments-template .comment-form #contact_submit {
    width: 100% !important;
  }
  #comments-template .comments-list li ul.children {
    margin-left: 0px;
  }
  nav li ul li a {
    width: 100%;
  }
  .responsivemenu ul li {
    padding: 0;
    float: left;
    width: 100%;
  }
}
/* 6.3 Max Width: 580px */
@media only screen and (max-width: 580px) {
  body {
    max-width: 580px !important;
  }

  #features .features-box {
    width: 100% !important;
    margin-bottom: 30px;
    margin-left: 0px !important;
  }
  #features .features-box:last-child {
    margin-bottom: 0px;
  }

  .content-article .content-article-image {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .practice-area li, #content .content-about .our-lawyers li {
    width: 100% !important;
  }

  .our-lawyers a {
    margin-bottom: 30px;
  }

  #lawyers-content .lawyers-content-lawyers {
    width: 100% !important;
    margin-left: 0px !important;
  }
  #lawyers-content .lawyers-content-lawyers .lawyer {
    width: 100% !important;
    height: auto !important;
    margin-left: 0px !important;
  }
}

.openresponsivemenu {
  display: none;
}

.copyright a {
  color: #fff;
  text-decoration:none;
}

.lawyeria-lite-header-image {
  width:100%;
}

/* 6.4 Max Width: 768px */
@media only screen and (max-width: 768px) {
  body {
    max-width: 768px;
  }

  .lawyers-posts article {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .lawyers-posts article a {
    width: 100%;
    text-align: center;
  }
  .lawyers-posts article a img {
    width: auto;
    height: 100% !important;
  }

  #subheader .header-form .wpcf7-text {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #subheader .header-form .small-input-text {
    margin-left: 0px !important;
  }
  #subheader .header-form .wpcf7-textarea {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }

  #posts {
    width: 100% !important;
  }

  #sidebar-right {
    width: 96.3% !important;
    margin-top: 30px;
  }
  #sidebar-right .widget .widget-our-lawyers .lawyer {
    height: 200px !important;
  }
  #sidebar-right .widget .widget-our-lawyers .lawyer-no-image {
    width: 100%;
    height: 200px;
    background: #eeeeee url("/wp-content/themes/lawyeria-lite/images/lawyer-single-no-image.png") no-repeat center;
  }
  #sidebar-right .widget .list_carousel li .list_carousel_entry {
    width: 100% !important;
  }

  .practice-areas-lists li {
    width: 94.7% !important;
  }

  .lawyers-single-image {
    width: 100%;
    float: none !important;
  }
  .lawyers-single-image .lawyer-single-no-image {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .lawyers-single-image img {
    max-width: 100% !important;
    padding-right: 0px !important;
    border-right: none !important;
  }

  #footer .footer-margin-left .footer-box {
    width: 97.6% !important;
    margin-bottom: 30px !important;
  }
  #footer .footer-margin-left .footer-box .widget-our-lawyers {
    width: 105.2%;
    margin-left: -5.2%;
  }
  #footer .footer-margin-left .footer-box .widget-our-lawyers .lawyer-margin-left {
    margin-left: 5.2%;
  }
  #footer .footer-margin-left .footer-box .widget-our-lawyers a.lawyer {
    width: 19.8%;
    height: 120px;
  }
  #footer .footer-margin-left .footer-box .widget-our-lawyers a.lawyer .lawyer-no-image {
    width: 100%;
    height: 100%;
    background: #eeeeee url("/wp-content/themes/lawyeria-lite/images/lawyer-single-no-image.png") no-repeat center;
  }
  #footer .footer-margin-left .footer-box .wpcf7-form .wpcf7-text {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #footer .footer-margin-left .footer-box .wpcf7-form .wpcf7-textarea {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
}
/* 6.5 Max Width: 1024px */
@media only screen and (max-width: 1024px) {
  body {
    max-width: 1024px;
  }

  .wrapper {
    width: 94%;
  }

  .wrapper nav {
    width: 100%;
    margin-bottom: 15px;
    clear: both;
    float: none;
  }
  .wrapper nav ul {
    float: none;
  }

  .openresponsivemenu {
      width: 100%;
      background: #394753;
      padding: 10px 0px;
      text-align: center;
      display: block;
      cursor: pointer;
      font-size: 16px;
      clear: both;
      margin-top: 15px;
    }

    .container-menu ul {
        display: none;
    }

    .responsivemenu ul {
        display: block;
    }

    .responsivemenu ul li {
        width: 100%;
        height: auto;
        margin-left: 0px;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .responsivemenu ul li a {
        height: 30px;
        line-height: 30px;
        padding: 0px;
        border: none;
        width: 100%;
    }

    .responsivemenu ul li a:hover {
        border: none;
    }

    .responsivemenu a:hover {
        background: #dee0e2;
    }

    .responsivemenu li ul {
        width: 100%;
        position: initial;
        box-shadow: initial;
    }

  #subheader .subheader-color .full-header-content {
    width: 100%;
    margin-top: 75px;
    float: none;
  }
  #subheader .subheader-color form.header-form {
    width: 79.3%;
    padding: 27px 10%;
    float: none;
  }
  #subheader .subheader-color form.header-form .wpcf7-text {
    width: 32.6%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #subheader .subheader-color form.header-form .wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #subheader .subheader-color form.header-form .small-input-text {
    margin: 8px 0px 8px 1%;
  }
  #subheader .subheader-color form.header-form .wpcf7-submit {
    width: 100%;
  }
  #subheader .second-subheader h3 {
    margin: 0px;
  }

  #features .features-box {
    width: 30.3%;
    margin-left: 4.5%;
  }

  #content .content-about .practice-area, #content .content-about .our-lawyers {
    width: 100%;
  }
  #content .content-about .practice-area .content-about-title, #content .content-about .our-lawyers .content-about-title {
    width: 100%;
  }
  #content .content-about .practice-area ul li, #content .content-about .our-lawyers ul li {
    width: 33.3%;
  }
  #content .content-about .our-lawyers {
    width: 100%;
    margin-top: 40px;
  }
  #content .content-about .our-lawyers .content-about-title {
    width: 100%;
  }
  #content .content-about .our-lawyers a.lawyer {
    width: 25%;
    height: 200px;
  }
  #content .content-about .our-lawyers a.lawyer img {
    width: auto;
    max-height: 200px;
  }
  .lawyer-no-image1 {
      width: 100%;
      height: 100%;
      background: #eee url("/wp-content/themes/lawyeria-lite/images/lawyer-single-no-image.png") no-repeat center;
  }
  #content .content-about .our-lawyers a.lawyer .overlay {
    display: none;
  }
  #content .content-about .our-lawyers a.lawyer .button {
    display: none;
  }
  #content .content-testimonials .testimonials-title {
    width: 100%;
  }
  #content #lawyers-post-type .lawyers-posts article {
    width: 13.25%;
  }
  #content #lawyers-post-type .lawyers-posts article a img {
    width: 100%;
  }
  #content #lawyers-post-type .lawyers-posts article a.lawyers-posts-no-image {
    width: 100%;
    background: #eeeeee url("/wp-content/themes/lawyeria-lite/images/lawyer-single-no-image.png") no-repeat center;
  }
  #content ul.practice-areas-lists {
    width: 104.1% !important;
  }
  #content ul.practice-areas-lists li {
    width: 21.1%;
    height: 22px;
    font-size: 18px;
  }
  #content .lawyers-practice-areas {
    width: 100%;
  }
  #content .lawyers-practice-areas ul {
    width: 100%;
  }
  #content .lawyers-practice-areas ul li {
    width: 100%;
  }

  #footer .footer-margin-left {
    width: 103.11%;
    margin-left: -3.11%;
  }
  #footer .footer-margin-left .footer-box {
    width: 31.22%;
    margin: 0px 0px 0px 2.1%;
    padding: 0px;
  }
  #footer .footer-margin-left .footer-box {
      font-size: 18px;
  }
  #footer .footer-margin-left .footer-box .wpcf7-form {
    width: 100%;
  }
  #footer .footer-margin-left .footer-box .wpcf7-form .wpcf7-text,
  #footer .footer-margin-left .footer-box .wpcf7-form .wpcf7-textarea {
    width: 83.6%;
  }
  #footer .footer-margin-left .footer-box .wpcf7-form .wpcf7-submit {
    width: 100%;
  }
  #footer .footer-margin-left .widget-our-lawyers a {
    width: 90px;
    height: 90px;
  }
  #footer .footer-margin-left .widget-our-lawyers .lawyer-no-image {
    width: 90px;
    height: 90px;
  }
  #footer .footer-margin-left .widget-our-lawyers .overlay {
    display: none;
  }
  #footer .footer-margin-left .widget-our-lawyers .button {
    display: none;
  }

  #lawyers-content .lawyers-content-lawyers {
    width: 103.11%;
    margin-left: -3.11%;
  }
  #lawyers-content .lawyers-content-lawyers .lawyer {
    width: 46.8%;
    height: 700px;
    margin: 60px 0px 0px 3.11%;
  }

  .testimonials-post {
    width: 100%;
    background: none;
  }

  #posts {
    width: 65.70%;
  }

  #posts h3 {
      line-height: 38px;
      font-size: 34px;
  }

  #posts p {
      font-size: 18px;
  }

  #posts .post-meta {
      line-height: 18px;
      font-size: 14px;
  }

  #sidebar-right {
    width: 28.10%;
    padding: 30px 2% 0px 2%;
  }
  #sidebar-right .widget ul.children li {
    margin-left: 0px;
  }
  #sidebar-right .widget .widget-our-lawyers {
    width: 110%;
    margin: -30px 0px 0px -10%;
  }
  #sidebar-right .widget .widget-our-lawyers .lawyer {
    width: 40% !important;
    margin: 30px 0px 0px 10% !important;
  }
  #sidebar-right .widget .widget-our-lawyers .lawyer .overlay {
    display: none;
  }
  #sidebar-right .widget .widget-our-lawyers .lawyer .icon-eye {
    display: none;
  }

  #comments-template .comments-list li .comment-entry {
    width: auto;
    float: none;
  }
  #comments-template .comment-respond .form-allowed-tags {
    width: 100% !important;
  }
  #comments-template .comment-respond .comment-form fieldset {
    width: 48.5%;
  }
  #comments-template .comment-respond .comment-form fieldset .input-small-left {
    width: 100%;
  }
  #comments-template .comment-respond .comment-form fieldset .input-small-right {
    width: 100%;
  }
  #comments-template .comment-respond .comment-form textarea.input-textarea {
    width: 48.5%;
    height: 160px;
  }
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/wp-content/themes/lawyeria-lite-child/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('/wp-content/themes/lawyeria-lite-child/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), 
  		url('/wp-content/themes/lawyeria-lite-child/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), 
  		url('/wp-content/themes/lawyeria-lite-child/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), 
  		url('/wp-content/themes/lawyeria-lite-child/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
/*
 Theme Name:   Lawyeria Lite Child
 Theme URI:    http://justfreethemes.com/demo?theme=Lawyeria%20Lite
 Description:  Lawyeria Child Theme
 Author:       Nashville Interactive
 Author URI:   http://www.nashvilleinteractive.com
 Template:     lawyeria-lite
 Version:      1.0.0
*/



/*
@-webkit-keyframes tutsFade {}
@-moz-keyframes tutsFade {}
@-ms-keyframes tutsFade {}
@-o-keyframes tutsFade {}
@keyframes tutsFade {}
*/
/*

@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tutsRotate {
  to {
    transform: rotate(360deg);
  }
}



@keyframes square-to-circle {
  0%  {
    border-radius:0 0 0 0;
    background:coral;
    transform:rotate(0deg);
  }
  25%  {
    border-radius:50% 0 0 0;
    background:darksalmon;
    transform:rotate(45deg);
  }
  50%  {
    border-radius:50% 50% 0 0;
    background:indianred;
    transform:rotate(90deg);
  }
  75%  { 
    border-radius:50% 50% 50% 0;
    background:lightcoral;
    transform:rotate(135deg);
  }
  100% {  
    border-radius:50%;
    background:darksalmon;
    transform:rotate(180deg);
  }
}


.features-box {
-webkit-transition: all 500ms cubic-bezier(0.680, 0, 0.265, 1); 
-webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
   -moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
     -o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 

-webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); 
-webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
   -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
     -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
        transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}
*/

/*

.logo img {
  animation-name: fade;
  animation-duration: 4s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
*/

/*
.features-box {
	outline: 1px solid transparent;
	animation: fade 4s 1s infinite linear alternate,
             tutsRotate 5s 1s infinite linear forwards, 
             square-to-circle 5s 1s infinite linear forwards;
             
}
*/



.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

*:before, *:after {
    box-sizing: border-box;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}




body {
	color: #394753;
	font-size: 16px;
	line-height: 1.6em;
	background: url("/wp-content/uploads/2015/06/slide1.jpg") 50% 0 no-repeat transparent;
	background-size: cover;
	background-attachment: fixed;
}

a, a:visited {
	color: #488625; 
	text-decoration: none;

	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

small {
	font-size: 0.7em;
}

.post .post-excerpt a {
    color: #488625;
    text-decoration: underline;
}

div {
	position: relative;
}

strong {
	font-weight: bold;
}

img {
	max-width: 100%;
}

a:hover, a:active {
	color: #555; 
	text-decoration: none;
}

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3, h4 {
	font-family: "Roboto Slab",sans-serif;
	line-height: 1.2em;
}

h1.post_title {
	font-size: 35px;
}

#content ul {
	margin-bottom: 1em;
}

.post h3 {
  word-break: inherit;
}


a.cta, .cta, .cta2, a.cta2, .cta3, input[type="submit"], input[type="button"], #commentform input[type="submit"], a.slide_cta {
    background-color: #488625;

	background-image: -webkit-gradient(linear, left top, right top, from(#6ba848), to(#488625));
	background-image: -webkit-linear-gradient(top, #6ba848, #488625);
	background-image: -moz-linear-gradient(top, #6ba848, #488625);
	background-image: -o-linear-gradient(top, #6ba848, #488625);
	background-image: linear-gradient(to bottom, #6ba848, #488625);

    background-image: linear-gradient(to bottom, #6ba848, #488625);
    border: 2px solid #488625;
    border-radius: 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.1em;
    padding: 0.4em 2.5em;
    position: relative;
    text-align: center;
    text-decoration: none!important;
    text-shadow: 0 -1px 1px #000;
    text-transform: none;
    
}



a.cta:hover, .cta:hover, input[type="submit"]:hover, input[type="button"]:hover, a.slide_cta:hover {
    background-color: #488625;

	background-image: -webkit-gradient(linear, left top, right top, from(#488625), to(#6ba848));
	background-image: -webkit-linear-gradient(top, #488625, #6ba848);
	background-image: -moz-linear-gradient(top, #488625, #6ba848);
	background-image: -o-linear-gradient(top, #488625, #6ba848);
	background-image: linear-gradient(to bottom, #488625, #6ba848);


	text-decoration: none!important;
}





a.cta2, .cta2 {
	background-image: none;
    background-color: #FFF;    
    color: #488625!important;
    text-shadow: none;
    text-decoration: none!important;
}


a.cta2:hover, .cta2:hover {
	background-image: none;
    background-color: #b5d3a4;
}




h1 {
	font-size: 42px;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 26px;
	font-family: inherit!important;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
	font-weight: bold; 
}

.post .post-excerpt h4 {
    font-size: 18px;
}

h5, h6 {
	font-size: 13px;
}

.clear {
	clear: both; 
	display: block;
}

#content h2, #content h3, #content h4, #content h5 {
	clear: both;
}



h1.page_title {
	border-bottom: #DDD 1px solid;
	padding-bottom: 0.3em;
	line-height: 1.2em;
}

h1.post_title {
    border-bottom: 1px solid #DDD;
    padding-bottom: 0.3em;
    line-height: 1.2em;
    font-size: 38px;
}


blockquote p, blockquote {
    quotes: none;
    font-family: Georgia, "Times New Roman", serif;
    color: #777;
    font-size: 16px;
}
    

iframe {
	max-width: 100%;
}

.sticky-wrapper {
	width: 100%;
}


.sticky-wrapper .stuck {
	position: fixed!important;
	top: 0;
}



#site_header {
	width: 100%;
	z-index: 100;
	
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);

}

#site_header.stuck {
	position: fixed;
}

body.logged-in #site_header.stuck {
	top: 32px;
}


.header-contact p {
	margin-bottom: 5px;
} 


.stuck .header-contact {
	margin: 0 0 8px;
}


.stuck .header-contact p, .stuck .header-contact .licensed {
	display: none;
}


.stuck .header-left .logo {

}

nav {
    float: none;
    margin: 0;
}

nav li {
    margin-left: 30px;
    margin-right: 0;
}


.header-contact {
    width: auto;
    color: #FFF;
    margin-bottom: 15px;
    margin-top: 15px;
}


.header-contact span a {
    color: #fff;
}

.header-contact span.header_email {
	font-size: 16px;
	display: block;
	margin: 5px 0 10px 0;
}

#main_nav {
	background: #FBF8E9;
	padding: 0 3%;
	width: 94%;
}


nav li a, nav li a:visited {
	color: #488625;
	line-height: 1em;
}

nav li.current-menu-item ul li a {
	color: #488625;
	line-height: 1em;	
}


nav li a, nav li a:hover {
	border: none;
}

.stuck nav div > ul > li {
    padding: 5px 0 6px;
}

.stuck #main_nav {

}



nav li ul {
    top: 100%;
    border-top: #666 1px solid;
}

li.menu-item-has-children a::after {
	content: '\25BC';
	font-size: 12px;
	margin-left: 5px;
	
}

li.menu-item-has-children li a::after {
	content: "";
	margin: 0;
}

nav li ul li {
	border-bottom: #488625 1px solid;
}

nav li ul li a {
    background: #FBF8E9;
    padding: 5px 10px;
}

nav li ul li a:hover {
	background: rgba(71, 134, 66, 1) none repeat scroll 0px 0px;
	color: #FFF;
}

ul.ubermenu-submenu {
	background: #FBF8E9!important;
}



blockquote, q {
    quotes: none;
    margin: 0 0 45px 0;
}


.wide-header {
    background: rgba(71, 134, 66, 0.85) none repeat scroll 0 0;
    margin: 0;
    padding-top: 5px;
    width: 100%;
}

#subheader {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
}

#subheader .subheader-color {
    background: rgba(71, 134, 66, 0.9) none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
    height: 100%;
    padding-bottom: 72px;
    width: 100%;
}


#subheader a, #subheader a:visited {
	color: #FFF;
	text-decoration: underline; 
}

#subheader a:hover, #subheader a:active {
	text-decoration: none; 
}


#subheader .subheader-color .full-header-content h1, #subheader .subheader-color .full-header-content h2 {
    width: 100%;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    line-height: 42px;
    font-family: "Roboto Slab",sans-serif;
    font-size: 36px;
}




p, #subheader .subheader-color .full-header-content p {
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    margin-top: 13px;
    width: 100%;
}

#subheader .subheader-color .full-header-content p {
    color: #fff;
    font-size: 1.2em;
}

#subheader .subheader-color .full-header-content p strong {
	font-weight: bold;
	font-style: italic;
	color: #eff7ea;
	letter-spacing: 0.06em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
	text-decoration: underline;
}


#subheader .subheader-color .full-header-content a.more {
	font-weight: bold;
}



#features .features-box .features-box-icon {
    height: 100px;
}

#features .features-box .features-box-icon img {
    max-height: 100px;
    width: auto;
}


#features .features-box h4 {
    font-size: 18px;
    font-weight: normal;
}


.wide-nav {
    background: rgba(71, 134, 66, 0.75) none repeat scroll 0 0;
}

.stuck .wide-nav {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #333;
}



.header-left {
    float: left;
    margin: 10px 0 40px;
    z-index: 101;
    position: absolute;
}


.stuck .header-left {
	position: absolute;
	top: 0;
	margin: 0;
}

.header-left .logo {
	height: auto;
}

.social_links {
	display: inline-block;
}


#features .features-box {
    border-radius: 10px;
}
    
#features {
    padding: 50px 0;
}



.section_title {
	font-size: 26px;
	margin-bottom: 1.6em;
}


.social_links {
	vertical-align: top;
}

a.social_icon {
    color: #fff;
    display: inline-block;
    font-size: 28px;
    margin: 0 10px 0 0;
    vertical-align: top;
}


a.social_icon:hover {
    color: #6ba848;
}


.fa-envelope {
	margin-top: -1px;
}


#content .content-article h3 {
    margin-bottom: 20px;
}


#content .content-article p {
    margin: 0px 0px 25px;
}

.wp-post-image {
	position: relative;
	z-index: 1;
    float: left;
    margin: 0px 25px 10px 0px;
    border: #FFF 6px solid;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

    
        
#footer {
	background: url('/wp-content/themes/lawyeria-lite-child/images/bg_footer.jpg') 0 0 repeat #4a5c6b;
	
    border-top: 5px solid #fbf8e9;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.25);
    
    color: #fff;
    padding: 60px 0 25px;
    position: relative;
}

#footer a {
	color: #BBB;
}

#footer .social_links {
	text-align: center;
	width: 100%;
}


#footer .textwidget {
    color: inherit;
}

#footer .footer-box {
    border-left: 1px solid #6b7e8e;
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    width: 300px;
}


#footer .footer-box ul li {
    border-bottom: 1px solid #BFC8D1;
    padding-bottom: 0.75em;
    margin-bottom: 0;
}




.copyright {
	font-size: 12px;
	text-align: center;
	margin: 40px auto 25px auto;
	color: #708292;
}

#footer .copyright a, #footer .copyright a:visited {
	color: #7f91a1;
}

#footer .copyright a:hover, #footer .copyright a:active {
	color: #FFF;
}


.wide-nav h3 {
    color: #fff;
}

.stuck .wide-nav h3 {
    color: inherit;
}


.homepage-content {
	padding: 30px 0 50px;
	background: #FFF;
}


#footer .footer-box span {
    margin-top: 0;
    display: inline;
}


#footer .footer-box img {
    height: auto;
    margin: 0 auto 20px;
    max-height: 100px;
    max-width: 100%;
}
    

#footer .footer-box span.third {
	display: inline-block;
	width: 24%;
	margin-left: 3%;
	margin-right: 3%;
	vertical-align: middle;
}

#footer_logo {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
    height: 56px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    text-align: center;
    top: -33px;
    width: 60px;
    z-index: 1;
}



.post .post-excerpt {
  color: #394753;
  -ms-word-break: none;
  word-break: normal;
  -moz-hyphens: none;
}




.easy-faq .easy-faq-body {
    padding-left: 0;
}



.post .post-excerpt h3 {
    margin: 0 0 20px;
}


#sidebar-right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
    text-align: center;
    width: 300px;
}


#sidebar-right .widget .title-widget {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-family: "Roboto Slab",sans-serif;
    font-size: 26px;
    height: auto;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    width: 100%;
}


#sidebar-right #text-5.widget {
	background: #488625;
	color: #FFF;
}


#sidebar-right #text-5.widget a, #sidebar-right #text-5.widget a:visited{
	color: #FFF;
	text-decoration: underline;
}


#sidebar-right #text-5.widget .title-widget {
	color: #FFF;
}


.widget_yikes_mc_widget p {
	margin: 0 0 15px 0 !important;
	font-size: 16px;
}

#sidebar-right .widget_yikes_mc_widget, #sidebar-right .widget {
	background: #eaeaea;
	padding: 5%;
	border-radius: 4px;
	width: 90%;
}



.licensed {
	font-family: Palatino, Georgia, sans-serif;
	font-style: italic;
	color: #FBF8E9;
	font-size: 26px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}


#footer .licensed {
	font-size: 18px;
}

#footer .footer-margin-left .footer-box {
    word-wrap: break-word;
}






/* visual form builder */



fieldset {
    background: none;
    border: medium none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}


fieldset.verification {
	display: block;
	clear: both;
}


form .left_side {
	width: 49%;
	float: left;
	clear: none;
}

form .right_side {
	width: 49%;
	float: right;
	clear: none;
}


form .verification .right_side {
	width: auto;
}


.visual-form-builder li, .entry-content .visual-form-builder li, .comment-content .visual-form-builder li, .mu_register .visual-form-builder li {
    padding: 0 1% 3px !important;
}



ul.vfb-section {
	padding: 0;
}


body .visual-form-builder fieldset {
	border: medium none;
	border-radius: 0;
	background: none;
	margin: 0;
	
}


body .visual-form-builder label, label.vfb-desc {
    font-weight: normal;
    margin: 0;
    padding: 0 0 3px;
}

#footer .visual-form-builder label, label.vfb-desc {
}


body .visual-form-builder .vfb-item-secret .vfb-span label {
	display: inline-block;
	margin: 10px 0 0 4px;
}

.vfb-legend h3 {
	margin-bottom: 0.1em;
}

.vfb-item-secret {
	float: left;
	width: 49%;
}

fieldset.verification ul {
	margin-top: 10px!important;
}

.visual-form-builder li.vfb-item-submit {
	margin-top: 20px;
	float: right;
}

.vfb-item-secret label.vfb-desc {
	display: block;
}



.visual-form-builder ul, .entry-content .visual-form-builder ul, .comment-content .visual-form-builder ul, .mu_register .visual-form-builder ul, .visual-form-builder ol, .entry-content .visual-form-builder ol, .comment-content .visual-form-builder ol, .mu_register .visual-form-builder ol {
	margin: 0!important; 
}

.visual-form-builder li, .entry-content .visual-form-builder li, .comment-content .visual-form-builder li, .mu_register .visual-form-builder li {
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0 0 10px 0;
}

form.visual-form-builder {
	margin: 0!important;
}

body .visual-form-builder .vfb-legend {
    border-bottom: 1px solid #FFF;
    font-size: inherit;
    margin: 0 auto 5px;
    padding: 0;
}



body #vfb-3, body #vfb-13 {
	float: left;
	width: 50%;
}





.visual-form-builder .vfb-legend h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 !important;
    padding: 0 !important;
}





input[type="text"], input[type="search"], input[type="phone"], input[type="email"], textarea, select, body input.vfb-text, body input.vfb-text[type="text"], body input.vfb-text[type="tel"], body input.vfb-text[type="email"], body input.vfb-text[type="url"], body textarea.vfb-textarea, body select.vfb-select, body .yks-mailchimpFormDivRowField input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25) inset;
    color: #333;
    float: none;
    font-family: inherit;
    font-size: 18px;
    padding: 0.5em 3%!important;
    width: 94%!important;
}

body .yks-mailchimpFormDivRowField input {
	width: 100%!important;
}


.visual-form-builder span.vfb-right input, .visual-form-builder span.vfb-right input[type="text"], .visual-form-builder span.vfb-right select, .visual-form-builder span.vfb-left input, .visual-form-builder span.vfb-left input[type="text"], .visual-form-builder span.vfb-left select {
    width: 94%!important;
}


.vfb-span, .visual-form-builder li div span.vfb-span, .visual-form-builder [class*="vfb-span"], span.vfb-full input, span.vfb-full input.vfb-medium[type="text"], span.vfb-full select {
    margin: 0px 0 5px;
}


.visual-form-builder ul li {
    margin: 0 0 10px !important;
}

 body textarea.vfb-textarea {
	 height: 120px;
 }



input.vfb-large, input.vfb-large[type="text"], input.vfb-large[type="tel"], input.vfb-large[type="email"], input.vfb-large[type="url"], select.vfb-large, textarea.vfb-textarea {
	width: 94%!important;
}




.stuck nav div > ul > li {
	padding: 0;
}



.openresponsivemenu {
    width: 100%;
    background: transparent none repeat scroll 0% 0%;
    color: #488625;
    padding: 4px 0px;
    text-align: right;
    display: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.responsivemenu ul li {
	text-align: left;
}

.responsivemenu ul li a {
    padding: 6px 3% !important;
    width: 94%;
}

.responsivemenu a:hover, .responsivemenu a:active {
	background: #488625;
	color: #FFF;
}

.responsivemenu ul.sub-menu {
	display: none;
}

.responsivemenu ul li {
	border-bottom: #488625 1px solid;
}

.responsivemenu ul li:last-child {
	border-bottom: none;
}

.container-menu.cf.responsivemenu {
	display: block;
}



@media only screen and (max-width: 1024px) {
	
	.openresponsivemenu {
	    display: block;
	}
	
	.container-menu.cf {
	    max-height: 340px;
	    overflow: scroll;
	    display: none;
	    padding-bottom: 12px;
	    margin-top: 14px;
	}
	

	#footer .footer-box {
		border-left: none;
	}
	
	.responsivemenu ul.sub-menu li a {
		padding: 6px 3% 6px 7% !important;
		width: 90%;
	}

	#sidebar-right {
	    width: 32.1%;
	}
	
	nav ul {
		float: none;
	}
	
	
}
	

@media only screen and (max-width: 768px) {

	.header-left .logo {
    	width: 100px;
	}
	
	#sidebar-right {
	    width: 100% !important;
	    margin-top: 30px;
	}

	#footer {
		padding-left: 3%;
		padding-right: 3%;
		width: 94%;
	}
	
	#posts .post_title {
	    line-height: 1.1em;
	    font-size: 26px;
	    word-wrap: normal;
	    margin-bottom: 1em;
	}
	
	#content {
	    padding: 30px 0px 60px;
	}
	
	
	#subheader .subheader-color .full-header-content h1, #subheader .subheader-color .full-header-content h2 {
	    width: 100%;
	    color: #FFF;
	    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	    line-height: 1.2em;
	    font-family: "Roboto Slab",sans-serif;
	    font-size: 28px;
	}
	
	#subheader .subheader-color .full-header-content {
		margin-top: 30px!important;
	}
	
	
}
    







@media only screen and (max-width: 480px) {


	.header-left {
		float: left; 
		width: auto;
	}
	.header-left .logo {
    	width: 100px;
	}


	.wrapper .header-contact {
		text-align: right;
		float: right;
		width: auto;
		max-width: 75%;
		margin: 4px 0 15px;
	}
	
	.licensed {
		font-size: 16px;
		line-height: 1.2em;
	}
	
	.header-contact p {
		display: none;
	}
	
	.header-contact .social_links {
		display: none;
	}
		
	.header-contact span {
	    margin: 7px 0px 0px;
	    display: block;
	}
	
	.logo img {
		width: 100%!important;
		opacity: 1!important;
	}



}
    




/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/wp-content/themes/lawyeria-lite/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/wp-content/themes/lawyeria-lite/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/wp-content/themes/lawyeria-lite/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/wp-content/themes/lawyeria-lite/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/wp-content/themes/lawyeria-lite/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/wp-content/themes/lawyeria-lite/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}