/*

Theme Name: Eco-Tourism
Version: 2.0
Author: Evok Advertising
Author URI: www.EvokAd.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.slideIn {
  animation: slideIn 1s cubic-bezier(0.1, 0.86, 0.45, 1.01);
  animation-fill-mode: forwards;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideIn-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  30%,
	70% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }
  100% {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
@keyframes slideIn-2 {
  0%,
	14.5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  37.5%,
	62.5% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }
  85.5%,
	100% {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}

/* Adjustments */
.region-carousel .item-southwest {
	background-image: url(https://www.ecotourismflorida.com/wp-content/themes/ecotourism/images/gradient-blue.svg), url(https://www.ecotourismflorida.com/wp-content/uploads/2017/08/Hero_Southwest.jpg);
}
.region-carousel .item-central {
	background-image: url(https://www.ecotourismflorida.com/wp-content/themes/ecotourism/images/gradient-blue.svg), url(https://www.ecotourismflorida.com/wp-content/uploads/2017/08/Hero_Central.jpg);
}

.region-carousel .item-southeast {
	background-image: url(https://www.ecotourismflorida.com/wp-content/themes/ecotourism/images/gradient-blue.svg), url(https://www.ecotourismflorida.com/wp-content/uploads/2017/07/Hero_Southeast.jpg);
}

.region-carousel .item-northeast {
	background-image: url(https://www.ecotourismflorida.com/wp-content/themes/ecotourism/images/gradient-blue.svg), url(https://www.ecotourismflorida.com/wp-content/uploads/2017/08/Hero_Northeast.jpg);
}

.fl-map-region-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.fl-map>div .fl-map-hover {
    pointer-events: none;
}


html {
    overflow-x: hidden;
    max-width: 100vw;
}

@media screen and (max-width: 1200px) {
    .hero-cat-head .circle-image .circle-text h5 {
        font-size: 7rem;
    }
}

@media screen and (max-width: 768px) {
    .featured-partners .container-block {
        margin: 5px 0;
        position: relative;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #newsletter h3 {
        font-size: 24px;
        line-height: 1;
        margin: 0 0 15px;
    }
    aside.sidebar {
        padding-left: 30px;
        padding-right: 7px;
    }
}

.emblem
{
	width:564px;
	height:564px;
	padding-top:120px;
}
.emblem .emblem-border
{
	background-position: -137px -142px;
	background-size:1002px;
}
.circle-text p 
{
	max-width:480px;
	margin: 0 auto 10px;
}
.emblem h4
{
	font-size:77px;
}
.emblem p
{
	font-size:16px;
}

@media screen and (max-width: 480px) {
    #mainHero #hero-home-wrap {
        top: 42vh;
    }

    .emblem h4 {
        font-size: 5rem; color:#2B4B98;
    }
    .emblem p {
        color: #2B4B98;
        font-size: 14px;
        font-family: "istok", sans-serif;
        margin: 10px auto;
        line-height: 17px;
    }
    .emblem .theme-button2, .featured-partners .theme-button2 {
        font-size: 11px;
    }

    #homeSearch h3 {
        margin-top: 10px;
        padding: 10px;
        font-size: 2.7rem;
        letter-spacing: 2px;
    }
    #mainHero .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .home-content-style h2 {
        font-size: 3.6rem;
    }
    .title-w-border h2 {
        letter-spacing: 2px;
        font-size: 3.2rem;
    }

    .page-id-48 .hero-region {
        background-position: 40% 50%;
    }
    .page-id-48 .hero-region {
        background-position: 30% 50%;
    }

    .hero-cat-head .circle-image .circle-text h5 {
        font-size: 5rem;
    }

    .hero-cat-head .container-large select {
        padding: 10px 34px 10px 12px;
        max-width: 240px;
        font-size: 12px;
        margin-top: 20px;
    }
	
	.emblem {width:320px; height:320px; padding-top:36px;}
	
	.emblem .emblem-border {background-position:-80px -82px; background-size:570px;}
}
