/*
Theme Name: TJMS Theme
Theme URI: 
Author: Carr Design Ltd.
Author URI: https://www.carrdesign.co.uk/
Description: TJMS theme based on Bootstrap 3.
Version: 1.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: tjms
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready
This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.
*/

#wp-admin-bar-vc_inline-admin-bar-link, 
#wp-admin-bar-wpseo-menu, 
#wp-admin-bar-cs-explain, 
#fixed-bottom-menu {display: none}

/*
Required WordPress CSS
*/
a {
	color: #000000;
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}
a:focus, a:hover {
	color: #000000;
}
b, strong {
    font-weight: 600;
}
.text-color-primary {
	color: #000000;
}
body.home.custom-background {
    background-color: #FFF !important;
}
.page-container {
    position: relative;
    overflow-x: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-tjms {
    padding: 8px 12px;
    background-image: none;
    background-color: #229092;
    color: #FFF;
    border: 2px solid #229092;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.btn-tjms:hover {
	background-color: #000000;
	color: #FFF;
}
.btn-tjms-white {
	background-color: transparent;
	color: #FFF;
	border: 2px solid #FFF;
	text-decoration: none;
	text-transform: uppercase;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}
.btn-tjms-white:hover {
	background-color: #FFF;
	color: #000000;
}
.ts-icon-counter .ts-counter-value {
	font-weight: 700 !important;
}
.ts-icon-counter .ts-counter-note {
    font-size: 16px;
    font-weight: 600 !important;
}

::selection {
	background: #000000; /* WebKit/Blink Browsers */
	color: #fff;
}
::-moz-selection {
	background: #000000; /* Gecko Browsers */
	color: #fff;
}
.pagination a.page-link {
    color: #FFF !important;
    background-color: #229092 !important;
}
.pagination .page-link:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #000000 !important;
}
.page-item.disabled .page-link {
    color: #000000 !important;
    background-color: transparent !important;
}
.service-hover-effect {
	opacity:1;
	transition:ease opacity 300ms
}
.service-hover-effect:hover {
	opacity:.85
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	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.8075em 0;
}
/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-weight: 600;
}
.heading_stroke {
	-webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #229092;
}
h1 {
	font-size: 34px;
	margin-bottom: 20px
}
h2 {
	font-size: 30px;
	margin-bottom: 15px;
}
h3 {
	font-size: 26px;
}
p {font-size: 15px; line-height: 28px;}

.jumbo-menu-button {
    padding: 0px 15px;
}
.jumbo-menu-button::before, 
.jumbo-menu-button::after, 
.jumbo-menu-button div.jumbo-menu-button-middle {
    width: 32px;
    height: 3px;
    margin: 5px 0;
}
.jumbo-menu-button::after {
    width: 20px;
    height: 3px;
    margin: 5px 0 5px auto;
}
.jumbo-menu-button-label::before {
	font-family: 'Montserrat', sans-serif;
    bottom: 25px;
    left: 65px;
    font-weight: 400;
    font-size: 16px;
}
.jumbo-by-bonfire .menu > li > a, 
.jumbo-by-bonfire .sub-menu > li > a {
    font-weight: 600;
}
.jumbo-by-bonfire-column .menu > li {
    margin: 0 18px 20px 18px;
}
.jumbo-by-bonfire li ul.sub-menu {
    padding: 0;
}
.bonfire-jumbo-main-desc {
    display: none !important;
}
.jumbo-by-bonfire li {
    padding: 0 0 20px 0 !important;
}
.jumbo-menu-button-active {
    display: none !important;
}
.jumbo-by-bonfire .menu > li.active > a {
	color: #229092;
	border-bottom: 2px solid #229092;
    border-image: url(img/tjms_bg.png);
    border-image-repeat: round;
    border-image-slice: 300;
    padding-bottom: 10px;
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

#header_top {
	background: url(img/tjms_bg.png) repeat-y 0 center / 100% transparent;
	text-align: right;
	padding: 8px 0;
}
#header_top p {
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 0px;
	font-weight: 600;
    letter-spacing: 1px;
}
#header {
	font-size: 16px;
	text-align: left;
}
#header a {
	text-decoration: none;
	font-weight: 600;
    color: #000000;
}
header {
	transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}
header img {
	display: table;
    margin: 15px auto 15px 0;
    transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
    height: auto;
    max-width: 100%;
    width: 225px;
}
header .header-right {
    padding-top: 32px;
    padding-bottom: 32px;
}
header ul#menu-primary-navigation {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
header ul#menu-primary-navigation li {
	display: inline-block;
	padding: 0 10px;
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
header ul#menu-primary-navigation li a:hover, 
header ul#menu-primary-navigation li.active a, 
header ul#menu-primary-navigation li.current-page-parent a {
	color: #229092;
	border-bottom: 2px solid #229092;
    border-image: url(img/tjms_bg.png);
    border-image-repeat: round;
    border-image-slice: 300;
    padding-bottom: 10px;
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}
header ul#menu-primary-navigation li.menu_skyblue {
	background-color: #229092;
	border-radius: 14px;
	font-size: 12px;
    margin-left: 15px;
}
header ul#menu-primary-navigation li.menu_skyblue a {
	color: #FFF;
	border: 0px !important;
	padding: 8px 15px;
	display: block;
}
header ul#menu-primary-navigation li.menu_skyblue:hover {
	background-color: #000000;
}
header ul#menu-primary-navigation ul.sub-menu {
	display: none;
	position: absolute; 
	top: 30px;
	padding: 0;
    margin: 0;
    list-style: none;
    left: 0;
    text-align: left;
	width: 240px;
	background: #229092;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 5px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .2);
    z-index: 99;
}
header ul#menu-primary-navigation li:hover > ul.sub-menu {
	display: inherit;
}
header ul#menu-primary-navigation ul.sub-menu li {
	float: none;
	display: list-item;
	position: relative;
	padding: 0px;
}
header ul#menu-primary-navigation ul.sub-menu li a {
	color: #FFF;
    display: block;
    padding: 5px 10px;
    border: 0px;
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.3px;
}
header ul#menu-primary-navigation ul.sub-menu li a:hover, header ul#menu-primary-navigation ul.sub-menu li a.active {
	background-color: #FFF;
	color: #000000;
}
header ul#menu-primary-navigation ul.sub-menu ul li {
	position: relative;
	top: -60px; 
	left: 170px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li, .vc_cta3-container {
	margin-bottom: 0px !important;
}

.home h2 {
    color: #000;
}
.home_services {
	background-color: #229092;
	color: #FFF;
	padding: 15px 0;
}
.home_services h2 {
	color: #FFF;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0px;
}
.text-white {
    color: #fff !important;
}
.card img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 240px;
    width: 100%;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0,0,0,0.3);
	border-radius: 0px;
}
h3.card-title {
    line-height: 1.5;
    margin: 50px auto 20px;
    color: #FFF;
	text-shadow: 3px 2px 4px #000;
}
h3.card-title i {
	color: #ff0001;
	font-size: 24px;
    vertical-align: middle;
}
.card p {
    margin: 0;
}
.card .btn {
	border-radius: 6px;
}

.home_cta h2 {
    text-shadow: 3px 2px 4px #000;
}
.home_cta .vc_general.vc_cta3 {
	border: 0px !important;
	background: transparent !important;
	padding-bottom: 60px;
}
.home_about {
	margin-top: 25px;
	color: #FFF;
}
.home_about h3, .home_about p {
	color: #FFF;
}


.service_callout > .vc_column-inner > .wpb_wrapper {
	background: url(img/callout_bg.jpg) no-repeat 0 0 / cover transparent;
	border-radius: 8px;
}
.service_callout .callout_btn {
	background-color: #FFF;
    color: #000000;
    border-radius: 50px;
    padding: 10px 29px;
    text-decoration: none;
    font-weight: 700;
	font-size: 14px;
}

.tjms_services h4, .tjms_news h4 {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.tjms_services p, .tjms_news p {
	font-size: 15px;
}
.tjms_news a.vc_btn3 {
	background-color: #000000 !important;
    color: #FFF !important;
    border: 2px solid #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.tjms_news a.vc_btn3:hover {
	background-color: #FFF !important;
	color: #000000 !important;
}
.tjms_news .vc_gitem_row .vc_gitem-col {
	padding: 0 10px;
}

h3.widget-title {
	font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #FFF;
}
#call_to_action {
	margin-top: 35px;
	padding-top: 150px;
    padding-bottom: 150px;
}
#call_to_action h1 {
	text-transform: uppercase;
    line-height: 1.3;
	text-shadow: 4px 3px 5px #000;
}
#call_to_action p {
	font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500;
}
#call_to_action .vc_general.vc_cta3 {
	border: 0px;
	margin: 0 0 35px 0;
}
.our_clients img {
	height: 70px !important;
	width: auto;
}

.form_bg {
	background-color: #000000;
}
.form_bg h2 {
	margin-top: 0px;
    /*-webkit-text-fill-color: transparent;
    font-weight: 600;*/
	color: #FFF;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 25px !important;
}
.form_bg .yikes-easy-mc-form {
	margin-bottom: 20px !important;
}
.form_bg .yikes-easy-mc-form label {
	font-weight: 400;
	margin-bottom: 1.5em;
}
.form_bg_right {
	min-height: 250px !important;
}

/* Sidebar Menu Skin */
.sidebar .widget ul li, .sidebar .widget .textwidget {
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sidebar .widget ul li.active > a,  .sidebar .widget ul li.current-menu-item > a,  .sidebar .widget ul li a:hover {
	color: #000000;
	text-decoration: none;
}
.sidebar .widget .textwidget p {
	padding: 15px 20px !important;
	display: block;
	position: relative;
	z-index: 10;
	text-decoration: none;
}
.sidebar .widget ul li a {
	padding: 10px !important;
	display: block;
	position: relative;
	z-index: 10;
	text-decoration: none;
}
.sidebar .widget ul li.current-menu-item a {
	font-weight: 600;
	padding-left: 20px !important;
}
.sidebar .widget ul li a:hover {
	padding-left: 20px !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.sidebar .widget ul li > a:before {
	content: "";
	position: absolute;
	width: 70%;
	height: 3px;
	bottom: -3px;
	left: 20px;
	background-color: #000000;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.sidebar .widget ul li > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.sidebar .widget ul.sub-menu li {
	padding: 0 10px 0 10px;
}
#home_parallax .vc_general {
	border: 0px !important
}
#sidebar .widget {
	margin-bottom: 25px
}
.sidebar h1 {
    color: #229092 !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 17px;
    margin: 0 0 15px;
    border: 2px solid #229092;
    border-bottom: 0;
    display: block;
    max-width: 100%;
    position: relative;
    word-break: break-word;
    word-wrap: break-word;
    text-align: center;
}
.sidebar h1::before, .sidebar h1::after {
    border-bottom: 2px solid #229092;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 50px;
}
.sidebar h1::before {
    left: 0;
}
.sidebar h1::after {
    right: 0;
}
.sidebar .search-form {
    background: #F9F9F9;
    padding: 20px;
}

.sidebar .ccm-page-list, .sidebar .widget_recent_entries ul, .sidebar .custom-html-widget, .sidebar .menu-about-menu-container {
	background: #F9F9F9;
    padding: 15px;
}
.sidebar .menu-products-container {
	background: #F9F9F9;
}
.sidebar .menu-products-container ul li a {
	display: block;
}
.sidebar .menu-products-container ul li:hover {
	background-color: #000000;
}
.sidebar .ccm-page-list a {
	display: inline-block;
	margin-bottom: 10px;
    min-height: 30px;
	font-size: 16px;
    color: #333333;
    background: #fff;
    padding: 3px 10px;
    border-radius: 2px;
	float: none !important;
}
.sidebar .ccm-page-list a:hover, .sidebar .custom-html-widget a:hover {
	color: #353535;
}

#site-footer {
	background-color: #229092;
	padding-top: 20px;
	color: #FFF;
	font-size: 15px;
}
#site-footer a {
	color: #FFF
}
#footer-row {
    padding-bottom: 30px;
}
#footer_bottom {
	background-color: #000000;
    color: #FFF;
    font-size: 13px;
    padding: 7px 0;
}
#footer_bottom a, #footer_bottom a:focus {
	color: #FFF
}
#site-footer .footer-logo img {
	display: table;
    margin: 0 auto 30px;
    width: 225px;
}
.footer-column-1 .widget:not(:last-child) {
	margin-bottom: 25px;
}
.footer-column-1 .widget .textwidget p {
	line-height: 22px;
}
footer p {
    font-size: 14px;
	font-weight: 400;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li {
    /*display: inline-block;*/
}
footer ul li a {
    position: relative;
	text-decoration: none;
	color: #FFF;
	line-height: 30px;
}
footer ul li a:hover {
	text-decoration: none;
}
footer ul li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
footer ul li > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.site-footer ul.list-inline {
    font-weight: bold;
    padding: 0;
    margin: 7px 0 0 0;
    display: table;
}
.site-footer ul.list-inline>li {
	display: inline-block;
	padding-right: 10px;
}
.site-footer ul.list-inline li a {
	color: #FFF;
	text-decoration: none;
}
.site-footer ul.list-inline li a:before {
    content: '';
    background: transparent;
}
.site-footer ul.list-inline i {
	color: #FFF;
    border: 2px solid #FFF;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    transition: transform 1s;
    transform-style: preserve-3d;
    line-height: 33px;
    text-align: center;
}
.site-footer ul.list-inline i:hover {
	background-color: #FFF;
	border-color: #229092;
	color: #229092;
	transform: rotateY(360deg);
}
.site-footer ul.list-inline li:nth-child(even) i {
	border-radius: 30%;
}
#footer_bottom ul {
	list-style: none;
	margin-bottom: 0;
}
#footer_bottom p {
	margin: 0px;
}
.inner_banner {
	position: relative;     
	overflow: hidden;
}
.inner_banner:before {
    /*background: url(img/tjms_bg.png) repeat-y 0 center / 100% auto transparent;*/
	background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: '';
	opacity: 0.2;
}
.inner_banner .inner_title {
	/*display: inline-block;
    max-width: 620px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    padding: 15px 65px;*/
    display: inline-block;
    position: absolute;
    top: calc(50% - 32px);
    left: 5%;
}
.inner_banner .inner_title h2 {
    /*margin: 0;
    padding: 0;
    color: #FFF;
    font-weight: 400;
    font-size: 36px;
    text-shadow: 2px 2px 8px #252525;
    text-align: center;
	letter-spacing: 3px;*/
	margin: 0;
    padding: 0;
    color: #FFF;
    font-weight: 700;
    font-size: 54px;
    text-align: center;
    letter-spacing: 2px;
	text-shadow: 2px 2px 8px #000;
}
.inner_banner_title_line_left, 
.inner_banner_title_line_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 45px;
    height: 2px;
    background: #FFF;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
    content: '';
}
.inner_banner_title_line_left {
	left: 0;
}
.inner_banner_title_line_right {
	right: 0;
}
/*.inner_banner img {animation: kenburns 20s infinite;}*/

.inner_banner .inner_arrow {
    position: absolute;
    margin: 0 auto;
    padding-top: 20px;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 12px;
    clear: both;
}
.inner_banner .inner_arrow .inner_arrow_body {
    margin-left: 5px;
    width: 1px;
    height: 25px;
    background: #FFF;
}
.inner_banner .inner_arrow .inner_arrow_head {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
}
#callout_div {
    margin-top: -30px;
    z-index: 9;
    position: relative;
	margin-bottom: 50px;
}
#callout_div .callout_text {
    background: #000;
    padding: 30px;
	margin-left: 30px;
    margin-right: 30px;
    border-radius: 10px;
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
#callout_div .callout_text h2 {
	color: #FFF;
    font-weight: 700;
    margin-bottom: 0;
    flex-grow: 1;
    flex-basis: 0;
}
#callout_div .callout_text .callout_btn {
	background-color: #FFF;
    color: #000000;
    border-radius: 50px;
    padding: 10px 29px;
    text-decoration: none;
    font-weight: 700;
	font-size: 14px;
}
#callout_div .callout_text .callout_btn:hover {
	background-color: #229092;
    color: #FFF;
}


.home_image_row .wpb_content_element {
	margin-bottom: 0px !important;
}
.home_image_row .wpb_content_element .ultimate-hover-item {
	margin-top: 0px !important;
}
.home_image_row .effect-hover {
	background: transparent !important;
}
.home_image_row img {
	max-height: 300px;
}

/* News */
h2.news_heading {
	margin-top: 0px;
	font-size: 22px;
}
h2.news_heading a {
	text-decoration: none;
	position: relative;
}
h2.news_heading a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -3px;
	left: 0;
	background-color: #000000;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
h2.news_heading a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
article.post .post-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}
article.post .post-meta > span {
    display: inline-block;
    padding-right: 8px;
}
article.post .post-meta i {
    margin-right: 3px;
	color: #000000;
}
article.post .post-image {
    margin: 0;
    position: relative;
    z-index: 0;
}

.sidebar #wp-members img.avatar {
	float: left;
    margin: 0 4px 4px 0;
}

.post-media img {
	max-width: 100%;
	height: auto;
}
.bsui img.rounded-circle {
    max-width: 150px;
}

.nf-form-content label {
    font-size: 16px !important;
}
.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 5px !important;
}
.nf-error .nf-error-msg {
    font-size: 13px !important;
}
/*.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #229092;
}*/

.author-block img {
	max-width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
}

#content .tmm .tmm_member .tmm_photo {
	border-radius: 0px !important;
    border: 6px solid #000000 !important;
}
.jumbo-by-bonfire-column .menu > li > a::before {
    background-image: url(img/divider-02.png) !important;
    background-size: 20px auto !important;
    opacity: 0.9 !important;
}


@media (max-width: 767px) {
	#header a {
		font-size: 12px;
	}
	header img {
    	margin: 5px auto 5px 0;
	}
	body.home header img {
    	margin: 10px auto 10px 0;
		width: 170px;
	}
	.tjms-button {
		text-transform: capitalize;
	}
	.tjms-button span {
		padding: 0 5px;
	}
	.jumbo-menu-button-label:before {
		content: '' !important;
	}
	.jumbo-by-bonfire ul.menu {
		padding: 0;
		width: 60%;
    	margin: 0 auto;
	}
	.jumbo-by-bonfire-column .menu > li > a {
		margin-bottom: 30px !important;
	}
	.vc_row.home_services_bottom {
		background: none !important;
		padding-top: 0px !important;
    	margin-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.home_services_bottom h1 {
		font-size: 26px;
		line-height: 30px;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}
	.home_services_bottom p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 15px !important;
	}
	.inner_banner .inner_title h2 {
		font-size: 20px;
		letter-spacing: 2px;
	}
	#callout_div .callout_text h2 {
		text-align: center;
		padding-bottom: 15px;
	}
	#callout_div .callout_text .callout_btn {
		padding: 10px 26px;
	}
	.ts-advanced-textblock-container {
		margin-bottom: 15px !important;
	}
	.home_about .vc_column-inner {
		min-height: 225px;
	}
	.our_clients img {
		height: 35px !important;
		width: auto;
	}
	#site-footer .footer-logo img {
		width: 175px;
	}
	.footer-column-1, .footer-column-2, .footer-column-3, .footer-column-4 {
		margin-bottom: 15px
	}
	.footer-column-1 h3.widget-title,
	.footer-column-4 h3.widget-title {
		text-align: center;
	}
	.footer-column-1, .footer-column-4 {
		text-align: center;
	}
	.footer-right img {
		margin: 0 auto !important;
	}
	.site-footer ul.list-inline {
		margin: 7px auto 0 auto;
	}
	#footer_bottom, #footer_bottom .text-right {
		text-align: center;
	}
	.inner_banner img {
		animation: none;
		min-height: 150px;
	}
	.inner_banner:after {
		background-size: 100% 16px;
		height: 16px;
	}
	.inner_banner .inner_arrow {
		bottom: 10px;
	}
	.inner_banner .inner_arrow .inner_arrow_body {
		height: 15px;
	}
	.inner_banner .inner_title {
		top: 40%;
		white-space: nowrap;
	}
	.reverse_row {        
		flex-direction: column-reverse !important;  
	}
	h1 {margin-top: 0; font-size: 26px;}
	h2 {font-size: 22px}
	h3 {font-size: 20px}
	p {font-size: 14px}
	
	#footer_bottom p {font-size: 13px;}
	.jumbo-buttons-wrapper {right: 0px !important; top: 24px !important;}
	.jumbo-heading-image-wrapper img {min-width: 75px !important;}
	.jumbo-by-bonfire li ul.sub-menu {padding-top: 30px;}
	.our_clients {margin-bottom: 15px;}
}
@media (min-width: 768px) and (max-width: 1023px) {
	h1 {
		font-size: 32px !important;
		margin-top: 0;
	}
	h2 {font-size: 28px !important;}
	h3 {font-size: 22px;}
	#header_top p {font-size: 12px;}
	header .header-right {padding: 20px 0px;}
	header ul#menu-primary-navigation li {padding: 0 4px; font-size: 12px;}
	header ul#menu-primary-navigation li.menu_skyblue {margin-left: 4px;}
	header ul#menu-primary-navigation li.menu_skyblue a {padding: 5px 6px;}
	.grid figure h2 {
		font-size: 18px !important;
		letter-spacing: 0px;
		padding-top: 25%;
	}
	
	.inner_banner .inner_title h2 {
		font-size: 26px;
	}
	.inner_banner:after {
		height: 24px;
		background-size: 100% 24px;
	}
	.btn {
		padding: 8px 14px;
		font-size: 14px;
	}
	.site-footer ul.list-inline>li {
		padding-right: 6px;
	}
	.site-footer ul.list-inline i {
		width: 32px;
		height: 32px;
		line-height: 29px;
	}
}
@media (min-width: 992px) and (max-width: 1195px) {
	figure.effect-roxy figcaption {
		padding: 2em 1em;
		text-align: center;
	}
	.inner_banner .inner_title {
    	top: 60%;
	}
	figure.effect-roxy figcaption::before {
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
	}
}

/* Small devices (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
	.footer-column-1, .footer-column-2 {
		margin-bottom: 25px
	}
	.inner_banner .inner_title {
    	top: 60%;
	}
}

/* Medium devices (desktops) */
@media (min-width: 1024px) and (max-width: 1195px) {
	header ul#menu-primary-navigation li {padding: 0 7px;}
	header ul#menu-primary-navigation li.menu_skyblue {margin-left: 5px;}
	header .header-right {padding-top: 25px; padding-bottom: 25px;}
}