/*   
Theme Name: I Heart Chihuahuas
Theme URI: http://deeblake.com
Description: Child theme for Chino
Version: 1.0
Template: twentynineteen
*/

@import url("../twentynineteen/style.css");


.site-header {
	margin-bottom: 25px;
	padding: 20px 0;
}
.site-branding {
	display: flex;
    padding: 0 20px;
    margin: 0;
    align-items: center;
}
h1.site-title {
	font-family: 'Short Stack', cursive;
	font-size: 40px;
	line-height: 40px;
	display: block;
	margin: 0;
}
h1.site-title span {
	color: #FF0000;
	font-size: 50px;
	line-height: 50px;
}
/*@media only screen and (max-width: 667px) {
	h1.site-title {
		font-size: 40px;
		line-height: 45px;
	}
	h1.site-title span {
		font-size: 60px;
		line-height: 60px;
	}
}*/
@media only screen and (max-width: 768px) {
	h1.site-title {
		font-size: 30px;
		line-height: 35px;
	}
	h1.site-title span {
		font-size: 40px;
		line-height: 40px;
	}
}
@media only screen and (max-width: 576px) {
	h1.site-title {
		font-size: 20px;
		line-height: 20px;
	}
	h1.site-title span {
		font-size: 25px;
		line-height: 25px;
	}
	.site-header {
		margin-bottom: 15px;
		padding: 10px 0;
	}
}
.site-info {
	font-family: 'Short Stack', cursive;
}
.site-info span {
	color: #FF0000;
}

.main-navigation {
	margin-left: auto;
	margin-top: 0;
}
#ajax-load-more {
	margin: 0 auto;
}

nav {
}
nav ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
}
nav ul li:first-of-type {
	margin-right: 20px;
}
nav ul li a {
	font-family: 'Short Stack', cursive;
	font-size: 16px;
	line-height: 16px;
	color: #000 !important;
}
@media only screen and (min-width: 768px) {
	nav ul li a {
		font-size: 18px;
		line-height: 18px;
	}
}
nav ul li.current-menu-item a {
	color: #FF0000 !important;
}
@media only screen and (max-width: 576px) {
	nav ul {
		flex-direction: column;
	}
	nav ul li {
		line-height: 1.2;
	}
	nav ul li:first-of-type {
		margin-right: 0;
	}
}
.videos {
	margin: 0 auto !important;
}
h2 {
	font-family: 'Short Stack', cursive;
	font-size: 40px;
	line-height: 45px;
}
h2:before {
	content: '';
	height: 0;
	width: 0;
}
video {
	width: 100%    !important;
  	height: auto   !important;
}

.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%; 
}

.container {
	max-width: 100%;
    padding: 0 20px;
    margin: 0;
}
@media (min-width: 992px) {
	.container {
		padding: 0;
	    margin: 0 calc(10% + 60px);
	 }
}
.container .entry {
	margin-top: 0;
}
.container .entry img {
	margin: 0;
	max-width: fit-content;
    width: 100%;
}
.container .entry .entry-content {
	max-width: inherit;
    padding: inherit;
    margin: inherit;
    text-align: center;
}
.pet-all-articles__pagination {
	text-align: center;
	margin-top: 20px;
}

.button-wrapper {
	margin-top: 25px;
	text-align: center;
}
.button-wrapper a {
	display: inline-block;
	font-family: 'Short Stack', cursive;
	font-size: 24px;
    line-height: 24px;
    color: #000;
    background-color: #fff;
    padding: 10px 25px;
	border: 2px solid #000;
	cursor: pointer;
	transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.button-wrapper a:hover {
	background-color: #000;
	color: #fff;
}

#loadMorePosts {
	cursor: pointer !important;
}

.go-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;

    border-bottom: none;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 576px) {
	.go-to-top {
	    right: 30px;
	    bottom: 30px;
	}
}

.is-hidden {
    display: none;
}



