/*
Theme Name:     Your Best Friend\'s Friend
Description:    
Author:         <a href=\"https://www.wildspiritdevelopment.com\">Wild Spirit Development, LLC </a>
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/*=============blog css========*/

.catss a {
    color: #000;
    text-decoration: none;
}

main#primary article.post {
    background: #fff;
    padding: 13px;
    box-shadow: 0px 18px 22px -21px #ee345042;
}
.main-single-post-date-title {
  display: flex;
    align-items: center;
    justify-content: flex-start;
    /*border-top: 1px solid #eee;*/
    border-bottom: 1px solid #eee;
}

.date-herer span {
    display: block;
}

.date-herer {
    /* position: absolute; */
    top: 0;
    left: 0;
    text-shadow: 2px 2px 2px rgb(136, 136, 136);
    background: #ee3450;
    color: #fff;
    width: 67px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(202, 202, 202, 0.5);
    text-align: center;
}

.date-herer span.main_date-only {
    font-size: 2.3em;
    line-height: 34px;
}


span.main_year-only, span.main_month-only {
    font-size: 1.2em;
    line-height: 23px;
}
.main-single-post-date-title h1 {
    font-size: 1.5em;
    text-transform: uppercase;
}

.date-herer {
    margin-right: 25px;
    position: relative;
    z-index: 0;
}

.date-herer::after {content: "";height: 30px;width: 30px;background: #ee3450;position: absolute;top: 35%;right: -10px;transform: rotate(45deg);z-index: -1;}

.getcategory.not-onsinglke {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.dynamic-sidebarclass a {
    text-decoration: none;
}
.dynamic-sidebarclass h3.widget-title.heading::after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  background: red;
  bottom: -2px;
  left: 0;
}

.dynamic-sidebarclass h3.widget-title.heading {
    position: relative;
}
div#socialshare-custom {
    margin-bottom: 13px;
}

div#socialshare-custom a:first-child {
    display: none;
}

.mian-image-featured.restmainimage {
    height: 197px;
    overflow: hidden;
    border-radius: 6px;
}
.mian-image-featured.singlemain-image img {
    width: 100%;
    height: auto;
}
input#submit {
    background: #ee3450;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 22px;
}

div#comments div#respond form p {
    display: grid;
}
div#comments div#respond form p.comment-form-cookies-consent {display: block;}

div#comments div#respond form p.comment-form-cookies-consent input {
    position: relative;
    bottom: -2px;
}
div#comments div#respond form p.comment-notes {
    display: block;
}


.nav-links .nav-previous::before {
content: "<";
font-weight: 600;
text-decoration: none;
font-family: "HelveticaNeue-Medium", sans-serif;
font-size: 14px;
display: inline-block;
transform: scale(1, 1.5);
-webkit-transform: scale(1, 1.5);
 /* Safari and Chrome */-moz-transform: scale(1, 1.5);
 /* Firefox */-ms-transform: scale(1, 1.5);
 /* IE 9+ */-o-transform: scale(1, 1.5);
 /* Opera */
}

.nav-links a {
    color: #000;
    font-size: .8em;
    font-weight: 600;
}
.nav-links .nav-next::after {
    content: ">";
    font-weight: 600;
    text-decoration: none;
    font-family: "HelveticaNeue-Medium", sans-serif;
    font-size: 14px;
    display: inline-block;
    transform: scale(1, 1.5);
    -webkit-transform: scale(1, 1.5);
    -moz-transform: scale(1, 1.5);
    -ms-transform: scale(1, 1.5);
    -o-transform: scale(1, 1.5);
    padding-left: 4px;
}
.catss a {
    color: #000;
    text-decoration: none;
}

main#primary article.post {
    background: #fff;
    padding: 13px;
    box-shadow: 0px 18px 22px -21px #82c02682;
    margin-bottom: 30px;
}
.main-single-post-date-title {
  display: flex;
    align-items: center;
    justify-content: flex-start;
    /*border-top: 1px solid #eee;*/
    border-bottom: 1px solid #eee;
    background: #edfff2;
}

.date-herer span {
    display: block;
}

.date-herer {
    /* position: absolute; */
    top: 0;
    left: 0;
    text-shadow: 2px 2px 2px rgb(136, 136, 136);
    background: #82c026;
    color: #fff;
    width: 67px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(202, 202, 202, 0.5);
    text-align: center;
}

.date-herer span.main_date-only {
    font-size: 2.3em;
    line-height: 34px;
}


span.main_year-only, span.main_month-only {
    font-size: 1.2em;
    line-height: 23px;
}
.main-single-post-date-title h1 {
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 30px;
}

.date-herer {
    margin-right: 25px;
    position: relative;
    z-index: 0;
}

.date-herer::after {
  content: "";
  height: 30px;
  width: 30px;
  background: #82c026;
  position: absolute;
  top: 35%;
  right: -10px;
  transform: rotate(45deg);
  z-index: -1;
}

.getcategory.not-onsinglke {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.dynamic-sidebarclass a {
    text-decoration: none;
}
.dynamic-sidebarclass h3.widget-title.heading::after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  background: #82c026;
  bottom: -2px;
  left: 0;
}

.dynamic-sidebarclass h3.widget-title.heading {
    position: relative;
}
div#socialshare-custom {
    margin-bottom: 13px;
}

div#socialshare-custom a:first-child {
    display: none;
}

h2.custom-class-height.custonblogheading a {
    color: #000;
    font-size: 16px;
    letter-spacing: 0px;
    display: block;
    font-weight: 600;
    line-height: 25px;
}
.readmorebutton {
    background: #82c026;
    color: #fff;
    max-width: 121px;
    padding: 11px;
    text-align: center;
    border-radius: 4px;
}
.getcategory {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    font-size: .7em;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
}
.getcategory svg {
    margin-right: 4px;
}
.dynamic-sidebarclass ul li a {
    color: #027bbe;
    font-size: 13px;
	text-transform: uppercase;
}
.dynamic-sidebarclass ul li:not(:last-child) {
    margin-bottom: 17px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 17px;
}
.dynamic-sidebarclass h3.widget-title.heading {
  text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    margin-bottom: 16px;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
}
.dynamic-sidebarclass ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dynamic-sidebarclass ul li span {
    display: block;
    font-size: .7em;
    color: #ee3450;
}

.dynamic-sidebarclass section {
    background: #fff;
    padding: 12px;
    box-shadow: 0px 6px 22px -11px #a7a7a7;
}
.dynamic-sidebarclass {
    padding: 13px;
}
.custom-p p {
    font-size: 14px;
    line-height: 22px;
}
.nav-links {
    display: flex;
    justify-content: space-between;
}

.nav-links a {
    font-size: 11px;
    text-transform: uppercase;
}
h2.custom-class-height.custonblogheading {
    font-family: inherit;
}
h2.custom-class-height.custonblogheading {
    min-height: 46px;
}
.dynamic-sidebarclass section.widget {
    border-left: 3px solid #82c026;
    border-top: 15px solid #82c026;
}
.dynamic-sidebarclass ul li::before {content: ">";font-weight: 600;text-decoration: none;font-family: "HelveticaNeue-Medium", sans-serif;font-size: 14px;display: inline-block;transform: scale(1, 1.5);-webkit-transform: scale(1, 1.5);-moz-transform: scale(1, 1.5);-ms-transform: scale(1, 1.5);-o-transform: scale(1, 1.5);padding-left: 4px;color: #82c026;}

.dynamic-sidebarclass h3.widget-title.heading:first-letter {
    font-size: 39px;
    color: #82c026;
}

.dynamic-sidebarclass h3.widget-title.heading {
    padding: 7px 0;
    padding-bottom: 13px;
}
.mian-image-featured.restmainimage img {
    width: 100%;
}
h2.custom-class-height.custonblogheading {
    min-height: 60px !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
main#primary article.post .entry-content.now-entry-custom.custom-p {
    min-height: 140px;
}
.entry-content.now-entry-custom.custom-p p:first-child {
    display: none;
}

.entry-content.now-entry-custom.custom-p p:nth-child(2) {
    min-height: 80px;
}
form#commentform p:nth-child(3), form#commentform p:nth-child(4), form#commentform p:nth-child(5) {
    display: inline-block;
    width: 33.3%;
}

form#commentform p:nth-child(3) input, form#commentform p:nth-child(4) input, form#commentform p:nth-child(5) input {
    width: 100%;
    border: 1px solid #ddd;
}

@media only screen and (max-width: 600px) {
    form#commentform p:nth-child(3), form#commentform p:nth-child(4), form#commentform p:nth-child(5) {
        width: 100%;
    }
}


/*=========sidebar=========*/

div#sidebar > div {
    background: #fff;
    padding: 12px;
    box-shadow: 0px 5px 13px -7px #afafaf;
    position: relative;
    padding-top: 46px;
    border-left: 2px solid #e8ca82;
}

div#sidebar > div h4 {background: #e8ca82;padding: 10px;position: absolute;top: 0;left: 0;right: 0;color: #000;}

.et_right_sidebar #sidebar {
    padding-left: 20px;
}

div#sidebar div#search-2 input#searchsubmit {
    background: #d33;
    color: #fff;
}
div#sidebar>div ul li:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media (min-width: 981px){
	#left-area {
		width: 75%;
		padding-bottom: 23px;
	}
}
@media (min-width: 981px){
	#sidebar {
		float: left;
		width: 25%;
	}
}
@media (min-width: 981px){
	.et_right_sidebar #main-content .container:before {
		right: 25%!important;
	}
}
div#sidebar span.post-date {
    display: block;
    font-size: 13px;
    font-weight: 600;
}