/*
Theme Name: Reef Restaurant
Theme URI: http://reefrestaurant.com.au/
Description: Reef Restaurant Theme
Author: Kiryn Clay
Author URI: http://kiryn.co
Template: elite
*/

@import url(../elite/style.css);

/* =Theme customization starts here
-------------------------------------------------------------- */
@font-face {
    font-family: 'atbasiliabolditalic';
    src: url('fonts/at_basilia_bold_italic-webfont.eot');
    src: url('fonts/at_basilia_bold_italic-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/at_basilia_bold_italic-webfont.woff') format('woff'),
         url('fonts/at_basilia_bold_italic-webfont.ttf') format('truetype'),
         url('fonts/at_basilia_bold_italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
h2.post-title, #page-header h2 {
	font-weight: bold;
}
#header-menu ul.menu li, #header-menu ul.menu li a {
    font-size: 23px !important;
	font-weight: bold;
    text-transform: none;
}
.md-recent-posts .col-md-3 {
	padding-left: 0px;
    padding-right: 0px;	
}
.no-space-sidways .col-md-6 {
	padding-left: 0px;
    padding-right: 0px;	
}
.md-recent-posts .post-body, footer {
	display:none;
	visibility:hidden;
}
h1.md-heading {
	font-weight: bold;
}
.single #page-header.pattern, .page #page-header.pattern {
    background-image: url("../../uploads/2014/07/Pattern_bkgnd.jpg");
}
.single .breadcrumbs, .page .breadcrumbs, .single .post-header, .single .post-title {
	display:none;
	visibility:hidden;
}
.home .icon-bookmark-empty:before {
    content: url('../../uploads/2014/07/dimmi.png');
	left: -20px;
    position: relative;
    top: 15px;
}
.home .icon-trophy:before {
    content: url('../../uploads/2014/07/tripadvisor.png');
	left: -20px;
    position: relative;
    top: 11px;
}
.home .icon-heart:before {
    content: url('../../uploads/2014/07/tripadvisor.png');
	left: -20px;
    position: relative;
    top: 11px;
}
#copyright {
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
}
#copyright-text {
    display: block;
    float: none;
    text-align: center;
    text-transform: none;
    width: 100%;
}
.blockedintext {
    margin: 0 auto;
    width: 1140px;
}
.icon-android:before {
    content: url('../../uploads/2014/07/TA_Icon.png');
	position: relative;
    top: 3px;
}
li.current_page_item > a {
    color: #000 !important;
}
#footer-social {
	margin-top: 20px; margin-bottom: 20px; margin-left: -15px;
}
#footer-social a {
	color:#000;
	font-size:1.5em;
	padding:0px 5px;
}
#footer-social a:hover {
	text-decoration:none;	
}



/* == iPad/iPhone [portrait + landscape] == */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), 
@media only screen and (max-device-width: 480px) {
	.home .icon-heart:before {
		left: -12px;
		top: -8px;
	}
	.home .icon-trophy:before {
		left: -12px;
		top: -8px;
	}
	.home .icon-bookmark-empty:before {
		left: -12px;
		top: -5px;
	}
	.home .md-recent-posts.md-blog .post {
    	margin-bottom: 0;
    	padding-bottom: 0;
	}
	.row .md-column {
    	margin-bottom: 0px;
	}

}
/* iphone 6 */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	.mejs-poster.mejs-layer {
		display:block !important;	
	}
	.mejs-mediaelement video.hosted {
		display: none !important;
    	visibility: hidden !important;	
	}
}
/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.mejs-poster.mejs-layer {
		display:block !important;	
	}
	.mejs-mediaelement video.hosted {
		display: none !important;
    	visibility: hidden !important;	
	}
}