/*
 * Theme Name:  Networker Child
 * Theme URI:   https://codesupply.co/themes/networker/
 * Description: Networker Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    networker
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

.neighbor-search-form-simple {
  max-width: 450px;
  margin-bottom: 50px;
  justify-content: center;
}
.neighbor-search-form-simple form {
  max-width: 350px;
  display: flex;
  font-family: "Sailec",sans-serif;
  border: none;
}
.neighbor-search-form-simple input {
	font-size:18px;
	height: 50px;
	margin-right: 5px;
}

.cs-header__logo img {
	padding: 8px;
}

.embed-container { 
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; 
}

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

.widget:not(:last-child) {
	margin-bottom: 1rem;
}

.pk-scroll-to-top {
	--pk-scrolltop-background: var(--cs-color-contrast-300);
}

.storage_listicle p {
	margin: 0 0 20px 0 !important;
}

.storage_listicle h3 {
	margin: 0 !important;
}

h2 {
	font-size: 2rem;
}

@media (max-width:1020px) {
	.cs-site-content {
		margin: 1.5rem 0;
	}
	.cs-entry__header-details:not(:first-child) > * {
		margin-top:1rem;
	}
}
@media screen and (max-width: 450px) and (min-width: 300px) {
.new-entry-cta .new-entry-cta-card>a>span, .new-entry-cta .new-entry-single-cta-card>a>span {
    font-size: 20px;
}
}
	
.new-entry-cta, .new-entry-cta-card, .new-entry-single-cta-card  {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	flex-wrap: wrap;
}

.new-entry-cta {
    max-width: 800px;
    margin: 30px auto;
    width: 100%;
}

.new-entry-cta-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 5px dotted #d8d8d8;
    text-align: center;
    border-radius: 6px;
    padding: 10px 25px;
    height: 360px;
    width: 280px;
	margin: 10px 20px;
}

.new-entry-single-cta-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 5px dotted #d8d8d8;
    text-align: center;
    border-radius: 6px;
    padding: 20px 25px;
    height: 100%;
	margin: 10px 20px;
}

.card-icon {
    width: 150px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
	margin: 0 auto;
}

.new-entry-cta-card>a>span, .new-entry-single-cta-card>a>span {
    font-size: 26px;
    font-family: Sentinel A,Sentinel B,Georgia,Times New Roman,Times,serif;
    color: #555;
    font-style: normal;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
}

.new-entry-cta .new-entry-cta-card p, .new-entry-cta .new-entry-single-cta-card p {
    font-size: 16px;
	line-height: 1.4;
}

.btn-cta {
    padding: 16px 48px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
	width: auto;
	color: #fff;
    background-color: #088aff;
}

.btn {
    border-radius: 5px;
    transition: all .2s ease;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 19%;
}

.entry-content p a, .entry-content ul a, .entry-content ol a {
	color: var(--cs-color-category) !important;
}

/* Fixing link styling when strong tag is on outside of a tag */

.entry-content strong a {
	text-decoration: underline;
}

.entry-content strong a:hover {
	text-decoration: none;
}