@charset "UTF-8";

/*
Theme Name: Big TurnKeyTreeCutting
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the TurnKeyTreeCutting team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: TurnKeyTreeCutting
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */


/*Team Page Css*/

.meet-the-team-page {
    padding: 100px 0;
}
.team-box-items {
    text-align: center;
}
.de_light a {
    color: #888;
}
.team-box-items figure {
    margin: 0 auto 15px;
}
.team-box-items figure img {
    width: 100%; border-radius:5px;
}
.team-box-items h4 {
    margin-bottom: 16px;
    line-height: normal;
}
.team-box-items h4 a  { color: #30457C;}
.team-box-items h4 a:hover  { color: #4d97d2;}  
.team-box-items a.btn-custom.ppopx {
    display: inline-block;
    line-height: normal;
    text-decoration: none!important;
}
a.btn-custom, a.btn-custom:active, a.btn-custom:focus, a.btn-custom:visited, .btn-custom {
    color: #fff;
    border-radius: 3px;
    padding: 15px 30px 15px 30px;
    min-width: 120px;
    outline: 0;
}
a.btn-custom:hover, .btn-custom:hover {
    color: #fff;
    opacity: .8;
    -webkit-box-shadow: 8px 8px 40px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 8px 8px 40px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 8px 8px 40px 0 rgb(0 0 0 / 30%);
}
.board-of-directors .col-sm-3 {
    padding: 15px 30px;
}
.board-of-directors .row {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}


.modal-popup-content .modal-dialog.modal-lg {
    max-width: 1030px!important;
    margin: 40px auto 0;
    width: 95%;
}
.modal-popup-content button.close {
    background: #4d97d2;
    color: #fff;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 27px;
    line-height: 24px;
    text-shadow: none;
    box-shadow: none;
    display: grid;
    position: absolute;
    z-index: 1 !important;
    right: -6px;
    top: -4px;
    opacity: 1 !important;
    border-radius: 50%;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 1 !important;
}
.modal-popup-content .modal-content {
    border: none;
}
.modal-popup-content .modal-content .modal-body {
    background: #f7f7f7;
    padding: 30px;
}
@media (max-width: 1199px){
.meet-the-team-page {
    padding: 60px 0;
}
.team-box-items h4 {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 25px;
}
.board-of-directors .col-sm-3 {
    padding: 15px 25px;
}
}

@media (max-width: 900px){
.meet-the-team-page {
    padding: 30px 0;
}
.team-box-items h4 {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 24px;
}
a.btn-custom, a.btn-custom:active, a.btn-custom:focus, a.btn-custom:visited, .btn-custom {
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    min-width: 110px;
    outline: 0;
}
.board-of-directors .col-sm-3 {
    padding: 15px 15px;
}
}

@media (max-width: 767px){
.board-of-directors .col-sm-3 {
    padding: 15px;
        -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.team-box-items figure {
    margin: 0 auto 10px;
    max-width: 100%;
}

}
@media (max-width: 575px){
.board-of-directors .col-sm-3 {
    padding: 10px 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

}