/*
Theme Name: myfavoritecorner
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: myfavoritecorner brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.3
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
.pd-0{
	padding:0;
}
.md-0{
	margin:0;
}
#main-banner .banner-section .banner-text h1 a{
	color: #333;
}
.recent-post-tags a{
	text-transform:uppercase;
}
.banner-slider .banner-text h5 span:last-child::after, .recent-post-tags a:last-child::after, .recent-side-tag  a:last-child::after, .recom-articles-detail .article-info ul li:last-child::after, .popular-post-tags  a:last-child::after, #inner-main-banner .main-heading h5 span  a:last-child::after{
  content: "";
} 
.banner-slider .banner-text h5 span::after, .recent-post-tags a::after, .recent-side-tag a::after, .recom-articles-detail .article-info ul li::after , .popular-post-tags a::after , #inner-main-banner .main-heading h5 span  a::after {
  content: ", ";
}
#featured-post-section .featured-box-section .featured-box .featured-box-text .featured-tags a:last-child::after{
  content: "";
} 
#featured-post-section .featured-box-section .featured-box .featured-box-text .featured-tags a::after {
  content: " | ";
}
.double-featured {
	
}
#footer-copyright #custom_html-5  p a{
	color:#ffffff;
}
#section-div  .blog-share-section .blog-like .has-count{
	margin-bottom: 1rem;
	background-color: transparent;
    border: none;
}
#section-div   .blog-share-section .blog-like .has-count.active{
	background-color: transparent;
    border: none;
}
#section-div   .blog-share-section .blog-like  .has-count i.fa-heart {
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-size: 20px;
	margin-bottom: 10px;
}
#section-div   .blog-share-section .blog-like  .has-count span.simplefavorite-button-count {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    border: 0;
    padding-left: 10px;
}
#section-div  .blog-info .has-count{
	display:none;
}
#section-div .blog-info .blog-tags ul li a{
	line-height: 40px;
}
.blog-next-prev-section a{
	color: #000;
}
.blog-next-prev-section  a:hover{
	color: #90BAB5 !important;
}
#section-div .search-main-heading {
    margin: 20px 0 30px 0;
	font-family: 'EB Garamond', serif;
    font-size: 26px;
    font-weight: 500;
}
#section-div .search-main-heading h1 span {
    color: #90BAB5;
}
#section-div  .main-cat-page{
	text-align:center;
}
#section-div  .main-cat-page .search-main-heading {
    margin: 20px 0 20px 0;
	font-family: 'EB Garamond', serif;
    font-size: 26px;
    font-weight: 500;
}
#section-div  .main-cat-page .main-cat-desc {
    margin: 0px 0 30px 0;
	font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
#main-menu .navbar .navbar-nav .bold-menu a{
	font-weight:bold;
	color:#de0877;
}
.site-branding .custom-logo{
	width:300px;
}
#mySidenav ul{
	margin:0;
	padding:0;
}
#mySidenav ul li{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: block;
    transition: 0.3s;
	list-style:none;
}
#mySidenav ul li a{
	color: #121212;
	border-bottom: 1px solid #D9D9D9 !important;
    text-decoration: none;
}
#mySidenav ul li a:hover{
	color: #90BAB5;
}
#mySidenav ul li.side-cat-div a:after{
   font-family: "FontAwesome";
    content: "\f078";
    display: inline-block;
    padding-left: 14px;
    vertical-align: middle;
    font-weight: 900;
    width: 1.3em;
    font-size: 14px;
    margin-top: 2px;
}
#mySidenav ul li ul.sub-menu{
	border-bottom: 1px solid #D9D9D9;
	display:none;
}
#mySidenav ul li ul.sub-menu li{
	padding:5px 10px 5px 20px;
}
#mySidenav ul li ul.sub-menu li a{
	color: #90BAB5 !important;
    border-bottom: 0 !important;
    padding: 10px 8px 10px 32px !important;
}
#mySidenav ul li ul.sub-menu li a:before{
   font-family: "FontAwesome";
    content: "\f10c";
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
    font-weight: 900;
    width: 1.3em;
    font-size: 10px;
    margin-top: -2px;
}
#mySidenav ul li ul.sub-menu li:hover a::before {
	content: "\f192";
}

#mySidenav ul li ul.sub-menu li a:after{
	content: "";
    margin: 0;
    padding: 0;
    width: 0;
    font-size: 0;
}
#mySidenav ul li ul.sub-menu li a:hover{
	color: #121212 !important;
}
#category-section .slick-initialized .slick-slide{
	display: block;
    text-align: center;
}
#category-section .category-circle-box .category-circle-img{
	display: inline-block;
}
#category-section .category-circle-box .category-circle-img img{
	width: 100px;
    height: 100px;
	/* border:1px solid #BEDBD5; */
}
#category-section .category-circle-box .category-circle-text p a{
	font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
#category-section .category-circle-box .category-circle-text p a:hover{
	color: #90BAB5;
	text-decoration:none;
}
#category-section .category-circle-slider .slick-arrow{
	position: absolute;
    top: 25%;
	background-repeat: no-repeat;
    opacity: 1;
    background-position: 13px 13px;
    background-size: 40%;
    border: 0;
    border-radius: 50%;
    background-color: rgba(234,234,234,0.5);
    width: 40px;
    height: 40px;
    color:#fff;
    font-size: 0;
}
#category-section .category-circle-slider .slick-next{
    right: 0;
    background-image: url("assets/images/arrow-right-black.svg");
}

#category-section .category-circle-slider .slick-prev {
    background-image: url("assets/images/arrow-left-black.svg");
    z-index: 9;
}

#category-section .category-circle-slider .slick-prev:hover  {
    background-color: #90bab5;
    background-image: url("assets/images/arrow-left-white.svg");
    background-repeat: no-repeat;
    opacity: 1.0;
}

#category-section .category-circle-slider .slick-next:hover  {
    background-color: #90bab5;
    background-image: url("assets/images/arrow-right-white.svg");
    background-repeat: no-repeat;
    opacity: 1.0;
}

#category-section .category-circle-slider .slick-prev:focus, #category-section .category-cirlce-slider .slick-next:focus{
    border: none;
    outline: none;
}
#top-subscribe-bar .top-sub-form .mc4wp-form-fields, .our-newsletter-form .mc4wp-form-fields{
	display:flex;
}
#top-subscribe-bar .top-sub-form .mc4wp-form-fields{
	display:-webkit-inline-box;
}
#top-subscribe-bar .top-sub-form .nterms, .our-newsletter-form .nterms{
	display:none;
}
#top-subscribe-bar  h1{
	display:none;
}
.blog-static-page h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 20px 0;
    padding: 0;
    line-height: 40px;
}
.blog-info h3, .blog-static-page h3{
	font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 5px;
}

.blog-info a, .blog-static-page a{
	color: #90BAB5;
    text-decoration: underline;
}
.blog-info a:hover, .blog-static-page a:hover{
	color: #121212;
}
.blog-info ul, .blog-static-page ul{
	margin-left: 0px;
    padding-left: 20px;
}
.blog-info ul li, .blog-static-page ul li{
	list-style:none;
}
.blog-info ul li:before, .blog-static-page ul li:before{
	font-family: "FontAwesome";
    content: "\f0a4";
    color: #90BAB5;
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
    width: 1.5em;
    font-size: 14px;
    margin-top: -2px;
}

#section-div .blog-info .blog-tags ul li:before{
	content: "";
	padding-right:0;
	width:0;
}
.mc4wp-response{
	margin-top: 10px;
}
.mc4wp-response .mc4wp-alert p{
	font-size: 16px !important;
}
.mc4wp-response .mc4wp-success p{
	color:#04d859 !important;
}
.our-newsletter-form .mc4wp-response .mc4wp-success p{
	color:#121212 !important;
}
.wmle_container .wmle_item .wmle_post_title{
	font-family: 'EB Garamond', serif;
    font-size: 26px !important;
    font-weight: 500 !important;
    color: #333 !important;
    line-height: 30px !important;
    padding: 10px !important;
	border-bottom: 1px solid #90BAB5 !important;
}
.wmle_container .wmle_item .wmle_post_title a:hover{
	color: #90BAB5;
	text-decoration:none;
}
.wmle_container .wmle_item .wmle_post_meta{
	display:none;
}
.wmle_container .wmle_item .wmle_post_excerpt{
	font-family: 'Nunito Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    color: #333 !important;
    line-height: 30px;
	padding-right:10px;
}
.wmle_container .wmle_item .wmle_post_excerpt h4{
	font-family: 'EB Garamond', serif !important;
	font-size: 20px !important;
    font-weight: 600 !important;
	color: #90BAB5;
	padding:10px;
	margin-bottom: 0;
}
.wmle_container .wmle_item .wmle_post_excerpt p{
	padding:10px;
}
.wmle_container .wmle_item .wmle_post_excerpt ul{
	margin:0;
	padding-left:25px;
}
.wmle_container .wmle_item .wmle_post_excerpt ul li{
	list-style:none;
}
.wmle_container .wmle_item .wmle_post_excerpt ul li:before{
	font-family: "FontAwesome";
    content: "\f0a4";
    color: #90BAB5;
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
    width: 1.5em;
    font-size: 14px;
    margin-top: -2px;
}
@media only screen and (max-width: 639px) and (min-width: 321px){
.wmle_container.responsive .wmle_item_holder.col3 {
    width: 100% !important;
}
}
@media only screen and (max-width: 767px) and (min-width: 640px){
	.wmle_container.responsive .wmle_item_holder.col3 {
    width: 50% !important;
}
}
.wyg_nolightbox.wyg_css{
	padding: 0 !important;
}
.wyg_css .wp_youtube_gallery_post{
	margin: 0 5px 30px 5px !important;
    background-color: #EEF5F4;
    padding: 0 !important;
	border:1px solid #BEDBD5 !important;
}
.wyg_css .wp_youtube_gallery_post .videotitle{
	font-family: 'EB Garamond', serif;
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #333 !important;
    line-height: 30px !important;
    padding: 5px 10px 10px 10px !important;
	display:block;
	text-align:center;
}
.wyg_css .wp_youtube_gallery_post .youtubecontent{
	font-family: 'Nunito Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    color: #333 !important;
    line-height: 30px;
	padding: 0 10px 10px 10px;
}
@media (max-width: 800px) and (min-width: 501px){
.wyg_css .wp_youtube_gallery_post {
    width: 47% !important;
}
}
@media (max-width: 991px) and (min-width: 801px){
.wyg_css .wp_youtube_gallery_post {
    width: 48% !important;
}
}
@media (max-width: 2200px) and (min-width: 992px){
.wyg_css .wp_youtube_gallery_post {
    width: 32% !important;
}
}