/*
	Theme Name: AdSense Theme
	Theme URI: https://www.innovarex.com/adsense-theme/
	Author: Innova Rex
	Author URI: https://www.innovarex.com
	Description: Plantilla para monetizar páginas web con Google AdSense
	Version: 1.0
	Tags: blog
	License: Innova Rex Licence
	Text Domain: adsensetheme
*/
iframe,
img {
    max-width: 100%
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

.clear {
    clear: both
}

#page {
    width: 100%
}


.wrapper,
.wrapper-padding {
    width: 84%;
    margin: 0 auto
}

.wrapper-padding {
    padding: 35px 0
}

.grid-3 {
    width: 31%;
    margin: 0 1%;
    padding: 25px 15px;
    float: left
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    background-color: #fbfbfb
}

a,
body {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif
}

a {
    text-decoration: none;
    outline: 0;
    color: #0000FF
}

a:hover,
em,
strong {
    color: #000
}


p,
ul {
    margin: 20px 0;
	line-height: 1.7;
}

li {
    margin-left: 20px
}

img {
	max-width: 100%;
    height: auto
}

h1 {
    color: #333
}

input,
textarea {
    border: 1px solid #bababa;
    padding: 3px
}

textarea {
    resize: none
}

input:focus,
textarea:focus {
    border: 1px solid #08c
}

blockquote {
    padding: 10px;
    background: #f0f0f0;
    margin: 0 15px
}

blockquote p {
    margin-left: 28px;
    margin-top: 0
}

blockquote:before {
    content: url(/wp-content/themes/adsensetheme/img/icon-quote.png)
}

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

.alignleft {
    float: left;
    margin-right: 12px
}

.alignright {
    float: right;
    margin-left: 12px
}

.adsb30,
.su-table {
    overflow-x: auto
}

@media screen and (max-width:760px) {
    .grid-3 {
        width: 100%;
        margin: 0;
        padding-bottom: 0
    }
}

@media screen and (max-width:680px) {
    .wrapper-padding {
        padding: 15px 0
    }
}

@media screen and (max-width:550px) {
    .wrapper,
    .wrapper-padding {
        width: 100%
    }
}

.heading {
    color: #08c
}

.content,
.content a {
    color: #333
}

.content a {
    text-decoration: underline;
    font-weight: 700
}

.content a:hover {
    color: #08c
}

.button,
input[type=submit] {
    background: #08c;
    color: #fff;
    border: 0
}

.button:hover,
input[type=submit]:hover {
    background: #039dea
}

.site-header {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    background-color: #ffffff;
}

.site-header a {
    display: inline-block
}

#site-navigation,
.header-logo {
    display: block;
    float: left
}

.header-logo {
    width: 14%;
    background: #95CAFF
}
#masthead {background:#95CAFF}

#site-navigation {
    width: 82%;
    margin-left: 4%
}

#site-navigation ul {
    margin: 0
}

#site-navigation li {
    display: inline-block;
    margin: 0
}

#site-navigation a {
    padding: 18px 10px;
    color: rgba(0, 0, 0, .6);
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: 1em;
    font-size: 15px
}

#site-navigation a:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#site-navigation .current_page_item a {
    color: #08c
}

#site-navigation li ul li a {
	width: 100%;
}

#site-navigation li ul {
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px rgba(0, 0, 0, .1)
}

#site-navigation li:hover ul {
    display: block;
    position: absolute
}

#site-navigation li ul li {
    display: block
}

#site-navigation .menu-item-has-children:after {
    content: '';
    background: url(/wp-content/themes/adsensetheme/img/arrow-down.svg) no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width:980px) {
    #site-navigation a {
        padding: 10px
    }
}

@media screen and (max-width:680px) {
    .header-logo {
        width: 25%
    }
    #site-navigation {
        width: 60%;
        margin-left: 0;
        cursor: pointer;
        text-align: center;
    }
    #site-navigation .menu-menu-cabecera-container {
        display: none;
    }
    #site-navigation li {
        display: block;
    }
	#site-navigation li a {
		display: block;
		width: 100%;
	}
    #site-navigation:after {
        content: 'Menu';
        display: block;
        padding: 16px 0;
        text-align: center
    }
    #site-navigation .show {
        display: block
    }
    #site-navigation .menu-item-has-children:after {
    	display: none;
    }
    #site-navigation li ul, #site-navigation li:hover ul {
    	display: block;
		position: relative;
		background: transparent;
    }
}

@media screen and (max-width:500px) {
    .header-logo {
        width: 100%;
        text-align: center
    }
    #site-navigation {
        width: 100%
    }
}

.site-footer {
    background: #039dea;
    color: #fff
}

.site-footer a {
    font-weight: 700;
    color: #fff
}

.site-footer a:hover {
    color: #023148
}

.site-footer .widget-title {
    font-weight: 700;
    color: #fff
}

.site-footer .widget {
    font-size: 15px
}

.site-footer .social {
	text-align: center;
}

.site-footer small.copyright {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    display: block;
    font-weight: 700
}

.site-footer small.copyright a {
    color: #fff
}

.site-footer small.copyright a:hover {
    color: #73e6ff
}

.site-footer small.copyright img {
    vertical-align: middle;
    width: 105px;
    margin: 0 3px
}

.site-footer small.copyright:before {
    border-top: 1px solid #fff
}

.site-footer small.copyright+small.copyright {
    padding-top: 0
}

#primary,
#secondary {
    background: #fff;
    padding: 35px 15px
}

#secondary {
    width: 25%;
    float: left
}

#primary.with-sidebar {
    width: 73%;
    float: left;
    margin-right: 2%
}

.widget {
    padding: 25px 0
}

.widget:first-child {
    padding: 0 0 25px
}

.widget-title {
    font-size: 18px;
    font-weight: 400;
    color: #292F33;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}

.widget .searchform label {
    display: none
}

@media screen and (max-width:980px) {
    #primary.with-sidebar,
    #secondary {
        width: 100%;
        margin-top: 15px
    }
}

#commentform label {
    display: block;
    margin-bottom: 10px
}

#commentform input,
#commentform textarea {
    width: 50%
}

#commentform input[type=submit] {
    padding: 8px 0
}

#commentform .comment-notes {
    display: none
}

h3#comments {
    margin-bottom: 25px
}

.commentlist li {
    list-style: none;
    padding: 0
}

.comment-author {
    margin-bottom: 10px
}

.comment-author img {
    margin-right: 15px
}

.comment-body {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 15px
}

@media screen and (max-width:980px) {
    #commentform input,
    #commentform textarea {
        width: 100%
    }
}

.adtheme_ad_1,
.adtheme_ad_3 {
    margin-top: 35px
}

.adtheme_ad_2,
.adtheme_ad_6 {
    margin-bottom: 35px
}

.home-text {
    padding: 0 0 35px
}

.category-content {
	text-align: center;
}

.list-posts article {
    padding-top: 25px
}

.list-posts article:first-child {
    padding-top: 0
}

.home-text:after,
.list-posts article:after {
    content: "";
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    width: 75%;
    height: 1px;
    display: block;
    margin: 0 auto
}

.post-thumbnail {
    float: left;
    margin-right: 3%;
    width: 35%
}

.list-posts .list-posts-text {
    float: left;
    width: 62%
}

.post-excerpt,
.post-title {
    margin-bottom: 15px
}

.post-title a {
    color: #000
}

.pagination {
    text-align: center;
    margin-top: 10px;
}

.screen-reader-text {
    margin-bottom: 10px;
}

.pagination .nav-links .page-numbers {
    background: #333;
    color: #fff;
    padding: 2px 10px;
}

.pagination .nav-links .page-numbers.current {
    background: #039dea;
}

@media screen and (max-width:650px) {
    .list-posts .list-posts-text {
        width: 100%;
        margin-top: 10px
    }
    .post-thumbnail {
        width: 100%;
        margin-right: 0
    }
}

.page article,
.single article {
    margin-bottom: 50px
}

.breadcrumbs {
    background: #f8f8f8;
    margin-bottom: 15px;
    padding: 4px 10px;
    border-radius: 4px
}

.breadcrumbs li {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px
}

.breadcrumbs li:after {
    content: ">";
    color: #838383
}

.breadcrumbs li:last-child:after {
    content: ""
}

.breadcrumbs li a {
    color: #08c
}

.breadcrumbs li,
.breadcrumbs li a {
    margin-right: 8px;
    text-transform: capitalize
}

.breadcrumbs li a:hover {
    opacity: .7
}

.error404 .page-content,
.error404 h1 {
    text-align: center
}