/* 
Theme Name: Total Child
Theme URI: https://foriduddin.netlify.app/
Description: Total Child is a child theme of Total, created by Md Forid Uddin
Author: Md Forid Uddin
Author URI: https://www.facebook.com/foriduddin.dev
Template: Total
Version: 1.0.0
Text Domain: totalchild
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* =====================================================================
* Body Custom Css Code 
* =====================================================================
*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top:0.9rem;
	margin-bottom:0.9rem;
	line-height: 1.4;
}

body .post-edit.wpex-print-hidden {
	display:none;
}

h5, .wpex-h5 {
	font-size: 22px!important;
}

h6, .wpex-h6 {
	font-size: 20px!important;
}

/* Tablet Screen Size */
@media only screen and (max-width: 1024px) {
	h5, .wpex-h5 {
		font-size: 20px!important;
	}
	
	h6, .wpex-h6 {
		font-size: 18px!important;
	}
}

/* Mobile Screen Size */
@media only screen and (max-width: 767px) {
	h5, .wpex-h5 {
		font-size: 18px!important;
	}
	
	h6, .wpex-h6 {
		font-size: 16px!important;
	}
}

/* Responsive Problem Fix */
@media only screen and (max-width: 1250px) {
	body .building_two_btn {
		text-align:center;
	}
	
	body .building_two_btn > div.vc_column_container {
		width:100%;
	}
}
/* On View View button padding bottom Fix  */
@media screen and (min-width: 768px) and (max-width: 1024px) {
       .mrn-top {
        margin-top:10px!important;
    }
	.top-pragraph {
        width: 100% !important;
        margin-top: 70px !important;
        }
    }
	
}


/* Sidebar menu base */
.sidebar-box a {
text-decoration: none;
}
.sidebar-box a:hover {
text-decoration: none;
}

.sidebar-box .menu {
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.sidebar-box .menu li {
  border-bottom: 1px solid #eee;
}

.sidebar-box .menu li:last-child {
  border-bottom: none;
}

.sidebar-box .menu li a {
  display: block;
  padding: .65em 2em;
  color: #333;
  position: relative;
  transition: all 0.3s ease;
 font-size: 14px;
}

.sidebar-box .menu li a:before {
  content: "›";
  position: absolute;
  left: 15px;
  color: #0b82cc;
}

.sidebar-box .menu li a:hover {
  color: #0b82cc;
  background-color: #f7f9fb;
}

.sidebar-box .menu li.current-menu-item > a,
.sidebar-box .menu li.current_page_item > a {
  color: #0b82cc;
  background-color: #f1f6fb;
}


.sidebar-box .menu li a:before {
  content: "›";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #0b82cc;
}


@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

