/*
Theme Name: Greenlinkweb
Template: enfold
*/



/*Add your own styles here:*/

.menu li > a:after { content: ' ▾'; } 
.menu li > a:only-child:after { content: ''; }

.videoWrapper {
	position: relative;
	padding-bottom: 56%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 80%;
}
@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
	#header_main {
		margin-bottom: 10px !important;
		margin-top: 52px !important;
	}
	.site-description {
		top: -52px;
		position: absolute;
		font-size: 18px;
		display: block;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 8px;
		color: #fff;
		font-weight: bold;
		letter-spacing: 10px;
	}
}

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	#header_main {
		margin-bottom: 10px !important;
		margin-top: 52px !important;
	}
	.site-description {
		top: 0px;
		position: relative;
		font-size: 18px;
		display: block;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 8px;
		color: #fff;
		font-weight: bold;
		letter-spacing: 10px;
	}  
}



#top .scroll-down-link {
    height: 80px;
    width: 100px;
    margin: 0px 0 0 -50px;
    line-height: 80px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    color: #ccc; /* was #eee */
    text-align: center;
    font-size: 100px;
    z-index: 100;
    text-decoration: none;
    text-shadow: none;    
    -webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
    animation: avia_fade_move_down 2s ease-in-out infinite;
}



#top #footer .social_bookmarks {
    float: left;
    margin: 0px 0 0 0px;
    position: relative;
    }
#top #footer .social_bookmarks li {
    border-radius: 300px;
    border: none;
    overflow: hidden;
    position: relative;
    clear: none;
}

div.mfp-title {
	display: none;
}