
/* 
Theme Name: Thegodsmusic 
Theme URI: https://thegodsmusic.com
Description: Thegodsmusic Child theme of Twenty Twenty One 
Theme Author: Ruban Silva
Author URI: http://thegodsmusic.com
Version: 1.0.0
Text Domain: thegodsmusic
*/

*, *:before, *:after{
	    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fluid images: without this, images (artist/album art, embeds) can overflow the
   viewport on phones and force horizontal scrolling. */
img {
    max-width: 100%;
    height: auto;
}


html body{
    margin:0;
    background:#dbdbdb!important;
    font-family: 'Open Sans', sans-serif!important;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Open Sans', sans-serif!important;
}

p {
	margin-bottom: 20px;
    font-size: 16px;
    line-height: 32px;
    color: #252525;
    font-weight: 400;
}

ul, ol{
	margin-left:25px;
	margin-bottom:20px;
    padding-left:0;
}

li{
    font-size: 18px;
    line-height: 34px;
    color: #252525;
    font-weight: 400;
}

.clearfix:after {
  display: table;
  content: "";
  clear: both; 
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
	font-weight:400;
	color: #292929;
    letter-spacing: 0px;
    line-height: 1.2;
}

a{
	color: #b9452d;
	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
   	 -o-transition: all 0.3s ease;
  	 -ms-transition: all 0.3s ease;
    	transition: all 0.3s ease;
	text-decoration:none;
}

a:hover{
	color:#df596a;
}

h1{
	font-size:34px;
}

h2{
	font-size:32px;
}

h3{
	font-size:28px;
}

h4{
	font-size:26px;
}

h5{
	font-size:24px;
}

h6{
	font-size:22px;
}

input[type=text], input[type=password], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=number], input[type=range], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=month], input[type=week], textarea {
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    vertical-align: middle;
    width: 100%;
    color: #b1b1be;
    padding: 10px 20px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid #e5e5ec;
    font-size: 14px;
    outline: none;
    line-height: 25px;
    border-radius: 4px;
	margin-bottom:30px;
}

textarea {
    height: 130px;
}

.container{
    width:1140px;
    margin:0 auto;
}

.lyric-home, .print-none{
    background-color: #b9b9b9;
    padding: 30px 0;    
    margin-bottom:30px;
}

.single-lyrics-overlay1{
    background-color: #ffffff;
    padding: 30px 30px;    
    margin-bottom:30px;   
}

#wrapper div[id*='ajaxsearchlite'].wpdreams_asl_container{
    width:50%;
    margin: 0 auto;
}

.logo{
    text-align: center;
}

/* Hamburger toggle - hidden on desktop, shown only in the mobile query below. */
.hamburger {
    display: none;
}

.menu{
	text-align:center;
    margin-bottom: 0;	
}

.menu li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: -4px;
    position: relative;
	width:auto;
}

.menu li a {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    padding: 3px 30px 3px;
    position: relative;
    z-index: 999;
    border: 1px solid;
    margin: 0 5px;
    background-color: #fff;
    border: 1px solid #e4e3e3;
    border-radius: 16px;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 7%);
}

.shoresfixedhead .menu li a{
	padding:5px 20px 5px;
    font-size: 16px;	
}

.menu ul{
    margin-left:0;
    padding-left:0;
}

.menu li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
	color: white;
    background-color: #55c1b4;
    z-index: 99;
    font-size: 15px;
    font-weight: 400;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
}

.menu-item-has-children > a:after {
    content: "\f107";
    font-family: fontawesome;
    padding-left: 3px;
    font-size: 15px;
	position:absolute;
}

.menu li.current-menu-item > a, .menu li a:hover {
    color: #ffffff;
    background-color: #ae695b;
}

.menu .sub-menu li:hover > a:before{
	display:none;
}

.menu .sub-menu li.current-menu-item > a:before{
	display:none;
}

.menu li:hover > .sub-menu{
	visibility:visible;
	opacity:1;
	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
   	 -o-transition: all 0.3s ease;
  	 -ms-transition: all 0.3s ease;
    	transition: all 0.3s ease;
}

.menu .sub-menu li{
	margin-right:0;
}

.menu li .sub-menu a{
	padding: 7px 15px;
    display: block;
    min-width: 245px;
    text-align: left;
    font-size: 15px;
    color: #fff;
}

.menu li .sub-menu a:hover{
	color:#fff;
    background-color: #172b56;
}

.menu li .sub-menu .current-menu-item a{
	color:#fff;
    background-color: #172b56;
}

.lyric-search{
    text-align:center;
}

.lyric-search h1, .lyric-search h2{
    font-weight:300;
    font-size: 26px;
}

.latest-lyrics li{
    list-style:none;
}

.left-container{
    width: 67%;
    margin-right: 30px;
    padding: 25px;
}

.right-container{
    width: 33%;
    background-color: #f8f8f8;
    padding: 20px;    
}

.lyrics-title h1{
    margin-top:0;
}

.lyrics-title1 h1{
    margin-top:0;
}

.lyric-text h1{
    margin-top:0;
}

.lyrics-title1 h3{
    font-size:20px;
    margin-bottom:0;
}

.lyrics-title1 h4{
    font-size:18px;
}

.lyric-line{
    display:flex;
}

.pull-right{
    margin-left:auto;
}

.lyric-text h2{
    font-size:22px;
    background-color: #f8f2f2;
    padding: 12px 15px;
}

.column-two{
    width:48.5%;
    display:inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.column-two:last-child{
    margin-right:0;
}

.table-title{
    font-size:18px;
}

.album-line {
    background: #f6f6f6;
    padding: 15px 15px;
}

.list-line {
    border-bottom: solid 1px #f0f0f0;
    padding: 10px 10px;
    padding-bottom: 20px;
}

.list-line a{
    font-size:16px;
}

.chords_text {
    position: relative;
}

sup {
    top: -20px;
    color: #e0625c!important;
    position: absolute;
}

.single-lyrics-album h3{
    margin-top:0;
    font-size:16px;
}

.single-lyrics-album h4{
    margin:0;
    font-size:16px;
}

.second-container{
    display:flex;
    background-color: #fff;
}

.custom-btn{
    background-color: #e0625c;
    padding: 5px 20px;
    display: block;
    text-align: center;
    color: #fff;    
}

.custom-btn:hover{
    background-color:#111;
    color:#fff;
}

.related-list{
    padding-left:0;
}

.latest-lyrics ul{
    padding-left:0;
}

.latest-lyrics ul li a{
    color:#824639;
}

.latest-title h3{
    background-color: #f8f2f2;
    font-size: 22px;
    padding: 10px 20px;
}

.lyrics-title1{
    background-color: #f8f8f8;
    padding: 5px 15px;
}

.custom-pagination{
    text-align:center;
}

.custom-pagination li{
    list-style:none;
    display:inline-block;
}

.custom-pagination li a{
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    background-color: #ddd;
    line-height: 20px;
    margin:0 5px;
}

.custom-pagination li.active a{
    background-color: #111;   
    color:#fff;
}

.footer{
    margin-top: 20px;
    text-align: center;
}

.blog-post h3{
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.mobile-menu{
    display:none;
}

.title.lyric-line h4{
    margin:0;
    font-size:20px;
}

.single-lyric-ads img{
    width: 100%;
    height: auto;
}

.sidebar-widget{
    margin-bottom:25px;
}

.godsmusic-text-align-center{
    text-align:center;
}

.quick-search-box{
    padding:30px;
    background-color:#f6f6f6;
}

.quick-search-box h5{
    text-align:center;
    margin-top:0;
    margin-bottom:10px;
}

.buy-chords-book{
    text-align:center;
}

.buy-chords-book a{
    border:1px solid #777;
    border-radius:50px;
    padding:10px 25px;
    display:inline-block;
    margin-bottom:15px;
}

.footer-menu .sf-menu li{
    display: inline-block;
    margin: 0 10px;
    border-right: 1px solid #979797;
    padding-right: 10px;
    line-height: 14px;
}

.footer-menu .sf-menu li:last-child{
    border-right:0;
}

.sidebar-widget h3{
    font-size:20px;
    font-weight:bold;
}

.call-to-action-btn{
    text-align: center;
    margin-top: 20px;
}

.call-to-action-btn a{
    display: inline-block;
    background-color: #b9452d;
    color: #fff;
    padding: 8px 20px;
}


@media only screen and (max-width: 1200px){
.container {
    width: 1000px;
}    
}

@media only screen and (max-width: 1023px){
.container {
    width: 97%;
}
    
.second-container {
    display: block;
} 
    
.left-container {
    width: 100%;
    margin-right: 0;
} 
    
.right-container {
    width: 100%;
} 
    
#wrapper div[id*='ajaxsearchlite'].wpdreams_asl_container {
    width: 100%;
}

.chord_span{
    position:relative;
    display:block;
    margin-bottom: 15px;
    margin-top: 15px;   
}
}

@media only screen and (max-width: 767px){
.menu li a{
    margin-bottom: 5px;    
}
    
.column-two {
    width: 47%;
} 

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 15px;
}

.logo {
    text-align: left;
}

/* Hamburger icon - sits at the right end of the logo row */
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 1100;
}

.hamburger__bar {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #292929;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Animates into an X when the drawer is open */
.hamburger.is-active .hamburger__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.hamburger.is-active .hamburger__bar:nth-child(2) {
    opacity: 0;
}
.hamburger.is-active .hamburger__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Off-canvas nav panel - slides in from the right */
#menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 82%;
    max-width: 320px;
    background: #ffffff;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.15);
    padding: 80px 24px 24px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1050;
}

#menu.is-open {
    transform: translateX(0);
}

.mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
}

.mobile-nav-overlay.is-open {
    display: block;
}

/* Prevents the page behind the drawer from scrolling while it's open */
body.mobile-nav-locked {
    overflow: hidden;
}

.menu li {
    display: block;
    margin-right: 0;
    list-style: none;
}

.menu li a {
    display: block;
    margin: 0 0 6px;
    border-radius: 8px;
}

.lyrics-title h1{
    font-size:28px;
}

.lyrics-title1 h1{
    font-size:28px;
}

.lyric-text h1{
    font-size:28px;
}

.lyric-text h2 {
    font-size: 20px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}

@media only screen and (max-width: 500px){
.lyric-search h1, .lyric-search h2 {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}

.quick-search-box{
    padding:20px 15px;
}

.quick-search-box h5{
    font-size:16px;
}

}
