/* initial overrides */
h1 {
    font-size: 24px;
    font-family: 'Oswald', Arial, sans-serif;
}

.btn {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 11px;
}

.btn-primary {
    background: #2980B9;
}

.btn-primary:hover {
    background: #767676;
}

/* custom helpers */
.font-oswald {
    font-family: 'Oswald', Arial, sans-serif;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

/* Intro image start */
.intro-image {
    width: 100%;
    -webkit-box-shadow: 0 8px 6px -6px gray;
    -moz-box-shadow: 0 8px 6px -6px gray;
    box-shadow: 0 8px 6px -6px gray;
}
/* Intro image end */

/* header start */
#header {
    padding: 40px 0;
}

/* multi level dropdown start */
.nav-custom {
    justify-content: flex-start;
    background-color: #2980B9;
    font-family: 'Oswald', Arial, sans-serif;
    text-transform: uppercase;
    padding: unset;
}

.nav-custom button {
    margin: 5px;
}

.nav-custom a {
    color: #fff !important;
}

.nav-custom .nav-item {
    padding: 10px;
}

.nav-custom .nav-item:hover {
    background-color: #3498DB;
}

.nav-custom .active {
    background-color: #3498DB;
}

.nav-custom .dropdown-menu {
    background-color: #3498DB;
    font-size: 14px;
}

.nav-custom .dropdown-item {
    padding: 5px;
    white-space: unset;
}

@media (min-width: 768px) {
    .nav-custom .dropdown-item {
        white-space: nowrap;
    }
}

.nav-custom .dropdown-item:hover, .dropdown-item:focus {
    background-color: #1e76b1;
}

.nav-custom .navbar-toggler {
    border: unset;
}

.custom-navbar-toggler-icon {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
}

.navbar-toggler-text{
    color: #fff;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler-text {
        display: none;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 15px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
/* multi level dropdown end */

.font-size-12 {
    font-size: 12px;
}

/* Sidebar start */
.sidebar {
    background: #3498DB;
    color: #e9e9e9;
    padding: 30px;
}

.sidebar-block {
    padding: 30px 0;
    font-family: 'Oswald', Arial, sans-serif;
}

.sidebar-block h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.sidebar-block a {
    color: #fff;
}

/* Sidebar end */

/* Footer start */
.footer {
    background: #2980B9;
    padding: 26px 0;
    line-height: 20px;
}

.copyright {
    padding: 25px 0 50px 0;
}
/* Footer end */

/* Posts start */
.post-title {
    font-family: 'Oswald', Arial, sans-serif;
}

.post-title h2 {
    font-size: 19px;
    text-transform: uppercase;
}

.post-title h1 {
    font-size: 24px;
}

.post-title a {
    color: #22A2DD;
    text-decoration: none;
}

.post-title a:hover {
    color: #e67e22;
}

.post-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

.post-content img {
    padding: 5px;
}
    /* Posts end*/

/* Pages start */
.page-wrapper {
    /*padding: 20px;*/
}

.page-title {
    padding-bottom: 15px;
}

.page-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.page-content h2 {
    font-family: 'Oswald', Arial, sans-serif;
    color: #22A2DD;
    font-size: 19px;
    text-transform: uppercase;
}

.page-content li, .post-content li {
    list-style-type: none;
    padding: 0 0 8px 15px;
    margin: 0;
    background: url(../images/li-bullet.png) 0 6px no-repeat;
}
/* Pages end*/


/* responsive tables */
.responsive-tables td {
    padding: 5px;
}
@media all and (max-width:768px) {
    .responsive-tables tr {    display: table;  width:100%;    }
    .responsive-tables td {    display: table-row; }
}

/* youtube responsive */
.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin: 10px 0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* contact table */
.contact-table {
    border-collapse: collapse;
    border: 2px solid #2980B9;
}

.contact-table tr:first-child {
    background-color: #2980B9;
    color: #fff;
}

.contact-table .contact-table-heading td {
    padding: 15px 5px;
}

.contact-table td {
    border: 1px solid #eaeaea;
    padding: 10px;
}

.contact-table tr:not(:first-child):hover {
    background-color: #d7f1fe;
}

/* custom pagination */
.custom-pagination .page-link {
    color: #2980B9;
}

.custom-pagination .page-item.active .page-link {
    background: #2980B9;
}
