/*

Theme Name:		Zorro Productions
Template:		cc_parent
Author:			Computer Courage
Theme URI:		http://computercourage.com
Author URI:		http://www.computercourage.com/services/web-design/
Description:	A custom theme built by Computer Courage.
Version:		1.0

--------------------------------------------------------------- */


/* =Structure
---------------------------------------------------------------------- */

html {
	background: #131313;
	color: #999999;
	font-family: 'raleway', Arial;
}
body, #page, #header, #main, #footer {
	position: relative;
	width: 100%;
	float: left;
}
.inner-page {
	width: 1200px;
	margin: 0 auto;
	display: table;
}
.last {
	margin-right: 0!important;
}
#page {
	top: auto;
}
#page.page-mobile {
	position: fixed;
	top: 65px;
}
#main {
	background: url('images/background-40.jpg') center top / 1550px auto no-repeat;
	margin-top: 82px;
}
.home #main {
	background: url('images/background.jpg') center top / 1550px auto no-repeat;
}
#content {
	float: left;
	width: 100%;
}
#content.flexible-content {
	width: 77%;
}
#sidebar {
	float: right;
	width: 20%;
}
#content, #sidebar {
	padding: 5% 0;
}


/* =Header
---------------------------------------------------------------------- */

#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	background: #131313;
}
#logo {
	padding: 12px 0 0 0;
}
#header a {
	text-decoration: none;
}
#header img {
	float: left;
}
#socials {
	float: right;
	padding: 27px 0 0 0;
}
.header-icon {
	float: left;
	color: #ffffff;
	background: red;
	border-radius: 2px;
	font-size: 20px;
	padding: 6px 7px 4px;
	text-align: center;
	display: block;
	margin-left: 13px;
}
.icon-facebook-f {
	background: #4460AE;
}
.icon-facebook-f:hover {
	background: #587bdb;
}
.icon-twitter {
	background: #058CB9;
}
.icon-twitter:hover {
	background: #06ade5;
}
.icon-youtube {
	background: #DC2013;
}
.icon-youtube:hover {
	background: #ff2415;
}
.icon-rss {
	background: #E2481B;
}
.icon-rss:hover {
	background: #ff5321;
}


#main-menu {
	float: left;
	margin-left: 1.7em;
}
#main-menu ul {

}
#main-menu li {
	float: left;
	position: relative;
}
#main-menu a {
	font-size: 1.4em;
	font-weight: 500;
	padding: 1.3em 0.7em;
	display: block;
}
#main-menu ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 5em;
	left: 0;
	border-top: 1px solid #000000;
	z-index: 99999;
}
#main-menu ul ul ul {
	left: 100%;
	top: 0;
	border-top: 0px solid #000000;
}
#main-menu ul ul a {
	background: #1f1f1f;
	font-size: 1em;
	font-weight: 300;
	padding: 0.9em .5em 0.9em 1em;
	width: 15em;
	height: auto;
}
#main-menu a:hover,
#main-menu li:hover > a,
#main-menu ul ul :hover > a {
	background: #1f1f1f;
}
#main-menu li:hover > a, #main-menu a:hover {
	color: #ffffff;
}
#main-menu ul ul a:hover {

}
#main-menu ul li:hover > ul {
	display: block;
}


/* =Content
---------------------------------------------------------------------- */

a {
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a {
	color: #ffffff;
}
.entry-title {
	font-size: 3.75em;
	font-family: 'cinzel';
	text-align: center;
	font-weight: 400;
	margin: 0 0 0.8em;
}
strong, strong * {
	font-weight: 700;
	color: #c4c4c4;
}
em, em *, i, i * {
	font-style: italic;
}
article {
	width: 100%;
}
article p {
	font-size: .9em;
	margin-bottom: 1.45em;
	line-height: 1.7em;
	text-align: justify;
}
article h1, article h2 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: 600;
	margin-top: 2em;
}
article p a, article li a {
	text-decoration: underline;
	color: #c4c4c4;
}
article ul, article ol {
	margin-bottom: 2%;
}
article ol li {
	list-style-type: upper-roman;
}
article ul li {
	list-style-type: disc;
}
article li {
	margin-left: 23px;
	line-height: 1.7em;
	margin-bottom: 1%;
}
article ul ul li {
	list-style-type: circle;
}
.entry-title {
	
}
.preview-entry {
	width: 100%;
	float: left;
	margin-bottom: 7%;
}
.preview-entry {
	background: #1F1F1F;
}
.preview-entry h2 {
	margin-top: 0;
}
.blog-entry {
	overflow: hidden;
}
.blog-entry img {
	float: left;
	width: 30.4%;
}
.entry-remainder {
	width: 94%;
	padding: 3%;
}
.blog-entry .entry-remainder {
	float: right;
	width: 61%;
}
.meta {
	float: left;
	width: 100%;
	margin: 0.5% 0 1.1%;
	font-size: 0.9em;
}
.meta a {
	color: #d0d0d0;
}
#intro-text {
	font-size: 1.8em;
	line-height: 148%;
	font-weight: 300;
	margin-bottom: 1.8em;
}
#content td {
	border: 1px solid #282828;
	padding: 5px;
}
#gallery-slider {
	width: 100%;
	height: 500px;
	float: left;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
}
#gallery-slider .backstretch img {
	width: 100%;
}
#gallery-prev, #gallery-next {
	position: absolute;
	top: 49%;
	z-index: 1000;
	height: 50px;
	width: 50px;
	cursor: pointer;
}
#gallery-prev {
	left: 2%;
}
#gallery-next {
	right: 2%;
}


/* Front Page */
#latest-news {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 640px;
	margin: 0 0 10%;
}
.news-column {
	width: 33.3333%;
	float: left;
}
.news-column img {
	width: 90%!important;
	margin: 0 auto!important;
	display: block;
}
.news-column a {
	color: #ffffff;
}
.news-column > div {
	margin: 0 auto;
	width: 74%;
	padding: 8%;
	background: #1F1F1F;
}
.news-column h1 {
	margin-bottom: 1em;
	font-size: 1.33em;
	min-height: 3.1em;
}
.news-column p {
	font-size: 0.9em;
	line-height: 1.52em;
	text-align: justify;
}
.news-column-text {
	height: 15em;
	float: left;
}
.news-column-meta {
	display: block;
	margin-top: 1.1em;
}
.news-column-meta a {
	text-decoration: underline;
}
.blog-read-more {
	color: #d0d0d0;
	font-size: 0.92em;
	text-align: right;
	display: block;
}
.ca-nav-prev, .ca-nav-next {
	line-height: 0px;
	display: block;
	color: transparent;
	position: absolute;
	top: 45%;
	cursor: pointer;
}
.ca-nav-prev {
	left: 0;
}
.ca-nav-next {
	right: 0;
}
.ca-nav {
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 44%;
}
.ca-wrapper {
	width: 90%;
	height: 100%;
	left: 5%;
	top: 0;
	position: relative;
	
}
.ca-nav-prev:before, .ca-nav-next:before {
	font-family: 'zorro-slider';
	font-size: 3.5em;
	line-height: 100%;
	color: #545454;
}
.ca-nav-prev:before {
	content: 'a';
	float: left;
}
.ca-nav-next:before {
	content: 'b';
	float: right;
}

/** Stage container **/

.mobile-slider {
	display: none;
}
#connected-master-container {
	float: left;
	width: 100%;
	margin: 0 0 7%;
}
.connected-carousels .stage {
    width: 1066px;
	height: 720px;
    position: relative;
	float: left;
}
.connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}
.connected-carousels .photo-credits a {
    color: #fff;
}

/** Navigation container **/

.connected-carousels .navigation {
    width: 534px;    
    position: relative;
	float:right;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}
.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.connected-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage li {
	width: 1066px;
	height: 720px;
	position: relative;
}
.connected-carousels .carousel-stage li  img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.connected-carousels .carousel-stage li  div {
	z-index: 100;
	position: absolute;
	background: url('images/slider-bg.png');
	padding: 30px;
	bottom: 0;
	color: #fff;
	line-height: 1.67em;
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
	background: #131313;
}

.connected-carousels .carousel-navigation li { 
	cursor: pointer;
	float: none;
    display: block;
	position: relative;
}
.connected-carousels .carousel-navigation li:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.connected-carousels .carousel-navigation li img {
    display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.connected-carousels .carousel-navigation li.active img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.carousel-navigation h1 {
	font-weight: 500;
	line-height: 180px;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 50px;	
	height: 180px;
	z-index: 100;
	text-transform: uppercase;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    position: absolute;
    top: 0;
    width: 20%;
	height: 720px;
	z-index: 10;
	display: block;
}
.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}

.connected-carousels .prev-stage {
    left: 0;
}
.connected-carousels .next-stage {
    right: 0;
}

.connected-carousels .prev-stage:hover {
	background: url(images/prev.png) 50% 50% no-repeat;
}
.connected-carousels .next-stage:hover {
	background: url(images/next.png) 50% 50% no-repeat;
}


/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
}
.connected-carousels .prev-navigation {
    left: -15px;
    top: 22px;
    text-indent: 6px;
}
.connected-carousels .next-navigation {
    right: -15px;
    top: 22px;
    text-indent: 20px;
}
.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}


.connected-carousels .stage, .connected-carousels .carousel-stage li {
	width: 800px;
	height: 540px;
}
.connected-carousels .navigation {
	width: 400px;    
}
.carousel-navigation h1 { 
	line-height: 135px;
	height: 135px;
	font-size: 2em;
}
.carousel-navigation li, .carousel-navigation img { 
	width: 400px;
	height: 135px;
}
.connected-carousels .prev-stage,
.connected-carousels .next-stage {
	height: 540px;
}
.connected-carousels .carousel-stage li div {
	width: 100%;
}
.connected-carousels .carousel-stage li div h1 {
    display: block;
    width: 100%;
}
article td {
    padding: 4px 5px;
}



#sort-buttons, #sub-sort-buttons, #library-container, #library-items {
	float: left;
	width: 100%;
}
#library-container {
	margin: 4% 0 10%;
}
#sort-buttons {
	margin-bottom: 1.45%;
}
#sort-buttons:after {
	content: ' ';
	width: 100%;
	height: 2px;
	background: #333333;
	display: block;
	position: relative;
	z-index: 20;
	margin-top: -2px;
	float: left;
}
#sort-buttons li {
	cursor: pointer;
	text-transform: uppercase;
	float: left;
	margin: 0 2% 0 0;
	padding: 0 0 1% 0;
	list-style-type: none;
	font-size: 0.85em;
	font-weight: 600;
	border-bottom: 2px solid #333333;
	position: relative;
	z-index: 30;
}
#sort-buttons li:hover {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}
#sub-sort-buttons li {
	cursor: pointer;
	text-transform: uppercase;
	float: left;
	margin: 0 2% 0 0;
	padding: 0 0 1% 0;
	list-style-type: none;
	font-size: 0.85em;
	font-weight: 600;
	position: relative;
	z-index: 30;
	display: none;
}
#sub-sort-buttons .sub-list {
	display: none;
}
#sub-sort-buttons .sub-list li {
	display: block;
}
.sub-list-header {
	cursor: auto!important;
}
li#item {
	float: right;
	margin: 0;
}
.library-item {
	float: left;
	width: 19%;
	margin: 0 0.5% 0.5%;
}
.library-item img {
	width: 100%;
}
#content .wp-pagenavi {
	float: left;
	width: 100%;
	margin: 12px 0;
}
#content .wp-pagenavi a, #content .wp-pagenavi span {
	padding: 5px 7px;
}
#content .wp-pagenavi a:hover, #content .wp-pagenavi span.current {
	border: 1px solid #fafafa;
}
#comments {
	width: 100%;
	float: left;
	margin: 7% 0 0;
}
#comment-list li {
	list-style-type: none;
}
#comment-list > li {
	width: 100%;
	float: left;
	margin: 0 0 2.5% 0;
}
#comment-list ul li {
	margin-left: 0;
}
#comment-list ul {
	margin: 2% 0 0 6%;
}
#comments form label {
	display: block;
}
#featured-image {
	margin-bottom: 4em;
	width: 100%;
}
#featured-image img {
	visibility: hidden;
	display: block;
	margin: 0 auto;
	max-height: 600px;
}
.single #featured-image img {
	width: auto;
	float: none;
	display: block;
	margin: 0 auto;
}
.widget {
	width: 100%;
	margin-bottom: 10%;
}
.widget p {
	margin-bottom: 1.45em;
	line-height: 1.6em;
}
.widget > ul {
	border-top: 1px dotted #cccccc;
}
.widget > ul li {
	display: block;
	width: 100%;
	border-bottom: 1px dotted #cccccc;
}
.widget > ul li a {
	line-height: 2em;
	text-decoration: none;
}
#logo404 {
	display: block;
	margin: 6.5% auto 6%!important;
}


/* =Footer
---------------------------------------------------------------------- */

#footer {
	transform-origin: 100% 0;
	transform: rotate(-0deg);
	transition: all 0.5s ease-in;
}
#footer-1, #footer-2, #footer-3 {
	width: 100%;
	float: left;
}
#footer-1 {
	background: #ffffff;
	padding: 6% 0;
}
#footer-1 .inner-page {
	width: auto;
}
.logo-wrapper {
	display: table-cell;
	vertical-align: middle;
	padding: 0 24px;
}
.logo-wrapper img {
	width: 160px;
}
#footer-2 {
	background: #f3f3f3;
	padding: 4.5% 0;
}
#feed-facebook {
	float: left;
}
#feed-twitter {
	float: right;
}
.feed {
	padding: 0 0 40px 0;
	width: 48%;
}
.feed h1 {
	color: #000000;
	margin: 0 0 2.3em 0;
}
.feed a {
	color: #333333;
	text-decoration: underline;
}
.feed li, #cff .cff-item {
	border-bottom: 1px solid #dddddd!important;
	padding: 0 0 5.2%;
	margin: 0 0 5.2%;
	color: #999999;
	line-height: 156%;
	width: 100%;
	float: left;
}
.feed li, #cff .cff-link-caption {
	font-size: 0.92em;
}
}
.feed li {
	padding: 0 0 6.2%;
	margin: 0 0 6.2%;
	height: 5.03em;
}
#cff a {
	font-size: 0.92em;
}
#cff .cff-author, #cff .cff-viewpost-facebook {
	display: none;
}
#cff .cff-shared-link {
	background: none!important;
	border: 0px solid #000000!important;
	padding: 0!important;
}
#cff .cff-link-title {
	font-weight: normal!important;
}
#cff .cff-item {
	height: 10.6em;
	overflow: hidden;
}
#footer-3 {
	padding: 3% 0;
}
#footer-3 p {
	float: right;
	line-height: 80px;
}
#footer-3 img {
	float: left;
	height: 80px;
	margin-right: 10px;
}



/* =Forms & Buttons
---------------------------------------------------------------------- */

input[type="text"], input[type="email"], input[type="password"], textarea {
	border: 1px solid #7C7C7C;
	color: #ffffff;
	border-radius: 3px;
	width: 95.6%;
	padding: 1.5% 2.2%;
	line-height: 1.5em;
	background: #131313;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #B7B7B7;
	background: #1a1a1a;
}
input[type="submit"] {
	cursor: pointer;
}
.gform_wrapper {
	width: 99.8%;
}
.gform_wrapper .gfield {
	margin-bottom: 2%;
}
.gform_wrapper .gfield > .gfield_label {
	display: block;
	margin: 0 0 0.4em 0;
}
.gform_wrapper .validation_error {
	display: block;
	margin: 0 0 0.7em 0;
}
.gform_wrapper .validation_message {
	display: block;
	margin: 0.4em 0 0 0;
	font-size: 0.8em;
}
.gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea {
	border: 1px solid #f81e4c;
}
.gform_wrapper .gfield.gfield_error input:focus, .gform_wrapper .gfield.gfield_error textarea:focus {
	background: #280606;
}
.gform_wrapper input[type="submit"], #comments #submit {
	background: #f2f2f2;
	padding: 2% 0;
	margin: 20px 0;
	float: left;
	width: 100%;
	font-size: 0.8em;
	border-radius: 3px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.gform_ajax_spinner {
	display: none;
}
.gform_wrapper li {
	margin-left: 0;
	list-style-type: none;
}
.gform_confirmation_message {
    display: table;
    margin: 15% auto;
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
}
.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px;
}

