/*
Theme Name: Ranbron Child
Description: This is a child theme for Ranbron Theme
Author: Templatation
Template: ranbron
Version: 2.5.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    color: #262161;
}
.h1, .h2, .h3, h1, h2, h3{
    margin-top: 0;
}
.navbar-brand>img{
    display: flex;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}
.title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.title p{
    flex-basis: 100%;
}

.inner-banner div.title h3, .title img {
    margin-bottom: 25px;
    }
.inner-banner .title p{
    color: #fff;
    font-family: 'Poppins';
    padding-top: 0;
}
.single-blog-post-page .hentry ul li{
    font-family: "Helvetica Neue", Helvetica, 'Lato';
    font-size: 16px;
    letter-spacing: .03em;
}

.header .header-navigation ul.navigation-box {
    display: inline-block;
    float: none;
    vertical-align: -webkit-baseline-middle;
    padding-top: 15px;
}

.header .header-navigation.stricky-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #262161;    
}
.header .header-navigation ul.navigation-box > li.current-menu-item > a, .header .header-navigation ul.navigation-box > li.current > a, .header .header-navigation ul.navigation-box > li:hover > a{
    color: #56B7FF;
}
.header .header-navigation ul.navigation-box > li > a:after{
    background-color: #56B7FF;
}
.footer-bottom{
    background: #262161;
    color: #56B7FF;    
}
.wpb_single_image .vc_figure{
    vertical-align: -24px;
}

.footer{
    display: none;
}
.mainblock {
    padding-top: 45px;
}

table,
th,
td {
    border: 1px solid #e7e7e7;
	width: 150px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: center;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
	width: 100%;
}
th {
	background-color: #56B7FF;
	color: #fff;
}
tr:nth-child(even){
	background-color: #F7F7F7;
}

.mobileTh{
	display: none;
	width: 80px;
}
.desktopTh{
	width: 200px;
}

.mobile-menu .menu-box{
    background: #262161;
    color: #fff;
}
.mobile-menu .close-btn{
    color: #56B7FF;
}
.header .header-navigation ul.navigation-box > li > a{
    color: #fff;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a{
    color: #56B7FF;
}
.mobile-menu .navigation li > a {
    color: #fff;
}
.header .header-navigation .thm-container {
    padding: 0;
}

.mobile-nav-toggler .icon {
    font-family: 'FontAwesome';
    color: #ffffff;
    vertical-align: -webkit-baseline-middle;
}

@media only screen and (max-width: 991px) {
    .mobileTh{
      display: table-cell;
  }
      .desktopTh{
          display: none;
      }
}
@media (max-width: 1024px){
.header {
    margin-bottom: 0;
    background: transparent;
    }
.mobile-nav-toggler {
    display: block;
    margin: auto;
    right: 5px;
    font-size: 25px;
}
.header .navbar-header {
    padding: 10px;
    display: block;
}
.inner-banner div.title h3, .title img {
    margin-bottom: 25px;
    }

}
@media (max-width: 667px){
    .header.home-page-one{
    position: absolute;
}
header .header-navigation.stricky-fixed .navbar-brand, .header .navbar-brand {
    margin: 20px;
}

.header .navbar-header {
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    }  
.thm-container{
    padding: 15px 30px;
}
.inner-banner {
    padding: 120px 0 50px;
}
}


