/*
Theme Name: SANABRIA
Description: Un <a href='http://codex.wordpress.org/Child_Themes'>tema hijo</a> del tema Enfold
Version: 1.0
Author: CUBIC FACTORY
Author URI: https://cubicfactory.com
Template: enfold
*/

:root {
	--azul:#00619b;
	}

/* GENERAL MODS */
html {background-color:#f1f2f4;}
.container_wrap { border-top: none !important; }
*:focus { outline: none;} 															/* removes blue border onfocus in all elements (mainly for Chrome) */
.image-overlay { display: none !important; }  										/* removes hover-image in links */
.avia-gallery-thumb, .avia-gallery-thumb * { opacity: 1 !important; }  				/* removes hover-image in gallery thumbs */
.avia-menu-fx { display: none !important; opacity:0;} 								/* removes underline in main menu hover */
.top-border {border-top:1px solid black !important; }							   /* ... but allows certain sections to have a top border */
div.avia-fullwidth-slider {box-shadow:none !important;}  							/* disallow full-width sliders top shadow */
.avia_textblock p, .toggle_content p {line-height: 1.4em; text-align:justify;}
h1, h2, h3, h4, h5, h6 { text-transform:none !important; line-height:1.1em !important;}
.av-special-heading { margin-top:0; }
.avia-icon-list .iconlist-timeline { display: none; }
.main_color strong {color:inherit;}
#top ul.sub-menu {border:none !important;}
.titulo-strong .av-special-heading-tag {font-weight:600 !important;}
.no-top-margin {margin-top:0 !important;}
.little-top-margin {margin-top:20px !important;}


.logo a img {margin-top:10px;}