/* Enter Your Custom CSS Here */

.site-header {
   /* background-color: #3a3a3a;
    color: #ffffff; */
  		background-image:		url('http://testrs.club/images/overlay.png'),	    url('http://testrs.club/images/bg.jpg');
		background-repeat:		repeat,								no-repeat;
		background-size:		auto,								cover;
		background-position: 	top left,							center 0;
		background-attachment:	fixed,								fixed;
}
.site-header a, .site-header a:visited {
    color: #ffffff;
}

body
	{
		background-color:		#183026;
		background-image:		url('http://testrs.club/images/overlay.png'),	    url('http://testrs.club/images/bg.jpg');
		background-repeat:		repeat,								no-repeat;
		background-size:		auto,								cover;
		background-position: 	top left,							center 0;
		background-attachment:	fixed,								fixed;
	}
.footer-widgets {
    background-color: transparent;
    /*margin: auto;*/
}
.widget_synved_social_follow {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
   /* width:40% !important;
  	margin: auto; */

}
.synved-social-image-follow {
    width: 30px !important;
    height: 30px !important;
  	padding:10px !important;
    
}
.synved-social-button-follow{
  margin: 10px !important;
}
.synved-social-button-follow > img:hover{
	background-color:#3f3f3f !important;  
}

.footer-widgets .widget-title/*, a, a:visited */ {
    color: #222222;
}
/*.footer-widgets a, .footer-widgets a:visited {
	color: #222222 !important;
}*/
.widget ul li {
    color: white;
}

.site-header {
      position: fixed;
      /*top: 0;*/
      width: 100%;
      z-index: 2000;
}
.ui-dialog {
      z-index: 3000;
}

.main-navigation {
    /* position: fixed;
      top: 140px;
      width: 100%;*/
      z-index: 2000;
  		background-image:		url('http://testrs.club/images/overlay.png'),	    url('http://testrs.club/images/bg.jpg');
		background-repeat:		repeat,								no-repeat;
		background-size:		auto,								cover;
		background-position: 	top left,							center 0;
		background-attachment:	fixed,								fixed;

}

.container {
      padding-top: 195px;
}
.inside-header {
	padding: 20px;
}
.site-info {
  background-color: transparent;
}

.main-navigation .site-logo {
    float: left;
    line-height: 60px; /* Adjust this to your menu item height */
    margin-right: 1.5em;
  	z-index: 2000;
}

.zm_alr_form_container input[type="submit"]{
	color:#3a3a3a !important;
}

.zm_alr_form_container input[type="submit"]:disabled {
  	opacity:0.9 !important;
}
.zm_alr_ul_container {

    margin: 15px 0 0 !important;

    }

.main-navigation .main-nav ul li.menu-item-has-children>a, .secondary-navigation .main-nav ul li.menu-item-has-children>a {
    padding-right: 20px;
}

