/*
Theme Name:     Anneliese Child
Theme URI:      http://www.themeforest.net
Description:    Make your modifications to Anneliese in this child theme.
Author:         Mairel Theafila
Author URI:     http://www.themeforest.net/user/nagaemas
Version:        1.0
Template:       anneliese
*/

/* ==========================================================================
  body
============================================================================= */

body {
    color: #000;
    letter-spacing: 0.5px;
}

a {
  color: #4caad8;
  text-decoration: none;
}
a:focus, a:hover {
  color: #04465f;
}

/* ==========================================================================
	9.4 Headings
============================================================================= */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {

  color: #000000;
}


/* ==========================================================================
  Main Menu
============================================================================= */

.site-nav .menu-item, .site-nav .page_item, .footer-nav .menu-item, .footer-nav .page_item {
    color: #000000;
}

.site-nav .menu-item, .site-nav .page_item {
    color: #000000;
    font-size: .875rem;
}

.site-nav .current-menu-item>a, .site-nav .current_page_item>a, .site-nav .menu-item a:hover, .site-nav .page_item a:hover, .footer-nav .current-menu-item>a, .footer-nav .current_page_item>a, .footer-nav .menu-item a:hover, .footer-nav .page_item a:hover {
    color: #707070;
}

.site-nav .current-menu-item>a, .site-nav .current_page_item>a, .site-nav .menu-item a:hover, .site-nav .page_item a:hover, .footer-nav .current-menu-item>a, .footer-nav .current_page_item>a, .footer-nav .menu-item a:hover, .footer-nav .page_item a:hover {
    color: #4caad8;
}


/* ==========================================================================
  Page Splash container
============================================================================= */
.site-splash.site-splash--image .middle {
    z-index: 99;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
}
.middle .middle__content{
    max-width: 42.5rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.middle__content h1, .middle__content h2, .middle__content h3, .middle__content h4, .middle__content h5, .middle__content h6{
  color: #fff;
}

.middle__content h3, .middle__content h4, .middle__content h5, .middle__content h6{
  font-weight: normal;
}

.middle__content .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-radius: 5px;
    margin-top: 2.00rem ;
}

.middle__content .btn-primary:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}


/* ==========================================================================
  post entry cover
============================================================================= */

.al-cover__inner:before {

    background-image: none!important;

}

 #scrollbutton.demo {
	pointer-events: initial;
    display: block;
    width: 100%;
    position: relative;
	height: auto;
 }

#scrollbutton a {
  padding-top: 80px;
}
#scrollbutton a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#scrollbutton a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#scrollbutton a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#scrollbutton a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ==========================================================================
  post entry
============================================================================= */


.entry-content .all-caps{
	text-transform: none;
}
h2.sub-entry-title{
	font-family: "Lato";
	text-transform: none;
	color: #000;
	font-size: 1.50rem;
	font-weight: 300;
	padding-top: 0.625rem;
}
h3.sub-entry-title{
	font-family: "Lato";
	text-transform: none;
	color: #000;
	font-size: 1.125rem;
	font-weight: 300;
}
.wp-caption-text {
    font-style: italic;
    color: #000;
}

/* ==========================================================================
  Single Evento
============================================================================= */

.single-evento h4, .single-evento .h4{
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000000;
}

.letra-light{
	font-weight: 300;
}

/* ==========================================================================
  Contact Form 7
============================================================================= */
.post-password-form .form-control {
	color: #fff;
}
.post-password-form .form-control:focus {
	color: #fff;
}
.post-password-form .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.post-password-form .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.post-password-form .form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.form-control {
	color: #000;
	font-family: "Lato", sans-serif;
	letter-spacing: 0.5px;
    line-height: 1.75;
    border: 1px solid rgba(0,0,0,1.0);
    border-radius: 5px;
}

.form-control:focus {
	color: #000000;
    border: 1px solid rgba(10,176,239,1.0); /* #0AB0EF */
}

.btn-primary {
	color: #000;
    background-color: #fff;
    border-color: #000;
    border-radius: 5px;

}
.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(10,176,239,0.5);
    box-shadow: 0 0 0 2px rgba(10,176,239,0.5);
}

.form-control::-webkit-input-placeholder {
  color: #909090;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #909090;
  opacity: 1;
}
.form-control::placeholder {
  color: #909090;
  opacity: 1;
}

.wpcf7-list-item-label, .wpcf7-list-item input[type="checkbox"], .wpcf7-list-item input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}

/* Custom CF7 Loader */
div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('images/ajax-loader.gif');
	width: 24px;
	height: 24px;
	border: none;
	padding: 0;
	margin: 0 0 0 24px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng {
    border-radius: 10px;
}

/* ==========================================================================
  Flickity
============================================================================= */
/*
.module-slider {
    background-size: 0px 0px;
    background-image: none;
    padding-bottom: 50px;
}

.module-slider .gallery-item {

  overflow: visible!important;
}

.gallery-caption {

    z-index: 1;

    bottom: -50px;

    color: #000;

    opacity: 1;

}
*/

/* ==========================================================================
	22.3 Media Queries >= 992px
============================================================================= */
@media (min-width: 992px) {

	/* Horizontal Centering  */
	.single-evento .site-content-outer-wrapper {
    	justify-content: center;
	}
}

/* ==========================================================================
  22.4 Media Queries >= 1200px
============================================================================= */

@media screen and (min-width: 1200px) {

	body {
    	font-size: 1.125rem;
	}

	/* widgets */
	.widget-title {
	    font-size: 1.100rem;
	}
	.widget {
    	font-size: 1.000rem;
	}

	/*entry single content*/
	.lead {
    	font-size: 1.50rem;
    	font-weight: 300;
	}
	.wp-caption-text {
	    font-size: 1.125rem;
	    font-weight: 300;
	}
	.entry-content blockquote {
    	margin-top: 4rem;
    	margin-bottom: 4rem;
	}

	/*contact form 7*/
	.form-control {
	    font-size: 1.125rem;
	    line-height: 1.75;
	}
	.form-group {
    	margin-bottom: 1.5rem;
	}



 }

/* ==========================================================================
  22.7 Media Queries >= 1440px
============================================================================= */


@media screen and (min-width: 1440px) {


	/* Site Content */
	.site-content-wrapper {
		max-width: 47.5rem;
	}

	.site-content-wrapper--fullwidth {
		max-width: none;
	}
	.site-content-outer-wrapper .site-content-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 47.5rem;
		flex: 0 0 47.5rem;
	}

 }

/* ==========================================================================
  22.8 Media Queries >= 1600px
============================================================================= */


@media screen and (min-width: 1600px) {
	/* Site Content */
	.site-content-wrapper {
		max-width: 57.5rem;
	}

	.site-content-wrapper--fullwidth {
		max-width: none;
	}
	.site-content-outer-wrapper .site-content-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 57.5rem;
		flex: 0 0 57.5rem;
	}

 }

/* ==========================================================================
  22.9 Media Queries >= 1900px
============================================================================= */


@media screen and (min-width: 1900px) {
	/* Site Content */
	.site-content-wrapper {
		max-width: 75.0rem !important;
	}
	.page-template-page-fullwidth .site-content-wrapper {
		max-width: 100% !important;
	}

	.site-content-wrapper--fullwidth {
		max-width: none;
	}
	.site-content-outer-wrapper .site-content-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75.0rem;
		flex: 0 0 75.0rem;
	}

	.container-fluid {
	    padding-right: 10.00rem;
	    padding-left: 10.00rem;
	}

 }
