/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



/* =WordPress Core
-------------------------------------------------------------- */

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

body {
    text-align: center;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 0.6em;
    line-height: 150%;
    margin: 0;
    padding: 0 4px 5px;
}

.post-list a.next-page-link {
    padding: 13px 25px;
    display: inline-block;
    text-decoration: none;
    background-color: #f0f0f0;
    font-size: 0.7em;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.post-list a.page-numbers {
    text-decoration: none;
    padding: 12px 15px;
    border-style: none;
    border-width: 0px;
    border-color: transparent;
    color: #666666;
    font-weight: 400;
    transition: all 0.4s linear 0s;
}

.post-list .prev-navigation a,
.post-list .next-navigation a {
    display: inline-block;
    margin: 10px 0 18px 0;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    border: 0 solid;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    font-size: 0.6em;
    text-transform: uppercase;
    border-width: 2px;
    letter-spacing: 1px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.4s linear 0s;
}

.post-list .prev-navigation a:hover,
.post-list .next-navigation a:hover {
    color: #ffffff;
    transition: all 0.2s ease-out 0s;
    font-size: 0.6em;
    font-weight: 400;
    box-shadow: 0 14px 26px -12px rgba(156, 156, 156, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 156, 156, 0.2);
    -moz-box-shadow: 0 14px 26px -12px rgba(156, 156, 156, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 156, 156, 0.2);
    -webkit-box-shadow: 0 14px 26px -12px rgba(156, 156, 156, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 156, 156, 0.2);
}

.post-list span.current {
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #ffffff;
    border-radius: 100%;
    margin: 0 2px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    vertical-align: middle;
    line-height: 30px;
}

.post-list a.next-page-link:hover {
    color: #ffffff;
}

span a.post-category:hover {
    text-decoration: underline;
}

.post-list-item-thumb img {
    width: 100%;
    height: auto;
}

.content {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ebebeb;
    min-height: 700px;
}

div#page {
    background-color: #ffffff;
    word-wrap: break-word;
}
/*
.page-content {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 700px;
}
*/

h2.heading109 {
    text-align: center;
    margin-bottom: 10px;
}

.inner-header-description {
    text-align: center;
}

.prev-posts a {
    text-decoration: none;
}

.next-posts a {
    text-decoration: none;
}

.heading91 {
    text-align: left;
    font-size: 3.8em;
    line-height: 110%;
    margin-top: 110px;
}

.nav-previous a,
.nav-next a,
.button {
    display: inline-block;
    margin-bottom: 14px;
    color: #666666;
    text-decoration: none;
    padding: 12px 30px;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-size: 0.66em;
    font-family: inherit;
    line-height: 130%;
    font-weight: 600;
    letter-spacing: 1px;
}

.header-content .button,
.nav-next a,
.nav-previous a {
    margin: 0 9px 14px 9px;
}

.nav-previous a:hover,
.nav-next a:hover,
.button:hover {
    box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px,
    rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px,
    rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px,
    rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px,
    rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px,
    rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px,
    rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
    outline: none;
    text-decoration: none;
}

.nav-previous a:active,
.nav-next a:active,
.button:active {
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.13) inset;
    -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.13) inset;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.13) inset;
    outline: none;
    text-decoration: none;
}

.nav-previous a:visited,
.nav-next a:visited,
.button:visited {
    text-decoration: none;
    color: initial;
}

.button.small {
    padding: 7px 20px;
    border-radius: 2px;
}

.button.big {
    padding: 18px 36px;
    font-size: 0.8em;
}

.button.transparent {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.button.transparent-dark {
    background-color: transparent;
    border: 2px solid #8a8a8a;
    color: #8a8a8a;
}

a.text-logo,
a.text-logo:hover {
    color: #ffffff;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    text-decoration: none;
    display: block;
    font-weight: 600;
    font-size: 2.6em;
    line-height: 1;
    display: inline-block;
}

a.logo-link.dark,
a.custom-logo-link {
    color: #fff;
    font-weight: bold;
    font-size: 1.6em;
    display: inline-block;
    transition: all 0.3s linear;
}

img.logo.dark,
img.custom-logo {
    vertical-align: middle;
    max-height: 100%;
    width: auto;
}

a.logo-link.dark {
    opacity: 0;
    display: none;
}

.fixto-fixed a.logo-link.dark,
.coloured-nav a.logo-link.dark {
    opacity: 1;
    display: inline-block;
}

.fixto-fixed a.logo-link.dark + a.custom-logo-link,
.coloured-nav a.logo-link.dark + a.custom-logo-link {
    display: none;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    margin-bottom: -1px;
}

.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;
    display: block;
    font-size: 0.7em;
    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. */
}

.morphext > .animated {
    display: inline-block;
}

.gridContainer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
/*
.header,
.header-homepage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #ffffff;
    z-index: 0;
    padding-top: 160px;
    padding-bottom: 160px;
}

.header-top.fixto-fixed {
    width: 100% !important;
}

.header:before,
.header-homepage:before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
    display: inline-block;
}

.header-separator-bottom {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
}

.header-separator-reverse {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-separator svg {
    display: block;
    width: calc(100% + 1.3px);
}

.header-separator {
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: -1px;
    overflow: hidden;
}
*/
.svg-white-bg {
    fill: #ebebeb;
}

.page .svg-white-bg {
    fill: white;
}

.header-description {
    min-height: 100px;
    text-align: center;
}

.header-description-left {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 100px;
    margin-bottom: 15px;
}

.header-description-left img {
    box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px,
    rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px,
    rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px,
    rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px,
    rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px,
    rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px,
    rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
}

.header-description-right {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 100px;
    margin-bottom: 15px;
}

p.header-subtitle {
    color: #ffffff;
    font-weight: 300;
    font-size: 1.4em;
    text-align: inherit;
}

.color-overlay:before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
    display: inline-block;
    content: "";
    /*SAFARI BUG*/
    -webkit-transform: translate3d(0, 0, -1px);
}

.header_title {
    margin: 40px auto;
}
/*
.header-top {
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    align-items: center;
    width: 100%;
    position: absolute;
}

.header-top.boxed {
    padding-left: 0;
    padding-right: 0;
}
*/
.navigation-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.bordered {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.navigation-wrapper.gridContainer {
    padding-left: 15px;
    padding-right: 15px;
}

.fixto-fixed .navigation-wrapper.bordered {
    border-bottom: none;
    padding-bottom: 0px;
}

.logo_col {
    text-align: left;
    width: 30%;
}

.featured-item {
    float: none;
    width: 100%;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

img.image3 {
    width: 100%;
}
/*
.header-wrapper {
    background-color: #ebebeb;
    position: relative;
}

.page .header-wrapper {
    background-color: #ffffff;
}
*/
.featured-item-row {
    clear: both;
    min-height: 100px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.row_34 {
    margin-top: -10%;
    position: relative;
    z-index: 1;
    margin-bottom: 10%;
}

.row_47 {
    clear: both;
    min-height: 100px;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
}

h3.heading10 {
    margin-top: 0px;
}

.main_menu_col {
    flex-grow: 1;
}

.row_345 {
    clear: both;
    min-height: 100px;
    padding: 15px;
    text-align: center;
    background-color: #ffffff;
}

.row_345 .button.small.blue {
    margin-top: 10px;
}

.post-content-single {
    clear: both;
    min-height: 100px;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    padding-top: 15px;
    margin-bottom: 30px;
    background-color: #ffffff;
}

.post-content-single img {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.post-content-single img.attachment-post-thumbnail {
    margin: auto;
    display: block;
}

.post-content {
    border-bottom: 1px solid #cfcfcf;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    border-style: none none solid none;
    border-width: 0 0 5px 0;
}

h1.heading98 {
    color: #ffffff;
    font-size: 3.3em;
    text-align: center;
}

h1.heading8 {
    font-weight: 600;
    font-size: 2.2em;
    color: #ffffff;
    margin-bottom: 25px;
}

.header-description-row {
    padding: 0px 15px 0px 15px;
    display: block;
}

.row_42 {
    margin-left: -15px;
    margin-right: -15px;
}

h1.logo {
    text-transform: none;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 3.3em;
}

.footer_left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    margin-top: 18px;
}

.footer_right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

h2.footer-logo {
    font-weight: 400;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 15px;
}

.footer-copyright {
    text-align: center;
    margin-top: 27px;
}

.footer {
    background-color: #222222;
    min-height: 87px;
}

.footer a.custom-logo-link {
    height: 80px;
    line-height: 70px;
    display: inline-block;
}

.page-links span {
    padding-right: 5px;
    padding-left: 5px;
}

.page-links .page-links-title {
    padding-left: 0;
}

/* post css */

.post-item,
.post-list {
    min-height: 100px;
    margin-bottom: 80px;
    word-wrap: break-word;
}

.post-item {
    padding-left: 15px;
    padding-right: 15px;
}

.post-list-item {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.post-content-inner {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.fa.font-icon-25 {
    font-size: 1.1em;
    display: inline-block;
}

.blog-title {
    margin-top: 15px;
    font-weight: 400;
}

.blog-title a {
    text-decoration: none;
    color: #333333;
}

.blog-title a:hover {
    text-decoration: underline;
}

.navigation {
    margin-top: 30px;
}

.navigation.pagination {
    padding-left: 15px;
    padding-right: 15px;
}

.prev-navigation,
.next-navigation {
    width: auto;
    min-height: 10px;
    text-align: left;
    position: absolute;
}

.next-navigation {
    text-align: right;
    right: 0px;
}

.numbers-navigation {
    text-align: center;
    width: 40%;
    float: left;
    margin-top: 60px;
    width: 100%;
}

a.page-numbers:hover {
    transition: all 0.2s ease-out 0s;
    background-color: #ebebeb;
}

.prev-navigation a,
.next-navigation a {
    display: inline-block;
    padding: 12px 20px;
    background-color: #ebebeb;
    color: #333333;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 600;
    /* font-size: 1em; */
    border-radius: 10px;
    transition: all 0.4s linear 0s;
}

.prev-navigation a:hover,
.next-navigation a:hover {
    background-color: #ff7f66;
    color: #ffffff;
    transition: all 0.2s ease-out 0s;
}

.fa.font-icon-post {
    font-size: 1.1em;
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
}

.post-header.single-post-header {
    text-align: center;
    margin: 10px 0px;
}

.post-header {
    min-height: 10px;
    color: #666666;
    font-weight: normal;
}

.post-header a {
    text-decoration: none;
    font-weight: normal;
}

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

/* sidebar css */

.sidebar {
    float: none;
    min-height: 200px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
    border-left-color: #e0e0e0;
}

.sidebar a {
    color: #333333;
    line-height: 150%;
    font-weight: 400;
    font-size: 1em;
    transition: all 0.4s linear 0s;
    text-decoration: none;
}


.sidebar a:hover {
    transition: all 0.2s ease-out 0s;
}

.sidebar .widget {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
    border-radius: 3px;
    background-color: #ffffff;
}

.widget_search {
    padding: 15px;
}

.searchform #s {
    width: 100%;
    border-style: solid;
    padding-left: 20px;
    display: inline-block;
    min-height: 42px;
    border-width: 1px;
    border-color: #e0e0e0;
    color: #666;
    outline: 0;
    margin-top: 0;
    transition: all 0.4s linear 0s;
    text-transform: uppercase;
    float: left;
    margin-bottom: 10px;
    font-family: inherit;
}

#searchsubmit {
    display: block;
    color: #ffffff;
    width: 55px;
    min-height: 42px;
    border-style: solid;
    border-width: 1px;
    float: left;
    font-family: inherit;
}

hr {
    display: block;
    border: none;
    height: 1px;
    background-color: #e0e0e0;
    margin: 0px auto 10px auto;
    padding: 0px;
    width: 100%;
}

.blog-separator {
    background-color: #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.widget .searchform {
    min-height: 44px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.widget_block ul,
.widget > ul {
    padding-left: 0px;
    min-height: 30px;
    list-style: none;
    margin-bottom: 15px;
    margin-top: 0px;
    display: block;
}

.widget_block
> .wp-block-group
> .wp-block-group__inner-container
> h1:first-child,
.widget_block
> .wp-block-group
> .wp-block-group__inner-container
> h2:first-child,
.widget_block
> .wp-block-group
> .wp-block-group__inner-container
> h3:first-child,
.widget_block
> .wp-block-group
> .wp-block-group__inner-container
> h4:first-child,
.widget_block
> .wp-block-group
> .wp-block-group__inner-container
> h5:first-child,
.widget_block
> .wp-block-group
> .wp-block-group__inner-container
> h5:first-child,
.widget > .widgettitle {
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(224, 224, 224);
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding-top: 15px;
    border-radius: 3px;
    border-left-style: solid;
    border-left-width: 4px;
    padding-left: 20px;
}

.widget > ul > li {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e0e0e0;
    font-weight: 300;

    font-size: 1em;
}

.widget > ul > li {
    font-weight: 300;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e0e0e0;
}

.widget > ul > li {
    color: rgb(51, 51, 51);
    font-weight: 600;
    font-size: 0.9em;
    line-height: 130%;
    padding-top: 7px;
    padding-bottom: 7px;
}

.widget > .textwidget {
    padding: 20px;
}

/*menu css*/

div#drop_mainmenu_container {
    z-index: 9999;
    vertical-align: top;
}

div#drop_mainmenu_container ul {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    display: block;
}

div#drop_mainmenu_container ul.fm2_drop_mainmenu {
    display: none;
}

#drop_mainmenu {
    position: relative;
    text-align: right;
    margin: 0px;
    padding: 0px;
    display: block;
}

#drop_mainmenu ul {
    display: block;
}

#drop_mainmenu a:active,
#drop_mainmenu a:focus {
    outline-style: none;
}

#drop_mainmenu a {
    display: block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    line-height: 120%;
    text-transform: uppercase;
}

#drop_mainmenu li {
    position: relative;
}

#drop_mainmenu li > ul {
    display: none;
}

#drop_mainmenu li:hover a,
#drop_mainmenu li.hover a {
    transition: all 0.3s;
}

#drop_mainmenu > li > a {
    transition: all 0.3s;
    background: none left center repeat-x scroll transparent;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 35px 0;
    border-radius: 0px;
}

#drop_mainmenu > li > a {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    color: #ededed;
    text-transform: uppercase;
    font-weight: 400;

    font-size: 1em;
    letter-spacing: 3px;
}

#drop_mainmenu > li {
    padding: 0 0px 0px 0px;
    line-height: 100%;
    margin-left: 1.7%;
    margin-right: 1.7%;
    display: inline-block;
    height: auto;
}

#drop_mainmenu > li:hover > a,
#drop_mainmenu > li.hover > a {
    color: #ffffff;
    letter-spacing: 3px;
    text-shadow: 0px 0px 0px white;
}

#drop_mainmenu > li.current_page_item > a {
    background-color: transparent;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left center;
    background-image: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    text-shadow: 0px 0px 0px white;
}

#drop_mainmenu li > .ui-effects-wrapper {
    top: 58px;
    left: 0px;
}

#drop_mainmenu li ul {
    top: 50px;
    left: 0px;
}

#drop_mainmenu ul {
    width: auto;
    height: auto;
    padding: 7px 0px 7px 0px;
}

#drop_mainmenu ul li a {
    border: 0px;
    padding: 16px 18px;
    height: 100%;
    min-height: 0px;
    margin: 0;
    letter-spacing: 0px;
    text-align: left;
}

#drop_mainmenu ul li {
    min-width: 160px;
    padding: 0 0px 0px 0px;
    vertical-align: top;
    position: relative;
}

#drop_mainmenu ul li:hover > a,
#drop_mainmenu ul li.hover > a {
    border: 0 none transparent;
    letter-spacing: 0px;
}

#drop_mainmenu ul li ul {
    left: 100%;
    top: 0px;
    margin-top: 0px;
}

#drop_mainmenu > li[data-direction="right"] > ul > li ul {
    left: auto;
    right: 100%;
}

#drop_mainmenu > li ul {
    top: auto;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    padding: 0px;
    position: absolute;
    background-color: #3f464c;
    z-index: 9999;
}

#drop_mainmenu ul li a,
#drop_mainmenu ul li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 0.6em;
}

/************************* mobile menu ************************/

.fm2_drop_mainmenu_mobile-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat top left scroll;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    display: inline;
    z-index: 10050;
    position: fixed !important;
}

.fm2_drop_mainmenu_mobile-overlay-hide {
    background: rgba(0, 0, 0, 0) none repeat top left scroll;
    display: none;
}

a#fm2_drop_mainmenu_mobile_button span.caption {
    text-transform: uppercase;
    background: url("assets/images/hamburger.png") 0px center no-repeat scroll
    transparent;
    background-position: left center;
    padding-left: 20px;
    display: inline-block;
    min-height: 20px;
    font: normal normal 400 16px / normal Source Sans Pro, sans-serif;
}

a#fm2_drop_mainmenu_mobile_button span.down-arrow {
    display: none;
}

#fm2_drop_mainmenu_jq_menu_back {
    position: relative !important;
    top: 0px !important;
}

div#fm2_drop_mainmenu_jq_menu_back div.main-menu-header {
    background: transparent url("assets/images/close_icon.png") no-repeat center
    center scroll;
    position: relative;
    width: 14px;
    height: 14px;
    float: right;
    text-align: center;
    font-size: 0.7em;
    z-index: 1;
    box-sizing: content-box;
    height: 60px;
    width: 50px;
}

div#fm2_drop_mainmenu_jq_menu_back div.main-menu-header p font.caption:before {
    background: transparent url("assets/images/mini_menu.png") no-repeat -2px scroll;
    width: 18px;
    content: " ";
    height: 20px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 9px;
}

div#fm2_drop_mainmenu_jq_menu_back {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    top: 0px;
    left: 0px;
    background-color: #333333;
}

div#fm2_drop_mainmenu_jq_menu_back ul {
    margin-left: 20px;
    list-style-type: none;
    list-style-image: none;
    padding: 10px 0px;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-header {
    background: transparent none repeat top left scroll;
    position: relative;
    width: auto;
    display: block;
    text-align: center;
}

div#fm2_drop_mainmenu_jq_menu_back a {
    padding: 1em 0px 1em 0px;
    overflow: hidden;
    font-family: inherit;
    font-weight: bold;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-header > a {
    /* margin-left: 10px; */
    /* margin-top: 14px; */
    display: inline-block;
    width: 50px;
    height: 60px;
    float: left;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent url("assets/images/mini_arrow_large.png") no-repeat
    center scroll;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-header > p {
    margin: 0 0 0 0;
    color: #fff;
    /* text-indent: -40px; */
    padding: 0px;
    width: 100%;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-header > p a {
    background: transparent none repeat left top scroll;
    text-decoration: none;
    display: block;
    width: auto;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container > .menu {
    float: left;
    width: 100%;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 8px 0px;
    background-color: #f7f7f7;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li p {
    margin: 0 0 0 0;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    color: inherit;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li a {
    background: transparent none repeat left top scroll;
    border-left: 0 none #000000;
    border-top: 0 none #000000;
    border-bottom: 0 none #000000;
    border-right: 0 none #000000;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container .branch,
div#fm2_drop_mainmenu_jq_menu_back div.menu-container .leaf {
    margin: 0 5px 0 5px;
    display: inline-block;
    vertical-align: middle;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container .branch:before {
    content: "+ ";
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container .leaf:before {
    content: "- ";
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li.ellipsis a {
    width: auto;
    float: left;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li a {
    padding: 0 9px 0 9px;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li a,
div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li a span {
    color: white;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container .leaf:before,
div#fm2_drop_mainmenu_jq_menu_back div.menu-container .branch:before {
    width: 10px;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container .leaf:before {
    background: transparent url("assets/images/mini_circle.png") no-repeat top
    left scroll;
    opacity: 0.5;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container .branch:before {
    background: transparent url("assets/images/mini_arrow.png") no-repeat top left
    scroll;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container .branch:before,
div#fm2_drop_mainmenu_jq_menu_back div.menu-container .leaf:before,
a#fm2_drop_mainmenu_mobile_button span.caption:before {
    content: " ";
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    background-position: center;
    min-height: 20px;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li.ellipsis,
div#fm2_drop_mainmenu_jq_menu_back div.menu-header > p a {
    background-color: transparent;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-header > p a {
    text-align: center;
    color: #ffffff;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-header > a:hover,
div#fm2_drop_mainmenu_jq_menu_back div.menu-header > a.hover {
    background-color: transparent;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li {
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li.ellipsis a {
}

div#fm2_drop_mainmenu_jq_menu_back li a p,
div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li a,
div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li a span,
div#fm2_drop_mainmenu_jq_menu_back div.menu-header > p a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-header > p a {
    height: 60px;
    display: block;
    width: calc(100% - 100px);
    margin: 0px;
    float: left;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li.ellipsis,
div#fm2_drop_mainmenu_jq_menu_back div.menu-header {
    background-color: transparent;
}

a#fm2_drop_mainmenu_mobile_button {
    margin-left: 0px;
    margin-right: 0px;
    border-width: 0px;
    border-style: none;
    border-color: transparent;
    text-align: right;
    padding-left: 10px;
    font-weight: 700;
    font-family: inherit;
    font-size: 1em;
    border-radius: 0px;
    padding-right: 20px;
    padding: 1em 0px 1em 0px;
    position: relative;
    width: auto;
    text-decoration: none;
    min-width: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

div#fm2_drop_mainmenu_jq_menu_back div.main-menu-header p span.caption:before {
    background-image: url("assets/images/mini_menu.png");
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container .branch:before {
    background-image: url("assets/images/mini_arrow.png");
}

.nav-links {
    display: block;
    width: 100%;
    clear: both;
    position: relative;
}

.nav-previous a:before {
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 6px;
    content: "\f100";
}

.nav-next a:after {
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 6px;
    content: "\f101";
}

.nav-previous,
.nav-next {
    width: 50%;
    float: left;
    height: auto;
}

.nav-previous {
    text-align: left;
}

.nav-next {
    text-align: right;
}

/* comments css */

.comment-form .comment-respond .comment-form p input[type="text"],
.comment-form .comment-respond .comment-form p textarea {
    width: 100%;
    border-radius: 3px;
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    height: 50px;
    font-family: inherit;
}

.comment-form .comment-respond .comment-form p #comment {
    height: 200px;
}

#comments {
    font-size: 1em;
    margin-bottom: 50px;
}

.comment-form h3.comment-reply-title {
    font-size: 1.6em;
    font-weight: 400;
}

.comment-form .comment-respond .comment-form p label {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 1em;
    margin-top: 15px;
    color: #666666;
}

.comment-form .comment-respond .comment-form p.form-submit #submit {
    display: inline-block;
    width: auto;
}

.commentlist .children {
    margin-top: 20px;
}

.commentlist > li.comment:after {
    content: "";
    display: table;
    clear: both;
}

.commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
}

.comment cite,
.comment a {
    margin-left: 50px;
}

.commentlist li.comment .comment-body .comment-author {
    padding-left: 15px;
    padding-right: 15px;
}

.commentlist li.comment .comment-body .comment-meta {
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    padding-top: 7px;
}

.commentlist,
.commentlist ul {
    list-style: none;
}

.commentlist {
    padding-left: 0px;
}

.comment cite.fn {
    margin-top: 7px;
    font-style: normal;
    font-weight: 600;
    font-size: 0.7em;
}

.navigation {
    margin-top: 30px;
}

.comment-body:after {
    content: "";
    display: table;
    clear: both;
}

.comment a {
    text-decoration: none;
    color: #666666;
    margin-left: 15px;
}

.comment a.comment-edit-link {
    color: #666666;
    margin-left: 10px;
    display: none;
}

.commentlist li.comment .comment-body p {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 52px;
    font-weight: 400;
    color: #666666;
    font-size: 1em;
}

.comment-body p {
    font-size: 0.7em;
    text-align: left;
}

.commentlist li.comment .comment-body {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
}

.comment a.comment-reply-link {
    padding: 10px 17px;
    background-color: #e6e6e6;
    min-width: 50px;
    margin-left: auto;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

div a.comment-reply-link:hover {
    background-color: #ff7f66;
    color: #ffffff;

    font-weight: 600;
    text-transform: uppercase;
}

.comment a.url {
    color: #333333;
    font-weight: 600;
}

.commentlist li.comment.even {
    background-color: #f5f5f5;
}

.commentlist li.comment.odd {
    background-color: #ffffff;
}

.commentlist > li.comment {
    background: none;
    position: relative;
    width: auto;
    clear: both;
    font-size: 0.9em;
}

div .commentlist li {
    padding: 20px;
}

span.comments-number {
    font-size: 1.6em;
    font-weight: 400;
}

.comment-respond {
    font-weight: 400;
    font-size: 1em;
}

.comments-form {
    margin-top: 0px;
    font-size: 0.9em;
}

.comments-form a {
    color: #2186c4;
    text-decoration: none;
}

.comment-form label {
    display: block;
}

p.logged-in-as {
    font-weight: 400;
}

.post-comments .navigation .prev-posts a:hover,
.post-comments .navigation .next-posts a:hover {
    text-decoration: underline;
}

.comment-form .comment-respond .comment-form p.logged-in-as a:hover {
    text-decoration: underline;
}

.post-comments {
    clear: both;
    min-height: 100px;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    padding-top: 15px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
}

.align-holder {
    width: 100%;
}

.header-buttons-wrapper {
    margin: 0px;
}

a#fm2_drop_mainmenu_mobile_button span.caption {
    min-height: 20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px !important;
    line-height: 1em !important;
    text-rendering: auto;
    letter-spacing: 0px !important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    color: #ffffff;
    text-shadow: none;
    border: none;
    padding: 5px 0px 0px 0px !important;
}

a#fm2_drop_mainmenu_mobile_button span.caption:before {
    content: "\f0c9";
    height: 30px;
    display: inline-block;
    vertical-align: text-bottom;
    font-family: FontAwesome;
    text-shadow: none;
    text-align: center;
}

.header-top.coloured-nav {
    background: #ffffff;
}

.header-top.fixto-fixed {
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
    min-height: 80px;
}

.header-top.fixto-fixed #drop_mainmenu > li > a,
.header-top.coloured-nav #drop_mainmenu > li > a,
.header-top.fixto-fixed .text-logo,
.header-top.coloured-nav .text-logo,
.header-top.fixto-fixed a#fm2_drop_mainmenu_mobile_button span.caption,
.header-top.coloured-nav a#fm2_drop_mainmenu_mobile_button span.caption {
    color: #000000;
}

.header-top.fixto-fixed #drop_mainmenu > li > a,
.header-top.coloured-nav #drop_mainmenu > li > a {
    padding: 30px 0px;
}

.header-top.fixto-fixed #drop_mainmenu > li > a:hover,
.header-top.fixto-nav #drop_mainmenu > li > a.hover,
.header-top.coloured-fixed #drop_mainmenu > li > a:hover,
.header-top.fixto-fixed #drop_mainmenu > li.current_page_item > a,
.header-top.coloured-fixed #drop_mainmenu > li.current_page_item > a,
.header-top.coloured-nav #drop_mainmenu > li > a.hover {
    text-shadow: 0px 0px 0px black;
}

@media only screen and (min-width: 768px) {
    body {
        text-align: left;
    }

    div#drop_mainmenu_container ul.fm2_drop_mainmenu {
        display: block;
    }

    .alignnone {
        margin: 5px 20px 20px 0;
    }

    a img.alignnone {
        margin: 5px 20px 20px 0;
    }

    .alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }

    .alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    a img.alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }

    a img.alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    body.logged-in.admin-bar {
        position: relative;
    }

    h1 {
        font-size: 3.4em;
    }

    h2 {
        font-size: 2.5em;
    }

    h3 {
        font-size: 1.6em;
    }

    p {
        line-height: 130%;
    }

    h1.heading8 {
        font-size: 3.3em;
    }

    .gridContainer {
        width: 90%;
        max-width: 1232px;
    }

    .gridContainer .row {
        margin-left: -15px;
        margin-right: -15px;
        clear: both;
    }

    .content {
        min-height: 398px;
    }

    .header {
        width: 100%;
    }
/*
    .header-top {
        display: flex;
        position: fixed;
        transition: all 0.3s linear;
    }
*/
    .featured-items {
        display: flex;
    }

    .featured-item {
        width: 33.333%;
        min-height: 200px;
        margin-bottom: 0;
    }

    .logo_col {
        margin-right: 15px;
    }

    .row_47 {
        min-height: 100px;
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .image-on-left .header-description-row,
    .image-on-right .header-description-row,
    .media-on-left .header-description-row,
    .media-on-right .header-description-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -webkit-flexbox;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-description-row:before,
    .header-description-row:after {
        content: normal;
    }

    .header-description-left {
        display: block;
        vertical-align: middle;
        margin-bottom: 0px;
    }

    .header-description-right {
        display: block;
        vertical-align: middle;
        margin-bottom: 0px;
    }

    .image-on-right .header-description-left,
    .image-on-left .header-description-left {
        align-self: center;
    }

    .image-on-left .header-description-right,
    .image-on-right .header-description-right,
    .media-on-left .header-description-right,
    .media-on-right .header-description-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -webkit-flexbox;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 1 1 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }

    .image-on-left .header-content,
    .image-on-right .header-content,
    .media-on-left .header-content,
    .media-on-right .header-content {
        height: 100%;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -webkit-flexbox;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }

    .header-content-centered {
        margin-left: auto;
        margin-right: auto;
    }

    .header-content-right {
        margin-left: auto;
    }

    .header-buttons-wrapper {
        margin: 0px -9px 0px -9px;
        clear: both;
    }

    .footer_left {
        float: left;
        width: 66.6667%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer_right {
        float: left;
        width: 33.3333%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: right;
    }

    .post-list-item {
        width: 50%;
        float: left;
    }

    /* post css */
    .post-content-single {
        clear: both;
        min-height: 100px;
        width: 100%;
        float: left;
        padding: 30px;
    }

    .fa.font-icon-25 {
        margin-right: 10px;
    }

    .post-list,
    .post-item {
        float: left;
        width: 75%;
    }

    .post-list-large,
    .post-item-large {
        width: 100%;
    }

    .prev-navigation,
    .next-navigation {
        width: 20%;
        float: left;
        position: static;
    }

    .numbers-navigation {
        width: 60%;
        float: left;
        margin-top: 16px;
    }

    /* sidebar css */
    .sidebar {
        float: left;
        min-height: 700px;
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0px;
    }

    .widget .widget_archive ul {
        min-height: 30px;
    }

    .widget > ul {
        list-style: none;
    }

    .searchform #s {
        min-height: 42px;
        border-style: solid;
        padding-left: 10px;
        margin-right: -56px;
        float: left;
    }

    .widget_block
    > .wp-block-group
    > .wp-block-group__inner-container
    > h1:first-child,
    .widget_block
    > .wp-block-group
    > .wp-block-group__inner-container
    > h2:first-child,
    .widget_block
    > .wp-block-group
    > .wp-block-group__inner-container
    > h3:first-child,
    .widget_block
    > .wp-block-group
    > .wp-block-group__inner-container
    > h4:first-child,
    .widget_block
    > .wp-block-group
    > .wp-block-group__inner-container
    > h5:first-child,
    .widget_block
    > .wp-block-group
    > .wp-block-group__inner-container
    > h5:first-child,
    .widget > .widgettitle {
        padding-left: 20px;
    }

    /* comments css */
    .post-comments {
        clear: both;
        min-height: 100px;
        width: 100%;
        float: left;
        padding: 30px;
    }

    .commentlist li.comment .comment-body .comment-author {
        width: 33.3333%;
    }

    .commentlist li.comment .comment-body .comment-meta {
        width: 66.6667%;
    }

    .commentlist li.comment .comment-body .reply {
        width: auto;
        min-height: 40px;
    }

    .comment cite.fn {
        margin-left: 10px;
    }

    .commentlist li.comment .comment-body {
        margin-left: -15px;
        width: 100%;
    }

    .commentlist li.comment.even {
    }
}

@media only screen and (min-width: 1024px) {
    .gridContainer {
        width: 80%;
    }

    h1.heading98 {
        font-size: 3.8em;
    }

    h1 {
        font-size: 3.8em;
    }

    h2 {
        font-size: 2.7em;
    }

    h3 {
        font-size: 2.2em;
    }

    p {
        line-height: 150%;
    }

    .widget > ul {
        list-style: none;
    }

    .widget_block
    > .wp-block-group
    > .wp-block-group__inner-container
    > h1:first-child,
    .widget_block
    > .wp-block-group
    > .wp-block-group__inner-container
    > h2:first-child,
    .widget_block
    > .wp-block-group
    > .wp-block-group__inner-container
    > h3:first-child,
    .widget_block
    > .wp-block-group
    > .wp-block-group__inner-container
    > h4:first-child,
    .widget_block
    > .wp-block-group
    > .wp-block-group__inner-container
    > h5:first-child,
    .widget_block
    > .wp-block-group
    > .wp-block-group__inner-container
    > h5:first-child,
    .widget > .widgettitle {
        padding-left: 20px;
        border-left-style: solid;
    }

    /* comments css */
    .comment-form .comment-respond .comment-form p.comment-notes,
    .comment-form .comment-respond .comment-form p.form-allowed-tags {
        display: none;
    }

    .comment-form .comment-respond .comment-form p label {
        display: block;
    }

    .post-content-single {
        clear: both;
        min-height: 100px;
        width: 100%;
        float: left;
        padding: 30px;
    }

    .post-list .navigation {
        clear: both;
    }

    .commentlist li.comment .comment-body .comment-author {
        width: 33.3333%;
        float: left;
        padding-left: 0px;
    }

    .commentlist li.comment .comment-body .comment-meta {
        width: 66.6667%;
        float: left;
        padding-right: 0px;
    }

    .commentlist li.comment .comment-body .reply {
        float: right;
        width: auto;
        min-height: 40px;
        clear: both;
    }

    .comment cite.fn {
        margin-left: 10px;
        display: inline-block;
    }

    .comment a.url {
        margin: 0px;
    }

    .comment a.comment-reply-link {
        margin-left: auto;
        display: inline-block;
        float: left;
    }

    .commentlist .avatar {
        display: inline-block;
    }

    .post-list a.next-page-link {
        padding-left: 25px;
        padding-right: 25px;
    }

    .commentlist li.comment .comment-body p {
        float: left;
        clear: both;
    }

    .commentlist li.comment .comment-body {
        margin-left: 0px;
        width: 100%;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

div#block-2 label.wp-block-search__label {
    display: none;
}

.widget .wp-block-latest-posts {
    padding: 1em;
}

.widget_block ul,
.widget_block ol {
    padding: 1em;
}

.widget_search button.wp-block-search__button.has-icon {
    width: 38px;
    height: 38px;
    padding: 0px 7px;
    text-align: center;
}

.widget_search button.wp-block-search__button {
    display: block;
    color: #ffffff;
    width: 55px;
    border-style: solid;
    border-width: 1px;
    float: left;
    font-family: inherit;
    font-size: 13px;
    white-space: nowrap;
    height: 40px;
    line-height: 1;
    fill: currentColor;
}

.widget_search .wp-block-search__input{
    border: 1px solid #949494;
}

form:not(.submitting) .wpcf7-spinner:not(.extra-1) {
    display: none;
}
.wpforms-container {
    text-align: left;
}


/** wp6.9 fixes*/
.wp-block-accordion-panel {
    margin-top: 28px;
}
.has-fit-text.wp-block-heading,
p.has-fit-text {
    max-width: 800px;
    overflow: hidden;
}
h1.has-fit-text.wp-block-heading {
    line-height: 4rem
}
h2.has-fit-text.wp-block-heading {
    line-height: 3rem;
}

h3.has-fit-text.wp-block-heading {
    line-height: 2.25rem
}

h4.has-fit-text.wp-block-heading {
    line-height: 1.75rem;
}
h5.has-fit-text.wp-block-heading {
    line-height: 1.5rem
}
h6.has-fit-text.wp-block-heading {
    line-height: 1.25rem
}
p.has-fit-text.wp-block-paragraph {
    line-height: 1.5rem;
}
/*end*/


body {
    text-align: left;
}

a {
    color: #CF2127;
}
a:visited {
    color: #CF2127;
}
input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus {
    border-color: #CF2127;
}
textarea:focus {
    border-color: #CF2127;
}
input[type=search]:focus {
    border-color: #CF2127;
}
form select:focus {
    border-color: #CF2127;
}
select[multiple]:focus {
    border-color: #CF2127;
}
h3 {
    color: #CF2127;
    font-weight: bold;
    margin-top: 60px;
}
h5 {
    font-weight: bold;
    margin-top: 40px;
}
.post-list .prev-navigation a,
.post-list .next-navigation a {
    background-color: #CF2127;
    border-color: #CF2127;
}
.post-list .prev-navigation a:hover,
.post-list .next-navigation a:hover {
    background-color: #CF2127;
}

.post-list span.current {
    background-color: #CF2127;
}

span a.post-category:hover {
    color: #CF2127;
}
.prev-posts a {
    color: #CF2127;
}

.next-posts a {
    color: #CF2127;
}
.post-content {
    border-color: rgb(119, 119, 119) rgb(119, 119, 119) #CF2127 rgb(119, 119, 119);
}

.button.blue {
    background-color: #CF2127;
}
.button.blue:hover, .button.blue:active {
    background-color: #222222;
}

.button.yellow {
    background-color: #222222;
}
.button.yellow:hover, .button.yellow:active {
    background-color: #444444;
}

.homepage-template .svg-white-bg {
    fill: #CF2127;
}
header {
    position: fixed !important;
    background: transparent !important;
}
.header-top {
    background: transparent !important;
}
header.sticky1 {
    position: fixed !important;
    /*top:0 !important;*/
    left: 0 !important;
    width: 100dvw !important;
    z-index: 999;
}
.header-top {
    min-height: 80px;
}
.header-sticky {
    position: fixed !important;
    /*top:0 !important;*/
    left: 0 !important;
    width: 100dvw !important;
    z-index: 999;
}
.hidden {
    display: none !important;
}
.logo_col {
    width: auto;
}
.footer {
    background-color: #000 !important;
    border-top: 1px solid #FFF !important;
}
.fa.font-icon-post {
    color: #CF2127;
}
.post-header a {
    color: #CF2127;
}

.sidebar a:hover {
    color: #CF2127;
}
#searchsubmit {
    background-color: #CF2127;
    border-color: #CF2127;
}
.widget .searchform #s:hover {
    border-color: #CF2127;
}
.widget > .widgettitle {
    border-left-color: #CF2127;
}

.contact-formcol {
    text-align: left;
}

.wpcf7-form input:focus {
    border-color: #222222;
    outline: none;
}
.wpcf7-form .form-group {
    margin-bottom: 20px;
}
.wpcf7-form .form-group label {
    color: #777777;
    text-transform: uppercase;
}
.wpcf7-form label {
    border-radius: 2px;
    color: #777777;
    font-size: .83em;
    text-transform: none;
}
div.wpcf7-validation-errors,.wpcf7-response-output[role="alert"] {
    background-color: #ff8066;
    border: none;
    color: #ffffff;
    font-size: .77em;
    margin-top: 0;
    padding: 5px 10px;
}

.wpcf7-mail-sent-ok[role="alert"] {
    background-color: #3F464C;
}

div.wpcf7 .ajax-loader {
    background-color: rgba(255, 255, 255, .86);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    display: block;
    height: 32px;
    margin-left: 13px;
    margin-top: -38px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: all .4s;
    width: 32px;
}

div.wpcf7 .ajax-loader.is-active {
    display: block;
    opacity: 1;
}

span.wpcf7-list-item {
    display: block;
}

span.wpcf7-not-valid-tip {
    font-size: .66em;
    letter-spacing: 1px;
    margin-top: 4px;
}

.wpcf7-form input[type=text] {
    -webkit-appearance: none;
    background: #fafafa;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    box-shadow: none;
    color: #555555;
    height: 45px;
    line-height: 1.428571429;
    margin-top: 10px;
    outline: none;
    padding: 11px 12px;
    transition: all ease-in-out .15s;
    vertical-align: middle;
    width: 100%;
}

.wpcf7-form textarea {
    background: #fafafa;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    box-shadow: none;
    height: 150px;
    margin-top: 10px;
    max-width: 100%;
    outline: none;
    padding: 11px 12px;
    transition: all ease-in-out .15s;
    width: 100%;
}

.wpcf7-form input:focus,
.wpcf7-form input:hover,
.wpcf7-form input:active,
.wpcf7-form textarea:focus,
.wpcf7-form textarea:hover,
.wpcf7-form textarea:active {
    border-color: #CF2127;
}

.wpcf7-form [type="submit"] {
    background-color: #CF2127;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    height: auto;
    margin-top: 0;
    min-width: 120px;
    padding: 14px 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    width: auto;
}

.wpcf7-form [type="submit"]:hover,
.wpcf7-form [type="submit"]:active,
.wpcf7-form [type="submit"]:focus {
    background-color: #222222;
    height: auto;
}

#drop_mainmenu ul li:hover > a,
#drop_mainmenu ul li.hover > a {
    background-color: #CF2127;
}
#drop_mainmenu > li ul {
    border-bottom-color: #CF2127;
}
#drop_mainmenu ul li {
    min-width: 260px;
}
#drop_mainmenu ul li a,
#drop_mainmenu ul li a {
    font-size: 0.9em;
}

small {
    font-size: 0.8em;
}

.tbl_pricing table {
    width: 100% !important;
}
.tbl_pricing table .popular th {
    background-color: #CF2127 !important;
    color: #ffffff !important;
}
.tbl_pricing table .popular td {
    background-color: #909090 !important;
    color: #ffffff !important;
}
.tbl_pricing table th {
    vertical-align: middle;
}
.tbl_pricing table td {
    text-align: center;
    vertical-align: middle;
}

.cta-blue-section {
    background-color: #CF2127;
    clear: both;
    line-height: 1%;
    padding-bottom: 40px;
    padding-top: 40px;
}

.flexbox-list-align-center {
    align-items: center;
}

.fa.features-coloured-icon,.fa.font-icon-features-icon-container {
    background-color: transparent;
    border-radius: 100%;
    color: #FFFFFF;
    display: inline-block;
    font-size: 50px;
    padding: 0;
}

.features-image-cards-textrow,.features-large-icons-textrow,.features-overlapped-icons-textrow,.features-small-icon-cards-textrow,.features-square-image-textrow {
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

.features-image-cards-textcol,.features-square-image-textcol {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.3333%;
}

.features-image-cards-cardcol {
    float: none;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.flexbox-list .features-image-cards-cardrow,.flexbox-list .features-overlapped-icons-featinnerrow {
    height: 100%;
}

.features-image-cards-cardrow {
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    clear: both;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

img.features-image-cards-featimg {
    border-color: rgb(199, 199, 199);
    border-radius: 0%;
    border-style: solid;
    border-width: 0;
    display: inline-block;
    height: auto;
    margin-bottom: 27px;
    max-width: 100%;
    width: 100%;
}

.features-image-cards-cardtextrow {
    clear: both;
    float: left;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.features-image-cards-separator {
    background-color: #C2C2C2;
    margin-bottom: 15px;
}

.features-large-icons-section {
    clear: both;
    padding-bottom: 75px;
    padding-top: 75px;
    width: auto;
}

.features-large-icons-textcol {
    margin-left: 8.3333%;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.3333%;
}

.features-large-icons-featcol {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    float: none;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0 15px;
    text-align: center;
    transform: none;
    width: auto;
}

.features-icon-container-nomargin:hover {
    background-color: rgb(26, 26, 26);
    height: 110px;
    margin: -5px auto 22px auto;
    min-height: 0;
    padding: 30px 0;
    transition: all 0.2s linear 0s;
    width: 110px;
}

.features-icon-container-nomargin {
    -moz-box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
    background-color: #CF2127;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
    height: 100px;
    margin: 0 auto 27px;
    min-height: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    transition: all 0.2s linear 0s;
    width: 100px;
}

.features-overlapped-icons-section {
    border-radius: 3px;
    clear: both;
    padding-bottom: 75px;
    padding-top: 75px;
}

.features-overlapped-icons-textcol {
    float: none;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    right: auto;
    width: 83.3333%;
}

.features-overlapped-icons-featuresrow {
    align-items: flex-start;
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.features-overlapped-icons-featcol,.features-square-image-featcol {
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.features-overlapped-icons-featinnerrow {
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -moz-text-shadow: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-text-shadow: none;
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    clear: both;
    color: #666666;
    margin-top: 50px;
    padding: 0 27px 9px 27px;
    text-align: center;
    text-shadow: none;
}

.features-icon-container:hover {
    background-color: #1A1A1A;
    height: 110px;
    margin: -55px auto 22px auto;
    min-height: 0;
    padding: 30px 0;
    transition: all 0.2s linear 0s;
    width: 110px;
}

.features-icon-container {
    -moz-box-shadow: 0 7px 20px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 7px 20px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    background-color: #CF2127;
    border-radius: 100%;
    box-shadow: 0 7px 20px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    display: inline-block;
    height: 100px;
    margin: -50px auto 27px auto;
    min-height: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    transition: all 0.2s linear 0s;
    width: 100px;
}

.features-small-icon-cards-textcol {
    float: none;
    left: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    right: auto;
    width: 83.3333%;
}

.features-small-icon-cards-featuresrow {
    clear: both;
    float: left;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}

.features-small-icon-cards-featcol {
    float: none;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}

.features-small-icon-cards-featinnerrow {
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.features-small-icon-cards-iconcol {
    float: left;
    padding: 30px 15px;
    text-align: center;
    width: 100%;
}

.features-small-icon-cards-feattextcol {
    float: left;
    margin-left: 0;
    padding: 15px 15px 0 15px;
    text-align: center;
    width: 100%;
}

.features-small-image-cards-section {
    padding-bottom: 75px;
    padding-top: 75px;
    text-align: center;
}

.features-small-image-cards-textrow {
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.features-small-image-cards-textcol {
    float: none;
    margin-left: 8.3333%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 83.3333%;
}

.features-small-image-cards-featrow {
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}

.features-small-image-cards-featcol {
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}

.features-small-image-cards-featinnerrow {
    -moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    clear: both;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

.features-small-image-cards-imgcol {
    float: left;
    min-height: 180px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    text-align: right;
    width: 100%;
}

.features-small-image-cards-featcol-feattextcol {
    float: left;
    min-height: 0;
    padding: 15px;
    text-align: left;
    width: 100%;
}

.features-small-image-cards-separator {
    background-color: rgb(194, 194, 194);
    margin-bottom: 15px;
}

img.features-square-image-featimg {
    border-color: rgb(199, 199, 199);
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    display: inline-block;
    height: auto;
    margin-bottom: 27px;
    max-width: 100%;
    width: auto;
}

.cta-blue-textcol {
    width: 70%;
    float: none;
    min-height: 51px;
    padding: 15px 15px 10px 15px;
}
h2.cta-blue-text,h2.cta-large-blue-heading {
    color: rgb(255, 255, 255);
    font-size: 2.22em;
}
.cta-blue-btncol {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}


.pricing-black-white-section,.pricing-colors-section,.pricing-double-colors-section,.pricing-simple-section {
    clear: both;
    min-height: 100px;
    padding-bottom: 45px;
    padding-top: 75px;
}

.pricing-black-white-itemcard {
    -moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    clear: both;
    margin-bottom: 30px;
    min-height: 100px;
    padding: 40px 30px 30px 30px;
    text-align: center;
}

p.pricing-black-white-pricetext {
    color: rgb(51, 51, 51);
    font-size: 2.22em;
    font-weight: 600;
    line-height: 150%;
    margin-top: 14px;
}

span.pricing-black-white-price-currency {
    font-size: .6em;
    line-height: 230%;
    vertical-align: top;
}

span.pricing-black-white-price-period {
    font-size: .5em;
    font-style: normal;
}

.pricing-featured.pricing-black-white-itemcol .pricing-black-white-title,.pricing-featured.pricing-black-white-itemcol .pricing-black-white-pricetext {
    color: #ffffff;
}

.pricing-featured .pricing-black-white-description {
    color: #c2c2c2;
}

.pricing-black-white-features-list,.pricing-colors-features-list {
    color: rgb(102, 102, 102);
    font-size: 1em;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 150%;
    list-style-type: none;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
}

li.pricing-black-white-features-item,li.pricing-colors-features-item {
    border-bottom: 1px solid rgb(230, 230, 230);
    color: rgb(156, 156, 156);
    font-weight: 300;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.pricing-featured .pricing-black-white-itemcard {
    -moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    background-color: #1F1F1F;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    clear: both;
    margin-bottom: 30px;
    min-height: 100px;
    padding: 0 30px 30px 30px;
    text-align: center;
}

.pricing-featured .pricing-featured-tag,.pricing-colors-itemcol.pricing-featured .pricing-colors-populartext {
    display: block;
}

.pricing-featured-tag {
    clear: both;
    display: none;
    margin-left: -30px;
    min-height: 49px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 100%;
}

a.pricing-black-white-popular-tag:hover {
    -moz-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
    background-color: rgb(156, 39, 176);
    box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
    color: rgb(255, 255, 255);
    font-size: .66em;
    font-weight: 400;
}

a.pricing-black-white-popular-tag:active {
    -moz-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
    -webkit-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
    background-color: rgb(156, 39, 176);
    box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
    color: rgb(255, 255, 255);
    font-size: .66em;
    font-weight: 400;
}

a.pricing-black-white-popular-tag {
    -moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    background-color: rgb(156, 39, 176);
    border-radius: 2px;
    border-style: solid;
    border-width: 0;
    box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: .66em;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 130%;
    margin: 10px;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s linear 0s;
}

p.pricing-black-white-pricetext-popular {
    color: rgb(255, 255, 255);
    font-size: 2.22em;
    font-weight: 600;
    line-height: 150%;
}

.pricing-featured .pricing-black-white-features-list {
    color: rgb(102, 102, 102);
}

.pricing-featured li.pricing-black-white-features-item {
    border-bottom: 1px solid #333333;
    color: #C2C2C2;
}

.pricing-featured.pricing-black-white-itemcol,.pricing-featured.pricing-black-white-itemcol p,.pricing-featured.pricing-black-white-itemcol h1,.pricing-featured.pricing-black-white-itemcol h2,.pricing-featured.pricing-black-white-itemcol h3,.pricing-featured.pricing-black-white-itemcol h4,.pricing-featured.pricing-black-white-itemcol h5,.pricing-featured.pricing-black-white-itemcol h6 {
    color: #C2C2C2;
}

.pricing-black-white-row,.pricing-colors-innerrow,.pricing-double-colors-row {
    padding-top: 30px;
}

.pricing-colors-innerrow:last-child,.pricing-colors-itemcol .pricing-colors-titlerow h4,.pricing-colors-itemcol .pricing-colors-titlerow p,.pricing-double-colors-pricecol.pricing-featured p.pricing-double-colors-price-text {
    margin-bottom: 0;
}

.pricing-colors-populartext {
    display: none;
}

.pricing-featured.pricing-colors-itemcol .pricing-colors-titlerow h4 {
    margin-top: 0;
}

.pricing-colors-titlerow {
    clear: both;
    color: #FFFFFF;
    float: left;
    min-height: 70px;
    padding: 20px;
    width: 100%;
}

.pricing-colors-contentrow {
    clear: both;
    min-height: 100px;
    padding: 30px;
}

p.pricing-colors-pricetext {
    color: rgb(51, 51, 51);
    font-size: 2.77em;
    font-weight: 600;
    line-height: 120%;
    margin-top: 14px;
}

span.pricing-colors-price-currency,span.pricing-simple-price-currency {
    font-size: .5em;
    line-height: 200%;
    vertical-align: top;
}

span.pricing-colors-price-period,span.pricing-simple-price-period {
    font-size: .4em;
    font-style: normal;
}

.pricing-colors-itemcol {
    -moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    background-color: #FFFFFF;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    float: none;
    margin-bottom: 30px;
    min-height: 100px;
    padding: 0 15px;
    text-align: center;
    width: 100%;
}

.pricing-colors-itemcol.pricing-featured .pricing-colors-features-list {
    margin-bottom: 30px;
    margin-top: 30px;
}

.pricing-double-colors-pricecol {
    -moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    border-bottom: 5px solid #FF9500;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    float: none;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    min-height: 100px;
}

.pricing-double-colors-titlerow {
    clear: both;
    min-height: 58px;
    padding-top: 14px;
    position: relative;
    text-align: center;
    z-index: 0;
}

h4.pricing-double-colors-title {
    color: #FFFFFF;
    font-weight: 400;
}

.pricing-double-colors-pricerow {
    clear: both;
    float: left;
    min-height: 87px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 100%;
}

.pricing-double-colors-titlerow:before {
    background-color: rgba(0, 0, 0, .2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

p.pricing-double-colors-price-text {
    color: #FFFFFF;
    font-size: 2.22em;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 14px;
    margin-top: 14px;
}

span.pricing-double-colors-price-currency {
    font-size: .7em;
    line-height: 200%;
    vertical-align: top;
}

span.pricing-double-colors-pricecol-price-period {
    font-size: .6em;
    font-style: normal;
}

.pricing-double-colors-featuresrow {
    background-color: #fff;
    clear: both;
    min-height: 100px;
    padding: 20px;
    text-align: center;
}

.pricing-double-colors-features-list {
    color: #666666;
    font: 300 18px/150% Source Sans Pro, sans-serif;
    list-style-type: none;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 0;
    text-align: left;
}

.pricing-double-colors-pricecol.pricing-featured .pricing-double-colors-features-list {
    color: rgb(102, 102, 102);
    margin-bottom: 30px;
    margin-top: 30px;
}

li.pricing-double-colors-feature-item {
    border-bottom: 1px solid #E6E6E6;
    color: rgb(156, 156, 156);
    font-weight: 300;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.pricing-double-colors-featured-text {
    color: #FFFFFF;
    display: none;
}

.pricing-double-colors-pricecol.pricing-featured .pricing-double-colors-featured-text {
    display: block;
    margin-bottom: 14px;
}

.pricing-simple-itemcol {
    color: rgb(51, 51, 51);
    float: none;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.pricing-simple-itemcard {
    -moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
    clear: both;
    margin-bottom: 30px;
    min-height: 100px;
    padding: 30px;
}

.pricing-simple-itemcard p {
    margin-bottom: 14px;
    margin-top: 14px;
}

.pricing-simple-separator {
    background-color: #C2C2C2;
    margin-bottom: 0;
}

p.pricing-simple-pricetext {
    color: rgb(51, 51, 51);
    font-size: 2.77em;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 14px;
    margin-top: 14px;
}

.pricing-simple-features-list {
    color: rgb(102, 102, 102);
    font-size: 1em;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 150%;
    list-style-type: none;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 0;
}

li.pricing-simple-features-item {
    border-bottom: 0 solid rgb(230, 230, 230);
    color: #9C9C9C;
    font-weight: 300;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.contact-2columns-section,.woocommerce-section {
    clear: both;
    padding-bottom: 75px;
    padding-top: 75px;
}

.contact-2columns-textrow {
    clear: both;
    margin-bottom: 30px;
}

.contact-2columns-textcol,.woocommerce-textcol {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 100%;
}

.contact-2columns-contentrow,.content-left-video-innerrow,.cta-centered-bg-section-row,.row_290,.woocommerce-products-row {
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.contact-2columns-formrow,.woocommerce-product-col {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.contact-2columns-formcol {
    -moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
    background-color: #FFFFFF;
    box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
    clear: both;
    float: left;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    width: 100%;
}

.contact-2columns-contactcol {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    width: 100%;
}

.contact-2columns-itemrow {
    clear: both;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.contact-2columns-iconcol,.contact-3-section-iconcol,.contact-map-section-iconcol {
    float: left;
}

.fa.font-icon-contact-form,.fa.contact-3-font-icon-1,.fa.contact-map-section-font-icon-1 {
    background-color: #B0B0B0;
    border-radius: 100%;
    color: #FFFFFF;
    display: inline-block;
    font-size: .77em;
    height: 30px;
    line-height: 26px;
    padding-top: 0;
    text-align: center;
    width: 30px;
}

.column_284 {
    float: left;
    padding-left: 15px;
}
.column_210 {
    border: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    min-height: 0 !important;
}
.row_205 {
    clear: both;
    min-height: 23px;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom:27px;
}
p.contact-2columns-itemtextcol,p.contact-3-section-itemtextcol,p.contact-map-section-itemtextcol {
    font-style: italic;
}

.contact-3-section {
    clear: both;
    min-height: 100px;
    padding-bottom: 75px;
    padding-top: 50px;
}

.contact-3-section-textrow {
    clear: both;
    margin-bottom: 30px;
    min-height: 100px;
}

.contact-3-section-textcol,.column_266,.column_269 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    /*text-align: center;*/
    width: 100%;
}

.contact-3-section-formrow,.pricing-black-white-itemcol {
    float: none;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.contact-3-section-formcol {
    -moz-box-shadow: rgba(0, 0, 0, .25) 0 15px 80px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0 15px 80px -5px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, .25) 0 15px 80px -5px;
    clear: both;
    float: left;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    /*text-align: center;*/
    width: 100%;
}

.contact-3-section-contactcol {
    float: none;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.contact-map-contactcol,.contact-map-contact-row {
    min-height: 100px;
    padding: 0;
}

.contact-3-section-itemrow,.contact-map-itemrow {
    clear: both;
    margin-bottom: 5px;
}

.contact-3-section-info-text,.contact-map-section-info-text {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.contact-3-section-map-container {
    clear: both;
    height: 250px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.contact-map-section {
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
    padding-bottom: 75px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    width: 100%;
}

.contact-map-section-row {
    clear: both;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

.contact-map-section-left {
    float: none;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    width: 100%;
}

.contact-2columns-formcol1 {
    -moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
    background-color: #FFFFFF;
    box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
    clear: both;
    float: left;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

.contact-map-section-right {
    float: none;
    margin-top: 50px;
}

.contact-map-section-right .ope-google-maps {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.row_345 {
    border-bottom: 0 solid #CF2127;
}

.post-content-single img.attachment-post-thumbnail {
    margin:20px auto;
}

.fa.font-icon-25 {
    color: #CF2127;
}

.post-header.single-post-header {
    font-size: initial;
    margin: 20px 0;
}

.btn-red a {
    background-color: #CF2127 !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
    color: #fff !important;
}
.btn-red a:hover {
    background-color: #222222 !important;
}

.steps fieldset {
    border: 1px solid #d3d3d3;
    margin: 0 0 20px 0;
    background: #f4f4f4;
    padding: 10px 20px;
    text-align: left;
}
.steps legend {
    padding: 5px 10px;
    background: #CF2127;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.espa-banner img {
    max-height:100px;
}

@media all and (max-width: 640px) {
    .cta-blue-textcol {
        width: 100%;
    }
    .cta-blue-btncol {
        width: 100%;
    }
}

@media only screen and (min-width: 768px){
    .cta-blue-textcol {
        float: left;
        min-height: 65px;
        width: 70%;/*50%;*/
    }
    .cta-blue-text {
        margin-bottom: 0;
    }
    .cta-blue-btncol {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        text-align: right;
        width: 30%; /*50%;*/
    }

    .contact-2columns-textrow,.contact-3-section-textrow {
        clear: both;
        min-height: 156px;
    }

    .contact-2columns-textcol,.contact-3-section-textcol {
        margin-left: auto;
        margin-right: auto;
        min-height: 156px;
        padding-left: 15px;
        padding-right: 15px;
        width: 66.6667%;
    }

    .contact-2columns-contentrow,.content-left-video-innerrow,.cta-centered-bg-section-row,.row_290,.woocommerce-products-row {
        clear: both;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }

    .contact-2columns-formrow {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .contact-2columns-formcol {
        clear: both;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 60%;
    }

    #contactform2_form .form-group .button.button-default {
        margin-left: auto;
        margin-right: auto;
        right: auto;
    }

    .contact-2columns-contactcol {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 40%;
    }

    .contact-2columns-itemrow {
        clear: both;
        float: left;
        min-height: 41px;
        width: 100%;
    }

    .contact-2columns-iconcol {
        min-height: 30px;
    }

    .fa.font-icon-contact-form,.fa.contact-3-font-icon-1,.fa.contact-map-section-font-icon-1 {
        height: 26px;
        width: 26px;
    }

    .column_284 {
        float: left;
        min-height: 41px;
        padding-left: 15px;
    }

    .contact-3-section-formrow,.contact-3-section-contactcol,.subscribe-social-section-form,.subscribe-social-section-social {
        float: left;
        min-height: 100px;
        padding-left: 15px;
        padding-right: 15px;
        /*width: 50%;*/
    }

    .contact-3-section-formcol,.contact-2columns-formcol1,.row_299 {
        clear: both;
        float: left;
        min-height: 100px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .contact-3-section-info-text,.contact-map-section-info-text {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-3-section-map-container {
        clear: both;
        min-height: 100px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .contact-map-section {
        min-height: 100px;
        padding-left: 0;
        padding-right: 0;
    }

    .contact-map-section-row {
        -webkit-align-items: stretch;
        align-items: stretch;
        clear: both;
        display: flex;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }

    .contact-map-section-left {
        float: left;
        min-height: 100px;
        width: 50%;
    }

    .contact-map-section-right {
        flex: 1;
        float: left;
        margin-top: 0;
        min-height: 100px;
        position: relative;
        width: 50%;
    }

    .contact-map-section-right .ope-google-maps {
        bottom: 0;
        left: 0;
        position: absolute !important;
        right: 0;
        top: 0;
    }
    .pricing-black-white-section,.pricing-simple-section {
        clear: both;
        min-height: 100px;
        padding-bottom: 45px;
    }

    .pricing-black-white-itemcol,.pricing-simple-itemcol {
        float: left;
        min-height: 100px;
        padding-left: 15px;
        padding-right: 15px;
        width: 33.3333%;
    }

    .pricing-black-white-itemcard {
        clear: both;
        margin-bottom: 30px;
        min-height: 200px;
        padding: 40px 30px 30px 30px;
    }

    p.pricing-black-white-pricetext,p.pricing-black-white-pricetext-popular {
        line-height: 150%;
    }

    .pricing-black-white-features-list,.pricing-black-white-features-list-popular,.pricing-colors-features-list,.pricing-featured .pricing-colors-features-list,.pricing-double-colors-features-list {
        padding-left: 0;
    }

    .pricing-featured .pricing-black-white-itemcard {
        clear: both;
        margin-bottom: 30px;
        min-height: 200px;
        padding: 0 30px 30px 30px;
    }

    .pricing-featured-tag {
        clear: both;
        margin-left: -30px;
        min-height: 49px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .pricing-colors-section {
        clear: both;
        min-height: 100px;
        padding-top: 75px;
    }

    .pricing-colors-innerrow:last-child {
        margin-bottom: 60px;
    }

    .pricing-colors-itemcol {
        float: left;
        margin-bottom: 60px;
        min-height: 100px;
        padding: 0;
    }

    .pricing-colors-titlerow {
        clear: both;
        float: left;
        min-height: 70px;
        padding: 20px;
        width: 100%;
    }

    .pricing-colors-contentrow {
        clear: both;
        min-height: 100px;
        padding: 30px;
    }

    .pricing-colors-itemcol.pricing-featured {
        margin-top: -30px;
        padding: 0;
    }

    .pricing-double-colors-pricecol.pricing-featured {
        margin-top: -30px;
    }

    .pricing-double-colors-section {
        clear: both;
        min-height: 100px;
        padding-bottom: 75px;
        padding-top: 105px;
    }

    .pricing-double-colors-pricecol {
        float: left;
        margin-left: 0;
        margin-right: 0;
        min-height: 235px;
        padding-left: 0;
        padding-right: 0;
        width: 33.3333%;
    }

    .pricing-double-colors-titlerow-orange,.pricing-double-colors-titlerow {
        clear: both;
        min-height: 58px;
    }

    .pricing-double-colors-pricerow {
        clear: both;
        float: left;
        min-height: 87px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .pricing-double-colors-featuresrow {
        clear: both;
        min-height: 100px;
        padding: 20px;
    }

    li.pricing-double-colors-feature-item {
        padding-left: 0;
    }

    .pricing-simple-itemcard {
        clear: both;
        margin-bottom: 30px;
        min-height: 200px;
        padding: 30px;
    }

    .pricing-simple-features-list {
        padding-left: 0;
        text-align: left;
    }

    .row_205 {
        clear: both;
        min-height: 23px;
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .fa.features-coloured-icon,.fa.font-icon-features-icon-container {
        min-height: 0;
        padding: 0;
        width: auto;
    }

    .blog-textrow, .features-coloured-icon-boxes-textrow, .features-large-icons-textrow, .features-small-image-cards-textrow, .team-small-iconsrow {
        margin-left: -15px;
        margin-right: -15px;
    }

    .features-large-icons-textcol {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 83.3333%;
    }

    .features-large-icons-featcol {
        float: left;
        padding: 15px;
        width: 50%;
    }

}

@media only screen and (min-width: 1024px){
    .about-text-grid-imgcol,.about-text-icons-cols,.about-text-icons-iconcol,.blog-postcol,.content-full-left-image-featurescol,.content-full-right-image-featurescol,.cta-blue-textcol,.features-small-icon-cards-featcol,.portfolio-cards-projectcol,.testimonials-boxed-itemcol {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cta-blue-btncol {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        text-align: right;
    }

    .contact-2columns-textcol,.contact-3-section-textcol {
        float: none;
        margin-left: auto;
        margin-right: auto;
        min-height: 156px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-2columns-contentrow,.content-left-video-innerrow,.cta-centered-bg-section-row,.row_290,.woocommerce-products-row {
        clear: both;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }

    .contact-2columns-formrow,.contact-3-section-formrow,.contact-3-section-info-text,.pricing-black-white-itemcol,.pricing-simple-itemcol,.subscribe-social-section-form,.subscribe-social-section-social,.woocommerce-product-col {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-2columns-formcol {
        clear: both;
        float: left;
        padding: 30px 30px 15px 30px;
        width: 50%;
    }

    #contactform2_form .form-group .button.button-default {
        margin-left: auto;
        margin-right: auto;
        right: auto;
    }

    .contact-2columns-contactcol,.contact-3-section-contactcol {
        float: left;
        padding-left: 30px;
        padding-right: 15px;
        width: 50%;
    }

    .contact-2columns-itemrow {
        clear: both;
        float: left;
        min-height: 41px;
        width: 100%;
    }

    .fa.font-icon-contact-form,.fa.contact-3-font-icon-1,.fa.contact-map-section-font-icon-1 {
        height: 26px;
        width: 26px;
    }

    .column_284 {
        min-height: 41px;
        padding-left: 15px;
    }

    .contact-3-section-formcol {
        clear: both;
        float: left;
        min-height: 100px;
        padding: 30px 30px 15px;
        width: 100%;
    }

    .contact-3-section-map-container {
        clear: both;
        min-height: 100px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .contact-map-section {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

    .contact-map-section-row {
        clear: both;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }

    .contact-map-section-left {
        float: left;
        padding-left: 5%;
        padding-right: 5%;
    }

    .contact-map-section-info-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-2columns-formcol1 {
        clear: both;
        float: left;
        min-height: 100px;
        padding: 30px 30px 15px 30px;
        width: 100%;
    }

    .contact-map-section-right {
        float: left;
    }

    .pricing-black-white-itemcol,.pricing-simple-itemcol {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .pricing-black-white-section {
        clear: both;
        min-height: 100px;
        padding-bottom: 75px;
    }

    .pricing-black-white-itemcard {
        margin-bottom: 0;
        padding: 30px;
    }

    p.pricing-black-white-pricetext {
        line-height: 150%;
    }

    .pricing-black-white-features-list,.pricing-black-white-features-list-popular,.pricing-colors-features-list,.pricing-double-colors-features-list {
        padding-left: 0;
    }

    .pricing-featured .pricing-black-white-itemcard {
        margin-bottom: 30px;
        margin-left: 0;
        padding: 0 30px 30px 30px;
    }

    .pricing-featured-tag {
        clear: both;
        margin-left: -30px;
        min-height: 0;
        padding: 0;
        width: 100%;
    }

    p.pricing-black-white-pricetext-popular {
        line-height: 130%;
    }

    .pricing-colors-section {
        clear: both;
        min-height: 100px;
        padding-top: 105px;
    }

    .pricing-colors-itemcol {
        margin-bottom: 30px;
        padding: 0;
        width: 25%;
    }

    .pricing-colors-innerrow:last-child {
        margin-bottom: 30px;
    }

    .pricing-colors-titlerow {
        clear: both;
        float: left;
        min-height: 0;
        padding: 20px;
        width: 100%;
    }

    .pricing-colors-contentrow {
        clear: both;
        min-height: 100px;
        padding: 30px;
        width: 100%;
    }

    .pricing-double-colors-section {
        clear: both;
        min-height: 100px;
        padding-bottom: 75px;
        padding-top: 105px;
    }

    .pricing-double-colors-pricecol {
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .pricing-double-colors-titlerow {
        min-height: 58px;
    }

    .pricing-double-colors-pricerow {
        clear: both;
        float: left;
        min-height: 69px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .pricing-double-colors-featuresrow {
        clear: both;
        min-height: 100px;
        padding: 20px;
    }

    li.pricing-double-colors-feature-item {
        padding-left: 10px;
    }

    .pricing-simple-section {
        clear: both;
        min-height: 100px;
        padding-bottom: 45px;
    }

    .pricing-simple-itemcard {
        margin-bottom: 30px;
        padding: 30px;
    }

    .pricing-simple-features-list {
        padding-left: 0;
        text-align: left;
    }

    .row_205 {
        clear: both;
        min-height: 27px;
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .fa.features-coloured-icon,.fa.font-icon-features-icon-container {
        display: inline-block;
        min-height: 0;
        padding: 0;
        width: auto;
    }

    .features-image-cards-textrow, .features-large-icons-textrow, .features-overlapped-icons-textrow, .features-small-icon-cards-textrow, .features-small-image-cards-textrow, .features-square-image-textrow, .team-large-memberrow, .team-small-iconsrow {
        margin-left: 0;
        margin-right: 0;
    }

    .features-large-icons-textcol {
        float: none;
        left: auto;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        right: auto;
    }

    .features-large-icons-featrow {
        clear: both;
        min-height: 50px;
    }

    .cp3cols {
        max-width: 25% !important;
        width: 25% !important;
        flex-basis: 25% !important;
        float: left !important;
    }

    .cp2cols {
        max-width: 33.3% !important;
        width: 33.3% !important;
        flex-basis: 33.3% !important;
        float: left !important;
    }

    .features-large-icons-featcol {
        float: left;
        padding: 0 15px;
        width: 25%;
    }

    ul .cp3cols:nth-of-type(4n+1), div .cp3cols:nth-of-type(4n+1) {
        clear: left;
    }

    ul .cp2cols:nth-of-type(3n+1), div .cp2cols:nth-of-type(3n+1) {
        clear: left;
    }
}