/*
Theme Name: DANNY DOE
Author URI: www.sharwar.com
*/

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    line-height: 2em;
    color: #464646;
    font-weight: 300;
}
a {
    text-decoration: none;
    transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
    -o-transition: 2s;
}
a:hover {
    text-decoration: none;
}
p {
    line-height: 30px;
    font-family: 'Ubuntu', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {} img {
    border: 0;
    height: auto;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
input:focus,
textarea:focus,
select:focus {
    outline-offset: 0px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
a:focus {
    outline: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Navbar */

.navbar-inverse {
    background-color: #000;
    border-color: #000;
}
.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}
.navbar-inverse .navbar-brand {
    color: rgb(255, 255, 255);
    letter-spacing: -1px;
}
.navbar-brand {
    text-align: left;
    font-size: 36px;
    font-weight: 700;
}
.navbar-inverse .navbar-nav>li>a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}
.top_navbar {
    padding-top: 10px;
    padding-bottom: 10px
}
/* Navbar End*/
/* Top Section Start */

.top_section_area {
    background-image: url(../img/oasis.jpg);
    background-color: rgba(255, 255, 255, 0.54902);
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: repeat repeat !important;
    margin-top: 70px;
}
.top_section_area_overlay {
    /* Hidden by default */
    
    width: 100%;
    /* Full width (cover the whole page) */
    
    height: 100%;
    /* Full height (cover the whole page) */
    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    /* Black background with opacity */
    
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
}
.top_section {
    padding: 50px 0px;
}
.top_section_left {
    padding-right: 15px;
    color: #000;
}
.top_section_left img {
    width: 75px;
}
.top_section_left h1 {
    text-align: left;
    font-size: 56px;
    margin-top: 0px;
    letter-spacing: -1px;
    font-family: Oswald, Helvetica, sans-serif;
    font-weight: 700;
}
.top_section_resources h1 {
    text-align: left;
    font-size: 56px;
    margin-top: 0px;
    letter-spacing: -1px;
    font-family: Oswald, Helvetica, sans-serif;
    font-weight: 700;
}
.top_section_left h3 {
    text-align: center;
    font-size: 32px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}
.top_section_resources h3 {
    text-align: left;
    font-size: 32px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}
.top_section_right {} .top_section_right img {} .img_effect {
    border: 5px solid #fff;
    -webkit-box-shadow: 0 10px 6px -6px #999;
    -moz-box-shadow: 0 10px 6px -6px #999;
    box-shadow: 0 10px 6px -6px #999;
}
.top_section_two {
    background-color: rgba(0, 0, 0, 0.811765);
    padding: 25px 0px;
}
.top_section_white {
    background-color: rgba(255, 255, 255, 255);
    padding: 25px 0px;
}
.top_section_heading {
    color: #fff;
    text-align: center;
}
.top_section_heading_fbt {
    color: #fff;
    text-align: left;
}
.top_section_white_heading {
    color: #000;
    text-align: center;
}
.top_section_heading h1 {
    font-size: 42px;
    font-family: Oswald, Helvetica, sans-serif;
    letter-spacing: -1px;
}
.top_section_heading_fbt h1 {
    font-size: 42px;
    font-family: Oswald, Helvetica, sans-serif;
    letter-spacing: -1px;
}
.top_section_white_heading h1 {
    font-size: 42px;
        color: #000;
    font-family: Oswald, Helvetica, sans-serif;
    letter-spacing: -1px;
}
.top_section_heading h1 span,
.top_section_heading h3 span {
    font-weight: 700;
}
.top_section_heading_fbt h1 span,
.top_section_heading_fbt h3 span {
    font-weight: 700;
}
.top_section_heading h3 {
    font-size: 26px;
    font-family: 'Ubuntu', sans-serif;
}
.top_section_heading_fbt h3 {
    font-size: 26px;
    font-family: 'Ubuntu', sans-serif;
       color: #fff;
}
form.subscribe_form {
    margin: 0 auto;
    padding: 20px 75px;
}
form.subscribe_form label {
    text-align: left;
    font-size: 18px;
    color: rgb(255, 255, 255);
}
form.subscribe_form input.form-control {
    border-radius: 0;
    font-size: 16px;
    padding: 23px 12px;
}
form.subscribe_form input.form-control#name {
    background-image: url(../img/name2.png);
    background-position: 97% 12px;
    background-repeat: no-repeat;
}
form.subscribe_form input.form-control#email {
    background-image: url(../img/email2.png);
    background-position: 97% 12px;
    background-repeat: no-repeat;
}
.btn_subscribe {
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 22px;
    background: rgb(225, 93, 58);
    padding: 8px;
    margin-top: 5px;
}
.btn_subscribe:hover {
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
    color: #fff;
}
.btn_subscribe i {
    margin-right: 15px;
}


.btn_freebies {
    width: 60%;
    color: rgb(255, 255, 255);
    font-size: 22px;
    background: #fff;
    padding: 2px;
    margin-top: 5px;
}
.btn_freebies:hover {
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
    color: #fff;
}
.btn_freebies i {
    margin-right: 15px;
}

.btn_freebies1 {
    width: 60%;
    color: rgb(255, 255, 255);
    font-size: 28px;
    background: #fff;
    padding: 6px;
    margin-top: 5px;
}
.btn_freebies1:hover {
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
    color: #000;
}
.btn_freebies1 i {
    margin-right: 15px;
}



.email_suggestion {
    margin: 10px;
    display: none;
    text-align: center;
    color: grey;
}
.email_suggestion a {
    text-decoration: underline;
}
/* other_stuff_section */

.other_stuff_section {
    padding: 50px 0px;
    background-image: url(../img/grey-bloom.png);
    background-color: rgb(255, 255, 255);
    background-size: cover;
}
.stuf_title {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 60px;
    font-family: Oswald, Helvetica, sans-serif;
    line-height: 1.3em;
    margin-bottom: 60px;
}
.stuf_subtitle {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 45px;
    font-family: Oswald, Helvetica, sans-serif;
    line-height: 1.3em;
    margin-bottom: 60px;
}
.single_stuff {
    padding: 60px 0px;
    border-top: 2px solid #eee;
    overflow: hidden;
}
.resources_single_stuff {
    padding: 20px 0px;
    border-top: 2px solid #eee;
    overflow: hidden;
}

.other_stuff_left {} .other_stuff_right {} .other_stuff_right h2 {
    text-align: center;
    font-size: 34px;
    color: #000;
}
.other_stuff_right h2 strong {
    color: rgb(228, 59, 44);
}
.other_stuff_right a {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background: #2b2b2b;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    margin: 40px auto;
    display: block;
    width: 85%;
    padding: 8px;
}
.other_stuff_right i {
    margin-right: 10px;
}
.other_stuff_right a:hover {
    color: #fff;
}

.freebies_left {} .freebies_right {} .freebies_right h2 {
    text-align: center;
    font-size: 34px;
    color: #fff;
}
.freebies_right h2 strong {
    color: rgb(228, 59, 44);
}
.freebies_right a {
    text-transform: uppercase;
    color: #000;

    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    margin: auto;
    display: block;
    width: 85%;
    padding: 8px;
        font-weight: bold;
}
.freebies_right i {
    margin-right: 10px;
            font-weight: bold;
}
.freebies_right a:hover {
    color: #2d2d2d;
}


.freebies_center {} .freebies_center h2 {
    text-align: center;
    font-size: 40px;
    color: #fff;
}
.freebies_center h2 strong {
    color: rgb(228, 59, 44);
}
.freebies_center a {
    text-transform: uppercase;
    color: #000;

    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    margin: auto;
    display: block;
    width: 65%;
    padding: 8px;
        font-weight: bold;
}
.freebies_center i {
    margin-right: 10px;
            font-weight: bold;
}
.freebies_center a:hover {
    color: #2d2d2d;
}


.resources_left {} .resources_left h2 {
    text-align: left;
    font-size: 28px;
    color: #ffffff;
    line-height: 1.5;
}

.resources_left a {
    text-transform: uppercase;
    color: #f9f990;
   padding:0px 0px 15px 0px;

    font-size: 24px;
    margin: auto;
    display: block;
    text-decoration: underline;
}


/* About Section Start*/
.no_margin_top{margin-top:0px !important;
border-top:3px solid #fff;
}
.top_section_area_overlay_black {
    /* Hidden by default */
    padding:70px 0px;
    width: 100%;
    /* Full width (cover the whole page) */
    
    height: 100%;
    /* Full height (cover the whole page) */
    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
}
.about_section_right {} .about_section_right h1 {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
    font-weight: 700;
    margin-top: 0px;
}
.resources_headline {} .resources_headline h1 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
    font-weight: 500;
    margin-top: 0px;

}
.activate_headline {} .activate_headline h1 {
    font-size: 44px;
    text-align: center;
    color: #fff;
     letter-spacing: -1px;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
    font-weight: 500;
    margin-top: 0px;

}
.about_me_para {} .about_me_para p {
    font-size: 22px;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}
a.btn.btn_morea {
    color: #5f5d5d;
    background: #f2f2f2;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 700;
}


a.btn.btn_freebies {
    color: #000;
    background: #05abf8;
    font-size: 20px;
    text-transform: uppercase;

    font-weight: 700;
}
/* About Section End*/
/* Footer */

footer {
    text-align: center;
    padding: 40px;
    outline: none;
    background-color: rgb(0, 0, 0);
}
.footer ul {} .footer ul li {
    display: inline-block;
    padding-right: 30px;
    padding-top: 10px;
}
.footer ul li a {
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.footer h1 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    padding-bottom: 15px;
}
@media only screen and (max-width: 500px) {
    .top_section_left {
        padding-right: 0px;
    }
    .top_section_left h1,
    .top_section_heading h1,
     .top_section_heading_fbt h1,
    .stuf_title,
    .other_stuff_right h2,
    .freebies_right h2,
    .about_section_right h1 {
        font-size: 30px;
    }
    .top_section_left h3 {
        text-align: right;
        font-size: 25px;
    }
    .top_section_heading h3 {
        font-size: 20px;
    }
      .top_section_heading_fbt h3 {
        font-size: 20px;
    }
    form.subscribe_form {
        padding: 20px 30px;
    }
}