/*-----------------------------------------------------------------------------------*/
/*	Columns
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
    .full, .three-fourth, .half, .three-eighth, .two-third, .one-third, .one-fourth, .one-fifth {
        position: relative;
        float: left;
        margin: 0 3% 20px 0;
    }
    .full {
        clear: both;
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .three-fourth {
        width: 74%
    }
    .half {
        width: 48.5%
    }
    .two-third {
        width: 65.5%
    }
    .one-third {
        width: 31.3%
    }
    .three-eighth {
        width: 35.75%
    }
    .one-fourth {
        width: 22.7%
    }
    .one-fifth {
        width: 17.9%
    }
    .one-third.service {
        width: 31.91%;
        margin-right: 2.13%;
    }
    .team-member > .one-third {
        width: 26%;
    }
    .team-member > .two-third {
        width: 71%;
    }
    .event.three-fourth {
        width: 73%;
    }
    .event.one-fourth {
        width: 23.7%;
    }
    .col-left.half {
        width: 55.5%;
    }
    .col-right.half {
        width: 41.5%;
    }
    .half.col-mid-contact {
        margin-right: 5.1%;
        width: 44.7%;
    }
    .one-fourth.col-right-contact {
        width: 24.4%;
    }
    .last {
        margin-right: 0 !important;
    }
}
.full, .three-fourth, .half, .three-eighth, .two-third, .one-third, .one-fourth, .one-fifth {
    margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* Column Classes
/*-----------------------------------------------------------------------------------*/
.service {
    background-color: #FCFAEB;
    font-family: "Conv_MyriadPro-SemiboldIt", sans-serif;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
    min-height: 320px;
    padding: 10px 12px 20px;
}
.service > div {
    font-family: "Conv_MyriadPro-Regular", sans-serif;
    font-size: 13px;
    line-height: 16px;
    padding: 0 16px;
    color: #726659;
}
.service p {
    margin-bottom: 4px;
    color: #726659;
    text-align: center;
}
.service .circle {
    font-size: 80px;
    margin: 20px auto;
    padding: 0;
    text-align: center;
}
.service a {
    border: 2px solid #d43d27;
    color: #d43d27;
    display: block;
    font-size: 18px;
    line-height: 25px;
    margin: 20px auto 0;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none !important;
    width: 184px;
    transition: .5s;
}
.service a:hover {
    color: #ffffff;
    background-color: #d43d27;
    transition: .5s;
}

/*-----------------------------------------------------------------------------------*/
/*	Drop List
/*-----------------------------------------------------------------------------------*/
.drop-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: none;
}
.drop-list li {
    display: inline-block;
    margin-right: 1.5%;
    min-height: 160px;
    vertical-align: top;
    width: 14.6%;
}
.drop-list li:last-child {
    margin-right: 0;
}
.drop-list li img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.drop-list li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.drop-list li span {
    color: #b3b3b3;
    display: block;
    font-family: 'Conv_MyriadPro-Regular', sans-serif;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 1px;
    padding-top: 6px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.drop-list li:hover span {
    color: #ffffff;
    font-size: 14px;
    padding-top: 12px;
}
.slide-caption .icon-close {
    display: none;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: -60px;
}
/*-----------------------------------------------------------------------------------*/
/*	Testimonial
/*-----------------------------------------------------------------------------------*/
.testimonial,
li.event-item {
    background-color: #fff;
    border: 1px solid #404041;
    font-size: 0.98rem;
    margin: 0 auto 26px;
    max-width: 554px;
    padding: 34px 38px;
}
.testimonial span,
.testimonial strong {
    display: block;
    font-weight: normal;
    text-align: right;
    font-size: 15px;
    color: #404041;
}
.testimonial span {
    font-size: 12px;
}
.testimonial p {
    color: #404041;
}
/*-----------------------------------------------------------------------------------*/
/*	Event List
/*-----------------------------------------------------------------------------------*/
.event-list {
    margin: 0;
    list-style: none;
}
li.event-item {
    max-width: 620px;
}
@media only screen and (min-width: 768px) {
    li.event-item {
        width: 620px;
    }
}
.text-center, .text-right {
    text-align: center;
    overflow: hidden;
    padding: 10px 0 0;
    margin: 0;
}
.text-right {
    text-align: right;
}
.btn-outline, input.btn-outline {
    background-color: transparent;
    height: auto;
    border: 2px solid #d43d27;
    color: #d43d27;
    font-size: 25px;
    display: inline-block;
    font-style: italic;
    padding: 10px;
    text-decoration: none !important;
    width: 100%;
    text-align: center;
}
.btn-outline:hover, input.btn-outline:hover {
    background-color: #d43d27;
    color: #ffffff;
}

.fancybox-wrap li.event-item {
    margin-bottom: 0;
}
.fancybox-wrap li.event-item h2 {
    font-size: 30px;
}
.fancybox-wrap li.event-item h3 {
    font-size: 22px;
}
.fancybox-wrap .btn-outline, input.btn-outline {
    font-size: 18px;
    padding: 6px 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	Team
/*-----------------------------------------------------------------------------------*/
.team-member {
    padding-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}
h4.name {
    margin-bottom: 20px;
    margin-top: -6px;
}
/*-----------------------------------------------------------------------------------*/
/*	Row
/*-----------------------------------------------------------------------------------*/
.row {
    padding: 40px 0;
    position: relative;
}
.row.smaller {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}
.bg-grid .row-bg {
    background: url("https://dfwwildlife.org/wp-content/uploads/2018/09/ray-hennessy-118035-unsplash-e1536253048230.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;     
}
.bg-grid h1 {
    color: #fff;
}
.row-bg {
    display: block;
    top: 0;
    position: absolute;
    height: 100%;
    width: 999em;
    left: 50%;
    margin-left: -499.5em;
    z-index: -1;
}

/*-----------------------------------------------------------------------------------*/
/*	Blog
/*-----------------------------------------------------------------------------------*/
.post-cats {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 8px;
    left:8px;
}
.post-cats li {
    float: left;
    margin-bottom: 8px;
    margin-right: 8px;
}
.post-cats li a {
    color: #fff;
    text-decoration: none !important;
    min-width: 138px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    background-color: #d43d27;
    padding: 0 10px;
    text-transform: uppercase;
}
.latest-blog .blog-item {
    position: relative;
    text-align: center;
}
.latest-blog .blog-item p {
    margin-bottom: 0;
}
.latest-blog .blog-item img {
    width:100%;
    height: auto;
    margin-bottom: 20px;
}
.latest-blog .blog-item.half img {
    margin-bottom: 10px;
}
.latest-blog .blog-item h2 {
    font-size: 20px;
    line-height: 24px;
}
.latest-blog .blog-item h2 a {
    color: #404041;
    text-decoration: none !important;
    font-style: normal;
}
.column-one .item-description {
    background-color: rgb(212, 61, 39, 0.9);
    color: #fff;
    font-size: 36px;
    left: 50%;
    line-height: 34px;
    padding:20px 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 80%;
}
.column-one .item-description h2 a {
    color: #fff;
    font-size: 36px;
    line-height: 34px;
}

ul.posts-sc {
    list-style: none;
    padding: 0;
    margin:0;
}
ul.posts-sc li {
    background-color: #ffffff;
    border: 1px solid #d1e8f4;
    font-size: 0.98rem;
    margin: 0 auto 12px;
    max-width: 554px;
    padding: 10px;
    overflow: hidden;
}
ul.posts-sc li .post-thumb {
    float: left;
    margin-right: 3%;
    min-height: 10px;
    width: 24%;
}
ul.posts-sc li .post-thumb img {
    width: 100%;
    height: auto;
    text-decoration: none !important;
}
ul.posts-sc li .post-description {
    float: left;
    width: 73%;
    line-height: 18px;
    font-size: 15px;
    color: #052f64;
    text-decoration: none !important;
}
ul.posts-sc li h4.post-title {
    line-height: 16px;
    margin-bottom: 4px;
    font-size: 16px;
    color: #052f64;
    font-family: 'Conv_MyriadPro-Bold', sans-serif;
    font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/*	Heading
/*-----------------------------------------------------------------------------------*/
h1.heading-main {
    font-family: 'ff-market-web', cursive;
    font-size: 52px;
    line-height: 60px;
}
h2.heading-sub {
    font-size: 36px;
}

.list1 {
    margin:0 auto;
    display: inline-block;
    padding-left: 60px;
}
.list1 > li {
    background: url("../images/tick.png") no-repeat scroll left 8px;
    color: #f26522;
    list-style: none;
    padding: 5px 0 5px 26px;
}