/*!
Theme Name: clauramial_coregna
Theme URI: http://sipariosulgolfo.com/
Author: Claudia Ramirez Alonso
Author URI: http://sipariosulgolfo.com/
Description: Description
Version: 1.0.19
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clauramial_coregna
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

clauramial_coregna is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: var(--clauramial-template-color, #5bc2ce);
    padding: 10px 30px;
    color: #FFF;
    border: 0;
    height: auto;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea{
    color: var(--clauramial-body-color, #404040);
    border: 1px solid #DDD;
    transition:all 0.3s ease-in-out;
    height: auto;
    width: 100%;
}
select {
    border: 1px solid #DDD;
    padding: 8px 40px 8px 8px;
    border-radius: 0;
    height: 36px;
    line-height: 100%;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='10px' height='10' fill='%23666666' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") no-repeat right 10px top 55%;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #594B3D;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 8px;
}
textarea {
    padding: 8px;
    width: 100%;
    min-height: 100px;
}
input[type="search"] {
    width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: var(--clauramial-body-color, #222);
    text-decoration: none;
}
a:visited {
}
a:hover,
a:focus,
a:active {
    color: var(--clauramial-template-color, #168282);
}
a:focus {
}
a:hover,
a:active {
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

#masthead{
    background: rgba(30, 36, 42, 0.4); 
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.6s ease-in-out;
    box-shadow: 0 0px 8px rgba(0,0,0,0.2);
}
#masthead.disable-sticky{
    position: absolute;
}
#masthead.clauramial-white{
    background: rgba(255, 255, 255, 0.9); 
}
#masthead.clauramial-scrolled{
    background: rgba(30, 36, 42, 0.8); 
}
#masthead.clauramial-white.clauramial-scrolled{
    background: rgba(255, 255, 255, 1);  
}

.clauramial-main-header{
    background-color: #CCC;
    background-repeat: no-repeat;
    background-position: top center; 
    padding: 167px 0 95px;
    margin-bottom: 40px;
    background-size: cover;
}



.site-header .searchForm {
  height: 0;
  overflow: hidden;
  transition: all 300ms linear 0s;
}
.site-header .searchForm .input-group-addon {
  border-radius: 0;
  border: none;
  padding: 0 45px;
  background: #eb351d;
  color: #fff;
  cursor: pointer;
}
.site-header .searchForm .form-control {
  height: 79px;
  padding: 0 15px;
  border-radius: 0;
  border: none;
  text-align: center;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.site-header .searchForm .form-control.placeholder {
  color: #fff;
}
.site-header .searchForm .form-control:-moz-placeholder {
  color: #fff;
}
.site-header .searchForm .form-control::-webkit-input-placeholder {
  color: #fff;
}
.site-header .searchForm  .showme {
  height: 80px;
  border-bottom: 1px solid transparent;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.featured-entries-col{
	overflow: hidden;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*widget*/
.cra-widgets{
	padding: 40px 0;
	overflow: hidden;
	position: relative;
}
.cra-widgets .entry-header-title {
	margin-bottom: 10px;
}
.cra-widget-title-wrapper {
	margin-bottom: 80px;
	position: relative;
}
.cra-widget-title-wrapper:after{
	bottom: 20px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	display: block;
	margin: 0 auto;
	position: absolute;
}
.cra-widget-title-wrapper .cra-subtitle{
	width: 60%;
	margin: 0 auto;
	font-weight: 300;
	font-size: 18px;
}
.cra-widget-title-wrapper .widget-title{
	margin-bottom: 10px;
	margin-top: 0;
}
.cra-widget-title-wrapper .widget-title span,
.cra-widget-title-wrapper .cra-subtitle{
	margin-bottom: 0;
}
.widget-title {
	font-size: 32px;
    line-height: 44px;
	font-weight: 400;
	margin-bottom: 45px;
	text-align: center;
    font-style: normal;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
}
.widget-title span{
	display: block;
	margin-bottom: 20px;
}
.widget-title::after {
	content: "";
	display: block;
	position: absolute;
	height: 2.5px;
	width: 50px;
	left: 50%;
	margin-left: -30px;
}


.single-post .single-feat .single-thumb,
.single-feat .single-thumb,
.image-wrap{
	position: relative;
	margin-bottom: 15px;
}
.blog-item-wrapper article.post{
	border:1px solid #eee;
	border-radius: 4px;
	background: #fff;
}
.entry-title{
	margin: 0;
}
.entry-title,
.entry-title a{
	font-weight: 400;
}
.cra-col-posts article.post .post-thumb{
	overflow: hidden;
	border-radius: 5px;
}
.cra-col-posts article.post .post-thumb img{
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
}
.cra-col-posts article.post:hover .post-thumb img,
.cra-col-posts article.post:focus-within .post-thumb img{
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.cra-col-posts article.post .post-thumb:before{
	bottom: 0;
	-webkit-box-shadow: 0 -106px 92px -35px #000000 inset;
	box-shadow: 0 -106px 92px -35px #000000 inset;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.85;
	position: absolute;
	width: 100%;
	z-index: 1;
}



@media only screen and (max-width: 767px) {
	.featured-entries-col .single-list,
	.cra-teams .featured-entries-col [class*="col-"], 
	.cra-teams .featured-entries-col [class^="col-"]{
		padding: 10px 15px;
	}
	.team-item:hover,
	.team-item:focus{
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
	}
}


/*Added Styels*/

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
	.widget_clauramial_coregna_feature .cra-parallax {
		padding: 50px 0;
	}
	.widget_clauramial_coregna_feature .cra-parallax .widget-title {
		font-size: 45px;
	}
	.widget_clauramial_coregna_feature .cra-parallax h2 {
		font-size: 26px;
	}
	.widget_clauramial_coregna_feature .cra-parallax .cra-widget-title-wrapper {
		margin-bottom: 40px;
	}
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.clauramial-animate .fadeInDown {
	animation-name: fadeInDown;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fadeInDown1 {
	animation-name: fadeInDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.clauramial-animate .fadeInLeft {
	animation-name: fadeInLeft;
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.clauramial-animate .fadeInRight {
	animation-name: fadeInRight;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.clauramial-animate .fadeIn {
	animation-name: fadeIn;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50% {
		opacity: 1;
	}
}
.clauramial-animate .zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

/*Inner Pages*/
.posted-on,
.author.vcard,
.cat-links,
.comments-link,
.edit-link,
.tags-links{
	margin-right: 15px;
	display: inline-block;
}
.posted-on a,
.author.vcard a,
.cat-links a,
.comments-link a,
.edit-link a,
.tags-links a,
.byline a,
.nav-links a{
	color: #757575;
	font-size: 15px;
}
article.post .content-wrapper,
article.page .content-wrapper {
	padding: 0;
}
article.post .entry-footer,
article.page .entry-footer{
	margin-bottom: 10px;
}
article.post .entry-header,
article.page .entry-header {
	position: relative;
	z-index: 1;
}
article.post .no-image .entry-header, 
article.page .no-image .entry-header,
.slick-list article.post .no-image .entry-header, 
.slick-list article.page .no-image .entry-header,
.slick-list article.post .entry-header, 
.slick-list article.page .entry-header {
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}
article.post .entry-header .cat-links,
article.page .entry-header .cat-links{
	margin-right:0px;
}
.cat-links{
	display: inline-block;    
}
article.post .entry-header .cat-links a,
article.page .entry-header .cat-links a,
.cat-links a{
	font-size: 15px;
	position: relative;
	background-color: #77a6f7;
    color:#fff;
    border:2px solid #77a6f7;
}
.slick-list article.post .no-image .entry-header .cat-links, 
.slick-list article.page .no-image .entry-header .cat-links,
.slick-list article.post .entry-header .cat-links, 
.slick-list article.page .entry-header .cat-links,
article.post .no-image .entry-header .cat-links, 
article.page .no-image .entry-header .cat-links {
	margin-bottom: 10px;
}
article.post .entry-content,
article.page .entry-content {
	margin: 0;
}
article.post .entry-content .entry-header .entry-meta a,
article.page .entry-content .entry-header .entry-meta a {
	color: #999;
}
article.page .entry-content p img{
	float: left;
}
article.page .entry-content p img:not(:first-child){
	margin-left: 10px;
}
article.page .entry-content ul {
	padding: 0;
	margin: 15px 0 15px 20px;
	list-style-position: inside;
}
article.page .entry-content blockquote{
	font-style: italic;
}
.entry-content li > ul,
.entry-content li > ol {
	margin-left: 1.5em;
}
/*article post test start*/
article.post,
article.page{
	text-align: left;
	position: relative;
	z-index: 5;
	padding-bottom: 15px;
}

article.post .entry-header-title,
article.page .entry-header-title{
	width:100%;
	display:block;
}
.entry-header-title .entry-title {
	display: inline-block;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
article.post .post-thumb,
article.page .post-thumb{
	position: relative;
	z-index: 1;
}
article.post .post-thumb a,
article.page .post-thumb a{
	overflow: hidden;
	display: block;
}
.post-thumb{
	text-align: center;
}
.post-thumb img{
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
}
.post-thumb img:hover,
.post-thumb img:focus{
	opacity: 0.6;
}
.single-post .post-thumb img{
	border-radius:5px;
}
.rounded-rectangle .comment-respond input[type="submit"]{
	padding:10px 15px;
	border-radius: 50px;
}


.single-post article.post{
	border-bottom: 1px solid #e6e6e6;
}
article.post .post-thumb .entry-header {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	margin: 0 ;
	line-height: 1;
}
article.post .post-thumb .entry-header a{
	font-weight: bold;
	font-size: 18px;
	padding:8px 10px;
}
article.post .post-thumb .entry-header span{
	display: block;
}

/*gallery filter*/
.fullwidth-row,
.fullwidth-container .row{
	margin: 0;
	padding: 0;
}
.filters{
	text-align: center;
	margin-bottom: 50px;
	margin-top: 20px;
}
.filters .button {
	border-radius: 3px;
	padding: 6px 12px;
	font-size: 14px;
}
.grid .gallery-inner-item img{
	width: 100%;
}
.clauramial-gallery [class*="col-"],
.clauramial-gallery [class^="col-"]{
	padding: 10px;
}

.clauramial-gallery .gallery-inner-item{
	position: relative;
}
.clauramial-gallery .gallery-inner-item:hover .cra-bottom-lower,
.clauramial-gallery .gallery-inner-item:focus-within .cra-bottom-lower{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.clauramial-gallery .gallery-inner-item .cra-bottom-lower2{
	visibility: visible;
	opacity: 1;
}

.clauramial-gallery .gallery-inner-item:hover .cra-bottom-lower2,
.clauramial-gallery .gallery-inner-item:focus-within .cra-bottom-lower2{
	visibility: hidden;
	opacity: 0;
}

.clauramial-gallery .gallery-inner-item:hover .cra-bottom-lower .gallery-button,
.clauramial-gallery .gallery-inner-item:focus-within .cra-bottom-lower .gallery-button{
	bottom: 0;
}
.clauramial-gallery .gallery-inner-item:hover .cra-bottom-lower h3,
.clauramial-gallery .gallery-inner-item:focus-within .cra-bottom-lower h3{
	top: 0;
}
.clauramial-gallery{
	padding: 40px 0 0;
}
/*gallery*/
.cra-gallery-item{
	overflow:hidden;
}
.cra-gallery-item img{
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.cra-gallery-item:hover img,
.cra-gallery-item:focus-within img{
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.cra-bottom-lower {
	padding: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 99;
	margin: 0 auto;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.cra-bottom-lower2 {
    position: absolute;
    left: 0px;
    right: 0;
    padding: 0 15px;
    text-align: center;
    margin: 0 auto;
    bottom: 25px;
    z-index: 1;	
	opacity: 1;
	visibility: visible;

}

.cra-gallery-hover {
	background: rgba(40,40,40,.4);
	position: absolute;
	left: 5px;
	right: 5px;
	content: '';
	z-index: 1;
	top: 5px;
	bottom: 5px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.cra-gallery-item:hover .cra-gallery-hover,
.cra-gallery-item:focus-within .cra-gallery-hover{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.cra-gallery-item h3,
.cra-gallery-item h3 a{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-shadow: 3px 3px 30px #000000,
    -2px 1px 50px #000000;
	color: #fcfcfc;
}
.cra-gallery-item h3 {
	margin-bottom: 20px;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	display: block;
	position: relative;
	top: -100px;
}
.cra-gallery-item .gallery-button {
	font-size: 16px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position:relative;
	bottom: -100px;
}

@media only screen and (max-width:767px){
	.fullwidth-container .cra-widget-title-wrapper{
		padding: 0 15px;
	}
	.clauramial-gallery [class*="col-"].filters, 
	.clauramial-gallery [class^="col-"].filters {
		padding: 0 15px;
	}
	.clauramial-gallery .read-more{
		margin-bottom: 10px;
	}
}

.clauramial-highlights-section .single-section {
    position: relative
}

.clauramial-highlights-section .single-section img {
    width: 100%
}

.clauramial-highlights-section .single-section::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(25,21,20,0.3);
    z-index: 0;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.clauramial-highlights-section .single-section .highlightsec-contents {
    position: absolute;
    left: 0px;
    right: 0;
    padding: 0 15px;
    text-align: center;
    margin: 0 auto;
    bottom: 25px;
    z-index: 1;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    opacity: 0;
    visibility: hidden
}

.clauramial-highlights-section .single-section .highlightsec-contents h3 a {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    color: #fcfcfc;
	text-shadow: 0 1px 2px #333;
    display: inline-block;
    text-align: center
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .clauramial-highlights-section .single-section .highlightsec-contents h3 a {
        font-size:18px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clauramial-highlights-section .single-section .highlightsec-contents h3 a {
        font-size:18px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .clauramial-highlights-section .single-section .highlightsec-contents h3 a {
        font-size:26px
    }
}

@media (max-width: 575px) {
    .clauramial-highlights-section .single-section .highlightsec-contents h3 a {
        font-size:22px
    }
}

.clauramial-highlights-section .single-section .highlightsec-contents h3 a:hover {
    color: #eb351d;
	text-shadow: 0 1px 2px #fcfcfc;
}

.clauramial-highlights-section .single-section .highlightsec-contents p {
    margin-bottom: 10px;
    color: #fff;

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .clauramial-highlights-section .single-section .highlightsec-contents p {
        font-size:14px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .clauramial-highlights-section .single-section .highlightsec-contents p br {
        display:none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .clauramial-highlights-section .single-section .highlightsec-contents p br {
        display:none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clauramial-highlights-section .single-section .highlightsec-contents p br {
        display:none
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .clauramial-highlights-section .single-section .highlightsec-contents p br {
        display:none
    }
}

@media (max-width: 575px) {
    .clauramial-highlights-section .single-section .highlightsec-contents p br {
        display:none
    }
}

.clauramial-highlights-section .single-section .highlightsec-contents.highlightsec-contents2 {
    opacity: 1;
    visibility: visible
}

.clauramial-highlights-section .single-section .highlightsec-contents.highlightsec-contents2 h3 {
    text-align: center
}

.clauramial-highlights-section .single-section:hover::before {
    background: rgba(25,21,20,0.6)
}

.clauramial-highlights-section .single-section:hover .highlightsec-contents {
    opacity: 1;
    visibility: visible
}

.clauramial-highlights-section .single-section:hover .highlightsec-contents.highlightsec-contents2 {
    opacity: 0;
    visibility: hidden
}


/**/

.rist_address {
	padding: 0;
	margin: 0;
	padding-top: 15px;
  }
  .rist_address li {
	list-style: none;
  }
  .rist_address li a {
	color: #0464a1;
  }
   .rist_address li a i {
	color: #594b3d;
	padding-right: 20px;
	font-size: 14px;
	display: inline-block;
  }
   .rist_address li a:hover, .rist_address li a:focus {
	color: #52afb9;
  }
.rist_address li span {
	display: inline-block;
	padding-left: 35px;
	margin-top: -30px;
  }
  
  .clauramial-testimonials {
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-position: center;
  
  }
  