/*
	Theme Name: CleanBlog Child Theme
	Description: This is a child theme for CleanBlog to avoid override the original code.
	Author: Enrique Chavez
	Author URI: http://enriquechavez.co
	Template: cleanblog
	Version: 1.0
*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 400 !important;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.navbar-custom .nav ul { /* this targets all sub menus */
    display: none; /* hide all sub menus from view */
    position: absolute;
    top: 60px; /* this should be the same height as the top level menu -- height + padding + borders */
    left: 10px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #f2f2f2;
}

.navbar-custom .nav ul li { /* this targets all submenu items */
    display: block;
    float: left; /* overwriting our float up above */
    list-style-type: none;
    background: #ffffff;
    padding: 0;
    position: relative;
    width: 220px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}

.navbar-custom .nav ul li a { /* target all sub menu item links */
    padding: 10px 20px; /* give our sub menu links a nice button feel */
    color: #404040;
    float: left; /* this sets the link to fit directly within the li */
    font-weight: 300;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}

.navbar-custom .nav ul li a:last-child{
    border-bottom: 0 none;
}

.navbar-custom .nav ul li a:hover,
.navbar-custom .nav ul li a:focus {
    color: #404040;
    background-color:#f7f7f7;
}

.navbar-custom .nav li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
}

.navbar-custom .nav ul li ul {
    left: 220px; /* this needs to match the sub menu width set above -- width + padding + borders */
    top: 0; /* this ensures the sub menu starts in line with its parent item */
}

.navbar-custom .nav ul li ul li {
    background: #ffffff;
}
.navbar-custom .nav ul li ul{
    border: 1px solid #f2f2f2;
    left: initial;
    position: absolute;
    float: left;
    right: 220px;
    top: -1px;
}

.navbar-custom .nav li a{
    font-weight: 400 !important;
}
.navbar-custom{
    position: relative !important;
}

@media only screen and (min-width: 1170px){
    .navbar-custom {
        background-color: #404040 !important;
        margin-bottom: 0 !important;
    }
    body{
        overflow-x:hidden;
    }
}
body nav > ul li a,
body nav.is-visible > ul li a{
    color: white;
}
.full-width-tool{
    max-width: 99%;
    margin: 0px auto;
    padding: 0px;
}
iframe{
    border: 0 none transparent;
    min-width: 100%;
    width: 100%;
}
.intro-header{
    background-color: white !important;
}
.intro-header .page-heading, .intro-header .post-heading, .intro-header .site-heading{
    color: #404040 !important;
    padding: 50px 0 0 0  !important;
}
.intro-header .page-heading a,
.intro-header .site-heading a{
    color: #404040 !important;
}
.intro-header .post-heading h1{
    font-size: 35px !important;
}
.single .intro-header .post-heading .meta a{
    color: #2481b7 !important;
    text-shadow: 1px 0 0 rgba(0,0,0,.25);
}
.extra_padding{
    padding: 150px 0 !important;
    text-color: white;
}

.home-head{
    margin: 50px 0;
    border-bottom: 1px solid #eee;
}

.popular-tools ul li,
.popular-tools ul,
.widget,
.widget li,
.widget ul{
        list-style: none !important;
        padding: 0;
        margin: 0 !important;
}
.popular-tools h2{
    margin: 0 0 30px 0;
    color: #404040;
}
.popular-tools .tool{
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #f8f8f8;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    min-height: 250px;
}
.popular-tools .tool p {
    margin: 0;
    color: #694040;
    line-height: 1;
}
.popular-tools .tool span{
    font-size: 14px;
}
.popular-tools .tool .title{
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 10px;
}
.widget{
    font-size: 16px;
    padding-bottom: 30px;
}
.widget h2{
    margin: 0 0 30px 0;
}
.widget p{
    margin: 0 0 15px 0;
}
.patreon{
    text-align: center;
    margin-top: 20px;
}
.patreon a{
    max-width: 790px;
    width: 100%;
    display: inline-block;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
}



.pmpro_actionlinks a {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}