/*!
Theme Name: shpyg
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shpyg
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.

shpyg is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.pagination .page-numbers a,.pagination .page-numbers span{
        font-size: 0;
}
.pagination .page-numbers span{
        display: block;
        width: 10px;
        height: 10px;
        cursor: pointer;
        border: 1px solid rgba(124,0,232,.5);
        border-radius: 50%;
        -webkit-transition: .4s cubic-bezier(.165,.84,.44,1);
        -o-transition: .4s cubic-bezier(.165,.84,.44,1);
        transition: .4s cubic-bezier(.165,.84,.44,1);
        border: #7c00e8;
        background: #7c00e8
}
.pagination .next i,.pagination .prev i {
        display: block;
        width: 35px;
        height: 10px;
        -webkit-mask-image: url(/wp-content/themes/shpyg/assets/img/sliders-right-arrow.svg);
        mask-image: url(/wp-content/themes/shpyg/assets/img/sliders-right-arrow.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-position: center;
        mask-position: center;
        background: rgba(34,34,34,.2);
}
.pagination .prev,.pagination .next{
        border: 0!important;
        width: 100%!important;
        height: 100%!important;
}
.pagination .next i{
        background: #222;
}
.pagination .prev i{
        -webkit-transform: rotate(
                180deg
        );
        -ms-transform: rotate(180deg);
        transform: rotate(
                180deg
        );
        margin-right: 20px;
}
.news-page__content p img{
        display: inline-block!important;
        width: auto!important;
        max-width: 100%!important;

}
.about-us .info-block__img-2 {
       width: 100%;
}
div#modal-success {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10000;
}
div#modal-success:before{
        content: '';
        background: #000;
        opacity: 0.7;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        position: absolute;
}
.modal-success_content{
        max-width: 480px;
        background: #ffffff;
        padding: 60px 40px;
        text-align: center;
        z-index: 1000;
        box-shadow: -2px 4px 15px rgba(37, 30, 32, 0.05);
        position: relative;
}
.modal-success_content .modal-success_title{
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 30px;

        color: #7C00E8;
}
.modal-success_content .modal-success_text {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 32px;
        color: #606060;
}
.modal-success_content .modal-success_close{
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
}
.wpcf7 form.sent .wpcf7-response-output{
        display: none;
}
.partners-slider__slider .slick-slide >div{
        height: 100%;
        display: flex;
        align-items: center;
}
.partners-slider__item{
        height: 100%;
}
.partners-slider__item .partners-slider__img {
       padding: 15px;
        height: 100%;
        display: flex!important;
        align-items: center!important;
        max-height: 163px;
}
.partners-slider__img.partners_white_black{
        background-color: #000;
}
.partners-slider__img.partners_white_color{
        background-color: #fff;
}
.partners-slider__img.partners_white_color img {
        display: block;
        width: 100%;
        object-fit: contain;
        max-height: 150px;
}
@media (max-width: 1200px) {

#menu-menu-1 .dropdown i{
        display: none!important;

}
#menu-menu-1 .menu-item-has-children > i{
                display: block!important;
        }
}
@media (max-width: 576px){
        .partners-slider__img img {
                display: block;
                width: 100%;
                max-width: 100%;
                height: auto;
        }
}
