@charset "UTF-8";
/*
Theme Name: Casando sem Grana
Author: Casando sem Grana
Author URI: https://casandosemgrana.com.br/
*/

body, html {
    font-family: 'Montserrat', sans-serif !important;
    @media (max-width:801px)  { 
        overflow-y: auto;
    }

}

body#body span a {
    color: #fefefe !important;
}

body#body strong a {
    color: #28567E !important;
}

body#body a, a:not('.btn') {
    transition: all 0.2s ease;
    color: #28567E !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: transparent;
    color: white;
}

.btn-primary {
    background-color: #28567E !important;
    border-color: #f8c5db00 !important;
}

a:hover, a:focus, a:active {
    text-decoration: none !important;
    outline: none;
}

.main-navbar {
    border-top: 10px solid #28567E;
    background: #fefefe;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    background-image: url(https://casandosemgrana.com.br/wp-content/uploads/2018/08/header-bg.jpg);
}

.post-item-feature figure {
    position: relative;
}

.post-item .post-content img {
    max-width: 100%;
    margin: 15px 0;
    height: auto;

}

.post-content img {
    max-width: 100%;
    margin: 15px 0;
    height: auto;

}

.post-content div {
    max-width: 100%;
}

.post-item .post-content img:first-child {
    margin-top: 0;
}

.post-item .post-content img:last-child {
    margin-bottom: 0;
}

.post-item-feature figure span {
    position: absolute;
    background: #e76d84;
    left: 17px;
    top: 2px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 12px;
    transition: all 0.2s ease;
}

.post-item-feature span:hover {
    background: #28567E;
}

.post-item-feature span:hover a {
    color: #FFF !important;
}

.site-main .row-ads:last-child {
    padding-bottom: 0;
}

.post-item small a {
    text-transform: uppercase;
    color: #f8c5db;
}

.post-item h4 a,
.post-item h2 a {
    color: #444;
}

.post-item img {
    max-width: 100% !important;
    height: auto;
}

.pub-block {
    border: 1px solid #eee;
}

.pub-block span {
    position: absolute;
    right: 5%;
    background: #fff;
    top: -15px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
}

.navigation p {
    font-size: 0;
    width: 100%;
}

.navigation a {
    font-size: 1.3rem;
    color: #fff;
    background: #e76d84;
    padding: 0 1.6rem;
    height: 60px;
    position: relative;
    line-height: 60px;

    transition: all 0.2s ease;
    text-align: center;
    display: inline-block;
}

.navigation.in-pages {
    text-align: center;
}

.navigation.in-pages a {
    margin: 0 15px;
}

.navigation.in-post a {
    float: right;
    width: 100%;
}

.navigation a:hover {
/*    line-height: 80px;
    height: 80px;
    background: #f0f;*/
    color: #fff;
    text-decoration: none;
    transform: scale(1.1);
}

.post-navigator {
    background: #fafafa;
    color: #999;
}

@media (max-width: 720px) {
    .navigation a {
        font-size: 7vw !important;
        color: #fff;
        background: #e76d84;
        padding: 0 0.5rem;
        height: 40px;
        position: relative;
        display: inline-block;
        line-height: 40px;

        

        transition: all 0.2s ease;
    }


    .navigation a.next:after {
        border-width: 20px;
        margin-top: -20px;
    }


    .navigation a.prev:after {
        border-width: 20px;
        margin-top: -20px;
    }
}

.sidebar-ads ins {
    margin-bottom: 15px;
}

.main-menu {
    z-index: 99999999;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display:none;
}

.main-menu.active {
    display: block;
}

.main-menu-header {
    padding: 15px;
    position: relative;
}

.main-menu-header button,
.main-menu-header h5 {
    height: 25px;
    line-height: 25px;
}

.main-menu-header h5 {
    color: #fff;
}

.main-menu-header button {
    float: right;
    position: absolute;
    top: 15px;
    right: 25px;
    background: transparent;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.main-menu .main-menu-overlay {
    width: 100%;
    left: -100%;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.4);
    transition: all 0.2s ease;
    position: absolute;
}

.main-menu.active .main-menu-overlay {
    left: 0;
}

.main-menu .main-menu-items {
    width: 240px;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: -240px;
    background: #e76d84;
    transition: all 0.2s ease;
}

.main-menu.active .main-menu-items {
    left: 0;
}

body.desktop .main-menu .navbar-nav > li {
}

.main-menu .navbar-nav li {
    position: relative;
    list-style: none;
}

.main-menu .navbar-nav li > a {
    color: #f8c5db;
    font-weight: bold;
    padding: 7px 15px;

    transition: all 0.3s ease-in;
    border-right: 2px solid transparent;
    display: inline-block;
    width: 100%;
}

.main-menu .navbar-nav li.current-menu-item > a,
.main-menu .navbar-nav li:hover > a {
    border-right-color: #f8c5db;
}

.desktop .main-menu .sub-menu {
    /* position: absolute; */
    /* right: 0; */
    /* top: 100%; */
    padding: 9px 0;
    min-width: 240px;
    z-index: 999;
    float: left;
    background: rgba(0,0,0, 0.2);
}

.main-menu .sub-menu {
    display: none;
}

@media (min-width: 1025px) {
    .box-1 {
        display: flex;
    }
}

.mobile .main-menu.show,
.desktop .main-menu .navbar-nav li:hover > .sub-menu {
    display: block !important;
}

.main-menu .sub-menu li a {
    /*background: #0d4a673b;*/
    font-size: 14px !important;
}

.mobile .main-menu a,
.mobile .main-menu > div,
.mobile .main-menu .navbar-nav,
.main-menu .sub-menu li,
.main-menu .sub-menu li a {
    float: left;
    width: 100%;
}

.main-menu .sub-menu li a {
    color: #fff !important;
    padding: 15px;
}

.mobile .main-menu {
    margin-top: 15px;
}

.mobile .main-menu .navbar-nav {}

.mobile .main-menu a {
    color: #fff !important;
    border-color: #fff;
    padding: 15px !important;
}

.mobile .main-menu .menu-item-has-children > a {
    padding-right: 56px !important;
}

.mobile .main-menu .menu-item-has-children button {
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 56px;
    color: #fff;
    line-height: 56px;
    cursor: pointer;
    transition: all .3s ease;
}

.mobile .menu-item-has-children button.active {
    transform: rotate(-180deg);
}

.mobile .main-menu .sub-menu {
    width: 100%;
    float: left;
    padding: 0;
}

.mobile .main-menu .sub-menu li {
    background: rgba(255,255,255,0.1)
}

.main-navbar .open-menu {
    border: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: transparent;
    outline: none;
    cursor: pointer;
}

.main-nabar .open-menu span {
    color: #fff !important;
}

.searchform label {
    display: none;
}

.searchform input[type="text"] {
    width: 100%;
    padding-right: 100px;
    height: 36px;
    padding-left: 10px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
}

.searchform input[type="text"]:focus {
    border-color: #e76d84;
}

.searchform {
    position: relative;
}

.searchform input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    height: 36px;
    border: none;
    background: #e76d84;
}
.header-logo{
    flex-direction: column;
}

.sidebar__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.sidebar__inner .widget_media_image {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

.sidebar__inner .widget_media_image img {
    max-width: 100%;
}

.main-aside.is-affixed .sidebar__inner {
    left: 15px;
}


h1{
    font-size: 2.0rem !important;
}

h3 {
    font-size: 1.17em !important;
}

.link_politica_privacidade a {
    color: white; 
    text-decoration: none; 
    display: inline-block; 
    margin-left: 7px;" 
}

.link_politica_privacidade a:hover, a:focus, a:active {
    text-decoration: none;
    color: #ff9191f2;
    outline: none;
}


.footer-information {
    background-color: #323232!important;
}

.footer-privacy-policy {
    background-color: #e76d84!important;
}

.menu-footer li {
    text-decoration: none;
    list-style: none;
}

.menu-footer li a {
   color: white!important;
}

.menu-footer:hover {
    color: #F5F5F5!important;
}

.fa-icon {
    color: #e76d84;
    style="font-size: 16px; 
    width: 20px;
}

.social-icon {
    font-size: 25px; 
    padding: 5px 10px 5px 10px;
    background-color: white;
    color: #e76d84;
    border-radius: 45%;
}

.social-icon:hover {
    color: gray;
}

.category-text {
    font-weight: 500;
}

.developer-for {
    font-size: 16px; 
    width: 20px;
    color: white;
}

.link-bw2 {
    color: #e76d84;
}

.link-bw2:hover {
    color: #e76d84;
}

.icon-footer {
    font-size: 23px;
}

.search-desktop {
    width: 160px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: transparent;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 6px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    color: white!important;
}

.search-desktop::placeholder {
    color: white!important;
}

.search-desktop:focus {
  width: 100%;
  background-color: transparent;
}

.search-mobile {
    width: 270px;
    margin-left: 32px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: transparent;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 6px;
    color: white!important;
    margin-bottom: 40px;
    margin-top: 25px;
}

.search-mobile::placeholder {
    color: white!important;
}

.button-search-mobile {
    background-color: transparent;
    color: white;
    border: none;
    margin-left: -41px;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.sitemap-menu li a{
    text-decoration: none !important;
    color: gray!important;
    font-weight: 500;
}

.sitemap-menu li a:hover{
    color: #e76d84!important;
}
.sitemap-menu li{
    list-style: none;
}

.name-sitemap {
    color: #e76d84!important;
}

li .menu-item a {
    color: gray!important;
    font-weight: 500;
}

/*color: #e76c84; text-decoration: none; display: inline-block; margin-left: 10px;*/