/*
Theme Name: Petrux Framework
Theme URI: https://afiliadosbulldog.com
Author: WPSOS911.com Team
Author URI: https://wpsos911.com
Description: Petrux Framework: Súper Theme Wordpress para afiliados 
Version: 2.0
Text Domain: petrux
Tags:

Petrux Wordpress Theme Framework is based on Underscores https://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/



/*--------------------------------------------------------------
6.0 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;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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. */
}

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

/*--------------------------------------------------------------
8.0 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;
}

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

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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}



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

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

.single .byline,
.group-blog .byline {
	display: inline;
}


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

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 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;
}

/*--------------------------------------------------------------
12.0 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%;
}

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

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

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

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

/*--------------------------------------------------------------
12.2 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.33%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------- 
 => NavBar Bootstraps styles <=
----------------------------------------------- */

.navbar-primary {
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
  border-radius: 4px;
 }

/* Primary */
.navbar-primary {
/*	background-color: blue; */
    border-color: #2b669a;
}

.navbar-primary .navbar-brand {
	color: #ffffff;
}

.navbar-primary .navbar-brand:hover, .navbar-primary .navbar-brand:focus {
	color: #ecdbff;
}
.navbar-primary .navbar-text {
	color: #ffffff;
}
.navbar-primary .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-primary .navbar-nav > li > a:hover, .navbar-primary .navbar-nav > li > a:focus {
	color: #ecdbff;
	background: #AB00FF;
}
.navbar-primary .navbar-nav > .active > a, .navbar-primary .navbar-nav > .active > a:hover, .navbar-primary .navbar-nav > .active > a:focus {
	color: #ffffff;
	background: #EF00FF;
}
.navbar-primary .navbar-nav > .open > a, .navbar-primary .navbar-nav > .open > a:hover, .navbar-primary .navbar-nav > .open > a:focus {
	color: #ecdbff;
	background-color: #8e44ad;
}
.navbar-primary .navbar-toggle {
	border-color: #8e44ad;
}
.navbar-primary .navbar-toggle:hover, .navbar-primary .navbar-toggle:focus {
	background-color: #8e44ad;
}
.navbar-primary .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-primary .navbar-collapse,
.navbar-primary .navbar-form {
	border-color: #ffffff;
}
.navbar-primary .navbar-link {
	color: #ffffff;
}
.navbar-primary .navbar-link:hover {
	color: #ecdbff;
}



/*--------------------------------------------- 
 => Theme styles <=
----------------------------------------------- */
body { 
	max-width: 1024px; 
	margin:0 auto !important; 

}

body.custom-background {
	background-size: 100%;
}



/* Over Header Menu */
.upperMenu { 
	display: block; 
	width:100%;
}

.upperMenu ul { 
	text-align: right;
	font-size: 0.8em;
}

.upperMenu li { 
	list-style-type: none; 
	display: inline; 
	padding: 10px;
	font-weight: bold;
}

/* Logo Image */

.site-logo {
	float:left;
	margin-right: 1em;
	max-width: 100px;
}

.site-branding {
padding: 1%;
}

/* Blog Title */

h1.site-title {
font-size: 2em;
}

.site-title a {
font-size: 1.5em;
text-shadow: 1px 1px 0px #fff, 3px 3px 2px #ddd;
text-decoration: none;
}

.site-title a:hover {
text-decoration: none;
}

h2.site-description{
margin-top: 0px;
}

.site-description {
font-size: 1.3em;
text-shadow: 1px 1px 0px #fff, 3px 3px 2px #ddd;
font-weight: bold;
}


/* Featured Area */

.featured-area {
	margin: 0px 5px 10px 5px;
	padding: 18px 20px;
	
	background-color: #ffffff;
  
	border: 1px solid #ccc;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;  

	box-shadow: 0 0 5px #BBB;	
	-moz-box-shadow: 0 0 5px #BBB;
	-webkit-box-shadow: 0 0 5px #BBB;
}

.homecontent h1.entry-title {
  margin-top: 0px;
}


/* Content Section */
.hentry {
margin: 0 10px 1.5em 10px;
}

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

#breadcrumbs {
margin: 5px 0;
font-size: 0.8em;
}

.entry-title a:hover{
text-decoration: none;
}

.entry-meta {
font-size: 0.8em;
}

img.wp-post-image {
float: left;
margin: 10px;
}

.entry-footer {
font-size: 0.9em;
}

/* Widgets */

.widget a:hover, .widget a:focus, .widget a:active {
text-decoration: underline;
}

.widget a {
text-decoration: none;
}

.widget ul li {
list-style: none;
padding: 3px 5px 3px 5px;
font-size: .9em;
margin-left: -1.5em;
}

.widget_search .search-submit {
  display: inline;
}

form.search-form {
  margin: 5px 0 0 10px;
}

li.recentcomments {
  margin-left: 0 !important;
}

.widget_tag_cloud .tagcloud {
  padding: 10px;
}

/* Footer Menu */
.bottomMenu { 
	display: block; 
	width:100%;
}

.bottomMenu ul { 
	text-align: center;
	font-size: 0.8em;
}

.bottomMenu li { 
	list-style-type: none; 
	display: inline; 
	padding: 10px;
	font-weight: bold;
}

/* footer */
.site-info {
font-size: .8em;
padding: 2em 0px;
text-align: right;
}

/* Post Navigation */
.nav-previous {
	float: left;
}

.nav-next {
	text-align: right;
}

/* Comments */

ol.comment-list {
list-style: none;
margin-left: -40px;
}

.comment {
margin-top: 10px;
margin-bottom: 30px;
}

.comments-title{
margin-bottom: 30px;
font-size: 1.5em;
}

img.avatar.avatar-32.photo {
float: left;
margin-right: 10px;
padding: 0;
vertical-align: middle;
width: 3em;
}

.comment-metadata {
font-size: .9em;
display:none;
}

.says {
font-size: .9em;
}

.reply {
    margin-left: 60px;
}

.comment-content {
font-size: .9em;
padding-left: 60px;
}

.comment-notes{
font: .8em Arial;
}

.form-allowed-tags{
font: .8em Arial;
display: none;
}

.form-allowed-tags code{
font-size: .9em;
}

/*------------------------------------------------------------------------------------------
  Styles only for blank landing-page template 
  ------------------------------------------------------------------------------------------ */

.page-template-blank-template-php .upperMenu {
	margin-top: 30px;
}   
  
.page-template-blank-template-php .upperMenu li {
    display: none;
} 
  
.page-template-blank-template-php header#masthead {
	display: none;
}

.page-template-blank-template-php .entry-title {
    display: none;
}

.page-template-blank-template-php .site-info {
    display: none;
}

/*------------------------------------------------------------------------------------------
  Styles only for Download Protection template 
  ------------------------------------------------------------------------------------------ */

.page-template-download-template-php .upperMenu {
	margin-top: 30px;
}   
  
.page-template-download-template-php .upperMenu li {
    display: none;
} 
  
.page-template-download-template-php .navbar {
    display: none;
}

.page-template-download-template-php .entry-title {
    display: none;
}

.page-template-download-template-php .comments-area {
	display: none;
}

/*------------------------------------------------------------------------------------------
  Styles for About Widgets 
  ------------------------------------------------------------------------------------------ */
  
.widget-about-wrap {
font-size: 0.9em;
text-align: justify;
margin: 0 1em .5em 1em;
}

.widget-about-image {
float: right;
margin: 10px;
border-radius: 50%;
width: 100px;
}

/*------------------------------------------------------------------------------------------
  Styles for like2get plugin (opcional) 
  ------------------------------------------------------------------------------------------ */
  
#l2g .facebook, #l2g .twitter, #l2g .gplusone {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}


/* ------------------------------------------------------------------------------------------
Exclusive For screen -670px
*/
@media only screen and (max-width: 670px){
 
 	body { 
		width: 98%; 
		margin:0 auto; 
	}
	
	.site-logo {
		max-width: 100px;
		float: right;
		display:none;
	}

	.menu-toggle{
		display: block;
		box-shadow: rgb(85, 85, 85) 0px 1px 3px;
		border-radius: 5px;
		font: bold 1.2em arial;
		color: #fff;
		text-shadow: 0 -1px 0 #555;
		padding: .5em 10px;
	}
 
	.navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
 
 	.site-main {
		margin: 0 !important;
	}	
    
	h1.site-title {
		margin-top: 5px;
	}

	.site-title a {
		font-size: 30px !important;
		text-align: center !important;
	}

	.site-description {
		font-size: 20px !important;
		text-align: center;
	}
	
	
	#primary, site-content {
        width:100%;
        margin:0;
        padding:0;
    }
    #content {
        padding-left:0;
        padding-right:0;
    }
    #secondary {
        float:none;
        clear:both;
        width:auto;
        padding:0;
    }

    input[type=text],
    select,
    textarea {
        width:100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
			
}






/*
     FILE ARCHIVED ON 21:45:47 Oct 06, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:57:46 Jun 04, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.55
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.044
  esindex: 0.011
  cdx.remote: 12.988
  LoadShardBlock: 99.59 (3)
  PetaboxLoader3.datanode: 132.578 (4)
  load_resource: 211.329
  PetaboxLoader3.resolve: 144.994
*/