/*
Theme Name: the Irishmen Pub
Theme URI: https://theirishmen.com
Author: Kris Byrum
Author URI: http://krisbyrum.com
Description: This is a new website build for an Irish Pub based in Everett, Washington. It is my first WordPress Custom made theme, and one of my first websites built.
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: irishmen_wp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you're learned with others.
*/



/*==============================================
GENERAL
==============================================*/

/*will give the admin bar for WP a buffer for the rest of markup*/
.admin-bar .navbar-fixed-top {
	margin-top: 30px;
}

.prev-next {
	font-size: 24px;
	margin-top: 30px;
	text-align: right;
}
@media screen and (max-width: 540px) {
	.prev-next {
		margin-top: 15px;
		font-size: 18px; 
	}
}

html {
	min-height: 100%;
}
body {
	color: white;
	max-width: 1225px;
	min-height: 650px;
	margin: 0 auto;
}
body.tribe-events-page-template {
	position: relative;
}
body:after {
	background: url(img/irish_flag.jpg) no-repeat;
	position: fixed;
	top: 0; 
	right: 0; 
	left: 0; 
	bottom: 0; 
	content: '';
	z-index: -1;
	background-size: 100% 100%;
}
img,
.portfolio-piece img,
.portfolio-image img,
.featured-img {
	max-width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	overflow: hidden;
	height: 0;
}
.videoWrapper iframe {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
}
@media screen and (min-width: 768px) {
	.videoWrapper {
		margin-bottom: -30%;
	}
}
@media screen and (max-width: 767px) {
	.videoWrapper iframe {
		width: 100%;
		height: 100%;
	}
}
.main {
	width: 98%;
	margin: 0 auto;
	background: transparent; 
}
li {
 list-style: none;
}
.carousel,
.row.vital_info,
.about_container.col-sm-12,
.the-menu,
#tribe-events-pg-template,
.col-xs-12.blog.container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.carousel-inner .item {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.pubHourContainer {
	font-size: 18px;
	p, h4 {
		margin: 0;
	}
}

/*==============================================
Header & Footer
==============================================*/

.information {
	margin: 10px auto;
}
.visible-xs,
.information h4,
.information p {
	padding: 0;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.main {
		padding-top: 25px;
	}
}
footer {
	clear: both;
}
footer div {
	padding: 15px;
	text-align: right;
}
footer div a {
	text-decoration: none;
}
.logo_information div {
	clear: both;
}

/*==============================================
Navbar
==============================================*/

.navbar {
	border: none;
	margin-top: 15px;
	margin-bottom: 0;
	border-bottom: 1px solid white;
}
.navbar-brand {
	padding: 18px 5px 18px 15px;
}
.main-nav a {
	overflow: hidden;
}
.logo_text {
	font-size: 2.25em;
}
.logo_information {
	display: none;
}
.logo_information div {
	clear: both;
}
#city {
	font-size: 1.5em !important;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus,
.menu-primary-container ul li a:hover,
.menu-primary-container ul li a:focus,
.current-menu-item a,
.current_page_item a {
	background: none;
	border-bottom: 4px solid orange;
}
.navbar-default .navbar-nav>li>a,
.menu-primary-container ul li a {
	font-size: 1.5em;
	text-align: center;
}
.menu-primary-container ul li {	
	margin: 10px 0; 
	text-align: center;
}
.menu-primary-container ul li a {
	text-decoration: none;	
	padding: 5px 15px;
}
@media screen and (max-width: 420px) {
	.logo_text {
		font-size: 1.6em;
	}
}
@media screen and (max-width: 767px) {
	div#navigation {
		background-color: #222
	}
	.menu-primary-container #menu-primary {
		padding: 0;
	}
}
@media screen and (min-width: 768px) {
	.navbar {
		padding: 145px 10px 10px;
		margin-top: 0;
		margin-bottom: 20px;
		position: relative;
		top: 15px;
		border-bottom: none;
	}
	ul.nav.navbar-nav.navbar-right.main-nav {
		margin: 0 auto;
		width: 100%;
	}
	.logo_text {
		font-size: 3.75em;
	}
	.logo_information {
		display: block;
	}
	.navigation_logo {
		text-align: center;
		position: absolute;
		top: 35px;
		/*left: 50%;
		margin-left: -252px;*/
		left: 0;
		right: 0;
	}
	a.navbar-brand {
		float: none;
	}
	.current_page_item a:hover {
		-webkit-transition: .1s;
		-moz-transition: .1s;
		-ms-transition: .1s;
		-o-transition: .1s;
		transition: .1s;
	}
}

/*==============================================
Vital information
==============================================*/
.vital_info {
	background: #222;
	width: 100%;
	margin: auto;
	font-size: 1.25em;
}
.vital_info h2 a {
	text-decoration: none;
}
.vital_info .text-right {
	padding: 20px 40px 10px 0;
}

.vital_info .list-date {
	display: none;
}
.vital_info .left {
 	font-size: 2em;
 	padding: 20px 0 0 45px;	
}
.col-sm-7.text-center.hidden-desk {
	font-size: 2em;
}
.col-sm-7.text-center.hidden-desk i {
	margin-right: 30px;
}
@media screen and (max-width: 767px) {
	.vital_info .text-right {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.hidden-desk {
		display: none;
	}
	[class^="icon-"], 
	[class*=" icon-"] {
		margin-right: 35px;
	}
}


.recurringinfo {
display: none;
}
/*==============================================
Featured
==============================================*/

.featured_food {
	text-align: center;
	margin-top: 75px;
}
article.post {
	margin: 20px 0 40px;
}
ol.hfeed.vcalendar {
	font-size: 1.5em;
	font-family: sans-serif;
	padding-left: 15px;
}
h4.entry-title a {
	font-size: 1.8em;
	text-decoration: underline;
}
.duration span {
	font-size: .95em;
}
.socialIcons {
	font-size: 1em;
}

/*==============================================
Menu
==============================================*/
.menu-accordion {
	margin-top: 70px;
	margin-bottom: 100px;
}
@media screen and (min-width: 992) {
	.menu-accordion {
		margin-top: 100px;
	}
}

div#accordion h2 {
	font-size: 1.2em;
	padding-top: 13px;
	padding-bottom: 13px;
}
img.attachment-thumbnail.wp-post-image {
	border-radius: 5px;
}
.the-menu h3 {
	clear: both;
}
@media screen and (min-width: 768px) {
	ul#menu-primary {
	padding: 0 5%;
	font-size: 1.25em;
	}
	ul#menu-primary li {
		margin-left: 15px;
		margin-right: 15px;
	}
	li#menu-item-14,
	li#menu-item-16, 
	#menu-item-1559 {
		float: right;
	}
	.menu-primary-container ul li {	
		float: left;
	}
}

/*==============================================
Events
==============================================*/

.tribe-venue-widget-wrapper ul {
	padding: 0;
}

#calendar {
	padding: 50px 0
}
div#tribe-events-content {
	padding: 20px;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
	color: black;
}
.tribe-events-schedule.published {
	background: none;
}

.home .tribe-venue-widget-venue-name a {
	display: none;
}


/*==============================================
MENU
==============================================*/
.menu-entry-meta {
	display: none;
}

/*==============================================
ABOUT
==============================================*/

.about_irishmen {
	margin-top: 25px;
	padding-bottom: 10px;
}
.about_irishmen h2 {
	padding-left: 0;
}
.contact {
	margin-top: 35px;
	margin-bottom: 25px;
	padding-top: 25px;
	border-top: 1px black solid;
}
.about_irishmen img.hidden-xs {
	border-radius: 5px;
	float: right;
	padding-bottom: 150px;
	max-width: 200px;
}
.about_irishmen img.visible-xs {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	max-width: 100px;
}
.about_container {
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.hidden-xs {
		display: none;
	}
}

label {
	font-size: 1.5em;
	margin-top: 15px;
}
input[type="text"] {
	height: 40px;
}
textarea {
	height: 150px;
}
input, 
textarea {
	padding: 1%;
}
input:focus, 
textarea:focus { 
	outline: none;
}
#form span {
	margin-left: 15px;
	padding: 8px 35px;
}
input, 
textarea,
#form span {
	border: none;
	border-radius: 15px;
}
.submit {
	padding-top: 15px;
}
.btn-submit {
	width: 125px;
	font-size: 1.3em;
}
div#contact_form {
	padding-bottom: 20px;
}
input#ninja_forms_field_5 {
	min-width: 100px;
}

.menu-entry-meta {
	margin-bottom: 36px;
}

/*==============================================
BLOG
==============================================*/

.blog .row {
	padding-left: 20px;
}
.blog.container .featured-image {
	display: none;
}

/*==============================================
COLORS
==============================================*/

#myCarousel, 
.row.vital_info,
.about_container,
.the-menu,
.blog.container,
.tribe-events-calendar,
#tribe-events {
	box-shadow: 0 0 27px #222;
}
.information h4 {
	color: rgb(255, 255, 255);
}
.about_container,
.blog,
.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix,
#calendar,
.the-menu,
#tribe-events,
tbody.vcalendar,
.tribe-events-sub-nav li a {
	background-color: #222; /*for IE*/
	color: #ddd;
}
.navbar {
	background: none;
}
.navbar-toggle {
	background: #ddd;
}
.information small,
footer div, 
footer div a,
.logo_text,
.logo_information,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>.active>a, 
/*.navbar-default .navbar-nav>.active>a:focus*/
.menu-primary-container ul li a {
	color: rgb(255, 255, 255); /*for IE*/
	color: rgba(255, 255, 255, .9)	
}

span.logo_text:hover {
	color: #fff;
}

#contact_form input, #contact_form textarea,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus
.menu-primary-container ul li:hover,
.menu-primary-container ul li a:hover,
.menu-primary-container ul li a:focus,
.current_page_item a,
.btn-submit,
#tribe-bar-form label {
	color: black;
}

ul#menu-primary li a:hover,
ul#menu-primary li a:focus {
	color: orange;
}

.vital_info,
.vital_info a {
	color: #aaa;
}
input, 
textarea {
	background-color: #222; /*for IE*/
	background-color: lightgrey;
}
.btn-submit {
	background-color: lightgrey;
}
.btn-submit:hover {
	background-color: grey;
}
.menu-entry-meta {
	background-color: #666 !important;
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active,
.ui-widget-content {
	background-color: #f6f6f6 !important;
}

/*==============================================
ICOMOONS ICONS / FONTS
==============================================*/

@font-face {
	font-family: 'Lancelot';
	src: url('fonts/Lancelot/Lancelot-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Abel';
	src: url('fonts/Abel/Abel-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'IrishUnciAlphabet';
	src: url('fonts/IrishUnciAlphabet.ttf') format('truetype');
}
@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot');
    src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('fonts/icomoon.woff') format('woff'),
        url('fonts/icomoon.ttf') format('truetype'),
        url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    		padding-right: 15px;
    		margin-right: 15px;
}
[class^="icon-"], 
[class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  /*margin-right: 10px;*/

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
.icon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}
.icon-facebook:before {
	content: "\e601";
}
.icon-twitter:before {
	content: "\e602";
}





/* Togo Button */
.vital_info .mt-2,
.the-menu .btn-order {
	margin-top: 1.4rem;
}

.btn-order {
	background: transparent;
    border: 1px solid;
    box-shadow: 0px 0px 4px;
    font-size: 2rem;
}

.btn-order:hover,
.btn-order:focus,
.btn-order:active {
	box-shadow: inset 0px 0px 4px;
	background-color: orange;
	border-color: white;
}