/*
 Theme Name: thill-child
 Theme URI:
 Description: thill-child
 Author: o
 Template: thill
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: thill-child
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */

::selection {
		background: #B71111; /* Safari */
	}
	::-moz-selection {
		background: #B71111; /* Safari */
	}
	
.marker { background: #B71111; 
	display: block;
	margin-right: 0.2em;
}


.site-footer {
    padding: 10px 0;
}

@media (max-width: 991px) {
	.site-footer {
		padding: 10px 0;
	}
	}

body {
    line-height: 1.7;
}

.facts-item {
    width: 100%;
}

.so-widget-sow-image-default-3f547a15eaaa .sow-image-container .so-widget-image {
  
    max-width: 50%;
    
}

a {
    color: #963838;
    outline: 0 none !important;
    transition: all 300ms ease 0s;
}
a {
    color: #24733b;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #93a7c3;
    font-family: "Noto Sans",sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 20px;
}

.team-item::before {
    background-color:  #748bae;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    bottom: 0;
    box-shadow: 0 0 32px 0 rgba(122, 122, 122, 0.1);
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    transition: all 500ms ease 0s;
    width: 100%;
    z-index: -1;
}

/* Vantage Contact Form 7 Submit Button */

.wpcf7 input[type="submit"] {
padding: 18px 20px;

background: #93a7c3;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #93a7c3), color-stop(1, #93a7c3));
background: -ms-linear-gradient(bottom, #93a7c3, #93a7c3);
background: -moz-linear-gradient(center bottom, #93a7c3 0%, #93a7c3 100%);
background: -o-linear-gradient(#93a7c3, #93a7c3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93a7c3', endColorstr='#93a7c3', GradientType=0);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
font-weight: bold;
color: #021a45;

width: auto;
text-decoration: none;
cursor: pointer;
-webkit-appearance: button;
line-height: 1;
}

.admin-bar [off-canvas] {
    background-color: #2e3142;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
}

.mobile-branding {
    background-color: #fff;
    padding: 19px 30px;
}

.menu-btn-toggle {
    border: 3px solid #2e3142;
    border-radius: 3px;
    padding: 7px;
}