/*
Theme Name: Twenty Sixteen Fullym
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Sortable (James Strang)
Author URI: https://jamestrang.com/
Description: Child theme of Twenty Sixteen.  Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Template: twentysixteen
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.hide-site-title {
    display:none;
}
.hidden_title {
    display: none;
}
.site-info {
    display: none;
}    
/*
.ad_area_top_banner {
    width: 728px;
    height: 90px;
    background-color: hotpink;  Remove me after Testing 
}
*/
.ad_area_top_banner_container {
    margin: auto;
    display: block;
    overflow: hidden;
}


.ad-widget .widget-title {
    display:none;
}
.ad-widget {
    padding: 0 0 0 0;
    margin: 5px 0 5px 0;
}
.hide-widget-title .widget-title {
    display:none;
}

@media only screen and (min-width: 700px) {
    body:not(.search-results) article:not(.type-page) .entry-content {
        float: right;
        width: 100%;
    }
}
.entry-footer {
    display:none;
}
#masthead {
    padding: 15px;
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
}
#site-header-menu {
  margin-bottom: 0px;
  width: 100%;
  background-color: #d33;
  margin-top: 0;
}
.widget {
    border-top: 0px;
    margin-bottom: 5px;
}
.menu-main-container {
    background-color: #d33;
}
.menu-main-container li {
    padding: 5px;
}
.site-branding, .site-header-menu, .header-image {
    margin-top: 1em;
    margin-bottom: 1em;
}
.tptn_posts_widget ul {
    list-style: none;
    margin: 0 0 0 0;
}

.tptn_posts_widget li {
background-color: #fff;
border-radius: 10px;
display: inline-block;
margin-bottom: 10px;
overflow: hidden;
width: 300px;
-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
}
.post-comments_widget .tptn_posts_widget li, .pre-comments_widget .tptn_posts_widget li, .pre-navigation_widget .tptn_posts_widget li {
    margin-right: 5%;
    margin-left: 5%;
}
.post-comments_widget .tptn_posts_widget, .pre-comments_widget .tptn_posts_widget, .pre-navigation_widget .tptn_posts_widget {
    text-align: center;
}


.tptn_thumb {
    height: 200px;
    overflow: hidden;
    image-rendering: auto;
    object-fit: cover;
    vertical-align: initial;
    width: 300px;
    object-position: top;
}
.tptn_title {
    text-align: center;
    padding: 0 10px 6px 10px;
    display: block;
    font-size: 0.9em;
    color: black;
}
.tptn_counter {display:none;}

/*body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: 0;
		max-width: 100%;
}*/
@media only screen and (min-width: 700px) {
    .blog .site article.post {
        background-color: #fff;
        border-radius: 20px;
        display: block;
        margin-bottom: 25px;
        overflow: hidden;
        -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
        box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
        padding: 20px 40px 20px 40px;
    }
}
article.post {
    display: block;
    overflow: hidden;
    word-break: normal;
}


.blog .site article.post img {
    width: 100%;
    height: auto;
}

a.previouspostslink, a.nextpostslink {
   width: 39%;
   display: block;
   background: #d33;
   border-radius: 10px;
   vertical-align: middle;
   text-align: center;
   padding: 20px 0 20px;
   border: 0;
   font-size: 1.5em;
   margin-left: 5%;
   margin-right: 5%;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
    color: #000;
    -webkit-transition-duration: 0.3s; /* Safari */
    -webkit-transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

a.previouspostslink {float: left;}
a.nextpostslink {float: right;}
.wp-pagenavi .pages {display: block;}

a.previouspostslink:hover, a.previouspostslink:focus, a.previouspostslink:active, a.nextpostslink:hover, a.nextpostslink:focus, a.nextpostslink:active {
  background-image:
    radial-gradient(
      circle farthest-side,
      white,
      #d33
    );
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.4);
}
    
    



.fb-comments-title, .fb-comments-subtitle {display:none;}


@media screen and (min-width: 61.5625em) {
    body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: 0;
    }
	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		margin-right: 0;
		margin-left: 0;
		max-width: 140%;
	}
    }
    
    
    
    
