/*For xs device same code*/

@media (max-width: 992px){
.navbar-brand .site-description{
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
  }

  .navbar-brand{
	  margin-top: 12px;
  }

  .post-author{
	  padding: 20px;
	  gap: 20px;
  }

  .post-author img{
	  width: 70px;
	  height: 70px;
  }

}

@media (max-width: 767px){

	/*++++++++++++++++ navber ++++++++++++++++*/

	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #222831
	}
	.navbar-default .navbar-toggle {
	    border-color: #22283194;
	    margin-top: 23px;
	}
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
	    background-color: #fff;
	}
	.navbar-default .navbar-collapse, .navbar-inverse .navbar-form {
	    border-color: #222831
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	    font-weight: 500;
	    color: #222831;
	    text-transform: capitalize;
	    padding: 9px 20px;
	}
	.navbar-default .navbar-nav>li>a {
	    padding: 10px;
	}
	div#bs-example-navbar-collapse-1 {
		padding: 0 0 15px 0;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li{
	    border-bottom: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
	    color: #4f74f3;
	    background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{
	    color: #4f74f3;
	    text-decoration: none;
	    background-color: transparent;
	}
	.dropdown-menu.open, 
	.dropdown.open{
		display: block;
	}
	ul.dropdown-menu li > ul.dropdown-menu{
		margin-left: 5px;
	}
	.dropdown-menu{
	    position: relative; 
	    float: none; 
	    border: none;
	    background-color: transparent;
	    border-radius: 0px; 
	    box-shadow: none;
	}
	.navbar-nav{
	    margin: 18px 0 0;
	}
	.navbar .navbar-nav .dropdown a .caret {
	    border: 1px solid #555;
	    border-radius: 2px;
	    box-sizing: content-box;
	    color: #555;
	    cursor: pointer;
	    display: inline-block;
	    font-family: 'Ionicons';
	    height: 30px;
	    margin-left: 0;
	    position: absolute;
	    right: 15px;
	    top: 10px;
	    text-align: center;
	    width: 30px;
	    z-index: 100;
	    font-size: 18px;
	}
	.navbar .navbar-nav .dropdown a .caret:before {
	    content: '\f35f';
	    top: 5px;
	    position: relative;
	    display: inline-block;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: #4f74f3;
		border-color: #4f74f3 !important;
	}

	#single-post .journal-content .post-title{
		font-size: 24px;
	}




	/*===================journal section===================*/

	.journal-content{
		padding-bottom: 30px;
	}
	#journal .section-heading h4, 
	#journal .section-heading .journal-title{
	   margin-top: 30px;
	}
	.blog-pagination{
        padding-bottom: 100px;
	}
	.left-right-full-content{
		padding-bottom: 50px;
	}

	/*=================== single-post section===================*/
	.post-author {
	    padding-bottom: 20px;
	    margin-bottom: 30px;
	}

	/*=================== journal-head section===================*/

	.journal-head-content {
	    padding: 60px 30px;
	    margin-bottom: 0px;
	}

	.section-heading .journal-desc, .section-heading p{
		font-size: 16px;
		margin-top: 5px;
	}

	#journal-head .section-heading .journal-title, #journal-head .section-heading h4{
		font-size: 30px;
	}

	/*================sidebar search button =====================*/
	.search-submit {
	    height: 50px;
	    width: 128px;
	}
	.search-field {
	    width: 300px;
	}

}/*End of 767px*/

/*For xs device*/

@media (max-width: 320px){

	body {
	    font-size: 14px;
	}

	/*===================navber===================*/

	.navbar-default .navbar-nav > li > a {
	    padding: 15px 9px;
	}
	.navbar-brand .site-title{
	    font-size: 20px;
	}
	

	/*=================== journal section===================*/

	#journal {
	    padding-top: 56px;
	}
	.journal-content .post-title {
	    font-size: 17px;
	    line-height: 30px;
	}
	.journal-content .btn {
	    padding: 11px 20px;
	    height: 40px;
	}

	/*=================== sub-footer section===================*/

	#sub-footer {
	    margin-top: 70px;
	}
	/* .sub-footer-content {
	    padding: 50px 0 50px;
	} */
	#sub-footer .list-inline > li {
	    padding-right: 0px;
	    padding-left: 0px;
	}

	/*=================== single-post section===================*/

	.filed-under p {
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.post-author h5 {
	    font-size: 20px;
	}
	.about-author .btn{
	    padding: 14px 32px;
	    height: 50px;
	    font-size: 14px;
	}
	.comment .comment-reply-title, 
	.comment .comments-title {
	    margin: 60px 0 60px;
	    font-size: 25px;
	}
	.comment-metadata {
	    font-size: 14px;
	}
	.widget ul li a {
	    line-height: 30px;
	}
	.widget ul li{
		font-size: 14px;
	} 
	.widget-title h4 {
	    font-size: 14px;
	}
	/* .widget {
	    margin-bottom: 50px;
	} */
	.post-author {
	    padding-bottom: 20px;
	    margin-bottom: 30px;
	}
	.children{
		margin-left: 10px;
	}

	/*=================== single-post section===================*/

	.left-right-full-content-head h4 {
	    font-size: 25px;
	}

	/*++++++++++++++++ error page++++++++++++++++*/

	.error-content h3 {
	    font-size: 25px;
	}

	/*================sidebar search button =====================*/
	.search-submit {
	    height: 50px;
	    width: 100px;
	}
	.search-field {
	    width: 220px;
	}

	.filed-under p{
		font-size: 12px;
	}

	#single-post .journal-content .post-title{
		font-size: 17px;
		line-height: 26px;
	}


}/*End of 320px*/


@media (max-width: 480px){
	.post-author{
		flex-direction: column;
		gap: 10px;
	}

	.post-author img{
		width: 50px;
		height: 50px;
	}

	.media-left img {
		width: 45px;
	}

	.comment p{
		font-size: 14px;
	}

	.media-heading{
		margin-top: -5px;
	}
}

@media(min-width: 321px) and (max-width: 480px){
   
   body {
	    font-size: 15px;
	}

	/*===================navber===================*/

	/* .navbar-default .navbar-nav > li > a {
	    padding: 20px 9px;
	} */

	/*=================== journal section===================*/

	#journal {
	    padding-top: 70px;
	}
	.journal-content .post-title {
	    font-size: 18px;
	    line-height: 30px;
	}
	.journal-content .btn {
	    padding: 14px 20px;
	    height: 45px;
	}

	/*=================== journal-head section===================*/

	.journal-head-content {
		padding: 50px 20px;
		margin-bottom: 0px;
	}

	.section-heading .journal-desc, .section-heading p{
		font-size: 15px;
		padding-top: 0px;
	}

	#journal-head .section-heading .journal-title, #journal-head .section-heading h4{
		font-size: 24px;
	}

	/*=================== sub-footer section===================*/


	#sub-footer {
	    margin-top: 80px;
	}
	/* .sub-footer-content {
	    padding: 60px 0 60px;
	} */
	#sub-footer .list-inline > li {
	    padding-right: 2px;
	    padding-left: 2px;
	}

	/*=================== single-post section===================*/

	.filed-under p {
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	.post-author h5 {
	    font-size: 22px;
	}
	.about-author h5 {
	    font-size: 20px;
	}
	.about-author .btn{
	    padding: 17px 32px;
	    height: 55px;
	    font-size: 14px;
	}
	.comment .comments-title,
	.comment .comment-reply-title {
	    margin: 70px 0 60px;
	    font-size: 30px;
	}
	.comment-metadata {
	    font-size: 16px;
	}
	.widget ul li{
		font-size: 14px;
	} 
	.widget-title h4 {
	    font-size: 15px;
	}
	/* .widget {
	    margin-bottom: 60px;
	} */

	/*=================== single-post section===================*/

	.left-right-full-content-head h4 {
	    font-size: 30px;
	}

	.filed-under p{
		font-size: 13px;
	}

	#single-post .journal-content .post-title{
		font-size: 18px;
		line-height: 28px;
	}

	
}/*End of 480px*/

@media(min-width: 481px) and (max-width: 640px){
	
	/*=================== journal section===================*/

	#journal {
		padding-top: 80px;
	}

	/*=================== sub-footer section===================*/

	#sub-footer {
	    margin-top: 100px;
	}

	/*=================== single-post section===================*/
	/* .widget {
	    margin-bottom: 65px;
	} */

	#single-post .journal-content .post-title{
		font-size: 20px;
		line-height: 32px;
	}


}/*End of 640px*/

@media(min-width: 641px) and (max-width: 767px){


	/*=================== journal section===================*/

	#journal {
	    padding-top: 90px;
	}
	.journal-content img{
		width: 100%;
	}

	/*=================== sub-footer section===================*/

	#sub-footer .list-inline > li {
	    padding-right: 15px;
	    padding-left: 15px;
	}

	/*=================== single-post section===================*/
	/* .widget {
	    margin-bottom: 65px;
	} */


}/*End of 767px*/

/*For sm device*/

@media(min-width: 768px) and (max-width: 991px){


	/*=================== journal section===================*/

	.journal-content .post-title {
	    font-size: 18px;
	    line-height: 30px;
	}

	/*=================== sub-footer section===================*/

	#sub-footer .list-inline > li {
	    padding-right: 0px;
	    padding-left: 0px;
	}

	/*=================== single-post section===================*/

	.widget ul li a {
	    line-height: 30px;
	}

	/*=================== single-post section===================*/
	
	.journal-head-content {
	    padding: 75px 30px;
		margin-bottom: 0;
	}

		/*================sidebar search button =====================*/
	.search-submit {
	    background: #4f74f3;
	    height: 50px;
	    width: 128px;
	    color: #fff;
	    border: 1px solid #222831;
	    margin-left: 0px;
	    border: none;
	}
	.search-field {
	    width: 220px;
	    height: 50px;
	    border: 1px solid #222831;
	    padding-left: 0px;
	}

	.search-field::placeholder{
		padding-left: 10px;
	}

	
}/*End of 991px*/

/*For md device*/

@media(min-width: 992px) and (max-width: 1024px){

	/*=================== sub-footer section===================*/

	#sub-footer .list-inline > li {
	    padding-right: 0px;
	    padding-left: 0px;
	}

	/*=================== single-post section===================*/

	.widget ul li a {
	    line-height: 30px;
	}

	/*================sidebar search button =====================*/
	.search-submit {
	    background: #4f74f3;
	    height: 50px;
	    width: 128px;
	    color: #fff;
	    border: 1px solid #222831;
	    margin-left: 0px;
	    border: none;
	}
	.search-field {
	    width: 293.33px;
	    height: 50px;
	    border: 1px solid #222831;
	    padding-left: 0px;
	}

	.search-field::placeholder{
		padding-left: 15px;
	}


	
}/*End of 1024px*/

@media(min-width: 1025px) and (max-width: 1199px){

	/*=================== sub-footer section===================*/

	#sub-footer .list-inline > li {
	    padding-right: 0px;
	    padding-left: 0px;
	}

	/*=================== single-post section===================*/

	.widget ul li a {
	    line-height: 30px;
	}

}/*End of 1199px*/

/*For dropdown menu hover without xs device*/
@media (min-width: 768px){
	li.dropdown:hover > .dropdown-menu {
	    display: block;
	}
	.caret{
		display: none;
	}
}

@media (min-width: 992px){
	.journal-head-content {
		padding: 100px;
	}

}