@charset "UTF-8";
/*!
Theme Name: Monstroid2 Child
Theme URI: http://www.templatemonster.com/wordpress-themes.php
Author: Template Monster
Author URI: http://www.templatemonster.com/
Description: Monstroid2 - truely multipurpose WordPress theme for real life projects. Built with love and care by TemplateMonster.
Template: monstroid2
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: monstroid2-child
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, grid-layout, custom-header, custom-logo, footer-widgets, flexible-header, blog
DocumentationID: monstroid_2

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Monstroid2 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

body {
    background:url(images/bg-bottom.png) no-repeat center bottom;
    background-color: #fff;
}

img.alignleft {
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
img.alignleft {
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

@media (min-width: 1200px) {
    .site .container {
        max-width: 1170px !important;
    }

    .home .site-content_wrap.container {
        max-width: 100% !important;
    }
}


/* Projects */

.projects-item-instance .featured-image {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 25px;
}

.cherry-projects-wrapper .projects-item-instance .project-entry-title {
   font-size: 16px;
}

.cherry-projects-wrapper .projects-item-instance .project-meta {
    color: rgba(0,0,0,0.5);
    font-size: 15px;
    line-height: 1.3em;
}

.cherry-projects-wrapper .projects-item-instance .project-meta a {
    color: rgba(0,0,0,0.5);
}

.cherry-projects-wrapper .projects-item-instance .project-meta a:hover {
    color: #f44d1e;
}

.cherry-animation-container.loading-animation-fade .cherry-animation-list .cherry-animation-item .inner-wrapper {
    margin-bottom: 40px !important;
}

.cherry-projects-wrapper .projects-filters ul.projects-filters-list   {
    text-align: center;
}

.cherry-projects-wrapper .projects-filters ul.projects-filters-list li {
    display: inline-block;
    margin-bottom: 10px;
    min-height: 47px;
}

.cherry-projects-wrapper .projects-filters ul.projects-filters-list li span {
    padding: 10px 15px 7px;
    line-height: 1;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600 !important;
}

.cherry-projects-wrapper ul.projects-filters-list li {
    margin: 0 5px !important;
    float: none;
    display: inline-block;
}

.cherry-projects-wrapper .projects-filters ul.projects-filters-list li.active span,
.cherry-projects-wrapper .projects-filters ul.projects-filters-list li span:hover,
.cherry-projects-wrapper ul.order-filters > li span.current {
    color: #FFF !important;
    background-color: #F44D1E;
    box-shadow: 0 4px 16px rgba(244, 70, 30, 0.3);
}

.projects-item-instance .featured-image a:before {
    display: none;
}
.projects-item-instance .featured-image a {
    pointer-events: none;
}
.projects-item-instance .featured-image  {
    text-align: center;
    justify-content: center;
    min-height: 200px;
    display: flex;
    align-items: center;
}
.projects-item-instance .featured-image + .hover-content {
    border-radius: 4px;
}

.cherry-projects-single__container .featured-image a {
    cursor: default;
    pointer-events: none !important;
}
.cherry-projects-single__media .cover {
    display: none !important;
}
.cherry-projects-single__content .external-link.simple-icon span {
    display: none;
}
.cherry-projects-single__content .external-link.simple-icon {
    background: #F44D1E !important;
    padding: 9px 12px 7px !important;
    border-radius: 4px;
    border: 0;
    color: #fff !important;
    margin: 0;
    box-shadow: 0 4px 8px 0 rgba(244 77 30 .22);
    text-align: center;
    transition: opacity .3s;
}
.cherry-projects-single__content .external-link.simple-icon:hover {
    opacity: 0.8;
}
.cherry-projects-single__container .project-entry-title {
    font-size: 44px;
    font-family: "Hind", sans-serif;
    font-weight: 700;
}

.cherry-projects-single__content .external-link:after {
    margin-left: 0 !important;
}

.cherry-projects-single__container {
    max-width: 720px;
    margin: 0 auto;
}
.cherry-projects-single__media {
    text-align: center;
}
.cherry-projects-single__media .featured-image {
    display: inline-block;
}
.cherry-projects-single__content {
    text-align: center;
}

.cherry-projects-single__content {
    font-size: 15px;
}
.cherry-projects-single__content .project-entry-title {

}
.cherry-projects-single__content .post-terms {
    margin-bottom: 40px;
    color: rgba(0,0,0,0.5) !important;
}

.cherry-projects-single__content .post-terms a:hover {
    color: #f44d1e !important;
}

.cherry-projects-single__content .external-link span {
    display:inline-block;  vertical-align:middle;
}
.cherry-projects-single__content .external-link:after {
    display:inline-block; content:'View project';
    vertical-align:middle;
    margin-left:10px;
    text-transform:uppercase;
}

.related-column {
    margin: 0 20px;
}
.related-column .ttl {
   color: #000;
    margin-bottom: 10px;
    display: block;
}

.related-column .featured-image {
    height: 300px;
    margin-bottom: 20px;
}
 .post-terms {
    color: rgba(0,0,0,0.5);
    font-size: 15px;
    line-height: 1.3em;
}

 .post-terms a {
    color: inherit;
}
 .post-terms a:hover {
    color: #f44d1e;
}
.related-column .post-terms span:last-child {
    display: none;
}

.related-column .post-terms a {
    color: inherit;
}

.related-column .featured-image img {
    height: 100%;
    object-fit: contain;
}

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

/* Header */
.site-branding .tagline {
	display: none;
}
.entry-footer {
	display: none !important;
}
.site-header {
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
	background: #fff;
}
.site-header.default .header-container.header-btn-visibility {
    padding: 0 !important;
}
.site-logo {
	max-width: 230px;
}
.header-container {
	display: flex;
	justify-content: flex-end;
}
.header-container  .button-wrapper {
	margin-left: 50px;
}

.site-header .container {
    position: relative;
    z-index: 3;
}
.header-row {
	display: flex;
	justify-content: space-between;
}
.main-navigation {
	margin: 0 !important;
}
.main-navigation .menu>li>a {
	font-size: 13px;
}
.header-row .header-col.last {
	width: calc(100% - 260px);
}
.header-btn {
	background: #F44D1E !important;
    padding: 9px 12px;
    border-radius: 4px;
    border: 0;
    color: #fff !important;
	margin: 0;
	box-shadow: 0 4px 8px 0 rgba(244, 77, 30, 0.22);
}
.site-header.default .header-container:after {
	display: none;
}
.top-panel-wrapper {
	display: flex;
	justify-content: flex-end;
}
.top-panel__bottom, .top-panel__top {
	border: 0 !important;
	padding: 0;
}
.top-panel__left>:not(:last-child),
.top-panel__right>:not(:last-child) {
	border: 0 !important;
}
.top-panel__menu-list .menu-item a,
.top-panel__menu-list .menu-item a:hover {
    color: rgba(0,0,0,0.5) !important;
	font-size: 13px;
}
.top-panel__menu-list .address {
	padding: 3px 5px 5px 31px;
    background: url(images/icon-location.svg) no-repeat;
    background-size: 24px;
    background-position: 0 0;
}
.top-panel__menu-list .phone {
	padding: 3px 5px 5px 31px;
    background: url(images/icon-phone.svg) no-repeat;
    background-size: 24px;
    background-position: 0 0;
}
.top-panel__menu-list .phone a {
	color: #000 !important;
	font-size:15px;
	font-weight: 500;
}
.top-panel__menu-item {
	text-align: left;
}

.main-navigation .menu > li > a,
.invert .main-navigation.vertical-menu .menu > li > a,
.invert .main-navigation .menu.isStuck > li > a,
.invert .main-navigation.mobile-menu .menu > li > a {
    font-weight: 600 !important;
    font-size: 13px;
}

.breadcrumbs__item-link {
    font-size: 13px;
}

.breadcrumbs {
    padding: 28px 0 22px;
}

/* Content */

.home  .site-content_wrap {
	margin-top: 0;
}
.home .site-content_wrap.container {
	max-width: 100%;
	padding: 0;
}

.elementor-default:not('.single') .site-content_wrap.container {
	max-width: 100%;
	padding: 0;
}

.elementor-widget ul {
	margin-left: 5px;
	list-style: none !important;
}

.elementor-widget ul li {
	padding-left: 20px;
	margin-bottom: 10px;
	position: relative;
}

.elementor-widget ul li:before {
    top: 6px;
    left: 0;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: url(images/bullet.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.elementor-widget-container strong {
	font-weight: 600;
}

.swiper-pagination-bullet {
	height: 10px !important;
	width: 10px !important;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    background-color: #000 !important;
}

.tm-testi__item-body cite:before {
    display: none;
}
.tm-testi__item-name {
	font-weight: 600!important;
}

.tm_timeline.tm_timeline-layout-vertical .tm_timeline__container {
	min-width: 0 !important;
	max-width: 100% !important;
}

/*.entry-content ul:not([class])>li:before {*/
    /*content: "" !important;*/
	/*margin-left: 0 !important*/
/*}*/
.single-cherry-services .services-macros ul {
	list-style: none;
}

.single-cherry-services .services-macros ul li:before {
    top: 6px;
	left: 0;
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: url(images/bullet.svg);
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 0;
}

/* Addititional content styles used in elementor */

.list-one ul {
	clear: both;
}
.list-one ul li {
	width: 50%;
    float: left;
    max-width: 100%;
}
.btn-one .elementor-button {
	background: none;
    padding-left: 0;
    padding-right: 0;
    color: #F44D1E;
}

.btn-one .elementor-button-icon svg {
    width: 40px;
    height: auto;
	border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(244 77 30 0.22);
}

.btn-one .elementor-button-content-wrapper {
	align-items: center;
}

.elementor-widget-text-editor {
	font-family: 'Open Sans', sans-serif !important;
}

.elementor-widget-text-editor h1,h2,h3,h4 {
	font-family: 'Hind' !important;
}

.rounded-image .elementor-image-box-img {
	width: auto !important;
    box-shadow: 0px 8px 24px -4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 50%;
}

.rounded-image .elementor-image-box-img img {
	max-width:40px;
	max-height: 40px;
}

/* Blog */

.blog .entry-footer {
    display: block !important;
}

.blog .entry-footer .link {
    color: #FFF !important;
    background-color: #F44D1E;
    box-shadow: 0 4px 16px rgba(244 70 0.3);
    padding: 15px 20px 11px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600 !important;
    height: auto;
    max-height: unset;
    line-height: 1.3em;
    transition: opacity .3s;
}

.blog .entry-footer .link:hover {
    opacity: 0.8;
}

.blog .entry-footer .link i {
    display: none;
}

.blog .posts-list__item {
    justify-content: flex-start !important;
}

.blog .posts-list__item .post-thumbnail {
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 25px;
    margin-bottom: 20px;
}

.blog .posts-list__item .post-thumbnail a {
    margin-bottom: 0;
}

.blog .posts-list__item .post-thumbnail img {
    margin: 0 auto;
    display: block;
}

.blog .posts-list__item .entry-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog .posts-list__item .entry-content {
    color: rgba(0,0,0,0.5);
    font-size: 17px;
    line-height: 1.5em;
    color: rgba(0,0,0,0.5);
}

.blog .posts-list__item .entry-content p {
    margin: 0 0 10px;
}

.blog .posts-list__item .entry-content p:last-child {
    margin: 0!important;
}

/* Single post */

.single-post .hentry.has-thumb .post-thumbnail img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.single-post .entry-content {
    font-size: 15px;
    line-height: 1.7em;
    font-family: "Open Sans", sans-serif;
}

.single-post .entry-title {
    font-size: 44px;
    font-family: "Hind", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.single-post .site-content_wrap {
    margin-top: 10px;
}

.single-post .post-thumbnail {
    width: 450px;
    margin: 30px auto 50px !important;
}

.single-post .post-author-bio {
    display: none;
}

.single-post .entry-content a.btn {
    background: #F44D1E !important;
    padding: 9px 12px;
    border-radius: 4px;
    border: 0;
    color: #fff !important;
    margin: 0;
    box-shadow: 0 4px 8px 0 rgba(244 77 30 .22);
}

.single-post .entry-footer {
    display: block !important;
}

.entry-footer-contact {
    background: url(images/bg-banner-expertise.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 10px 25px;
}

@media (max-width: 576px) {
    .entry-footer-contact {
        padding: 15px 10px 10px;
    }
}

.entry-footer-contact-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.entry-footer-contact-row .col {
    margin: 0 12px;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.54;
    font-family: Hind, sans-serif;
}

@media (max-width: 576px) {
    .entry-footer-contact-row .col {
        font-size: 16px;
    }
}

.entry-footer-contact-row .btn {
    background-color: #F44D1E;
    box-shadow: 0px 0px 11px 0px rgba(0 0 0 0.3);
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    font-weight: 300;
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
}



.single.single-post .post > .entry-content > :first-of-type:first-letter {
    float: none;
    margin: 0;
    padding: 0;
    background: none;
    font-size: unset !important;
    color: inherit !important;
    display: inline !important;
    width: 0 !important;
}
.entry-content p:first-letter:before,
.entry-content p:first-letter:after {
    display: none !important;
}
/* Footer */
.site-footer {
	background: none !important;
    min-height: 300px;
    display: flex;
    flex-direction: column;
	justify-content: end;
}
.footer-copyright {
	text-align: center;
}
@media (max-width: 991px){
    .site-header .container {
       max-width: 100% !important;
    }
    .site-logo img{
        max-width: 160px;
    }
    .main-navigation .menu>li {
        margin-left: 10px;
        margin-right: 10px;
    }
}



@media (max-width: 767px){
    .header-row {
        justify-content: center;
    }
    .header-row .top-panel-wrapper {
        display: none;
    }
    .header-row .header-col.last {
        width: auto;
    }
    .header-row .button-wrapper {
        display: none;
    }
    .site-logo {
        padding: 5px 0;
    }
    .main-navigation a {
        text-transform: unset !important;
        font-size: 15px !important;
    }
    .breadcrumbs {
        padding: 12px 0 9px !important;
    }
    .breadcrumbs .page-title {
        font-size: 15px !important;
    }
}

/* NEW STYLE */
/*Disabled dots list*/
.entry-content .default-list ul:not([class])>li:before {
    content: '';
}
/*Timeline box on about page*/
:root{
    --timeline-padding-left: 80px;
}
.timeline-event__small_date,
.elementor-widget.timeline-event__small_date{
    color: #f44d1e;
    font-style: normal;
    font-weight: 400;
    font-size: .75rem;
    margin-bottom: 0;
    padding-left: var(--timeline-padding-left);
}
.timeline-event__date,
.elementor-widget.timeline-event__date{
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.5;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: var(--timeline-padding-left);
}
.timeline-event__date:before{
    content: '';
    z-index: 1;
    position: absolute;
    left: 20px;
    top: 0;
    width: 19px;
    height: 19px;
    background: #f44d1e;
    border-radius: 50%;
    overflow: hidden;
}
.timeline-event__description,
.elementor-widget.timeline-event__description{
    font-size: 1.125rem;
    font-family: 'Hind', sans-serif!important;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-left: var(--timeline-padding-left);
}
.timeline-event__description:last-child,
.elementor-widget.timeline-event__description:last-child{
    padding-bottom: 0;
}
.timeline-event__date,
.timeline-event__small_date,
.timeline-event__description{
    position: relative;
}
.timeline-event__date:after,
.timeline-event__small_date:after,
.timeline-event__description:after{
    content: '';
    position: absolute;
    left: 29px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ececee;
}