/* Enter Your Custom CSS Here */
#header {
padding:0;
margin:0;  
}

/*styles primary nav menu color*/
.genesis-nav-menu {
	color:#c1327b;
}

/*styles page jump links*/
.jumpnav {
	background:#F5E9FF;
	padding:2em 1em 1em 1em;
	margin-left:0.5em;
  margin-right:0.5em;
  margin-bottom:2em;
}

.jumpnav h2 {
  color:#9082b7;
  font-size:20px;
  text-align:center;
  

}

.jumpnav li {padding:.2em 0;font-size:16px;}

@media only screen and (min-width: 60em) {

.jumpnav {
	display: block;
	width:55%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:2em;
}
.jumpnav li {padding: 0;}

}

/*styles trending now*/
.trending {
	background:#F5E9FF;
	padding:1em;
	margin-left:1em;
        margin-bottom:1em;
 
}

/*styles readmore links*/
.readmore {
	padding:.3em;
	margin-right:1em;
}

.readmore li {padding:.2em 0;font-size:14px;margin:0 0 1.3em 0;}

@media only screen and (min-width: 60em) {

.readmore {
	float: left;
	width:48%;
}
.readmore li {padding: 0;}

}

/*styles category image choices*/

.cat-choices-left {
	float:left;
	padding-right:1em;
}


/*styles featured posts in sidebar*/
.entry-header{
padding-top:1em;
  padding-left:1em;

}

.entry-content{
padding-left:1em;
}


.entry-image{
padding-top:1em;
  padding-right:1em;
  margin-left:0;

}




/*styles book advert*/
.choosing {
  	
	padding:1em 2em 1em 2em;
  	border-top-style:solid;
  	border-bottom-style:solid;
  	margin-bottom:1em;
  	font-size: 12px;
    line-height:14px;
  	font-family:"Trebuchet MS", Helvetica, sans-serif;
  	font-style:italic;
  text-align:center;
 
}

.choosing img {
    display: block;
    margin: auto;
  	max-width: 100%;
    height: auto;
  padding-left:2em;
  
}

@media only screen and (min-width: 30em) {
.choosing img {
    float:right;
}
}

.choosing h2 {
 color:#669999;
}

/*styles dog name survey header*/
.name-survey .site-header {
  background-image: url(../jpg/name-survey-header.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.name-survey .site-title a:link {
 color:#ffffff;
}

.name-survey .site-title a:visited {
 color:#f9f2f7;
}
.name-survey .site-title a:hover {
 color:#965182;
}
.name-survey .site-description {
 display:none;
}

/*custom paw bullet points*/
ul.paw {
list-style-image:url('../png/paw2.png');     
    
}


/*styles affiliate disclosures*/
.affiliate-disclosure {
  padding:0 3em 0 3em;


}
/*styles table with check marks in*/
.check-table{
font-size:8px;
}
.img.aligncenter.size-full.wp-image-5782{
padding-right:0;
}

/*styles pink menu with rounded corners*/
.jumpnav2 {
	background:#F5E9FF;
  border-radius: 25px;
	padding:1em;
	margin-left:0.5em;
  margin-right:0.5em;
  margin-bottom:2em;
}

.jumpnav2 li {padding:.2em 0;font-size:16px;}

@media only screen and (min-width: 60em) {

.jumpnav2 {
	display: block;
	width:55%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:2em;
}
.jumpnav2 li {padding: 0;}

}
/*styles the feature box at the top of breed hubs*/
.breedbox {
min-height:310px;
background-repeat:no-repeat;
background-size:auto 95%;
background-position:bottom;
}

@media only screen and (min-width: 60em) {
.breedbox {
background-size:auto 100%;
}
}

.breedbox li {padding-right:2em;}

/*remove entry header on individual pages*/
.post-14432 .entry-header{
display:none;

}
.post-26812 .entry-header{
display:none;

}

/*styles white list items that are links*/

.white-list li a:link {
    color:#ffffff;
}
/*changes pink links to white*/
.white-links a:link {
  color:white;
}
.white-links a:visited {
  color:white;
}
.white-links a:hover {
  color:white;
}
.white-links a:active {
  color:white;
}


.blockquote2 {
  border-left: 6px solid #9b1a67;
color: #9b1a67;
  font-weight:bold;
  padding:0.5em 1em 0.5em 0.5em;
  margin:1em 2em 1em 0em;
}

/*styles alphabet single line menu*/
.jumplink-line { 
background:#edeff2;
  text-align:center;
  word-spacing: 10px;
  margin-bottom:10px;
}
/*styles catbook ad container*/
.catbook {
	min-height:250px;
	background-color:#fbe9f8;
  border-top: 5px solid #db7dcd;
	border-bottom:5px solid #db7dcd;
  padding:2em 0.5em 1em 1em;
  margin:2em 0.5em 2em 0.5em;
}

.catbook-text{
	float:left;
	width:70%;
}

@media screen and (max-width: 600px) {
  .catbook-text {
    width: 100%;
		padding:0em 0.5em 1em 0.5em;
		text-align:center;
  }
}

/*make vimeo videos mobile responsive*/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



/* I'VE OPTMISED THE CUSTOM_HTML COURSE SIDE BAR SO PLEASE KEEP THIS DISBLED BELOW * /

/*puppy parenting sidebar widget*/
/* #custom_html-2 {
	background-image: url('https://dogsnet.com/wp-content/uploads/2020/02/foundation-skills-widget.jpg');
    background-color: #ffffff; 
   width:100%; 
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
	font-size:18px;
	line-height:20px;
	padding-top:10px;
	padding-bottom:5px;
	margin:10px 0px 20px 10px;
	
	
} */

/* #custom_html-2 h2 {
color:white;
font-size:40px;
	line-height:42px;
}
#custom_html-2 a {
color:white;
} */

.reduce-lower-margin {
	margin-bottom:5px;
}

/*styles author info box*/

.authoravatar {
	float:left;
	padding-right:0.5em;
}
.authorinfo {
padding-bottom:5em;	
}

