/*
Theme Name: ZADARWEB
Description: Zadarweb Studio 2013
Version: 1.0
Author: Tomislav Stipic
Author URI: http://www.zadarweb.hr
Template: zadarweb
*/

/* General Custom CSS */
h1, h2, h3, h4, h5, h6 {
font-family: 'Quicksand', sans-serif;
font-weight: 300;
}
.template-page .entry-content-wrapper h2 {
    text-transform: none;
    letter-spacing: 0px;
}
.template-page .entry-content-wrapper h2 span {
font-weight: 400;
color: #f07d4c;
}
span.avia-menu-text {
font-family: 'Quicksand', sans-serif;
font-weight: 400;
font-size: 16px;	
}
header#header {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.25);
}
.widget {
    padding: 0px 0 30px 0;
}
.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1;
}
figcaption.av-inner-masonry-content.site-background {
    border-left: 1px solid #e6e6e6;
    background: rgb(244, 244, 244);
    background: -moz-linear-gradient(270deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 66%);
    background: -webkit-linear-gradient(270deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 66%);
    background: -o-linear-gradient(270deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 66%);
    background: -ms-linear-gradient(270deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 66%);
    background: linear-gradient(0deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 66%);
}
.av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content {
    padding-top: 0px;
	font-size: 14px;
}
.av-masonry-entry .av-inner-masonry-content {
    padding: 5px 20px 10px 20px; 
}
.grid-content {
    padding: 5px 20px 5px 20px;
    background: rgb(244, 244, 244);
    background: -moz-linear-gradient(270deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 66%);
    background: -webkit-linear-gradient(270deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 66%);
    background: -o-linear-gradient(270deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 66%);
    background: -ms-linear-gradient(270deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 66%);
    background: linear-gradient(0deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 66%);
}
figure.av-inner-masonry.main_color {
    border-left: 1px solid #ffffff;
}
#top #wrap_all .all_colors h3 {
    font-size: 36px; 
    color: #ff8300;	
    background: transparent;
	letter-spacing: -3px;
}
#top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text { text-shadow: 0px 0px 2px rgb(0, 0, 0); }
.phone-info, .sub_menu { font-weight: normal; line-height: 20px; font-size: 14px; }
.sub_menu>ul>li>a { font-weight: normal; }
span.image-overlay-inside { display: none; }
.avia_transform a:hover .image-overlay{opacity: 0.2 !important;}

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    letter-spacing: -1px;
}
#top div .no_margin {
    margin-bottom: 20px;
}
.grid-entry-excerpt {
    margin-bottom: -0px;
    line-height: 14px;
}
#top .avia-post-nav {
	display: none;
}
th {
    letter-spacing: 0.5px;
}
.avia-section {
    min-height: 0px;
}
.html_header_sidebar #top #header .social_bookmarks li a {
    font-size: 28px;
}
.html_header_sidebar #top .avia_wpml_language_switch {
    float: right;
}
.html_header_sidebar .logo{
	padding: 0 40px;
}

.html_header_sidebar #header .av-main-nav {
    padding: 0;
}

#header .avia-custom-sidebar-widget-area .widget {
	padding: 0 40px;
}
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
	background: rgba(80, 112, 173, 0.5);
}

@media only screen and (max-width: 987px) and (min-width: 767px) {

}
@media only screen and (max-width: 990px) {

}
@media only screen and (max-width: 1140px) {

}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}