@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');
/*
Theme Name: Spacious Child
Theme URI: https://themegrill.com/themes/spacious
Author: Matt Saunders
Author URI: https://themegrill.com
Description: Spacious is an incredibly spacious multipurpose responsive theme coded & designed with a lot of care and love. You can use it for your business, portfolio, blogging or any type of site. It has 4 page layouts, 2 page templates, 4 blog display types, 13 widgets areas, 5 custom widgets focusing on business template, awesome slider, primary color option to match your logo & website, boxed & wide layout, light & dark color skin, translation ready and many more. You can get free support in https://themegrill.com/support-forum/ and check the demo at https://demo.themegrill.com/spacious/.
Template: spacious
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, footer-widgets, blog, e-commerce, rtl-language-support
Text Domain: spacious-child
*/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow-y: scroll;
	/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

ol, ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
	border: 1px solid #EAEAEA;
	padding: 6px 10px;
}

td {
	border: 1px solid #EAEAEA;
	padding: 6px 10px;
}

caption, th, td {
	text-align: left;
}

blockquote:before, blockquote:after {
	content: "";
}

q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}

a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	/* For IE8 and earlier */
	-webkit-box-shadow: #000 0 0 0;
	box-shadow: #000 0 0 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0;
}

/* =GLOBAL
----------------------------------------------- */
body, button, input, select, textarea {
    color: #565656;
    font-family: 'Noto Sans',sans-serif;
    font-size: 15px;
    line-height: 160%;
    word-wrap: break-word;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 6px;
    line-height: 125%;
}

h1 {
	line-height: 36px;
}

h1.page-title {
    font-size: 32px;
    font-weight: 300;
}

h2 {
    font-size: 28px;
    line-height: 1.3em;
    margin-bottom: 30px;
    color: #a8979d;
}

h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #a8979d;
    line-height: 1.5em;
}

h4 {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 20px;
    color: #a8979d;
}

h5 {
	font-size: 22px;
	line-height: 28px;
}

h6 {
	font-size: 19px;
	line-height: 25px;
}

hr {
	border-color: #EAEAEA;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 30px 0;
}

/* =TEXT ELEMENTS
----------------------------------------------- */
p {
    line-height: 24px;
    margin-bottom: 20px;
}

strong {
	font-weight: bold;
}

h4 strong {
    font-weight: 300;
}

cite, em, i {
	font-style: italic;
}

pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #EAEAEA;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 19px;
	white-space: pre-wrap;
}

code,
kbd,
var,
samp,
tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 19px;
	white-space: pre-wrap;
}

abbr,
acronym,
dfn {
	border-bottom: 1px dotted #666666;
	cursor: help;
}

address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}

ins {
	background: #F8F8F8;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* =SUPERCRIPT AND SUBSCRIPT
----------------------------------------------- */
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;

	font-size: 16px;
}

dt {
	font-weight: bold;
	margin-bottom: 5px;
}

dd {
	margin-bottom: 24px;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
	list-style: decimal;
}

li > ul, li > ol {
	margin: 0 0 0 10px;
}

/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
    font-style: italic;
    font-weight: normal;
    padding: 20px;
    border: 1px solid #EAEAEA;
    border-left: 3px solid #818da5;
    margin-bottom: 30px;
}

blockquote em, blockquote i {
	font-style: normal;
}

blockquote cite {
	font-style: normal;
	color: #666666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* =FORMS
----------------------------------------------- */
input, textarea {
	-webkit-border-radius: 0px;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #a8979d;
    border: 1px solid #85767b;
    box-sizing: border-box;
    color: white;
}

textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

input[type="text"], input[type="email"], input[type="password"] {
    padding: 1%;
    border: none!important;
    border-bottom: 1px solid #EAEAEA!important;
    font-size: 0.929em!important;
}

textarea {
    padding: 1%;
    border: none!important;
    border-bottom: 1px solid #EAEAEA!important;
    line-height: 20px;
    width: 98%!important;
    background-color: #F8F8F8;
    border-radius: 3px;
    font-size: 0.929em!important;
}

.free-consultation textarea#wpforms-459-field_2 {
	margin: 0 auto 30px auto!important;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus {
	border: 1px solid #EAEAEA;
}

textarea:focus {
	border: 1px solid #EAEAEA;
}

input.s {
    width: 9em;
    padding: 4px 10px;
    height: 32px;
    color: #666666;
    background-color: #FFFFFF;
    margin: 0;
    vertical-align: top;
}

input.s:focus {
	padding-left: 10px;
	border-color: #EAEAEA;
	text-indent: 0;
}

input[type="reset"], input[type="button"], input[type="submit"] {
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 30px;
	padding: 5px 25px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background-color: #0FBE7C;
	border: 0px;
	border-radius: 3px;
	font-size: 16px;
}

button {
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px 25px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-color: #212940;
    border: 0px;
    border-radius: 3px;
    font-size: 16px;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 2em 15px 2em!important;
    background-color: #a8979d!important;
    color: white!important;
    font-size: 20px!important;
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

button:hover {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.previous a, .next a {
	color: #666666;
	padding: 5px 25px;
	cursor: pointer;
	border: 1px solid #EAEAEA;
	font-size: 16px;
}

.previous a:hover, .next a:hover {
	color: #0FBE7C;
}

input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #dadee9;
    border: 1px solid #373e53;
}

/* =LINKS
----------------------------------------------- */
a {
    color: #898787;
}

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

.but, .yrm-btn-wrapper {
    background-color: #a8979d;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
	padding: 15px 40px 15px 40px!important;
}

.but a, .yrm-btn-wrapper span {
	color:white;
	text-decoration:none;
}

.yrm-btn-wrapper {
    margin-top: 10px;
}

.readmore {
    padding: 15px 50px 15px 50px;
    font-size: 18px;
    margin: 15px 0 0 0;
}

/* =IMAGES
----------------------------------------------- */
figure {
	margin: 0;
	text-align: center;
}

.attachment-post-thumbnail {
    float: right;
}

.single-types_of_claim .attachment-post-thumbnail, .single-post .attachment-post-thumbnail {
    margin: 0 0 10px 10px;
    width: 300px;
    height: 200px;
}

.single-the_team .attachment-post-thumbnail {
    margin: 0 0 10px 30px;
}

.entry-content img, .comment-content img, .widget img {
	max-width: 100%;
	/* Fluid images for posts, comments, and widgets */
}

img.size-full, img.size-large {
	max-width: 100%;
	height: auto;
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}

img#wpstats {
	display: none;
}

/* =CLEARFIX
----------------------------------------------- */
.clearfix {
	display: inline-block;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.tg-after-three-blocks-clearfix {
	clear: both;
}

/* =ALIGNMENT
----------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

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

/*****************************************************************/
/*****************************************************************/
/* =BODY
----------------------------------------------- */
body {
    padding-top: 0;
}

#page {
    margin: 0 auto;
    background-color: #FFFFFF;
}

.wide-978 {
	padding-top: 0;
	padding-bottom: 0;
}

.wide-1218 {
	padding-top: 0;
	padding-bottom: 0;
}

.wide-1218 #page {
	max-width: 100%;
}

.narrow-978 #page {
	max-width: 1038px;
}

.wide-978 #page {
	max-width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.inner-wrap {
    margin: 0 auto;
    max-width: 1218px;
    padding: 0 10px;
}

#header-text-nav-container .inner-wrap {
    max-width: 100%;
    padding: 0;
}

.wide-1218 .inner-wrap {
	max-width: 1218px;
}

.narrow-978 .inner-wrap, .wide-978 .inner-wrap {
	max-width: 978px;
}

/* =PAGE HEADER TITLE
----------------------------------------------- */

.header-post-title-container {
    background-color: #efefef;
    padding-bottom: 35px;
}

.header-post-title-container .inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.header-post-title-container .post-title-wrapper {
    float: left;
    width: 65%;
}

.header-post-title-class {
    font-size: 30px;
    color: #818da5;
    padding: 40px 0 0 0;
}

.freeconsultation.but {
    float: right;
}

/* =BREADCRUMB NAVXT PLUGIN SUPPORT
----------------------------------------------- */
.breadcrumb {
	float: right;
	text-align: right;
	margin-top: 8px;
	margin-bottom: 2px;
	font-size: 12px;
	color: #666666;
}

.breadcrumb a {
	color: #666666;
}

.breadcrumb a:hover {
	color: #0FBE7C;
}

/* =CONTENT
----------------------------------------------- */

.sticky {
	display: block;
}

.extra-hatom-entry-title {
	display: none;
}

#main {
    padding: 0 0 10px 0;
}

#main-inner {
    margin: 40px 0 40px 0;
    overflow: hidden;
    background-color: white;
}

.home #main-inner {
     padding: 0 10px; 
}

.widget_service_block {
	margin-bottom: 30px;
	padding-top: 30px;
}

.widget_service_block .widget-title {
	font-size: 22px;
	padding-bottom: 10px;
}

.widget_service_block p {
	padding-bottom: 0;
}

.widget_service_block .more-link-wrap {
	text-align: center;
}

.widget_service_block a.more-link:hover {
	text-decoration: underline;
}

.widget_featured_single_post a.read-more:hover {
	text-decoration: underline;
}

.widget-title a {
	color: #444444;
}

.tg-one-half .widget-title a:hover,
.tg-one-third .widget-title a:hover,
.tg-one-fourth .widget-title a:hover {
	color: #0FBE7C;
}

.tg-one-half p,
.tg-one-half .service-image,
.tg-one-half .widget-title,
.tg-one-third p,
.tg-one-third .service-image,
.tg-one-third .widget-title,
.tg-one-fourth p,
.tg-one-fourth .service-image,
.tg-one-fourth .widget-title {
	/*text-align: center;*/
}

.tg-one-third {
	float: left;
	width: 28.407225%;
	margin: 0 2.46305419%;
	padding: 0px 0px 30px;
}

.tg-one-fourth {
    float: left;
    width: 22.3333%;
    margin: 0 2.46305419% 0 0;
    padding: 0px 0px 30px;
}

.tg-one-fourth-last {
    margin: 0px;
    display: none;
}

.tg-column-2 {
    width: 35%;
}

.tg-column-3 {
    width: 35%;
    margin-right: 0;
}

.tg-one-half {
	float: left;
	width: 48.7684729%;
	margin: 0 2.46305419% 0 0;
	padding: 0px 0px 30px;
}

.tg-one-half-last {
	float: right;
	margin: 0px;
}

.wide-978 .widget_featured_post .meta,
.narrow-978 .widget_featured_post .meta {
	font-size: 11px;
}

/* =META
----------------------------------------------- */
.meta {
	border-bottom: 1px dashed #EAEAEA;
	border-top: 1px dashed #EAEAEA;
	padding: 5px;
	font-size: 15px;
}

.meta li {
	border-left: 1px solid #EAEAEA;
	float: left;
	padding: 0 6px 0 6px !important;
	border-bottom: none !important;
}

.meta li:first-child {
	border-left: 0 none;
	padding-left: 0 !important;
}

.meta li:last-child {
	float: right;
	border-left: 0 none;
	padding-right: 0px !important;
}

.main-title {
	text-align: center;
	text-transform: uppercase;
}

.main-description {
	text-align: center;
}

/* =NAVIGATION
----------------------------------------------- */
.default-wp-page .previous {
	float: left;
	margin-bottom: 30px;
}

.default-wp-page .next {
	float: right;
	margin-bottom: 30px;
}

.wp-pagenavi {
	text-align: center;
}

#content .wp-pagenavi .page {
	padding-bottom: 3px;
}

/* =PAGINATION
----------------------------------------------- */
.pagination {
	margin: 15px 0;
}

.pagination span {
	padding: 2px 5px;
	border: 1px solid #EAEAEA;
	background-color: #0FBE7C;
	color: #FFFFFF;
}

.pagination a span {
	background-color: #FFFFFF;
	color: #666666;
}

.pagination a span:hover {
	color: #0FBE7C;
	border-color: #0FBE7C;
	text-decoration: none;
}

/* Text widget */
.widget_text {
	word-wrap: break-word;
	margin-bottom: 30px;
}

.widget_text .textwidget {
	padding-bottom: 15px;
}

#secondary .widget_text .textwidget {
    padding: 0 0 20px 30px;
}

.tg-one-half .widget_text .widget-title {
	text-align: left;
}

.widget_text ul,
.widget_text ol {
	margin-top: 5px;
}

/* =MEDIA
----------------------------------------------- */
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075rem 0;
}

/* =WORDPRESS GALLERY SUPPORT
----------------------------------------------- */
ul.blocks-gallery-grid {
    margin: 0 auto 15px;
    padding: 0!important;
}

li.blocks-gallery-item {
    display: inline-block;
    padding: 15px 2%;
    text-align: center;
    vertical-align: top;
    width: 33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li.blocks-gallery-item img {
    height: auto;
    width: 100%;
}

.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
	padding: 15px 1%;
}

.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
}

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

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

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

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 5px;
}

.nav-previous, .nav-next {
	margin-bottom: 15px;
}

.nav-previous
.nav-next a {
	color: #666666;
	padding: 5px 25px;
	cursor: pointer;
	border: 1px solid #EAEAEA;
	font-size: 16px;
}

.nav-previous a:hover,
.nav-next a:hover {
	color: #0FBE7C;
}

/* =WIDGETS
----------------------------------------------- */
#secondary .widget ul li {
	line-height: 1.5;
	border-bottom: 1px solid #EAEAEA;
	padding: 5px 0;
}

#custom_html-2 li {
	font-size: 15px;
	padding-bottom: 10px;
	list-style-image: url(images/check-mark-1.png);
}

#secondary .widget_nav_menu ul li {
    border-bottom: 1px none #EAEAEA;
    padding: 5px 15px 5px 0;
    float: left;
}

#secondary .widget_nav_menu ul li a {
    background-color: #efefef;
    padding: 2px 5px 5px 5px;
}

#colophon .widget ul li {
    line-height: 1.5;
    padding: 5px 0;
    padding-bottom: 10px;
}

#secondary .widget ul li li,
#colophon .widget ul li li {
	border-bottom: none;
}

#secondary .widget ul ul,
#colophon .widget ul ul {
	padding-left: 10px;
}

.widget select {
	border: 1px solid #DDDDDD;
	color: #666666;
	padding: 2px;
	width: 60%;
}

#secondary h3.widget-title {
    line-height: 32px;
    padding-bottom: 15px;
    color: #9a9a9a;
    font-size: 32px;
    font-weight: 300;
}

#secondary .widget {
    margin-bottom: 0;
    font-size: 16px;
}

aside#media_image-2 {
    text-align: center;
}

aside#block-2 {
    margin-bottom: 30px!important;
}

p.twitter-feed-text {
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: bold;
    color: grey;
    line-height: 1.2em;
}
 
#secondary .widget a {
	text-decoration:none;
}
 
 #secondary #nav_menu-2 {
    overflow: hidden;
}
 
.page-id-67 #secondary .widget {
    margin-bottom: 0;
}

.error-404 .widget {
	margin-bottom: 35px;
	font-size: 16px;
}

#secondary a:hover {
	text-decoration: underline;
}

.error-404 {
	padding-bottom: 20px;
	text-align: center;
}

.error-404 .page-title {
	font-size: 30px;
	line-height: 36px;
}

.error-404 input.s {
	width: 50%;
}

#ctf p.ctf-tweet-text {
    /*padding: 10px 10px 0 10px !important;*/
    margin: 10px 0 0 0 !important;
}
#ctf.ctf-narrow .ctf-corner-logo {
    display: none;
}
#ctf .ctf-item {
    padding: 15px 15px;
}

/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
    bottom: 20px;
    position: fixed;
    right: 20px;
    display: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 26px/1 'Genericons';
    vertical-align: top;
    color: #FFFFFF;
    background-color: #4d5366;
    opacity: 0.5;
    filter: alpha(opacity=50);
    border-radius: 3px;
    padding: 6px;
}

a#scroll-up:before {
	content: '\f432';
}

a#scroll-up:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

/* =READ MORE LINK
----------------------------------------------- */
.read-more, .more-link {
	font-size: 14px;
	color: #0FBE7C;
	font-family: 'Lato', sans-serif;
}

/* =PRIMARY AND SECONDARY CONTENT AREA
----------------------------------------------- */
#primary {
    float: left;
    /*width: 68%;*/
	width: 65.5763547%;
}

#secondary {
    float: right;
    width: 28.4827586%;
}

.wide-978 #primary,
.narrow-978 #primary {
	width: 65.5763547%;
}

.wide-978 #secondary,
.narrow-978 #secondary {
	width: 30.4827586%;
}

/* =LEFT SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.left-sidebar #primary {
    float: right;
    margin-top: 100px;
}

.left-sidebar #secondary {
    float: left;
    margin-top: 50px;
}

/* =NO SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}

.no-sidebar-full-width #primary {
	width: 100%;
}

.no-sidebar #secondary,
.no-sidebar-full-width #secondary {
	display: none;
}

/* =POST CONTENT
----------------------------------------------- */
#content .post,
#content .page {
	padding-bottom: 45px;
}

.single #content .post {
	padding-bottom: 25px;
}

.post .entry-title,
.page .entry-title {
	font-size: 26px;
	line-height: 32px;
}

.post .entry-title a, .page .entry-title a {
	color: #444444;
}

.post .entry-title a:hover, .page .entry-title a:hover {
	color: #0FBE7C;
}

.post .entry-content {
	margin-bottom: 10px;
}

.entry-content ul {
    list-style: disc;
    padding: 0 0 0 35px;
    margin-bottom: 30px;
}

.entry-content ol {
	padding: 0 0 0 35px;
	margin-bottom: 30px;
}

.entry-content li > ul, .entry-content li > ol {
	margin-bottom: 0;
}

.post .entry-content a:hover {
	text-decoration: underline;
}

.blog-medium .post .post-featured-image {
	float: left;
	width: 36%;
	text-align: left;
	padding-right: 4%;
}

.blog-alternate-medium #primary article:nth-child(odd) figure {
	float: left;
	padding-right: 4%;
}

.blog-alternate-medium #primary article:nth-child(even) figure {
	float: right;
	padding-left: 4%;
}

.post .entry-meta {
	border: 1px solid #EAEAEA;
	font-size: 14px;
	color: #666666;
	font-family: 'Lato', sans-serif;
	margin: 0 0 20px;
}

.post .entry-meta .by-author, .post .entry-meta .date, .post .entry-meta .category, .post .entry-meta .comments, .post .entry-meta .edit-link {
    padding: 5px 10px;
    display: none;
}

.post .entry-meta .date {
	display:inline-block;
}

.post .entry-meta .read-more-link {
	padding: 5px 10px;
	background-color: #0FBE7C;
	float: right;
	border-right: none;
}

.post .entry-meta .read-more-link:hover {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.post .entry-meta a {
	color: #666666;
}

.type-page .entry-meta a {
	color: #666666;
}

.post .entry-meta a.read-more {
	color: #FFFFFF;
}

.post .entry-meta a.read-more:hover {
	color: #FFFFFF;
}

.post .entry-meta a:hover {
	color: #0FBE7C;
}

.type-page .entry-meta a:hover {
	color: #0FBE7C;
}

.post .entry-meta span {
	float: left;
	padding: 0 6px 0 6px;
}

.post .entry-meta span:first-child {
	border-left: none;
}

.post .entry-meta .by-author:before,
.post .entry-meta .date:before,
.post .entry-meta .category:before,
.post .entry-meta .comments:before,
.post .entry-meta .edit-link:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 18px/1 'Genericons';
	vertical-align: top;
}

.post .entry-meta .by-author:before {
	content: '\f304';
}

.post .entry-meta .date:before {
	content: '\f307';
}

.post .entry-meta .category:before {
	content: '\f301';
}

.post .entry-meta .comments:before {
	content: '\f300';
}

.post .entry-meta .edit-link:before {
	content: '\f411';
}

.author-box {
	padding: 20px;
	border: 1px solid #EAEAEA;
}

.author-box .author-img img {
	margin-bottom: 0;
}

.author-box .author-description-wrapper {
	margin-left: 120px;
}

.single #content .tags {
	margin: 30px 0;
}

.single #content .tags a {
	border: 1px solid #EAEAEA;
	padding: 3px 5px;
	border-radius: 3px;
	color: #666666;
}

.single #content .tags a:hover {
	color: #0FBE7C;
	text-decoration: none;
}

/* Remove the updated class from entry meta */
.date .updated {
	/*display: none;*/
}

/* =HEADER
----------------------------------------------- */
#header-meta {
	background-color: #F8F8F8;
	border-bottom: 1px solid #EAEAEA;
}

.toplinks {
    background-color: #818da5;
    overflow: hidden;
    font-size: 14px;
    padding: 15px 0 12px 0;
    overflow: hidden;
}

.toplinks .inner-wrap {
    padding: 0 10px;
}

.toplinks p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #cda243;
}

.toplinks a {
    color: #ffffff;
    text-decoration: none;
}

.toplinks-left {
    float: left;
    width: 60%;
}

.toplinks-left .fa {
    padding: 0 2px 0 0;
    color: white;
}

.toplinks-left span {
    color: #ffffff;
    margin-right: 20px;
}

span.emailus {
    display: none;
}

span.callmeback {
    padding: 5px 20px 5px 20px;
    font-size: 13px;
    margin: 0 0 0 0;
}

.strap {
    display: inline-block;
	vertical-align: middle;
}

.strap .fa {
    font-size: 28px;
}

.toplinks-right {
    float: right;
    color: #cda243;
    padding: 0;
    text-align: right;
    width: 28%;
	margin-top: 2px;
}

.toplinks-right .fa {
    padding: 0 2px 0 10px;
    color: white;
}

#header-text-nav-wrap {
    padding: 40px 10px;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    max-width: 1218px;
}

#header-left-section {
	float: left;
	margin-right: 25px;
}

#header-logo-image {
	float: left;
	padding: 0 20px 0 0;
	max-width: 100%;
}

#header-logo-image img {
	margin-bottom: 0px;
}

#header-text {
    float: left;
}

#site-title a {
color: #373e53;
    text-decoration: none;
}
#site-title {
    line-height: 0.9em;
    margin: 0;
}
h1#site-title img, h3#site-title img {
    width: 280px;
}
.login h1 a {
	background-image: url(images/id-logo-login.JPG)!important;
}

#site-description {
    line-height: 1.2em;
    font-size: 12px;
    padding-bottom: 0;
    color: #cda243;
    text-align: right;
}

p#site-description img {
    vertical-align: inherit;
    margin: 0 0 0 5px;
}

#header-right-section {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

#header-right-sidebar {
	overflow: hidden;
}

#header-right-section .widget {
	text-align: right;
	padding-top: 10px;
}

#header-right-section .widget h3 {
	padding-bottom: 5px;
}

.header-image {
	margin-bottom: 0;
	border-bottom: 1px solid #EAEAEA;
	width: 100%;
}

/* =SLIDER
----------------------------------------------- */

.homeintro {
    overflow: hidden;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f3f1f1;
}

.homeintro-inner {
    margin: 0 auto;
    max-width: 1218px;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
div#n2-ss-2 .n-uc-oTFT2iq8F9Vz, .n2-ss-layer.n2-ow.n-uc-x5skLbPRbdJB, .n2-ss-layer.n2-ow.n-uc-KuWh7d8MeI0w {
    margin: 0 auto!important;
}
}

.whyuseus {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background-color: #fdfdfd;
    display: none;
}

.home .whyuseus {
    display: block;
}

.whyuseus-inner {
    margin: 0 auto;
    max-width: 1218px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.whyuseus-inner div {
    float: left;
    width: 33%;
    text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Noto Sans',sans-serif;
    font-weight: bold;
    color: #a8979d;
    font-size: 20px;
}

.whyuseus-inner div:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f058";
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 10px;
    font-size: 25px;
}

.whyuseus-inner .first {
    /*border-left: 1px solid #efefef;*/
}

.whyuseus-inner .middle {
    border-right: 1px solid #efefef;
	border-left: 1px solid #efefef;
}

.whyuseus-inner .last {
    /*border-right: 1px solid #efefef;*/
}

/*.homeintro-left {
    float: left;
    width: 42%;
    margin: 5% 0 0 0;
    padding: 0 10px 0 10px;
}

.homeintro-right {
    float: left;
    width: 58%;
}

.homeintrotitle {
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: -1px;
    margin-bottom: 20px;
    color: #484848;
    padding-right: 20px;
}

.homeintrotext {
    font-size: 16px;
    line-height: 2em;
    color: #484848;
     padding-right: 20%; 
    line-height: 1.4em;
}

ul.homeintrobullets {
    margin-bottom: 20px;
}

ul.homeintrobullets li {
	position: relative;
	padding-left: 32px;
}

ul.homeintrobullets li:before {
    position: absolute;
    top: 0px;
    left: 10px;
    display: inline-block;
    margin-right: 11px;
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: inherit;
    vertical-align: middle;
    color: #818da5;
    content: "\f111";
}

.freeconsultation {
    padding: 15px 30px 15px 30px!important;
    font-size: 16px;
    margin: 25px 0 0 0;
}

.freeconsultation a {
	color:white;
	text-decoration:none;
}

.header-post-title-container .freeconsultation {
    float: right;
    margin-top: 35px;
    font-size: 15px;
}
*/

/* =SEARCH WIDGET
----------------------------------------------- */
#masthead .search-wrap input.s {
	width: 130px;
}

.search-wrap button {
	border-radius: 0;
	height: 32px;
	margin-bottom: 0;
	margin-left: -6px;
	padding: 0;
}

.search-icon:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 18px/1 'Genericons';
	content: '\f400';
	vertical-align: middle;
	padding: 3px 7px;
}

/* =NAVIGATION
----------------------------------------------- */
nav li > ul,
nav li > ol {
	margin: 0;
	list-style: none;
}

.main-navigation li {
    float: left;
    position: relative;
    padding: 0;
}

.main-navigation li.menu-item-has-children:hover {
	background-color:#818da5;
	color:#ffffff;
}

.main-navigation li.menu-item-has-children a:hover {
	color:#ffffff;
}

.main-navigation ul li a {
    font-size: 15px;
    padding: 0 0 0 30px;
    text-decoration: none;
    padding: 6px 15px 6px 15px;
}

.main-navigation li.default-menu {
	display: none;
}

li.default-menu {
	display: none;
}

.main-navigation a {
    color: #ffffff;
    color: #484848;
    display: block;
    float: left;
}

.main-navigation ul li ul, .main-navigation ul li:hover ul ul {
	display: none;
	z-index: 9999;
}

.main-navigation ul li:hover ul {
	display: block;
}

.main-navigation ul li .sub-toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    margin-left: 5px;
    margin-top: -4px;
    display: none;
}

.main-navigation ul li ul li .sub-toggle {
	-webkit-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}

.main-navigation ul li > ul .sub-toggle {
	margin: 0;
	right: 10px;
}

.main-navigation ul li > ul.spacious-menu--left {
	left: -100%;
}

.main-navigation ul ul li:hover ul {
	display: block;
}

.main-navigation ul ul li:hover ul ul {
	display: none;
	z-index: 9999;
}

.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	display: none;
	z-index: 9999;
}

.main-navigation ul ul ul li:hover ul {
	display: block;
}

.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	display: block;
}

.main-navigation ul li ul {
    position: absolute;
    top: 35px;
    background: #818da5;
    padding-bottom: 10px;
}

.main-navigation ul li ul li {
    float: left;
    padding: 0;
    min-width: 250px;
}

.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li ul li.current_page_ancestor a,
.main-navigation ul li ul li.current-menu-ancestor a,
.main-navigation ul li ul li.current_page_item a,
.main-navigation ul li ul li:hover > a {
	color: #0FBE7C;
}

.main-navigation ul li ul li a {
    float: none;
    line-height: 21px;
    font-size: 13px;
    font-weight: normal;
    height: 100%;
    padding: 10px 15px;
    color: #ffffff;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
	text-transform: none;
}

.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	float: none;
	line-height: 21px;
	font-size: 13px;
	font-weight: normal;
	height: 100%;
	color: #ffffff;
}

.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a {
	color: #ffffff;
}

.main-navigation ul li.current-menu-item ul li a:hover {
	color: #ffffff;
}

.main-navigation ul li ul li ul {
	left: 150px;
	top: -1px;
}

.main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation select {
	display: none;
}

/* =DROP DOWN
----------------------------------------------- */
/* =SMALL MENU
----------------------------------------------- */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.menu-toggle .lines {
    display: block;
    float: left;
    margin: 0;
    padding: 4px 3px;
    width: 36px;
    border-radius: 3px;
}

.menu-toggle .line {
    display: block;
    height: 4px;
    width: 26px;
    margin: 5px auto 5px auto;
    background-color: #818da5;
    border-bottom: 1px solid #fff;
	  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu-toggle span.line:nth-child(1) {
  top: 0px;
}

.menu-toggle span.line:nth-child(2) {
  top: 18px;
}

.menu-toggle span.line:nth-child(3) {
  top: 36px;
}

.menu-toggle.open span.line:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menu-toggle.open span.line:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.menu-toggle.open span.line:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.site-header .menu-toggle {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	text-align: center;
	text-indent: -10000px;
	  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.main-small-navigation {
	float: none;
}

.main-small-navigation ul {
    margin: 0;
    list-style: none;
    background: #a8979d;
    padding: 20px 0;
}

.main-small-navigation a {
    display: block;
    color: #FFFFFF;
    padding: 10px 40px;
    text-decoration: none;
    text-transform: uppercase;
}

.main-small-navigation li {
    background: #a8979d;
    position: relative;
}

.main-small-navigation li:hover {
	background: #818da5;
}

.main-small-navigation ul ul a {
    text-transform: none;
    font-size: 12px;
    padding-left: 50px;
}

.main-small-navigation ul ul ul a {
	padding-left: 80px;
}

.main-small-navigation ul > .current_page_item, .main-small-navigation ul > .current-menu-item {
    background: #373e53;
}

/* =SECONDARY MENUS
----------------------------------------------- */
.small-menu {
	float: right;
}

.small-menu li {
	float: left;
	position: relative;
	font-family: 'Lato', sans-serif;
}

.small-menu li.default-menu {
	display: none;
}

li.default-menu {
	display: none;
}

.small-menu a {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 10px;
    height: 21px;
    padding: 5px 0 0 16px;
    font-size: 12px;
}

.small-menu a:hover {
	color: #0FBE7C;
}

.small-menu ul li.current-menu-item a, .small-menu ul li.current_page_ancestor a, .small-menu ul li.current-menu-ancestor a, .small-menu ul li.current_page_item a, .small-menu ul li:hover > a {
    color: #ffffff;
}

/* =BOTTOM AREA
----------------------------------------------- */

.satisfied-clients {
    background-image: url(images/satisfied-clients2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding: 85px 0 85px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.satisfied-clients .content {
    max-width: 1180px;
    margin: 0 auto;
}

.satisfied-clients hr {
    border: none;
    border-top: #ffffff 3px solid;
    width: 68px;
    display: inline-block;
    margin-bottom: 25px;
}

.satisfied-clients h2 {
    font-weight: normal;
    font-size: 45px;
    line-height: 1.2em;
    color: white;
    margin-bottom: 70px;
}

.satisfied-clients p {
    color: #d7d7d7;
    line-height: 2em;
    font-size: 16px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.satisfied-clients .author {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2em;
    color: white;
    margin-bottom: 60px;
    margin-top: 35px;
}

.footer-logos {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
}

.footer-logos li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    /* padding: 0 70px; */
}

.footer-logos li img {
    height: 80px;
    margin: 0 15px 15px 15px;
}

.recent-news {
    background-color: #818da5;
    padding: 85px 0 85px 0;
}

.recent-news h2 {
    font-weight: normal;
    font-size: 45px;
    line-height: 1.2em;
    color: white;
    margin-bottom: 70px;
}

.recent-news hr {
    border: none;
    border-top: #ffffff 3px solid;
    width: 68px;
    display: inline-block;
    margin-bottom: 25px;
}

/* =LISTS
 ----------------------------------------------- */
	#w4pl-list-490 {
    margin-top: 50px;
	}
	
	.w4pl-inner {
    padding: 0 10px;
	}
	
	.w4pl ul {
    padding: 0;
    margin-bottom: 0;
	}

	.w4pl li {
    list-style: none;
    margin-bottom: 30px;
    overflow: hidden;
	display: inline-block;
    width: 32.333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    vertical-align: top;
	}
	
	.w4pl_post_title {
    margin: 0 20px 20px 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.2em;
    display: block;
}

	#w4pl-list-499 .w4pl_post_title {
	color: #a8979d;
	margin-top: 5px;
	}
	
	.recent-news .w4pl_post_title {
	margin: 0 15% 20px 15%;
	}
	
	.w4pl_post_title a {
    text-decoration: none;
    color: #4d5366;
}
	
	.w4pl .post-excerpt {
    margin: 0 20px 0 0;
    min-height: 90px;
}
	
	.recent-news .w4pl .post-excerpt {
    margin: 0 15%;
	}
	
	.w4pl .readmore {
    text-align: center;
	}
	
	.w4pl .read_more {
    text-align: center;
    font-size: 35px;
    margin-top: 15px;
	}
	
	.w4pl a.read_more {
	text-decoration:none;
	}
	
	.w4pl p {
	}
	
	.top {
		text-align:center;
	}
	
	.bottom {
    text-align: center;
	}
	
	.recent-news #w4pl-list-458 {
    max-width: 1218px;
    margin: 0 auto;
	}

	.recent-news li .w4pl_post_title a {
	color: white;
	}

	.recent-news .w4pl li .post-excerpt {
    color: #d7d4d4;
}
	
	.recent-news .w4pl a.read_more {
	color:#FFFFFF;
	}
	
	.position {
	}
	
	.phone::before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f095";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 5px;
}
	
	.email::before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f0e0";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 5px;
}

/* =FOOTER WIDGET AREA
----------------------------------------------- */
.footer-widgets-wrapper {
    background-color: #818da5;
}

.footer-widgets-area {
	padding-top: 50px;
	color: #999999;
}

.footer-widgets-area .tg-one-fourth .widget-title {
    font-size: 20px;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 700;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 25px 0;
}

.footer-widgets-area .tg-one-fourth p {
    text-align: left;
    color: #ffffff;
}

.footer-widgets-area a {
    color: #ffffff;
    text-decoration: none;
}

.footer-widgets-area #site-title {
    font-size: 30px;
    width: 185px;
    background-size: 65px 60px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-bottom: 12px;
}

.footer-widgets-area #site-title a {
    color: #dce2ec;
}

#colophon img {

}

#colophon .widget {
	padding-bottom: 25px;
}

#colophon .widget-title {
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
    font-weight: 300;
}

/* =FOOTER SOCKET AREA
----------------------------------------------- */
.footer-socket-wrapper {
    padding: 0;
    background-color: #a8979d;
}

.footer-socket-wrapper .inner-wrap {
    padding: 0;
}

.footer-socket-area {
    margin: 0 10px 0 10px;
    border-top: 1px none #ffffff;
    padding: 30px 0 30px 0;
    overflow: hidden;
}

.footer-socket-wrapper .copyright {
    color: #ffffff;
    max-width: 50%;
    float: left;
    font-size: 12px;
}

.footer-socket-wrapper .copyright a {
    color: #ffffff;
    text-decoration: none;
}

.footer-socket-wrapper .small-menu {
	float: right;
}

.footer-socket-wrapper .small-menu a {
    padding-top: 0;
    text-decoration: none;
}

.footer-socket-wrapper .small-menu ul li ul {
	top: 21px;
}

/* =OUR LAWYERS
 ----------------------------------------------- */
 	#w4pl-list-213 img {
    float: right;
    margin: 5px;
}

#w4pl-list-213 .w4pl_post_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
	
/* =FOOTER ICONS / LINKS
 ----------------------------------------------- */
 	.teamtitle {
    font-size: 25px;
    margin-bottom: 20px;
	}
	
	.logos {
    text-align: center;
    margin-bottom: 40px;
	}
	
	.logos img {
    max-height: 85px;
    margin: 10px;
	}
	
	.locations {
    text-align: center;
	}
	
	.locations span {
	padding: 0 5px;
	}
	
	.logos {
    text-align: center;
    margin-bottom: 0;
	}
	
	.sra-badge {
    max-width: 250px;
    margin: 0 auto 0 auto;
	}
	
/* =RESPONSIVE STRUCTURE
 ----------------------------------------------- */
@media screen and (min-width: 1500px) {
	.wide-978 #featured-slider .entry-container {
		left: 17.6%;
	}
	.wide-1218 #featured-slider .entry-container {
		left: 9.6%;
	}
}

@media screen and (min-width: 1650px) {
	.wide-978 #featured-slider .entry-container {
		left: 19.45%;
	}
	.wide-1218 #featured-slider .entry-container {
		left: 11.9%;
	}
}

@media screen and (max-width: 1308px) {
	.wide-1218 #page, .wide-978 #page {
		width: 100%;
	}
}

@media screen and (max-width: 1078px) {
	#header-left-section {
    float: none;
	}
	#header-text {
    float: none;
	}
	#site-description {
    text-align: center;
	}
	#header-right-section {
    float: none;
	}
	.main-navigation {
    float: none;
	}
	.main-navigation li {
    float: none;
    display: inline-block;
	}
	.main-navigation a {
    float: none;
	}
	.homeintro-left {
    /*margin-top: 3%;*/
	}
	.homeintrotitle {
    font-size: 25px;
	}
	.homeintrotext {
    font-size: 14px;
    line-height: 1.6em;
	}
	.freeconsultation {
    font-size: 14px;
    padding: 10px 20px 10px 20px!important;
    margin-top: 20px;
	}
	.header-post-title-class {
    /*font-size: 38px;*/
}
	.footer-socket-wrapper .copyright {
		float: none;
		max-width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	.footer-socket-wrapper .small-menu {
		float: none;
		text-align: center;
	}
	.footer-socket-wrapper .small-menu li {
		float: none;
		display: inline;
	}
	.footer-socket-wrapper .small-menu a {
		float: none;
		display: inline;
		padding: 5px 5px 0;
	}
	.small-menu li.default-menu, li.default-menu {
		display: none;
	}
	.tg-one-half-last, .tg-one-fourth-last {
		float: right;
	}
	.tg-service-left {
		float: left;
		margin: 0;
	}
	.tg-service-right {
		float: right;
		margin: 0;
	}
	.tg-column-1, .tg-column-3 {
		float: left;
	}
	.tg-after-three-blocks-clearfix {
		clear: none;
	}
}

@media screen and (max-width: 960px) {
	.menu-toggle {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.menu-primary-container {
    position: absolute;
    left: 0;
    top: 125px;
    width: 100%;
    z-index: 10000;
	}
			.homeintro-left {
    width: 100%;
    float: none;
	margin-bottom: 6%;
}
	.homeintro-right {
    display: none;
}
.homeintro-inner {
    margin: 0 auto;
    /*max-width: 460px;*/
}
}

@media screen and (max-width: 768px) {
	#primary, #secondary, .wide-978 #primary, .narrow-978 #primary {
		float: none;
		width: 100%;
		margin: 0;
	}
	.toplinks-left {
    float: none;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
}
.toplinks p {
    font-size: 10px;
}
.toplinks-left .email {
    display: none;
}
span.emailus {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
}
	.toplinks-right {
    float: none;
    text-align: center;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
input.s {
    font-size: 11px;
}
span.callmeback {
    font-size: 11px;
}
form.searchform .clearfix {
    display: inline-block;
}
	#header-left-section {
		float: none;
		max-width: 100%;
		margin-right: 0px;
	}
	#header-logo-image {
		float: none;
		text-align: center;
		margin-bottom: 10px;
		padding-right: 0;
	}
	
	#site-description {
		padding-bottom: 5px;
	}
	#header-right-section {
		float: none;
		max-width: 100%;
	}
	#header-right-section .widget {
		padding: 0 0 10px 0;
		float: none;
		text-align: center;
	}
	.main-navigation {
		float: none;
	}
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.homeintro-inner {
/*    float: none;
    max-width: 100%;*/
	}
	.homeintrotitle {
    /*font-size: 21px;*/
	}
	.homeintrotext {
    /*font-size: 11px;*/
	}
	.freeconsultation {
    /* font-size: 11px; */
    /* padding: 10px 15px 10px 15px!important; */
    /* margin-top: 15px; */
}	
	.w4pl li {
    width: 100%;
    text-align: center;
	}
	.w4pl .post-excerpt {
    margin: 0;
    min-height: auto;
	}
	.w4pl_post_title {
    margin: 0 0 20px 0;
	}
	.w4pl .readmore {
    margin-top: 0;
	}
	#secondary .widget_text .textwidget {
    padding: 0 0 20px 0;
}
.tg-column-1 .widget_text {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

#colophon .widget ul li {
    text-align: center;
}
	/* =RESPONSIVE SUB TOGGLE MENU
	----------------------------------------------- */
	/* sub-toggle */
	.sub-toggle {
		background: #0FBE7C none repeat scroll 0 0;
		color: #ffffff;
		cursor: pointer;
		display: block;
		height: 24px;
		line-height: 21px;
		position: absolute;
		right: 15px;
		text-align: center;
		top: 9px;
		width: 24px;
	}
	.main-small-navigation li.current-menu-item > .sub-toggle {
		background: #ffffff none repeat scroll 0 0;
	}
	.main-small-navigation li.current-menu-item > .sub-toggle i {
		color: #d40234;
	}
	.better-responsive-menu .menu-primary-container .sub-menu {
		display: none;
	}
	.sub-toggle span {
		display: inline-block;
		font-size: 11px;
		line-height: 23px;
		margin-left: 0;
	}
	.main-small-navigation li:hover > .sub-toggle {
		background: #ffffff;
		color: #0FBE7C;
	}
	.home #main {
    margin: 0 auto 0 auto;
}
	#top-area .column {
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
}
hr.leftborder {
    display: none;
}
.header-post-title-class {
    text-align: left;
}
.left-sidebar #primary {
    margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
}
.whyuseus-inner div {
    font-size: 16px;
}
}

@media screen and (max-width: 767px) {
	.tg-one-half, .tg-one-third, .tg-one-fourth, .widget_service_block .tg-one-third {
		float: none;
		width: 100%;
		margin: 0;
	}
	.tg-column-1, .tg-column-2, .tg-column-3, .tg-column-4 {
		float: none;
	}
	.tg-column-1 {
    max-width: 240px;
    margin: 0 auto;
}
	#primary, #secondary {
		float: none;
		width: 100%;
		margin: 0;
	}
	.wide-978 #primary, .narrow-978 #primary, .wide-978 #secondary, .narrow-978 #secondary {
		width: 100%;
	}
	.related-posts {
		margin: 0;
	}
}

@media screen and (max-width: 600px) {
		#site-description {
    text-align: center;
	}
	
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 25%;
	}
	.author-box .author-img img {
		margin-bottom: 20px;
	}
	.author-box .author-description-wrapper {
		margin-left: 0;
	}
	#w4pl-list-368 li {
	text-align:center;
	}
	#w4pl-list-368 img {
    float: none;
	}
	.text-content {
    margin-left: 0;
	}
	.page-id-56 .entry-content ul {
    padding: 0;
	}
		.whyuseus-inner {
    display: block;
    padding: 20px 0;
}
.whyuseus-inner div {
    float: none;
    width: 100%;
    padding: 15px 30px;
    display: block;
}	
.header-post-title-container .post-title-wrapper {
    width: 60%;
}
.freeconsultation.but {
    margin-left: 20px;
}
.single-types_of_claim .attachment-post-thumbnail, .single-post .attachment-post-thumbnail {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    float: none;
}
.single-types_of_claim #main-inner {
    margin: 0 0 40px 0;
}
.single-types_of_claim .inner-wrap {
    padding: 0;
}
.single-types_of_claim .entry-content h2 {
    padding-left: 10px;
    padding-right: 10px;
}
.single-types_of_claim .entry-content p {
    padding-left: 10px;
    padding-right: 10px;
}
.single-types_of_claim .header-post-title-container {
    padding-left: 10px;
    padding-right: 10px;
}
li.blocks-gallery-item {
    width: 100%;
}
}

@media only screen and (max-width: 420px) {
	#site-title {
    font-size: 38px;
	  width: 220px;
	background-size: 65px 59px;
	}
	#site-title a {
    color: #474f68;
	}
	.header-post-title-class {
    padding: 40px 0 0 0;
}
	.header-post-title-container .freeconsultation {
    float: none;
    margin: 20px 0 30px 0;
}
	.homeintro {
    padding: 30px 0 30px 0;
	}
	.home .homeintro {
    padding: 30px 0 30px 0;
}
	.homeintro-inner {
    padding: 0 3%;
	}
	.homeintrotitle {
    font-size: 35px;
	}
	#page {
		width: 100%;
	}
	.inner-wrap {
		width: 100%;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 33.33%;
	}
	.logos img {
    margin: 10px;
	}
	img.downloadbrochure {
    margin: 10px 0;
	}
}


