/*
Theme Name: Baree
Theme URI: http://bdevs.co/theme/baree
Author: bangladevs
Author URI: http://themeforest.net/user/bangladevs
Description: baree  Architecture & Interior WordPress Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: baree
Tags: sticky-post,featured-images,footer-widgets
*/

/*=======================================
	Table of Content
==========================================

** 1 -404 page
** 2 - pagination
** 3 - General style
** 4 - Gallery Style
** 5 - Menu Style
*/

/*======== 1 - 404 page ==============*/

.error-page-404 {
    margin: 100px 0px;
}
.intro-404 {
    text-align: center;
}

/*================= 2 - pagination ==========*/

.pagination .page-item .page-numbers{
    background-color: #e3e3e3;
    border: 0 none;
    color: #444;
    display: block;
    height: 40px;
    line-height: 42px;
    margin-left: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 40px;
}
.pagination .page-item a:hover,
.pagination .page-item .page-numbers.current{
    background-color: #444;
    border-color: #007bff;
    border-radius: 0;
    color: #fff;
    z-index: 1;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.bypostauthor {
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 20px;
}
.bypostauthor .bypostauthor{
	margin-top: 15px;
}
.bypostauthor .comment-content {
	border-bottom: 0;
	margin-bottom: 0;
}
.bypostauthor .comment-content p {
	margin-bottom: 0;
}
/*================== 3 - General style ===================*/
.comment-pagination .nav-next{
	text-align:right;
}
.widget-footer p,
.widget-footer ul li a,
.widget-footer ul li span,
.widget-footer .rssSummary,
.widget-footer table td,
.widget-footer table a,
.widget-footer ul li{
	color: #bdbdbd;
}
.widget-footer ul li a:hover,
.widget-footer table a:hover{
	color: #fff;
}
.widget-footer.widget_baree_subscriber_widget {
	padding-right: 25px;
}
.widget-footer input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 0 15px;
    width: 100%;
}
.widget-footer form {
	position: relative;
}
.widget-footer form button {
	background: #f7951e;
	border: 0 none;
	color: #fff;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
    width: 60px;
    transition: .3s;
}
.widget-footer form button {
    background: rgba(0, 0, 0, 0.65);
    font-size: 20px;
}
.widget-footer form button:hover {
    background: rgba(247, 149, 30, 0.788);
}
.sidebar-widget ul li a, .sidebar-widget table a, .blog-area a {
	color: #333;
}
.sidebar-widget ul li,
.widget-footer ul li{
	list-style:none;
}
.sidebar-widget ul ,
.widget-footer ul {
	margin: 0px;
	padding: 0px;
}
.blog-area > ul,
.blog-area > ol,
.blog-area ul,
.blog-area ol {
    padding-left: 20px;
}
ul{list-style: disc}
ol{list-style: decimal}
.sidebar-widget ul,
.sidebar-widget ol{
	padding-left: 0;
}
.sidebar-widget ul li a:hover,
.sidebar-widget table a:hover{
	color: #f7951e;
}

.blog-area ol > li,
.blog-area ul > li{
	padding-top:5px;
}
.blog-area .blog-meta {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
}
.blog-area .sidebar-widget ul li, .widget-footer ul li {
	margin-bottom: 12px;
	list-style: none;
}
.sidebar-widget ul ul, .widget-footer ul ul {
	padding-top: 15px;
	padding-left: 1px;
}
.widget-footer ul.menu li {
	margin-bottom: 15px;
}
.sidebar-widget ul li:last-child{
    margin-bottom: 0;
}
.sidebar-widget ul li::before {
	content: "\eaa0";
	font-family: icofont;
	top: 1px;
	left: 0;
	position: absolute
}
.sidebar-widget ul li ul li::before {
	display: none;
}
.sidebar-widget ul li ul li{
	padding-left: 0;
}
.sidebar-widget ul li ul {
	padding-left: 15px;
}
.sidebar-widget.widget_recent_comments ul li {
	padding-left: 25px;
}
.sidebar-widget.widget_baree_recent_post ul li {
	padding-left: 0px;
}
.widget-footer.widget_recent_comments ul li {
	padding-left: 25px;
	position: relative;
}
.sidebar-widget ul li {
	padding-left: 20px;
}
.widget_recent_comments ul li span.comment-author-link {
	font-weight: 700;
}
.widget_recent_comments ul li::before {
	content: "\eeeb";
	font-family: icofont;
	position: absolute;
	top: 3px;
	left: 0;
	color: #888;
}
.footer-widget select {
	height: 40px;
	width: 100%;
	padding: 0 10px;
}
.footer-widget table th {
	color: #fff;
}

.sidebar-widget .footer-widget{margin-bottom: 0;}
.widget_baree_recent_post ul li::before {
    display: none;
}
.textwidget img {
    height: 100%;
    width: 100%;
}
.textwidget p img {
    margin-top: 10px;
    margin-bottom: 10px;
}
.textwidget select,
 .widget-footer form select{
    width: 100%;
}
.sidebar-widget .tagcloud a,
.widget-footer .tagcloud a{
	font-size: 1rem !important;
    color: #666;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0 10px 15px 0;
    padding: 8px 15px;
    line-height: 100%;
}
.footer-widget .tagcloud a, .widget-footer .tagcloud a {
	font-size: 1rem !important;
	color: #ddd;
	display: inline-block;
	border: 1px solid #ddd;
	margin: 0 10px 15px 0;
	padding: 8px 15px;
	line-height: 100%;
}
.sidebar-widget .tagcloud a:hover,
.widget-footer .tagcloud a:hover {
	background: #666;
    color: #fff;
    border-color: #666;
}
.footer-widget ul.menu li ul li {
	padding-left: 12px;
}
.calendar_wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.footer-widget ul.menu > li:first-child {
	padding-left: 0px;
}
table {
	border-collapse: collapse;
}
table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 600;
}
table, th, td {
	border: 1px solid #d1d1d1;
}
th, td {
	font-weight: normal;
	text-align: left;
	border-width: 0 1px 1px 0;
}
table tbody td{
	text-align: center;
}
.col-md-2.widget-footer table td {
	padding:2px 4px;
}
table td {
    border-color: #ddd;
    padding: 12px 12px;
}
dd {
    margin: 10px 0;
}
dd + dt {
    margin-top: 20px;
}
.blog-area .sticky {
	border: 3px solid #f7951e;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 6px solid #EEEEEE;
	padding-bottom: 17px;
}
blockquote::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	margin-right: 8px;
	font-weight: 700;
	font-size: 40px;
	top: 0;
	color: #EEEEEE;
	z-index: -1;
	left: 0;
}
.aligncenter {
    display: block;
    float: none;
    margin-top: .5em;
    margin-right: auto;
    margin-bottom: .5em;
    margin-left: auto;
}
.alignleft {
    float: left;
    margin: .5em 20px .5em 0;
}

.alignnone {
    margin-top: .5em;
    margin-bottom: .5em;
    display: block;
    height: auto;
    max-width: 100%;
}

.alignright {
    float: right;
    margin: .5em 0 .5em 20px;
}

.wp-caption img {
    max-width: 100%;
    height: auto;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter,
.wp-caption.alignnone {
    margin-bottom: 1.2em;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.2em;
}

.wp-caption {
    padding-top: 4px;
    max-width: 100%;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-image: initial;
    background: none;
    text-align: center;
}
.single .page-links {
	margin-top: 50px;
	margin-bottom: 25px;
	width: 100%;
	clear: both;
}
.single .page-links a, .single .page-links > span {
	border: 2px solid #ddd;
	display: inline-block;
	min-width: 35px;
	text-align: center;
	margin-left: 2px;
	height: 33px;
	line-height: 30px;
	margin-right: 3px;
}
.single .page-links a:hover{
	border: 2px solid #f7951e;
	color: #f7951e;
}
.single .page-links > span {
	border: 2px solid #f7951e;
	color: #f7951e
}
.page-links a, .page-links > span {
	border: 2px solid #ddd;
	display: inline-block;
	min-width: 35px;
	text-align: center;
	margin-left: 2px;
	height: 33px;
	line-height: 30px;
	margin-right: 3px;
}
.page-links a:hover{
	border: 2px solid #f7951e;
	color: #f7951e;
}
.page-links > span {
	border: 2px solid #f7951e;
	color: #f7951e
}
.page-links > span.page-links-title{
	border: 0;
	color: inherit
}
.page-links {
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}
.post-password-form input[type="password"] {
	font-size: 1.2rem;
	line-height: 20px;
	padding: 9px 20px;
	border: 1px solid #ddd;
	width: 100%;
}
.post-password-form input[type="submit"] {
	background-color: #000;
	border: none;
	padding: 8px 30px;
	color: #fff;
}
.post-password-form label{width: 100%}
.format-image .wp-caption,
.single .aligncenter {
    border: none;
    background: transparent;
}
.comment-content iframe,
.comment-content embed,
.comment-content img,
.single iframe,
.blog-text iframe  {
    max-width: 100%;
}
.gallery-size-thumbnail {
	margin-bottom: 20px;
}
.blog-text h3 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.blog-text p a {
	box-shadow: 0 1px 0 0 currentColor;
	color: #f7951e;
}
.gallery-size-thumbnail figure {
	margin-top: 0;
	margin-bottom: 5px;
}
.wp-caption-text {
	padding-top: 8px;
	font-size: 14px;
}
.hamburger-menu > ul{
	margin-bottom: 0;
}
.hamburger-menu > ul ul.submenu{
	padding-left:0;
}
.project-blog{
	padding-left:0;
}
.project-blog li{
	list-style:none;
}
.service-wrapper .service-item ul{
	list-style:none;
	padding:0;
}
.hero-caption h1 {
    font-size: 60px;
    position: relative;
}
.hero-caption p {
    color: #747474;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
    padding-right: 40px;
}
.white-text p{
	color: #fefefe;
}
.intro-text.text-class > p,
.intro-text.text-class > a {
    color: #747474;
}
.widget_baree_recent_post .sidebar-post .blog-thumb-widget img{
	height:75px;
}
.widget_baree_recent_post .sidebar-post .blog-title h5 {
	margin-bottom: 5px;
}

/*==============  4 - Gallery Style =====================*/
.page-template-page-vc .timeline-wrapper  ul{
	list-style:none;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-right: 5px;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
#gallery-4 {
    margin: auto;
}
#gallery-4 .gallery-item {

    margin-top: 10px;
    text-align: center;
    width: 33%;
}
#gallery-5 {
    margin: auto;
}
#gallery-5 .gallery-item {
    margin-top: 10px;
    text-align: center;
    width: 25%;
}
#gallery-6 {
    margin: auto;
}
#gallery-6 .gallery-item {
    margin-top: 10px;
    text-align: center;
    width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-item .gallery-icon img {
	height: auto;
	max-width: 100%;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/*======== 5 - Menu Style ==============*/
.footer ul.menu,
.project-details .hero-caption ul{
	list-style:none;
	padding:0;
	margin:0;
}
.footer ul.menu > li {
    margin-bottom: 12px;
}
.footer a {
    color: #bdbdbd;
    font-size: 14px;
}
.footer  a:hover {
    color: #fff;
}
@media (max-width: 767px) {
	.area-title > h1 {
		font-size:60px;
	}
}


.baree-boxed {
	padding: 0 120px !important;
}

.form-area form {
	-ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.intro-form [type="submit"] {
	width: auto;
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	height: 55px;
	padding: 0 50px;
}

.vc-inner-no-padding .vc_column-inner {padding-top: 0 !important;}

.timeline-wrapper {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.sidebar-link ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.sidebar-link ul li:last-child {
	border-bottom: 0;
}
.sidebar-link h3 {
	margin-bottom: 25px;
	position: relative;
	border-bottom: 2px solid #666;
	padding-bottom: 20px;
}

.author-meta {
	padding: 30px;
	background: #fff;
	margin-bottom: 30px;
}
.avatar.img-circle {
	border-radius: 50%;
	width: 130px;
	height: 130px;
}
.author-meta .media-body {
    padding-left: 18px;
}
.media-heading a {
	color: #333;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 8px;
	display: inline-block;
}

.author-meta .media-body p {
    margin-bottom: 10px;
}
.single-post .blog-wrapper {
	margin-bottom: 30px;
}
#reply-title {
	font-size: 26px;
}
.post-tag-category span {
	margin-right: 3px;
}
.blog-area .blog-meta {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 18px;
}
.post-tag-category{
	width: 100%;
	clear: both;
}
.post-tag-category a {
	font-size: 12px;
	color: #666;
	padding: 1px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	border-radius: 3px;
	margin-right: 2px;
	margin-top: 3px;
}
.post-tag-category a:hover {
	color: #222;
	border-color: #f7951e;
	background: #f7951e;
}
.author-meta .social a {
    color: #666;
    font-size: 14px;
    margin-right: 15px;
}
.author-meta .social a:hover {
    color: #f7951e ;
}
.blog-text > ul{
    margin-bottom: 20px;
}

.sidebar-widget select {
	width: 100%;
	height: 44px;
	padding: 0 10px;
}
.rssSummary {
	line-height: 26px;
}


.comments-input-name,.comments-input-email{display: inline-block;
width: calc(50% - 17px);}
.comments-input-name{margin-right: 15px}
.comments-input-email{margin-left: 15px}
.footer-icon a {
	color: #bdbdbd;
	margin-right: 20px;
}
.textwidget p {
	margin: 0;
}

/* search page */
.search-box {
	background: #fff;
	padding: 40px;
}
.search-box .error-page-404 {
	margin: 0;
}
.search-box form {
	width: 400px;
	margin: auto;
	position: relative;
}
.search-box form input {
	border: 1px solid #ddd;
	width: 100%;
	padding: 0 15px;
	height: 50px;
}
.search-box form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border: 0;
	background: #222;
	color: #fff;
	padding: 0 15px;
	transition: .3s;
}
.search-box form button:hover {
	background: #f7951e;
	color: #222;
}
.search-box .blog-wrapper {
	border-bottom: 1px solid #ddd;
}
table {
	margin-bottom: 25px;
}

/* pre loader */
#loading{
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
}
#object{
	width: 80px;
	height: 80px;
	background-color: #FBBA42;
	-webkit-animation: animate 1s infinite ease-in-out;
	animation: animate 1s infinite ease-in-out;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
@-webkit-keyframes animate {
  0% { -webkit-transform: perspective(160px); }
  50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
  100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}

@keyframes animate {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  } 50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
  } 100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}