/*
Theme Name:     Make Child Theme
Theme URI:      https://thethemefoundry.com/wordpress-themes/make
Description:    Child theme for the Make theme
Author:         Adria Chilcote
Author URI:     http: //www.adriachilcote.com/
Template:       make
Version:        0.1.0
*/

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

 .container, .infinite-footer-container, .page-template-template-builder-php .entry-content > .twitter-share {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 32px;
	padding:  0 3.2rem; }
	
    
.site-header {
    float: left;
    width: 100%;
    color: #ffffff;
    border-top: 5px solid #000000;
}

.entry-title {
    font-weight: normal;
    margin-top: 4.55rem;
    word-spacing: -0.1rem;
    font-size: 2.2rem;
}

h1, h1 a, .font-header {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2.2rem;
    font-weight: normal !important;
    /*text-transform: uppercase;*/
    letter-spacing: 3px;
    word-spacing: 2px;
     margin-top: 4.55rem;
}

.site-footer .site-info, .site-footer .site-info a {
    font-size: 1rem;
    font-weight: normal;
}

@media screen and (min-width : 176px) {

.container {
font-size: 11px;
font-size: 1.1rem;
line-height: 1.9rem;
padding: 0px 1.2rem;
}

p {
font-size: 11px;
font-size: 1.1rem;
line-height: 1.9rem;
}


.post {
margin: 2.6rem 0px 0.8rem;
}

@media screen and (min-width : 320px) {
.container {
font-size: 12px;
font-size: 1.2rem;
line-height: 2rem;
padding: 0px 1.6rem;
}

p {
font-size: 12px;
font-size: 1.2rem;
line-height: 2rem;
}

.post {
max-width: 100%;
margin: 2.6rem 0px 0.8rem;
}

}

@media screen and (min-width : 480px) {

.container {
font-size: 13px;
font-size: 1.3rem;
line-height: 2.2rem;
padding: 0px 1.6rem;
}

p {
font-size: 13px;
font-size: 1.3rem;
line-height: 2.2rem;
}

.post {
max-width: 88%;
float: right;
margin-right: 6%;
}


.site-main [class*="navigation"] {
    overflow: hidden;
    padding: 0px 0px 4.4rem;
    clear: both;
    max-width: 88%;
	margin-left: 6%;
}

#comments {
max-width: 88%;
float: right;
margin-right: 6%;
}

}

@media screen and (min-width : 800px) {

.container {
font-size: 14px;
font-size: 1.4rem;
line-height: 2.4rem;
padding: 0px 2.6rem;
}

p {
font-size: 14px;
font-size: 1.4rem;
line-height: 2.4rem;
}


.site-main [class*="navigation"] {
    overflow: hidden;
    padding: 0px 0px 4.4rem;
    clear: both;
    max-width: 88%;
	margin-left: 6%;
}

#comments {
max-width: 88%;
float: right;
margin-right: 6%;
}


@media screen and (min-width : 1224px) {

.container {
font-size: 14px;
font-size: 1.4rem;
line-height: 2.4rem;
padding: 0px 5.6rem;
}

p {
font-size: 14px;
font-size: 1.4rem;
line-height: 2.4rem;
}

.post {
max-width: 66%;
float: right;
margin-right: 17%;
}


.site-main [class*="navigation"] {
    overflow: hidden;
    padding: 0px 0px 4.4rem;
    clear: both;
     max-width: 66%;
	margin-left: 17%;
}

#comments {
max-width: 66%;
float: right;
margin-right: 17%;
}


/*gallery width, to center in page*/
.gallery-columns-3 .gallery-item {
    width: 32.5%;}
    
    
.gallery {
    margin: 0px 0px 11px !important;
}
    
/*space between gallery items*/

.gallery-item {
margin: 0px 1em 1em 0px;
}

/*sub-menu width*/
.site-navigation ul.menu ul a, .site-navigation .menu ul ul a {
    min-width: 120px;
    max-width: 150px;
    margin: 0px;
}

.menu-toggle {
    font-size: 1.3rem;
    margin: 2.2rem 0px 0px;
    padding: 1rem 1.4rem;
    cursor: pointer;
    text-align: left;
    color: #FFF;
    border: 0px none;
    border-radius: 1px;
    background-color: #171717;
}


.site-footer .site-info, .site-footer .site-info a {
    font-size: 1rem;
    font-weight: normal;
    display: none;
}