/*
Theme Name: TrackDuck
Theme URI: https://wordpress.org/themes/trackduck/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: TrackDuck is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. TrackDuck will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: trackduck

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

@font-face {
    font-family: 'Circe-Regular';
    font-weight: normal;
    src: local('Circe-Regular'), url("fonts/Circe-Regular.eot");
    src: local('Circe-Regular'), url("fonts/Circe-Regular.eot?#iefix") format('embedded-opentype'), url("fonts/Circe-Regular.woff") format('woff'), url("fonts/Circe-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Circe-Bold';
    font-weight: bold;
    src: local('Circe-Bold'), url("fonts/Circe-Bold.eot");
    src: local('Circe-Bold'), url("fonts/Circe-Bold.eot?#iefix") format('embedded-opentype'), url("fonts/Circe-Bold.woff") format('woff'), url("fonts/Circe-Bold.ttf") format('truetype');
}

@font-face {
    font-family: 'Circe-Light';
    src: local('Circe-Light'), url("fonts/Circe-Light.eot");
    src: local('Circe-Light'), url("fonts/Circe-Light.eot?#iefix") format('embedded-opentype'), url("fonts/Circe-Light.woff") format('woff'), url("fonts/Circe-Light.ttf") format('truetype');
}

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: auto;
}

a:focus, a:active, a:visited {
    background-color: inherit !important;
}

.navbar-toggle .icon-bar {
    background-color: #1b2336;
    width: 33px;
    height: 4px;
}

.navbar-toggle {
    margin-top: 0;
}

html {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: auto;
}

.entry-content {
    color: #000000;
}

.entry-content ul, .entry-content ol {
    margin-left: 30px;
}

body {
    font-family: Circe-Light, sans-serif;
    color: #ffffff;
}

.white-layer, .white-layer:active, .white-layer:focus {
    outline: none !important;
}

.dark-layer, .dark-layer:active, .dark-layer:focus {
    background-color: #1b2336;
    outline: none !important;
}

hr, hr:active, hr:focus {
    outline: none !important;
}

.dark-layer.img {
    background: url(img/leo.png) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gray-layer, .gray-layer:active, .gray-layer:focus {
    background-color: #f6f6f6;
    outline: none !important;
}

.price-info {
    padding: 10px 0 40px 0;
}

.form-info {
    padding: 76px 0;
}

.form-text {
    margin: 0 0 33px 0;
    text-align: center;
}

.form-text p {
    font-size: 18px;
    font-family: Circe-Light, sans-serif;
    line-height: 1.333;
}

.form-text h2 {
    font-size: 20px;
    font-family: Circe-Bold, sans-serif;
    color: #1b2336;
    line-height: 1.417;
}

.row-btns {
    margin: 30px 0 20px -8px;
}

.btn-custom {
    padding: 15px 75px;
    font-size: 20px;
    border-radius: 3px;
}

.first-image-container {
    margin-top: 50px;
}

.second-image-container {
    margin-top: 55px;
}

.second-image-container img, .first-image-container img {
    max-width: 100%;
}

a.watch-video-lnk {
    font-family: Circe-Regular, sans-serif;
    font-size: 1.4em;
    color: #0072fb;
    margin-top: 10px;
    background: url("img/watch-video-btn.png") no-repeat;
    padding-left: 50px;
}

a.watch-video-lnk:hover, a.watch-video-lnk:active, a.watch-video-lnk:focus {
    color: #0072fb;
    text-decoration: none;
}

.btn-blue {
    background-color: #0072fb;
    font-family: Circe-Light, sans-serif;
    color: #ffffff;
}

.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    color: #ffffff;
    background-color: #0072fb !important;
}

.btn-yellow {
    background-color: #ffb400;
    font-family: Circe-Bold, sans-serif;
    color: #ffffff;
    padding: 15px 50px;
}

.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
    color: #ffffff;
    background-color: #ffb400 !important;
}

a.btn-custom:hover {
    color: #ffffff;
}

header {
    padding: 35px 0 50px;
}

/* top nav start */

nav .navbar-nav {
    margin: 11px 0 0 0;
}

.navbar-nav#menu-top_main_menu {
    margin-left: 84px;
}

nav .navbar-nav li {
    margin: 0 60px 0 0;
}

nav .navbar-nav li a {
    font-family: Circe-Regular, sans-serif;
    font-size: 1.16em;
    color: #0072fb;
    display: inline;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

nav .navbar-nav.register-nav li a {
    color: #ffa101;
}

nav .navbar-nav li a:hover, nav .navbar-nav li a:active, nav .navbar-nav li a:focus {
    text-decoration: underline;
    background-color: inherit;
}

/* top nav end */

/* footer menu start */
footer {
    padding: 34px 0;
}

footer .nav li {
    margin: 0 46px 0 0;
}

footer .nav li a {
    font-family: Circe-Light, sans-serif;
    font-size: 18px;
    color: #f9f9fa;
    display: inline;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

footer .nav li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.social-menu-wrapper {
    float: right;
}

footer .social-nav {
    margin: 3px 0 0 0;
    height: 16px;
    overflow: hidden;
}

footer .social-nav li {
    margin: 0 10px 0 0;
}

footer .social-nav li a {
    display: inline-block;
    text-indent: -99999px;
    width: 16px;
    height: 16px;
}

footer .social-nav li a:focus, footer .social-nav li a:active {
    background-color: inherit;
}

footer .social-nav li.facebook {
    background: url("img/facebook.png") no-repeat;
}

footer .social-nav li.youtube {
    background: url("img/youtube.png") no-repeat;
}

footer .social-nav li.instagram {
    background: url("img/instagram.png") no-repeat;
}

footer .social-nav li.twitter {
    background: url("img/twitter.png") no-repeat;
}

footer .social-nav li.linkedin {
    background: url("img/linkedin.png") no-repeat;
}

footer .label-text {
    font-size: 18px;
    font-family: Circe-Light, sans-serif;
    color: #bdc8e3;
    opacity: .6;
    margin-right: 10px;
}

@media all and (-webkit-min-device-pixel-ratio: 0) {
    footer .label-text {
        opacity: 1;
    }
}

footer .footer-bottom {
    margin: 40px 0 0 0;
}

footer .footer-bottom .label-text {
    font-size: 14px;
    color: #bdc8e3;
    opacity: .5;
    margin-right: 40px;
}

@media all and (-webkit-min-device-pixel-ratio: 0) {
    footer .footer-bottom .label-text {
        opacity: 1;
    }
}

footer .footer-bottom .bottom-nav li a {
    font-size: 14px;
}

/* footer menu end */

h1, .h1 {
    font-family: Circe-Bold, sans-serif;
    font-size: 48px;
    display: block;
    color: #1b2336;
}

body.home h1.top {
    font-size: 105px;
    line-height: 50px;

}

body.home .top-content-container {
    position: absolute;
    margin-top: -410px;
    margin-left: -15px;
}

body.home .about-text {
    font-size: 50px;
    display: block;
    margin: 10px 0 0 0;
}

body.home .trial-button-wrapper {
    width: 100%;
    max-width: 270px;
    margin: 40px 0 0 0;
}

body.home .trial-button-wrapper p {
    margin: 10px 0;
    text-align: center;
}

body.home .trial-button-wrapper p span {
    color: #1b2336;
    font-family: Circe-Light, sans-serif;
}

body.home .trial-button-wrapper .btn.btn-blue {
    width: 100%;
    padding: 15px 25px;
}

body.home .top-bg-image {
    text-align: right;
    margin: -70px -86px 0 0;

}

body.home .top-bg-image img {
    width: 100%;
    max-width: 929px;
}

body.home .integrations .integration-row .integration-row-label {
    margin: 3px 0 0 0;
}

body.home .bottom-bg-image {
    text-align: left;
    margin: 0 0 0 20px;
    width: 700px;
}

body.home .bottom-bg-image img {
    width: 100%;
}

body.home .watch-video-wrapper {
    text-align: center;
    padding: 40px 0;
}

body.home .logo-img-wrapper-container {
    text-align: center;
}

body.home .logo-img-wrapper {
    margin: 10px auto;
    text-align: center;
    width: 150px;
    display: inline-block;
}

body.home .first-description {
    padding: 50px 0;
}

body.home .first-description .h1 {
    color: #ffffff;
    font-family: Circe-Bold, sans-serif;
    font-size: 50px;
}

body.home .price-info .h1 {
    padding-bottom: 30px;
}

body.home .first-description .text {
    color: #ffffff;
    font-family: Circe-Light, sans-serif;
    font-size: 18px;
}

body.home .first-description .watch-video-wrapper {
    text-align: left;
}

body.home .second-description {
    padding: 40px 0;
}

body.home .integrations {
    padding: 40px 0;
}

body.home .second-description .text {
    color: #000000;
    font-family: Circe-Light, sans-serif;
    font-size: 18px;
}

body.home .price-info-wrapper {
    margin-top: 10px;
}

body.home .integrations {

}

body.home .integrations .integration-row-wrapper {
    height: 40px;
    margin: 20px 0;
    padding-left: 6px;
    padding-right: 1px;
}

body.home .integrations .hidden-xs .integration-row-wrapper:last-of-type {
    width: auto;
}

body.home .integrations .integration-row {
    font-size: 18px;
    color: #1b2336;
    font-family: Circe-Light, sans-serif;
}

body.home .integrations .integration-row .integration-row-img {
    width: 30px;
    height: 30px;
    text-align: left;
    margin: 0 4px 0 0;
    display: table-cell;
    vertical-align: middle;
}

body.home .integrations .integration-row .integration-row-label a {
    color: #1b2336;
}

body.home .integrations .integration-row .integration-row-label a:hover, body.home .integrations .integration-row .integration-row-label a:active, body.home .integrations .integration-row .integration-row-label a:visited {
    color: #1b2336;
}

p {
    color: #2e2d34;
}

h1.top {
    width: 80%;
}

.h1.bottom {
    margin: 66px 0 14px 0;
}

.try-form .form-control {
    border: 3px solid #e8e8e8;
    border-radius: 3px;
    padding: 28px 12px 27px 12px;
}

.about-text {
    margin-top: 35px;
    font-family: Circe-Light, sans-serif;
    font-size: 20px;
    width: 90%;
    color: #2e2d34;
}

.about-text ul, .about-text ol {
    margin-left: 30px;
}

.pricing-wrapper {
    border: 1px solid #ffb400;
    padding: 80px 50px 20px 50px;
    text-align: center;
    max-width: 400px;
    min-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.pricing-wrapper tr {
    border-bottom: 1px solid #dedede;
}

.pricing-wrapper tr:last-child {
    border-bottom: none;
}

.pricing-wrapper tr td {
    text-align: left;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Circe-Light, sans-serif;
}

.pricing-wrapper tr td:last-child {
    text-align: center;
    font-family: Circe-Bold, sans-serif;
}

.buy-button-wrapper {
    margin: 40px 0 20px 0;
}

.buy-button-wrapper .btn-custom {
    padding: 15px 30px;
    max-width: 200px;
    width: 100%;
}

.price-text-wrapper {
    padding: 60px 0;
}

.price-text-wrapper h3 {
    font-family: Circe-Bold, sans-serif;
    font-size: 24px;
    color: #ffb400;
}

.price-text-wrapper p {
    font-family: Circe-Light, sans-serif;
    font-size: 18px;
    color: #ffffff;
}

/* price value start */
.price-value-wrapper {
    background-color: #1b2336;
    margin: 0 auto -90px auto;
    position: inherit;
    width: 250px;
    text-align: center;
}

.price-value-wrapper .price-value {
    font-family: Circe-Bold, sans-serif;
    font-size: 124px;
}

.price-value-wrapper .price-value .price-currency {
    font-size: 40px;
    margin: 26px 0 0 4px;
    position: absolute;
}

.price-value-wrapper .price-prefix, .price-value-wrapper .price-suffix {
    font-family: Circe-Regular, sans-serif;
    font-size: 13px;
    margin: -20px 0 0 0;
    display: inline-block;
    line-height: 18px;
}

/* price value end */

body.home .price-value-wrapper {
    background-color: #ffffff;
    color: #1b2336;
    margin: -70px auto -80px auto;
    position: inherit;
    width: 250px;
    text-align: center;
}

body.home .price-value-wrapper .price-value {
    font-family: Circe-Bold, sans-serif;
    font-size: 117px;
}

.price-value.no-value {
    font-size: 30px;
    font-family: Circe-Bold, sans-serif;
}

body.home .price-no-value-wrapper {
    background-color: #ffffff;
    color: #1b2336;
    margin: 0 auto -25px auto;
    position: inherit;
    width: 190px;
    text-align: center;
}

body.home .pricing-wrapper tr td {
    text-align: left;
    color: #1b2336;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Circe-Light, sans-serif;
}

body.home .pricing-wrapper.gray tr td {
    color: #c4c4c4;
}

body.home .pricing-wrapper strong {
    font-family: Circe-Bold, sans-serif;
}

span.cross, span.check, i.cross, i.check {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
}

span.cross:before, i.cross:before {
    content: "\2716";
}

span.check:before, i.check:before {
    content: "\2714";
    color: #f7af32;
}

.pricing-wrapper table {
    width: 100%;
}

body.home .price-no-value-comment-wrapper {
    background-color: #ffffff;
    color: #1b2336;
    margin: -59px auto 20px auto;
    position: inherit;
    /*width: 190px;*/
    text-align: center;
    font-family: Circe-Bold, sans-serif;
}

body.home .price-no-value-comment-wrapper.short {
    margin: -59px auto 38px auto;
}

.price-comment {
    display: block;
}

.entry-content {
    font-size: 18px;
}

.new-prices .pricing-wrapper {
    border: 1px solid #ffb400;
    padding: 20px;
    text-align: center;
    max-width: 400px;
    min-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.new-prices .price-value-wrapper {
    margin: 0 !important;
    width: 100% !important;
    position: relative !important;
}

.new-prices .price-value-wrapper .price-value .price-currency {
    margin: 0 0 0 4px !important;
}

.new-prices .pricing-wrapper tr {

}

.new-prices .buy-button-wrapper {
    margin: 10px 0 -46px 0;
}

.new-prices.enterprise .buy-button-wrapper {
    margin: 26px 0 0 0;
}

.new-prices .price-value-wrapper .price-suffix {
    font-weight: bold;
}

.new-prices .pricing-wrapper table {
    width: 100%;
    min-height: 60px;
    margin: 0 auto;
}

.new-prices .item-boxes {
    margin-bottom: 60px;
}

.new-prices .pricing-wrapper table {
    width: 100%;
    margin: 0 auto;
}

.new-prices .pricing-wrapper table td {
    font-family: Circe-Light, sans-serif;
}

.new-prices .pricing-wrapper table td strong {
    font-family: Circe-Bold, sans-serif;
}



.new-prices .pricing-wrapper table td:last-child {
    padding-right:15px;
    /*font-weight: inherit !important;
    font-size: inherit !important;
    font-family: Circe-Light, sans-serif;
    padding-right:15px;*/
}

.new-prices .price-value-wrapper .price-suffix-2 {
    font-family: Circe-Regular, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: -30px 0 0 0;
}

.hr {
    display: block;
    width: 100%;
    height: 1px;

}

.enterprise {
    margin-top: 50px !important;
    width: 100%;
}

.enterprise .pricing-wrapper {
    width: 100%;
    max-width: none;
}

.enterprise_title {
    font-size: 50px;
    display: inline-block;
    padding: 0 50px;
    background: #ffffff;
    position: absolute;
    top: -70px;
}


.enterprise .pricing-wrapper {
    text-align: left;
}

.enterprise .text {
    color: #000000;
    font-family: Circe-Light, sans-serif;
    font-size: 18px;
    padding: 30px 50px;
}

.integration-inner-wrapper {
    margin-top: 30px;
    margin-bottom: 60px;
}

.integration-inner-title-wrapper > .row {
    text-align: center; width: 70%; margin-left: auto; margin-right: auto;
}

.integration-inner-title-wrapper .about-text {
    margin-top: 20px; width: 100%
}

.integration-image-wrapper img {
    max-width: 100%;
    height: auto;
}

.integration-inner-row-wrapper {
    height: auto;
    border: 1px solid transparent;
    padding: 40px 30px;
}

.integration-inner-row-wrapper .integration-description-wrapper {
    padding: 20px 0 0 0;
    font-size: 16px;
    text-align: center;
    color: #000;
}

.integration-inner-row-wrapper:hover, .integration-inner-row-wrapper.hover {
    border: 1px solid #ffb400;
    cursor: pointer;
}

.white-layer h1,
.white-layer h2,
.white-layer h3,
.white-layer h4,
.white-layer h5 {
    color: #1b2336;
}

.text-under-image-container {
    margin-top: 25px;
}

.text-under-image-container p {
    font-size: 18px;
}

/*  */

.page-template-invision-page header {
    background: #1b2336;
    margin: 0;
}

.page-template-invision-page nav .navbar-nav li a {
    color: #ffffff;
}

.page-template-invision-page nav .navbar-nav.register-nav li a {
    color: #ffa101;
}

.page-template-invision-page .main_info_wrapper {
    background: url("img/top_bg.png") no-repeat 0 0 transparent;
    padding: 50px 0;
    text-align: left;
}

.page-template-invision-page .main_info_wrapper > span {
    font-size: 36px;
    color: #eec12d;
    font-family: "Circe-Light", sans-serif;
    margin-top: 45px;
}

.page-template-invision-page .main_info_wrapper div {
    font-size: 68px;
    font-family: "Circe-Bold", sans-serif;
    text-transform: uppercase;
    margin: 20px 0;
}

.page-template-invision-page .main_info_wrapper div .pink {
    color: #ff3366;
}

.page-template-invision-page .btn.btn-custom.btn-orange
{
    background: #eec12d;
    color: #1c253a;
    font-size: 20px;
    font-family: "Circe-Bold", sans-serif;
    padding: 15px 60px;
}

.page-template-invision-page .btn.btn-custom.btn-orange:focus,
.page-template-invision-page .btn.btn-custom.btn-orange:hover,
.page-template-invision-page .btn.btn-custom.btn-orange:active
{
    background: #eec12d !important;
    color: #1c253a;
    font-size: 20px;
    font-family: "Circe-Bold", sans-serif;
}

.page-template-invision-page .description_text {
    padding: 55px 0;
}

.page-template-invision-page .description_text span {
    font-size: 24px;
    color: #ecb32a;
    display: inline-block;
    margin-bottom: 10px;
}

.page-template-invision-page .description_text p {
    font-size: 18px;
}

.page-template-invision-page span.description_title {
    font-family: "Circe-Light", sans-serif;
    font-size: 48px;
    margin: 60px 0;
    text-align: center;
    display: block;
}

.page-template-invision-page .dark-layer span.description_title, .page-template-invision-page .dark-layer .description_text p {
    color: #ffffff;
}

.page-template-invision-page .white-layer span.description_title, .page-template-invision-page .white-layer .description_text p {
    color: #1b2437;
}

.page-template-invision-page .read-more-logos-wrapper {
    padding: 0 150px;
}

.page-template-invision-page .dark-layer .description_text .description-left, .page-template-invision-page .dark-layer .description_text .description-right {
    padding-right: 40px;
}

.page-template-invision-page .white-layer.white_line {
    background: url("img/line.png") no-repeat center top #ffffff;
}

.page-template-invision-page .author {
    padding-left: 113px;
    background: url("img/auth_photo.png") no-repeat 10px 0 transparent;
    height: 73px;
    font-size: 20px;
    font-family: "Circe-Bold", sans-serif;
    padding-top: 10px;
    margin: 30px 0;
}

.page-template-invision-page .author span {
    font-size: 16px;
    font-family: "Circe-Light", sans-serif;
    color: rgba(255, 255, 255, .5);
    margin: 0;
}

.description_qu {
    height: 155px;
}

.page-template-invision-page body {
    padding: 0;
}

.in-btn-lbl {
    float: right;
    margin-right: -40px;
}

.page-template-invision-page .in-btn-lbl {
    display: none;
}