/*
Theme Name: Dana
*/

.event
{
	clear:both;
	margin-bottom:11px;
	float:left;
	width:100%;
}
.event .img
{
	width:251px;
	height:180px;
	float:left;
	margin-right:8px;
	position:relative;
}
.event .img img{ width:100%; height:100%; }
.event .date
{
	position:absolute;
	top:15px;
	right:21px;
	width:60px;
	height:80px;
	background:#ffffff;
}
.event .date .mounth
{
	color:#000;
	font-size:18px;
	margin-top:5px;
	display:block;
	text-align:center;
	letter-spacing:-1px;
}
.event .date .day
{
	color:#000;
	font-size:28px;
	margin-top:5px;
	display:block;
	text-align:center;
}
.event .date .to
{
	color:#000;
	font-size:14px;
	margin-top:5px;
	display:block;
	text-align:center;
}
.event hr
{
	width:50px;
	margin:0 auto;
	display:block;
	margin-top;
	height:1px;
	background:#4e4e4e;
	border:0 none;
}

.event .content
{
	float:left;
	width:652px;
	max-width:100%;
}
.event .content p
{
	margin-bottom:10px;
	color:#4e4e4e;
	font-size:16px;
}
.event h3
{
	font-size:25px;
	color:#000;
	margin:17px 0 0;
	background:none;
}
article iframe{ max-width:100%;}
.homepage-main .row .columns>a iframe
{
	max-width:98%;
	display:block;
	margin:0 auto;
}

@media only screen and (max-width: 1400px){
	.homepage-main .row .columns>a iframe
	{
		max-width:99%;
		height:100%;
		
	}
}


/*Contact-page*/

article.row .contact-page-wrapper {
	width:70%;
	float:left;
	margin-right:2%
}

article.row .contact-page-wrapper .contact-page-header {
	text-align:center;
    padding: 10px;
}

article.row .contact-page-wrapper .contact-page-form input[type="text"], 
article.row .contact-page-wrapper .contact-page-form input[type="email"], 
article.row .contact-page-wrapper .contact-page-form input[type="tel"], 
article.row .contact-page-wrapper .contact-page-form textarea {
	font-size:18px;
	padding: 10px 0.5em;
	margin-bottom:5px;
}

article.row .contact-page-wrapper .contact-page-form input[type="submit"] {
	display:block;
	width:100%;
	max-width:200px;
}

article.row .contact-info {
	width:28%;
	float:right;
}

/*Menu*/

.slicknav_menu {
	display:none;
	font-size: 16px;
    box-sizing: border-box;
    background: none;
    padding: 5px;
    float: right;
    width: 100%;
}

.slicknav_menu .slicknav_menutxt {
	font-weight:normal
}

/*NEWS*/

.post-news {
    float: left;
    position: relative;
    text-align: center;
    width: 33.3333%;
	margin: 20px 0;
}

.entry-wrap {
    padding: 10px 0;
}

.entry-featured {
    position: relative;
    transform: translate3d(0px, 0px, 0px);
	padding-bottom:20px;
}

.entry-featured {
    border-bottom: 1px solid #ddd;
}

h2.entry-title.entry-title-news {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.05;
    margin: 5px 0;
    padding:0;
    text-align: center;
}

.news-meta {
    font-size: 0.8em;
    text-align: center;
}

.news-meta  i {
	margin-right:5px;
}

.entry-thumb img {
    transition: opacity 0.75s ease 0s;
}

.entry-thumb:before {
    background-color: #c8972b;
    content: "\f0c1";
    display: block;
    position: absolute;
    margin: -36px 0 0 -35px;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    font-size: 35px;
    line-height: 72px;
    text-align: center;
    text-shadow: 0 0.035em 0 rgba(0,0,0,0.35);
    vertical-align: middle;
    color: #fff;
    border-radius: 100em;
    opacity: 0;
    -webkit-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
    font-family: "fontawesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
}



a.entry-thumb:hover img {
    opacity: 0.15;
}

a.entry-thumb:hover:before {
    opacity: 1;
}

/*Videos*/

.videos {
	width:100%;
	float:left;
	margin:10px 0;
	list-style:none;
}

.videos li  {
	width:48%;
	float:left;
	margin-bottom: 20px;
}

.videos li:nth-child(even) {
	margin-left:4%;
}

.videos li iframe {
	width:100%;
	max-height: 315px;
}

.video-wrapper {
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,0.15);
    padding: 10px 10px 0px 10px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	margin-bottom: 1.313em;
}


.videos li p{
    padding-top: 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: 300;
    color: #272727;
    line-height: 1.3em;
    margin: 0 auto;
    margin-top: -8px!important;
    width: 80%;
}

/*Social*/

.icons-section a {
    background-color: #8b7359 !important;
    border-radius: 5px;
    display: table !important;
    height: 32px !important;
    line-height: 0 !important;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
    width: 32px !important;
	margin-top: 10px;
	opacity:0.8;
}

.icons-section a:hover {
	opacity:1;
}  

.icons-section a  i{
    color: #000;
    font-size: 20px;
	display: table-cell !important;
	vertical-align: middle !important;
}


@media screen and (max-width: 1024px) {
	.post-news {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.top-bar-section ul.menu {
		display:none;
	}
	
	.slicknav_menu  {
		display:block;
	}
	
	.slicknav_nav a:hover {
		color: #ffffff;
	}
	
	.slicknav_nav  li.active > a,
	.slicknav_nav  li.active > ul > li > a	{
		background: none repeat scroll 0 0 #000;
		color: #8b7359;
	}
	
	.slicknav_nav .title.back {
		display:none !important;
	}
	
	article.row .contact-page-wrapper {
		width:100%;
		margin-bottom:20px;
	}
	
	article.row .contact-info {
		width:100%;
	}
	
	.post-news {
		width: 50%;
	}
	
	.videos li  {
		width:100%;
	}

	.videos li:nth-child(even) {
		margin-left:0;
	}
	
	.icons-section {
		position: absolute !important;
		right: 20px !important;
		z-index: 999;
		max-width: 80%;
		/* display: block; */
		/* float: right; */
		text-align: right;
		margin-left: 20%;
	}
	
}


@media screen and (max-width: 640px) {
	.post-news {
		width: 100%;
	}
	
	.contact-page-wrapper .contact-page-form input,
	.contact-page-wrapper .contact-page-form textarea {
		font-size:19px !important
	}
}
