/*!
Theme Name: gajet
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gajet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

gajet is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/



.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    width: 45px;
}

.select2-results__option{
    transition: .2s ease;
}

.select2-results__option--highlighted:not([aria-selected=true]){
    padding-left: 25px !important;
}

.select2-results__option[aria-selected]{
    border-bottom: 5px solid #fff;
    border-top: 1px dotted #f2f2f2;
}

.select2-results__option{
    padding: 18px 0px;
    padding-left: 15px;
}

.select2-container--default .select2-results>.select2-results__options{
    padding: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f2f2f2;;
    color: #a5a5a5;
}

.select2-container{
    font-family: "Calibri";
    font-weight: 300;
    font-size: 18px;
    color: #a5a5a5;
    font-style: italic;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 44px;
    color: #a5a5a5;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 30px;
}

.select2-container--default .select2-selection--single{
    border-radius: 9px;
    border: 1px solid #a5a5a5;
    height: 45px;
}

.detail-picture{
    float: left;
    padding-right: 20px;
    width: 30%;
}

@media (max-width: 600px){
    .detail-picture {
        /* display: none; */
        float: none;
        margin: 0 auto 40px;
        display: block;
        width: 60%;
    }
}

@media screen and (max-width: 1024px){
    .page-template-page-additional_services .content-section .container .sidebar {
        display: block;
        margin-right: 0;
        width: 100%;
        max-width: initial;
        margin-bottom: 35px;
    }

    .page-template-page-additional_services .content-section .container{
        flex-direction: column;
    }

    .page-template-page-additional_services .content-section .container .sidebar #sidebar-nav.fixed-sidebar{
        position: static;
        width: 100%;
    }

    .page-template-page-additional_services .additional-sidebar{
        position: relative;
    }
}
.content-section .container .sidebar .item-list .item:nth-child(1) .sub-menu,
.content-section .container .sidebar .item-list .item:nth-child(2) .sub-menu{
    max-height: 400px;
    overflow-y: scroll;
}

.brand-item-list .item>.info{
    width: 100%;
}

.seo-content-section .img-cell:before{
    display: none;
}

.seo-content-section .img-cell img{
    margin-right: 20px;
}

.seo-content-section .text .cell-block p.img-cell{
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-left: 45px;
}

.head-button{
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff !important;
}


@media screen and (max-width: 599px){
	#head-content{
		display: none;
	}
}