///THIS IS THE INDIVIDUAL BLOG POST CSS NOT THE BLOG PARENT PAGE

blockquote {
    border-left: 5px solid rgba(101, 107, 115, 0.5);
}
a:hover, a:focus {
    text-decoration: underline;
}
h1.blog-title {
    font-size: 2px;
    margin: 0;
    color: transparent;
}
article h2 {
    font-size: 30px;
}
article h3 {
    font-size: 24px;
}
article h4 {
    font-size: 18px;
}
article h5 {
    font-size: 14px;
    color: inherit;
}
article h6 {
    font-size: 12px;
}
article p {
    color: #3F3F3F;
    margin: 0 0 30px;
}
article ul li:not(:last-child),
article ol li:not(:last-child) {
    margin-bottom: 4px;
}
article ul,
article ol {
    margin-bottom: 26px;
}
article b, article strong {
    font-weight: 600;
    font-size: inherit;
    color: inherit;
}
article a > strong {
    color: #337ab7;
}
.btn {
    border-radius: 30px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.btn:hover, .btn:focus {
    color: white;
    background-color: #0072ba;
}
.btn.btn-primary {
    color: #1b4e9d;
    border: 1px solid #1b4e9d;
    background: none;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    color: white;
    background-color: #1b4e9d;
}
.btn.btn-default:hover, .btn.btn-default:focus {
    background-color: rgba(101, 107, 115, 0.5);
}
.btn.btn-danger {
    background-color: #D33E43;
}
.btn.btn-danger:hover, .btn.btn-danger:focus {
    background-color: #D33E43;
}
.btn.btn-warning {
    background-color: #f0ad4e;
}
.btn.btn-warning:hover, .btn.btn-warning:focus {
    background-color: #f0ad4e;
}
.btn.btn-info {
    background-color: #089fff;
}
.btn.btn-info:hover, .btn.btn-info:focus {
    background-color: #089fff;
}
.btn.btn-success {
    background-color: #558B6E;
}
.btn.btn-success:hover, .btn.btn-success:focus {
    background-color: #558B6E;
}
.btn.btn-link {
    color: #0072ba;
    background-color: transparent;
}
.btn.btn-link:hover, .btn.btn-link:focus {
    background-color: #0072ba;
}
.btn.btn-lg {
    padding: 12px 40px 10px;
}
ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.panel {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.jumbotron {
    background-color: rgba(101, 107, 115, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.paginate-nav {
    width: 100%;
    display: block;
    margin: auto;
    float: left;
}
.paginate-nav ul {
    margin: 40px auto;
    display: table;
}
.pagination > li {
    padding: 0 12px;
    float: left;
}
ul.pagination li a, ul.pagination li span {
    color: #114E91;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 2px 8px 0;
}
ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li span:hover, ul.pagination li span:focus {
    background: #53B7E8;
    color: #fff;
}
ul.pagination li.active a, ul.pagination li.active span, ul.pagination li a:hover, ul.pagination li a:focus {
    background: none;
    color: #fff;
    background: #53B7E8;
    border-radius: 7px;
}
ul.pagination li.active a:hover, ul.pagination li.active a:focus, ul.pagination li.active span:hover, ul.pagination li.active span:focus, ul.pagination li a:hover:hover, ul.pagination li a:hover:focus, ul.pagination li a:focus:hover, ul.pagination li a:focus:focus {
    background: #53B7E8;
    color: #fff;
}
.pagination > li.prev-posts > a:before {
    content: '<';
    font-size: 12px;
    position: relative;
    top: -1px;
    left: -4px;
}
.pagination > li.next-posts > a:after {
    content: '>';
    font-size: 12px;
    position: relative;
    top: -1px;
    right: -4px;
}
.breadcrumb li.item-home {
    padding-right: 5px;
}
#footer ul.footer-menu {
    display: inline-block;
}
#footer ul.footer-menu li {
    float: left;
}
#footer ul.footer-menu li a {
    padding: 5px 30px;
}
#footer .footer-widget > span {
    font-weight: 700;
    font-size: 15px;
}
#footer .footer-widget ul ul li > a {
    font-weight: 300;
    font-size: 14px;
}
#footer hr {
    border-top: 2px solid #686F75;
    width: 80%;
    margin-top: 50px;
}
#main-footer h2 {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 26px;
    border-bottom: 1px solid white;
    max-width: 200px;
    color: #fff;
}
#main-footer a {
    color: #fff;
}
.footer-widget ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.footer-widget ul.menu > li {
    margin-top: 15px;
}
.footer-widget div > ul > li:first-child {
    margin-top: 30px;
}
.footer-widget ul.menu > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-widget ul.menu > li > ul > li {
    padding-left: 24px;
}
.footer-widget ul.menu > li > ul > li:first-child,
.col-sm-3:first-child ul.menu > li:nth-child(2) {
    margin-top: 15px;
}
#bottom-footer {
    padding: 90px 0 30px;
    text-align: center;
}
#bottom-footer p {
    display: block;
    font-size: 14px;
    color: #fff;
    margin: 0;
    vertical-align: top;
}
#bottom-footer .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#bottom-footer p > img {
    vertical-align: baseline;
    width: 6%;
    margin-right: 8px;
}
#bottom-footer .row:after,
#bottom-footer .row:before {
    display: none;
}
#main-footer ul.pw-social-widget {
    list-style: none;
    padding: 0;
    margin: 35px 0 0;
    display: flex;
}
#main-footer ul.pw-social-widget li {
    text-align: center;
    margin-right: 10px;
}
#main-footer .social-links {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../svg/social-sprite.svg");
}
#main-footer .social-insta {
    background-position: -188px 0;
}
#main-footer .social-insta:hover {
    background-position: -168px 0;
}
#main-footer .social-twitter {
    background-position: -100px 0;
}
#main-footer .social-twitter:hover {
    background-position: -80px 0;
}
#main-footer .social-facebook {
    background-position: -20px 0;
}
#main-footer .social-facebook:hover {
    background-position: 0 0;
}
#main-footer .social-linkedin {
    background-position: -60px 0;
}
#main-footer .social-linkedin:hover {
    background-position: -40px 0;
}
#main-footer .social-youtube {
    width: 24px;
    background-position: -144px 2px;
}
#main-footer .social-youtube:hover {
    background-position: -120px 2px;
}
ul.download {
    padding: 0;
    margin: 0;
}
ul.download li {
    display: inline-block;
    width: 49%;
    padding: 3px;
}
.pw-info-widget {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.pw-info-widget li {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-content: stretch;
    align-content: stretch;
    margin-bottom: 30px;
}
.pw-info-widget li i {
    color: #c6d3e6;
    display: block;
    width: 50px;
    margin: 10px 0 0;
    float: left;
    font-size: 20px;
}
.pw-info-widget li a, .pw-info-widget li p {
    margin: 0;
    height: 20px;
    color: #c6d3e6;
    line-height: 18px;
    font-size: 14px;
    display: block;
}
figure, img {
    max-width: 100%;
    height: auto;
}
.marg {
    margin: 30px;
}
.marg-top {
    margin-top: 30px;
}
.marg-bottom {
    margin-bottom: 30px;
}
.marg-left {
    margin-left: 30px;
}
.marg-right {
    margin-right: 30px;
}
.pad {
    padding: 30px;
}
.pad-top {
    padding-top: 15px;
}
.pad-bottom {
    padding-bottom: 15px;
}
.pad-left {
    padding-left: 15px;
}
.pad-right {
    padding-right: 15px;
}
.thumb img {
    width: 100%;
    height: auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    transition: all .8s ease-in-out;
}
body.blog div#main > div.container,
body div#main > div.container {
    padding: 80px 0 0 0;
}
body.blog.admin-bar div#main > div.container,
body.admin-bar div#main > div.container{
    padding: 20px 0 0 0;
}
body div#main > div.container div.loop.loop-home {
    padding: 32px 0 0 0;
}
.form-control {
    border-radius: 0;
    border: 1px solid black;
}
#close-menu {
    appearance: normal;
    -webkit-appearance: none;
    background: none;
    border: none;
    padding: 0;
    height: 27px;
    width: 27px;
    text-align: center;
    line-height: 27px;
    position: absolute;
    top: 30px;
    right: 6px;
    color: #1C4F9C;
    font-size: 14px;
}
#close-menu div {
    height: 1px;
    width: 25px;
    background-color: #536267;
}
#close-menu div:last-child {
    -webkit-transform: translateX(0) translateY(-1px) rotate(-45deg);
    -moz-transform: translateX(0) translateY(-1px) rotate(-45deg);
    transform: translateX(0) translateY(-1px) rotate(-45deg);
}
#close-menu div:first-child {
    -webkit-transform: translateX(0) translateY(0) rotate(45deg);
    -moz-transform: translateX(0) translateY(0) rotate(45deg);
    transform: translateX(0) translateY(0) rotate(45deg);
}
#nav-container nav > .nav.navbar-nav > li:last-child .menu-arrow {
    display: none;
}
.loop {
    margin: auto;
    max-width: 1200px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.loop .grid-item {
    width: 32%;
    margin: 12px 0;
}
.loop .item {
    box-shadow: 4px 4px 16px 0px #CDCDCD;
}
.loop .item.hero {
    width: 66%;
    background: #F2F2F7;
}
.loop article.grid-item:not(.rbs_slot) {
    display: flex;
}
article .loop-item-inner {
    flex: 1;
    background: #F2F2F7;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
.loop .item .btn-wrap {
    margin-top: 30px;
}
.loop .item p {
    font-size: 16px;
    line-height: 1.4em;
    color: #0c0c0c;
}
.loop .item a {
    color: #3F3F3F;
}
.loop .item a.btn-primary {
    color: #1b4e9d;
    font-weight: 600;
}
.loop .item h2 {
    margin: 7px 0 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}
.loop .item.hero h2 {
    font-size: 20px;
}
.loop-item-content {
    background: #fafafafa;
    padding: 30px 30px 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    min-height: 268px;
    width: 100%;
    flex: 1;
}
.item-meta {
    display: table;
    width: 100%;
    float: none;
    margin: auto auto 0;
    list-style: none;
    padding: 0;
    align-self: flex-end;
}
.item-meta li {
    float: left;
    font-size: 16px;
}
.sidebar-posts .item-meta li {
    font-size: 12px;
}
.item-meta li:first-child:after {
    content: '|';
    margin-right: 5px;
    margin-left: 5px;

}
.item-meta li a {
    color: #333940;
}
.item-meta li.date {
    float: right;
}
.single-header {
    border-bottom: 0;
    margin: 90px 0;
    padding-bottom: 15px;
}
.single-header h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #333940;
    position: relative;
    line-height: 1.285;
    padding: 0 15px;
    margin: auto;
}
.single-header h1:after {
    content: '';
    background: #76c5df;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -40px;
}
body.single #content {
    max-width: 895px;
    margin: 0 auto;
}
#the-post {
    background: white;
    padding: 32px 65px;
    position: relative;
}
#the-post .single-meta {
    font-size: 18px;
    margin: 10px 0 20px;
    display: table;
    width: 100%;
}
#the-post .single-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#the-post .single-meta ul li.author {
    float: left;
}
#the-post .single-meta ul li.date {
    float: right;
}
#the-post img {
    max-width: 100%;
    height: auto;
}
article .size-full {
    margin: 30px 0;
}
#single-social-shares {
    position: absolute;
    top: 0;
    right: -54px;
}
#single-social-shares ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#single-social-shares ul li a {
    /*background: #0072ba;*/
    /*color: white;*/
    padding: 0;
    display: block;
    width: 45px;
    height: 45px;
    margin-bottom: 6px;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    position: relative;
}
#single-social-shares ul li a svg {
    display: block;
    width: 100%;
    height: auto;
}
#single-social-shares ul li.facebook a svg circle {
    fill: #849fd3;
}
#single-social-shares ul li.facebook a:hover svg circle,
#single-social-shares ul li.facebook a:focus svg circle {
    fill: #6582C0;
}
#single-social-shares ul li.twitter a svg circle {
    fill: #96d5ec;
}
#single-social-shares ul li.twitter a:hover svg circle,
#single-social-shares ul li.twitter a:focus svg circle {
    fill: #7ABFE0;
}
#single-social-shares ul li.linkedin a svg circle {
    fill: #5ba0d6;
}
#single-social-shares ul li.linkedin a:hover svg circle,
#single-social-shares ul li.linkedin a:focus svg circle {
    fill: #4486C5;
}
.single-tags {
    margin: 25px 0 30px;
    padding: 5px 0 0 40px;
    position: relative;
    font-size: 14px;
    min-height: 30px;
}
.single-tags p {
    margin: 0;
}
.single-tags:before {
    content: '';
    background: transparent url("../png/tags-icon.png") center center no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#related {
    padding: 100px 0 0;
}
#related h2 {
    font-weight: 500;
    font-size: 18px;
    color: #262626;
    text-decoration: underline;
}
#related h3 {
    font-size: 18px;
    color: #484848;
}
#related .btn.btn-link {
    padding: 0;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
}
#related .btn.btn-link:hover, #related .btn.btn-link:focus {
    background: none;
    color: #0072ba;
}
#related img {
    width: 100%;
    height: auto;
}
ul.download {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
}
ul.download li {
    width: 50%;
    float: left;
    padding: 5px;
}
ul.download li img {
    max-width: 100%;
    height: auto;
}

.home-heading h1 {
    position: relative;
    font-size: 50px;
    font-weight: 500;
    color: #333940;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.home-heading h1:after {
    content: '';
    display: block;
    position: absolute;
    width: 73px;
    height: 3px;
    background: #76c5df;
    bottom: 0;
    left: 0;
}
.home-heading .lead {
    font-size: 25px;
    color: #414141;
    margin: 0;
}
.home-heading ul.cats {
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: auto;
    justify-content: space-between;
}
.home-heading ul.cats li {
    list-style: none;
}
.home-heading ul.cats li.mobile-nav {
    display: none;
}
.home-heading .cats div.nav-items {
    display: flex;
    flex-direction: row;
    width: 66%;
}
.home-heading .cats li a {
    color: #4C4084;
    font-size: 18px;
    padding: 0 12px;
    line-height: 20px;
}
.home-heading .cats li:first-child a {
    padding-left: 0;
}
.home-heading .cats li:hover,
.home-heading .cats li:hover a,
.home-heading .cats li.current,
.home-heading .cats li.current a {
    color: #C5299B;
    text-decoration: none;
}

.loop .item .loop-item-inner:hover img {
    transform: scale(1.05);
    box-shadow: 0 7px 22px -5px #d7d7d7;
    transition: all .8s ease-in-out;
}
.widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_recent_entries ul li {
    border-bottom: 1px solid rgba(101, 107, 115, 0.2);
    line-height: 3;
    padding: 0 0 0 15px;
}
.widget_recent_entries ul li a {
    padding: 0 0 0 15px;
}
.widget_recent_entries ul li:last-child {
    border-bottom: 0;
}
.widget_recent_comments ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_recent_comments ul li {
    border-bottom: 1px solid rgba(101, 107, 115, 0.2);
    line-height: 3;
    padding: 0 0 0 15px;
}
.widget_recent_comments ul li a {
    padding: 0 0 0 15px;
}
.widget_recent_comments ul li:last-child {
    border-bottom: 0;
}
.widget_meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_meta ul li {
    border-bottom: 1px solid rgba(101, 107, 115, 0.2);
    line-height: 3;
    padding: 0 0 0 15px;
}
.widget_meta ul li a {
    padding: 0 0 0 15px;
}
.widget_meta ul li:last-child {
    border-bottom: 0;
}
.widget_archive ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_archive ul li {
    border-bottom: 1px solid rgba(101, 107, 115, 0.2);
    line-height: 3;
    padding: 0 0 0 15px;
}
.widget_archive ul li a {
    padding: 0 0 0 15px;
}
.widget_archive ul li:last-child {
    border-bottom: 0;
}
.widget_pages ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_pages ul li {
    border-bottom: 1px solid rgba(101, 107, 115, 0.2);
    line-height: 3;
    padding: 0 0 0 15px;
}
.widget_pages ul li a {
    padding: 0 0 0 15px;
}
.widget_pages ul li:last-child {
    border-bottom: 0;
}
.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_categories ul li {
    border-bottom: 1px solid rgba(101, 107, 115, 0.2);
    line-height: 3;
    padding: 0 0 0 15px;
}
.widget_categories ul li a {
    padding: 0 0 0 15px;
}
.widget_categories ul li:last-child {
    border-bottom: 0;
}
h3.widget-title {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget h3.widget-title {
    padding: 0 0 0 15px;
    font-size: 18px;
    background: rgba(101, 107, 115, 0.2);
    line-height: 3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.widget_calendar #calendar_wrap {
    padding: 10px 15px;
}
#wp-calendar {
    width: 100%;
}
.mc4wp-form form, .mc4wp-form input, .mc4wp-form label {
    position: relative;
}
img#wpstats {
    height: 0;
    display: none;
}
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;
}
.embed-container {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#videoModal .modal-dialog {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
button.modal-close.close {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 33px;
    font-weight: 100;
    z-index: 9999;
    opacity: 1;
    text-shadow: none;
    background: #232323;
    color: #ccc;
    padding: 4px 7px;
    border: 0;
}
button.modal-close.close:hover {
    background: #232323;
    color: #fff;
}
#videoModal .modal-body {
    padding: 0;
}
#videoModal .modal-content {
    background: none;
    box-shadow: none;
    width: 90%;
    max-width: 158vh;
    border: none;
    outline: none;
}
.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.header-search-form,
.header-search-form-overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: visibility .3s ease;
}
.header-search-form.active {
    visibility: visible;
    z-index: 999;
}
.header-search-form-overlay {
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: opacity .5s ease, visibility .5s ease;
}

#searchform .form-group {
    width: 100%;
    display: flex;
    flex-flow: wrap row-reverse;
    align-items: center;
    justify-content: flex-end;
}
input#s {
    width: 85%;
    font-size: 16px;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}
input.search-submit,
input.search-submit:active {
    outline: none;
    background: url(../svg/search-grey.svg) 50% no-repeat;
    background-size: 72%;
    width: 27px;
    border: 0;
}
.home-heading .cats li.search {
    cursor: pointer;
    padding: 0;
    background-color: #f3f3f3;
    border-right: 1px solid #E0E0E0;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    border-radius: 50px;
    width: 32%;
    height: 45px;
}
.home-heading .cats li.search > .search-inner {
    align-self: center;
}
li.search img {
    padding: 8px 15px 7px;
    width: 54px;
}
.search-img-hover {
    display: none;
}
.home-heading .cats li:hover .search-img-hover {
    display: block;
}
.home-heading .cats li:hover .search-img-default {
    display: none;
}
body .loop-item-content a:hover {
    text-decoration: none;
    color: #333940;
}
body .loop-item-content .item-cat a:hover {
    text-decoration: underline;
}
.sidebar-posts div.loop-item-inner:hover {
    box-shadow: 4px 4px 16px 0px #CDCDCD;
}
.sidebar-posts .loop-item-inner {
    background-color: #F2F2F7;
    border-radius: 6px 6px 6px 6px;
}
.sidebar-posts .loop-item-content {
    align-items: baseline;
    background: unset;
    margin: 0 0 20px 0;
    padding: 11px 12px 5px;
    min-height: unset;
    border-radius: 7px;
    transform: scale(1) translate3d(0,0,0);
    transition: transform .3s ease;
    backface-visibility: hidden;
}
.sidebar-posts .loop-item-content:hover {
    transform: scale(1.02) translate3d(0,0,0);
    box-shadow: 0 7px 22px -5px #d7d7d7;
    transition: transform .3s ease;
    backface-visibility: hidden;
}
.sidebar-posts .loop-item-content > a {
    padding-bottom: 10px;
}
.sidebar-posts .loop-item-inner, .sidebar-posts h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
}
.sidebar-posts h2 {
    /*color: #333940;*/
    margin: 0;
}
h2.loop-sidebar-title {
    width: 50%;
    padding: 5px 10px;
    background: #4C4084;
    display: inline-block;
    margin: 0 50% 20px 0;
    line-height: 1;
    min-height: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
}
h2.loop-sidebar-title.editors-pick {
    margin-top: 5px;
}
.sidebar-posts-editors .loop-item-inner:last-child .loop-item-content {
    margin-bottom: 0;
}
.grid-item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    border-radius: 5px;
    transition: transform .3s ease;
}
.grid-item.blog-grid-form .grid-item-inner,
.page_footer_newsletter {
    background: #135294;
    background: -moz-linear-gradient(top, #135294 0%, #52b6e7 100%);
    background: -webkit-linear-gradient(top, #135294 0%, #52b6e7 100%);
    background: linear-gradient(to bottom, #135294 0%, #52b6e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#135294', endColorstr='#52b6e7', GradientType=0);
    background: #fafafa;
}
.grid-item.blog-grid-cta .grid-item-inner {
    background: #8ec53b; /* Old browsers */
    background: -moz-linear-gradient(top, #8ec53b 0%, #48641c 100%);
    background: -webkit-linear-gradient(top, #8ec53b 0%, #48641c 100%);
    background: linear-gradient(to bottom, #8ec53b 0%, #48641c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec53b', endColorstr='#48641c', GradientType=0);
    padding: 48px 0;
}
.grid-item .newsletter_title {
    font-size: 36px;
    color: #fff;
}
.grid-item .newsletter_title:after {
    content: '';
    height: 1px;
    width: 116%;
    background: #fff;
    display: block;
    margin: -6px 0 20px -8%;
}
.grid-item .mc4wp-form {
    width: 90%;
    position: relative;
}
.grid-item input[type="email"] {
    width: 100%;
    float: left;
    border-radius: 10px;
    border: 0;
    padding: 5px 55px 5px 15px;
    height: 42px;
}
.grid-item input[type="submit"] {
    position: absolute;
    right: 0;
    height: 42px;
    width: 55px;
    font-size: 0;
    background: #fff url(../png/submit-icon.png) 50% no-repeat;
    /*background-color:;*/
    border-radius: 10px;
    border: 0;
}
.grid-item input[type="email"]:focus,
.grid-item input[type="submit"]:focus {
    outline: none;
}
.cta-title {
    font-size: 52px;
    color: #fff;
    text-align: center;
    width: 90%;
}
a.grid-cta-btn {
    width: 90%;
    text-align: center;
    color: #3F3F3F;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-top: 80px;
    font-size: 21px;
    text-decoration: none;
}
.grid-item .thumb {
    z-index: 9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
/*.grid-item.hero .thumb img {*/
/*    min-height: 436px;*/
/*}*/

.page_footer_newsletter {
    background-color: #1E1645;
    width: 100%;
    margin: 0;
    padding: 32px 58px 24px 34px;
    display: flex;
    flex-wrap: wrap;
}
.search .page_footer_newsletter {
    margin-top: 70px;
}
.page_footer_newsletter .newsletter_title {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    padding-right: 50px;
}
.page_footer_newsletter .newsletter_title h4 {
    font-size: 24px;
    color: #fff;
    position: relative;
    line-height: 1.2;
    letter-spacing: 3px;
    margin: 0;
}
.page_footer_newsletter .newsletter_title p {
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 2px;
    margin: auto 0 0;
}
.page_footer_newsletter form[id^='mktoForm_'].mktoForm {
    max-width: 69%;
}
.page_footer_newsletter form[id^='mktoForm_'].mktoForm .mktoFormRow {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
}
.page_footer_newsletter form[id^='mktoForm_'].mktoForm .mktoFormCol {
    margin-bottom: 15px !important;
}
.page_footer_newsletter form[id^='mktoForm_'].mktoForm select.mktoField {
    background-color: #fff;
    padding-right: 25px;
    line-height: 27px;
}
.page_footer_newsletter form[id^='mktoForm_'].mktoForm input[type=text],
.page_footer_newsletter form[id^='mktoForm_'].mktoForm input[type=url],
.page_footer_newsletter form[id^='mktoForm_'].mktoForm input[type=email],
.page_footer_newsletter form[id^='mktoForm_'].mktoForm input[type=tel],
.page_footer_newsletter form[id^='mktoForm_'].mktoForm input[type=number],
.page_footer_newsletter form[id^='mktoForm_'].mktoForm input[type=date],
.page_footer_newsletter form[id^='mktoForm_'].mktoForm select.mktoField,
.page_footer_newsletter form[id^='mktoForm_'].mktoForm textarea.mktoField {
    border-color: #fff;
    border-radius: 0;
    height: 30px;
}
.page_footer_newsletter form[id^='mktoForm_'].mktoForm .mktoButtonRow {
    margin-top: 35px;
}
.page_footer_newsletter form[id^='mktoForm_'].mktoForm .mktoButtonWrap .mktoButton {
    background-color: #C92C99 !important;
    border-color: #C92C99 !important;
    margin: 0;
}
.page_footer_newsletter form[id^='mktoForm_'].mktoForm .mktoButtonWrap .mktoButton:hover {
    background-color: #1E1645 !important;
    border-color: #C92C99 !important;
    color: #C92C99 !important;
}
.page_footer_newsletter form[id^='mktoForm_'].mktoForm div.mktoCheckboxList input[type='checkbox'] + label:before {
    border-color: #fff;
}
.page_footer_newsletter form[id^='mktoForm_'].mktoForm .mktoLabel,
.page_footer_newsletter form[id^='mktoForm_'].mktoForm .mktoRequiredField label.mktoLabel {
    color: #fff;
}
.grid-item-inner:hover {
    transform: scale(1.02);
    box-shadow: 0 7px 22px -5px #d7d7d7;
    transition: transform .3s ease;
}
span.load-more {
    display: block;
    background: #4C4084;
    border: 3px solid #4C4084;
    border-radius: 35px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2.5px;
    line-height: 1;
    max-width: 100%;
    margin: 50px auto 70px;
    padding: 18px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 270px;
}
span.load-more:hover {
    color: #4C4084;
    background-color: #fff;
    transition: all 0.3s;
}
span.load-more.disabled {
    opacity: 0.65;
    pointer-events: none;
}
.blog-heading {
    background: #FDFCFC;
}
.blog-heading .container,
.blog-container-single-post.container,
.blog-loop-container.container {
    width:100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 32px !important;
    padding-right: 32px !important;
    padding-top: 32px !important;
	padding-bottom: 32px !important;
}
.home-heading .heading-cover {
    width: 100%;
    min-height: 340px;
    background: #F0F2F8;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: right center;
}
.heading-cover h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    color: #201547;
    margin: 50;
    padding: 50;
}
.heading-cover h1:after {
    display: none;
}
.blog-cat-menu-container {
    height: 90px;
    display: flex;
    align-items: center;
}
.blog-cat-menu-container .row {width: 100%;}
.blog-heading .blog-cat-menu-container .cats div.nav-items {flex: auto;}
.blog-heading .blog-cat-menu-container .cats li.search {
    width: inherit;
    height: inherit;
    background: none;
    border: inherit;
    border-radius: inherit;
    min-width: 390px;
}
/* .blog-heading .blog-cat-menu-container .cats li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #201547;
    text-transform: uppercase;
} */
.blog-cat-menu-container #searchform .form-group {
    flex-flow: wrap;
    justify-content: inherit;
}
.blog-cat-menu-container .cats li.search .navbar-form {
    padding: 0;
}
.blog-cat-menu-container .cats li.search input#s {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 19px;
    width: 263px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #757575;
    border-radius: 5px;
    padding: 13px 15px;
    margin-right:16px;
    text-align: center;
}

.blog-cat-menu-container .cats li.search input.search-submit, 
.blog-cat-menu-container .cats li.search input.search-submit:active {
    width: 110px;
    height: 45px;
    background: #F3F3F3;
    border-right: 1px solid #E0E0E0;
    border-radius: 50px;
    font-weight: 350;
    font-size: 16px;
    line-height: 19px;
}
body div#main > div.blog-loop-container.container div.loop.loop-home,
.blog-loop-container.container .loop-home {
    width: 100%;
    max-width: 100%;
}
.blog-loop-container .grid-item.blog-sidebar-posts .loop-sidebar-title {
    width: inherit;
    padding: 0;
    background: none;
    display: inline-block;
    margin: 0;
    border-radius: inherit;
    font-weight: 600;
    font-size: 32px;
    line-height: normal;
    color: #201547;
    margin-bottom: 38px;
}
.blog-loop-container .grid-item.blog-sidebar-posts .sidebar-posts .loop-item-inner {
    display: flex;
    margin-bottom: 30px;
}
.blog-loop-container .grid-item.blog-sidebar-posts .sidebar-posts .loop-item-inner,
.blog-loop-container .grid-item.blog-sidebar-posts .sidebar-posts .loop-item-content {
    padding: 0;
    background: none;
}
.blog-loop-container .grid-item.blog-sidebar-posts .sidebar-posts .loop-item-content:hover,
.blog-loop-container .grid-item.blog-sidebar-posts .sidebar-posts div.loop-item-inner:hover {
    box-shadow: inherit;
    transform: inherit;
    transition: inherit;
    backface-visibility: inherit;
}
.blog-loop-container .grid-item.blog-sidebar-posts .sidebar-posts .loop-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}
.blog-loop-container .grid-item.blog-sidebar-posts .sidebar-posts .loop-item-inner .item-thumb {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 28px;
    box-shadow: 2.7121px 2.7121px 6.78026px rgba(0, 0, 0, 0.25);
}
.blog-loop-container .grid-item.blog-sidebar-posts .sidebar-posts .loop-item-inner h2 {
    line-height: 19px;
}
.blog-loop-container .grid-item.blog-sidebar-posts .sidebar-posts .loop-item-inner .item-meta a,
.blog-loop-container .grid-item.blog-sidebar-posts .sidebar-posts .loop-item-inner .item-meta li,
.blog-loop-container .grid-item.blog-sidebar-posts .sidebar-posts .loop-item-inner .item-meta {
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #979797;
    margin: 0;
}
.blog-loop-container .sidebar-posts .loop-item-inner .item-meta li:first-child:after {
    content: "";
}
.blog-heading .blog-cat-menu-container .cats div.nav-items,
.blog-loop-container .loop .item.hero {
    width: calc((30.5% * 2) + 51px);
}
.blog-heading .blog-cat-menu-container .cats li.search,
.blog-loop-container .loop .grid-item {
    width: 30.5%;
}
.blog-loop-container .loop .item.hero,
.blog-loop-container .loop .grid-item {
    border-radius: 20px;
    overflow: hidden;
    margin:15px 0;
}
.blog-loop-container .loop .grid-item .loop-item-content .item-cat {
    margin-bottom: 0px;
}
.blog-loop-container .loop .grid-item .loop-item-content .item-cat a {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #3B2CEA;
}
.blog-loop-container .loop .grid-item.item h2 {
    font-size: 24px;
    line-height: 30px;
}
.blog-loop-container .loop .grid-item .item-meta a,
.blog-loop-container .loop .grid-item .item-meta{
    text-transform: uppercase;
    color: #9089A7;
}
.blog-loop-container .loop .item .loop-item-content {
    min-height: 240px;
    padding:30px;
}
.blog-loop-container .loop .item .item-description {
   margin-top: 15px;
}
.blog-loop-container .loop .item.hero {
    position: relative;
    height: 100%;
    min-height: 460px;
}
.blog-loop-container .loop .item.hero .thumb {
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.blog-loop-container .loop .item.hero .thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.blog-loop-container .loop .item.hero .loop-item-content {
    position: relative;
    z-index: 1;
    height: 100%;
    background: rgba(251, 0, 174, 0.4);
    backdrop-filter: blur(5px);
    padding: 60px 34px;
    display: flex;
    justify-content: center;
    flex: inherit;
    transition: background-color 1s;
}
.blog-loop-container .loop .item.hero .loop-item-inner:hover img {
    transform: inherit;
    box-shadow: inherit;
    transition: inherit;
}
.blog-loop-container .loop .item.hero:hover .loop-item-content{
    background: rgba(251, 0, 174, 1);
}
.blog-loop-container .loop .item.hero:first-child .loop-item-content {
    background: rgba(59, 44, 234, 0.4);
}
.blog-loop-container .loop .item.hero:first-child:hover .loop-item-content {
    background: rgba(59, 44, 234, 1);
}
.blog-loop-container .loop .item.hero .loop-item-content h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: #FFFFFF;
}
.blog-loop-container .loop .item.hero .loop-item-content .item-description {
    /* font-family: 'Poppins'; */
    font-style: normal;
    /* font-weight: 500; */
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    margin-top: 22px;
}
.blog-loop-container .loop .item.hero .loop-item-content .read-more-btn {
    display: block;
    margin-top: 20px;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    width: 165px;
    height: 46px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    color: #FFFFFF;
    text-transform: uppercase;
}
/*.newsletter-promotion {
    width: 100%;
    min-height: 303px;
    background: #F5F5F5;
    background-repeat: no-repeat;
    background-position: right 35px top 35px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding:74px 40px 43px 68px;
    margin: 110px 0;
}
.newsletter-promotion a:hover {
    text-decoration: none;
}
.newsletter-promotion h3 {width: 800px;margin: 0;}
.newsletter-promotion h3 a {
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 81px;
    color: #201547;
}
.newsletter-promotion-btn {
    background: #201547;
    border-radius: 44px;
    width: 347px;
    height: 88px;
    font-style: normal;
    font-size: 28px;
    line-height: 88px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.747305px;
    align-self: flex-end;
    margin-top: 34px;
}
*/
.req-demo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #201547;
    padding: 35px 35px 90px 35px;
}
.req-demo a:hover {text-decoration: none;}
.req-demo-row {
    width: 50%;
}
.req-demo-thumb {
    width: 84%;
    height: 84%;
    border-radius: 50%;
    overflow: hidden;
}
.req-demo-content {
    padding-left: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.req-demo-title a {
    font-size: 48px;
    font-weight: 500;
    line-height: 54px;
    margin-bottom: 38px;
    color: #201547;
}
.req-demo-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .5px;
    margin-bottom: 36px;
}
.req-demo-btn {
    display: block;
    border-radius: 72.344px;
    font-weight: 500;
    font-size: 16px;
    background: #4C4084;
    color: #fff;
    max-width: 165px;
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 42px;
    text-transform: uppercase;
    text-decoration: inherit;
    border: 2px solid #4C4084;
}
.req-demo-btn:hover {
    color: #4C4084;
    background-color: #fff;
    transition: all 0.3s;
}

/* Blog Slot*/
.blog-slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #3B2CEA;
    text-decoration: none;
    padding:24px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-slot:hover {
    text-decoration:none !important;
}
.blog-slot .dl-top {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: normal;
    color: #FFFFFF;
    text-transform: uppercase;
}
.blog-slot .dl-title {
    font-weight: 500;
    font-size: 24px !important;
    line-height:normal !important;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin:60px 0 40px !important;
}
.blog-slot .dl-button {
    background: #FFFFFF;
    box-shadow: 0px 5.87705px 5.87705px rgba(0, 0, 0, 0.25), inset 5.87705px 5.87705px 5.87705px rgba(255, 255, 255, 0.25);
    border-radius: 72.344px;
    font-weight: 500;
    font-size: 16px;
    color: #3B2CEA !important;
    min-width: 165px;
    width: auto;
    height: 46px;
    text-align: center;
    line-height: 46px;
    text-transform: uppercase;
    text-decoration: inherit;
    padding: 0 15px;
}
/* single post */
.blog-heading-single-post .heading-cover {
    min-height: inherit;
}
.blog-heading-single-post .heading-cover .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heading-cover-row {
    width: calc(100% - 420px);
}
.heading-cover-row-left {
    padding-right: 30px;
}
.heading-cover-row-right {
    height: 420px;
    width: 420px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heading-cover-row-right img {
    height: 100%;
    width: auto;
    max-width: initial;
}
/* .back-to-blog,  */
.post-category{
    display: block;
    font-weight: normal;
    font-size: 18px;
    /* line-height: 52px; */
    margin-bottom: 0px;
    color: #3B2CEA;
    text-transform: uppercase;
}
/* 
.back-to-blog {
    text-transform: none;
    color: #201547;
}
.back-to-blog span {
    margin-right: 10px;
} */
.single-meta {
    display: flex;
    margin: 35px 0 0;
}
.single-meta ul {padding: 0;}
.single-meta li {
    list-style: none;
    font-weight: normal;
    font-size: 16px;
    /* line-height: 23px; */
    color: #9089A7;
}
.single-meta .date {
    text-transform: uppercase;
}
.blog-container-single-post.container #content {
    max-width: 100%;
    width: 1240px;
    margin: 0;
    padding-top: 24px;
}
.blog-container-single-post.container #content > article {
    display: flex;
    position: relative;
}
.blog-container-single-post.container #the-post {
    padding: 0;
    max-width: 720px;
    width: 100%;
}
.blog-container-single-post.container #the-post .rt-reading-time {display: none !important;}
.blog-container-single-post.container .post-sidebar {
    width: calc(100% - 798px);
    max-width: 432px;
    margin-left: 78px;
    /* position: sticky;
    bottom:30px; 
    height: 1px; */
}
.blog-container-single-post.container .post-sidebar .blog-slot {
    height: auto;
    min-height: inherit;
    background: #FFFFFF;
    border: 1px solid #C3C3C3;
    box-shadow: 2.7121px 2.7121px 6.78026px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 85px 24px;
    margin-bottom: 64px;
    max-width: 432px;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-container-single-post.container .post-sidebar .blog-slot .dl-title {
    /* font-size: 36px;
    line-height: 50px; */
    font-size: 32px !important;
    font-weight: 600;
    color: #201547;
}
.blog-container-single-post.container .post-sidebar .blog-slot .dl-button {
    background: #201547;
    box-shadow: 0px 5.87705px 5.87705px rgba(0, 0, 0, 0.25), inset 5.87705px 5.87705px 5.87705px rgba(255, 255, 255, 0.25);
    border-radius: 72px;
    /* font-weight: 500; */
    /* font-size: 21px; */
    color: #FFFFFF !important;
}
.related-posts {
    width: 305px;
    margin: 0 auto;
}
.related-posts h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 26px;
    color: #201547;
    height: 54px;
    margin-bottom: 30px;
}
.related-posts ul {
    padding: 0;
    margin: 0;
}
.related-posts li {
    margin-bottom: 36px;
    list-style: none;
}
.related-posts li:last-child {
    margin: 0;
}
.related-posts li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #3B2CEA;
}
#padSection {
    padding: 0;
    border:0;
}
#padSection #latestEntries {display: none;}
@media (min-width: 1240px) {
    body .container,
    body div#main > div.container div.loop.loop-home {
        width: 1216px;
        max-width: 98%;
    }
}
@media (max-width: 1200px){
    .home-heading .cats li a {
        font-size: 18px;
        padding: 0 15px;
    }
    .home-heading > .row > .col-sm-12 {
        padding: 0 4px;
    }
    /* single post */
    .heading-cover-row {
        width: calc(100% - 400px);
    }
    .heading-cover-row-right {
        width: 400px;
        height: 400px;
    }
    .blog-container-single-post.container #content > article {display: block;}
    .blog-container-single-post.container .post-sidebar,
    .blog-container-single-post.container #the-post {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .blog-container-single-post.container .post-sidebar {
        display: flex;
    }
    .related-posts {
        margin:0 0 0 30px;
    }
}
@media only screen and (max-width: 992px) {
    .col-sm-12 {
        display: flex;
        margin: auto;
        min-height: 60px;
        align-items: center;
        justify-content: center;
    }
    .home-heading ul.cats {
        margin-top: 80px;
        flex-direction: column;
    }
    .home-heading ul.cats div.nav-items {
        display: none;
        flex-direction: column;
        background: #fff;
        border: 1px solid #dadada;
        border-top: none;
    }
    ul.cats.open div.nav-items {
        display: flex;
        width: 100%;
        z-index: 99;
    }
    .home-heading ul.cats > li:after {
        content: '\27A7';
        transform: rotate(90deg);
        display: inline-block;
        font-family: 'fontAwesome';
        font-size: 15px;
        position: absolute;
        right: 18px;
        top: 4px;
    }
    .home-heading ul.cats li {
        display: inherit;
        border: 1px solid #dadada;
    }
    .home-heading ul.cats li.mobile-nav {
        display: block;
    }
    .home-heading ul.cats li.search {
        margin-top: 20px;
        width: 100%;
    }
    .home-heading ul.cats li.search > form.navbar-form {
        display: contents;
        width: 100%;
    }
    ul.cats.open div.nav-items > li {
        display: inherit;
        padding: 12px 21px;
        border: unset;
    }
    ul.cats.open div.nav-items > li:first-child {
        padding-top: 24px;
    }
    .loop.loop-home .grid-item {
        margin-top: 20px;
        max-width: unset;
    }
    .item.grid-item.rbs_slot:not(.item-blog) {
        height: 280px;
    }
    .grid-item.blog-sidebar-posts {
        display: unset;
    }
    /*.grid-item.hero .thumb img {*/
    /*    min-height: 220px;*/
    /*}*/
    .home-heading .cats li a {
        text-align: left;
    }
    .blog-cat-menu-container {display: none;}
    header.home-heading:not(.blog-heading) {
        display: none;
    }
    .sidebar-posts {
        display: none;
    }
    .page_footer_newsletter {
        padding: 30px 25px;
    }
    .page_footer_newsletter .newsletter_title {
        flex: 0 0 100%;
        display: block;
        margin: 0 0 30px;
        padding: 0;
        width: 100%;
    }
    .page_footer_newsletter .newsletter_title h4 {
        margin: 0 0 10px;
    }
    .page_footer_newsletter form[id^='mktoForm_'].mktoForm {
        max-width: 100%;
    }
    .page_footer_newsletter form[id^='mktoForm_'].mktoForm .mktoButtonRow {
        margin-top: 0;
    }
}
@media only screen and (max-width: 920px) {
    .req-demo {display: block;padding: 60px 15px 200px 15px;}
    .req-demo-row {
        display: block;
        width: 100%;
    }
    .req-demo-content {margin-top:30px;}
    /* single post */
    
    .blog-heading-single-post .heading-cover {
        padding: 32px 0 50px;
    }
    .blog-heading-single-post .heading-cover .container {
        flex-direction: column;
        align-items: normal;
    }
    .heading-cover-row {
        width: 100%;
        padding: 0;
    }
    .heading-cover-row-right {
        width: 300px;
        height: 300px;
        margin-top: 30px;
    }
    .post-category, .back-to-blog {
        font-size: 16px;
        line-height: 32px;
    }
    .heading-cover h1 {
        font-size: 52px;
        line-height: 61px;
    }
    .single-meta {
        margin-top:35px;
    }
    .blog-container-single-post.container .post-sidebar {
        display: initial;
    }
    .related-posts {
        margin: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    body div#main > div.container {
        padding: 0 25px;
    }
    #bottom-footer p:first-child {
        margin-bottom: 10px;
    }
    .page_footer_newsletter form[id^='mktoForm_'].mktoForm .mktoFormRow {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media only screen and (max-width: 560px) {
    .page_footer_newsletter form[id^='mktoForm_'].mktoForm .mktoFormRow {
        flex: 0 0 100%;
        max-width: 100%;
    }
}