/* Widget Css */
.widget {
    margin-bottom: 40px;
    overflow: hidden;
    text-align: left;
    border-radius:10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 35px 40px 35px;
    background:#edf0fe;
}
.widget-title{
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 0;
}
.blog-left-side > div {
	margin-bottom: 30px;
}
.blog-left-side > div:last-child {
    margin-bottom: 0px;
}
.blog-left-side h2 {
    margin-bottom: 10px;
    font-size: 30px;
    margin: 0 0 15px;
    font-weight: 700;
}
.blog-left-side a{
	color:#686868;
}
.blog-left-side .content {
    padding: 0;
}
.blog-left-side .push-bottom-large {
    margin-bottom: 0;
}
.blog-left-side > div:last-child {
    margin-bottom: 0px;
}
.blog-left-side > aside:last-child {
    margin-bottom: 0px !important;
}
.blog-left-side .sub-menu li a:hover,
.blog-left-side .nav .children li a:hover {
    background: transparent;
    color: var(--secondary-color) ;
}

/* Instagram */
.sb_instagram_header {
	display: none;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	background: #062a4d;
	border-radius: 0;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
	background: var(--secondary-color);
}
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
	outline: 0;
	box-shadow: inset 0 0 10px 20px var(--secondary-color);
}

/* Widget Search */
.search {
	position: relative;
}
.wp-block-search__input {
    padding: 12px;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    border: 1px solid #ddd;
    text-decoration: unset!important;
    background: #fff;
    outline: 0;
}
.wp-block-search__button {
    margin-left: .625em;
    word-break: normal;
    background: var(--secondary-color);
    color: #fff;
    font-weight: 500;
    border:5px;
}
.search input {
    background: #fff none repeat scroll 0 0;
    height: 54px;
    position: relative;
    width: 100%;
    border: 1px solid #ced4da;
    color: #686868;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: 0;
}
.search input[type="text"] {} .search input::-ms-input-placeholder,
.search input::-webkit-placeholder,
.search input::-moz-placeholder {
    color: #858585;
    font-size: 14px;
}

.search button {
    background: var(--ao-primary);
    border-radius: 8px;
    color: #fff;
    border: 1px solid var(--ao-primary);
    padding: 15px 25px;
    margin-left: 10px;
}
.search button i {
    color: var(--secondary-color);
}
.search input[type="text"] {
  padding-left: 10px;
}

/* widget list */
.blog-left-side .widget h4 {
    display: block;
    margin-bottom: 20px;
}
.blog-left-side .widget h4.widget-title {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.blog-left-side .widget ul {
	list-style: none;
    width: 100%;
    margin:0px;
}
.blog-left-side .widget ul li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 6px 0;
    position: relative;
}
.blog-left-side .widget ul.children {
    margin-top: 5px;
    padding-left: 10px;
}
.blog-left-side .widget ul li {
	position: relative;
	border-bottom:1px solid rgba(0, 0, 0, 0.17);
}
.blog-left-side .widget ul ul {
    padding-left: 10px;
    margin-top: 10px;
}
.blog-left-side .widget ul li:last-child {
	margin-bottom: 0;
	border: 0;
    padding-bottom: 0;
}
.blog-left-side .widget ul li a {
    color: #686868;
    font-weight:500;
}
.blog-left-side .widget ul li a:hover{
	color: var(--secondary-color);
}
.widget ul.children{
	margin-top:5px;
	padding-left:10px;
}
.blog-left-side .cat-item a {
    display: inline-block;
}
.blog-left-side .cat-item {
    display: block;
    border-radius: 6px;
    margin: 5px  0;
}

/* widget select */
.blog-left-side .widget select {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 13px;
    outline: 0;
}
.widget .screen-reader-text {
    display: none;
}
.textwidget select{
	width:100%;
}
/* Widgets Calander css */
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
}
#wp-calendar {
  font-size: 13px;
}
#wp-calendar {
    border: 0px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
	color:#333333;
}
table#wp-calendar td {
  border: 1px solid #e5e5e5;
  color: #444444;
   padding: 5px 6px;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}
#wp-calendar th, #wp-calendar td {
  padding: 8px;
}
table#wp-calendar th {
  border: 1px solid #e5e5e5;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 6px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
table#wp-calendar td#today {
    color: #fff;
    background-color: #af9556;
}
table#wp-calendar td#today a{
	color:#fff;
}
/* Widgets tags */
.tagcloud a {
    color: #686868;
    display: inline-block;
    font-size: 15px !important;
    margin: 0 0px 12px 0;
    padding: 3px 9px;
    text-align: center;
    text-transform: capitalize;
    border: none;
    line-height: 1.4;
    border: 1px solid #ddd;
}
.widget_categories ul li:hover:before,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.r-post-content h3:hover,
.r-post-content h3 a:hover {
    color: var(--secondary-color);
}
.tagcloud a:hover {
    border-color: var(--secondary-color);
}
.wp-block-archives select {
	height: 40px;
	width: 200px;
	border: 1px solid #ddd;
	padding: 0 10px;
    margin:5px 0px;
}
.single-blog-content .wp-block-latest-comments{padding-left: 0}
.recent-post-text span i {
	color: #f8f9fe;
	margin-right: 5px;
	font-size: 14px;
}
.blog-left-side .widget.widget_text .wp-caption {
	margin-bottom: 0px;
}
/* Footer Widgets */ 
.footer-middle .widget {
    margin-bottom: 30px;
    box-shadow: none;
    padding: 0;
    background: transparent;
}
.footer-middle .widget p {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}
/* .footer-middle {
    padding: 50px 0 34px !important;
} */
.footer-bottom {
    border-top: 1px solid transparent !important;
}
.footer-middle .widget ul li {
    display: block;
    margin-bottom: 0 !important;
    padding: 5px 0 !important;
}
/* Recent Post */
.recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 27px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
    padding-bottom: 2px;
}
.recent-post-image {
    float: left;
    overflow: hidden;
    margin-right: 15px;
    height: 80px;
    width: 80px;
}
.recent-post-image img {
    border-radius: 4px;
}
.recent-post-image a {
	display: inline-block;
    margin-top: 0;
}

.recent-post-text h4 {
    overflow: hidden;
    margin: 0;
}
.blog-left-side .widget .recent-post-text h4 {
	margin-bottom: 0px;
	margin-top: -5px;
	line-height: 18px;
}
.recent-post-text h4 a {
	color: #686868;
	font-size: 1rem;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-weight: 400;
}
.recent-post-text h4 a:hover {
	color: var(--secondary-color);
}
.recent-post-item:last-child{
	border-bottom:0;
	padding-bottom:0;
	margin-bottom: 0;
}
.recent-post-text .rcomment i {
	margin-right: 5px;
}
.recent-post-text .rcomment {
	text-transform: capitalize;
	font-size: 13px;
	color: #9e9e9e;
}

.widget .mc4wp-form-fields .solid-btn {
	width: 38%;
}
.widget .mc4wp-form-fields {
	position: relative;
	width: 100%;
	margin: auto;
}
.resent-post .recent-post-text h4 a {
    color: #fff;
    font-family: 'Fira Sans';
    font-weight: 500;
    transition: .5s;
    line-height: 24px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
}

/*start footer section*/

.footer-middle table#wp-calendar th {
	border: 1px solid #fff;
	color: #fff;
}
.footer-middle table#wp-calendar td {
	border: 1px solid #e5e5e5;
	color: #fff;
}
.footer-middle #wp-calendar caption {
	font-size: 15px;
	color: #fff;
}
.footer-middle .wp-calendar-nav-prev a {
	color: #fff;
}
.footer-bottom-content-copy {
    text-align: right;
}
.footer-bottom-content-copy p {
    color: #FFf;
    margin: 0;
}
.footer-bottom-content-copy span {
    color: #e9ba04;
}
.blog-left-side .widget .rpwwt-widget ul li a {
    color: #232323;
    font-weight: 500;
    color: #101010;
    text-decoration:none;
    transition:.3s;
}
.blog-left-side .widget .rpwwt-widget ul li a:hover{
    color:var(--secondary-color);
}
.blog-social-tags a { margin-bottom:15px; }
.category-content h4 { margin: 0; word-break: break-word; }
.cursor-scale { word-break: break-word; }


.page-list-single {
    clear: both;
  }

  a.evenly-fallback-menu  { border: 1px solid #ddd; color: #ddd; padding: 8px 25px; border-radius: 5px; display: inline-flex; font-size: 16px; }
  a:hover.evenly-fallback-menu { border: 1px solid #0495ff; color: #0495ff;  }


  #wp-block-categories-1 {
    appearance: button-arrow-down;
    border:1px solid #ddd;
    border-radius:5px;
    margin:10px 0px;
  }
  select {
      appearance: button-arrow-down;
      border:1px solid #ddd;
      border-radius:5px;
  }
  

  .search-error { padding: 30px; border: 1px solid #4461ef; border-radius: 15px; background: #edf0fe; }
  .search-error input[type="text"] { border: 1px solid #ddd; border-radius: 10px; width: 100%; padding: 19px 15px; height: 60px; }

  .widget.widget_block .wp-block-heading{ padding: 0px 0 14px; margin-bottom: 30px; position: relative; z-index: 1; display: inline-block;  font-size: 24px;  color: #041c33; font-weight: 600; }
  .widget.widget_block .wp-block-heading:before { position: absolute; content: ""; left: 0; bottom: 0; width: 30px; height: 2px; background: #0c5adb; transition: 0.5s; }
  .widget.widget_block .wp-block-heading:hover:before { width: 100%; }

  .widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li { margin-bottom: 15px; }
  .widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li a {  }
  .widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li:last-child { margin-bottom:0px; }
  .widget.widget_block .wp-block-latest-comments { padding: 0px; }
  .widget.widget_block .wp-block-tag-cloud a { display: inline-block; font-size: 14px !important; color: #041c33; padding: 5px 10px;  background: rgba(0, 0, 0, 0.06); border-radius: 5px; margin-bottom: 10px; margin-right: 7px;  margin-left: 0px; font-weight: 600; }
  .widget.widget_block .wp-block-tag-cloud a:hover { background:var(--ao-primary) ; color: #fff; }

  .blog-left-side .wp-block-categories-list li.cat-item  a { font-weight: 500; }
  .blog-left-side .wp-block-categories-list li.cat-item  { position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.17); display: flex;   justify-content: space-between; border-radius: 0; color: #222; font-weight: 500; } 

  .blog-left-side .wp-block-archives-list li  a { font-weight: 500; }
  .blog-left-side .wp-block-archives-list li  { position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.17); display: flex;   justify-content: space-between; border-radius: 0; color: #222; font-weight: 500; }
  

.wp-block-search__button-outside .wp-block-search__label { display:none; }

.blog-left-side .wp-block-latest-comments li  a { font-weight: 500;  } 
.blog-left-side .wp-block-latest-comments li  { position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.17);  border-radius: 0; color: #222; font-weight: 500; margin-bottom: 15px; padding:6px 0px ;}
.blog-left-side .wp-block-latest-comments li .wp-block-latest-comments__comment-date { display: block; color: #222; }
.blog-left-side .wp-block-latest-comments li:last-child  { border-bottom:none; }



 


