/*
 Theme Name:   Frequency Child
 Theme URI:    http://themeskingdom.com
 Description:  Frequency is a portfolio and blog WordPress theme made to impress site visitors. The theme has an appealing layout, based on a horizontal grid, so scrolling on this theme goes left/right, instead of up/down. It also comes with custom color choices and numerous typographic customization options. Every scroll site visitors make, every click they take, Frequency will be swooping them off their feet.
 Author:       Themes Kingdom
 Author URI:   http://themeskingdom.com
 Template:     frequency
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  frequency
*/

@media only screen and (max-width: 600px){
	.page-name {
		display: block;
		height: auto !important;
		position: fixed;
	}
}






/*  publish date and category at top of article   */

header div.entry-meta{

         display: none; 

}


/*  publish date and category in index of articles   */

.entry-meta time,
.entry-meta .cat-links {

    display: none; 

}


/*  author byline end of article   */

footer .byline{

   display: none; 

}




#post-load .posts-navigation,
#infinite-handle,
body .infinite-loader,
.blog .hentry,
.archive .hentry,
.page-template-portfolio-page .hentry {
    max-width: 670px;           /*   470px  in parent theme */
    width: 55vw;                /*   35vw  in parent theme */
}


@media screen and (max-width: 1500px) {

    #post-load .posts-navigation,
    #infinite-handle,
    body .infinite-loader,
    .blog .hentry,
    .archive .hentry,
    .page-template-portfolio-page .hentry {
        max-width: 650px;       /*      450px  in parent theme */
    }
}




/* prevent images being cropped on screens with small heights, ie mac book air */

@media only screen and (max-height: 900px) and (min-width: 800px) {
    #post-load div.featured-content.featured-image.horizontal-img {
        margin-bottom: 60px;
    }

}


@media only screen and (max-height: 850px) and (min-width: 800px) {
    #post-load div.featured-content.featured-image.horizontal-img {
        margin-bottom: 50px;
    }

}

@media only screen and (max-height: 800px) and (min-width: 800px) {
    #post-load div.featured-content.featured-image.horizontal-img {

        margin-bottom: 40px;
    }
}

@media only screen and (max-height: 750px) and (min-width: 800px) {
    #post-load div.featured-content.featured-image.horizontal-img {
     
        margin-bottom: 30px;
    }
    
}



.custom-logo-link img {
   /* max-height: 80px;*/
 /*   max-height: 100px;*/
    max-height: 106px;
    width: auto;
}


@media only screen and (max-width: 1500px){


    .custom-logo-link img {
        /*max-height: 70px;*/
      /*  max-height: 88px;*/
         max-height: 86px;
    }
}

@media only screen and (max-width: 1190px){

    .custom-logo-link img {
      /*  max-height: 60px;*/
      /*  max-height: 75px;*/
        max-height: 80px;
    }

}

@media only screen and (max-width: 600px){

    .custom-logo-link img {
      /*  max-height: 45px;*/
       /* max-height: 56px;*/
         max-height: 70px;
    }

}


