
/* Core Stuff */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 1rem;
    line-height: 1.7;
    color: #606d6e;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "proxima-nova", sans-serif;
    font-size: 1rem;
}

.btn-primary {
    color: #fff;
    background-color: #009bff;
    border-color: #009bff;
    /*isso pode ser removido depois*/
}

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
    color: #454B4D;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-top: 0;
}

#sidebar p {
    color: #000;
    margin-top: 6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #454B4D;
    font-weight: 300;
    letter-spacing: -1px;
}

h4,
h5,
h6 {
    letter-spacing: -0.75px;
}

p {
    /*font-weight: 300;*/
}

.badge-primary {
    background-color: #009bff;
}

a {
    text-decoration: none;
    font-weight: 500;
    color: #009bff;
    /*isso pode ser removido depois*/
}

a:active,
a:hover {
    text-decoration: none;
    color: #333
}

.navbar a {
    text-transform: uppercase;
}

.navbar .badge {
    vertical-align: text-top;
}

.navbar-inverse .navbar-nav .nav-link {
    color: #FFF;
}

.navbar-nav {
    padding-left: 1rem;
}

#listing a p {
    color: #606d6e;
}

#listing a p:hover {
    color: #292b2c;
}

pre {
    background: #F0F0F0;
    margin: 1rem 0;
    border-radius: 2px;
}

blockquote {
    border-left: 10px solid #eee;
    margin: 0;
    padding: 0 2rem;
}


/* Utility Classes */

.wrapper {
    margin: 0 3rem;
}

.padding {
    padding: 3rem 1rem;
}

.left {
    float: left;
}

.right {
    float: right
}

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

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

.text-left {
    text-align: left;
}


/* Content Styling */

.header .padding {
    padding: 1rem 0;
}

.header {}

.header a {}

.logo {
    font-size: 1.7rem;
    text-transform: uppercase;
    color: #BD0000;
    font-weight: 800;
}

.logo small {
    font-size: .8rem;
    font-weight: 500;
    color: #bbbbbb;
    line-height: 0;
    float: left;
    /*transform: translateX(55px);*/
}

.footer {
    /* background-color: #eee;*/
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}


/* Menu Settings */

.main-nav ul {
    text-align: center;
    letter-spacing: -1em;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    display: inline-block;
    letter-spacing: normal;
}

.main-nav ul li a {
    position: relative;
    display: block;
    line-height: 45px;
    padding: 0 20px;
    white-space: nowrap;
}

.main-nav>ul>li>a {
    border-radius: 2px;
}


/*Active dropdown nav item */

.main-nav ul li:hover>a {
    text-decoration: none;
    color: darkgrey;
}


/* Selected Dropdown nav item */

.main-nav ul li.selected>a {
    /*    background-color: #fff;
    color: #175E91;*/
}


/* Dropdown CSS */

.main-nav ul li {
    position: relative;
}

.main-nav ul li ul {
    position: absolute;
    /*background-color: #1F8DD6;*/
    background-color: #009bff;
    min-width: 100%;
    text-align: left;
    z-index: 999;
    display: none;
}

.main-nav ul li ul li {
    display: block;
}


/* Dropdown CSS */

.main-nav ul li ul ul {
    left: 100%;
    top: 0;
}


/* Active on Hover */

.main-nav li:hover>ul {
    display: block;
}


/* Child Indicator */

.main-nav .has-children>a {
    padding-right: 30px;
}

.main-nav .has-children>a:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    display: inline-block;
    right: 8px;
    top: 0;
}

.main-nav .has-children .has-children>a:after {
    content: '\f105';
}

#listing img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    -webkit-transition: transform 0.2s;
    -webkit-transition-timing-function: ease;
}

#listing img:hover {
    transform: scale(1.04);
}

.category {
    color: white;
    background-color: lightgray;
    font-size: .6rem;
    padding: .15rem .3rem;
    border-radius: .2rem;
    /* display: inline; */
}

#main-body {
    padding-top: 2em;
}

.sidebar-highlight {
    background-color: #b5ea94;
    padding: 1rem;
    border-radius: 6px;
}

article {
    font-size: 1.2rem;
}


/*Post Header*/

.intro-header {
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-bottom: 50px
}

.intro-header .page-heading,
.intro-header .post-heading,
.intro-header .site-heading {
    padding: 100px 0 50px;
    color: #fff
}

.intro-header .page-heading h1,
.intro-header .site-heading h1 {
    margin-top: 0;
    font-size: 50px
}

.intro-header .page-heading .subheading,
.intro-header .site-heading .subheading {
    font-size: 24px;
    line-height: 1.1;
    display: block;
    font-weight: 300;
    margin: 10px 0 0
}

@media only screen and (min-width: 768px) {
    .intro-header .page-heading,
    .intro-header .post-heading,
    .intro-header .site-heading {
        padding: 150px 0
    }
    .intro-header .page-heading h1,
    .intro-header .site-heading h1 {
        font-size: 80px
    }
}

.intro-header .post-heading h1 {
    font-size: 35px
}

.intro-header .post-heading .meta,
.intro-header .post-heading .subheading {
    line-height: 1.1;
    display: block
}

.intro-header .post-heading .subheading {
    font-size: 24px;
    margin: 10px 0 30px;
    font-weight: 600
}

.intro-header .post-heading .meta {
    font-family: Lora, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 20px
}

.intro-header .post-heading .meta a {
    color: #fff
}

@media only screen and (min-width: 768px) {
    .intro-header .post-heading h1 {
        font-size: 55px
    }
    .intro-header .post-heading .subheading {
        font-size: 30px
    }
}

.intro-header h1 {
    color: #fff;
    font-weight: 800;
    letter-spacing: -2px
}

.intro-header h2 {}

.intro-header .post-heading .subheading {
    font-weight: 300;
    color: #fff;
}

article img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    /*font-size: 36px;*/
    /*margin-top: 2rem;*/
    font-weight: 300;
    /*color: #005FE6;*/
    /*color: #1F8CD6*/
    color: #009bff;
    /*color:#fff;*/
}


/*End Post Header*/

.inverted {
    filter: grayscale(100%) brightness(30);
}

.blurred {
    filter: blur(20px);
}


/*Hover Effect*/

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #42b078;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

.hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect a,
.hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.hovereffect:hover a,
.hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* -- End Hover Effects*/

.pagination {
    margin: 1rem!important;
    padding-bottom: 1rem!important;
}

blockquote {
    margin-top: 1rem;
}


/* -- Email Banner */

/*#emailbanner {
    margin-bottom: 2rem;
    border: solid;
    background: #465459 url('/user/themes/vhtheme/images/bg_mail.png') repeat-x 0 0;
    border-width: 2px 0;
    border-color: #eee;
    border-bottom-color: #ff7c00;
    border-bottom-width: 6px;
}*/


#emailbanner {
    border-width: 2px 0 2px; 
    border-color: #ace1e6;
    border-style: solid;
    background-color: #eefeff;
    background-image: url(/user/themes/vhtheme/images/conveyor-watermark@2x.png?32ac7f9f);
    background-size: 114px 24px;
    margin-bottom: 2rem;

}

#emailbanner .container {
    padding: 1.5rem;
}

#emailbanner .form-text,
#emailbanner .form-group {
    /*margin:0;*/
}

/*#emailbanner small {
    color: #ffffff !important;
}*/


#emailbanner,
#emailbanner h1,
#emailbanner h2,
#emailbanner h3,
#emailbanner h4,
#emailbanner h5,
#emailbanner h6 {
    /*color: #ffffff;*/
    color: #009bff;
}

#emailbanner img {
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* -- End of Email Banner */

.media img {
    border: solid;
    border-width: 1px;
    border-color: #eee;
    box-shadow: 4px 10px 55px 1px rgba(0, 0, 0, 0.07);
}

.article-form {
    background-color: #a8dbfe;
    padding: 1rem;
    border-radius: 6px;
    color: #000;
        /*background-color: #eefeff;*/
    background-image: url(/user/themes/vhtheme/images/conveyor-watermark@2x.png?32ac7f9f);
    background-size: 114px 24px;
}

.article-form .form-text {
    color: #009bff;
}

.article-form small {
    color: #009bff;
    font-size: 0.8rem;
    font-weight: 500;
}

article table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

article tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

article thead {
    color: #fff;
    background-color: #009bff;
}

article td,
article th {
    padding: 0rem 1rem;
}


/*Media Queries*/

@media (max-width: 576px) {
    .footer img {
        height: 24px;
    }
}

@media (max-width: 991px) {
    .blog-title {
        padding-top: 1rem;
    }
}

@media (max-width: 576px) {
    .footer {
        font-size: 0.8rem;
    }
}
