/*
Theme Name: Parabola Child
Description: Customisation to the Cryout Creations Parabola theme
Author: Wire Wheels Webbers Ltd
Version: 0.1
Template: parabola
*/

/* Bring in the style sheet from the parent theme */
@import url('../parabola/style.css');

a {
	cursor: pointer;
}
/*************************/
/* Parabola Menu Changes */
/*************************/

/* Change the background colour of #access will change the background colour of the whole menu bar */
#access {
	background-color: #007399;
}
/* Alter the spacing between the menu items. Originally 8px, but this is too wide.                  */
/* Dropping it down to 2px. Keeps the style of the theme, looks good and slightly more compact too  */
/* Also change the margin bottom from 10px to zero so that the button is the height of the menu bar */
/* this is more important if changing the colour of the menu background                             */

#access ul li {
    margin-right: 0px; /* changed to zero to push them all together */
	margin-bottom: 0px;
}

/* Change the background colour of the menu bar */
/* Note: .menu on its own changes all menu backgrounds - including top-menu which then looks odd */
/* So best method is to use the id class of the unordered list */

#prime_nav {
	background-color: #007399;
}

/* **modify the top margin of the main menu to bring it back to the header**
zero still leaves a 5px gap, so reducing this to -5 makes it align with the header
 */
body #access {
	margin-top: -5px;
} 

/* Change the Menu to be normal case, instead of upper case */
#access a {
	text-transform: none;
}

/* Move the top-menu to be left aligned */
.topmenu ul {
	float: left;
}

/* Move the social icons up to the same level as the top menu */
#branding {
	overflow:visible;
}
#header-container > div#sheader {
	top: -20px; /* Should be -20 if the top menu is actually displayed otherwise zero */
}

/* Make the top menu invisible we can't set the display of ul#menu-top-menu to none, because we need the height of the div*/
/* Turn the top menu items the same colour as the background - then remove the corner off the border */
.topmenu ul li a {
	color: #598ec0 !important;
}
.topmenu ul li a:before {
    border-color: transparent transparent transparent transparent !important;
}

/* End change to the menu CSS */ 
/******************************/

/*******************************/
/*     MEMBERS' ONLY MENU      */
/*******************************/

/* The parent element of the menu was set to hidden clipping drop down menus */
.yoyo li {
	overflow: visible;
	margin-bottom: 0px;
}

#member-menu {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin: 0px auto;
	background-color: #007399;
}

#member-menu ul {
	display: table;
	margin: 0 auto;
	list-style: none;
	position: relative;
}
#member-menu.member-menu ul { /* force specificity to get line height same as primary menu */
	line-height: 1.35em;
}

#member-menu a {
	color: #FFFFFF;
	background-color: #007399;
}

#member-menu a span {
	display:block;
	padding:7px 13px;
}


#member-menu ul li {
	display: block;		/* Keep the menu in a horizontal line */
	position: relative;
	float: left; 
	white-space: nowrap;
	margin-bottom: 0px;
}

#member-menu ul li a {
	font-family: Open Sans;
	display:block;
	text-decoration: none;
	font-size: 13px;
	text-transform: none;
	transition: all .3s ease-in-out;
}

#member-menu ul ul {
	display: none;
	position: absolute;
	clear:both;
	z-index: 250;
	margin-left:0px;
}

#member-menu ul ul li {
	margin:0;
    width: 100%; /* submenu width fix */
	position:relative;
	display:table;
	float:left;
	clear:both;
}

#member-menu ul ul a {
	display:table;
	float:none;
	min-width:150px;
	width:100%;
}

/* second level menu colour if it's not the current page */
#member-menu ul li ul li:not(.current_page_item) a {
	background-color: #007399;
}

/* Top level menu item colour when hovered */
#member-menu ul li a:hover {
	background-color: #0D80A6;
}

/* Second level menu item when hovered */
#member-menu ul li ul li a:hover {
	background-color: #0D80A6;
}

#member-menu ul li:hover ul {
	display: inline-block;
	visibility: visible;
	left: 0px;
}

#member-menu ul li a:active,
#member-menu ul li.current_page_ancestor a,
#member-menu ul li.current_page_item a {
	background-color: #0D80A6;
}

#member-menu ul li ul li a:active,
#member-menu ul li ul li.current_page_item a {
	background-color: #0D80A6;
}

/* Add the Parabola corner triangle */
#member-menu > ul > li > a:after,
#member-menu > ul ul:after {
	position:absolute;
	content:"";
	width:0px;height:0px;
	right:0;bottom:0;
	border-color: transparent transparent #FFCB99 transparent;
	border-bottom:10px solid transparent;
	border-left:6px solid transparent;
	border-color: transparent transparent #FFCB99 transparent;
	transition:border-color .25s linear;
}
#member-menu ul li:hover a:after {
    border-bottom-color: #598ec0;
}

/***** Now shrink the padding around the "Above Content Area" Widget ********/
.yoyo>li.member-widget {
	padding: 0px;
	border: none;
}

/***** ENTER YOUR PASSWORD *********/
.post-password-required input[type="submit"] {
	margin-left: 10px;
	background-color: #0099cc;
	color: #FFFFFF;
	box-shadow: none;
}

.post-password-required input[type="submit"]:hover {
	background-color: #0CA5D8;
	cursor: pointer;
}

/*** FAILED to login / access page not allowed "You do not have access to this page" */
#content p#www-notloggedin {
	margin-top: 50px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	text-align: center;

}

/******** END MEMBERS' ONLY MENU ************/
/********************************************/



/***********************************************************/
/*   CHANGE LIST STYLE FOR ALBUMS SO IT DISPLAYS CORRECTLY */
.entry-content .foogallery-container ul >li {
	list-style: none;
}

/*********************************/
/* Change colour of Social Icons */
/*********************************/
.socials a {
    background-color: #386894 !important;
}
.socials-hover {
    background-color: #73A8DA !important;
}
/********************************/

/* Footer changes to make WWWebbers copyright stand out */
#site-copyright {
	text-transform: uppercase;
	font-size: 15px;
}
#site-copyright a {
	color: #598EC0 !important;
}


/********************************************/
/* Changes to the Content Views Grid system */
/********************************************/

/* Change the colour of the Read More buttons to orange */
.pt-cv-readmore {
	background: #437CB1 !important;
	border-color: #1F4F7B !important;
	color: #FFFFFF !important;
}

/* Change the colour of the Read More buttons when hovered to orangy-yellow */
.pt-cv-readmore:hover {
	background: #386894 !important;
	border-color: #1F4F7B !important;
	color: #FFFFFF !important;
}

/* Add a divider line after each row */
.pt-cv-row {
    border-bottom: 1px solid #999999;
    margin-top: 10px;
}

/* Place the image in the post view in the centre - But it looks too far to the right*/
/*
.pt-cv-thumbnail {
	display: block !important;
	margin: 0 auto !important;
}
*/
/* Add a divider after each post. Needs padding, but looks ugly due to different sizes */
/*
.pt-cv-content {
    border-bottom: 1px solid #999999;
    margin-top: 10px;
}
*/
/* -------------------- End of Content Views Grid System ------------- */


/*****************************************************************************/
/*         Parabola Magazine Layout and Presentation Page Links              */
/*                                                                           */
/* Change from blue to our required brown.                                   */
a.continue-reading-link {
	background: #0099cc !important;
}
a.continue-reading-link:hover {
	background: #0CA5D8 !important;
}
.entry-title a {
	color: #0099cc !important;
}
.entry-title a:hover {
	color: #0CA5D8 !important;
}


/*--------------------------------------------------------------------*/
/* Change the colour of the widget title if it has a link.                              */
/* Currently 'join us on facebook' is highlighted in orange - linked to FB              */
/* Only changing this colour means that it will still highlight as a link on rollover   */
/* But doesn't look out of place with the other widgets in the sidebar                  */
.widget-title a {
	color: #FFFFFF; /* make it white instead */
}

.vsrp_div a {
	font-weight: bold;
	line-height: 1.1 !important;
}


/*------------------------------------------------*/
/*-----------[Fast Secure Contact Form]-----------*/
/*------------------------------------------------*/
/* CSS to affect all basic form elements to remove the default blue outline on focus */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* Alignment DIVs */
.fscf-div-form, .wpcf7              { width:99%; max-width:555px; margin: auto;} /* margin auto to centre the div */
/* Put a nice border round the form and make it a pale 'paper' colour for effect */
.fscf-div-form form, .wpcf7 form {
	background-color: #FFFFF5;
	border-style: solid;
	border-width: 2px;
	border-color: #AAAAAA;
	border-radius: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 49px; /* The CSS of the form puts a large padding on it - 15px bigger than fieldset */
	padding-top: 5px;
}
.fscf-div-left-box          { float:left; width:55%; max-width:270px; }
.fscf-div-right-box         { float:left; width:235px; }
.fscf-div-clear             { clear:both; }
.fscf-div-field-left        { clear:left; float:left; width:99%; max-width:550px; margin-right:10px; }
.fscf-div-field-prefollow   { clear:left; float:left; width:99%; max-width:150px; margin-right:10px; }
.fscf-div-field-follow      { float:left; padding-left:10px; width:99%; max-width:150px; }
.fscf-div-label             { text-align:left; padding-top:5px; }
.fscf-div-field             { text-align:left; }
.fscf-div-captcha-sm        { width:175px; height:50px; padding-top:2px; }
.fscf-div-captcha-m         { width:250px; height:65px; padding-top:2px; }
.fscf-image-captcha         { border-style:none; margin:0; padding:0px; padding-right:5px; float:left; }
.fscf-image-captcha-refresh { border-style:none; margin:0; padding:0px; vertical-align:bottom; }
.fscf-div-submit            { text-align:left; clear:both; padding-top:15px; }
.fscf-fieldset              { border:1px solid black; width:99%; max-width:550px; padding:10px; }

/* Styles of labels, fields and text */
	/* make the indicator "*" red */
.fscf-required-indicator { text-align:left; color: #598EC0; font-weight: bold; }
.fscf-required-text      { text-align:left; }
.fscf-hint-text          { font-size:x-small; font-weight:normal; }
.fscf-div-error          { text-align:left; color:red; }
.fscf-div-redirecting    { text-align:left; }
.fscf-fieldset-field     { border:1px solid black; width:97%; max-width:500px; padding:10px; }
.fscf-label              { display:inline; }
.fscf-option-label       { display:inline; }
.fscf-input-text         { text-align:left; margin:0; width:99%; max-width:350px; }
.fscf-input-captcha      { text-align:left; margin:0; width:50px; }
.fscf-input-textarea     { text-align:left; margin:0; width:99%; max-width:350px; height:100px; }
.fscf-input-select       { text-align:left; }
.fscf-input-checkbox     { width:22px; height:32px; display: inline; vertical-align: middle; }
.fscf-input-radio        { width:22px; height:32px; vertical-align: middle; }
	/* Change background color, text colour, and box-shadow */
.fscf-button-submit, .wpcf7-submit      { cursor:pointer; margin:0; background-color: #0099cc !important; color: #FFFFFF !important; box-shadow: 0 0px 0px 0 !important;}
	/* Add hover style */
.fscf-button-submit:hover, .wpcf7-submit:hover      { background-color: #0CA5D8 !important;}
.fscf-button-reset       { cursor:pointer; margin:0; }
.fscf-button-vcita       { text-decoration:none; display:block; text-align:center; background:linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); color:#fff !important; padding:10px; }
.fscf-button-div-vcita   { border-left:1px dashed #ccc; margin-top:25px; height:50px; padding:8px 20px; }
.fscf-powered-by         { font-size:x-small; font-weight:normal; padding-top:5px; text-align:center; }

/* Placeholder Style - WebKit browsers - Safari, Chrome */
::-webkit-input-placeholder { opacity:0.6; color:#333333; }

/* Placeholder Style - Mozilla Firefox 4 - 18 */
:-moz-placeholder { opacity:0.6; color:#333333; }

/* Placeholder Style - Mozilla Firefox 19+ */
::-moz-placeholder { opacity:0.6; color:#333333; }

/* Placeholder Style - Internet Explorer 10+ */
:-ms-input-placeholder { opacity:0.6; color:#333333; }

/*------------------------------------------------*/
/*----------- END Fast Secure Contact Form-----------*/
/*------------------------------------------------*/


/*******************************************************/
/*    HTML5 Maps                                       */
/*******************************************************/

#freeHtmlMapStateInfo {
	background-color: #FFFFF5;
	border-style: solid;
	border-width: 2px;
	border-color: #AAAAAA;
	border-radius: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px; /* The CSS of the form puts a large padding on it - 15px bigger than fieldset */
	padding-top: 5px;
}


/*********************************************************/
/**		QUICK EVENT MANAGER STYLING					     */
/*********************************************************/

/* Change width from 90% to 80% for Cryout Creations Themes otherwise it doesn't fit! */
@media screen and (max-width: 768px) {
    #xlightbox {
		width: 80% !important;
		margin-left: -45% !important;
	}
}

.qem-small .qemmap{
	display: none;
}

.qem .qem-small h2 {
	display: inline;
}

div.event {
	padding: 3em;
}

/* Restore the size of the font of the Title in the pop-up window */
/* .qem a {
	font-size: 1.5em;
}
.qem .qem_title a {
	font-size: 2em;
} */

/***************************************/
/*  QUICK PAYPAL PAYMENTS              */
/***************************************/
.qpp-slidercenter output {
	font-weight: bold;
	font-size: 120%;
}
.qpp-slidercenter output:before {
/*	content: '£';*/
}

/* Theme makes the button have a gradient, we'll remove it */
.qpp-style.morriscommercialmembership #submit {
	box-shadow: none;
}

/************************/
/* Remove Image Borders */
/************************/
img.justimage {
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
img.justimage {
	opacity: 0.99 !important;
}

/***********************************/
/*   MEMBERSHIP BENEFITS           */
/***********************************/
ul.features-list {
	margin: 0px;
	padding: 0px;
}
ul .feature {
	color: #333333;
	display: table;
	float: left;
	margin: 0 0 0.25;
	padding: 12px 12px 12px 0px;
	vertical-align: top;
	width: 48%
}
.feature-thumbnail {
	display: table-cell;
	vertical-align: top;
	width: 45px;
}
.circle-icon {
	border-radius: 10px;
	height: 40px;
	position: relative;
	width: 40px;
	background: none repeat scroll 0 0 #0099cc;
}
.circle-icon div {
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	font-size: 26px;
	height: 34px;
	left: 50%;
	line-height: 34px;
 	margin-left: -17px;
	margin-top: -17px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 34px;
	color: #111111;
}
li [class^="icon-"], li [class*=" icon-"] {
	display: inline-block;
	width: 1.25em;
	text-align: center;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}
.icon-white {
	
}
ul.features-list .feature-content {
	display: table-cell;
	padding-left: 1em;
	vertical-align: top;
}
ul.features-list .feature-content>h3 {
	Margin-top: 0px;
}

/***** END OF MEMBERSHIP BENEFITS *****/

/***********************************/
/*  LINK AS A BUTTON               */
/***********************************/
.link-as-button {
	font-size: 120%;
	background-color: #0099CC;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 5px 10px;
}

.link-as-button:hover {
	background-color: #0CA5D8;
	color: #FFFFFF;
}