/* 
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
*/

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;
}
.post-list a.next-page-link:hover {
    background-color: #9BCB43;
}

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: absolute;
    top:0;
    background: transparent !important;
}
.header-top {
    min-height: 80px;
}
.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:visited {
    color: #0B679C;
}

.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;
}
.widget > ul > li a:active {
    color: #2186C4;
}

.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;
    }
}