/*---------------------------------------------------------------

  Project Name: iBlogger HTML Template
  File Name: style.css
  Author: ThemeRally
  Author URI: https://www.themerally.com
  Version: 1.0.0

------------------------------------------------------------------*/
/*----------------------------------------------------------------

// Table of contents //

        Body
    0.  Common Section
    1.  Back-top Section
    2.	Breadcrumb Section
    3.  Header Section
    4. 	Navigation Section
    5. Footer section
    6. Post section
    7. Blog section
    8. Blog-details Section

------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

/*==================== commen section ====================*/
h1, h2, h3, h4, h5, h6{
	font-weight: 600;
}

p{
	font-size: 16px;
	text-align: left;
	line-height: 28px;
	color: #444444;
}

a, 
a:focus{
	color: #333;
	text-decoration: none;
	outline: 0 !important;
}

a:hover{
	text-decoration: none;
	outline: 0 !important;
}

.custom-btn .btn{
	background: #D93341;
	color: #fff;
	border: 1px solid #D93341;
	-webkit-transition: all.3s ease-in;
	-moz-transition: all.3s ease-in;
	-ms-transition: all.3s ease-in;
	-o-transition: all.3s ease-in;
	transition: all.3s ease-in;
	padding: 15px 35px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.custom-btn .btn:hover{
	background: #3C4959;
	border-color: #3C4959;
	color: #fff;
}

.form-control::-moz-placeholder{
	color: #9d9b9b;
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
}

.form-control::-ms-input-placeholder{
	color: #9d9b9b;
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
}

.form-control::-webkit-input-placeholder{
	color: #9d9b9b;
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
}

/*==================== preloader section ====================*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: none repeat scroll 0 0 #ffffff;
}

.spinner {
	border: 1px solid transparent;
	border-radius: 5px;
	position: relative;
}

.spinner:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 2px solid #fff;
	border-top-color: #D93341;
	border-bottom-color: #D93341;
	animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
	to {transform: rotate(360deg);}
}

@keyframes spinner {
	to {transform: rotate(360deg);}
}

/*==================== back-top section ====================*/
.material-scrolltop{
    bottom: 45px;
    right: 30px;
    background-color: #D93341;
}

.material-scrolltop:hover{
    background-color: #354459;
}

/*==================== breadcrumb section ====================*/
#breadcrumb{
 	padding: 30px 0px 10px;
 	/* background-color: #EBEBEB; */
	 background-color: lavender;
}

.breadcrumb{
 	background-color: transparent;
}

.breadcrumb{
 	font-size: 20px;
}

.breadcrumb li a{
 	color: #333;
}

.breadcrumb > .active{
 	color: #D93240;
}

.breadcrumb > li + li::before{
 	color: #333;
}

/*==================== header section ====================*/
#head{
	margin-bottom: 10px;
}

#head .logo{
	margin-top: 20px;
}

#head .ads{
	max-width: 728px;
	max-height: 90px;
	margin: 25px auto 10px;
}

/*==================== navigation section ====================*/
#menu{
 	z-index: 9999;
}

.navbar-default{
    background-color: #354459;
    border: none;
}

div#bs-example-navbar-collapse-1 {
    padding: 0;
}

.nav >li > a{
    padding: 20px 20px;
    font-size: 18px;
}

.navbar{
    border-radius: 0px;
}

.navbar-default .navbar-nav > .active> a, 
.navbar-default .navbar-nav > .active> a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav >li > a:hover,
.menu-area .nav .open > a, 
.menu-area .nav .open > a:hover, 
.menu-area .nav .open > a:focus,
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover{
    color: #fff;
    background-color: #D93341;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;    
}

.navbar-default .navbar-nav > li > a{
    color: #fff;
    text-align: center;
}

.dropdown-menu{
	font-size: 18px;
	background-color: #354459;
	border-radius: 0px;
	padding: 0px 0px;
	text-align: center;
}

.dropdown-menu > li > a{
	padding: 10px 20px;
	border-top: 1px solid #a9a9a9;
	color: #fff;
}

.dropdown-menu > li:first-child a{
 	border-top: none;
}

/*search area*/
.search{
	margin-top: 0px;
	position: relative;
	top: 9px;
}

.search .form-control{
	background-color: transparent;
	height: 42px;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #fff;	
}

.search .form-control:focus, 
.subscribe-form .form-control:focus,
.subscribe .form-control:focus{
	border-color: #D93341;
	outline: 0px none;
	box-shadow: none;
}

.search .search-btn{
	position: absolute;
	top: 28%;
	background: transparent;
	border: none;
	right: 4%;
	padding: 0px 2px;
	outline: 0 !important;
	color: #fff;
}

.search .search-btn:focus, 
.search .search-btn:active{
	box-shadow: none;
	background-color: transparent;
}

.search .search-btn:hover{
	background-color: transparent;
	border-color: transparent;
}

.search .form-control::-moz-placeholder{
	color: #fff;
}

.search .form-control::-ms-input-placeholder{
	color: #fff;
}

.search .form-control::-webkit-input-placeholder{
	color: #fff;
}




.thumbnail{
    padding: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
}

.post-img{
	text-decoration: none;
	overflow: hidden;
	display: block;
}


/*==================== footer section ====================*/
.footer-top{
	background-color: #4D6684;
	padding: 50px 0px;
	color: #fff;
}

.footer-content p{
	color: #fff;
}

.footer-text p{
	margin-top: 20px;
}

.footer-head h3{
	font-size: 24px;
	margin-bottom: 30px;
}

.list-group-item{
    padding: 5px 0px;
    background-color: transparent;
    border: none;
    font-size: 20px;
}

.footer-content .list-group-item a{
	color: #fff;
}

.footer-content .list-group-item a i,
.post-content .list-group-item a i{
	margin-right: 5px;
}

.footer-content .list-group-item a:hover{
	color: #D93341;
}

.footer-menu .list-inline h4, 
.footer-menu .list-inline h4 a{
	font-size: 16px;
	color: #fff;
	margin: 40px 8px 0px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;	
}

.footer-menu .list-inline h4 a:hover{
	color: #D93240;
}

/*footer-end*/
.footer-end{
	background-color: #354459;
	padding: 15px 0px 5px;
	color: #fff;
}

.footer-end-text p{
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.footer-end-text p a{
	color: #D93240;
	font-weight: 600;
}

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

.post-content h2{
	font-size: 28px;
	color: #d93947;
}

.post-content p{
	margin-top: 25px;
}

.post-content .list-group{
	margin-top: 30px;
	margin-left: 30px;
}

.post-content .list-group-item{
    font-size: 18px;
    font-weight: 600;
}

.post-content .list-group-item a{
	color: #D93341;
}

.post-content .list-group-item a:hover{
	color: #354459;
}

/*====================blog section ====================*/
#blog{
	padding: 80px 0px;
}

.blog-content article {
    background: lavender;
    padding: 20px;
    border-radius: 7px;
	margin-bottom: 30px;
	text-align-last: left;
}

.blog-content .thumbnail a img{
	border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-ms-border-radius: 7px 7px 0 0;
	-o-border-radius: 7px 7px 0 0;
}

.blog-content ul li,.blog-content ol li{
	margin-left: 0px;
	text-align: left;
	line-height: 1.9em;
	font-size: 16px;
}
/* .blog-content h1,h2,h3,h4,h5,h6{
	text-align: left;
	padding-left: 10px;
} */

.blog-text h2{
	font-size: 25px;
	margin-bottom: 20px;
	margin-top: 15px;
	text-align: center;
	padding-left: 0px;
}

.blog-list ul{
	margin-top: 10px;
	margin-left: -2px;
}

.blog-list li{
	color: #354459;
	font-size: 15px;
}

.blog-list li i{
	margin-right: 10px;
	color: #D93341;
}

.horizontal-line{
	background-color: #ddd;
	height: 1px;
	width: 52%;
	margin: 0 auto;
}

.blog-text p{
	margin-top: 10px;
}

.blog-text .custom-btn .btn{
	padding: 12px 25px;
	font-size: 14px;
	margin-top: 20px;
}

.blog-content .thumbnail:hover .caption .blog-text a h2{
	color: #D93341;
}

/* pagination */
.pagination{
	/* padding-top: 30px; */
}

.blog-content .pagination .list-inline > li{
	margin-left: -5px;
}

.pagination a{
	display: inline-block;
	color: #333;
	background-color: transparent;
	border: 1px solid #333;
	padding: 8px 16px;
	font-weight: 600 !important;
	font-size: 15px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
	margin: 0 5px;
}

.pagination .nav-links a:hover,
.pagination .active a{
	background-color: #D93341;
	color: #fff;
	border: 1px solid #D93341;
}

.pagination .active a{
	color: #fff;
	cursor: default;
}

/* sidebar */
/* Widget Common style */
.widget-area .widget_search .wp-block-search__inside-wrapper,
.widget-area .widget_archive,
.widget-area .widget_recent_entries,
.widget-area  .widget_categories,
.widget-area  .widget_meta ul,
.widget-area .wp-block-rss,
.widget-area  .wp-block-page-list,
.widget-area  .wp-block-tag-cloud,
.widget-area  .menu-footer-menu-container ul,
.widget-area  .menu-header-menu-container ul,
.widget-area  .wp-block-latest-comments,
.widget-area  .wp-block-social-links,
.widget-area  .wp-block-calendar{
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 7px;
	background-color: lavender;
}

/* Widget Heading h2,h3,h4 label */
.footer-top h2,
.footer-top h3,
.footer-top h4,
.widget_search label,
.footer-content label,
.sidebar-post h4,
.sidebar-post h3,
.sidebar-post h2{
	color: #354459;
	font-size: 20px;
	position: relative;
	font-weight: 600;
	margin: 0 0 20px;
	text-align: left;
	text-transform: capitalize;
}

.footer-content label,
.footer-top h2,
.footer-top h3,
.footer-top h4{
	color: #ffffff;
	margin-top: 15px;
}

.footer-top h2::before,
.footer-top h3::before,
.footer-top h4::before,
.widget_search label::before,
.footer-content label::before,
.sidebar-post h2::before,
.sidebar-post h3::before,
.sidebar-post h4::before{
	content: '';
	position: absolute;
	height: 1px;
	width: 25px;
	background-color: #D93341;
	left: 0px;
	top: calc(100% + 5px);
}

.footer-top h2::after,
.footer-top h3::after,
.footer-top h4::after,
.widget_search label::after,
.footer-content label::after,
.sidebar-post h2::after,
.sidebar-post h3::after,
.sidebar-post h4::after{
	content: '';
	position: absolute;
	height: 1px;
	width: 25px;
	background-color: #3C4959;
	left: 25px;
	top: calc(100% + 5px);
}

.footer-content label::after,
.footer-top h2::after,
.footer-top h3::after,
.footer-top h4::after{
	background-color: #ffffff;
}

/* Widget Search */
.widget_search label{
	text-align: left;
}

.footer-content input,
.widget_search input{
	height: 40px;
	padding: 0 15px;
	border : none !important;
}

.footer-content input{
	color: #3C4959;
}

.footer-content button,
.widget_search button{
	border: none !important;
	background-color: #4D6684 !important;
	color: #fff !important;
	font-weight: 600;
	transition: .3s;
}

.footer-content button{
	background-color: #ffffff !important;
	color: #3C4959 !important;
}

.footer-content button:hover{
	color: #ffffff !important;
}

.footer-content button:hover,
.widget_search button:hover{
	background-color: #D93341 !important;
}

.footer-content input:focus,
.widget_search input:focus{
	outline: 0;
}

/* Widget Tags */
.wp-block-tag-cloud a{
	font-size: 16px !important;
	font-weight: 600;
	color: #3C4959;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	border-bottom: 1px solid transparent;
}

.wp-block-tag-cloud a:hover{
	color: #D93341 !important;
	border-bottom: 1px solid #D93341;
}

/* Widget Comment */
footer.wp-block-latest-comments__comment-meta {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

time.wp-block-latest-comments__comment-date {
    margin-top: 5px;
    color: #D93341;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 13px;
}

.footer-content  time.wp-block-latest-comments__comment-date {
    color: #ffffff !important;
}

.footer-content .wp-block-latest-comments__comment-meta a{
	color: #ffffff !important;
	text-decoration: underline;
}

.footer-content .wp-block-latest-comments__comment-excerpt p {
    color: #ffffff;
}

/*  */
.subscribe .form-control{
	height: 40px;
}

.subscribe .custom-btn .btn{
	padding: 12px 18px;
	font-size: 14px;
	margin-top: 20px;
}

/* Widget Social follow*/
.wp-block-social-links li{
	background-color: none !important;
}

.wp-block-social-links li:hover{
	transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
}

.wp-block-social-links li a{
	display: inline-block;
	width: 36px;
	height: 36px;
	font-size: 18px;
	background-color: #354459;
	border-radius: 50%;
	text-align: center;
	/* box-shadow: 0 2px 10px rgb(0 0 0 / 24%) !important; */
	line-height: 32px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.wp-block-social-links li a:hover{
	background-color: #D93341;
}

/*  */
.sidebar-post .social-icon{
	margin-top: 50px;
}

.sidebar-post .social-icon .list-inline{
	margin-left: 0px;
}

.sidebar-post .social-icon .list-inline .social{
    margin: 0px 5px;
    border-radius: 5px;
    padding: 8px;
}

.sidebar-post .social-icon .list-inline .social i{
	width: 30px;
    height: 30px;
    font-size: 20px;
}

.sidebar-post .social-icon .list-inline .social1 i{
	padding-left: 0px;
	padding-top: 4px;
}
 
.sidebar-post .social-icon .list-inline .social3 i, 
.sidebar-post .social-icon .list-inline .social4 i,
.sidebar-post .social-icon .list-inline .social5 i{
	padding-left: 5px;
	padding-top: 4px;
}

.sidebar-post .social-icon .list-inline .social2 i{
	padding-left: 4px;
	padding-top: 4px;
}

/* sidebar-features */
.sidebar-post .features-item{
	width: 160px;
	height: 160px;
	border: 1px solid #444;
	background: transparent;
	margin-top: 30px;
	margin-bottom: 0px;
}

.sidebar-post .features-item i{
    font-size: 60px;
    padding-top: 18px;
}

.sidebar-post .features-item h3{
    font-size: 16px;
}

.sidebar-post .features-item:hover{
	background-color: #D83645;
	border-color: #D83645;
}

/* sidebar-article */
.sidebar-article .thumbnail{
	margin-top: 30px;
	margin-bottom: 0px;
}

.sidebar-article .thumbnail .caption h3,
.sidebar-article .thumbnail .caption h3 a{
	font-size: 20px;
	margin-top: 5px;
}

.sidebar-article .thumbnail:hover .caption h3 a,
.sidebar-article .sidebar-article-caption h4 a:hover{
	color: #D83645;
}


/*==================== blog-details section ====================*/
.blog-sidebar{
	margin-top: 100px;
}

.sidebar-post1{
	padding-bottom: 90px;
}

.blog-single-text p{
	font-size: 18px;
}

.blog-text-highlights p{
	font-size: 20px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding: 10px 0px;
}

.blog-text-highlights p:before{
	position: absolute;
	content: '\f10d';
	font-family: 'FontAwesome';
	top: 2px;
	font-size: 24px;
	left: -6%;
}

.blog-text-highlights p:after{
	position: absolute;
	content: '\f10e';
	font-family: 'FontAwesome';
	bottom: 2px;
	right: -6%;
	font-size: 24px;
}


.author-information{
	margin-top: 60px;
	margin-bottom: 40px;
	background-color: lavender;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.author-content img{
	width: 100%;
	object-fit: contain;
}

.author-information .author-desc{
	font-size: 15px !important;
	line-height: 25px;
	padding-right: 15px;
}

.author-content h4{
	font-size: 16px;
	margin-bottom: 5px;
}

.author-content p{
	font-size: 12px;
}

.author-content p a,
.author-list li i:hover{
	color: #D83645;
}

.blog-comment,
.blog-submit{
	padding: 50px 0px;
}

.blog-submit{
	background-color: lavender;
	padding: 20px;
	margin-top: 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.blog-submit h3,
#comment h3{
	font-size: 22px;
	margin-bottom: 30px;
	margin-left: 15px;
	position: relative;
}

.blog-submit h3::before,
#comment h3::before{
	content: '';
	position: absolute;
	height: 1px;
	width: 25px;
	background-color: #D93341;
	left: 0px;
	top: calc(100% + 5px);
}

.blog-submit h3::after,
#comment h3::after{
	content: '';
	position: absolute;
	height: 1px;
	width: 25px;
	background-color: #3C4959;
	left: 25px;
	top: calc(100% + 5px);
}



.sidebar-article-caption{
	margin-top: 30px;
}

.sidebar-article-caption h4{
	font-size: 18px;
	margin-top: 0px;
	text-align: left;
}

.no-padding-left{
	padding-left: 0px;
}

.sidebar-article-caption p{
	font-size: 13px;
}

p.sidebar-date{
	font-size: 12px;
}


/* blog-comment */
.comment-list{
	margin-top: -25px;
	font-size: 12px;
}

.blog-comment-text{
	padding-top: 5px;
	padding-bottom: 45px;
	padding-left: 5px;
	margin-top: 45px;
}

.comment-img{
	height: 120px;
	width: 120px;
	border-radius: 100%;
}

.blog-comment .media-body h4{
 	font-size: 13px;
}

.blog-comment .media-body{
 	padding-left: 10px;
}

.blog-comment img{
	height: 100px;
	width: 100px;
}

.comment-list .btn, 
.comment-list .btn:focus{
	margin-top: -2px;
	border-radius: 0px;
	padding: 3px 10px;
	font-size: 10px;
	background-color: #D83645;
	color: #fff;
}

.media{
	border-top: 1px solid #d0d0d0;
	padding-top: 20px;
}

/* blog-submit */
.blog-submit .form-control,
.review-submit .form-control{
	margin-bottom: 15px;
	border: 1px solid #3c49597c !important;
	border-radius: 0px;
	box-shadow: none;
	height: 40px;
	background: transparent;
}

.blog-submit .form-control:focus,
.review-submit .form-control:focus{
	border: 1px solid #D83645;
	border-radius: 0px;
	box-shadow: none;
}

.blog-submit .custom-btn .btn, 
.blog-submit .custom-btn .btn:focus,
.review-submit .custom-btn .btn, 
.review-submit .custom-btn .btn:focus{
	margin-top: 15px;
	padding: 10px 20px;
}

.blog-submit textarea.form-control,
.review-submit textarea.form-control{
    height: 180px;
}

/*========================= contact section =========================*/
#contact-form{
	padding: 100px 0px;
}

.contact-us-area .form-control{
    background: transparent;
    margin-bottom: 25px;
    border: 1px solid #333;
    border-radius: 0px;
    box-shadow: none;
    height: 45px;
    color: #333;
}

.contact-us-area .form-control:focus{
	border-color: #D83645;
}

.contact-us-area textarea.form-control{
    height: 150px;
}

