/*
Theme Name: Goldy Deep
Theme URI: https://www.inverstheme.com/theme/goldy-deep/
Author: inverstheme
Author URI: https://www.inverstheme.com/
Description: Goldy Deep is a clean, modern, user friendly, responsive and highly customizable WordPress Theme. you’ll easily find the design of this theme impressive and suitable for your Website. This Goldy Deep WordPress theme, carries an abundance of crucial features and functionalities. For instance, featured slider, featured Section, About Section, Our Portfolio, Our team Section, Testimonial Slider, Our Services, Our Sponsors, Sticky Header, Social Information, Sidebar, Excerpt Options, and many more. All of these highly customizable features and sections are completely responsive and absolutely easy to customize. 
Template: goldy-mex
Version: 1.0.6
Tested up to: 6.3
Requires PHP: 7.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: Goldy Deep
Tags: custom-background, custom-logo, blog, custom-colors, custom-header, custom-menu, two-columns, grid-layout, left-sidebar, news, one-column, right-sidebar, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
    .featured_slider_disc {
        font-size: 11px;
    }
    .hentry-inner .entry-container {
        align-items: center !important;
    }
    .owl-item.active .entry-container{
        text-align: center !important;
    }
}
.owl-item.active .entry-container{
    text-align: left;
    align-items: flex-start
}
.about_section_info .about_container_data{
    z-index: 2;
    border-right: 5px solid var(--skin-color);
}
.about_btn .buttons, .image_btn.button a, .appointment_section_info a{        
    width: 135px !important;
}
.featured-thumbnail{
    border: 2px solid #ddd;
    border-radius: 10px;
}
.featured-thumbnail:after {
    background: var(--skin-color) !important;
}
.featured-section_data .card-container{
    filter: none !important;
}
.section-featured-wrep:hover .featured-icon i {
    transform: rotateY(180deg) !important;
}
i.fa.fa-arrow-right {
    border: none !important;
}
.our_port_containe{
     filter: none !important;
}
.appointment_fields_data {
    border: 2px solid #ccc;
}
.appointment_data {
    flex-direction: row-reverse;
}
.out_team_single_img{
    border-right: 3px solid var(--skin-color2);
    border-bottom: 3px solid var(--skin-color2);
    border-top: 3px solid #cccccc;
    border-left: 3px solid #cccccc;
}
.testinomial_description{
    border: none !important;
}
.our_testimonial_data_info {
    padding: 20px !important;
    background-color: #dcedff;
    border-radius: 10px;
    border: 2px solid #ccc;
}
.testinomial_description {
    padding: 15px 2px!important;
}
.image_testimonials img{
    border-radius: 10px;
    border: 2px solid #ccc !important;
}
.our_sponsors_img a:after{
    border-right: 3px solid var(--skin-color2);
    border-left: 3px solid var(--skin-color2);
}
.first_widget_heading, .tdt_heading{
    color: var(--skin-color2);
}
.widget_section_one{
    border-radius: 0px 100px 100px 0px !important;
}
.widget_section_two{
    border-radius: 0px 0px 0px 0px !important;
}
.widget_section_three{
    border-radius: 100px 0px 0px 100px !important;
}
@media only screen and (max-width: 768px){
.widget_section_one{
    border-radius: 0px !important;
    }
.widget_section_three {
     border-radius: 0px !important;
    }
}  
.goldy_mex_container_data{
  background-color: #f6f6f6 !important; 
}
.blog main.site-main.content_boxed .main_containor.grid_view article {
    border:2px solid var(--skin-color);
    background-color: #dcedff !important;
}

/* buttons */
button, input[type="button"], input[type="reset"], input[type="submit"], .wp-block-search .wp-block-search__button,.nav-previous a, .nav-next a,.buttons, .woocommerce a.button {
    text-align: center;
    padding: 10px 30px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 14px;
}
button::before, input[type="button"]::before, input[type="reset"]::before, input[type="submit"]::before, .wp-block-search .wp-block-search__button::before, .wp-block-search .wp-block-search__button::after, .nav-previous a::before, .nav-previous a::after, .nav-next a::before, .nav-next a::after,
.buttons::before, .buttons::after, .woocommerce a.button::before {
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(45deg);
    transition-duration: .6s;
    transform-origin: top left;
    width: 0;
}
.buttons::after, .wp-block-search .wp-block-search__button::after {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.buttons:hover:before, .buttons:hover:after, .wp-block-search .wp-block-search__button:hover:before, .wp-block-search .wp-block-search__button:hover:after, .nav-previous a:hover:before, .nav-previous a:hover:after, .nav-next a:hover:before, .nav-next a:hover:after {
    height: 100%;
    width: 135%;
}
button#navbar-toggle {
    display: none;
}
button:hover::before, input[type="button"]:hover::before, input[type="reset"]:hover::before, input[type="submit"]:hover::before, .wp-block-search .wp-block-search__button:hover::before,.nav-previous a:hover::before, .nav-next a:hover::before,.buttons:hover::before, .woocommerce a.button:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.scrollingUp.is-active {
    border-radius: 100%;
    width: 46px;
    height: 46px;
    line-height: 15px; 
}
.scrollingUp .fa{
    position: relative;
    left: 1px;
}
