/*
Theme Name: Blockbase Child Theme
Theme URI: https://obaidwriter.com/blockbase-child
Author: Bakhtiar Hasan
Description: This is a child theme of Blockbase.
Version: 1.0.0
Template: blockbase
*/
body {
	font-family: Times New Roman;
}

.main-nav-wrapper {
width: 100%;
height: 80px;
background-color: #FFF;
position: fixed;
z-index: 1;
top: 0;
margin-bottom: 2.964%;
}

.name-logo {
background-color: #fff;
width: 16.308%;
height: 70px;
float: left;
}

.main-nav{
width: 36.5%;
height: 70px;
float: right;
}

.main-nav a {
  color: #2D2D2D;
  padding: 10px 15px 12px 9px;
  text-decoration: none;
  font-size: 20px;
} 

.main-nav .icon {
  display: none;
}

.main-nav ul li  {
list-style-type: none;
display: inline-block;
padding-top: 2px;
padding-right: 2px;
}

.main-nav-wrapper::after {
  content: "";
  clear: both;
  display: table;
}

.main-nav li:last-child {
pointer-events: none;
}

.contact-btn {
	border: none;
    width: auto;
    font-size: 20px;
	text-transform: capitalize;
	cursor: pointer;
    line-height: normal;
    margin: 0 auto;
    display: flex;
    font-weight: 600;
    transition: ease all 0.1s;
    border-radius: 4px;
 	background-color: #2D2D2D;
}

a.contact-btn {
color: #FFFFFF;
}


.footer-wrapper {
width: 100%;
height: 40px;
background-color:#2D2D2D;
}

.footer {
width: 425px;
height: 40px;
font-size: 1.125rem;
margin-left: auto;
margin-right: auto;
overflow: hidden;
background-color: #2D2D2D;
}

.footer ul li {
 list-style: none;
 display: inline-block;
 padding-left: 32px;
 padding-right: 30px;
 text-align:center;
}

.footer a {
 color: #fff;
}

.footer-copyright {
width: 100%;
height: 50px;
color:#FFFFFF;
background-color: #2D2D2D;
text-align: center;
overflow: hidden;
}

.footer2-wrapper {
width: 100%
height: 80px;
background-color: #fff;
clear: both;
}

.footer2 {
width: 80%;
height: 80px;
clear: both;
font-size: 1.125rem;
margin-left: auto;
margin-right: auto;
background-color: #fff;
overflow: hidden;
}

.footer2 ul li {
 list-style: none;
 display: inline-block;
 text-align: center;
 padding: 1px 70px 1px 120px;
}

.footer2 a {
 color: #333333;
	text-decoration: none;
}

.bottom-content-section {
width: 100%;
height: 390px;
background-color: #2D2D2D;
color: #fff;
border-bottom: 0.5px solid #666666;
text-align: center;
overflow:hidden;
position: relative;
}
.bottom-content-section h1 {
font-size: 40px;
font-weight: 600;
}

.bottom-content {
position: absolute;
top: 100px;
left: 260px;
margin-bottom: 20px;
line-height: 60px;
}

.bottom-content-section-button {
    width: 250px;
	height: 50px;
	font-size: 17px;
	text-align: center;
	cursor: pointer;
    margin-left: auto;
	margin-right: auto;
	margin-top: 230px;
    display: flex;
    background: #EAEAEA;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

.bottom-content-section-button:hover a {
background-color: #fff;
color: #000;
border-radius: 4px;
}

.bottom-content-section-button a{
	display: block;
	width: 100%;
	line-height: 50px;
	color: #000;
	text-decoration:none;
}

.sidebar {
position: fixed;
top: 0;
right: 0;
height: 100vh;
width: 250px;
z-index: 999;
background-color: #FFFFFF;
box-shadow: -10px 0 -10px rgba(0, 0, 0, 0.1);
display: none;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
}
.sidebar li{
width: 100%;
}
.sidebar a {
width: 100%;
}
.menu-icon {
width: 30px;
height: 30px;
display: none;
list-style-type: none;
}

.close-icon {
width: 30px;
height: 30px;
cursor: pointer;
}

.sidebar a {
  color: #2D2D2D;
  text-decoration: none;
  font-size: 20px;
}

.sidebar ul li  {
list-style-type: none;
display: inline-block;
padding-top: 2px;
padding-right: 2px;

}

.sidebar li  {
list-style-type: none;
padding: 15px 10px 15px 10px;
}

.icon {
    width: 20px;
    height: 20px;
}

.wp-block-button__link {
	width: 110px;
	height: 40px;
	font-size: 14px;
	padding: 0px;
	font-weight: 600;
}

.wp-block-read-more {
	border: none;
    width: 130px;
	height: 40px;
    font-size: 16px;
	color: #FFFFFF;
	text-transform: capitalize;
	line-height: 30px;
    display: flex;
    font-weight: 600;
    border-radius: 4px;
 	background-color: #2D2D2D;
	margin: auto;
	margin-right: 0px;
	padding: 5px 5px 5px 23px;
	letter-spacing: 0.7px;
}

.wp-block-post-title {
	font-weight: 600;
	font-size: 2.125rem;
}

.wp-block-post-title a {
	text-decoration-line: none;
}

.wp-block-post-content h2 {
		font-size: 1.5rem;
		font-weight: 600;
		
}
div.wp-block-template-part {
	margin-top: 10px;
}
.wp-block-post-featured-image {
	margin-top: 30px;
}


@media (min-width: 320px) and (max-width: 480px) {

.hideOnMobile {
 display: none;
 }
 .menu-icon {
display: block;
position: absolute;
top: 20px;
right: 20px;
cursor: pointer;
}

.main-nav li:not(:last-child) {
display: none;
}
.main-nav li:last-child {
pointer-events: initial;
}
.sidebar {
 width: 100%;
 }
 
.sidebar li{
padding-left: 40px;
 }

.bottom-content-section {
font-size: 12px;
height: 250px;
}
.bottom-content {
top: 20px;
left: 5px;
line-height: 35px;
padding: 20px;
}
.bottom-content h1 {
	font-size: 24px;
	}
.bottom-content-section-button {
margin-top: 150px;
}

.footer-wrapper {
width: 100%;
height: 130px;
}

.footer {
width: 100%;
height: 130px;
}
.footer ul li {
 display: list-item;
 text-align: left;
 padding-bottom: 15px;
 padding-left: 0px;
}
.footer a {
 text-decoration: none;
}
.footer-copyright {
width: 100%;
height: 60px;
background-color: #2D2D2D;
text-align: left;
padding-left: 40px;
box-sizing: border-box;
}

.footer2 {
width: 100%;
height: 280px;
font-size: 1.125rem;
margin: 0px;
}

.footer2 ul li {
 display: list-item;
 text-align: left;
 padding-left: 0px;
 padding-bottom: 0px;
}

.icon {
display: none;
}
.wp-block-post-featured-image {
	padding-left: 15px;
	padding-right: 15px;
}
	
.entry-content, .wp-block-post-title, .wp-block-post-excerpt, .post-meta, .wp-block-comments-query-loop {
	padding-right: 15px;
	padding-left: 15px;
}
	
	.wp-block-read-more {
	border: none;
    width: 130px;
	height: 40px;
    font-size: 16px;
	color: #FFFFFF;
	text-transform: capitalize;
	line-height: 30px;
    display: flex;
    font-weight: 600;
    border-radius: 4px;
 	background-color: #2D2D2D;
	margin: auto;
	margin-right: 15px;
	padding: 5px 5px 5px 19px;
	letter-spacing: 0.7px;
}
.wp-block-post-title {
		 font-size: 1.5rem;
		font-weight: 600;
}
.wp-block-post-content h2 {
		font-size: 1.25rem;
		font-weight: 600;
}
}

@media (min-width: 481px) and (max-width: 768px) {
.hideOnMobile {
 display: none;
 }
.menu-icon {
display: block;
position: absolute;
top: 20px;
right: 20px;
cursor: pointer;
}
.main-nav li:not(:last-child) {
display: none;
}
.main-nav li:last-child {
pointer-events: initial;
}
.sidebar {
 width: 250px;
 }
 
 .bottom-content-section {
width: 100%;
font-size: 12px;
height: 250px;
}
.bottom-content {
width: 100%;
top: 40px;
left: 5px;
line-height: 35px;
padding: 20px;
box-sizing: border-box;
}

.bottom-content-section-button {
margin-top: 150px;
}

.footer2 {
width: 100%;
height: 220px;
font-size: 1.125rem;
}

.footer2 ul li {
 display: list-item;
 text-align: left;
 padding-left: 0px;
 padding-top: 0.5px;
 }

.icon {
display: none;
}

.footer-wrapper {
height: 130px;
}
.footer {
width: 100%;
height: 130px;
}
.footer ul li {
 display: list-item;
 text-align: left;
 padding-bottom: 15px;
 padding-left: 0px;
}
.footer a {
 text-decoration: none;
}
.footer-copyright {
width: 100%;
height: 50px;
text-align: left;
padding-left: 0px;
box-sizing: border-box;
}
.entry-content, .wp-block-post-title, .wp-block-post-excerpt, .post-meta, .wp-block-comments-query-loop {
	padding-right: 15px;
	padding-left: 15px;
}
	
.bottom-content h1 {
	font-size: 26px;
}
}

@media (min-width: 769px) and (max-width: 1024px) {
.main-nav {
width: 65%;
text-align: right;
}

.main-nav a {
padding-right: 10px;
}

.header-img-wrapper {
margin-bottom: 40px;
background-image: none;
}

.bottom-content-section {
width: 100%;
font-size: 14px;
height: 250px;
}
.bottom-content {
width: 100%;
top: 40px;
left: 5px;
line-height: 35px;
padding: 20px;
box-sizing: border-box;
}
.bottom-content-section-button {
margin-top: 150px;
}

.footer {
width: 38%;
text-align: center;
}

.footer ul li {
padding-left: 20px;
padding-right: 20px;
}

.footer ul {
padding: 0px;
}

.footer-copyright {
display: block;
margin: auto;
}

.footer2 {
width: 85%;
text-align: center;
}

.footer2 ul li {
padding-left: 40px;
padding-right: 40px;
}
.footer2 ul {
padding: 0px;
}
.bottom-content h1 {
	font-size: 34px;
}
}

@media (min-width: 1025px) and (max-width: 1280px) {
.main-nav {
width: 65%;
text-align: right;
}

.bottom-content-section {
width: 100%;
font-size: 18px;
height: 380px;
}

.bottom-content {
width: 100%;
top: 100px;
left: 5px;
line-height: 35px;
padding: 20px;
box-sizing: border-box;
}

.footer {
width: 38%;
text-align: center;
}

.footer ul li {
padding-left: 20px;
padding-right: 20px;
}

.footer ul {
padding: 0px;
}

.footer-copyright {
display: block;
margin: auto;
}

.footer2 {
width: 85%;
text-align: center;
}

.footer2 ul li {
padding-left: 60px;
padding-right: 60px;
}
.footer2 ul {
padding: 0px;
}
}