/*
Theme Name:  Fixology Child Theme
Description: Child theme for the Fixology theme
Author:      ThemeMount
Author URI:  http://themeforest.net/user/thememount
Template:    fixology
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */

.thememount-topbar-wrapper {
    margin-top:-32px!important;
}

.site-header {
    margin-top:-32px!important;
    padding-top:20px!important;
}

/* Change quote icon */
.tm-fixology-icon-quote-left:before,
.thememount-box-view-default .thememount-box-desc:before {
    content: '\e805';
    font-family: "tm-fixology-icons";
}

/* Hotfix for post grid */
.fix-post-grid .vc_gitem-zone:before { display: none; }

.fix-post-grid .vc_gitem_row { position: relative; }

/* Fix for removing the zero */
.projects-ticker h4.tm-fid-inner > span:last-child {
    display: none;
}
/* Remove the code above to show the counter again */

.grecaptcha-badge { 
    visibility: hidden;
}

#text-11 li a {
    font-size: 24px;
}
#text-11 .social-icons {
    margin-top: -40px;
}

.about-video-section {
    position: relative;
    width: 100vw;
    height: auto;
}

.about-layer-video {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    overflow: hidden;
}

.layer-video iframe, .about-layer-video iframe {
    height: 200%;
    width: 200%;
    margin-top: -25%;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .about-video-section {
        position: relative;
        height: auto;
    }
    .about-layer-video {
        position: relative;
        height: auto;
    }
    .layer-video iframe, .about-layer-video iframe {
        height: 27vh;
        width: 100vw;
        max-width: 100vw;
        margin-top: 0;
        z-index: -1;
    }
}

/* HC Testimonials Page Template
-------------------------------------------------------------- */

.thememount-testimonial-box-view-hc .thememount-box-author .thememount-author-name {
    text-transform: uppercase !important;
    letter-spacing: .1em !important;
}

.thememount-testimonial-box-view-hc .thememount-box-desc::before {
    content: none !important;
}

.thememount-testimonial-box-view-hc .thememount-box-img {
    text-align: center;
    padding-bottom: 20px;
}

.thememount-testimonial-box-view-hc .thememount-box-img img {
    max-width: 250px;
}


/* HC Newsletters Page
------------------------------------------------------------- */

.hc-newsletter-feature{
    
    margin-bottom: 40px;
}

.page-template-hc-homepage .hc-newsletter-feature{
    
    margin-bottom: 0px;
}

.hc-nl-info {align-self: center;}

.hc-newsletter-feature .hp-test-slider-wrap p{
    color: #fff;
    padding-left: 60px;
}

@media screen and (max-width: 991px) {
    .hc-newsletter-feature{
        padding-top:120px;
    }
    .hc-newsletter-feature .hp-test-slider-wrap p{
        padding-left: 0;
    }   
}

.hc-newsletter-feature .hp-small-form-wrap{
    padding-bottom: 10px;
}

.hc-newsletter-loop img{
    min-height: 265px;
    object-fit: cover;
}

/* HC Careers Page
------------------------------------------------------------- */
.hc-open-positions-container{
    margin-top:40px;
}

.hc-open-positions .thememount-post-item img{
    max-width: 85px;
    height: auto;
}

.hc-open-positions .thememount-post-item .thememount-box-desc::before {
    content: none;
}

.hc-open-positions .thememount-post-item a.hc-button.secondary {
    color: #fff;
}

/* HC Team List Page
------------------------------------------------------------- */

.team-grid-wrapper{
    margin-bottom: 80px;
}

.team-grid-parent-heading{
    margin: 60px auto;
    font-size: 42px;
}

.hc-team-item:nth-child(odd) .hc-team-item-image-col{
    float: right;
}

.hc-team-item{
    margin-bottom: 60px !important;
}

/* Contact Form Response Messages */

.wpcf7 form.sent .wpcf7-response-output {
    color: yellow;
}

.wpcf7-acceptance, .field-group p, .select2-container, 
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff !important;
	z-index: 999999 !important;
	max-width: 100% !important;
}

.select2-container--open .select2-dropdown--below {
	background-color: rgb(82, 99, 235);

}
