/*
Theme Name: Music Band Child
Theme URI: http://cmsmasters.net/music-band-child/
Author: AnnaRita Morettini
Author URI: http://cmsmasters.net/
Description: Music Band Child Theme
Template: music-band
Version: 1.0.0
License:
License URI:
d-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/



strong { color: #ae276a}

/* BUTTONS */
.cmsms_button span, a.cmsms_post_read_more {
	display:block;
	vertical-align: middle;
}

/* HEADER TOP */
.header_top_inner .social_wrap ul {
    height: 20px;
}
.header_top_inner .social_wrap a {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px
}


/* HEADER MIDDLE */
.header_mid_inner nav {
    float: left;
    visibility: visible;
    text-indent: inherit;
    opacity: 1;
}

/* HEADINGS */
.headline_text {
    /*background-image: url(http://www.muccassassina.com/wordpress/wp-content/uploads/2017/09/muccassassina_header_bg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;*/
	padding: 20px 0 20px 0;
}
h2.cmsms_heading,
h3.icon_box_heading,
h3.cmsms_heading { 
	color: #ae276a
}


/* BREADCRUMBS */
.cmsms_breadcrumbs_inner a.cms_home {
	color: #ffffff;
}
.cmsms_breadcrumbs_inner a.cms_home:hover {
	color: #fff611;
}
.cmsms_breadcrumbs_inner span {
	color: #fff611;
}


/* INSTAGRAM  */
.instagram-pics {
  width: calc(100% + 4px);
  list-style-type: none;
  margin: 0;
}
.instagram-pics li {
    width: 16.666667%;
}
.instagram-pics li {
    position: relative;
    overflow: hidden;
    float: left;
    /*width: 33.33333%;*/
    border-right: 4px solid transparent;
    line-height: 0;
    margin: 0;
}
.instagram-pics li a {
    display: block;
}
.instagram-pics img {
    -webkit-transition: 0.35s ease-in-out opacity;
    -transition: 0.35s ease-in-out opacity;
    transition: 0.35s ease-in-out opacity;
    -webkit-backface-visibility: hidden;
}
.instagram-pics li:hover a:after {
    opacity: 1;
}
.instagram-pics li:hover img {
    opacity: 0.75;
}


