/**
 *
 * Folha de Estilos Padrão do site
 *
 *	Theme Name: IWS Store
 *	Description: O Template Base para Lojas Virtuais da Infinito Web Sites
 *	Version: 1.0
 *	Author: Infinito Web Sites
 *	Author URI: http://www.infinitowebsites.com.br
 *
**/
/***********************************
 * DEFINIÇÕES PRINCIPAIS
***********************************/
body{
	font: 16px 'Montserrat', sans-serif;
    line-height: 1.5;
	font-weight: 400;
	background: #fff;
    overflow-x: hidden;
    color: #000;
}

a { color: #000; }

a:hover {
	opacity: 0.85;
	text-decoration: none !important;	
	color: #333; 
}

a, a:hover {
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
img	{ 
    max-width: 100%; 
    height: auto;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
    color: #000;
    font-style: italic;
}



hr {
    margin: 40px 0;
    border-top: 1px solid #ddd;
}

/***********************************
 * BOTÕES E FORMS
***********************************/

.btn, .form-control {
	font-size: 16px;
}

.btn {
	border-radius: 0;
	box-shadow: 0;
	outline: 0;
    border: 0;
    padding: 0;
    padding-right: 5px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    font-size: 18px;
}

.btn-danger {
    background: #fff;
    color: #000 !important;
    font-weight: bold;
}

.btn.btn-default, .btn.btn-primary { background: transparent; color: #000; }
.btn-rounded { border-radius: 25px; }

.form-control {
	border-radius: 0;
	box-shadow: none;
	background: #FFF;
	border: 1px solid #333;
	height: 37px;
}

.form-control:focus {
	border: 1px solid #999;
	box-shadow: none;
}
.wpcf7 .wpcf7-list-item {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

/***********************************
 * CLASSES E ELEMENTOS PRINCIPAIS
***********************************/


@media(min-width: 1200px) {
    .container { width: 960px; }
}

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

.aligncenter {
  float: none;
  text-align: center;
  display: block;
  margin: 0 auto 15px;
}

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

/*.social i.fab.fa-facebook { background-color: #4267B2; }
.social i.fab.fa-whatsapp { background-color: #075e54; }
.social i.fab.fa-youtube { background-color: #FF0000; }
.social i.fab.fa-instagram { background-color: #833AB4; }*/

.social i.fab {
    padding: 5px;
    /*background: #FFF;*/
    border-radius: 100%;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    /*border:  1px solid #fff;*/
}

.social svg {
    width: 25px;
    height: 20px;
    margin: -5px -5px 0;
}

#main .gallery .gallery-item img {
    border: 2px solid #fff;
    border-top: 0;
    width: 100%;
}

/***********************************
 * CABECALHO E MENU
***********************************/

#header {
    position: relative;
    z-index: 1;
    background: #000;
    color: #FFF;
    padding: 10px 0;
    width: 100%;
}

body.scrolled header#header {
    position: fixed;
	z-index:999;
	top:0;
}


div#header-logo {
    max-width: 100px;
}

.header-util {
    color: #fff;
    text-align: right;
    font-size: 18px;
    margin-top: 25px;
}

.header-util a {
    color: #FFF;
    display: inline-block;
    margin-left: 10px;
}

#main-menu {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-right: -15px;
}

#main-menu .menu-menu-principal-container { margin-left: auto; }
#main-menu .menu-item { position: relative; margin-right: 8px;}
#main-menu .menu-item:last-child { margin-right: 0; }
#main-menu .menu-item:last-child:after { display: none; }

#main-menu #menu-menu-principal > .menu-item:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #FFF;
    border-radius: 100%;
    position: absolute;
    right: -7.5px;
    top: 8px;
}

#main-menu .menu-item a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    border-radius: 0;
    padding: 5px 10px;
    margin: 0 5px;
    border: 0;
    font-size: 14px;
    font-weight: bold;
}


#main-menu .current-menu-item a {
    text-decoration: none;
    border: 1px solid #fff;
}

#main-menu .menu-item .sub-menu {
    position: absolute;
    display: none;
    left: 0;
    top: 25px;
    padding: 0;
    list-style: none;
    max-width: 200%;
}

#main-menu .menu-item:hover .sub-menu, #main-menu .menu-item .sub-menu:hover {
    opacity: 1;
    display: block;
}

#main-menu .menu-item:hover .sub-menu .menu-item a {
    background: #000;
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 10px;
    font-size: 13px;
    min-width: 250px;
}

/***********************************
 * RODAPÉ
***********************************/

#footer p { margin: 0; }
#footer {
    background: #000;
    color: #FFF;
    padding: 0 0 30px;
    margin-top: 90px;
    font-size: 17px;
}

#footer h3 {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.footer-menu {
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
}

#footer a { color: #fff; }
#footer .social { margin-top: 10px; }
#footer .social a { margin-right: 5px; }
.footer-top {
    background: #ccc;
    padding: 25px 0 10px;
    margin-bottom: 30px;
}

#footer .footer-top h3 {
    color: #000;
    font-size: 20px;
    text-transform: none;
    font-weight: 900;
}

.copy a { color: #ccc !important; }
.copy {
    text-align: center;
    color: #ccc;
    font-size: 13px;
}

#cn-notice-text a {
    color: #FFF;
    text-decoration: underline;
}

#loading {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #FFF url('img/loading.gif') no-repeat center;
    display: block;
    top: 0;
    left: 0;
}

#link-wpp {
    background: #075e54;
    position: fixed;
    bottom: 50%;
    right: 20px;
     transform: translateX(200px); 
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 40px;
    border-radius: 100%;
    box-shadow: 0 0 40px -15px #000;
    opacity: 0;
}

.scrolled #link-wpp {
    transform: translateX(0px);
    opacity: 1;
}

/***********************************
 * CONTEUDO / CORPO DO SITE
***********************************/

.page-header {
    margin: 0;
    border: 0;
    padding: 50px 0;
    text-align: center;
}

.page-title {
    padding: 0;
    background: none;
    margin: 0;
    position: relative;
    z-index: 0;
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 5px 15px 3px;
    color: #000;
    font-weight: 900;
}

.page-title .header-title,
.page-title h1 {
    margin: 30px 0;
    font-size: 36px;
    color: #511026;
    position: relative;
    font-weight: bold;
}

.content-body { overflow-x: hidden; min-height: 450px; }
/*.content-body > .container-fluid { margin: 0 50px; }*/

.section-title {
    background: #188D87;
    color: #FFF;
    text-align: center;
    margin: 0 50px 20px -65px;
    padding: 170px 0;
}

h1.subtitle {
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 0;
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 20px; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.slick-slider img { width: 100%; }
.slick-slider .slick-arrow { display: none; }

.slick-dots li button {
    font-size: 0 !important;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #999;
    border-radius: 100%;
}

.slick-dots li.slick-active button {
    background: #000;
}

.slick-dots li button:before { display: none; }

/***********************************
 * PÁGINAS
***********************************/

div#main {
    overflow: hidden;
    max-width: 100vw;
}

/*home*/

#homeslider {
    background: none;
    padding: 0;
    color: #FFF;
    margin-bottom: 20px;
}

/*animais*/

.animais .animal {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.animal .animal-thumb { margin-bottom: 10px; }

.animal-fotos {
    padding: 50px 0;
}

.animais .animal h3 {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.animal-foto {
    padding-right: 10px;
}

.animal-videos {
    display: flex;
    gap: 20px;
    position: relative;
}

.animal-video {
    position: relative;
    width: 100%;
    padding-right: 10px;
}

@media( max-width: 767px ) {
    .animal-foto { padding: 5px; }

    .animal-videos {
        flex-flow: column;
        gap: 0;
    }

    .animal-video {
        padding: 5px;
    }
}

/*parceiros*/

.parceiros .parceiro {
    text-align: center;
    margin-bottom: 30px;
}

/*contato*/

.form-contato {
    max-width: 580px;
    margin: 0 auto;
}


/*posts*/

.post.post-item { margin-bottom: 50px; }

.post .post-header-meta,
.post .post-header-meta a {
    color: #666;
    font-size: 12px;
}

.post-item.post-item-vertical h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
    font-style: normal;
}

.wp-pagenavi a, .wp-pagenavi span {
    display: inline-flex;
    min-width: 30px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: #000;
    color: #FFF;
    border: 0;
}

.wp-pagenavi span.current {
    background: #ccc;
    color: #000;
}

/* misc */

div#glr-haras-mor div#gallery-1 {
    display: flex;
    margin-left: 0px;
    margin-bottom: 0px;
}

#main .gallery br {
    display: none;
}

div#glr-logos-parceiros .gallery-item img {
    max-width: 100px;
	margin-bottom: 10px;
}
#glr-logos-parceiros img:hover {
    transform: scale(1.6);
    transition: 1.2s;
}

.grecaptcha-badge {
    display: none !important;
}

/***********************************
 * MEDIA QUERIES
***********************************/

@media( max-width: 1024px ) {
    #main-nav .nav .menu-item a { font-size: 13px; } 
}

@media( max-width: 990px ) {
    #header .header-util { margin-top: -70px; }
    #main-menu { position: relative; z-index: 3; }
    #main-menu button.navbar-toggler {
        color: #fff;
        display: block;
        text-align: right;
        width: 100%;
    }

    #main-menu #menu-menu-principal > .menu-item:after { display: none; }
    #main-menu .menu-item a {
        text-align: center;
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }

    #main-menu .menu-item .sub-menu {
        position: relative;
        left: unset;
        top: unset;
        max-width: 300px;
        margin: 10px auto;
        text-align: center;
    }

    div#header-logo {
        float: left;
        position: relative;
        z-index: 2;
    }
}

@media(max-width: 767px) {  
    .header-util a:last-child { display: none; }
     #main-menu .menu-item a {
        border: 0;
        font-size: 16px;
        padding: 5px;
    }
    
    #main-menu .menu-item { display: block; }
    #main .gallery .gallery-item {
        width: 50%;
        margin: 0;
    }
}
