/*
=========================
            General
=========================
*/

.hvid p,
.hvid span,
.hvid h1,
.hvid h2,
.hvid h3,
.hvid h4,
.hvid h5 {
    color: #fff;
}

.wpb_text_column.with-space p {
    padding-bottom: 18px;
}

.qode-banner:hover .qode-banner-content {
    opacity: 1;
}

.qode-banner .qode-banner-content h3 {
    margin-bottom: 20px;
}

@media screen and (max-width: 540px) {
.container_inner {
    width: 90%;
}
}

.content .container .container_inner.page_container_inner {
    padding-top: 0;
}

div.ppt {
    display: none !important;
}

input.wpcf7-form-control.wpcf7-text::placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #c37498;
    opacity: 1; /* Firefox */
}

input.wpcf7-form-control.wpcf7-text:-ms-input-placeholder,
textarea.wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #c37498;
}

input.wpcf7-form-control.wpcf7-text::-ms-input-placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::-ms-input-placeholder { /* Microsoft Edge */
   color: #c37498;
}

/*
=========================
            Header
=========================
*/

.header_top .container_inner {
    border-bottom: 1px solid #c37498;
}

.side_menu a.close_side_menu {
    background-image: url(img/close_side_menu@2x.png);
    -o-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

@media screen and (min-width: 1000px) {

.side_menu_button {
    display: none;
}

}

.sub-menu{
    display:none;
}

.side_menu .menu-item-has-children > i {
    position: absolute;
    right: 0;
    font-size: 32px;
    margin-top: -4px;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;  
}

.rotate {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;  
}

.mobile_menu_button {
    display: none;
}

.header_top,
.header_top p {
    line-height: 42px;
    height: 42px;
}

.header_top .header-widget a.qbutton {
    height: 42px;
    line-height: 42px;
    padding: 0 18px;
}

.header-widget.widget_nav_menu ul.menu li a {
    padding: 0 14px;
}

.header_bottom_right_widget_holder {
    height: 100px;
}

header.sticky .header_bottom_right_widget_holder {
    height: 70px;
}

.drop_down .narrow .second .inner ul li a {
    color: #fff;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
}

nav.main_menu > ul > li > a > i {
    padding-left: 4px;
}

.side_menu .widget ul li.hide-sub-on-mobile > ul,
.side_menu .widget ul li.hide-sub-on-mobile > i {
    display: none !important;
}

/*
=========================
            Footer
=========================
*/

.footer_top .container_inner {
    background-color: #e7c7cd;
}

.footer_top .container_inner .four_columns {
    padding: 44px 7%;
    width: 86%;
}

.footer_top ul li a::before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    padding-right: 5px;
}

/*
=========================
            Content
=========================
*/

.box-item {
    box-sizing: border-box;
    position: relative;
}

.box-item h3 > a.qbutton {
    z-index: 10;
}

.box-item::before, .box-item::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
    box-sizing: inherit;
    content: '';
    position: absolute;
}

.box-wrapper:hover .box-item::before, .box-wrapper:hover .box-item::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
}

.box-item::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.box-item::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

@media screen and (max-width: 600px) {

.gallery_holder ul.gallery_with_space.v4 li {
    width: 48%!important;
    margin-right: 2%!important;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 50%;
}

#sb_instagram .sbi_photo {
    height: 180px !important;
}

}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #e7c7cd;
}

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

.q_team .q_team_image img {
    object-fit: cover;
    height: 160px;
    width: 200px;
}

/*
=========================
             Blog
=========================
*/

.blog_holder.blog_small_image article {
    background-color: #eacbcc;
}

.blog_holder.blog_small_image h2 {
    margin: 0 0 9px;
}

.blog_holder.blog_small_image h2 a {
    text-decoration: none;
}

.blog_holder article .post_more {
    margin: 10px 0 0;
}

.blog_holder article .post_more a {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    font-weight: 500;
}

.blog_holder.blog_small_image article:nth-child(2n) .post_image {
    float: right;
}

.blog_holder article .post_excerpt {
    color: #000;
}

.blog_holder.blog_single article .post_text .post_text_inner {
    margin: 20px auto;
    padding: 20px;
    max-width: 980px;
}

.blog_holder.blog_single article .post_author {
    background-color: #eacbcc;
    max-width: 400px;
    padding: 20px;
    margin: 0 auto 30px;
    position: relative;
}

.blog_holder.blog_single article .post_author .author_desc {
    display: inline-block;
    position: absolute;
    top: 20px;
    padding: 13px;
}

.single-post .blog_single .author_desc p {
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
}

.blog_holder.blog_single article .post_author .author_desc a {
    color: #000;
}

.blog_holder.blog_single article .post_info {
    font-size: 18px;
    color: #9f8d82;
}

/*
=========================
          CTA Footer
=========================
*/

.cta-footer {
    display: none;
}

@media screen and (max-width: 650px) {
.cta-footer {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.15);
    zoom: 0.8;
    min-width: 100%;
    display: block;
}

.cta-footer > ul {
    padding: 0 20px;
    text-align: center;
    display: flex;
    list-style: none;
}

.cta-footer > ul > a {
    flex: 1;
}

.cta-footer > ul > a > li {
    padding: 10px 0;
    min-width: 80px;
    cursor: pointer;
}

.cta-footer > ul > a > li > p {
    line-height: 15px;
}

.cta-footer > ul > a:hover > li > p {
    color: #c37498;
}

.cta-footer > ul > a:first-child {
    display: unset;
}

}