/*
Theme Name: MIO-IP Child
Template: mio-ip
Version: 1.0
Author:	Lord Esse
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

@font-face {
    font-family: 'fontawesome-light';
    src: url('fonts/fontawesome-light.eot?m3u2v6');
    src: url('fonts/fontawesome-light.eot?m3u2v6#iefix') format('embedded-opentype'), url('fonts/fontawesome-light.woff2?m3u2v6') format('woff2'), url('fonts/fontawesome-light.ttf?m3u2v6') format('truetype'), url('fonts/fontawesome-light.woff?m3u2v6') format('woff'), url('fonts/fontawesome-light.svg?m3u2v6#fontawesome-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'fontawesome-light' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-close:before {
    content: "\f00d";
}

.fa-remove:before {
    content: "\f00d";
}

.fa-times:before {
    content: "\f00d";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-warning:before {
    content: "\f071";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-files-o:before {
    content: "\f0c5";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-dashboard:before {
    content: "\f0e4";
}

.fa-tachometer:before {
    content: "\f0e4";
}

.fa-clipboard:before {
    content: "\f0ea";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-mortar-board:before {
    content: "\f19d";
}

.fa-user-secret:before {
    content: "\f21b";
}

.user-total-wrapper {
    display: none !important;
}

.l-subheader.at_bottom {
    display: none !important;
}

#mapCanvas {
    min-height: 300px;
}

.inPageForm {
    text-align: center;
    margin-bottom: 15px;
}

.inPageForm input {
    width: 45%;
    margin-right: 15px;
}

code {
    width: 100%;
    word-break: break-all;
}

.terminal {
    background-color: #333333;
    color: #fafafa;
    font-size: 11px;
}

.public_ip_alert {
    color: #ff0000;
}

.w-nav-arrow:before {
    content: '\f107';
    vertical-align: top;
    font-family: 'fontawesome-light' !important;
}

.w-toplink:before {
    content: '\f077';
    vertical-align: top;
    font-family: 'fontawesome-light' !important;
}

#ipToCopy {
    border-radius: 11px;
}

#countryFlag {
    max-height: 15px;
    vertical-align: middle;
}

.l-sidebar,
.l-section-h,
.l-section.width_full .vc_col-sm-12 .w-tabs-section-content-h {
    padding: 1rem 0;
}

h1.ip_address {
    font-size: 26px;
}

@media screen and (min-width: 320px) {
    h1.ip_address {
        font-size: 26px;
    }
}

@media screen and (min-width: 375px) {
    h1.ip_address {
        font-size: 30px;
    }
}

@media screen and (min-width: 425px) {
    h1.ip_address {
        font-size: 35px;
    }
}

@media screen and (min-width: 768px) {
    h1.ip_address {
        font-size: 42px;
    }
}

@media screen and (min-width: 1024px) {
    h1.ip_address {
        font-size: 52px;
    }
}

#ipToCopy {
    font-weight: bold;
    background-color: #51bb6c;
    color: #ffffff;
    padding: 1px 6px;
}

