/*------------------------------------------------------------------
[Style Layout of HOMEGROWN WORSHIP]

*  Basic Common CSS for HTML Tags(like:- html, body, div, span, p, a, h1 and many others)
*  Fonts

1) Colour palette

#5BAD55 --- Green
#373838 --- Dark Grey
#D8D8D8 --- Light Grey
#0396FF --- White
#000000 --- Black
#76C670 --- Light Green

2) Typography

h1{
	font-family: Montserrat Bold;
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	background-color: #5BAD55;
}
h2{
	font-family: Montserrat Bold;
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	background-color: #373838;
}
h3{
	font-family: Montserrat Bold;
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #373838;
}
h4{
	font-family: Montserrat Bold;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background-color: #373838;
}
h5{
	font-family: Montserrat Bold;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background-color: none;
}
p{
	font-family:Montserrat Light;
	font-size:18px;
	line-height:30px;
	color:#373838;
}
p strong{
	font-weight:bold;
}
p a:hover{
	color:#76C670;
	text-decoration:none;
}
.hr-line{
	border-bottom: 2px Solid #5BAD55;
	width: 75%;
}


-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style-type: none;
}
html {
	width: 100%;
	height: 100%;
}
a , a:hover {
	text-decoration: none;
}
button:focus {
	outline: none;
	outline: none;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
::selection {
  background-color: #64b15f;
  color: #ffffff;
  text-shadow: none;
}
body {
	font-family: Montserrat-Light, sans-serif !important;
	background-color: #ffffff;
	float: left;
	width: 100%;
	color: #000;
	font-size: 18px;
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url('../fonts/Montserrat-Light.eot');
	src: url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
 font-family: 'icomoon';
 src: url('../fonts/icomoon.eot');
 src: url('../fonts/icomoon.eot') format('embedded-opentype'),
 url('../fonts/icomoon.ttf') format('truetype'),
 url('../fonts/icomoon.woff') format('woff'),
 url('../fonts/icomoon.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 28px;
  margin: 15px 6px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-apple_1:before {
  content: "\e900";
}
.icon-cords_1:before {
  content: "\e901";
}
.icon-fb_1:before {
  content: "\e902";
}
.icon-gplay_1:before {
  content: "\e903";
}
.icon-insta_1:before {
  content: "\e904";
}
.icon-lyrics_1:before {
  content: "\e905";
}
.icon-msg_1:before {
  content: "\e906";
}
.icon-pt_1:before {
  content: "\e907";
}
.icon-spot_1:before {
  content: "\e908";
}
.icon-spot2_1:before {
  content: "\e909";
}
.icon-tw_1:before {
  content: "\e90a";
}
.icon-yt_1:before {
  content: "\e90b";
}
.icon-amazon_1:before {
  content: "\e90c";
}
.icon-iconfinder_itunes_287705 .path1:before {
  content: "\e90d";
  color: #000;
}
.icon-iconfinder_itunes_287705 .path2:before {
  content: "\e90e";
  color: #fff;
  margin-left: -1em;
}



/**-------------------------
2. PreLoader CSS Starts
-------------------------**/

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: url(/wp-content/uploads/2019/06/preloader.gif) center no-repeat #ffffff;
}
body {
  opacity: 1;
  transition: 2s opacity;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none;
}


/**-------------------------
PreLoader CSS Ends
-------------------------**/

/*----------------------
3. Home Page Css Starts
-----------------------*/

/* Homegrown Home Page CSS Starts */


/*Header CSS*/
.site-branding .custom-logo {
	width: 330px;
	height: 50px;
  transition: 0.48s;
}
.site-header {
	background: #5bad55ab;
	padding: 18px 40px;
  position: absolute !important;
}
.site-navigation-toggle {
	font-size: 2rem;
	top: 44px;
}
#site-navigation-toggle:hover , a#site-navigation-toggle {
	color: #fff;
}
.site-nav .close-nav {
	color: #5bad55;
}
.site-nav .close-nav:hover{
	color: #000;
}
.site-nav a:hover {
	color: #5bad55;
}
.site-nav a {
	color: #000;
}
.featured-excerpt .greenbutton::after{
  text-align: center;
  content: '';
}

/*Header CSS*/

/*Layer Slider CSS*/

#layerslider_1 h4{
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
}


/*Layer Slider CSS*/

/*Main Wrapper*/
.vc_row.wpb_row.vc_row-fluid.bgimg-desk.vc_custom_1562672438182.vc_row-has-fill.vc_row-no-padding {
  background-position: top center !important;
}
.main-wrapper h1{
	background: #5bad55;
	color: #fff;
	font-size: 40px;
	width: 86%;
	float: right;
	text-align: right;
	padding: 6px 100px;
	font-family: 'Montserrat-Bold';
	margin: 10px 0 !important;
	letter-spacing: 1px;
  text-transform: uppercase;
} 
.main-wrapper h2{
	background: #373838;
	color: #fff;
	font-size: 40px;
	width: 76%;
	float: right;
	text-align: right;
	font-family: 'Montserrat-Bold';
	padding: 6px 100px;
	margin: 10px 0 !important;
	letter-spacing: 1px;
  text-transform: uppercase;
} 
.main-wrapper-playlist h2, .detail-wrapper-blog h2{
  background: #373838;
  color: #fff;
  font-size: 40px;
  width: 60%;
  float: left;
  text-align: left;
  font-family: 'Montserrat-Bold';
  padding: 6px 100px;
  margin: 10px 0 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
} 
.detail-wrapper-blog h2{
  float: none;
}
.page-id-265 .main-wrapper h1 {
	width: 76%;
}

.vc_row.wpb_row.vc_row-fluid.bgimg-desk.vc_custom_1559729884524.vc_row-has-fill.vc_row-no-padding.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-flex {
	background-position: left center !important;
}
.banner-subcontent p {
	max-width: 90%;
	width: 100%;
	text-align: justify !important;
	margin: 0 auto;
 font-size: 22px;
 line-height: 32px;
 letter-spacing: 1px;
}
/*.vc_btn3-container.green-button.vc_btn3-center{
    display: block !important;
    margin: 0 auto !important;
    width: 50% !important;
    }*/
    a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-black , 
    .share_your_form_wrapper .wpcf7-form-control.wpcf7-submit , a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-white{
    	background: #fff !important;
    	color: #000 !important;
    	font-size: 1.2em !important;
    	padding: 16px 60px !important;
    	border: 4px solid #000 !important;
    	font-family: 'Montserrat-Bold';
    	box-shadow: 10px 10px 0 0 #5bad55 !important;
     position: relative;
     top: 0px;
     left: 0px;
     transition: 0.1s;
   }
   a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-black:hover , 
   .share_your_form_wrapper .wpcf7-form-control.wpcf7-submit:hover , a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-white:hover{
    box-shadow: 7px 7px 0 0 #5bad55 !important;
    top: 3px;
    left: 3px;
  }
  .new-songs-wrapper{
   padding: 40px 0 60px 0;
 }
 .new-songs-wrapper h1{

 }
 .new-songs-wrapper p {
   font-family: 'Montserrat-Light';
   font-size: 22px;
   color: #fff;
   line-height: 32px;
   letter-spacing: 1px;
   text-align: justify !important;
 }
 .new-songs-wrapper .mc_email{
   width: 100%;
   padding: 18px 30px 14px 60px !important;
   font-size: 22px;
   background: #fff;
   border: 2px solid #fff;
   text-align: left !important;
   outline: none;
   color: #000;
   min-height: 77px;
 }
 .new-songs-wrapper .mc_email::placeholder{
   font-family: 'Montserrat-Bold';
   color: #9c9d9d;
   font-size: 30px;
 }
 span.vcmailchimp-sub-button-cont.align_left.subs_button{
  width: 100% !important;
}
span.vcmailchimp-sub-button-cont.align_left.subs_button a {
  background: #5bad55 !important;
  color: #fff !important;
  font-size: 48px !important;
  display: block;
  height: 80px;
  padding: 30px 30px 30px 60px !important;
  text-align: left;
  font-family: 'Montserrat-Bold';
  border-color: #5bad55 !important;
  box-shadow: 10px 10px 0 0 #000 !important;
  transition: 0.1s;
  text-transform: uppercase;
  margin: 40px 0 20px 0;
  border-radius: 0px !important;
  position: relative;
  top: 0;
  left: 0;
}
span.vcmailchimp-sub-button-cont.align_left.subs_button a:before{
  content: none !important;
}
.mc-success-message {
  color: #fff;
  padding: 4px 10px;
  margin: 10px 0;
  background: #5bad55;
}
.mc-email-validation-message , .mc-error-message {
  background: red;
  color: #fff;
  padding: 4px 10px;
  margin: 10px 0;
  font-size: 14px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid, input.wpcf7-form-control.wpcf7-quiz.wpcf7-not-valid,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid{
  border-color:#ff0000b8 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 1px #ff00009e!important;
}
span.vcmailchimp-sub-button-cont.align_left.subs_button a:hover{
 /*   	background: #76C970 !important;*/
 top: 3px;
 left: 3px;
 box-shadow: 7px 7px 0 0 #000 !important;
}
.signup-text h1{
 background: #ffffff;
 color: #373838;
 font-size: 40px;
 width: 76%;
 float: left;
 text-align: left;
 font-family: 'Montserrat-Bold';
 padding: 6px 100px;
 margin: 10px 0 !important;
 letter-spacing: 1px;
}
.vc_row.wpb_row.vc_row-fluid.bgimg-desk-bars.vc_custom_1559729899155.vc_row-has-fill.vc_row-no-padding , 
.vc_row.wpb_row.vc_row-fluid.bgimg-desk-bars.vc_custom_1559809719608.vc_row-has-fill.vc_row-no-padding , 
.vc_row.wpb_row.vc_row-fluid.vc_custom_1559812424308.vc_row-has-fill {
  background-size: cover !important;
}

/*Main Wrapper*/


/*Featured Image Wrapper*/
.featured-wrapper {
 position: relative;
}
.featured-bgimg {
 height: 100vh;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
}
.featured-excerpt {
 position: absolute;
 background: #ffffff;
 padding: 40px 0;
 right: 18%;
 top: 50%;
 transform: translateY(-50%);
 border: 8px solid #000;
 box-shadow: 10px 10px 0 0 #5bad55 !important;
}
.featured-excerpt h2 {
 background: #000;
 max-width: 68%;
 color: #fff;
 text-transform: uppercase;
 padding: 8px 80px;
 font-size: 28px;
 font-family: 'Montserrat-Bold';
 margin: 20px 0;
}
.featured-excerpt h3 a{
 background: #5bad55;
 max-width: 82%;
 width: 100%;
 display: block;
 padding: 6px 80px;
 color: #fff;
 text-transform: uppercase;
 font-size: 40px;
 font-family: 'Montserrat-Bold';
}
.featured-excerpt p {
  padding: 20px 80px;
  color: #000;
  font-size: 22px;
  text-align: justify;
  line-height: 32px;
  margin-bottom: 10px;
}
.featured-excerpt .greenbutton {
 padding: 30px 80px;
 margin-bottom: 10px;
}
.featured-excerpt .greenbutton a{
 background: #fff !important;
 color: #000 !important;
 font-size: 1.2em !important;
 padding: 16px 60px !important;
 border: 4px solid #000 !important;
 font-family: 'Montserrat-Bold';
 box-shadow: 10px 10px 0 0 #5bad55 !important;
 position: relative;
 transition: 0.1s;
 top: 0;
 left: 0;
} 
.featured-excerpt .greenbutton a:hover{
  left: 3px;
  top: 3px;
  box-shadow: 7px 7px 0 0 #5bad55 !important;
}
.img-wrap {
 background: #d8d8d8;
 padding: 50px 40px;
 margin-top: 40px;	
 text-align: center;
 position: relative;
}
.home_songs_content p{
  font-size: 18px;
  line-height: 30px;
}
.img-wrap img {
 box-shadow: 7px 8px 20px -6px #000 !important;
 width: 80%;
}
.sound-week-wrapper h1 , .detail-wrapper-blog h1{
 background: #5bad55;
 color: #fff;
 font-size: 38px;
 width: 68%;
 float: left;
 text-align: left;
 padding: 6px 100px;
 font-family: 'Montserrat-Bold';
 margin: 10px 0 !important;
 letter-spacing: 1px;
 text-transform: uppercase;
 clear: both;
}
.sound-week-wrapper h2{
 background: #373838;
 color: #fff;
 font-size: 40px;
 width: 40%;
 float: left;
 text-align: left;
 padding: 6px 100px;
 font-family: 'Montserrat-Bold';
 margin: 10px 0 !important;
 letter-spacing: 1px;
 text-transform: uppercase;
 clear: both;
}
.post-grid-wrapper h3 a{
 color: #000;
 font-family: 'Montserrat-Bold';
 font-size: 28px;
 margin-top: 30px;
 border-color: transparent !important;
}
.post-grid-wrapper h3{
 margin: 30px 0 6px 0;
}
.post-grid-wrapper h2{
 margin: 0;
 color: #000;
 font-family: 'Montserrat-Light';
 font-size: 28px;
 margin-bottom: 10px;
}
.post-grid-wrapper p {
  color: #000;
  font-size: 18px;
  text-align: justify;
  margin: 12px 0 12px 0;
  line-height: 32px;
}
.song-icons a{
 border-color: transparent !important;
}
.song-icons a i {
 color: #000;
 font-size: 50px;
 margin: 10px 18px;
 transition: 0.48s;
}
.song-icons a i:hover{
 color: #5bad55;
}
.song-icons-list a{
  border-color: transparent !important;
}
.song-icons-list a i , .song-icons-list i{
  color: #000;
  font-size: 40px;
  margin: 10px;
  transition: 0.48s;
}
.song-icons-list a i:hover{
  color: #5bad55;
}
.song-icons-list{
  text-align: center;
}


/*Featured Image wrapper*/


/*Event Section*/

.eventsection {
 box-shadow: 14px 14px 0 0 #5dcc58a8 !important;
}
.eventsection  h2{
 color: #000;
 margin: 0px;
 font-family: 'Montserrat-Bold';
 font-size: 34px;
}
.eventsection h4{
 color: #000;
 font-family: 'Montserrat-Light';
 font-size: 28px;
} 
.eventsection .wpb_content_element{
 margin-bottom: 0px;
}
.vc_custom_1559200051778 {
 background-position: center center !important;
 background-size: cover !important;
}
.event-button a {
  background-color: #fff !important;
  color: #000 !important;
  font-size: 22px !important;
  padding: 2px 40px !important;
  width: 100%;
  text-align: center !important;
  border: 2px solid #000 !important;
  font-family: 'Montserrat-Bold';
  display: block;
  margin: 0px 0 16px 0;
}
.event-button a:hover{
 /*color: #5bad55 !important;*/
 border: 2px solid #5bad55 !important;
}

.vc_row.wpb_row.vc_row-fluid.bgimg-desk.vc_custom_1559974303517.vc_row-has-fill.vc_row-no-padding {
  background-position: left !important;
}
.song-icons {
  text-align: center;
}
.vc_custom_1559130668265 , .vc_custom_1559210214827{
 width: 60% !important;
}
.vc_separator .vc_sep_holder .vc_sep_line {
 border-top: 1px solid #9e9e9e !important;
}
.song-featured-title h3{
 font-size: 38px !important;
 font-family: 'Montserrat-Light';
 color: #3c3c3c;
}
.eventsection .seperator {
 margin-bottom: 26px !important;
}
.seperator {
 border-bottom: 1px solid #969696;
 width: 100%;
 margin-bottom: 50px;
}
.eventsection {
 background: #d8d8d8de;
 margin: 0 auto !important;
 float: none !important;
 padding: 50px 80px;
}
.clear {
 clear: both;
}
.green-button{
 margin-top: 32px;
 position: relative;
 z-index: 999;
}
.green-button.unearth-songs a {
 background: #fff !important;
 color: #000 !important;
 font-size: 24px !important;
 letter-spacing: 0;
 padding: 20px 60px !important;
 border: 4px solid #000 !important;
 font-family: 'Montserrat-Bold';
 box-shadow: 10px 10px 0 0 #5bad55 !important;
 position: relative;
 top: 0;
 left: 0;
 transition: 0.1s;
}
.green-button.unearth-songs a:hover{
  left: 3px;
  top: 3px;
  box-shadow:  7px 7px 0 0 #5bad55 !important;
}

.event-wrapper h1 {
 background: #fff;
 color: #373838;
 font-size: 40px;
 width: 64%;
 float: left;
 text-align: left;
 padding: 6px 100px;
 font-family: 'Montserrat-Bold';
 margin: 10px 0 !important;
 letter-spacing: 1px;
}
.eventsection p {
  font-size: 22px;
  margin-bottom: 0px !important;
  line-height: 32px;
}
.eventsection .greenbutton a {
 background: #fff !important;
 color: #000 !important;
 font-size: 30px !important;
 font-weight: bold !important;
 border: 5px solid #000 !important;
 font-family: 'Montserrat-Bold';
 padding: 12px 48px !important;
 box-shadow: 10px 10px 0px 0px #5bad55 !important;
 transition: 0.1s;
 position: relative;
 left: 0;
 top: 0;
}
.eventsection .greenbutton a:hover{
  left: 3px;
  top: 3px;
  box-shadow: 7px 7px 0px 0px #5bad55 !important;
}
.unearth-heading h2{

}


/*Event Section*/




/*Gallery CSS*/

.homegrown-platforms {
 text-align: center;
}
.homegrown-platforms h3{
 font-size: 42px !important;
 font-family: 'Montserrat-Light';
 color: #3c3c3c;
}
.playlist-border-bottom .vc_sep_line {
 width: 50% !important;
 margin: 0 auto !important;
}




/*Gallery CSS*/


/*Review Slider*/

.flexslider {
 background: #d8d8d8 !important;
 border: none !important;
 margin:80px 0 !important;
}
.review-slider-wrapper img{
 border: 8px solid #000;
 box-shadow: 12px 12px 0 0 #5bad55;
}
.testimonial_content {
 background: #fff;
 box-shadow: 12px 12px 0 0 #4c4c4c !important;
}
.black-txt {
 font-family: 'Montserrat-Bold';
}
.green-txt {
 font-family: 'Montserrat-Bold';
 color: #5bad55;
}
.author-txt::after {
 border-left: 28px solid transparent;
 border-right: 28px solid transparent;
 content: "";
 border-top: 42px solid #4c4c4c;
 position: absolute;
 bottom: -50px;
 width: 0px;
 right: 10%;
}
.author-txt p {
 padding: 26px;
 font-size: 28px;
 line-height: 42px;
 color: #000;
}
.author-img{
 margin: 0 0 20px 0;
}


/*Review Slider*/





/*Footer*/
.site-footer {
 border-top: none !important;
 padding: 100px 0 70px 0 !important;
 background: #3c3c3c;
 color: #cacaca !important;
 margin-top: 0 !important;
 clear: both;
}
.site-footer .widgettitle {
 text-transform: uppercase;
 font-size: 20px;
 font-weight: bold;
 padding-bottom: 14px;
 border-bottom: 1px solid #fff;
 margin-bottom: 30px;
 color: #fff;
}	
.textwidget li , .widget_nav_menu li{
 padding: 8px 0;
 color: #cacaca !important;
 font-size: 20px;
}
.widget_nav_menu li{
  border-bottom: none;
}
#text-5 .textwidget p:first-child{
  margin: 0;
}
.textwidget li a , .widget_nav_menu li a{
 color: #cacaca !important;
 text-transform: uppercase;
 border-color: transparent;
 font-family: 'Montserrat-Light';
 font-size: 20px;
}
.textwidget li a:hover , .widget_nav_menu li a:hover{
 color: #5BAD55 !important;
}
.textwidget li i{
 margin-right: 10px;
 color: #fff;
}
.mc4wp-form-fields input[type="submit"] , input.wpcf7-form-control.wpcf7-submit {
 background-color: #5bad55;
 width: 100%;
 font-size: 22px;
 letter-spacing: 1px;
 outline: none;
 border: 1px solid #5bad55 !important;
 border-radius: 0px !important;
 padding: 14px;
 font-family: 'Montserrat-Bold';
 transition: 0.48s;
}
.mc4wp-form-fields input[type="submit"]:hover{
 background: #76C970 !important;
}
.wpcf7-validation-errors {
  background: red;
  border: 1px solid red !important;
  color: #fff;
  margin-top: 30px !important;
  font-size: 14px;
  padding: 10px;
}
.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: #398f14;
  color: #fff;
  margin-top: 30px !important;
  font-size: 14px;
  padding: 10px;
}
span.wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0px;
}
.mc4wp-form-fields label{
 width: 100%;
 color: #cacaca;
 font-size: 20px;
 font-family: 'Montserrat-Light';
}
.mc4wp-form-fields p{
 margin-bottom: 2rem;
}
.mc4wp-form-fields input{
 width: 100%;
 background: #d8d8d8;
 margin: 0 0 20px 0;
 border-radius: 0;
 border: 2px solid #b1b1b1;
 height: 48px;
 max-width: 100%;
}
.mc4wp-alert.mc4wp-success {
  background: #5bad55;
  padding: 10px;
  color: #fff;
  font-size: 14px;
}
.mc4wp-alert.mc4wp-error {
  background: red;
  padding: 10px;
  color: #fff;
  font-size: 14px;
}
.copyright{
 background-color: #242424;
 padding: 50px 0 !important;
 border-top: none !important;
}
.copyright a{
 border-color: transparent;
}
.copyright .custom-logo {
 width: 300px;
 height: 50px;
}
.social-icons ul{
 text-align: center;
 padding: 0 10px;
}
.social-icons li{
 display: inline-block;
 margin:0 8px;
}
.social-icons li a span{
 font-size: 38px;
 color: #fff;
 transition: 0.48s;
 margin: 0px 6px;
}

.social-icons li a span:hover{
 color: #5BAD55;
}
.designed-txt p{
 color: #fff;
 font-size: 20px;
}
.footer-logo , .social-icons , .designed-txt{
 margin: 10px 0;
}


/*Footer*/


/* Homegrown Home Page CSS Ends */





/*----------------------
Home Page Css Ends
-----------------------*/




/*----------------------
About Us Page Css Ends
-----------------------*/

.banner-heading h1 {
  width: 70%;
  background: #5bad55;
  float: right;
  text-align: right;
  font-size: 6rem;
  padding: 6px 100px;
  color: #fff;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
}
.community-txt p {
  color: #d7d8d6;
  font-size: 30px;
  margin: 20px 0;
  letter-spacing: 1px;
  font-family: 'Montserrat-Light';
  line-height: 36px;
}
.about-txt h2 {
  margin: 10px !important;
  color: #dadada;
  font-family: 'Montserrat-Bold';
  font-size: 30px;
}
.about-txt p {
  margin: 10px !important;
  color: #cacaca;
  line-height: 26px;
  font-size: 18px;
}
.involved-content h1{
	color: #fff !important;
	font-size: 56px !important;
	margin-bottom: 20px !important;
  font-family: 'Montserrat-Bold';
}
.involved-content h2{
	margin: 10px !important;
	color: #e0e0e0;
	font-family: 'Montserrat-Bold';
	font-size: 30px;
}
.involved-content p {
  margin: 10px 0 !important;
  color: #b7b7b7;
  min-height: 200px;
  line-height: 28px;
  font-size: 18px;
}
.involved-btn button , .involved-btn a{
	width: 100% !important;
	background: #5bad54 !important;
	border: 1px solid #5bad55 !important;
	border-radius: 0px !important;
	text-transform: uppercase !important;
	max-width: 100% !important;
	padding: 12px !important;
	font-size: 18px !important;
	font-weight: bold;
	transition: 0.48s;
}
.involved-btn button:hover ,.involved-btn a:hover{
	background: #76C970 !important;
}


/*----------------------
About Us Page Css Ends
-----------------------*/

/*----------------------
Songs Page Css Starts
-----------------------*/

.banner-sub-heading h3 {
  width: 56%;
  float: right;
  text-align: right;
  background: #373838;
  color: #fff;
  margin: 30px 0;
  padding: 10px 100px;
  font-size: 30px;
  text-transform: uppercase;
}
.banner-sub-heading h3 strong{
  font-weight: bold;
}
.soudshare {
  width: 100%;
  float: right;
  text-align: right;
}
.soudshare a{
  margin: 0 20px;
  display: inline-block;
  color: #373838;
  font-size: 40px;
  border-color: transparent !important;
  position: relative;
  /*top: 14px;*/
  transition: 0.48s;
}
.event-social-media .soudshare i:hover{
  color: #5bad55;
}
.event-social-media .soudshare i{
  margin: 0 10px;
  display: inline-block;
  color: #fff;
  font-size: 40px;
  border-color: transparent !important;
  position: relative;
  /*top: 12px;*/
  transition: 0.48s;
}
.event-social-media .soudshare a{
  margin: 0;
}
.soudshare a:hover{
 color: #5bad55;
}
.grid_song_all h3 a , .allauthor h3 a{
  color: #5bad55;
}
.allauthor h3 a:hover{
	color: #000 !important;
}
.grid_song_all p {
  /*color: #868686;*/
  line-height: 26px;
}
.allauthor .allauthor_content h3 a , .post-grid-wrapper h3 a{
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  word-wrap: break-word;
  display: block;
  line-height: 1em;
  max-height: 2em;
  white-space: nowrap;
}

/*----------------------
Songs Page Css Ends
-----------------------*/

/*----------------------
Playlist Page Css Starts
-----------------------*/

.playlist-search-wrapper .search-heading p {
  font-weight: bold;
  font-size: 22px;
  font-family: 'Montserrat-Bold';
  color: #373838;
}
.playlist-search-wrapper .search-form {
  width: 48%;
  margin: 10px auto 32px auto;
}
.playlist-search-wrapper .search-form label{
  width: 100%;
}
.playlist-search-wrapper .search-submit {
  left: 0;
  top: 2px;
  margin-left: 10px;
  background: transparent !important;
}
.playlist-search-wrapper .search-field::placeholder{
 font-size: 0px;
}
.playlist-search-wrapper .search-field{
  padding: 12px 40px 12px 66px;
  border: 0;
  border-radius: 0;
  min-height: 60px;
  font-size: 26px;
}
.playlist-search-wrapper .search-submit i{
  font-size: 30px;
  color: #d8d8d8;
}
.playlist-search-wrapper .search-submit i:hover , .playlist-search-wrapper .search-submit:hover{
  color: #5bad55;
}
.main-wrapper-playlist .wpb_text_column.wpb_content_element{
  margin-bottom: 0px;
}
.unearth-heading h2{
 margin: 0px !important;
}


/*----------------------
Playlist Page Css Ends
-----------------------*/


/*----------------------
Single Song Page Css Starts
-----------------------*/
.search-post-wrap .img-wrap img {
  width: 100%;
}
/*.single-image-bg{
 background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-filter: blur(23px);
    -moz-filter: blur(23px);
    -ms-filter: blur(23px);
    -ms-opacity: 0.3;
    opacity: 0.3;
    bottom: 0px;
    width: 100%;
    position: absolute;
    top: 1px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 0;
}
.single-image-song-dv{
  border:14px solid #fff;
  }*/

/*.single-song-wrapper {
    height: 100vh;
    background-image: linear-gradient(#d0caca, #e6e6e6bf);
        background-color: #22252b;
    text-align: center;
    position: relative;
    overflow: hidden;
    }*/

    .single-song-wrapper {
      height: 100vh;
      background-image: linear-gradient(#e6e6e6bf, #a1a1a1);
      text-align: center;
      position: relative;
    }
    .single-song-feat {
      position: absolute;
      top: 54%;
      left: 50%;
      right: 0;
      margin: 0;
      transform: translate(-50%, -50%);
      margin-right: -50%;
    }
    .single-song-feat img {
      box-shadow: 7px 8px 20px -6px #000 !important;
      margin: 50px 0;
      max-width: 380px;
    }
/*.single-song-feat .img-fluid-ref {
    position: absolute;
    bottom: -8.5%;
    left: 40%;
    border: 1px solid red;
    height: auto;
	box-shadow:none!important;
    margin:inherit;
    max-width: 380px;
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	-webkit-mask-image: -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(40%, transparent), to(rgba(255, 255, 255, 0.1)));	
  }*/
  .single-song-feat .img-fluid-ref {
    position: absolute;
    bottom: -8.5%;
    left: 0;
    right: 0;
    border: none;
    height: auto;
    box-shadow: none!important;
    max-width: 380px;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-mask-image: -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(40%, transparent), to(rgba(255, 255, 255, 0.1)));
    margin: 0 auto;
  }
  .single-song-wrapper h1{
    width: 70%;
    background: #5bad55;
    float: right;
    text-align: right;
    font-size:40px;
    padding: 6px 100px;
    color: #fff;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    margin: 10px 0;
  }

  .single-song-wrapper h2{
    width: 70%;
    float: right;
    text-align: right;
    background: #373838;
    color: #fff;
    margin: 10px 0;
    padding: 10px 100px;
    font-size: 30px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
  }
  .single-song-wrapper h3{
    width: 54%;
    float: right;
    text-align: right;
    background: #373838;
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 10px 0;
    padding: 10px 100px;
    font-size: 30px;
    text-transform: uppercase;
  }
  .single-song-title .soudshare a , .stream-wrapper .soudshare a , .about-author-content .soudshare a{
    /*top: 0;*/
  }
  .song-video {
    text-align: center;
    margin: 70px auto 20px auto;
  }
  .song-video iframe {
    max-width: 64%;
    min-height: 360px;
    height: 100%;
    width: 100%;
  }
  .stream-wrapper h3 , .about-author-content .soudshare h3{
    width: 54%;
    float: right;
    text-align: right;
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 8px 0;
    padding: 8px 100px;
    font-size: 40px;
    text-transform: uppercase;
  }
  .stream-wrapper .greenbg h3{
    background: #5bad55;
  }
  .clear{
    clear: both;
  }
  .stream-wrapper .blackbg h3 , .about-author-content .soudshare h3{
    background: #373838;
  }
  .stream-wrapper {
    margin: 60px 0;
    float: left;
    width: 100%;
  }
  .song-content h1 , .about-author-wrapper h1{
    width: 60%;
    float: none;
    text-align: left;
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 8px 0;
    background: #373838;
    padding: 8px 100px;
    font-size: 40px;
    text-transform: uppercase;
  }
  .song-content {
    width: 100%;
    float: left;
  }
  .song-desc {
    width: 100%;
    float: left;
    margin: 30px 0;
    padding-left: 20px;
    padding-right: 20px;   
  }
  .song-desc p{
    text-align: justify;
    font-size: 18px;
    /*color: #6f6f6f;*/
    line-height: 30px;
    margin: 16px 0;

  }
  .next-pre-wrapper nav.navigation.post-navigation {
    color: #5bad55;
    font-weight: bold;
    max-width: 100%;
  }
  .entry-footer {
    border-top: 2px solid #5bad55;
    border-bottom: 2px solid #5bad55;
    margin-bottom: 60px;
  }
  .entry-footer .unit {
    font-weight: bold;
    font-size: 16px;
  }
  .entry-footer .unit a{
    color: #5bad55;
    font-weight: bold;
    /*margin: 0 8px;*/
    text-transform: capitalize;
  }
  .date-wrapper span{
    font-weight: bold;
    /*margin: 0 8px;*/
  }
  .tags-wrapper , .category-wrapper ,  .date-wrapper{
    margin: 6px 0;
  }
  .tags-wrapper p span strong , .category-wrapper p span strong ,.date-wrapper p span strong , .date-wrapper p{
    font-weight: bold;
    padding-right: 4px;
  }
  .about-author-wrapper {
    padding: 40px 0;
    background-image: linear-gradient(#373838, #5f5f5fbf);
  }
  .about-author-content {
    clear: both;
    padding-top: 46px;
    padding-bottom: 80px;
  }
  .about-author-content .soudshare a{
   font-size: 40px;
   color: #ffffff;
 }
 .about-author-wrapper h1 {
  margin-top: 40px;
}
.author_follow{
  margin: 30px 0;
}
.post-navigation {
  border: none;
}
.entry-footer{
  max-width: 100% !important;
}
/*.soudshare.blackbg.author_follow a{
    top: 8px;
    }*/
    .about-author-content .soudshare a:hover{
      color: #5bad55;
    }
    .about-author-content .soudshare h3{
      text-align: left;
    }
    .about-author-content img {
      box-shadow: 10px 10px 0 #5bad55;
      border: 6px solid #000;
      max-width: 80%;
    }
    .about-author-content .authorDescrption {
      color: #fff;
      font-size: 18px;
      line-height: 30px;
      text-align: justify;
      margin: 0 40px;
    }
    .behind_bg {
      margin: 20px 0 20px 0;
    }

    .main-navigation li{
      /*border-bottom: 1px solid #2c2c2c;*/
      border-bottom: transparent;
    }
    
    .profile_image_wrapper {
      position: relative;
      background: #e6e5e5;
    }
   /* .profile_image_wrapper .banner-heading{
        position: absolute;
        top: 23%;
        bottom: 0;
        right: 0;
        transform: translate(0% , 23%);
        }*/
/*    .profile_image_wrapper .banner-heading {
    position: absolute;
    top: 42%;
    bottom: 0;
    right: 0;
    transform: translate(0% , 42%);
    }*/
    .profile_image_wrapper .banner-heading {
      position: absolute;
      top: 34%;
      bottom: 0;
      right: 0;
      transform: translate(0% , 34%);
    }
/* .about-author-content .banner-heading h1 , .about-author-content .soudshare h3{
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: block;
    max-height: 2em;
    white-space: nowrap;
    }*/
    .author-song-list h3 a:hover , .blog-list-wrapper h3 a:hover{
      color: #000 !important;
    }
    .blog-list-wrapper h3 a {
      color: #5bad55;
    }
    .author_share_icons {
      display: inline-block;
      margin:14px 0;
      line-height: 2.5;
    }
    .profile_image_wrapper  h3 {
      text-align: right !important;
      margin: 10px 0;
    }
    .profile_image_wrapper a{
      /*top: 14px !important;*/
    }
    .abt-author-content .stream-wrapper h3 {
      float: left;
      text-align: left;
    }
    .abt-author-page .song-content h3 a{
      color: #5bad55 !important;
      border-color: transparent !important;
    }
    .abt-author-page .song-content h3{
      margin: 10px 0;
    }
    .abt_author_page .abt-auth h1{
      background-color: #5bad55 !important;
    }
    .abt_author_page .featured-auth h1{
      background-color: #373838 !important;
      margin: -30px 0 0 0;
    }
    .abt_author_page .abt-auth{
     padding: 60px 0;
   }
   .abt_author_page .abt-auth p {
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0 30px 0;
  }
  .abt_author_page .featured-auth {
    background: #dedddd;
    margin: 30px 0 0px 0;
    padding-bottom: 60px;
  }
  .abt_author_page .featured-auth .stream-wrapper {
    margin: 20px 0 60px 0;
  }
  .author-latest-song h1{
    margin: -28px 0 0 0 !important;
  }
  .author-latest-song .author-song-list{
    padding: 40px 0;
  }
  .author-song-list h3 a{
    color: #5BAD55 !important;
    border-color: transparent !important;
    font-family: 'Montserrat-Bold';
  }
  .author-song-list h3{
    margin: 20px 0 4px 0;
  }
  .author-song-list h4{
    font-family: 'Montserrat-Light';
    margin: 3px 0;
  }
  .author-song-list p{
    margin: 10px 0;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
  }
  .author-latest-song {
    margin: 0px 0 60px 0;
    position: relative;
  }
  .author-particular-event {
   background: #dedddd;
   border-top: 1px solid #979797;
   position: relative;
   z-index: 999;
 }
 .author-particular-event h1{
  margin: -28px 0 0 0;
}
.author-latest-event {
  padding: 60px 0 120px 0;
}
.about-author-content .soudshare h3{
  margin: 20px 0;
}
.author-song-list .song-icons a i{
  font-size: 40px;
  color: #373838;
}
.author-particular-event .author-img-wrap{
  text-align: center;
}
.author-particular-event h3 {
  border-color: transparent !important;
  font-family: 'Montserrat-Bold';
  color: #000;
  font-size: 30px;
}
.event-loc {
  margin: 40px 0;
}
.event-loc h2{
  font-size: 22px;
  font-family: 'Montserrat-Bold';
}
.event-loc h4 , .event-loc h4 p{
  font-size: 22px;
}
.event-detail{
  margin: 20px 0;
}
.event-social-media h1{
  margin-top: -30px;
}
.event-social-media {
  /*background: #6d6d6d;*/
  background-image: linear-gradient(#373838, #5f5f5fbf);
  margin: 0 !important;
  padding: 0px 0 30px 0;
  z-index: 999;
  position: relative;
}
.event-social-media.stream-wrapper h3{
  text-align: left;
}
.event-social-media .soudshare a{
  color: #fff;
}
.about-author-wrapper .soudshare{
  float: none;
}
a{
  border-color: transparent !important;
}

/*----------------------
Single Song Page Css Ends
-----------------------*/




.common-page.banner-heading h1{
  font-size: 4rem;
  margin: 14px 0;
}
.common-page .banner-sub-heading h3{
  text-align: left;
}
.common-page .soudshare a{
  color: #fff;
}
.common-page .soudshare a:hover{
  color: #5bad55;
}
.c-subheading p {
  font-size: 26px;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 40px 0 !important;
  text-align: justify;
}
#st-1 .st-total {
  display: none;
}
.c-paragraph p, .detail-wrapper-blog ul li, .detail-wrapper-blog ol li{
  font-size: 20px;
  line-height: 32px;
  margin: 30px 0 !important;
  color: #373838;
  text-align: justify;
}
.detail-wrapper-blog ul li , .detail-wrapper-blog ol li{
  list-style-type: disc;
}
.detail-wrapper-blog ul, .detail-wrapper-blog ol{
  margin-left: 50px;
}
.c-paragraph p strong{
  font-family: 'Montserrat-Bold';
}
.common-btn .vc_btn3-container {
  max-width: 80%;
  margin: 40px auto 80px auto;
  display: block !important;
}
.common-btn .c-btn button{
 background: #fff !important;
 color: #000 !important;
 font-size: 1.2em !important;
 padding: 16px 60px !important;
 border: 4px solid #000 !important;
 font-family: 'Montserrat-Bold';
 box-shadow: 10px 10px 0 0 #5bad55 !important;
 position: relative;
 top: 0px;
 left: 0px;
 width: 100%; 
 transition: 0.1s;
}
.common-btn .c-btn button:hover{
 box-shadow: 7px 7px 0 0 #5bad55 !important;
 top: 3px;
 left: 3px;
}
.about-author-content .soudshare i {
  margin: 0 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 40px;
  border-color: transparent !important;
  position: relative;
  transition: 0.48s;
}
.about-author-content .soudshare i:hover{
  color: #5bad55;

}
.about-author-content .soudshare a{
  /*top:6px;*/
  margin: 0;
}
div#st-1 {
  display: inline-block;
  /*margin: 20px 0;*/
}
#st-1 .st-btn[data-network='twitter'] , #st-1 .st-btn[data-network='email'] , #st-1 .st-btn[data-network='facebook']{
  background-color: #ffffff00  !important;
  padding: 0px !important;
  margin: 0 6px;
}
#st-1 .st-btn > svg {
  height: 50px !important;
  width: 50px ! important;
  vertical-align: middle !important;
  top: 0px !important;
}
#st-1 .st-btn{
  height: auto !important;
  line-height: 1 !important;
  vertical-align: middle !important;
} 
#st-1 .st-btn:hover {
  opacity: 1 !important;
  top: 0 !important;
}
#st-1 .st-btn[data-network='facebook'] svg , #st-1 .st-btn[data-network='twitter'] svg , #st-1 .st-btn[data-network='email'] svg{
 fill: #373838 !important;
 width: 40px !important;
 height: 40px !important;
}
#st-1 .st-btn:last-child{
  margin: 0 20px 0 14px !important;
}
#st-1 .st-btn[data-network='facebook'] svg:hover, #st-1 .st-btn[data-network='twitter'] svg:hover , #st-1 .st-btn[data-network='email'] svg:hover{
  fill: #5bad55 !important;
}

.pagination {
  text-align: center;
  margin: 30px auto;
  display: block;
}
.pagination .page-numbers.current {
  color: #5bad55;
  font-weight: bold;
  border: 2px solid #5bad55 !important;
  font-family: 'Montserrat-Bold';
}

.pagination a.next.page-numbers , a.prev.page-numbers {
  color: #5bad55;
  border: none !important;
}
.page-numbers {
  font-size: 20px !important;
  color: #000;
  padding: 10px;
  margin: 0 4px;
  padding: 6px 13px;
  border-radius: 24px;
  border:2px solid transparent !important;
}
.page-numbers:hover{
  border:2px solid #ececec !important;
}
.allgridevent img{
  box-shadow: 7px 8px 20px -6px #000 !important;
  max-width: 100%;
  width: 100%;
}
.allgridevent .event-detail h3 {
  margin-bottom: 0px;
  font-size: 24px;
  font-family: 'Montserrat-Bold';
}
.allgridevent .event-detail p {
  margin-bottom: 0px;
  font-size: 18px;
}
.allgridevent .event-loc {
  margin: 22px 0;
}
.allgridevent .event-detail h2 {
  margin-bottom: 0px;
  font-size: 22px;
}
.allgridevent .event-detail {
  margin: 20px;
}
.song-content.author-particular-event.allgridevent {
  border-top: none;
  padding: 10px 0;
  background: none !important;
}
.allgridevent .container {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 60px;
  padding-top: 40px;
}
.allgridevent .author-latest-event {
  padding: 20px 0;
}
.wpcf7-form label {
  width: 100%;
  font-size: 16px;
  font-family: 'Montserrat-Light';
  margin: 10px 0;
  letter-spacing: 0px !important;
  display: inline-block;
  text-transform: uppercase;
}
.wpcf7-form input , .wpcf7-form textarea{
  width: 100%;
  margin-top: 10px;
}
/*#wpcf7-f541-p538-o1 input.wpcf7-form-control:focus ,  #wpcf7-f541-p538-o1 textarea.wpcf7-form-control:focus{
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(0,123,255,.25);
    }*/
    input:focus ,  textarea:focus , .playlist-search-wrapper .search-field:focus{
      border-color: #80bdff !important;
      outline: 0 !important;
      box-shadow: 0 0 0 2px rgba(0,123,255,.25) !important;
    }
    input.wpcf7-form-control.wpcf7-submit{
      box-shadow: none !important;
    }
    .post-grid-wrapper h3 a:hover{
      color: #5BAD55;
    }
    .custom_chrod_icon {
      background-image: url(/wp-content/uploads/2019/06/chord-icon.png);
      padding: 0px 14px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      vertical-align: text-bottom;
      transition: 0.48s;
      height: 2px;
      margin: 10px;
    }
    .custom_chrod_icon:hover {
      background-image: url(/wp-content/uploads/2019/06/chord-icon-hover.png);
    }
    .custom_deezer_icon {
      background-image: url(/wp-content/uploads/2019/06/deezer-icon.png);
      padding: 0px 14px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      vertical-align: text-bottom;
      transition: 0.48s;
      height: 2px;
      margin: 10px;
    }
    .custom_deezer_icon:hover {
      background-image: url(/wp-content/uploads/2019/06/deezer-icon-hover.png);
    }
    .grid_song_all h3 a:hover{
      color: #000;
    }

    .site-header {
      position: fixed !important;
      z-index: 9999;
      transition: all .48s ease-in-out;
    }
    .fixed-header {
      padding: 2px 40px !important;
      background: #5bad55f0 !important;
    }
    .site-navigation-toggle{
      transition: 0.48s;
    }
    .fixed-header .site-branding .custom-logo {
      height: 38px;
      transition: 0.48s;
    }
    .about-txt .wpb_single_image.wpb_content_element.vc_align_center {
      margin-bottom: 20px;
    }
    .vc_custom_1560839189160 , .homegrown-platforms.involved-content{
      background-image: linear-gradient(#373838, #808080c4);
    }
    .main-wrapper-playlist.unearth-heading {
      overflow: visible !important;
    }
    .main-wrapper-playlist.unearth-heading h2{
     margin-top: -20px !important;
   }
   .main-wrapper-playlist.unearth-heading .vc_custom_1559895150940 {
    border-top: 1px solid #565656;
  }
  .blog-list-wrapper{
   padding: 70px 0 100px 0;
 }
 .allauthor img , .blog-list-wrapper .img-wrap img{
   width: 100%;
 }
 .vc_custom_1564328390533 {
    background-size: 100% auto;
}
.column-list-style li strong{
      display: inline-block;
    width: 85%;
    vertical-align: top;
}
/*.blog-list-wrapper .img-wrap img{
    height: 200px;
    }*/
    .designed-txt a{
      color: #fff;
    }
    .single-song-feat div#st-1 {
      margin: 10px 0;
    }
    .abt_author_page .banner-heading h1{
      width: 70% !important;
    } 
    .allauthor .author-view .img-wrap , .blog-view .img-wrap{
      padding: 0px;
      background: none;
    }
    .allauthor .author-view .img-wrap img , .blog-view .img-wrap img{
      width: 100%;
    }
    .allauthor .author-view , .blog-view {
      padding: 10px;
    }
    #wpcf7-f594-p618-o1 {
      width: 100%;
      margin: 0 auto;
    }
    .wpcf7-form label {
      margin: 16px 0;
      color: #999999;
      font-size: 18px;
      font-weight: bold;
    }
    .share_your_form_wrapper span.wpcf7-form-control-wrap.acceptance-870 {
      width: 100%;
      display: block;
    }
    .share_your_form_wrapper .wpcf7-list-item {
      display: inline-block;
      margin: 0px;
      width: 100%;
    }
/*.share_your_form_wrapper .wpcf7-form-control.wpcf7-submit {
    padding: 12px 30px;
    height: 54px;
    min-height: 54px;
    font-size: 20px;
    width: auto;
    }*/
    .share_your_form_wrapper input[type="checkbox"] {
      width: 26px;
      margin-top: 0;
      vertical-align: middle;
      margin-right: 14px;
    }
    .share_your_form_wrapper input[type="checkbox"]:focus{
      border-color: transparent !important;
      outline: 0 !important;
      box-shadow: none !important;
    }
    .share_your_form_wrapper .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label ,
    .share_your_form_wrapper .wpcf7-form-control-wrap.acceptance-870 label{
      margin: 0;
    }
    .share_your_form_wrapper .wpcf7-form-control.wpcf7-submit {
      margin-top: 30px;
    }
    #site-navigation .current-menu-item{
      background: #5bad55;
    }
    #site-navigation .current-menu-item a {
      color: #fff !important;
    }
    #site-navigation li {
      padding: 2px 10px !important;
      margin: 10px 0;
    }
    .contact-social-icons .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
      text-align: center;
      display: inline-block;
      margin: 0 10px;
    }
    .contact-social-icons .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
      width: auto;
      height: auto;
      margin: 10px;
      font-size: 14px;
    }
    .contact-social-icons .social-icons i{
      color: #373838;
      transition: 0.48s;
      cursor: pointer;
    }
    .contact-social-icons .social-icons i:hover {
      color: #5bad55;
    }
    .contact-social-icons  .wpb_text_column.wpb_content_element{
      margin-bottom: 0px;
    }
    .contact-social-icons .social-icons ul{
      text-align: left;
      margin: 0 !important;
    }



    /* The overlay effect with black background */
    .search_overlay {
      height: 100vh;
      width: 100%;
      display: none;
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      background-color: #5bad55b3;
    }
    .openBtn:hover{
      color: #fff;
    }
    /* The content */
    .overlay-content {
      position: relative;
      top: 46%;
      width: 70%;
      text-align: center;
      margin-top: 30px;
      margin: auto;
    }
    .overlay-content .search-form label {
      width: 100%;
    }

    /* Close button */
    .search_overlay .closesearchbtn {
      position: absolute;
      top: 18px;
      right: 56px;
      font-size: 31px;
      cursor: pointer;
      color: white;
      pointer-events: all;
      transition: 0.48s;
    }

    .search_overlay .closesearchbtn:hover {
      color: #fff;
    }
    .openBtn {
      float: right;
      position: relative;
      right: 54px;
      top: 20px;
      margin-top: -6px;
      pointer-events: all;
    }
    .openBtn i{
      color: #fff;
    }
    /* Style the search field */
    .search_overlay input[type=text] {
      padding: 15px;
      font-size: 17px;
      border: none;
      float: left;
      width: 80%;
      background: white;
      pointer-events: all;
    }
    .search_overlay .search-field {
      pointer-events: all;
      font-size: 40px;
      padding: 10px 70px 10px 20px;
    }
    .search_overlay .search-submit {
      max-height: 55px;
      width: 68px;
    }

    .search_overlay input[type=text]:hover {
      background: #f1f1f1;
    }

    /* Style the submit button */
    .search_overlay button {
      pointer-events: all;
    }

/*.search_overlay button:hover {
  background: #5bad55;
  }*/

  #site-navigation .social-icons ul {
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
  }
  #site-navigation .social-icons li a span {
    color: #373838;
    margin: 0 6px;
  }
  #site-navigation  a, .site-nav .widgettitle{
   font-family: 'Montserrat-Bold';
   text-transform: uppercase;
   color: #373838;
 }
 #site-navigation  a:hover{
   color: #5bad55;
 }
 #site-navigation .social-icons{
   margin-top: 30px;
 }
 #site-navigation .social-icons li a span:hover{
  color: #5bad55;
}
#site-navigation .social-icons li {
  margin: 0px !important;
  padding: 0 6px !important;
}
.green-slider-banner-heading {
  background: #5bad55;
  color: #fff;
  position: absolute;
  right: 0;
  padding:0px 150px;
}
.green-slider-banner-heading h4{
  font-size: 38px;
}
.blog-banner-image{
	background-size: cover;
	background-repeat: no-repeat;
  background-color: #e6e6e6bf;
}

.green-banner-heading {
  background: #5bad55;
  font-size: 30px !important;
  left: auto;
  color: #fff;
  float: right;
  width: 750px !important;
  padding: 4px 16% !important;
  position: relative !important;
  right: 14px !important;
  font-weight: bold;
}

#homeSlider{
  margin: 0 !important;
}
.home_banner_headings {
  position: absolute;
  bottom: 18%;
  right: 0;
  transform: translate(0%, 18%);
  width: 80%;
}
#homeSlider .first_txt , .no-results .home_banner_headings .first_txt {
  background: #5bad55;
  color: #fff;
  padding: 4px 100px;
  font-size: 40px;
  text-transform: uppercase;
  text-align: right;
  margin: 7px 0;
  font-family: 'Montserrat-Bold';
  width: auto;
  float: right;
}
#homeSlider .second_txt {
  background: #fff;
  color: #373838;
  padding: 4px 100px;
  font-size: 40px;
  text-transform: uppercase;
  text-align: right;
  margin: 7px 0;
  font-family: 'Montserrat-Bold';
  width: auto;
  float: right;
}
#homeSlider .flex-control-nav {
  bottom: 0px !important;
  z-index: 9 !important;
  max-width: 100%;
}
#homeSlider .flex-control-paging li a.flex-active {
  background: #fff !important;
  border:2px solid #fff !important;
}
#homeSlider .flex-control-paging li a{
  box-shadow: none !important;
  background: transparent !important;
  border: 2px solid #fff !important;
  pointer-events: all;
}
#slider ol.flex-control-nav.flex-control-paging{
  display: none;
}
.share_your_form_wrapper .wpcf7-form-control-wrap.radio-119 {
  display: none;
}
.no-results .page-header {
  background: url(/wp-content/uploads/2019/06/about-banner.jpg?id=99);
  height: 100vh;
  background-size: cover;
  max-width: 100%;
  position: relative;
}
.archive-header{
  display: none;
}
.no-results .search-form label {
  width: 100%;
}
.no-results .search-submit {
  width: 50px;
  max-height: 54px;
  background: #5bad55;
  color: #ffffff;
}
.search-results-page .search-form label{
  width: 100%;
}
.search-results-page .search-post-wrapper {
  margin: 60px 0;
  width: 100%;
}
.search-post-wrap{
  padding: 20px 0;
}
/*.search-submit {
    background: #5bad55;
    color: #fff;
    }*/
    .contact-icons li a i {
      font-size: 40px;
      color: #373838;
      transition: 0.48s;
      margin: 0px 6px;
    }
    .contact-icons li{
      display: inline-block;
    }
    .contact-icons li a i:hover{
      color: #5bad55;
    }

    .featuredeventname {
      margin-bottom: 0 !important;
      font-size: 22px;
    }
    .author-particular-event .author-img-wrap img{
     box-shadow: 7px 8px 20px -6px #000 !important;
     max-width: 100%;
     width: 100%;
   }
   form#order {
    margin: 0 !important;
  }
  .search-content-wrapper {
    margin-top: 20px;
  }
  .search-content-wrapper h3 a{
    font-family: 'Montserrat-Bold';
    color: #5bad55;
    font-size: 24px;
    display: inline-block;
  }
  .search-content-wrapper h3 a:hover{
    color: #000;
  }
  .search-content-wrapper h4 a:hover{
    color: #5bad55;
  }
  .search-content-wrapper h4 a{
    font-family: 'Montserrat-Light';
    color: #000;
    margin-top: 6px;
    font-size: 22px;
    display: inline-block;
  }
  .featured-text {
    background: #5bad55;
    box-shadow: none;
    text-shadow: none;
    position: absolute;
    left: -8px;
    top: 10px;
    padding: 3px 10px;
    z-index: 2;
  }
  .featured-text:before {
    border: 4px solid transparent;
    border-top: 4px solid #5bad55;
    border-right: 4px solid #5bad55;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
  }
  .featured-text p{
    color: #fff;
    font-size: 14px;
    margin: 0 !important;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
  }
  .search-field {
    padding: 10px 70px 10px 30px;
    font-size: 18px !important;
  }
  .search-submit:hover {
    background: transparent;
    color: #000 !important;
  }
  .span-grey-icons span{
    color: #373838;
    transition: 0.48s;
    margin: 0 12px;
  }
  .span-grey-icons span:hover , .span-white-icons:hover , .event-social-media .soudshare a:hover{
    color: #5bad55;
  }
  .span-white-icons{
    color: #fff;
    transition: 0.48s;
    margin: 0 10px;
  }
  .search-form label {
    width: 100%;
  }
/*.casette-wrapper img{
    border: 1px solid #4f4f4f;
    }*/
    .casette-area .banner-subcontent p{
      text-align: center !important;
      width: 100% !important;
    }

    .song-worship-icon img{
      width: 32%;
    }

    .share_your_form_wrapper .w-50 {
      width: 46%!important;
      margin: 0 30px 0 0px !important;
    }
    input.wpcf7-form-control.wpcf7-multifile , input.wpcf7-form-control.wpcf7-file{
      color: #fff;
      border: none;
      outline: none !important;
      box-shadow: none !important;
      border-color: transparent !important;
      padding: 20px 20px;
      position: relative;
      z-index: 9;
      background: #64b15f;
      min-height: 62px;
      height: 62px;
      line-height: 18px;
    }
    input.wpcf7-form-control.wpcf7-multifile::-webkit-file-upload-button , input.wpcf7-form-control.wpcf7-file::-webkit-file-upload-button{
      visibility: hidden;
    }
    input.wpcf7-form-control.wpcf7-multifile::before , input.wpcf7-form-control.wpcf7-file::before{
      content: 'Choose File';
      color: #fff;
      display: inline-block;
      outline: none;
      white-space: nowrap;
      -webkit-user-select: none;
      cursor: pointer;
      font-weight: 700;
      font-size: 17px;
      width: 100%;
      text-transform: uppercase;
      position: relative;
      z-index: -1;
      line-height: 25px;
    }
    input.wpcf7-form-control.wpcf7-multifile:active, input.wpcf7-form-control.wpcf7-file:active {
      outline: 0;
    }
    #st-1 .st-btn > img {
      height: 44px !important;
      width: 44px !important;
      top: auto !important;
      margin: 0;
      box-shadow: none !important;
      background: #373838;
      border-radius: 10px;
    }
    .featured-playlist-wrapper{
      padding-top: 100px;
    }
    .vc_row.wpb_row.vc_row-fluid.featured-wrapper.featured-playlist-wrapper.vc_custom_1562929659932.vc_row-has-fill.vc_row-no-padding {
      background-image: linear-gradient(#373838, #a2a2a2);
    }
    .playlist-abt-area {
      background-size: cover !important;
   /* background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 70px 20px;
    background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.66),rgba(21, 21, 21, 0.56)),url(/wp-content/uploads/2019/07/HGWLIVE_Band07-1024x683.jpg?id=1312);*/
  }
  .playlist-abt-area .community-txt p , .playlist-abt-area .about-txt h2 , .playlist-abt-area .about-txt p {
    color: #ffffff;
  }
  .playlist-abt-area .about-txt h2{
    background-color: transparent !important;
    width:100% !important;
  }
  .playlist-abt-area.sound-week-wrapper h1 , .playlist-abt-area.sound-week-wrapper h2, .detail-wrapper-blog h1{
    float: none;
  }
  .site-nav .widgettitle {
    padding-left: 10px;
  }
  .all-search-wrapper {
    background-color: #c6c6c6 !important;
    margin: -30px 0 0 0;
    padding-bottom: 40px;
    clear: both;
  }
  .all-search-wrapper .playlist-search-wrapper {
    border-top: 1px solid #565656;
  }
 .all-search-wrapper .unearth-heading h2 {
    margin: -23px 0 0 0 !important;
    position: relative;
    z-index: 999;
}
  .all-search-wrapper .search-form-wrapper .search_title{
    padding-top: 70px;
    text-align: center;
    font-size: 20px;
  }

  .main-wrapper-playlist.unearth-heading .vc_column-inner{
    padding-top: 0px !important;
  }
  .vc_custom_1562313564616 {
    background-size: cover;
  }

  #searchOverlay .check-wrapper-search{
    display: none;
  }
  .datafetch h3 {
    font-size: 18px;
  }

  /*checkbox css*/

  /* The container */
  .checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 40px;
    line-height: 28px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #eee;
    border: 2px solid #bbb;
  }


  /* When the checkbox is checked, add a blue background */
  .checkbox-container input:checked ~ .checkmark {
    background-color: #5bad55;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
    left: 7px;
    top: -1px;
    width: 10px;
    height: 22px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .check-wrapper-search {
    margin: 40px 0;
  }

  .bgimg-desk.home-pg-abt.vc_custom_1563778651663 {
    background-position: top center !important;
  }

  .allgridevent .container:last-child {
    border-bottom: none;
  }
  .vc_row.wpb_row.vc_row-fluid.sound-week-wrapper.vc_custom_1565691053205.vc_row-no-padding h2 {
    width: auto;
  }
  .wpb_column.vc_column_container.vc_col-sm-12.skrollable.skrollable-before {
    opacity: 1 !important;
  }

  .page-id-1777 i.vc_btn3-icon.fa.fa-spotify {
    font-size: 30px;
    vertical-align: middle;
}
.join-bottom-img img{
      box-shadow: 10px 10px 0 #5bad55;
    border: 6px solid #000;
    max-width: 90% !important;
}

.vc_column-inner.vc_custom_1568906248299 p{
  clear: both;
}

.sound-week-wrapper.more-ques h1{
  width: 84%;
}
.more-ques{
  align-items: center;
}
.page-id-1777 .post-password-required .post-password-form{
  padding: 250px 0 100px 0;
}
.page-id-1777 .post-password-form p:first-child{
  margin-bottom: 20px !important;
}
.page-id-1777 .post-password-form label {
    width: 100%;
    font-size: 17px;
}
.page-id-1777 .post-password-form input#pwbox-1777{
  width: 100%;
  margin: 10px 0 30px 0;  
  font-weight: bold;
}

.page-id-1777 .post-password-form input[type="submit"]{
    background: #fff !important;
    color: #000 !important;
    font-size: 1.2em !important;
    padding: 16px 60px !important;
    border: 4px solid #000 !important;
    font-family: 'Montserrat-Bold';
    box-shadow: 10px 10px 0 0 #5bad55 !important;
    position: relative;
    top: 0px;
    left: 0px;
    transition: 0.1s;
}
.page-id-1777 .post-password-form input[type="submit"]:hover{
  box-shadow: 7px 7px 0 0 #5bad55 !important;
    top: 3px;
    left: 3px;
}


           




  /** Nick's CSS additions **/

  /* Hurry Timer */
  .hurrytimer-campaign-1974 .hurrytimer-headline {
    font-size: 60px;
    color: #fff !important;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    font-weight: 800;
  }

  .hurrytimer-campaign-1974, .hurrytimer-campaign-2014, .hurrytimer-campaign-2018, .hurrytimer-campaign-2019 {
    text-align: center;
    display: block;
    font-family: Montserrat;
  }

  pre.htmr-list-shortcode {
    border: 0;
  }
  .hurrytimer-campaign-1974 .hurrytimer-timer-digit, .hurrytimer-campaign-1974 .hurrytimer-timer-sep, .hurrytimer-campaign-1974 .hurrytimer-timer-label {
    color: #ffffff;
  }

  .hurrytimer-campaign-2014 .hurrytimer-headline    {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 800;
  }

  /* Counter Timer */
  #tf-stat-1987 h3 {
    color: #373838;
    margin: 0;
    font-size: 60px;
    font-weight: 800;
  }

  #tf-stat-1987 .stat .number {
    color: #373838;
    font-size: 2em;
    font-weight: 800;
    font-family: 'Montserrat';
  }

  /* EVC Progress Bar */
  .evc-predefined-style .evc-shortcode {
    font-family: 'Montserrat';
  }

  .evc-progress-bar .evc-pb-title-label {
    font-weight: 800;
    color: #DADADA;
  }

  .mapdiv iframe{
    width:100%;
    margin: 40px 0;
  }
  
  /* WP Bakery Progress Bar */
  .vc_progress_bar .vc_single_bar .vc_label {
    display: block;
    padding: 0.1em 1em !important;
}

.vc_progress_bar .vc_single_bar {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.vc_progress_bar .vc_single_bar .vc_bar {

    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    transition: width 2s linear !important;
    -moz-transition: width 2s linear !important;
    -webkit-transition: width 2s linear !important;
    -o-transition: width 2s linear !important;

}

.vc_progress_bar .vc_single_bar .vc_bar.animated {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
     -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

/* Pricing Table */
div.mega-price-table-8:hover {
    webkit-box-shadow: none !important;
    box-shadow: none !important;
}

div.mega-price-table-8 .price-head h5 {
    font-size: 20px;
}

div.mega-price-table-8 .price-head h3 {
    font-size: 26px;
    font-weight: bold;
}

.pricing-small-print {
	font-size: 10px;
}

/* MISC STYLINGS */

/* Reize picture icons in 3 column layout */
.icon-resize {width: 50% !important;}

/* Call to Action buttons on Playlist Sign Up page */
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline-custom {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 24px;
    padding-right: 24px;
    border-color: #6dab3c !important;
    font-size: 24px;
    font-weight: 800;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline-custom:hover {
    border-color: #FFFFFF !important;
color: #FFFFFF !important;
}

/* This sorts out the musical note icon on the CTA on the playlist landing page */
#post-1777 > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1568661756341.vc_row-has-fill.vc_row-no-padding > div > div > div > div:nth-child(6) > div.wpb_column.vc_column_container.vc_col-sm-8 > div > div > div > a > i {
    font-size: 24px;
    height: 14px;
    line-height: 16px;
    left: 10px;
}

/* This sorts out the font colour issue on the playlist landing page, who do we work with and what are we looking for */
.playlist-landing-373838-text {colour: #373838 !important;}

/* This sorts out the height issues on the playlist descriptors */
.playlist-description-height {
	height: 250px;
	overflow: hidden;
}

/* This sorts out the FAQ colour section on the signup page */

.faq-grey .vc_toggle_size_md.vc_toggle_round .vc_toggle_content {
	color: #FFFFFF !important;
}

.faq-grey .vc_toggle_size_md.vc_toggle_round .vc_toggle_content a {
	color: #5BAD56 !important;
}

/* This makes the H1 headlines wider */
.headline-wider h1 {
    width: 80% !important;
}

div#st-2 {
    display: none;
}


.detail-wrapper-blog{
  padding: 40px 0;
}

ul.column-list-style  {
}

.indicators-advance ul.column-list-style{
  min-height: 180px;
}

ul.column-list-style li {
	font-weight: 800;
    margin: 14px 0 !important;
    line-height: 22px !important;
    font-size: 15px !important;
    color: #FFFFFF !important;
	list-style: none;
	list-style-position: outside !important;
}

ul.column-list-style li span {
	margin-left: 10px;
}


ul.column-list-style li:before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background-image: url(https://www.homegrownworship.com/wp-content/uploads/2020/01/ICON_advance_bullet.png);
    background-position: center center;
    vertical-align: middle;
    background-size: 25px;
    margin: 0 10px 0px 0px;
    background-repeat: no-repeat;
}

.gmail_default div{
  color: #000 !important;
}

.textwidget .gmail_default div{
  color:#cacaca !important
} 
.p-clear {
    clear: both;
}
.testimonial_rotator_author_info.cf-tr p{
 color: #000 !important;
}
.testimonial_rotator_author_info{
  background: #fff;
  box-shadow: 8px 8px 0 0 #4c4c4c !important;
}
.testimonial_rotator_author_info p{
  color: #373838
}
.testimonial_rotator_author_info::after{
   /*  border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #4c4c4c;
    bottom: -37px;*/
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    border-top: 30px solid #4c4c4c;
    position: absolute;
    bottom: -37px;
    width: 0px;
    right: 10%;
}
.testimonial_rotator_author_info{
    margin-bottom: 60px !important;
    vertical-align: top;
    position: relative;
}
.testimonial_rotator_author_info.cf-tr p{
    font-size: 22px !important;
    line-height: 32px !important;
    font-style: normal !important;
    padding:12px;
}
.testimonial_rotator.template-default .testimonial_rotator_author_info {
    border-left: none !important;
}
/*.testimonial_rotator .testimonial_rotator_slide_title {
    color: #3c3c3c !important;
  }*/