/*
Theme Name: iWillFolo
Theme URI: 
Author: Liron
Author URI: http://www.iwillfolo.com/
Description: Simple and Minimal wordpress theme.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, white, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: iwillfolo

This theme, like WordPress, is licensed under the GPL.
*/

/*
*	1. GENERALS
*	2. TYPOGRAPHY
*	3. HEADER
*	4. CONTENT
*/

/*
* Generals
****************************************************************************/
img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: rgba(0,0,0,0.7);
	transition: color 0.5s ease;
	cursor: pointer;
}

a:hover {
	color: #39c;
}

a:focus {
	outline: 0;
}

a img:hover {
	opacity: 0.9;
}

article p {
	margin-top: 30px;
	word-break: keep-all;
}

article a {
        color: #39c;
}

article a:visited {
        color: #158;
}

table {
	margin-bottom: 15px;
}

iframe {
	max-width: 100%;
}

.g-meta-date {
	display: none;
}

article table {
    	border-collapse: collapse;
		width: 100%;
}

article table, article th, article td {
	border: 1px solid black;
	padding: 5px;
}

article th {
	background-color: #39c;
	color: #fff;
}

pre {
	white-space: pre-wrap;
	max-width: 69ch;
}

hr {
	width: 20%;
	margin: 40px auto;
	overflow: hidden;
	border-width: 0;
}

hr::after {
	content: "...";
	letter-spacing: 25px;
	font-size: 150%;
}

h4, h5, h6 {
        color: #444;
}

i, em {
        font-style: italic;
}

strong {
        font-weight: bold;
}

blockquote {
        border-left: 6px solid #39c;
        margin-left: 0;
        padding-left: 2%;
}

blockquote p {
        line-height: 175%;
        font-size: 115%;
}

code {
        font-family: Courier, serif;
}


/*
* Header
****************************************************************************/
#masthead {
	background-color: #39c;
 	height: 50px;
}

#logo-1 {
	height: 35px;
	margin-top: 7px;
}

.site-branding {
	float: left;
}

#top-menu-bar {
	z-index: 10;
	right: 0px;
}

#menu a:hover {
	opacity: 0.9;
	background-color: #069;
}

#top-menu-bar-list {
	margin: 0;
	list-style-type: none;
}

.submenu {
	display: none;
	padding-left: 0;
	list-style-type: none;
	background-color: #39c;
        z-index: 9;
}

.level-0 a {
	background-color: #39c;
	display: block;
}

.level-1 a {
    	background-color: #28b;
}

#search-page {
        width: 280px;
        margin: 15px auto 25px;
        border: 2px solid #bbb;
        border-radius: 5px;
}

#sbtn {
        position: relative;
        float: right;
  	font-size: 25px;
   	width: 51px;
	height: 50px;
	transition: all 0.2s ease-in-out;
}

#sbtn i {
        padding: 12px 14px;
}

#comp-search-cont {
        position: relative;
        float: right;
}

#compact-search {
        display: none;
        position: absolute;
        right: 0;
        top: 60px;
        border: 7px solid #39c;
        border-radius: 5px;
        z-index: 2;
}

#compact-search::before {
	content: "";
	border-color: transparent transparent #39c transparent;
	border-width: 10px;
	border-style: solid;
	position: absolute;
	bottom: 35px;
	right: 5px;
}

.search-form {
        width: 275px;
        background-color: #fff;
        position: relative;
}

.search-in {
	padding: 5px;
	height: 29px;
	font-size: 100%;
	width: 250px;
        animation-name: expand;
        animation-duration: 0.2s;
}

@keyframes expand {
        from {width: 35px;}
        to {width: 250px;}
}

.search-submit {
        width: 25px;
        position: absolute;
        top: 5px;
        right: 0;
}

#menubars {
	position: absolute;
	top: 0;
  	right: 51px;
    	font-size: 25px;
	height: 50px;
	width: 51px;
	text-align: center;
}

#menubars span, #menubars i {
	display: block;
	margin-top: 12px;
}

#sbtn, #menubars {
	color: #fff;
}

#sbtn:hover, #menubars:hover {
	opacity: 0.9;
	cursor: pointer;
	background-color: #069;
}

#logo-1 {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

#menu-fafa-home {
	font-size: 25px;
}

#menu-fa-stackfa {
	font-size: 12px;
}


/*
* Content
****************************************************************************/

#content {
	margin-bottom: 20px;
        overflow: hidden;
}

.meta-info {
	color: #999;
	font-size: 80%;
        width: 100%;
        display: inline-block;
        margin: 0 0 20px;
}

.meta-info a {
	color: #999;
	font-weight: bold;
}

.meta-info-post {
        padding-top: 12px;
        border-top: 1px solid #ddd;
}

.post-time {
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #d0d0d0;
        float: left;
}

.post-author {
        display: block;
        white-space: nowrap;
}

#pre-meta {
	float: left;
        margin-top: -1px;
        margin-right: 10px;
}

#post-symbol a {
	color: #888;
}

#post-symbol {
	font-size: 40px;
	display: inline-block;
	vertical-align: text-top;
}

#post-symbol a:hover {
	color: #39c;
}

/***** Single ******/

.post-thumbnail {
	position: relative;
	overflow: hidden;
}

#article-meta {
	display: inline-block;
	clear: both;
	width: 100%;
}

.post a {
	color: #39c;
}

#trail-box {
	margin-bottom: 20px;
}

.related-posts {
	float: left;
}

#related-posts-1 {
	margin-right: 2%;
}

#related-posts-3 {
	margin-left: 2%;
}

/* Front page
*********************/
.front {
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
	padding-bottom: 10px;
}

.entry-link h2, .entry-link h1 {
	transition: color 0.5s ease;
	margin-bottom: 5px;
}

.entry-link:hover h2, .entry-link:hover h1 {
	color: #39c;
}

.front .attachment-thumb-div {
	position: relative;
	overflow: hidden;
	max-height: 210px;
}

.attachment-thumb-div-1 {
	position: relative;
	overflow: hidden;
}

.attachment-thumb-div-1 img {
	width: 100%;
}

.attachment-thumb-div img {
	display: block;
	width: 100%;
	height: 100%;
}

.entry-text {
	float: left;
}

.entry-title {
	margin-top: 5px;
	color: #333;
}

#entry-title-1, .post-title {
	margin: 0 0 5px;
}

.page-header {
	clear: both;
}

.iwf-featured {
	background-color: rgba(220,180,0,0.85);
	color: #fff;
	padding: 4px 40px;
	position: absolute;
	right: -45px;
	top: 20px;
	font-weight: bold;
	z-index: 1;
	transform: rotate(45deg);
	text-shadow: -1px 1px #666;
	box-shadow: 3px 3px 5px #333;
}

.iwf-featured::before {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0px;
	right: 0px;
	bottom: 0.2em;
	display: block;
	border: 1px dashed rgba(0, 0, 0, 0.45);
}

.leader-post {
	margin-bottom: 25px;
}


/* Page
*****************/
.page-title {
	margin-top: 0;
        border-bottom: 1px solid #bbb;
        display: inline-block;
        padding-right: 12px;
}

.error-404 {
        margin-bottom: 25px;
}


/*
* Sidebar
****************************************************************************/

.sidebar-list, .footer-list {
	padding-left: 0;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}

.sidebar-widget {
	margin-bottom: 20px;
}

.sidebar-h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 100%;
	line-height: 145%;
}

.related-h3 {
	margin-top: 0;
	font-size: 100%;
	line-height: 135%;
}

.related-posts a:hover {
	color: #39c;
}

.widgettitle {
	color: #333;
	font-weight: 300;
	padding-left: 2px;
	clear: both;
	margin-top: 0px;
	border-bottom: 2px solid #08b;
	padding-right: 15px;
	max-width: 300px;
        font-size: 130%;
	line-height: 120%;
}

.side-div {
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

.side-div p {
        font-size: 90%;
        line-height: 150%;
}


/*
* Pagination
****************************************************************************/
/* PAGES */
#site-pagination {
	text-align: center;
	display: inline-block;
	width: 100%;
}

#pagination {
	list-style-type: none;
	display: inline-block;
	padding-left: 0px;
}

.pagination-li {
	float: left;
}

.pagination-a, .current, .pagination-ends {
    	display: block;
	transition: none;
}

.pagination-a, .pagination-ends {
	color: #333;
}

.pagination-ends { 	
	padding: 5px 5px;
}

.current {
	background-color: #39c;
	color: #fff;
}

.pagination-a:hover, .pagination-a:active, .pagination-ends:hover {
	background-color: #39c;
	color: #fff;
}

.entry-content a {
	color: #39c;
}

/* POSTS */

#post-pagination {
	list-style-type: none;
	display: inline-block;
	font-weight: bold;
	width: 100%;
	padding-left: 0;
}

#post-pagination li {
    	float: left;
	margin-bottom: 10px;
}

.post-current {
    	background-color: #39c;
	color: #fff;
	border-radius: 25px;
}

.post-pagination-a {
    	color: #39c;
	transition: none;
	border-radius: 25px;
}

.post-pagination-a:hover, .post-pagination-a:active {
	background-color: #39c;
	color: #fff;
}


/*
* Ads
****************************************************************************/



/*
* Media queries
****************************************************************************/
@media all and (min-width: 1126px) {
    
        body {
                margin: 0;
                background-color: #fff;
                font-size: 17px;
    		line-height: 25px;
                font-family: open-sans, sans-serif;
        }

	.span_1 {
		width: 1124px;
                padding: 0 32px;
                position: relative;
                margin: 0 auto;
	}

	.span_2 {
                float: left;
		width: 730px;
                position: relative;
                overflow: hidden;
	}

	.span_3 {
		float: left;
		width: 300px;
		margin-left: 30px;
                overflow: hidden;
	}
		
	h1 {
    		font-size: 37px;
    		line-height: 45px;
                font-family: cabin,  sans-serif;
                color: #333;
	}

	h2 {
    		font-size: 30px;
    		line-height: 40px;
                font-family: cabin,  sans-serif;
                color: #333;
	}

	h3 {
    		font-size: 24px;
    		line-height: 36px;
                font-family: cabin,  sans-serif;
                color: #333;
	}

	p, li {
                margin-top: 0;
                color: rgba(0,0,0,0.9);
    		font-size: 18px;
    		line-height: 34px;
	}
	
	.single-article {
                width: 700px;
        }

	#menubars {
		display: none;
	}

	#site-navigation {
		display: block !important;
	}

	#menu {
    		right: 51px;
		top: 0;
                z-index: 9;
                float: right;
	}

	.level-0 {
		float: left;
	}

	#menu a {
	        color: #fff;
                line-height: 49px;
		padding: 0px 12px;
                font-family: cabin, sans-serif;
	}
	
	#menu-main-menu {
                position: relative;
                margin: 0px;
                padding-left: 0;
                list-style-type: none;
                background-color: #39c;
        }

	#submenu-0 {
		width: 300px;
		position: absolute;
		box-shadow: 2px 2px 7px 0px;
	}
	
        #submenu1-0 {
                width: 150px;
                position: absolute;
                box-shadow: 2px 2px 7px 0px;
        }

	.level-0 a {
	    	border-top: 1px solid #07A;
	}

	.level-1 {
		float: left;
		width: 150px;
	}

	.level-1 a {
	    	border-top: 1px solid #069;
		display: block;
	}
	
	#search-2 {
                display: none;
                position: absolute;
                right: 32px;
                border: 10px solid #39c;
                border-radius: 10px;
                top: 60px;
                box-shadow: 0 2px 4px;
                z-index: 2;
        }
        
        #content {
		margin-top: 30px;
	}

	.leader-post {
		display: inline-block;
	}
	
	.entry-text-1 p, #single-excerpt p {
                font-size: 22px;
                line-height: 34px;
                margin-top: 0;
        }

	.front {
		float: left;
		width: 48%;
                height: 330px;
	}

	.odd {
		clear: both;
		margin-right: 2%;
	}

	.even {
		margin-left: 2%;
	}

	.front .attachment-thumb-div {
		width: 100%;
	}
	
        .large-title {
                font-size: 275%;
                line-height: 120%;
        }
        
        .entry-title {
                font-size: 110%;
                line-height: 140%;
        }
        
        .large-excer {
                width: 900px;
        }

	.pagination-li {
    		margin-right: 5px;
    		font-size: 18px;
    		line-height: 28px;
	}

	.pagination-a, .current {
    		padding: 5px 10px;
	}

	.post-pagination-li {
    		margin-right: 7px;
		font-size: 18px;
	}

	.post-current, .post-pagination-a {
    		padding: 5px 10px;
	}

	.related-posts {
		width: 32%;
	}

	.img-container, .related-img-container img {
		height: 140px;
	}
	
	.navi-links  {
                position: fixed;
                top: 45%;
                font-size: 25px;
                border: 1px solid #ccc;
                color: #777;
                width: 30px;
                height: 75px;        
        }

        #next-link {
                right: 0;
        }

        #prev-link {
                left: 0;
        }
        
        #next-link::after {
                font-family: FontAwesome;
                content: "\f054";
                position: absolute;
                top: 24px;
                left: 6px;
        }
        
        #prev-link::after {
                font-family: FontAwesome;
                content: "\f053";
                position: absolute;
                top: 24px;
                left: 6px;                
        }
        
        .navi-links:active:after {
                transform: scale(0.8);
        }
        
	.alignleft {
		float: left;
		margin-right: 15px;
	}

	.alignright {
		float: right;
		margin-left: 15px;
	}

	.bq-right {
		float: right;
		max-width: 250px;
		padding: 0 0 0 15px;
	}

        .comment-count {
                display: inline-block;
                width: 50px;
                height: 40px;
                border: 1px solid #777;
                border-radius: 50%;
                margin-right: 5px;
                padding-top: 10px;
                font-size: 130%;
                text-align: center;
        }

        .comment-child-count {
                display: inline-block;
                width: 35px;
                height: 30px;
                border: 1px solid #777;
                margin-right: 5px;
                padding-top: 4px;
                font-size: 110%;
                text-align: center;
        }
        
        .com-cont {
                font-size: 85%;
                line-height: 150%;
                margin-bottom: 5px;
                white-space: pre-line;
                color: #111;
        }
        
        #addons-header {
                width: 100%;
                margin-bottom: 30px;
                display: inline-block;
        }

        #addons-img {
                max-width: 200px;
                float: left;
                margin-right: 25px;
        }
        
        .addon-div {
                margin-right: 25px;
                display: block;
                width: 210px;
                float: left;
                height: 235px;
        }

        .addons-img {
                max-width: 150px;
                float: left;
                border-radius: 25px;
                overflow: hidden;
        }
        
        .addon-title {
                overflow: hidden;
                display: inline-block;
                white-space: nowrap;
                width: 155px;
                margin-bottom: -15px;
                
        }
        
        .addon-title-front {
                    overflow: hidden;
                    display: inline-block;
                    white-space: nowrap;
                    margin-bottom: -15px;
                    width: 320px;
                    text-align: center;
                    transition: color 0.5s ease;
        }

        @font-face {
            font-family: 'open-sans';
            src: url('./fonts/open-sans/opensans-regular-webfont.woff2') format('woff2'),
                    url('./fonts/open-sans/opensans-regular-webfont.woff') format('woff');
            font-weight: 400;
            font-style: normal;
        }

        @font-face {
            font-family: 'open-sans';
            src: url('./fonts/open-sans/opensans-italic-webfont.woff2') format('woff2'),
                    url('./fonts/open-sans/opensans-italic-webfont.woff') format('woff');
            font-weight: 400;
            font-style: italic;
        }

        @font-face {
            font-family: 'open-sans';
            src: url('./fonts/open-sans/opensans-bold-webfont.woff2') format('woff2'),
                    url('./fonts/open-sans/opensans-bold-webfont.woff') format('woff');
            font-weight: 700;
            font-style: normal;
        }

        @font-face {
            font-family: 'open-sans';
            src: url('./fonts/open-sans/opensans-bolditalic-webfont.woff2') format('woff2'),
                    url('./fonts/open-sans/opensans-bolditalic-webfont.woff') format('woff');
            font-weight: 700;
            font-style: italic;
        }

}


@media all and (min-width: 767px) and (max-width: 1125px) {
    
    	body {
                margin: 0;
                background-color: #fff;
                font-size: 17px;
    		line-height: 25px;
                font-family: open-sans, sans-serif;
        }

	.span_1 {
		max-width: 739px;
                position: relative;
                margin: 0 auto;
	}

        .span_2 {
                position: relative;
                overflow: hidden;
        }

        .span_3 {
                overflow: hidden;
        }

	h1 {
    		font-size: 36px;
    		line-height: 42px;
                font-family: cabin,  sans-serif;
                color: #333;
	}

	h2 {
    		font-size: 30px;
    		line-height: 36px;
                font-family: cabin,  sans-serif;
                color: #333;
	}

	h3 {
                font-size: 24px;
    		line-height: 30px;
                font-family: cabin,  sans-serif;
                color: #333;
	}
	
        p, li {
                margin-top: 0;
                color: rgba(0,0,0,0.9);
    		font-size: 18px;
    		line-height: 34px;
	}
	
	.single-article {
                width: 700px;
        }
	
        #site-navigation {
		display: none;
	}

	#menu {
                position: absolute;
    		top: 50px;
                width: 100%;
    		text-align: center;
		box-shadow: 0 2px 4px;
	}
	
        #menu a {
	        color: #fff;
                line-height: 49px;
                font-family: cabin, sans-serif;
	}
	
        #menu-main-menu {
                position: absolute;
                margin: 0px;
                padding-left: 0;
                list-style-type: none;
                background-color: #39c;
                z-index: 9;
                width: 100%;
        }

        .level-0 a {
	    	border-top: 1px solid #07A;
	}

	.level-1 a {
	    	border-top: 1px solid #069;
	}
	
        #search-2 {
                display: none;
                position: absolute;
                right: 2px;
                border: 10px solid #39c;
                border-radius: 10px;
                top: 60px;
                box-shadow: 0 2px 4px;
                z-index: 2;
        }

	#content {
		margin-top: 15px;
                padding: 0 5px;
	}

	.leader-post {
		border-bottom: 1px solid #bbb;
	}
	
	.entry-text-1 p, #single-excerpt p {
                font-size: 20px;
                line-height: 32px;
                margin-top: 0;
        }	
	
	.front {
                border-bottom: 1px solid #ddd;
        }

	.front .attachment-thumb-div {
		max-width: 360px;
		margin: 0 auto;
	}

	article.post {
		padding: 0px 5px;
	}

	.pagination-li {
    		margin-right: 5px;
    		font-size: 18px;
    		line-height: 28px;
	}

	.pagination-a, .current {
    		padding: 5px 10px;
	}

	.post-pagination-li {
    		margin-right: 7px;
		font-size: 16px;
	}

	.post-current, .post-pagination-a {
    		padding: 5px 10px;
	}
	
	.navi-links  {
                position: fixed;
                top: 45%;
                font-size: 20px;
                border: 1px solid #ccc;
                color: #777;
                width: 18px;
                height: 75px;        
        }

        #next-link {
                right: 0;
        }

        #prev-link {
                left: 0;
        }
        
        #next-link::after {
                font-family: FontAwesome;
                content: "\f054";
                position: absolute;
                top: 24px;
                left: 5px;
        }
        
        #prev-link::after {
                font-family: FontAwesome;
                content: "\f053";
                position: absolute;
                top: 24px;
                left: 1px;                
        }
        
        .navi-links:active:after {
                transform: scale(0.8);
        }

	#poadm {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.latetst-div a {
		font-size: 13px;
	}

	.no-mob {
		display: none;
	}

	.absolute-next-prev {
		position: absolute;
		bottom: 0;
	}

	#prev-post-div {
		left: 20px;
	}

	.related-posts {
		width: 49%;
	}

	#related-posts-3 {
		display: none;
	}

	.latetst-div {
		float: left;
		width: 49%;
	}

	.side-odd {
		margin-right: 2%;
	}

	.sidebar-list {
		margin: 0;
	}

	#adh {
		margin-left: 2px;
	}
	
	.bq-right {
		padding: 0 15px;
	}
	
        .comment-count {
                display: inline-block;
                width: 40px;
                height: 33px;
                border: 1px solid #777;
                border-radius: 50%;
                margin-right: 5px;
                padding-top: 8px;
                font-size: 130%;
                text-align: center;
        }	
	
        .comment-child-count {
                display: inline-block;
                width: 30px;
                height: 27px;
                border: 1px solid #777;
                margin-right: 5px;
                font-size: 110%;
                text-align: center;
        }
        
        .com-cont {
                font-size: 85%;
                line-height: 150%;
                margin-bottom: 5px;
                white-space: pre-line;
                color: #111;
        }
        
        #addons-header {
                width: 100%;
                margin-bottom: 30px;
                display: inline-block;
        }

        #addons-img {
                max-width: 200px;
                float: left;
                margin-right: 25px;
        }
	
	.addon-div {
                margin-right: 25px;
                display: block;
                width: 210px;
                float: left;
                height: 235px;
        }

        .addons-img {
                max-width: 150px;
                float: left;
                border-radius: 25px;
                overflow: hidden;
        }
        
        .addon-title {
                overflow: hidden;
                display: inline-block;
                white-space: nowrap;
                width: 155px;
                margin-bottom: -15px;
                
        }
        
        .addon-title-front {
                    overflow: hidden;
                    display: inline-block;
                    white-space: nowrap;
                    margin-bottom: -15px;
                    width: 100%;
                    text-align: center;
                    transition: color 0.5s ease;
        }
	
        @font-face {
            font-family: 'open-sans';
            src: url('./fonts/open-sans/opensans-regular-webfont.woff2') format('woff2'),
                    url('./fonts/open-sans/opensans-regular-webfont.woff') format('woff');
            font-weight: 400;
            font-style: normal;
        }

        @font-face {
            font-family: 'open-sans';
            src: url('./fonts/open-sans/opensans-italic-webfont.woff2') format('woff2'),
                    url('./fonts/open-sans/opensans-italic-webfont.woff') format('woff');
            font-weight: 400;
            font-style: italic;
        }

        @font-face {
            font-family: 'open-sans';
            src: url('./fonts/open-sans/opensans-bold-webfont.woff2') format('woff2'),
                    url('./fonts/open-sans/opensans-bold-webfont.woff') format('woff');
            font-weight: 700;
            font-style: normal;
        }

        @font-face {
            font-family: 'open-sans';
            src: url('./fonts/open-sans/opensans-bolditalic-webfont.woff2') format('woff2'),
                    url('./fonts/open-sans/opensans-bolditalic-webfont.woff') format('woff');
            font-weight: 700;
            font-style: italic;
        }

}


@media all and (max-width: 766px) {
    
    	body {
                margin: 0;
                background-color: #fff;
                font-size: 16px;
    		line-height: 24px;
                font-family: roboto, sans-serif;
        }

	.span_1 {
		max-width: 660px;
                position: relative;
                margin: 0 auto;
	}

        .span_2 {
                position: relative;
                overflow: hidden;
        }

        .span_3 {
                overflow: hidden;
        }

	h1 {
    		font-size: 28px;
    		line-height: 34px;
                font-family: cabin,  sans-serif;
                font-weight: 400;
                color: #333;
	}

	h2 {
    		font-size: 24px;
    		line-height: 30px;
                font-family: cabin,  sans-serif;
                font-weight: 400;
                color: #333;
	}

	h3 {
                font-size: 20px;
    		line-height: 26px;
                font-family: cabin,  sans-serif;
                font-weight: 400;
                color: #333;
	}
	
        p, li {
                margin-top: 0;
                color: rgba(0,0,0,0.9);
    		font-size: 16px;
    		line-height: 24px;
	}
	
        #site-navigation {
		display: none;
	}

	#menu {
                position: absolute;
    		top: 50px;
                width: 100%;
    		text-align: center;
		box-shadow: 0 2px 4px;
	}
	
        #menu a {
	        color: #fff;
                line-height: 49px;
                font-family: cabin, sans-serif;
	}
	
        #menu-main-menu {
                position: absolute;
                margin: 0px;
                padding-left: 0;
                list-style-type: none;
                background-color: #39c;
                z-index: 9;
                width: 100%;
        }

        .level-0 a {
	    	border-top: 1px solid #07A;
	}

	.level-1 a {
	    	border-top: 1px solid #069;
	}
	
        #search-2 {
                display: none;
                position: absolute;
                right: 2px;
                border: 10px solid #39c;
                border-radius: 10px;
                top: 60px;
                box-shadow: 0 2px 4px;
                z-index: 2;
        }

	#content {
		margin-top: 10px;
                padding: 0 5px;
	}

	.leader-post {
		border-bottom: 1px solid #bbb;
	}
	
	.entry-text-1 p, #single-excerpt p {
                font-size: 18px;
                line-height: 26px;
                margin-top: 0;
        }	
	
	.front {
                border-bottom: 1px solid #ddd;
        }

	.front .attachment-thumb-div {
		max-width: 360px;
		margin: 0 auto;
	}

	article.post {
		padding: 0px 5px;
	}

	.pagination-li {
    		margin-right: 5px;
    		font-size: 18px;
    		line-height: 28px;
	}

	.pagination-a, .current {
    		padding: 5px 10px;
	}

	.post-pagination-li {
    		margin-right: 7px;
		font-size: 16px;
	}

	.post-current, .post-pagination-a {
    		padding: 5px 10px;
	}
	
	.navi-links {
		display: none;
	}

	#poadm {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.latetst-div a {
		font-size: 13px;
	}

	.no-mob {
		display: none;
	}

	.absolute-next-prev {
		position: absolute;
		bottom: 0;
	}

	#prev-post-div {
		left: 20px;
	}

	.related-posts {
		width: 49%;
	}

	#related-posts-3 {
		display: none;
	}

	.side-odd {
		margin-right: 2%;
	}

	.sidebar-list {
		margin: 0;
	}

	#adh {
		margin-left: 2px;
	}
	
	.bq-right {
		padding: 0 15px;
	}
	
        .comment-count {
                display: inline-block;
                width: 40px;
                height: 33px;
                border: 1px solid #777;
                border-radius: 50%;
                margin-right: 5px;
                padding-top: 8px;
                font-size: 130%;
                text-align: center;
        }	
	
        .comment-child-count {
                display: inline-block;
                width: 30px;
                height: 27px;
                border: 1px solid #777;
                margin-right: 5px;
                font-size: 110%;
                text-align: center;
	}
	
	.com-cont {
                font-size: 90%;
                line-height: 150%;
                margin-bottom: 5px;
                white-space: pre-line;
                color: #111;
        }
        
        #addons-header {
                width: 100%;
                margin-bottom: 25px;
                display: inline-block;
                text-align: center;
        }

        #addons-img {
                max-width: 200px;
                margin: auto;
        }
        
        #updated-addons {
                display: block;
                max-width: 510px;
                margin: 0 auto;
        }
        
        .addon-div {
            max-width: 140px;
            float: left;
            display: inline-block;
            text-align: center;
            border-bottom: 1px solid #ddd;
            margin: 0 7.5px 25px;
            height: 215px;
        }

	.addons-img {
                margin: 0 auto;
                max-width: 150px;
                border-radius: 25px;
                overflow: hidden;
        }
        
        .addon-title {
                overflow: hidden;
                display: inline-block;
                white-space: nowrap;
                margin-bottom: -15px;
                width: 100%;
                
        }
        
        .addon-title-front {
                    overflow: hidden;
                    display: inline-block;
                    white-space: nowrap;
                    margin-bottom: -15px;
                    width: 100%;
                    text-align: center;
                    transition: color 0.5s ease;
        }
	
	@font-face {
            font-family: 'roboto';
            src: url('./fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
                    url('./fonts/roboto/roboto-regular-webfont.woff') format('woff');
            font-weight: 400;
            font-style: normal;
        }

        @font-face {
            font-family: 'roboto';
            src: url('./fonts/roboto/roboto-italic-webfont.woff2') format('woff2'),
                    url('./fonts/roboto/roboto-italic-webfont.woff') format('woff');
            font-weight: 400;
            font-style: italic;
        }

        @font-face {
            font-family: 'roboto';
            src: url('./fonts/roboto/roboto-bold-webfont.woff2') format('woff2'),
                    url('./fonts/roboto/roboto-bold-webfont.woff') format('woff');
            font-weight: 700;
            font-style: normal;
        }

        @font-face {
            font-family: 'roboto';
            src: url('./fonts/roboto/roboto-bolditalic-webfont.woff2') format('woff2'),
                    url('./fonts/roboto/roboto-bolditalic-webfont.woff') format('woff');
            font-weight: 700;
            font-style: italic;
        }

}


/*
* Fonts
****************************************************************************/
@font-face {
    font-family: 'cabin';
    src: url('./fonts/cabin/cabin-regular-webfont.woff2') format('woff2'),
            url('./fonts/cabin/cabin-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'cabin';
    src: url('./fonts/cabin/cabin-bold-webfont.woff2') format('woff2'),
            url('./fonts/cabin/cabin-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


/*
* Social
****************************************************************************/
#socicons {
	list-style-type: none;
	display: inline-block;
	width: 100%;
	padding-left: 0;
	min-width: 150px;
}

#socicons a {
	display: inline-block;
	width: 24%;
	float: left;
	text-align: center;
	font-size: 180%;
	color: #666;
	padding: 10px 0;
	margin-right: 1%;
}

#socicons a:hover {
	color: #39c;
}

#sharebuttons {
	width: 100%;
}

.content-trail {
	float: left;
	margin: 0 10px 0 0;
        font-family: cabin, sans-serif;
        font-weight: bold;
}

.post-sources {
	margin-right: 25px;
	color: #a7a7a7;
        display: inline-block;
}

#sharebuttons a {
	padding: 3px 12px 2px;
	margin-bottom: 12px;
	display: inline-block;
        border-radius: 3px;
        font-size: 100%;
        font-weight: bold;
        color: #fff;
        font-family: cabin, sans-serif;
}

#sharebuttons a:hover {
	color: #fff;
	cursor: pointer;
}

.facebook i, .twitter i {
	margin-left: -5px;
	margin-right: 5px;
}

.facebook {
	background-color: #44619d;
        margin-right: 10px;
}

.facebook:hover {
	background-color: #5471ad;
}

.twitter {
	background-color: #1b95e0;
        margin-right: 10px;
}

.twitter:hover {
	background-color: #2ba5f0;
}

.whatsapp {
        background-color: #0dc143;
}

.whatsapp:hover {
        background-color: #1dd153;
}

.rss {
	background-color: #e83;
}

.rss:hover {
	background-color: #f94;
}



/*
 *  Comments
 * **********************************************/
#com-form {
        margin-bottom: 30px;
}

.com-textareas {
        border: 1px solid rgba(0,0,0,0.3);
        border-radius: 5px;
        padding: 5px 10px;
        margin-bottom: 10px;
        outline: none;
        min-height: 70px;
}

.add-com {
        color: rgba(0,0,0,0.7);
}

.com-in {
        border: 1px solid rgba(0,0,0,0.3);
        border-radius: 3px;
        padding: 3px 5px;
        margin-bottom: 10px;
        width: 100%;
}

.com-button {
        float: right;
        border: 1px solid rgba(0,0,0,0.4);
        border-radius: 3px;
        padding: 5px;
}

#com-sub {
        background-color: #37a;
        color: #fff;
        margin-bottom: 7px;
}

#comments-list {
        margin-top: 10px;
}

.parent-comment {
        margin-top: 20px;
}

.child-comment {
        margin-top: 15px;
}

.comment-table {
        width: 100%;
}

.comment-parent {
        float: right;
        position: relative;
        font-size: 90%;
}

.comment-parent a {
        color: #666;
}

.comment-header {
        height: 40px;
        display: block;
}

.comment-author {
        position: relative;
        margin-right: 5px;
        font-family: cabin, sans-serif;
}

.comment-num {
        float: left;
}

.comment-body {
        width: 100%;
}

.comment-date {
        float: right;
        margin-left: 10px;
        color: #888;
        font-size: 90%;
}

.comment-reply {
        margin-right: 10px;
        cursor: pointer;
        font-size: 95%;
        color: #999;
}

.comment-footer {
        height: 25px;
}

.admin-usr {
        color: #37b;
}

#com-display-more {
        text-align: center;
        font-weight: bold;
        padding: 5px 10px;
        background-color: rgba(0,0,0,0.15);
        border-radius: 5px;
        cursor: pointer;
        margin-bottom: 25px;
        font-family: cabin, sans-serif;
}

#comments {
        clear: both;
        padding: 0 5px;
}

.comment-like {
        color: #bbb;
        cursor: pointer;
}

.comment-liked {
        color: #38c;
        cursor: pointer;
}        

.com-likes-num {
        color: #38c;
        font-size: 80%;
}

#form-textarea-div {
        width: 100%;
        box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.12 ) inset;
}

#form-textarea {
        width: 100%;
        height: 80px;
        resize: none;
        font-size: 95%;
}

.form-input {
        border: 1px solid rgba( 0, 0, 0, 0.2 );
        box-shadow: none;
        padding: 5px;
}

.form-input:hover  {
        border: 1px solid rgba( 0, 0, 0, 0.4 );
}

.form-input:focus {
	border-color: #39c;
}


/*
* Footer
****************************************************************************/
#colophon {
	min-height: 100px;
	border-top: 1px solid #bbb;
}

.footer-widget {
	display: inline-block;
}

#footer-li-widget_text {
	float: right;
}

.footer-widget-title {
	border-bottom: 2px solid #333;
	display: inline-block;
	margin-bottom: 10px;
        font-family: cabin, sans-serif;
        font-weight: 400;
        font-size: 130%;
	line-height: 120%;
}

#menu-footer-links {
    	list-style-type: none;
	padding-left: 0;
}

#menu-footer-links a {
        color: #111;
        font-size: 90%;
}

#copyright {
	margin-top: 30px;
        font-weight: bold;
        color: #555;
        font-family: cabin, sans-serif;
}

#copyright a {
	color: #000;
}

/*
* Extras
****************************************************************************/
header, section, footer, aside, nav, main, article, figure {
	display: block;
}

div, textarea {
        box-sizing: border-box;
}

input {
	border: none;
        box-sizing: border-box;
}

button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.meta {
	margin: 10px 10px 10px 0;
}

.side-meta {
	position: absolute;
	bottom: 0;
	right: 0;
}

.categorya {
	padding: 4px 5px;
	margin-right: 7px;
}

.categorya-s {
	padding: 2px 3px;
}

.categorya a, .categorya-s a {
	color: #fff;
	font-weight: bold;
	font-size: 90%;
}

.clear {
	clear: both;
}

.img-container, .related-img-container {
    	text-align: center;
	position: relative;
	overflow: hidden;
}

.addons {
	background-color: #fa0;
}

.apps {
	background-color: #0c9;
}

.comparisons {
	background-color: #d77;
}

.customization {
	background-color: #909;
}

.editorials {
	background-color: #06a;
}

.how-to {
	background-color: #093;
}

.news {
	background-color: #09c;
}

.quick-fix {
	background-color: #d00;
}

.reviews {
	background-color: #dc0;
}

.plugins {
	background-color: #555;
}

#bid-overlay {
	position: fixed;
	background-color: rgba(0,0,0,0.75);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999;
        text-align: center;
}

#bid-item {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        padding: 1px;
        border: 10px solid #fff;
        background-color: #dcdcdc;    
        visibility: hidden;
        min-width: 100px;
        min-height: 72px;
}

#bid-closebtn {
	position: absolute;
        left: 0px;
        margin: auto;
        width: 35px;
	color: rgb(255, 255, 255);
	z-index: 1001;
	font-size: 20px;
	font-weight: bold;
	border: 5px solid rgb(255, 255, 255);
	border-radius: 50%;
	background-color: #28b;
	cursor: pointer;
        visibility: hidden;
}

#bid-right, #bid-left {
        position: absolute;
        cursor: pointer;
        visibility: hidden;
}

#bid-left .bid-arrow {
        left: 15%;
}

#bid-right .bid-arrow {
        right: 15%;
}

.bid-arrow {
	position: absolute;
        top: 50%;
	color: rgb(255, 255, 255);
	z-index: 1001;
	font-size: 20px;
	font-weight: bold;
	border: 5px solid #FFF;
	border-radius: 50%;
	padding: 4px 8px 4px;
	background-color: #28b;
	cursor: pointer;
        display: none;
}

#bid-right:hover .bid-arrow, #bid-left:hover .bid-arrow {
	display: block;
}


article li {
	margin-bottom: 10px;
}

.code-user, .code-root {
	display: block;
	border-style: solid;
	border-color: #09C;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-width: 1px 15px 1px 7px;
	color: #000;
	margin: auto auto 20px 0px;
	overflow: auto;
	white-space: nowrap;
	font-family: courier, sans-serif;
	position: relative;
	background-color: #09C;
}

.code-user:hover .code, .code-root:hover .code {
	background: #fcfcfc !important;
}

.code-user::before {
	content:"$:";
	display: block;
	padding: 0px 7px;
        color: #9C0;
        font-weight: bold; 
        font-family: roboto, sans-serif;
}

.code-root::before {
	content:"#:";
	display: block;
	padding: 0px 7px;
        color: #f30;
        font-weight: bold;
        font-family: roboto, sans-serif;
}

.code {
	display: block;
	background: none repeat scroll 0% 0% rgb(236, 236, 236);
	white-space: nowrap;
	overflow: auto;
	padding: 5px;
}

.code::after {
        content: " ";
        display: inline-block;
        width: 7px;
}

.terminal {
	background-color: #000;
	color: #fff;
	display: block;
	padding: 5px 10px;
	white-space: nowrap;
	overflow: auto;
}

.terminal::after {
        content: " ";
        display: inline-block;
        width: 7px;
}

.red-box {
    	display: block;
    	text-align: center;
    	color: #DE5959;
    	background: none repeat scroll 0% 0% #FFE9E9;
    	padding: 3%;
    	border-radius: 2px;
    	border: 1px solid #DE5959;
    	margin-bottom: 15px;
}

.yellow-box {
    	display: block;
    	color: #C4690E;
    	background: none repeat scroll 0% 0% #f9ea98;
    	padding: 3%;
    	border-radius: 2px;
    	border: 1px solid #C4690E;
	margin-bottom: 15px;
}

.green-box {
    	display: block;
    	color: #5F9025;
    	background: none repeat scroll 0% 0% #EBF6E0;
    	padding: 3%;
    	border-radius: 2px;
    	border: 1px solid #C3E39D;
    	margin-bottom: 15px;
}

.grey-box {
    border: 1px dashed #333;
    padding: 1.5%;
    margin-bottom: 15px;
}

.bq-right {
    margin: 18px 0 15px 15px;
    border-left: 5px solid #09c;
}

a.btn-bl {
    display: inline-block;
    padding: 1% 2%;
    background-color: #09c;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #fff;
    font-weight:700;
    font-family: cabin, sans-serif;
}

a.btn-bl:hover {
    background-color: #28b;
}

a.btn-bl:visited {
    color: #fff;
}

a.btn-bl::before {
    content:"\f019";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    border-right: 1px solid #fff;
    padding-right: 8px;
}

a.btn-tur {
    display: inline-block;
    padding: 1% 2%;
    background-color: #0c9;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #fff;
    font-weight:700;
    font-family: cabin, sans-serif;
}

a.btn-tur:hover {
    background-color: #0a7;
}

a.btn-tur:visited {
    color: #fff;
}

a.btn-tur::before {
    content:"\f0ac";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    border-right: 1px solid #fff;
    padding-right: 8px;
}

.wp-caption {
    	max-width: 100%;
}

.wp-caption-text {
	font-weight: bold;
	margin-top: 0;
}

.fa-linux {
	transform: rotateY(180deg) !important;
}

.cbl-boxes {
	margin-top: 15px;
	display: block;
}

.aligncenter {
	margin: auto;
}

.error {
	color: red;
}

#contact-form {
        padding: 0 5px;
}

#form-submit {
	padding: 5px 10px;
	background-color: #c63;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

#form-submit:hover, #form-submit:active {
	background-color: #d74;
}

#sentsucceed h2 {
	color: #c63;
}

#addons-crumbs {
        margin-bottom: 30px;
        font-size: 100%;
        font-family: cabin;
}

#addons-img img {
        width: 200px;
        height: 200px;
}

#addons-title {
        margin-top: 0;
        margin-bottom: 5px;
}

#addons-data p {
        font-size: 90%;
        margin-bottom: 3px;
}

.addons-link {
        color: #38c;
}

.addons-deps {
        clear: both;
        width: 100%;
        display: inline-block;
}

.addons-dep {
        float: left;
        display: inline-block;
}

.addons-dep h4 {
        margin-right: 25px;
        margin-top: 5px;
}

.fade-text {
        background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
        bottom: 0;
        max-height: 100%;
        position: absolute;
        right: 0;
        width: 25px;
        height: 36px;
}

.side-addons {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
}

.side-addons-num {
        font-size: 180%;
        margin-right: 15px;
        height: 80px;
        width: 20px;
        display: inline-block;
}

.side-addons-img {
        margin-right: 15px;
        max-width: 80px;
        display: inline-block;
        vertical-align: middle;
}

.side-addons-text {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        width: 162px;
        white-space: nowrap;
}

.side-addons-h3 {
        display: block;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        transition: color 0.5s ease;
}

.side-addons a:hover .side-addons-h3 {
    color: #38c;
}

.side-addons-views {
        color: #555;
}

.addons-img img {
        height: 150px;
}
    
.addon-title h2 {
        font-size: 125%;
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        transition: color 0.5s ease;
}

.addon-div:hover h2 {
        color: #38c;
}

.addon-meta {
        font-size: 85%;
        display: block;
        color: #333;
}

.addons-img-front {
        max-width: 150px;
        border-radius: 25px;
        overflow: hidden;
        margin: 0 auto;
}

.addons-img-front img {
        height: 150px;
}

.addon-title-front h2 {
        font-size: 125%;
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        transition: color 0.5s ease;
}

.addon-div-front:hover h2 {
        color: #38c;
}

.addon-body {
        margin-bottom: 30px;
}
