/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    font-size: 15px;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

.site-content-contain {
    clear: both;
    display: block;
}

header {
    position: static;
}
.entry-meta {
    display: none;
}

nav.navigation.post-navigation {
    display: none;
}

footer.entry-footer {
    padding: 10px 0;
}

a:hover {
    color: unset;
}

div#comments label {
    clear: both;
    display: block;
    font-weight: 600;
}

#comments input#submit {
    background-color: #ffcc01;
    font-weight: bold;
    padding: 10px 30px;
    border: 0;
    border-radius: 60px;
    width: unset;
}

p {
    font-size: 15px;
    line-height: 1.9; 
    margin-bottom: 30px !important;
}

.sing-con p {
    margin-bottom: 20px !important;
    font-size: 16px;
}

.sing-con ul li {
    margin-bottom: 10px !important;
    font-size: 16px;
    line-height: 1.9;
    list-style: disc inside;
}

.sing-con ol li {
    margin-bottom: 10px !important;
    font-size: 15px;
    line-height: 1.9;
    list-style: number inside;
}

.sing-con ul.uls li {}

.sing-con ul.uls li h3 , .sing-con ul.uls li h4 {    display: inline;   }

.sing-con ul.uls li {    list-style: disc inside;    }

.sing-con h3 {    font-size: 24px;   }

h1.entry-title {
    margin-bottom: 0;
}
div#comments {
    padding: 20px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 10px #0000001f;
    border: 1px solid #fff;
    /* border-radius: 4px; */
    margin-bottom: 30px;
}

h3#reply-title {
    width: 100%;
    background-color: #173e77;
    color: #fff;
    padding: 12px 18px;
}
div#respond input , div#respond textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    resize: none;
}

section.bfooter.bf-sub {
    background-color: #1d3d79;
    padding: 20px 0;
}

section.bfooter.bf-sub li {
    display: inline-block;
    width: 24%;
    margin: 2px 0;
    position: relative;
    padding-left: 23px;
}

section.bfooter.bf-sub li a {
    color: #fff;
    padding: 4px 0;
    display: block;
}

.logo.subind h2 {
    color: #fff;
}
footer.entry-footer {
    display: none;
}

section.bfooter.bf-sub li.current-menu-item a {
    font-weight: 600;
    text-decoration: underline;
}

section.bfooter.bf-sub li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    color: #fff;
    font-family: fontawesome;
    top: 4px;
}


h2.entry-title a {
    pointer-events: none;
    text-decoration: none;
    color: #3e3d3d;
}
.page-id-515 section.head.head-complete{
    background-image:url('images/banner-cat.jpg');
}
h2 {
    font-size: 40px;
    color: #000;
    font-weight: bold;
}

h2 strong {
    color: red;
}

h4 {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
}
h3 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
}

h5 , h5 strong {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
}

h5:hover, h5:hover strong {
    color: #f60017;

}
.inbanner {
    background-image: url('images/banner-cat.jpg');
    color: #fff;
    margin-top: -140px;
    display: block;
    float: left;
    background-size: cover;
    width: 100%;
}
.inbanner h1 {
    font-size: 50px;
    font-weight: bold;
}

.inbanner img {
    float: right;
}

.ib-caption {padding: 18em 0 0;margin-top: -70px;background-size: cover;}
.type-page h1.entry-title {
    display: none;
}
.ib-btn {
    display: table;
    background-color: #ed1c24;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 19px 30px;
    line-height: 1;
    border-radius: 3px;
}

.pageportfolio {
    display: flex;
    width: 100%;
    justify-content: center;  
}

.ppthumb {
    transform: scale(1);
    display: flex;
    flex: auto;
    width: 20%;
    border-bottom: 1px solid #e6e6e6;
}

.ppthumb a.community {
    width: 100%;
    /*display: flex;*/
}

.ppthumb a.community img.img-responsive {
    width: 100%;
    height: auto;
    /*max-height: 260px;*/
    /*min-height: 260px;*/
} 


@media only screen and ( max-width:850px ){
    
body .ppthumb { width: 100%;}   

}



.sing-con h1.sing-h1 {
    margin-bottom: 0;
    font-weight: bold;
}
