/*
Theme Name:     Inmyownstyle v3
Theme URI:      https://wpbarista.com/wordpress
Template:       kadence
Author:         WPBarista
Author URI:     https://wpbarista.com
Description:    A custom child theme from Kadence for Inmyownstyle.com
Version:        3_0_1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/****     NAVIGATION     *****/
.header-navigation .header-menu-container ul.sub-menu li a {
	text-align:center;
}

#mobile-drawer .drawer-header .drawer-toggle, #mobile-drawer .drawer-header .drawer-toggle:focus{
	color: #555;
}

.site-header-item-navgation-popup-toggle{
	display: flex;
    align-items: flex-start;
   margin-top: 10px;
    max-height: inherit;
    align-content: flex-start;
    justify-content: flex-start;
}

/****    SIDEBAR    ****/
.primary-sidebar.widget-area {
	padding:0;
}

.sidebar-inner-wrap { 
	padding: 15px;
	border: 2px solid #eee;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 2px #eee;
}

/****    SINGLE POST    ****/

.single .entry-author-follow a.social-button{
	color: #fff;
	background-color: #fd81f1;
}

.single .entry-author-follow a.social-button:hover {
background-color: #c55af8;
}

.entry-related-carousel > .tns-item {
	padding-right: 15px!important;
}

.entry-related-inner-content{
	padding-top: 20px;
}

.entry-related-inner-content .entry-content-wrap {
	padding: 8px 5px;
}

.content-bg{
	background-color: transparent;
}

.nav-links {
	font-size: 70%;
	border:2px solid #eee;
	padding: 10px;
}
.one-third{
	width: 31%;
	float:left;
	margin-left:10px;
}

/****    HOME    ****/

.single-content .wp-block-group.home-section-header {
	margin-bottom: 20px;
	padding: 10px;
}


.single-content .home-section-header .wp-block-columns{
	margin-top: 0;
	padding-top:0;
}

.home p.more-link-wrap {
	text-align:center;
}
.home .wp-block-kadence-posts.first .entry-content-wrap{
	padding: 10px 4px 10px 0;
	margin-left:10px;
}

/**.home .wp-block-kadence-posts.first h2 a:hover {
	color: #c55af8;
}***/

.first.home article{
	padding: 20px; 
}

.home .content-area {
    margin-top: 1rem
}

.home h5 {padding: 2px}

.home .wp-block-kadence-posts .entry-content-wrap {
	margin-left: 20px; 
}


/****    ARCHIVE    ****/
.archive h1 {
	margin-top: 30px;
}

.archive .entry-header {
	margin-bottom: 0;
}

.archive .loop-entry.type-post h2.entry-title, 
.archive .loop-entry.type-page h2.entry-title{
	line-height: 1.4;
}

.archive .loop-entry .entry-content-wrap {
    padding: 1rem 1.5rem;
}


/****    FOOTER    ****/
.site-footer-middle-section-3 aside.footer-widget-area .footer-social-inner-wrap a {
	margin:0;
	margin-left: -15px; 
	clear:left;
	display:block;
	line-height: 2em;
	padding:0;
}

/****    BLOCKS    ****/
/** Home Category Image **/
.home .category h2{display:none;}
.home .category h3 {padding-top: 30px;}
.home .category .entry-header{
	margin-bottom: 0px;
}
.home .wp-block-group.category {box-shadow: 1px 1px 10px 5px #eee;}
