/*
Theme Name:     3clicks Child Theme
Theme URI:      http://3clicks.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       3clicks
Version:        1.0
Tags:           flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

.g1-collection--gallery article.g1-on--mouse:before, .g1-collection--gallery article.g1-on--finger:before {
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
}

.g1-collection--gallery article.g1-on--mouse .g1-nonmedia > .g1-01,
.g1-collection--gallery article.g1-on--finger .g1-nonmedia > .g1-01 {
    left: -5px;
    right: -5px;
    bottom: -5px; /* iPad fix - list properties explicitly */
}

h3, .g1-h3 { 
font-size: 18px; 
}


.g1-indicator {
display: none !important;
}

.attachment-g1_max.wp-post-image {
padding: 6px;
border-width: 1px;
border-color: #e6e6e6;
webkit-border-radius:5px 5px 5px 5px;
moz-border-radius:5px 5px 5px 5px;
ms-border-radius:5px 5px 5px 5px;
o-border-radius:5px 5px 5px 5px;
border-radius:5px 5px 5px 5px;
}

#slider_here,
.g1-precontent div.g1-helpmode {
    display:none !important;
}

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

#g1-preheader__switch, #g1-secondary-nav-switch{ display: none; }

}