/*
Theme Name: Rocco
Theme URI: http://www.roccodeluca.com
Author: Jonathan Chue
Author URI: http://www.aptribute.com
Description: The custom theme for Rocco DeLuca.
Version: 1.0
Text Domain: rocco
*/


/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* WordPress Core  */

.alignnone {
	margin: 5px 20px 20px 0;
	margin: 0.5rem 2rem 2rem 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto;
	margin: 0.5rem auto;
    text-align: center;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
	margin: 0.5rem 0 2rem 2rem;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
	margin: 0.5rem 2rem 2rem 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
	margin: 0.5rem auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
	margin: 0.5rem 0 2rem 2rem;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
	margin: 0.5rem 2rem 2rem 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
	margin: 0.5rem 2rem 2rem 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	padding: 0.5rem 0.3rem 1rem;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
	margin: 0.5rem 2rem 2rem 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
	margin: 0.5rem 2rem 2rem 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
	margin: 0.5rem 0 2rem 2rem;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.8;
	margin: 0;
	padding: 0 4px 5px;
	padding: 0 0.4rem 0.5rem;
}


/* Structure */

html {
	font-size: 62.5%;
}

body {
	background-color: #000;
	background-image: url('images/bg.png');
	color: #fff;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

a:link,
a:visited {
	color: #6a96a1;
	text-decoration: none;
}

a:hover {
	color: #4e676d;
}

.entry-header {
    background-image: url(images/header_bg.png);
    background-position: center;
    background-repeat: repeat-x;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    text-align: center;
}

h1 {
    background-image: url(images/bg2.png);
	color: #fff;
    display: table;
	font-family: "Museo Sans", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 40px;
	font-size: 4.0rem;
	margin: 0 auto 20px auto;
    margin: 0 auto 2rem auto;
    padding: 0 20px;
    padding: 0 2rem;
    text-transform: uppercase;
}

h2 {
	color: #fff;
	font-family: "Museo Sans", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 30px;
	font-size: 3rem;
	margin: 0 auto 20px auto;
    margin: 0 auto 2rem auto;
    text-transform: uppercase;
}

h3 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

h5 {
	font-style: italic;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

p {
	line-height: 1.8;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
p:last-child {
	margin-bottom: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ol,
ul {
	line-height: 1.8;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

ol:last-child,
ul:last-child {
	margin-bottom: 0;
}

ol li,
ul li {
	margin-left: 20px;
	margin-left: 2rem;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}

.no-bull li {
    list-style-type: none;
}

img {
	height: auto;
	max-width: 100%;
}

.one-half {
	width: 48%;
}
.one-third {
	width: 31.33%;
}
.two-thirds {
	width: 64.67%;
}
.one-fourth {
	width: 23%;
}
.three-fourths {
	width: 73%;
}
.one-half,
.one-third,
.two-thirds,
.one-fourth,
.three-fourths {
	float: left;
	margin: 0 1%;
	position: relative;
}
.last {
	clear: right;
}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}

.wrapper {
    margin: auto;
    padding: 30px 0;
    padding: 3rem 0;
	width: 960px;
    width: 96rem;
}

.fixed {
    background-color: rgba(8, 22, 25, 0.5);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    left: 0;
    padding: 0!important;
    position: fixed!important;
    top: 0!important;
    width: 100%;
}

.fixed a:hover {
    background-color: rgba(0, 0, 0, 0.5)!important;
}

#site-header {
	margin: auto;
	position: relative;
    width: 100%;
}

#banner {
    left: 50%;
    margin-left: -350px;
    max-width: 100%;
    position: fixed;
    z-index: -1;
}

.site-title {
	display: none;
	margin: 0 10px;
	margin: 0 1rem;
}

.site-title a {
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
}

#banner {
	display: inline-block;
}

#main-navigation {
	display: block;
    position: absolute;
    text-align: center;
    width: 100%;
}

.menu-toggle {
	background-image: url('images/menu-toggle.png');
	background-position: center;
	background-repeat: no-repeat;
	bottom: 0;
	display: none;
	height: 40px;
	margin: 0;
	position: absolute;
	right: 0;
	width: 40px;
}

.menu-toggle:hover {
    background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

#main-navigation ul {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
	line-height: normal;
	margin-bottom: 0;
    padding: 0 30px;
    padding: 0 3rem;
    z-index: 2;
}

#main-navigation li {
	display: inline-block;
	list-style-type: none;
	margin-left: 0;
}

#main-navigation li > a {
	color: #fff;
	display: inline-block;
	font-family: "Museo Sans", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 0 10px;
	padding: 0 1rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 4;
}

#main-navigation li:hover > a {
	background-color: rgba(8, 22, 25, 0.5);
}

#main {
    background-image: url(images/bg2.png);
    position: absolute;
    top: 280px;
    width: 100%;
}

#site-footer {
	background-image: url('images/footer.png');
    background-position: center;
	background-repeat: repeat-x;
    bottom: 0;
    height: 170px;
    margin: 0;
    position: fixed;
    width: 100%;
}

#site-footer .wrapper {
	margin: 10px auto;
	margin: 1rem auto;
	width: 940px;
	width: 94rem;
}

#site-footer ul {
	margin-bottom: 0;
}

#site-footer ul li {
	list-style-type: none;
}

#loading {
	display: block;
	margin: 0 auto 30px auto;
    margin: 0 auto 3rem auto;
	text-align: center;
}

#left-flower,
#right-flower {
    background-repeat: no-repeat;
    height: 280px;
    height: 28rem;
    position: absolute;
    top: 0;
    width: 280px;
    width: 28rem;
}

#left-flower {
    background-image: url(images/flower_left.png);
    left: 0;
}

#right-flower {
    background-image: url(images/flower_right.png);
    right: 0;
}

.instagram {
    margin-bottom: 0;
}

.instagram li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    width: 33.33%;
}

.instagram img {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.instagram img:hover {
    opacity: 1;
}

.tour {
    margin-bottom: 0;
}

.tour li {
    list-style-type: none;
    margin-left: 0;
}

.tour a {
    background-color: rgba(8, 22, 25, 0.5);
    color: #fff;
    display: block;
    font-family: "Museo Sans", Arial, Tahoma, Helvetica, san-serif;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px;
    padding: 2rem;
    text-transform: uppercase;
}

.tour li:nth-child(even) a {
    background-color: rgba(17, 17, 17, 0.5);
}

.tour a:hover {
    background-color: rgba(0, 0, 0, 0.5)!important;
}

.tour a:active {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) inset;
    padding: 22px 20px 18px 20px;
    padding: 2.2rem 2rem 1.8rem 2rem;
}

.tour span {
    display: inline-block;
}

.date {
    width: 25%;
}

.venue {
    text-align: center;
    width: 50%;
}

.location {
    text-align: right;
    width: 25%;
}

.social {
    margin-bottom: 0;
}

.social li {
    list-style-type: none;
    margin-left: 0;
}

.social a {
    color: #fff;
    display: block;
    font-family: "Museo Sans", Arial, Tahoma, Helvetica, san-serif;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px;
    padding: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.facebook a {
    background-color: rgba(0, 21, 66, 0.5);
}

.instagram a {
    background-color: rgba(15, 42, 65, 0.5);
}

.twitter a {
    background-color: rgba(22, 97, 153, 0.5);
}

.youtube a {
    background-color: rgba(134, 20, 24, 0.5);
}

.social a:hover {
    background-color: rgba(0, 0, 0, 0.3)!important;
}

.social a:active {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) inset;
    padding: 22px 20px 18px 20px;
    padding: 2.2rem 2rem 1.8rem 2rem;
}

.widget {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.widget:last-child {
	margin-bottom: 0;
}

#popup {
    display: none;
    padding: 10px;
    padding: 1rem;
}

#popup h1 {
    margin: 0;
    padding: 0;
}

.fancybox-inner {
    background-color: #000;
    background-image: url(images/bg2.png);
}

.post-11 iframe {
    display: inline-block;
    margin: 0 2%;
    width: 46%;
}

/* Videos */

#post-11 {
    overflow: auto;
}

#post-11 iframe {
    float: left;
	margin: 0 1%;
	position: relative;
    width: 48%;
}

/* Forms */

input,
textarea,
select {
	background: transparent;
	border: none;
    border-bottom: 1px solid #fff;
	color: #fff;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	margin: 5px;
	margin: 0.5rem;
	padding: 7px;
	padding: 0.7rem;
}

input#submit,
input.sendbutton,
a.button {
	background-color: rgba(8, 22, 25, 0.5);
	color: #fff;
	display: table;
    font-family: "Museo Sans", Arial, Tahoma, Helvetica, sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
	margin: 0 auto 10px auto!important;
    margin: 0 auto 1rem auto!important;
	padding: 10px 30px;
	padding: 1rem 3rem;
	text-decoration: none;
    text-transform: uppercase;
}
input#submit:hover,
input.sendbutton:hover,
a.button:hover {
	background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
input#submit:active,
input.sendbutton:active,
a.button:active {
	padding: 12px 30px 8px 30px;
    padding: 1.2rem 3rem 0.8rem 3rem;
}

/* Media Queries */

@media (max-width: 960px) and (min-width: 701px) {
	#left-flower,
    #right-flower {
        display: none;
    }

    .wrapper {
        width: 100%;
    }

    .one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths {
		margin: 0 1% 30px 1%;
		margin: 0 1% 3rem 1%;
	}

    .one-half.last,
	.one-third.last,
	.two-thirds.last,
	.one-fourth.last,
	.three-fourths.last {
		margin-bottom: 0;
	}

    .one-third {
        width: 48%;
    }
}

@media (max-width: 700px) {
    #left-flower,
    #right-flower {
        display: none;
    }

    .wrapper {
        width: 100%;
    }

	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths,
    #post-11 iframe {
		margin: 0 4% 30px 4%;
		margin: 0 4% 3rem 4%;
	}

	.one-half.last,
	.one-third.last,
	.two-thirds.last,
	.one-fourth.last,
	.three-fourths.last {
		margin-bottom: 0;
	}

	.one-half,
    #post-11 iframe {
		text-align: center!important;
		width: 92%;
	}

	.one-third {
		width: 92%;
	}

	.two-thirds {
		width: 92%;
	}

	.one-fourth {
		width: 42%;
	}
	.one-fourth:nth-child(odd) {
		clear: left;
	}
	.one-fourth:nth-child(even) {
		clear: right;
	}

	.menu-toggle {
		display: inline-block;
	}

	#main-navigation {
        background-color: rgba(8, 22, 25, 0.5);
        border-bottom: 1px solid #fff;
		position: fixed;
        top: 0!important;
        height: 40px;
        z-index: 1;
	}

    .main-navigation-active {
        border: none!important;
    }

	#main-navigation div {
		background-color: rgba(8, 22, 25, 0.5);
        border-bottom: 1px solid #fff;
		left: 0;
		position: absolute;
		top: 40px;
		width: 100%;
		z-index: 1;
	}

    #main-navigation ul {
        border: none;
        display: block;
        padding: 0;
    }

	#main-navigation li {
		display: block;
	}

	#main-navigation li > a {
		border: 0;
		color: #fff;
		display: block;
		padding: 10px 20px;
		padding: 1rem 2rem;
	}

    #main-navigation li > a:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .tour span {
        display: block;
        text-align: center;
        width: 100%;
    }
}
/*
@media (max-width: 320px) {
	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths {
		float: none;
		margin: 0 0 30px 0;
		margin: 0 0 3rem 0;
		width: 100%;
	}

	.one-half.last,
	.one-third.last,
	.two-thirds.last,
	.one-fourth.last,
	.three-fourths.last {
		margin-bottom: 0;
	}

	.one-half {
		text-align: center!important;
	}

	#site-header {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}

	#main {
		border-right: 0;
		border-left: 0;
		width: 100%;
	}

	#site-header {
		height: 40px;
	}

	.site-title {
		display: inline-block;
		margin-top: 3px;
		margin-top: 0.3rem;
	}

	#banner {
		display: none;
	}

	.menu-toggle {
		display: inline-block;
	}

	#main-navigation {
		position: static;
	}

	#main-navigation div {
		background-color: #fff;
		-webkit-box-shadow: 0 5px 5px #ccc;
		box-shadow:         0 5px 5px #ccc;
		left: 0;
		padding: 10px 0;
		padding: 1rem 0;
		position: absolute;
		top: 40px;
		width: 100%;
		z-index: 1;
	}

	#main-navigation li {
		display: block;
	}

	#main-navigation li > a {
		border: 0;
		color: #234854;
		display: block;
		padding: 10px 20px;
		padding: 1rem 2rem;
	}

	#main-navigation li:hover a {
		border: 0;
		color: #fff;
	}

	#main-navigation ul li:hover ul {
		display: none;
	}

	#side-navigation {
		margin-top: -10px;
		margin-top: -1rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	#side-navigation a {
		border-top: 0;
		border-bottom: 1px solid #234854;
		margin: 0 -10px 0 -10px;
		margin: 0 -1rem 0 -1rem;
	}

	#site-footer .wrapper {
		margin: 10px;
		margin: 1rem;
		width: auto;
	}

	#footer1,
	#footer2 {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}

	.breadcrumbs {
		display: none;
	}

	.blog aside.one-third,
	.single aside.one-third {
		display: none;
	}

	.metaslider {
		display: none;
	}

	.blog article.post {
		border: 0;
		margin: 0;
		margin: 0 -10px;
		margin: 0 -1rem;
		padding: 30px 10px;
		padding: 3rem 1rem;
		position: relative;
	}

	.single article.post {
		border: 0;
		margin: 0;
		padding: 0;
	}

	.blog article.post:nth-child(odd) {
		background-color: #c9cdcb;
	}

	.blog article.post:hover {
		background-color: #69716d;
		color: #fff;
	}

	.blog article.post:active {
		background-color: #234854;
	}

	.blog article.post a.touch {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	footer.entry-meta {
		display: none;
	}

	.comment {
		padding: 30px 10px;
		padding: 3rem 1rem;
	}

	#respond {
		margin-top: 30px;
		margin-top: 3rem;
		width: 100%;
	}

	.archive .publications {
		float: none;
		margin-bottom: 4%;
		padding: 2%;
		width: 94%;
	}
}
*/
@media
screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (-moz-min-device-pixel-ratio: 1.5),
screen and (min-device-pixel-ratio: 1.5) {
	.menu-toggle {
		background-image: url(images/menu-toggle@2x.png);
		background-size: 26px 16px;
	}
}
