/*
Theme Name: Interserver Mommy Blog
Theme URI: 
Author: Interserver
Author URI: https://profiles.wordpress.org/interservernet-web-hosting
Description: Interserver Mommy Blog is a mommy blogger theme.It is easily customizable and have various options in the admin section for the blog layout and other sections. 
Version: 1.2.2
Tested up to: 5.8
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: interserver-mommy-blog
Tags: right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images,theme-options, threaded-comments, translation-ready, blog
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.
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {   
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}

.gallery figure {float:left; margin:0 1em 1em 0;}

.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}

.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}

.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}

.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}

.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}

.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}

.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}

.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}

.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}


/* 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. */
}

/* Wrapper */
* {
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body{
    margin: 0;
    line-height: 28px;
    hyphens: auto;
    word-wrap: anywhere;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
}
a{
    display: inline-block;
    text-decoration: none;
}
input[type="text"], input[type="email"], input[type="url"], textarea{
    width: 100%;
    display: inline-block;
    border: 1px solid #e1e1e1;
    padding: 8px;
    background: #fafafa;
    box-sizing: border-box;
}
input[type="button"], input[type="reset"], input[type="submit"]{
    padding: 10px 17px;
    vertical-align: top;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.2
}
table {
    border-collapse: collapse;
    width: 100%;
}
th {
    height: 50px;
}
th, td {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
table, th, td {
    border: 1px solid #eee;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#wrapper{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
#wrapper.boxed {
    max-width: 1280px;
    background: #fff;
}
.content-wrap {
    padding: 30px 0 50px 0;
    display: block;
    float: left;
    width: 100%;
}
.wrap {
    display: block;
    padding: 0 60px;
    width: 100%;
    box-sizing: border-box;
}
.site-header {
    display: block;
    position: relative;
    padding:30px 0 0;
    width: 100%;
    clear: both;
    transition: all 1s ease;
    -webkit-transition: all 1.5s ease;
}
.header-inner {
    text-align: center;
}

/* Inline Header */
header .inline{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
header .inline .site-brand {
    display: inline-block;
    width: 30%;
    float: left;
    text-align: left;
}
header .inline .site-title {
    line-height: 1.2;
    margin: 0;
}
header .inline .navigation-section {
    display: inline-block;
    position: relative;
    width: 70%;
    float: left;
    padding: 0px;
}
header.sticky.fixed-top{
    position: fixed;
    z-index: 999;
    background: #222;
    width: 100%;
    max-width: inherit;
    box-sizing: border-box;
    padding: 10px 0;
}
/* Sticky Centered Header */
header.sticky.fixed-top .site-title {
    font-size: xx-large;
    line-height: inherit;
}
header.sticky.fixed-top .navigation-section {
    font-size: smaller;
}

/* Sticky Inline Header */
header.sticky.fixed-top .inline .site-title {
    font-size: x-large;
    line-height: inherit;
}
header.sticky.fixed-top .inline{
    margin: 0;
}
header.sticky.fixed-top .inline .site-brand {
    padding-top: 10px;
}
.page-header {
    padding: 20px 0;
    background: rgb(0,0,0,0.9); 
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.site-title{
    margin : 10px 0 0;
    line-height: 40px;
}
.site-desc {
	display: block;
	line-height: 1.2;
}
.site-brand {
    display: inline-block;
    width: 100%;
}

body .wp-block-search .wp-block-search__input {
   width: 100%;
   min-width: inherit;
   border: 0;
   padding: 5px 12px;
   line-height: 28px;
}
body .wp-block-search .wp-block-search__button {
   position: absolute;
   height: 100%;
   right: 0;
   top: 0;
   line-height: 10px;
   background: #0057be;
   color: #fff;
}
/* Navigation Menu */
.navigation-section{ display: inline-block; width: 100%; position: relative;}
header .centered .navigation-section{ margin-top: 20px; }
.nav-wrap ul { margin: 0; padding: 0; display:inline-block; width:100%; float: right; list-style: none;}
.nav-wrap ul li { margin: 0; padding: 0; display:inline-block; position: relative;}
.nav-wrap ul li a {line-height: 22px; padding: 6px 15px; text-transform: uppercase; /*white-space: nowrap;*/}
.nav-wrap ul li li a { text-transform: capitalize; }
.nav-wrap ul ul{display: none; position: absolute; top: 100%; left: 0; width: 180px; border-right: 0px solid #eee;}
.nav-wrap ul ul li { width: 100%; }
.nav-wrap ul ul a { background:#000; color: #fff; display: block; text-align: left;}
.nav-wrap ul li:hover > ul { display: block; }
.nav-wrap li ul ul {top: 0;left: 180px;}


/* Featured Section */
.featured-section {
    width: 100%;
    display: block;
    margin-bottom: 50px;
    clear: both;
}
.featured-left {
    width: 50%;
    display: inline-block;
    float: left;
    height: 480px;
    overflow: hidden;
}
.featured-left a,.featured-left img,
.featured-block a,.featured-block img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.featured-right {
    width: 50%;
    display: inline-block;
}
.featured-block {
    width: 50%;
    display: inline-block;
    float: left;
    line-height: 0;
    height: 240px;
    overflow: hidden;
}
#content {
    width: 100%;
    display: inline-block;
    position: relative;
    float: left;
}
#main {
    width: 70%;
    display: inline-block;
    float: left;
    min-height: 800px;
}
.single #main{
    background: #fff;
    padding: 0 30px 10px;
}
#main.full{
    width: 100% !important;
}
.page-wrapper {
    background: #fff;
    padding: 30px;
    display: inline-block;
    width: 100%;
}
.error404 .page-wrapper {
    text-align: center;
}
.error404 .search-form {
    padding:0;
    margin: 30px 0;
}
.search-form .search-submit {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.site-footer {
    display: block;
    background: #f2f2f2;
    text-align: center;
    clear: both;
    margin-top: 50px;
}
.copyright {
    display: block;
    padding: 15px 0;
}

/* Widgets */
#sidebar {
    width: 30%;
    display: inline-block;
    position: relative;
    padding: 0px 0 30px 50px;
}
.search-form{
    position: relative;
}
aside .search-form{
     width: 100%;
}
aside select{ 
    width: 100%; 
}
.search-form .search-field{
    border: 1px solid #c3c0ab;
    padding: 8px 10px;
    position: relative;
    width: 100%; 
}
#sidebar .widget {
    margin-bottom: 30px;
    padding: 15px 25px;
    border: 1px solid #eee;
    box-shadow: 0px 2px 4px rgb(0,0,0,0.1);
    background: #fff;
    display: block;
}
.widget-title{
    margin-top: 0;
}
.widget ul{
    padding: 0;
    list-style: none;
}

/* Calendar widget */
#calendar_wrap th,#calendar_wrap td  {text-align: center;}

#wp-calendar caption {}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {}


/* Comments */
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea{
    width: 100%;
    display: inline-block;
    border: 1px solid #e1e1e1;
    padding: 8px;
    background: #f2f2f2;
}
#commentform label{
    font-weight: 600;
}

.commentlist .bypostauthor {}

.wp-block-latest-comments__comment { list-style: auto; }

/* Post */
article {
    display: inline-block;
    width: 100%;
}
.featured-post {
    font-style: italic;
    display: inline-block;
    padding: 0px 10px;
    margin: 10px 0;
    font-weight: bold;
    background: #000;
    color: #fff;
}
.post-inner-wrap, .single-post-wrap, .comments-list {
    display: block;
    border: 1px solid #eee;
    box-shadow: 0px 0px 4px rgb(0,0,0,0.1);
    margin-bottom: 30px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}
.comments-list li{
    padding:  30px 0;
}
#wrapper .full .post-inner-wrap {
    text-align: center;
}
.post-wrap.full{
    width:100%;
}
.classic .post-inner-wrap .post-header { 
    text-align: left;
    padding: 0px 30px;
}
.post-header {
    display: block;
}
.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0 50px;
}
.post-navigation {
    margin: 50px 0;
    clear: both;
}
.page-numbers {
    padding: 7px 15px;
    display: inline-block;
}
.page-numbers.current {
    font-weight: bold;
}
.nav-previous span:before {
    content: '\f02c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    margin-right: 5px;
    font-size: 110%;
}
.nav-next span:after  {
    content: '\f02c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    margin-right: 5px;
    font-size: 110%;
}
.cat-meta {
    padding: 20px 0 10px 0;
    display: block;
}
.cat-links {
    margin-right: 10px;
}
.cat-meta span.cat-links:before {
    content: '\f07c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    margin-right: 5px;
    font-size: 110%;
}
.post-meta span.post-author:before {
    content: '\f007';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
 }
.post-meta span.post-date:before {
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    margin-right: 5px;
    font-size: 110%;
}
.post-meta span.comments-link:before {
    content: '\f086';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    margin-right: 5px;
    font-size: 110%;
}
.post-meta span a{
    padding-left: 5px;
}
.post-title {
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.post-thumbnail {
    margin-top: 20px;
}
.post-inner-wrap .post-content, .post-inner-wrap .post-meta {
    padding: 5px 30px;
    line-height: 26px;
}
.post-author,.post-date,.post-comments {
    display: inline-block;
    padding: 0 20px 0 0;
    text-transform: capitalize;
}
.edit-link {
    float: right;
    padding: 10px;
}
.readmore {
    display: block;
}
.readmore a{
    padding: 8px 25px;
    margin: 30px 0 20px 0;
}

/* Single */
.single-post-wrap{
    padding: 0px 30px;
}
.single .post-content, .single .post-meta {
    padding: 0;
    line-height: 26px;
    margin-bottom: 25px;
}
.nav-links {
    display: inline-block;
    width: 100%;
}
.nav-previous,.nav-next {
    width: 50%;
    margin: 5px 0;
}
.nav-previous{
    float: left;
    text-align: left;
}
.nav-next{
    float: right;
    text-align: right;
}
.nav-previous a,.nav-next  a {
    display: inline-block;
    padding: 10px;
    background: #fff;
    line-height: 1.6;
}

/* Footer */
footer .menu-social-menu-container{
    display: inline-block;
    margin: 0;
}
footer .menu-social-menu-container li{
    display:inline-block;
    padding: 15px;
}
footer ul li a{
    padding-left: 5px;
}
li.facebook a:before {
    content: '\f09a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    margin-right: 5px;
    font-size: 110%;
}
li.twitter a:before{
    content: '\f099';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    margin-right: 5px;
    font-size: 110%;
}
li.google a:before{ 
    content: '\f1a0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    margin-right: 5px;
    font-size: 110%;
}
li.linkedin a:before{
    content: '\f0e1';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    margin-right: 5px;
    font-size: 110%;
}
li.instagram a:before{
    content: '\f16d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    margin-right: 5px;
    font-size: 110%;
}
li.skype a:before{
    content: '\f17e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    margin-right: 5px;
    font-size: 110%;
}
li.behance a:before{
    content: '\f1b4';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    margin-right: 5px;
    font-size: 110%;
}
li.pinterest a:before{
    content: '\f231';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    margin-right: 5px;
    font-size: 110%;
}
li.youtube a:before{
    content: '\f167';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    margin-right: 5px;
    font-size: 110%;
}
.footer-widgets { 
    padding: 50px 0;
    width: 100%;
    display: inline-block;
}

.footer-widget.one-column{ width:100%; }
.footer-widget.two-column{ width:49%; float: left; }
.footer-widget.three-column{ width:32%; float: left;}
.footer-widget.two-column:last-child, .footer-widget.two-column:last-child{margin-right: 0%;}
.scroll-top {
    position: fixed;
    bottom: 6px;
    right: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #39362f;
    display: block;
    background: #e9e9e9;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
}
.show {
    opacity: 1;
    visibility: visible;
}
.comments-list li ol li {
    padding: 15px 0;
}

#sidebar .widget ul li a::before { content: "\f105"; font: normal normal normal 14px/1 'Font Awesome 5 Free'; font-weight: 900; padding-right: 8px; color: #dd9933;}
#sidebar .widget_recent_comments ul li a::before { display: none; }
.nav-wrap { position: relative; z-index: 999 }

.has-primary-color-color{
    color: #dd9933;
}
.has-primary-color-background-color{
    background-color: #dd9933;
}
.has-secondary-color-color{
    color: #dd5d52;
}
.has-secondary-color-background-color{
    background-color: #dd5d52;
}
.has-body-color-color{
    color: #333333;
}
.has-body-color-background-color{
    background-color: #333333;
}
.has-title-color-color{
    color: #d96e94;
}
.has-title-color-background-color{
    background-color: #d96e94;
}
.has-white-color-color{
    color: #ffffff;
}
.has-white-color-background-color{
    background-color: #ffffff;
}
.has-black-color-color{
    color: #000000;
}
.has-black-color-background-color{
    background-color: #000000;
}