/*
 Theme Name:     WebPartners-v1 Child Theme
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         TradecraftMedia.ca
 Author URI:     https://TradecraftMedia.ca/
 Template:       webpartners-v1
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/




body {
	background-color: #2f3030;
	font-family: 'Lato', sans-serif;
	color: #bbb;
	font-weight: 300;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	position: relative;
    color: #fff;
    padding: 0.5rem;
	padding-left: 1.4rem;
    font-weight: 700;
    font-size: 1rem;
	text-transform: uppercase;
}

nav li + li a:before {
	position: absolute;
    content: "| ";
    font-weight: 300;
    color: #cccccc;
    font-size: .8rem;
	top: 10px;
	left: 6px;
}
p {
	color: #bbb;
	font-weight: 300;
}

.navbar-brand img {
	width: 315px;
	margin: 10px 0px;
}
.navbar-content {
	display: flex; 
	flex-flow: wrap; 
	width: 100%;
}

header#masthead { 
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 100%);
}
header#masthead.subpage-header{ 
	background: #232424;
	border-bottom: 1px solid #3e4040;
}

.header-forgot-password {
    font-size: .7rem;
    color: #999;
    display: block;
    margin-top: 4px;
    padding-left: 5px;
}
#content.site-content {
    padding-bottom: 3.75rem;
    padding-top: 2.75rem;
}
.page-template-page-brands-template #content.site-content {
	padding-bottom: 0px;
}
.btn-primary {
	background-color: #2e6e97;
	color: white;
	border: none;
	text-transform: uppercase;
}
.btn-primary:hover {
    background-color: #3177a3;
    border-color: none;
}
.btn-lg {
	padding: 15px 50px;
	font-size: 2rem;
}
.btn-sm {
	padding: 8px 20px;
	font-size: 1.25rem;
}

.btn-login, .btn-join {
	width: 100%;
	font-size: 1rem;
	text-transform: uppercase;
	padding: .375rem .75rem;
	border: none;
}
.btn-login:hover, .btn-join:hover {
    background: #29658a;
    border: none;
    text-transform: uppercase;
    color: white;
}
.btn-login {
	background: #fff;
	color: #2e6e97;
}
.btn-join {
	background: #2e6e97;
	color: #fff;
}
nav input.form-control, nav input.form-control:focus {
    border: 1px solid #555555;
    color: #999;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .70);
    font-size: 1rem;
}

.hero-message {
	padding-top: 50px; 
	padding-bottom: 100px;
}


body:not(.theme-preset-active) footer#colophon {
    background-color: #191a1a;
}

h2 {
	color: #3c93c9;
	text-transform: uppercase;
	font-size: 2rem;
	padding-bottom: 0px;
	margin: 0px;
}
.divider {
	background: url('../image/divider.gif') repeat-x center center;
}
/*
h2 span {
	background-color: #2f3030;
	padding: 0px 20px;
}
*/
#why-partner {
	background-color: #232424; 
	background: url('../image/why-partner-bg.jpg') no-repeat center top; 
	background-size: cover;
	border-bottom: 1px solid #3e4040; 
	border-top: 1px solid #3e4040; 
	padding: 50px 0px 50px 0px;
	-webkit-box-shadow: inset 0px 0px 35px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 35px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 35px 0px rgba(0,0,0,0.75);
}
.why-partner-value-prop {
	padding: 0px 40px 20px 40px;
	
}
#why-partner p {
	color: #ccc;
	
	font-size: .9rem;
}
#why-partner h4 {
	color: white;
	font-weight: 700;
	font-size: 1.1rem;
}
#why-partner span {
	color: #999999;
}
#testimonials {
	padding: 50px 0px 50px 0px;
}
#testimonials p{
	color: #ccc;
	font-size: 1.1rem;
}
#testimonials span{
	color: white;
	font-size: 1.6rem;
	margin: 5px;
}
#our-brands h3 a {
	font-size: 2.25rem;
	color: #fff;
	font-weight: 500;
}
#our-brands h3 a:hover {
	color: #ddd;
	text-decoration: none;
}
#our-brands {
	margin-bottom: 20px;
}
#our-brands p {
	font-size: 1.1rem;
}
#latest-posts {
	background-color: #232424; 
	background: url('../image/why-partner-bg.jpg') no-repeat center top;
	background-size: cover;
	border-bottom: 1px solid #3e4040; 
	border-top: 1px solid #3e4040; 
	padding: 50px 0px 0px 0px;
	-webkit-box-shadow: inset 0px 0px 35px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 35px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 35px 0px rgba(0,0,0,0.75);

}
#latest-posts h4{
	color: white;
	margin: 15px 0px 5px 0px;
	font-weight: 500;
	font-size: 1.4rem;
	padding: 0px 10px;
}
#latest-posts h4 a{
	color: white;
	margin: 15px 0px 5px 0px;
	font-weight: 500;
	font-size: 1.4rem;
}
#latest-posts h4 a:hover {
	color: #ddd;
	text-decoration: none;
}
#latest-posts p {
	color: #ccc;
	font-size: 1rem;
	padding: 0px 10px 30px 10px;
}

#unlimited-earnings {
	padding: 50px 0px 0px 0px;
}

#unlimited-earnings h4 {
	color: white;
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 15px;
	margin-top: 1px;
}
#unlimited-earnings span {
	color: #999999;
	font-size: 3.5rem;
}
#unlimited-earnings p {
	color: #ccc;
}
#unlimited-earnings a {
	color: #fff;
	font-weight: 500;
	font-size: 1.1rem;
}
#unlimited-earnings button.btn {
	padding: 5px 30px;
	font-size: .9rem;
	font-weight: 400;
}
.pre-footer {
	padding: 30px 0px 10px 0px;
	color: #999;
	background: #232424;
	border-bottom: 1px solid #3e4040;
	border-top: 1px solid #3e4040;
}
h1.entry-title {
	color: white;
	border: none;
	font-size: 2.2rem;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #555;
}
.entry-header {
	font-size: .8rem;
}
.pre-footer h4, .pre-footer h3 {
	color: white;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 15px;
}
.pre-footer ul {
	list-style: none;
	padding-left: 0px;
	color: #999;
	font-size: .9rem;
	font-weight: 300;
	line-height: 2;
}
.pre-footer .container {
	padding-left: 80px;
	padding-right: 80px;
}
.pre-footer .important-pages ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.pre-footer .latest-tweets p.tweet-text {
	list-style: none;
	padding-left: 0px;
	color: #999;
	font-size: .9rem;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 0px;
}
.pre-footer .latest-tweets p.tweet-details {
	color: #666;
	font-size: .7rem;
	text-decoration: none;
	line-height: 1.2;
}
.pre-footer .latest-tweets a {
	color: #fff;
	font-size: .8rem;
}
.pre-footer .latest-tweets p.tweet-details a {
	color: #ccc;
	font-size: .5rem;
}
.pre-footer .contact-info span {
	color: white;
	font-size: 1.1rem;
	margin-right: 3px;
}
.pre-footer .contact-info ul {
	line-height: 1.7;
}

aside .sidebar {
	margin-right: 0px;
	background: #232424;
	border: 1px solid #3e4040;
	padding: 15px;
	border-radius: 10px;
}
aside .sidebar h3 {
	color: white;
	text-transform: uppercase;
}
aside .sidebar a {
	color: #999;
	font-size: 1.2rem;
	border-bottom: 1px solid #444;
	letter-spacing: 2px;
	padding: 6px 0px;
	font-weight: 300;
}
aside .sidebar a:hover {
	background: none;
	color: white;
}
.navbar-toggler {
	margin-left: 5px;
}
.unlimited-value-props {
	padding: 0px 130px;
}
.blog-sidebar {
	text-align: right;
}
.blog-sidebar form.search-form label {
	width: 100%;
}
.sidebar .widget .nav-link {
	padding: 5px 0px;
}
.sidebar .widget .nav-link:hover {
	text-decoration: none;
}

.blog-sidebar input.form-control, .blog-sidebar input.form-control:focus {
	border: 1px solid #555555;
    color: #999;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .70);
    font-size: 1rem;
}
.wp-block-separator.is-style-wide {
	border-top: 1px solid #555;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	color: white;
	font-weight: 500;
	text-transform: none;
	padding-bottom: 5px;
}
.post .entry-content strong {
	font-size: 18px;
	font-weight: 600;
	color: white;
}
.wp-block-image .alignright, .wp-block-image .alignleft
 {
	margin-top: 1rem;
}

#main-nav .navbar-nav .dropdown-menu {
	background: rgba(0, 0, 0, .75);
}
#main-nav .dropdown-menu li a:before{
	content: '';
}
#main-nav .dropdown-menu .dropdown-item {
	color: #999;
}
#mobile-nav .navbar-nav .dropdown-menu, #mobile-nav .dropdown-menu .dropdown-item {
	text-align: center;
	color: #999;
}
#mobile-nav li + li a:before {
	content: '';
}
#mobile-nav li {
	padding: 10px;
	border-bottom: 1px solid #222;
}


#mobile-nav ul {
	border-top: 1px solid #222;
	padding-left: 0px;
	margin-left: 0px;
}

#mobile-nav {
	background:  rgba(0, 0, 0, .75);
	padding-bottom: 10px;
}

.the-post span, .the-post span a, .post span, .post span a {
    color: #999;
    font-size: .7rem;
} 
.the-post h2 {
	font-size: 1.5rem;
	color: #ddd;
	border: none;
	text-transform: none;
}
.the-post {
	border-bottom: 1px solid #555;
	padding-bottom: 10px;
	padding-top: 10px;
}
.the-post img {
	margin-bottom: 15px;
	width: 100%;
}
.the-post p {
	color: #ccc;
}
.entry-content p {
	padding-left: 10px;
	padding-right: 10px;
	
}
.blog-sidebar li.current-menu-item a {
	color: white;
}
.blog-sidebar .widget_search {
	margin-bottom: 10px;
}
.blog-sidebar .widget_nav_menu {
	border-top: 1px solid #444444;
}

.blog-sidebar .widget_media_image {
	text-align: center;
	margin-bottom: 10px;
}
h2.archives-title {
	text-transform: capitalize;
}
h2.entry-title a {
	color: #fff;
}
h2.entry-title a:hover {
	color: #fff;
	text-decoration: underline;
}

.no-results {
	text-align: center;
	padding: 100px 20px;
	background: #232424;
	border: 1px solid #3e4040;
	border-radius: 10px;
	margin: 0px auto;
	width: 90%;
}
.no-results h1 {
	color: white;
}

.search-form input.form-control, .search-form input.form-control:focus {
    border: 1px solid #555555;
    color: #999;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .70);
    font-size: 1rem;
	
}
form.search-form label {
    width: 60%;
}
form input.search-submit  {
	text-align: center;
    display: none;
}

.brands-page #unlimited-earnings {
	padding: 0px 0px 60px 0px;
}


.navigation.post-navigation {
	display: none;
}

@media screen and (max-width: 1199px) {
	
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	    padding-left: .6rem;
	}
	nav li + li a:before {
		left: -2px;
	}
	.navbar-brand img {
	    width: 280px;
		width: 260px;
	    margin: 10px 0px;
	}
	.btn-join, .btn-login {
	    /*width: 90px;*/
	}
	.value-props {
		width: 70%;
	}
	.hero-message {
	    padding-top: 40px;
	    padding-bottom: 80px;
	}
	.btn-lg {
	   padding: 10px 35px;
       font-size: 1.7rem;
	}
	#our-brands p {
		font-size: 1rem;
		line-height: 1.3;
	}
	#our-brands h3 a {
		font-size: 1.75rem;
	}
	#testimonials p {
	    font-size: 1rem;
	}
	.pre-footer .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 991px) {
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	    padding: 0.2rem 0.5rem;
	    padding-left: 1.3rem;
		padding-left: 1rem;
		font-size: .9rem;
	}
	nav li + li a:before {
		top: 5px;
		left: 4px;
	}
	.btn-join, .btn-login {
	    width: 80px;
		font-size: .9rem;
		padding: .275rem .65rem;
	}
	.hero-message {
	    padding-top: 20px;
	    padding-bottom: 40px;
	}
	.value-props {
		width: 70%;
	}
	.btn-lg {
	   padding: 8px 30px;
	   font-size: 1.4rem;
	}
	
	.navbar-brand img {
	    width: 230px;
	    margin: 5px 0px;
	}
	.header-forgot-password {
	    display: none;
	}
	.navbar-expand .navbar-collapse {
		border-top: 1px solid #444;
	    padding-top: 3px;
	}
	header .container {
		max-width: 100%;
	}
	header#masthead {
	    background: linear-gradient(180deg, rgba(0,0,0,.8) 65%, rgba(0,0,0,0) 100%);
		padding: .34rem 1rem 1rem 1rem; 
	}
	.navbar-content {
	    top: -2px;
	    position: relative;
	}
	.brand-text-home {
		padding: 15px 20px!important;
	}
	.brand-text-home button {
		display: block;
		margin: 0px auto;
		padding: 8px 40px;
		font-size: 1rem;
	}
	#our-brands .container, #why-partner .container, .pre-footer .container {
		max-width: 95%;
	}
	
	#latest-posts p {
	    color: #ccc;
	    font-size: 1rem;
	}
	.unlimited-value-props {
		padding: 0px 0px;
	}
	#main-nav .navbar-nav .dropdown-menu {
		padding: 10px;
	}
	

}
@media screen and (max-width: 767px) {
	.value-props {
	    width: 80%;
	}
	.btn-lg {
	   padding: 5px 20px;
	   font-size: 1.2rem;
	}
	.navbar-expand .navbar-collapse {
		border-top: none;
	    padding-top: 0px;
	}
	.navbar-content {
	    width: auto;
	}
	.navbar-brand img {
	    width: 180px;
	    margin: 5px 0px;
	}
	header#masthead {
	    background: linear-gradient(180deg, rgba(0,0,0,.8) 25%, rgba(0,0,0,0) 100%);
	}
	#our-brands .container, #why-partner .container, #latest-posts .container, .pre-footer .container {
		max-width: 450px;
	}
	#testimonials p {
	    font-size: .9rem;
	}
	#testimonials span {
	    font-size: 1.2rem;
	}
	#unlimited-earnings h4 {
		font-size: 1.1rem;
	}
	#unlimited-earnings  {
		font-size: .9rem;
	}
	.latest-tweets {
		text-align: center;
	}
	h1.entry-title {
		font-size: 1.5rem;
	}
	.pl-5 {
		padding: 0rem 2rem!important;
	}
	.single main {
		padding: 0rem 2rem!important;
	}
	header#masthead.subpage-header {
		padding: .34rem 1rem .3rem 1rem;
	}
}


@media screen and (max-width: 575px) {
	.hero-message {
	    padding-top: 10px;
	    padding-bottom: 40px;
		padding-left: 35px;
	}
	h2 {
		font-size: 1.4rem;
	}
	#unlimited-earnings h4 {
		font-size: 1.5rem;
	}
	.navbar-content .form-row {
		display: none;
	}
	.navbar-brand img {
	    width: 140px;
	    margin: 5px 0px;
	}
	#content.site-content {
	    padding-top: 1.75rem;
	}
	.mb-5 {
		margin-bottom: 2rem!important;
	}
	#our-brands h3 {
		text-align: center;
	}
}



/*
#  ------- Overrides Original Parent theme's Font resizing on smaller screens -------
*/
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media (min-width: 1300px) {
	.container {
	    max-width: 1240px;
	}
}


/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {
  html {
    font-size: 100%;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 100%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 100%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 100%;
  }
}