/*

Theme Name: Searlee
Theme URI: http://searlee.com
Author: Paul Searle
Author URI: http://searlee.com
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/
::selection {
    background: rgba(115,149,174,0.8); /* WebKit/Blink Browsers */
    color: #FDFDFD
}
::-moz-selection {
    background: rgba(115,149,174,0.8); /* Gecko Browsers */
    color: #FDFDFD
}


.purple {
    color:#155d74
}
.green {
    color:#acd644
}
.yellow {
    color:#ecb807
}

a, #menu-footer-menu a {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) !important;
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) !important;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) !important
}
a:hover, #menu-footer-menu a:hover {
    color:#155d74;
    -webkit-transition: all .2s cubic-bezier(0.23, 1, 0.32, 1) !important;
    -o-transition: all .2s cubic-bezier(0.23, 1, 0.32, 1) !important;
    transition: all .2s cubic-bezier(0.23, 1, 0.32, 1) !important
}

.flexmethod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.x-container:before {
    content: normal;
}

.x-scroll-top {
    color:rgb(92, 92, 92);
    cursor: pointer;
    border-radius:1px;
    border: 2px solid rgb(92, 92, 92);
    background:transparent;
}
.x-scroll-top.in {
    opacity: 0.5;
}
.x-scroll-top:hover {
    color:#155d74;
    border: 2px solid #155d74;
    background:#fff;

}
/* Header */


/* Footer */
.x-topbar, .x-colophon.bottom {
    background:#1d1d1d !important;
    border-top:2px solid #c8b46f;
}

/* Contact Forms */
.contact-form label {
    color:#fff;
    font-weight:300;
    font-size:120%;
}
.contact-form label span input {
    border-radius:2px;
    border:2px solid rgb(200, 180, 111);
    box-shadow: 0em 0em 1em 0em rgba(134, 121, 75, 0.75);
    background-color: rgba(255,255,255,0.5);
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: rgb(197,0,29);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wpcf7-list-item label {
    display: inline-grid;
    margin-bottom: 2px;
    min-width: 20%;
    overflow: hidden;
    margin-bottom:20px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + span,
[type="checkbox"]:not(:checked) + span
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
[type="checkbox"]:checked + span:before,
[type="checkbox"]:not(:checked) + span:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
[type="checkbox"]:checked + span:after,
[type="checkbox"]:not(:checked) + span:after
{
    content: '';
    width: 14px;
    height: 14px;
    background: rgb(197,0,29);
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + span:after
{
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + span:after
{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:disabled:checked + span:before,
[type="checkbox"]:disabled:not(:checked) + span:before
{
    border-color: #ccc;
    background-color: #eee;
}
[type="checkbox"]:disabled:checked + span:after
{
    background: #aaa;
}
.x-btn, .button, [type="submit"] {
    text-shadow:none !important;
    border:1px solid #99afbf !important;
    border-radius:2px !important;
    padding: 10px 20px !important;
    box-shadow: 0em 0em 2.22em 0em rgba(85,122,149,0.5) !important
}

.grecaptcha-badge {
    display:none;
    visibility:hidden;
}
.footer-contact .wpcf7-response-output {
    
    height: 51px;
    padding: 0 !important;
    line-height: 3.3em;
    width: 65.5%;
    z-index: 199;
    text-align: left;
    text-indent: -97%;
    top:-56px;
}
.gradient .x-bg-layer-upper-color {
    background: #557a95;
    background: -moz-linear-gradient(-45deg, #557a95 0%, #99afbf 49%, #99afbf 49%, #557a95 49%, #7395ae 100%);
    background: -webkit-linear-gradient(-45deg, #557a95 0%,#99afbf 49%,#99afbf 49%,#557a95 49%,#7395ae 100%);
    background: linear-gradient(135deg, #557a95 0%,#99afbf 49%,#99afbf 49%,#557a95 49%,#7395ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#557a95', endColorstr='#7395ae',GradientType=1 );
    opacity:0.66
}
.x-colophon.bottom {
    text-transform:none !important;
    font-size:14px !important;
}
.x-colophon.bottom .x-colophon-content {
    margin-bottom:0;
}
.x-colophon.bottom .x-colophon-content, .x-colophon.bottom .x-nav li a, .x-colophon.bottom .x-colophon-content a {
    color:rgba(255,255,255,0.6) !important;
}

.x-colophon.bottom .x-nav li a:hover {
    color:#99afbf !important
}
.x-colophon.bottom .x-colophon-content a.wrd:hover {
    color:#b0000f !important
}

@media (max-width: 979px) {
    .x-navbar .x-nav-wrap .x-nav > li > a:hover {
        background-color:#fff;
    }
}


@media (max-width: 767px) {

    .footer-contact .wpcf7-response-output {
    
        height: 51px;
        padding: 0 !important;
        line-height: 3.3em;
        width: 100%;
        z-index: 199;
        text-align: center;
        text-indent: 0;
        top:0;
    }
    
}

/* background: #557a95; 
background: -moz-linear-gradient(-45deg, #557a95 0%, #2273ad 4%, #938e94 59%, #e5d3c3 100%); 
background: -webkit-linear-gradient(-45deg, #557a95 0%,#2273ad 4%,#938e94 59%,#e5d3c3 100%); 
background: linear-gradient(135deg, #557a95 0%,#2273ad 4%,#938e94 59%,#e5d3c3 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#557a95', endColorstr='#e5d3c3',GradientType=1 );
 */