/* Custom modifications to styles in main.css */

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color:#F2F5F7;
    color: #000;
    font-size: 18px;
    -webkit-font-smoothing: unset;
    -webkit-text-size-adjust: unset;
    -moz-osx-font-smoothing: unset;
    text-rendering: unset;
    line-height: 125%;
    overflow-x: hidden !important;
}

.navbar, main {
    background-color: unset;
}
main:before {
    content: unset;
}

p {
    line-height: 26px;
}

a:hover, a:focus {
    color: #000;
}
a .logo {
    -webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
}
a:hover .logo {
    opacity: 1;
}
a.green:hover {
    background: #000000 !important;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: unset;
    color: #000;
    font-style: normal;
    text-transform:uppercase;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
}
h2, h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
.navbar h4, .navbar-header a {
    font-family: 'Industry', sans-serif;
    font-family: Roboto, arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-brand img {
    height: unset;
}
@media (max-width: 1024px) {
    .yamm .navbar-collapse .container {
        margin-left: 0;
    }
    .yamm .navbar-collapse .container .nav.navbar-nav {
        overflow: visible;
    }
}
.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
    background-color: unset !important;
}

ul.arrowed li:before, ul.circled li:before {
    color: #000;
}

#hero h1 {
    letter-spacing: unset;
}

.inner-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

blockquote p {
    font-size: unset;
    line-height: unset;
    font-style: unset;
}
.post blockquote p {
    font-size: 22px;
    line-height: 160%;
    font-style: italic;
}

.member figcaption h2 span, .member figcaption h3 span {
    font-family: 'Roboto', sans-serif;
}

.tint-bg.img-bg-soft:before, .light-bg.img-bg-softer:before, .tint-bg.img-bg-softer:before, .tint-bg {
    background-color: #000000;
}
.green-bg {
    background-color: #000000 !important;
}
.light-bg {
    background-color: #f6f5fa;
}
.tint-color, .green {
    color: #000000 !important;
}
.icon.circle {
    border: 1px solid #000000;
}

.icon i.icn, .meta a:hover, .more:hover, .bordered .info h3 a:hover, .bordered .info h4 a:hover {
    color: #000000;
}

.navbar-header {
    background: unset;
    border-bottom: unset;
}
.navbar-collapse {
    border-bottom: none;
}
.navbar-nav > li > a {
    font-family: Roboto, arial, sans-serif;
    font-weight: 600;
    letter-spacing:0.25px;
    border-radius: 15px;
}
.nav > li.active > a, .nav > li > a:hover {
    color: #000000;
}
.navbar .dropdown-menu {
    font-family: Roboto, arial, sans-serif;
    border: none;
    z-index: 100;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
    color: #000;
    font-weight: unset;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
    color: #000000;
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
    background-color: #FFF;
    z-index:101;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus {
    background: #000000;
}
.navbar-header .info li a, .navbar-header .info a:hover {
    color: unset;
}
.yamm .dropdown-menu {
    left: unset;
    right: auto;
}
.yamm .nav.pull-right .dropdown-menu {
    right: auto;
}
.yamm .yamm-content a:hover {
    color: #000;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
    z-index: 100;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu ul {
    padding-left:0px;
}

.btn:not(.btn-link) {
    background: #000000;
    padding: 11px 20px 11px;
    margin: 0;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    border-radius: 30px;
    font-family: Roboto, arial, sans-serif;
    font-weight: 600;
}
.btn.btn-link, .btn.btn-link:hover, .btn.btn-link:active {
    color: black !important;
    background: unset !important;
    padding: unset;
    margin: 0;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    border-radius: unset;
    font-family: Roboto, arial, sans-serif;
    font-weight: unset;
    text-transform: unset;
    font-size: unset;
    line-height: unset;
}
.btn-small {
    padding: 5px 13px 5px;
}
.btn-large {
    padding: 15px 26px 15px;
    font-size: 15px;
}
.btn.btn-green {
    background: #000000;
}
.btn:focus,
.btn:hover,
.btn:active,
.btn.active {
    background: #555 !important;
     color: #FFF !important;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover
{
    background-color: #204d74 !important;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background: #555 !important;
}
.tint-bg .btn {
    color: #000000 !important;
}
.btn-share-xs p {
    font-family: Roboto, arial, sans-serif;
}
.social a .icon-s-crossbar:after {
    background: #91c1e0;
}

.side-nav {
    background:#FFF;
    padding:10px 20px;
    border-radius:10px;
}
.side-nav ul {
    margin:0px;
    padding:0px;
}
.side-nav ul li i {
    width:30px;
    text-align: center;
}
.side-nav ul li {
    border-top:1px solid #e7e9ed;
    font-size:20px;
    padding:6px 0;
    text-transform: uppercase;
    font-family: Roboto, arial, sans-serif;
    font-weight:400;
    font-size:14px;
}
.side-nav ul li:first-of-type {
    border-top:none;
}
.side-nav ul li.active,
.side-nav ul li a:hover {
    font-weight:600;
}
.tabs-side .tab a:hover {
    background: #000000;
    border-color: #000000;
}
.tabs-side .tab.active a {
    color: #000000;
}
.tabs-side .tab.active + .tab a:hover {
    border-top-color: #000000;
}
.tabs-side .tab a div {
    font-family: Roboto, arial, sans-serif;
}
.tabs-top .tab a div {
    font-family: Roboto, arial, sans-serif;
}
.tabs-top .tab a:hover {
    background: #000000;
    border-color: #000000;
}
.tabs-top .tab.active a {
    color: #000000;
}
.tabs-circle-top .tab a div {
    font-family: Roboto, arial, sans-serif;
}
.tabs-circle-top .tab.active a {
    background: #000000;
    border: 1px solid #000000;
}

blockquote:before {
    display: unset;
    position: unset;
    font-family: unset;
    content: unset;
    font-size: unset;
    line-height: unset;
    position: absolute;
    right: 0;
    bottom: 0;
}
#testimonials #owl-testimonials:before,
.post blockquote:before {
    display: block;
    position: relative;
    font-family: 'fontello';
    content: '\275e';
    font-size: 40px;
    line-height: 100%;
}
.post blockquote:before {
    position: absolute;
    right: 0;
    bottom: 0;
}
.post.format-quote {
    background-color: #000;
}

.panel-title {
    font-family: 'Roboto', sans-serif;
}
.panel-title > a:hover {
    color: #000000;
}
.text-center .panel-title > a:hover span:after {
    color: #000000;
}

.items li .text-overlay .info,
.thumbs .thumb .text-overlay .info,
.owl-carousel .item .text-overlay .info {
    font-family: 'Roboto', sans-serif;
}
.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
    color: #000000;
}
#owl-main .caption h1.tint-bg span,
#owl-main .caption p.tint-bg span {
    background: #000000;
    box-shadow: -.500em 0 0 #000000, .500em 0 0 #000000;
}
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span {
    background: #000000;
}

.pricing .plan .price * {
    font-family: Roboto, arial, sans-serif;
}

label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-check {
    padding-left: 0;
}
.form-check label.option {
    width: 100%;
    min-height: 20px;
    /*padding-left: 20px;*/
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
/*.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}*/
.form-check .form-check-input {
    width: 1em !important;
    display: inline-block;
    vertical-align: middle;
    float: unset !important;
    margin: unset !important;
}
.form-group {
    margin-bottom: 15px;
}
.form-text.input-description:empty {
    display: none;
}

select,
textarea,
textarea.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -webkit-font-smoothing: unset;
}
input[type="phone"] {
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #73879C;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    border: 1px solid #E6E9ED;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
}
input[type="phone"]:focus {
    border: 1px solid #BCC7D1;
    box-shadow: none;
}

.note-toolbar {
    background: white !important;
}
.note-editor .note-toolbar .note-btn, .note-editor .note-toolbar .note-icon-caret {
    color: #999 !important;
}

.meta li.categories:hover:before {
    color: #000000;
}
.classic-blog .post .date {
    border: 1px solid #000000;
    background: #000000;
}
.post {
    border: 1px solid #FFF;
    border-radius: 10px;
}
.sidemeta .format-wrapper a {
    color: #000000;
    border: 1px solid #000000;
}
.sidemeta .format-wrapper a:hover {
    background: #000000;
}

.author {
    font-family: Roboto, arial, sans-serif;
}
.sidenav li a:hover {
    background: #000000;
}
.tooltip-inner {
    background-color: #000000;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000000;
}

#scrollUp:hover {
    color: #000000;
}

.modal-header .modal-title {
    order: 1;
}
.modal-header .close {
    order: 99;
}
.modal-content {
    border-radius: 10px;
}
.modal-title {
    color: unset;
}
.btn-modal:active,
.btn-modal.active {
    color: #000000 !important;
}

@media (max-width: 767px) {
    .tabs-top .tab.active + .tab a:hover {
        border-top-color: #000000;
    }

    .classic-blog .post {
        margin-top: 100px;
    }

    .dropdown .yamm-content {
        margin-top:0px;
    }
}

.navbar-nav > li > a {
    color:#FFF;
}
.yamm > .navbar-collapse > .container, .nav.navbar-nav {
    flex-wrap: nowrap
}
.nav.navbar-nav .register {
    white-space: nowrap;
}

.nav-tabs > li > a {
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    font-family: Roboto, arial, sans-serif;
    font-weight:400;
    font-size:14px;
    color: inherit;
}

.nav-tabs {
    border-bottom: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border:none;
    font-weight:600;
}

.nav-tabs>li{
    margin-bottom:-2px;
}

.rounded-20 {
    border-radius:20px;
    overflow:hidden;
}
.rounded-10 {
    border-radius:10px;
    overflow:hidden;
}
.rounded-5 {
    border-radius:5px;
    overflow:hidden;
}


.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: black;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: black;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: black;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: black;
}