/*
Theme Name: Quixites2
*/

 body {
     margin: 0;
     font-family: "Open Sans", helvetica, arial;
     font-size: 18px;
     font-weight: 400;
     line-height: 1.8;
     color: #111;
}
 h1, h2, h3, h4, h5, h6{
     margin-bottom: 1rem;
     font-family: inherit;
     line-height: 1.2em;
     color: inherit;
     letter-spacing: 1px;
     color:#5573b8;
    font-weight: 400;
    font-family: Lora, georgia,serif;

}

 a {
     color:#5573b8;
     -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
     text-decoration: underline;
}
 a:hover {
     text-decoration: none;
     color: #5573b8;
}
h1 {
    font-size: 1.5em;
    margin-top: 0;
}
 h2{
     font-size: 1.25em;
}
 h3 {
     font-size: 1.15em;
}
 h4, h5, h6 {
     font-size: 1em;
}


ul {
    list-style: none;
}
em {
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
}
p {
    margin-bottom: 30px;
}
/* Buttons */ 

a.btn, input.wpcf7-form-control.wpcf7-submit{
        border: 1px solid #5573b8;
    color: #5573b8;
    background: transparent;
    text-decoration: none;
    padding: 15px 25px;
    display: block;
    width: 300px;
    font-size: 0.9em;
    transition: all 0.1s linear;
    text-transform: uppercase;
    font-family: Lora, georgia, serif;
    text-align: center;

}
a.btn:hover, input.wpcf7-form-control.wpcf7-submit:hover{
    background: #5573b8;
    color:#fff;
}
a.btn.btn-white, #footer input.wpcf7-form-control.wpcf7-submit {
    border: 1px solid #fff;
    color: #fff;
}
a.btn.btn-white:hover, #footer input.wpcf7-form-control.wpcf7-submit:hover {
    background:#fff;
    color:#5573b8;
}
a.btn-topbar {
    padding: 5px;
    width: 180px;
    margin: 10px 0;
}
.btn-center {
    margin:auto;
}
a.btn.btn-gold {
	color:#5573b8;
	background:#d0c096;
	border: 1px solid #fff;
}
a.btn.btn-gold:hover {
	background:#fff;
}
.bg-center {
    background-size: cover;
    background-position: center center;
}
/* Header */
#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
.header-wrap {
        padding: 15px 0;
    }

.mobile-menu-btn {
    background: #000;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #fff;
}
i.fas.fa-bars {
    color: #fff;
}
#header .social, #header .btn-topbar {
    display: none;
}
.social {
    padding:5px;
    font-size: 18px;
}

.social a {
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    *display:inline;
    zoom:1;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    position: relative;
    text-decoration: none;
}
.social a:hover {
	opacity: 0.6;
}
/* Navigation */

.nav-menu {
    display: none;
}
.st-menu .social {
    margin:5px;
}
.st-menu .social a {
    color: #5573b8;
}

/* Home Banner */

@-webkit-keyframes fadeInUpSD {
    0% {
        opacity: 0;
        margin-top: 50px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes fadeInUpSD {
    0% {
        opacity: 0;
        margin-top: 50px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes shrink {
    0% {
        background-size: 110% 110%;
    }
    100% {
        background-size: 100% 100%;
    }
}

@-webkit-keyframes shrink {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
.banner-slider {
    height: 500px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

#home-slider {
    height: 800px;
    overflow: hidden;
    background-image:url(images/1496.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.home-slider-wrap {
    height: 100%;
    background-size: cover;
    background-position: center center;
    color:#fff;
    position: relative;
}

.home-slider-wrap .overlay {
        -ms-flex-align: center!important;
        align-items: flex-center!important;
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(17,17,17,1) 0%, rgba(17,17,17,0.3) 100%);

}
.home-slider-wrap p.headline {
    color: #fff;
    margin: 0;
    font-size: 2em;
    line-height: 1.2em;
    font-family: Elsie, georgia, serif;
}

.home-slider-wrap p {
    margin: 20px 0 30px;
}
.home-slider-wrap a.btn, .banner-slider-wrap a.btn {
    color: #fff;
    border-color: #fff;
    margin: 0;
}

.home-slider-wrap a.btn:hover, .banner-slider-wrap a.btn:hover {
    background: #fff;
    color: #3a457f;
}

.slider-content {
    padding: 0 20px;
    opacity: 0;
    width: 100%;
    z-index: 50;
}
.banner-content {
    margin: 150px 20px 0;
}

.slider-content p {
}

.slick-list, .slick-track {
    height: 100%;
}

.slick-active .home-slider-wrap .slider-content {
    animation-name: fadeInUpSD;
    animation-duration: 1.5s;
    opacity: 1;
}




/* Header Banner */
.header-banner-wrap, .banner-slide {
    height: 550px;
    background-position: center center;
    background-size: cover;
}
.header-banner-wrap h1 {
    color: #fff;
}


/* Floating text block */
.floating-text-block {
	background-position: center center;
    background-size:cover;
    position: relative;
}
.floating-text-wrap {
    margin-bottom: 100px;
}

.floating-text-block h2, .floating-text-block p {
    color:#fff;
}

.shortcode-wrap {
    margin:50px 0;
}

/* CTA Bar */
.cta-bar {
    background:#a5d0d7;
    padding:20px;
    text-align:center;
}
.cta-bar a {
    font-family: elsie, gerogia, serif;
    text-transform: uppercase;
        font-size: 1.2em;
    letter-spacing: 1px;
}

/* Image/Text Block */
.bg-image {
    min-height: 400px;
}
.image-text-content {
    padding:50px;
}

/* Text Block */

.left-underline:after {
    width: 150px;
    height: 2px;
    background-color: #5573b8;
    content: '';
    display: block;
    margin-top: 15px;
}

.center-underline:after {
	width: 150px;
    height: 2px;
    background-color: #5573b8;
    content: '';
    display: block;
    margin: 15px auto 0;
}
.cat-box-row .cat-box:nth-of-type(odd) .cat-box-wrap{
	border:1px solid #7fb2bf;
}
.cat-box-row .cat-box:nth-of-type(even) .cat-box-wrap{
	border:1px solid #d0c096;
}
.cat-box-inner {
	font-size: 0.9em;
	padding: 0 30px;
}
.cat-box-inner h3 {
	text-align: center;
}

/* Icon Row */
.icon-wrap {
    margin:20px 0;
} 
.icon-row {
    text-align: center;
    padding:60px 0;
}
.icon-row h2 {
    font-weight: 400;
    color:#5573b8;
    padding-bottom:10px;
}

.icon-row a {
    text-decoration: none;
}
.icon-row .icon {
    font-size: 34px;
    border: 2px solid #5573b8;
    color: #5573b8;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
    text-align: center;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

/* Full Image/Text */
.full-image-text-content {
    padding:50px 20px;
}
.full-image-text-content h2, .full-image-text-content h3 {
    text-transform: uppercase;
}
.full-image-text-bg {
    background-size: cover;
    background-position: center center: 
}

/* Full Width */
.full-width {
    padding:80px 0;
    background:#5573b8;
    color:#fff;
}
.full-width h2, .full-width h3 {
    color: #fff;
}

.full-width.light {
    background:#fff;
    color:#5573b8;
}
.full-width.light h2, .full-width.light h3 {
    color: #5573b8;
}
.wide-tmpl {
    padding: 50px 0;
}

/* CTA Block */
.cta-row {
    background-color: #5573b8;
    padding: 15px 0;
}
/* Cat Box */

.cat-box-wrap {
    margin-top:15px;
    display: flex!important;
    flex-flow: column;
}
.cat-box-wrap:hover .cat-box img {
    opacity: 0.85;
}
.cat-box img {
    width: 100%;
    height:auto;
    transition: 0.2s all linear;
}
.cat-box-content {
    border: 1px solid #5573b8;
    padding: 20px;
    text-align: center;
    width: 90%;
    margin: -40% auto 35px;
    position: relative;
    background: #fff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;

}
.cat-box-content h3 {
    font-size: 1.5em;
}
.cat-box-content a {
    text-decoration: none;
    color: #5573b8;
}
.cat-box-content .cat-link {
    margin-top: auto!important;
    border: 1px solid #5573b8;
    padding: 10px;
    font-size: 0.85em;
    transition: 0.1s all linear;
}
.cat-box-content .cat-link:hover {
    color: #fff;
    background-color: #5573b8;
}
p.cat-excerpt {
    font-size: 0.85em;
}
.cat-box-content a:hover {
    color: #334b7f;
}
/* Cat Grid */
.cat-grid-content {
    padding: 100px 20px;
}
.cat-grid-content h2 {
    color: #5573b8;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.cat-grid-content p {
    color: #5573b8;
    font-family: 'Lora', serif;
    font-size: 1.5em;
}

/* Testimonials Block */
.testimonials-section {
        padding: 30px 0 50px;
}


.testimonials-quote {
    padding-left: 100px;
    margin-top:80px;
    position: relative;
        font-size: 18px;
        font-style: italic;
        
}
.testimonials-quote:before {
    content: '“';
    font-size: 180px;
    line-height: 110px;
    position: absolute;
    top: 0;
    left: 0;
        font-family: Lora, georgia,serif;
    color: #5573b8;
}
a.testimonials-url {
    display: block;
    text-align: right;
    text-decoration: none;
    font-style: italic;
}
.testimonial-full p:before {
        content: '“';
}
.testimonial-full p:after {
        content: '“';
}
/* Menu */ 
.menu-terms {
    color: #244d5a;
    text-align: center;
    margin: 10px auto;
}
.menu-header {
    display: block;
    text-align: center;

}

.r-menu-item {
    padding:20px;
}
.menu-item-name {
    color: #5573b8;
    font-style: italic;
        font-family: Lora, georgia,serif;
        font-size: 1.3em;
}
.menu-heading-wrap {
    padding:15px 0;
}
.underline-dots {
    border-bottom: 1px dotted #5573b8;
    margin-bottom: 15px;
}

.menu-highlight {
    border: 2px solid #5573b8;
        margin-bottom: 20px;
}

.menu-highlight-title {
    background: #5573b8;
    color: #fff;
    padding: 5px 20px;
    font-family: 'Lora', serif;
}
/* Testimonials */
.header-wide {
    text-align: center;
    margin: 30px 0;
}
.testimonials-heading {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Lora', serif;
    color: #18253f;
    font-size: 1.5em;
    margin-bottom: 30px;
}
.testimonials-quote {
    padding-left: 100px;
    position: relative;
        font-size: 18px;
        font-style: italic;
        
}
.testimonials-quote:before {
    content: '“';
    font-size: 180px;
    line-height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Lora', serif;
    color: #18253f;
}

/* Blog */
.blog-header {
    margin:30px 0;
}
.blog-content {
    margin: 50px 0;
}
h1.blog-title a {
    text-decoration: none;
}
.entry-date {
    font-size: 13px;
    margin-bottom: 30px;
}
#sidebar {
    margin-top: 30px;
}
.sidebar-cat {
    border: 1px solid #5573b8;
    padding: 20px;
    margin-bottom: 30px;
}
.sidebar-cat.recent-posts a {
    text-decoration: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d6cf;
    padding-bottom: 10px;
    font-size: 14px;
    display: block;
}
.sidebar-cat h4 {
    text-align: center;
    text-transform: uppercase;
}
.sidebar-cat .social a {
    color: #5573b8;
}
ul.tax-list {
    margin: 0;
    padding: 0;
}
ul.tax-list li {
    list-style: none;
    float: left;
}
ul.tax-list li a {
    background-color: #5573b8;
    text-decoration: none;
    margin: 0 5px 5px 0;
    padding: 5px;
    display: block;
    transition: .2s all linear;
    color: #fff;
    font-size: 14px;
}
/* Video Block */

.overlay {
    height: 100%;
    width: 100%;
    padding: 50px 0;
    background: rgb(55 69 73);
}
.video-bg video {
    width: 100%;
    display: block;
}
/* Footer */

.footer-image-wrap {
    position: relative;
}
.footer-image-wrap img{
    width: 100%;
    height:auto;

}

#footer {
    background-color: #5573b8;
    color: #fff;
}
.footer-wrap {
    padding:50px 0;
}
#footer, #footer h4 {
    color:#fff;
}
#footer h4 {
    font-size: 1.5em;
}
#footer ul {
    margin: 0 0 50px;
    padding: 0;
}
#footer li {
    list-style: none;
}
#footer li a {
    color: #fff;
    text-decoration: none;
}
#footer li a:hover {
    text-decoration: underline;
}
#copyright {
    background-color: #fff;
    color:#5573b8;
    padding: 30px 0
}
#copyright .social {
    display: inline-block;
    font-size: 24px;
    padding-left: 5px;
    margin: 20px 0;
}
#copyright .social a{
    color:#5573b8;
}
#copyright .newsletter {
    background: none;
    text-align: center;
    margin:0;
}
#copyright .newsletter button {
    background-color: #665570;
}
#copyright .newsletter p {
    margin-bottom: 10px;
}

/* Contact */ 

input.wpcf7-form-control, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #999;
}
#footer input.wpcf7-form-control, #footer textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 0.8em;
}
#footer textarea.wpcf7-form-control.wpcf7-textarea {
    max-height: 150px;
}

@media (min-width: 480px) {
    .floating-text-block h2 {
        font-size: 2em;
    }

}

@media (min-width: 768px) {

    h1 {
    font-size: 2.5em;
    margin-top: 0;
    }
     h2{
         font-size: 1.75em;
    }
     h3 {
         font-size: 1.5em;
    }
    .home-slider-wrap .overlay {
        -ms-flex-align: end!important;
        align-items: flex-end!important;
    }
    .home-slider-wrap p.headline {
        font-size: 3em;
    }
    .slider-content p, .banner-content p {
        font-size: 1.25em;
        line-height: 1.5em;
    }
    #header .social, #header .btn-topbar {
        display: block;
    }
    .banner-content {
        margin: 150px 50px 0;
    }
    .testimonials-heading {
   
    font-size: 2em;
}
.testimonials-wrap {
    background-repeat: no-repeat;
    background-position: center left;
    padding: 40px;

}
}

@media (min-width: 992px) {
.slider-content{
        padding:0 50px;
        text-align: left;
        margin-bottom: 100px;
    }
    .banner-content {
        margin-top: 150px;
    }
    .video-bg-wrap .overlay {
    position: absolute;
    top:0;
    left:0;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
	#menu-main-menu {
	    padding: 0;
	    margin: 0;
	}

	.slider-content {
		padding: 0 100px;
	}

@media(min-width: 1200px) {
    .mobile-menu-btn {
        display: none;
    }
    .nav-menu {
        display: block;
    }
    .nav-menu ul {
        display: flex;
            justify-content: flex-end;
            margin:0;
            padding: 0;
    }

    .nav-menu li a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #fff;
        font-size: 0.85em;
            text-transform: uppercase;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }
    .nav-menu li a:hover {
        color: #5573b8;
    }
    
    /* Tabs */
}


.home-tabs-wrap {
    position: relative;
    margin-bottom: 50px;
}
.home-tabs-title {
	background:#a5d0d7;
	text-align: center;
	padding:20px 0 0;
}
.home-tabs-title  h2{
    margin: 0 0 20px;
    color: #5573b8;
}
ul.tabs {
        margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    justify-content: center;
    position: relative;
    border-bottom: 2px solid #a5d0d7;
}
ul.tabs:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 25px 0;
    border-color: #a5d0d7 transparent transparent;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}
ul.tabs li {
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 180px;
    height: 70px;
    line-height: 70px;
}

ul.tabs li.tab-link.current {
    background: #fff;
}

ul.tabs li:hover {
    background: #fff;
}

.tab-content {
    opacity: 0;
    height: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    overflow: hidden;
}

.tab-content.current {
    height: auto;
    overflow: hidden;
    opacity: 1;
}