/*
Theme Name: Fynamics
Theme URI: http://www.actonweb.com/
Version: 1.0
Author: Acton Web
*/
.alignnone {
    margin: 5px 20px 20px 0;
}

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

.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.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    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: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


@font-face {
    font-family: prometoregular;
    src: url(fonts/Prometo%20W04%20Regular.ttf);
}
@font-face {
    font-family: prometobold;
    src: url(fonts/Prometo%20W04%20Bold.ttf);
}
@font-face {
    font-family: prometoitalic;
    src: url(fonts/Prometo%20W04%20Italic.ttf);
}
@font-face {
    font-family: prometolight;
    src: url(fonts/Prometo%20W04%20Light.ttf);
}
@font-face {
    font-family: prometothin;
    src: url(fonts/Prometo%20W04%20Thin.ttf);
}
@font-face {
    font-family: prometomedium;
    src: url(fonts/Prometo%20W04%20Medium.ttf);
}
@font-face {
    font-family: prometolightitalic;
    src: url(fonts/Prometo%20W04%20Light%20Italic.ttf);
}
body {
    font-family: prometoregular;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.navbar-default {
    background-color: transparent;
    border-color: #e7e7e7;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
.navbar-default .navbar-brand {
    height: auto;
}
ul.navbar-nav {
    float: right;
    margin-top: 40px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .navbar-nav>li:not(.home-link):not(.user-link)>a:focus, .navbar-default .navbar-nav>li:not(.home-link):not(.user-link)>a:hover, .navbar-nav>li:not(.home-link):not(.user-link).current-menu-item>a{
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}
.section {
    padding: 100px 0 80px;
}
.section.section-2 {
    padding: 80px 0;
}
.width-60 {
    width: 60%;
    margin: 0 auto;
}
.width-70 {
    width: 70%;
    margin: 0 auto;
}
.section h1,
.section h2,
.section h3,
.section h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
.section h1.normal { font-size: 44px;     padding: 0 8%;}
.section h1.large { font-size: 48px;     padding: 0 8%;}
.section h2.normal { font-size: 34px;}
.section h2.large { font-size: 38px; }

.section.white { background-color: #fff; }
.section.gray { background-color: #f2f2f2; }
.section.orange { background-color: #f94f1b; }

.section.white h1,
.section.white h2,
.section.white h3,
.section.white h4,
.section.gray h1,
.section.gray h2,
.section.gray h3,
.section.gray h4 {
    color: #1a1717;
}
.section.white .content p, .section.gray .content p { color: #414040; }

.section.orange h1,
.section.orange h2,
.section.orange h3,
.section.orange h4,
.section.orange .content {
    color: #fff;
}
.content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
    font-family: prometolight;
}
.content.large p {
    font-size: 23px;
}
.content p:last-child {
    margin-bottom: 0;
}
.content.light {
    font-family: prometolight;
}
a.btn {
    background: #444;
    color: #fff;
    border: 0;
    padding: 10px 30px 10px 15px;
    text-transform: uppercase;
}
a.btn.orange {
    background: #f94f1b;
}
a.btn:active, a.btn:focus, a.btn:hover {
    color: #fff;
}
a.btn.white-transparent {
    background: transparent;
    border: 1px solid #fff;
}
a.btn.white-transparent:active, a.btn.white-transparent:focus, a.btn.white-transparent:hover {
    color: #fff;
}
a.btn.large {
    font-family: prometoregular;
    text-transform: none;
    font-size: 20px;
    padding: 10px 25px;
}
.color-orange {
    color: #f94f1b;
}
.video-subtitle {
    font-size: 22px;
    margin-top: 20px !important;
    display: block;
}
.font-bold { font-family: prometobold; }
.font-medium { font-family: prometomedium; }
.font-light { font-family: prometolight; }
.font-italic { font-family: prometoitalic; }
.font-lightitalic { font-family: prometolightitalic; }

.video_popup {
    position: relative;
    display:block;
}
.video_popup:after {
    content: "\f04b";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    left: 35%;
    top: 35%;
    border: 14px solid #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 124px;
    font-size: 100px;
    text-indent: 18px;
}
.testimonials_wrapper {
    background-image: url(images/testimonials-bg.png);
    background-size: cover;
    background-position: center;
}
.testimonials_wrapper h3 {
    margin-bottom: 40px;
}
.testimonials_wrapper h1 {
    margin-bottom: 65px;
}
.testimonial.slick-slide {
    background: #fa4b00;
    color: #fff;
    padding: 50px 60px 50px 70px;
    border-radius: 6px;
    margin: 0 15px;
    font-family: prometolight;
    position: relative;
}
.testimonial .content {
    margin-bottom: 10px;
}
.testimonial p {
    margin-bottom: 5px;
}
.testimonial:after {
    content: url(images/testimonial-after.png);
    display: block;
    width: 55px;
    height: 40px;
    position: absolute;
    bottom: -40px;
    right: 10%;
    z-index: 1000;
}
.testimonials.slick-slider .slick-track {
    padding-bottom: 40px;
}
.slick-dots {
    margin-top: 30px;
    position: relative;
    bottom: 0;
}
.slick-dots li {
    margin: 0 10px;
}
.slick-dots li button {
    width: 23px;
    height: 23px;
    background: #f94f1b;
    border-radius: 50%;
    opacity: 0.6;
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    opacity: 1;
}
.footer {
    background: #2e2e2e;
    padding: 100px 0 90px;
}
.footer h3 {
    color: #fff;
}
.footer .footer_text p, .footer .footer_text a, .footer_info .footer_text p, .footer_info .footer_text a {
    color: #bab8b8;
    font-size: 15px;
}
.footer_text.newsletter {
    width: 80%;
}
.footer_info {
    background: #262626;
    padding: 30px 0 10px;
}
.page .header, .error404 .header, .single .header {
    position: relative;
    background-image: url(images/slide-bg.png);
    background-size: cover;
    background-position: top center;
}
h1.page-title {
    font-family: prometolight;
    color: #fff;
    text-align: center;
    margin: 80px 0;
}
.header-with-padding { padding-top: 60px; }

.section.section-8{
    background-image: url(images/slide-bg.png);
    background-size: cover;
    background-position: center;
}
.section.section-9{
    background-image: url(images/testimonials-bg.png);
    background-size: cover;
    background-position: center;
}
.content ul {
    text-align: left;
    list-style: none;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 0;
    font-family: prometolight;
}
.content ul li {
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
}
.content ul li:before {
    content: "•";
    color: #ff5103;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.step {
    background: #ff580e;
    width: 100%;
    height: 200px;
    text-align: center;
    line-height: 145px;
    border-radius: 50%;
    color: #fff;
    font-size: 48px;
}
.position-relative {
    position: relative;
}
form#subForm {
    width: 85%;
}
input#fieldEmail {
    background: #434343;
    border: 0;
    padding: 10px;
    color: #bab8b8;
    width: 65%;
    margin: 0;
    float: left;
    height: 40px;
}
form#subForm button {
    width: 35%;
    float: left;
    background: #fa4b00;
    border: 0;
    height: 40px;
    color: #fff;
}

.acf-map {
    width: 100%;
    height: 300px;
    border-top: 2px solid #ccc;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}
.section.map_wrapper {
    padding:0;
}
.testimonial_wrapper {
    padding: 35px 0;
}
.testimonial_wrapper .testimonial:after {
    content: '';
    display: none !important;
}
blockquote {
    border-left: 5px solid #fa4b00;
    background: #e5e5e5;
}
.blog-item {
    width: 30%;
    margin: 0 1.5% 30px;
    border: 1px solid #ccc;
    float: left;
}
.blog-wrapper {
    padding: 20px;
}
a.blog-read-more {
    width: 100%;
    background: #fa4b00;
    display: block;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
h3.blog-title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 6px;
    /* font-weight: 600; */
}
p.blog-date {
    text-align: center;
    color: #fa4b00;
    font-weight: bold;
    font-size: 15px;
}
.blog-intro {
    text-align: center;
    margin-top: 15px;
    color: #999;
    line-height: 1.6;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-height: 20px;        /* fallback */
    max-height: 80px;       /* fallback */
    height: 80px;       /* fallback */
}
.navigation-wrapper {
    clear: both;
    overflow: hidden;
    display: inline-block;
}
.navigation-wrapper p {
    display: inline;
    margin: 0;
    float: left;
    font-size: 17px;
    color: #fa4b00;
    font-weight: bold;
}
ul.pagenav {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-top: 0px;
    float: left;
    font-size: 17px;
    color: #fa4b00;
    font-weight: bold;
    padding-left: 10px;
}
ul.pagenav li {
    float: left;

}
ul.pagenav li a{
    color: #fa4b00;
    padding: 0 10px;
}
ul.pagenav li.active a{text-decoration: underline;}

.footermenu {
    float: right;
}

.footermenu li {
    float: left;
    margin: 5px 10px;
    margin-top: 20px;
}
.footermenu li:after {
    content: "|";
    display: inline-block;
    /* float: left; */
    color: #fff;
    margin-left: 20px;
}
.footermenu li:last-child:after {
    content: "";
    display: none;
}
.footermenu li a {
    color: #fff;
    font-size: 15px;
}
.blogtitlelink {
    color: #333 !important;
}
@media (min-width: 768px) {
    .navbar-nav>li {
        float: left;
        margin-left: 20px;
        margin-right: 20px;
    }
    .navbar-nav>li.home-link a {
        text-indent: -9999px;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
        line-height: 1;
    }
    .navbar-nav>li.home-link a:after {
        content: " ";
        display: block;
        width: 17px;
        height: 18px;
        background: url(images/home-icon.png);
        background-size: cover;
    }
    .navbar-nav>li.user-link a {
        text-indent: -9999px;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
        line-height: 1;
    }
    .navbar-nav>li.user-link a:after {
        content: " ";
        display: block;
        width: 17px;
        height: 18px;
        background: url(images/user-icon.png);
        background-size: cover;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    ul.navbar-nav {
        margin-top: 45px;
    }
    .navbar-nav>li {
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }
    .section {
        padding: 85px 0 70px;
    }
    .section.section-2 {
        padding: 70px 0;
    }
    .section h1.normal { font-size: 40px;     padding: 0 8%;}
    .section h1.large { font-size: 44px;     padding: 0 8%;}
    .section h2.normal { font-size: 30px;}
    .section h2.large { font-size: 34px; }
    .content.large p {
        font-size: 20px;
    }
    input#fieldEmail {
        width: 60%;
    }
    form#subForm button {
        width: 40%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    ul.navbar-nav {
        margin-top: 50px;
    }
    .navbar-nav>li {
        margin-left: 12px;
        margin-right: 12px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }
    .section {
        padding: 70px 0 55px;
    }
    .section.section-2 {
        padding: 55px 0;
    }
    .section h1.normal { font-size: 36px;     padding: 0 8%;}
    .section h1.large { font-size: 40px;     padding: 0 8%;}
    .section h2.normal { font-size: 26px;}
    .section h2.large { font-size: 30px; }
    .content.large p {
        font-size: 18px;
    }
    .footer {
        padding: 70px 0 50px;
    }
    .footer_info {
        padding: 20px 0 10px;
    }
    .testimonial.slick-slide {
        padding: 30px 30px 40px 30px;
    }
    .step {
        font-size: 30px;
    }
    .header-with-padding {
        padding-top: 30px;
    }
    input#fieldEmail {
        width: 100%;
    }
    form#subForm button {
        width: 100%;
        margin-top: 5px;
    }
}
@media screen and (max-width: 800px ) {
    .step {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .blog-item {
        width: 47%;
    }
    .navbar-toggle {
        margin-top: 55px;
        border: 0;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 30px;
    }
    ul.navbar-nav {
        float: left;
        margin-top: 0;
        background: #fff;
        width: 100%;
        position: absolute;

    }
    .navbar-default .navbar-nav>li a {
        color: #444;
        padding: 10px 20px;
    }
    .navbar-default .navbar-nav>li>a:after {
        content: " ";
        height: 1px;
        background: #ccc;
        width: 95%;
        display: block;
        position: absolute;
        bottom: 0;
    }
    .navbar-default .navbar-nav>li:last-child>a:after  {
        content: "";
        display: none !important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }
    .navbar-default .navbar-nav>li:not(.home-link):not(.user-link)>a:focus, .navbar-default .navbar-nav>li:not(.home-link):not(.user-link)>a:hover, .navbar-nav>li:not(.home-link):not(.user-link).current-menu-item>a{
        color: #333;
        background-color: transparent;
        border-bottom:none;
    }
    .section {
        padding: 50px 0 35px;
    }
    .section.section-2 {
        padding: 35px 0;
    }
    .section h1.normal { font-size: 32px;     padding: 0 8%;}
    .section h1.large { font-size: 36px;     padding: 0 8%;}
    .section h2.normal { font-size: 22px;}
    .section h2.large { font-size: 26px; }
    .content.large p {
        font-size: 16px;
    }
    .footer {
        padding: 50px 0 30px;
    }
    .footer_info {
        padding: 15px 0 10px;
    }
    .testimonial.slick-slide {
        padding: 30px 30px 40px 30px;
    }
    .step {
        background: #ff580e;
        width: 100%;
        height: 200px;
        text-align: center;
        line-height: 145px;
        border-radius: 50%;
        color: #fff;
        font-size: 37px;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 30px;
        opacity: 0.1;
        width: 170px !important;
        height: 170px !important;
        line-height: 170px !important;
    }
    .header-with-padding {
        padding-top: 30px;
    }
    .img-wrapper img {
        width: 100%;
        height: auto;
    }
    .footer h3 {
        font-size: 22px;
    }
    .footer .footer_text p, .footer_info .footer_text p, .footer_info .footer_text a {
        font-size: 14px;
    }
    .width-70 {
        width: 100%;
    }
    .zindex {
        position: relative;
        z-index: 1000;
    }
    form#subForm {
        width: 80%;
        /* margin-bottom: 10px; */
        overflow: hidden;
    }
}

@media screen and (max-width: 550px) {
    .blog-item {
        width: 98%;
    }
    .navbar-toggle {
        margin-top: 45px;
    }
    .navbar-brand {
        padding: 5px 15px;
    }
    h1.page-title {
        margin: 34px 0;
        font-size: 30px;
    }
    .page .header {
        height: 200px;
    }
    .section h1.normal { font-size: 30px;     padding: 0 8%;}
    .section h1.large { font-size: 34px;     padding: 0 8%;}
    .section h1 { font-size: 30px;}
    .section h2 { font-size: 26px;}
    .btn.large {
        font-family: prometoregular;
        text-transform: none;
        font-size: 16px;
        padding: 10px 15px;
    }
    .content.large p {
        font-size: 15px;
    }
    .footer {
        padding: 25px 0 20px;
    }
    .footer_info {
        padding: 10px 0 0px;
    }
    .footer .footer_text p, .footer_info .footer_text p, .footer_info .footer_text a {
        font-size: 13px;
    }
    .footer h3 {
        font-size: 19px;
        margin: 5px 0 7px;
    }
    .section {
        padding: 35px 0 20px;
    }
    .step {
        width: 130px !important;
        height: 130px !important;
        line-height: 130px !important;
        font-size: 22px;
    }
    .content ul {
        font-size: 14px;
    }
    .content ul li {
        margin-bottom: 10px;
    }
    .video_popup:after {
        width: 120px;
        height: 120px;
        line-height: 95px;
        font-size: 80px;
    }
    form#subForm {
        width: 100%;
        margin-bottom: 10px;
    }
    input#fieldEmail {
        font-size: 13px;
    }
    form#subForm button {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .content p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .content ul {
        font-size: 14px;
        line-height: 1.5;
    }
    .section h1.normal { font-size: 28px;     padding: 0 8%;}
    .section h1.large { font-size: 32px;     padding: 0 8%;}
    .section h1 { font-size: 28px;}
    .section h2 { font-size: 24px;}
    .testimonials_wrapper h3 {
        margin-bottom: 15px;
    }
    .testimonials_wrapper h1 {
        margin-bottom: 40px;
    }
    .testimonial.slick-slide {
        padding: 20px 25px 20px 25px;
    }
    a.btn.large {
        font-size: 15px;
        padding: 8px 18px;
    }
    .navbar-brand>img {
        height: 55px;
        width: auto;
    }
    .navbar-toggle {
        margin-top: 25px;
    }
    .page .header {
        height: auto;
    }
    .slick-dots li button {
        width: 16px;
        height: 16px;
    }
    .slick-dots li {
        margin: 0 5px;
    }
    input#fieldEmail {
        padding: 6px 10px;
        height: 32px;
    }
    form#subForm button {
        height: 32px;
    }
    h1.page-title {
        margin: 34px 0;
        font-size: 23px;
    }
}

@media screen and (max-width: 420px) {

}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}

