/*
Theme Name: cybdomblog
Author: Cybdom
Author URI: https://www.facebook.com/CWDom
Theme URI: https://www.facebook.com/cybdomWdd
Description: Responsive Blog made by Cybdom
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cybdomblog
Tags: Blog, custom-menu, featured-images, threaded-comments, news

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.

Boostrap to wordpress is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget_search label {
    width: 100%;
    
}
.widget_search form input[type="search"]{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    
}
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}
p,h1,h2,h3,h4,h5,h6{
    margin: 0;
}
h1{
    font-size: 2.5em;
    line-height: 1.6em;
    letter-spacing: 0.5px;
}
h2{
    font-size: 2em;
    line-height: 1.6em;
    letter-spacing: 0.5px;
}
h3{
    margin: 10px 0;
}
h4{
    font-size: 1.5em;
    line-height: 1.6em;
    letter-spacing: 0.5px;
}
p{
    font-size: 18px;
}
p.lead{
    margin: 0;
}
a{
    color: #656f7b;
}
a:hover,a:focus{
    text-decoration: none;
    color: #dd3c1a;
    transition: ease color 0.5s;
}
/* Navigation Bar */
.navbar{
    margin: 0;
    background: rgba(0,0,0,0.6);
    border: none;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-brand{
    color: #ddd;
}
.navbar-default .navbar-nav>li>a:hover , .navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav>li>a:focus , .navbar-default .navbar-brand:focus{
    color: white;
    transition: ease all 0.3s;
}
.navbar li{
    margin: 0;
}
/*Blobal*/
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    text-decoration: none;
    color: #dd3c1a;
    background-color: white;
}
/* Header Background Image*/
.feature-image{
    background: url('assets/imgs/bg-min.jpg') no-repeat;
    background-attachment: fixed;
    height: 300px;
    width: 100%;
    color: white;
    display: table;
    margin-bottom: 10px;
}
.feature-image .pageInfo{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
}
body{
    font-size: 16px;
}
/* Blog Section */
.blog,.single{
    background: #e7ebf0;
}
.blog .post{
    padding: 0px 20px;
    margin-bottom: 20px;
    width: 33%;
    display: inline-grid;
    height: 700px;
}
.post-header h4{
    font-size: 21px;
    font-weight: bold;
    margin: 5px 0;
}
.post-header small{
    font-size: 15px;
    font-weight: light;
    color: #7b858c;
}
.post h4 a{
    color: #656f7b;
}
.post-header, .post-excerpt{
    padding: 10px 20px;
    background: white;
}
.post-image{
    background: white;
    height: 300px;
    overflow: hidden;
}
.post-image img{
    width: 100%;
    height: 300px;
    transform: scale(1);
    transition: all linear 0.5s;
}
.post-image img:hover{
    transform: scale(1.1);
}
img:hover{
    opacity: 0.6;
    transition: linear all 0.5s;
}
.post-content{
    box-shadow: 0 0px 4px 0 #333;
    background: white;
}
.post-excerpt{
    line-height: 25px;
    font-size: 15px;
}
.post-footer{
    padding: 5px 10px 10px;
    background: white;
}
.post-footer .btn-primary{
    background: none;
    color: #8b98a6;
    border: 1px solid #a1aab5;
}
.post-footer .tags{
    margin: 10px 0 0;
}
.post-body{
    padding: 10px 30px;
}
/* Comments */
#comments{
    background: white;
    box-shadow: 0 0 5px 0 #333;
    margin-top: 20px;
    padding: 20px;
}
#comments .comments-wrap{
    padding: 20px;    
}
.post-comments-badge{
    height: 70px;
    width: 70px;
    position: absolute;
    top: 25px;
    right: 20px;
    border: none;
    border-radius: 100%;
    background: #79b044;
    display: table;
    text-align: center;
}
.post-comments-badge:hover{
    background: #8bc653;
}
.post-comments-badge a{
    color: white;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}
.post-comments-badge i.fa{
    display: block;
    font-size: 15px;
    padding: 0;
    margin-bottom: 4px;
}
#comments h3{
    text-align: center;
}
#comments h4{
    font-size: 1.3em;
}
#comments ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    margin: 10px 0;
}
#comments ol li{
    background: rgba(0,0,0,0.02);
    padding: 10px 20px;
    margin: 10px 0;
    border-right: 4px;
    border: solid 1px rgba(0,0,0,0.03);
}
#comments ol li ol.children{
    padding: 0;
    list-style: none;
    font-size: 0.96em;
}
#leave-comment{
    margin: 40px 0 0;
    padding: 20px 0 0;
    border-top: solid 1px #eee;
}   
/* Specific wordpress comments*/
#comments footer{
    background: none;
    color: inherit;
}
#comments footer a{
    color: inherit;
}
#comments .comment-metadata{
    margin: 10px 0 0;
}
/* Forms */
label{
    display: block;
    font-weight: bold;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea{
    color: #666;
    border: solid 1px #ccc;
    border-radius: 3px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 4px 12px;
}
input[type="submit"]{
    height: 35px;
    margin: 5px 0;
    padding: 0 10px;
    background: none;
    border: solid 1px #333;
    border-radius: 3px;
    color: #333;
    line-height: 35px;
}
input[type="submit"]:hover{
    color: white;
    background: #1E1914;
}

/* Widgets*/
.widget{
    box-shadow: 0 0 4px 0 #333;
    margin-bottom: 20px;
    padding: 20px;
    background: white;
}
.widget li{
    line-height: 24px;
}
.widget a:hover{
    margin-left: 3px;
    transition: ease all .5s;
}
.widget h4{
    margin-bottom: 3px;
}
footer{
    margin-top: 30px;
    padding: 20px 0 0;
    background: #1E1914;
    color: white;
}
footer a{
    color: white;
    line-height: 25px;
}
footer a:hover{
    text-decoration: none;
    color: #ddd;
}
footer h4{
    margin: 0 0 5px 0;
}
footer .fa{
    font-size: 25px;
    margin-right: 20px;
}
#contact #primary{
    margin-top: 20px;
    min-height: 350px;
}
#contact #primary label{
    font-size: 16px;
    font-weight: bold;
}
@media only screen and (max-width:992px){
    .blog .post{
        width: 100%;
        padding: 0;
    }
    .post-image img{
        height: auto;
    }
}
@media only screen and (max-width: 768px){
    .widget:first-child{
        margin-top: 20px;
    }
    .post-body{
        padding: 10px;
    }
}
